@charset "utf-8";

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input,
textarea,
select,
option {
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #141414;
	text-decoration: none;
}

a:visited {
	color: #141414;
}

a:hover {
	color: #141414;
}

a:active {
	color: #141414;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1200px;
	color: #323232;
	font-size: 16px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	position: relative;
	text-align: left;
}

h1 {
	margin-left: -217px;
	width: 500px;
	position: absolute;
	left: 50%;
	top: 51px;
	font-size: 12px;
	z-index: 20;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

@media all and (min-width: 0) and (max-width: 767px) {
	body {
		min-width: inherit;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}

	h1 {
		display: none;
	}

	#container {
		padding-top: 122px;
	}

}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: relative;
}

#gHeader:before {
	position: absolute;
	top: 0;
	right: 50%;
	left: 0;
	bottom: 81px;
	background-color: #0D3A67;

	content: "";
}

#gHeader .hBox {
	width: 1200px;
	margin: 0 auto;
	background-color: #FFF;
	position: relative;
	z-index: 10;
}

#gHeader .lineBox {
	border-bottom: 1px solid #E6E6E6;
	box-sizing: border-box;
}

#gHeader .hBox .text a {
	float: left;
	color: #FFF;
	font-weight: bold;
	background-color: #0D3A67;
	box-sizing: border-box;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
	padding: 28px 46px 29px 0;
	display: block;
}

#gHeader .hBox .text span {
	margin-top: 2px;
	display: block;
	font-size: 23px;
}

#gHeader .hBox .tel {
	margin-top: 28px;
	float: right;
	font-size: 15px;
}

#gHeader .hBox .tel span {
	padding-left: 30px;
	display: block;
	font-size: 31px;
	font-weight: bold;
	background: url(../../img/common/icon01.png) no-repeat left 3px top 11px;
}

.menuBox {
	display: none;
}

@media all and (min-width: 768px) {
	.menuBox {
		display: none !important;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gHeader {
		width: 100%;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 100;
		background-color: #FFF;
	}

	#gHeader:before {
		position: absolute;
		top: 0;
		right: 50%;
		left: 0;
		bottom: 47px;
		background-color: #0D3A67;

		content: "";
	}

	#gHeader .hBox {
		width: auto;
		float: left;
	}

	#gHeader .lineBox {
		border-bottom: none;
	}

	#gHeader .hBox .text a {
		font-size: 11px;
		float: none;
		padding: 16px 23px 17px 19px;
	}

	#gHeader .hBox .text span {
		margin-top: 1px;
		font-size: 16px;
	}

	#gHeader .menu {
		padding: 27px 25px 0 0;
		float: right;
	}

	#gHeader .menu img {
		width: 33px;
	}

	#gHeader .spUl {
		clear: both;
		border-top: 1px solid #F2F2F2;
	}

	#gHeader .spUl li {
		width: 50%;
		float: left;
	}

	#gHeader .spUl li:first-child {
		border-right: 1px solid #F2F2F2;
		box-sizing: border-box;
	}

	#gHeader .spUl li a {
		padding: 10px 0;
		display: block;
		font-size: 16px;
		color: #003A6B;
		font-weight: bold;
		text-align: center;
	}

	#gHeader .spUl li a img {
		margin: -3px 6px 0 0;
		height: 14px;
		vertical-align: middle;
	}

	.menuBox {
		width: 100%;
		left: 0;
		top: 0;
		z-index: 100;
		background-color: #0D3A67;
		box-sizing: border-box;
		position: fixed;
		max-height: 100%;
		overflow-y: auto !important;
		-webkit-overflow-scrolling: touch;
	}

	.menuBox .inner {
		padding: 25px 23px;
	}

	.menuBox .close {
		margin: 0 6px 47px 0;
		text-align: right;
	}

	.menuBox .close img {
		width: 25px;
	}

	.menuBox .title {
		margin-bottom: 9px;
		font-size: 14px;
		color: #FFF;
		text-align: center;
	}

	.menuBox .listUl {
		margin-bottom: 47px;
	}

	.menuBox .listUl>li {
		padding-right: 5px;
		width: 50%;
		float: left;
		box-sizing: border-box;
	}

	.menuBox .listUl>li:nth-child(2) {
		padding: 0 0 0 5px;
		float: right;
		border-left: 1px solid #264F78;
	}

	.menuBox .linkList li a {
		padding: 15px 0 14px 15px;
		display: block;
		color: #FFF;
		font-size: 13px;
		border-top: 1px solid #264F78;
		box-sizing: border-box;
	}

	.menuBox .linkList li:last-child a {
		border-bottom: 1px solid #264F78;
	}

	.menuBox .listUl01>li {
		width: 100%;
		padding-right: 0;
	}

	.menuBox .banner {
		margin-bottom: 9px;
	}

	.menuBox .banner:last-child {
		margin-bottom: 0;
	}

	.menuBox .bannerUl li {
		margin-top: 9px;
	}

	.menuBox .bannerUl li img {
		width: 100%;
	}

}

