ul, ol {
    list-style: none;
}

.top-main{
  max-width: 933px;
  margin: 5px auto;
}

.top-main img{
  max-width: 100%;
}


@media screen and (max-width: 896px){
.About{
    margin: 0 -26px 0 ;
  }
}

.About img{
    max-height: 90px;
}

.About-title {
    padding: 20px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #222;
    letter-spacing: 0;
    /*text-shadow: 0.4px 0.4px 0;*/
    text-align: center;
    line-height: 1.6;
}

.About-block {
    width: 90%;
    margin: auto;
    background-color: #fff;
    border-radius: 11px;
}

.About-dl {
    padding: 0 20px 40px;
}

.About-wh{
    max-width: 600px;
    margin: 30px auto 20px;
    padding: 22px 16px 24px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
}

.Abut-wh::after{
  content: "";
  position: absolute;
  top: 50%;
  right: -28px;
  z-index: 1;
  width: 18px;
  height: 18px;
  border-top: 4px solid #00b9f5;
  border-right: 4px solid #00b9f5;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.About-wh img{
    width: 400px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 10px;
}

.About-btn{
  display: inline-block;
  background: #e95506;
  color: #fff!important;
  border-radius: 100px;
  text-decoration: none!important;
  font-size: 1.0rem;
  font-weight: bold;
  border: 2px solid #fff;
  line-height: 1.3;
  padding: 19px 45px 20px;
  width: 290px;
  position: relative;
  box-shadow: 0px 4px 0px 0px rgb(238 132 76 / 40%);
  transition: all .2s;
}
.About-set-ttl{
  padding-top: 60px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #222;
  letter-spacing: 0;
  text-shadow: 0.4px 0.4px 0;
  text-align: center;
  line-height: 1.6;
}

@media screen and (max-width: 896px){
.About-btn{
  padding: 10px 45px 10px;
}
}

.Campaign{
    display: flex;
    justify-content: space-between;
}

.Cam{
    width:90%;
    margin: auto;
}

.Campaign-img{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: auto;
}

.Campaign-box{
    height: 100%;
    width: calc(100% - 152px);
    text-align: left;
}

.Campaign-text{
    font-size: 14px;
    line-height: 1.5;
    color: #ea5504;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: -5px;
    padding: 0;
}

.Howto_section{
  max-width: 950px;
  margin:auto;
  }

@media screen and (max-width: 896px){
.HowTo{
    margin: 0 -26px 0 0 ;
  }
}

.HowTo-subtitle{
    margin-top: 16px;
    padding: 9px 12px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 1.45;
}

.HowTo-carousel {
    overflow-x: auto;
    margin-bottom: 15px;
}

.HowTo-cards {
    display: flex;
    flex-flow: wrap;
    padding-left: 24px;
    padding-right: 12px;
}

@media screen and (max-width: 896px){
  .HowTo-cards {
    display: flex;
    flex-flow: nowrap;
    padding-bottom: 10px;
  }
}

.HowTo-cards .Card {
    padding: 24px 38px 0 10px;
    flex-shrink: 0;
    width: 240px;
    box-sizing: content-box;
}

.HowTo-cards .Card .Card-image {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Card-image img{
    width: 200px;
}
.HowTo-cards .Card .Card-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.47;
    letter-spacing: .2px;
    color: #ea5504;
    margin-bottom: 15px;
}

.HowTo-cards .Card .Card-text {
    font-size: 14px;
    line-height: 1.46;
}

.HowTo-cards .Card .Card-comment {
    font-size: 12px;
    line-height: 1.46;
}

.Card .app-download{
    display: flex;
    justify-content: center;
}
.app-download img{
    width: 95%;
    padding: 5px;
}

.org-right-arrow::before{
  content: "";
  position: relative;
  width: 13px;
  height: 13px;
  left: -28px;
  border-right: 3px solid #eb5505;
  border-bottom: 3px solid #eb5505;
  transform: rotate(-45deg);
}

