@charset "Shift_JIS";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================

11px		0.6875rem
12px		0.750rem
13px		0.8125rem
14px		0.875rem
15px		0.9375rem
16px		1rem
18px		1.125rem
20px		1.25rem
21px		1.3125rem
22px		1.375rem
24px		1.5rem

 *  一般・共通設定
 ================================================*/
html {
  scroll-padding-top: 70px; /* ヘッダーの高さ */
}


body {
	font-size:0.875rem;
	color:#000;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Osaka,sans-serif;
	line-height:1.6;
	background:#fff;
}

.inner {
	position:relative;
	width:980px;
	margin:0 auto;
}

header {
	box-sizing:border-box;
	position:relative;
	width:100%;
	background:#fcfcfc;
}

nav {
	width:100%;
	background:#fff;
	box-shadow:0 1px 2px #d0d8dc;
	?zoom:1;
}
nav:after {
	content:'';
	display:block;
	clear:both;
}

#contents {
	overflow:hidden;
	width:980px;
	margin:5px auto;
	background:#fff;
}

#main {
	box-sizing:border-box;
	overflow:hidden;
	float:left;
	width:100%;
	padding: 0 30px 0 30px;
}

#sub {
	box-sizing:border-box;
	overflow:hidden;
	float:left;
	width:100%;
	padding: 0 30px 0 30px;
}

footer {
	box-sizing:border-box;
	width:100%;
	margin:0 auto;
}

a {
	color:#000;
	text-decoration:none;
}







h3 {

	display: block;
 	width: 90%;
	margin : 0px auto 0px auto;
    text-decoration: none;
    background: #E3E8FF;/*ボタン色*/
    color: #000;
	font-weight:bold;
    border: solid 1px #aaa;
    border-radius: 10px;
	font-size:1rem;	
    box-shadow: 0 2px 5px rgba(0,0,0,0.08), 0 0 8px rgba(0,0,0,0.05);
}

h3 a {
    display: block; 
    padding: 0.8em 0.4em;
}

h4 {
	margin-bottom:0.25em;
	padding : 13px 5px 2px 18px;
	font-size:1rem;	
	font-weight:bold;
}
	
h5 {

	display: block;
 	width: 55%;
	margin : 0px auto 30px auto;
    text-decoration: none;
    background: #e8e8e8;/*ボタン色*/
    color: #000;
	font-weight:bold;
    border: solid 1px #aaa;
    border-radius: 10px;
	font-size:1rem;	
}

h5 a {
    display: block; 
    padding: 0.2em 0.3em;
}



h6 {
    display: block;
 	width: 45%;
	margin : 0px auto 10px auto;
    padding: 0.1em 0.2em;
    text-decoration: none;
    background: #fcfcfc; /* 明るく清潔感のあるグレー */
    color: #333;        /* 文字を真っ黒から少し和らげると馴染みます */
    font-weight: bold;
    border: solid 1px #aaa;
    border-radius: 8px;
    
    /* 影を弱め、かつ騒音の「響き」をわずかに表現 */
    box-shadow: 0 2px 5px rgba(0,0,0,0.08), 0 0 8px rgba(0,0,0,0.05);
}

h6 a {
    display: block; 
    padding: 0.1em 0.3em;
}











p {
	margin:0 0.5em 0 1em;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
	font-style:normal;
}

strong {
	font-weight:bold;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}



dt {
	font-size:0.9375rem;
	font-weight:bold;
	text-align:left;
	margin-bottom:0.2em;
}
dt:before {
	content:"";
}



dd {
	margin-top:5px;
	padding-left : 10px;
	padding-right : 10px;
}


input{
	text-align : right;
	border-width : 1px ;
	border-style : solid ;
	border-color : silver ;
}

button{
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Osaka,sans-serif;
	}

	
/*================================================
 *  ヘッダー
 ================================================*/
header {
	padding:5px 10px 4px 10px;
}

.summary {
	position:absolute;
	top:21px;
	right:550px;
	margin:0;
	font-size:0.875rem;	
	font-weight:bold;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
@media print, screen and (min-width:768px) {
	nav {
		background:#FCFCFC;
		box-shadow:0px 0px 0px 0px #999;
		z-index:3;
	}

	/* 共通 */
	nav ul { 
		margin:0;
		padding:0;
	}

	nav ul li {
		position:relative;
		margin:0;
		padding:0;
		list-style:none;
	}

	nav ul li a {
		display:block;
		margin:0;
		border-top:1px solid #C8C8C3;
		border-bottom:3px solid #FFD159;
		padding:6px 0 7px 0;
		background:#EDEDE6;
		color:#000000;
		font-size:0.875rem;
		font-weight:bold;
		line-height:1;
		text-decoration:none;
	}

	nav ul li:hover > a {
		color:#000000;
		background:#C0C6E8;
	}

	/* 1段目 */
	nav ul.gnav > li {
		position:relative;
		width:42%;
		float:left;
		margin:0;
		padding:0;
		text-align:center;
		list-style:none;
	}

	nav ul.gnav > li:first-child {
		width:15%;
	}

	nav ul.gnav > li.subnav a {
		padding-right:20px;
	}

	nav ul.gnav > li.subnav > a:after {
		position:absolute;
		content:"";
		top:20px;
		width:0;
		height:0;
		margin-left:10px;
		border:5px solid transparent;
		border-top-color:#fff;
	}

	/* 2段目 */
	nav ul li ul {
		position:absolute;
		z-index:3;
		top:100%;
		left:0;
		width:100%;
		margin:0;
		padding:0;
	}

	nav ul li ul li {
		overflow:hidden;
		width:150%;
		height:0;
		color:#fff;
		transition:.2s;
	}

	nav ul li ul li a {
		padding:13px 15px;
		text-align:left;
		background:#FFFFFF;
		font-weight:normal;
	}

	nav ul li:hover > ul > li {
		overflow:visible;
		height:40px;
		border-bottom:1px solid #C0C6E8;
	}

	nav ul li:hover ul li:last-child {
		border-bottom:none;
	}

	nav ul.gnav > li:last-child > ul {
		left:-50%;
	}

	nav ul li ul li ul:before {
		position:absolute;
		content:"";
		top:13px;
		left:-20px;
		width:0;
		height:0;
		border:5px solid transparent;
		border-left-color:#fff;
	}

	nav ul.gnav > li:last-child ul li ul:before {
		position:absolute;
		content:"";
		top:13px;
		left:200%;
		margin-left:-20px;
		border:5px solid transparent;
		border-right-color:#fff;
	}

	/* 3段目 */
	nav ul li ul li ul {
		top:0;
		left:100%;
	}

	nav ul li ul li ul li {
		width:100%;
	}

	nav ul li ul li:hover > ul > li {
		border-bottom:1px solid #C8C8C3;
	}

	nav ul.gnav > li:last-child > ul li ul {
		left:-100%;
	}

	nav ul li ul li ul li a {
		background:#FFFFFF;
	}

	nav ul li ul li ul li a:hover {
		background:#C0C6E8;
	}

	.gnav {
		display:block !important;
	}

	#spMenu {
		display:none;
	}

	.fixed {
		position:fixed;
		top:0;
		left:0;
	}
}

/*================================================
 *  トピックパス（パンくずリスト）
 ================================================*/
#topicpath {
	font-size:0.750rem;
	margin-bottom:20px;
	margin-left:10px;
	padding:1px;
	background:#fcfcfc;
}

/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
	margin:0;
	padding:0;
	list-style:none;
}
.submenu li a:before {
	content:"・";
	color:#777;
}
.submenu li a {
	display:block;
	padding:6px 0px 6px 28px;
	border-bottom:1px dotted #ddd;
	font-size:0.8125rem;	
	color:#777;	
	text-decoration:none;
}
.submenu li a:hover {
	color:#222;
	background:#eee;
}
.subfont {
	font-size :0.8125rem;
	color:#777;	
	padding-left : 30px;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color :#ccc;
}
.subtpl {
	font-size:0.8125rem;	
	color:#777;	
	padding-left : 30px;
	border-top-width : 1px;
	border-top-style : solid;
	border-top-color :#eee;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color :#ddd;
}
.bnr {
	overflow:hidden;
}
.bnr ul {
	overflow:hidden;
}
.bnr li {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
.bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr img {
	width:100%;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
}

.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	background:#f2f2f2;
}
.footmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
	padding:0;
}
.footmenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 15px;
	font-size:0.750rem;
	text-align:center;
}
.footmenu a {
	color:#333;
	text-decoration:none;
}
.footmenu_a {
	width:100%;
	margin:10px 0 0 0;
	padding:0px 0 5px 0;
	overflow:hidden;
	background:#fdfdfd;
}
.footmenu_a ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
	padding:0;
}
.footmenu_a li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 35px;
	font-size:0.875rem;
	text-align:center;
}
.footmenu_a a {
	color:#111;
	text-decoration:none;
}

.copyright {
	border-top:2px solid #FFD159;
	clear:both;
	padding:10px 0;
	font-size:0.6875rem;
	text-align:center;
	color:#222;
	background:#ddd;
}



/*================================================
 *  追加↓ footmenu
 ================================================*/



.footmenu_b {
	width:100%;
	margin:0px 0 0 0;
	padding:0px 0 5px 0;
	overflow:hidden;
	background:#F8F8F8;
}
.footmenu_b ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
	padding:0;
}
.footmenu_b li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 45px;
	font-size:0.8125rem;
	text-align:center;
}
.footmenu_b a {
	color:#111;
	text-decoration:none;
}

/*================================================
 *  追加↑ footmenu
 ================================================*/


/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#D1D1CD;
}

/*================================================
 *  クラス
 ================================================*/
.list {
	padding:0 0 0 0.5em;
}
.list li {
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	background:url(../images/check.png) 0 5px no-repeat;
}

.info dt {
	border-bottom:none;
}
.info dd {
	padding-bottom:1em;
	border-bottom:1px dotted #ddd;
}
.center5 {
	width:500px;
	border-bottom:4px solid #623A01;
	text-align:center;
    color: #000;
	padding :25px 0px 5px 0px;
	margin:0 auto 20px auto;
}

