/*
Theme Name: yane2019
*/
@charset "utf-8";

/* ========== 全体 ========== */
html,
body,
header,
footer,
div,
h1,
h2,
h3,
h4,
span,
section,
article,
p,
ul,
li,
dl,
dt,
dd,
table,
thead,
tbody,
th,
td,
input,
select {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.6;
  list-style: none;
  box-sizing: border-box;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM,
    "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    sans-serif;
}

body {
  background: #fff;
}
img {
  width: 100%;
  height: auto;
}

/* ========== 汎用class ========== */
.bold {
  color: #a02020;
  font-weight: bold;
}
.bold_g {
  color: #478e23;
  font-weight: bold;
}
/* 文字寄せ */
.textR {
  text-align: right;
}
.textC {
  text-align: center;
}
/* .linkBtn */
.linkBtn,
.linkBtnD {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 15px;
}
.linkBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  width: 345px;
  height: 55px;
}
.linkBtnD a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  width: 345px;
  height: 72px;
}
.linkBtn.or01 a {
  color: #fff;
  background: url(/wp-content/themes/yane2019/img/bg_btn_orange1_1.png)
    no-repeat;
  background-size: 100% auto;
}
.linkBtn.or02 a {
  color: #ea7f1f;
  background: url(/wp-content/themes/yane2019/img/bg_btn_orange1_2.png)
    no-repeat;
  background-size: 100% auto;
}
.linkBtnD.or01d a {
  color: #fff;
  background: url(/wp-content/themes/yane2019/img/bg_btn_orange2_1.png)
    no-repeat;
  background-size: 100% auto;
}
.linkBtnD.or02d a {
  color: #ea7f1f;
  background: url(/wp-content/themes/yane2019/img/bg_btn_orange2_2.png)
    no-repeat;
  background-size: 100% auto;
}
.linkBtn.pk01 a {
  color: #fff;
  background: url(/wp-content/themes/yane2019/img/bg_btn_pink1_1.png) no-repeat;
  background-size: 100% auto;
}
.linkBtn.pk02 a {
  color: #e67373;
  background: url(/wp-content/themes/yane2019/img/bg_btn_pink1_2.png) no-repeat;
  background-size: 100% auto;
}
.linkBtnD.pk01d a {
  color: #fff;
  background: url(/wp-content/themes/yane2019/img/bg_btn_pink2_1.png) no-repeat;
  background-size: 100% auto;
}
.linkBtnD.pk02d a {
  color: #e67373;
  background: url(/wp-content/themes/yane2019/img/bg_btn_pink2_2.png) no-repeat;
  background-size: 100% auto;
}
.linkBtn.gr01 a {
  color: #fff;
  background: url(/wp-content/themes/yane2019/img/bg_btn_green1_1.png) no-repeat;
  background-size: 100% auto;
}
.linkBtn.gr02 a {
  color: #669934;
  background: url(/wp-content/themes/yane2019/img/bg_btn_green1_2.png) no-repeat;
  background-size: 100% auto;
}
.linkBtnD.gr01d a {
  color: #fff;
  background: url(/wp-content/themes/yane2019/img/bg_btn_green2_1.png) no-repeat;
  background-size: 100% auto;
}
.linkBtnD.gr02d a {
  color: #669934;
  background: url(/wp-content/themes/yane2019/img/bg_btn_green2_2.png) no-repeat;
  background-size: 100% auto;
}
.linkBtn.rd01 a {
  color: #fff;
  background: url(/wp-content/themes/yane2019/img/bg_btn_red1_1.png) no-repeat;
  background-size: 100% auto;
}
.linkBtn.rd02 a {
  color: #a02020;
  background: url(/wp-content/themes/yane2019/img/bg_btn_red1_2.png) no-repeat;
  background-size: 100% auto;
}
.linkBtnD.rd01d a {
  color: #fff;
  background: url(/wp-content/themes/yane2019/img/bg_btn_red2_1.png) no-repeat;
  background-size: 100% auto;
}
.linkBtnD.rd02d a {
  color: #a02020;
  background: url(/wp-content/themes/yane2019/img/bg_btn_red2_2.png) no-repeat;
  background-size: 100% auto;
}
.linkBtn.gd02 a {
  color: #bd8e00;
  background: url(/wp-content/themes/yane2019/img/bg_btn_gold1_2.png) no-repeat;
  background-size: 100% auto;
}
.linkBtn.bl02 a {
  color: #0099cc;
  background: url(/wp-content/themes/yane2019/img/bg_btn_blue1_2.png) no-repeat;
  background-size: 100% auto;
}

/* .cv_module_content コンテンツ内CVボタン */
.cv_module_content {
  margin: 0 0 30px;
}
.mainWrapper .cv_module_content p {
  font-size: 24px;
  line-height: 1.3;
  margin: 16px 0 0;
}
.cv_module_content .linkBtn,
.cv_module_content .linkBtnD {
  margin: 30px 15px 0;
}
.cv_module_content .linkBtn a {
  height: 64px;
}
.cv_module_content .linkBtnD.rd01d a {
  margin: 0 auto;
  width: 310px;
  height: 64px;
  background-size: auto 64px;
}

/* marginクラス */
.mainWrapper #main .mt0 {
  margin-top: 0 !important;
}
.mainWrapper #main .mt5 {
  margin-top: 5px !important;
}
.mainWrapper #main .mt10 {
  margin-top: 10px !important;
}
.mainWrapper #main .mt15 {
  margin-top: 15px !important;
}
.mainWrapper #main .mt20 {
  margin-top: 20px !important;
}
.mainWrapper #main .mt25 {
  margin-top: 25px !important;
}
.mainWrapper #main .mt30 {
  margin-top: 30px !important;
}
.mainWrapper #main .mt35 {
  margin-top: 35px !important;
}
.mainWrapper #main .mt40 {
  margin-top: 40px !important;
}
.mainWrapper #main .mt45 {
  margin-top: 45px !important;
}
.mainWrapper #main .mt50 {
  margin-top: 50px !important;
}
.mainWrapper #main .mt55 {
  margin-top: 50px !important;
}
.mainWrapper #main .mt60 {
  margin-top: 55px !important;
}
.mainWrapper #main .mt65 {
  margin-top: 65px !important;
}
.mainWrapper #main .mt70 {
  margin-top: 70px !important;
}
.mainWrapper #main .mb0 {
  margin-bottom: 0 !important;
}
.mainWrapper #main .mb5 {
  margin-bottom: 5px !important;
}
.mainWrapper #main .mb10 {
  margin-bottom: 10px !important;
}
.mainWrapper #main .mb15 {
  margin-bottom: 15px !important;
}
.mainWrapper #main .mb20 {
  margin-bottom: 20px !important;
}
.mainWrapper #main .mb25 {
  margin-bottom: 25px !important;
}
.mainWrapper #main .mb30 {
  margin-bottom: 30px !important;
}
.mainWrapper #main .mb35 {
  margin-bottom: 35px !important;
}
.mainWrapper #main .mb40 {
  margin-bottom: 40px !important;
}
.mainWrapper #main .mb45 {
  margin-bottom: 45px !important;
}
.mainWrapper #main .mb50 {
  margin-bottom: 50px !important;
}
.mainWrapper #main .mb55 {
  margin-bottom: 50px !important;
}
.mainWrapper #main .mb60 {
  margin-bottom: 55px !important;
}
.mainWrapper #main .mb65 {
  margin-bottom: 65px !important;
}
.mainWrapper #main .mb70 {
  margin-bottom: 70px !important;
}

/* ========== header ========== */
header {
  margin: 10px 0 0;
}
header .headerInner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
header .logo {
  margin: 0 10px;
  width: 120px;
}
header .headerTxt {
  font-size: 2.5vw;
  font-weight: bold;
  color: #333;
  margin: 0;
  width: calc(100% - 140px);
}
header .breadcrumbs {
  text-align: left;
  margin: 5px 0;
  padding: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
header .breadcrumbs span,
header .breadcrumbs li {
  display: table-cell;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}
header .breadcrumbs span a span {
  display: inline;
  font-size: 12px;
}
header .headerTel {
  font-weight: bold;
  color: #fff;
  margin: 0;
  padding: 10px 0;
  width: 100%;
  background: #a02020;
}
header .headerTel div:first-of-type {
  float: left;
  margin: 0 0 0 5px;
}
.headerTel div:first-of-type span:first-of-type {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #a02020;
  text-align: center;
  padding: 15px 0;
  width: 70px;
  background: #fff;
  border-radius: 50%;
}
.headerTel div:first-of-type span:nth-of-type(2) {
  display: block;
  font-size: 14px;
  text-align: center;
}
header .headerTel div:nth-of-type(2) {
  font-size: 19px;
  padding: 0 0 0 90px;
}
header .headerTel div:nth-of-type(3) {
  float: right;
  line-height: 0;
  padding: 0 10px 0 0;
  width: calc(100% - 90px);
}

/* ========== footer ========== */
footer {
  text-align: center;
  margin: 50px 0 30px;
  padding: 0 0 100px;
}
footer li {
  display: inline-block;
  font-size: 12px;
}
footer li:after {
  content: "｜";
  display: inline-block;
}
footer li:last-of-type:after {
  display: none;
}
footer a {
  color: #333;
  text-decoration: none;
}
footer .logo {
  text-align: center;
  margin: 30px auto 10px;
  width: 120px;
}

/* ========== .floatingBnr ========== */
.floatingBnr {
  display: none;
  flex-wrap: wrap;
  box-shadow: 0 -1px 10px #999;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.floatingBnr div {
  width: 100%;
  line-height: 0;
}
.floatingBnr ul {
  display: flex;
  flex-wrap: wrap;
}
.floatingBnr li {
  width: 50%;
  line-height: 0;
}

/* ========== inc.お姉さんモジュール ========== */
.women_module {
  margin: 50px auto;
  position: relative;
}
.women_module .catch {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 !important;
  padding: 10px 15px;
  background: #13b5b1;
}
.women_module img.solo {
  width: 35%;
  height: auto;
  position: absolute;
  top: -20px;
  right: 0;
  z-index: 1;
}
.women_module article,
.women_module .women_module_box {
  padding: 10px 15px;
  border-top: none;
  position: relative;
  z-index: 5;
}
.women_module .read {
  font-size: 18px;
  line-height: 1.2;
  margin: 0 !important;
  padding: 0 15px;
}
.women_module .read:nth-of-type(2) {
  margin: 0 0 17px !important;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+50,ffffff+100 */
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(
    right,
    #ffffff 60%,
    rgba(255, 255, 255, 0.1) 70%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    right,
    #ffffff 60%,
    rgba(255, 255, 255, 0.1) 70%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #ffffff 60%,
    rgba(255, 255, 255, 0.1) 70%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.women_module .read span {
  color: #13b5b1;
  font-size: 18px;
  font-weight: bold;
}
.women_module div a {
  display: block;
  line-height: 0;
  margin: 0 0 10px;
}

/* ========== inc.工事前に知っておきたい!プロが優しく解説「屋根工事大百科」 ========== */
#dictionary h2 {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 20px;
  line-height: 1.2;
  width: 100%;
  min-height: 65px;
  margin: 30px 0 0;
  padding: 0 10px 10px 70px;
  border-bottom: 10px solid #a02020;
  background: url(/wp-content/themes/yane2019/img/icon_h2.gif) no-repeat 15px 0;
  background-size: auto 45px;
}
#dictionary .bgWrapper {
  padding: 5px 0;
  background: url(/wp-content/themes/yane2019/img/bg_dictionary.gif);
}
#dictionary h3 {
  display: flex;
  align-items: center;
  color: #000055;
  font-size: 20px;
  line-height: 1.2;
  margin: 50px 15px 0;
  padding: 10px 0 0 45px;
  height: 45px;
  background: url(/wp-content/themes/yane2019/img/bg_dictionay_h3.png) no-repeat;
  background-size: auto 35px;
  background-position: left bottom;
}
#dictionary article:first-of-type h3 {
  margin: 15px 15px 0;
}
#dictionary ul {
  margin: 15px;
}
#dictionary li {
  display: flex;
  align-items: center;
  margin: 10px 0 0;
  padding: 0;
}
#dictionary li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  color: #333;
  padding: 15px;
  width: 100%;
  height: 98px;
  border: 1px solid #d2d2d2;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
}
#dictionary li a:after {
  content: "";
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 11px;
  width: 13px;
  height: 100%;
  background: #ff7200
    url(/wp-content/themes/yane2019/img/icon_dictionary_arrow.gif) no-repeat
    center;
  background-size: 40% auto;
  border-radius: 0 5px 5px 0;
  position: absolute;
  top: 0;
  right: 0;
}
#dictionary .bgWrapper div.linkBtn {
  margin: 40px 15px 20px;
}

