@charset "utf-8";



/* -------------------------------------------------------
	contactus
------------------------------------------------------- */

.mv-contactus {
	background: url(../img/contactus/mv.png) no-repeat bottom center;
	background-size: cover;
}
.readText {
	position: relative;
	top: -40px;
	max-width: 1200px;
	padding: 70px;
	margin: 0 auto 20px;
	background-color: rgba(255,255,255,0.90);
	box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.2);
	text-align: center;
}
.readText h3 {
  font-weight: 100;
	font-size: 160%;
	line-height: 1.4;
	color: #053597;
}
.txtBlk {
	color: #000 !important;
}
.adressBox{
	background-color: #f8f8f8;
	border: solid 1px #eaeaea;
	padding: 30px 44px;
	margin-bottom: 40px;
}
.adressBox > .col{
	margin-bottom: 0;
	width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.adressBox .col > .col2{
	width: 49%;
}
.adressBox .col > .col2:last-child {
	margin-bottom: 0;
	width: 100%;
}
.adressBox li{
	display: table;
	margin-bottom: 20px;
}
.adressBox li p{
	display:table-cell;
	vertical-align: middle;
	line-height: 1;
}
.adressBox li .adTtl{
	width:4.5em;
	text-align: center;
	color: #fff;
	background-color: #054a97;
	font-size: 106%;
	padding: 1.1em 5px;
}
.adressBox li .adInfo{
	padding-left:.4em ;
	font-weight: bold;
	text-align: left;
	color: #000;
}
.adressBox li .adInfo.num{
	font-size:175%;
}
.adressBox li .adInfo.num span{
	font-weight:normal;
	font-size: 50%;
}
.adressBox li .adInfo.mail{
	font-size:132%;
}

.adressWrapper h4{
	font-size:112%;
	text-align: left;
	font-weight: normal;
}
.adressWrapper p {
	text-align: left;
	font-size:100%;
	margin-top: 20px;
}
.adressWrapper p span{
	font-size:88%;
}
.adressWrapper .note{
	width:100%;
	color:#666;
	font-size:14px;
	font-weight: normal;
	padding-top:20px;
	margin-top:20px;
	border-top: solid 1px #ddd;
}
.contactusInfo > h4 {
	font-size: 18px;
	color: #000;
}
.contactusInfo > p {
	font-size: 16px;
	color: #000;
}
.innerTtl {
  font-size: 32px;
  position: relative;
  margin-bottom: 50px;
  text-align: center;

}
@media screen and (max-width:1200px){
	.adressBox li .adInfo.num span{
		display: block;
		padding-top: 2px;
	}
	.readText {
    max-width: 96%;
    padding: 60px;
	}
}
@media screen and (max-width:900px){
	.adressBox .col > .col2{
		width: 100%;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:768px){
	.readText {
		padding: 20px;
    top: -30px;
    max-width: 90%;
    margin: 0 auto 20px;
	}
	.readText h3 {
		margin: 0;
	}
}

@media screen and (max-width:767px){
	.readText h3 {
		font-size: 16px;
		line-height: 1.7;
	}
	.adressBox{
		padding: 15px 12px 5px;
		margin-bottom: 20px;
	}
	.adressBox li,
	.adressBox .col > .col2{
		margin-bottom: 10px;
	}
	.adressBox li .adTtl{
		width:22%;
		font-size: 74%;
		padding: 10px 2px;
	}
	.adressBox li .adInfo.num{
		font-size:112%;
		line-height: 1.2;
	}
	.adressBox li .adInfo.mail{
		font-size:82%;
	}
	.adressWrapper h4{
		font-size:100%;
	}
	.adressWrapper p{
		font-size:92%;
	}
	.adressWrapper .note{
		width:100%;
		color:#666;
		font-size:84%;
		padding-top:20px;
		margin-top:20px;
		border-top: solid 1px #ddd;
	}
	.innerTtl {
		font-size: 24px;
		margin-bottom: 30px;
	}
}
@media screen and (max-width:640px){
	.readText h3 {
		font-size: 92%;
	}
}

/* tbl
------------------------------- */
.tblForm{
	width: 100%;
	margin-bottom: 30px;
	border-top: 1px solid #ccc;
	border-collapse: collapse;
	table-layout: fixed;
}
.tblForm th,
.tblForm td {
	padding: 1em;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	vertical-align: middle;
	word-wrap: break-word;
}
.tblForm th {
	font-weight: 700;
	background-color: #f2f2f2;
	width: 30%;
	text-align: left;
	border-bottom: 1px solid #ccc;
	line-height: 1;
}
.tblForm th .cellwrap{
	position: relative;
}
/*  option and required  */
.tblForm th span.itemTag{
	padding: 4px 8px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	text-align: center;
	color: #fff;
	font-weight: 400;
	font-size: 85.8%;
	position: absolute;
	top:0;
	bottom:0;
	right: 1em;
	margin: auto;
	line-height: 1;
	background-color: #ff2020;
	height: 1.5em;
}
.pp{
	padding:40px 0;
	text-align: center;
}

/* btn*/
.submitBtn{
	text-align:center;
}
.submitBtn li{
	width:30%;
	padding: 0 10px;
	margin:auto;
	display: inline-block;
	position: relative;
}
.submitBtn li input{
	text-align:center;
	font-size:120%;
	display:block;
	width:100%;
	height:100%;
	padding: 24px 0;
	background-color: #054a97;
	color: #fff !important;
	position: relative;
	border: none;
	line-height: 1;
	cursor: pointer;
}
.submitBtn li:after{
	position: absolute;
	right:20px;
	top:0;
	bottom: 0;
	height: 1em;
	margin: auto;
	color: #fff;
	content:'\f105';
	font-family: FontAwesome;
	font-size: 120%;
	line-height: 1;
}
.submitBtn li input:hover{
	background-color: #666;
}
.submitBtn li.back input{
	background-color: #555;
}
.submitBtn li.back input:hover{
	background-color: #666;
}
.submitBtn li.back:after{
	position: absolute;
	left:20px;
	top:0;
	bottom: 0;
	right: auto;
	height: 1em;
	margin: auto;
	color: #fff;
	content:'\f104';
	font-family: FontAwesome;
	font-size: 120%;
	line-height: 1;
}

/*error*/
.error-message {
	color: #f00;
	position: relative;
	padding:5px 0;
	font-size: 88%;
}
input.error-input,
textarea.error-input {
	background: #FCE5EF;
	border: #f00 1px solid !important;
}

@media screen and (max-width:767px) {
	.tblForm{
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}
	.tblForm th,
	.tblForm td {
		display: block;
		width: 100%;
	}
	.tblForm th{
		font-size:92%;
		padding: .6em;
	}
	.pp{
		padding:20px 0;
		font-size: 92%;
	}
	.submitBtn{
		width:80%;
		margin: auto;
		text-align: center;
	}
	.submitBtn li{
		width:100%;

	}
	.submitBtn li input{
		font-size:100%;
		padding: 14px 0;
		padding:15px 10px;
		border-radius: 0;
	}
	input[type="submit"] {
		-webkit-appearance: none;
		border-radius: 0;
	}
	.submitBtn li.back input {
    margin-bottom: 10px;
	}
}

/*
 form size
---------------------------------------- */

.small01 { width: 5em;}
.small02 {	width: 50px;}

.medium01 { width: 150px;}
.medium02 { width: 260px;}
.medium03 { width: 350px;}
.medium04 { width: 450px;}
.medium05 { width: 650px;}

.large01 {width: 98%;}
.large02 {width: 50%;}
@media screen and (max-width:767px){
	.medium02,
	.medium03,
	.medium04,
	.medium05{
		width: 100%;
	}
}

/*
form parts
---------------------------------------- */
input[type="text"], button, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
select{
	outline: none;
	border: 1px solid #053597;
	border-radius: 3px;
	font-size: 16px;
	padding: 8px;
	margin-bottom: 5px;
}
select{
	padding: 5px 15px;
}
textarea{
	width: 100%;
	height: 170px;
}
input[type="radio"],input[type="checkbox"]{
	margin-right: 10px;
}
label{margin-right: 15px;}

input[type="text"]:focus,
textarea:focus {
    box-shadow: 0 0 7px #f8f8f8;
}

@media screen and (max-width:767px){
	input[type="text"]{
		width: 100%;
		padding: 10px;
	}
	select{
		padding: 10px;
		width: 100%;
	}
	label{
		margin:15px 0;
		display: block;
		font-size: 18px;
	}
	label > label {
		display: inline-block;
		margin: 0;
	}
}


.con {
  width: 70%;
  text-align: center;
  margin: 0 auto 30px;
}
.con ul {
  text-align: left;
}
.con ul > li {
}
.con ul > li::before {
  content: "■";
  padding-right: 5px;
}
.innerTtl {
  font-size: 32px;
  position: relative;
  margin-bottom: 40px;
  text-align: center;
	font-weight: normal;
}
.innerTtl::after{
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 8px #054a97;
  left: 0;
  right: 0;
  margin: auto;
  width: 10%;
}
.conImg {
}
.line-gr {
  border-top: 1px solid #ddd;
}
.infoTxtBox {
  margin-bottom: 80px;
}
.infoHeader {
  color: #053597;
  position: relative;
  font-size: 32px;
  margin-bottom: 20px;
  padding-top: 60px;

}
.infoHeader::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px #333;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}
.infoTxtHeader::before {
  content: "■";
  padding-right: 5px;
}
.infoTxt {
  margin-left: calc(1em + 5px);
  margin-bottom: 20px;
}
.inner > .infoTxt:last-child {
  margin-bottom: 0;
}
.case {
  font-size: 16px;
	margin: 30px 0;
}
.case > span {
  background-color: #053597;
  color: #fff;
  margin-right: 10px;
  padding: 8px;
}
.point {
	margin: 80px 0;
	position: relative;
}
.point ul {
	padding: 40px 100px;
}
.point ul li::before {
    content: "■";
    padding-right: 5px;
}
.point::before {
	position: absolute;
  content: "";
  top: 0;
  left: 0;
  border-bottom: 5em solid transparent;
  border-left: 5em solid #00baff;
  z-index: 100;
}
.point::after {
	position: absolute;
	content: "point";
	color: #fff;
	top: 18px;
	left: 12px;
	z-index: 100;
	transform: rotate(-45deg);
}

@media screen and (max-width:767px) {
	.pageNav li {
	  width: 48%;
	}
  .innerTtl {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .infoTxtBox {
    margin-bottom: 60px;
  }
  .infoHeader {
    font-size: 24px;
  }
  .con ul > li,
  .infoTxtHeader,
  .infoTxt {
    font-size: 14px;
  }
	.case {
    font-size: 14px;
	}
	.case > span {
	  padding: 2px;
	}
	.point ul {
		padding: 50px 40px;
	}
	.point ul li {
		font-size: 14px;
	}
}
@media screen and (max-width: 640px) {
	.pageNav li {
		font-size: 14px;
	}
}
