@charset "UTF-8";
/*
 sec06
----------------------------------------------------------- */
.fbox {
  max-width: 980px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.fbox > * {
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
  -ms-word-break: break-all;
  text-align: left;
  word-break: break-all;
}

.fbox_2 > * {
  width: 50%;
}

.pagePrefTop .pg-pref-btnTelTxt {
  padding-top: 40px;
}
.pagePrefTop .container:not(.wNormal) {
  max-width: 980px;
}
.pagePrefTop .container:not(.wNormal) .inner {
  border-radius: 14px;
  border: 2px solid #fff;
  background: #fff;
  padding-bottom: 45px;
}
.pagePrefTop .container:not(.wNormal) .inner h2 {
  position: relative;
  font-size: 2.7rem;
  font-weight: 600;
  color: #fff;
  padding: 1em 0 1em 135px;
  border-radius: 14px 14px 0 0;
  background: #73b84d;
}
.pagePrefTop .container:not(.wNormal) .inner h2:before {
  position: absolute;
  content: "";
  width: 85px;
  height: 96px;
  bottom: 0;
  left: 24px;
}

:focus {
  outline: none;
}

a[href^=tel] {
  pointer-events: none;
}

.fixbtns {
  width: 350px;
  position: fixed;
  right: 0px;
  bottom: 0px;
}
.fixbtns dd {
  padding: 15px 15px 0 15px;
  background: #fff;
  border: 1px solid #ff7202;
}
.fixbtns dd p {
  padding-bottom: 15px;
}

.pg-pref-btnTelTxt {
  margin-bottom: 15px;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
}
.pg-pref-btnTelTxt em {
  color: #ff7002;
}

.pg-pref-btnTel {
  text-align: center;
}
.pg-pref-btnTel a {
  display: inline-block;
  transition: 0.3s;
}
.pg-pref-btnTel a:hover {
  opacity: 0.7;
}

.pg-pref-btnPamph {
  margin-top: 36px;
  text-align: center;
}
.pg-pref-btnPamph a {
  display: inline-block;
  transition: 0.3s;
}
.pg-pref-btnPamph a:hover {
  opacity: 0.7;
}

.pg-pref-btnMnk {
  margin-top: 36px;
  text-align: center;
}
.pg-pref-btnMnk a {
  display: inline-block;
  transition: 0.3s;
}
.pg-pref-btnMnk a:hover {
  opacity: 0.7;
}

.pagePref .u-search h3 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #60910d;
}
.pagePref .u-search h3:first-of-type {
  padding-top: 0px;
}

.prefTopMainZone .secMain {
  background: url("../img/pref/main/bg_wrap.jpg") center top no-repeat #f3edec;
  padding: 40px 50px;
  background-size: auto 100%;
  position: relative;
}
.prefTopMainZone .secMain .iconNhk {
  position: absolute;
  left: 50%;
  margin-left: 70px;
  top: 30px;
}
.prefTopMainZone .secMain .in {
  max-width: 1056px;
  margin: auto;
}
.prefTopMainZone .secMain .ttl {
  margin-bottom: 30px;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.3;
}
.prefTopMainZone .secMain .ttl .titles {
  display: block;
}
.prefTopMainZone .secMain .ttl .titles.sub {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .prefTopMainZone .secMain .ttl .titles.sub {
    font-size: 3.7vw;
  }
}
.prefTopMainZone .secMain .ttl .titles.main {
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .prefTopMainZone .secMain .ttl .titles.main {
    font-size: 8.5vw;
  }
}
.prefTopMainZone .secMain .btnTel a {
  display: inline-block;
  transition: 0.3s;
}
.prefTopMainZone .secMain .btnTel a:hover {
  opacity: 0.7;
}
.prefTopMainZone .prizeBox {
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: center;
}
.prefTopMainZone .prizeBox.isType2 {
  top: -30px;
}
.prefTopMainZone .prizeBox li {
  margin-top: 20px;
  max-width: 165px;
}
.prefTopMainZone .prizeBox p {
  font-size: 10px;
  margin-top: 5px;
}
.prefTopMainZone .secPlan {
  padding: 0;
  position: relative;
}
.prefTopMainZone .secPlan .ttl {
  width: 100%;
  position: absolute;
  top: -72px;
  left: 0;
}
.prefTopMainZone .secPlan .ttl h2 {
  margin-right: -26px;
  position: absolute;
  left: 0;
  right: 50%;
}
.prefTopMainZone .secPlan .ttl h2:before {
  content: "";
  display: block;
  position: absolute;
  top: 37px;
  background-color: #60910d;
  width: 100%;
  bottom: 0;
  left: 0;
}
.prefTopMainZone .secPlan .ttl h2:after {
  content: "";
  display: block;
  position: absolute;
  top: 37px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 0 0 60px;
  border-color: transparent transparent transparent #60910d;
  left: 100%;
}
.prefTopMainZone .secPlan .ttl h2 img {
  margin-left: -586px;
  position: relative;
  left: 100%;
}
.prefTopMainZone .secPlan .sldBox {
  background-color: #60910d;
  padding: 25px 50px;
}
.prefTopMainZone .secPlan .sldBox .in {
  max-width: 1108px;
  margin: auto;
}
.prefTopMainZone .secPlan .sldBox .slick-arrow {
  width: 19px;
  height: 33px;
}
.prefTopMainZone .secPlan .sldBox .slick-arrow.slick-prev {
  background: url("../img/pref/main/arw_l.svg") 0 0 no-repeat;
  left: -35px;
}
.prefTopMainZone .secPlan .sldBox .slick-arrow.slick-next {
  background: url("../img/pref/main/arw_r.svg") 0 0 no-repeat;
  right: -35px;
}
.prefTopMainZone .secPlan .sldBox .item {
  display: block;
  padding: 0 7px;
}
.prefTopMainZone .secPlan .sldBox .item a {
  display: block;
  transition: 0.3s;
}
.prefTopMainZone .secPlan .sldBox .item a:hover {
  opacity: 0.7;
}
.prefTopMainZone .secPlan .sldBox .item a img {
  width: 100%;
}

.prefTopMainZone.withPrize {
  position: relative;
}
.prefTopMainZone.withPrize .in {
  position: relative;
}
.prefTopMainZone.withPrize .in .text {
  max-width: 450px;
}
@media screen and (max-width: 767px) {
  .prefTopMainZone.withPrize .in .text {
    font-size: 12px;
  }
}
.prefTopMainZone.withPrize .in .labels {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .prefTopMainZone.withPrize .in .labels {
    margin-left: auto;
    width: 60%;
  }
}
.prefTopMainZone.withPrize .in .labels a {
  background-color: #fff;
}

.listZone .u-inner {
  padding: 55px 0 50px;
}
.listZone .u-ttl1 {
  font-size: 3rem;
}
.listZone .u-ttl1 span {
  border-bottom-width: 6px;
}
.listZone .cards {
  display: flex;
  flex-wrap: wrap;
}
.listZone .cards .u-card1 {
  width: 49.12603%;
  margin: 0 1.74793% 1.74793% 0;
  border: 2px solid #d2e9a9;
  border-radius: 10px;
}
.listZone .cards .u-card1:nth-child(even) {
  margin-right: 0;
}
.listZone .cards .u-card1 a {
  margin: 0;
}
.listZone .cards .u-card1 a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.listZone .cards .u-card1 a .txt .info dt {
  width: 17%;
}
.listZone .cards .u-card1 a .txt .info dd {
  width: 80%;
}
.listZone .btn-box {
  margin: 20px 0 50px;
}
.listZone .btn-box .u-btn1 {
  background-color: #7db422;
}

.planZone {
  background-image: url("../img/pref/plan/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.planZone .container .inner.bdr0 {
  border-radius: 0;
}
.planZone .container .inner h2:before {
  background: url("../img/pref/plan/icn_ttl.png");
}
.planZone .container .inner .txtCatch {
  margin-top: 45px;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 0.8em 0;
  text-align: center;
  border-radius: 10px;
  background: #cee0b2;
}
.planZone .container .inner .txtCatch + p {
  margin-top: 30px;
}
.planZone .container .inner > p {
  margin: 0 30px;
}
.planZone .container .inner .imgBox {
  position: relative;
  text-align: center;
  margin: 30px 30px 0;
}
.planZone .container .inner .imgBox .price {
  position: absolute;
  display: block;
  top: 0;
  left: 45px;
  font-size: 1.8rem;
}
.planZone .container .inner .imgBox .price em {
  font-size: 2.4rem;
  font-weight: bold;
}
.planZone .container .inner .imgBox .price sup {
  line-height: 1;
}
.planZone .container .inner .imgBox .notes {
  position: absolute;
  bottom: 0;
  left: 45px;
  display: block;
}
.planZone .container .arrow {
  margin-top: -25px;
  padding-bottom: 45px;
  text-align: center;
}
.planZone .container h3 {
  padding: 20px 0;
  text-align: center;
  background: url("../img/pref/plan/bg_ttl.png");
  background-size: cover;
}
.planZone .container .planBox {
  text-align: center;
  padding: 30px 30px 0;
}
.planZone .container .planBox .txt {
  position: relative;
  font-size: 1.4rem;
  margin-top: 15px;
  text-align: left;
}
.planZone .container .planBox .txt .showModal {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  color: #288105;
  width: 170px;
  padding: 0.57143em 0;
  border: 1px solid #288105;
  border-radius: 20px;
}
.planZone .container .planBox .txt .showModal:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 15px;
  border-bottom: 2px solid #288105;
  border-right: 2px solid #288105;
  transform: rotate(-45deg);
}
.planZone .container + .container {
  padding-bottom: 40px;
}
.planZone .pg-pref-btnTelTxt {
  padding: 0 15px;
}
.planZone .pg-pref-btnTel {
  padding: 0 15px;
}
.planZone .pg-pref-btnPamph {
  padding: 0 15px;
}
.planZone .pg-pref-btnMnk {
  padding: 0 15px;
}

.voiceZone {
  background: #dfeacd;
  border-bottom: 1px solid #fff;
  padding-top: 40px;
}
.voiceZone .u-inner {
  padding-top: 0;
}
.voiceZone .container {
  max-width: 980px;
  margin-bottom: 65px;
}
.voiceZone .container .inner h2:before {
  background: url("../img/pref/voice/icn_ttl.png");
}
.voiceZone .container .inner .voiceCont {
  margin: 30px 30px 0;
}
.voiceZone .container .inner .voiceCont h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 0.83333em 1.44444em;
  border-radius: 10px;
  background: #dadada;
}
.voiceZone .container .inner .voiceCont h3 .ttlBox .ttl {
  padding-left: 1em;
}
.voiceZone .container .inner .voiceCont h3 .ttlTag {
  color: #72a320;
  font-size: 1.6rem;
  padding: 0.3em 1em;
  border-radius: 6px;
  background: #fff;
}
.voiceZone .container .inner .voiceCont .csValue {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-top: 15px;
}
.voiceZone .container .inner .voiceCont .csValue .u-stars {
  margin-left: 10px;
  margin-bottom: 0;
}
.voiceZone .container .inner .voiceCont .csValue .u-stars .star4.starLast-half {
  display: flex;
  align-items: center;
}
.voiceZone .container .inner .voiceCont .csValue .u-stars .point {
  color: #aa0000;
  margin-left: 5px;
}
.voiceZone .container .inner .voiceCont .csValue + p {
  margin-top: 25px;
}
.voiceZone .container .inner .voiceCont .commentBox {
  margin-top: 25px;
  border-radius: 10px;
  padding: 16px 30px;
  border: 1px solid #72a320;
}
.voiceZone .container .inner .voiceCont .commentBox h4 {
  color: #72a320;
  font-weight: bold;
  font-size: 1.8rem;
}
.voiceZone .container .inner .voiceCont .commentBox h4 + p {
  margin-top: 15px;
  font-size: 1.4rem;
}
.voiceZone .pg-pref-btnTelTxt {
  padding: 0 15px;
}
.voiceZone .pg-pref-btnTel {
  padding: 0 15px;
}
.voiceZone .pg-pref-btnPamph {
  padding: 0 15px;
}
.voiceZone .pg-pref-btnMnk {
  padding: 0 15px;
}

.supportZone {
  background: #f8f7db;
  text-align: center;
}
.supportZone .bg_w {
  background-color: #fff;
}
.supportZone h2 {
  padding-bottom: 50px;
}

.sec06_list li:nth-child(-n+2) {
  padding-bottom: 30px;
}
.sec06_list li:nth-child(1) p:last-of-type {
  height: 174px;
}
.sec06_list li:nth-child(2) p:last-of-type {
  height: 174px;
}
.sec06_list li:nth-child(3) p:last-of-type {
  height: 203px;
}
.sec06_list li:nth-child(4) p:last-of-type {
  height: 203px;
}
.sec06_list li p:first-of-type {
  position: relative;
}
.sec06_list li p:nth-of-type(2) {
  margin-top: -10px;
}
.sec06_list li p:last-of-type {
  padding: 15px;
}