@media all and (min-width: 320px) and (max-width: 350px) {
	.menuBox .linkList li a {
		padding: 15px 0 14px 1px;
	}
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	width: 1050px;
	margin: 0 auto;
	position: relative;
}

#gNavi ul li {
	width: 194px;
	float: left;
}

#gNavi ul li:first-child {
	width: 77px;
}

#gNavi ul li:first-child a {
	background: url(../../img/common/line03.gif) no-repeat left center, url(../../img/common/line03.gif) no-repeat right center;
}

#gNavi ul li a {
	position: relative;
	display: block;
	padding: 33px 0 32px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	box-sizing: border-box;
	background: url(../../img/common/line03.gif) no-repeat right center;
}

#gNavi ul li a:hover {
	color: #0E3969;
}

#gNavi ul li.current-item a {
	color: #0E3969;
}

#gNavi #slide-line {
	position: absolute;
	bottom: 0;
	height: 2px;
	background-color: #0E3969;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gNavi {
		display: none;
	}

}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
	width: 1038px;
	margin: 0 auto;
	text-align: right;
}

#pagePath li {
	display: inline;
	color: #FFF;
	font-size: 13px;
}

#pagePath li a {
	padding-right: 5px;
	color: #FFF;
	text-decoration: underline;
}

#pagePath li a:hover {
	text-decoration: none;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#pagePath {
		display: none;
	}

}

/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
	width: 712px;
	float: right;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#conts {
		width: auto;
		float: none;
	}

}

/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {
	width: 271px;
	margin-top: -112px;
	float: left;
}

#sideBar .textBox {
	margin-bottom: 22px;
	border: 1px solid #0D3A67;
}

#sideBar .textBox .title {
	padding: 20px 0 17px;
	font-size: 15px;
	color: #FFF;
	text-align: center;
	background-color: #0D3A67;
}

#sideBar .textBox ul {
	margin: 1px 22px 0 19px;
}

#sideBar .textBox ul li a {
	padding: 18px 15px 18px 0;
	display: block;
	color: #003A6B;
	font-size: 15px;
	font-weight: 500;
	border-bottom: 1px solid #E7EBEE;
	background: url(../../img/common/icon03.png) no-repeat right 3px center;
	background-size: 5px auto;
}

#sideBar .textBox ul li:last-child a {
	border-bottom: none;
}

#sideBar .textBox ul li a:hover {
	opacity: 0.7;
}

#sideBar .bannerList li {
	margin-top: 9px;
}

#sideBar .bannerList li img {
	max-width: 100%;
}

#sideBar .bannerList li a:hover img {
	opacity: 0.7;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#sideBar {
		display: none;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-top: 82px;
	color: #FFF;
	background-color: #0D3A67;
}

#gFooter .mainBox {
	margin: 0 auto !important;
	position: relative;
}

.pageTop {
	position: absolute;
	right: -75px;
	top: -134px;
}

.pageTop a:hover {
	opacity: 0.7;
}

#gFooter .fBox {
	margin-bottom: 80px;
}

