@charset "utf-8";

body {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size:18px;
	text-align:center;
	line-height:1.5;
}

a {
	transition : opacity 0.4s;
	-webkit-transition : opacity 0.4s;
	opacity:1;
	outline:none;
}
a:hover {
	opacity: 0.7;
}

img{
	max-width:100%;
}

.only_smart,
.only_smart_i{
	display:none !important;
}

#wrapper{
	min-width:1000px;
}


/* header */
header{
	width:1000px;
	margin:auto;
	padding-top:15px;
	overflow:hidden;
}
header img{
	float:left;
}
header p{
	margin-top:10px;
	float:right;
	font-size:14px;
	font-weight:bold;
}
header ul{
	padding-top:20px;
	clear:both;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
header ul li{
	width:33.333%;
	line-height:42px;
	font-size:24px;
	font-weight:bold;
	color:#fff;
}
header ul li:first-child{
	background-color:#0080D7;
}
header ul li:nth-child(2){
	background-color:#7E5AB2;
}
header ul li:last-child{
	background-color:#008086;
}



/* article */
article{
}


/* .appli */
.appli{
	padding:30px 0;
	background-color:#FFBE00;
}
.appli section{
	width:1000px;
	margin:auto;
	padding:30px;
	background-color:#fff;
	font-weight:bold;
}
.appli section h2{
	display:inline-block;
	position:relative;
}
.appli section h2:before{
	content:'';
	display:block;
	width:166px;
	height:208px;
	background:url(../images/appli_icon.png)no-repeat center top;
	position:absolute;
	right:100%;
	top:-10px;
}
.appli section h2 span{
	display:block;
	font-size:28px;
}
.appli section p{
	margin-top:10px;
	font-size:26px;
}
.appli section p span{
	margin:20px 0;
	display:block;
	font-size:17px;
}
.appli section a{
	display:inline-block;
	width:900px;
	line-height:82px;
	background-color:#FF008E;
	color:#fff;
	font-size:35px;
	font-weight:bold;
}
.appli section a img{
	margin-right:20px;
}


/* #mv */
#mv{
	position:relative;
}
#mv h1 > img{
	width:100%;
}
#mv div{
	width:300px;
	padding:105px 0 10px;
	background:url(../images/mv_appli.png)no-repeat center top;
	background-size:100% auto;
	position:absolute;
	left:58%;
	top:46%;
}
#mv div a{
	display:inline-block;
	width:240px;
	line-height:45px;
	background-color:#FF008E;
	color:#fff;
	font-size:18px;
	font-weight:bold;
}

@media screen and (min-width:1250px){
#mv div{
	width:382px;
	padding:135px 0 20px;
	background:url(../images/mv_appli.png)no-repeat center top;
	background-size:100% auto;
}
#mv div a{
	width:310px;
	line-height:58px;
	font-size:21px;
}
}


/* .cont */
.cont{
}
.cont h2{
	margin-bottom:50px;
	line-height:96px;
	font-size:35px;
	color:#fff;
	position:relative;
	background:#005AD8;
}
.cont h2:after{
	content:'';
	display:block;
	width:100%;
	height:35px;
	background:url(../images/blue_h2_arrow.png)no-repeat center top;
	position:absolute;
	top:100%;
}



/* #cont1 */
#cont1{
}
#cont1 h2{
	margin-bottom:0;
	background:#000 url(../images/cont1_h2.png) center top;
}
#cont1 h2:after{
	content:'';
	display:block;
	width:100%;
	height:35px;
	background:url(../images/cont1_h2_arrow.png)no-repeat center top;
	position:absolute;
	top:100%;
}
#cont1 figure{
	background:#F8F4F3 url(../images/cont1_bg.png)no-repeat center bottom;
	background-size:100% 100%;
}



