@charset "utf-8";
/* CSS Document */
body{
  font-size: 18px;
  line-height: 1.5em;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック  Medium', meiryo, sans-serif;
  color:#333;
}
iframe[name="google_conversion_frame"] { position: absolute; top: 0; }

a[href^="tel:"] {
    cursor: default;
}
img.img-responsive {
      display: inline-block;
}
a{
  color:#361f05;
}
footer a{
  color:#fff;
}
a img {
    border-style:none;
}
a:hover {
    text-decoration: none;
    color:#361f05;
}
a img:hover{
  opacity: 0.7;
}
button img:hover{
  opacity: 0.7;
}
.form{
  padding-bottom:100px;
}
.img-center img{
  margin:0 auto;
}
.img-center-none{
  margin:inherit !important;
}
.text-center{
  text-align:center;
}
.pc-none{
    display:none;
  }

.Page-top {
    position: fixed;
    right: 0;
    bottom:20%;
    right:1%;
    z-index:9999;
}

.pt-100{
  padding-top:100px;
}
.pb-100{
  padding-bottom:100px;
}
.content01, .content02, .content03, .content04, .content05, .content06, .content07, .content08, .form, .faq{
  padding-top:100px;
  padding-bottom:100px;
}


/*header
************************************************/
.header .logo{
  padding:20px 0px;
}
.shop_search{
     z-index: 9999;
    position: absolute;
    right: 0;
}
.header .container{
    position: relative;
}
/*mv
************************************************/
.mv{
  background:url('../images/mv.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 675px;
}

/*three-point
************************************************/
.three-point{
  padding:50px 0px;
}
.price{
  position:relative;
}
.content01 .price a{
    position: absolute;
    display: block;
    left: 10%;
    bottom: 8%;
}
.korona{
  border: solid 1px #e7000a;
    padding: 20px;
}

.three-point .small_text{
    font-size: 78%;
    line-height: 20px;
    padding-top: 10px;
}
/*cv-point
************************************************/
.cv-point{
  padding:50px 0px;
}
.under_red{
  border:1px solid #e60012;
}
.under_gray{
  border:1px solid #e1e5ec;
}
/*content01
************************************************/
.content01{
  background-color:#f8f8f8;
}

/*content02
************************************************/

/*content03
************************************************/
/*基板修理
************************************************/
.kiban{
  background: #f8f8f8;
}
.kiban .container{
  padding:100px 0px;
}
/*content04
************************************************/
.content04{
  background-color:#f8f8f8;
}
.cmp_banner{
  padding-top:50px;
}
/*faq
************************************************/
.faq{
  background:url('../images/faq_bg.jpg');
}
.faq_box{
  background:#fff;
  padding-bottom:50px;
}
.faq_icon{
  position:relative;
}
.icon{
  position:relative;
  top:-40px;
}
.faq h2{
  color:#e7000a;
}
.cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
}
.cp_actab input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: 100%;
    height: auto;
}
.cp_actab label {
    font-weight: normal;
    font-size: 84%;
    line-height:1.5em;
    position: relative;
    display: block;
    padding: 15px 25px 15px 1em;
    cursor: pointer;
    margin: 0 0 1px 0;
    background: #da3c41;
}
.cp_actab .cp_actab-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.35s;
  transition: max-height 0.35s;
  color: #333333;
  background: #ffebeb;
}
.cp_actab .cp_actab-content p {
  margin: 1em;
  font-size:84%;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
  max-height: 20em;
}
/* Icon */
.cp_actab label::after {
  line-height: 3;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 3em;
  height: 3em;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
  content: '+';
}
.cp_actab input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}
/*content05
************************************************/
.shop_map{
  padding-top:50px;
  position:relative;
}
.hokkaido{
  position:absolute;
  top:50px;
  right:0;
}
.touhoku{
  position:absolute;
  top:260px;
  right:100px;
}
.toukai{
  position:absolute;
  top: 285px;
  right: 480px;
}
.kanto{
  position:absolute;
  bottom:120px;
  right:170px;
}
.kinki{
  position:absolute;
  bottom: 0px;
  right: 490px;
}
.china{
  position:absolute;
  bottom:150px;
  left:100px;
}
.kyushu{
  position:absolute;
  bottom:0;
  left:0;
}
.accbox {
    margin: 2em 0;
    padding:100px 0px 0px 0px;
    width:100%;
}
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 13px 12px;
    color: #fff;
    font-weight:normal;
    background:#e60012;
    cursor :pointer;
    transition: all 0.5s;
}
.accbox label:before {
    content: '\f0da';
    font-family: 'FontAwesome';
    padding-right: 8px;
}
.accbox label:hover {
    background :#e60012;
}
.accbox input {
    display: none;
}
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 0px 15px 15px 15px;
    background: #fff;
    border: solid 1px #e60012;
    opacity: 1;
}
.accbox .accshow p {
    margin: 15px 0px 0px 0px;
  }
