/*解体lp用*/
@media only screen and (min-width: 769px) {
  .sp-wrapper {
    display: none !important; 
  } 
  .pc-wrapper{
    margin-bottom: 100px;
  }
  .cta_btn::before {
    content: "";
    position: absolute;
    width: 69px;
    height: 100%;
    background-image: url("img/cta_ico.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    left: 20px;
    top: 0;
    pointer-events: none;
    z-index: 10; }
  }

@media only screen and (max-width: 768px) {
  .pc-wrapper {
    display: none !important; 
  }

  .sp-wrapper {
    display: block !important; 
    overflow: hidden;
  } 
}
  /*sp用*/
  @charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ul, ol {
  list-style: none; }

button, input, select, textarea {
  margin: 0; }

html, * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit; }

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%; }

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom; }

iframe {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0;
  text-align: left; }

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

b,
strong {
  font-weight: bold; }

.clear {
  clear: both; }

.cf:before, .cf:after {
  content: "";
  display: block; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1;
  overflow: hidden; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

.table_w {
  width: 100%;
  display: table;
  table-layout: fixed; }

.table_c {
  display: table-cell;
  vertical-align: top; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.align_center {
  text-align: center !important; }

.align_left {
  text-align: left !important; }

.align_right {
  text-align: right !important; }

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

/* ===================================================================
  utility
=================================================================== */
.mt05 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.txt_c {
  text-align: center; }

/* ===================================================================
  form
=================================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

/*
@media only screen and (min-width: 769px) {
  .sp {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }*/
@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0; }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1; }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0; } }
@keyframes animationbtn {
  0% {
    box-shadow: 0 5px 0 #ce4339;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #ce4339;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #ce4339;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #ce4339;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #ce4339;
    top: 0px; } }
