@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;560;700&display=swap');

body, html {
  font-size: 62.5%;
  font-family: "メイリオ", "Meiryo", "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  letter-spacing: 1px;
  scroll-padding-top: 200px;
  padding: 0;
  margin: 0;
}

.container,
.container-fluid {
  width: calc(100% - 30px);
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding: 0 15px;
}
.sec_cont{
  margin-top: 120px;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
@media (min-width: 992px) {
  .pc_none{
    display: none !important;
  }
  .sp_none{
    display: block !important;
  }
}

@media (max-width: 991px) {
  .pc_none{
    display: block !important;
  }
  .sp_none{
    display: none!important;
  }
  .sec_cont{
    margin-top: 60px;
  }
}


/********************************
文字
********************************/
p,ul li, ol li, table tr th,table th td{
  font-size: 1.8rem;
  color: #444;
  margin: 0;
  font-weight: normal;
}

a {
  color:#009B73;
  text-decoration: none;
}
a:hover{
  color: #007BFF;
}
.text_white {
  color: #fff;
}


.text_orange {
  color: #f7931e;
}

.back_orange {
  background: #f7931e;
}

.border_orange2 {
  border: 2px solid #f7931e;
}

.text_green {
  color: #78d796;
}

.back_lightgreen {
  background: #dcf4f2;
}

.text_gray {
  color: #9a9a9a;
}

.back_gray {
  background: #9a9a9a;
}

.border_gray2 {
  border: 2px solid #9a9a9a;
}

.border_bottom_gray {
  border-bottom: 2px solid #aaa;
}

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

.bold {
  font-weight: bold;
}

.txt_top_circle {
  position: relative;
}

.txt_top_circle:before {
  content: "・";
  position: absolute;
  top: -14px;
}

.font_xl {
  font-size: 1.6em;
}

.font_xxl {
  font-size: 1.8em;
}

@media (max-width: 991px) {
  p {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  p,ul li, ol li, table tr th,table th td{
    font-size: 1.4rem;
  }
}


.orange{
  color: #f35f0f;
}
/*ttl*/
.headline01 {
    padding: 0 2em;
    text-align: center;
    font-size: 2.4rem;
    color: #000;
    font-weight: bold;
    margin-bottom: 0;
    letter-spacing: 5px;
}
.headline01 h2{
  margin-bottom: 0;
}
.headline01 span{
  color: #333;
  margin: 0 10px;
}
.headline01 p{
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 0;
  letter-spacing: 4px;

}

.headline02 {
  margin: 90px 0 60px;
  position: relative;
  display: block;
  color: #009B73;
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 4px;
  /*padding: 0 0 15px;*/
  /*background: url("../img/h2line.png") no-repeat bottom center;*/
}

.headline02:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #009B73;
  border-radius: 2px;
}

.headline02_green {
  margin: 60px 0 90px;
  position: relative;
  display: block;
  color: #78d796;
  font-size: 2.4rem;
  text-align: center;
  /*padding: 0 0 15px;*/
  /*background: url("../img/h2line.png") no-repeat bottom center;*/
}

.headline02_green:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #78d796;
  border-radius: 2px;
}


.headline03 {
  font-size: 1.8rem;
  font-weight: bold;
  background: #009B73;
  color: #fff;
  margin-top: 45px;
  padding: 5px 15px;
}

.headline04 {
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 60px;
}

.headline05 {
    margin-top: 60px;
    font-size: 2.1rem;
    font-weight: bold;
    margin-bottom: 10px;
  border-bottom: 3px solid #39abff;
}

.headline06 {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 5px;
  position: relative;
  padding-left: 15px;
  color: #383838;
}

.headline06:before {
  background: #f7931e;
  content: "";
  height: 10px;
  width: 10px;
  left: 0;
  position: absolute;
  top: 10px;
}

@media (max-width: 767px) {
  .headline01 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .headline02, .headline02_green {
    font-size: 1.8rem;
  }

  .headline03 {
    font-size: 1.6rem;
    margin-top: 30px;

  }

  .headline04 {
    font-size: 1.6rem;
  }

  .headline05 {
    margin-top: 30px;
    font-size: 1.6rem;
  }

  .headline06 {
    font-size: 1.4rem;
  }

  .headline06:before {
    top: 8px;
  }
}
/*************************************
ボタン
************************************** */
.btn_box{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 45px;
}
.btn_orange{
  background: #f35f0f;
  display: inline-block;
  color: #fff;
  border-radius: 25px;
  padding: 10px 30px;
  font-size: 1.6rem;
  margin: 0 15px;
}
.btn_orange i{
  margin-left: 5px;
}
.btn_gray{
  background: #555;
  display: inline-block;
  color: #fff;
  border-radius: 25px;
  padding: 10px 30px;
  font-size: 1.6rem;
  margin: 0 15px;
}
.btn_gray i{
  margin-left: 5px;
}
@media (max-width: 768px) {
  .btn_orange, .btn_gray{
    font-size: 1.4rem;
    margin: 0 5px;
  }
}

/*************************************
ヘッダー
************************************** */
header {
  position: relative;
  padding: 7px 0 0 0px;
  background-color: #fff;
}

img {
  max-width: 100%;
  height: auto;
}


/*ハンバーガーアイコン*/
.btn-burger {
  cursor: pointer;
  display: block;
  width: 56px;
  height: 60px;
  position: absolute;
  top: 5px;
  right: 10px;
}

/*ハンバーガーアイコンを作る三本線*/
.icon, .icon:before, .icon:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 2px; /*線の太さ*/
  width: 35px; /*線の長さ*/
  background-color: #444;
  border-radius: 2px;
  display: block;
  content: '';
  cursor: pointer;
  margin: auto;
}

/*三本線の間隔*/
.icon:before {
  top: 20px;
}
.icon:after {
  top: -20px;
}

