@charset "UTF-8";
/* media query */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i,900,900i&display=swap");
/* fontsize用 */
/* 全体
*****************************************************/
.mat0 {
  margin-top: 0 !important; }

.mat10 {
  margin-top: 10px !important; }
  @media all and (max-width: 667px) {
    .mat10 {
      margin-top: 5px !important; } }

.mat20 {
  margin-top: 20px !important; }
  @media all and (max-width: 667px) {
    .mat20 {
      margin-top: 10px !important; } }

.mat30 {
  margin-top: 30px !important; }
  @media all and (max-width: 667px) {
    .mat30 {
      margin-top: 15px !important; } }

.mat60 {
  margin-top: 60px !important; }
  @media all and (max-width: 667px) {
    .mat60 {
      margin-top: 30px !important; } }

.mab0 {
  margin-bottom: 0 !important; }

.mab20 {
  margin-bottom: 20px !important; }
  @media all and (max-width: 667px) {
    .mab20 {
      margin-bottom: 10px !important; } }

.mab40 {
  margin-bottom: 40px !important; }
  @media all and (max-width: 667px) {
    .mab40 {
      margin-bottom: 20px !important; } }

.pab60 {
  padding-bottom: 60px !important; }
  @media all and (max-width: 667px) {
    .pab60 {
      padding-bottom: 30px !important; } }

@media all and (max-width: 667px) {
  .pat0_sp {
    padding-top: 0 !important; } }

.txtc {
  text-align: center !important; }

.txtl {
  text-align: left !important; }

.txtr {
  text-align: right !important; }

