/*
Theme Name: boseki2019
*/
@charset "utf-8";
@import url("style_old.css");
@import url("mobile_respon.css");

/* ===== 全体 ===== */
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;
}
h1 {
  margin: 10px 0 0;
  font-size: 12px;
}
h2 {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 20px;
  line-height: 1.2;
  width: 100%;
  min-height: 65px;
  margin: 60px 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;
}
.mainWrapper h1 {
  font-size: 27px;
  line-height: 33px;
  margin: 60px 0 40px;
  padding: 20px 10px 20px 40px;
  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;
	align-items:center;
	color:#000055;
	font-size:20px;
	line-height:1.2;
	background:url(/wp-content/themes/boseki2019/img/bg_dictionay_h3.png) no-repeat;
	background-size:auto 35px;
	background-position:left bottom;
	width:100%;
	height:45px;
	margin:50px 0 0;
	padding:10px 0 0 45px;
	border:none;
}*/
h3 {
}
h4 {
}
h5 {
  margin: 30px 0 10px;
}

.linkBlank:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
  width: 14px;
  height: 14px;
  background: url(/wp-content/themes/boseki2019/img/icon_blank.png) no-repeat;
  background-size: 14px auto;
}
.imgAuto {
  width: auto;
}
.hide {
  display: none !important;
}
.bold {
  font-size: 18px;
}

.mainWrapper {
}
.mainWrapper div {
}
.mainWrapper span {
}
.mainWrapper p {
  margin: 1em 0;
}
.mainWrapper ul {
  margin: 1em 0;
}
.mainWrapper li {
}
.mainWrapper dl {
  margin: 1em 0;
}
.mainWrapper dt {
  font-weight: bold;
}
.mainWrapper dd {
}
.mainWrapper table {
  width: 100%;
  margin: 15px 0;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.mainWrapper th {
  text-align: center;
  background: #ffe4b5;
  border: 1px solid #ccc;
}
.mainWrapper td {
  text-align: center;
  border: 1px solid #ccc;
}

.siteNotes {
  margin: 100px 15px;
  padding: 30px 15px;
  background: #fffff6;
  border: 1px solid #bbb;
}
.siteNotes dt {
  font-weight: bold;
  font-size: 14px;
}
.siteNotes dd {
  text-indent: -1em;
  padding: 0 0 0 1em;
  font-size: 14px;
}

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

/* 文字寄せ */
.textR {
  text-align: right;
}
.textC {
  text-align: center;
}

/* ===== .linkBtn ===== */
.linkBtn,
.linkBtnD {
  display: flex;
  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;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 20px;
  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: #a0201f;
  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: #a0201f;
  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;
}
.linkBtnD.gd02d a {
  color: #bd8e00;
  background: url(/wp-content/themes/boseki2019/img/bg_btn_gold2_2.png)
    no-repeat;
  background-size: 100% auto;
}
.linkBtn.bl02 a {
  color: #0099cc;
  background: url(/wp-content/themes/boseki2019/img/bg_btn_blue1_2.png)
    no-repeat;
  background-size: 100% auto;
}
.linkBtnD.bl02d a {
  color: #0099cc;
  background: url(/wp-content/themes/boseki2019/img/bg_btn_blue2_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;
}

/* ===== .bnrArea ===== */
.bnrArea {
  display: flex;
  flex-wrap: wrap;
  margin: 60px 15px 30px;
}
.bnrArea li {
  width: 50%;
  line-height: 0;
}
.bnrArea li:nth-of-type(odd) {
  padding: 5px 5px 5px 0;
}
.bnrArea li:nth-of-type(even) {
  padding: 5px 0 5px 5px;
}
.bnrArea li.long {
  width: 100%;
  padding: 5px 0;
}

/* ===== .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)
    no-repeat center;
  background-size: 100% auto;
}
.module4 .bnrArea li:nth-of-type(2) {
  background: url(/wp-content/themes/boseki2019/img/btn_4module_02.png)
    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)
    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)
    no-repeat center;
  background-size: 100% auto;
}
.module4 .bnrArea li:nth-of-type(5) {
  background: url(/wp-content/themes/boseki2019/img/line_4module.png) no-repeat
    center;
  background-size: 100% auto;
  height: 1px;
}
.module4 .bnrArea li:nth-of-type(6) {
  background: url(/wp-content/themes/boseki2019/img/btn_4module_koujiten.png)
    no-repeat center;
  background-size: 100% auto;
}
.module4 .bnrArea li a {
  display: block;
  width: 345px;
  height: 99px;
  text-decoration: none;
  position: relative;
}
.module4 .bnrArea li a span {
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.4;
  position: absolute;
  top: 15px;
  right: 30px;
}
.module4 .bnrArea li:nth-of-type(6) a span {
  color: #c4392f;
}

/* ===== .telInc ===== */
.telInc {
  background: #f3d5d5;
  margin: 30px 0;
  padding: 15px;
}
.telInc article {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding: 10px 10px 0;
}
.telInc article p {
  color: #a02020;
  font-weight: bold;
  text-align: center;
  width: 100%;
  position: relative;
}
.telInc article p:first-of-type {
  height: 2em;
}
.telInc article p:first-of-type:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  border: 2px solid #000055;
  border-left: none;
  border-right: none;
  position: absolute;
  top: 10px;
  left: 0;
}
.telInc article p:first-of-type span {
  font-size: 20px;
  background: #fff;
  padding: 0 10px;
  position: absolute;
  left: calc(50% - 6.5em);
}
.telInc article div:nth-last-of-type(3) {
  width: 70px;
}
.telInc article div:nth-last-of-type(2) {
  width: calc(100% - 70px);
}

/* ===== section#dictionary ===== */
#dictionary h2 {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 20px;
  line-height: 1.2;
  width: 100%;
  min-height: 65px;
  margin: 70px 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;
  line-height: 1.2;
  margin: 15px 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;
}
#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;
}

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

/* ===== section#connectGroup 全国コネクトグループ支店一覧 ===== */
#connectGroup {
}
#connectGroup .bgWrapper {
  background: url(/wp-content/themes/boseki2019/img/bg_map.png) no-repeat;
  background-size: 100% auto;
  padding: 15px 0;
}
#connectGroup h3 {
  color: #a0201f;
}
#connectGroup article {
  background: #fff;
  margin: 0 15px 15px;
  padding: 10px;
  position: relative;
}
#connectGroup .mapAreaLink {
  display: flex;
  flex-wrap: wrap;
  background: rgba(230, 230, 230, 0.8);
  margin: 15px;
  padding: 15px;
  border-radius: 10px;
  position: absolute;
  top: 30px;
  left: 0;
  display: none;
}
#connectGroup .mapAreaLink li {
  width: calc(100% / 4);
  padding: 0 3px;
}
#connectGroup .mapAreaLink li:first-of-type {
  color: #a0201f;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  padding: 0 0 10px 5px;
}
#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;
}

/* ========== .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;
  margin: 0;
}
.floatingBnr li {
  width: 50%;
  line-height: 0;
}

/* ===== .sns_button ===== */
.sns_button {
  margin: 30px 0 0;
}
.wp_social_bookmarking_light {
  padding: 30px 15px !important;
}

/* ========== inc.お姉さんモジュール ========== */
.women_module {
  margin: 50px auto;
  position: relative;
}
.women_module .catch {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  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;
}

