@charset "UTF-8";
html {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 62.5%;
}

body {
	-webkit-text-size-adjust: 100%;
	font-size: 1.6rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6, li, p, span, small, select, label, input, textarea {
	color: #333;
}

a {
	text-decoration: none;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

@media screen and (max-width: 768px) {
	.spNewLine {
		display: block;
	}
}

/* 中央寄せ */
.contentsCenter,
.contentCenter {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	padding: 0 50px;
}
.contentCenter {
	max-width: 1100px;
}
@media screen and (max-width: 768px) {
	.contentsCenter,
	.contentCenter {
		padding: 0 25px;
	}
}

/* IMG */
.BnrBodyCenterimg {
}
@media screen and (max-width: 768px) {
	.BnrBodyCenterimg {
		width: 100%;
	}
}

/* button */
.formButton {
	display: inline-block;
	width: 100%;
	padding: 15px 10px;
	background-color: #003365;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
}

.formButton.commonBtn {
	max-width: 350px;
}

.formButton.headerBtn {
	max-width: 230px;
	padding: 12px 10px;
	font-size: 1.5rem;
}

.formButton.smallBtn {
	 max-width: 260px;
}

.formButton.bgGray { 
	margin-right: 60px;
	background-color: #999;
}

.formButton__icon {
	position: relative;
	padding-left: 20px;
	color: #fff;
}

.formButton__icon::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%) rotate(-135deg);
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

.formButton__icon.nextIcon {
	padding-right: 20px;
}

.formButton__icon.nextIcon::before {
	left: auto;
	right: 0;
	transform: translateY(-50%) rotate(45deg);
}

.buttonWrap {
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 768px) {
	.formButton.commonBtn {
		max-width: 300px;
	}

	.formButton.headerBtn {
		display: none;
	}

	.formButton.bgGray { 
		margin-right: 30px;
	}

	.buttonWrap {
		margin: 0 10px;
		text-align: center;
	}
}

/* header */
.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
}

.header__logo {
	line-height: 1;
}

.header__logoImg {
	width: 100%;
}

@media screen and (max-width: 768px) {
	.header {
		justify-content: center;
		height: 60px;
	}

	.header__logoImg {
		max-width: 275px;
	}
}

/* footer */
.footer {
	position: relative;
	margin-top: 150px;
	padding: 40px 0 35px;
	background-color: #f0f0f0;
}

.footer__top {
	position: relative;
}

.footer__topImg {
	position: absolute;
	top: 0;
	left: 0;
}

.footer__topText {
	padding: 0 120px;
	font-size: 1.4rem;
	text-align: center;
}

.footer__btmImg {
	display: block;
	max-width: 100%;
	margin: 30px auto 15px;
}

.copyright {
	display: block;
	font-size: 1.4rem;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.footer {
		margin-top: 75px;
		padding: 35px 0 30px;
	}

	.footer__top {
		display: flex;
		align-items: center;
    justify-content: center;
	}

	.footer__topImg {
		position: static;
		width: 52.5px;
	}

	.footer__topText {
		margin-left: 20px;
		padding: 0;
		font-size: 1.2rem;
		text-align: left;
	}

	.footer__btmImg {
		margin: 40px auto 10px;
	}
	
	.copyright {
		font-size: 1rem;
	}
}

/* pagetop */
.pagetop {
	position: fixed;
	right: 50px;
	bottom: 30px;
	height: 60px;
	z-index: 500;
}

.pagetop__button {
	width: 60px;
	height: 60px;
	background-color: #fff;
	border: 1px solid #003365;
}

.pagetop::before {
	content: '';
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	width: 21px;
	height: 21px;
	border-top: 1px solid #003365;
	border-right: 1px solid #003365;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	.pagetop {
		position: fixed;
		right: 15px;
		bottom: 10px;
		height: 50px;
	}
	
	.pagetop__button {
		width: 50px;
		height: 50px;
	}
	
	.pagetop::before {
		width: 15px;
		height: 15px;
	}
}

