@charset "UTF-8";



/*TOPへ戻るボタン*/
#page-top{ 
	display:block; 
	width:64px; 
	height:64px; 
	cursor:pointer; 
	opacity:0.8; 
	z-index:99999;
	text-align:center;
	margin:40px auto;
	}


body{
	background: #f8f6ef !important;
	}
	
.msg{font-size:15px;}

/********************************************************************************/

header {
    background: #fff url(../images/header/header-bg.png) repeat-x;
	background-size: 74px 24px;
	}
	
header .breakpoint-wrap h1 {
	text-align:center;
	padding-top:40px;
	}

header .breakpoint-wrap h1 a img{
	width: 255px;
	}

header .breakpoint-wrap {
    height: 125px;
    position: relative;
	}

footer {
    background:#043954;
	color:#fff;
	}

.breakpoint-wrap {
    max-width: 960px !important;
    margin: 0 auto;
	}
@media only screen and (max-width:767px) {
header {
    background: #fff url(../images/header/header-bg.png) repeat-x;
	background-size: 74px 24px;
	width:100%
	}
	
header .breakpoint-wrap h1 {
	text-align:center;
	padding-top:40px;
	}

header .breakpoint-wrap h1 a img{
	width: 255px;
	}

header .breakpoint-wrap {
    height: 125px;
    position: relative;
	}

footer {
    background:#043954;
	color:#fff;
	}

.breakpoint-wrap {
    max-width:100%;
    margin: 0 auto;
	}

.pc-form{
	padding:0 10px;}

	}


/********************************************************************************/

footer{
	margin-top:150px
	}

footer .footer-copylight section{
	align-items:flex-end ;
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	}

	footer .footer-copylight {
		
		background: #043954;
		padding: 20px 0;
		color: #FFFFFF;
		overflow:hidden;
		}

	footer .footer-copylight h2 {
		background: url(../images/footer/h1_2.png) no-repeat center center;
		text-indent: -1000%;
		white-space: nowrap;
		width: 255px !important;
		height: 65px;
		margin-right:10px;
		background-size: 255px 65px;
		}

	footer .footer-copylight section address {
		padding: 0 0 10px 10px;
		font-size:12px;
		}	
	
		footer .footer-copylight section small {
			flex:1;
			text-align: right;
			padding-bottom: 10px;
			font-size:12px;
			}


@media only screen and (max-width:767px) {

footer{
	margin-top:80px
	}

	footer .footer-copylight h2 {
	display:none;
	}
	footer .footer-copylight section address {
		text-align:center !important
		}
	footer .footer-copylight section{
			display:block;
			text-align:center !important
			}

	}

/********************************************************************************/

.input-txt table{
	box-sizing:border-box;
	width:100%
	}
.input-txt table th{
	display:block;
	box-sizing:border-box;
	font-size: 14px;
    font-weight: bold;
    background: #E9EBF0;
    border-left: solid 3px #005383;
    color: #005383;
    padding: 7px 10px;
    margin: 0 0 8px 0;
	width:100%;
	}
.input-txt table td{
	display:block;
	padding-bottom:30px;
	box-sizing:border-box;
	width:100%;
	font-size: 14px;
	}


@media only screen and (max-width:767px) {
.input-txt table{
	box-sizing:border-box;
	width:100%;
	}
.input-txt table th{
	display:block;
	box-sizing:border-box;
	font-size: 14px;
    font-weight: bold;
    background: #E9EBF0;
    border-left: solid 3px #005383;
    color: #005383;
    padding: 7px 10px;
    margin: 0 0 8px 0;
	width:100%;
	}
.input-txt table td{
	display:block;
	padding-bottom:30px;
	box-sizing:border-box;
	width:100%;
	}
	}


/********************************************************************************/



	
	
	
	
	
form {
	color: #333;
}
.policy {
	height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
	margin: 15px;
	padding: 15px;
	background: #FFF;
	border-radius: 10px 0 0 10px;
}
.policy::-webkit-scrollbar {
width: 10px;
}
.policy::-webkit-scrollbar-track {
background: #eee;
}
.policy::-webkit-scrollbar-thumb {
border-radius: 5px;
background: #666;
}
.policy h3 {
	font-size: 14px;
	padding-bottom: 5px;
	font-weight: bold;
}
.policy p {
	padding-bottom: 15px
}
.h-namaformError, .parentFormmainform, .formError {
	position: relative!important;
	top: 0px!important;
	left: 0px!important;
	margin-top: 0px!important;
	display: block;
}


.btn{
	margin:0 auto;
	text-align:center
	}

