@charset "utf-8";

/*------------------
ページ全体
------------------*/

/* bodyのスタイル */

html{
	font-size: 100%;
	}
@media screen and (max-width: 38.74em) {
html{
	font-size: 75%;
	}
}
body{
	margin: 0;
	padding: 0;
	line-height: 1.6;
	color: #4D4D4D;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	}
img{
	max-width: 100%;
	}
ul{
	list-style:none;
	}
a{
	text-decoration: underline;
	color: #4D4D4D;
	}
a:hover{
	text-decoration: none;
	}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}
input:focus,
select:focus,
textarea:focus{
	outline: none;
	}

hr{
	margin: 0;
	padding: 0;
	border:none;
	border-bottom: 1px solid #ccc;
}

input[type="submit"],
input[type="button"] {
	margin-bottom: 3%;
}

/* スマートフォンは表示しない */
.smanone,
.spnone {
	display: none;
}

.pcnone {
	display: block;
}

/* ボディ */
#body {
	background-color:#fff;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

/* header
-------------------------------- */
header {
	background-color: #f5f5f5;
}
.header {
	position: relative;
	z-index: 2;
	padding: .5rem 0;
	background-color: #fff;
}
.header_copy {
	margin: auto;
	padding: .5rem;
	max-width: 980px;
	font-size: .5rem;
	color: #4e4644;
	background-color: #f5f5f5;
}
.header_copy span {
	display: block;
	text-align: left;
	font-size: 1rem;
}
.header_copy small {
	display: block;
	line-height: normal;
	text-align: right;
	font-size: 1rem;
}
header .logo {
	display: inline-block;
	vertical-align: -4px;
	padding: 0 0 0 20px;
	text-align: center;
	font-size: 11px;
}
header .logo > img {
	width: 90px;
	display: block;
	margin: 0 auto 2px;
}
.ttl-h1 > img {
	display: block;
	margin: 0 auto;
	max-width: 178px;
}
.header_logo {
	display: flex;
	align-items: baseline;
	margin: 0 auto;
	padding: .75rem 20px 0;
	max-width: 960px;
}
.header_logo_img {
	margin-right: .5rem;
	max-width: 7rem;
}
.header_logo_img img {
	display: block;
	max-width: 100%;
}
.header_logo span {
	font-weight: normal;
	font-size: 1rem;
	color: #4e4644;
	line-height: 1;
	transform: translateY(-.125rem);
	-webkit-transform: translateY(-.125rem);
	-moz-transform: translateY(-.125rem);
	-ms-transform: translateY(-.125rem);
	-o-transform: translateY(-.125rem);
}

@media screen and (max-width: 768px) {
	.header {
		padding: 0;
	}
	.header_copy {
		padding: .5rem 16px;
	}
	.header_logo {
		padding: .75rem 16px 0;
	}
	.header_logo_img {
		max-width: 9.35rem;
	}
	.header_logo span {
		font-size: 12px;
	}
}

.section_area p {
	font-size: 14px;
	line-height: 1.4;
	text-align: left;
	margin: 10px 0;
}

.rapidssl {
	width: 100%;
	text-align: left;
	font-size: 11px;
	line-height: 17px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-bottom: 10px;
	overflow: hidden;
}
@media screen and (max-width: 38.74em) {
.rapidssl {
	margin-top: 30px;
	}
}

