@charset "utf-8";

.Main{
    width: 1000px;
    font-size:15px;
    margin: 0 auto 170px;
    padding: 40px 0 0;
}
.pagetitle{
    display: block;
    margin: 40px auto 40px;
    height: 40px!important;
}
p,

option{
    color:#666464;
    margin:0 0 10px 0;
}

dt,
select,
input{
    color:#666464;
}

.tab-menuchild:hover,
.textmenu-child:hover,
.picturemenu-child:hover{
    cursor:initial;
}

a{
    color: #00A7C7;
    text-decoration: underline;    
}

a,
a img{
    outline:none;
}

a:not(.linkarrow):hover,
a:not(.linkarrow) img:hover{
    opacity:0.7;
}

a.linkarrow img {
    opacity:0.6;
}
a.linkarrow:hover img,
a.linkarrow.active img {
    opacity:1;
}

.double{
    overflow: hidden;
}

.double>.left{
    float: left;
    width: 50%;
}

.double>.left a{
    width: 60px;
    display: block;
    margin: 0;
}

.double>.right{
    width: 55%;
    margin: 20px auto;
}

/* ---------------------------------
------------------------------------
Alpha
------------------------------------
------------------------------------*/
.Alpha{
    width: 990px;
    margin: auto;
}
.Alpha-title,
.wb-cart-title,
.wb-cart-account-regist-title,
.wb-cart-order-confirm-title,
.wb-order-title {
    position: relative;
    border-bottom: 1px solid #ccc;
    margin: 0 0 30px;
    padding: 0px 10px 5px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.Alpha-title:before,
.wb-cart-title:before,
.wb-cart-account-regist-title:before,
.wb-cart-order-confirm-title:before,
.wb-order-title:before {
    content: "";
    width: 80px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #e52d8a;
}
.Alpha-content {
  margin: 0;
  padding: 0 0 20px;
}
.Alpha-s {
  margin: 0 0 20px;
}
.Alpha-stitle {
  color:#333;
  display:block;
  font-size:21px;
  font-weight:bold;
  margin-bottom: 10px;
}
.Alpha-stitle label {
  font-size: 11px;
  font-weight: normal;

}
.Alpha-content {
  zoom: 1;
}
.Alpha-content:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

/* --------------------------------- 
------------------------------------
login
------------------------------------
------------------------------------*/
.login form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 30px;
}

.login .Alpha-s.account-block {
  width: calc((100% - 30px) / 2);
    padding: 30px;
    border: 1px solid #CCC;
}

.login .Alpha-stitle {
    text-align: center;
    margin-bottom: 20px;
}

.login .Alpha-scontent {
  background: #fff;
  padding: 0!important;
}

.login .Form-table02  tr + tr {
  margin-top: 10px;
}

.login .Form-table02 th {
    padding: 10px 0 0;
    text-align: left;
    vertical-align: top;
    width: 30%;
}

.login .Form-table02 td {
    padding: 0 0 15px;
}

.login .Form-table02 td .input-size-100 {
  width: 100%!important;
  margin: 0;
}

.login .account-block .Alpha-scontent {
  height: inherit;
}

.login .non-account-block {
  width: 420px;
  float: none;
}

.login .team-block {
  width: 100%;
}

.login .wb-cart-btn,
.login .wb-cart-btn li {
    width: 240px;
    margin: 0 auto;
}

.login .wb-cart-btn {
    padding-top: 10px;
}

.login .wb-cart-btn a,
.login .wb-cart-btn li a {
    color: #FFF;
    background: #eb509b;
    display: block;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 8px 10px 10px;
}

.login .wb-cart-btn ul{ 
  text-align:right;
}

