@charset "UTF-8";

html,
body,
h1,h2,h3,h4,
p,
ul,
ol,
dl{
	padding: 0;
	margin: 0;
}

img {
	vertical-align: top;
}

body{
	font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
	color : #454545;
	font-size : 100%;
	line-height : 1.8;
	background : url(../image/bg-body.jpg) repeat 0 0;
}

.wapper{
	margin: 0 auto;

}
.header {
	margin: 0 auto;
	padding: 20px;
}
.logo{
	font-size: 8vw;
	font-weight: bold;

}
.test{
	text-align: left;
	padding: 5px 20px 0 20px;
	background-color: #0C5697;
	color: #ffffff;
}
.test_chu{
	font-size: 80%;
	color: yellow;
	padding-bottom: 5px;
}
.con{
	text-align: left;
	text-decoration: none;
	color: #FF0000;
	padding-top: 10px;
}

.chu{
	text-align: left;
	padding: 20px 0;
}
.test_chu a{
	font-size: 105%;
	color:#ffeecc;
	text-decoration: none;
}
.test_chu a:hover{
	font-size: 105%;
	color:#fa9afa;
	text-decoration: none;
}
.chu__sya{
	text-align: left;
	padding: 20px 0;
}

.chu__sya > input{
	-webkit-appearance:none;
	display: inline-block;
	width: 12em;
	background : url(../image/bg-body.jpg) repeat 0 0;
	border: none;
	font-size: 1em;
	padding-left: 5px;
}


.domain{
	-webkit-appearance:none;
	background : url(../image/bg-body.jpg) repeat 0 0;
	border: none;
	font-size: 1em;
	padding-left: 5px;
}

.chu__mail{
	color:#0174DF;
}

#mail_form dl dt{
	width: 100%;
	box-sizing:border-box;
	color: #FFFFFF;
	background : url(../image/bg-body.gif) repeat 0 0;
	padding: 10px 0 10px 20px;
	margin: 10px 0;
	vertical-align: top;
}
#mail_form dl dd{
	margin: 10px 10px;
	padding: 10px;
	font-size: 100%;

}

#mail_form dl dt span{
	color: #FFFFFF;
	padding: 5px;
	margin-right: 10px;
	border-radius: 3px;
	font-size: 14px;
	background: #FF3333;
}

#mail_form dl dt .nin{
	color: #FFFFFF;
	padding: 5px;
	margin-right: 10px;
	border-radius: 3px;
	font-size: 14px;
	background: #003366;
}

#mail_form dl dd p{
	padding: 5px 0;
	color: #6E6E6E;
}

.sel{
	width: 230px;
	height: 38px;
	border-radius: 3px;
	font-size: 1em;
}

input.sel-p{
	border:0;
	margin: 3px ;
	padding: 5px 10px;
	font-size:1.2em;
	border:solid 1px #ccc;
	border-radius: 3px;
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	text-align: center;

}

input.sel-u{
	border:0;
	padding: 5px 10px;
	font-size:1.2em;
	border:solid 1px #ccc;
	border-radius: 3px;
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);

}

input.sel-m{
	border:0;
	padding: 5px 10px;
	font-size:1.2em;
	border:solid 1px #ccc;
	border-radius: 3px;
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);

}

input.sel-t{
	border:0;
	padding: 5px 10px;
	font-size:1.2em;
	border:solid 1px #ccc;
	border-radius: 3px;
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);

}

#area>p.caution{
	color: red;
	margin-bottom: 20px;
/*	padding-top: 20px;
*/	border-bottom: solid 1px #BBBBBB;
}

.sub{
	margin: 15px 0;
	text-align: center;
}

.sub input{
	-webkit-appearance:none;
	text-decoration: none;
	border: none;
	border-radius: 0;
	background : url(../image/bg-body.gif) repeat 0 0;
	display: inline-block;
	padding: 0.5em 1em;
	margin-bottom: 30px; 
	font-size: 20px;
	color: #ffffff;
	cursor: pointer;
}

#mail_form textarea{
	width : 90%;
	height : 40px;
	padding : 2px;
	font-size: 0.9em;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #fafafa;
}

#date{
	min-width: 11em;
	width: 42.5%;
	height: 30px;
	border-radius: 3px;
	font-size: 1em;

}
.wapper>p{
	margin-bottom: 20px;
}