button[type="submit"],
input[type="button"],input[type="submit"] {
	border-style: none;
	width: 200px;
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	padding: 15px 0px;
	color: #fff;
	background-color: #49a9d4;
	border-radius: 5px;
	cursor: pointer;
	margin: 25px auto 0 auto;
	transition: .3s;
}
button[type="submit"]:hover,
input[type="button"]:hover {
	background-color: #0075A6;
}
.backbtn {
	border-style: none;
	width: 200px;
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	padding: 15px 0px;
	color: #fff;
	background-color: #00cccc;
	border-radius: 5px;
	cursor: pointer;
	margin: 25px auto 0 auto;
	transition: .3s;
}
.backbtn:hover {
	background-color: #1a9d9d;
}
.submbtn {
	background-color: #ec7e1d!important;
}
.submbtn:hover {
	background-color: #efb400;
}
.form-result {
	font-size: 14px;
	line-height: 1.4
}
.form-result span {
	padding-top: 10px;
	display: block;
}
.form-result span:first-child {
	padding-top: 0px;
}
.policy {
	border: 1px solid #E3E3E3;
}
.formError+input[type="text"] {
	background: #fffa76;
}
.formError+textarea {
	background: #fffa76;
}
@media only screen and (max-width:767px) {
p.top-read {
	padding: 20px 0;
	font-size: 14px;
}
p.top-read span {
	display: block;
	text-align: center;
	padding: 3px 0;
}
.policy {
	font-size: 12px;
}
.policy h3 {
	font-size: 13px;
	padding-bottom: 5px;
	font-weight: bold;
}
.policy p {
	padding-bottom: 18px
}
.read-box {
	font-size: 11px;
	line-height: 1.3;
	padding: 20px 0;
	color: #333;
}
.read-box p {
	border-bottom: 1px solid #BCBCB5;
	padding: 10px;
}
.read-box p:first-child {
	border-top: 1px solid #BCBCB5;
}
#h-mail {
	margin-bottom: 10px;
}
header+h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #005383;
	padding: 20px;
}
.input-txt {
	border-color: #FFFFFF;
	background-color:#fff;
	border-style: solid;
	border-width: 5px;
	padding:10px;
}
.input-txt .formErrorContent {
	position: relative;
	color: #E20003;
	background: #FFFFFF;
	display: block;
	text-align: center;
	border: 1px #C40003 solid;
	padding: 20px 10px;
	margin-bottom: 10px;
	height: auto;
}
.input-txt .formErrorContent {
	display: block;
	position: relative;
}
.input-txt dl {
	background: #fff;
}
.input-txt dt {
	font-size: 14px;
	font-weight: bold;
	background: #E9EBF0;
	border-top: solid 2px #005383;
	color: #005383;
	padding: 15px;
}
.input-txt dd {
	padding: 10px 10px 15px 10px;
}
.input-txt input[type="text"] {
	border: #C7C7C7 1px solid;
	width: 100%;
	padding: 10px;
	font-size: 18px;
	border-radius: 5px;
}
.check {
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 5px;
}
.check .formErrorContent {
	color: #E20003;
	background: #FFFFFF;
	display: block;
	text-align: center;
	border: 1px #C40003 solid;
	padding: 20px 10px;
	margin-top: 0px!important;
	margin-bottom: 10px!important;
}
.check label > div.formErrorContent {
	margin-top: 0px!important;
	margin-bottom: 0px!important;
}
.check div.formError+textarea {
	margin-top: 0px!important;
}
/*.check dt{ font-size:14px; background:#63a1e6; color:#fff; text-align:center; padding:15px 0; }*/
.check dt {
	font-size: 14px;
	font-weight: bold;
	background: #E9EBF0;
	border-top: solid 2px #005383;
	color: #005383;
	padding: 15px;
}
.check dl {
	background: #fff;
}
.check label {
	font-size: 14px;
	display: block;
	padding: 20px 10px;
	border-bottom: #bcbbb4 1px dotted;
	cursor: pointer;
}
.check label:last-child {
	border-bottom: #bcbbb4 0px dotted;
}
.check textarea {
	border: #C7C7C7 1px solid;
	width: 100%;
	height: 100px;
	margin: 15px 0 0 0;
	padding: 10px;
	font-size: 18px;
	border-radius: 5px;
}
.check .check-inp {
	padding: 15px;
	font-size: 14px;
	line-height: 1.54;
}
.agree {
	text-align: center;
	background: #FFF1B6;
}
.agree span {
	font-size: 18px;
	vertical-align: middle;
}
.check-txt {
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 5px;
}
.check-txt textarea {
	font-size: 14px;
	border: #C7C7C7 1px solid;
	width: 100%;
	height: 100px;
	padding: 10px;
	font-size: 18px;
	border-radius: 5px;
}
.check-txt dl {
	background: #fff;
}
.check-txt dt {
	font-size: 14px;
	font-weight: bold;
	background: #E9EBF0;
	border-top: solid 2px #005383;
	color: #005383;
	padding: 15px;
}
.check-txt dd {
	margin: 10px 10px 0px 10px;
	padding-bottom: 15px;
}
}
@media only screen and (min-width:768px) {
p.top-read {
	padding: 30px 0;
	font-size: 16px;
	text-align: center;
	
}
.formErrorContent {
	color: #E20003;
}





header .breakpoint-wrap h1 {
	margin: 0 auto!important;
	position: relative;
}



header+h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #005383;
	padding: 20px;
}









