@charset "UTF-8";
body {
	color: #000;
	font-family: 'EB Garamond', 'Noto Serif JP', serif;
	background: #FFF;
	font-size: 1.4rem;
	line-height: 1.5;
}
#header {
	padding: 30px 30px;
	text-align:center;
}

#header .header_logo {
	padding: 26px 0 ;
	
}
#header .header_logo {
	font-size: 2rem;
	line-height: 1.45;
	letter-spacing: .105em;
	display: flex;
	align-items: center;	
	justify-content: center;
}
#header .header_logo img {
	width: 310px;
}
#header .header_logo span {
	display: block;
	letter-spacing: .1em;
	font-size: 1.8rem;
	font-weight: normal;
	text-align: center;
}
#header .header_logo span small {
	display: block;
	font-size: 0.9rem;
	letter-spacing: 0.03em;
	color: #007B8C;
}

#main {
	margin:0 10px 10px;
	padding: 25px 30px 0;
	background-color:#ffffff;
}
.txtarea {
	margin: 0 0 30px;
}

.ph img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	_width: 100%;
}

/* ボックス */
.note_block {
	clear: both;
	padding: 15px;
	border: solid 1px #CCCCCC;
	height: 150px;
	overflow: scroll;
}



@media only screen and (max-width: 736px) {
	#header {
		padding: 10px 3.125%;
	}
	#header .header_logo img {
		width: 200px;
	}
	#main {
		padding: 10px 3.125% 25px;
	}

	.txtarea {
		margin: 0  3.125% 25px;
	}

	.txtarea .ph {
		width: 100%;
		margin: 0 auto;
	}

	.note_block {
		clear: both;
		padding: 15px;
		border: solid 1px #CCCCCC;
		height: 150px;
		overflow: scroll;
}

}

/*---------------------------------
	text
---------------------------------*/
#main h1 {
	font-family: 'EB Garamond', 'Noto Serif JP', serif;
	background: #ffffff;
	margin: 0 0 20px 0;
	padding: 6px 5px 6px 0;
	font-size: 2.4rem;
	color: #87A0C7;
	border-bottom: 1px solid #87A0C7;
}

#main h1 span {
	font-size: 75%;
}

#main h1 a {
	color: #ffffff;
	text-decoration: none;
}

#main h1 img {
	display: block;
	margin-right: auto;
}


#main h2 {
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: bold;
	margin: 0;
	padding: 15px 10px 15px 15px;
	color: #333333;
	background-color:#e2ecfb;
	/*background: url(../img/bg_h2_line.png) no-repeat left bottom;*/
}

#main h2.eq_ttl {
	display: block;
	font-size: 1.5rem;
	line-height: 1.2;
	text-align: left;
	margin: 0;
	padding: 15px 20px;
	color: #fff;
	background-color:#87A0C7;
	position: relative;
	cursor: pointer;
}

/* ＋アイコン */
#main h2.eq_ttl::before {
	content: '';
	width: 20px;
	height: 3px;
	background: #fff;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%) rotate(90deg);
	transition: .5s;	
}

#main h2.eq_ttl::after {
	content: '';
	width: 20px;
	height: 3px;
	background: #fff;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%) rotate(0deg);
	transition: .5s;
}

/* アイコンのー */
#main h2.eq_ttl.open::before {
  transform: translateY(-50%) rotate(0deg);
  transition: .5s;
}

p {
	margin-bottom: 25px;
}

ul {
	list-style: none;
	margin-bottom: 25px;
}

/* 注釈 */

ul.asterisk,
ul.asterisk_m {
	list-style: none;
}

ul.asterisk li {
	background: none;
	text-indent: -1.0em;
	margin-left: 1em;
	padding-left: 0;
}

ul.asterisk_m li {
	background: none;
	text-indent: -2em;
	margin-left: 2em;
	padding-left: 0;
}


@media only screen and (max-width: 736px) {
}



