@charset "utf-8";
.sp-only {
  display: none !important;
}
body {
  min-width: 1060px;
  margin: auto;
}
.inner {
  width: 1000px;
  margin: auto;
}
.ads-box {
  text-align: center;
}
.ads-box .ads-text {
  font-size: 130%;
  margin: 0 0 10px;
}
/* == parts ============================================== */
.title_center {
  text-align: center;
  font-size: 230%;
  margin: 0 0 30px;
  font-family: 'Noto Serif JP', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'MS PMincho', serif;
  line-height: 1.5;
}
.title_center span {
  display: block;
  font-size: 50%;
  letter-spacing: 1px;
}
.title_left {
  font-size: 150%;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 0 0 10px;
  border-left: solid 4px navy;
  margin: 0 0 30px;
}
.title_border {
  font-size: 130%;
  padding: 0 0 10px;
  margin: 0 0 10px;
}
.title_border span {
  display: inline-block;
  border-bottom: solid 3px #C7B04B;
}
.image-base {
  margin: 30px auto;
  pointer-events: none;
}
.image-base.soon {
  position: relative;
}
.image-base.soon::before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  position: absolute;
  left: 0;
  top: 0;
}
.image-base.soon::after {
  font-family: 'Noto Serif JP', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'MS PMincho', serif;
  content: 'COMING SOON';
  color: #fff;
  font-size: 300%;
  width: 100%;
  letter-spacing: 2px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.image-box {
  overflow: hidden;
  margin: 10px 0;
  pointer-events: none;
}
.image-box .box {
  float: left;
  width: 49.5%;
  margin: 0 0 1% 1%;
}
.image-box .box:nth-child(2n + 1) {
  clear: both;
  margin: 0 0 1%;
}
.image-base img, .image-box .box img {
  vertical-align: top;
  pointer-events: none;
}
.float-box {
  overflow: hidden;
}
.btn_wrap {
  text-align: center;
  margin: 50px auto 20px;
}
.btn_detail {
  width: 280px;
  display: inline-block;
  margin: 0 10px;
}
.btn_detail a {
  display: block;
  line-height: 50px;
  border: solid 2px #C7B04B;
  background: #C7B04B;
  color: #fff;
  font-weight: 700;
  transition: all .3s;
  box-shadow: 0 1px 5px 0px #999;
}
.btn_detail a:hover {
  background: #fff;
  color: #C7B04B;
}
.table_base {
  text-align: center;
  width: 100% !important;
  box-sizing: border-box;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  resize: none;
  margin: 15px auto;
}
.table_base th {
  box-sizing: border-box;
  padding: 6px;
  border: solid 1px #999;
  background: #f5f5f5;
  width: auto !important;
}
.table_base td {
  box-sizing: border-box;
  padding: 6px;
  border: solid 1px #999;
  width: auto !important;
}
.table_base tr td.name {
  text-align: left;
}
.table_base small {
  display: block;
  font-size: 80%;
}
/* == header ============================================== */
body.logged-in header .h-inner {
  top: 32px;
}
header .h-inner {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 1100px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, .9);
  z-index: 100;
  padding: 5px 20px;
  box-shadow: 0 1px 10px -3px #999;
}
header .h-inner::after {
  content: '';
  clear: both;
  display: block;
}
header .h-title {
  width: 103px;
  float: left;
}
header .h-title img {
  vertical-align: top;
}
.list_main-nav {
  float: right;
  overflow: hidden;
}
.list_main-nav li {
  float: left;
  text-align: center;
  margin: 0 20px 0 0;
}
.list_main-nav a {
  display: table;
  padding: 0 15px;
  line-height: 1.5;
  font-size: 88%;
  font-weight: 700;
  height: 60px;
  position: relative;
}
.list_main-nav a::after {
  content: '';
  width: 0;
  height: 4px;
  background: #C7B04B;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all .5s;
}
.list_main-nav li.active a::after, .list_main-nav a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}
.list_main-nav a span.cell {
  display: table-cell;
  vertical-align: middle;
}
.list_main-nav a span.en {
  display: block;
  font-size: 88%;
}
/* == footer ============================================== */
footer {
  background: #C7B04B;
  padding: 15px 0;
}
footer .copyright {
  text-align: center;
  font-size: 88%;
}
/* == frontpage ==============================================*/
.block_front-main {
  background: url("../img/main-bg.jpg") no-repeat center;
  background-size: cover;
  padding: 150px 0;
  position: relative;
  top: 0;
}
.block_front-main #myCanvas {
  width: 100%;
  height: 750px;
  position: absolute;
  left: 0;
  top: 0;
}
.block_front-main .main-title {
  text-align: center;
}
.block_front-main .main-title img {
  vertical-align: top;
}
/*---------------------------------------------*/
.block_front-about {
  border-top: 6px solid #C7B04B;
  background-color: #fff;
  background-image: url(../img/logo-sake.png);
  background-repeat: no-repeat;
  background-position: right 50px top 650px;
  position: relative;
  z-index: 2;
  padding: 80px 0 0;
}
.block_front-about .area_about-lead {
  text-align: center;
  margin: 0 0 100px;
  border-bottom: 2px solid #C7B04B;
  padding: 30px 0 50px;
}
.block_front-about .area_about-lead .about-lead {
  text-align: center;
  font-size: 175%;
  margin: 0 0 40px;
}
.block_front-about .area_about-lead .about-text {
  font-size: 125%;
  line-height: 2;
}
.block_front-about .area_about-lead .about-text + .about-text {
  margin: 30px 0 0;
}
.block_front-about .area_about-info {
  background: #f5f5f5;
  padding: 50px;
}
/*---------------------------------------------*/
.block_front-news {
  padding: 80px 0;
}
.list_news-summary {
  width: 90%;
  margin: auto;
  padding: 30px 0;
  border-bottom: 2px solid #C7B04B;
}
.list_news-summary li {
  overflow: hidden;
}
.list_news-summary li + li {
  margin: 20px 0 0;
}
.list_news-summary span.time {
  display: block;
  width: 120px;
  float: left;
}
.list_news-summary span.title {
  display: block;
  width: calc(100% - 120px);
  float: left;
}
/*---------------------------------------------*/
.block_front-event {
  padding: 80px 0;
  background: #f5f5f5;
}
.block_front-event .no-event {
  text-align: center;
  font-size: 150%;
}
/*---------------------------------------------*/
.block_front-archives {
  padding: 80px 0 120px;
}
.list_event-archives li {
  border: solid 2px #C7B04B;
  border-radius: 6px;
  padding: 25px 30px;
  box-shadow: 2px 2px 5px 2px #999;
}
.list_event-archives li + li {
  margin: 30px auto 0;
}
.list_event-archives .archives-title {
  font-size: 175%;
  margin: 0 0 30px;
  text-shadow: 0px 0px 4px #C7B04B;
}
.list_event-archives .archives-title span {
  display: inline-block;
  margin: 0 0 0 30px;
  font-size: 75%;
}
.list_event-archives .float-box {
  margin: 0 0 30px;
}
.list_event-archives .box-image {
  float: left;
  width: 500px;
}
.list_event-archives .box-image .archives-thumbnail {
  margin: 0 0 10px;
}
.list_event-archives .box-image .archives-thumbnail img {
  vertical-align: top;
}
.list_event-archives .box-text {
  box-sizing: border-box;
  border: solid 1px #333;
  border-radius: 6px;
  padding: 15px;
  float: right;
  width: calc(100% - 520px);
  position: relative;
}
.list_event-archives .box-text::after, .list_event-archives .box-text::before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  right: 100%;
  top: 35%;
}
.list_event-archives .box-text::before {
  border-color: rgba(63, 114, 155, 0);
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 24px;
  border-right-width: 24px;
  margin-top: -12px;
  margin-right: 0px;
  border-right-color: #333;
}
.list_event-archives .box-text::after {
  border-color: rgba(238, 238, 238, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 20px;
  border-right-width: 20px;
  margin-top: -10px;
  border-right-color: #fff;
}
.list_event-archives .box-text .archives-comment {
  line-height: 2;
}
/* == underpage ============================================== */
.block_page-main {
  background: url("../img/main-bg.jpg") no-repeat center;
  padding: 100px 0 50px;
}
.block_page-main .page-title {
  text-align: center;
  width: 300px;
  margin: auto;
}
body.under_base main {
  padding: 140px 0 60px;
}
/* ====== 
page-name #privacy
======*/
.block_privacy ul li + li {
  margin: 20px 0 0;
}
.block_privacy ul li dt {
  font-weight: 700;
  margin: 0 0 3px;
}
.block_privacy ul li dd p + p {
  margin: 10px 0 0;
}
.block_privacy .privacy-lead {
  margin: 0 0 20px;
}
.block_privacy .area_address {
  background: #f5f5f5;
  padding: 20px;
  margin: 30px 0 0;
}
/* ====== 
page-name #contact
======*/
.form_base {
  width: 70%;
  box-sizing: border-box;
  padding: 60px 40px;
  border: solid 2px rgba(199, 176, 75, 0.5);
  outline: solid 2px rgba(199, 176, 75, 1);
  outline-offset: 5px;
  margin: auto;
  box-shadow: 0 0 2px 2px #C7B04B;
}
.form_base input[type="text"], .form_base input[type="email"], .form_base textarea {
  width: 100%;
  border: solid 2px rgba(199, 176, 75, 0.7);
  padding: 10px;
}
.list_form li + li {
  margin: 30px 0 0;
}
.list_form .area_label {
  font-weight: 700;
  margin: 0 0 5px;
}
.form_base .area_confirm {
  text-align: center;
  margin: 20px 0 40px;
}
.form_base .area_confirm label {
  cursor: pointer;
  display: block;
  margin: 0 0 10px;
}
.form_base .area_submit {
  text-align: center;
}
.form_base .area_submit input[type="submit"] {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50px;
  line-height: 50px;
  background: #C7B04B;
  text-align: center;
  color: #fff;
  font-weight: 700;
  width: 300px;
  box-sizing: border-box;
  outline: none;
  border: solid 2px #C7B04B;
  cursor: pointer;
  transition: all .3s;
}
.form_base .area_submit input[type="submit"]:hover {
  background: #fff;
  color: #C7B04B;
}
/* ====== 
page-name #report
======*/
.block_report time {
  display: block;
  text-align: center;
  margin: 0 0 5px;
  font-size: 125%;
}
.list_staff li {
  overflow: hidden;
}
.list_staff span.position {
  display: block;
  float: left;
  width: 170px;
}
.list_staff span.position small {
  display: block;
  font-size: 88%;
}
.list_staff .name {
  display: block;
  float: left;
  width: calc(100% - 170px);
}
.block_report .area_contents {
  margin: 0 0 50px;
  padding: 0 0 50px;
  border-bottom: solid 2px #C7B04B;
}
.dl_report {
  padding: 15px;
  overflow: hidden;
  font-size: 115%;
}
.dl_report + .dl_report {
  border-top: solid 1px #ccc;
}
.dl_report dt {
  font-weight: 700;
  float: left;
  width: 200px;
}
.dl_report dd {
  float: left;
  width: calc(100% - 200px);
}
.list_sponsor {
  overflow: hidden;
}
.list_sponsor li {
  width: 32%;
  margin: 0 0 2% 2%;
  text-align: center;
  padding: 20px 0;
  float: left;
}
.list_sponsor li:nth-child(3n + 1) {
  clear: both;
  margin: 0 0 2%;
}
.list_sponsor a {
  display: block;
}
.list_sponsor .thumbnail {
  height: 128px;
  position: relative;
  margin: 0 0 10px;
}
.list_sponsor .thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* ====== 
page-name #data
======*/
.list_item-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 30px;
}
.list_item-set li {
  width: 32%;
  margin: 0 1% 2%;
  background: #841414;
  padding: 12px;
  border-radius: 6px;
  box-sizing: border-box;
  color: #fff;
}
.list_item-set li:nth-child(3n + 1) {
  margin: 0 0 2%;
}
.list_item-set .set-title {
  font-size: 115%;
  font-weight: 700;
}
.data-set + .data-set {
  margin: 40px 0 0;
  padding: 40px 0 0;
  border-top: dashed 1px #999;
}
/*-------------------------------*/
.block_form .inner {
  width: 1200px;
}
.block_form .form-lead {
  text-align: center;
  font-size: 120%;
  font-weight: 700;
  margin: 0 0 50px;
}
.block_form .form-lead span {
  color: red;
}
.list_form-kura > li {
  margin: 25px 0;
  padding: 0 0 25px;
  border-bottom: solid 2px #106724;
}
.list_form-kura > li h3 {
  font-size: 135%;
  margin: 0 0 25px;
  border-left: solid 4px #106724;
  padding: 0 0 0 10px;
}
.list_form-kura > li .area_radio .wpcf7-radio {
  display: block;
  overflow: hidden;
}
.list_form-kura > li .area_radio .wpcf7-list-item {
  display: block;
  float: left;
  width: 25%;
  margin: 0 0 20px;
}
.list_form-kura > li .area_radio .wpcf7-list-item:nth-child(4n + 1) {
  clear: both;
}
.list_form-kura > li .area_radio .wpcf7-list-item label {
  display: block;
  padding: 165px 5px 5px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center top 10px;
  background-size: auto 150px;
  font-weight: 700;
  transition: all .2s;
  box-sizing: content-box;
}
.list_form-kura > li .area_radio .wpcf7-list-item label:hover {
  background-color: #f5f5f5;
}
.list_form-kura > li.katuyama .area_radio .wpcf7-list-item:nth-child(1) label {
  background-image: url(../img/bin/katuyama10.jpg);
}
.list_form-kura > li.katuyama .area_radio .wpcf7-list-item:nth-child(2) label {
  background-image: url(../img/bin/katuyama11.jpg);
}
.list_form-kura > li.katuyama .area_radio .wpcf7-list-item:nth-child(3) label {
  background-image: url(../img/bin/katuyama01.png);
}
.list_form-kura > li.katuyama .area_radio .wpcf7-list-item:nth-child(4) label {
  background-image: url(../img/bin/katuyama02.png);
}
.list_form-kura > li.katuyama .area_radio .wpcf7-list-item:nth-child(5) label {
  background-image: url(../img/bin/katuyama03.png);
}
.list_form-kura > li.katuyama .area_radio .wpcf7-list-item:nth-child(6) label {
  background-image: url(../img/bin/katuyama04.png);
}
.list_form-kura > li.katuyama .area_radio .wpcf7-list-item:nth-child(7) label {
  background-image: url(../img/bin/katuyama05.png);
}
.list_form-kura > li.katuyama .area_radio .wpcf7-list-item:nth-child(8) label {
  background-image: url(../img/bin/katuyama06.png);
}
.list_form-kura > li.katuyama .area_radio .wpcf7-list-item:nth-child(9) label {
  background-image: url(../img/bin/katuyama07.png);
}
.list_form-kura > li.katuyama .area_radio .wpcf7-list-item:nth-child(10) label {
  background-image: url(../img/bin/katuyama08.png);
}
/**/
.list_form-kura > li.houyou .area_radio .wpcf7-list-item:nth-child(1) label {
  background-image: url(../img/bin/houyou01.png);
}
.list_form-kura > li.houyou .area_radio .wpcf7-list-item:nth-child(2) label {
  background-image: url(../img/bin/houyou02.png);
}
.list_form-kura > li.houyou .area_radio .wpcf7-list-item:nth-child(3) label {
  background-image: url(../img/bin/houyou03.png);
}
.list_form-kura > li.houyou .area_radio .wpcf7-list-item:nth-child(4) label {
  background-image: url(../img/bin/houyou04.png);
}
.list_form-kura > li.houyou .area_radio .wpcf7-list-item:nth-child(5) label {
  background-image: url(../img/bin/houyou05.png);
}
.list_form-kura > li.houyou .area_radio .wpcf7-list-item:nth-child(6) label {
  background-image: url(../img/bin/houyou06.png);
}
.list_form-kura > li.houyou .area_radio .wpcf7-list-item:nth-child(7) label {
  background-image: url(../img/bin/houyou07.png);
}
.list_form-kura > li.houyou .area_radio .wpcf7-list-item:nth-child(8) label {
  background-image: url(../img/bin/houyou08.png);
}
.list_form-kura > li.houyou .area_radio .wpcf7-list-item:nth-child(9) label {
  background-image: url(../img/bin/houyou09.png);
}
.list_form-kura > li.houyou .area_radio .wpcf7-list-item:nth-child(10) label {
  background-image: url(../img/bin/houyou10.png);
}
.list_form-kura > li.houyou .area_radio .wpcf7-list-item:nth-child(11) label {
  background-image: url(../img/bin/houyou11.png);
}
.list_form-kura > li.houyou .area_radio .wpcf7-list-item:nth-child(12) label {
  background-image: url(../img/bin/houyou12.png);
}
.list_form-kura > li.houyou .area_radio .wpcf7-list-item:nth-child(13) label {
  background-image: url(../img/bin/houyou13.png);
}
.list_form-kura > li.houyou .area_radio .wpcf7-list-item:nth-child(14) label {
  background-image: url(../img/bin/houyou14.png);
}
.list_form-kura > li.houyou .area_radio .wpcf7-list-item:nth-child(15) label {
  background-image: url(../img/bin/houyou15.png);
}
.list_form-kura > li.houyou .area_radio .wpcf7-list-item:nth-child(16) label {
  background-image: url(../img/bin/houyou16.png);
}
.list_form-kura > li.houyou .area_radio .wpcf7-list-item:nth-child(17) label {
  background-image: url(../img/bin/houyou17.png);
}
.list_form-kura > li.houyou .area_radio .wpcf7-list-item:nth-child(18) label {
  background-image: url(../img/bin/houyou18.png);
}
.list_form-kura > li.houyou .area_radio .wpcf7-list-item:nth-child(19) label {
  background-image: url(../img/bin/houyou19.png);
}
/**/
.list_form-kura > li.matusima .area_radio .wpcf7-list-item:nth-child(1) label {
  background-image: url(../img/bin/matusima01.png);
}
.list_form-kura > li.matusima .area_radio .wpcf7-list-item:nth-child(2) label {
  background-image: url(../img/bin/matusima02.png);
}
.list_form-kura > li.matusima .area_radio .wpcf7-list-item:nth-child(3) label {
  background-image: url(../img/bin/matusima03.png);
}
.list_form-kura > li.matusima .area_radio .wpcf7-list-item:nth-child(4) label {
  background-image: url(../img/bin/matusima04.png);
}
.list_form-kura > li.matusima .area_radio .wpcf7-list-item:nth-child(5) label {
  background-image: url(../img/bin/matusima05.png);
}
.list_form-kura > li.matusima .area_radio .wpcf7-list-item:nth-child(6) label {
  background-image: url(../img/bin/matusima06.png);
}
.list_form-kura > li.matusima .area_radio .wpcf7-list-item:nth-child(7) label {
  background-image: url(../img/bin/matusima07.png);
}
.list_form-kura > li.matusima .area_radio .wpcf7-list-item:nth-child(8) label {
  background-image: url(../img/bin/matusima08.png);
}
.list_form-kura > li.matusima .area_radio .wpcf7-list-item:nth-child(9) label {
  background-image: url(../img/bin/matusima09.png);
}
.list_form-kura > li.matusima .area_radio .wpcf7-list-item:nth-child(10) label {
  background-image: url(../img/bin/matusima10.png);
}
.list_form-kura > li.matusima .area_radio .wpcf7-list-item:nth-child(11) label {
  background-image: url(../img/bin/matusima11.png);
}
.list_form-kura > li.matusima .area_radio .wpcf7-list-item:nth-child(12) label {
  background-image: url(../img/bin/matusima12.png);
}
.list_form-kura > li.matusima .area_radio .wpcf7-list-item:nth-child(13) label {
  background-image: url(../img/bin/matusima13.png);
}
.list_form-kura > li.matusima .area_radio .wpcf7-list-item:nth-child(14) label {
  background-image: url(../img/bin/matusima14.png);
}
.list_form-kura > li.matusima .area_radio .wpcf7-list-item:nth-child(15) label {
  background-image: url(../img/bin/matusima15.png);
}
.list_form-kura > li.matusima .area_radio .wpcf7-list-item:nth-child(16) label {
  background-image: url(../img/bin/matusima16.png);
}
.list_form-kura > li.matusima .area_radio .wpcf7-list-item:nth-child(17) label {
  background-image: url(../img/bin/matusima17.png);
}
.list_form-kura > li.matusima .area_radio .wpcf7-list-item:nth-child(18) label {
  background-image: url(../img/bin/matusima18.png);
}
.list_form-kura > li.matusima .area_radio .wpcf7-list-item:nth-child(19) label {
  background-image: url(../img/bin/matusima19.png);
}
.list_form-kura > li.matusima .area_radio .wpcf7-list-item:nth-child(20) label {
  background-image: url(../img/bin/matusima20.png);
}
/**/
.list_form-kura > li.naminooto .area_radio .wpcf7-list-item:nth-child(1) label {
  background-image: url(../img/bin/naminooto01.jpg);
}
.list_form-kura > li.naminooto .area_radio .wpcf7-list-item:nth-child(2) label {
  background-image: url(../img/bin/naminooto02.jpg);
}
.list_form-kura > li.naminooto .area_radio .wpcf7-list-item:nth-child(3) label {
  background-image: url(../img/bin/naminooto03.jpg);
}
.list_form-kura > li.naminooto .area_radio .wpcf7-list-item:nth-child(4) label {
  background-image: url(../img/bin/naminooto04.jpg);
}
.list_form-kura > li.naminooto .area_radio .wpcf7-list-item:nth-child(5) label {
  background-image: url(../img/bin/naminooto05.jpg);
}
.list_form-kura > li.naminooto .area_radio .wpcf7-list-item:nth-child(6) label {
  background-image: url(../img/bin/naminooto06.jpg);
}
/**/
.list_form-kura > li.saura .area_radio .wpcf7-list-item:nth-child(1) label {
  background-image: url(../img/bin/saura01.jpg);
}
.list_form-kura > li.saura .area_radio .wpcf7-list-item:nth-child(2) label {
  background-image: url(../img/bin/saura02.jpg);
}
.list_form-kura > li.saura .area_radio .wpcf7-list-item:nth-child(3) label {
  background-image: url(../img/bin/saura03.jpg);
}
.list_form-kura > li.saura .area_radio .wpcf7-list-item:nth-child(4) label {
  background-image: url(../img/bin/saura04.jpg);
}
.list_form-kura > li.saura .area_radio .wpcf7-list-item:nth-child(5) label {
  background-image: url(../img/bin/saura05.jpg);
}
.list_form-kura > li.saura .area_radio .wpcf7-list-item:nth-child(6) label {
  background-image: url(../img/bin/saura06.jpg);
}
.list_form-kura > li.saura .area_radio .wpcf7-list-item:nth-child(7) label {
  background-image: url(../img/bin/saura07.jpg);
}
.list_form-kura > li.saura .area_radio .wpcf7-list-item:nth-child(8) label {
  background-image: url(../img/bin/saura08.jpg);
}
.list_form-kura > li.saura .area_radio .wpcf7-list-item:nth-child(9) label {
  background-image: url(../img/bin/saura09.jpg);
}
.list_form-kura > li.saura .area_radio .wpcf7-list-item:nth-child(10) label {
  background-image: url(../img/bin/saura10.jpg);
}
.list_form-kura > li.saura .area_radio .wpcf7-list-item:nth-child(11) label {
  background-image: url(../img/bin/saura11.jpg);
}
.list_form-kura > li.saura .area_radio .wpcf7-list-item:nth-child(12) label {
  background-image: url(../img/bin/saura12.jpg);
}
.list_form-kura > li.saura .area_radio .wpcf7-list-item:nth-child(13) label {
  background-image: url(../img/bin/saura13.jpg);
}
.list_form-kura > li.saura .area_radio .wpcf7-list-item:nth-child(14) label {
  background-image: url(../img/bin/saura14.jpg);
}
.list_form-kura > li.saura .area_radio .wpcf7-list-item:nth-child(15) label {
  background-image: url(../img/bin/saura15.jpg);
}
.list_form-kura > li.saura .area_radio .wpcf7-list-item:nth-child(16) label {
  background-image: url(../img/bin/saura16.jpg);
}
.list_form-kura > li.saura .area_radio .wpcf7-list-item:nth-child(17) label {
  background-image: url(../img/bin/saura17.jpg);
}
.list_form-kura > li.saura .area_radio .wpcf7-list-item:nth-child(18) label {
  background-image: url(../img/bin/saura18.jpg);
}
.list_form-kura > li.saura .area_radio .wpcf7-list-item:nth-child(19) label {
  background-image: url(../img/bin/saura19.jpg);
}
.list_form-kura > li.saura .area_radio .wpcf7-list-item:nth-child(20) label {
  background-image: url(../img/bin/saura20.jpg);
}
.list_form-kura > li.saura .area_radio .wpcf7-list-item:nth-child(21) label {
  background-image: url(../img/bin/saura21.jpg);
}
.list_form-kura > li.saura .area_radio .wpcf7-list-item:nth-child(22) label {
  background-image: url(../img/bin/saura22.jpg);
}
.list_form-kura > li.saura .area_radio .wpcf7-list-item:nth-child(23) label {
  background-image: url(../img/bin/saura23.jpg);
}
.list_form-kura > li.saura .area_radio .wpcf7-list-item:nth-child(24) label {
  background-image: url(../img/bin/saura24.jpg);
}
/**/
.list_form-kura > li.abekan .area_radio .wpcf7-list-item:nth-child(1) label {
  background-image: url(../img/bin/abekan01.jpg);
}
.list_form-kura > li.abekan .area_radio .wpcf7-list-item:nth-child(2) label {
  background-image: url(../img/bin/abekan02.jpg);
}
.list_form-kura > li.abekan .area_radio .wpcf7-list-item:nth-child(3) label {
  background-image: url(../img/bin/abekan03.jpg);
}
.list_form-kura > li.abekan .area_radio .wpcf7-list-item:nth-child(4) label {
  background-image: url(../img/bin/abekan04.jpg);
}
.list_form-kura > li.abekan .area_radio .wpcf7-list-item:nth-child(5) label {
  background-image: url(../img/bin/abekan05.jpg);
}
.list_form-kura > li.abekan .area_radio .wpcf7-list-item:nth-child(6) label {
  background-image: url(../img/bin/abekan06.jpg);
}
.list_form-kura > li.abekan .area_radio .wpcf7-list-item:nth-child(7) label {
  background-image: url(../img/bin/abekan07.jpg);
}
.list_form-kura > li.abekan .area_radio .wpcf7-list-item:nth-child(8) label {
  background-image: url(../img/bin/abekan08.jpg);
}
.list_form-kura > li.abekan .area_radio .wpcf7-list-item:nth-child(9) label {
  background-image: url(../img/bin/abekan09.jpg);
}
.list_form-kura > li.abekan .area_radio .wpcf7-list-item:nth-child(10) label {
  background-image: url(../img/bin/abekan10.jpg);
}
.list_form-kura > li.abekan .area_radio .wpcf7-list-item:nth-child(11) label {
  background-image: url(../img/bin/abekan11.jpg);
}
/**/
.flexBox {
  display: flex;
  flex-wrap: wrap;
}
.flexBox .box {
  width: 50%;
}
.tribe-events-calendar-list__event.cat_cat01 {
  background: green;
}
.tribe-events-calendar-list__event.cat_cat02 {
  background: red;
}