.cssacc:checked + label:before {
    content: '\f0d7';
}
h3 {
  position: relative;
  padding: .75em 1em .75em 1.5em;
  background: #e1e5ec;
  border-radius: 5px;
  font-size: 18px;
}
h3::after {
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #fff;
  border-radius: 4px;
}
.shop_box{
  border:1px solid #e1e5ec;
  padding: 10px;
  font-size: 84%;
  margin-top: 15px;
}
span.shop_name{
  font-weight: bold;
  padding:10px 0px 0px 30px;
  font-size: 150%;
  word-wrap: break-word;
}
p.shop_address{
  color:#6b6b6b;
}
.color-red{
  color: #e60012;
}
.shop_box .col-xs-4{
    padding-left: 0px;
    padding-right: 10px;
}
.area_position_02{
  position:relative;
}
.area_position_02 a{
  color: #428bca;
  text-decoration: underline;
}
.hokkaido_box {
    position: absolute;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #8158ab;
    width: 25%;
    top: -530px;
    right: 0px;
}
.hokkaido_box .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #8158ab;
    font-weight: bold;
}
.kanto_box {
    position: absolute;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #49add4;
    width: 25%;
    top: -230px;
    right: 60px;
}
.kanto_box .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #49add4;
    font-weight: bold;
}
.toukai_box {
    position: absolute;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #009c7f;
    width: 25%;
    top: -305px;
    left: 380px;
}
.toukai_box .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #009c7f;
    font-weight: bold;
}
.kinki_box {
    position: absolute;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #abb63c;
    width: 25%;
    bottom: -70px;
    right: 435px;
}
.kinki_box .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #abb63c;
    font-weight: bold;
}
.china_box {
    position: absolute;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #eb6098;
    width: 25%;
    bottom: 115px;
    left: 30px;
}
.china_box .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #eb6098;
    font-weight: bold;
}
.kyushu_box {
    position: absolute;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #e33a4a;
    width: 25%;
}
.kyushu_box .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #e33a4a;
    font-weight: bold;
}


/*content06
************************************************/

/*content07
************************************************/

/*content08
************************************************/


/*footer
************************************************/
footer{
  background:#e60012;
  color:#fff;
  text-align:center;
}
p.c_font{
  color:#fff;
}
.bg-white{
  background-color:#fff;
}

/*お問い合わせフォーム
******************************************/
.radio02-input{
  display: none;
}
.radio02-input + label{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.radio02-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio02-input:checked + label{
  color: #3977cf;
}
.radio02-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #3977cf;
  border-radius: 50%;
}

#contact_form .input_item dl {
    width: 100%;
    border: 1px solid #e7000a;
}

#contact_form .input_item dl dt {
    float: left;
    width: 28%;
    line-height: 30px;
    height: 30px;
    padding: 30px 0 0px 30px;
}

#contact_form .input_item dl dt span {
    font-size: 14px;
    margin: 0 10px 0 0;
    display: inline;
    line-height: 20px;
    padding: 3px 10px;
    color: #ffffff;
    height: 18px;
    border-radius: 4px;
}

#contact_form .input_item dl dt span.req {
    background: #ff4544;
}
#contact_form .input_item dl dt span.req02 {
    background: #333;
}

#contact_form .input_item dl dt span.any {
    background: #cccccc;
}

