/* ==================================================
	shopinfo
================================================== */
#content_area.page_shopinfo > * {
  margin-bottom: 50px;
}

#content_area.page_shopinfo > *:last-child {
  margin-bottom: 0;
}

.page_shopinfo dt {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.page_shopinfo dd {
  margin-bottom: 30px;
}

.page_shopinfo dd:last-child {
  margin-bottom: 0;
}

.page_shopinfo .subtxt {
  margin-bottom: 20px;
}

.page_shopinfo .subtxt02 {
  margin-top: 20px;
}

.pp_inner > * {
  margin-top: 20px;
}

.pp_inner > *:first-child {
  margin-top: 0;
}

.pp_inner > ul {
  margin-left: 16px;
}

.pp_inner > ul li {
  list-style-type: decimal;
  margin-bottom: 15px;
}

.pp_inner > ul li:last-child {
  margin-bottom: 0;
}

.pp_inner dl {
  padding: 25px;
  background: #f2eff4;
}

/* ==================================================
	regist
================================================== */
#content_area.page_regist > * {
  margin-bottom: 50px;
}

#content_area.page_regist > *:last-child {
  margin-bottom: 0;
}

.page_regist a {
  text-decoration: underline;
}

.page_regist a:hover {
  text-decoration: none;
}

.page_regist .regist_nav {
  display: flex;
  justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 70px;
}

.page_regist .regist_nav li {
  position: relative;
  border: 1px solid #e9e9e9;
  padding: 10px 20px;
  width: 22%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_regist .regist_nav li::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  top: calc(50% - 7px);
  left: -30px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #f2eff4;
    
}

.page_regist .regist_nav li:first-child::before {
  content: none;
}

.page_regist .regist_nav li.active {
  border-color: #000;
}

.page_regist .table_style th {
  background: #fcf8da;
}
.page_regist .table_style table{
    width: 100%;
}
.page_regist .table_style th, .page_regist .table_style td {
  padding: 15px;
  text-align: center;
  border-left: 1px solid #fcf8da;
}

.page_regist .table_style th:last-child, .page_regist .table_style td:last-child {
  border-right: 1px solid #f2eff4;
}

.page_regist .table_style th {
  border-left: 1px solid #fff;
}

.page_regist .table_style th:first-child {
  border-left: 1px solid #f2eff4;
}

.page_regist .table_style th.right {
  text-align: right;
}

.page_regist .table_style tr {
  border-top: 1px solid #f2eff4;
}

.page_regist .table_style tr:last-child {
  border-bottom: 1px solid #f2eff4;
}

.page_regist .table_style01 th {
  background: #fcf8da;
}
.page_regist .table_style01{
    width: 100%;
}
.page_regist .table_style01 th, 
.page_regist .table_style01 td {
  padding: 15px;
  border-left: 1px solid #fcf8da;
    vertical-align: middle;
    text-align: left;
}

.page_regist .table_style01 th:last-child, .page_regist .table_style01 td:last-child {
  border-right: 1px solid #f2eff4;
}

.page_regist .table_style01 th {
    width: 25%;
    min-width: 275px;
}
.page_regist .table_style01 td {
    width: 75%;
}
.page_regist .table_style01 th:first-child {
  border-left: 1px solid #f2eff4;
}

.page_regist .table_style01 th.right {
  text-align: right;
}

.page_regist .table_style01 tr {
  border-top: 1px solid #f2eff4;
}

.page_regist .table_style01 tr:last-child {
  border-bottom: 1px solid #f2eff4;
}
.page_regist .table_style01.tbl_arr th{
    background-color: #efe079;
}
.page_regist .table_style01.tbl_arr td{
    position: relative;
}
.page_regist .table_style01.tbl_arr td:before{
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: calc(50% - 7px);
    left: 0;
    border-left: 7px solid #efe079;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}
.page_regist .cart_note {
  margin-top: 10px;
  text-align: right;
}

.page_regist .cart_note span {
  color: #f33737;
}

.page_regist .cart_btn_list {
  display: flex;
  justify-content: center;
    flex-wrap: wrap;
}
.page_regist .cart_btn_list .btn_style01{
    border: 2px solid #262626;
}
.page_regist .cart_btn_list .btn_style02{
    border: 2px solid #61d2d7;
}
.page_regist .cart_btn_list .btn_style03{
    border: 2px solid #fd90a4;
}
.page_regist .cart_btn_list li {
  width: 220px;
    margin: 0 1% 2%;
}

.page_regist .cart_btn_list a {
  text-decoration: none;
    padding: 10px;
    display: block;
    height: 100%;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_regist p {
  margin-top: 15px;
}

.page_regist p.tac {
  text-align: center;
}

.page_regist p.error_txt {
  color: #f33737;
}

.page_regist #cart_form {
  border: 2px solid #f2eff4;
  padding: 30px;
}

.page_regist #cart_form table {
  margin-bottom: 15px;
}

.page_regist #cart_form input[type=email],
.page_regist #cart_form input[type=password] {
  width: 100%;
}

.page_regist form section {
  margin-bottom: 50px;
}

.page_regist form section:last-child {
  margin-bottom: 0;
}

.page_regist table {
  margin-top: 30px;
}
.ttl_style01{
    font-size: 26px;
    border-bottom: 1px solid #222;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .table_style{
        width: 100%;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .page_regist .table_style table{
        width: 780px;
    }
    .page_regist .table_style01 th,.page_regist .table_style01 td{
        width: 100%;
        display: block;
    }
    .page_regist .regist_nav{
        margin-bottom: 30px;
    }
    .page_regist .regist_nav li{
        width: 48%;
        margin-bottom: 2%;
    }
    .page_regist .regist_nav li::before{
        left: -6%;
    }
    .ttl_style01{
        font-size: 20px;
    }
    .page_regist .table_style01.tbl_arr td:before{
        right: 0;
        margin: auto;
        top: 0;
        border-left: 7px solid transparent;
        border-top: 7px solid #efe079;
        border-right: 7px solid transparent;
    }
    .page_regist #cart_form{
        padding: 4%;
    }
}
.page_regist.forgetpass table{
    margin-top: 0;
}
.tbl_tmpl caption{
    background: #fcf8da;
    padding: 10px;
    font-weight: bold;
    font-size: 18px;
}
.page_regist .tbl_tmpl th, .page_regist .tbl_tmpl td{
    border-color: #e5e5e5;
    padding: 7px;
}
.page_regist .tbl_tmpl th{
    background: #f7f7f7;
    font-weight: normal;
}
.tar{
    text-align: right !important;
}
.page_regist .content_page{
    margin-bottom: 60px;
}

/* fix nav regist*/

.page_regist .regist_nav{
  justify-content: flex-start;
}

.page_regist .regist_nav li{
    width: calc(25% - 15px);
    width: -moz-calc(25% - 15px);
    width: -webkit-calc(25% - 15px);
    width: -ms-calc(25% - 15px);
    width: -o-calc(25% - 15px);
    margin-right: 20px;
}

.page_regist .regist_nav li::before{
  left: -14px;
}

@media screen and (max-width: 767px) {
  .page_regist .regist_nav li{
    width: calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    width: -ms-calc(50% - 10px);
    width: -o-calc(50% - 10px);
    margin-right: 20px;
  }
  .page_regist .regist_nav li:nth-child(2n){
    margin-right: 0;
  }
}

.page_regist .regist_nav li:last-child{
  margin-right: 0;
}


@media screen and (max-width: 767px){
  .page_regist .table_style table {
    width: 100%;
  }
}

