@charset "utf-8";0
/* --------------------------------------------------
/* Theme Name:chappy_LP 
-------------------------------------------------- */

/* ==================================================
	bese	
====================================================*/
/*ブラウザ固有のCSSをリセット*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

table{border-spacing:0;}
fieldset,img,abbr{ border: 0; }
caption{ align: left; }
q:before,q:after{ content: ''; }
a{ decoration: none; }
img{border: none;vertical-align: bottom;}
ul li, ol li {list-style: none;}
input,textarea,select{font-size: 1.2rem;}

/*レイアウトの初期設定*/
img{width:100%;}
html{font-size:62.5%; line-height: 1.4; font-weight: normal;}
#container{position: relative;}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	margin:0;
}

address{
font-style:normal;
}

/* ==================================================
	common	
====================================================*/
a{
	text-decoration: none;
}
}
h2{
	text-align:center;
}


#content_area{
	margin:0 auto;
}
@media screen and (max-width:767px){
	.spNone{display:none;}
}


/* ==================================================
	ヘッダー
===================================================*/
#header{
	background-color:#F6FBFF;
}
/* --------------------------------------------------
	ロゴ
-------------------------------------------------- */
#logo{
	background: url('../img/logo_bg.png') no-repeat 0% 100%;
	background-size:cover;
}

#logo_area{
	display:flex;
	display:-webkit-flex;
	justify-content:space-around;
	-webkit-justify-content: space-around;
	flex-flow: column-reverse nowrap; 
	text-align:center;
}
	
#logo img{
	width:95%;
}

#logo_right{
	margin-top: auto;
	padding:1.0rem 0;
}
#logo_left{
	padding-top:1.0rem;
}

@media screen and (max-width:480px){
}
@media screen and (min-width:768px){
	#logo_area{
		flex-flow: row nowrap;
	}
}
@media screen and (min-width:1024px){
	#logo_content{
		width:960px;
		margin:0 auto;
	}
}

/* --------------------------------------------------
	ナビゲーション
-------------------------------------------------- */
#gnavi {
	margin:0 auto;
	width:100%;
}
#gnavi ul{
	padding-top: 25px;
	padding-bottom:50px;
	display:flex;
	display:-webkit-flex;
	justify-content:space-around;
	-webkit-justify-content: space-around;
	padding-inline-start:0;
}

#gnavi li{
	width:18%;
	border-bottom:6px #E1E0DE solid;
	text-align: center;
	padding-bottom:16px;
	font-size:12px;
}
#gnavi li a{
	font-weight:bold;
	color:#000;
}
#gnavi li:first-child {
  border-left: none;
}

@media screen and (max-width:480px){
}
@media screen and (min-width:768px){
}
@media screen and (min-width:1024px){
	#gnavi {
		width:960px;
		margin:0 auto;
	}
	#gnavi li{
		font-size:16px;
	}
}

/* --------------------------------------------------
	イントロ
-------------------------------------------------- */
#intro{
	background: url('../img/intro_bg.jpg') no-repeat 0 50%;
	background-size: 100% auto;
}

#intro_content{

}

#intro h2{
	font-size:2.0rem;
	color:#0068C9;
	text-align:center;
	font-weight: normal;
}

#intro_1 p{
	font-size:1.8rem;
	text-align:center;
}


#intor_2 p{
	font-size:1.2rem;
	line-height:2em;
	padding:0 3em;
	letter-spacing:0.05em;
}

@media screen and (min-width:480px){/* 480pxからはここ */

	#intro h2{
		font-size:3.2rem;
	}
}
@media screen and (min-width:768px){/* 768pxからはここ */
	#intro_area{
		display:flex; display: -webkit-flex; justify-content:space-around;  -webkit-justify-content: space-around;
	}
	#intro_left{
		width:70%;
	}
	#intro_right img{
		width:60%;
	}
	#intro h2{
		font-size:4.8rem;
	}
	#intro_1 p{
		font-size:2.2rem;
		line-height:1.5;
	}
	#intor_2 p{
		font-size:1.4rem;
		line-height:1.8;
	}
}
@media screen and (min-width:1024px){/* 1024pxはココ	*/
	#intro_1 p{
		font-size:3.2rem;
	}
	#intor_2 p{
		font-size:1.6rem;
		line-height:1.8;
	}
	
	#intro_right img{
		width:90%;
	}
	#intro_content{
		width:960px;
		margin:0 auto;
	}
}