/* ========== inc.全国コネクトグループ支店一覧 ========== */
#connectGroup h2 {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 20px;
  line-height: 1.2;
  width: 100%;
  min-height: 65px;
  margin: 30px 0 0;
  padding: 0 10px 10px 70px;
  border-bottom: 10px solid #a02020;
  background: url(/wp-content/themes/yane2019/img/icon_h2.gif) no-repeat 15px 0;
  background-size: auto 45px;
}
#connectGroup .bgWrapper {
  padding: 15px 0;
  background: url(/wp-content/themes/yane2019/img/bg_map.png) no-repeat;
  background-size: 100% auto;
}
#connectGroup article {
  margin: 0 15px 15px;
  padding: 10px;
  background: #fff;
  position: relative;
}
#connectGroup h3 {
  color: #a02020;
}
#connectGroup .mapAreaLink {
  display: flex;
  flex-wrap: wrap;
  margin: 15px;
  padding: 15px;
  background: rgba(230, 230, 230, 0.8);
  border-radius: 10px;
  position: absolute;
  top: 30px;
  left: 0;
  display: none;
}
#connectGroup .mapAreaLink li {
  padding: 0 3px;
  width: calc(100% / 4);
}
#connectGroup .mapAreaLink li:first-of-type {
  font-size: 20px;
  font-weight: bold;
  color: #a02020;
  padding: 0 0 10px 5px;
  width: 100%;
}
#connectGroup .mapAreaLink li:last-of-type {
  display: inline-block;
  width: auto;
  position: absolute;
  top: 5px;
  right: 15px;
}
#connectGroup .mapAreaLink li:last-of-type a {
  font-size: 32px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

/* ========== inc.サイトご利用上の注意 ========== */
.siteNotes {
  margin: 100px 15px;
  padding: 30px 15px;
  background: #fffff6;
  border: 1px solid #bbb;
  border-radius: 8px;
}
.siteNotes dt {
  font-size: 14px;
  font-weight: bold;
}
.siteNotes dd {
  font-size: 14px;
  text-indent: -1em;
  padding: 0 0 0 1em;
}

/* ========== inc.見積もりフォーム ========== */
.keyVisual {
  display: flex;
  flex-wrap: wrap;
}
.keyVisual div.sp {
  line-height: 0;
  order: 1;
}
.keyVisual .trendText {
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 20px;
  padding: 10px 0;
  width: 100%;
  background: #002e73;
  order: 2;
}
.keyVisual div.topJirei {
  padding: 15px;
  width: 100%;
  order: 3;
}
.keyVisual div.topJirei p {
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #a02020;
}
.keyVisual div.topJirei ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 10px 0;
}
.keyVisual div.topJirei .linkBtn {
  margin: 10px 10px 0;
}
.keyVisual div.topJirei ul:first-of-type li {
  color: #555;
  font-size: 18px;
  margin: 0 0 5px;
  padding: 0 10px;
  background: url(/wp-content/themes/yane2019/img/bg_jirei_line.gif) repeat-x
    bottom;
  background-size: auto 50%;
  text-indent: 0;
  padding: 0;
}
.keyVisual div.topJirei ul:first-of-type li:first-of-type,
.keyVisual div.topJirei ul:first-of-type li:last-of-type {
  width: 100%;
}
.keyVisual div.topJirei ul:first-of-type li:nth-of-type(2) {
  width: 45%;
}
.keyVisual div.topJirei ul:first-of-type li:nth-of-type(3) {
  width: 55%;
}
.keyVisual div.topJirei ul:first-of-type li span {
  color: #000;
  font-size: 1em;
  font-weight: bold;
}
.keyVisual div.topJirei ul:first-of-type li span.pc {
  color: #555;
  font-weight: normal;
}

.keyVisual div.topJirei ul:last-of-type li:first-of-type {
  padding: 0 10px 0 0;
}
.keyVisual div.topJirei ul:last-of-type li:last-of-type {
  position: relative;
  text-indent: 0;
  padding: 0;
}
.keyVisual .formTEL {
  border: 2px solid #478e23;
  background: #fff;
  margin: 0 15px 15px;
  padding: 0 0 15px;
  order: 6;
}
.keyVisual .formTEL div a {
  display: block;
  padding: 0 15px;
}
.keyVisual .formTEL div a img {
  width: 100%;
}
/* フォーム部分 */
.keyVisual .formMitsumori {
  background: #fff url(/wp-content/themes/yane2019/img/bg_kv_form.png) no-repeat;
  background-size: 100% auto;
  padding: 15px 0 0;
  order: 5;
}
.keyVisual .formMitsumoriRecord {
  border: 2px solid #478e23;
  background: #fff;
  margin: 0 15px 15px;
}
.keyVisual .formMitsumoriRecord div:first-of-type {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #478e23;
}
.keyVisual .formMitsumoriRecord div:first-of-type span {
  display: inline-block;
  color: #478e23;
  background: #fff;
  border-radius: 50%;
  margin: 1px 5px 2px 0px;
  padding: 10px 7px;
}
.keyVisual .formMitsumoriRecord ul {
  margin: 0;
}
.keyVisual .formMitsumoriRecord li {
  text-indent: 0;
  padding: 25px 15px 0;
}
.keyVisual .formMitsumoriRecord li span {
  display: block;
  font-weight: bold;
}
.keyVisual .formMitsumoriRecord li div {
  color: #000 !important;
  background: none !important;
}
.keyVisual .formMitsumoriRecord li:last-of-type div:last-of-type {
  padding: 5px 0 10px !important;
}
.keyVisual .formMitsumoriRecord li input[type="text"],
.keyVisual .formMitsumoriRecord li input[type="tel"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  height: 40px;
  border: 1px solid #555;
  padding: 0 0 0 15px;
  width: 100%;
}
.keyVisual
  .formMitsumoriRecord
  li:nth-of-type(1)
  input[type="tel"]:nth-of-type(1) {
  width: 5em;
}
.keyVisual
  .formMitsumoriRecord
  li:nth-of-type(1)
  input[type="tel"]:nth-of-type(2) {
  width: 6em;
}
.keyVisual .formMitsumoriRecord li select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  height: 42px;
  background: url(/wp-content/themes/yane2019/img/bg_form_selectarrow.png)
    no-repeat right;
  background-size: auto 40px;
  border: 1px solid #555;
  border-radius: 0 5px 5px 0;
  padding: 0 40px 0 15px;
}
.keyVisual .formMitsumoriRecord li select option {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.keyVisual .formMitsumoriRecord li:nth-last-of-type(2) .caution {
  display: inline;
  font-size: 0.8em;
  padding: 0 10px 0 0;
}
.keyVisual .formMitsumoriRecord li:nth-last-of-type(2) .caution:after {
  display: none !important;
}
.keyVisual .formMitsumoriRecord li input[type="image"] {
  width: 100%;
}
.keyVisual .formMitsumoriRecord #form_contact_mail,
.keyVisual .formMitsumoriRecord .type2 {
  display: none;
  position: relative;
}
.keyVisual .formMitsumoriRecord li span:after {
  content: "任意";
  display: inline-block;
  background: #666;
  border-radius: 3px;
  color: #fff;
  line-height: 1;
  margin: 0 0 0 5px;
  padding: 5px 5px 3px;
  font-size: 12px;
  vertical-align: text-top;
}
.keyVisual .formMitsumoriRecord li span.afterNone:after,
.keyVisual .formMitsumoriRecord li.type2.noSelect span:after {
  content: "";
  display: none;
}
.keyVisual .formMitsumoriRecord li span.afterNone label {
  display: block;
  line-height: 40px;
  padding: 0 10px;
  border-radius: 8px;
}
.keyVisual .formMitsumoriRecord li span.afterNone label.check {
  background: #bbdea9;
}
.keyVisual .formMitsumoriRecord .type2.noSelect:before {
  content: "";
  display: block;
  margin: 0 15px;
  width: calc(100% - 30px);
  height: 42px;
  background: rgba(180, 180, 180, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
}
.keyVisual .formMitsumoriRecord li span.required:after {
  content: "必須";
  display: inline-block;
  background: #a11f1d;
  border-radius: 3px;
  color: #fff;
  line-height: 1;
  margin: 0 0 0 5px;
  padding: 5px 5px 3px;

  font-size: 12px;
  vertical-align: text-top;
}

/* 休暇ボックス */
.holidayBox {
  margin: 15px 5px;
  padding: 15px;
  border: 1px solid #f00;
  order: 4;
}
.holidayBox p {
  font-size: 16px;
}
.holidayBox span {
  display: block;
  color: #f00;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

/* ===== section #contentPage ===== */
.mainWrapper #main.contentPage {
}
.mainWrapper #main.contentPage ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 15px;
}
.mainWrapper #main.contentPage li {
  margin: 10px 0;
  padding: 0;
  text-indent: 0;
  width: 100%;
  border-radius: 5px;
}
.mainWrapper #main.contentPage ul:nth-of-type(1) li {
  background: #ededed
    url(/wp-content/themes/yane2019/img/bg_content_triangle_gr.png) no-repeat
    calc(100% - 5px) calc(100% - 5px);
}
.mainWrapper #main.contentPage ul:nth-of-type(2) li {
  background: #ededed
    url(/wp-content/themes/yane2019/img/bg_content_triangle_bl.png) no-repeat
    calc(100% - 5px) calc(100% - 5px);
}
.mainWrapper #main.contentPage ul:nth-of-type(3) li {
  background: #ededed
    url(/wp-content/themes/yane2019/img/bg_content_triangle_pl.png) no-repeat
    calc(100% - 5px) calc(100% - 5px);
}
.mainWrapper #main.contentPage ul:nth-of-type(4) li {
  background: #ededed
    url(/wp-content/themes/yane2019/img/bg_content_triangle_pk.png) no-repeat
    calc(100% - 5px) calc(100% - 5px);
}
.mainWrapper #main.contentPage li a {
  display: block;
  color: #000055;
  text-decoration: none;
  padding: 20px;
}
.mainWrapper #main.contentPage li a:after {
  content: "";
  display: block;
  clear: both;
}
.mainWrapper #main.contentPage li a img {
  float: left;
  margin: 0 10px 0 0;
  width: 100px;
  height: auto;
}
.mainWrapper #main.contentPage li a span {
  display: block;
  float: right;
  text-align: left;
  width: calc(100% - 110px);
}
.mainWrapper #main.contentPage li a span:first-of-type {
  font-size: 18px;
  font-weight: bold;
}
.mainWrapper #main.contentPage li a span:last-of-type {
  font-size: 16px;
  margin: 10px 0 0;
  padding: 10px 0 0;
  border-top: 1px solid #d2d2d2;
}

