.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden
}
.red {
	color: red
}

@media screen and (max-width: 1290px) {
.sp_hidden {
	display: none;
}
.pc_hidden {
	display: block;
}

p{
	padding:0;
	margin:0;}

body {
	-webkit-text-size-adjust: none;
	font-family:"ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"Hiragino Kaku Gothic Pro W3",Osaka,"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
	color:#666;
	font-size:11pt;
	line-height:160%;
	text-align:left;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.switch {
    visibility: hidden;
}

img {
	max-width:100%;
	height:auto;
}
iframe{
	vertical-align:bottom;}

#ind #contents{
	margin:0 10px;
	padding-bottom:0px;
	padding-top:10px;}
.sec #contents{
	margin:0 10px;
	padding-bottom:10px;
	padding-top:0px;}

.right{
	text-align:right;}
ol.un{
	}
ol.un li{
	margin-left:1.5em;

	}
#wrap{
	background:#fff;
	width:100%;
}

.table_basic { border-collapse: separate; border-spacing: 1px; background: #CCC; border-style: none; width:100%; margin-bottom:10px;}
.table_basic th { background-color: #EEE; padding:3px; font-weight: normal; border-top: 1px solid #FFF;}
.table_basic td { background-color: #FFF; padding:3px; border-top: 1px solid #FFF; }
.table_basic td textarea{ width:100%; height:100px;}

p.un{
	padding-bottom:10px;}


/*----------------------------------------ヘッダ----------------------------------------*/

header{
	position: fixed;
	top: 0;
	width: 100%;
	height: 37px;
	z-index: 24;
	background-color: rgba(255,255,255,0.8);
}
header .inner{
	width: 100%;
	margin:0 auto;
}
header .inner .block {
	position: relative;
}

.hlogo{
	position:absolute;
	left: 30px;
	top: 5px;
	width: 120px;
}
.h_link{
	position:absolute;
	right: 30px;
	top: 5px;
}
.h_link li{
	float: left;
}
.h_link .btn01 a{
	border: #c30d23 1px solid;
	background-color: #fff;
	color: #c30d23;
}
.h_link .btn02 a{
	border: #c30d23 1px solid;
	background-color: #c30d23;
	color: #fff;
}
.h_link a{
	display: inline-block;
	width: 90px;
	height: 25px;
	border: #231815 1px solid;
	color:#231815;
	text-align: center;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
	border-radius: 7px;
}
.h_link a:hover{
	/* color:#d6b855; */
	text-decoration: none;
}

#htel{position: absolute;
	right:40px;
	top:12px;
	width:23px;
	height:23px;
	cursor:pointer;
}
#htel:before {/*疑似要素*/
	font-family: FontAwesome;
	content: "\f098\00a0";/*アイコンの種類、\00a0を足しておくと空白ができる*/
	color:#b19844;/*アイコン色*/
	font-size:25px;
	line-height:1;
}


/*----------------------------------------メインイメージ----------------------------------------*/

.mainInner {
	width: 100%;
	margin: 0 auto;
}
#main .main_01 h1 {
	width: 100%;
	margin: 0 auto;
}
#main02 .mainInner {
	background-color: rgba(0,0,0,0.5);
}
#main02 .mainInner .block {
	background: url('../img/main_02_sp.png') no-repeat;
	background-size: 100% auto;
	padding: 20px 0 24px;
}
#main02 .mainInner .box {
	width: 90%;
	margin: 0 auto;
	padding: 17px 21px 12px;
	color: #231815;
	text-align: center;
	line-height: 1.4;
	background-color: rgba(255,255,255,0.8);
}
#main02 .mainInner .tit {
	margin-bottom: 14px;
	font-size: 24px;
	font-weight: bold;
}
#main02 .mainInner .txt {
	font-size: 16px;
	line-height: 1.5;
}

#contents #contentsInner h2 {
	font-size: 23px;
	text-align: center;
	/*width:80%;*/
}

#contents #contentsInner h2.tt {
	width:80%;
}
#contents #contentsInner h2 .sub_tit {
	padding-bottom: 10px;
	margin-top: 7px;
	display: block;
	font-size: 12px;
	font-weight: normal;
}


/*----------------------------------------index----------------------------------------*/

.indexInner {
	width: 90%;
	margin: 0 auto;
}
.indexInner .form_btn, #form_btn {
	text-align: center;
}
.indexInner .form_btn a, #form_btn button {
	background-color: #c30d23;
	display: inline-block;
	width: 136px;
	height: 33px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 6px;
	font-size: 16px;
	border-radius: 10px;
}