/* ===== header ===== */
header {
  padding: 10px 0 0;
}
header .headerInner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.logo {
  line-height: 1;
  margin: 0 10px;
  width: 120px;
  order: 1;
}
#todofuken .logo,
#shikuchoson .logo {
  text-align: center;
}
#todofuken .logo span,
#shikuchoson .logo span {
  font-size: 12px;
}
header .headerTxt {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
  color: #333;
  /* width: calc(100% - 140px); */
  width: calc(100% - 218px);
  order: 2;
}
header h1 {
  margin: 0;
  font-size: 13px;
  color: #333;
  /* width: calc(100% - 140px); */
  width: calc(100% - 218px);
  order: 2;
}
.headerTel {
  width: 100%;
  background: #7b6bb4;
  color: #fff;
  font-weight: bold;
  margin: 0;
  padding: 10px 0;
  order: 4;
}
.headerTel div:first-of-type {
  float: left;
  margin: 0 0 0 5px;
}
.headerTel div:first-of-type span:first-of-type {
  display: block;
  padding: 15px 0;
  width: 70px;
  background: #fff;
  color: #7b6bb4;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
}
.headerTel div:first-of-type span:nth-of-type(2) {
  display: block;
  font-size: 14px;
  text-align: center;
}
.headerTel div:nth-of-type(2) {
  font-size: 20px;
  padding: 0 0 0 90px;
}
.headerTel div:nth-of-type(3) {
  width: calc(100% - 90px);
  float: right;
  padding: 0 10px 0 0;
  line-height: 0;
}
.headerTel.sp {
}
.headerTel.pc {
}
.headerTel:after {
  content: "";
  display: block;
  clear: both;
}

/* ===== ぱんくず ===== */
.breadcrumbs {
  order: 3;
  text-align: left;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 5px 0;
  padding: 0 5px;
}
.breadcrumbs span {
  display: table-cell;
  font-size: 12px;
  white-space: nowrap;
}

/* ===== 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 {
  text-decoration: none;
  color: #333;
}
footer .logo {
  margin: 30px auto 10px;
  text-align: center;
}

/* ===== section.keyVisual ===== */
.keyVisual {
  display: flex;
  flex-wrap: wrap;
}
.keyVisual div.sp {
  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 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: 5;
}
.keyVisual .formTEL div a {
  display: block;
  padding: 0 15px;
}
.keyVisual .formTEL div a img {
  width: 100%;
  vertical-align: middle;
}

/* 休暇ボックス */
.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;
}

.formMitsumori {
  background: #fff;
  background-size: 100% auto;
  padding: 15px 0 0;
  order: 4;
}

/* ===== .formMitsumoriRecord ===== */
.formMitsumoriRecord {
  border: 2px solid #ff9313;
  background: #fff;
  margin: 0 15px 15px;
}
.formMitsumoriRecord div:first-of-type {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #ff9313;
}
.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;
}
.formMitsumoriRecord ul {
  margin: 0;
}
.formMitsumoriRecord li {
  text-indent: 0;
  padding: 25px 15px 0;
}
.formMitsumoriRecord li span {
  display: block;
  font-weight: bold;
}
.formMitsumoriRecord li div {
  color: #000 !important;
  background: none !important;
}
.formMitsumoriRecord li:last-of-type div:last-of-type {
  padding: 5px 0 10px !important;
}
.formMitsumoriRecord li input[type="text"],
.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%;
}
.formMitsumoriRecord li:nth-of-type(1) input[type="tel"]:nth-of-type(1) {
  width: 5em;
}
.formMitsumoriRecord li:nth-of-type(1) input[type="tel"]:nth-of-type(2) {
  width: 6em;
}
.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;
}
.formMitsumoriRecord li select option {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.formMitsumoriRecord li:nth-last-of-type(2) .caution {
  display: inline;
  font-size: 0.8em;
  padding: 0 10px 0 0;
}
.formMitsumoriRecord li:nth-last-of-type(2) .caution:after {
  display: none !important;
}
.formMitsumoriRecord li input[type="image"] {
  width: 100%;
}
.formMitsumoriRecord #form_contact_mail,
.formMitsumoriRecord .type2 {
  display: none;
  position: relative;
}
.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;
}
.formMitsumoriRecord li span.afterNone:after,
.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;
}
.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;
}
.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 .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;
}

/* ===== section.trand slick（TOPのみ） ===== */
.slider {
  width: 90%;
  margin: 40px auto;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slider {
  width: 100%;
}
.slider .slick-slide {
  margin: 5px;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
  color: #000 !important;
}
.slick-dots li button:before {
  font-size: 16px !important;
}
.slick-dots li.slick-active button:before {
}

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

/* ===== section.jirei（TOPのみ） ===== */
#top .jirei article {
  margin: 15px auto;
  width: 345px;
}
#top .jirei article h3 {
  background: #a0201f;
  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: #a0201f;
  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 #a0201f;
  border-top: none;
  position: relative;
}
#top .jirei article ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 10px;
}
#top .jirei article .linkBtn {
  margin: 10px 10px 0;
}
#top .jirei article ul:first-of-type li {
  color: #555;
  font-size: 18px;
  margin: 0 0 5px;
  padding: 0 10px;
  background: url(/wp-content/themes/boseki2019/img/bg_jirei_line.gif) repeat-x
    bottom;
  background-size: auto 50%;
  text-indent: 0;
  padding: 0;
}
#top .jirei article ul:first-of-type li:first-of-type,
#top .jirei article ul:first-of-type li:last-of-type {
  width: 100%;
}
#top .jirei article ul:first-of-type li:nth-of-type(2) {
  width: 45%;
}
#top .jirei article ul:first-of-type li:nth-of-type(3) {
  width: 55%;
}
#top .jirei article ul:first-of-type li span {
  color: #000;
  font-size: 1em;
  font-weight: bold;
}
#top .jirei article ul:last-of-type li:first-of-type {
  padding: 0 10px 0 0;
}
#top .jirei article ul:last-of-type li:last-of-type {
  position: relative;
  text-indent: 0;
  padding: 0;
}

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

/* ===== 都道府県・市区町村） ===== */
#todofuken .areaTitle,
#shikuchoson .areaTitle {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 0;
  padding: 0;
  background: #f1f1f1;
}
.mainWrapper .hojokinArea p,
.mainWrapper .gaihekiArea p {
  margin: 1em 15px;
}

/* ===== section.adArea（都道府県・市区町村） ===== */
/*.adArea h2{
	width:100%;
}*/
.adArea article {
  width: 100%;
  padding: 15px 0 0;
}
.adArea article a {
  color: #000;
  text-decoration: none;
}
.adArea article ul {
  margin: 1em 15px;
}
.adArea article ul:after {
  content: "";
  display: block;
  clear: both;
}
.adArea article li {
  display: inline;
  text-indent: 0;
  padding: 0;
}
.adArea article li:first-of-type {
  display: inline-block;
  width: 100%;
  font-weight: bold;
  background: #f1f1f1;
  margin: 0 0 5px;
  padding: 5px 10px;
}
.adArea article li:nth-of-type(2) {
  width: 130px;
  float: left;
  padding: 0 10px 10px 0;
}
.adArea article li:nth-of-type(3) {
  font-size: 16px;
}
.adArea article li:nth-of-type(3) span {
  display: block;
  font-size: 17px;
  margin: 0 0 15px;
  padding: 15px 0 16px;
}