/* --------------------------------------------------
	プロモーションムービー
-------------------------------------------------- */
#movie{
	background-color: #0066CC;
	color: #fff;
	text-align: center;
}
#movie p{
	font-size:2rem;
	font-weight:bold;
	font-style:oblique;
	background:linear-gradient(transparent 60%, #35C0E7 0%);
}

.youtube iframe {
  width: 560px;
  height: 315px;
}

@media screen and (max-width: 480px) {
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
}


@media screen and (min-width:480px){/* 480pxからはここ */
	#movie{
		padding: 10px 0;
	}
}
@media screen and (min-width:768px){/* 768pxからはここ */
	#movie p{
		font-size:3.8rem;
	}

}
@media screen and (min-width:1024px){/* 1024pxはココ	*/
	#movie p{
		font-size:4.6rem;
	}
}


/* --------------------------------------------------
	お問い合わせへ
-------------------------------------------------- */
.contactlink{
	padding-top: 30px;
	padding-bottom: 20px;
	background-color: #ECECEC;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 3px 3px;
	text-align: center;
}
.contactlink_btn{
    display: inline-block;
    padding: 0.75em 2em;
    background: #FFFF99;
    border: solid 4px #0066CC;/*枠線*/
    color: #0066CC;/*文字色*/
    font-size: 1.2rem;
    font-weight: bold;
	letter-spacing:0.4em;
}

@media screen and (min-width:480px){/* 480pxからはここ */
	.contactlink{
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.contactlink_btn{
		font-size: 2.4rem;
	}

}
@media screen and (min-width:768px){/* 768pxからはここ */
}
@media screen and (min-width:1024px){/* 1024pxはココ	*/
}

/* --------------------------------------------------
	商品特徴
-------------------------------------------------- */
#feature{
	background: url('../img/feature_bg.png') no-repeat 0% 100%;
	padding-bottom:30px;
	background-size:100% auto;

}
#feature_content{
	text-align: center;
}

#feature h2{
	font-size:2.0rem;
	color: #fff;
	background: #0066CC;
	padding: 0.75em;
	text-align:center;
	letter-spacing:0.2em;
	margin-top:0;
}

#feature_1 h3{
	font-size:1.8rem;
	color:#0068C9;
	font-weight:normal;
	padding-bottom:30px;
}

#feature img{
	width:85%;
}

#feature_1 p{
	font-size:1.2rem;
	text-align:start;
	line-height:2em;
	padding:0 3em;
	letter-spacing:0.05em;
}

#feature_2 h3{
	font-size:1.6rem;
	padding:1.5em 0;
	font-weight:normal;
	padding-bottom:30px;
}


@media screen and (min-width:480px){/* 480pxからはここ */
	#feature_1 p{
		font-size:1.6rem;
	}
	#feature_1 h3{
		font-size:2.4rem;
	}
	#feature_2 h3{
		font-size:2.4rem;
	}


}
@media screen and (min-width:768px){
	#feature h2{
		font-size:3.6rem; 
		margin-bottom:100px;
	}
	#feature_1 h3{
		font-size:3.6rem;
	}

}
@media screen and (min-width:1024px){
	/* 1024pxはココ	*/
	#feature_1 h3{
		font-size:4.8rem;
	}
	#feature_content{
		width:960px;
		margin:0 auto;
		text-align:center;
	}
}



/* --------------------------------------------------
	販売促進	
-------------------------------------------------- */
#promotional{
	padding-bottom:50px;
}



#promotional h2{
	font-size:1.8rem; 
	color: #fff;
	background: #0066CC;
	padding: 0.75em;
	text-align:center;
	margin-top:0;
}



#promotional_1{
	text-align:center;
	font-size:1.2rem;
}

#promotional_1 h3{
	font-size:1.8rem;
	color:#0068C9;
	font-weight:normal;
	margin:auto;
}

#promotional_1 p{
	color:#0068C9;
	font-weight:bolder;
}

#promotional_1 img{
	width:90%;
}

#promotional_2{
	margin:0 auto;
	text-align:center;
	padding:20px 0;
}

#promotional_2 h3{
	font-size:2.4rem;
	color:#0068C9;
}

#promotional_2 img{
	width:90%;
	margin:0 15px 30px;
}