textarea{
	border:0;
	padding-left:130px;
	font-size:1.1em;
	border:solid 1px #ccc;
	border-radius: 3px;
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);

}

.chu__down{
	text-align: left;
	padding: 20px;
}

footer{
	background:  url(../image/bg-body.gif) repeat 0 0;
	color: #ffffff;
	text-align: center;
}

.btn{
    background: url(../image/bg-body.jpg) repeat 0 0;
    border: none;
    position: relative;
    padding: 0;
    display: inline-block;
    -webkit-appearance: none;
    vertical-align: middle;
    margin: 5px 0 0;
}



.btn_under{
	position: absolute;
	bottom: -30px;
	left: 0;
	display: none;	
}

#copy{
	font-size: 1.2em;
}

.btn2{
	-webkit-appearance:none;
	text-decoration: none;
	border: none;
	border-radius: 2px;
	background : url(../image/bg-body.gif) repeat 0 0;
	display: inline-block;
	padding: 0.4em 0.7em 0.2em;
	margin-top: 10px;
	font-size: 1em;
	color: #ffffff;
	cursor: pointer;
}
.btn2:hover{
	background:#006699;
}

.coution{
	text-decoration: none;
	color: #FF0000;
	padding-top: 10px;
}
/*----------checkbox--------------------------------*/

input[type=checkbox] {
  display: none;
}
.check_css {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 0 0 0 42px;
  vertical-align: middle;
  cursor: pointer;
}
.check_css:hover:after {
  border-color: #0171bd;
}
.check_css:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 6px;
  content: '';
}
.check_css:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #0171bd;
  border-bottom: 3px solid #0171bd;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .check_css:before {
  opacity: 1;
}


/*----------checkbox---END-----------------------------*/

.tel{
	padding: 0 5px;
	color: #6E6E6E;
}

.mfp-iframe-holder .mfp-content{
	height: 100%;
}

.mfp-image-holder .mfp-content img {
	width: 100%;
	max-width: 512px;
}

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

/* 670pixel start */

@media screen and (min-width : 670px){

.logo{
	font-size: 2em;
	text-align: center;
	font-weight: bold;
}

}




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

/* 480pixel start */

@media screen and (min-width : 480px){

.header{
	width: 800px;
	margin: 0 auto;
	box-sizing: border-box;
}
.wapper{
	width: 800px;
	margin: 0 auto;
}

.header h1{
	text-align: center;
}

.logo{
	font-size: 2em;
	text-align: center;
	font-weight: bold;
}


.chu{
	text-align: center;
	padding: 20px;
}
.test{
	text-align: left;
	padding-left: 20px;
	background-color: #0C5697;
	color: #ffffff;
}
.test_chu{
	font-size: 80%;
	color: yellow;
}
.test_chu a{
	font-size: 105%;
	color:#ffeecc;
	text-decoration: none;
}
.con{
	text-align: center;
	text-decoration: none;
	color: #FF0000;
	padding-top: 10px;
}

.chu__sya{
	text-align: center;
	padding: 20px;
	margin-bottom: 20px;
}

.chu__sya > input{
	-webkit-appearance:none;
	background : url(../image/bg-body.jpg) repeat 0 0;
	border: none;
	font-size: 1em;
	padding-left: 5px;
}

.sel{
	width: 230px;
	height: 38px;
	border-radius: 3px;
	font-size: 1em;
}
.domain{
	-webkit-appearance:none;
	background : #ffffff;
	border: none;
	font-size: 1em;
	padding-left: 5px;
}

.form_inner{
	display: table;
}

#mail_form dl{
	display: table-row;


}

#mail_form dl dt{
	width: 230px;
	border: none;
	display: table-cell;
	border: solid 1px #FFFFFF;
	border-radius: 1px;
	padding-left: 20px;
	
}

#mail_form dl dd{
	background: #FFFFFF;
	display: table-cell;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;

}

#mail_form dl:last-of-type dd{
	border-bottom: 1px solid #999999;

}

.btn2{
	-webkit-appearance:none;
	text-decoration: none;
	border: none;
	border-radius: 2px;
	background : url(../image/bg-body.gif) repeat 0 0;
	display: inline-block;
	padding: 0.4em 0.7em 0.2em;
	margin-left: 10px;
	font-size: 1em;
	color: #ffffff;
	cursor: pointer;
}
}