@charset "UTF-8";
@keyframes horizontal {
  0% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
ol,
ul {
  list-style: none;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
}

* html .cf {
  height: 1px;
}

.bold {
  font-weight: bold !important;
}

.f-size13 {
  font-size: 13px !important;
}

.f-size14 {
  font-size: 14px !important;
}

.t-center {
  text-align: center;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

.lh-1 {
  line-height: 1 !important;
}

.v-mid {
  vertical-align: middle;
}

.bld {
  font-weight: bold !important;
}

.row {
  overflow: hidden;
}

.clr {
  clear: both;
}

.col-l {
  float: left;
}

.col-r {
  float: right;
}

.disp_tbl {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}

.disp_tblc {
  display: table-cell;
}

@media only screen and (max-width: 780px) {
  .pc_mode {
    display: none !important;
  }
}
.sp_mode {
  display: none;
}

@media only screen and (max-width: 780px) {
  .sp_mode {
    display: block !important;
  }
}
.sp_mode__ib {
  display: none;
}

@media only screen and (max-width: 780px) {
  .sp_mode__ib {
    display: inline-block !important;
  }
}
.op {
  transition: 0.1s linear;
}

.op:hover {
  opacity: 0.7;
  filter: alpha(opacity=0.7);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
}

.red {
  margin-bottom: 10px;
  font-weight: bold !important;
  color: #C1354F !important;
}

.orange_btn a {
  background-color: #EA6500;
  background-image: linear-gradient(to bottom, #f4913e, #ea6500);
  border: 1px solid #EA6500;
  border-radius: 3px;
  color: #FFFFFF !important;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px;
  text-decoration: none;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
}

.orange_btn a:hover {
  background-image: linear-gradient(to bottom, #ea6500, #f4913e);
}

.inner {
  width: 1000px;
  margin: 0 auto;
}

@media only screen and (max-width: 780px) {
  .site-content {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 780px) {
  .site-header-top {
    margin: 0;
  }
}
.single-format-standard .site-header-top {
  margin-bottom: 0;
}

.t-link {
  text-decoration: none;
}

.t-link:hover {
  text-decoration: underline;
}

.repair-list {
  margin: 0;
  font-size: 0;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}

.repair-list .repair-item {
  display: inline-block;
  margin: 10px 5px;
  width: 155px;
}

.repair-list .repair-item .img-item {
  margin-bottom: 7px;
  border: none;
}

.img-item-multi {
  display: flex;
  gap: 4px;
  align-items: flex-start;
}

.img-item-multi img {
  width: 50% !important;
  height: auto !important;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.repair-list .repair-item .txt-item {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.3;
}

.repair-list .repair-item .txt-item a {
  color: #4F4F4F;
}

.repair-list .repair-item img {
  width: 100%;
  vertical-align: top;
  height: auto;
}

.search-area {
  text-align: right;
}

.search-area select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  font-size: 16px;
  height: 60px;
  border: thin solid #b4b4b4;
  font-weight: bold;
  padding: 0 46px;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}

button.menu-toggle {
  width: 100%;
  background: none !important;
  color: #777;
  text-transform: uppercase;
  border: 0;
  margin: 0;
  padding: 10px 0;
  font-size: 18px;
  height: 42px;
  box-shadow: none;
  outline: none !important;
  color: #fff;
  font-weight: bold;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

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

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

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

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

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

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

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

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.oceanic-header-layout-standard .site-header-top {
  position: relative;
}

.oceanic-header-layout-standard .site-header-top .header-info {
  position: absolute;
  top: 15px;
  right: 37px;
  width: 468px;
  margin-top: 15px;
}

.oceanic-header-layout-standard .site-header-top .header-info .header-tel {
  font-size: 27px;
  padding-left: 35px;
  color: #832422;
  background: url(../images/icn_header_tel.png) left 4px no-repeat;
  margin-bottom: 4px;
  margin-left: 252px;
  font-weight: bold;
  line-height: 1.2;
}

.oceanic-header-layout-standard .site-header-top .header-info .header-store {
  font-size: 12px;
  margin-bottom: 10px;
  margin-left: 261px;
}

.oceanic-header-layout-standard .site-header-top .header-info .sns-list {
  font-size: 0;
  text-align: right;
}

.oceanic-header-layout-standard .site-header-top .header-info .sns-list .sns-item {
  display: inline-block;
  margin-left: 2px;
}

.oceanic-header-layout-standard .site-header-top .header-info .sns-list .sns-item img {
  vertical-align: top;
  max-width: 150px;
}

.oceanic-header-layout-standard .site-header-top .header-info .sns-list .sns-item:first-child {
  margin-left: 0;
}

.site-header-top {
  max-width: 1140px;
  min-width: 260px;
  margin: 0 auto;
  padding: 0 22px;
  position: relative;
}

@media only screen and (max-width: 780px) {
  .oceanic-header-layout-standard .site-header-top .header-info {
    display: none;
  }
}
/* ヘッダー一時追加css */
.header-info2 {
  float: right;
  width: 460px;
  background-color: #f5f5f5;
  padding: 15px;
  box-sizing: border-box;
  margin: 25px 0 0px 0;
}

.header-info2 .header-text {
  margin: 0px auto 8px auto;
  text-align: center;
  font-weight: bold;
}

.header-info2 .header-text span {
  background-color: #7e2320;
  color: #fff;
  padding: 5px 10px;
  margin-right: 5px;
}

.header-info2 .header-tel {
  font-size: 2.2em;
  font-weight: bold;
  margin: 13px 0 0 0 !important;
  width: 56%;
  line-height: 0.7em;
  float: left;
  text-align: center;
}

.header-info2 .header-tel span {
  display: block;
  font-size: 0.5em;
  font-weight: normal;
}

.header-info2 .header-tel a {
  color: #7e2320;
}

.header-info2 .header-btn {
  float: right;
  width: 43%;
  font-size: 1.2em;
  text-align: center;
  background-color: #1599dd;
  color: #fff;
  padding: 10px;
  margin: 1px;
  font-weight: bold;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.26);
  transition: 0.3s ease-in-out;
}

.header-info2 .header-btn:hover {
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.26);
}

.header-info2 .header-btn span {
  display: block;
  font-size: 0.8em;
  line-height: 1.2em;
}

@media only screen and (max-width: 780px) {
  .header-info2 {
    display: block;
    position: fixed;
    width: 100%;
    margin: 0px;
    box-sizing: border-box;
    left: 0%;
    bottom: 0px;
    padding: 5px;
    z-index: 9999;
    box-shadow: 5px 4px 5px 6px rgba(0, 0, 0, 0.16);
  }
  .header-info2 .header-text {
    margin: 5px auto 7px auto;
    font-size: 1em;
  }
  .header-info2 .header-tel {
    font-size: 1.5em;
    width: 53%;
  }
  .header-info2 .header-tel span {
    margin-top: 5px;
  }
  .header-info2 .header-tel a {
    width: 48%;
    font-size: 1em;
  }
  .header-info2 .header-btn {
    width: 46%;
    font-size: 1.1em;
  }
}
.oceanic-header-layout-standard .site-header-top-left {
  float: none;
  height: 141px;
  padding-top: 33px;
}

.oceanic-header-layout-standard .site-header-top-left .site-title {
  width: 240px;
  margin: 0 auto;
  padding-top: 0;
}

.oceanic-header-layout-standard div.site-title.s {
  padding: 25px;
}

.oceanic-header-layout-standard .site-title img {
  max-width: 240px;
}

.header-menu-button {
  color: #626262;
}

@media only screen and (max-width: 782px) {
  .header-menu-button {
    padding: 15px 16px;
    background: #e1e1e1 !important;
    width: 50px !important;
    position: absolute !important;
    right: 0px !important;
    top: 50px !important;
    border-radius: 7px 0px 0px 7px !important;
  }
  .main-navigation {
    height: 0px !important;
  }
}
.main-navigation a:hover,
.main-navigation li.current-menu-item > a,
.main-navigation li.current_page_item > a,
.main-navigation li.current-menu-parent > a,
.main-navigation li.current_page_parent > a,
.main-navigation li.current-menu-ancestor > a,
.main-navigation li.current_page_ancestor > a,
.main-navigation button {
  background: #f2f2f2;
}

.main-navigation li.current-menu-item > a,
.main-navigation li.current_page_item > a,
.main-navigation li.current-menu-parent > a,
.main-navigation li.current_page_parent > a,
.main-navigation li.current-menu-ancestor > a,
.main-navigation li.current_page_ancestor > a {
  color: #626262;
}

.header-menu-button {
  background: #f2f2f2;
}

.main-navigation {
  background: #323232;
  height: 42px;
}

.main-navigation a {
  padding: 10px 15px 10px;
  font-weight: bold;
  color: #fff;
}

.main-navigation a:hover {
  color: #323232;
}

#menu-gnav{
  display: flex;
  justify-content: space-evenly;
}

@media screen and (max-width:768px) {
  #menu-gnav{
    display: block;
    justify-content: initial;
  }
}

.main-navigation li {
  /* width: 16.6%; */
  text-align: center;
  color: #fff;
  font-weight: bold;
}

/* 共通スタイル */
/* .main-navigation li {
  text-align: center;
  color: #fff;
  font-weight: bold;
} */

/* 1つ目の要素のスタイル */
/* .main-navigation li:nth-child(1) {
  width: 7%;
} */

/* 2つ目と3つ目の要素のスタイル (元の20%を維持) */
/* .main-navigation li:nth-child(2){
  width: 20%;
} */

/* .main-navigation li:nth-child(3) {
  width: 18%;
} */

/* 4つ目の要素のスタイル */
/* .main-navigation li:nth-child(4) {
  width: 18%;
} */

/* 5つ目の要素のスタイル (元の20%を維持) */
/* .main-navigation li:nth-child(5) {
  width: 17%;
} */

/* 6つ目の要素のスタイル */
/* .main-navigation li:nth-child(6) {
  width: 20%;
} */

/* .main-navigation li.menu-item-has-children>a {
    pointer-events: none;
} */
.main-navigation li.menu-item-has-children > a:hover {
  color: #fff !important;
}

.main-navigation li.menu-item-has-children:hover {
  color: #323232;
  background: #f2f2f2;
}

.main-navigation li.menu-item-has-children:hover > a {
  color: #323232;
}

@media only screen and (max-width: 960px) {
  .main-navigation li {
    text-align: left;
    width: 100%;
    font-size: 14px;
  }
  .main-navigation li.menu-item-has-children.open-page-item a {
    background: #f2f2f2;
    color: #323232;
  }
  .main-navigation li.menu-item-has-children.open-page-item .sub-menu a {
    padding: 8px 30px;
  }
  .main-navigation li.menu-item-has-children span {
    padding: 6px 22px;
  }
  .main-navigation li.current-menu-parent {
    background: #f2f2f2;
    color: #323232;
  }
  .main-navigation li.current-menu-parent span.menu-dropdown-btn {
    color: #323232;
  }
  .open-page-item .fa-angle-down {
    color: #323232;
  }
}
.main-navigation ul ul {
  top: 41px;
  width: 100%;
}
.main-navigation ul ul a {
  color: #323232;
  white-space: normal;
  word-wrap: break-word;
}
.main-navigation ul ul a:hover {
  background: #323232;
  color: #fff;
}

.main-navigation ul li:hover > ul {
  left: 0;
}

#menu-item-326 > a:hover,
#menu-item-25 > a:hover,
#menu-item-20 > a:hover,
.menu-item-3546 > a:hover,
.menu-item-3545 > a:hover {
  background: #323232 !important;
  color: #fff !important;
}

.site-footer {
  background: #333;
  padding-top: 45px;
  margin-top: 0;
}

.footer_h2 {
  color: white !important;
  margin-bottom: 1em;
}

@media only screen and (max-width: 780px) {
  .site-footer {
    padding: 45px 22px 0;
  }
}
@media only screen and (max-width: 780px) {
  .site-footer .inner {
    width: 100%;
  }
}
.site-footer .footer-info {
  max-width: 215px;
  margin-left: 60px;
  color: #fff;
  float: left;
}

@media only screen and (max-width: 780px) {
  .site-footer .footer-info {
    float: none;
    margin: 0 auto;
  }
}
.site-footer .footer-info .footer-logo {
  margin-bottom: 0;
}

.site-footer .footer-info .sns-list {
  font-size: 0;
  text-align: center;
  margin: 17px 0 25px;
}

.site-footer .footer-info .sns-list .sns-item {
  display: inline-block;
  width: 16px;
  margin-left: 12px;
}

.site-footer .footer-info .sns-list .sns-item img {
  vertical-align: top;
}

.site-footer .footer-info .sns-list .sns-item:first-child {
  margin-left: 0;
}

.site-footer .footer-info .store-name {
  margin-bottom: 6px;
  font-size: 14px;
}

.site-footer .footer-info .store-address {
  margin-bottom: 13px;
  font-size: 12px;
}

.site-footer .footer-info .store-tel {
  font-size: 22px;
  font-weight: bold;
  padding-left: 35px;
  background: url(../images/icn_footer_tel.png) left 2px no-repeat;
}

.site-footer .footer-menu {
  width: 430px;
  margin-right: 98px;
  float: right;
}

@media only screen and (max-width: 780px) {
  .site-footer .footer-menu {
    float: none;
    width: 92%;
    margin: 0 auto;
  }
}
.site-footer .footer-menu .footer-menu-list {
  margin: 0;
}

.site-footer .footer-menu .footer-menu-list .footer-menu-item a {
  color: #fff;
}

.site-footer .copyright {
  text-align: center;
  color: #fff;
  font-size: 10px;
  display: block;
  margin-bottom: 15px;
}

.home .main-visual,
.single-news .main-visual {
  margin-bottom: 0;
  text-align: center;
  background-color: #DADADA;
}

.home .main-visual img,
.single-news .main-visual img {
  width: 1200px;
  height: auto;
  vertical-align: top;
}

.home .home-nav-list,
.single-news .home-nav-list {
  margin: 0 auto;
  width: 1000px;
}

@media only screen and (max-width: 780px) {
  .home .home-nav-list,
  .single-news .home-nav-list {
    width: 100%;
  }
}
.home .home-nav-list .home-nav-item,
.single-news .home-nav-list .home-nav-item {
  float: left;
  margin-right: 12px;
  position: relative;
}

@media only screen and (max-width: 780px) {
  .home .home-nav-list .home-nav-item,
  .single-news .home-nav-list .home-nav-item {
    float: none;
    margin: 0;
  }
}
.home .home-nav-list .home-nav-item .home-nav-item-inner,
.single-news .home-nav-list .home-nav-item .home-nav-item-inner {
  width: 205px;
  border: 1px solid #cdcdcd;
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
}

@media only screen and (max-width: 780px) {
  .home .home-nav-list .home-nav-item .home-nav-item-inner,
  .single-news .home-nav-list .home-nav-item .home-nav-item-inner {
    background: no-repeat;
    width: auto;
    border: none;
    border-radius: 0px;
  }
}
.home .home-nav-list .home-nav-item .home-nav-item-inner .nav-img,
.single-news .home-nav-list .home-nav-item .home-nav-item-inner .nav-img {
  margin-bottom: 15px;
}

.home .home-nav-list .home-nav-item .home-nav-item-inner .nav-img a,
.single-news .home-nav-list .home-nav-item .home-nav-item-inner .nav-img a {
  font-size: 0;
  display: block;
}

.home .home-nav-list .home-nav-item:after,
.single-news .home-nav-list .home-nav-item:after {
  position: absolute;
  content: url(../images/home/shadow.png);
  width: 207px;
  height: 11px;
  bottom: -11px;
  left: 0;
  font-size: 0;
}

@media only screen and (max-width: 780px) {
  .home .home-nav-list .home-nav-item:after,
  .single-news .home-nav-list .home-nav-item:after {
    content: none;
  }
}
.home .home-nav-list .home-nav-item.home-nav-item-03 .home-nav-item-inner,
.single-news .home-nav-list .home-nav-item.home-nav-item-03 .home-nav-item-inner {
  width: 215px;
}

@media only screen and (max-width: 780px) {
  .home .home-nav-list .home-nav-item.home-nav-item-03 .home-nav-item-inner,
  .single-news .home-nav-list .home-nav-item.home-nav-item-03 .home-nav-item-inner {
    width: 100%;
  }
}
.home .home-nav-list .home-nav-item.home-nav-item-03 .home-nav-item-inner .nav-img,
.single-news .home-nav-list .home-nav-item.home-nav-item-03 .home-nav-item-inner .nav-img {
  margin-bottom: 15px;
}

.home .home-nav-list .home-nav-item.home-nav-item-05,
.single-news .home-nav-list .home-nav-item.home-nav-item-05 {
  margin-right: 0;
}

.home .home-nav-list .home-nav-item .nav-btn,
.single-news .home-nav-list .home-nav-item .nav-btn {
  margin-bottom: 15px;
}

@media only screen and (max-width: 780px) {
  .home .home-nav-list .home-nav-item .nav-btn,
  .single-news .home-nav-list .home-nav-item .nav-btn {
    margin-bottom: 8px;
  }
}
.home .home-nav-list .home-nav-item .nav-btn a,
.single-news .home-nav-list .home-nav-item .nav-btn a {
  width: 184px;
  display: block;
  margin: 0 auto;
  -moz-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5);
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  border: 1px solid #451110;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

@media only screen and (max-width: 780px) {
  .home .home-nav-list .home-nav-item .nav-btn a,
  .single-news .home-nav-list .home-nav-item .nav-btn a {
    width: 100%;
    font-size: 16px;
    border-radius: 10px;
    height: 60px;
    padding: 0;
    line-height: 60px;
  }
}
.home .home-nav-list .home-nav-item.home-nav-item-03 .home-nav-item-inner .nav-btn,
.single-news .home-nav-list .home-nav-item.home-nav-item-03 .home-nav-item-inner .nav-btn {
  margin-bottom: 15px;
}

@media only screen and (max-width: 780px) {
  .home .home-nav-list .home-nav-item.home-nav-item-03 .home-nav-item-inner .nav-btn,
  .single-news .home-nav-list .home-nav-item.home-nav-item-03 .home-nav-item-inner .nav-btn {
    margin-bottom: 8px;
  }
}
.home .sec-01,
.single-news .sec-01 {
  background: #f2f2f2;
  padding: 40px 0 30px;
}

@media only screen and (max-width: 780px) {
  .home .sec-01,
  .single-news .sec-01 {
    padding: 15px 22px 10px;
  }
}
.home .sec-02,
.single-news .sec-02 {
  margin: 0px auto 38px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #DDD;
  overflow-y: scroll;
  width: 95%;
  height: 150px;
}

.home .sec-02 h2,
.single-news .sec-02 h2 {
  width: 710px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #832422;
  line-height: 1;
  padding-bottom: 8px;
  border-bottom: 1px solid #832422;
  margin: 0 auto;
}

@media only screen and (max-width: 780px) {
  .home .sec-02 h2,
  .single-news .sec-02 h2 {
    width: 100%;
  }
}
.home .sec-02 .news-list,
.single-news .sec-02 .news-list {
  width: 690px;
  margin: 0 auto;
}

@media only screen and (max-width: 780px) {
  .home .sec-02 .news-list,
  .single-news .sec-02 .news-list {
    width: 100%;
  }
}
.home .sec-02 .news-list .news-item,
.single-news .sec-02 .news-list .news-item {
  border-bottom: 1px dotted #666;
  padding: 20px 0 0 0;
  font-size: 14px;
}

.home .sec-02 .news-list .news-item .date,
.single-news .sec-02 .news-list .news-item .date {
  color: #832422;
  margin-right: 30px;
}

.home .sec-03,
.single-news .sec-03 {
  /* width: 1000px; */
  margin-bottom: 50px;
}

@media only screen and (max-width: 780px) {
  .home .sec-03,
  .single-news .sec-03 {
    width: 100%;
  }
}
.home .sec-03 .repair-area,
.single-news .sec-03 .repair-area {
  width: 696px;
  float: left;
  border: 1px solid #ddd;
  background: #f2f2f2;
  padding: 12px 18px;
  height: 298px;
  height: 348px;
  overflow: hidden;
  border-radius: 5px;
}

@media only screen and (max-width: 780px) {
  .home .sec-03 .repair-area,
  .single-news .sec-03 .repair-area {
    width: 100%;
    float: none;
    height: auto;
    margin-bottom: 20px;
  }
}
.home .sec-03 .repair-area h3,
.single-news .sec-03 .repair-area h3 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 3px;
  background: url(../images/home/repair_line.png) left bottom no-repeat;
}

.home .sec-03 .repair-area .repair-list,
.single-news .sec-03 .repair-area .repair-list {
  overflow: hidden;
}

.home .sec-03 .repair-area .repair-list .repair-item,
.single-news .sec-03 .repair-area .repair-list .repair-item {
  width: 153px;
}

@media only screen and (max-width: 780px) {
  .home .sec-03 .repair-area .repair-list .repair-item,
  .single-news .sec-03 .repair-area .repair-list .repair-item {
    width: 22%;
    margin-left: 2%;
  }
}
@media only screen and (max-width: 780px) {
  .home .sec-03 .repair-area .repair-list .repair-item:nth-child(2n+1),
  .single-news .sec-03 .repair-area .repair-list .repair-item:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 780px) {
  .home .sec-03 .repair-area .search-area,
  .single-news .sec-03 .repair-area .search-area {
    text-align: center;
  }
}
.home .sec-03 .repair-area .txt-item,
.single-news .sec-03 .repair-area .txt-item {
  font-weight: bold;
}

.home .sec-03 .kit-area,
.single-news .sec-03 .kit-area {
  float: right;
  width: 380px;
  background: #fffae8;
  border: 2px solid #80211f;
  padding: 13px 20px 16px;
  border-radius: 5px;
  height: 348px;
}

@media only screen and (max-width: 780px) {
  .home .sec-03 .kit-area,
  .single-news .sec-03 .kit-area {
    width: 100%;
    float: none;
    height: auto;
  }
}
.home .sec-03 .kit-area .kit-01,
.single-news .sec-03 .kit-area .kit-01 {
  margin-bottom: 20px;
}

.home .sec-03 .kit-area .img-kit,
.single-news .sec-03 .kit-area .img-kit {
  border: 1px solid #888;
  margin-bottom: 0;
}

.home .sec-03 .kit-area .img-kit img,
.single-news .sec-03 .kit-area .img-kit img {
  vertical-align: top;
  width: 100%;
  height: auto;
}

.home .sec-03 .kit-area .txt-kit,
.single-news .sec-03 .kit-area .txt-kit {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 15px;
}

.home .sec-03 .kit-area .btn-kit,
.single-news .sec-03 .kit-area .btn-kit {
  margin-bottom: 0;
}

.home .sec-03 .kit-area .btn-kit a,
.single-news .sec-03 .kit-area .btn-kit a {
  width: 325px;
  display: block;
  margin: 0 auto;
  -moz-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5);
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5);
  border-radius: 27px;
  border: 1px solid #6b1c1b;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  height: 54px;
  line-height: 54px;
}