.mainWrapper #main.contentPage.matome li a span {
  width: 100%;
}

/* ========== .mainWrapper ========== */
.mainWrapper {
}
.mainWrapper h1 {
  font-size: 20px;
  line-height: 1.5;
  margin: 15px 0 10px;
  padding: 10px 10px 7px 50px;
  border-top: 5px solid #a02020;
  border-bottom: 5px solid #a02020;
  position: relative;
}
.mainWrapper h1:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(/wp-content/themes/yane2019/img/icon_h1.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 10px;
  left: 10px;
}
.mainWrapper h2 {
  display: flex;
  margin: 65px 15px 30px;
  clear: both;
}
.mainWrapper h2 span:first-of-type {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin: 0;
  width: 23px;
  background: #a02020;
}
.mainWrapper h2 span:last-of-type {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  color: #a02020;
  font-size: 18px;
  line-height: 1.2;
  padding: 10px 10px 9px;
  width: calc(100% - 23px);
  background: #fff0f0;
}
.mainWrapper h2.long span:first-of-type {
  width: 85px;
}
.mainWrapper h2.long span:last-of-type {
  width: calc(100% - 100px);
}
.mainWrapper #main h3 {
  color: #000055;
  margin: 50px 15px 15px;
  padding: 0 0 0 10px;
  border-left: 6px solid #000055;
  clear: both;
}
.mainWrapper h4 {
  margin: 30px 0 0;
  clear: both;
}
.mainWrapper p {
  line-height: 1.7;
  margin: 16px 0;
}
.mainWrapper p img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}
.mainWrapper #main {
  margin: 0;
}
.mainWrapper #main p {
  margin: 16px 15px 0;
}
.mainWrapper p.read {
  margin: 40px 0;
}
.mainWrapper .tag {
  margin: 30px 0 16px !important;
  padding: 0;
}
.mainWrapper .tag span {
  font-size: 14px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.mainWrapper .contentBox {
  margin: 80px 0;
}
.mainWrapper .breadcrumbs {
  text-align: left;
  margin: 5px 0;
  padding: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.mainWrapper .breadcrumbs span,
.mainWrapper .breadcrumbs li {
  display: table-cell;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}
.mainWrapper .breadcrumbs span a span {
  display: inline;
  font-size: 12px;
}
/* ===== content内パーツ =====*/
/* table */
.mainWrapper .contentBox table {
  width: calc(100% - 30px);
  margin: 15px;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.mainWrapper .contentBox table caption {
  font-weight: bold;
}
.mainWrapper .contentBox th {
  font-weight: bold;
  text-align: center;
  padding: 10px;
  background: #ffe4b5;
  border: 1px solid #ccc;
}
.mainWrapper .contentBox td {
  padding: 10px;
  border: 1px solid #ccc;
}
/* ポイント */
.mainWrapper #main .pointBox {
}
.mainWrapper #main .point {
  font-weight: bold;
}
.mainWrapper #main .point img {
  width: auto;
}

.mainWrapper #main .pointText {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 15px;
  padding: 10px;
  background: #ffb574;
  border-radius: 10px;
}
.mainWrapper #main .pointText img {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 45px;
  height: 45px;
  margin: 0 10px 0 0;
}
.mainWrapper #main .pointText span:last-of-type {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  width: calc(100% - 55px);
}

/* h2下の小見出し枠 */
.mainWrapper .subNav {
  margin: 40px 15px;
  padding: 20px;
  border: 1px solid #ea7f1f;
  border-radius: 10px;
}
.mainWrapper .subNav li {
  text-indent: -1em;
  padding: 0 0 0 1em;
}
/* Q&A */
.mainWrapper .qaBox {
  margin: 0 15px;
}
.mainWrapper .qaBox dt {
  font-weight: bold;
  text-indent: -1em;
  padding: 0 0 0 1em;
}
.mainWrapper .qaBox dt span {
  display: inline;
  color: #2eb2e2;
  padding: 0 10px 0 0;
}
.mainWrapper .qaBox dd {
  text-indent: -1em;
  margin: 0 0 16px;
  padding: 0 0 16px 1em;
  border-bottom: 1px dotted #ccc;
}
.mainWrapper .qaBox dd span {
  display: inline;
  color: #fe4540;
  font-weight: bold;
  padding: 0 10px 0 0;
}
/* 画像回り込み */
.mainWrapper .imgR,
.mainWrapper .imgL {
  margin: 30px 0;
}
.mainWrapper .imgR p.image,
.mainWrapper .imgL p.image {
  line-height: 0;
}
.mainWrapper .imgR p.image span,
.mainWrapper .imgL p.image span {
  line-height: 1.2;
}
/* 画像回り込み変形版 */
.mainWrapper .imgText {
}
.mainWrapper .imgText:after {
  content: "";
  display: block;
  clear: both;
}
.mainWrapper .imgText div {
  float: left;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin: 0 15px 10px 0;
  padding: 20px 15px;
  width: 180px;
  background: #a02020;
}
.mainWrapper .imgText h3 {
  clear: inherit;
}
.mainWrapper .imgText p {
}
/* 詳しく見るリンク */
.mainWrapper .moreLink {
  margin: 50px 15px;
  padding: 30px 20px 1px;
  background: #fcfcfc;
  border: 1px dashed #ccc;
}
.mainWrapper .moreLink p {
  font-size: 20px;
  font-weight: bold;
  margin: 4px 0 20px;
}
.mainWrapper .moreLink li {
  line-height: 1.2;
  margin: 0 0 30px;
  padding: 0;
  /*	line-height:1.2;
	text-indent:-12px;
	margin:0 0 20px;
	padding:0 0 0 12px;
	background:url(/wp-content/themes/yane2019/img/old_img/arrow-blue.png) no-repeat left 7px;*/
}
.mainWrapper .moreLink li a {
  text-decoration: none;
}
.mainWrapper .moreLink li img {
  vertical-align: middle;
  width: auto;
}
/* 目次 */
.mainWrapper .contentNav {
  margin: 40px 0 50px;
  padding: 30px 0 0;
  border: 10px solid #ffebbb;
  border-radius: 30px;
  position: relative;
}
.mainWrapper .contentNav:before {
  content: " ";
  display: block;
  width: 100%;
  height: 40px;
  background: #ffebbb url(/wp-content/themes/yane2019/img/icon_mokuji.png)
    no-repeat;
  background-position: 20px 0;
  border-radius: 20px 20px 0 0;
  position: absolute;
  top: -10px;
  left: 0;
}
.mainWrapper .contentNav p {
  color: #000055;
  font-weight: bold;
  margin: 22px 30px 20px !important;
  padding: 0 0 20px;
  border-bottom: 2px solid #d1c0a5;
}
.mainWrapper .contentNav dl {
  margin: 20px 30px;
}
.mainWrapper .contentNav dt {
  font-weight: bold;
  line-height: 1.5;
  margin: 16px 0 10px;
  padding: 16px 0 0;
  border-top: 1px dotted #d1c0a5;
}
.mainWrapper .contentNav dt:first-of-type {
  margin: 20px 0 0;
  padding: 0;
  border-top: none;
}
.mainWrapper .contentNav dt span:first-of-type {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  margin: 0 10px 0 0;
  width: 25px;
  background: #a02020;
}
.mainWrapper .contentNav dt span:last-of-type {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 35px);
}
.mainWrapper .contentNav dt.long span:first-of-type {
  width: 70px;
}
.mainWrapper .contentNav dt.long span:last-of-type {
  width: calc(100% - 80px);
}
.mainWrapper .contentNav dt span.iconSummary {
  display: block;
  color: #000055;
  text-align: center;
  line-height: 30px;
  margin: 20px 0 10px 10px;
  width: 140px;
  height: 36px;
  background: url(/wp-content/themes/yane2019/img/icon_youyaku.png) no-repeat;
}
.mainWrapper .contentNav dt a {
  color: #a02020;
}
.mainWrapper .contentNav dd {
  margin: 10px 0 0;
}
.mainWrapper .contentNav dd.youyaku span {
  color: #000055;
  font-weight: bold;
  background: url(/wp-content/themes/yane2019/img/icon_youyaku.png) no-repeat;
  width: 140px;
  height: 36px;
}