.login .wb-cart-btn li.box-account-want {
    display: block;
    padding-bottom: 0;
}
.login .wb-cart-btn li.box-account-want .box-title {
  display: none;
}
.login .wb-cart-btn li.box-account-want a{
    color: #eb509b;
    background: #FFF;
    border: 1px solid #eb509b;
}
.login .wb-cart-btn li.box-account-not {
}
.login .wb-cart-btn .box-title {
  display: block;
  text-align: left;
  font-weight: bold;
  font-size: 90%;
}
.non-account-block .Alpha-scontent{
  padding: 49px 20px;

}
.none-order .non-account-block .Alpha-scontent,
.none-order .team-block .Alpha-scontent {
  padding: 25px 0;

}
.none-order .Form-table02 {
  margin: 0 0 0;
}
.none-order .account-block .Alpha-scontent {
  padding: 20px 20px;
  height: inherit;
}
.none-order .wb-cart-btn .box-title {
  display: none;
}
.team-block {
  display: none;
}
.none-order .team-block {
  display: block;
  margin-top: 30px;
}
a img.btn_login{
    width: 130px;
    height: 33px;
}
a img.btn_new_account{
    width: 180px;
    height: 33px;
}
a img.btn_team_login{
    width: 150px;
    height: 33px;
}
a img.btn_preoder{
    width: 224px;
    height: 33px;
}
/* --------------------------------- 
------------------------------------
account_regist
------------------------------------
------------------------------------*/
.account_regist .store ul.list-h {
    margin-top: 8px;
}
.account_regist .store ul.list-h li {
    padding: 0px 16px 12px 0;
}
.account_regist .detail-select-box {
    padding: 0 0 16px;
}
.account_regist .detail-select-box span {
    font-size   : 12px;
    color: #D31515;
}

/* ---------------------------------
------------------------------------
Common
------------------------------------
------------------------------------*/

/* ------.slideshow---------------*/
.slideshow {
  position: relative;
}
.slideshow .control {
  position: absolute;
  right: 40px;
  bottom: 10px;
  }
.slideshow .control li {
  margin: 0 0 4px;
  cursor: pointer;

}
.slideshow .visual {
  text-align: center;

}
.slideshow .visual li {
  width: 590px;
}
/* ------.back-btn---------------*/
.back-btn {
  clear: both;
  position: relative;
  text-align: center;
  font-weight: bold;
  padding: 0 0 0;
  font-size: 110%;
}
.back-btn ul{
  list-style:none;
}
.back-btn li {}
.back-btn a,
.back-btn a:link,
.back-btn a:visited {
  color: #333;
}
.back-btn a:hover {
  text-decoration: underline;

}

/* ------.topic-path---------------*/
.topic-path {
  /*position: relative;*/
/*  position: absolute;
  top: 32px;
  right: 2px;*/
  position: relative;
  z-index: 10;
}
.topic-path ul{
/*  position: absolute;
  width: 333px;
  right: 0;
  top: -39px;*/
  position: absolute;
  width: 333px;
  right: 2px;
  top: -6px;
  background: #FFFFFF;
  z-index: 10;
  padding: 0 0 2px 0;
}
.topic-path.uniform>ul {
  width: 223px;
}
.topic-path li {

}
.topic-path li a {
  /*background: url(../img/topicpath_bg.png) no-repeat center top;*/
/*  color: #fff;
  display: block;
  float: left;
  width: 89px;
  height: 25px;
  margin-right: 6px;
  text-align: center;*/
  color: #fff;
  display: block;
  float: left;
  width: 109px;
  height: 38px;
}
.topic-path li a.current {
  /*background: url(../img/topicpath_current_bg.png) no-repeat center top;*/
  width: 108px;
  height: 38px;
  position: relative;
  margin-top: 0px;
}
.topic-path li a img {
  padding: 1px 0 0;
}
.topic-path li a.current img {
  /*padding: 9px 0 0;*/
}
.topic-path .path01 {}
.topic-path .path02 {}
.topic-path .path03 {
  margin-right: 0px;
}

/* ------.tabpanel ---------------*/
.tabpanel {
}
.tabpanel .tab {
  z-index: 100;
  margin: 0 0 1px;
  position: absolute;
}
.tabpanel .tab div.box {
  cursor: pointer;
  width: 56px;
  float: left;
  text-align: center;
  height: 34px;
  background: url(../img/tab_bg.png) no-repeat center top;
/*  filter: alpha(opacity=80);
  opacity: 0.8;*/
}
.tabpanel .tab div.box img{
  padding-top: 8px;
}
.tabpanel .tab div.box.selected {
  background: url(../img/tab_bg_s.png) no-repeat center top;
  width: 57px;
/*  filter: alpha(opacity=100);
  opacity: 1.0;
*/}
.tabpanel .tab div.box:hover {
/*  filter: alpha(opacity=100);
  opacity: 1.0;*/
}
.tabpanel .panel {
  padding-top: 33px;
  clear: both;
}
.tabpanel .panel div.box {
  padding: 10px;
  border: 1px solid #CCCCCC;
  clear: both;
  zoom: 1;
}
.tabpanel .panel div.box:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
/* ------.popup-box---------------*/