/* ===== section.soubaArea（都道府県・市区町村） ===== */
.soubaArea article {
  padding: 30px 15px;
}
.soubaArea article h3,
.soubaArea article h4 {
  color: #669934;
}
.soubaArea article h4 {
  margin: 30px 0 0;
}
.soubaArea article h3 span {
  font-size: 1.3em;
  line-height: 1.2;
}
.soubaArea article p.bold {
  font-size: 21px;
  margin: 10px 0;
}
.soubaArea article p:nth-last-of-type(2) {
  margin: 5px 0 0;
}
.soubaArea article table {
  width: 100%;
  margin: 0 0 10px;
  border: none;
  border-collapse: collapse;
}
.soubaArea article th {
  color: #fff;
  padding: 5px;
  background: #669934;
  border-left: 2px solid #b2cc98;
  border-right: 2px solid #b2cc98;
  border-top: none;
}
.soubaArea article th:nth-of-type(3n + 1) {
  width: 35%;
  border-left: none;
}
.soubaArea article th:nth-of-type(3n + 2) {
  width: 30%;
}
.soubaArea article th:nth-of-type(3n) {
  width: 35%;
  border-right: none;
}
.soubaArea article td {
  border: 2px solid #b2cc98;
  border-top: none;
  padding: 5px;
}
.soubaArea article td:nth-of-type(1) {
  border-top: none;
  border-left: none;
}
.soubaArea article td:nth-of-type(2) {
  border-top: none;
  border-right: none;
}
.soubaArea article:nth-of-type(2) {
}
.soubaArea article:nth-of-type(2) h3,
.soubaArea article:nth-of-type(2) h4 {
  color: #bd8e00;
}
.soubaArea article:nth-of-type(2) table {
}
.soubaArea article:nth-of-type(2) th {
  background: #bd8e00;
  border-color: #dec67f;
}
.soubaArea article:nth-of-type(2) td {
  border-color: #dec67f;
}
.soubaArea article:nth-of-type(1) {
}
.soubaArea article:nth-of-type(1) h3,
.soubaArea article:nth-of-type(1) h4 {
  color: #e77374;
}
.soubaArea article:nth-of-type(1) table {
}
.soubaArea article:nth-of-type(1) th {
  background: #e77374;
  border-color: #f3b9b8;
}
.soubaArea article:nth-of-type(1) td {
  border-color: #f3b9b8;
}

.soubaArea article:nth-of-type(3) {
}
.soubaArea article:nth-of-type(3) h3,
.soubaArea article:nth-of-type(3) h4 {
  color: #0099cc;
}
.soubaArea article:nth-of-type(3) table {
}
.soubaArea article:nth-of-type(3) th {
  background: #0099cc;
  border-color: #5dc6e9;
}
.soubaArea article:nth-of-type(3) td {
  border-color: #5dc6e9;
}

.soubaArea article:nth-of-type(5) {
}
.soubaArea article:nth-of-type(5) h3,
.soubaArea article:nth-of-type(5) h4 {
  color: #727ee5;
}
.soubaArea article:nth-of-type(5) table {
}
.soubaArea article:nth-of-type(5) th {
  background: #727ee5;
  border-color: #dcdff8;
}
.soubaArea article:nth-of-type(5) td {
  border-color: #dcdff8;
}
.soubaArea article p {
  margin: 15px 0 0;
}
.soubaArea article p.linkBtn {
  margin: 15px 0 0;
}
.soubaArea .beforeAfter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.soubaArea .beforeAfter dl {
  width: 45%;
  border: 1px solid #ccc;
}
.soubaArea .beforeAfter dt {
  font-weight: normal;
  text-align: center;
  line-height: 1.3;
  padding: 5px 0;
  background: #f1f1f1;
  border: 1px solid #ccc;
}
.soubaArea .beforeAfter dd {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
  border: 1px solid #ccc;
}
.soubaArea .beforeAfter dl:last-of-type dt {
  line-height: 2.5;
}
.soubaArea .beforeAfter dl:last-of-type dd {
  color: #a02020;
}
.soubaArea .beforeAfter p {
  color: #2eb3de;
  text-align: center;
  width: 10%;
}

/* ===== section.jireiArea（都道府県・市区町村） ===== */
.jireiArea {
}
.jireiArea article {
  margin: 15px;
}
.jireiArea h3 {
  color: #7b6bb4;
  font-size: 20px;
  padding: 10px;
  background: #f2f1f8;
}
.jireiArea ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.jireiArea ul:first-of-type li {
  color: #555;
  font-size: 18px;
  margin: 5px 0 0;
  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;
}
.jireiArea ul:first-of-type li:first-of-type,
.jireiArea ul:first-of-type li:last-of-type {
  width: 100%;
}
.jireiArea ul:first-of-type li:nth-of-type(2) {
  width: 45%;
}
.jireiArea ul:first-of-type li:nth-of-type(3) {
  width: 55%;
}
.jireiArea ul:first-of-type li:nth-of-type(4),
.jireiArea ul:first-of-type li:nth-of-type(5) {
  width: 50%;
}
.jireiArea ul.hakajimai li:nth-of-type(4) {
  width: 100%;
}

.jireiArea ul:first-of-type li span {
  color: #000;
  font-size: 1em;
  font-weight: bold;
}
.jireiArea ul:last-of-type {
  margin: 10px 0 0;
}
.jireiArea ul:last-of-type li:first-of-type {
  width: 120px;
  padding: 0 10px 0 0;
}
.jireiArea ul:last-of-type li:last-of-type {
  width: calc(100% - 120px);
  position: relative;
  text-indent: 0;
  padding: 0;
}
.jireiArea ul:last-of-type li:last-of-type span:first-of-type {
  display: block;
  color: #7b6bb4;
  font-weight: bold;
}
.jireiArea ul:last-of-type li:last-of-type span:last-of-type {
  display: block;
  font-size: 16px;
  border: 2px solid #aaa;
  border-radius: 10px;
  padding: 10px;
}
.jireiArea ul:last-of-type li:last-of-type span:last-of-type:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-right: 15px solid #999;
  position: absolute;
  top: 45px;
  left: -25px;
}
.jireiArea ul:last-of-type li:last-of-type span:last-of-type:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right: 13px solid #fff;
  position: absolute;
  top: 47px;
  left: -20px;
}

/* ===== section.areaMapLink（都道府県・市区町村） ===== */
.areaMapLink ul {
  margin: 15px;
}
.areaMapLink li {
  display: inline-block;
  vertical-align: top;
  padding: 0 1em 0 0;
  text-indent: 0;
}
.areaMapLink li:before {
  content: "・";
  display: inline;
}
.areaMapLink li:first-of-type {
  font-weight: bold;
  margin: 20px 0 10px;
  padding: 5px 15px;
  width: 100%;
  background: #f1f1f1;
}
.areaMapLink li:first-of-type:before {
  content: "";
  display: none;
}

