@charset "UTF-8";
/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** SPスタイル
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
******************************************************************************
** style
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== contents === */
body {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-top: 90px; }
  body.onload {
    opacity: 1; }

img {
  max-width: calc(100% - 20px) !important;
  height: auto; }

.mcon {
  line-height: 1.6;
  /* 行間 */
  word-wrap: break-word; }
  .mcon a img:hover {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .mcon h1 {
    font-size: 2.2rem;
    margin-bottom: 20px;
    background: #eeeeee; }
  .mcon h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    margin-top: 20px;
    background: #eeeeee; }
  .mcon h3 {
    font-size: 1.6rem;
    margin-bottom: 8px;
    margin-top: 16px;
    background: #eeeeee; }
  .mcon h4 {
    font-size: 1.2em;
    margin-bottom: 5px;
    margin-top: 5px;
    background: #eeeeee; }
  .mcon h5, .mcon h6 {
    margin-bottom: 2px;
    margin-top: 5px;
    background: #eeeeee; }
  .mcon hr {
    border: none;
    border-top: 1px dotted black; }
  .mcon iframe {
    max-width: 100%; }
  .mcon img {
    max-width: 100%;
    height: auto; }
  .mcon ol {
    margin-top: 1.2em;
    margin-bottom: 0.7em; }
    .mcon ol li {
      margin-left: 1.5em;
      margin-bottom: 0.5rem; }
  .mcon p {
    margin-bottom: 1em; }
  .mcon ul {
    margin-top: 1.2em;
    margin-bottom: 0.7em; }
    .mcon ul li {
      list-style-type: disc;
      margin-left: 1.5em;
      margin-bottom: 0.5rem; }

/*----------------------------------------------------------------------------
******************************************************************************
** header
******************************************************************************
----------------------------------------------------------------------------*/
.hd_bg {
  display: none; }

.hd_sp_bg {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  background: #ffffff; }
  .hd_sp_bg .hd_sp {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
    .hd_sp_bg .hd_sp .hd_sp_lang a {
      color: #ffffff;
      font-weight: normal;
      text-decoration: none;
      background: url("../images/en_icon.png") 8px center no-repeat #888888;
      background-size: 14px auto;
      position: relative;
      width: 100px;
      height: 40px;
      padding: 0 0 0 8px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .hd_sp_bg .hd_sp .hd_sp_lang a:hover {
        opacity: 0.7; }
      .hd_sp_bg .hd_sp .hd_sp_lang a::after {
        position: absolute;
        right: 10px;
        top: 16px;
        transform: rotate(45deg);
        content: "";
        width: 6px;
        height: 6px;
        border-right: 2px solid #ffffff;
        border-top: 2px solid #ffffff; }
    .hd_sp_bg .hd_sp .hd_sp_search {
      border: 1px solid #aaaaaa;
      background: #BABABA;
      width: calc(100% - 100px);
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -ms-align-items: center;
      align-items: center;
      justify-content: center;
      padding: 0 5px; }
      .hd_sp_bg .hd_sp .hd_sp_search form {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center; }
        .hd_sp_bg .hd_sp .hd_sp_search form input[type="search"] {
          border: none;
          background: #eeeeee;
          height: 100%;
          width: calc(100% - 80px);
          padding: 5px 10px;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          .hd_sp_bg .hd_sp .hd_sp_search form input[type="search"]:focus {
            outline: none;
            background: #ffffff; }
          .hd_sp_bg .hd_sp .hd_sp_search form input[type="search"]::-webkit-search-cancel-button {
            -webkit-appearance: none; }
        .hd_sp_bg .hd_sp .hd_sp_search form input[type="submit"] {
          width: 80px;
          font-weight: bold;
          color: #ffffff;
          background: #999999;
          border: none; }
          .hd_sp_bg .hd_sp .hd_sp_search form input[type="submit"]::-webkit-search-cancel-button {
            -webkit-appearance: none; }
    .hd_sp_bg .hd_sp .hd_sp_logo {
      width: calc(100% - 150px);
      height: 50px;
      padding: 5px;
      background: #ffffff; }
      .hd_sp_bg .hd_sp .hd_sp_logo img {
        max-width: 100%;
        max-height: 100%; }
    .hd_sp_bg .hd_sp .hd_sp_mypage {
      width: 50px;
      height: 50px;
      background: url("../images/hd_sp_mypage.png") center center no-repeat;
      background-size: cover;
      pointer-events: none;
      opacity: 0; }
      .hd_sp_bg .hd_sp .hd_sp_mypage a {
        display: block;
        width: 100%;
        height: 100%;
        pointer-events: none; }
    .hd_sp_bg .hd_sp .hd_sp_contact {
      width: 50px;
      height: 50px;
      background: url("../images/hd_sp_contact.png") center center no-repeat;
      background-size: cover; }
      .hd_sp_bg .hd_sp .hd_sp_contact a {
        display: block;
        width: 100%;
        height: 100%; }
    .hd_sp_bg .hd_sp .hd_sp_menu {
      width: 50px;
      height: 50px;
      background: url("../images/hd_sp_menu.png") center center no-repeat;
      background-size: cover; }
      .hd_sp_bg .hd_sp .hd_sp_menu.active {
        background: url("../images/hd_sp_menu_active.png") center center no-repeat;
        background-size: cover; }

/*----------------------------------------------------------------------------
******************************************************************************
** global nav
******************************************************************************
----------------------------------------------------------------------------*/
.nav_bg {
  display: none; }

.nav_sp_bg {
  background: rgba(216, 216, 216, 0.95);
  height: calc(100% + 500px);
  padding-bottom: 590px;
  z-index: -100;
  opacity: 0;
  display: none;
  width: 100%;
  overflow-x: none;
  overflow-y: auto;
  top: 90px;
  right: 0%;
  position: fixed;
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease; }
  .nav_sp_bg .nav_sp_bg_close {
    width: 100%;
    background: url("../images/nav_sp_bg_close.png") center 12px no-repeat;
    padding: 40px 16px 16px;
    margin-top: 25px;
    text-align: center;
    font-size: 1em;
    font-weight: bold; }
  .nav_sp_bg .nav_sp_btn_bg {
    width: 100%;
    padding: 20px 16px; }
    .nav_sp_bg .nav_sp_btn_bg .nav_sp_btn {
      width: 100%; }
      .nav_sp_bg .nav_sp_btn_bg .nav_sp_btn ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap; }
        .nav_sp_bg .nav_sp_btn_bg .nav_sp_btn ul li {
          width: calc((100% / 2) - 5px);
          height: 60px;
          margin-top: 10px;
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.3); }
          .nav_sp_bg .nav_sp_btn_bg .nav_sp_btn ul li a {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            -webkit-display: flex;
            -moz-display: flex;
            -ms-display: flex;
            -o-display: flex;
            display: flex;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -ms-justify-content: center;
            -o-justify-content: center;
            justify-content: center;
            -ms-align-items: center;
            align-items: center;
            width: 100%;
            height: 100%;
            padding: 0 5px;
            background: #ffffff;
            font-size: 1em;
            font-weight: bold;
            color: #333333;
            text-align: center;
            text-decoration: none;
            line-height: 1.2;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease; }
            .nav_sp_bg .nav_sp_btn_bg .nav_sp_btn ul li a:hover {
              color: #787878;
              background: #ffffff; }
          .nav_sp_bg .nav_sp_btn_bg .nav_sp_btn ul li:first-child {
            width: 100%;
            margin-top: 0px; }
            .nav_sp_bg .nav_sp_btn_bg .nav_sp_btn ul li:first-child a {
              background: #b10000;
              color: #ffffff;
              font-size: 1.4em; }
              .nav_sp_bg .nav_sp_btn_bg .nav_sp_btn ul li:first-child a:hover {
                color: #b10000;
                background: #ffffff; }
          .nav_sp_bg .nav_sp_btn_bg .nav_sp_btn ul li:nth-child(3), .nav_sp_bg .nav_sp_btn_bg .nav_sp_btn ul li:nth-child(5) {
            margin-left: 10px; }
  .nav_sp_bg .sp_nav_box_tab_bg {
    width: 100%;
    overflow-x: auto;
    position: relative; }
    .nav_sp_bg .sp_nav_box_tab_bg .sp_nav_box_tab ul {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between; }
      .nav_sp_bg .sp_nav_box_tab_bg .sp_nav_box_tab ul li {
        background: #ffffff;
        font-weight: bold;
        font-size: 1.1em;
        white-space: nowrap;
        padding: 15px 5px;
        margin: 0 1px; }
        .nav_sp_bg .sp_nav_box_tab_bg .sp_nav_box_tab ul li.current {
          background: #a6a6a6;
          color: #ffffff; }
        .nav_sp_bg .sp_nav_box_tab_bg .sp_nav_box_tab ul li:first-child {
          padding-left: 40px; }
        .nav_sp_bg .sp_nav_box_tab_bg .sp_nav_box_tab ul li:last-child {
          padding-right: 40px; }
      .nav_sp_bg .sp_nav_box_tab_bg .sp_nav_box_tab ul li a{
		  color: #333333;
}
  .nav_sp_bg .sp_nav_box_bg .sp_nav_box {
    -webkit-display: none;
    -moz-display: none;
    -ms-display: none;
    -o-display: none;
    display: none; }
    .nav_sp_bg .sp_nav_box_bg .sp_nav_box.current {
      display: block; }
    .nav_sp_bg .sp_nav_box_bg .sp_nav_box .sp_nav_list > li {
      width: 100%;
      border-top: 1px solid #C3C1C1; }
      .nav_sp_bg .sp_nav_box_bg .sp_nav_box .sp_nav_list > li > a {
        background: #a6a6a6;
        display: block;
        padding: 15px 20px;
        color: #ffffff;
        font-size: 1.1em;
        position: relative;
        text-decoration: none; }
        .nav_sp_bg .sp_nav_box_bg .sp_nav_box .sp_nav_list > li > a::after {
          content: "";
          width: 7px;
          height: 7px;
          border-top: 1px solid #ffffff;
          border-right: 1px solid #ffffff;
          transform: rotate(45deg);
          position: absolute;
          right: 10px;
          top: calc(50% - 5px); }
        .nav_sp_bg .sp_nav_box_bg .sp_nav_box .sp_nav_list > li > a.sp_nav_clist_external {
          padding-left: 40px;
          background: url("../images/ft_con_left_link_icon.png") 20px center no-repeat #a6a6a6; }
      .nav_sp_bg .sp_nav_box_bg .sp_nav_box .sp_nav_list > li.active_btn > a::before {
        content: "■";
        margin-right: 5px; }
      .nav_sp_bg .sp_nav_box_bg .sp_nav_box .sp_nav_list > li.active_btn > a::after {
        transform: rotate(135deg); }
      .nav_sp_bg .sp_nav_box_bg .sp_nav_box .sp_nav_list > li.active_btn > a.active::after {
        transform: rotate(-45deg); }
      .nav_sp_bg .sp_nav_box_bg .sp_nav_box .sp_nav_list > li.active_btn:nth-child(1) > a::before {
        color: #248941; }
      .nav_sp_bg .sp_nav_box_bg .sp_nav_box .sp_nav_list > li.active_btn:nth-child(2) > a::before {
        color: #F1C600; }
      .nav_sp_bg .sp_nav_box_bg .sp_nav_box .sp_nav_list > li.active_btn:nth-child(3) > a::before {
        color: #3C9BD1; }
      .nav_sp_bg .sp_nav_box_bg .sp_nav_box .sp_nav_list > li.active_btn:nth-child(4) > a::before {
        color: #EE5F2D; }
      .nav_sp_bg .sp_nav_box_bg .sp_nav_box .sp_nav_list > li.active_btn:nth-child(5) > a::before {
        color: #47499A; }
      .nav_sp_bg .sp_nav_box_bg .sp_nav_box .sp_nav_list > li.active_btn:nth-child(6) > a::before {
        color: #EF5C66; }
      .nav_sp_bg .sp_nav_box_bg .sp_nav_box .sp_nav_list > li.active_btn:nth-child(7) > a::before {
        color: #986824; }
    .nav_sp_bg .sp_nav_box_bg .sp_nav_box .sp_nav_clist {
      background: #ffffff;
      display: none;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      height: 0; }
      .nav_sp_bg .sp_nav_box_bg .sp_nav_box .sp_nav_clist.active {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        height: auto; }
      .nav_sp_bg .sp_nav_box_bg .sp_nav_box .sp_nav_clist > li {
        width: 50%;
        border-bottom: 1px solid #E3E2E2; }
        .nav_sp_bg .sp_nav_box_bg .sp_nav_box .sp_nav_clist > li > a {
          width: 100%;
          height: auto;
          background: #ffffff;
          padding: 15px 20px;
          display: block;
          color: #333333;
          text-decoration: none;
          position: relative; }
          .nav_sp_bg .sp_nav_box_bg .sp_nav_box .sp_nav_clist > li > a::before {
            content: "";
            width: 7px;
            height: 7px;
            border-top: 1px solid #489C60;
            border-right: 1px solid #489C60;
            transform: rotate(45deg);
            position: absolute;
            right: 10px;
            top: calc(50% - 5px); }
        .nav_sp_bg .sp_nav_box_bg .sp_nav_box .sp_nav_clist > li:nth-child(odd) {
          border-right: 1px solid #E3E2E2; }

.sp_nav_box_tab_button_bg {
  width: 100vw;
  position: relative; }
  .sp_nav_box_tab_button_bg .leftbutton, .sp_nav_box_tab_button_bg .rightbutton {
    z-index: 100;
    position: absolute;
    top: 40%;
    color: #000;
    height: 54px;
    width: 30px;
    background: rgba(0, 0, 0, 0.5); }
  .sp_nav_box_tab_button_bg .leftbutton {
    left: 0; }
    .sp_nav_box_tab_button_bg .leftbutton::after {
      content: "";
      width: 7px;
      height: 7px;
      border-top: 2px solid #ffffff;
      border-right: 2px solid #ffffff;
      transform: rotate(225deg);
      position: absolute;
      left: 13px;
      top: 21px; }
  .sp_nav_box_tab_button_bg .rightbutton {
    right: 0; }
    .sp_nav_box_tab_button_bg .rightbutton::after {
      content: "";
      width: 7px;
      height: 7px;
      border-top: 2px solid #ffffff;
      border-right: 2px solid #ffffff;
      transform: rotate(45deg);
      position: absolute;
      right: 13px;
      top: 21px; }

.sp_nav_open {
  z-index: 100 !important;
  display: block !important;
  animation: sp_nav_open 0.5s ease 0s 1 forwards; }

@keyframes sp_nav_open {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.side_nav_bg {
  display: none; }

/*----------------------------------------------------------------------------
******************************************************************************
** footer
******************************************************************************
----------------------------------------------------------------------------*/
.ft_bg {
  width: 100%; }
  .ft_bg img {
    max-width: none !important; }
  .ft_bg .ft_con_bg {
    width: 100%;
    padding: 20px 0 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }
    .ft_bg .ft_con_bg .ft_con {
      width: 100%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap; }
      .ft_bg .ft_con_bg .ft_con .ft_con_left {
        width: 100%;
        order: 2;
        background: #666666;
        margin-top: 40px;
        padding: 30px 16px; }
        .ft_bg .ft_con_bg .ft_con .ft_con_left .ft_con_left_logo_info .ft_con_left_logo {
          width: 100%; }
          .ft_bg .ft_con_bg .ft_con .ft_con_left .ft_con_left_logo_info .ft_con_left_logo img {
            display: block;
            margin: 0 auto; }
        .ft_bg .ft_con_bg .ft_con .ft_con_left .ft_con_left_logo_info .ft_con_left_info {
          margin-top: 15px;
          color: #ffffff;
          text-align: center;
max-width: 200px;			
margin: 20px auto;}
        .ft_bg .ft_con_bg .ft_con .ft_con_left .ft_con_left_nav {
          display: none; }
        .ft_bg .ft_con_bg .ft_con .ft_con_left .ft_con_left_link_fb {
          margin-top: 20px;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          -webkit-display: flex;
          -moz-display: flex;
          -ms-display: flex;
          -o-display: flex;
          display: flex;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          -o-justify-content: center;
          justify-content: center;
          -ms-align-items: flex-end;
          align-items: flex-end; }
        .ft_sns_btn img{ margin-right:10px; }
          .ft_bg .ft_con_bg .ft_con .ft_con_left .ft_con_left_link_fb ul {
            display: none;
            margin-right: auto; }
            .ft_bg .ft_con_bg .ft_con .ft_con_left .ft_con_left_link_fb ul li {
              margin-top: 20px; }
              .ft_bg .ft_con_bg .ft_con .ft_con_left .ft_con_left_link_fb ul li a {
                color: #ffffff;
                text-decoration: none;
                font-weight: 500;
                padding-left: 25px;
                background: url("../images/ft_con_left_link_icon.png") left center no-repeat;
                -webkit-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease; }
                .ft_bg .ft_con_bg .ft_con .ft_con_left .ft_con_left_link_fb ul li a:hover {
                  opacity: 0.5; }
          .ft_bg .ft_con_bg .ft_con .ft_con_left .ft_con_left_link_fb .ft_fb_btn a {
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease; }
            .ft_bg .ft_con_bg .ft_con .ft_con_left .ft_con_left_link_fb .ft_fb_btn a:hover {
              opacity: 0.5; }
          .ft_bg .ft_con_bg .ft_con .ft_con_left .ft_con_left_link_fb .ft_site_seal_image {
            margin-left: 20px; }
      .ft_bg .ft_con_bg .ft_con .ft_con_right {
        order: 1;
        max-width: 320px;
        margin: 0 auto; }
        .ft_bg .ft_con_bg .ft_con .ft_con_right iframe {
          width: 100%;
          display: block;
          margin: 0 auto; }
  .ft_bg .ft_copy_nav_bg {
    width: 100%;
    padding: 10px 16px; }
    .ft_bg .ft_copy_nav_bg .ft_copy_nav {
      width: 100%; }
      .ft_bg .ft_copy_nav_bg .ft_copy_nav .ft_copy_nav_left {
        color: #333333;
        text-align: center;
        font-size: 0.8em; }
      .ft_bg .ft_copy_nav_bg .ft_copy_nav .ft_copy_nav_right {
        display: none; }

/*----------------------------------------------------------------------------
******************************************************************************
** archive
******************************************************************************
----------------------------------------------------------------------------*/
.archive_list ul li {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px dashed #e0e0e0;
  padding: 15px 5px; }
  .archive_list ul li .archive_list_date {
    width: 80px;
    margin-right: 10px;
    padding: 2px 0; }
  .archive_list ul li .archive_list_cat {
    max-width: calc(100% - 90px);
    background: #b10000;
    color: #ffffff;
    padding: 2px 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    align-items: center; }
  .archive_list ul li .archive_list_text {
    margin-top: 10px;
    font-size: 1.1em;
    font-weight: 500;
    width: 100%;
    padding: 2px 0; }
    .archive_list ul li .archive_list_text a {
      color: #333333; }

.wp-pagenavi {
  line-height: 1;
  margin: 60px 0 0 1px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }
  .wp-pagenavi .current {
    color: #ffffff;
    font-size: 15px;
    border: 1px solid #b10000 !important;
    background: #b10000;
    width: 2.4em;
    height: 2.4em;
    text-align: center;
    margin: -1px 0 0 -1px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    align-items: center; }
  .wp-pagenavi .page, .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink, .wp-pagenavi .extend {
    color: #b10000;
    font-size: 15px;
    border: 1px solid #b10000 !important;
    background: #ffffff;
    width: 2.4em;
    height: 2.4em;
    text-align: center;
    margin: -1px 0 0 -1px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    align-items: center; }
  .wp-pagenavi a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .wp-pagenavi a:hover {
      color: #ffffff;
      font-size: 15px;
      border: 1px solid #b10000 !important;
      background: #b10000;
      width: 2.4em;
      height: 2.4em;
      text-align: center;
      margin: -1px 0 0 -1px; }
  .wp-pagenavi .extend {
    display: none; }

.news_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 15px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  font-weight: 500;
  display: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex; }
  .news_list:first-child {
    margin-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.3); }
/*  .news_list:nth-child(n + 4) {
    display: none; }
*/
  .news_list .news_list_day {
    width: 90px;
    font-size: 1.1em;
    order: 1; }
  .news_list .news_list_category {
    width: 140px;
    background: #c20000;
    color: #ffffff;
    text-align: center;
    font-size: 0.9em;
    letter-spacing: -0.05em;
    order: 2; }
  .news_list .news_list_title {
    width: 100%;
    font-size: 1.1em;
    order: 4;
    margin-top: 10px; }
    .news_list .news_list_title a {
      color: #333333;
      text-decoration: none;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .news_list .news_list_title a:hover {
        opacity: 0.7; }
  .news_list .news_list_period {
    width: 100%;
    font-size: 1.1em;
    order: 3;
    margin-top: 5px; }
    .news_list .news_list_period span {
      padding: 0 0 0 25px;
      margin-right: 10px;
      background: url("../images/period_icon.png") left center no-repeat;
      color: #c20000; }
  .news_list:last-child {
    border-bottom: none; }

/*----------------------------------------------------------------------------
******************************************************************************
** pagetop
******************************************************************************
----------------------------------------------------------------------------*/
.pagetop_btn {
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 1.4em;
  padding: 14px;
  text-align: center;
  text-decoration: none;
  width: 100%; }
  .pagetop_btn:hover {
    background-color: rgba(0, 0, 0, 0.4); }

/*----------------------------------------------------------------------------
******************************************************************************
** common
******************************************************************************
----------------------------------------------------------------------------*/
/* bnr */
.bnr_list li {
  margin-bottom: 4px; }
.bnr_list a {
  padding: 16px 16px 16px 42px;
  border: 1px solid #000000;
  border-radius: 3px;
  display: block;
  text-decoration: none;
  background: url(../images/common/icon_elink_black.png) no-repeat 16px center;
  color: #000000; }
  .bnr_list a:hover {
    background-color: #000;
    background-image: url(../images/common/icon_elink_white.png);
    color: #FFF; }

/* news */
.news_table {
  display: block;
  width: 100%; }
  .news_table tr {
    border-bottom: 1px dotted #999; }
  .news_table td {
    display: block; }

.news_date {
  background: url(../images/icon-arrow.png) no-repeat 0 5px;
  padding: 10px 0 5px 15px;
  width: 120px;
  vertical-align: top; }

.news_title {
  padding-bottom: 10px; }

.news_icon_new {
  display: inline-block;
  color: #C00;
  font-weight: bold;
  margin-left: 0.5em; }

/*----------------------------------------------------------------------------
******************************************************************************
** index
******************************************************************************
----------------------------------------------------------------------------*/
.index_slide_bg .index_slide {
  overflow: hidden; }
  .index_slide_bg .index_slide .flexslider {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    width: calc(100vw + 20px); }
    .index_slide_bg .index_slide .flexslider .metaslider ul.slides {
      width: 100%; }
    .index_slide_bg .index_slide .flexslider .metaslider .flex-control-nav {
      display: none; }

.index_news_bg {
  background: url("../images/diagonal_line_red_01.jpg") center center repeat;
  width: 100%;
  padding: 40px 16px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center; }
  .index_news_bg .index_news {
    width: 100%; }
    .index_news_bg .index_news .index_news_h2 {
      background: url("../images/news_icon.png") left top no-repeat;
      padding: 0 0 0 30px;
      display: block;
      -ms-align-items: center;
      align-items: center;
      letter-spacing: 0.1em; }
      .index_news_bg .index_news .index_news_h2 h2 {
        color: #ffffff;
        font-size: 1.4em;
        font-weight: 500;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -ms-align-items: center;
        align-items: center; }
        .index_news_bg .index_news .index_news_h2 h2 span {
          font-size: 0.6em;
          margin-left: 15px; }
.index_news_bg .index_news .index_news_h2 div{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
    justify-content: space-between;
        -ms-align-items: center;
        align-items: center; }
      .index_news_bg .index_news .index_news_h2 a {
        margin: 0 25px 0 0;
        padding: 6px 20px 6px 35px;
        display: block;
        border: 1px solid #ffffff;
        color: #ffffff;
        text-decoration: none;
        font-weight: bold;
        position: relative;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .index_news_bg .index_news .index_news_h2 a::before {
          content: "";
          width: 7px;
          height: 7px;
          border-top: 2px solid #ffffff;
          border-right: 2px solid #ffffff;
          transform: rotate(45deg);
          position: absolute;
          left: 12px;
          top: 12px;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; }
        .index_news_bg .index_news .index_news_h2 a:hover {
          color: #b10000;
          background: #ffffff; }
          .index_news_bg .index_news .index_news_h2 a:hover::before {
            border-top: 1px solid #b10000;
            border-right: 1px solid #b10000; }
/*2020,11,17追加　新着部分（SNSボタン挿入）*/
.index_news_bg .index_news .index_news_h2 .index_news_sns{ margin:10px 0px 0px}
.index_news_bg .index_news .index_news_h2 .index_news_sns_sp{ margin:0px 0px 20px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
    /*! justify-content: space-between; */
        /*! -ms-align-items: center; */
        align-items: center; }
.index_news_bg .index_news .index_news_h2 .index_news_sns a,.index_news_bg .index_news .index_news_h2 .index_news_sns_sp a {
        margin: 20px 10px 20px 0;
        padding: 0px;
        display: block;
        border: none;
        color: #ffffff;
        text-decoration: none;
        font-weight: bold;
        position: relative;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .index_news_bg .index_news .index_news_h2 .index_news_sns a::before,.index_news_bg .index_news .index_news_h2 .index_news_sns_sp a::before {
          content: "";
          width: 25px;
          height: 25px;
          Border:none;
          transform: rotate(45deg);
          position: absolute;
          left: 12px;
          top: 12px;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; }
        .index_news_bg .index_news .index_news_h2 .index_news_sns a:hover,.index_news_bg .index_news .index_news_h2 .index_news_sns_sp a:hover {
          color: #b10000;
          background: none; }
          .index_news_bg .index_news .index_news_h2 .index_news_sns a:hover::before,.index_news_bg .index_news .index_news_h2 .index_news_sns_sp a:hover::before {
                    border: none; }
.index_news_bg .index_news .index_news_h2 .index_news_sns a img{
    width: 60px!important;
    height: auto!important;
}
.y_img{
    width: 60px;
    height: 38px;
}
.y_text{
    width: 50%!important;
  margin-right: 20px;
    height: auto!important;
}
/*ここまで*/

    .index_news_bg .index_news .index_news_list_bg {
      padding: 0; }
      .index_news_bg .index_news .index_news_list_bg .index_news_list {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -ms-align-items: flex-start;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        padding: 15px 0px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        color: #ffffff;
        font-weight: 500;
        display: none;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex; }
        .index_news_bg .index_news .index_news_list_bg .index_news_list:first-child {
          margin-top: 20px;
          border-top: 1px solid rgba(255, 255, 255, 0.5); }
        .index_news_bg .index_news .index_news_list_bg .index_news_list:nth-child(n + 4) {
          display: none; }
        .index_news_bg .index_news .index_news_list_bg .index_news_list .index_news_list_day {
          width: 90px;
          font-size: 1.1em;
          order: 1; }
        .index_news_bg .index_news .index_news_list_bg .index_news_list .index_news_list_category {
          width: 140px;
          background: #ffffff;
          color: #c20000;
          text-align: center;
          font-size: 0.9em;
          letter-spacing: -0.05em;
          order: 2; }
        .index_news_bg .index_news .index_news_list_bg .index_news_list .index_news_list_title {
          width: 100%;
          font-size: 1.1em;
          order: 4;
          margin-top: 10px; }
          .index_news_bg .index_news .index_news_list_bg .index_news_list .index_news_list_title a {
            color: #ffffff;
            text-decoration: none;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
            .index_news_bg .index_news .index_news_list_bg .index_news_list .index_news_list_title a:hover {
              opacity: 0.7; }
        .index_news_bg .index_news .index_news_list_bg .index_news_list .index_news_list_period {
          width: 100%;
          font-size: 1.1em;
          order: 3;
          margin-top: 5px; }
          .index_news_bg .index_news .index_news_list_bg .index_news_list .index_news_list_period span {
            padding: 0 0 0 25px;
            margin-right: 10px;
            background: url("../images/period_icon_white.png") left center no-repeat; }
        .index_news_bg .index_news .index_news_list_bg .index_news_list:last-child {
          border-bottom: none; }
    .index_news_bg .index_news .index_news_more_bg {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      margin-top: 30px; }
      .index_news_bg .index_news .index_news_more_bg a {
        width: 100%;
        max-width: 300px;
        padding: 10px 35px 10px 40px;
        display: block;
        border: 1px solid #ffffff;
        color: #ffffff;
        font-size: 1.286em;
        text-decoration: none;
        text-align: center;
        font-weight: bold;
        position: relative;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .index_news_bg .index_news .index_news_more_bg a:hover {
          background: #ffffff;
          color: #b10000; }
          .index_news_bg .index_news .index_news_more_bg a:hover::before {
            border-top: 1px solid #b10000;
            border-right: 1px solid #b10000; }
        .index_news_bg .index_news .index_news_more_bg a::before {
          content: "";
          width: 7px;
          height: 7px;
          border-top: 1px solid #ffffff;
          border-right: 1px solid #ffffff;
          transform: rotate(135deg);
          position: absolute;
          left: 88px;
          top: 18px;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }

.index_sp_nav_bg {
  width: 100%;
  padding: 20px 16px; }
  .index_sp_nav_bg .index_sp_nav {
    width: 100%; }
    .index_sp_nav_bg .index_sp_nav ul {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap; }
      .index_sp_nav_bg .index_sp_nav ul li {
        width: calc((100% / 2) - 5px);
        height: 60px;
        margin-top: 10px;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.3); }
        .index_sp_nav_bg .index_sp_nav ul li a {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          -webkit-display: flex;
          -moz-display: flex;
          -ms-display: flex;
          -o-display: flex;
          display: flex;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          -o-justify-content: center;
          justify-content: center;
          -ms-align-items: center;
          align-items: center;
          width: 100%;
          height: 100%;
          padding: 0 5px;
          background: #434343;
          font-size: 1em;
          text-align: center;
          font-weight: bold;
          color: #ffffff;
          text-decoration: none;
          line-height: 1.2;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          .index_sp_nav_bg .index_sp_nav ul li a:hover {
            color: #787878;
            background: #ffffff; }
        .index_sp_nav_bg .index_sp_nav ul li:first-child {
          width: 100%;
          margin-top: 0px; }
          .index_sp_nav_bg .index_sp_nav ul li:first-child a {
            background: #b10000;
            font-size: 1.4em; }
            .index_sp_nav_bg .index_sp_nav ul li:first-child a:hover {
              color: #b10000;
              background: #ffffff; }
        .index_sp_nav_bg .index_sp_nav ul li:nth-child(3), .index_sp_nav_bg .index_sp_nav ul li:nth-child(5) {
          margin-left: 10px; }

.index_con_bg {
  padding: 40px 16px 20px;
  width: 100%; }
  .index_con_bg .index_con {
    width: 100%; }
    .index_con_bg .index_con .index_main {
      width: 100%; }
      .index_con_bg .index_con .index_main h2 {
        font-weight: 500;
        font-size: 1.714em;
        text-align: center;
        padding-bottom: 15px;
        border-bottom: 2px solid #C20000;
        margin-top: 90px; }
        .index_con_bg .index_con .index_main h2:first-child {
          margin-top: 0; }
      .index_con_bg .index_con .index_main .index_benefits {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        width: 100%; }
        .index_con_bg .index_con .index_main .index_benefits h3 {
          font-weight: normal;
          margin-top: 30px;
          width: 100%;
          font-size: 1.429em;
          text-align: center; }
        .index_con_bg .index_con .index_main .index_benefits .index_benefits_box {
          width: 100%;
          margin-top: 40px;
          pointer-events: none; }
          .index_con_bg .index_con .index_main .index_benefits .index_benefits_box a {
            width: 100%;
            display: block;
            color: #ffffff;
            text-decoration: none;
            pointer-events: none; }
            .index_con_bg .index_con .index_main .index_benefits .index_benefits_box a img {
              display: block;
              max-width: none !important;
              width: 100%;
              height: auto;
              position: relative;
              -webkit-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              transition: all 0.3s ease; }
            .index_con_bg .index_con .index_main .index_benefits .index_benefits_box a .index_benefits_box_no {
              z-index: 10;
              background: #C20000;
              font-size: 1.1em;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              -webkit-display: flex;
              -moz-display: flex;
              -ms-display: flex;
              -o-display: flex;
              display: flex;
              -ms-align-items: center;
              align-items: center;
              -webkit-justify-content: flex-start;
              -moz-justify-content: flex-start;
              -ms-justify-content: flex-start;
              -o-justify-content: flex-start;
              justify-content: flex-start;
              -webkit-flex-wrap: wrap;
              -moz-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              -o-flex-wrap: wrap;
              flex-wrap: wrap;
              font-weight: 500;
              padding: 10px 10px; }
              .index_con_bg .index_con .index_main .index_benefits .index_benefits_box a .index_benefits_box_no span {
                margin-left: 3px;
                margin-right: 10px;
                font-size: 1.2em;
                font-family: Futura, Geneva, "sans-serif";
                line-height: 1;
                padding: 5px 0 0 0; }
            .index_con_bg .index_con .index_main .index_benefits .index_benefits_box a .index_benefits_box_text {
              min-height: 5em;
              width: 100%;
              padding: 10px 20px;
              -webkit-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              transition: all 0.3s ease;
              background: rgba(102, 102, 102, 0.9); }
            .index_con_bg .index_con .index_main .index_benefits .index_benefits_box a:hover img {
              opacity: 0.8; }
            .index_con_bg .index_con .index_main .index_benefits .index_benefits_box a:hover .index_benefits_box_text {
              background: #373737; }
        .index_con_bg .index_con .index_main .index_benefits p {
          margin-top: 40px;
          width: 100%;
          text-align: center;
          font-size: 1.143em; }
      .index_con_bg .index_con .index_main .index_benefits_btn {
        width: 100%;
        margin-top: 40px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center; }
        .index_con_bg .index_con .index_main .index_benefits_btn a {
          width: 380px;
          padding: 15px 35px 15px 40px;
          display: block;
          border: 1px solid #b10000;
          background: #b10000;
          color: #ffffff;
          font-size: 1.286em;
          text-decoration: none;
          text-align: center;
          font-weight: bold;
          position: relative;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .index_con_bg .index_con .index_main .index_benefits_btn a::before {
            content: "";
            width: 7px;
            height: 7px;
            border-top: 1px solid #ffffff;
            border-right: 1px solid #ffffff;
            transform: rotate(45deg);
            position: absolute;
            left: 88px;
            top: 23px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
          .index_con_bg .index_con .index_main .index_benefits_btn a:hover {
            background: #ffffff;
            color: #b10000; }
            .index_con_bg .index_con .index_main .index_benefits_btn a:hover::before {
              border-top: 1px solid #b10000;
              border-right: 1px solid #b10000; }
      .index_con_bg .index_con .index_main .index_info .index_info_nav {
        margin-top: 40px; }
        .index_con_bg .index_con .index_main .index_info .index_info_nav ul {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          -webkit-display: flex;
          -moz-display: flex;
          -ms-display: flex;
          -o-display: flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          -o-flex-wrap: wrap;
          flex-wrap: wrap; }
          .index_con_bg .index_con .index_main .index_info .index_info_nav ul li {
            width: calc((100% / 2) - 5px);
            margin-top: 15px;
            padding: 10px 5px 13px 5px;
            text-align: center;
            background: #f4f4f4;
            cursor: pointer;
            font-weight: 500;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            -webkit-display: flex;
            -moz-display: flex;
            -ms-display: flex;
            -o-display: flex;
            display: flex;
            -ms-align-items: center;
            align-items: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -ms-justify-content: center;
            -o-justify-content: center;
            justify-content: center;
            position: relative;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease; }
            .index_con_bg .index_con .index_main .index_info .index_info_nav ul li a {
              text-decoration: none;
              color: #333333;
              padding: 15px 15px 18px 15px;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              -webkit-display: flex;
              -moz-display: flex;
              -ms-display: flex;
              -o-display: flex;
              display: flex;
              -ms-align-items: center;
              align-items: center;
              -webkit-justify-content: center;
              -moz-justify-content: center;
              -ms-justify-content: center;
              -o-justify-content: center;
              justify-content: center;
              width: 100%;
/*              height: 100%;*/ 
			height: auto;
			max-height: 78px;}
            .index_con_bg .index_con .index_main .index_info .index_info_nav ul li:nth-child(1) {
              background: #999999;
              width: 100%;
              margin-top: 0px; }
              .index_con_bg .index_con .index_main .index_info .index_info_nav ul li:nth-child(1) a {
                color: #ffffff; }
            .index_con_bg .index_con .index_main .index_info .index_info_nav ul li:nth-child(2) {
              border-bottom: 3px solid #B10000; }
              .index_con_bg .index_con .index_main .index_info .index_info_nav ul li:nth-child(2) span {
                padding-top: 22px;
                background: url("../images/icon_member.png") top center no-repeat; }
            .index_con_bg .index_con .index_main .index_info .index_info_nav ul li:nth-child(3) {
              font-size: 0.9em;
              border-bottom: 3px solid #27509A; }
              .index_con_bg .index_con .index_main .index_info .index_info_nav ul li:nth-child(3) span {
                padding-top: 22px;
                background: url("../images/icon_seminar.png") top center no-repeat; }
            .index_con_bg .index_con .index_main .index_info .index_info_nav ul li:nth-child(4) {
              border-bottom: 3px solid #429C2A; }
              .index_con_bg .index_con .index_main .index_info .index_info_nav ul li:nth-child(4) span {
                padding-top: 22px;
                background: url("../images/icon_alternating.png") top center no-repeat; }
            .index_con_bg .index_con .index_main .index_info .index_info_nav ul li:nth-child(5) {
              border-bottom: 3px solid #10A6B8; }
              .index_con_bg .index_con .index_main .index_info .index_info_nav ul li:nth-child(5) span {
                padding-top: 22px;
                background: url("../images/icon_test.png") top center no-repeat; }
            .index_con_bg .index_con .index_main .index_info .index_info_nav ul li:nth-child(6) {
              border-bottom: 3px solid #6F4383; }
              .index_con_bg .index_con .index_main .index_info .index_info_nav ul li:nth-child(6) span {
                padding-top: 22px;
                background: url("../images/icon_sales.png") top center no-repeat; }
            .index_con_bg .index_con .index_main .index_info .index_info_nav ul li:nth-child(7) {
              border-bottom: 3px solid #EF8F07; }
              .index_con_bg .index_con .index_main .index_info .index_info_nav ul li:nth-child(7) span {
                padding-top: 22px;
                background: url("../images/icon_event.png") top center no-repeat; }
            .index_con_bg .index_con .index_main .index_info .index_info_nav ul li:nth-child(8) {
              border-bottom: 3px solid #F76A9C; }
              .index_con_bg .index_con .index_main .index_info .index_info_nav ul li:nth-child(8) span {
                padding-top: 22px;
                background: url("../images/icon_activity.png") top center no-repeat; }
            .index_con_bg .index_con .index_main .index_info .index_info_nav ul li:nth-child(9) {
              border-bottom: 3px solid #ac927a; }
              .index_con_bg .index_con .index_main .index_info .index_info_nav ul li:nth-child(9) span {
                padding-top: 22px;
                background: url("../images/icon_subsidy.png") top center no-repeat; }
            .index_con_bg .index_con .index_main .index_info .index_info_nav ul li:nth-child(10) {
              border-bottom: 3px solid #2a753d; }
              .index_con_bg .index_con .index_main .index_info .index_info_nav ul li:nth-child(10) span {
                padding-top: 22px;
                background: url("../images/icon_notice.png") top center no-repeat; }
            .index_con_bg .index_con .index_main .index_info .index_info_nav ul li:nth-child(11) {
              border-bottom: 3px solid #C94200;
              background: #ffecec; }
              .index_con_bg .index_con .index_main .index_info .index_info_nav ul li:nth-child(11) span {
                padding-top: 22px;
                background: url("../images/icon_gazette.png") top center no-repeat; }
            .index_con_bg .index_con .index_main .index_info .index_info_nav ul li:nth-child(2n) {
              margin-right: 10px; }
            .index_con_bg .index_con .index_main .index_info .index_info_nav ul li::after {
              position: absolute;
              bottom: -14px;
              left: calc(50% - 7px);
              content: "";
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 0px 7px 0 7px;
              border-color: transparent transparent transparent transparent;
              -webkit-transition: all 0.5s ease;
              -moz-transition: all 0.5s ease;
              -o-transition: all 0.5s ease;
              transition: all 0.5s ease; }
            .index_con_bg .index_con .index_main .index_info .index_info_nav ul li.current {
              padding: 10px 5px 10px 5px; }
              .index_con_bg .index_con .index_main .index_info .index_info_nav ul li.current a {
                color: #ffffff; }
              .index_con_bg .index_con .index_main .index_info .index_info_nav ul li.current:nth-child(1) {
                border-bottom: 6px solid #666666;
                background: #666666; }
                .index_con_bg .index_con .index_main .index_info .index_info_nav ul li.current:nth-child(1)::after {
                  border-width: 9px 7px 0 7px;
                  border-color: #666666 transparent transparent transparent; }
              .index_con_bg .index_con .index_main .index_info .index_info_nav ul li.current:nth-child(2) {
                border-bottom: 6px solid #B10000;
                background: #B10000; }
                .index_con_bg .index_con .index_main .index_info .index_info_nav ul li.current:nth-child(2) span {
                  background: url("../images/icon_member_white.png") top center no-repeat; }
                .index_con_bg .index_con .index_main .index_info .index_info_nav ul li.current:nth-child(2)::after {
                  border-width: 9px 7px 0 7px;
                  border-color: #B10000 transparent transparent transparent; }
              .index_con_bg .index_con .index_main .index_info .index_info_nav ul li.current:nth-child(3) {
                border-bottom: 6px solid #27509A;
                background: #27509A; }
                .index_con_bg .index_con .index_main .index_info .index_info_nav ul li.current:nth-child(3) span {
                  padding-top: 22px;
                  background: url("../images/icon_seminar_white.png") top center no-repeat; }
                .index_con_bg .index_con .index_main .index_info .index_info_nav ul li.current:nth-child(3)::after {
                  border-width: 9px 7px 0 7px;
                  border-color: #27509A transparent transparent transparent; }
              .index_con_bg .index_con .index_main .index_info .index_info_nav ul li.current:nth-child(4) {
                border-bottom: 6px solid #429C2A;
                background: #429C2A; }
                .index_con_bg .index_con .index_main .index_info .index_info_nav ul li.current:nth-child(4) span {
                  padding-top: 22px;
                  background: url("../images/icon_alternating_white.png") top center no-repeat; }
                .index_con_bg .index_con .index_main .index_info .index_info_nav ul li.current:nth-child(4)::after {
                  border-width: 9px 7px 0 7px;
                  border-color: #429C2A transparent transparent transparent; }
              .index_con_bg .index_con .index_main .index_info .index_info_nav ul li.current:nth-child(5) {
                border-bottom: 6px solid #10A6B8;
                background: #10A6B8; }
                .index_con_bg .index_con .index_main .index_info .index_info_nav ul li.current:nth-child(5) span {
                  padding-top: 22px;
                  background: url("../images/icon_test_white.png") top center no-repeat; }
                .index_con_bg .index_con .index_main .index_info .index_info_nav ul li.current:nth-child(5)::after {
                  border-width: 9px 7px 0 7px;
                  border-color: #10A6B8 transparent transparent transparent; }
              .index_con_bg .index_con .index_main .index_info .index_info_nav ul li.current:nth-child(6) {
                border-bottom: 6px solid #6F4383;
                background: #6F4383; }
                .index_con_bg .index_con .index_main .index_info .index_info_nav ul li.current:nth-child(6) span {
                  padding-top: 22px;
                  background: url("../images/icon_sales_white.png") top center no-repeat; }
                .index_con_bg .index_con .index_main .index_info .index_info_nav ul li.current:nth-child(6)::after {
                  border-width: 9px 7px 0 7px;
                  border-color: #6F4383 transparent transparent transparent; }
              .index_con_bg .index_con .index_main .index_info .index_info_nav ul li.current:nth-child(7) {
                border-bottom: 6px solid #EF8F07;
                background: #EF8F07; }
                .index_con_bg .index_con .index_main .index_info .index_info_nav ul li.current:nth-child(7) span {
                  padding-top: 22px;
                  background: url("../images/icon_event_white.png") top center no-repeat; }
                .index_con_bg .index_con .index_main .index_info .index_info_nav ul li.current:nth-child(7)::after {
                  border-width: 9px 7px 0 7px;
                  border-color: #EF8F07 transparent transparent transparent; }
              .index_con_bg .index_con .index_main .index_info .index_info_nav ul li.current:nth-child(8) {
                border-bottom: 6px solid #F76A9C;
                background: #F76A9C; }
                .index_con_bg .index_con .index_main .index_info .index_info_nav ul li.current:nth-child(8) span {
                  padding-top: 22px;
                  background: url("../images/icon_activity_white.png") top center no-repeat; }
                .index_con_bg .index_con .index_main .index_info .index_info_nav ul li.current:nth-child(8)::after {
                  border-width: 9px 7px 0 7px;
                  border-color: #F76A9C transparent transparent transparent; }
              .index_con_bg .index_con .index_main .index_info .index_info_nav ul li.current:nth-child(9) {
                border-bottom: 6px solid #ac927a;
                background: #ac927a; }
                .index_con_bg .index_con .index_main .index_info .index_info_nav ul li.current:nth-child(9) span {
                  padding-top: 22px;
                  background: url("../images/icon_subsidy_white.png") top center no-repeat; }
                .index_con_bg .index_con .index_main .index_info .index_info_nav ul li.current:nth-child(9)::after {
                  border-width: 9px 7px 0 7px;
                  border-color: #ac927a transparent transparent transparent; }
              .index_con_bg .index_con .index_main .index_info .index_info_nav ul li.current:nth-child(10) {
                border-bottom: 6px solid #2a753d;
                background: #2a753d; }
                .index_con_bg .index_con .index_main .index_info .index_info_nav ul li.current:nth-child(10) span {
                  padding-top: 22px;
                  background: url("../images/icon_notice_white.png") top center no-repeat; }
                .index_con_bg .index_con .index_main .index_info .index_info_nav ul li.current:nth-child(10)::after {
                  border-width: 9px 7px 0 7px;
                  border-color: #2a753d transparent transparent transparent; }
              .index_con_bg .index_con .index_main .index_info .index_info_nav ul li.current:nth-child(11) {
                border-bottom: 6px solid #C94200;
                background: #C94200; }
                .index_con_bg .index_con .index_main .index_info .index_info_nav ul li.current:nth-child(11) span {
                  padding-top: 22px;
                  background: url("../images/icon_gazette_white.png") top center no-repeat; }
                .index_con_bg .index_con .index_main .index_info .index_info_nav ul li.current:nth-child(11)::after {
                  border-width: 9px 7px 0 7px;
                  border-color: #C94200 transparent transparent transparent; }
      .index_con_bg .index_con .index_main .index_info .index_info_con {
        display: none;
        height: 0;
        opacity: 0;
        margin-top: 30px; }
        .index_con_bg .index_con .index_main .index_info .index_info_con.current {
          opacity: 1;
          height: auto;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          -webkit-display: flex;
          -moz-display: flex;
          -ms-display: flex;
          -o-display: flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          -o-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          -ms-justify-content: space-between;
          -o-justify-content: space-between;
          justify-content: space-between; }
        .index_con_bg .index_con .index_main .index_info .index_info_con .index_info_con_box {
          display: block;
          width: 100%; }
          .index_con_bg .index_con .index_main .index_info .index_info_con .index_info_con_box a {
            text-decoration: none;
            color: #333333;
            padding: 20px 0;
            border-bottom: 1px solid #E5E5E5;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            -webkit-display: flex;
            -moz-display: flex;
            -ms-display: flex;
            -o-display: flex;
            display: flex;
            -webkit-justify-content: space-between;
            -moz-justify-content: space-between;
            -ms-justify-content: space-between;
            -o-justify-content: space-between;
            justify-content: space-between;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease; }
            .index_con_bg .index_con .index_main .index_info .index_info_con .index_info_con_box a:hover {
              opacity: 0.6; }
          .index_con_bg .index_con .index_main .index_info .index_info_con .index_info_con_box .index_info_con_box_img {
            width: 80px; }
            .index_con_bg .index_con .index_main .index_info .index_info_con .index_info_con_box .index_info_con_box_img img {
              width: 100%;
              height: auto; }
          .index_con_bg .index_con .index_main .index_info .index_info_con .index_info_con_box .index_info_con_box_text {
            width: calc(100% - 100px); }
            .index_con_bg .index_con .index_main .index_info .index_info_con .index_info_con_box .index_info_con_box_text .index_info_con_box_text_day_category {
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              -webkit-display: flex;
              -moz-display: flex;
              -ms-display: flex;
              -o-display: flex;
              display: flex;
              -ms-align-items: center;
              align-items: center;
              -webkit-flex-wrap: wrap;
              -moz-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              -o-flex-wrap: wrap;
              flex-wrap: wrap;
              -webkit-justify-content: space-between;
              -moz-justify-content: space-between;
              -ms-justify-content: space-between;
              -o-justify-content: space-between;
              justify-content: space-between; }
              .index_con_bg .index_con .index_main .index_info .index_info_con .index_info_con_box .index_info_con_box_text .index_info_con_box_text_day_category .index_info_con_box_text_day {
                color: #a2a2a2;
                width: 80px; }
              .index_con_bg .index_con .index_main .index_info .index_info_con .index_info_con_box .index_info_con_box_text .index_info_con_box_text_day_category .index_info_con_box_text_category {
                color: #ffffff;
                font-size: 0.9em;
                font-weight: 500;
                text-align: center;
                width: 150px;
                padding: 1px 0; }
                .index_con_bg .index_con .index_main .index_info .index_info_con .index_info_con_box .index_info_con_box_text .index_info_con_box_text_day_category .index_info_con_box_text_category[title^="会員サービス"] {
                  background: #B10000; }
                  .index_con_bg .index_con .index_main .index_info .index_info_con .index_info_con_box .index_info_con_box_text .index_info_con_box_text_day_category .index_info_con_box_text_category[title^="会員サービス"] span {
                    padding: 0 0 0 25px;
                    background: url("../images/icon_member_white.png") left center no-repeat; }
                .index_con_bg .index_con .index_main .index_info .index_info_con .index_info_con_box .index_info_con_box_text .index_info_con_box_text_day_category .index_info_con_box_text_category[title^="セミナー・講演会"] {
                  background: #27509A; }
                  .index_con_bg .index_con .index_main .index_info .index_info_con .index_info_con_box .index_info_con_box_text .index_info_con_box_text_day_category .index_info_con_box_text_category[title^="セミナー・講演会"] span {
                    padding: 0 0 0 25px;
                    background: url("../images/icon_seminar_white.png") left center no-repeat; }
                .index_con_bg .index_con .index_main .index_info .index_info_con .index_info_con_box .index_info_con_box_text .index_info_con_box_text_day_category .index_info_con_box_text_category[title^="交流会"] {
                  background: #429c2a; }
                  .index_con_bg .index_con .index_main .index_info .index_info_con .index_info_con_box .index_info_con_box_text .index_info_con_box_text_day_category .index_info_con_box_text_category[title^="交流会"] span {
                    padding: 0 0 0 25px;
                    background: url("../images/icon_alternating_white.png") left center no-repeat; }
                .index_con_bg .index_con .index_main .index_info .index_info_con .index_info_con_box .index_info_con_box_text .index_info_con_box_text_day_category .index_info_con_box_text_category[title^="検定"] {
                  background: #10a6b8; }
                  .index_con_bg .index_con .index_main .index_info .index_info_con .index_info_con_box .index_info_con_box_text .index_info_con_box_text_day_category .index_info_con_box_text_category[title^="検定"] span {
                    padding: 0 0 0 25px;
                    background: url("../images/icon_test_white.png") left center no-repeat; }
                .index_con_bg .index_con .index_main .index_info .index_info_con .index_info_con_box .index_info_con_box_text .index_info_con_box_text_day_category .index_info_con_box_text_category[title^="販路拡大"] {
                  background: #6f4383; }
                  .index_con_bg .index_con .index_main .index_info .index_info_con .index_info_con_box .index_info_con_box_text .index_info_con_box_text_day_category .index_info_con_box_text_category[title^="販路拡大"] span {
                    padding: 0 0 0 25px;
                    background: url("../images/icon_sales_white.png") left center no-repeat; }
                .index_con_bg .index_con .index_main .index_info .index_info_con .index_info_con_box .index_info_con_box_text .index_info_con_box_text_day_category .index_info_con_box_text_category[title^="イベント"] {
                  background: #ef8f07; }
                .index_con_bg .index_con .index_main .index_info .index_info_con .index_info_con_box .index_info_con_box_text .index_info_con_box_text_day_category .index_info_con_box_text_category[title^="お知らせ"] {
                  background: #2a753d; }
                  .index_con_bg .index_con .index_main .index_info .index_info_con .index_info_con_box .index_info_con_box_text .index_info_con_box_text_day_category .index_info_con_box_text_category[title^="イベント"] span {
                    padding: 0 0 0 25px;
                    background: url("../images/icon_event_white.png") left center no-repeat; }
                .index_con_bg .index_con .index_main .index_info .index_info_con .index_info_con_box .index_info_con_box_text .index_info_con_box_text_day_category .index_info_con_box_text_category[title^="公報(政策・施策)"] {
                  background: #c94200; }
                  .index_con_bg .index_con .index_main .index_info .index_info_con .index_info_con_box .index_info_con_box_text .index_info_con_box_text_day_category .index_info_con_box_text_category[title^="公報(政策・施策)"] span {
                    padding: 0 0 0 25px;
                    background: url("../images/icon_gazette_white.png") left center no-repeat; }
                .index_con_bg .index_con .index_main .index_info .index_info_con .index_info_con_box .index_info_con_box_text .index_info_con_box_text_day_category .index_info_con_box_text_category[title^="福商の活動"] {
                  background: #f76a9c; }
                  .index_con_bg .index_con .index_main .index_info .index_info_con .index_info_con_box .index_info_con_box_text .index_info_con_box_text_day_category .index_info_con_box_text_category[title^="福商の活動"] span {
                    padding: 0 0 0 25px;
                    background: url("../images/icon_activity_white.png") left center no-repeat; }
            .index_con_bg .index_con .index_main .index_info .index_info_con .index_info_con_box .index_info_con_box_text .index_info_con_box_period {
              color: #b10000;
              font-size: 1.1em;
              font-weight: 500;
              margin-top: 5px;
              border-bottom: 1px solid #b10000;
              padding: 5px 0; }
              .index_con_bg .index_con .index_main .index_info .index_info_con .index_info_con_box .index_info_con_box_text .index_info_con_box_period span {
                margin-right: 20px;
                padding: 0 0 0 24px;
                display: block;
                background: url("../images/period_icon.png") left center no-repeat; }
            .index_con_bg .index_con .index_main .index_info .index_info_con .index_info_con_box .index_info_con_box_text .index_info_con_box_text {
              margin-top: 10px;
              font-weight: 500;
              width: 100%; }
      .index_con_bg .index_con .index_main .index_info .index_info_more_btn {
        width: 100%;
        margin-top: 40px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center; }
        .index_con_bg .index_con .index_main .index_info .index_info_more_btn a {
          width: 380px;
          padding: 15px 35px 15px 40px;
          display: block;
          border: 1px solid #b10000;
          background: #b10000;
          color: #ffffff;
          font-size: 1.15em;
          text-decoration: none;
          text-align: center;
          font-weight: bold;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .index_con_bg .index_con .index_main .index_info .index_info_more_btn a span {
            background: url("../images/icon_list_white.png") left center no-repeat;
            padding: 0 0 0 28px;
            position: relative; }
            .index_con_bg .index_con .index_main .index_info .index_info_more_btn a span::before {
              content: "";
              width: 7px;
              height: 7px;
              border-top: 1.5px solid #ffffff;
              border-right: 1.5px solid #ffffff;
              transform: rotate(45deg);
              position: absolute;
              left: -20px;
              top: 7px;
              -webkit-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              transition: all 0.3s ease; }
          .index_con_bg .index_con .index_main .index_info .index_info_more_btn a:hover {
            background: #ffffff;
            color: #b10000; }
            .index_con_bg .index_con .index_main .index_info .index_info_more_btn a:hover span {
              background: url("../images/icon_list.png") left center no-repeat; }
              .index_con_bg .index_con .index_main .index_info .index_info_more_btn a:hover span::before {
                border-top: 1.5px solid #b10000;
                border-right: 1.5px solid #b10000;
                top: 5px;
                transform: rotate(135deg); }
      .index_con_bg .index_con .index_main .index_info .index_info_calendar_btn {
        margin-top: 50px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center; }
        .index_con_bg .index_con .index_main .index_info .index_info_calendar_btn a {
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          .index_con_bg .index_con .index_main .index_info .index_info_calendar_btn a:hover {
            opacity: 0.7; }
          .index_con_bg .index_con .index_main .index_info .index_info_calendar_btn a img {
            width: 100%;
            max-width: none !important; }
      .index_con_bg .index_con .index_main .index_info .index_info_contact {
        margin-top: 50px;
        border: 4px solid #b10000;
        background: #ffffff;
        position: relative; }
        .index_con_bg .index_con .index_main .index_info .index_info_contact .index_info_contact_title {
          background: url("../images/diagonal_line_red_01.jpg");
          color: #ffffff;
          font-size: 1.25em;
          font-weight: bold;
          line-height: 1.4;
          padding: 12px; }
          .index_con_bg .index_con .index_main .index_info .index_info_contact .index_info_contact_title span {
            display: block;
            font-size: 0.9em; }
        .index_con_bg .index_con .index_main .index_info .index_info_contact .index_info_contact_text_tel_btn {
          width: 100%;
          padding: 20px 15px;
          text-align: center; }
        .index_con_bg .index_con .index_main .index_info .index_info_contact .index_info_contact_text {
          font-size: 1.05em;
          font-weight: 500; }
        .index_con_bg .index_con .index_main .index_info .index_info_contact .index_info_contact_tel {
          margin-top: 10px; }
          .index_con_bg .index_con .index_main .index_info .index_info_contact .index_info_contact_tel a {
            font-size: 2em;
            font-weight: bold;
            color: #b10000;
            text-decoration: none;
            line-height: 1;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease; }
            .index_con_bg .index_con .index_main .index_info .index_info_contact .index_info_contact_tel a:hover {
              opacity: 0.5; }
            .index_con_bg .index_con .index_main .index_info .index_info_contact .index_info_contact_tel a span {
              background: url("../images/index/index_info_contact_02.png") left center no-repeat;
              background-size: 27px auto;
              padding: 0 0 0 30px; }
        .index_con_bg .index_con .index_main .index_info .index_info_contact .index_info_contact_btn {
          margin-top: 15px; }
          .index_con_bg .index_con .index_main .index_info .index_info_contact .index_info_contact_btn a {
            font-size: 1.1em;
            font-weight: bold;
            color: #ffffff;
            text-decoration: none;
            background: #b10000;
            width: 100%;
            padding: 15px;
            display: block;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease; }
            .index_con_bg .index_con .index_main .index_info .index_info_contact .index_info_contact_btn a:hover {
              opacity: 0.5; }
            .index_con_bg .index_con .index_main .index_info .index_info_contact .index_info_contact_btn a span {
              background: url("../images/index/index_info_contact_03.png") left center no-repeat;
              padding: 0 0 0 30px; }
        .index_con_bg .index_con .index_main .index_info .index_info_contact .index_info_contact_img {
          width: 100%;
          padding: 0 30px;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          -webkit-display: flex;
          -moz-display: flex;
          -ms-display: flex;
          -o-display: flex;
          display: flex;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          -o-justify-content: center;
          justify-content: center; }
          .index_con_bg .index_con .index_main .index_info .index_info_contact .index_info_contact_img img {
            max-width: 100%;
            height: auto;
            display: block; }
      .index_con_bg .index_con .index_main .index_info .index_membership_nav {
        width: 100%;
        margin-top: 40px; }
        .index_con_bg .index_con .index_main .index_info .index_membership_nav ul li {
          width: 100%;
          margin: 15px 0 0 0; }
          .index_con_bg .index_con .index_main .index_info .index_membership_nav ul li:first-child {
            margin-top: 0; }
          .index_con_bg .index_con .index_main .index_info .index_membership_nav ul li a {
            padding: 12px;
            display: block;
            text-align: center;
            color: #ffffff;
            font-size: 1.3em;
            font-weight: 500;
            text-decoration: none;
            background: #666666;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease; }
            .index_con_bg .index_con .index_main .index_info .index_membership_nav ul li a:hover {
              opacity: 0.5; }
            .index_con_bg .index_con .index_main .index_info .index_membership_nav ul li a span {
              position: relative; }
              .index_con_bg .index_con .index_main .index_info .index_membership_nav ul li a span::after {
                position: absolute;
                left: -17px;
                top: 11px;
                width: 6px;
                height: 6px;
                content: "";
                border-top: 1px solid #ffffff;
                border-right: 1px solid #ffffff;
                transform: rotate(45deg); }
    .index_con_bg .index_con .index_side {
      width: 100%;
      margin-top: 40px;
      display: block; }
      .index_con_bg .index_con .index_side ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between; }
        .index_con_bg .index_con .index_side ul li {
          margin-top: 10px; }
          .index_con_bg .index_con .index_side ul li:nth-child(1) {
            width: 100%;
            margin-top: 0; }
          .index_con_bg .index_con .index_side ul li:nth-child(2) {
            width: 100%; }
          .index_con_bg .index_con .index_side ul li:nth-child(3) {
            width: 100%;
            /*一時2カラムに*/
            width: calc((100% - 10px) / 2); }
          .index_con_bg .index_con .index_side ul li:nth-child(4) {
            width: calc((100% - 20px) / 3);
            /*一時2カラムに*/
            width: calc((100% - 10px) / 2); }
          .index_con_bg .index_con .index_side ul li:nth-child(5) {
            width: calc((100% - 20px) / 3);
            /*一時2カラムに*/
            width: calc((100% - 10px) / 2); 
           /*一時1カラムに*/
            /*width: 100%; */}
          .index_con_bg .index_con .index_side ul li:nth-child(6) {
            width: calc((100% - 20px) / 3);
            /*一時2カラムに*/
            width: calc((100% - 10px) / 2);
            /*一時1カラムに*/
            /*width: 100%;*/ }
          .index_con_bg .index_con .index_side ul li:nth-child(7) {
            width: calc((100% - 10px) / 2);
            width: 100%; }
          .index_con_bg .index_con .index_side ul li:nth-child(8) {
            width: calc((100% - 10px) / 2); }
          .index_con_bg .index_con .index_side ul li a {
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease; }
            .index_con_bg .index_con .index_side ul li a:hover {
              opacity: 0.7; }
          .index_con_bg .index_con .index_side ul li img {
            max-width: none !important;
            width: 100%;
            height: auto; }
            .index_con_bg .index_con .index_side ul li img:nth-child(1) {
              display: none; }
      .index_con_bg .index_con .index_side .index_side_hp_bg {
        width: 100%;
        margin: 40px 0 0 0;
        border: 1px solid #666666;
        overflow: hidden; }
        .index_con_bg .index_con .index_side .index_side_hp_bg .index_side_hp_title {
          background: #434343;
          color: #ffffff;
          text-align: center;
          font-size: 1.1em;
          padding: 10px 0; }
        .index_con_bg .index_con .index_side .index_side_hp_bg .index_side_hp {
          padding: 10px; }
          .index_con_bg .index_con .index_side .index_side_hp_bg .index_side_hp .index_side_hp_btn_01 {
            margin-top: 10px;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            -webkit-display: flex;
            -moz-display: flex;
            -ms-display: flex;
            -o-display: flex;
            display: flex;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -ms-justify-content: center;
            -o-justify-content: center;
            justify-content: center; }
            .index_con_bg .index_con .index_side .index_side_hp_bg .index_side_hp .index_side_hp_btn_01 a {
              width: 100%;
              text-align: center;
              background: url("../images/new_window_icon_white.png") calc(100% - 10px) center #666666 no-repeat;
              background-size: 12px auto;
              color: #ffffff;
              font-weight: bold;
              padding: 5px 5px 5px 15px;
              display: block;
              text-decoration: none;
              position: relative;
              -webkit-transition: all 0.5s ease;
              -moz-transition: all 0.5s ease;
              -o-transition: all 0.5s ease;
              transition: all 0.5s ease; }
              .index_con_bg .index_con .index_side .index_side_hp_bg .index_side_hp .index_side_hp_btn_01 a:hover {
                opacity: 0.4; }
          .index_con_bg .index_con .index_side .index_side_hp_bg .index_side_hp .index_side_hp_btn_02 {
            margin-top: 5px;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            -webkit-display: flex;
            -moz-display: flex;
            -ms-display: flex;
            -o-display: flex;
            display: flex;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -ms-justify-content: center;
            -o-justify-content: center;
            justify-content: center; }
            .index_con_bg .index_con .index_side .index_side_hp_bg .index_side_hp .index_side_hp_btn_02 a {
              text-align: center;
              color: #666666;
              padding: 5px 5px 5px 15px;
              display: block;
              text-decoration: none;
              position: relative;
              -webkit-transition: all 0.5s ease;
              -moz-transition: all 0.5s ease;
              -o-transition: all 0.5s ease;
              transition: all 0.5s ease; }
              .index_con_bg .index_con .index_side .index_side_hp_bg .index_side_hp .index_side_hp_btn_02 a:hover {
                opacity: 0.4; }
              .index_con_bg .index_con .index_side .index_side_hp_bg .index_side_hp .index_side_hp_btn_02 a::after {
                content: "";
                position: absolute;
                left: 0;
                top: 13px;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 3.5px 0 3.5px 6.1px;
                border-color: transparent transparent transparent #434343; }
      .index_con_bg .index_con .index_side .index_side_service_bg {
        width: 100%;
        overflow: hidden;
        margin: 40px 0 0 0;
        border: 1px solid #666666; }
        .index_con_bg .index_con .index_side .index_side_service_bg .index_side_service_title {
          background: #434343;
          color: #ffffff;
          text-align: center;
          font-size: 1.05em;
          padding: 10px 0; }
        .index_con_bg .index_con .index_side .index_side_service_bg iframe {
          width: 100%;
          height: 30vh;
          border: none; }
        .index_con_bg .index_con .index_side .index_side_service_bg .index_side_service {
          padding: 10px 0 10px 10px; }
          .index_con_bg .index_con .index_side .index_side_service_bg .index_side_service .index_side_service_btn {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            -webkit-display: flex;
            -moz-display: flex;
            -ms-display: flex;
            -o-display: flex;
            display: flex;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -ms-justify-content: center;
            -o-justify-content: center;
            justify-content: center; 
            width: 95%;
            background: #999;
            margin-bottom: 10px}
          .index_con_bg .index_con .index_side .index_side_service_bg .index_side_service .index_side_service_btn:hover{
            background: #666;
}
            .index_con_bg .index_con .index_side .index_side_service_bg .index_side_service .index_side_service_btn a {
              text-align: center;
              color: #fff;
              padding: 5px 5px 5px 15px;
              display: block;
              text-decoration: none;
              position: relative;
              -webkit-transition: all 0.5s ease;
              -moz-transition: all 0.5s ease;
              -o-transition: all 0.5s ease;
              transition: all 0.5s ease; }
              .index_con_bg .index_con .index_side .index_side_service_bg .index_side_service .index_side_service_btn a:hover {
                opacity: 0.7; }
              .index_con_bg .index_con .index_side .index_side_service_bg .index_side_service .index_side_service_btn a::after {
                content: "";
                position: absolute;
                left: 0;
                top: 13px;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 3.5px 0 3.5px 6.1px;
                border-color: transparent transparent transparent #434343; }

/*----------------------------------------------------------------------------
******************************************************************************
** page
******************************************************************************
----------------------------------------------------------------------------*/
.page_title_bg {
  border-top: 6px solid #f3c0c0;
  background: url("../images/page_title_bg.jpg") center center repeat;
  width: 100%;
  padding: 45px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center; }
  .page_title_bg .page_title {
    width: 100%;
    text-align: center; }
    .page_title_bg .page_title h1 {
      color: #ffffff;
      font-size: 1.8em;
      font-weight: normal; }

/* ぱんくずリスト */
.breadcrumb_bg {
  width: 100%;
  padding: 14px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center; }
  .breadcrumb_bg .breadcrumb {
    width: 100%; }
    .breadcrumb_bg .breadcrumb ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .breadcrumb_bg .breadcrumb li {
      position: relative;
      margin: 0 0 5px 24px; }
      .breadcrumb_bg .breadcrumb li:first-child {
        margin-left: 0; }
      .breadcrumb_bg .breadcrumb li::after {
        position: absolute;
        left: -17px;
        top: 8px;
        width: 6px;
        height: 6px;
        content: "";
        border-top: 1px solid #333333;
        border-right: 1px solid #333333;
        transform: rotate(45deg); }
      .breadcrumb_bg .breadcrumb li a {
        padding: 0 5px;
        color: #b10000;
        text-decoration: none;
        border-bottom: 1px solid #b10000; }
      .breadcrumb_bg .breadcrumb li:first-child::after {
        display: none; }

.con_bg {
  width: 100%;
  padding: 30px 14px 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  overflow: hidden; }
  .con_bg .con {
    overflow: hidden;
    width: 100% !important; }
    .con_bg .con * {
      max-width: 100%; }
    .con_bg .con a {
      text-decoration: none; }
    .con_bg .con h2 {
      color: #ffffff;
      font-size: 1.2em;
      font-weight: 500;
      background: #666666;
      position: relative;
      padding: 10px 10px 10px 35px;
      margin: 50px 0 30px; }
      .con_bg .con h2::after {
        content: "";
        width: 3px;
        height: 40px;
        background: rgba(255, 255, 255, 0.5);
        position: absolute;
        left: 10px;
        top: 10px; }
    .con_bg .con h3 {
      font-size: 1.3em;
      margin: 35px 0 20px;
      padding: 5px 5px 5px 18px;
      border-left: 5px solid #b10000; }

.page_nav_bg {
  width: 100%;
  margin-bottom: 40px; }
  .page_nav_bg .page_nav {
    width: 100%; }
    .page_nav_bg .page_nav ul {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap; }
      .page_nav_bg .page_nav ul li {
        width: 100%;
        margin: 0px 0px 1px 0; }
        .page_nav_bg .page_nav ul li:nth-child(4n) {
          margin-right: 0; }
        .page_nav_bg .page_nav ul li a {
          background: #B10000;
          display: block;
          padding: 16px 40px 16px 20px;
          color: #ffffff;
          text-decoration: none;
          font-weight: bold;
          text-align: center;
          position: relative;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          .page_nav_bg .page_nav ul li a::after {
            position: absolute;
            right: 18px;
            top: 24px;
            width: 6px;
            height: 6px;
            content: "";
            border-top: 1px solid #ffffff;
            border-right: 1px solid #ffffff;
            transform: rotate(45deg);
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease; }
          .page_nav_bg .page_nav ul li a:hover, .page_nav_bg .page_nav ul li a.current {
            background: #820000; }
            .page_nav_bg .page_nav ul li a:hover::after, .page_nav_bg .page_nav ul li a.current::after {
              right: 18px;
              top: 24px;
              transform: rotate(135deg); }

.page_eyecatch {
  width: 100%;
  margin-bottom: 0px;
  overflow: hidden; }
  .page_eyecatch .flexslider {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    width: calc(100vw + 20px); }
    .page_eyecatch .flexslider .metaslider ul.slides {
      width: 100%; }
    .page_eyecatch .flexslider .metaslider .flex-control-nav {
      display: none; }
    .page_eyecatch .flexslider img {
      width: 100%; }

.page_outline .page_outline_title {
  color: #bf0000;
  font-size: 1.6em;
  font-weight: 500; }
.page_outline p {
  font-size: 1.1em;
  margin-top: 30px; }
  .page_outline p br {
    display: none; }

.common_btn_white_bg,.common_btn_white_bg2,.common_btn_white_bg3,.common_btn_white_bg4{
  margin: 20px 10px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center; }

.page_box .common_btn_white_bg,
.page_box .common_btn_white_bg2,
.page_box .common_btn_white_bg3,
.page_box .common_btn_white_bg4{
  margin: 20px 10px;
  width: 95%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center; }
  .common_btn_white_bg a,.common_btn_white_bg2 a,.common_btn_white_bg3 a {
    display: block;
    width: 100%;
    font-size: 1.286em;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    color: #b10000!important;
    padding: 10px 10px 10px 10px;
    border: 3px solid #b10000;
    background:#fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .common_btn_white_bg a span,.common_btn_white_bg2 a span,.common_btn_white_bg3 a span,.common_btn_white_bg4 a span{
      display: block;
      position: relative;
      padding-right: 20px; }
    .common_btn_white_bg5 a span {
      display: block;
      position: relative;
      padding-right: 0 30px; }
      .common_btn_white_bg a span::after,.common_btn_white_bg2 a span::after.common_btn_white_bg3 a span::after {
        position: absolute;
        right: 5px;
        top: calc(50% - 5px);
        width: 6px;
        height: 6px;
        content: "";
        border-top: 1px solid #b10000;
        border-right: 1px solid #b10000;
        transform: rotate(135deg);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
    .common_btn_white_bg a:hover,.common_btn_white_bg2 a:hover,.common_btn_white_bg3 a:hover  {
      background: #b10000;
      color: #ffffff!important; }
      .common_btn_white_bg a:hover span::after,.common_btn_white_bg2 a:hover span::after,.common_btn_white_bg3 a:hover span::after,.common_btn_white_bg4 a:hover span::after,.common_btn_white_bg5 a:hover span::after {
        border-top: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        transform: rotate(45deg);
        top: calc(50% - 4px); }
	  .common_btn_white_bg4 a{
    display: block;
    width: 100%;
    font-size: 1.286em;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    color: #06589f!important;
    padding: 10px 10px 10px 10px;
    border: 3px solid #06589f;
    background:#fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
      .common_btn_white_bg4 a span::after{
        position: absolute;
        right: 5px;
        top: calc(50% - 5px);
        width: 6px;
        height: 6px;
        content: "";
        border-top: 3px solid #06589f;
        border-right: 3px solid #06589f;
        transform: rotate(135deg);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
    .common_btn_white_bg4 a:hover{
      background: #06589f!important;
      color: #ffffff!important; }
.common_btn_white_bg5 {
  padding: 10px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center; }
	  .common_btn_white_bg5 a{
    display: block;
    width: 100%;
    font-size: 1.286em;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    color: navy!important;
    padding: 10px 10px 10px 10px;
    border: 3px solid navy;
    background:#fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
      .common_btn_white_bg5 a span::after{
        position: absolute;
        right: 5px;
        top: calc(50% - 5px);
        width: 6px;
        height: 6px;
        content: "";
        border-top: 3px solid navy;
        border-right: 3px solid navy;
        transform: rotate(135deg);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
    .common_btn_white_bg5 a:hover{
      background: navy!important;
      color: #ffffff!important; }


.common_table_01 {
  width: 100%; }
  .common_table_01 table {
    width: 100%; }
    .common_table_01 table tr:last-child td {
      border-bottom: 1px solid #cccccc; }
    .common_table_01 table tr th {
      display: block;
      padding: 20px 20px;
      width: 100%;
      background: #F1F1F1;
      border-top: 1px solid #cccccc;
      border-left: 1px solid #dddddd;
      border-right: 1px solid #dddddd;
      font-size: 1.15em;
      font-weight: bold;
      text-align: center; }
    .common_table_01 table tr td {
      display: block;
      padding: 20px 20px;
      width: 100%;
      border-top: 1px solid #dddddd;
      border-left: 1px solid #dddddd;
      border-right: 1px solid #dddddd;
      font-size: 1.15em; }

/*----------------------------------------------------------------------------
******************************************************************************
** 博多うまかもん市
******************************************************************************
----------------------------------------------------------------------------*/
.umakamon_01_info_bg {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }
  .umakamon_01_info_bg .umakamon_01_info {
    width: 100%;
    margin: 10px 0; }
    .umakamon_01_info_bg .umakamon_01_info a {
      color: #000000;
      text-decoration: none;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .umakamon_01_info_bg .umakamon_01_info a:hover {
        opacity: 0.7; }
    .umakamon_01_info_bg .umakamon_01_info:nth-child(2n) {
      margin-right: 0; }
    .umakamon_01_info_bg .umakamon_01_info .umakamon_01_info_img {
      width: 80px; }
      .umakamon_01_info_bg .umakamon_01_info .umakamon_01_info_img img {
        width: 100%;
        height: auto; }
    .umakamon_01_info_bg .umakamon_01_info .umakamon_01_info_text {
      width: calc(100% - 100px);
      font-weight: 500;
      padding: 5px 0 0 0; }
      .umakamon_01_info_bg .umakamon_01_info .umakamon_01_info_text .umakamon_01_info_text_data {
        width: 100%;
        color: #c40001;
        font-size: 0.9em; }
      .umakamon_01_info_bg .umakamon_01_info .umakamon_01_info_text .umakamon_01_info_text_title {
        width: 100%;
        margin-top: 5px; }

.umakamon_01_state_img_bg {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }
  .umakamon_01_state_img_bg .umakamon_01_state_img {
    width: 100%;
    margin-bottom: 20px; }
    .umakamon_01_state_img_bg .umakamon_01_state_img img {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto; }

.umakamon_sns {
  margin-top: 60px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center; }
  .umakamon_sns a {
    display: block;
    margin: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .umakamon_sns a:hover {
      opacity: 0.7; }

.umakamon_02_shop_list_bg {
  margin-top: 40px; }
  .umakamon_02_shop_list_bg h2 {
    color: #b10000 !important;
    background: #f6dede !important; }
    .umakamon_02_shop_list_bg h2::after {
      background: rgba(177, 0, 0, 0.6) !important; }
  .umakamon_02_shop_list_bg .umakamon_02_shop_list {
    padding: 0 10px; }
    .umakamon_02_shop_list_bg .umakamon_02_shop_list ul {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap; }
      .umakamon_02_shop_list_bg .umakamon_02_shop_list ul li {
        width: 100%;
        margin-bottom: 25px; }
        .umakamon_02_shop_list_bg .umakamon_02_shop_list ul li img {
          display: block;
          margin: 0 auto 5px;
          width: 100%;
          height: 50vw;
          object-fit: cover;
          font-family: 'object-fit: cover;'; }
        .umakamon_02_shop_list_bg .umakamon_02_shop_list ul li a {
          display: block;
          font-weight: bold;
          font-size: 1.125em;
          color: #B10000;
          text-align: center;
          text-decoration: none;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          .umakamon_02_shop_list_bg .umakamon_02_shop_list ul li a span {
            padding-right: 24px;
            background: url("../images/new_window_icon_red.png") right center no-repeat; }
          .umakamon_02_shop_list_bg .umakamon_02_shop_list ul li a:hover {
            opacity: 0.7; }

.umakamon_02_pagenav_bg {
  width: 100%;
  margin-bottom: 40px; }
  .umakamon_02_pagenav_bg .umakamon_02_pagenav {
    width: 100%; }
    .umakamon_02_pagenav_bg .umakamon_02_pagenav ul {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap; }
      .umakamon_02_pagenav_bg .umakamon_02_pagenav ul li {
        width: calc((100% - 20px) / 5);
        margin: 5px 0px 0 0; }
        .umakamon_02_pagenav_bg .umakamon_02_pagenav ul li a {
          background: #B10000;
          display: block;
          padding: 10px 10px 22px 10px;
          color: #ffffff;
          text-decoration: none;
          font-weight: bold;
          font-size: 1.2em;
          text-align: center;
          position: relative;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          .umakamon_02_pagenav_bg .umakamon_02_pagenav ul li a::after {
            position: absolute;
            right: calc(50% - 4px);
            bottom: 12px;
            width: 6px;
            height: 6px;
            content: "";
            border-top: 1px solid #ffffff;
            border-right: 1px solid #ffffff;
            transform: rotate(135deg);
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease; }
          .umakamon_02_pagenav_bg .umakamon_02_pagenav ul li a:hover, .umakamon_02_pagenav_bg .umakamon_02_pagenav ul li a.current {
            background: #820000; }

.umakamon_02_shop_map_bg {
  width: 100%; }
  .umakamon_02_shop_map_bg .umakamon_02_shop_map {
    width: 100%; }
    .umakamon_02_shop_map_bg .umakamon_02_shop_map img {
      display: block;
      margin: 0 auto;
      max-width: 100%;
      height: auto; }
  .umakamon_02_shop_map_bg .umakamon_02_shop_map_btn {
    width: 100%; }
    .umakamon_02_shop_map_bg .umakamon_02_shop_map_btn ul li {
      width: 100%;
      margin-top: 25px; }
      .umakamon_02_shop_map_bg .umakamon_02_shop_map_btn ul li img {
        display: block;
        margin: 0 auto; }
      .umakamon_02_shop_map_bg .umakamon_02_shop_map_btn ul li a {
        color: #666666;
        text-decoration: none;
        text-align: center;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .umakamon_02_shop_map_bg .umakamon_02_shop_map_btn ul li a:hover {
          opacity: 0.6; }

.umakamon_02_schedule_bg .umakamon_02_schedule_title {
  width: 100%;
  padding: 10px;
  background: #b10000;
  font-size: 1.125em;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  margin: 20px 0 0; }
.umakamon_02_schedule_bg .umakamon_02_schedule_text {
  width: 100%;
  font-size: 1.125em;
  font-weight: 500;
  margin: 10px 0 0; }

.umakamon_02_schedule_details_bg {
  margin: 10px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }
  .umakamon_02_schedule_details_bg h3 {
    width: 100%;
    border-bottom: 2px solid #b10000;
    border-left: none !important; }
    .umakamon_02_schedule_details_bg h3::before {
      content: "■";
      color: #b10000;
      margin-right: 10px; }
  .umakamon_02_schedule_details_bg .umakamon_02_schedule_details_img {
    width: 100%;
    margin-top: 10px; }
    .umakamon_02_schedule_details_bg .umakamon_02_schedule_details_img img {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto; }
  .umakamon_02_schedule_details_bg .umakamon_02_schedule_details_title_text {
    width: 100%;
    margin-top: 10px; }
    .umakamon_02_schedule_details_bg .umakamon_02_schedule_details_title_text .umakamon_02_schedule_details_title {
      border-left: 4px solid #666666;
      background: #888888;
      color: #ffffff;
      font-size: 1.25em;
      font-weight: 500;
      padding: 10px; }
    .umakamon_02_schedule_details_bg .umakamon_02_schedule_details_title_text .umakamon_02_schedule_details_text {
      margin-top: 10px;
      background: #f4f4f4;
      padding: 20px; }

.umakamon_03_flow_bg {
  margin-top: 30px; }
  .umakamon_03_flow_bg .umakamon_03_flow {
    width: calc(100% - 40px);
    padding: 60px 20px 20px 20px;
    margin: 0 auto 80px;
    position: relative;
    border: 3px solid #dadada; }
    .umakamon_03_flow_bg .umakamon_03_flow::after {
      content: "";
      position: absolute;
      right: calc(50% - 15px);
      bottom: -35px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 16px 15px 0 15px;
      border-color: #b10000 transparent transparent transparent; }
    .umakamon_03_flow_bg .umakamon_03_flow:last-child::after {
      display: none; }
    .umakamon_03_flow_bg .umakamon_03_flow .umakamon_03_flow_step {
      position: absolute;
      top: -25px;
      left: calc(50% - 36px);
      width: 72px;
      height: 72px;
      background: #b10000;
      border-radius: 50%;
      text-align: center;
      font-size: 1.05em;
      font-weight: 500;
      color: #ffffff;
      line-height: 1;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap; }
      .umakamon_03_flow_bg .umakamon_03_flow .umakamon_03_flow_step span {
        width: 100%;
        display: block;
        font-size: 1.8em; }
    .umakamon_03_flow_bg .umakamon_03_flow .umakamon_03_flow_title {
      font-size: 1.25em;
      font-weight: bold;
      text-align: center; }
      .umakamon_03_flow_bg .umakamon_03_flow .umakamon_03_flow_title img {
        display: block;
        margin: 0 auto 10px; }
    .umakamon_03_flow_bg .umakamon_03_flow .umakamon_03_flow_text {
      margin-top: 10px; }

.umakamon_03_conditions {
  background: #f8f8f8;
  padding: 20px 20px; }
  .umakamon_03_conditions .umakamon_03_conditions_title {
    font-weight: bold;
    font-size: 1.25em;
    margin-top: 30px; }
    .umakamon_03_conditions .umakamon_03_conditions_title:first-child {
      margin-top: 0; }
    .umakamon_03_conditions .umakamon_03_conditions_title::before {
      content: "●";
      margin-right: 10px;
      color: #b10000; }
  .umakamon_03_conditions .umakamon_03_conditions_text {
    margin: 10px 0 0 28px;
    font-size: 1.143em; }

.umakamon_04_secretariat .umakamon_04_secretariat_img {
  width: 100%; }
  .umakamon_04_secretariat .umakamon_04_secretariat_img img {
    width: 100%;
    height: auto; }
.umakamon_04_secretariat .umakamon_04_secretariat_text {
  width: 100%;
  margin-top: 10px; }
  .umakamon_04_secretariat .umakamon_04_secretariat_text .umakamon_04_secretariat_text_info {
    width: 100%;
    background: #f9f9f9;
    padding: 10px;
    border: 2px solid #666666;
    font-size: 1.2em; }
  .umakamon_04_secretariat .umakamon_04_secretariat_text .umakamon_04_secretariat_text_supplement {
    margin-top: 20px;
    margin-left: 1em;
    font-size: 1.1em; }
    .umakamon_04_secretariat .umakamon_04_secretariat_text .umakamon_04_secretariat_text_supplement::first-letter {
      margin-left: -1em; }

.umakamon_04_access {
  width: 100%; }
  .umakamon_04_access p {
    font-size: 1.2em; }
  .umakamon_04_access iframe {
    margin-top: 15px;
    width: 100%;
    height: 70vw; }

.page_404_title {
  font-size: 1.3em;
  margin-bottom: 20px;
  text-align: center; }
  .page_404_title span {
    margin-top: 10px;
    display: block;
    font-size: 0.9em; }

/* ==== ページ名 === */
.sp {
  display: block !important; }

.pc {
  display: none !important; }

.membership_nav_bg {
  display: block;
  width: 100%; }
/*2020,1,24 入会案内ページ ページ内リンクボタンを表示させるため設定変更　↓*/
  .membership_nav_bg .membership_nav {
    width: 100%;
    max-width: 769px; }
    .membership_nav_bg .membership_nav ul {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
}
    .membership_nav_bg .membership_nav ul li {
        width: calc((100% - 20px) / 3);
        margin: 3px;
}
        .membership_nav_bg .membership_nav ul li:nth-child(7) {
          margin-bottom: 20px;
}

/*      .membership_nav_bg .membership_nav ul li:nth-child(8n) {
        margin-right: 0; }*/
      .membership_nav_bg .membership_nav ul li a {
        background: #B10000;
        display: block;
        padding: 10px;
        color: #ffffff;
        text-decoration: none;
        font-weight: bold;
		 font-size: 1em;
		  line-height: 1.2em;
		text-align: center;
        position: relative;
        width: 100%;
        height: 80px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .membership_nav_bg .membership_nav ul li a br {
          display: none; }
        .membership_nav_bg .membership_nav ul li a::after {
          position: absolute;
          right: calc(50% - 3px);
          bottom: 12px;
          width: 6px;
          height: 6px;
          content: "";
          border-top: 1px solid #ffffff;
          border-right: 1px solid #ffffff;
          transform: rotate(135deg);
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; }
        .membership_nav_bg .membership_nav ul li a:hover, .membership_nav_bg .membership_nav ul li a.current {
          background: #820000; }

.membership_02 {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  background: url("../images/membership/bg_blur.png") center center no-repeat;
  background-size: cover; }

.membership_02_con {
  width: 100%;
  padding: 30px 10px; }
  .membership_02_con h2 {
    font-size: 24px;
    color: #333;
    position: relative;
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 30px; }
    .membership_02_con h2::after {
      content: "";
      width: 100px;
      height: 2px;
      background: #c20000;
      position: absolute;
      bottom: 0;
      left: calc(50% - 50px); }
  .membership_02_con .membership_02_block {
    width: 100%; }
    .membership_02_con .membership_02_block .membership_02_box_img {
      max-width: 1000px;
      margin: 0 auto;
      text-align: center; }
    .membership_02_con .membership_02_block .membership_02_box {
      width: 100%; }
      .membership_02_con .membership_02_block .membership_02_box img {
        width: 100%;
        height: auto; }
      .membership_02_con .membership_02_block .membership_02_box p {
        font-size: 16px;
        line-height: 2em;
        margin-bottom: 30px;
        color: #333; }
      .membership_02_con .membership_02_block .membership_02_box h3 {
        color: #fff;
        font-size: 20px;
        width: 100%;
        text-align: center;
        background: #1377a6;
        padding: 10px;
        border-radius: 50px;
        position: relative;
        margin-top: 20px;
        margin-bottom: 40px; }
        .membership_02_con .membership_02_block .membership_02_box h3::after {
          content: "";
          position: absolute;
          width: 0;
          height: 0;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-top: 10px solid #1377a6;
          bottom: -10px;
          left: calc(50% - 10px); }

.membership_03 {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  background: #fff8f8; }

.membership_03_con {
  width: 100%;
  padding: 30px 10px; }
  .membership_03_con h2 {
    font-size: 24px;
    color: #333;
    position: relative;
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 35px; }
    .membership_03_con h2::after {
      content: "";
      width: 100px;
      height: 2px;
      background: #c20000;
      position: absolute;
      bottom: 0;
      left: calc(50% - 50px); }
  .membership_03_con .membership_03_txt {
    margin-bottom: 70px;
    text-align: center; }
  .membership_03_con p {
    color: #333;
    font-size: 16px; }
  .membership_03_con .membership_03_benefits {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .membership_03_con .membership_03_benefits a {
      text-decoration: none;
      color: #333; }
      .membership_03_con .membership_03_benefits a:hover {
        opacity: 0.7;
        border-bottom: 1px solid #333; }
    .membership_03_con .membership_03_benefits .membership_03_benefits01 {
      width: 100%;
      position: relative;
      border: 3px solid #ee5f2d;
      margin-bottom: 70px; }
      .membership_03_con .membership_03_benefits .membership_03_benefits01 .membership_03_benefits01_box {
        width: 100%;
        padding: 10px;
        background: #fff; }
        .membership_03_con .membership_03_benefits .membership_03_benefits01 .membership_03_benefits01_box p {
          font-size: 18px;
          color: #333;
          line-height: 1.6em;
          background: #f5f5f5;
          border: 3px solid #979797;
          width: 100%;
          padding: 5px; }
      .membership_03_con .membership_03_benefits .membership_03_benefits01::before {
        content: "";
        width: 100px;
        height: 100px;
        background: url(../images/membership/img_04.png) center no-repeat;
        position: absolute;
        top: -70px;
        left: calc(50% - 50px); }
      .membership_03_con .membership_03_benefits .membership_03_benefits01 .membership_03_benefits01_ttl {
        background: #ee5f2d;
        padding: 20px;
        text-align: center;
        font-size: 18px;
        color: #fff;
        font-weight: bold; }
      .membership_03_con .membership_03_benefits .membership_03_benefits01 ul {
        padding: 10px 0 10px 15px;
        width: 100%;
        background: #fff; }
        .membership_03_con .membership_03_benefits .membership_03_benefits01 ul li {
          font-size: 16px;
          color: #333;
          position: relative;
          padding: 5px;
          text-indent: -1.5em;
          padding-left: 1.5em;
          margin-left: 10px; }
          .membership_03_con .membership_03_benefits .membership_03_benefits01 ul li::before {
            content: "";
            background: url(../images/membership/img_46.png) center no-repeat;
            width: 9px;
            height: 15px;
            color: #47499a;
            position: absolute;
            left: -15px;
            top: calc(50% - 7.5px); }
    .membership_03_con .membership_03_benefits .membership_03_benefits02 {
      width: 100%;
      position: relative;
      border: 3px solid #248941;
      margin-bottom: 70px; }
      .membership_03_con .membership_03_benefits .membership_03_benefits02 .membership_03_benefits02_box {
        width: 100%;
        padding: 10px; }
        .membership_03_con .membership_03_benefits .membership_03_benefits02 .membership_03_benefits02_box p {
          font-size: 18px;
          color: #333;
          line-height: 1.6em;
          background: #f5f5f5;
          border: 3px solid #979797;
          width: 100%;
          padding: 5px; }
      .membership_03_con .membership_03_benefits .membership_03_benefits02::before {
        content: "";
        width: 100px;
        height: 100px;
        background: url(../images/membership/img_05.png) center no-repeat;
        position: absolute;
        top: -70px;
        left: calc(50% - 50px); }
      .membership_03_con .membership_03_benefits .membership_03_benefits02 .membership_03_benefits02_ttl {
        background: #248941;
        padding: 20px 0;
        text-align: center;
        font-size: 18px;
        color: #fff;
        font-weight: bold; }
      .membership_03_con .membership_03_benefits .membership_03_benefits02 ul {
        padding: 25px 0 0 10px;
        width: 100%;
        background: #fff; }
        .membership_03_con .membership_03_benefits .membership_03_benefits02 ul li {
          font-size: 16px;
          color: #333;
          position: relative;
          padding: 5px;
          text-indent: -1.5em;
          padding-left: 1.5em;
          margin-left: 10px; }
          .membership_03_con .membership_03_benefits .membership_03_benefits02 ul li::before {
            content: "";
            background: url(../images/membership/img_47.png) center no-repeat;
            width: 9px;
            height: 15px;
            color: #47499a;
            position: absolute;
            left: -15px;
            top: calc(50% - 7.5px); }
    .membership_03_con .membership_03_benefits .membership_03_benefits03 {
      width: 100%;
      position: relative;
      border: 3px solid #f1c600;
      margin-bottom: 70px; }
      .membership_03_con .membership_03_benefits .membership_03_benefits03 .membership_03_benefits03_box {
        width: 100%;
        padding: 10px; }
        .membership_03_con .membership_03_benefits .membership_03_benefits03 .membership_03_benefits03_box p {
          font-size: 18px;
          color: #333;
          line-height: 1.6em;
          background: #f5f5f5;
          border: 3px solid #979797;
          width: 100%;
          padding: 5px; }
      .membership_03_con .membership_03_benefits .membership_03_benefits03::before {
        content: "";
        width: 100px;
        height: 100px;
        background: url(../images/membership/img_06.png) center no-repeat;
        position: absolute;
        top: -70px;
        left: calc(50% - 50px); }
      .membership_03_con .membership_03_benefits .membership_03_benefits03 .membership_03_benefits03_ttl {
        background: #f1c600;
        padding: 20px 0;
        text-align: center;
        font-size: 18px;
        color: #fff;
        font-weight: bold; }
      .membership_03_con .membership_03_benefits .membership_03_benefits03 ul {
        padding: 25px 0 0 10px;
        width: 100%;
        background: #fff; }
        .membership_03_con .membership_03_benefits .membership_03_benefits03 ul li {
          font-size: 16px;
          color: #333;
          position: relative;
          padding: 5px;
          text-indent: -1.5em;
          padding-left: 1.5em;
          margin-left: 10px; }
          .membership_03_con .membership_03_benefits .membership_03_benefits03 ul li::before {
            content: "";
            background: url(../images/membership/img_48.png) center no-repeat;
            width: 9px;
            height: 15px;
            color: #47499a;
            position: absolute;
            left: -15px;
            top: calc(50% - 7.5px); }
    .membership_03_con .membership_03_benefits .membership_03_benefits04 {
      width: 100%;
      position: relative;
      border: 3px solid #3c9bd1;
      margin-bottom: 70px; }
      .membership_03_con .membership_03_benefits .membership_03_benefits04 .membership_03_benefits04_box {
        width: 100%;
        padding: 10px; }
        .membership_03_con .membership_03_benefits .membership_03_benefits04 .membership_03_benefits04_box p {
          font-size: 18px;
          color: #333;
          line-height: 1.6em;
          background: #f5f5f5;
          border: 3px solid #979797;
          width: 100%;
          padding: 5px; }
      .membership_03_con .membership_03_benefits .membership_03_benefits04::before {
        content: "";
        width: 100px;
        height: 100px;
        background: url(../images/membership/img_07.png) center no-repeat;
        position: absolute;
        top: -70px;
        left: calc(50% - 50px); }
      .membership_03_con .membership_03_benefits .membership_03_benefits04 .membership_03_benefits04_ttl {
        background: #3c9bd1;
        padding: 20px 0;
        text-align: center;
        font-size: 18px;
        color: #fff;
        font-weight: bold; }
      .membership_03_con .membership_03_benefits .membership_03_benefits04 ul {
        padding: 25px 0 0 10px;
        width: 100%;
        background: #fff; }
        .membership_03_con .membership_03_benefits .membership_03_benefits04 ul li {
          font-size: 16px;
          color: #333;
          position: relative;
          padding: 5px;
          text-indent: -1.5em;
          padding-left: 1.5em;
          margin-left: 10px; }
          .membership_03_con .membership_03_benefits .membership_03_benefits04 ul li::before {
            content: "";
            background: url(../images/membership/img_49.png) center no-repeat;
            width: 9px;
            height: 15px;
            color: #47499a;
            position: absolute;
            left: -15px;
            top: calc(50% - 7.5px); }
    .membership_03_con .membership_03_benefits .membership_03_benefits05 {
      width: 100%;
      position: relative;
      border: 3px solid #ef5c66;
      margin-bottom: 70px; }
      .membership_03_con .membership_03_benefits .membership_03_benefits05 .membership_03_benefits05_box {
        width: 100%;
        padding: 10px; }
        .membership_03_con .membership_03_benefits .membership_03_benefits05 .membership_03_benefits05_box p {
          font-size: 18px;
          color: #333;
          line-height: 1.6em;
          background: #f5f5f5;
          border: 3px solid #979797;
          width: 100%;
          padding: 5px; }
      .membership_03_con .membership_03_benefits .membership_03_benefits05::before {
        content: "";
        width: 100px;
        height: 100px;
        background: url(../images/membership/img_08.png) center no-repeat;
        position: absolute;
        top: -70px;
        left: calc(50% - 50px); }
      .membership_03_con .membership_03_benefits .membership_03_benefits05 .membership_03_benefits05_ttl {
        background: #ef5c66;
        padding: 20px 0;
        text-align: center;
        font-size: 18px;
        color: #fff;
        font-weight: bold; }
      .membership_03_con .membership_03_benefits .membership_03_benefits05 ul {
        padding: 25px 0 0 10px;
        width: 100%;
        background: #fff; }
        .membership_03_con .membership_03_benefits .membership_03_benefits05 ul li {
          font-size: 16px;
          color: #333;
          position: relative;
          padding: 5px;
          text-indent: -1.5em;
          padding-left: 1.5em;
          margin-left: 10px; }
          .membership_03_con .membership_03_benefits .membership_03_benefits05 ul li::before {
            content: "";
            background: url(../images/membership/img_50.png) center no-repeat;
            width: 9px;
            height: 15px;
            color: #47499a;
            position: absolute;
            left: -15px;
            top: calc(50% - 7.5px); }
    .membership_03_con .membership_03_benefits .membership_03_benefits06 {
      width: 100%;
      position: relative;
      border: 3px solid #ef5c66;
      margin-bottom: 70px; }
      .membership_03_con .membership_03_benefits .membership_03_benefits06::before {
        content: "";
        width: 100px;
        height: 100px;
        background: url(../images/membership/img_09.png) center no-repeat;
        position: absolute;
        top: -70px;
        left: calc(50% - 50px); }
      .membership_03_con .membership_03_benefits .membership_03_benefits06 p {
        background: #ef5c66;
        padding: 20px 0;
        text-align: center;
        font-size: 18px;
        color: #fff;
        font-weight: bold; }
      .membership_03_con .membership_03_benefits .membership_03_benefits06 ul {
        padding: 20px;
        width: 100%; }
        .membership_03_con .membership_03_benefits .membership_03_benefits06 ul li {
          font-size: 16px;
          color: #333;
          position: relative;
          text-indent: -1.5em;
          padding-left: 1.5em; }
          .membership_03_con .membership_03_benefits .membership_03_benefits06 ul li::before {
            content: "●";
            color: #ef5c66;
            margin-right: 10px; }
    .membership_03_con .membership_03_benefits .membership_03_benefits07 {
      width: 100%;
      position: relative;
      border: 3px solid #986824;
      margin-bottom: 70px; }
      .membership_03_con .membership_03_benefits .membership_03_benefits07::before {
        content: "";
        width: 100px;
        height: 100px;
        background: url(../images/membership/img_10.png) center no-repeat;
        position: absolute;
        top: -70px;
        left: calc(50% - 50px); }
      .membership_03_con .membership_03_benefits .membership_03_benefits07 p {
        background: #986824;
        padding: 20px 0;
        text-align: center;
        font-size: 18px;
        color: #fff;
        font-weight: bold; }
      .membership_03_con .membership_03_benefits .membership_03_benefits07 ul {
        padding: 20px;
        width: 100%; }
        .membership_03_con .membership_03_benefits .membership_03_benefits07 ul li {
          font-size: 16px;
          color: #333;
          position: relative;
          text-indent: -1.5em;
          padding-left: 1.5em; }
          .membership_03_con .membership_03_benefits .membership_03_benefits07 ul li::before {
            content: "●";
            color: #986824;
            margin-right: 10px; }

.membership_04 {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  background: #fff; }

.membership_04_con {
  width: 100%;
  padding: 30px 10px; }
  .membership_04_con h2 {
    font-size: 24px;
    color: #333;
    position: relative;
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 35px; }
    .membership_04_con h2::after {
      content: "";
      width: 100px;
      height: 2px;
      background: #c20000;
      position: absolute;
      bottom: 0;
      left: calc(50% - 50px); }
  .membership_04_con .membership_04_txt {
    margin-bottom: 70px;
    text-align: center; }
  .membership_04_con p {
    color: #333;
    font-size: 16px; }
  .membership_04_con .membership_04_block {
    width: 100%; }
    .membership_04_con .membership_04_block .membership_04_box {
      width: 100%;
      margin-right: 30px; }
      .membership_04_con .membership_04_block .membership_04_box .membership_04_box_ttl {
        font-size: 20px;
        color: #333;
        line-height: 1.5em;
        min-height: 75px;
        margin: 40px 0 10px; }
      .membership_04_con .membership_04_block .membership_04_box .membership_04_box_cat {
        margin-bottom: 20px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap; }
        .membership_04_con .membership_04_block .membership_04_box .membership_04_box_cat span {
          margin-right: 10px;
          color: #fff;
          display: block;
          font-size: 14px; }
        .membership_04_con .membership_04_block .membership_04_box .membership_04_box_cat .membership_cat01 {
          position: relative;
          background: #47499a;
          padding: 5px 15px;
          padding-left: 40px; }
          .membership_04_con .membership_04_block .membership_04_box .membership_04_box_cat .membership_cat01::before {
            content: "";
            background: url(../images/membership/img_11.png) center no-repeat;
            width: 19px;
            height: 17px;
            position: absolute;
            left: 10px;
            top: 10px; }
        .membership_04_con .membership_04_block .membership_04_box .membership_04_box_cat .membership_cat02 {
          position: relative;
          background: #248941;
          padding: 5px 15px;
          padding-left: 40px; }
          .membership_04_con .membership_04_block .membership_04_box .membership_04_box_cat .membership_cat02::before {
            content: "";
            background: url(../images/membership/img_12.png) center no-repeat;
            width: 17px;
            height: 15px;
            position: absolute;
            left: 10px;
            top: 10px; }
        .membership_04_con .membership_04_block .membership_04_box .membership_04_box_cat .membership_cat03 {
          position: relative;
          background: #ee5f2d;
          padding: 5px 15px;
          padding-left: 40px; }
          .membership_04_con .membership_04_block .membership_04_box .membership_04_box_cat .membership_cat03::before {
            content: "";
            background: url(../images/membership/img_13.png) center no-repeat;
            width: 22px;
            height: 16px;
            position: absolute;
            left: 10px;
            top: 10px; }
        .membership_04_con .membership_04_block .membership_04_box .membership_04_box_cat .membership_cat04 {
          position: relative;
          background: #B10000;
          padding: 5px 15px;
          padding-left: 40px; }
          .membership_04_con .membership_04_block .membership_04_box .membership_04_box_cat .membership_cat04::before {
            content: "";
            background: url(../images/membership/img_53.png) center no-repeat;
            width: 19px;
            height: 17px;
            position: absolute;
            left: 10px;
            top: 10px; }
      .membership_04_con .membership_04_block .membership_04_box .membership_04_box_img {
        margin-bottom: 30px;
        text-align: center; }
      .membership_04_con .membership_04_block .membership_04_box table {
        width: 100%;
        margin-bottom: 30px; }
        .membership_04_con .membership_04_block .membership_04_box table tbody {
          display: table;
          margin: 0 auto 30px; }
        .membership_04_con .membership_04_block .membership_04_box table tr th {
          width: 100%;
          display: block;
          background: #b10000;
          color: #fff;
          font-size: 18px;
          text-align: center;
          padding: 10px;
          margin-bottom: 10px; }
        .membership_04_con .membership_04_block .membership_04_box table tr td {
          width: 100%;
          display: block;
          padding: 10px;
          font-size: 16px;
          color: #333;
          margin-bottom: 10px; }
      .membership_04_con .membership_04_block .membership_04_box .membership_04_comment {
        background: #fff4f4;
        padding: 15px; }
        .membership_04_con .membership_04_block .membership_04_box .membership_04_comment .membership_04_comment_txt01, .membership_04_con .membership_04_block .membership_04_box .membership_04_comment .membership_04_comment_txt02, .membership_04_con .membership_04_block .membership_04_box .membership_04_comment .membership_04_comment_txt03, .membership_04_con .membership_04_block .membership_04_box .membership_04_comment .membership_04_comment_txt04 {
          font-size: 16px;
          line-height: 2em;
          color: #333; }
        .membership_04_con .membership_04_block .membership_04_box .membership_04_comment .membership_04_comment_btn01, .membership_04_con .membership_04_block .membership_04_box .membership_04_comment .membership_04_comment_btn02, .membership_04_con .membership_04_block .membership_04_box .membership_04_comment .membership_04_comment_btn03, .membership_04_con .membership_04_block .membership_04_box .membership_04_comment .membership_04_comment_btn04 {
          color: #b10000;
          border: 1px solid #b10000;
          font-weight: bold;
          width: 80%;
          max-width: 300px;
          margin: 10px auto;
          padding: 10px;
          text-align: center;
          font-size: 18px;
          position: relative;
          cursor: pointer; }
          .membership_04_con .membership_04_block .membership_04_box .membership_04_comment .membership_04_comment_btn01::before, .membership_04_con .membership_04_block .membership_04_box .membership_04_comment .membership_04_comment_btn02::before, .membership_04_con .membership_04_block .membership_04_box .membership_04_comment .membership_04_comment_btn03::before, .membership_04_con .membership_04_block .membership_04_box .membership_04_comment .membership_04_comment_btn04::before {
            content: "";
            width: 10px;
            height: 5px;
            background: url(../images/membership/img_35.png) no-repeat center;
            position: absolute;
            left: 20px;
            top: calc(50% - 2.5px); }
        .membership_04_con .membership_04_block .membership_04_box .membership_04_comment .membership_04_comment_close_btn01, .membership_04_con .membership_04_block .membership_04_box .membership_04_comment .membership_04_comment_close_btn02, .membership_04_con .membership_04_block .membership_04_box .membership_04_comment .membership_04_comment_close_btn03, .membership_04_con .membership_04_block .membership_04_box .membership_04_comment .membership_04_comment_close_btn04 {
          color: #b10000;
          border: 1px solid #b10000;
          font-weight: bold;
          width: 80%;
          max-width: 300px;
          margin: 10px auto;
          padding: 10px;
          text-align: center;
          font-size: 18px;
          position: relative;
          cursor: pointer; }
          .membership_04_con .membership_04_block .membership_04_box .membership_04_comment .membership_04_comment_close_btn01::before, .membership_04_con .membership_04_block .membership_04_box .membership_04_comment .membership_04_comment_close_btn02::before, .membership_04_con .membership_04_block .membership_04_box .membership_04_comment .membership_04_comment_close_btn03::before, .membership_04_con .membership_04_block .membership_04_box .membership_04_comment .membership_04_comment_close_btn04::before {
            content: "";
            width: 10px;
            height: 5px;
            background: url(../images/membership/img_34.png) no-repeat center;
            position: absolute;
            left: 20px;
            top: calc(50% - 2.5px); }
      .membership_04_con .membership_04_block .membership_04_box:last-child {
        margin-right: 0; }

.membership_05 {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  background: #f8f8f8; }

.membership_05_con {
  width: 100%;
  padding: 30px 10px; }
  .membership_05_con h2 {
    font-size: 24px;
    color: #333;
    position: relative;
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 35px; }
    .membership_05_con h2::after {
      content: "";
      width: 100px;
      height: 2px;
      background: #c20000;
      position: absolute;
      bottom: 0;
      left: calc(50% - 50px); }
  .membership_05_con .membership_05_txt {
    margin-bottom: 30px;
    text-align: center; }
  .membership_05_con p {
    color: #333;
    font-size: 16px; }
    .membership_05_con p span {
      font-size: 14px;
      color: #666;
      display: block; }
  .membership_05_con .membership_05_img_pc {
    display: none; }
  .membership_05_con .membership_05_img_sp {
    display: block;
    margin-bottom: 20px; }
  .membership_05_con .membership_05_txt_sp {
    display: block; }
    .membership_05_con .membership_05_txt_sp p {
      font-size: 14px;
      color: #333;
      margin-bottom: 15px; }
      .membership_05_con .membership_05_txt_sp p span {
        font-size: 14px;
        color: #fff;
        padding: 5px 10px;
        width: 150px;
        margin-bottom: 5px; }
      .membership_05_con .membership_05_txt_sp p .txt01 {
        background: #47499a; }
      .membership_05_con .membership_05_txt_sp p .txt02 {
        background: #3c9bd1; }
      .membership_05_con .membership_05_txt_sp p .txt03 {
        background: #ee5f2d; }
      .membership_05_con .membership_05_txt_sp p .txt04 {
        background: #986824; }
      .membership_05_con .membership_05_txt_sp p .txt05 {
        background: #ef5c66; }
      .membership_05_con .membership_05_txt_sp p .txt06 {
        background: #248941; }
      .membership_05_con .membership_05_txt_sp p .txt07 {
        background: #f1c600; }

.membership_06_con {
  width: 100%;
  padding: 30px 10px; }
  .membership_06_con h2 {
    font-size: 24px;
    color: #333;
    position: relative;
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 35px; }
    .membership_06_con h2::after {
      content: "";
      width: 100px;
      height: 2px;
      background: #c20000;
      position: absolute;
      bottom: 0;
      left: calc(50% - 50px); }
  .membership_06_con .membership_06_block {
    width: 100%; }
    .membership_06_con .membership_06_block .membership_06_img {
      width: 100%;
      margin-bottom: 20px; }
      .membership_06_con .membership_06_block .membership_06_img img {
        width: 100%;
        height: auto; }
    .membership_06_con .membership_06_block .membership_06_box {
      width: 100%; }
      .membership_06_con .membership_06_block .membership_06_box .membership_06_box_ttl {
        font-size: 18px;
        margin-bottom: 40px; }
        .membership_06_con .membership_06_block .membership_06_box .membership_06_box_ttl span {
          font-size: 24px;
          color: #b10000;
          display: block;
          font-weight: bold; }
      .membership_06_con .membership_06_block .membership_06_box .membership_06_txt {
        font-size: 16px;
        line-height: 2em;
        color: #333; }

.membership_07 {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  background: #fff; }

.membership_07_con {
  width: 100%;
  padding: 30px 10px;
  box-sizing: border-box; }
  .membership_07_con h2 {
    font-size: 24px;
    color: #333;
    position: relative;
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 35px; }
    .membership_07_con h2::after {
      content: "";
      width: 100px;
      height: 2px;
      background: #c20000;
      position: absolute;
      bottom: 0;
      left: calc(50% - 50px); }
  .membership_07_con .membership_07_txt {
    margin-bottom: 70px;
    text-align: center; }
  .membership_07_con p {
    color: #333;
    font-size: 16px; }
  .membership_07_con .membership_07_block {
    width: 100%; }
    .membership_07_con .membership_07_block .membership_07_block_box {
      width: 100%;
      margin-right: 28px;
      position: relative; }
      .membership_07_con .membership_07_block .membership_07_block_box:nth-child(1)::before {
        content: "";
        width: 72px;
        height: 72px;
        background: url(../images/membership/img_20.png) center no-repeat;
        position: absolute;
        top: -40px;
        left: calc(50% - 36px);
        background-size: contain;
        z-index: 10; }
      .membership_07_con .membership_07_block .membership_07_block_box:nth-child(2)::before {
        content: "";
        width: 72px;
        height: 72px;
        background: url(../images/membership/img_22.png) center no-repeat;
        position: absolute;
        top: -40px;
        left: calc(50% - 36px);
        background-size: contain;
        z-index: 10; }
      .membership_07_con .membership_07_block .membership_07_block_box:nth-child(3)::before {
        content: "";
        width: 72px;
        height: 72px;
        background: url(../images/membership/img_24.png) center no-repeat;
        position: absolute;
        top: -40px;
        left: calc(50% - 36px);
        background-size: contain;
        z-index: 10; }
      .membership_07_con .membership_07_block .membership_07_block_box:nth-child(4)::before {
        content: "";
        width: 72px;
        height: 72px;
        background: url(../images/membership/img_26.png) center no-repeat;
        position: absolute;
        top: -40px;
        left: calc(50% - 36px);
        background-size: contain;
        z-index: 10; }
      .membership_07_con .membership_07_block .membership_07_block_box:nth-child(5)::before {
        content: "";
        width: 72px;
        height: 72px;
        background: url(../images/membership/img_40.png) center no-repeat;
        position: absolute;
        top: -40px;
        left: calc(50% - 36px);
        background-size: contain;
        z-index: 10; }
      .membership_07_con .membership_07_block .membership_07_block_box p {
        font-size: 16px;
        color: #444;
        margin: 10px 0; }
      .membership_07_con .membership_07_block .membership_07_block_box .membership_07_box {
        width: 100%;
        margin: 80px auto 10px;
        background: #fff;
        border: 3px solid #dadada;
        position: relative;
        padding: 50px 0 0; }
        .membership_07_con .membership_07_block .membership_07_block_box .membership_07_box.membership_07_box_last::after {
          content: none; }
        .membership_07_con .membership_07_block .membership_07_block_box .membership_07_box:last-child {
          margin-right: 0;
          margin-bottom: 0; }
          .membership_07_con .membership_07_block .membership_07_block_box .membership_07_box:last-child::after {
            content: none; }
        .membership_07_con .membership_07_block .membership_07_block_box .membership_07_box .membership_07_img {
          text-align: center;
          margin-bottom: 20px; }
        .membership_07_con .membership_07_block .membership_07_block_box .membership_07_box p {
          font-size: 18px;
          color: #444;
          font-weight: bold;
          text-align: center;
          height: 50px;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          justify-content: center;
          align-items: center;
          margin-bottom: 20px; }
      .membership_07_con .membership_07_block .membership_07_block_box .membership_07_box_under {
        position: relative; }
      .membership_07_con .membership_07_block .membership_07_block_box .membership_07_box_under::after {
        content: "";
        width: 31px;
        height: 16px;
        background: url(../images/membership/img_36.png) center no-repeat;
        position: absolute;
        right: calc(50% - 15.5px);
        bottom: -25px; }

.membership_08 {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  background: #fff; }

.membership_08_con {
  width: 100%;
  padding: 30px 10px;
  box-sizing: border-box; }
  .membership_08_con h2 {
    font-size: 24px;
    color: #333;
    position: relative;
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 35px; }
    .membership_08_con h2::after {
      content: "";
      width: 100px;
      height: 2px;
      background: #c20000;
      position: absolute;
      bottom: 0;
      left: calc(50% - 50px); }
  .membership_08_con .membership_08_ttl {
    width: 95%;
    padding: 10px;
    text-align: center;
    background: url(../images/membership/img_19.png);
    border-radius: 50px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 18px; }
  .membership_08_con .membership_08_block {
    width: 100%;
    background: #f8f8f8;
    padding: 20px 10px;
    margin-bottom: 20px; }
    .membership_08_con .membership_08_block ul li {
      font-size: 18px;
      font-weight: bold;
      color: #444;
      position: relative;
      text-indent: -1em;
      padding-left: 1em; }
      .membership_08_con .membership_08_block ul li::before {
        content: "●";
        color: #b10000;
        font-size: 18px;
        margin-right: 10px; }
  .membership_08_con .membership_08_comment {
    margin-bottom: 70px; }
    .membership_08_con .membership_08_comment p {
      font-size: 14px;
      color: #444;
      text-indent: -1em; }
  .membership_08_con .membership_08_tb01 {
    border-collapse: separate;
    border-spacing: 10px;
    margin-bottom: 50px; }
    .membership_08_con .membership_08_tb01 th {
      font-size: 18px;
      width: 100%;
      display: block;
      font-weight: bold;
      padding: 10px;
      text-align: center;
      color: #fff;
      background: #787878;
      box-sizing: border-box; }
    .membership_08_con .membership_08_tb01 td {
      width: 100%;
      display: block;
      padding: 10px;
      box-sizing: border-box;
      color: #444;
      font-size: 18px;
      font-weight: bold; }
  .membership_08_con .membership_08_txt {
    font-size: 20px;
    color: #333;
    padding-bottom: 15px;
    margin-bottom: 25px;
    position: relative;
    text-align: center; }
    .membership_08_con .membership_08_txt::after {
      content: "";
      width: 50px;
      height: 2px;
      background: #787878;
      position: absolute;
      bottom: 0;
      left: calc(50% - 25px); }
  .membership_08_con .membership_08_block02 {
    width: 100%;
    background: #fff8f8;
    padding: 60px 10px 30px 10px;
    box-sizing: border-box;
    position: relative; }
    .membership_08_con .membership_08_block02 .membership_08_block02_simulation {
      margin-bottom: 50px; }
    .membership_08_con .membership_08_block02 .membership_08_block02_simulation_ttl {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 5px;
      margin-left: 10px; }
    .membership_08_con .membership_08_block02 .membership_08_block02_ttl {
      position: absolute;
      top: -20px;
      color: #b10000;
      font-size: 22px;
      text-align: center;
      width: 95%;
      left: calc(50% - 47.5%);
      font-weight: bold;
      /*
      &::before{
      	content: "";
      	background: url(../images/membership/img_29.png)center no-repeat;
      	width: 20px;
      	height: 37px;
      	position: absolute;
      	top: 0px;
      	left: -30px;
      }
      &::after{
      	content: "";
      	background: url(../images/membership/img_30.png)center no-repeat;
      	width: 20px;
      	height: 37px;
      	position: absolute;
      	top: 0px;
      	right: -30px;
      }
      */ }
      .membership_08_con .membership_08_block02 .membership_08_block02_ttl span {
        font-size: 14px;
        text-align: center;
        display: block; }
    .membership_08_con .membership_08_block02 .simulation_block01 {
      text-align: center; }
      .membership_08_con .membership_08_block02 .simulation_block01 .simulation_ttl {
        display: block;
        font-size: 16px; }
      .membership_08_con .membership_08_block02 .simulation_block01 select {
        width: 240px;
        margin: 0 auto 10px 15px;
        padding: 10px; }
    .membership_08_con .membership_08_block02 .simulation_block02 {
      text-align: center; }
      .membership_08_con .membership_08_block02 .simulation_block02 .simulation_ttl {
        display: block;
        font-size: 16px; }
      .membership_08_con .membership_08_block02 .simulation_block02 .simulation_input input {
        width: 207px;
        margin-right: 5px; }
      .membership_08_con .membership_08_block02 .simulation_block02 select, .membership_08_con .membership_08_block02 .simulation_block02 input {
        width: 240px;
        margin: 0 auto 10px 15px;
        padding: 10px; }
    .membership_08_con .membership_08_block02 .simulation_result {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      position: relative;
      margin-top: 25px; }
      .membership_08_con .membership_08_block02 .simulation_result::before {
        content: "";
        background: url(../images/membership/img_36.png) center no-repeat;
        width: 20px;
        height: 15px;
        background-size: contain;
        position: absolute;
        top: -20px;
        left: calc(50% - 10px); }
      .membership_08_con .membership_08_block02 .simulation_result p {
        font-size: 18px;
        color: #333; }
      .membership_08_con .membership_08_block02 .simulation_result .simulation_result_ttl {
        width: 100%;
        font-weight: bold;
        margin-bottom: 5px; }
      .membership_08_con .membership_08_block02 .simulation_result #resutl_val, .membership_08_con .membership_08_block02 .simulation_result #resutl_val2 {
        background: #fff;
        padding: 0px 20px;
        width: 180px;
        height: 40px;
        box-sizing: border-box;
        border: 2px solid #ae0000;
        margin-right: 10px; }
        .membership_08_con .membership_08_block02 .simulation_result #resutl_val p, .membership_08_con .membership_08_block02 .simulation_result #resutl_val2 p {
          font-size: 22px;
          background: #fff;
          font-weight: bold;
          color: #ae0000;
          text-align: right; }
  .membership_08_con .simulation_comment {
    font-size: 12px;
    color: #666;
    text-align: right;
    margin-top: 3px;
    margin-bottom: 35px; }
  .membership_08_con .membership_08_tb02_box {
    overflow: auto;
    margin-bottom: 30px; }
  .membership_08_con .membership_08_tb03_box {
    overflow: auto; }
    .membership_08_con .membership_08_tb03_box .w980 {
      width: 980px; }
  .membership_08_con .membership_08_tb02_box_ttl {
    font-size: 18px;
    font-weight: bold;
    color: #444;
    margin-bottom: 5px; }
  .membership_08_con .membership_08_tb02 {
    margin: 0 auto; }
    .membership_08_con .membership_08_tb02 th, .membership_08_con .membership_08_tb02 td {
      border: 1px solid #ccc; }
    .membership_08_con .membership_08_tb02 th {
      padding: 10px;
      font-size: 18px;
      font-weight: bold;
      color: #333;
      background: #f1f1f1; }
      .membership_08_con .membership_08_tb02 th:nth-child(1) {
        min-width: 90px; }
      .membership_08_con .membership_08_tb02 th:nth-child(2) {
        min-width: 100px; }
      .membership_08_con .membership_08_tb02 th:nth-child(3) {
        min-width: 150px; }
      .membership_08_con .membership_08_tb02 th:nth-child(4) {
        min-width: 130px; }
    .membership_08_con .membership_08_tb02 td {
      padding: 10px;
      background: #fff;
      font-size: 18px;
      color: #333; }
  .membership_08_con .membership_08_tb03 {
    margin: 0 auto 30px; }
    .membership_08_con .membership_08_tb03 th, .membership_08_con .membership_08_tb03 td {
      border: 1px solid #ccc;
      text-align: center; }
      .membership_08_con .membership_08_tb03 th.w20p, .membership_08_con .membership_08_tb03 td.w20p {
        width: 20%; }
      .membership_08_con .membership_08_tb03 th.w35p, .membership_08_con .membership_08_tb03 td.w35p {
        width: 35%; }
      .membership_08_con .membership_08_tb03 th.w65p, .membership_08_con .membership_08_tb03 td.w65p {
        width: 65%; }
    .membership_08_con .membership_08_tb03 th {
      padding: 15px;
      font-size: 18px;
      font-weight: bold;
      color: #333;
      background: #f1f1f1; }
      .membership_08_con .membership_08_tb03 th .txt_n {
        font-weight: normal;
        display: inline-block;
        font-size: 14px; }
    .membership_08_con .membership_08_tb03 td {
      padding: 10px;
      background: #fff;
      font-size: 14px;
      color: #333; }
      .membership_08_con .membership_08_tb03 td .txt_b {
        font-weight: bold;
        font-size: 16px;
        display: block; }
    .membership_08_con .membership_08_tb03 .membership_08_block03_box {
      padding: 10px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      background: #f8f8f8; }
      .membership_08_con .membership_08_tb03 .membership_08_block03_box .membership_08_block03_item {
        padding: 15px;
        color: #fff;
        text-align: center;
        font-size: 18px; }
        .membership_08_con .membership_08_tb03 .membership_08_block03_box .membership_08_block03_item:nth-child(1) {
          background: #b10000; }
        .membership_08_con .membership_08_tb03 .membership_08_block03_box .membership_08_block03_item:nth-child(3) {
          background: #787878; }
        .membership_08_con .membership_08_tb03 .membership_08_block03_box .membership_08_block03_item:nth-child(5) {
          color: #333; }
          .membership_08_con .membership_08_tb03 .membership_08_block03_box .membership_08_block03_item:nth-child(5) p {
            font-size: 16px; }
            .membership_08_con .membership_08_tb03 .membership_08_block03_box .membership_08_block03_item:nth-child(5) p:first-child {
              position: relative;
              border-bottom: 2px solid #333;
              padding-bottom: 5px;
              margin-bottom: 5px; }
      .membership_08_con .membership_08_tb03 .membership_08_block03_box .symbol {
        margin: 30px;
        font-size: 26px;
        font-weight: bold; }
  .membership_08_con .membership_08_tb02_comment {
    font-size: 14px;
    color: #333;
    margin: 20px 0 60px 10px; }
  .membership_08_con .membership_08_block03 {
    margin-bottom: 70px; }
    .membership_08_con .membership_08_block03 .membership_08_block03_box {
      padding: 20px;
      background: #f8f8f8; }
      .membership_08_con .membership_08_block03 .membership_08_block03_box .membership_08_block03_item {
        width: 240px;
        padding: 5px;
        margin: 0 auto;
        color: #fff;
        text-align: center;
        font-size: 18px; }
        .membership_08_con .membership_08_block03 .membership_08_block03_box .membership_08_block03_item:nth-child(1) {
          background: #b10000; }
        .membership_08_con .membership_08_block03 .membership_08_block03_box .membership_08_block03_item:nth-child(3) {
          background: #787878; }
        .membership_08_con .membership_08_block03 .membership_08_block03_box .membership_08_block03_item:nth-child(5) {
          color: #333; }
          .membership_08_con .membership_08_block03 .membership_08_block03_box .membership_08_block03_item:nth-child(5) p {
            font-size: 18px; }
            .membership_08_con .membership_08_block03 .membership_08_block03_box .membership_08_block03_item:nth-child(5) p:first-child {
              position: relative;
              border-bottom: 2px solid #333;
              padding-bottom: 5px;
              margin-bottom: 5px; }
      .membership_08_con .membership_08_block03 .membership_08_block03_box .symbol {
        margin: 5px;
        text-align: center;
        font-size: 22px;
        font-weight: bold; }
  .membership_08_con .membership_08_block04_txt {
    text-align: center;
    font-size: 16px;
    color: 3333;
    margin-bottom: 60px; }
  .membership_08_con .membership_08_block04_box {
    width: 100%;
    background: #f8f8f8;
    padding: 60px 0 10px 0px;
    position: relative; }
    .membership_08_con .membership_08_block04_box p {
      position: absolute;
      top: -20px;
      left: calc(50% - 47.5%);
      width: 95%;
      font-size: 18px;
      color: #fff;
      font-weight: bold;
      text-align: center;
      background: url(../images/membership/img_31.png);
      border-radius: 50px;
      padding: 7px; }
      .membership_08_con .membership_08_block04_box p::before {
        content: "";
        background: url(../images/membership/img_37.png) center no-repeat;
        width: 19px;
        height: 11px;
        position: absolute;
        bottom: -10px;
        left: calc(50% - 10px); }
    .membership_08_con .membership_08_block04_box ul li {
      font-size: 16px;
      color: #333;
      margin-bottom: 20px;
      position: relative;
      padding-left: 30px; }
      .membership_08_con .membership_08_block04_box ul li:nth-child(1)::before {
        content: "";
        background: url(../images/membership/img_38.png) center no-repeat;
        width: 20px;
        height: 20px;
        position: absolute;
        background-size: contain;
        left: 3px;
        top: calc(50% - 7.5px); }
      .membership_08_con .membership_08_block04_box ul li:nth-child(2)::before {
        content: "";
        background: url(../images/membership/img_39.png) center no-repeat;
        width: 20px;
        height: 20px;
        position: absolute;
        background-size: contain;
        left: 3px;
        top: calc(50% - 7.5px); }

.membership_09 {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  background: #f8f8f8; }
  .membership_09 a {
    word-break: break-all; }

.membership_09_con {
  width: 100%;
  padding: 30px 10px;
  box-sizing: border-box; }
  .membership_09_con h2 {
    font-size: 24px;
    color: #333;
    position: relative;
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 35px; }
    .membership_09_con h2::after {
      content: "";
      width: 100px;
      height: 2px;
      background: #c20000;
      position: absolute;
      bottom: 0;
      left: calc(50% - 50px); }
  .membership_09_con .membership_09_ttl {
    width: 95%;
    padding: 10px;
    text-align: center;
    background: url(../images/membership/img_19.png);
    border-radius: 50px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 18px; }
  .membership_09_con .membership_09_txt {
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-bottom: 35px; }
  .membership_09_con .membership_09_block {
    margin: 0 0px 40px; }
    .membership_09_con .membership_09_block .membership_09_q {
      font-size: 16px;
      color: #333;
      font-weight: bold;
      padding: 20px 20px 20px 45px;
      position: relative; }
      .membership_09_con .membership_09_block .membership_09_q::before {
        content: "";
        background: url(../images/membership/img_32.png) center no-repeat;
        width: 25px;
        height: 25px;
        position: absolute;
        background-size: contain;
        left: 10px;
        top: 20px; }
    .membership_09_con .membership_09_block .membership_09_a {
      font-size: 16px;
      color: #333;
      padding: 20px 20px 20px 45px;
      background: #fff;
      position: relative;
      line-height: 1.8em; }
      .membership_09_con .membership_09_block .membership_09_a::before {
        content: "";
        background: url(../images/membership/img_33.png) center no-repeat;
        width: 25px;
        height: 25px;
        background-size: contain;
        position: absolute;
        left: 10px;
        top: 20px; }
      .membership_09_con .membership_09_block .membership_09_a .a_bg {
        padding: 10px;
        background: #eee;
        font-weight: bold;
        margin: 10px 0; }
    .membership_09_con .membership_09_block .membership_09_block_contact {
      margin: 40px 0px 0;
      padding: 20px 10px;
      background: url(../images/membership/img_31.png); }
      .membership_09_con .membership_09_block .membership_09_block_contact p {
        text-align: center;
        color: #fff;
        font-size: 16px; }
      .membership_09_con .membership_09_block .membership_09_block_contact a {
        text-decoration: none;
        color: #fff; }
      .membership_09_con .membership_09_block .membership_09_block_contact .membership_09_block_contact_ttl {
        padding-bottom: 5px;
        margin: 0 0px 5px;
        border-bottom: 1px solid #fff;
        font-size: 18px; }

.membership_contact_block {
  width: 100%;
  padding: 20px 10px;
  background: url(../images/membership/img_45.png); }
  .membership_contact_block .membership_contact_ttl {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    position: relative;
    margin-bottom: 30px;
    width: 95%;
    max-width: 480px;
    margin: 0 auto 30px;
    text-align: center; }
  .membership_contact_block .membership_contact_box {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto; }
    .membership_contact_block .membership_contact_box a:hover {
      opacity: 0.7; }
    .membership_contact_block .membership_contact_box .membership_contact_form {
      width: 100%;
      margin-bottom: 20px;
      position: relative;
      display: block;
      background: #b10000;
      text-decoration: none;
      padding: 10px;
      margin-bottom: 50px; }
      .membership_contact_block .membership_contact_box .membership_contact_form .txt02 {
        font-size: 22px;
        color: #fff;
        text-align: center;
        position: relative;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        padding: 60px 10px 10px 30px; }
        .membership_contact_block .membership_contact_box .membership_contact_form .txt02::before {
          content: "";
          background: url(../images/membership/img_42.png) center no-repeat;
          width: 36px;
          height: 30px;
          position: absolute;
          top: calc(50% + 10px);
          left: 5%; }
      .membership_contact_block .membership_contact_box .membership_contact_form .txt {
        position: absolute;
        top: -20px;
        left: 0;
        color: #b10000;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        border: 3px solid #b10000;
        background: #fff;
        z-index: 10;
        padding: 3px 20px;
        width: 100%;
        box-sizing: border-box;
        border-radius: 50px; }
        .membership_contact_block .membership_contact_box .membership_contact_form .txt::after {
          content: "";
          background: url(../images/membership/img_44.png) center no-repeat;
          position: absolute;
          width: 19px;
          height: 11px;
          top: 60px;
          left: calc(50% - 9.5px); }
    .membership_contact_block .membership_contact_box .membership_contact_tel {
      width: 100%;
      margin-bottom: 20px;
      position: relative;
      display: block;
      background: #cea500;
      text-decoration: none;
      padding: 60px 10px 10px; }
      .membership_contact_block .membership_contact_box .membership_contact_tel .txt02 {
        font-size: 28px;
        color: #fff;
        text-align: center;
        padding: 10px; }
        .membership_contact_block .membership_contact_box .membership_contact_tel .txt02 .tel {
          position: relative;
          margin-right: 40px;
          font-size: 20px; }
          .membership_contact_block .membership_contact_box .membership_contact_tel .txt02 .tel::after {
            content: "";
            background: url(../images/membership/img_43.png) center no-repeat;
            width: 28px;
            height: 28px;
            background-size: contain;
            position: absolute;
            top: calc(50% - 16.5px);
            right: -35px; }
        .membership_contact_block .membership_contact_box .membership_contact_tel .txt02 .time {
          font-size: 14px;
          color: #fff;
          margin-left: 10px;
          display: block; }
      .membership_contact_block .membership_contact_box .membership_contact_tel .txt {
        position: absolute;
        top: -20px;
        left: 0;
        color: #cea500;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        border: 3px solid #cea500;
        background: #fff;
        z-index: 10;
        padding: 3px 20px;
        width: 100%;
        box-sizing: border-box;
        border-radius: 50px; }
        .membership_contact_block .membership_contact_box .membership_contact_tel .txt::after {
          content: "";
          background: url(../images/membership/img_44.png) center no-repeat;
          position: absolute;
          width: 19px;
          height: 11px;
          top: 60px;
          left: calc(50% - 9.5px); }

/* ==== jinzaisaiyo === */
.jinzaisaiyo_01_info_bg {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center; }
  .jinzaisaiyo_01_info_bg::after {
    content: '';
    display: block;
    width: 100%;
    max-width: 290px;
    margin: 0 20px 30px 20px; }
  .jinzaisaiyo_01_info_bg .jinzaisaiyo_01_box {
    width: 100%;
    max-width: 290px;
    margin: 0 20px 30px 20px; }
    .jinzaisaiyo_01_info_bg .jinzaisaiyo_01_box.jinzaisaiyo_01_box_noimg {
      border: 1px solid #cccccc; }
      .jinzaisaiyo_01_info_bg .jinzaisaiyo_01_box.jinzaisaiyo_01_box_noimg a {
        padding: 20px; }
    .jinzaisaiyo_01_info_bg .jinzaisaiyo_01_box a {
      width: 100%;
      -webkit-display: inline-block;
      -moz-display: inline-block;
      -ms-display: inline-block;
      -o-display: inline-block;
      display: inline-block; }
      .jinzaisaiyo_01_info_bg .jinzaisaiyo_01_box a:active {
        opacity: .5; }
      .jinzaisaiyo_01_info_bg .jinzaisaiyo_01_box a .jinzaisaiyo_01_box_img {
        width: 100%;
        min-height: 75vw;
        text-align: center; }
        .jinzaisaiyo_01_info_bg .jinzaisaiyo_01_box a .jinzaisaiyo_01_box_img img {
          width: 100% !important;
          height: auto; }
        .jinzaisaiyo_01_info_bg .jinzaisaiyo_01_box a .jinzaisaiyo_01_box_img:empty {
          border: 1px solid #CCCCCC; }
      .jinzaisaiyo_01_info_bg .jinzaisaiyo_01_box a .jinzaisaiyo_01_box_ttl {
        font-size: 1.143em;
        font-weight: bold;
        color: #bf0000;
        margin-top: 10px; }
      .jinzaisaiyo_01_info_bg .jinzaisaiyo_01_box a .jinzaisaiyo_01_box_text {
        font-size: 1em;
        color: #333;
        margin-top: 10px; }

.jinzaisaiyo_02_info_bg {
  width: 100%;
  -webkit-text-align: center;
  -moz-text-align: center;
  -ms-text-align: center;
  -o-text-align: center;
  text-align: center; }
  .jinzaisaiyo_02_info_bg img {
    max-width: 100%;
    height: auto; }

.jinzaisaiyo_text {
  font-size: 1.1em;
  margin: 10px 0 20px; }

.license_01_info_bg {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }
  .license_01_info_bg .license_01_info {
    width: 100%;
    margin: 10px 0; }
    .license_01_info_bg .license_01_info a {
      color: #000000;
      text-decoration: none;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .license_01_info_bg .license_01_info a:hover {
        opacity: 0.7; }
    .license_01_info_bg .license_01_info:nth-child(2n) {
      margin-right: 0; }
    .license_01_info_bg .license_01_info .license_01_info_img {
      width: 80px; }
      .license_01_info_bg .license_01_info .license_01_info_img img {
        width: 100%;
        height: auto; }
    .license_01_info_bg .license_01_info .license_01_info_text {
      width: calc(100% - 100px);
      font-weight: 500;
      padding: 5px 0 0 0; }
      .license_01_info_bg .license_01_info .license_01_info_text .license_01_info_text_data {
        width: 100%;
        color: #c40001;
        font-size: 0.9em; }
      .license_01_info_bg .license_01_info .license_01_info_text .license_01_info_text_title {
        width: 100%;
        margin-top: 5px; }

.license_02_info_bg {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }
  .license_02_info_bg .license_02_info {
    width: 100%;
    margin: 10px 0; }
    .license_02_info_bg .license_02_info .license_02_list_bg {
      width: 100%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center; }
      .license_02_info_bg .license_02_info .license_02_list_bg .license_02_list {
        width: 100%;
        max-width: 300px;
        border: solid 1px #cd2627;
        margin: 0 10px 20px;
        position: relative; }
        .license_02_info_bg .license_02_info .license_02_list_bg .license_02_list:hover {
          opacity: .5; }
        .license_02_info_bg .license_02_info .license_02_list_bg .license_02_list a {
          width: 100%;
          height: 100%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          -webkit-display: flex;
          -moz-display: flex;
          -ms-display: flex;
          -o-display: flex;
          display: flex;
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          -ms-justify-content: flex-start;
          -o-justify-content: flex-start;
          justify-content: flex-start; }
          .license_02_info_bg .license_02_info .license_02_list_bg .license_02_list a .license_02_list_box_01 {
            width: 5px;
            height: 100%;
            background-color: #c40001; }
          .license_02_info_bg .license_02_info .license_02_list_bg .license_02_list a .license_02_list_box_02 {
            width: calc(100% - 5px);
            height: 100%;
            background-color: #f4f4f4;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            -webkit-display: flex;
            -moz-display: flex;
            -ms-display: flex;
            -o-display: flex;
            display: flex;
            -webkit-justify-content: flex-start;
            -moz-justify-content: flex-start;
            -ms-justify-content: flex-start;
            -o-justify-content: flex-start;
            justify-content: flex-start;
            -ms-align-items: center;
            align-items: center;
            padding-left: 10px;
            position: relative; }
            .license_02_info_bg .license_02_info .license_02_list_bg .license_02_list a .license_02_list_box_02::before {
              content: '';
              background: url(../images/license/license_arrow_01.png) no-repeat center center;
              width: 8px;
              height: 14px;
              position: absolute;
              top: calc(50% - 7px);
              right: 10px; }
            .license_02_info_bg .license_02_info .license_02_list_bg .license_02_list a .license_02_list_box_02 .license_02_icon {
              width: 45px;
              height: 45px;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              -webkit-display: flex;
              -moz-display: flex;
              -ms-display: flex;
              -o-display: flex;
              display: flex;
              -webkit-justify-content: center;
              -moz-justify-content: center;
              -ms-justify-content: center;
              -o-justify-content: center;
              justify-content: center;
              -ms-align-items: center;
              align-items: center;
              margin-right: 5px; }
              .license_02_info_bg .license_02_info .license_02_list_bg .license_02_list a .license_02_list_box_02 .license_02_icon img {
                max-width: 100%;
                height: auto; }
            .license_02_info_bg .license_02_info .license_02_list_bg .license_02_list a .license_02_list_box_02 .license_02_ttl {
              font-size: 1.286em;
              font-weight: bold;
              color: #333;
              letter-spacing: -1px; }

.license_list_btn_bg {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  margin-top: -10px;
  margin-bottom: 10px; }
  .license_list_btn_bg .license_list_btn {
    width: 180px; }
    .license_list_btn_bg .license_list_btn a {
      width: 100%;
      color: #333;
      padding: 10px 20px;
      -webkit-display: block;
      -moz-display: block;
      -ms-display: block;
      -o-display: block;
      display: block;
      background-color: #f9f9f9;
      border: solid 1px #999999;
      position: relative; }
      .license_list_btn_bg .license_list_btn a:hover {
        opacity: .7; }
      .license_list_btn_bg .license_list_btn a::before {
        content: '';
        background: url(../images/license/license_arrow_01.png) no-repeat center center;
        width: 6px;
        height: 11px;
        background-size: contain;
        position: absolute;
        top: calc(50% - 5px);
        right: 20px; }

.license_03_info_bg {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }
  .license_03_info_bg .license_03_info {
    width: 100%;
    margin: 10px 0; }
    .license_03_info_bg .license_03_info .license_03_list_bg {
      width: 100%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center; }
      .license_03_info_bg .license_03_info .license_03_list_bg::after {
        content: '';
        width: 100%;
        max-width: 300px;
        margin: 0 10px 20px; }
      .license_03_info_bg .license_03_info .license_03_list_bg .license_03_list {
        width: 100%;
        max-width: 300px;
        border: solid 1px #cd2627;
        margin: 0 10px 20px;
        position: relative; }
        .license_03_info_bg .license_03_info .license_03_list_bg .license_03_list:hover {
          opacity: .5; }
        .license_03_info_bg .license_03_info .license_03_list_bg .license_03_list a {
          width: 100%;
          height: 100%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          -webkit-display: flex;
          -moz-display: flex;
          -ms-display: flex;
          -o-display: flex;
          display: flex;
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          -ms-justify-content: flex-start;
          -o-justify-content: flex-start;
          justify-content: flex-start; }
          .license_03_info_bg .license_03_info .license_03_list_bg .license_03_list a .license_03_list_box_01 {
            width: 90px;
            height: 100%;
            background-color: #c40001; }
            .license_03_info_bg .license_03_info .license_03_list_bg .license_03_list a .license_03_list_box_01 img {
              max-width: 100% !important;
              height: auto; }
          .license_03_info_bg .license_03_info .license_03_list_bg .license_03_list a .license_03_list_box_02 {
            width: calc(100% - 90px);
            height: 100%;
            background: url(../images/diagonal_line_red_01.jpg) center center repeat;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            -webkit-display: flex;
            -moz-display: flex;
            -ms-display: flex;
            -o-display: flex;
            display: flex;
            -webkit-justify-content: flex-start;
            -moz-justify-content: flex-start;
            -ms-justify-content: flex-start;
            -o-justify-content: flex-start;
            justify-content: flex-start;
            -ms-align-items: center;
            align-items: center;
            padding-left: 20px;
            padding-right: 30px;
            position: relative; }
            .license_03_info_bg .license_03_info .license_03_list_bg .license_03_list a .license_03_list_box_02::before {
              content: '';
              background: url(../images/license/license_arrow_02.png) no-repeat center center;
              width: 8px;
              height: 14px;
              position: absolute;
              top: calc(50% - 7px);
              right: 10px; }
            .license_03_info_bg .license_03_info .license_03_list_bg .license_03_list a .license_03_list_box_02.license_brank::after {
              content: '';
              background: url(../images/license/license_item_01.png) center center no-repeat;
              width: 17px;
              height: 17px;
              position: absolute;
              right: 7px;
              top: 7px; }
            .license_03_info_bg .license_03_info .license_03_list_bg .license_03_list a .license_03_list_box_02 .license_03_ttl {
              width: 100%;
              font-size: 1.143em;
              font-weight: bold;
              color: #fff;
              letter-spacing: -1px; }
              .license_03_info_bg .license_03_info .license_03_list_bg .license_03_list a .license_03_list_box_02 .license_03_ttl span {
                font-size: .875em; }

.license_04_info_bg {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }
  .license_04_info_bg .license_04_info {
    width: 100%;
    margin: 10px 0; }
    .license_04_info_bg .license_04_info .license_04_list_bg {
      width: 100%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center; }
      .license_04_info_bg .license_04_info .license_04_list_bg .license_04_list {
        width: 100%;
        max-width: 300px;
        height: 100px;
        border: solid 1px #cd2627;
        margin: 0 10px 20px;
        position: relative; }
        .license_04_info_bg .license_04_info .license_04_list_bg .license_04_list:hover {
          opacity: .5; }
        .license_04_info_bg .license_04_info .license_04_list_bg .license_04_list a {
          width: 100%;
          height: 100%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          -webkit-display: flex;
          -moz-display: flex;
          -ms-display: flex;
          -o-display: flex;
          display: flex;
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          -ms-justify-content: flex-start;
          -o-justify-content: flex-start;
          justify-content: flex-start; }
          .license_04_info_bg .license_04_info .license_04_list_bg .license_04_list a .license_04_list_box_01 {
            width: 5px;
            height: 100%;
            background-color: #fff; }
          .license_04_info_bg .license_04_info .license_04_list_bg .license_04_list a .license_04_list_box_02 {
            width: calc(100% - 5px);
            height: 100%;
            background: url(../images/diagonal_line_red_01.jpg) center center repeat;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            -webkit-display: flex;
            -moz-display: flex;
            -ms-display: flex;
            -o-display: flex;
            display: flex;
            -webkit-justify-content: flex-start;
            -moz-justify-content: flex-start;
            -ms-justify-content: flex-start;
            -o-justify-content: flex-start;
            justify-content: flex-start;
            -ms-align-items: center;
            align-items: center;
            padding-left: 10px;
            position: relative; }
            .license_04_info_bg .license_04_info .license_04_list_bg .license_04_list a .license_04_list_box_02::before {
              content: '';
              background: url(../images/license/license_arrow_02.png) no-repeat center center;
              width: 8px;
              height: 14px;
              position: absolute;
              top: calc(50% - 7px);
              right: 10px; }
            .license_04_info_bg .license_04_info .license_04_list_bg .license_04_list a .license_04_list_box_02.license_brank::after {
              content: '';
              background: url(../images/license/license_item_01.png) center center no-repeat;
              width: 17px;
              height: 17px;
              position: absolute;
              right: 7px;
              top: 7px; }
            .license_04_info_bg .license_04_info .license_04_list_bg .license_04_list a .license_04_list_box_02 .license_04_icon {
              width: 45px;
              height: 45px;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              -webkit-display: flex;
              -moz-display: flex;
              -ms-display: flex;
              -o-display: flex;
              display: flex;
              -webkit-justify-content: center;
              -moz-justify-content: center;
              -ms-justify-content: center;
              -o-justify-content: center;
              justify-content: center;
              -ms-align-items: center;
              align-items: center;
              margin-right: 5px; }
              .license_04_info_bg .license_04_info .license_04_list_bg .license_04_list a .license_04_list_box_02 .license_04_icon img {
                max-width: 100%;
                height: auto; }
            .license_04_info_bg .license_04_info .license_04_list_bg .license_04_list a .license_04_list_box_02 .license_04_ttl {
              font-size: 1.286em;
              font-weight: bold;
              color: #fff;
              letter-spacing: -1px; }

.license_05_info_bg {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }
  .license_05_info_bg .license_05_info {
    width: 100%;
    margin: 30px 0 10px 0; }
    .license_05_info_bg .license_05_info .license_05_bunner {
      max-width: 800px;
      max-height: 180px;
      background: url(../images/license/license_bg.png) center center no-repeat;
      background-size: cover;
      margin: 0 auto;
      -webkit-text-align: center;
      -moz-text-align: center;
      -ms-text-align: center;
      -o-text-align: center;
      text-align: center;
      position: relative;
      padding-bottom: 20px; }
      .license_05_info_bg .license_05_info .license_05_bunner .license_05_bunner_ttl {
        -webkit-display: inline-block;
        -moz-display: inline-block;
        -ms-display: inline-block;
        -o-display: inline-block;
        display: inline-block;
        padding: 5px 25px;
        border-radius: 50px;
        background-color: #0758a2;
        color: #fff;
        font-size: 1.125em;
        margin-top: 10px; }
      .license_05_info_bg .license_05_info .license_05_bunner .license_05_bunner_text {
        margin-top: 5px;
        width: 100%;
        font-size: 2em;
        color: #fff;
        font-weight: bold;
        text-align: center; }
      .license_05_info_bg .license_05_info .license_05_bunner .license_05_bunner_btn {
        width: 100%;
        max-width: 300px;
        margin-top: 5px;
        -webkit-display: inline-block;
        -moz-display: inline-block;
        -ms-display: inline-block;
        -o-display: inline-block;
        display: inline-block;
        border: solid 1px #0758a2;
        position: absolute;
        bottom: -60px;
        left: 0;
        right: 0;
        margin: auto; }
        .license_05_info_bg .license_05_info .license_05_bunner .license_05_bunner_btn a {
          font-size: 1.286em;
          padding: 5px 65px 5px 45px;
          font-weight: bold;
          width: 100%;
          -webkit-display: block;
          -moz-display: block;
          -ms-display: block;
          -o-display: block;
          display: block;
          color: #0758a2;
          background-color: rgba(255, 255, 255, 0.8);
          position: relative; }
          .license_05_info_bg .license_05_info .license_05_bunner .license_05_bunner_btn a::before {
            content: '';
            background: url(../images/license/license_arrow_03.png) no-repeat center center;
            width: 8px;
            height: 14px;
            position: absolute;
            right: 40px;
            top: calc(50% - 7px); }
    .license_05_info_bg .license_05_info .license_05_text {
      font-size: 1.143em;
      color: #333;
      line-height: 2;
      margin-top: 80px; }
    .license_05_info_bg .license_05_info .license_05_contact {
      width: 100%;
      border: solid 2px #fb6a00;
      position: relative;
      background-color: #fffff6;
      margin-top: 45px; }
      .license_05_info_bg .license_05_info .license_05_contact .license_05_contact_ttl {
        font-size: 1.5em;
        width: 80%;
        max-width: 300px;
        -webkit-display: inline-block;
        -moz-display: inline-block;
        -ms-display: inline-block;
        -o-display: inline-block;
        display: inline-block;
        padding: 5px 0px;
        border-radius: 50px;
        color: #fff;
        background-color: #fb6a00;
        position: absolute;
        top: -21px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center; }
      .license_05_info_bg .license_05_info .license_05_contact .license_05_contact_text {
        font-size: 1.143em;
        color: #333;
        text-align: center;
        padding: 35px 10px 10px; }
        .license_05_info_bg .license_05_info .license_05_contact .license_05_contact_text p span {
          -webkit-display: inline-block;
          -moz-display: inline-block;
          -ms-display: inline-block;
          -o-display: inline-block;
          display: inline-block; }
        .license_05_info_bg .license_05_info .license_05_contact .license_05_contact_text .license_05_contact_tel a {
          font-size: 1.714em;
          color: #fb6a00;
          font-weight: bold;
          padding-left: 20px;
          position: relative; }
          .license_05_info_bg .license_05_info .license_05_contact .license_05_contact_text .license_05_contact_tel a::before {
            content: '';
            background: url(../images/license/tel_icon.png) no-repeat center center;
            width: 18px;
            height: 23px;
            position: absolute;
            left: -2px;
            top: 11px; }

/*追加項目（検定TOP/FAQ・問い合わせ・メルマガ）　2021,04,28*/
.license_06_info_bg {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }
  .license_06_info_bg .license_06_info {
    width: 100%;
    margin: 10px 0; }
    .license_06_info_bg .license_06_info .license_06_list_bg {
      width: 100%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center; }
      .license_06_info_bg .license_06_info .license_06_list_bg .license_06_list {
        width: 100%;
        max-width: 300px;
        border: solid 1px #cd2627;
        margin: 0 10px 20px;
        position: relative; }
        .license_06_info_bg .license_06_info .license_06_list_bg .license_06_list:hover {
          opacity: .5; }
        .license_06_info_bg .license_06_info .license_06_list_bg .license_06_list a {
          width: 100%;
          height: 100%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          -webkit-display: flex;
          -moz-display: flex;
          -ms-display: flex;
          -o-display: flex;
          display: flex;
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          -ms-justify-content: flex-start;
          -o-justify-content: flex-start;
          justify-content: flex-start; }
          .license_06_info_bg .license_06_info .license_06_list_bg .license_06_list a .license_06_list_box_01 {
            width: 5px;
            height: 100%;
            background-color: #c40001; }
          .license_06_info_bg .license_06_info .license_06_list_bg .license_06_list a .license_06_list_box_02 {
            width: calc(100% - 5px);
            height: 100%;
            background-color: #f4f4f4;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            -webkit-display: flex;
            -moz-display: flex;
            -ms-display: flex;
            -o-display: flex;
            display: flex;
            -webkit-justify-content: flex-start;
            -moz-justify-content: flex-start;
            -ms-justify-content: flex-start;
            -o-justify-content: flex-start;
            justify-content: flex-start;
            -ms-align-items: center;
            align-items: center;
            padding-left: 10px;
            position: relative; }
            .license_06_info_bg .license_06_info .license_06_list_bg .license_06_list a .license_06_list_box_02::before {
              content: '';
              background: url(../images/license/license_arrow_01.png) no-repeat center center;
              width: 8px;
              height: 14px;
              position: absolute;
              top: calc(50% - 7px);
              right: 10px; }
            .license_06_info_bg .license_06_info .license_06_list_bg .license_06_list a .license_06_list_box_02 .license_06_icon {
              width: 45px;
              height: 45px;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              -webkit-display: flex;
              -moz-display: flex;
              -ms-display: flex;
              -o-display: flex;
              display: flex;
              -webkit-justify-content: center;
              -moz-justify-content: center;
              -ms-justify-content: center;
              -o-justify-content: center;
              justify-content: center;
              -ms-align-items: center;
              align-items: center;
              margin-right: 5px; }
              .license_06_info_bg .license_06_info .license_06_list_bg .license_06_list a .license_06_list_box_02 .license_06_icon img {
                max-width: 100%;
                height: auto; }
            .license_06_info_bg .license_06_info .license_06_list_bg .license_06_list a .license_06_list_box_02 .license_06_ttl {
              font-size: 1.286em;
              font-weight: bold;
              color: #333;
              letter-spacing: -1px; }	

/*追加項目（貸会議室）　2021,08,19 */
.license_07_info_bg {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; 
list-style: none;}
  .license_07_info_bg .license_07_info {
    width: 100%;
    margin: 10px 0; }
    .license_07_info_bg .license_07_info .license_07_list_bg {
      width: 100%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center; 
list-style-type: none!important;}
      .license_07_info_bg .license_07_info .license_07_list_bg .license_07_list {
        width: 100%;
        max-width: 300px;
        border: solid 1px #cd2627;
        margin: 0 10px 20px;
        position: relative; }
        .license_07_info_bg .license_07_info .license_07_list_bg .license_07_list:hover {
          opacity: .5; }
        .license_07_info_bg .license_07_info .license_07_list_bg .license_07_list a {
          width: 100%;
          height: 100%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          -webkit-display: flex;
          -moz-display: flex;
          -ms-display: flex;
          -o-display: flex;
          display: flex;
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          -ms-justify-content: flex-start;
          -o-justify-content: flex-start;
          justify-content: flex-start; }
          .license_07_info_bg .license_07_info .license_07_list_bg .license_07_list a .license_07_list_box_01 {
            width: 5px;
            height: 100%;
            background-color: #c40001; }
          .license_07_info_bg .license_07_info .license_07_list_bg .license_07_list a .license_07_list_box_02 {
            width: calc(100% - 5px);
            height: 100%;
            background-color: #f4f4f4;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            -webkit-display: flex;
            -moz-display: flex;
            -ms-display: flex;
            -o-display: flex;
            display: flex;
            -webkit-justify-content: flex-start;
            -moz-justify-content: flex-start;
            -ms-justify-content: flex-start;
            -o-justify-content: flex-start;
            justify-content: flex-start;
            -ms-align-items: center;
            align-items: center;
            padding-left: 10px;
            position: relative; }
            .license_07_info_bg .license_07_info .license_07_list_bg .license_07_list a .license_07_list_box_02::before {
              content: '';
              background: url(../images/license/license_arrow_01.png) no-repeat center center;
              width: 8px;
              height: 14px;
              position: absolute;
              top: calc(50% - 7px);
              right: 10px; }
            .license_07_info_bg .license_07_info .license_07_list_bg .license_07_list a .license_07_list_box_02 .license_07_icon {
              width: 45px;
              height: 45px;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              -webkit-display: flex;
              -moz-display: flex;
              -ms-display: flex;
              -o-display: flex;
              display: flex;
              -webkit-justify-content: center;
              -moz-justify-content: center;
              -ms-justify-content: center;
              -o-justify-content: center;
              justify-content: center;
              -ms-align-items: center;
              align-items: center;
              margin-right: 5px; }
              .license_07_info_bg .license_07_info .license_07_list_bg .license_07_list a .license_07_list_box_02 .license_07_icon img {
                max-width: 100%;
                height: auto; }
            .license_07_info_bg .license_07_info .license_07_list_bg .license_07_list a .license_07_list_box_02 .license_07_ttl {
              font-size: 1em;
              font-weight: bold;
              color: #333;
              letter-spacing: -1px;
padding: 5px;}

/*追加項目（実務研修/講座一覧・申込方法・活用事例・問い合わせ・メルマガ）　2022,05,10*/
.training_01_info_bg {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; 

}
  .training_01_info_bg .training_01_info {
    width: 100%;
    margin: 10px 0; }
    .training_01_info_bg .training_01_info .training_01_list_bg {
      width: 100%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start; 
list-style-type:none;}
      .training_01_info_bg .training_01_info .training_01_list_bg .training_01_list {
    width: 45%!important;
    border: solid 1px #cd2627;
    margin: 0px 5px 10px!important;
    position: relative;
}      .training_01_info_bg .training_01_info .training_01_list_bg .training_01_list:hover {
          opacity: .5; }
        .training_01_info_bg .training_01_info .training_01_list_bg .training_01_list:nth-child(5startn) {
          margin-right: 0; }
        .training_01_info_bg .training_01_info .training_01_list_bg .training_01_list a {
          width: 100%;
          height: 100%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          -webkit-display: flex;
          -moz-display: flex;
          -ms-display: flex;
          -o-display: flex;
          display: flex;
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          -ms-justify-content: flex-start;
          -o-justify-content: flex-start;
          justify-content: flex-start; }
          .training_01_info_bg .training_01_info .training_01_list_bg .training_01_list a .training_01_list_box_01 {
            width: 5px;
            height: 100%;
            background-color: #c40001; }
          .training_01_info_bg .training_01_info .training_01_list_bg .training_01_list a .training_01_list_box_02 {
            width: calc(100% - 5px);
            height: 100%;
padding:5px 0;
            background-color: #f4f4f4;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            -webkit-display: flex;
            -moz-display: flex;
            -ms-display: flex;
            -o-display: flex;
            display: flex;
            -webkit-justify-content: flex-start;
            -moz-justify-content: flex-start;
            -ms-justify-content: flex-start;
            -o-justify-content: flex-start;
            justify-content: flex-start;
            -ms-align-items: center;
            align-items: center;
            padding-left: 10px;
            position: relative; }
            .training_01_info_bg .training_01_info .training_01_list_bg .training_01_list a .training_01_list_box_02::before {
              content: '';
              background: url(../images/license/license_arrow_01.png) no-repeat center center;
              width: 8px;
              height: 14px;
              position: absolute;
              top: calc(50% - 7px);
              right: 10px; }
            .training_01_info_bg .training_01_info .training_01_list_bg .training_01_list a .training_01_list_box_02 .training_01_icon {
              width: 45px;
              height: 45px;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              -webkit-display: flex;
              -moz-display: flex;
              -ms-display: flex;
              -o-display: flex;
              display: flex;
              -webkit-justify-content: center;
              -moz-justify-content: center;
              -ms-justify-content: center;
              -o-justify-content: center;
              justify-content: center;
              -ms-align-items: center;
              align-items: center;
              margin-right: 5px; }
              .training_01_info_bg .training_01_info .training_01_list_bg .training_01_list a .training_01_list_box_02 .training_01_icon img {
                max-width: 95%;
                height: auto; }
            .training_01_info_bg .training_01_info .training_01_list_bg .training_01_list a .training_01_list_box_02 .training_01_ttl {
              font-size: 0.8em;
              font-weight: bold;
              color: #333;
              letter-spacing: -1px;
			margin:unset;
              padding: 0 25px 0 0;
}


/*追加項目（特退共）　2022,05,27*/
.tokutaikyo_01_info_bg {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; 

}
  .tokutaikyo_01_info_bg .tokutaikyo_01_info {
    width: 100%;
    margin: 10px 0; }
    .tokutaikyo_01_info_bg .tokutaikyo_01_info .tokutaikyo_01_list_bg {
      width: 100%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start; 
list-style-type:none;}
      .tokutaikyo_01_info_bg .tokutaikyo_01_info .tokutaikyo_01_list_bg .tokutaikyo_01_list {
    width: 45%!important;
    border: solid 1px #cd2627;
    margin: 0px 5px 10px!important;
    position: relative;
}
        .tokutaikyo_01_info_bg .tokutaikyo_01_info .tokutaikyo_01_list_bg .tokutaikyo_01_list:hover {
          opacity: .5; }
        .tokutaikyo_01_info_bg .tokutaikyo_01_info .tokutaikyo_01_list_bg .tokutaikyo_01_list:nth-child(5startn) {
          margin-right: 0; }
        .tokutaikyo_01_info_bg .tokutaikyo_01_info .tokutaikyo_01_list_bg .tokutaikyo_01_list a {
          width: 100%;
          height: 100%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          -webkit-display: flex;
          -moz-display: flex;
          -ms-display: flex;
          -o-display: flex;
          display: flex;
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          -ms-justify-content: flex-start;
          -o-justify-content: flex-start;
          justify-content: flex-start; }
          .tokutaikyo_01_info_bg .tokutaikyo_01_info .tokutaikyo_01_list_bg .tokutaikyo_01_list a .tokutaikyo_01_list_box_01 {
            width: 5px;
            height: 100%;
            background-color: #c40001; }
          .tokutaikyo_01_info_bg .tokutaikyo_01_info .tokutaikyo_01_list_bg .tokutaikyo_01_list a .tokutaikyo_01_list_box_02 {
            width: calc(100% - 5px);
            height: 100%;
padding:5px 0;
            background-color: #f4f4f4;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            -webkit-display: flex;
            -moz-display: flex;
            -ms-display: flex;
            -o-display: flex;
            display: flex;
            -webkit-justify-content: flex-start;
            -moz-justify-content: flex-start;
            -ms-justify-content: flex-start;
            -o-justify-content: flex-start;
            justify-content: flex-start;
            -ms-align-items: center;
            align-items: center;
            padding-left: 10px;
            position: relative; }
            .tokutaikyo_01_info_bg .tokutaikyo_01_info .tokutaikyo_01_list_bg .tokutaikyo_01_list a .tokutaikyo_01_list_box_02::before {
              content: '';
              background: url(../images/license/license_arrow_01.png) no-repeat center center;
              width: 8px;
              height: 14px;
              position: absolute;
              top: calc(50% - 7px);
              right: 10px; }
            .tokutaikyo_01_info_bg .tokutaikyo_01_info .tokutaikyo_01_list_bg .tokutaikyo_01_list a .tokutaikyo_01_list_box_02 .tokutaikyo_01_icon {
              width: 45px;
              height: 45px;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              -webkit-display: flex;
              -moz-display: flex;
              -ms-display: flex;
              -o-display: flex;
              display: flex;
              -webkit-justify-content: center;
              -moz-justify-content: center;
              -ms-justify-content: center;
              -o-justify-content: center;
              justify-content: center;
              -ms-align-items: center;
              align-items: center;
              margin-right: 5px; }
              .tokutaikyo_01_info_bg .tokutaikyo_01_info .tokutaikyo_01_list_bg .tokutaikyo_01_list a .tokutaikyo_01_list_box_02 .tokutaikyo_01_icon img {
                width: 95%;
                height: auto; }
            .tokutaikyo_01_info_bg .tokutaikyo_01_info .tokutaikyo_01_list_bg .tokutaikyo_01_list a .tokutaikyo_01_list_box_02 .tokutaikyo_01_ttl {
              font-size: 0.8em;
              font-weight: bold;
              color: #333;
              letter-spacing: -1px;
			margin:unset;
              padding: 0 25px 0 0;
} 
.tokutaikyo_02_info_bg {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; 

}
  .tokutaikyo_02_info_bg .tokutaikyo_02_info {
    width: 100%;
    margin: 10px 0; }
    .tokutaikyo_02_info_bg .tokutaikyo_02_info .tokutaikyo_02_list_bg {
    list-style-type:none!important;
      width: 100%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start; }
      .tokutaikyo_02_info_bg .tokutaikyo_02_info .tokutaikyo_02_list_bg .tokutaikyo_02_list {
            width: 45%!important;
        height: 80px;
        border: solid 1px #cd2627;
        margin: 10px!important;
        margin-bottom: 0px;
        position: relative; }
        .tokutaikyo_02_info_bg .tokutaikyo_02_info .tokutaikyo_02_list_bg .tokutaikyo_02_list:hover {
          opacity: .5; }
        .tokutaikyo_02_info_bg .tokutaikyo_02_info .tokutaikyo_02_list_bg .tokutaikyo_02_list:nth-child(4n) {
          margin-right: 0; }
        .tokutaikyo_02_info_bg .tokutaikyo_02_info .tokutaikyo_02_list_bg .tokutaikyo_02_list a {
          width: 100%;
          height: 100%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          -webkit-display: flex;
          -moz-display: flex;
          -ms-display: flex;
          -o-display: flex;
          display: flex;
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          -ms-justify-content: flex-start;
          -o-justify-content: flex-start;
          justify-content: flex-start; }
          .tokutaikyo_02_info_bg .tokutaikyo_02_info .tokutaikyo_02_list_bg .tokutaikyo_02_list a .tokutaikyo_02_list_box_01 {
            width: 5px;
            height: 100%;
            background-color: #c40001; }
          .tokutaikyo_02_info_bg .tokutaikyo_02_info .tokutaikyo_02_list_bg .tokutaikyo_02_list a .tokutaikyo_02_list_box_02 {
            width: calc(100% - 5px);
            height: 100%;
            background-color: #f4f4f4;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            -webkit-display: flex;
            -moz-display: flex;
            -ms-display: flex;
            -o-display: flex;
            display: flex;
            -webkit-justify-content: flex-start;
            -moz-justify-content: flex-start;
            -ms-justify-content: flex-start;
            -o-justify-content: flex-start;
            justify-content: flex-start;
            -ms-align-items: center;
            align-items: center;
            padding-left: 10px;
            position: relative; }
            .tokutaikyo_02_info_bg .tokutaikyo_02_info .tokutaikyo_02_list_bg .tokutaikyo_02_list a .tokutaikyo_02_list_box_02::before {
              content: '';
              background: url(../images/license/license_arrow_01.png) no-repeat center center;
              width: 8px;
              height: 14px;
              position: absolute;
              top: calc(50% - 7px);
              right: 10px; }
            .tokutaikyo_02_info_bg .tokutaikyo_02_info .tokutaikyo_02_list_bg .tokutaikyo_02_list a .tokutaikyo_02_list_box_02 .tokutaikyo_02_icon {
              width: 45px;
              height: 45px;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              -webkit-display: flex;
              -moz-display: flex;
              -ms-display: flex;
              -o-display: flex;
              display: flex;
              -webkit-justify-content: center;
              -moz-justify-content: center;
              -ms-justify-content: center;
              -o-justify-content: center;
              justify-content: center;
              -ms-align-items: center;
              align-items: center;
              margin-right: 5px; }
              .tokutaikyo_02_info_bg .tokutaikyo_02_info .tokutaikyo_02_list_bg .tokutaikyo_02_list a .tokutaikyo_02_list_box_02 .tokutaikyo_02_icon img {
                width: 95%;
                height: auto; }
            .tokutaikyo_02_info_bg .tokutaikyo_02_info .tokutaikyo_02_list_bg .tokutaikyo_02_list a .tokutaikyo_02_list_box_02 .tokutaikyo_02_ttl {
              font-size: 0.9em;
              font-weight: bold;
              color: #333;
              letter-spacing: -1px;
            padding-right:20px;}

/*貿易証明1段目*/
.trade_01_info_bg {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; 
list-style: none;}
  .trade_01_info_bg .trade_01_info {
    width: 100%;
    margin: 10px 0; }
    .trade_01_info_bg .trade_01_info .trade_01_list_bg {
      width: 100%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center; 
list-style-type: none!important;}
      .trade_01_info_bg .trade_01_info .trade_01_list_bg .trade_01_list {
        width: 100%;
        max-width: 300px;
        border: solid 1px #666;
        margin: 0 10px 20px;
        position: relative; }
        .trade_01_info_bg .trade_01_info .trade_01_list_bg .trade_01_list:hover {
          opacity: .5; }
        .trade_01_info_bg .trade_01_info .trade_01_list_bg .trade_01_list a {
          width: 100%;
          height: 100%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          -webkit-display: flex;
          -moz-display: flex;
          -ms-display: flex;
          -o-display: flex;
          display: flex;
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          -ms-justify-content: flex-start;
          -o-justify-content: flex-start;
          justify-content: flex-start; }
          .trade_01_info_bg .trade_01_info .trade_01_list_bg .trade_01_list a .trade_01_list_box_01 {
            width: 5px;
            height: 100%;
            background-color: #666; }
          .trade_01_info_bg .trade_01_info .trade_01_list_bg .trade_01_list a .trade_01_list_box_02 {
            width: calc(100% - 5px);
            height: 100%;
            background-color: #f4f4f4;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            -webkit-display: flex;
            -moz-display: flex;
            -ms-display: flex;
            -o-display: flex;
            display: flex;
            -webkit-justify-content: flex-start;
            -moz-justify-content: flex-start;
            -ms-justify-content: flex-start;
            -o-justify-content: flex-start;
            justify-content: flex-start;
            -ms-align-items: center;
            align-items: center;
            padding-left: 10px;
            position: relative; }
            .trade_01_info_bg .trade_01_info .trade_01_list_bg .trade_01_list a .trade_01_list_box_02::before {
              content: '';
              background: url(../images/license/license_arrow_01.png) no-repeat center center;
              width: 8px;
              height: 14px;
              position: absolute;
              top: calc(50% - 7px);
              right: 10px; }
            .trade_01_info_bg .trade_01_info .trade_01_list_bg .trade_01_list a .trade_01_list_box_02 .trade_01_icon {
              width: 45px;
              height: 45px;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              -webkit-display: flex;
              -moz-display: flex;
              -ms-display: flex;
              -o-display: flex;
              display: flex;
              -webkit-justify-content: center;
              -moz-justify-content: center;
              -ms-justify-content: center;
              -o-justify-content: center;
              justify-content: center;
              -ms-align-items: center;
              align-items: center;
              margin-right: 5px; }
              .trade_01_info_bg .trade_01_info .trade_01_list_bg .trade_01_list a .trade_01_list_box_02 .trade_01_icon img {
                max-width: 100%;
                height: auto; }
            .trade_01_info_bg .trade_01_info .trade_01_list_bg .trade_01_list a .trade_01_list_box_02 .trade_01_ttl {
              font-size: 1em;
              font-weight: bold;
              color: #333;
              letter-spacing: -1px;
padding: 5px;}	

/*貿易証明メニュー2段目*/
      .trade_01_info_bg .trade_01_info .trade_01_list_bg .trade_02_list {
        width: 100%;
        max-width: 300px;
        border: solid 1px #666;
        margin: 0 10px 20px;
        position: relative; }
        .trade_01_info_bg .trade_01_info .trade_01_list_bg .trade_02_list:hover {
          opacity: .5; }
        .trade_01_info_bg .trade_01_info .trade_01_list_bg .trade_02_list a {
          width: 100%;
          height: 100%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          -webkit-display: flex;
          -moz-display: flex;
          -ms-display: flex;
          -o-display: flex;
          display: flex;
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          -ms-justify-content: flex-start;
          -o-justify-content: flex-start;
          justify-content: flex-start; }
          .trade_01_info_bg .trade_01_info .trade_01_list_bg .trade_02_list a .trade_01_list_box_01 {
            width: 5px;
            height: 100%;
            background-color: #666; }
          .trade_01_info_bg .trade_01_info .trade_01_list_bg .trade_02_list a .trade_01_list_box_02 {
            width: calc(100% - 5px);
            height: 100%;
            background-color: #f4f4f4;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            -webkit-display: flex;
            -moz-display: flex;
            -ms-display: flex;
            -o-display: flex;
            display: flex;
            -webkit-justify-content: flex-start;
            -moz-justify-content: flex-start;
            -ms-justify-content: flex-start;
            -o-justify-content: flex-start;
            justify-content: flex-start;
            -ms-align-items: center;
            align-items: center;
            padding-left: 10px;
            position: relative; }
            .trade_01_info_bg .trade_01_info .trade_01_list_bg .trade_02_list a .trade_01_list_box_02::before {
              content: '';
              background: url(../images/license/license_arrow_01.png) no-repeat center center;
              width: 8px;
              height: 14px;
              position: absolute;
              top: calc(50% - 7px);
              right: 10px; }
            .trade_01_info_bg .trade_01_info .trade_01_list_bg .trade_02_list a .trade_01_list_box_02 .trade_01_icon {
              width: 45px;
              height: 45px;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              -webkit-display: flex;
              -moz-display: flex;
              -ms-display: flex;
              -o-display: flex;
              display: flex;
              -webkit-justify-content: center;
              -moz-justify-content: center;
              -ms-justify-content: center;
              -o-justify-content: center;
              justify-content: center;
              -ms-align-items: center;
              align-items: center;
              margin-right: 5px; }
              .trade_01_info_bg .trade_01_info .trade_01_list_bg .trade_02_list a .trade_01_list_box_02 .trade_01_icon img {
                max-width: 100%;
                height: auto; }
            .trade_01_info_bg .trade_01_info .trade_01_list_bg .trade_02_list a .trade_01_list_box_02 .trade_01_ttl {
              font-size: 1em;
              font-weight: 500;
              color: #333;
              letter-spacing: -1px;
padding: 5px;}
/* ==== rooms === */
.rooms_01_info_bg {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }
  .rooms_01_info_bg .rooms_01_info {
    width: 100%;
    margin: 10px 0; }
    .rooms_01_info_bg .rooms_01_info .rooms_01_list_bg {
      width: 100%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
    list-style-type: none;}
      .rooms_01_info_bg .rooms_01_info .rooms_01_list_bg::after {
        content: '';
        width: 100%;
        max-width: 300px;
        margin: 0 10px 20px; }
      .rooms_01_info_bg .rooms_01_info .rooms_01_list_bg .rooms_01_list {
        width: 100%;
        max-width: 300px;
        border: solid 1px #cd2627;
        margin: 0 10px 20px;
        position: relative; }
        .rooms_01_info_bg .rooms_01_info .rooms_01_list_bg .rooms_01_list:hover {
          opacity: .5; }
        .rooms_01_info_bg .rooms_01_info .rooms_01_list_bg .rooms_01_list a {
          width: 100%;
          height: 100%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          -webkit-display: flex;
          -moz-display: flex;
          -ms-display: flex;
          -o-display: flex;
          display: flex;
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          -ms-justify-content: flex-start;
          -o-justify-content: flex-start;
          justify-content: flex-start; }
          .rooms_01_info_bg .rooms_01_info .rooms_01_list_bg .rooms_01_list a .rooms_01_list_box_01 {
            width: 90px;
            height: 100%;
            background-color: #c40001; }
            .rooms_01_info_bg .rooms_01_info .rooms_01_list_bg .rooms_01_list a .rooms_01_list_box_01 img {
              max-width: 100% !important;
              height: 100%;
              object-fit: cover; }
          .rooms_01_info_bg .rooms_01_info .rooms_01_list_bg .rooms_01_list a .rooms_01_list_box_02 {
            width: calc(100% - 90px);
            height: 100%;
            background: url(../images/diagonal_line_red_01.jpg) center center repeat;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            -webkit-display: flex;
            -moz-display: flex;
            -ms-display: flex;
            -o-display: flex;
            display: flex;
            -webkit-justify-content: flex-start;
            -moz-justify-content: flex-start;
            -ms-justify-content: flex-start;
            -o-justify-content: flex-start;
            justify-content: flex-start;
            -ms-align-items: center;
            align-items: center;
            padding-left: 15px;
            padding-right: 30px;
            position: relative; }
            .rooms_01_info_bg .rooms_01_info .rooms_01_list_bg .rooms_01_list a .rooms_01_list_box_02::before {
              content: '';
              background: url(../images/license/license_arrow_02.png) no-repeat center center;
              width: 8px;
              height: 14px;
              position: absolute;
              top: calc(50% - 7px);
              right: 10px; }
            .rooms_01_info_bg .rooms_01_info .rooms_01_list_bg .rooms_01_list a .rooms_01_list_box_02.license_brank::after {
              content: '';
              background: url(../images/license/license_item_01.png) center center no-repeat;
              width: 17px;
              height: 17px;
              position: absolute;
              right: 10px;
              top: 10px; }
            .rooms_01_info_bg .rooms_01_info .rooms_01_list_bg .rooms_01_list a .rooms_01_list_box_02 .rooms_01_ttl {
              width: 100%;
              font-size: 1.143em;
              font-weight: bold;
              color: #fff;
              letter-spacing: -1px; }
              .rooms_01_info_bg .rooms_01_info .rooms_01_list_bg .rooms_01_list a .rooms_01_list_box_02 .rooms_01_ttl span {
                font-size: .875em; }

.rooms_02_info_bg {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }
  .rooms_02_info_bg .rooms_02_info {
    width: 100%;
    margin: 10px 0; }
    .rooms_02_info_bg .rooms_02_info .rooms_02_list_bg {
      width: 100%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center; }
      .rooms_02_info_bg .rooms_02_info .rooms_02_list_bg::after {
        content: '';
        width: 100%;
        max-width: 300px;
        margin: 0 10px 20px; }
      .rooms_02_info_bg .rooms_02_info .rooms_02_list_bg .rooms_02_list {
        width: 100%;
        max-width: 300px;
        border: solid 1px #cd2627;
        margin: 0 10px 20px;
        position: relative; }
        .rooms_02_info_bg .rooms_02_info .rooms_02_list_bg .rooms_02_list:hover {
          opacity: .5; }
        .rooms_02_info_bg .rooms_02_info .rooms_02_list_bg .rooms_02_list a {
          width: 100%;
          height: 100%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          -webkit-display: flex;
          -moz-display: flex;
          -ms-display: flex;
          -o-display: flex;
          display: flex;
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          -ms-justify-content: flex-start;
          -o-justify-content: flex-start;
          justify-content: flex-start; }
          .rooms_02_info_bg .rooms_02_info .rooms_02_list_bg .rooms_02_list a .rooms_02_list_box_01 {
            width: 90px;
            height: 100%;
            background-color: #c40001; }
            .rooms_02_info_bg .rooms_02_info .rooms_02_list_bg .rooms_02_list a .rooms_02_list_box_01 img {
              max-width: 100% !important;
              height: auto; }
          .rooms_02_info_bg .rooms_02_info .rooms_02_list_bg .rooms_02_list a .rooms_02_list_box_02 {
            width: calc(100% - 90px);
            height: 100%;
            background: url(../images/diagonal_line_red_01.jpg) center center repeat;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            -webkit-display: flex;
            -moz-display: flex;
            -ms-display: flex;
            -o-display: flex;
            display: flex;
            -webkit-justify-content: flex-start;
            -moz-justify-content: flex-start;
            -ms-justify-content: flex-start;
            -o-justify-content: flex-start;
            justify-content: flex-start;
            -ms-align-items: center;
            align-items: center;
            padding-left: 20px;
            padding-right: 30px;
            position: relative; }
            .rooms_02_info_bg .rooms_02_info .rooms_02_list_bg .rooms_02_list a .rooms_02_list_box_02::before {
              content: '';
              background: url(../images/license/license_arrow_02.png) no-repeat center center;
              width: 8px;
              height: 14px;
              position: absolute;
              top: calc(50% - 7px);
              right: 10px; }
            .rooms_02_info_bg .rooms_02_info .rooms_02_list_bg .rooms_02_list a .rooms_02_list_box_02.license_brank::after {
              content: '';
              background: url(../images/license/license_item_01.png) center center no-repeat;
              width: 17px;
              height: 17px;
              position: absolute;
              right: 30px;
              top: calc(50% - 8px); }
            .rooms_02_info_bg .rooms_02_info .rooms_02_list_bg .rooms_02_list a .rooms_02_list_box_02 .rooms_02_ttl {
              width: 100%;
              font-size: 1.143em;
              font-weight: bold;
              color: #fff;
              letter-spacing: -1px; }
              .rooms_02_info_bg .rooms_02_info .rooms_02_list_bg .rooms_02_list a .rooms_02_list_box_02 .rooms_02_ttl span {
                font-size: .875em; }

.rooms_03_info_bg {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }
  .rooms_03_info_bg .rooms_03_info {
    width: 100%;
    margin: 10px 0; }
    .rooms_03_info_bg .rooms_03_info .rooms_03_bunner {
      position: relative;
      margin-bottom: 60px; }
      .rooms_03_info_bg .rooms_03_info .rooms_03_bunner img {
        max-width: 100% !important;
        height: auto; }
      .rooms_03_info_bg .rooms_03_info .rooms_03_bunner .rooms_03_bunner_btn {
        width: 100%;
        max-width: 300px;
        margin-top: 5px;
        -webkit-display: inline-block;
        -moz-display: inline-block;
        -ms-display: inline-block;
        -o-display: inline-block;
        display: inline-block;
        border: solid 1px #0758a2;
        text-align: center;
        position: absolute;
        bottom: -60px;
        left: 0;
        right: 0;
        margin: auto; }
        .rooms_03_info_bg .rooms_03_info .rooms_03_bunner .rooms_03_bunner_btn a {
          font-size: 1.286em;
          padding: 5px 65px 5px 45px;
          font-weight: bold;
          width: 100%;
          -webkit-display: block;
          -moz-display: block;
          -ms-display: block;
          -o-display: block;
          display: block;
          color: #0758a2;
          background-color: rgba(255, 255, 255, 0.8);
          position: relative; }
          .rooms_03_info_bg .rooms_03_info .rooms_03_bunner .rooms_03_bunner_btn a::before {
            content: '';
            background: url(../images/license/license_arrow_03.png) no-repeat center center;
            width: 8px;
            height: 14px;
            position: absolute;
            right: 40px;
            top: calc(50% - 7px); }

.img_w100 {
  width: 100%;
  height: auto; }

.display_block {
  display: block; }

.over_table_bg {
  width: 100%;
  overflow: auto; }
  .over_table_bg .over_table {
    width: 980px; }

.table_border_01 {
  border-color: #ffffff;
  border-right: none !important;
  border-bottom: none !important; }
  .table_border_01 tr:first-child th, .table_border_01 tr:first-child td {
    border-top: 1px solid #ccc; }
  .table_border_01 tr th, .table_border_01 tr td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: none; }

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
緊急掲載（TOP新着）2020,03,20
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
#emergency_box{
    display: block;
}
#emergency_box h3{
    width:100%;
    font-size:1.2em;
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
}
.emergency_response{
    width:auto;
    margin:15px 0px 15px; 
    padding:5px 0;
    text-align:center; 
    font-size:1.2em; 
    color:#fff;
    border:solid 1px #fff;
    background: #fff;
}

.emergency_response a{
    color:#bf0a00;
    display: block;
    text-decoration: none;    
}
.emergency_response a:hover,.emergency_response a:visited{
    color:#bf0a00;
}


.emergency_response2,.emergency_response4{
    width:auto;
    margin:15px 0px 15px; 
    padding:5px 0;
    text-align:center; 
    font-size:1.2em; 
    color:#fff;
    border:solid 1px #fff;
}

.emergency_response2 a,.emergency_response4 a{
    color:#fff;
    display: block;
	text-decoration:none;
}
.emergency_response2 a:hover,.emergency_response2 a:visited,.emergency_response4 a:hover,.emergency_response4 a:visited{
    color:#fff;
	text-decoration:none;
}
.emergency_response3{
	margin: 0 10px 30px;
	color: #fff;
	font-size: 1.2em;
    width:95%;
	text-decoration:none;
}