.popup-box {
  padding: 10px;
}
.popup-box .box-title {
  font-weight: bold;
  font-size: 12px;
  border-bottom: 2px solid #D5347B;
  padding: 3px;
  margin: 0 0 5px;
}
.popup-box .box-content {
  padding: 10px;
}
/* ------ List-table ------*/
.List-table {
    border: 1px #ccc solid;
    border-collapse: collapse;
    border-spacing: 0;
    width:100%;
    margin:0 0 10px;
  }
.List-table th {
    padding: 10px;
    border: #ccc solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
    width:25%;
    font-weight: normal;
  }
.List-table td {
    padding: 10px;
    border: 1px #ccc solid;
    border-width: 0 0 1px 1px;
  }
.List-table .check-ok{
  background: url(/img/cart/alert_ico_refresh.gif) no-repeat left 0px;
  padding:2px 0 2px 20px;
}
.List-table .check-errar{
  background: url(/img/cart/alert_ico_errar.gif) no-repeat left 0px;
  padding:2px 0 2px 20px;
}

.List-table textarea{
 width:100%;
}

/* --- .wb-pager ---*/
.wb-pager{
  clear: both;
  margin: 0 0 10px;
  padding: 5px 0px;
}
.wb-pager .wb-pager-btn-prev{
  padding: 0 0 0 20px;
  background: url(../img/arrow_prev.gif) no-repeat left center;
}
.wb-pager .wb-pager-btn-next{
  padding: 0 20px 0 0;
  background: url(../img/arrow_next.gif) no-repeat right center;
}
.wb-pager .wb-pager-btn-now{
  font-weight: bold;
  color: #FF6F0F;
}
.wb-pager a,
.wb-pager a:link,
.wb-pager a:visited {
  color: #333333;
  text-decoration: none;
}
.wb-pager a:hover {
  text-decoration: underline;
}
.wb-pager p{
  margin: -20px 0 0;
  padding: 0;
  text-align: right;
}
/* ------.error---------------*/
.notice-error {
  text-align :center;
  font-weight: bold;
  color: #eb509b;
  padding: 10px 0;
  background: #ffeff7;
  font-size: 14px;
  margin: 0 0 10px;
}
.notice-ok {
  text-align :center;
  font-weight: bold;
  padding: 10px 0;
  color: #336600;
  background: #CAFAB8;
  font-size: 14px;
  margin: 0 0 10px;
}

/* ------.consent-box---------------*/
.consent-box {
  border: 1px solid #CCCCCC;
  padding: 10px;
  margin: 0 83px 10px;
}
.consent-box p {
  padding: 0 0 10px;
}
.consent-box .bottom {
  background: #CCCCCC;
  position: relative;
  padding: 10px;
}
.consent-box .bottom span {
  float:right;

}
.order-disable{
  cursor:not-allowed;
}
.order-disable img,
.order-disable:hover img{
  opacity: 0.3;
  filter: alpha(opacity=30);
}


.default-cursor{
  cursor:default;
}

.slider-item{
  cursor:pointer;
}
.slider-item:focus{
  outline:none;
}
.slider-item img{
  padding: 15px;
}
.slider-item.selected img{
  background-color:#ccc;
}
.slider-layer{
  background-color:rgba(0,0,0,0.2);
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:1000;
}
.slider-popup{
    background-color: #fff;
    max-width: 550px;
    max-height: 550px;
    margin: auto;
    position: fixed;
    z-index: 1100;
    top: 20%;
    left: 20%;
    right: 20%;
    text-align: center;
    border-radius: 8px;
    padding: 40px;
    border:1px solid #aaa;
    box-shadow: 0 3px 8px #999;
    box-sizing: border-box;
}
.slider-popup span{
  display:block;
  text-align:center;
  /* margin-top: 15px; */
  font-size: 18px;
}
.slider-popup-wrap{
  /* cursor:pointer; */
}
.slider-popup-wrap .slider-popup-btn{
}
.slider-popup-wrap .slider-popup-btn>div{
  cursor:pointer;
}
.slider-popup-wrap .slider-popup-btn>div img{
  display: block;
  margin: 0 auto;
  width: 71px;
  height: 71px;
  opacity: 0.6;
}
.slider-popup-wrap .slider-popup-btn>div:hover img{
  opacity: 1;
}
.slider-popup-wrap .slider-popup-btn>div.slider-popup-prev{
  float: left;
}
.slider-popup-wrap .slider-popup-btn>div.slider-popup-next{
  float: right;
}
.slider-popup-wrap .slider-attention{
  font-size: 13px;
  color: #cc0000;
  text-align: left;
  margin-top: 10px;
}