@media only screen and (max-width: 780px) {
  .home .sec-03 .kit-area .btn-kit a,
  .single-news .sec-03 .kit-area .btn-kit a {
    width: 100%;
  }
}
.home .sec-04,
.single-news .sec-04 {
  border: 1px solid #cdcdcd;
  overflow: hidden;
  /* width: 1000px; */
  margin-bottom: 50px;
  border-radius: 5px;
}

@media only screen and (max-width: 780px) {
  .home .sec-04,
  .single-news .sec-04 {
    width: 100%;
  }
}
.home .sec-04 .img-info,
.single-news .sec-04 .img-info {
  float: left;
  width: 45%;
  margin: 0 2% 0 0;
}

.home .sec-04 .img-info img,
.single-news .sec-04 .img-info img {
  vertical-align: top;
}

@media only screen and (max-width: 780px) {
  .home .sec-04 .img-info,
  .single-news .sec-04 .img-info {
    float: none;
    width: 100%;
  }
  .home .sec-04 .img-info img,
  .single-news .sec-04 .img-info img {
    width: 100%;
    height: auto;
  }
}
.home .sec-04 .info-list,
.single-news .sec-04 .info-list {
  float: left;
  width: 51%;
  margin: 0;
}

@media only screen and (max-width: 780px) {
  .home .sec-04 .info-list,
  .single-news .sec-04 .info-list {
    float: none;
    width: 100%;
  }
}
.home .sec-04 .info-list .info-item,
.single-news .sec-04 .info-list .info-item {
  border-bottom: 1px dotted #666;
  padding: 12.5px 0;
}

