@charset "UTF-8";
@import url(all.css);
/* ###################### */
/* ######## 変数 ######## */
/* ###################### */
/* カラー */
/* パターン */
/* 書式 */
/* ###################### */
/* ######## 関数 ######## */
/* ###################### */
/*===============================================
  切り替え用
===============================================*/
.pc-none {
  display: none !important;
}

a[href^="tel:"] {
  pointer-events: none;
}

/*===============================================
  ページネーション
===============================================*/
.pagenation {
  padding-top: 50px;
}
.pagenation li {
  width: 36px;
  font-size: 1.6rem;
  line-height: 40px;
  margin: 5px 4px 0;
}

/*===============================================
  詳細ページ前後
===============================================*/
.paginated-link {
  padding-top: 50px;
}
.paginated-link li {
  width: 110px;
}
.paginated-link li a {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0em;
}
.paginated-link li.prev-link a::before {
  margin-right: 16px;
}
.paginated-link li.next-link a::after {
  margin-left: 16px;
}

/*===============================================
  wrapper
===============================================*/
#wrapper {
  min-width: 1280px;
}

/*===============================================
  header
===============================================*/
#header .h-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 100px);
  max-width: 1720px;
}
#header .h-oth {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  padding: 20px 0;
}
#header .h-oth > * {
  margin-bottom: 20px;
}
#header .h-oth > *:last-child {
  margin-bottom: 0;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding: 80px 0;
}
#footer .f-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#footer .f-info {
  font-size: 1.8rem;
  line-height: 1.55556;
  letter-spacing: 0.08em;
  padding-top: 34px;
}
#footer .f-info dl {
  justify-content: flex-start;
}
#footer .f-tels {
  margin-top: 42px;
}
#footer .f-links {
  padding-bottom: 140px;
}
#footer .f-links > * {
  margin-right: 20px;
}
#footer .f-links > *:last-child {
  margin-right: 0;
}

/*フッターナビ
-----------------------------*/
.fnav {
  width: 540px;
  position: absolute;
  left: 50%;
  top: 170px;
  z-index: 6;
}
.fnav .fnav-list,
.fnav .fnav-sub-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.fnav .fnav-list-item,
.fnav .fnav-sub-item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #6c4f3a;
  letter-spacing: 0.08em;
  line-height: 2.33334;
}
.fnav .fnav-list-item::before,
.fnav .fnav-sub-item::before {
  content: "|";
  margin: 0 0.5em;
}
.fnav .fnav-list-item:last-of-type::after,
.fnav .fnav-sub-item:last-of-type::after {
  content: "|";
  margin-left: 0.5em;
}
.fnav .fnav-list-item a,
.fnav .fnav-sub-item a {
  display: block;
  color: #6c4f3a;
  transition: all 0.12s;
}
.fnav .fnav-list-item a:hover,
.fnav .fnav-sub-item a:hover {
  text-decoration: none;
  color: #f00;
}
.fnav .fnav-list-item.current a,
.fnav .fnav-sub-item.current a {
  color: #f00;
}

/*コピーライト
-----------------------------*/
.copy {
  width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 6;
}
.copy p {
  font-size: 1.3rem;
  line-height: 1.76924;
  letter-spacing: 0.08em;
  margin: -5px 0;
  position: absolute;
  right: 0;
  bottom: 0;
}

/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  bottom: 10px;
  right: 10px;
}

/*===============================================
  visual
===============================================*/
.visual-wrap {
  width: calc(100% - 100px);
  max-width: 1720px;
}

/*メインビジュアル
-----------------------------*/
.main-visual {
  height: clamp(540px, 41.6666666667vw, 800px);
  border-radius: 20px;
}
.main-visual .mv-box {
  padding: 40px;
  border-radius: 10px;
}
.main-visual .mv-box .catch {
  font-size: clamp(3.4rem, 2.6041666667vw, 5rem);
  line-height: 2;
  letter-spacing: 0.04em;
  padding: 0 0.36em 0 0.84em;
  border-radius: 10px;
}
.main-visual .mv-box .mv-txt {
  font-size: clamp(2.4rem, 1.8229166667vw, 3.5rem);
  line-height: 1.28572;
  letter-spacing: 0.04em;
  margin-right: -0.29em;
  padding-top: 0.67153em;
}