.pop-type {
  text-align: left;
  max-width: 730px;
}

.pop-type .slider-popup-header{
  height: 14px;
  margin: 0 0 5px;
  text-align: right;
}

.pop-type .slider-popup-header a img{
  height: 14px !important;;
}

.pop-type .slider-popup-wrap{
}

.pop-type .slider-popup-wrap ul{
  list-style-type: square;
  padding-left: 20px;
}

.pop-type .slider-popup-wrap ul li{
  margin-bottom: 5px;
}

.pop-type .slider-popup-wrap img{
  display: inline-block;
  width: 300px;
  margin: 0px auto;
}

.pop-type .slider-popup-wrap img + img{
  margin-left: 20px;
}


label {
  display: inline;
  padding: 0;
  margin-bottom: 0;
  line-height: 25px;
  font-weight: normal;
  cursor: pointer;
}
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
  margin: 0 2px;
  vertical-align: -2px;
}

/*content1*/


.content1{

}

.content1 dl{
    overflow: hidden;

}

.content1 dl dd{
    float: left;
    width: 44%;
    margin: 0 3%;
    box-sizing: border-box;
}

.content1 dl dd img:nth-of-type(1){
    width: 100%;
}

.titleimg{
    display: block;
    height: 182px;
    overflow: hidden;
}

.content1 .double>.left a{
  float: left;
}

.content1 .double>.right img{
    margin:5px 0px;
}

/*
.content1 .double>.right a{
  float: left;
}
*/
.content1 .double>.right a:nth-of-type(2){
    width: 65px;
    margin: 10px auto;
    display: block;
}

.content1 .double>.right a:nth-of-type(3){
    text-align: center;
    display: block;
}

.content1 .double>.right p{
    text-align: left;
    color: #000;
    font-size: 12px;
}
    
.content1 .double>.right a.type-title{
    text-decoration: none;
}

.content1 .double>.right a.type-title p{
    font-size: 24px;
}

/*content2*/
.content2{

}

.content2 .arrow{

}

.content2 .arrow .subtitle{
    width: 90px;
    display: block;
    margin: 0 auto 5px;
}

.content2 .arrow a{
    display: block;
    width: 90px;
    margin:0 auto;
}

.content2 .arrow a img{
    width: 100%;
}


.instawrap{

}

.instawrap .hashtag{
    width: 280px;
    display: block;
    margin: 45px auto;
}

.instawrap h2{
    color: #A98F7B;
    font-weight: normal;
    text-align: center;
}

.instawrap a{
    text-align: center;
    display: block;
}

.instawrap dl{
    overflow: hidden;
}

.instawrap dl dd{
    float: left;
    width: 30%;
    margin:0;
    margin:2% 0 0 0;
}

.instawrap dl dd:nth-of-type(3n-1){
    margin:2% 5% 0 5%;
}

.instawrap dl dd img{

}

.instawrap iframe{
    display: block;
    margin: 0 auto;
}

.content2 .instalink{
    display: block;
    margin: 40px auto;
    width: 110px;
}

/*slider cssの上書き*/
.slick-prev:before {
    content: url("../img/arrow-left.svg")!important;
}

.slick-next:before{
    content: url("../img/arrow-right.svg")!important;
}

.slick-prev{
    left:0!important;
}

.slick-next{
    right:0!important;
}

.slick-prev, .slick-next{
    width: 15px!important;
    height: 31px!important;
    top:initial!important;
    bottom: 20px!important;
    z-index:5;
}

.slick-list{
/*
    padding:0 0 40px 0!important;
*/
    margin: 0 40px!important;
}

.slick-list dd{
    margin: 0;
}

.slick-list dd img{
    margin: 0 auto;
}

/*content3*/
.slick-next{

}

