@charset "UTF-8"
    .select__1{
    margin-bottom:30px;
}
.select__box__title{
    font-size:19px;
    border-bottom:1px solid #333;
    padding-bottom:10px;
    margin-bottom:20px;
}
.select__1__box{
    position:relative;
    height:300px;
}
.select__1__box__bg{
    position:absolute;
    top:0;
    left:0;
}
.select__1__box__text{
    position: absolute;
    bottom: 70px;
    left: 50px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 10px #333;
}

.select__2{
    margin-bottom:50px;
}
.select__2__title{
    position:relative;
    width:90%;
    margin:0 auto 50px;
}
.select__2__title__icon{
    color: #cf9c68;
    position: absolute;
    top: -10px;
    left: -32px;
    font-size: 30px;
    -webkit-transform: rotate(332deg);
    transform: rotate(332deg);
}
.select__2__text{
    width:70%;
    margin:0 auto;
    background:#f6ece2;
    padding:20px;
    border-radius:12px;
    font-weight:500;
    position:relative;
}
.select__2__text__arrow{
    position: absolute;
    top: -30px;
    left: 90px;
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 46px 9px;
    border-color: transparent transparent #f6ece2 transparent;
}


.select__3{

}
.select__3__list{
    margin-bottom:30px;
}
.select__3__list__items{
    float:left;
    width:48%;
    margin-right:2%;
    margin-bottom:2%;
}
.select__3__list__items:nth-child(even){
    margin-right:0;
}
.select__3__list__items__link img{
    width:100%;
}

.select__box__imgBg{
    margin-bottom:20px;
    width:100%;
}
.select__4{
    margin-bottom:10px;
}
.select__4__category{
    margin-bottom:110px;
}
.select__4__post{

}
.select__4__post h3{
    margin-top: 50px;
    margin-bottom: 22px;
    font-size: 21px;
    font-weight: 600;
}
.select__4__post h3::after{
    content: "";
    display: block;
    height: 4px;
    border-radius: 5px;
    background: #666;
    margin-top: 8px;
}
.select__4__post h4{
    font-size: 19px;
    margin-top: 40px;
    margin-bottom: 25px;
    position: relative;
    padding-left: 14px;
}
.select__4__post h4::before{
    content: "";
    display: inline-block;
    height: 35px;
    border-radius: 5px;
    background: #666;
    width: 5px;
    margin-right: 8px;
    padding-right: 0px;
    position: absolute;
    top: -2px;
    left: -2px;
}
.select__4__post h5{
  font-size: 16px;
  margin-bottom: 12px;
}
.qa__box .select__4__post h5{
  margin-bottom:0;
}
.select__4__post p{
  margin-bottom: 30px;
  color: #666;
  font-size: 15px;
   line-height:1.8;
}
.select__4__post img{
  margin-bottom:10px;
}
.select__4__post a{
  color:#cf9c68;
}
.select__4__next__link{
    display:block;
    width:400px;
    height:60px;
    margin:0 auto;
    line-height:60px;
    border-radius:7px;
    border:1px solid #cf9c68;
    text-align:center;
    color:#cf9c68;
}
.select__4__category{
    margin-top:50px;
    background:#faf5f0;
    padding:40px 70px;
    border-radius:12px;
}
.select__4__category__title{
    text-align:center;
    font-size:19px;
    margin-bottom:40px;
}
.select__4__category__list__items__icon{
    display:inline-block;
    background:#fff;
    width: 10px;
    height: 10px;
    text-align:center;
    border-radius:50%;
    line-height: 36px;
    margin-right:5px;
}
.select__4__category__list__items__icon img{
    width:12px;
    height:auto;
}
.select__4__category__list__items{
    float:left;
    width:48%;
    margin-bottom:20px;
    margin-right:4%;
}
.select__4__category__list__items:nth-child(even){
    margin-right:0;
}
.select__4__category__list__items__link{
    font-weight: 600;
    background: #cf9c68;
    color: #fff;
    display: block;
    height: 50px;
    padding-top: 15px;
    padding-left: 20px;
    border-radius: 30px;
    font-size:14px;
    box-shadow: 0 0 10px #ccc;
}