#promotional_2{
	padding-bottom:7rem;
	background: url('../img/promotional_bg.png') no-repeat 0 100%;
	background-size: auto 100%;
	background-position:center center;
	background-color: #0066CB;

/*
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 7px 7px;
*/
}


#promotional_3{
	text-align:center;
	background-color:#0066CB;
}

#promotional_3 h3{
	font-size:1.8rem;
	color:#fff;
	padding-top:40px;
	margin-top:0;
	margin-bottom:10px;
}


@media screen and (min-width:480px){	/* 480pxからはここ */
	#promotional h2{
		font-size:1.8rem;
	}
	
	#promotional_1 h3{
		font-size:2.4rem;
	}
	
	#promotional_1 p{
		font-size:1.8rem;
		padding-bottom:50px;
	}


	
	#promotional_2 h3{
		font-size:2.4rem;
		color:#0068C9;
	}
	
	#promotional_2 img{
		width:50%;
		margin:0 auto 30px;;
	}

	#promotional_3 h3{
		font-size:2.4rem;
	}

	#promotional_3{
		margin-bottom:150px;
	}

}
@media screen and (min-width:768px){
	#promotional h2{
		font-size:3.6rem;
		margin-bottom:50px;
	}
}
@media screen and (min-width:1024px){
	/* 1024pxはココ	*/
	#promotional h2{
		margin-bottom:150px;
	}
	
	#promotional_1{
		width:960px;
		margin:0 auto;
		text-align:center;
		padding-bottom:30px;
	}

	#promotional_1 p{
		font-size:2.4rem;
		padding-bottom:50px;
	}

	#promotional_1 h3{
		font-size:4.8rem;
	}
	#promotional_2 h3{
		font-size:4.8rem;
	}
	#promotional_3 h3{
		font-size:4.8rem;
	}

	#promotional_1 img{
		width:100%;
	}
}

/* --------------------------------------------------
	アプリ	
-------------------------------------------------- */

#apps h2{
	font-size:1.8rem; 
	color:#0068C9;
	text-align:center;
	font-weight: normal;
}


#apps_content ul{
	padding-left:0;
	padding-inline-start:0;
}


#apps_content li{
	text-align:center;
}

@media screen and (min-width:480px){
	/* 480pxからはここ */
	#apps h2{
		font-size:4.8rem;
		color:#0068C9;
		text-align:center;
		font-weight: normal;
	}
	
	#apps_content ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding-inline-start:0;
	}
	
	#apps_content li {
		width: 48%;
		padding-bottom:30px;
	}
}
@media screen and (min-width:768px){
}
@media screen and (min-width:1024px){
	#apps{
		width:960px;
		margin:0 auto;
	}
	/* 1024pxはココ	*/
}

/* --------------------------------------------------
	よくあるご質問
-------------------------------------------------- */
#qa{
	background: url('../img/qa_bg.png') no-repeat 50% 0%;
	color: #fff;
	background-color: #0066CC;
	padding-bottom:10px;

}

#qa_content{
}


#qa p{
	font-size:1.2rem;
	text-align:start;
	line-height:2em;
	padding:0 3em;
	letter-spacing:0.05em;
}

#qa h2{
	font-size:32px;
	color: #fff;
	text-align:center;
	padding:30px 0;
	font-weight:normal;
}

#qa dt{
	color:#FF0;
}



.qa_q{
	color:#FEFF00;
	line-height:1.7em;
	letter-spacing:0.05em;
	font-weight:bolder;
	border-bottom:thin solid #fff;
}

.qa_a{
	line-height:1.7em;
	letter-spacing:0.05em;
}


@media screen and (min-width:480px){
	#qa{
		padding-bottom: 60px;
	}

	/* 480pxからはここ */
	#qa p{
		font-size:1.6rem;
		text-align:start;
		line-height:1.5;
		padding:0;
		letter-spacing:0.05em;
	}

	#qa h2{
		padding:130px 0;
	}

}
@media screen and (min-width:768px){
}
@media screen and (min-width:1024px){
	/* 1024pxはココ	*/

	#qa_content{
		width:960px;
		margin:0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	
	}
	
	.qa_inner {
		width: 45%;
		margin-bottom:50px;
		list-style: none;
		box-sizing: border-box;
	}
}

