@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Barlow:wght@200;400&family=Gilda+Display&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;500&display=swap");
/*
font-family: $font-gothic;
300 400 500 700
*/
/*
font-family: $font-min;
300 400 500 600 700
*/
/*
.gilda-display-regular {
  font-family: "Gilda Display", serif;
  font-weight: 400;
  font-style: normal;
}
*/
/*
font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: normal;
*/
/*@include font-gothic();*/
/*@include font-min();*/
/*@include font-en();*/
/*
$c_primary:#1C4B96;
*/
/*@include incImg100();*/
/*@include incSmooth();*/
/*@include dropshadow;*/
/*@include boxshadow;*/
/*@include fs();*/
/*@include btm();*/
/*-- Anchor Setting --
	.anchorPoint:before {
    content: "";
    display: block;
    height: 120px;
    margin-top: -120px;
    visibility: hidden;
}
@media only screen and (max-width: $break-sp) {
	.anchorPoint:before {
    height: 90px;
    margin-top: -90px;
}
}
*/
/*-- HEAD --*/
.head01 {
  display: block;
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 2;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  padding-left: 40px;
  position: relative; }
  @media only screen and (max-width: 960px) {
    .head01 {
      font-size: 23px;
      font-size: 2.3rem; } }
  .head01:before {
    background: #2FA1D8;
    border-radius: 100%;
    content: '';
    display: inline-block;
    line-height: 1;
    height: 11px;
    width: 11px;
    position: absolute;
    top: 22px;
    left: 4px; }

.head02 {
  background: #2ea2d9;
  background: linear-gradient(90deg, #2ea2d9 0%, #043496 100%);
  border-radius: 6px;
  color: #FFF;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
  padding: 20px 36px 20px 60px;
  position: relative; }
  @media only screen and (max-width: 960px) {
    .head02 {
      font-size: 15px;
      font-size: 1.5rem; } }
  .head02:before {
    background: #FFF;
    content: '';
    display: inline-block;
    height: 1px;
    width: 30px;
    position: absolute;
    top: 50%;
    left: 0; }

.head03 {
  border-bottom: 3px solid #D4D5D6;
  margin-bottom: 24px; }
  .head03 span {
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    font-weight: 600;
    letter-spacing: 0.1em;
    padding: 0 0 20px 0;
    position: relative; }
    @media only screen and (max-width: 960px) {
      .head03 span {
        font-size: 14px;
        font-size: 1.4rem; } }
    .head03 span:before {
      background: #1F61A5;
      content: '';
      display: inline-block;
      height: 3px;
      width: 72px;
      position: absolute;
      bottom: -3px;
      left: 0; }

.head04 {
  color: #1F61A5;
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 2;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-bottom: 16px; }
  @media only screen and (max-width: 960px) {
    .head04 {
      font-size: 19px;
      font-size: 1.9rem; } }

.head05 {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-bottom: 12px; }
  @media only screen and (max-width: 960px) {
    .head05 {
      font-size: 15px;
      font-size: 1.5rem; } }

.head06 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-bottom: 8px; }
  @media only screen and (max-width: 960px) {
    .head06 {
      font-size: 14px;
      font-size: 1.4rem; } }

.head07 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 2;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-bottom: 8px; }
  @media only screen and (max-width: 960px) {
    .head07 {
      font-size: 22px;
      font-size: 2.2rem; } }

.head08 {
  color: #000;
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 12px; }
  @media only screen and (max-width: 960px) {
    .head08 {
      font-size: 17px;
      font-size: 1.7rem; } }

@media only screen and (max-width: 960px) {
  .head01 {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.04em;
    margin-bottom: 28px;
    padding-left: 32px; }
    .head01:before {
      height: 9px;
      width: 9px;
      top: 14px; }

  .head02 {
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 1.6;
    margin-bottom: 20px;
    padding: 16px 36px 16px 32px;
    position: relative; }
    .head02:before {
      width: 20px;
      top: 32px;
      left: 0; }

  .head03 {
    margin-bottom: 20px; }
    .head03 span {
      font-size: 16px;
      line-height: 1.6;
      letter-spacing: 0.04em;
      padding: 0 0 10px 0; }
      .head03 span:before {
        width: 60px; }

  .head04 {
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0.04em;
    margin-bottom: 12px; }

  .head05 {
    font-size: 16px;
    letter-spacing: 0.04em;
    margin-bottom: 8px; }

  .head06 {
    letter-spacing: 0.04em;
    margin-bottom: 8px; }

  .head07 {
    font-size: 21px;
    line-height: 1.6;
    letter-spacing: 0.04em; }

  .head08 {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.04em;
    margin-bottom: 8px; } }
