@charset "utf-8";

/*.sp_menu
---------------------------------------------------------------------------*/
#sp_head .open {
  text-decoration: none;
  color:#FF8B8B;
}

.sp_menu p{
  color:#FF8B8B;
}

/* #bukken-list
--------------------------------------------------*/
#bukken-list{
  width:100%;
  display:block;
  box-sizing: border-box;
  padding:0 4% 4%;
  text-align: center;
}

@media screen and (max-width: 1580px) {
#bukken-list{
  padding:0 3% 4%;
}
}

@media screen and (max-width: 810px) {
#bukken-list{
  padding:0 2% 4%;
}
}

@media screen and (max-width: 568px) {
#bukken-list{
  padding:0 5% 4%;
}
}
.list-ttl{
  letter-spacing:.1em;
  display:block;
  font-weight:400;
  font-size:1.8em;
  font-family: 'Noto Serif JP', serif;
  font-family: EB Garamond,sans-serif;
  text-transform: uppercase;
  text-align: center;
  color:#FF8B8B;
  padding:0 2% 10px!important;
  clear:both;
}

@media screen and (max-width: 810px) {
.list-ttl{
  font-size:1.6em!important;
  padding:0 2% 10px!important;
  line-height:1.4!important;
}
}

@media screen and (max-width: 568px) {
.list-ttl{
  font-size:1.4em!important;
  padding:0 2% 5px!important;
}
}

#bukken-list h1{
  font-size:14px;
  padding:0 0 25px;
  text-align: center;
  color:#FF8B8B;
  font-weight:normal;
}

#bukken-list .catch{
  padding:0 0 25px;
  text-align: center;
}

@media screen and (max-width: 810px) {
#bukken-list .catch{
  font-size:14px;
  padding:0 0 15px;
}
}


#bukken-list .sl {
  width: 33.3333%;
  padding:20px;
  display:inline-block;
  vertical-align: top;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 1280px) {
#bukken-list .sl {
  padding:15px;
}
}

@media screen and (max-width: 1000px) {
#bukken-list .sl {
  width: 50%;
  padding:14px;
}
}

@media screen and (max-width: 810px) {
#bukken-list .sl {
  padding:10px;
}
}

@media screen and (max-width: 568px) {
#bukken-list .sl {
  width: 100%;
  display:block;
  padding:7px;
  margin-bottom:2%;
}
}

#bukken-list .item {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  border:1px solid #ccc;
  background:#FFF;
}

.bkls_photo {
  width:100%;
  position: relative;
  overflow: hidden;
  display:block;
}

.bkls_photo img{
  width:100%;
  height:auto;
  margin:auto;
}

#bukken-list .bsl .overlays {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width:100%;
  height:100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bkls_photo a:hover{
  opacity: 0.8;
}


.bkls_photo .bicn{
  position: absolute;
  top: 10px;
  left: 10px;
  margin: 0;
  padding: 5px 7px;
  display:inline-block;
  line-height:1;
  letter-spacing : 0.05em;
  font-size:13px;
  background-color:#FFF;
  color:#000;
  -webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
}


.bkls_text {
  width:100%;
  height:auto;
  padding:15px 25px;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 810px) {
.bkls_text {
  padding:10px 15px;
}
}


.bkls_name_en {
  color:#BC9D00;
  display:block;
  letter-spacing:.1em;
  font-weight:400;
  font-size:1.6em;
  font-family: EB Garamond,sans-serif;
  text-transform: uppercase;
}

@media screen and (max-width: 810px) {
.bkls_name_en {
  font-size:1.35em;
}
}


@media screen and (max-width: 568px) {
.bkls_name_en {
  font-size:1.5em;
}
}

.bkls_text .bkls_name {
  font-size:1.1em;
　font-weight:normal;
  font-family: 'Noto Serif JP', serif;
  color:#BC9D00;
  letter-spacing:0;
}

@media screen and (max-width: 568px) {
.bkls_name {
  font-size:1em;
}
}

.bkls_sy{
  padding:12px 0 7px;
  color:#616161;
  text-align: left;
  font-size:13px;
  display:block;
}

.blsinfoL{
  width:70%;
  display:inline-block;
  vertical-align: middle;
  text-align: left;
  box-sizing: border-box;
  padding-right:5%;
}

@media screen and (max-width: 810px) {
.blsinfoL{
  width:65%;
}
}