.center {
	text-align:center;
}
.center6 {
	padding :15px 0px 0px 0px;
	line-height:1.3;
	text-align:center;
}
.center_bb {
	font-weight:bold;
	text-align:center;
}
.center_b {
	padding : 15px 0px 15px 0px;
	text-align:center;
}
.center_h3 {
	text-align:center;
	padding:15px 30px 20px 0px;
}
.center_h3:after {
	content:"\0025a0";
	color:#444;
	margin-left:1em;
}
.center_h3:before {
	content:"\0025a0";
	color:#444;
	margin-right:1em;
}
.center_h3a {
	border-top: 2px solid #bbb;
	margin : 8px 0 5px 0px;
	padding : 25px 0px 15px 0px;
	text-align:center;
}
.center_h3a:after {
	content:"\0025a0";
	color:#444;
	margin-left:1em;
}
.center_h3a:before {
	content:"\0025a0";
	color:#444;
	margin-right:1em;
}
.center_h4 {
	padding:5px 0px 10px 0px;
	text-align:center;
	letter-spacing: 0.1em;
}
.center_h4:before {
	content:"《";
	color:#444;
	margin-right:0.2em;
}
.center_h4:after {
	content:"》";
	color:#444;
	margin-left:0.5em;
}
.center_h5 {
	padding:10px 0px 5px 0px;
	text-align:center;
}
.center_h5:before {
	content:"《";
	color:#444;
	margin-right:0.2em;
}
.center_h5:after {
	content:"》";
	color:#444;
	margin-left:0.5em;
}
.center_h6 {
	padding:20px 0px 10px 0px;
	text-align:center;
}
.center_h6:before {
	content:"《";
	color:#444;
	margin-right:0.2em;
}
.center_h6:after {
	content:"》";
	color:#444;
	margin-left:0.5em;
}

/*============================
 *  col_one_one
 =============================*/
 
.col_one_one {
	overflow:hidden;
}
.col_one_one ul {
	overflow:hidden;
	margin:0 0 0 0;
}
.col_one_one li {
	list-style:none;
	float:left;
	width:98%;
	margin:0 0% 2% 0;
}
.col_one_one li:nth-child(2n+1) {
	clear:both;
}
.col_one_one li img {
	width:400px;
	margin:0 0 2.5% 0px;
}
/*============================
 *  col_two_one
 =============================*/

 .col_two_one {
	overflow:hidden;
}

.col_two_one ul {
	overflow:hidden;
	margin:0.4% -1% 0 0;
}
.col_two_one li {
	list-style:none;
	float:right;
	width:45%;
	margin:0 0 2% 5%;
}
.col_two_one li:nth-child(2n+1) {
	clear:both;
}
.col_two_one li img {
	width:100%;
	margin-bottom:2.5%;
}
/*============================
 *  col_twl_one
 =============================*/

 .col_twl_one {
	overflow:hidden;
}

.col_twl_one ul {
	overflow:hidden;
	margin:0.4% -1% 0 0;
}
.col_twl_one li {
	list-style:none;
	float:left;
	width:45%;
	margin:0 1% 2% 3%;
}
.col_twl_one li:nth-child(2n+1) {
	clear:both;
}
.col_twl_one li img {
	width:95%;
	margin:0 0 0 0px;
}
/*============================
 *  col_three_one
 =============================*/

 .col_three_one {
	overflow:hidden;
	text-align : center;
}

.col_three_one ul {
	overflow:hidden;
    border-top: solid 0px #bbb;
    border-bottom: solid 0px #bbb;
	padding : 20px 0px 0px 8px;
	margin:0% 0% 0 0%;
}
.col_three_one li {
	list-style:none;
	float:left;
	width:30%;
	padding : 5px 0px 0px 5px;
	margin:0px 0% 0% 2%;
	
	
}
.col_three_one li:nth-child(3n+1) {
	clear:both;
}
.col_three_one li img {
	width:100%;
	margin-bottom:0%;
}
/*============================*/

.blt {
	font-weight:bold;
}

.br_t {
	border-top:1px solid #aaa;
	padding-top:10px;
	margin-top:10px;
}
.br_b {
	padding:10px 2% 10px 2% ;
	margin-bottom:10px;
}
.blue {
	color:#1858E8;
}
.caution {
	padding : 8px 7px 8px 15px;
	font-size : 0.8125rem;
	background-color : #F2EDE3;
	text-decoration : none;
}
.caution_a {
	padding : 10px 20px 10px 30px;
	font-size : 0.8125rem;
	background-color : #F2EDE3;
	margin-bottom:15px;
}
.c_1 {
	padding : 0px 3px 0px 10px;
	font-size : 23px;
	font-weight:bold;
	color:#A4D370;
}
.c_2 {
	padding : 0px 1px 0px 10px;
	font-size : 33px;
	font-weight:bold;
	color:#539BE0;
}
.c_3 {
	padding : 0px 1px 0px 10px;
	font-size : 18px;
	font-weight:bold;
	color:#FBD5DF;
}
.c_4 {
	padding : 0px 1px 0px 10px;
	font-size : 18px;
	font-weight:bold;
	color:#F8EA9E;
}

.divlink {
	padding : 6px 18px 6px 18px;
	font-size : 0.8125rem;
	background-color : #f9f9f9;
	text-decoration : none;
	text-align : center;
	float : left;
	margin-right : 3px;
	margin-left : 15px;
}
.divlink_le {
	padding : 0 10% 0 30%;
	background-color : #fff;
	float :left;
	margin-right : 0px;
	margin-left : 0px;
}
.h_two {
	padding : 3px 7px 3px 6px;
	font-size : 1rem;
	font-weight:bold;
}
.h_three {
	margin : 20px 0 0 30px;
	padding : 0 0 0 0;
	font-size : 1rem;
	font-weight:bold;
}

.h_three:before {
	content:"\0025a0";
	color:#111;
}

.h_three_a {
	margin : 0 0 0px 0px;
	padding : 10px 0 0 30px;
	font-size : 1rem;
	font-weight:bold;
}

.h_three_b {
	margin : 0 0 0 20px;
	padding : 25px 0 0 0;
	font-size : 1rem;
	font-weight:bold;
}

.h_three_b:before {
	content:"■";
	color:#111;
}
.h_three_bb {
	margin : 0 0 0 30px;
	padding : 3px 0 0 0;
	font-size : 0.9375rem;
	font-weight:bold;
}

.h_three_bb:before {
	content:"■";
	color:#111;
}
.h_four {
	margin : 5px 0 0px 0px;
	padding : 0 0 0 0;
	font-size : 1rem;
	font-weight:bold;
}

.h_four:before {
	content:"・ ";
	color:#111;
}
.h_four_a {
	margin : 20px 0 5px 0;
	padding : 20px 0 0 1.5%;
	border-top:2px solid #aaa;
	font-size : 1rem;
	font-weight:bold;
}

.h_four_a:before {
	content:"■ ";
	color:#111;
}
/*============================*/
.h_fiv {
	margin: 20px 0px 0px 0px;
	padding : 10px 15px 10px 10px;
	text-align : center;
	font-weight:bold;
	font-size : 0.875rem;
	text-decoration:underline;
	background-color : #F3F3F0;
}
.h_fiva {
	padding : 5px 15px 20px 15px;
	font-size : 0.875rem;
	background-color : #f9f9f6;
}
.pd_gsa {
	margin: 0px 0px 0px 0px;
	padding : 5px 0px 8px 0px ;
}
.pd_gsb {
	border-top:1px solid #222;
	margin: 8px 0px 0px 0px;
	padding : 10px 0px 8px 0px ;
}
.pd_gsc {
	border-top:1px solid #222;
	margin: 8px 0px 0px 0px;
	padding : 10px 0px 15px 0px ;
}
.pd_gsd {
	margin: 0px 0px 0px 0px;
	padding : 10px 0px 8px 0px ;
}
.under_oooo {
	padding : 10px 10px 10px 10px;
	font-size : 0.875rem;
	text-decoration:underline;
	background-color : #F3F3F0;
}

/*============================*/

.motlink {
	background-color : #F3F3F0;
	margin :10px 3px 0px 35px;
	padding : 5px 25px 5px 25px;
	font-size : 0.875rem;
	font-weight:bold;
	text-decoration:underline;
	text-align : center;
	float : left;
}
.footlink {
	padding : 5px 3px 3px 5px;
	margin :5px 0px 5px 0px;
	text-align : center;
	float : left;
}

.line_top {
	padding : 5px 0px 0px 0px;
	border-top:2px solid #333;
}
.line_top_a {
	padding : 8px 0px 0px 0px;
	border-top:1px solid #333;
}
.line_top_b {
	border-top:4px solid #555;
	border-bottom:1px dotted #555;
}
.line_top_b5 {
	border-top:4px solid #555;
}

.line_top_bb {
	padding : 10px 0px 0px 0px;
	border-top:4px solid #aaa;
}
.line_top_bb5 {
	margin :15px 0px 0px 0px;
	padding : 10px 0px 0px 0px;
	border-top:4px solid #aaa;
}

.m_a {
	margin : 50px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}
.sp_a {
	padding : 5px 25px 0px 25px;
	font-weight: bold;
}
.sp_b {
	color : #ccc;
}
.p_a {
	font-size : 1rem;
	font-weight: bold;
}
.p_b {
	border-bottom: 1px solid #bbb;
	width:260px;
	margin : 2px 0 0 30px;
	padding : 10px 0px 0px 20px;
	font-size : 0.9375rem;
	font-weight: bold;
}
.p_bbb_oo {
	margin : 20px 0 20px 0;
	padding : 0px 0px 0px 5%;
}
.under_ooo {
	padding : 10px 10px 10px 10px;
	font-size : 0.875rem;
	text-decoration:underline;
	background-color : #F3F3F0;
}
.p_d {
	border-bottom: 2px solid #666;
	width:260px;
	margin : 2px 0 15px 30px;
	padding : 10px 0px 0px 20px;
	font-size : 0.9375rem;
	font-weight: bold;
}
.p_c {
	border-bottom: 1px solid #666;
	width:90px;
	margin : 5px 0 5px 30px;
	padding : 0px 0px 0px 20px;
	font-size : 0.875rem;
	font-weight: nomal;
}

.p_e {
	border-bottom: 1px solid #ddd;
	width:265px;
	margin : 0px 0 12px 30px;
	padding : 20px 0px 0px 10px;
	font-size : 0.875rem;
	font-weight: nomal;
	float : left;
}
.p_e :before {
	content:"\0025a0";
	color:#111;
}
.p_f {
	border-bottom: 1px solid #111;
	width:265px;
	margin : 2px 0 15px 30px;
	padding : 0px 0px 0px 10px;
	font-size : 0.750rem;
	font-weight: nomal;
}
.p_f :before {
	content:"\0025a0";
	color:#111;
}
.p_ff {
	padding : 3px 0px 3px 2%;
}
.p_ff :before {
	content:"・";
}
/*============================*/
.p_g {
	padding : 0px 12% 0px 3%;
	font-size : 1rem;
	font-weight: bold;
}
.p_h {
	margin-top:10px;
	padding : 10px 0px 0px 10px;
	color:#000;
	background-color : #F2EDE3;
	font-weight: bold;
}
.p_i {
	padding : 43px 0 0 10px;
	color:#000;
}
.p_j {
	border-top: 1px dotted #bbb;
	border-bottom: 1px dotted #bbb;
	margin : 8px 0 5px 0px;
	padding : 5px 0px 5px 14px;
	font-size : 0.875rem;
}
.p_k {
	border-top: 1px solid #888;
	margin : 0px 0 5px 0px;
	padding : 15px 0px 5px 14px;
}
.pd_a {
	padding : 10px 0px 0px 0px;
	text-align : center;
	font-size : 0.9375rem;
	font-weight: bold;
}
.pd_aa {
	text-align : right;
}
.pd_aaa {
	padding : 13px 0px 0px 0px;
	font-weight: bold;
	font-size : 0.875rem;
}
.pd_b {
	padding : 0px 0px 20px 30px;
}
.pd_bb {
	padding : 8px 0px 0px 0px;
}
.pd_c {
	padding : 10px 0px 5px 0px;
	color:#0E3587;	
}
.pd_cz {
	padding : 10px 0px 5px 0px;
	color:#0E3587;	
	border-bottom:2px solid #fff;
}
.pd_cc {
	padding : 15px;
}
.pd_cc5 {
	width:290px;
    border-radius: 17px;
	margin: 0px auto 0px auto;
	padding : 20px;
}
.pd_cc8 {
	padding : 20px 0px 30px 30px;
}
.pd_cca {
	padding : 0px 0px 15px 0px;
	border-bottom:2px solid #ccc;
}
.pd_ccb {
	padding : 35px 0px 5px 0px;
}
.pd_ccb_b {
	font-weight:bold;
	padding : 35px 0px 5px 0px;
}
.pd_ccb_b7 {
	width:290px;
	margin: 20px auto 0px auto;
    border-radius: 17px;
	font-weight:bold;
	padding : 20px 10px 5px 0px;
}
.pd_ccx {
	border-top:3px solid #000;
}
.pd_ccxa {
	border-top:3px solid #888;
	padding : 15px 0px 30px 0px;
}
.pd_ccbb {
	padding : 55px 0px 15px 0px;
}
.pd_d {
	padding : 12px 0px 0px 0px;
}

