@charset "UTF-8";
/* ===================================================================
CSS
 file name  :  style.css
=================================================================== */
html{
    font-size: 62.5%;/* 10px*/
}
body{
    font-size:1.6rem;
	letter-spacing: 0.05em;
	color: #333333;
}
@media screen and (max-width: 768px) {
	body{
		font-size:1.2rem;
	}
}
a, a:link, a:active, a:visited {
	color:#181D61;
	text-decoration:none;
}
a:hover {
	color:#181D61;
	text-decoration:underline;
}
img{
	max-width: 100%;
	height: auto;
	width: auto;
	vertical-align: bottom;
}
.t_right{
	text-align: right;
}
.t_center{
	text-align: center;
}
.t_red{
	color: #CC0000;
}
@media print, screen and (min-width: 769px) {
/* PC用のスタイル記述 */
	.pc_none{
		display:none;
	}
	a[href^="tel:"]{
		pointer-events: none;
	}
}
@media screen and (max-width: 768px) {
/* スマートフォン用のスタイル記述 */
	.sp_none{
		display:none;
	}
}
/* =====================================
ヘッダー
======================================== */
header{
	z-index: 10000;
}
.header_wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
	width: 100%;
	background: #FFF;
}
.header_wrap .header_logo{
	width: 290px;
	margin-left: 30px;
}
.header_wrap .header_tel{
	width: 270px;
	margin-right: 30px;
}
@media screen and (max-width: 768px) {
	header{
		position: fixed;
		width: 100%;
	}
	.header_wrap{
		height: 50px;
	}
	.header_wrap .header_logo{
		width: 175px;
		margin-left: 20px;
	}
	.header_wrap .header_tel{
		width: 50px;
		margin-right: 0px;
	}
}
/* =====================================
コンテンツ共通
======================================== */
section{
	padding: 100px 0;
}
section.gray{
	background: linear-gradient(to bottom, #F7F7F7, #FFF);
}
section.blue{
	background: linear-gradient(to bottom, #EBF9FC, #FFF);
}
@media screen and (max-width: 768px) {
	section{
		padding: 50px 0;
	}
}
/* ボタン共通 */
.btn_wrap {
	margin: 50px auto auto;
	max-width: 660px;
}
a.btn{
	display:block;
	text-decoration:none;
	text-align:center;
	position: relative;
	background: #CC0000;
	background-size: 200% auto;
	background-image: linear-gradient(to right, #CC0000 0%, #FF8900 51%, #CC0000 100%);
	color: #FFF;
	font-size: 2.4rem;
	font-weight: 600;
	border-radius: 5px;
	line-height: 1;
	padding: 1em;
	transition: 0.7s;
	box-shadow: 0px 3px 0px rgba(130,0,0,1);
}
a.btn:hover{
	background-position: right center;
}
a.btn.btn_yellow{
	background-image: linear-gradient(to right, #FFEC58 0%, #FFF9C9 51%, #FFEC58 100%);
	color: #181D61;
	box-shadow: 0px 3px 0px rgba(199,188,92,1);
}
a.btn.btn_contact:before{
	content: "";
	display: inline-block;
	margin-right: 0.5em;
	margin-top: -0.2em;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	background: url("../images/icon_btn.png") no-repeat;
	background-size: contain;
}
@media screen and (max-width: 768px) {
	.btn_wrap {
		margin: 20px auto auto;
	}
	a.btn{
		font-size: 1.4rem;
		padding: 1.5em 1em;
	}
	a.btn:before{
		width: 14px;
		height: 14px;
	}
}
/* 電話 */
.tel_wrap {
	border: 1px solid #181D61;
	margin: 50px auto auto;
	max-width: 660px;
	padding: 1.5em;
	text-align: center;
	color: #181D61;
}
.tel_wrap p{
	font-weight: 600;
}
.tel_wrap .c_tel{
	max-width: 416px;
	margin: 10px auto auto;
}
@media screen and (max-width: 768px) {
	.tel_wrap {
		margin: 20px auto auto;
	}
	.tel_wrap .c_tel{
		max-width: 300px;
	}
}
/* 見出し */
h2.subtitle{
	color: #181D61;
	text-align: center;
	font-weight: 600;
	font-size: 3.2rem;
}
h2.subtitle .balloon{
	position: relative;
	display: inline-block;
	border-bottom: solid 2px #181D61;
}
h2.subtitle .balloon:before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid #F7F7F7;
	z-index: 2;
}
section.blue h2.subtitle .balloon:before {
	border-top: 12px solid #EFFAFD;
}
h2.subtitle .balloon:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 14px solid #181D61;
	z-index: 1;
}
@media screen and (min-width: 769px) and (max-width: 980px){
	h2.subtitle{
		font-size: 2.2rem;
	}
}
@media screen and (min-width: 681px) and (max-width: 768px) {
	h2.subtitle{
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 680px) {
	h2.subtitle{
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 768px) {
	h2.subtitle .balloon{
		border-bottom: solid 2px #181D61;
	}
	h2.subtitle .balloon:before {
		bottom: -19px;
		margin-left: -13px;
		border: 10px solid transparent;
		border-top: 10px solid  #F7F7F7;
	}
	section.blue h2.subtitle .balloon:before {
		border-top: 10px solid #EFFAFD;
	}
	h2.subtitle .balloon:after {
		bottom: -24px;
		margin-left: -15px;
		border: 12px solid transparent;
		border-top: 12px solid #181D61;
	}
}
/* =====================================
メイン
======================================== */
section.bg_main{
	padding: 50px 0 100px 0;
	background: url("../images/bg_main.jpg") no-repeat center bottom;
	background-size: cover;
}
.main_wrap{
	width: 100%;
	max-width: 840px;
	margin: auto;
	padding: 0 30px;
}
.main_wrap .main_lead{
	margin: auto;
	max-width: 728px;
	text-align: center;
}
.main_wrap h1{
	margin-top: 20px;
	text-align: center;
}
.main_wrap .main_comment{
	margin: 20px auto auto;
	max-width: 840px;
}
.main_wrap p.main_attemtion{
	margin-top: 1em;
	text-align: center;
	color: #FFF;
}
@media screen and (max-width: 768px) {
	section.bg_main{
		padding: 80px 0 50px 0;
	}
	.main_wrap{
		padding: 0 15px;
	}
	.main_wrap .main_comment{
		margin: 10px auto auto;
		max-width: 640px;
	}
}
@media screen and (max-width: 480px) {
	.main_wrap p.main_lead{
		font-size: 1.2rem;
	}
}
/* =====================================
お困りごと
======================================== */
.problems_wrap{
	margin: auto;
	max-width: 1160px;
	padding: 0 50px;
}
.problems_list li{
	display: flex;
	align-items: center;
}
@media print, screen and (min-width: 769px) {
	.problems_list{
		display: flex;
		flex-wrap: wrap;
	}
	.problems_list li{
		width: 50%;
		margin-top: 30px;
		padding: 20px;
	}
}
.problems_list li .text{
	width: 60%;
}
.problems_list li .text p.problems_balloon{
	position: relative;
	display: block;
	width: calc(100% - 20px);
	border-radius: 5px;
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3);
	background: #181D61 url("../images/icon_check.png") no-repeat top 15px center;
	background-size: auto 30px;
	text-align: center;
	color: #FFF;
	line-height: 1.8;
	padding: 55px 1em 1em;
}
.problems_list li .text p.problems_balloon:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -10px;
	border: 10px solid transparent;
	border-left: 15px solid #181D61;
}
.problems_list li .text p.problems_balloon span{
	font-size: 2.2rem;
}
@media screen and (min-width: 769px) and (max-width: 980px){
	.problems_list li .text p.problems_balloon span{
		font-size: 1.8rem;
	}
}
.problems_list li .image{
	width: 40%;
	border-radius: 5px;
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
}
.problems_list li .image img{
	border-radius: 5px;
}
.problems_comment{
	margin-top: 30px;
	color: #181D61;
	font-size: 2.0rem;
	font-weight: 600;
	text-align: center;
}
.problems_comment:before,
.problems_comment:after{
	content: "";
	display: inline-block;
	width: 106px;
	height: 20px;
	vertical-align: middle;
	background: url("../images/arrow.png") no-repeat center center;
	background-size: contain;
}
.problems_comment:before{
	margin-right: 2em;
}
.problems_comment:after{
	margin-left: 2em;
}
@media screen and (max-width: 768px) {
	.problems_wrap{
		padding: 0 20px;
	}
	.problems_list{
		margin-top: 20px;
	}
	.problems_list li{
		margin: 20px auto auto;
		max-width: 500px;
	}
	.problems_list li .text p.problems_balloon{
		background-size: auto 20px;
		padding: 45px 1em 1em;
	}
	.problems_list li .text p.problems_balloon:before {
		margin-top: -8px;
		border: 8px solid transparent;
		border-left: 12px solid #181D61;
	}
	.problems_list li .text p.problems_balloon span{
		font-size: 1.6rem;
	}
	.problems_comment{
		margin-top: 20px;
		font-size: 1.4rem;
	}
	.problems_comment:before,
	.problems_comment:after{
		width: 60px;
		height: 12px;
	}
	.problems_comment:before{
		margin-right: 1em;
	}
	.problems_comment:after{
		margin-left: 1em;
	}
}
/* =====================================
こんな方法
======================================== */
.way_wrap{
	margin: auto;
	max-width: 1140px;
	padding: 0 50px;
}
.way_main_text{
	margin-top: 30px;
}
p.way_text{
	text-align: center;
	color: #181D61;
	font-size: 2.4rem;
	font-weight: 700;
}
.way_wrap .land_example{
	margin: 40px auto auto;
	max-width: 880px;
	display: flex;
	justify-content: space-around;
}
.way_wrap .land_example div{
	max-width: 260px;
	padding: 0 10px;
}
.way_wrap .land_example div img{
	border-radius: 10px;
	box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.3);
}
@media screen and (max-width: 768px) {
	.way_wrap{
		padding: 0 20px;
	}
	.way_main_text{
		margin-top: 10px;
	}
	p.way_text{
		font-size: 1.4rem;
	}
	.way_wrap .land_example{
		margin: 20px auto auto;
		max-width: 620px;
	}
}
/* =====================================
解決
======================================== */
.settle_wrap{
	margin: auto;
	max-width: 1080px;
	padding: 0 50px;
}
.sale_image1{
	margin-top: 50px;
}
p.sale_text{
	text-align: center;
	margin-top: 1em
}
p.sale_text_blue{
	text-align: center;
	margin-top: 1em;
	color: #FFF;
	background: #004298;
	padding: 0.5em;
	max-width:700px;
	margin: 1em auto auto;
}
.wait{
	margin: 20px auto auto;
	width: 250px;
}
p.sale_text_balloon{
	position: relative;
	margin: 30px auto auto;
	max-width: 700px;
	text-align: center;
	border: solid 2px #181D61;
	color: #181D61;
	font-weight: 600;
	font-size: 2.8rem;
	padding: 0.2em;
}
p.sale_text_balloon:before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid #F3FBFD;
	z-index: 2;
}
p.sale_text_balloon:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 14px solid #181D61;
	z-index: 1;
}
p.sale_text_large{
	margin-top: 1.5em;
	text-align: center;
	font-size: 2.0rem;
	font-weight: 600;
}
.sale_image2{
	margin-top: 30px;
}
@media screen and (min-width: 769px) and (max-width: 980px){
	p.sale_text_balloon{
		font-size: 2.2rem;
	}
	p.sale_text_large{
		font-size: 1.8rem;
	}
}
@media screen and (min-width: 681px) and (max-width: 768px) {
	p.sale_text_balloon{
		font-size: 1.8rem;
	}
	p.sale_text_large{
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 680px) {
	p.sale_text_balloon{
		font-size: 1.4rem;
	}
	p.sale_text_large{
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 768px) {
	.settle_wrap{
		padding: 0 20px;
	}
	.sale_image1{
		margin-top: 30px;
	}
	p.sale_text{
		text-align: left;
	}
	.wait{
		width: 170px;
	}
	p.sale_text_balloon{
		border-bottom: solid 2px #181D61;
		margin: 15px auto auto;
	}
	p.sale_text_balloon:before {
		bottom: -19px;
		margin-left: -12px;
		border: 10px solid transparent;
		border-top: 10px solid #F3FBFD;
	}
	p.sale_text_balloon:after {
		bottom: -24px;
		margin-left: -14px;
		border: 12px solid transparent;
		border-top: 12px solid #181D61;
	}
}
/* =====================================
Q&A
======================================== */
.qa_wrap{
	margin: auto;
	max-width: 800px;
	padding: 0 50px;
}
.qa_list{
	margin-top: 50px;
}
.qa_list li{
	margin-top: 30px;
	background: #FFF;
	border-radius: 5px;
	box-shadow: 0px 1px 10px rgba(0,66,152,0.3);
}
.qa_list li .qestion{
	border-radius: 5px 5px 0 0;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 600;
	background: #004298 url("../images/icon_q.png") no-repeat left 30px top 1.5em;
}
.qa_list li .answer{
	background: url("../images/icon_a.png") no-repeat left 30px top 1.5em;
}
.qa_list li .qestion,
.qa_list li .answer{
	padding: 1em 2em 1em 65px;
	background-size: auto 20px;
}
@media screen and (max-width: 768px) {
	.qa_wrap{
		padding: 0 20px;
	}
	.qa_list{
		margin-top: 20px;
	}
	.qa_list li{
		margin-top: 20px;
	}
	.qa_list li .qestion{
		font-size: 1.2rem;
		background: #004298 url("../images/icon_q.png") no-repeat left 15px top 1.5em;
	}
	.qa_list li .answer{
		background: url("../images/icon_a.png") no-repeat left 15px top 1.5em;
	}
	.qa_list li .qestion,
	.qa_list li .answer{
		padding: 1em 2em 1em 40px;
		background-size: auto 14px;
	}
}
/* =====================================
流れ
======================================== */
.flow_wrap{
	margin: auto;
	max-width: 920px;
	padding: 0 50px;
}
.flow{
	margin: 60px auto auto;
}
@media screen and (max-width: 768px) {
	.flow_wrap{
		padding: 0 20px;
	}
	.flow{
		margin: 30px auto auto;
		max-width: 400px;
		text-align: center;
	}
}
/* =====================================
フォーム基本
======================================== */
/*テキスト系基本カスタマイズ*/
input[type="text"],input[type="email"],input[type="tel"],input[type="password"],textarea{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #CCC;
	border-radius: 5px;
	padding: 0.5em 0.8em;
	width: 100%;
	background-color: #FFF;
	color: #545555;
}
/*セレクトボックス基本カスタマイズ*/
.select_wrap{
	position: relative;
	display: block;
}
.select_wrap::after {
	content: '';
	width: 12px;
	height: 12px;
	border: 0px;
	border-bottom: solid 2px #181D61;
	border-right: solid 2px #181D61;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 8px);
	right: 15px;
}
.select_wrap .select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	background: transparent;
	position: relative;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	border-radius: 5px;
	padding: 0.8em 30px 0.8em 0.8em;
	cursor: pointer;
}
select::-ms-expand {
	display: none;
}
/*チェックボックス・ラジオボタン基本カスタマイズ*/
input[type="checkbox"],
input[type="radio"]{
	/*opacity:0;*/
	-webkit-appearance: none;
	appearance: none;
	position: absolute;
}
label.check,
label.radio{
	position: relative;
	display: inline-block;
	word-break: break-all;
	line-height: 1.4;
	cursor: pointer;
}
label.check input[type="checkbox"] + span,
label.radio input[type="radio"] + span{
	position: relative;
	padding: 0 1em 0 2em;
}
label.check span,
label.radio span{
	display: inline-block;
}
label.check input[type="checkbox"],
label.radio input[type="radio"] {
	position: absolute;
	top: 0;
	left: 0;
	/*opacity: 0;*/
}
/*チェックボックス*/
label.check input[type="checkbox"] + span::before,
label.check input[type="checkbox"] + span::after {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	content: '';
	box-sizing: border-box;
}
label.check input[type="checkbox"] + span::before {
	z-index: 0;
	width: 18px;
	height: 18px;
	background-color: #FFFFFF;
	border: 1px #CCCCCC solid;
	border-radius: 3px;
}
label.check input[type="checkbox"] + span::after {
	z-index: 1;
	margin: 1px 5px;
	width: 8px;
	height: 12px;
}
label.check input[type="checkbox"]:checked + span::before {
	background-color: #181D61;
	border: 1px #181D61 solid;
}
label.check input[type="checkbox"]:checked + span::after {
	border: 2px solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*ラジオボタン*/
label.radio input[type="radio"] + span::before {
	position: absolute;
	display: inline-block;
	content: '';
	box-sizing: border-box;
	border-radius: 20px;
}
label.radio input[type="radio"] + span::before {
	z-index: 0;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	background-color: #FFFFFF;
	border: 1px #CCCCCC solid;
}
label.radio input[type="radio"]:checked + span::before {
	border: 6px #181D61 solid;
}
::placeholder{
  color: #777;
}

/* =====================================
フォーム
======================================== */
.contact_wrap{
	margin: auto;
	max-width: 980px;
	padding: 0 50px;
}
p.contact_text{
	margin-top: 60px;
	text-align: center;
}
.form_table{
	width: 100%;
	border-top: 1px solid #CCC;
	margin-top: 40px;
}
.form_table tr{
	border-bottom: 1px solid #CCC;
}
.form_table th{
	position: relative;
	padding: 1em 2em;
	text-align: left;
	vertical-align: top;
	font-weight: 600;
	color: #181D61;
	background: #EBF9FC;
	width: 30%;
}
.form_table td{
	position: relative;
	padding: 1em 2em;
	text-align: left;
	vertical-align: top;
	background: #FFF;
	width: 70%;
}
.hissu{
	display: inline-block;
	vertical-align: middle;
	background: #DB4F25;
	padding: 0.3em 0.7em;
	line-height: 1;
	border-radius: 3px;
	margin-left: 1em;
	color: #FFF;
	font-weight: normal;
	font-size: 1.2rem;
}
.form_table .list_3col{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.form_table .list_3col li{
	width: 33.33%;
	padding: 0.2em 1em 0.3em 0;
}
.form_table .list_3col li.full{
	width: 100%;
	display: flex;
	align-items: center;
}
.form_table .list_3col li.double{
	width: 66.66%;
	display: flex;
	align-items: center;
}
.form_table .list_3col li.full label,
.form_table .list_3col li.double label{
	white-space: nowrap;
}
.form_table .other_width{
	max-width: 280px;
}
.form_table .zip_width1{
	width: 80px;
}
.form_table .zip_width2{
	width: 100px;
}
.form_table .address_mt{
	margin-top: 0.5em;
}
.form_btn_area{
	margin-top: 50px;
	display: flex;
	justify-content: center;
}
.form_btn_area .btn_wrap_form{
	display:block;
	width: 100%;
	max-width: 600px;
	text-decoration:none;
	text-align:center;
	position: relative;
	background: #CC0000;
	background-size: 200% auto;
	background-image: linear-gradient(to right, #CC0000 0%, #FF8900 51%, #CC0000 100%);
	border-radius: 5px;
	transition: 0.7s;
	box-shadow: 0px 3px 0px rgba(130,0,0,1);
}
.form_btn_area .btn_wrap_form input[type="submit"]{
	width: 100%;
	text-decoration: none;
	display: block;
  	border: none;
	text-align: center;
	color: #FFF;
	background: none;
	font-size: 2.0rem;
	font-weight: 600;
	padding: 1em;
	line-height: 1;
}
.form_btn_area .btn_wrap_form:hover{
	background-position: right center;
}
.form_btn_area .btn_wrap_back{
	margin-right: 3em;
	width: 200px;
}
.form_btn_area .btn_wrap_back .btn_back{
	display:block;
	width: 100%;
	text-decoration:none;
	text-align:center;
	position: relative;
	background: #666;
	border-radius: 5px;
	box-shadow: 0px 3px 0px rgba(0,0,0,1);
	color: #FFF;
	font-size: 2.0rem;
	padding: 1em;
	line-height: 1;
}
.thanks_txt{
	margin-top: 70px;
	border: 1px solid #CCC;
	padding: 3em 5em;
}
.thanks_txt .top_btn_area{
	margin: 50px auto auto;
	max-width: 480px;
}
@media screen and (max-width: 768px) {
	.contact_wrap{
		padding: 0 20px;
	}
	p.contact_text{
		margin-top: 20px;
	}
	.form_table{
		margin-top: 20px;
	}
	.form_table th{
		display: block;
		width: 100%;
		padding: 1em 0;
		background: none;
	}
	.form_table td{
		display: block;
		width: 100%;
		padding: 0 0 1em 0;
		background: none;
	}
	.hissu{
		font-size: 1.0rem;
	}
	.form_table .list_3col{
		display: inherit;
	}
	.form_table .list_3col li{
		width: 100%;
	}
	.form_table .list_3col li.double{
		width: 100%;
	}
	.form_btn_area{
		margin-top: 20px;
	}
	.form_btn_area .btn_wrap_form input[type="submit"]{
		font-size: 1.2rem;
		padding:  1.5em 1em;
	}
	.form_btn_area .btn_wrap_back{
		margin-right: 2em;
		width: 160px;
	}
	.form_btn_area .btn_wrap_back .btn_back{
		font-size: 1.2rem;
	}
	.thanks_txt{
		margin-top: 30px;
		padding: 2em 2em;
	}
	.thanks_txt .top_btn_area{
		margin: 30px auto auto;
	}
}
/* =====================================
ページトップ
======================================== */
.page_top{
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 70px;
	z-index: 8000;
}
@media screen and (max-width: 1080px) {
	.page_top{
		width: 60px;
	}
}
@media screen and (max-width: 768px) {
	.page_top{
		width: 50px;
	}
}
/* =====================================
フッター
======================================== */
.footer{
	background: #F7F7F7;
}
.footer_wrap{
	padding: 40px;
	text-align: center;
}
.footer_wrap .footer_logo{
	max-width: 290px;
	margin: auto;
}
.footer_wrap .footer_link{
	margin-top: 20px;
	text-align: center;
	font-size: 1.4rem;
}
.copy{
	background: #181D61;
	padding: 2em;
	color: #FFF;
	text-align: center;
	font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
	.footer_wrap{
		padding: 30px 20px;
		text-align: center;
	}
	.footer_wrap .footer_logo{
		max-width: 200px;
	}
	.footer_wrap .footer_link{
		font-size: 1.2rem;
	}
	.copy{
		font-size: 0.8rem;
	}
}