@charset "UTF-8";
/* CSS Document */

.content.form .telephone .wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    display: flex;
}

.content.form .telephone dl {
    width: 80%;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    border: #241c8b 1px solid;
}

.content.form .telephone dl dt {
    color: #241c8b;
    font-size: 36px;
    font-weight: 700;
    margin: 1em 0;
    line-height: 1.0em;
}

.content.form .telephone dl dt span {
    font-size: 18px;
}

.content.form .telephone dl dd {
    margin: 0 0 1em;
}

fieldset {
    border: none;
}

.form {
	width: 100%;
	margin: 50px 0;
	float: left;
}

form table {
	width: 100%;
	margin: 30px 0 0;
	border: none;
}

form tr {
	width: 100%;
	margin: 0;
	padding: 0;
	display: inline-block;
}

form th {
	width: 20%;
	margin: 0;
	padding: 10px 0;
	float: left;
	font-weight: bold;
	text-align: justify;
	border: none;
}

form th span { 
	color: #FFF;
	margin-left: 10px;
	background-color: #0058A6;
	padding: 2px 5px;
	font-size: 13px;
}

form td {
	margin: 0;
	padding: 10px 0;
	float: left;
	border: none;
}

form th {
	width: 26%;
	float: left;
	font-weight: 400;
}

form th .title {
	margin: 17px 0 0;
	width: auto;
	float: left;
}

form th p {
	margin: 0;
	padding: 0;
}

form th .require {
	width: 48px;
	height: 24px;
	margin: 17px 20px 0 0;
	padding: 0;
	font-size: 12px;
	line-height: 24px;
	background-color: #241c8b;
	color: #FFF;
	text-align: center;
	float: right;
}

form td:nth-of-type(1) {
	width: 74%;
	padding: 0;
	font-size: 16px;
}


form td dl,
form td dl p {
	width: 100%;
	text-align: justify;
	margin: 0;
	padding: 0;
}

form td dl {
	margin-bottom: 10px;
	width: 100%;
	float: left;
}

form td dl.h-adr span.p-country-name {display: none;}

form td dl dt {
	width: 100%;
	float: left;
}

form input,
form textarea{
	width: 96%;
	margin: 0;
	padding: 0 2%;
	float: left;
	font-size: 16px;
	border: none;
	background-color: #F7F7F7;
	line-height: 46px;
}

form select{
	width: 340px;
	height: 46px;
	margin: 0;
	padding: 0 2%;
	float: left;
	border: none;
	background-color: #F7F7F7;
	color: #004831;
	line-height: 46px;
	font-size: 16px;
}

form textarea{
	margin-bottom: 10px;
}

form input#zip {
	width: 5em;
	padding: 5px 1em;
	text-align: center;
	float: left;
}

form input#zip2 {
	width: 6em;
	padding: 5px 1em;
	text-align: center;
	float: left;
}

form .zip_text {
	margin: 0 5px;
	float: left;
}

form input#pref {
	width: 300px;
}

form input.your_telno {
	width: 200px;
	text-align: center;
}

form input.your_age {
	width: 4em;
	margin-right: 10px;
	text-align: center;
}

form .check {
	width: 80%;
	margin: 30px 10%;
}

form input.p-postal-code {
	width: 8em;
	padding: 5px 1em;
	text-align: center;
	float: left;
}


form .policy {
	width: 100%;
	height: 250px;
	margin: 30px 0;
	padding: 30px;
	overflow: scroll;
	border: #707070 1px solid;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 15px;
	text-align: justify;
	background-color: #F7F7F7;
}

form .policy h3 {
	margin: 1em 0;
}

form .policy li {
	margin: 10px 0;
}

form .policy p {
	text-align: justify;
}

form .policy p span {
	font-weight: 700;
}

form .policy .message {
	width: 80%;
	margin: 20px 10%;
	padding: 0;
	float: left;
}

form .policy h3 {
	text-align: center;
	font-weight: bold;
}

form .policy dl dt,
form .policy dl dd {
	width: 100%;
	padding: 0;
	float: left;
	text-align: justify;
	background-color: #FFF;
}

form .policy dl dt {
	font-weight: bold;
}

form .policy dl dd ul {
	width: 90%;
	margin: 0 5%;
	padding: 0;
	float: left;
}

form .policy dl dd li {
	list-style: square;
}

form .policy .cont_box {
	width: 90%;
	margin: 20px 5%;
	float: left;
	text-align: center;
}

form .policy .cont_box span {
	font-weight: bold;
	margin-bottom: 10px;
}

form .policy p {
	margin: 0;
}

form .policy ul li p {
	text-align: left;
}

form .btn input {
	width: 70%;
	margin: 20px 15%;
	float: left;
	line-height: 40px;
	font-size: 20px;
	font-weight: bold;
}

