@charset "UTF-8";
/* CSS Document */
header{
	margin-top: 8.5rem;
	margin-bottom: 8.5rem;
}

/*----------mainarea----------*/
#mainarea h3 {
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 500;
	color: #888;
	letter-spacing: 0.08em;
	margin-bottom: 3rem;
}
#mainarea h3 span {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	color: #888;
	line-height: 2;
}
#mainarea p {
	color: #231815;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
}
#mainarea dt {
	color: #524740;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}

/* -- for JavaScript ここから -------------------------------------------------------------------------------- */
form#mail_form dl dt span.required{
	display : inline-block;
	color : #fff;
	line-height : 1;
	margin-right: 0.5rem;
	padding: 7px;
	background-color: #b6282c;
	font-size: 80%;
	border-radius: 3px;
}
form#mail_form dl dt span.optional{
	display: none;
}
form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match{
	display : block;
	color : #ff0000;
	margin-top : 3px;
}
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 : -25px;
	margin-left : -25px;
}
@-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 );
	}
}

/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */
form#mail_form dt {
    border-top: 1px solid #7e7e80;
    margin-top: 2rem;
    padding-top: 2rem;
}
form#mail_form dl {
   padding:2rem 0rem;
}
form#mail_form dd {
   margin-bottom:1rem;
}
form#mail_form dt:nth-child(17) {
   line-height: 2.3rem;
}
form#mail_form dt:first-child {
    border-top: none;
}
form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"],
form#mail_form textarea{
	width : 100%;
	padding : 0.5rem 1rem;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #ffffff;
	-webkit-appearance : none;
	font-size : 18px;
	margin-top : 5px;
}
form#mail_form input[type="text"]:focus,
form#mail_form input[type="email"]:focus,
form#mail_form input[type="tel"]:focus,
form#mail_form textarea:focus{
	border : 1px solid #E5F4EC;
	background-color: #FFF;
}
form#mail_form ul li input[type="radio"],
form#mail_form ul li input[type="checkbox"]{
	margin-right : 10px;
	margin-top : 7px;
}
form#mail_form ul li:first-child input[type="radio"],
form#mail_form ul li:first-child input[type="checkbox"]{
	margin-top : 0px;
}
form#mail_form select{
	font-size : 100%;
	margin-top : 5px;
}
form#mail_form textarea{
	display : block;
	width : 100%;
	max-width : 100%;
	height : 200px;
	padding : 1rem;
	resize : vertical;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #ffffff;
	-webkit-appearance : none;
	font-size : 100%;
	font-family : inherit;
}
form#mail_form ul{
	list-style-type : none;
}
form#mail_form ul li label:hover{
	cursor : pointer;
}
form#mail_form input#postal{
	width: 30%;
}
form#mail_form input#postal + a{
	display : inline-block;
	padding : 6px 15px;
	background : #14227f;
	border : 1px solid #14227f;
	border-radius : 3px;
	color : #fff;
	font-family : inherit;
	text-decoration : none;
	margin-left: 1rem;
	transition: 0.2s;
}
form#mail_form input#postal + a:hover{
	cursor : pointer;
	background : #fff;
	color : #14227f;
}
form#mail_form ul.kind-list li{
	display: inline-block;
	min-width: 40%;
}
form#mail_form p#form_submit{
	width : 90%;
	margin : 0 auto;
	padding : 30px 0 60px 0;
}
form#mail_form input[type="button"]{
	padding : 1.5rem 6rem;
	vertical-align : middle;
	line-height : 1;
	background : #b6282c;
	border : 1px solid #b6282c;
	border-radius : 3rem;
	color : #fff;
	-webkit-appearance : none;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	transition: 0.2s;
}
form#mail_form input[type="button"]:hover{
	cursor : pointer;
	background : #fff;
	color : #b6282c;
}
form#mail_form input[type="text"], form#mail_form input[type="email"], form#mail_form input[type="tel"], form#mail_form textarea {
    background-color: #f2f2f2;
}
label span {
    margin: 1rem 2rem 0 1rem;
    vertical-align: middle;
}
span.amendment{
	font-size: 14px;
	font-size: 1.4rem;
}
/*----------radio----------*/
.selectradio {
  list-style: none;
  margin: 0;
  padding: 0;
}
.selectradio .selectradio-item {
    margin: 5px 0;
    padding: 0;
}
.selectradio input[type="radio"] {
    display: none;
}
.selectradio input[type="radio"]:checked + label {
    background: #b6282c;
	color: #fff;
    border: 1px solid #b6282c;
}
.selectradio .selectradio-label {
    display: block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
    width: 100%;
    height: 45px;
    text-align: center;
    line-height: 45px;
    padding: 0 5px;
    cursor: pointer;
	color: #524740;
    border: 1px solid #b1b1b1;
    border-radius: 5px;
	background: #eeeeee;
	background: -moz-linear-gradient( #ffffff 0%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
	background: -webkit-linear-gradient( #ffffff 0%, #eeeeee 100%);
	background: -o-linear-gradient( #ffffff 0%, #eeeeee 100%);
	background: linear-gradient( #ffffff 0%, #eeeeee 100%);    transition: 0.5s;
    border-radius: 4px;
}
.selectradio.selectradio-inline .selectradio-item {
	display: inline-block;
}
.selectradio.selectradio-inline .selectradio-label {
	display: inline-block;
}
.corporation {
	display: none;
}
.mandatory {
	display : inline-block;
	color : #fff;
	line-height : 1;
	margin-right: 0.5rem;
	padding: 7px;
	background-color: #b6282c;
	font-size: 80%;
	border-radius: 3px;
}

/*ーーーーーprivacypolicyーーーーー*/
#privacypolicy {
    height: 200px;
    padding: 2rem;
    border: 1px solid #3a3636;
    overflow: scroll;
    background-color: #FFFFFF;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 23px;
    line-height: 2.3rem;
}
#privacypolicy dl,
#privacypolicy dl dd,
#privacypolicy dl dd ul {
    margin-bottom: 0;
}
#privacypolicy dt{
	border: none!important;
}

/*----------thanks----------*/
.thanks-box {
	margin-bottom: 20rem;
}

.thanks-box h4{
	display: inline-block;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 500;
	padding-bottom: 1rem;
	border-bottom: solid 1px #08287e;
	color: #08287e;
}
.thanks-box p{
	padding: 5rem 0;
}
.contact-button{
	padding: 1.5rem 6rem;
    vertical-align: middle;
    line-height: 1;
    background: #08287e;
    border: 1px solid #08287e;
    border-radius: 3rem;
    color: #fff;
    -webkit-appearance: none;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    transition: 0.2s;
}
.contact-button:hover{
	cursor : pointer;
	background : #fff;
	color: #08287e;
	border: 1px solid #08287e;
}
/* ↓　lg 幅以下の時に反映される設定　↓ */
@media only screen and (max-width: 1199px) {
}
/* ↓　md 幅以下の時に反映される設定　↓ */
@media only screen and (max-width: 991px) {
}
/* ↓　sm 幅以下の時に反映される設定　↓ */
@media only screen and (max-width: 767px) {
}
/* ↓　col 幅以下の時に反映される設定　↓ */
@media only screen and (max-width: 575px) {
	header {
		margin-top: 10.5rem;
    }
    .copyright {
        padding: 0;
        height: 130px;
    }
    #page-top {
        right: 5px;
        bottom: 5px;
    }
}