@charset "utf-8";


#contents a{
	color:#EB3E40}
	



/*form
---------------------------------------------------------------------*/

/*essential explain*/
	span.xf_essential{
		border-radius:3px;
		margin-left:3px;
		color:#cb3b14;
		padding:2px;
		font-size:0.75em;
		}

.back {
    font-size: 88%;
    color: #333;
    text-align: left;
    margin-top: 18px;
    background-color: #f4f2ed;
    padding: 14px;
}

.front {
    font-size: 96%;
    padding-top: 12px;
    text-align: left;
    font-weight: bold;
    color: #333;
    margin-bottom: 14px;
}
		
	input[type=checkbox] + label{
		line-height:1.8em;
		padding:0 5px;
		}

	input[type=checkbox]:checked + label{
		background-color:#edc4b0;
		border-radius:7px;
		padding:0 5px;
		font-weight:bold;
		}


	input[type=radio] + label{
		font-weight:bold;
		line-height:2.7em;
		padding:0 5px;
		}
	
/*	input[type=radio]:checked + label {
		background-color:#edc4b0;
		border-radius:7px;
		color:#333;
		padding:0 5px;
		}
*/
	input[type=file]{
		font-size:15px
		}



.pcNone{
	display:none;}



/*  xform*/

	div.xf_block0{
		margin-bottom:30px;
		text-align:center;		
		}
	table.xf_block{
		width:100%;
		margin-bottom:50px;
		border: 1px solid #ccc;
	}
	table.xf_block tr{
		display: flex;
		flex-wrap: wrap;
	}
	th.xf_field{
		width: 25%;
		box-sizing:border-box;
		border-bottom:1px dotted #ccc !important;
		font-weight:bold;
		background-color:#f3f1ed;
		padding: 0 5px;
		display: flex;
		align-items: center;
		justify-content: center;
	}	
	td.xf_input{
		width:75%;
		box-sizing:border-box;		
		border-bottom:1px dotted #ccc;
		padding: 15px;
	}
	table.xf_block tr:last-of-type th.xf_field, table.xf_block tr:last-of-type td.xf_input
	{border-bottom: none}





@media (max-width: 600px) {
	th.xf_field{
		width: 100%;
        padding: 7px 0;
	}
	td.xf_input{
		width: 100%;
	}	
}

/*subject*/
	table th.xf_table_title{
		width: 100%;
		padding:7px;
		font-weight:bold;
		font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, Verdana, sans-serif;
		background-color:#b39f93;
		color:#fff;
		}


/*layout submit*/

	div.xf_block{
	}

	.xf_block input[type=submit], input[type=button] {
	clear:both;
	-webkit-appearance: none;
	background: #cb3b14;
	padding: 8px 0 10px;
	border: #ffffff 2px solid;
	border-radius: 7px;
	box-shadow : 0 0 0 1px #c76d55;
	font-size: 24px;
	color: #fff;
	margin:0 auto 30px auto!important;
	text-align:center;
	width: 400px;
	margin-bottom:50px;
}


/*layout input*/


	textarea,
	input[type=text],
	 td.xf_input select{
        padding: 13px 0 13px 7px;
        box-sizing: border-box;
        border: 1px solid #d9d1d1;
        border-radius: 5px;
		}

	input[type=radio]{
	}

	select,
	textarea,
	input[type=text]{
	width: 100%;
}


/*========================================================

contents Design

========================================================*/
/* ==========================================================================
   1. フォーム全体のレイアウト
   ========================================================================== */
#contents_form {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
}

/* リスト構造のリセット & フレックスボックス化 */
.block01, .si01, .si02, .si03 {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
    font-size: 0 !important; /* 親要素の余計な隙間（&nbsp;等）を消す */
}

/* ==========================================================================
   2. ラジオボタンの装飾 (.listBox)
   ========================================================================== */
.listBox {
    display: inline-flex;
    align-items: center;
    background: #fff;
    border: 1px solid #ccc;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 120px;
    box-sizing: border-box;
}

/* 構成要素のテキストサイズ復活 */
.listBox label, 
.listBox input {
    font-size: 14px !important;
}

.listBox label {
    font-weight: bold;
    cursor: pointer;
    margin: 0;
    padding: 0 5px;
    line-height: 1.5;
    white-space: nowrap;
}

.listBox input[type="radio"] {
    margin: 0 8px 0 0;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

/* ホバー & 選択時 (Active) の挙動 */
.listBox:hover {
    background-color: #fdfaf5;
    border-color: #d1bba7;
}

.listBox.active {
    background-color: #edc4b0 !important;
    border-color: #c76d55 !important;
}

/* ==========================================================================
   3. その他フォームパーツ
   ========================================================================== */
.si03 select {
    font-size: 16px;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 150px;
}

/* ==========================================================================
   4. スマホメニュー制御 (JS用)
   ========================================================================== */
/* JSで付与するクラスに統一 */
.nav-list.is-active {
    right: 0 !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.nav-overlay.is-active {
    display: block !important;
}

/* ==========================================================================
callwrap
========================================================================== */

.callwrap{
	margin: 25px 0;
}
.callwrap dl{
	display: flex;
	margin-bottom: 7px;
}
/* ==========================================================================
   flex
   ========================================================================== */

.flexbox{
	display: flex;
	flex-wrap: wrap;
	gap:10px
}
.flexbox .box{
	width: calc((100% - 10px)/2);
}