#gFooter .fBox .text01 {
	width: 320px;
	margin-top: 22px;
	float: left;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
}

#gFooter .fBox .text01 a {
	color: #FFF;
	display: inline-block;
}

#gFooter .fBox .text01 span {
	margin-top: 2px;
	display: block;
	font-weight: bold;
	font-size: 23px;
}

#gFooter .fBox .text02 {
	width: 651px;
	float: right;
	font-size: 15px;
	line-height: 1.75;
}

#gFooter .fNavi .lBox {
	width: 485px;
	float: left;
}

#gFooter .fNavi {
	margin-bottom: 95px;
}

#gFooter .fNavi .rBox {
	width: 530px;
	float: right;
}

#gFooter .fNavi .title {
	padding-bottom: 14px;
	border-bottom: 1px solid #40688C;
}

#gFooter .fNavi .listUl>li {
	width: 200px;
	float: left;
}

#gFooter .fNavi .listUl>li:last-child {
	width: 250px;
	float: right;
}

#gFooter .fNavi .rBox .listUl>li {
	width: 251px;
}

#gFooter .fNavi .rBox .listUl>li:last-child {
	width: 270px;
}

#gFooter .fNavi .linkList {
	margin-top: 17px;
}

#gFooter .fNavi .linkList li {
	margin-top: 8px;
}

#gFooter .fNavi .linkList li a {
	color: #FFF;
	font-size: 13px;
}

#gFooter .fNavi .linkList li a:hover {
	text-decoration: underline;
}

#gFooter .copyright {
	padding: 20px 0;
	font-size: 13px;
	text-align: center;
	color: #323232;
	background-color: #FFF;
}

#gFooter .fNavi .linkList .liStyle {
	letter-spacing: -0.7px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gFooter {
		padding-top: 21px;
	}

	.pageTop {
		right: 14px;
		top: -50px;
	}

	.pageTop img {
		width: 30px;
	}

	#gFooter .fBox {
		margin-bottom: 21px;
	}

	#gFooter .fBox .text01 {
		width: auto;
		margin: 0 0 13px;
		float: none;
		font-size: 11px;
		text-align: center;
	}

	#gFooter .fBox .text01 span {
		margin-top: 1px;
		font-size: 16px;
	}

	#gFooter .fBox .text02 {
		width: auto;
		float: none;
		text-align: center;
		font-size: 12px;
		line-height: 1.7;
	}

	#gFooter .fBox .text02 a {
		width: 225px;
		margin: 8px auto;
		padding: 8px 0 5px;
		font-size: 13px;
		color: #003A6B;
		font-weight: 500;
		background: #FFF url(../../img/common/icon03.png) no-repeat right 11px center;
		background-size: 4px auto;
	}

	#gFooter .fNavi {
		display: none;
	}

	#gFooter .copyright {
		padding: 10px 0;
		font-size: 10px;
	}

}

@media all and (-ms-high-contrast:none) {
	#gNavi ul li a {
		padding: 35px 0 29px;
	}

	#gHeader .hBox .text a {
		padding: 33px 46px 24px 0;
	}

	#sideBar .textBox .title {
		padding: 22px 0 15px;
	}

	#sideBar .textBox ul li a {
		padding: 21px 15px 15px 0;
	}

	#gFooter .copyright {
		padding: 23px 0 17px;
	}
}

/*================================
-230905 無料相談Web予約
=================================*/

.contact_txt01+.contact_txt01 {
	margin-top: 45px;
}

@media all and (max-width: 896px) {
	.contact_txt01+.contact_txt01 {
		margin-top: 60px;
	}
}


#contact .contact_wrap {
	width: 100%;
	margin: 69px auto 0;
}

#contact .contact_wrap dl {
	border-bottom: solid 1px #ededed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	padding: 21px 0;
	position: relative;
}

#contact .contact_wrap dl:first-child {
	border-top: solid 1px #ededed;
}

#contact .contact_wrap dt {
	font-size: 15px;
	width: 30%;
	color: #353535;
	font-weight: bold;
}