/* #cont2 */
#cont2{
}
#cont2 ul{
	width:1000px;
	margin:auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#cont2 ul li{
	width:476px;
	padding:30px 20px;
}
#cont2 ul li:first-child{
	background-color:#D7FFCD;
}
#cont2 ul li:last-child{
	background-color:#D0FFFF;
}
#cont2 ul li h3{
	margin-bottom:15px;
	display:inline-block;
	font-size:34px;
	color:#474342;
	position:relative;
}
#cont2 ul li h3:before{
	content:'';
	display:block;
	width:47px;
	height:54px;
	background:url(../images/cont2_check.png)no-repeat center top;
	position:absolute;
	right:108%;
	top:-8px;
}
#cont2 ul li p{
	text-align: justify;
	text-justify: inter-ideograph;
	letter-spacing:-0.05em;
}
#cont2 > p{
	margin-top:-50px;
}


/* #cont3 */
#cont3{
	padding:50px 0 50px;
	background:url(../images/cont3_bg.png)no-repeat center center;
	background-size:cover;
	overflow:hidden;
}
#cont3 h2{
	margin-bottom:30px;
}
#cont3 ol li{
	width:175px;
	display:inline-block;
	vertical-align:top;
	margin:0 10px;
}
#cont3 ol li p{
	margin-top:20px;
	font-weight:bold;
	text-align: justify;
	text-justify: inter-ideograph;
	letter-spacing:-0.03em;
}
#cont3 ol li p span{
	color:#FF0093;
}
#cont3 > p{
	width:836px;
	margin:30px auto 0;
	padding:45px 0;
	background-color:#fff;
	font-size:26px;
	font-weight:bold;
	border-radius:10px;
	position:relative;
}
#cont3 > p img{
	position:absolute;
	left:88%;
	top:-15px;
}


/* #cont4 */
#cont4{
	padding:0 0 50px;
	background:url(../images/cont4_bg.png)no-repeat center 50px;
	background-size:cover;
	overflow:hidden;
}
#cont4 figure figcaption{
	margin-bottom:20px;
	font-size:26px;
	font-weight:bold;
}
#cont4 div{
	width:647px;
	margin:60px auto 0;
	padding:5px 30px;
	background-color:rgba(255,255,255,0.8);
	border:5px solid #FF0093;
	border-radius:12px;
	position:relative;
}
#cont4 div p{
	margin:20px 0;
	font-size:22px;
	font-weight:bold;
	text-align: left;
}
#cont4 div p span{
	background:url(../images/cont4_line.png)repeat-x left top;
}
#cont4 div img{
	position:absolute;
	left:97%;
	bottom:-55px;
}


/* #cont5 */
#cont5{
	background:url(../images/cont5_bg.png)no-repeat center 50px;
	background-size:cover;
	overflow:hidden;
}
#cont5 ul{
	width:1000px;
	margin:auto;
}
#cont5 ul li{
	width:236px;
	margin:8px 3px;
	line-height:65px;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	display:inline-block;
}
#cont5 ul li:first-child{
	background-color:#803C8D;
}
#cont5 ul li:nth-child(2){
	background-color:#A80F67;
}
#cont5 ul li:nth-child(3){
	background-color:#1B2B79;
}
#cont5 ul li:nth-child(4){
	background-color:#2C69AE;
}
#cont5 ul li:nth-child(5){
	background-color:#097281;
}
#cont5 ul li:nth-child(6){
	background-color:#078159;
}
#cont5 ul li:nth-child(7){
	background-color:#497133;
}
#cont5 ul li:nth-child(8){
	background-color:#826F28;
}
#cont5 ul li:nth-child(9){
	background-color:#814A22;
}
#cont5 ul li:nth-child(10){
	background-color:#AB3423;
}
#cont5 ul li:nth-child(11){
	background-color:#755362;
}
#cont5 ul li:last-child{
	background-color:#666666;
}
#cont5 p{
	margin:40px 0;
	font-size:27px;
	font-weight:bold;
}


