@charset "utf-8";
/*****************************
 reset
******************************/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ul {
  list-style: none;
  list-style-type: none;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
a{text-decoration:none;}

/*****************************
 fontsize
******************************/
/* 12px @ 320px increasing to 16px @ 768px */
@media (min-width: 320px) {
  :root {
    font-size: calc(0.75rem + ((1vw - 3.2px) * 0.4464));
    /* Where: * 0.4464 = 100 * font_Size_Difference / viewport_Width_Difference */
  }
}
/* Prevent font scaling beyond this breakpoint */
@media (min-width: 768px) {
  :root {
    font-size: 14px;
  }
}
/*****************************
 style
******************************/
html {
  height:100%;
}
body{
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
  	min-height: 100%;
	background: #fff;
	color:#fff;
	line-height:1.4;
}
/*****************************
 header
******************************/
#contact header{
	width:100%;
	color:#fff;
	text-align:center;
	margin:0 0 10px;
}
#contact #top-head{
	text-align:center;
	max-width:100px;
	padding:5px 0 0;
	margin:0 auto;
}
#contact #top-head img{
	width:100%;
}
.banner{
	padding-bottom:10px;
	text-align: center;
}
.banner a{
	display: block;
}
.banner img{
	width:100%;
	max-width: 610px;
}
.banner img:hover{
	opacity: 0.9;
}
@media only screen and (max-width: 640px){
.banner{
	margin:0 10px;
}
}
/*****************************
 flame
******************************/
#contact .flame{
	margin:0 auto 32px;
    position: relative;
	max-width: 750px;
	width:100%;
    border: 6px double #000;
	background: #8e8e8e; /* Old browsers */
	background: -moz-linear-gradient(top, #8e8e8e 0%, #c7c7c7 16%, #ffffff 40%, #ffffff 61%, #c7c7c7 85%, #8e8e8e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8e8e8e), color-stop(16%,#c7c7c7), color-stop(40%,#ffffff), color-stop(61%,#ffffff), color-stop(85%,#c7c7c7), color-stop(100%,#8e8e8e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8e8e8e 0%,#c7c7c7 16%,#ffffff 40%,#ffffff 61%,#c7c7c7 85%,#8e8e8e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8e8e8e 0%,#c7c7c7 16%,#ffffff 40%,#ffffff 61%,#c7c7c7 85%,#8e8e8e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #8e8e8e 0%,#c7c7c7 16%,#ffffff 40%,#ffffff 61%,#c7c7c7 85%,#8e8e8e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #8e8e8e 0%,#c7c7c7 16%,#ffffff 40%,#ffffff 61%,#c7c7c7 85%,#8e8e8e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e8e8e', endColorstr='#8e8e8e',GradientType=0 ); /* IE6-9 */
}
#contact .flame:before{
	content:"";
	display:block;
	position: absolute;
	top: -4px;
	left: 0;
	right: 0;
	height:2px;
	background-image:url(../img/news_box_line01.png);
}
#contact .flame:after{
	content:"";
	display:block;
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	height:2px;
	background-image:url(../img/news_box_line01.png);
}
#contact .flame .flame_inside{
    border: 1px solid #4a4a4a;
	background: #000043;
	padding: 0 40px 32px;
	box-shadow: 0 0 15px 15px rgba(0,0,3,0.6) inset;
}
@media only screen and (max-width: 768px){
	#contact .flame{
	max-width: 750px;
	width:100%;
	margin:0 auto 32px;
    position: relative;
}
#contact .flame .flame_inside{
    padding: 0 20px 32px;
}
}