#index01 {
	margin-bottom: 0;
	background: url('../img/miryoku_bg.png') no-repeat center;
	background-size: cover;
}
#index01 .indexInner {
	padding: 36px 0 35px;
}
#index01 .indexInner h2 {
	margin-bottom: 33px;
	color: #fff;
}
#index01 .indexInner ul li {
	width: 100%;
	/* height: 162px; */
	margin: 0 auto;
	background-color: #fff;
	border-radius: 5px;
}
#index01 .indexInner ul li {
	margin-bottom: 15px;
}
#index01 .indexInner .block .pict img {
    width: 280px;
    border-radius: 5px 0 0 5px;
}
#index01 .indexInner .block .pict {
    float: left;
    width: 50%;
}
#index01 .indexInner .block .box {
    width: 50%;
    float: right;
    padding: 7px 12px 0;
}
#index01 .indexInner ul li .block h3 {
	margin: 0;
	font-size: 14px;
	text-align: left;
	color: #036eb7;
	padding: 0;
}
#index01 .indexInner ul li .block .txt {
	font-size: 10px;
	padding: 0;
	line-height: 1.4;
}

#index02 {
	background: url('../img/pattern_bg.png') repeat top;
	background-color: #cbe1ef;
}
#index02 .indexInner {
	padding: 41px 0 52px;
}
#index02 .indexInner h2 {
	margin-bottom: 21px;
}
#index02 .indexInner .block {
	margin-bottom: 20px;
}
#index02 .indexInner ul li {
	width: 100%;
	margin: 0 auto;
}
#index02 .indexInner ul li {
	margin-bottom: 20px;
}
#index02 .indexInner ul li .pict img {
	width: 480px;
}
#index02 .indexInner .pict {
	margin-bottom: 5px;
}
#index02 .indexInner .icon {
	width: 25px;
	margin: 0 auto;
	line-height: 0;
}
#index02 .indexInner .box {
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;
	/* height: 296px; */
}
#index02 .indexInner .box h3 {
	margin: 0;
	font-size: 22px;
	font-weight: bold;
	color: #036eb7;
	line-height: 1.4;
	border-bottom: solid 1px #036eb7;
	padding-bottom: 4px;
	margin-bottom: 10px;
}
#index02 .indexInner .box .txt {
	font-size: 14px;
	line-height: 1.5;
}

#index03 .indexInner {
	padding: 75px 0 77px;
}
#index03 .indexInner h2 {
	margin-bottom: 15px;
}
#index03 .indexInner ul li {
	width: 90%;
	height: 425px;
	margin: 0 auto;
}
#index03 .indexInner .block .pict {
	margin-bottom: 18px;
}
#index03 .indexInner .block .pict img {
    width: 312px;
}
#index03 .indexInner ul li .block h3 {
	margin-bottom: 14px;
	text-align: center;
}
#index03 .indexInner ul li .block .txt {
	font-size: 18px;
	line-height: 1.5;
}

#index04 {
	background-color: #eeeeea;
}
#index04 .indexInner {
	width: auto;
	margin: 0 auto;
	padding: 25px 0 50px;
}
#index04 .indexInner h2 {
	margin-bottom: 22px;
}
#index04 .block {
	position: relative;
	width: 90%;
	margin: 0 auto;
}
#index04 .txt {
	background-color: #036eb7;
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    padding: 15px 25px;
}

#index05 {
	background-color: #eeeeea;
}
#index05 .indexInner {
	padding-top:63px;
	padding-bottom: 63px;
	width: calc(100% - 30px);
}
#index05 .indexInner h2 {
	margin-bottom: 20px;
}
#index05 .table {
    border: 5px solid #ccc;
	background-color: #fff;
	text-align: 
}
#index05 .indexInner table {
	width: 100%;
	margin-bottom: 18px;
}
#index05 .indexInner table tr {
	border-top: dotted 1px #ccc;
}
#index05 .indexInner table th, #index05 .indexInner table td {
	padding: 18px 0 15px 12px;
	font-size: 14px;
	vertical-align: top;
}
#index05 .indexInner table th {
	width: 26%;
}

#index06 {
	background-color: #eeeeea;
}
#index06 .indexInner {
	width: 90%;
	padding-bottom: 90px;
}
#index06 .indexInner h2 {
	margin-top: 0;
	margin-bottom: 35px;
}
#index06 .indexInner table {
	width: 100%;
}
#index06 .indexInner table th, #index06 .indexInner table td {
	padding: 7px;
	font-size: 10px;
}
#index06 .indexInner table th {
	background-color: #eee;
}
#index06 .indexInner table td {
	background-color: #fff;
}


