/*
Theme Name: boseki2019
*/
@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;
}

/*2020年10月1日追加*/
a :hover{
	opacity: 0.5;
}

/* ========== 汎用class ========== */
.bold {
  color: #a02020;
  font-weight: bold;
}
.bold_g {
  color: #ff9313;
  font-weight: bold;
}
/* 文字寄せ */
.textR {
  text-align: right;
}
.textC {
  text-align: center;
}
.textC img {
  max-width: 100%;
}

/* .boxY */
.boxY {
  margin: 15px;
  padding: 15px;
  background: #ffffdd;
}

/* .linkBtn */
.linkBtn,
.linkBtnD {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 15px;
}
.linkBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  margin: 0 auto;
  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;
  margin: 0 auto;
  width: 345px;
  height: 72px;
}
.linkBtn.or01 a {
  color: #fff;
  background: url(/wp-content/themes/boseki2019/img/bg_btn_orange1_1.png)
    no-repeat;
  background-size: 100% auto;
}
.linkBtn.or02 a {
  color: #ea7f1f;
  background: url(/wp-content/themes/boseki2019/img/bg_btn_orange1_2.png)
    no-repeat;
  background-size: 100% auto;
}
.linkBtnD.or01d a {
  color: #fff;
  background: url(/wp-content/themes/boseki2019/img/bg_btn_orange2_1.png)
    no-repeat;
  background-size: 100% auto;
}
.linkBtnD.or02d a {
  color: #ea7f1f;
  background: url(/wp-content/themes/boseki2019/img/bg_btn_orange2_2.png)
    no-repeat;
  background-size: 100% auto;
}
.linkBtn.pk01 a {
  color: #fff;
  background: url(/wp-content/themes/boseki2019/img/bg_btn_pink1_1.png)
    no-repeat;
  background-size: 100% auto;
}
.linkBtn.pk02 a {
  color: #e67373;
  background: url(/wp-content/themes/boseki2019/img/bg_btn_pink1_2.png)
    no-repeat;
  background-size: 100% auto;
}
.linkBtnD.pk01d a {
  color: #fff;
  background: url(/wp-content/themes/boseki2019/img/bg_btn_pink2_1.png)
    no-repeat;
  background-size: 100% auto;
}
.linkBtnD.pk02d a {
  color: #e67373;
  background: url(/wp-content/themes/boseki2019/img/bg_btn_pink2_2.png)
    no-repeat;
  background-size: 100% auto;
}
.linkBtn.gr01 a {
  color: #fff;
  background: url(/wp-content/themes/boseki2019/img/bg_btn_green1_1.png)
    no-repeat;
  background-size: 100% auto;
}
.linkBtn.gr02 a {
  color: #669934;
  background: url(/wp-content/themes/boseki2019/img/bg_btn_green1_2.png)
    no-repeat;
  background-size: 100% auto;
}
.linkBtnD.gr01d a {
  color: #fff;
  background: url(/wp-content/themes/boseki2019/img/bg_btn_green2_1.png)
    no-repeat;
  background-size: 100% auto;
}
.linkBtnD.gr02d a {
  color: #669934;
  background: url(/wp-content/themes/boseki2019/img/bg_btn_green2_2.png)
    no-repeat;
  background-size: 100% auto;
}
.linkBtn.rd01 a {
  color: #fff;
  background: url(/wp-content/themes/boseki2019/img/bg_btn_red1_1.png) no-repeat;
  background-size: 100% auto;
}
.linkBtn.rd02 a {
  color: #a02020;
  background: url(/wp-content/themes/boseki2019/img/bg_btn_red1_2.png) no-repeat;
  background-size: 100% auto;
}
.linkBtnD.rd01d a {
  color: #fff;
  background: url(/wp-content/themes/boseki2019/img/bg_btn_red2_1.png) no-repeat;
  background-size: 100% auto;
}
.linkBtnD.rd02d a {
  color: #a02020;
  background: url(/wp-content/themes/boseki2019/img/bg_btn_red2_2.png) no-repeat;
  background-size: 100% auto;
}
.linkBtn.gd02 a {
  color: #bd8e00;
  background: url(/wp-content/themes/boseki2019/img/bg_btn_gold1_2.png)
    no-repeat;
  background-size: 100% auto;
}
.linkBtn.bl02 a {
  color: #7b6bb4;
  background: url(/wp-content/themes/boseki2019/img/bg_btn_blue1_2.png)
    no-repeat;
  background-size: 100% auto;
}
.linkBtn.pl02 a {
  color: #727ee5;
  background: url(/wp-content/themes/boseki2019/img/bg_btn_purple1_2.png)
    no-repeat;
  background-size: 100% auto;
}
.linkBtnD.pl02d a {
  color: #727ee5;
  background: url(/wp-content/themes/boseki2019/img/bg_btn_purple2_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;
}

/* ========== 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: 13px;
  font-weight: bold;
  color: #333;
  margin: 0;
  /* width: calc(100% - 140px); */
  width: calc(100% - 218px);;
  
}
header .breadcrumbs {
  text-align: left;
  margin: 5px 0;
  padding: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
header .breadcrumbs span {
  display: table-cell;
  font-size: 12px;
  white-space: nowrap;
}
header .headerTel {
  font-weight: bold;
  color: #fff;
  margin: 0;
  padding: 10px 0;
  width: 100%;
  background: #7b6bb4;
}
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: #7b6bb4;
  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: 20px;
  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: #a63b52;
}
.women_module img.solo {
  width: 35%;
  height: auto;
  position: absolute;
  top: -20px;
  right: 0;
  z-index: 1;
}
.women_module article {
  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: #a63b52;
  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 #7b6bb4;
  background: url(/wp-content/themes/boseki2019/img/icon_h2.gif) no-repeat 15px
    0;
  background-size: auto 45px;
}
#dictionary .bgWrapper {
  padding: 5px 0;
  background: url(/wp-content/themes/boseki2019/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/boseki2019/img/bg_dictionay_h3.png)
    no-repeat;
  background-size: auto 35px;
  background-position: left bottom;
  border: none;
}
#dictionary article:first-of-type h3 {
  margin: 15px 15px 0;
}
#dictionary ul {
  margin: 15px;
}
#dictionary li {
  display: flex;
  align-items: center;
  margin: 15px 0 0;
  padding: 0;
}
#dictionary li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  color: #333;
  padding: 15px 20px;
  width: 100%;
  height: 88px;
  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/boseki2019/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 #7b6bb4;
  background: url(/wp-content/themes/boseki2019/img/icon_h2.gif) no-repeat 15px
    0;
  background-size: auto 45px;
}
#connectGroup .bgWrapper {
  padding: 15px 0;
  background: url(/wp-content/themes/boseki2019/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: #7b6bb4;
  margin: 0 !important;
  border: none;
}
#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: #7b6bb4;
  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: 2;
}
.keyVisual div.topJirei p {
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #7b6bb4;
}
.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/boseki2019/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 {
  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 #ff9313;
  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;
  background-size: 100% auto;
  padding: 15px 0 0;
  order: 5;
}
.keyVisual .formMitsumoriRecord {
  border: 2px solid #ff9313;
  background: #fff;
  margin: 0 15px 15px;
}
.keyVisual .formMitsumoriRecord div:first-of-type {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #ff9313;
}
.keyVisual .formMitsumoriRecord div:first-of-type span {
  display: inline-block;
  color: #ff9313;
  background: #fff;
  border-radius: 50%;
  margin: 1px 5px 2px 0px;
  padding: 10px 7px;
}
.keyVisual div.topJirei p.items {
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
  color: #333;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  background: none;
  border-left: 5px solid #eee;
}
.keyVisual .formMitsumoriRecord ul {
  margin: 0;
}
.keyVisual .formMitsumoriRecord li {
  text-indent: 0;
  padding: 23px 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"] {
  margin: 5px 0 0;
  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/boseki2019/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;
  margin: 5px 0 0;
  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 label {
  display: block;
  line-height: 40px;
  padding: 0 10px;
  border-radius: 8px;
}
.keyVisual .formMitsumoriRecord li label#reienYes,
.keyVisual .formMitsumoriRecord li label#reienNo {
  display: inline-block;
  width: 42%;
}
.keyVisual .formMitsumoriRecord li label.check {
  background: #ffd8ad;
}
.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 -2px;
  padding: 5px 5px 3px;

  font-size: 12px;
  vertical-align: text-top;
}
.keyVisual .formMitsumoriRecord li label#constructionNew,
.keyVisual .formMitsumoriRecord li label#constructionReform {
  display: inline-block;
  line-height: 40px;
  padding: 0 10px;
  width: 42%;
  border-radius: 8px;
}
.keyVisual .formMitsumoriRecord li .mordalBtn {
}
.keyVisual .formMitsumoriRecord .mordalBack {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(230, 230, 230, 0.8);
  z-index: 11;
  position: fixed;
  top: 0;
  left: 0;
}
.keyVisual .formMitsumoriRecord li .mordalBox {
  display: none;
  padding: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  background: #fff !important;
  border-radius: 10px;
  box-shadow: 0 0 10px;
  overflow-y: scroll;
  z-index: 12;
  position: fixed;
  top: 15px;
  left: 15px;
}
.keyVisual .formMitsumoriRecord li .mordalBox p:first-of-type {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
}
.keyVisual .formMitsumoriRecord li .mordalBox li {
  margin: 0;
  padding: 0;
}
.keyVisual .formMitsumoriRecord li .mordalBox li label {
  display: block;
  margin: 5px 0;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.keyVisual .formMitsumoriRecord li .mordalBox li.groupName {
  color: #ff9313;
  font-weight: bold;
  margin: 25px 0 15px;
  padding: 0;
  border: none;
  border-bottom: 5px solid #ff9313;
}
.keyVisual .formMitsumoriRecord li .mordalBox .closeBtn:first-of-type {
  width: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.keyVisual .formMitsumoriRecord li .mordalBox .closeBtn:last-of-type {
  margin: 25px 0 0;
}
.keyVisual .formMitsumoriRecord li .mordalBox .closeBtn:last-of-type a {
  display: block;
  color: #ff9313;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 10px 0;
  border: 2px solid #ff9313;
  border-radius: 8px;
}

/* 休暇ボックス */
.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/boseki2019/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/boseki2019/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/boseki2019/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/boseki2019/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 #main.knowledge ul {
  margin: 15px;
}
.mainWrapper #main.knowledge li {
  text-indent: -18px;
  margin: 0 0 15px;
  padding: 0 0 0 18px;
}
.mainWrapper #main.knowledge li img {
  vertical-align: top;
  width: 18px;
}