.pd_e {
	padding : 10px 0px 45px 0px;
	letter-spacing: 0.2em;
	color:#162EBC;
	text-align:center;
}
.pd_f {
	font-weight:bold;
	padding : 30px 0px 5px 1%;
}
.pd_g {
	padding : 8px 0px 5px 0px;
}
.pd_gg {
	padding : 5px 0px 5px 0px;
}
.pd_gr {
	padding : 25px 0px 1px 2%;
	margin-bottom:1.5em;
	font-weight:bold;
	color:#B91A05;
	border-bottom:2px solid #ccc;
}
.pd_gs {
	padding : 5px 0% 8px 2% ;
}
.pd_gt {
	padding : 0px 0% 10px 2.5% ;
}
.pd_h {
	padding : 25px 0px 5px 0px;
	font-weight:bold;
}
.pd_i {
	font-weight:bold;
	margin: 0px 0px 0.5em 0px;
	padding : 10px 0px 10px 4%;
	border-bottom:1px dotted #555;
}
.pd_ia {
	padding : 5px 0px 5px 0px;
}
.pd_iar {
	padding : 5px 0px 20px 0px;
	color:#9A1D0C;
}
.pd_iab {
	padding : 5px 0px 20px 0px;
}
.pd_ib {
	padding : 10px 0px 20px 0px;
}
.pd_ic {
	padding : 15px 0px 0px 0px;
}
.pd_id {
	font-weight:bold;
	margin: 10px 0px 0px 0px;
	padding : 20px 0px 3px 4%;
	border-top:1px dotted #555;
}
.pd_ii {
	margin: 10px 0px 0.5em 0px;
	padding : 0px 0px 10px 4%;
	border-bottom:1px dotted #555;
}

.pd_j {
	margin: 20px 0px 0px 0px;
	padding : 10px 0px 8px 0px;
	border-top:2px solid #555;
	border-bottom:1px dotted #aaa;
	text-align:center;
	font-weight:bold;
	color:#9A1D0C;
}
.pd_jj {
	margin: 10px 0px 20px 0px;
	padding : 10px 0px 8px 0px;
	border-top:2px solid #555;
	border-bottom:2px solid #555;
	text-align:center;
	font-weight:bold;
	color:#9A1D0C;
}
.pd_k {
	margin: 15px 0px 10px 0px;
	padding : 0px 0px 8px 15px;
}
.pd_kk {
	text-align : center;
	padding :0.5em 0 1em 0;
	color:#9A1D0C;
}
.pd_l {
	font-size:0.750rem;	
	padding :0 0 10px 120px;
}
.pd_m {
	padding :1em 0 1em 0;
}
.pd_mm {
	padding :1em 0 1em 0;
	font-size : 0.875rem;
}
.pd_o {
	margin: 5px 0px 0.5em 0px;
	padding : 0px 0px 10px 2%;
}
.pd_op {
	padding : 10px 10px 0px 0px;
	text-align : center;
	font-size:0.9375rem;	
}
.pos_aa {
	padding : 100px 0px 0px 0px;
}
.pos_a {
	position:relative; top:20px; left:-30px
}
.pos_bb {
	padding : 0px 0px 0px 100px;
	position:relative; top:-120px; left:30px
}
.pos_b {
	position:relative; top:0px; left:0px
}
.hid{
	visibility : hidden;
	height:50px
}
.hid_a{
	visibility : hidden;
}
.btn {
	border-width : 3px;
	border-style : outset;
}
.stg {
	font-weight:bold;
	color:#126ECC;
}
.img_p_a {
	padding : 15px 0px 5px 0px;
	font-size : 0.9375rem;
	font-weight:bold;
}
.td_a {
	vertical-align:middle
}
.td_b {
	padding:0px 0px 0px 0px;
	background:#F8F8F7;
}
.td_c {
	font-weight:bold;
	vertical-align:middle;
}
.td_d {
	margin-bottom:0.3em;
	background:#F3F3F0;
}
.under {
	text-decoration:underline;
	text-underline-offset: 3px;
}
.under_s {
	text-decoration:underline;
	text-underline-offset: 3px;
	font-weight:bold;
}
.cor_a {
	color:#5E1107;
	margin-bottom:1.5em;
}
.ri {
	border-bottom:1px dotted #aaa;
	margin-bottom:1em;
	padding:5px 0px 5px 2%;
}


.stg0 {
	font-weight:bold;
}

.stg0_o {
	text-decoration:underline;
	font-weight:bold;
}

.footlink_b {
	font-weight:bold;
	padding : 5px 3px 3px 5px;
	margin :5px 0px 5px 0px;
	text-align : center;
	float : left;
}






















.lr {
	border-right:1px solid #eee ;

}

.lrx {
	border-right:3px solid #eee ;
	padding-right : 15px ;

}

.lrr {
	border-right:0px solid #eee ;
}





.lt1 {
	border-top:1px solid ;
}
.lt1x {
	border-top:1px solid ;
}
.lt2 {
	border-top:2px solid ;
}
.lt3 {
	border-top:3px solid ;
}
.lt4 {
	border-top:4px solid ;
}
.lt4a {
	border-top:4px solid ;
}

.lt5 {
	border-top:5px solid #ccc;
}



.lb1 {
	border-bottom:1px solid ;
}


.lb1x {
	border-bottom:1px solid ;
}

.lb2 {
	border-bottom:2px solid ;
}
.lb3 {
	border-bottom:3px solid ;
}
.lb4 {
	border-bottom:4px solid ;
}

.lt1d {
	border-top:1px dotted ;
}
.lt2d {
	border-top:2px dotted ;
}
.lt3d {
	border-top:3px dotted ;
}
.lt4d {
	border-top:4px dotted ;
}
.lb1d {
	border-bottom:1px dotted ;
}
.lb2d {
	border-bottom:2px dotted ;
}
.lb3d {
	border-bottom:3px dotted ;
}
.lb4d {
	border-bottom:4px dotted ;
}


.lt1a {
	border-top:1px solid ;
	padding : 20px 0px 0px 0px;
}
.lt1a8 {
	border-bottom:1px solid ;
}
.lt1a1 {
	border-top:1px solid ;
	margin: 20px 0px 0px  0px;
	padding : 20px 0px 0px 0px;
}
.lt1b {
	border-top:1px solid ;
	background:#EAF3FE;
	padding : 5px 0px 5px 0px;
}
.lt1bz {
	border-top:1px solid ;
	background:#FBF8EA;
	padding : 5px 0px 5px 0px;
}
.lt1bza {
	border-top:1px solid ;
	background:#EAF3FE;
	padding : 5px 0px 5px 0px;
}
.lt1bza5 {
	border-top:1px solid #555;
	background:#EADDFB;
	padding : 5px 0px 5px 0px;
}
.lt1d {
	border-top:1px dotted #555;
}
.lt1z {
	margin : 20px 0px 20px 0px;
	text-align:center;
	font-size : 0.9375rem;
	border-bottom:2px solid #9F260A;
	border-top:2px solid #9F260A;
}
.lt1zt {
	margin : 30px 0px 5px 0px;
	text-align:center;
	font-size : 0.9375rem;
	border-top:2px solid #9F260A;
}
.lt1zt2 {
	margin : 0px 0px 0px 0px;
	font-size : 0.875rem;
	border-top:2px solid #9F260A;
}
.lt2d {
	border-top:3px dotted ;
}
.lb1d {
	border-bottom:1px dotted ;
}
.lb1da {
	border-bottom:0px dotted ;
}


 
/*============================
          ボーダーカラー↓
 =============================*/
 
 .bc3 {
	border-color:#333;
}
 .bc5 {
	border-color:#555;
}
 .bc8 {
	border-color:#888;
}

 .bca {
	border-color:#aaa;
}
  
 .bcb {
	border-color:#623A01;
}
 
 .bcc {
	border-color:#043C91;
}
 
 .bcd {
	border-color:#1A5C03;
}
 
 .bce {
	border-color:#720A02;
}
 
 .bcf {
	border-color:#70074F;
}
 
 .bcg {
	border-color:#51076F;
}
 
 
 .bch {
	border-color:#244B97;
}
 .bci {
	border-color:#993300;
}
 
 /*=======================================
      ↑ボーダーカラー
 ========================================*/




















/*============================
          バディング↓
 =============================*/
.pt3 {
	padding-top : 3px;
}
.pt5 {
	padding-top : 5px;
}
.pt10 {
	padding-top : 10px;
}
.pt10x {
	padding-top : 0px;
}
.pt15 {
	padding-top : 15px;
}
.pt15a {
	padding-top : 15px;
}
.pt20 {
	padding-top : 20px;
}
.pt25 {
	padding-top : 25px;
}
.pt30 {
	padding-top : 30px;
}

.pt30a {
	padding-top : 30px;
}

.pt40 {
	padding-top : 40px;
}
.pt40a {
	padding-top : 40px;
}
.pt40b {
	padding-top : 40px;
}

.pt45 {
	padding-top : 45px;
}

.pt45a {
	padding-top : 45px;
}

.pt50 {
	padding-top : 50px;
}
.pt50a {
	padding-top : 110px;
}
.pt50b {
	padding-top : 50px;
}
.pt_xa {
	padding-top : 120px;
}

.pb3 {
	padding-bottom : 3px;
}
.pb5 {
	padding-bottom : 5px;
}
.pb10 {
	padding-bottom : 10px;
}
.pb15 {
	padding-bottom : 15px;
}
.pb20 {
	padding-bottom : 20px;
}

