@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yuji+Mai&display=swap');

#wrapper{
  margin-top: 30px;
  margin-bottom: 40px;
}
.tcenter{
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
}

.fbold{
  font-weight: bold;
}

.tblue{
  color: #5C8BF6;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .tblue{
    font-size: 12px;
  }
}
@media screen and (min-width: 359px){
  .tblue br{
    display: none;
  }
}

.mr5{
  margin-right: 5px;
  display: inline-block;
}

/*------------------------
マイページ
------------------------*/

.mypage_nav ul{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 40px;
  margin-left: 0;
}

.mypage_nav ul li{
  width: 25%;
  border-bottom: none;
  margin-bottom: 0;
}

.mypage_nav ul li a{
  display: block;
  background: #0C355E;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 17px 0;
  border-right: 1px solid #fff;
  font-size: 14px;
}

.mypage_nav ul li:not(:last-child) a{
  border-right: 1px solid #fff;
}

@media (hover: hover) {
  .mypage_nav ul li a:hover{
    opacity: 0.8;
  }
}

@media screen and (max-width: 768px){
  .mypage_nav ul li{
    width: 50%;
  }
  .mypage_nav ul li:nth-child(2n) a{
    border-right: none;
  }
  .mypage_nav ul li:nth-child(1) a{
    border-bottom: 1px solid #fff;
  }
  .mypage_nav ul li:nth-child(2) a{
    border-bottom: 1px solid #fff;
  }
}

/*------------------------
オーダーページ
------------------------*/

h2.order_h2{
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.4;
  font-size: 20px;
}

.user_info{
  margin-bottom: 40px;
}

.user_info p{
  text-align: left;
  border-bottom: 1px solid #ccc;
}

.user_info p span{
  font-size: 12px;
  display: block;
  padding-top: 5px;
}

.post #wrap_contact table.orderTBL{
  border: none;
  margin-bottom: 40px;
}

.post #wrap_contact table.orderTBL td{
  border-bottom: 1px solid #ccc;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 10px 4px 4px 4px;
  text-align: left;
  vertical-align: middle;
}

.post #wrap_contact table.orderTBL td input{
  background: none;
  padding: 0;
  font-family:'Noto Sans JP', sans-serif;
}

.post #wrap_contact table.orderTBL td.check{
  width: 16px;
}

.post #wrap_contact table.orderTBL td.item input{
  width: 100%;
  font-size: 15px;
}

.post #wrap_contact table.orderTBL td.price{
  text-align: right;
  width: 80px;
}

.post #wrap_contact table.orderTBL td.price input{
  text-align: right;
  width: 60px;
  margin-right: 3px;
}

.post #wrap_contact table.orderTBL td.quantity{
  text-align: right;
  width: 40px;
}

.order_total{
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-bottom: 40px;
  background: #EBEBEB;
  padding: 20px 20px 10px 20px;
}

.post #wrap_contact table.totalTBL{
  border: none;
  max-width: 250px;
}

.post #wrap_contact table.totalTBL tr{
  border: none;
  background: #EBEBEB;
}

.post #wrap_contact table.totalTBL td{
  border: none;
  padding: 0;
  text-align: right;
  vertical-align: middle;
  background: #EBEBEB;
}

.post #wrap_contact table.totalTBL td input{
  background: none;
  padding: 0;
  font-family:'Noto Sans JP', sans-serif;
}

.post #wrap_contact table.totalTBL td.price{
  width: 150px;
}

.post #wrap_contact table.totalTBL td.price input{
  width: 100px;
  margin-right: 3px;
  text-align: right;
}

.post #wrap_contact table.totalTBL td.price.bold,
.post #wrap_contact table.totalTBL td.price_ttl.bold{
  font-weight: bold;
  font-size: 20px;
  border-top: 2px solid #333;
  padding-top: 10px;
  margin-top: 10px;
}

.post #wrap_contact table.totalTBL td.price.bold input{
  font-weight: bold;
  font-size: 20px;
}


ul.order_note{
  margin-bottom: 40px;
  text-align: left;
}

.post ul.order_note li{
  margin-bottom: 0;
  border-bottom: none;
}

ul.order_note li label{
  cursor: pointer;
  display: block;
  padding: 8px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

ul.order_note li:first-child label{
  border-top: 1px solid #ccc;
}

ul.order_note li label span{
  line-height: 23px;
  position: relative;
  padding-left: 35px;
  display: block;
  font-size: 14px;
}

ul.order_note li label span:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #aaaaaa;
}

ul.order_note li label span:after{
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 10px;
  height: 5px;
  background: #fff;
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  opacity: 0;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}


ul.order_note li label input[type=checkbox]{
  visibility: hidden;
  position: absolute;
}

ul.order_note li label input[type=checkbox]:checked + span:after{
  opacity: 1;
}

ul.order_note li label input:disabled + span:before {
  background-color: #ccc;
}

.linkBtn{
  padding: 0;
  width: 80%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  height: 60px;
  background: #001441;
  border-radius: 5px;
}

.linkBtn input[type="submit"],
.linkBtn input[type="button"]{
  display: block;
  text-align: center;
  margin: 0 auto;
  font-family:'Noto Sans JP', sans-serif;
  font-weight: 500;
  cursor: pointer;
  transition: all .3s;
  line-height: 60px;
  background: #001441;
  border-radius: 5px;
  width: 100%;
}

.linkBtn input[type="submit"]:hover,
.linkBtn input[type="button"]:hover{
  opacity: 1;
  background: #284c9c;
}