/* ========== .mainWrapper ========== */
.mainWrapper {
}
.mainWrapper h1 {
  font-size: 20px;
  line-height: 33px;
  margin: 60px 0 40px;
  padding: 25px 10px 15px 15px;
  border-top: 5px solid #7b6bb4;
  border-bottom: 5px solid #7b6bb4;
  position: relative;
}
.mainWrapper h1:before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background: url(/wp-content/themes/boseki2019/img/icon_h1.png) no-repeat;
  position: absolute;
  top: -22px;
  left: 0;
}
.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: #7b6bb4;
}
.mainWrapper h2 span:last-of-type {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  color: #7b6bb4;
  font-size: 18px;
  line-height: 1.2;
  padding: 10px 10px 9px;
  width: calc(100% - 23px);
  background: #f2f1f8;
}
.mainWrapper h2.long span:first-of-type {
  width: 85px;
}
.mainWrapper h2.long span:last-of-type {
  width: calc(100% - 100px);
}
.mainWrapper 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;
}
/* ===== content内パーツ =====*/
/* table */
.mainWrapper .contentBox table {
  width: 100%;
  margin: 15px 0;
  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 .pointBox {
}
.mainWrapper .point {
  font-weight: bold;
}
.mainWrapper .point img {
  width: auto;
}

.mainWrapper .pointText {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 15px !important;
  padding: 10px;
  background: #ffb574;
  border-radius: 10px;
}
.mainWrapper .pointText img {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 45px;
  height: 45px;
  margin: 0 10px 0 0;
}
.mainWrapper .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/boseki2019/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/boseki2019/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/boseki2019/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/boseki2019/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: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/boseki2019/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/boseki2019/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 15px;
  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/boseki2019/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 .contentBox p.items {
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
  color: #333;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  background: none;
  border-left: 5px solid #eee;
}
/* ↑新ソース↑ */
.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;
}
/* 事例 /content配下 */
.mainWrapper #main.jireiShosai.kaisou2 .contentBox .voice-content2 {
  margin: 15px;
  padding: 0 15px;
  background: #fefef7;
  border: 1px solid #ccc;
}
.mainWrapper #main.jireiShosai.kaisou2 .contentBox .voice-content2 dl {
  margin: 15px 0;
  padding: 0 0 15px;
}
.mainWrapper
  #main.jireiShosai.kaisou2
  .contentBox
  .voice-content2
  dl:first-of-type {
  border-bottom: 1px solid #ccc;
}
.mainWrapper #main.jireiShosai.kaisou2 .contentBox .voice-content2 dt {
  text-align: center;
}
.mainWrapper #main.jireiShosai.kaisou2 .contentBox .voice-content2 dd {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}
.mainWrapper #main.jireiShosai.kaisou2 .contentBox .voice-content2 p {
  margin: 15px 0;
}
.mainWrapper #main.jireiShosai.kaisou2 .contentBox .voice-content2 p img {
  width: 33px;
  vertical-align: middle;
}
.mainWrapper #main.jireiShosai.kaisou2 .contentBox .voice-content2 p span {
  display: inline-block;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  width: calc(100% - 40px);
  background: #ff0000;
}

/* 工事店登録ページ */
.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/boseki2019/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); */
  width: calc(100% - 218px);
}
#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 #7b6bb4;
  background: url(/wp-content/themes/boseki2019/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/boseki2019/img/btn_4module_01.png?date=191117)
    no-repeat center;
  background-size: 100% auto;
}
.module4 .bnrArea li:nth-of-type(2) {
  background: url(/wp-content/themes/boseki2019/img/btn_4module_05.png?date=191117)
    no-repeat center;
  background-size: 100% auto;
}
.module4 .bnrArea li:nth-of-type(3) {
  background: url(/wp-content/themes/boseki2019/img/btn_4module_03.png?date=191117)
    no-repeat center;
  background-size: 100% auto;
}
.module4 .bnrArea li:nth-of-type(4) {
  background: url(/wp-content/themes/boseki2019/img/btn_4module_04.png?date=191117)
    no-repeat center;
  background-size: 100% auto;
}
.module4 .bnrArea li:nth-of-type(5) {
  background: url(/wp-content/themes/boseki2019/img/btn_4module_02.png?date=191117)
    no-repeat center bottom;
  background-size: 100% auto;
}
.module4 .bnrArea li:nth-of-type(6) {
  margin: 25px auto;
  background: url(/wp-content/themes/boseki2019/img/line_4module.png?date=191117)
    no-repeat center;
  background-size: 100% auto;
  height: 1px;
}
.module4 .bnrArea li:last-of-type {
  background: url(/wp-content/themes/boseki2019/img/btn_4module_koujiten.png?date=191117)
    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 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.2;
  width: 240px;
  height: 84px;
  position: absolute;
  top: 10px;
  left: 85px;
}
.module4 .bnrArea li:last-of-type a span {
  color: #c4392f !important;
  width: auto;
  left: 133px;
}
.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;
}
.mainWrapper .choiceReason h3,
.choiceReason h3 {
  display: inline-block;
  color: #7b6bb4;
  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: #7b6bb4;
  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:nth-of-type(2) h3 span {
  line-height: 1;
}
#top .jirei article h3:before {
  content: "事例";
  display: inline-block;
  vertical-align: middle;
  color: #7b6bb4;
  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 #7b6bb4;
  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;
  text-indent: 0;
  margin: 0 0 5px;
  padding: 0;
  width: 100%;
  background: url(/wp-content/themes/boseki2019/img/bg_jirei_line.gif) repeat-x
    bottom;
  background-size: auto 50%;
}
#top .jirei article:first-of-type ul:first-of-type li:nth-of-type(2) {
  width: 42%;
}
#top .jirei article:first-of-type ul:first-of-type li:nth-of-type(3) {
  width: 58%;
}
#top .jirei article:nth-of-type(2) ul:first-of-type li:nth-of-type(1) {
  width: 55%;
}
#top .jirei article:nth-of-type(2) ul:first-of-type li:nth-of-type(2) {
  width: 45%;
}
#top .jirei article:last-of-type ul:first-of-type li:nth-of-type(2) {
  width: 42%;
}
#top .jirei article:last-of-type ul:first-of-type li:nth-of-type(3) {
  width: 58%;
}

#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/boseki2019/img/bg_jirei_women2.png)
    no-repeat;
  background-size: 100% auto;
}
#top .jirei article:nth-of-type(2) p.voiceTitel {
  background: url(/wp-content/themes/boseki2019/img/bg_jirei_granpa2.png)
    no-repeat;
  background-size: 100% auto;
}
#top .jirei article:nth-of-type(3) p.voiceTitel {
  background: url(/wp-content/themes/boseki2019/img/bg_jirei_granpa3.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,
.reportArea 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: #0070c0;
  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:after {
  content: "";
  display: block;
  clear: both;
}
.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;
}
.mainWrapper #main.suisen .gmap {
  text-align: center;
  width: calc(100% - 30px);
}
.mainWrapper #main.suisen .box01 .box01L .gmap a {
  display: block;
  width: 90%;
  padding: 8px;
  clear: both;
  text-align: center;
  margin: 0 auto;
  background: #00b0f0;
  color: #fff;
  border-radius: 8px;
}
.mainWrapper #main.suisen .box01 .box01L .gmap a img {
  width: 20px;
}

/* 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%;
}

/* /content/price/ */
.mainWrapper #main.content_price .imgL {
  margin: 15px;
}
.mainWrapper #main.content_price .imgL .textBox h4 {
  margin: 0 0 15px;
  border-bottom: 1px solid #ccc;
}
.mainWrapper #main.content_price .imgL .textBox div {
  display: flex;
  flex-wrap: wrap;
}
.mainWrapper #main.content_price .imgL .textBox div dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 45%;
  border: 1px solid #ccc;
}
.mainWrapper #main.content_price .imgL .textBox div dt {
  text-align: center;
  width: 100%;
  border: 1px solid #ccc;
}
.mainWrapper #main.content_price .imgL .textBox div dl:first-of-type dt {
  background: #f1f1f1;
}
.mainWrapper #main.content_price .imgL .textBox div dl:last-of-type dt {
  background: #5cd4ff;
}
.mainWrapper #main.content_price .imgL .textBox div dd {
  font-weight: bold;
  text-align: center;
  width: 100%;
  border: 1px solid #ccc;
}
.mainWrapper #main.content_price .imgL .textBox div div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3px;
  width: 10%;
}
.mainWrapper #main.content_price .imgL .textBox div div img {
  width: auto;
  height: 20px;
  transform: rotate(270deg);
}
.mainWrapper #main.content_price .imgL .textBox p {
  margin: 16px 0;
}
.mainWrapper #main.content_price .imgL .textBox .bold {
  font-size: 24px;
  text-align: center;
  margin: 0;
  width: 100%;
}
.mainWrapper #main.content_price .imgL .image {
  text-align: center;
}
.mainWrapper #main.content_price .imgL .image img {
  width: auto;
}
.mainWrapper #main.content_price .textC img:nth-of-type(odd) {
  width: calc(100% / 3 - 15px);
}
.mainWrapper #main.content_price .textC img:nth-of-type(even) {
  width: 20px;
}
.mainWrapper #main.content_price .textC.full img {
  width: 100%;
}
.mainWrapper #main.content_price table {
}
.mainWrapper #main.content_price table th {
  font-size: 16px;
  padding: 5px;
}
.mainWrapper #main.content_price table td {
  font-size: 16px;
  padding: 5px;
}
.mainWrapper
  #main.content_price
  table:nth-of-type(1)
  tr:nth-of-type(1)
  th:nth-of-type(1) {
  width: 100px;
}
.mainWrapper
  #main.content_price
  table:nth-of-type(1)
  tr:nth-of-type(1)
  th:nth-of-type(2) {
  width: 100px;
}
.mainWrapper
  #main.content_price
  table:nth-of-type(2)
  tr:nth-of-type(1)
  th:nth-of-type(1) {
  width: 80px;
}
.mainWrapper
  #main.content_price
  table:nth-of-type(2)
  tr:nth-of-type(1)
  th:nth-of-type(2) {
  width: 80px;
}

