@charset "UTF-8";
.headline {
  font-weight: 600;
  letter-spacing: 2px;
}

h2.headline.v2 {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 7px;
}

.v2.section{
  position: relative;
}
.v2.section > .button{
  border: 4px solid #ffeed6;
  box-shadow: none;
  margin: auto;
  position: absolute;
  z-index: 100;

  top: -26px;
  right: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .v2.section > .button{
    width: 91.4668%;
  }

}


@media screen and (max-width: 767px) {
  h2.headline.v2 {
    font-size: 28px;
    margin-bottom: 15px;
    padding-bottom: 5px;
  }
}

h2.headline.v2::before {
  content: '';
  background: #28856a;
  width: 100px;
  height: 5px;
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -5px;
}

@media screen and (max-width: 767px) {
  h2.headline.v2::before {
    width: 80px;
    height: 3px;
  }
}

h2.headline.v2.s2::before {
  width: 150px;
}

@media screen and (max-width: 767px) {
  h2.headline.v2.s2::before {
    width: 80px;
  }
}

h2.headline.v2.w2::before {
  width: 100px;
}

.sec02.v2 {
  padding: 50px 0px;
}

@media screen and (max-width: 767px) {
  .sec02.v2 {
    padding: 45px 20px;
  }
}

.sec02.v2 p {
  font-size: 22px;
  color: #414141;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .sec02.v2 p {
    font-size: 19px;
  }
}

.sec02.v2 p span {
  font-size: 27px;
}

@media screen and (max-width: 767px) {
  .sec02.v2 p span {
    font-size: 24px;
  }
}

.sec02.v2-s2 {
  padding-top: 100px;
  padding-bottom: 70px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s2 {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

.sec02.v2-s2 .title1 {
  font-size: 26px;
  font-weight: 500;
  color: #262f3d;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s2 .title1 {
    font-size: 18px;
  }
}

.sec02.v2-s2 ul {
  width: 100%;
  max-width: 780px;
  border: 4px solid #28856a;
  margin: 0 auto;
  padding: 60px 15px;
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s2 ul {
    margin-top: 20px;
    padding: 30px 0px;
    border: 3px solid #28856a;
  }
}

.sec02.v2-s2 ul li {
  margin-top: 30px;
}

.sec02.v2-s2 ul li:first-child {
  margin-top: 0px;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s2 ul li {
    margin-top: 10px;
  }
}

.sec02.v2-s2 ul li h3 img {
  width: auto;
  height: 38px;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s2 ul li h3 img {
    height: 30px;
  }
}

.sec02.v2-s2 ul li p {
  font-size: 24px;
  color: #262f3d;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s2 ul li p {
    font-size: 16px;
    letter-spacing: 2px;
  }
}

.sec02.v2-s2 ul li a {
  color: #669ef5;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s2 ul li a {
    font-size: 14px;
    letter-spacing: 2px;
  }
}

#blue_btn a:after {
  width: 18px;
  height: 20px;
  background-image: url(/promotion/corp/hoscp_sub/images/ico_blank_blue.png);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  display: inline-block;
  margin-left: 6px;
  content: "";
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  #blue_btn a:after {
    background-image: url(/promotion/corp/hoscp_sub/images/ico_blank_blue.png);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    width: 18px;
    height: 18px;
  }
}

.sec02.v2-s2 ul li .arrow {
  margin-top: 10px;
}

.sec02.v2-s2 ul li .arrow img {
  width: calc(78px / 2);
  height: auto;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s2 ul li .arrow {
    margin-top: 5px;
  }
  .sec02.v2-s2 ul li .arrow img {
    width: calc(78px / 2);
    height: auto;
  }
}

