@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;
}
.pageHeading{
  max-width: 960px;
  margin: 20px auto auto auto;
  text-align: right;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
}
.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;
}

.contentArea{
  max-width: 960px;
}
.contentArea{
  margin-top: 0;
  background-image: url("../../../commons/img/content_bg_wood.jpg");
}
.contentArea h2{
  margin-top: 20px;
  padding-bottom: 15px;
  border-bottom: 2px dotted #333;
  font-size: 2.5rem;
}
.contentArea h2:first-child{
  margin-top: 0;
}
.contentArea h3{
  margin-top: 80px;
  padding: 20px;
  line-height: 30px;
  border-left: 6px solid #c63232;
  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: 2.4rem;
}
.contentArea p{
  margin: 30px 0 0 0;
  font-size: 1.8rem;
}
.contentArea ul,
.contentArea ol{
  margin: 15px 0 0 0;
  font-size: 1.8rem;
}
.contentArea a{
  text-decoration: underline;
}
.contentArea .table{
  max-width: 480px;
  margin: 15px 0;
}
.coverImg{
  width: 100%;
}
.creditRegistBtn{
  position: relative;
  width: 100%;
  margin: 15px auto;
}
.creditRegistBtn::before{
  content: "";
  position: absolute;
  top: 14px;
  left: 18px;
  box-sizing: border-box;
  border: 40px solid transparent;
  border-left: 30px solid #f6ed12;
  pointer-events: none;
}
.creditRegistBtn::after{
  position: absolute;
  content: "";
  top: 20px;
  left: -12px;
  width: 0%;
  height: 68px;
  border-left: 32px solid #f6ed12;
  pointer-events: none;
}
.creditRegistBtn input[type=submit]{
  width: 100%;
  height: 108px;
  margin: auto;
  border: 6px solid #fff;
  background-image: linear-gradient(#7AB753 0%, #006A3A 100%);
  background-image: -webkit-linear-gradient(#7AB753 0%, #006A3A 100%);
  text-shadow: 0px 0px 6px #01381d;
  text-decoration: none;
  font-weight: bold;
  box-shadow: inset 0 4px 2px rgba(255,255,255,0.4), 2px 2px 6px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 4px 2px rgba(255,255,255,0.4), 2px 2px 6px rgba(0, 0, 0, 0.4);
  font-size: 3.5rem;
  color: #FFF;
  cursor: pointer;

}
.creditRegistBtn input[type=submit]:hover{
  box-shadow: inset 0 4px 2px rgba(255,255,255,0.4), 2px 2px 10px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: inset 0 4px 2px rgba(255,255,255,0.4), 2px 2px 10px rgba(0, 0, 0, 0.8);
  text-shadow: none;
}
.creditRegistBtn input[type=submit]:active{
  box-shadow: inset 0 2px 2px rgba(255,255,255,0.4), 0px 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 2px 2px rgba(255,255,255,0.4), 0px 1px 4px rgba(0, 0, 0, 0.2);
}
.contentArea p.order__txt--note{
  font-size: 1.4rem;
}
.contentArea ul, .contentArea ol{
  list-style: none;
  padding: 0;
}

.tab-pane {
  padding: 60px;
  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-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: #c63232;
  color: #fff;
}
.order__flow__info li a{
  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: #690808 #fff #690808;
  background-color: #690808;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}



/* Extra small devices (スマホ縦画面, 575.98px以下への指定) */
@media (max-width: 575.98px) {
  .pageHeading{
    display: none;
  }
  #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: 0;
    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;
  }
  .creditRegistBtn input[type=submit]{
    font-size: 2rem;
  }
  .creditRegistBtn::before{
    left: 10px;
    border: 30px solid transparent;
    border-left: 16px solid #f6ed12;
  }
  .creditRegistBtn::after{
    left: -6px;
    height: 48px;
    border-left: 16px solid #f6ed12;
  }
  .creditRegistBtn input[type=submit]{
    height: 88px;
  }
  .contentArea h3{
    padding: 16px;
    font-size: 2rem;
  }
  .contentArea p{
    font-size: 1.6rem;
  }
  .contentArea ul,
  .contentArea ol{
    font-size: 1.6rem;    
  }
}




/* 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;
  }
  .creditRegistBtn input[type=submit]{
    font-size: 3rem;
  }
}
/* 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;
  }
}
