@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  width: 100%;
  height: auto;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  /* 16px*/
  width: 100%;
  line-height: 1;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
  }
}

textarea:focus,
input:focus,
input[type]:focus,
.uneditable-input:focus {
  outline: 0;
}

/*
a,a:hover {
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
*/
body {
  font-size: 16px;
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
  -webkit-font-feature-settings: "pwid" 1;
          font-feature-settings: "pwid" 1;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
}

/* font-size fix for textarea */
textarea {
  font-size: 100%;
}

/* Link Color */
a:link {
  color: #0378da;
  text-decoration: none;
}

a:visited {
  color: #0378da;
  text-decoration: none;
}

a:hover {
  color: #0378da;
  text-decoration: none;
}

*:focus {
  outline: none;
}

a img:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  -webkit-transition: .8s;
  transition: .8s;
}

/* bottom space fix for img */
img {
  vertical-align: bottom;
}

/* em storong */
em,
strong {
  font-size: 100%;
  font-style: normal;
  font-weight: bold;
}

/*---------------------------------------
	margin 
-----------------------------------------*/
.mt05 {
  margin-top: 0.5em;
}

.mt1 {
  margin-top: 1em;
}

.mt2 {
  margin-top: 2em;
}

.mt3 {
  margin-top: 3em;
}

.mb05 {
  margin-bottom: 0.5em;
}

.mb0 {
  margin-bottom: 0em;
}

.mb1 {
  margin-bottom: 1em;
}

.mb1_5 {
  margin-bottom: 1.5em;
}

.mb2 {
  margin-bottom: 2em;
}

.mb3 {
  margin-bottom: 3em;
}

