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

/*-----------------------------------------------------------*/



 
  /*-----------------------------------------------------------*/
/*　タイトル　*/



/*-----------------------------------------------------------*/
/*----------------コンテンツエリア----------------------------*/
#right_column  h3 {
	border-bottom: solid 1px #BEBEBE;
	border-top: solid 1px #BEBEBE;
	padding:.8em;
	color:#24B7EB;
	margin:20px auto;

}

.box {
	width:90%;
	margin: 0px auto 40px;
	overflow:hidden;

}

.box1 img {
	margin:10px auto;
}

.box2 {
	float:right;
	width:55%;
	margin:10px auto 10px 20px;
	overflow:hidden;
	
}
.box3 {
	width:90%;
	margin:20px;
	overflow:hidden;
}


/*-----------------------------------------------------------*/

.tel {
	font-size:16px;
	color:#0680AA;
	margin:10px auto 40px 40px;
}





/*-----------------------------------------------------------*/
.form {
	width:80%;
	margin:0px auto;
}


/* テーブル */
table.form {

	margin-top: 1em;
}
table.form th, table.form td {
	text-align: left;

}

table.form th {
	white-space: nowrap;
	padding:1em 2em;
	vertical-align:top;
}

table.form th span{
	color: #C9191C;
}

table.form td {
	background: #fff;
	padding-left:1em;
}

#submit_btn {
	width:266px;
	height:57px;
	background-color:#0A2999;
	color:#FFF;
	font-size:16px
	
}


#pre_btn {
	width:266px;
	height:57px;
	background-color:#0A2999;
	color:#FFF;
	font-size:16px
	
}

.btn {
	width:50%;
	margin:0px auto;
}


.input_text {
	width:100%;
	height:30px;
	margin:5px auto;
}

.input_textarea {
	width:100%;
	height:120px;
}

.ttl {
	clear:both;
	margin:15px;
	font-weight:bold;
}
p.caution{
	font-size: 120%;
    text-align: center;
    font-weight: 700;
    margin-top: 30px;
}

.wpcf7 .btn{
        margin-top: 30px;
        /* text-align: center; */
        width: fit-content;
        margin-inline: auto;
        display: block;
}


.wpcf7-turnstile{
	text-align: center;
}