.input-txt, .check, .check-txt {
	width: 600px;
	margin: 0 auto;
	background: #FFFFFF;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 30px 30px 0px 30px;
}
.input-txt input[type="text"] {
	border: #C7C7C7 1px solid;
	width: 100%;
	padding: 10px;
	font-size: 18px;
	border-radius: 5px;
}
.input-txt .formErrorContent {
	position: absolute;
	left: 15px;
	bottom: -8px;
	background: rgba(255,255,255,.95);
	padding: 10px;
	border-radius: 5px;
	border: #BF0003 1px solid;
	font-size: 13px;
}
.input-txt .formErrorContent:before {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 10px;
	display: block;
	background: url(../img/arrow-w.png) no-repeat;
	width: 15px;
	height: 9px;
	background-size: 15px 9px;
}
.input-txt dt, .check dt, .check-txt dt {
	font-size: 14px;
	font-weight: bold;
	background: #E9EBF0;
	border-left: solid 3px #005383;
	color: #005383;
	padding: 7px 10px;
	margin: 0 0 8px 0;
}
.check label {
	display: inline-block;
	width: 49%;
	font-size: 14px;
	padding: 10px 0;
	vertical-align: middle;
}
.check .formErrorContent {
	color: #E20003;
	position: absolute;
	left: 15px;
	bottom: 8px;
	background: rgba(255,255,255,.95);
	padding: 10px;
	border-radius: 5px;
	border: #BF0003 1px solid;
	font-size: 13px;
	display: block;
}
.check label:last-child {
	clear: both;
	width: 100%;
}
.check label:last-child .formErrorContent {
	bottom: -22px
}
.check label:last-child .formErrorContent:before {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 10px;
	display: block;
	background: url(../img/arrow-w.png) no-repeat;
	width: 15px;
	height: 9px;
	background-size: 15px 9px;
}
.agree-box label:last-child .formErrorContent {
	bottom: 10px
}
.check textarea {
	border: #C7C7C7 1px solid;
	width: 100%;
	height: 70px;
	margin: 15px 0 0 0;
	padding: 10px;
	font-size: 18px;
	border-radius: 5px;
}
.check-txt textarea {
	border: #C7C7C7 1px solid;
	width: 100%;
	height: 150px;
	margin: 5px 0 0 0;
	padding: 10px;
	font-size: 18px;
	border-radius: 5px;
}
.check-txt .formErrorContent {
	position: absolute;
	left: 15px;
	bottom: -8px;
	background: rgba(255,255,255,.95);
	padding: 10px;
	border-radius: 5px;
	border: #BF0003 1px solid;
	font-size: 13px;
}
.check-txt .formErrorContent:before {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 10px;
	display: block;
	background: url(../img/arrow-w.png) no-repeat;
	width: 15px;
	height: 9px;
	background-size: 15px 9px;
}
label.agree {
	font-size: 14px;
	display: block;
	padding: 20px 10px;
	cursor: pointer;
}
.agree {
	text-align: center;
	background: #FFF1B6;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 0px 0px 30px 0px;
}
.agree span {
	font-size: 18px;
	vertical-align: middle;
}
.read-box {
	width: 600px;
	margin: 0 auto;
}
.read-box {
	font-size: 11px;
	line-height: 1.3;
	padding: 20px 0;
	color: #333;
}
.read-box p {
	border-bottom: 1px solid #BCBCB5;
	padding: 10px;
}
.read-box p:first-child {
	border-top: 1px solid #BCBCB5;
}
.sendbtn {
	display: table;
	width: 600px;
	margin: 0 auto;
}
.sendbtn span {
	display: table-cell;
	text-align: center;
}
}
.end-box {
	background: #FFFFFF;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 30px 30px 30px 30px;
}
.index-center {
	text-align: center;
}
.error-img img {
	width: 100%;
	height: auto;
}
.error-btn, .close-btn {
	text-align: center;
}
.error-btn a {
	border-style: none;
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	padding: 15px 25px;
	color: #fff;
	background-color: #49a9d4;
	border-radius: 5px;
	cursor: pointer;
	margin: 25px auto 0 auto;
	transition: .3s;
}
.error-btn a:hover {
	background-color: #0075A6;
}
.close-btn a {
	border-style: none;
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	padding: 15px 25px;
	color: #fff;
	background-color: #444;
	border-radius: 5px;
	cursor: pointer;
	margin: 25px auto 0 auto;
	transition: .3s;
}
.close-btn a:hover {
	background-color: #666;
}
@media only screen and (max-width:767px) {
.error-img {
	width: 95%;
	margin: 40px auto 20px auto;
}
.error-box {
	background: #FFF;
	width: 95%;
	margin: 30px auto;
	border-radius: 10px;
	padding: 25px;
}
.error-p {
	text-align: center;
	font-size: 16px;
}
}
@media only screen and (min-width:768px) {
.error-img {
	width: 400px;
	margin: 80px auto 40px auto;
}
.error-box {
	background: #FFF;
	width: 760px;
	margin: 60px auto 30px auto;
	border-radius: 10px;
	padding: 10px 0 60px 0;
}
.error-p {
	text-align: center;
	font-size: 16px;
}
}