.mb40 {
  margin-bottom: 40px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.pd0 {
  padding: 0px;
}

.pb0 {
  padding-bottom: 0px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.size_1 {
  font-size: 14px;
  font-weight: normal;
}

.size_2 {
  font-size: 100%;
}

.size_3 {
  font-size: 114%;
}

.size_4 {
  font-size: 121%;
}

.size_5 {
  font-size: 128%;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

/* -----------------------------------
	header-style
----------------------------------- */
header {
  background-color: #30325E;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  header {
    position: fixed;
    width: 100%;
    z-index: 100000;
  }
}

@media screen and (max-width: 767px) {
  header {
    position: fixed;
    width: 100%;
    z-index: 100000;
  }
}

header .inner {
  padding: 24px 0;
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  header .inner {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0 16px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {
  header .inner {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0 16px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

header .site_id_block {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

header .site_id_block .link_item {
  color: #fff;
}

header .site_id_block .link_item:hover {
  color: #bfc0e3;
  -webkit-transition: .3s;
  transition: .3s;
}

header .site_id_block .text_item {
  margin-bottom: 0.8rem;
}

@media screen and (max-width: 767px) {
  header .site_id_block .text_item {
    font-size: 1.4rem;
  }
}

header .site_id_block .title_item {
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  header .site_id_block .title_item {
    font-size: 2.4rem;
  }
}

header .head_nav_block {
  padding-top: 0.6rem;
}

header .head_nav_block .list_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header .head_nav_block .list_item {
  margin-left: 2.4rem;
  font-size: 1.4rem;
}

header .head_nav_block .link_item {
  color: #fff;
}

header .head_nav_block .link_item:hover {
  color: #bfc0e3;
  -webkit-transition: .3s;
  transition: .3s;
}

header .headder_navA {
  margin-bottom: 1.6rem;
}

header .headder_navB .list_item {
  font-size: 1.6rem;
  font-weight: bold;
}

header .global_nav_block {
  background: #FFF;
}

header .global_nav_block .list_items {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .global_nav_block .list_item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 1.6rem 0;
  border-left: 1px solid #000;
}

header .global_nav_block .list_item:last-child {
  border-right: 1px solid #000;
}

header .global_nav_block .link_item {
  font-size: 1.7rem;
  text-align: center;
  display: block;
  font-weight: bold;
  color: #000;
}

header .global_nav_block .link_item:hover {
  color: #af4479;
  -webkit-transition: .3s;
  transition: .3s;
}

.menu {
  height: 20px;
  position: absolute;
  right: 16px;
  top: 30px;
  width: 30px;
  z-index: 100001;
}

.menu__line {
  background: #fff;
  display: block;
  height: 2px;
  position: absolute;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  width: 100%;
}

.menu__line--center {
  top: 9px;
}

.menu__line--bottom {
  bottom: 0;
}

.menu__line--top.active {
  background: #fff;
  top: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu__line--center.active {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.menu__line--bottom.active {
  background: #fff;
  bottom: 10px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.global_nav_block-sp {
  background: rgba(48, 50, 94, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 98;
  top: 0;
  left: 0;
}

.global_nav_block-sp_wrap {
  padding: 64px 16px;
}

.global_nav_block-sp_wrap .list_items-typeA {
  background: #fff;
  width: 100%;
}

.global_nav_block-sp_wrap .list_items-typeA .list_item {
  margin: 0;
}

.global_nav_block-sp_wrap .list_items-typeA .list_item a {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  padding: 13px 16px;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  width: 100%;
  display: block;
  -webkit-transition: .5s;
  transition: .5s;
}

.global_nav_block-sp_wrap .list_items-typeA .list_item a .fa-angle-right {
  display: block;
  float: right;
}

/* -----------------------------------
	footer-style
----------------------------------- */
footer {
  color: #fff;
  background: #30325E;
  padding: 40px 0;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  footer {
    padding: 0 0 24px 0;
  }
}

@media screen and (max-width: 767px) {
  footer {
    padding: 0 0 24px 0;
  }
}

footer .inner {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  footer .inner {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  footer .inner {
    width: 100%;
  }
}

footer .inner .footer_nav {
  margin-bottom: 32px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  footer .inner .footer_nav {
    margin-bottom: 24px;
    line-height: 1.6;
    font-size: 12px;
  }
}

footer .inner .footer_nav .list_item {
  display: inline;
  margin: 0 8px;
}

footer .inner .footer_nav .list_item .link_item {
  color: #fff;
}

@media screen and (max-width: 767px) {
  footer .inner .list_items-typeA {
    background: #fff;
    border-top: 1px solid #ccc;
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  footer .inner .list_items-typeA .list_item {
    width: 50%;
    margin: 0;
  }
  footer .inner .list_items-typeA .list_item a {
    color: #000;
    font-size: 13px;
    font-weight: bold;
    padding: 16px 8px;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    display: block;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  footer .inner .list_items-typeA .list_item a .fa-angle-right {
    display: block;
    float: right;
  }
  footer .inner .list_items-typeA .list_item:nth-child(even) a {
    border-left: 1px solid #ccc;
  }
  footer .inner .list_items-typeB {
    text-align: center;
    margin-bottom: 24px;
  }
  footer .inner .list_items-typeB .list_item {
    display: inline;
    margin: 0 8px;
  }
  footer .inner .list_items-typeB .list_item .link_item {
    font-size: 12px;
    color: #fff;
  }
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  footer .inner .list_items-typeA {
    background: #fff;
    border-top: 1px solid #ccc;
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  footer .inner .list_items-typeA .list_item {
    width: 50%;
    margin: 0;
  }
  footer .inner .list_items-typeA .list_item a {
    color: #000;
    font-size: 13px;
    font-weight: bold;
    padding: 16px 8px;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    display: block;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  footer .inner .list_items-typeA .list_item a .fa-angle-right {
    display: block;
    float: right;
  }
  footer .inner .list_items-typeA .list_item:nth-child(even) a {
    border-left: 1px solid #ccc;
  }
  footer .inner .list_items-typeB {
    text-align: center;
    margin-bottom: 24px;
  }
  footer .inner .list_items-typeB .list_item {
    display: inline;
    margin: 0 8px;
  }
  footer .inner .list_items-typeB .list_item .link_item {
    font-size: 12px;
    color: #fff;
  }
}

footer .inner .copylight {
  text-align: center;
  line-height: 1.4;
}

/* -----------------------------------
	contents-style
----------------------------------- */
.page_title {
  padding: 6rem 0;
  margin-bottom: 3.2rem;
  background: #f0f0ff;
  margin-top: -38px;
}

@media screen and (max-width: 767px) {
  .page_title {
    padding: 3rem 0 2.4rem 0;
    margin-bottom: 1.6rem;
    margin-top: -40px;
  }
}

.page_title .title_item {
  color: #30325E;
  text-align: center;
  font-size: 4rem;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

@media screen and (max-width: 767px) {
  .page_title .title_item {
    font-size: 2.8rem;
    font-weight: bold;
    padding: 2.4rem 0 0rem 0;
  }
}

.db_title {
  margin-bottom: 2.4rem;
  margin-top: 2.4rem;
}

.db_title .title_item {
  font-size: 3.2rem;
  color: #30325E;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .db_title .title_item {
    font-size: 2.4rem;
  }
}

.contents-kanko_details {
  background: #fefdf3;
}

.contents_wrap {
  padding-bottom: 6rem;
  width: 1000px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .contents_wrap {
    width: 100%;
    margin: 0;
    padding: 0 16px;
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .contents_wrap {
    width: 100%;
    margin: 0;
    padding: 0 16px;
    padding-bottom: 3rem;
  }
}

.contents-access .contents_wrap {
  width: 600px;
  margin: 0 auto;
  padding-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .contents-access .contents_wrap {
    width: 100%;
    margin: 0;
    padding: 0 16px;
    padding-bottom: 3rem;
  }
}

.bgG {
  background-color: #f5f5f5;
}

.contents-kanko_details section {
  padding: 3rem 0 6.1rem 0;
  width: 1000px;
  margin: 0 auto;
}

.notfound_block {
  text-align: center;
  padding: 4rem 0;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .contents-top {
    padding-top: 85px;
  }
}

@media screen and (max-width: 767px) {
  .contents-top {
    padding-top: 78px;
  }
}

.hero {
  background: #f5f5f5;
  min-height: 468px;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .hero {
    min-height: 437px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    min-height: 437px;
  }
}

.item_slider_block {
  margin: 0 16px;
}

@media screen and (min-width: 980px) {
  .item_slider_block {
    width: 1000px;
    margin: 0 auto;
  }
}

.item_slider_block .item_sliders {
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .item_slider_block .item_sliders {
    margin-bottom: 2rem;
  }
}

.item_slider_block .item_sliders .slider-item .link-item {
  cursor: pointer;
  color: #333333;
}

.item_slider_block .item_sliders .slider-item .link-item:hover {
  color: #11579d;
}

.item_slider_block .item_sliders .slider-item .image-box {
  margin-bottom: 1.6rem;
}

.item_slider_block .item_sliders .slider-item .image-box img {
  max-height: 33.6rem;
}

.item_slider_block .item_sliders .slider-item .text-box {
  padding: 0 4px;
}

.item_slider_block .item_sliders .slider-item .text-box .text-item {
  margin-bottom: 0.8rem;
  color: #666666;
  font-size: 1.6rem;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .item_slider_block .item_sliders .slider-item .text-box .text-item {
    font-size: 1.4rem;
  }
}

.item_slider_block .item_sliders .slider-item .text-box .title-item {
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .item_slider_block .item_sliders .slider-item .text-box .title-item {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

.item_slider_block .lSAction > .lSPrev {
  background-position: 0 0;
  left: 24px;
}

@media screen and (max-width: 767px) {
  .item_slider_block .lSAction > .lSPrev {
    left: 8px;
  }
}

.item_slider_block .lSAction > .lSNext {
  background-position: -32px 0;
  right: 24px;
}

@media screen and (max-width: 767px) {
  .item_slider_block .lSAction > .lSNext {
    right: 8px;
  }
}

.item_slider_block .lSAction > a {
  width: 32px;
  display: block;
  top: 33%;
  height: 32px;
  background-image: url(../img/controls.png);
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 1;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}

.event_slider {
  margin: 0 16px;
}

.event_slider .slider-items {
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .event_slider .slider-items {
    margin-bottom: 2rem;
  }
}

.event_slider .slider-items .slider-item .link-item {
  cursor: pointer;
  color: #333333;
}

.event_slider .slider-items .slider-item .link-item:hover {
  color: #11579d;
}

.event_slider .slider-items .slider-item .image-box {
  margin-bottom: 1.6rem;
}

.event_slider .slider-items .slider-item .image-box img {
  max-height: 33.6rem;
}

.event_slider .slider-items .slider-item .text-box {
  padding: 0 4px;
}

.event_slider .slider-items .slider-item .text-box .text-item {
  margin-bottom: 0.8rem;
  color: #666666;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .event_slider .slider-items .slider-item .text-box .text-item {
    font-size: 1.2rem;
  }
}

.event_slider .slider-items .slider-item .text-box .title-item {
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .event_slider .slider-items .slider-item .text-box .title-item {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

.event_slider .lSAction > .lSPrev {
  background-position: 0 0;
  left: 24px;
}

@media screen and (max-width: 767px) {
  .event_slider .lSAction > .lSPrev {
    left: 8px;
  }
}

.event_slider .lSAction > .lSNext {
  background-position: -32px 0;
  right: 24px;
}

@media screen and (max-width: 767px) {
  .event_slider .lSAction > .lSNext {
    right: 8px;
  }
}

.event_slider .lSAction > a {
  width: 32px;
  display: block;
  top: 40%;
  height: 32px;
  background-image: url(../img/controls.png);
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 1;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}

.banner_block {
  padding-bottom: 0px;
}

@media screen and (min-width: 980px) {
  .event_slider {
    width: 1200px;
    margin: 0 auto;
  }
}

.access_ranking .block-item {
  position: relative;
  counter-increment: section;
}

.access_ranking .block-item::before {
  content: counter(section);
  display: inline-block;
  z-index: 100;
  padding: 10px;
  border-radius: 20px;
  width: 15px;
  text-align: center;
  color: #fff;
  height: 15px;
  top: -15px;
  position: absolute;
  left: -15px;
}

@media screen and (max-width: 767px) {
  .access_ranking .block-item::before {
    top: 0px;
    left: 0px;
    border-radius: 4px 0px 4px 0px;
  }
}

.access_ranking .block-item:nth-child(1)::before {
  background: #c3b400;
}

.access_ranking .block-item:nth-child(2)::before {
  background: #9a9a9a;
}

.access_ranking .block-item:nth-child(3)::before {
  background: #b1731f;
}

.access_ranking .block-item:nth-child(4)::before {
  background: #0f98b1;
}

.access_ranking .block-item:nth-child(5)::before {
  background: #59c98b;
}

.sns-icon_nav .list_items {
  padding: 2.4rem 0;
  text-align: center;
}

@media screen and (min-width: 980px) {
  .sns-icon_nav .list_items {
    padding: 4.8rem;
  }
}

.sns-icon_nav .list_items .list_item {
  display: inline;
  margin: 0 0.8rem;
}

.lo_pc-2col_sp-1col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .lo_pc-2col_sp-1col {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .lo_pc-2col_sp-1col {
    display: block;
  }
}

.lo_pc-2col_sp-1col .main {
  width: 71.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .lo_pc-2col_sp-1col .main {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .lo_pc-2col_sp-1col .main {
    width: 100%;
  }
}

.lo_pc-2col_sp-1col .side {
  width: 23.6rem;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .lo_pc-2col_sp-1col .side {
    margin-top: 3rem;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .lo_pc-2col_sp-1col .side {
    width: 100%;
  }
}

.article_title {
  margin-bottom: 2.4rem;
}

.article_title .title_item {
  font-size: 3.2rem;
  color: #30325E;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .article_title .title_item {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}

.eventimage_block {
  width: 34.1rem;
  margin: 0 auto 3.2rem;
  border: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .eventimage_block {
    width: 30rem;
  }
}

.photodwimage_block {
  width: 60rem;
  margin: 0 auto 3.2rem;
  border: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .photodwimage_block {
    width: 100%;
  }
}

.photodwimage_block img {
  width: 100%;
  height: auto;
}

.day_block {
  margin-bottom: 2.4rem;
}

.side_title {
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #30325e;
  text-align: center;
}

.side_title .title_item {
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
}

.widgettitle {
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #30325e;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
}

.side_listA .list_items {
  padding: 16px 0;
}

.side_listA .list_items .list_item {
  margin-bottom: 8px;
  padding: 0 8px 8px;
  border-bottom: 1px solid #ccc;
}

.side_listA .list_items .list_item .day_item {
  font-size: 1.4rem;
  display: block;
  margin-bottom: 0.4rem;
}

.side_listA .list_items .list_item .link_item {
  line-height: 1.5;
  display: block;
  color: #2f4656;
}

.side_listA .list_items .list_item .link_item:hover {
  color: #11579d;
}

.side_listA .cat-item {
  padding: 0 8px;
  margin-bottom: 16px;
}

.side_listA .cat-item .children {
  margin-top: 16px;
}

.side_listA .cat-item .children li {
  padding: 0;
}

.side_listA .cat-item a {
  color: #2f4656;
}

.side_listA .cat-item a:hover {
  color: #11579d;
}

.slider_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 767px) {
  .slider_block {
    display: block;
    margin-bottom: 1.6rem;
  }
}

.slider_block .slider {
  width: 76.4rem;
  max-height: 47.2rem;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .slider_block .slider {
    width: 76%;
    max-height: 47%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .slider_block .slider {
    width: 100%;
    margin-bottom: 1.6rem;
  }
}

.slider_block .slider .list_item {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .slider_block .slider .list_item {
    text-align: left;
  }
}

.slider_block .slider .list_item img {
  max-height: 47.2rem;
  width: auto;
}

.slider_block .thumb {
  width: 21rem;
  height: 8rem;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .slider_block .thumb {
    width: 20%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .slider_block .thumb {
    width: 100%;
    height: auto;
  }
}

.slider_block .thumb .list_item {
  margin-bottom: 1.6rem;
  width: 21rem;
  height: 8rem;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .slider_block .thumb .list_item {
    width: 100%;
    height: auto;
    margin: 1px;
  }
}

.slider_block .thumb .list_item:last-child {
  margin-bottom: 0;
}

.slider_block .thumb .list_item img {
  height: auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .slider_block .thumb .slick-track {
    margin-left: 0;
    margin-right: 0;
  }
}

.slider_block .slick-vertical .slick-slide {
  border: none;
  outline: none;
  background: #000;
}

.slider_block .slick-vertical .slick-slide img {
  opacity: 0.5;
}

.slider_block .slick-vertical .slick-current {
  border: none;
  outline: none;
  background: #fff;
}

.slider_block .slick-vertical .slick-current img {
  opacity: 1;
}

.filmcommission_box {
  margin-top: 1em;
  background: #f5f5f5;
  padding: 16px;
  border-radius: 8px;
}

.filmcommission_box h3 {
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 2rem;
  color: #30325E;
}

@media screen and (max-width: 767px) {
  .filmcommission_box h3 {
    font-size: 1.6rem;
  }
}

.filmcommission_box p {
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .filmcommission_box p {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

.youtube_block_typeA {
  width: 72.7rem;
  margin: 0 auto;
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .youtube_block_typeA {
    width: 100%;
    margin-bottom: 2.4rem;
  }
}

.youtube_block_typeA iframe {
  width: 100%;
}

.gmap-block_typeA {
  margin-top: 4rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #f5f5f5;
}

.subsarch_block {
  display: none;
  border: 2px solid #ccc;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 16px;
  background: #f8f8f8;
}

.subsarch_block .subcategory_items {
  margin-bottom: 16px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 16px;
}

.subsarch_block .title_item {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: bold;
  color: #30325E;
}

.subsarch_block .list_items label {
  display: inline-block;
  line-height: 2;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .subsarch_block .list_items label {
    min-width: 33.33%;
  }
}

.subsarch_block .list_items label input[type="checkbox"] {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  margin-right: 8px;
}

.subsarch_block .list_items label span {
  margin-right: 12px;
}

.subsarch_block .areacategory_items {
  margin-bottom: 16px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 16px;
}

.subsarch_block .text_serch_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.subsarch_block .text_serch_items .title_item {
  width: 150px;
  margin-right: 16px;
  padding-top: 8px;
}

.subsarch_block .text_serch_items .list_items {
  width: 100%;
}

.subsarch_block .text_serch_items .list_items input {
  width: 100%;
  padding: 8px;
  margin-right: 8px;
}

.subsarch_block .button_item {
  text-align: center;
}

.subsarch_block .button_item button {
  padding: 16px 48px;
  background: #30325E;
  font-size: 16px;
  border-radius: 8px;
  color: #fff;
}

.subsarch_block .button_item button:hover {
  background: #4e529d;
  cursor: pointer;
}

.sort_block {
  margin: 24px auto;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .sort_block {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.sort_block span,
.sort_block a {
  color: #30325E;
  border: 1px solid #333;
  border-radius: 4px;
  padding: 13px 16px;
  margin-left: 8px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .sort_block span,
  .sort_block a {
    font-size: 13px;
    width: 32%;
    margin: 0;
    white-space: nowrap;
    padding: 13px 0;
  }
}

.sort_block span {
  color: #fff;
  border: 1px solid #30325E;
  background: #30325E;
}

.sort_block a:hover {
  color: #fff;
  border: 1px solid #30325E;
  background: #30325E;
}

.clender .fc-day-header {
  padding: 16px !important;
}

.clender .fc-day-number {
  padding: 8px !important;
}

.clender .fc-ltr .fc-day-grid-event.fc-not-end,
.clender .fc-rtl .fc-day-grid-event.fc-not-start {
  padding: 8px;
  margin-bottom: 2px;
  text-align: center;
}

.clender .fc-ltr .fc-day-grid-event.fc-not-start,
.clender .fc-rtl .fc-day-grid-event.fc-not-end {
  padding: 8px;
  text-align: center;
}

.clender .fc-event.fc-draggable,
.clender .fc-event[href] {
  padding: 8px;
}

.corse_detail {
  padding-bottom: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .corse_detail {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}

.corse_start,
.corse_goal {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding: 16px;
  text-align: center;
  width: 500px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .corse_start,
  .corse_goal {
    font-size: 18px;
    line-height: 1.4;
    width: 100%;
  }
}

.corse_start {
  margin-bottom: 16px;
  background: #e38d28;
  position: relative;
}

@media screen and (max-width: 767px) {
  .corse_start {
    margin-bottom: 8px;
  }
}

.corse_goal {
  margin-top: 24px;
  background: #d81c1c;
}

.corse_cards {
  counter-reset: item;
}

.corse_cards .corse_card {
  position: relative;
}

@media screen and (max-width: 767px) {
  .corse_cards .corse_card {
    padding: 0;
    margin-bottom: 40px;
  }
}

.corse_cards .corse_card::before {
  counter-increment: item;
  content: counter(item);
  /* 以下は自由に装飾... */
  font-weight: bold;
  color: #fff;
  background: #800000;
  border-radius: 21px;
  width: 43px;
  text-align: center;
  padding: 13px 0px;
  position: absolute;
  top: 16px;
  left: 16px;
}

@media screen and (max-width: 767px) {
  .corse_cards .corse_card::before {
    width: 16px;
    padding: 13px;
    top: 14px;
    left: 16px;
  }
}

.corse_cards .corse_card-beforetext {
  margin-top: 48px;
  line-height: 1.5;
  position: relative;
  font-weight: bold;
  color: #800000;
  padding: 16px;
  padding-left: 67px;
  border: 2px solid #800000;
  border-radius: 8px 8px 0px 0px;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .corse_cards .corse_card-beforetext {
    padding: 8px 10px;
    margin-top: 0;
    padding-left: 65px;
    line-height: 1.4;
    font-size: 1.8rem;
  }
}

.corse_cards .corse_card-aftertext {
  line-height: 1.5;
  margin-bottom: 2.4rem;
  position: relative;
  border: 2px solid #d2e8ed;
  background: #d2e8ed;
  padding: 16px;
  margin-top: -16px;
  border-radius: 8px;
}

.corse_cards .corse_card-aftertext::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #d2e8ed;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .corse_cards .corse_card-aftertext::before {
    padding: 0 0 24px 0;
  }
}

.corse_cards .corse_card-block {
  margin: 0px 0 30px 0;
  padding: 24px;
  border: 2px solid #800000;
  border-top: 0px;
  border-radius: 0px 0px 8px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.corse_cards .corse_card-block ::after {
  border: 30px solid transparent;
  border-top-color: #800000;
  border-bottom-width: 0;
  bottom: -29px;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  width: 0;
  margin-left: -30px;
}

@media screen and (max-width: 767px) {
  .corse_cards .corse_card-block {
    margin-left: 0;
    display: block;
    padding: 16px;
  }
}

.corse_cards .corse_card-block .image-box {
  width: 300px;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .corse_cards .corse_card-block .image-box {
    width: 30%;
    margin-bottom: 16px;
  }
  .corse_cards .corse_card-block .image-box img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .corse_cards .corse_card-block .image-box {
    width: 100%;
    margin-bottom: 16px;
  }
  .corse_cards .corse_card-block .image-box img {
    width: 100%;
  }
}

.corse_cards .corse_card-block .image-box .item_button a {
  background: #30325E;
  display: block;
  padding: 16px;
  border-radius: 8px;
  color: #fff;
  margin-top: 8px;
  text-align: center;
  display: block;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .corse_cards .corse_card-block .image-box .item_button a {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .corse_cards .corse_card-block .image-box .item_button a {
    display: none;
  }
}

.corse_cards .corse_card-block .text-box {
  width: 620px;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .corse_cards .corse_card-block .text-box {
    width: 68%;
  }
}

@media screen and (max-width: 767px) {
  .corse_cards .corse_card-block .text-box {
    width: 100%;
  }
}

.corse_cards .corse_card-block .text-box .text_box-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #30325e;
}

.corse_cards .corse_card-block .text-box .item_list {
  line-height: 1.6;
  margin-bottom: 16px;
  padding-left: 24px;
  font-size: 16px;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .corse_cards .corse_card-block .text-box .item_list {
    width: 100%;
    margin-bottom: 16px;
    padding-left: 0px;
  }
}

.corse_cards .corse_card-block .text-box .text_box-intro {
  padding: 16px;
  margin-top: 16px;
  background: #f5f5f5;
  line-height: 1.6;
}

.corse_cards .corse_card-block .item_button a {
  background: #30325E;
  display: block;
  padding: 16px;
  border-radius: 8px;
  color: #fff;
  margin-top: 8px;
  text-align: center;
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .corse_cards .corse_card-block .item_button a {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .corse_cards .corse_card-block .item_button a {
    display: block;
  }
}

.category_block {
  margin-bottom: 2em;
  text-align: center;
}

.sub_category_block {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contents_photodw-details .main {
    margin-bottom: 3.2rem;
  }
}

.contents_photodw-details .side {
  background: #f5f5f5;
}

.edd-cart-number-of-items {
  padding: 16px;
  font-style: normal;
  color: #2f4656;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

.edd_purchase_submit_wrapper {
  text-align: center;
}

.edd-cart .empty {
  padding: 16px 16px 16px 16px;
}

.edd-cart .edd-cart-item {
  padding: 16px 16px 16px 16px;
  border-bottom: 1px solid #ccc;
  background: #fff;
}

.edd-cart .edd-cart-item .edd-cart-item-separator,
.edd-cart .edd-cart-item .edd-cart-item-price {
  display: none;
}

.edd-cart .edd-cart-item .edd-remove-from-cart {
  font-size: 12px;
  padding: 4px;
  background: #c95518;
  border-radius: 4px;
  color: #fff;
}

.edd-cart .edd-cart-item .edd-remove-from-cart:hover {
  background: #aa4814;
}

.edd-cart .edd_checkout {
  padding: 16px;
}

.edd-cart .edd_checkout a {
  display: block;
  padding: 16px;
  background: #3275b1;
  border-radius: 8px;
  color: #fff;
  text-align: center;
}

.edd-cart .edd_checkout a:hover {
  background: #286193;
}

.edd_total {
  display: none !important;
}

#edd_checkout_wrap {
  width: 600px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #edd_checkout_wrap {
    width: 100%;
  }
}

#edd_checkout_cart .edd_cart_header_row .edd_cart_actions {
  text-align: center;
}

#edd_checkout_cart th,
#edd_checkout_cart td {
  padding: 16px;
  vertical-align: middle;
}

.edd_cart_item_image {
  display: inline-block;
  margin-right: 16px;
  vertical-align: middle;
  width: 100px;
}

.edd_cart_item_image img {
  width: 100%;
  height: auto;
}

.edd_checkout_cart_item_title {
  vertical-align: middle;
}

.edd_cart_actions {
  text-align: center !important;
}

#edd_checkout_form_wrap #edd_checkout_user_info {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  #edd_checkout_form_wrap #edd_checkout_user_info {
    margin-bottom: 0;
  }
}

#edd_checkout_form_wrap legend {
  display: block;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

#edd_checkout_form_wrap p {
  margin-bottom: 1em;
}

#edd_checkout_form_wrap p input {
  margin-top: 0.25em;
  padding: 8px !important;
  width: 100% !important;
}

@media screen and (max-width: 767px) {
  #edd_checkout_form_wrap #edd_purchase_submit {
    margin-bottom: 0;
  }
}

.edd-show-terms {
  margin: 1.5em;
}

#edd_purchase_submit {
  text-align: center;
}

#edd_purchase_submit .edd-terms-agreement {
  margin-bottom: 1.5em;
}

#edd_purchase_submit .edd-submit {
  padding: 16px;
  width: 200px;
}

.wc_hero {
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (min-width: 980px) {
  .wc_hero {
    height: 57.9rem;
  }
}

.wc_hero .wc_hero_inner {
  padding: 2.4rem;
}

@media screen and (min-width: 980px) {
  .wc_hero .wc_hero_inner {
    width: 1000px;
    margin: 0 auto;
    padding: 1.6rem 0;
    background-size: contain;
  }
}

.wc_hero .wc_hero_inner .wc_hero_card {
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2.4rem;
}

@media screen and (min-width: 980px) {
  .wc_hero .wc_hero_inner .wc_hero_card {
    width: 60rem;
    margin-left: auto;
    padding: 3.2rem;
  }
}

.wc_hero .wc_hero_inner .wc_hero_card .hero_title {
  margin-bottom: 1.6rem;
}

@media screen and (min-width: 980px) {
  .wc_hero .wc_hero_inner .wc_hero_card .hero_title {
    margin-bottom: 0;
  }
}

.wc_hero .wc_hero_inner .wc_hero_card .hero_subtitle {
  margin-bottom: 1.6rem;
  font-size: 2.4rem;
  line-height: 1.3;
}

.wc_hero .wc_hero_inner .wc_hero_card .hero_subtitle .title_item {
  color: #fff;
  font-weight: bold;
}

@media screen and (min-width: 980px) {
  .wc_hero .wc_hero_inner .wc_hero_card .hero_subtitle .title_item {
    font-size: 3.2rem;
  }
}

@media screen and (min-width: 980px) {
  .wc_hero .wc_hero_inner .wc_hero_card .text-block_typeA {
    margin-bottom: 2.4rem;
  }
}

.wc_hero .wc_hero_inner .wc_hero_card .text-block_typeA .text_item {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 1.6rem;
}

@media screen and (min-width: 980px) {
  .wc_hero .wc_hero_inner .wc_hero_card .text-block_typeA .text_item {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.wc_hero .wc_hero_inner .wc_hero_card .btn .link_item {
  display: block;
  color: #fff;
  background: #D33D3D;
  padding: 1.6rem 2.4rem;
  text-align: center;
  border-radius: 0.8rem;
}

@media screen and (min-width: 980px) {
  .wc_hero .wc_hero_inner .wc_hero_card .btn .link_item {
    width: 25.3rem;
    margin: 0 auto;
  }
}

.wc_hero .wc_hero_inner .wc_hero_card .btn .link_item:after {
  content: ">";
  display: inline-block;
  margin-left: 0.8rem;
}

.wc_sectionA {
  padding: 1.6rem;
}

@media screen and (min-width: 980px) {
  .wc_sectionA {
    width: 1000px;
    margin: 0 auto;
    padding: 5rem 0;
  }
}

.wc_sectionA .wc_nav .list_items {
  counter-reset: number 0;
}

@media screen and (min-width: 980px) {
  .wc_sectionA .wc_nav .list_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 980px) {
  .wc_sectionA .wc_nav .list_items .list_item .link_item {
    width: 13.1rem;
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .wc_sectionA .wc_nav .list_items .list_item .link_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.wc_sectionA .wc_nav .list_items .list_item .link_item .img_item {
  margin-bottom: 1rem;
  width: 25%;
}

@media screen and (min-width: 980px) {
  .wc_sectionA .wc_nav .list_items .list_item .link_item .img_item {
    width: 100%;
  }
}

.wc_sectionA .wc_nav .list_items .list_item .link_item .text_item {
  position: relative;
  width: 70%;
  line-height: 1.2;
  font-size: 1.8rem;
  padding-top: 3.3rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  color: #000;
}

@media screen and (min-width: 980px) {
  .wc_sectionA .wc_nav .list_items .list_item .link_item .text_item {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 32rem;
    max-width: 6.5rem;
    margin: 0 auto;
    font-size: 2.4rem;
    padding-top: 6rem;
    display: block;
  }
}

.wc_sectionA .wc_nav .list_items .list_item .link_item .text_item:before {
  counter-increment: number 1;
  content: counter(number);
}

@media screen and (min-width: 980px) {
  .wc_sectionA .wc_nav .list_items .list_item .link_item .text_item:before {
    top: 0;
    left: 0;
    position: absolute;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    border-bottom: 1px solid #000;
    width: 100%;
    text-align: center;
    padding-bottom: 0.8rem;
  }
}

.wc_sectionA .wc_nav .list_items .list_item .link_item .text_item:after {
  content: "";
  position: absolute;
  right: 0;
  top: 46%;
  border-style: solid;
  border-color: #30325D transparent transparent transparent;
  border-width: 10px 10px 0 10px;
}

@media screen and (min-width: 980px) {
  .wc_sectionA .wc_nav .list_items .list_item .link_item .text_item:after {
    top: inherit;
    right: 0;
    bottom: 0px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
  }
}

.wc_sectionB {
  background: url(../img/wc/nami.gif) repeat-x;
  background-color: #E2F0F4;
  padding-top: 7rem;
  padding-bottom: 0rem;
}

@media screen and (min-width: 980px) {
  .wc_sectionB {
    padding-top: 12.5rem;
    padding-bottom: 9.3rem;
  }
}

.wc_sectionB .wc_sectionB_inner {
  padding: 1.6rem;
}

@media screen and (min-width: 980px) {
  .wc_sectionB .wc_sectionB_inner {
    width: 1000px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 980px) {
  .wc_sectionB .wc_sectionB_inner .text-block_typeB .text_item {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0.5em;
  }
}

.wc_sectionB .wc_sectionB_inner .wc_shuten {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #8D8D8D;
}

@media screen and (max-width: 767px) {
  .wc_sectionB .wc_sectionB_inner .wc_shuten {
    font-size: 1.2rem;
  }
}

.wc_sectionB .wc_sectionB_inner .wc_shuten dt {
  position: absolute;
}

.wc_sectionB .wc_sectionB_inner .wc_shuten dd {
  padding-left: 3.5em;
}

.wc_sectionB .more_button {
  margin-bottom: 0.8rem;
  text-align: right;
  color: #D33D3D;
  text-decoration: underline;
  cursor: pointer;
}

.wc_sectionB .more_block {
  display: none;
}

.cb_hero {
  margin-bottom: 40px;
}

.cb_sectionA {
  background-image: url("../img/cb/bg.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .cb_sectionA {
    margin-bottom: 3rem;
  }
}

.cb_sectionA .cb_bl_pc-2col_sp-1col_typeA {
  padding-bottom: 4rem;
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 6rem;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .cb_sectionA .cb_bl_pc-2col_sp-1col_typeA {
    width: 100%;
    margin: 0;
    padding: 0 16px;
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .cb_sectionA .cb_bl_pc-2col_sp-1col_typeA {
    width: 100%;
    margin: 0;
    padding: 0 16px;
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .cb_sectionA .cb_bl_pc-2col_sp-1col_typeA {
    margin-bottom: 0rem;
  }
}

.cb_sectionA .cb_bl_pc-2col_sp-1col_typeA .block-boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.4rem;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .cb_sectionA .cb_bl_pc-2col_sp-1col_typeA .block-boxs {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .cb_sectionA .cb_bl_pc-2col_sp-1col_typeA .block-boxs {
    display: block;
    margin-bottom: 1.6rem;
  }
}

.cb_sectionA .cb_bl_pc-2col_sp-1col_typeA .block-boxs .image-box {
  width: 30.1rem;
}

.cb_sectionA .cb_bl_pc-2col_sp-1col_typeA .block-boxs .image-box img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .cb_sectionA .cb_bl_pc-2col_sp-1col_typeA .block-boxs .image-box {
    width: 38%;
  }
}

@media screen and (max-width: 767px) {
  .cb_sectionA .cb_bl_pc-2col_sp-1col_typeA .block-boxs .image-box {
    width: 75%;
    margin: 0 auto;
  }
}

.cb_sectionA .cb_bl_pc-2col_sp-1col_typeA .block-boxs .text-box {
  padding: 1.6rem 0;
  width: 61.8rem;
}

.cb_sectionA .cb_bl_pc-2col_sp-1col_typeA .block-boxs .text-box .text_item {
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .cb_sectionA .cb_bl_pc-2col_sp-1col_typeA .block-boxs .text-box .text_item {
    font-size: 1.6rem;
    line-height: 2;
  }
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .cb_sectionA .cb_bl_pc-2col_sp-1col_typeA .block-boxs .text-box {
    padding: 0;
    width: 59%;
  }
}

@media screen and (max-width: 767px) {
  .cb_sectionA .cb_bl_pc-2col_sp-1col_typeA .block-boxs .text-box {
    padding: 2.4rem 0 0;
    width: 100%;
  }
}

.cb_sectionA .cb_bl_pc-2col_sp-1col_typeA .block-boxs .text-box .cd_headingB {
  color: #036EB8;
  margin-bottom: 1.6rem;
  padding-bottom: 1.6rem;
  font-size: 3.2rem;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .cb_sectionA .cb_bl_pc-2col_sp-1col_typeA .block-boxs .text-box .cd_headingB {
    font-size: 2.4rem;
    margin-bottom: 0.8rem;
    padding-bottom: 0.8rem;
  }
}

.cb_sectionA .cd_headingC {
  padding-bottom: 6rem;
  text-align: center;
  width: 1000px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .cb_sectionA .cd_headingC {
    width: 100%;
    margin: 0;
    padding: 0 16px;
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .cb_sectionA .cd_headingC {
    width: 100%;
    margin: 0;
    padding: 0 16px;
    padding-bottom: 3rem;
  }
}

.cb_sectionA .cd_headingC h2 {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 3.2rem;
  color: #000000;
  line-height: 1.625;
}

@media screen and (max-width: 767px) {
  .cb_sectionA .cd_headingC h2 {
    font-size: 2.4rem;
  }
}

.cd_headingA {
  margin-bottom: 3rem;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 3.2rem;
  color: #036eb8;
  line-height: 1.625;
}

@media screen and (max-width: 767px) {
  .cd_headingA {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .cd_text-box {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

.cb_db_title {
  text-align: center;
  margin-bottom: 2.4rem;
  margin-top: 2.4rem;
}

.cb_db_title .title_item {
  font-size: 3.2rem;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #000;
  font-weight: bold;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .cb_db_title .title_item {
    font-size: 2.4rem;
  }
}

.jigyosho {
  padding-top: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.3;
}

.bland-photo01 {
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .bland-photo01 {
    margin-bottom: 3rem;
  }
}

.cd_textbox_online {
  text-align: center;
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .cd_textbox_online {
    padding: 1.6rem;
  }
}

.cd_textbox_online .title_item {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 767px) {
  .cd_textbox_online .title_item {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
  }
}

.cd_textbox_online .btn_item a {
  display: inline-block;
  padding: 24px 32px;
  background: #4C81BF;
  border-radius: 32px;
  color: #fff;
}

.cd_table-blockA {
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .cd_table-blockA {
    margin-bottom: 0px;
  }
}

.cd_table-blockA table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 40px;
  font-size: 1.6rem;
  color: #2f4656;
}

@media screen and (max-width: 767px) {
  .cd_table-blockA table {
    font-size: 1.4rem;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0px;
  }
}

.cd_table-blockA th {
  width: 20%;
  padding: 16px;
  border: 1px solid #ccc;
  background: #f5f5f5;
  line-height: 1.6;
  text-align: left;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .cd_table-blockA th {
    display: block;
    width: 100%;
    padding: 8px;
  }
}

.cd_table-blockA td {
  width: 80%;
  padding: 16px;
  border: 1px solid #ccc;
  text-align: left;
  line-height: 1.6;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .cd_table-blockA td {
    display: block;
    width: 100%;
    padding: 8px;
    border-top: none;
    border-bottom: none;
  }
}

.cd_table-blockA td a {
  word-break: break-all;
}

.cb_bl_pc-2col_sp-1col_typeB {
  padding-bottom: 0rem;
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 6rem;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .cb_bl_pc-2col_sp-1col_typeB {
    width: 100%;
    margin: 0;
    padding: 0 16px;
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .cb_bl_pc-2col_sp-1col_typeB {
    width: 100%;
    margin: 0;
    padding: 0 16px;
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .cb_bl_pc-2col_sp-1col_typeB {
    margin-bottom: 2rem;
    padding: 0;
  }
}

.cb_bl_pc-2col_sp-1col_typeB .block-boxs {
  padding: 0 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.4rem;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .cb_bl_pc-2col_sp-1col_typeB .block-boxs {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .cb_bl_pc-2col_sp-1col_typeB .block-boxs {
    display: block;
    margin-bottom: 1.6rem;
    padding: 0;
  }
}

.cb_bl_pc-2col_sp-1col_typeB .block-boxs .image-box {
  width: 34.4rem;
}

.cb_bl_pc-2col_sp-1col_typeB .block-boxs .image-box img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .cb_bl_pc-2col_sp-1col_typeB .block-boxs .image-box {
    width: 38%;
  }
}

@media screen and (max-width: 767px) {
  .cb_bl_pc-2col_sp-1col_typeB .block-boxs .image-box {
    width: 20rem;
    margin: 0 auto;
  }
}

.cb_bl_pc-2col_sp-1col_typeB .block-boxs .text-box {
  padding: 1.6rem 0;
  width: 51.6rem;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .cb_bl_pc-2col_sp-1col_typeB .block-boxs .text-box {
    padding: 0;
    width: 59%;
  }
}

@media screen and (max-width: 767px) {
  .cb_bl_pc-2col_sp-1col_typeB .block-boxs .text-box {
    padding: 2.4rem 0 0;
    width: 100%;
  }
}

.cb_bl_pc-2col_sp-1col_typeB .block-boxs .text-box .cd_headingB {
  color: #036EB8;
  margin-bottom: 1.6rem;
  padding-bottom: 1.6rem;
  font-size: 3.2rem;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .cb_bl_pc-2col_sp-1col_typeB .block-boxs .text-box .cd_headingB {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
    padding-bottom: 0.8rem;
  }
}

.cb_bl_pc-2col_sp-1col_typeB .block-boxs .text-box .text-block_typeA .edit_area {
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .cb_bl_pc-2col_sp-1col_typeB .block-boxs .text-box .text-block_typeA .edit_area {
    font-size: 1.6rem;
  }
}

.back_btn {
  text-align: center;
  margin: 4rem 0;
}

.back_btn .btn_item a {
  display: inline-block;
  padding: 24px 32px;
  background: #A5A5A5;
  border-radius: 32px;
  color: #fff;
}

/* -----------------------------------
	section-style
----------------------------------- */
.sectionA {
  margin: 0px 0px 0px 0px;
}

.sectionB {
  margin: 0px 0px 0px 0px;
}

.sectionC {
  margin: 0px 0px 0px 0px;
}

/*---------------------------------------
block-style
-----------------------------------------*/
.bl_pc-2col_sp-1col_typeA {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .bl_pc-2col_sp-1col_typeA {
    display: block;
    margin-bottom: 0;
    margin-bottom: 2rem;
  }
}

.bl_pc-2col_sp-1col_typeA .text-box {
  width: 76.4rem;
}

@media screen and (max-width: 767px) {
  .bl_pc-2col_sp-1col_typeA .text-box {
    width: 100%;
  }
}

.bl_pc-2col_sp-1col_typeB {
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .bl_pc-2col_sp-1col_typeB {
    margin-bottom: 2rem;
  }
}

.bl_pc-2col_sp-1col_typeB .block-boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.4rem;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .bl_pc-2col_sp-1col_typeB .block-boxs {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .bl_pc-2col_sp-1col_typeB .block-boxs {
    display: block;
    margin-bottom: 1.6rem;
  }
}

.bl_pc-2col_sp-1col_typeB .block-boxs .image-box {
  width: 38.2rem;
}

.bl_pc-2col_sp-1col_typeB .block-boxs .image-box img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .bl_pc-2col_sp-1col_typeB .block-boxs .image-box {
    width: 38%;
  }
}

@media screen and (max-width: 767px) {
  .bl_pc-2col_sp-1col_typeB .block-boxs .image-box {
    width: 100%;
  }
}

.bl_pc-2col_sp-1col_typeB .block-boxs .text-box {
  padding: 1.6rem 0;
  width: 58.5rem;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .bl_pc-2col_sp-1col_typeB .block-boxs .text-box {
    padding: 0;
    width: 59%;
  }
}

@media screen and (max-width: 767px) {
  .bl_pc-2col_sp-1col_typeB .block-boxs .text-box {
    padding: 2.4rem 0 0;
    width: 100%;
  }
}

.bl_pc-2col_sp-1col_typeB .block-boxs .text-box .title-item {
  color: #2f4656;
  margin-bottom: 1.6rem;
  padding-bottom: 1.6rem;
  font-size: 2.4rem;
  border-bottom: 1px solid #2f4656;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .bl_pc-2col_sp-1col_typeB .block-boxs .text-box .title-item {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
    padding-bottom: 0.8rem;
  }
}

.bl_pc-2col_sp-1col_typeC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .bl_pc-2col_sp-1col_typeC {
    width: 100%;
    margin: 0;
    padding: 0 16px;
  }
}

@media screen and (max-width: 767px) {
  .bl_pc-2col_sp-1col_typeC {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 16px;
  }
}

.bl_pc-2col_sp-1col_typeC .image-box {
  width: 450px;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .bl_pc-2col_sp-1col_typeC .image-box {
    width: 45%;
    margin-bottom: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .bl_pc-2col_sp-1col_typeC .image-box {
    width: 100%;
    margin-bottom: 1.6rem;
  }
}

.bl_pc-2col_sp-1col_typeC .image-box img {
  width: 100%;
  height: auto;
}

.bl_pc-2col_sp-1col_typeC .image-box .course-time {
  margin-top: 8px;
}

.bl_pc-2col_sp-1col_typeC .text-box {
  width: 520px;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .bl_pc-2col_sp-1col_typeC .text-box {
    width: 52%;
    margin-bottom: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .bl_pc-2col_sp-1col_typeC .text-box {
    width: 100%;
  }
}

.bl_pc-2col_sp-1col_typeC .text-box .headingB {
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .bl_pc-2col_sp-1col_typeC .text-box .headingB {
    font-size: 18px;
    line-height: 1.4;
  }
}

.bl_pc-2col_sp-1col_typeC .text-box .text_item {
  line-height: 1.6;
  font-size: 24px;
  margin-bottom: 16px;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .bl_pc-2col_sp-1col_typeC .text-box .text_item {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0;
  }
}

.contents-charm .bl_pc-2col_sp-1col_typeC {
  width: 1000px;
  margin: 0;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .contents-charm .bl_pc-2col_sp-1col_typeC {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .contents-charm .bl_pc-2col_sp-1col_typeC {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 1.6rem;
  }
}

.bl_pc-2col_sp-1col_typeD {
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .bl_pc-2col_sp-1col_typeD {
    margin-bottom: 2rem;
  }
}

.bl_pc-2col_sp-1col_typeD .block-boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.4rem;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .bl_pc-2col_sp-1col_typeD .block-boxs {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .bl_pc-2col_sp-1col_typeD .block-boxs {
    display: block;
    margin-bottom: 1.6rem;
  }
}

.bl_pc-2col_sp-1col_typeD .block-boxs .image-box {
  width: 32rem;
}

.bl_pc-2col_sp-1col_typeD .block-boxs .image-box img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .bl_pc-2col_sp-1col_typeD .block-boxs .image-box {
    width: 38%;
  }
}

@media screen and (max-width: 767px) {
  .bl_pc-2col_sp-1col_typeD .block-boxs .image-box {
    width: 70%;
    margin: 0 auto;
  }
}

.bl_pc-2col_sp-1col_typeD .block-boxs .text-box {
  padding: 1.6rem 0;
  width: 65.5rem;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .bl_pc-2col_sp-1col_typeD .block-boxs .text-box {
    padding: 0;
    width: 59%;
  }
}

@media screen and (max-width: 767px) {
  .bl_pc-2col_sp-1col_typeD .block-boxs .text-box {
    padding: 0;
    width: 100%;
  }
}

.bl_pc-2col_sp-1col_typeD .block-boxs .text-box .headingB {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

.bl_pc-2col_sp-1col_typeD .block-boxs .text-box .headingB h3 {
  font-size: 3.1rem !important;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .bl_pc-2col_sp-1col_typeD .block-boxs .text-box .headingB h3 {
    font-size: 2.4rem !important;
  }
}

.bl_pc-2col_sp-1col_typeD .block-boxs .text-box .text-block_typeA .text_item {
  font-size: 1.8rem !important;
}

@media screen and (max-width: 767px) {
  .bl_pc-2col_sp-1col_typeD .block-boxs .text-box .text-block_typeA .text_item {
    font-size: 1.4rem !important;
  }
}

.bl_pc-2col_sp-1col_typeE {
  padding-top: 3rem;
}

@media screen and (min-width: 980px) {
  .bl_pc-2col_sp-1col_typeE {
    padding-top: 8rem;
  }
}

.bl_pc-2col_sp-1col_typeE .block-boxs {
  counter-reset: number 0;
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}

@media screen and (min-width: 980px) {
  .bl_pc-2col_sp-1col_typeE .block-boxs {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

.bl_pc-2col_sp-1col_typeE .block-boxs .block-box {
  display: inline-block;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 3.2rem;
  border-radius: 0.8rem;
  overflow: hidden;
  width: 100%;
  background: #fff;
}

.bl_pc-2col_sp-1col_typeE .block-boxs .block-box .main_image-box {
  position: relative;
}

.bl_pc-2col_sp-1col_typeE .block-boxs .block-box .main_image-box img {
  width: 100%;
  height: auto;
  display: block;
}

.bl_pc-2col_sp-1col_typeE .block-boxs .block-box .main_image-box:before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 5em solid transparent;
  border-left: 5em solid #16A6B9;
  /* ラベルの色はここで変更 */
  position: absolute;
  z-index: 100;
}

.bl_pc-2col_sp-1col_typeE .block-boxs .block-box .main_image-box:after {
  counter-increment: number 1;
  content: counter(number);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
  font-size: 2.4rem;
  color: #fff;
  padding: 1.6rem;
}

.bl_pc-2col_sp-1col_typeE .block-boxs .block-box .block_inner {
  padding: 1.6rem;
}

.bl_pc-2col_sp-1col_typeE .block-boxs .block-box .block_inner .headingA {
  padding: 0;
  text-align: left;
}

.bl_pc-2col_sp-1col_typeE .block-boxs .block-box .block_inner .headingA h2 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  letter-spacing: normal;
}

@media screen and (max-width: 767px) {
  .bl_pc-2col_sp-1col_typeE .block-boxs .block-box .block_inner .headingA h2 {
    font-size: 2.4rem;
  }
}

.bl_pc-2col_sp-1col_typeE .block-boxs .block-box .block_inner .headingB {
  padding-top: 2.4rem;
  padding-bottom: 1.6rem;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

.bl_pc-2col_sp-1col_typeE .block-boxs .block-box .block_inner .headingB h3 {
  font-size: 1.8rem;
  letter-spacing: normal;
  color: #2f4656;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .bl_pc-2col_sp-1col_typeE .block-boxs .block-box .block_inner .headingB h3 span {
    font-size: 1.4rem;
  }
}

.bl_pc-2col_sp-1col_typeE .block-boxs .block-box .block_inner .text-box p {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 1em;
  text-align: justify;
}

@media screen and (min-width: 980px) {
  .bl_pc-2col_sp-1col_typeE .block-boxs .block-box .block_inner .text-box p {
    font-size: 1.6rem;
  }
}

.bl_pc-2col_sp-1col_typeF {
  padding-top: 1em;
}

.bl_pc-2col_sp-1col_typeF .block-boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bl_pc-2col_sp-1col_typeF .block-boxs .youtube-box {
  width: 48%;
}

.bl_pc-3col_sp-2col {
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .bl_pc-3col_sp-2col {
    margin-bottom: 2rem;
  }
}

.bl_pc-3col_sp-2col .block-item {
  padding-top: 2.4rem;
  width: 31.2rem;
  margin-bottom: 2.4rem;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .bl_pc-3col_sp-2col .block-item {
    width: 31.2%;
    margin-bottom: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .bl_pc-3col_sp-2col .block-item {
    width: 48%;
    margin-bottom: 2rem;
    padding-top: 2rem;
  }
}

.bl_pc-3col_sp-2col .block-item .link-item {
  cursor: pointer;
  color: #333333;
}

.bl_pc-3col_sp-2col .block-item .link-item:hover {
  color: #11579d;
}

.bl_pc-3col_sp-2col .block-item .image-box {
  position: relative;
  margin-bottom: 0.8rem;
  border-radius: 4px;
  overflow: hidden;
  height: 19.3rem;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .bl_pc-3col_sp-2col .block-item .image-box {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .bl_pc-3col_sp-2col .block-item .image-box {
    height: auto;
  }
}

.bl_pc-3col_sp-2col .block-item .image-box img {
  width: 100%;
  height: 100%;
}

.bl_pc-3col_sp-2col .block-item .text-box {
  padding: 0 4px;
}

@media screen and (max-width: 767px) {
  .bl_pc-3col_sp-2col .block-item .text-box {
    text-align: center;
  }
}

.bl_pc-3col_sp-2col .block-item .text-box .text_item {
  margin-bottom: 0.8rem;
  color: #666666;
  font-size: 1.4rem;
}

.bl_pc-3col_sp-2col .block-item .text-box .title-item {
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .bl_pc-3col_sp-2col .block-item .text-box .title-item {
    line-height: 1.3;
  }
}

.bl_pc-3col_sp-2col .block-item .bacth_areaA {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 8px;
  left: 8px;
}

@media screen and (max-width: 767px) {
  .bl_pc-3col_sp-2col .block-item .bacth_areaA {
    top: 2px;
    left: 2px;
  }
}

.bl_pc-3col_sp-2col .block-item .bacth_areaA p {
  margin-left: 2px;
}

.bl_pc-3col_sp-2col .block-item .bacth_areaA .bacthA {
  white-space: nowrap;
  padding: 8px;
  background: #007BBB;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .bl_pc-3col_sp-2col .block-item .bacth_areaA .bacthA {
    font-size: 10px;
    padding: 4px;
  }
}

.bl_pc-3col_sp-2col .block-item .bacth_areaA .bacthB {
  white-space: nowrap;
  padding: 8px;
  background: #B7282E;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .bl_pc-3col_sp-2col .block-item .bacth_areaA .bacthB {
    font-size: 10px;
    padding: 4px;
  }
}

.bl_pc-3col_sp-2col .block-item .bacth_areaA .bacthC {
  white-space: nowrap;
  padding: 8px;
  background: #0daeb8;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .bl_pc-3col_sp-2col .block-item .bacth_areaA .bacthC {
    font-size: 10px;
    padding: 4px;
  }
}

.bl_pc-3col_sp-2col .block-item .bacth_areaB .bacthD {
  display: none;
  position: absolute;
  width: 100%;
  bottom: 0;
  white-space: nowrap;
  padding: 8px;
  background: #4cb72f;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .bl_pc-3col_sp-2col .block-item .bacth_areaB .bacthD {
    font-size: 12px;
    padding: 4px;
  }
}

.bl_pc-3col_sp-2col::after {
  content: "";
  display: block;
  width: 31.2rem;
  height: 0;
}

@media screen and (min-width: 980px) {
  .bl_pc-3col_sp-1col_typeB {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.bl_pc-3col_sp-1col_typeB .block-item {
  width: 31.2%;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .bl_pc-3col_sp-1col_typeB .block-item {
    width: 31.2%;
  }
}

@media screen and (max-width: 767px) {
  .bl_pc-3col_sp-1col_typeB .block-item {
    width: 100%;
  }
}

.bl_pc-3col_sp-1col_typeB .block-item .link-item {
  cursor: pointer;
  color: #333333;
}

.bl_pc-3col_sp-1col_typeB .block-item .link-item:hover {
  color: #11579d;
}

.bl_pc-3col_sp-1col_typeB .block-item .image-box {
  position: relative;
  margin-bottom: 0.8rem;
  border-radius: 4px;
  overflow: hidden;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .bl_pc-3col_sp-1col_typeB .block-item .image-box {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .bl_pc-3col_sp-1col_typeB .block-item .image-box {
    height: auto;
  }
}

.bl_pc-3col_sp-1col_typeB .block-item .image-box img {
  width: 100%;
  height: 100%;
}

.bl_pc-3col_sp-1col_typeB .block-item .text-box {
  text-align: center;
  padding: 0 4px;
}

.bl_pc-3col_sp-1col_typeB .block-item .text-box .text_item {
  margin-bottom: 0;
  color: #666666;
  font-size: 1.4rem !important;
}

.bl_pc-3col_sp-1col_typeB .block-item .text-box .title-item {
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .bl_pc-3col_sp-1col_typeB .block-item .text-box .title-item {
    line-height: 1.3;
  }
}

.bl_pc-4col_sp-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bl_pc-4col_sp-2col .block-item_banner,
.bl_pc-4col_sp-2col .block-item_event,
.bl_pc-4col_sp-2col .block-item_info,
.bl_pc-4col_sp-2col .block-item_tokusyu {
  width: 24.1rem;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .bl_pc-4col_sp-2col .block-item_banner,
  .bl_pc-4col_sp-2col .block-item_event,
  .bl_pc-4col_sp-2col .block-item_info,
  .bl_pc-4col_sp-2col .block-item_tokusyu {
    width: 24%;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {
  .bl_pc-4col_sp-2col .block-item_banner,
  .bl_pc-4col_sp-2col .block-item_event,
  .bl_pc-4col_sp-2col .block-item_info,
  .bl_pc-4col_sp-2col .block-item_tokusyu {
    width: 48%;
    margin-bottom: 16px;
  }
}

.bl_pc-4col_sp-2col .block-item_banner .link-item,
.bl_pc-4col_sp-2col .block-item_event .link-item,
.bl_pc-4col_sp-2col .block-item_info .link-item,
.bl_pc-4col_sp-2col .block-item_tokusyu .link-item {
  cursor: pointer;
  color: #333333;
}

.bl_pc-4col_sp-2col .block-item_banner .link-item:hover,
.bl_pc-4col_sp-2col .block-item_event .link-item:hover,
.bl_pc-4col_sp-2col .block-item_info .link-item:hover,
.bl_pc-4col_sp-2col .block-item_tokusyu .link-item:hover {
  color: #11579d;
}

.bl_pc-4col_sp-2col .block-item_banner .image-box,
.bl_pc-4col_sp-2col .block-item_event .image-box,
.bl_pc-4col_sp-2col .block-item_info .image-box,
.bl_pc-4col_sp-2col .block-item_tokusyu .image-box {
  margin-bottom: 1.6rem;
  border-radius: 4px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .bl_pc-4col_sp-2col .block-item_banner .image-box,
  .bl_pc-4col_sp-2col .block-item_event .image-box,
  .bl_pc-4col_sp-2col .block-item_info .image-box,
  .bl_pc-4col_sp-2col .block-item_tokusyu .image-box {
    margin-bottom: 0.8rem;
  }
}

.bl_pc-4col_sp-2col .block-item_banner .text-box,
.bl_pc-4col_sp-2col .block-item_event .text-box,
.bl_pc-4col_sp-2col .block-item_info .text-box,
.bl_pc-4col_sp-2col .block-item_tokusyu .text-box {
  padding: 0 4px;
}

.bl_pc-4col_sp-2col .block-item_banner .text-box .text-item,
.bl_pc-4col_sp-2col .block-item_event .text-box .text-item,
.bl_pc-4col_sp-2col .block-item_info .text-box .text-item,
.bl_pc-4col_sp-2col .block-item_tokusyu .text-box .text-item {
  margin-bottom: 0.8rem;
  color: #666666;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .bl_pc-4col_sp-2col .block-item_banner .text-box .text-item,
  .bl_pc-4col_sp-2col .block-item_event .text-box .text-item,
  .bl_pc-4col_sp-2col .block-item_info .text-box .text-item,
  .bl_pc-4col_sp-2col .block-item_tokusyu .text-box .text-item {
    font-size: 1.2rem;
  }
}

.bl_pc-4col_sp-2col .block-item_banner .text-box .title-item,
.bl_pc-4col_sp-2col .block-item_event .text-box .title-item,
.bl_pc-4col_sp-2col .block-item_info .text-box .title-item,
.bl_pc-4col_sp-2col .block-item_tokusyu .text-box .title-item {
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .bl_pc-4col_sp-2col .block-item_banner .text-box .title-item,
  .bl_pc-4col_sp-2col .block-item_event .text-box .title-item,
  .bl_pc-4col_sp-2col .block-item_info .text-box .title-item,
  .bl_pc-4col_sp-2col .block-item_tokusyu .text-box .title-item {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

.bl_pc-4col_sp-2col .block-item_info {
  margin-bottom: 1.6rem;
}

.bl_pc-4col_sp-2col .block-item_event {
  margin-bottom: 2.4rem;
}

.bl_pc-4col_sp-2col::before {
  content: "";
  display: block;
  width: 24.1rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.bl_pc-4col_sp-2col::after {
  content: "";
  display: block;
  width: 24.1rem;
  height: 0;
}

.contents-top .bl_pc-4col_sp-2col {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .contents-top .bl_pc-4col_sp-2col {
    width: 100%;
    margin: 0;
    padding: 0 16px;
  }
}

@media screen and (max-width: 767px) {
  .contents-top .bl_pc-4col_sp-2col {
    width: 100%;
    margin: 0;
    padding: 0 16px;
  }
}

.bl_pc-5col_sp-2col_typeA {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .bl_pc-5col_sp-2col_typeA {
    width: 100%;
    margin: 0;
    padding: 0 16px;
  }
}

@media screen and (max-width: 767px) {
  .bl_pc-5col_sp-2col_typeA {
    width: 100%;
    margin: 0;
    padding: 0 16px;
  }
}

.bl_pc-5col_sp-2col_typeA .block-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .bl_pc-5col_sp-2col_typeA .block-items {
    padding-bottom: 2.4rem;
  }
}

.bl_pc-5col_sp-2col_typeA .block-items .block-item {
  width: 18rem;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .bl_pc-5col_sp-2col_typeA .block-items .block-item {
    width: 18%;
  }
}

@media screen and (max-width: 767px) {
  .bl_pc-5col_sp-2col_typeA .block-items .block-item {
    width: 48%;
    margin-bottom: 1.6rem;
  }
}

.bl_pc-5col_sp-2col_typeA .block-items .block-item .link-item {
  cursor: pointer;
  color: #333333;
}

.bl_pc-5col_sp-2col_typeA .block-items .block-item .link-item:hover {
  color: #11579d;
}

.bl_pc-5col_sp-2col_typeA .block-items .block-item .image-box {
  margin-bottom: 0.8rem;
  border-radius: 4px;
  overflow: hidden;
}

.bl_pc-5col_sp-2col_typeA .block-items .block-item .text-box {
  padding: 0 4px;
}

.bl_pc-5col_sp-2col_typeA .block-items .block-item .text-box .title-item {
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .bl_pc-5col_sp-2col_typeA .block-items .block-item .text-box .title-item {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .bl_pc-5col_sp-2col_typeA .block-items .block-item:nth-child(1) {
    width: 100%;
  }
  .bl_pc-5col_sp-2col_typeA .block-items .block-item:nth-child(1) .image-box img {
    width: 100%;
    height: auto;
  }
}

.bl_pc-5col_sp-2col_typeB {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .bl_pc-5col_sp-2col_typeB {
    margin-bottom: 20px;
    padding: 0 16px;
  }
}

@media screen and (max-width: 767px) {
  .bl_pc-5col_sp-2col_typeB {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .bl_pc-5col_sp-2col_typeB {
    padding: 0 16px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.bl_pc-5col_sp-2col_typeB .block-item {
  margin: 0 6px;
  width: 24.1rem;
}

@media screen and (max-width: 767px) {
  .bl_pc-5col_sp-2col_typeB .block-item {
    width: 48%;
    margin: 0 0 1.6rem;
  }
}

.bl_pc-5col_sp-2col_typeB .block-item .link-item {
  color: #333333;
}

.bl_pc-5col_sp-2col_typeB .block-item .link-item:hover {
  color: #11579d;
}

.bl_pc-5col_sp-2col_typeB .block-item .link-item .image-box {
  height: 14.9rem;
  overflow: hidden;
  margin-bottom: 0.8rem;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .bl_pc-5col_sp-2col_typeB .block-item .link-item .image-box {
    height: 9rem;
  }
}

@media screen and (max-width: 767px) {
  .bl_pc-5col_sp-2col_typeB .block-item .link-item .image-box {
    height: 8.5rem;
  }
}

.bl_pc-5col_sp-2col_typeB .block-item .link-item .image-box img {
  width: 100%;
  height: auto;
}

.bl_pc-5col_sp-2col_typeB .block-item .link-item .text-box .title-item {
  text-align: center;
  line-height: 1.5;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .bl_pc-5col_sp-2col_typeB .block-item .link-item .text-box .title-item {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .bl_pc-5col_sp-2col_typeB .block-item .link-item .text-box .title-item {
    font-size: 1.4rem;
  }
}

.img-block_typeA {
  margin-bottom: 2.4rem;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 75%;
  position: relative;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*---------------------------------------
	heading-style
-----------------------------------------*/
/* for h2 */
.headingA {
  padding-top: 4rem;
  padding-bottom: 3.2rem;
  text-align: center;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

@media screen and (max-width: 767px) {
  .headingA {
    padding: 3.2rem 1.6rem 2.4rem 1.6rem;
    font-weight: bold;
  }
}

.headingA h2 {
  font-size: 3rem;
  letter-spacing: 0.1em;
  color: #2f4656;
  line-height: 1.4;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .headingA h2 {
    font-size: 2.8rem;
    letter-spacing: 0.05em;
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
  .headingA h2 {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    line-height: 1.3;
  }
}

.headingA .text-item {
  margin-top: 0.8rem;
}

@media screen and (max-width: 767px) {
  .headingA .text-item {
    font-size: 1.4rem;
  }
}

.headingA-reader {
  padding-bottom: 3.2rem;
  text-align: center;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

@media screen and (max-width: 767px) {
  .headingA-reader {
    padding: 0rem 1.6rem 2.4rem 1.6rem;
    font-weight: bold;
  }
}

.headingA-reader h2 {
  font-size: 3rem;
  letter-spacing: 0.1em;
  color: #2f4656;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .headingA-reader h2 {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    line-height: 1.3;
  }
}

.headingA-reader .text-item {
  margin-top: 0.8rem;
}

@media screen and (max-width: 767px) {
  .headingA-reader .text-item {
    font-size: 1.4rem;
  }
}

/* for h3 */
.headingB {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

@media screen and (max-width: 767px) {
  .headingB {
    padding: 2.4rem 0 1.6rem 0;
    font-weight: bold;
  }
}

.headingB h3 {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  color: #2f4656;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .headingB h3 {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 1.3;
  }
}

.headingB .text-item {
  margin-top: 0.8rem;
}

@media screen and (max-width: 767px) {
  .headingB .text-item {
    font-size: 1.4rem;
  }
}

/* for h4 */
.headingC {
  padding-bottom: 1.6rem;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

@media screen and (max-width: 767px) {
  .headingC {
    padding: 0rem 1.6rem 2.4rem 1.6rem;
    font-weight: bold;
  }
}

.headingC h4 {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #2f4656;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .headingC h4 {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.3;
  }
}

.headingC .text-item {
  margin-top: 0.8rem;
}

@media screen and (max-width: 767px) {
  .headingC .text-item {
    font-size: 1.4rem;
  }
}

/* for h5 */
/* -----------------------------------
	text-style
----------------------------------- */
.text-block_typeA .text_item,
.text-block_typeB .text_item,
.text-block_typeC .text_item {
  font-size: 1.6rem;
  line-height: 1.65;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  color: #2f4656;
}

@media screen and (max-width: 767px) {
  .text-block_typeA .text_item,
  .text-block_typeB .text_item,
  .text-block_typeC .text_item {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.text-block_typeB .text_item {
  text-align: center;
}

.text-block_typeC {
  border: 1px solid #2f4656;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 2em;
}

.text-block_typeC .oshirase_text-title {
  color: #b21a1a;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.text-block_typeC .oshirase_text {
  font-size: 1.6rem;
  line-height: 1.65;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  color: #2f4656;
}

.text-block_typeD {
  text-align: center;
  border: 1px solid #2f4656;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 2em;
}

.text-block_typeD .oshirase_text-title {
  color: #b21a1a;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.text-block_typeD .oshirase_text {
  font-size: 1.8rem;
  line-height: 1.65;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #2f4656;
}

/*---------------------------------------
	list-style
-----------------------------------------*/
.list_style_typeA .list_item {
  margin: 0.5em 1em;
  list-style: circle;
  line-height: 1.6;
}

.list_style_typeB {
  margin-bottom: 3rem;
}

.list_style_typeB .list_item {
  margin: 0.5em 0;
  line-height: 1.6;
  position: relative;
  counter-increment: section;
  padding-left: 30px;
}

.list_style_typeB .list_item::before {
  content: counter(section);
  display: inline-block;
  z-index: 100;
  padding: 2px 7px;
  text-align: center;
  color: #fff;
  background: #30325E;
  position: absolute;
  font-size: 12px;
  left: 0;
}

.list_style_typeC {
  margin-bottom: 3rem;
}

.list_style_typeC .list_items {
  list-style-type: square;
}

.list_style_typeC .list_item {
  margin: 0.5em 0;
  line-height: 1.6;
  margin-left: 2rem;
}

/*---------------------------------------
	definition-style
-----------------------------------------*/
.definitionA dt {
  font-weight: bold;
  color: #30325E;
  margin-bottom: 0.5em;
}

.definitionA dd {
  margin-bottom: 1.5em;
  line-height: 1.6;
}

/*---------------------------------------
	table
-----------------------------------------*/
.table-blockA {
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .table-blockA {
    margin-bottom: 0px;
  }
}

.table-blockA table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 40px;
  font-size: 1.6rem;
  color: #2f4656;
}

@media screen and (max-width: 767px) {
  .table-blockA table {
    font-size: 1.4rem;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0px;
  }
}

.table-blockA th {
  width: 20%;
  padding: 16px;
  border: 1px solid #ccc;
  background: #f5f5f5;
  line-height: 1.6;
  text-align: left;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .table-blockA th {
    display: block;
    width: 100%;
    padding: 8px;
  }
}

.table-blockA td {
  width: 80%;
  padding: 16px;
  border: 1px solid #ccc;
  text-align: left;
  line-height: 1.6;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .table-blockA td {
    display: block;
    width: 100%;
    padding: 8px;
    border-top: none;
    border-bottom: none;
  }
}

.table-blockA td a {
  word-break: break-all;
}

.table-blockB {
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .table-blockB {
    margin-bottom: 0px;
  }
}

.table-blockB table {
  margin-top: 8px;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 40px;
  font-size: 1.6rem;
  color: #2f4656;
}

@media screen and (max-width: 767px) {
  .table-blockB table {
    font-size: 1.4rem;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0px;
  }
}

.table-blockB th {
  padding: 16px;
  border: 1px solid #ccc;
  background: #f5f5f5;
  line-height: 1.6;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .table-blockB th {
    display: block;
    padding: 8px;
    width: 100%;
    font-weight: bold;
  }
}

.table-blockB td {
  padding: 16px;
  border: 1px solid #ccc;
  text-align: left;
  line-height: 1.6;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .table-blockB td {
    width: 100%;
    padding: 8px;
    display: block;
    border-top: none;
    border-bottom: none;
  }
}

.table-blockB td a {
  word-break: break-all;
}

.table-blockB td .report_block {
  margin-bottom: 0.5em;
}

.table-blockB .td01 {
  padding-bottom: 0 !important;
}

.formtable .requisite {
  color: #e33636;
  font-size: 14px;
  margin-left: 1em;
}

.formtable table {
  width: 100%;
  margin-bottom: 24px;
}

.formtable table th {
  background: #f5f5f5;
  width: 30%;
  vertical-align: top;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .formtable table th {
    display: block;
    width: 100%;
  }
}

.formtable table td {
  width: 70%;
  vertical-align: middle;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .formtable table td {
    display: block;
    width: 100%;
  }
}

.formtable th,
.formtable td {
  border: 1px solid #ccc;
  padding: 16px;
  vertical-align: middle;
}

/*---------------------------------------
	formstyle
-----------------------------------------*/
.formstyleA dt,
.formstyleA dd {
  font-size: 14px;
  display: inline;
  padding-right: 2px;
}

@media screen and (max-width: 767px) {
  .formstyleA dt,
  .formstyleA dd {
    display: block;
  }
}

.formstyleB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .formstyleB {
    display: block;
  }
}

.formstyleC {
  margin-bottom: 1em;
}

.formstyleC li {
  margin-bottom: .5em;
}

.textfild01 input {
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 80%;
  height: 30px;
  padding: 0 5px 0 5px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #c0c0c0;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #d9d9d9;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d9d9d9;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #d9d9d9;
}

@media screen and (max-width: 767px) {
  .textfild01 input {
    width: 100%;
    padding: 16px;
    margin: 0.5em 0;
  }
}

.textfild02 input {
  font-size: 15px;
  width: 70%;
  height: 30px;
  padding: 0 5px 0 5px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #c0c0c0;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #d9d9d9;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d9d9d9;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #d9d9d9;
}

@media screen and (max-width: 767px) {
  .textfild02 input {
    width: 100%;
    padding: 16px;
    margin: 0.5em 0;
  }
}

.textfild025 input {
  font-size: 15px;
  width: 20%;
  height: 30px;
  padding: 0 5px 0 5px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #c0c0c0;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #d9d9d9;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d9d9d9;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #d9d9d9;
}

@media screen and (max-width: 767px) {
  .textfild025 input {
    width: 35%;
    padding: 16px;
    margin: 0.5em 0;
  }
}

.textfild03 input {
  font-size: 15px;
  width: 20%;
  height: 30px;
  padding: 0 5px 0 5px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #c0c0c0;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #d9d9d9;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d9d9d9;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #d9d9d9;
}

.textfild04 input {
  font-size: 15px;
  width: 31.5%;
  height: 30px;
  padding: 0 5px 0 5px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #c0c0c0;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #d9d9d9;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d9d9d9;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #d9d9d9;
}

@media screen and (max-width: 767px) {
  .textfild04 input {
    width: 100%;
    padding: 16px;
    margin: 0.5em 0;
  }
}

.textfild05 textarea {
  font-size: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #c0c0c0;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #d9d9d9;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d9d9d9;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #d9d9d9;
  outline: 0;
}

.textfild06 input {
  font-size: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 30px;
  padding: 0 5px 0 5px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #c0c0c0;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #d9d9d9;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d9d9d9;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #d9d9d9;
}

.textfild07 input {
  font-size: 15px;
  width: 15%;
  height: 30px;
  padding: 0 5px 0 5px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #c0c0c0;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #d9d9d9;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d9d9d9;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #d9d9d9;
}

#formWrap h4 {
  font-weight: bold;
  font-weight: 18px;
  color: #212f62;
}

#formWrap .error_messe {
  color: #900;
}

#formWrap .backbtn input {
  font-size: 16px;
  padding: 16px 24px;
  color: #343434;
  border: 1px;
  border-radius: 8px;
  background: #ccc;
}

.inputbtn input {
  color: #fff;
  font-size: 16px;
  border: 1px;
  padding: 16px 24px;
  border-radius: 8px;
  background: #30325E;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.inputlist {
  text-align: center;
  padding-top: 24px;
}

.inputlist li {
  display: inline-block;
}

.backbtn input {
  color: #343434;
  font-size: 16px;
  border: 1px;
  padding: 16px 24px;
  border-radius: 8px;
  background: #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wpcf7 input[type="submit"]:disabled {
  background: #cccccc;
}

input[type=text],
input[type=tel],
input[type=email] {
  font-size: 16px;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type='text']:focus,
input[type='password']:focus,
textarea:focus,
input[type='text']:hover,
input[type='password']:hover,
textarea:hover {
  border: 1px solid #0080cc;
}

select {
  font-size: 16px;
  height: 35px;
}

/* -----------------------------------
	form items
----------------------------------- */
form {
  margin: 0;
  padding: 0;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
  display: block;
  color: #e33636;
}

.screen-reader-response {
  display: none;
}

.wpcf7c-conf {
  color: black !important;
  border: 1px solid #192f70 !important;
  background-color: #f5f5f5 !important;
}

div.wpcf7-mail-sent-ok {
  font-size: 18px !important;
  text-align: center !important;
  background: #ffacac !important;
}

div.wpcf7-response-output {
  padding: 16px !important;
  border: none !important;
}

.btn-more {
  padding: 3.2rem 0 4rem 0;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .btn-more {
    padding: 1.6rem 0 3.2rem 0;
  }
}

@media screen and (max-width: 767px) {
  .btn-more {
    padding: 1.6rem 0 3.2rem 0;
  }
}

.btn-more .btn-item .link-item {
  display: block;
  border: 1px solid #30325e;
  padding: 16px;
  text-align: center;
  width: 25rem;
  margin: 0 auto;
  color: #30325e;
  background: #fff;
  border-radius: 4px;
  -webkit-transition: .4s;
  transition: .4s;
}

.btn-more .btn-item .link-item:hover {
  background: #30325e;
  color: #fff;
}

.link_btn {
  padding: 3.2rem 0 4rem 0;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .link_btn {
    padding: 1.6rem 0 3.2rem 0;
  }
}

@media screen and (max-width: 767px) {
  .link_btn {
    padding: 1.6rem 0 3.2rem 0;
  }
}

.link_btn a {
  display: inline-block;
  border: 1px solid #dd7d00;
  padding: 16px;
  text-align: center;
  color: #fff;
  background: #dd7d00;
  border-radius: 8px;
  -webkit-transition: .4s;
  transition: .4s;
}

.link_btn a:hover {
  background: #c68700;
  color: #fff;
}

.image_max_button .button-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.image_max_button .button-items .button-item {
  width: 33.33%;
  background: #000;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .image_max_button .button-items .button-item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .image_max_button .button-items .button-item {
    width: 50%;
  }
}

.image_max_button .button-items .button-item .link-item .link_item_text {
  position: absolute;
  text-align: center;
  display: block;
  width: 100%;
  top: 50%;
  font-size: 3.2rem;
  margin-top: -10px;
  color: #fff;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  opacity: 1.0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .image_max_button .button-items .button-item .link-item .link_item_text {
    font-size: 2.4rem;
  }
}

.image_max_button .button-items .button-item .link-item .img_item {
  width: 100%;
  opacity: 0.7;
}

.image_max_button .button-items .button-item .link-item:hover .img_item {
  opacity: 1.0;
  -webkit-transition: .8s;
  transition: .8s;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .favorite_btn_blockA {
    position: absolute;
    top: 14px;
  }
  .favorite_btn_blockA .btn_item .link_item {
    display: inline-block;
    background: #C45C90;
    padding: 12px 16px;
    color: #fff;
    border-radius: 8px;
    color: #fff;
  }
  .favorite_btn_blockA .btn_item .link_item:hover {
    background: #af4479;
  }
}

@media screen and (max-width: 767px) {
  .favorite_btn_blockA {
    position: absolute;
    top: 14px;
  }
  .favorite_btn_blockA .btn_item .link_item {
    display: inline-block;
    background: #C45C90;
    padding: 12px 16px;
    color: #fff;
    border-radius: 8px;
    color: #fff;
  }
  .favorite_btn_blockA .btn_item .link_item:hover {
    background: #af4479;
  }
}

.favorite_btn_blockB .btn_item a {
  color: #C45C90;
  width: 21rem;
  display: block;
  text-align: center;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid #C45C90;
}

.favorite_btn_blockB .btn_item a:hover {
  background: #C45C90;
  color: #fff;
}

.side .favorite_btn_blockB {
  width: 100%;
  margin-bottom: 3.2rem;
}

.edd_purchase_submit_wrapper a,
.edd_purchase_submit_wrapper input {
  padding: 16px;
  width: 200px;
}

.edd_purchase_submit_wrapper a:hover,
.edd_purchase_submit_wrapper input:hover {
  background: #286193;
}

.new_icon {
  background: #ce2121;
  font-size: 12px;
  color: #fff;
  padding: 2px 4px;
}

@media screen and (max-width: 767px) {
  .new_icon {
    font-size: 10px;
  }
}

.bacthE {
  padding: 8px;
  margin: 0 8px;
  background: #4cb72f;
  color: #fff;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .bacthE {
    font-size: 12px;
    padding: 4px;
  }
}

.edit_area {
  font-size: 1.6rem;
  line-height: 1.65;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  color: #2f4656;
  margin-bottom: 3.2rem;
}

@media screen and (max-width: 767px) {
  .edit_area {
    line-height: 1.45;
  }
}

.edit_area p {
  margin-bottom: 1em;
}

.edit_area p strong {
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}

.edit_area .text-color-redA {
  color: #bc3838;
}

.edit_area .text-color-redB {
  color: #bc3838;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .edit_area .text-color-redB {
    font-size: 16px;
  }
}

.edit_area .text-color-blueA {
  color: #3851bc;
}

.edit_area .text-color-blueB {
  color: #3851bc;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .edit_area .text-color-blueB {
    font-size: 16px;
  }
}

.edit_area .text-color-greenA {
  color: #157e15;
}

.edit_area .text-color-greenB {
  color: #157e15;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .edit_area .text-color-greenB {
    font-size: 16px;
  }
}

.utility_block {
  background: #f5f5f5;
}

.utility_block .inner {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 0;
}

.utility_block .inner .keywords_block {
  border: 1px solid #ccc;
  background: #fff;
  padding: 8px 16px;
  width: 34rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.utility_block .inner .keywords_block form {
  width: 100%;
}

.utility_block .inner .keywords_block .serch_text {
  width: 88%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  border: none;
}

.utility_block .inner .keywords_block .serch_submit {
  font-size: 16px;
  border: none;
  cursor: pointer;
  background: none;
}

.utility_block .inner .keywords_block .serch_submit:hover {
  color: #939393;
}

.utility_block .inner .favorite_btn_blockA .btn_item .link_item {
  display: block;
  background: #C45C90;
  padding: 12px 16px;
  color: #fff;
  border-radius: 8px;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.utility_block .inner .favorite_btn_blockA .btn_item .link_item:hover {
  background: #af4479;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .utility_block {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .utility_block {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .keywords_block {
    margin-top: 8px;
    border: 1px solid #ccc;
    background: #fff;
    padding: 8px 16px;
    width: 34rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 1.9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .keywords_block form {
    width: 100%;
  }
  .keywords_block .serch_text {
    width: 81%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 16px;
    border: none;
  }
  .keywords_block .serch_submit {
    font-size: 16px;
    border: none;
    cursor: pointer;
    background: none;
  }
  .keywords_block .serch_submit:hover {
    color: #939393;
  }
}

@media screen and (max-width: 767px) {
  .keywords_block {
    margin-top: 8px;
    border: 1px solid #ccc;
    background: #fff;
    padding: 8px 16px;
    width: 34rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 1.9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .keywords_block form {
    width: 100%;
  }
  .keywords_block .serch_text {
    width: 81%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 16px;
    border: none;
  }
  .keywords_block .serch_submit {
    font-size: 16px;
    border: none;
    cursor: pointer;
    background: none;
  }
  .keywords_block .serch_submit:hover {
    color: #939393;
  }
}

.weather_block {
  background: #f0f0f0;
}

.weather_block .inner {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .weather_block .inner {
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .weather_block .inner {
    width: 100%;
    margin: 0;
  }
}

.breadcrumb-area {
  width: 1000px;
  margin: 0 auto;
  padding: 8px 0;
  line-height: 1.4;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .breadcrumb-area {
    width: 100%;
    margin: 0;
    padding: 0 16px;
    font-size: 1.4rem;
    padding-top: 108px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumb-area {
    width: 100%;
    margin: 0;
    padding: 0 16px;
    font-size: 1.4rem;
    padding-top: 80px;
    line-height: 1.4;
  }
}

.breadcrumb-area a {
  color: #333;
}

.breadcrumb-area a:hover {
  color: #0378da;
  text-decoration: none;
}

.breadcrumb-area span:last-child {
  font-weight: bold;
  color: #30325E;
}

.otoiawase_block {
  margin-bottom: 3.2rem;
  background: #f5f5f5;
  padding: 2.4rem;
  border-radius: 0.8rem;
}

@media screen and (max-width: 767px) {
  .otoiawase_block {
    padding: 1.6rem;
  }
}

.otoiawase_block .otoiawase_title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
  color: #30325E;
}

.otoiawase_block .edit_area {
  word-wrap: break-word;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .otoiawase_block .edit_area {
    font-size: 1.4rem;
  }
}

.pagination {
  text-align: center;
  margin-bottom: 3.2rem;
}

.pagination .page-numbers {
  color: #30325E;
  border: 1px solid #333;
  padding: 8px 10px;
  margin: 0 4px;
}

@media screen and (max-width: 767px) {
  .pagination .page-numbers {
    display: inline-block;
    margin-bottom: 1em;
  }
}

.pagination .page-numbers.current {
  color: #fff;
  border: 1px solid #30325E;
  background: #30325E;
}

.pagenavi_block {
  border-top: 1px solid #ccc;
  padding-top: 3.2rem;
}

@media screen and (max-width: 767px) {
  .pagenavi_block {
    margin-bottom: 3.2rem;
  }
}

.pagenavi_block .list_items {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pagenavi_block .list_items .list_item {
  border: 1px solid #333;
  padding: 8px 10px;
  margin: 0 4px;
}

.pagenavi_block .list_items .link_item {
  display: block;
  color: #2f4656;
  -webkit-transition: .3s;
  transition: .3s;
}

.pagenavi_block .list_items .link_item:hover {
  color: #11579d;
}

.pagenavi_block-typeB {
  border-top: 1px solid #ccc;
  padding-top: 3.2rem;
}

@media screen and (max-width: 767px) {
  .pagenavi_block-typeB {
    margin-bottom: 3.2rem;
  }
}

.pagenavi_block-typeB .list_items {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pagenavi_block-typeB .list_items a {
  border: 1px solid #333;
  padding: 8px 10px;
  margin: 0 4px;
  display: block;
  color: #2f4656;
  -webkit-transition: .3s;
  transition: .3s;
}

.pagenavi_block-typeB .list_items a:hover {
  color: #11579d;
}

.youtube_block_typeB {
  width: 72.7rem;
  margin: 0 auto;
  margin-top: 3.2rem;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .youtube_block_typeB {
    width: 100%;
    margin-top: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .youtube_block_typeB {
    width: 100%;
    margin-top: 2.4rem;
  }
}

.youtube_block_typeB iframe {
  width: 100%;
}

.banner {
  width: 1000px;
  margin: 0 auto;
  padding-top: 32px;
}

@media screen and (max-width: 767px) {
  .banner {
    width: 100%;
    margin: 0 auto;
    padding-top: 16px;
	  padding-left: 16px;
	  padding-right: 16px;
  }
  .banner img {
    width: 100%;
    margin: 0 auto;
  }
}

/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
/* Welcome to Compass. Use this file to write IE specific override styles.
 * Import this file using the following HTML or equivalent:
 * <!--[if IE]>
 *   <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
 * <![endif]--> */
