@charset "UTF-8";
/*------------------------------------------------------------
共通
------------------------------------------------------------*/
/* shippori-mincho-b1-500 - japanese */
@font-face {
  font-family: "Shippori Mincho B1";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/shippori-mincho-b1-v10-japanese-500.eot"); /* IE9 Compat Modes */
  src: url("../fonts/shippori-mincho-b1-v10-japanese-500.woff2") format("woff2"); /* Super Modern Browsers */
  font-display: swap;
}
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "Shippori Mincho B1", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.2rem;
  font-weight: 400;
  font-style: normal;
  color: #333;
}
body a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
  border: none;
}

li {
  list-style: none;
}

.error-message {
  color: #c00;
}

.pc_none {
  display: none;
}

.cf2:after {
  display: block;
  content: "";
  height: 0;
  clear: both;
}

/*------------------------------------------------------------
ラッパー
------------------------------------------------------------*/
.opening {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #e94709;
  z-index: 11000;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  -webkit-animation: lr 0.3s ease-in 1s forwards;
  animation: lr 0.3s ease-in 1s forwards;
}
.opening .opc {
  width: 100%;
}
.opening .logo_an {
  text-align: center;
  width: 100%;
  -webkit-animation: dn1 0.5s ease-in 0.5s forwards;
  animation: dn1 0.5s ease-in 0.5s forwards;
}
.opening .logo_an img {
  width: 150px;
  height: auto;
}
@-webkit-keyframes line1 {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes dn1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes dn2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bg1 {
  0% {
    background: #e94709;
  }
  100% {
    background: transparent;
  }
}
@-webkit-keyframes lr {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

#container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.inner {
  width: 95%;
  max-width: 1120px;
  margin: 0 auto;
}

.fade0.is-active {
  opacity: 1;
}

.fade {
  opacity: 0;
  transition: all 0.5s ease;
  top: 10px;
  position: relative;
}

.fade.is-active {
  opacity: 1;
  top: 0;
}

.fades2 {
  opacity: 0;
  transition: all 0.5s ease;
  top: -70px;
  position: relative;
}

.fades2.is-active {
  opacity: 1;
  top: -100px;
}

.fade0 {
  opacity: 0;
  transition: all 0.5s ease;
}

/*------------------------------------------------------------
header
------------------------------------------------------------*/
.page_lead {
  background: #e94709;
  color: white;
  letter-spacing: 2px;
  font-size: 1.4rem;
  width: 100%;
  padding: 10px 0 0 40px;
  box-sizing: border-box;
}

.head {
  top: 0;
  width: 100%;
  z-index: 11;
  position: fixed;
}

.nav-unshown {
  display: none;
}

.logo img {
  height: 55px;
  width: auto;
  padding-left: 40px;
}

.logo_sp {
  display: none;
}

#nav-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#nav-content .menus_w {
  display: flex;
  flex-wrap: wrap;
}
#nav-content .menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#nav-content .menus a {
  display: block;
  padding: 27px 25px;
  box-sizing: border-box;
  font-size: 1.5rem;
}
#nav-content .menus .spl {
  position: relative;
}
#nav-content .menus .spl:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: white;
  transition: all 0.3s ease;
}
#nav-content .menus .spl:hover:before {
  width: 100%;
}
#nav-content .mail_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: 40px;
}
#nav-content .mail_tel a {
  display: block;
  font-weight: bold;
}
#nav-content .mail_tel .mails {
  background: url("../images/ic_mail.png") center left no-repeat;
  background-size: 25px auto;
  padding: 25px 30px 20px 35px;
  box-sizing: border-box;
  margin-right: 30px;
  position: relative;
}
#nav-content .mail_tel .mails:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 60%;
  background: #f87c4c;
  top: 20%;
  right: 0;
}
#nav-content .mail_tel .telw {
  background: url("../images/ic_tel.png") center left no-repeat;
  background-size: 25px auto;
  padding: 5px 30px 5px 45px;
  box-sizing: border-box;
}
#nav-content .mail_tel .telw .time {
  display: block;
  font-size: 1.2rem;
  text-align: center;
}
#nav-content .mail_tel .telw .tel {
  font-size: 2rem;
}
#nav-content .mgw {
  position: relative;
  transition: all 0.3s ease;
}
#nav-content .mgw:hover > .mega {
  opacity: 1;
  visibility: visible;
}
#nav-content .mega {
  position: absolute;
  background: #e94709;
  top: 100%;
  left: 0;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
#nav-content .mega a {
  padding: 10px 20px;
}

