@charset "UTF-8";

html {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 62.5%;
  color: #1d2088;
}
body {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.5;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  color: #000;
}
img {
  width: 100%;
  display: block;
}
li {
  list-style: none;
}
div {
  box-sizing: border-box;
}

.br_u-1320{
  display: none;
}
.br_spOnly{
  display: none;
}

.fontTitle{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}

.btn_link{
  width: 270px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  /* display: table; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  /* padding: 12px 65px; */
  padding: 12px 0;
  box-sizing: border-box;
  border-radius: 50px;
  transition: .3s;
}
.btn_link::after{
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  margin-left: 20px;
}
.btn_link:hover{
  opacity: .7;
}
.btn_p1{
  color: #fff;
  filter: drop-shadow(4px 4px 0px #1d2088);
  background: #ec6d81;
  border: 3px solid #ec6d81;
}
.btn_p1::after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
.btn_p2{
  color: #ec6d81;
  filter: drop-shadow(4px 4px 0px #ec6d81);
  background: #fff;
  border: 3px solid #ec6d81;
}
.btn_p2::after {
  border-top: 3px solid #ec6d81;
  border-right: 3px solid #ec6d81;
}

.btn_title{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.8rem;
  display: table;
  margin: 0 auto 10px;
  position: relative;
  text-align: center;
}
.btn_title::before,
.btn_title::after{
  content: "";
  width: 2px;
  height: 20px;
  background: #1d2088;
  position: absolute;
  bottom: 2px;
}
.btn_title::before{
  transform: rotate(-30deg);
  left: -15px;
}
.btn_title::after{
  transform: rotate(30deg);
  right: -15px;
}

.note,
.note_list li{
  padding-left: 1em;
  position: relative
}
.note::before,
.note_list li::before{
  content: "\203B";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.accordion-toggle{
  background: none;
  border: none;
  color: #1d2088;
  cursor: pointer;
  padding: 0;
}

.accordion_arrow{
  width: 20px;
  height: 20px;
  border: 2px solid #1d2088;
  border-radius: 50%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.accordion_arrow.is-open {
  transform: rotate(0deg);
}
.accordion_arrow::before{
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #1d2088;
  border-right: 2px solid #1d2088;
  transform: rotate(45deg);
  margin: 0 0 3px;
}



.pageTop-wrap{
  width: 100%;
  height: 100vh;
  display: grid;
  /* grid-template-columns: 7fr 570px 3fr; */
  grid-template-columns: 1fr 570px 100px;
  background-image: url(../images/bg.jpg);
  background-size: cover;
  background-position: left top;
}

.sidebar_left{
  overflow-y: scroll;
  /* padding: 50px 0 0; */
  /* background-image: url(../images/top/bg_left.jpg); */
  background-size: cover;
}
.mv-wrap{
  width: 100%;
  padding: 30px 0 50px;
  position: relative;
}
.logo_akita{
  width: 8.8%;
  max-width: 57px;
  position: absolute;
  top: 3.1%;
  left: 4.62%;
}
.mv-inner{
  width: 96%;
  max-width: 648px;
  margin: 0 auto;
}
.mv_copy{
  width: 35.1%;
  max-width: 227px;
  margin: 0 auto 4.62%;
}
.mv{
  width: 100%;
  margin: 0 0 30px;
}
.mv_text{
  font-size: 2.2rem;
  text-align: center;
  margin: 0 0 5px;
}
.mv-inner dl{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.mv-inner dl dt,
.mv-inner dl dd{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}
.mv-inner dl dt{
  width: 120px;
  height: 30px;
  background: #1d2088;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #fff;
  border-radius: 30px;
}
.mv-inner dl dd{
  font-size: 1.9rem;
  padding: 0 0 10px;
}
.mv-inner dl dd span{
  font-size: 2.6rem;
}

.mv_btn-wrap{
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 30px 0 50px;
}
.mv_btn-wrap .btn_p1{
  width: 300px;
  font-size: 1.4rem;
  text-align: center;
  position: relative;
  padding-right: 30px;
  box-sizing: border-box;
}
.mv_btn-wrap .btn_p1::after{
  position: absolute;
  right: 20px;
}

.mv_eraberu-pay{
  width: 72.223%;
  max-width: 468px;
  margin: 0 auto;
}

.sidebar_right{
  overflow: hidden;
  /* background-image: url(../images/top/bg_right.jpg); */
  background-size: cover;
}


/* sp menu ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.hamburger-btn {
  position: fixed;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background-color: #ec6d81;
  border-radius: 0 0 0 30px;
  z-index: 9999;
  cursor: pointer;
  border: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px; /* 線の間隔 */
}

/* 3本線 */
.hamburger-btn span {
  display: block;
  width: 45px;
  height: 3px;
  background-color: #fff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* ボタンが開いている時（バツ印になるアニメーション） */
.hamburger-btn.is-active span:nth-of-type(1) {
  transform: translateY(15px) rotate(45deg);
}
.hamburger-btn.is-active span:nth-of-type(2) {
  opacity: 0;
}
.hamburger-btn.is-active span:nth-of-type(3) {
  transform: translateY(-15px) rotate(-45deg);
}

/* =========================================
   メニューエリア
========================================= */
.hamburger-menu {
  position: fixed;
  top: 0;
  right: -670px;
  width: 670px;
  height: 100vh;
  background-color: #ec6d81;
  z-index: 9998;
  transition: right 0.3s ease;
  padding: 50px 40px 40px;
  overflow-y: auto;
}
.hamburger-menu.is-active {
  right: 0;
}

.hamburger-menu_box{
  width: 90%;
  max-width: 330px;
  margin: 0 auto;
  background: #fff;
  border: 2px solid #1d2088;
  padding: 10px 10px 40px;
  box-shadow: 6px 6px 0px #1d2088;
}
.hamburger-menu_box_title{
  font-size: 3rem;
  color: #ec6d81;
  padding: 0 25px 15px;
  box-sizing: border-box;
  border-bottom: 2px solid #1d2088;
  display: table;
  margin: 0 auto;
}
.hamburger-menu_box ul{
  padding: 30px 0 0;
}
.hamburger-menu_box ul li{
  text-align: center;
}
.hamburger-menu_box ul li:not(:last-of-type){
  margin: 0 0 20px;
}
.hamburger-menu_box ul li a{
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #1d2088;
  transition: .3s;
}
.hamburger-menu_box ul li a:hover{
  opacity: .7;
}
/* sp menu end ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* footer ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#pagefooter{
  width: 100%;
  padding: 50px 44px;
  box-sizing: border-box;
  background: #ec6d81;
  margin: 30px 0 0;
  position: relative;
}
#pagefooter::before{
  content: "";
  width: 100%;
  height: 30px;
  background-image: url(../images/bg_pink.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: -30px;
}
.footer-inner p{
  font-weight: 700;
  line-height: 1.625;
  color: #fff;
}
.footer-inner p:not(:last-of-type){
  margin: 0 0 20px;
}
.footer-inner p a{
  color: #fff;
  text-decoration: underline;
  transition: .3s;
}
.footer-inner p a:hover{
  opacity: .7;
}

/* footer end ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* top ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.pageTop_contetnt-wrap{
  background: #fff;
  overflow-y: auto;
}
.topIntro-wrap{
  width: 100%;
  padding: 30px 0;
}
.topIntro_copy{
  width: 342px;
  margin: 0 auto 20px;
}
.topIntro_title{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 2.2rem;
  line-height: 1.636363;
  text-align: center;
  margin: 0 0 15px;
}
.topIntro_title span{
  padding: 0 6px;
  background-image: linear-gradient(to right, #fff100, #fff100);
  background-repeat: no-repeat;
  background-size: 100% 7px;
  background-position: bottom 2px left 0;
}
.topIntro_text{
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  color: #000;
  text-align: center;
}

.topAbout-wrap{
  width: 100%;
  /* background: #fff658; */
  /* padding: 30px 44px; */
  /* padding: 56px 44px 30px; */
  padding: 70px 44px 30px;
  /* margin: 30px 0; */
  position: relative;
}
/* .topAbout-wrap::before,
.topAbout-wrap::after, */
/* .footerContact-wrap::before,
.footerContact-wrap::after{
  content: "";
  width: 100%;
  height: 30px;
  background-image: url(../images/bg_yellow.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
} */
/* .topAbout-wrap::before, */
/* .footerContact-wrap::before{
  top: -30px;
} */
/* .topAbout-wrap::after, */
/* .footerContact-wrap::after{
  bottom: -30px;
  transform: rotate(180deg);
} */
.topAbout_box{
  width: 100%;
  position: relative;
}
.topAbout_box::before{
  content: "";
  display: block;
  width: 250px;
  height: 52px;
  background: #fff;
  border: 2px solid #1d2088;
  position: absolute;
  top: -26px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 30px;
}
.topAbout_box-inner{
  width: 100%;
  background: #fff;
  border: 2px solid #1d2088;
  border-radius: 20px;
  position: relative;
  z-index: 3;
}
.topAbout_box h2{
  width: 250px;
  height: 50px;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 2rem;
  color: #ec6d81;
  text-align: center;
  position: absolute;
  z-index: 5;
  top: -22px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 30px;
}
.topAbout_box h2 span{
  font-size: 1.6rem;
}
.topAbout_box:not(:last-of-type){
  margin: 0 0 55px;
}

.topAbout_campaign{
  padding: 35px 60px 25px;
}
.topAbout_campaign p,
.topAbout_taisho p{
  line-height: 1.625;
}

.topAbout_taisho{
  padding: 35px 24px 40px;
}
.topAbout_taisho p{
  text-align: center;
}
.topAbout_taisho dl{
  margin: 30px 0 0;
  border-top: 2px solid #1d2088;
}
.topAbout_taisho_line{
  width: 100%;
  display: flex;
  padding: 18px 0;
}
.topAbout_taisho_line{
  border-bottom: 2px solid #1d2088;
}
.topAbout_taisho_line dt,
.topAbout_taisho_line dd{
  line-height: 1.625;
  display: flex;
  align-items: center;
}
.topAbout_taisho_line dt{
  width: 100px;
  border-right: 2px solid #1d2088;
  text-align: center;
}
.topAbout_taisho_line dd{
  width: calc(100% - 102px);
  padding-left: 16px;
}

h2.topAbout_point_title{
  height: 70px;
}
.topAbout_point{
  padding: 70px 30px 30px;
}
.topAbout_point dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.topAbout_point dl dt,
.topAbout_point dl dd{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  padding: 5px 0;
}
.topAbout_point dl dt{
  width: 224px;
  position: relative;
}
.topAbout_point dl dt::after{
  content: "・・・";
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
}
.topAbout_point dl dt span{
  font-size: 1.4rem;
}
.topAbout_point dl dd{
  font-size: 1.8rem;
  width: 100px;
}
.topAbout_point dl dd{
  font-size: 1.4rem;
  text-align: right;
}
.topAbout_point dl dd span{
  font-size: 1.8rem;
  color: #ec6d81;
  padding-right: 5px;
}
.topAbout_point a{
  color: #1d2088;
  text-decoration: underline;
}
.topAbout_point ul{
  margin: 30px 0 0;
}
.topAbout_point ul li{
  padding-left: 1em;
  position: relative;
}
.topAbout_point ul li::after{
  content: "\30FB";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.topAbout_rule-wrap{
  width: 100%;
  padding: 50px 0 0;
  /* margin: 0 0 40px; */
}
.topAbout_rule_title{
  font-size: 2rem;
  padding: 20px;
  text-align: center;
  border-top: 2px solid #1d2088;
  border-bottom: 2px solid #1d2088;
  position: relative;
}
.topAbout_rule_title::before{
  content: "";
  display: inline-block;
  width: 24px;
  height: 20px;
  background-image: url(../images/icon_attention_yellow.png);
  background-size: cover;
}
.topAbout_rule_title .accordion_arrow{
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.topAbout_rule_title .tap-open{
  font-size: 1.6rem;
}


.topAbout_rule_content {
  display: none;
}
.topAbout_rule_content.is-open {
  display: block;
}
.topAbout_rule_title {
  cursor: pointer;
}
.topAbout_rule_title:hover {
  opacity: 0.7;
}

.topAbout_rule-wrap p{
  font-size: 1.4rem;
  line-height: 1.71428;
  padding: 25px 0;
}
.topAbout_rule_image{
  width: 100%;
  max-width: 480px;
}

.topAbout_eraberu-pay-wrap{
  width: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-radius: 20px;
}
.topAbout_eraberu-pay-wrap h2{
  width: 327px;
}
.topAbout_eraberu-pay_image{
  width: 378px;
}

.topNews-wrap{
  width: 100%;
  padding: 40px 0 50px;
}
.topNews-inner{
  width: 440px;
  margin: 0 auto;
}
.topNews_title{
  margin: 0 0 50px;
  padding: 10px 0 20px;
  border-top: 3px solid #ec6d81;
  border-bottom: 3px solid #ec6d81;
}
.topNews_title h2{
  font-size: 3rem;
  color: #ec6d81;
  text-align: center;
  margin: 0 0 20px;
}
.topNews_text{
  font-size: 1.4rem;
  color: #000;
  text-align: center;
  /* margin: 0 0 50px; */
}
.newsList{
  padding: 0 20px;
}
.newsList_item{
  display: flex;
}
.newsList_item:not(:last-of-type){
  margin: 0 0 30px;
}
.newsList_item dt,
.newsList_item dd{
  color: #000;
}
.newsList_item dt{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  width: 115px;
}
.newsList_item dd{
  width: calc(100% - 115px);
  font-size: 1.4rem;
}
.newsList_item a{
  transition: .3s;
}
.newsList_item a:hover{
  opacity: .7;
}
.topNews-wrap .btn_p2{
  margin: 50px auto 0;
}

.topContents_p2-wrap{
  width: 100%;
  background: #fff658;
  padding: 30px 44px 40px;
  position: relative;
  z-index: 1;
  margin: 60px 0 0;
}
.topContents_p2-wrap::before{
  content: "";
  width: 560px;
  height: 560px;
  background: #fff658;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
}


.topContents_p2-inner{
  width: 100%;
}
.topStep-wrap h2{
  font-size: 2.4rem;
  text-align: center;
  margin: 0 0 30px;
}
.topStep-wrap h2::before,
.topStep-wrap h2::after{
  content: "";
  width: 15px;
  height: 20px;
  display: inline-block;
  background-image: url(../images/icon_title_bulue.png);
  background-size: cover;
}
.topStep-wrap h2::before{
  margin-right: 15px;
}
.topStep-wrap h2::after{
  margin-left: 15px;
  transform: scaleX(-1);
}
.topStep_intro_text{
  display: table;
  margin: 0 auto 15px;
  padding: 0 6px;
  background-image: linear-gradient(to right, #fff, #fff);
  background-repeat: no-repeat;
  background-size: 100% 7px;
  background-position: bottom 2px left 0;
}

.topStep_intro_list{
  padding: 0 15px;
  margin: 0 0 15px;
}
.topStep_intro_list li{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.4rem;
}
.topStep_intro_list li a{
  color: #1d2088;
  text-decoration: underline;
  transition: .3s;
}
.topStep_intro_list li a:hover{
  opacity: .7;
}
.topStep_intro_list li:not(:last-of-type){
  margin: 0 0 6px;
}
.topStep_note{
  font-size: 1.4rem;
}
.topStep_box-wrap{
  padding: 35px 0 20px;
  display: flex;
  justify-content: space-between;
}
.topStep_box{
  width: 132px;
  position: relative;
}
.topStep_box p{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  text-align: center;
  margin: 8px 0 0;
}
.topStep_box:not(:last-of-type)::after{
  content: "";
  display: table;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #1d2088;
  position: absolute;
  top: 75px;
  right: -27px;
}
.topStep_note2{
  width: 380px;
  display: block;
  margin: 0 auto 30px;
}

.btn_point-detail{
  width: 369px;
  display: block;
}
.btn_step{
  margin: 0 auto 53px;
  transition: .3s;
}
.btn_step:hover{
  opacity: .7;
}

.topFlow-wrap{
  width: 100%;
}
.topFlow_title{
  font-size: 2.4rem;
  text-align: center;
  margin: 0 0 60px;
}
.topFlow_box{
  width: 100%;
  background: #fff;
  border: 2px solid #1d2088;
  border-radius: 20px;
  position: relative;
}
.topFlow_box1{
  margin: 0 0 80px;
}
.topFlow_box2{
  margin: 0 0 40px;
}
.topFlow_box3{
  padding: 30px 40px;
}
.topFlow_box_title{
  width: 290px;
  height: 64px;
  background: #1d2088;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -32px;
  margin: auto;
  border-radius: 50px;
}
.topFlow_box_content{
  padding: 65px 35px 30px;
}
.topFlow_box_content dl{
  padding: 0 15px;
}
.topFlow_box_content dl dt{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  margin: 0 0 6px;
}
.topFlow_box_content dl dd{
  font-size: 1.4rem;
  margin: 0 0 35px;
}
.topFlow_box_content .btn_link{
  margin: 0 auto 30px;
}

.topFlow_box_content ul{
  margin: 15px 0 0;
}
.topFlow_box_content ul li{
  font-size: 1.4rem;
  font-weight: 700;
}
.topFlow_box_content ul li a{
  color: #1d2088;
  text-decoration: underline;
  transition: .3s;
}
.topFlow_box_content ul li a:hover{
  opacity: .7;
}

.topFlow_box_content ul li:not(:last-of-type){
  margin: 0 0 8px;
}

.topFlow_note_title{
  color: #ec6d81;
  text-align: center;
}
.topFlow_note_title::before{
  content: "";
  width: 24px;
  height: 20px;
  display: inline-block;
  background-image: url(../images/icon_attention_pink.png);
  background-size: cover;
}
.topFlow_note_text{
  font-size: 1.4rem;
  line-height: 1.71428;
  margin: 15px 0;
}

.topFlow_rule{
  display: none;
}
.topFlow_rule.is-open{
  display: block;
}

.topFlow_rule_accordion-toggle{
  width: 100%;
  display: block;
  font-size: 1.4rem;
  /* padding: 15px 0; */
  padding: 15px 30px;
  border-top: 2px solid #1d2088;
  border-bottom: 2px solid #1d2088;
  position: relative;
  /* text-align: left; */
  text-align: center;
  transition: .3s;
}
.topFlow_rule_accordion-toggle:hover{
  opacity: .7;
}
.js-accordion-toggle:hover{
  opacity: .7;
}
.topFlow_rule_accordion-toggle .accordion_arrow{
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}


.topFlow_rule_text{
  font-size: 1.4rem;
  line-height: 1.71428;
  padding: 25px 0 30px;
}
.point-jougen{
  width: 100%;
  max-width: 400px;
  margin: 0 0 38px;
}

.topFlow_rule_ex{
  width: 100%;
  background: #fffbbc;
  padding: 30px;
}
.topFlow_rule_ex_title{
  font-size: 1.4rem;
  font-weight: 900;
  margin: 0 0 25px;
}
.topFlow_rule_ex_text{
  font-size: 1.4rem;
}

.topFlow_box3 h3{
  font-size: 2rem;
  text-align: center;
}
.topFlow_box3 p{
  font-size: 1.4rem;
  line-height: 1.71428;
  margin: 20px 0 35px;
}
/* .topFlow_box3 ul li{
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
.topFlow_box3 ul li a{
  color: #1d2088;
  text-decoration: underline;
}
.topFlow_box3 ul li:not(:last-of-type){
  margin: 0 0 8px;
} */

.topQuestion-wrap{
  width: 100%;
  padding: 40px 44px 50px;
}
.topQuestion-inner{
  width: 100%;
}
.topQuestion-inner h2{
  font-size: 2rem;
  margin: 0 0 5px;
  text-align: center;
}
.topQuestion-inner dl{
  width: 100%;
}
.topQuestion-inner dl dt,
.topQuestion-inner dl dd{
  line-height: 1.625;
}
.topQuestion-inner dl dt{
  font-weight: 900;
  margin: 30px 0 10px;
  padding-left: 18px;
  position: relative;
  cursor: pointer;
}
.topQuestion-inner dl dt::before{
  content: "";
  display: block;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #1d2088;
  position: absolute;
  left: 0;
  top: 8px;
  transition: transform 0.3s ease;
}
.topQuestion-inner dl dt.is-open::before {
  transform: rotate(90deg);
}

.topQuestion-inner dl dd {
  display: none;
  line-height: 1.625;
  margin: 0;
  padding-left: 18px;
}
.topQuestion-inner dl dd.is-open {
  display: block;
}

.topQuestion-inner .btn_link{
  margin: 55px auto 0;
}

.footerContact-wrap{
  padding: 44px;
  /* margin: 30px 0; */
  /* background: #fff658; */
  /* position: relative; */
}
.footerContact-inner p{
  /* font-weight: 900; */
  line-height: 1.625;
}
.footerContact-inner .btn_link{
  margin: 40px auto 0;
}

.footeInfo-wrap{
  padding: 44px;
}
.footeInfo-wrap p{
  font-size: 1.4rem;
  line-height: 1.71428;
  color: #787878;
}
.footeInfo-wrap p{
  margin: 20px 0 0;
}
.footeInfo-wrap p a{
  color: #787878;
  text-decoration: underline;
}
/* .footeInfo-wrap ul li{
  padding-left: 1em;
  position: relative;
}
.footeInfo-wrap ul li::before{
  content: "\30FB";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.footeInfo-wrap ul li:not(:last-of-type){
  margin: 0 0 5px;
} */
/* .footeInfo-wrap p:not(:last-of-type){
  margin: 0 0 20px;
} */


/* top end ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* eraberu-pay ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.eraberuPay_title{
  width: 100%;
  height: 254px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.eraberuPay_title img{
  width: 408px;
}

.eraberuPay_about-wrap{
  width: 100%;
  padding: 35px 0 40px;
  background: #fffbbc;
}
.eraberuPay_about-wrap h2{
  font-size: 2.2rem;
  text-align: center;
  margin: 0 0 10px;
}
.eraberuPay_about-wrap p{
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
  line-height: 2;
  color: #000;
}

.eraberuPay_exchange-wrap{
  width: 100%;
  padding: 40px 0 50px;
}
.eraberuPay_exchange-wrap h2{
  font-size: 2.2rem;
  text-align: center;
  margin: 0 0 20px;
}
.eraberuPay_exchange_image{
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}

.eraberuPay_note-wrap{
  width: 100%;
  background: #fffbbc;
  padding: 35px 0 0;
}
.eraberuPay_note-inner{
  width: 90%;
  max-width: 402px;
  margin: 0 auto;
}
.eraberuPay_note-inner h2{
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  margin: 0 0 30px;
}
.eraberuPay_note-inner h2::before{
  content: "";
  width: 24px;
  height: 20px;
  display: inline-block;
  background-image: url(../images/icon_attention_pink.png);
  background-size: cover;
}

.eraberuPay_note_top p{
  line-height: 1.625;
  margin: 10px 0 40px;
}

.eraberuPay_note_suishou{
  padding: 0 0 20px;
  border-bottom: 2px solid #1d2088;
}
.eraberuPay_note_suishou h3{
  font-size: 1.4rem;
  font-weight: 900;
  padding: 15px 0;
  border-top: 2px solid #1d2088;
  border-bottom: 2px solid #1d2088;
  margin: 0 0 15px;
}
.eraberuPay_note_suishou dl dt,
.eraberuPay_note_suishou dl dd{
  font-size: 1.4rem;
  line-height: 1.71428;
}

.eraberuPay_note_bottom{
  padding: 30px 0 45px;
}
.eraberuPay_note_bottom p{
  font-size: 1.4rem;
  line-height: 1.71428;
}
.eraberuPay_note_bottom p:not(:last-of-type){
  margin: 0 0 25px;
}
.eraberuPay_note_bottom p a{
  color: #1d2088;
  text-decoration: underline;
}
/* .eraberuPay_note_bottom p,
.eraberuPay_note_bottom ul li{
  color: #1d2088;
} */

.footer_eraberu-pay::before{
  background-color: #fffbbc;
}
/* eraberu-pay end ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* faq ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.faq-inner h1{
  font-size: 2rem;
  margin: 0 0 5px;
  text-align: center;
}
.faq-inner dl dd a{
  color: #1d2088;
  text-decoration: underline;
}
.faq-inner dl dd .point-jougen{
  margin-top: 20px;
}

.faq_cat{
  font-size: 1.6rem !important;
  padding: 15px 0;
  border-top: 2px solid #1d2088;
  border-bottom: 2px solid #1d2088;
  color: #ec6d81;
  margin: 50px 0 0 !important;
}

/* faq end ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* contact ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
input,select{
  -webkit-appearance: none !important;
  appearance: none !important;
  border: 1px solid #ccc !important;
  border-radius: 3px !important;
  background: #fff;
  font-size: 1.6rem;
  color: #1f1f1f !important;
}
textarea{
  font-size: 1.6rem;
}
input[type="date"]::-webkit-date-and-time-value {
  text-align: left;
}
.radio{
  -webkit-appearance: auto !important;
  appearance: auto !important;
}
input[type="checkbox"] {
  -webkit-appearance: auto !important;
  appearance: auto !important;
  width: 1.2em;
  height: 1.2em;
  margin-right: 8px;
  vertical-align: middle;
}

.form-wrap{
  width: 90%;
  max-width: 402px;
  margin: 0 auto;
  padding: 40px 0 50px;
}
.form-wrap h1{
  font-size: 2rem;
  text-align: center;
}

.must::after{
	content: "\203B";
	display: inline-block;
	color: #c00;
	padding-left: .5em;
}
.must_text{
  font-size: 1.4rem;
	margin: 30px 0;
}
.must_text span{
	color: #c00;
}

.mfp_age input{
  width: 50px !important;
  margin-right: 10px;
}

.mailform dt,
.mailform dd{
  font-size: 1.4rem;
}

#mfp_button_send,
#mfp_button_cancel{
  width: 200px;
  padding: 10px 0;
}

.thanks_content-inner{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.thanks-wrap p{
  text-align: center;
  padding: 50px 0 30px;
}
.thanks-wrap .btn_link{
  margin: 0 auto;
  font-size: 1.6rem;
  width: 200px;
}

/* contact end ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* privacy ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.praivacy-wrap{
  width: 90%;
  max-width: 402px;
  margin: 0 auto;
  padding: 40px 0 50px;
}
.praivacy-wrap h1{
  font-size: 2rem;
  text-align: center;
}

.privacyTitle{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  margin: 46px 0 7px;
}
.privacyText{
  font-size: 1.4rem;
  line-height: 1.71428;
}
.privacyList{
  margin-top: 15px;
}
.privacyList li a{
  font-size: 1.4rem;
  color: #1d2088;
  text-decoration: underline;
}
.privacyList li:not(:last-of-type){
  margin: 0 0 10px;
}
/* privacy end ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


@media screen and (max-width: 1320px) {
  .br_u-1320{
    display: inline;
  }
  .mv_btn-wrap{
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .pageTop-wrap{
    grid-template-columns: 1fr 570px 0;
  }

  .hamburger-menu {
    right: -570px;
    width: 570px;
  }
}
@media screen and (max-width: 1000px) {
  .pageTop-wrap{
    display: flex;
    flex-direction: column;
    height: auto;
  }

  .hamburger-menu {
    right: -100%;
    width: 100%;
  }

  .topAbout-wrap{
    width: 100%;
    max-width: 570px;
    margin: 0 auto;
  }
  .topContents_p2-inner{
    max-width: 482px;
    margin: 0 auto;
  }

  #pagefooter{
    margin: 0;
  }
  #pagefooter::before{
    content: none;
  }

}


@media screen and (max-width: 580px) {
  .br_pcOnly{
    display: none;
  }
  .br_spOnly{
    display: inline;
  }
  .hamburger-btn {
    width: 50px;
    height: 50px;
    border-radius: 0 0 0 15px;
    gap: 6px;
  }
  .hamburger-btn span {
    width: 25px;
    height: 2px;
  }

  .hamburger-btn.is-active span:nth-of-type(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .hamburger-btn.is-active span:nth-of-type(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .mv_text{
    font-size: 1.8rem;
    margin: 0 0 20px;
  }
  .mv-inner dl{
    flex-direction: column;
    gap: 0;
  }
  .mv-inner dl dt{
    width: 100px;
    font-size: 1.5rem;
  }
  .mv-inner dl dd{
    font-size: 1.6rem;
  }
  .mv-inner dl dd span{
    font-size: 2.2rem;
  }

  .topAbout-wrap{
    padding: 70px 5% 30px;
  }
  .topAbout_campaign{
    padding: 35px 30px 25px;
  }

  .topAbout_point dl{
    justify-content: flex-start;
  }
  .topAbout_point dl dt,
  .topAbout_point dl dd{
    padding: 0;
  }
  .topAbout_point dl dt{
    width: 100%;
  }
  .topAbout_point dl dt::after{
    content: none;
  }
  .topAbout_point dl dd{
    width: 100%;
    text-align: left;
    margin: 0 0 20px;
  }
  .topAbout_point ul{
    margin: 0;
  }

  .topAbout_rule_title{
    padding-left: 0;
    font-size: 1.6rem;
  }

  .topNews-inner{
    width: 90%;
  }

  .topContents_p2-wrap{
    padding: 30px 5% 40px;
  }
  .topContents_p2-wrap::before{
    width: 280px;
    height: 280px;
    top: -30px;
  }
  .topStep_intro_list{
    padding: 0;
  }

  .topStep_box-wrap{
    flex-direction: column;
    align-items: center;
    gap:50px;
  }
  .topStep_box:not(:last-of-type)::after{
    transform: rotate(90deg);
    top: auto;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .topStep_note2{
    width: 100%;
    box-sizing: border-box;
  }

  .topFlow_box_content{
    padding: 65px 30px 30px;
  }

  .topFlow_rule_accordion-toggle{
    padding-right: 35px;
  }

  .topQuestion-wrap{
    padding: 40px 5% 50px;
  }
  .footerContact-wrap,
  .footeInfo-wrap{
    padding: 24px 5% 44px;
  }

  #pagefooter{
    padding: 50px 5%;
  }

  .eraberuPay_title img{
    width: 306px;
  }
}