.home .sec-04 .info-list .info-item.last,
.single-news .sec-04 .info-list .info-item.last {
  border: none;
}

.home .sec-04 .info-list .head,
.single-news .sec-04 .info-list .head {
  color: #832422;
  width: 23%;
  float: left;
  margin-bottom: 0;
  font-size: 15px;
}

@media only screen and (max-width: 780px) {
  .home .sec-04 .info-list .head,
  .single-news .sec-04 .info-list .head {
    width: 36%;
    padding-left: 30px;
  }
}
.home .sec-04 .info-list .desc,
.single-news .sec-04 .info-list .desc {
  width: 73%;
  font-size: 15px;
  float: left;
  margin-bottom: 0;
}

@media only screen and (max-width: 780px) {
  .home .sec-04 .info-list .desc,
  .single-news .sec-04 .info-list .desc {
    width: 60%;
  }
}
.entry-title {
  font-size: 32px;
  margin: 50px auto 20px;
  font-weight: bold;
}

.ttl_03 {
  background: url(../images/page/under_line.png) left bottom no-repeat;
  line-height: 1.3;
  padding-bottom: 7px;
  margin-top: 45px;
  font-weight: bold;
}

.freepage_box {
  border: 2px dotted #C1354F;
  padding: 10px 20px 0px 20px !important;
  margin: 25px 0px 15px 0px;
}

