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

/*-------- table ------------*/
table{
	width: 100%;
	margin: 10px 0 40px 0;
}

#modal-search table{
	margin:0;
	max-width:100%;
}

table.max100{
	max-width: 100%;
}

table.ta_center td,
table.ta_center th,
table td.ta_center,
table th.ta_center{
	text-align: center;
}

.tb01{/*¾€¤¢¤ê*/
	border: 1px solid #ddd;
}
.tb01 td,
.tb01 th{
	border: 1px solid #ddd;
	padding: 15px;
}


/*-------- mail_form ------------*/
.mail_form{
	padding-bottom: 60px;
}
.mail_form table{
	margin: 40px 0;
}

.mail_form th{
	width: 30%;
	box-sizing: border-box;
	padding: 10px;
}
.mail_form th::after{
	content: "\5FC5  \9808";
	display: inline-block;
	padding: 0 10px;
	border-radius: 3px;
	background: #860920;
	color: #fff;
	font-weight: normal;
	font-size: 70%;
	margin-left: 10px;
}
.mail_form th.nini::after{/* ÈÎÒâ¤Î•r¤Ïclass¤ò */
	display: none;
}
.mail_form td{
	padding: 10px;
	box-sizing: border-box;
}
.mail_form form{
	max-width: 800px;
	margin-bottom: 60px;
}
.mail_form input,
.mail_form textarea{
	border: 1px solid #555;
	border-radius: 3px;
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
}
.mail_form textarea{
	resize:vertical;
	min-height:100px;
}
.mail_form input[type="radio"]{
	display: none;
}
.mail_form .radio_box label{
	cursor: pointer;
	display:block;
}
.mail_form .radio_box label::before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	margin-right: 0.5em;
	border-radius: 100%;
	border: 2px solid #212121;
}
.mail_form .radio_box input:checked + label::before{
	background: #212121;
}
.mail_form button{
	border-radius: 30px;
	padding: 10px 40px;
	min-width: 150px;
	background: #ddd;
	font-size: 100%;
	cursor: pointer;
	transition: all ease .3s;
}
.mail_form button:hover{
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	transform: translateX(5px);
}
.mail_form button[type="submit"]{
	background:#2e4fb5;
	color: #fff;
}
.mail_form button[type="submit"]:hover{
	background: #3d69f2;
}


/*-------- edit ------------*/
.edit table{
	width: 100%;
	margin: 15px auto;
}

table.ta_center td,
table.ta_center th,
table td.ta_center,
table th.ta_center{
	text-align: center;
}

.edit table{/*¾€¤¢¤ê*/
	border: 1px solid #ddd;
}
.edit table td,
.edit table th{
	border: 1px solid #ddd;
	padding: 15px;
}
.edit table thead td,
.edit table th{
	background: #fafafa;
	font-weight:bold;
}
/*-------- list ------------*/
.edit li{
	position: relative;
	line-height: 1.4;
}

.edit li ul:not(.page_link),
.edit li ol{
	margin-left: 1em;
}
.edit ul:not(.page_link),
.edit ol{
	box-sizing: border-box;
	margin: 15px auto;
}
.edit ul:not(.page_link) > li:last-of-type,
.edit ol > li:last-of-type{
	margin-bottom: 0;
}

.edit ul:not(.page_link) > li::before,
.edit ol > li::before{
	position: absolute;
}

.edit ul:not(.page_link) li{
	padding-left: 1.85em;
	margin-bottom: 0.25em;
}
.edit ul:not(.page_link) li::before{
	content: "";
	top: 0.7em;
	left: 0.65em;
	
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #333
}
.edit ul.slider li,
.edit ul:not(.page_link) > li li,
.edit ul.pager li,
.edit ul.img_btn_g li,
.edit .parents_links ul li{
	padding-left:0 !important;
}
.edit .parents_links ul li{
	margin-bottom:0
}
.edit ul.slider li::before,
.edit ul:not(.page_link) > li li::before,
.edit ul.img_btn_g li::before,
.edit .parents_links ul li::before{
	display:none !important;
}
.edit ol{
	counter-reset:list;
}
.edit ol > li{
	padding-left: 1.85em;
	margin-bottom: 1em;
}
.edit ol > li::before{
	counter-increment: list;
	content: counter(list);
	top: 0;
	left: 0;
	
	width: 1.5em;
	height: 100%;
	border-right: 1px solid #212121;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold
}
.edit ol > li > small{
	margin-top: 0.5em;
	display: block;
	line-height: 1.2;
}

.edit .none > li{/*×°ï—¥ê¥»¥Ã¥È*/
	padding-left: 0;
}
.edit .none > li::before{
	display: none;
}