.bkls_price{
  padding:10px 0 0;
  color:#545454;
  text-align: left;
  font-size:14px;
}

@media screen and (max-width: 810px) {
.bkls_price{
  font-size:13px;
}
}

@media screen and (max-width: 568px) {
.bkls_price{
  font-size:14px;
}
}

.bkls_price span{
  font-weight:500;
  font-size:1.4em;
  font-family: 'Noto Serif JP', serif;
  color:#ED6565;
  margin-right:5px;
}

@media screen and (max-width: 810px) {
.bkls_price span{
  margin-right:0px;
}
}

@media screen and (max-width: 568px) {
.bkls_price span{
  margin-right:5px;
}
}

.blsinfoR{
  width:30%;
  display:inline-block;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
  padding:left:5%;
  margin-top:10px;
}

@media screen and (max-width: 810px) {
.blsinfoR{
  width:35%;
}
}

.blsinfoR p{
  font-size:12px;
  line-height:1;
}

.blsinfoR p a{text-decoration:none;padding:12px 0 12px;display:block;background-color:#FFF;color:#BC9D00;border:1px solid #BC9D00;-moz-transition-duration:0.2s;-o-transition-duration:0.2s;-webkit-transition-duration:0.2s;transition-duration:0.2s}
.blsinfoR p a:hover{text-decoration:none;background-color:#BC9D00;color:#FFF;}

/* #option-list
--------------------------------------------------*/
#option-list{
  width:100%;
  display:block;
  box-sizing: border-box;
  padding:0 4% 4%;
}

@media screen and (max-width: 1580px) {
#option-list{
  padding:0 3% 4%;
}
}

@media screen and (max-width: 810px) {
#option-list{
  padding:0 2% 4%;
}
}

@media screen and (max-width: 568px) {
#option-list{

}
}

#option-list h1{
  font-size:14px;
  padding:0 0 25px;
  text-align: center;
  color:#FF8B8B;
  font-weight:normal;
}

#option-list .catch{
  padding:0 0 25px;
  text-align: center;
}

@media screen and (max-width: 810px) {
#option-list .catch{
  font-size:14px;
  padding:0 0 15px;
}
}

#option-list ul{
  text-align: center;
}

#option-list li{
  width: 20%;
  padding:14px;
  display:inline-block;
  vertical-align: top;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 1580px) {
#option-list li {
  width: 33.3333%;
  padding:15px;
}
}

@media screen and (max-width: 1000px) {
#option-list li {
  width: 50%;
  padding:14px;
}
}

@media screen and (max-width: 810px) {
#option-list li {
  padding:10px;
}
}

@media screen and (max-width: 568px) {
#option-list li {
  padding:1%;
}
}

#option-list .item{
  width: 100%;
  box-sizing: border-box;
  position: relative;
  border:1px solid #ccc;
  background:#FFF;
}

