﻿
@charset "utf-8";
/* CSS Document */

body{
	color: #000 !important;
}

#form_content{
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #FFF;
	font-family:"Noto Sans Japanese","Noto Sans","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,verdana,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:160%;
	padding-bottom:20px;
	font-size:120%;
}
#form_content_in{
	width: 1000px;
	padding: 2% 5% 5% 5%;
	margin: 0 auto;
}
#form_content_in p{
	margin:0.8em !important;
}
#form_content_in strong{
	color:#a40000;
	font-size:115%;
}
#form_content_in a:hover{
	opacity:0.5;
}
#form_content_in .note{
	font-size:90%;
}
#form_content_in .ColorRed{
	color:#d00000;
}
#form_content_in span.req{
	background:#d00000;
	color:#FFF;
    font-size: 60%;
    padding: 1%;
    margin: 1% 2%;
	border-radius:15%;
	font-weight:normal;
}
#form_content_in span.req::before {
	content: "必須";
}
#form_content_in span.que {
	background:#999;
	color:#FFF;
    font-size: 90%;
    padding: 1% 2%;
    margin: 1% 2% auto auto;
	border-radius:15%;
	font-weight:normal;
}
#form_content_in table.FormTable th a {
	text-decoration:none;
}
#form_content_in h1{
	clear:both;
	font-size:150% !important;
}
#form_content_in ul{
	list-style:disc;
	margin:2% auto 4% 3%;
}
#form_content_in .error{
	border:1px solid #F00;
	padding:5px 10px;
	margin-bottom:20px;
}
#form_content_in table.FormTable{
	background:#FFF;
	width:100%;
	border:2px solid #ccc;
	margin:1% auto;
}
#form_content_in table.FormTable tr{
	border-bottom:1px solid #c3c3c3;
}
#form_content_in table.FormTable th{
	background:#eae8e8;
	padding:2%;
	width:35%;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
	text-align: left;
	font-weight:normal;
	vertical-align: top;
}
#form_content_in table.FormTable td{
	padding:2%;
	border-right:1px solid #ccc;
	border-right:1px solid #ccc;
}

#form_content_in input,#form_content_in textarea,#form_content_in select{
	border: 1px solid #ccc;
	margin:1% 1%;
}
#form_content_in td span.line{
	display:inline-flex;
	width:100%;
}
#form_content_in dt{
  float: left;
}
#form_content_in dd{
  margin-left: 80px;
}

#form_content_in div.agree{
	width:90%;
	margin:3% auto;
	padding:3%;
	text-align:center;
}
#form_content_in div.agree ol{
	width:90%;
	margin:0 auto;
	padding:3%;
	text-align:left;
	font-size:90%;
}
#form_content_in div.agree ol li{
	margin:1% auto;
}
#form_content_in .formbtn{
	width:30% !important;
	margin:1% auto;
	padding:2%;
	background:#e5e5e5;
	font-size:100%;
	font-weight:bold;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	text-align:center;
	cursor:pointer;
	border: 2px solid #ccc;
	-webkit-appearance: none;
 	color:#222;
}
#form_content_in .formbtn:hover{
	opacity:0.7;
}


input::placeholder {
  color:#939393;
}

h1.PositionTitle::after {
    background: #011287 none repeat scroll 0 0;
    border: 1px solid #011287;
    content: "";
    display: block;
    height: 100%;
    left: -1px;
    position: absolute;
    top: -1px;
    width: 5px;

}
h1.PositionTitle{
	border: 1px solid #bbb;
    color: #011287;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 58px;
    margin: 0 auto 20px;
    min-height: 60px;
    padding: 0 30px;
    position: relative;
}
input[type=checkbox] {
	transform: scale(1.7);
	margin: 0 6px 0 0;
}
label{
	font-size:1.2rem
}


/* IE */
input:-ms-input-placeholder {
  color:#939393;
}
/* Edge */
input::-ms-input-placeholder {
  color:#939393;
}



@media (max-width: 960px){

#form_content{
	width: 100%;
	background-image:none;
}
#form_content_in{
	max-width: 1360px;
	padding:0;
	margin:1% auto;
}
}
@media (max-width: 767px){
#form_content_in .formbtn{
	width:70% !important;
	margin:2% auto;
	padding:4% 0;
	-webkit-appearance: none;
}
#form_content_in .min10{
	padding:1.5%;
	width:5%;
	min-width:90%;

}
#form_content_in .min40{
	padding:2%;
	width:auto;
	min-width:90%;
}
#form_content_in .min60{
	padding:2%;
	width:auto;
	min-width:90%;
}
#form_content_in .min90{
	padding:2%;
	width:auto;
	width:80%;
	min-width:90%;
}

#form_content{
	background-image:none;
}
#form_content_in{
	width: 95%;
	padding:0;
	margin:1% auto;
}
#form_content_in h1{
	margin-top:2%;
	line-height: 150%;
}
#form_content_in table.FormTable{
	width: 100%;
	border: none;
	margin:0;
	padding:0;
}
#form_content_in table.FormTable th{
	width: 96%;
	clear: both;
	display: block;
	border: none;
}
#form_content_in table.FormTable td{
	width: 96%;
	clear: both;
	display: block;
	border: none;
}
#form_content_in select,textarea{
}
}


@media (min-width: 768px){
#form_content_in .min10{
	padding:1.5%;
	width:5%;
	min-width:10%;
}
#form_content_in .min40{
	padding:1.5%;
	width:auto;
	min-width:40%;
}
#form_content_in .min60{
	padding:1.5%;
	width:auto;
	min-width:60%;
}
#form_content_in .min90{
	padding:1.5%;
	width:auto;
	width:80%;
	min-width:90%;
}
}

ul#menu{
	padding:15px 0 0 0;
	margin: 2% auto 4% !important;
}

ul#menu li{
  color: #4e4e4e;
  border: 1px solid #4e4e4e;
  padding: 10px 10px;
  border-radius: 3px;
  font-size: 15px;
  list-style: none;
  display: inline-block;
	font-weight:bold;
}

ul#menu li:hover{
	background:#ececec;
}

@media (max-width: 1000px){
	ul#menu li{
	margin-bottom:10px;
	}
}