/* /content/reform/ */
.mainWrapper #main.content_reform .textC img {
  width: calc(50% - 20px);
}
.mainWrapper #main.content_reform .textC img:nth-of-type(2) {
  margin: 0 3px;
  width: 15px;
}

/* /content/manga/ */
.mainWrapper #main.contentPage.manga .read {
  font-size: 18px;
  margin: 0 15px 30px;
}
.mainWrapper #main.contentPage.manga .textC {
  margin: 15px;
}
.mainWrapper #main.contentPage nav.anchornav li a {
  flex-wrap: wrap;
}
.mainWrapper #main.contentPage.manga li a span:last-of-type {
  display: inline;
  margin: 0;
  padding: 0;
  width: 100%;
  border: none;
}

/* #################### スマホ専用（幅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/boseki2019/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%;
  }

  .floatingBnr {
    display: block;
  }

  .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 ========== */

  /* .boxY */
  .boxY {
    margin: 15px 0;
    padding: 10px 30px 15px;
  }

  /* .linkBtn */
  .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/boseki2019/img/bg_btn_orange1_pc.png)
      no-repeat;
  }
  .linkBtn.or02 a,
  .linkBtnD.or02d a {
    background: url(/wp-content/themes/boseki2019/img/bg_btn_orange2_pc.png)
      no-repeat;
  }
  .linkBtn.pk01 a,
  .linkBtnD.pk01d a {
    background: url(/wp-content/themes/boseki2019/img/bg_btn_pink1_pc.png)
      no-repeat;
  }
  .linkBtn.pk02 a,
  .linkBtnD.pk02d a {
    background: url(/wp-content/themes/boseki2019/img/bg_btn_pink2_pc.png)
      no-repeat;
  }
  .linkBtn.gr01 a,
  .linkBtnD.gr01d a {
    background: url(/wp-content/themes/boseki2019/img/bg_btn_green1_pc.png)
      no-repeat;
  }
  .linkBtn.gr02 a,
  .linkBtnD.gr02d a {
    background: url(/wp-content/themes/boseki2019/img/bg_btn_green2_pc.png)
      no-repeat;
  }
  .linkBtn.rd01 a,
  .linkBtnD.rd01d a {
    background: url(/wp-content/themes/boseki2019/img/bg_btn_red1_pc.png)
      no-repeat;
  }
  .linkBtn.rd02 a,
  .linkBtnD.rd02d a {
    background: url(/wp-content/themes/boseki2019/img/bg_btn_red2_pc.png)
      no-repeat;
  }
  .linkBtn.pl02 a,
  .linkBtnD.pl02d a {
    background: url(/wp-content/themes/boseki2019/img/bg_btn_purple2_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 #7b6bb4;
  }
  header .headerInner {
    align-items: center;
    margin: 0 auto;
    width: 980px;
  }
  header .logo {
    order: 1;
    margin: 10px;
    width: 145px;
  }
  header .headerTxt {
    order: 2;
    font-size: 20px;
    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 {
    display: inline;
    white-space: normal;
  }
  header .headerTel {
    order: 3;
    padding: 5px 0 0;
    width: 350px;
    background: none;
    border: 1px solid #7b6bb4;
  }
  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: #7b6bb4;
    color: #fff;
  }
  header .headerTel div.pc div:first-of-type span:nth-of-type(2) {
    color: #7b6bb4;
  }
  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: #429615;
    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 {
    margin: 0;
    padding: 10px 15px 15px;
    border: 2px solid #a63b52;
    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/boseki2019/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/boseki2019/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/boseki2019/img/img_kv_pctop.png)
      no-repeat top center;
    background-size: auto 555px;
    margin: 0;
    padding: 20px 0 0;
    position: relative;
  }
  .keyVisual .trendText {
    font-size: 26px;
    padding: 20px 0;
    width: 560px;
    background: rgba(0, 0, 85, 0.7);
    border-radius: 10px;
    position: absolute;
    top: 508px;
    left: calc(50% - 491px);
  }
  .keyVisual div.topJirei {
    display: flex;
    flex-wrap: wrap;
    margin: 20px auto 0;
    padding: 0;
    width: 980px;
    order: 2;
  }
  .keyVisual div.topJirei p {
    font-size: 28px;
    width: 100%;
    order: 1;
  }
  .keyVisual .topJirei a:nth-child(3) {
    order: 2;
  }
  .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(2) {
    order: 2;
  }
  .keyVisual .topJirei .linkBtn {
    margin: 10px auto !important;
    order: 4;
  }
  .keyVisual .formMitsumori {
    display: flex;
    width: 980px;
    height: 535px;
    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 {
    padding: 22px 15px 0;
  }
  .keyVisual .formMitsumoriRecord li:last-of-type div:nth-of-type(2) {
    width: 100%;
  }
  .keyVisual .formMitsumoriRecord li .mordalBox {
    padding: 30px 20px;
    width: 980px;
    height: 700px;
    overflow: hidden;
    position: fixed;
    top: calc(50% - 350px);
    left: calc(50% - 490px);
  }
  .keyVisual .formMitsumoriRecord li .mordalBox ul {
    display: flex;
    flex-wrap: wrap;
  }
  .keyVisual .formMitsumoriRecord li .mordalBox ul li {
    margin: 0 20px 0 0;
  }
  .keyVisual .formMitsumoriRecord li .mordalBox ul li:last-of-type {
    margin: 0;
  }
  .keyVisual .formMitsumoriRecord li .mordalBox ul:first-of-type {
    width: calc(100% / 3 * 2);
  }
  .keyVisual .formMitsumoriRecord li .mordalBox ul:first-of-type li {
    width: calc(100% / 2 - 10px);
  }
  .keyVisual .formMitsumoriRecord li .mordalBox ul:nth-of-type(2),
  .keyVisual .formMitsumoriRecord li .mordalBox ul:nth-of-type(3) {
    margin: 0 20px 0 0;
    width: calc(100% / 3 - 10px);
    float: left;
  }
  .keyVisual .formMitsumoriRecord li .mordalBox ul:nth-of-type(2) li,
  .keyVisual .formMitsumoriRecord li .mordalBox ul:nth-of-type(3) li {
    width: 100%;
  }
  .keyVisual .formMitsumoriRecord li .mordalBox ul:nth-of-type(4),
  .keyVisual .formMitsumoriRecord li .mordalBox ul:nth-of-type(5) {
    width: 100%;
  }
  .keyVisual .formMitsumoriRecord li .mordalBox ul:nth-of-type(4) li,
  .keyVisual .formMitsumoriRecord li .mordalBox ul:nth-of-type(5) li {
    width: calc(100% / 3 - 14px);
  }
  .keyVisual .formMitsumoriRecord li .mordalBox ul li.groupName {
    width: 100%;
  }
  .keyVisual .formMitsumoriRecord li .mordalBox li label {
    padding: 10px 15px;
  }
  .keyVisual .formTEL {
    width: 980px;
    margin: 20px auto 0;
    padding: 0;
    order: 3;
  }
  .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;
    width: 670px;
  }
  .holidayBox {
    text-align: center;
  }

  /* 事例詳細ページ */
  /* ↓新ソース↓ */
  .mainWrapper #main.jireiShosai .contentBox .contentInnerPC {
    display: flex;
    flex-wrap: wrap;
  }
  .mainWrapper #main.jireiShosai .contentBox ul {
    order: 3;
    margin: 0;
    width: calc(100% - 530px);
  }
  .mainWrapper #main.jireiShosai .contentBox ul li {
    font-size: 19px;
    margin: 0 0 20px;
  }
  .mainWrapper #main.jireiShosai.top-jirei1 .contentBox ul li {
    margin: 0 0 8px;
  }
  .mainWrapper #main.jireiShosai.top-jirei2 .contentBox ul li {
    margin: 19px 0 8px;
  }
  .mainWrapper #main.jireiShosai.top-jirei2 .contentBox ul li:first-of-type {
    margin: 0 0 8px;
  }
  .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 .contentBox h3,
  .mainWrapper #main.jireiShosai .contentBox p {
    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%;
  }
  /* 事例 /content配下 */
  .mainWrapper #main.jireiShosai.kaisou2 .contentBox .image {
    order: 1;
    margin: 0 20px 0 0;
    width: 510px;
  }
  .mainWrapper #main.jireiShosai.kaisou2 .contentBox ul {
    order: 2;
    margin: 0;
    width: calc(100% - 530px);
  }
  .mainWrapper #main.jireiShosai.kaisou2 .contentBox .voice-content2 {
    display: flex;
    flex-wrap: wrap;
    order: 3;
    margin: 15px 0;
    width: 100%;
  }
  .mainWrapper #main.jireiShosai.kaisou2 .contentBox .voice-content2 dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 260px;
    border-right: 1px solid #ccc;
  }
  .mainWrapper
    #main.jireiShosai.kaisou2
    .contentBox
    .voice-content2
    dl:first-of-type {
    border-bottom: none;
  }
  .mainWrapper #main.jireiShosai.kaisou2 .contentBox .voice-content2 dt {
    width: 100%;
  }
  .mainWrapper #main.jireiShosai.kaisou2 .contentBox .voice-content2 dd {
    width: 100%;
  }
  .mainWrapper #main.jireiShosai.kaisou2 .contentBox .voice-content2 p {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 0 15px;
    width: calc(100% - 520px);
  }
  .mainWrapper #main.jireiShosai.kaisou2 .contentBox .voice-content2 p img {
  }
  .mainWrapper #main.jireiShosai.kaisou2 .contentBox .voice-content2 p span {
  }

  /* 工事店登録ページ */
  .mainWrapper p.performance {
    font-size: 28px;
    margin: 50px 0 0;
  }
  .mainWrapper p.performance span {
    font-size: 80px;
  }
  .mainWrapper p.performanceImg {
    margin: 16px 0 50px;
  }

  /* ========== .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 {
    margin: 10px 0 0;
    font-size: 20px;
    line-height: 1.3;
    width: calc(100% - 550px);
    order: 2;
  }

  /* ====== .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: 90px;
  }
  .module4 .bnrArea li:nth-of-type(5) a,
  .module4 .bnrArea li:last-of-type a {
    width: 460px;
    height: 80px;
  }
  .module4 .bnrArea li:nth-of-type(5) a span {
    display: block !important;
    font-size: 22px !important;
    top: 26px;
    left: 20px;
  }
  .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;
    left: 105px;
  }
  .module4 .bnrArea li:nth-of-type(1) {
    background: url(/wp-content/themes/boseki2019/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/boseki2019/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/boseki2019/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/boseki2019/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/boseki2019/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/boseki2019/img/btn_5module_koujiten_pc.png)
      no-repeat center;
    background-size: 100% auto;
  }
  .module4 .bnrArea li a span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px !important;
    width: auto;
    height: 69px;
    top: 10px;
  }

  /* ===== 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:nth-of-type(2) ul {
    margin: 0 0 66px;
  }
  #top .jirei article ul:first-of-type li {
    width: 100% !important;
  }
  #top .jirei article p.voiceTitel {
    padding: 80px 0 6px;
  }
  #top .jirei article .linkBtn.pl02 a {
    background: url(/wp-content/themes/boseki2019/img/bg_btn_purple2_2.png)
      no-repeat;
    background-size: 100% auto;
  }

  /* ===== section.suisenArea（TOPのみ） ===== */
  .suisenArea,
  .reportArea {
    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 {
  }
  .mainWrapper h1 {
    font-size: 27px;
    margin: 60px auto 50px;
    padding: 20px 35px;
    width: 980px;
  }
  .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 !important;
    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;
  }

  /* /content/price/ */
  .mainWrapper #main.content_price .textC img:nth-of-type(odd) {
    width: auto;
  }
  .mainWrapper #main.content_price table tr th,
  .mainWrapper #main.content_price table tr td {
    padding: 10px;
  }
  .mainWrapper
    #main.content_price
    table:nth-of-type(1)
    tr:nth-of-type(1)
    th:nth-of-type(1),
  .mainWrapper
    #main.content_price
    table:nth-of-type(1)
    tr:nth-of-type(1)
    th:nth-of-type(2) {
    width: 200px;
  }
  .mainWrapper
    #main.content_price
    table:nth-of-type(1)
    tr:nth-of-type(n + 2)
    td:nth-of-type(1) {
    text-align: center;
  }
  .mainWrapper
    #main.content_price
    table:nth-of-type(2)
    tr:nth-of-type(1)
    th:nth-of-type(1),
  .mainWrapper
    #main.content_price
    table:nth-of-type(2)
    tr:nth-of-type(1)
    th:nth-of-type(4) {
    width: 150px;
  }
  .mainWrapper
    #main.content_price
    table:nth-of-type(2)
    tr:nth-of-type(1)
    th:nth-of-type(2) {
    width: 100px;
  }

  /* /content/reform/ */
  .mainWrapper #main.content_reform .textC img,
  .mainWrapper #main.content_reform .textC.full img {
    width: auto;
  }
  .mainWrapper #main.content_reform .textC img:nth-of-type(2) {
    width: auto;
  }

  /* /content/manga/ */
  .mainWrapper #main.contentPage.manga section {
    margin: 0 auto 80px;
  }
  .mainWrapper #main.contentPage.manga .read {
    margin: 0 auto 30px;
    width: 900px;
  }
  .mainWrapper #main.manga .textC {
    margin: 30px 0;
  }
  .mainWrapper #main.manga .imgR .textBox {
    width: calc(100% - 315px);
  }
  .mainWrapper #main.manga .imgR p.image {
    width: 300px;
  }

  .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 .report_01,