/*サブビジュアル
-----------------------------*/
.sub-visual {
  height: clamp(240px, 18.2291666667vw, 350px);
  border-radius: 20px;
}
.sub-visual .sv-box {
  border-radius: 10px;
  box-shadow: 0 0 0 5px #fff inset;
}
.sub-visual .sv-box::before {
  width: calc(100% + 22px);
  height: calc(100% - 1px);
  top: -8px;
  background-size: 69px;
}
.sub-visual .sv-box .catch {
  font-size: clamp(3rem, 2.0833333333vw, 4rem);
  letter-spacing: 0.04em;
  line-height: 1.25;
  padding: 0.625em 1.45em;
}

/*===============================================
  グローバルナビ
===============================================*/
#nav .gnav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -11px 0;
}
#nav .gnav-list-item {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #6c4f3a;
  letter-spacing: 0.08em;
  line-height: 2.22223;
  margin-right: 1.5em;
}
#nav .gnav-list-item:last-of-type {
  margin-right: -0.08em;
}
#nav .gnav-list-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6c4f3a;
  position: relative;
  z-index: 0;
}
#nav .gnav-list-item a::before {
  content: "";
  display: block;
  width: 6px;
  height: 40px;
  background: url(../img/common/arrow_nav_brown.png) no-repeat center/contain;
  margin-right: 6px;
  transition: all 0.48s;
}
#nav .gnav-list-item a::after {
  content: "";
  width: 6px;
  height: 40px;
  background: url(../img/common/arrow_nav_red.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.48s;
}
#nav .gnav-list-item a:hover {
  text-decoration: none;
}
#nav .gnav-list-item a:hover::before {
  opacity: 0;
}
#nav .gnav-list-item a:hover::after {
  opacity: 1;
}
#nav .gnav-list-item.current a::before {
  opacity: 0;
}
#nav .gnav-list-item.current a::after {
  opacity: 1;
}

/*===============================================
  main#container
===============================================*/
#container {
  font-size: 1.8rem;
  line-height: 2.22223;
  letter-spacing: 0.08em;
}

/*===============================================
  パンくずリスト
===============================================*/
.bread {
  padding-top: 25px;
}
.bread .breadcrumbs {
  width: 1080px;
}
.bread .breadcrumbs li {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1.66667;
}

/*===============================================
  main共通
===============================================*/
.inbox {
  width: 1080px;
}

