@charset "UTF-8";
/*! ========================================
※※※※※※※※※※※※※※※※※※※※※※※※※※※
  このCSSファイルはSassから生成されていますので、
  編集しないようご注意ください。
※※※※※※※※※※※※※※※※※※※※※※※※※※※
========================================= */
body {
  font-weight: 500;
  color: #111; }
  @media screen and (max-width: 600px) {
    body {
      font-size: 1.3rem;
      text-align: left; } }

.skipLink {
  opacity: 0;
  position: absolute;
  top: -50px; }

.pc {
  display: block; }
  @media screen and (max-width: 600px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 600px) {
    .sp {
      display: block; } }

#container {
  line-height: 1.8; }

.contents {
  max-width: 1200px;
  padding: 65px 0;
  margin: 0 auto; }
  @media screen and (max-width: 1200px) {
    .contents {
      margin: 0 30px; } }
  @media screen and (max-width: 600px) {
    .contents {
      margin: 0 0px; } }
  .contents .contents__inner {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 600px) {
      .contents .contents__inner {
        display: block;
        margin: 0 20px; } }
    .contents .contents__inner .contents__main {
      width: 69%;
      /*max-width: 830px;*/ }
      @media screen and (max-width: 600px) {
        .contents .contents__inner .contents__main {
          max-width: 100%;
          width: 100%; } }
    .contents .contents__inner .contents__sideber {
      width: 27%;
      /*max-width: 320px;*/
      padding: 0;
      /*padding: 64px 0 0;*/ }
      @media screen and (max-width: 600px) {
        .contents .contents__inner .contents__sideber {
          max-width: 100%;
          width: 100%; } }

　
p {
  margin: 0 0 20px; }
  　
  p .indentfront {
    text-indent: -1em;
    padding-left: 2em;
    padding-bottom: 0 !important;
    margin: 0 0 0 1em !important; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #3164BD;
  text-decoration: none;
  border-style: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  a:hover {
    text-decoration: none;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }

/*

 header
-----------------------------------*/
header {
  width: 100%;
  position: fixed;
  z-index: 9999;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.2); }
  header .header__inner {
    width: 100%;
    box-sizing: border-box;
    padding: 30px 25px;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 1024px) {
      header .header__inner {
        overflow: hidden;
        padding: 15px 0; } }
    @media screen and (max-width: 600px) {
      header .header__inner {
        padding: 15px 0;
        display: block; } }
  header .logo {
    margin: -5px 30px 0 0;
    float: left; }
    @media screen and (max-width: 1200px) {
      header .logo {
        margin: -5px 20px 0 0; } }
    @media screen and (max-width: 1024px) {
      header .logo {
        float: none;
        margin: 0 0 0 20px; } }
    @media screen and (max-width: 600px) {
      header .logo {
        float: none;
        margin: 0 0 0 15px; } }
    header .logo img {
      width: auto;
      height: 45px; }
      @media screen and (max-width: 1024px) {
        header .logo img {
          height: 40px; } }
      @media screen and (max-width: 600px) {
        header .logo img {
          height: 28px; } }
  @media screen and (max-width: 600px) {
    header .header__nav {
      /*display: none;*/ } }
  header .header__nav ul {
    margin: 10px 0 0;
    display: flex;
    justify-content: flex-start; }
    @media screen and (max-width: 1024px) {
      header .header__nav ul {
        display: flex;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        margin: 20px 0 0;
        justify-content: center; } }
    @media screen and (max-width: 600px) {
      header .header__nav ul {
        display: block;
        border-top: 1px solid #eee;
        border-bottom: none;
        margin: 20px 0 0; } }
    header .header__nav ul li {
      margin: 0 30px 0 0; }
      @media screen and (max-width: 1200px) {
        header .header__nav ul li {
          margin: 0 20px 0 0; } }
      @media screen and (max-width: 1024px) {
        header .header__nav ul li {
          margin: 0; } }
      @media screen and (max-width: 600px) {
        header .header__nav ul li {
          margin: 0;
          border-bottom: 1px solid #eee; } }
    header .header__nav ul a {
      color: #111;
      font-size: 1.5rem;
      font-weight: 700; }
      @media screen and (max-width: 1024px) {
        header .header__nav ul a {
          font-size: 1.4rem;
          padding: 20px;
          text-align: center;
          display: block; } }
      @media screen and (max-width: 600px) {
        header .header__nav ul a {
          padding: 20px;
          text-align: center;
          display: block; } }
  header .header__description {
    background: #3164BD;
    padding: 10px 10px;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 600px) {
      header .header__description {
        padding: 5px 10px; } }
    header .header__description h1 {
      font-size: 1.1rem;
      color: #fff;
      font-weight: 500; }
      @media screen and (max-width: 600px) {
        header .header__description h1 {
          font-size: 1.0rem; } }
    header .header__description .header__sns {
      display: flex; }
      @media screen and (max-width: 600px) {
        header .header__description .header__sns {
          display: none; } }
      header .header__description .header__sns .header__sns--item {
        margin: 0 5px;
        line-height: 1; }
  header .header__sns--sp {
    display: none; }
    @media screen and (max-width: 600px) {
      header .header__sns--sp {
        display: flex;
        justify-content: center;
        margin: 20px 0 5px; } }
    header .header__sns--sp .header__sns--item {
      margin: 0 5px;
      line-height: 1; }
      header .header__sns--sp .header__sns--item img {
        width: 22px;
        height: auto; }
  header .search {
    display: none;
    width: 280px;
    position: relative;
    position: absolute;
    top: 28px;
    right: 25px; }
    @media screen and (max-width: 1200px) {
      header .search {
        width: 200px; } }
    @media screen and (max-width: 1024px) {
      header .search {
        position: relative;
        top: auto;
        right: auto;
        width: auto;
        margin: 20px 15px 10px; } }
    @media screen and (max-width: 600px) {
      header .search {
        position: relative;
        top: auto;
        right: auto;
        width: auto;
        margin: 20px 15px 10px; } }
  header .search__input {
    width: 100%;
    height: 44px;
    line-height: 1;
    background: #F2F2F2;
    border: none;
    color: #111;
    border-radius: 50px !important;
    outline: none;
    padding-left: 20px !important;
    padding-right: 46px;
    box-sizing: border-box; }
    header .search__input::placeholder {
      color: #111;
      font-weight: 600; }
  header .search__button {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: auto;
    left: auto;
    font-family: "icomoon",sans-serif;
    color: #fff;
    width: 14px;
    height: 14px;
    background: none !important;
    border: none;
    border-radius: 0;
    outline: none; }
  header .nav__sp {
    display: block; }
    @media screen and (max-width: 1024px) {
      header .nav__sp {
        display: none; } }

#nav-toggle {
  display: none; }
  @media screen and (max-width: 1024px) {
    #nav-toggle {
      width: 36px;
      height: 36px;
      cursor: pointer;
      z-index: 9900 !important;
      background: #3164BD;
      box-sizing: border-box;
      padding: 11px 10px;
      display: block;
      border-radius: 4px;
      position: absolute;
      top: 17px;
      right: 18px; } }
  @media screen and (max-width: 600px) {
    #nav-toggle {
      top: 12px;
      right: 12px; } }