#contact .contact_wrap dd {
	font-size: 15px;
	width: 70%;
}

#contact .contact_wrap dd a {
	color: #003a6b;
	text-decoration: underline;
	padding-left: 28px;
}

#contact .contact_wrap .contact_form__txt,
#contact .contact_wrap .contact_note {
	padding-left: 28px;
}

@media all and (min-width: 897px) {
#contact .contact_wrap .contact_form__txt,
#contact .contact_wrap .contact_note {
		position: absolute;
		left: 490px;
		top: 26px;
	}
}

#contact .contact_wrap dd input,
#contact .contact_wrap dd textarea,
#contact .contact_wrap dd select {
	border: 1px solid #ccc;
	padding: 2px 8px;
	font-size: 15px;
}

#contact .contact_wrap dd input[type=text],
#contact .contact_wrap dd input[type=email] {
	width: 53.14%;
}

#contact .contact_wrap dd input[type=text].input_small {
	width: 20.86%;
}

#contact .contact_wrap dd input[type=text].input_tel,
#contact .contact_wrap dd input[type=email].input_tel {
	width: 53.14%;
}

@media all and (max-width: 896px) {
	#contact .contact_wrap dd input[type=text].input_tel,
	#contact .contact_wrap dd input[type=email].input_tel {
	width: 100%;
}
}

#contact .contact_wrap dd textarea {
	width: 100%;
	height: 222px;
	padding: 8px 8px;
}

#contact .contact_wrap button[type=submit] {
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: #003a6b;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	line-height: 42px;
	height: 42px;

	width: 100%;
    height: 100%;
    font-weight: bold;
    border: none;
}

#contact .p-sub-privacy-wrap {
	overflow: auto;
	max-height: 160px;
	padding: 16px 60px 16px 27px;
	margin-bottom: 22px;
	border: 1px solid #ccc;
	text-align: justify;
}

#contact .p-sub-privacy-wrap p {
	font-size: 15px;
}

#contact .p-sub-privacy-check label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 15px;
}

#contact .p-sub-privacy-check label span {
	padding-left: 6px;
}

#contact .form_btn_wrap {
	display: flex;
	justify-content: center;
	max-width: 500px;
	margin: 80px auto 0;
}

#contact .form_btn_wrap .btn_return input,
#contact .form_btn_wrap .btn_submit input {
	width: 100%;
	min-width: 200px;
	height: 42px;
	line-height: 42px;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	border: none;
	opacity: 1;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

#contact .form_btn_wrap .btn_return input:hover,
#contact .form_btn_wrap .btn_submit input:hover {
	cursor: pointer;
	opacity: 0.8;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

#contact .form_btn_wrap .btn_return {
	position: relative;
}

#contact .form_btn_wrap .btn_return:after {
	position: absolute;
	top: 40%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 17px;
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px solid #444444;
	border-left: 1px solid #444444;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.btn_return {
	margin-right: 16px;
}


#contact .form_btn_wrap .btn_return input {
	color: #4D4D4D;
	background: #EBEBEB;
}

#contact .form_btn_wrap .btn_submit {
	position: relative;
}

#contact .form_btn_wrap .btn_submit:after {
	position: absolute;
	top: 40%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 21px;
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	border-radius: 1px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#contact .form_btn_wrap .btn_submit input {
	color: #ffffff;
	background: #003a6b;
}

.contact_txt02 {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 25px;
}

.contact_txt03 {
	color: #003a6b;
}

.contact_thanks__wrap {
	margin-top: 37px;
	border-top: 1px solid #D0D0D0;
	padding-top: 15px;
	margin-bottom: 60px;
}

.pc_error_txt .mw_wp_form .error {
	display: inline-block;
	padding-left: 8px;
}


