@charset "UTF-8";
@media (min-width: 576px) and (max-width: 767.98px), (min-width: 768px) and (max-width: 991.98px), (min-width: 992px) and (max-width: 1199.98px), (min-width: 1200px) {
  .xs {
    display: none !important; } }
@media (max-width: 575.98px), (min-width: 768px) and (max-width: 991.98px), (min-width: 992px) and (max-width: 1199.98px), (min-width: 1200px) {
  .sm {
    display: none !important; } }
@media (max-width: 575.98px), (min-width: 576px) and (max-width: 767.98px), (min-width: 992px) and (max-width: 1199.98px), (min-width: 1200px) {
  .md {
    display: none !important; } }
@media (max-width: 575.98px), (min-width: 576px) and (max-width: 767.98px), (min-width: 768px) and (max-width: 991.98px), (min-width: 1200px) {
  .lg {
    display: none !important; } }
@media (max-width: 575.98px), (min-width: 576px) and (max-width: 767.98px), (min-width: 768px) and (max-width: 991.98px), (min-width: 992px) and (max-width: 1199.98px) {
  .xl {
    display: none !important; } }
@media (min-width: 992px) {
  *:not(body).sp {
    display: none !important; } }
@media (max-width: 991.98px) {
  *:not(body).pc {
    display: none !important; } }