/*チェックボックス非表示*/
.nav-toggle {
  display: none;
}

/*アイコンをクリックしたら*/
.nav-toggle:checked ~ .btn-burger .icon {
  background: transparent;
}
.nav-toggle:checked ~ .btn-burger .icon:before {
  transform: rotate(-45deg);
  top: 0;
}
.nav-toggle:checked ~ .btn-burger .icon:after {
  transform: rotate(45deg);
  top: 0;
}

.icon,
.icon:before,
.icon:after {
  transition: all .8s;
}


/*中身*/
.nav_list,.nav_top {
  list-style: none;
  display: none;
  margin: 0;
  padding-left: 20px;
}
.nav_list {
  background: #efdcae;
  padding: 30px 15px 30px 15px;
  margin-bottom: 30px;
}
.nav_list a {
  display: block;
  text-decoration: none;
  color: #f35f0f;
  border-bottom: 3px solid #FFF;
  font-size: 1.4rem;

}
.nav_list a:hover{
  border-bottom: 3px solid #f35f0f;
}


.nav_list li,
.nav_top li{
  margin: 0;
  padding: 5px 11px;
  font-size: 1.75rem;
  letter-spacing: 2px;
  font-weight: 600;
}

.nav-toggle:checked ~ .nav .nav_list {
  display: block;
}

/*メインイメージ*/
.top {
  height: 200px;
  margin-bottom: 50px;
  background-color: #aaa;
}