/*電話番号
-----------------------------*/
.com-tels {
  align-items: flex-start;
}
.com-tels .com-tel {
  font-size: 3rem;
  letter-spacing: 0.08em;
}
.com-tels .com-tel::before {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}
.com-tels .com-tel a {
  margin: -6px -0.08em -2px 0;
}
.com-tels .com-replace {
  margin-top: 8px;
}
.com-tels .com-replace img {
  height: 14px;
}
.com-tels.b .com-tel {
  font-size: 4rem;
}
.com-tels.b .com-tel::before {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
.com-tels.b .com-replace {
  margin-top: 11px;
}

/*ボタン
-----------------------------*/
.com-btn {
  height: 70px;
}
.com-btn a {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
}
.com-btn a::after {
  width: 15px;
  right: 20px;
}

.com-line {
  width: 260px;
  height: 60px;
}
.com-line a {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}
.com-line a::before {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

.com-mail {
  width: 260px;
  height: 60px;
}
.com-mail a {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}
.com-mail a::before {
  width: 25px;
  height: 25px;
  margin-right: 12px;
}

/*テーブル
-----------------------------*/
.com-table tr th {
  padding: 15px 30px 15px 15px;
}
.com-table tr td {
  padding: 15px 0;
}

/*テキストボックス
-----------------------------*/
.com-text-box {
  margin: -11px 0;
}
.com-text-box p {
  margin-right: -0.08em;
}
.com-text-box .mb {
  margin-bottom: 20px;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-ttl01 {
  margin-bottom: 40px;
}
.com-ttl01 > span {
  font-size: 4rem;
  line-height: 1.25;
  letter-spacing: 0.04em;
  margin: -5px 0;
}
.com-ttl01::after {
  height: 10px;
  margin-top: 30px;
}

/*サブタイトル
-----------------------------*/
.com-subttl01 {
  font-size: 3rem;
  line-height: 1.33334;
  padding: 10px 20px;
  margin-bottom: 40px;
}

/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact-sec {
  padding: 100px 0;
}
.com-contact-sec .contact-ttl > span {
  padding: 0 38px;
}
.com-contact-sec .contact-ttl > span::before, .com-contact-sec .contact-ttl > span::after {
  width: calc(540px - 50%);
}
.com-contact-sec .contact-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 40px;
  margin-top: 40px;
  border-radius: 10px;
}
.com-contact-sec .contact-box > * {
  margin-right: 35px;
}
.com-contact-sec .contact-box > *:last-child {
  margin-right: 0;
}

/*腰痛セミナー
-----------------------------*/
.com-seminar-sec {
  padding: 100px 0;
}
.com-seminar-sec .seminar-text {
  text-align: center;
}

/*===============================================
  トップページ
===============================================*/
/*こんなお悩みはございませんか？
-----------------------------*/
.top-worries {
  padding: 79px 0;
}
.top-worries .worries-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 60px 0;
}
.top-worries .worries-box::before {
  width: calc(100vw - 80px);
  max-width: 1280px;
  min-width: 1200px;
  border-radius: 20px;
}
.top-worries .worries-box::after {
  width: 235px;
  height: 374px;
  left: calc(50% + 240px);
  bottom: 78px;
}
.top-worries .worries-ttl {
  width: 100%;
  margin-bottom: 40px;
}
.top-worries .worries-ttl > span {
  font-size: 4rem;
  letter-spacing: 0.04em;
}
.top-worries .worries-ttl > span::before {
  width: calc(100% + 48px);
  height: 31px;
}
.top-worries .worries-ttl .y {
  font-size: 5rem;
}
.top-worries .worries-list-item {
  font-size: 3rem;
  line-height: 1.16667;
  padding: 23px 17px 22px 77px;
  margin-bottom: 30px;
  border-radius: 10px;
}
.top-worries .worries-list-item .mark {
  display: inline-block;
}
.top-worries .worries-list-item::before {
  width: 40px;
  height: 35px;
  left: 20px;
  top: 23px;
}

/*腰痛改善.comにご相談ください！
-----------------------------*/
.top-about {
  padding: 100px 0 110px;
}
.top-about .about-text {
  text-align: center;
}
.top-about .about-text strong {
  font-size: 2.5rem;
  line-height: 1.8;
  color: #fff;
  background: linear-gradient(to top, #f00 100%, transparent 100%);
}
.top-about .about-tels-wrap {
  width: 500px;
  padding: 0 20px 20px;
  margin: 48px auto 0;
}
.top-about .about-tels-wrap::before {
  height: calc(100% - 24px);
  border-radius: 10px;
}
.top-about .about-tels-wrap .tel-ttl {
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding: 10px 26px;
  margin-bottom: 20px;
}
.top-about .about-tels-wrap .tel-ttl > span {
  padding-left: 0.5em;
}
.top-about .about-list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  padding-top: 10px;
}
.top-about .about-list-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 340px;
  min-height: 150px;
  padding: 37px 20px 31px;
  margin-top: 50px;
  margin-right: 30px;
  border-radius: 10px;
}
.top-about .about-list-item:nth-of-type(3n), .top-about .about-list-item:last-of-type {
  margin-right: 0;
}
.top-about .about-list-item::before {
  width: 40px;
  font-size: 2.5rem;
  line-height: 1.44;
  padding-bottom: 9px;
  top: -20px;
}
.top-about .about-list-item::after {
  width: 60px;
  height: 55px;
  right: -6px;
  bottom: -6px;
}
.top-about .about-list-item p:not(.memo) {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.top-about .about-list-item .memo {
  font-size: 1.5rem;
  line-height: 1.46667;
  padding-left: 1.08em;
  margin-top: 8px;
}

/*腰痛改善教室
-----------------------------*/
.top-school {
  padding: 80px 0;
}
.top-school .school-box {
  padding: 60px;
  border-radius: 20px;
  box-shadow: 0 0 0 20px #fff inset;
}
.top-school .school-box::before {
  width: calc(100% + 72px);
  height: 346px;
  top: 98px;
  left: calc(50% - 5px);
}
.top-school .school-ttl > span::before {
  width: calc(100% + 72px);
  height: 39px;
  bottom: 3px;
}
.top-school .school-text {
  text-align: center;
  margin-bottom: -9px;
}
.top-school .school-text strong {
  font-size: 2.2rem;
  line-height: 1.81819;
}
.top-school .school-btn {
  width: 400px;
  margin: 45px auto 0;
}

/*お客様の声
-----------------------------*/
.top-voice {
  padding: 100px 0;
}
.top-voice .voice-list-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  margin-bottom: 40px;
  border-radius: 10px;
}
.top-voice .voice-list-item .item-icon {
  width: 120px;
}
.top-voice .voice-list-item .item-in {
  width: calc(100% - 150px);
}
.top-voice .voice-list-item .item-ttl {
  min-width: 150px;
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding: 5px 20px;
  margin-bottom: 10px;
}
.top-voice .voice-list-item .item-text {
  line-height: 1.66667;
  padding: 10px 20px;
}
.top-voice .voice-btn {
  width: 350px;
  margin: 40px auto 0;
}

