@charset "utf-8";

/***********************************************************
////////////////////////////////////////////////////////////

@ DESKTOP

////////////////////////////////////////////////////////////
***********************************************************/

	
/**************************************
  contactform
**************************************/
#contactform {
	
}


/*** table_input ***/
#contactform table.table_input {
	width: 100%;
}
#contactform table.table_input tr {
	border-bottom: 1px dotted #000;
}
#contactform table.table_input tr th,
#contactform table.table_input tr td {
	position: relative;
	width: auto !important;
	height: auto !important;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	padding: 1.5em 0;
}
#contactform table.table_input tr th {
	width: 30% !important;
}
#contactform table.table_input tr td {
	
}

#contactform table.table_input sup {
	color: #B70000;
	font-size: 74%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
	padding: 0 0.4em;
}

#contactform table.table_input .error {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 74%;
}


/*** table_agree ***/
#contactform table.table_agree {
	width: 100%;
}
#contactform table.table_agree tr {
	
}
#contactform table.table_agree tr th,
#contactform table.table_agree tr td {
	text-align: center;
	padding: 1.0em 0;
}

#contactform .mw_wp_form_confirm table.table_agree {
	display: none;
}


/*** table_button ***/
#contactform table.table_button {
	width: 100%;
}
#contactform table.table_button tr {
	
}
#contactform table.table_button tr th,
#contactform table.table_button tr td {
	text-align: center;
	padding: 1.0em 0;
}

#contactform table.table_button .error {
	font-size: 74%;
}

#contactform table.table_button .back {
	position: relative;
	display: inline-block;
	background: none;
	border: none;
	font-size: 124%;
	font-weight: bold;
	font-family: 'minion-pro', serif;
	line-height: 1.0;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
#contactform table.table_button .back_wrap {
	position: relative;
	display: inline-block;
	line-height: 1.0;
	padding: 0 26px;
}
#contactform table.table_button .back_wrap::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0.2em;
	width: 22px;
	height: 1px;
	background: #000;
}
#contactform table.table_button .back_wrap::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0.2em;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 5px 10px;
	border-color: transparent transparent #000 transparent;
}


/*** form ***/
#contactform form input[type=text],
#contactform form input[type=email],
#contactform form textarea,
#contactform form select {
	box-sizing: border-box;
	/*width: 100%;*/
	padding: 0.5em;
	color: #666;
	background: #fff;
	border: 1px solid #999;
	border-radius: 4px;
	transition : all .3s ease;
}
#contactform form input[type=text]:focus,
#contactform form input[type=email]:focus,
#contactform form textarea:focus,
#contactform form select:focus {
	outline: none;
	border: 1px solid #666;
	box-shadow: 0 0 5px 1px rgba(136, 136, 136, 0.5);
}
#contactform form input[type=radio] {
	margin-top: 0;
}
#contactform form label {
	white-space: nowrap;
}


/*** back_home ***/
#contactform .back_home {
	position: relative;
	display: inline-block;
	line-height: 1.0;
	color: #000;
	font-size: 86%;
	font-weight: bold;
	text-decoration: none;
	padding: 0 26px;
}
#contactform .back_home::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0.2em;
	width: 22px;
	height: 1px;
	background: #000;
}
#contactform .back_home::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0.2em;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 5px 10px;
	border-color: transparent transparent #000 transparent;
}



/**************************************
  privacy-modal
**************************************/
#privacy-modal {
	text-align: left;
}

/*** title ***/
#privacy-modal .title {
	margin-bottom: 90px;
}
#privacy-modal .title h3 {
	font-size: 375%;
    line-height: 1.0;
    letter-spacing: 0.1em;
    font-family: 'minion-pro', serif;
    font-weight: normal;
}
#privacy-modal .title p {
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.1em;
}

/*** cont ***/
#privacy-modal .cont {
	
}
#privacy-modal .cont p {
	margin-bottom: 1.2em;
}

/*** remodal ***/
.remodal-overlay {
	background: rgba(255,255,255,0.98);
}
.remodal-wrapper {
	background: none;
}
.remodal-wrapper .remodal {
	max-width: 1140px;
	background: none;
}
.remodal-wrapper .remodal .close {
	position: absolute;
	right: 0;
	top: 30px;
	width: 100px;
	height: 100px;
	cursor: pointer;
}
.remodal-wrapper .remodal .close span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000;
}
.remodal-wrapper .remodal .close span:nth-of-type(1) {
	transform: rotate(45deg); top: 50%;
}
.remodal-wrapper .remodal .close span:nth-of-type(2) {
	transform: rotate(-45deg); bottom: 50%;
}
.remodal-wrapper .remodal .close p {
	position: absolute;
	top: 90%;
	width: 100%;
	color: #000;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.1em;
	font-family: 'minion-pro', serif;
	font-weight: bold;
}






/***********************************************************
////////////////////////////////////////////////////////////

@ TABLET

////////////////////////////////////////////////////////////
***********************************************************/
@media only screen and (max-width: 960px) {


	/**************************************
	  contactform
	**************************************/
	#contactform {
		
	}

	/*** table_input ***/
	#contactform table.table_input {
		display: block;
	}
	#contactform table.table_input tbody {
		display: block;
	}
	#contactform table.table_input tr {
		display: block;
	}
	#contactform table.table_input tr th,
	#contactform table.table_input tr td {
		display: block;
		padding: 0.5em 0;
	}
	#contactform table.table_input tr th {
		width: auto !important;
		padding-bottom: 0.2em;
		font-weight: bold;
	}
	#contactform table.table_input .error {
		right: 0;
		left: auto;
		bottom: 80%;
	}

	/*** form ***/
	#contactform form input[type=text],
	#contactform form input[type=email],
	#contactform form textarea,
	#contactform form select {
		max-width: 100%;
	}



	/**************************************
	privacy-modal
	**************************************/
	#privacy-modal {
		padding: 35px 10px;
	}

	/*** title ***/
	#privacy-modal .title {

	}
	#privacy-modal .title h3 {
		font-size: 280%;
	}
	#privacy-modal .title p {
		font-size: 86%;
	}
	
	/*** remodal ***/
	.remodal-wrapper .remodal .close {
		width: 70px;
		height: 70px;
	}


}





/***********************************************************
////////////////////////////////////////////////////////////

@ MOBILE

////////////////////////////////////////////////////////////
***********************************************************/
 @media only screen and (max-width: 520px) {
	
}