/* #cont6 */
#cont6{
	padding-bottom:50px;
}
#cont6 h3{
	margin-top:30px;
	font-size:30px;
}
#cont6 h3 span{
	width:80px;
	margin-bottom:5px;
	line-height:30px;
	display:inline-block;
	vertical-align:middle;
	margin-right:20px;
	background-color:#FF008E;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	position:relative;
}
#cont6 h3 span:after{
	content:'';
	display:inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 15px;
	border-color: transparent transparent transparent #FF008E;;
	position:absolute;
	left:100%;
}
#cont6 dl{
	width:1000px;
	margin:20px auto;
}
#cont6 dl dt,
#cont6 dl dd{
	overflow:hidden;
}
#cont6 dl dt{
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid;
}
#cont6 dl dt span{
	width:110px;
	height:110px;
	background-color:#FF8500;
	color:#fff;
	font-size:26px;
	font-weight:bold;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	float:left;
}
#cont6 dl dd span{
	width:110px;
	height:110px;
	line-height:1.2;
	background-color:#00B900;
	color:#fff;
	font-size:26px;
	font-weight:bold;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	float:left;
}

#cont6 dl dt p,
#cont6 dl dd p{
	padding:15px 0 0 130px;
	text-align:left;
	font-size:17px;
}


/* #cont7 */
#cont7{
	padding-bottom:50px;
}
#cont7 ul{
	width:1000px;
	margin:80px auto 50px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#cont7 ul li{
	position:relative;
}
#cont7 ul li:before{
	content:'';
	display:block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 20px;
	border-color: transparent transparent transparent #000;
	position:absolute;
	right:107%;
	top:32%;
}
#cont7 ul li:first-child:before{
	content:none;
}
#cont7 ul li figure figcaption{
	margin-top:10px;
	font-size:20px;
	font-weight:bold;
}
#cont7 p{
	font-size:27px;
	font-weight:bold;
}
#cont7 p span{
	color:#FF008E;
}


/* #cont8 */
#cont8{
	padding:50px;
	background-color:#EAEAEA;
}
#cont8 h2{
	margin-bottom:30px;
	font-size:35px;
}
#cont8 dl{
	width:1000px;
	margin:auto;
	font-size:20px;
	text-align:left;
}
#cont8 dl dt{
	float:left;
	font-weight:bold;
}
#cont8 dl dd{
	margin-bottom:10px;
	padding:0 0 10px 125px;
	border-bottom:1px solid #000;
}
#cont8 dl dd:last-of-type{
	border-bottom:none;
}
#cont8 section{
	width:1000px;
	margin:50px auto 0;
	overflow:hidden;
}
#cont8 section h3{
	margin-bottom:20px;
	line-height:40px;
	background-color:#727171;
	color:#fff;
}
#cont8 section figure{
	float:right;
	margin:0 25px;
}
#cont8 section figure figcaption{
	margin-top:10px;
	font-size:20px;
}
#cont8 section figure figcaption span{
	font-size:16px;
	margin-right:15px;
}
#cont8 section p{
	margin-bottom:30px;
	font-size:17px;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height:1.7;
}


/* #contact/#confirm */
#contact,
#confirm,
#thanks{
	width:1000px;
	margin:auto;
	padding:50px 0;
}
#contact h2,
#confirm h2,
#thanks h2{
	margin-bottom:30px;
	font-size:35px;
}
#contact h2 + span{
	display:block;
	color:#FF008E;
	text-align:right;
}
#contact form dl,
#confirm form dl{
	width:100%;
	margin-bottom:40px;
	text-align:left;
}
#contact form dl dt,
#confirm form dl dt{
	display:block;
	min-width:calc(3.5em + 40px);
	padding-left:40px;
	line-height:75px;
	font-weight:bold;
	position:relative;
	float:left;
}
#contact form dl dt.hissu:after{
	content:'※';
	color:#FF008E;
	position:absolute;
	left:100%;
}
#contact form dl dd{
	min-height:75px;
	margin-bottom:5px;
	padding:10px 10px 10px 250px;
	background-color:#EAEAEA;
}
#contact form dl dd p{
	margin-top:3px;
	color:#f00;
}
#confirm form dl dd{
	min-height:75px;
	margin-bottom:5px;
	padding:25px 10px 10px 250px;
	background-color:#EAEAEA;
}