/*-- TABLE --*/
.cmnTbl01 table {
  border-collapse: collapse;
  width: 100%; }
  .cmnTbl01 table tr {
    border-bottom: 1px solid #CCC; }
  .cmnTbl01 table th,
  .cmnTbl01 table td {
    vertical-align: top;
    padding: 24px 0;
    text-align: left; }
  .cmnTbl01 table th {
    color: #1F61A5;
    font-weight: 600;
    padding-right: 20px; }
  .cmnTbl01 table td {
    font-weight: normal; }
.cmnTbl01.sizeS table th,
.cmnTbl01.sizeS table td {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  line-height: 1.6;
  padding: 10px 15px; }
  @media only screen and (max-width: 960px) {
    .cmnTbl01.sizeS table th,
    .cmnTbl01.sizeS table td {
      font-size: 10px;
      font-size: 1rem; } }

.cmnTbl02 table {
  border-collapse: collapse;
  border: 1px solid #B1C1D4;
  border-top: none;
  width: 100%; }
  .cmnTbl02 table tr {
    border-top: 1px solid #B1C1D4; }
  .cmnTbl02 table th,
  .cmnTbl02 table td {
    font-weight: 500;
    padding: 20px;
    text-align: left; }
  .cmnTbl02 table th {
    background: #CED7E6;
    text-align: center; }
  .cmnTbl02 table td {
    font-weight: normal; }
.cmnTbl02.sizeS table th,
.cmnTbl02.sizeS table td {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  line-height: 1.6;
  padding: 10px 15px; }
  @media only screen and (max-width: 960px) {
    .cmnTbl02.sizeS table th,
    .cmnTbl02.sizeS table td {
      font-size: 10px;
      font-size: 1rem; } }

.cmnTbl03 table {
  border-spacing: 0 10px;
  border-collapse: separate;
  border-top: none;
  width: 100%; }
  .cmnTbl03 table tr {
    border-top: 1px solid #B1C1D4; }
  .cmnTbl03 table th,
  .cmnTbl03 table td {
    font-weight: 500;
    padding: 20px;
    text-align: left; }
  .cmnTbl03 table th {
    background: #2ea2d9;
    background: linear-gradient(90deg, #2ea2d9 0%, #043496 100%);
    border-radius: 6px;
    color: #FFF;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.06em;
    margin-right: 10px; }
    @media only screen and (max-width: 960px) {
      .cmnTbl03 table th {
        font-size: 14px;
        font-size: 1.4rem; } }
  .cmnTbl03 table td {
    font-weight: normal; }
.cmnTbl03.sizeS table th,
.cmnTbl03.sizeS table td {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  line-height: 1.6;
  padding: 10px 15px; }
  @media only screen and (max-width: 960px) {
    .cmnTbl03.sizeS table th,
    .cmnTbl03.sizeS table td {
      font-size: 10px;
      font-size: 1rem; } }

.cmnTbl04 table {
  border-collapse: collapse;
  border: none;
  width: 100%;
  border-spacing: 0 6px;
  border-collapse: separate; }
  .cmnTbl04 table th,
  .cmnTbl04 table td {
    background: #FFF;
    font-weight: 500;
    padding: 20px;
    text-align: left; }
  .cmnTbl04 table th {
    background: #1F6CAD;
    color: #FFF;
    text-align: center; }
  .cmnTbl04 table td {
    font-weight: normal; }
.cmnTbl04.sizeM table th,
.cmnTbl04.sizeM table td {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  line-height: 1.6;
  padding: 12px; }
  @media only screen and (max-width: 960px) {
    .cmnTbl04.sizeM table th,
    .cmnTbl04.sizeM table td {
      font-size: 12px;
      font-size: 1.2rem; } }
.cmnTbl04.sizeS table th,
.cmnTbl04.sizeS table td {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  line-height: 1.6;
  padding: 10px 15px; }
  @media only screen and (max-width: 960px) {
    .cmnTbl04.sizeS table th,
    .cmnTbl04.sizeS table td {
      font-size: 10px;
      font-size: 1rem; } }
.cmnTbl04.center table th,
.cmnTbl04.center table td {
  text-align: center; }

@media only screen and (max-width: 960px) {
  .cmnTbl01 table th,
  .cmnTbl01 table td {
    padding: 12px;
    vertical-align: top; }
  .cmnTbl01 table th {
    width: 30%; }

  .cmnTbl02 table th,
  .cmnTbl02 table td {
    padding: 12px;
    vertical-align: top;
    text-align: left; }
  .cmnTbl02 table th {
    width: 30%; }

  .cmnTbl03 table th,
  .cmnTbl03 table td {
    padding: 12px;
    vertical-align: top;
    text-align: left; }
  .cmnTbl03 table th {
    width: 30%; }

  .cmnTbl04 table th,
  .cmnTbl04 table td {
    padding: 12px;
    vertical-align: top;
    text-align: left; }
  .cmnTbl04 table th {
    width: 30%; }

  .responsiveTbl.cmnTbl01 table tr,
  .responsiveTbl.cmnTbl01 table th,
  .responsiveTbl.cmnTbl01 table td {
    display: block;
    width: 100%; }
  .responsiveTbl.cmnTbl01 table th {
    font-weight: 600;
    padding: 12px 12px 6px; }
  .responsiveTbl.cmnTbl01 table td {
    padding: 0 12px 12px; }
  .responsiveTbl.cmnTbl02 table tr,
  .responsiveTbl.cmnTbl02 table th,
  .responsiveTbl.cmnTbl02 table td {
    display: block;
    width: 100%; }
  .responsiveTbl.cmnTbl02 table th {
    font-weight: 600;
    padding: 12px; }
  .responsiveTbl.cmnTbl02 table td {
    padding: 12px 12px 20px; }
  .responsiveTbl.cmnTbl03 table tr,
  .responsiveTbl.cmnTbl03 table th,
  .responsiveTbl.cmnTbl03 table td {
    display: block;
    width: 100%; }
  .responsiveTbl.cmnTbl03 table th {
    border-radius: 4px;
    font-weight: 600;
    padding: 12px 16px; }
  .responsiveTbl.cmnTbl03 table td {
    padding: 12px 0 32px; }
  .responsiveTbl.cmnTbl04 table tr,
  .responsiveTbl.cmnTbl04 table th,
  .responsiveTbl.cmnTbl04 table td {
    display: block;
    width: 100%; }
  .responsiveTbl.cmnTbl04 table th {
    font-weight: 600;
    padding: 12px; }
  .responsiveTbl.cmnTbl04 table td {
    padding: 12px 12px 20px; }

  .scrollTbl {
    width: 100%;
    overflow-x: auto; }
    .scrollTbl table {
      width: 900px; } }
/*-- BUTTON --*/
.basicBtn {
  display: flex;
  flex-wrap: wrap; }
  .basicBtn li {
    margin: 0 6px 12px 6px; }
    .basicBtn li a {
      background: #FFF;
      border: 1px solid #CCC;
      border-radius: 50px;
      color: #444;
      display: block;
      font-family: "Shippori Mincho", serif;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 2;
      font-weight: 600;
      letter-spacing: -0.02em;
      line-height: 1.5;
      padding: 20px 70px 20px 40px;
      position: relative;
      text-decoration: none;
      transition: 0.2s; }
      @media only screen and (max-width: 960px) {
        .basicBtn li a {
          font-size: 13px;
          font-size: 1.3rem; } }
      .basicBtn li a:after {
        font-family: "Font Awesome 6 Free";
        content: "\f061";
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 2;
        font-weight: 900;
        display: inline-block;
        position: absolute;
        top: calc(50% - 14px);
        right: 28px;
        z-index: 2;
        transition: 0.2s; }
        @media only screen and (max-width: 960px) {
          .basicBtn li a:after {
            font-size: 12px;
            font-size: 1.2rem; } }
      .basicBtn li a:hover {
        color: #1F61A5; }
    .basicBtn li.noLink > span {
      border: 1px solid #CCC;
      border-radius: 5px;
      color: #444;
      display: block;
      line-height: 1.5;
      padding: 12px 30px 12px 30px;
      position: relative;
      text-decoration: none; }
    .basicBtn li.color02 a {
      background: #F6F6F6;
      border-color: #DDD;
      color: #444; }
      .basicBtn li.color02 a:hover {
        border-color: #1F61A5;
        color: #1F61A5; }
    .basicBtn li.color03 a {
      border-color: #1F61A5;
      color: #1F61A5; }
      .basicBtn li.color03 a:hover {
        background: #1F61A5;
        color: #FFF; }
    .basicBtn li.color04 a {
      background: #1F61A5;
      color: #FFF; }
      .basicBtn li.color04 a:hover {
        background: #FFF;
        color: #1F61A5; }
    .basicBtn li.color05 a {
      background: #1e3c73;
      background: linear-gradient(118deg, #1e3c73 0%, #295298 100%);
      color: #FFF; }
      .basicBtn li.color05 a:hover {
        background: #1e3c73;
        background: linear-gradient(118deg, #1e3c73 0%, #295298 100%);
        color: #FFF;
        opacity: 0.7; }
    .basicBtn li.blank a {
      padding-right: 52px; }
      .basicBtn li.blank a:after {
        border: none;
        background: url("/assets/img/common/icon_blank.png") center center no-repeat;
        background-size: 13px auto;
        top: 50%;
        right: 20px;
        margin-top: -7px;
        width: 13px;
        height: 13px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    .basicBtn li.download a {
      padding-right: 50px; }
      .basicBtn li.download a:after {
        border: none;
        background: url("/assets/img/common/icon_dl.png") center center no-repeat;
        background-size: 13px auto;
        top: 50%;
        right: 20px;
        margin-top: -8px;
        width: 13px;
        height: 15px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    .basicBtn li.anchor a:after {
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg); }
  .basicBtn.flexCenter {
    justify-content: center; }
  .basicBtn.flexRight {
    justify-content: flex-end; }
  .basicBtn.clm4 li {
    width: calc((100% - 36px) / 4); }
    .basicBtn.clm4 li:nth-child(4n) {
      margin-right: 0; }
    .basicBtn.clm4 li a {
      display: flex;
      align-items: center;
      height: 100%; }
  .basicBtn.clm3 li {
    width: calc((100% - 24px) / 3); }
    .basicBtn.clm3 li:nth-child(3n) {
      margin-right: 0; }
    .basicBtn.clm3 li a {
      display: flex;
      align-items: center;
      height: 100%; }
  .basicBtn.clm2 {
    justify-content: space-between; }
    .basicBtn.clm2 li {
      margin-right: 0;
      width: calc((100% - 16px) / 2); }
      .basicBtn.clm2 li a {
        display: flex;
        align-items: center;
        height: 100%; }
  .basicBtn.sizeS a,
  .basicBtn .sizeS a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    padding: 6px 34px 6px 20px; }
    @media only screen and (max-width: 960px) {
      .basicBtn.sizeS a,
      .basicBtn .sizeS a {
        font-size: 12px;
        font-size: 1.2rem; } }
  .basicBtn.sizeL a,
  .basicBtn .sizeL a {
    font-size: 20px;
    font-size: 2rem;
    line-height: 2;
    padding: 16px 40px 16px 30px; }
    @media only screen and (max-width: 960px) {
      .basicBtn.sizeL a,
      .basicBtn .sizeL a {
        font-size: 17px;
        font-size: 1.7rem; } }
  .basicBtn.sizeXL a,
  .basicBtn .sizeXL a {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 2;
    line-height: 1.8;
    padding: 20px 40px 20px 30px; }
    @media only screen and (max-width: 960px) {
      .basicBtn.sizeXL a,
      .basicBtn .sizeXL a {
        font-size: 20px;
        font-size: 2rem; } }
  .basicBtn.bold a,
  .basicBtn .bold a {
    font-weight: 600; }
  .basicBtn.textCenter a,
  .basicBtn .textCenter a {
    display: flex;
    justify-content: center; }

.cmnBtn {
  display: flex;
  flex-wrap: wrap; }
  .cmnBtn li {
    margin: 0 12px 12px 0; }
    .cmnBtn li a {
      background: #FFF;
      border: 1px solid #CCC;
      border-radius: 50px;
      color: #444;
      display: block;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 2;
      font-weight: 500;
      letter-spacing: 0.06em;
      line-height: 1.5;
      padding: 24px 40px 24px 30px;
      position: relative;
      text-decoration: none;
      transition: 0.2s;
      /*
&:after {
  font-family: "Font Awesome 6 Free";
  content: "\f061";
@include fs(14);
  font-weight: 900;
  display: inline-block;
  position: absolute;
  top: calc(50% - 14px);
  right: 24px;
		z-index: 2;
  transition: 0.2s;
}		
*/ }
      @media only screen and (max-width: 960px) {
        .cmnBtn li a {
          font-size: 15px;
          font-size: 1.5rem; } }
      .cmnBtn li a:hover {
        color: #1F61A5;
        border: 1px solid #1F61A5; }
    .cmnBtn li.noLink > span {
      border: 1px solid #CCC;
      border-radius: 5px;
      color: #444;
      display: block;
      line-height: 1.5;
      padding: 12px 30px 12px 30px;
      position: relative;
      text-decoration: none; }
    .cmnBtn li.color02 a {
      border-color: #1F61A5;
      color: #1F61A5; }
      .cmnBtn li.color02 a:hover {
        background: #1F61A5;
        color: #FFF; }
    .cmnBtn li.color03 a {
      background: #D9E0EB;
      border-color: #D9E0EB;
      color: #1F61A5; }
      .cmnBtn li.color03 a:hover {
        border-color: #1F61A5;
        color: #1F61A5; }
    .cmnBtn li.color04 a {
        /*
background: $c_primary;
*/
      background: #1F61A5;
      color: #FFF; }
      .cmnBtn li.color04 a:hover {
        background: #FFF;
          /*
color: $c_primary;
*/
        color: #1F61A5; }
    .cmnBtn li.blank a {
      padding-right: 52px; }
      .cmnBtn li.blank a:after {
        border: none;
        background: url("/assets/img/common/icon_blank.png") center center no-repeat;
        background-size: 13px auto;
        top: 50%;
        right: 20px;
        margin-top: -7px;
        width: 13px;
        height: 13px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    .cmnBtn li.download a {
      padding-right: 50px; }
      .cmnBtn li.download a:after {
        border: none;
        background: url("/assets/img/common/icon_dl.png") center center no-repeat;
        background-size: 13px auto;
        top: 50%;
        right: 20px;
        margin-top: -8px;
        width: 13px;
        height: 15px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    .cmnBtn li.anchor a:after {
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg); }
  .cmnBtn.flexCenter {
    justify-content: center; }
  .cmnBtn.flexRight {
    justify-content: flex-end; }
  .cmnBtn.clm4 li {
    width: calc((100% - 36px) / 4); }
    .cmnBtn.clm4 li:nth-child(4n) {
      margin-right: 0; }
    .cmnBtn.clm4 li a {
      display: flex;
      align-items: center;
      height: 100%; }
  .cmnBtn.clm3 li {
    width: calc((100% - 24px) / 3); }
    .cmnBtn.clm3 li:nth-child(3n) {
      margin-right: 0; }
    .cmnBtn.clm3 li a {
      display: flex;
      align-items: center;
      height: 100%; }
  .cmnBtn.clm2 {
    justify-content: space-between; }
    .cmnBtn.clm2 li {
      margin-right: 0;
      width: calc((100% - 16px) / 2); }
      .cmnBtn.clm2 li a {
        display: flex;
        align-items: center;
        height: 100%; }
  .cmnBtn.sizeS a,
  .cmnBtn .sizeS a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    padding: 6px 20px 6px 20px; }
    @media only screen and (max-width: 960px) {
      .cmnBtn.sizeS a,
      .cmnBtn .sizeS a {
        font-size: 12px;
        font-size: 1.2rem; } }
  .cmnBtn.sizeL a,
  .cmnBtn .sizeL a {
    font-size: 20px;
    font-size: 2rem;
    line-height: 2;
    padding: 16px 30px 16px 30px; }
    @media only screen and (max-width: 960px) {
      .cmnBtn.sizeL a,
      .cmnBtn .sizeL a {
        font-size: 17px;
        font-size: 1.7rem; } }
  .cmnBtn.sizeXL a,
  .cmnBtn .sizeXL a {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 2;
    line-height: 1.8;
    padding: 20px 30px 20px 30px; }
    @media only screen and (max-width: 960px) {
      .cmnBtn.sizeXL a,
      .cmnBtn .sizeXL a {
        font-size: 20px;
        font-size: 2rem; } }
  .cmnBtn.bold a,
  .cmnBtn .bold a {
    font-weight: 600; }
  .cmnBtn.textCenter a,
  .cmnBtn .textCenter a {
    display: flex;
    justify-content: center; }
  .cmnBtn.mediumBtn {
    min-width: 300px; }
    .cmnBtn.mediumBtn li {
      min-width: 300px; }
    .cmnBtn.mediumBtn a {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 2;
      letter-spacing: 0.06em;
      line-height: 1.5;
      padding: 18px 20px 20px 20px; }
      @media only screen and (max-width: 960px) {
        .cmnBtn.mediumBtn a {
          font-size: 14px;
          font-size: 1.4rem; } }

.linkList li a {
  padding: 14px 0 10px;
  margin: 5px 0 5px;
  text-decoration: none;
  transition: 0.5s; }
  .linkList li a .title {
    line-height: 1.7;
    margin-top: -4px;
    transition: 0.3s;
    width: calc(100% - 8em); }
    .linkList li a .title .pdf {
      color: #9FA0A0;
      font-family: "Gilda Display", serif;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 2; }
      @media only screen and (max-width: 960px) {
        .linkList li a .title .pdf {
          font-size: 13px;
          font-size: 1.3rem; } }
      .linkList li a .title .pdf:before {
        background: url("../img/common/icon_pdf.svg") center center no-repeat;
        background-size: 18px 20px;
        content: '';
        display: inline-block;
        margin: 0 10px;
        vertical-align: middle;
        height: 20px;
        width: 18px; }
    .linkList li a .title .newWin:before {
      background: url("../img/common/icon_newwin.png") center center no-repeat;
      background-size: 18px 18px;
      content: '';
      display: inline-block;
      margin: 0 10px;
      vertical-align: -3px;
      height: 18px;
      width: 18px; }
  .linkList li a:hover {
    background: rgba(255, 255, 255, 0); }
    .linkList li a:hover .date,
    .linkList li a:hover .title {
      color: #1F61A5; }

.textLink {
  color: #1F61A5;
  font-weight: 500;
  transition: 0.2s; }
  .textLink:hover {
    color: #1F61A5; }

@media only screen and (max-width: 960px) {
  .cmnBtn li {
    margin: 0 0 12px 0; }
    .cmnBtn li a {
      line-height: 1.5;
      padding: 16px 40px 16px 30px; }
      .cmnBtn li a:after {
        right: 16px;
        top: calc(50% - 12px); }
    .cmnBtn li.noLink > span {
      line-height: 1.4;
      padding: 8px 30px 8px 20px; }
    .cmnBtn li.blank a {
      padding-right: 42px; }
      .cmnBtn li.blank a:after {
        right: 12px; }
    .cmnBtn li.download a {
      padding-right: 40px; }
      .cmnBtn li.download a:after {
        right: 12px; }
  .cmnBtn.spFlexLeft {
    justify-content: flex-start; }
  .cmnBtn.spFlexCenter {
    justify-content: center; }
  .cmnBtn.spFlexRight {
    justify-content: flex-end; }
  .cmnBtn.clm4 li {
    width: calc((100% - 24px) / 4); }
  .cmnBtn.clm3 li {
    width: calc((100% - 16px) / 3); }
  .cmnBtn.clm2 li {
    width: calc((100% - 8px) / 2); }
  .cmnBtn.spClm4 li {
    width: calc((100% - 24px) / 4); }
    .cmnBtn.spClm4 li:nth-child(4n) {
      margin-right: 0; }
    .cmnBtn.spClm4 li a {
      display: flex;
      align-items: center;
      height: 100%; }
  .cmnBtn.spClm3 li {
    width: calc((100% - 16px) / 3); }
    .cmnBtn.spClm3 li:nth-child(3n) {
      margin-right: 0; }
    .cmnBtn.spClm3 li a {
      display: flex;
      align-items: center;
      height: 100%; }
  .cmnBtn.spClm2 {
    justify-content: space-between; }
    .cmnBtn.spClm2 li {
      margin-right: 0;
      width: calc((100% - 8px) / 2); }
      .cmnBtn.spClm2 li a {
        display: flex;
        align-items: center;
        height: 100%; }
  .cmnBtn.spClm1 li {
    margin-right: 0;
    width: 100%; }
  .cmnBtn.sizeS a,
  .cmnBtn .sizeS a {
    font-size: 11px;
    font-size: 1.1rem;
    padding: 6px 24px 6px 10px; }
  .cmnBtn.sizeL a,
  .cmnBtn .sizeL a {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 12px 30px 12px 20px; }
  .cmnBtn.sizeXL a,
  .cmnBtn .sizeXL a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 16px 30px 16px 20px; }

  .linkList li a {
    text-decoration: underline;
    padding: 10px 0 6px;
    margin: 5px 0 5px; }
    .linkList li a .title {
      font-size: 13px; }
      .linkList li a .title .pdf {
        font-size: 12px; }
        .linkList li a .title .pdf:before {
          background: url("../img/common/icon_pdf.svg") center center no-repeat;
          background-size: 16px 18px;
          content: '';
          display: inline-block;
          margin: 0 7px;
          vertical-align: middle;
          height: 18px;
          width: 16px; }
      .linkList li a .title .newWin:before {
        background: url("../img/common/icon_newwin.png") center center no-repeat;
        background-size: 15px 15px;
        content: '';
        display: inline-block;
        margin: 0 7px;
        vertical-align: -3px;
        height: 15px;
        width: 15px; }
    .linkList li a:hover {
      background: rgba(255, 255, 255, 0); }
      .linkList li a:hover .date,
      .linkList li a:hover .title {
        color: #1F61A5; } }
/*-- LIST --*/
.indList li {
  line-height: 1.8;
  margin-top: 4px;
  text-indent: -1em;
  padding-left: 1em; }
.indList.sizeS li {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  line-height: 1.8;
  margin-top: 5px; }
  @media only screen and (max-width: 960px) {
    .indList.sizeS li {
      font-size: 10px;
      font-size: 1rem; } }

.circleList li {
  line-height: 1.8;
  margin-top: 7px;
  padding-left: 18px;
  position: relative; }
  .circleList li:before {
    color: #1E61A4;
    content: '●';
    display: inline-block;
    font-size: 10px;
    font-size: 1rem;
    line-height: 2;
    line-height: 1;
    position: absolute;
    top: 10px;
    left: 0; }
    @media only screen and (max-width: 960px) {
      .circleList li:before {
        font-size: 10px;
        font-size: 1rem; } }

/*
.numList {
padding-left: 1.3em;
li {
list-style: decimal;
line-height: 1.8;
margin-top: 7px;
}
}
*/
@media only screen and (max-width: 960px) {
  .circleList li {
    line-height: 1.5;
    padding-left: 15px; }
    .circleList li:before {
      font-size: 7px;
      left: 0px;
      top: 6px; } }
/*-- OTHER --*/
.cmnFlex {
  display: flex;
  justify-content: space-between; }
  .cmnFlex.reverse {
    flex-direction: row-reverse; }
  .cmnFlex.aiCenter {
    align-items: center; }

.cmnBox {
  background: #FFF;
  border-radius: 8px;
  padding: 50px; }
  .cmnBox.cGray {
    background: #E9ECF0; }
  .cmnBox.cPrimary {
    border: 3px solid #2070B0; }
  .cmnBox.cLBdr {
    border-radius: 4px;
    overflow: hidden;
    padding: 40px 50px;
    position: relative; }
    .cmnBox.cLBdr:after {
      border-left: 6px solid;
      border-image: linear-gradient(#2fa1d8, #053597) 1;
      content: '';
      height: 100%;
      width: 6px;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0; }
  .cmnBox.kadomaru {
    border-radius: 10px; }
  .cmnBox.cmnBoxMini {
    margin: 0 auto;
    max-width: 1000px;
    padding: 30px 50px; }

.editor {
  margin-bottom: 100px; }

.pnavi {
  padding: 20px;
  text-align: center; }
  .pnavi .page-numbers {
    background-color: #FFF;
    box-shadow: 10px 8px 8px -7px rgba(0, 0, 128, 0.05), 0 0 7px -3px rgba(0, 0, 128, 0.05);
    border-radius: 100%;
    color: #1F61A5;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: "Gilda Display", serif;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
    margin: 0 2px;
    text-decoration: none;
    transition: 0.2s;
    height: 45px;
    width: 45px; }
    @media only screen and (max-width: 960px) {
      .pnavi .page-numbers {
        font-size: 10px;
        font-size: 1rem; } }
    .pnavi .page-numbers:hover, .pnavi .page-numbers.current {
      background-color: #1F61A5;
      color: #FFF; }
  .pnavi .next,
  .pnavi .prev {
    background: #D6D6D6;
    margin: 0 16px; }

.imgCaptionList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .imgCaptionList li {
    margin-bottom: 24px;
    width: calc(33.3333% - 28px); }
    .imgCaptionList li .img {
      display: block;
      width: 100%; }
      .imgCaptionList li .img.imgBg {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        /*
border-radius: 8px;
*/
        height: 21vw;
        max-height: 250px;
        overflow: hidden; }
    .imgCaptionList li .caption {
      padding: 24px 0 0; }
  .imgCaptionList.clm2 li {
    margin-bottom: 50px;
    width: calc(50% - 24px); }
    .imgCaptionList.clm2 li:nth-child(2n) {
      margin-right: 0; }
    .imgCaptionList.clm2 li .img {
      display: block;
      width: 100%; }
      .imgCaptionList.clm2 li .img.imgBg {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
          /*
border-radius: 8px;
*/
        height: 27.3vw;
        max-height: 320px;
        overflow: hidden; }

.infoList {
  margin-bottom: 40px; }
  .infoList li {
    /*
background: rgb(241,242,248);
background: linear-gradient(90deg, rgba(241,242,248,1) 0%, rgba(31,97,164,0.1) 100%); 
*/
    border-bottom: 1px solid #DDD; }
    .infoList li a {
      background: #F1F2F8;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      padding: 24px 0 20px;
      text-decoration: none;
      transition: 0.2s; }
      .infoList li a .date {
        color: #9DB1CB;
        font-family: "Gilda Display", serif;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 2;
        line-height: 1.4;
        font-weight: 500;
        margin-right: 16px;
        transition: 0.2s;
        width: 6.5em; }
        @media only screen and (max-width: 960px) {
          .infoList li a .date {
            font-size: 13px;
            font-size: 1.3rem; } }
      .infoList li a .cat {
        background: #1E61A4;
        border-radius: 30px;
        color: #FFF;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 2;
        font-weight: 500;
        letter-spacing: -0.02em;
        line-height: 1;
        margin-right: 20px;
        min-height: 24px;
        min-width: 86px; }
        @media only screen and (max-width: 960px) {
          .infoList li a .cat {
            font-size: 10px;
            font-size: 1rem; } }
      .infoList li a .title {
        line-height: 1.7;
        margin-top: -4px;
        transition: 0.3s;
        width: calc(100% - 8em); }
        .infoList li a .title .pdf {
          color: #9FA0A0;
          font-family: "Gilda Display", serif;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 2; }
          @media only screen and (max-width: 960px) {
            .infoList li a .title .pdf {
              font-size: 12px;
              font-size: 1.2rem; } }
          .infoList li a .title .pdf:before {
            background: url("../img/common/icon_pdf.svg") center center no-repeat;
            background-size: 18px 20px;
            content: '';
            display: inline-block;
            margin: 0 10px;
            vertical-align: middle;
            height: 20px;
            width: 18px; }
        .infoList li a .title .newWin:before {
          background: url("../img/common/icon_newwin.png") center center no-repeat;
          background-size: 18px 18px;
          content: '';
          display: inline-block;
          margin: 0 10px;
          vertical-align: -3px;
          height: 18px;
          width: 18px; }
      .infoList li a:hover {
        background: rgba(255, 255, 255, 0); }
        .infoList li a:hover .date,
        .infoList li a:hover .title {
          color: #1E61A4; }
        .infoList li a:hover .title {
          text-decoration: underline; }

.getAdobe {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  padding-top: 20px; }
  .getAdobe dt {
    width: 180px; }
    .getAdobe dt a {
      display: block;
      transition: 0.2s; }
      .getAdobe dt a:hover {
        opacity: 0.7; }
  .getAdobe dd {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    line-height: 1.7;
    width: calc(100% - 190px); }
    @media only screen and (max-width: 960px) {
      .getAdobe dd {
        font-size: 12px;
        font-size: 1.2rem; } }

.s_yearController {
  display: inline-block;
  margin-bottom: 40px;
  min-width: 460px;
  position: relative;
  z-index: 1; }
  .s_yearController:before {
    background: url("../img/common/arrow_select.svg") center center no-repeat;
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 6px);
    right: 30px;
    font-size: 15px;
    pointer-events: none;
    height: 12px;
    width: 14px; }
  .s_yearController .s_eirSelect {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #FFF;
    border: 1px solid #1F61A5;
    border-radius: 6px;
    color: #1F61A5;
    cursor: pointer;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
    outline: none;
    padding: 22px 45px 22px 30px;
    width: 100%; }
    @media only screen and (max-width: 960px) {
      .s_yearController .s_eirSelect {
        font-size: 15px;
        font-size: 1.5rem; } }

/*
.s_eirAnchor {
    display: flex;
    flex-wrap:wrap;
	margin:0;
	padding:0;
	list-style:none;
}
.s_eirAnchor li {
    margin-right:20px;
}
.s_eirAnchor li:last-child {
    margin-right:0;
}
.s_eirAnchor a:before {
    display:inline-block;
    content: "";
    border: 5px solid transparent;
    border-top: 5px solid #333;
    margin-right:5px;
}
*/
/*
@media screen and (max-width: 1023px) {
    .s_yearController {
        width: 100%;
        margin-bottom: 28px;
    }
    .s_eirAnchor {
        width:100%;
        justify-content: space-between;
    }
    .s_eirAnchor li {
        width:20%;
        margin-right:0;
        margin-top:2%;
    }
    .s_eirAnchor li a {
        width:auto;
    }
}
*/
.newsCatSort {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px; }
  .newsCatSort li {
    min-width: 126px;
    margin-right: 16px; }
    .newsCatSort li a {
      background: #FFF;
      border-radius: 6px;
      color: #1E61A4;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 17px;
      font-size: 1.7rem;
      line-height: 2;
      font-weight: 500;
      line-height: 1;
      min-height: 54px;
      padding: 16px;
      transition: 0.2s;
      text-decoration: none; }
      @media only screen and (max-width: 960px) {
        .newsCatSort li a {
          font-size: 14px;
          font-size: 1.4rem; } }
      .newsCatSort li a:hover {
        background: #1E61A4;
        color: #FFF; }
    .newsCatSort li.active a {
      background: #1E61A4;
      color: #FFF; }

.indexFlex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative; }
  .indexFlex .indexFlexL {
    position: relative;
    width: 38%; }
    .indexFlex .indexFlexL .indexImgList {
      position: sticky;
      top: 120px; }
      .indexFlex .indexFlexL .indexImgList li {
        position: absolute;
        z-index: 1;
        opacity: 0;
        transition: 0.3s; }
        .indexFlex .indexFlexL .indexImgList li.show {
          opacity: 1; }
  .indexFlex .indexFlexR {
    width: 54%; }
    .indexFlex .indexFlexR .indexList {
      border-top: 1px solid #CCC; }
      .indexFlex .indexFlexR .indexList li a {
        border-bottom: 1px solid #CCC;
        display: block;
        padding: 22px 0;
        text-decoration: none; }
        .indexFlex .indexFlexR .indexList li a .jp {
          font-size: 20px;
          font-size: 2rem;
          line-height: 2;
          letter-spacing: 0.15em;
          line-height: 1.55;
          transition: 0.2s; }
          @media only screen and (max-width: 960px) {
            .indexFlex .indexFlexR .indexList li a .jp {
              font-size: 17px;
              font-size: 1.7rem; } }
        .indexFlex .indexFlexR .indexList li a .en {
          color: #1F61A5;
          display: block;
          font-family: "Gilda Display", serif;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 2;
          font-weight: 300;
          letter-spacing: 0.1em;
          line-height: 1.75;
          padding-top: 4px; }
          @media only screen and (max-width: 960px) {
            .indexFlex .indexFlexR .indexList li a .en {
              font-size: 12px;
              font-size: 1.2rem; } }
        .indexFlex .indexFlexR .indexList li a:hover .jp {
          color: #1F61A5; }

@media only screen and (min-width: 960px) {
  body.en .indexFlex .indexFlexL {
    width: 37%; }
  body.en .indexFlex .indexFlexR {
    padding-top: 20px; }
    body.en .indexFlex .indexFlexR .indexList li a {
      padding: 28px 0; }
      body.en .indexFlex .indexFlexR .indexList li a .en {
        font-size: 20px;
        font-size: 2rem;
        line-height: 2;
        font-weight: 300;
        letter-spacing: 0.14em; } }
      @media only screen and (min-width: 960px) and (max-width: 960px) {
        body.en .indexFlex .indexFlexR .indexList li a .en {
          font-size: 17px;
          font-size: 1.7rem; } }

.bothPadding {
  padding: 0 60px; }

.reasonList {
  margin: 0 auto;
  max-width: 880px; }
  .reasonList.noMargin {
    max-width: 100%; }
  .reasonList li {
    background: #FFF;
    border-radius: 4px;
    margin-bottom: 32px;
    padding: 36px 32px;
    overflow: hidden;
    position: relative; }
    .reasonList li:after {
      border-left: 6px solid;
      border-image: linear-gradient(#2fa1d8, #053597) 1;
      content: '';
      height: 100%;
      width: 6px;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0; }
    .reasonList li .cmnFlex {
      margin: 0 auto;
      max-width: 760px; }
      .reasonList li .cmnFlex .hd {
        color: #2583C0;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 2;
        font-weight: 500;
        letter-spacing: 0.04em;
        margin-bottom: 12px; }
        @media only screen and (max-width: 960px) {
          .reasonList li .cmnFlex .hd {
            font-size: 14px;
            font-size: 1.4rem; } }

.numList {
  counter-reset: listnum;
  list-style: none;
  margin: 0 auto;
  position: relative; }
  .numList:after {
    background: #A7A7A7;
    content: '';
    display: block;
    height: 100%;
    width: 3px;
    position: absolute;
    top: 0;
    left: calc(50% - 2px);
    bottom: 0; }
  .numList li {
    background: #FFF;
    border: 3px solid #2E9ED6;
    border-radius: 6px;
    list-style: none;
    padding: 24px 24px 24px 48px;
    margin-bottom: 32px;
    position: relative;
    z-index: 2; }
    .numList li:before {
      background: #2E9ED6;
      border-radius: 100%;
      counter-increment: listnum;
      content: counter(listnum,decimal-leading-zero);
      color: #FFF;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 2;
      font-weight: 500;
      letter-spacing: 0.1em;
      height: 60px;
      width: 60px;
      position: absolute;
      top: calc(50% - 30px);
      left: -30px; }
      @media only screen and (max-width: 960px) {
        .numList li:before {
          font-size: 14px;
          font-size: 1.4rem; } }
    .numList li:nth-child(1) {
      border-color: #69BAE3; }
      .numList li:nth-child(1):before {
        background: #69BAE3; }
    .numList li:nth-child(2) {
      border-color: #55B2DF; }
      .numList li:nth-child(2):before {
        background: #55B2DF; }
    .numList li:nth-child(3) {
      border-color: #42ABDC; }
      .numList li:nth-child(3):before {
        background: #42ABDC; }
    .numList li:nth-child(4) {
      border-color: #2FA3DA; }
      .numList li:nth-child(4):before {
        background: #2FA3DA; }
    .numList li:nth-child(5) {
      border-color: #257DC7; }
      .numList li:nth-child(5):before {
        background: #257DC7; }
    .numList li:nth-child(6) {
      border-color: #2A73B1; }
      .numList li:nth-child(6):before {
        background: #2A73B1; }
    .numList li:nth-child(7) {
      border-color: #1D639F; }
      .numList li:nth-child(7):before {
        background: #1D639F; }
    .numList li:nth-child(8) {
      border-color: #1D639F; }
      .numList li:nth-child(8):before {
        background: #1D639F; }
    .numList li:nth-child(9) {
      border-color: #345AA8; }
      .numList li:nth-child(9):before {
        background: #345AA8; }
    .numList li:nth-child(10) {
      border-color: #2D53A0; }
      .numList li:nth-child(10):before {
        background: #2D53A0; }
    .numList li:nth-child(11) {
      border-color: #234180; }
      .numList li:nth-child(11):before {
        background: #234180; }
    .numList li .cmnFlex {
      margin: 0 auto;
      max-width: 780px; }
      .numList li .cmnFlex .hd {
        color: #2E9ED6;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 2;
        font-weight: 500;
        letter-spacing: 0.04em;
        margin-bottom: 12px; }
        @media only screen and (max-width: 960px) {
          .numList li .cmnFlex .hd {
            font-size: 14px;
            font-size: 1.4rem; } }

.accBox01 {
  background: #FFF;
  border-radius: 4px;
  overflow: hidden;
  position: relative; }
  .accBox01:after {
    border-left: 6px solid;
    border-image: linear-gradient(#2fa1d8, #053597) 1;
    content: '';
    height: 100%;
    width: 6px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0; }
  .accBox01 > dt {
    cursor: pointer;
    padding: 28px 50px;
    position: relative;
    transition: 0.2s; }
    .accBox01 > dt:hover {
      opacity: 0.7; }
    .accBox01 > dt .arrow {
      transition: 0.3s;
      position: absolute;
      top: calc(50% - 7px);
      right: 50px;
      display: inline-block;
      width: 18.6px;
      height: 10.8px; }
    .accBox01 > dt .arrow::before,
    .accBox01 > dt .arrow::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: calc(50% - 1.5px);
      width: 3px;
      height: 14px;
      border-radius: 9999px;
      background-color: #1e61a5;
      transform-origin: 50% calc(100% - 1.5px); }
    .accBox01 > dt .arrow::before {
      transform: rotate(45deg); }
    .accBox01 > dt .arrow::after {
      transform: rotate(-45deg); }
    .accBox01 > dt.accOn .arrow {
      transform: rotate(-180deg); }
  .accBox01 > dd {
    display: none;
    padding: 28px 50px; }

.tabArea {
  display: block; }
  .tabArea ul.tabNav {
    border-bottom: 2px solid #1C4B96;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0 8px; }
    .tabArea ul.tabNav li {
      background-color: #E0E0E0;
      border-radius: 6px 6px 0 0;
      letter-spacing: 0.03em;
      line-height: 1;
      text-align: center;
      width: calc(50% - 8px);
      transition: 0.3s; }
      .tabArea ul.tabNav li span {
        cursor: pointer;
        display: block;
        padding: 16px;
        letter-spacing: 0.1em;
        position: relative;
        transition: 0.3s;
        z-index: 10; }
      .tabArea ul.tabNav li:hover {
        background-color: #1F61A5; }
        .tabArea ul.tabNav li:hover span {
          color: #FFF; }
      .tabArea ul.tabNav li.active {
        background-color: #1F61A5;
        color: #FFF;
        cursor: default; }
        .tabArea ul.tabNav li.active span {
          cursor: default; }
  .tabArea .tabBox {
    display: none; }
    .tabArea .tabBox.active {
      display: block; }

.anchorListBox {
  background: #FFF;
  padding: 32px 54px 40px; }
  .anchorListBox .pageList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .anchorListBox .pageList li {
      display: flex;
      width: 48.5%; }
      .anchorListBox .pageList li a {
        border-bottom: 1px solid #BFBFBF;
        display: flex;
        align-items: center;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 2;
        font-weight: 400;
        letter-spacing: 0.02em;
        line-height: 1.45;
        padding: 16px 28px 16px 4px;
        position: relative;
        text-decoration: none;
        transition: 0.2s;
        width: 100%; }
        @media only screen and (max-width: 960px) {
          .anchorListBox .pageList li a {
            font-size: 10px;
            font-size: 1rem; } }
        .anchorListBox .pageList li a:after {
          background: #DCE0EB;
          border-radius: 100%;
          content: '';
          display: flex;
          height: 22px;
          width: 22px;
          position: absolute;
          right: 0;
          top: calc(50% - 8px);
          transition: 0.2s; }
        .anchorListBox .pageList li a:before {
          background: url("/assets/img/common/arrow_r2.svg") center center no-repeat;
          background-size: 7px auto;
          content: '';
          display: flex;
          height: 22px;
          width: 22px;
          position: absolute;
          right: 0;
          top: calc(50% - 8px);
          transition: 0.2s;
          z-index: 2;
          transform: rotate(90deg); }
        .anchorListBox .pageList li a:hover {
          color: #1F61A5; }
          .anchorListBox .pageList li a:hover:after {
            transform: scale(1.5); }

.catalogList {
  display: flex;
  flex-wrap: wrap; }
  .catalogList > li {
    margin: 24px 48px 24px 0;
    width: calc(33.3333% - 32px); }
    .catalogList > li:nth-child(3n) {
      margin-right: 0; }
    .catalogList > li .cmnBtn li {
      width: 100%; }

.kadaiDl {
  border: 1px solid #2B93CD;
  margin-bottom: 40px;
  padding: 28px; }
  .kadaiDl dt {
    color: #2B93CD;
    font-weight: 600;
    margin-bottom: 4px; }
  .kadaiDl.type2 {
    border-color: 1px solid #1F61A5; }
    .kadaiDl.type2 dt {
      color: #1F61A5; }

.kadaiFlex {
  background: url("../img/common/arrow_triangle.png") center top calc(50% + 12px) no-repeat;
  background-size: 12px auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 12px; }
  .kadaiFlex .kfBox {
    width: 47%; }
    .kadaiFlex .kfBox dt {
      color: #2B93CD;
      font-weight: 600;
      margin-bottom: 12px; }
    .kadaiFlex .kfBox dd {
      border: 3px solid #2B93CD;
      border-radius: 4px;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 120px;
      text-align: center; }
    .kadaiFlex .kfBox.type2 dt {
      color: #1F61A5; }
    .kadaiFlex .kfBox.type2 dd {
      border-color: #1F61A5;
      font-weight: 600;
      color: #1F61A5; }

.bigBnr {
  margin-bottom: 0; }
  .bigBnr li a {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    min-height: 246px;
    padding: 0 70px;
    text-decoration: none;
    transition: 0.2s; }
    .bigBnr li a:hover {
      opacity: 0.7; }
    .bigBnr li a h2 {
      background: url("../img/common/icon_side_01_f.svg") right center no-repeat;
      display: inline-block;
      font-size: 25px;
      font-size: 2.5rem;
      line-height: 2;
      line-height: 1.8;
      font-weight: 600;
      letter-spacing: 0.02em;
      line-height: 1.7;
      margin-bottom: 8px;
      padding-right: 30px; }
      @media only screen and (max-width: 960px) {
        .bigBnr li a h2 {
          font-size: 21px;
          font-size: 2.1rem; } }
    .bigBnr li a p {
      display: block;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 2;
      width: 100%; }
      @media only screen and (max-width: 960px) {
        .bigBnr li a p {
          font-size: 13px;
          font-size: 1.3rem; } }

.baseDl {
  padding-top: 12px; }
  .baseDl dt {
    color: #1F61A5;
    font-weight: 500;
    padding-top: 16px; }

.toSolutionBtn {
  padding-bottom: 24px;
  text-align: center; }
  .toSolutionBtn a {
    background: #1F61A5;
    border: 1px solid #1F61A5;
    border-radius: 8px;
    color: #FFF;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 36px 12px;
    text-decoration: none;
    transition: 0.2s; }
    .toSolutionBtn a:hover {
      background: #FFF;
      color: #1F61A5; }

.boardList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .boardList > li {
    background: #FFF;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 30px 24px 44px;
    position: relative;
    width: calc(50% - 15px); }
    .boardList > li:after {
      border-bottom: 8px solid;
      border-image: linear-gradient(to right, #2FA2D9, #053597) 1;
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
    .boardList > li h2 {
      border-bottom: 1px solid #B9B9B9;
      font-size: 20px;
      font-size: 2rem;
      line-height: 2;
      font-weight: 500;
      letter-spacing: 0.04em;
      line-height: 1.4;
      margin-bottom: 16px;
      padding-bottom: 12px; }
      @media only screen and (max-width: 960px) {
        .boardList > li h2 {
          font-size: 17px;
          font-size: 1.7rem; } }
      .boardList > li h2 a {
        background: url("../img/common/icon_side_01.svg") right center no-repeat #FFF;
        background-size: 15px auto;
        display: block;
        text-decoration: none;
        transition: 0.2s; }
        .boardList > li h2 a:hover {
          color: #1E61A4;
          text-decoration: underline; }
    .boardList > li .sub li {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 2;
      font-weight: 400;
      letter-spacing: 0.04em;
      line-height: 1.4;
      margin-bottom: 16px; }
      @media only screen and (max-width: 960px) {
        .boardList > li .sub li {
          font-size: 12px;
          font-size: 1.2rem; } }
      .boardList > li .sub li a {
        background: url("../img/common/icon_side_01.svg") right center no-repeat #FFF;
        background-size: 15px;
        display: block;
        text-decoration: none;
        transition: 0.2s; }
        .boardList > li .sub li a:hover {
          color: #1E61A4;
          text-decoration: underline; }

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9; }
  .youtube iframe {
    width: 100%;
    height: 100%; }

@media only screen and (max-width: 960px) {
  .cmnFlex {
    display: block; }
    .cmnFlex > div {
      margin-bottom: 25px;
      position: relative; }
      .cmnFlex > div:after {
        content: attr(data-txt);
        color: rgba(0, 0, 0, 0.18);
        display: block;
        font-family: "Gilda Display", serif;
        font-size: 55px;
        font-size: 5.5rem;
        font-weight: 500;
        line-height: 1;
        letter-spacing: 0.01em;
        position: absolute;
        top: -55px;
        left: auto;
        right: 10px;
        z-index: 2; }

  .cmnBox {
    padding: 20px 5vw 1px; }
    .cmnBox.cLBdr {
      padding: 20px 5vw 1px calc(5vw + 5px); }
      .cmnBox.cLBdr:after {
        border-left: 5px solid; }
    .cmnBox.cmnBoxMini {
      max-width: auto;
      max-width: none;
      padding: 20px 5vw 1px; }

  .editor {
    margin-bottom: 40px; }

  .pnavi .page-numbers {
    font-size: 14px;
    height: 40px;
    width: 40px; }

  .imgCaptionList {
    display: block; }
    .imgCaptionList li {
      margin-bottom: 40px;
      width: 100%; }
      .imgCaptionList li .img {
        display: block;
        width: 100%; }
        .imgCaptionList li .img.imgBg {
          /*
border-radius: 6px;
*/
          height: 60vw;
          max-height: auto;
          max-height: none;
          overflow: hidden; }
      .imgCaptionList li .caption {
        padding: 24px 0 0; }
    .imgCaptionList.clm2 li {
      margin-bottom: 40px;
      width: 100%; }
      .imgCaptionList.clm2 li:nth-child(2n) {
        margin-right: 0; }
      .imgCaptionList.clm2 li .img {
        display: block;
        width: 100%; }
        .imgCaptionList.clm2 li .img.imgBg {
            /*
border-radius: 8px;
*/
          height: 60vw;
          max-height: auto;
          max-height: none;
          overflow: hidden; }

  .infoList li a {
    display: block;
    padding: 12px 0 10px; }
    .infoList li a .date {
      font-size: 12px;
      margin-right: 10px;
      transition: 0;
      width: 100%; }
    .infoList li a .cat {
      border-radius: 30px;
      font-size: 10px;
      margin: 0 0 6px 0;
      min-height: auto;
      min-height: none;
      min-width: auto;
      min-width: none;
      padding: 4px 12px 5px;
      vertical-align: 1px; }
    .infoList li a .title {
      display: block;
      margin-top: 0;
      transition: 0;
      width: 100%; }
      .infoList li a .title .pdf {
        font-size: 12px; }
        .infoList li a .title .pdf:before {
          background-size: 15px 17px;
          margin: 0 8px;
          height: 17px;
          width: 15px; }
      .infoList li a .title .newWin:before {
        background-size: 16px 16px;
        margin: 0 8px;
        vertical-align: -2px;
        height: 16px;
        width: 16px; }

  .getAdobe {
    background: rgba(255, 255, 255, 0.7);
    border: 3px solid #D4D5D6;
    padding: 20px 5vw;
    display: block;
    align-items: flex-start;
    margin-bottom: 24px; }
    .getAdobe dt {
      padding-bottom: 12px;
      width: 100%; }
      .getAdobe dt a {
        display: block;
        transition: 0.2s; }
        .getAdobe dt a:hover {
          opacity: 0.7; }
    .getAdobe dd {
      font-size: 10px;
      line-height: 1.6;
      width: 100%; }

  .s_yearController {
    margin-bottom: 28px;
    min-width: 100%;
    width: 100%; }
    .s_yearController .s_eirSelect {
      padding: 16px 45px 16px 30px; }

  .newsCatSort {
    margin-bottom: 8px; }
    .newsCatSort li {
      min-width: auto;
      min-width: none;
      margin: 0 8px 8px 0; }
      .newsCatSort li a {
        border-radius: 30px;
        box-shadow: 10px 8px 8px -7px rgba(0, 0, 128, 0.05), 0 0 14px -7px rgba(0, 0, 128, 0.05);
        color: #1F61A5;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 13px;
        font-size: 1.3rem;
        letter-spacing: 0;
        min-height: auto;
        min-height: none;
        padding: 6px 12px 8px; }
        .newsCatSort li a:hover {
          background: #FFF;
          color: #1F61A5; }

  .indexFlex {
    display: block;
    padding: 0 2.5vw; }
    .indexFlex .indexFlexL {
      margin-bottom: 28px;
      width: 100%;
      display: none !important; }
    .indexFlex .indexFlexR {
      width: 100%; }
      .indexFlex .indexFlexR .indexList li a {
        padding: 16px 0; }
        .indexFlex .indexFlexR .indexList li a .jp {
          line-height: 1.4; }
        .indexFlex .indexFlexR .indexList li a .en {
          line-height: 1.55;
          padding-top: 2px; } }
@media only screen and (max-width: 960px) and (max-width: 960px) {
  body.en .indexFlex .indexFlexR .indexList li a .en {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.14em; } }
  @media only screen and (max-width: 960px) and (max-width: 960px) and (max-width: 960px) {
    body.en .indexFlex .indexFlexR .indexList li a .en {
      font-size: 14px;
      font-size: 1.4rem; } }

@media only screen and (max-width: 960px) {
  .bothPadding {
    padding: 0; }

  .reasonList {
    max-width: 100%; }
    .reasonList li {
      margin-bottom: 24px;
      padding: 20px 5vw 5vw calc(5vw + 5px); }
      .reasonList li:after {
        border-left: 5px solid; }
      .reasonList li .cmnFlex {
        max-width: 100%; }
        .reasonList li .cmnFlex > div {
          margin-bottom: 16px; }
        .reasonList li .cmnFlex .hd {
          margin-bottom: 8px; }

  .numList li {
    padding: 6vw 7.5vw 3.5vw 7.5vw;
    margin-bottom: 36px; }
    .numList li:before {
      height: 50px;
      width: 50px;
      top: -25px;
      left: -25px; }
    .numList li .cmnFlex {
      max-width: 100%; }
      .numList li .cmnFlex > div {
        margin-bottom: 0;
        padding-bottom: 16px; }
      .numList li .cmnFlex > div.wfull {
        margin-bottom: 0;
        padding-bottom: 16px; }
      .numList li .cmnFlex .hd {
        margin-bottom: 4px; }

  .accBox01:after {
    border-left: 5px solid;
    width: 5px; }
  .accBox01 > dt {
    padding: 20px 5vw 20px calc(5vw + 5px); }
    .accBox01 > dt .arrow {
      top: calc(50% - 5px);
      right: 5vw;
      width: 14px;
      height: 10px; }
    .accBox01 > dt .arrow::before,
    .accBox01 > dt .arrow::after {
      left: calc(50% - 1.5px);
      width: 2px;
      height: 10px;
      transform-origin: 50% calc(100% - 1.5px); }
  .accBox01 > dd {
    padding: 20px 5vw 20px calc(5vw + 5px); }

  .tabArea ul.tabNav {
    padding: 0 4px; }
    .tabArea ul.tabNav li {
      border-radius: 4px 4px 0 0;
      font-size: 13px;
      width: calc(50% - 4px); }
      .tabArea ul.tabNav li span {
        letter-spacing: 0.04em; }

  .anchorListBox {
    padding: 4px 2.5vw 12px; }
    .anchorListBox .pageList li {
      width: 48.5%; }
      .anchorListBox .pageList li a {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 2;
        letter-spacing: -0.02em;
        line-height: 1.45;
        padding: 14px 20px 14px 4px; } }
      @media only screen and (max-width: 960px) and (max-width: 960px) {
        .anchorListBox .pageList li a {
          font-size: 10px;
          font-size: 1rem; } }
@media only screen and (max-width: 960px) {
        .anchorListBox .pageList li a:after {
          height: 18px;
          width: 18px;
          top: calc(50% - 6px); }
        .anchorListBox .pageList li a:before {
          background: url("/assets/img/common/arrow_r2.svg") center center no-repeat;
          background-size: 6px auto;
          height: 18px;
          width: 18px;
          top: calc(50% - 6px); }

  .catalogList {
    display: block; }
    .catalogList > li {
      margin: 0 0 28px 0;
      width: 100%; }
      .catalogList > li .cmnBtn li {
        width: 60%; }

  .kadaiDl {
    padding: 20px 5vw; }

  .kadaiFlex {
    background: none;
    display: block;
    padding-bottom: 0; }
    .kadaiFlex .kfBox {
      padding-bottom: 24px;
      width: 100%; }
      .kadaiFlex .kfBox dt {
        margin-bottom: 12px; }
      .kadaiFlex .kfBox dd {
        min-height: 80px; }
      .kadaiFlex .kfBox.type2 {
        background: url("../img/common/arrow_triangle_under.png") center top no-repeat;
        background-size: 20px auto; }
        .kadaiFlex .kfBox.type2 dt {
          color: #1F61A5; }
        .kadaiFlex .kfBox.type2 dd {
          border-color: #1F61A5; }

  .bigBnr li a {
    background-color: #1E61A4;
    background-position: top right;
    background-size: auto 120px;
    border-radius: 8px;
    color: #FFF;
    min-height: auto;
    min-height: none;
    padding: 36vw 7.5vw 7.5vw; }
    .bigBnr li a h2 {
      font-size: 20px; }
    .bigBnr li a p {
      font-size: 14px; }

  .baseDl {
    padding-top: 8px; }
    .baseDl dt {
      padding-top: 12px; }

  .toSolutionBtn {
    padding-bottom: 16px; }
    .toSolutionBtn a {
      font-size: 13px;
      padding: 20px 8px;
      transition: 0; }
      .toSolutionBtn a:hover {
        background: #1F61A5;
        color: #FFF; }

  .boardList {
    display: block; }
    .boardList > li {
      margin-bottom: 24px;
      padding: 24px 5vw 28px;
      position: relative;
      width: 100%; }
      .boardList > li h2 {
        border-bottom: 1px solid #B9B9B9;
        font-size: 20px;
        font-size: 2rem;
        line-height: 2;
        font-weight: 500;
        letter-spacing: 0.04em;
        line-height: 1.4;
        margin-bottom: 16px;
        padding-bottom: 12px; } }
      @media only screen and (max-width: 960px) and (max-width: 960px) {
        .boardList > li h2 {
          font-size: 17px;
          font-size: 1.7rem; } }
@media only screen and (max-width: 960px) {
        .boardList > li h2 a {
          background: url("../img/common/icon_side_01.svg") right center no-repeat #FFF;
          background-size: 15px;
          display: block;
          text-decoration: none;
          transition: 0.2s; }
          .boardList > li h2 a:hover {
            color: #1E61A4;
            text-decoration: underline; }
      .boardList > li .sub li {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 2;
        font-weight: 400;
        letter-spacing: 0.04em;
        line-height: 1.4;
        margin-bottom: 12px; } }
      @media only screen and (max-width: 960px) and (max-width: 960px) {
        .boardList > li .sub li {
          font-size: 12px;
          font-size: 1.2rem; } }
@media only screen and (max-width: 960px) {
        .boardList > li .sub li a {
          background: url("../img/common/icon_side_01.svg") right center no-repeat #FFF;
          background-size: 15px;
          display: block;
          text-decoration: none;
          transition: 0.2s; }
          .boardList > li .sub li a:hover {
            color: #1E61A4;
            text-decoration: underline; } }
/*  /////////////////////////////////////////////////
Responsive LandScape 
*/