.pb30 {
	padding-bottom : 30px;
}
.pb40 {
	padding-bottom : 40px;
}
.pb50 {
	padding-bottom : 50px;
}


.pr5 {
	padding-right : 5px;
}
.pr10 {
	padding-right : 10px;
}
.pr15 {
	padding-right : 15px;
}
.pr20 {
	padding-right : 20px;
}
.pr30 {
	padding-right : 30px;
}

.pr30a {
	padding-right : 0px;
}
.pr30aa {
	padding-right : 0px;
	margin-right : 0px;
}


.pl5 {
	padding-left : 5px;
}
.pl10 {
	padding-left : 10px;
}
.pl10a {
	padding-left : 10px;
}
.pl10b {
	padding-left : 10px;
}
.pl15 {
	padding-left : 15px;
}
.pl15a {
	padding-left : 15px;
}
.pl20 {
	padding-left : 20px;
}
.pl25 {
	padding-left : 25px;
}
.pl25a {
	padding-left : 0px;
}
.pl30 {
	padding-left : 30px;
}
.pl35 {
	padding-left : 35px;
}
.pl35a {
	padding-left : 35px;
}
.pl45 {
	padding-left : 45px;
}
.pl45a {
	padding-left : 45px;
}
.pl55 {
	padding-left : 55px;
}
.pl65 {
	padding-left : 65px;
}
.pl75 {
	padding-left : 45px;
}
.pl75a {
	padding-left : 45px;
}
.pl85 {
	padding-left : 85px;
}
.pl95 {
	padding-left : 95px;
}
.pl105 {
	padding-left : 105px;
}
.pl115 {
	padding-left : 115px;
}
.pl125 {
	padding-left : 125px;
}
.pl135 {
	padding-left : 135px;
}

.pl145 {
	padding-left : 145px;
}

.pl155 {
	padding-left : 37%;
}

.plssa {
	padding-left : 160px;
}
.plss {
	padding-left : 150px;
}

/*============================
          バディング↑
 =============================*/
.blt {
	font-weight:bold;
}

/*============================
          マージン↓
 =============================*/

.mt5 {
	margin-top : 5px;
}
.mt10 {
	margin-top : 10px;
}
.mt15 {
	margin-top : 15px;
}
.mt20 {
	margin-top : 20px;
}
.mt25 {
	margin-top : 25px;
}
.mt30 {
	margin-top : 30px;
}
.mt35 {
	margin-top : 35px;
}
.mt40 {
	margin-top : 40px;
}
.mt45 {
	margin-top : 45px;
}
.mt50 {
	margin-top : 50px;
}
.mt55 {
	margin-top : 55px;
}
.mt60 {
	margin-top : 60px;
}

.mt15a {
	margin-top : 15px;
}
.mt20a {
	margin-top : 20px;
}
.mt25a {
	margin-top : 25px;
}
.mt30a {
	margin-top : 30px;
}
.mt35a {
	margin-top : 35px;
}
.mt40a {
	margin-top : 40px;
}
.mt45a {
	margin-top : 45px;
}
.mt50a {
	margin-top : 50px;
}
.mt55a {
	margin-top : 55px;
}
.mt60a {
	margin-top : 60px;
}

.mt80a {
	margin-top : 10px;
}


.mt0 {
	margin-top : 0px;
}

.mb0 {
	margin-bottom : 0px;
}
.mb5 {
	margin-bottom : 5px;
}
.mb10 {
	margin-bottom : 10px;
}
.mb15 {
	margin-bottom : 15px;
}
.mb20 {
	margin-bottom : 20px;
}

.mb25 {
	margin-bottom : 25px;
}
.mb30 {
	margin-bottom : 30px;
}
.mb40 {
	margin-bottom : 40px;
}
.mb50 {
	margin-bottom : 50px;
}


.mr5 {
	margin-right : 5px;
}
.mr10 {
	margin-right : 10px;
}
.mr15 {
	margin-right : 15px;
}
.mr20 {
	margin-right : 20px;
}


.ml5 {
	margin-left : 5px;
}
.ml10 {
	margin-left : 10px;
}
.ml15 {
	margin-left : 15px;
}
.ml20 {
	margin-left : 20px;
}



.w350{
	width : 350px;
}
.w400{
	width : 100px;
	margin : 0px auto 20px auto;


}
.w450{
	width : 450px;
}
.w500{
	width : 500px;
}
.w550{
	width : 550px;
}
.w600{
	width : 600px;
}
.w650{
	width : 650px;
}
.w700{
	width : 700px;
}
.w750{
	width : 750px;
}
.w800{
	width : 800px;
}
.w850{
	width : 850px;
}
.ma {
	margin-left:auto;
	margin-right:auto;
}

/*============================
          マージン↑
 =============================*/
/*============================
          フォント↓
 =============================*/
.f9 {
	font-size : 0.6875rem;
}
.f10 {
	font-size : 0.6875rem;
}
.f11 {
	font-size : 0.7875rem;
	line-height:1.3;
}
.f12 {
	font-size : 0.8rem;
	line-height:1.3;
}
.f13 {
	font-size : 0.875rem;
	line-height:1.4;
}
.f13x {
	font-size : 0.875rem;
	line-height:1.3;
}
.f14 {
	font-size : 0.875rem;
	line-height:1.5;
}
.f15 {
	font-size : 0.9375rem;
	line-height:1.5;
}
.f15a {
	font-size : 0.9375rem;
	line-height:1.5;
	padding-left : 7%;
	padding-top : 3%;

}

.f15d {
	font-size : 0.8125rem;
	font-weight:bold;
	line-height:1.2;
}
.f16 {
	font-size : 1rem;
	line-height:1.6;
}
.f17 {
	font-size : 17px;
	line-height:1.6;
}
.f18 {
	font-size : 18px;
	line-height:1.6;
}
.f20 {
	font-size : 20px;
	line-height:1.6;
}
.f25 {
	font-size : 25px;
	line-height:1.6;
}
.f30 {
	font-size : 30px;
	line-height:1.6;
}
.f40 {
	font-size : 40px;
	line-height:1.6;
}

.f11b {
	font-weight:bold;
	font-size : 0.6875rem;
	line-height:1.3;
}
.f12b {
	font-weight:bold;
	font-size : 0.750rem;
	line-height:1.3;
}
.f13b {
	font-weight:bold;
	font-size : 0.8125rem;
	line-height:1.4;
}
.f14b {
	font-weight:bold;
	font-size : 0.875rem;
	line-height:1.6;
}
.f15b {
	font-weight:bold;
	font-size : 0.9375rem;
	line-height:1.6;
}
.f16b {
	font-weight:bold;
	font-size : 1rem;
	line-height:1.6;
}
.f18b {
	font-weight:bold;
	font-size : 18px;
}
.f20b {
	font-weight:bold;
	font-size : 20px;
}
.f32b {
	font-weight:bold;
	color:#ccc;
	font-size : 32px;
}


/*============================
          フォント↑
 =============================*/


/*============================
      テキストアライン
 =============================*/

.tac {
	text-align:center;
}
.tacx {
	text-align:center;
}
.tar {
	text-align:right;
}
.tal {
	text-align:left;
}
.tarx {
	text-align:right;
}
.talx {
	text-align:left;
	padding-left : 50px;

}
.bg3 {
	background:#FDF9F2;
}

.bg6a {
	background:#EDEFFD;
}
.bg7a {
	background:#EBF7E4;
}


.bg7 {
	background:#E5ECF7;
}
.bg60 {
	background:#F3F2EF;
}

.bg4 {
	background:#EEEBF1;
}



.bg8a {
	background:#D2E7D5;
}

/*============================
      カラー
 =============================*/


.bgw {
	background:#FFF;
}




.cor {
	color:#993300;
}

.cor2 {
	color:#7a2800;
}


.ka1 {
	color:#703422;
}
.ka3 {
	color:#654302;
}



.ka4 {
	color:#0B237B;
}


.ka5 {
	color:#72421c;
}


.ka6 {
	color:#993300;
}




.und {
	text-decoration:underline;
	text-underline-offset: 3px;

}

.unb {
	font-weight:bold;
	text-underline-offset: 3px;
	text-decoration:underline;
}

.aut {
	margin : 10px auto 10px auto;
}

.pal1 {
	padding : 15px 15px;
}
.pal2 {
	padding : 5px 10px;
}

.hogo {
	line-height:1.8;
	font-weight:bold;
	padding : 15px 35px;
}



/*=======================================
      テキストアライン↑@@@@@@@@@@@@@@@
 ========================================*/




.bor{
    border-radius: 12px;

}


.square_btnz{
    display: inline-block;
	margin : 10px 5px 10px 15px;
    padding: 0.5em 0.8em;
	font-size:0.875rem;
    text-decoration: none;
    background: #FFF;/*ボタン色*/
    color: #000;
	font-weight:bold;
    border: solid 1px #623A01;
}


.square_btny{
    display: inline-block;
	margin : 10px 5px 10px 15px;
    padding: 0.5em 0.8em;
	font-size:0.875rem;
    text-decoration: none;
    background: #623A01;/*ボタン色*/
    color: #fff;
	font-weight:bold;
    border: solid 1px #222;
}






/*=======================================
      @@@@@@@@@@@@@@@
 ========================================*/


.square_btn{
    display: inline-block;
	margin : 10px 0 10px 25px;
    padding: 0.2em 0.5em;
    text-decoration: none;
    background: #FFF;/*ボタン色*/
    color: #000;
	font-weight:bold;
    border: solid 1px #bbb;
    border-radius: 17px;
}
.square_btnx{
    display: inline-block;
	margin : 10px 5px 10px 5px;
    padding: 0.2em 1em;
    text-decoration: none;
    background: #FFF;/*ボタン色*/
    color: #000;
	font-weight:bold;
    border: solid 1px #bbb;
    border-radius: 17px;
}

.square_btn8{
    display: inline-block;
	margin : 5px 10px 20px 0px;
    padding: 0.6em 1.1em;
    text-decoration: none;
    background: #F0F5FE;/*ボタン色*/
    color: #000;
	font-weight:bold;
    border: solid 2px #DAC18D;
    border-radius: 25px;
     box-shadow: 0 5px 5px rgba(0,0,0,0.08), 0 0 8px rgba(0,0,0,0.05);

}


/*=======================================
      //////@@@@@@@@@@@@@@@
 ========================================*/


.under_s{
    display: inline-block;
    padding: 0.8em 1em;
    text-decoration: none;
    background: #FAF0E1;/*ボタン色*/
    color: #000;
	font-weight:bold;
    border-top: solid 1px #993300;
    border-left: solid 1px #993300;
    border-right: solid 1px #7E3510;
    border-bottom: solid 2px #7E3510;
    border-radius: 3px;
}

.lin5 {
	border-top:4px solid #623A01;
    margin: 10px 0 0 0;
    padding: 20px 0 0 0;
}

.lin5b {
	border-bottom:4px solid #623A01;
    margin: 0px 0 20px 0;
    padding: 10px 0 20px 20px;
}