@media screen and (max-width:768px){
    .select__1__box{
        height:200px;
    }
    .select__1__box__bg{
        width:100%;
        height:100%;
        -o-object-fit:cover;
        object-fit:cover;
    }
    .select__1__box__text{
        left: 20px;
        font-size: 19px;
        width: 90%;
        bottom: 42px;
    }
    .select__4__next__link{
        width:90%;
    }
    .select__box{
        width:90%;
        margin:0 auto;
    }
    .select__box__imgBg{
        width:100%;
        margin:0 auto;
        display:block;
    }
    .select__2__title{
        font-size:19px;
        margin: 0 auto 30px;
    }
    .select__2__text{
        width:100%;
        font-size:14px;
    }
    .select__4__category{
        padding: 20px 30px;
        margin-bottom:40px;
    }
    .select__4__category__list__items{
        position:relative;
        margin-bottom:10px;
    }
    .select__4__category__list__items__icon{
        position:absolute;
        top: 23px;
        left:10px;
        width:7px;
        height:7px;
    }
    .select__4__category__list__items__link{
        font-size:12px;
        border-radius:7px;
        padding-top: 17px;
        padding-left: 23px;
        padding-right: 10px;
    }
    .select__4__category__list__items__link__paddingTop7px{/* padding-top:7px; */
        padding-top: 7px;
    }
    .select__4__category__title{
        font-size: 17px;
        margin-bottom: 20px;
    }
    .select__4__post img{
        width:100%;
    }
    .select__4__post h3{
        font-size:17px;
    }
    .select__4__post h4{
        font-size:16px;
    }
}


/* 店舗紹介 */
.store__1__box{
    position:relative;
    height:300px;
    margin-bottom:30px;
}
.store__1__box__bg{
    position:absolute;
    top:0;
    left:0;
}
.store__1__box__text{
    position: absolute;
    background: rgba(255,255,255,0.4);
    bottom: 42px;
    left: 0px;
    padding: 30px;
    font-size: 21px;
    font-weight: 700;
    color: #804e1b;
    text-shadow: 0 0 10px #fff;
}
.store__1__box__text__2{
    font-size:19px;
    font-weight:600;
    margin-bottom:30px;
}
.store__1__list{
    width:80%;
    margin:0 auto;
    background: #fbf7f3;
    padding: 30px 30px 30px 70px;
    border-radius:12px;
}
.store__1__list__items{
    font-weight:500;
    margin-bottom:10px;
    position:relative;
}
.store__1__list__items:before{
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: #cf9c68;
    border-radius: 50%;
    position: absolute;
    left: -25px;
    top: 4px;
}

.store__search{
    width:540px;
    margin:60px auto 70px;
    background:#f3f3f3;
    padding:30px;
    border-radius:12px;
}
.store__search__title{
    text-align:center;
    font-size:19px;
    margin-bottom:20px;
}
.store__search__form{
    text-align:center;
}
.store__search__form__text{
    background:#fff;
    padding:2px 10px;
    text-align:left;
    height:36px;
    width:300px;
    box-shadow:0 0 10px #ddd;
}
.store__search__form__text::-webkit-input-placeholder{
    color:#ddd;
}
.store__search__form__text:-ms-input-placeholder{
    color:#ddd;
}
.store__search__form__text::placeholder{
    color:#ddd;
}
.store__search__form__submit{
    background:#4277c1;
    color:#fff;
    background:inline-block;
    height: 36px;
    padding: 0 10px;
    line-height: 36px;
    display: inline-block;
}