.smenu {
  position: fixed;
  width: 100%;
  z-index: 100;
  background: #e94709;
  top: 0;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
.smenu a {
  color: white;
  text-decoration: none;
}

.page_ct {
  margin-top: 70px;
}

.ttl_cm {
  font-size: 3.6rem;
  color: #ccc;
  margin-bottom: 40px;
}

.bx2c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bx2c .bx {
  width: 48%;
}

.bx3c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bx3c .bx {
  width: 32%;
}

.seb {
  margin-bottom: 70px;
}

.bread {
  padding: 15px 0;
  margin: 0 auto;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #666666;
  width: calc(100% - 200px);
  font-size: 1.4rem;
  position: absolute;
  top: 0;
  left: 100px;
}
.bread a {
  color: #666666;
  text-decoration: none;
  text-align: right;
  padding-right: 20px;
  padding-left: 15px;
  box-sizing: border-box;
  display: block;
  background: url("../images/arw_bread.png") center right no-repeat;
  background-size: 6px auto;
  transition: all 0.3s ease;
}
.bread a:hover {
  color: #6CCB90;
}
.bread .cure {
  padding-left: 15px;
}

.btn_1c {
  display: block;
  border-top: 1px solid #ddd8dd;
  border-bottom: 1px solid #ddd8dd;
  box-sizing: border-box;
  text-align: center;
  background: url("../images/top_btn_arw.png") center right no-repeat;
  background-size: 20px auto;
  max-width: 330px;
  width: 100%;
  margin: 80px auto;
  transition: all 0.3s ease;
}
.btn_1c span {
  padding: 30px 40px;
  box-sizing: border-box;
  display: block;
  position: relative;
}
.btn_1c span:before {
  content: "";
  position: absolute;
  background: red;
  height: 3px;
  width: 40%;
  left: 50%;
  bottom: 0;
  margin-left: -20%;
  transition: all 0.3s ease;
}
.btn_1c:hover {
  background: url("../images/top_btn_arw.png") center right 20px no-repeat;
  background-size: 20px auto;
}
.btn_1c:hover span:before {
  width: 100%;
  left: 0;
  bottom: 0;
  margin-left: 0;
}

.btn_1cw {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  color: white;
  background: url("../images/top_btn_arww.png") center right no-repeat;
  background-size: 20px auto;
}
.btn_1cw span {
  padding: 30px 40px;
  box-sizing: border-box;
  display: block;
  position: relative;
}
.btn_1cw span:before {
  background: white;
}
.btn_1cw:hover {
  background: url("../images/top_btn_arww.png") center right 20px no-repeat;
  background-size: 20px auto;
  color: white;
}
.btn_1cw:hover span:before {
  width: 100%;
  left: 0;
  bottom: 0;
  margin-left: 0;
}

.white_2c {
  margin: 10px;
  border: 10px solid #e04409;
  padding: 90px 0;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #333;
  position: relative;
}
.white_2c .fox_w2c {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -35px;
}
.white_2c .fox_w2c img {
  width: 40px;
  height: auto;
}
.white_2c .left, .white_2c .right {
  width: 50%;
  position: relative;
  padding-bottom: 80px;
}
.white_2c .left .btn_btm, .white_2c .right .btn_btm {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
}
.white_2c .left .txt_bx, .white_2c .right .txt_bx {
  max-width: 550px;
  margin: 0 auto;
}
.white_2c .left {
  border-right: 1px solid #e7e3e7;
  box-sizing: border-box;
}
.white_2c .left .ttls {
  padding: 22px 0;
  box-sizing: border-box;
}
.white_2c .ttls {
  color: #c33a05;
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 10px;
  font-weight: normal;
  line-height: 1.8;
}
.white_2c .ttls .kg {
  display: block;
}

/*------------------------------------------------------------
common
------------------------------------------------------------*/
.font_1c {
  text-align: center;
}
.font_1c .jp {
  font-size: 6rem;
  color: #e94709;
  background: -webkit-linear-gradient(0deg, #e94709, #e74102);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.6;
}
.font_1c .eg {
  color: #d7947a;
  letter-spacing: 5px;
}

h1.titles, h2.titles, h3.titles {
  font-size: 2.4rem;
  color: #de001f;
  text-align: center;
  padding: 60px 0;
  letter-spacing: 5px;
  box-sizing: border-box;
  line-height: 1.8;
  font-weight: normal;
}
h1.titles span, h2.titles span, h3.titles span {
  display: block;
}

.mzh {
  text-align: center;
  margin-bottom: 70px;
}
.mzh img {
  height: 42px;
  width: auto;
  vertical-align: middle;
}

.tx_center {
  text-align: center !important;
}

.tx_right {
  text-align: right !important;
}

.tx_left {
  text-align: left !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.f_red {
  color: red;
  font-weight: bold;
}

.red_tr {
  color: #333;
  font-weight: normal;
}

.red_tr.is-active {
  color: red;
  font-weight: bold;
}

.f_bold {
  font-weight: bold;
}

.bold_tr {
  font-weight: normal;
}

.bold_tr.is-active {
  font-weight: bold;
}

.ul_double {
  padding-bottom: 1px;
  box-sizing: border-box;
  background: linear-gradient(#e94709, #e94709) 0 100%/0 3px no-repeat;
  transition: background 0.5s 0.2s;
  background-size: 100% 3px;
  text-decoration: none;
  position: relative;
}

.line_tr {
  background-size: 0 3px;
}

.line_tr.is-active {
  background-size: 100% 3px;
}

.ul_yellow {
  background: linear-gradient(#e4ff00, #e4ff00) 0 100%/0 3px no-repeat;
  transition: background 0.5s 0.2s;
  text-decoration: none;
  position: relative;
  padding-bottom: 1px;
  box-sizing: border-box;
}

.yellow_tr.is-active {
  background-size: 100% 3px;
}

.wipein, .wipein2 {
  position: relative;
  color: transparent;
  display: block;
  overflow: hidden;
  background-size: 0 0;
}
.wipein:after, .wipein2:after {
  display: block;
  content: "";
  height: 100%;
  background: #e94709;
  position: absolute;
  top: 0;
}

.is-active .wipein {
  animation: wipebg 0.3s 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
}
.is-active .wipein:after {
  animation: wipebar 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86) both;
}

@keyframes wipebar {
  0% {
    left: 0;
    right: 100%;
  }
  50% {
    left: 0;
    right: 0;
  }
  100% {
    left: 100%;
    right: 0;
    background: inherit !important;
  }
}
@keyframes wipebg {
  50% {
    background-size: cover;
  }
  100% {
    background-size: cover;
  }
}
.cont_bx {
  margin: 80px 0;
  max-width: 1200px;
  width: 100%;
  background: #fdfdfc;
  padding: 5px;
  box-sizing: border-box;
  box-shadow: 0 0 6px rgb(224, 227, 232);
}
.cont_bx .cb_in {
  border: 5px solid #fe1313;
  box-sizing: border-box;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background: url("../images/ct_bg.png") center center/cover;
}
.cont_bx .cb_in .yome {
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 160px;
  height: auto;
}
.cont_bx .cb_in .ttl_bx {
  width: 20%;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding-right: 40px;
  box-sizing: border-box;
}
.cont_bx .cb_in .ttl_bx .kg {
  display: block;
}
.cont_bx .cb_in .ct_bx {
  width: 80%;
}
.cont_bx .cb_in .fs, .cont_bx .cb_in .ttl {
  display: block;
}
.cont_bx .cb_in .fs {
  font-size: 1.4rem;
  margin-left: 15px;
}
.cont_bx .cb_in .ttl {
  font-size: 2.4rem;
  color: #cf0606;
}
.cont_bx .ct_bx {
  padding-left: 40px;
  box-sizing: border-box;
  border-left: 1px solid #e8e4e8;
}
.cont_bx .ct_bx .catchs {
  color: #fe1313;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 20px;
}
.cont_bx .ct_bx .catchs .kg {
  display: block;
}
.cont_bx .btns {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.cont_bx .btns a {
  color: #fe1313;
  max-width: 580px;
  width: 100%;
}
.cont_bx .btns .mails {
  border: 1px solid #fe1313;
  box-sizing: border-box;
  padding: 17px 40px 15px 40px;
  font-size: 2rem;
  text-align: center;
  margin-right: 30px;
  background: white;
  font-weight: bold;
  transition: all 0.3s ease;
}
.cont_bx .btns .mails:hover {
  background: #fe1313;
  color: white;
}
.cont_bx .btns .tels {
  color: white;
  text-align: center;
  background: #fe1313;
  font-size: 2.4rem;
  letter-spacing: 1px;
  font-weight: bold;
  box-sizing: border-box;
  padding: 15px 40px 10px 40px;
  transition: all 0.3s ease;
}
.cont_bx .btns .tels span {
  display: block;
  font-size: 1.4rem;
  border-bottom: 1px solid #fe5454;
  padding-bottom: 2px;
  box-sizing: border-box;
}
.cont_bx .btns .tels:hover {
  background: #be0404;
}

.c2btn_bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 550px;
  margin: 60px auto;
}
.c2btn_bx a {
  color: #fe1313;
  max-width: none;
  width: 100%;
}
.c2btn_bx .mails {
  border: 1px solid #fe1313;
  box-sizing: border-box;
  padding: 35px 40px 30px 40px;
  text-align: center;
  margin-right: 30px;
  background: white;
  font-weight: bold;
  transition: all 0.3s ease;
}
.c2btn_bx .mails:hover {
  background: #fe1313;
  color: white;
}
.c2btn_bx .tels {
  color: white;
  text-align: center;
  background: #fd4a4a;
  font-size: 2.4rem;
  letter-spacing: 1px;
  font-weight: bold;
  box-sizing: border-box;
  padding: 15px 40px 10px 40px;
  transition: all 0.3s ease;
}
.c2btn_bx .tels span {
  display: block;
  font-size: 1.4rem;
  border-bottom: 1px solid #fe5454;
  padding-bottom: 2px;
  box-sizing: border-box;
}
.c2btn_bx .tels:hover {
  background: #be0404;
}

.titles_vr {
  writing-mode: vertical-rl;
  text-orientation: upright;
  margin: 0 auto;
}
.titles_vr .fs {
  display: block;
  font-size: 1.4rem;
  margin-left: 10px;
  line-height: 1.8;
}
.titles_vr .ms {
  display: block;
  font-size: 3.2rem;
  font-weight: normal;
  letter-spacing: 5px;
}
.titles_vr .kg {
  display: block;
}

.titles_sq {
  writing-mode: vertical-rl;
  text-orientation: upright;
  margin: 0 auto;
  position: relative;
  background: rgba(230, 70, 9, 0.95);
  padding: 50px 40px;
  box-sizing: border-box;
  max-width: 220px;
}
.titles_sq:before {
  content: "";
  border: 2px solid white;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  top: 5px;
  left: 5px;
  background: transparent;
  position: absolute;
}
.titles_sq .logo_mini {
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: auto;
  position: absolute;
  top: -56px;
}
.titles_sq .fm {
  margin: 0 3px;
  display: block;
  font-size: 2rem;
  letter-spacing: 5px;
  font-weight: normal;
}
.titles_sq .fs {
  margin: 0 3px 0 10px;
  display: block;
  font-size: 1.4rem;
  letter-spacing: 2px;
}

.tbl_top1 {
  width: 100%;
  color: white;
}
.tbl_top1 th, .tbl_top1 td {
  border: none;
  background: transparent;
}
.tbl_top1 th {
  width: 10%;
  font-size: 1.8rem;
  text-align: left;
  border-bottom: 1px solid #fa7440;
  box-sizing: border-box;
  padding: 15px;
}
.tbl_top1 th span {
  display: block;
}
.tbl_top1 th, .tbl_top1 td {
  border-bottom: 1px solid #fa7440;
  box-sizing: border-box;
  vertical-align: middle;
}
.tbl_top1 td {
  border-right: 1px solid #fa7440;
  box-sizing: border-box;
  padding: 20px 30px;
}
.tbl_top1 tr:nth-of-type(1) {
  border-bottom: 4px solid #fa7440;
}
.tbl_top1 tr:nth-of-type(1) th:nth-of-type(1) {
  width: 10%;
}
.tbl_top1 tr:nth-of-type(1) th:nth-of-type(2) {
  width: 45%;
}
.tbl_top1 tr:nth-of-type(1) th:nth-of-type(3) {
  width: 45%;
}
.tbl_top1 tr:nth-of-type(1) th {
  text-align: center;
  padding: 20px;
}
.tbl_top1 td:last-of-type {
  border-right: none;
}
.tbl_top1 tr:last-of-type th, .tbl_top1 tr:last-of-type td {
  border-bottom: none;
}
.tbl_top1 ul {
  margin-top: 10px;
  margin-left: 20px;
}
.tbl_top1 ul li {
  list-style-type: disc;
}
.tbl_top1 .kg {
  display: block;
}
.tbl_top1 .numl {
  font-size: 2rem;
  font-weight: bold;
}

.bq {
  background: #f8fafa;
  margin: 40px 0;
  padding: 30px 40px;
  box-sizing: border-box;
  text-align: center;
}
.bq .bq_in {
  display: inline-block;
  font-weight: bold;
  position: relative;
}
.bq .bq_in:before {
  position: absolute;
  top: -10px;
  left: -50px;
  content: "”";
  color: #e84405;
  font-size: 5rem;
  line-height: 0;
  transform: rotate(180deg);
}
.bq .bq_in:after {
  position: absolute;
  top: -10px;
  right: -50px;
  content: "”";
  color: #e84405;
  font-size: 5rem;
  line-height: 1;
}

.more {
  text-align: center;
  margin-top: 60px;
}
.more img {
  width: 30px;
}

.more_bt2 {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  position: relative;
  transition: all 0.3s ease;
  border-radius: 100%;
  animation: pulse-animation 1.5s infinite;
  text-align: center;
}
.more_bt2 img {
  width: 45px;
  height: auto;
  position: relative;
  z-index: 2;
  top: 11px;
}
.more_bt2:hover {
  transform: rotate(360deg);
}
.more_bt2 .m1 {
  width: 100%;
  height: 5px;
  background: red;
  position: absolute;
  top: 0;
  left: 0;
}
.more_bt2 .m2 {
  width: 100%;
  height: 3px;
  background: red;
  position: absolute;
  top: 10px;
  left: 0;
}

.more_btw span {
  background: white;
}
.more_btw span:before, .more_btw span:after {
  background: white;
}

.in_link {
  color: blue;
  text-decoration: underline;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(253, 199, 179, 0.5);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(253, 199, 179, 0);
  }
}
.ttl_cir .titles {
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.ttl_cir .titles .fs {
  font-size: 1.4rem;
}

.tbl_top2 {
  width: 100%;
  color: white;
}
.tbl_top2 th, .tbl_top2 td {
  border: none;
  background: transparent;
  vertical-align: middle;
}
.tbl_top2 th {
  width: 10%;
  font-size: 1.8rem;
  border-bottom: 1px solid #fa7440;
  box-sizing: border-box;
  padding: 15px;
  text-align: left;
}
.tbl_top2 th span {
  display: block;
}
.tbl_top2 th, .tbl_top2 td {
  border-bottom: 1px solid #fa7440;
  box-sizing: border-box;
}
.tbl_top2 td {
  border-right: 1px solid #fa7440;
  box-sizing: border-box;
  padding: 20px 30px;
  text-align: center;
}
.tbl_top2 td span {
  display: block;
}
.tbl_top2 tr:nth-of-type(1) {
  border-bottom: 4px solid #fa7440;
}
.tbl_top2 tr:nth-of-type(1) th:nth-of-type(1) {
  width: 20%;
}
.tbl_top2 tr:nth-of-type(1) th:nth-of-type(2) {
  width: 40%;
}
.tbl_top2 tr:nth-of-type(1) th:nth-of-type(3) {
  width: 40%;
}
.tbl_top2 tr:nth-of-type(1) th {
  text-align: center;
  padding: 20px;
}
.tbl_top2 td:last-of-type {
  border-right: none;
}
.tbl_top2 tr:last-of-type th, .tbl_top2 tr:last-of-type td {
  border-bottom: none;
}
.tbl_top2 ul {
  margin-top: 10px;
  margin-left: 20px;
}
.tbl_top2 ul li {
  list-style-type: disc;
}
.tbl_top2 .kg {
  display: block;
}
.tbl_top2 .numl {
  font-size: 2rem;
  font-weight: bold;
}

.tbl_price {
  width: 100%;
  color: white;
  border-spacing: 20px 10px;
  margin: 80px 0;
}
.tbl_price th, .tbl_price td {
  border: none;
  background: transparent;
}
.tbl_price th {
  font-size: 1.8rem;
}
.tbl_price th span {
  display: block;
}
.tbl_price td {
  background: #e34508;
  padding: 20px 30px;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  border: 30px solid transparent;
  z-index: 2;
}
.tbl_price td span {
  display: block;
}
.tbl_price td .numl {
  display: inline;
}
.tbl_price td:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 50px;
  background: white;
  left: 50%;
  bottom: -50px;
  z-index: 1;
}
.tbl_price td .ttls {
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
}
.tbl_price .bd2:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  background: white;
  left: 50%;
  top: -30px;
  z-index: 1;
}
.tbl_price .bdn:before {
  content: none;
}
.tbl_price tr:nth-of-type(1) th:nth-of-type(1) {
  width: 25%;
}
.tbl_price tr:nth-of-type(1) th:nth-of-type(2) {
  width: 25%;
}
.tbl_price tr:nth-of-type(1) th:nth-of-type(3) {
  width: 25%;
}
.tbl_price tr:nth-of-type(1) th:nth-of-type(4) {
  width: 25%;
}
.tbl_price tr:nth-of-type(1) th {
  text-align: center;
  padding: 0;
}
.tbl_price td:last-of-type {
  border-right: none;
}
.tbl_price tr:last-of-type th, .tbl_price tr:last-of-type td {
  border-bottom: none;
}
.tbl_price tr:last-of-type td:before {
  content: none;
}
.tbl_price ul {
  margin-top: 10px;
  margin-left: 20px;
  text-align: left;
}
.tbl_price ul li {
  list-style-type: disc;
}
.tbl_price .kg {
  display: block;
}
.tbl_price .numl {
  font-size: 2rem;
  font-weight: bold;
}

.lity_bx {
  padding: 80px;
  background: white;
  margin: 0 auto;
  position: relative;
  max-height: 80vh !important;
  overflow-y: scroll;
  border: 5px solid #e74203 !important;
  box-sizing: border-box;
}

.lity-close {
  text-shadow: none !important;
  right: 40px !important;
  top: 40px !important;
  width: 55px !important;
  height: 55px !important;
  font-size: 80px !important;
}

.in_list {
  margin: 20px;
}
.in_list li {
  list-style-type: disc;
}

.lity-container {
  top: 20px;
  max-width: 85% !important;
}

.lity-content {
  margin: 0 auto !important;
  border: 5px solid white !important;
  box-sizing: border-box;
  position: relative;
}
.lity-content:before {
  content: "";
  width: 40px;
  height: 40px;
  background: url("../images/logo_miniw.png") center center no-repeat;
  background-size: 40px auto;
  top: -43px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
}

.lity {
  background: rgba(233, 71, 9, 0.9) !important;
}

.lity-content:after {
  box-shadow: none !important;
}

.in_ttl {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 40px;
}

.acd_btn {
  margin: 30px auto;
  position: relative;
  text-align: center;
  height: 40px;
  max-width: 1600px;
  width: 95%;
}
.acd_btn img {
  vertical-align: middle;
  height: 40px;
  width: auto;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  transition: all 0.3s ease;
  animation: arrowmove 1s ease-in-out infinite;
}
.acd_btn .fox_11 {
  position: absolute;
  left: 16px;
  top: 14px;
  height: 60px;
  width: auto;
  z-index: 2;
}

.acd_btn.active .btns {
  transform: rotate(180deg);
}

@keyframes arrowmove {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -10px;
  }
  100% {
    bottom: 0;
  }
}
/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.footer {
  margin-top: 100px;
  color: white;
  background: #fe1313;
  position: relative;
}
.footer .copyright {
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  background: white;
  color: #333;
  font-size: 1.2rem;
}
.footer .ft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  margin-bottom: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #e41e1e;
}
.footer .ft .ft_logos {
  width: 20%;
  text-align: center;
}
.footer .ft .ft_logos img {
  width: 60px;
}
.footer .ft .btns {
  width: 80%;
  box-sizing: border-box;
  border-left: 1px solid #e41e1e;
  padding: 30px 0 30px 80px;
}
.footer .ft a {
  display: block;
  color: white;
}
.footer .ft .btns_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.footer .ft .btns_in a {
  width: 30%;
  font-size: 1.4rem;
}
.footer .ft .ttl_ft1 {
  margin-bottom: 10px;
}
.footer .fb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer .fb a {
  display: block;
  color: white;
  font-size: 1.4rem;
}
.footer .fb2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 440px;
  margin: 10px auto 20px auto;
}
.footer .fb2 a {
  display: block;
  color: white;
  font-size: 1.4rem;
  margin-right: 30px;
}
.footer .fb2 a:last-of-type {
  margin-right: 0;
}
.footer .kon_btn {
  position: absolute;
  right: 0;
  top: 40%;
  margin-top: -75px;
}
.footer .kon_btn img {
  width: auto;
  height: 150px;
}