/* --------------------------------------------------
	本体仕様
-------------------------------------------------- */
#modelspec{
	text-align:center;
}

#modelspec_content{
	width:100%;
	
}

#modelspec h2{
	font-size:3.6rem;
	display: inline-block;
	border-bottom:thick solid #0068C9;
	color:#0068C9;
	font-weight: normal;
}

#modelspec table{
	width:100%;
}


#modelspec_content{
}


#modelspec_content th {
	font-size:1.2rem;
	text-align:start;
	vertical-align:top;
	color:#0066CB;
	padding: 20px;
	width:40%;
}

#modelspec_content td {
	font-size:1.2rem;
	text-align:start;
	padding: 20px;
 }

/* 偶数行の背景色を変更 */
#modelspec_content tr:nth-child(odd) {
  background-color:#CDFFFF;
}
 
 



@media screen and (min-width:480px){
	#modelspec_content th {
		font-size:1.6rem;
		width:150px;
	}
	
	#modelspec_content td {
		font-size:1.6rem;
	 }


}
@media screen and (min-width:768px){
	#modelspec h2{
		margin-bottom:90px;
	}

	#modelspec_content{
		width:750px;
		margin:0 auto;
		display:flex;
		justify-content: space-around;
	}

	#modelspec table{
		width:360px;
	}

}
@media screen and (min-width:1024px){
	/* 1024pxはココ	*/
	#modelspec_content{
		width:960px;
		margin:0 auto;
		display:flex;
		justify-content: space-around;
  }

	#modelspec table{
		width:450px;
	}

}


/* --------------------------------------------------
	アプリ仕様
-------------------------------------------------- */
#appsspec{
	text-align:center;
	background: url('../img/appsspec_bg.png') no-repeat 0% 100%;
	background-size: 100% auto;
	padding-bottom:100px;
}

#appsspec h2{
	display: inline-block;
	border-bottom:thick solid #0068C9;
	font-size:36px;
	color:#0068C9;
	font-weight: normal;
}

#appsspec_2{
}

#appsspec_content th {
	font-size:1.2rem;
	text-align:start;
	vertical-align:top;
	color:#0066CB;
	padding: 20px;
}

#appsspec_content td {
	font-size:1.2rem;
	padding: 20px;
 }

/* 偶数行の背景色を変更 */
#appsspec_content tr:nth-child(odd) {
  background-color:#CDFFFF;
}

#appsspec_2 img{
	width:50%;
	margin-top:1.2rem;
}

#appsspec table{
	width:100%;
}
	
@media screen and (min-width:480px){
	/* 480pxからはここ */
	#appsspec h2{
		margin-bottom:90px;	
	}

	#appsspec_2 img{
		width:auto;
	}
	
	#appsspec_2{
		display:flex;
		justify-content: space-around;
	}
}
@media screen and (min-width:768px){
	#appsspec_content{
		display:flex;
		justify-content: space-around;
	}

}
@media screen and (min-width:1024px){
	/* 1024pxはココ	*/
	#appsspec_content{
		width:960px;
		margin:0 auto;
		display:flex;
		justify-content: space-around;
	}

	#appsspec table{
		width:450px;
	}
}



/* --------------------------------------------------
	価格
-------------------------------------------------- */
#price{
    text-align:center;
	background-color:#EAFEFC;	
    padding-bottom: 30px;

}

#price h2{
	display: inline-block;
	border-bottom:thick solid #0068C9;
	font-size:36px;
	color:#0068C9;
	font-weight: normal;
	width:200px;
}


#price img{
	width:90%;
	margin-bottom:10px;
}



@media screen and (min-width:480px){
}
@media screen and (min-width:768px){
}
@media screen and (min-width:1024px){
	#price_content{
		width:960px;
		margin:0 auto;
	}
}

/* --------------------------------------------------
	問い合わせ
-------------------------------------------------- */
#contact{
	text-align:center;
}

#contact_content{
		width:100%;
}

#contact h2{
	display: inline-block;
	border-bottom:thick solid #0068C9;
	font-size:3.6rem;
	color:#0068C9;
	font-weight: normal;
}

#contact p{
    font-size: 1.2rem;
    text-align: start;
    line-height: 2em;
    padding: 0 2em;
}

#contact_submit p{
	text-align:center;
	margin:30px 0;
}


.formTable{
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
}