/* main */
.main__formTitle {
	margin-bottom: 60px;
	padding: 45px 50px;
	background-color: #003365;
	color: #fff;
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
}

.main__formTitle > span {
	color: #fff;
}

.main__textThanks {
	margin: 120px 0 100px;
	text-align: center;
}

.main__textHead {
	margin-bottom: 60px;
	text-align: center;
}

.main__textQuestion {
	display: flex;
	align-items: center;
	max-width: 1000px;
	min-height: 50px;
	margin: 0 auto 30px;
	padding: 15px 20px;
	background-color: #b7a264;
	color: #fff;
	font-weight: bold;
}

.main__textQuestion.mt20 {
	margin-top: 20px;
}

.main__textRequired {
	margin-top: 60px;
	font-weight: bold;
}

.main__textRequiredIcon {
	color: #cc0000;
}

.main__textCheck {
	margin-top: 100px;
	margin-bottom: 40px;
	text-align: center;
	font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
	.main__formTitle {
		margin-bottom: 40px;
		padding: 25px 15px;
		font-size: 2rem;
	}

	.main__textThanks {
		margin: 60px 0 40px;
		font-size: 1.2rem;
	}

	.main__textHead {
		margin-bottom: 30px;
		font-size: 1.2rem;
	}

	.main__textQuestion {
		font-size: 1.4rem;
	}

	.main__textRequired {
		margin-top: 30px;
		font-size: 1.4rem;
	}

	.main__textCheck {
		margin-top: 60px;
		margin-bottom: 20px;
		font-size: 1.2rem;
	}
}

/* caption */
.caption {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
	padding: 25px 100px 25px 50px;
	background-color: #bfac73;
	font-weight: bold;
	text-align: left;
}

.caption__num {
	margin-right: 60px;
	color: #fff;
	font-size: 3.6rem;
	line-height: 1;
}

.caption__subText {
	color: #8c1313;
	font-weight: normal;
}

@media screen and (max-width: 768px) {
	.caption {
		align-items: unset;
		margin-bottom: 30px;
		padding: 20px 12.5px 20px 15px;
	}

	.caption__num {
		margin-right: 25px;
		font-size: 3rem;
	}

	.caption__text {
		font-size: 1.4rem;
	}
}

/* stepNav */
.stepNav {
	display: flex;
	align-items: center;
	height: 80px;
	background-image: url('../img/4step_current1.svg');
	background-size: 100% 80px;
	background-repeat: no-repeat;
}
.stepNav.current2 { background-image: url('../img/4step_current2.svg'); }
.stepNav.current3 { background-image: url('../img/4step_current3.svg'); }
.stepNav.current4 { background-image: url('../img/4step_current4.svg'); }
.stepNav.step3.current1 { background-image: url('../img/3step_current1.svg'); }
.stepNav.step3.current2 { background-image: url('../img/3step_current2.svg'); }
.stepNav.step3.current3 { background-image: url('../img/3step_current3.svg'); }

.stepNav__item {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 25%;
	height: 100%;
	padding: 0 5px;
	font-size: 1.8rem;
}

.step3 .stepNav__item {
	width: calc(100% / 3);
}

.stepNav__num {
	margin-right: 20px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #b7a264;
}

@media screen and (max-width: 1080px) {
	.stepNav__item {
		font-size: 1.67vw;
	}

	.stepNav__num {
		margin-right: 1vw;
		font-size: 2.23vw;
	}
}

