@charset "utf-8";

body{
    border-top: 20px solid #134a9d;
	font-size: 1.totalvalue6rem;
}
@media screen and (max-width:767px){
	body {
    	border-top: 10px solid #134a9d;
		font-size: 1.4rem;
	}
}
.copyright {
	text-align: center;
	background: #134A9D;
	color: #fff;
	padding: 5px;
	margin-top: 40px;
}

.list01 {
	padding-inline-start: 0;
	margin: 0;
	list-style-type: none;
	padding-left:1em; text-indent:-1em;
}

#container {
	max-width: 900px;
	margin: 20px auto;
}
@media screen and (max-width:900px){
	#container {
		width: 96%;
		margin:  0 auto;
	}
}
h1 {
	text-align: center;
}
h1 img{
	max-width: 100%;
	margin-bottom: 20px;
}
h2 {
	font-weight: bold;
	background-color: #134A9D;
	color:  #fff;
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.8rem;
}
h3 {
	font-weight: bold;
	color:  #134A9D;
	display: inline-block;
	margin-bottom: 10px;
}
@media screen and (max-width:767px){
	h1 img {
		width:  80%;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	h2 {
		font-size: 1.6rem;
	}
}
.totalvalue {
	border: 2px solid #134A9D;
	font-size: 1.8rem;
	font-weight: bold;
	padding:  1em 1em;
	margin-top: 1em;
}


.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0!important;
}
.caution {
	color: #ff0000;
}
.caution-msg {
	color: #ff0000;
	font-weight: bold;
	font-size:  1.8rem;
	margin-top: 1em;
}
.mw_wp_form .error {
	color: #ff0000!important;
}
@media screen and (max-width:767px){
	.caution-msg {
		font-size: 1.4rem;
	}
}

.inquiry table {
	width: 100%; 
	margin: 10px 0;
}
.inquiry table th { 
	background: #F5F5F5;
	border-bottom: 2px solid #fff;
	text-align: left;
	padding: 10px;
	width: 260px;
	font-weight: normal;
}
.inquiry table td { 
	padding: 10px 20px;
	line-height: 1.6;
}
.inquiry table td input,
.inquiry table td select,
.inquiry table td textarea {
	margin: 5px;
	padding:3px;
	border:solid 1px #ccc;
}
.inquiry table td .input-s {
	width: 70px;
}
.inquiry table td .input-m {
	width:150px;
}
.inquiry table td .input-l {
	width: 400px;
}
.inquiry table td textarea {
	width:100%;
}
.pc-none {
	display: none;
}

.confirm-box {
	border:  1px solid #999;
	padding:  1em;
	text-align: center;
	margin-bottom: 2em;
}
.confirm-box h3 {
	font-size: 1.6rem;
}

.confirm-box p.wish {
	display: block;
	font-weight: bold;
}
@media screen and (max-width:767px){
	.inquiry table th {
		text-align: center;
	}
	.inquiry table th,
	.inquiry table td {
		padding: 10px;
		display: block;
		width: 100%;
		box-sizing: border-box;
		}
	.inquiry table td .input-s {
		width: 70px;
	}
	.inquiry table td .input-m {
		width: 40%;
	}
	.inquiry table td .input-m.mb {
		width: 40%;
		margin-bottom:  10px;
	}
	.inquiry table td .input-l {
		width:100%;
	}
	.inquiry table td textarea {
		width:100%;
	}
	.confirm-box p {
		text-align: left;
	}
	.confirm-box p.wish {
		text-align: center;
	}

	.pc-none {
		display: block;
	}
}
#submit { text-align:center;}
#submit input {
	background-color: #134A9D;
	color: #fff;
	padding:10px 20px;
	font-size:1.8rem;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
}
#r3-3 #submit input {
	background-color: #45b035;
}

#submit input.reset-btn {
	background-color: #cccccc;
}
.mw_wp_form_confirm .previewnone { display:none; }
.thanks-msg {
	text-align: center;
	margin: 50px 0 100px;
	padding: 20px;
	border: 1px solid #ccc;
	background-color: #F2F2F2;
}
.thanks-msg h4{
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width:767px){
	#submit input {
		padding:5px 20px;
		font-size:1.6rem;
	}
}

/*-----------------------------
フォーム　郵便番号から住所自動入力のJapan消す
------------------------------*/

.p-country-name {
	display: none;
}