﻿@charset "utf-8";

/*
---------------------------------------
  common-component
---------------------------------------
*/

/* ベースの文字色とコンテンツ幅の設定 */

body {
  color: #333;
  min-width: 1000px;
}

a:link {
	outline: none;
	color: #333;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	opacity: 0.6;
}

.mincho {
  font-family: 'Sawarabi Mincho', serif;
}

.mincho2 {
	font-family: 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', '游明朝', YuMincho, serif;
}

.mincho3 {
	font-family: 'Noto Serif JP', serif;
}

.page-inner {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

/* アンカーテキストの設定 */

a {
  outline: none;
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  outline: none;
  color: #4b3304;
  text-decoration: none;
  cursor: pointer;
}

/* PCページ非表示コンテンツ用 */

.pc-none {
  display: none !important;
}

/* 文字・画像中央揃え */

.img-center,
.txt-center {
  text-align: center;
}

/* ページ下部の追尾ボタン */

#page-top-btn {
  position: fixed;
  bottom: 95px;
  right: 30px;
  z-index: 999;
  width: 42px;
  height: 42px;
  background: #333;
  border-radius: 21px;
}

#page-top-btn a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

#page-top-btn a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  border-radius: 2px;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 16px;
  height: 16px;
}

#page-top-btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  border-radius: 2px;
  transform-origin: center;
  width: 0;
  height: 18px;
}

/* hover時に透過処理 */

.filter:hover {
  opacity: 0.6;
}

.filter {
  transition-duration: 0.5s;
}

/*
---------------------------------------
  common-header
---------------------------------------
*/

/* ヘッダー全体 */

#page-header {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e4e4e4;
  padding: 8px 0 10px;
  height: 80px;
  top: 0;
  right: 0;
  left: 0;
  position: relative !important;
  overflow: hidden;
}

/* ヘッダーインナー */

#page-header > .page-inner {
  display: table;
  position: relative;
  border-spacing: 0;
}

/* ヘッダー左部・中央・右部 */

.page-header-left,
.page-header-middle,
.page-header-right {
  display: table-cell;
  vertical-align: middle;
}

/* ヘッダー左部 */

.page-header-left {
  width: 290px;
}

/* ヘッダーロゴ */

.page-header-logo {
  padding-top: 15px;
  width: 100%;
}

.page-header-logo img {
  width: auto;
  height: 45px;
  margin-left: 6px;
}

/* ヘッダーh1 */

.page-header-ttl {
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 11px;
  max-width: 620px;
  overflow-y: hidden;
  height: 18px;
  line-height: 18px;
}

/* ヘッダー中央 */

.page-header-middle {
  position: relative;
  min-width: 370px;
  height: 52.5px;
  padding: 17.5px 20px 0 60px;
}

.page-header-middle a:before {
  content: "";
  background: url(../../../img/common/header/tv.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 17.5px;
  left: 0px;
  height: 45px;
  width: 60px;
}

.page-header-middle a {
  color: #d52f80;
  font-size: 15px;
  line-height: 20px;
}

.page-header-middle a:hover {
  opacity: 0.7;
  color: #d52f80 !important;
}

.page-header-middle strong {
  display: inline;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0.15em;
}


/* ヘッダー右部 */

.page-header-right {
  position: relative;
  width: 375px;
  padding-right: 10px;
}

/* ヘッダーお問い合わせ */

.page-header-contact {
  display: table;
  width: 100%;
  padding-top: 15px;
  text-align: right;
}

/* 見積・資料請求ボタン */

.page-header-tel,
.page-header-contact-btn {
  display: table-cell;
  vertical-align: middle;
  height: 55px;
}

.page-header-contact-btn {
  width: 140px;
  background: #009d1a;
}

.page-header-contact-btn a {
  display: block;
  text-align: center;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  color: #fff;
}

.page-header-contact-btn a .small {
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
}

.page-header-tel {
  width: 225px;
  padding-right: 15px;
}

.page-header-tel a {
  display: block;
}

.page-header-tel a:hover {
  opacity: 0.7;
}

.page-header-tel p {
  text-align-last: justify;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0em;
  color: #333;
}

.page-header-tel span {
  display: flex;
  justify-content: center;
  text-align: center;

  color: #da0000;
  font-family: Meiryo, Hiragino Kaku Gothic ProN, sans-serif;
  font-size: 24px;
  letter-spacing: 0.075em;
  white-space: nowrap;
  font-weight: bold;
  line-height: 28px;
}


/* ヘッダーサブメニュー */

.page-header-sub-menu-list {
  display: table;
  position: absolute;
  top: 3px;
  right: 10px;
}

.page-header-sub-menu-list > li {
  float: left;
  font-size: 11px;
}

.page-header-sub-menu-list > li > a {
  color: #333;
  text-decoration: none;
}

.page-header-sub-menu-list > li > a:hover {
  text-decoration: underline;
}

.page-header-sub-menu-list > li:before {
  content: "▶";
  margin-right: 7px;
}

.page-header-sub-menu-list > li + li {
  margin-left: 9px;
}

/*
---------------------------------------
  global-navigation
---------------------------------------
*/

/* グローバルナビ全体 */

#g-nav {
  width: 100%;
  background: #e8e8e8;
}