.sec02.v2-s2 .card-apple {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s2 .card-apple {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.sec02.v2-s2 .card-apple h4 {
  font-size: 24px;
  font-weight: 500;
  color: #262f3d;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s2 .card-apple h4 {
    margin-bottom: 15px;
    font-size: 20px;
    letter-spacing: -0.7px;
  }
}

@media screen and (max-width: 767px) and (max-width: 374px) {
  .sec02.v2-s2 .card-apple h4 {
    font-size: 17px;
  }
}

.sec02.v2-s2 .card-apple__img img {
  width: 320px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s2 .card-apple__img img {
    width: 232px;
    height: auto;
  }
}

.sec02.v2-s2 .box01 {
  width: 100%;
  max-width: 780px;
  border: 4px solid #d2d2d2;
  margin: 0 auto;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0px 40px 40px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s2 .box01 {
    border: 3px solid #d2d2d2;
    padding: 0px 10px 20px;
    margin-top: 40px;
  }
}

.sec02.v2-s2 .box01 h2 {
  width: calc(100% + 80px);
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: 40px;
  height: auto;
  display: block;
  background: #d2d2d2;
  font-size: 34px;
  color: #262f3d;
  font-weight: bold;
  text-align: center;
  padding: 7px 0px;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s2 .box01 h2 {
    font-size: 18px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 20px;
  }
}

.sec02.v2-s2 .box01__item {
  width: 50%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s2 .box01__item {
    margin-top: 15px;
  }
}

.sec02.v2-s2 .box01__item:nth-child(2) {
  width: 100%;
  margin-top: 0px;
}

.sec02.v2-s2 .box01__item .ic1 {
  width: 120px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s2 .box01__item .ic1 {
    width: 50px;
    position: relative;
  }
}

.sec02.v2-s2 .box01__item .ic1 img {
  width: 100px;
  height: auto;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s2 .box01__item .ic1 img {
    width: 50px;
    height: auto;
    margin-left: 0px;
    margin-bottom: 15px;
  }
}

.sec02.v2-s2 .box01__item .ic1 p {
  color: #262f3d;
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s2 .box01__item .ic1 p {
    font-size: 10px;
    margin-top: 3px;
    position: absolute;
    left: 0px;
    bottom: -2px;
    width: 200px;
    text-align: left;
    font-weight: bold;
  }
}

.sec02.v2-s2 .box01__item .txt {
  width: calc(100% - 120px);
  height: 100px;
  vertical-align: middle;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #262f3d;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s2 .box01__item .txt {
    width: calc(100% - 55px);
    font-size: 12px;
    line-height: 1.5;
    height: 50px;
    padding-left: 5px;
  }
}

.sec02.v2-s2 .txt2 {
  font-size: 16px;
  font-weight: 400;
  color: #262f3d;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s2 .txt2 {
    font-size: 14px;
  }
}

.sec02.v2-s3 .m-content-list-item {
  text-align: center;
}

.sec02.v2-s3 .m-content-list-item .center {
  width: 100%;
  text-align: center;
}

.sec02.v2-s3 .m-content-list-item .center ul {
  width: auto;
  display: inline-block;
}

.sec02.v2-s3 h4 {
  width: auto;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  padding: 0px;
  z-index: 1;
  line-height: 1.5;
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s3 h4 {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) and (max-width: 375px) {
  .sec02.v2-s3 h4 {
    font-size: 20px;
    letter-spacing: normal;
  }
}

.sec02.v2-s3 h4::after {
  content: '';
  background: #93c3b5;
  width: 100%;
  height: 18px;
  position: absolute;
  z-index: -1;
  left: -13px;
  bottom: 5px;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s3 h4::after {
    height: 12px;
    bottom: 1px;
    left: -10px;
  }
}

.sec02.v2-s3 p {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s3 p {
    font-size: 15px;
  }
}

.sec02.v2-s3 p small {
  font-size: 24px;
  color: #28856a;
  border-bottom: 3px solid #28856a;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s3 p small {
    font-size: 18px;
    border-bottom: 2px solid #28856a;
  }
}

.sec02.v2-s3 ul {
  /* text-align: left; */
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s3 ul {
    width: 100%;
  }
}

.sec02.v2-s3 ul li {
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s3 ul li {
    font-size: 14px;
  }
}

.sec02.v2-s3 ul li.u-dot {
  padding-left: 15px;
  position: relative;
}

.sec02.v2-s3 ul li.u-dot::before {
  content: '※';
  color: #262f3d;
  font-size: 14px;
  position: absolute;
  left: 0px;
}

.sec02.v2-s3 ul.bold {
  text-align: center;
}

.sec02.v2-s3 ul.bold li {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s3 ul.bold li {
    font-size: 15px;
  }
}

.sec02.v2-s3 ul.bold .u-bold {
  font-weight: bold;
}

.sec02.v2-s4 .m-card {
  margin-top: 0px;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s4 .m-card {
    padding-top: 20px;
  }
}