#contact_form .input_item dl dd {
    background: #fff;
    margin-left: 27%;
    padding: 30px 0 30px 10px;
    border-top: 1px solid #bcbcbc;
}

#contact_form .input_item dl dd li {
    display: inline-block;
    margin: 0 15px 0 0;
    line-height: 30px;
    height: 30px;
    padding: 3px 0;
}

#contact_form .input_item dl dd p.mail_caution {
    font-size: 12px;
    line-height: 19px;
    color: #313131;
    margin: 5px 0 0 0;
}

#contact_form .input_item dl dd input[type="text"],
#contact_form .input_item dl dd input[type="number"],
#contact_form .input_item dl dd input[type="email"],
#contact_form .input_item dl dd input[type="tel"]{
    width:80%;
    font-size: 18px;
    height:50px;
    padding: 3px 0 3px 10px;
    margin:0;
}

#contact_form .input_item .transmission input[type="submit"]{
    border: 3px double #FFFFFF;
    background: #FF1515;
    font-size: 150%;
    text-shadow: none;
    color: #ffffff;
    width:60%;
    padding: 30px 0;
    margin: 25px 0;
    display: block;
    opacity: 1.0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    margin: 0 auto;
}

#contact_form .input_item .transmission input[type="submit"]:hover{
    opacity:0.5;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

#contact_form .input_item dl dd input[type="text"].inp_error,
#contact_form .input_item dl dd input[type="number"].inp_error,
#contact_form .input_item dl dd input[type="tel"].inp_error,
#contact_form .input_item dl dd textarea.inp_error {
    border: 1px solid #F88A8A;
    background: #F4D4D4;
}

#contact_form .input_item dl dd textarea {
    width: 80%;
    padding: 10px 3px 10px 10px;
}

#energy_contact #send_status{
    padding: 5px 0 25px;
    text-align: center;
}

span.error_m {
    font-size: 15px;
    font-weight: normal;
    color: #FF4040;
    display: block;
    margin: 0;
}
form dt {
    clear: left;
    float: left;
    width: 27%;
    padding-left: 30px;
    font-size: 15px;
    padding-top: 10px;
    border-top: 1px solid #bcbcbc;
}
button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
::-webkit-input-placeholder {
    color:#bcbcbc;
    font-size:84%;
}
select {
    width: 80%;
    padding: 10px;
}

/*フォーム装飾
******************************************/
.tab-content input[type="radio"] {
  display: none;
}
.tab-box{
    border: solid 1px #e60012;
    padding:15px;
  }
.tab-content label {
    display: inline-block;
    padding: 15px 60px;
    font-weight: normal;
    font-size: 125%;
    color: #fff;
    background-color: #b5b5b5;
    cursor: pointer;
    box-sizing: border-box;
}
.tab-content label:hover,
.tab-content input[type="radio"]:checked + label {
  color: #FFF;
  background-color: #e60012;
  padding: 25px 60px 15px 60px;
}
label {
    margin-bottom: 0px;
}
.tab-content .tab-box {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

.tab-content > .tab-box > div {
  display: none;
}

#tab1:checked ~ .tab-box > #tabView1 {
  display: block;
}

#tab2:checked ~ .tab-box > #tabView2 {
  display: block;
}

#tab3:checked ~ .tab-box > #tabView3 {
  display: block;
}
/*content07
************************************************/


/* 1200px以上の場合
************************************************/
@media screen and (min-width : 1200px) {


}

/* 992px以上の場合
************************************************/
@media screen and (min-width : 992px) {

}

/* 1199px以下の場合
************************************************/
@media screen and (max-width : 1199px) {
    .mv{
    min-height: 500px;
  }
    .content01 .price a{
    width: 75%;
}
.hokkaido{
  position:absolute;
  top:50px;
  right:0;
}
.touhoku{
  position:absolute;
  top:260px;
  right:0px;
}
.toukai{
  position:absolute;
  top: 285px;
  right: 285px;
}
.kanto{
  position:absolute;
  bottom:120px;
  right:0px;
}
.kinki{
  position:absolute;
  bottom: -20px;
  right: 315px;
}
.china{
  position:absolute;
  bottom:150px;
  left:100px;
}
.kyushu{
  position:absolute;
  bottom:0;
  left:0;
}
.hokkaido_box {
    top: -530px;
    right: 200px;
}
.kanto_box {
    top: -160px;
    right: 0px;
}
.kinki_box {
    bottom: -100px;
    right: 290px;
}
}