.g-nav-list {
  width: 100%;
  display: table;
  border-right: 1px solid #fff;
}

.g-nav-list > li {
  width: 170px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  border-left: 1px solid #fff;
  height: 40px;
  position: relative;
}

.g-nav-list > li > a {
  display: block !important;
  color: #333;
  line-height: 40px;
}

.g-nav-list > li > a:hover {
  color: #2b8300;
}

.g-nav-list > li > a.current {
  background: #fff;
}

/* SP版アコーディオンメニュー */

.sp-acco-cont {
  display: block !important;
  position: relative;
}

.g-nav-list > li > ul,
.g-nav-list .rows-list {
  position: absolute;
  left: 0;
  top: 39px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 5px;
  padding: 15px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 3px 3px 5px rgba( 0, 0 ,0 , 0.4);
  z-index: 99999;
  font-size: 14px;
  line-height: 1.4em;
  text-align: left;
  min-width: 150%;
  max-width: 300%;
  display: none;
}

.g-nav-list .wide-list {
  display: none;
  width: 230%;
}

.g-nav-list .wide-list.right {
  left: auto;
  right: 0;
}

.g-nav-list .wide-list > li {
  display: table-cell;
  vertical-align: top;
}

.g-nav-list .wide-list > li + li {
  padding-left: 15px;
}

.g-nav-list > li > ul li a {
  text-decoration: none;
  color: #333;
}

.g-nav-list > li > ul li > a:hover {
  text-decoration: none;
  color: #2b8300;
}

.g-nav-list > li > ul li + li {
  margin-top: 15px;
}

.g-nav-list > li > ul .g-nav-menu-ttl {
  font-weight: 700;
  font-size: 15px;
}

.g-nav-list > li > ul li + .g-nav-menu-ttl {
  margin-top: 25px;
}

.bx-wrapper {
  text-align: center;
}

.ttl-next-list {
  padding-top: 1.8em;
}

/*
---------------------------------------
  breadcrum
---------------------------------------
*/

.breadcrumb {
  padding-top: 5px 10px 0 10px;
  margin-bottom: 25px;
}

.breadcrumb li {
  display: inline;
  font-size: 12px !important;
}

.breadcrumb li a {
  font-size: 12px !important;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

.bcCurrent {
  color: #41A731;
}

/*
---------------------------------------
  page-bottom-banner
---------------------------------------
*/

/* PCページ下部追尾バー */

#pc-fixed-page-bottom-wrapper {
  display: none;
}

#page-bottom-banner {
  position: fixed;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  background: #006400;
  height: 80px;
  padding: 10px 0;
}

.page-bottom-banner-list {
  display: table;
}

.page-bottom-banner-list > li {
  display: table-cell;
  vertical-align: middle;
}

.page-bottom-banner-media {
  text-align: left;
  vertical-align: middle;
}

.page-bottom-banner-media a {
  display: block;
  width: 260px;
  padding-left: 54px;
  background: url(../../../img/common/footer/img_media02.png) no-repeat;
  background-size: 54px;
  background-position: left center;
}

.page-bottom-banner-media a:hover {
  opacity: 0.7;
}

.page-bottom-banner-media p {
  font-size: 15px;
  line-height: 20px;
  color: #fff;
}

.page-bottom-banner-media p .small {
  font-size: 12px;
}

.page-bottom-banner-tel {
  text-align: center;
  width: 300px;
}