#nav-toggle div {
  position: relative; }

#nav-toggle span {
  display: block;
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -ms-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out; }

#nav-toggle span:nth-child(1) {
  top: 0; }

#nav-toggle span:nth-child(2) {
  top: 6px; }

#nav-toggle span:nth-child(3) {
  top: 12px; }

#nav-toggle.active span:nth-child(1) {
  top: 6px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg); }

#nav-toggle.active span:nth-child(2) {
  width: 0;
  left: 50%; }

#nav-toggle.active span:nth-child(3) {
  top: 6px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  -o-transform: rotate(-315deg);
  transform: rotate(-315deg); }

/*

 footer
-----------------------------------*/
footer {
  margin: 50px 0 0; }
  @media screen and (max-width: 600px) {
    footer {
      margin: 0; } }
  footer .footer__inner {
    max-width: 1200px;
    padding: 0 0 30px;
    margin: 0 auto; }
    @media screen and (max-width: 1200px) {
      footer .footer__inner {
        margin: 0 30px; } }
    @media screen and (max-width: 600px) {
      footer .footer__inner {
        margin: 0 20px; } }
    footer .footer__inner .footer__description {
      font-size: 1.2rem;
      text-align: center; }
      @media screen and (max-width: 600px) {
        footer .footer__inner .footer__description {
          font-size: 1.1rem;
          text-align: left; } }
    footer .footer__inner .footer__banner {
      display: flex;
      width: 102%;
      margin: 0 auto 50px;
      flex-wrap: wrap; }
      @media screen and (max-width: 600px) {
        footer .footer__inner .footer__banner {
          margin: -40px auto 50px; } }
      footer .footer__inner .footer__banner .footer__banner--item {
        width: 22.9%;
        margin: 0 2% 2% 0; }
        @media screen and (max-width: 600px) {
          footer .footer__inner .footer__banner .footer__banner--item {
            width: 48%; } }
        footer .footer__inner .footer__banner .footer__banner--item img {
          width: 100%;
          height: 140px;
          object-fit: contain; }
          @media screen and (max-width: 1024px) {
            footer .footer__inner .footer__banner .footer__banner--item img {
              height: 110px; } }
          @media screen and (max-width: 768px) {
            footer .footer__inner .footer__banner .footer__banner--item img {
              height: 80px; } }
          @media screen and (max-width: 600px) {
            footer .footer__inner .footer__banner .footer__banner--item img {
              height: 90px; } }
    footer .footer__inner .footer__logo {
      text-align: center;
      margin: 0 0 30px; }
      footer .footer__inner .footer__logo a {
        margin: 0 15px; }
      footer .footer__inner .footer__logo .footer__logo--umi img {
        width: auto;
        height: 53px; }
        @media screen and (max-width: 600px) {
          footer .footer__inner .footer__logo .footer__logo--umi img {
            width: auto;
            height: 43px;
            margin: 0 0 20px; } }
      footer .footer__inner .footer__logo .footer__logo--zaidan img {
        width: auto;
        height: 45px; }
        @media screen and (max-width: 600px) {
          footer .footer__inner .footer__logo .footer__logo--zaidan img {
            height: 33px;
            margin: 0 0 20px; } }
  footer .copyright {
    background-color: #3164bd;
    color: #fff;
    text-align: center;
    font-size: 1.1rem;
    padding: 20px; }
    @media screen and (max-width: 600px) {
      footer .copyright {
        padding: 0 15px 15px;
        font-size: 1.0rem; } }