@media only screen and (max-width: 768px) {
.cta_btn {
  position: relative;
  -webkit-box-shadow: 0 5px 0 #ce4339;
  -moz-box-shadow: 0 5px 0 #ce4339;
  box-shadow: 0 5px 0 #ce4339;
  background: #fa5246;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; }
  .cta_btn::before {
    content: "";
    position: absolute;
    width: 69px;
    height: 100%;
    background-image: url("../../../kaitai/assets/img/cta_ico.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    left: 20px;
    top: 0;
    pointer-events: none;
    z-index: 10; }
  .cta_btn.shiny {
    overflow: hidden; }
    .cta_btn.shiny::after {
      content: '';
      position: absolute;
      top: -100px;
      left: -100px;
      width: 50px;
      height: 50px;
      background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
      animation-name: shiny;
      animation-duration: 4s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      pointer-events: none;
      z-index: 10; }
  .cta_btn a {
    display: block;
    text-decoration: none;
    line-height: 1.4;
    color: #fff !important;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    padding: 25px 0 20px; }
  .cta_btn.animation {
    animation: animationbtn 2s infinite; }


html {
      font-size: 50%; } 

body {
  background: #fff;
  font-size: 1.6em;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5; }

.wrapper {
  overflow: hidden; }

a {
  color: #333; }

.page_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(250, 82, 70, 0.75);
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s; }
  .page_top:hover {
    background: #fa5246;
    color: #fff; }
  .page_top::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -4px;
    margin-right: -6px; }

    .page_top {
      bottom: 10px;
      right: 10px;
      width: 40px;
      height: 40px;
      font-size: 22px; }
      .page_top::after {
        width: 10px;
        height: 10px;
        margin-top: -3px;
        margin-right: -5px; } 

}
@media only screen and (max-width: 768px) {
.header {
  border-top: 3px solid #1c9ba5;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10; }
  .header .logo {
    width: 56.79%; }
  .header .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 15px 10px; }
  .header .inner {
        width: 100%; } 
  .header .header_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 33.33%; }
  .header .header_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 24%;
    margin-top: -2px; }
    .header .header_btn::before {
      content: "";
      position: absolute;
      width: 52px;
      height: 34px;
      background-image: url("img/header_btn_ico.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      left: -45px;
      top: 2px;
      pointer-events: none;
      z-index: 10; }
    .header .header_btn .cta_btn {
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px; }
      .header .header_btn .cta_btn::before {
        display: none; }
      .header .header_btn .cta_btn a {
        padding: 4px 0;
        line-height: 1.2;
        font-size: 2.8vw; }
      }

@media only screen and (max-width: 768px) {
.main_ttl {
  background: #038e7c;
  text-align: center;
  font-size: 4.5vw;
  color: #fff;
  font-weight: 700;
  line-height: 1.3; }
  .main_ttl .main_ttl_inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 10px 0; }
  .main_ttl .main_ttl_inner {
        width: 100%; } 
    .main_ttl .main_ttl_inner::before {
      content: "";
      position: absolute;
      height: 100%;
      width: 18%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      left: 10px;
      top: 0;
      pointer-events: none;
      z-index: 10; }
  .main_ttl .strong {
    color: #fff912; }
  .main_ttl .ttl_image {
    position: absolute;
    bottom: 0; }
  .main_ttl.point_01 .main_ttl_inner::before {
    background-image: url("img/ico_point_01.png");
    position: absolute;
    height: 100%;
    width: 18%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    left: 10px;
    top: 0;
    pointer-events: none;
    z-index: 10; }
  .main_ttl.point_01 .ttl_image {
    width: 19.6%;
    right: 10px; }
  .main_ttl.point_02 .main_ttl_inner {
    padding: 25px 0; }
  .main_ttl.point_02 .main_ttl_inner::before {
    background-image: url("img/ico_point_02.png"); 
    position: absolute;
    height: 100%;
    width: 18%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    left: 10px;
    top: 0;
    pointer-events: none;
    z-index: 10;}
  .main_ttl.point_02 .ttl_image {
    width: 24.93%;
    right: 0; }
  .main_ttl.point_03 .main_ttl_inner::before {
    background-image: url("img/ico_point_03.png"); 
    position: absolute;
    height: 100%;
    width: 18%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    left: 10px;
    top: 0;
    pointer-events: none;
    z-index: 10;}
  .main_ttl.point_03 .ttl_image {
    width: 27.6%;
    right: 10px; }

sup {
  font-size: 11px;
  font-size: 1.1rem; }

.js_marker {
  display: inline;
  position: relative;
  background-image: linear-gradient(90deg, #fff912, #fff912);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 50%;
  transition: all 1s ease-in-out;
  font-weight: 700; }
  .js_marker.inview {
    background-size: 100% 50%; }

.common_txt {
  line-height: 1.7;
  font-size: 18px;
  font-size: 1.8rem; }
  .common_txt .red {
    font-weight: 700;
    color: #fa5246; }
  .common_txt .bold {
    font-weight: 700; }

.large_cta {
  margin: 40px auto 0;
  position: relative; }
  .large_cta.large_cta_top {
    margin: 40px auto; 
    max-width: 100%}
  .large_cta .image {
    display: block;
    width: 100%;
    margin: auto; }
  .large_cta .cta_txt {
    position: relative;
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    z-index: 1;
    padding: 3px 0;
    width: 90%;
    color: #fa5246;
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    background: #FFF;
    border: solid 2px #fa5246;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    pointer-events: none; }
    .large_cta .cta_txt::before, .large_cta .cta_txt::after {
      content: "";
      position: absolute;
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
    .large_cta .cta_txt::before {
      bottom: -20px;
      border: 10px solid transparent;
      border-top: 10px solid #FFF;
      z-index: 2; }
    .large_cta .cta_txt::after {
      bottom: -24px;
      border: 12px solid transparent;
      border-top: 12px solid #fa5246;
      z-index: 1; }
  .large_cta .cta_btn::before {
    display: none; }
  .large_cta .cta_btn a {
    padding: 0;
    padding-top: 8px; }
  }

@media only screen and (max-width: 768px) {
.sponsored {
  text-align: center;
  margin-top: 15px; }

.section01 h2 {
  background: #038e7c;
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: 10px 0;
  font-size: 20px;
  font-size: 2rem; }
.section01 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 15px 30px; }
.section01 .inner {
      width: 100%; }
.section01 .top_heading {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700; }
  .section01 .top_heading span {
    font-size: 26px;
    font-size: 2.6rem;
    color: #fa5246;
    font-weight: 900; }
.section01 .intro_card {
  margin-top: 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border: 1px solid #d0d0d0;
  padding: 20px; }
  .section01 .intro_card .wrap .image {
    width: 193px;
    margin: 10px auto 0; }
  .section01 .intro_card .wrap .txt ul li {
    position: relative;
    padding-left: 1.2em;
    margin-top: 5px;
    font-size: 17px;
    font-size: 1.7rem; }
    .section01 .intro_card .wrap .txt ul li:first-child {
      margin-top: 0; }
    .section01 .intro_card .wrap .txt ul li::before {
      content: "●";
      position: absolute;
      top: 0;
      left: 0; }
.section01 .intro_card2 .heading {
  text-align: center;
  font-weight: 700;
  color: #fff;
  background-color: #3d3d3d;
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  padding: 15px 0;
  line-height: 1.3;
  padding-left: 40px; }
  .section01 .intro_card2 .heading::before {
    content: "";
    position: absolute;
    width: 73px;
    height: 100%;
    background-image: url("img/section01_ico.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    left: 30px;
    top: 0;
    pointer-events: none;
    z-index: 10; }
  .section01 .intro_card2 .heading span {
    color: #fff912; }
  .section01 .intro_card2 .heading .large {
    font-size: 120%; }
.section01 .intro_card2 .card_inner {
  padding: 30px 20px 50px;
  background: #efecec; }
  .section01 .intro_card2 .card_inner p {
    font-size: 18px;
    font-size: 1.8rem; }
    .section01 .intro_card2 .card_inner p .bold {
      font-weight: 700; }
.section01 .intro_card2 .items {
  margin: 20px -3px 0;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center; }
  .section01 .intro_card2 .items .item {
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 20px 0;
    width: calc(33.333333% - 6px);
    margin: 10px 3px 0; }
    .section01 .intro_card2 .items .item .txt {
      text-align: center;
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 500; }
    .section01 .intro_card2 .items .item .image {
      margin-top: 10px; }
    .section01 .intro_card2 .items .item:nth-child(3) {
      padding-top: 32px; }

.section01 .case_txt {
  margin: 30px 0 0;
  text-align: center;
  border: 1px solid #038e7c;
  border-radius: 8px;
  padding: 15px 20px;
  background: #F7FFF7; }
  .section01 .case_txt h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px; }
  .section01 .case_txt p {
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.075em;
    line-height: 1.8; }
    .section01 .case_txt p .marker {
      background: linear-gradient(transparent 60%, #fff200 0%);
      display: inline;
      /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
      padding: 0 2px 2px;
      color: #ff0000;
      font-weight: bold; }
    }
@media only screen and (max-width: 768px) {
.section02 .inner {
  padding: 25px 15px 40px;
  width: 1000px;
  margin: 0 auto; }
.section02 .inner {
      width: 100%; } 
.section02 .list {
  margin: 20px 0;
  border: 1px solid #038e7c;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  padding: 20px 0;
  text-align: center; }
  .section02 .list ul {
    display: inline-block;
    text-align: left; }
    .section02 .list ul li {
      color: #038e7c;
      font-weight: 500;
      letter-spacing: 0.05em;
      font-size: 18px;
      font-size: 1.8rem; }
.section02 .image {
  margin-top: 20px;
  border: 1px solid #038e7c;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  text-align: center;
  padding: 15px; }
.section02 .remarks {
  text-align: center;
  margin-top: 15px;
  font-size: 15px;
  font-size: 1.5rem; }

.voice_area h3 {
  text-align: center;
  margin: 0 0 30px;
  font-size: 20px;
  font-weight: bold;
  color: #fa5246; }
.voice_area ul.voice_li {
  width: 100%;
  padding: 0 10px;
  margin: 0 0 30px; }
  .voice_area ul.voice_li li.voice-item {
    width: 95%;
    padding: 20px;
    margin: 0 auto 10px;
    border: 2px solid #038e7c;
    border-radius: 10px;
    height: 378px; }
    .voice_area ul.voice_li li.voice-item .ico_area {
      width: 100%;
      overflow: hidden;
      margin: 0 0 20px; }
      .voice_area ul.voice_li li.voice-item .ico_area img {
        width: 100px;
        float: left; }
      .voice_area ul.voice_li li.voice-item .ico_area p {
        margin: 30px 0 0 130px;
        text-align: left;
        font-size: 16px;
        line-height: 1.8; }
    .voice_area ul.voice_li li.voice-item .txt_area {
      width: 100%;
      line-height: 1.6; }
      .voice_area ul.voice_li li.voice-item .txt_area span {
        display: block;
        font-size: 18px;
        font-weight: bold;
        background: linear-gradient(transparent 60%, #fff200 0%);
        display: inline;
        /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
        padding: 0 2px 2px; }
      .voice_area ul.voice_li li.voice-item .txt_area p {
        margin-top: 20px; }


.section03 .inner {
  padding: 25px 15px 0;
  width: 1000px;
  margin: 0 auto; }
.section03 .inner {
      width: 100%; }
.section03 .card {
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
  background: #efecec;
  padding: 20px 15px 40px; }
  .section03 .card .heading {
    text-align: center; }
    .section03 .card .heading span {
      display: inline-block;
      position: relative;
      padding-left: 40px;
      font-size: 25px;
      font-size: 2.5rem;
      font-weight: 700;
      letter-spacing: 0.08em; }
      .section03 .card .heading span::before {
        content: "";
        position: absolute;
        width: 30px;
        height: 30px;
        background-image: url("img/section01_ico.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        left: 0;
        top: 0;
        pointer-events: none;
        z-index: 10; }
      }
@media only screen and (max-width: 768px) {
  .section03 .card .items {
    margin: 20px -3px 0;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }
    .section03 .card .items .item {
      background: #fff;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      padding: 20px 0 15px;
      width: calc(33.333333% - 6px);
      margin: 10px 3px 0; }
      .section03 .card .items .item .txt {
        text-align: center;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: 500; }
      .section03 .card .items .item .image {
        margin-top: 10px; }

.section04 .inner {
  padding: 25px 15px 40px;
  width: 1000px;
  margin: 0 auto; }
.section04 .inner {
      width: 100%; }
.section04 .card {
  margin: 30px -15px;
  background: #faf9e5;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  padding: 25px 15px 40px; }
  .section04 .card .heading {
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    font-size: 2.2rem;
    color: #fa5246;
    line-height: 1.3; }
    .section04 .card .heading span {
      font-size: 150%; }
  .section04 .card .items {
    margin: 20px -3px 0;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }
    .section04 .card .items .item {
      background: #fff;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      padding: 20px 0 15px;
      width: calc(33.333333% - 6px);
      margin: 10px 3px 0; }
      .section04 .card .items .item .txt {
        text-align: center;
        font-size: 3.2vw;
        font-weight: 500; }
      .section04 .card .items .item .image {
        margin-top: 10px; }

.section04 .cta {
  margin: 40px auto 0;
  position: relative; }
  .section04 .cta .image {
    display: block;
    width: 100%;
    margin: auto; }
  .section04 .cta .cta_txt {
    position: relative;
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    z-index: 1;
    padding: 3px 0;
    width: 90%;
    color: #fa5246;
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    background: #FFF;
    border: solid 2px #fa5246;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    pointer-events: none; }
    .section04 .cta .cta_txt::before, .section04 .cta .cta_txt::after {
      content: "";
      position: absolute;
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
    .section04 .cta .cta_txt::before {
      bottom: -20px;
      border: 10px solid transparent;
      border-top: 10px solid #FFF;
      z-index: 2; }
    .section04 .cta .cta_txt::after {
      bottom: -24px;
      border: 12px solid transparent;
      border-top: 12px solid #fa5246;
      z-index: 1; }
  .section04 .cta .cta_btn::before {
    display: none; }
  .section04 .cta .cta_btn a {
    padding: 0;
    padding-top: 8px; }
.section04 .sponsored {
  text-align: center;
  margin-top: 15px; }
}
@media only screen and (max-width: 768px) {
  .section05 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 10px 30px 60px; }
  .section05 .inner {
        width: 100%; }
  .section05 .content {
    margin: 30px auto 0;
    -webkit-box-shadow: 0 0 7px rgba(3, 142, 124, 0.2);
    -moz-box-shadow: 0 0 7px rgba(3, 142, 124, 0.2);
    box-shadow: 0 0 7px rgba(3, 142, 124, 0.2);
    padding: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px; }
  .section05 table {
    width: 100%;
    border: 1px solid #f1eeec; }
    .section05 table th, .section05 table td {
      vertical-align: middle;
      border: 1px solid #f1eeec;
      padding: 15px; }
    .section05 table th {
      width: 90px;
      background: #f2f7f5;
      text-align: center;
      color: #038e7c;
      font-weight: 500;
      line-height: 1.8; }
  .section05 ul {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start; }
  .section05 ul li {
    position: relative;
    padding-right: 1.2em; }
    .section05 ul li::before {
      content: "、";
      position: absolute;
      right: 0;
      top: 0; }
    .section05 ul li a {
      color: #0096ff;
      text-decoration: none; }
      .section05 ul li a:hover {
        text-decoration: underline; }
    .section05 ul li:last-child {
      padding-right: 0; }
      .section05 ul li:last-child::before {
        display: none; }
}
@media only screen and (max-width: 768px) {
  .footer {
    background: #fff; }
    .footer .inner {
      width: 1000px;
      margin: 0 auto;
      padding: 0 10px 20px; }
    .footer .inner {
          width: 100%; }
    .footer .privacy_wrap {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      -ms-align-items: flex-end;
      -o-align-items: flex-end;
      align-items: flex-end; }
      .footer .privacy_wrap .image {
        width: 50px; }
      .footer .privacy_wrap .txt {
        width: calc(100% - 50px);
        padding-left: 10px;
        font-size: 12px;
        font-size: 1.2rem; }
  .footer .f_nav {
    margin-top: 20px; }
    .footer .f_nav ul {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center; }
      .footer .f_nav ul li {
        width: 50%;
        text-align: center; }
        .footer .f_nav ul li:first-child {
          margin-left: 0; }
        .footer .f_nav ul li a {
          font-size: 14px;
          font-size: 1.4rem;
          text-decoration: underline; }

    .footer .copyright {
      background: #1d9ba4;
      background: -webkit-linear-gradient(right, #1d9ba4 0%, #039fe8 100%);
      background: linear-gradient(to right, #1d9ba4 0%, #039fe8 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d9ba4', endColorstr=' #039fe8', GradientType=1);
      text-align: center;
      color: #fff;
      padding: 10px 0;
      font-size: 12px;
      font-size: 1.2rem; }

  .exitProtection_overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none; }

  .exitProtection {
    width: 95% !important;
    margin: 0 auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 15%;
    border: none;
    z-index: 1000; }
  .exitProtection a {
    outline: none; }
  .exitProtection .wrap {
    position: relative;
    overflow: auto !important;
    padding-top: 40px;
    height: 510px; }
  .exitProtection .wrap {
        width: 80vw;
        margin: 0 auto;
        height: 100%; }
        .exitProtection .wrap::before {
          content: "";
          display: block;
          padding-top: calc(470 / 400 * 100%); } 
    .exitProtection .wrap .image {
      position: absolute;
      top: 40px;
      left: 0; }
    .exitProtection .wrap .modal_close {
      background: #8d8d8d;
      color: #fff !important;
      width: 40px;
      line-height: 40px;
      display: block;
      font-size: 20px;
      font-weight: bold;
      position: absolute;
      top: 0px;
      right: 0;
      text-align: center;
      cursor: pointer;
      text-decoration: none;
      z-index: 100; }
    .exitProtection .wrap .btn {
      position: absolute;
      width: 90%;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 15px; }

  .ui-dialog-titlebar {
    display: none; }

  .ui-dialog {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    width: 90% !important; }

  .fixed_cta {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(3, 142, 124, 0.9);
    z-index: 100; }
}
@media only screen and (max-width: 768px) {
  .fixed_cta .inner {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    padding: 0 10px; }
  .fixed_cta .image {
    width: 43.97%; }
  .fixed_cta .cta {
    width: 54.1%; }

  .fixed_cta .cta_btn::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 100%;
    background-image: url("img/cta_ico.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    left: 20px;
    top: 0;
    pointer-events: none;
    z-index: 10; }
  .fixed_cta .cta_btn a {
    font-size: 3vw;
    padding: 6px 0;
    padding-left: 40px; }
  }