/* --------------------------------------------------
  幅768px以上のスタイル指定 ここから
-------------------------------------------------- */
@media screen and (min-width: 1200px) {
  .navi_sp_none{
    display: block;
  }
  .navi_pc_none{
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .navi_sp_none{
    display: none;
  }
  .navi_pc_none{
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  /* ハンバーガーボタン */
  .btn-burger {
    display: none;  /*768px以上では使用しない */
  }
  header {
    padding: 30px 0 0;
  }
  .header{
    display: flex;
    justify-content: space-between;
    lign-items: flex-start;
  }

  .nav-toggle:checked ~ .nav .nav_list {
    display: none;
  }

  .nav_top{
    margin: 0;
    font-size: 1.8rem;
    letter-spacing: 2px;
    font-weight: 600;
    justify-content: flex-end;
    display: flex;
  }
  .nav_list {
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    padding: 0 15px;
    margin-top: 5px;
  }
  .nav_list a{
    font-size: 1.8rem;
  }
  .nav_top li {
    font-size: 1.6rem;
  }
  .nav_top li a{
    display: inline-block;
    background: #f35f0f;
    border-radius: 25px;
    padding: 5px 20px;
    color: #fff;
    text-decoration: none;
  }
  .nav_top li a i{
    margin-right: 5px;
  }
}

/*TOP */

.top_pickup{
  display: flex;
  margin-top: 60px;
  margin-bottom: 90px;
}
.top_pickup_box{
  border: 3px solid #009B73;
  border-radius: 5px;
  width: calc((100% - 120px) / 4) ;
  margin: 0 15px;
  text-align: center;
  padding: 30px 6px;
}
.top_pickup_box i{
  font-size: 4.8rem;
  color: #009B73;
  margin-bottom: 10px;
}
.top_pickup_box h3{
  font-size: 2.2rem;
  color: #009B73;
  margin-bottom: 10px;
}
.top_pickup_box  p{
  font-size: 1.8rem;
}
@media screen and (max-width: 1199px) {
  .top_pickup_box h3{
    font-size: 1.8rem;
  }
  .top_pickup_box  p{
    font-size: 1.4rem;
  }
  .top_pickup_box{
    padding: 30px 8px;
  }
}
@media screen and (max-width: 991px) {
  .top_pickup{
    flex-wrap: wrap;
    margin-top: 0px;
  }
  .top_pickup_box{
    border: 3px solid #009B73;
    border-radius: 5px;
    width: 100% ;
    text-align: center;
    padding: 15px 10px;
    display: flex;
    align-items: center;
  }
  .top_pickup_box:nth-child(odd){
    margin: 10px 0px 10px 0;
  }
  .top_pickup_box:nth-child(even){
    margin: 10px 0px 10px 0px;
  }
  .top_pickup_box i{
    font-size: 3.8rem;
    color: #009B73;
    margin-bottom: 10px;
    margin-right: 15px;
  }
  .top_pickup_box h3{
    line-height: 1.0;
    font-size: 1.8rem;
    color: #009B73;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: left;
  }
  .top_pickup_box  p{
    font-size: 1.4rem;
    letter-spacing: 1px;
    text-align: left;
  }
}

/* top お知らせ* */
.news_list{
  width: 80%;
  margin: 60px auto 150px;
}
.news_list .news_list_box{
  display: flex;
  justify-items: left;
  align-items: center;
  padding: 15px 0;
  border-top: 1px solid #01a269;
}
.news_list .news_list_box:last-child{
  border-bottom: 1px solid #01a269;
}
.news_list .news_list_box dt,
.news_list .news_list_box dd{
  font-size: 1.6rem;
  padding-left: 15px;
  letter-spacing: 2px;
  font-weight: 500;
}


.news_list_se{
  width: 80%;
  margin: 60px auto 150px;
}
.news_list_se .news_list_box_se{
  display: flex;
  justify-items: left;
  align-items: center;
  padding: 15px 0;

  border-top: 1px solid #FFD600;
}
.news_list_se .news_list_box_se:last-child{

  border-bottom: 1px solid #FFD600;

}
.news_list_se .news_list_box_se dt,
.news_list_se .news_list_box_se dd{
  font-size: 1.6rem;
  padding-left: 15px;
  letter-spacing: 2px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .news_list{
    width: 100%;
  }
  .news_list_se{
    width: 100%;
  }
}
@media (max-width: 768px) {
  .news_list .news_list_box{
    display: block;
  }
  .news_list .news_list_box dt,
  .news_list .news_list_box dd{
    font-size: 1.4rem;
    padding-left: 0;
    margin-left: 0;
  }
  .news_list_se .news_list_box_se{
    display: block;
  }
  .news_list_se .news_list_box_se dt,
  .news_list_se .news_list_box_se dd{
    font-size: 1.4rem;
    padding-left: 0;
    margin-left: 0;
  }
}
.news_details h3{
  font-size: 24px;
  padding-bottom: 5px;
  margin-bottom: 0px;
  padding-left: 20px;
}
.news_details {

}
.o-t-cover{
  width: 90%;
}
.o-t-cover-se{
  width: 100%;
}
/*Top about* */
#top_about{
  /*background: url("/img/campaign/top_bg01.png") no-repeat center/cover;*/
  background-image: url("../img/campaign/top_bg01.png");
  background-size: cover;
  padding: 8rem 0 9.5rem;
}
.top_about_text{
  text-align: center;
  margin-top: 30px;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 2.1rem;
}
.top_about_cont{
  background: #fff;
  border:1px solid #333;
  border-radius: 10px;
  margin-top: 45px;
  padding: 60px;
}
.top_about_box{
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.top_about_box01{
  width: calc((100% - 120px) / 3);
  border-radius: 8px;
  margin: 30px 15px;
  border:5px solid #FFD600;
  position: relative;
  padding-bottom: 45px;
}
.top_about_box01 h3{
  background: #FFD600;
  text-align: center;
  font-size: 2.1rem;
  letter-spacing: 3px;
  padding: 10px 0;
  margin: 0;
  color: #fff;
}
.top_about_border {
  padding: 20px;
}
.top_about_border p{
  font-size: 1.8rem;
  font-weight: 500;
}
.top_about_box01 a.top_about_cont_more{
  display: block;
  background: #FFD600;
  padding: 8px 0;
  width: 80%;
  color: #fff;
  text-align: center;
  border-radius: 25px;
  font-size: 1.4rem;
  margin: 30px auto;
  font-weight: 500;
  position: absolute;
  bottom: -10px;
  right: 15px;
  left: 15px;
}
.top_about_box01 a.top_about_cont_more i{
  margin-left: 5px;
}
.top_about_cont2{
  width: 80%;
  margin: 0 auto;
}
.top_about_cont2 img{
  width: 100%;
  margin: 30px 0;
}
@media (max-width: 1199px) {
  .top_about_border p {
    font-size: 1.6rem;
  }
}
@media (max-width: 991px) {
  .top_about_cont{
    padding: 30px;
  }
  .top_about_text{
    font-size: 1.6rem;
  }
  .top_about_box01 {
    width: calc((100% - 90px) / 3);
    margin: 30px 5px;
  }
  .top_about_border{
    padding: 20px 10px;
  }
  .top_about_border p{
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .top_about_text{
    font-size: 1.5rem;
    text-align: left;
  }
  .top_about_box{
    display: block;
  }
  .top_about_box01{
    width: 98%;
    margin: 15px 0;
  }
  .top_about_box01 h3{
    font-size: 1.6rem;
  }
  .top_about_box01 a{
    font-size: 1.2rem;
  }
  .top_about_cont2{
    width: 100%;
  }

}
/*top howto*/

.howto .flex{
  display: flex;
}
.howto .sec_content.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}

.howto .content-item {
  border: 1px solid #000;
  position: relative;
  margin-bottom: 6rem;
  border-radius: 5px;
  width: 100%;
}

.howto .content-item{
  width: 32%;
}

@media screen and (max-width: 768px) {
  .howto .content-item {
    width: 49%;
  }
}

@media screen and (max-width: 599px) {
  .howto .content-item {
    width: 100%;
  }
}

.howto .content-item .item-l {
  max-width: 45%;
}

.howto .content-item .item-l img {
  width: auto;
  max-width: 130px;
}

@media screen and (max-width: 1024px) {
  .howto .content-item .item-l img {
    max-height: 200px;
  }
}

.howto .content-item .item-r {
  /*max-width: 53%;*/
}

.howto .content-item.item01 .item-inner img {
  max-height: 80px;
}

.howto .content-item.item01 .item-inner p {
  margin: 1rem 0 3rem;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .howto .content-item.item01 .item-inner p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .howto .content-item.item01 .download {
    justify-content: center;
  }
}

.howto .content-item.item01 .download .item-l {
  margin-right: 1rem;
}

.howto .content-item.item01 .download a {
  display: block;
}

.howto .content-item.item01 .download a:hover {
  opacity: 0.7;
}

.howto .content-item.item02, .howto .content-item.item06 {
  padding-top: 1rem;
}

.howto .content-item.item02 .item-inner p, .howto .content-item.item06 .item-inner p {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .howto .content-item.item02 .item-inner p, .howto .content-item.item06 .item-inner p {
    font-size: 1.2rem;
  }
}

.howto .content-item.item02 .item-inner p.item-head, .howto .content-item.item06 .item-inner p.item-head {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 3rem;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .howto .content-item.item02 .item-inner p.item-head, .howto .content-item.item06 .item-inner p.item-head {
    font-size: 1.6rem;
  }
}

.howto .content-item.item02 .item-inner .item-l, .howto .content-item.item06 .item-inner .item-l {
  margin-right: 2rem;
}

@media screen and (max-width: 768px) {
  .howto .content-item.item02 .item-inner .item-l img, .howto .content-item.item06 .item-inner .item-l img {
    height: 220px;
  }
}

@media screen and (max-width: 599px) {
  .howto .content-item.item02 .item-inner .item-l img, .howto .content-item.item06 .item-inner .item-l img {
    height: 235px;
  }
}

.howto .content-item.item03, .howto .content-item.item04 {
  padding-top: 1rem;
}

.howto .content-item.item03 .item-inner p, .howto .content-item.item04 .item-inner p {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .howto .content-item.item03 .item-inner p, .howto .content-item.item04 .item-inner p {
    font-size: 1.4rem;
  }
}

.howto .content-item.item03 .item-inner .item-l, .howto .content-item.item04 .item-inner .item-l {
  margin-right: 2rem;
  letter-spacing: 2px;
}

.howto .content-item.item05 img {
  /*max-height: 96px;*/
  margin-bottom: 3rem;
}

.howto .content-item.item05 p {
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .howto .content-item.item05 p {
    font-size: 1.4rem;
  }
}

.howto .content-item.item05 p:first-of-type {
  margin-bottom: 3rem;
}

.howto .content-item.item07 p.num {
  top: -22%;
}

@media screen and (max-width: 768px) {
  .howto .content-item.item07 p.num {
    top: -14%;
  }
}

.howto .content-item.item07 p {
  font-size: 1.8rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .howto .content-item.item07 p {
    font-size: 1.4rem;
  }
}

.howto .content-item p:not(.num) {
  color: #666666;
}

.howto .content-item p.num {
  font-size: 6rem;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  position: absolute;
  top: -8%;
  left: 40px;
}

@media screen and (max-width: 1024px) {
  .howto .content-item p.num {
    left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .howto .content-item p.num {
    font-size: 5.5rem;
    top: -6%;
    left: 20px;
  }
}

.howto .content-item p img {
  display: inline-block;
  margin-right: 0.2rem;
}

.howto .content-item p span {
  color: #009B73;
}

.howto .content-item .item-inner {
  padding: 4rem 2rem 3rem;
}

@media screen and (max-width: 768px) {
  .howto .content-item .item-inner {
    padding: 6rem 3rem 4.5rem;
  }
}

.top_register{
  background: url("../img/campaign/top_bg02.jpeg");
  background-size: cover;
  background-position: center;
  padding: 120px 0;
}
.top_register_box a{
  width: 800px;
  max-width: 80%;
  margin: 0 auto;
  border: 5px solid #f35f0f;
  border-radius: 5px;
  font-size: 2.4rem;
  text-align: center;
  padding: 30px 0;
  display: block;
  background: #fff;
  font-weight: bold;
  letter-spacing: 3px;
}
.top_register_box a i{
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .top_register_box a{
    font-size: 1.6rem;
    border: 3px solid #f35f0f;
    padding: 20px 0;
  }
}

/*お店の検索*/
.shoplist_search{
  background: #ffe8cf;
  padding: 30px 60px;
  margin-top: 60px;
  border-radius: 5px;
}
.shoplist_search{
  display: flex;
  flex-wrap: wrap;
}
.shoplist_search_box{
  width: calc((100% - 40px) / 2);
  font-size: 1.4rem;
  margin: 0 10px;
}
.shoplist_search_box p{
  font-size: 1.6rem;
  font-weight: bold;
}
.shoplist_search_box select,
.shoplist_search_box input{
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #aaa;
  border-radius: 4px;
  font-size: 1.4rem;
  margin-bottom: 15px;
}
.shoplist_search_box input{
  width: calc(100% - 30px);
}
.shoplist_search .btn_box{
  margin: 20px auto 0;
}
.shoplist_search .btn_box .btn_orange{
  color: #fff;
  text-align: center;
  border: none;
  margin: 0 15px;
  padding: 5px 30px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 2px;
}
.shoplist h3{
  border-bottom: 1px solid #aaa;
  font-size: 2.1rem;
  letter-spacing: 2px;
  margin-top: 45px;
}

.shoplist_box{
  display: flex;
  border-bottom: 1px solid #eee;
  margin: 30px 0;
  padding-bottom: 30px;
}
.shoplist_box img{
  width: 400px;
  max-width: 40%;
  border:1px solid #aaa;
  margin-right: 30px;
}
.shoplist_daikibo,
.shoplist_chukibo,
.shoplist_kyoutu,
.shoplist_senyou{
  display: inline-block;
  padding: 2px 10px;
  border-radius: 5px;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 1px;
}
.shoplist_daikibo{
  background: #c8e4f5;
  border: 1px solid #c8e4f5;
}
.shoplist_chukibo{
  background: #e1c8f5;
  border: 1px solid #c8e4f5;
}
.shoplist_kyoutu{
  background:#FFF;
  color: #333;
  border: 1px solid #333;
}
.shoplist_senyou{
  background:#FFF;
  color: #333;
  border: 1px solid #333;
}
.shoplist_box h4{
  font-size: 1.8rem;
  margin: 10px 0;
}
.shoplist_box .shop_category{
  background: #f35f0f;
  border-radius: 5px;
  font-size: 1.3rem;
  padding: 2px 5px;
  color: #fff;
  display: inline-block;
}
.shoplist_box p i{
  color: #f35f0f;
  margin-right: 5px;
}
.shoplist_box p a{
  margin-right: 15px;
}

@media (max-width: 991px) {
  .shoplist_search{
    padding: 30px 15px;
  }
  .shoplist_box img{
  }
}
@media (max-width: 767px) {
  .shoplist_search{
    display: block;
  }
  .shoplist_search_box p{
    font-size: 1.2rem;
  }
  .shoplist_search_box select, .shoplist_search_box input{
    padding: 7px 10px;
  }
  .shoplist_search_box{
    width: 90%;
  }
  .shoplist_search .btn_box .btn_orange{
    font-size: 1.4rem;
  }
  .shoplist h3{
    font-size: 1.6rem;
  }
  .shoplist_box{
    display: block;
  }
  .shoplist_box img{
    width: 100%;
    max-width: 100%;
  }
  .shoplist_details{
    margin-top: 10px;
  }
  .shoplist_box .shop_category,
  .shoplist_daikibo, .shoplist_chukibo{
    font-size: 1.0rem;
  }
  .shoplist_box h4{
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .about .sp_br {
    display: block;
  }
}
.about .sec_ttl p,
.faq .sec_ttl p{
  font-size: 2.1rem;
  font-weight: bold;
  color: #666666;
}
.about .sec_txt {
  text-align: center;
  margin: 6rem 0;
}
.about .sec_txt p,
.point_persons p {
  color: #ffffff;
  width: 760px;
  font-size: 2rem;
  background: #ff4900;
  margin: auto;
  padding: 20px;
  border-radius: 6px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .about .sec_txt {
    padding: 0 20px;
  }
  .about .sec_txt p,
  .point_persons p {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .about .sec_ttl p {
    width: 100%;
    font-size: 1.75rem;
  }
}
.about .sec_txt p:before,
.point_persons p:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ff4900;
}

.default_contents:first-child {
  margin-top: 6rem;
}



.about .about_description p {
  font-size: 2.1rem;
  text-align: center;
  margin: 4rem 0 6rem;
  letter-spacing: 2px;
  font-weight: 600;
  line-height: 1.8;
}

.about .days .days_box,
.order .days .days_box {
  width: 750px;
  text-align: center;
  border: 1px solid #aaa;
  margin: auto;
  padding: 50px;
}
@media screen and (max-width: 991px) {
  .about .about_description p{
    font-size: 1.4rem;
    text-align: left;
  }
  .about .days .days_box,
  .order .days .days_box {
    width: calc(100% - 60px);
    margin: 0 auto;
    padding: 25px;
    font-size: 1.2rem;
  }
}
.about .days li,
.order .days li {
  display: inline-block;
}
.about .days li:not(:last-child) {
  margin-bottom: 6rem;
}
.about .days span.days_ttl,
.order .days span.days_ttl {
  color: #ffffff;
  background: #ff940d;
  padding: 4px 15px;
  border-radius: 5px;
  font-size: 1.6rem;
}
.about .days p,
.order .days p {
  font-size: 2rem;
  border-bottom: 2px solid #ffdb9f;
}
.about .days span.days_font,
.order .days span.days_font {
  font-size: 2em;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .about .days li, .order .days li{
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .about .days span.days_ttl, .order .days span.days_ttl{
    font-size: 1.2rem;
  }
  .about .days li, .order .days li{
    width: 100%;
  }
  .about .days p,
  .order .days p {
    line-height: 1.4;
    margin-top: 12px;
    font-size: 1.6rem;
  }
  .about .days span.days_font,
  .order .days span.days_font{
    font-size: 2.8rem;
  }
}
.about table{
  width: 100%;
  margin-top: 45px;
  border-spacing:0px
}
.about table tr th,
.about table tr td{
  border: 1px solid #aaa;
  padding: 10px 10px;
  font-size: 1.4rem;
}
.about table tr th{
  background: #efefef;
  width: 250px;
}
@media screen and (max-width: 991px) {
  .about table tr th,
  .about table tr td{
    display: block;
    width: calc( 100% - 30px);
    font-size: 1.2rem;
  }
}
.default_contents ul{
  padding-left: 0;
}
.default_contents ul li{
  list-style: none;
  font-size: 1.4rem;
  line-height: 1.8;
  display:block;
}
@media screen and (max-width: 768px) {
  .first_section {
    padding-top: 0px;
  }
  .first_section .sec01,.first_section.sec01{
    margin-top: 0;
  }
  .default_contents ul li{
    font-size: 1.2rem;
    /* display: inline-block; */
  }
}
.order .period {
  margin-top: 6rem;
}
.order p {
  text-align: center;
  font-weight: 600;
  letter-spacing: 2px;
}
.order .point_persons .img_box {
  width: 800px;
  margin: 60px auto;
}
.order .txt_top_circle{
  margin-right: 2px;
}
.order .txt_top_circle:before {
  top: -35px;
}
@media screen and (max-width: 990px) {
  .order .point_persons .img_box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .point_persons p {
    width: calc(100% - 40px);
  }
}

.order .col2 {
  display: flex;
  justify-content: center;
}
.order .col2 .default_contents:first-child {
  margin-top: 0;
}
.order .days .days_box {
  width: 440px;
  height: 190px;
  margin-right: 10px;
  padding: 2rem;
  box-shadow: 5px 4px 0px 0px rgb(255 141 0);
}
.order .days .days_bo:last-child {
  margin-right: 0;
}

.scroll {
  overflow: auto;
  white-space: nowrap;
  border: 1px solid #cccc;
  margin-top: 4rem;
}

.scroll ul li {
  position: relative;
  display: inline-block;
}
.scroll ul li:not(:last-child)::after {
  content: "";
  left: 3px;
  width: 20px;
  height: 20px;
  border-top: 4px solid #ff940d;
  border-right: 4px solid #ff940d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: -28vh;
  margin: auto;
  top: 0;
  bottom: 0;
}

.order .br_sp {
  display: none;
}

@media screen and (max-width: 991px) {
  .order .col2 {
    display: block;
  }
  .order .days .days_box {
    width: calc(100% - 4rem);
    height: auto;
    padding: 1rem;
  }
  .order .br_sp {
    display: block;
  }
}


.alart_box{
  background: #f5caca;
  padding: 30px;
}
.alart_box h3{
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px;
}
.headline03{
  border-bottom: 3px solid #009B73;
  font-size: 2.1rem;
  padding: 0 10px 5px 10px;
  margin: 60px 0 30px;
}
.point_table{
  border: 1px solid #999;
  width: 700px;
  max-width: 100%;
}
.point_table tr th,
.point_table tr td{
  border: 1px solid #999;
  padding: 5px 15px;
  font-weight: normal;
  font-size: 1.6rem;
}
.point_table tr th{
  background: #efefef;
  font-weight: 600;
}
.point_table tr td{
  background: #fff;
}
.top_point_table{
  margin: 30px auto;
}
.recruitment_btn{
  text-align: center;
}
.recruitment_btn p{
  font-weight: 400 !important;
  margin-top: 15px;
}
.recruitment_btn p a{
  color: #009B73;
}
.recruitment_btn_black a{
  color: #000 !important;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .point_table{
    border: 1px solid #999;
    width: 100%;
    max-width: 100%;
  }
  .point_table tr th,
  .point_table tr td{
    padding: 5px 10px;
    font-size: 12px;
  }
}
/**************************
footer
*************************** */

.sec04 {
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .sec04 {
    margin-bottom: 4rem;
  }
}

.sec04 h3 {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.77;
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .sec04 h3 {
    font-size: 2.2rem;
    margin-bottom: 4rem;
  }
}
.footer{
  border-top: 3px solid #009B73;
  margin-top: 90px;
}


.sec04 p.content-head {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .sec04 p.content-head {
    font-size: 1.6rem;
    margin-bottom: 3.2rem;
  }

}

.sec04 p.content-head:before {
  content: '';
  display: inline-block;
  position: relative;
  background: url("/img/campaign/top_line01.svg") no-repeat center/contain;
  width: 17px;
  height: 32px;
  margin-right: 1.2rem;
  top: 10px;
}

.sec04 p.content-head:after {
  content: '';
  display: inline-block;
  position: relative;
  background: url("/img/campaign/top_line02.svg") no-repeat center/contain;
  width: 17px;
  height: 32px;
  margin-left: 1.2rem;
  top: 10px;
}

.sec04 .sec_content {
  justify-content: space-around;
}

.sec04 .sec_content a{
  color: #009B73;
}
@media screen and (max-width: 768px) {
  .sec04 .sec_content {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.sec04 .sec_content .content-l, .sec04 .sec_content .content-r {
  width: 49%;
  padding: 0 0.4rem 0.4rem 0.4rem;
  background-color: #F7931E;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .sec04 .sec_content .content-l, .sec04 .sec_content .content-r {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .sec04 .sec_content .content-l {
    margin-bottom: 4rem;
  }
}

.sec04 .sec_content h4 {
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 1.5rem;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .sec04 .sec_content h4 {
    font-size: 1.8rem;
  }
}

.sec04 .sec_content p {
  font-weight: bold;
}

.sec04 .sec_content p.tel {
  color: #FFD600;
  font-size: 3.8rem;
  margin-left: 0.5rem;
}

@media screen and (max-width: 768px) {
  .sec04 .sec_content p.tel {
    font-size: 2.4rem;
  }
}

.sec04 .sec_content p.tel:before {
  content: '';
  display: inline-block;
  position: relative;
  background: url("/img/campaign/top_ico04.svg") no-repeat center/contain;
  width: 28px;
  height: 28px;
  margin-right: 1.2rem;
}

.sec04 .sec_content p.desc {
  font-size: 1.7rem;
}

.sec04 .sec_content .content-inner {
  background-color: #ffffff;
  padding: 2.5rem 2rem 2.5rem 1.5rem;
}
.sec04 .flex{
  display: flex;
  flex-wrap: nowrap;
}
footer {
  background-color: #4d4d4d;
}
footer .f-inner {
  padding: 1rem 4rem 1rem 0;
  text-align: center;
}

footer .f-inner p {
  color: #ffffff;
  font-size: 1.5rem;
}
.footer_top{
  text-align: center;
  margin: 15px auto;
}
.footer_top a{
  text-align: center;
  display: inline;
  margin:  15px auto;
  background: #009B73;
  border-radius: 25px;
  color: #fff;
  padding: 5px 15px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .sec04 .flex{
    display: block;
    flex-wrap: wrap;
  }
  .sec04 .sec_content p.desc {
    font-size: 1.2rem;
  }
  .footer_top{
    margin: 15px auto 90px;
  }
}
/******************
FAQ
 *****************/

.faq main {
  padding-top: 8rem;
}

@media screen and (max-width: 768px) {
  .faq main {
    padding-top: 10rem;
  }
}

.faq h1 {
  font-size: 2.2rem;
  margin-bottom: 8.5rem;
  padding-bottom: 1.2rem;
  border-bottom: 2px solid #009B73;
}

@media screen and (max-width: 768px) {
  .faq h1 {
    font-size: 2rem;
    margin-bottom: 6rem;
  }
}

.faq h3 {
  font-size: 2.5rem;
  line-height: 1.8;
  color: #009B73;
  text-align: center;
  margin-bottom: 10rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .faq h3 {
    font-size: 2.25rem;
    margin-bottom: 7rem;
  }
}

.faq h3:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #009B73;
  border-radius: 2px;
}

.faq input[name="tab_item"],
.faq input[type=checkbox] {
  display: none;
}

.faq .tabs {
  overflow: hidden;
}

.faq .tab_items {
  margin-bottom: 6rem;
  flex-wrap: wrap;
  display: flex;
}

.faq .tab_items label {
  display: block;
  flex: 1;
}

.faq .tab_item {
  height: 50px;
  width: calc((100% - 15px) / 2);
  border-bottom: 3px solid #009B73;
  background-color: #F3F3eF;
  line-height: 50px;
  text-align: center;
  color: #333333;
  display: block;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  margin-bottom: 6rem;
  font-size: 1.8rem;
  margin-top: 60px;
}

.faq .tabs input:checked + .tab_item {
  background-color: #009B73;
  color: #fff;
}

.faq .tab_content {
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  position: relative;
}

.faq #faq_tab1:checked ~ #tab1_content, .faq #faq_tab2:checked ~ #tab2_content, .faq #faq_tab3:checked ~ #tab3_content, .faq #faq_tab4:checked ~ #tab4_content {
  height: auto;
  overflow: auto;
  transition: visibility .5s;
  visibility: visible;
}

.faq .help_link {
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 6rem;
}

.faq .help_link a {
  display: inline-block;
  color: #009B73;
  background-color: #F3F3eF;
  padding: 0.8rem 2%;
  margin-right: 2%;
  position: relative;
}

.faq .help_link a:before {
  content: '';
  background: url("/img/campaign/caret.svg") no-repeat center/contain;
  display: inline-block;
  width: 10px;
  height: 7px;
  margin-right: 0.5rem;
  position: relative;
  top: -2px;
}

.faq .faq-ttl {
  font-size: 1.8rem;
  background: #F3F3eF;
  padding: 1rem 1.5rem;
  border-radius: 5px;
}

.faq .faq_qa {
  margin-bottom: 6rem;
}

.faq .faq_qa .faq_plus {
  font-size: 2.4rem;
  line-height: 100%;
  position: absolute;
  z-index: 5;
  margin: 0.3rem 0 0 1rem;
  transition: 0.2s ease;
}

@media screen and (max-width: 768px) {
  .faq .faq_qa .faq_plus {
    font-size: 2rem;
  }
}

.faq .faq_qa .faq_actab {
  padding: 1.5rem 0;
  border-bottom: 1px dotted #cccccc;
}

.faq .faq_qa .faq_actab label {
  font-size: 1.6rem;
  position: relative;
  display: block;
  margin: 0;
  padding: 1rem 1rem 0 4.8rem;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .faq .tab_item{
    font-size: 1.4rem;
  }
  .faq .faq_qa .faq_actab label {
    font-size: 1.2rem;
  }
}

.faq .faq_qa .faq_actab-content {
  font-size: 1.4rem;
  color: #666;
  position: relative;
  overflow: hidden;
  height: 0;
  margin: 0 4rem;
  padding: 0 1.4rem;
  transition: 0.4s ease;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .faq .faq_qa .faq_actab-content {
    font-size: 1.6rem;
  }
}

.faq .faq_qa .faq_actab input[type=checkbox]:checked ~ .faq_plus {
  transform: rotate(45deg);
}

.faq .faq_qa .faq_actab input[type=checkbox]:checked ~ .faq_actab-content {
  height: auto;
  padding: 1.4rem;
  opacity: 1;
  width: 80%;
}


/********************
店舗登録申請
************ */

.recruitment{
  font-weight: 400;
}
.recruitment .mv {
  margin-bottom: 8rem;
  position: relative;
  background: url("/img/campaign/recruitment_mv.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
}
.recruitment .mv_text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #333;
}

.recruitment .mv h1 {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .recruitment .mv h1 {
    font-size: 2.1rem;
  }

  .recruitment .mv_text{
    width: 85%;
  }
}

.recruitment section.sec01, .recruitment section.sec02 {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .recruitment section.sec01, .recruitment section.sec02 {
    text-align: left;
  }
}

.recruitment section.sec01 p, .recruitment section.sec02 p {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .recruitment section.sec01 p, .recruitment section.sec02 p {
    font-size: 1.4rem;
  }
}

.recruitment section.sec01, .recruitment section.sec03 {
  margin-bottom: 8rem;
}

@media screen and (max-width: 768px) {
  .recruitment section.sec01, .recruitment section.sec03 {
    margin-bottom: 6.4rem;
  }
}

.recruitment section.sec02 {
  margin-bottom: 11rem;
}

@media screen and (max-width: 768px) {
  .recruitment section.sec02 {
    margin-bottom: 8.8rem;
  }
}

.recruitment section.sec02 .btn-wrap {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
}

.btn-wrap .btn03{
  margin: 0 15px;
}
@media screen and (max-width: 768px) {
  .recruitment section.sec02 .btn-wrap {
    margin-bottom: 4rem;
  }
  .recruitment section.sec02 .btn-wrap{
    display: block;
  }
  .btn-wrap .btn03{
    display: block;
    margin-top: 10px;
  }
}

.recruitment section.sec03 p {
  margin-bottom: 5rem;
}
.recruitment section.sec03 ol{
  padding-left: 15px;
}
.recruitment section.sec03 ol li{
  list-style-type: decimal;
}
@media screen and (max-width: 768px) {
  .recruitment section.sec03 p {
    margin-bottom: 4rem;
  }
}

.recruitment section.sec03 .border-box {
  margin-bottom: 2rem;
  padding: 5rem 4rem 2rem 6rem;
}

@media screen and (max-width: 768px) {
  .recruitment section.sec03 .border-box {
    padding:15px 0px;
  }
}

.recruitment section.sec03 .border-box p.head {
  position: absolute;
  top: -18px;
  left: 4rem;
  background-color: #009B73;
  color: #ffffff;
  border-radius: 25px;
  letter-spacing: 0.1em;
  padding: 0.2rem 3.5rem;
}

@media screen and (max-width: 768px) {
  .recruitment section.sec03 .border-box .flex {
    flex-wrap: wrap;
  }
}

.recruitment section.sec03 .border-box ul {
  margin-right: 6rem;
  list-style-type: disc;
}

@media screen and (max-width: 768px) {
  .recruitment section.sec03 .border-box ul {
    margin-right: 0;
  }
}

.recruitment section.sec04 {
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .recruitment section.sec04 {
    margin-bottom: 4rem;
  }
}

.recruitment section.sec04 p {
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .recruitment section.sec04 p {
    margin-bottom: 3.2rem;
  }
}

.recruitment section.sec05 {
  margin-bottom: 7rem;
}

@media screen and (max-width: 768px) {
  .recruitment section.sec05 {
    margin-bottom: 5.6rem;
  }
}

.recruitment section.sec05 p {
  margin-bottom: 8rem;
}

@media screen and (max-width: 768px) {
  .recruitment section.sec05 p {
    margin-bottom: 6.4rem;
  }
}

.movie {
  text-align: center;
  margin-bottom: 8rem;
}
.movie iframe{
  width:560px;
  max-width: 100%;
  height:315px;
}
@media screen and (max-width: 768px) {
  .movie {
    margin-bottom: 6.4rem;
  }
}

.movie p {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .movie p {
    font-size: 1.75rem;
  }
}

.recruitment h2 {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  color: #009B73;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .recruitment h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 2.5rem;
  }
}

.recruitment h3 {
  color: #009B73;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .recruitment h3 {
    font-size: 2rem;
    margin-bottom: 1.25rem;
  }
}

.recruitment h3:before {
  content: '■';
  margin-right: 0.2rem;
}

.recruitment p {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .recruitment p {
    font-size: 1.4rem;
  }
}

.recruitment p.annotation {
  font-size: 1.4rem !important;
  line-height: 2;
}

.recruitment a {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .recruitment a {
    font-size: 1.6rem;
  }
}

.recruitment .border-box {
  border: 1px solid #707070;
  position: relative;
}

.recruitment .border-box img {
  margin: 0 auto;
  padding: 5.5rem 8rem;
  width: 90%;
}

@media screen and (max-width: 768px) {
  .recruitment .border-box img {
    padding: 0;
    width: 100%;
  }
}

.recruitment .inner {
  margin: 0 3rem;
}

@media screen and (max-width: 768px) {
  .recruitment .inner {
    margin: 0 1.5rem;
  }
}

.recruitment .btn-wrap {
  text-align: center;
}

.recruitment .btn-wrap a:hover {
  opacity: 0.7;
}
.recruitment #top_about{
  padding: 20px 0 60px;
}
.recruitment #top_about .btn-box{
  margin-top: 90px;
}