.syuuri_tel {
  background-color: #fefbf0;
  padding: 15px 59px;
  margin: 15px 0;
  text-align: center;
  overflow: hidden;
  border: 1px solid #513b2a;
}

.syuuri_tel .txt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0;
}

.syuuri_tel .btn_left {
  float: left;
  width: 320px;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1;
}

@media only screen and (max-width: 780px) {
  .syuuri_tel .btn_left {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
}
.syuuri_tel .btn_right {
  float: right;
  width: 320px;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1;
}

@media only screen and (max-width: 780px) {
  .syuuri_tel .btn_right {
    float: none;
    width: 100%;
  }
}
.inner-main {
  /* width: 800px; */
  line-height: 1.3em;
  margin: 0 auto;
}

@media only screen and (max-width: 780px) {
  .inner-main {
    width: 100%;
  }
}
.inner-main p {
  font-size: 15px;
  line-height: 1.6em;
}

.syuuri_q {
  margin: 25px 0 5px 0;
  text-decoration: underline;
  font-size: 15px;
  font-weight: bold;
  padding-left: 25px;
  line-height: 1.9;
  background: url(../images/page/q.gif) left 2px no-repeat;
}

.syuuri_a {
  margin-bottom: 5px;
  font-size: 13px;
  padding-left: 25px;
  line-height: 1.9;
  background: url(../images/page/a.gif) 5px 5px no-repeat;
}

hr.hr_style {
  border: 0;
  border-bottom: 1px dashed #FFFFFF;
  background: #CCC;
  margin: 10px 30px;
}

.oh_main .caution-area li {
  margin-bottom: 0;
}

.oh_main {
  line-height: 1.3em;
  margin: 0 auto;
}
.oh_main * {
  line-height: 1.9em;
}
.oh_main div {
  padding: 0;
  margin-bottom: 20px;
}
.oh_main li {
  margin-left: 20px;
}
.oh_main table {
  margin-right: auto;
  margin-left: auto;
  border-top-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-left-style: solid;
  border-top-color: #999;
  border-left-color: #999;
  margin-top: 10px;
}

@media only screen and (max-width: 780px) {
  .oh_main table {
    width: 100%;
  }
}
.oh_main table td {
  padding: 10px;
  text-align: center;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #999;
  border-bottom-color: #999;
  font-size: 14px;
  vertical-align: middle;
}

.oh_main .tr1 {
  background: #FCFCFC;
}

.oh_main .tr2 {
  background: #F0F0F0;
}

.oh_main .black {
  color: #000000;
}

.oh_main .normal {
  font-weight: normal !important;
}

.oh_main .red2 {
  color: #FF0000;
}

.oh_main .bold {
  font-weight: bold !important;
}

.oh_main .td1 {
  width: 50%;
  font-weight: bold;
}

@media only screen and (max-width: 780px) {
  .oh_main .td1 {
    width: 52%;
  }
}
.oh_main table span {
  font-size: 0.8em;
  color: #990000;
}

.oh_main .oh_td1 {
  margin-top: 4px;
  background-color: #882319;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  color: #FFF;
}

.oh_main h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0;
}

.oh_main h4 {
  font-size: 1.2em;
  font-weight: bold;
  background: #f3f3f3;
  padding: 7px 10px;
  margin: 35px 0 15px 0;
}

.oh_main h5 {
  font-size: 1.3em;
  margin-bottom: 1.1px;
  text-align: center;
}

.oh_main ul {
  margin-bottom: 10px;
  margin-top: 10px;
  list-style: disc outside;
  margin-left: 1em;
}

.oh_main p {
  margin-top: 0.3em;
  margin-bottom: 1.1em;
}

.oh_main h3 span {
  font-size: 0.6em !important;
  line-height: 1.2em;
  display: block;
  margin-top: 0.3em;
}

.oh_main .oh_p1 {
  font-size: 1.2em;
  font-weight: bold;
  color: #C00;
  margin: 0px !important;
  padding: 0px !important;
}

.oh_main ul span {
  font-weight: bold;
  color: #C00;
  margin-bottom: 10px;
  display: block;
  font-size: 1.2em;
}