@media all and (max-width: 896px) {
	#contact .contact_wrap * {
		box-sizing: border-box;
	}

	#contact .contact_wrap dl {
		border-bottom: solid 1px #EBEBEB;
		display: block;
		padding: 26px 0 22px;
		position: relative;
	}

	#contact .contact_wrap dl:first-child {
		border-top: solid 1px #EBEBEB;
	}

	#contact .contact_wrap dl:not(:last-child) {
		margin-bottom: 0;
	}

	#contact .contact_wrap .contact_form__txt,
	#contact .contact_wrap .contact_note {
		padding-left: 3.5%;
	}

	#contact .contact_wrap dt {
		font-size: 15px;
		margin-bottom: 8px;
		width: 100%;
		font-weight: bold;
	}

	#contact .contact_wrap dd {
		font-size: 15px;
		width: 100%;
	}

	#contact .contact_wrap dd a {
		font-size: 13px;
		padding-left: 3.5%;
	}

	#contact .contact_wrap dd input,
	#contact .contact_wrap dd textarea,
	#contact .contact_wrap dd select {
		border: none;
		padding: 2px 8px;
		border: 1px solid #ccc;
		font-size: 15px;
	}

	#contact .contact_wrap dd input[type=text],
	#contact .contact_wrap dd input[type=email] {
		width: 100%;
	}

	#contact .contact_wrap dd input[type=text].input_small {
		width: 33.24%;
	}

	#contact .contact_wrap dd input[type=text].input_age,
	#contact .contact_wrap dd input[type=email].input_age {
		width: 33.24%;
	}

	#contact .contact_wrap dd textarea {
		width: 100%;
		height: 152px;
	}

	#contact .contact_wrap button[type=submit] {
		display: block;
		width: 100%;
		margin: 5px auto 0;
		text-align: center;
		background: #333333;
		border-radius: 4px;
		color: #ffffff;
		font-size: 2rem;
		font-weight: bold;
		height: 64px;
		line-height: 64px;
	}

	#contact .contact_note {
		padding-left: 21px;
		font-size: 13px;
		position: absolute;
		z-index: 1;
		right: 0;
		top: 26px;
	}

	#contact .p-sub-privacy-wrap {
		background: rgba(242, 242, 242, 0.2);
		border: 1px solid #ccc;
		overflow: auto;
		max-height: 160px;
		padding: 16px 20px 10px 16px;
		margin-bottom: 20px;
	}

	#contact .p-sub-privacy-wrap p {
		font-size: 13px;
	}

	#contact .p-sub-privacy-check label {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 15px;
	}

	#contact .mw_wp_form .error {
		padding-top: 4px;
	}

	#contact .p-sub-privacy-check label span {
		padding-left: 6px;
	}

	#contact .form_btn_wrap {
		margin-top: 56px;
	}

	#contact .form_btn_wrap li {
		margin: 0 auto;
	}

	#contact .form_btn_wrap li:not(:last-child) {
		margin-bottom: 24px;
	}

	#contact .form_btn_wrap .btn_return,
	#contact .form_btn_wrap .btn_submit {
		width: 43%;
	}

	#contact .form_btn_wrap .btn_return input,
	#contact .form_btn_wrap .btn_submit input {
		width: 100%;
		min-width: initial;
		height: 42px;
		line-height: 42px;
		font-size: 15px;
		text-align: center;
		border: none;
		opacity: 1;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}

	#contact .form_btn_wrap .btn_return input:hover,
	#contact .form_btn_wrap .btn_submit input:hover {
		cursor: pointer;
		opacity: 0.8;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}

	#contact .form_btn_wrap .btn_return {
		position: relative;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	#contact .form_btn_wrap .btn_return:after {
		position: absolute;
		top: 40%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 17px;
		display: block;
		content: "";
		width: 8px;
		height: 8px;
		border-top: 1px solid #444444;
		border-left: 1px solid #444444;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	#contact .form_btn_wrap .btn_return input {
		color: #4D4D4D;
		background: #EBEBEB;
	}

	#contact .form_btn_wrap .btn_submit {
		position: relative;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	#contact .form_btn_wrap .btn_submit:after {
		position: absolute;
		top: 50%;
		right: 16px;
		display: block;
		content: "";
		width: 8px;
		height: 8px;
		border-top: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
		transform: rotate(45deg) translateY(-50%);
	}

	#contact .form_btn_wrap .btn_submit input {
		color: #ffffff;
		background: #003a6b;
		font-size: 13px;
	}
}