.smart_img{
  /* display: flex; */
  flex-wrap: nowrap;
  justify-content: center;
  display: block;
}
.smart_img li{
  margin: 30px 60px;
}
.smart_img li p{
  background: #009B73;
  color: #fff;
  padding: 5px;
  font-size: 1.2rem;
  text-align: center;
  border-radius: 25px;
  margin-bottom: 10px;
}
.smart_img img{
  width: 180px;
}

.default_contents ul li:last-child:after {
  content: none;
}

@media screen and (max-width: 991px) {
  .default_contents ul li:after {
    right: -30vh;
  }
}
@media (max-width: 1199px) {
  .smart_img li p{
    font-size: 1.0rem;
    letter-spacing: 0;
  }
}
@media (max-width: 991px) {
  .smart_img{
    flex-wrap: wrap;
  }
  .smart_img img{
    width: 150px;
  }
  .smart_img li p{
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .smart_img {
    display: block;
  }
  .smart_img img{
    width: 150px;
  }
}
.btn_box2{
  display: flex;
  margin: 45px 0 90px;
}
.btn_box2 .btn_orange2{
  width: calc((100% - 90px) / 4);
  border: 2px solid #f35f0f;
  border-radius: 4px;
  margin: 0px 15px;
  font-size: 1.6rem;
  text-align: center;
  padding: 5px 15px;
}
@media (max-width: 768px) {
  .btn_box2{
    display: block;
  }
  .btn_box2 .btn_orange2{
    width: calc(100% - 30px);
    margin: 5px 0px;
    font-size: 1.2rem;
    display: block;
  }
}
.purchase_box{
  border: 1px solid #aaa;
  padding: 30px 60px;
  margin: 60px auto 0;
  font-size: 1.6rem;
  width: 70%;
  line-height: 2.0;
}
.purchase_box a{
  display: block;
}

@media (max-width: 768px) {
  .purchase_box{
    padding: 30px 15px;
    font-size: 1.4rem;
    width: calc( 100% - 60px );
  }
}

.app_download{
  text-align: center;
  margin: 60px auto;
}
.app_item{
  border: 3px dotted #f35f0f;
  padding: 30px;
  width: 60%;
  margin: 0 auto;
}
.app_item p{
  margin-bottom: 15px;
  font-weight: 600;
}
.app_item .flex{
  display: flex;
  justify-content: center;
}
.app_ios a{
  display: inline-block;
  overflow: hidden;
  border-radius: 13px;
  width: 175px;
  height: 52px;
}
.app_ios a img{
  border-radius: 13px;
  width: 175px;
  height: 52px;
}
.app_android a img{
  width:195px;
  margin-top:-12px
}
@media (max-width: 768px) {
  .app_item{
    width: 100%;
    padding: 30px 0px;
  }
  .app_item .flex{
    justify-content: flex-end;
  }
  .app_ios a{
    width: 140px;
  }
  .app_ios a img{
    width: 140px;
  }
}

.app_download_foot {
  position: fixed;
  bottom: 90px;
  right: 15px;
}
.app_download_foot .flex{
  display: block;
  justify-content: right;
}
.app_download_foot .app_ios{
  margin: 0 0 15px 0;
}
.app_download_foot .app_ios,
.app_download_foot .app_android{
  display: flex;
  margin-right: 0;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .app_download_foot {
    position: fixed;
    bottom: 30px;
    right: 15px;
  }

  .app_download_foot .flex {
    display: flex;
    justify-content: flex-end;
  }
}

.register01{
  justify-content: center;
  margin-bottom: 15px;
}
.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: red;
  color: #fff;
  border-radius: 3px;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid red;
}

.balloon1 h4 {
  margin: 0;
  padding: 5px 15px;
  font-size: 2.1rem;
  font-weight: bold;
}
@media (max-width:767px) {
  .balloon1 h4 {
    font-size: 1.6rem;
}

}