#contact h1{
	text-align:center;
	padding:32px 0 16px 0;
	margin:0 0 24px 0;
	background-image:url(../img/news_line.png);
	background-repeat:no-repeat;
	background-position:top center;
	background-position: bottom left, bottom right;
    background-size: auto auto , auto auto;
	font-size: 120%;
	color:#fff;
	font-weight:bold;
}
#contact h2{
	position:relative;
	color:#fff;
	padding:0 0 5px 28px;
	margin:32px 0 16px;
	font-weight:bold;
}
#contact h2:before{
	content:"";
	position:absolute;
	background-image:url(../img/icon.png);
	width:24px;
	height:19px;
	left:0;
}
#contact h2:after{
	content:"";
	display: block;
	position:absolute;
	left:0;
	bottom: -5px;
	width:100%;
	height:2px;
	background: #828cb4; /* Old browsers */
	background: -moz-linear-gradient(left, #0c0e4e 0%, #828cb4 50%, #0c0e4e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #0c0e4e 0%,#828cb4 50%,#0c0e4e 100%); /* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0c0e4e), color-stop(50%,#828cb4), color-stop(100%,#0c0e4e)); /* Chrome,Safari4+ */
	background: -o-linear-gradient(left, #0c0e4e 0%, #828cb4 50%, #0c0e4e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #0c0e4e 0%, #828cb4 50%, #0c0e4e 100%); /* IE10+ */
	background: linear-gradient(to right, #0c0e4e 0%,#828cb4 50%,#0c0e4e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c0e4e', endColorstr='#0c0e4e',GradientType=1 ); /* IE6-9 */
}
#contact h4{
	color:#ff0;
	font-weight:bold;
	margin:24px 0 0 0;
}


/*  */
.sub_text_box{
	margin:0 0 32px;
}
.sub_text_box a{
	text-decoration:underline;
}
/*****************************
 btn input
******************************/
input,
select{
	padding:0.75em 1.5em;
	font-size:medium;
	font-weight: bold;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
input{
	margin-bottom: 5px;
}
.form_btn{
	text-align:center;
	margin:32px 0 0 0;
}
.footer_btn{
	text-align:center;
	margin:0 0 24px;
}
.form_btn_set{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.form_btn_set input{
	width:48%;
	font-size: small;
	display:block;
	margin:0 0 16px 5px;
}
@media only screen and (max-width: 640px){
	.form_btn_set input{
	width:100%;
	display:block;
	margin-bottom:16px;
}
}
.form_btn_set:after{
	width:48%;
}
.form_btn input,
.footer_btn input,
.form_btn_set input{
	min-width:270px;
	cursor:pointer;
	text-decoration: none;
}
.form_input input{
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2) inset;
	border:1px solid #a9a9a9;
}
.contact_form .form_input p{
	margin:16px 0 0 0 ;	
}
.contact_form .form_input a{
	color: #c8cad7;
	text-decoration: underline;
}

.footer_btn input{
	moz-box-shadow: inset 0px 1px 0px 0px #97c4fe;
    -webkit-box-shadow: inset 0px 1px 0px 0px #97c4fe;
    box-shadow: inset 0px 1px 0px 0px #97c4fe;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
    background: -moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
    background: -webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
    background: -o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
    background: -ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
    background: linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
    background-color: #3d94f6;
    border: 2px solid #337fed;
	color:#fff;
}
.form_btn input{
	-moz-box-shadow: inset 0px 1px 0px 0px #ffcf3e;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffcf3e;
    box-shadow: inset 0px 1px 0px 0px #ffcf3e;
    background: #ffb76b; /* Old browsers */
background: -moz-linear-gradient(top, #ffb76b 0%, #ffa73d 0%, #ff7f04 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffb76b 0%,#ffa73d 0%,#ff7f04 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffb76b 0%,#ffa73d 0%,#ff7f04 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 ); /* IE6-9 */
    background-color: #ffb76b;
    border: 2px solid #ffb76b;
    color: #000;
	text-shadow: -1px -1px 0px #ffffff;
}
.form_btn_set input{
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 1px 2px 0px 0px #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
    background: -moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background: -webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background: -ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
    background-color: #ededed;
    border: 2px solid #BCBCBC;
    color: #000;
	text-shadow: -1px -1px 0px #ffffff;
}
@media only screen and (max-width: 750px){
	.form_input input{
	width:100%;
}
	.form_btnset{
	display: block;
	justify-content:space-between;
	flex-wrap:wrap;
}
	
	
.form_btnset input{
	width:100%;
	margin:0 0 16px;
}
}
.form_input h3{
	overflow: hidden;
}
.form_input h3 span{
	position: relative;
	display: inline-block;
	margin: 3em 2.5em 0 0;
	padding: 0 1em 0 0;
	text-align: left;
	font-weight:bold;
	color: #fff;
}
.form_input h3 span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 400%;
	height: 1px;
	background-color:#828cb4;  
}
.form_input h3 span::after {
	left: 100%;
}

/* 重要箇所 */
.important{
	background-color:#fff;
	border:3px double #2e3f75;
	padding:16px 16px 16px 32px;
	margin:16px 0;	
}
.important li{
	position:relative;
	color: #000043;
}
.important li:before{
	content:"●";
	color:#969fba;
	position:absolute;
	left:-16px;
}
.important_subtext{
	padding:0 16px 0 32px;
}
.important_subtext li{
	position:relative;
}
.important_subtext li:before{
	content:"●";
	position:absolute;
	left:-16px;
}
.numberBox span{
	display: inline-block;
	width : 98% ;
	width : -webkit-calc(100% - 36px) ;
	width : calc(100% - 36px) ;
	vertical-align: top;
}
.important_number{
	background-color:#fff;
	border:3px double #2e3f75;
	padding:16px 16px 16px 32px;
	margin:2px 0 0;	
}
.important_number ol{
	list-style-type: decimal;
}
.important_number li{
	margin-bottom: 3px;
	position:relative;
	color: #000043;
}
.important_number li:before{
	content:"";
	position:absolute;
	left:-16px;
}

.mail_box{
	margin:16px 0;
	width:100%;
}
.mail_box th,
.mail_box td{
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	padding:8px;
}
.mail_box th{
	background-color:#fff;
	color:#2e3f75;
	
}
@media only screen and (max-width: 750px){
	.mail_box{
		margin:16px 0 5px;
		width:100%;
	}
}
