@charset "UTF-8";

/*-----------------------------------------------
	ttl
-----------------------------------------------*/
.form-ttl-main{
	position: relative;
	font-size: 1.8rem;
	font-weight: bold;
	width: 100%;
	line-height: 1.3;
	font-size: 1.8rem;
	margin: 32px 0 16px;
	padding: 2px 0 0 12px;
	letter-spacing: 0.04em;
	border-left: 4px solid #FF6E15;
}
.form-subtext{
	margin: 10px 0 15px;
}
@media screen and (min-width: 767px) {
	.form-ttl-main{
		font-size: 2.2rem;
		padding: 4px 0 0 16px;
		margin: 40px 0 20px;
	}
	.form-subtext{
		margin: 10px 0 20px;
	}
}

.consul-flowtext {
	font-size: 1.4rem;
	padding: 11px 18px 8px;
	margin: 24px 0 56px;
	text-align: left;
	border: 1px dotted #F23524;
	color: #F23524;
}
@media only screen and (max-width: 767px){
	.consul-flowtext {
		font-size: 1.2rem!important;
		padding: 10px 15px;
		margin: 20px 0 40px;
	}
}



/*-----------------------------------------------
	table
-----------------------------------------------*/
.tbl-basis{
	border: 1px solid #D3BCB4;
	width: 100%;
}
.check-block .tbl-basis{
	border-radius: 5px;
	border-collapse: separate;
	overflow: hidden;
}
.check-block th{
	display: block;
	text-align: center;
	padding: 9px 0 10px;
	background: #FAF6F5;
}
.check-block th input{
	display: block;
	height: 22px;
	width: 22px;
	margin: auto;
	cursor: pointer;
}
.check-block td{
	display: block;
	padding: 5px;
}
.check-block__item img{
	max-width: 190px;
	height: 80px;
	display: inline-block;
}
.check-block .check-block__item{
	padding: 15px 10px;
	text-align: center;
}
.check-block .check-block__img{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 10px;
}
@media screen and (min-width: 767px) {
	.check-block .check-block__img {
		height: 80px;
	}
	.check-block .check-block__item{
		padding: 20px 10px 15px;
	}
}
@media screen and (max-width:767px) {
	.check-block__item img{
		height: 60px;
	}
	.check-block th input{
		height: 18px;
		width: 18px;
	}
}


/*-----------------------------------------------
	form-block
-----------------------------------------------*/
.form-block {
	display: table;
	font-size: 1.6rem;
	width: 100%;
	border-bottom: 1px solid #D3BCB4;
}

.form-block .cell-w {
	display: table-cell;
	background: #F6EEEB;
	width: 310px;
	padding: 15px;
	border-left: 1px solid #D3BCB4;
	font-weight: bold;
	vertical-align: top;
}
.form-block .cell-s {
	display: table-cell;
	background: #F6EEEB;
	width: 100px;
	padding: 15px;
	border-right: 1px dotted #D3BCB4;
	border-left: 1px solid #D3BCB4;
	font-weight: bold;
	vertical-align: top;
}
.form-block .cell-r {
	display: table-cell;
	border-right: 1px solid #D3BCB4;
	vertical-align: top;
}

.form-block .cell-inner {
	padding: 15px;
}

.block-bottom {
	margin-bottom: 20px;
}
.block-top {
	border-top: 1px solid #D3BCB4;
}

.form-block input,
.form-block select {
	margin-bottom: 0;
}
.form-block input[type="radio"] {
	margin: 4px 6px 0 0;
}

.form-block-child {
	display: table;
	width: 100%;
	border-bottom: 1px dotted #D3BCB4;
}

.form-block-child:last-child {
	border-bottom: none;
}