.overlayss{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width:100%;
  height:100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.opt_photo {
  width:100%;
  height:250px;
  position: relative;
  overflow: hidden;
  display:block;
}

.overlayss img{
  width:auto;
  height:270px;
}

@media screen and (max-width: 1580px) {
.opt_photo {
  height:300px;
}

.opt_photo img{
  height:350px;
}
}

@media screen and (max-width: 1280px) {
.opt_photo {
  height:230px;
}

.opt_photo img{
  height:280px;
}
}

@media screen and (max-width: 1000px) {
.opt_photo img{
  height:350px;
}
}

@media screen and (max-width: 810px) {
.opt_photo {
  height:220px;
}

.opt_photo img{
  height:270px;
}
}

@media screen and (max-width: 568px) {
.opt_photo {
  height:180px;
}

.opt_photo img{
  height:200px;
}
}

.opt_photo a:hover{
  opacity: 0.8;
}

.opt_text {
  width:100%;
  height:auto;
  padding:15px 15px;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 810px) {
.opt_text {
  padding:10px 15px;
}
}
.bkls_name_ens {
  font-family: Roboto,sans-serif;
  font-weight:400;
  color:#BC9D00;
}

.bkls_names {
  font-size:14px;
  color:#BC9D00;
  letter-spacing:0;
  margin:5px 0;
}

@media screen and (max-width: 1280px) {
.bkls_names {
  font-size:0.9em;
}
}

.opts_sy{
  padding:7px 0;
  color:#616161;
  text-align: left;
  font-size:13px;
  height:50px;
}

.bkls_prices{
  padding:10px 0 0;
  color:#545454;
  text-align: left;
  font-size:13px;
}

.bkls_prices span{
  font-weight:500;
  font-size:1.4em;
  font-family: 'Noto Serif JP', serif;
  color:#ED6565;
}

.blsinfoLs{
  width:70%;
  display:inline-block;
  vertical-align: middle;
  text-align: left;
  box-sizing: border-box;
  padding-right:5%;
}

@media screen and (max-width: 810px) {
.blsinfoLs{
  width:100%;
  display:block;
  padding:10px 1% 0;
}

.bkls_prices{
  text-align: center;
}
}


.blsinfoRs{
  width:30%;
  display:inline-block;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
  padding:left:5%;
  margin-top:10px;
}

@media screen and (max-width: 810px) {
.blsinfoRs{
  width:100%;
  display:block;
  padding:1%;
  margin-top:7px;
}
}

.blsinfoRs p{
  font-size:12px;
  line-height:1;
}

.blsinfoRs p a{text-decoration:none;padding:12px 0 12px;display:block;background-color:#FFF;color:#BC9D00;border:1px solid #BC9D00;-moz-transition-duration:0.2s;-o-transition-duration:0.2s;-webkit-transition-duration:0.2s;transition-duration:0.2s}
.blsinfoRs p a:hover{text-decoration:none;background-color:#BC9D00;color:#FFF;}

/* 商品詳細
--------------------------------------- */
#product_syousai{
  width:100%;
  display:block;
  box-sizing: border-box;
  padding:0 4% 4%;
}

@media screen and (max-width: 1580px) {
#product_syousai{
  padding:0 3% 4%;
}
}

@media screen and (max-width: 810px) {
#product_syousai{
  padding:0 4% 4%;
}
}

.psy-ttl{
  letter-spacing:.1em;
  display:block;
  font-weight:400;
  font-size:1.8em;
  font-family: 'Noto Serif JP', serif;
  font-family: EB Garamond,sans-serif;
  text-transform: uppercase;
  text-align: center;
  color:#FF8B8B;
  line-height:1;
  margin-bottom:1.5%;
}

@media screen and (max-width: 810px) {
.psy-ttl{
  font-size:1.6em!important;
  padding:0 2% 0!important;
  line-height:1.4!important;
}
}

@media screen and (max-width: 568px) {
.psy-ttl{
  font-size:1.4em!important;
  padding:0 2% 0!important;
}
}

#product_syousai h1{
  font-size:14px;
  padding:0 0 4%;
  text-align: center;
  color:#FF8B8B;
  font-weight:normal;
}

/* .product_photo  */

.product_photo {
  width: 50%;
  max-width:600px;
  display:inline-block;
  vertical-align: top;
}

.product_photo img{
  width: 100%;
  height:auto;
}

@media screen and (max-width: 810px) {
.product_photo {
  width: 100%;
  display:block;
  margin:0 auto;
}
}

/* .product_info  */

.product_info {
  width: 50%;
  display:inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding-left:5%;
}

@media screen and (max-width: 810px) {
.product_info {
  width: 100%;
  display:block;
  margin:0 auto;
  padding:3% 1% 0;
  clear:both;
}
}

.product_info h2{
  font-weight:500;
  font-size:1.4em;
  font-family: 'Noto Serif JP', serif;
  color:#BC9D00;
  margin-bottom:2%;
}

@media screen and (max-width: 810px) {
.product_info h2{
  margin-bottom:1%;
  padding:0 5px 10px;
  font-size:1.35em;
}
}

@media screen and (max-width: 568px) {
.product_info h2{
  font-size:1.15em;
}
}

.product_info p{
  padding:5px 5px 10px;
  margin-bottom:10px;
  line-height: 1.6;
  font-size:14px;
  color:#000;
}

@media screen and (max-width: 810px) {
.product_info p{
  padding:0 5px 10px;
}
}

.product_info .pln-info{
  border-bottom:1px dotted #BC9D00;
}

.product_info .pln-info strong{
  font-size:1.6em;
  font-weight:400;
}

.pln-sy{
  width:100%;
  box-sizing: border-box;
  padding:5px 5px 15px;
}

.pln-sy p{
  line-height: 1.6;
  font-size:14px;
  color:#000;
  margin-bottom:5px;
}

@media screen and (max-width: 810px) {
.pln-sy p{
  margin-bottom:0px;
}
}

.pln-sy li{
  line-height: 1.6;
  font-size:14px;
  color:#000;
  display:inline-block;
  padding:3px 5px;
}