a.topBtn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: block;
  width: 37px;
  height: 37px;
  z-index: 999;
  display: none;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (max-width: 600px) {
    a.topBtn {
      width: 27px;
      height: 27px; } }
  a.topBtn img {
    width: 100%;
    height: auto; }

a:hover.topBtn {
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

/*

 top
-----------------------------------*/
.wave__01 {
  width: 100%;
  height: 9px;
  background: url("../img/renew_wave01.png") bottom left repeat-x;
  background-size: auto 9px;
  display: block;
  margin: 0 0 -1px; }

.wave__02 {
  width: 100%;
  height: 9px;
  background: url("../img/renew_wave02.png") top left repeat-x;
  background-size: auto 9px;
  display: block; }

.top__kv {
  position: relative !important;
  text-align: center;
  color: #fff;
  background: #0065C8 url("../img/kv_bg.jpg") bottom center no-repeat;
  background-size: cover;
  overflow: hidden; }
  @media screen and (max-width: 600px) {
    .top__kv {
      background: #0065C8 url("../img/kv_bg_sp.jpg") bottom left no-repeat;
      background-size: 100% auto; } }
  .top__kv .top__kv--inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 210px 0 0; }
    @media screen and (max-width: 1200px) {
      .top__kv .top__kv--inner {
        margin: 0 30px; } }
    @media screen and (max-width: 1024px) {
      .top__kv .top__kv--inner {
        margin: 0 30px;
        padding: 170px 0 0; } }
    @media screen and (max-width: 600px) {
      .top__kv .top__kv--inner {
        margin: 0 0;
        padding: 110px 0 0; } }
  .top__kv .wave__01 {
    position: absolute;
    bottom: 0px;
    z-index: 101; }