#index07 {
	background-color: #eeeeea;
}
#index07 .indexInner {
	padding-bottom: 103px;
	padding-top: 50px;
	width: 90%;
}
#index07 .indexInner h2 {
	margin-bottom: 20px;
}
#index07 .table {
    border: 5px solid #ccc;
		background-color: #fff;
    padding: 53px 23px 44px;
}
#index07 .indexInner table {
	width: 100%;
	margin-bottom: 18px;
}
#index07 .indexInner table tr {
	border-top: dotted 1px #ccc;
}
#index07 .indexInner table th, #index05 .indexInner table td {
	padding: 18px 0 15px 12px;
	font-size: 14px;
	vertical-align: top;
}
#index07 .indexInner table th {
	width: 22%;
}

#index07 .txt {
    font-size: 14px;
    margin-bottom: 33px;
}

#index07 .tel {
    font-size: 20px;
    font-weight: bold;
}

button {
    margin: 0;
    border: none;
    background: none;
}

.tag01{
	margin-top:20px;
}

.tag01 span{
	width:100%;
	font-size:12px;
	background-color:#666666;
	color:#FFFFFF;
	display:block;
	margin-right:1%;
	margin-bottom:5px;
	text-align:center;
	padding:5px 23px;
	border-radius: 18px;
	float:left;
}


/*----------------------------------------フッタ----------------------------------------*/

#footer {
	background-color: #0068b6;
}
#footer #footerInner {
	padding: 65px 0 57px;
}
#footer #footerInner p {
	color: #fff;
	text-align: center;
	font-size: 10px;
}


/* =======================================
    ClearFixElements
======================================= */
#ind .viewer ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#ind .viewer ul {
	display: inline-block;
	overflow: hidden;
}



.key-visual{
	min-height:50vh;
	background-size: cover;
	background-position: top center;
	margin-top:40px;
	position: relative;
	overflow: hidden;
	padding-bottom:60px;	
}

.key-visual::before {
	content:"";
	background-image: url("../img/main-bg.jpg");
	width:100%;
	height:100%;
	background-size: cover;
	position: absolute;
	top: -4px;
	bottom: -4px;
	left: -4px;
	right: -4px;
	z-index: 0;
	background-size: initial;
	filter: blur(4px);
	background-position: 30% 90%;
}