.oh_main .oh_div1 {
  border: 1px solid #C00 !important;
}

.oh_main .qa {
  border: 1px solid #999 !important;
}

.oh_main .qa p {
  margin-top: 5px;
  margin-left: 32px;
}

.oh_main .q {
  background-image: url(https://housekihiroba.jp//img/usr2/sell_qa_q.gif);
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 1.2em;
  font-weight: bold;
  padding-left: 30px;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
  margin-left: 0px !important;
}

.oh_main .a {
  background-image: url(https://housekihiroba.jp//img/usr2/sell_qa_a.gif);
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 1.2em;
  font-weight: bold;
  padding-left: 30px;
  margin-bottom: 10px !important;
  margin-top: 20px !important;
  margin-left: 0px !important;
}

.oh_main .all-price-area .ttl_03 {
  margin-top: 50px;
}

.oh_main .all-price-area .ttl_03.price-area-5 {
  margin-top: 0;
}

.custom01 {
  position: absolute;
  margin-top: 15px;
  font-size: 14px !important;
}

@media only screen and (max-width: 780px) {
  .custom01 {
    position: static;
  }
}
.custom02 {
  left: -10px;
  position: relative;
}

@media only screen and (max-width: 780px) {
  .custom02 {
    position: static;
    left: 0;
  }
}
.custom03 {
  position: relative;
}

@media only screen and (max-width: 780px) {
  .custom03 {
    position: static;
  }
}
.custom03 .custom04 {
  position: absolute;
  top: 110px;
  right: 31px;
}

@media only screen and (max-width: 780px) {
  .custom03 .custom04 {
    position: static;
    top: 0;
    right: 0;
  }
}
.custom05 {
  position: relative;
}

@media only screen and (max-width: 780px) {
  .custom05 {
    position: static;
  }
}
.custom05 .custom06 {
  position: absolute;
  top: 1px;
  right: 31px;
}

@media only screen and (max-width: 780px) {
  .custom05 .custom06 {
    display: none;
  }
}
.custom07 {
  float: left;
  width: 35%;
}

.custom07 a {
  display: block;
}

@media only screen and (max-width: 780px) {
  .custom07 {
    float: none;
    width: 100%;
    margin-right: 0 !important;
  }
}
.custom08 {
  float: left;
  width: 25%;
}

.custom08 a {
  display: block;
}

@media only screen and (max-width: 780px) {
  .custom08 {
    float: none;
    width: 100%;
    margin-right: 0 !important;
  }
}
.custom09 {
  float: left;
  width: 59%;
}

@media only screen and (max-width: 780px) {
  .custom09 {
    float: none;
    width: 100%;
  }
}
.custom10 {
  float: right;
  width: 40%;
}

@media only screen and (max-width: 780px) {
  .custom10 {
    float: none;
    width: 100%;
    text-align: center;
  }
}
.custom11 {
  float: left;
  width: 60%;
}

@media only screen and (max-width: 780px) {
  .custom11 {
    float: none;
    width: 100%;
  }
}
.custom12 {
  float: right;
  width: 39%;
}

@media only screen and (max-width: 780px) {
  .custom12 {
    float: none;
    width: 100%;
  }
}
.custom13 {
  font-size: 0;
  text-align: center;
}

.custom13 p {
  display: inline-block;
  margin-bottom: 15px;
}

@media only screen and (max-width: 780px) {
  .custom13 p {
    width: 50%;
    margin-bottom: 0;
  }
}
.single .hentry {
  border: none;
}

@media only screen and (max-width: 780px) {
  .single .hentry {
    margin: 0 0 50px;
    padding: 0;
  }
}
.single .single-repair-area {
  width: 100%;
}

@media only screen and (max-width: 780px) {
  .single .single-repair-area {
    width: 100%;
  }
}
.single .info-area {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
  padding: 1em 0;
}

.info-area h2 {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  padding: 0.5em 0 0;
}

@media only screen and (max-width: 780px) {
  .single .info-area {
    width: 100%;
  }
}
.single .info-area .repair-name {
  background: #782223;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 5px 15px;
  line-height: 1.3;
}

@media only screen and (max-width: 780px) {
  .single .info-area .repair-name {
    margin-bottom: 10px;
  }
}
.single .pic-area {
  width: 48%;
}

@media only screen and (max-width: 780px) {
  .single .info-area .repair-info {
    margin-bottom: 20px;
    margin: 0 calc(50% - 50vw) 1em;
    width: 100vw;
  }
}
@media only screen and (max-width: 780px) {
  .single .pic-area,
  .single .repair-info {
    width: 100%;
  }
}
@media only screen and (max-width: 780px) {
  .single .pic-area .pic-main {
    margin-bottom: 6px;
  }
}
.single .pic-area .pic-main img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

@media only screen and (max-width: 780px) {
  .single .pic-area .pic-sub {
    margin-bottom: 20px;
  }
}
.single .pic-area .pic-sub-list {
  font-size: 0;
}

.single .pic-area .pic-sub-list .pic-sub-item {
  display: inline-block;
  width: 24%;
  cursor: pointer;
  vertical-align: top;
  margin: 0.5% !important;
}

@media only screen and (max-width: 780px) {
  .single .pic-area .pic-sub-list .pic-sub-item {
    margin: 0.5% !important;
    width: 24%;
  }
}
.single .pic-area .pic-sub-list .pic-sub-item img {
  width: 100%;
  height: auto;
}

.single .pic-area .pic-sub-list .pic-sub-item:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 780px) {
  .single .pic-area .pic-sub-list .pic-sub-item:first-child {
    margin-left: 0;
  }
}
.single .other-repair-head {
  width: 1040px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 4px solid #782223;
}

@media only screen and (max-width: 780px) {
  .single .other-repair-head {
    width: 100%;
    padding: 0 22px;
  }
}
.single .other-repair-head .repair-list .repair-item {
  width: 160px;
}

.single .other-repair-area {
  padding: 20px 0;
}

.single .other-repair-area .repair-list {
  width: 1040px;
  margin: 0 auto;
  text-align: left;
}

@media only screen and (max-width: 780px) {
  .single .other-repair-area .repair-list {
    width: 100%;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 780px) {
  .single .other-repair-area .repair-list .repair-item {
    width: 48.5%;
  }
}
@media only screen and (max-width: 780px) {
  .single .other-repair-area .repair-list .repair-item:first-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 780px) {
  .single .other-repair-area .repair-list .repair-item:nth-child(odd) {
    margin-left: 0;
  }
}
.single .other-repair-area .search-area {
  text-align: center;
  background-color: #f5f5f5;
  padding: 5px;
  margin: 15px 0;
}

@media only screen and (max-width: 780px) {
  .archive .repair-list {
    width: 100%;
  }
}
@media only screen and (max-width: 780px) {
  .archive .repair-item {
    width: 45.5%;
  }
}
@media only screen and (max-width: 780px) {
  .archive .repair-item:first-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 780px) {
  .archive .repair-item:nth-child(odd) {
    margin-left: 0;
  }
}
/* ここから追加分 */
.entry-title {
  line-height: 1.1em;
}
.entry-title span {
  font-size: 0.7em;
}
.entry-title font {
  color: #832422;
  font-weight: bold;
}

@media only screen and (max-width: 780px) {
  .entry-title {
    font-size: 2em;
  }
  .ttl_03 {
    font-size: 1.3em;
  }
}
.freepage_box > ul {
  line-height: 2em;
  list-style: outside;
}

.ttl_03:first-child {
  margin-top: 20px;
}

/* 修理料金リストCSS */
.s_brand_ryokin_list {
  margin: 0 !important;
}

.s_brand_ryokin_list li {
  width: 32%;
  float: left;
  height: 50px;
  background-color: #4b2929;
  border: #CCC 3px solid;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #832422;
  line-height: 1.7em;
  padding-left: 9%;
  background: -15px -35px no-repeat;
  list-style: none;
  margin: 0.5%;
}

@media only screen and (max-width: 780px) {
  .s_brand_ryokin_list li {
    width: 49%;
    padding-left: 17%;
    height: 70px;
  }
}
@media only screen and (min-width: 780px) {
  .s_brand_ryokin_list > a > li.btn_list {
    line-height: 3.5em;
  }
}
.s_brand_ryokin_list li:hover {
  background: -15px -40px no-repeat;
  text-decoration: underline;
}

.top_modoru {
  float: right;
  margin-top: 10px;
}

.tyuui_modoru {
  float: left;
  margin-top: 10px;
  color: #FF0000 !important;
  text-decoration: underline !important;
  font-weight: bold !important;
}

.tyuui_modoru:hover {
  text-decoration: none !important;
}

.syuuri_tel {
  padding: 15px 35px !important;
}

.syuuri_tel img {
  max-width: none !important;
}

.entry-content {
  padding: 0 !important;
}

@media only screen and (max-width: 780px) {
  .syuuri_tel img {
    max-width: 100% !important;
  }
  .syuuri_tel {
    padding: 15px 5px !important;
  }
}
.footer-menu a {
  color: #fff !important;
}

.footer-menu li {
  margin-bottom: 10px;
}

.footer-info a {
  color: #e79a98 !important;
  text-decoration: underline;
}

.footer-info a:hover {
  color: #fff !important;
  text-decoration: none;
}

.news-item .date {
  display: block;
  float: left;
  height: 40px;
}

.rolex_text1 {
  background-image: url("https://housekihiroba-repair.jp/wp-content/uploads/2016/02/rolex_p.jpg");
  background-repeat: no-repeat;
  background-position: right 0px;
}

@media only screen and (max-width: 780px) {
  .rolex_text1 {
    background-image: none;
  }
}
.caution-area {
  margin-left: 1em !important;
}

/* 価格ページ事例表示用　*/
.price_item {
  padding: 0 !important;
}

.price_item h2 {
  color: #5E5E5E !important;
  margin: 35px 0 0 0 !important;
}

.price_item .entry-content {
  margin-bottom: 0 !important;
}

.price_item .post-loop-content {
  padding: 0 !important;
}

.price_item li {
  margin-left: 0 !important;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.price_item li .repair-item {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.price_item .repair-list .repair-item {
  background-color: #f3f3f3;
  padding: 15px;
  margin: 1%;
}

.price_item2 .repair-list .repair-item {
  width: 48%;
}

.price_item2 {
  margin: 0.5em 0 2.5em 0 !important;
  float: none !important;
}

.price_item .post-loop-content {
  margin-bottom: 0 !important;
}

.price_item .repair-list .repair-item .img-item {
  border: none !important;
  float: left;
  width: 35%;
  margin-right: 1.5%;
}

.price_item .repair-list .repair-item .txt-item {
  font-weight: 500 !important;
  float: left;
  width: 63%;
}

.price_item p {
  line-height: 1.7em !important;
  margin-bottom: 0.3em !important;
}

.oh_td1 span {
  color: #FFF !important;
}

.repair-item div {
  padding: 0px !important;
}

.txt-item span {
  color: #3e3e3e !important;
  margin-bottom: 8px !important;
}

.repair_cont {
  font-size: 0.9em !important;
  display: block;
}

.txt-item {
  margin-bottom: 0px !important;
}

.repair_price_details {
  display: block;
  margin-top: 4px;
  padding: 6px 0 2px 0.5em;
  font-size: 0.9em;
  line-height: 1.6;
  border-top: 1px dashed #ccc;
}

.repair_price_detail_item {
  display: block;
  color: #555 !important;
  margin-bottom: 2px !important;
}

.repair_price_details_label {
  display: block;
  font-weight: bold;
  color: #666 !important;
  margin-bottom: 2px !important;
  font-size: 0.95em;
}

.repair_price_detail_item::before {
  content: "└ ";
  color: #aaa;
}

.price_item2 .model_txt,
.price_item2 .repair_price {
  font-size: 15px;
  font-weight: bold;
}

.price_item2 .model_txt {
  display: block;
}

.repair_comment {
  width: 100%;
  display: block;
  clear: both;
  color: #000;
  font-size: 12px;
  margin-top: 0.7em;
  border-top: 3px #fff dotted;
  padding-top: 0.7em;
}

.repair_comment br {
  display: none;
}

@media (max-width: 800px) {
  .price_item .repair-list .repair-item {
    width: 100% !important;
    background-color: #f0f0f0;
    padding: 7px;
    margin: 0 0 10px;
  }
  .repair-list .repair-item {
    margin: 10px 0;
  }
  .mid_h3,
  .archive .entry-title,
  .top_text .top_h2 {
    font-size: 2rem !important;
  }
}
/* トップページボタンここから */
.top_btm_box_bk {
  background-color: #F2F2F2 !important;
  padding: 27px 0 !important;
}

.top_btm_box {
  max-width: 1000px !important;
  margin: 0px auto !important;
}

.top_btm {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}

.top_btm a {
  text-align: center;
  margin: 5px 0;
}

.top_btm dl {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #832422;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin: 0 5px;
  box-shadow: 0px 3px 7px 2px rgba(0, 0, 0, 0.2);
}

.top_btm dl.last {
  margin-right: 0;
}

.top_btm dl dt {
  font-size: 14px;
  padding: 18px 0;
  background-color: #fff;
  color: #882319;
  text-align: center;
  line-height: 1.2;
  border-bottom: 1px solid #882319;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.top_btm .on_br {
  padding: 10px 0;
}

.top_btm dl dd {
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin: 0;
  background-color: #832422;
  height: 138px;
}

.top_btm dl dd img {
  width: 100%;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.top_btm dl dd img:hover {
  opacity: 1;
}

.top_btm a:hover dl {
  border: 1px solid #bb5956;
}

.top_btm a:hover dl dt {
  background-color: #882319;
  color: #fff;
}

.top_btm a:hover dl dd {
  background-color: #bb5956;
}

.top_btm a:hover dl dd img {
  transform: scale(1.05);
}

@media only screen and (max-width: 780px) {
  .top_btm a {
    width: 33%;
  }
  .top_btm dl {
    width: 95%;
  }
  .top_btm dl dd {
    height: 100px;
  }
  .top_btm dl dd img {
    position: relative;
    height: 100%;
  }
  .top_btm dl dt {
    font-size: 11px;
  }
}
/* トップページボタンここまで */
/* ここから各ページトップテキスト用　*/
.top_text {
  padding: 0;
  max-width: 1000px;
  margin: 15px auto;
}

.top_text:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.top_text2:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.top_text div,
.top_text2 div {
  float: left;
  padding: 0;
}

.top_text .top_text_in_box2,
.top_text2 .top_text_in_box2 {
  width: 50%;
  padding: 0;
}

.top_text h2 {
  color: #5E5E5E;
  line-height: 1em;
  margin-bottom: 0.9em;
}

.top_text .img {
  width: 46%;
  float: left;
  margin-right: 0;
}

.top_text2 .img {
  width: 46%;
  float: right;
  margin-right: 0;
}

.top_text img {
  width: 100%;
}

.top_text2 img {
  width: 100%;
}

.top_text_in_box {
  width: 30% !important;
  margin: 1.5% !important;
}

.top_text_in_box .img {
  border-radius: 5px;
  width: 100%;
  margin-bottom: 0px;
}

.top_text_in_box .img img {
  border-radius: 5px;
  border: 1px solid #832422;
}

.top_text_in_box h3 {
  display: inline-block;
  padding: 1px 0 0 34px;
  height: 27px;
  margin: 13px 0;
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: bold;
}

.top_text_in_box p {
  font-size: 1em;
  line-height: 1.4em;
}

.top_text_in_box .icon1 {
  background: url(../images/svg/coin-yen.svg) no-repeat 0px 0px;
  background-size: 25px 25px;
}

.top_text_in_box .icon2 {
  background: url(../images/svg/cog.svg) no-repeat 0px 0px;
  background-size: 25px 25px;
}

.top_text_in_box .icon3 {
  background: url(../images/svg/wrench.svg) no-repeat 0px 0px;
  background-size: 25px 25px;
}

.top_text_in_box h3:before {
  content: "";
}

/* .top_text .top_h2 {
  margin: 45px 0 5px 0;
  font-size: 2.2em;
  background: url(../images/page/hand_icon.png) no-repeat 0px -4px;
  padding: 10px 0px 15px 35px;
  display: block;
  border-bottom: 2px solid #832422;
  font-weight: bold;
} */
/* .top_text .top_h2 span {
  padding: 0 20px;
} */
.mid_h3,
.archive .entry-title,
.top_h2 {
  margin: 2em 0 0;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  padding: 0 0 0.5em;
  line-height: 2.5rem !important;
}

.mid_h3:after,
.archive .entry-title:after,
.top_h2:after {
  content: "";
  display: block;
  border-bottom: dotted 4px #ddd;
  width: 50%;
  margin: 0.5em auto 0;
}

/* .mid_h3 {
  margin: 35px 0 5px 0;
  font-size: 2.4em;
  background: url(../images/page/hand_icon.png) no-repeat 0px 0px;
  padding: 9px 0px 0px 55px;
  display: block;
  border-bottom: 2px solid #832422;
  font-weight: bold;
  line-height: 1.5em !important;
} */
@media only screen and (max-width: 780px) {
  .top_text_in_box {
    width: 97% !important;
  }
  .top_text_in_box .img {
    width: 40% !important;
    margin-right: 10px !important;
  }
  .top_text_in_box h3 {
    margin: 0px 0 5px 0 !important;
    font-size: 1.2em !important;
  }
  .top_text .top_h2 {
    font-size: 1.8em !important;
  }
}
/* ここまで各ページトップテキスト用　*/
a img:hover {
  opacity: 0.5;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* ここから事例項目追加用　*/
.pic-sub-item p {
  font-size: 12px;
  font-weight: 500;
  padding: 3px 10px;
}

.repair-info {
  width: 50%;
  margin-right: 2%;
  background-color: #f5f5f5;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.7em;
}
.repair-info #symptoms {
  /*タグクラウドのデザイン*/
  /*タグクラウド角を尖らせる*/
  /*タグクラウドマウスオーバー時*/
}
.repair-info #symptoms a {
  position: relative;
  background: #7e2320;
  display: inline-block;
  height: 36px;
  color: #fff;
  line-height: 35px;
  margin: 5px 10px;
  padding: 0 5px;
  text-decoration: none;
  font-size: 12px;
}
.repair-info #symptoms a:before {
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-right: 15px solid #7e2320;
  content: "";
  display: block;
  margin-left: -15px;
  position: absolute;
  left: 0;
}

.repair-info table {
  margin: 0;
  width: 100%;
  font-size: 15px;
}

.repair-info table tr {
  margin-bottom: 1px;
  display: table;
  width: 100%;
  border-top: dotted 2px #c0c0c0;
}

.repair-info table td {
  padding: 18px 10px;
}

.repair-info table td:nth-of-type(odd) {
  width: 25%;
  text-align: center;
  border-right: dotted 2px #c0c0c0;
}

p.pic-main {
  margin-bottom: 0.5em;
}

.comment-area {
  background-color: #f5f5f5;
  padding: 0.8em;
}
.comment-area h2 {
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
  padding: 0.5em;
  border-bottom: dotted 2px #c5c5c5;
}
.comment-area .comment-txt {
  font-size: 15px;
}

@media only screen and (max-width: 780px) {
  .comment-area {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
/* ここからフッター修理ブランドリンク用　*/
.fbox:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.bland_link * {
  color: #FFFFFF !important;
}

.bland_link .bland_link_in {
  width: 25%;
  float: left;
  line-height: 2em;
}

.s_brand_ryokin_list p {
  display: none;
}

@media only screen and (max-width: 780px) {
  .bland_link .bland_link_in {
    width: 100%;
    float: left;
  }
}
/* 修理料金トップコンテンツ用 */
.box_double div {
  float: left;
  margin: 0 2% !important;
}

.box_double p {
  margin: 0 2% !important;
}

.box_double div img {
  width: 100%;
}

.text_img div:nth-of-type(1) {
  width: 60%;
}

.text_img div:nth-of-type(2) {
  width: 32%;
}

.img_text div:nth-of-type(1) {
  width: 32%;
}

.img_text div:nth-of-type(2) {
  width: 60%;
}

@media only screen and (max-width: 780px) {
  .img_text div:nth-of-type(1) {
    width: 50%;
  }
}
/* 下部バナー変更用 */
.syuuri_tel2 {
  background-color: #F2F2F2;
  padding: 10px 0;
}

.syuuri_tel2 a {
  float: left;
  width: 31%;
  margin: 1%;
}

.syuuri_tel2 p {
  text-align: center;
  font-size: 1.5em;
  padding-top: 15px;
  margin-bottom: 0 !important;
}

.syuuri_tel2 a img {
  width: 100%;
}

@media only screen and (max-width: 780px) {
  .syuuri_tel2 a {
    float: left;
    width: 96%;
    margin: 5px 2%;
  }
}
/* ヘッダh1,h2 */
header .site-header-top h1 {
  position: absolute;
  font-size: 1em;
  padding-top: 5px;
  color: #a2a2a2;
}

@media screen and (max-width:768px){
  header .site-header-top h1 {
    position: initial;
  }
}

header .site-header-top h2 {
  position: absolute;
  font-size: 1em;
  padding-top: 5px;
  color: #a2a2a2;
}

.n2-ss-align {
  background-color: #dedede;
}

/* トップページメニューバナー */
.top_btm_box_bk:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.top_btm_box_bk {
  background-color: #ddd;
}

/* .top_btm2 {} */
.top_btm2 dl {
  width: 31.9%;
  float: left;
  /*  border: solid 1px #a22216; */
  margin: 8px 0.7%;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  background-color: #FFF;
  box-shadow: 2px 2px 5px #6f6f6f;
  background-image: url(https://housekihiroba-repair.jp/wp-content/uploads/2017/06/sankaku_icon1.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 3%;
}

.top_btm2 dl:hover {
  transition: all 0.4s;
  background-color: #832422;
  background-image: url(https://housekihiroba-repair.jp/wp-content/uploads/2017/06/sankaku_icon2.png);
}

.top_btm2 dl:hover h2 {
  transition: all 0.4s;
  color: #FFFFFF;
}

.top_btm2 dl:hover p {
  transition: all 0.4s;
  color: #CCC;
}

.top_btm2 dt {
  width: 70%;
  float: right;
  text-align: center;
  display: inline-table;
  vertical-align: middle;
}

.top_btm2 dt h2 {
  font-size: 1.3em;
  font-weight: bold;
  color: #a22216;
  margin: 0px;
  padding: 0 0 3% 0;
}

.top_btm2 dt p {
  font-size: 0.8em;
  color: #666666;
  padding: 0 7%;
  margin-bottom: 0;
}

.top_btm2 dd {
  width: 28%;
  float: left;
  margin: 0 2% 0 0;
  overflow: hidden;
}

.top_btm2 dd img {
  width: 100%;
  vertical-align: bottom;
}

.top_btm2 dl dd img {
  width: 100%;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.top_btm2 a:hover dl dd img {
  transform: scale(1.05);
  opacity: 1;
}

@media only screen and (max-width: 1000px) {
  .top_btm2 dt h2 {
    font-size: 1em;
  }
  .top_btm2 dt p {
    font-size: 0.7em;
  }
}
@media only screen and (max-width: 780px) {
  .top_btm2 dl {
    width: 96%;
    margin: 2px 3%;
  }
  .top_btm2 dt {
    width: 83%;
  }
  .top_btm2 dd {
    width: 17%;
  }
  .top_btm2 dt h2 {
    font-size: 1em;
  }
  .top_btm2 dt p {
    font-size: 0.7em;
  }
}
/* オーバーホール工程 */
.oh_line dl {
  border: solid 1px #ddd;
  padding: 10px 15px 10px 15px;
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  min-height: 140px;
  margin: 0 0 15px;
}

.oh_line dt {
  float: left;
  width: 40%;
  font-size: 0.8em;
  text-align: center;
  background-color: #fff;
  border-left: solid 5px #882319;
  margin-right: 2%;
}

.oh_line dt h3 {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 0;
  padding: 10px;
  font-weight: bold;
}

.oh_line dt h3:first-letter {
  font-size: 2em;
  color: #882319;
  vertical-align: middle;
  margin-right: 10px;
}

.oh_line dd {
  float: left;
  margin: 0px;
  width: 60%;
}

.oh_line dd p {
  margin: 0px !important;
}

@media only screen and (max-width: 780px) {
  .oh_line dl {
    display: block;
    min-height: auto;
    padding: 0;
  }
  .oh_line dt h3 {
    margin-bottom: 15px;
  }
  .oh_line dt,
  .oh_line dd {
    width: 100%;
    float: none;
  }
  .oh_line dd {
    padding: 0 0.5em 0.5em;
  }
  .oh_line dt h3 {
    margin-bottom: 0.5em;
  }
}
.up_c_link a {
  float: right;
  margin: 15px 0;
  text-decoration: underline;
}

/* 各ブランドトップここから */
.repair_btop {
  background-color: #F6F6F6;
  font-family: "游ゴシック";
  color: #333;
  padding: 15px 0 !important;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.repair_btop .box_1 {
  max-width: 1140px;
  margin: 0 auto;
}

.repair_btop .box_2 {
  margin: 0 15px;
}

.repair_btop .box_3,
.repair_btop .box_4,
.repair_btop .box_5 {
  float: left !important;
}

.repair_btop .box_3 {
  width: 42%;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-right: 3%;
}

.repair_btop .box_3 h2 {
  display: block;
  border-bottom: solid 3px #333;
  line-height: 1.3em;
  padding-bottom: 7px;
  font-size: 1.8em;
  color: #333;
}

.repair_btop .box_3 h2 br {
  line-height: 1em;
}

.repair_btop .box_3 p {
  font-size: 93%;
  margin-top: 8px;
  font-weight: bold;
  color: #767676;
}

.repair_btop .box_4 {
  width: 19%;
  margin-right: 1%;
}

.repair_btop .box_4 img,
.repair_btop .box_5 img {
  width: 100%;
}

/* .repair_btop .box_4 img:first-child {
    margin-bottom:10px;
} */
.repair_btop .box_5 {
  width: 35%;
}

.repair_btop .box_6 {
  margin: 20px 15px 0 15px;
}

.repair_btop .box_6 .pc {
  width: 30.5%;
  margin-right: 4%;
  float: left;
}

.repair_btop .box_1,
.repair_btop .box_2,
.repair_btop .box_3,
.repair_btop .box_4,
.repair_btop .box_5,
.repair_btop .box_6 {
  margin-bottom: 0px !important;
}

.repair_btop .box_6 img:nth-of-type(5) {
  margin-right: 0;
}

.repair_btop .fbox {
  zoom: 100%;
}

.repair_btop .fbox:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.box_text_img {
  display: flex;
}

.box_text_img img {
  margin-left: 0.5em;
}

@media only screen and (max-width: 780px) {
  .box_text_img img {
    display: none;
  }
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.repair_btop .pc {
  display: block !important;
}

.repair_btop .sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  .repair_btop .pc {
    display: none !important;
  }
  .repair_btop .sp {
    display: block !important;
  }
  .repair_btop .box_6 img {
    width: 100%;
    margin: 5px auto;
  }
  .repair_btop .box_3 {
    width: 100%;
    margin-right: 0;
  }
  .repair_btop .box_4 {
    width: 100%;
    margin-right: 0;
  }
  .repair_btop .box_5 {
    display: none;
  }
  /* .repair_btop .box_4 img:first-child {
        margin-bottom:0;
    } */
  .repair_btop .box_4 img {
    margin: 10px 1% 0;
    float: left;
    width: 31%;
  }
  .site-container {
    padding: 0 10px !important;
  }
  .site-main {
    padding: 0 !important;
  }
}
/* 各ブランドトップここまで */
.btn_06 {
  display: block;
  text-align: center;
  background-color: #f67100;
  width: 70%;
  margin: 15px auto;
  padding: 7px;
  border-radius: 28px;
  color: #fff;
  font-weight: bold;
  border: solid 3px #f67100;
}

.btn_06:hover {
  background-color: #fff;
  color: #f67100;
  border: solid 3px #f67100;
  transition: 0.5s;
}

.site-container {
  max-width: 1140px;
  min-width: 260px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.site-main {
  padding: 0 22px;
}

/* 問い合わせバナー整形 */
.bn_base {
  min-height: 141px;
  float: none !important;
}

.bn_100 {
  background-color: #f5f5f5;
  padding: 15px !important;
  width: 100%;
  font-weight: bold;
  position: relative;
  margin: 40px auto !important;
  max-width: 1000px;
}

.bn_101 {
  float: left;
  width: 45%;
  margin-bottom: 0px !important;
}

.bn_101 p {
  padding: 10px 0;
  margin-bottom: 0px !important;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5em !important;
}

.bn_102 {
  float: left;
  width: 55%;
  background-color: #1699dd;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.26);
  transition: 0.2s ease-in-out;
  margin: 3px 0px 0px 0;
}

.bn_102:hover {
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.26);
  margin: 0px 0px 3px 0;
}

.bn_102 p {
  color: #fff;
  text-align: center;
  padding: 10px 5px 16px 5px;
  font-size: 2.1em !important;
  line-height: 2.2rem !important;
  margin: 0 !important;
}

.bn_102 span {
  font-size: 1.5rem;
  display: block;
}

.bn_103 {
  position: absolute;
  display: inline-block;
  z-index: 999;
  left: -11px;
  top: -16px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #7e2320;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 15px;
  transform: rotate(-15deg);
  padding-top: 1.2em !important;
}

.bn_103 span {
  transform: translateY(-50%);
  display: block;
  line-height: 1.2em !important;
  text-align: center;
}

@media only screen and (max-width: 500px) {
  .bn_base {
    min-height: 190px;
  }
  .bn_100 {
    padding: 0px 10px 10px 10px;
    width: 100%;
  }
  .bn_101 {
    width: 100%;
  }
  .bn_102 {
    width: 100%;
  }
}
/*# sourceMappingURL=style_custom.css.map */