.div5 {
	width : 720px;
    margin: 10px auto 0 auto;
    padding: 20px;
	border-top:4px solid #623A01;
	border-bottom:4px solid #623A01;
}


.lha {
	line-height:1.8;
}


.divxx{
	width:70% ;
	border-top:solid 1px #888;
	border-bottom:solid 1px #888;
	line-height:2.2;
	margin:15px auto 5px auto;
	padding:5px 10% 10px 16% ;
}

.divxx p{
  display:inline;
}

.lint {
    text-decoration: underline;
	text-underline-offset: 3px;
	font-size:0.875rem;
	color:#777 !important;
}





.gyou{
    display: inline-block;
	padding : 9px 0px 0px 0px;
}
.gyou1{
    display: inline-block;
	padding : 5px 0px 0px 0px;
}


.px {
	margin:20px 15px 5px 0 !important;
}
.pxx {
	margin:0px 15px 0 0 !important;
}



.bdx{
    border: solid 2px #88A8E4;
    border-radius: 17px;

}
.bdxx{
    border: solid 2px #DAC18D;
    border-radius: 17px;

}
.bddt{
    border-radius: 17px;

}



.pic01{
	width:400px !important;
}

.pic01a{
	width:41% !important;
	aspect-ratio: 450/235;
    height: auto;
}

.pic01b{
	width:10% !important;
	aspect-ratio: 500/697;
    height: auto;
}

.pic01bb{
	width:83% !important;
	aspect-ratio: 640/241;
    height: auto;
    border-radius: 17px;
}


.pic01bbb{
	width:80% !important;
	aspect-ratio: 397/153;
    height: auto;
    border-radius: 17px;
}

.pic02{
	width:275px !important;
}

.pic02a{
	width:350px !important;
	margin-right:10%;
    height: auto;
}

.pic02aa{
	width:490px !important;
 	margin-right:5%;
   height: auto;
}

.pic02b{
	width:200px !important;
	margin-right:10%;
    height: auto;
}

.pic02bb{
	width:90px !important;
	margin-right:10%;
    height: auto;
}

.pic02c{
	width:90% !important;
    height: auto;
}

.pic03{
	width:300px !important;
}

.pic02d{
	width:75% !important;
    height: auto;
}


.bbr{
	font-style:normal;

}
.brr{
	font-style:normal;

}
.bbb{
	font-style:normal;
}


.bbr br{
  display:none;

}
.brr br{
  display:inline;

}
.bbb br{
  display:inline;

}

.fa1{
  display:inline;
}

.square_btn5{
    display: inline-block;
	margin : 5px 0px 0px 0px;
    padding: 3px 10px 2px 10px;
    text-decoration: none !important;
    background: #FEFEFA;/*ボタン色*/
    color: #000;
    border: solid 1px #CBB6AD;
    border-radius: 14px;
}

.square_btn6{
    display: inline-block;
	margin : 0px 0px 0px 0px;
    padding: 3px 15px 3px 15px;
    text-decoration: none !important;
    background: #f7f7f7;/*ボタン色*/
    color: #000;
    border: solid 1px #555;
    border-radius: 16px;
}
.square_btn5t{
    display: inline-block;
    padding: 3px 10px 2px 10px;
	margin : 0px 0px 0px 0px;
    text-decoration: none !important;
    background: #fcf7ff;/*ボタン色*/
    color: #000;
    border: solid 1px #a07cb2;
    border-radius: 14px;
}
.square_btn5tt{
    display: inline-block;
    padding: 3px 10px 2px 10px;
	margin : 0px 0px 0px 0px;
    text-decoration: none !important;
    background: #f2f2f2;/*ボタン色*/
    color: #000;
    border: solid 2px #777;
    border-radius: 14px;
}
.square_btn5ttt{
    display: inline-block;
    padding: 3px 10px 2px 10px;
	margin : 0px 0px 0px 0px;
    text-decoration: none !important;
    background: #efefef;/*ボタン色*/
    color: #000;
    border: solid 2px #777;
    border-radius: 14px;
}

.square_btn5j{
    display: inline-block;
	margin : 10px 0px 0px 0px;
    padding: 3px 10px 2px 10px;
    text-decoration: none !important;
    background: #f7f7f7;/*ボタン色*/
    color: #000;
    border: solid 2px #777;
    border-radius: 14px;
}

.square_btn5s{
    display: inline-block;
	margin : 5px 0px 10px 0px;
    padding: 3px 15px 2px 15px;
    text-decoration: none !important;
    background: #fff;/*ボタン色*/
    color: #000;
    border: solid 1px #999;
    border-radius: 14px;
}

.square_btn5a{
    display: inline-block;
	margin : 10px 12px 10px 0px;
    padding: 0.1em 0.4em;
    text-decoration: none !important;
    background: #FEFEFA;/*ボタン色*/
    color: #000;
    border: solid 1px #ccc;
    border-radius: 17px;
}

.square_btn5b{
    display: inline-block;
	margin : 0px 12px 0px 0px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Osaka,sans-serif;
    padding: 0.1em 0.4em;
    text-decoration: none !important;
    background: #E8F1FE;/*ボタン色*/
    color: #000;
    border: solid 1px #ccc;
    border-radius: 17px;
}

.square_btn5c{
    display: inline-block;
	margin : 0px 12px 0px 0px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Osaka,sans-serif;
    padding: 0.1em 0.4em;
    text-decoration: none !important;
    background: #E8F1FE;/*ボタン色*/
    color: #000;
    border: solid 1px #ccc;
    border-radius: 17px;
}


.square_btn7{
    display: inline-block;
	margin : 0px 0 0px 0px;
    padding: 0.2em 0.8em;
    text-decoration: none;
    background: #FFF;/*ボタン色*/
    color: #000;
	font-weight:bold;
    border: solid 1px #bbb;
    border-radius: 12px;
}

.lb4a {
	border-bottom:5px solid #eee;
}


.square_btn9{
    display: inline-block;
	margin : 10px 0 10px 18px;
    padding: 0.4em 0.4em;
    text-decoration: none;
    background: #fff;/*ボタン色*/
    color: #000;
	font-weight:bold;
    border: solid 1px #bbb;
    border-radius: 10px;
}

.square_btn10{
	display: block;
 	width: 800px;
	margin : 10px auto 10px auto;
    padding: 0.4em 0.4em;
    text-decoration: none;
    background: #E3E8FF;/*ボタン色*/
    color: #000;
	font-weight:bold;
    border: solid 1px #bbb;
    border-radius: 10px;
}

.square_btn10a{
	display: block;
 	width: 90%;
	margin : 0px auto 10px auto;
    padding: 0.8em 0.4em;
    text-decoration: none;
    background: #eee;/*ボタン色*/
    color: #000;
	font-weight:bold;
    border: solid 0px #bbb;
    border-radius: 10px;
}




.square_btn11 {
    display: inline-block;
    margin : 10px 0 10px 18px;
    padding: 0.2em 2.8em;
    text-decoration: none;
    background: #fcfcfc; /* 明るく清潔感のあるグレー */
    color: #333;        /* 文字を真っ黒から少し和らげると馴染みます */
    font-weight: bold;
    border-top: solid 1px #aaa;
    border-bottom: solid 1px #aaa;
    border-right: solid 0px #aaa;
    border-left: solid 0px #aaa;
    border-radius: 0px;
    
    /* 影を弱め、かつ騒音の「響き」をわずかに表現 */
    box-shadow: 0 2px 5px rgba(0,0,0,0.08), 0 0 8px rgba(0,0,0,0.05);
}


.lt1xx {
	border-top:0px solid ;
}

.lt5a {
	border-top:5px solid #ccc;
}

.lb5a {
	border-bottom:5px solid #ccc;
}





.lha1 {
	line-height:1.0;
}

.lha2 {
	line-height:1.0;
}

.lha3 {
	line-height:1.4;
}

.dn {
  display:none;
}

.wi1 {width: 35%;	
}
.wi2 {width: 11%;	
}
.wi3 {width: 11%;	
}
.wi4 {width: 43%;	
}

.i01 {
  width: 80%;
  aspect-ratio: 400/157;
  object-fit: cover;
}


dfn {
	font-weight:bold;
	font-size:0.9375rem;
	font-style:  normal;
}


table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #fff;
	background:#fff;
}
th {
	padding:5px 0px 5px 0px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #fff;
	background:#F0F0F0;
	letter-spacing:1px;
	
}
td {
	padding:0px 0px 0px 0px;
	text-align:center;
	line-height:1.1;
	border:1px solid #fff;
  border-bottom: 2px solid #222;

}

.bor {
  border-radius: 5% / 20%;

}








audio {
width: 95%;
height:30px;
margin-bottom : 20px;

}


audio::-webkit-media-controls-enclosure {
    background-color: #;
}


audio::-webkit-media-controls-mute-button {
  background-color: #B5A171;
  border-radius: 0%;
}
audio::-webkit-media-controls-time-remaining-display {
  color: #000;
}

audio::-webkit-media-controls-play-button {
        transform: scale(1.1, 1.1);
    }


.au {
width: 50%;
height:20px;
}


.wac{
    color: #2252C9;
}

.mpc{
    color: #896402;
}


.o_b {
 	color:#000;
	margin : 10px 30px 0px 0px;
	width : 18px;
	height :18px;
}

.o_b1 {
	width : 20px;
	height : 20px;
}






.pl135a {
	padding-left : 35px;
}





.bga { 

 background-image:url("../mask/img/bga.jpg");
 background-repeat:no-repeat;
background-size: 100% 65%; 
 background-position:center;

 }

.bgb { 

 background-image:url("../mask/img/bgb.jpg");
 background-repeat:no-repeat;
background-size: 100% 65%; 
 background-position:center;

 }

.bgw { 

 background-image:url("../mask/img/bgw.jpg");
 background-repeat:no-repeat;
background-size: 100% 65%; 
 background-position:center;

 }

.bg8 { 

 background-image:url("../mask/img/bg8.jpg");
 background-repeat:no-repeat;
 background-size: 90% 65%; 
 background-position:center;

 }
 
.bg35 { 

 background-image:url("../mask/img/bg35.jpg");
 background-repeat:no-repeat;
 background-size: 90% 65%; 
 background-position:center;

 }

.bg6 { 

 background-image:url("../mask/img/bg6.jpg");
 background-repeat:no-repeat;
 background-size: 90% 65%; 
 background-position:center;

 }

.bg2 { 

 background-image:url("../mask/img/bg2.jpg");
 background-repeat:no-repeat;
 background-size: 90% 65%; 
 background-position:center;

 }

.bg5 { 

 background-image:url("../mask/img/bg5.jpg");
 background-repeat:no-repeat;
 background-size: 90% 65%; 
 background-position:center;

 }

.bg1 { 

 background-image:url("../mask/img/bg1.jpg");
 background-repeat:no-repeat;
 background-size: 90% 65%; 
 background-position:center;

 }



.bg10 {
	background:#F4FAF3;
 }
