@charset "utf-8";

.main_title {
    background: #c01012;
    color: #fff;
    text-align: center;
    padding: 1rem 0;
    font-size: 1.5rem;
    margin: 0 0 2rem;
}
.sec_step .contents__inr{
    background: #efefef;
    padding: 1.4rem;
    margin: 3rem auto 0;
}
.sec_step .contents__inr > p{
  margin-bottom: 1.4rem;
}
.section_title{
    padding: 3rem 0.5rem 2rem;
    margin-bottom: 2rem;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1.267;
    text-align: center;
    position:relative;
}
.section_title:after{
    content:"";
    display:block;
    position:absolute;
    bottom:0;
    left: 50%;
   -webkit-transform: translate(-50%,0);
   transform: translate(-50%,0);
    width:100px;
    height:5px;
    background:#004066;
}

.line_ttl{
     padding-left: 34px;
     font-size: 1.3rem;
     margin: 0 0 1.4rem;
     position:relative;
}
.line_ttl:before{
    content:"";
    position:absolute;
    width: 1.5rem;
    height: 2px;
    top: 0.8rem;
    left: 0;
    background: #c01012;
}
.sub_ttl{
  background: #7b7b7b;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 1rem 0;
  margin: 0 0 1rem;
  font-size: 1.2rem;
}
.ico_ttl{
  font-weight: bold;
  position:relative;
  padding-left: 1.7rem;
}
.ico_ttl:before{
   content:"";
   top: 0;
   left: 0;
   position:absolute;
   width: 20px;
   height: 20px;
   background: #c00f11;
}
.icon_arrow_inr{
  position: relative;
  margin: 0 auto;
}
.icon_arrow_inr:before{
  content:"";
  position:absolute;
  top: 14px;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
  border: 26px solid transparent;
  border-top: 20px solid #c00f11;
}
.att_note{
   font-size: 0.9rem;
}
.white_box{
   background: #fff;
   padding: 1rem;
   margin-bottom: 1rem;
}
.list_flex .white_box{
   display: -webkit-box;
   display: flex;
   align-items: center;
   justify-content: space-between;
}
.list_flex .left_box{
   width: 30%;
}
.list_flex .left_box h3{
  margin-left: 1.4rem;
  text-indent: -1.4rem;
}
.list_flex .right_box{
   width: 68%;
}
.dl_box01, .dl_box02{
  text-align: center;
}
.dl_box01 h3, .dl_box02 h3{
  margin: 0 0 0.8rem;
}
.dl_box02_inr{
   display: -webkit-box;
   display: flex;
   align-items: flex-end;
   justify-content: center;
   position:relative;
   margin-top: 3rem;
}
.dl_box02_inr:before{
  content:"";
  width: 75%;
  height: 6px;
  background: #b2b2b2;
  position: absolute;
  top: -40px;
}
.dl_box02_inr:after{
  content:"";
  position:absolute;
  top: -38px;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
  border: 43px solid transparent;
  border-top: 26px solid #b2b2b2;
}
.dl_box02_inr .dl_inr{
   display: -webkit-box;
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   width: 100%;
}
.dl_box02_inr .qr{
   max-width: 164px;
   margin: 1rem auto;
}
.dl_box02_inr .dl_inr dl{
   width: 48%;
   border: 1px solid #276093;
   margin-top: 2rem;
   padding-bottom: 1rem;
}
.dl_box02_inr  .dl_inr dl dt{
   font-size: 1.3rem;
   font-weight: bold;
   background: #276093;
   color: #fff;
}
.dl_box02_inr  .dl_inr dl dd a{
   display: block;
   max-width: 300px;
   margin: 0 auto;
}
.dl_box02_inr  .dl_inr dl dd a img{
   display: block;
   margin: 0 auto;
}
.dl_box02_inr  .dl_inr .dl_inr_Apple a{max-width: 243px;}

.faq_wrap {
  width: 1080px;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto; }

.faq_list__wrap {
  width: 100%;
  box-sizing: border-box;
}
.faq_list {
  width: 100%;
  border-bottom: 2px solid #c01012;
}
.faq_list_q {
  width: 100%;
  display: block;
  position: relative;
  padding: 30px 30px 30px 42px;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  transition: all .2s ease-out;
}
.faq_list_q::before {
    content: 'Q.';
    position: absolute;
    left: 10px;
    top: 32%;
    font-weight: bold;
    font-size: 1.2rem;
    color: #014494;
}
.faq_list_q::after {
    content: '';
    width: 12px;
    height: 22px;
    display: block;
    position: absolute;
    right: 10px;
    top: 47%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    background-image: url(../images/icon_arrow_grey.svg);
    transition: all .4s ease-out;
    transform: rotate(88deg);
}
.open .faq_list_q::after {
    transform: rotate(270deg);
    }
.faq_list_q:hover {
    opacity: .6; }

.faq_list_a {
  display: none;
  width: 100%;
  padding: 0 0 30px 42px;
  position: relative;
}
.faq_list_a a {
    text-decoration: none;
    font-weight: bold;
}
.faq_list_a::before {
    content: 'A.';
    position: absolute;
    left: 10px;
    top: -3px;
    font-weight: bold;
    color: #c01012;
    font-size: 1.2rem;
}

.setting_tbl tr{border-bottom: 2px solid darkgrey;}
.setting_tbl tr:nth-last-of-type(1){border-bottom:none;}

.setting_tbl th{
  width: 40%;
  text-align: left;
  padding: 0.8rem 0.5rem;
}
.setting_tbl td{
  padding: 0.8rem 0.5rem;
}
.setting_step2_txt{
  text-align: center;
  margin: 1rem 0 0;
}
.setting_step3_txt{
    margin: 0 !important;
    text-align: center;
    font-size: 1.3rem;
}
.Page_entry #floating{ display: none;}

@media screen and (max-width: 1150px) {
}

@media screen and (max-width: 767px) {

   .line_ttl{ font-size: 1.2rem; }
   .sub_ttl{padding: 0.8rem 0;}
   .list_flex .white_box{ display: block;}
   .list_flex .left_box{  width: 100%; }
   .list_flex .right_box{width: 100%;margin-top: 1rem;}

   .dl_box02_inr:before{ width: 100%; }
   .dl_box02_inr .dl_inr dl{width: 100%;margin-top: 1rem;}
   .dl_box02_inr .dl_inr dl dd a{  width: 85%;}

   .faq_list_q{
    padding: 20px 30px 20px 35px;
   }
  .setting_tbl th{
    width: 50%;
    line-height: 1.4;
  }
}