.slick-slide img{
    max-height: 120px;
    transition-duration: 0.5s;
    padding: 20px 0;
}

.slick-slide img:hover{
    background-color:#ccc;
}

.template-category{
    width: 690px;
    margin: 50px auto;
    border-top: solid 0.5px #808080;
    padding: 0 150px;
    box-sizing: content-box;
}
/*
.template-category h2{
    color: #2096B1;
    font-weight: normal;
}

.template-category h3{
    color: #666565;
    padding: 5px 20px;
    background-color: #DCDDDD;
    box-sizing: border-box;
}

.template-category dl{
    overflow:hidden;
}

.template-category dl dd{
    float: left;
    margin: 0 10px 0 0;
}

.template-category dl dd a{
    color:#000;
    text-decoration: none;
}

.template-category dl dd a:hover{
    color:#2096B1;
}

*/

.template-category dl{
    
}

.template-category dl dt{
    float: left;
    width: 50%;
    text-align: right;
    box-sizing: border-box;
    padding: 10px 50px 10px 0;
}

.template-category dl dt a{
    height: 50px;
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-size: 19px;
}

.template-category dl dt a span{
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
    width: 235px;
}

.template-category dl dt a img{
    vertical-align: middle;
    width: 50px;
    height: 50px;
}

.template-item-list {
    margin: 0 40px;
}
.template-item-list .template-title {
    position: relative;
    text-align: left;
    height: 1em;
    margin: 1em 0;
}

