@charset "utf-8";
/* CSS Document */
@keyframes fadein-out {
  0% {
    opacity: 0;
    width: 130px;
  }
  50% {
    opacity: 1;
    width: 150px;
  }
  100% {
    opacity: 0;
    width: 130px;
  }
}
figure {
  margin: 50px 0;
  text-align: center;
}
.tab-wrap {
  display: none;
}
.txt17 {
  font-size: 17px;
}
.txt17 small {
  font-size: 12px;
}
small {
  font-size: 16px;
}
@media only screen and (max-width: 1023px) {
  figure {
    margin: 20px 0;
  }
  .pinch_out02 {
    position: relative;
  }
  .pinch_out02 > img {
    position: absolute;
    width: 130px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  .pinch_out02 > img.active {
    width: 150px;
    animation: fadein-out 3s ease 0s;
  }
  /* tab
	---------------------*/
  .tab-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0 0;
  }
  .tab-label {
    width: calc((100% - 5px) / 2);
    color: #5b848d;
    background-color: #d4dfe1;
    text-align: center;
    padding: 10px 5px;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 10px 10px 0 0;
    margin-bottom: 5px;
    line-height: 1.3;
    box-sizing: border-box;
  }
  .tab-label:nth-of-type(odd) {
    margin-right: 5px;
  }
  .tab-label:nth-of-type(3), .tab-label:nth-of-type(4) {
    width: 100%;
    margin-right: 0;
  }
  .tab-label:nth-of-type(3) {
    line-height: 2.3;
  }
  .tab-label span {
    display: block;
    font-size: 12px;
  }
  .tab-switch:checked + .tab-label {
    color: #fff;
    background-color: #285E69;
  }
  .tab-content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
    background: #f2f2f2;
  }
  .tab-content .tab-wrap {
    margin-top: 0;
  }
  .tab-content .tab-wrap .tab-label {
    width: calc((100% - 30px) / 3);
    color: #285E69;
    background-color: #fff;
    padding: 10px 5px;
    opacity: .6;
    margin: 0 5px 10px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    font-size: 13px;
    font-weight: bold;
  }
  .tab-content.TAB-03 .tab-wrap .tab-label,
  .tab-content.TAB-04 .tab-wrap .tab-label {
    width: calc((100% - 30px) / 2);
  }
  .tab-content .tab-wrap .tab-switch:checked + .tab-label {
    opacity: 1;
    box-shadow: 1px 2px 8px #999;
  }
  .tab-switch:checked + .tab-label + .tab-content {
    height: auto;
    overflow: auto;
    padding: 15px;
    opacity: 1;
    transition: .5s opacity;
    text-align: left;
  }
  .tab-switch:checked + .tab-label + .tab-content p.txt {
    font-family: var(--fontJost);
    font-weight: bold;
    line-height: 1.3;
  }
  .tab-switch:checked + .tab-label + .tab-content .col2 {
    display: flex;
    justify-content: flex-start;
    margin-top: 0;
  }
  .tab-switch:checked + .tab-label + .tab-content .col2 p {
    width: 35%;
  }
  .tab-switch:checked + .tab-label + .tab-content li img {
    width: 120px;
    margin-right: 20px;
  }
  .tab-switch:checked + .tab-label + .tab-content li p.textLink {
    margin-bottom: 0;
  }
  .tab-switch:checked + .tab-label + .tab-content ul.list-circle {
    margin-top: 0;
  }
  .tab-switch:checked + .tab-label + .tab-content ul.list-circle li {
    margin-top: 5px;
    line-height: 1.5;
  }
  .tab-switch:checked + .tab-label + .tab-content .txt-box {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
  }
  .tab-switch:checked + .tab-label + .tab-content .txt-box .txt-g {
    color: #285E69;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
  }
  .tab-switch:checked + .tab-label + .tab-content p.txt span {
    font-size: 28px;
  }
  #TAB-1-6.tab-switch:checked + .tab-label + .tab-content p.txt span {
    display: block;
  }
  .tab-switch:checked + .tab-label + .tab-content p.textLink > span {
    display: block;
    padding-left: 40px;
    font-weight: bold;
    line-height: 1.5;
  }
  .tab-switch:checked + .tab-label + .tab-content p.textLink span span.num {
    font-size: 28px;
    padding-right: 5px;
    font-family: var(--fontJost);
  }
  .tab-switch {
    display: none;
  }
  .tab03-inner .textLink {
    background: #fff;
    padding: 10px;
    margin-top: 0;
    border: 2px solid #d9e1e3;
    border-radius: 0 0 10px 10px;
  }
  .tab03-inner .tab-inner-ttl {
    background: #d9e1e3;
    font-weight: bold;
    text-align: center !important;
    padding: 10px;
    margin: 25px 0 0;
    border-radius: 10px 10px 0 0;
  }
  .tab04-inner .tab-inner-ttl {
    color: #285E69;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 8px;
  }
  .tab04-inner .list-circle {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
  }
  .tab04-inner .list-circle:last-of-type {
    border: none;
    padding: 0;
  }
}