/*あなたは腰痛の原因を
知っていますか…？
-----------------------------*/
.top-cause {
  padding: 100px 0;
}
.top-cause .cause-in {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 40px 30px 32px 40px;
}
.top-cause .cause-img {
  width: 400px;
}
.top-cause .cause-img div {
  height: 310px;
}
.top-cause .cause-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-cause .cause-text {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: calc(100% - 430px);
}
.top-cause .cause-btn {
  width: 380px;
  margin-top: 40px;
}

/*お知らせ
-----------------------------*/
.top-news {
  padding: 80px 0;
}
.top-news .news-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-news .news-ttl {
  width: 250px;
  margin-bottom: 100px;
}
.top-news .news-list {
  width: calc(100% - 350px);
  min-height: 180px;
}
.top-news .news-list .list-item {
  font-size: 1.5rem;
  line-height: 1.66667;
  margin-bottom: 20px;
}
.top-news .news-list .list-item a {
  padding: 18px 24px 13px;
  border-radius: 10px;
}
.top-news .news-list .list-item .date {
  width: 100px;
  margin-right: 10px;
}
.top-news .news-list .list-item .tag {
  width: calc(100% - 110px);
}
.top-news .news-list .list-item .item-ttl {
  font-size: 1.8rem;
  line-height: 1.55556;
  padding-right: 140px;
  margin-top: 6px;
}
.top-news .news-btn {
  width: 250px;
  position: absolute;
  top: calc(50% + 20px);
  left: 0;
}

/*===============================================
  腰痛の原因
===============================================*/
.cause-contents {
  padding: 100px 0;
}
.cause-contents .cause-list-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 60px 0;
  margin-bottom: 40px;
}
.cause-contents .cause-list-box::before {
  width: calc(100vw - 80px);
  max-width: 1280px;
  min-width: 1200px;
  border-radius: 10px;
}
.cause-contents .cause-list-box .box-ttl {
  width: 600px;
}
.cause-contents .cause-list-box .box-text {
  max-width: calc(100% - 461px);
}
.cause-contents .cause-list-box .box-img {
  width: 420px;
}