.form-block-child dt {
	display: table-cell;
	background: #F6EEEB;
	width: 210px;
	padding: 15px;
	font-weight: bold;
	vertical-align: top;
}
.form-block-child dd {
	display: table-cell;
	padding: 15px;
	vertical-align: middle;
}
@media only screen and (max-width: 767px) {
	.form-block {
		display: block;
		border-top: 2px solid #D3BCB4;
	}
	.form-block .cell-w {
		display: block;
		background: #F6EEEB;
		width: 100%;
		padding: 10px;
		border-left: none;
	}
	.form-block .cell-s {
		display: block;
		width: 100%;
		padding: 10px;
		border-right: none;
		border-left: none;
		border-bottom: 2px solid #fff;
	}
	.form-block .cell-r {
		display: block;
		border-right: none;
	}
	.form-block .cell-inner {
		padding: 15px 0 25px;
	}
	.form-block-child {
		display: block;
		width: 100%;
		border-bottom: none;
	}
	.form-block-child dt {
		display: block;
		background: #F6EEEB;
		width: 100%;
		padding: 10px;
	}
	.form-block-child dd {
		display: block;
		padding: 15px 0 25px;
	}
}
@media only screen and (min-width: 768px) {
	.block-top {
		border-top: 1px solid #D3BCB4;
	}
	.block-bottom {
		border-bottom: 1px solid #D3BCB4;
	}
}