.formTable tr{
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}


#contact th{
	font-size:1.6rem;
	text-align:left;
	color:#1d2088;
	padding-bottom:8px;
	padding: 16px;
}

#contact td{
	font-size:1.6rem;
	text-align:left;
	display: block;
	padding: 16px;
    border-radius: 2px;
}



/*必須*/
.required{
    border-radius: 4px;
    display: inline-block;
    padding: .2em .4em;
    font-size: 80%;
    line-height: 1;
	color: #fff;
    background: #00a0e9;
}
/*ボタン*/
.square_btn {
    display: inline-block;
	font-size:2.0rem;
	font-weight:bolder;
    padding: 1.0em 2em;
    text-decoration: none;
    color: #1d2088;
    border: solid 4px #1d2088;
    border-radius: 3px;
    transition: .4s;
}

.square_btn:hover {
    background: #1d2088;
    color: white;
}

/*入力フォーム*/
.form-control{
	padding:8px 8px;
}

tbody input {
	width:66.6%;
}

tbody textarea{
	width:66.6%;
}


/* 確認画面*/
.card-gray {
    border: 1px solid #e6e6e6;
    background: #e6e6e6;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
	margin-bottom:50px;
}

.policyTextInner{
	text-align:start;
    border: 1px solid #e6e6e6;
    background: #fff;
    padding: 25px;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    height: 200px;
    overflow: auto;
  }
.policyTextInner p{
    text-align:left;
}



@media screen and (max-width:480px){
	#contact table,#contact tbody,#contact tr,#contact th,#contact td {
		display: block;
		max-width: 98%;
	}
}


@media screen and (min-width:480px){
	/* 480pxからはここ */
	#contact th{
		width:33%;
		text-align:right;
	}

	#contact p{
		font-size: 1.6rem;
		text-align: center;
		line-height: 2em;
		padding: 0 3em;
	}
  #contact .policyTextInner p{
    text-align:left !important;
	  line-height: 1.5em;
  }
}
@media screen and (min-width:768px){
}
@media screen and (min-width:1024px){
	#contact_content{
		width:960px;
		margin:0 auto;
	}
}

/*-------------------------------------------------- */
/* フッター*/
/*--------------------------------------------------
footer{
	background: gray;
    font-size: 12px;
    font-size: 1.2rem;
    position: relative;
    color: #fff;
	padding-top:20px;
	text-align:center;
	font-weight:bolder;
}

.footer_link i{
	margin:0 0.5rem;
}


.footer_link ul{
	padding-left:0;
}

.footer_link li{
	margin-bottom:16px;
	font-size:1.2rem;
	font-weight:bolder;
}


.footer_link a{
	color:#FFF;
}


.footer_test i{
	margin:0 0.5rem;
}


.footer_test ul{
	padding-left:1.0rem;
}

.footer_test li{
	margin-bottom:16px;
	margin-right:1.0rem;
	font-size:1.2rem;
}


.footer_test a{
	color:#FFF;
}




#footer_logo{
    border-top: 1px solid #e6e6e6;
    padding: 16px 0;
}

#footer_logo img{
	width:84px;
	height:84px;
}


#footer_address dl{
	margin-bottom:32px;
}

#footer_address dt{
	margin-bottom:16px;
}



#footer_address dd{
	margin-left:0;
	letter-spacing:0.1rem;
	line-height: 1.7;
}


#footer_copyright{
    border-top: 1px solid #e6e6e6;
    padding: 16px 0;
}




@media screen and (min-width:480px){
}
@media screen and (min-width:768px){
	.footer_link ul{
		display:flex;
		display:-webkit-flex;
		justify-content:space-around;
		-webkit-justify-content: space-around;
	}
	
	.footer_test ul{
		display:flex;
		display:-webkit-flex;
		justify-content:start;
		-webkit-justify-content: start;
	}

	#footer_address{
		display:flex;
		display:-webkit-flex;
		justify-content:space-around;
		-webkit-justify-content: space-around;
	}
	
	#footer_address_left{
		width:45%;
		text-align:right;
	}
	
	#footer_address_right{
		width:45%;
		text-align:left;
	}
	#footer_address dd{
		margin-left:0;
		
	}

	
}
@media screen and (min-width:1024px){
	#footer_content{
		width:960px;
		margin:0 auto;
	}


}
 */