@media screen and (max-width:768px){
    .store__box{
        width:90%;
        margin:0 auto;
    }
    .store__1__box{
        height: 130px;
    }
    .store__1__box__bg{
        width:100%;
    }
    .store__search{
        width:100%;
        padding:30px 20px;
        border-radius:0;
    }
    .store__search__form__text{
        width:180px;
    }
    .store__1__box__text{
        font-size: 16px;
        left: 0px;
        right: 0;
        margin: auto;
        width: 100%;
        position: static;
        border: 1px solid #804e1b;
        padding: 17px;
        margin-bottom: 30px;
    }
    .store__1__box__bg{
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .store__1__list{
        width:100%;
    }
}


/* 初めての方へ */
.wrap__2{
    width:1000px;
    margin:50px auto;
}
.beg__1__box{
    position:relative;
    height:500px;
    margin-bottom:40px;
}
.beg__1__box__imgBg{
    width:100%;
    position:absolute;
    top:0;
    left:0;
}
.beg__1__box__inBox{
    position:absolute;
    top:60px;
    left:0;
    right:0;
    margin:auto;
    text-align:center;
    color:#fff;
}
.beg__1__box__title{
    font-size:70px;
}
.beg__1__box__title__largeText{
    display:block;
    font-size:40px;
    margin-top: -15px;
}
.beg__1__box__text{
    font-size:21px;
    font-weight:700;
    margin:20px auto;
}
.beg__1__box__text__smallText{
    font-size:15px;
}

.beg__2{
    margin-bottom:90px;
}
.beg__2__box{
    width:900px;
    margin:0 auto 40px;
    display:-webkit-box;
    display:-webkit-flex;
    display:flex;
    padding:30px;
    background:#faf5f1;
    border-radius:12px;
}
.beg__2__box__right{
    margin-top:40px;
    margin-left:20px;
}
.beg__2__box__right__list{

}
.beg__2__box__right__list__items{
    font-size:19px;
    font-weight:700;
    margin-bottom:14px;
}
.beg__2__box__right__list__items__icon{
    display:inline-block;
    width:24px;
    height:24px;
    color:#fff;
    background:#cf9c68;
    border-radius:50%;
    font-size:14px;
    text-align:center;
    line-height:24px;
    margin-right:7px;
}

.beg__2__title{
    text-align:center;
    color:#cf9c68;
    font-size:26px;
}



.beg__3__box__title{
    text-align:center;
    margin-bottom:20px;
}
.beg__3__box__list{
    display:-webkit-box;
    display:-webkit-flex;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    margin-bottom:90px;
}
.beg__3__box__list__items{
    width:300px;
    background:#f7f9fd;
    padding:20px;
    position:relative;
    border-radius:12px;
    box-shadow:0 0 10px #ccc;
}
.beg__3__box__list__items__img{
    width:100%;
    margin-bottom:14px;
}
.beg__3__box__list__items__title{
    text-align:center;
    margin-bottom:10px;
    color:#4277c1;
}
.beg__3__box__list__items__text{
    font-size:14px;
    color:#555;
}
.beg__3__box__list__items__text__2{
    position:absolute;
    left:0px;
    bottom:-60px;
    font-size:14px;
    color:#777;
}
.beg__3__box__list__items__text__2__1{
    bottom:-100px;
}
.beg__3__box__list__2{
    width:650px;
    margin:0 auto 150px;
}

.beg__4{
    text-align:center;
    margin:60px auto 0;
}


.beg__5{

}
.beg__5__box{
    display:-webkit-box;
    display:-webkit-flex;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    margin-bottom:50px;
}
.beg__5__box__reverse{
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -webkit-flex-flow:row-reverse;
    flex-flow:row-reverse;
}
.beg__5__box__left{
    width:500px;
}
.beg__5__box__left__text{
    line-height:2;
    color:#555;
}
.beg__5__box__right{
    width:460px;
}
.beg__5__box__right img{
    width:100%;
}
.beg__5__title{
    text-align:center;
    margin-bottom:30px;
}
.beg__5__box__left__link{
    display: block;
    width: 370px;
    background: #cf9c68;
    text-align: center;
    color: #fff;
    height: 56px;
    line-height: 56px;
    margin: 30px auto 0;
    border-radius: 7px;
}
.beg__5__box__left__link__2{
    background:#fff;
    border:1px solid #cf9c68;
    color:#cf9c68;
}


.beg__6{
    position:relative;
    height:500px;
    margin:100px auto 110px;
}
.beg__6__img{
    position:absolute;
    top:0;
    left:0;
}
.beg__6__title{
    position: absolute;
    top: 190px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 36px;
    color: #fff;
    text-shadow: 0 0 10px #666;
}
.beg__6__link{
    display:-webkit-box;
    display:-webkit-flex;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    position:absolute;
    bottom:110px;
    left:0;
    right:0;
    margin:auto;
    width:800px;
}
.beg__6__link__left{
    display:block;
    width:390px;
    height:60px;
    line-height:60px;
    border-radius:7px;
    background:#77a1db;
    color:#fff;
    text-align:center;
    box-shadow:0 0 10px #888;
}
.beg__6__link__right{
    display:block;
    width:390px;
    height:60px;
    line-height:60px;
    border-radius:7px;
    background:#cf9c68;
    color:#fff;
    text-align:center;
    box-shadow:0 0 10px #888;
}

.beg__7{
    margin-bottom:70px;
}

@media screen and (max-width:768px){
    .wrap__2{
        margin:auto;
    }
    .beg__1__box__title{
        font-size: 50px;
    }
    .beg__1__box__title__largeText{
        font-size: 30px;
        margin-top: -8px;
    }
    .beg__1__box__text{
        font-size:19px;
    }
    .beg__1__box__text__smallText{
        font-size: 13px;
        width: 80%;
        margin:0 auto;
    }
    .beg__1__box__imgBg{
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .beg__2__box{
        display:block;
        width:90%;
        margin:0 auto;
        padding:20px;
    }
    .beg__2__box img{
        width:100%;
    }
    .beg__2__box__right{
        margin-top: 20px;
        margin-left:0;
    }
    .beg__2__box__right__list__items{
        font-size:16px;
        font-weight:600;
        position:relative;
        padding-left:40px;
    }
    .beg__2__title{
        font-size:19px;
        width:90%;
        margin:20px auto 0;
    }
    .beg__2__box__right__list__items__icon{
        position:absolute;
        top:10px;
        left:0;
    }
    .beg__3__box__title{
        font-size:19px;
    }
    .beg__3__box__list{
        display:block;
        margin-bottom:0;
    }
    .beg__3__box__list__2{
        width:100%;
        display:block;
    }
    .beg__3__box__list__items{
        width:90%;
        margin:0 auto 20px;
    }
    .beg__3__box__list__items:nth-child(1){
        margin-bottom:110px;
    }
    .beg__3__box__list__items__text__2{
        bottom: -80px;  
    }
    .beg__3__box__list.beg__3__box__list__2 .beg__3__box__list__items__text__2{
        bottom: -106px;
    }
    .beg__3__box__list.beg__3__box__list__2 .beg__3__box__list__items:nth-child(1){
        margin-bottom:140px;
    }
    .beg__4 img{
        width:90%;
    }
    .beg__5{
        width:100%;
        margin:0 auto;
    }
    .beg__5__box{
        display:block;
    }
    .beg__5__box__left__link{
        width:100%;
        margin-bottom:24px;
    }
    .beg__5__box__left{
        width:90%;
        margin: 0 auto;
    }
    .beg__5__box__right{
        width:90%;
        margin: 0 auto;
    }
    .beg__5__box__right img{
        width: 90%;
        margin: 0 auto;
        display: block;
    }
    .beg__5__title{
        margin-bottom: 16px;
        font-size:19px;
    }
    .beg__6{
        height:400px;
    }
    .beg__6__img{
        width:100%;
        height:100%;
        -o-object-fit:cover;
        object-fit:cover;
    }
    .beg__6{
        margin-bottom:-50px;
    }
    .beg__6__link{
        bottom: 80px;
    }
    .beg__6__link__left{
        width:90%;
        margin:0 auto 12px;
    }
    .beg__6__link__right{
        width:90%;
        margin:0 auto;
    }
    .beg__6__link{
        display:block;
        width:100%;
    }
    .beg__6__title{
        top: 94px;
        font-size: 21px;
    }
}


/* ご利用ガイド */

.guide__list{

}
.guide__list__items{

}
.guide__list__items__link{
    float:left;
    display: block;
    background: #d5e6fc;
    color: #4277c1;
    text-align: center;
    width: 220px;
    height: 46px;
    line-height: 46px;
    border-radius: 7px;
    position:relative;
    margin-bottom:10px;
    margin-right:20px;
}
.guide__list__items__link:after{
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position:absolute;
    top:0;
    right:20px;
    font-size:14px;
}
.guide__list__items:nth-child(3) .guide__list__items__link{
    margin-right:0;
}

.guide__post__list{
    padding: 30px;
    background: #f7f7f7;
    border-radius: 5px;
    margin-bottom: 26px;
}
.guide__post__list__items{
    margin-bottom:7px;
}
.guide__post__list__items:last-child{
    margin-bottom:0;
}

.guide__img{
    width:100%;
    margin:50px auto;
}
.guide__img img{
    width:100%;
}

@media screen and (max-width:768px){
    .guide__img{
        width:100%;
    }
    .guide__img img{
        width:90%;
        margin:0 auto;
        display:block;
    }
    .guide__list__items__link{
        width:48%;
        margin-right:4%;
    }
    .guide__list__items:nth-child(3) .guide__list__items__link{
        margin-right:4%;
    }
    .guide__list__items:nth-child(even) .guide__list__items__link{
        margin-right:0;
    }
}


/* よくある質問 */
.accordion-container {
    position: relative;
    width: 100%;
    outline: 0;
    cursor: pointer;
    margin-bottom:30px;
  }
  
  .accordion-container .accordion-title {
  }
  
  .accordion-container .accordion-title:hover,
  .accordion-container .accordion-title:active,
  .accordion-container .content-entry.open .accordion-title {

  }
  
  .accordion-container .accordion-title:hover i:before,
  .accordion-container .accordion-title:hover i:active,
  .accordion-container .content-entry.open i {
    color: white;
  }
  
  .accordion-title{
    display: block;
    position: relative;
    color: #333;
    background: #fef1e4;
    cursor: pointer;
    margin-top:10px;
    padding-top: 20px;
    padding-left: 76px;
    padding-right: 44px;
    padding-bottom: 20px;
    font-size:15px;
    border-radius:5px;
    position:relative;
    font-weight:500;
  }
  .accordion-title:before{
    content: "Q1";
    position: absolute;
    top: 14px;
    left: 16px;
    width: 42px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background: #cf9c68;
    color: #fff;
  }
  .accordion-title__2:before{
    content: "Q2";
  }
  .accordion-title__3:before{
    content: "Q3";
  }
  .accordion-title__4:before{
    content: "Q4";
  }
  .accordion-title__5:before{
    content: "Q5";
  }
  .accordion-title__6:before{
    content: "Q6";
  }
  .accordion-title__7:before{
    content: "Q7";
  }
  .accordion-title__8:before{
    content: "Q8";
  }
  .accordion-title__9:before{
    content: "Q9";
  }
  .accordion-title__10:before{
    content: "Q10";
  }
  .accordion-title__11:before{
    content: "Q11";
  }
  .accordion-title__12:before{
    content: "Q12";
  }
  .accordion-title__13:before{
    content: "Q13";
  }
  .accordion-title__14:before{
    content: "Q14";
  }
  .accordion-title__15:before{
    content: "Q15";
  }
  .accordion-title__16:before{
    content: "Q16";
  }
  .accordion-title__17:before{
    content: "Q17";
  }
  .accordion-title__18:before{
    content: "Q18";
  }
  .accordion-title__19:before{
    content: "Q19";
  }
  .accordion-title__20:before{
    content: "Q20";
  }
  
  .accordion-title:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 38%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6.5px 10px 6.5px;
    border-color: transparent transparent #cf9c68 transparent;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  
  .accordion-title.open:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  
  .accordion-content {
    display: none;
    border: 10px solid #fef1e4;
    border-top: 0;
    border: 0 0 5px 5px;
    padding: 18px 18px 18px 64px;
    position:relative;
  }
  .accordion-content:before{
    content: "A";
    position: absolute;
    top: 14px;
    left: 12px;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background: #c04225;
    color: #fff;
    border-radius:50%;
  }
  .accordion-content p{
      margin-bottom:0;
  }
  
  /* CSS for CodePen */
  .accordion-container {

  }


.select__4__post:nth-child(even) .accordion-title{
    background:#e9effc;
}
.select__4__post:nth-child(even) .accordion-title:before{
    background:#77a1db;
}
.select__4__post:nth-child(even) .accordion-content {
    border: 10px solid #e9effc;
}
.select__4__post:nth-child(even) .accordion-title:after{
    border-color: transparent transparent #77a1db transparent;
}

.qa__list .guide__list__items{

}
.qa__list .guide__list__items__link{
    width:340px;
}
.qa__list .guide__list__items:nth-child(3) .guide__list__items__link{
    margin-right:20px;
}
.qa__list .guide__list__items:nth-child(even) .guide__list__items__link{
    margin-right:0;
}
@media screen and (max-width:768px){
  .qa__list .guide__list__items__link{
    width:100%;
    margin-right:0;
  }
}


/* 会社概要 */
.mainVisual__company{

}
.mainVisual__list__company{
    width:1000px;
    height:360px;
    margin:30px auto 0;
    position:relative;
}
.mainVisual__list__items__company{

}
.mainVisual__list__items__link__company{

}
.mainVisual__list__items__link__company img{
    width:100%;
    position:absolute;
    top:0;
    left:0;
}
.mainVisual__list__items__link__company__title{
    position: absolute;
    bottom: 60px;
    left: 40px;
    font-size: 27px;
    text-shadow: 0 0 10px #fff;
    line-height:1.8;
}

.company__box__1{
    margin-bottom:80px;
}
.company__box__1__table{
    width: 100%;
}
.company__box__1__table tr{
    border-bottom:1px solid #ddd;
}
.company__box__1__table tr th{
    width:200px;
    padding: 15px;
    font-weight:400;
}
.company__box__1__table tr td{
    width:calc(100% - 200px);
    padding: 15px;
}

.company__box__2{

}
.company__box__2__list{
    display:-webkit-box;
    display:-webkit-flex;
    display:flex;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    justify-content:center;
    margin-bottom:60px;
}
.company__box__2__list__items{
    width:330px;
    background:#f7f9fd;
    padding:40px 30px;
    border-radius:12px;
    position:relative;
}
.company__box__2__list__items__icon{
    position: absolute;
    top: -40px;
    left: 13px;
    font-size: 60px;
    font-weight: 900;
    color: #4277c1;
    font-family: monospace;
}
.company__box__2__list__items__title{
    text-align:center;
    font-size:19px;
    color:#4277c1;
}
.company__box__2__list__items__title:after{
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    margin: 16px auto 30px;
    border-radius: 7px;
    background: #4277c1;
}
.company__box__2__list__items__text{
    text-align:center;
    font-size:16px;
    color:#4277c1;
}
.company__box__2__list__items__2{
    margin-right:20px;
}


.company__box__3__box{
    position:relative;
    height:230px;
}
.company__box__3__box__title{
    position:absolute;
    top:50px;
    left:10px;
    z-index:1;
    line-height:2;
}
.company__box__3__box__img{
    display:block;
    width:340px!important;
    position:absolute;
    top:0;
    right:0;
}

.company__box__3__box__arrow{
    display:block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 42px 0 42px;
    border-color: #f1e1d1 transparent transparent transparent;
    margin:30px auto;
}

.company__box__3__box__bottom__text{
    font-weight:500;
    font-size:19px;
    color:#cf9c68;
    margin-bottom:60px;
}

.company__box__4{
    padding:30px;
    background:#f7f9fd;
    border-radius:12px;
    margin-bottom:30px;
}
.company__box__4__title{
    font-size: 21px;
    text-align: center;
    margin-bottom: 20px;
    color:#4277c1;
}
.company__box__4__list{

}
.company__box__4__list__items{
    color:#4277c1;
    font-size:14px;
    margin-bottom:10px;
}

.company__box__5{
    font-size:16px;
    color:#555;
}
.company__box__5 a{
    color:#cf9c68;
}

@media screen and (max-width:768px){
    .mainVisual__list__company{
        height: 150px;
        margin-bottom: 20px;
    }
    .mainVisual__list__items__link__company__title{
        bottom: 20px;
        left: 10px;
        font-size: 14px;
    }
    .mainVisual__list__items__link__company img{
        height:100%;
        -o-object-fit:cover;
        object-fit:cover;
    }
    .company__box__1__table{
        width:90%;
        margin:0 auto;
    }
    .company__box__2__list{
        display:block;
        width: 90%;
        margin: 0 auto 30px;
    }
    .company__box__2__list__items{
        padding: 40px 18px;
    }
    .company__box__2__list__items__2{
        margin-right: 0;
        margin-bottom: 30px;
    }
    .company__box__2__list__items__icon{
        top: -20px;
    }
    .company__box__3{
        width:90%;
        margin:0 auto;
    }
    .company__box__3__box__title{
        width: 100%;
        font-size: 15px;
        left: 0;
        top: 70px;
        box-shadow:0 0 10px #fff;
    }
    .company__box__3__box__img{
        width: 230px!important;
    }
    .company__box__3__box__arrow{
        margin: 0px auto 20px;
    }
    .company__box__3__box__bottom__text{
        width: 90%;
        font-size:14px;
        margin: 0 auto 40px;
    }
    .company__box__4__list__items{
        margin-bottom:20px;
    }
    .company__box__5{
        width: 90%;
        margin: 0 auto 40px;
    }
}


/* 特定商取引法 */
.tokusho__table{

}
.tokusho__table tr{
    border:1px solid #ccc;
    font-size:15px;
}
.tokusho__table th{
    width:260px;
    padding:30px;
    border-right:1px solid #ccc;
    font-weight:500;
}
.tokusho__table td{
    width:calc(100% - 260px);
    padding:30px;
}
.tokusho__table td .tokusho__color{
    color:#cf9c68;
}

@media screen and (max-width:768px){
    .tokusho{
        width:90%;
        margin:0 auto;
    }
}
.search__hide{
    display:none;
}

/* ページ上 固定バナー(最大5つ) */
.page__top__banner__elWrap{
    padding:1% 0 1%;
    background:#fff;
}
.page__top__banner__el{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 94%;
    max-width:1000px;
    margin: auto;
}
.page__top__banner__el__items{
    width:100%;
    margin:0 0.5% 0.5%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}
.page__top__banner__el__items__link{

}
.page__top__banner__el__items__link img{
    width:100%;
}
@media screen and (max-width:768px){
    .page__top__banner__elWrap{
        padding: 2% 0 0;
    }
    .page__top__banner__el{
        display:block;
        width: 97%;
        margin: auto auto 2%;
    }
    .page__top__banner__el:after{
        content:"";
        display:block;
        clear:both;
    }
    .page__top__banner__el__items{
        display: block;
        width: 100%;
        margin: 0 0% 1%;
    }
}


/* ページ上 固定バナー(ハーフサイズ最大4つ) */
.page__top__banner__el__half{
  width: 94%;
  max-width:1000px;
  margin: 0.4% auto auto;
}
.page__top__banner__el__half:after{
  content:"";
  display:block;
  clear:both;
}
.page__top__banner__el__half__items{
  float:left;
  width:49.5%;
  margin-right:1%;
  margin-bottom:1%;
}
.page__top__banner__el__half__items:nth-child(2n){
  margin-right:0;
}
.page__top__banner__el__half__items__link{

}
.page__top__banner__el__half__items__link img{
  width:100%;
}
@media screen and (max-width:768px){
  .page__top__banner__el__half{
    width: 97%;
    margin: 0 auto auto;
  }
  .page__top__banner__el__half__items{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
}


.sp-show{
    display:none;
}
@media screen and (max-width:768px){
    .sp-show{
        display:block;
    }
    .pc-show{
        display:none;
    }
}

.sp-show-flex{
    display:none;
}
@media screen and (max-width:768px){
    .sp-show-flex{
        display:-webkit-box;
        display:-webkit-flex;
        display:flex;
    }
    .pc-show-flex{
        display:none;
    }
}

.sp-show-strong{
    display:none!important;
}
@media screen and (max-width:768px){
    .sp-show-strong{
        display:block!important;
    }
    .pc-show-strong{
        display:none!important;
    }
}
@media screen and (max-width:768px){
    .header,
    .header__nav,
    .top__cat__box,
    .top__new__post__box,
    .footer,
    .wrap,
    .wrap__2,
    .mainVisual__list__company{
        width:100%;
    }
}