/*------------------------------------------------------------------------------
	formレイアウト
------------------------------------------------------------------------------*/
.flex-formItem,
.flex-name,
.flex-zip,
.flex-address,
.flex-tel,
.flex-date {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.flex-formItem {
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

/* お名前 */
.flex-name {
	width: 100%;
}
.flex-name:first-child {
	margin-right: 20px;
}
.flex-name span:first-child {
	width: 45px;
}
.flex-name span:last-child {
	width: calc(100% - 45px);
}
@media only screen and (max-width: 767px) {
	.flex-name {
		margin-right: 0;
	}
	.flex-name:first-child {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.flex-name dt {
		width: 45px;
	}
	.flex-name dd {
		width: 100%;
	}
}

/* ご住所＿郵便番号 */
.flex-zip {
	display: flex;
	align-items: center;
	flex-direction: row;
}
.flex-zip input{
	width: 100px;
	margin-left: 10px;
}

/* 電話番号 */
.flex-tel input:nth-child(1),
.flex-tel input:nth-child(2),
.flex-tel input:nth-child(3) {
	width: 80px;
}
.input-tel1,
.input-tel2{
	margin-right: 30px;
	position: relative;
}
.input-tel1:after,
.input-tel2:after{
	content: '';
	width: 10px;
	height: 1px;
	background: #9a9a9a;
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -20px;
}
@media only screen and (max-width: 767px) {
	.flex-tel {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: 400px;
	}
	.flex-tel input:nth-child(1),
	.flex-tel input:nth-child(3),
	.flex-tel input:nth-child(5) {
		width: 100%;
	}
	.input-tel1:after,
	.input-tel2:after{
		width: 12px;
		right: -21px;
	}
}

/* 生年月日 */
.flex-date span {
    box-sizing: border-box;
    width: 45px;
    padding-left: 10px;
}
.flex-date:first-child select {
	width: 140px;
}
@media only screen and (max-width: 767px) {
	.flex-date:not(:last-child){
		margin-right: 10px;
	}
	.flex-date span {
		width: auto;
		padding-left: 8px;
	}
}

/* メールアドレス */
input[name="email"] {
	max-width: 400px;
}

/* 職業 */
@media only screen and (max-width: 767px) {
	.job-item{
		width: 100%;
	}
}

/* アンケート */
.questionList > div:not(:last-of-type){
	margin-bottom: 3px;
}

/* その他　ご質問・ご要望など */
textarea[name="other"] {
	display: block;
	font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	height: 150px;
	resize: vertical;
}
@media only screen and (max-width: 767px) {
	textarea[name="other"] {
		height: 100px;
	}
}


/*-----------------------------------------------
	form parts
-----------------------------------------------*/
.necessary {
	display: block;
	float: right;
	background: #F23524;
	color: #fff;
	font-size: 1.4rem;
	padding: 2px 6px;
	border-radius: 20px;
	line-height: 1.4;
}
.optional {
    display: block;
    float: right;
    background: #8C7062;
    color: #fff;
    font-size: 1.4rem;
	padding: 2px 6px;
	border-radius: 20px;
	line-height: 1.4;
}
.form-ttl-main .necessary {
	display: inline-block;
	float: none;
	margin-left: 5px;
	text-indent: 0;
	vertical-align: top;
}
@media screen and (min-width: 767px) {
	.form-ttl-main .necessary{
		margin-left: 15px;
	}
}

.err-txt {
	color: #f24949;
}

.check-block +.err-txt {
	margin-top: 15px;
}

.form-block .err-txt {
	font-size: 1.2rem;
	margin-top: 8px;
}
.form-block .err-txt + .err-txt {
	margin-top: 3px;
}
a.form-outerlink {
	display: inline-block;
    text-decoration: underline;
    padding-right: 1.4em;
    background-image: url(../img/icon/icon_blank.svg);
    background-size: 1em 1em;
    background-position: center right;
    background-repeat: no-repeat;
    color: #1D3994;
}

.input-post__search {
    font-size: 14px;
    margin-left: 12px;
}

.input-ex {
    display: block;
    color: #8C7062;
    margin: 7px 0 0 -0.3em;
}


/* ラジオボタン リスト */
.form-block .radio-block__col{
	display: block;
}
.form-block .radio-block__col:not(:first-of-type) {
	margin-top: 3px;
}

/* チェックボックス リスト */
.form-block .check-block__col:not(:first-of-type) {
	margin-top: 5px;
}


@media screen and (min-width: 767px) {
	.form-block .err-txt {
		font-size: 1.4rem;
	}
}

.err-block{
	padding: 15px;
	background: #ffebeb;
	border: 1px dashed #f24949;
	margin: 15px 0 15px 0;
}
.err-block__ttl{
	color: #f24949;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 8px;
}
.err-block > ul li{
	color: #f24949;
	margin-bottom: 3px;
}
.err-block > p{
	color: #f24949;
	display: table;
	position: relative;
	padding-left: 40px;
	text-align: left;
}
@media screen and (min-width: 767px) {
	.err-block{
		padding: 20px 25px;
	}
	.err-block__ttl{
		font-size: 2.0rem;
		margin-bottom: 10px;
	}
}

.note-hyphen {
	font-size: 1.2rem;
}
@media screen and (min-width: 767px) {
		.note-hyphen {
		display: block;
		margin-left: -5px;
	}
}


/*-----------------------------------------------
	button
-----------------------------------------------*/
#stepLast {
	position: relative;
}
#stepLast p {
	text-align: center;
	margin-bottom: 15px;
	font-size: 1.4rem;
}
@media screen and (max-width:768px) {
	#stepLast {padding-bottom: 3px;}
	#stepLast p {font-size: 1.2rem;}
}

.btn-next,
.btn-unanswered,
.btn-send {
	letter-spacing: 2px;
	font-weight: bold;
	border-radius: 5px;
	display: block;
	padding: 15px;
	position: relative;
	font-size: 2.0rem;
	cursor: pointer;
}

.btn-next {
	background-color: #FF6E15;
	box-shadow: 0 3px 0 rgba(255, 81, 0, 1);
	width: 400px;
	margin: 0 auto;
	color: #fff;
}

.btn-next:hover {
	opacity: 0.7;
	text-decoration: none;
}

@media only screen and (max-width: 767px) {
	.btn-next:hover {
		opacity: 1.0;
	}
	.btn-next, .btn-unanswered, .btn-send{
		font-size: 1.8rem;
		padding: 15px;
		letter-spacing: inherit;
	}
}

.btn-unanswered {
	background: #fff;
	border: 2px solid #FF6E15;
	width: 400px;
	margin: 0 auto;
	color: #FF6E15;
}

.btn-send {
	background-color: #FF6E15;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
	width: 400px;
	margin: 0 auto;
	color: #fff;
}

.btn-send:hover {
	opacity: 0.7;
	text-decoration: none;
}

@media only screen and (max-width: 767px) {
	.btn-send:hover {
		opacity: 1.0;
	}
}

.btn-back {
	letter-spacing: 3px;
	color: #333;
	font-weight: bold;
	border-radius: 5px;
	display: block;
	position: relative;
	font-size: 1.6rem;
	background-color: #fff;
	border: 1px solid #dfdfdf;
	border-bottom: 2px solid #bbb;
	width: 100px;
	height: 40px;
	margin: 0 auto;
	position: absolute;
	left: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.btn-back:hover {
	opacity: 0.7;
	text-decoration: none;
}

@media only screen and (max-width: 767px) {
	.btn-back:hover {
		opacity: 1.0;
	}
}

@media only screen and (max-width: 767px) {
	.btn-next,
	.btn-unanswered,
	.btn-send {
		width: 100%;
	}
	.btn-back {
		position: static;
		margin-top: 20px;
	}
}


/*-----------------------------------------------
	STEP
-----------------------------------------------*/
.form-flow {
	font-size: 1.6rem;
	line-height: 1.2;
	margin: 0 auto 40px;
	width: 900px;
}

.form-flow::after {
	content: "";
	display: block;
	clear: both;
}

.form-flow li {
	width: 300px;
	text-align: center;
	float: left;
	font-weight: bold;
	vertical-align: middle;
	height: 65px;
	padding-top: 18px;
	position: relative;
	color: #805A47;
}

.form-flow li:nth-child(1) {
	border-top: solid 2px #805A47;
	border-left: solid 2px #805A47;
	border-bottom: solid 2px #805A47;
	border-radius: 5px 0 0 5px;
}

.form-flow li:nth-child(1):before {
	position: absolute;
	margin: auto;
	content: "";
	width: 0;
	height: 65px;
	border-right: 2px solid #805A47;
	top: 0;
	bottom: 0;
	right: -2px;
	z-index: 10;
}

.form-flow li:nth-child(1):after {
	position: absolute;
	margin: auto;
	content: "";
	background: #fff;
	width: 15px;
	height: 15px;
	border-top: 2px solid #805A47;
	border-right: 2px solid #805A47;
	top: 0;
	bottom: 0;
	right: -9px;
	transform: rotate(45deg);
	z-index: 20;
}

.form-flow li:nth-child(2) {
	border-top: solid 2px #805A47;
	border-bottom: solid 2px #805A47;
}

.form-flow li:nth-child(2):before {
	position: absolute;
	margin: auto;
	content: "";
	width: 0;
	height: 65px;
	border-right: 2px solid #805A47;
	top: 0;
	bottom: 0;
	right: -2px;
	z-index: 10;
}

.form-flow li:nth-child(2):after {
	position: absolute;
	margin: auto;
	content: "";
	background: #fff;
	width: 15px;
	height: 15px;
	border-top: 2px solid #805A47;
	border-right: 2px solid #805A47;
	top: 0;
	bottom: 0;
	right: -9px;
	transform: rotate(45deg);
	z-index: 20;
}

.form-flow li:nth-child(3) {
	border-top: solid 2px #805A47;
	border-right: solid 2px #805A47;
	border-bottom: solid 2px #805A47;
	border-radius: 0 5px 5px 0;
}

.form-flow li.current {
	border-color: #805A47;
	color: #fff;
	background: #805A47;
}

.form-flow li.arrow-current:after {
	border-color: #805A47;
	background: #805A47;
}

.form-flow li.arrow-current:before {
	border-color: #805A47;
}

.form-flow__no {
	font-size: 2.2rem;
	padding-left: 3px;
	margin-right: 10px;
}
.form-flow__text {
	font-size: 2rem;
}

@media only screen and (max-width: 767px) {
	.form-flow {
		width: 90%;
		min-width: 300px;
		margin: 0 auto 40px;
	}
	.form-flow li {
		height: 70px;
		width: 33%;
		text-align: left;
		font-size:1.4rem;
	}
	.form-flow li:nth-child(1) {
		padding: 3px 10px 0 10px;
	}
	.form-flow li:nth-child(1):before {
		height: 70px;
	}
	.form-flow li:nth-child(1):after {
		width: 12px;
		height: 12px;
		right: -8px;
	}
	.form-flow li:nth-child(2) {
		padding: 3px 10px 0 20px;
	}
	.form-flow li:nth-child(2):before {
		height: 70px;
	}
	.form-flow li:nth-child(2):after {
		width: 12px;
		height: 12px;
		right: -8px;
	}
	.form-flow li:nth-child(3) {
		padding: 3px 10px 0 20px;
	}
	.form-flow__text {
		font-size:1.4rem;
	}
}

/*-----------------------------------------------
	資料請求はお電話でも承ります
-----------------------------------------------*/
.form-box__tel{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	width: 70%;
	padding: 10px;
	margin: 40px auto;
}
.form-box__tel::before, .form-box__tel::after {
	position: absolute;
	top: 0;
	width: 12px;
	height: 100%;
	content: '';
	border-top: solid 2px #D3BCB4;
	border-bottom: solid 2px #D3BCB4;
}
.form-box__tel::before {
	border-left: solid 2px #D3BCB4;
	left: 0;
}
.form-box__tel::after {
	border-right: solid 2px #D3BCB4;
	right: 0;
}

.form-box__tel__desc{
	color: #594135;
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: center;
}
.form-box__tel__info{
	display: block;
	font-size: 1.2rem;
	font-weight: normal;
}
.form-box__tel a{
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: default;
}
.form-box__tel__num{
	display: flex;
	align-items: center;
	font-family: Arial, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	color: #FF6E15;
	font-size: 3.2rem;
	line-height: 1.2;
	text-align: center;
	margin: 0 0 0 6px;
}
.form-box__tel__free{
	color: #fff;
	font-size: 1.2rem;
	font-weight: normal;
	padding: 4px 5px;
	margin: 0 0 0 5px;
	background-color: #FF6E15;
}
.form-box__tel img {
	width: 26px;
	height: 32px;
}
@media only screen and (min-width: 768px) {
	.form-box__tel__desc{
		font-size: 1.8rem;
		padding: 0 15px 0 0;
		margin: 0 20px 0 0;
		border-right: 2px dotted #D3BCB4;
	}
	.form-box__tel a{
		padding: 5px 0;
	}
	.form-box__tel__num {
		letter-spacing: 0.02em;
	}
	.form-box__tel__free{
		padding: 6px 8px;
		margin: 0 0 0 10px;
	}
}
@media only screen and (max-width: 767px) {
	.form-box__tel {
		flex-direction: column;
		width: auto;
		padding: 5px;
		margin: 20px auto 30px;
	}
}

/*-----------------------------------------------
	個人情報の取り扱い
-----------------------------------------------*/
.board {
	margin: 40px 0;
}

.board .board-ttl {
	background: #594135;
	color: #fff;
	border-radius: 5px 5px 0 0;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 8px 15px 6px;
}

.board .board-inner {
	border-bottom: 1px solid #D3BCB4;
	border-right: 1px solid #D3BCB4;
	border-left: 1px solid #D3BCB4;
	padding: 20px;
	border-radius: 0 0 5px 5px;
}
.board .board-inner::after {
	content: "";
	display: block;
	clear: both;
}

@media only screen and (max-width: 767px) {
	.board {
		margin-bottom: 15px;
	}
	.board .board-ttl {
		font-size: 1.6rem;
		padding: 8px 10px 6px;
	}
	.board .board-inner {
		padding: 10px;
	}
}

.pri {
	background-color: #fff;
	border: 1px solid #ccc;
	height: 150px;
	border-radius: 5px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 12px 20px;
	font-size: 1.2rem;
}
.pri::-webkit-scrollbar {
	width: 6px;
}
.pri::-webkit-scrollbar-track {
	border-radius: 5px;
	background: #eee;
}
.pri::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #666;
}


/*-----------------------------------------------
	thanks
-----------------------------------------------*/
.thanks-box {
	text-align: center;
	padding: 20px 0;
	margin: 0 auto 40px;
}

.thanks-box .thanks-ttl {
	color: #FF6E15;
	font-size: 2.6rem;
	font-weight: bold;
	margin-bottom: 15px;
}

.thanks-box .thanks-link {
	margin-top: 30px;
}

@media only screen and (max-width: 767px) {
	.thanks-box {
		width: 100%;
		padding: 0 15px;
	}
	.thanks-box .thanks-ttl {
		font-size: 1.8rem;
	}
	.thanks-box .thanks-link {
		margin-top: 10px;
	}
}