.pln-sy li .fa{
  margin-right:3px;
  color:#FF8B8B;
}

.product_info .text{
  width:100%;
  box-sizing: border-box;
  padding:10px 5px;
}

.product_info .itm_nm {
  font-size:0.8em;
}

.product_info .itm_engs {
  color:#FFF;
  font-size:11px;
  font-family: 'Roboto', sans-serif;
}

.product_info table{
  width: 100%;
  margin: 0;
  border-top: solid 0.05em #ccc;
  border-left: solid 0.05em #ccc;
}

.product_info th{
  border-right: solid 0.05em #ccc;
  border-bottom: solid 0.05em #ccc;
  padding: 10px 0 7px 0;
  width:30%;
  font-size:1em;
  background:#BC9D00;
  box-sizing: border-box;
  text-align: center;
  font-size:14px;
  font-weight:normal;
  color:#FFF;
}

.product_info td{
  padding: 15px 5px 12px 20px;
  border-right: solid 0.05em #ccc;
  border-bottom: solid 0.05em #ccc;
  text-align: left;
  width:70%;
  color:#000;
  font-size:14px;
  box-sizing: border-box;
}

.product_info td strong{
  font-weight:500;
  font-size:1.4em;
  font-family: 'Noto Serif JP', serif;
  color:#ED6565;
  margin-right:5px;
}

.product_info td select{
  padding: 5px;
  letter-spacing:0.1em;
  color:#000;
  background-color:#FFF;
  border:1px solid #CCC;
  margin-right:5px;
}


.order_bt{
  color:#FFF;
  font-size:14px;
  text-align: center;
  width:200px;
  margin:4% auto 0;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 810px) {
.order_bt{
  margin:25px auto 0;
}
}

.product_info input.pro_buy {
  margin: 10px auto 0;
  padding:15px 0 13px;
  text-align: center;
  background-color:#EB6877;
  width:180px;
  line-height: 1.2;
  font-size:14px;
  color: #fff;
  display:block;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  border-style: none;
  cursor: pointer;
}