.mainWrapper #main .report_02 {
  margin: 15px;
}
.mainWrapper #main .report_01:after,
.mainWrapper #main .report_02:after {
  content: "";
  display: block;
  clear: both;
}
.mainWrapper #main .report_01 p img,
.mainWrapper #main .report_02 p img {
  width: auto;
}
.mainWrapper #main .report_01 .h80,
.mainWrapper #main .report_02 .h80 {
  height: 80px;
}
.mainWrapper #main .report_01 .h80 img,
.mainWrapper #main .report_02 .h80 img {
  height: 80px;
}
.mainWrapper #main .report_01 .h80 .fl_r10,
.mainWrapper #main .report_02 .h80 .fl_r10 {
  margin: 0;
  padding: 0 15px 0 0;
  float: left;
}

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

/* ================================================================
qa臨時
 ================================================================ */
#main.qaTop .contentBox ul {
  margin: 0 15px;
}
#main.qaTop .contentBox li {
  text-indent: -1em;
  padding: 0 0 1em 1em;
}

#main.qa .question_qa {
  border-bottom: 1px dotted #999;
  padding: 20px 10px;
  margin: 20px 10px;
}
#main.qa .question_qa dt {
  min-height: 50px;
  font-size: 16px;
  line-height: 2;
}
#main.qa .question_qa dd {
  clear: both;
  font-size: 16px;
  line-height: 2;
}
#main.qa .question_qa dd:after {
  content: "";
  display: block;
  clear: both;
}
#main.qa .Q {
  font-size: 17px;
  font-weight: bold;
  color: #f44739;
  padding-top: 10px;
  padding-right: 5px;
}
#main.qa .A {
  font-size: 17px;
  font-weight: bold;
  color: #30b4cd;
  padding-top: 10px;
  padding-right: 5px;
}
#main.qa .right {
  float: right;
}
#main.qa .right img {
  vertical-align: middle;
}
/* #################### PC用、タブレット共通（幅768以上） #################### */
@media only screen and (min-width: 768px) {
  #main.qa .question_qa dd span {
    width: auto;
  }
}

/* ================================================================
content TOP用
 ================================================================ */
.mainWrapper .contentHeader {
  margin: 10px 0 30px;
  background: url(/wp-content/themes/boseki2019/img/img_kv_daihyakka_sp.jpg)
    no-repeat;
  background-size: cover;
  height: 250px;
}
.mainWrapper .contentHeader h1 {
  font-size: 25px;
  text-align: center;
  margin: 0;
  padding: 15px 0 0;
  border: 0;
}
.mainWrapper .contentHeader h1 span {
  display: block;
  font-size: 20px;
  line-height: 1.4;
  padding: 22px 0 0;
}
.mainWrapper .contentHeader h1:before {
  display: none;
}
.mainWrapper #main.contentPage {
}
.mainWrapper #main.contentPage .read {
  font-size: 24px;
  line-height: 1.3;
}
.mainWrapper #main.contentPage .contentBox h2,
.mainWrapper #main.contentPage .contentBox p.h2Layout {
  display: block;
  color: #7b6bb4;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  margin: 60px 15px 0;
  padding: 20px 10px;
  border: 2px solid #7b6bb4;
}
.mainWrapper #main.contentPage .contentBox .question {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 15px 50px;
}
.mainWrapper #main.contentPage .contentBox .question img {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 10px 0 0;
  width: 50px;
  height: auto;
}
.mainWrapper #main.contentPage .contentBox .question span {
  display: block;
  text-align: left;
  width: 100%;
}
/* nav */
.mainWrapper #main.contentPage nav.anchornav {
  padding: 20px 0;
  background: url(/wp-content/themes/boseki2019/img/bg_daihyakka_gn.gif);
}
.mainWrapper #main.contentPage nav.anchornav p {
  text-align: center;
  line-height: 1;
  margin: 0 0 20px;
}
.mainWrapper #main.contentPage nav.anchornav p span {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.mainWrapper #main.contentPage nav.anchornav ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 10px;
}
.mainWrapper #main.contentPage nav.anchornav li {
  margin: 0;
  padding: 0 5px 15px;
  width: 100%;
  background: none;
}
.mainWrapper #main.contentPage nav.anchornav li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #59493f;
  text-align: left;
  line-height: 1.3;
  padding: 10px 20px;
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  position: relative;
}
.mainWrapper #main.contentPage nav.anchornav li a:after {
  content: "";
  display: block;
  width: 18px;
  height: 12px;
  background: url(/wp-content/themes/boseki2019/img/icon_content_navarrow.gif)
    no-repeat;
  position: absolute;
  bottom: calc(50% - 6px);
  right: 10px;
}

/* anc01 */
.mainWrapper #main.contentPage .contentBox#anc01 {
}
.mainWrapper #main.contentPage .contentBox#anc01 article,
.mainWrapper #main.contentPage .contentBox#anc03 article,
.mainWrapper #main.contentPage .contentBox#anc04 article {
  margin: 15px 15px 40px;
  padding: 15px;
  border: 4px solid #dcdcdc;
}
.mainWrapper #main.contentPage .contentBox#anc01 article h3,
.mainWrapper #main.contentPage .contentBox#anc03 article h3,
.mainWrapper #main.contentPage .contentBox#anc04 article h3 {
  color: #333;
  font-size: 20px;
  line-height: 1.3;
  margin: 0;
  padding: 0 0 8px;
  border: none;
  border-bottom: 4px solid #dcdcdc;
}
.mainWrapper #main.contentPage .contentBox#anc01 .text,
.mainWrapper #main.contentPage .contentBox#anc03 .text,
.mainWrapper #main.contentPage .contentBox#anc04 .text {
  font-size: 16px;
  margin: 25px 0;
  width: 100%;
}
.mainWrapper #main.contentPage .contentBox#anc01 .text.tableTitle,
.mainWrapper #main.contentPage .contentBox#anc03 .text.tableTitle,
.mainWrapper #main.contentPage .contentBox#anc04 .text.tableTitle {
  margin: 45px 0 0;
}
.mainWrapper
  #main.contentPage
  .contentBox#anc01
  .text.tableTitle:first-of-type {
  margin: 35px 0 0;
}
.mainWrapper #main.contentPage .contentBox#anc01 .img,
.mainWrapper #main.contentPage .contentBox#anc03 .img,
.mainWrapper #main.contentPage .contentBox#anc04 .img {
  text-align: center;
  width: 100%;
}
.mainWrapper #main.contentPage .contentBox#anc01 .btn,
.mainWrapper #main.contentPage .contentBox#anc03 .btn,
.mainWrapper #main.contentPage .contentBox#anc04 .btn {
  margin: 15px 0 0;
}
.mainWrapper #main.contentPage .contentBox#anc01 table,
.mainWrapper #main.contentPage .contentBox#anc03 table,
.mainWrapper #main.contentPage .contentBox#anc04 table {
  margin: 10px 0 0;
}
.mainWrapper #main.contentPage .contentBox#anc01 table th,
.mainWrapper #main.contentPage .contentBox#anc03 table th,
.mainWrapper #main.contentPage .contentBox#anc04 table th {
  font-size: 16px;
  background: #daf2bc;
}
.mainWrapper #main.contentPage .contentBox#anc01 table td,
.mainWrapper #main.contentPage .contentBox#anc03 table td,
.mainWrapper #main.contentPage .contentBox#anc04 table td {
  font-size: 16px;
}
.mainWrapper #main.contentPage .contentBox#anc01 .textTable04 table,
.mainWrapper #main.contentPage .contentBox#anc03 .textTable04 table,
.mainWrapper #main.contentPage .contentBox#anc04 .textTable04 table {
  margin: 25px 0;
  width: 100%;
}
.mainWrapper #main.contentPage .contentBox#anc01 .boxY,
.mainWrapper #main.contentPage .contentBox#anc03 .boxY,
.mainWrapper #main.contentPage .contentBox#anc04 .boxY {
  margin: 25px 0;
  padding: 15px 20px;
  background: #ffffdd;
}
.mainWrapper #main.contentPage .contentBox#anc01 .boxY {
  margin: 10px 0 25px;
}
.mainWrapper #main.contentPage .contentBox#anc01 .boxY p,
.mainWrapper #main.contentPage .contentBox#anc03 .boxY p,
.mainWrapper #main.contentPage .contentBox#anc04 .boxY p {
  font-size: 16px;
  line-height: 1.3;
  margin: 0;
  padding: 9px 5px 0;
}
.mainWrapper #main.contentPage .contentBox#anc01 .boxY p:before,
.mainWrapper #main.contentPage .contentBox#anc03 .boxY p:before,
.mainWrapper #main.contentPage .contentBox#anc04 .boxY p:before {
  content: "";
  display: block;
  margin: 0 0 10px;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(
    to right,
    #ccc,
    #ccc 3px,
    transparent 3px,
    transparent 8px
  );
  background-size: 8px 1px;
  background-repeat: repeat-x;
}
.mainWrapper #main.contentPage .contentBox#anc01 .boxY p:last-of-type:after,
.mainWrapper #main.contentPage .contentBox#anc03 .boxY p:last-of-type:after,
.mainWrapper #main.contentPage .contentBox#anc04 .boxY p:last-of-type:after {
  content: "";
  display: block;
  margin: 10px 0 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(
    to right,
    #ccc,
    #ccc 3px,
    transparent 3px,
    transparent 8px
  );
  background-size: 8px 1px;
  background-repeat: repeat-x;
}