/*---------------------------------
	form
---------------------------------*/

.form_block {
	background: #ffffff;
	color: #333333;
	padding: 20px;
}

.form_block p.box {
	padding: 15px 10px 0;
}

.form_block dl {
	clear: both;
	zoom: 1;
	border-top: solid 1px #CCCCCC;
}

.form_block dl.first {
	border-top: none;
	padding-top: 5px;
}

.form_block dl:after {
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

.form_block dl dt {
	width: 250px;
	padding: 15px 10px;
	box-sizing: border-box;
	float: left;
}

.form_block dl dd {
	padding: 10px 10px 10px 260px;
	box-sizing: border-box;
	line-height:1.8;
}

.form_block input[type="date"],
.form_block input[type="number"],
.form_block input[type="email"],
.form_block input[type="tel"],
.form_block input[type="text"],
.form_block select {
	height: 34px;
	margin-bottom: 4px;
	padding: 6px 12px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
		  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
		  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form_block input[type="date"],
.form_block input[type="number"],
.form_block input[type="email"],
.form_block input[type="tel"] {
	ime-mode: disabled;
}

.form_block textarea {
	margin-bottom: 4px;
	padding: 6px 12px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	vertical-align: top;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
		  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
		  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form_block input[type="date"]:focus,
.form_block input[type="number"]:focus,
.form_block input[type="email"]:focus,
.form_block input[type="tel"]:focus,
.form_block input[type="text"]:focus,
.form_block select:focus {
  border-color: #fcb621;
  outline: 0;
}

.form_block input[type="date"].error,
.form_block input[type="number"].error,
.form_block input[type="email"].error,
.form_block input[type="tel"].error,
.form_block input[type="text"].error,
.form_block select.error {
	border-color: #fc4777;
	outline: 0;
}

.form_block input[type="date"].success,
.form_block input[type="number"].success,
.form_block input[type="email"].success,
.form_block input[type="tel"].success,
.form_block input[type="text"].success,
.form_block select.success {
	border-color: #29abe2;
	outline: 0;
}

.form_block input[type="checkbox"],
.form_block input[type="radio"] {
	margin-right: 5px;
	vertical-align: middle;
}

.btn_area_search {
	 border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	padding: 5px 18px;
	margin: 0 0 0 10px;
	font-size: 100%;
	border: solid 1px #cccccc;
	box-sizing: border-box;
}

.text_input_xs{
	width: 98px;
}

.text_input_s {
	width: 150px;
}

.text_input_m {
	width: 300px;
}

.text_input_l {
	width: 100%;
}

.text_area_l {
	width: 100%;
}

.form_block label {
	cursor: pointer;
}

.label_radio {
	margin-right: 30px;
}

.label_num {
	margin-left: 20px;
}

.txt_required {
	color: #ffffff;
	background: #C30D23;
	font-weight: 400;
	margin-left: 7px;
	padding: 0 7px;
	font-size: 10px;
	line-height: 1.5;
	vertical-align: middle;
	/* border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;*/
}
.form_block dl dt .txt_required {
	float: right;
}

.txt_any {
	color: #ffffff;
	background: #85d077;
	font-weight: 400;
	margin-left: 7px;
	padding: 0 10px;
	font-size: 11px;
	vertical-align: middle;
	 border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.icon_success {
	color: #ffffff;
	background: #29abe2;
	font-weight: 400;
	margin-left: 7px;
	padding: 0 10px;
	font-size: 11px;
	vertical-align: middle;
	 border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.icon_error {
	color: #ffffff;
	background: #ed1e79;
	font-weight: 400;
	margin-left: 7px;
	padding: 0 10px;
	font-size: 11px;
	vertical-align: middle;
	 border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.txt_error {
	color: #dd0000;
	font-weight: 400;
}

div.error {
	background: #fc4777;
	color: #ffffff;
	font-weight: 400;
}

/*　ime-mode 設定　*/
input.ime1 { ime-mode: auto; }
input.ime2 { ime-mode: active; }
input.ime3 { ime-mode: disabled; }
textarea.ime4 { ime-mode: inactive; }


/*---------------------------------
	ボタン
---------------------------------*/
.form_btn_block {	
	text-align: center;
	margin-bottom: 30px;
}

.form_btn_block form {
	display: inline;
}

.btn_approval {
	font-family: 'EB Garamond', 'Noto Serif JP', serif;
	color: #ffffff;
	background: #AB3E32;
	padding: 15px 5px;
	margin: 0 10px;
	box-sizing: border-box;
	width: 200px;
	border: none;
	font-size: 100%;
	transition: .5s;
	/*font-weight: bold;*/
	cursor: pointer;
}

.btn_approval:hover{
	background-color:#AB3E32;
	opacity: 0.8;

}

.btn_denial {
	font-family: 'EB Garamond', 'Noto Serif JP', serif;
	color: #ffffff;
	background: #999999;
	padding: 15px 5px;
	margin: 0 10px;
	box-sizing: border-box;
	width: 200px;
	border: none;
	font-size: 100%;
	transition: .5s;
	/*font-weight: bold;*/
	cursor: pointer;
}

.btn_denial:hover{
	background-color:#CCCCCC;
}

@media only screen and (max-width: 736px) {


	.form_block {
		padding: 15px 3.125%;
	}

	.form_block dl dt {
		width: auto;
		padding: 15px 0 2px;
		box-sizing: border-box;
		float: none;
	}

	.form_block dl dd {
		float: none;
		padding: 0 0 15px;
		box-sizing: border-box;
	}

	.text_input_s {
		width: 48%;
	}

	.text_input_m {
		width: 100%;
	}

	.label_num {
		margin-left: 0;
	}

	.form_btn_block form {
		display: block;
	}

	.btn_approval {
		display: block;
		margin: 10px auto;
		-webkit-appearance: none;
		border-radius: 0;
	}

	.btn_denial {
		display: block;
		margin: 10px auto;
		-webkit-appearance: none;
		border-radius: 0;
	}

	.mr10 { margin-right: 3.125% !important; }

	h2 .txt_required {
		float: right;
	}
	
	#main h1{
		font-size: 2.0rem;	
	}
	
	#main h2{
		font-size: 1.3rem;	
	}
	
	#main h2.eq_ttl{
		font-size: 1.4rem;	
	}
	
}


a[href^="tel:"] {
	pointer-events: none;
	text-decoration: none;
}
@media only screen and (max-width: 736px) {
	a[href^="tel:"] {
		pointer-events: auto;
		text-decoration: underline;
	}
}


/* form-nav */

.step {
  display: flex;
  flex-wrap: wrap;
}
.step .item {
    position: relative;
    width: 33%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 13px 0;
    line-height: 1.5;
    background: #F5F5F5;
    color: #999999;
}
.step .item:not(:last-child)::before,
.step .item:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    border: 23px solid transparent;
    border-left: 20px solid #F5F5F5;
    margin: auto;
}
.step .item:not(:last-child)::before {
    margin-left: 1px;
    border-left-color: #FFF;
}



@media screen and (max-width: 736px) {
	.step .item {
		font-size: 11px;
		line-height: 1.4;
		padding: 10px 0;
		width: 28%;
	}
	.step .item:not(:last-child)::before,
	.step .item:not(:last-child)::after {
		border-width: 17px;
		border-left-width: 12px;
	}
	.step .item.long{
		width: 42%;

	}
}

/* active */

.step .item.active {
    z-index: 1;
    background: #87A0C7;
    color: #FFF;
}
.step .item.active:not(:last-child)::after {
    border-left-color: #87A0C7;
}
.step .item.active:not(:last-child)::before {
    border-left: none;
}