/*-------- tab ------------*/
#tab.num_tab ul.tab_list{
	display: flex;
	counter-reset:tab_list;
	margin: 30px auto 0 auto;
}
#tab.num_tab ul.tab_list > li{
	padding-left: 0;
	margin-bottom:0;
	flex: 1;
}
#tab.num_tab ul.tab_list > li::before{
	display: none;
}
#tab.num_tab ul.tab_list > li a{
	display: block;
	padding: 15px 25px 10px 25px ;
	text-decoration: none;
	text-align: left;
	color:#fff;
	font-weight: bold;
	background: #2e4fb5;
	font-size:1.1em;
}
#tab.num_tab ul.tab_list > li a small{
	display: block;
	font-weight: normal;
	font-size:70%;
	margin-top:5px;
	color:#c4e7ff;
	padding-left:3em;
}
#tab.num_tab ul.tab_list > li.active a small{
	color:#aaa;
}
#tab.num_tab ul.tab_list > li:not(:last-of-type) a{
	border-right: 1px solid #c4e7ff;
}
#tab.num_tab ul.tab_list > li.active a{
	background: #fff;
	color: #333;
	box-shadow:0 0 20px 0 rgba(0,0,0,0.1);
}

#tab.num_tab ul.tab_list > li a::before{
	counter-increment: tab_list;
	content: '0' counter(tab_list);
	margin-right: 1em;
}
#tab.num_tab ul.tab_list > li.active a::before{
	border-bottom:3px solid #2e4fb5
}

#tab.num_tab .panel{
	background:#fff;
	position:relative;
	z-index:1;
	margin-top:-3px;
	padding: 35px 25px 25px 25px;
	box-shadow:0 15px 20px 0 rgba(0,0,0,0.1);
}


/*-------- single ------------*/


.edit .pager{
	margin: 100px auto 20px auto !important;
	display: flex;
	justify-content: space-between;
	border-right: none;
	border-left: none;
	padding: 15px 0;
	border: 1px solid #ddd;
}
.edit .pager > li{
	width: 50%;
	margin-bottom: 0;
	padding: 0;
}
.edit .pager > li a{
	display: block;
	position: relative;
	padding: 15px 20px;
}
.edit .pager > li small{
	padding: 0 20px;
	color: #888;
}
.edit .pager > li:last-of-type{
	border-left: 1px solid #ddd;
	text-align: right;
}
.edit .pager > li::before{
	display: none;
}

.page_nav{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 60px auto 0 auto;
}

#contents.u_contents .page_nav > li a,
.page_nav > li span{
	border: 1px solid #ddd;
	text-align: center;
	padding: 7px 10px;
	margin: 5px;
	line-height: 1;
	font-size: 90%;
	min-width: 30px;
	box-sizing: border-box;
	display: inline-block;
	color:#333;
	text-decoration:none;
}
#contents.u_contents .page_nav > li a:hover{
	background:#fafafa;
}
.page_nav > li span.current_page{
	background: #333;
	border-color: #333;
	color: #fff;
}


#right_box{
	font-size: 90%;
	line-height: 1.4;
	border-left: 1px solid #ddd;
	padding-left:20px;
}
#right_box dl{
	margin-bottom: 20px;
}
#right_box dt{
	font-weight: bold;
	padding: 20px 10px 20px 0;
	border-bottom: 1px solid #ddd;
	position: relative;
}
#right_box dt::before{
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	background: #333;
	top: 0;
	left: -21px;
}

#right_box ul{
	padding: 0 20px;
	margin: 0 auto;
}
#right_box li{
	border-bottom: 1px solid #ddd;
	padding: 14px 10px 14px 1.85em;
	margin-bottom: 0;
}
#right_box li::before{
	top: 22px;
}
#right_box li a{
	display: block;
}

@media screen and (max-width: 999px){ /* tablet,smartphone */
	.category_list > li a{
		font-size: 80%;
	}
	.edit .pager{
		font-size: 90%;
	}
	#right_box ul{
		padding: 0 10px;
	}
}

@media screen and (min-width: 0px) and (max-width: 600px){ /* smartphone */
	.mail_form td,.mail_form th{
		display:block;
		width:100%;
	}
	.mail_form th{
		padding:10px 10px 0 10px;
	}

	.mail_form .radio_box label{
		padding:5px 10px;
		border:1px solid #212121;
		margin-bottom:5px;
		border-radius:5px;
		transition: all ease .3s;
	}
	.mail_form .radio_box label::before{
		background:none;
		border-top:none;
		border-left:none;
		border-color:#ccc;
		width:4px;
		height:8px;
		border-radius:0;
		transform:rotate(45deg);
		transition: all ease .3s;
	}
	.mail_form .radio_box input:checked + label{
		background:#212121;
		color:#fff;
	}
	.mail_form .radio_box input:checked + label::before{
		background:none;
		border-color:#fff;
	}

	.edit ul > li::before{
		top: 0.6em;
	}
	.edit .pager{
		margin: 80px auto 60px auto;
		padding: 10px 0 20px 0;
	}
	#right_box ul{
		padding-right: 0;
	}
	#right_box li::before{
		top: 20px;
	}

	.page_nav{
		flex-wrap: wrap;
		margin: 60px auto;
	}

	#tab.num_tab ul.tab_list > li{
		flex:auto;
	}
	#tab.num_tab ul.tab_list > li a{
		height:100%;
		font-size:0.5em;
		padding: 15px 15px 10px 15px ;
	}
	#tab.num_tab ul.tab_list > li.active a,
	#tab.num_tab ul.tab_list > li a::before{
		font-size:1em;
	}
	#tab.num_tab .panel{
		padding: 35px 15px 15px 15px;
	}
	#tab.num_tab .panel .lay_3c > li{
		width:50%;
	}

}