@charset "UTF-8";

@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium");
}

/* =================================
 reset
================================= */
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
	color:#333;
	position: relative;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	display: block;
}
img.img100{
	max-width: 100%;
	line-height: 0;
	vertical-align: bottom;
	display: block;
}
img.img90 {
	max-width: 90%;
	line-height: 0;
	vertical-align: bottom;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.img_center{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
a:hover img{
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
p{
	line-height: 1.8em;
}
iframe {
	vertical-align: bottom;
	border: 0;
}
table th,
table td {
	vertical-align: top;
}
input,
/*select,*/
textarea,
button {
	/*-webkit-appearance: none;*/
	-moz-appearance: none;
}
/*select::-ms-expand {
	display: none;
}*/
*, :after, :before {
	box-sizing: border-box;
}

@media screen and (min-width: 751px) {
a[href^="tel:"] {
    pointer-events: none;
}
}

/* =================================
 margin・padding
================================= */

/*margin right*/
.mr05 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mr35 {
  margin-right: 35px;
}
.mr40 {
  margin-right: 40px;
}
.mr45 {
  margin-right: 45px;
}
.mr50 {
  margin-right: 50px;
}
/*margin left*/
.ml05 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 40px;
}
.ml45 {
  margin-left: 45px;
}
.ml50 {
  margin-left: 50px;
}
/*margin top*/
.mt00 {
  margin-top: 0px !important;
}
.mt05 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mt80 {
  margin-top: 80px;
}
.mt100 {
  margin-top: 100px;
}
/*margin bottom*/
.mb00 {
  margin-bottom: 0px !important;
}
.mb05 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb100 {
  margin-bottom: 100px;
}
/*padding right*/
.pr05 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr25 {
  padding-right: 25px;
}
.pr30 {
  padding-right: 30px;
}
.pr35 {
  padding-right: 35px;
}
.pr40 {
  padding-right: 40px;
}
.pr45 {
  padding-right: 45px;
}
.pr50 {
  padding-right: 50px;
}
/*padding left*/
.pl05 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl25 {
  padding-left: 25px;
}
.pl30 {
  padding-left: 30px;
}
.pl35 {
  padding-left: 35px;
}
.pl40 {
  padding-left: 40px;
}
.pl45 {
  padding-left: 45px;
}
.pl50 {
  padding-left: 50px;
}
/*padding top*/
.pt05 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt35 {
  padding-top: 35px;
}
.pt40 {
  padding-top: 40px;
}
.pt45 {
  padding-top: 45px;
}
.pt50 {
  padding-top: 50px;
}
.pt80 {
  padding-top: 80px;
}
.pt100 {
  padding-top: 100px;
}
/*padding bottom*/
.pb05 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb35 {
  padding-bottom: 35px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb45 {
  padding-bottom: 45px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb100 {
  padding-bottom: 100px;
}

/* =================================
font
================================= */
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal !important;
}
.font50 {
	font-size: 50% !important;
}
.font60 {
	font-size: 60% !important;
}
.font70 {
	font-size: 70% !important;
}
.font80 {
	font-size: 80% !important;
}
.font90 {
	font-size: 90% !important;
}
.font100 {
	font-size: 100% !important;
}
.font110 {
	font-size: 110% !important;
}
.font120 {
	font-size: 120% !important;
	line-height:1.8em;
}
.font130 {
	font-size: 130% !important;
	line-height:2em !important;
}
.font150 {
	font-size: 150% !important;
	line-height:1.8em;
}
.font180 {
	font-size: 180% !important;
line-height:2em;
}
.font200 {
	font-size: 200% !important;
	line-height:2em;
}
.font230 {
	font-size: 230% !important;
	line-height:2em;
}
.font250 {
	font-size: 250% !important;
	line-height:2em;
}
.white{
	color:#fff;
}
.red{
	color:#ff0000;
}
.blue{
	color:#557ea3;
}
.dblue{
	color:#232d81;
}
.orange{
	color:#ff6d2e;
}
.pink{
	color:#ff7ba9;
}
.green{
	color:#68b82b;
}
.gray{
	color:#b3b3b3;
}

.yu_font{
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
.yugo_font{
	font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
}
.heisei_font{
	font-family: "heisei-kaku-gothic-std";
}

/* =================================
テキスト揃え
================================= */
.txtJustify{
	text-align:justify;
}
.txtCenter{
	text-align:center;
}

/* =================================
テキスト揃え行間
================================= */
.lh15{
	line-height:1.5em;
}
.lh18{
	line-height:1.8em;
}
.lh20{
	line-height:2.0em;
}
.lh25{
	line-height:2.5em;
}

/* =================================
サブタイトル
================================= */
.subTitleBox{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.subTitle{
	position: relative;
  display: inline-block;
  padding: 0 55px;
}
.subTitle:before, .subTitle:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}
.subTitle:before {
  left:0;
}
.subTitle:after {
  right: 0;
}
.subTitleBox2{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.subTitle2{
	position: relative;
  display: inline-block;
  padding: 0 55px;
}
.subTitle2:before, .subTitle2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #94c6ff;
}
.subTitle2:before {
  left:0;
}
.subTitle2:after {
  right: 0;
}
.subTitleBox2 p{
	color:#94c6ff;
}


/* =================================
titH3
================================= */
.titH3{
	background: #94c6ff;
}
.titH3 h3{
	padding: 15px 0;
}
.triangles{
	position: relative;
    text-align: center;
    background: #232d81;
    margin-bottom: 20px;
	padding-top:0px;
	padding-bottom:15px;
	font-weight:bold;
	color:#fff;
}
.triangles:before {
    position: absolute;
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    border-top-color: #232d81;
    border-width: 20px;
    margin-left: -20px;
}

/* =================================
吹き出し
================================= */
.balloon1 {
  position: relative;
  display: block;
  margin-left:auto ;
  margin-right: auto;
  padding: 7px 10px;
  width: 400px;
  max-width: 90%;
  color: #fff;
  font-size: 16px;
  background: #ff0000;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ff0000;
}

.balloon1 p {
  margin: 0;
  padding: 0;
	text-align: center;
}

.balloon1-right {
  position: relative;
  display: block;
  margin: 1.5em 15px 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  background: #94c6ff;
border-radius: 10px;
}
.balloon1-right p {
  margin: 0;
  padding:10px;
}
@media screen and (min-width: 769px) {
.balloon1-right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #94c6ff;
}
}

/* =================================
clearfix
================================= */

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{
	display:inline-table;
	min-height:1%;
}
/* \*/
html .clearfix{
	* height:1%;
}
.clearfix{
	display:block;
}
/* */
.clear {
	clear: both;
}

/* =================================
 スマホ・PC画像振り分け
================================= */

@media screen and (min-width: 768px) {
.sp_only{
display:none !important;
}
}

@media screen and (max-width: 768px) {
.pc_only{
display:none !important;
}
}


/* =================================
 header
================================= */
header img ,.topInfoR a{
	display: block;
}
header{
	background: #fff;
	position: fixed;
	width:100%;
	z-index: 9999;
}

.topInfoContact-btn {
    max-width: 170px;
    background-color: #232d81;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;
    text-decoration: none;
    aspect-ratio: 167/26;
}

@media screen and (min-width: 769px) {
header{
	padding-top: 15px;
	padding-bottom: 15px;
}
.topInfoL{
	float: left;
	width:280px;
}
.topInfoR{
	float: right;
}
.topInfoTel{
	width:250px;
	margin-right: 10px;
}

}
/*@media screen and (max-width: 768px) {
	.topInfoL,.topInfoR{
	float: none;
	}
	.topInfoL,.topInfoL img{
		margin-left: auto;
		margin-right: auto;
	}
	.topInfoL{
		margin-bottom: 10px;
	}
	.topInfoTel{
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
	.topInfoContact{
		width:340px;
		max-width:90%;
		margin-left: auto;
		margin-right: auto;
	}
	.topInfoContact a img{
		width:48%;
		max-width:170px;
		margin-left: 1%;
		margin-right: 1%;
	}
	.topInfoContact a img:nth-of-type(1){
		float: left;
	}
	.topInfoContact a img:nth-of-type(2){
		float: right;
	}
}*/

/*スマホ用ヘッダー*/
@media screen and (max-width: 768px) {
	header{
	padding-top: 15px;
	padding-bottom: 15px;
	}
	.topInfoL{
		width:200px;
		max-width:40%;
	}
	.topInfoR{
		width:250px;
		max-width:58%;
	}
	.topInfoL img,.topInfoR img{
		display: block;
		width:100%;
	}
	.topInfoContact{
		width:350px;
		max-width: 90%;
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
	}
	.topInfoContact a{
		max-width: 48%;
		width:170px;
		display: block;
	}
	.topInfoContact a img{
		display: block;
		width: 100%;
	}
	.topInfoContact a.topMail{	
		float: left;
	}
	.topInfoContact a.topline{
		float: right;
	}
	.footer_fix_btn{
		position:fixed;
		left: 0;
        bottom:0;
   		width:100%;
  		padding: 5px 10px;
  		text-align:center;
	}
	.footer_fix_btn img {
		max-width: 100%;
		height: auto;
	}
	.topInfoContact-btn {
    	aspect-ratio: 167/25.5;
    }
}


/* =================================
 ヘッダーイメージ
================================= */
.headImg{
  padding: 30px 0 0;
	background: #abd0ea;
	background-size: cover;
}
.headImg img{
	display: block;
	width:100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 768px) {
  .headImg{
    padding: 20px 0 0;
  }

}
/* =================================
 wrapper
================================= */
.wrapper{
	width:100%;
	position: absolute;
	z-index: 0;
}
@media screen and (min-width: 768px) {
	.wrapper{
		top: 93px;
	}
}
@media screen and (max-width: 768px) {
	.wrapper{
		top: 64px;
		padding-bottom: 87px;
	}
}


/* =================================
 inner
================================= */
.inner01{
	width: 1000px;
	max-width: 100%;
	margin-left:auto;
	margin-right:auto;
}
.inner02{
	width: 1000px;
	max-width: 90%;
	margin-left:auto;
	margin-right:auto;
}
.inner03{
	width: 768px;
	max-width: 90%;
	margin-left:auto;
	margin-right:auto;
}
.inner03 ul li{
	display: inline-block;
    width: 135px;
    margin: 0 9px 20px;
    font-size: 90%;
}

/* ----------------------------------------------------------------------
 flexbox
---------------------------------------------------------------------- */
.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between; /*均等に間隔をあける*/
	align-items: stretch;    /*全ての要素の高さを揃える*/
}
.flex2{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between; /*均等に間隔をあける*/
	align-items: stretch;    /*全ての要素の高さを揃える*/
	flex-wrap:wrap;
}
@media(max-width:600px)  {
	.flex2{
		display: block;
	}
}

/* ----------------------------------------------------------------------
 ２カラム用
---------------------------------------------------------------------- */

.full_content{
width: 100%;
margin: 0 !important;
text-align: center;
overflow:hidden;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.single_content{
width:1000px;
max-width:100%;
margin:0 auto;
padding:0 0;
}
.left_content{
float:left;
width:50%;
padding:0px;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.right_content{
float:right;
width:50%;
padding-left:0px;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.left_content30{
float:left;
width:28%;
padding:0px;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.right_content30{
float:right;
width:28%;
padding-left:0px;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.left_content70{
float:left;
width:68%;
padding:0px;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.right_content70{
float:right;
width:68%;
padding-left:0px;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.sp_box{
	padding:0 2%;	
}
.sp_box2{
	padding:0 4%;
}

/* =================================
 3カラム用
================================= */
.three_column{
	width:30%;
	float:left;
	margin-right:5%;
}
.three_column:nth-child(3){
	margin-right:0;
}
@media(max-width:768px)  {
	.three_column{
	width:90%;
	float:none;
	margin-left:auto;
	margin-right:auto;
	}
	.three_column:nth-child(3){
	margin-right:auto;
	}
}

/* =================================
 footer
================================= */

.copyright{
	background: #232d81;
}
.copyright p{
	text-align: center;
	color: #fff;
	font-size:80%;
	font-weight:bold;
	padding-top:20px;
	padding-bottom:20px;
	line-height: 1.5em;
	width:90%;
	margin-left: auto;
	margin-right: auto;
}
.copyright a{
    color:#fff;
}
.copyright a:visited{
    color:#fff;
}

/* ----------------------------------------------------------------------
 パララックス
---------------------------------------------------------------------- */
.parallax {
	width: 100%;
	height: 400px;
}
.height01 {
	height:100%;
	background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:100% 100% !important;
}

/* =================================
 トップへ戻るボタン
================================= */
#pageTop {
	position: fixed;
	bottom: 30px;
	right: 20px;
	z-index: 9999;
}
#pageTop i {
}
#pageTop a {
	display: block;
	color: #fff;
	font-weight: bold;
	font-size:40px;
	text-decoration: none;
	text-align: center;
	background:#ff6d36;
	width:45px;
	height:45px;
	border-radius: 40px;
	line-height: 1.1em;
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}

/* 点滅 */
.blinking{
	-webkit-animation:blink 0.5s ease-in-out infinite alternate;
    -moz-animation:blink 0.5s ease-in-out infinite alternate;
    animation:blink 0.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

/* =================================
 ページ内容（トップページ）
================================= */

/*メニューイメージ*/
.menuImg{
	background: #fff;
	padding-top:25px;
	padding-bottom: 20px;
}
.menuImgBox{
	width:23%;
	margin-left:1%; 
	margin-right:1%; 
}
.menuImgBox p{
	margin-top: 10px;
	text-align: center;
	font-size:90%;
}
@media(max-width:600px)  {
	.menuImgBox p{
	font-size:65%;
	}
}

/*キャンペーン*/
.canpaign{
	padding-top: 50px;
	padding-bottom: 50px;
	    background: #fffff0;
}
.canpaignInner{
	background: #fff;
	border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */ 
	padding-bottom: 30px;
}
.canpaignInner h3{
	padding-top: 30px ;
	padding-bottom: 10px;
}
.campaign0Yen{
	width:768px;
	max-width:90%;
	margin-left: auto;
	margin-right: auto;
}
.campaignImg{
	width: calc(100% / 3);
}
@media(max-width:600px)  {
  .canpaign {
    padding-bottom: 10px;
  }
	.campaignImg{
		width: 250px;
		max-width: 90%;
		margin-left:auto; 
		margin-right:auto;
		margin-bottom: 5px;
}
}
h4.subete0Yen{
	font-size: 300%;
	font-weight: bold;
}
.campaignCaution{
	background: #ffff00;
	border-radius: 200px;        /* CSS3草案 */  
    -webkit-border-radius: 200px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 200px;   /* Firefox用 */ 
	width:768px;
	max-width: 90%;
	margin-left:auto; 
	margin-right:auto;
	padding: 10px 0;
}

.yycountdown-box{
	text-align:center;
	margin:10px 0;
	color:#ff0000;
	font-size: 180%;
	font-weight: bold;
}

/*お問い合わせボタン*/
.contactBtn{
	background-color: #ffb224;
	background-size:cover;
}
.contactTxt{
	max-width: 90%;
	margin-left:auto; 
	margin-right:auto;
}
.contactTxt p{
	font-size:30px;
	color: #fff;
	padding: 10px 0 50px 0;
    margin-left: auto;
    margin-right: auto;
}
.contactTxt span{
	color: #ffb224;
    background-color: #fff;
    margin: 10px;
    font-size: 120%;
    line-height: 1;
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
}
.contactBoxImg{
	display: flex;
	justify-content: space-between;
}
.contactBoxImg span{
	display: flex;
	padding-top: 20px;
}
.contactBoxImg a:first-child {
	margin-right: 20px;
}
.contactBox {
	padding: 30px;
	border-radius: 30px;
	background-color: #FFF;
}
.contactBox img{
	display: block;
	max-width: 100%;
	height: auto;
}
.contactNotes p {
	font-size: 50px;
	margin-bottom: 30px;
}

@media(max-width:600px)  {
.contactTxt p{
	font-size: 20px;
	padding-bottom: 20px;
}
.contactBox{
	padding: 20px;
}
.contactBoxImg{
	display: block;
	margin-top: 20px;
}
.contactBoxImg a:first-child {
	margin-right: 0;
}
.contactNotes p{
	font-size: 28px;
    line-height: 40px;
    margin-bottom: 0px;
}
.contactTxt span{
	color: #ffb224;
    background-color: #fff;
    font-size: 20px;
	margin: 3px;
    line-height: 1;
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
}

}

@media(max-width:768px)  {
	.contactBtn{
		padding: 20px 0px 30px 0px !important;
	}
	.contactBoxImg span a:first-child {
		margin-right: 0;
	}
}


/*チェックボックス*/
.checkArea{
	background: #e8edf1;
}
ul.checkList{
}
ul.checkList li{
	font-size:130%;
	font-weight: bold;
	padding-left: 1.2em;
	text-indent: -1.2em;
	line-height: 2em;
	border-bottom: 1px dashed #333;
	padding-bottom:5px;
}
ul.checkList li:before{
	content:"";
	display:inline-block;
	width:1em;
	height:1em;
	margin-right: 0.2em;
	background:url(images/ico_check.png) no-repeat;
	background-size:contain;
}
.checkBox{
	width:1000px;
	max-width: 90%;
	height: 450px;
	position: relative;
	padding-top: 80px;
	margin-top: -30px;
	margin-left:auto; 
	margin-right:auto;
}
.checkBoxL{
	width:68%;
	float: left;
}
.checkBoxR{
	width:28%;
	position: absolute;
	bottom:0;
	right:0;
}

@media(min-width:1000px){
	.checkBoxImgSp{
	display: none !important;
	}
}
@media(max-width:999px)  {
	.checkBox{
		height: auto;
	}
	ul.checkList li{
	font-size:110%;	
	}
	.checkBoxL{
	width:90%;
	float: none;
	margin-left:auto; 
	margin-right:auto;
	}
	.checkBoxR{
	width:90%;
	margin-left:auto; 
	margin-right:auto;
	position: static;
	}
	.checkBoxImgPc{
	display: none !important;
	}	
	.checkBoxImgSp{
	display: block;
	max-width:100%;
	}
}


/*全て安心してお任せください！*/
.anshin{
	background: url(images/bg_anshin.jpg) center center no-repeat;
	background-size: cover;
}


/*3つの理由*/
.reasonWrapper{
	background:#f2f2f2;
}
.reason h3{
	line-height: 1em;
}
.reasonBox{
	background:#f2f2f2;
    width: 100%;
    max-width:1536px;
    margin-left: auto;
    margin-right: auto;
}
.reasonTxt{
	width:480px;
	max-width:90%;
	margin-left:auto; 
	margin-right:auto;
}
.pointIco{
	padding-left: 1.2em;
	text-indent: -1.2em;
}
.pointIco:before{
	content:"";
	display:inline-block;
	width:1em;
	height:1em;
	margin-right: 0.2em;
}
.pointIco01:before{
	background:url(images/ico_reason01.png) no-repeat;
	background-size:contain;
}
.pointIco02:before{
	background:url(images/ico_reason02.png) no-repeat;
	background-size:contain;
}
.pointIco03:before{
	background:url(images/ico_reason03.png) no-repeat;
	background-size:contain;
}
.pointIco04:before{
	background:url(images/ico_reason04.png) no-repeat;
	background-size:contain;
}

/*比較表*/
.hikakuChatch{
	background:url(images/bg_hikaku.jpg) no-repeat center center;
	background-size: contain;
}

/*料金プラン*/
.plan{
	background: url(images/bg_plan.jpg) center center no-repeat;
	background-size: cover;
}
.planBox{
	background: #fff;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
	width:48%;
}
.planBoxInner{
	padding:20px;
}
.planTit{
	color: #94c6ff;
	font-weight:bold;
	font-size: 140%;
	border-bottom: 1px #94c6ff solid;
	padding-bottom: 10px;
	position: relative;
}
.planTit:before{
	content:"";
	display:inline-block;
	width:1em;
	height:0.8em;
	margin-right: 0.2em;
}
.planTit01:before{
	background: url(images/ico_plan01.png) center center no-repeat;
	background-size: cover;
}
.planTit02:before{
	background: url(images/ico_plan02.png) center center no-repeat;
	background-size: cover;
}
.planTit03:before{
	background: url(images/ico_plan03.png) center center no-repeat;
	background-size: cover;
}
.planTit04:before{
	background: url(images/ico_plan04.png) center center no-repeat;
	background-size: cover;
}
.planTit span {
	color:#fff;
	font-size: 70%;
	margin-left: 10px;
	background: #ff0000;
	padding: 8px 5px;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
	
}
@media(max-width:600px)  {
	.planTit02,.planTit04{
	padding-top: 40px;
	}
	.planTit span {
	position: absolute;
	margin-left: 0;
	left: 0;
	bottom:40px;
}
}

.priceA{
	text-decoration: line-through;
}
.PriceB{
	font-size:140%;
	}
.standardPrice,.canpaignPrice{
	font-size:70%;
}
.standardPrice{
	border:1px #94c6ff solid;
	padding:3px;
	margin-right: 3px;
	color:#94c6ff;
}
.priceWaku{
	background:#f2f2f2;
	padding:10px;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
}
@media(max-width:600px)  {
	.planBox{
		width: 100%;
	}
	.planTxtBox .left_content{
		border-top: 1px #39b44a solid;
		padding-top: 10px;
	}
	
}


/*よくある質問・ご要望*/
.faq{
	background: url(images/bg_faq.jpg) 0 0 repeat;
}
@media(max-width:768px)  {
img.imgFaq{
	width:200px;
}
}
.faqBox{
	background: #fff;
	border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */
	padding: 30px 20px;
}
.faqTxt{
	border-bottom:1px #666 dashed;
	padding-bottom:15px;
	margin-bottom: 15px;
}
.faqTxt h4:before,.faqTxt p:before{
	display:inline-block;
	margin-left: 45px;
	top: 13px;
	position:relative;
}
.faqTxt h4,.faqTxt p{
	padding-left: 50px;
	text-indent: -50px;
	
}
.faqTxt h4{
	color:#232d81;
}
.faqTxt h4:before{
	content: url(images/ico_faq_q.png);
}
.faqTxt p:before{
	content: url(images/ico_faq_a.png);
}


/*お客様の声*/
.voiceBox{
	width:768px;
	max-width: 90%;
	background: #ffffee;
	border: 2px #94c6ff solid;
	border-radius: 15px;        /* CSS3草案 */  
	-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 15px;   /* Firefox用 */
	padding: 20px 20px;
	margin-left: auto;
	margin-right: auto;
}
.voiceBox h4{
	color:#232d81;
	border-bottom: 1px #232d81 solid;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
img.voiceImg{
	width:220px;
	max-width: 90%;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

/*ライフアースアが今一番選ばれている理由*/
.choosing{
	background: url(images/bg_choosing.jpg) center center no-repeat;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 210px;
}
.choosingTxt{
	width:600px;
	max-width: 90%;
	background: rgba(0,0,0,0.5);
	margin-left: auto;
	margin-right: auto;
	padding:40px 20px;
}
.choosingTxt p.choosingTxtMain{
	width:500px;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}

/*メールフォーム*/
#contact {
    padding-top: 60px;
}
.contact{
	background: url(images/bg_menulist.jpg) 0 0 repeat;
	padding-top:0px;
	padding-bottom: 50px;
}
.mailformBox{
	background: #fff;
	border-radius: 15px;        /* CSS3草案 */  
	-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 15px;   /* Firefox用 */
	padding: 20px 30px 50px;
}
label {
  display: block;
  position:relative;
padding-left:1.3em;
}
label input[type=checkbox] {
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  margin:auto;
}
input[type=text] {
  width:100% !important;
	height: 30px;
}
select {
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
select::-ms-expand {
    display: none;
}
select {
	padding: 8px ;
}
table.mailform th,table.mailform td{
	line-height: 1.8em;
	font-size: 100%;
	padding-top:20px;
	padding-bottom: 20px;
}
.submitButton {
  display       : inline-block;
  font-size     : 14pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 12px 35px;   /* 余白       */
  background    : #000000;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  border        : 2px solid #000000;    /* 枠の指定 */
}
.submitButton:hover {
  color         : #000000;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
}
.submitButtonBox{
	text-align: center;
}
@media(max-width:768px)  {
	table.mailform,table.mailform tbody,
	table.mailform tr,table.mailform th,
	table.mailform td{
		display: block;
}
	table.mailform th{
		border: none !important;
		padding-bottom: 0px;
		width:100% !important;
	}
	table.mailform td{
		padding-top: 0px;
	}
}

/*プライバシーポリシー*/
.privacy{
	padding: 20px;
    height: 150px;
    overflow-y: scroll;
    margin: 30px auto 50px auto;
    text-align: left;
	max-width: 90%;
}
.privacy h3,.privacy h4,.privacy p,.privacy ul{
	line-height: 1.8em;
}
.bg-gray{
	background: #f2f2f2;
	padding:20px;
	border:1px #666 solid;
}
.privacy ul li{
	list-style: circle;
	list-style-position: outside;
	margin-left: 30px
}


/*会社概要*/
table.companyTable{
	width: 410px;
	margin-left: auto;
	margin-right: auto;
}
table.companyTable th,table.companyTable td{
	text-align: left;
	padding: 10px;
	line-height: 1.8em;
	border-bottom: 1px #666 dashed;
}
@media(max-width:600px)  {
	table.companyTable{
	width: 300px;
	}
}


/* =================================
 パソコンのみの設定
================================= */
@media screen and (min-width: 768px) {
/* スマホのみ改行
-------------------------------------------------------------------*/
 .kaigyouSp {
  display: none;
 }

}

/* =================================
 タブレット以下の設定
================================= */
@media screen and (max-width: 768px) {

 /* ２カラム用
-------------------------------------------------------------------*/
.right_content,.left_content,
.right_content30,.left_content30,
.right_content70,.left_content70{
	float:none;
	width:100%;
	padding:0;
}
.sp_box,.sp_box2{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

}


/* =================================
 スマホのみの設定
================================= */
@media screen and (max-width: 640px) {

}

/* =================================
 キャンペーンバナー
================================= */
.cpBanner {
  margin-bottom: 50px;
  text-align: center;
}
.cpBanner img {
  display: inline;
  max-width: 100%;
  height: auto;
}
.cpBanner .cp_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .cpBanner {
    padding: 0 20px;
  }
  .cpBanner .cp_pc {
    display: none;
  }
  .cpBanner .cp_sp {
    display: inline-block;
    text-align: center;
  }
}