.p-reservation-table__flex,
.p-reservation-table__flex02 {
	display: flex;
}

.p-reservation-table__flex {
	margin-bottom: 24px;
}

.p-reservation-table__flex > li:first-child,
.p-reservation-table__flex02 > li:first-child {
	width: 53.14%;
	margin-right: 8px;
}

.p-reservation-table__flex > li:first-child > input,
.p-reservation-table__flex02 > li:first-child > input {
	width: 100% !important;
}

@media all and (max-width: 896px) {
	.p-reservation-table__flex > li:first-child,
	.p-reservation-table__flex02 > li:first-child {
		width: 54%;
	}
}

.p-reservation-table__flex > li:last-child,
.p-reservation-table__flex02 > li:last-child {
	width: calc(42% - 8px);
}

@media all and (max-width: 896px) {
	.p-reservation-table__flex > li:last-child,
	.p-reservation-table__flex02 > li:last-child {
	width: calc(46% - 8px);
}
}

.p-reservation-table__flex > li:last-child > select,
.p-reservation-table__flex02 > li:last-child > select {
	height: 29px;
}

@media all and (max-width: 896px) {
	.p-reservation-table__flex > li:last-child > select,
	.p-reservation-table__flex02 > li:last-child > select {
		width: 100%;
		height: 28px;
		font-size: 13px;
	}
}

.p-reservation-table__text {
	font-size: 15px;
	margin-bottom: 16px;
}

.p-reservation-table__text > span,
.p-reservation-table-att {
	color: #ff0000;
}

.p-reservation-table-att {
	margin-left: 4px;
	display: inline-block;
}

.p-reservation-table-att02 {
	position: relative;
	padding-left: 16px;
	text-align: justify;
}

@media all and (max-width: 896px) {
	.p-reservation-table-att02 {
		font-size: 13px;
	}
}

.p-reservation-table-att02::before {
	position: absolute;
	content: "※";
	top: 0;
	left: 0;
}

@media all and (max-width: 896px) {
	.p-reservation-table__text {
		font-size: 13px;
	}
}

.p-reservation-table__title {
	margin-bottom: 4px;
	font-weight: bold;
}

.p-reservation-table__title02 {
	position: absolute;
	top: 21px;
}

@media all and (max-width: 896px) {
	.p-reservation-table__title02 {
		position: initial;
		top: initial;
	}
}

.page-contact #contact .form_btn_wrap .btn_return::after {
	display: none;
}

.page-confirm #contact .contact_note,
.page-confirm #contact .p-sub-privacy-wrap {
	display: none;
}

.page-inquiry #conts,
.page-confirm #conts,
.page-thanks #conts {
	padding: 0;
}

.p-reservation-guidanceBox {
	margin-bottom: 56px;
    padding-top: 48px;
    border-top: 1px solid #ccc;
	font-size: 15px;
}

@media all and (max-width: 896px) {
	.p-reservation-guidanceBox {
		font-size: 13px;
	}
}

.p-reservation-thanks-button a {
	position: relative;
	display: block;
	width: 100%;
    max-width: 200px;
	margin: 0 auto;
	text-align: center;
	background: #003a6b;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	line-height: 42px;
	height: 42px;
	width: 100%;
    height: 100%;
    font-weight: bold;
    border: none;
}

.p-reservation-thanks-button a:after {
	position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 21px;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    border-radius: 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media all and (max-width: 896px) {
	.p-reservation-thanks-button a {
		color: #ffffff;
		background: #003a6b;
		font-size: 13px;
	}

	.p-reservation-thanks-button a:after {
		position: absolute;
		top: 50%;
		right: 16px;
		display: block;
		content: "";
		width: 8px;
		height: 8px;
		border-top: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
		transform: rotate(45deg) translateY(-50%);
	}
}

.mb16 {
	margin-bottom: 16px;
}

.mt16 {
	margin-top: 16px;
}

.mb40 {
	margin-top: 40px;
}