.list_1c {
  margin: 20px 0;
}
.list_1c li {
  position: relative;
  padding-left: 15px;
  box-sizing: border-box;
}
.list_1c li:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #e94709;
}

.ulw {
  text-align: center;
}
.ulw ul {
  display: inline-block;
  margin-top: 40px;
}

.line_com1 {
  margin-bottom: 30px;
}

.list_ch {
  margin-bottom: 20px;
}
.list_ch li {
  background: url("../images/ch.png") top 7px left no-repeat;
  background-size: 30px auto;
  padding: 5px 0 5px 40px;
  box-sizing: border-box;
}

.list_num {
  margin: 20px 0 20px 30px;
}
.list_num li {
  list-style-type: decimal;
  margin: 5px 0;
}

.line_ic {
  width: 50px;
  height: auto;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 6;
}
.line_ic img {
  width: 100%;
  transition: all 0.3s ease;
}
.line_ic img:hover {
  opacity: 0.9;
}

.sp_scrolls, .slide_atn {
  display: none;
}

.grecaptcha-badge {
  /* 表示を消す */
  visibility: hidden !important;
  /* 正の値を大きくすると上に、負なら下に移動 */
  bottom: 60px !important;
}

/*------------------------------------------------------------
media
------------------------------------------------------------*/
@media screen and (max-width: 1560px) {
  #nav-content .menus .spl {
    padding: 30px 10px;
    font-size: 1.4rem;
  }
  #nav-content .mail_tel {
    margin-left: 20px;
  }
  #nav-content .mail_tel .mails {
    background: url(../images/ic_mail.png) center left no-repeat;
    background-size: 20px auto;
    padding: 30px 20px 30px 34px;
    margin-right: 20px;
    font-size: 1.4rem;
  }
  #nav-content .mail_tel .telw {
    background: url(../images/ic_tel.png) center left no-repeat;
    background-size: 20px auto;
    padding: 13px 20px 13px 35px;
  }
}
@media screen and (max-width: 1290px) {
  .inner {
    width: 87.5%;
  }
  .smenu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 12;
    display: block;
  }
  .smenu a {
    color: white;
    text-decoration: none;
    padding: 10px;
    box-sizing: border-box;
  }
  .smenu .tel a {
    padding: 0;
  }
  .logo img {
    height: 40px;
    width: auto;
    padding-left: 20px;
  }
  #nav-drawer {
    position: relative;
  }
  /*チェックボックス等は非表示に*/
  .nav-unshown {
    display: none;
  }
  /*アイコンのスペース*/
  #nav-open {
    display: inline-block;
    width: 57px;
    height: 57px;
    vertical-align: middle;
    padding: 20px 17.5px;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
  }
  /*ハンバーガーアイコンをCSSだけで表現*/
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 2px; /*線の太さ*/
    width: 22px; /*長さ*/
    border-radius: 10px;
    background: white;
    display: block;
    content: "";
    cursor: pointer;
    transition: all 0.3s ease;
  }
  #nav-open span:before {
    bottom: -8px;
  }
  #nav-open span:after {
    bottom: -16px;
  }
  /*閉じる用の薄黒カバー*/
  #nav-close {
    display: none; /*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: 0.3s ease-in-out;
  }
  /*中身*/
  #nav-content {
    overflow: auto;
    position: fixed;
    top: 60px;
    right: 0;
    padding-bottom: 100px;
    z-index: 9999; /*最前面に*/
    width: 80%; /*右側に隙間を作る（閉じるカバーを表示）*/
    max-width: 330px; /*最大幅（調整してください）*/
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    transition: 0.3s ease-in-out; /*滑らかに表示*/
    -webkit-transform: translateX(105%);
    transform: translateX(105%); /*左に隠しておく*/
    -webkit-overflow-scrolling: touch;
    display: block;
  }
  #nav-content .menus_w {
    display: block;
  }
  #nav-content .menus .mega {
    position: relative;
    background: unset;
    white-space: unset;
    opacity: 1;
    visibility: visible;
  }
  #nav-content .menus .mega a {
    font-size: 1.2rem;
    padding: 12px 10px 12px 20px;
    color: #333;
    border-bottom: 1px solid #d5d5d5;
    box-sizing: border-box;
  }
  #nav-content .spl {
    padding: 10px 20px;
    font-size: 14px;
    display: block;
    border-bottom: 1px solid #d5d5d5;
    box-sizing: border-box;
    text-decoration: none;
    color: #204060;
    font-weight: bold;
  }
  #nav-content dt {
    padding: 10px 20px;
    font-size: 14px;
    color: #204060;
    border-bottom: 1px solid #d5d5d5;
    box-sizing: border-box;
    cursor: pointer;
    font-weight: bold;
    background: url("../images/h_menu_tri_g.png") center right 15px no-repeat;
  }
  #nav-content dd {
    display: none;
  }
  #nav-content dd .spl {
    color: #333;
    font-weight: normal;
    padding-left: 40px;
    box-sizing: border-box;
    font-size: 13px;
    border-bottom: 1px dotted #d5d5d5;
    position: relative;
  }
  #nav-content dd .spl:before {
    content: "";
    position: absolute;
    background: #666;
    height: 1px;
    width: 12px;
    top: 20px;
    left: 20px;
  }
  #nav-content dd p:last-of-type .spl {
    border-bottom: 1px solid #d5d5d5;
  }
  #nav-content .last {
    margin-bottom: 100px;
  }
  #nav-content .menus {
    display: block;
  }
  #nav-content .menus .spl {
    padding: 15px;
  }
  #nav-content .mail_tel {
    margin-left: 0;
    display: block;
  }
  #nav-content .mail_tel .mails {
    background: url(../images/ic_mail.png) center left 15px no-repeat, #e94709;
    background-size: 20px auto;
    padding: 15px 20px 15px 55px;
    margin-right: 0;
    color: white;
  }
  #nav-content .mail_tel .mails:before {
    content: none;
  }
  #nav-content .mail_tel .telw {
    background: url(../images/ic_tel.png) center left 15px no-repeat, #e94709;
    background-size: 20px auto;
    padding: 15px 20px 15px 55px;
    color: white;
  }
  #nav-content .mail_tel .telw .tel {
    font-size: 1.8rem;
  }
  #nav-content .mail_tel .telw .time {
    text-align: left;
    font-size: 1.1rem;
  }
  /*チェックが入ったらもろもろ表示*/
  #nav-input:checked ~ #nav-close {
    display: block; /*カバーを表示*/
    opacity: 0.5;
  }
  #nav-input:checked ~ #nav-open span:after {
    left: 100px;
  }
  #nav-input:checked ~ #nav-open span {
    transform: rotate(45deg);
    top: 27px;
  }
  #nav-input:checked ~ #nav-open span:before {
    bottom: 0;
    transform: rotate(90deg);
  }
  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); /*中身を表示（右へスライド）*/
  }
  .page_lead {
    font-size: 1.3rem;
    padding: 10px;
  }
  .bread {
    padding: 10px 6.25%;
    font-size: 1.2rem;
  }
  .bread:after {
    width: 87.5%;
    left: 6.25%;
    box-sizing: border-box;
  }
  .logo_sp {
    display: block;
    text-align: left;
  }
  .logo_pc {
    display: none;
  }
  .cont_bx .cb_in {
    display: block;
    padding: 30px;
  }
  .cont_bx .cb_in .ttl {
    display: inline;
    font-size: 2rem;
  }
  .cont_bx .cb_in .ttl span br {
    display: inline;
  }
  .cont_bx .cb_in .ttl_bx {
    width: 100%;
    text-align: center;
    writing-mode: unset;
    padding-right: 0;
  }
  .cont_bx .cb_in .ct_bx {
    width: 100%;
  }
  .cont_bx .cb_in .ct_bx .catchs {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 20px;
    margin-top: 14px;
  }
  .cont_bx .btns {
    max-width: 500px;
    margin: 20px auto 0 auto;
  }
  .cont_bx .btns .mails {
    padding: 20px 40px;
    font-size: 2rem;
  }
  .cont_bx .btns .tels {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 1.4rem;
  }
  .font_1c .jp {
    font-size: 4.5rem;
  }
  h1.titles, h2.titles, h3.titles {
    font-size: 2rem;
  }
  .cont_bx .cb_in .yome {
    width: 120px;
  }
  .fades2.is-active {
    top: -160px;
  }
  .sec2.fades2.is-active {
    margin-bottom: -150px;
  }
  .titles_sq .logo_mini {
    margin-left: -20px;
    width: 40px;
    top: -37px;
  }
  .titles_sq .fm {
    font-size: 2rem;
  }
  .s4_tbl .inner, .tb_sec11 .inner {
    overflow: auto;
    white-space: nowrap;
  }
  .tbl_top1 th, .tbl_top2 th {
    font-size: 1.6rem;
  }
  .scroll {
    overflow: auto;
    white-space: nowrap;
  }
  .scroll th {
    font-size: 1.6rem;
  }
  .btn_1c span {
    padding: 20px 20px;
  }
  .white_2c {
    display: block;
    padding: 50px 0;
  }
  .white_2c .left .ttls {
    padding: 0;
  }
  .white_2c .ttls {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .white_2c .ttls .kg {
    display: inline;
  }
  .white_2c .left, .white_2c .right {
    width: 100%;
    padding-bottom: 58px;
  }
  .white_2c .left .txt_bx, .white_2c .right .txt_bx {
    max-width: none;
    padding: 0 6.25%;
    box-sizing: border-box;
  }
  .white_2c .right {
    margin-top: 50px;
  }
  .in_ttl {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .lity_bx {
    padding: 80px 6.25%;
  }
  .footer .ft {
    display: block;
  }
  .footer .ft .ft_logos {
    width: 100%;
    margin: 20px 0;
  }
  .footer .ft .btns {
    width: 100%;
    border-left: 0;
    padding: 20px 0;
  }
}
@media all and (max-width: 768px) {
  .sp_scrolls {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .sld_bxw {
    margin: 20px 0;
  }
  .sld_bxw .fw {
    color: white;
  }
  .slide_atn {
    display: block;
    text-align: center;
    position: relative;
  }
  .slide_atn img {
    width: 100%;
    max-width: 20px;
  }
  .slide_atn .hand {
    margin-top: 5px;
    position: relative;
    transition: all 0.3s ease;
    animation: handmove 1.5s ease-in-out infinite;
  }
  @keyframes handmove {
    0% {
      right: -20px;
    }
    50% {
      right: 0;
    }
    100% {
      right: -20px;
    }
  }
}
@media all and (max-width: 750px) {
  body {
    font-size: 1.3rem;
    line-height: 1.6;
    letter-spacing: 0.1rem;
  }
  #nav-content {
    top: 59px;
    padding-bottom: 200px;
  }
  #nav-content .menus_w {
    padding-bottom: 60px;
  }
  #nav-content .menus .spl {
    padding: 10px 15px;
  }
  .logo img {
    margin: 10px 0;
  }
  .inner {
    width: 87.5%;
  }
  #wrapper {
    width: 100%;
    overflow: hidden;
  }
  .gnav .logo {
    padding: 15px 20px;
  }
  .gtp {
    bottom: 20px;
    right: 20px;
    z-index: 10;
  }
  .gtp img {
    width: 40px;
    height: auto;
  }
  #nav-content .spn_ct1 {
    padding-left: 40px;
    background: url(../images/mail_w.png) center left 20px no-repeat, #0aa4d7;
    background-size: 10px auto;
    border-bottom: none;
    color: white;
  }
  #nav-content .spn_ct2 {
    padding-left: 40px;
    background: url(../images/mail_w.png) center left 20px no-repeat, #0887b7;
    background-size: 10px auto;
    border-bottom: none;
    color: white;
  }
  #nav-content .tel a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: white;
  }
  .bread {
    padding: 10px 6.25%;
    font-size: 1.2rem;
    width: 100%;
    left: 0;
  }
  .bread a {
    background: url(../images/arw_bread.png) center right no-repeat;
    background-size: 4px auto;
    padding-right: 15px;
    padding-left: 0;
  }
  .page_lead {
    font-size: 1.1rem;
    padding: 10px;
  }
  .font_1c .jp {
    font-size: 3.5rem;
  }
  h1.titles, h2.titles, h3.titles {
    font-size: 1.6rem;
    letter-spacing: 2px;
    padding: 40px 0 20px 0;
  }
  .mzh img {
    height: 22px;
    width: auto;
    vertical-align: middle;
  }
  .txt_bx.tx_center {
    text-align: left !important;
  }
  .cont_bx {
    margin: 40px 0;
  }
  .cont_bx .cb_in {
    background: url(../images/ct_bg.png) center center;
  }
  .cont_bx .cb_in .ttl {
    font-size: 1.8rem;
    letter-spacing: 1px;
  }
  .cont_bx .cb_in .fs {
    font-size: 1.3rem;
    margin-bottom: 10px;
    margin-left: 0;
  }
  .cont_bx .cb_in .ct_bx {
    width: 100%;
    padding-left: 0;
    border-left: none;
  }
  .cont_bx .cb_in .ct_bx .catchs {
    text-align: left;
    font-size: 1.4rem;
  }
  .cont_bx .cb_in .ct_bx .catchs .kg {
    display: inline;
  }
  .cont_bx .btns {
    max-width: 500px;
    margin: 20px auto 0 auto;
    display: block;
  }
  .cont_bx .btns .tels {
    margin-top: 10px;
  }
  .cont_bx .btns .tels span {
    font-size: 1.2rem;
  }
  .cont_bx .btns a {
    display: block;
  }
  .titles_vr .ms {
    font-size: 2rem;
  }
  .titles_vr .fs {
    font-size: 1.2rem;
  }
  .lity_bx {
    padding: 40px 6.25%;
  }
  .titles_sq {
    padding: 30px 30px;
  }
  .titles_sq .fs {
    font-size: 1.2rem;
  }
  .titles_sq .fm {
    font-size: 1.8rem;
  }
  .bq .bq_in:before {
    font-size: 3rem;
    top: -15px;
  }
  .bq .bq_in:after {
    font-size: 3rem;
  }
  .acd_btn .fox_11 {
    top: 34px;
    height: 40px;
  }
  .tbl_price td {
    padding: 15px;
  }
  .tbl_price {
    margin: 20px 0 40px 0;
  }
  .white_2c .ttls {
    font-size: 1.8rem;
    padding: 0 6.25%;
  }
  .footer {
    margin-top: 40px;
  }
  .footer .ft {
    padding: 30px 0 0 0;
  }
  .footer .ft .ttl_ft1 {
    font-size: 1.2rem;
  }
  .footer .ft .btns_in a {
    width: 100%;
    font-size: 1.2rem;
    padding: 5px 0;
    display: block;
  }
  .footer .ft .kon_btn img {
    height: 90px;
  }
  .footer .fb {
    display: block;
  }
  .footer .fb a {
    padding: 5px 0;
    box-sizing: border-box;
    display: block;
    color: white;
    font-size: 1.2rem;
  }
  .footer .fb2 {
    display: block;
  }
  .footer .fb2 a {
    display: block;
    color: white;
    font-size: 1.2rem;
    margin-right: 0;
  }
  .logo_sp {
    text-align: left;
    padding-left: 2px;
  }
  .yellow_tr {
    padding-bottom: 1px;
  }
  .yellow_tr.is-active {
    background-size: 100% 2px;
  }
  .ul_double {
    padding-bottom: 1px;
    background-size: 100% 2px;
  }
  .line_tr {
    background-size: 0 2px;
  }
  .line_tr.is-active {
    background-size: 100% 2px;
  }
  .mzh {
    margin-bottom: 40px;
  }
  .white_2c {
    border: 4px solid #e04409;
    margin: 5px;
  }
  .white_2c .fox_w2c img {
    width: 30px;
  }
  .tbl_top1 th, .tbl_top1 td, .tbl_top2 th, .tbl_top2 td {
    font-size: 1.2rem;
    padding: 10px;
  }
  .tbl_top1 .numl, .tbl_top2 .numl {
    font-size: 1.4rem;
  }
  .tbl_price th, .tbl_price td {
    font-size: 1.2rem;
  }
  .tbl_price th .numl, .tbl_price td .numl {
    font-size: 1.4rem;
  }
  .in_ttl {
    font-size: 1.7rem;
  }
  .lity_bx {
    border: 3px solid #e74203 !important;
  }
  .lity-content {
    border: 3px solid white !important;
  }
  .opening .logo_an img {
    width: 80px;
    height: auto;
  }
  .list_1c li {
    padding-left: 11px;
  }
  .list_1c li:before {
    top: 8px;
  }
  .c2btn_bx {
    display: block;
  }
  .c2btn_bx a {
    max-width: none;
  }
  .c2btn_bx .mails {
    display: block;
    margin-bottom: 20px;
  }
  .c2btn_bx .tels {
    display: block;
    font-size: 2rem;
  }
  .lity_bx {
    max-height: 75vh !important;
  }
  .lity-close {
    right: 10px !important;
    top: 10px !important;
    font-size: 60px !important;
  }
  .list_ch li {
    background: url(../images/ch.png) top 7px left no-repeat;
    background-size: 15px auto;
    padding: 5px 0 5px 23px;
  }
  .titles_sq:before {
    top: 3px;
    left: 3px;
  }
  .more_bt2 {
    width: 45px;
    height: 45px;
  }
  .more_bt2 img {
    width: 32px;
    top: 9px;
  }
  .smenu a {
    padding: 0;
  }
  .cont_bx .cb_in {
    padding: 15px;
  }
}
/*--media_end--*/

/*# sourceMappingURL=base.css.map */