/* ===== section.todofukenRankingArea（都道府県・市区町村） ===== */
/*.todofukenRankingArea{
}
.todofukenRankingArea ul{
	margin:15px;
}
.todofukenRankingArea li{
	margin:0 auto 20px;
	padding:0;
	text-indent:0;
	width:345px;
}
.todofukenRankingArea li:before{
	content:"";
	display:block;
	width:345px;
	height:17px;
	background:url(/wp-content/themes/boseki2019/img/bg_rank_top.gif) no-repeat;
	background-size:345px auto;
}
.todofukenRankingArea li:after{
	content:"";
	display:block;
	width:345px;
	height:18px;
	background:url(/wp-content/themes/boseki2019/img/bg_rank_bottom.gif) no-repeat;
	background-size:345px auto;
}
.todofukenRankingArea li p{
	display:table;
	table-layout:fixed;
	width:100%;
	height:50px;
	margin:0 !important;
	padding:0 15px;
	background:url(/wp-content/themes/boseki2019/img/bg_rank_middle.gif) repeat-y;
	background-size:345px auto;
}
.todofukenRankingArea li p span{
	display:table-cell;
	vertical-align:middle;
	font-size:18px;
	font-weight:bold;
	width:270px;
	line-height:1.2;
}
.todofukenRankingArea li p img{
	display:table-cell;
	vertical-align:middle;
	padding:0 10px 0 0;
	width:40px;
	height:auto;
}
.todofukenRankingArea li p:nth-of-type(2) img{
	width:100%;
	height:auto;
	padding:0;
}
.todofukenRankingArea p{
	margin:15px;
}*/

/* ===== section.todofukenRankingArea（都道府県・市区町村）NEW ===== */
.todofukenRankingArea {
}
.todofukenRankingArea .rankBox {
  margin: 40px 15px;
}
.todofukenRankingArea .rankBox h3 {
  display: flex;
  background: #fff url(/wp-content/themes/boseki2019/img/bg_rank_line.png)
    repeat-x bottom;
}
.todofukenRankingArea .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;
}
.todofukenRankingArea .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;
}
.todofukenRankingArea .rankBox p {
  margin: 15px 0;
}
.todofukenRankingArea .rankBox .rankInner {
  padding: 20px 25px;
  border-radius: 0 0 15px 15px;
}
.todofukenRankingArea .rankBox.no1 .rankInner {
  background: #fff7d5;
}
.todofukenRankingArea .rankBox.no1 h3 span:first-of-type {
  background: #fff url(/wp-content/themes/boseki2019/img/icon_rank01.png)
    no-repeat bottom;
}
.todofukenRankingArea .rankBox.no2 .rankInner {
  background: #eefdc9;
}
.todofukenRankingArea .rankBox.no2 h3 span:first-of-type {
  background: #fff url(/wp-content/themes/boseki2019/img/icon_rank02.png)
    no-repeat bottom;
}
.todofukenRankingArea .rankBox.no3 .rankInner {
  background: #cfefff;
}
.todofukenRankingArea .rankBox.no3 h3 span:first-of-type {
  background: #fff url(/wp-content/themes/boseki2019/img/icon_rank03.png)
    no-repeat bottom;
}
.todofukenRankingArea .rankBox .link a {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 2.4;
  background: #f29b76;
  border-radius: 10px;
}
.todofukenRankingArea ul {
  margin: 15px;
}
.todofukenRankingArea li {
  display: flex;
  margin: 15px 0;
}
.todofukenRankingArea li span:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #59493f;
  font-size: 28px;
  font-weight: bold;
  margin: 0 20px 0 0;
  width: 67px;
  height: 67px;
  background: url(/wp-content/themes/boseki2019/img/icon_rank0405.png) no-repeat
    bottom;
}
.todofukenRankingArea li span:last-child {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #59493f;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  width: calc(100% - 87px);
}
.todofukenRankingArea .rankComment {
  margin: 50px 15px;
}
.todofukenRankingArea .rankComment h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #59493f;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: -1px;
  margin: 0 auto;
  width: 345px;
  height: 87px;
  background: url(/wp-content/themes/boseki2019/img/bg_rank_comettl.png)
    no-repeat;
  background-size: 100% auto;
}
.todofukenRankingArea .rankComment p {
  color: #59493f;
  font-size: 20px;
  padding: 0 20px 100px;
  width: 345px;
  background: url(/wp-content/themes/boseki2019/img/bg_rank_comebg.png)
    no-repeat bottom;
  background-size: 100% auto;
}

/* ===== .contentTopLink（都道府県） ===== */
.contentTopLink {
  text-align: center;
  margin: 40px 0 90px;
  padding: 18px 0;
  background: #fff2e9;
}
.contentTopLink p {
  color: #000055;
  font-weight: bold;
  margin: 0;
  padding: 0 0 10px;
}
.contentTopLink div {
  margin: 0 15px;
}
.contentTopLink a {
  display: block;
  text-decoration: none;
  width: 345px;
  height: 99px;
  margin: 0 auto;
  padding: 18px 0 0;
  background: url(/wp-content/themes/boseki2019/img/btn_4module_02.png)
    no-repeat;
  background-size: 100% auto;
}
.contentTopLink a span {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
}

/* ===== section.tenpoArea（市区町村） ===== */
.tenpoArea #map {
  width: 100%;
  height: 300px;
  background-color: grey;
}
.tenpoArea .mapInfo {
}
.tenpoArea h3 {
  margin: 15px 15px 0;
}
.tenpoArea dl {
  margin: 0 15px;
}
.tenpoArea dt {
  padding: 3px 15px;
  background: #f1f1f1;
}
.tenpoArea dd {
  font-size: 16px;
  text-indent: 0;
  margin: 0 0 10px;
  padding: 0 0 0 15px;
}
.tenpoArea .tenpoList h3 img {
  width: auto;
}

.tenpoArea#reien {
}
.tenpoArea#reien article {
  padding: 15px;
}
.tenpoArea#reien article h3 {
  margin: 15px 0 0;
  padding: 0 0 0 10px;
  border-left: 5px solid #f6718e;
}
.tenpoArea#reien article p {
  font-size: 16px;
}
.tenpoArea#reien article table {
}
.tenpoArea#reien article th {
  font-size: 16px;
  padding: 5px 10px;
}
.tenpoArea#reien article td {
  font-size: 16px;
  text-align: left;
  padding: 5px 10px;
}