.key-visual:after{
	content:"";
	width:100%;
	height:100%;
	top:0;
	left:0;
	background: #5c00d6;
	background: -moz-linear-gradient(-45deg, #5c00d6 16%, #60c2db 66%, #0075d6 100%);
	background: -webkit-linear-gradient(-45deg, #5c00d6 16%,#60c2db 66%,#0075d6 100%);
	background: linear-gradient(135deg, #5c00d6 16%,#60c2db 66%,#0075d6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c00d6', endColorstr='#0075d6',GradientType=1 );
	position: absolute;
	opacity: .3;
	z-index: 0;
	background: #22c1c3;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #fdbb2d, #22c1c3);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #fdbb2d, #22c1c3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.key-visual img{
	max-width:100%;
}

.key-visual .page-title{
	color:#FF3333;
	font-size:42px;
	text-align: center;
	font-weight:600;
	line-height: 1.35;
	padding-top:30px;
	margin-bottom:10px;
	text-shadow:0px 0px 15px #ffffff;
	position: relative;
	z-index:2;
}

.key-visual .page-title span{
	/*display: block;*/
}

.key-visual .catch-copy{
	font-size:24px;
	color:#ffffff;
	/*text-align: center;*/
	font-weight: 300;
	line-height: 1.4;
	text-shadow:0px 0px 15px #000000;
	position: relative;
	z-index:2;
	margin-top:50px;
	margin-bottom:20px;
	left:5%;
	/*bottom: 0;
	width: 100%;*/
}

.key-visual .catch-copy span{
	display: block;
}

.catch-copy_v2{
	font-size:21px !important;
	text-align: center;
	font-weight: 300;
	line-height: 1.4;
	width: 100%;
	padding:10px 0;
	margin:0;
	background-color:#eeeeea;
}

.catch-copy_v2 div{
	width: 90%;
	margin:auto;
}

.catch-copy_v2 span{
	display: block;
}

.points-list{
	width:100%;
	margin:0 auto;
	position: relative;
	z-index:2;
	
}

.points-list .p-inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 5px;
	margin-left: 5px;
}

.points-list .p-inner .point{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding:0 5px;
	box-sizing: border-box;
	margin-bottom:10px;

}

.points-list .point .inner{
	background-color: rgba(255,114,0,.75);
	padding-bottom:20px;
	height: 100%;
	border-radius: 5px;
	box-shadow:0px 0px 20px -7px #240f06;
}

.points-list .point:nth-of-type(even) .inner{
	background-color: rgba(214,76,76,.6);
}

.point .thumb{
	border-radius:5px 5px 0 0;
	margin-bottom:10px;
}

.point .thumb img{
	border-radius:5px 5px 0 0;
	height:100px;
	width:100%;
	object-fit: cover;
}

.point .point-title{
	padding:0 10px;
	font-size:18px;
	font-weight:600;
	color:#ffffff;
	margin-bottom:5px;
	letter-spacing: 0.05em;
	line-height: 1.35;
	margin-top:0;
}

.point-para{
	padding:0 10px;
	font-size:12px;
	color:#ffffff;
	line-height: 1.4;
	font-weight: 300;
}

.point-para a{
	color:#ffffff;
	text-decoration: underline;
}

.point01{
	margin-bottom:20px;
}

.point01 span {
    background-color: #fff;
    float: left;
    border: 1px solid #4D4D4D;
    margin-right: 1%;
    margin-bottom: 1%;
    padding: 1%;
	width:49%;
	text-align:center;
}

.oubo{
	margin-bottom:20px;
}

.form_btn2 {
    width: 100%;
    background-color: #FF6700;
    color: #fff;
    border-radius: 10px;
    font-size: 20px;
    margin-right: 40px;
    margin-bottom: 20px;
    padding: 10px;
    display: block;
	text-align:center;
}

.compare{
	position: relative;
	padding-top:60px;
	padding-bottom:60px;
}

.compare:before{
	content:"";
	width:50%;
	display: inline-block;
	font-size:0;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	background-color:#036eb7;
	z-index:0;
}
.compare:after{
	content:"";
	width:50%;
	display: inline-block;
	font-size:0;
	height:100%;
	position: absolute;
	right:0;
	background-color:#ee9d00;
	z-index:0;
	top:0;
}

.compare img{
	max-width: 100%;
}

.compare .headline{
	margin-bottom:30px;
	position: relative;
	z-index: 1;
}

#index04 a {
    text-decoration: underline;
    color: #F8FF00;
}

.compare .headline .compare-title{
	text-align: center;
	line-height: 1;
	font-size:24px !important;
	font-weight: lighter;
	letter-spacing: .05em;
	color:#ffffff;
	margin-top:0;
	margin-bottom:45px;
	border:2px solid #ffffff;
	padding:10px;
	width:calc(100% - 20px);
	margin-left:10px;
}

.compare .headline .baloon-txt{
	text-align: center;
	padding:0 10px;
}

.compare-inner{
	width:100%;
	margin:0 auto;
	position: relative;
	z-index: 1;
}

.compare-inner .title-list{
	font-size:24px;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	margin-bottom:40px;
}

.compare-inner .title-list li{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	box-sizing: border-box;
	text-align: center;
	color:#ffffff;
	font-weight:600;
	letter-spacing: 1px;
}

.compare-inner .title-list li.before{
	color:#d8d8d8;
}

.arrow{
	left: calc(50% - 12px);
	top:6px;
	width: 17px;
	height: 17px;
	border-top: 3px solid #ffea00;
	border-right: 3px solid #ffea00;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
}

.compare-list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:2px dashed #ffffff;
	padding-left:10px;
	padding-right:10px;
}

.compare-list .list{
	-webkit-box-flex: 0;
	max-width: 50%;
	box-sizing: border-box;
	background-color: rgba(255,255,255,.15);
	padding:10px 15px;
	border-radius: 5px;
	width:calc(50% - 10px);
	font-size:12px;
	display: flex;
	align-items: center;
	color:#ffffff;
	line-height: 1.4;
}

.compare-list:nth-of-type(even) .list{
	background-color: rgba(255,255,255,.3);
}

.compare-list .list.after{
	background-color:#ffea00;
	color:#000;
}

.compare-list:nth-of-type(even) .list.after{
	background-color: #ffcc00;
}

.section-bg{
	position: absolute;
	bottom:0;
	width:100vw;
	left:0;
	display: none;
}


#index07 .google {
    background-color: #1530FF;
    color: #fff;
    text-align: center;
}


.ga_list{
	text-align: center;
}

.ga_list li{
	float:left;
	width:49%;
	margin-bottom:1%;
	margin-right:1%;
	overflow:hidden;
}

.ga_list li img{
	width:100%;
}

}
