/* 表示領域外へはスクロールさせない */
.no_scroll {
  overflow: hidden;
}

/* 開くボタン */
.button-open {
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}

div.low_contents{
  padding: 60px 0 60px;  
}
.privacy_faq dt::before{
  content:'・' !important;
}

.privacy_faq dd::before{
  content:'・' !important;
}

.tokute_wrap{
  padding: 20px 0 20px;
}
table.toku_tb{
  width: 70%;
  border-collapse: collapse;
  margin: 0 auto;
}
table.toku_tb th{
  border-collapse: collapse;
  width: 35%;
  padding: 20px;
  font-size: 14px;
  text-align: right;
  border: 1px solid #494949;
  font-weight: normal;
}
table.toku_tb td{
  border-collapse: collapse;
  width: 65%;
  padding: 20px;
  font-size: 14px;
  text-align: left;
  border: 1px solid #494949;
}

.sv_wrap{
  padding: 40px 0 20px;
}
div.sv_box{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
div.sv_l{
  width: 50%;
  padding: 0 20px 0;
  box-sizing: border-box;
}
div.sv_r{
  width: 50%;
  padding: 0 20px 0;
  box-sizing: border-box;
  font-feature-settings: normal;
}
.sv_img_box{
  width: 100%;
  border: 2px solid #494949;
  border-radius: 10px;
  min-height: 375px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
div.sv_r h2{
  width: 100%;
  background: #ffef37;
  padding: 7px 0 7px;
  font-size: 24px;
  font-weight: normal;
}
ul.sv_item{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #494949;
  padding: 20px 20px 20px;
  box-sizing: border-box;
}
ul.sv_item li{

}
ul.sv_item li:last-child{
  margin-left: auto;
}
ul.sv_item li h3{
  text-align: left;
  font-size: 18px;
  font-weight: normal;
  border-left: 8px solid #ffef37;
  padding-left: 15px;
}
ul.sv_item li p{
  text-align: left;
  font-size: 16px;
  font-weight: normal;
}
ul.sv_item li p span{
  font-size: 18px;
  color: red;
}
ul.sv_bn{
  padding-top: 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
ul.sv_bn li{
  padding: 0 5px 0;
}
ul.sv_bn li img{
  width: 50%;
}

/*contact*/
table.contact_tb{
  width: 70%;
  border-collapse: collapse;
  margin: 0 auto;
}
table.contact_tb th{
  border-collapse: collapse;
  width: 35%;
  padding: 20px;
  font-size: 14px;
  text-align: right;
  border: 2px solid #f98305;
  font-weight: bold;
}
table.contact_tb td{
  border-collapse: collapse;
  width: 65%;
  padding: 20px;
  font-size: 14px;
  text-align: left;
  border: 2px solid #f98305;
}
.r_tx{
  color: red;
}
/*input text design*/
.form-text{
  width: 100%;
  font-weight: bold;
  border: 2px solid #f98305;
  border-radius: 5px;
  padding: 12px;
  box-sizing: border-box;
  font-size: 16px;
}
.form-textarea{
  width: 100%;
  height: 250px;
  font-weight: bold;
  border: 2px solid #f98305;
  border-radius: 5px;
  padding: 12px;
  box-sizing: border-box;
  font-size: 16px;
}
.form-textmini{
  width: 30%;
  font-weight: bold;
  border: 2px solid #f98305;
  border-radius: 5px;
  padding: 12px;
  box-sizing: border-box;
  font-size: 16px;
}
.form-select01{
  width: 65%;
  font-weight: bold;
  border: 2px solid #f98305;
  border-radius: 5px;
  padding: 12px;
  box-sizing: border-box;
  font-size: 16px;
}
.form-select02{
  width: 20%;
  font-weight: bold;
  border: 2px solid #f98305;
  border-radius: 5px;
  padding: 5px;
  box-sizing: border-box;
  font-size: 14px;
  background: #fff;
}

/* チェックボックス03 */
input[type=checkbox] {
    display: none;
}
.form-checkbox {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 8px 30px 0;
    position: relative;
    width: auto;
}
.form-checkbox::before {
    background: #fff;
    border: 1px solid #f98305;
    border-radius: 3px;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    left: 0;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}
.form-checkbox::after {
    border-right: 6px solid #f98305;
    border-bottom: 3px solid #f98305;
    content: '';
    display: block;
    height: 20px;
    left: 7px;
    margin-top: -16px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translate3d(0,2px,0) scale3d(.7,.7,1);
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
    width: 9px;
}
input[type=checkbox]:checked + .form-checkbox::before {
    border-color: #666;
}
input[type=checkbox]:checked + .form-checkbox::after {
    opacity: 1;
    transform: rotate(45deg) scale3d(1,1,1);
}
.address_box{
  padding: 5px 0 5px;
}
::placeholder {
  font-weight: normal;
  color: #cccccc;
}
div.btn_row{
  padding: 20px 0 20px;
}
.submit-btn{
  width: 25%;
  padding: 15px;
  border-radius: 5px;
  background: #f98305;
  color: #fff;
  font-size: 20px;
  text-align: center;
  transition: 1.0s ;
  border: none;
  box-shadow: 2px 2px 4px #494949;
}
.submit-btn:hover{
  opacity: 0.8;
}
.order-btn{
  width: 30%;
  padding: 25px;
  border-radius: 5px;
  background: #f98305;
  color: #fff;
  font-size: 20px;
  text-align: center;
  transition: 1.0s ;
  border: none;
  box-shadow: 2px 2px 4px #494949;
}
.order-btn:hover{
  opacity: 0.8;
}
.order-prev-btn{
  width: 30%;
  padding: 25px;
  border-radius: 5px;
  background: #494949;
  color: #fff;
  font-size: 20px;
  text-align: center;
  transition: 1.0s ;
  border: none;
  box-shadow: 2px 2px 4px #494949;
}
.order-prev-btn:hover{
  opacity: 0.8;
}

.err_tx{
  color: red;
}

.disabled-submit{
  filter: grayscale(100%);
}
.disabled-submit:hover{
  transform: translateY(0) !important;
  opacity: 1 !important;
  cursor: no-drop;
}
.disabled-input{
  background: #eaeaea;
}
table.order_tb{
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
}
table.order_tb th{
  border-collapse: collapse;
  width: 30%;
  padding: 15px 20px 15px;
  font-size: 16px;
  text-align: right;
  border: 2px solid #f98305;
}
table.order_tb td{
  border-collapse: collapse;
  padding: 15px 20px 15px;
  font-size: 16px;
  text-align: left;
  border: 2px solid #f98305;
  font-weight: bold;
}
.order_td01{
  text-align: center !important;
}
table.order_tb td .item_wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 5px 0;
}

h3.order_title{
  font-size: 20px;
  padding: 10px 0 10px;
  background: #65a4df;
  color: #fff;
}
h3.order_title span{
  font-size: 14px;
  color: #fff;
  font-weight: normal;
}
h3.order_title span a{
  color: yellow;
}
.error_box{
  display: none;
  width: 80%;
  padding: 15px;
  text-align: left;
  margin: 10px auto;
  border-radius: 10px;
  border: 2px solid red;
  font-size: 14px;
  color: red;
}
.error_box2{
  display: none;
  width: 80%;
  padding: 15px;
  text-align: left;
  margin: 10px auto;
  border-radius: 10px;
  border: 2px solid red;
  font-size: 14px;
  color: red;
}
.tokute_wrap {
  padding: 20px 0 20px;
}
.in_row {
  width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.popup-area {
    display:none;
    width:80vw;
    background:#fff;
    padding:20px;
    position: fixed;
    z-index: 9999;   
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
    border-radius:8px;
    box-shadow: 0 0 4px 4px rgba(0,0,0,0.4);
}
@media screen and (min-width: 980px) {
    .popup-area {
        width:auto;
        max-width: 460px;
    }
}
.cover-eml {
    background:rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;   
    top:0;
    right:0;
    bottom:0;
    left:0;
}
@media screen and (max-width: 767px) {
  .in_row {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
div.low_contents{
  padding: 20px 10px 20px;
  box-sizing: border-box;  
}

.tokute_wrap{
  padding: 20px 0 10px;
}
table.toku_tb{
  width: 90%;
}

table.toku_tb th{
  display: block;
  width: 100%;
  padding: 10px;
  text-align: left;
  background: #418d43;
  border-bottom: none;
  border-top: none;
  color: #fff;
}
table.toku_tb tr:first-child th{
  border-top: 1px solid #5f3b13;
}
table.toku_tb td{
  display: block;
  width: 100%;
  padding: 15px;
}


.sv_wrap{
  padding: 20px 0 10px;
}
div.sv_box{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
}
div.sv_l{
  width: 100%;
  padding: 0 20px 0;
  box-sizing: border-box;
}
div.sv_r{
  width: 100%;
  padding: 10px 20px 20px;
  box-sizing: border-box;
  font-feature-settings: normal;
}
.sv_img_box{
  width: 100%;
  min-height: 100%;
  padding: 10px;
  box-sizing: border-box;
}
div.sv_r h2{
  width: 100%;
  background: #ffef37;
  padding: 7px 0 7px;
  font-size: 20px;
  font-weight: normal;
}
ul.sv_item{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  border-bottom: 1px solid #494949;
  padding: 20px 20px 20px;
  box-sizing: border-box;
}
ul.sv_item li{

}
ul.sv_item li:last-child{
  margin-left: auto;
}
ul.sv_item li h3{
  text-align: left;
  font-size: 18px;
  font-weight: normal;
  border-left: 8px solid #ffef37;
  padding-left: 10px;
}
ul.sv_item li p{
  padding-top: 15px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
}
ul.sv_item li p span{
  font-size: 18px;
  color: red;
}
ul.sv_bn{
  padding-top: 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
ul.sv_bn li{
  padding: 0 5px 0;
}
ul.sv_bn li img{
  width: 70%;
}
/*contact*/
table.contact_tb{
  width: 90%;
}
table.contact_tb th{
  display: block;
  width: auto;
  padding: 10px;
  text-align: left;
  background: #f98305;
  border-bottom: none;
  border-top: none;
}
table.contact_tb tr:first-child th{
  border-top: 1px solid #f98305;
}
table.contact_tb td{
  display: block;
  width: auto;
  padding: 15px;
}

/*input text design*/
.form-text{
  padding: 12px;
  font-size: 16px;
}
.form-textarea{
  height: 170px;
  padding: 12px;
  font-size: 16px;
}
.submit-btn{
  width: 45%;
  padding: 15px;
  font-size: 18px;
}
.form-textmini{
  width: 50%;
  padding: 12px;
  font-size: 16px;
}
.form-select01{
  width: 100%;
  padding: 5px;
  font-size: 14px;
  background: #fff;
}
.form-select02{
  width: 35%;
  padding: 5px;
  font-size: 14px;
  background: #fff;
  margin-top: 5px;
}
.form-checkbox {
  font-size: 14px;
}
.order-btn{
  width: 60%;
  padding: 20px;
  font-size: 18px;
}
.order-prev-btn{
  width: 60%;
  padding: 20px;
  font-size: 18px;
  margin-bottom: 10px;
}


table.order_tb{
  width: 90%;
}
table.order_tb th{
  display: block;
  width: 100%;
  padding: 10px;
  text-align: left;
  background: #f98305;
  border-bottom: none;
  border-top: none;
}
table.order_tb tr:first-child th{
  border-top: 1px solid #f98305;
}
table.order_tb td{
  display: block;
  width: 100%;
  padding: 15px 10px 15px;
}
.order_td01{
  text-align: center !important;
  background: #e9f2fe !important;
  border-bottom: none !important;
}
table.order_tb td .item_wrap{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 0 0 5px 0;
}

h3.order_title{
  margin: 0 auto;
  width: 90%;
  font-size: 16px;
  padding: 10px 0 10px;
  background: #494949;
  color: #fff;
}
h3.order_title span{
  font-size: 14px;
  color: #fff;
  font-weight: normal;
}
h3.order_title span a{
  color: yellow;
}
}