@charset "utf-8";

/*
nav
----------------------------------------------- */

.gnav_pc li {
	background-color: #FFF;
}

#menu-cb,
#menu-icon {
    display: none;
}

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

.ttl-h1 img {
	max-width: 100%;
	width: auto;
}

.ttl-small {
	font-size: 28px;
}

.ttl-lead {
	font-size: 20px;
	margin-top: 2em;
	text-align: center;
}

.sectionIn.bg-color-white {
	border: 2px solid #000;
	color: #000;
	padding: 40px;
}

.sectionIn.bg-color-white.complete {
	text-align: left;
}

.sectionIn.bg-color-white.complete p {
	font-size: 18px;
	margin-bottom: 1em;
}

.contact-form {
	font-family: 'YuMincho', 'Yu Mincho', 'Hiragino Mincho ProN', serif;
	display: table;
	width: 100%;
}
.contact-form_tr {
	display: table-row;
}

.contact-form_th {
	display: table-cell;
	font-size: 18px;
	line-height: 1.2;
	padding: 15px;
	text-align: right;
	vertical-align: middle;
	width: 22%;
}

.dpb{
	vertical-align:baseline;
}

.dpb.txt-color-red {
	display: inline-block;
	font-size: 19px;
	font-weight: bold;
	line-height: 1.2;
	margin-left: 25px;
	vertical-align: middle;
}

.contact-form_td {
	display: table-cell;
	font-size: 18px;
	padding: 15px;
	text-align: left;
	width: 78%;
}

.contact-form_tr .contact-form_th.va-top {
	vertical-align: top;
}

.contact-form_tr .contact-form_td.va-middle {
	vertical-align: middle;
}
.contact-form_tr .contact-form_td.va-top {
	vertical-align: top;
}

.contact-form_tr .contact-form_td.br-del br {
	display: none;
}

.contact-form input[type="email"],
.contact-form input[type="text"] {
	border: 1px solid #000;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	-webkit-appearance: none;
}

.contact-form textarea {
	border: 1px solid #000;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	font-size: 18px;
	height: 11em;
	padding: 10px;
	width: 100%;
	-webkit-appearance: none;
	resize: vertical;
}

.contact-form input[name^="date"] {
	width: 105px;
}

.contact-form input[name^="period"],
.contact-form input[name^="work"],
.contact-form input[name="date2"],
.contact-form input[name="date3"] {
	width: 57px;
}

.contact-form input[name="period11"],
.contact-form input[name="period21"],
.contact-form input[name="period31"] {
	width: 105px;
}

.contact-form input[name^="period"] {
	margin-bottom: 10px;
}

.contact-form input[name^="name"] {
	width: 130px;
}

.contact-form input[name="name1"] {
	margin-right: 30px;
}

.contact-form input[name="name2"] {
	margin-left: 30px;
}

.contact-form input[name^="zipcode"] {
	width: 105px;
}

.contact-form input[name="zipcode1"] {
	margin-right: 16px;
}

.contact-form input[name="zipcode2"] {
	margin-left: 16px;
}

.contact-form .hyphen {
	font-size: 50px;
	height: 50px;
	line-height: 50px;
}

.contact-form .field-group {
	background-color: #FFF;
	border: 1px solid #000;
	font-size: 18px;
	line-height: 50px;
	margin-bottom: 10px;
	padding: 0 20px;
	width: 100%;
}
.inlineblock{
	display:inline-block !important;
}
.alcenter{
	text-align:center;
}
.contact-form .field-group:last-child {
	margin-bottom: 0;
}

.contact-form_td_note {
	font-size: 14px;
}

.contact-form .field-group input[name^="date"] {
	border: none;
	width: 57px;
}

.contact-form .field-group br {
	display: none;
}

.contact-form input.full-width {
	width: 100%;
}

.an_year{
	width:6em;
}
.an_month{
	width:4em;
}
.an_etc{
	width:80%;
	display:inline-block;
}
.questionnaire .narrow{
	width:inherit !important;
	margin-right:1em;
}
.mgb1em{
	margin-bottom:1em;
}
.pdt1em{
	padding-top:1em;
}
.pdtop0{
	padding-top:0;
}

.category-select {
	font-size: 0;
}

.category-select input[type="checkbox"] {
	display: none;
}

.category-select input[type="checkbox"] + label {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 1em;
	padding-left: 32px;
	position: relative;
	width: 50%;
}

.category-select input[type="checkbox"].full-width + label {
	width: 100%;
}

.category-select input[type="checkbox"] + label:before {
	background: #FFF;
	border: 1px solid #000;
	content: "";
	left: 0;
	height: 18px;
	position: absolute;
	top: 0;
	width: 18px;
}