@media screen and (max-width: 768px) {
	.stepNav {
		height: 65px;
		text-align: center;
		background-image: url('../img/4step_current1_sp.svg');
		background-size: 100% 65px;
	}
	.stepNav.current2 { background-image: url('../img/4step_current2_sp.svg'); }
	.stepNav.current3 { background-image: url('../img/4step_current3_sp.svg'); }
	.stepNav.current4 { background-image: url('../img/4step_current4_sp.svg'); }

	.stepNav.step3.current1 { background-image: url('../img/3step_current1_sp.svg'); }
	.stepNav.step3.current2 { background-image: url('../img/3step_current2_sp.svg'); }
	.stepNav.step3.current3 { background-image: url('../img/3step_current3_sp.svg'); }

	.stepNav__item {
		display: block;
		width: 28%;
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 1.2rem;
	}

	.stepNav__item:first-child {
		padding-right: 2vw;
		padding-left: 2vw;
	}

	.stepNav__item:nth-child(2) {
		padding: 10px 1px 10px 2px
	}

	.stepNav__item:nth-child(3) {
		padding-right: 5vw;
	}

	.stepNav__item:last-child {
		width: 16%;
		padding-right: 5vw;
	}

	.stepNav__num {
		display: block;
		margin-bottom: 1px;
		margin-right: 0;
		font-size: 1.2rem;
		line-height: 1;
	}

	.stepNav__text {
		display: flex;
    align-items: center;
		justify-content: center;
		flex-direction: column;
    height: 33px;
		line-height: 1.4;
	}

	.step3 .stepNav__item {
		width: calc(100% / 3);
		padding-right: 3vw;
		padding-left: 3vw;
	}
	
	.step3 .stepNav__item:first-child,
	.step3 .stepNav__item:last-child {
		padding-right: 2vw;
		padding-left: 2vw;
	}
}

/* form */
.form {
	margin: 60px auto 100px;
}

.form.mt30 {
	margin-top: 30px;
}

.form__flex {
	display: flex;
	align-items: center;
}

.form .tableMb {
	margin-bottom: 100px;
}

table {
	width: 100%;
	border-bottom: 1px solid #dcdcdc;
}

@media screen and (max-width: 768px) {
	.form {
		margin: 30px auto 60px;
	}

	.form .tableMb {
		margin-bottom: 50px;
	}
}

/* form inputbox */
.form a {
	color: #024280;
	text-decoration: underline;
}

.form label {
	font-size: 1.4rem;
}

.form select::-ms-expand { 
	display: none;
}

.form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 30px;
	padding: 2px 10px 0;
	border: 2px solid #ccc;
	background-image: url('../img/arrow_select.svg');
	background-repeat: no-repeat;
	background-size: 26px;
	background-position: right 4px center;
	background-color: #fff;
	font-size: 1.6rem;
}

.form textarea {
	width: 100%;
	height: 200px;
	padding: 10px;
	border: 2px solid #ccc;
	font-size: 1.6rem;
	line-height: 1.5;
	overflow: auto;
}

.form input[type="text"],
.form input[type="tel"] {
	width: 100%;
	height: 30px;
	padding: 2px 10px 0 10px;
	border: 2px solid #ccc;
	font-size: 1.6rem;
}

.form .columnRadio {
	display: inline-block;
	margin-right: 20px;
	padding: 5px 0 5px 28px;
}

.form input[type="radio"] {
  display: none;
}

.form input[type="radio"] + label {
	position:relative;
	padding-left: 28px;
	cursor: pointer;
}

.form input[type="radio"] + label::before {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-55%);
  width: 14px;
  height: 14px;
	background-color: #fff;
	border: 2px solid #ccc;
  border-radius: 50%;
}

.form input[type="radio"]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	left: 5px;
  transform: translateY(-60%);
  width: 8px;
  height: 8px;
  background:#003365;
  border-radius: 50%;
}
.form .singleRadio input[type="radio"] + label { padding-left: 14px; }
.form .wrapBackRadio { padding-left: 28px; }
.form .wrapBackRadio input[type="radio"] + label { padding-left: 0; }
.form .wrapBackRadio input[type="radio"] + label::before { left: -28px; }
.form .wrapBackRadio input[type="radio"]:checked + label::after { left: -23px; }

.form input[type="checkbox"] {
  display: none;

}