.product_info .pro_buy:hover{color:#FFF;text-decoration:none;background-color:#F0949E;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}

.product_info input.pro_ebuy {
  margin: 10px 0 0;
  padding:15px 0 13px;
  text-align: center;
  background-color:#EB6877;
  width:180px;
  font-family: 'Roboto', sans-serif;
  font-size:1.1em;
  text-transform: uppercase;
  color: #fff;
  display:block;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  border-style: none;
  cursor: pointer;
}

.product_info .pro_ebuy:hover{color:#FFF;text-decoration:none;background-color:#F0949E;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}

.product_info #simpleTabs { width:100%;margin: 5px auto 0;}
.product_info .simpleTabs-nav ul { width:100%;overflow:hidden; list-style:none; margin:0 auto 3%; padding:0; }
.product_info .simpleTabs-nav li { display:inline-block;vertical-align: top;font-size:13px;color:#AAAAAA;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;background:#F1F1F1; margin:0 5px 0 5px;padding:8px 15px 7px 15px; list-style:none; cursor:pointer; line-height:1.4;}
.product_info .simpleTabs-nav li:hover { background:#a9a9a9;color:#FFF;}
.product_info .simpleTabs-nav li.close {  }
.product_info .simpleTabs-nav li.actif { color:#FFF; background:#EB6877;}

.mente {
  width:94%;
  margin:10px auto;
}

.mente a{
  color:#D13232;
  text-decoration:underline;
}

.mente a:hover{
  color:#D13232;
  text-decoration:none;
}

/* .pager 一つ前の一覧に戻る
================================================== */
.pager{margin-top:5%;font-size:13px;padding:0;list-style:none;text-align:center;}
.pager:before,.pager:after{display:table;content:"";}
.pager:after{clear:both;}
.pager li{display:inline;}
.pager a{color:#333;display:inline-block;padding:8px 15px 6px;background-color:#fff;border:1px solid #ccc;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;}
.pager a:hover{text-decoration:none;background-color:#ddd;color:#333;}
.pager .disabled a,.pager .disabled a:hover{color:#999999;background-color:#fff;cursor:default;color:#333;}

/* 流れ
--------------------------------------- */
#plan_flow{
  width:100%;
  display:block;
  box-sizing: border-box;
  padding:3.5% 2%;
  background:#F5F5F5;
}

@media screen and (max-width: 810px) {
#plan_flow{
  padding:5% 3%;
}
}

.flow-ttl{
  letter-spacing:.1em;
  display:block;
  font-weight:400;
  font-size:1.8em;
  font-family: 'Noto Serif JP', serif;
  font-family: EB Garamond,sans-serif;
  text-transform: uppercase;
  text-align: center;
  color:#FF8B8B;
  line-height:1;
  margin-bottom:1.5%;
}

@media screen and (max-width: 810px) {
.flow-ttl{
  font-size:1.6em!important;
  padding:0 2% 0!important;
  line-height:1.4!important;
}
}

@media screen and (max-width: 568px) {
.flow-ttl{
  font-size:1.4em!important;
  padding:0 2% 0!important;
}
}

#plan_flow h2{
  font-size:14px;
  padding:0 0 2%;
  text-align: center;
  color:#FF8B8B;
  font-weight:normal;
}

.flow_lists{
  width:100%;
  margin:0 auto;
  box-sizing: border-box;
  padding:1% 2%;
  position: relative;
}

.flow-photo{
  margin:0;
  width:40%;
  box-sizing: border-box;
  display:inline-block;
  vertical-align: middle;
  background:#FFF;
  padding:5px;
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
}

.flow-photo img{
  height:auto;
  width:100%;
}

@media screen and (max-width: 810px) {
.flow-photo{
  width: 100%;
  display:block;
  max-width:600px;
  margin:2% auto 0;
}
}

.flow-photo-pc{
  margin:0;
  width:40%;
  box-sizing: border-box;
  display:inline-block;
  vertical-align: middle;
  background:#FFF;
  padding:5px;
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
}

.flow-photo-pc img{
  height:auto;
  width:100%;
}

@media screen and (max-width: 810px) {
.flow-photo-pc{
  display:none;
}
}

.flow-photo-sp{
  display:none;
}

.flow-photo-sp img{
  height:auto;
  width:100%;
}

@media screen and (max-width: 810px) {
.flow-photo-sp{
  width: 100%;
  max-width:600px;
  display:block;
  margin:2% auto 0;
  box-sizing: border-box;
  background:#FFF;
  padding:5px;
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
}
}

.flow-text{
  width:60%;
  box-sizing: border-box;
  display:inline-block;
  vertical-align: middle;
  text-align: left;
}

#plft{
  padding-left:5%;
}

#prig{
  padding-right:5%;
}

@media screen and (max-width: 810px) {
.flow-text{
  width: 100%;
  display:block;
  margin:0 auto;
  padding:3% 0 0;
  clear:both;
  max-width:600px;
}

#plft{
  padding-left:0%;
}

#prig{
  padding-right:0%;
}
}

.fl-ttl{
  padding:5px 10px 10px;
  border-bottom:1px solid #BC9D00;
  margin-bottom:2.5%;
  width:100%;
  box-sizing: border-box;
}

.fl-step{
  padding:0 2%;
  width:20%;
  box-sizing: border-box;
  display:inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 810px) {
.fl-ttl{
  padding:5px 10px 5px;
  margin-bottom:2%;
}

.fl-step{
  padding:0 1%;
  width:15%;
}
}

@media screen and (max-width: 568px) {
.fl-step{
  width:18%;
}
}

.fl-step img{
  height:auto;
  width:100%;
}

.flow-text h3{
  width:80%;
  font-weight:500;
  font-size:1.4em;
  font-family: 'Noto Serif JP', serif;
  color:#BC9D00;
  box-sizing: border-box;
  display:inline-block;
  vertical-align: middle;
  padding-left:2%;
  line-height:1.5;
}

@media screen and (max-width: 810px) {
.flow-text h3{
  width:85%;
}
}

@media screen and (max-width: 568px) {
.flow-text h3{
  padding-left:1%;
  width:82%;
  line-height:1.4;
}
}

.flow-text h3 span{
  font-family: EB Garamond,sans-serif;
  font-size:0.8em;
  padding-left:15px;
  text-transform: uppercase;
}

@media screen and (max-width: 810px) {
.flow-text h3{
  margin-bottom:1%;
  font-size:1.3em;
}
}

@media screen and (max-width: 568px) {
.flow-text h3{
  font-size:1.2em;
}
}

.flow-text .pla-tx{
  font-size:14px;
  padding:1%;
  line-height:2;
}
@media screen and (max-width: 568px) {
.flow-text .pla-tx{
  line-height:1.6;
}
}

/* #contact-box
--------------------------------------------------*/
#contact-box{
  width:100%;
  display:block;
  box-sizing: border-box;
  padding:0 4% 4%;
}

