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


.textbox01{
	margin:0px auto;
	
	
	background-image:url(image/bg_box.png);
	background-repeat:repeat;
}

.textbox01 p{
	padding:20px;
}

.need{
	color:#C00;
}

.b_none{
	border:none;
}
/*-------------------------------------------------------------------------------*/
/*フォームコンテナ*/

#form_container{
	margin:0px auto;
	overflow:hidden;
	display:block;
}

#form_container dt{
	
	overflow:hidden;
	font-size:1.25em;
	background-image:url(entry/icon02.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:16px;
	margin-bottom:6px;
}

#form_container dd{
	display:block;
	
	overflow:hidden;
}

#form_container dd.form_dd{
	padding:20px 0px;
}

#form_container dd.form_dd table{
	
	margin:0px auto;
}

#form_container dd.form_dd table th{
	text-align:left;
	font-weight:normal;
	border-bottom:1px solid #D0D0D0;
	padding:8px 0px;
	width:20%;
}

#form_container dd.form_dd table td{
	border-bottom:1px solid #D0D0D0;
	padding:5px 0px;
}

#form_container dd.form_dd table td p{
	padding:3px 0px;
}

.bt_send{
	text-align:center;
	padding:15px 0px;
	overflow:hidden;
}

/*-------------------------------------------------------------------------------*/
/*入力欄*/


.input01{
	border:1px solid #7F9DB9;
	height: 30px;
	width: 98%;
}


.input02{
	border:1px solid #7F9DB9;
	
}

.input03{
	border:1px solid #7F9DB9;
	
	height: 30px;
	width: 50%;
}

.textarea01{
	height:123px;
	width: 98%;
	border:1px solid #7F9DB9;
}

/*-------------------------------------------------------------------------------*/
.textbox02{
	border-left:3px solid #6C0;

	margin:0px auto 25px auto;
}

.textbox02 p{
	padding-left:10px;
}

.textbox02 ul{
	overflow:hidden;
	margin-left:10px;
}

.textbox02 ul li{
	list-style:none;
	background-image:url(image/ico01.png);
	background-repeat:no-repeat;
	background-position:left 5px;
	border-bottom:1px dotted #CCCCCC;
	margin-top:15px;
	}

.textbox02 ul li p{
	margin-left:5px;
}
.w113{
	width:143px !important;
}
/*-------------------------------------------------------------------------------*/
.text01{
	overflow:hidden;
	margin:0px auto;
}

.text02{
	overflow:hidden;
	padding-top:30px;
	margin:0px auto;
	text-align:right;
}
/*-------------------------------------------------------------------------------*/
#form_container dd.form_dd table{
	width: 100%;
}
#form_container dd.form_dd table tr{
	display: flex;
	flex-wrap: wrap;
}
#form_container dd.form_dd table th{
	width: 100%;
}
#form_container dd.form_dd table td{
	width: 100%;
}
/*-------------------------------------------------------------------------------*/
input[type="checkbox"]{
	margin-left: 15px;
}


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

p.conf_txt{
	font-weight: bold;
}

.wpcf7-turnstile.cf-turnstile {
    display: flex;
    justify-content: center; /* 横方向中央 */
    margin: 2em 0;          /* 上下の余白 */
}

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