/* 991px以下の場合（タブレット以下）
************************************************/
@media screen and (max-width : 991px) {
.tab-none{
    display: none;
  }
      .mv{
    min-height: 415px;
  }
.container {
    margin-right: 5px;
    margin-left: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
.content01 .price a{
    position: absolute;
    display: block;
    left: 13%;
    bottom: 8%;
}
.hokkaido{
  width: 25%;
}
.touhoku{
  position:absolute;
  top:190px;
  right:0px;
  width: 25%;
}
.toukai{
  position:absolute;
  top: 240px;
  right: 200px;
  width: 25%;
}
.kanto{
  position:absolute;
  bottom:65px;
  right:0px;
  width: 25%;
}
.kinki{
  position:absolute;
  bottom: -20px;
  right: 245px;
  width: 25%;
}
.china{
  position:absolute;
  bottom:150px;
  left:100px;
  width: 25%;
}
.kyushu{
  position:absolute;
  bottom:0;
  left:0;
  width: 25%;
}
span.shop_name:before{
    font-weight: bold;
    padding: 10px 0px 0px 0px;
    font-size: 150%;
    content: "\A";
    white-space: pre;
}
.hokkaido_box {
    top: -420px;
    right: 200px;
}
.toukai_box {
    top: -305px;
    left: 350px;
}
.kinki_box {
    bottom: -120px;
    right: 235px;
}
.kanto_box {
    top: -115px;
    right: 0px;
}
}

/* 992px以上の場合（PC以上）
************************************************/
@media screen and (min-width : 992px) {
}

/* 768px以上の場合（タブレット以上以上）
************************************************/
@media screen and (min-width : 768px) {
.pc-tab-none{
    display: none !important;
  }
}

/* 768px以上 ～ 991px以下(タブレット限定)
************************************************/
@media screen and (min-width: 768px) and (max-width: 991px) {
}

/* 767px以下の場合(スマートフォン以下)
************************************************/
@media screen and (max-width: 767px) {
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left:5px;
    padding-right:5px;
}
.sp-none{
  display:none !important;
}
.sp-width-70{
  width: 70%;
}
.kiban p{
  font-size: 16px;
}
.kiban .container {
    padding: 50px 10px;
}
.sp-text-left{
  text-align: left;
}
.content01, .content02, .content03, .content04, .content05, .content06, .content07, .content08 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.Page-top {
    right: 0px;
    bottom: 0%;
}
.Page-top img {
    width: 100%;
    position: relative;
    right: 0px;
}

.pt-100{
  padding-top: 50px;
}
.pt-50{
  padding-top: 30px;
}
.sp-pt-0{
  padding-top:0px;
}
.sp-pt-15{
  padding-top:15px;
}
.sp-pt-30{
  padding-top:30px;
}
.sp-img-50{
  width:50%;
}
.sp-img-60{
  width:60%;
}
.sp-img-70{
  width:70%;
}
.sp-img-90{
  width:90%;
}
.sp-img-80{
  width:80%;
}
.sp-img-20{
  width:20%;
}
.sp-height-250{
  height:250px;
}
.form-text{
  font-size:93%;
  font-weight:bold;
}
.shop_search{
    position: relative;
}
.credit_bg {
    height: 235px;
}
#contact_form .input_item .transmission input[type="submit"] {
    width: 100%;
}
#contact_form .input_item dl dt {
    width: 100%;
}
#contact_form .input_item dl dd {
    width: 100%;
    padding-top:20px;
}
#contact_form .input_item dl dt {
    line-height: 30px;
    height: 80px;
}
#contact_form .input_item dl dd {
    margin-left:0px;
}
#contact_form .input_item dl dd input[type="text"], #contact_form .input_item dl dd input[type="number"], #contact_form .input_item dl dd input[type="email"], #contact_form .input_item dl dd input[type="tel"] {
    width: 95%;
}
.formError {
    position: absolute;
    top: 300px;
    left: 200px !important;
}
#contact_form .input_item dl dd textarea {
    width: 97%;
}
#contact_form .input_item dl dd input[type="text"], #contact_form .input_item dl dd input[type="number"], #contact_form .input_item dl dd input[type="email"], #contact_form .input_item dl dd input[type="tel"] {
    font-size: 14px;
}
.form{
  padding-top:50px;
}
#contact_form .input_item dl dt {
    padding: 30px 0 0px 15px;
}