.sec02.v2-s4 .card-nav {
  margin-top: 0px;
}

.sec02.v2-s4 .card-nav .card-nav-list li a img {
  padding: 20px 20px 10px;
}

.sec02.v2-s4 .card-nav .card-nav-list li a img.w2 {
  padding: 20px 10px 10px;
}

.sec07 .headline.v2 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .sec07 .headline.v2 {
    margin-bottom: 30px;
  }
}

/* よくある質問 */
.faq-btn {
  margin: 40px auto 20px;
  text-align: center;
}
.toggle-faq {
  background-color: #f2f2f2;
  color: #222;
  text-decoration: none;
  padding: 20px 30px;
  border-radius: 70px;
  display: inline-block;
}
.toggle-faq:after{
  content:'＋';
}
.toggle-faq.open:after{
  content:'ー';
}
.toggle-faq:hover {
  text-decoration: none;
}
.toggle-faq span{
  display:inline-block;
}
@media screen and (max-width: 767px) {
  .faq-btn {
    margin: 30px auto 0px;
  }
  .toggle-faq {
    padding: 10px 8px;
    display: block;
  }
}
.content-faq{
  max-height:0;
  overflow:hidden;
  transition:.6s ease-in-out;
}
.content-faq.open{
  max-height:2500px;
  transition:.6s ease-in-out;
}
.content-faq > div{
  border-top:solid 1px #dbf6ee;
  margin-top:15px;
  padding-top:15px;
}
.content-faq .question{
  font-weight:bold;
}
.content-faq .question span,
.content-faq .answer span{
  color:#28856a;
  font-weight:bold;
}
.content-faq .m-mini-table dd{
  background-color:#faf9f4;
}
.table.table-default{
  border-top-left-radius:30px;
  border-top-right-radius:30px;
}
.table.table-default table {
  margin: 0 auto;
  width: 100%;
}
.table.table-default th,
.table.table-default td{
  font-size:12.5px;
  text-align:center;
  vertical-align:middle;
  padding:10px 15px;
}
.table.table-default th span,
.table.table-default td span{
  display:inline-block;
}
.table.table-default thead th{
  background-color:#93c3b5;
}
.table.table-default thead th:first-child{
  border-top-left-radius: 11px;
  width:25%;
}
.table.table-default thead th:last-child{
  border-top-right-radius: 11px;
  width: 31%;
}
.table.table-default thead th:nth-child(2){
  width: 33%;
}
.table.table-default tbody td{
  background-color:#fff;
}
.table.table-default tbody td + td{
  border-left:solid 1px #dbf6ee;
}
.content-faq .close-faq{
  border-top:0;
  margin-top:0;
}
.content-faq .close-faq a{
  color:#000;
  text-decoration:underline;
}

/* 閉じるボタン */
.close_btn a{
  max-width: 380px;
  text-decoration: none;
  border: 2px solid #222;
  text-align: center;
  transition: 0.2s;
  background: #ffffff;
  font-weight: bold;
  color: #222;
  display: block;
  width: 180px;
  padding: 5px;
  font-size: 14px;
  transition:.1s;
}
.close_btn a:hover{
  background-color: #222;
  color:#fff;
  text-decoration: none;
  transition:.1s;
}
.close_btn a .close_icon{
  vertical-align: 1.5px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 20px;
  height: 25px;
}
.close_btn a .close_icon span:before,
.close_btn a .close_icon span:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84%;
  height: 9.5%;
  margin: -8% 0 0 -42%;
  background: #222;
  transition:.1s;
}
.close_btn a:hover .close_icon span:before,
.close_btn a:hover .close_icon span:after{
  background: #fff;
  transition:.1s;
}
.close_btn a .close_icon span:before{
  transform: rotate(-45deg);
}
.close_btn a .close_icon span:after{
  transform: rotate(45deg);
}
#header__close{
  position: absolute;
  top: 24px;
  right: 10px;
}
@media screen and (max-width: 700px) {
    #header__close{
    top: 12px;
    }
}
#header__close .close_btn a:hover{
  color:#fff;
}
.footer .close_btn{
  max-width: 980px;
  margin: 0 auto;
  padding:24px 20px;
  text-align:center;
}
.footer .close_btn a{
  min-width: 100px;
  max-width: 380px;
  width:100%;
  font-size: 19px;
  margin: 0 auto;
  padding: 5px 0;
  border-color:#fff;
  background-color:#222;
  color:#fff;
  transition:.1s;
}
.footer .close_btn a:hover{
  border-color:#fff;
  background-color:#fff;
  color:#222;
  transition:.1s;
}
.footer .close_btn a .close_icon{
  width: 27px;
  height: 27px;
}
.footer .close_btn a .close_icon span:before,
.footer .close_btn a .close_icon span:after{
  background:#fff;
}
.footer .close_btn a:hover .close_icon span:before,
.footer .close_btn a:hover .close_icon span:after{
  background:#222;
}