.template-item-list .template-title:before {
    border-top: 1px solid #666464;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

.template-item-list .template-title span {
    background-color: white;
    display: inline-block;
    position: absolute;
    padding: 0 0.5em;
    margin-left: 70px;
    color: #666464;
}

.template-item-list .alpha{
    width: 240px;
    float: left;
}

.template-item-list .alpha dl{
    
}

.template-item-list .alpha dl dt{
    width: 100%;
    text-align: right;
    margin-bottom: 15px;
}

.template-item-list .alpha dl dt a{
    height: 50px;
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-size: 16px;
}

.template-item-list .alpha dl dt a span{
    vertical-align: middle;
    margin-right: 10px;
}

.template-item-list .alpha dl dt a img{
    vertical-align: middle;
    width: 50px;
    height: 50px;
}

.template-item-list .beta{
    width: 660px;
    float: right;
}

.template-item-list .beta .template-back{
    width: 100%;
    text-align: right;
}

.template-item-list .beta .template-back a{
    height: 31px;
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-size: 16px;
}
.template-item-list .beta .template-back a span{
    vertical-align: middle;
    margin-right: 10px;
}

.template-item-list .beta .template-back a img{
    vertical-align: middle;
    width: 15px;
    height: 31px;
}

.template-item-list .beta dl {
    cursor: pointer;
}

.template-item-list .beta dl dd {
    float: left;
    margin: 0 0 25px 20px;
}


/*content4*/
.categorylist{
    width: 800px;
    margin: 0 auto;
}

.categorylist h2{
    font-weight: normal;
}

.categorylist dl{
    overflow: hidden;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.categorylist dl dd{
    float: left;
    width: 30%;
    margin: 0 0 30px 0;
    cursor:pointer;
}
.categorylist dl dd div{
    border: solid 1px #000;
    box-sizing: border-box;
    padding: 15px 30px;
    text-align:center;
    position:relative;
}
.categorylist dl dd div:hover{
  background-color:#ccc;
}
.categorylist dl dd div span.item-description{
  position: absolute;
  top: 100px;
  left: 0;
  margin: 0;
  padding: 5px 25px;
  text-align: left;
  background-color: rgba(255,255,255, 0.6);
  display: none;
}
.categorylist dl dd div:hover span.item-description{
  display: block;
}
.categorylist dl dd div span a{
  font-size: 16px;
  color:#666;
}
.categorylist dl dd div span{
  display: block;
  margin-bottom: 10px;
}
.categorylist dl dd:nth-of-type(3n-1){
    margin:0 5% 30px 5%;
}

.categorylist dl dd img{
    max-height: 230px;
    width: auto;
    padding: 20px 0 0 0;
    box-sizing: content-box;
}

.categorylist dl dd a{
    display: block;
    color: #000;
    text-decoration: none;
}

.categorylist dl dd .category-arrow{
    background-image: url(../img/linkarrow.svg);
    background-repeat: no-repeat;
    background-position: 165px center;
    background-size: 45px;
    padding: 15px 65px;
    margin-top: 10px;
}
.categorylist dl dd .item-code{
    text-align: center;
    color: #00A7C7;
    padding: 5px 0;
}
/*content5*/
.linkcolor{
    color: #00A7C7;
    margin-left: 10px;
    font-size: 12px;
}

/*content7*/
.content7 p{
    color:#000;
}

.option-select{

}

.option-order{

}

.option-order .triple{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 30px;
}

.option-order .triple .left h2,
.option-order .triple .center h2 {
    background-color: #EFEFEF;
    padding: 5px 10px;
    text-align: center;
    font-size: 20px;
}

.option-order .triple .left,
.option-order .triple .center {
    width: calc((100% - 30px) / 2);
}

.option-order .triple .right {
  width: 100%;
}

.option-order .triple .right h2 {
  display: none;
}

.option-order .triple .right .deletebtn{
    max-width: 80px;
}

.option-order .triple .left .paddingarea{
    padding: 20px 20px 0;
    box-sizing: border-box;
    text-align: center;
}

.option-order .triple .left ul{
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 30px;
    padding: 0;
}

.option-order .triple .left ul li{
    list-style: none;
    cursor:pointer;
}

.option-order .triple .left ul li img{
    border: 1px solid #aaa;
    padding: 5px !important;
}

.option-order .triple .center ul{
    padding: 0;
    list-style: none;
    margin: 20px 10px 0px 10px;
    text-align: left;
}

.option-order .triple .center ul li + li{
  margin-top: 20px;
}

.option-order .triple .center ul li p:nth-of-type(1){
    border-bottom:solid 1px #ddd;
}

.option-order .triple .center ul li p:nth-of-type(2){

}

.option-order .triple .center .totalcost{
    font-size: 26px;
    text-align: center;
}

.option-order .triple .center .oneordercost{
    text-align: center;
}

.option-order .triple .center .totalcost span,
.option-order .triple .center .oneordercost span{
    font-size: 60%;
}

.option-order .triple .right{

}

.option-order .triple .right table,
.option-order .triple .right tbody{
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    border-collapse: collapse;
}

.option-order .triple .right table td{
    border: solid 1px #000;
    padding: 5px;
}

.option-order .triple .right .editbtn{
    width: 30%;
    float: right;
    margin: 15px 0 0px 70%;
}

.option-order .thankstext{
    background-color:#EFEFEF;
    padding: 20px;
}

.linkarrow-box {
    margin-top: 30px;
    margin-bottom: 30px;
}

.linkarrow-box a.linkarrow{
    height: 50px;
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-size: 19px;
}

.linkarrow-box a.linkarrow span{
    vertical-align: middle;
    margin: 0 10px;
}

.linkarrow-box a.linkarrow img{
    vertical-align: middle;
    width: 50px;
    height: 50px;
}


.orderattention{
    text-align: center;
    color: #FF0000!important;
}

.option-select section{

}

.blueattention{
    color:#4c89de;
}

.option-select .option-borderwrap{
    border-top: solid 1px #f1f1f1;
    border-bottom: solid 1px #f1f1f1;
    padding: 30px 25px;
    margin: 30px 0;
}

.option-select section h2{
    background-image: url(../img/content7-optionicon.svg);
    background-repeat: no-repeat;
    background-position: center left;
    padding: 2px 0 0 120px;
    background-size: 110px;
}

.option-select section h2 span{
    font-size: 75%;
    margin-left: 20px;
}

.option-select .option-borderwrap .double{

}

.option-select .option-borderwrap .double .left{
    float: left;
    width: 35%;
}

.option-select .option-borderwrap .double .left img{
    width: 100%;
}

.option-select .option-borderwrap .double .left h3{
    text-align: center;
}

.option-select .option-borderwrap .double .right{
    float: right;
    width: 65%;
    padding: 20px;
    box-sizing: border-box;
    text-align: left !important;
}

.option-select .option-borderwrap .double .right img{
    width: 310px;
    margin: 15px 0 0 0;
}

.option-select .triple{
    overflow:hidden;
}

.option-select .triple .left{
    float: left;
    width: 35%;
}

.option-select .triple .left h3{

}

.option-select .triple .left p{

}

.option-select .triple .right{
    float: right;
    width: 65%;
    overflow:hidden;
    text-align: left !important;
}

.option-select .triple .right {

}

.option-select .triple .right>span{
    display: block;
    width: 50%;
    box-sizing: border-box;
    padding: 10px 20px;
    float: left;
}

.option-select .triple .right p{
    display: inline-block;
    margin: 8px 0 0 5px;
    padding-left: 35px;
}

.option-select .triple .right .input{

}

.option-select .triple .right img{
    width: 100%;
}

.optionsubmit{
    display: block;
    margin: 30px auto;
    width: 330px;
}

.option-attention{

}

.optiontitle{
    border-left: solid 5px #4c89de;
    padding: 0 0 0 10px;
    color: #4c89de;
    font-size: 1.2em;
    font-weight: normal;
}

.option-attention .back{
    background-color: #EFEFEF;
    margin: 20px;
    padding: 20px;
}

.attention{
    color:#FF0000;
}

label.radiobtn {
    position: relative;
    float: left;
    width: 20px;
    height: 20px;
    border: 1px solid #c0c0c0;
    border-radius: 100%;
    overflow: hidden;
    cursor: pointer;
    margin-left: 40px;
}
label.radiobtn:before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    position: absolute;
    top: 3.5px;
    left: 3.5px;
    z-index: 1;
    background-color: #4c89de;
}
label.radiobtn input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    margin     : 0px;
    position   : absolute;
    z-index    : 2;
    top        : -2px;
    left       : -23px;
    width      : 20px;
    height     : 20px;
    display    : block;
    box-shadow : 20px 0px #FFF;
}
label.radiobtn input[type="radio"]:checked {
    box-shadow : none;
}
label.radiobtn input[type="radio"]:focus {
    box-shadow : 20px 0px #FFF;
    opacity    : 0.2;
}