.top__kv--colbox {
  width: 104%;
  margin: 0 0 60px;
  overflow: hidden; }
  @media screen and (max-width: 600px) {
    .top__kv--colbox {
      display: block;
      width: auto;
      margin: 0 20px; } }
  .top__kv--colbox .post__colbox--item:first-child {
    float: left;
    margin: 0 3% 0 0;
    width: 47%;
    display: block;
    padding: 0; }
    @media screen and (max-width: 768px) {
      .top__kv--colbox .post__colbox--item:first-child {
        padding: 0 0 100px; } }
    @media screen and (max-width: 600px) {
      .top__kv--colbox .post__colbox--item:first-child {
        margin: 0 0 0 0;
        width: 100%;
        padding: 0; } }
    .top__kv--colbox .post__colbox--item:first-child a {
      color: #111;
      display: block; }
    .top__kv--colbox .post__colbox--item:first-child .img {
      width: 100%;
      height: auto;
      aspect-ratio: 16 / 10;
      border-radius: 8px;
      position: relative;
      overflow: hidden;
      box-sizing: border-box;
      margin: 0 0 20px; }
      .top__kv--colbox .post__colbox--item:first-child .img img {
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: none;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    @supports (object-fit: cover) {
      .top__kv--colbox .post__colbox--item:first-child .img img {
        position: static;
        height: 100%;
        width: 100%;
        object-fit: cover;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none; } }
    .top__kv--colbox .post__colbox--item:first-child .txt {
      width: 100%;
      margin: 0;
      text-align: left; }
      .top__kv--colbox .post__colbox--item:first-child .txt h3 {
        font-size: 1.6rem;
        font-weight: bold;
        margin: 0 0 20px;
        line-height: 1.7;
        color: #fff;
        text-align: left;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3; }
  .top__kv--colbox .post__colbox--item:nth-child(3) {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 30px 0;
    margin: 30px 0; }
    @media screen and (max-width: 600px) {
      .top__kv--colbox .post__colbox--item:nth-child(3) {
        border: none;
        padding: 0;
        margin: 0; } }
  .top__kv--colbox .post__colbox--item {
    margin: 0 3% 0 0;
    width: 47%;
    float: left; }
    @media screen and (max-width: 600px) {
      .top__kv--colbox .post__colbox--item {
        width: 100%;
        margin: 0 0 25px; } }
    .top__kv--colbox .post__colbox--item a {
      color: #111;
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      @media screen and (max-width: 600px) {
        .top__kv--colbox .post__colbox--item a {
          display: block; } }
    .top__kv--colbox .post__colbox--item .img {
      width: 30%;
      height: auto;
      aspect-ratio: 16 / 10;
      border-radius: 8px;
      position: relative;
      overflow: hidden;
      box-sizing: border-box; }
      @media screen and (max-width: 600px) {
        .top__kv--colbox .post__colbox--item .img {
          width: 100%;
          margin: 0 0 20px; } }
      .top__kv--colbox .post__colbox--item .img img {
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: none;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    @supports (object-fit: cover) {
      .top__kv--colbox .post__colbox--item .img img {
        position: static;
        height: 100%;
        width: 100%;
        object-fit: cover;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none; } }
    .top__kv--colbox .post__colbox--item .txt {
      width: 67%;
      margin: 0;
      text-align: left; }
      @media screen and (max-width: 600px) {
        .top__kv--colbox .post__colbox--item .txt {
          width: 100%; } }
      .top__kv--colbox .post__colbox--item .txt h3 {
        font-size: 1.5rem;
        font-weight: bold;
        margin: 0 0 20px;
        line-height: 1.7;
        color: #fff;
        text-align: left;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3; }
        @media screen and (max-width: 1024px) {
          .top__kv--colbox .post__colbox--item .txt h3 {
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2; } }
      .top__kv--colbox .post__colbox--item .txt .info__area {
        display: flex;
        margin: 0 0 12px;
        align-items: center; }
        .top__kv--colbox .post__colbox--item .txt .info__area .category {
          background: #002A72;
          color: #fff;
          padding: 5px;
          width: 70px;
          text-align: center;
          font-size: 1.1rem;
          line-height: 1.0;
          margin: 0 10px 0 0; }
        .top__kv--colbox .post__colbox--item .txt .info__area .day {
          color: #fff;
          font-size: 1.4rem; }

.ttl__main {
  font-size: 2.8rem !important;
  position: relative;
  font-weight: bold;
  padding: 0 0 20px;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .ttl__main {
      font-size: 2.9rem !important;
      margin: 0 0 15px; } }
  @media screen and (max-width: 600px) {
    .ttl__main {
      font-size: 2.2rem !important;
      margin: 0; } }
  .ttl__main span {
    font-size: 1.4rem;
    color: #3164BD;
    margin: 0 0 0 20px; }
    @media screen and (max-width: 768px) {
      .ttl__main span {
        font-size: 1.3rem; } }
    @media screen and (max-width: 600px) {
      .ttl__main span {
        font-size: 1.2rem; } }

/* col */
.post__colbox2 {
  display: flex;
  flex-wrap: wrap;
  width: 103%;
  margin: 0 0 0 -1.5%;
  align-items: flex-start !important; }
  @media screen and (max-width: 600px) {
    .post__colbox2 {
      display: block;
      width: 100%;
      margin: 0; } }
  .post__colbox2 .post__colbox--item {
    margin: 0 1.5% 4%;
    width: 47%; }
    @media screen and (max-width: 600px) {
      .post__colbox2 .post__colbox--item {
        width: 100%;
        margin: 0 0 25px; } }
    .post__colbox2 .post__colbox--item a {
      color: #111; }
    .post__colbox2 .post__colbox--item .img {
      width: 100%;
      height: auto;
      aspect-ratio: 16 / 10;
      border-radius: 8px;
      position: relative;
      overflow: hidden;
      border: 1px solid #ddd;
      box-sizing: border-box; }
      .post__colbox2 .post__colbox--item .img img {
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: none;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    @supports (object-fit: cover) {
      .post__colbox2 .post__colbox--item .img img {
        position: static;
        height: 100%;
        width: 100%;
        object-fit: cover;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none; } }
    .post__colbox2 .post__colbox--item .txt {
      margin: 20px 0 0; }
      .post__colbox2 .post__colbox--item .txt h3 {
        font-size: 1.5rem;
        font-weight: bold !important;
        margin: 0 0 20px;
        line-height: 1.7; }
        @media screen and (max-width: 600px) {
          .post__colbox2 .post__colbox--item .txt h3 {
            margin: 0 !important; } }
      .post__colbox2 .post__colbox--item .txt .day {
        font-size: 1.2rem; }
        .post__colbox2 .post__colbox--item .txt .day span {
          color: #3164BD;
          margin: 0 0 0 10px; }
    .post__colbox2 .post__colbox--item .info__area {
      display: flex;
      margin: 0 0 12px;
      align-items: center; }
      .post__colbox2 .post__colbox--item .info__area .category {
        background: #3164BD;
        color: #fff;
        padding: 5px;
        width: 70px;
        text-align: center;
        font-size: 1.1rem;
        line-height: 1.0;
        margin: 0 10px 0 0; }
      .post__colbox2 .post__colbox--item .info__area .day {
        color: #3164BD;
        font-size: 1.4rem; }

/* btn */
.btn__more a {
  background: #EDF5FC url("../img/renew_icon_arrow_blue.svg") center right 20px no-repeat;
  text-align: center;
  color: #3164BD;
  border-radius: 50px;
  padding: 20px;
  box-sizing: border-box;
  font-weight: bold;
  display: block;
  font-size: 1.6rem; }
  @media screen and (max-width: 600px) {
    .btn__more a {
      background: #EDF5FC url("../img/renew_icon_arrow_blue.svg") center right 15px no-repeat;
      font-size: 1.4rem; } }

/*

 second detail
-----------------------------------*/
.breadcrumb {
  padding: 110px 0 80px; }
  @media screen and (max-width: 1024px) {
    .breadcrumb {
      padding: 70px 0 80px; } }
  @media screen and (max-width: 600px) {
    .breadcrumb {
      padding: 35px 15px 12px;
      margin: 0 0 30px;
      background: #f9f9f9; } }
  .breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none; }
    .breadcrumb ul li {
      font-size: 1.3rem; }
      @media screen and (max-width: 600px) {
        .breadcrumb ul li {
          font-size: 1.0rem; } }

.breadcrumb ul li:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 10px;
  background: url("../img/icon_arrow.svg") center center no-repeat;
  background-size: 3.5px auto;
  margin: 0 .7em; }
  @media screen and (max-width: 600px) {
    .breadcrumb ul li:not(:last-of-type)::after {
      width: 5px;
      background: url("../img/icon_arrow.svg") top 3.5px center no-repeat;
      background-size: 3.5px auto; } }

.post__detail .info__area {
  display: flex;
  margin: 0 0 12px;
  align-items: center; }
  .post__detail .info__area .category {
    background: #3164BD;
    color: #fff;
    padding: 5px;
    width: 70px;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.0;
    margin: 0 10px 0 0; }
  .post__detail .info__area .day {
    color: #3164BD;
    font-size: 1.4rem; }
.post__detail .post__detail--contents {
  padding: 15px 0 50px; }
  @media screen and (max-width: 600px) {
    .post__detail .post__detail--contents {
      padding: 15px 0 30px; } }
.post__detail h3 {
  font-size: 2.2rem;
  margin: 0 0 10px; }
  @media screen and (max-width: 600px) {
    .post__detail h3 {
      font-size: 1.8rem; } }
.post__detail h4 {
  font-size: 2.0rem;
  margin: 0 0 10px; }
  @media screen and (max-width: 600px) {
    .post__detail h4 {
      font-size: 1.6rem; } }
.post__detail h5 {
  font-size: 1.8rem;
  margin: 0 0 10px; }
  @media screen and (max-width: 600px) {
    .post__detail h5 {
      font-size: 1.4rem; } }
.post__detail h6 {
  font-size: 1.6rem;
  margin: 0 0 10px; }
  @media screen and (max-width: 600px) {
    .post__detail h6 {
      font-size: 1.3rem; } }
.post__detail ul {
  margin: 0 0 30px 20px; }
  .post__detail ul li {
    list-style: disc; }
.post__detail ol {
  margin: 0 0 30px 20px; }
  .post__detail ol li {
    list-style: decimal; }
.post__detail p {
  margin: 0 0 30px; }
.post__detail img {
  width: 100%;
  height: auto;
  margin: 0 0 30px; }
.post__detail .post__detail--contents a {
  color: #3164BD;
  text-decoration: underline; }
.post__detail .ttl__main--detail {
  font-size: 2.8rem !important;
  position: relative;
  font-weight: bold;
  padding: 0 0 20px;
  border-bottom: 2px dotted #3164BD;
  margin: 0 0 15px;
  line-height: 1.4; }
  @media screen and (max-width: 768px) {
    .post__detail .ttl__main--detail {
      font-size: 2.4rem !important;
      margin: 0 0 30px; } }
  @media screen and (max-width: 600px) {
    .post__detail .ttl__main--detail {
      font-size: 2.0rem !important;
      margin: 0 0 30px; } }
.post__detail .ttl__sub {
  background: #3164BD;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  text-align: left;
  font-size: 1.8rem;
  margin: 0 0 30px; }
.post__detail .tag-list {
  margin: 0 0 30px; }
.post__detail .post__colbox--item {
  width: 100%;
  padding: 0 0 30px;
  border-bottom: 1px solid #ddd; }
  @media screen and (max-width: 600px) {
    .post__detail .post__colbox--item {
      width: 100%;
      margin: 0 0 25px; } }
  .post__detail .post__colbox--item a {
    color: #111;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 600px) {
      .post__detail .post__colbox--item a {
        display: block; } }
  .post__detail .post__colbox--item .img {
    width: 25%;
    height: auto;
    aspect-ratio: 16 / 10;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box; }
    @media screen and (max-width: 600px) {
      .post__detail .post__colbox--item .img {
        width: 100%;
        margin: 0 0 20px; } }
    .post__detail .post__colbox--item .img img {
      width: 100%;
      height: auto;
      max-width: 100%;
      max-height: none;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  @supports (object-fit: cover) {
    .post__detail .post__colbox--item .img img {
      position: static;
      height: 100%;
      width: 100%;
      object-fit: cover;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none; } }
  .post__detail .post__colbox--item .txt {
    width: 71%;
    margin: 0;
    text-align: left; }
    @media screen and (max-width: 600px) {
      .post__detail .post__colbox--item .txt {
        width: 100%; } }
    .post__detail .post__colbox--item .txt h3 {
      font-size: 1.6rem;
      font-weight: 500;
      margin: 0 0 20px;
      line-height: 1.7;
      text-align: left; }

.post_detail h3 {
  font-size: 1.8rem;
  padding: 10px 15px;
  background: #eee;
  margin: 0 0 20px; }
  @media screen and (max-width: 600px) {
    .post_detail h3 {
      font-size: 1.6rem; } }
.post_detail .post_detail_image {
  display: flex;
  justify-content: left;
  margin: 0 0 50px;
  padding: 0;
  width: 101.3%; }
  .post_detail .post_detail_image li {
    width: 32%;
    list-style: none;
    margin: 0 1.3% 0 0;
    font-size: 1.4rem; }
    .post_detail .post_detail_image li img {
      margin: 0 0 10px;
      padding: 0; }
    @media screen and (max-width: 600px) {
      .post_detail .post_detail_image li {
        font-size: 1.1rem; } }

img.yt-core-image {
  width: 33px !important;
  height: auto !important;
  display: block; }

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0 0 20px; }

.youtube iframe {
  width: 100%;
  height: 100%; }

iframe {
  width: 100%;
  height: 467px;
  margin: 0 0 20px; }
  @media screen and (max-width: 1024px) {
    iframe {
      height: 376px; } }
  @media screen and (max-width: 768px) {
    iframe {
      height: 278px; } }
  @media screen and (max-width: 600px) {
    iframe {
      height: 188px; } }

.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  /* 比率を4:3に固定 */
  margin: 0 0 50px; }

/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* event info */
.event__info {
  margin: 0 0 50px; }
  .event__info .event__info--mainttl {
    font-size: 1.8rem;
    padding: 10px 15px;
    background: #eee;
    margin: 0 0 20px; }
    @media screen and (max-width: 600px) {
      .event__info .event__info--mainttl {
        font-size: 1.6rem; } }
  .event__info .event__info--list .ttl {
    font-weight: bold;
    background: #f5f5f5;
    width: 100px;
    text-align: center; }
    @media screen and (max-width: 600px) {
      .event__info .event__info--list .ttl {
        width: 80px; } }
  .event__info .event__info--list td {
    border: 1px solid #ddd;
    padding: 15px; }
    @media screen and (max-width: 600px) {
      .event__info .event__info--list td {
        padding: 10px;
        font-size: 1.3rem; } }

/* repporter */
.post__reporter {
  margin: 0 0 50px; }
  .post__reporter .post__reporter--mainttl {
    font-size: 1.8rem;
    padding: 10px 15px;
    background: #eee;
    margin: 0 0 20px; }
    @media screen and (max-width: 600px) {
      .post__reporter .post__reporter--mainttl {
        font-size: 1.6rem; } }
  .post__reporter .post__reporter--item {
    /*display: flex;
    justify-content: space-between;*/
    border: 1px solid #ddd;
    padding: 20px;
    margin: 0 0 15px;
    border-radius: 10px;
    overflow: hidden; }
    @media screen and (max-width: 600px) {
      .post__reporter .post__reporter--item {
        padding: 12px; } }
  .post__reporter .post__reporter--img {
    width: 15%;
    float: left;
    padding: 0 20px 0 0; }
    @media screen and (max-width: 600px) {
      .post__reporter .post__reporter--img {
        width: 20%; } }
    .post__reporter .post__reporter--img img {
      width: 100%;
      height: auto;
      margin: 0;
      padding: 0; }
  .post__reporter .post__reporter--txt {
    width: 100%;
    padding: 0 0 0 5px;
    box-sizing: border-box; }
    .post__reporter .post__reporter--txt h3 {
      font-size: 1.7rem; }
      @media screen and (max-width: 600px) {
        .post__reporter .post__reporter--txt h3 {
          font-size: 1.5rem;
          margin: 0 0 5px; } }
    .post__reporter .post__reporter--txt p {
      padding: 0;
      margin: 0; }

.shear__area {
  margin: 0 0 80px;
  text-align: center; }
  .shear__area .shear__ttl {
    font-weight: bold;
    text-align: center;
    margin: 0 0 20px; }
  .shear__area .btn__facebook {
    background: #1877f2;
    padding: 8px 5px;
    border-radius: 6px;
    width: 100px;
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    display: inline-block;
    margin: 0 0 5px; }
    @media screen and (max-width: 600px) {
      .shear__area .btn__facebook {
        font-size: 1.1rem;
        width: 100px; } }
  .shear__area .btn__x {
    background: #000;
    padding: 8px 5px;
    border-radius: 6px;
    width: 100px;
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    display: inline-block;
    margin: 0 0 5px; }
    @media screen and (max-width: 600px) {
      .shear__area .btn__x {
        font-size: 1.0rem;
        width: 100px; } }
  .shear__area .btn__line {
    background: #06c152;
    padding: 8px 5px;
    border-radius: 6px;
    width: 100px;
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    display: inline-block;
    margin: 0 0 5px; }
    @media screen and (max-width: 600px) {
      .shear__area .btn__line {
        font-size: 1.0rem;
        width: 100px; } }
  .shear__area .btn__news {
    background: #3164BC;
    padding: 8px 5px;
    border-radius: 6px;
    width: 120px;
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    display: inline-block;
    margin: 0 0 5px; }
    @media screen and (max-width: 600px) {
      .shear__area .btn__news {
        font-size: 1.0rem;
        width: 100px; } }

.wp-pagenavi {
  text-align: center;
  margin-top: 10px; }

.wp-pagenavi .page-numbers {
  display: inline-block;
  width: 38px;
  height: 38px;
  font-size: 16px;
  line-height: 38px;
  margin-right: 8px;
  background-color: #f2f2f2;
  border-radius: 6px;
  cursor: pointer; }

.wp-pagenavi a {
  margin: 0 0 10px; }

.wp-pagenavi span {
  display: inline-block;
  width: 38px;
  height: 38px;
  font-size: 16px;
  line-height: 38px;
  margin-right: 8px;
  margin-bottom: 0 0 10px; }

.wp-pagenavi .current {
  background-color: #3164BC;
  color: #fff;
  border-radius: 6px; }

/*

 side
-----------------------------------*/
/* pickup large  */
.side__pickup--large {
  border-radius: 6px;
  border: 1px solid #ddd;
  padding: 15px;
  margin: 0 0 30px; }
  .side__pickup--large .img {
    margin: 0 0 15px; }
    .side__pickup--large .img img {
      width: 100%;
      height: auto;
      border-radius: 4px; }
  .side__pickup--large .txt {
    font-size: 1.2rem; }
  .side__pickup--large a {
    text-decoration: none;
    color: #111; }

/* side archive */
.side__archive {
  width: 100%;
  padding: 15px;
  border: 1px solid #ddd;
  margin: 0 0 30px;
  border-radius: 6px;
  font-weight: bold; }

/* side description */
.side__description {
  border-radius: 6px;
  border: 1px solid #ddd;
  padding: 15px;
  margin: 0 0 30px; }
  .side__description .side__description--logo {
    margin: 10px 0 15px;
    text-align: center; }
    .side__description .side__description--logo img {
      width: 80%;
      height: auto; }
  .side__description .txt {
    font-size: 1.2rem !important;
    margin: 0 0 15px; }
  .side__description .banner {
    width: 100%; }
    .side__description .banner img {
      width: 100%;
      height: auto; }

/* common list */
.side__ttl {
  text-align: center;
  color: #111;
  padding: 0 0 10px;
  margin: 0 0 15px;
  text-align: left;
  font-size: 1.8rem;
  border-bottom: 1px solid #707070; }

.side__listbox {
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  margin: 0 0 20px; }
  .side__listbox--inner {
    padding: 0 0 0; }
    @media screen and (max-width: 600px) {
      .side__listbox--inner {
        display: block;
        justify-content: none; } }
  @media screen and (max-width: 600px) {
    .side__listbox--item {
      width: 100%; } }
  .side__listbox--item a {
    display: flex;
    margin: 0 0 15px;
    border: 1px solid #ddd;
    padding: 12px;
    border-radius: 6px;
    justify-content: space-between;
    color: #111; }
  .side__listbox--item-img {
    width: 120px;
    height: 80px;
    /*width:40%;*/
    border-radius: 6px;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 1024px) {
      .side__listbox--item-img {
        width: 100px;
        height: 60px; } }
    @media screen and (max-width: 768px) {
      .side__listbox--item-img {
        width: 80px;
        height: 40px; } }
    @media screen and (max-width: 600px) {
      .side__listbox--item-img {
        width: 120px;
        height: 80px; } }
  .side__listbox--item-img img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  @supports (object-fit: cover) {
    .side__listbox--item-img img {
      position: static;
      height: 100%;
      width: 100%;
      object-fit: cover;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none; } }
  .side__listbox--item-txt {
    width: calc(100% - 120px);
    padding: 0 0 0 15px;
    box-sizing: border-box;
    line-height: 1.6;
    font-size: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; }
    @media screen and (max-width: 1024px) {
      .side__listbox--item-txt {
        width: calc(100% - 100px); } }
    @media screen and (max-width: 768px) {
      .side__listbox--item-txt {
        width: calc(100% - 80px); } }
    @media screen and (max-width: 600px) {
      .side__listbox--item-txt {
        width: calc(100% - 120px); } }

.side__item {
  display: flex; }

/* tag */
.side-tag {
  margin-bottom: 30px; }

.side-tag .headline-side {
  font-size: 14px;
  text-align: left;
  color: #111; }

.tag-list {
  background: 0;
  padding: 0;
  border-radius: 3px !important; }

.tag-list li {
  display: inline-block;
  margin-bottom: 5px !important;
  margin-right: 5px !important; }

.tag-list li a {
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 1.6;
  padding: 3px 7px;
  color: #3164BC;
  border: 1px solid #3164BC;
  border-radius: 3px; }

.tag-list li a:hover {
  background-color: #3164BC;
  color: #fff;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0; }

/* iframe */
iframe {
  margin: 0 0 30px; }

/* banner */
@media screen and (max-width: 1024px) {
  .side__banner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; } }
.side__banner .side__banner--item {
  margin: 0 0 15px;
  border-radius: 8px;
  overflow: hidden; }
  @media screen and (max-width: 600px) {
    .side__banner .side__banner--item {
      width: 100%; } }
  .side__banner .side__banner--item img {
    width: 100%;
    height: auto; }

.is_hide {
  display: none !important; }

/*

 widjet
-----------------------------------*/
.widjetBox {
  z-index: 9999; }

.widjetBox .btn-widjet a {
  background: #3164BD;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 10px;
  max-width: 300px;
  display: block;
  margin: 0 auto;
  text-decoration: none;
  font-weight: bold;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  overflow: hidden; }

.widjetBox {
  width: 100%;
  padding: 30px;
  background: #fff;
  box-sizing: border-box; }

.widjetBox .widjet-ttl {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 15px;
  text-align: center;
  color: #0061a5;
  line-height: 1.6; }

.widjetBox p {
  border: 1px solid #ddd;
  padding: 15px;
  background: #eee;
  margin: 0 0 15px;
  line-height: 1.6;
  word-break: break-all; }

#page-top {
  z-index: 99999 !important;
  display: none; }

/*

 modal
-----------------------------------*/
.modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  z-index: 999999; }

/* オーバーレイのスタイル */
.overLay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 103vh;
  z-index: 99999; }

/* モーダルウィンドウの中身のスタイル */
.modal .inner {
  position: absolute;
  z-index: 11;
  max-width: 550px;
  display: block;
  background: #fff;
  margin: 0 0 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px; }
  @media screen and (max-width: 600px) {
    .modal .inner {
      width: 90%; } }

.modal .inner .inner-scroll {
  overflow: auto;
  height: 100%;
  padding: 0 10px 0 0; }

.modal .inner .inner-scroll img {
  width: 100%;
  height: auto; }

.modal .inner h2 {
  margin: 0 0 10px;
  line-height: 1 !important;
  background: none; }

.modal .inner h3 {
  font-size: 1.6rem;
  margin: 15px 0;
  color: #000; }

a.modal-close-btn {
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 999999; }
  a.modal-close-btn img {
    width: 30px;
    height: 30px; }

a.modal-close-btn:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1; }

/*AP LOADER*/
#previous_next_post {
  display: none; }

#related_post li:nth-child(n+3) {
  display: none; }

.loader_conteiner {
  /*background: #F8F8F8;*/
  /*background: #333 url(img/common/background.png) left top;*/
  border-top: solid 1px #ccc;
  height: 200px;
  padding-top: 20px;
  padding-bottom: 100px;
  text-align: center;
  overflow: hidden;
  max-width: 994px;
  margin-left: auto;
  margin-right: auto; }

.loader_conteiner p {
  font-size: 100%;
  font-weight: bold;
  line-height: 150%; }

.loader,
.loader:after {
  border-radius: 50%;
  width: 4em;
  height: 4em; }

.loader {
  margin: 30px auto;
  font-size: 14px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.8em solid rgba(114, 114, 114, 0.2);
  border-right: 0.8em solid rgba(114, 114, 114, 0.2);
  border-bottom: 0.8em solid rgba(114, 114, 114, 0.2);
  border-left: 0.8em solid #727272;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