/*--------------------*/
.block_pageUnder .page_lead{
	text-align: center;
	margin: 0 0 5%;
	
}
.block_pageUnder .page_lead a{
	color: blue;
	text-decoration: underline;
	transition: all .2s;
	margin: 0 0 30px;
}
.block_pageUnder .page_lead a:hover{
	color: red;
}
.list_pdf{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.list_pdf > li{
	width: 32%;
	box-sizing: border-box;
	border:solid 1px #ccc;
	padding: 3% 2%;
	margin: 0 0 2%;
}
.list_pdf::after{
	content: '';
	width: 32%;
	display: block;
}
.list_pdf .thumbnail{
	position: relative;
	padding: 104% 0 0;
	overflow: hidden;
	margin: 0 0 5%;
}
.list_pdf .thumbnail img{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
}
.list_pdf figcaption{
	display: block;
	text-align: center;
}
.list_pdf figcaption strong{
	font-size:125%;
}
.list_pdf .btn_pdf{
	max-width: 400px;
	margin: 10% auto 0;
	border:solid 1px #666;
	text-align: center;
}
.list_pdf .btn_pdf a{
	display: block;
	padding: 15px 0;
	font-weight: 700;
	transition: all .2s;
	background-position: right 3% center;
	background-size: auto 50%;
	background-repeat: no-repeat;
	background-image: url(../img/icon_pdf.svg);
}
.list_pdf .btn_pdf a:hover{
	background-color: #333;
	color: #fff;
		background-image: url(../img/icon_pdf--on.svg);
}

/*---------*/
.block_kikizake .title_h2{
	border-bottom:solid 3px #DB292F;
	font-size: 125%;
	margin: 0 0 1em;
	padding: .2em 0;
}
.block_kikizake .title_h3{
	border-left:solid 3px #DB292F;
	font-size: 115%;
	margin: 2em 0 1em;
	padding: 0 0 0 .5em;
	line-height: 1.5;
}
.block_kikizake .title_h4{
	font-size: 105%;
	margin: 2em 0 1em;
	padding: 0 0 0 1em;
	position: relative;
}
.block_kikizake .title_h4::before{
	content: '';
	width: .5em;
	height: .5em;
	border-radius: 50%;
	position: absolute;
	left:0;
	top:.7em;
	background:#DB292F;
}
.block_kikizake .area_intro {
	margin: 0 0 3em;
}
/**/
.block_kikizake .area_materials {
	margin: 0 0 3em;
}
/**/
.block_pageUnder .area_explanation .explanationSeparate {
	background: #eee;
	padding: 1.5em;
	border-radius: .6em;
	box-shadow: 0 0 10px 1px #eee;
	display: flex;
	flex-wrap: wrap;
	gap:1em 2%;
}
.block_pageUnder .area_explanation .explanationSeparate .dl_explanation{
	background: #fff;
	border-radius: .3em;
	box-sizing: border-box;
	width: 49%;
}
.dl_explanation {
	padding: 1.5em;
}
.dl_explanation dt{
	font-size: 115%;
	font-weight: 700;
	padding: 0 0 .5em;
	margin: 0 0 .5em;
	border-bottom:dashed 1px #ccc;
	
}