/* ===== div#__mitsumori_thank（サンクスコンテンツ・市区町村） ===== */
#__mitsumori_thank {
  margin: 15px 15px 30px;
}
#__mitsumori_thank p:first-of-type {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}
#__mitsumori_thank #__price p {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
#__mitsumori_thank p:nth-of-type(2) {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #458f20;
}
#__mitsumori_thank #thanks_messeage {
  font-size: 22px;
  text-align: center;
  line-height: 1.2;
  width: 345px;
  height: 212px;
  margin: 35px auto;
  padding: 30px 15px 0;
  background: url(/wp-content/themes/boseki2019/img/bg_thanks.png) no-repeat;
  background-size: 100% auto;
}
#__mitsumori_thank #thanks_messeage div {
  display: inline;
  color: #a02020;
  font-size: 34px;
  font-weight: bold;
}
#__mitsumori_thank #thanks_messeage div:first-of-type {
  font-size: 22px;
  color: #000;
}
#__mitsumori_thank .supplement {
}
#__mitsumori_thank .supplement p {
  color: #000;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  margin: 10px 0;
  background: none;
}
#__mitsumori_thank .supplement p.ttl {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  padding: 15px 0 0 75px;
  height: 80px;
  background: #ff9524
    url(/wp-content/themes/boseki2019/img/bg_thanks_supplement.png) no-repeat
    left bottom;
  background-size: 70px auto;
  border-radius: 15px 15px 0 0;
}
#__mitsumori_thank .supplement p:last-of-type {
  margin: 0 0 10px;
}
#__mitsumori_thank .supplement dl {
  display: flex;
  flex-wrap: wrap;
}
#__mitsumori_thank .supplement dt {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 15px;
  width: 75px;
  background: #ffd1a9;
  border-radius: 10px 0 0 10px;
}
#__mitsumori_thank .supplement dd {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  margin: 0 0 15px;
  padding: 10px;
  width: calc(100% - 75px);
  border: 2px solid #ffd1a9;
  border-radius: 0 10px 10px 0;
}
#__mitsumori_thank .supplement dt:nth-of-type(even) {
  background: #ffc1c1;
}
#__mitsumori_thank .supplement dd:nth-of-type(even) {
  border-color: #ffc1c1;
}
#__mitsumori_thank .supplement ul {
  margin: 15px 0;
  padding: 15px;
  background: #ffd;
}
#__mitsumori_thank .supplement li {
  font-weight: bold;
  text-indent: -1em;
  padding: 0 0 0 1em;
}
#__mitsumori_thank #__price_item {
  margin: 0 0 30px;
  padding: 15px 15px 5px;
  background: #ffd;
}
#__mitsumori_thank #__price_item p {
  font-weight: bold;
  text-align: center;
  margin: 0 0 5px;
}
#__mitsumori_thank #__price_item dl {
}
#__mitsumori_thank #__price_item dt {
  font-weight: bold;
  padding: 5px 10px 0;
  border-top: 1px dotted #ccc;
}
#__mitsumori_thank #__price_item dd {
  margin: 0 0 10px;
  padding: 0 10px 5px;
}
#__mitsumori_thank .cash {
  margin: 50px 0;
}
#__mitsumori_thank .step ul {
  margin: 15px 0 0;
  position: relative;
}
#__mitsumori_thank .step ul:before {
  content: "";
  display: block;
  background: url(/wp-content/themes/boseki2019/img/icon_thanks_comp.png)
    no-repeat;
  background-size: 130px auto;
  width: 130px;
  height: 130px;
  position: absolute;
  top: 0;
  left: calc(50% - 65px);
}

/* ===== section #contentPage ===== */
.mainWrapper#contentPage {
}
.mainWrapper#contentPage ul {
  display: flex;
  flex-wrap: wrap;
}
.mainWrapper#contentPage li {
  margin: 10px 0;
  padding: 0;
  text-indent: 0;
  width: 100%;
  border-radius: 5px;
}
.mainWrapper#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#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#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#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#contentPage li a {
  display: block;
  color: #000055;
  text-decoration: none;
  padding: 20px;
}
.mainWrapper#contentPage li a:after {
  content: "";
  display: block;
  clear: both;
}
.mainWrapper#contentPage li a img {
  float: left;
  margin: 0 10px 0 0;
  width: 100px;
  height: auto;
}
.mainWrapper#contentPage li a span {
  display: block;
  float: right;
  text-align: left;
  width: calc(100% - 110px);
}
.mainWrapper#contentPage li a span:first-of-type {
  font-size: 18px;
  font-weight: bold;
}
.mainWrapper#contentPage li a span:last-of-type {
  font-size: 16px;
  margin: 10px 0 0;
  padding: 10px 0 0;
  border-top: 1px solid #d2d2d2;
}

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

/* ===== #e404 ===== */
.mainWrapper#e404 {
  margin: 50px 0;
}
.mainWrapper#e404 p {
  margin: 15px;
}

/* ===== tel/promise/nagare ===== */
#main.tel .step ul,
#main.nagare .step ul {
  margin: 15px 0 0;
}
#main.tel .choiceReason article,
#main.promise .choiceReason article {
  margin: 15px 0;
}
#main.tel .choiceReason article p,
#main.promise .choiceReason article p {
  margin: 0 0 1em;
  padding: 0 15px;
}
#main.tel .choiceReason div img,
#main.promise .choiceReason div img {
  height: 150px;
}

#main.promise p {
  padding: 0;
}
#main.promise .price_read {
  margin: 10px 0;
}
#main.promise .price_read:after {
  content: "";
  display: block;
  clear: both;
}
#main.promise #tsuyomi_box {
  margin: 10px 15px;
  width: calc(100% - 30px);
}
#main.promise #tsuyomi_box dd {
  text-indent: 0;
  padding: 0;
}

#main.nagare .tablist {
  margin: 1em 0 0;
}
#main.nagare .tablist li {
  background: #c1c1c1;
  border: 1px solid #ccc;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}
#main.nagare .tablist li.select:first-of-type {
  color: #ff8a00;
  background: #ffffc0;
}
#main.nagare .tablist li.select:last-of-type {
  color: #21be3b;
  background: #c7ffd0;
}
#main.nagare .content_wrap {
  padding: 0;
  border-top: none;
}
#main.nagare .content_wrap h2 {
  margin: 0;
  padding: 0;
  background: none;
}
#main.nagare h2 .title_in_nagare01 {
  float: none;
}
#main.nagare .about_read {
  padding: 10px;
  clear: both;
}
#main.nagare .tblsample2,
#main.nagare .tblsample3 {
  margin: 10px 0;
  border: none;
}
#main.nagare .tblsample2 td,
#main.nagare .tblsample3 td {
  text-align: left;
  vertical-align: top;
  border: none;
}
#main.nagare .tblsample2 td img,
#main.nagare .tblsample3 td img {
  vertical-align: top;
}
#main.nagare .tblsample2 td img,
#main.nagare .tblsample3 td img {
  vertical-align: middle;
}
#main.nagare .tblsample2 td.td1,
#main.nagare .tblsample3 td.td1 {
  width: 80px;
}
#main.nagare .tblsample2 td p,
#main.nagare .tblsample3 td p {
  margin: 0 0 1em;
}

/* ===== qa ===== */

#main .question_qa dt img,
#main .question_qa dd img {
  width: auto;
  max-width: none;
}