/* anc02 */
.mainWrapper #main.contentPage .contentBox#anc02 article .jireiBox {
  margin: 15px 15px 25px;
  padding: 15px;
  border: 4px solid #dcdcdc;
}
.mainWrapper #main.contentPage .contentBox#anc02 h3 {
  color: #333;
  font-size: 19px;
  margin: 0 15px 25px;
  padding: 0 0 5px;
  border: none;
  border-bottom: 4px solid #dcdcdc;
}
.mainWrapper #main.contentPage .contentBox#anc02 .souba {
  color: #333;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  margin: 0 0 20px;
  background: #fbefae;
}
.mainWrapper #main.contentPage .contentBox#anc02 article .text {
  font-size: 16px;
}
.mainWrapper #main.contentPage .contentBox#anc02 article ul {
  display: block;
  margin: 0;
}
.mainWrapper #main.contentPage .contentBox#anc02 article li {
  font-size: 16px;
  background: none;
}
.mainWrapper #main.contentPage .contentBox#anc02 .jireiBox .btn {
  margin: 20px 0 10px;
}
.mainWrapper #main.contentPage .contentBox#anc02 .btn.gray {
}
.mainWrapper #main.contentPage .contentBox#anc02 .btn.gray a {
  display: block;
  color: #333;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  padding: 8px 0;
  border: 2px solid #dcdcdc;
  border-radius: 8px;
  position: relative;
}
.mainWrapper #main.contentPage .contentBox#anc02 .btn.gray a:after {
  content: "\025b6";
  display: block;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  top: calc(50% - 8px);
  right: 10px;
}
.mainWrapper #main.contentPage .contentBox#anc02 .btn.white_pink {
  margin: 10px 15px 40px;
}
.mainWrapper #main.contentPage .contentBox#anc02 .btn.white_pink a {
  display: block;
  color: #f6718e;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  padding: 8px 0;
  border: 2px solid #f6718e;
  border-radius: 8px;
  position: relative;
}
.mainWrapper #main.contentPage .contentBox#anc02 .btn.white_pink a:after {
  content: "\025b6";
  display: block;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  top: calc(50% - 8px);
  right: 10px;
}
.mainWrapper #main.contentPage .contentBox#anc02 .btn.pink_only,
.mainWrapper #main.contentPage .contentBox#anc06 .btn.pink_only {
  margin: 10px 15px 40px;
}
.mainWrapper #main.contentPage .contentBox#anc02 .btn.pink_only a,
.mainWrapper #main.contentPage .contentBox#anc06 .btn.pink_only a {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  padding: 10px 0;
  background: #f6718e;
  border-radius: 10px;
  position: relative;
}
.mainWrapper #main.contentPage .contentBox#anc02 .btn.pink_only a:after,
.mainWrapper #main.contentPage .contentBox#anc06 .btn.pink_only a:after {
  content: "\025b6";
  display: block;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  top: calc(50% - 8px);
  right: 10px;
}

/* anc03 
.mainWrapper #main.contentPage .contentBox#anc03{
}
.mainWrapper #main.contentPage .contentBox#anc03 h3{
	color:#7b6bb4;
	font-size:24px;
	border:none;
	border-bottom:4px solid #7b6bb4;
}
.mainWrapper #main.contentPage .contentBox#anc03 article{
	margin:15px 15px 25px;
	padding:15px;
	border:4px solid #ccc;
}
.mainWrapper #main.contentPage .contentBox#anc03 h4{
	margin:0 0 25px;
	padding:0 0 5px;
	border-bottom:4px solid #dcdcdc;
}
.mainWrapper #main.contentPage .contentBox#anc03 .img{
}
.mainWrapper #main.contentPage .contentBox#anc03 .text{
	font-size:16px;
}
.mainWrapper #main.contentPage .contentBox#anc03 .souba{
	color:#333;
	font-weight:bold;
	text-align:center;
	line-height:40px;
	margin:20px 0;
	background:#fbefae;
}
.mainWrapper #main.contentPage .contentBox#anc03 .btn{
	margin:20px 0 10px;
}*/
/* anc04 
.mainWrapper #main.contentPage .contentBox#anc04 .rankBox{
	margin:40px 15px;
}
.mainWrapper #main.contentPage .contentBox#anc04 .rankBox h3{
	display:flex;
	margin:0;
	padding:0;
	background:#fff url(/wp-content/themes/boseki2019/img/bg_rank_line.png) repeat-x bottom;
	border:none;
}
.mainWrapper #main.contentPage .contentBox#anc04 .rankBox h3 span:first-of-type{
	display:flex;
	align-items:center;
	justify-content:center;
	color:#59493f;
	font-size:32px;
	font-weight:bold;
	width:120px;
	height:83px;
	padding:50px 0 0 7px;
}
.mainWrapper #main.contentPage .contentBox#anc04 .rankBox.no1 h3 span:first-of-type,
.mainWrapper #main.contentPage .contentBox#anc04 .rankBox.no5 h3 span:first-of-type{
	background:#fff url(/wp-content/themes/boseki2019/img/icon_rank01.png) no-repeat bottom;
}
.mainWrapper #main.contentPage .contentBox#anc04 .rankBox.no2 h3 span:first-of-type,
.mainWrapper #main.contentPage .contentBox#anc04 .rankBox.no6 h3 span:first-of-type{
	background:#fff url(/wp-content/themes/boseki2019/img/icon_rank02.png) no-repeat bottom;
}
.mainWrapper #main.contentPage .contentBox#anc04 .rankBox.no3 h3 span:first-of-type,
.mainWrapper #main.contentPage .contentBox#anc04 .rankBox.no7 h3 span:first-of-type{
	background:#fff url(/wp-content/themes/boseki2019/img/icon_rank03.png) no-repeat bottom;
}
.mainWrapper #main.contentPage .contentBox#anc04 .rankBox.no4 h3 span:first-of-type,
.mainWrapper #main.contentPage .contentBox#anc04 .rankBox.no8 h3 span:first-of-type{
	background:#fff url(/wp-content/themes/boseki2019/img/icon_rank04.png) no-repeat bottom;
}
.mainWrapper #main.contentPage .contentBox#anc04 .rankBox h3 span:last-of-type{
	display:flex;
	align-items:flex-end;
	font-size:24px;
	line-height:1.2;
	width:calc(100% - 120px);
	padding:0 0 10px 10px;
}
.mainWrapper #main.contentPage .contentBox#anc04 .rankBox .rankInner{
	padding:20px 25px;
	border-radius:0 0 15px 15px;
}
.mainWrapper #main.contentPage .contentBox#anc04 .rankBox.no1 .rankInner,
.mainWrapper #main.contentPage .contentBox#anc04 .rankBox.no5 .rankInner{
	background:#fff7d5;
}
.mainWrapper #main.contentPage .contentBox#anc04 .rankBox.no2 .rankInner,
.mainWrapper #main.contentPage .contentBox#anc04 .rankBox.no6 .rankInner{
	background:#eefdc9;
}
.mainWrapper #main.contentPage .contentBox#anc04 .rankBox.no3 .rankInner,
.mainWrapper #main.contentPage .contentBox#anc04 .rankBox.no7 .rankInner{
	background:#cfefff;
}
.mainWrapper #main.contentPage .contentBox#anc04 .rankBox.no4 .rankInner,
.mainWrapper #main.contentPage .contentBox#anc04 .rankBox.no8 .rankInner{
	background:#ffdfdf;
}
.mainWrapper #main.contentPage .contentBox#anc04 .rankBox .textBox dt{
	color:#333;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin:10px 0 5px;
	padding:5px 10px;
	width:6em;
}
.mainWrapper #main.contentPage .contentBox#anc04 .rankBox.no1 .textBox dt,
.mainWrapper #main.contentPage .contentBox#anc04 .rankBox.no5 .textBox dt{
	background:#f29b76;
}
.mainWrapper #main.contentPage .contentBox#anc04 .rankBox.no2 .textBox dt,
.mainWrapper #main.contentPage .contentBox#anc04 .rankBox.no6 .textBox dt{
	background:#b3d465;
}
.mainWrapper #main.contentPage .contentBox#anc04 .rankBox.no3 .textBox dt,
.mainWrapper #main.contentPage .contentBox#anc04 .rankBox.no7 .textBox dt{
	background:#8ed6f8;
}
.mainWrapper #main.contentPage .contentBox#anc04 .rankBox.no4 .textBox dt,
.mainWrapper #main.contentPage .contentBox#anc04 .rankBox.no8 .textBox dt{
	background:#fdaaaa;
}
.mainWrapper #main.contentPage .contentBox#anc04 .rankBox .textBox dd{
	color:#333;
	padding:0 10px;
}
.mainWrapper #main.contentPage .contentBox#anc04 .rankBox .textBox dd span{
	font-size:48px;
	font-weight:bold;
}
.mainWrapper #main.contentPage .contentBox#anc04 .rankBox .link a{
	display:block;
	color:#333;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	line-height:2.4;
	margin:10px 0 0;
	border-radius:10px;
}
.mainWrapper #main.contentPage .contentBox#anc04 .rankBox.no1 .link a,
.mainWrapper #main.contentPage .contentBox#anc04 .rankBox.no5 .link a{
	background:#f29b76;
}
.mainWrapper #main.contentPage .contentBox#anc04 .rankBox.no2 .link a,
.mainWrapper #main.contentPage .contentBox#anc04 .rankBox.no6 .link a{
	background:#b3d465;
}
.mainWrapper #main.contentPage .contentBox#anc04 .rankBox.no3 .link a,
.mainWrapper #main.contentPage .contentBox#anc04 .rankBox.no7 .link a{
	background:#8ed6f8;
}
.mainWrapper #main.contentPage .contentBox#anc04 .rankBox.no4 .link a,
.mainWrapper #main.contentPage .contentBox#anc04 .rankBox.no8 .link a{
	background:#fdaaaa;
}
*/