.v2-s3 .target-card ul + p{
  font-size: 16px;
  text-align: left;
  width: 80%;
  margin: 0 auto;
  font-weight: normal;
  margin-top: 10px;
}

@media  screen and (max-width: 767px) {
  .v2-s3 .target-card ul + p{
    font-size: 11px;
    width:100%;
  }
}

.m-mini-table{
  padding-top: 2rem;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
  max-width: 890px;
}

.is-color-red{
  color: red;
}

.table-border{
  border:4px solid #93c3b5;
  ;
}

.is-margin-top{
  margin-top: 15px;
}

.is-margin-bottom{
  margin-bottom: 15px !important;
}

.is-margin-none{
  margin-bottom: 0 !important;
}

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

.margin-left-right{
  margin-left: 20px;
  margin-right: 20px
}

.is-p-center-sp{
  text-align: center !important;
}

.m-bottom{
  margin-bottom: 16px;
}

.card-txt-s{
  font-size: 30px;
}

.txt-al{
  text-align: start;
}

.w-80{
  width: 80% !important;
}

.no-card-btn{
  margin-top: 10px;
}

.mgn-auto{
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .card-txt-s{
    font-size: 28px;
  }

  .is-margin-t{
    margin-top: 6px;
    line-height: 33px;
  }

  .headline{
    line-height: 38px; 
  }
}

.tb-center{
  margin: 0 auto;
}

.close_btn:hover .toggle1 {
  content: url('/promotion/corp/hoscp_sub/images/turn-arrow-w.png');
}

.close_btn:hover .toggle2 {
  content: url('/promotion/corp/hoscp_sub/images/turn-arrow-b.png');
}

@media screen and (max-width: 500px){
  .is-blue-txt{
    font-size: 19px !important;
  }

  .sp-only{
    display: block;
  }

  .pc-only{
    display: none;
  }
}