.page-bottom-banner-tel a {
  display: block;
}

.page-bottom-banner-tel a:hover {
  opacity: 0.7;
}

.page-bottom-banner-tel p {
  font-size: 15px;
  line-height: 24px;
  text-align-last: justify;
  color: #fff;
}

.page-bottom-banner-tel p .yellow {
  color: #ffee66;
}

.page-bottom-banner-tel p .small {
  font-size: 12px;
}

.page-bottom-banner-tel-num {
  position: relative;
  display: flex;
  justify-content: center;
  font-family: Meiryo, Hiragino Kaku Gothic ProN, sans-serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0.065em;
  white-space: nowrap;
  padding-left: 40px;
  color: #fff;
}

.page-bottom-banner-tel-num:before {
  display: block;
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  left: 0;
  top: 0;
  background-image: url(../../../img/common/footer/tel.svg);
}

.page-bottom-banner-contact {
  text-align: right;
}

.page-bottom-banner-contact > ul {
  font-size: 0;
}

.page-bottom-banner-contact > ul > li {
  display: inline-block;
  vertical-align: middle;
}

.page-bottom-banner-contact > ul > li + li {
  margin-left: 10px;
}

.page-bottom-banner-contact > ul > li > a {
  position: relative;
  display: block;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  padding: 10px 20px;
  border-radius: 5px;
}

.page-bottom-banner-contact > ul > li > a .small {
  font-size: 12px;
  vertical-align: middle;
  margin-right: 4px;
}

.page-bottom-banner-contact .estimate-form a {
  color: #333;
  background: #ffee66;
  padding-left: 40px;
}

.page-bottom-banner-contact .estimate-form a:before {
  display: block;
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  left: 20px;
  top: 10px;
  background: url(../../img/common/gnav/btn_gnav_new02.svg) no-repeat center;
  background-size: cover;
}

.page-bottom-banner-contact .soon a {
  color: #fff;
  background: #ff3377;
}

/*
---------------------------------------
  フッター質問・お客様の声
---------------------------------------
*/

/* フッター質問・お客様の声の全体 */

.footer-faq_voice-wrapper {
  width: 100%;
  overflow: hidden;
}

.footer-faq_voice-wrapper .page-inner {
  display: flex;
}

/* フッター質問・お客様の声の小見出し */

.footer-faq_voice-wrapper .recommend_text {
  font-size: 24px;
  margin-bottom: 20px;
}

.footer-faq_voice-wrapper a:hover {
  color: green;
}

.footer-faq_voice-box {
  width: 50%;
  float: left;
  padding-top: 5px;
  position: relative;
}

.footer-faq_voice-box:first-child {
  padding-right: 20px;
}

.footer-faq_voice-box + .footer-faq_voice-box {
  padding-left: 20px;
}

.footer-voice-list > li,
.footer-faq-list > li,
p.top_recommend_more {
  font-size: 15px;
  line-height: 1.6em;
}

.footer-voice-list {
  padding-bottom: 24px;
}

.footer-voice-list > li {
  padding: 1px 0 25px 45px;
  background: transparent url(../../../img/top/top_voice.svg) no-repeat left 0.1em;
  background-size: 36px 25px;
}

.footer-faq-list > li {
  padding: 1px 0 14px 45px;
  background: transparent url(../../../img/top/top_faq.svg) no-repeat left 0.2em;
  background-size: 28px 27px;
}

p.top_recommend_more {
  position: absolute;
  right: 5px;
  bottom: 0;
  padding-left: 15px;
}

p.top_recommend_more:before {
  display: block;
  position: absolute;
  content: "";
  top: 0.4em;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  transform: rotate(45deg);
  transform-origin: center;
}

/*
---------------------------------------
  フッタークレジットカード
---------------------------------------
*/

.img_card {
  width: 100%;
  border-top: 1px solid #ececec;
  background: #f6fbfe;
  padding: 15px 0;
  text-align: center;
  margin-top: 60px;
  clear: both;
}

/*
---------------------------------------
  フッター説明文
---------------------------------------
*/

/* フッター説明文の全体 */

.footer_wrap_text {
  width: 100%;
  border-top: 1px solid #ececec;
  border-bottom: 15px solid #e7e7e7;
  background: #f9f9f9;
  overflow: hidden;
}

/* フッター説明文のテキスト */