.mv .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
}
.mv_text {
    padding-top: 0px;
}
.three-point {
    padding: 30px 0px;
}

.three-point .small_text{
    font-size: 60%;
    line-height: 16px;
}
.tab-content label {
    padding: 15px;
    font-size: 90%;
}
.tab-content label:hover, .tab-content input[type="radio"]:checked + label {
    padding: 25px 15px 15px 15px;
    font-size: 90%;
}
      .mv{
        background-image: none;
    min-height:auto;
  }
button img{
  width:80%;
}
.hokkaido{
  width: 30%;
  top:140px;
}
.touhoku{
  position:absolute;
  top:215px;
  right:0px;
  width: 30%;
}
.toukai{
  position:absolute;
  top: 215px;
  right: 115px;
  width: 30%;
}
.kanto {
    position: absolute;
    bottom: 60px;
    right: 10px;
    width: 30%;
}
.kinki{
  position:absolute;
  bottom: 5px;
  right: 100px;
  width: 30%;
}
.china{
  position:absolute;
  bottom:65px;
  left:30px;
  width: 30%;
}
.kyushu{
  position:absolute;
  bottom:0;
  left:0;
  width: 30%;
}
.shop_box .col-xs-4 {
    padding-left: 0px;
    padding-right: 5px;
    padding-bottom:15px;
}
span.shop_name {
    font-weight: bold;
    padding: 10px 0px 0px 0px;
    font-size: 150%;
    content: "\A";
    white-space: pre;
}
.sp-area a{
  color: #428bca;
  text-decoration: underline;
}
.hokkaido_box02 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #8158ab;
    width: 100%;
}
.hokkaido_box02 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #8158ab;
    font-weight: bold;
}
.kanto_box02 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #49add4;
    width: 100%;
}
.kanto_box02 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #49add4;
    font-weight: bold;
}
.toukai_box02 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #009c7f;
    width: 100%;
}
.toukai_box02 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #009c7f;
    font-weight: bold;
}
.kinki_box02 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #abb63c;
    width: 100%;
}
.kinki_box02 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #abb63c;
    font-weight: bold;
}
.china_box02 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #eb6098;
    width: 100%;
}
.china_box02 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #eb6098;
    font-weight: bold;
}
.kyushu_box02 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #e33a4a;
    width: 100%;
}
.kyushu_box02 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #e33a4a;
    font-weight: bold;
}
.korona h2{
  font-size: 16px;
}
.korona {
    border: solid 1px #e7000a;
    padding: 15px;
}
.korona p{
  font-size: 90%;
}
}
/* プライバシーポリシー */
.privacy .container{
  padding:100px 10px;
}
.p-ttl {
    padding-bottom: 1.7rem;
    font-weight: 700;
    border-bottom: 1px solid #e6e6e6;
    font-size: 114%;
}
.privacy p{
    margin-top: 1.6rem;
}
footer a{
  text-decoration: none;
  color: #fff !important;
}

/* 会社概要 */
.company_box{
 margin: 50px auto;
}

table th, table td{
  border: solid 1px #eee;
  padding: 10px;
  text-align: left;
  font-size: 90%;
}

th {
 background-color: #f4f5f6;
}


@media (max-width:767px) {
  .last td:last-child {
    border-bottom: solid 1px #eee;
    width: 100%;
  }
  .company_box {
    width: 80%;
  }
  .company_box th,
  .company_box td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }}


/* cookie */

.cc-deny{
    display: none !important;
}
@media (max-width:767px) {
.cc-message{
 font-size: 12px;
 line-height: 1.5em;
}
.cc-window.cc-floating{
 padding: 15px !important;   
}}