/* ====== スマホ専用（幅767以下） ====== */
@media only screen and (max-device-width: 767px) {
  /* ===== section#connectGroup 全国コネクトグループ支店一覧 ===== */
  #connectGroup .mapAreaLink {
  }
  .floatingBnr {
    display: block;
  }
  .pc {
    display: none !important;
  }
}
/* ====== スマホiPhone5専用（幅767以下） ====== */
@media only screen and (max-device-width: 767px) {
  .pc {
    display: none;
  }
}
/* ====== PC用、タブレット共通（幅768以上） ====== */
@media only screen and (min-width: 768px) {
  .mainWrapper {
    width: 980px;
    margin: 0 auto;
  }
  /*.mainWrapper h2{
		font-size:1.3em;
		margin:50px 0 0;
		padding:10px 0 0 55px;
		background:url(/wp-content/themes/boseki2019/img/bg_dictionay_h3_pc.png) no-repeat bottom;
	}*/
  .siteNotes {
    margin: 100px auto;
    padding: 30px;
    width: 980px;
  }

  .mainWrapper h1 {
    margin: 60px auto 40px;
    width: 980px;
  }
  h2.line2 {
    width: 100%;
    padding: 10px 0 15px 75px;
    line-height: 1.3;
  }

  /* ===== .linkBtn ===== */
  .linkBtn {
    display: block;
  }
  .linkBtn a {
    font-size: 22px;
    margin: 0 auto;
    width: 768px;
    height: 60px;
  }
  .linkBtnD a {
    font-size: 22px;
    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: 0 15px 10px;
  }
  .cv_module_content .linkBtn a {
    height: 64px;
  }
  .cv_module_content .linkBtnD.rd01d a {
    width: 768px;
    height: 60px;
    background-size: 768px auto;
  }

  /* ===== .formTEL ===== */
  .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%;
  }
  .keyVisual .formTEL div a img:last-of-type {
    margin: 10px 0 5px;
  }

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

  /* ===== .module4  ===== */
  .module4 {
    display: flex;
    flex-wrap: wrap;
    width: 990px;
    margin: 0 auto;
  }
  .module4 .bnrArea {
    margin: 30px 0;
  }
  .module4 .bnrArea li {
    margin: 5px;
    width: 237px;
  }
  .module4 .bnrArea li:nth-of-type(5) {
    width: 100%;
  }
  .module4 .bnrArea li:nth-of-type(6) {
    width: 484px;
    height: 139px;
    margin: 5px auto;
  }
  .module4 .bnrArea li a {
    width: 237px;
    height: 69px;
  }
  .module4 .bnrArea li:nth-of-type(6) a {
    width: 484px;
    height: 139px;
  }
  .module4 .bnrArea li a span {
    font-size: 20px;
    top: 12px;
  }
  .module4 .bnrArea li:nth-of-type(6) a span {
    font-size: 36px;
    top: 17px;
    right: 50px;
  }

  /* ===== .telInc ===== */
  .telInc {
  }
  .telInc article {
    width: 980px;
    margin: 0 auto;
  }
  .telInc article {
  }
  .telInc article p:first-of-type span {
  }
  .telInc article div:nth-last-of-type(3) {
  }
  .telInc article div:last-of-type {
  }

  /* ===== section#dictionary ===== */
  #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: 900px;
  }
  #dictionary article {
    width: 100%;
  }
  #dictionary h3 {
    margin: 15px 0 0;
    background: url(/wp-content/themes/boseki2019/img/bg_dictionay_h3_pc.png)
      no-repeat bottom left;
    background-size: auto 40px;
  }
  #dictionary ul {
    margin: 15px 50px;
  }
  #dictionary li a {
    height: auto;
  }

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

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

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

  /* ===== .sns_button ===== */
  .sns_button {
    margin: 50px auto 0;
    width: 980px;
  }
  .wp_social_bookmarking_light {
    margin: 0 auto !important;
    width: 980px;
  }

  /* ========== inc.お姉さんモジュール ========== */
  .women_module {
    margin: 50px auto;
    max-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: 27px;
  }
  .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;
  }

  /* ===== header ===== */
  header {
    width: 100%;
    padding: 10px 0 0;
    border-bottom: 10px solid #7b6bb4;
  }
  header .headerInner {
    width: 980px;
    margin: 0 auto;
    align-items: center;
  }
  .logo {
    margin: 10px;
    width: 145px;
    order: 1;
  }
  header .headerTxt {
    margin: 10px 0 0;
    font-size: 20px;
    font-weight: bold;
    width: calc(100% - 550px);
    order: 2;
  }
  header h1 {
    margin: 10px 0 0;
    font-size: 20px;
    line-height: 1.3;
    width: calc(100% - 550px);
    order: 2;
  }
  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%;
  }

  /* ===== nav.gMenu ===== */
  nav.gMenu {
    background: #a02020;
  }
  nav.gMenu ul {
    display: flex;
    width: 980px;
    margin: 15px auto 0;
    border-right: 1px solid #fff;
  }
  nav.gMenu li {
    width: calc(100% / 5);
    border-left: 1px solid #fff;
  }
  nav.gMenu a {
    display: block;
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    padding: 15px 0;
  }

  /* ===== ぱんくず ===== */
  .breadcrumbs {
    font-size: 12px;
    margin: 5px auto;
    padding: 0;
    width: 980px;
    overflow-x: inherit;
    order: 4;
  }
  .breadcrumbs span {
    display: inline;
    white-space: normal;
  }

  /* ===== section.keyVisual ===== */
  .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;
  }

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

  .formMitsumori {
    display: flex;
    width: 980px;
    height: 535px;
    background: none;
    margin: 0 auto;
    padding: 0;
    order: 1;
  }
  .formMitsumori .pc img {
    text-align: center;
    width: auto;
  }
  .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;
    order: 3;
  }

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

  /* ===== section.trand slick（TOPのみ） ===== */
  .trand {
    width: 980px;
    margin: 0 auto;
  }

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

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

  /* ===== 都道府県・市区町村） ===== */
  #todofuken .areaTitle,
  #shikuchoson .areaTitle {
    margin: 0;
    line-height: 2.2;
  }
  .mainWrapper .hojokinArea {
    width: 100%;
  }

  /* ===== section.adArea（都道府県・市区町村） ===== */
  .adArea {
    display: flex;
    flex-wrap: wrap;
  }
  .adArea article {
    padding: 15px !important;
    width: 50%;
  }
  .adArea article .linkBtn.pk02 a {
    width: 100%;
    height: 73px;
    background: url(/wp-content/themes/boseki2019/img/bg_btn_pink1_2.png)
      no-repeat;
    background-size: 100% auto;
  }

  /* ===== section.soubaArea（都道府県・市区町村） ===== */
  .soubaArea {
    display: flex;
    flex-wrap: wrap;
  }
  .soubaArea h2 {
    width: 100%;
  }
  .soubaArea article {
    width: 50%;
  }
  /*.soubaArea article:nth-of-type(1){
		order:1;
	}
	.soubaArea article:nth-of-type(2){
		order:3
	}
	.soubaArea article:nth-of-type(3){
		order:4;
	}
	.soubaArea article:nth-of-type(4){
		order:2;
	}
	.soubaArea article:nth-of-type(5){
		order:5;
	}*/
  .soubaArea article:nth-of-type(1) div {
    padding: 0 0 86px;
  }
  .soubaArea article:nth-of-type(3) div {
    padding: 0 0 178px;
  }
  .soubaArea .linkBtn {
    order: 6;
    margin: 20px auto;
  }
  .soubaArea article .linkBtn a {
    width: 100%;
  }
  .soubaArea article .linkBtnD.pk02d a {
    height: 73px;
    background: url(/wp-content/themes/boseki2019/img/bg_btn_pink1_2.png)
      no-repeat;
    background-size: 100% auto;
  }
  .soubaArea article .linkBtnD.gr02d a {
    height: 73px;
    background: url(/wp-content/themes/boseki2019/img/bg_btn_green1_2.png)
      no-repeat;
    background-size: 100% auto;
  }
  .soubaArea article .linkBtnD.gd02d a {
    height: 73px;
    background: url(/wp-content/themes/boseki2019/img/bg_btn_gold1_2.png)
      no-repeat;
    background-size: 100% auto;
  }
  .soubaArea article .linkBtnD.bl02d a {
    height: 73px;
    background: url(/wp-content/themes/boseki2019/img/bg_btn_blue1_2.png)
      no-repeat;
    background-size: 100% auto;
  }
  .soubaArea article .linkBtnD.pl02d a {
    height: 73px;
    background: url(/wp-content/themes/boseki2019/img/bg_btn_purple1_2.png)
      no-repeat;
    background-size: 100% auto;
  }

  /* ===== section.jireiArea（都道府県・市区町村） ===== */
  .jireiArea {
    display: flex;
    flex-wrap: wrap;
  }
  .jireiArea article {
    margin: 10px;
    width: calc(50% - 20px);
  }
  .jireiArea ul.hakajimai {
    margin: 0 0 43px;
  }
  .jireiArea article .linkBtn a {
    width: 100%;
    height: 70px;
    background: url(/wp-content/themes/boseki2019/img/bg_btn_purple1_2.png)
      no-repeat;
    background-size: 100% auto;
  }

  /* ===== section.areaMapLink（都道府県・市区町村） ===== */
  .areaMapLink ul {
  }