/*form*/
.userinformation,
.userinformation p,
.userinformation dt{
    color:#000;
}

.userinformation h2{
    border-left:solid 5px #D4D6D5;
    padding:0 0 0 10px;
}

.userinformation h2 span{
    margin-left: 25px;
    border: solid 1px #d4d6d5;
    font-size: 70%;
    padding: 7px 45px 7px 10px;
    position: relative;
}

.userinformation table,
.userinformation tbody{
    width: 100%;
    border-collapse: collapse;
}

.userinformation th span:nth-of-type(1){
    padding: 3px 7px;
    width: 70%;
    display: inline-block;
}

.userinformation th span:nth-of-type(2){
    background-color: #4C8FE0;
    color: #FFF;
    padding: 3px 7px;
    font-weight: normal;
    display: inline-block;
    float: right;
}

.userinformation .address-search{
    background-color: #4C8FE0;
    color: #FFF;
    padding: 3px 7px;
    font-weight: normal;
    display: inline-block;
}

.userinformation th{
    vertical-align: top;
    padding: 10px;
    width: 25%;
    text-align: left;
    border: solid 1px #D4D6D5;
    background-color: #EFEFEF;
}

.userinformation td{
    padding: 10px;
    border:solid 1px #D4D6D5;
}

.userinformation .addresstable{
    padding: 0;
}

.userinformation .addresstable th,
.userinformation .addresstable td{
    border-top:0;
    border-left:0;
    border-right:0;
}

.userinformation .addresstable tr:last-child th,
.userinformation .addresstable tr:last-child td{
    border-bottom:none;
}

.userinformation select,
.userinformation input[type="text"],
.userinformation input[type="tel"],
.userinformation input[type="email"]{
    padding: 5px 10px 6px 10px;
}

.userinformation input[type="text"],
.userinformation input[type="tel"]{
    margin-right: 15px;
}

.userinformation input[type="email"]{
    width: 330px;
}

.userinformation dl dt{
    margin:5px 0px;
}

label.radiobtn {
    position      : absolute;
    display       : inline-block;
    width         : 16px;
    height        : 16px;
    border        : 1px solid #666;
    border-radius : 100%;
    overflow      : hidden;
    cursor        : pointer;
    margin-left: 13px;
    margin-top: 9px;
    padding:0;
}

label.radiobtn2{
    position: relative;
    margin: 0 10px 0 0;
}