a:link, a:visited { color: #00d; text-decoration: none; }
a:hover { color: #f22; text-decoration: underline; }





.form-table {
	width: 100%;
	border-collapse: collapse;
	}

.form-table td {
	width: 100%;
	display: block;
	margin: 0;
	padding: 10px 0 20px;
	border-collapse: collapse;
	background-color: #ffffff;
	font-size:16px;
	color: #444444;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}

.form-table th {
	/* width: 100%; */
	display: block;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	font-size: 14px;
	line-height: 24px;
	background-color: #e7f1fe;
	white-space: nowrap;
	vertical-align: middle;
	padding: 2px 6px;
}


.SUBMIT { text-align: center; background: #fff; width: auto; }
.SUBMIT input { width: 70px; }
.TYPE-BLUE { color: #44d; }
.ERR { color: #d44; }
.section_area p.ERR{
	margin: 0;
	font-size: 12px;
}

.clear{
	clear:both;
	line-height:0;
	height:0;
}

.F10gray { font-size: 10px;  line-height: 160%; color: #666666}
.F12red { font-size: 12px;  line-height: 160%; color: #ff0000}
.F12blue { font-size: 12px;  line-height: 160%; color: #0066ff}
.F12gray { font-size: 12px;  line-height: 160%; color: #666666}

.small {
	font-size: 0.7em;
}

.section_area {
	margin-bottom: 20px;
	padding: 0px 10px 0px 10px;
	text-align: left;
}

.bg-color{
	padding: .1em.5em;
	background: #e9faff;
	}

h1 {
	font-size: 18px;
	line-height: 30px;
	padding: 0.4em 0.4em;
	border: 1px solid #ccc;
	border-top: 3px solid #2d4397;
	margin: 10px 0px 10px 0px;
}

h1 span {
	font-size: 1rem;
	vertical-align: bottom;
}

h2 {
	margin: 10px 0;
	padding: 6px 10px;
	border-width: 1px 1px 1px 6px;
	border-color: #cccccc #cccccc #cccccc #2d4397;
	border-style: solid;
	font-size: 14px;
}

h3 {
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #000000;
	line-height: 27px;
	background-repeat: no-repeat;
	background-position: left center;
	border-width: 0px 0px 0px 8px;
	border-style: solid;
	border-color: #ff9900;
}

.optional, .required, .form_step {
	background-color: #888888;
	padding: 2px 6px 2px 6px;
	border-radius: 4px;
	font-size: 0.8em;
	font-weight: bold;
	color: #ffffff;
}

.optional, .required{
	font-weight: normal;
}
.required {
	background-color: #2d4397;
}

.form_step {
	background-color: #2d4397;
	font-size: 0.6em;
	vertical-align: top;
}
.time{
	display:inline-block;
	font-size:12px;
	text-indent:1em;
	font-weight: bold;
	color: #06f;
}

p.copyright {
	width: 100%;
	margin: 2rem 0 0;
	padding: .5rem 0;
	font-size: 10px;
	color: #fff;
	background: #333;
	text-align: center;
}
@media only screen and (max-width: 780px) {
.form_step,
.time{
	display: none;
	}
p.copyright {
	margin-top: 1rem;
	}
}

p.btn_text {
	margin: 2em 0 !important;
	text-align: center !important;
	font-size: 11px;
	line-height: 17px;
}


.instruction {
	font-size: 11px;
	color: #666;
}
@media screen and (max-width: 38.74em) {
.instruction {
	display: block;
	margin-bottom: .5em;
	}
.instruction + br{
	display: none;
	}
}

/*
.instruction_red {
	font-size: 11px;
	line-height: 14px;
	color: #ff0000;
}
*/

textarea {
	width: 100%;
	font-size: 16px;
}


#postcode1{
	width: 10em;
	margin-right: 1em
}


/* 現在地表示 */
.flow-list{
	width:100%;
	height: 30px;
	line-height: 30px;
	margin: 10px 0;
	padding: 0;
	font-size: 12px;
	text-align:center;
	font-weight:bold;
	}
	.flow-list li{
		display: inline-block;
		position:relative;
		width:28.5%;
		margin-right:5%;
		text-indent:10px;
		background: #E7F2FF;
		}
	.flow-list li:nth-child(3){
		margin-right:0;
		}
	.flow-list li.active{
		background:#2d4397;
		color:#fff;
		border-right:none;
		}
	.flow-list li:nth-child(1)::before{content:'1';}
	.flow-list li:nth-child(2)::before{content:'2';}
	.flow-list li:nth-child(3)::before{content:'3';}
	.flow-list li::before{
		display:block;
		position:absolute;
		width:16px;
		height:16x;
		top:50%;
		left:10px;
		text-indent:0;
		margin-top:-8px;
		line-height:1.4;
		font-size:12px;
		background:#fff;
		color:#666;
		border-radius:4px;
		}
	.flow-list li.active::before{
		background:#fff;
		color:#2d4397;
		}
	.flow-list li:nth-child(1)::after,
	.flow-list li:nth-child(2)::after{
		position:absolute;
		width: 0;
		height: 0;
		top:0;
		right: -15px;
		border-style: solid;
		border-width: 15px 0 15px 15px;
		border-color: transparent transparent transparent #E7F2FF;
		content:'';
		}
	.flow-list li.active::after{
		border-color: transparent transparent transparent #2d4397;
		}


input[type="tel"],
input[type="email"],
input[type="text"] {
	/* width: 377px; */
	width: 100%;
	max-width: 400px;
	height: 40px;
	box-sizing: border-box;
	border-radius: 0px;
	background: #eee;
	border: 1px solid #888888;
	font-size: 16px;
	line-height: 1.2em;
	text-indent: 0.7em;
	border-radius: 6px;
}
textarea {
	/* width: 377px; */
	height: 150px;
	border-radius: 0px;
	background: #eee;
	border: 1px solid #888888;
	font-size: 1.2em;
	line-height: 1.2em;
	text-indent: 0em;
	padding:.5em;
}

input[type="tel"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
textarea:focus {
	background: #edf4ff;
	border-width: 2px;
}
select {
	width: 100%;
	max-width: 400px;
	height: 2.5em;
	font-size: 16px;
	text-indent: 5px;
	background: #eee;
	border: 1px solid #888888;
	border-radius: 6px;
	}
select.w220 {
	min-width: 220px;
	}
.required-focus{
	background: #fce2e2 !important;
	border-color: #E75B5B !important;
	}

/* ボタン */
.button{
	display: inline-block;
	position: relative;
	width: 100%;
	font-size: 18px;
	padding: .65em 0;
	border-radius: 4px !important;
	box-shadow: 0px 3px 7px 0px rgba(7, 3, 4, 0.2);
	border:none;
	color: #fff !important;
	text-decoration:none !important;
	text-align: center;
	font-weight:bold;
	cursor: pointer;
	}
/*
.button.submit{
	background: rgb(255, 0, 0);
	}
.button.submit:hover{
	background: rgba(255, 0, 0, .8);
	}
*/
.button.submit,
.button.confirm{
	background: rgb(60, 76, 158);
	}
.button.submit:hover,
.button.confirm:hover{
	background: rgba(60, 76, 158, .8);
	}
.button.back{
	background: none;
    width: fit-content;
    height: fit-content;
    color: #444444 !important;
    padding: 0;
    box-shadow: none;
    font-weight: 500;
    text-decoration: underline !important;
    border-radius: unset !important;
    font-size: 1.2rem;
    margin-top: 1rem;
	}
.button.confirm[disabled],
.button.submit[disabled]{
	background: #E0E0E0;
	cursor: auto;
	box-shadow: none;
	}

/* ラベル */
input[type=radio],
input[type=checkbox] {
	display: none;
	margin: 0;
	}
input[type=radio] + label,
input[type=checkbox] + label {
	position: relative;
	display: inline-block;
	width: calc(50% - 10px);
	margin: 6px 0;
	padding: .7em 0;
	border-style: solid;
	border-width: 2px;
	border-color: #dbdcdc;
	border-radius: 6px;
	background-color: #fff;
	box-shadow: 0px 2px 3px 0px rgba(7, 3, 4, 0.1);
	cursor: pointer;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	}
.input-group label:nth-of-type(-n+2){
	margin-top: 0;
	}
.input-group label:nth-of-type(odd){
	margin-right: 5px;
	}
input[type=radio]:checked + label,
input[type=checkbox]:checked + label {
	background-color: #fffbdf;
	border-color: #ffe40a;
	}
input[type=radio] + label::before,
input[type=checkbox] + label::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	 
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -11px;
}
input[type=radio] + label::before {
	border: 1px solid #dbdcdc;
	border-radius: 50%;
	background: #fff;
}
input[type=checkbox] + label::before {
	border: 1px solid #dbdcdc;
	background: #fff;
	border-radius:4px;
}
input[type=radio]:checked + label::before{
	border-color: #ffe40a;
	}
input[type=radio]:checked + label::after,
input[type=checkbox]:checked + label::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	width: 10px;
	height: 10px;
	margin-top: -6px;
	background:#ffe40a;
	 
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
input[type=radio]:checked + label::after {
	border-radius: 8px;
}

/* icon */
label > i{
	margin: 0 auto 5px;
	font-size: 180%;
	}

/* カレンダー表示 */
.datepicker-wrap{
	display: none;
	}
.datepicker-wrap.show{
	display: block;
	}

/* ボタン
-------------------------------- */
.button-phone{
	display: block;
	position: relative;
	width: 300px;
	margin: 1em 0;
	padding: .8em 0;
	text-decoration:none !important;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	line-height: 1.2;
	border-radius: 4px;
	cursor: pointer;
	border:none;
	color: #fff !important;
	background-color: #29b0d7;
	transition: background-color .2s;
	box-shadow: 0px 2px 4px 0px rgba(7, 4, 4, 0.2);
	}
.button-phone:hover{
	background-color: #76bfdc;
	}
	.button-phone::after{
		position: absolute;
		top: 50%;
		right: .5rem;
		margin-top: -.8rem;
		font-size: 1.5rem;
		font-family: "Font Awesome 5 Free";
		content: "\f105";
		font-weight: bold;
		}
	.button-phone > i{
		position:absolute;
		top: 50%;
		left: .8rem;
		margin-top: -.6em;
		padding-left: 0;
		font-size: 150%;
		}
	.button-phone > small{
		display: block;
		font-size: 12px;
		font-weight: normal;
		}
	.button-phone > span{
		display: block;
		font-size: 180%;
		font-weight: bold;
		}
	.button-phone > i,
	.button-phone > small,
	.button-phone > span{
		pointer-events: none;
		}
@media only screen and (max-width: 780px) {
.button-phone{
	width: 100%;
	}
.button-phone.modal-open{
	display: none;
	}
#btn_tel_entry{
	font-weight: normal;
	font-size: 14px;
	}
	#btn_tel_entry > i{
		font-size: 240%;
		}
}

.complete p{
	margin: 0;
	line-height: 1.4;
	}
.callout{
	margin: 20px 0;
	padding: 10px 0;
	border:1px solid #ff0101;
	}
	.callout p{
		font-size: 12px;
		text-align: center;
		}
	.callout p:first-child{
		font-size: 1rem;
		color: #ff0101;
		font-weight: bold;
		}
.contact{
	margin-top: 1rem;
	padding: 1rem 1rem 1px;
	background: #e9faff;
	}
	.contact p{
		color: #2d3e97;
		text-align: center;
		font-weight: bold;
		}
	.contact .button-phone{
		margin-left: auto;
		margin-right: auto;
		}


/*------------------------------------------------------*/
/*　media Queries タブレットサイズ　　*/
/*------------------------------------------------------*/
@media only screen and (max-width: 780px) {

}

/*------------------------------------------------------*/
/*　media Queries タブレットサイズ　　*/
/*------------------------------------------------------*/
@media only screen and (min-width: 414px) {

}


/*------------------------------------------------------*/
/*　media Queries PCサイズ　　　　　*/
/*------------------------------------------------------*/

@media only screen and (min-width: 781px) {

	.smanone,
	.spnone {
		display: block;
	}

	.pcnone {
		display: none;
	}

	/* ボディ */
	#body {
		width: 1000px;
	}

	.section_area {
		width: 100%;
		padding: 0px 20px 0px 20px;
		text-align: left;
	}

	.section_area p {
		font-size: 14px;
		line-height: 24px;
	}

	.rapidssl {
		width: 260px;
		text-align: left;
		font-size: 12px;
		line-height: 17px;
		float: right;
		margin-top: 10px;
		margin-left: 10px;
	}

	.small {
		font-size: 1em;
	}

	h1 {
		font-size: 24px;
		line-height: 32px;
		padding: 0.75em 0.4em;
		border: 1px solid #ccc;
		border-top: 3px solid #2d4397;
		background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
		background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
		box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
		margin: 20px 0px 20px 0px;
	}

	.form-table {
		width: 100%;
		border-width: 1px;
		border-color: #cccccc;
		border-style: solid;
		margin: 0px 0px 20px 0px;
		padding: 6px;
		border-collapse: collapse;
		border-spacing: 0px;
		background-color: #ffffcc;
		font-size:12px;
		line-height: 16px;
		color: #444444;
		font-weight: normal;
	}
	
	.form-table td {
		border-width: 1px;
		border-color: #cccccc;
		border-style: solid;
		margin: 0px;
		padding: 6px;
		border-collapse: collapse;
		border-spacing: 0px;
		font-size:16px;
		line-height: 24px;
		color: #444444;
		font-weight: normal;
		text-align: left;
		vertical-align: middle;
		display: block;
	}
	.form-table th {
		border: 1px solid #cccccc;
		border-collapse: collapse;
		border-spacing: 0px;
		margin: 0px;
		font-size:16px;
		line-height: 24px;
		font-weight: normal;
		background-color: #eeeeee;
		white-space: nowrap;
		vertical-align: middle;
		padding: 6px;
	}

	.form-table th,
	.form-table td {
		width: auto;
		display: table-cell;
		font-size:14px;
		line-height: 24px;
	}

	.form-table td {
		width: 700px;
	}

	.instruction {
		font-size: 12px;
		line-height: 14px;
		color: #666666;
	}

	/*
	.instruction_red {
		font-size: 12px;
		line-height: 18px;
		color: #ff0000;
	}
	*/

	input.button {
	width: 500px;
	}
	input.button.back{
	width: 145px;
		}

	p.copyright {
		font-size: 12px;
		}

	#postcode1{
		width: 8em;
	}
	select {
		min-width: 200px;
		}
label {
	max-width: 160px;
	}
.optional, .required {
	display: inline-block;
	float: right;
	line-height: 1.5;
	}
	.button.back{
		font-size: 1rem;
		margin-top: 0;
	}
}

.tel-callout {
	text-align: center;
	font-size: 20px;
	color: #2d3e97;
	font-weight: bold;
	margin: 0 0;
}
.tel-callout i {
	margin-right: 10px;
}
.complete-wrap {
	margin: 20px 0;
	padding: 20px;
	background-color: #fff5d3;
}
.complete-text {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #f7313b;
	text-align: justify;
}
.complete-text i {
	display: inline-block;
	max-width: 27px;
	transform: translateY(4px);
}
.complete-tel-wrap {
	display: flex;
	flex-direction: column;
	font-size: 42px;
	color: #000;
}
.complete-tel-span {
	font-weight: 500;
	font-size: .333333em;
}
.complete-tel-number {
	display: flex;
	align-items: center;
	margin: 2px 0 4px;
	font-size: 1em;
}
.complete-tel-number i {
	max-width: 40px;
	margin-right: 4px;
	transform: translateY(3px);
}
.complete-tel-number i img {
	display: block;
}
.complete-tel-number span {
	flex-shrink: 0;
	font-weight: bold;
	color: #f7313b;
	line-height: 1;
	letter-spacing: -1px;
}
.complete-tel-time {
	font-size: 14px;
	font-weight: normal;
}
.complete-back {
	margin-top: 12px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	text-indent: -.5em;
	text-align: justify;
	color: #000;
}
.complete-back span {
	color: #f7313b;
	font-weight: bold;
	border-bottom: 1px solid #f7313b;
}
.complete-note p:first-child {
	margin-bottom: 4px;
	text-indent: -.5em;
	font-weight: 500;
}
.nolink{
	pointer-events: none;
	color: inherit;
	text-decoration: none;
}