/* anc04 
.mainWrapper #main.contentPage .contentBox#anc04 article{
	margin:15px 15px 25px;
	padding:15px;
	border:4px solid #dcdcdc;
}
.mainWrapper #main.contentPage .contentBox#anc04 h3{
	color:#7b6bb4;
	font-size:24px;
	line-height:1.3;
	margin:50px 15px 16px;
	width:calc(100% - 30px);
	border:none;
	border-bottom:4px solid #7b6bb4;
}
.mainWrapper #main.contentPage .contentBox#anc04 .group:nth-of-type(1) h3{
	margin:0 15px 16px;
}
.mainWrapper #main.contentPage .contentBox#anc04 h4{
	color:#333;
	font-size:20px;
	margin:0 0 25px;
	padding:0 0 5px;
	border:none;
	border-bottom:4px solid #dcdcdc;
}
.mainWrapper #main.contentPage .contentBox#anc04 .souba{
	color:#333;
	font-weight:bold;
	text-align:center;
	line-height:40px;
	margin:20px 0;
	background:#fbefae;
}
.mainWrapper #main.contentPage .contentBox#anc04 .text{
	font-size:16px;
}
.mainWrapper #main.contentPage .contentBox#anc04 .btn{
	margin:20px 0 10px;
}
*/
/* anc05 */
.mainWrapper #main.contentPage .contentBox#anc05 article,
.mainWrapper #main.contentPage .contentBox#anc06 article {
  margin: 15px 15px 25px;
  padding: 15px;
  border: 4px solid #dcdcdc;
}
.mainWrapper #main.contentPage .contentBox#anc05 h3,
.mainWrapper #main.contentPage .contentBox#anc06 h3 {
  color: #333;
  font-size: 20px;
  margin: 0 0 25px;
  padding: 0 0 5px;
  border: none;
  border-bottom: 4px solid #dcdcdc;
}
.mainWrapper #main.contentPage .contentBox#anc05 .text,
.mainWrapper #main.contentPage .contentBox#anc06 .text {
  font-size: 16px;
}
.mainWrapper #main.contentPage .contentBox#anc05 .btn,
.mainWrapper #main.contentPage .contentBox#anc06 .btn {
  margin: 20px 0 10px;
}
.mainWrapper #main.contentPage .contentBox#anc05 .img {
  text-align: center;
}
.mainWrapper #main.contentPage .contentBox#anc05 .img img {
  max-width: 300px;
  max-height: 230px;
  bject-fit: cover;
}