.bg20 {
	background:#EEF5FD;
 }
.bg30 {
	background:#FCF2E8;
 }
 
 .bg50 {
	background:#717070;
    color: #fff;
    
     }

 .bg000 {
	background:#fff;
    color: #333;
    
     }




.bxa {
	color: #000;
	background:#FAECC1;
	border:0px solid #eee ;
	letter-spacing: 2px; 
}
.bxb {
	color: #000;
	background:#fff;
	border:0px solid #eee ;
	letter-spacing: 2px; 
}

.bx80 {
	color: #FAD0CA;

}

.vh {
visibility:hidden;
}

.vhh {
visibility:hidden;
	height:0px;
}



.box2 {
	height:0px;
	position:relative; top:-148px;  right:10px;
	z-index: 2;

}

.box3 {
	padding:0 8% 3px 3%;
    width :300%;
	z-index: 2;

}


.lh11 {
	line-height:1.1;

}



.pic_a{
	width:80px !important;
	margin : 0px 0px 0px 7px;
	aspect-ratio:200/105;
    height: auto;
}

.pic_b{
	width:20px !important;
	aspect-ratio: 100/103;
    height: auto;
	margin-bottom:3px;
}

.pic_c{
	width:20px !important;
	aspect-ratio: 100/103;
    height: auto;
	margin : 10px 10px 10px 10px;
}

.pic_d{
	width:23px !important;
	aspect-ratio: 23/17;
    height: auto;
	margin-bottom:6px;
}





.pic_e{
	width:20px !important;
	aspect-ratio: 1/1;
    height: auto;
	margin-bottom:2px;
}

.pic_f{
	width:12px !important;
	aspect-ratio: 1/1;
    height: auto;
	margin-bottom:0.4rem;
}


.pic_g{
	width:20px !important;
	aspect-ratio: 1/1;
    height: auto;
	margin-bottom:4px;
}




  .flex-container {
	display: flex;     
    flex-direction: row;  /* 横に並べる */
	justify-content: center; 
 	gap: 6%;              /* アイテム間のスキマ */

  }


.pic_h{
	width:380px ;
    height: auto;
}

.pic_i{
	width:200px ;
    height: auto;
}

/*================================================
======================================================================================================================================================================== 
==================================================================== 
==================================================================== 
==================================================================== 
==================================================================== 
==================================================================== 
==================================================================== 
==================================================================== 
==================================================================== 
==================================================================== 
==================================================================== 
 ================================================*/

input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

/* 常時表示するクリアボタンのデザイン */
.btn-search-clear {
	margin : 10px 0px 5px 0px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background-color: #868e96; /* リセットボタンと同じ色 */
  border: none;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap; /* 改行防止 */
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: background-color 0.2s;
}

.btn-search-clear:active {
  background-color: #495057;
  transform: translateY(1px);
}



.search {
  border-radius: 5px;
  border: solid 3px #bbb;
  font-size : 0.9375rem;
  height:36px;
  padding: 10px;
}

.search-list__filter-types {
  margin-top: 10px;
  margin-left: 8%;
  display: flex;
      border-left: 0px solid #ccc;

}

.search-list__filter-type + .search-list__filter-type {
  margin-left: 2%;
  padding-left: 4%;
   border-left: 2px solid #ccc;

}

.search-list__filter-name {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height:1.2;

}

.search-list__filter-data:first-of-type {
  padding-top: 10px;
}
.search-list__filter-data + .search-list__filter-data {
  padding-top: 10px;
}

.search-list__table {
  margin: 5px auto 5px auto ;
  width: 95%;
  table-layout: fixed;
}
.search-list__table th, .search-list__table td {
  padding: 10px 15px 2px 5px;
  text-align: center;
  vertical-align:middle

}
.search-list__table th {
  font-weight: 600;
  font-size: 0.875rem;
}
.search-list__table th.sort {
  cursor: pointer;
}
.search-list__table th.sort.desc::after {
  content: "▼";
  margin-left: 10px;
  font-size: 1rem;
}
.search-list__table th.sort.asc::after {
  content: "▲";
  margin-left: 10px;
  font-size: 1rem;
}

.search-list__pagination {
  margin-top: 30px;
  text-align: center;
}

.search-list__pagination-items {
  display: inline-flex;
  list-style: none;
}
.search-list__pagination-items li {
  border: 1px solid #ccc;
}
.search-list__pagination-items li a {
  display: block;
  padding: 10px 12px;
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .search-list__pagination-items li a:hover {
    background-color: #000;
    color: #fff;
  }
}
.search-list__pagination-items li.active a {
  background-color: #000;
  color: #fff;
}
.search-list__pagination-items li + li {
  margin-left: 20px;
}


.lh11 {
	line-height:1.1;
}
.lh12 {
	line-height:1.2;
}
.lh13 {
	line-height:1.3;
}
.lh14 {
	line-height:1.4;
}
.lh15 {
	line-height:1.5;
}
.lh16 {
	line-height:1.6;
}
.lh17 {
	line-height:1.7;
}
.lh18 {
	line-height:1.8;
}
.lh19 {
	line-height:1.9;
}
.lh20 {
	line-height:2.0;
}
.lh21 {
	line-height:2.1;
}

.lh25 {
	line-height:2.5;
}













.w10 {
	width:75%;
	padding-left : 5%;
	padding-right : 5%;
	margin: 10px auto 0px auto;
	overflow-wrap: break-word;
}


.w11 {
	width:50%;
	margin: 0px auto 0px auto;
	padding-left : 13%;
	overflow-wrap: break-word;
}


.w12 {
	width:85%;
	margin: 0px auto 0px auto;
	overflow-wrap: break-word;
}


.w13 {
	width:75%;
	margin: 0px auto 0px auto;
	overflow-wrap: break-word;
}
.w14 {
	width:85%;
	padding-left : 5%;
	padding-right : 5%;
	margin: 10px auto 0px auto;
	overflow-wrap: break-word;
}


.w15 {
	width:70%;
	margin: 0px auto 10px auto;
	overflow-wrap: break-word;
}

.w16 {
	width:80%;
	margin: 0px auto 20px auto;
	overflow-wrap: break-word;
}

.w17 {
	width:70%;
	margin: 0px auto 0px auto;
	overflow-wrap: break-word;
}

.w18 {
	width:70%;
	margin: 0px auto 0px auto;
	overflow-wrap: break-word;
}

.w19 {
	width:70%;
	margin: 0px auto 0px auto;
	padding : 2% 5% 2% 25%;
	overflow-wrap: break-word;
}


.box1 {
	font-size : 0.9rem;
	margin : 0px 0px 0px 0px;
	padding :3px;
	position:relative; top:85px;  right:160px; 
	z-index: 2;
	opacity: 1.0;
}



.dna{
  display:none;
}

.dan{
  display:inline;
}

.dn1{
  display:block;
}

.dn2{
  display:none;
}

.cor {
	color:#993300;
}


.ka1 {
	color:#244B97;
}
.ka1a {
	color:#113886;
}


.ka2 {
	color:#9b6d00;
}

.ka2a {
	color:#056B04;
}

.ka2b {
	color:#333;
}


.ka3 {
	color:#054EBF;
}




td:has(input[type="checkbox"]:checked) {
    background-color: #f9f9ed;
}

/* 2つ以上チェックが入っている時の色（オレンジ） */
/* 「チェックされたもの」の次に「別のチェックされたもの」が続く構造を探す */
td:has(input[type="checkbox"]:checked ~ input[type="checkbox"]:checked) {
    background-color: #adc6f7;
}




.pl_x {
	padding-left : 13%;
}