.footer_text {
  width: 700px;
  padding: 20px 0;
  font-size: 12px;
  line-height: 1.6em;
  float: left;
}

/* フッター説明文の画像 */

.footer_icon {
  width: 300px;
  min-height: 140px;
  float: left;
  position: relative;
}

.footer_icon img {
  position: absolute;
  bottom: 0;
}

/*
---------------------------------------
  page-footer
---------------------------------------
*/

/* フッター全体 */

#page-footer {
  width: 100%;
  margin-bottom: 80px;
}

/* フッター上部 */

.page-footer-top {
  width: 100%;
  background: #eee;
  border-top: #e7e7e7 3px solid;
  border-bottom: #e7e7e7 3px solid;
  padding: 30px 0;
  overflow: hidden;
}

.page-footer-top p a:hover {
  text-decoration: underline;
}

.footer-link-lists-wrapper {
  width: 100%;
  display: table;
  margin-bottom: 30px;
}

.footer-link-lists {
  display: table-cell;
  vertical-align: top;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
}

.footer-link-lists dd + dt + dd,
.footer-link-lists dd + dt,
.footer-link-lists dl + .footer-sp-link,
.footer-sp-link + .footer-sp-link {
  margin-top: 1.5em;
}

.footer-link-lists dl dt,
.footer-link-lists dl dt a,
.footer-link-lists dl h3 a,
.parent-link {
  font-size: 15px;
  font-weight: 700;
}

.footer-link-lists dl dt {
  margin-bottom: 10px;
}

.footer-link-lists h3 {
  font-weight: 700;
  margin-bottom: 0.3em;
}

.footer-link-lists dl dd li {
  font-size: 13px;
  line-height: 2.0em;
}

.footer-link-lists a:hover {
  text-decoration: underline;
}

.footer-link-lists dl dd li a {
  padding-left: 1.0em;
  position: relative;
}

.footer-link-lists dl dd li a:before {
  display: block;
  position: absolute;
  content: "";
  top: 0.4em;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  transform: rotate(45deg);
  transform-origin: center;
}

.footer-link-lists + .footer-link-lists {
  border-left: 1px solid #ccc;
  padding-left: 1.5em;
}

/* コピーライト */

.copyright {
  margin-top: 15px;
  text-align: center;
  display: block;
  font-size: 14px;
}

/* フッター下部 */

.page-footer-bottom {
  width: 100%;
  padding: 10px 0;
}

.page-footer-bottom img {
  display: block;
  height: 45px;
  margin: 10px auto 0 auto;
}

.page-footer-bottom-txt {
  margin-top: 10px;
  text-align: center;
  display: block;
  font-size: 11px;
}

.page-footer-bottom-txt.mincho {
  font-size: 14px;
}

.page-footer-bottom-txt > a {
  text-decoration: none;
  color: #333;
}

.page-footer-bottom-txt > a:hover {
  text-decoration: underline;
}

/*
---------------------------------------
  main-bottom-contact
---------------------------------------
*/

/* メイン下部のコンタクト枠 */

.otoiawase .contactInfo {
  margin: 40px 0;
  height: 230px;
  border: 1px solid #c5c0b7;
}

#main-page-wrapper .otoiawase .contactInfo h2 {
  font-size: 24px;
  line-height: 1;
  color: #fff;
  background: #3573ce;
  display: block;
  padding: 20px 30px;
  margin: -1px;
  margin-bottom: 25px;
}

.otoiawase .contactInfo p {
  font-size: 14px;
  line-height: 1;
  text-align: center;
  display: block;
  float: left;
  height: 120px;
  width: 550px;
  border-right: 3px solid #e1ded9;
  padding-top: 5px;
}

.otoiawase .contactInfo p img {
  display: block;
  margin: 0 auto 35px;
}

.otoiawase .contactInfo ul {
  display: block;
  margin: 0 42px 0 0;
  float: right;
  width: 340px;
}

.otoiawase .contactInfo ul li a {
  display: block;
  font-size: 18px;
  line-height: 1;
  height: 50px;
  width: 340px;
  box-sizing: border-box;
}

.otoiawase .contactInfo ul li:first-child a {
  color: #fff;
  background: #2f9e2a url(../../../img/common/contact/ico_document.gif) no-repeat 18px 14px;
  padding: 17px 0 0 45px;
  margin-bottom: 20px;
}