.mainWrapper .contentNav1910 {
  margin: 60px 0 65px;
  padding: 0;
  border-top: none;
  border-radius: 30px;
  position: relative;
}
.mainWrapper .contentNav1910 div:first-of-type {
  line-height: 0;
}
.mainWrapper .contentNav1910 dl {
  margin: 0;
  padding: 1px 15px 30px;
  border: 4px solid #ffebbb;
  border-top: none;
  border-radius: 0 0 30px 30px;
}
.mainWrapper .contentNav1910 dt {
  font-weight: bold;
  line-height: 1.5;
  margin: 30px 0 10px;
  padding: 30px 0 0 0;
  border-top: 1px dotted #d1c0a5;
}
.mainWrapper .contentNav1910 dt:first-of-type {
  margin: 20px 0 0;
  padding: 0;
  border-top: none;
}
.mainWrapper .contentNav1910 dt span:first-of-type {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  margin: 0 10px 0 0;
  width: 25px;
  background: #a02020;
}
.mainWrapper .contentNav1910 dt span:nth-of-type(2) {
  display: inline-block;
  vertical-align: top;
  line-height: 1.2;
  width: calc(100% - 35px);
  margin: 0 0 15px;
}
.mainWrapper .contentNav1910 dt.long span:nth-of-type(2) {
  width: calc(100% - 4.5em);
}
.mainWrapper .contentNav1910 dt.long span:first-of-type {
  width: 70px;
}
.mainWrapper .contentNav1910 dt.long span:last-of-type {
  width: calc(100% - 80px);
}
.mainWrapper .contentNav1910 dt span.iconSummary {
  display: block;
  color: #000055;
  text-align: center;
  line-height: 30px;
  margin: 0 0 0 0;
  width: 140px !important;
  height: 36px;
  background: url(/wp-content/themes/yane2019/img/icon_youyaku.png) no-repeat;
}
.mainWrapper .contentNav1910 dt a {
  color: #a02020;
}
.mainWrapper .contentNav1910 dd {
  font-size: 16px;
  line-height: 26px;
  margin: 10px 0 0;
}
.mainWrapper .contentNav1910 dd.youyaku span {
  color: #000055;
  font-weight: bold;
  background: url(/wp-content/themes/yane2019/img/icon_youyaku.png) no-repeat;
  width: 140px;
  height: 36px;
}
/*あせて読みたい・関連リンク */
.mainWrapper .relationLink {
  margin: 40px 0 50px;
  border: 5px solid #ffebbb;
  border-radius: 20px;
}
.mainWrapper .relationLink p {
  color: #000055;
  font-weight: bold;
  margin: 20px 20px 16px !important;
  padding: 0 0 16px;
  border-bottom: 2px solid #d1c0a5;
}
.mainWrapper .relationLink ul {
  margin: 20px;
}
.mainWrapper .relationLink li {
}
.mainWrapper .relationLink li img {
  vertical-align: middle;
  width: auto;
}

.mainWrapper .relationLink1910 {
  margin: 50px 0;
}
.mainWrapper .relationLink1910 div {
  line-height: 0;
}
.mainWrapper .relationLink1910 ul {
  padding: 1px 0 0;
  border: 4px solid #f3d5d5;
  border-top: none;
  border-radius: 0 0 30px 30px;
}
.mainWrapper .relationLink1910 li {
  text-indent: -32px;
  margin: 25px 15px;
  padding: 0 0 0 32px;
}
.mainWrapper .relationLink1910 li img {
  vertical-align: middle;
  margin: 0 10px 0 0;
  width: 22px;
}

/* 事例詳細ページ */
/* ↓新ソース↓ */
.mainWrapper #main.jireiShosai .contentBox ul {
  margin: 0;
  padding: 0;
}
.mainWrapper #main.jireiShosai .contentBox ul li {
  color: #555;
  font-size: 18px;
  margin: 0 0 5px;
  padding: 0 10px;
  background: url(/wp-content/themes/yane2019/img/bg_jirei_line.gif) repeat-x
    bottom;
  background-size: auto 50%;
  text-indent: 0;
  padding: 0;
}
.mainWrapper #main.jireiShosai .contentBox ul li.img {
  display: none;
  background: none;
}
.mainWrapper #main.jireiShosai .contentBox ul li span:last-of-type {
  color: #000;
  font-size: 1em;
  font-weight: bold;
}
.mainWrapper #main.jireiShosai .contentBox ul li span:first-of-type {
  display: inline-block;
  color: #555;
  font-weight: normal;
}
.mainWrapper #main.jireiShosai .contentBox ul li span:first-of-type span.pc {
  display: inline;
}
/* ↑新ソース↑ */
.mainWrapper #main.jireiShosai .imgL {
  display: flex;
  flex-wrap: wrap;
  padding: 16px;
  border: 1px solid #ccc;
}
.mainWrapper #main.jireiShosai .imgL .textBox {
  order: 2;
}
.mainWrapper #main.jireiShosai .imgL .textBox .info1 {
  padding: 5px 0;
  border-bottom: 1px dotted #ccc;
}
.mainWrapper #main.jireiShosai .imgL .textBox .bold {
  color: #000;
}
.mainWrapper #main.jireiShosai .imgL .image {
  order: 1;
}
.mainWrapper #main.jireiShosai .jirei_price {
  background: #fefef7;
  border: 1px solid #ccc;
}
.mainWrapper #main.jireiShosai .jirei_price .price {
  margin: 16px;
  padding: 16px 0 0;
  text-align: center;
  border-top: 1px solid #ccc;
}
.mainWrapper #main.jireiShosai .jirei_price .price:first-of-type {
  padding: 0;
  border: none;
}
.mainWrapper #main.jireiShosai .jirei_price .price .strong-big {
  font-weight: bold;
}
.mainWrapper #main.jireiShosai .jirei_price .price .strong-big.red {
  color: #a02020;
  font-size: 24px;
}
.mainWrapper #main.jireiShosai .jirei_price .price-down {
  text-align: center;
  margin: 16px auto 30px;
}
.mainWrapper #main.jireiShosai .jirei_price .price-down img {
  width: auto;
}
.mainWrapper #main.jireiShosai .jirei_price .price-down span {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 15px;
  background: red;
}
/* 工事店登録ページ */
.mainWrapper p.performance {
  color: #1c4579;
  font-size: 24px;
  text-align: center;
  line-height: 1.3;
  margin: 30px 0 0;
  border-bottom: 10px solid #1c4579;
}
.mainWrapper p.performance span {
  display: block;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
}
.mainWrapper p.performanceImg {
  text-align: center;
  margin: 16px 0 30px;
}

/* ========== section.step ========== */
.step {
}
.step ul {
  margin: 15px 15px 0;
}
.step li:after {
}
.step li:after {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  background: url(/wp-content/themes/yane2019/img/icon_step_arrow.png) no-repeat
    center;
  background-size: 80px auto;
}
.step li:last-of-type:after {
  display: none;
}
.step li div:first-of-type {
  display: table;
  vertical-align: middle;
  width: 100%;
  margin: 0 0 10px;
  padding: 10px;
  background: #eee;
}
.step li div:first-of-type img {
  display: table-cell;
  vertical-align: middle;
  margin: 0 10px 0 0;
  width: 56px;
  height: auto;
}
.step li div:first-of-type span {
  display: table-cell;
  vertical-align: middle;
  color: #000055;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  width: calc(100% - 56px);
  padding: 0;
  clear: both;
}
.step li div:last-of-type {
  padding: 0 5px;
}

/* ========== TOPのみ ========== */
#top h1 {
  margin: 0;
  font-size: 13px;
  color: #333;
  width: calc(100% - 140px);
}
#top .topTitleText {
  width: 92%;
  margin: 60px auto 0px;
  text-align: center;
  color: #a02c20;
  font-size: 24px;
}
#top h2 {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 20px;
  line-height: 1.2;
  width: 100%;
  min-height: 65px;
  margin: 50px 0 15px;
  padding: 0 10px 10px 70px;
  border-bottom: 10px solid #a02020;
  background: url(/wp-content/themes/yane2019/img/icon_h2.gif) no-repeat 15px 0;
  background-size: auto 45px;
}

/* ===== .module4 ===== */
.module4 .bnrArea {
  margin: 30px 15px;
}
.module4 .bnrArea li {
  margin: 0 auto 20px;
  padding: 0;
  width: 345px;
  line-height: 1.5;
}
.module4 .bnrArea li:nth-of-type(1) {
  background: url(/wp-content/themes/yane2019/img/btn_4module_01.png) no-repeat
    center;
  background-size: 100% auto;
}
.module4 .bnrArea li:nth-of-type(2) {
  background: url(/wp-content/themes/yane2019/img/btn_4module_05.png) no-repeat
    center;
  background-size: 100% auto;
}
.module4 .bnrArea li:nth-of-type(3) {
  background: url(/wp-content/themes/yane2019/img/btn_4module_03.png) no-repeat
    center;
  background-size: 100% auto;
}
.module4 .bnrArea li:nth-of-type(4) {
  background: url(/wp-content/themes/yane2019/img/btn_4module_04.png) no-repeat
    center;
  background-size: 100% auto;
}
.module4 .bnrArea li:nth-of-type(5) {
  background: url(/wp-content/themes/yane2019/img/btn_4module_02.png) no-repeat
    center bottom;
  background-size: 100% auto;
}
.module4 .bnrArea li:nth-of-type(6) {
  margin: 25px auto;
  background: url(/wp-content/themes/yane2019/img/line_4module.png) no-repeat
    center;
  background-size: 100% auto;
  height: 1px;
}
.module4 .bnrArea li:last-of-type {
  background: url(/wp-content/themes/yane2019/img/btn_4module_koujiten.png)
    no-repeat center;
  background-size: 100% auto;
}
.module4 .bnrArea li a {
  display: block;
  width: 345px;
  height: 99px;
  text-decoration: none;
  position: relative;
}
.module4 .bnrArea li a span {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  position: absolute;
  top: 20px;
  right: 40px;
}
.module4 .bnrArea li:last-of-type a span {
  color: #c4392f !important;
}
.module4 .bnrArea li:nth-of-type(5) > span {
  display: block;
  color: #000055;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 3px 0 0;
}

/* ===== section.choiceReason（TOPのみ） ===== */
.choiceReason {
}
.choiceReason article {
  text-align: center;
  background: #eee;
  margin: 15px;
  border-radius: 10px;
}
.choiceReason h3 {
  display: inline-block;
  color: #a02020;
  text-align: center;
  margin: 15px auto;
  padding: 0 3px;
  border: 3px solid #000055;
  border-top: none;
  border-bottom: none;
}
.choiceReason h3 span {
  font-size: 18px;
  padding: 0 10px;
  border: 3px solid #000055;
  border-top: none;
  border-bottom: none;
}
.choiceReason p {
  color: #000055;
  text-align: left;
  padding: 0 15px 15px;
}
.choiceReason div {
  line-height: 0;
  height: 150px;
  overflow: hidden;
}
.choiceReason div img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 0 0 10px 10px;
}