.gr1 {
background: 
linear-gradient(to top,  #f4f4f4, white);

}







.lint1 {
    text-decoration: underline;
	text-underline-offset: 3px;
	font-size:14px;
	color:#3d82c6 !important;
}

.lint2 {
    text-decoration: underline;
	text-underline-offset: 3px;
	font-size:14px;
	color:#824900 !important;
}

.lint3 {
    text-decoration: underline;
	text-underline-offset: 3px;
	font-size:14px;
	color:#493dbf !important;
}



 .fixed-stop-btn {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 9999;
    padding: 0px 7px 2px 7px;
    background-color: #ccc;
    color: #222;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 20px;
    opacity: 0.38;
  }


 .fixed-stop-btn_a {
    position: fixed;
    bottom: 130px;
    right: 19px;
    z-index: 9999;
    padding: 0px 4px 1px 4px;
    background-color: #ccc;
    color: #222;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 17px;
    opacity: 0.25;
  }


 .fixed-stop-btn_b {
    position: fixed;
    bottom: 80px;
    right: 18px;
    z-index: 9999;
    padding: 0px 7px 2px 7px;
    background-color: #ccc;
    color: #222;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 20px;
    opacity: 0.28;
  }







.overlay {
  display: none; /* 最初は隠しておく */
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(255, 255, 255, 0.2);
  z-index: 100;
}

/* 小窓本体 */
.modal-content {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px;
  width: 750px;
  border-radius: 8px;
  border: solid 6px #bbb;
  text-align: left;
}

/* 下部のボタンエリア */
.close-area {
  margin-top: 10px;
  border-top: 1px solid #eee;
  text-align: center;
  padding-top: 10px;
}

.closeBtn {
  background: #fff;
  border: 1px solid #aaa;
  padding: 5px 15px;
  font-size:25px;
  cursor: pointer;
  border-radius: 15px;
}



.openBtn {
  background: #fcfcf9;
  border: 0px solid #ccc;
  padding: 15px 15px;
  cursor: pointer;
  border-radius: 0px;
}


.btn-reset {
	margin : 10px 0px 10px 0px;
  padding: 3px 18px;
  font-size: 14px;
  font-weight: bold;
  color: #777; /* 文字をグレーに */
  background-color: #ffffff;
  border: 2px solid #868e96; /* 枠線を太めにして視認性を確保 */
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}



.pl_y {
	padding-left : 20%;
}

.pr_y {
	padding-right : 20%;
}


.siv00 {

background:  #fff;
  border-radius: 10px;

    border-right: solid 0px #ccc; 
    border-bottom: solid 1px #ccc; 
    
     box-shadow: 0 2px 5px rgba(0,0,0,0.08), 0 0 8px rgba(0,0,0,0.05);






}

.siv01 {

background:  #fff;
  border-radius: 10px;
    border-right: solid 0px #ccc; 
    border-bottom: solid 1px #ccc; 
    
     box-shadow: 0 2px 5px rgba(0,0,0,0.08), 0 0 8px rgba(0,0,0,0.05);


}












/*================================================
 *  スライドショー
 ================================================*/
/* スライドショー */
.slide {
	display:none;
	position:relative;
	overflow:hidden;
	margin:5px 0;
}

.slidePrev {
	position:absolute;
	cursor:pointer;
	z-index:2;
}

.slideNext {
	position:absolute;
	cursor:pointer;
	z-index:2;
}

.slidePrev img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideNext img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideInner {
	position:relative;
	margin:0 0 5px 0;
	padding:0;
}
.slideInner li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.slideInner li img {
	margin:0 5px;
	padding:0;
}

.filterPrev {
	position:absolute;
	left:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.filterNext {
	position:absolute;
	right:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.controlNav {
	position:relative;
	float:left;
	left:50%;
}
.controlNav span {
	position:relative;
	left:-50%;
	float:left;
	margin:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:10px;
	height:10px;
	overflow:hidden;
	background:#ccc;
	text-indent:-9999px;
	vertical-align:middle;
}
.controlNav span:hover {
	background:#999;
	cursor:pointer;
}
.controlNav span.current {
	background:#900000;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	.inner {
		width:100%;
	}
a {
	color:#000;
	text-decoration:none ;
}

.footmenu a {
	color:#000;
	text-decoration:underline;
}

.footmenu_a a {
	color:#000;
	text-decoration:underline;
}

.footmenu_b a {
	color:#000;
	text-decoration:underline;
}

	#contents {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}

	footer {
		width:100%;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	.lock {
		overflow:hidden;
	}

	header {
		z-index:2;
		box-sizing:border-box;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		padding:10px 10px;
	}

	.summary {
		position:relative;
		top:auto;
		right:auto;
		margin-top:8px;
	}

	#main {
		float:none;
		width:100%;
		margin:0;
		padding:0;
	}
	h3 {
	padding : 5px 0px 0px 14px;
 	width: 75%;
	}

h3 a {
    display: block; 
    padding: 0.5em 0.4em;
}



	h4 {
	padding : 5px 0px 0px 10px;
	}
	h5 {
 	width: 80%;
	padding : 5px 0px 0px 10px;
	}

	h6 {
 	width: 80%;
	padding : 5px 0px 0px 10px;
	}


	#sub {
		float:none;
		width:100%;
		margin:0;
		padding:0;
	}

	nav {
		background:#E1E1DE;
	}
	nav ul {
		margin:0;
		padding:0;
		}

	nav .inner > ul {
		z-index:2;
		overflow:auto;
		position:fixed;
		top:53px;
		right:0;
		width:100%;
		height:88%;
		height:-webkit-calc(100% - 53px);
		height:calc(100% - 53px);
	}
	nav li {
		position:relative;
		width:100%;
		float:none;
		margin:0;
		text-align:left;
		list-style:none;
		border-bottom:1px solid #C8C8C3;
		background:#FFFFFF;
	}

	nav li:first-child {
		border-top:0;
	}
	nav li:last-child {
		border-bottom:0;
	}

	nav li a {
		display:block;
		padding:10px 30px;
		color:#111111;
		text-decoration:none;
		background:#FFFFFF;
	}
	nav li a:hover {
		color:#111111;
		background:#C0C6E8;
	}
	nav ul ul {
		display:none;
		position:relative;
	}
	nav li li a {
		box-sizing:border-box;
		width:100%;
		padding:10px 30px 10px 50px;
		text-align:left;
	}

	nav li li li a {
		padding:10px 30px 10px 70px;
	}

	.subnav > a:before {
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:20px;
		right:30px;
		width:10px;
		height:10px;
		margin-top:-5px;
		background:#A2A288;
	}
	.subnav > a:after {
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:20px;
		right:30px;
		width:10px;
		height:10px;
		margin-top:-10px;
		background:#FFFFFF;
	}
	.subnav a:hover:after {
	  background:#C0C6E8;
	}

	.active > a:before {
		margin-top:0;
	}
	.active > a:after {
		margin-top:5px;
	}

	.gnav {
		display:none;
	}

	#spMenu {
		display:block;
		z-index:2;
		position:fixed;
		top:10px;
		right:10px;
	}
	#spMenu:hover {
		cursor:pointer;
	}

	#navBtn {
		display:inline-block;
		position:relative;
		width:30px;
		height:30px;
		border-radius:5%;
		background:#E1E1DE;
	}
	#navBtnIcon {
		display:block;
		position:absolute;
		top:50%;
		left:50%;
		width:14px;
		height:2px;
		margin:-1px 0 0 -7px;
		background:#A2A288;
		transition:.2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display:block;
		content:'';
		position:absolute;
		top:50%;
		left:0;
		width:14px;
		height:2px;
		background:#A2A288;
		transition:0.3s;
	}
	#navBtnIcon:before {
		margin-top:-6px;
	}
	#navBtnIcon:after {
		margin-top:4px;
	}
	#navBtn .close {
		background:transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top:0;
	}
	#navBtn .close:before {
		transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
	#navBtn .close:after {
		transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
	}

	.col_one_one ul {
		margin:0 0 0 0;
	}
	.col_one_one li {
		width:100%;
	}
	.col_one_one li:nth-child(2n+1) {
		clear:both;
	}
	.col_one_one li img {
		width:100%;
		margin:0 0 2.5% 0px;
	}
	
	.col_two_one ul {
		margin-right:0;
	}
	.col_two_one li {
		width:100%;
	}
	.col_two_one li:nth-child(2n+1) {
		clear:both;
	}
	.col_twl_one ul {
		margin-right:0;
	}
	.col_twl_one li {
		width:100%;
		margin-right:2%;
	}
	.col_twl_one li:nth-child(2n+1) {
		clear:both;
	}
	
	.col_twl_one li img {
	margin:0 6% 0 0px;
	}
	
 .col_three_one {
	text-align : left;
}
	.col_three_one ul {
	margin:1% 1% 0 0%;
	padding : 0px 10px 0px 8px;
     border-top: solid 0px #bbb;
   border-bottom: solid 0px #bbb;
	}
	.col_three_one li {
	width:100%;
	padding : 8px 0px 0px 8px;
	margin:10px 3% 10px 0%;
	}
	.col_three_one li:nth-child(3n+1) {
		clear:both;
	}
	.center {
	text-align:center;
	padding:0 0 10px 0px;
}
	.img_p_a {
	padding : 10px 0px 0px 0px;
}
	.divlink_le {
	padding : 0 0 0 5%;
	background-color : #fff;
	float :left;
	margin-right : 0px;
	margin-left : 0px;
}
.pd_k {
	margin: 15px 0px 10px 0px;
	padding : 0px 0px 8px 15px;
	border-bottom:2px solid #555;
}
.pd_o {
	margin: 5px 0px 0.5em 0px;
	padding : 0px 0px 10px 2%;
	border-bottom:1px dotted #555;
}
.p_g {
	padding : 0px 6% 0px 0px;
	font-size : 0.9375rem;
	font-weight: bold;
}
.under_oooo {
	padding : 10px 0px 10px 0px;
	font-size : 0.8125rem;
	text-decoration:underline;
	background-color : #F3F3F0;
}
.h_fiv {
	margin: 20px 0px 0px 0px;
	padding : 10px 0px 10px 0px;
	text-align : center;
	font-weight:bold;
	font-size : 0.875rem;
	text-decoration:underline;
	background-color : #F3F3F0;
}
.pd_cz {
	border-bottom:2px solid #ccc;
}
.h_fiva {
	padding : 5px 0px 20px 0px;
	font-size : 0.875rem;
	background-color : #f9f9f6;
}
.pd_ccbb {
	padding : 15px 0px 15px 0px;
}


.center5 {
	width:100%;
}

.pd_cc {
	padding : 15px;
}


.pd_cc8 {
	padding : 20px 0px 25px 0px;
	margin : 0px 0px 15px 0px;
}

.pl5 {
	padding-left : 8px;
}
.pl10 {
	padding-left : 10px;
}
.pl10a {
	padding-left : 5px;
}
.pl10b {
	padding-left : 40px;
}
.pl15 {
	padding-left : 15px;
}
.pl15a {
	padding-left : 0px;
}
.pl20 {
	padding-left : 10px;
}
.pl25 {
	padding-left : 10px;
}
.pl25a {
	padding-left : 25px;
}
.pl35 {
	padding-left : 10px;
}
.pl35a {
	padding-left : 25px;
}
.pl45 {
	padding-left : 10px;
}
.pl55 {
	padding-left : 10px;
}
.pl65 {
	padding-left : 10px;
}
.pl85 {
	padding-left : 10px;
}
.pl95 {
	padding-left : 10px;
}
.pl95 {
	padding-left : 10px;
}
.pl105 {
	padding-left : 10px;
}
.pl115 {
	padding-left : 10px;
}
.pl125 {
	padding-left : 10px;
}

.pl135 {
	padding-left : 10px;
}

.pl135a {
	padding-left : 0px;
}

.pl145 {
	padding-left : 10px;
}

.pl155 {
	padding-left : 10px;
}

.pt15a {
	padding-top : 0px;
}


.pt125 {
	padding-top : 0px;
}
.hogo {
	line-height:1.8;
	font-weight:bold;
	padding : 15px 15px;
}
.q106 {
	position:relative; top:-67px; left:150px
}


.mt15a {
	margin-top : 20px;
}
.mt20a {
	margin-top : 20px;
}
.mt25a {
	margin-top : 20px;
}
.mt30a {
	margin-top : 20px;
}
.mt35a {
	margin-top : 20px;
}
.mt40a {
	margin-top : 20px;
}
.mt45a {
	margin-top : 20px;
}
.mt50a {
	margin-top : 20px;
}
.mt55a {
	margin-top : 20px;
}
.mt60a {
	margin-top : 20px;
}

.mt80a {
	margin-top : 20px;
}

.q111 {
	visibility :hidden;
}

.q112 {
	visibility :hidden;
}

.q115 {
	visibility :visible;
}

.q116 {
	visibility :visible;
}
.pt50a {
	padding-top : 10px;
}
.pt40a {
	padding-top : 10px;
}
.pt40b {
	padding-top : 20px;
}
.pt50b {
	padding-top : 10px;
}
.pt30a {
	padding-top : 10px;
}
.pt_xa {
	text-align:center;
	padding-top : 0px;
}

.plssa {
	padding-left : 30px;
}
.plss {
	padding-left : 20px;
}
.pt10x {
	padding-top : 10px;
}

.pr30a {
	padding-right : 30px;
}
.pr30aa {
	padding-right : 0px;
	margin-right : 0px;
}
.mt30a {
	margin-top : 10px;
}
.lt1x {
	border-top:0px solid #333;
}


.pub10a {
	border-bottom:2px dotted #333;
	padding-bottom : 10px;
	margin-bottom : 20px;
}


.div5 {
	width : 98%;
    margin: 10px auto 0 auto;
    padding: 20px 0px 0px 0px;
	border-top:4px solid #623A01;
	border-bottom:4px solid #623A01;
}

.tacx {
	text-align:right;
}







.pic01{
	width:65% !important;
}
.pic01a{
	width:95% !important;
}
.pic01b{
	width:100% !important;
}

.pic01bb{
	width:85% !important;
}

.pic01bbb{
	width:90% !important;
}


.pic02{
	width:100% !important;
}

.pic02a{
	width:95% !important;
}

.pic02aa{
	width:100% !important;
}

.pic02b{
	width:45% !important;
}