.otoiawase .contactInfo ul li:first-child a span {
  color: #fcff00;
}

.otoiawase .contactInfo ul li:first-child a:hover {
  background-color: #50ba4b;
}

.otoiawase .contactInfo ul li:last-child a {
  background: url(../../../img/common/contact/ico_mail.gif) no-repeat 54px 14px;
  padding: 14px 0 0 100px;
  border: 1px solid #ccc;
}

.otoiawase .contactInfo ul li:last-child a:hover {
  background-color: #e9f6e7;
}

/*
---------------------------------------
  page-setting
---------------------------------------
*/

/* layout */

.fll {
  float: left;
  display: block;
}

.fll-center {
  float: left;
  display: block;
  padding: 0 5px;
}

.flr {
  float: right;
  display: block;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.cl {
  clear: both;
}

.cb {
  clear: both;
}

.clear {
  clear: both;
}

.tac, .aligncenter {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.pr {
  position: relative;
}

.center {
  margin: 0 auto;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.vam {
  vertical-align: middle;
}

.vat {
  vertical-align: top;
}

.vab {
  vertical-align: bottom;
}

.hidden {
  overflow: hidden;
}


/* font style */

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.f10 {
  font-size: 10px;
}

.f11 {
  font-size: 11px;
}

.f12 {
  font-size: 12px;
}

.f13 {
  font-size: 13px;
}

.f14 {
  font-size: 14px;
}

.f15 {
  font-size: 15px;
}

.f16 {
  font-size: 16px;
}

.f17 {
  font-size: 17px;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.f22 {
  font-size: 22px;
}

.f24 {
  font-size: 24px;
}

.f28 {
  font-size: 28px;
}

.f30 {
  font-size: 30px;
}


/* line height　*/

.lh13 {
  line-height: 1.3;
}

.lh15 {
  line-height: 1.5;
}

.lh16 {
  line-height: 1.6;
}

.lh17 {
  line-height: 1.7;
}

.lh18 {
  line-height: 1.8;
}

.lh20 {
  line-height: 2.0;
}

.lh22 {
  line-height: 2.2;
}


/*  margin */

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

.mt05, .mt5 {
  margin-top: 5px !important;
}

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

.mt12 {
  margin-top: 12px !important;
}

.mt15 {
  margin-top: 15px !important;
}

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

.mt25 {
  margin-top: 25px !important;
}

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

.mt35 {
  margin-top: 35px !important;
}

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

.mt45 {
  margin-top: 45px !important;
}

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

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr00 {
  margin-right: 0 !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr12 {
  margin-right: 12px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr60 {
  margin-right: 60px !important;
}

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

.mb05 {
  margin-bottom: 5px !important;
}

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

.mb12 {
  margin-bottom: 12px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

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

.mb25 {
  margin-bottom: 25px !important;
}

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

.mb35 {
  margin-bottom: 35px !important;
}

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

.mb45 {
  margin-bottom: 45px !important;
}

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

.ml00 {
  margin-left: 0 !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml12 {
  margin-left: 12px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml30 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mtb10 {
  margin: 10px 0 !important;
}

.mtb15 {
  margin: 15px 0 !important;
}

.mtb20 {
  margin: 20px 0 !important;
}

.mtb30 {
  margin: 30px 0 !important;
}


/* padding */

.pt00 {
  padding-top: 0 !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt12 {
  padding-top: 12px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr00 {
  padding-right: 0 !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr12 {
  padding-right: 12px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb00 {
  padding-bottom: 0 !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb12 {
  padding-bottom: 12px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl00 {
  padding-left: 0 !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl12 {
  padding-left: 12px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl30 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pd5 {
  padding: 5px !important;
}

.pd10 {
  padding: 10px !important;
}

.pd15 {
  padding: 15px !important;
}

.pd20 {
  padding: 20px !important;
}

.pd25 {
  padding: 25px !important;
}

.pd30 {
  padding: 30px !important;
}

.over:hover {
  opacity: 0.7;
}

.bgc {
  background-color: #F5F1E9;
}

.bgc2 {
  background-color: #F3F1F1;
}

.cl1 {
  color: #f6338f;
}

.cl2 {
  color: #11b6d4;
}

.cl3 {
  color: #e2720e;
}

.cl4 {
  color: #717171;
}

.red_font {
  color: red;
}

.gnow {
  background: white;
  text-decoration: underline;
}

/* recommend-saijo-list */

.recommend-saijo-list {
  width: 100%;
  margin: 30px 0;
  overflow: hidden;
}

.recommend-saijo-list h2 {
  font-size: 20px;
  margin-bottom: 15px;
  background: #C6DAAE;
  padding: 15px;
}

.recommend-saijo-list .near_saijo {
  border: 1px solid #cccccc;
  background-color: #eeeeee;
  width: 172px;
  height: 172px;
  float: left;
  margin: 0 10px 0 0;
}

.recommend-saijo-list .near_saijo a {
  display: block;
  text-decoration: none;
  color: #333;
}

.recommend-saijo-list .near_saijo_image,
.recommend-saijo-list .near_saijo_caption,
.recommend-saijo-list .near_saijo_ad {
  text-align: center;
  margin: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 0;
  line-height: 1.5;
  font-size: 12px;
}

.recommend-saijo-list .near_saijo_caption {
  font-size:18px;
}

.recommend-saijo-list .near_saijo_image img {
  height: 100px;
  width: 160px;
}

/* 各メインコンテンツ下部-お問い合わせ */

.contactInfo2 {
  border: 1px solid #c5c0b7;
  margin: 50px auto;
  display: table;
  padding-bottom: 20px
}

.contactInfo2 .info {
  width: 50%;
  text-align: center;
  margin: 20px 0;
}

.contactInfo2-inner {
  width: 100%;
  display: table;
  padding: 30px 50px 30px 30px;
}

.contactInfo2 h2 {
  font-size: 24px;
  color: #000;
  display: block;
  padding: 20px 10px;
  text-align: center;
  background: #d6eaff;
  background: linear-gradient(to bottom,#d6eaff,#e5f2ff);
  font-family: 游明朝,YuMincho,ヒラギノ明朝 ProN W3,Hiragino Mincho ProN,HG明朝E,ＭＳ\ Ｐ明朝,ＭＳ\ 明朝,serif;
  font-weight: 700;
}

.contactInfo2-staff, .contactInfo2-num, .contactInfo2-estimate {
  width: calc(50% - 80px);
  margin: 10px 40px;
  float: left;
}

.contactInfo2-staff-1 p, .contactInfo2-staff-2 p {
  font-family: Meiryo, Hiragino Kaku Gothic ProN, sans-serif;
  text-align: center;
}

.contactInfo2-staff {
  text-align: center;
}

.contactInfo2-staff-1, .contactInfo2-staff-2 {
  width: 50%;
  float: left;
  text-align: center;
}

.contactInfo2-staff-1 img, .contactInfo2-staff-2 img {
  width: 100%;
  padding: 10px;
}

.contactInfo2-staff-1 p,
.contactInfo2-staff-2 p {
  font-size: 13px;
  line-height: 1.4em;
}

.contactInfo2-staff-1 a, .contactInfo2-staff-2 a {
  display: block;
}

.contactInfo2-num, .contactInfo2-estimate {
  float: right;
}

.contactInfo2-num {
  margin-top: 40px;
}

.contactInfo2-num > a {
  display: block;
  width: 100%;
  height: 80px;
  padding-left: 100px;

  color: #4b3304;
  text-align: center;

  background: url(../../img/common/footer/24-365.svg) no-repeat 0 0;
  background-size: contain;
}

.contactInfo2-num > a > span {
  font-family: serif;
  font-size: 45px;
  line-height: 55px;
  padding-top: 5px;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}

.contactInfo2-num > a > p {
  font-size: 15px;
  font-family: Meiryo, Hiragino Kaku Gothic ProN, sans-serif;
  line-height: 15px;
  text-align-last: justify;
}

.contactInfo2-estimate {
  margin-top: 30px;
  background: #ffdbdb;
}

.contactInfo2-estimate a {
  display: block;
  line-height: 50px;
  height: 100%;
  text-align: center;
}

.contactInfo2-estimate a > .bg:before {
  content:"〈";
}

.contactInfo2-estimate a > .bg:after {
  content:"〉";
}

.contactInfo2-estimate p {
  line-height: 50px;
}

.ig {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
}

.ig p {
    margin-top: -25px;
    padding-bottom: 5px;
}
