@charset "UTF-8";

#gNav .gNav__menu__guide{
  background-color: #ffffe4;
  box-shadow: 0px 0px 2px 0px #999 inset;
}

.guideOuter{
  padding: 15px;
}
.guide{
  max-width: 960px;
  margin: auto;
  margin-top: 60px;
}
.guide a{
  color: #ff5d5d;
}
.guide .pageHeading{
  margin-bottom: 0;
}
.guide .nav-tabs{
  border: none;
}
.guide .nav-item{
  line-height: 40px;
  margin: 15px 0 0 15px;
  border-radius: 0.5rem;
}
.guide .nav-item:first-child{
  margin-left: 0;
}
.guide .nav-link{
  display: block;
  background: #ff6f6e;
  border-bottom: solid 4px #ce3f3f;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  border-radius: 1rem;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  text-shadow: 2px 2px 4px #ce3f3f;
}
.guide .nav-pills .nav-link.active,
.guide .nav-pills .show>.nav-link {
  border: 3px solid #ff6f6e;
  border-radius: 1.2rem;
  background: #fff2f2;
  box-shadow: none;
  -webkit-box-shadow: none;
  font-size: 1.6rem;
  font-weight: 600;
  color: #ff6f6e;
  text-shadow: none;
}
.guide .nav-link:hover{
  border-bottom: solid 6px #ce3f3f;
  color: #fff;
  -webkit-transform:translateY(-2px);
  transform:translateY(-2px);
  -webkit-transition:all .3s;
  transition:all .3s;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
  box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
}
.guide .nav-pills .nav-link.active:hover{
  transform: none;
}

.tab-content{
  max-width: 960px;
}
.contentArea{
  margin-top: 25px;
  background-image: url("../../../commons/img/content_bg_wood.jpg");
}
.tab-content h2{
  margin-top: 20px;
  padding-bottom: 15px;
  border-bottom: 2px dotted #333;
  font-size: 2.5rem;
}
.tab-content h2:first-child{
  margin-top: 0;
}
.tab-content h3{
  margin-top: 40px;
  padding: 15px;
  line-height: 30px;
  border-left: 6px solid #ff8484;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
  background-color: #fff2f2;
  color: #333;
  font-size: 2rem;
}
.tab-content p{
  margin: 15px 0 0 0;
  font-size: 1.6rem;
}
.tab-content ul,
.tab-content ol{
  margin: 15px 0 0 0;
  font-size: 1.6rem;
}
.tab-content a{
  text-decoration: underline;
}
.tab-content .table{
  max-width: 480px;
  margin: 15px 0;
}
.tab-pane {
  padding: 30px;
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.4);
  border: ;
  border-bottom: 1px solid #999;
  border-radius: 0.25rem;
  background-color: #fff;
}


.payments__heading{
  font-weight: 600;
  color: #333;
}
.payments__creditcards{
  margin: 0 15px;
}
.payments__creditcards__securiy{
  display: flex;
}
.payments__creditcards__securiy img[name=seal]{
  height: 100%;
}
#payments .tr:last-child .td:first-child{
  border-bottom: 1px solid #333;
}
#payments .tr .td:first-child{
  padding: 15px;
  border: 1px solid #333;
  border-right: none;
  border-bottom: none;
  background-color: #ffffe4;
  font-weight: 600;
}
#payments .tr .td:last-child{
  padding: 15px;
  border: 1px solid #333;
  border-left: 1px dotted #333;
  border-bottom: none;
}
#payments .tr:last-child .td:last-child{
  border-bottom: 1px solid #333;
}
.atodene__bnr--mb{
  max-width: 150px;
  width:100%;
}
.atodene__bnr--pc{
  max-width:468px;
  width:100%;
}


.order__flow{
  padding: 0;
  list-style: none;
}
.order__flow .container{
  padding-left: 0;
  padding-right: 0;
}
.order__flow .img__pc,
.order__flow .img__mb{
  width: 100%;
  margin-top: 15px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.order__flow__info{
  margin-top: 15px;
  padding-left: 0;
  font-weight: 500;
  font-size: 1.8rem;
  color: #fff;
  list-style: none;
}
.order__flow__info li{
  margin-bottom: 15px;
  padding: 25px;
  position: relative;
  background: #ff8484;
  color: #fff;
}
.order__flow__info li::after{
  position: absolute;
  content: '';
  right: 0px;
  top: 0px;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: #ce3f3f #fff #ce3f3f;
  background-color: #ce3f3f;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}



/* Extra small devices (スマホ縦画面, 575.98px以下への指定) */
@media (max-width: 575.98px) {
  #gNav .gNav__menu__guide{
    background-color: #ffffe4;
    box-shadow: none;
  }
  .guideOuter{
    padding: 0;
  }
  .guide .nav{
    margin: auto 15px;
  }
  .guide .nav-item{
    margin: 15px 0 0 0;
  }
  .guide .nav-pills .nav-link.active, .guide .nav-pills .show>.nav-link {
    line-height: 40px;
  }
  .contentArea{
    margin-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
    border: none;
    border-radius: 0;
  }
  .tab-pane{
    padding: 15px;
  }
  .payments__creditcards{
    width: 90%;
  }
  #payments .table,
  #payments .thead,
  #payments .tbody,
  #payments .tfoot,
  #payments .tr,
  #payments .td{
    display: block;
  }
  #payments .table{
    border: none;
  }
  #payments .tr{
  }
  #payments .tr .td:first-child{
    border-right: 1px solid #333;
    border-bottom: 1px dotted #333;
    /* padding: 5px;
    border: 1px solid #333;
    border-bottom: 1px dotted #333;
    background-color: #ffffe4; */
  }
  #payments .tr .td:last-child{
    border-top: none;
    border-left: 1px solid #333;
    /* padding: 5px;
    border: 1px solid #333;
    border-top: none; */
  }
  #payments .tr:last-child .td:first-child{
    border-bottom: 1px dotted #333;
  }
  .payments__creditcards__securiy{
    display: block;
  }
  .img__pc{
    display: none;
  }

  .order__flow__info{
    margin-top: 15px;
  }
  .atodene__bnr--pc{
    display: none;
  }
}




/* Small devices (スマホ横画面 576px　～　767.98pxへの指定) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .guide .nav-item{
    margin: 15px 0 0 0;
  }
  .payments__creditcards{
    width: 90%;
  }
  .img__pc{
    display: none;
  }
  .atodene__bnr--mb{
    display: none;
  }
}
/* Medium devices (タブレット, 768px　～　991.98px以下への指定) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .img__mb{
    display: none;
  }
  .atodene__bnr--mb{
    display: none;
  }
}
/* Large devices (デスクトップ, 992px以上への指定) */
@media (min-width: 992px) {
  .img__mb{
    display: none;
  }
  .atodene__bnr--mb{
    display: none;
  }
}
/* Extra large devices (デスクトップ大画面, 1200px以上への指定) */
@media (min-width: 1200px) {
  .img__mb{
    display: none;
  }
  .atodene__bnr--mb{
    display: none;
  }
}