label.radiobtn3{
    position: relative;
    margin: 0 5px 0 0;
}

label.radiobtn:before {
    content          : '';
    display          : block;
    width            : 11px;
    height           : 11px;
    border-radius    : 100%;
    position         : absolute;
    top: 2.5px;
    left: 2.5px;
    z-index          : 1;
    background-color: #4c89de;
}

label.radiobtn3:before{
    background-color: #000;
}

label.radiobtn input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    margin     : 0px;
    position   : absolute;
    z-index    : 2;
    top        : -2px;
    left       : -23px;
    width      : 20px;
    height     : 20px;
    display    : block;
    box-shadow : 20px 0px #FFF;
}
label.radiobtn input[type="radio"]:checked {
    box-shadow : none;
}
label.radiobtn input[type="radio"]:focus {
    box-shadow : 20px 0px #FFF;
    opacity    : 0.2;
}

.form-checklist{
    height: 300px;
    overflow: auto;
    padding: 25px;
    border: solid 1px #d2d5d4;
}

.form-checklist dl{

}

.form-checklist dl dt{

}

.userinformation-submit{
    display: block;
    margin: 45px auto;
    width: 360px;
}



@media (min-width: 1px) {
  input[type=radio],
  input[type=checkbox] {
    margin: 0;
    padding: 0;
    position: absolute;
    left: -999999px;
    height: 0;
    width: 0;
  }
  input[type=radio] + span,
  input[type=checkbox] + span {
    position: relative;
    display: inline-block;
    margin-right: 12px;
  }
  input[type=radio] + span {
    padding: 0 0 0 24px;
  }
  input[type=checkbox] + span {
    padding: 0 0 0 24px;
  }
  input[type=radio]:focus + span,
  input[type=checkbox]:focus + span {
    -webkit-text-shadow: 1px 1px 3px #cccccc;
    -moz-text-shadow: 1px 1px 3px #cccccc;
    text-shadow: 1px 1px 3px #cccccc;
  }
  input[type=radio] + span:empty,
  input[type=checkbox] + span:empty {
    height: 11px;
    margin-right: 0px;
    padding: 0 0 0 14px;
    vertical-align: -2px;
  }
  input[type=radio] + span::before,
  input[type=checkbox] + span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: #fff;
    border: 1px solid #666666;
  }
  input[type=radio]:checked + span::before,
  input[type=checkbox]:checked + span::before {
    border-color: #4c89de;
  }
  input[type=radio] + span::before {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  input[type=radio] + span::after,
  input[type=checkbox] + span::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  input[type=radio] + span::after {
    transition: all 0.1s ease;
    left: 6px;
    margin-top: 2px;
    background: #4c89de;
    width: 0px;
    height: 0px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  input[type=radio]:checked + span::after {
    left: 4px;
    margin-top: -5px;
    background: #337ab7;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  input[type=checkbox] + span::after {
    transition: all 0.1s ease;
    left: 2px;
    width: 0;
    height: 0;
    margin-top: 5px;
    border-left: 0px solid #4c89de;
    border-bottom: 0px solid #4c89de;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  input[type=checkbox]:checked + span::after {
left: 3px;
    width: 12px;
    height: 7px;
    margin-top: -5px;
    border-left: 3px solid #4c89de;
    border-bottom: 3px solid #4c89de;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  input[type=radio][disabled]:checked + span::after,
  input[type=radio][readonly]:checked + span::after {
    background-color: #999;
  }
  input[type=checkbox][disabled]:checked + span::after,
  input[type=checkbox][readonly]:checked + span::after {
    border-left: 3px solid #999;
    border-bottom: 3px solid #999;
  }
  input[type=radio][disabled] + span::before,
  input[type=radio][readonly] + span::before,
  input[type=checkbox][disabled] + span::before,
  input[type=checkbox][readonly] + span::before {
    background: #eee;
  }
  input[type=radio][disabled] + span,
  input[type=radio][readonly] + span,
  input[type=checkbox][disabled] + span,
  input[type=checkbox][readonly] + span {
    cursor: not-allowed;
  }
  input[type=radio][disabled]:checked + span::before,
  input[type=radio][readonly]:checked + span::before,
  input[type=checkbox][disabled]:checked + span::before,
  input[type=checkbox][readonly]:checked + span::before {
    border-color: #999;
  }
}
