@charset "UTF-8";
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* PC・タブレット・スマホ共通 */
html {
  font-size: 62.5%; }

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", 'MS PMincho', Meiryo, メイリオ, Helvetica, sans-serif;
  -webkit-text-size-adjust: 100%; }

*::selection {
  background: #C52020;
  color: #fff; }

/* リンク設定 */
a,
a:visited,
a:active {
  color: #5E5959;
  text-decoration: underline; }

a:hover {
  color: #C52020;
  text-decoration: underline; }

/* テキスト位置：左 */
.talign_left {
  text-align: left !important; }

/* テキスト位置：中央 */
.talign_center {
  text-align: center !important; }

/* テキスト位置：右 */
.talign_right {
  text-align: right !important; }

/* テキスト色：白 */
.text_white {
  color: #fff !important; }

/* テキスト色：サイトベース1 */
.text_sitebase_01 {
  color: #C52020; }

/* テキスト色：サイトベース2 */
.text_sitebase_02 {
  color: #8B1616; }

/* ラインマーカー */
.line_marker {
  background: linear-gradient(transparent 65%, #C52020 0%); }

/* テキスト折り返し禁止 */
.wspace_nowrap {
  white-space: nowrap !important; }

/* clearfix */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

/* for IE */
.clearfix {
  *zoom: 1; }

/* PC表示 */
@media screen and (min-width: 751px) {
  body {
    background: #fff; }

  /* ヘッダー */
  #header {
    background: #fff;
    min-width: 1050px; }
    #header a {
      text-decoration: none; }
    #header .header_inner {
      display: table;
      width: 100%; }
      #header .header_inner .header_ttl {
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        padding-left: 20px;
        font-size: 2.6rem;
        color: #C52020;
        line-height: 1.4;
        font-weight: bold; }
        #header .header_inner .header_ttl .header_ttl_sub_text {
          font-size: 53.8%;
          color: #444;
          display: block; }
      #header .header_inner .global_menu {
        display: table-cell;
        vertical-align: middle;
        text-align: right;
        padding-right: 10px; }
        #header .header_inner .global_menu .menu_btn {
          display: none; }
        #header .header_inner .global_menu ul {
          display: table;
          margin-left: auto; }
          #header .header_inner .global_menu ul li {
            display: table-cell;
            vertical-align: middle; }
            #header .header_inner .global_menu ul li.menu_close {
              display: none; }
            #header .header_inner .global_menu ul li a {
              font-size: 1.4rem;
              line-height: 1.4;
              display: table-cell;
              padding: 0 10px;
              height: 80px;
              vertical-align: middle;
              text-align: center;
              color: #444;
              text-decoration: none;
              transition-duration: 0.2s; }
              #header .header_inner .global_menu ul li a:hover, #header .header_inner .global_menu ul li a.active {
                color: #C52020; }

  /* フッター */
  #footer {
    background: #C52020;
    min-width: 1050px; }
    #footer .footer_content {
      padding: 45px 0;
      width: 1050px;
      margin: 0 auto; }
      #footer .footer_content .footer_company_name {
        padding-bottom: 18px;
        font-size: 2.8rem;
        text-align: center;
        color: #fff;
        line-height: 1.6; }
        #footer .footer_content .footer_company_name span {
          font-size: 57.14%;
          display: block; }
      #footer .footer_content .footer_banner {
        width: 180px; }
    #footer .footer_copyright {
      background: #8B1616;
      min-width: 1050px;
      font-size: 1.3rem;
      line-height: 1.4;
      padding: 15px 0; }
      #footer .footer_copyright .footer_copyright_inner {
        width: 1050px;
        margin: 0 auto;
        text-align: center; }
        #footer .footer_copyright .footer_copyright_inner em {
          color: rgba(255, 255, 255, 0.5); }

  /* ページトップへリンク */
  .page_top_link {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1001; }
    .page_top_link a {
      width: 64px;
      height: 64px;
      border-radius: 64px;
      border: 3px #fff solid;
      box-sizing: border-box;
      background: #8B1616;
      overflow: hidden;
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      .page_top_link a:before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        box-sizing: border-box;
        border-top: 3px #fff solid;
        border-right: 3px #fff solid;
        transform: rotate(-45deg);
        margin-top: 10px; }
      .page_top_link a span {
        position: absolute;
        left: -9999px;
        top: -999px; }

  /* 地図 */
  .map_content {
    min-width: 1050px;
    height: 350px;
    overflow: none; }
    .map_content iframe {
      width: 100%;
      height: 350px; }

  .bnr_content {
    background: #efefef;
    min-width: 1050px;
    padding: 35px 0; }
    .bnr_content ul {
      width: 1050px;
      margin: 0 auto; }
      .bnr_content ul li {
        float: left;
        width: 247.5px;
        margin-right: 20px;
        padding: 5px 0; }
        .bnr_content ul li:nth-child(4n) {
          margin-right: 0; }
        .bnr_content ul li img {
          max-width: 100%; }

  /* 各パーツ設定 */
  /* Header1タイトル */
  .header1_area {
    display: table;
    width: 100%;
    min-width: 1050px;
    background: #C52020;
    background-size: cover; }
    .header1_area .header1_inner {
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      padding: 30px 0;
      box-sizing: border-box;
      height: 220px; }
      .header1_area .header1_inner .header1_ttl {
        font-size: 3.6rem;
        line-height: 2;
        color: #fff; }
      .header1_area .header1_inner .header1_paragraph {
        font-size: 1.6rem;
        line-height: 1.5;
        color: #fff; }

  /* Header2タイトル */
  .header2_ttl {
    font-size: 3.6rem;
    line-height: 1.4;
    color: #C52020;
    font-weight: bold;
    padding-bottom: 55px;
    text-align: center; }

  /* Header3タイトル */
  .header3_ttl {
    font-size: 2.8rem;
    line-height: 1.4;
    color: #C52020;
    font-weight: bold;
    padding-bottom: 15px; }

  /* Header4タイトル */
  .header4_ttl {
    font-size: 2rem;
    line-height: 1.4;
    color: #C52020;
    font-weight: bold;
    padding-bottom: 5px; }

  /* 仕切り付きボックス */
  .partition_box .partition_item {
    padding: 30px 0px;
    border-bottom: 2px rgba(197, 32, 32, 0.2) solid; }

  /* 重要コメントエリア */
  .important_comment_area {
    border: 1px #C52020 solid;
    background: #fff;
    padding: 25px 30px; }
    .important_comment_area .important_comment_inner {
      display: table;
      width: 100%; }
      .important_comment_area .important_comment_inner .important_comment_text {
        display: table-cell;
        vertical-align: middle; }
      .important_comment_area .important_comment_inner .important_comment_btn {
        display: table-cell;
        vertical-align: middle;
        text-align: right;
        padding-left: 20px; }

  /* 画像表示用ボックス */
  .image_display {
    min-width: 1050px;
    box-sizing: border-box; }
    .image_display .image_display {
      position: absolute;
      top: -9999px;
      opacity: 0;
      width: 0;
      height: 0; }
    .image_display .image_display_inner {
      background: #C52020;
      padding: 50px 0; }
      .image_display .image_display_inner .prev_btn,
      .image_display .image_display_inner .next_btn {
        position: absolute;
        top: -9999px;
        opacity: 0;
        width: 0;
        height: 0; }
      .image_display .image_display_inner .image_list {
        width: 1050px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 0; }
        .image_display .image_display_inner .image_list li {
          display: inline-block;
          text-align: left;
          width: 300px;
          padding-right: 75px;
          margin-top: 20px;
          margin-bottom: 20px; }
          .image_display .image_display_inner .image_list li:last-child, .image_display .image_display_inner .image_list li:nth-child(3n) {
            padding-right: 0; }
          .image_display .image_display_inner .image_list li a {
            display: block; }
          .image_display .image_display_inner .image_list li img {
            max-width: 100%;
            width: 100%;
            box-shadow: rgba(0, 0, 0, 0.2) 0 9px 0 -4px;
            display: block; }
          .image_display .image_display_inner .image_list li .image_text_data {
            padding-top: 12px; }
            .image_display .image_display_inner .image_list li .image_text_data .image_list_ttl {
              color: #fff; }
            .image_display .image_display_inner .image_list li .image_text_data .image_list_text {
              color: #fff; }

  /* 矢印装飾:白丸矢印 */
  .decorate_arrow,
  .decorate_arrow_rebirth {
    position: relative;
    display: inline-block;
    padding: 0 0 0 2rem;
    vertical-align: middle;
    text-decoration: none; }
    .decorate_arrow:before, .decorate_arrow:after,
    .decorate_arrow_rebirth:before,
    .decorate_arrow_rebirth:after {
      position: absolute;
      top: 0.4rem;
      left: 0;
      margin: auto;
      content: "";
      vertical-align: middle; }
    .decorate_arrow:before,
    .decorate_arrow_rebirth:before {
      width: 1.6rem;
      height: 1.6rem;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background: #fff; }
    .decorate_arrow:after,
    .decorate_arrow_rebirth:after {
      left: 0.4rem;
      width: 0.4rem;
      height: 0.4rem;
      border-top: 1px solid #C52020;
      border-right: 1px solid #C52020;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 1rem; }

  /* 矢印装飾:ベースカラー丸矢印 */
  .decorate_arrow_rebirth:before {
    background: #C52020; }
  .decorate_arrow_rebirth:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff; }

  /* テキスト・画像汎用エリア */
  .text_img_section {
    padding-bottom: 80px;
    /* 画像を左揃えにする */
    /* 画像を右揃えにする */ }
    .text_img_section .left_img {
      float: left;
      width: 30%;
      padding-right: 30px; }
      .text_img_section .left_img img {
        width: 100%;
        max-width: 100%; }
    .text_img_section .right_img {
      float: right;
      width: 30%;
      padding-left: 30px; }
      .text_img_section .right_img img {
        width: 100%;
        max-width: 100%; }

  /* テキスト・画像汎用エリアのカラム分け */
  .text_img_2cols_box,
  .text_img_3cols_box,
  .text_img_4cols_box {
    text-align: center;
    font-size: 0; }
    .text_img_2cols_box .text_img_section,
    .text_img_3cols_box .text_img_section,
    .text_img_4cols_box .text_img_section {
      display: inline-block;
      vertical-align: top;
      text-align: left; }
      .text_img_2cols_box .text_img_section .left_img,
      .text_img_2cols_box .text_img_section .right_img,
      .text_img_3cols_box .text_img_section .left_img,
      .text_img_3cols_box .text_img_section .right_img,
      .text_img_4cols_box .text_img_section .left_img,
      .text_img_4cols_box .text_img_section .right_img {
        width: 100%;
        float: none;
        padding: 0 0 15px; }
        .text_img_2cols_box .text_img_section .left_img img,
        .text_img_2cols_box .text_img_section .right_img img,
        .text_img_3cols_box .text_img_section .left_img img,
        .text_img_3cols_box .text_img_section .right_img img,
        .text_img_4cols_box .text_img_section .left_img img,
        .text_img_4cols_box .text_img_section .right_img img {
          width: 100%;
          max-width: 100%; }
      .text_img_2cols_box .text_img_section .header2_ttl,
      .text_img_2cols_box .text_img_section .header3_ttl,
      .text_img_2cols_box .text_img_section .header4_ttl,
      .text_img_3cols_box .text_img_section .header2_ttl,
      .text_img_3cols_box .text_img_section .header3_ttl,
      .text_img_3cols_box .text_img_section .header4_ttl,
      .text_img_4cols_box .text_img_section .header2_ttl,
      .text_img_4cols_box .text_img_section .header3_ttl,
      .text_img_4cols_box .text_img_section .header4_ttl {
        text-align: center; }

  .text_img_2cols_box .text_img_section {
    width: 47.5%;
    margin-right: 5%; }
    .text_img_2cols_box .text_img_section:nth-child(2n) {
      margin-right: 0; }

  .text_img_3cols_box .text_img_section {
    width: 30%;
    margin-right: 5%; }
    .text_img_3cols_box .text_img_section:nth-child(3n) {
      margin-right: 0; }

  .text_img_4cols_box .text_img_section {
    width: 22%;
    margin-right: 4%; }
    .text_img_4cols_box .text_img_section:nth-child(4n) {
      margin-right: 0; }

  /* 黒丸付きリスト */
  .circle_list li {
    position: relative;
    text-indent: -1em;
    padding: 5px 0 5px 1em; }
    .circle_list li:before {
      content: "・"; }

  /* ※付きリスト */
  .rice_list li {
    position: relative;
    text-indent: -1em;
    padding: 5px 0 5px 1em; }
    .rice_list li:before {
      content: "※"; }

  /* データテーブル */
  .data_tbl {
    width: 100%; }
    .data_tbl tr {
      border-bottom: 1px rgba(197, 32, 32, 0.2) solid; }
      .data_tbl tr th {
        padding: 10px 0;
        color: #C52020;
        text-align: left;
        white-space: nowrap; }
      .data_tbl tr td {
        padding: 10px 0 10px 15px; }

  /* インフォメーション詳細関連パーツ */
  /* インフォメーション詳細タイトル */
  .info_detail_ttl {
    font-size: 2rem;
    color: #C52020;
    padding-bottom: 20px;
    border-bottom: 1px rgba(197, 32, 32, 0.2) solid; }
    .info_detail_ttl .info_date {
      font-size: 65%;
      color: #888; }
    .info_detail_ttl .info_text {
      display: block;
      padding-top: 10px; }

  .info_detail_inner {
    color: #444; }

  .info_detail_inner strong {
    font-weight: bold;
    color: #000; }

  .info_detail_inner em {
    font-style: italic; }

  .info_detail_inner ul li {
    list-style-type: disc;
    margin-left: 1.4em; }

  .info_detail_inner ol li {
    list-style-type: decimal;
    margin-left: 1.4em; }

  .info_detail_inner .alignleft {
    float: left;
    margin-right: 20px; }

  .info_detail_inner .aligncenter {
    margin: 0 auto;
    display: block; }

  .info_detail_inner .alignright {
    float: right;
    margin-left: 20px; }

  /* インフォメーション詳細コントロール */
  .info_detail_control_list {
    text-align: center;
    font-size: 0; }
    .info_detail_control_list li {
      display: inline-block;
      padding: 5px 10px;
      font-size: 1.8rem; }
      .info_detail_control_list li a {
        display: table-cell;
        border-radius: 20px;
        border: 3px #C52020 solid;
        min-width: 150px;
        height: 40px;
        text-align: center;
        vertical-align: middle;
        box-sizing: border-box;
        text-decoration: none;
        transition-duration: 0.3s;
        background: #C52020;
        color: #fff; }
      .info_detail_control_list li.prev a, .info_detail_control_list li.next a {
        background: transparent;
        color: #C52020;
        position: relative; }
        .info_detail_control_list li.prev a:hover, .info_detail_control_list li.next a:hover {
          background: #C52020;
          color: #fff; }
          .info_detail_control_list li.prev a:hover:before, .info_detail_control_list li.prev a:hover:after, .info_detail_control_list li.next a:hover:before, .info_detail_control_list li.next a:hover:after {
            border-color: #fff; }
      .info_detail_control_list li.prev a {
        padding-left: 10px; }
        .info_detail_control_list li.prev a:before {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          content: "";
          width: 10px;
          height: 10px;
          box-sizing: border-box;
          border-left: 3px #C52020 solid;
          border-bottom: 3px #C52020 solid;
          display: inline-block;
          position: absolute;
          left: 15px;
          top: 1.08rem; }
      .info_detail_control_list li.next a {
        padding-right: 10px; }
        .info_detail_control_list li.next a:after {
          -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
          content: "";
          width: 10px;
          height: 10px;
          box-sizing: border-box;
          border-left: 3px #C52020 solid;
          border-bottom: 3px #C52020 solid;
          display: inline-block;
          position: absolute;
          right: 15px;
          top: 1.08rem; }

  /* インフォメーション用リスト */
  .info_list {
    position: relative; }
    .info_list dt {
      position: absolute;
      font-size: 81.25%;
      color: #C52020;
      padding: 22.5px 10px;
      box-sizing: border-box; }
      .info_list dt .info_date {
        vertical-align: middle; }
      .info_list dt .label_01,
      .info_list dt .label_02,
      .info_list dt .label_03,
      .info_list dt .label_04,
      .info_list dt .label_05,
      .info_list dt .label_06,
      .info_list dt .label_07,
      .info_list dt .label_08,
      .info_list dt .label_09,
      .info_list dt .label_10 {
        margin-top: -4px; }
      .info_list dt:first-child + dd {
        border-top: 1px rgba(197, 32, 32, 0.2) solid; }
    .info_list dd {
      box-sizing: border-box;
      border-bottom: 1px rgba(197, 32, 32, 0.2) solid;
      padding: 15px 10px 15px 200px; }

  /* ラベル1 */
  .label_01,
  .label_02,
  .label_03,
  .label_04,
  .label_05,
  .label_06,
  .label_07,
  .label_08,
  .label_09,
  .label_10 {
    display: inline-block;
    min-width: 70px;
    padding: 0 10px;
    box-sizing: border-box;
    height: 25px;
    vertical-align: middle;
    text-align: center;
    line-height: 25px !important; }

  .label_01 {
    background: #C52020;
    color: #fff; }

  .label_02 {
    background: #C52020;
    color: #fff; }

  .label_03 {
    background: #C52020;
    color: #fff; }

  .label_04 {
    background: #C52020;
    color: #fff; }

  .label_05 {
    background: #C52020;
    color: #fff; }

  .label_06 {
    background: #C52020;
    color: #fff; }

  .label_07 {
    background: #C52020;
    color: #fff; }

  .label_08 {
    background: #C52020;
    color: #fff; }

  .label_09 {
    background: #C52020;
    color: #fff; }

  .label_10 {
    background: #C52020;
    color: #fff; }

  /* ページャー */
  .pager_list {
    text-align: center;
    font-size: 0; }
    .pager_list li {
      display: inline-block;
      padding: 5px;
      font-size: 1.8rem; }
      .pager_list li a {
        display: table-cell;
        border-radius: 20px;
        border: 3px #C52020 solid;
        width: 40px;
        height: 40px;
        text-align: center;
        vertical-align: middle;
        box-sizing: border-box;
        text-decoration: none;
        background: transparent;
        color: #C52020;
        transition-duration: 0.3s; }
        .pager_list li a:hover, .pager_list li a.active {
          background: #C52020;
          color: #fff; }
      .pager_list li.prev, .pager_list li.next {
        padding: 5px 0; }
        .pager_list li.prev a, .pager_list li.next a {
          border: none;
          background: none; }
          .pager_list li.prev a:hover, .pager_list li.next a:hover {
            background: inherit;
            color: inherit; }
          .pager_list li.prev a:before, .pager_list li.next a:before {
            content: "";
            width: 10px;
            height: 10px;
            box-sizing: border-box;
            border-left: 3px #C52020 solid;
            border-bottom: 3px #C52020 solid;
            display: inline-block; }
          .pager_list li.prev a span, .pager_list li.next a span {
            display: none; }
      .pager_list li.prev a:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .pager_list li.next a:before {
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg); }

  /* ボタン用リスト */
  .btn_list {
    display: table;
    margin-left: auto;
    margin-right: auto; }
    .btn_list li {
      display: table-cell;
      padding-left: 25px;
      padding-right: 25px; }
      .btn_list li:first-child {
        padding-left: 0; }
      .btn_list li:last-child {
        padding-right: 0; }

  /* ボタン1 */
  .link_btn_01 {
    display: inline-block;
    font-weight: bold;
    min-width: 220px;
    border-radius: 100px;
    padding: 15px 20px 15px 40px;
    box-sizing: border-box;
    text-align: center;
    color: #C52020;
    text-decoration: none;
    position: relative;
    white-space: nowrap;
    z-index: 1;
    transition-duration: 0.3s;
    overflow: hidden;
    border: 3px #C52020 solid;
    letter-spacing: 0.3em; }
    .link_btn_01:before {
      content: "";
      position: absolute;
      top: 0 !important;
      bottom: 0;
      left: 0;
      width: 0%;
      opacity: 0;
      background-color: #C52020;
      border-radius: 100px;
      z-index: -1;
      transition-duration: inherit; }
    .link_btn_01:hover {
      text-decoration: none; }
      .link_btn_01:hover:before {
        width: 100%;
        opacity: 0.2; }
    .link_btn_01 .link_arrow:before {
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      border-top: 2px solid #C52020;
      border-right: 2px solid #C52020;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      left: 20px;
      top: 0;
      bottom: 0;
      margin: auto; }

  /* ボタン2 */
  .link_btn_02 {
    display: inline-block;
    font-weight: bold;
    min-width: 220px;
    border-radius: 100px;
    padding: 18px 23px 18px 43px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    text-decoration: none;
    position: relative;
    white-space: nowrap;
    z-index: 1;
    transition-duration: 0.3s;
    overflow: hidden;
    background: #C52020;
    letter-spacing: 0.3em; }
    .link_btn_02:before {
      content: "";
      position: absolute;
      top: 0 !important;
      bottom: 0;
      left: 0;
      width: 0%;
      background-color: #8B1616;
      border-radius: 100px;
      z-index: -1;
      transition-duration: inherit;
      opacity: 0; }
    .link_btn_02:visited {
      color: #fff; }
    .link_btn_02:active {
      color: #fff; }
    .link_btn_02:hover {
      color: #fff;
      text-decoration: none; }
      .link_btn_02:hover:before {
        width: 100%;
        opacity: 1; }
    .link_btn_02 .link_arrow:before {
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      left: 23px;
      top: 0;
      bottom: 0;
      margin: auto; }

  /* カードボックスレイアウト */
  .card_boxs {
    margin-top: -30px; }
    .card_boxs .card_box_item {
      float: left;
      clear: both;
      width: 47.5%;
      margin-top: 30px; }
      .card_boxs .card_box_item:nth-child(2n) {
        float: right;
        clear: none; }

  /* カードボックス */
  .card_box_item {
    box-sizing: border-box;
    display: block;
    border: 1px #C52020 solid;
    background: #fff;
    padding: 30px 30px; }

  /* 汎用設定 */
  /* テキストサイズ：小 */
  .font_size_small {
    font-size: 1.4rem;
    line-height: 1.6; }

  /* テキストサイズ：中 */
  .font_size_medium {
    font-size: 1.6rem;
    line-height: 1.6; }

  /* テキストサイズ：大 */
  .font_size_large {
    font-size: 1.8rem;
    line-height: 1.6; }

  /* 共通コンテンツ幅 */
  .content_box {
    width: 1050px;
    margin: 0 auto;
    box-sizing: border-box; }

  /* サブコンテンツ背景色1 */
  .sub_content_background_01 {
    background: #F8F5F5;
    min-width: 1050px;
    box-sizing: border-box; }

  /* サブコンテンツ背景色2 */
  .sub_content_background_02 {
    background: #F1DEDE;
    min-width: 1050px;
    box-sizing: border-box; }

  /* 共通罫線1 */
  /* 下方向罫線 */
  .com_border_bottom_01 {
    border-bottom: 1px rgba(197, 32, 32, 0.2) solid; }

  /* 上方向罫線 */
  .com_border_top_01 {
    border-top: 1px rgba(197, 32, 32, 0.2) solid; }

  /* 共通テーブル */
  .tbl_01 {
    border-collapse: collapse;
    border-spacing: 0; }
    .tbl_01 > tbody > tr,
    .tbl_01 > tr {
      vertical-align: middle; }
      .tbl_01 > tbody > tr > th,
      .tbl_01 > tbody > tr > td,
      .tbl_01 > tr > th,
      .tbl_01 > tr > td {
        text-align: left;
        padding: 20px 20px;
        vertical-align: inherit;
        border-bottom: 1px #fff solid; }
      .tbl_01 > tbody > tr > th,
      .tbl_01 > tr > th {
        background: #C52020;
        color: #fff; }
      .tbl_01 > tbody > tr > td,
      .tbl_01 > tr > td {
        background: #f6f6f6; }
        .tbl_01 > tbody > tr > td:last-child,
        .tbl_01 > tr > td:last-child {
          border-right: none; }
      .tbl_01 > tbody > tr:last-child > th,
      .tbl_01 > tbody > tr:last-child > td,
      .tbl_01 > tr:last-child > th,
      .tbl_01 > tr:last-child > td {
        border-bottom: none; }

  .tbl_right th {
    text-align: right; }

  /* スクロールテーブル */
  .scrollTbl {
    overflow: auto; }
    .scrollTbl table {
      width: 100%;
      border-collapse: initial;
      border-spacing: 2px; }
      .scrollTbl table tr {
        vertical-align: middle; }
        .scrollTbl table tr td, .scrollTbl table tr th {
          background: #fff;
          padding: 10px 10px;
          vertical-align: inherit; }

  /* お問い合わせ用テーブル */
  .contact_tbl {
    border-top: 1px rgba(197, 32, 32, 0.2) solid;
    width: 100%; }
    .contact_tbl tr {
      border-bottom: 1px rgba(197, 32, 32, 0.2) solid; }
      .contact_tbl tr th {
        width: 250px;
        white-space: nowrap;
        padding: 25px 0px;
        vertical-align: top;
        text-align: left;
        font-size: 112.5%; }
      .contact_tbl tr td {
        padding: 25px 0px;
        vertical-align: top;
        text-align: left; }
    .contact_tbl .valid-err {
      display: block; }
    .contact_tbl .valid-err span {
      background-color: #C52020;
      color: #fff;
      padding: 5px 8px;
      margin-top: 5px;
      display: inline-block;
      border-radius: 5px; }

  .hf-bottom-botton-area li {
    display: inline-block !important; }

  .hf-clear-button .link_btn_01 {
    background-color: #aaa !important;
    border-color: #aaa !important;
    color: #fff !important;
    padding: 15px 20px !important; }

  .Contact-Wrap {
    background-color: #F8F5F5;
    padding: 50px;
    width: 580px;
    margin: 0 auto;
    line-height: 2.6em; }

  .Contact-Heading {
    text-align: center;
    font-size: 24px;
    font-weight: 600; }

  .Contact-End-Text {
    margin: 30px 0;
    font-size: 14px; }

  .Contact-End-Box {
    background-color: #fff;
    padding: 20px;
    font-size: 14px; }

  /* オーバーフローボックス */
  .overflow_box {
    width: 100%;
    height: 245px;
    border: 1px #cccccc solid;
    background: #fff;
    box-sizing: border-box;
    overflow: auto;
    padding: 10px; }

  /* 送信ボタン */
  .submit_btn {
    -webkit-appearance: none;
    background: none;
    border: none;
    padding: 0; }

  /* 共通テキストボックス */
  .com_textbox {
    border: 1px #cccccc solid;
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
    font-size: inherit;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", 'MS PMincho', Meiryo, メイリオ, sans-serif; }

  /* 共通ラジオボタン */
  .com_radio {
    display: inline-block;
    padding-left: 20px; }
    .com_radio input[type=radio] {
      opacity: 0;
      z-index: -9999;
      position: absolute; }
      .com_radio input[type=radio] + .com_radio_txt {
        position: relative; }
        .com_radio input[type=radio] + .com_radio_txt:before {
          content: "";
          width: 12px;
          height: 12px;
          display: block;
          margin-right: 5px;
          border: 1px #cccccc solid;
          background: #fff;
          position: absolute;
          top: 0;
          left: -20px;
          margin-top: 0.2em;
          border-radius: 50%;
          transition-duration: 0.3s; }
        .com_radio input[type=radio] + .com_radio_txt:after {
          transition-duration: 0.3s; }
      .com_radio input[type=radio]:checked + .com_radio_txt:before {
        background: #3b99fc; }
      .com_radio input[type=radio]:checked + .com_radio_txt:after {
        content: "";
        width: 6px;
        height: 6px;
        display: block;
        position: absolute;
        top: 4px;
        left: -16px;
        background: #fff;
        margin-top: 0.2em;
        border-radius: 50%;
        box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 3px; }

  /* 共通チェックボックス */
  .com_check {
    display: inline-block;
    padding-left: 20px; }
    .com_check input[type=checkbox] {
      opacity: 0;
      z-index: -9999;
      position: absolute; }
      .com_check input[type=checkbox] + .com_check_txt {
        position: relative; }
        .com_check input[type=checkbox] + .com_check_txt:before {
          content: "";
          width: 12px;
          height: 12px;
          display: block;
          margin-right: 5px;
          border: 1px #cccccc solid;
          background: #fff;
          position: absolute;
          top: 0;
          left: -20px;
          margin-top: 0.2em;
          border-radius: 2px;
          transition-duration: 0.3s; }
        .com_check input[type=checkbox] + .com_check_txt:after {
          transition-duration: 0.3s; }
      .com_check input[type=checkbox]:checked + .com_check_txt:before {
        background: #3b99fc; }
      .com_check input[type=checkbox]:checked + .com_check_txt:after {
        content: "";
        width: 6px;
        height: 6px;
        display: block;
        position: absolute;
        top: 4px;
        left: -16px;
        background: #fff;
        margin-top: 0.2em;
        border-radius: 1px;
        box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 3px; }

  /* 共通セレクトボックス */
  .com_select {
    display: inline-block;
    position: relative;
    background: #fff; }
    .com_select:before {
      content: "";
      display: block;
      width: 40px;
      height: 40px;
      position: absolute;
      z-index: 0;
      top: 0;
      right: 0;
      background: #C52020; }
    .com_select:after {
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      border-left: 2px #fff solid;
      border-bottom: 2px #fff solid;
      box-sizing: border-box;
      position: absolute;
      z-index: 0;
      top: 13px;
      right: 15px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .com_select select {
      position: relative;
      height: 40px;
      z-index: 1;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      appearance: none;
      text-indent: 0.01px;
      text-overflow: "";
      border-radius: 0;
      border: 0;
      margin: 0;
      background: none transparent;
      vertical-align: middle;
      font-size: inherit;
      color: inherit;
      box-sizing: border-box;
      padding: 0 60px 0 20px;
      width: 100%; }
      .com_select select::-ms-expand {
        display: none; }

  /* padding */
  .pad_t0 {
    padding-top: 0 !important; }

  .pad_r0 {
    padding-right: 0 !important; }

  .pad_b0 {
    padding-bottom: 0 !important; }

  .pad_l0 {
    padding-left: 0 !important; }

  .pad_t5 {
    padding-top: 5px !important; }

  .pad_r5 {
    padding-right: 5px !important; }

  .pad_b5 {
    padding-bottom: 5px !important; }

  .pad_l5 {
    padding-left: 5px !important; }

  .pad_t10 {
    padding-top: 10px !important; }

  .pad_r10 {
    padding-right: 10px !important; }

  .pad_b10 {
    padding-bottom: 10px !important; }

  .pad_l10 {
    padding-left: 10px !important; }

  .pad_t15 {
    padding-top: 15px !important; }

  .pad_r15 {
    padding-right: 15px !important; }

  .pad_b15 {
    padding-bottom: 15px !important; }

  .pad_l15 {
    padding-left: 15px !important; }

  .pad_t20 {
    padding-top: 20px !important; }

  .pad_r20 {
    padding-right: 20px !important; }

  .pad_b20 {
    padding-bottom: 20px !important; }

  .pad_l20 {
    padding-left: 20px !important; }

  .pad_t25 {
    padding-top: 25px !important; }

  .pad_r25 {
    padding-right: 25px !important; }

  .pad_b25 {
    padding-bottom: 25px !important; }

  .pad_l25 {
    padding-left: 25px !important; }

  .pad_t30 {
    padding-top: 30px !important; }

  .pad_r30 {
    padding-right: 30px !important; }

  .pad_b30 {
    padding-bottom: 30px !important; }

  .pad_l30 {
    padding-left: 30px !important; }

  .pad_t35 {
    padding-top: 35px !important; }

  .pad_r35 {
    padding-right: 35px !important; }

  .pad_b35 {
    padding-bottom: 35px !important; }

  .pad_l35 {
    padding-left: 35px !important; }

  .pad_t40 {
    padding-top: 40px !important; }

  .pad_r40 {
    padding-right: 40px !important; }

  .pad_b40 {
    padding-bottom: 40px !important; }

  .pad_l40 {
    padding-left: 40px !important; }

  .pad_t45 {
    padding-top: 45px !important; }

  .pad_r45 {
    padding-right: 45px !important; }

  .pad_b45 {
    padding-bottom: 45px !important; }

  .pad_l45 {
    padding-left: 45px !important; }

  .pad_t50 {
    padding-top: 50px !important; }

  .pad_r50 {
    padding-right: 50px !important; }

  .pad_b50 {
    padding-bottom: 50px !important; }

  .pad_l50 {
    padding-left: 50px !important; }

  .pad_t55 {
    padding-top: 55px !important; }

  .pad_r55 {
    padding-right: 55px !important; }

  .pad_b55 {
    padding-bottom: 55px !important; }

  .pad_l55 {
    padding-left: 55px !important; }

  .pad_t60 {
    padding-top: 60px !important; }

  .pad_r60 {
    padding-right: 60px !important; }

  .pad_b60 {
    padding-bottom: 60px !important; }

  .pad_l60 {
    padding-left: 60px !important; }

  .pad_t70 {
    padding-top: 70px !important; }

  .pad_r70 {
    padding-right: 70px !important; }

  .pad_b70 {
    padding-bottom: 70px !important; }

  .pad_l70 {
    padding-left: 70px !important; }

  .pad_t80 {
    padding-top: 80px !important; }

  .pad_r80 {
    padding-right: 80px !important; }

  .pad_b80 {
    padding-bottom: 80px !important; }

  .pad_l80 {
    padding-left: 80px !important; }

  .pad_t90 {
    padding-top: 90px !important; }

  .pad_r90 {
    padding-right: 90px !important; }

  .pad_b90 {
    padding-bottom: 90px !important; }

  .pad_l90 {
    padding-left: 90px !important; }

  .pad_t100 {
    padding-top: 100px !important; }

  .pad_r100 {
    padding-right: 100px !important; }

  .pad_b100 {
    padding-bottom: 100px !important; }

  .pad_l100 {
    padding-left: 100px !important; }

  /* margin */
  .mar_t0 {
    margin-top: 0 !important; }

  .mar_r0 {
    margin-right: 0 !important; }

  .mar_b0 {
    margin-bottom: 0 !important; }

  .mar_l0 {
    margin-left: 0 !important; }

  .mar_t5 {
    margin-top: 5px !important; }

  .mar_r5 {
    margin-right: 5px !important; }

  .mar_b5 {
    margin-bottom: 5px !important; }

  .mar_l5 {
    margin-left: 5px !important; }

  .mar_t10 {
    margin-top: 10px !important; }

  .mar_r10 {
    margin-right: 10px !important; }

  .mar_b10 {
    margin-bottom: 10px !important; }

  .mar_l10 {
    margin-left: 10px !important; }

  .mar_t15 {
    margin-top: 15px !important; }

  .mar_r15 {
    margin-right: 15px !important; }

  .mar_b15 {
    margin-bottom: 15px !important; }

  .mar_l15 {
    margin-left: 15px !important; }

  .mar_t20 {
    margin-top: 20px !important; }

  .mar_r20 {
    margin-right: 20px !important; }

  .mar_b20 {
    margin-bottom: 20px !important; }

  .mar_l20 {
    margin-left: 20px !important; }

  .mar_t25 {
    margin-top: 25px !important; }

  .mar_r25 {
    margin-right: 25px !important; }

  .mar_b25 {
    margin-bottom: 25px !important; }

  .mar_l25 {
    margin-left: 25px !important; }

  .mar_t30 {
    margin-top: 30px !important; }

  .mar_r30 {
    margin-right: 30px !important; }

  .mar_b30 {
    margin-bottom: 30px !important; }

  .mar_l30 {
    margin-left: 30px !important; }

  .mar_t35 {
    margin-top: 35px !important; }

  .mar_r35 {
    margin-right: 35px !important; }

  .mar_b35 {
    margin-bottom: 35px !important; }

  .mar_l35 {
    margin-left: 35px !important; }

  .mar_t40 {
    margin-top: 40px !important; }

  .mar_r40 {
    margin-right: 40px !important; }

  .mar_b40 {
    margin-bottom: 40px !important; }

  .mar_l40 {
    margin-left: 40px !important; }

  .mar_t45 {
    margin-top: 45px !important; }

  .mar_r45 {
    margin-right: 45px !important; }

  .mar_b45 {
    margin-bottom: 45px !important; }

  .mar_l45 {
    margin-left: 45px !important; }

  .mar_t50 {
    margin-top: 50px !important; }

  .mar_r50 {
    margin-right: 50px !important; }

  .mar_b50 {
    margin-bottom: 50px !important; }

  .mar_l50 {
    margin-left: 50px !important; }

  .mar_t55 {
    margin-top: 55px !important; }

  .mar_r55 {
    margin-right: 55px !important; }

  .mar_b55 {
    margin-bottom: 55px !important; }

  .mar_l55 {
    margin-left: 55px !important; }

  .mar_t60 {
    margin-top: 60px !important; }

  .mar_r60 {
    margin-right: 60px !important; }

  .mar_b60 {
    margin-bottom: 60px !important; }

  .mar_l60 {
    margin-left: 60px !important; }

  .mar_t70 {
    margin-top: 70px !important; }

  .mar_r70 {
    margin-right: 70px !important; }

  .mar_b70 {
    margin-bottom: 70px !important; }

  .mar_l70 {
    margin-left: 70px !important; }

  .mar_t80 {
    margin-top: 80px !important; }

  .mar_r80 {
    margin-right: 80px !important; }

  .mar_b80 {
    margin-bottom: 80px !important; }

  .mar_l80 {
    margin-left: 80px !important; }

  .mar_t90 {
    margin-top: 90px !important; }

  .mar_r90 {
    margin-right: 90px !important; }

  .mar_b90 {
    margin-bottom: 90px !important; }

  .mar_l90 {
    margin-left: 90px !important; }

  .mar_t100 {
    margin-top: 100px !important; }

  .mar_r100 {
    margin-right: 100px !important; }

  .mar_b100 {
    margin-bottom: 100px !important; }

  .mar_l100 {
    margin-left: 100px !important; }

  /* PCのみ */
  .pad_pc_t0 {
    padding-top: 0 !important; }

  .pad_pc_r0 {
    padding-right: 0 !important; }

  .pad_pc_b0 {
    padding-bottom: 0 !important; }

  .pad_pc_l0 {
    padding-left: 0 !important; }

  .pad_pc_t5 {
    padding-top: 5px !important; }

  .pad_pc_r5 {
    padding-right: 5px !important; }

  .pad_pc_b5 {
    padding-bottom: 5px !important; }

  .pad_pc_l5 {
    padding-left: 5px !important; }

  .pad_pc_t10 {
    padding-top: 10px !important; }

  .pad_pc_r10 {
    padding-right: 10px !important; }

  .pad_pc_b10 {
    padding-bottom: 10px !important; }

  .pad_pc_l10 {
    padding-left: 10px !important; }

  .pad_pc_t15 {
    padding-top: 15px !important; }

  .pad_pc_r15 {
    padding-right: 15px !important; }

  .pad_pc_b15 {
    padding-bottom: 15px !important; }

  .pad_pc_l15 {
    padding-left: 15px !important; }

  .pad_pc_t20 {
    padding-top: 20px !important; }

  .pad_pc_r20 {
    padding-right: 20px !important; }

  .pad_pc_b20 {
    padding-bottom: 20px !important; }

  .pad_pc_l20 {
    padding-left: 20px !important; }

  .pad_pc_t25 {
    padding-top: 25px !important; }

  .pad_pc_r25 {
    padding-right: 25px !important; }

  .pad_pc_b25 {
    padding-bottom: 25px !important; }

  .pad_pc_l25 {
    padding-left: 25px !important; }

  .pad_pc_t30 {
    padding-top: 30px !important; }

  .pad_pc_r30 {
    padding-right: 30px !important; }

  .pad_pc_b30 {
    padding-bottom: 30px !important; }

  .pad_pc_l30 {
    padding-left: 30px !important; }

  .pad_pc_t35 {
    padding-top: 35px !important; }

  .pad_pc_r35 {
    padding-right: 35px !important; }

  .pad_pc_b35 {
    padding-bottom: 35px !important; }

  .pad_pc_l35 {
    padding-left: 35px !important; }

  .pad_pc_t40 {
    padding-top: 40px !important; }

  .pad_pc_r40 {
    padding-right: 40px !important; }

  .pad_pc_b40 {
    padding-bottom: 40px !important; }

  .pad_pc_l40 {
    padding-left: 40px !important; }

  .pad_pc_t45 {
    padding-top: 45px !important; }

  .pad_pc_r45 {
    padding-right: 45px !important; }

  .pad_pc_b45 {
    padding-bottom: 45px !important; }

  .pad_pc_l45 {
    padding-left: 45px !important; }

  .pad_pc_t50 {
    padding-top: 50px !important; }

  .pad_pc_r50 {
    padding-right: 50px !important; }

  .pad_pc_b50 {
    padding-bottom: 50px !important; }

  .pad_pc_l50 {
    padding-left: 50px !important; }

  .pad_pc_t55 {
    padding-top: 55px !important; }

  .pad_pc_r55 {
    padding-right: 55px !important; }

  .pad_pc_b55 {
    padding-bottom: 55px !important; }

  .pad_pc_l55 {
    padding-left: 55px !important; }

  .pad_pc_t60 {
    padding-top: 60px !important; }

  .pad_pc_r60 {
    padding-right: 60px !important; }

  .pad_pc_b60 {
    padding-bottom: 60px !important; }

  .pad_pc_l60 {
    padding-left: 60px !important; }

  .pad_pc_t70 {
    padding-top: 70px !important; }

  .pad_pc_r70 {
    padding-right: 70px !important; }

  .pad_pc_b70 {
    padding-bottom: 70px !important; }

  .pad_pc_l70 {
    padding-left: 70px !important; }

  .pad_pc_t80 {
    padding-top: 80px !important; }

  .pad_pc_r80 {
    padding-right: 80px !important; }

  .pad_pc_b80 {
    padding-bottom: 80px !important; }

  .pad_pc_l80 {
    padding-left: 80px !important; }

  .pad_pc_t90 {
    padding-top: 90px !important; }

  .pad_pc_r90 {
    padding-right: 90px !important; }

  .pad_pc_b90 {
    padding-bottom: 90px !important; }

  .pad_pc_l90 {
    padding-left: 90px !important; }

  .pad_pc_t100 {
    padding-top: 100px !important; }

  .pad_pc_r100 {
    padding-right: 100px !important; }

  .pad_pc_b100 {
    padding-bottom: 100px !important; }

  .pad_pc_l100 {
    padding-left: 100px !important; }

  /* margin */
  .mar_pc_t0 {
    margin-top: 0 !important; }

  .mar_pc_r0 {
    margin-right: 0 !important; }

  .mar_pc_b0 {
    margin-bottom: 0 !important; }

  .mar_pc_l0 {
    margin-left: 0 !important; }

  .mar_pc_t5 {
    margin-top: 5px !important; }

  .mar_pc_r5 {
    margin-right: 5px !important; }

  .mar_pc_b5 {
    margin-bottom: 5px !important; }

  .mar_pc_l5 {
    margin-left: 5px !important; }

  .mar_pc_t10 {
    margin-top: 10px !important; }

  .mar_pc_r10 {
    margin-right: 10px !important; }

  .mar_pc_b10 {
    margin-bottom: 10px !important; }

  .mar_pc_l10 {
    margin-left: 10px !important; }

  .mar_pc_t15 {
    margin-top: 15px !important; }

  .mar_pc_r15 {
    margin-right: 15px !important; }

  .mar_pc_b15 {
    margin-bottom: 15px !important; }

  .mar_pc_l15 {
    margin-left: 15px !important; }

  .mar_pc_t20 {
    margin-top: 20px !important; }

  .mar_pc_r20 {
    margin-right: 20px !important; }

  .mar_pc_b20 {
    margin-bottom: 20px !important; }

  .mar_pc_l20 {
    margin-left: 20px !important; }

  .mar_pc_t25 {
    margin-top: 25px !important; }

  .mar_pc_r25 {
    margin-right: 25px !important; }

  .mar_pc_b25 {
    margin-bottom: 25px !important; }

  .mar_pc_l25 {
    margin-left: 25px !important; }

  .mar_pc_t30 {
    margin-top: 30px !important; }

  .mar_pc_r30 {
    margin-right: 30px !important; }

  .mar_pc_b30 {
    margin-bottom: 30px !important; }

  .mar_pc_l30 {
    margin-left: 30px !important; }

  .mar_pc_t35 {
    margin-top: 35px !important; }

  .mar_pc_r35 {
    margin-right: 35px !important; }

  .mar_pc_b35 {
    margin-bottom: 35px !important; }

  .mar_pc_l35 {
    margin-left: 35px !important; }

  .mar_pc_t40 {
    margin-top: 40px !important; }

  .mar_pc_r40 {
    margin-right: 40px !important; }

  .mar_pc_b40 {
    margin-bottom: 40px !important; }

  .mar_pc_l40 {
    margin-left: 40px !important; }

  .mar_pc_t45 {
    margin-top: 45px !important; }

  .mar_pc_r45 {
    margin-right: 45px !important; }

  .mar_pc_b45 {
    margin-bottom: 45px !important; }

  .mar_pc_l45 {
    margin-left: 45px !important; }

  .mar_pc_t50 {
    margin-top: 50px !important; }

  .mar_pc_r50 {
    margin-right: 50px !important; }

  .mar_pc_b50 {
    margin-bottom: 50px !important; }

  .mar_pc_l50 {
    margin-left: 50px !important; }

  .mar_pc_t55 {
    margin-top: 55px !important; }

  .mar_pc_r55 {
    margin-right: 55px !important; }

  .mar_pc_b55 {
    margin-bottom: 55px !important; }

  .mar_pc_l55 {
    margin-left: 55px !important; }

  .mar_pc_t60 {
    margin-top: 60px !important; }

  .mar_pc_r60 {
    margin-right: 60px !important; }

  .mar_pc_b60 {
    margin-bottom: 60px !important; }

  .mar_pc_l60 {
    margin-left: 60px !important; }

  .mar_pc_t70 {
    margin-top: 70px !important; }

  .mar_pc_r70 {
    margin-right: 70px !important; }

  .mar_pc_b70 {
    margin-bottom: 70px !important; }

  .mar_pc_l70 {
    margin-left: 70px !important; }

  .mar_pc_t80 {
    margin-top: 80px !important; }

  .mar_pc_r80 {
    margin-right: 80px !important; }

  .mar_pc_b80 {
    margin-bottom: 80px !important; }

  .mar_pc_l80 {
    margin-left: 80px !important; }

  .mar_pc_t90 {
    margin-top: 90px !important; }

  .mar_pc_r90 {
    margin-right: 90px !important; }

  .mar_pc_b90 {
    margin-bottom: 90px !important; }

  .mar_pc_l90 {
    margin-left: 90px !important; }

  .mar_pc_t100 {
    margin-top: 100px !important; }

  .mar_pc_r100 {
    margin-right: 100px !important; }

  .mar_pc_b100 {
    margin-bottom: 100px !important; }

  .mar_pc_l100 {
    margin-left: 100px !important; }

  .wid_pc_50 {
    width: 50%; } }
/* スマホ表示 */
@media screen and (max-width: 750px) {
  body {
    background: #fff;
    line-height: 1.2; }

  /* ヘッダー */
  #header {
    background: #fff; }
    #header a {
      text-decoration: none; }
    #header .header_inner {
      display: table;
      width: 100%; }
      #header .header_inner .header_ttl {
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        padding-left: 4vw;
        font-size: 5.33312vw;
        color: #C52020;
        line-height: 1.4;
        font-weight: bold; }
        #header .header_inner .header_ttl .header_ttl_sub_text {
          font-size: 53.8%;
          color: #444;
          display: block; }
      #header .header_inner .global_menu {
        display: table-cell;
        vertical-align: middle;
        text-align: right; }
        #header .header_inner .global_menu .menu_btn {
          margin-left: auto;
          display: block;
          width: 16vw;
          height: 16vw;
          background: #C52020;
          position: relative;
          z-index: 1020; }
          #header .header_inner .global_menu .menu_btn:before {
            content: "";
            display: block;
            width: 8vw;
            height: 0.6666666667vw;
            background: #fff;
            position: absolute;
            top: 4.8vw;
            left: 4vw;
            transition-duration: 0.3s; }
          #header .header_inner .global_menu .menu_btn:after {
            content: "";
            display: block;
            width: 8vw;
            height: 0.6666666667vw;
            background: #fff;
            position: absolute;
            top: 10.6666666667vw;
            left: 4vw;
            transition-duration: 0.3s; }
          #header .header_inner .global_menu .menu_btn > span:before {
            content: "";
            display: block;
            width: 8vw;
            height: 0.6666666667vw;
            background: #fff;
            position: absolute;
            top: 7.7333333333vw;
            left: 4vw;
            transition-duration: 0.3s; }
          #header .header_inner .global_menu .menu_btn > span > span {
            overflow: hidden;
            text-indent: -9999px;
            text-align: left;
            display: block; }
          #header .header_inner .global_menu .menu_btn.btn_open:before {
            content: "";
            display: block;
            width: 8vw;
            height: 0.6666666667vw;
            background: #fff;
            position: absolute;
            top: 7.6vw;
            left: 4vw;
            transform: rotate(45deg); }
          #header .header_inner .global_menu .menu_btn.btn_open:after {
            content: "";
            display: block;
            width: 8vw;
            height: 0.6666666667vw;
            background: #fff;
            position: absolute;
            top: 7.6vw;
            left: 4vw;
            transform: rotate(-45deg); }
          #header .header_inner .global_menu .menu_btn.btn_open > span:before {
            content: "";
            display: block;
            width: 8vw;
            height: 0.6666666667vw;
            background: #fff;
            position: absolute;
            top: 7.7333333333vw;
            left: 4vw;
            opacity: 0; }
        #header .header_inner .global_menu ul {
          display: none;
          padding-top: 16vw;
          position: absolute;
          background: #C52020;
          top: 0;
          left: 0;
          right: 0;
          z-index: 1010; }
          #header .header_inner .global_menu ul li {
            border-top: 1px #fff solid;
            text-align: left; }
            #header .header_inner .global_menu ul li a {
              display: block;
              padding: 4.6666666667vw 4.6666666667vw 4.6666666667vw 16vw;
              font-size: 4vw;
              color: #fff;
              text-decoration: none;
              position: relative; }
              #header .header_inner .global_menu ul li a:before {
                content: "";
                display: block;
                width: 2.6666666667vw;
                height: 2.6666666667vw;
                border-top: 5px solid #fff;
                border-right: 5px solid #fff;
                position: absolute;
                left: 8vw;
                transform: rotate(45deg);
                margin-top: -0.2666666667vw; }
            #header .header_inner .global_menu ul li.menu_close {
              font-size: 4.8vw;
              color: #fff;
              border-top: none;
              text-align: center;
              background: #8B1616;
              padding: 4.6666666667vw 0;
              position: relative; }
              #header .header_inner .global_menu ul li.menu_close:before {
                content: "";
                display: block;
                width: 5.3333333333vw;
                height: 0.6666666667vw;
                background: #fff;
                position: absolute;
                top: 6.2666666667vw;
                left: 34.6666666667vw;
                transform: rotate(45deg); }
              #header .header_inner .global_menu ul li.menu_close:after {
                content: "";
                display: block;
                width: 5.3333333333vw;
                height: 0.6666666667vw;
                background: #fff;
                position: absolute;
                top: 6.2666666667vw;
                left: 34.6666666667vw;
                transform: rotate(-45deg); }

  /* フッター */
  #footer {
    background: #C52020; }
    #footer .footer_content {
      padding: 10vw 0; }
      #footer .footer_content .footer_company_name {
        padding-bottom: 2.6666666667vw;
        font-size: 6.72vw;
        text-align: center;
        color: #fff;
        line-height: 1.6; }
        #footer .footer_content .footer_company_name span {
          font-size: 56.25%;
          display: block; }
      #footer .footer_content .footer_banner {
        width: 220px; }
    #footer .footer_copyright {
      background: #8B1616;
      font-size: 1.8666666667vw;
      line-height: 1.4;
      padding: 2vw 0; }
      #footer .footer_copyright .footer_copyright_inner {
        text-align: center; }
        #footer .footer_copyright .footer_copyright_inner em {
          color: rgba(255, 255, 255, 0.5); }

  /* ページトップへリンク */
  .page_top_link {
    position: fixed;
    right: 2.6666666667vw;
    bottom: 2.6666666667vw; }
    .page_top_link a {
      width: 10.6666666667vw;
      height: 10.6666666667vw;
      border-radius: 10.6666666667vw;
      border: 0.8vw #fff solid;
      box-sizing: border-box;
      background: #8B1616;
      overflow: hidden;
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      .page_top_link a:before {
        content: "";
        display: inline-block;
        width: 3.3333333333vw;
        height: 3.3333333333vw;
        box-sizing: border-box;
        border-top: 0.79vw #fff solid;
        border-right: 0.79vw #fff solid;
        transform: rotate(-45deg);
        margin-top: 1.6666666667vw; }
      .page_top_link a span {
        position: absolute;
        left: -9999px;
        top: -999px; }

  /* 地図 */
  .map_content {
    height: 46.6666666667vw;
    overflow: none; }
    .map_content iframe {
      width: 100%;
      height: 46.6666666667vw; }

  .bnr_content {
    background: #efefef;
    padding: 5.3333333333vw 8.6666666667vw; }
    .bnr_content ul {
      margin: 0 auto; }
      .bnr_content ul li {
        float: left;
        width: 38vw;
        padding: 1.3333333333vw 0;
        clear: both; }
        .bnr_content ul li:nth-child(2n) {
          margin-right: 0;
          float: right;
          clear: none; }
        .bnr_content ul li img {
          max-width: 100%; }

  /* 各パーツ設定 */
  /* Header1タイトル */
  .header1_area {
    display: table;
    width: 100%;
    background: #C52020;
    background-size: cover; }
    .header1_area .header1_inner {
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      padding: 4vw 0;
      box-sizing: border-box;
      height: 29.3333333333vw; }
      .header1_area .header1_inner .header1_ttl {
        font-size: 6.672vw;
        line-height: 2;
        color: #fff; }
      .header1_area .header1_inner .header1_paragraph {
        font-size: 3.2vw;
        line-height: 1.5;
        color: #fff; }

  /* Header2タイトル */
  .header2_ttl {
    font-size: 5.600016vw;
    line-height: 1.4;
    color: #C52020;
    font-weight: bold;
    padding-bottom: 7.3333333333vw;
    text-align: center; }

  /* Header3タイトル */
  .header3_ttl {
    font-size: 4.7999466667vw;
    line-height: 1.4;
    color: #C52020;
    font-weight: bold;
    padding-bottom: 2vw; }

  /* Header4タイトル */
  .header4_ttl {
    font-size: 3.7333333333vw;
    line-height: 1.4;
    color: #C52020;
    font-weight: bold;
    padding-bottom: 0.6666666667vw; }

  /* 仕切り付きボックス */
  .partition_box .partition_item {
    padding: 8vw 0vw;
    border-bottom: 0.2666666667vw rgba(197, 32, 32, 0.2) solid; }

  /* 重要コメントエリア */
  .important_comment_area {
    border: 0.1333333333vw #C52020 solid;
    background: #fff;
    padding: 3.3333333333vw 4vw; }
    .important_comment_area .important_comment_inner {
      width: 100%; }
      .important_comment_area .important_comment_inner .important_comment_btn {
        text-align: center;
        padding-top: 3.3333333333vw; }

  /* 画像表示用ボックス */
  .image_display {
    box-sizing: border-box;
    overflow: hidden;
    background: #C52020;
    position: relative; }
    .image_display .control_area {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .image_display .image_display_inner {
      margin: 9.3333333333vw 0;
      white-space: nowrap;
      position: relative; }
      .image_display .image_display_inner .prev_btn {
        position: absolute;
        top: 0;
        left: 0;
        display: table-cell;
        width: 13.3333333333vw; }
        .image_display .image_display_inner .prev_btn:before {
          -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
          left: 5vw; }
      .image_display .image_display_inner .next_btn {
        position: absolute;
        top: 0;
        right: 0;
        display: table-cell;
        width: 13.3333333333vw; }
        .image_display .image_display_inner .next_btn:before {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          right: 5vw; }
      .image_display .image_display_inner .next_btn:before,
      .image_display .image_display_inner .prev_btn:before {
        content: "";
        display: block;
        width: 4vw;
        height: 4vw;
        border-top: 5px solid #fff;
        border-right: 5px solid #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto; }
      .image_display .image_display_inner .image_list {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 0; }
        .image_display .image_display_inner .image_list li {
          display: inline-block;
          text-align: left;
          width: 73.3333333333vw;
          padding: 0 13.3333333333vw; }
          .image_display .image_display_inner .image_list li a {
            display: block; }
          .image_display .image_display_inner .image_list li img {
            max-width: 100%;
            width: 100%;
            box-shadow: rgba(0, 0, 0, 0.2) 0 3.2vw 0 -1.6vw;
            display: block; }
          .image_display .image_display_inner .image_list li .image_text_data {
            padding-top: 4vw; }
            .image_display .image_display_inner .image_list li .image_text_data .image_list_ttl {
              padding-bottom: 2vw;
              white-space: normal;
              color: #fff; }
            .image_display .image_display_inner .image_list li .image_text_data .image_list_text {
              white-space: normal;
              color: #fff; }

  /* 矢印装飾:白丸矢印 */
  .decorate_arrow,
  .decorate_arrow_rebirth {
    position: relative;
    display: inline-block;
    padding: 0 0 0 4.8vw;
    vertical-align: middle;
    text-decoration: none; }
    .decorate_arrow:before, .decorate_arrow:after,
    .decorate_arrow_rebirth:before,
    .decorate_arrow_rebirth:after {
      position: absolute;
      top: 0.96vw;
      left: 0;
      margin: auto;
      content: "";
      vertical-align: middle; }
    .decorate_arrow:before,
    .decorate_arrow_rebirth:before {
      width: 3.84vw;
      height: 3.84vw;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background: #fff; }
    .decorate_arrow:after,
    .decorate_arrow_rebirth:after {
      left: 0.96vw;
      width: 0.96vw;
      height: 0.96vw;
      border-top: 1px solid #C52020;
      border-right: 1px solid #C52020;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 2.4vw; }

  /* 矢印装飾:ベースカラー丸矢印 */
  .decorate_arrow_rebirth:before {
    background: #C52020; }
  .decorate_arrow_rebirth:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff; }

  /* テキスト・画像汎用エリア */
  .text_img_section {
    padding-bottom: 16vw;
    margin: 0 auto; }
    .text_img_section .header2_ttl,
    .text_img_section .header3_ttl,
    .text_img_section .header4_ttl {
      text-align: center; }
    .text_img_section .left_img,
    .text_img_section .right_img {
      width: 100%;
      padding-bottom: 2.6666666667vw; }
      .text_img_section .left_img img,
      .text_img_section .right_img img {
        display: block;
        width: 100%;
        max-width: 100%; }

  /* テキスト・画像汎用エリアのカラム分け */
  .text_img_3cols_box .text_img_section,
  .text_img_4cols_box .text_img_section {
    float: left;
    text-align: left;
    padding-bottom: 6vw;
    width: 46.376%; }
    .text_img_3cols_box .text_img_section:nth-child(2n),
    .text_img_4cols_box .text_img_section:nth-child(2n) {
      float: right; }
    .text_img_3cols_box .text_img_section:nth-child(2n+1),
    .text_img_4cols_box .text_img_section:nth-child(2n+1) {
      clear: both; }
    .text_img_3cols_box .text_img_section .left_img,
    .text_img_3cols_box .text_img_section .right_img,
    .text_img_4cols_box .text_img_section .left_img,
    .text_img_4cols_box .text_img_section .right_img {
      width: 100%;
      float: none;
      padding: 0 0 2vw; }
      .text_img_3cols_box .text_img_section .left_img img,
      .text_img_3cols_box .text_img_section .right_img img,
      .text_img_4cols_box .text_img_section .left_img img,
      .text_img_4cols_box .text_img_section .right_img img {
        width: 100%;
        max-width: 100%; }
    .text_img_3cols_box .text_img_section .header2_ttl,
    .text_img_3cols_box .text_img_section .header3_ttl,
    .text_img_3cols_box .text_img_section .header4_ttl,
    .text_img_4cols_box .text_img_section .header2_ttl,
    .text_img_4cols_box .text_img_section .header3_ttl,
    .text_img_4cols_box .text_img_section .header4_ttl {
      text-align: center; }

  /* 黒丸付きリスト */
  .circle_list li {
    position: relative;
    text-indent: -1em;
    padding: 1.0666666667vw 0 1.0666666667vw 1em; }
    .circle_list li:before {
      content: "・"; }

  /* データテーブル */
  .data_tbl {
    width: 100%; }
    .data_tbl tr {
      border-bottom: 1px rgba(197, 32, 32, 0.2) solid; }
      .data_tbl tr th {
        padding: 1.3333333333vw 0;
        color: #C52020;
        text-align: left;
        white-space: nowrap; }
      .data_tbl tr td {
        padding: 1.3333333333vw 0 1.3333333333vw 2vw; }

  /* インフォメーション詳細関連パーツ */
  .info_detail_ttl {
    color: #C52020;
    padding-bottom: 2.6666666667vw;
    border-bottom: 0.1333333333vw rgba(197, 32, 32, 0.2) solid; }
    .info_detail_ttl .info_date {
      font-size: 4vw;
      color: #888; }
    .info_detail_ttl .label_01 {
      margin-top: 0vw;
      vertical-align: top;
      padding: 3px; }
    .info_detail_ttl .info_text {
      display: block;
      padding-top: 1.3333333333vw;
      font-size: 5.3333333333vw; }

  .info_detail_inner {
    color: #444; }

  .info_detail_inner strong {
    font-weight: bold;
    color: #000; }

  .info_detail_inner em {
    font-style: italic; }

  .info_detail_inner ul li {
    list-style-type: disc;
    margin-left: 1.4em; }

  .info_detail_inner ol li {
    list-style-type: decimal;
    margin-left: 1.4em; }

  .info_detail_inner .alignleft {
    margin: 0 auto;
    display: block; }

  .info_detail_inner .aligncenter {
    margin: 0 auto;
    display: block; }

  .info_detail_inner .alignright {
    margin: 0 auto;
    display: block; }

  /* インフォメーション詳細コントロール */
  .info_detail_control_list {
    text-align: center;
    font-size: 0;
    position: relative; }
    .info_detail_control_list li {
      display: inline-block;
      padding: 0.6666666667vw 1.3333333333vw;
      font-size: 2.4rem; }
      .info_detail_control_list li a {
        display: table-cell;
        border-radius: 9.3333333333vw;
        border: 0.5333333333vw #C52020 solid;
        min-width: 26.6666666667vw;
        height: 9.3333333333vw;
        text-align: center;
        vertical-align: middle;
        box-sizing: border-box;
        text-decoration: none;
        background: #C52020;
        color: #fff; }
      .info_detail_control_list li.prev a, .info_detail_control_list li.next a {
        background: transparent;
        color: #C52020;
        position: relative;
        min-width: 9.3333333333vw; }
        .info_detail_control_list li.prev a:hover, .info_detail_control_list li.next a:hover {
          background: #C52020;
          color: #fff; }
          .info_detail_control_list li.prev a:hover:before, .info_detail_control_list li.prev a:hover:after, .info_detail_control_list li.next a:hover:before, .info_detail_control_list li.next a:hover:after {
            border-color: #fff; }
        .info_detail_control_list li.prev a span, .info_detail_control_list li.next a span {
          display: none; }
      .info_detail_control_list li.prev {
        position: absolute;
        left: 0; }
        .info_detail_control_list li.prev a:before {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          content: "";
          width: 2.2666666667vw;
          height: 2.2666666667vw;
          box-sizing: border-box;
          border-left: 0.5333333333vw #C52020 solid;
          border-bottom: 0.5333333333vw #C52020 solid;
          display: inline-block;
          margin-right: -0.5666666667vw; }
      .info_detail_control_list li.next {
        position: absolute;
        right: 0; }
        .info_detail_control_list li.next a:after {
          -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
          content: "";
          width: 2.2666666667vw;
          height: 2.2666666667vw;
          box-sizing: border-box;
          border-left: 0.5333333333vw #C52020 solid;
          border-bottom: 0.5333333333vw #C52020 solid;
          display: inline-block;
          margin-left: -0.5666666667vw; }

  /* インフォメーション用リスト */
  .info_list {
    position: relative; }
    .info_list dt {
      font-size: 88.25%;
      color: #C52020;
      padding: 3.3333333333vw 2vw 0.6666666667vw;
      box-sizing: border-box; }
      .info_list dt .info_date {
        vertical-align: middle; }
      .info_list dt .label_01,
      .info_list dt .label_02,
      .info_list dt .label_03,
      .info_list dt .label_04,
      .info_list dt .label_05,
      .info_list dt .label_06,
      .info_list dt .label_07,
      .info_list dt .label_08,
      .info_list dt .label_09,
      .info_list dt .label_10 {
        margin-top: 0vw;
        padding: 3px;
        vertical-align: middle; }
      .info_list dt:first-child + dd {
        border-top: 0.1333333333vw rgba(197, 32, 32, 0.2) solid; }
    .info_list dd {
      box-sizing: border-box;
      border-bottom: 0.1333333333vw rgba(197, 32, 32, 0.2) solid;
      padding: 0 2vw 3.3333333333vw; }

  /* ラベル */
  .label_01,
  .label_02,
  .label_03,
  .label_04,
  .label_05,
  .label_06,
  .label_07,
  .label_08,
  .label_09,
  .label_10 {
    display: inline-block;
    min-width: 9.3333333333vw;
    padding: 0 1.3333333333vw;
    box-sizing: border-box;
    height: 4vw;
    vertical-align: middle;
    text-align: center;
    line-height: 3.3333333333vw !important; }

  .label_01 {
    background: #C52020;
    color: #fff; }

  .label_02 {
    background: #C52020;
    color: #fff; }

  .label_03 {
    background: #C52020;
    color: #fff; }

  .label_04 {
    background: #C52020;
    color: #fff; }

  .label_05 {
    background: #C52020;
    color: #fff; }

  .label_06 {
    background: #C52020;
    color: #fff; }

  .label_07 {
    background: #C52020;
    color: #fff; }

  .label_08 {
    background: #C52020;
    color: #fff; }

  .label_09 {
    background: #C52020;
    color: #fff; }

  .label_10 {
    background: #C52020;
    color: #fff; }

  /* ページャー */
  .pager_list {
    text-align: center;
    font-size: 0; }
    .pager_list li {
      display: inline-block;
      padding: 0.6666666667vw 1.3333333333vw;
      font-size: 3.2vw; }
      .pager_list li a {
        display: table-cell;
        border-radius: 3.7333333333vw;
        border: 0.4vw #C52020 solid;
        width: 7.4666666667vw;
        height: 7.4666666667vw;
        text-align: center;
        vertical-align: middle;
        box-sizing: border-box;
        text-decoration: none;
        background: transparent;
        color: #C52020;
        transition-duration: 0.3s; }
        .pager_list li a:hover, .pager_list li a.active {
          background: #C52020;
          color: #fff; }
      .pager_list li.prev, .pager_list li.next {
        padding: 0.6666666667vw 0; }
        .pager_list li.prev a, .pager_list li.next a {
          border: none;
          background: none; }
          .pager_list li.prev a:hover, .pager_list li.next a:hover {
            background: inherit;
            color: inherit; }
          .pager_list li.prev a:before, .pager_list li.next a:before {
            content: "";
            width: 2vw;
            height: 2vw;
            box-sizing: border-box;
            border-left: 4px #C52020 solid;
            border-bottom: 4px #C52020 solid;
            display: inline-block; }
          .pager_list li.prev a span, .pager_list li.next a span {
            display: none; }
      .pager_list li.prev a:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .pager_list li.next a:before {
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg); }

  /* ボタン用リスト */
  .btn_list li {
    display: block;
    text-align: center;
    padding-top: 2.4vw;
    padding-bottom: 2.4vw; }
    .btn_list li:first-child {
      padding-top: 0; }
    .btn_list li:last-child {
      padding-bottom: 0; }

  /* ボタン1 */
  .link_btn_01 {
    display: inline-block;
    font-weight: bold;
    min-width: 37.3413333333vw;
    border-radius: 13.3333333333vw;
    padding: 2vw 2.6666666667vw 2vw 5.3333333333vw;
    box-sizing: border-box;
    text-align: center;
    color: #C52020;
    text-decoration: none;
    position: relative;
    white-space: nowrap;
    z-index: 1;
    transition-duration: 0.3s;
    overflow: hidden;
    border: 3px #C52020 solid;
    background: #fff;
    letter-spacing: 0.3em; }
    .link_btn_01:before {
      content: "";
      position: absolute;
      top: 0 !important;
      bottom: 0;
      left: 0;
      width: 0%;
      opacity: 0;
      background-color: #C52020;
      border-radius: 13.3333333333vw;
      z-index: -1;
      transition-duration: inherit; }
    .link_btn_01:hover {
      text-decoration: none; }
      .link_btn_01:hover:before {
        width: 100%;
        opacity: 0.2; }
    .link_btn_01 .link_arrow:before {
      content: "";
      display: block;
      width: 1.6vw;
      height: 1.6vw;
      border-top: 0.4vw solid #C52020;
      border-right: 0.4vw solid #C52020;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      left: 2.6666666667vw;
      top: 0;
      bottom: 0;
      margin: auto; }

  /* ボタン2 */
  .link_btn_02 {
    display: inline-block;
    font-weight: bold;
    min-width: 37.3413333333vw;
    border-radius: 13.3333333333vw;
    padding: 2.4vw 3.0666666667vw 2.4vw 5.7333333333vw;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    text-decoration: none;
    position: relative;
    white-space: nowrap;
    z-index: 1;
    transition-duration: 0.3s;
    overflow: hidden;
    background: #C52020;
    letter-spacing: 0.3em; }
    .link_btn_02:before {
      content: "";
      position: absolute;
      top: 0 !important;
      bottom: 0;
      left: 0;
      width: 0%;
      background-color: #8B1616;
      border-radius: 13.3333333333vw;
      z-index: -1;
      transition-duration: inherit;
      opacity: 0; }
    .link_btn_02:visited {
      color: #fff; }
    .link_btn_02:active {
      color: #fff; }
    .link_btn_02:hover {
      color: #fff;
      text-decoration: none; }
      .link_btn_02:hover:before {
        width: 100%;
        opacity: 1; }
    .link_btn_02 .link_arrow:before {
      content: "";
      display: block;
      width: 1.6vw;
      height: 1.6vw;
      border-top: 0.4vw solid #fff;
      border-right: 0.4vw solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      left: 3.0666666667vw;
      top: 0;
      bottom: 0;
      margin: auto; }

  /* カードボックスレイアウト */
  .card_boxs .card_box_item {
    width: 100%;
    margin-bottom: 6.6666666667vw; }
    .card_boxs .card_box_item:last-child {
      margin-bottom: 0; }

  /* カードボックス */
  .card_box_item {
    box-sizing: border-box;
    display: block;
    border: 0.1333333333vw #C52020 solid;
    background: #fff;
    padding: 4vw 4vw; }

  /* 汎用設定 */
  /* テキストサイズ：小 */
  .font_size_small {
    font-size: 3.1733333333vw;
    line-height: 1.6; }

  /* テキストサイズ：中 */
  .font_size_medium {
    font-size: 3.84vw;
    line-height: 1.6; }

  /* テキストサイズ：大 */
  .font_size_large {
    font-size: 3.12vw;
    line-height: 1.6; }

  /* 共通コンテンツ幅 */
  .content_box {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding-left: 4vw;
    padding-right: 4vw; }

  /* サブコンテンツ背景色1 */
  .sub_content_background_01 {
    background: #F8F5F5;
    box-sizing: border-box; }

  /* サブコンテンツ背景色2 */
  .sub_content_background_02 {
    background: #F1DEDE;
    box-sizing: border-box; }

  /* 共通罫線1 */
  /* 下方向罫線 */
  .com_border_bottom_01 {
    border-bottom: 0.1333333333vw rgba(197, 32, 32, 0.2) solid; }

  /* 上方向罫線 */
  .com_border_top_01 {
    border-top: 0.1333333333vw rgba(197, 32, 32, 0.2) solid; }

  /* 共通テーブル */
  .tbl_01 {
    border-collapse: collapse;
    border-spacing: 0;
    width: 86.6666666667vw; }
    .tbl_01 > tbody > tr,
    .tbl_01 > tr {
      vertical-align: top; }
      .tbl_01 > tbody > tr > th,
      .tbl_01 > tbody > tr > td,
      .tbl_01 > tr > th,
      .tbl_01 > tr > td {
        width: 86.6666666667vw;
        display: block;
        text-align: left;
        padding: 2.6666666667vw 2.6666666667vw;
        vertical-align: inherit;
        border-bottom: 0.1333333333vw #fff solid; }
      .tbl_01 > tbody > tr > th,
      .tbl_01 > tr > th {
        background: #C52020;
        color: #fff; }
      .tbl_01 > tbody > tr > td,
      .tbl_01 > tr > td {
        background: #f6f6f6; }
        .tbl_01 > tbody > tr > td:last-child,
        .tbl_01 > tr > td:last-child {
          border-right: none; }
      .tbl_01 > tbody > tr:last-child > th,
      .tbl_01 > tbody > tr:last-child > td,
      .tbl_01 > tr:last-child > th,
      .tbl_01 > tr:last-child > td {
        border-bottom: none; }

  /* スクロールテーブル */
  .scrollTbl {
    overflow: auto;
    white-space: nowrap;
    width: inherit; }
    .scrollTbl table {
      width: 100%;
      border-collapse: initial;
      border-spacing: 2px; }
      .scrollTbl table tr {
        vertical-align: middle; }
        .scrollTbl table tr td, .scrollTbl table tr th {
          background: #fff;
          padding: 1.3333333333vw 1.3333333333vw;
          vertical-align: inherit; }

  /* お問い合わせ用テーブル */
  .contact_tbl {
    border-top: 0.1333333333vw rgba(197, 32, 32, 0.2) solid;
    width: 100%; }
    .contact_tbl tr {
      border-bottom: 0.1333333333vw rgba(197, 32, 32, 0.2) solid; }
      .contact_tbl tr th {
        display: block;
        white-space: nowrap;
        padding: 3.3333333333vw 0vw 0;
        text-align: left;
        font-size: 112.5%; }
      .contact_tbl tr td {
        display: block;
        padding: 3.3333333333vw 0vw;
        text-align: left; }
    .contact_tbl .valid-err {
      display: block; }
    .contact_tbl .valid-err span {
      background-color: #C52020;
      color: #fff;
      padding: 5px 8px;
      margin-top: 5px;
      display: inline-block;
      border-radius: 5px; }

  .hf-bottom-botton-area li {
    display: inline-block !important; }

  .hf-clear-button .link_btn_01 {
    background-color: #aaa !important;
    border-color: #aaa !important;
    color: #fff !important;
    padding: 2vw 2.6666666667vw !important; }

  .Contact-Wrap {
    background-color: #F8F5F5;
    padding: 6.6666666667vw;
    margin: 0 auto; }

  .Contact-Heading {
    text-align: center;
    font-size: 3.2vw;
    font-weight: 600; }

  .Contact-End-Text {
    margin: 4vw 0;
    font-size: 1.8666666667vw; }

  .Contact-End-Box {
    background-color: #fff;
    padding: 2.6666666667vw;
    font-size: 1.8666666667vw; }

  /* オーバーフローボックス */
  .overflow_box {
    width: 100%;
    height: 32.6666666667vw;
    border: 0.1333333333vw #cccccc solid;
    background: #fff;
    box-sizing: border-box;
    overflow: auto;
    padding: 1.3333333333vw;
    font-size: 3.4vw; }

  /* 送信ボタン */
  .submit_btn {
    -webkit-appearance: none;
    background: none;
    border: none;
    padding: 0; }

  /* 共通テキストボックス */
  .com_textbox {
    border: 0.1333333333vw #cccccc solid;
    background: #fff;
    padding: 1.3333333333vw;
    box-sizing: border-box;
    font-size: inherit;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", 'MS PMincho', Meiryo, メイリオ, sans-serif; }

  /* 共通ラジオボタン */
  .com_radio {
    display: inline-block;
    padding-left: 4vw; }
    .com_radio input[type=radio] {
      opacity: 0;
      z-index: -9999;
      position: absolute; }
      .com_radio input[type=radio] + .com_radio_txt {
        position: relative; }
        .com_radio input[type=radio] + .com_radio_txt:before {
          content: "";
          width: 2.4vw;
          height: 2.4vw;
          display: block;
          margin-right: 0.6666666667vw;
          border: 0.1333333333vw #cccccc solid;
          background: #fff;
          position: absolute;
          top: 0;
          left: -4vw;
          margin-top: 0.3em;
          border-radius: 50%;
          transition-duration: 0.3s; }
        .com_radio input[type=radio] + .com_radio_txt:after {
          transition-duration: 0.3s; }
      .com_radio input[type=radio]:checked + .com_radio_txt:before {
        background: #3b99fc; }
      .com_radio input[type=radio]:checked + .com_radio_txt:after {
        content: "";
        width: 1.2vw;
        height: 1.2vw;
        display: block;
        position: absolute;
        top: 0.8vw;
        left: -3.2vw;
        background: #fff;
        margin-top: 0.3em;
        border-radius: 50%;
        box-shadow: rgba(0, 0, 0, 0.6) 0vw 0vw 0.6vw; }

  /* 共通チェックボックス */
  .com_check {
    display: inline-block;
    padding-left: 4vw; }
    .com_check input[type=checkbox] {
      opacity: 0;
      z-index: -9999;
      position: absolute; }
      .com_check input[type=checkbox] + .com_check_txt {
        position: relative; }
        .com_check input[type=checkbox] + .com_check_txt:before {
          content: "";
          width: 2.4vw;
          height: 2.4vw;
          display: block;
          margin-right: 0.6666666667vw;
          border: 0.1333333333vw #cccccc solid;
          background: #fff;
          position: absolute;
          top: 0;
          left: -4vw;
          margin-top: 0.3em;
          border-radius: 0.4vw;
          transition-duration: 0.3s; }
        .com_check input[type=checkbox] + .com_check_txt:after {
          transition-duration: 0.3s; }
      .com_check input[type=checkbox]:checked + .com_check_txt:before {
        background: #3b99fc; }
      .com_check input[type=checkbox]:checked + .com_check_txt:after {
        content: "";
        width: 1.2vw;
        height: 1.2vw;
        display: block;
        position: absolute;
        top: 0.8vw;
        left: -3.2vw;
        background: #fff;
        margin-top: 0.3em;
        border-radius: 0.1333333333vw;
        box-shadow: rgba(0, 0, 0, 0.6) 0vw 0vw 0.6vw; }

  /* 共通セレクトボックス */
  .com_select {
    display: inline-block;
    position: relative;
    background: #fff;
    margin: 1.3333333333vw 0; }
    .com_select:before {
      content: "";
      display: block;
      width: 5.3333333333vw;
      height: 5.3333333333vw;
      position: absolute;
      z-index: 0;
      top: 0;
      right: 0;
      background: #C52020; }
    .com_select:after {
      content: "";
      display: block;
      width: 1.3333333333vw;
      height: 1.3333333333vw;
      border-left: 0.2666666667vw #fff solid;
      border-bottom: 0.2666666667vw #fff solid;
      box-sizing: border-box;
      position: absolute;
      z-index: 0;
      top: 1.7333333333vw;
      right: 2vw;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .com_select select {
      position: relative;
      height: 5.3333333333vw;
      z-index: 1;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      appearance: none;
      text-indent: 0.01px;
      text-overflow: "";
      border-radius: 0;
      border: 0;
      margin: 0;
      background: none transparent;
      vertical-align: middle;
      font-size: inherit;
      color: inherit;
      box-sizing: border-box;
      padding: 0 8vw 0 2.6666666667vw;
      width: 100%; }

  /* padding */
  .pad_t0 {
    padding-top: 0 !important; }

  .pad_r0 {
    padding-right: 0 !important; }

  .pad_b0 {
    padding-bottom: 0 !important; }

  .pad_l0 {
    padding-left: 0 !important; }

  .pad_t5 {
    padding-top: 0.6666666667vw !important; }

  .pad_r5 {
    padding-right: 0.6666666667vw !important; }

  .pad_b5 {
    padding-bottom: 0.6666666667vw !important; }

  .pad_l5 {
    padding-left: 0.6666666667vw !important; }

  .pad_t10 {
    padding-top: 1.3333333333vw !important; }

  .pad_r10 {
    padding-right: 1.3333333333vw !important; }

  .pad_b10 {
    padding-bottom: 1.3333333333vw !important; }

  .pad_l10 {
    padding-left: 1.3333333333vw !important; }

  .pad_t15 {
    padding-top: 2vw !important; }

  .pad_r15 {
    padding-right: 2vw !important; }

  .pad_b15 {
    padding-bottom: 2vw !important; }

  .pad_l15 {
    padding-left: 2vw !important; }

  .pad_t20 {
    padding-top: 2.6666666667vw !important; }

  .pad_r20 {
    padding-right: 2.6666666667vw !important; }

  .pad_b20 {
    padding-bottom: 2.6666666667vw !important; }

  .pad_l20 {
    padding-left: 2.6666666667vw !important; }

  .pad_t25 {
    padding-top: 3.3333333333vw !important; }

  .pad_r25 {
    padding-right: 3.3333333333vw !important; }

  .pad_b25 {
    padding-bottom: 3.3333333333vw !important; }

  .pad_l25 {
    padding-left: 3.3333333333vw !important; }

  .pad_t30 {
    padding-top: 4vw !important; }

  .pad_r30 {
    padding-right: 4vw !important; }

  .pad_b30 {
    padding-bottom: 4vw !important; }

  .pad_l30 {
    padding-left: 4vw !important; }

  .pad_t35 {
    padding-top: 4.6666666667vw !important; }

  .pad_r35 {
    padding-right: 4.6666666667vw !important; }

  .pad_b35 {
    padding-bottom: 4.6666666667vw !important; }

  .pad_l35 {
    padding-left: 4.6666666667vw !important; }

  .pad_t40 {
    padding-top: 5.3333333333vw !important; }

  .pad_r40 {
    padding-right: 5.3333333333vw !important; }

  .pad_b40 {
    padding-bottom: 5.3333333333vw !important; }

  .pad_l40 {
    padding-left: 5.3333333333vw !important; }

  .pad_t45 {
    padding-top: 6vw !important; }

  .pad_r45 {
    padding-right: 6vw !important; }

  .pad_b45 {
    padding-bottom: 6vw !important; }

  .pad_l45 {
    padding-left: 6vw !important; }

  .pad_t50 {
    padding-top: 6.6666666667vw !important; }

  .pad_r50 {
    padding-right: 6.6666666667vw !important; }

  .pad_b50 {
    padding-bottom: 6.6666666667vw !important; }

  .pad_l50 {
    padding-left: 6.6666666667vw !important; }

  .pad_t55 {
    padding-top: 7.3333333333vw !important; }

  .pad_r55 {
    padding-right: 7.3333333333vw !important; }

  .pad_b55 {
    padding-bottom: 7.3333333333vw !important; }

  .pad_l55 {
    padding-left: 7.3333333333vw !important; }

  .pad_t60 {
    padding-top: 8vw !important; }

  .pad_r60 {
    padding-right: 8vw !important; }

  .pad_b60 {
    padding-bottom: 8vw !important; }

  .pad_l60 {
    padding-left: 8vw !important; }

  .pad_t70 {
    padding-top: 9.3333333333vw !important; }

  .pad_r70 {
    padding-right: 9.3333333333vw !important; }

  .pad_b70 {
    padding-bottom: 9.3333333333vw !important; }

  .pad_l70 {
    padding-left: 9.3333333333vw !important; }

  .pad_t80 {
    padding-top: 10.6666666667vw !important; }

  .pad_r80 {
    padding-right: 10.6666666667vw !important; }

  .pad_b80 {
    padding-bottom: 10.6666666667vw !important; }

  .pad_l80 {
    padding-left: 10.6666666667vw !important; }

  .pad_t90 {
    padding-top: 12vw !important; }

  .pad_r90 {
    padding-right: 12vw !important; }

  .pad_b90 {
    padding-bottom: 12vw !important; }

  .pad_l90 {
    padding-left: 12vw !important; }

  .pad_t100 {
    padding-top: 13.3333333333vw !important; }

  .pad_r100 {
    padding-right: 13.3333333333vw !important; }

  .pad_b100 {
    padding-bottom: 13.3333333333vw !important; }

  .pad_l100 {
    padding-left: 13.3333333333vw !important; }

  /* margin */
  .mar_t0 {
    margin-top: 0 !important; }

  .mar_r0 {
    margin-right: 0 !important; }

  .mar_b0 {
    margin-bottom: 0 !important; }

  .mar_l0 {
    margin-left: 0 !important; }

  .mar_t5 {
    margin-top: 0.6666666667vw !important; }

  .mar_r5 {
    margin-right: 0.6666666667vw !important; }

  .mar_b5 {
    margin-bottom: 0.6666666667vw !important; }

  .mar_l5 {
    margin-left: 0.6666666667vw !important; }

  .mar_t10 {
    margin-top: 1.3333333333vw !important; }

  .mar_r10 {
    margin-right: 1.3333333333vw !important; }

  .mar_b10 {
    margin-bottom: 1.3333333333vw !important; }

  .mar_l10 {
    margin-left: 1.3333333333vw !important; }

  .mar_t15 {
    margin-top: 2vw !important; }

  .mar_r15 {
    margin-right: 2vw !important; }

  .mar_b15 {
    margin-bottom: 2vw !important; }

  .mar_l15 {
    margin-left: 2vw !important; }

  .mar_t20 {
    margin-top: 2.6666666667vw !important; }

  .mar_r20 {
    margin-right: 2.6666666667vw !important; }

  .mar_b20 {
    margin-bottom: 2.6666666667vw !important; }

  .mar_l20 {
    margin-left: 2.6666666667vw !important; }

  .mar_t25 {
    margin-top: 3.3333333333vw !important; }

  .mar_r25 {
    margin-right: 3.3333333333vw !important; }

  .mar_b25 {
    margin-bottom: 3.3333333333vw !important; }

  .mar_l25 {
    margin-left: 3.3333333333vw !important; }

  .mar_t30 {
    margin-top: 4vw !important; }

  .mar_r30 {
    margin-right: 4vw !important; }

  .mar_b30 {
    margin-bottom: 4vw !important; }

  .mar_l30 {
    margin-left: 4vw !important; }

  .mar_t35 {
    margin-top: 4.6666666667vw !important; }

  .mar_r35 {
    margin-right: 4.6666666667vw !important; }

  .mar_b35 {
    margin-bottom: 4.6666666667vw !important; }

  .mar_l35 {
    margin-left: 4.6666666667vw !important; }

  .mar_t40 {
    margin-top: 5.3333333333vw !important; }

  .mar_r40 {
    margin-right: 5.3333333333vw !important; }

  .mar_b40 {
    margin-bottom: 5.3333333333vw !important; }

  .mar_l40 {
    margin-left: 5.3333333333vw !important; }

  .mar_t45 {
    margin-top: 6vw !important; }

  .mar_r45 {
    margin-right: 6vw !important; }

  .mar_b45 {
    margin-bottom: 6vw !important; }

  .mar_l45 {
    margin-left: 6vw !important; }

  .mar_t50 {
    margin-top: 6.6666666667vw !important; }

  .mar_r50 {
    margin-right: 6.6666666667vw !important; }

  .mar_b50 {
    margin-bottom: 6.6666666667vw !important; }

  .mar_l50 {
    margin-left: 6.6666666667vw !important; }

  .mar_t55 {
    margin-top: 7.3333333333vw !important; }

  .mar_r55 {
    margin-right: 7.3333333333vw !important; }

  .mar_b55 {
    margin-bottom: 7.3333333333vw !important; }

  .mar_l55 {
    margin-left: 7.3333333333vw !important; }

  .mar_t60 {
    margin-top: 8vw !important; }

  .mar_r60 {
    margin-right: 8vw !important; }

  .mar_b60 {
    margin-bottom: 8vw !important; }

  .mar_l60 {
    margin-left: 8vw !important; }

  .mar_t70 {
    margin-top: 9.3333333333vw !important; }

  .mar_r70 {
    margin-right: 9.3333333333vw !important; }

  .mar_b70 {
    margin-bottom: 9.3333333333vw !important; }

  .mar_l70 {
    margin-left: 9.3333333333vw !important; }

  .mar_t80 {
    margin-top: 10.6666666667vw !important; }

  .mar_r80 {
    margin-right: 10.6666666667vw !important; }

  .mar_b80 {
    margin-bottom: 10.6666666667vw !important; }

  .mar_l80 {
    margin-left: 10.6666666667vw !important; }

  .mar_t90 {
    margin-top: 12vw !important; }

  .mar_r90 {
    margin-right: 12vw !important; }

  .mar_b90 {
    margin-bottom: 12vw !important; }

  .mar_l90 {
    margin-left: 12vw !important; }

  .mar_t100 {
    margin-top: 13.3333333333vw !important; }

  .mar_r100 {
    margin-right: 13.3333333333vw !important; }

  .mar_b100 {
    margin-bottom: 13.3333333333vw !important; }

  .mar_l100 {
    margin-left: 13.3333333333vw !important; } }
/* トップスライダー */
.slider_css {
  height: 580px;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }
  .slider_css ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .slider_css ul li {
      background-size: cover;
      width: 100%;
      height: 580px;
      position: absolute;
      top: 0;
      left: 0;
      animation-iteration-count: infinite;
      animation-duration: 24s; }
      .slider_css ul li:nth-child(1) {
        background-image: url("http://mishuku-sakura.ed.jp/wp/wp-content/themes/mishuku_sakura_theme/img/top/top_main_img01.jpg");
        animation-name: slider-zoomin;
        animation-delay: -3s; }
      .slider_css ul li:nth-child(2) {
        background-image: url("http://mishuku-sakura.ed.jp/wp/wp-content/themes/mishuku_sakura_theme/img/top/top_main_img02.jpg");
        animation-name: slider-zoomin;
        opacity: 0;
        animation-delay: 5s; }
      .slider_css ul li:nth-child(3) {
        background-image: url("http://mishuku-sakura.ed.jp/wp/wp-content/themes/mishuku_sakura_theme/img/top/top_main_img03.jpg");
        animation-name: slider-zoomin;
        opacity: 0;
        animation-delay: 13s; }
      .slider_css ul li img {
        width: 110%; }
  @media only screen and (max-width: 768px) {
    .slider_css {
      height: 400px; }
      .slider_css ul li {
        background-size: contain;
        background-repeat: no-repeat; } }

@keyframes slider-zoomin {
  0% {
    opacity: 0;
    transform: scale(1); }
  20.83% {
    opacity: 1; }
  33.33% {
    opacity: 1; }
  40% {
    opacity: 0; }
  100% {
    opacity: 0;
    transform: scale(1.1); } }
@keyframes slider-zoomout {
  0% {
    opacity: 0;
    transform: scale(1.1); }
  20.83% {
    opacity: 1; }
  33.33% {
    opacity: 1; }
  40% {
    opacity: 0; }
  100% {
    opacity: 0;
    transform: scale(1); } }