@media screen and (max-width: 1580px) {
#contact-box{
  padding:0 3% 4%;
}
}

@media screen and (max-width: 810px) {
#contact-box{
  padding:0 2% 4%;
}
}

#contact-box h1{
  font-size:14px;
  padding:0 0 25px;
  text-align: center;
  color:#FF8B8B;
  font-weight:normal;
}

#contact-box .cont_txt{
  padding:2% 10px;
  text-align: center;
  line-height: 1.8;
}

@media screen and (max-width: 568px) {
#contact-box .cont_txt{
  padding:0 4% 2%;
  text-align: left;
  font-size:0.9em;
}
}

#contact-box .cont_sub{
  font-size:14px;
  margin-bottom:30px;
  line-height: 1.8;
  padding:0 1%;
  text-align: center;
}

@media screen and (max-width: 810px) {
#contact-box .cont_sub{
  margin-bottom:20px;
}
}

@media screen and (max-width: 568px) {
#contact-box .cont_sub{
  font-size:0.9em;
  padding:0;
  margin-bottom:10px;
}
}

#contact-box .bg_required0 {
  vertical-align: middle;
  display: inline-block;
  padding: 5px 8px;
  margin: 0 5px 0 10px;
  color: #fff;
  background: #FF8B8B;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1;
}

@media screen and (max-width: 568px) {
#contact-box .bg_required0 {
  font-size: 11px;
}
}

#contact-box .bg_required {
  vertical-align: middle;
  display: inline-block;
  padding: 5px 8px 7px;
  margin: 0 5px 0 10px;
  color: #fff;
  background: #FF8B8B;
  border-radius: 3px;
  font-size: 12px;
}

@media screen and (max-width: 568px) {
#contact-box .bg_required {
  font-size: 11px;
}
}

#contact-box .bg_required2 {
  vertical-align: middle;
  display: inline-block;
  padding: 5px 8px 6px;
  margin: 0 5px 0 10px;
  color: #FF8B8B;
  background: #FFF;
  border:1px solid #FF8B8B;
  border-radius: 3px;
  font-size: 12px;
}

@media screen and (max-width: 568px) {
#contact-box .bg_required2 {
  font-size: 11px;
}
}

/* .form_island
--------------------------------------------------*/
.form_island{
  width: 100%;
  margin:2% auto 5%;
  background:#FFF;
  padding:0;
}

@media screen and (max-width: 810px) {
.form_island{
  margin:5% auto 0;
}
}

