@charset "utf-8";



/* -----------------------------------------------------------
    contentsBG
-------------------------------------------------------------- */

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

	.low-contents-area {
		padding: 50px 0;
	}

}



/* -----------------------------------------------------------
    イントロエリア
-------------------------------------------------------------- */

/*
.intro-area {
	padding: 40px 0;
	background: #F0353C;
	background: url("../img/red-bg.svg") #F0353C repeat center center;
	color: #fff;
}
.intro-area .section-catch {
	margin: 0 0 5px;
	font-size: 4rem;
}
.intro-area .basic-txt {
	font-size: 1.8rem;
	font-weight: 500;
}
*/

.intro-area {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.intro-area .txt-area {
	width: 600px;
	order: 1;
}
.intro-area .txt-area .section-catch {
	margin: 0 0 20px;
}
.intro-area .txt-area .basic-txt {
	font-size: 1.8rem;
}

.intro-area .img-area {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0 7px;
	width: 550px;
	position: relative;
	order: 2;
}
.intro-area .img-area .img-wrap {
	width: calc( ( 100% - 14px ) / 3 );
	border-radius: 10px;
}
.intro-area .img-area .img-wrap img {
	width: 100%;
	object-fit: cover;
	height: initial;
}
.intro-area .img-area .img-txt {
	font-family: var(--en);
	font-size: 2.4rem;
	text-align: center;
	display: inline-block;
	letter-spacing: .6rem;
	font-weight: 600;
	color: #7C7C84;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;/*
	mix-blend-mode: overlay;
	*/
}


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

	.intro-area {
		display: block;
		padding: 0 20px;
	}
	.intro-area .txt-area {
		width: auto;
		padding: 20px 0 10px;
	}
	.intro-area .txt-area .section-catch {
		margin: 0 0 10px;
	}
	.intro-area .txt-area .basic-txt {
		font-size: 1.6rem;
	}

	.intro-area .img-area {
		width: 100%;
	}
	.intro-area .img-area .img-wrap {
	}
	.intro-area .img-area .img-wrap img {
	}
	.intro-area .img-area .img-txt {
		font-size: 1.8rem;
	}

}


/* -----------------------------------------------------------
    採用エントリー：イントロエリア
-------------------------------------------------------------- */

.recruit-intro-area {
	margin: -40px 0 0;
}
.recruit-intro-area .section-catch {
	padding: 50px 0 20px;
}
.recruit-intro-area .slider {
	padding: 0 0 0;
	display: block;
}
.recruit-intro-area .slider img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.recruit-intro-area .slider .slick-slide {
	margin:0 5px;
}


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

	.recruit-intro-area {
		margin: 0;
	}

	.recruit-intro-area .section-catch {
		padding: 30px 0 10px;
	}
	.recruit-intro-area .slider img {
		height: 100px;
	}
	.recruit-intro-area .slider .slick-slide {
		margin:0 2px;
	}

}



/* -----------------------------------------------------------
    注意エリア
-------------------------------------------------------------- */
#form .caution-area{
	padding: 30px;
	margin: 70px 0 0;
	text-align: center;
	background: rgba(255,238,238,1);
}
#form .caution-area .basic-txt{
	font-size: 1.5rem;
	line-height: 1.8;
}

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

	#form .caution-area{
		margin: 10px 0 40px;
		padding: 30px 20px;
		text-align: left;
	}
	#form .caution-area .basic-txt{
	}

}



/* -----------------------------------------------------------
    お問い合わせ
-------------------------------------------------------------- */
#form .form_area{
	/*
	border: 2px #333 solid;
	border-radius: 10px;
	padding: 80px;
	background: #fff;
	*/
}

#form .form_toptxt{
	line-height: 1.8;
}