.form .columnCheckbox {
	display: inline-block;
	margin-right: 20px;
	padding: 5px 0 5px 28px;
}

.form input[type="checkbox"] + span {
	position:relative;
  padding-left: 25px;
	margin-right: 20px;
	cursor: pointer;
}

.form input[type="checkbox"] + span::before {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	transform: translateY(-54%);
  left: 0;
  width: 16px;
  height: 16px;
	border: 2px solid #ccc;
	background-color: #fff;
}

.form input[type="checkbox"]:checked + span::after{
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	left: 7px;
	transform: translateY(-60%) rotate(40deg);
	width: 3px;
	height: 8px;
  border-bottom: 3px solid #003365;
  border-right: 3px solid #003365;
}

.form .singleCheck input[type="checkbox"] + span::before { left: 15px; }
.form .singleCheck input[type="checkbox"]:checked + span::after{ left: 22px; }
.form .wrapBackCheck { padding-left: 30px; }
.form .wrapBackCheck input[type="checkbox"] + span { padding-left: 0; }
.form .wrapBackCheck input[type="checkbox"] + span::before { left: -30px; }
.form .wrapBackCheck input[type="checkbox"]:checked + span::after { left: -23px; }

@media screen and (max-width: 768px) {
	.form label {
		font-size: 1.2rem;
	}

	.form textarea {
		height: 175px;
		/* font-size: 1.2rem; */
	}

	.form select,
	.form input[type="text"],
	.form input[type="tel"] {
		height: 40px;
		/* font-size: 1.2rem; */
	}
}

/* tablepattern1 */
.tblPt1__item {
	width: 44%;
	border-top: 1px solid #dcdcdc;
	vertical-align: middle;
	color: #003365;
	font-weight: bold;
}

.tblPt1__itemInner {
	position: relative;
	padding: 20px 120px 20px 30px;
}

.tblPt1__required {
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	font-size: 1.4rem;
	color: #cc0000;
	font-weight: normal;
}

.tblPt1__input {
	width: 56%;
	padding: 20px 30px;
	background-color: #f0f0f0;
	border-top: 1px solid #dcdcdc;
	font-size: 1.4rem;
	vertical-align: middle;
}

.tblPt1__input p,
.tblPt1__input span {
	font-size: 1.4rem;
}

.tblPt1__unitInput {
	max-width: 80px;
	margin-right: 10px;
}

.tblPt1__subText {
	font-size: 1.4rem;
	font-weight: normal;
}

.tblPt1__other {
	margin-top: 5px;
}

.tblPt1__otherInput {
	max-width: 220px;
	margin-left: 10px;
}

@media screen and (max-width: 768px) {
	.tblPt1__item {
		display: block;
		width: 100%;
		font-size: 1.4rem;
	}

	.tblPt1__itemInner {
		padding: 20px 65px 20px 15px;
	}

	.tblPt1__input {
		display: block;
		margin-bottom: 20px;
		padding: 20px 15px;
		width: 100%;
		border: none;
	}

	.tblPt1__input p,
	.tblPt1__input span {
		font-size: 1.2rem;
	}

	.tblPt1__required {
		right: 15px;
		font-size: 1.4rem;
	}

	.tblPt1__unitInput {
		max-width: 100px;
	}

	.tblPt1__subText {
		font-size: 1.2rem;
	}

	.tblPt1__otherInput {
		max-width: 150px;
	}
}