/* #################### スマホ専用（幅767以下） #################### */
@media only screen and (max-device-width: 767px) {
}
/* #################### スマホiPhone5専用（幅767以下） #################### 
@media only screen and (max-device-width: 640px) {
	.mainWrapper .contentHeader{
		height:213px;
	}
	.mainWrapper .contentHeader h1{
		font-size:21px;
	}
	.mainWrapper .contentHeader h1 span{
		font-size:18px;
	}

	.pc{display:none;}
}*/
/* #################### PC用、タブレット共通（幅768以上） #################### */
@media only screen and (min-width: 768px) {
  .mainWrapper .contentHeader {
    width: 100%;
    height: 350px;
    background: url(/wp-content/themes/boseki2019/img/bg_content_h1_pc.png)
      no-repeat center;
  }
  .mainWrapper .contentHeader h1 {
    font-size: 44px;
    padding: 70px 0 0;
    width: auto;
    border: none;
  }
  .mainWrapper .contentHeader h1 span {
    font-size: 32px;
    line-height: 1.5;
    padding: 55px 0 0;
  }

  .mainWrapper #main.contentPage {
    width: 100%;
  }
  .mainWrapper #main.contentPage .read {
    margin: 16px auto;
    width: 900px;
  }
  .mainWrapper #main.contentPage .contentBox .question {
    margin: 20px auto 50px;
  }
  .mainWrapper #main.contentPage .contentBox .question span {
    text-align: center;
  }
  .mainWrapper #main.contentPage section {
    margin: 0 auto;
    padding: 80px 0 0;
    width: 900px;
  }
  .mainWrapper #main.contentPage .contentBox h2 {
    font-size: 30px;
    margin: 0 auto;
  }
  .mainWrapper #main.contentPage .contentBox p.h2Layout {
    margin: 0 auto;
  }
  /* nav */
  .mainWrapper #main.contentPage nav.anchornav {
    margin: 100px 0 40px;
  }
  .mainWrapper #main.contentPage nav.anchornav p span {
    font-size: 24px;
  }
  .mainWrapper #main.contentPage nav.anchornav ul {
    justify-content: center;
    margin: 0 auto;
  }
  .mainWrapper #main.contentPage nav.anchornav li {
    padding: 0 10px;
    width: auto;
  }
  .mainWrapper #main.contentPage nav.anchornav li a {
    justify-content: center;
    text-align: center;
    padding: 20px 5px 40px;
    width: 180px;
    height: 140px;
  }
  .mainWrapper #main.contentPage nav.anchornav li a:after {
    bottom: 10px;
    right: calc(50% - 9px);
  }

  /* anc01 */
  .mainWrapper #main.contentPage .contentBox#anc01 article,
  .mainWrapper #main.contentPage .contentBox#anc03 article,
  .mainWrapper #main.contentPage .contentBox#anc04 article {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0;
    padding: 22px 30px 30px;
  }
  .mainWrapper #main.contentPage .contentBox#anc01 .img img,
  .mainWrapper #main.contentPage .contentBox#anc03 .img img,
  .mainWrapper #main.contentPage .contentBox#anc04 .img img {
    width: auto;
  }
  .mainWrapper #main.contentPage .contentBox#anc01 article:nth-of-type(1),
  .mainWrapper #main.contentPage .contentBox#anc03 article:nth-of-type(1),
  .mainWrapper #main.contentPage .contentBox#anc04 article:nth-of-type(1) {
    margin: 0;
  }
  .mainWrapper #main.contentPage .contentBox#anc01 article.textOnly.half,
  .mainWrapper #main.contentPage .contentBox#anc03 article.textOnly.half,
  .mainWrapper #main.contentPage .contentBox#anc04 article.textOnly.half {
    display: inline-block;
    width: calc(50% - 8px);
  }
  .mainWrapper
    #main.contentPage
    .contentBox#anc01
    article.textOnly.half:nth-of-type(even),
  .mainWrapper
    #main.contentPage
    .contentBox#anc03
    article.textOnly.half:nth-of-type(even),
  .mainWrapper
    #main.contentPage
    .contentBox#anc04
    article.textOnly.half:nth-of-type(even) {
    margin: 0 5px 15px 0;
  }
  .mainWrapper
    #main.contentPage
    .contentBox#anc01
    article.textOnly.half:nth-of-type(odd),
  .mainWrapper
    #main.contentPage
    .contentBox#anc03
    article.textOnly.half:nth-of-type(odd),
  .mainWrapper
    #main.contentPage
    .contentBox#anc04
    article.textOnly.half:nth-of-type(odd) {
    margin: 0 0 15px 5px;
  }
  .mainWrapper #main.contentPage .contentBox#anc01 article.textOnly.half .btn,
  .mainWrapper #main.contentPage .contentBox#anc03 article.textOnly.half .btn,
  .mainWrapper #main.contentPage .contentBox#anc04 article.textOnly.half .btn {
    text-align: center;
  }
  .mainWrapper
    #main.contentPage
    .contentBox#anc01
    article.textOnly.half
    .btn
    img,
  .mainWrapper
    #main.contentPage
    .contentBox#anc03
    article.textOnly.half
    .btn
    img,
  .mainWrapper
    #main.contentPage
    .contentBox#anc04
    article.textOnly.half
    .btn
    img {
    width: 100%;
  }
  .mainWrapper #main.contentPage .contentBox#anc01 h3,
  .mainWrapper #main.contentPage .contentBox#anc03 h3,
  .mainWrapper #main.contentPage .contentBox#anc041 h3 {
    width: 100%;
    font-size: 20px;
  }
  .mainWrapper #main.contentPage .contentBox#anc01 .text,
  .mainWrapper #main.contentPage .contentBox#anc03 .text,
  .mainWrapper #main.contentPage .contentBox#anc04 .text {
    font-size: 16px;
    margin: 25px 25px 0;
    width: calc(100% - 25px);
  }
  .mainWrapper #main.contentPage .contentBox#anc01 .textOnly.half .text,
  .mainWrapper #main.contentPage .contentBox#anc03 .textOnly.half .text,
  .mainWrapper #main.contentPage .contentBox#anc04 .textOnly.half .text {
    height: 4.5em;
  }
  .mainWrapper #main.contentPage .contentBox#anc01 .textTable04 table,
  .mainWrapper #main.contentPage .contentBox#anc03 .textTable04 table,
  .mainWrapper #main.contentPage .contentBox#anc04 .textTable04 table {
    margin: 15px 0 25px;
  }
  .mainWrapper #main.contentPage .contentBox#anc01 .btn,
  .mainWrapper #main.contentPage .contentBox#anc03 .btn,
  .mainWrapper #main.contentPage .contentBox#anc04 .btn {
    text-align: center;
    margin: 25px 0 0;
    width: 100%;
  }
  .mainWrapper #main.contentPage .contentBox#anc01 .boxY,
  .mainWrapper #main.contentPage .contentBox#anc03 .boxY,
  .mainWrapper #main.contentPage .contentBox#anc04 .boxY {
    margin: 25px;
    width: 100%;
  }
  .mainWrapper #main.contentPage .contentBox#anc03 .img {
    margin: 15px 0 0;
  }

  /* anc02 */
  .mainWrapper #main.contentPage .contentBox#anc02 .group {
    display: flex;
    flex-wrap: wrap;
  }
  .mainWrapper #main.contentPage .contentBox#anc02 article .jireiBox {
    margin: 15px 0 25px;
  }
  .mainWrapper #main.contentPage .contentBox#anc02 h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-align: center;
    line-height: 1.2;
    margin: 10px 0;
    height: 53px;
  }
  .mainWrapper #main.contentPage .contentBox#anc02 .img {
    text-align: center;
    height: 164px;
  }
  .mainWrapper #main.contentPage .contentBox#anc02 .img img {
    width: auto;
    height: 100%;
  }
  .mainWrapper #main.contentPage .contentBox#anc02 .group {
    margin: 50px 0;
  }
  .mainWrapper #main.contentPage .contentBox#anc02 article {
    width: 276px;
    box-sizing: border-box;
  }
  .mainWrapper #main.contentPage .contentBox#anc02 article:nth-of-type(1) {
    margin: 0 35px 15px 0;
  }
  .mainWrapper #main.contentPage .contentBox#anc02 article:nth-of-type(2) {
    margin: 0 35px 15px 0;
  }
  .mainWrapper #main.contentPage .contentBox#anc02 article:nth-of-type(3) {
    margin: 0 0 15px;
  }
  .mainWrapper #main.contentPage .contentBox#anc02 article .text {
    height: 6em;
  }
  .mainWrapper #main.contentPage .contentBox#anc02 article ul {
    display: block;
  }
  .mainWrapper #main.contentPage .contentBox#anc02 article li {
    display: block;
    width: 100%;
    background: none;
  }
  .mainWrapper #main.contentPage .contentBox#anc02 .btn.white_pink {
    margin: 10px 15px 0;
  }
  .mainWrapper #main.contentPage .contentBox#anc02 .btn.pink_only a,
  .mainWrapper #main.contentPage .contentBox#anc06 .btn.pink_only a {
    font-size: 23px;
    padding: 14px 0;
  }
  /* anc03 
	.mainWrapper #main.contentPage .contentBox#anc03{
		display:flex;
		flex-wrap:wrap;
	}
	.mainWrapper #main.contentPage .contentBox#anc03 .question{
		margin:15px auto 0;
	}
	.mainWrapper #main.contentPage .contentBox#anc03 h2,
	.mainWrapper #main.contentPage .contentBox#anc03 h3,
	.mainWrapper #main.contentPage .contentBox#anc03 .question{
		width:100%;
	}
	.mainWrapper #main.contentPage .contentBox#anc03 .group{
		display:flex;
		flex-wrap:wrap;
		margin:50px 0;
	}
	.mainWrapper #main.contentPage .contentBox#anc03 article{
		width:276px;
		box-sizing:border-box;
	}
	.mainWrapper #main.contentPage .contentBox#anc03 article:nth-of-type(3n+1){
		margin:15px 35px 0 0;
	}
	.mainWrapper #main.contentPage .contentBox#anc03 article:nth-of-type(3n+2){
		margin:15px 35px 0 0;
	}
	.mainWrapper #main.contentPage .contentBox#anc03 article:nth-of-type(3n){
		margin:15px 0 0;
	}
	.mainWrapper #main.contentPage .contentBox#anc03 h4{
	}
	.mainWrapper #main.contentPage .contentBox#anc03 .img{
	}
	.mainWrapper #main.contentPage .contentBox#anc03 .text{
	}
	.mainWrapper #main.contentPage .contentBox#anc03 .group:nth-of-type(1) .text{
		height:6em;
	}
	.mainWrapper #main.contentPage .contentBox#anc03 .group:nth-of-type(2) .text,
	.mainWrapper #main.contentPage .contentBox#anc03 .group:nth-of-type(3) .text{
		height:6em;
	}
	.mainWrapper #main.contentPage .contentBox#anc03 .btn{
	}
	.mainWrapper #main.contentPage .contentBox#anc03 .group:nth-of-type(1){
		margin:50px 0 0;
	}
	.mainWrapper #main.contentPage .contentBox#anc03 .group:nth-of-type(1) h3{
		margin:0 0 16px;
		width:;
	}
	.mainWrapper #main.contentPage .contentBox#anc03 .group:nth-of-type(2),
	.mainWrapper #main.contentPage .contentBox#anc03 .group:nth-of-type(3){
		margin:50px 35px 0 0;
		width:276px;
	}
	.mainWrapper #main.contentPage .contentBox#anc03 .group:nth-of-type(2) h3,
	.mainWrapper #main.contentPage .contentBox#anc03 .group:nth-of-type(3) h3,
	.mainWrapper #main.contentPage .contentBox#anc03 .group:nth-of-type(4) h3,
	.mainWrapper #main.contentPage .contentBox#anc03 .group:nth-of-type(5) h3{
		margin:0 0 16px;
		width:;
	}
	.mainWrapper #main.contentPage .contentBox#anc03 .group:nth-of-type(2) article,
	.mainWrapper #main.contentPage .contentBox#anc03 .group:nth-of-type(3) article{
		margin:15px 0;
	}*/

  /* anc04 
	.mainWrapper #main.contentPage .contentBox#anc04 .rankInner{
		display:flex;
		flex-wrap:wrap;
		padding:40px 50px 50px;
	}
	.mainWrapper #main.contentPage .contentBox#anc04 .rankInner div.imgBox{
		padding:0 40px 0 0;
		width:50%;
	}
	.mainWrapper #main.contentPage .contentBox#anc04 .rankInner div.textBox{
		width:50%;
	}
	.mainWrapper #main.contentPage .contentBox#anc04 .rankBox .textBox dl{
		display:flex;
		flex-wrap:wrap;
	}
	.mainWrapper #main.contentPage .contentBox#anc04 .rankBox .textBox dt{
		display:flex;
		align-items:center;
		justify-content:center;
	}
	.mainWrapper #main.contentPage .contentBox#anc04 .rankBox .textBox dd{
		display:flex;
		align-items:center;
		justify-content:center;
		width:calc(100% - 6em - 12px);
		line-height:1.2;
	}
	.mainWrapper #main.contentPage .contentBox#anc04 .rankBox .link{
		width:100%;
	}
	.mainWrapper #main.contentPage .contentBox#anc04 .rankBox .link a{
	}*/

  /*anc04 
	.mainWrapper #main.contentPage .contentBox#anc04 .group{
		display:flex;
		flex-wrap:wrap;
	}
	.mainWrapper #main.contentPage .contentBox#anc04 article{
		width:276px;
		box-sizing:border-box;
	}
	.mainWrapper #main.contentPage .contentBox#anc04 article:nth-of-type(3n+1){
		margin:15px 35px 15px 0;
	}
	.mainWrapper #main.contentPage .contentBox#anc04 article:nth-of-type(3n+2){
		margin:15px 35px 15px 0;
	}
	.mainWrapper #main.contentPage .contentBox#anc04 article:nth-of-type(3n){
		margin:15px 0;
	}
	.mainWrapper #main.contentPage .contentBox#anc04 .group:nth-of-type(1) .text{
		height:6em;
	}
	.mainWrapper #main.contentPage .contentBox#anc04 .group:nth-of-type(2) article:nth-of-type(1) .text,
	.mainWrapper #main.contentPage .contentBox#anc04 .group:nth-of-type(2) article:nth-of-type(2) .text,
	.mainWrapper #main.contentPage .contentBox#anc04 .group:nth-of-type(2) article:nth-of-type(3) .text{
		height:8em;
	}*/

  /* anc05 */
  .mainWrapper #main.contentPage .contentBox#anc05 .group,
  .mainWrapper #main.contentPage .contentBox#anc06 .group {
    display: flex;
    flex-wrap: wrap;
  }
  .mainWrapper #main.contentPage .contentBox#anc05 article,
  .mainWrapper #main.contentPage .contentBox#anc06 article {
    width: 276px;
    box-sizing: border-box;
  }
  .mainWrapper #main.contentPage .contentBox#anc05 article:nth-of-type(3n + 1),
  .mainWrapper #main.contentPage .contentBox#anc06 article:nth-of-type(3n + 1) {
    margin: 15px 35px 15px 0;
  }
  .mainWrapper #main.contentPage .contentBox#anc05 article:nth-of-type(3n + 2),
  .mainWrapper #main.contentPage .contentBox#anc06 article:nth-of-type(3n + 2) {
    margin: 15px 35px 15px 0;
  }
  .mainWrapper #main.contentPage .contentBox#anc05 article:nth-of-type(3n),
  .mainWrapper #main.contentPage .contentBox#anc06 article:nth-of-type(3n) {
    margin: 15px 0;
  }
  .mainWrapper #main.contentPage .contentBox#anc05 article:nth-of-type(3n),
  .mainWrapper #main.contentPage .contentBox#anc06 article:nth-of-type(3n) {
    margin: 15px 0;
  }
  .mainWrapper
    #main.contentPage
    .contentBox#anc05
    article:nth-of-type(3)
    .text {
    height: 6.15em;
  }
  .mainWrapper #main.contentPage .contentBox#anc06 article .text {
    height: 4em;
  }
  .mainWrapper #main.contentPage .contentBox#anc05 .img img {
    width: 238px;
    height: 180px;
    bject-fit: cover;
  }
}
/* #################### タブレット専用（幅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) {
}

/* anc02 */
.mainWrapper #main.contentPage.jireiTop .read {
  font-size: 18px;
}
.mainWrapper #main.contentPage.jireiTop .contentBox article {
  margin: 15px 15px 25px;
  padding: 15px;
  border: 4px solid #dcdcdc;
}
/*.mainWrapper #main.contentPage.jireiTop .contentBox h3{
	color:#333;
	font-size:24px;
	border:none;
	border-bottom:3px solid #dcdcdc;
}*/
.mainWrapper #main.contentPage.jireiTop .contentBox h3 {
  color: #333;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  margin: 0 0 20px;
  background: #fbefae;
  border: none;
}
.mainWrapper #main.contentPage.jireiTop .contentBox .souba {
  margin: 0 0 10px;
  text-align: center;
  background: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.mainWrapper #main.contentPage.jireiTop .contentBox article .text {
  font-size: 16px;
}
.mainWrapper #main.contentPage.jireiTop .contentBox article ul {
  margin: 0;
}
.mainWrapper #main.contentPage.jireiTop .contentBox article li {
  font-size: 16px;
  margin: 5px 0;
  background: none;
}
.mainWrapper #main.contentPage.jireiTop .contentBox .btn {
  margin: 20px 0 10px;
}
.mainWrapper #main.contentPage.jireiTop .relationLink1910 ul {
  display: block;
  margin: 0;
}
.mainWrapper #main.contentPage.jireiTop .relationLink1910 li {
  text-indent: -32px;
  margin: 25px 15px;
  padding: 0 0 0 32px;
  width: auto;
  background: none;
}
.mainWrapper #main.contentPage.jireiTop .relationLink1910 li a {
  display: inline;
  color: auto;
  text-decoration: underline;
  padding: 0;
}
/* #################### PC用、タブレット共通（幅768以上） #################### */
@media only screen and (min-width: 768px) {
  /* anc02 */
  .mainWrapper #main.contentPage.jireiTop .read {
    font-size: 18px;
  }
  .mainWrapper #main.contentPage.jireiTop .contentBox .group {
    display: flex;
    flex-wrap: wrap;
  }
  .mainWrapper #main.contentPage.jireiTop .contentBox h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-align: center;
    line-height: 1.2;
    margin: 10px 0;
    height: 53px;
    border: none;
  }
  .mainWrapper #main.contentPage.jireiTop .contentBox .img {
    text-align: center;
    height: 164px;
  }
  .mainWrapper #main.contentPage.jireiTop .contentBox .img img {
    width: auto;
    height: 100%;
  }
  .mainWrapper #main.contentPage.jireiTop .contentBox .group {
    margin: 50px 0;
  }
  .mainWrapper #main.contentPage.jireiTop .contentBox article {
    width: 276px;
    box-sizing: border-box;
  }
  .mainWrapper
    #main.contentPage.jireiTop
    .contentBox
    article:nth-of-type(3n + 1) {
    margin: 0 35px 25px 0;
  }
  .mainWrapper
    #main.contentPage.jireiTop
    .contentBox
    article:nth-of-type(3n + 2) {
    margin: 0 35px 25px 0;
  }
  .mainWrapper #main.contentPage.jireiTop .contentBox article:nth-of-type(3n) {
    margin: 0 0 25px;
  }
  .mainWrapper #main.contentPage.jireiTop .contentBox .souba {
    margin: 10px 0;
  }
  .mainWrapper #main.contentPage.jireiTop .contentBox article .text {
    height: 6em;
  }
  .mainWrapper #main.contentPage.jireiTop .contentBox article ul {
    display: block;
    margin: 0;
  }
  .mainWrapper #main.contentPage.jireiTop .contentBox article li {
    display: block;
    width: 100%;
  }
  .mainWrapper #main.contentPage.jireiTop .relationLink1910 ul {
  }
  .mainWrapper #main.contentPage.jireiTop .relationLink1910 li {
    display: block;
  }
  .mainWrapper #main.contentPage.jireiTop .relationLink1910 li a {
  }

  .mainWrapper #main.contentPage.matome {
    margin: 0 auto;
    width: 900px;
  }
}