.bg_green01 {
  background-color: #009055 !important; }

.bg_green02 {
  background-color: #e8f7f1 !important; }

.bg_blue01 {
  background-color: #00907E !important; }

.bg_blue02 {
  background-color: #e2f7f4 !important; }

.txt_white {
  color: #fff !important; }

.txt_green {
  color: #009055 !important; }

.txt_red {
  color: #eb0104 !important; }

.txt_bold {
  font-weight: bold !important; }

.txtpPoint1::first-letter {
  font-size: 28px;
  font-size: 2.8rem;
  float: left;
  color: #FFF;
  padding: 18px 18px;
  margin: 0 15px 0 0;
  background-color: #009055; }

/* header
*****************************************************/
header {
  background: #FFF;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3); }
  header .logo_block {
    box-shadow: none; }
  header .pc_menu nav ul.lnav li {
    box-shadow: none; }
    header .pc_menu nav ul.lnav li a {
      color: #000000; }
  header .pc_menu nav ul.lnav_cv li {
    box-shadow: none; }
    header .pc_menu nav ul.lnav_cv li a::after {
      color: #FFF; }

/* 第2階層
*****************************************************/
.mainArea {
  width: 100%;
  padding: 80px 0 0;
  height: 400px; }
  @media screen and (max-width: 1024px) and (orientation: portrait) {
    .mainArea {
      height: 300px; } }
  @media all and (max-width: 667px) {
    .mainArea {
      height: 320px;
      padding: 50px 0 0; } }
  .mainArea .mainInner {
    position: relative; }
    .mainArea .mainInner .mainBox {
      width: 54%;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      padding: 3.0vw;
      background-color: rgba(255, 255, 255, 0.8);
      position: relative;
      bottom: -50px;
      left: 50px; }
      @media screen and (max-width: 1024px) and (orientation: portrait) {
        .mainArea .mainInner .mainBox {
          width: 50%; } }
      @media all and (max-width: 667px) {
        .mainArea .mainInner .mainBox {
          width: 90%;
          padding: 20px 28px;
          left: auto;
          bottom: -110px;
          margin: 0 auto; } }
      .mainArea .mainInner .mainBox::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: -10px;
        left: -10px;
        z-index: -1;
        opacity: 0.8;
        background: -webkit-gradient(linear, left top, right top, from(#B9CE37), to(#009055));
        background: linear-gradient(to right, #B9CE37, #009055); }
      .mainArea .mainInner .mainBox .mainTitle {
        position: relative;
        width: 100%; }
        .mainArea .mainInner .mainBox .mainTitle::after {
          display: block;
          content: "";
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          background-color: #000;
          left: 0;
          width: 20px;
          height: 4px;
          box-shadow: 3px 3px 0px #B9CE37; }
          @media all and (max-width: 667px) {
            .mainArea .mainInner .mainBox .mainTitle::after {
              top: 0;
              transform: translateY(0%);
              left: 50%;
              transform: translateX(-50%); } }
        .mainArea .mainInner .mainBox .mainTitle h1 {
          font-family: 'Roboto', sans-serif;
          font-size: 52px;
          font-size: 5.2rem;
          font-style: italic;
          font-weight: bold;
          color: #000000;
          padding: 0 0 0 40px;
          margin: 0 0 20px; }
          @media screen and (max-width: 1024px) and (orientation: portrait) {
            .mainArea .mainInner .mainBox .mainTitle h1 {
              font-size: 30px;
              font-size: 3rem; } }
          @media all and (max-width: 667px) {
            .mainArea .mainInner .mainBox .mainTitle h1 {
              font-size: 30px;
              font-size: 3rem;
              margin: 0 0 10px;
              padding: 20px 0 0;
              text-align: center; } }
          .mainArea .mainInner .mainBox .mainTitle h1:first-letter {
            color: #009055; }
          .mainArea .mainInner .mainBox .mainTitle h1 small {
            background-color: #009055;
            font-size: 14px;
            font-size: 1.4rem;
            color: #FFF;
            font-weight: normal;
            padding: 3px 15px;
            margin: 0 0 0 10px;
            vertical-align: middle; }
            @media all and (max-width: 667px) {
              .mainArea .mainInner .mainBox .mainTitle h1 small {
                margin: 10px 0 0 0;
                display: block;
                text-align: center; } }
          .mainArea .mainInner .mainBox .mainTitle h1 span {
            font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
            font-size: 20px;
            font-size: 2rem;
            font-style: normal;
            color: #009055;
            font-weight: bold;
            margin: 10px 0 0 10px; }
            @media screen and (max-width: 1024px) and (orientation: portrait) {
              .mainArea .mainInner .mainBox .mainTitle h1 span {
                font-size: 16px;
                font-size: 1.6rem; } }
            @media all and (max-width: 667px) {
              .mainArea .mainInner .mainBox .mainTitle h1 span {
                font-size: 16px;
                font-size: 1.6rem;
                line-height: 130%;
                display: block;
                margin-left: 0; } }
      .mainArea .mainInner .mainBox p {
        width: 100%;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 150%; }
        @media all and (max-width: 667px) {
          .mainArea .mainInner .mainBox p {
            font-size: 14px;
            font-size: 1.4rem; } }
    .mainArea .mainInner .mainImg {
      position: absolute;
      z-index: -2;
      right: 0;
      top: 0;
      height: 400px;
      width: 80%; }
      @media screen and (max-width: 1024px) and (orientation: portrait) {
        .mainArea .mainInner .mainImg {
          height: 300px; } }
      @media all and (max-width: 667px) {
        .mainArea .mainInner .mainImg {
          width: 100%;
          height: 200px; } }

.crumbs .crumbsArea ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 20px 0 0; }
  .crumbs .crumbsArea ul li {
    font-size: 16px;
    font-size: 1.6rem;
    position: relative;
    padding: 0 20px 0 10px; }
    .crumbs .crumbsArea ul li:first-child {
      padding: 0 20px 0 0; }
    .crumbs .crumbsArea ul li:last-child::after {
      content: none; }
    .crumbs .crumbsArea ul li::after {
      position: absolute;
      content: '-';
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      padding: 0 0 0 10px; }
    .crumbs .crumbsArea ul li a {
      font-size: 16px;
      font-size: 1.6rem;
      display: block; }

/* mainArea
*****************************************************/
/* style-guide
*****************************************************/
.contentsInner {
  font-weight: normal;
  /* 見出し・タイトル
  *****************************************************/
  /* コピー
  *****************************************************/
  /* btnType
  *****************************************************/
  /* menu
  *****************************************************/
  /* listType1
  *****************************************************/
  /* txtType
  *****************************************************/
  /* noteType
  *****************************************************/
  /* txtBox
  *****************************************************/ }
  .contentsInner section {
    padding-bottom: 60px; }
    @media screen and (max-width: 1024px) and (orientation: portrait) {
      .contentsInner section {
        padding-bottom: 30px; } }
    @media all and (max-width: 667px) {
      .contentsInner section {
        padding-bottom: 30px; } }
    .contentsInner section:last-child {
      padding-bottom: 0; }
      @media all and (max-width: 667px) {
        .contentsInner section:last-child {
          padding-bottom: 0; } }
  .contentsInner .titleType1 {
    background: #e8f7f1;
    text-align: center;
    font-size: 33px;
    font-size: 3.3rem;
    font-weight: bold;
    margin-bottom: 40px;
    padding: 40px 0 40px;
    position: relative; }
    @media screen and (max-width: 1024px) and (orientation: portrait) {
      .contentsInner .titleType1 {
        margin-bottom: 20px;
        padding: 25px 0;
        font-size: 24px;
        font-size: 2.4rem; } }
    @media all and (max-width: 667px) {
      .contentsInner .titleType1 {
        margin-bottom: 20px;
        padding: 25px 0;
        line-height: 180%;
        font-size: 18px;
        font-size: 1.8rem; } }
    .contentsInner .titleType1::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 100px;
      height: 2px;
      background-color: #009055; }
  .contentsInner .titleType1_2 {
    background: #e8f7f1;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 40px;
    padding: 40px 0 40px;
    position: relative; }
    @media screen and (max-width: 1024px) and (orientation: portrait) {
      .contentsInner .titleType1_2 {
        margin-bottom: 20px;
        padding: 10px 0;
        font-size: 14px;
        font-size: 1.4rem; } }
    @media all and (max-width: 667px) {
      .contentsInner .titleType1_2 {
        margin-bottom: 20px;
        padding: 10px 0;
        font-size: 14px;
        font-size: 1.4rem; } }
    .contentsInner .titleType1_2::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 100px;
      height: 2px;
      background-color: #009055; }
    .contentsInner .titleType1_2 span {
      font-family: 'Roboto', sans-serif;
      font-size: 40px;
      font-size: 4rem;
      font-style: italic;
      font-weight: 900;
      display: inline-block;
      position: relative;
      padding: 0 60px 0 0; }
      @media screen and (max-width: 1024px) and (orientation: portrait) {
        .contentsInner .titleType1_2 span {
          font-size: 28px;
          font-size: 2.8rem;
          display: block;
          padding: 0;
          margin-bottom: 5px; } }
      @media all and (max-width: 667px) {
        .contentsInner .titleType1_2 span {
          font-size: 28px;
          font-size: 2.8rem;
          display: block;
          padding: 0;
          margin-bottom: 5px; } }
      .contentsInner .titleType1_2 span::after {
        content: '';
        position: absolute;
        bottom: 25%;
        margin: 0 0 0 20px;
        display: inline-block;
        width: 20px;
        height: 1px;
        background-color: black;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
        @media screen and (max-width: 1024px) and (orientation: portrait) {
          .contentsInner .titleType1_2 span::after {
            content: none; } }
        @media all and (max-width: 667px) {
          .contentsInner .titleType1_2 span::after {
            content: none; } }
  .contentsInner .titleType2 {
    position: relative;
    font-size: 30px;
    font-size: 3rem;
    padding: 35px 0;
    margin-bottom: 40px;
    border-top: 1px solid #222;
    border-bottom: 1px solid #ccc; }
    @media screen and (max-width: 1024px) and (orientation: portrait) {
      .contentsInner .titleType2 {
        margin-bottom: 20px;
        padding: 20px 0;
        font-size: 20px;
        font-size: 2rem; } }
    @media all and (max-width: 667px) {
      .contentsInner .titleType2 {
        margin-bottom: 20px;
        padding: 20px 0;
        font-size: 20px;
        font-size: 2rem; } }
    .contentsInner .titleType2::before {
      content: "";
      position: absolute;
      left: 0;
      bottom: -1px;
      width: 200px;
      height: 1px;
      background: #000; }
  .contentsInner .titleType3 {
    border-bottom: 1px solid #009055;
    padding-bottom: 20px;
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 40px; }
    @media screen and (max-width: 1024px) and (orientation: portrait) {
      .contentsInner .titleType3 {
        margin-bottom: 20px;
        padding-bottom: 10px;
        font-size: 18px;
        font-size: 1.8rem; } }
    @media all and (max-width: 667px) {
      .contentsInner .titleType3 {
        margin-bottom: 20px;
        padding-bottom: 10px;
        font-size: 18px;
        font-size: 1.8rem; } }
  .contentsInner .titleType4 {
    position: relative;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 40px;
    padding: 0 0 0 30px; }
    @media all and (max-width: 667px) {
      .contentsInner .titleType4 {
        margin-bottom: 20px; } }
    .contentsInner .titleType4::after {
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: #000;
      left: 0;
      width: 15px;
      height: 1px; }
  .contentsInner .catchCopy {
    text-align: center;
    line-height: 300%;
    margin-bottom: 40px;
    /* IE表示用のCSS　*/ }
    @media all and (-ms-high-contrast: none) {
      .contentsInner .catchCopy {
        line-height: 430%; } }
    @media screen and (max-width: 1024px) and (orientation: portrait) {
      .contentsInner .catchCopy {
        margin-bottom: 20px; } }
    @media all and (max-width: 667px) {
      .contentsInner .catchCopy {
        margin-bottom: 20px; } }
    .contentsInner .catchCopy span {
      font-size: 30px;
      font-size: 3rem;
      font-weight: bold;
      background: linear-gradient(transparent 90%, #FEE103 90%); }
      @media screen and (max-width: 1024px) and (orientation: portrait) {
        .contentsInner .catchCopy span {
          font-size: 24px;
          font-size: 2.4rem; } }
      @media all and (max-width: 667px) {
        .contentsInner .catchCopy span {
          font-size: 20px;
          font-size: 2rem; } }
  .contentsInner .leadCopy {
    margin-bottom: 40px;
    line-height: 170%;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center; }
    @media screen and (max-width: 1024px) and (orientation: portrait) {
      .contentsInner .leadCopy {
        margin-bottom: 20px;
        font-size: 14px;
        font-size: 1.4rem; } }
    @media all and (max-width: 667px) {
      .contentsInner .leadCopy {
        margin-bottom: 20px;
        font-size: 14px;
        font-size: 1.4rem;
        text-align: left; } }
  .contentsInner .btnType1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px; }
    @media screen and (max-width: 1024px) and (orientation: portrait) {
      .contentsInner .btnType1 {
        margin-bottom: 20px; } }
    @media all and (max-width: 667px) {
      .contentsInner .btnType1 {
        margin-bottom: 20px; } }
    .contentsInner .btnType1 div {
      width: 49%;
      font-size: 16px;
      font-size: 1.6rem;
      margin: 0 auto 10px; }
      @media screen and (max-width: 1024px) and (orientation: portrait) {
        .contentsInner .btnType1 div {
          font-size: 14px;
          font-size: 1.4rem;
          margin: 0 auto 5px; } }
      @media all and (max-width: 667px) {
        .contentsInner .btnType1 div {
          width: 100%;
          font-size: 14px;
          font-size: 1.4rem;
          margin: 0 auto 5px; } }
      .contentsInner .btnType1 div a {
        display: block;
        width: 100%;
        background: #000;
        color: #FFF;
        padding: 20px 0;
        border: 1px solid #000;
        position: relative;
        text-align: center; }
        @media all and (max-width: 667px) {
          .contentsInner .btnType1 div a {
            padding: 15px 0; } }
        .contentsInner .btnType1 div a::after {
          font-family: "Font Awesome 5 Free";
          content: "\f054";
          font-weight: 900;
          position: absolute;
          color: #FFF;
          top: 50%;
          right: 0;
          transform: translateY(-50%) translateX(-50%);
          margin: 0 10px 0 0;
          background: none; }
        .contentsInner .btnType1 div a:hover {
          background: #009055;
          color: #FFF; }
          .contentsInner .btnType1 div a:hover::after {
            color: #FFF; }
        .contentsInner .btnType1 div a.back:hover {
          background: #009055;
          color: #FFF; }
          .contentsInner .btnType1 div a.back:hover::before {
            color: #FFF; }
        .contentsInner .btnType1 div a.back::after {
          content: none; }
        .contentsInner .btnType1 div a.back::before {
          font-family: "Font Awesome 5 Free";
          content: "\f053";
          font-weight: 900;
          position: absolute;
          color: #FFF;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          margin: 0 0 0 20px;
          background: none; }
      .contentsInner .btnType1 div a[href^="https://"]:hover, .contentsInner .btnType1 div a[href^="http://"]:hover {
        background: #009055;
        color: #FFF; }
        .contentsInner .btnType1 div a[href^="https://"]:hover::after, .contentsInner .btnType1 div a[href^="http://"]:hover::after {
          background: url(../../common/images/icon-blank_f.svg) no-repeat center right; }
      .contentsInner .btnType1 div a[href^="https://"]::after, .contentsInner .btnType1 div a[href^="http://"]::after {
        content: "";
        position: absolute;
        background: url(../../common/images/icon-blank_f.svg) no-repeat center right;
        width: 21px;
        height: 18px;
        top: 50%;
        right: 0;
        transform: translateY(-50%); }
      .contentsInner .btnType1 div a[href$=".pdf"]::after {
        font-family: "Font Awesome 5 Free";
        content: "\f1c1";
        font-weight: 900;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        background: none; }
  .contentsInner .btnType2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px; }
    @media screen and (max-width: 1024px) and (orientation: portrait) {
      .contentsInner .btnType2 {
        margin-bottom: 20px; } }
    @media all and (max-width: 667px) {
      .contentsInner .btnType2 {
        margin-bottom: 20px; } }
    .contentsInner .btnType2 div {
      width: 49%;
      font-size: 16px;
      font-size: 1.6rem;
      margin: 0 auto 10px; }
      @media screen and (max-width: 1024px) and (orientation: portrait) {
        .contentsInner .btnType2 div {
          width: 99%;
          font-size: 14px;
          font-size: 1.4rem;
          margin: 0 auto 5px; } }
      @media all and (max-width: 667px) {
        .contentsInner .btnType2 div {
          width: 99%;
          font-size: 14px;
          font-size: 1.4rem;
          margin: 0 auto 5px; } }
      .contentsInner .btnType2 div a {
        display: block;
        width: 100%;
        background: #fff;
        padding: 20px 35px;
        border: 1px solid #000;
        position: relative;
        box-sizing: border-box;
        line-height: 1.5em;
        text-align: center; }
        @media all and (max-width: 667px) {
          .contentsInner .btnType2 div a {
            padding: 15px 30px; } }
        .contentsInner .btnType2 div a::after {
          font-family: "Font Awesome 5 Free";
          content: "\f054";
          font-weight: 900;
          position: absolute;
          color: #009055;
          top: 50%;
          right: 0;
          transform: translateY(-50%);
          margin: 0 10px 0 0;
          background: none; }
        .contentsInner .btnType2 div a:hover {
          background: #009055;
          color: #FFF; }
          .contentsInner .btnType2 div a:hover::after {
            color: #FFF; }
        .contentsInner .btnType2 div a.back:hover {
          background: #009055;
          color: #FFF; }
          .contentsInner .btnType2 div a.back:hover::before {
            color: #FFF; }
        .contentsInner .btnType2 div a.back::after {
          content: none; }
        .contentsInner .btnType2 div a.back::before {
          font-family: "Font Awesome 5 Free";
          content: "\f053";
          font-weight: 900;
          position: absolute;
          color: #009055;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          margin: 0 0 0 20px;
          background: none; }
      .contentsInner .btnType2 div a[href^="https://"]:hover, .contentsInner .btnType2 div a[href^="http://"]:hover {
        background: #009055;
        color: #FFF; }
        .contentsInner .btnType2 div a[href^="https://"]:hover::after, .contentsInner .btnType2 div a[href^="http://"]:hover::after {
          background: url(../../common/images/icon-blank_f.svg) no-repeat center right; }
      .contentsInner .btnType2 div a[href^="https://"]::after, .contentsInner .btnType2 div a[href^="http://"]::after {
        content: "";
        position: absolute;
        background: url(../../common/images/icon-blank.svg) no-repeat center right;
        width: 21px;
        height: 18px;
        top: 50%;
        right: 0;
        transform: translateY(-50%); }
      .contentsInner .btnType2 div a[href$=".pdf"]::after {
        font-family: "Font Awesome 5 Free";
        content: "\f1c1";
        font-weight: 900;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        background: none; }
  .contentsInner .menuArea {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px; }
    @media screen and (max-width: 1024px) and (orientation: portrait) {
      .contentsInner .menuArea {
        margin-bottom: 20px; } }
    @media all and (max-width: 667px) {
      .contentsInner .menuArea {
        margin-bottom: 20px;
        display: block; } }
    .contentsInner .menuArea .menu_box {
      width: 33.333%; }
      @media all and (max-width: 667px) {
        .contentsInner .menuArea .menu_box {
          width: 100%; } }
      .contentsInner .menuArea .menu_box a {
        display: block;
        position: relative;
        transition-duration: 0.3s;
        background-color: rgba(255, 255, 255, 0.5); }
        .contentsInner .menuArea .menu_box a:hover {
          background-color: rgba(0, 144, 85, 0.1); }
          .contentsInner .menuArea .menu_box a:hover .img img {
            transform: scale(1.1);
            transition-duration: 0.3s; }
        .contentsInner .menuArea .menu_box a::after {
          content: "";
          position: absolute;
          left: 48%;
          bottom: 20px;
          width: 100px;
          height: 1px;
          background: #000;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        .contentsInner .menuArea .menu_box a .img {
          width: 100%;
          overflow: hidden; }
          .contentsInner .menuArea .menu_box a .img img {
            width: 100%;
            display: block; }
        .contentsInner .menuArea .menu_box a span {
          display: block;
          position: relative;
          font-size: 16px;
          font-size: 1.6rem;
          text-align: center;
          padding: 24px 24px 40px 10px; }
          .contentsInner .menuArea .menu_box a span::after {
            font-family: "Font Awesome 5 Free";
            content: "\f054";
            font-weight: 900;
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%) translateX(-50%);
            margin: 0 10px 0 0; }
  .contentsInner .btnLink {
    margin-bottom: 40px; }
    @media screen and (max-width: 1024px) and (orientation: portrait) {
      .contentsInner .btnLink {
        margin-bottom: 20px; } }
    @media all and (max-width: 667px) {
      .contentsInner .btnLink {
        margin-bottom: 20px; } }
    .contentsInner .btnLink ul {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap; }
      @media all and (max-width: 667px) {
        .contentsInner .btnLink ul {
          border-top: 1px solid #000; } }
      .contentsInner .btnLink ul li {
        width: 31%;
        border-bottom: 1px solid #000;
        margin-right: 3.5%; }
        @media all and (max-width: 667px) {
          .contentsInner .btnLink ul li {
            width: 100%;
            margin-right: 0; } }
        .contentsInner .btnLink ul li:nth-child(-n+3) {
          border-top: 1px solid #000; }
          @media all and (max-width: 667px) {
            .contentsInner .btnLink ul li:nth-child(-n+3) {
              border-top: none; } }
        .contentsInner .btnLink ul li:nth-child(3n) {
          margin-right: 0; }
        .contentsInner .btnLink ul li a {
          display: block;
          font-size: 16px;
          font-size: 1.6rem;
          padding: 30px 24px 30px 20px;
          position: relative;
          transition: all 0.3s ease;
          background-color: rgba(255, 255, 255, 0.5);
          line-height: 150%; }
          @media all and (max-width: 667px) {
            .contentsInner .btnLink ul li a {
              padding: 20px 24px 20px 20px; } }
          .contentsInner .btnLink ul li a:hover {
            background-color: rgba(0, 144, 85, 0.1); }
          .contentsInner .btnLink ul li a::after {
            font-family: "Font Awesome 5 Free";
            content: "\f054";
            font-weight: 900;
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%) translateX(-50%);
            margin: 0 10px 0 0; }
        .contentsInner .btnLink ul li a[href^="https://"]::after {
          content: "";
          position: absolute;
          background: url(/common/images/icon-blank.svg) no-repeat center right;
          width: 21px;
          height: 18px;
          top: 50%;
          right: 0;
          transform: translateY(-50%) translateX(-50%); }
        .contentsInner .btnLink ul li a[href^="http://"]::after {
          content: "";
          position: absolute;
          background: url(/common/images/icon-blank.svg) no-repeat center right;
          width: 21px;
          height: 18px;
          top: 50%;
          right: 0;
          transform: translateY(-50%) translateX(-50%); }
        .contentsInner .btnLink ul li a[href$=".docx"]::after {
          font-family: "Font Awesome 5 Free";
          content: "\f1c2";
          font-weight: 900;
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-50%) translateX(-50%); }
        .contentsInner .btnLink ul li a[href$=".doc"]::after {
          font-family: "Font Awesome 5 Free";
          content: "\f1c2";
          font-weight: 900;
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-50%) translateX(-50%); }
        .contentsInner .btnLink ul li a[href$=".pdf"]::after {
          font-family: "Font Awesome 5 Free";
          content: "\f1c1";
          font-weight: 900;
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-50%) translateX(-50%); }
        .contentsInner .btnLink ul li a[href$=".xls"]::after {
          font-family: "Font Awesome 5 Free";
          content: "\f1c3";
          font-weight: 900;
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-50%) translateX(-50%); }
        .contentsInner .btnLink ul li a[href$=".xlsx"]::after {
          font-family: "Font Awesome 5 Free";
          content: "\f1c3";
          font-weight: 900;
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-50%) translateX(-50%); }
  .contentsInner .btnLink_col4 {
    margin-bottom: 40px; }
    @media screen and (max-width: 1024px) and (orientation: portrait) {
      .contentsInner .btnLink_col4 {
        margin-bottom: 20px; } }
    @media all and (max-width: 667px) {
      .contentsInner .btnLink_col4 {
        margin-bottom: 20px; } }
    .contentsInner .btnLink_col4 ul {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap; }
      @media all and (max-width: 667px) {
        .contentsInner .btnLink_col4 ul {
          border-top: 1px solid #000; } }
      .contentsInner .btnLink_col4 ul li {
        width: 24%;
        border-bottom: 1px solid #000;
        margin-right: 1.333%; }
        @media screen and (max-width: 1024px) and (orientation: portrait) {
          .contentsInner .btnLink_col4 ul li {
            width: 31%;
            margin-right: 3.5%; } }
        @media all and (max-width: 667px) {
          .contentsInner .btnLink_col4 ul li {
            width: 100%;
            margin-right: 0; } }
        .contentsInner .btnLink_col4 ul li:nth-child(-n+4) {
          border-top: 1px solid #000; }
          @media screen and (max-width: 1024px) and (orientation: portrait) {
            .contentsInner .btnLink_col4 ul li:nth-child(-n+4) {
              border-top: none; } }
        @media screen and (max-width: 1024px) and (orientation: portrait) {
          .contentsInner .btnLink_col4 ul li:nth-chile(-n+3) {
            border-top: 1px solid #000; } }
        @media all and (max-width: 667px) {
          .contentsInner .btnLink_col4 ul li:nth-chile(-n+3) {
            border-top: none; } }
        .contentsInner .btnLink_col4 ul li:nth-child(4n) {
          margin: 0; }
          @media screen and (max-width: 1024px) and (orientation: portrait) {
            .contentsInner .btnLink_col4 ul li:nth-child(4n) {
              margin-right: 3.5%; } }
          @media all and (max-width: 667px) {
            .contentsInner .btnLink_col4 ul li:nth-child(4n) {
              margin-right: 0; } }
        @media screen and (max-width: 1024px) and (orientation: portrait) {
          .contentsInner .btnLink_col4 ul li:nth-child(3n) {
            margin-right: 0; } }
        .contentsInner .btnLink_col4 ul li a {
          display: block;
          font-size: 16px;
          font-size: 1.6rem;
          padding: 30px 24px 30px 20px;
          position: relative;
          transition: all 0.3s ease;
          background-color: rgba(255, 255, 255, 0.5);
          line-height: 150%; }
          @media all and (max-width: 667px) {
            .contentsInner .btnLink_col4 ul li a {
              padding: 20px 24px 20px 20px; } }
          .contentsInner .btnLink_col4 ul li a:hover {
            background-color: rgba(0, 144, 85, 0.1); }
          .contentsInner .btnLink_col4 ul li a::after {
            font-family: "Font Awesome 5 Free";
            content: "\f054";
            font-weight: 900;
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%) translateX(-50%);
            margin: 0 10px 0 0; }
        .contentsInner .btnLink_col4 ul li a[href^="https://"]::after {
          content: "";
          position: absolute;
          background: url(/common/images/icon-blank.svg) no-repeat center right;
          width: 21px;
          height: 18px;
          top: 50%;
          right: 0;
          transform: translateY(-50%) translateX(-50%); }
        .contentsInner .btnLink_col4 ul li a[href^="http://"]::after {
          content: "";
          position: absolute;
          background: url(/common/images/icon-blank.svg) no-repeat center right;
          width: 21px;
          height: 18px;
          top: 50%;
          right: 0;
          transform: translateY(-50%) translateX(-50%); }
        .contentsInner .btnLink_col4 ul li a[href$=".docx"]::after {
          font-family: "Font Awesome 5 Free";
          content: "\f1c2";
          font-weight: 900;
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-50%) translateX(-50%); }
        .contentsInner .btnLink_col4 ul li a[href$=".doc"]::after {
          font-family: "Font Awesome 5 Free";
          content: "\f1c2";
          font-weight: 900;
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-50%) translateX(-50%); }
        .contentsInner .btnLink_col4 ul li a[href$=".pdf"]::after {
          font-family: "Font Awesome 5 Free";
          content: "\f1c1";
          font-weight: 900;
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-50%) translateX(-50%); }
        .contentsInner .btnLink_col4 ul li a[href$=".xls"]::after {
          font-family: "Font Awesome 5 Free";
          content: "\f1c3";
          font-weight: 900;
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-50%) translateX(-50%); }
        .contentsInner .btnLink_col4 ul li a[href$=".xlsx"]::after {
          font-family: "Font Awesome 5 Free";
          content: "\f1c3";
          font-weight: 900;
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-50%) translateX(-50%); }
  .contentsInner .listType1 {
    margin-bottom: 40px; }
    @media screen and (max-width: 1024px) and (orientation: portrait) {
      .contentsInner .listType1 {
        margin-bottom: 20px; } }
    @media all and (max-width: 667px) {
      .contentsInner .listType1 {
        margin-bottom: 20px; } }
    .contentsInner .listType1 li {
      position: relative;
      font-size: 16px;
      font-size: 1.6rem;
      list-style: none;
      margin-top: 10px;
      padding: 0 0 0 20px;
      line-height: 170%; }
      .contentsInner .listType1 li:first-child {
        margin-top: 0; }
      .contentsInner .listType1 li::before {
        content: "●";
        position: absolute;
        top: 0;
        left: 0;
        color: #009055;
        font-size: 10px;
        font-size: 1rem; }
      .contentsInner .listType1 li a {
        font-size: 16px;
        font-size: 1.6rem; }
        .contentsInner .listType1 li a::after {
          color: #009055; }
        .contentsInner .listType1 li a:hover {
          text-decoration: underline; }
      .contentsInner .listType1 li a[href$=".pdf"]::after, .contentsInner .listType1 li a[href$=".xls"]::after, .contentsInner .listType1 li a[href$=".xlsx"]::after, .contentsInner .listType1 li a[href$=".docx"]::after, .contentsInner .listType1 li a[href$=".doc"]::after, .contentsInner .listType1 li a[href^="https://"]::after, .contentsInner .listType1 li a[href^="http://"]::after {
        top: auto;
        /*bottom: 0;*/
        transform: translateY(0) translateX(0); }
  .contentsInner .listType2 {
    margin-bottom: 40px; }
    @media screen and (max-width: 1024px) and (orientation: portrait) {
      .contentsInner .listType2 {
        margin-bottom: 20px; } }
    @media all and (max-width: 667px) {
      .contentsInner .listType2 {
        margin-bottom: 20px; } }
    .contentsInner .listType2 li {
      position: relative;
      font-size: 16px;
      font-size: 1.6rem;
      list-style: none;
      line-height: 150%;
      margin-top: 10px;
      padding: 0 0 0 25px; }
      .contentsInner .listType2 li:first-child {
        margin-top: 0; }
      .contentsInner .listType2 li::before {
        position: absolute;
        top: 0;
        left: 0;
        color: #009055;
        font-weight: bold; }
      .contentsInner .listType2 li:nth-child(1)::before {
        content: "1"; }
      .contentsInner .listType2 li:nth-child(2)::before {
        content: "2"; }
      .contentsInner .listType2 li:nth-child(3)::before {
        content: "3"; }
      .contentsInner .listType2 li:nth-child(4)::before {
        content: "4"; }
      .contentsInner .listType2 li:nth-child(5)::before {
        content: "5"; }
      .contentsInner .listType2 li:nth-child(6)::before {
        content: "6"; }
      .contentsInner .listType2 li:nth-child(7)::before {
        content: "7"; }
      .contentsInner .listType2 li:nth-child(8)::before {
        content: "8"; }
      .contentsInner .listType2 li:nth-child(9)::before {
        content: "9"; }
      .contentsInner .listType2 li:nth-child(10)::before {
        content: "10"; }
      .contentsInner .listType2 li:nth-child(11)::before {
        content: "11"; }
      .contentsInner .listType2 li:nth-child(12)::before {
        content: "12"; }
      .contentsInner .listType2 li:nth-child(13)::before {
        content: "13"; }
      .contentsInner .listType2 li:nth-child(14)::before {
        content: "14"; }
      .contentsInner .listType2 li:nth-child(15)::before {
        content: "15"; }
      .contentsInner .listType2 li:nth-child(16)::before {
        content: "16"; }
      .contentsInner .listType2 li:nth-child(17)::before {
        content: "17"; }
      .contentsInner .listType2 li:nth-child(18)::before {
        content: "18"; }
      .contentsInner .listType2 li:nth-child(19)::before {
        content: "19"; }
      .contentsInner .listType2 li:nth-child(20)::before {
        content: "20"; }
      .contentsInner .listType2 li a {
        font-size: 16px;
        font-size: 1.6rem; }
        .contentsInner .listType2 li a::after {
          color: #009055; }
        .contentsInner .listType2 li a:hover {
          text-decoration: underline; }
      .contentsInner .listType2 li a[href$=".pdf"]::after, .contentsInner .listType2 li a[href$=".xls"]::after, .contentsInner .listType2 li a[href$=".xlsx"]::after, .contentsInner .listType2 li a[href$=".docx"]::after, .contentsInner .listType2 li a[href$=".doc"]::after, .contentsInner .listType2 li a[href^="https://"]::after, .contentsInner .listType2 li a[href^="http://"]::after {
        top: auto;
        bottom: 0;
        transform: translateY(0) translateX(0); }
  .contentsInner .txtType1 {
    font-size: 30px;
    font-size: 3rem;
    color: #009055;
    line-height: 130%;
    font-weight: bold;
    margin-bottom: 20px; }
    @media screen and (max-width: 1024px) and (orientation: portrait) {
      .contentsInner .txtType1 {
        font-size: 24px;
        font-size: 2.4rem;
        margin-bottom: 10px; } }
    @media all and (max-width: 667px) {
      .contentsInner .txtType1 {
        font-size: 20px;
        font-size: 2rem;
        margin-bottom: 10px; } }
    .contentsInner .txtType1 span {
      display: block;
      font-size: 20px;
      font-size: 2rem; }
      @media all and (max-width: 667px) {
        .contentsInner .txtType1 span {
          font-size: 18px;
          font-size: 1.8rem; } }
  .contentsInner .txtType2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 130%;
    font-weight: bold;
    margin-bottom: 20px; }
    @media screen and (max-width: 1024px) and (orientation: portrait) {
      .contentsInner .txtType2 {
        margin-bottom: 10px; } }
    @media all and (max-width: 667px) {
      .contentsInner .txtType2 {
        margin-bottom: 10px; } }
  .contentsInner .txtType3 {
    line-height: 150%;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px; }
    @media screen and (max-width: 1024px) and (orientation: portrait) {
      .contentsInner .txtType3 {
        margin-bottom: 15px; } }
    @media all and (max-width: 667px) {
      .contentsInner .txtType3 {
        margin-bottom: 15px; } }
  .contentsInner .txtType4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 130%;
    font-weight: bold;
    color: #009055;
    margin-bottom: 20px; }
    @media screen and (max-width: 1024px) and (orientation: portrait) {
      .contentsInner .txtType4 {
        margin-bottom: 10px; } }
    @media all and (max-width: 667px) {
      .contentsInner .txtType4 {
        margin-bottom: 15px; } }
  .contentsInner .noteType1 {
    margin-bottom: 40px; }
    @media screen and (max-width: 1024px) and (orientation: portrait) {
      .contentsInner .noteType1 {
        margin-bottom: 20px; } }
    @media all and (max-width: 667px) {
      .contentsInner .noteType1 {
        margin-bottom: 20px; } }
    .contentsInner .noteType1 li {
      text-align: left;
      font-weight: 400;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 170%;
      text-indent: -1em;
      margin: 0 0 0 1em; }
      @media screen and (max-width: 1024px) and (orientation: portrait) {
        .contentsInner .noteType1 li {
          margin-bottom: 10px;
          text-align: left; } }
      @media all and (max-width: 667px) {
        .contentsInner .noteType1 li {
          margin-bottom: 10px;
          text-align: left; } }
  .contentsInner .noteType2 {
    text-align: left;
    font-weight: 400;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 170%;
    text-indent: -1em;
    margin: 20px 0 40px 1em; }
    @media screen and (max-width: 1024px) and (orientation: portrait) {
      .contentsInner .noteType2 {
        margin-bottom: 20px;
        text-align: left; } }
    @media all and (max-width: 667px) {
      .contentsInner .noteType2 {
        margin-bottom: 20px;
        text-align: left; } }
  .contentsInner .txtBoxType1 {
    border: 2px solid #009055;
    padding: 40px;
    margin-bottom: 40px; }
    @media screen and (max-width: 1024px) and (orientation: portrait) {
      .contentsInner .txtBoxType1 {
        margin-bottom: 20px; } }
    @media all and (max-width: 667px) {
      .contentsInner .txtBoxType1 {
        padding: 20px;
        margin-bottom: 20px; } }
  .contentsInner .txtBoxType2 {
    background: #e8f7f1;
    padding: 40px;
    margin-bottom: 40px; }
    @media screen and (max-width: 1024px) and (orientation: portrait) {
      .contentsInner .txtBoxType2 {
        margin-bottom: 20px; } }
    @media all and (max-width: 667px) {
      .contentsInner .txtBoxType2 {
        padding: 20px;
        margin-bottom: 20px; } }
  .contentsInner .txtBoxType3 {
    background: #f1f1f1;
    padding: 40px;
    margin-bottom: 40px; }
    @media screen and (max-width: 1024px) and (orientation: portrait) {
      .contentsInner .txtBoxType3 {
        margin-bottom: 20px; } }
    @media all and (max-width: 667px) {
      .contentsInner .txtBoxType3 {
        padding: 20px;
        margin-bottom: 20px; } }

/* imgType
*****************************************************/
.imgType1 {
  margin-bottom: 40px; }
  @media screen and (max-width: 1024px) and (orientation: portrait) {
    .imgType1 {
      margin-bottom: 20px; } }
  @media all and (max-width: 667px) {
    .imgType1 {
      margin-bottom: 20px; } }
  .imgType1 p {
    width: 100%;
    margin: 0 0 10px 0; }
    .imgType1 p img {
      width: 100%; }

.imgType2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px; }
  @media screen and (max-width: 1024px) and (orientation: portrait) {
    .imgType2 {
      margin-bottom: 20px; } }
  @media all and (max-width: 667px) {
    .imgType2 {
      margin-bottom: 20px; } }
  .imgType2 p {
    width: 49.2%;
    margin: 0 0 20px 0; }
    @media screen and (max-width: 1024px) and (orientation: portrait) {
      .imgType2 p {
        width: 48%;
        margin: 0 0 10px 0; } }
    @media all and (max-width: 667px) {
      .imgType2 p {
        width: 100%; } }
    .imgType2 p img {
      width: 100%; }
    .imgType2 p:nth-child(even) {
      margin-left: 20px; }
      @media all and (max-width: 667px) {
        .imgType2 p:nth-child(even) {
          margin-left: 0; } }

.imgType3 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px; }
  @media screen and (max-width: 1024px) and (orientation: portrait) {
    .imgType3 {
      margin-bottom: 20px; } }
  @media all and (max-width: 667px) {
    .imgType3 {
      margin-bottom: 20px; } }
  .imgType3 p {
    width: 32.2%;
    margin: 0 0 20px 0; }
    @media screen and (max-width: 1024px) and (orientation: portrait) {
      .imgType3 p {
        width: 31%;
        margin: 0 0 10px 0; } }
    @media all and (max-width: 667px) {
      .imgType3 p {
        width: 100%; } }
    .imgType3 p img {
      width: 100%; }
    .imgType3 p:nth-child(even) {
      margin: 0 20px 20px; }
      @media all and (max-width: 667px) {
        .imgType3 p:nth-child(even) {
          margin: 0 0 10px; } }

.imgType4 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px; }
  @media screen and (max-width: 1024px) and (orientation: portrait) {
    .imgType4 {
      margin-bottom: 20px; } }
  @media all and (max-width: 667px) {
    .imgType4 {
      margin-bottom: 20px; } }
  .imgType4 p {
    width: 23.8%;
    margin: 0 0 20px 0; }
    @media screen and (max-width: 1024px) and (orientation: portrait) {
      .imgType4 p {
        width: 22%;
        margin: 0 0 20px 0; } }
    @media all and (max-width: 667px) {
      .imgType4 p {
        width: 47%; } }
    .imgType4 p img {
      width: 100%; }
    .imgType4 p:nth-child(n + 2) {
      margin: 0 0 20px 20px; }
    @media all and (max-width: 667px) {
      .imgType4 p:nth-child(odd) {
        margin: 0 0 10px 0; } }

/* txtAreaType
*****************************************************/
.txtAreaType1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px; }
  @media screen and (max-width: 1024px) and (orientation: portrait) {
    .txtAreaType1 {
      margin-bottom: 20px; } }
  @media all and (max-width: 667px) {
    .txtAreaType1 {
      margin-bottom: 20px; } }
  .txtAreaType1 .txtAreaType1_Inner {
    width: 49%; }
    @media all and (max-width: 667px) {
      .txtAreaType1 .txtAreaType1_Inner {
        width: 100%; } }
    @media all and (max-width: 667px) {
      .txtAreaType1 .txtAreaType1_Inner:last-child {
        margin-top: 10px; } }
    .txtAreaType1 .txtAreaType1_Inner img {
      width: 100%; }

.txtAreaType2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px; }
  @media screen and (max-width: 1024px) and (orientation: portrait) {
    .txtAreaType2 {
      margin-bottom: 20px; } }
  @media all and (max-width: 667px) {
    .txtAreaType2 {
      margin-bottom: 20px; } }
  .txtAreaType2 .txtAreaType2_Inner {
    width: 49%; }
    @media all and (max-width: 667px) {
      .txtAreaType2 .txtAreaType2_Inner {
        width: 100%; } }
    @media all and (max-width: 667px) {
      .txtAreaType2 .txtAreaType2_Inner:first-child {
        margin-top: 10px;
        order: 2; } }
    @media all and (max-width: 667px) {
      .txtAreaType2 .txtAreaType2_Inner:last-child {
        margin-top: 0;
        order: 1; } }
    .txtAreaType2 .txtAreaType2_Inner img {
      width: 100%; }

.txtAreaType3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px; }
  @media screen and (max-width: 1024px) and (orientation: portrait) {
    .txtAreaType3 {
      margin-bottom: 20px; } }
  @media all and (max-width: 667px) {
    .txtAreaType3 {
      margin-bottom: 20px; } }
  .txtAreaType3 .txtAreaType3_Inner {
    width: 49%; }
    @media all and (max-width: 667px) {
      .txtAreaType3 .txtAreaType3_Inner {
        width: 100%; } }
    @media all and (max-width: 667px) {
      .txtAreaType3 .txtAreaType3_Inner:first-child {
        margin-top: 10px;
        order: 2; } }
    @media all and (max-width: 667px) {
      .txtAreaType3 .txtAreaType3_Inner:last-child {
        margin-top: 0;
        order: 1; } }
    .txtAreaType3 .txtAreaType3_Inner img {
      width: 100%; }

/* boxType
*****************************************************/
.boxType1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px; }
  @media screen and (max-width: 1024px) and (orientation: portrait) {
    .boxType1 {
      margin-bottom: 30px; } }
  @media all and (max-width: 667px) {
    .boxType1 {
      margin-bottom: 30px; } }
  .boxType1 .boxType1Inner {
    width: 42.5%;
    background-color: #e8f7f1;
    border-top: #009055 4px solid;
    padding: 0 2.1vw 1.5vw;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 1024px) and (orientation: portrait) {
      .boxType1 .boxType1Inner {
        width: 44.5%; } }
    @media all and (max-width: 667px) {
      .boxType1 .boxType1Inner {
        width: 100%;
        margin-top: 20px; } }
    @media all and (max-width: 667px) {
      .boxType1 .boxType1Inner:first-child {
        margin-top: 0; } }
    .boxType1 .boxType1Inner p.triangle {
      width: 160px;
      height: 50px;
      font-size: 16px;
      font-size: 1.6rem;
      font-family: 'Roboto', sans-serif;
      font-style: italic;
      font-weight: bold;
      text-align: center;
      color: #FFF;
      margin: 0 auto;
      padding: 10px 0 0 0;
      background: linear-gradient(to bottom left, #009055 50%, transparent 50%) top left/50% 100% no-repeat, linear-gradient(to bottom right, #009055 50%, transparent 50%) top right/50% 100% no-repeat; }
      .boxType1 .boxType1Inner p.triangle span {
        font-size: 30px;
        font-size: 3rem; }
        @media all and (max-width: 667px) {
          .boxType1 .boxType1Inner p.triangle span {
            font-size: 24px;
            font-size: 2.4rem; } }
    .boxType1 .boxType1Inner p.catchtxt {
      text-align: center;
      line-height: 260%;
      margin-bottom: 20px;
      /* IE表示用のCSS　*/ }
      @media all and (-ms-high-contrast: none) {
        .boxType1 .boxType1Inner p.catchtxt {
          line-height: 330%; } }
      @media all and (max-width: 667px) {
        .boxType1 .boxType1Inner p.catchtxt {
          margin-bottom: 10px; } }
      .boxType1 .boxType1Inner p.catchtxt span {
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: bold;
        background: linear-gradient(transparent 90%, #FEE103 90%); }
        @media all and (max-width: 667px) {
          .boxType1 .boxType1Inner p.catchtxt span {
            font-size: 18px;
            font-size: 1.8rem; } }

.boxType1_2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px; }
  @media screen and (max-width: 1024px) and (orientation: portrait) {
    .boxType1_2 {
      margin-bottom: 20px; } }
  @media all and (max-width: 667px) {
    .boxType1_2 {
      margin-bottom: 20px; } }
  .boxType1_2 .boxType1_2Inner {
    width: 26%;
    background-color: #e8f7f1;
    border-top: #009055 4px solid;
    padding: 0 2.1vw 2.1vw;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 1024px) and (orientation: portrait) {
      .boxType1_2 .boxType1_2Inner {
        width: 100%;
        margin-top: 20px; } }
    @media all and (max-width: 667px) {
      .boxType1_2 .boxType1_2Inner {
        width: 100%;
        margin-top: 20px;
        padding: 0 20px 20px; } }
    @media screen and (max-width: 1024px) and (orientation: portrait) {
      .boxType1_2 .boxType1_2Inner:first-child {
        margin-top: 0; } }
    @media all and (max-width: 667px) {
      .boxType1_2 .boxType1_2Inner:first-child {
        margin-top: 0; } }
    .boxType1_2 .boxType1_2Inner p.triangle {
      width: 160px;
      height: 50px;
      font-size: 16px;
      font-size: 1.6rem;
      font-family: 'Roboto', sans-serif;
      font-style: italic;
      font-weight: bold;
      text-align: center;
      color: #FFF;
      margin: 0 auto;
      padding: 10px 0 0 0;
      background: linear-gradient(to bottom left, #009055 50%, transparent 50%) top left/50% 100% no-repeat, linear-gradient(to bottom right, #009055 50%, transparent 50%) top right/50% 100% no-repeat; }
      .boxType1_2 .boxType1_2Inner p.triangle span {
        font-size: 30px;
        font-size: 3rem; }
        @media all and (max-width: 667px) {
          .boxType1_2 .boxType1_2Inner p.triangle span {
            font-size: 24px;
            font-size: 2.4rem; } }
    .boxType1_2 .boxType1_2Inner p.catchtxt {
      text-align: center;
      line-height: 260%;
      margin-bottom: 20px;
      /* IE表示用のCSS　*/ }
      @media all and (-ms-high-contrast: none) {
        .boxType1_2 .boxType1_2Inner p.catchtxt {
          line-height: 330%; } }
      @media all and (max-width: 667px) {
        .boxType1_2 .boxType1_2Inner p.catchtxt {
          margin-bottom: 10px; } }
      .boxType1_2 .boxType1_2Inner p.catchtxt span {
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: bold;
        background: linear-gradient(transparent 90%, #FEE103 90%); }
        @media all and (max-width: 667px) {
          .boxType1_2 .boxType1_2Inner p.catchtxt span {
            font-size: 18px;
            font-size: 1.8rem; } }

.boxType2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px; }
  @media screen and (max-width: 1024px) and (orientation: portrait) {
    .boxType2 {
      margin-bottom: 20px; } }
  @media all and (max-width: 667px) {
    .boxType2 {
      margin-bottom: 20px; } }
  .boxType2 .boxType2Inner {
    width: 42.5%;
    background-color: white;
    border-top: #009055 4px solid;
    padding: 2.1vw; }
    @media screen and (max-width: 1024px) and (orientation: portrait) {
      .boxType2 .boxType2Inner {
        width: 44.5%; } }
    @media all and (max-width: 667px) {
      .boxType2 .boxType2Inner {
        width: 100%;
        margin-top: 20px; } }
    @media all and (max-width: 667px) {
      .boxType2 .boxType2Inner:first-child {
        margin-top: 0; } }

.boxType3 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px; }
  @media screen and (max-width: 1024px) and (orientation: portrait) {
    .boxType3 {
      margin-bottom: 20px; } }
  @media all and (max-width: 667px) {
    .boxType3 {
      margin-bottom: 20px; } }
  .boxType3 .boxType3Inner {
    width: 25.4%;
    background-color: white;
    border-top: #009055 4px solid;
    padding: 2.1vw;
    margin-right: 30px; }
    .boxType3 .boxType3Inner:nth-child(3n) {
      margin-right: 0; }
    .boxType3 .boxType3Inner:last-child {
      margin-right: 0; }
    @media all and (max-width: 667px) {
      .boxType3 .boxType3Inner {
        width: 100%;
        margin-top: 20px;
        margin-right: 0; } }
    @media all and (max-width: 667px) {
      .boxType3 .boxType3Inner:first-child {
        margin-top: 0; } }

.accordionArea {
  margin-bottom: 40px; }
  @media screen and (max-width: 1024px) and (orientation: portrait) {
    .accordionArea {
      margin-bottom: 20px; } }
  @media all and (max-width: 667px) {
    .accordionArea {
      margin-bottom: 20px; } }
  .accordionArea li .acTitleArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 2px 0 0;
    cursor: pointer;
    position: relative;
    background: #e8f7f1; }
    .accordionArea li .acTitleArea p {
      display: flex;
      align-items: center;
      padding: 20px 40px 20px 30px;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: bold; }
      @media all and (max-width: 667px) {
        .accordionArea li .acTitleArea p {
          padding: 10px 30px 10px 10px; } }
    .accordionArea li .acTitleArea::after {
      content: '';
      display: block;
      width: 15px;
      height: 2px;
      border-radius: 5px;
      background: #009055;
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      background: #009055;
      /* 横棒を縦 90℃回転 */
      transform: translateY(-50%) rotate(90deg);
      /* +→-アニメーション */
      transition: 0.5s; }
    .accordionArea li .acTitleArea::before {
      content: '';
      display: block;
      width: 15px;
      height: 2px;
      border-radius: 5px;
      background: #009055;
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%); }
    .accordionArea li .acTitleArea.accOn::after {
      transform: rotate(0);
      transition: 0.5s; }
  .accordionArea li .acDetailsArea {
    display: none;
    padding: 40px;
    background: #FFF; }
    @media all and (max-width: 667px) {
      .accordionArea li .acDetailsArea {
        padding: 20px; } }

/* tableType1
*****************************************************/
.tableType1 {
  margin-bottom: 40px;
  white-space: nowrap;
  overflow: auto; }
  @media screen and (max-width: 1024px) and (orientation: portrait) {
    .tableType1 {
      margin-bottom: 20px; } }
  @media all and (max-width: 667px) {
    .tableType1 {
      padding: 0 0 10px 0;
      margin-bottom: 20px; } }
  .tableType1 table {
    width: 100%;
    border-collapse: collapse; }
    .tableType1 table tr th {
      font-size: 18px;
      font-size: 1.8rem;
      text-align: center;
      font-weight: normal;
      color: #000000;
      background-color: #f5f5f5;
      padding: 2em;
      border: 1px solid #ddd;
      vertical-align: middle; }
      @media screen and (max-width: 1024px) and (orientation: portrait) {
        .tableType1 table tr th {
          font-size: 16px;
          font-size: 1.6rem;
          padding: 1.5em !important; } }
      @media all and (max-width: 667px) {
        .tableType1 table tr th {
          font-size: 16px;
          font-size: 1.6rem;
          padding: 1em; } }
    .tableType1 table tr td {
      font-size: 16px;
      font-size: 1.6rem;
      text-align: center;
      font-weight: normal;
      background-color: #fff;
      padding: 2em;
      border: 1px solid #ddd;
      vertical-align: middle; }
      @media screen and (max-width: 1024px) and (orientation: portrait) {
        .tableType1 table tr td {
          font-size: 16px;
          font-size: 1.6rem;
          padding: 1.5em; } }
      @media all and (max-width: 667px) {
        .tableType1 table tr td {
          font-size: 14px;
          font-size: 1.4rem;
          padding: 1em; } }

/* 関連リンク
*****************************************************/
.relationLink {
  background: white;
  padding: 60px 0;
  margin-bottom: 60px; }
  @media all and (max-width: 667px) {
    .relationLink {
      padding: 30px 0; } }
  .relationLink .titleType4 {
    font-style: italic;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-size: 2.8rem; }
    .relationLink .titleType4 span {
      font-size: 16px;
      font-size: 1.6rem;
      margin-left: 20px; }