/* tablepattern2 */
.tblPt2__headItem {
	width: 50%;
	padding: 13px 30px;
	color: #003365;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}

.tblPt2__headInput {
	width: 10%;
	padding: 13px 0;
	color: #003365;
	font-weight: bold;
	vertical-align: middle;
}

.tblPt2__headInput:nth-of-type(2n) {
	background-color: #f0f0f0;
}

.ptn2 .tblPt2__headInput {
	width: 12.5%;
}

.tblPt2__item {
	position: relative;
	padding: 12px 20px 12px 60px;
	border-top: 1px solid #dcdcdc;
}

.ptn2 .tblPt2__item {
	padding-left: 30px;
}

.tblPt2__item.digits2 {
	padding-left: 75px;
}

.tblPt2__itemNum {
	position: absolute;
	top: 12px;
	left: 30px;
}

.tblPt2__input {
	vertical-align: middle;
	text-align: center;
	border-top: 1px solid #dcdcdc;
}

.tblPt2__input:nth-of-type(2n) {
	background-color: #f0f0f0;
}

@media screen and (max-width: 768px) {
	.tblPt2__headItem {
		width: 35%;
		padding: 13px 15px 13px 0;
		font-size: 1.4rem;
	}

	.tblPt2__headInput {
		width: 13%;
		padding: 13px 5px;
		font-size: 1.2rem;
	}

	.tblPt2__item {
		padding: 12px 15px 12px 25px;
		font-size: 1.4rem;
	}

	.ptn2 .tblPt2__item {
		padding-left: 0px;
	}

	.tblPt2__item.digits2 {
		padding-left: 40px;
	}

	.tblPt2__itemNum {
		left: 0;
	}
}

/* tablepattern3 */
.tblPt3__top {
	display: flex;
	border-top: 1px solid #dcdcdc;
	padding: 20px 0;
}

.tblPt3__topText {
	width: 12.5%;
	padding: 0 3.9vw;
	color: #003365;
	font-weight: bold;
	-webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	text-align: center;
	letter-spacing: 6px;
}

.tblPt3__topArrow {
	position: relative;
	width: 75%;
}

.tblPt3__topArrowImg {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
}

.tblPt3__topArrowImgSp {
	display: none;
}

.tblPt3__btmItem {
	height: 50px;
	vertical-align: middle;
	text-align: center;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	width: calc(100% / 11);
}

.tblPt3__btmInput {
	width: calc(100% / 11);
	height: 50px;
	vertical-align: middle;
	text-align: center;
	border-right: 1px solid #dcdcdc;
}

.tblPt3__btmItem:nth-of-type(2n - 1),
.tblPt3__btmInput:nth-of-type(2n - 1) {
	background-color: #f0f0f0;
}

.tblPt3__btmItem:last-child,
.tblPt3__btmInput:last-child {
	border-right: none;
}

.tblPt3__btmHead,
.tblPt3__btmFoot {
	table-layout: fixed;
}

@media screen and (max-width: 768px) {
	.tblPt3 {
		display: flex;
	}

	.tblPt3__top {
		flex-wrap: wrap;
		width: calc(39% - 20px);
		margin-right: 20px;
		padding: 0;
		border-top: none;
	}

	.tblPt3__topText {
		width: 100%;
		height: 50px;
		padding: 0;
		letter-spacing: 1px;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		-o-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		font-size: 1.4rem;
	}

	.tblPt3__topText:nth-of-type(2) {
		padding-top: 35px;
	}

	.tblPt3__topArrow {
		width: 100%;
	}

	.tblPt3__topArrowImg {
		display: none;
	}

	.tblPt3__topArrowImgSp {
		display: block;
		height: 450px;
		margin: 0 auto;
	}

	.tblPt3__btmHead {
		width: 15%;
	}

	.tblPt3__btmFoot {
		width: 46%;
	}

	.tblPt3__btmItem {
		display: block;
		width: 100%;
		padding-top: 16.5px;
		border-right: none;
		font-size: 1.2rem;
	}
	
	.tblPt3__btmInput {
		display: block;
		width: 100%;
		padding-top: 13px;
		border-right: none;
		border-top: 1px solid #dcdcdc;
	}
}

/* tablepattern3 */
.tblPt4 {
	display: flex;
}

.tblPt4__left,
.tblPt4__right {
	width: 50%;
}

.tblPt4__text {
	width: 65%;
	height: 75px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	vertical-align: middle;
	padding-left: 1.5vw;
	font-size: 1.4rem;
}

.tblPt4__item {
	width: 20%;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	vertical-align: middle;
	font-size: 1.4rem;
	padding-left: 1.5vw;
}

.tblPt4__input {
	width: 15%;
	border-top: 1px solid #dcdcdc;
	vertical-align: middle;
	text-align: center;
}

.tblPt4__left .tblPt4__input {
	border-right: 1px solid #dcdcdc;
}

.tblPt4__input label {
	display: block;
}

@media screen and (max-width: 768px) {
	.tblPt4 {
		display: block;
	}

	.tblPt4__left {
		border-bottom: none;
	}
	
	.tblPt4__left,
	.tblPt4__right {
		width: 100%;
	}

	.tblPt4__left .tblPt4__input {
		border-right: none;
	}

	.tblPt4__text,
	.tblPt4__item {
		font-size: 1.2rem;
	}
}

/* tblName */
.tblName__label {
	min-width: 35px;
}

.tblName__label:last-of-type {
	margin-left: 30px;
}

.tblName__input {
	max-width: 140px;
}

@media screen and (max-width: 768px) {
	.tblName__label {
		min-width: 30px;
	}
	
	.tblName__label:last-of-type {
		margin-left: 15px;
	}

	.tblName__input {
		max-width: 110px;
	}
}

/* tblPost */
.tblPost__input1 {
	max-width: 60px;
}

.tblPost__input2 {
	max-width: 80px;
}

.tblPost__line {
	margin: 0 10px;
} 

.tblPost__button {
	width: 70px;
	margin-left: 20px;
	padding: 8px 0;
	border-radius: 3px;
	font-size: 1.4rem;
	color: #fff;
	background-color: #b7a264;
}

.tblPost__radio {
	margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
	.tblPost__input1 {
		max-width: 69px;
	}

	.tblPost__input2 {
		max-width: 100px;
	}
}

/* tblAddress */
.tblAddress__glp {
	margin-bottom: 10px;
}

.tblAddress__glp:last-child {
	margin-bottom:0;
}

.tblAddress__label { 
	min-width: 130px;
}

.tblAddress__select { 
	max-width: 100px;
}

.tblAddress__glpWrap {
	width: 100%;
}

.tblAddress__example {
	display: inline-block;
	margin-top: 5px;
}

@media screen and (max-width: 768px) {
	.tblAddress__glp.form__flex {
		display: block;
	}

	.tblAddress__label { 
		display: block;
		min-width: 130px;
	}

	.tblAddress__select { 
		max-width: 125px;
	}
}

/* tblTel */
.tblTel__input {
	max-width: 220px;
	margin-right: 10px;
}

.tblTel__text {
	min-width: 135px;
	color: #333;
}

.tblTel__subText {
	margin-top: 15px;
	color: #cc0000;
}

@media screen and (max-width: 768px) {
	.tblTel__wrap.form__flex {
		display: block;
	}

	.tblTel__input {
		max-width: 100%;
		margin: 0 0 15px 0;
	}
}

/* tblApart */
.tblApart__label {
	min-width: 130px;
}

.tblApart__glp {
	margin-bottom: 10px;
}

.tblApart__glp:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
	.tblApart__label {
		min-width: 130px;
	}

	.tblApart__glp.form__flex {
		display: block;
	}
}