.c1 {
  color: #028CB9; }

.c2 {
  color: #DAE6E7; }

.c3 {
  color: #FED92B; }

.c4 {
  color: #FF8F0D; }

.c5 {
  color: #FFF4E7; }

.c6 {
  color: #FFFCEB; }

.c7 {
  color: #F2F6F7; }

.bs1 {
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2); }

.ts1 {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); }

/*
	Last Update:2020/11/06
	パーツ用
*/
.style-- {
  	/*=================================

  		button

  	=================================*/
  	/*=================================

  		hl

  	=================================*/
  	/*=================================

  		box

  	=================================*/
  	/*=================================

  		dl

  	=================================*/
  	/*=================================

  		details

  	=================================*/
  	/*=================================

  		table

  	=================================*/
  	/*=================================

  		ul

  	=================================*/ }
  .style--btn_flex {
    display: flex;
    margin-top: 50px; }
    @media (min-width: 992px) {
      .style--btn_flex {
        justify-content: center; } }
    @media (max-width: 991.98px) {
      .style--btn_flex {
        flex-direction: column-reverse; } }
    @media (max-width: 991.98px) {
      .style--btn_flex > * + * {
        margin-bottom: 25px; } }
    @media (min-width: 992px) {
      .style--btn_flex > * + * {
        margin: 0 30px; } }
  a.style--btn_1, .style--btn_1 {
    position: relative;
    display: block;
    width: 100%;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
    padding: 2px 0 5px;
    background: #028CB9;
    border: 3px solid #028CB9;
    border-radius: 100px;
    text-align: center;
    color: #FFF; }
    a.style--btn_1 strong, .style--btn_1 strong {
      position: relative;
      display: inline-block;
      font-size: 2.4rem;
      font-weight: bold;
      letter-spacing: 3px; }
      @media (max-width: 991.98px) {
        a.style--btn_1 strong, .style--btn_1 strong {
          font-size: 2rem; } }
      a.style--btn_1 strong:after, .style--btn_1 strong:after {
        content: "";
        display: block;
        position: absolute;
        right: -40px;
        top: 12px;
        width: 25px;
        height: 25px;
        background: url("../image/layout/icon_search_2.png") no-repeat center center/contain; }
        @media (max-width: 991.98px) {
          a.style--btn_1 strong:after, .style--btn_1 strong:after {
            top: 8px;
            right: -34px; } }
    a.style--btn_1:hover, .style--btn_1:hover {
      text-decoration: none; }
  a.style--btn_2, .style--btn_2 {
    position: relative;
    display: block;
    width: 100%;
    padding: 2px 0 5px;
    background: #FFF;
    border: 3px solid #FFF;
    border-radius: 100px;
    text-align: center;
    color: #028CB9; }
    a.style--btn_2 strong, .style--btn_2 strong {
      position: relative;
      display: inline-block;
      font-size: 2.4rem;
      font-weight: bold; }
      @media (max-width: 991.98px) {
        a.style--btn_2 strong, .style--btn_2 strong {
          font-size: 2rem; } }
      a.style--btn_2 strong:after, .style--btn_2 strong:after {
        content: "";
        display: block;
        position: absolute;
        right: -45px;
        top: 17px;
        width: 34px;
        height: 11px;
        background: url("../image/layout/icon_arrow_3.png") no-repeat center center/contain; }
        @media (max-width: 991.98px) {
          a.style--btn_2 strong:after, .style--btn_2 strong:after {
            width: 20px;
            right: -27px;
            top: 14px; } }
    a.style--btn_2:hover, .style--btn_2:hover {
      text-decoration: none; }
  a.style--btn_3, .style--btn_3 {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 400px;
    padding: 2px 0 5px;
    background: #028CB9;
    border: 3px solid #028CB9;
    border-radius: 100px;
    text-align: center;
    color: #FFF; }
    a.style--btn_3 strong, .style--btn_3 strong {
      position: relative;
      display: inline-block;
      font-size: 2.4rem;
      font-weight: bold; }
      @media (max-width: 991.98px) {
        a.style--btn_3 strong, .style--btn_3 strong {
          font-size: 2rem; } }
      a.style--btn_3 strong:after, .style--btn_3 strong:after {
        content: "";
        display: block;
        position: absolute;
        right: -45px;
        top: 17px;
        width: 34px;
        height: 11px;
        background: url("../image/layout/icon_arrow_4.png") no-repeat center center/contain; }
        @media (max-width: 991.98px) {
          a.style--btn_3 strong:after, .style--btn_3 strong:after {
            width: 20px;
            right: -27px;
            top: 14px; } }
    a.style--btn_3:hover, .style--btn_3:hover {
      text-decoration: none; }
  a.style--btn_4, .style--btn_4 {
    position: relative;
    padding: 3px 25px 3px 35px;
    border: 2px solid #028CB9;
    border-radius: 100px;
    font-weight: bold; }
    a.style--btn_4:after, .style--btn_4:after {
      content: "";
      display: block;
      position: absolute;
      left: 13px;
      top: 10px;
      width: 15px;
      height: 7px;
      background: url("../image/layout/icon_arrow_7.png") no-repeat center center/contain; }
    a.style--btn_4:hover, .style--btn_4:hover {
      text-decoration: none; }
  a.style--btn_5, .style--btn_5 {
    display: block;
    background: #FED92B;
    width: 300px;
    padding: 6px 0 8px;
    text-align: center;
    border-radius: 100px;
    color: #000;
    font-weight: bold;
    font-size: 1.8rem; }
    @media (max-width: 991.98px) {
      a.style--btn_5, .style--btn_5 {
        width: 100%; } }
    a.style--btn_5.-back, .style--btn_5.-back {
      background: #E0E0E0; }
    a.style--btn_5:hover, .style--btn_5:hover {
      text-decoration: none; }
  a.style--btn_6, .style--btn_6 {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 400px;
    padding: 7px 0 10px;
    background: #FFF;
    border: 3px solid #FFF;
    border-radius: 100px;
    text-align: center;
    color: #000; }
    a.style--btn_6 strong, .style--btn_6 strong {
      position: relative;
      display: inline-block;
      padding-left: 30px;
      font-size: 1.8rem;
      font-weight: bold; }
      a.style--btn_6 strong:after, .style--btn_6 strong:after {
        content: "";
        display: block;
        position: absolute;
        left: -0px;
        top: 50%;
        width: 22px;
        height: 16.5px;
        background: url("../image/layout/icon_contact.png") no-repeat center center/contain;
        transform: translateY(-50%); }
    a.style--btn_6:hover, .style--btn_6:hover {
      text-decoration: none; }
  a.style--btn_7, .style--btn_7 {
    display: inline-block;
    padding: 0 25px 4px;
    border: 1px solid #E0E0E0;
    border-radius: 100px;
    color: #028CB9;
    font-weight: bold;
    font-size: 1.8rem; }
    a.style--btn_7:hover, .style--btn_7:hover {
      text-decoration: none; }
  a.style--btn_8, .style--btn_8 {
    display: inline-block;
    padding: 0 25px 4px;
    border: 1px solid #028CB9;
    background: #028CB9;
    border-radius: 100px;
    color: #FFF;
    font-weight: bold;
    font-size: 1.8rem; }
    a.style--btn_8:hover, .style--btn_8:hover {
      text-decoration: none; }
  .style--hl_1 {
    text-align: center;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.5; }
    @media (max-width: 991.98px) {
      .style--hl_1 {
        font-size: 2.6rem; } }
    .style--hl_1::after {
      content: "";
      display: block;
      width: 150px;
      height: 30px;
      margin: 5px auto 30px;
      background: url("../image/layout/hl_1_back.png") no-repeat center center/contain; }
      @media (max-width: 991.98px) {
        .style--hl_1::after {
          margin-bottom: 20px; } }
  .style--hl_2 {
    text-align: center;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.5; }
    @media (max-width: 991.98px) {
      .style--hl_2 {
        font-size: 2.2rem; } }
    .style--hl_2::after {
      content: "";
      display: block;
      width: 100%;
      height: 30px;
      margin: 10px auto 30px;
      background: url("../image/layout/hl_2_back.png") no-repeat center center/contain; }
    @media (max-width: 991.98px) {
      .style--hl_2::after {
        content: "";
        display: block;
        width: 150px;
        height: 30px;
        margin: 5px auto 20px;
        background: url("../image/layout/hl_1_back.png") no-repeat center center/contain; } }
  .style--hl_3 {
    display: block;
    position: relative;
    padding-left: 33px;
    font-size: 2.2rem;
    font-weight: bold; }
    .style--hl_3:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 10px;
      width: 25px;
      height: 25px;
      background: url("../image/layout/icon_search.png") no-repeat center center/contain; }
  .style--hl_4 {
    margin-bottom: 30px;
    border-bottom: 3px solid #028CB9;
    font-size: 2.2rem;
    color: #028CB9;
    font-weight: bold; }
    @media (max-width: 991.98px) {
      .style--hl_4 {
        margin-bottom: 20px;
        padding-bottom: 5px;
        font-size: 1.8rem; } }
  .style--hl_5 {
    margin-bottom: 15px;
    font-size: 2.4rem;
    font-weight: 500; }
  .style--hl_6 {
    margin-bottom: 15px;
    font-size: 2rem;
    color: #028CB9;
    font-weight: 500; }
  .style--hl_7 {
    margin-bottom: 30px;
    padding: 5px 20px 8px;
    background: #DAE6E7;
    border-left: 3px solid #028CB9;
    font-weight: bold;
    font-size: 2rem;
    color: #028CB9; }
    @media (max-width: 991.98px) {
      .style--hl_7 {
        margin-bottom: 30px;
        font-size: 1.8rem; } }
  .style--box_1 {
    padding: 65px;
    background: #FFF;
    border-radius: 30px; }
    @media (max-width: 991.98px) {
      .style--box_1 {
        padding: 15px 25px 30px; } }
  .style--dl_1 dt {
    font-size: 2.0rem;
    font-weight: bold; }
    .style--dl_1 dt span {
      margin-left: 10px;
      vertical-align: bottom;
      color: #FF0000;
      font-size: 1.6rem;
      font-weight: normal; }
  .style--dl_1 dd + dt {
    margin-top: 35px; }
    @media (max-width: 991.98px) {
      .style--dl_1 dd + dt {
        margin-top: 30px; } }
  .style--dl_2 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; }
    .style--dl_2 dt {
      padding: 5px 15px 8px;
      background: #DEDEDE;
      font-weight: bold; }
      .style--dl_2 dt span {
        margin-left: 10px;
        vertical-align: bottom;
        color: #FF0000;
        font-size: 1.6rem;
        font-weight: normal; }
    .style--dl_2 dd + dt {
      margin-top: 50px; }
  .style--dl_3 dt {
    margin-bottom: 10px;
    padding-top: 10px;
    border-top: 3px solid #028CB9;
    font-size: 1.8rem;
    color: #028CB9;
    font-weight: bold; }
  .style--dl_3 dd + dt {
    margin-top: 50px; }
  .style--dl_kome {
    display: flex; }
    .style--dl_kome dt {
      margin-right: 10px;
      white-space: nowrap; }
  .style--details_1 {
    position: relative; }
    .style--details_1 > ul > .details > .summary,
    .style--details_1 > .details > .summary {
      position: relative;
      font-size: 2.2rem;
      line-height: 1.5;
      list-style: none; }
      @media (max-width: 991.98px) {
        .style--details_1 > ul > .details > .summary,
        .style--details_1 > .details > .summary {
          font-size: 2rem; } }
      .style--details_1 > ul > .details > .summary strong,
      .style--details_1 > .details > .summary strong {
        display: block;
        position: relative;
        padding-left: 33px; }
        .style--details_1 > ul > .details > .summary strong:after,
        .style--details_1 > .details > .summary strong:after {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 6px;
          width: 25px;
          height: 25px;
          background: url("../image/layout/icon_search.png") no-repeat center center/contain; }
          @media (max-width: 991.98px) {
            .style--details_1 > ul > .details > .summary strong:after,
            .style--details_1 > .details > .summary strong:after {
              top: 3px; } }
      .style--details_1 > ul > .details > .summary .a,
      .style--details_1 > .details > .summary .a {
        display: inline-block;
        margin-top: 10px;
        padding: 0px 15px 3px;
        border-radius: 100px;
        font-weight: bold;
        color: #000;
        background: #FED92B;
        font-size: 1.6rem; }
        .style--details_1 > ul > .details > .summary .a:hover,
        .style--details_1 > .details > .summary .a:hover {
          text-decoration: none; }
        @media (max-width: 991.98px) {
          .style--details_1 > ul > .details > .summary .a,
          .style--details_1 > .details > .summary .a {
            display: none; } }
        .style--details_1 > ul > .details > .summary .a a,
        .style--details_1 > .details > .summary .a a {
          color: #222; }
      @media (max-width: 991.98px) {
        .style--details_1 > ul > .details > .summary:after,
        .style--details_1 > .details > .summary:after {
          content: "";
          display: block;
          position: absolute;
          right: 10px;
          top: 50%;
          width: 18px;
          height: 11px;
          transform: translateY(-50%);
          margin-top: 0px;
          background: url("../image/layout/icon_arrow_5.png") no-repeat center center/contain; } }
      @media (max-width: 991.98px) {
        .style--details_1 > ul > .details > .summary.-active:after,
        .style--details_1 > .details > .summary.-active:after {
          background: url("../image/layout/icon_arrow_6.png") no-repeat center center/contain; }
        .style--details_1 > ul > .details > .summary.-active + .open_contents,
        .style--details_1 > .details > .summary.-active + .open_contents {
          display: block !important; } }
  .style--details_1:not(.-v2):not(.-v3) > .details {
    width: 100%;
    padding: 35px 0;
    border-bottom: 1px solid #707070; }
    @media (min-width: 992px) {
      .style--details_1:not(.-v2):not(.-v3) > .details {
        display: flex; } }
    @media (max-width: 991.98px) {
      .style--details_1:not(.-v2):not(.-v3) > .details {
        padding: 20px 0; } }
    @media (min-width: 992px) {
      .style--details_1:not(.-v2):not(.-v3) > .details > .summary {
        width: 250px; } }
    .style--details_1:not(.-v2):not(.-v3) > .details > .summary::-webkit-details-marker {
      position: absolute;
      color: transparent;
      display: none; }
    @media (min-width: 992px) {
      .style--details_1:not(.-v2):not(.-v3) > .details > .summary + .open_contents {
        width: calc(100% - 250px); } }
    @media (max-width: 991.98px) {
      .style--details_1:not(.-v2):not(.-v3) > .details > .summary + .open_contents {
        padding-top: 15px;
        display: none; } }
    .style--details_1:not(.-v2):not(.-v3) > .details > .open_contents > .checkbox_list li {
      position: relative;
      text-indent: -1.2em;
      padding-left: 1.2em; }
  @media (min-width: 992px) {
    .style--details_1:not(.-v2):not(.-v3).-v4 > .details > .summary {
      width: 430px; } }
  @media (min-width: 992px) {
    .style--details_1:not(.-v2):not(.-v3).-v4 > .summary + .open_contents {
      width: calc(100% - 430px); } }
  @media (min-width: 992px) {
    .checkbox_list {
      display: grid;
      grid-template-columns: 2.2fr 2fr 2fr;
      grid-template-rows: auto; }
      .checkbox_list li {
        font-size: 1.8rem; }
      .checkbox_list.-row2-pc {
        grid-template-columns: 2fr 2fr; }
      .checkbox_list.-row3-pc {
        grid-template-columns: 2fr 2fr 2fr; }
      .checkbox_list.-row4-pc {
        grid-template-columns: 2fr 2fr 2fr 2fr; }
      .checkbox_list.-row6-pc {
        grid-template-columns: 2fr 2fr 2fr 2fr 2fr 2fr; } }
  @media (min-width: 992px) {
    .checkbox_list_2 .all {
      display: none; } }
  @media (max-width: 991.98px) {
    .checkbox_list_2 .all {
      padding: 0 0 15px;
      text-align: center; } }
  .style--details_1.-v2 > .details {
    width: 100%;
    padding: 35px 0;
    border-bottom: 1px solid #707070;
    display: flow-root; }
    @media (max-width: 991.98px) {
      .style--details_1.-v2 > .details {
        padding: 20px 0; } }
    .style--details_1.-v2 > .details > .summary {
      min-height: 10px; }
      @media (min-width: 992px) {
        .style--details_1.-v2 > .details > .summary {
          margin-bottom: 20px; } }
      .style--details_1.-v2 > .details > .summary strong {
        display: inline-block; }
        @media (min-width: 992px) {
          .style--details_1.-v2 > .details > .summary strong {
            float: left; } }
      .style--details_1.-v2 > .details > .summary a {
        margin-top: 0;
        margin-left: 11px; }
    @media (min-width: 992px) {
      .style--details_1.-v2 > .details > .summary + .open_contents {
        width: calc(100% - 0px); } }
    @media (max-width: 991.98px) {
      .style--details_1.-v2 > .details > .summary + .open_contents {
        padding-top: 15px;
        display: none; } }
    .style--details_1.-v2 > .details > .summary + .open_contents > div > .a {
      display: inline-block;
      padding: 0px 15px 3px;
      border-radius: 100px;
      font-weight: bold;
      color: #000;
      background: #FED92B;
      font-size: 1.6rem; }
      @media (min-width: 992px) {
        .style--details_1.-v2 > .details > .summary + .open_contents > div > .a {
          position: relative;
          top: -28px;
          margin-left: 20px; } }
      .style--details_1.-v2 > .details > .summary + .open_contents > div > .a a {
        color: #222; }
      .style--details_1.-v2 > .details > .summary + .open_contents > div > .a:hover {
        text-decoration: none; }
    @media (min-width: 992px) {
      .style--details_1.-v2 > .details > .summary + .open_contents .style--details_1.-v3:first-child ul:first-child {
        padding-top: 30px; } }
  .style--details_1.-v3 > div {
    display: inline-block; }
    @media (min-width: 992px) {
      .style--details_1.-v3 > div {
        margin: 0px 0 0 20px;
        position: relative;
        top: -28px; } }
    @media (max-width: 991.98px) {
      .style--details_1.-v3 > div {
        margin-bottom: 30px; } }
  .style--details_1.-v3 > ul {
    clear: both; }
    @media (min-width: 992px) {
      .style--details_1.-v3 > ul > li.details {
        display: flex; } }
    .style--details_1.-v3 > ul > li.details > .summary,
    .style--details_1.-v3 > ul > li.details > .checkbox_list_2 {
      padding: 20px 30px;
      font-size: 1.8rem;
      font-weight: bold;
      background: #FFFCEB; }
      @media (min-width: 992px) {
        .style--details_1.-v3 > ul > li.details > .summary,
        .style--details_1.-v3 > ul > li.details > .checkbox_list_2 {
          width: 300px; } }
      @media (max-width: 991.98px) {
        .style--details_1.-v3 > ul > li.details > .summary,
        .style--details_1.-v3 > ul > li.details > .checkbox_list_2 {
          padding: 10px 15px; } }
    @media (min-width: 992px) {
      .style--details_1.-v3 > ul > li.details > .open_contents {
        padding-left: 30px;
        width: calc(100% - 300px); } }
    .style--details_1.-v3 > ul > li.details > .open_contents > .checkbox_list_2 li {
      position: relative;
      text-indent: -1.5em;
      padding-left: 1.5em; }
    .style--details_1.-v3 > ul > li.details > .open_contents input[type="text"] {
      margin-top: 20px; }
    @media (max-width: 991.98px) {
      .style--details_1.-v3 > ul > li.details > .summary + .open_contents {
        padding-top: 0px;
        display: none; } }
    .style--details_1.-v3 > ul > li.details + li {
      margin-top: 12px; }
  .style--details_1.-v3 .a {
    display: inline-block;
    padding: 0px 15px 3px;
    border-radius: 100px;
    font-weight: bold;
    color: #000;
    background: #FED92B;
    font-size: 1.6rem; }
    @media (max-width: 991.98px) {
      .style--details_1.-v3 .a {
        margin-top: 10px; } }
    .style--details_1.-v3 .a a {
      color: #222; }
    .style--details_1.-v3 .a:hover {
      text-decoration: none; }
  .style--details_1.-v4 > .details {
    width: 100%;
    padding: 35px 0;
    border-bottom: 1px solid #707070; }
    @media (min-width: 992px) {
      .style--details_1.-v4 > .details {
        display: flex; } }
    @media (max-width: 991.98px) {
      .style--details_1.-v4 > .details {
        padding: 20px 0; } }
    @media (min-width: 992px) {
      .style--details_1.-v4 > .details > .summary {
        width: 350px; } }
    .style--details_1.-v4 > .details > .summary::-webkit-details-marker {
      position: absolute;
      color: transparent;
      display: none; }
    @media (min-width: 992px) {
      .style--details_1.-v4 > .details > .summary + .open_contents {
        width: calc(100% - 350px); } }
    @media (max-width: 991.98px) {
      .style--details_1.-v4 > .details > .summary + .open_contents {
        padding-top: 15px;
        display: none; } }
  .style--tbl_1 {
    width: 100%; }
    .style--tbl_1 tbody tr th, .style--tbl_1 tbody tr td {
      padding: 35px 0;
      border-bottom: 1px solid #707070; }
      @media (max-width: 991.98px) {
        .style--tbl_1 tbody tr th, .style--tbl_1 tbody tr td {
          padding: 20px 0; } }
    .style--tbl_1 tbody tr th {
      font-size: 2.2rem;
      line-height: 1.5; }
      @media (max-width: 991.98px) {
        .style--tbl_1 tbody tr th {
          font-size: 2rem; } }
      .style--tbl_1 tbody tr th strong {
        display: block;
        position: relative;
        padding-left: 33px; }
        .style--tbl_1 tbody tr th strong:after {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 6px;
          width: 25px;
          height: 25px;
          background: url("../image/layout/icon_search.png") no-repeat center center/contain; }
          @media (max-width: 991.98px) {
            .style--tbl_1 tbody tr th strong:after {
              top: 3px; } }
      .style--tbl_1 tbody tr th a {
        display: inline-block;
        margin-top: 10px;
        padding: 0px 15px 3px;
        border-radius: 100px;
        font-weight: bold;
        color: #000;
        background: #FED92B;
        font-size: 1.6rem; }
        .style--tbl_1 tbody tr th a:hover {
          text-decoration: none; }
      @media (max-width: 991.98px) {
        .style--tbl_1 tbody tr th {
          padding-bottom: 0;
          border-bottom: none; } }
    @media (max-width: 991.98px) {
      .style--tbl_1 tbody tr td {
        padding-top: 15px;
        border-top: none; } }
    @media (max-width: 991.98px) {
      .style--tbl_1, .style--tbl_1 tbody, .style--tbl_1 tr, .style--tbl_1 th, .style--tbl_1 td {
        display: block; } }
  .style--tbl_2 {
    width: 100%; }
    .style--tbl_2 tbody tr th, .style--tbl_2 tbody tr td {
      padding: 20px 30px;
      border-bottom: 12px solid #FFF; }
    .style--tbl_2 tbody tr th {
      font-size: 1.8rem;
      font-weight: bold;
      background: #FFFCEB;
      width: 300px; }
      .style--tbl_2 tbody tr th strong {
        display: block;
        position: relative;
        padding-left: 33px; }
        .style--tbl_2 tbody tr th strong:after {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 10px;
          width: 25px;
          height: 25px;
          background: url("../image/layout/icon_search.png") no-repeat center center/contain; }
      .style--tbl_2 tbody tr th a {
        display: inline-block;
        margin-top: 10px;
        padding: 0px 15px 3px;
        border-radius: 100px;
        font-weight: bold;
        color: #000;
        background: #FED92B;
        font-size: 1.6rem; }
  .style--tbl_3 {
    width: 100%; }
    @media (max-width: 991.98px) {
      .style--tbl_3 {
        font-size: 1.4rem; } }
    .style--tbl_3 tbody tr td, .style--tbl_3 tbody tr th {
      vertical-align: middle; }
    .style--tbl_3 tbody tr th {
      width: 120px;
      white-space: nowrap; }
      @media (max-width: 991.98px) {
        .style--tbl_3 tbody tr th {
          width: 80px; } }
      .style--tbl_3 tbody tr th strong {
        display: block;
        background: #F4F4F4;
        font-weight: normal;
        text-align: center; }
    .style--tbl_3 tbody tr td {
      padding-left: 20px; }
      @media (max-width: 991.98px) {
        .style--tbl_3 tbody tr td {
          padding-left: 15px; } }
    .style--tbl_3 tbody tr + tr td, .style--tbl_3 tbody tr + tr th {
      padding-top: 20px; }
      @media (max-width: 991.98px) {
        .style--tbl_3 tbody tr + tr td, .style--tbl_3 tbody tr + tr th {
          padding-top: 5px; } }
  .style--tbl_4 {
    width: 100%; }
    .style--tbl_4 tbody tr td, .style--tbl_4 tbody tr th {
      padding: 10px 10px;
      vertical-align: top; }
    @media (max-width: 991.98px) {
      .style--tbl_4 tbody tr td {
        padding-top: 0; } }
    .style--tbl_4 tbody tr th {
      width: 100px;
      white-space: nowrap; }
      @media (max-width: 991.98px) {
        .style--tbl_4 tbody tr th {
          width: 100%;
          padding-bottom: 0;
          font-size: 1.4rem;
          font-weight: bold;
          color: #999; } }
    .style--tbl_4 tbody tr:nth-child(even) th, .style--tbl_4 tbody tr:nth-child(even) td {
      background: #F4F4F4; }
    @media (max-width: 991.98px) {
      .style--tbl_4, .style--tbl_4 tbody, .style--tbl_4 tr, .style--tbl_4 th, .style--tbl_4 td {
        display: block;
        width: 100%; } }
  .style--tbl_5 {
    width: 100%; }
    .style--tbl_5 tbody tr td, .style--tbl_5 tbody tr th {
      padding: 25px 0px;
      vertical-align: top;
      border-top: 3px solid #028CB9; }
    .style--tbl_5 tbody tr th {
      font-weight: bold;
      color: #028CB9;
      width: 100px;
      font-size: 1.8rem;
      white-space: nowrap; }
  .style--tbl_6 {
    width: 100%; }
    @media (max-width: 991.98px) {
      .style--tbl_6 {
        width: 768px; } }
    .style--tbl_6 thead tr th, .style--tbl_6 thead tr td {
      padding: 5px 15px;
      background: #028CB9;
      color: #FFF;
      border: 1px solid #FFF;
      text-align: center;
      font-size: 1.2rem;
      line-height: 1.5; }
    .style--tbl_6 tbody tr th, .style--tbl_6 tbody tr td {
      padding: 5px 15px;
      font-size: 1.4rem;
      border: 1px solid #DDD; }
    .style--tbl_6 tbody tr th {
      background: #DAE6E7; }
  @media (max-width: 991.98px) {
    .style--tbl_scroll-x {
      width: 100%;
      overflow-x: scroll; } }
  .style--ul_pager {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .style--ul_pager li {
      margin: 0 10px 10px; }
      .style--ul_pager li a, .style--ul_pager li strong {
        display: block;
        min-width: 2.5em;
        padding: 3px 5px;
        border: 1px solid #028CB9;
        font-weight: bold;
        text-align: center;
        height: 100%; }
      .style--ul_pager li a {
        background: #FFF;
        color: #222;
        text-decoration: none; }
      .style--ul_pager li strong {
        border: none; }
      .style--ul_pager li:first-child a::before, .style--ul_pager li:last-child a::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%; }
      .style--ul_pager li:first-child a::before {
        background: url("../image/layout/icon_arrow_1.png") no-repeat center center/9px auto; }
      .style--ul_pager li:last-child a::before {
        background: url("../image/layout/icon_arrow_2.png") no-repeat center center/9px auto; }
  .style--ul_1 {
    padding-left: 20px; }
    .style--ul_1 li {
      position: relative;
      padding-left: 30px; }
      .style--ul_1 li:before {
        content: "";
        display: block;
        position: absolute;
        left: 9px;
        top: 8px;
        width: 13px;
        height: 13px;
        background: #E4E4E4; }
    .style--ul_1 li + li {
      margin-top: 1em; }
  @media (min-width: 992px) {
    .style--ul_2 {
      display: flex; } }
  @media (min-width: 992px) {
    .style--ul_2 li + li {
      margin-left: 30px; } }
  .style--ul_3 {
    display: flex; }
    .style--ul_3 li + li {
      margin-left: 20px; }

/*---------------------------------------------------------
	.hl
-----------------------------------------------------------*/
.hl_1 {
  text-align: center;
  border-radius: 5px;
  padding: 5px; }
  .hl_1 .main {
    font-weight: bold; }
  .hl_1 .sub {
    font-size: 14px;
    color: #999; }

@media (max-width: 575.98px) {
  .hl_1 {
    font-size: 1.5em;
    margin-bottom: 20px; }
    .hl_1 > span {
      display: block; } }
@media (min-width: 576px) and (max-width: 767.98px), (min-width: 992px) {
  .hl_1 {
    font-size: 3em;
    margin-bottom: 30px; }
    .hl_1 > span {
      display: block; } }
.hl_2 {
  position: relative;
  border-bottom: 1px solid #ddd;
  padding: 0 0 5px; }
  .hl_2 > span {
    display: inline-block;
    vertical-align: middle;
    line-height: 100%; }
  .hl_2 .main {
    font-weight: bold; }
  .hl_2 .sub {
    font-size: 14px;
    color: #999; }

@media (max-width: 991.98px) {
  .hl_2 {
    margin-bottom: 15px; }
    .hl_2 .main {
      font-size: 1.25em; }
    .hl_2._mini {
      margin-bottom: 10px; }
      .hl_2._mini .main {
        font-size: 1.15em; } }
@media (min-width: 992px) {
  .hl_2 {
    margin-bottom: 20px; }
    .hl_2 .main {
      font-size: 1.5em; }
    .hl_2 .sub {
      padding-left: 10px; }
    .hl_2._mini {
      margin-bottom: 15px; }
      .hl_2._mini .main {
        font-size: 1.45em; } }
.hl_3 {
  position: relative;
  border-radius: 5px;
  padding: 10px 15px;
  border-bottom: 2px solid #ddd; }
  .hl_3 > span {
    display: inline-block;
    vertical-align: middle;
    line-height: 100%; }
  .hl_3 .icon {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    margin-right: 10px; }
  .hl_3 .main {
    font-weight: bold; }
  .hl_3 .sub {
    font-size: 14px;
    color: #999; }
  .hl_3 .link {
    position: absolute;
    right: 10px;
    top: calc(50% - 0.5em - 5px);
    font-size: 13px; }
    .hl_3 .link a {
      display: inline-block;
      background: #fff;
      padding: 5px 15px;
      text-decoration: none;
      line-height: 100%;
      border-radius: 50px; }

@media (max-width: 991.98px) {
  .hl_3 {
    margin-bottom: 15px; }
    .hl_3 .main {
      font-size: 1.25em; } }
@media (min-width: 992px) {
  .hl_3 {
    margin-bottom: 20px; }
    .hl_3 .main {
      font-size: 1.4em; }
    .hl_3 .sub {
      padding-left: 10px; } }
.hl_4 {
  border-left: 5px solid #0f6ab2;
  line-height: 120%;
  padding: 2px 0 0 10px; }
  .hl_4 .sub {
    font-size: 13px;
    color: #999; }

@media (max-width: 575.98px) {
  .hl_4 {
    font-size: 1.2em;
    margin-bottom: 10px; }
    .hl_4 > span {
      display: block; } }
@media (min-width: 576px) and (max-width: 767.98px), (min-width: 992px) {
  .hl_4 {
    font-size: 1.2em;
    margin-bottom: 15px; }
    .hl_4 > span {
      display: inline-block; }
    .hl_4 .sub {
      padding-left: 10px; } }
.hl_5 {
  text-align: center; }
  .hl_5:after {
    content: "";
    display: block;
    margin: 0 auto 20px;
    width: 2em;
    border-top: 3px solid #0f6ab2; }
  .hl_5 .main {
    font-weight: bold; }

@media (max-width: 575.98px) {
  .hl_5 .main {
    font-size: 1.85em; } }
@media (min-width: 576px) and (max-width: 767.98px), (min-width: 992px) {
  .hl_5 .main {
    font-size: 2em; } }
.hl_6 {
  position: relative;
  border-radius: 5px;
  padding: 12px 15px; }
  .hl_6 > span {
    display: inline-block;
    vertical-align: middle;
    line-height: 100%; }
  .hl_6 .main {
    padding: 0 0 0 15px; }
    .hl_6 .main.c0 {
      border-left: 4px solid #fff; }

@media (max-width: 991.98px) {
  .hl_6 {
    margin-bottom: 15px; }
    .hl_6 .main {
      font-size: 1.25em; } }
@media (min-width: 992px) {
  .hl_6 {
    margin-bottom: 20px; }
    .hl_6 .main {
      font-size: 1.4em; } }
/*---------------------------------------------------------
	button
-----------------------------------------------------------*/
/* header mini */
.button1, a.button1 {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  color: #fff !important;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
  font-size: 0.85em; }

.button1 .sub {
  font-size: 11px; }
.button1.bg_orange {
  border: 1px solid #fb6722; }
.button1.bg_blue3 {
  border: 1px solid #3887c3; }

@media (min-width: 576px) and (max-width: 767.98px), (min-width: 992px) {
  .button1 {
    padding: 10px 15px; } }
body.pc .button1.bg_orange:hover {
  background: #fff;
  color: #fb6722 !important; }
body.pc .button1.bg_blue3:hover {
  background: #edf4fa;
  color: #3887c3 !important; }

/* form / secondary */
.button2, a.button2 {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  text-align: center; }

.button2 .sub {
  font-size: 13px; }
.button2._mini {
  max-width: 250px; }
.button2.bg_orange {
  border: 2px solid #fb6722; }
.button2.bg_line {
  border: 2px solid #01b901;
  background: #01b901; }
.button2.bg_gray2 {
  border: 2px solid #aaa; }
.button2.c_blue {
  border: 2px solid #0f6ab2;
  background: #fff; }

body.pc .button2:hover {
  background: #fff; }
body.pc .button2.bg_orange:hover {
  color: #fb6722; }
body.pc .button2.bg_gray2:hover {
  color: #aaa; }
body.pc .button2.bg_line:hover {
  color: #01b901; }

@media (max-width: 575.98px) {
  .button2 {
    padding: 8px 0; } }
@media (min-width: 576px) and (max-width: 767.98px), (min-width: 992px) {
  .button2 {
    padding: 20px 0;
    font-size: 1.1em; } }
/* 各ページ戻るボタン */
.button3, a.button3 {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  text-decoration: none;
  border-radius: 4px;
  text-align: center;
  padding: 8px 15px; }

.button3:before {
  content: "\f104";
  position: absolute;
  left: 10px;
  top: calc(50% - 0.5em); }
.button3.c_blue {
  border: 1px solid #0f6ab2; }

body.pc .button3.c_blue:hover {
  background: #0f6ab2;
  color: #fff !important; }

/* popup用検索ボタン */
.button4, a.button4 {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
  border-radius: 50px;
  text-align: center;
  padding: 15px;
  color: #fff;
  font-size: 1.1em;
  line-height: 120%; }

.button4.bg_orange {
  border: 2px solid #fb6722; }

body.pc .button4:hover {
  opacity: 0.8; }

.button5, a.button5 {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
  border-radius: 50px;
  text-align: center;
  padding: 15px;
  color: #666;
  font-size: 1.1em;
  line-height: 120%;
  border: 2px solid #0f6ab2;
  background: #fff; }

body.pc .button5:hover {
  background: #edf4fa; }

/* form / zip用 */
.button6, a.button6 {
  display: inline-block;
  text-decoration: none;
  border-radius: 50px;
  text-align: center;
  padding: 10px 20px;
  color: #666;
  font-size: 0.8em;
  line-height: 120%;
  border: 1px solid #ccc;
  background: #f5f5f5; }

body.pc .button6:hover {
  background: #f2f8ff; }

/* キープ */
.btn_keep, a.btn_keep {
  display: block;
  text-decoration: none;
  color: #666;
  text-align: center;
  background: #f7f7f7; }

.btn_keep i {
  margin-right: 5px;
  color: #e5e5e5;
  font-size: 1.25em; }
.btn_keep.on i {
  color: #fece2f; }

body.pc .btn_keep:hover {
  background: #f0f0f0; }

/* btn_list */
.btn_list a {
  display: inline-block;
  width: 100%;
  text-align: center;
  border: 1px solid #0f6ab2;
  border-radius: 3px;
  color: #333;
  text-decoration: none;
  margin-bottom: 10px;
  padding: 7px 0; }
.btn_list label {
  display: inline-block;
  width: 100%;
  text-align: center;
  border: 1px solid #0f6ab2;
  border-radius: 3px;
  color: #333;
  text-decoration: none;
  margin-bottom: 10px;
  padding: 7px 0;
  cursor: pointer; }
.btn_list._mini a, .btn_list._mini label {
  padding: 4px 0;
  color: #0f6ab2;
  font-size: 0.85em; }
.btn_list a.active, .btn_list label.active {
  background: #0f6ab2;
  color: #fff !important; }

body.pc .btn_list a:hover, body.pc .btn_list label:hover {
  background: #0f6ab2;
  color: #fff !important; }

.btn_list._bor_gray a, .btn_list._bor_gray label {
  border: 1px solid #ccc; }

/*---------------------------------------------------------
	work
-----------------------------------------------------------*/
.word_tag, a.word_tag {
  position: relative;
  display: block;
  text-decoration: none;
  color: #0f6ab2;
  font-size: 0.9em; }

.word_tag > span {
  display: block;
  background: #e0f0f8;
  border-radius: 0 5px 5px 0; }
.word_tag:before, .word_tag:after {
  content: "";
  position: absolute;
  left: 0; }
.word_tag:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #e0f0f8 transparent transparent; }
.word_tag:after {
  content: "●";
  top: calc(50% - 0.8em);
  font-size: 10px;
  color: #f8f8f8;
  padding: 0 0 0 10px; }

body.pc a.word_tag:hover {
  opacity: 0.8; }

@media (max-width: 575.98px) {
  .word_tag, a.word_tag {
    padding: 0 0 0 10px;
    margin-bottom: 10px; }

  .word_tag > span {
    padding: 3px 0 3px 15px; }
  .word_tag:before {
    border-width: 14px 10px 14px 0; } }
@media (min-width: 576px) and (max-width: 767.98px), (min-width: 992px) {
  .word_tag, a.word_tag {
    padding: 0 0 0 20px;
    margin-bottom: 15px; }

  .word_tag > span {
    padding: 8px 0 8px 15px; }
  .word_tag:before {
    border-width: 20px 20px 20px 0; } }
.work_slide_unit {
  background: #fff; }
  .work_slide_unit a:not(.btn_keep) {
    text-decoration: none;
    color: #333; }
  .work_slide_unit .text {
    padding: 15px 15px 0; }
  .work_slide_unit .title {
    line-height: 140%;
    padding: 0 0 15px; }

@media (max-width: 575.98px) {
  .work_slide_unit {
    margin: 0;
    padding: 5px; }
    .work_slide_unit a:not(.btn_keep) {
      display: table;
      width: 100%;
      border-radius: 5px;
      overflow: hidden;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
      .work_slide_unit a:not(.btn_keep) > * {
        display: table-cell;
        vertical-align: middle; }
    .work_slide_unit .photo {
      width: 40%; }
    .work_slide_unit .detail, .work_slide_unit .button_area {
      display: none; } }
@media (min-width: 576px) and (max-width: 767.98px), (min-width: 992px) {
  .work_slide_unit {
    margin: 0 15px 10px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
    .work_slide_unit a:not(.btn_keep) {
      display: block; }
    .work_slide_unit .detail {
      border-top: 1px solid #eee;
      padding: 15px 0 10px; }
      .work_slide_unit .detail li {
        margin-bottom: 5px; }
      .work_slide_unit .detail i {
        font-size: 1.25em;
        margin-right: 5px; }
    .work_slide_unit .button_area {
      padding: 0 15px 15px; }
    .work_slide_unit .btn_keep {
      border-bottom: 4px solid #e5e5e5;
      padding: 8px 0 4px;
      font-size: 0.9em; }

  body.pc .work_slide_unit .btn_keep:hover {
    border-top: 3px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5; } }
/* tbl_1 / offices / work_card / popup */
.tbl_1 {
  width: 100%; }
  .tbl_1 th, .tbl_1 td {
    border: 1px solid #ddd;
    vertical-align: middle; }
  .tbl_1 th {
    font-weight: bold;
    text-align: center;
    background: #f8f8f8; }

.work_card .outline .tbl_1 th {
  font-weight: normal;
  text-align: left; }

@media (max-width: 575.98px) {
  .tbl_1 {
    font-size: 0.9em; } }
@media (max-width: 991.98px) {
  .tbl_1 th, .tbl_1 td {
    padding: 10px 5px; } }
@media (min-width: 992px) {
  .tbl_1 th, .tbl_1 td {
    padding: 30px 15px; }
  .tbl_1 th {
    width: 140px; }

  .work_card .outline .tbl_1 th {
    width: 180px; } }
/* tbl_2 / work_card */
.tbl_2 {
  width: 100%; }
  .tbl_2 th, .tbl_2 td {
    border-bottom: 1px solid #ddd;
    vertical-align: top; }

.work_card .detail .tbl_2 th i {
  font-size: 1.4em;
  margin-right: 10px; }

@media (max-width: 575.98px) {
  .tbl_2 {
    font-size: 0.9em; } }
@media (max-width: 991.98px) {
  .tbl_2 th, .tbl_2 td {
    padding: 10px 5px; } }
@media (min-width: 992px) {
  .tbl_2 th, .tbl_2 td {
    padding: 30px 15px; }
  .tbl_2 th {
    width: 120px; } }
/* tbl_3 / guide */
.tbl_3 {
  width: 100%; }
  .tbl_3 th, .tbl_3 td {
    border: 1px solid #ddd;
    vertical-align: middle; }
  .tbl_3 th {
    font-weight: bold;
    text-align: center; }
  .tbl_3 thead th {
    background: #00a0e9;
    color: #fff; }
  .tbl_3 tbody th {
    background: #f2f8ff; }
  .tbl_3.pos_ac td {
    text-align: center; }

@media (max-width: 575.98px) {
  .tbl_3 {
    font-size: 0.9em; } }
@media (max-width: 991.98px) {
  .tbl_3 th, .tbl_3 td {
    padding: 10px 5px; } }
@media (min-width: 992px) {
  .tbl_3 th, .tbl_3 td {
    padding: 15px 10px; } }
/* step_box */
.step_box {
  position: relative;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 5px; }
  .step_box._flow {
    margin-bottom: 90px; }
    .step_box._flow:after {
      content: "\f107";
      color: #0f6ab2;
      position: absolute;
      top: 100%;
      left: 0;
      display: block;
      width: 100%;
      text-align: center;
      padding: 30px 0 0;
      font-size: 2em; }

@media (max-width: 575.98px) {
  .step_box .text {
    padding: 20px 15px; } }
@media (min-width: 576px) and (max-width: 767.98px), (min-width: 992px) {
  .step_box .text {
    padding: 30px; } }

/*---------------------------------------------------------
	サポーター
-----------------------------------------------------------*/

.supporter_unit {
    align-items: center;
}

.content_supporter {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    margin-bottom: 60px;
}

.content_img {
    width: 38%;
}

.content_info {
    width: 57%;
}

.content_info h4 {
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 1.4em;
    padding-bottom: 5px;
}

.content_supporter .button {
    justify-content: center;
}

.content_supporter a {
    transition: 0.3s;
}

.content_supporter a:hover {
    opacity: 0.3;
}

.section_supporter {
    margin-top: 60px;
}

.sup_concept {
    color: #028CB9;
    border-bottom: 1px dotted #028CB9;
    margin: 10px 0;
}

.list_supporter {
    display: flex;
    flex-wrap: wrap;
}

.list_supporter .content_supporter {
    width: 22%;
    margin-right: 4%;
    margin-bottom: 20px;
    display: block;
}

.list_supporter .content_supporter:nth-child(4n) {
    margin-right: 0;
}

.list_supporter .content_img {
    width: 100%;
}

.list_supporter .content_info {
    width: 100%;
}

.supporter_name {
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 8px;
}

.supporter_name small {
    font-size: 1rem;
    font-weight: normal;
}

.large_link {
  text-align: center;
  margin-bottom: 30px;
}

.large_link a {
  display: block;
  padding: 14px 20px;
  background-color: #FED92B;
  border-radius: 100px;
  font-size: 1.8rem;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  max-width: 400px;
  margin: 0 auto;
}

ul.supporter_button {
    display: flex;
    justify-content: center;
}

ul.supporter_button li a {
    display: block;
    padding: 0px 20px 2px;
    border: 2px solid #028CB9;
    border-radius: 100px;
    font-size: 1.8rem;
    color: #028CB9;
    text-decoration: none;
    font-weight: bold;
}

ul.dot_list {
    padding-left: 2em;
    list-style: disc;
}

ul.dot_list li {
    font-weight: bold;
}

ol.number_list {
    padding-left: 2em;
}

ol.number_list li {
    font-weight: bold;
}

ol.number_list li ul {
    padding-left: 2em;
    list-style: disc;
}

ul.supporter_flow {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

ul.supporter_flow li {
    width: 31%;
    padding: 12px 2%;
    border: 5px solid #E0E0E0;
    border-radius: 3px;
}

ul.supporter_flow li h4 {
    font-weight: bold;
    color: #028CB9;
    font-size: 105%;
    line-height: 1.4em;
}

ul.supporter_flow li p {
    line-height: 1.4em;
}

.supporter_reply {
    background-color: ##FFFCEB;
    border: 3px solid #E0E0E0;
    padding: 20px;
}

.header_supporter {
    margin-bottom: 60px;
}

.title_mt {
    margin-top: 60px;
}

table.supporter_data {
    width: 100%;
    margin: 15px 0;
}

table.supporter_data th {
    padding: 5px;
    font-weight: bold;
    width: 5em;
    font-size: 14px;
    line-height: 1.4em;
}

table.supporter_data td {
    padding: 5px;
    font-size: 14px;
    line-height: 1.4em;
}

table.supporter_data tr:nth-child(2n+1) th,
table.supporter_data tr:nth-child(2n+1) td {
    background-color: #efefef;
}

.supporter_qa {
    margin-top: 30px;
}

.sup_q {
    background-color: #efefef;
    padding: 5px 5px 5px 1.5em;
    font-size: 1.5rem;
    color: #27A0C1;
    margin-top: 17px;
    margin-bottom: 5px;
}

.sup_q::before {
    margin-left: -1em;
    content: "Q：";
    display: inline-block;
}

.sup_a {
    padding-left: 1.5em;
}

.sup_a::before {
    margin-left: -1em;
    content: "A：";
    display: inline-block;
}

.search_txt_s {
    display: block;
}

.nav_student a {
    color: #FFF !important;
    background-color: #24962C;
}

.nav_company a {
    color: #FFF !important;
    background-color: #028CB9;
}

.company_linkarea {
    padding-top: 60px;
    padding-bottom: 50px;
}

ul.link_vertical {
    list-style: none;
    padding: 0;
}

ul.link_vertical li {
    margin-bottom: 20px;
    text-align: center;
}

ul.link_vertical li a {
    display: inline-block;
    padding: 15px;
    background: #028CB9;
    border-radius: 100px;
    color: #FFF;
    text-decoration: none;
    font-size: 1.8rem;
    min-width: 500px;
}

ul.link_vertical li.liv01 a {
    background-color: #ff850b;
}

ul.link_vertical li.liv03 a,
ul.link_vertical li.liv04 a {
    background-color: #FFF;
    border: 3px solid #028CB9;
    color: #028CB9;
}

ul.link_vertical li.liv05 a {
    background-color: #fc639e;
}

@media (max-width: 767.98px){

    .content_supporter {
        display: block;
    }

    .content_img {
        width: 100%;
        margin-bottom: 12px;
    }

    .content_info {
        width: 100%;
    }

    .content_info h4 {
        margin-bottom: 10px;
    }

    ul.supporter_flow {
        display: block;
    }

    ul.supporter_flow li {
        width: 100%;
        margin-bottom: 20px;
    }

    .sf_img {
        text-align: center;
    }

    ul.supporter_flow li img {
        width: 180px;
    }

    .list_supporter .content_supporter {
        width: 30.6%;
    }

    .list_supporter .content_supporter:nth-child(4n) {
        margin-right: 4%;
    }

    .list_supporter .content_supporter:nth-child(3n) {
        margin-right: 0;
    }

    table.supporter_data th {
        display: block;
        width: 92%;
        padding-left: 4%;
        padding-right: 4%;
        padding-bottom: 0;
    }

    table.supporter_data td {
        display: block;
        width: 92%;
        padding-left: 4%;
        padding-right: 4%;
        padding-top: 0;
    }

    ul.supporter_button li a {
        font-size: 14px;
        padding: 5px 10px;
    }

    .large_link a {
      padding-left: 10px;
      padding-right: 10px;
      font-size: 1.6rem;
    }

}

@media (max-width: 480px){

  .list_supporter .content_supporter {
    width: 48%;
  }

  .list_supporter .content_supporter:nth-child(3n) {
    margin-right: 4%;
  }

  .list_supporter .content_supporter:nth-child(2n) {
    margin-right: 0;
  }

}
/*---------------------------------------------------------
	pc / sp
-----------------------------------------------------------*/
.disp_b {
  display: block; }

.disp_ib {
  display: inline-block; }

.disp_tbl {
  display: table !important;
  width: 100%;
  height: 100%; }

.disp_td {
  display: table-cell;
  vertical-align: middle; }

.bor5 {
  display: block;
  border-radius: 5px;
  overflow: hidden; }

.bor10 {
  display: block;
  border-radius: 10px;
  overflow: hidden; }

.bor50 {
  display: block;
  border-radius: 50%;
  overflow: hidden; }

/* font */
.mincho {
  font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","Sawarabi Mincho","游明朝","YuMincho","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; }

.pagelink_search {
    text-align: center;
    margin-bottom: 60px;
}

.nec {
    color: red;
    font-weight: normal;
    font-size: 14px;
}

.page--mypage_news .list .unit .date {
    padding: 10px;
}