.form_island .under{border-bottom:1px solid #CCC;}

@media screen and (max-width: 568px) {
.form_island .under{
  border-bottom:none;
}
}

.form_island h2{
  font-weight:400;
  font-size:1.4em;
  color:#000;
  line-height:1.4;
  text-align: center;
  background:#EEEEEE;
  padding:10px 10px 8px;
  display:block;
}

@media screen and (max-width: 810px) {
.form_island h2{
  font-size:1.2em;
  margin-bottom:25px;
}
}

@media screen and (max-width: 568px) {
.form_island h2{
  font-size:1em;
}
}

.form_island dl{
  width: 100%;
  margin:0;
  font-size:0.95em;
}

@media screen and (max-width: 568px) {
.form_island dl{
  box-sizing: border-box;
  padding:0 3% 15px;
}
}

.form_island dt{
  width: 24%;
  display: inline-block;
  vertical-align: middle;
  padding:1.5% 2% 1.5% 0;
  box-sizing: border-box;
  font-weight:400;
  text-align: right;
  line-height:1;
}

@media screen and (max-width: 568px) {
.form_island dt{
  width: 100%;
  display: block;
  text-align: right;
  padding:0 2% 8px;
  text-align: left;
}
}

.form_island dd{
  width: 74%;
  display: inline-block;
  padding:2% 2% 2% 3%;
  box-sizing: border-box;
  vertical-align: middle;
  border-left:1px solid #CCC;
}

@media screen and (max-width: 568px) {
.form_island dd{
  width: 100%;
  border-left:none;
  border-top:1px solid #CCC;
  padding:15px 2% 5px;
}
}

.form_island dd .form_col{
  display: inline-block;
  margin-right:5px;
}

@media screen and (max-width: 568px) {
.form_island dd .form_col{
  display: block;
  margin-right:0;
}
}

.form_island dd p{
 font-size:14px;
}

.form_island dd .grytx{
 color:#555555;
 font-size:13px;
}

.form_island dd .gldtx{
 color:#8C6900;
 font-size:13px;
}

.form_island dd input{
 padding : 7px;
 border:1px solid #CCC;
 -webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;
 color:#000;
 font-size:14px;
 cursor: pointer;
}

.form_island dd .ws100{
  width:100%;
  box-sizing: border-box;
}

.form_island dd .ws90{
  width:99%;
  min-width:400px;
}

@media screen and (max-width: 568px) {
.form_island dd .ws90{
  width:100%;
  min-width:initial;
}
}

.form_island dd .ws80{
  width:80%;
}

@media screen and (max-width: 568px) {
.form_island dd .ws80{
  width:100%;
}
}

.form_island dd .ws70{
  width:60%;
}

@media screen and (max-width: 568px) {
.form_island dd .ws70{
  width:100%;
}
}

.form_island dd .ws30{
  width:15%;
}

@media screen and (max-width: 568px) {
.form_island dd .ws30{
  width:40%;
}
}

.form_island .form_input{
  width:100%;
}

.form_island .mbtm10{
  margin-bottom:10px;
}

.form_island .mtop10{
  margin-top:10px;
}

@media screen and (max-width: 568px) {
.form_island .mtop10{
  margin-top:5px;
  margin-bottom:10px;
}
}

.form_island .form_red{
  color: #e60012;
  width:100%;
  margin-top:10px;
  font-size:0.9em;
}

.form_island dd textarea{
  padding : 8px;
  border:1px solid #CCC;
  -webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;
  cursor: pointer;
  font-size:14px;
}

.form_island dd select{
  -webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  background: #FFF;
  background: url(../images/arrow01.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#FFF 100%);
  background: url(../images/arrow01.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#FFF 100%);
  background-size: 20px, 100%;
  margin:0 5px 0 0;
  padding: 8px 27px 8px 8px;
  line-height:1;
  font-size:14px;
  cursor: pointer;
}

@media screen and (max-width: 568px) {
.form_island dd select{
  margin:0 0 5px;
  padding: 8px 17px 8px 7px;
  background-size: 15px 100%;
  font-size:12px;
}
}

.form_island input[type=radio],.form_island input[type=checkbox] {
  display: none;
}

.form_island .radio{
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 5px 0 5px;
  padding: 0 8px 0 20px;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
}

.form_island .radio:hover {
  background-color:;
}

.form_island .radio:hover:after {
  border-color:;
}

.form_island .radio:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0px;
  display: block;
  margin-top: -10px;
  width: 15px;
  height: 15px;
  border: 2px solid #bbb;
  border-radius: 50%;
  content: '';
}

.form_island .radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 3px;
  display: block;
  margin-top: -5px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #000;
  content: '';
  opacity: 0;
}
.form_island input[type=radio]:checked + .radio:before {
  opacity: 1;
}

.form_island .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 5px 8px 0;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
}

.form_island .checkbox:hover {

}

.form_island .checkbox:hover:after {
  border-color: #bbb;
}
.form_island .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 17px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}

.form_island .checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 23px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form_island input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}

.send_bt {
  width: 100%;
  margin:10px 0 30px;
  text-align: center;
}

@media screen and (max-width: 568px) {
.send_bt {
  margin:0px 0 20px;
}
}

.send_bt li{
  display:inline-block;
  margin:0 5px;
}

input.conf_bt{
  padding:15px 30px;
  line-height: 1.4;
  background : #FF8B8B;
  color: #fff;
  display:block;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  border-style: none;
  cursor: pointer;
  font-size:1.1em;
  letter-spacing : 0.02em;
}

@media screen and (max-width: 568px) {
input.conf_bt{
  font-size:1.2em;
}
}

input.conf_bt:hover{
  opacity: 0.8;
}

input.reset_bt{
  padding:10px 15px;
  line-height: 1.4;
  background : #ACACAC;
  color: #fff;
  display:block;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  border-style: none;
  cursor: pointer;
  font-size:0.9em;
  letter-spacing : 0.02em;
}

@media screen and (max-width: 568px) {
input.reset_bt{
  padding:8px 12px;
  font-size:14px;
}
}

input.reset_bt:hover{
  opacity: 0.7;
}
