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

/*__ subtop & menu */

h1.subtop {
　display: table;
	color: #222222;
  border-radius: 6px;
	font-size: 180%;
}
h1.subtop span { 
  display: table-cell;
	vertical-align: middle;
  height: 100px;
	padding-left: 130px;
}

/*__ サブトップ　h1 __*/
.sub01 h1.subtop { background: #c4edea; }
.sub02 h1.subtop { background: #fedaaa; }
.sub03 h1.subtop { background: #fedde1; }
.sub04 h1.subtop { background: #fbeca5; }
.sub05 h1.subtop { background: #ddf5b1; }
.sub06 h1.subtop { background: #e9d5b3; }
.sub07 h1.subtop { background: #f1dcf8; }

.sub01 h1.subtop span { background: url(../c_img/subtop_h1_bg01.png)no-repeat 0 50%; }
.sub02 h1.subtop span { background: url(../c_img/subtop_h1_bg02.png)no-repeat 0 50%; }
.sub03 h1.subtop span { background: url(../c_img/subtop_h1_bg03.png)no-repeat 0 50%; }
.sub04 h1.subtop span { background: url(../c_img/subtop_h1_bg04.png)no-repeat 0 50%; }
.sub05 h1.subtop span { background: url(../c_img/subtop_h1_bg05.png)no-repeat 0 50%; }
.sub06 h1.subtop span { background: url(../c_img/subtop_h1_bg06.png)no-repeat 0 50%; }
.sub07 h1.subtop span { background: url(../c_img/subtop_h1_bg07.png)no-repeat 0 50%; }

/*__ 中分類　h1 __*/
.sub01 h1.subtop { background: #c4edea; }
.sub02 h1.subtop { background: #fedaaa; }
.sub03 h1.subtop { background: #fedde1; }
.sub04 h1.subtop { background: #fbeca5; }
.sub05 h1.subtop { background: #ddf5b1; }
.sub06 h1.subtop { background: #e9d5b3; }
.sub07 h1.subtop { background: #f1dcf8; }

h1.middle {
  color: #222222;
	padding: 12px 16px 10px 16px;
}
.sub01 h1.middle,
.sub01 .subtop_menu_box h2 { background: #e7fbfa; border-bottom: 2px solid #83d6cf; }
.sub02 h1.middle,
.sub02 .subtop_menu_box h2 { background: #fedaaa; border-bottom: 2px solid #feb556; }
.sub03 h1.middle,
.sub03 .subtop_menu_box h2 { background: #fedde1; border-bottom: 2px solid #febcc4; }
.sub04 h1.middle,
.sub04 .subtop_menu_box h2 { background: #fbeca5; border-bottom: 2px solid #f8da4c; }
.sub05 h1.middle,
.sub05 .subtop_menu_box h2 { background: #ddf5b1; border-bottom: 2px solid #bbeb63; }
.sub06 h1.middle,
.sub06 .subtop_menu_box h2 { background: #e9d5b3; border-bottom: 2px solid #d4ac67; }
.sub07 h1.middle,
.sub07 .subtop_menu_box h2 { background: #f1dcf8; border-bottom: 2px solid #e3baf2; }
.other h1.middle,
.other .subtop_menu_box h2 { background: #f7f6e8; border-bottom: 2px solid #725538; }

.sub01 .subtop_menu_box h2.single a { 
  display: block;
  background: url(../c_img/arrow_sub01.png)no-repeat 0 0.3em;
  padding-left: 20px;
}
.sub02 .subtop_menu_box h2.single a { 
  display: block;
  background: url(../c_img/arrow_sub02.png)no-repeat 0 0.3em;
  padding-left: 20px;
}
.sub03 .subtop_menu_box h2.single a { 
  display: block;
  background: url(../c_img/arrow_sub03.png)no-repeat 0 0.3em;
  padding-left: 20px;
}
.sub04 .subtop_menu_box h2.single a { 
  display: block;
  background: url(../c_img/arrow_sub04.png)no-repeat 0 0.3em;
  padding-left: 20px;
}
.sub05 .subtop_menu_box h2.single a { 
  display: block;
  background: url(../c_img/arrow_sub05.png)no-repeat 0 0.3em;
  padding-left: 20px;
}
.sub06 .subtop_menu_box h2.single a { 
  display: block;
  background: url(../c_img/arrow_sub06.png)no-repeat 0 0.3em;
  padding-left: 20px;
}
.sub07 .subtop_menu_box h2.single a { 
  display: block;
  background: url(../c_img/arrow_sub07.png)no-repeat 0 0.3em;
  padding-left: 20px;
}
.other .subtop_menu_box h2.single a { 
  display: block;
  background: url(../c_img/arrow_gikai.png)no-repeat 0 0.3em;
  padding-left: 20px;
}

.subtop_menu {
  display: flex;
	flex-wrap: wrap;
}

.subtop_menu_box {
  width: 320px;
	margin-bottom: 40px;
}

.subtop_menu_box:nth-child(odd) {
  margin-right: 20px;
}

.subtop_menu_box h2 {
  border-radius: 0;
	font-size: 110%;
	padding: 14px 12px;
	margin-top: 0;
	margin-bottom: 0;
}

.subtop_menu_box h2 a {
  color: #222222;
}
.subtop_menu_box h2 a:hover {
  text-decoration: underline;
}

.subtop_menu_box li {
	padding: 12px 0;
	border-bottom: 1px dotted #aaaaaa;
}

.subtop_menu_box li a,
.middle_menu_box li a {
  display: block;
	padding-left: 20px;
}

.middle_menu_box { width: 100%; margin: 1.5em 0 2.5em; }
.middle_menu_box li { margin-bottom: 1em; }

.sub01 .subtop_menu_box li a,
.sub01 .middle_menu_box li a { background: url(../c_img/arrow_sub01.png)no-repeat 0 0.3em; }
.sub02 .subtop_menu_box li a,
.sub02 .middle_menu_box li a { background: url(../c_img/arrow_sub02.png)no-repeat 0 0.3em; }
.sub03 .subtop_menu_box li a,
.sub03 .middle_menu_box li a { background: url(../c_img/arrow_sub03.png)no-repeat 0 0.3em; }
.sub04 .subtop_menu_box li a,
.sub04 .middle_menu_box li a { background: url(../c_img/arrow_sub04.png)no-repeat 0 0.3em; }
.sub05 .subtop_menu_box li a,
.sub05 .middle_menu_box li a { background: url(../c_img/arrow_sub05.png)no-repeat 0 0.3em; }
.sub06 .subtop_menu_box li a,
.sub06 .middle_menu_box li a { background: url(../c_img/arrow_sub06.png)no-repeat 0 0.3em; }
.sub07 .subtop_menu_box li a,
.sub07 .middle_menu_box li a { background: url(../c_img/arrow_sub07.png)no-repeat 0 0.3em; }
.other .subtop_menu_box li a,
.other .middle_menu_box li a { background: url(../c_img/arrow_gikai.png)no-repeat 0 0.3em; }
.middle_menu_box ul:not(#js-menuContents) li a {
    background: url(../c_img/icon_arw_gold.png)no-repeat 0 0.3em
}

.sub_info {
  margin-bottom: 20px;
	background: #f7f6e8;
	padding: 20px;
	border-radius: 6px;
}

.sub_info h2 {
  color: #776300;
  margin: 0 0 20px 0;
  float: left;
  background: none;
  padding: 0;
}

.sub_info .box {
  clear: both;
  background: #fff;
	padding: 15px;
	margin-top: 10px;
}

.sub_info li {
  padding: 10px 14px;
  border-bottom: 1px dotted #aaa; 
  background: #fff url(../c_img/icon_arw_green.png)no-repeat 0 50%;
}

.sub_info .more {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #e3e3e3;
  box-shadow: 0px -1px 1px -1px #999 inset;
  -webkit-box-shadow: 0px -1px 1px -1px #999 inset;
  -moz-box-shadow: 0px -1px 1px -1px #999 inset;
  margin: 0;
	text-align: left; 
	float: right;
	font-size: 88%;
}
.sub_info .more a {
  padding: 4px;
  display: block;
}
.sub_info .more a span { background: url(../c_img/icon_arw_green.png)no-repeat 0 50%; padding-left: 16px; }

/*__ サイド　分類メニュー __*/

.sub01 #bunrui_menu h2 a { background-image: url(../c_img/icon_navi01.png);}
.sub02 #bunrui_menu h2 a { background-image: url(../c_img/icon_navi02.png);}
.sub03 #bunrui_menu h2 a { background-image: url(../c_img/icon_navi03.png);}
.sub04 #bunrui_menu h2 a { background-image: url(../c_img/icon_navi04.png);}
.sub05 #bunrui_menu h2 a { background-image: url(../c_img/icon_navi05.png);}
.sub06 #bunrui_menu h2 a { background-image: url(../c_img/icon_navi06.png);}
.sub07 #bunrui_menu h2 a { background-image: url(../c_img/icon_navi07.png);}
.faq #bunrui_menu h2.faq_menu a { background-image: url(../c_img/icon_navi_faq.png);}

#bunrui_menu h2 a {
  display: block;
  color: #222222;
	padding-left: 34px;
	margin: 10px 0;
	background-size: 24px auto;
	background-repeat: no-repeat;
	background-position: 0 0.2em;
	cursor: default;
}

#bunrui_menu li {
	border-bottom: 1px dotted #aaaaaa;
}

#bunrui_menu li a {
  display: block;
  padding: 8px 8px 8px 16px;
	color: #333333;
	border-left: 2px solid #fff;
}

#bunrui_menu li.bunrui_select a,
#bunrui_menu li a:hover{ background: #f7f7f7; }


.sub01 #bunrui_menu li.bunrui_select a,
.sub01 #bunrui_menu li a:hover,
.faq #bunrui_menu li.bunrui_select a.sub01,
.faq #bunrui_menu li a.sub01:hover{ border-left: 6px solid #83d6cf; background: #E7FBFA; padding-left: 12px; }
.sub02 #bunrui_menu li.bunrui_select a,
.sub02 #bunrui_menu li a:hover,
.faq #bunrui_menu li.bunrui_select a.sub02,
.faq #bunrui_menu li a.sub02:hover{ border-left: 6px solid #feb556; background: #FEDAAA; padding-left: 12px; }
.sub03 #bunrui_menu li.bunrui_select a,
.sub03 #bunrui_menu li a:hover,
.faq #bunrui_menu li.bunrui_select a.sub03,
.faq #bunrui_menu li a.sub03:hover{ border-left: 6px solid #febcc4; background: #FEDDE1; padding-left: 12px; }
.sub04 #bunrui_menu li.bunrui_select a,
.sub04 #bunrui_menu li a:hover,
.faq #bunrui_menu li.bunrui_select a.sub04,
.faq #bunrui_menu li a.sub04:hover{ border-left: 6px solid #f8da4c; background: #FBECA5; padding-left: 12px; }
.sub05 #bunrui_menu li.bunrui_select a,
.sub05 #bunrui_menu li a:hover,
.faq #bunrui_menu li.bunrui_select a.sub05,
.faq #bunrui_menu li a.sub05:hover{ border-left: 6px solid #bbeb63; background: #DDF5B1; padding-left: 12px; }
.sub06 #bunrui_menu li.bunrui_select a,
.sub06 #bunrui_menu li a:hover,
.faq #bunrui_menu li.bunrui_select a.sub06,
.faq #bunrui_menu li a.sub06:hover{ border-left: 6px solid #d4ac67; background: #E9D5B3; padding-left: 12px; }
.sub07 #bunrui_menu li.bunrui_select a,
.sub07 #bunrui_menu li a:hover,
.faq #bunrui_menu li.bunrui_select a.sub07,
.faq #bunrui_menu li a.sub0:hover{ border-left: 6px solid #e3baf2; background: #F1DCF8; padding-left: 12px; }
.other #bunrui_menu li.bunrui_select a,
.other #bunrui_menu li a:hover{ border-left: 6px solid #725538; background: #f7f6e8; padding-left: 12px; }

/*__ ページ送り pager __*/

.pager {
  clear: both;
	margin: 1em auto 2em auto;
}
.pager ul {
  text-align: center;
}

.pager li {
  display: inline-block;
	border-radius: 4px;
	border: 1px solid #cccccc;
}

.pager li a {
  display: block;
	padding: 4px 8px;
	min-width: 2.5em;
}

.pager li a:hover {
  background: #f7f7f7;
	text-decoration: underline;
}

.pager li.current a {
  background: #f7f7f7;
	color: #222;
}

.pager li.current a:hover {
  text-decoration: none;
}

.pager li.prev,
.pager li.next {
  border: none;
}

.pager li.prev a,
.pager li.next a {
  color: #222;
}

.pager li.prev a:hover,
.pager li.next a:hover {
  background: transparent;
}

.pager li.prev {
  padding-left: 12px;
	background: url(../c_img/icon_arw_green2.png)no-repeat left 50%;
	margin-right: 10px;
}

.pager li.next {
  padding-right: 12px;
	background: url(../c_img/icon_arw_green.png)no-repeat right 50%;
	margin-left: 10px;
}