#form .form_toptxt a,
#form .form_btn_txt a{
    text-decoration: underline;
}
#form .keyperson{
	font-size: 25px;
    text-align: center;
    font-weight: 600;
    margin-top: 40px;
	font-family: var(--font-jp);
}
@media screen and (max-width: 768px){

	#form .form_area{
		border: none;
		border-radius: 0;
		padding: 0;
		background: none;
	}

	#form .form_area.complete{
		padding: 0 20px;
	}

	#form .form_toptxt{
		padding: 0 20px 0 20px;
		line-height: 1.8;
		font-size: 1.6rem;
		text-align: left;
	}
	#form .form_toptxt:last-of-type{
		padding: 0 20px 0 20px;
	}
	#form .form_toptxt.s{
		padding: 0 20px;
	}
	#form .form_top_txt{
		padding: 40px 20px 0px;
		padding: 60px 20px 0px;
	}
	#form .keyperson{
		font-size:1.8rem;
		font-size:1.6rem;
	}
}

/* -----------------------------------------------------------
    label 装飾
-------------------------------------------------------------- */
.color_input li label{
	padding: 20px 10px;
	border: 1px #E2D5AF solid;
	border-radius: 6px;
	background: #FCF8EE;
	vertical-align: middle;
	cursor: pointer;
	display: block;
	color: #333;
	box-shadow: 3px 3px #f5f5f5;
    transition: 0.2s;
}

.color_input li label:hover,
.color_input li label.label-checked{
	background: #FFE655;
	border: 1px #FFE655 solid;

}

.color_input li label input{
	vertical-align: middle;
}

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

	.color_input li label{
		padding: 10px;
		line-height: 1.4;
		font-size: 1.5rem;
		border-radius: 4px;
	}

	.color_input li label:hover{
		border: 1px solid #DDD;
		background: #FCF8EE;
		color: #333;
	}
	.color_input li label.label-checked:hover{
		border: 1px solid #FFE655;
		background: #FFE655;
	}

}



/* -----------------------------------------------------------
    input
-------------------------------------------------------------- */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="date"],
input[type="url"],
select,
textarea {
	border: 1px solid #ccc;
	padding: 15px;
	font-size: 1.3rem;
	font-family: 'Heebo', 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: 400;
	/*
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	*/
    color: #333;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="url"],
select:focus,
textarea:focus {
    outline: 0;
	border: 1px solid #0099dd;
}

input[type="number"] {
	-moz-appearance:textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select{
	width: 30%;
	margin: 0;
	background: #fff url(../img/icon_arrow_under.png) no-repeat 95% 50%;
	background-size: 20px auto;
}

td.area select{
	width: 40%;
	padding: 15px;
	margin: 0 0 0 0;
	background: #fff url(../img/icon_arrow_under.png) no-repeat 95% 50%;
	background-size: 20px auto;
}
select#dayservice1-1,
select#dayservice1-2,
select#dayservice2-1,
select#dayservice2-2{
	width: 15%;
}
select:hover {
	cursor: pointer;
}

option {
	padding: 5px 15px;
}

select option selected {
	color: #999;
}

textarea {
	width: 98%;
}

input[type="radio"],
input[type="checkbox"] {
	vertical-align:-1px;
	margin: 0 8px 0 0;
	font-family: 'Heebo', 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: 400;
	/*
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	*/
    border-radius: 0;
	visibility: hidden;
}

.form_area label:hover {
	cursor: pointer;
}

.form_area label.label_first {
	display: inline-block;
	margin: 0 40px 0 0;
}
.flex{
	display: flex;
	gap: 10px 50px;
	flex-wrap: wrap;
}

/*radio-label*/
.radio-label {
	position: relative;
	min-width: 10%;
	display: flex;
	margin: 0 0 0 -25px;
}
/* .radio-label:not(:first-of-type){
	padding: 15px 0 0;
} */
.radio-label .label-check {
	position: relative;
	display: block;
	padding-left: 30px;
	cursor: pointer;
	transition: .5s;
	line-height: 1.5;
	font-size: 1.6rem;
	font-size: 1.5rem;
	font-size: 1.3rem;
}

.radio-label .label-check:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	margin: auto;
	width: 18px;
	height: 18px;
}

.radio-label input[type="radio"]:checked + .label-check:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5px;
	display: block;
	margin: auto;
}

.radio-label input[type="radio"]:checked + .label-check:before {
	border-color: var(--green);
}

.radio-label .label-check.round:before {
	border: 1px solid #bfbfbf;
	border-radius: 40px;
}