.category-select input[type="checkbox"]:checked + label:after {
	content: "";
	left: 2px;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	height: 8px;
	position: absolute;
	top: 2px;
	width: 16px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.btn-area {
	text-align: center;
}
.application-btn {
	position: relative;
	display: inline-block;
	width: 233px;
	margin: 3em 1em 1em;
	line-height: 53px;
	text-align: center;
	border: 2px solid #000;
	/*border-radius: 8px;*/
	background-color: #000;
	font-size: 20px;
	box-sizing: border-box;
	color: #fff;
}
.cancel-btn {
	position: relative;
	display: inline-block;
	width: 233px;
	margin: 3em 1em 1em;
	line-height: 53px;
	text-align: center;
	border: 2px solid #f00;
	/*border-radius: 8px;*/
	background-color: #fff;
	font-size: 20px;
	box-sizing: border-box;
	color: #f00;
}
.btnArea{
	margin:3em auto;
}
.btnArea p{
	text-align:center;
}
.btnArea .application-btn{
	margin:1em auto;
}
/*.application-btn:before {
	position: absolute;
	content: " ";
	display: block;
	width: 0;
	height: 0;
	top: -16px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	border: 8px solid transparent;
	border-bottom: 8px solid #F00;
}*/

.contact-form_note {
	clear: both;
	text-align: center;
	font-size: 12px;
}

.contact-form_note a {
	color: #f00;
	display: inline;
}

@media screen and (min-width: 1px) and (max-width: 780px) {
	* {
		box-sizing: border-box;
	}

	#menu-icon {
		display: block;
	}

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

	.ttl-small {
		font-size: 16px;
	}

	.ttl-lead {
		font-size: 14px;
		margin-top: 1em;
	}

	.sectionIn.bg-color-white {
		padding: 10px;
		width: 90%;
	}

	.sectionIn.bg-color-white.complete p {
		font-size: 16px;
	}

	.contact-form,
	.contact-form_tr {
		display: block;
		clear: both;
	}

	.contact-form_th,
	.contact-form_td {
		display: block;
		font-size: 16px;
		padding: 10px;
		text-align: left;
		width: 100%;
	}

	.contact-form_td:nth-child(2) {
		float: left;
		width: 80%;
	}

	.contact-form_td:nth-child(3) {
		float: right;
		width: 20%;
		max-width: 46px;
		padding: 10px 0;
	}

	.contact-form_td:nth-child(3) img {
		max-width: 100%;
	}

	.contact-form_tr.names .contact-form_th,
	.contact-form_tr.names .contact-form_td {
		display: table-cell;
		float: none;
		vertical-align: middle;
		width: auto;
	}

	.contact-form_tr.names .contact-form_th {
		padding-right: 5px;
	}

	.contact-form_tr.names .contact-form_td {
		padding-left: 0;
	}

	.contact-form_tr .contact-form_td.br-del br {
		display: inline;
	}

	.contact-form_th br {
		display: none;
	}

	.contact-form input[type="email"],
	.contact-form input[type="text"] {
		font-size: 12px;
		height: 30px;
		line-height: 30px;
		padding: 5px;
	}

	.contact-form textarea {
		font-size: 12px;
		padding: 5px;
	}

	.dpb{
		display:block;
	}
	.dpb.txt-color-red {
		font-size: 16px;
		margin: 10px 0 0;
		line-height: 1.6;
	}

	.contact-form .hyphen {
		font-size: 30px;
		height: 30px;
		line-height: 30px;
	}

	.contact-form input[name^="zipcode"] {
		width: 90px;
	}
	.contact-form input[name="zipcode1"] {
		margin-right: 10px;
	}
	.contact-form input[name="zipcode2"] {
		margin-left: 10px;
	}

	.contact-form input[name^="name"] {
		margin: 5px;
		width: 90px;
	}

	.category-select input[type="checkbox"] + label {
		display: block;
		font-size: 16px;
		padding-left: 28px;
		width: 100%;
	}

	.category-select input[type="checkbox"] + label br,
	.contact-form .field-group br {
		display: inline;
	}

	.category-select input[type="checkbox"] + label:before {
		height: 14px;
		width: 14px;
	}

	.category-select input[type="checkbox"]:checked + label:after {
		height: 6px;
		width: 12px;
	}

	.contact-form .field-group {
		font-size: 16px;
		padding: 0 10px;
	}

	.application-btn {
		width: 90%;
		line-height: 3;
		text-align: center;
	}
	.cancel-btn {
		width: 90%;
		line-height: 3;
		text-align: center;
	}
}

@media screen and (min-width: 1px) and (max-width: 360px) {
	.contact-form input[name^="name"],
	.contact-form input[name^="zipcode"] {
		width: 70px;
	}

	.contact-form input[name^="work"],
	.contact-form .field-group input[name^="period"],
	.contact-form .field-group input[name^="date"] {
		width: 48px;
	}
}