/*===============================================
  腰痛改善教室
===============================================*/
/*腰痛改善教室について
-----------------------------*/
.school-about {
  padding: 100px 0;
}
.school-about .about-text {
  text-align: center;
}
.school-about .about-list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  width: calc(100% + 40px);
  padding-top: 13px;
  margin-left: -20px;
}
.school-about .about-list-item {
  width: 520px;
  padding: 35px 30px 30px;
  margin: 67px 20px 0;
  border-radius: 10px;
}
.school-about .about-list-item.w100 {
  width: 800px;
}
.school-about .about-list-item::before {
  width: 40px;
  font-size: 2.5rem;
  line-height: 1.44;
  padding-bottom: 9px;
  top: -20px;
}
.school-about .about-list-item::after {
  width: 60px;
  height: 55px;
  right: -6px;
  bottom: -6px;
}
.school-about .about-list-item .item-ttl {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding: 5px 10px;
  margin-bottom: 16px;
}
.school-about .about-list-item .item-text {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.66667;
  margin: -5px 0;
}

/*このような方にオススメです
-----------------------------*/
.school-recommend {
  padding: 100px 0;
}
.school-recommend .recommend-ttl > span::before {
  width: calc(100% + 48px);
  height: 31px;
  bottom: 5px;
}
.school-recommend .recommend-ttl .dot {
  font-size: 5rem;
  line-height: 1;
}
.school-recommend .recommend-ttl .dot span::before {
  width: 7px;
  height: 7px;
  bottom: 100%;
}
.school-recommend .recommend-list {
  width: 700px;
  margin: 0 auto;
}
.school-recommend .recommend-list-item {
  font-size: 3rem;
  line-height: 1.16667;
  padding: 23px 17px 22px 77px;
  margin-bottom: 30px;
  border-radius: 10px;
}
.school-recommend .recommend-list-item .mark {
  display: inline-block;
}
.school-recommend .recommend-list-item::before {
  width: 40px;
  height: 35px;
  left: 20px;
  top: 23px;
}

/*整体に通い続けてるそこのあなたへ
-----------------------------*/
.school-message {
  padding: 100px 0;
}
.school-message .message-ttl > span::before {
  width: calc(100% + 74px);
  height: 51px;
  bottom: 5px;
}
.school-message .message-text {
  text-align: center;
}
.school-message .message-list-box {
  padding: 30px;
  border-radius: 20px;
  margin-top: 40px;
}
.school-message .message-list-box .box-ttl {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
.school-message .message-list-box .box-ttl span {
  padding: 5px 30px;
}
.school-message .message-list-box .box-in {
  padding: 20px;
}
.school-message .message-list-box .box-list::after {
  width: 25px;
  height: 15px;
  margin: 8px auto;
}
.school-message .message-list-box .box-list-item {
  line-height: 1.11112;
  padding: 0 6px 10px;
  margin-bottom: 10px;
}
.school-message .message-list-box .box-price {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.66667;
}
.school-message .message-list-box .box-price dt {
  padding: 0 8px;
  margin-right: 12px;
}
.school-message .message-list-box .box-price dd .b span {
  font-size: 2.5rem;
  line-height: 1;
}
.school-message .message-list-box .box-text {
  padding: 30px;
}
.school-message .message-list-box .box-text .b {
  font-size: 2.5rem;
  line-height: 1;
}

/*===============================================
  お客様の声
===============================================*/
.voice-contents {
  padding: 100px 0;
}
.voice-contents .voice-ttl .sub {
  font-size: 2rem;
  line-height: 1.5;
  padding: 10px 24px;
  margin: 0 0 20px;
}
.voice-contents .voice-list-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  margin-bottom: 40px;
  border-radius: 10px;
}
.voice-contents .voice-list-item .item-icon {
  width: 120px;
}
.voice-contents .voice-list-item .item-in {
  width: calc(100% - 150px);
}
.voice-contents .voice-list-item .item-ttl {
  min-width: 150px;
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding: 5px 20px;
  margin-bottom: 10px;
}
.voice-contents .voice-list-item .item-text {
  line-height: 1.66667;
  padding: 10px 20px;
}