.pic02bb{
	width:24% !important;
}

.pic02c{
	width:100% !important;
		margin-right:10%;

}

.pic03{
	width:92% !important;
}



.lb1a {
	border-bottom:1px solid ;
}


.bbr br{
  display:inline;

}

.brr br{
  display:none;

}



.fa1{
  display:none;
}

.f12 {
	font-size : 0.875rem;
	line-height:1.3;
}




.bbb br{
  display:inline;

}



.tarx {
	text-align:center;
}
.talx {
	text-align:center;
	padding-left : 0px;

}

.w350{
	width :98% ;
}
.w400{
	width :98%;
}
.w450{
	width :98%;
}
.w500{
	width :98% ;
}
.w550{
	width :98%;
}
.w600{
	width :98%;
}
.w650{
	width :98%;
}
.w700{
	width :98%;
}
.w750{
	width :98%;
}
.w800{
	width :98%;
}
.w850{
	width :98%;
}


.lb4a {
	border-bottom:0px solid ;
}

.lr {
	border-right:0px solid #eee ;
	border-bottom:5px solid #eee ;
}

.lrx {
	border-right:0px solid #eee ;
	border-bottom:5px solid #eee ;
}

.lrr {
	border-right:0px solid #eee ;
	border-bottom:5px solid #eee ;
}





.lt1xx {
	border-top:1px solid #aaa;
}


audio {
	width: 177%;
	height:30px;
margin-bottom : 0px;
    position:relative; top:0px;  right:58%;
	opacity: 1.0;

}


.pt_x {
	padding-top : 40px;
}

.pb_x {
	padding-bottom : 35px;
}




.wi1 {width: 41%;	
}
.wi2 {width: 3%;	
}
.wi3 {width: 6%;	
}
.wi4 {width: 50%;	
}



.＠＠{
	width:80% !important;
	aspect-ratio: ＠/＠;
    height: auto;
}



.i01 {
  width: 110%;
  aspect-ratio: 400/250;
  object-fit: cover;
}
 
td {
  border-bottom: 1px solid #333;

}


.f15d {
	font-size : 0.8125rem;
	line-height:1.1;
}


.o_b {
 	color:#000;
	margin : 10px 25px 10px 0px;
	width : 22px;
	height :22px;
}


.bga { 

 background-image:url("../mask/img/bga.jpg");
 background-repeat:no-repeat;
 background-size:cover;
 background-position:center;

 }

.bgb { 

 background-image:url("../mask/img/bgb.jpg");
 background-repeat:no-repeat;
 background-size:cover;
 background-position:center;

 }

.bgw { 

 background-image:url("../mask/img/bgw.jpg");
 background-repeat:no-repeat;
 background-size:cover;
 background-position:center;

 }

.bg8 { 

 background-image:url("../mask/img/bg8.jpg");
 background-repeat:no-repeat;
 background-size:cover;
 background-position:center;

 }

.bg35 { 

 background-image:url("../mask/img/bg35.jpg");
 background-repeat:no-repeat;
 background-size:cover;
 background-position:center;

 }

.bg6 { 

 background-image:url("../mask/img/bg6.jpg");
 background-repeat:no-repeat;
 background-size:cover;
 background-position:center;

 }

.bg2 { 

 background-image:url("../mask/img/bg2.jpg");
 background-repeat:no-repeat;
 background-size:cover;
 background-position:center;

 }

.bg5 { 

 background-image:url("../mask/img/bg5.jpg");
 background-repeat:no-repeat;
 background-size:cover;
 background-position:center;

 }

.bg1 { 

 background-image:url("../mask/img/bg1.jpg");
 background-repeat:no-repeat;
 background-size:cover;
 background-position:center;

 }






.vh {
visibility:hidden;
}

.vhh {
visibility:hidden;
	height:0px;
}



.box2 {
	height:0px;
	position:relative; top:-148px;  right:10px;
	z-index: 2;

}


.square_btn5a{
	margin : 0px 12px 13px 0px;
}
.square_btn5b{
	margin : 0px 12px 10px 0px;
}

.square_btn5c{
	margin : 0px 12px 10px 0px;
}



.box3 {
    width :295%;

}



.square_btn10{
	width: 15.625rem;
}

.square_btn10a{
	width: 18rem;
}









.w10 {
	width:90%;
}

.w11 {
	padding-left : 13%;
	width:85%;
}


.w12 {
	width:95%;
}


.w13 {
	width:55%;
	margin: 0px 5% 0px 35%;
}


.w14 {
	width:100%;
}

.w15 {
	width:100%;
}

.w16 {
	width:90%;
}


.w17 {
	width:45%;
	margin: 0px 5% 0px 35%;
}


.w18 {
	width:100%;
	margin: 0px 2% 0px 0%;
}

.w19 {
	width:95%;
	padding : 5% 1% 5% 1%;
	margin: 0px 1% 0px 0%;
}





.box1 {
	position:relative; top:175px;  right:120px;

}





.dna{
  display:inline;
}


.dan{
  display:none;
}

.dn1{
  display:none;
}
.dn2{
  display:block;
}




.f13x {
	font-size : 0.875rem;
	line-height:1.3;
}

.pl_x {
	padding-left : 1%;
}

.f15a {
	font-size : 1.1rem;
	line-height:1.4;
	font-weight:normal;
	padding-left : 2%;
	padding-top : 15%;
	padding-bottom : 2%;

}

.f12 {
	font-size : 0.8rem;
	line-height:1.17;
}

.pic_f{
	margin-bottom:0.2rem;
}


.search-list__filter-types {
  margin-left: 0%;

}


.search-list__filter-data:first-of-type {
  padding-top: 10px;
}
.search-list__filter-data + .search-list__filter-data {
  padding-top: 5px;
}

.search-list__table {
  width: 100%;
}




.divxx{
width:90% ;
	border:solid 3px #eee;
	line-height:2.0;
	margin:15px 5px 5px 15px ;
	padding:5px 5px 25px 5px ;
}

.divxx p{
  display:block;
}

.divxx br{
  display:none;
}



.lint {
	font-size:0.9375rem;
	color:#444 !important;
}

.lint1 {
	font-size:15px;
}


.lint2 {
	font-size:15px;
}


.lint3 {
	font-size:15px;
}


.modal-content {
  width: 100%;
}

.pic02d{
	width:95% !important;
    height: auto;
}

.pl_y {
	padding-left : 0px;
}

.pr_y {
	padding-right : 0px;
}


.pic_e{
	margin-top:10px;
}



.flex-container {
  display: flex;
  flex-direction: column; /* 縦に並べる */
  gap: 30px;              /* アイテム間のスキマ */
}

.pic_h{
	width:97% ;
}

.square_btn11 {
    margin : 10px 20px 10px 10px;
    
}



}
/*================================================
 *  pc向けデザイン
 ================================================*/
@media screen and (min-width:980px) {


.square_btn9:hover{
    display: inline-block;
	margin : 10px 0 10px 18px;
    padding: 0.4em 0.4em;
    text-decoration: none;
    background: #fff;/*ボタン色*/
	cursor: pointer;
    color: #000;
	font-weight:bold;
    border: solid 1px #000;
    border-radius: 10px;
}

h3:hover{
	cursor: pointer;
    color: #000;
    border: solid 1px #000;
}

h5:hover{
	cursor: pointer;
    color: #000;
    border: solid 1px #000;
}

h6:hover{
	cursor: pointer;
    border: solid 1px #444;
}



.square_btn:hover{
    display: inline-block;
	margin : 10px 0 10px 25px;
    padding: 0.2em 0.5em;
    text-decoration: none !important;
    background: #fff;/*ボタン色*/
    color: #000;
	cursor: pointer;
	font-weight:bold;
    border: solid 1px #444;
    border-radius: 17px;
}
.square_btnx:hover{
    display: inline-block;
	margin : 10px 5px 10px 5px;
    padding: 0.2em 1em;
    text-decoration: none !important;
    background: #fff;/*ボタン色*/
    color: #000;
	cursor: pointer;
	font-weight:bold;
    border: solid 1px #444;
    border-radius: 17px;
}

.square_btn8:hover{
	cursor: pointer;
    color: #000;
    border: solid 2px #7f601e;
}

.square_btn5:hover{
	cursor: pointer;
    color: #000;
    border: solid 1px #9D784C;
}

.square_btn6:hover{
	cursor: pointer;
    color: #000;
    border: solid 1px #bbb;
}

.square_btn5t:hover{
	cursor: pointer;
    color: #000;
    border: solid 1px #9D784C;
}

.square_btn5tt:hover{
	cursor: pointer;
    color: #000;
    border: solid 2px #222;
}
.square_btn5ttt:hover{
	cursor: pointer;
    color: #000;
    border: solid 2px #222;
}

.square_btn5j:hover{
	cursor: pointer;
    color: #000;
    border: solid 2px #222;
}
.square_btn5s:hover{
	cursor: pointer;
    color: #000;
    border: solid 1px #9D784C;
}

.square_btn5a:hover{
	cursor: pointer;
    color: #000;
    border: solid 1px #555;
}
.square_btn5b:hover{
	cursor: pointer;
    color: #000;
    border: solid 1px #555;
}


.square_btn7:hover{
    display: inline-block;
	margin : 0px 0 0px 0px;
    padding: 0.2em 0.8em;
    text-decoration: none !important;
    background: #fff;/*ボタン色*/
    color: #000;
	cursor: pointer;
	font-weight:bold;
    border: solid 1px #444;
    border-radius: 12px;
}


#topicpath a:hover {
	text-decoration:underline;
}


.totop img:hover {
	background:#CBCBC8;
}

.footmenu a:hover {
	color:#333;
	text-decoration:underline;
}

.footmenu_a a:hover {
	color:#111;
	text-decoration:underline;
}

.footmenu_b a:hover {
	color:#111;
	text-decoration:underline;
}



.lint:hover {
	color:#000 !important;
}




.square_btnz:hover{
    display: inline-block;
	margin : 10px 5px 10px 15px;
    padding: 0.5em 0.8em;
	font-size:0.875rem;
  	cursor: pointer;
   text-decoration: none;
    background: #eee;/*ボタン色*/
    color: #000;
	font-weight:bold;
    border: solid 1px #623A01;
}
.square_btny:hover{
    display: inline-block;
	margin : 10px 5px 10px 15px;
    padding: 0.5em 0.8em;
 	cursor: pointer;
	font-size:0.875rem;
    text-decoration: none;
    background: #aaa;/*ボタン色*/
    color: #fff;
	font-weight:bold;
    border: solid 1px #222;
}

.btn-reset:hover {
  background-color: #fff; 
  border: 2px solid #000;
     color: #333;
  }


.fixed-stop-btn_a {
    bottom: calc(130px + env(safe-area-inset-bottom)); 
    z-index: 9999;
        opacity: 0.35;

}



.fixed-stop-btn_b {
    bottom: calc(80px + env(safe-area-inset-bottom)); 
    z-index: 9999;
        opacity: 0.35;
    
}





}