/* ===== section.jirei（TOPのみ） ===== */
#top .jirei article {
  margin: 15px auto;
  width: 345px;
}
#top .jirei article h3 {
  background: #a02020;
  padding: 10px;
}
#top .jirei article h3 span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
}
#top .jirei article h3:before {
  content: "事例";
  display: inline-block;
  vertical-align: middle;
  color: #a02020;
  font-weight: bold;
  text-align: center;
  line-height: 2.3;
  background: #fff;
  border-radius: 10px;
  margin: 0 15px 0 0;
  padding: 0 5px;
}
#top .jirei article div {
  width: 100%;
  min-height: 640px;
  border: 2px solid #a02020;
  border-top: none;
  position: relative;
}
#top .jirei article ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 10px;
}
#top .jirei article .linkBtn {
  margin: 10px 10px 0;
}
#top .jirei article ul:first-of-type li {
  color: #555;
  font-size: 18px;
  margin: 0 0 5px;
  padding: 0 10px;
  background: url(/wp-content/themes/yane2019/img/bg_jirei_line.gif) repeat-x
    bottom;
  background-size: auto 50%;
  text-indent: 0;
  padding: 0;
}
#top .jirei article ul:first-of-type li:first-of-type,
#top .jirei article ul:first-of-type li:last-of-type {
  width: 100%;
}
#top .jirei article ul:first-of-type li:nth-of-type(2) {
  width: 45%;
}
#top .jirei article ul:first-of-type li:nth-of-type(3) {
  width: 55%;
}
#top .jirei article ul:first-of-type li span {
  color: #000;
  font-size: 1em;
  font-weight: bold;
}
#top .jirei article ul:last-of-type li:first-of-type {
  padding: 0 10px 0 0;
}
#top .jirei article ul:last-of-type li:last-of-type {
  position: relative;
  text-indent: 0;
  padding: 0;
}

#top .jirei article p {
  padding: 15px;
}
#top .jirei article p.voiceTitel {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  margin: 30px 0 0;
  padding: 90px 0 10px;
}
#top .jirei article:nth-of-type(1) p.voiceTitel {
  background: url(/wp-content/themes/yane2019/img/bg_jirei_granma.png) no-repeat;
  background-size: 100% auto;
}
#top .jirei article:nth-of-type(2) p.voiceTitel {
  background: url(/wp-content/themes/yane2019/img/bg_jirei_granpa.png) no-repeat;
  background-size: 100% auto;
}
#top .jirei article:nth-of-type(3) p.voiceTitel {
  background: url(/wp-content/themes/yane2019/img/bg_jirei_women.png) no-repeat;
  background-size: 100% auto;
}

/* .kasai_flow, kasai_hoken */
.mainWrapper .flowBox {
  margin: 30px 0;
}
.mainWrapper .flowBox .imgL {
  display: flex;
  margin: 10px 0;
}
.mainWrapper .flowBox .imgL p.image {
  order: 1;
  float: none;
  padding: 0 10px 0 0;
  width: 80px;
}
.mainWrapper .flowBox .imgL .textBox {
  order: 2;
  float: none;
  width: calc(100% - 80px);
}
.mainWrapper p.imgArrow {
  text-align: center;
  margin: 0;
}
.mainWrapper p.imgArrow img {
  width: auto;
}

/* ===== section.suisenArea（TOPのみ） ===== */
.suisenArea p,
.columnArea p,
.rankingArea p,
.jireiArea p {
  margin: 1em 15px;
}
.topCash {
  margin: 50px 15px;
}

/* suisen */
.mainWrapper #main.suisen h2 {
  display: block;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 30px 0 0;
  width: 100%;
  background: #984807;
  padding: 17px 20px 10px 20px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.mainWrapper #main.suisen .box01 {
  padding: 10px;
  border: 1px solid #e6e6e6;
}
.mainWrapper #main.suisen .box01 h3 {
  align-content: center;
  color: #984807;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  line-height: 30px;
  margin: 0 0 10px;
  padding: 25px 0 20px 60px;
  border: none;
  position: relative;
}
.mainWrapper #main.suisen .box01 h3.icon01 {
  background: url(/suisen/common/images/icon_01.jpg) no-repeat 0 center;
}
.mainWrapper #main.suisen .box01R h3 {
  float: none;
  color: #1eb618;
  font-size: 22px;
  text-align: left;
  margin: 0;
  padding: 18px 0 0 40px;
  width: 100%;
  min-height: 50px;
}

/* promise */
.mainWrapper #main.promise .choiceReason article {
  margin: 15px;
}
.mainWrapper #main.promise .choiceReason p {
  margin: 0;
  padding: 0 15px 15px;
}
/* cashback */
#main_cash {
  margin: 0 auto;
  background: #fff;
}
#main_cash #nagare_waku {
  width: 720px;
  height: 300px;
  margin: 0;
}
#main_cash #nagare_waku .nagare_box_001 {
  width: auto;
  height: 305px;
  float: left;
  margin: 0;
  border: 1px solid #ccc;
  display: inline;
  text-align: center;
}
#main_cash #nagare_waku .nagare_box_001 dl,
#main_cash #nagare_waku .nagare_box_001 dl dt {
  width: 210px;
  float: left;
  clear: both;
  margin: 0;
  text-align: center;
}
#main_cash #nagare_waku .nagare_box_001 dl dd {
  width: 200px;
  height: 60px;
  float: left;
  clear: both;
  margin: 0 0 0 5px;
  font-size: 13px;
  text-align: left;
}
.caseL01,
.clientBox .text_un,
.pageList li a,
.tablist01 li,
.tbl01 th {
  text-align: center;
}
#main_cash #nagare_waku .nagare_box_001 dl dd.nagare_title {
  width: 180px;
  height: 60px;
  float: left;
  clear: both;
  margin: 0 0 0 5px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
}
#main_cash #nagare_waku .nagare_box_003 {
  width: 12px;
  float: left;
  margin: 35px 12px 0 15px;
}

/* ===== qa ===== */
#main .question_qa {
  margin: 30px 0;
}
#main .question_qa dt img,
#main .question_qa dd img {
  width: auto;
  max-width: none;
}
/* terms */
#main.terms .contentBox {
  margin: 40px 15px;
}
#main.terms dl {
  margin: 20px 15px;
}
#main.terms dt {
}
#main.terms dd {
  text-indent: -1em;
  padding: 0 0 0 1em;
}
#main.terms table {
  margin: 15px 0;
  width: 100%;
}