@media screen and (min-width: 501px){
  .sp-only{
    display: none;
  }

  .pc-only{
    display: block;
  }

  .tx-center-pc{
    text-align: center;
  }

  .le-spacing{
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 767px){
  .ta-only{
   display: none;
  }
 }

@media screen and (min-width: 768px){
 .ta-only{
  display: block;
 }
}
@media screen and (min-width: 773px){
  .ta-only{
   display: none;
  }
 }

 .contact_width{
  width: 100% !important;
 }

 .contact{
  background-color: #e9f2f4;
}

.contact .section__inner {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section__inner {
  max-width: 640px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .contact .section__inner {
      padding-top: 30px;
      padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .section__inner {
      width: auto;
      padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .contact__lead {
      font-size: 22px;
      margin-bottom: 20px;
  }
}

.contact .section__button {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .contact .section__button {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .section__button {
      font-size: 18px;
      padding: 16px 36px 16px 16px;
      border-radius: 8px;
  }
}

.section__button {
  position: relative;
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  background-color: #28856a;
  margin: 0 auto;
  padding: 20px 40px 20px 20px;
  text-decoration: none !important;
  text-align: center;
  border-radius: 8px;
  max-width: 468px;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.mg-tp{
  margin-top: 40px;
}

.card-mg{
  margin-top: 20px;
}

.section__button:hover {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.section__button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 87%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: url(/promotion/corp/hoscp_sub/images/icon_arrow.svg);
  background-size: cover;
  width: 24px;
  height: 24px;
}

@media only screen and (max-width: 767px) {
  .section__button::after {
      width: 20px;
      height: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .section__button {
      font-size: 15px;
      padding: 16px 36px 16px 16px;
      border-radius: 8px;
  }
}

.contact__text {
  font-size: 12px;
  margin-bottom: 12px;
  text-align: center;
}

.is-border-b{
  border-bottom: 1px solid #dbf6ee;
}

@media only screen and (max-width: 639px) {
  .u-dot2{
    position: relative;
  }
  
  .u-dot2::before {
    content: '※';
    color: #262f3d;
    font-size: 14px;
  }
}

@media only screen and (min-width: 640px) {
.u-dot2{
  padding-left: 15px;
  position: relative;
}

.u-dot2::before {
  content: '※';
  color: #262f3d;
  font-size: 14px;
  position: absolute;
  left: 0px;
}
}

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


/*# sourceMappingURL=style2.css.map */


.is-border-r{
  border-right: 1px solid #dbf6ee;
}

.col-2 {
  width: 60% !important;
}

.cashmap-content{
  background: #FFFFFF;
  color:#000000;
  border-radius: 6px 6px 0 0;
}

.m-content-cashmap{
  border: 4px solid #008eed;
  border-radius: 6px;
}



.sec02 .cashmap-cp-title{
  color: #FFFFFF;
}

.cashmap-point{
  color:#008eed;
  font-weight: bold;
}

.mgb{
  margin-bottom: 3rem;
}

.f14{
  font-size: 1.5rem;
  font-weight: 500;
}

.mb0{
  margin-bottom: 0;
}

.sec02 .border-r{
  border-radius: 0 0 6px 6px;
}

.sec02 .m-content-cashmap .headline::after {
  content: '';
  background: #70ccff;
  width: 100%;
  height: 18px;
  position: absolute;
  z-index: -1;
  left: -13px;
  bottom: 5px;
  padding: 0 10px;
}

.cashmap-cp-title .is-bold{
  font-size: 30px !important; 
  /* line-height: 1.4; */
}

.casmap-cp-title .f17{
  font-size: 17px;
  color: #008eed;
}

.cashmap-cp-title p{
  color: #000000;
}

@media screen and (max-width: 767px) {
  .sec02 .m-content-cashmap .headline::after {
    height: 12px;
    bottom: 1px;
    left: -10px;
  }

  .sec02 .m-content-cashmap .f14{
    font-size: 13px;
  }

  .cashmap-cp-title .is-bold{
    font-size: 20px !important;
    font-weight: bold!important;
  }

  .cashmap-content .f14{
    font-size: 13px;
    font-weight: 500;
  }

  .f17{
    line-height: 1.6;
  }
}

.cashmap-content .f17{
  font-weight: normal!important;
  color: #030303;
}

.sec02 .is-note{
  font-size: 13px;
}

.sec02 .cashmap-cp-title{
  border-radius: 6px;
}

.is-border-r{
  border: 1px solid #dbf6ee;
}

.sec02 .bg-w{
  background: #FFFFFF;
}

.sec02 .v2 .is-bold{
  font-weight: 600;
}

.is-color-em{
  color: #509884;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s2 ul {
      border: 3px solid #116e6a;
  }
}

.m-content-cashmap li{
  margin-left: 1em;
    text-indent: -1.1em;
}

.m-content-cashmap .bg-c-white{
  background: #FFFFFF;
}

.newwindow-icon {
  width: 1.3rem;
  margin-left: 0.5rem;
}

.m-content-cashmap .bg-c-blue{
  background-color: #def2fd;
}

.sec02 .m-content-list-item .txt-gift{
  font-weight: bold;
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .sec02 .m-content-list-item .txt-gift{
    font-size: 19px;
  }
}

.cashmap-border{
  border-radius: 0 0 6px 6px;
}

.m-content-cashmap a{
  text-decoration: underline;
}

.m-content-cashmap a:hover{
  text-decoration: none;
  transition: all 0.3s;
  opacity: 0.6;
}

.headline .v3{
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .headline .v3{
    margin-bottom: 20px;
  }

  .is-ta-l{
    width: 100% !important;
  }
}

.sec02 .m-content-cashmap {
  margin: 30px 0 0;
  border: 4px solid #008eed;
  border-radius: 6px;
}

.m-content-cashmap .m-content-list-item{
  background: #FFFFFF;
}

.img_subcp{
  max-width: 600px;
  margin: 0 auto;
}

.img_subcp img{
  width: 100%;
}

.mainVisual__unit {
  max-height: 800px;
}