.area_attention{
	font-size: 15px;
	width: 100%;
	}
  /* ===== section.todofukenRankingArea（都道府県・市区町村） ===== */
  /*.todofukenRankingArea{
	}
	.todofukenRankingArea ul{
		display:flex;
		flex-wrap:wrap;
		margin:15px auto;
		width:720px;
	}
	.todofukenRankingArea li{
		margin:15px;
		width:330px;
	}
	.todofukenRankingArea li:before,
	.todofukenRankingArea li:after{
		width:330px;
		height:17px;
		background-size:330px auto;
	}
	.todofukenRankingArea li p{
		background-size:330px auto;
	}
	.todofukenRankingArea li p span{
		width:255px;
	}
	.todofukenRankingArea li:first-of-type{
		width:690px;
	}
	.todofukenRankingArea li:first-of-type:before,
	.todofukenRankingArea li:first-of-type:after{
		width:690px;
		height:35px;
		background-size:690px auto;
	}
	.todofukenRankingArea li:first-of-type p{
		height:60px;
		background-size:690px auto;
	}
	.todofukenRankingArea li:first-of-type p:last-of-type{
		display:block;
		text-align:center;
	}
	.todofukenRankingArea li:first-of-type p img{
		width:66px;
	}
	.todofukenRankingArea li:first-of-type p span{
		font-size:28px;
		width:580px;
	}
	.todofukenRankingArea li:first-of-type p:last-of-type img{
		display:inline;
	}
	.todofukenRankingArea li:first-of-type p:nth-of-type(2){
		height:auto;
		text-align:center;
	}
	.todofukenRankingArea li:first-of-type p:nth-of-type(2) img{
		width:75%;
		height:auto;
		padding:0;
	}
	.todofukenRankingArea p{
		font-size:18px;
		width:690px;
		margin:15px auto;
	}*/

  /* ===== section.todofukenRankingArea（都道府県・市区町村）NEW ===== */
  .todofukenRankingArea .rankBox.no1 .rankInner {
    display: flex;
    padding: 40px 50px 50px;
  }
  .todofukenRankingArea .rankBox.no1 h3 span:first-of-type {
    margin: 0 0 0 10px;
  }
  .todofukenRankingArea .rankBox.no1 .rankInner div {
    width: 50%;
  }
  .todofukenRankingArea .rankBox.no1 .rankInner div.imgBox {
    padding: 0 40px 0 0;
  }
  .todofukenRankingArea .rankBox.no1 .rankInner div.textBox p {
    margin: 0;
  }
  .todofukenRankingArea .rankBox.no1 .rankInner div.textBox .link {
    margin: 50px 0 0;
    width: 100%;
  }
  .todofukenRankingArea li span:first-child {
  }
  .todofukenRankingArea li span:last-child {
    justify-content: flex-start;
  }
  .todofukenRankingArea .rankComment {
    display: block;
    padding: 30px 0 0;
    position: relative;
  }
  .todofukenRankingArea .rankComment h3 {
    text-align: center;
    letter-spacing: 0;
    margin: 0;
    width: 600px;
    height: 65px;
    background: url(/wp-content/themes/boseki2019/img/bg_rank_comettl_pc.png)
      no-repeat;
    position: absolute;
    top: 0;
    left: 0;
  }
  .todofukenRankingArea .rankComment p {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    padding: 40px 300px 0 185px;
    width: auto;
    height: 235px;
    background: url(/wp-content/themes/boseki2019/img/bg_rank_comebg_pc.png)
      no-repeat bottom;
  }

  /* ===== .contentTopLink（都道府県） ===== */
  .contentTopLink {
    margin: 10px 0 60px;
    padding: 22px 0;
  }
  .contentTopLink p:first-of-type {
    display: none;
  }
  .contentTopLink a {
    width: 480px;
    height: 68px;
    padding: 0;
    background: url(/wp-content/themes/boseki2019/img/btn_5module_05_pc.png)
      no-repeat;
    background-size: 100% auto;
    position: relative;
  }
  .contentTopLink a span {
    display: block;
    font-size: 18px;
    text-align: left;
    position: absolute;
    top: 7px;
    left: 100px;
  }
  .contentTopLink a span p.pc {
    display: block;
    color: #fff;
    font-size: 18px;
    margin: 0;
    padding: 0;
  }

  /* ===== section.tenpoArea（市区町村） ===== */
  .tenpoArea {
    display: flex;
    flex-wrap: wrap;
  }
  .tenpoArea #map {
    margin: 15px 0 0;
  }
  .tenpoArea .tenpoList {
    width: 50%;
  }
  .tenpoArea#reien {
    display: flex;
    flex-wrap: wrap;
  }
  .tenpoArea#reien article {
    width: 50%;
  }
  .tenpoArea#reien h3 {
    width: 100%;
  }
  .tenpoArea#reien .tenpoList {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .tenpoArea#reien .tenpoList h3 {
    width: 100%;
  }
  .tenpoArea#reien .tenpoList dl {
    width: calc(50% - 30px);
  }

  /* ===== div#__mitsumori_thank（サンクスコンテンツ・市区町村） ===== */
  #__mitsumori_thank {
    width: 980px;
    margin: 15px auto 30px;
  }
  #__mitsumori_thank p:first-of-type {
    font-size: 34px;
  }
  #__mitsumori_thank p:nth-of-type(2) {
    font-size: 26px;
  }
  #__mitsumori_thank #__price p {
    font-size: 40px;
  }
  #__mitsumori_thank #thanks_messeage {
    font-size: 34px;
    padding: 75px 0 0;
    width: 980px;
    height: 300px;
    background: url(/wp-content/themes/boseki2019/img/bg_thanks_pc.png)
      no-repeat;
  }
  #__mitsumori_thank #thanks_messeage div {
    font-size: 38px;
  }
  #__mitsumori_thank #thanks_messeage div:first-of-type {
    font-size: 34px;
  }
  #__mitsumori_thank #__price_item p {
    font-size: 24px;
  }
  #__mitsumori_thank #__price_item dl {
    display: flex;
    flex-wrap: wrap;
  }
  #__mitsumori_thank #__price_item dt {
    padding: 5px 5px 5px 10px;
    width: 28%;
    border: none;
  }
  #__mitsumori_thank #__price_item dd {
    padding: 5px;
    width: 22%;
  }
  #__mitsumori_thank #__price_item dd:nth-of-type(2n + 1) {
    border-right: 1px dotted #ccc;
  }
  #__mitsumori_thank .supplement {
    width: 900px;
    margin: 0 auto;
  }
  #__mitsumori_thank .supplement p.ttl {
    font-size: 34px !important;
    text-align: left !important;
    width: 900px;
    height: 131px;
    padding: 70px 0 0 170px;
    background: url(/wp-content/themes/boseki2019/img/bg_thanks_supplement_pc.png)
      no-repeat;
  }
  #__mitsumori_thank .supplement p:nth-of-type(2) {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0;
  }
  #__mitsumori_thank .supplement dt {
    font-size: 30px;
    /*line-height:3;*/
    width: 175px;
  }
  #__mitsumori_thank .supplement dd {
    justify-content: start;
    font-size: 20px;
    padding: 10px 20px;
    width: calc(100% - 175px);
  }
  #__mitsumori_thank .step {
    width: 900px;
  }
  #__mitsumori_thank .step ul {
    margin: 15px auto 0;
  }

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

  /* ===== footer ===== */
  footer {
    padding: 0;
  }

  .sp {
    display: none !important;
  }

  /* ===== #e404 ===== */
  .mainWrapper#e404 {
    margin: 50px auto;
    width: 980px;
  }

  /* ===== tel/promise/nagare ===== */
  #main.tel .first_read {
    width: 700px;
    margin: 10px auto;
    float: none;
  }
  #main.tel .step ul,
  #main.nagare .step ul {
    margin: 15px auto 0;
  }
  #main.tel .choiceReason article,
  #main.promise .choiceReason article {
    margin: 15px 10px;
  }

  #main.promise .price_read {
    width: 100%;
    margin: 10px 0;
  }

  #main.nagare h3 {
    width: 100%;
    margin: 50px 0 10px;
  }
  #main.nagare .tablist {
    width: 100%;
  }
  #main.nagare .title_nagare01,
  #main.nagare .title_nagare02,
  #main .content_wrap .about_read p {
    width: 100%;
  }

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

  /* form */
  .formOtherLink {
    margin: 0 auto;
    width: 980px;
  }
}
/* ====== タブレット専用（幅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) {
}

/* ========== 旧コンテンツ調整用 ========== */
#main {
  margin: 0 15px;
}