#contact section{
	height:480px;
	overflow-y:scroll;
	margin-top:50px;
	padding:30px;
	font-size:14px;
	text-align: justify;
	text-justify: inter-ideograph;
	border:1px solid #ccc;
}
#contact section h3{
	font-size:18px;
}
#contact section h3 + p{
	margin:20px 0;
}
#contact section > dl > dd{
	margin-bottom:20px;
}
#contact section > dl > dd ul{
	margin-top:10px;
	padding-left:1.5em;
}
#contact section > dl > dd ul li{
	list-style:disc;
}
#contact section > dl > dd h4{
	margin-top:10px;
	padding-left:1em;
	font-size:14px;
	font-weight:normal;
}
#contact section > dl > dd dl{
	padding-left:1em;
}
#contact section > dl > dd dl dt{
	float:left;
}
#contact section > dl > dd dl dt:after{
	content:'：';
}



/* テキストボックス */
input[type="text"],
input[type="email"],
input[type="tel"]{
	width:100%;
	font-size:16px;
	height:56px;
	padding:0 10px;
	background-color:#fff;
	border:1px solid #000;
}

/* テキストエリア */
textarea{
	width:100%;
	min-height: 130px;
	font-size:16px;
	padding:10px;
	border-radius: 2px;
	background-color:#fff;
	color:#000;
	border:1px solid #000;
	font-weight:normal;
}

/* チェックボックス */
input[type="checkbox"] {
	display:none;
}
input[type="checkbox"] + span{
	display:inline-block;
	position: relative;
	font-weight:bold;
}
input[type="checkbox"] + span:before{
	content:'';
	display:inline-block;
	width: 27px;
	height: 27px;
	margin-right:10px;
	background-color: #FFFFFF;
	border: 1px solid #000;
	-webkit-box-shadow: inset 3px 3px 8px rgba(0,0,0,0.1);
	box-shadow: inset 3px 3px 8px rgba(0,0,0,0.1);
	vertical-align: middle;
	cursor: pointer;
	outline : none;
}
input[type="checkbox"]:checked + span:after {
	content:'';
	display: block;
	width: 12px;
	height: 25px;
	position: absolute;
	top: calc(50% - 17px);
	left: 7px;
	border-right: 4px solid #f00;
	border-bottom: 4px solid #f00;
	content: '' !impo3tant;
	-webkit-transform: rotate(45deg) !important;
	-ms-transform: rotate(45deg) !important;
	transform: rotate(45deg) !important;
}

/* ボタン */
#contact input[type="submit"]{
	display:block;
	width:900px;
	margin:40px auto 0;
	line-height:82px;
	font-size:35px;
	font-weight:bold;
	background-color:#FF008E;
	color:#fff;
	border-radius:2px;
	cursor:pointer;
}
#confirm input[type="submit"]{
	display:inkline-block;
	width:400px;
	margin:40px 10px;
	line-height:82px;
	font-size:35px;
	font-weight:bold;
	background-color:#FF008E;
	color:#fff;
	border-radius:2px;
	cursor:pointer;
}
#confirm input[type="button"]{
	display:inkline-block;
	width:400px;
	margin:40px 10px;
	line-height:82px;
	font-size:35px;
	font-weight:bold;
	background-color:#005AD8;
	color:#fff;
	border-radius:2px;
	cursor:pointer;
}
input[type="submit"]:hover{
	opacity:0.7;
}




/* footer */
footer{
}


/* top_top */
#topbtn{
	width:50px;
	line-height:50px;
	font-size:21px;
	border-radius:50%;
	color:#fff;
	background-color:rgba(0,0,0,0.5);
	position:fixed;
	z-index:101;
	right:20px;
	bottom:-150px;
	-webkit-transition: bottom 0.8s;
	-moz-transition: bottom 0.8s;
	-ms-transition: bottom 0.8s;
	transition: bottom 0.8s;
}