/* ↓2020/07/15追加 */
.myButton {
  -moz-box-shadow: inset 0px 1px 0px 0px #fce2c1;
  -webkit-box-shadow: inset 0px 1px 0px 0px #fce2c1;
  box-shadow: inset 0px 1px 0px 0px #fce2c1;
  background-color: #ffc477;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #eeb44f;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 13px;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #cc9f52;
  padding: 20px;
  width: 85%;
  text-align: center;
  font-size: 20px;
  margin-top: 6px;
}
.myButton:hover {
  background-color: #ffab23;
}
.myButton:active {
  position: relative;
  top: 1px;
}
.btnLead {
  font-size: 13px;
}
.btnSpan {
  font-style: normal;
}

/* ↑2020/07/15追加 */


/* 2023/09/28 グロナビ */
/* ================= Navigation ================= */
.container{
	width: 980px;
	margin: auto;
}
@media (max-width: 768px){
	.container{
	    max-width: 100%;
	}
}
.gnav {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
  }
  
  .gnav__wrap {
	width: 100%;
	display: flex;
  }
  
  .gnav__wrap.is-active {
	max-height: 310px;
	opacity: 1;
  }
  
  @media (max-width: 768px) {
	.gnav {
	  display: none;
	  position: fixed;
	  top: 58px;
	  left: 0;
	  z-index: 100;
	  width: 100%;
	  background-color: #fff;
	}
	.gnav__wrap {
	  display: block;
	  padding-bottom: 1.5rem;
	}
  }
  
  .gnav__wrap .gnav__list {
	width: 20%;
	height: 70px;
	position: relative;
  }
  
  @media (max-width: 768px) {
	.gnav__wrap .gnav__list {
	  display: block;
	  width: 100%;
	  border-bottom: 1px solid #e9e9e9;
	}
  }
  
  .gnav__anchor {
	display: block;
	text-align: center;
	font-weight: 700;
	/* padding: 1.8em 1em 1.5em; */
	/* line-height: 1; */
	line-height: 70px;
	position: relative;
	transition: all 0.5s ease;
	height: 70px;
	color: #000;
    text-decoration: none;
  }
  
  .gnav__anchor::after {
	content: "";
	display: block;
	width: 1px;
	height: 38px;
	background-color: #e9e9e9;
	position: absolute;
	top: 13px;
	right: 0;
  }
  
  @media (max-width: 768px) {
	.gnav__anchor::after {
	  content: none;
	}
  }
  
  .is-activeNav,
  .gnav__anchor:active,
  .gnav__anchor:focus,
  .gnav__anchor:hover,
  .gnav__anchor[focus-within] {
	/* color: #fff; */
	/* background-color:$color_accent_3; */
	box-shadow: 0px -5px 0px 0px #7b6bb4 inset;
	color: #7b6bb4;
  }
  
  .gnav__anchor:active,
  .gnav__anchor:focus,
  .gnav__anchor:focus-within,
  .gnav__anchor:hover {
	/* color: #fff; */
	/* background-color:$color_accent_3; */
	box-shadow: 0px -5px 0px 0px #7b6bb4 inset;
	color: #7b6bb4;
  }
  
  .gnav__wrap .gnav__anchor:first-child:before {
	content: "";
	display: block;
	width: 1px;
	height: 38px;
	background-color: #e9e9e9;
	position: absolute;
	top: 13px;
	left: 0;
  }
  
  @media (max-width: 768px) {
	.gnav__wrap .gnav__anchor:first-child:before {
	  content: none;
	}
  }
  
  .gnav_guarantee {
	font-size: 11px;
	display: block;
	position: absolute;
	left: 50%;
	top: 8px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	color: #7b6bb4;
  }
  
  @media (max-width: 768px) {
	.gnav_guarantee {
	  left: 25%;
	  top: 35%;
	}
  }
  
  .gnav_guarantee:before,
  .gnav_guarantee:after {
	content: "";
	position: absolute;
	top: 42%;
	display: inline-block;
	width: 14px;
	height: 0.8px;
	background-color: #7b6bb4;
  }
  
  @media (max-width: 768px) {
	.gnav_guarantee:before,
	.gnav_guarantee:after {
	  display: none;
	}
  }
  
  .gnav_guarantee:before {
	left: -25%;
	transform: rotate(60deg);
  }
  
  .gnav_guarantee:after {
	right: -20%;
	transform: rotate(-60deg);
  }

/* 〆2023/09/28 グロナビ */

/* ハンバーガーメニュー用ボタン */
.menu__wrap {
  display: flex;
  align-items: center;
	margin: 0 0 0 auto;
	padding-right: 1em;
  order: 3;
}
@media screen and (max-width: 768px) {
  nav nav {
    display: inline;
  }
}

.menu__box {
  display: flex;
  flex-direction: row;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .menu__box {
    flex-direction: column;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 15.5em;
    margin: -600px 0 0 0;
    padding: 0.6em 0;
    text-align: center;
    background-color: #fff;
    box-shadow: 1px 0 6px rgba(0, 0, 0, 0.2);
    z-index: 1;
    transition-duration: 0.5s;
  }
}

.red {
  color: #f06c64;
}

.menu__item {
  display: flex;
  flex-direction: column;
  padding: 0 1em 0 1.9em;
  color: #000;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .menu__item {
    display: block;
    padding: 12px 24px;
    color: #000;
    font-size: 18px;
    transition-duration: 0.5s;
  }
  /* .menu__item:hover {
    background-color: #4f5464;
  } */
}

#menu__toggle {
  opacity: 0;
  display: none;
}
#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
  background: #f06c64;
}
#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
  background: #f06c64;
}
#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  left: 0;
  margin: 0;
}

.menu__btn {
  transition-duration: 0.25s;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  bottom: 2px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 2;
}
.menu__btn span {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #7b6bb4;
}
.menu__btn span::before {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #7b6bb4;
  content: "";
  top: -8px;
  transition-duration: 0.25s;
}
.menu__btn span::after {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #7b6bb4;
  content: "";
  top: 8px;
  transition-duration: 0.25s;
}
@media screen and (min-width: 48em) {
  .menu__btn {
    display: none;
  }
}

/* 〆ハンバーガーメニュー用ボタン */

/* PC・SP表示切り替え */
.disPc{
	display: block;
}
@media (max-width: 768px) {
	.disPc{
		display: none;
	}	
}
.disSp{
	display: none;
}
@media (max-width: 768px) {
	.disSp{
		display: block;
	}	
}
/* 〆PC・SP表示切り替え */