@charset "UTF-8";
#wrapper{
/*    padding-bottom:100px; */
}
.feature-mv {
    text-align: center;
}
.feature-mv-wrapper {
    height: auto;
    background-image: url(/sp/helpo/images/mv_bg.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
}
.list-iconindent.text-size-s{
    font-size:13px !important;
}
.bg-blue{
    background-color: #daf1fd;
}

.helpo-blue{
    color:#0f72ce;
}

h3.helpo-blue{
    font-size:32px;
    font-weight: bold;
}
@media (max-width: 768px) {
    h3.helpo-blue{
        font-size:23px;
        font-weight: bold;
    }
}

.title-blue,
.btn-blue{
    position: relative;
    min-width: 300px;
    font-size:32px;
    display: inline-block;
    border-radius: 22px;
    padding:10px 40px;
    color:#fff;
    background-color:#0f72ce;
    font-weight: bold;
}
.btn-blue::after{
    position: absolute;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: cover;
    width: 19px;
    height: 22px;
    top: 0;
    bottom: 0;
    right:10px;
    margin: auto 0;
    background-image: url(/sp/helpo/images/btn_aroow.png);
}
@media (max-width: 768px) {
    .title-blue,
    .btn-blue{
        min-width: 200px;
        font-size:18px;
        border-radius: 11px;
    }
    .btn-blue::after{
        width: 10px;
        height: 15px;
    }
}
.num_area{
    min-height:70px;
}
@media (max-width: 768px) {
    .num_area{
        min-height:45px;
    }
}
.num{
  float:left;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color:#fff;
  background: #0f72ce;
  text-align:center;
  line-height: 30px;
}
.numtxt{
    font-size:16px;
    padding-left:35px;
}
@media (max-width: 768px) {
    .numtxt{
        min-height:78px;
    }
    .numtxt.spmh{
        min-height:50px;
    }
}

.pc_mt-20{
    margin-top:-20px;
}
@media (max-width: 768px) {
    .pc_mt-20{
        margin-top:0;
    }
}

.helpo-ac{
    border-bottom:solid 1px #343434;
}

.helpo-ac .accordion-title{
    border:none;
    margin:0;
    color:#0f72ce;
    padding-left:10px;
}
.helpo-ac .accordion-title p,
.helpo-ac .accordion-box-inner span{
    font-size:16px;
}

.helpo-ac .accordion-box{
    padding-bottom:20px;
}
@media (max-width: 768px) {
    .helpo-ac .accordion-box{
        padding-left: 10px;
    }
}

.helpo-ac .q::before,
.helpo-ac .a::before{
    font-weight: bold;
    float: left;
    padding-top: 3px;
    display: inline-block;
    margin-right:10px;
    vertical-align: middle;
    text-align: center;
    width: 40px;
    height: 40px;
    position: relative;
    top: -1px;
    border-radius: 50%;
    font-size:20px;
}

.helpo-ac .q::before{
    content: "Q";
    background-color:#0f72ce;
    color:#fff;
}

.helpo-ac .a::before{
    content: "A";
    background-color:#fff;
    border: solid 2px #0f72ce;
    color:#0f72ce;
}

@media (max-width: 768px) {
    .helpo-ac .q::before,
    .helpo-ac .a::before{
        width: 30px;
        height: 30px;
        font-size:14px;
    }
}

.helpo-ac .q span,
.helpo-ac .a span{
    display: table;
    font-size: 20px;
    font-weight: bold;
}

.helpo-ac .a span a{
    font-size: 20px;
    font-weight: bold;
}
@media (max-width: 768px) {
    .helpo-ac .q span{
        font-size: 16px;
    }
    .helpo-ac .a span,
    .helpo-ac .a span a{
        font-size: 16px;
        font-weight: normal;
    }
}

.helpo-ac .accordion-icon span:nth-child(1){
    height: 20px;
    left: 9px;
}

.helpo-ac .accordion-title.is-active .accordion-icon span:nth-child(1){
    height: 20px;
}

.helpo-ac .accordion-icon span:nth-child(2){
    width: 20px;
    top: 9px;
}

.l-footer-fixed{
    background-color: #157ed8;
}
.l-footer-fixed a p{
    font-size:16px;
    font-weight: bold;
    color:#fff;
    margin-bottom:0px;
}
@media (max-width: 768px) {
    .l-footer-fixed a p{
        font-size:12px;
    }
}

.l-footer-fixed .col-4{
    border-left:solid 1px #fff;
}
.l-footer-fixed .col-4:last-child{
    border-right:solid 1px #fff;
}

.btn_area .btn{
    min-width: 100%;
}
@media (max-width: 768px) {
    .text-size-m{
        font-size:16px !important;
    }
    #lp .gotop{
        bottom:90px;
    }
    .btn_area .col-4,
    .l-footer-fixed .col-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
}


