
/*============================
	Foundation
==============================*/
/*form reset iOS*/

input[type=submit]{
	-webkit-appearance: none;
	border-radius: 0;
}

/*============================
	Layout
==============================*/


/*============================
	Object
==============================*/

/*---------------
	component
----------------*/
.c-address{
	font-size: 0.8125rem;
	line-height: 1.4;
}
.c-required{
	color: #E6002D;
}
.c-note{
	margin: 0.5em 0;
}
.c-center{
	text-align: center;
}

/*---------------
	project
----------------*/
h2.p-main_heading{
	font-size: 1.875rem;
	font-weight: 500;
	margin: 2rem auto 0;
}

.p-contactBody{
	margin: 0 0 2rem;
	padding:0.5rem 1.2rem;
	border: #ccc 1px solid;
}
.p-contactBody dl{
	margin: 0 0 1rem;
	padding: 1rem 0 0;
	border-top: #ccc 1px solid;
	display: flex;
	justify-content:space-between;
}
.p-contactBody dl:first-child{
	border: none;
}
.p-contactBody__subTitle{
	flex:0 0 auto;
	width: 6em;
	margin-right: auto;
	font-size: 1.125rem;
}
.p-contactArea{
	flex: 1 0 auto;
	margin-left: auto;
	width: 50%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.p-contactArea__info{
	flex: 0 0 auto;
	width: 32%;
	margin-right: 1%;
	margin-bottom: 1rem;
	line-height: 1.3;
}

/*contactForm*/

.p-contactForm{
	margin-bottom: 3rem;
	padding-top: 2rem;
	border-top: #D9DCE0 1px solid;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.p-contactForm h2 {
	/*font-size: 2.125rem;*/
	font-size: 1.5rem;
	font-weight: 500;
}
.p-contactForm__section{
	margin: 0 0 1rem;
	padding: 0 0 1rem 0;
	width: 75%;
}
.p-formItem{
	margin-bottom: 1.5rem;
}
.p-formItem .c-cellLabel{
}
.p-contactForm__send_area{
	border-top: #D9DCE0 1px solid;
	padding-top: 1.5rem;
}

/*formElem*/
textarea{display: block;}
form input.txt,
form textarea {
	border:#b6b6b6 1px solid;
	border-radius: 3px;
	font-size: 1rem;
	font-family: Arial, Helvetica, 'sans-serif';
}
form label {
	cursor:pointer;
}
.p-contactForm input.txt,
.p-contactForm textarea{
	width:100%;
	padding:6px;
	cursor:text;
	min-height: 3rem;
}
.p-contactForm textarea.address {
	height:8rem;
}
.p-contactForm textarea.message {
	height:16rem;
}


.p-btnArea{
	display: flex;
	justify-content: center;
	align-items:center;
	margin: 2rem 0 2rem;
}
.p-btnArea .txt{
	flex: 0 0 auto;
	text-align: left;
	width: auto;
	margin-right: 1rem;
}
.p-btnArea input{
	display: block;
	width: 14rem;
	text-align: center;
	padding:1.5rem 0;
	font-size: 1.375rem;
	font-weight: 500;
	cursor:pointer;
	border-radius: 2px;
	background: #447AAC;
	border: #447AAC 1px solid;
	color: #fff;
	line-height: 1;
	transition: background-color 0.3s;
}
.p-btnArea input:hover{
	background-color: #375d94;
}


.p-chbox_naiyo{
	margin-bottom: 0.5rem;
}
.p-chbox_naiyo li{
	margin-bottom: 0.5rem;
	position: relative;
	padding-left: 1.5rem;
}
.p-chbox_naiyo li input{
	position: absolute;
	top:0.25rem; left: 0px;
}

.p-privacyComment{
	font-size: 0.875rem;
	text-align: center;
}
.p-privacyComment a{
	text-decoration: underline;
	color: #051E93;
}

/**/
/*.naiyo_select {
	position: relative;
	border: #b6b6b6 1px solid;
	border-radius: 3px;
	background: #ffffff;
}
.naiyo_select select {
	width: 100%;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 1rem;
	padding: 14px 38px 14px 12px;
	color: #666666;
}
.naiyo_select select::-ms-expand {
	display: none;
}

.naiyo_select::before {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 10px;
	height: 10px;
	padding: 0;
	margin-top: -10px;
	content: '';
	border-right: #666666 1px solid;
	border-top: #666666 1px solid;
	pointer-events: none;
	transform: rotate(135deg);
}

.naiyo_select select option{
	padding: 0.875rem 2rem 0.875rem 1rem;
}*/

/*select design*/

ul.select {
	width: 100%;
	height: 40px;
	cursor: pointer;
	background-color: #fff;
	box-shadow: none;
	border-radius: 3px;
	position: relative;
	z-index: 1;
}

.select_expand{
	width: 0;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
}

.select_expand::after {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 10px;
	height: 10px;
	padding: 0;
	margin-top: -12px;
	content: '';
	display: block !important;
	border-right: #666666 1px solid;
	border-top: #666666 1px solid;
	pointer-events: none;
	transform: rotate(135deg);
	z-index: 2;
	transition: all 0.5s;
}

.select_expand:checked::after{
	transform: rotate(315deg);
	margin-top: -10px;
}

.select_expandLabel{
	display: block;
	width: 100%;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.select_close{
	display: none;
}
.select_closeLabel {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}
.select_items {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #b6b6b6;
	border-radius: 3px;
	padding-top: 40px;
	z-index: 1;
}
.select_input {display: none;}

.select_options{
	position: relative;
}

.select_label {
		transition: all 250ms cubic-bezier(.4,.25,.3,1);
		display: block;
		height: 0;
		font-size: 1rem;
		line-height: 40px;
		overflow: hidden;
		color: #3e3e3e;
		background-color: #fff;
		cursor: pointer;
		padding-left: 20px;
}
.select_label-placeholder {
	height: 40px;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .6;
	background-color: transparent;
}

.select_expand:checked {
}
.select_expand:checked + .select_closeLabel{
	display: block;
}
.select_expand:checked + .select_closeLabel + .select_options .select_label{
	height: 40px;
}
.select_expand:checked + .select_closeLabel + .select_options .select_label:hover {
	background-color: #f7f7f7;
}
.select_expand:checked + .select_closeLabel + .select_options + .select_expandLabel {display: none;}

.select_input:checked + .select_label {
	height: 40px;
	margin-top: -40px;
}

/*-------------------
	Utility
--------------------*/
.u-bold{
	font-weight: bold;
}


/*============================
	sp
==============================*/

/*form*/

.sp .p-contactForm{
	border: none;
	background-color: #f4f4f4;
	padding-left: 1.125rem;
	padding-right: 1.125rem;
}
.sp .p-contactForm__section{
	width: 100%;
}