.faqZone {
  background: #f9f7da;
}
.faqZone .container .inner h2:before {
  background: url("../img/pref/faq/icn_ttl.png");
}
.faqZone .container .inner .faqCont {
  margin: 0 30px;
}
.faqZone .container .inner .faqCont:first-of-type {
  margin-top: 30px;
}
.faqZone .container .inner .faqCont:first-of-type dd {
  display: block;
}
.faqZone .container .inner .faqCont:last-of-type {
  margin-bottom: 30px;
}
.faqZone .container .inner .faqCont dt {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #add863;
  font-size: 2.1rem;
  margin-bottom: 30px;
  padding-left: 2.5em;
  cursor: pointer;
}
.faqZone .container .inner .faqCont dt:before {
  position: absolute;
  content: "";
  width: 41px;
  height: 41px;
  left: 0;
  top: -10px;
  background: url("../img/pref/faq/icn_q.png") no-repeat;
  background-size: contain;
}
.faqZone .container .inner .faqCont dt:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -0.25em;
  border-bottom: 3px solid #add863;
  border-right: 3px solid #add863;
  transform: rotate(45deg);
}
.faqZone .container .inner .faqCont dt.open:after {
  transform: rotate(-135deg);
  margin-top: inherit;
  margin-bottom: -0.25em;
}
.faqZone .container .inner .faqCont dd {
  display: none;
  padding-bottom: 30px;
}
.faqZone .container .inner .faqCont + .faqCont {
  border-top: 1px solid #add863;
  padding-top: 30px;
}
.faqZone .container .btnSearch {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.7rem;
  color: #fff;
  width: 565px;
  margin: 25px auto 0;
  padding: 25px 0;
  border-radius: 10px;
  box-shadow: 0 5px 0 #e47600;
  background: linear-gradient(to bottom, #ff9704, #ff8102);
}
.faqZone .container .btnSearch:before {
  content: "";
  width: 39px;
  height: 39px;
  background: url("../img/pref/faq/icn_glass.png") no-repeat;
  background-size: contain;
  margin-right: 25px;
}

.jijouZone {
  background: #f9f7da;
}
.jijouZone .container {
  max-width: 980px;
}
.jijouZone .container .inner > p {
  padding: 0 30px;
}
.jijouZone .container .inner p + p {
  margin-top: 30px;
}
.jijouZone .container .inner h2:before {
  background: url("../img/pref/jijou/icn_ttl.png");
}
.jijouZone .container .inner h2 + p {
  margin-top: 40px;
}
.jijouZone .container .inner .u-ttl2 {
  margin: 60px 30px 0;
  color: #add863;
}
.jijouZone .container .inner .u-ttl2 + p {
  margin-top: 20px;
}
.jijouZone .container .inner .fbox {
  padding: 0 15px;
}
.jijouZone .container .inner .fbox > li + li {
  margin-top: 25px;
  text-align: center;
}

.bottomZone {
  padding: 75px 0 60px;
  font-size: 14px;
  line-height: 1.6;
}
.bottomZone .container {
  text-align: center;
}
.bottomZone .container .fbox.fbox_2 {
  max-width: 900px;
  margin-top: 60px;
}
.bottomZone .container .fbox.fbox_2 li {
  width: 48%;
}
.bottomZone .container .fbox.fbox_2 li:nth-child(1) {
  text-align: center;
}
.bottomZone .container .fbox.fbox_2 li + li {
  margin-top: 30px;
}
.bottomZone .container > p {
  font-size: 1.8rem;
  text-align: left;
  margin-top: 35px;
}
.bottomZone h2 {
  font-size: 2.7rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.bottomZone .lead {
  text-align: center !important;
  font-size: 1.6rem;
  margin: 0 auto 30px;
}
.bottomZone .flexBox {
  display: flex;
  justify-content: space-between;
}
.bottomZone .flexBox .flxCont {
  width: 48%;
}
.bottomZone .flexBox .flxCont.img {
  text-align: center;
}
.bottomZone .flexBox .flxCont.img .innerImg {
  display: inline-block;
}
.bottomZone .flexBox .flxCont.txt {
  text-align: left;
}
.bottomZone .flexBox .flxCont.txt dl dt {
  padding: 0.4em 0 0.3em 0.4em;
  margin-bottom: 20px;
  background: #eee;
  border-left: 10px solid #ccc;
}
.bottomZone .flexBox .flxCont.txt dl dd {
  margin-bottom: 25px;
}

.pageSouzoku .prefTopMainZone .infoHead {
  color: #fff000;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 2.375;
  background: #1967ac;
}
.pageSouzoku .prefTopMainZone .secMain {
  background: url("../img/pref_souzoku/main/bg_wrap.png") center top no-repeat #1f344a;
  background-position: center -50px;
  padding: 40px 50px 50px;
}
.pageSouzoku .prefTopMainZone .secMain .in {
  max-width: 924px;
  margin: auto;
}
.pageSouzoku .prefTopMainZone .secMain .ttl {
  color: #fff;
  margin-bottom: 30px;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.3;
}
.pageSouzoku .prefTopMainZone .secMain .ttl strong {
  font-size: 6rem;
}
.pageSouzoku .prefTopMainZone .secMain .btnTel a {
  display: inline-block;
  transition: 0.3s;
}
.pageSouzoku .prefTopMainZone .secMain .btnTel a:hover {
  opacity: 0.7;
}
.pageSouzoku .prefTopMainZone .secPlan {
  padding: 0;
  position: relative;
}
.pageSouzoku .prefTopMainZone .secPlan .ttl {
  width: 100%;
  position: absolute;
  top: -72px;
  left: 0;
}
.pageSouzoku .prefTopMainZone .secPlan .ttl h2 {
  margin-right: -26px;
  position: absolute;
  left: 0;
  right: 50%;
}
.pageSouzoku .prefTopMainZone .secPlan .ttl h2:before {
  content: "";
  display: block;
  position: absolute;
  top: 37px;
  background-color: #a5d552;
  width: 100%;
  bottom: 0;
  left: 0;
}
.pageSouzoku .prefTopMainZone .secPlan .ttl h2:after {
  content: "";
  display: block;
  position: absolute;
  top: 37px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 0 0 60px;
  border-color: transparent transparent transparent #a5d552;
  left: 100%;
}
.pageSouzoku .prefTopMainZone .secPlan .ttl h2 img {
  margin-left: -586px;
  position: relative;
  left: 100%;
}
.pageSouzoku .prefTopMainZone .secPlan .sldBox {
  background-color: #a5d552;
  padding: 25px 50px;
}
.pageSouzoku .prefTopMainZone .secPlan .sldBox .in {
  max-width: 1108px;
  margin: auto;
}
.pageSouzoku .prefTopMainZone .secPlan .sldBox .slick-arrow {
  width: 19px;
  height: 33px;
}
.pageSouzoku .prefTopMainZone .secPlan .sldBox .slick-arrow.slick-prev {
  background: url("../img/pref_souzoku/main/arw_l.svg") 0 0 no-repeat;
  left: -35px;
}
.pageSouzoku .prefTopMainZone .secPlan .sldBox .slick-arrow.slick-next {
  background: url("../img/pref_souzoku/main/arw_r.svg") 0 0 no-repeat;
  right: -35px;
}
.pageSouzoku .prefTopMainZone .secPlan .sldBox .item {
  display: block;
  padding: 0 7px;
}
.pageSouzoku .prefTopMainZone .secPlan .sldBox .item a {
  display: block;
  transition: 0.3s;
}
.pageSouzoku .prefTopMainZone .secPlan .sldBox .item a:hover {
  opacity: 0.7;
}
.pageSouzoku .prefTopMainZone .secPlan .sldBox .item a img {
  width: 100%;
}
.pageSouzoku .prefTopMainZone .secDiscus {
  margin-top: -10px;
  padding-top: 15px;
  padding-bottom: 25px;
  background: url("../img/pref_souzoku/main/bg_discus.png") top center;
}
.pageSouzoku .prefTopMainZone .secDiscus .in {
  max-width: 924px;
  margin: auto;
}
.pageSouzoku .prefTopMainZone .secDiscus .in .txt {
  display: flex;
  align-items: center;
}
.pageSouzoku .prefTopMainZone .secDiscus .in .txt h2 {
  position: relative;
  width: 196px;
  padding: 6px;
  text-align: center;
  border-radius: 8px;
  background: #a10000;
}
.pageSouzoku .prefTopMainZone .secDiscus .in .txt h2:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  right: -8px;
  margin: auto 0;
  border-left: 8px solid #a10000;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.pageSouzoku .prefTopMainZone .secDiscus .in .txt p {
  font-size: 2rem;
  margin-left: 25px;
}
.pageSouzoku .prefTopMainZone .secDiscus .in .txt p strong {
  color: #a10000;
  font-weight: bold;
}
.pageSouzoku .prefTopMainZone .secDiscus .in .pintLst {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.pageSouzoku .prefTopMainZone .secDiscus .in .pintLst li {
  text-align: center;
}
.pageSouzoku .priceZone {
  padding: 50px 0;
  background: #eee;
}
.pageSouzoku .priceZone .inner {
  max-width: 924px;
  margin: 0 auto;
}
.pageSouzoku .priceZone .inner .planBox .col1 {
  position: relative;
  padding: 20px 16px;
  box-shadow: 4px 2px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid #1967ac;
  position: relative;
  overflow: hidden;
}
.pageSouzoku .priceZone .inner .planBox .col1:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: 5px;
  right: 5px;
  border-bottom: 6px solid #1967ac;
  border-top: 6px solid transparent;
  border-right: 5px solid #1967ac;
  border-left: 5px solid transparent;
}
.pageSouzoku .priceZone .inner .planBox .col1 dt {
  color: #1967ac;
}
.pageSouzoku .priceZone .inner .planBox .col1 dd {
  color: #ff7703;
}
.pageSouzoku .priceZone .inner .planBox .col1 dd .tax {
  position: relative;
  display: inline-block;
}
.pageSouzoku .priceZone .inner .planBox .col1 dd .tax:before {
  position: absolute;
  content: "税抜";
  display: block;
  width: 2.5em;
  font-size: 1rem;
  top: -1em;
  right: -0.6em;
}
.pageSouzoku .priceZone .inner .planBox .col1:before {
  position: absolute;
  content: "人気プラン";
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  left: -0.375em;
  top: -0.375em;
  padding: 0.5625em 1em 0.1875em;
  border-radius: 10px;
  background: #1967ac;
}
.pageSouzoku .priceZone .inner .planBox .col1 dl {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.pageSouzoku .priceZone .inner .planBox .col1 dl dt {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 3rem;
}
.pageSouzoku .priceZone .inner .planBox .col1 dl dt:before {
  display: block;
  content: "";
  width: 93px;
  height: 86px;
  margin-right: 35px;
  background: url("../img/pref_souzoku/price/plan_img01.png") no-repeat;
  background-size: contain;
}
.pageSouzoku .priceZone .inner .planBox .col1 dl dd {
  margin-left: 35px;
  font-weight: bold;
  font-size: 1.7rem;
  align-self: stretch;
}
.pageSouzoku .priceZone .inner .planBox .col1 dl dd .num {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.pageSouzoku .priceZone .inner .planBox .col1 dl dd .num strong {
  display: inline-block;
  font-size: 5rem;
  line-height: 1.2em;
}
.pageSouzoku .priceZone .inner .planBox .col1 dl dd .num .tax {
  position: relative;
  font-size: 3rem;
  line-height: 1.66667em;
}
.pageSouzoku .priceZone .inner .planBox .col1 dl dd .num .tax:before {
  right: 0.2rem;
  top: -2.3rem;
}
.pageSouzoku .priceZone .inner .planBox .col3 {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.pageSouzoku .priceZone .inner .planBox .col3 li {
  position: relative;
  padding: 20px 16px;
  box-shadow: 4px 2px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid #1967ac;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32.4675324675%;
  text-align: center;
}
.pageSouzoku .priceZone .inner .planBox .col3 li:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: 5px;
  right: 5px;
  border-bottom: 6px solid #1967ac;
  border-top: 6px solid transparent;
  border-right: 5px solid #1967ac;
  border-left: 5px solid transparent;
}
.pageSouzoku .priceZone .inner .planBox .col3 li dt {
  color: #1967ac;
}
.pageSouzoku .priceZone .inner .planBox .col3 li dd {
  color: #ff7703;
}
.pageSouzoku .priceZone .inner .planBox .col3 li dd .tax {
  position: relative;
  display: inline-block;
}
.pageSouzoku .priceZone .inner .planBox .col3 li dd .tax:before {
  position: absolute;
  content: "税抜";
  display: block;
  width: 2.5em;
  font-size: 1rem;
  top: -1em;
  right: -0.6em;
}
.pageSouzoku .priceZone .inner .planBox .col3 li dl dt {
  font-size: 1.8rem;
}
.pageSouzoku .priceZone .inner .planBox .col3 li dl dd {
  font-size: 1.6rem;
  font-weight: bold;
}
.pageSouzoku .priceZone .inner .planBox .col3 li dl dd strong {
  font-size: 3rem;
}
.pageSouzoku .priceZone .inner .planBox .col3 li dl dd.rows {
  margin-top: 0.5em;
}
.pageSouzoku .priceZone .inner .planBox .col3 li dl dd.rows strong {
  font-size: 3rem;
}
.pageSouzoku .priceZone .inner .planBox + h3 {
  margin-top: 50px;
}
.pageSouzoku .priceZone .inner .planBox:last-of-type {
  margin-bottom: 25px;
}
.pageSouzoku .priceZone .inner .planBox:last-of-type .col3 .num {
  margin-bottom: -0.5em;
}
.pageSouzoku .priceZone .inner .planBox:first-of-type .col3 li:nth-child(1) dt:before {
  content: "";
  display: block;
  margin: 0 auto 20px;
  background: url("../img/pref_souzoku/price/plan_img02.png") no-repeat;
  background-size: contain;
  width: 98px;
  height: 98px;
}
.pageSouzoku .priceZone .inner .planBox:first-of-type .col3 li:nth-child(2) dt:before {
  content: "";
  display: block;
  margin: 0 auto 20px;
  background: url("../img/pref_souzoku/price/plan_img03.png") no-repeat;
  background-size: contain;
  width: 76px;
  height: 80px;
}
.pageSouzoku .priceZone .inner .planBox:first-of-type .col3 li:nth-child(3) dt:before {
  content: "";
  display: block;
  margin: 0 auto 20px;
  background: url("../img/pref_souzoku/price/plan_img04.png") no-repeat;
  background-size: contain;
  width: 114px;
  height: 84px;
}
.pageSouzoku .priceZone .inner h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 0.44444em;
  border-bottom: 2px solid #cccccc;
}
.pageSouzoku .jijouZone {
  background: #f9f7da;
  background: #eee;
}
.pageSouzoku .jijouZone .container {
  max-width: 980px;
}
.pageSouzoku .jijouZone .container .inner > p {
  padding: 0 30px;
}
.pageSouzoku .jijouZone .container .inner p + p {
  margin-top: 30px;
}
.pageSouzoku .jijouZone .container .inner h2:before {
  background: url("../img/pref/jijou/icn_ttl.png");
}
.pageSouzoku .jijouZone .container .inner h2 + p {
  margin-top: 40px;
}
.pageSouzoku .jijouZone .container .inner .u-ttl2 {
  margin: 60px 30px 0;
  color: #add863;
  color: #4993d3;
}
.pageSouzoku .jijouZone .container .inner .u-ttl2 + p {
  margin-top: 20px;
}
.pageSouzoku .jijouZone .container .inner .fbox {
  padding: 0 15px;
}
.pageSouzoku .jijouZone .container .inner .fbox > li + li {
  margin-top: 25px;
  text-align: center;
}
.pageSouzoku .expertZone .u-inner {
  padding: 55px 0 50px;
}
.pageSouzoku .expertZone .u-ttl1 {
  font-size: 3rem;
}
.pageSouzoku .expertZone .u-ttl1 span {
  border-bottom-width: 6px;
}
.pageSouzoku .expertZone .cards {
  display: flex;
  flex-wrap: wrap;
}
.pageSouzoku .expertZone .cards .u-card1 {
  width: 49.12603%;
  margin: 0 1.74793% 1.74793% 0;
  border: 2px solid #1967ac;
  border-radius: 10px;
}
.pageSouzoku .expertZone .cards .u-card1:nth-child(even) {
  margin-right: 0;
}
.pageSouzoku .expertZone .cards .u-card1 a {
  margin: 0;
}
.pageSouzoku .expertZone .cards .u-card1 a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pageSouzoku .expertZone .cards .u-card1 a .txt .info dt {
  width: 17%;
}
.pageSouzoku .expertZone .cards .u-card1 a .txt .info dd {
  width: 80%;
}
.pageSouzoku .expertZone .btn-box {
  margin: 20px 0 50px;
}
.pageSouzoku .expertZone .btn-box .u-btn1 {
  background-color: #1967ac;
}
.pageSouzoku .u-search {
  background-color: #1967ac;
  padding: 50px 0 25px;
  background-image: none;
}
.pageSouzoku .u-search h2 {
  color: #fff;
  text-align: center;
}
.pageSouzoku .u-btn1.clr2 {
  background-color: #f7b138;
  box-shadow: 0px 3px #a56600;
  color: #fff;
}
.pageSouzoku .pagePref .u-search h3 {
  color: #1967ac;
}
.pageSouzoku .pg-pref-btnTel {
  padding: 0px;
  margin-top: 36px;
}
.pageSouzoku .pg-pref-btnMail {
  margin-top: 36px;
}
.pageSouzoku .pagePrefTop .container:not(.wNormal) .inner h2 {
  background: #1967ac;
}
.pageSouzoku .u-ttl2 {
  border-bottom: 3px solid #4993d3;
}
.pageSouzoku .u-ttl3 {
  border-left: 5px solid #4993d3;
}
.pageSouzoku .listZone .cards .u-card1 {
  border: 2px solid #1967ac;
}
.pageSouzoku .listZone .btn-box .u-btn1 {
  background-color: #1967ac;
}

.pageSankotsu {
  width: 100%;
  overflow-x: hidden;
}
.pageSankotsu .u-inner {
  padding: 60px 0;
  max-width: 924px;
  width: 94%;
  margin: 0 auto;
  text-align: center;
}
.pageSankotsu .u-ttl1 span {
  border-bottom: 3px solid #1967ac;
  color: #1967ac;
}
.pageSankotsu .pg-pref-btnTel {
  padding: 0px;
  margin-top: 36px;
}
.pageSankotsu .pg-pref-btnMail {
  margin-top: 36px;
}
.pageSankotsu .u-box1 {
  margin-top: 40px;
}
.pageSankotsu .u-box1.is-green {
  border: 1px solid #1967ac;
}
.pageSankotsu .fixbtns .txt4 {
  display: none;
}
.pageSankotsu .prefTopMainZone {
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 80px 0;
}
.pageSankotsu .prefTopMainZone .secMain {
  background: none;
  padding: 0px;
}
.pageSankotsu .prefTopMainZone .in {
  background: #fff;
  display: inline-block;
  background: #fff;
  padding: 8px;
}
.pageSankotsu .prefTopMainZone .in h1 {
  border: 1px solid #1967ac;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  font-weight: bold;
  color: #1967ac;
  padding: 0.8em 1em 1em 1em;
  font-size: 2.8rem;
  margin-bottom: 0px;
}
.pageSankotsu .prefTopMainZone .in h1 strong {
  margin-bottom: 0.8em;
  font-size: 4.8rem;
}
.pageSankotsu .planZone {
  background: #d1e9ff;
}
.pageSankotsu .planZone .u-ttl1 + p {
  font-size: 1.8rem;
}
.pageSankotsu .planZone .planBox .planCont {
  display: flex;
  justify-content: space-between;
  padding-bottom: 24px;
}
.pageSankotsu .planZone .planBox .planCont:last-of-type {
  padding-bottom: 0;
}
.pageSankotsu .planZone .planBox .planCont .img {
  width: 230px;
  height: 233px;
  border-radius: 4px;
  overflow: hidden;
}
.pageSankotsu .planZone .planBox .planCont .txt {
  width: 600px;
  text-align: left;
  margin-left: 35px;
}
.pageSankotsu .planZone .planBox .planCont .txt dt {
  display: flex;
  align-items: flex-end;
  font-family: "Noto Serif JP", serif;
}
.pageSankotsu .planZone .planBox .planCont .txt dt em {
  display: inline-block;
  width: 175px;
  font-size: 3rem;
  line-height: 1;
  padding: 0.2em 0 0.3em;
  text-align: center;
  color: #fff;
  background: #1967ac;
}
.pageSankotsu .planZone .planBox .planCont .txt dt strong {
  font-size: 4.8rem;
  margin-bottom: -0.20833em;
  margin-left: 0.41667em;
  color: #ff2b2b;
}
.pageSankotsu .planZone .planBox .planCont .txt dd {
  letter-spacing: 0;
}
.pageSankotsu .planZone .planBox .planCont .txt dd .lead {
  font-size: 2.2rem;
  margin-top: 1em;
  color: #1967ac;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}
.pageSankotsu .planZone .planBox .planCont .txt dd p {
  font-size: 1.6rem;
  margin-top: 1em;
  line-height: 1.75;
}
.pageSankotsu .planZone .planBox .planCont + .planCont {
  padding-top: 24px;
  border-top: 1px dotted #1967ac;
}
.pageSankotsu .optionZone h2 + p {
  font-size: 1.8rem;
}
.pageSankotsu .optionZone .u-box1 {
  box-shadow: none;
  border: 1px solid #1967ac;
  background: #f0f8ff;
}
.pageSankotsu .optionZone .optBox .optCont {
  display: flex;
}
.pageSankotsu .optionZone .optBox .optCont .img {
  width: 280px;
}
.pageSankotsu .optionZone .optBox .optCont .txt {
  width: 565px;
  margin-left: 35px;
  text-align: left;
}
.pageSankotsu .optionZone .optBox .optCont .txt dl dt {
  font-size: 2.2rem;
  color: #1967ac;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 20px;
}
.pageSankotsu .optionZone .optBox .optCont .txt dl dd {
  font-size: 1.6rem;
}
.pageSankotsu .optionZone .optBox .optCont .txt dl dd + dd {
  margin-top: 16px;
}
.pageSankotsu .optionZone .optBox .optCont .txt dl dd.price {
  font-weight: bold;
}
.pageSankotsu .optionZone .optBox .optCont .txt dl dd.matter {
  font-size: 1.4rem;
}
.pageSankotsu .optionZone .optBox .optCont + .optCont {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px dotted #1967ac;
}
.pageSankotsu .pierZone {
  background: #d1e9ff;
}
.pageSankotsu .pierZone .u-col2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pageSankotsu .pierZone .u-col2 .u-box1 {
  width: 48%;
}
.pageSankotsu .pierZone .u-col2 .u-box1 img {
  max-width: 100%;
}
.pageSankotsu .pierZone .u-col2 .placeBox {
  flex-direction: column;
}
.pageSankotsu .pierZone .u-col2 .placeBox .img {
  width: 100%;
  min-width: 100%;
}
.pageSankotsu .pierZone .u-col2 .placeBox .txt {
  margin: 15px 0px 0px 0px;
}
.pageSankotsu .pierZone .placeBox {
  display: flex;
}
.pageSankotsu .pierZone .placeBox .img {
  min-width: 428px;
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}
.pageSankotsu .pierZone .placeBox .txt {
  width: 100%;
  margin-left: 24px;
  text-align: left;
}
.pageSankotsu .pierZone .placeBox .txt h3 {
  font-size: 2.2rem;
  color: #1967ac;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 16px;
}
.pageSankotsu .pierZone .placeBox .txt p {
  margin-bottom: 24px;
  line-height: 1.75;
}
.pageSankotsu .pierZone .placeBox .txt dl dt {
  color: #06467e;
}
.pageSankotsu .pierZone .placeBox .txt dl dt:before {
  content: "■";
}
.pageSankotsu .pierZone .placeBox .txt dl dd {
  margin-top: 0.5em;
}
.pageSankotsu .pierZone .placeBox .txt dl + dl {
  margin-top: 15px;
}
.pageSankotsu .pierZone .mapArea {
  margin-top: 16px;
}
.pageSankotsu .pierZone .mapArea iframe {
  width: 100%;
}
.pageSankotsu .bayZone > .u-inner {
  padding-bottom: 0;
}
.pageSankotsu .bayZone .mapArea .u-inner {
  padding-top: 0;
  padding-bottom: 30px;
}
.pageSankotsu .bayZone .mapArea iframe {
  width: 100%;
}
.pageSankotsu .bayZone .mapArea .spotLst {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  counter-reset: number 0;
  justify-content: flex-start;
}
.pageSankotsu .bayZone .mapArea .spotLst li {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  width: 31%;
  box-sizing: border-box;
  margin: 1%;
  text-align: left;
  padding: 5px 0 5px 15px;
  border-radius: 12px;
  border: 1px solid #06467e;
}
.pageSankotsu .bayZone .mapArea .spotLst li:hover {
  transition: 0.3s;
  cursor: pointer;
}
.pageSankotsu .bayZone .mapArea .spotLst li:hover:hover {
  opacity: 0.7;
}
.pageSankotsu .bayZone .mapArea .spotLst li span {
  margin-right: 0.3em;
}
.pageSankotsu .bayZone .mapArea .note span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  margin: 0 calc(30.303030303% - 63px) 0 auto;
  letter-spacing: -0.05em;
  width: 40px;
  height: 40px;
  color: #fff;
  border: 1px solid #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.35);
  background: #003c80;
}
.pageSankotsu .reportZone .zoneLead {
  margin-bottom: 35px;
  font-size: 1.8rem;
}
.pageSankotsu .reportZone .secKutikomi {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 5px 10px 0px rgba(40, 40, 40, 0.2);
}
.pageSankotsu .reportZone .secKutikomi .reportCont {
  padding: 30px;
  text-align: left;
}
.pageSankotsu .reportZone .secKutikomi .reportCont > li + li {
  margin-top: 45px;
}
.pageSankotsu .reportZone .secKutikomi .reportCont h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #397eba;
  padding: 0.83333em 1.44444em;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  border-radius: 10px;
}
.pageSankotsu .reportZone .secKutikomi .reportCont h3 .ttlBox {
  width: 100%;
  padding-right: 15px;
}
.pageSankotsu .reportZone .secKutikomi .reportCont h3 .ttlBox .ttl {
  padding-left: 1em;
}
.pageSankotsu .reportZone .secKutikomi .reportCont h3 .ttlTag {
  flex-shrink: 0;
  color: #397eba;
  font-size: 1.6rem;
  padding: 0.3em 1em;
  border-radius: 6px;
  background: #fff;
}
.pageSankotsu .reportZone .secKutikomi .reportCont .csValue {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-top: 15px;
}
.pageSankotsu .reportZone .secKutikomi .reportCont .csValue .u-stars {
  margin-left: 10px;
  margin-bottom: 0;
}
.pageSankotsu .reportZone .secKutikomi .reportCont .csValue .u-stars .star4.starLast-half {
  display: flex;
  align-items: center;
}
.pageSankotsu .reportZone .secKutikomi .reportCont .csValue .u-stars .point {
  color: #aa0000;
  margin-left: 5px;
}
.pageSankotsu .reportZone .secKutikomi .reportCont .csValue + p {
  margin-top: 15px;
  line-height: 1.6875;
}
.pageSankotsu .reportZone .secKutikomi .reportCont .commentBox {
  background-color: #d1e9ff;
  margin-top: 15px;
  border-radius: 10px;
  padding: 16px 25px;
}
.pageSankotsu .reportZone .secKutikomi .reportCont .commentBox h4 {
  color: #06467e;
  font-weight: bold;
  font-size: 1.8rem;
}
.pageSankotsu .reportZone .secKutikomi .reportCont .commentBox h4 + p {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.35714;
}
.pageSankotsu .reportZone .secKutikomi .reportCont .planBox {
  display: flex;
  align-items: center;
  margin-top: 15px;
  padding: 15px;
  border: 1px solid #397eba;
  border-radius: 10px;
}
.pageSankotsu .reportZone .secKutikomi .reportCont .planBox h4 {
  flex-shrink: 0;
  align-self: flex-start;
  width: 90px;
}
.pageSankotsu .reportZone .secKutikomi .reportCont .planBox h4 span {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #06467e;
  height: 90px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.33333;
  border-radius: 8px;
}
.pageSankotsu .reportZone .secKutikomi .reportCont .planBox .txts {
  width: 100%;
  padding-left: 15px;
  color: #222;
  line-height: 1.4375;
}
.pageSankotsu .reportZone .secKutikomi .reportCont .planBox .txts h5 {
  font-weight: bold;
  line-height: inherit;
}
.pageSankotsu .reportZone .secKutikomi .reportCont .planBox .txts p {
  line-height: inherit;
}
.pageSankotsu .reportZone .secKutikomi .reportCont .planBox .txts .options {
  display: flex;
  margin-top: 10px;
  color: #397eba;
  font-size: 1.4rem;
}
.pageSankotsu .reportZone .secKutikomi .reportCont .planBox .txts .options h6 {
  flex-shrink: 0;
}
.pageSankotsu .reportZone .secKutikomi .reportCont .planBox .txts .options ul {
  display: flex;
  flex-wrap: wrap;
}
.pageSankotsu .reportZone .secKutikomi .reportCont .planBox .txts .options ul li {
  margin-right: 1em;
}
.pageSankotsu .reportZone .secToukou {
  text-align: left;
}
.pageSankotsu .flowZone {
  background-color: #d1e9ff;
}
.pageSankotsu .flowZone .flowBox {
  display: flex;
}
.pageSankotsu .flowZone .flowBox li {
  background-color: #1967ac;
  width: 100%;
  padding: 20px 18px 23px;
  color: #fff;
  letter-spacing: 0;
  position: relative;
}
.pageSankotsu .flowZone .flowBox li + li {
  margin-left: 3px;
}
.pageSankotsu .flowZone .flowBox li + li:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #d1e9ff;
  position: absolute;
  top: 26px;
  left: 0;
}
.pageSankotsu .flowZone .flowBox li h3 {
  min-height: 2.72727em;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  line-height: 1.36364;
}
.pageSankotsu .flowZone .flowBox li p {
  margin-top: 0.875em;
  text-align: left;
  line-height: 1.5625;
}
.pageSankotsu .zenkokuAreaZone {
  position: relative;
}
.pageSankotsu .zenkokuAreaZone:before {
  content: "";
  display: block;
  background: url("../img/pref_sankotsu/area/bg_wrap.png") center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 361px;
  position: absolute;
  top: 0;
  left: 0;
}
.pageSankotsu .zenkokuAreaZone .u-inner {
  position: relative;
}
.pageSankotsu .zenkokuAreaZone h2 {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.833;
  text-shadow: 0 1.33333vw 1.6vw #000b3e;
}
.pageSankotsu .zenkokuAreaZone .areaBox {
  background-color: #fff;
  padding: 10px 30px;
  text-align: left;
  border-radius: 10px;
  box-shadow: 0px 5px 10px 0px rgba(40, 40, 40, 0.1);
}
.pageSankotsu .zenkokuAreaZone .areaBox table {
  width: 100%;
}
.pageSankotsu .zenkokuAreaZone .areaBox table tr + tr {
  border-top: 1px dotted #ccc;
}
.pageSankotsu .zenkokuAreaZone .areaBox table th {
  padding: 20px 0;
  width: 10em;
  color: #222;
  font-weight: bold;
}
.pageSankotsu .zenkokuAreaZone .areaBox table td {
  padding: 20px 0;
  padding-left: 35px;
}
.pageSankotsu .zenkokuAreaZone .areaBox table td a {
  color: #0078ff;
  text-decoration: underline;
}
.pageSankotsu .zenkokuAreaZone .areaBox table td a:hover {
  text-decoration: none;
}
.pageSankotsu .faqZone {
  background: #d1e9ff;
}
.pageSankotsu .faqZone .faqBox {
  text-align: left;
}
.pageSankotsu .faqZone .faqBox dl {
  border-bottom: 1px dotted #06467e;
}
.pageSankotsu .faqZone .faqBox dt {
  padding: 30px 30px 30px 0;
  color: #1967ac;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  position: relative;
  cursor: pointer;
}
.pageSankotsu .faqZone .faqBox dt:before {
  content: "Q．";
}
.pageSankotsu .faqZone .faqBox dt:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
  border-bottom: 3px solid #1967ac;
  border-right: 3px solid #1967ac;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transform: translate(-4px, -4px) rotate(45deg);
}
.pageSankotsu .faqZone .faqBox dt.open:after {
  transform: translate(-4px, 5px) rotate(-135deg);
}
.pageSankotsu .faqZone .faqBox dd {
  display: none;
  padding-bottom: 30px;
  line-height: 1.75;
}
.pageSankotsu .faqZone .faqBox dd:before {
  content: "A．";
}