/* #################### スマホ専用（幅767以下） #################### */
@media only screen and (max-device-width: 767px) {
  /* kasai_hoken */
  .mainWrapper #main.kasai_hoken .imgL {
    display: flex;
    flex-wrap: wrap;
  }
  .mainWrapper #main.kasai_hoken .imgL p.image {
    order: 1;
    width: 140px;
  }
  .mainWrapper #main.kasai_hoken .imgL .textBox {
    order: 2;
    width: calc(100% - 140px);
  }

  /* cashback */
  #main_cash #nagare_waku {
    height: auto;
    margin: 0;
    width: 100%;
  }
  #main_nagare #nagare_waku,
  #main_cash #nagare_waku {
    height: auto;
    margin: 0;
    width: 100%;
  }
  #main_nagare #nagare_waku .nagare_box_003,
  #main_cash #nagare_waku .nagare_box_003 {
    margin: 35px 0 0;
    width: 100%;
    float: none;
    text-align: center;
    display: none;
  }
  #main_nagare #nagare_waku .nagare_box_001,
  #main_cash #nagare_waku .nagare_box_001 {
    height: auto !important;
    margin: 0 0 25px;
    padding: 5px 5px 30px;
    text-align: center;
    width: auto;
    border: none;
    display: block;
    float: none;
    overflow: hidden;
    background: url(/wp-content/themes/yane2019/img/old_img/arrow.png) bottom
      center no-repeat;
  }
  #main_nagare #nagare_waku .nagare_box_001 dl,
  #main_cash #nagare_waku .nagare_box_001 dl {
    margin: 0;
    text-align: center;
    width: 100%;
  }
  #main_nagare #nagare_waku .nagare_box_001 dl dt,
  #main_cash #nagare_waku .nagare_box_001 dl dt {
    clear: both;
    float: left;
    margin: 0;
    text-align: center;
    width: 25%;
  }
  #main_nagare #nagare_waku .nagare_box_001 dl dt img,
  #main_cash #nagare_waku .nagare_box_001 dl dt img {
    height: auto;
  }
  #main_nagare #nagare_waku .nagare_box_001 dl dd.nagare_title,
  #main_cash #nagare_waku .nagare_box_001 dl dd.nagare_title {
    height: auto;
    margin: 0;
    text-align: left;
    width: 75%;
    clear: none;
  }
  #main_nagare #nagare_waku .nagare_box_001 dl dd.nagare_title p,
  #main_cash #nagare_waku .nagare_box_001 dl dd.nagare_title p {
    margin: 10px 0;
    text-align: left;
    width: 100%;
  }
  #main_nagare #nagare_waku .nagare_box_001 dl dd,
  #main_cash #nagare_waku .nagare_box_001 dl dd {
    line-height: normal;
    margin: 0;
    text-align: left;
    width: 75%;
    clear: none;
    height: auto;
  }
  #main_cash #nagare_waku .nagare_box_001:last-child {
    margin-bottom: 0;
    background: no-repeat;
    padding-bottom: 0;
  }
  #main_cash #nagare_waku .nagare_box_001 dl dt {
    width: 32%;
  }
  #main_nagare #nagare_waku .nagare_box_001 dl dd.nagare_title,
  #main_cash #nagare_waku .nagare_box_001 dl dd.nagare_title {
    width: 68%;
  }
  #main_nagare #nagare_waku .nagare_box_001 dl dd,
  #main_cash #nagare_waku .nagare_box_001 dl dd {
    width: 68%;
  }

  #dictionary article:first-of-type li a,
  #dictionary article:last-of-type li a {
    height: auto;
  }

  .pc {
    display: none;
  }
}
/* #################### スマホiPhone5専用（幅767以下） #################### */
@media only screen and (max-device-width: 767px) {
  .pc {
    display: none;
  }
}
/* #################### PC用、タブレット共通（幅768以上） #################### */
@media only screen and (min-width: 768px) {
  /* ========== 全体 ========== */

  /* ========== 汎用class ========== */

  /* .linkBtn */
  .linkBtn,
  .linkBtnD {
    margin: 20px auto;
  }
  .linkBtn a {
    font-size: 24px;
    margin: 0 auto;
    width: 768px;
    height: 60px;
  }
  .linkBtnD a {
    font-size: 24px;
    margin: 0 auto;
    width: 768px;
    height: 60px;
  }
  .linkBtn.or01 a,
  .linkBtnD.or01d a {
    background: url(/wp-content/themes/yane2019/img/bg_btn_orange1_pc.png)
      no-repeat;
  }
  .linkBtn.or02 a,
  .linkBtnD.or02d a {
    background: url(/wp-content/themes/yane2019/img/bg_btn_orange2_pc.png)
      no-repeat;
  }
  .linkBtn.pk01 a,
  .linkBtnD.pk01d a {
    background: url(/wp-content/themes/yane2019/img/bg_btn_pink1_pc.png)
      no-repeat;
  }
  .linkBtn.pk02 a,
  .linkBtnD.pk02d a {
    background: url(/wp-content/themes/yane2019/img/bg_btn_pink2_pc.png)
      no-repeat;
  }
  .linkBtn.gr01 a,
  .linkBtnD.gr01d a {
    background: url(/wp-content/themes/yane2019/img/bg_btn_green1_pc.png)
      no-repeat;
  }
  .linkBtn.gr02 a,
  .linkBtnD.gr02d a {
    background: url(/wp-content/themes/yane2019/img/bg_btn_green2_pc.png)
      no-repeat;
  }
  .linkBtn.rd01 a,
  .linkBtnD.rd01d a {
    background: url(/wp-content/themes/yane2019/img/bg_btn_red1_pc.png)
      no-repeat;
  }
  .linkBtn.rd02 a,
  .linkBtnD.rd02d a {
    background: url(/wp-content/themes/yane2019/img/bg_btn_red2_pc.png)
      no-repeat;
  }

  /* .cv_module_content コンテンツ内モジュール */
  .cv_module_content {
  }
  .cv_module_content .linkBtn,
  .cv_module_content .linkBtnD {
    margin: 30px 15px 0;
  }
  .cv_module_content .linkBtn a {
    height: 64px;
  }
  .cv_module_content .linkBtnD.rd01d a {
    width: 768px;
    height: 60px;
    background-size: 768px auto;
  }

  /* ========== header ========== */
  header {
    border-bottom: 10px solid #a02020;
    padding: 10px 0 10px;
  }
  header .headerInner {
    align-items: center;
    margin: 0 auto;
    width: 980px;
  }
  header .logo {
    order: 1;
    margin: 10px;
    width: 180px;
  }
  header .headerTxt {
    order: 2;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 0;
    width: calc(100% - 550px);
  }
  header .breadcrumbs {
    order: 4;
    line-height: 1;
    margin: 5px 0;
    padding: 0;
    overflow-x: inherit;
  }
  header .breadcrumbs span,
  header .breadcrumbs li {
    display: inline;
    white-space: normal;
  }
  header .headerTel {
    order: 3;
    padding: 5px 0 0;
    width: 350px;
    background: none;
    border: 1px solid #a02020;
  }
  header .headerTel div.pc {
    padding: 0;
  }
  header .headerTel div.pc a {
    text-decoration: none;
  }
  header .headerTel div.pc div:first-of-type {
    margin: 0 10px;
  }
  header .headerTel div.pc div:first-of-type span:first-of-type {
    display: block;
    background: #a02020;
    color: #fff;
  }
  header .headerTel div.pc div:first-of-type span:nth-of-type(2) {
    color: #a02020;
  }
  header .headerTel div.pc div:nth-of-type(2) {
    color: #000055;
    font-size: 18px;
    padding: 10px 0 0;
  }
  header .headerTel div.pc div:nth-of-type(3) {
    float: none;
    color: #cc0000;
    font-size: 32px;
    font-weight: bold;
    font-family: "arial black";
    line-height: 1.4;
    text-decoration: none;
    width: 100%;
  }

  /* ========== footer ========== */
  footer {
    padding: 0;
  }
  footer .logo {
    width: 180px;
  }

  /* ========== .floatingBnr ========== */
  .floatingBnr {
    width: 100%;
    height: 80px;
    top: 0;
    background: #fff;
    box-shadow: 0 -1px 10px #666;
  }
  .floatingBnr article {
    margin: 0 auto;
    height: 80px;
  }
  .floatingBnr div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 0;
    width: 20%;
  }
  .floatingBnr div img {
    width: auto;
    max-height: 60px;
  }
  .floatingBnr ul {
    display: table-cell;
    vertical-align: middle;
    line-height: 0;
    width: 40%;
    height: 80px;
    margin: 0;
    padding: 0;
  }
  .floatingBnr li {
    display: table-cell;
    vertical-align: middle;
    line-height: 0;
    width: 50%;
    height: 80px;
  }
  .floatingBnr li a {
    line-height: 0;
  }
  .floatingBnr li img {
    width: auto;
    max-height: 80px;
  }

  /* ========== inc.お姉さんモジュール ========== */
  .women_module {
    margin: 100px auto 50px;
    width: 980px;
  }
  .women_module .catch {
    font-size: 30px;
    text-align: left;
    padding: 15px 60px;
  }
  .women_module img.solo {
    width: 230px;
    height: auto;
    object-fit: contain;
    top: -39px;
    right: 79px;
  }
  .women_module article,
  .women_module .women_module_box {
    margin: 0;
    padding: 10px 15px 15px;
    border: 2px solid #13b5b1;
    border-top: none;
  }
  .women_module .read {
    font-size: 24px;
    text-align: center;
    width: 700px;
  }
  .women_module .read span {
    font-size: 26px;
  }
  .women_module .read:nth-of-type(2) {
    margin: 0 !important;
  }
  .women_module div.pc {
    display: flex;
  }
  .women_module div.pc a {
    width: 50%;
  }
  .women_module div.pc a:nth-of-type(odd) {
    margin: 10px 10px 0 0;
  }
  .women_module div.pc a:nth-of-type(even) {
    margin: 10px 0 0 10px;
  }

  /* ========== inc.工事前に知っておきたい!プロが優しく解説「屋根工事大百科」 ========== */
  #dictionary h2 {
    width: 980px;
    margin: 70px auto 0;
  }
  #dictionary .bgWrapper {
    padding: 5px 5px 20px;
    background: url(/wp-content/themes/yane2019/img/bg_dictionary.gif);
  }
  #dictionary .bgWrapper div {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 800px;
  }
  #dictionary article {
    width: 100%;
  }
  #dictionary h3 {
    margin: 50px 0 0;
    background: url(/wp-content/themes/yane2019/img/bg_dictionay_h3_pc.png)
      no-repeat bottom left;
    background-size: auto 40px;
  }
  #dictionary article:first-of-type h3 {
    margin: 15px 0 0;
  }
  #dictionary ul {
    margin: 15px 50px;
  }
  #dictionary li a {
    height: auto;
  }
  #dictionary .bgWrapper div.linkBtn {
    margin: 40px auto 15px;
  }

  /* ========== inc.全国コネクトグループ支店一覧 ========== */
  #connectGroup h2 {
    width: 980px;
    margin: 70px auto 0;
  }
  #connectGroup article {
    width: 760px;
    margin: 0 auto 15px;
  }
  #connectGroup .mapAreaLink {
    width: 580px;
  }

  /* ========== inc.サイトご利用上の注意 ========== */
  .siteNotes {
    margin: 100px auto;
    padding: 30px;
    width: 980px;
  }

  /* ========== inc.見積もりフォーム ========== */
  .keyVisual {
    display: block;
    /*background:url(/wp-content/themes/yane2019/img/img_kv_pctop.png) no-repeat top center;*/
    /*background:url(/wp-content/themes/yane2019/img/img_kv_pctop_2001a.png) no-repeat top center;*/
    background: url(/wp-content/themes/yane2019/img/img_kv_pctop_2001g.png)
      no-repeat top center;
    margin: 0 auto;
    padding: 20px 0 0;
    width: 980px;
    position: relative;
  }
  .keyVisual .trendText {
    font-size: 26px;
    padding: 15px 0;
    width: 540px;
    background: rgba(0, 0, 85, 0.7);
    border-radius: 10px;
    position: absolute;
    top: 553px;
    left: calc(50% - 456px);
  }
  .keyVisual div.topJirei {
    display: flex;
    flex-wrap: wrap;
    margin: 20px auto 0;
    padding: 0;
    width: 980px;
    order: 3;
  }
  .keyVisual div.topJirei p {
    font-size: 28px;
    width: 100%;
    order: 1;
  }
  .keyVisual .topJirei div:nth-child(2) {
    order: 3;
    width: calc(100% - 590px);
  }
  .keyVisual div.topJirei ul {
    margin: 0 0 0 18px;
    padding: 10px 0 0;
  }
  .keyVisual div.topJirei ul:last-of-type li {
    display: block;
    width: 100% !important;
  }
  .keyVisual div.topJirei img {
    width: auto;
  }
  .keyVisual .topJirei a:nth-child(3) {
    order: 2;
  }
  .keyVisual .topJirei .linkBtn {
    margin: 10px auto !important;
    order: 4;
  }
  .keyVisual .formMitsumori {
    display: flex;
    width: 980px;
    height: 610px;
    background: none;
    margin: 0 auto;
    padding: 0;
    order: 1;
  }
  .keyVisual .formMitsumori .pc img {
    text-align: center;
    width: auto;
  }
  .keyVisual .formMitsumori .formMitsumoriRecord {
    margin: 0 0 0 15px;
    width: 382px;
  }
  .keyVisual .formMitsumoriRecord li:last-of-type div:nth-of-type(2) {
    width: 100%;
  }
  .keyVisual .formMitsumori .pc {
    text-align: center;
    padding: 20px 0 0;
    width: 580px;
  }
  .keyVisual .formTEL {
    width: 980px;
    margin: 20px auto 0;
    padding: 0;
    order: 4;
  }
  .keyVisual .formTEL {
    display: flex;
    align-items: center;
    width: 980px;
    margin: 15px auto 0;
  }
  .keyVisual .formTEL div a {
    line-height: 1;
    text-decoration: none;
    vertical-align: middle;
    padding: 0;
  }
  .keyVisual .formTEL div a img {
    width: 49%;
  }

  /* 休暇ボックス */
  .holidayBox {
    margin: 20px auto 0;
    width: 670px;
    order: 2;
  }
  .holidayBox {
    text-align: center;
  }

  /* 事例詳細ページ */
  /* ↓新ソース↓ */
  .mainWrapper #main.jireiShosai .contentBox .contentInnerPC {
    display: flex;
    flex-wrap: wrap;
  }
  .mainWrapper #main.jireiShosai .contentBox ul {
    order: 3;
    width: calc(100% - 530px);
  }
  .mainWrapper #main.jireiShosai .contentBox ul li {
    font-size: 19px;
    margin: 0 0 20px;
  }
  .mainWrapper #main.jireiShosai .contentBox ul li.img {
    display: block;
  }
  .mainWrapper #main.jireiShosai .contentBox ul li span:first-of-type {
    width: 4em;
  }
  .mainWrapper #main.jireiShosai .contentBox .image:first-of-type {
    order: 2;
    margin: 0 20px 0 0;
    width: 510px;
  }
  .mainWrapper #main.jireiShosai .contentBox .image:first-of-type img {
    width: 100%;
  }
  .mainWrapper #main.jireiShosai .contentBox .image:last-of-type {
    order: 4;
    text-align: center;
    width: 100%;
  }
  /* ↑新ソース↑ */
  .mainWrapper #main.jireiShosai .imgL .textBox,
  .mainWrapper #main.jireiShosai .imgL .image {
    width: 49%;
  }
  .mainWrapper #main.jireiShosai .jirei_price {
    display: flex;
    flex-wrap: wrap;
  }
  .mainWrapper #main.jireiShosai .jirei_price .price,
  .mainWrapper #main.jireiShosai .jirei_price .price-down {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 16px 0;
    padding: 0;
    width: calc(100% / 4);
  }
  .mainWrapper #main.jireiShosai .jirei_price .price {
    border: none;
    border-right: 1px solid #ccc !important;
  }
  .mainWrapper #main.jireiShosai .jirei_price .price:nth-of-type(3) {
    border: none !important;
  }
  .mainWrapper #main.jireiShosai .jirei_price .price-down {
  }
  .mainWrapper #main.jireiShosai .jirei_price .price .strong-big {
    width: 100%;
  }
  /* 工事店登録ページ */
  .mainWrapper p.performance {
    font-size: 28px;
    margin: 50px 0 0;
  }
  .mainWrapper p.performance span {
    font-size: 80px;
  }
  .mainWrapper p.performanceImg {
    margin: 16px 0 50px;
  }
  .mainWrapper .breadcrumbs {
    order: 4;
    line-height: 1;
    margin: 5px 0;
    padding: 0;
    overflow-x: inherit;
    margin: 40px auto 15px;
    width: 980px;
  }
  .mainWrapper .breadcrumbs span,
  .mainWrapper .breadcrumbs li {
    display: inline;
    white-space: normal;
  }

  .breadcrumbs {
    order: 4;
    line-height: 1;
    margin: 5px 0;
    padding: 0;
    overflow-x: inherit;
    margin: 40px auto 15px;
    width: 980px;
  }
  .breadcrumbs span,
  .breadcrumbs li {
    display: inline;
    white-space: normal;
    font-size: 12px;
  }

  /* ========== .bnrArea ========== */
  .bnrArea {
    width: 990px;
    margin: 0 auto;
  }
  .bnrArea li {
    width: 25%;
  }
  .bnrArea li:nth-of-type(odd) {
    padding: 0 5px 10px;
  }
  .bnrArea li:nth-of-type(even) {
    padding: 0 5px 10px;
  }
  .bnrArea li:last-of-type {
    padding: 0 5px;
  }

  /* ========== section.step ========== */
  .step {
    display: flex;
    flex-wrap: wrap;
    width: 990px;
    margin: 0 auto;
  }
  .step h2 {
    width: 100%;
    margin: 70px 5px 15px;
  }
  .step ul {
    width: 600px;
    margin: 0 auto;
  }
  .step li div:first-of-type {
    display: block;
  }
  .step li div:first-of-type img {
    display: inline;
    margin: 0;
    padding: 0 30px 0 20px;
  }
  .step li div:first-of-type span {
    display: inline;
  }
  .step li:after {
    height: 19px;
    margin: 20px 0 30px;
  }

  /* ========== TOPのみ ========== */
  #top h1,
  header .commonTitle {
    margin: 10px 0 0;
    font-size: 20px;
    line-height: 1.3;
    width: calc(100% - 550px);
    order: 2;
  }
  header .commonTitle {
    font-weight: bold;
  }
  #top .topTitleText {
    width: 1000px;
    margin: 60px auto 0px;
    text-align: center;
    color: #a02c20;
    font-size: 27px;
  }

  /* ====== .module4  ====== */
  .module4 {
    display: flex;
    flex-wrap: wrap;
    width: 990px;
    margin: 0 auto;
  }
  .module4 .bnrArea {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 30px;
  }
  .module4 .bnrArea li {
    margin: 5px;
    padding: 0;
    width: 237px;
  }
  .module4 .bnrArea li a {
    width: 237px;
    height: 80px;
  }
  .module4 .bnrArea li:nth-of-type(5) a,
  .module4 .bnrArea li:last-of-type a {
    width: 460px;
  }
  .module4 .bnrArea li:nth-of-type(5) a span {
    display: block !important;
    font-size: 22px !important;
    top: 26px;
  }
  .module4 .bnrArea li:nth-of-type(5) a span p {
    line-height: 1.2;
    text-align: left;
  }
  .module4 .bnrArea li:last-of-type a span {
    display: block !important;
    font-size: 22px !important;
    top: 27px;
  }
  .module4 .bnrArea li:nth-of-type(1) {
    background: url(/wp-content/themes/yane2019/img/btn_5module_01_pc.png)
      no-repeat center;
    background-size: 100% auto;
  }
  .module4 .bnrArea li:nth-of-type(2) {
    background: url(/wp-content/themes/yane2019/img/btn_5module_02_pc.png)
      no-repeat center;
    background-size: 100% auto;
  }
  .module4 .bnrArea li:nth-of-type(3) {
    background: url(/wp-content/themes/yane2019/img/btn_5module_03_pc.png)
      no-repeat center;
    background-size: 100% auto;
  }
  .module4 .bnrArea li:nth-of-type(4) {
    background: url(/wp-content/themes/yane2019/img/btn_5module_04_pc.png)
      no-repeat center;
    background-size: 100% auto;
  }
  .module4 .bnrArea li:nth-of-type(5) {
    width: calc(50% - 10px);
    margin: 10px 5px;
    background: url(/wp-content/themes/yane2019/img/btn_5module_05_pc.png)
      no-repeat center;
    background-size: 100% auto;
  }
  .module4 .bnrArea li:nth-of-type(5) > span,
  .module4 .bnrArea li:nth-of-type(6) {
    display: none;
  }
  .module4 .bnrArea li:last-of-type {
    width: calc(50% - 10px);
    margin: 10px 5px;
    background: url(/wp-content/themes/yane2019/img/btn_5module_koujiten_pc.png)
      no-repeat center;
    background-size: 100% auto;
  }
  .module4 .bnrArea li a span {
    font-size: 18px !important;
    top: 18px;
  }

  /* ===== section.choiceReason（TOPのみ） ===== */
  .choiceReason {
    display: flex;
    flex-wrap: wrap;
    width: 1000px;
    margin: 0 auto;
  }
  .choiceReason h2 {
    width: 100%;
    margin: 70px 10px 15px;
  }
  .choiceReason article {
    width: calc(100% / 3 - 20px);
    margin: 0 10px;
  }
  .choiceReason h3 span {
    font-size: 16px;
  }

  /* ===== section.jirei（TOPのみ） ===== */
  #top .jirei {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  #top .jirei h2 {
    width: 100%;
    margin: 70px 10px 15px;
  }
  #top .jirei article {
    width: calc(100% / 3 - 20px);
    margin: 0 10px;
  }
  #top .jirei article p.voiceTitel {
    padding: 80px 0 6px;
  }
  #top .jirei article .linkBtn.pk02 a {
    background: url(/wp-content/themes/yane2019/img/bg_btn_pink2_2.png)
      no-repeat;
    background-size: 100% auto;
  }

  /* ===== section.suisenArea（TOPのみ） ===== */
  .suisenArea,
  .columnArea,
  .rankingArea,
  .jireiArea {
    margin: 50px auto;
    width: 980px;
  }
  .topCash {
    margin: 50px auto;
    width: 980px;
  }

  /* promise */
  .mainWrapper #main.promise .choiceReason article {
    margin: 15px 10px;
  }
  .mainWrapper #main.promise .choiceReason article h3 {
    margin: 15px auto;
  }

  /* ===== qa ===== */
  #main .question_qa dt span,
  #main .question_qa dd span {
    width: calc(100% - 80px);
  }

  #main.terms .contentBox {
    margin: 40px 0;
    padding: 0;
  }

  /* ===== section #contentPage ===== */
  .mainWrapper #main.contentPage ul {
    margin: 0 0 50px;
  }
  .mainWrapper #main.contentPage li {
    display: flex;
    align-items: start;
    justify-content: center;
    margin: 10px 7px;
    width: calc(100% / 3 - 14px);
  }

  /* ========== .mainWrapper ========== */
  .mainWrapper {
    margin-top: 40px;
  }
  .mainWrapper h1 {
    font-size: 27px;
    margin: 0 auto 20px;
    padding: 15px 35px 15px 55px;
    width: 980px;
  }
  .mainWrapper h1:before {
    width: 32px;
    height: 32px;
    top: 18px;
    left: 10px;
  }
  .mainWrapper h2 {
    margin: 0 0 40px;
  }
  .mainWrapper h2 span:first-of-type {
    font-size: 22px;
    width: 33px;
  }
  .mainWrapper h2 span:last-of-type {
    font-size: 27px;
    padding: 10px 15px 9px;
    width: calc(100% - 23px);
  }
  .mainWrapper h3 {
    margin: 50px 0 16px;
  }
  .mainWrapper p img {
    width: auto;
  }
  .mainWrapper #main {
    margin: 0 auto;
    width: 900px;
  }
  .mainWrapper #main p {
    margin: 16px 0 0;
  }
  .mainWrapper .signImg {
    text-align: center;
  }
  .mainWrapper .contentBox {
    margin: 0;
    padding: 80px 0 0;
  }
  .mainWrapper .contentBox .contentInnerPC {
    margin: 0 0 0 50px;
  }
  /* ===== content内パーツ =====*/
  /* h2下の小見出し枠 */
  .mainWrapper .subNav {
    margin: 40px 0;
  }
  /* table */
  .mainWrapper .contentBox table {
    width: 100%;
    margin: 15px 0;
  }
  /* ポイント */
  .mainWrapper .pointText {
    margin: 40px 0;
    padding: 0;
    border-radius: 35px;
  }
  .mainWrapper .pointText img {
    margin: 0 25px 0 0;
    width: 70px;
    height: 70px;
  }
  .mainWrapper .pointText span:last-of-type {
    width: calc(100% - 95px);
  }
  /* 画像回り込み */
  .mainWrapper .imgR:after,
  .mainWrapper .imgL:after {
    content: "";
    display: block;
    clear: both;
  }
  .mainWrapper .imgR p,
  .mainWrapper .imgL p {
    margin: 0 0 16px;
  }
  .mainWrapper .imgR p.image {
    float: right;
    margin: 0 0 0 15px;
    width: 200px;
  }
  .mainWrapper .imgL p.image {
    float: left;
    margin: 0 15px 0 0;
    width: 200px;
  }
  .mainWrapper .imgR p.image img,
  .mainWrapper .imgL p.image img {
    width: 100%;
  }
  .mainWrapper .imgR .textBox {
    float: left;
    width: calc(100% - 215px);
  }
  .mainWrapper .imgL .textBox {
    float: right;
    width: calc(100% - 215px);
  }
  .mainWrapper .imgR .textBox h3,
  .mainWrapper .imgL .textBox h3 {
    margin: 0 0 16px;
  }
  /* 画像並び */
  .mainWrapper .imageCol2,
  .mainWrapper .imageCol3 {
    display: flex;
  }
  .mainWrapper .imageCol2 li {
    width: 50%;
    padding: 0 3px;
  }
  .mainWrapper .imageCol3 li {
    width: calc(100% / 3);
    padding: 0 3px;
  }
  /* 詳しく見るリンク */
  .mainWrapper .moreLink {
    margin: 50px 0;
  }
  .mainWrapper .moreLink p {
    margin: 0 50px 20px;
  }
  .mainWrapper .moreLink li {
    margin: 0px 50px 20px;
  }
  /* 目次 */
  .mainWrapper .contentNav dd {
    margin: 10px 0 0 35px;
  }

  .mainWrapper .contentNav1910 {
    margin: 50px auto 80px;
    width: 900px;
  }
  .mainWrapper .contentNav1910 dl {
    border: 10px solid #ffebbb;
    padding: 10px 30px 40px;
  }
  .mainWrapper .contentNav1910 dt {
    margin: 20px 0 10px;
    padding: 20px 0 0 0;
  }
  .mainWrapper .contentNav1910 dt span {
    vertical-align: middle;
  }
  .mainWrapper .contentNav1910 dt span:nth-of-type(2) {
    line-height: 1.5;
    margin: 0;
    width: calc(100% - 80px);
  }
  .mainWrapper .contentNav1910 dt span.iconSummary {
    margin: 20px 0 0;
  }
  .mainWrapper .contentNav1910 dd {
    margin: 10px 0 0 35px;
  }

  /*あせて読みたい・関連リンク */
  .mainWrapper .relationLink1910 ul {
    padding: 15px 0;
    border: 10px solid #f3d5d5;
  }
  .mainWrapper .relationLink1910 li {
    margin: 15px 30px;
  }

  .sp {
    display: none !important;
  }
}
/* #################### タブレット専用（幅768-1279以下） #################### */
@media only screen and (min-device-width: 768px) and (max-device-width: 1279px) {
}
/* #################### PC専用（幅1280以上） #################### */
@media only screen and (min-device-width: 1280px) {
}

