@charset "UTF-8";
/* CSS Document */

#form_wrap{
	padding: 3em 0
}


.closed{
	font-size: 1.5em;
	color: #f44a00;
	line-height: 1.8em;
	font-weight: bold;
	padding: 5em 2em;
	border: dashed 2px #e2dede
}


#form_header{
	text-align: center;
	margin-bottom: 2em
}

ul#contact_flow{
	display: flex;
	flex-wrap:wrap;
	margin-bottom: 3em
	}


ul#contact_flow li{
	width: calc( ( 100% - 20px ) / 3 );
	margin-right: 10px;
}

ul#contact_flow li:last-child {margin-right: 0;}	

ul#contact_flow li span{
	font-weight: bold;
	font-size: 2em;
	text-align: center;
	display: block
}



@media  (min-width: 0px) and (max-width: 480px) {
	ul#contact_flow{margin-bottom: 2em}

	ul#contact_flow li{
		padding: 1em;
		color: #444;
		background: #ddd;
		position: relative;
	}
}
 
@media  (min-width: 481px) {
	ul#contact_flow li{
		width: calc( ( 100% - 40px ) / 3 );
		margin-right: 20px;
		padding: 1em 0 1em 0;
		float: left;
		text-align: center;
		text-decoration: none;
		color: #444;
		background: #ddd;
		position: relative;
		z-index: 1;
	}
}




 
ul#contact_flow li.current{
  font-weight: bold;
  background: #DF7503;
  position: relative;
  color: #fff
}

ul#contact_flow li.current:after {
	
}


ul#contact_flow li.current:not(:last-child):after{
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(223, 117, 3, 0);
	border-left-color: #DF7503;
	border-width: 5px;
	margin-top: -5px;
}
 

/* ************************************************ 
*	注意事項
* ************************************************ */

ul#contact_att{
	margin-bottom: 2em;
	text-align: left;
}

ul#contact_att li.att_imp span{
	font-weight: bold;
	display: flex;
	align-items: center;
}


ul#contact_att li.att_imp span,
.imp{
	background: #DF7503;
	padding: .3em .5em;
	color: #fff;
	margin-right: .5em;
	font-size: .8em;
	border-radius: 4px;
	position: relative;
	display: inline-block;
	line-height: 1em
}

.imp{
	margin-left: 5px;
	font-size: .7em;
}

@media (min-width: 769px) {
	ul#contact_att{margin: 0 1em 2em;}
}



/* ************************************************ 
*	フォーム本体
* ************************************************ */

#co_contact h2{
	position: relative;
	font-size: 1.7em;
	margin-bottom:1.5em;
	letter-spacing: .1em;
	color: #209f75
}

dl.mailform{margin-bottom: 1em}

dl.mailform dt,
dl.mailform dd {
	font-weight: normal;
	font-size: 1.1em;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
}


dl.mailform dt {
	font-weight:bold;
	font-size:1.2em;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}


dl.mailform dd .addr{display: block;
	margin-top: 5px;
}


dl.mailform dt p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #C96;
}
@media screen and (max-width: 667px) {
	dl.mailform {margin-bottom: 2em}

	dl.mailform dt{background-color: #fff;
		padding: 5px 1em;
		-webkit-box-shadow:1px 1px #ccc;
		-moz-box-shadow:1px 1px #ccc;
		box-shadow: 1px 1px #ccc;
		position: relative;
		border-radius: 5px;
		margin-bottom: 4px;
	}
	
}	

@media print, screen and (min-width: 668px) {
	dl.mailform{
		display: flex;
		justify-content: center;
		flex-wrap:wrap;
		align-items: center;
		background: #fff;
		padding: .5em;
		margin-bottom: 1em}
	
	dl.mailform dt{font-size: 1.2em;text-align: right}
	dl.mailform dd{background-color: #fff;}
	dl.mailform dt{width: 20%;margin-right: 5%;text-align: right}
	dl.mailform dd{width: 70%;text-align: left}
}	

.submit{margin: 0 auto 2em;
	text-align: center
}


#contact_thanks{}
#thanks_title{
	text-align: center;
	background: rgba(234, 240, 240, 0.9);
	padding: 2em;
	margin-bottom: 1.5em;
}

#contact_thanks h3{
	margin-bottom: .6em;
}

#contact_thanks p.tel_unm{padding-top: 1em;}

.privacy h3{
	background: #DF7503;
	color: #fff;
	text-align: center;
	padding: .5em;
	margin: 1em auto
}

.privacy > div{
	background: #fff;
	width: 100%;
	height: 200px;
	overflow: scroll;
	padding: 1em;
	border: solid 2px #DF7503
}

.privacy dl{margin: 1em auto}


/****************************************

          Form

*****************************************/

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="search"],
select,
textarea {
	margin: .5em 0;
	padding: .6em .8em;
	outline: none;
	border: 2px solid #b1b1b1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	color: #666;
}


@media screen and (max-width: 667px) {}	

@media print, screen and (min-width: 668px) {
	input[type="text"],
	input[type="tel"],
	input[type="password"],
	input[type="email"],
	input[type="search"],
	select,
	textarea {
	margin: .5em 0;
	padding: .5em 1em;
	outline: none;
	border: 2px solid #b1b1b1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	color: #666;
	font-size: 1.1em
	}
}	
	
#comment input[type="text"],
#comment textarea {display: block;}

.cp_ipselect {
	overflow: hidden;
	text-align: center;}

.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	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;
}
.cp_ipselect select::-ms-expand {display: none;}
.cp_ipselect.cp_sl01 {
	position: relative;
	border: 2px solid #b1b1b1;
	border-radius: 2px;
	background: #ffffff;
}

.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}

	
textarea {overflow: auto;}


input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
	background-color: #FEFFE8;
	color: #444;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	margin: 1em auto 0;
	display: block;
	max-width: 400px;
	padding: .5em 4em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing:.2em;
	line-height: normal;
	cursor: pointer;
	background-color: #000;
	-webkit-appearance: none;
	border: none
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	background-color: #666;
	color: #fff;
  	text-shadow: 0 -1px rgba(0, 0, 0, .4);
}

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	position: relative;
	top:1px;
}

@media only screen and (max-width: 670px) {
	#contact_form input[type="txet"],textarea{padding: .4em .5em;}
	#contact_form input.rwdi,textarea.rwdi{width:100% !important;padding: .8em;}
	.cp_ipselect{width: 100%;}
	#page_contact .mwform-checkbox-field{display: block;margin: 0}
}
@media screen and (min-width: 671px) {
	#contact_form input,textarea{}
	#contact_form input.rwdi,textarea.rwdi{width:100% !important;padding: 1em;}
}


.select-css {
	display: block;
	font-size: 1.1em;
	line-height: 1.3;
	margin: .5em 0;
	padding: .6em 2em .5em .8em;
	max-width: 100%; 
	box-sizing: border-box;
	border: 2px solid #b1b1b1;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: .3em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
.select-css::-ms-expand {
	display: none;
}
.select-css:hover {
	border-color: #888;
}
.select-css:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222; 
	outline: none;
}
.select-css option {
	font-weight:normal;
}