.HowTo-more-box{
    padding: 30px 10px;
}
.c-blue {  background-color: #eaf8ff;}
.c-blue .HowTo-subtitle{ background-color:#4a90e2; }
.c-green { background-color: #d8efe0;}
.c-green .HowTo-subtitle{ background-color:#20bf7a; }
.c-greeen { background-color:#20bf7a; }
.c-red {  background-color: #f6f6f6;}
.c-red .HowTo-subtitle{ background-color:#ea6666; }
.c-org {  background-color: #fef9e2;}
.c-org .HowTo-subtitle{ background-color:#f35904; }
.c-dblue{ background-color: #e8f7fd;}
.c-dblue .HowTo-subtitle{ background-color:#82daf2; }
.c-torg { background-color: #fff1ea;}
.c-yorg { background-color: #fdf373;}
.c-pink { background-color: #FFC9B9;}
.c-lyell { background-color: #ff9;}
.btn_box {
    	display: -webkit-flex;
    	display: flex;
    	-webkit-justify-content: center;
    	justify-content: center;
    	-webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      list-style: none;
      align-items: center;
}
.btn_box li {
      width: 15%;
      margin-right: 2.075%;
      text-decoration: none;
}
.btn_box li:nth-child(2) {
      width: 33%;
}
.btn_box li:nth-child(n+3) {
      width: 32%;
}
.btn_box li img {
      margin-left: 0;
}


.content_box ul {
  	display: -webkit-flex;
  	display: flex;
  	-webkit-justify-content: center;
  	justify-content: center;
  	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}
.content_box li {
    width: 45%;
    margin-right: 2.075%;
    margin-bottom: 2.75%;
    text-decoration: none;
    border: 1px solid #e6d600;
    background-color: #50afe3;
    border-radius: 10px;
}
.content_box li:nth-child(2) {
    width: 45%;
    text-decoration: none;
}
.content_box li:nth-child(n+3) {
    width: 92.075%;
}
.content_box li img {
    margin-left: 0;
}

.content_box_txt {
  position: absolute;
  margin: 8% auto 0;
  width: 45%;
  font-size: 1.5rem;
  color: #fff;
}
.content_box_wide_txt {
    position: absolute;
    width: 92.075%;
    margin: 5% auto 0;
    font-size: 1.5rem;
    line-height: 1.2;
    color: #fff;
}
.content_box_wide_txt span{
    font-size: 1.0rem;
}

@media screen and (max-width: 768px) {
.content_box_txt {
    margin: 40px auto 0;
    font-size: 1.0rem;
}

.content_box_wide_txt {
    margin: 3% auto 0;
    font-size: 1.0rem;
}
.content_box_wide_txt span{
    font-size: .6rem;
}
}

.content_box_txt::after{
    content: "";
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    position: absolute;
    left:50%;
    margin-top:16%;
    transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
.content_box_txt::after{
    width: .8rem;
    height: .8rem;
    margin-top:10%;
}
}

/*  終了などのお知らせ  */
.info{
    max-width: 750px;
    padding: 0 16px;
    margin: 8px auto;
    box-sizing: border-box;
}

.info-overll{
    display: block;
}

.info-contents-attention{
    border: 1px solid #e6d600;
    background-color: #fffaee;
    padding: 8px;
    font-size: 0.7em;
    border-radius: 5px;
}

.info-contents-attention--end{
  color: #fff;
  background-color: #909090;
  padding: 8px;
  font-size: 0.7em;
  border-radius: 5px;
}

.info-text{
    display: block;
    line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .Campaign-text{
      font-size: 16px;
  }

 }

.Campaign-date{
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: .7px;
    color: #333;
}

.c-notice_number{
    font-size: 12px;
    color: #707070;
    padding-left: 2em;
    text-indent: -2em;
    line-height: 1.5;
    text-align: left;
}
.c-notice_no-number{
    font-size: 12px;
    color: #707070;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.5;
    text-align: left;
}

.cpn_box{
    max-width: 750px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 896px){
.cpn_box{
    width: 100%;
}
}
.cpn_box p{
    margin: 10px 10px 20px;
}

.cpn_box img{
    width:80%;
}
.cpn_box ul li:not(:last-child) {
    margin: 0 0 7px 0;
}
.c-dpink {  background-color: #fcf1f0;}

.mg10l{
	margin:10px;
	text-align:left;
}
.gray_ttl{
	background-color: #333333;
	color: #ffffff;
	width: 200px;
	border-radius: 30px;
	padding: 10px 30px;
	display: inline-block;
}
.kuro_ttl{
	background-color: #fff;
	color: #333;
  border: solid 2px #333;
	width: 200px;
	border-radius: 30px;
	padding: 10px 30px;
	display: inline-block;
}
@media screen and (max-width: 896px){
.tab {
		width: 100%;
}
}

.tab-menu {
	max-width: 750px;
	margin: auto;
	display: flex;
}
@media screen and (max-width: 896px){
.tab-menu {
		width: 100%;
}
}

.tab-item {
	text-align: center;
	padding: 10px 0;
	cursor: pointer;
	border-bottom: solid 8px #d1d1d1;
  color: #d1d1d1;

	/* widthを同じ比率で分けあう */
	flex-grow: 1;
}
.tab-item img{
	width: calc(100% - 3px);
}

.tab-item:not(:first-child) {
	border-left: none;
}

/* アクティブなタブはデザインを変えて選択中であることが解るようにする */
.tab-item.active {
border-bottom: solid 8px #fff500;
color: #eb5505;
font-weight: 700;
}

.tab-box {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* コンテンツは原則非表示 */
.tab-content {
	display: none;
	font-size: 1.0em;
}

/* .showがついたコンテンツのみ表示 */
.tab-content.show {
	display: block;
}

.step {
  margin-bottom: 0.5rem;
  display: block;
  color: #eb5505;
  font-size: .75rem;
  font-weight: 700;
}

/* -------------------- setup-step -------------------- */
.setup-step-box {
  position: relative;
  text-align: center;
}
.setup-step-box::before {
  content: '';
  position: absolute;
  background: #eb5505;
  width: 96%;
  height: 1px;
  left: 2%;
  top: 49%;
}
.setup-step-box span {
  position: relative;
  background: #eb5505;
  color: #fff;
  font-size: 1.0em;
  font-weight: 500;
  padding: 5px;
}

/* -------------------- auto_cone -------------------- */
.auto_cone {
  background: #fff;
  border: solid 2px #cccccc;
  margin: 10px;
  padding:15px 10px;
}

/* -------------------- triangle -------------------- */
.triangle-down {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 25px 0 25px;
  border-color: #eb5505 transparent transparent transparent;
}

/* -------------------- accordion -------------------- */
.accordion{
  margin-top: 10px;
}

.accordion__container {
  width: 100%;
  margin: auto;
}

.accordion__title {
  /*background-color: #000;*/
  border-top: 1px solid #053a7a;
  border-bottom: 1px solid #053a7a;
  /*border: 1px solid transparent;*/
  /*color: #fff;*/
  font-size: 0.9em;
  font-weight: 700;
  /*padding: .625em .625em .625em 2em;*/
  position: relative;
  cursor: pointer;
  user-select: none;
}
.accordion__title p{
  margin-right: 10px;
}

.accordion__title::before, .accordion__title::after {
  content: '';
  display: block;
  background-color: #053a7a;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 2px;
  right: 25px;
}

.accordion__title::after {
  transform: rotate(90deg);
  transition-duration: .3s;
}

.accordion__title:hover,
.accordion__title:active,
.accordion__title.is-active {
  background-color: #fff;
}

.accordion__title.is-active::before {
  opacity: 0;
}

.accordion__title.is-active::after {
  transform: rotate(0);
}

.accordion__content {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  padding: 0 1.5em;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: .3s;
}
.accordion__content li{
  list-style: none;
  text-align: left;
  font-size: 0.7em;
  line-height: 1.8;

}
.accordion__content.is-open {
  border: 1px solid #fff;
  padding: .625em 1.5em;
  line-height: normal; /* numberに書き換える*/
  height: auto;
  opacity: 1;
}

/* -------------------- FAQ -------------------- */
.ttl_faq{
  font-weight: 700;
  font-size: 25px;
  line-height: 160%;
  color: #333;
  letter-spacing: .03em;
}
/* -------------------- accordion FAQ -------------------- */
.accordion{
  margin-top: 10px;
}

.accordion__container_faq {
  margin: auto;
  padding: 0 16px;
  max-width: 780px;
  margin: 35px auto;
}

.accordion__title_faq {
  /*background-color: #000;*/
  /*border-top: 1px solid #053a7a;*/
  border-bottom: 1px solid #efefef;
  /*border: 1px solid transparent;*/
  /*color: #fff;*/
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
  padding: 0.75em 0.725em 0.725em 2.6em;
  position: relative;
  cursor: pointer;
  user-select: none;
  margin: 20px 0 0;
}
.accordion__title_faq p{
  margin-right: 10px;
}

.accordion__title_faq::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #999;
  border-right: solid 2px #999;
  transform: translateY(-50%) rotate(135deg);
}

.accordion__title_faq::after {
  transition-duration: .3s;
}

.accordion__title_faq::before{
    font-weight: 700;
    content: "Q";
    display: block;
    position: absolute;
    top: -2px;
    left: 5px;
    color: #eb5505;
    font-size: 2rem;
}

.accordion__title_faq:active,
.accordion__title_faq.is-active {
  background-color: #fff;
  border-bottom: 1px solid #ffffff;
}

.accordion__title_faq.is-active::after {
  transform: translateY(-50%) rotate(315deg);
}

.accordion__content {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  padding: 0 1.5em;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: .3s;
}
.accordion__content p{
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
  padding-left: 1em;
}
.accordion__content li{
  list-style: none;
  text-align: left;
  font-size: 0.7em;
  line-height: 1.8;
}

.accordion__content p::before{
  font-weight: 700;
  content: "A";
  display: block;
  position: absolute;
  left: 22px;
  color: #eb5505;
  font-size: 2rem;
}

@media screen and (min-width: 896px){
.accordion__content p::before{
  left: 11%;
  margin-top: -8px;
}
.accordion__content.is-open {
  padding: .625em 1.5em;
  border-bottom: 1px solid #efefef;
  line-height: normal; /* numberに書き換える*/
  height: auto;
  opacity: 1;
}
}

/* -------------------- accordion_detaill -------------------- */
.accordion{
  margin-top: 10px;
}

.accordion__container_detaill {
  width: 100%;
  margin: auto;
}

.accordion__title_detaill {
  /*background-color: #000;*/
  border: 3px solid #eb5505;
  /*color: #fff;*/
  font-size: 1.2em;
  font-weight: 700;
  /*padding: .625em .625em .625em 2em;*/
  position: relative;
  cursor: pointer;
  user-select: none;
}
.accordion__title_detaill p{
  margin-right: 10px;
}

.accordion__title_detaill::after {
  content: '';
  display: block;
  position: absolute;
  top: 14%;
  width: 15px;
  height: 2px;
  right: 26px;
}

.accordion__title_detaill::after {
  width: 37px;
  height: 37px;
  background: url(./icon-puls.png);
}

.accordion__title_detaill:hover,
.accordion__title_detaill:active,
.accordion__title_detaill.is-active {
  background-color: #fff;
}

.accordion__title_detaill.is-active::after {
  width: 37px;
  height: 37px;
  background: url(./icon-minus.png);
}

.accordion__content_detaill {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  padding: 0 1.5em;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 1;
}
.accordion__content_detaill li{
  list-style: none;
  text-align: left;
  font-size: 0.8em;
  line-height: 1.8;
}
.accordion__content_detaill.is-open {
  border-left: 3px solid #eb5505;
  border-right: 3px solid #eb5505;
  border-bottom: 3px solid #eb5505;
  padding: .625em 1.5em;
  line-height: normal; /* numberに書き換える*/
  height: auto;
  opacity: 1;
}

.btn-premium{
	width:80%;
	margin:10px auto 20px;
  font-size:14px;
  line-height:18px;
  font-weight:700;
  text-decoration:none;
  display:block;
  text-align:center;
  padding:10px;
  color:#fff;
  background-color:#9b7e0c;
  border-radius:5px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.color-ebe717 {
  background-color:#ebe717;
}
.line-color-ebe717{
  border: solid 3px #ebe717;
}
.color-faaf3b {
  background-color:#faaf3b;
}
.line-color-faaf3b{
  border: solid 3px #faaf3b;
}
.tokuten_flame {
  margin:10px;
  border-radius: 20px;
  min-height: 600px;
}
.tokuten_flame img{
  width: 100%;
}
.tokuten_box {
  margin: 10px 5px;
  padding: 15px 10px;
  font-size: 0.8rem;
  line-height: 1.8;
  background-color: #fff;
  border-radius:  0 0 20px 20px;
}
.cpv {
  color: #333;
  text-align: left;
}
.cpv li{
  list-style-type: none;
}
.cpv li > span{
  font-size: 1.0rem;
  font-weight: 600;
}
.c-orange-button {
    display: block;
    padding: 12px;
    border-radius: 100px;
    background: #FF5015;
    color: #fff!important;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
}
.c-orange-button a:visited{
    color: #fff;
}

/*    キャンペーン参加方法       */
.box_list {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

ul.flow_list{
    width: 88%;
    margin: auto;
}

.box_01 {
    position: relative;
    padding: 3px;
    background-color: #39b04a;
    border-radius: 20px;
}
.box_01 .box_item{
    display: flex;
    background: #fff;
    padding: 26px 5px 26px 0;
    border-radius: 17px;
}
.box_no{
    position: absolute;
    top: -20px;
    width: 56px;
    left: 14px;
}
.box_txt{
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: left;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.4;
}
.box_img{
    width: 30%;
    min-width: 76px;
    padding: 15px 10px 0 10px;
}
.box_txt span{
  margin-bottom: 5px;
  font-size: 2vh;
  font-weight: 700;
  color: #39b04a;
}
@media screen and (min-width: 896px){
  .box_no{
      top: -30px;
      width: 80px;
      left: 14px;
  }
  .box_txt{
      padding: 5px;
      font-size: 20px;
      line-height: 1.4;
  }
  .box_img{
      width: 30%;
      max-width: 112px;
      padding: 15px 10px 0 20px;
  }
  .box_txt span{
    margin-bottom: 5px;
    font-size: 4vh;
  }
}
.box_triangle-dow{
  position: relative;
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 25px 0 25px;
  border-color: #222 transparent transparent transparent;
}

.box_link{
    display:block;
    width:90%;
    height:auto;
    padding: 5px;
    margin-top: 4.5%;
    text-decoration: none;
    background:#222222;
    text-align:center;
    color:#FFFFFF;
    font-size:1.1rem;
    font-weight:bold;
    border-radius:50px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    transition: all 0.5s ease;
}
.box_link:hover{
    display:block;
    width:90%;
    height:auto;
    padding: 5px;
    margin-top: 4.5%;
    background:#FFFFFF;
    color:#222222!important;
    box-shadow:0px 0px 0px 4px #222222 ;
}

.box_link:visited,.box_link:active{
    color:#FFFFFF;
}

/*     四角ボタン         */
.button-block{
    padding: 0 8%;
}
.button {
    background: #eb5505;
		border: 1px solid #eb5505;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 19px 40px 20px;
    color: #ffffff!important;
    transition: 0.3s ease-in-out;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}
.button.register{
    max-width: 330px;
}
.button:hover {
		text-decoration: none;
    background: #ffffff;
		border: 1px solid #eb5505;
    color: #ED7000!important;
}
.button:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button:hover:after {
    border-color: #FFF;
		border-top: 3px solid ##eb5505;
		border-right: 3px solid #eb5505;
}

.button:disabled {
    background-image: none;
    background-color: #ccc;
    border-color: #ccc;
}

.button:disabled:after {
    background-image: none;
    background-color: #ccc;
    border-color: #ccc;
}