/* ##################################################

	↓今後削除決まってるから旧classのまま調整するやつ↓

################################################## */
.choise-content01 {
  margin: 0 0 20px;
  padding: 10px;
  border: 1px solid #ccc;
}
.choise-content01 .titile_01 img {
  width: 50px;
}
.h301_new {
  font-size: 22px;
  margin-bottom: 20px;
  border-left: 5px solid #d3d3d3;
  padding-left: 20px;
}
.corlor_link a {
  color: #ccc;
  font-size: 14px;
  white-space: pre-line;
}
.case01 {
  display: flex;
}
.case01 li {
  width: calc(100% / 3);
  padding: 0 3px;
  line-height: 0;
}
.corlor_link {
  line-height: 1.2;
}

/* コラムの下の関連記事・おすすめ記事 */
.about_box .center {
  text-align: center;
}
.about_box .main_box_title {
  display: none;
}
.two-col-report .one-left .report_01 p img,
.two-col-report .one-right .report_01 p img {
  width: auto;
}
.two-col-report .one-left .report_01 .h80:after {
  content: "";
  display: block;
  clear: both;
}
.two-col-report .one-left .report_01 .fl_r10,
.two-col-report .one-right .report_02 .fl_r10 {
  float: left;
  margin: 0 15px 0 0;
  padding: 0;
}
.two-col-report .one-left .report_01 .fl_r10 img,
.two-col-report .one-right .report_02 .fl_r10 img {
  width: auto;
  height: 80px;
}
.two-col-report .one-right .report_02 a div:after {
  content: "";
  display: block;
  clear: both;
}
.mainWrapper .kasai.right {
  text-align: right;
}
.mainWrapper .kasai a {
}
.mainWrapper .kasai img {
  width: auto;
}