/*===============================================
  会社情報
===============================================*/
.company-contents {
  padding: 100px 0;
}
.company-contents .company-table dl {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  line-height: 1.38889;
  margin-bottom: 10px;
}
.company-contents .company-table dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  padding: 13px 10px 12px;
}
.company-contents .company-table dl dd {
  width: calc(100% - 170px);
  padding: 13px 0 12px;
}
.company-contents .company-table dl dd .replace {
  padding: 4px 0;
}
.company-contents .company-table dl dd .replace img {
  height: 17px;
}
.company-contents .company-map {
  height: 350px;
  margin-top: 40px;
}

/*==================================================
 ニュース一覧
================================================== */
.news-contents {
  padding: 100px 0;
}
.news-contents .news-list .list-item {
  font-size: 1.5rem;
  line-height: 1.66667;
  margin-bottom: 20px;
}
.news-contents .news-list .list-item a {
  padding: 30px;
  border-radius: 10px;
}
.news-contents .news-list .list-item .item-img {
  width: 200px;
}
.news-contents .news-list .list-item .item-in {
  width: calc(100% - 230px);
}
.news-contents .news-list .list-item .date {
  width: 100px;
  margin-right: 10px;
}
.news-contents .news-list .list-item .tag {
  width: calc(100% - 110px);
}
.news-contents .news-list .list-item .item-ttl {
  font-size: 1.8rem;
  line-height: 1.55556;
  margin-top: 12px;
}

/*タグリスト
-----------------------------*/
.tag-select-box-wrap .tag-select-box {
  min-width: 240px;
  margin-bottom: 48px;
}
.tag-select-box-wrap .tag-select-box::after {
  right: 18px;
}
.tag-select-box-wrap .tag-select-box select {
  font-size: 1.4rem;
  line-height: 1.42858;
  padding: 12px 48px 12px 12px;
}

/*==================================================
 ニュース詳細
================================================== */
.news-detail {
  padding: 100px 0;
}
.news-detail .news-ttl {
  margin-bottom: 30px;
}
.news-detail .post-data {
  font-size: 1.4rem;
  line-height: 1.42858;
  margin-bottom: 20px;
}
.news-detail .news-box {
  padding: 50px;
  border-radius: 10px;
}

/*==================================================
 お問い合わせ
================================================== */
.contact-contents {
  padding: 100px 0;
}
.contact-contents .contact-table {
  margin-bottom: 56px;
}
.contact-contents .contact-table th {
  width: 400px;
  text-align: left;
  line-height: 2.11112;
}
.contact-contents .contact-table th .optional-mark,
.contact-contents .contact-table th .required-mark {
  font-size: 1.4rem;
  line-height: 2;
  padding: 0 10px;
  margin-top: 5px;
}
.contact-contents .contact-table td {
  vertical-align: middle;
}
.contact-contents .contact-submits-wrap {
  padding-top: 32px;
}
.contact-contents .contact-submits-wrap > * {
  width: 350px;
  height: 70px;
  font-size: 1.8rem;
  margin: 20px 15px 0;
}

/*==================================================
 お問い合わせ完了
================================================== */
.complete-contents {
  padding: 100px 0;
}
.complete-contents .complete-box {
  text-align: center;
}

/*==================================================
プライバシーポリシー
================================================== */
.privacy-contents {
  padding: 100px 0;
}
.privacy-contents .item-box {
  padding: 40px;
  margin-bottom: 40px;
  border-radius: 10px;
}
.privacy-contents .item-box .box-ttl {
  margin-bottom: 20px;
}

/*==================================================
 サイトマップ
================================================== */
.site-contents {
  padding: 100px 0;
}
.site-contents .site-list {
  width: 800px;
  padding: 40px;
  margin: 0 auto;
  border-radius: 10px;
}
.site-contents .site-list li a {
  font-size: 1.8rem;
  line-height: 1.66667;
  padding: 15px 20px;
}

/*===============================================
  404エラー
===============================================*/
.error-contents {
  padding: 100px 0;
}