#main .about_read p {
  width: auto;
  float: none;
}

#main .imgAuto {
  width: auto;
}

.ttl-right {
  margin: 15px;
}

.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;
}

.mainWrapper #main.subsidy-jirei .text-choise.tag {
  margin: 30px 15px 0;
  padding: 0 15px;
}
.mainWrapper #main .text-choise.tag span {
  font-size: 14px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.mainWrapper #main .imgText {
  display: block;
  float: left;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  background: #a50022;
  margin: 0 15px 0 0;
  padding: 20px 0 !important;
  width: 200px;
}
.mainWrapper #main .imgText span {
  display: block;
  font-size: 28px;
  padding: 0 !important;
}
.mainWrapper #main .imgText.br {
  background: #ac5d2c;
}

.mainWrapper #main.ranking .titile_01 {
  font-size: 18px;
}
.mainWrapper #main.ranking .titile_01 img {
  width: 50px;
  height: auto;
  padding: 0 10px 0 0;
}
.mainWrapper #main.ranking .choise-content01 li {
  margin: 0 0 10px;
}
.mainWrapper #main.ranking .choise-content01 li a {
  font-size: 20px;
}

.mainWrapper #main #kasai p {
  padding: 0;
}
.mainWrapper #main #kasai p.image_l {
  margin: 0 15px 15px;
}

.mainWrapper #main.fukikae dd {
  margin: 0 0 15px;
}
.mainWrapper #main.fukikae dd ul {
  margin: 0;
}

/* ===== .choise-content01（/content配下） ===== */
#main .choise-content01 {
  margin: 20px 0;
  border: 10px solid #ffebbb;
  border-radius: 20px;
}
#main .choise-content01 .pad_10 p.titile_01 {
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
#main .choise-content01 .pad_10 p.titile_01:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 7px 10px 0 0;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 15px solid #000;
}
#main .choise-content01 .pad_10 ul {
  margin: 10px 0;
}
#main .choise-content01 .pad_10 li {
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  line-height: 1.3;
  margin: 10px 0;
  padding: 20px 0 0;
  border-top: 1px dotted #ccc;
}
#main .choise-content01 .pad_10 li.pad_left10 {
  margin: 5px 0;
  padding: 0;
  border: none;
}
#main .choise-content01 .pad_10 li span:first-of-type {
  display: inline-block;
  color: #fff;
  background: #000;
  width: 28px;
  height: 28px;
  margin: 0 10px 0 0;
  padding: 0 5px;
}
#main .choise-content01 .pad_10 li.pad_left10 span:first-of-type {
  background: #fff;
}
#main .choise-content01 .pad_10 li a,
#main .choise-content01 .pad_10 li.pad_left10 span:last-of-type {
  width: calc(100% - 38px);
  line-height: 1.3;
}

.mainWrapper .choise-content .titile_01 img {
  width: auto;
  max-width: none;
}

.price-down img {
  width: auto;
}

#main.client p {
  padding: 0;
}
#main.client .telform ul {
  margin: 0 0 50px;
}
#main.client .telform li {
  text-indent: 0;
  margin: 0 0 10px;
  padding: 0;
}
#main.client .telform li a span {
  display: block;
}

#main.tel p {
  padding: 0;
}

#main.tekisei-voice p {
  margin: 0;
}
#main.tekisei-voice .voice-content1 img {
}
#main.tekisei-voice .voice-content2 .price2 {
  padding: 15px 15px 0;
}
#main.tekisei-voice .voice-content2 .price2:first-of-type {
  border-top: none;
}
#main.tekisei-voice .voice-content2 .price2 .red {
  font-size: 24px;
}
#main.tekisei-voice .voice-content2 .price-down {
  margin: 10px 0 0;
}
#main.tekisei-voice .voice-content2 .price-down img {
  vertical-align: middle;
}
.imgArrow img {
  width: auto;
}

/* ====== スマホ専用（幅767以下） ====== */
@media only screen and (max-device-width: 767px) {
  .bg_box01 ul {
    margin: 0;
  }

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

  #main .main_box_title {
    margin: -80px 0 10px;
    padding: 80px 0 0;
  }

  .mainWrapper #main .rankingArea .contentOutline {
    margin-top: -80px;
    padding-top: 80px;
  }
  .mainWrapper #main .rankingArea .choise-content {
    padding: 20px;
  }

  /* ===== 旧class調整 ===== */
  .mainWrapper .table03 {
    margin: 0 40px;
    width: calc(100% - 80px);
  }

  .choise-content img {
    width: auto;
  }
  #main .choise-content01 .pad_10 li.pad_left10 span:first-of-type img {
    width: 100%;
  }

  #main.tekisei-voice .voice-content1 img {
    float: none;
    width: 508px;
  }
  #main.tekisei-voice .voice-content2 .price2 {
    padding: 0 15px;
  }
  #main .first_read,
  #main .section_first,
  #main .box02,
  #main .box03 {
    width: 100%;
    margin: 10px 0;
  }
}

/* ====== タブレット専用（幅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) {
}

/* ↓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: 100%;
  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表示切り替え */