@charset "utf-8";
/* index.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* clear fix 　　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#scene ul:before,
#what_box ul:before,
#scene ul:after,
#what_box ul:after {
	content: "";
	display: table;
}

#scene ul:after,
#what_box ul:after {
	clear: both;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* グローバルナビ　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.home {
	color: #666666 !important;
	border-bottom: 1px solid #666666;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ページビジュアル    　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#page_visual img {
	width: 100%;
	height: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ロゴ        　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#top_logo  {
	background-color: #E6E6E6;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* You Tube  　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#youtube_sec {
	text-align: center;
	padding-top: 30px;
}
/*#youtube_sec iframe {
	border: 1px solid #8DA1CC;
}*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Lpisって？  　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#what_box {
	width: 796px;
	margin-left: auto;
	margin-right: auto;
}
#what_box ul {
	margin-bottom: 20px;

}

#what_box li {
	float: left;
	margin-right: 62px;
}
#what_box ul li:last-child {
	margin-right: 0px;
}

#what_box ul + p {
	text-align: center;
	clear: left;
	margin-bottom: 57px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 導入イメージ    　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#dounyu {
	width: 846px;
	margin-left: auto;
	margin-right: auto;
}
#dounyu .box_left  {
	width: 150px;
	border: 2px solid #1B4399;
}
#dounyu .box_right {
	width: 600px;
	margin-top: 23px;
}
#dounyu_app {
	text-align: right;
	margin-bottom: 66px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 様々なシーン    　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#scene ul {
	margin-bottom: 20px;
}

#scene li {
	float: left;
	margin-right: 128px;
	margin-bottom: 50px;
	text-align: center;
}
#scene li:nth-child(3n) {
	margin-right: 0px;
}
#scene li img {
	display: block;
	margin-bottom: 20px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* もっと見るボタン　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.more_bt  {
	text-align: center;
}
.more_bt img  {
	width: 136px;
	height: auto;
}



/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */

@media screen and (max-width: 1000px) {


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* グローバルナビ　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.home {
	color: #ADADAD !important;
	border-bottom-style: none;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ロゴ        　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#top_logo img  {
	width: 80%;
	height: auto;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Youtube  　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#youtube_sec {
	background: #FFFFFF;
}

#youtube_sec iframe {
	width: 100% !important;
	height: 360px !important;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Lpisって？  　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#what_box {
	width: 100%;
}

#what_box ul {
	margin-bottom: 0px;

}

#what_box li {
	float: none;
	margin-right: 0px;
	margin-bottom: 20px;
	text-align: center;
}

#what_box li img {
	width: 100%;
	height: auto;
}

#what_box ul + p {
	text-align: left;
	margin-bottom: 45px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 導入イメージ    　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#dounyu {
	width: 100%;
}

#dounyu .box_left  {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#dounyu .box_right {
	width: 100%;
	margin-top: 0px;
}
#dounyu_app {
	text-align: center;
	margin-bottom: 45px;
}
#dounyu_app img {
	width: 100%;
	height: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 様々なシーン    　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#scene ul {
	margin-bottom: 20px;
}

#scene li {
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	margin-right: 0px;
}
#scene li:nth-child(odd) {
	padding-right: 5px;
}
#scene li:nth-child(even) {
	padding-left: 5px;

}


#scene li img {
	margin-bottom: 10px;
	width: 100%;
	height: auto;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* もっと見るボタン　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.more_bt img  {
	width: 40%;
	height: auto;
}

}