form .btn {
	width: 100%;
	height: 50px;
	margin: 20px 0;
	padding: 0;
	text-align: center;
	display: flex;
	float: left;
}

form .btn .box {
	width: auto;
	margin: 0 auto;
}

form .btn p {
	width: 280px;
	margin: 10px 10px;
	padding: 0;
	float: none;
	float: left;
}

form .btn .send,
form .btn .previous {
	width: 280px;
	margin: 0;
	line-height: 40px;
	font-size: 16px;
	font-weight: 400;
	background-color: #241c8b;
	color: #FFF;
	opacity: 1;
	transition: ease 0.5s all;
	border-radius: 5px;
	background-image: url("../images/common/arr_right01.png");
	background-repeat: no-repeat;
	background-position: center right 20px;
}

form .btn .previous {
	background-image: url("../images/common/arr_back.svg");
	background-position: center left 20px;
}

form .btn .send:hover {
	cursor: pointer;
	opacity: 0.7;
}

form .accept_check {
	width: 100%;
	margin: 30px 0;
	text-align: center;
	display: inline-block;
	float: left;
}


form .accept_check p {
	width: auto;
	margin: 0 auto;
}

form .accept_check .wpcf7-list-item-label {
	font-size: 16px;
	margin: 0;
	padding: 0;
	text-align: justify;
	word-break: keep-all;
	float: left;
}

/* 20231110 */
form .accept_check input[type=checkbox] {
	width:24px;
	height:24px;
	-moz-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
	margin-right: 5px;
	margin-top: 2px;
}

form input.agree[type=checkbox] {
	width:24px;
	height:24px;
	-moz-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
	margin-right: 10px;
}

.personal.information {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

table.form_table td {
	text-align: left;
}

.btn input:hover { cursor: pointer; }



.certification {
	width: 100%;
	margin: 30px 0;
	text-align: center;
	display: flex;
}

.certification .g-recaptcha {
	margin: 0 auto;
}

/* **************************************************************** */
/*  RESPONSIVE  RAYOUT  MAX-WIDTH 1100px */
/* **************************************************************** */
@media only screen and (max-width:1100px){

.content.contact .message .image .glid { width: 100%;margin: 30px auto; }

}

/* **************************************************************** */
/*  RESPONSIVE  RAYOUT  MAX-WIDTH 880px */
/* **************************************************************** */
@media only screen and (max-width:880px){

.content.contact {
	margin: 100px 0 -10px;
	padding: 0;
	height: 2700px;
}

.contact .telblock {
	height: auto;
	margin: 50px 5%;
	float: left;
}
.contact .telblock .glid { width: 100%; }
.contact .telblock .glid.photo { margin-top: 50px; }

form th {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	line-height: 1em;
}

form td:nth-of-type(1) {
	width: 100%;
}

form th .title {
	margin: 17px 0 0 2%;
}

form th .require {
	float: left;
	margin: 12px 0 0 20px;
}

form select{
	width: 100%;
}

form th br {
	display: none;
}

form .policy {
	width: 100%;
	height: 300px;
	margin: 30px 0;
	padding: 20px;
}

}

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

form .btn,
form .btn p {
	width: 100%;
	margin: 10px 0;
	padding: 0;
	float: left;
	text-align: center;
	display: block;
}

form .btn .send,
form .btn .previous {
	width: 70%;
	margin: 0 15%;
	padding: 0;
	float: left;
}

}

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

.content.contact .message a {
	width: 90%;
	margin: 0.3em 5%;
	padding: 0.3em 0;
	text-align: center;
	float: left;
}

.content.contact .message h4 {
	margin: 1em 0 0;
}

.content.contact h2.title {
	font-size: 18px;
	font-weight: 700;
}

.content.contact .telephone .box {
	width: 100%;
	margin: 50px 0 0;
	padding:20px;
}

.content.contact .telephone .box .coll_no {
	font-size: 18px;
}

.personal.information {
	width: 100%;
	margin: 0;
}



}

/* **************************************************************** */
/*  RESPONSIVE  RAYOUT  MAX-WIDTH 580px */
/* **************************************************************** */
@media only screen and (max-width:580px){

.content_inner { width: 90%;margin: 0 5%; }

form textarea{ height: 40vh; }

.content.form .telephone dl dt { font-size: 24px;line-height: 1.7em; }

}

/* **************************************************************** */
/*  RESPONSIVE  RAYOUT  MAX-WIDTH 480px */
/* **************************************************************** */
@media only screen and (max-width:480px){

.content.contact {
	height: 2750px;
}

.content.contact br.pc {
	display: none;
}

.content.contact br.mb {
	display: block;
}

.content.contact .message .image {
	margin: 0;
}

.content.contact .message .image .glid.last {
	margin: 0;
}

.personal.information p {
	text-align: justify;
}

form .policy h3 {
	font-size: 16px;
}

form .policy p {
	font-size: 14px;
}

}