.radio-label input[type="radio"]:checked + .label-check.round::after {
	width: 10px;
	height: 10px;
	background-color: var(--green);
	border-radius: 40px;
}

/* .radio-label input[type="radio"]:checked + .label-check.round {
	color: var(--green);
	font-weight: bold;
} */

/*checkbox*/
/* .check-list{
	display: flex !important;
	flex-wrap: wrap;
	gap: 15px 10px;
} */
.check-list li{
	width: 260px;
	float: left;
	padding: 0px 20px 15px 0;

}
/* .check-list li:not(:first-of-type){
	padding: 15px 0 0;
} */

input[type="checkbox"]{
	visibility: visible;
	transform: scale(1.4);
    vertical-align: middle;
    margin-right: 15px;
}
input[type="checkbox"]:checked{
	accent-color: var(--green);
}

input[type="checkbox"]:checked + label {
	color: var(--green);
}
/* .check-list label{
	display: flex;
    margin: 0 0 0 -25px;
}
.check-list .check-label{
	position: relative;
    display: block;
    padding-left: 30px;
    cursor: pointer;
    transition: .5s;
    line-height: 1.5;
}
.check-list .check-label::before{
	content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #0f0f0f;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
} */
/* .radio-lis input[type="checkbox"]:checked + .label-check.round{

} */
.note{
	width: 100%;
}
@media screen and (max-width: 768px){
	select#dayservice1-1,
	select#dayservice1-2,
	select#dayservice2-1,
	select#dayservice2-2{
		width: 40%;
	}
}
/* -----------------------------------------------------------
    button / submit
-------------------------------------------------------------- */

#form input[type="submit"],
#form input[type="button"] {
	display: block;
	font-family: 'Heebo', 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: 400;
	/*
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	*/
	letter-spacing: 0.05em;
	margin: 0 auto;
    transition: 0.5s;
	border: none;
    outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	color: #FFF;
	font-size: 1.8rem;
	font-size: 1.5rem;
	font-weight: bold;
	width: 400px;
	padding: 20px 0;
    border-radius: 35px;
	text-align: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
	background-color: #E94647;
}

#form input[type="submit"],
#form input[type="button"]{
	min-width: 300px;
}

.submit_btn {
    color: #fff !important;
	background: #EF5F5F;
}

.submit_org {
	background: #FF8C53;
}
input[type="submit"].submit_gray,
input[type="button"].submit_gray{
	color: #333 !important;
	width: 400px;
	background: #eee;
	padding: 18px 10px 22px 10px;
	text-align: center;
}
.submit_magenta {
	background: #3EC473;
}
.submit_green {
	background: #F45C18;
}

input[type="submit"]:hover,
input[type="button"]:hover{
	cursor: pointer;
	opacity: 0.8;
}

/*		送信ボタン		*/
.form_btn_area {
	padding: 0 0 0 0;
	text-align: center;
}
.form_btn_area .fl {
	float: left;
}
.form_btn_area .fr {
	float: right;
}

.form_btn_txt {
	margin: 0 0 40px;
	line-height: 1.8;
}

.error_message{
	text-align:center;
	padding:130px 0 40px;
	line-height:1.8;
}

/* -----------------------------------------------------------
    入力画面共通  /  table
-------------------------------------------------------------- */
.form_table {
	width: 100%;
	border-collapse: collapse;
	font-size: 1.7rem;
	font-size: 1.3rem;
	line-height: 1.8;
	border-top: 1px #DDD solid;
	margin: 50px 0;
}
.form_table th {
	padding: 30px 0 30px 65px;
	width: 350px;
    vertical-align: top;
	font-weight: 500;
	text-align: left;
	border-bottom: 1px #DDD solid;
	font-size: 1.5rem;
	font-size: 1.3rem;
}
.form_table td {
	padding: 30px 0 30px 50px;
	border-bottom: 1px #DDD solid;
}


.form_th_title {
	display: inline-block;
	padding: 5px 0 0;
    font-size: 1.7rem;
    font-size: 1.5rem;
    font-size: 1.3rem;
}

.form_th_title span{
	font-size: 1.2rem;
	color: #666;
}