/* tblGender tblSend */
.tblGender__label:first-of-type,
.tblSend__label:first-of-type {
	margin-right: 40px;
}
@media screen and (max-width: 768px) {
	.tblGender__label:first-of-type,
	.tblSend__label:first-of-type {
		margin-right: 15px;
	}
}

/* tblPersonal */
.tblPersonal__text {
	margin-bottom: 15px;
}

.tblPersonal__label:first-of-type {
	margin-right: 30px;
}

@media screen and (max-width: 768px) {
	.tblPersonal__label:first-of-type {
		margin-right: 15px;
	}
}

/* tblManagement */
.tblManagement__input {
	max-width: 200px;
	margin: 15px 0;
}

@media screen and (max-width: 768px) {
	.tblManagement__input {
		max-width: 100%;
	}
}

/* tblConside */
.tblConside__content {
	margin-bottom: 20px;
}

.tblConside__title {
	margin-bottom: 20px;
}

.tblConside__label {
	display: inline-block;
	margin-bottom: 10px;
}

.tblConside__day {
	display: inline-block;
	margin-bottom: 15px;
}

.tblConside__day:first-of-type {
	width: 145px;
}

.tblConside__day:nth-of-type(2) {
	width: 108px;
}

.tblConside__day:last-of-type {
	width: 175px;
}