.pageObousan .u-card1 a .sp-title {
  color: #75518d;
  border-color: #75518d;
}
.pageObousan .u-card1 a .txt .ttl {
  color: #5d456c;
  border-bottom: 1px solid #5d456c;
}
.pageObousan .u-card1 a .txt .info dt {
  color: #9976b1;
}
.pageObousan .u-infoBox dl dt {
  color: #5d456c;
}
.pageObousan .u-box1 {
  border: 1px solid #9976b1;
}
.pageObousan .u-title-block h1 {
  color: #75518d;
}
.pageObousan .u-title-block .title-block-left {
  color: #75518d;
  border-left: 5px solid #75518d;
}
.pageObousan .companyZone .flexBox .detail table td a {
  color: #5d456c;
}
.pageObousan .companyZone .flexBox .idea .txtCont em {
  color: #5d456c;
}
.pageObousan .u-search {
  background-color: #5d456c;
  padding: 50px 0 25px;
  background-image: none;
}
.pageObousan .u-search h3 {
  color: #5d456c;
}
.pageObousan .u-search h2 {
  color: #fff;
  text-align: center;
}
.pageObousan .l-pankz {
  background: #9976b1;
  color: #fff;
}
.pageObousan .l-header .btnMenu {
  color: #9976b1;
}
.pageObousan .l-header .navs ul li span:hover {
  color: #9976b1;
}
.pageObousan .l-header .navs ul li a:hover {
  color: #9976b1;
}
.pageObousan .l-header .navs ul li ul.sub {
  border-bottom: 1px solid #75518d;
}
.pageObousan .l-header .navs ul li ul.sub li a {
  border-top: 1px solid #75518d;
}
.pageObousan .l-header .navs ul li ul.sub li span {
  border-top: 1px solid #75518d;
}
.pageObousan .l-header .info {
  border-bottom: 3px solid #75518d;
}
.pageObousan .l-header .info .contacts .links li a i {
  color: #75518d;
}
.pageObousan .pageTop .mapZone {
  background-image: url(../img/top/main_bg_wrap_obousan.png);
}
.pageObousan .pageTop .mapZone .partMain .txts h2 {
  background: #75518d;
}
.pageObousan .pageTop .mapZone .partSearch {
  background-color: #75518d;
}
.pageObousan .mapBlock .mapTxtBox h2 {
  border-bottom: 1px solid #75518d;
}
.pageObousan .mapBlock .mapTxtBox h2 i {
  color: #75518d;
}
.pageObousan .mapBlock .mapImgBg {
  background: url(../img/map_bg_crcl_obousan.png) center 20px no-repeat;
}
.pageObousan .u-bg1 {
  background: #eee;
}
.pageObousan .u-ttl1 span {
  border-bottom: 3px solid #75518d;
}
.pageObousan .u-card2 {
  border: 1px solid #9976b1;
  box-shadow: 1px 1px 1px #9976b1;
}
.pageObousan .u-card2 .day {
  color: #9976b1;
}
.pageObousan .u-btn1 {
  background: #75518d;
  box-shadow: 0px 3px #5d456c;
}
.pageObousan .prefTopMainZone .infoHead {
  color: #fff000;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 2.375;
  background: #5d456c;
}
.pageObousan .prefTopMainZone .secMain {
  background: url(../img/pref_obousan/main/bg_wrap.png) center top no-repeat #f0ede4;
  background-position: center -50px;
  padding: 40px 50px 50px;
}
.pageObousan .prefTopMainZone .secMain .in {
  max-width: 924px;
  margin: auto;
}
.pageObousan .prefTopMainZone .secMain .ttl {
  color: #000;
  margin-bottom: 30px;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.3;
}
.pageObousan .prefTopMainZone .secMain .ttl strong {
  font-size: 6rem;
}
.pageObousan .prefTopMainZone .secMain .btnTel a {
  display: inline-block;
  transition: 0.3s;
}
.pageObousan .prefTopMainZone .secMain .btnTel a:hover {
  opacity: 0.7;
}
.pageObousan .prefTopMainZone .secPlan {
  padding: 0;
  position: relative;
}
.pageObousan .prefTopMainZone .secPlan .ttl {
  width: 100%;
  position: absolute;
  top: -72px;
  left: 0;
}
.pageObousan .prefTopMainZone .secPlan .ttl h2 {
  margin-right: -26px;
  position: absolute;
  left: 0;
  right: 50%;
}
.pageObousan .prefTopMainZone .secPlan .ttl h2:before {
  content: "";
  display: block;
  position: absolute;
  top: 37px;
  background-color: #a5d552;
  width: 100%;
  bottom: 0;
  left: 0;
}
.pageObousan .prefTopMainZone .secPlan .ttl h2:after {
  content: "";
  display: block;
  position: absolute;
  top: 37px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 0 0 60px;
  border-color: transparent transparent transparent #a5d552;
  left: 100%;
}
.pageObousan .prefTopMainZone .secPlan .ttl h2 img {
  margin-left: -586px;
  position: relative;
  left: 100%;
}
.pageObousan .prefTopMainZone .secPlan .sldBox {
  background-color: #a5d552;
  padding: 25px 50px;
}
.pageObousan .prefTopMainZone .secPlan .sldBox .in {
  max-width: 1108px;
  margin: auto;
}
.pageObousan .prefTopMainZone .secPlan .sldBox .slick-arrow {
  width: 19px;
  height: 33px;
}
.pageObousan .prefTopMainZone .secPlan .sldBox .slick-arrow.slick-prev {
  background: url("../img/pref_obousan/main/arw_l.svg") 0 0 no-repeat;
  left: -35px;
}
.pageObousan .prefTopMainZone .secPlan .sldBox .slick-arrow.slick-next {
  background: url("../img/pref_obousan/main/arw_r.svg") 0 0 no-repeat;
  right: -35px;
}
.pageObousan .prefTopMainZone .secPlan .sldBox .item {
  display: block;
  padding: 0 7px;
}
.pageObousan .prefTopMainZone .secPlan .sldBox .item a {
  display: block;
  transition: 0.3s;
}
.pageObousan .prefTopMainZone .secPlan .sldBox .item a:hover {
  opacity: 0.7;
}
.pageObousan .prefTopMainZone .secPlan .sldBox .item a img {
  width: 100%;
}
.pageObousan .prefTopMainZone .secDiscus {
  margin-top: -10px;
  padding-top: 15px;
  padding-bottom: 25px;
  background: url("../img/pref_obousan/main/bg_discus.png") top center;
}
.pageObousan .prefTopMainZone .secDiscus .in {
  max-width: 924px;
  margin: auto;
}
.pageObousan .prefTopMainZone .secDiscus .in .txt h2 {
  color: #a10000;
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
  padding-top: 0.5em;
}
.pageObousan .prefTopMainZone .secDiscus .in .txt p {
  font-size: 2rem;
  margin-left: 25px;
}
.pageObousan .prefTopMainZone .secDiscus .in .txt p strong {
  color: #a10000;
  font-weight: bold;
}
.pageObousan .prefTopMainZone .secDiscus .in .pintLst {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.pageObousan .prefTopMainZone .secDiscus .in .pintLst li {
  text-align: center;
}
.pageObousan .priceZone {
  padding: 50px 0;
  background: #eee;
}
.pageObousan .priceZone .inner {
  max-width: 924px;
  margin: 0 auto;
}
.pageObousan .priceZone .inner .planBox .col1 {
  position: relative;
  padding: 20px 16px;
  box-shadow: 4px 2px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid #5d456c;
  position: relative;
  overflow: hidden;
}
.pageObousan .priceZone .inner .planBox .col1:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: 5px;
  right: 5px;
  border-bottom: 6px solid #5d456c;
  border-top: 6px solid transparent;
  border-right: 5px solid #5d456c;
  border-left: 5px solid transparent;
}
.pageObousan .priceZone .inner .planBox .col1 dt {
  color: #5d456c;
}
.pageObousan .priceZone .inner .planBox .col1 dd {
  color: #ff7703;
}
.pageObousan .priceZone .inner .planBox .col1 dd .tax {
  position: relative;
  display: inline-block;
}
.pageObousan .priceZone .inner .planBox .col1 dd .tax:before {
  position: absolute;
  content: "税抜";
  display: block;
  width: 2.5em;
  font-size: 1rem;
  top: -1em;
  right: -0.6em;
}
.pageObousan .priceZone .inner .planBox .col1:before {
  position: absolute;
  content: "人気プラン";
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  left: -0.375em;
  top: -0.375em;
  padding: 0.5625em 1em 0.1875em;
  border-radius: 10px;
  background: #5d456c;
}
.pageObousan .priceZone .inner .planBox .col1 dl {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.pageObousan .priceZone .inner .planBox .col1 dl dt {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 3rem;
}
.pageObousan .priceZone .inner .planBox .col1 dl dt:before {
  display: block;
  content: "";
  width: 93px;
  height: 86px;
  margin-right: 35px;
  background: url("../img/pref_obousan/price/plan_img01.png") no-repeat;
  background-size: contain;
}
.pageObousan .priceZone .inner .planBox .col1 dl dd {
  margin-left: 35px;
  font-weight: bold;
  font-size: 1.7rem;
  align-self: stretch;
}
.pageObousan .priceZone .inner .planBox .col1 dl dd .num {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.pageObousan .priceZone .inner .planBox .col1 dl dd .num strong {
  display: inline-block;
  font-size: 5rem;
  line-height: 1.2em;
}
.pageObousan .priceZone .inner .planBox .col1 dl dd .num .tax {
  position: relative;
  font-size: 3rem;
  line-height: 1.66667em;
}
.pageObousan .priceZone .inner .planBox .col1 dl dd .num .tax:before {
  right: 0.2rem;
  top: -2.3rem;
}
.pageObousan .priceZone .inner .planBox .col3 {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.pageObousan .priceZone .inner .planBox .col3 li {
  position: relative;
  padding: 20px 16px;
  box-shadow: 4px 2px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid #5d456c;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32.4675324675%;
  text-align: center;
}
.pageObousan .priceZone .inner .planBox .col3 li:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: 5px;
  right: 5px;
  border-bottom: 6px solid #5d456c;
  border-top: 6px solid transparent;
  border-right: 5px solid #5d456c;
  border-left: 5px solid transparent;
}
.pageObousan .priceZone .inner .planBox .col3 li dt {
  color: #5d456c;
}
.pageObousan .priceZone .inner .planBox .col3 li dd {
  color: #ff7703;
}
.pageObousan .priceZone .inner .planBox .col3 li dd .tax {
  position: relative;
  display: inline-block;
}
.pageObousan .priceZone .inner .planBox .col3 li dd .tax:before {
  position: absolute;
  content: "税抜";
  display: block;
  width: 2.5em;
  font-size: 1rem;
  top: -1em;
  right: -0.6em;
}
.pageObousan .priceZone .inner .planBox .col3 li dl dt {
  font-size: 1.8rem;
}
.pageObousan .priceZone .inner .planBox .col3 li dl dd {
  font-size: 1.6rem;
  font-weight: bold;
}
.pageObousan .priceZone .inner .planBox .col3 li dl dd strong {
  font-size: 3rem;
}
.pageObousan .priceZone .inner .planBox .col3 li dl dd.rows {
  margin-top: 0.5em;
}
.pageObousan .priceZone .inner .planBox .col3 li dl dd.rows strong {
  font-size: 3rem;
}
.pageObousan .priceZone .inner .planBox + h3 {
  margin-top: 50px;
}
.pageObousan .priceZone .inner .planBox:last-of-type {
  margin-bottom: 25px;
}
.pageObousan .priceZone .inner .planBox:last-of-type .col3 .num {
  margin-bottom: -0.5em;
}
.pageObousan .priceZone .inner .planBox:first-of-type .col3 li:nth-child(1) dt:before {
  content: "";
  display: block;
  margin: 0 auto 20px;
  background: url("../img/pref_obousan/price/plan_img02.png") no-repeat;
  background-size: contain;
  width: 98px;
  height: 98px;
}
.pageObousan .priceZone .inner .planBox:first-of-type .col3 li:nth-child(2) dt:before {
  content: "";
  display: block;
  margin: 0 auto 20px;
  background: url("../img/pref_obousan/price/plan_img03.png") no-repeat;
  background-size: contain;
  width: 76px;
  height: 80px;
}
.pageObousan .priceZone .inner .planBox:first-of-type .col3 li:nth-child(3) dt:before {
  content: "";
  display: block;
  margin: 0 auto 20px;
  background: url("../img/pref_obousan/price/plan_img04.png") no-repeat;
  background-size: contain;
  width: 114px;
  height: 84px;
}
.pageObousan .priceZone .inner h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 0.44444em;
  border-bottom: 2px solid #cccccc;
}
.pageObousan .jijouZone {
  background: #f9f7da;
  background: #eee;
}
.pageObousan .jijouZone .container {
  max-width: 980px;
}
.pageObousan .jijouZone .container .inner > p {
  padding: 0 30px;
}
.pageObousan .jijouZone .container .inner p + p {
  margin-top: 30px;
}
.pageObousan .jijouZone .container .inner h2:before {
  background: url("../img/pref/jijou/icn_ttl.png");
}
.pageObousan .jijouZone .container .inner h2 + p {
  margin-top: 40px;
}
.pageObousan .jijouZone .container .inner .u-ttl2 {
  margin: 60px 30px 0;
  color: #9976b1;
  color: #75518d;
}
.pageObousan .jijouZone .container .inner .u-ttl2 + p {
  margin-top: 20px;
}
.pageObousan .jijouZone .container .inner .fbox {
  padding: 0 15px;
}
.pageObousan .jijouZone .container .inner .fbox > li + li {
  margin-top: 25px;
  text-align: center;
}
.pageObousan .expertZone .u-inner {
  padding: 55px 0 50px;
}
.pageObousan .expertZone .u-ttl1 {
  font-size: 3rem;
}
.pageObousan .expertZone .u-ttl1 span {
  border-bottom-width: 6px;
}
.pageObousan .expertZone .cards {
  display: flex;
  flex-wrap: wrap;
}
.pageObousan .expertZone .cards .u-card1 {
  width: 49.12603%;
  margin: 0 1.74793% 1.74793% 0;
  border: 2px solid #5d456c;
  border-radius: 10px;
}
.pageObousan .expertZone .cards .u-card1:nth-child(even) {
  margin-right: 0;
}
.pageObousan .expertZone .cards .u-card1 a {
  margin: 0;
}
.pageObousan .expertZone .cards .u-card1 a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pageObousan .expertZone .cards .u-card1 a .txt .info dt {
  width: 17%;
}
.pageObousan .expertZone .cards .u-card1 a .txt .info dd {
  width: 80%;
}
.pageObousan .expertZone .btn-box {
  margin: 20px 0 50px;
}
.pageObousan .expertZone .btn-box .u-btn1 {
  background-color: #5d456c;
}
.pageObousan .u-btn1.clr2 {
  background-color: #f7b138;
  box-shadow: 0px 3px #a56600;
  color: #fff;
}
.pageObousan .pagePref .u-search h3 {
  color: #5d456c;
}
.pageObousan .pg-pref-btnTel {
  padding: 0px;
  margin-top: 36px;
}
.pageObousan .pg-pref-btnMail {
  margin-top: 36px;
}
.pageObousan .pagePrefTop .container:not(.wNormal) .inner h2 {
  background: #5d456c;
}
.pageObousan .u-ttl2 {
  border-bottom: 3px solid #75518d;
}
.pageObousan .u-ttl3 {
  border-left: 5px solid #75518d;
}
.pageObousan .listZone .cards .u-card1 {
  border: 2px solid #9976b1;
}
.pageObousan .listZone .btn-box .u-btn1 {
  background-color: #5d456c;
}
.pageObousan .prefTopInfoZone {
  background-color: #eee;
  padding: 48px 0;
}
.pageObousan .prefTopInfoZone em {
  font-style: normal !important;
}
.pageObousan .prefTopInfoZone section {
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #fff;
  border: 2px solid #fff;
  padding: 0px;
  margin-bottom: 32px;
}
.pageObousan .prefTopInfoZone section .cont-title {
  background-color: #5d456c;
  color: #fff;
  font-size: 2.7rem;
  font-weight: bold;
  padding: 1em 0 1em 135px;
  display: flex;
  position: relative;
  border-radius: 8px 8px 0 0;
}
.pageObousan .prefTopInfoZone section .cont-title:before {
  position: absolute;
  content: "";
  width: 85px;
  height: 96px;
  bottom: 0;
  left: 24px;
  background-image: url(../img/pref_obousan/icn_ttl.png);
}
.pageObousan .prefTopInfoZone section .cont-bg {
  padding: 32px;
}
.pageObousan .prefTopInfoZone section .cont-bg p {
  margin-bottom: 0.5em;
}
.pageObousan .prefTopInfoZone section .cont-bg h4 {
  margin-top: 1.5em;
  background-color: #b9e762;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  padding: 0.5em;
  border-radius: 8px;
  margin-bottom: 1em;
}
.pageObousan .prefTopInfoZone section .cont-bg h5 {
  font-weight: bold;
  font-size: 1.8rem;
  border-bottom: 1px solid #9976b1;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  color: #75518d;
}
.pageObousan .prefTopInfoZone section .cont-bg h5:before {
  content: "■";
  color: #9976b1;
  font-weight: bold;
}
.pageObousan .prefTopInfoZone section .cont-bg .houyou {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.pageObousan .prefTopInfoZone section .cont-bg .houyou li {
  width: 32%;
  margin-bottom: 16px;
  text-align: center;
  background-color: #eee;
  border-radius: 50px;
  margin: 0 0 10px 10px;
  box-sizing: border-box;
  padding: 0.5em;
}
.pageObousan .prefTopInfoZone section .waku {
  border: 2px solid #7ea732;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 20px;
  background-color: #fff7e0;
}
.pageObousan .prefTopInfoZone section .waku .notes {
  font-size: 1.2rem;
  text-align: right;
}
.pageObousan .prefTopInfoZone section .waku dt {
  font-size: 2rem;
  padding: 0.3em;
  color: #fff;
  background-color: #7ea732;
}
.pageObousan .prefTopInfoZone section .waku dd {
  font-size: 1.8rem;
  padding: 0.5em;
}
.pageObousan .prefTopInfoZone section .waku dd .price {
  font-size: 3.5rem;
  color: #b60202;
  font-weight: bold;
}
.pageObousan .prefTopInfoZone section .waku dd.kaimyou {
  display: block;
  flex-wrap: wrap;
}
.pageObousan .prefTopInfoZone section .waku dd.kaimyou ul {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.pageObousan .prefTopInfoZone section .waku dd.kaimyou ul li {
  padding: 0 1em;
  width: 48%;
  display: flex;
  align-items: baseline;
  border-bottom: 1px dotted #7ea732;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.pageObousan .prefTopInfoZone section .waku dd.kaimyou ul li .label {
  font-size: 1.5rem;
  font-weight: bold;
  margin-right: 0.8em;
}
.pageObousan .prefTopInfoZone section .waku dd.kaimyou ul li .price {
  font-size: 2.6rem;
  margin-left: auto;
}
.pageObousan .prefTopInfoZone section .waku dd.kaimyou .col2 {
  width: 48%;
}
.pageObousan .prefTopInfoZone section .col3 {
  display: flex;
  justify-content: space-between;
}
.pageObousan .prefTopInfoZone section .col3 .waku {
  width: 32%;
}
.pageObousan .prefTopInfoZone section .column-bg {
  background-color: #e5dfe9;
  padding: 1.5em;
  border-radius: 8px;
}
.pageObousan .prefTopInfoZone section .column-bg .column-title {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5em;
  font-size: 1.8rem;
  color: #75518d;
}
.pageObousan .prefTopInfoZone section .column-bg p + .column-title2 {
  margin-top: 2em;
}
.pageObousan .prefTopInfoZone section .column-bg p + .column-title3 {
  margin-top: 2em;
}
.pageObousan .prefTopInfoZone section .column-bg .column-title2 {
  display: block;
  font-weight: bold;
  text-align: left;
  margin-bottom: 1em;
  margin-top: 0px;
  font-size: 1.8rem;
  color: #fff;
  background-color: #9976b1;
}
.pageObousan .prefTopInfoZone section .column-bg .column-title3 {
  display: block;
  font-weight: bold;
  text-align: left;
  padding: 0 0 0.5em 0;
  margin-bottom: 0.5em;
  margin-top: 0px;
  font-size: 1.8rem;
  color: #75518d;
  border-radius: 0px;
  border-bottom: 1px solid #75518d;
  background-color: transparent;
}
.pageObousan .prefTopInfoZone section .reason-bg {
  border: 1px solid #ccc;
  padding: 1em;
  border-radius: 8px;
  margin: 1.5em 0;
}
.pageObousan .prefTopInfoZone section .reason-bg h4 {
  margin-top: 0px;
}
.pageObousan .prefTopInfoZone .support-ct {
  background-color: #dff1be;
  border-radius: 10px;
  padding: 24px;
  margin: 24px 0;
}
.pageObousan .prefTopInfoZone .support-ct .support-box {
  background-color: #fff;
  padding: 1.2em;
  border-radius: 10px;
  margin-bottom: 15px;
}
.pageObousan .prefTopInfoZone .support-ct .support-box dt {
  border-bottom: 1px solid #ac2b6c;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  align-items: center;
  color: #ac2b6c;
  display: flex;
  font-size: 2.4rem;
}
.pageObousan .prefTopInfoZone .support-ct .support-box dt .support-big {
  display: inline-block;
  padding: 0.5em;
  font-size: 80%;
  line-height: 1;
  background-color: #ac2b6c;
  color: #fff;
  border-radius: 8px;
  margin-right: 1em;
}
.pageObousan .prefTopInfoZone .voice-box {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  align-items: center;
  padding: 1em;
  border-radius: 8px;
  border: 1px solid #75518d;
  background-color: #f2edf5;
}
.pageObousan .prefTopInfoZone .voice-box .voice-img {
  width: 20%;
}
.pageObousan .prefTopInfoZone .voice-box .voice-text {
  width: 75%;
}
.pageObousan .prefTopInfoZone .voice-box .voice-text .voice-title {
  margin-bottom: 0.5em;
  border-bottom: 1px solid #75518d;
  padding-bottom: 0.3em;
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
  color: #75518d;
}
.pageObousan .prefTopInfoZone .qanda-cont .lead-p {
  margin-bottom: 1.5em;
}
.pageObousan .prefTopInfoZone .qanda-cont .qa-bg {
  margin-bottom: 1.5em;
}
.pageObousan .prefTopInfoZone .qanda-cont .qa-bg dt {
  font-size: 2rem;
  background-color: #e4faba;
  padding: 0.5em 0.5em 0.5em 0.8em;
  border-radius: 8px;
  display: flex;
  margin-bottom: 1em;
}
.pageObousan .prefTopInfoZone .qanda-cont .qa-bg dt:before {
  content: "Q.";
  color: #648f13;
}
.pageObousan .prefTopInfoZone .qanda-cont .qa-bg dd {
  display: flex;
  padding: 0em 0.5em 0.5em 0.5em;
}
.pageObousan .prefTopInfoZone .qanda-cont .qa-bg dd:before {
  font-size: 2rem;
  font-weight: bold;
  color: #648f13;
  content: "A.";
  color: #5d456c;
}

.pageIhin .l-header .navs ul li a:hover {
  color: #d9901c;
}
.pageIhin .u-card1 a .txt .ttl {
  border-color: #d9901c;
}
.pageIhin .u-card1 a .sp-title {
  color: #d9901c;
  border-color: #d9901c;
}
.pageIhin .pagePrefTop .container:not(.wNormal) .inner h2 {
  background-color: #d9901c;
}
.pageIhin .pagePrefTop .container:not(.wNormal) .inner h2[class^=u-] {
  color: #d9901c;
  border-color: #d9901c;
}
.pageIhin .pagePrefTop .container:not(.wNormal) .inner h2[class*=u-] {
  color: #d9901c;
  border-color: #d9901c;
}
.pageIhin .pagePrefTop .container:not(.wNormal) .inner h2[id^=ttl-] {
  color: #d9901c;
  border-color: #d9901c;
}
.pageIhin .pagePrefTop .container:not(.wNormal) .inner h2[id*=ttl-] {
  color: #d9901c;
  border-color: #d9901c;
}
.pageIhin .planZone {
  background-image: url(../img/ihinseiri/preftop/bg2.jpg);
}
.pageIhin .planZone .container .inner .txtCatch {
  background-color: #ffe8d1;
}
.pageIhin .planZone .container h3 {
  background-image: url(../img/ihinseiri/preftop/bg_ttl.png);
}
.pageIhin .supportZone {
  background-color: #eee;
}
.pageIhin .faqZone {
  background-color: #eee;
}
.pageIhin .faqZone .container .inner .faqCont + .faqCont {
  border-color: #d9901c;
}
.pageIhin .faqZone .container .inner .faqCont dt {
  color: #d9901c;
}
.pageIhin .faqZone .container .inner .faqCont dt:after {
  border-color: #d9901c;
}
.pageIhin .jijouZone {
  background-color: #eee;
}
.pageIhin .voiceZone {
  background-color: #ffe8d1;
}
.pageIhin .prefTopMainZone .secMain {
  background-image: url(../img/ihinseiri/preftop/bg_wrap.jpg?v2);
  background-color: #ebeae5;
}
.pageIhin .voiceSlide .slides .img .ttlTag {
  background-color: #d9901c;
}
.pageIhin .u-ttl3 {
  border-color: #d9901c;
}
.pageIhin .u-ttl4 {
  color: #d9901c;
}
.pageIhin .banner-block {
  justify-content: center;
}
.pageIhin .banner-block li {
  margin: 10px;
}
.pageIhin .u-btn1.clr2 {
  background-color: #a10000;
  box-shadow: 0 3px 0 #620404;
}
.pageIhin .listZone .btn-box .u-btn1 {
  background-color: #a10000;
  box-shadow: 0 3px 0 #620404;
}
.pageIhin .u-search {
  background-image: url(../img/ihinseiri/preftop/bg.jpg);
  background-color: #cc9d52;
}
.pageIhin .u-search .spToggle em {
  color: #d9901c;
}
.pageIhin .u-search .spToggle em:after {
  border-color: #d9901c;
}
.pageIhin .companyZone a {
  text-decoration: underline;
}
.pageIhin .pageTop .l-header .info {
  border-color: #d9901c;
}
.pageIhin .pageTop .l-header .info .contacts .links li a i {
  color: #d9901c;
}
.pageIhin .pageTop .mapBlock .mapImgBg {
  background-image: url(../img/ihinseiri/top/map_bg_crcl.png);
}
.pageIhin .pageTop .mapBlock .mapTxtBox {
  left: -25px;
}
.pageIhin .pageTop .mapBlock .mapTxtBox h2 {
  border-color: #d9901c;
}
.pageIhin .pageTop .mapBlock .mapTxtBox h2 i {
  color: #d9901c;
}
.pageIhin .pageTop .voiceSlide .slides .img .ttlTag {
  background-color: #d9901c;
}
.pageIhin .pageTop .mapZone {
  background-image: url("../img/ihinseiri/top/main_bg.jpg?v2");
}
.pageIhin .pageTop .mapZone .partMain .txts h2 {
  line-height: 1.2;
  background-color: #d9901c;
}
.pageIhin .pageTop .mapZone .partSearch {
  background-color: #d9901c;
  padding-top: 30px;
}
.pageIhin .pageTop .mapZone .partSearch .container {
  display: flex;
  justify-content: center;
}
.pageIhin .pageTop .mapZone .partSearch .container form {
  margin-left: 20px;
}
.pageIhin .pageTop .mapZone .partSearch h3 i {
  background: #fff;
  color: #d9901c;
}
.pageIhin .pageTop .prefTopMainZone .secMain {
  background: url("../img/ihinseiri/top/bg_wrap.png?v2") center top no-repeat #1f344a;
  background-position: center -50px;
  padding: 40px 50px 50px;
}
.pageIhin .pageTop .prefTopMainZone .secMain .iconNhk {
  position: absolute;
  left: 50%;
  margin-left: 70px;
  top: 30px;
}
.pageIhin .pageTop .prefTopMainZone .secMain .in {
  max-width: 1056px;
  margin: auto;
  max-width: 924px;
  margin: auto;
}
.pageIhin .pageTop .prefTopMainZone .secMain .ttl {
  margin-bottom: 30px;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 30px;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.3;
}
.pageIhin .pageTop .prefTopMainZone .secMain .ttl strong {
  font-size: 6rem;
}
.pageIhin .pageTop .prefTopMainZone .secMain .btnTel a {
  display: inline-block;
  transition: 0.3s;
  display: inline-block;
  transition: 0.3s;
}
.pageIhin .pageTop .prefTopMainZone .secMain .btnTel a:hover {
  opacity: 0.7;
  opacity: 0.7;
}
.pageIhin .pageTop .voiceZone {
  background: #eee;
}
.pageIhin .pageTop .voiceZone .u-inner {
  padding-bottom: 20px;
}
.pageIhin .pageTop .u-bg1 {
  background: #ffe8d1;
}
.pageIhin .pageTop .u-bg1 .u-ttl1 span {
  border-color: #e9b158;
}
.pageIhin .pageTop .u-btn1 {
  background: #e59310;
  box-shadow: 0px 3px #7f5410;
}
.pageIhin .pageTop .u-ttl1 span {
  border-color: #f29604;
}
.pageIhin .pageTop .u-card1 a .txt .ttl {
  color: #d9901c;
  border-bottom: 1px solid #d9901c;
}
.pageIhin .pageTop .u-card1 a .txt .info dt {
  color: #d9901c;
}
.pageIhin .pageTop .u-card2 {
  border-color: #d9901c;
  box-shadow: 1px 1px 1px #d9901c;
}
.pageIhin .pageTop .u-card2 .day {
  color: #d9901c;
}
.pageIhin .pageTop .container:not(.wNormal) .inner h2 {
  background: #f29604;
}
.pageIhin .pageTop .secDiscus {
  padding-top: 15px;
  padding-bottom: 25px;
  background: url("../img/ihinseiri/preftop/bg_discus.png") top center;
}
.pageIhin .pageTop .secDiscus .in {
  max-width: 924px;
  margin: auto;
}
.pageIhin .pageTop .secDiscus .in .txt {
  display: flex;
  align-items: center;
}
.pageIhin .pageTop .secDiscus .in .txt h2 {
  position: relative;
  width: 196px;
  padding: 6px;
  text-align: center;
  border-radius: 8px;
  background: #a10000;
}
.pageIhin .pageTop .secDiscus .in .txt h2:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  right: -8px;
  margin: auto 0;
  border-left: 8px solid #a10000;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.pageIhin .pageTop .secDiscus .in .txt p {
  font-size: 2rem;
  margin-left: 25px;
}
.pageIhin .pageTop .secDiscus .in .txt p strong {
  color: #a10000;
  font-weight: bold;
}
.pageIhin .pageTop .secDiscus .in .pintLst {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.pageIhin .pageTop .secDiscus .in .pintLst li {
  text-align: center;
}
.pageIhin .pagePref .l-header .info {
  border-bottom-color: #d9901c;
}
.pageIhin .pagePref .l-header .info .contacts .links li a i {
  color: #d9901c;
}
.pageIhin .pagePref .l-pankz {
  background: #d9901c;
}
.pageIhin .pagePref .u-search h3 {
  color: #c28119;
}
.pageIhin .pagePref .u-title-block .title-block-left {
  border-left-color: #d9901c;
}
.pageIhin .pagePref .u-title-block h1 {
  color: #d9901c;
}
.pageIhin .pagePref .listZone {
  background: #ffe8d1;
}
.pageIhin .pagePref .listZone .u-card1 a .txt .ttl {
  color: #d9901c;
}
.pageIhin .pagePref .listZone .u-card1 a .txt .info dt {
  color: #d9901c;
}
.pageIhin .pagePref .mediaZone .tv_program {
  color: #d9901c;
}
.pageIhin .pagePref .voiceZone .commentBox {
  border: 1px solid #d9901c !important;
}
.pageIhin .pagePref .voiceZone .commentBox h4 {
  color: #d9901c !important;
}
.pageIhin .pagePref .u-btn3 {
  color: #d9901c;
  border-color: #d9901c;
}
.pageIhin .pagePref .u-ttl1 span {
  border-color: #e9b158;
}
.pageIhin .fixbtns {
  z-index: 1;
}
.pageIhin .fixbtns .txt4 {
  display: none;
}
.pageIhin .tb-in {
  padding: 30px;
}
.pageIhin .tb-in .cap {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.pageIhin .tb-in table {
  width: 100%;
}
.pageIhin .tb-in table .fsSmall {
  font-size: 80%;
}
.pageIhin .tb-in table tr {
  border: 1px solid #ccc;
  text-align: center;
}
.pageIhin .tb-in table tr td {
  border: 1px solid #ccc;
  padding: 10px 5px;
}
.pageIhin .tb-in table tr td.price {
  color: #d56324;
}
.pageIhin .tb-in table tr th {
  border: 1px solid #ccc;
  text-align: center;
  background: rgba(239, 233, 230, 0.5);
  padding: 10px 0;
}
.pageIhin .tb-in table tr th.top {
  background-color: #efe9e6;
}
.pageIhin .tb-in .note {
  font-size: 12px;
  margin-top: 20px;
}
.pageIhin .sec06_list li:nth-child(1) p:last-of-type {
  height: auto;
}
.pageIhin .sec06_list li:nth-child(2) p:last-of-type {
  height: auto;
}
.pageIhin .sec06_list li:nth-child(3) p:last-of-type {
  height: auto;
}
.pageIhin .sec06_list li:nth-child(4) p:last-of-type {
  height: auto;
}

@media screen and (max-width: 767px) {
  .fbox_2 > * {
    width: 100%;
  }
  .pagePrefTop .pg-pref-btnTelTxt {
    padding-top: 6.25vw;
  }
  .pagePrefTop .container:not(.wNormal) .inner {
    padding-bottom: 7.03125vw;
  }
  .pagePrefTop .container:not(.wNormal) .inner h2 {
    font-size: 4.0625vw;
    line-height: 1.23077em;
    padding: 1em 0 1em 19.53125vw;
  }
  .pagePrefTop .container:not(.wNormal) .inner h2:before {
    width: 13.28125vw;
    height: 15vw;
    left: 3.4375vw;
    background-repeat: no-repeat;
    background-size: cover;
  }
  a[href^=tel] {
    pointer-events: all;
  }
  .fixbtns {
    width: 100%;
  }
  .fixbtns dd {
    padding: 2vw;
    border: 0px;
    background: rgba(0, 0, 0, 0.5);
  }
  .fixbtns dd p {
    padding-bottom: 0px;
  }
  .fixbtns .txt1 {
    display: none;
  }
  .fixbtns .txt2 {
    display: none;
  }
  .pg-pref-btnTelTxt {
    font-size: 5vw;
  }
  .pg-pref-btnTelTxt em {
    display: inline-block;
  }
  .pg-pref-btnPamph {
    margin-top: 4.6875vw;
  }
  .pg-pref-btnMnk {
    margin-top: 4.6875vw;
  }
  .pagePref .u-title-block h1 {
    font-size: 2rem;
    text-align: center;
  }
  .pagePref .u-search h3:first-of-type {
    padding-top: 0.8em;
  }
  .prefTopMainZone.withPrize .secMain .ttl {
    margin-bottom: 1vw;
    padding-left: 3vw;
  }
  .prefTopMainZone.withPrize .secMain .ttl.isType2 {
    padding-left: 0;
    font-size: 6.2vw;
    text-align: center;
  }
  .prefTopMainZone .prizeBox {
    position: static;
  }
  .prefTopMainZone .prizeBox.isType2 {
    width: 60vw;
    position: absolute;
    right: 0;
    top: 21vw;
    margin-left: auto;
  }
  .prefTopMainZone .prizeBox.isType2 ul li {
    margin: 0;
    width: 30vw;
    max-width: 100vw;
  }
  .prefTopMainZone .prizeBox ul {
    display: flex;
    justify-content: center;
  }
  .prefTopMainZone .prizeBox li {
    width: 25vw;
    margin: 0 5px;
  }
  .prefTopMainZone .prizeBox p {
    font-size: 1.5vw;
    margin: 0 1vw 2vw 0;
    text-align: right;
  }
  .prefTopMainZone .prizeBox p br {
    display: none;
  }
  .prefTopMainZone .btnTel.isType2 {
    position: absolute;
    bottom: 0;
  }
  .prefTopMainZone .secMain.withPrize {
    background-size: cover;
    background-position: left;
  }
  .prefTopMainZone .secMain {
    background-image: url("../img/pref/main/bg_wrap_sp.jpg") !important;
    background-position: center bottom;
    background-size: cover !important;
    padding: 4.6875vw 2.5vw 2.96875vw 2.5vw;
    box-sizing: border-box;
  }
  .prefTopMainZone .secMain .iconNhk {
    left: -27vw;
    width: 12vw;
    top: 0vw;
    margin-left: 0px;
  }
  .prefTopMainZone .secMain .in {
    max-width: none;
    height: 78vw;
  }
  .prefTopMainZone .secMain .ttl {
    margin-bottom: 3.125vw;
    font-size: 4.0625vw;
    line-height: 1.34615;
  }
  .prefTopMainZone .secMain .ttl strong {
    font-size: 1.15385em;
  }
  .prefTopMainZone .secMain .btnTel a {
    display: block;
    width: auto;
  }
  .prefTopMainZone .secPlan .ttl {
    width: auto;
    margin-top: -3.90625vw;
    position: static;
  }
  .prefTopMainZone .secPlan .ttl h2 {
    width: auto;
    padding-left: 4.21875vw;
    position: relative;
    left: auto;
  }
  .prefTopMainZone .secPlan .ttl h2:before {
    top: 3.90625vw;
  }
  .prefTopMainZone .secPlan .ttl h2:after {
    content: normal;
  }
  .prefTopMainZone .secPlan .ttl h2 img {
    width: 86.875vw;
    margin: 0;
    left: auto;
  }
  .prefTopMainZone .secPlan .sldBox {
    padding: 1.5625vw 5.78125vw 4.6875vw;
  }
  .prefTopMainZone .secPlan .sldBox .slick-arrow {
    width: 2.96875vw;
    height: 5.15625vw;
  }
  .prefTopMainZone .secPlan .sldBox .slick-arrow.slick-prev {
    left: -3.90625vw;
  }
  .prefTopMainZone .secPlan .sldBox .slick-arrow.slick-next {
    right: -3.90625vw;
  }
  .prefTopMainZone .secPlan .sldBox .item {
    padding: 0 0.78125vw;
  }
  .listZone .u-inner {
    padding: 30px 0;
  }
  .listZone .u-ttl1 {
    font-size: 2.4rem;
    line-height: 1.3;
  }
  .listZone .cards {
    display: block;
  }
  .listZone .cards .u-card1 {
    width: auto;
    margin: 0 0 15px;
  }
  .listZone .cards .u-card1 a .txt .info dt {
    padding: 0.5em 0;
  }
  .listZone .cards .u-card1 a .txt .info dd {
    padding: 0.5em 0;
  }
  .listZone .btn-box {
    margin: 30px 0;
  }
  .planZone .container .inner.sp-bdr {
    border-radius: 14px 14px 0 0;
  }
  .planZone .container .inner .txtCatch {
    font-size: 3.75vw;
    padding: 0.4em 0;
    margin-top: 3.90625vw;
  }
  .planZone .container .inner .txtCatch + p {
    font-size: 3.75vw;
    margin-top: 4.6875vw;
  }
  .planZone .container .inner > p {
    margin: 0 15px;
  }
  .planZone .container .inner .imgBox {
    margin: 4.6875vw 7.8125vw 0;
  }
  .planZone .container .inner .imgBox .price {
    font-size: 2.5vw;
    top: 23.4375vw;
    left: 3.4375vw;
  }
  .planZone .container .inner .imgBox .price em {
    font-size: 3.75vw;
  }
  .planZone .container .inner .imgBox .notes {
    font-size: 1.875vw;
    left: 1.25vw;
  }
  .planZone .container .arrow {
    margin-top: -3.90625vw;
    padding: 0 5.46875vw 5.46875vw;
    background: #fff;
  }
  .planZone .container h3 {
    padding: 3.125vw 4.6875vw;
  }
  .planZone .container .planBox {
    padding: 2.34375vw 0 0;
  }
  .planZone .container .planBox .txt {
    font-size: 3.125vw;
    margin-top: 2.34375vw;
    padding: 0 3vw;
  }
  .planZone .container .planBox .txt .showModal {
    font-size: 3.125vw;
    position: static;
    margin: 3.90625vw auto 0;
    width: 100%;
    padding: 0.5em 0;
  }
  .planZone .container .planBox .txt .showModal:before {
    width: 1.5625vw;
    height: 1.5625vw;
    margin-right: 2.34375vw;
    border-bottom: 0.3125vw solid #288105;
    border-right: 0.3125vw solid #288105;
  }
  .planZone .container + .container {
    padding-bottom: 6.25vw;
  }
  .voiceZone {
    padding-top: 5vw;
  }
  .voiceZone .container {
    margin-bottom: 7.03125vw;
  }
  .voiceZone .container .inner h2.rowSp {
    padding: 0.5em 0 0.5em 19.53125vw;
  }
  .voiceZone .container .inner .voiceCont {
    margin: 3.125vw 3.125vw 0;
    padding-bottom: 10px;
  }
  .voiceZone .container .inner .voiceCont h3 {
    font-size: 3.75vw;
    flex-direction: column;
    text-align: center;
    padding: 0.625em 1.08333em;
  }
  .voiceZone .container .inner .voiceCont h3 .ttlBox span {
    display: inline-block;
  }
  .voiceZone .container .inner .voiceCont h3 .ttlBox .ttl {
    margin-top: 0.25em;
  }
  .voiceZone .container .inner .voiceCont h3 .ttlTag {
    font-size: 3.125vw;
    margin-top: 0.5em;
  }
  .voiceZone .container .inner .voiceCont .csValue {
    font-size: 3.75vw;
    margin-top: 3.90625vw;
  }
  .voiceZone .container .inner .voiceCont .csValue .u-stars {
    font-size: 3.75vw;
    padding-top: 0;
  }
  .voiceZone .container .inner .voiceCont .csValue + p {
    font-size: 3.75vw;
    margin-top: 3.90625vw;
  }
  .voiceZone .container .inner .voiceCont .commentBox {
    margin-top: 3.90625vw;
    padding: 2.34375vw;
  }
  .voiceZone .container .inner .voiceCont .commentBox h4 {
    font-size: 3.75vw;
  }
  .voiceZone .container .inner .voiceCont .commentBox h4 + p {
    margin-top: 2.34375vw;
    font-size: 3.125vw;
  }
  .supportZone h2 {
    padding-bottom: 7.8125vw;
  }
  .sec06_list li {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 4.6875vw;
  }
  .sec06_list li:nth-child(-n+2) {
    padding-bottom: 4.6875vw;
  }
  .sec06_list li:nth-child(1) p:last-of-type {
    height: inherit;
    font-size: 3.75vw;
  }
  .sec06_list li:nth-child(2) p:last-of-type {
    height: inherit;
    font-size: 3.75vw;
  }
  .sec06_list li:nth-child(3) p:last-of-type {
    height: inherit;
    font-size: 3.75vw;
  }
  .sec06_list li:nth-child(4) p:last-of-type {
    height: inherit;
    font-size: 3.75vw;
  }
  .sec06_list li p {
    font-size: 3.75vw;
  }
  .sec06_list li p:last-of-type {
    padding: 4.6875vw;
  }
  .faqZone .container .inner .faqCont {
    margin: 0 4.6875vw;
  }
  .faqZone .container .inner .faqCont:first-of-type {
    margin-top: 7.03125vw;
  }
  .faqZone .container .inner .faqCont:first-of-type dd {
    display: none;
  }
  .faqZone .container .inner .faqCont:last-of-type {
    margin-bottom: 4.6875vw;
  }
  .faqZone .container .inner .faqCont dt {
    font-size: 3.75vw;
    margin-bottom: 4.6875vw;
    padding-left: 2em;
  }
  .faqZone .container .inner .faqCont dt:before {
    width: 6.25vw;
    height: 6.25vw;
    top: -0.78125vw;
  }
  .faqZone .container .inner .faqCont dt:after {
    width: 1.875vw;
    height: 1.875vw;
    border-bottom: 0.46875vw solid #add863;
    border-right: 0.46875vw solid #add863;
  }
  .faqZone .container .inner .faqCont dd {
    font-size: 3.125vw;
    padding-bottom: 2.34375vw;
  }
  .faqZone .container .inner .faqCont + .faqCont {
    padding-top: 4.6875vw;
  }
  .faqZone .container .btnSearch {
    width: 80%;
    font-size: 3.75vw;
    margin: 7.03125vw auto 0;
    padding: 2.34375vw 0;
  }
  .faqZone .container .btnSearch:before {
    width: 4.6875vw;
    height: 4.6875vw;
    margin-right: 3.125vw;
  }
  .jijouZone .container .inner > p {
    padding: 0 4.6875vw;
  }
  .jijouZone .container .inner p {
    font-size: 3.75vw;
  }
  .jijouZone .container .inner p + p {
    margin-top: 4.6875vw;
  }
  .jijouZone .container .inner h2 + p {
    margin-top: 6.25vw;
  }
  .jijouZone .container .inner .u-ttl2 {
    font-size: 4.0625vw;
    margin: 7.03125vw 4.6875vw 0;
  }
  .jijouZone .container .inner .u-ttl2 + p {
    margin-top: 3.125vw;
  }
  .jijouZone .container .inner .u-ttl3 {
    font-size: 4.0625vw;
    margin: 5.46875vw 0 3.125vw;
    padding-left: 2.34375vw;
  }
  .jijouZone .container .inner .fbox {
    padding: 0;
  }
  .jijouZone .container .inner .fbox > li {
    width: 100%;
  }
  .jijouZone .container .inner .fbox > li + li {
    margin-top: 3.90625vw;
  }
  .bottomZone {
    padding: 9.375vw 0 9.375vw;
  }
  .bottomZone .container .fbox.fbox_2 {
    margin-top: 2.34375vw;
  }
  .bottomZone .container .fbox.fbox_2 li {
    width: 100%;
  }
  .bottomZone .container .fbox.fbox_2 li:nth-child(1) {
    margin-left: 0;
  }
  .bottomZone .container .fbox.fbox_2 li:nth-child(2) {
    text-align: center;
    margin-right: 0;
  }
  .bottomZone .container > p {
    font-size: 3.75vw;
    padding: 0;
    margin-top: 5.46875vw;
  }
  .bottomZone .lead {
    text-align: left !important;
  }
  .bottomZone .flexBox {
    flex-direction: column;
  }
  .bottomZone .flexBox .flxCont {
    width: 100%;
    margin-bottom: 30px;
  }
  .pageSouzoku .prefTopMainZone .infoHead {
    line-height: inherit;
    font-size: 1.4rem;
    padding: 0.5em 15px;
  }
  .pageSouzoku .prefTopMainZone .secMain {
    background: url("../img/pref_souzoku/main/bg_wrap_sp.png") center top no-repeat #f1f5e9;
    background-size: cover;
    padding: 4.6875vw 2.34375vw 6.25vw 28.90625vw;
  }
  .pageSouzoku .prefTopMainZone .secMain .in {
    max-width: none;
  }
  .pageSouzoku .prefTopMainZone .secMain .ttl {
    margin-bottom: 3.125vw;
    font-size: 4.0625vw;
    line-height: 1.34615;
  }
  .pageSouzoku .prefTopMainZone .secMain .ttl strong {
    font-size: 1.15385em;
  }
  .pageSouzoku .prefTopMainZone .secMain .btnTel a {
    display: block;
    width: auto;
  }
  .pageSouzoku .prefTopMainZone .secPlan .ttl {
    width: auto;
    margin-top: -3.90625vw;
    position: static;
  }
  .pageSouzoku .prefTopMainZone .secPlan .ttl h2 {
    width: auto;
    padding-left: 4.21875vw;
    position: relative;
    left: auto;
  }
  .pageSouzoku .prefTopMainZone .secPlan .ttl h2:before {
    top: 3.90625vw;
  }
  .pageSouzoku .prefTopMainZone .secPlan .ttl h2:after {
    content: normal;
  }
  .pageSouzoku .prefTopMainZone .secPlan .ttl h2 img {
    width: 86.875vw;
    margin: 0;
    left: auto;
  }
  .pageSouzoku .prefTopMainZone .secPlan .sldBox {
    padding: 1.5625vw 5.78125vw 4.6875vw;
  }
  .pageSouzoku .prefTopMainZone .secPlan .sldBox .slick-arrow {
    width: 2.96875vw;
    height: 5.15625vw;
  }
  .pageSouzoku .prefTopMainZone .secPlan .sldBox .slick-arrow.slick-prev {
    left: -3.90625vw;
  }
  .pageSouzoku .prefTopMainZone .secPlan .sldBox .slick-arrow.slick-next {
    right: -3.90625vw;
  }
  .pageSouzoku .prefTopMainZone .secPlan .sldBox .item {
    padding: 0 0.78125vw;
  }
  .pageSouzoku .prefTopMainZone .secDiscus .in {
    padding: 0 15px;
  }
  .pageSouzoku .prefTopMainZone .secDiscus .in .txt {
    flex-direction: column;
  }
  .pageSouzoku .prefTopMainZone .secDiscus .in .txt h2 {
    width: 100%;
    padding: 10px;
  }
  .pageSouzoku .prefTopMainZone .secDiscus .in .txt h2:before {
    display: none;
    top: inherit;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: 0 auto;
    border-top: 8px solid #a10000;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
  }
  .pageSouzoku .prefTopMainZone .secDiscus .in .txt p {
    font-size: 1.6rem;
    margin-left: 0;
    margin-top: 15px;
  }
  .pageSouzoku .prefTopMainZone .secDiscus .in .pintLst {
    flex-direction: column;
  }
  .pageSouzoku .prefTopMainZone .secDiscus .in .pintLst li + li {
    margin-top: 10px;
  }
  .pageSouzoku .priceZone {
    padding: 30px 0;
  }
  .pageSouzoku .priceZone .inner .planBox .col1 {
    padding: 36px 16px 16px;
  }
  .pageSouzoku .priceZone .inner .planBox .col1 dl {
    flex-direction: column;
    align-items: center;
  }
  .pageSouzoku .priceZone .inner .planBox .col1 dl dt {
    font-size: 2.1rem;
  }
  .pageSouzoku .priceZone .inner .planBox .col1 dl dt:before {
    width: 74.4px;
    height: 68.8px;
    margin-right: 20px;
  }
  .pageSouzoku .priceZone .inner .planBox .col1 dl dd {
    margin-left: 0;
    margin-top: 12px;
    align-self: auto;
  }
  .pageSouzoku .priceZone .inner .planBox .col1 dl dd .num strong {
    font-size: 4.2rem;
    line-height: 1.19048em;
  }
  .pageSouzoku .priceZone .inner .planBox .col1 + .col3 {
    margin-top: 4.6875vw;
  }
  .pageSouzoku .priceZone .inner .planBox .col3 {
    margin-top: 0;
    flex-direction: column;
  }
  .pageSouzoku .priceZone .inner .planBox .col3 li {
    text-align: center;
    width: 100%;
  }
  .pageSouzoku .priceZone .inner .planBox .col3 li dl dt {
    font-size: 2.1rem;
  }
  .pageSouzoku .priceZone .inner .planBox .col3 li dl dd {
    font-size: 1.8rem;
  }
  .pageSouzoku .priceZone .inner .planBox .col3 li dl dd strong {
    font-size: 4.2rem;
  }
  .pageSouzoku .priceZone .inner .planBox .col3 li + li {
    margin-top: 4.6875vw;
  }
  .pageSouzoku .priceZone .inner .planBox + h3 {
    margin-top: 7.8125vw;
  }
  .pageSouzoku .priceZone .inner h3 {
    text-align: center;
  }
  .pageSouzoku .jijouZone .container .inner > p {
    padding: 0 4.6875vw;
  }
  .pageSouzoku .jijouZone .container .inner p {
    font-size: 3.75vw;
  }
  .pageSouzoku .jijouZone .container .inner p + p {
    margin-top: 4.6875vw;
  }
  .pageSouzoku .jijouZone .container .inner h2 + p {
    margin-top: 6.25vw;
  }
  .pageSouzoku .jijouZone .container .inner .u-ttl2 {
    font-size: 4.0625vw;
    margin: 7.03125vw 4.6875vw 0;
  }
  .pageSouzoku .jijouZone .container .inner .u-ttl2 + p {
    margin-top: 3.125vw;
  }
  .pageSouzoku .jijouZone .container .inner .u-ttl3 {
    font-size: 4.0625vw;
    margin: 5.46875vw 0 3.125vw;
    padding-left: 2.34375vw;
  }
  .pageSouzoku .jijouZone .container .inner .fbox {
    padding: 0;
  }
  .pageSouzoku .jijouZone .container .inner .fbox > li {
    width: 100%;
  }
  .pageSouzoku .jijouZone .container .inner .fbox > li + li {
    margin-top: 3.90625vw;
  }
  .pageSouzoku .expertZone .u-inner {
    padding: 30px 0;
  }
  .pageSouzoku .expertZone .u-ttl1 {
    font-size: 2.4rem;
    line-height: 1.3;
  }
  .pageSouzoku .expertZone .cards {
    display: block;
  }
  .pageSouzoku .expertZone .cards .u-card1 {
    width: auto;
    margin: 0 0 15px;
  }
  .pageSouzoku .expertZone .cards .u-card1 a .txt .info dt {
    padding: 0.5em 0;
  }
  .pageSouzoku .expertZone .cards .u-card1 a .txt .info dd {
    padding: 0.5em 0;
  }
  .pageSouzoku .expertZone .btn-box {
    margin: 30px 0;
  }
  .pageSouzoku .u-search {
    padding: 25px 0;
  }
  .pageSouzoku .u-search .spToggle em {
    border-radius: 5px;
    color: #1967ac;
  }
  .pageSouzoku .u-search .spToggle em:after {
    border-top: 3px solid #1967ac;
    border-right: 3px solid #1967ac;
  }
  .pageSouzoku .pg-pref-btnTel {
    margin-top: 15px;
  }
  .pageSouzoku .pg-pref-btnMail {
    margin-top: 15px;
  }
  .pageSankotsu .u-inner {
    padding: 30px 0;
  }
  .pageSankotsu .pg-pref-btnTel {
    margin-top: 15px;
  }
  .pageSankotsu .pg-pref-btnMail {
    margin-top: 15px;
  }
  .pageSankotsu .fixbtns .txt3 {
    display: none;
  }
  .pageSankotsu .fixbtns .txt4 {
    display: block;
  }
  .pageSankotsu .prefTopMainZone .in h1 {
    font-size: 1.8rem;
  }
  .pageSankotsu .prefTopMainZone .in h1 strong {
    font-size: 2.8rem;
  }
  .pageSankotsu .planZone .u-ttl1 + p {
    font-size: 1.6rem;
  }
  .pageSankotsu .planZone .u-box1 {
    margin-top: 6.25vw;
  }
  .pageSankotsu .planZone .planBox .planCont {
    flex-direction: column;
    padding-bottom: 3.75vw;
  }
  .pageSankotsu .planZone .planBox .planCont .img {
    height: inherit;
    margin: 0 auto;
  }
  .pageSankotsu .planZone .planBox .planCont .txt {
    width: 100%;
    margin-left: 0;
  }
  .pageSankotsu .planZone .planBox .planCont .txt dt {
    display: block;
    text-align: center;
  }
  .pageSankotsu .planZone .planBox .planCont .txt dt em {
    display: block;
    margin: 4.6875vw auto 0;
  }
  .pageSankotsu .planZone .planBox .planCont .txt dt strong {
    margin-left: 0;
    margin-bottom: 0;
    margin-left: 0.35714em;
  }
  .pageSankotsu .planZone .planBox .planCont .txt dd .lead {
    margin-top: 0.5em;
    font-size: 2rem;
  }
  .pageSankotsu .planZone .planBox .planCont .txt dd p {
    margin-top: 3.125vw;
  }
  .pageSankotsu .planZone .planBox .planCont + .planCont {
    padding-top: 3.75vw;
  }
  .pageSankotsu .optionZone h2 + p {
    font-size: 1.6rem;
  }
  .pageSankotsu .optionZone .u-box1 {
    margin-top: 6.25vw;
  }
  .pageSankotsu .optionZone .optBox .optCont {
    flex-direction: column;
  }
  .pageSankotsu .optionZone .optBox .optCont .img {
    margin: 0 auto;
  }
  .pageSankotsu .optionZone .optBox .optCont .txt {
    margin-left: 0;
    width: 100%;
  }
  .pageSankotsu .optionZone .optBox .optCont .txt dl dt {
    font-size: 1.8rem;
    margin: 3.75vw 0;
  }
  .pageSankotsu .optionZone .optBox .optCont .txt dl dd {
    font-size: 1.4rem;
  }
  .pageSankotsu .optionZone .optBox .optCont .txt dl dd + dd {
    margin-top: 3.75vw;
  }
  .pageSankotsu .optionZone .optBox .optCont + .optCont {
    margin-top: 3.75vw;
    padding-top: 5vw;
  }
  .pageSankotsu .pierZone .u-box1 {
    margin-top: 6.25vw;
  }
  .pageSankotsu .pierZone .u-col2 .u-box1 {
    width: 100%;
  }
  .pageSankotsu .pierZone .placeBox {
    flex-direction: column;
  }
  .pageSankotsu .pierZone .placeBox .img {
    min-width: 100%;
    margin: 0 auto;
  }
  .pageSankotsu .pierZone .placeBox .txt {
    width: 100%;
    margin-left: 0;
  }
  .pageSankotsu .pierZone .placeBox .txt h3 {
    font-size: 1.8rem;
    margin-top: 5vw;
    margin-bottom: 2.5vw;
  }
  .pageSankotsu .pierZone .placeBox .txt p {
    margin-bottom: 3.75vw;
    font-size: 1.4rem;
  }
  .pageSankotsu .pierZone .placeBox .txt dl {
    font-size: 1.4rem;
  }
  .pageSankotsu .pierZone .placeBox .txt dl dd.spWk {
    word-break: keep-all;
  }
  .pageSankotsu .pierZone .mapArea {
    margin-top: 5.625vw;
  }
  .pageSankotsu .bayZone .mapArea .u-inner {
    padding-bottom: 4.6875vw;
  }
  .pageSankotsu .bayZone .mapArea iframe {
    height: 300px;
  }
  .pageSankotsu .bayZone .mapArea .spotLst {
    margin-top: 4.6875vw;
  }
  .pageSankotsu .bayZone .mapArea .spotLst li {
    margin-bottom: 2%;
    padding: 2.34375vw 0 2.34375vw 2.34375vw;
    font-size: 1.4rem;
    width: 48%;
  }
  .pageSankotsu .bayZone .mapArea .note span {
    display: inline-block;
    padding: 0.5em 1em;
    letter-spacing: 0;
    width: inherit;
    height: inherit;
    margin: 2% auto 0;
  }
  .pageSankotsu .reportZone {
    font-size: 4.26667vw;
  }
  .pageSankotsu .reportZone .zoneLead {
    margin-bottom: 9.33333vw;
    font-size: 4.26667vw;
    text-align: left;
  }
  .pageSankotsu .reportZone .secKutikomi {
    border-radius: 2.66667vw;
    box-shadow: 0 1.33333vw 2.66667vw 0 rgba(40, 40, 40, 0.2);
  }
  .pageSankotsu .reportZone .secKutikomi .reportCont {
    padding: 4vw;
  }
  .pageSankotsu .reportZone .secKutikomi .reportCont > li + li {
    margin-top: 8vw;
  }
  .pageSankotsu .reportZone .secKutikomi .reportCont h3 {
    font-size: 3.75vw;
    flex-direction: column;
    text-align: center;
    padding: 0.625em 1.08333em;
  }
  .pageSankotsu .reportZone .secKutikomi .reportCont h3 .ttlBox {
    padding-right: 0;
  }
  .pageSankotsu .reportZone .secKutikomi .reportCont h3 .ttlBox span {
    display: inline-block;
  }
  .pageSankotsu .reportZone .secKutikomi .reportCont h3 .ttlBox .ttl {
    margin-top: 0.25em;
  }
  .pageSankotsu .reportZone .secKutikomi .reportCont h3 .ttlTag {
    font-size: 3.125vw;
    margin-top: 0.5em;
    border-radius: 1.6vw;
  }
  .pageSankotsu .reportZone .secKutikomi .reportCont .csValue {
    font-size: 3.75vw;
    margin-top: 2.66667vw;
  }
  .pageSankotsu .reportZone .secKutikomi .reportCont .csValue .u-stars {
    font-size: 3.75vw;
    padding-top: 0;
  }
  .pageSankotsu .reportZone .secKutikomi .reportCont .csValue + p {
    font-size: 3.75vw;
    margin-top: 2.34375vw;
  }
  .pageSankotsu .reportZone .secKutikomi .reportCont .commentBox {
    margin-top: 2.34375vw;
    padding: 3.125vw 3.90625vw;
  }
  .pageSankotsu .reportZone .secKutikomi .reportCont .commentBox h4 {
    font-size: 4.0625vw;
  }
  .pageSankotsu .reportZone .secKutikomi .reportCont .commentBox h4 + p {
    margin-top: 1.5625vw;
    font-size: 3.75vw;
  }
  .pageSankotsu .reportZone .secKutikomi .reportCont .planBox {
    display: block;
    margin-top: 2.66667vw;
    padding: 2.66667vw;
    border-radius: 2.66667vw;
  }
  .pageSankotsu .reportZone .secKutikomi .reportCont .planBox h4 {
    width: auto;
    text-align: center;
  }
  .pageSankotsu .reportZone .secKutikomi .reportCont .planBox h4 span {
    height: auto;
    padding: 1.5625vw;
    font-size: 4.8vw;
    border-radius: 1.06667vw;
  }
  .pageSankotsu .reportZone .secKutikomi .reportCont .planBox .txts {
    width: auto;
    padding: 2.34375vw 0 0;
  }
  .pageSankotsu .reportZone .secKutikomi .reportCont .planBox .txts .options {
    display: block;
    margin-top: 2.66667vw;
    font-size: 3.73333vw;
  }
  .pageSankotsu .reportZone .secKutikomi .reportCont .planBox .txts .options h6 {
    font-weight: bold;
  }
  .pageSankotsu .flowZone {
    font-size: 4.26667vw;
  }
  .pageSankotsu .flowZone .flowBox {
    display: block;
  }
  .pageSankotsu .flowZone .flowBox li {
    width: auto;
    padding: 6.66667vw 5.33333vw;
  }
  .pageSankotsu .flowZone .flowBox li + li {
    margin: 0.8vw 0 0;
    padding-top: 9.33333vw;
  }
  .pageSankotsu .flowZone .flowBox li + li:before {
    border-width: 4vw 4vw 0;
    border-color: #d1e9ff transparent transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
  }
  .pageSankotsu .flowZone .flowBox li h3 {
    min-height: 0;
    font-size: 5.86667vw;
  }
  .pageSankotsu .zenkokuAreaZone {
    font-size: 4.26667vw;
  }
  .pageSankotsu .zenkokuAreaZone:before {
    height: 96.26667vw;
  }
  .pageSankotsu .zenkokuAreaZone h2 {
    font-size: 9.6vw;
  }
  .pageSankotsu .zenkokuAreaZone .areaBox {
    padding: 1.33333vw 4vw;
    border-radius: 2.66667vw;
    box-shadow: 0 1.33333vw 2.66667vw 0 rgba(40, 40, 40, 0.1);
  }
  .pageSankotsu .zenkokuAreaZone .areaBox table {
    display: block;
    width: auto;
  }
  .pageSankotsu .zenkokuAreaZone .areaBox table th {
    padding: 5.33333vw 0;
    width: auto;
    padding: 4vw 0 1.33333vw;
  }
  .pageSankotsu .zenkokuAreaZone .areaBox table td {
    padding: 5.33333vw 0;
    padding: 0 0 4vw;
  }
  .pageSankotsu .zenkokuAreaZone .areaBox tbody {
    display: block;
  }
  .pageSankotsu .zenkokuAreaZone .areaBox tr {
    display: block;
  }
  .pageSankotsu .zenkokuAreaZone .areaBox th {
    display: block;
  }
  .pageSankotsu .zenkokuAreaZone .areaBox td {
    display: block;
  }
  .pageSankotsu .faqZone {
    font-size: 4.26667vw;
  }
  .pageSankotsu .faqZone .faqBox dt {
    font-size: 1.8rem;
    padding: 5.33333vw 8vw 5.33333vw 0;
  }
  .pageSankotsu .faqZone .faqBox dt:after {
    width: 4.26667vw;
    height: 4.26667vw;
    border-bottom-width: 0.8vw;
    border-right-width: 0.8vw;
    transform: translate(-1.06667vw, -1.06667vw) rotate(45deg);
  }
  .pageSankotsu .faqZone .faqBox dt.open:after {
    transform: translate(-1.06667vw, 1.33333vw) rotate(-135deg);
  }
  .pageSankotsu .faqZone .faqBox dd {
    padding-bottom: 8vw;
  }
  .pageObousan .prefTopMainZone .infoHead {
    line-height: inherit;
    font-size: 1.4rem;
    padding: 0.5em 15px;
  }
  .pageObousan .prefTopMainZone .secMain {
    background: url("../img/pref_obousan/main/bg_wrap_sp.png") center top no-repeat #f1f5e9;
    background-size: cover;
    padding: 4.6875vw 2.34375vw 6.25vw 28.90625vw;
  }
  .pageObousan .prefTopMainZone .secMain .in {
    max-width: none;
  }
  .pageObousan .prefTopMainZone .secMain .ttl {
    margin-bottom: 3.125vw;
    font-size: 4.0625vw;
    line-height: 1.34615;
  }
  .pageObousan .prefTopMainZone .secMain .ttl strong {
    font-size: 1.15385em;
  }
  .pageObousan .prefTopMainZone .secMain .btnTel a {
    display: block;
    width: auto;
  }
  .pageObousan .prefTopMainZone .secPlan .ttl {
    width: auto;
    margin-top: -3.90625vw;
    position: static;
  }
  .pageObousan .prefTopMainZone .secPlan .ttl h2 {
    width: auto;
    padding-left: 4.21875vw;
    position: relative;
    left: auto;
  }
  .pageObousan .prefTopMainZone .secPlan .ttl h2:before {
    top: 3.90625vw;
  }
  .pageObousan .prefTopMainZone .secPlan .ttl h2:after {
    content: normal;
  }
  .pageObousan .prefTopMainZone .secPlan .ttl h2 img {
    width: 86.875vw;
    margin: 0;
    left: auto;
  }
  .pageObousan .prefTopMainZone .secPlan .sldBox {
    padding: 1.5625vw 5.78125vw 4.6875vw;
  }
  .pageObousan .prefTopMainZone .secPlan .sldBox .slick-arrow {
    width: 2.96875vw;
    height: 5.15625vw;
  }
  .pageObousan .prefTopMainZone .secPlan .sldBox .slick-arrow.slick-prev {
    left: -3.90625vw;
  }
  .pageObousan .prefTopMainZone .secPlan .sldBox .slick-arrow.slick-next {
    right: -3.90625vw;
  }
  .pageObousan .prefTopMainZone .secPlan .sldBox .item {
    padding: 0 0.78125vw;
  }
  .pageObousan .prefTopMainZone .secDiscus .in {
    padding: 0 15px;
  }
  .pageObousan .prefTopMainZone .secDiscus .in .txt {
    flex-direction: column;
  }
  .pageObousan .prefTopMainZone .secDiscus .in .txt h2 {
    width: 100%;
    padding: 10px;
    font-size: 1.6rem;
    padding: 0px;
  }
  .pageObousan .prefTopMainZone .secDiscus .in .txt h2:before {
    display: none;
    top: inherit;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: 0 auto;
    border-top: 8px solid #a10000;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
  }
  .pageObousan .prefTopMainZone .secDiscus .in .txt p {
    font-size: 1.6rem;
    margin-left: 0;
    margin-top: 15px;
  }
  .pageObousan .prefTopMainZone .secDiscus .in .pintLst {
    flex-direction: column;
    margin-top: 2vw;
  }
  .pageObousan .prefTopMainZone .secDiscus .in .pintLst li + li {
    margin-top: 10px;
  }
  .pageObousan .priceZone {
    padding: 30px 0;
  }
  .pageObousan .priceZone .inner .planBox .col1 {
    padding: 36px 16px 16px;
  }
  .pageObousan .priceZone .inner .planBox .col1 dl {
    flex-direction: column;
    align-items: center;
  }
  .pageObousan .priceZone .inner .planBox .col1 dl dt {
    font-size: 2.1rem;
  }
  .pageObousan .priceZone .inner .planBox .col1 dl dt:before {
    width: 74.4px;
    height: 68.8px;
    margin-right: 20px;
  }
  .pageObousan .priceZone .inner .planBox .col1 dl dd {
    margin-left: 0;
    margin-top: 12px;
    align-self: auto;
  }
  .pageObousan .priceZone .inner .planBox .col1 dl dd .num strong {
    font-size: 4.2rem;
    line-height: 1.19048em;
  }
  .pageObousan .priceZone .inner .planBox .col1 + .col3 {
    margin-top: 4.6875vw;
  }
  .pageObousan .priceZone .inner .planBox .col3 {
    margin-top: 0;
    flex-direction: column;
  }
  .pageObousan .priceZone .inner .planBox .col3 li {
    text-align: center;
    width: 100%;
  }
  .pageObousan .priceZone .inner .planBox .col3 li dl dt {
    font-size: 2.1rem;
  }
  .pageObousan .priceZone .inner .planBox .col3 li dl dd {
    font-size: 1.8rem;
  }
  .pageObousan .priceZone .inner .planBox .col3 li dl dd strong {
    font-size: 4.2rem;
  }
  .pageObousan .priceZone .inner .planBox .col3 li + li {
    margin-top: 4.6875vw;
  }
  .pageObousan .priceZone .inner .planBox + h3 {
    margin-top: 7.8125vw;
  }
  .pageObousan .priceZone .inner h3 {
    text-align: center;
  }
  .pageObousan .jijouZone .container .inner > p {
    padding: 0 4.6875vw;
  }
  .pageObousan .jijouZone .container .inner p {
    font-size: 3.75vw;
  }
  .pageObousan .jijouZone .container .inner p + p {
    margin-top: 4.6875vw;
  }
  .pageObousan .jijouZone .container .inner h2 + p {
    margin-top: 6.25vw;
  }
  .pageObousan .jijouZone .container .inner .u-ttl2 {
    font-size: 4.0625vw;
    margin: 7.03125vw 4.6875vw 0;
  }
  .pageObousan .jijouZone .container .inner .u-ttl2 + p {
    margin-top: 3.125vw;
  }
  .pageObousan .jijouZone .container .inner .u-ttl3 {
    font-size: 4.0625vw;
    margin: 5.46875vw 0 3.125vw;
    padding-left: 2.34375vw;
  }
  .pageObousan .jijouZone .container .inner .fbox {
    padding: 0;
  }
  .pageObousan .jijouZone .container .inner .fbox > li {
    width: 100%;
  }
  .pageObousan .jijouZone .container .inner .fbox > li + li {
    margin-top: 3.90625vw;
  }
  .pageObousan .expertZone .u-inner {
    padding: 30px 0;
  }
  .pageObousan .expertZone .u-ttl1 {
    font-size: 2.4rem;
    line-height: 1.3;
  }
  .pageObousan .expertZone .cards {
    display: block;
  }
  .pageObousan .expertZone .cards .u-card1 {
    width: auto;
    margin: 0 0 15px;
  }
  .pageObousan .expertZone .cards .u-card1 a .txt .info dt {
    padding: 0.5em 0;
  }
  .pageObousan .expertZone .cards .u-card1 a .txt .info dd {
    padding: 0.5em 0;
  }
  .pageObousan .expertZone .btn-box {
    margin: 30px 0;
  }
  .pageObousan .u-search {
    padding: 25px 0;
  }
  .pageObousan .u-search h2 {
    font-size: 1.6rem;
  }
  .pageObousan .u-search .spToggle em {
    border-radius: 5px;
    color: #5d456c;
  }
  .pageObousan .u-search .spToggle em:after {
    border-top: 3px solid #5d456c;
    border-right: 3px solid #5d456c;
  }
  .pageObousan .pg-pref-btnTel {
    margin-top: 15px;
  }
  .pageObousan .pg-pref-btnMail {
    margin-top: 15px;
  }
  .pageObousan .u-ttl1 span {
    font-size: 2rem;
  }
  .pageObousan .prefTopInfoZone {
    padding: 4vw;
    font-size: 1.3rem;
  }
  .pageObousan .prefTopInfoZone section .cont-title {
    font-size: 1.7rem;
    padding: 15px 5px 10px 60px;
  }
  .pageObousan .prefTopInfoZone section .cont-title:before {
    width: 42px;
    height: 48px;
    background-size: 100%;
    left: 3vw;
  }
  .pageObousan .prefTopInfoZone section .cont-bg {
    padding: 3vw;
  }
  .pageObousan .prefTopInfoZone section .cont-bg h4 {
    font-size: 1.6rem;
  }
  .pageObousan .prefTopInfoZone section .cont-bg h5 {
    font-size: 1.6rem;
  }
  .pageObousan .prefTopInfoZone section .cont-bg .houyou {
    justify-content: space-between;
  }
  .pageObousan .prefTopInfoZone section .cont-bg .houyou li {
    width: 49%;
    margin: 0 0 2% 0;
    font-size: 1.3rem;
    padding: 0.5em;
  }
  .pageObousan .prefTopInfoZone section .waku dt {
    font-size: 1.8rem;
  }
  .pageObousan .prefTopInfoZone section .waku dd {
    font-size: 1.6rem;
  }
  .pageObousan .prefTopInfoZone section .waku dd .price {
    font-size: 2.5rem;
  }
  .pageObousan .prefTopInfoZone section .waku dd.kaimyou ul {
    display: block;
  }
  .pageObousan .prefTopInfoZone section .waku dd.kaimyou ul li {
    width: 100%;
    padding: 0 0 0.5em 0;
  }
  .pageObousan .prefTopInfoZone section .waku dd.kaimyou ul li .label {
    font-size: 1.1rem;
  }
  .pageObousan .prefTopInfoZone section .waku dd.kaimyou ul li .price {
    font-size: 1.6rem;
  }
  .pageObousan .prefTopInfoZone section .col3 {
    display: block;
  }
  .pageObousan .prefTopInfoZone section .col3 .waku {
    width: 100%;
  }
  .pageObousan .prefTopInfoZone section .column-bg .column-title {
    font-size: 1.4rem;
  }
  .pageObousan .prefTopInfoZone section .column-bg .column-title2 {
    font-size: 1.4rem;
  }
  .pageObousan .prefTopInfoZone section .column-bg .column-title3 {
    font-size: 1.4rem;
  }
  .pageObousan .prefTopInfoZone .support-ct {
    padding: 12px;
  }
  .pageObousan .prefTopInfoZone .support-ct .support-box dt {
    flex-direction: column;
    font-size: 1.8rem;
  }
  .pageObousan .prefTopInfoZone .support-ct .support-box dt .support-big {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 0.5em;
  }
  .pageObousan .prefTopInfoZone .voice-box {
    display: block;
  }
  .pageObousan .prefTopInfoZone .voice-box .voice-img {
    width: 30%;
    float: right;
    margin: 0 0 3% 3%;
  }
  .pageObousan .prefTopInfoZone .voice-box .voice-text {
    width: 100%;
  }
  .pageObousan .prefTopInfoZone .voice-box .voice-text .voice-title {
    font-size: 1.5rem;
  }
  .pageObousan .prefTopInfoZone .qanda-cont .qa-bg dt {
    font-size: 1.6rem;
  }
  .pageObousan .prefTopInfoZone .qanda-cont .qa-bg dd:before {
    font-size: 1.6rem;
  }
  .pageIhin .prefTopMainZone .secMain {
    background-image: url(../img/ihinseiri/preftop/bg_wrap_sp.jpg?v2);
  }
  .pageIhin .banner-block li {
    margin: 0 1%;
  }
  .pageIhin .pageTop .mapZone .partSearch .container {
    display: block;
  }
  .pageIhin .pageTop .mapZone .partSearch .container form {
    margin-left: 0;
  }
  .pageIhin .pageTop .prefTopMainZone .secMain.withPrize {
    background-size: cover;
    background-position: left;
  }
  .pageIhin .pageTop .prefTopMainZone .secMain {
    background: url("../img/ihinseiri/preftop/bg_wrap_sp.png?v2") center top no-repeat #f1f5e9;
    background-size: cover;
    padding: 4.6875vw 2.34375vw 2.96875vw 28.90625vw;
    background: url("../img/ihinseiri/top/bg_wrap_sp.png?v2") center top no-repeat #f1f5e9;
    background-size: cover;
    padding: 4.6875vw 2.34375vw 6.25vw 28.90625vw;
  }
  .pageIhin .pageTop .prefTopMainZone .secMain .iconNhk {
    left: -27vw;
    width: 12vw;
    top: 0vw;
    margin-left: 0px;
  }
  .pageIhin .pageTop .prefTopMainZone .secMain .in {
    max-width: none;
    max-width: none;
  }
  .pageIhin .pageTop .prefTopMainZone .secMain .ttl {
    margin-bottom: 3.125vw;
    font-size: 4.0625vw;
    line-height: 1.34615;
    margin-bottom: 3.125vw;
    font-size: 4.0625vw;
    line-height: 1.34615;
  }
  .pageIhin .pageTop .prefTopMainZone .secMain .ttl strong {
    font-size: 1.15385em;
    font-size: 1.15385em;
  }
  .pageIhin .pageTop .prefTopMainZone .secMain .btnTel a {
    display: block;
    width: auto;
    display: block;
    width: auto;
  }
  .pageIhin .pageTop .mapBlock .mapTxtBox {
    left: -15px;
  }
  .pageIhin .pageTop .secDiscus .in {
    padding: 0 15px;
  }
  .pageIhin .pageTop .secDiscus .in .txt {
    flex-direction: column;
  }
  .pageIhin .pageTop .secDiscus .in .txt h2 {
    width: 100%;
    padding: 10px;
  }
  .pageIhin .pageTop .secDiscus .in .txt h2:before {
    display: none;
    top: inherit;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: 0 auto;
    border-top: 8px solid #a10000;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
  }
  .pageIhin .pageTop .secDiscus .in .txt p {
    font-size: 1.6rem;
    margin-left: 0;
    margin-top: 15px;
  }
  .pageIhin .pageTop .secDiscus .in .pintLst {
    flex-direction: column;
  }
  .pageIhin .pageTop .secDiscus .in .pintLst li + li {
    margin-top: 10px;
  }
  .pageIhin .fixbtns .txt4 .secDiscus .in .pintLst li + li {
    display: block;
  }
  .pageIhin .tb-in {
    padding: 15px;
  }
  .pageIhin .tb-in table {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1100px) {
  .prefTopMainZone .secMain .ttl {
    font-size: 3.63636vw;
  }
  .pageSouzoku .prefTopMainZone .secMain .ttl {
    font-size: 3.63636vw;
  }
  .pageSouzoku .prefTopMainZone .secMain .btnTel a {
    width: 56.3%;
  }
  .pageObousan .prefTopMainZone .secMain .ttl {
    font-size: 3.63636vw;
  }
  .pageObousan .prefTopMainZone .secMain .btnTel a {
    width: 56.3%;
  }
  .pageIhin .pageTop .prefTopMainZone .secMain .ttl {
    font-size: 3.63636vw;
    font-size: 3.63636vw;
  }
  .pageIhin .pageTop .prefTopMainZone .secMain .btnTel a {
    width: 56.3%;
    width: 56.3%;
  }
}
@media screen and (max-width: 1208px) {
  .prefTopMainZone .secPlan .ttl h2 {
    width: 630px;
    margin: 0;
    right: auto;
  }
  .pageSouzoku .prefTopMainZone .secPlan .ttl h2 {
    width: 630px;
    margin: 0;
    right: auto;
  }
  .pageObousan .prefTopMainZone .secPlan .ttl h2 {
    width: 630px;
    margin: 0;
    right: auto;
  }
}
@media screen and (min-width: 992px) {
  .pageIhin .pageTop .mapZone .partMain .txts h2 + p {
    font-size: 2.2rem;
  }
  .pageIhin .pageTop .mapBlock {
    right: -5px;
  }
  .pageIhin .pageTop .mapBlock .mapTxtBox {
    left: 5px;
    top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .pageIhin .pageTop .mapZone .partMain .txts h2 + p {
    font-size: 2.5rem;
  }
  .pageIhin .pageTop .mapBlock .mapTxtBox {
    left: -40px;
    top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .pageIhin .pageTop .mapZone .partMain .txts h2 + p {
    font-size: 2rem;
  }
}
.u-title-block.isType2 {
  background: url(../img/pref/main/bg_wrap.jpg) center top no-repeat #f3edec;
}/*# sourceMappingURL=preftop.css.map */