﻿@charset "utf-8";
/* CSS Document */

/*----------------------------
即日お助けプラン
----------------------------*/
.mein-area{
	color: #59493f;
}
.quick-key{
	width: 100%;
	margin-bottom: 40px;
}
.quick-key-main{
	width: 100%;
	position: relative;
	padding: 50px 0 50px 140px;
	box-sizing: border-box;
	margin: 25px 20px 10px 0;
	z-index: 0;
}
.quick-key-main:before{
	content: "";
	position: absolute;
	left: 5px;
	top: 50%;
	width: 172px;
	height: 214px;
	margin-top: -107px;
	z-index: -1;
	background: url(../img/quick/kv_main_thum.png) no-repeat center;
}
.quick-key-main ul{
	z-index: 1;
}
.quick-key-main ul li{
	background: url(../img/quick/icon_check.png) no-repeat left 7px;
	padding-left: 18px;
	font-size: 32px;
}
.quick-key-main ul li span{
	font-weight: bold;
}
.quick_help{
	margin: 0 20px 20px;
}
.quick_help_inner{
	width: 100%;
	background-color: #f2fcff;
	position: relative;
	padding: 40px 0 90px;
	font-size: 20px;
}
.quick_help_inner:before{
	content: "";
	position: absolute;
	width: 425px;
	height: 110px;
	margin-left: -214px;
	bottom: -40px;
	left: 50%;
	background: url(../img/quick/help_arrow.png) no-repeat center;
}
.quick_help_inner:after{
	content: "";
	position: absolute;
	width: 124px;
	height: 238px;
	bottom: 0;
	right: 35px;
	background: url(../img/quick/help_thum.png) no-repeat center;
}
.quick_help_img img{
	margin-bottom: 25px;
}
.quick_help_matome{
	margin: 0 35px;
	padding: 10px 160px 0 20px;
	line-height: 1.6;
}
.quick_help_matome p{
	display: inline;
	border-bottom: 1px dashed #59493f;;
}
.quick_help_matome span{
	font-size: 24px;
	color: #ff2e2e;
	font-weight: bold;
}
.quick_help_tel{
	text-align: center;
	margin: 0 20px;
}
.help_tel_title{
	margin-bottom: 0px;
}
.help_tel_text{
	margin-bottom: 0px;
}
.help_tel_number{
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.help_tel_number:hover,
.help_tel_number:active{
	opacity: 0.7;
}
.quick_help_tel_catch{
	position: relative;
	text-align: center;
	margin: 20px 0 40px;
}
.quick_help_tel_catch:before{
	content: "";
	position: absolute;
	width: 216px;
	height: 166px;
	left: 50px;
	top: 0;
	background: url(../img/quick/osusume_thum01.png) no-repeat center;
}
.quick_help_tel_catch:after{
	content: "";
	position: absolute;
	right: 30px;
	top: 0;
	width: 149px;
	height: 388px;
	background: url(../img/quick/osusume_thum02.png) no-repeat center;
}
.quick_help_tel_catch h3{
	display: inline-block;
	text-align: left;
	font-size: 30px;
	font-weight: bold;
	text-decoration: underline;
	color: #ff2e2e;
	line-height: 1.8;
	margin: 60px auto 30px;
	position: relative;
}
.quick_help_tel_catch p{
	font-size: 20px;
	padding: 0 180px 0 50px;
	text-align: left;
	line-height: 1.8;
}
.quick_help_tel_catch p span{
	font-weight: bold;
	font-size: 24px;
	background: linear-gradient(transparent 60%,#ffff00 60%);
}
.quick_help_tel_catch p.quick_help_tel_kome{
	text-indent: -1rem;
	margin: 1rem 0 0 1rem;
	font-size: 0.8rem;
}
.quick_step_inner{
	margin: 20px;
}
.quick_step_block{
	width: 100%;
	display: table;
}
.quick_step_block > div{
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	position: relative;
}
.quick_step_block > div:nth-child(1){
	width: 100px;
	text-align: center;
	background-color: #8ec31b;
}
.quick_step_block > div:nth-child(2){
	width: 380px;
	text-align: left;
	padding: 0 0 0 20px;
	background-color: #eef4e2;
	border-bottom: 4px solid #fff;
}
.quick_step_subtitle{
	font-size: 30px;
	font-weight: bold;
	color: #ff6ea1;
	margin: 0px 0 10px;
}
.quick_step_block p{
	font-size: 18px;
}
.quick_step_block > div:nth-child(3){
	width: 230px;
	background-color: #eef4e2;
	border-bottom: 4px solid #fff;
}
.quick_step_inner .quick_step_block > div:nth-child(1):before{
	content: "";
	width: 100px;
	height: 30px;
	position: absolute;
	left: 15px;
	bottom: -26px;
	margin-left: -15px;
	background: url(../img/quick/step_arrow.png) no-repeat center;
	z-index: 1;
}
.quick_step_inner .quick_step_block:nth-child(4) > div:nth-child(1):before{
	content: "";
	width: 100px;
	height: 26px;
	position: absolute;
	left: 15px;
	bottom: -26px;
	margin-left: -15px;
	background: url(../img/quick/step_arrow2.png) no-repeat center;
}
.quick_step_inner .quick_step_block:nth-child(4) > div:nth-child(2),
.quick_step_inner .quick_step_block:nth-child(4) > div:nth-child(3){
	border-bottom: none;
}
.quick_service{
	margin: 60px 0 0;
}
.quick_service_inner{
	background-color: #fdfaf2;
	padding: 30px 50px 45px;
}
.quick_service_list{
	margin: 0 -5px;
}
.quick_service_list ul{
	text-align: center;
}
.quick_service_list ul li{
	margin: 8px 4px;
	display: inline-block;
}
.quick_service_matome{
	overflow: hidden;
	padding: 10px 55px 0 80px;
	font-size: 20px;
}
.quick_service_matome span{
	font-weight: bold;
	font-size: 24px;
	color: #ff2e2e;
}
.quick_service_matome p{
	margin-top: 40px;
	line-height: 1.8;
}
.quick_service_matome img{
	float:right;
	margin-left: 10px;
}
.quick_price{
	margin: 0;
}
.quick_price_inner{
	margin: 20px;
	border-radius: 20px;
	background-color: #fff5f9;
	padding: 30px 30px 0;
	position: relative;
}
.quick_price_detail{
	display: table;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #59493f;
}
.quick_price_detail > div{
	box-sizing: border-box;
	vertical-align: top;
	display: table-cell;
}
.quick_price_detail > div:nth-child(1){
	width: 45%;
	padding-right: 35px;
	position: relative;
}
.quick_price_detail > div:nth-child(1):before{
	content: "";
	position: absolute;
	width: 35px;
	height: 35px;
	right: -15px;
	top: 50%;
	margin-top: -17px;
	background: url(../img/quick/icon_plus.png) no-repeat center;
}
.quick_price_detail > div:nth-child(2){
	width: 55%;
	padding-left: 35px;
}
.quick_price_detail > div dl dt{
	border-radius: 30px;
	color: #fff;
	text-align: center;
	line-height: 1;
	padding: 10px 0;
	font-size: 22px;
	letter-spacing: 2px;
	font-weight: bold;
	display: block;
}
.quick_price_detail > div dl dd{
	font-size: 30px;
	display: block;
}
.quick_price_basic dt{
	width: 100%;
	background-color: #ff6ea1;
}
.quick_price_basic dd .reg{
	color: #ff6ea1;
	font-weight: bold;
	font-size: 42px;
}
.quick_price_basic dd .tax{
	font-size: 22px;
}

.quick_price_basic dd span em{
	font-style: normal;
	font-size: 30px;
}
.quick_price_detail > div dl.quick_price_basic dd{
	text-align: center;
}
.quick_price_detail > div dl.quick_price_option{
	display: table;
	line-height: 1;
	margin-bottom: 10px;
}
.quick_price_detail > div dl.quick_price_option dt{
	background-color: #ffa613;
	display: table-cell;
	vertical-align: middle;
	width: 115px;
}
.quick_price_detail > div dl.quick_price_option dd{
	display: table-cell;
	vertical-align: middle;
	font-style: normal;
	padding-left: 10px;
  line-height: 1em;
}
.quick_price_detail > div dl.quick_price_option dd em{
	font-style: normal;
	font-size: 24px;
}
.quick_price_detail > div dl.quick_price_option dd .tax{
	font-style: normal;
	font-size: 17px;
}

.quick_price_caution{
	margin-bottom: 30px;
	position: relative;
	padding: 0 100px;
}
.quick_price_caution h3{
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
}
.quick_price_caution:before{
	content: "";
	width: 80px;
	height: 137px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../img/quick/plan_thum01.png) no-repeat center;
}
.quick_price_caution:after{
	content: "";
	width: 80px;
	height: 137px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../img/quick/plan_thum02.png) no-repeat center;
}
.quick_price_caution ul{
	padding-bottom: 30px;
	line-height: 1.6;
}
.quick_price_caution ul li:before{
	content: "※";
}
.quick_price_caution ul li span{
	color: #ff2e2e;
	font-weight: bold;
}

