@charset "UTF-8";

.fl{
	float:left;
}
.fr{
	float:right;
}
header {
	border-bottom:3px solid #017df1;
	width:100%;
	max-width:none;
	position:static;
	box-shadow:none;

}
.menu_icons li:last-child{
	background-color: #017df1;
}
.menu_icons li:last-child i{
	color: #fff;
	line-height: 35px;
}
#contactpage_box{
	width:80%;
	max-width:1000px;
	margin:0 auto;

}
#contactpage_box h1{
	color:#017df1;
	margin:60px 0 30px 0;
	text-align:center;
	font-size:28px;
	font-weight:bold;
}
#contactpage_box h2{
	color:#017df1;
	margin:60px 0 30px 0;
	text-align:center;
	font-size:28px;
	font-weight:bold;
	padding:0;
}
#header_box{
	max-width: 1280px;
    margin: 0 auto;
	padding: 0 40px;
}
#toi_txt{
	margin-bottom:30px;
}
.required{
	color:#01baef;
}
table, th, td, tr{
	width:100%;
	text-align:left;
}
table tr td{
	padding-bottom:20px;
	padding-top: 10px;
}
#input{
	width:100%;
	height:40px;
	text-align:left;
	padding:0 10px;
	margin-top: 10px;
}
textarea {
	width:100%;
	height:120px;
	padding:10px;
	text-align:left;
	line-height:1.5;
}
.smallred{
	font-size:70%;
}
.kakuninbtn {
    display: block;
    margin:auto;
    padding: 15px 40px;
    background-color: #017df1;
    color: #fff;
    font-size: 15.4px;
	letter-spacing:3px;
	font-weight:bold;
	cursor: pointer;
	outline: none;
	border:none;
	border-radius: 30px;
 	-webkit-border-radius: 30px;
	-moz-border-radius:30px;
	-webkit-appearance: none;
}
.btn_back {
    display: block;
    margin:auto;
    padding: 10px 20px;
    background-color: #fff;
	border:1px solid #017df1;
	color:#017df1;
    font-size: 15.4px;
	letter-spacing:3px;
	font-weight:bold;
	cursor: pointer;
	outline: none;
	border-radius: 30px;
 	-webkit-border-radius: 30px;
	-moz-border-radius:30px;
	-webkit-appearance: none;
}
select,
input[type="text"],
textarea {
	outline: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
select:focus,
input[type="text"]:focus,
textarea:focus {
	border: 1px solid #017df1;
}
footer {
	border-top:solid 3px #017df1;
	margin-top:60px;
	bottom:0;}
#footer {
	padding-bottom:10px;
}
.inq01{
	width:100%;
}
.inq01 td, .inq01 th{
	border:1px solid #D9D9D9;
	padding:13px 10px;
	word-break: break-all;
	border-collapse:collapse;
}
.inq01 th{
	width:30%;
}
.inq01 td{
	width:70%;
}


@media print, screen and (max-width:768px) {
header{ padding:auto 0;}
#header_box{
	width:95%;
	padding:0;
}
#toi_txt p{
	text-align:left;
}
#contactpage_box{
	width:90%;
	max-width:700px;
	margin:0 auto;

}
}
@media print, screen and (max-width:480px) {
#contactpage_box h1{
	color:#017df1;
	margin:30px 0 30px 0;
	text-align:center;
	font-size:28px;
	font-weight:bold;
}

#contactpage_box h2{
	color:#017df1;
	margin:10px 0 20px 0;
	text-align:center;
	font-size:28px;
	font-weight:bold;
}
nav img{
    margin-right: 0;
}
.kakuninbtn {
    padding: 10px 20px;
    font-size: 13px;
}

.btn_back {
    padding: 10px 10px;
    font-size: 13px;
}
}
.required{color:#ff0000;font-size:90%;}
.hissu_ico{
    background-color: #ffa200;
    color: #fff;
    padding: 5px;
}
option {
    text-align: left;
}
.bg_blue {
	width: 100%;
    background: #e5f2f9;
    padding: 50px 80px;
}
@media print, screen and (max-width:768px) {
.bg_blue {
	width: 100%;
    background: #e5f2f9;
    padding: 30px 20px;
}
}
.submitbutton {
	display: flex;
    justify-content: space-between;
    width: 50%;
    margin: 0 auto;
}
@media print, screen and (max-width:768px) {
.submitbutton {
    width: 100%;
}
}