.tblConside__select {
	max-width: 80px;
	margin-right: 5px;
}

.tblConside__select.ml5 {
	margin-left: 5px;
}

.tblConside__text {
	margin:25px 0 20px;
	color: #cc0000;
}

.form .tblConside__textarea {
	height: 300px;
}

/* tblKnow tblTrigger */
.form .tblTrigger__title {
	margin-bottom: 20px;
	font-size: 1.6rem;
	font-weight: bold;
}

.tblKnow__glp:not(:last-of-type),
.tblTrigger__glp:not(:last-of-type) {
	margin-bottom: 20px;
}

.tblKnow__other,
.tblTrigger__other {
	display: flex;
	align-items: center;
}

.tblKnow__otherText,
.tblTrigger__otherText {
	min-width: 60px;
}

@media screen and (max-width: 768px) {
	.form .tblTrigger__title {
		font-size: 1.4rem;
	}
}

/* tblContact */
.tblContact__glp {
	display: inline-block;
	margin-bottom: 10px;
}

.tblContact__glp:last-of-type {
	display: block;
}

/* tblRenotype */
.tblRenotype__apartment {
	min-width: 130px;
}

.tblRenotype__glp {
	margin-top: 5px;
}

@media screen and (max-width: 768px) {
	.tblRenotype__glp {
		display: block;
	}
}

/* tblRenoPlan */
.tblRenoPlan__checkWrap {
	margin-top: 20px;
}

/* tbltblMail */
.tblMail__input {
	margin-bottom: 15px;
}

/* tblClub */
.tblClub__label:nth-of-type(1),
.tblClub__label:nth-of-type(2) {
	margin-right: 15px;
}

@media screen and (max-width: 768px) {
	.tblClub__label:nth-of-type(1),
	.tblClub__label:nth-of-type(2) {
		margin-right: 10px;
	}
}

/* tblClubContact */
.tblClubContact {
	padding-right: 45%;
}

.tblClubContact__top {
	padding: 10px 0;
	border-top: 1px solid #003365;
	border-bottom: 1px solid #003365;
}

.tblClubContact__btm {
	padding: 10px 0;
	border-bottom: 1px solid #003365;
}

.tblClubContact__btm p {
	color: #003365;
}

/* tblPeriod */
.tblPeriod__glp {
	display: inline-block;
	margin-right: 20px;
	padding: 5px 0 5px 28px;
}

/* tblCcontent */
.tblCcontent__text {
	margin-top: 10px;
}

.tblCcontent__input:not(:last-of-type) {
	margin-bottom: 20px;
}

.tblCcontent__subText {
	margin-top: 15px;
	color: #cc0000;
}

/* tblCdetails */
.tblCdetails__text {
	margin-bottom: 15px;
	color: #cc0000;
}

/* tblReason */
.tblReason__content {
	margin-bottom: 10px;
}

.tblReason__title {
	margin-bottom: 20px;
}

.tblReason__label {
	display: inline-block;
	margin-bottom: 10px;
}

.tblReason__text {
	margin-bottom: 20px;
	color: #cc0000;
}

.form .tblReason__textarea {
	height: 300px;
}