.quick-contact-btn{
	display: table;
	margin: 30px 20px;
}
.quick-contact-btn li{
	display: table-cell;
	width: 50%;
	box-sizing: border-box;
	vertical-align: top;
	text-align: center;
}
.quick-contact-btn li:first-child{
	padding-right: 15px;
}
.quick-contact-btn li:last-child{
	padding-left: 15px;
}
.quick-contact-btn li p{
	margin-bottom: 10px;
}
.quick-contact-btn li a{
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.quick-contact-btn li a:hover,
.quick-contact-btn li a:active{
	opacity: 0.7;
}
.quick_voice{
	margin-top: 60px;
}
.quick_voice_inner{
	margin: 40px 20px 0;
}
.quick_voice_box{
	border-radius: 20px;
	background-color: #ebfbff;
	position: relative;
	margin-bottom: 30px;
	padding: 20px 30px;
}
.quick_voice_box_thum{
	position: absolute;
	right: 0;
	top: -10px;
}
.quick_voice_box_title{
	position: absolute;
	left: 185px;
	top: 30px;
	font-size: 24px;
	font-weight: bold;
	color: #00a0e9;
	border-bottom: #00a0e9 1px dashed;
	display: inline-block;
}
.quick_voice_detail{
	display: table;
	width: 100%;
}
.quick_voice_detail > div{
	display: table-cell;
	vertical-align: middle;
}
.quick_voice_photo{
	width: 21%;
	font-size: 16px;
	text-align: center;
	line-height: 2;
}
.quick_voice_text{
	font-size: 17px;
	padding: 50px 0 0 20px;
	line-height: 1.6;
}