/* menu */

.header {
  position: fixed;
  top: 15px;
  /*left: 0;*/
  right: 15px;
  /*width: 100%;*/
  background-color: #0f72ce;
  border-radius: 50%;
  z-index: 1000;
    opacity: 0; /* 最初は非表示にしておく */
    transition: all 2s; /* 動きを滑らかに */
}

.fadeIn {
    opacity: 1;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
}


/* ハンバーガーボタンのデザイン */
.drawer__button {
  position: relative;
  width: 5rem;
  height: 6rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 999; /* メニューを開いている時もクリックできるよう設定 */
}
@media (max-width: 768px) {
    .drawer__button {
      position: relative;
      width: 3rem;
      height: 4rem;
    }
}
/* ハンバーガーボタン内の線 */
.drawer__button > span {
  display: block;
  position: absolute;
  top: 45%;
  left: 50%;
  width: 3rem;
  height: 4px;
  background-color: #fff;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
    .drawer__button > span {
      width: 2rem;
    }
}
.drawer__button > span:first-child {
  transform: translate(-50%, calc(-50% - 0.8rem));
  transition: transform 0.3s ease;
}
.drawer__button > span:nth-child(2) {
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.drawer__button > span:last-child {
  transform: translate(-50%, calc(-50% + 0.8rem));
  transition: transform 0.3s ease;
}
.text_menu{
    position: absolute;
    font-weight: bold;
    color: #fff;
    bottom: 15%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 768px) {
    .text_menu,
    .btn_close{
        bottom: 10%;
        font-size:12px;
    }
}
.btn_close{
    display: none;
}

/* 展開時のデザイン */
.drawer__button.active > span:first-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.drawer__button.active > span:nth-child(2) {
  opacity: 0;
}
.drawer__button.active > span:last-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.btn_close.active{
    display: block;
    z-index:10000;
    position: absolute;
    font-weight: bold;
    color: #fff;
    bottom: 15%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
/* メニューのデザイン */
.drawer__nav {
  position: fixed; /* 追従ヘッダーなどでも表示できるよう設定しておく */
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
/*  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease;*/
  opacity: 0;
  visibility: hidden;
}
.drawer__nav.active {
  opacity: 1;
  visibility: visible;
}
.drawer__nav__inner {
  position: relative;
  width: 40%;
  height: auto;
  background-color: #0f72ce;
  padding: 1rem 1.5rem 1rem;
  margin: 15px 15px 0 auto;
  overflow: scroll;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow: hidden;
  border-radius: 50px;
}
@media (max-width: 768px) {
    .drawer__nav__inner {
        width: 80%;
    }
}

.drawer__nav.active .drawer__nav__inner {
  transform: translateX(0);
}
.drawer__nav__menu {
  list-style: none;
  padding-left: 0;
}
.menu_ttl{
  display: block;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size:24px;
  text-decoration: none;
  padding: 1.5rem 1.5rem;
  border-bottom: solid 1px lightgray;
}
@media (max-width: 768px) {
    .menu_ttl{
      padding: 1rem 1rem;
    }
}
.drawer__nav__link {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size:20px;
  text-decoration: none;
  padding: 1rem 1rem;
  /*border-bottom: solid 1px lightgray;*/
}

/* ハンバーガーメニュー展開時、背景を固定 */
body.active {
  height: 100%;
  overflow: hidden;
}

/* /menu */