/* コンテンツ配下ランキング　レイアウト変えるまでのやつ */
.mainWrapper #main .rankingArea ul {
  margin: 20px 15px 50px;
}
.mainWrapper #main .rankingArea .choise-content {
  padding: 15px;
}
.mainWrapper #main .rankingArea h2.ranking {
  margin: 0 0 20px;
  padding: 10px 0;
  width: 100%;
  background: none;
}
.mainWrapper #main .rankingArea h2.ranking img {
  vertical-align: middle;
  margin: 0 10px 0 0;
  width: 50px;
}
.mainWrapper #main .rankingArea h2.ranking span {
  display: inline-block;
  font-size: 1em;
  text-align: center;
  width: 55px;
  margin: 0 10px 0 0;
  padding: 0 5px;
  border: 1px solid #000055;
  border-radius: 5px;
}
.mainWrapper #main .rankingArea .kasai {
  float: none;
}
.mainWrapper #main .rankingArea .choise-content p {
  margin: 20px 15px 0;
}

.visualReason {
  position: relative;
  padding: 0 0 20px 25px;
  clear: both;
  margin: 0;
}
.image_r {
  float: right;
  padding: 0 0 0 15px;
}
.visualReason .txtTitle {
  position: absolute;
  left: 322px;
  top: 22px;
  font-size: 25px;
  color: #2aaddb;
}
.visualReason .item01 {
  position: absolute;
  left: 243px;
  top: 98px;
}
.visualReason .item01 span {
  padding: 0 36px;
  font-size: 37px;
  font-weight: 700;
  color: #fff;
}
.visualReason .item02 {
  position: absolute;
  left: 263px;
  top: 137px;
  font-size: 26px;
  letter-spacing: 2px;
}
.visualReason .item03 {
  position: absolute;
  left: 251px;
  top: 188px;
  line-height: 1.7;
  font-size: 14px;
}

#main.reason .txtTitle {
  color: #2eb2e2;
  font-size: 28px;
  font-weight: bold;
}
#main.reason .item01 {
  font-size: 44px;
}
#main.reason .item01 span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  padding: 0 5px;
  background: #2eb2e2;
  border-radius: 10px;
}
#main.reason .title2 {
  font-size: 20px;
  font-weight: bold;
}
#main.reason .reasonBox {
  padding: 15px;
  border: 1px solid #2eb2e2;
}

.mainWrapper #main.ranking .titile_02 img {
  width: auto;
}

/* #################### スマホ専用（幅767以下） #################### */
@media only screen and (max-device-width: 767px) {
  .pc {
    display: none !important;
  }
}
/* #################### スマホiPhone5専用（幅767以下） #################### */
@media only screen and (max-device-width: 767px) {
  .pc {
    display: none !important;
  }
}
/* #################### PC用、タブレット共通（幅768以上） #################### */
@media only screen and (min-width: 768px) {
  /* コラムの下の関連記事・おすすめ記事 */
  .about_box .center img {
    width: 450px;
  }
  .two-col-report .one-left,
  .two-col-report .one-right {
    display: inline-block;
    vertical-align: top;
    width: 480px;
  }

  /* コンテンツ配下ランキング　レイアウト変えるまでのやつ */
  .mainWrapper #main .rankingArea .contentOutline {
    margin-top: -80px;
    padding-top: 80px;
  }
  .mainWrapper #main .rankingArea .choise-content {
    padding: 20px;
  }

  #main.reason .txtTitle {
    font-size: 42px;
  }
  #main.reason .item01 span {
    font-size: 48px;
  }
  .reasonBox {
    margin: 0 auto;
    width: 700px;
  }
}
/* #################### タブレット専用（幅768-1279以下） #################### */
@media only screen and (min-device-width: 768px) and (max-device-width: 1279px) {
}
/* #################### PC専用（幅1280以上） #################### */
@media only screen and (min-device-width: 1280px) {
}

/* ========== 事例詳細ページ（改修後） ========== */
.mainWrapper #main.jireiShosai2001 .contentBox .jireiPoint {
  padding: 15px 10px;
  background: rgba(255, 235, 88, 0.2);
  border: 1px dashed #ccc;
}
.mainWrapper #main.jireiShosai2001 .contentBox .jireiPoint dt {
  display: inline;
  padding: 0 1em 0 0;
}
.mainWrapper #main.jireiShosai2001 .contentBox .jireiPoint dd {
  display: inline;
  color: #f00;
  font-size: 24px;
  font-weight: bold;
}
.mainWrapper #main.jireiShosai2001 .contentBox .jireiPoint dd span {
  font-size: 18px;
}
.mainWrapper #main.jireiShosai2001 .contentBox ul {
  margin: 0;
  padding: 0;
}
.mainWrapper #main.jireiShosai2001 .contentBox ul li {
  color: #555;
  font-size: 18px;
  margin: 0 0 5px;
  padding: 0 10px;
  background: url(/wp-content/themes/yane2019/img/bg_jirei_line.gif) repeat-x
    bottom;
  background-size: auto 50%;
  text-indent: 0;
  padding: 0;
}
.mainWrapper #main.jireiShosai2001 .contentBox ul li.img {
  display: none;
  background: none;
}
.mainWrapper #main.jireiShosai2001 .contentBox ul li span:last-of-type {
  color: #000;
  font-size: 1em;
  font-weight: bold;
}
.mainWrapper #main.jireiShosai2001 .contentBox ul li span:first-of-type {
  display: inline-block;
  color: #555;
  font-weight: normal;
}
.mainWrapper
  #main.jireiShosai2001
  .contentBox
  ul
  li
  span:first-of-type
  span.pc {
  display: inline;
}
.mainWrapper #main.jireiShosai2001 .contentBox ul li:last-of-type {
  font-weight: bold;
  background: none;
}
.mainWrapper #main.jireiShosai2001 .contentBox ul li:last-of-type span {
  color: #f00;
  font-size: 28px;
  font-weight: bold;
}

/* #################### スマホ専用（幅767以下） #################### */
@media only screen and (max-device-width: 767px) {
  .mainWrapper #main.jireiShosai2001 .contentBox .jireiPoint,
  .mainWrapper #main.jireiShosai2001 .contentBox .image {
    margin: 15px;
  }
  .mainWrapper #main.jireiShosai2001 .contentBox ul {
    margin: 15px;
  }
}
/* #################### PC用、タブレット共通（幅768以上） #################### */
@media only screen and (min-width: 768px) {
  .mainWrapper #main.jireiShosai2001 .contentBox:first-of-type {
  }
  .mainWrapper #main.jireiShosai2001 .contentBox:first-of-type ul {
    display: inline-block;
    vertical-align: top;
    margin: 20px 0 0 0;
    width: 375px;
  }
  .mainWrapper #main.jireiShosai2001 .contentBox:first-of-type .image {
    display: inline-block;
    vertical-align: top;
    margin: 20px 0 0 15px;
    width: calc(100% - 396px);
  }
  .mainWrapper #main.jireiShosai2001 .contentBox:first-of-type .image img {
    width: 100%;
  }
}
/* #################### タブレット専用（幅768-1279以下） #################### */
@media only screen and (min-device-width: 768px) and (max-device-width: 1279px) {
}
/* #################### PC専用（幅1280以上） #################### */
@media only screen and (min-device-width: 1280px) {
}

.mainWrapper #main .wAuto {
  width: auto;
}
