@charset "utf-8";

@media screen and (min-width:1001px) {
	.sp { display: none;}
}

@media screen and (max-width:1000px) {
	.sp { display: block;}
	.pc { display: none;}
}

body {
font-family: 'Noto Sans JP', sans-serif;
color: #454545;
background: #f0f0f0;
}

#header {
background: #cca467;
padding: 5px;
border-bottom: 2px solid #d2c9ae;
}

#header img {
  transition: 0.7s;
}

#header img:hover {
 filter:alpha(opacity=50); /* IE 6と7*/
 -ms-filter: "alpha(opacity=50)"; /* IE 8と9 */
 -moz-opacity:0.5; /* Firefox , Netscape */
 -khtml-opacity: 0.5; /* Safari 1系 */
 opacity:0.5;
 zoom:1; /*IE*/
}

#header:after {
    content: "";
    clear: both;
    display: block;
}

#header .logo {
width: 150px;
float: left;
margin-left: 10px;
}

#footer {
color:#666;
font-size: 75%;
margin: 0;
padding: 0 0 30px 0;
text-align: center;
}

#footer a {
 color:#666;
 text-decoration:none;
}

h1 {
float: left;
font-size: 14px;
margin: 23px 0 0 10px;
padding: 0;
color:#FFF;
}

h2 {
text-align: center;
font-size: 22px;
margin: 50px 0 0 0;
padding: 0;
}

#mail_text * {
	margin: 0;
	padding: 0;
}

#mail_text {
	width: 960px;
	margin: 30px auto;
	padding: 10px 0 0 0;
	border-radius: 7px;
	font-size: 95%;
	line-height: 1.6em;
}

#mail_form * {
	margin: 0;
	padding: 0;
}

#mail_form {
	width: 960px;
	margin: 30px auto 30px auto;
	padding: 10px 0;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 7px;
	box-shadow: 0 0 7px rgba( 0, 0, 0, 0.2 );
	font-size: 95%;
	line-height: 1.8em;
}

#mail_form dl {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}

#mail_form dl dt {
	clear: both;
	width: 40%;
	float: left;
	padding: 25px 0;
	text-align: left;
	line-height: 2em;
	overflow: hidden;
	font-feature-settings: "palt";
}

#mail_form dl dt th span {
text-align: center;
color: #FFF;
font-size: 18px;
line-height: 2em;
padding: 0.3em 0.8em;
margin:0 0.7em 0 0;
}

#mail_form dl dt th span.dinii { background: #d97550;}
#mail_form dl dt th span.form { background: #d9a750;}
#mail_form dl dt th span.tel { background: #a4c554;}

#mail_form dl dt td {
font-size: 16px;
font-weight: bold;
}

#mail_form dl dt td span.dinii { color: #d97550; font-size: 120%;}
#mail_form dl dt td span.form { color: #d9a750; font-size: 120%;}
#mail_form dl dt td span.tel { color: #a4c554; font-size: 120%;}

#mail_form dl dt td span.superscript {
vertical-align: super;
font-size: 65%;
}

#mail_form dl dt td span.pay {
font-size: 75%;
color: #FFF;
background: #666;
padding: 0.3em 0.8em;
border-radius: 3px;
margin-right: 0.6em;
}

#mail_form dl dt td p {
font-weight: normal;
padding: 0.5em 0;
font-size: 85%;
line-height: 1.4em;
}

#mail_form dl dt td p span {
background: linear-gradient(transparent 50%, #fffd64 50%);
}

#mail_form dl dt td p span span.bold {
	font-weight:bold; font-size: 110%; color:#cd0000;
}

#mail_form dl dd {
	width: 55%;
	float: right;
	padding: 25px 0 25px 5%;
}

#mail_form dl dd img {
	width: 100%;
	border-radius: 5px;
	transition: 0.7s;
}

#mail_form dl dd img:hover {
 filter:alpha(opacity=50); /* IE 6と7*/
 -ms-filter: "alpha(opacity=50)"; /* IE 8と9 */
 -moz-opacity:0.5; /* Firefox , Netscape */
 -khtml-opacity: 0.5; /* Safari 1系 */
 opacity:0.5;
 zoom:1; /*IE*/
}


span.loading {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border-top: 5px solid rgba( 255, 255, 255, 0.2 );
	border-right: 5px solid rgba( 255, 255, 255, 0.2 );
	border-bottom: 5px solid rgba( 255, 255, 255, 0.2 );
	border-left: 5px solid #ffffff;
	-webkit-transform: translateZ( 0 );
	-ms-transform: translateZ( 0 );
	transform: translateZ( 0 );
	-webkit-animation: load-circle 1.0s linear infinite;
	animation: load-circle 1.0s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}

@-webkit-keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}

@keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}


#mail_form ul {
	list-style-type: none;
}

#mail_form ul li label:hover {
	cursor: pointer;
}

p.center {
	width: 100%;
	margin:20px auto 40px;
	text-align: center;
}

#mail_text h3 {
text-align: left;
font-size: 18px;
margin: 0;
padding: 1.3em 0 0.2em 0;
font-weight:bold;
color: #c00d0d;
}

#mail_text ul {
  font-size: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

#mail_text ul li {
  line-height:1.6em;
  margin: 0.6em 0;
  list-style-type: none!important;
  padding-left: 1.6em;
}

#mail_text ul li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  position: absolute;
  left : 0;
  color: #c00d0d;
}

#mail_text ol {
  font-size: 100%;
  margin: 0;
  padding: 0;
}

#mail_text ol li {
  line-height:1.6em;
  list-style-type: none;
  font-weight: bold;
  counter-increment: number;
  position: relative;
  padding-left: 1.4em;
  margin: 0.5em 0;
}

#mail_text ol li::before{
  content: counter(number) ".";
  color: #c00d0d;
  font-weight:bold;
  display: block;
  position: absolute; /*絶対配置*/
  left: 0; /*点の位置*/
}

#mail_text a {
 text-decoration:none;
 color: #c00d0d;
 font-weight:bold;
}

#mail_text a:hover {
 text-decoration:underline;
}


/* -- responsive ----------------------------------------------------------------------------------------------------------------- */

/* 1000pixel start */
@media screen and ( max-width: 1000px ) {

#mail_text {
	width: 90%;
	font-size: 100%;
	margin: 30px auto 10px auto;
	padding: 10px 0 5px 0;
}

#mail_form {
	width: 95%;
	font-size: 100%;
	margin: 20px auto;
	padding: 0;
}

#mail_form dl {
	overflow: visible;
}

#mail_form dl dt {
	width: auto;
	float: none;
	text-align: left;
	padding: 25px 0 10px;
	font-weight: bold;
}

#mail_form dl dd {
	width: auto;
	float: none;
	border-top: none;
	padding: 0px 0 20px 0px;
}

#header .logo {
width: 110px;
margin-left: 0;
}

h1 {
font-size: 12px;
margin: 17px 0 0 5px;
}

h2 {
font-size: 20px;
margin: 30px 0 0 0;
}

}
/* 1000pixel end */