.form_th_notes {
	float: right;
	display: inline-block;
	margin: 5px 0 0;
	padding: 3px 12px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #fff !important;
	background: #E94647;
}
.form_th_notes.est {
	float: none;
	padding: 6px 10px;
	margin: 0 0 0 10px;
	vertical-align: middle;
}
.form_th_notes.any {
	background: #1294D5;
}

.form_table input[type="text"],
.form_table input[type="password"],
.form_table input[type="tel"],
.form_table input[type="email"],
.form_table input[type="date"],
.form_table input[type="url"]{
	width: 70%;
	line-height: normal;
}

.form_table .calender{
	width: 200px;
}
.form_table .calender input[type="date"]{
	width: 100%;
}
.form_table input[type="number"] {
	width: 30%;
}

/*		お問い合わせ項目		*/
input[type="text"].category_other {
    margin: 0 0 0 15px;
}

/*		住所		*/
input[type="number"].input_zip {
    width: 30%;
    margin: 0 0 0 10px;
}

/*		誕生日		*/
input[type="tel"].birth {
    width: 20%;
    margin: 0 5px 0 0;
}


/*		お問い合わせ		*/
.radio_list {
}

.radio_list li {
	line-height: 2.4;
}
.radio_list li .s {
	font-size: 1.2rem;
}

/*		注釈		*/
.form_td_notes {
	display: inline-block;
	margin: 0 0 0 15px;
	font-size: 1.4rem;
}
.form_td_notes02 {
	margin: 15px 0;
	font-size: 1.4rem;
}
.form_td_notes03 {
	margin: 15px 0 0;
	font-size: 1.4rem;
}
.form_td_notes04 {
	margin: 7px 0 15px;
	font-size: 1.4rem;
}
.form_td_notes05 {
	margin: 0 0 15px;
	font-size: 1.4rem;
}

/* 施設ラジオボタン */
.radio-list{
	display: flex;
	flex-wrap: wrap;
	gap: 15px 30px;
}
.radio-list li{
	width: calc((100% - 60px) / 3);
	font-size: 1.6rem;
	font-size: 1.5rem;
	font-size: 1.3rem;
}
#form .btn_area .check_txt {
	margin: 0 0 15px;
}
#form .btn_area .check_txt a{
	border-bottom: solid 1px var(--black);
	padding: 0 0 2px;
	transition: .5s;
}
#form .btn_area .check_txt a:hover{
	color: #E94647;
	border-bottom: solid 1px #E94647;
	transition: .5s;
}

/* プライバシーポリシー */
#form #guide_box .privacy_box{
	overflow: auto;
    height: 200px;
    background: var(--white);
	border: solid 1px var(--gray);
    font-size: 13px;
    margin: 20px auto 30px auto;
    width: 800px;
    padding: 15px 35px 35px 35px;
	text-align: left;
}
#form #guide_box .privacy_box .title {
    font-size: 15px;
    margin: 25px 0 10px 0;
    line-height: 1.5;
	/* font-weight: bold; */
}
#form #guide_box .privacy_box .sub_title{
	font-size:14px;
	margin:25px 0 10px 0;
	line-height:1.5;
	color:#555;
}

#form #guide_box .privacy_box .txt{
	padding:10px 0 0 0;
}

#form #guide_box .privacy_box .num_list{
	list-style:decimal;
	padding:5px 0 0 0;
}

#form #guide_box .privacy_box .num_list li{
	margin:5px 0 0 25px;
	padding:0;
}


#form #guide_box .privacy_box .list{
	list-style:disc;
	padding:5px 0 0 0;
}

#form #guide_box .privacy_box .list li{
	margin:5px 0 0 25px;
}


.privacy-box {
    background: #fff;
    font-size: 1.5rem;
    line-height: 1.6;
    width: 1000px;
    height: 240px;
    overflow: auto;
    padding: 40px 50px;
    margin: 0 auto 50px;
    border: solid 1px #ebebeb;
}

@media screen and (max-width: 768px){
	.radio-list{
		gap: 10px;
	}
	.radio-list li{
		width: 100%;
	}
	#form #guide_box .privacy_box{
		display: none;
	}

	#form .btn_area{
		padding: 0 20px;
	}
}
/* -----------------------------------------------------------
    確認画面共通
-------------------------------------------------------------- */

