@charset "utf-8";
.h2 {
  display: block;
}
/* ++++++++++++++++++++++++++++++++++++++++
 * #base
 * ++++++++++++++++++++++++++++++++++++++++ */
[id="log"] input {
  height: inherit;
}
img[src*="no-image"] {
  display: none;
}
.lo-solid {
  overflow: hidden;
}
.ui-btn-theme a {
  position: relative;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  display: inline-block;
  width: 260px;
  border: solid 1px #fff;
  padding: 16px 30px 16px 0;
  border-radius: 30px;
  background-color: #f9c54d;
  color: #561800 !important;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1em;
  text-align: center;
}
.ui-btn-theme a::after {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 10px;
  content: "＞";
  background-color: #813b00;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 6px 10px;
  border-radius: 50%;
}
.ui-btn-theme a:hover {
  opacity: 0.5;
  text-decoration: none;
}
.lineup-link {
  display: block;
  width: 90%;
  margin: 30px auto 0;
}
.lineup-link a {
  position: relative;
  color: #561800;
  border-radius: 6px;
  background-color: #f9c54d;
  border: solid 1px #813b00;
  display: block;
  text-align: center;
  padding: 15px 10px;
}
.lineup-link a::after {
  position: absolute;
  content: url("../images/common/linkmark.png");
  width: 16px;
  right: 20px !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lineup-link a.blank::after {
  position: absolute;
  content: url("../assets/images/icon-blank_b.svg");
  width: 16px;
  height: auto;
  right: 20px !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lineup-link-banner {
  display: block;
  width: 90%;
  margin: 30px auto 0;
  text-align: center;
}
.lineup-link-banner a {
  position: relative;
  display: block;
  text-align: center;
}
.lineup-link-banner a img {
  vertical-align: bottom;
}
.lineup-link-banner a::after {
  display: none !important;
}
/* ++++++++++++++++++++++++++++++++++++++++
 * #heading
 * ++++++++++++++++++++++++++++++++++++++++ */
[id^="contents"] .heading-A {
  margin: 10px auto 20px;
}
[id^="contents"] .heading-A .title {
  display: block;
  text-align: center;
  background: url("../images/common/heading-A_ul.png"), url("../images/common/heading-A_left.png"), url("../images/common/heading-A_right.png");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: bottom center, left bottom, right bottom;
  padding: 15px 0;
  color: #561800;
}
[id^="contents"] .heading-B {
  line-height: 1.4;
}
[id^="contents"] .heading-B .title {
  display: block;
  color: #da5f0f;
  font-size: 2.2rem;
}
[id^="contents"] .heading-C .title {
  display: block;
  background: #eaeaea;
  color: #561800;
  padding: 15px 20px;
  font-size: 2rem;
  border-radius: 6px;
  font-weight: normal;
}
[id^="contents"] .heading-D .title {
  font-size: 160%;
  color: #da5f0f;
}
.heading-dotline {
  padding: 0 !important;
  margin: 0 0 20px 0 !important;
}
.heading-dotline .title {
  font-size: 2.8rem;
  color: #da5f0f;
  background: url("../images/common/heading-A_ul.png") no-repeat bottom center;
  padding: 10px 10px 14px;
  text-align: center;
}
/* -------------------------------------
 * コンテンツ全体
 * ---------------------------------- */
[id="contents"],
[id="side"],
[id="opt"] {
  padding: 0 15px;
}
/* ++++++++++++++++++++++++++++++++++++++++
 * #header
 * ++++++++++++++++++++++++++++++++++++++++ */
[id="header"] {
  position: relative;
  padding: 0;
}
[id="header"] .disnone {
  display: none;
}
.hd-area {
  position: relative;
}
.hd-area .hd-head {
  height: 64px;
  position: relative;
  border-bottom: solid 4px #da5f0f;
}
.hd-area .hd-head .img {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 70%;
}
.hd-area .hd-head .img img {
  display: inline-block;
  max-width: 100%;
  max-height: 50px;
  height: auto;
}
.hd-area .hd-menu {
  display: none;
  position: absolute;
  top: 64px;
  left: 0;
  width: 100%;
  border-bottom: solid 1px #d3d3d4;
  margin: 0;
  z-index: 999;
}
.hd-area .hd-menu a {
  color: #444;
}
.hd-area .hd-menu a:hover {
  text-decoration: none;
}
.hd-area .hd-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  letter-spacing: -0.8em;
}
.hd-area .hd-menu ul li {
  letter-spacing: normal;
  background-color: #fff;
}
.hd-area .hd-menu-level1 {
  overflow: visible;
}
.hd-area .hd-menu-level1 > li {
  position: relative;
  vertical-align: top;
}
.hd-area .hd-menu-level2 {
  width: 100%;
  border-top: solid 1px #d3d3d4;
  display: none;
}
.hd-area .hd-menu-level2 > li a {
  -webkit-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
  display: block;
  border-top: solid 1px #d3d3d4;
  padding: 4px 4px 4px 1em;
}
.hd-area .hd-menu-level2 > li a:hover {
  background-color: #eee;
  color: #999;
}
.hd-area .hd-menu-level2 > li:first-child a {
  border-top: none;
}
.hd-area .icon-blank_b::after,
.hd-area .icon-blank_w::after {
  right: 10px;
}
.hd-menu-title {
  display: block;
  border-top: solid 1px #d3d3d4;
  position: relative;
}
.hd-menu-title a {
  -webkit-transition: background 0.5s, color 0.5s;
  transition: background 0.5s, color 0.5s;
  display: block;
  color: #333;
  padding: 12px 10px;
  text-decoration: none;
}
.hd-menu-title a::after {
  position: absolute;
  content: ">";
  display: block;
  right: 10px;
  top: 50%;
  font-size: 2.4rem;
  -webkit-transform: translateY(-50%) scaleY(0.5) rotate(90deg);
          transform: translateY(-50%) scaleY(0.5) rotate(90deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.hd-menu-title a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #da5f0f;
}
.hd-menu-title.active a {
  color: #fff;
  text-decoration: none;
  background-color: #da5f0f;
}
.hd-menu-title.active a::after {
  -webkit-transform: translateY(-50%) scaleY(0.5) rotate(270deg);
          transform: translateY(-50%) scaleY(0.5) rotate(270deg);
}
.hd-sp-btn {
  float: right;
  position: relative;
  border: none;
  border-left: solid 1px #da5f0f;
  background: none;
  height: 60px;
  width: 60px;
  padding: 0;
  border-radius: 0;
}
.hd-sp-btn:focus {
  outline: none;
}
.hd-sp-btn.is-active .sp-btn-icon {
  width: 30px;
}
.hd-sp-btn.is-active .sp-btn-icon i {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(0,0,0,0);
}
.hd-sp-btn.is-active .sp-btn-icon i::before,
.hd-sp-btn.is-active .sp-btn-icon i::after {
  width: 35px !important;
}
.hd-sp-btn.is-active .sp-btn-icon i::before {
  -webkit-transform: rotate(40deg) translateY(0px);
          transform: rotate(40deg) translateY(0px);
}
.hd-sp-btn.is-active .sp-btn-icon i::after {
  -webkit-transform: rotate(-40deg) translateY(0px);
          transform: rotate(-40deg) translateY(0px);
}
.hd-sp-btn.is-active .sp-btn-txt {
  position: absolute;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 0;
}
.hd-sp-btn.is-active .sp-btn-txt::after {
  content: "CLOSE";
  font-size: 1.2rem;
}
.hd-sp-btn .sp-btn-icon {
  position: relative;
  display: inline-block;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  width: 40px;
  margin: 10px auto 20px;
}
.hd-sp-btn .sp-btn-icon i,
.hd-sp-btn .sp-btn-icon i::before,
.hd-sp-btn .sp-btn-icon i::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 4px;
  display: block;
  background: #da5f0f;
  border-radius: 2px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.hd-sp-btn .sp-btn-icon i {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.hd-sp-btn .sp-btn-icon i::before {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.hd-sp-btn .sp-btn-icon i::after {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.hd-sp-btn .sp-btn-txt {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1em;
  color: #da5f0f;
}
.hd-sp-menu ul li {
  padding: 4px 10px;
  border-top: solid 1px #d3d3d4;
}
.hd-sp-menu a {
  display: block;
}
.hd-options {
  display: none;
}
/* ++++++++++++++++++++++++++++++++++++++++
 * #footer
 * ++++++++++++++++++++++++++++++++++++++++ */
[id="footer"] {
  position: relative;
  padding-bottom: 0px;
}
[id="footer"] .box {
  margin: 0;
}
[id="footer"] .company-info {
  border-top: solid 4px #da5f0f;
  color: #fff;
  background-color: #da5f0f;
  position: relative;
  display: block;
  padding: 20px 0;
  text-align: center;
  margin-top: 40px;
}
[id="footer"] .company-info-left,
[id="footer"] .company-info-right {
  display: block;
  vertical-align: middle;
  letter-spacing: normal;
}
[id="footer"] .company-info-left {
  margin-top: 20px;
}
[id="footer"] .company-info-right {
  margin-top: 10px;
  text-align: center;
}
[id="footer"] .company-info-name {
  font-size: 2.2rem;
  display: block;
}
[id="footer"] .company-info p {
  line-height: 1.2;
}
[id="footer"] .ft-sitetitle {
  display: block;
  width: 80%;
  margin: 0 auto 10px;
}
[id="footer"] .ft-sitetitle img {
  max-width: 400px;
}
.ft-btn {
  text-align: center;
}
.ft-btn a {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  display: inline-block;
  margin: 0 auto;
  padding: 16px 30px;
  border-radius: 8px;
  background: #12903b;
  background: -webkit-gradient(linear, left top, left bottom, from(#12903b), color-stop(51%, #11893c), to(#12903b));
  background: linear-gradient(to bottom, #12903b 0%, #11893c 51%, #12903b 100%);
  border: solid 1px #fff;
  -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.8);
          box-shadow: 0px 0px 2px rgba(0,0,0,0.8);
  color: #fff;
}
.ft-btn a:hover {
  opacity: 0.5;
  text-decoration: none;
}
.ft-links {
  display: none !important;
}
/* .pageTop
 * ---------------------------------- */
[id="footer"] .pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
[id="footer"] .pageTop .container {
  margin: 0;
  padding: 0;
}
[id="footer"] .pageTop a {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0.4;
  color: #fff;
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 50%;
}
[id="footer"] .pageTop a:hover {
  opacity: 0.8;
}
[id="footer"] .pageTop a:before {
  content: "";
  display: block;
  background: url("../images/common/pagetop_sp.png") no-repeat center center;
  background-size: 50px;
  width: 100%;
  height: 50px;
  margin: 0 auto;
}
/* ++++++++++++++++++++++++++++++++++++++++
 * layout
 * ++++++++++++++++++++++++++++++++++++++++ */
/* TOP */
[id="top"] [id="opt"] {
  margin-top: 40px;
}
[id="footer"] {
  margin-top: 40px;
}
.mailform-table {
  margin-top: 1em;
}
.bg-gray {
  padding: 40px 0;
  background: #aaa;
}
.news-area {
  margin-top: 40px;
}
[data-class="lo-inline-block"] {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
/* ++++++++++++++++++++++++++++++++++++++++
 * module
 * ++++++++++++++++++++++++++++++++++++++++ */
[id="contents"] .image-title-h1 {
  position: relative;
  padding: 0 0 40px;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 120%;
}
[id="contents"] .image-title-h1:before {
  border-width: 20px 40px 0 0;
  border-color: #da5f0f transparent transparent transparent;
}
[id="contents"] .image-title-h1:after {
  border-width: 0 0 20px 40px;
  border-color: transparent transparent #da5f0f transparent;
}
[id="contents"] .image-title-h1 .txt {
  display: block;
  position: absolute;
  width: 100%;
  line-height: 40px;
  bottom: 0;
}
[id="contents"] .image-title-h1 .cate {
  position: absolute;
  left: 15px;
  top: 15px;
}
[id="contents"] .image-title-h1 .img {
  display: block;
}
[id="contents"] .image-title-h1 .img::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 40px;
  background: rgba(100,0,0,0.7);
}
/* TOP
----------------------------------------- */
[id="top"] .bxslider.box {
  margin: 0;
}
[id="top"] [id="upper"] .mgt-60 {
  margin-top: 0;
}
[id="top"] [id="upper"] .bxslider {
  margin-top: 40px;
  margin-bottom: 20px;
}
[id="top"] [id="opt1"],
[id="top"] [id="opt2"] {
  margin-bottom: 40px;
}
[id="top"] .bx-wrapper .bx-pager,
[id="top"] .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
[id="top"] .bx-controls {
  margin-bottom: 0;
}
[id="top"] .bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #fff;
  padding-top: 10px;
  z-index: 99;
}
[id="top"] .bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  text-indent: -9999px;
  display: block;
  width: 40px;
  height: 8px;
  margin: 0 5px;
  outline: 0;
  border: solid 1px #fff;
  border-radius: inherit !important;
}
[id="top"] .bx-wrapper .bx-pager.bx-default-pager a:hover,
[id="top"] .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #da5f0f;
}
[id="top"] .mobileSlider .bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 2px;
}
.top-welcome {
  display: block;
  padding: 10px 0;
}
.top-welcome ul {
  list-style: none;
  padding: 0;
}
.top-welcome ul li:nth-of-type(n + 3) {
  margin-top: 20px;
}
.top-welcome ul li a {
  position: relative;
  display: block;
  height: 120px;
  text-align: center;
  border-radius: 10px;
  background: #f9c54d;
  border: solid 1px #da5f0f;
}
.top-welcome ul li a:hover {
  opacity: 0.7;
}
.top-welcome .pos {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 54%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top-welcome .pos img {
  width: auto;
  height: 40px;
}
.top-welcome .pos p {
  color: #561800;
  margin-top: 10px;
}
.top-welcome .lo-solid {
  overflow: visible;
}
.yuge-letter {
  display: block;
  padding: 15px;
  border: solid 1px #d3d3d4;
}
.yuge-letter .title {
  border-bottom: solid 2px #da5f0f;
  font-size: 2.4rem;
  padding-bottom: 10px;
  margin-top: 0;
}
.yuge-letter .title span {
  display: block;
  color: #333;
  margin-bottom: 10px;
  font-size: 1.4rem;
}
.yuge-letter .img img {
  width: 100%;
  height: auto;
}
.yuge-letter .img span {
  display: block;
  text-align: center;
  font-size: 1.6rem;
}
.yuge-letter .txt {
  margin-top: 10px;
  font-size: 1.6rem;
}
.yuge-letter .download {
  text-align: center;
  margin-top: 10px;
  padding: 10px 0;
  border-top: dotted 1px #d3d3d4;
  border-bottom: dotted 1px #d3d3d4;
}
.yuge-letter .download a {
  color: #333;
  font-size: 1.6rem;
  vertical-align: middle;
}
.yuge-letter .download a::before {
  display: inline-block;
  content: url("../images/common/PDFicon.png");
  margin-right: 15px;
  vertical-align: middle;
}
.yuge-letter .download a:hover {
  text-decoration: none;
}
.yuge-letter .backnum a {
  display: block;
  text-align: center;
  width: 80%;
  margin: 10px auto 0;
  padding: 6px 0;
  background: #12903b;
  background: -webkit-gradient(linear, left top, left bottom, from(#12903b), color-stop(51%, #11893c), to(#12903b));
  background: linear-gradient(to bottom, #12903b 0%, #11893c 51%, #12903b 100%);
  border-radius: 8px;
  border: solid 1px #fff;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
          box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
  color: #fff;
}
.yuge-letter .backnum a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.top-banner {
  margin-top: 40px;
}
.top-banner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.top-banner ul li {
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
.top-banner ul li:first-child {
  margin-top: 0;
}
.top-banner ul li a {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
}
.top-banner ul li a:hover {
  opacity: 0.4;
}
/* お知らせ */
.topicsDigest .topicsDigestTitle {
  margin: 0 0 20px;
  padding: 4px 10px;
  border-bottom: solid 4px #da5f0f;
}
.topicsDigest .topicsDigestTitle:before {
  display: none;
}
.topicsDigest .topicsDigestBox {
  margin: 15px 0 0;
  padding: 0 10px;
}
.topicsDigest .topicDigestPhoto {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.topicsDigest .topicDate {
  display: block;
  width: 100%;
  border-bottom: solid 1px #d3d3d4;
  text-align: left;
}
.topicsDigest .topicDate,
.topicsDigest .topicLink,
.topicsDigest .topicNoLink {
  display: inline-block;
  vertical-align: middle;
  color: #444;
  font-size: 1.6rem;
  padding-bottom: 0;
  margin: 0;
}
.topicsDigest .topicDate a,
.topicsDigest .topicLink a,
.topicsDigest .topicNoLink a {
  color: #444;
}
.topicsDigest .topicDigestText p:not(.topicDate) {
  font-size: 1.4rem;
}
.topicsDigest .topicDigestImgOFF .topicDigestText {
  width: 100%;
}
.topicsDigest .ui-btn_border,
.topicsArticle .ui-btn_border {
  margin-top: 40px;
}
/* ++++++++++++++++++++++++++++++++++++++++
 * コンテンツパーツ
 * ++++++++++++++++++++++++++++++++++++++++ */
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  width: 100% !important;
}
.main-visual-wide,
.main-visual-limit {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  height: 200px;
}
.main-visual-wide {
  overflow: hidden;
}
.main-visual-wide img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  max-width: 768px;
  height: 100%;
}
.cnt-image-link,
.cont-recruit-list,
.cont-products {
  width: 100%;
  padding: 0;
  margin-top: 40px;
}
.cnt-image-link ul,
.cont-recruit-list ul,
.cont-products ul {
  padding: 0;
  margin: 0;
}
.cnt-image-link li,
.cont-recruit-list li,
.cont-products li {
  margin-top: 20px;
  margin-bottom: 20px;
}
.cnt-image-link img,
.cont-recruit-list img,
.cont-products img,
.cnt-image-link span,
.cont-recruit-list span,
.cont-products span {
  display: block;
  position: relative;
  text-align: center;
}
.cnt-image-link img,
.cont-recruit-list img,
.cont-products img {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.cnt-image-link .txt,
.cont-recruit-list .txt,
.cont-products .txt {
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  padding: 10px 1.6em 10px 0;
  background-color: #da5f0f;
  border: solid 1px #da5f0f;
}
.cnt-image-link .txt::after,
.cont-recruit-list .txt::after,
.cont-products .txt::after {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1em;
  content: url("../assets/images/icon-blank_w.svg");
}
.cnt-image-link a,
.cont-recruit-list a,
.cont-products a {
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  color: #333;
}
.cnt-image-link a:hover,
.cont-recruit-list a:hover,
.cont-products a:hover {
  color: #da5f0f;
  text-decoration: none;
}
.cnt-image-link a:hover img,
.cont-recruit-list a:hover img,
.cont-products a:hover img {
  opacity: 0.7;
}
.cnt-image-link a:hover .txt,
.cont-recruit-list a:hover .txt,
.cont-products a:hover .txt {
  background-color: #eaeaea;
}
.cnt-image-link a:hover .txt::after,
.cont-recruit-list a:hover .txt::after,
.cont-products a:hover .txt::after {
  content: url("../assets/images/icon-blank_r.svg");
}
.cont-products span {
  padding: 10px 2em 10px 10px;
}
.cont-recruit-list span {
  padding: 10px;
}
.cont-recruit-list span::after {
  display: none;
}
.cont-line {
  display: block;
  margin-top: 40px;
  margin-right: 40px;
  margin-left: 40px;
  padding-bottom: 20px;
}
.day-flow {
  border: solid 1px #d3d3d4;
  padding: 20px;
  margin-top: 40px;
}
.day-flow-title {
  text-align: center;
}
.day-flow table {
  width: 100%;
}
.day-flow table tr {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 30px;
  letter-spacing: -0.83em;
}
.day-flow table tr th,
.day-flow table tr td {
  display: inline-block;
  letter-spacing: normal;
  background: #aaa;
  color: #444;
  font-size: 110%;
  border: none !important;
  line-height: 1.4em;
}
.day-flow table tr th p,
.day-flow table tr td p {
  margin-bottom: 0;
}
.day-flow table tr th {
  width: 100%;
  text-align: left;
  font-weight: bold;
  padding: 10px 10px 0 10px;
}
.day-flow table tr td {
  width: 100%;
  padding: 0px 10px 10px 10px;
}
.day-flow table tr::after {
  position: absolute;
  content: '';
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 0px;
  width: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #da5f0f transparent transparent transparent;
}
.day-flow table tr:last-child {
  padding-bottom: 0;
}
.day-flow table tr:last-child::after {
  display: none;
}
.voice-detail-mv {
  padding: 0;
  margin: 20px auto 40px;
}
.voice-detail-mv .main {
  width: 100%;
}
.voice-detail-mv .sub {
  display: table;
}
.voice-detail-mv .img-sub,
.voice-detail-mv .txt {
  display: table-cell;
  width: 50%;
}
.voice-detail-mv .txt {
  vertical-align: middle;
  text-align: left;
  background-color: #da5f0f;
  color: #fff;
  font-size: 80%;
  padding: 10px 10px;
  line-height: 1.2em;
}
.voice-detail-mv .txt p {
  margin: 0;
}
.voice-detail-mv img {
  width: 100%;
  height: auto;
}
@media (max-width: 375px) {
  .voice-detail-mv .txt {
    font-size: 80%;
  }
}
.contact-dial .dial-num {
  font-size: 4.2rem;
  font-weight: bold;
  color: #da5f0f;
  line-height: 1em;
  margin-bottom: 0;
}
.history-back,
.cont-img-center {
  margin-top: 40px;
  text-align: center;
}
.charge-table {
  overflow-x: scroll;
}
.charge-table table {
  display: table;
  width: 1000px;
  margin: 0;
}
.charge-table table tr {
  display: table-row;
}
.charge-table table th,
.charge-table table td {
  width: 10%;
  display: table-cell;
  text-align: center;
}
.charge-table table th {
  color: #fff;
}
.charge-table table th.am,
.charge-table table th.pm {
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #f9c54d;
  color: #333;
}
.charge-table .monday th,
.charge-table .tuesday th,
.charge-table .wednesday th,
.charge-table .thursday th,
.charge-table .friday th,
.charge-table .saturday th {
  color: #fff;
}
[data-class="c-stf"] {
  margin-top: 40px;
}
[data-class="c-stf"]-box {
  padding: 10px;
}
[data-class="c-stf"] .title,
[data-class="c-stf"] .subtitle {
  text-align: left;
}
[data-class="c-stf"] .title {
  font-size: 2rem;
  margin-top: 10px;
  border-bottom: solid 1px #da5f0f;
  padding-bottom: 10px;
}
[data-class="c-stf"] .subtitle {
  font-size: 1.6rem;
  padding: 6px 8px;
  background-color: #f9c54d;
}
[data-class="c-stf"] .txt {
  padding: 0 8px;
}
[data-class="rec-list"] {
  margin-top: 20px;
}
[data-class="rec-list"] .rec-list-box {
  border: solid 1px #da5f0f;
}
[data-class="rec-list"] .title {
  text-align: left;
}
[data-class="rec-list"] .title {
  font-size: 2rem;
  margin: 0;
  color: #fff;
  background-color: #da5f0f;
  padding: 10px;
}
[data-class="rec-list"] .detail {
  padding: 15px;
}
[id="main"] .contents-pad .heading-C .title {
  font-size: 140%;
  margin-top: 40px;
  margin-bottom: 2px;
}
[id="main"] .contents-pad .gray-link-box,
[id="main"] .contents-pad .gray-box {
  padding: 20px;
  background-color: #aaa;
}
[id="main"] .contents-pad .gray-link-box ul {
  padding: 0;
  list-style: none;
  margin: 0;
  text-align: center;
}
[id="main"] .contents-pad .gray-link-box ul li {
  margin: 0;
  padding-right: 0.8em;
}
[id="main"] .contents-pad .gray-link-box ul li ~ li {
  margin-top: 0.2em;
}
[id="main"] .contents-pad .gray-link-box ul a {
  color: #333;
  display: inline-block;
  position: relative;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
[id="main"] .contents-pad .gray-link-box ul a::after {
  position: absolute;
  right: -1.2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  height: 0.8em;
  width: 0.8em;
  content: url("../assets/images/icon-blank_b.svg");
}
[id="main"] .contents-pad .gray-link-box ul a:hover {
  text-decoration: none;
  color: #da5f0f;
}
[id="main"] .contents-pad .gray-table {
  padding-right: 2px;
}
[id="main"] .contents-pad .gray-table .t-title {
  color: #333;
  font-size: 120%;
  margin: 0;
}
[id="main"] .contents-pad .gray-table .t-body {
  margin-top: 1em;
}
[id="main"] .contents-pad .gray-table .t-cell {
  padding: 20px;
  background-color: #aaa;
  margin-right: 2px;
}
[id="main"] .contents-pad .careflow-table {
  border: solid 1px #d3d3d4;
  padding: 20px;
  margin-top: 20px;
}
[id="main"] .contents-pad .careflow-table table {
  width: 100%;
  margin: 0;
}
[id="main"] .contents-pad .careflow-table table tr {
  position: relative;
  display: block;
  margin-bottom: 30px;
  padding: 0;
  letter-spacing: -0.83em;
  background: #aaa;
}
[id="main"] .contents-pad .careflow-table table tr th,
[id="main"] .contents-pad .careflow-table table tr td {
  display: inline-block;
  letter-spacing: normal;
  background: #aaa;
  color: #444;
  font-size: 90%;
  border: none !important;
  line-height: 1.4em;
  padding: 6px;
}
[id="main"] .contents-pad .careflow-table table tr th {
  height: 100%;
  font-size: 70%;
  text-align: center;
  background-color: #da5f0f;
  color: #fff;
}
[id="main"] .contents-pad .careflow-table table tr::after {
  position: absolute;
  content: '';
  bottom: -20px;
  right: 50%;
  height: 0px;
  width: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #da5f0f transparent transparent transparent;
}
[id="main"] .contents-pad .careflow-table table tr:last-child {
  margin-bottom: 0;
}
[id="main"] .contents-pad .careflow-table table tr:last-child::after {
  display: none;
}
[id="main"] .contents-pad .horizon-table table tr,
[id="main"] .contents-pad .horizon-table table th,
[id="main"] .contents-pad .horizon-table table td {
  text-align: left;
  display: block;
  width: 100%;
}
[id="main"] .contents-pad .horizon-table table th {
  font-weight: bold;
  color: #da5f0f;
  background-color: #aaa;
}
[id="main"] .contents-pad .horizon-table table td {
  background: none;
  padding-left: 1.5em;
}
[id="main"] a[target="_blank"] {
  position: relative;
}
[id="main"] a[target="_blank"]::after {
  position: absolute;
  right: -1.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  height: 1em;
  width: 1em;
  content: url("../assets/images/icon-blank_b.svg");
}
[id="main"] .cont-img-center a::after {
  display: none;
}
.blank-linklist {
  display: block;
  margin-top: 20px;
}
.blank-linklist ul {
  padding: 0;
  list-style: none;
  font-size: 120%;
}
.blank-linklist ul li {
  border-bottom: dotted 1px #d3d3d4;
  margin-bottom: 10px;
}
.blank-linklist ul li::before {
  content: "●";
  color: #da5f0f;
  margin: auto 0.2em;
}
.blank-linklist ul a {
  display: inline-block;
  position: relative;
}
.blank-linklist ul a::after {
  position: absolute;
  right: -1.2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  height: 0.8em;
  width: 0.8em;
  content: url("../assets/images/icon-blank_b.svg");
}
.icon-blank_b,
.icon-blank_w {
  position: relative;
}
.icon-blank_b::after,
.icon-blank_w::after {
  position: absolute;
  right: -1.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  height: 1em;
  width: 1em;
}
.icon-blank_w::after {
  content: url("../assets/images/icon-blank_w.svg");
}
.icon-blank_b::after {
  content: url("../assets/images/icon-blank_b.svg");
}
.ui-btn,
.ui-btn_border {
  display: block;
  margin: 0 -5px;
  overflow: hidden;
}
.ui-btn.in-center,
.ui-btn_border.in-center {
  text-align: center;
}
.ui-btn.in-right,
.ui-btn_border.in-right {
  text-align: right;
}
.ui-btn.in-left,
.ui-btn_border.in-left {
  text-align: left;
}
.ui-btn a,
.ui-btn_border a {
  position: relative;
  display: inline-block;
  padding: 15px 30px 15px 30px;
  border: solid 1px;
  border-radius: 4px;
  margin: 0 5px 10px;
}
.ui-btn a:hover,
.ui-btn_border a:hover {
  text-decoration: none;
}
.ui-btn_border a {
  -webkit-transition: background-color 0.5s, color 0.5s, border-color 0.5s;
  transition: background-color 0.5s, color 0.5s, border-color 0.5s;
  background-color: #fff;
  border-color: #da5f0f;
  color: #da5f0f;
}
.ui-btn_border a:hover {
  background-color: #da5f0f;
  border-color: transparent;
  color: #fff;
}
.ui-btn_border a.arrow::after {
  position: absolute;
  top: 50%;
  right: 5px;
  content: ">";
  font-size: 160%;
  -webkit-transform: translateY(-50%) scaleX(0.5);
          transform: translateY(-50%) scaleX(0.5);
}
/* +++++++++++++++++ フォーム関連 ++++++++++++++++++++ */
.mailFormBox {
  padding: 0;
}
.mailFormBox table tr,
.mailFormBox table th,
.mailFormBox table td {
  text-align: left;
  display: block;
  width: 100%;
}
.mailFormBox table th {
  color: #da5f0f;
  background: none;
  padding-bottom: 0;
}
.mailFormBox table td {
  background: none;
  padding-top: 0;
}
.mailFormBox table input {
  width: auto;
}
.mailFormBox table input.inputText {
  width: 100%;
  max-width: 100%;
}
.mailFormBox textarea {
  width: 100%;
}
.mailFormBox .err_msg {
  color: #f00;
  background: #ffdfdf;
  padding: 0 10px;
}
/* +++++++++++++++++ テーブル系 ++++++++++++++++++++ */
.center-table {
  margin-top: 40px;
}
.center-table table th,
.center-table table td {
  display: block;
  padding: 0;
  padding-right: 10px;
}
.center-table table th {
  background: transparent;
  color: #da5f0f;
}
.center-table table td {
  font-size: 90%;
  padding-left: 1em;
  background: transparent;
  padding-bottom: 10px;
  border-bottom: dotted 1px #d3d3d4 !important;
  margin-bottom: 10px;
}
.doc-table {
  margin: 10px 0 0 0;
  overflow-x: scroll;
}
.doc-table table {
  width: 600px;
  margin-bottom: 0;
}
.doc-table table th,
.doc-table table td {
  display: table-cell;
  padding: 2px 15px;
  font-size: 85%;
}
.doc-table table th {
  width: 25%;
  background: #aaa;
  color: #333;
  text-align: center;
}
.doc-table table td {
  width: 75%;
  text-align: left;
}
.backnum-table {
  margin-top: 40px;
}
.backnum-table table {
  width: 100%;
  border-collapse: collapse;
}
.backnum-table table th {
  color: #333;
  text-align: left;
  padding-bottom: 0;
}
.backnum-table table th,
.backnum-table table td {
  background: none;
  border: none !important;
}
.backnum-table table td {
  padding-left: 1.5em;
  border-bottom: dotted 1px #595959 !important;
}
.txt-theme {
  color: #da5f0f;
}
.txt-coral {
  color: #f63;
}
.noblank-icon::after {
  display: none !important;
}
.download-pdf ul li {
  display: inline-block;
}
.download-pdf ul a {
  display: block;
  border: solid 1px #bbb;
  background: url("../images/common/PDFicon.png") no-repeat left 10px center;
  padding: 20px 20px 20px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  line-height: 1.4;
}
.download-pdf ul a:nth-of-type(n + 1) {
  margin-top: 20px;
}
.download-pdf ul a:hover {
  background-color: #eee;
}
.attention-list {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
.attention-list li {
  margin-top: 4px;
}
.attention-list li::before {
  content: "※";
  text-indent: -1em;
  padding-left: 1em;
}
.imgbox-right,
.imgbox-left {
  display: block;
  margin-top: 60px;
}
.imgbox-right .txt,
.imgbox-left .txt {
  overflow: hidden;
}
.imgbox-right .img img,
.imgbox-left .img img {
  width: 100%;
  height: auto;
}
.imgbox-right .img .cap,
.imgbox-left .img .cap {
  margin-top: 0.5em;
  text-align: center;
  font-size: 90%;
}
.imgbox-right::after,
.imgbox-left::after {
  display: block;
  content: "";
  clear: both;
}
.imgbox-right .img,
.imgbox-left .img {
  padding: 10px;
}
.halfbox {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-right: -0.5%;
  margin-top: 40px;
  padding: 0;
}
.halfbox .imgbox-right,
.halfbox .imgbox-left {
  margin-top: 0;
}
.halfbox.impression .txt {
  overflow: visible;
}
.halfbox.impression .img {
  float: right;
  width: 140px;
}
.halfbox.impression .cap {
  font-size: 1.8rem;
}
.copy-text {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin: 40px auto;
}
/* リスト系
 * ---------------------------------- */
.border-list {
  border: solid 1px #d3d3d4;
  padding: 20px;
}
.border-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* テーブル
 * ---------------------------------- */
.charge-table table {
  width: 100%;
}
.charge-table table th,
.charge-table table td {
  vertical-align: middle;
  border: solid 1px #d3d3d4 !important;
  text-align: center;
}
.charge-table table th {
  color: #fff;
  text-align: center;
  width: 10%;
}
.charge-table table th.am,
.charge-table table th.pm {
  background-color: #f9c54d;
  color: #333;
}
.charge-table .monday th,
.charge-table .tuesday th,
.charge-table .wednesday th,
.charge-table .thursday th,
.charge-table .friday th,
.charge-table .saturday th {
  color: #fff;
}
.center-table {
  margin-top: 40px;
}
.center-table table th,
.center-table table td {
  padding-right: 20px;
  padding-left: 20px;
}
.center-table table th {
  width: 35%;
  text-align: right;
  background: transparent;
  color: #da5f0f;
}
.center-table table td {
  width: 65%;
  text-align: left;
  background: transparent;
}
.doc-table {
  margin: 0;
  margin-top: 10px;
}
.doc-table table th,
.doc-table table td {
  padding: 5px 15px;
  font-size: 85%;
}
.doc-table table th {
  width: 15%;
  background: #aaa;
  color: #333;
  text-align: center;
}
.doc-table table td {
  text-align: left;
}
.backnum-table {
  margin-top: 40px;
}
.backnum-table table {
  width: 100%;
  border-collapse: collapse;
}
.backnum-table table th {
  color: #333;
  text-align: center;
  width: 5em;
}
.backnum-table table th,
.backnum-table table td {
  background: none;
  border: none !important;
  border-bottom: dotted 1px #595959 !important;
}
.calender-table {
  overflow-x: scroll;
}
.calender-table table {
  width: 600px;
}
.calender-table th {
  background: #f0ecde !important;
  color: #333 !important;
}
.calender-table th,
.calender-table td {
  width: inherit !important;
  display: table-cell !important;
  border: solid 1px #aaa !important;
  text-align: center;
}
.calender-table th.saturday,
.calender-table td.saturday {
  background: #c7e8fa !important;
}
.calender-table th.sunday,
.calender-table td.sunday {
  background: #f9d1d0 !important;
}
.calender-table th.disable,
.calender-table td.disable {
  background: #eeefef !important;
}
.googlecalendar {
  margin-bottom: 40px;
}
.googlecalendar iframe {
  width: 100%;
  height: 600px;
}
.skeleton-table table {
  margin-top: 10px;
}
.skeleton-table table th {
  font-weight: bold !important;
}
.skeleton-table table th,
.skeleton-table table td {
  background: none;
  border: none;
  color: #333;
  padding: 4px;
  display: inline-block;
  width: inherit;
}
.skeleton-table table td {
  width: calc(100% - 6em);
}
.skeleton-table.th-small th {
  width: 6em;
  width: 6em;
}
.media-table {
  margin-top: 20px;
}
.media-table table th {
  display: none;
}
.media-table table th,
.media-table table td {
  background: none;
  color: #333;
  padding: 0;
  border: none;
  font-size: 1.4rem;
}
.media-table table tr td {
  text-indent: -5em;
  padding-left: 5em;
}
.media-table table tr td:nth-of-type(1)::before {
  content: "掲載年月：";
}
.media-table table tr td:nth-of-type(2)::before {
  content: "メディア：";
}
.media-table table tr td:nth-of-type(3) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: dotted 1px;
}
.media-table table tr td:nth-of-type(3)::before {
  content: "掲載内容：";
}
.media-table table tr:last-child td:nth-of-type(3) {
  border: none;
}
.media-table table a[target="_blank"]::after {
  right: -6em;
}