.form_table.confirm {
}

.form_table.confirm th {
	width: 30%;
}

/*		写真添付		*/
.form_table .form_photo {
	margin: 10px 0 0;
}
.form_table .form_photo img {
	width: 300px;
}


/*	航空チケット発券サービス　*/
#airticket .contents.confirm{
}

.send_btn{
	display: flex;
	justify-content: center;
	width: 100%;
	gap: 50px;
	flex-wrap: wrap;
	}

/* -----------------------------------------------------------
    完了画面共通
-------------------------------------------------------------- */
.complete_box{
	padding: 100px 0 0;
}
.complete_box .thanks_title {
    font-weight: bold;
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.6;
}

.complete_box p {
	margin: 30px 0 15px;
	line-height: 2;
	text-align: center;
}

.complete_box .tac {
	margin: 60px 0 70px;
	text-align: center;
}

/*	航空チケット発券サービス　*/
#airticket .contents.complete{

}




/* -----------------------------------------------------------
    SP
-------------------------------------------------------------- */
@media screen and (max-width:768px){



	/* -----------------------------------------------------------
		input
	-------------------------------------------------------------- */
	 input[type="text"],  input[type="tel"],  input[type="password"],
	 input[type="email"],  input[type="number"], input[type="url"],
	 select,  textarea {
		padding: 15px;

		box-sizing: border-box;
		/* font-size: 1.6rem; */

		-webkit-appearance: none;
		border-radius: 0;
	}

	 input[type="text"],  input[type="email"],  input[type="number"],  input[type="tel"],  input[type="password"], input[type="url"], select,  textarea {
		width: 100%;
	}


	select{
		padding: 15px;
		background: #fff url(../img/icon_arrow_under.png) no-repeat 95% 50%;
		background-size: 18px auto
	}
	td.area select{
		width: 100%;
		padding: 15px;
		background: #fff url(../img/icon_arrow_under.png) no-repeat 95% 50%;
		background-size: 18px auto
	}

	input[type="radio"], input[type="checkbox"] {
	}


	/* -----------------------------------------------------------
		button / submit
	-------------------------------------------------------------- */

	 .btn {
	}

	 .btn.back_btn {
		top: 0;
	}

	 .btn.back_btn a {
		display: inline-block;
		width: auto;
		padding: 10px 5px 10px 20px;
		border: none;
		font-size: 1.6rem;
		text-align: left;
		background: #fff url(../img/icon_arrow03.png) no-repeat 0 50%;
		background-size: 11px 11px;
	}


	 .form_area input[type="submit"] {
		display: block;
		width: 100%;
		padding: 20px 10px;
		font-size: 1.80rem;
		-webkit-appearance: none;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;

		box-shadow: 2px 2px 3px #DDD;

	}


	#form input[type="submit"],
	#form input[type="button"]{
		min-width: inherit;
		width: 100%;
	}

	input[type="submit"].submit_gray,
	input[type="button"].submit_gray{
		width: 100%;
		font-size: 1.4rem;
		padding: 10px 10px;
	}

	.form_btn_txt {
		margin: 0 0 30px;
		line-height: 1.8;
		text-align: left;
		text-align: center;
	}

	.submit_gray {
		font-size: 1.4rem;
		box-shadow: 2px 2px 3px #DDD;
	}

	.form_btn_area .fl,
	.form_btn_area .fr{
		float: none;
	}

	.form_btn_area .fl{
		margin: 30px 0 0 0;
	}

	.form_btn_area {
		padding: 20px 20px 50px;
		padding: 0px 20px 50px;
	}

	.form_btn_area .chk_txt {
		font-size: 1.8rem;
	}
	.form_btn_area .muryo_txt {
		padding: 30px 0 0;
		text-align: center;
	}
	.form_btn_area .muryo_txt span {
		font-size: 1.4rem;
		margin-right: 5px;
		padding: 3px 8px;
	}

	.form_btn_area .security {
		padding: 40px 0 0 0;
	}
	.form_btn_area .security p {
		display: block;
		margin: 0 0 10px 0;
	}
	.form_btn_area .security img {
		width: 20px;
	}

	.error_message{
		text-align:left;
		padding:30px 0 20px;
	}


	/* -----------------------------------------------------------
		入力画面共通  /  table
	-------------------------------------------------------------- */

	.form_table {
		margin: 20px 0 0;
		width:100%;
		border-top: 1px none;
		border-bottom: none;
	}
	.form_table:nth-of-type(n+2){
		margin: 0;
	}

	.form_table tr {
		border: none;
	}

	.form_table th {
		display: block;
		width: auto;
		padding: 10px 20px;
		text-align: left;
		vertical-align: middle;
		font-weight: bold;
		background: #f0f0f0;
		border-bottom: none;
	}

	.form_table td {
		display: block;
		width: 100%;
		border-top: none;
		border-bottom: none;
		padding: 15px 20px 25px 20px;
		text-align: left;
		vertical-align: top;
	}
	.form_table td.pc_display{
		display: none;
	}

	.form_th_title span{
		color: #efefef;
	}
	.form_th_title {
		padding: 0;
	}

	.form_table th .form_th_notes {
		float: none;
		margin: -5px 0 0 10px;
		padding: 2px 10px;
		font-size: 1.2rem;
	}

	.form_table input[type="text"],
	.form_table input[type="password"],
	.form_table input[type="tel"],
	.form_table input[type="email"],
	.form_table input[type="date"],
    .form_table input[type="url"],
	.form_table select {
		width: 100%;
	}
	.form_table input[type="number"] {
		width: 100%;
	}

    /*		お問い合わせ項目		*/
    input[type="text"].category_other {
        margin: 5px 0 0;
    }

    /*		住所		*/
    input[type="number"].input_zip {
        width: 50%;
        margin: 0 10px;
    }

    /*		誕生日		*/
    input[type="tel"].birth {
        width: 22%;
        margin: 0 5px 0 0;
    }

	/*		お問い合わせ		*/
	.radio_list {
	}

	.radio_list li {
		line-height: 1.8;
	}

	.radio_list label {
		display: block;
		padding: 5px;
	}

	/*		注釈		*/
	.form_td_notes {
		display: inline-block;
		margin: 10px 0 0;
		font-size: 1.4rem;
	}
	.form_td_notes02 {
		margin: 10px 0;
		font-size: 1.4rem;
	}
	.form_td_notes03 {
		margin: 10px 0 0;
		font-size: 1.4rem;
	}
	.form_td_notes05 {
		margin: 0 0 10px;
	}



	/*		見積り合計費用		*/
	.form_table th.total {
		font-size: 1.8rem;
	}
	.form_table td.total {
	}
	.form_table td.total span {
	}
	.form_table td.total span.num {
		font-size: 2rem;
	}


	/* -----------------------------------------------------------
		確認画面共通
	-------------------------------------------------------------- */

	/*	航空チケット発券サービス　*/
	#airticket .contents.confirm{
		padding: 0 0 50px;
	}

	.send_btn{
    gap: 8px;
	}
	.send_btn p{
		width: 100%;
	}

	/* -----------------------------------------------------------
		完了画面共通
	-------------------------------------------------------------- */

	.form_area .complete_title {
		font-size: 2rem;
		padding: 10px 0 0;
	}

	.form_area .complete_txt {
		margin: 15px 0 20px;
		text-align: left;
	}

	.form_area .back-link {
		margin: 0;
	}

	/*	航空チケット発券サービス　*/
	#airticket .contents.complete{
		padding: 0 0 50px;
	}
	.complete_box{
		padding: 40px 20px 0;
	}
	.complete_box .thanks_title {
		font-size: 2rem;
		padding: 10px 0 0;
	}

	.complete_box p {
		margin: 15px 0 20px;
		text-align: left;
	}

	.complete_box .tac {
		margin: 0;
	}

}


/* -----------------------------------------------------------
	個別非表示対応
-------------------------------------------------------------- */
li.facility33,
li.facility35,
li.facility37,
li.facility38,
li.facility39,
li.facility40,
li.facility41,
li.facility42,
li.facility43,
li.facility44,
li.facility45,
li.facility46,
li.facility47{
	display: none;
}