/* Contents */
#wrapper {
  margin: -20px auto 0;
  max-width: 1100px;
  width: auto;
  position: relative;
  padding-bottom: 120px;
}

.bread {
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0;
  padding: 20px 10px 10px;
}
.bread li {
  display: inline-block;
  letter-spacing: 0.05em;
  font-size: 0.88rem;
  line-height: 1.2;
  vertical-align: middle;
  position: relative;
  padding: 0 20px 10px 0;
}
.bread li:not(:first-child) {
  padding-left: 20px;
}
.bread li:not(:first-child):before {
  content: "";
  width: 4px;
  height: 8px;
  background: url(../img/ico_bread.svg) no-repeat left top;
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
  left: 0;
  top: 4px;
}

#contents {
  background: #ffffff;
  border-radius: 20px;
  line-height: 1.8;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 100px;
}

.contentsIn {
  max-width: 840px;
  width: auto;
  margin: 0 auto;
}

.contentsHead {
  width: 100%;
  position: relative;
  margin-bottom: 60px;
  text-align: center;
  padding-top: 100px;
}

.contentsHead-category {
  padding-top: 59px;
}

.contentsCategory {
  font-size: 1.25rem;
  text-align: center;
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
}
.contentsCategory .s {
  font-size: 0.88rem;
}
.contentsCategory .l {
  font-size: 1.38rem;
}

.contentsCategoryCharge {
  margin-left: 38px;
}

.contentsCategoryCharge:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: -38px;
  top: 50%;
  margin-top: -15px;
  background: url(../img/ico_charge_or.svg) no-repeat left top;
  -webkit-background-size: contain;
          background-size: contain;
}

.contentsCategoryBenefit {
  margin-left: 38px;
}

.contentsCategoryBenefit:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: -38px;
  top: 50%;
  margin-top: -15px;
  background: url(../img/ico_benefit_or.svg) no-repeat left top;
  -webkit-background-size: contain;
          background-size: contain;
}

.contentsCategoryContract {
  margin-left: 38px;
}

.contentsCategoryContract:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: -38px;
  top: 50%;
  margin-top: -15px;
  background: url(../img/ico_contract_or.svg) no-repeat left top;
  -webkit-background-size: contain;
          background-size: contain;
}

.contentsCategoryIntroduction {
  margin-left: 28px;
}

.contentsCategoryIntroduction:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: -28px;
  top: 50%;
  margin-top: -15px;
  background: url(../img/ico_introduction_or.svg) no-repeat left top;
  -webkit-background-size: contain;
          background-size: contain;
}

.contentsTtl {
  font-size: 2.13rem;
  line-height: 1.2;
  text-align: center;
  position: relative;
  padding-bottom: 25px;
}
.contentsTtl .small {
  font-size: 1rem;
  line-height: 1.4;
  display: block;
  margin-bottom: 5px;
}
.contentsTtl .small.-mt {
  margin-bottom: 0;
  margin-top: 5px;
}
.contentsTtl .small.-inline {
  display: inline;
}

.contentsTtl:before {
  content: "";
  width: 56px;
  height: 6px;
  border-radius: 3px;
  background: #ff7800;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -28px;
}

.contentsRead {
  font-size: 1.25rem;
  line-height: 1.6;
  text-align: center;
  padding-top: 22px;
}
.contentsRead .small {
  font-size: 0.75rem;
}

.contentsReadS {
  font-size: 0.88rem;
  line-height: 1.4;
  text-align: center;
  margin-top: 5px;
}

.contentsReadAnchor {
  margin-top: 5px;
}

.contentsAlert {
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #cb0000;
  padding: 30px;
  text-align: left;
  background: #ffefef;
  margin-top: 30px;
}
.contentsAlert.-centerPC {
  text-align: center;
}

.contentsAlertTxt {
  font-size: 1.13rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #cb0000;
}
.contentsAlertTxt > a {
  color: #cb0000;
  text-decoration: underline;
}

.contentsNav {
  width: 100%;
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0;
  padding-bottom: 3px;
}
.contentsNav li {
  width: 32%;
  height: 90px;
  margin-left: 2%;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  font-size: 1.13rem;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
}
.contentsNav li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 32px;
  padding-right: 4%;
  background: #f0f0f0;
  -webkit-box-shadow: 0px 3px 0px #b2b2b2;
          box-shadow: 0px 3px 0px #b2b2b2;
  border-radius: 20px;
  color: #333333;
}
.contentsNav li a:hover {
  text-decoration: none;
}
.contentsNav li .fas {
  color: #000000;
  font-size: 1.13rem;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
  letter-spacing: normal;
}
.contentsNav li:first-child {
  margin-left: 0;
}
.contentsNav li.colTwo a {
  padding-top: 19px;
}

.col {
  margin-top: 60px;
}

.head01A {
  font-size: 1.5rem;
  line-height: 1.2;
  position: relative;
  margin-bottom: 45px;
}
.head01A .small {
  font-size: 0.88rem;
  font-weight: normal;
  margin-left: 20px;
}
.head01A.-center {
  text-align: center;
}
.head01A.-center:before {
  left: calc(50% - 20px);
}

.head01A:before {
  content: "";
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background: #ff7800;
  position: absolute;
  bottom: -15px;
  left: 0;
}

.head01B {
  margin: 0 auto 45px auto;
  text-align: center;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.2;
  position: relative;
}
.head01B .small {
  font-size: 0.88rem;
  font-weight: normal;
  margin-left: 20px;
}

.head01B:before {
  content: "";
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background: #ff7800;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -20px;
}

.head02A {
  display: block;
  font-size: 1.25rem;
  line-height: 1.2;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.head02A .small {
  font-size: 0.88rem;
  font-weight: normal;
}

.head02A-alert {
  position: relative;
  padding-left: 30px;
}

.head02A-alert:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../img/ico_alert.svg) no-repeat left center;
  -webkit-background-size: contain;
          background-size: contain;
  left: 5px;
  top: 50%;
  margin-top: -15px;
}

.head02B {
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.2;
  border-bottom: 2px solid #333;
  padding-bottom: 8px;
}
.head02B .small {
  font-size: 0.88rem;
}

.head02B-alert {
  position: relative;
  padding-left: 30px;
}

.head02B-alert:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../img/ico_alert.svg) no-repeat left center;
  -webkit-background-size: contain;
          background-size: contain;
  left: 5px;
  top: 50%;
  margin-top: -14px;
}

.head03A {
  font-size: 1.13rem;
  line-height: 1.2;
  position: relative;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}

.head03A:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -5px;
  border-radius: 50%;
  background: #000;
}

.head03B {
  font-size: 1.13rem;
  line-height: 1.2;
  position: relative;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}

.head03B:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -5px;
  background: url(../img/icon_circle_orange.svg) no-repeat left top;
  -webkit-background-size: contain;
          background-size: contain;
}

.head03C {
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  font-size: 1.13rem;
  line-height: 1.2;
  border-bottom: 2px solid #333;
  padding-bottom: 6px;
}
.head03C .small {
  font-size: 0.75rem;
}

.contentsTxt {
  font-size: 1rem;
}
.contentsTxt .small {
  font-size: 0.75rem;
}

.tabNavOuter {
  width: 100%;
  position: relative;
}

.tabNavScroll {
  width: 100%;
  position: relative;
}

.tabNav {
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0;
  border-bottom: 3px solid #ff7800;
}
.tabNav li {
  display: inline-block;
  letter-spacing: 0.05em;
  vertical-align: bottom;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  min-width: 174px;
  text-align: center;
  margin-left: 5px;
}
.tabNav li a {
  display: block;
  background: #f0f0f0;
  padding: 15px 0;
  border-radius: 20px 20px 0 0;
  color: #333;
  position: relative;
}
.tabNav li a i {
  display: none;
}
.tabNav li a:hover {
  text-decoration: none;
}
.tabNav li:first-child {
  margin-left: 0;
}
.tabNav li.active a {
  background: #ff7800;
  color: #ffffff;
}
.tabNav li.active a:hover {
  opacity: 1;
  cursor: default;
}

.tabContents {
  margin-top: 30px;
}
.tabContents > li {
  display: none;
}
.tabContents > li.active {
  display: block;
}

.arDown {
  position: relative;
  margin-bottom: 60px;
}

.arDown:before {
  content: "";
  width: 48px;
  height: 18px;
  background: url(../img/ar_d_g.svg) no-repeat left top;
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
  left: 50%;
  bottom: -42px;
  margin-left: -24px;
}

.arRight {
  position: relative;
  margin-right: 40px;
}

.arRight:before {
  content: "";
  width: 12px;
  height: 18px;
  background: url(../img/ar_r_b.svg) no-repeat left top;
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
  right: -27px;
  top: 50%;
  margin-top: -9px;
}

.kakomi {
  border: 2px solid #f0f0f0;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.indexList {
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0;
  text-align: center;
  margin-top: -60px;
}
.indexList .head02B {
  letter-spacing: 0.05em;
}
.indexList .parents {
  display: inline-block;
  text-align: center;
  margin-top: 60px;
}
.indexList .parents.mr {
  margin-right: 30px;
}
.indexList .indexListIn .child {
  display: inline-block;
  text-align: center;
}
.indexList .indexListIn .child.mr {
  margin-right: 30px;
}

.indexListBtn {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 420px;
  padding: 20px;
  background: #ffed76;
  -webkit-box-shadow: 0 3px 0 #c5b85f;
          box-shadow: 0 3px 0 #c5b85f;
  border-radius: 20px;
  text-align: left;
  margin-top: 30px;
  position: relative;
}
.indexListBtn i {
  position: absolute;
  font-size: 1.25rem;
  color: #000000;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  letter-spacing: normal;
}

.indexListBtnImg {
  width: 120px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.indexListBtnTxtOuter {
  display: inline-block;
  vertical-align: middle;
  width: 220px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  text-decoration: none;
  color: #333;
}

.indexListBtnTtl {
  font-size: 1.13rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0;
}
.indexListBtnTtl.-kakko {
  text-indent: -0.5em;
}
.indexListBtnTtl.-lt01 {
  letter-spacing: -0.1em;
}

.indexListBtnTxt {
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0;
  margin-top: 5px;
}

.responsiveTable {
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0;
  margin: -20px 0 0 1px;
}
.responsiveTable .tableRow {
  display: inline-block;
  letter-spacing: 0.05em;
  vertical-align: center;
  background: #b3b3b3;
  padding: 1px;
  margin-left: -1px;
  margin-top: 20px;
}
.responsiveTable .tableCol {
  background: #ffffff;
  margin-top: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.88rem;
  letter-spacing: 0.05em;
  padding: 8px;
  text-align: center;
}
.responsiveTable .tableCol:first-child {
  margin-top: 0;
}
.responsiveTable .tableTh {
  background: #f0f0f0;
}

.contentsTable {
  border-top: 1px solid #b3b3b3;
  border-left: 1px solid #b3b3b3;
  border-collapse: collapse;
}
.contentsTable tr {
  vertical-align: top;
}
.contentsTable th, .contentsTable td {
  border-right: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-weight: normal;
  vertical-align: middle;
  text-align: center;
  font-size: 0.88rem;
  letter-spacing: 0.05em;
  padding: 10px;
}
.contentsTable th {
  background: #f0f0f0;
}

.toggleBtn {
  position: relative;
  cursor: pointer;
}
.toggleBtn.-toggleSp:before {
  display: none;
}
.toggleBtn.-toggleSp + .toggleBody {
  display: block;
}
.toggleBtn.-toggleSp + .toggleBody.-isIb {
  display: inline-block;
}

.toggleBtn:before {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../img/ico_toggle.svg) no-repeat center top #000;
  -webkit-background-size: 100% 200%;
          background-size: 100% 200%;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -11px;
}

.toggleBtn.open:before {
  background-position: center bottom;
}

.btnTwo {
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0;
}
.btnTwo li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  max-width: 370px;
  width: 46%;
  height: 80px;
}
.btnTwo li a {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffed76;
  -webkit-box-shadow: 0 3px 0 #c5b85f;
          box-shadow: 0 3px 0 #c5b85f;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  color: #333;
  font-weight: bold;
  text-decoration: none;
}
.btnTwo li a:hover {
  text-decoration: none;
}
.btnTwo li:first-child {
  margin-right: 20px;
}

.btnTwoS {
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0;
  width: 100%;
}
.btnTwoS li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 325px;
  height: 80px;
}
.btnTwoS li a {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffed76;
  -webkit-box-shadow: 0 3px 0 #c5b85f;
          box-shadow: 0 3px 0 #c5b85f;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  color: #333;
  font-weight: bold;
  text-decoration: none;
}
.btnTwoS li a:hover {
  text-decoration: none;
}
.btnTwoS li:first-child {
  margin-right: 20px;
}

.btnS {
  width: 100%;
  max-width: 540px;
  height: 80px;
  text-align: center;
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffed76;
  -webkit-box-shadow: 0 3px 0 #c5b85f;
          box-shadow: 0 3px 0 #c5b85f;
  border-radius: 20px;
  color: #333;
  font-weight: bold;
  text-decoration: none;
}

.btnS:hover {
  text-decoration: none;
}

.btnBack {
  width: 100%;
  max-width: 540px;
  height: 60px;
  text-align: center;
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffed76;
  -webkit-box-shadow: 0 3px 0 #c5b85f;
          box-shadow: 0 3px 0 #c5b85f;
  border-radius: 20px;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  margin: 0 auto;
  font-size: 1.13rem;
  padding-top: 14px;
}
.btnBack .fas {
  color: #000000;
  font-size: 1.13rem;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -9px;
  letter-spacing: normal;
}

.btnBack:hover {
  text-decoration: none;
}

.btnL {
  width: 100%;
  max-width: 670px;
  height: 80px;
  text-align: center;
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffed76;
  -webkit-box-shadow: 0 3px 0 #c5b85f;
          box-shadow: 0 3px 0 #c5b85f;
  border-radius: 20px;
  color: #333;
  font-weight: bold;
  text-decoration: none;
}

.btnL:hover {
  text-decoration: none;
}

.notes li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.88rem;
  line-height: 1.6;
}

.btnEntry {
  width: 100%;
  max-width: 670px;
  height: 80px;
  text-align: center;
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../../cmn/img/entry_ico.png) no-repeat 8% top #00b895;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-box-shadow: 0 3px 0 #00725d;
          box-shadow: 0 3px 0 #00725d;
  border-radius: 20px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

.btnEntry:hover {
  text-decoration: none;
}

.notesBtm {
  background: #f0f0f0;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
}
.notesBtm.-center {
  text-align: center;
}
.notesBtm ul {
  text-align: left;
}
.notesBtm li.parent {
  font-size: 0.88rem;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 10px;
}
.notesBtm li.parent:first-child {
  margin-top: 0;
}
.notesBtm .child li {
  font-size: 0.88rem;
  padding-left: 1em;
  text-indent: -1em;
}

.notesBtmRead {
  font-size: 0.88rem;
  letter-spacing: 0.05em;
  margin: 25px 0;
  text-align: left;
}

.contact {
  margin-top: 30px;
  border: 2px solid #f0f0f0;
  border-radius: 10px;
  padding: 30px;
}

.contactIn {
  width: 100%;
  margin: 0 auto;
  display: table;
}

.contactTtl {
  display: table-cell;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 91px;
  vertical-align: top;
}
.contactTtl h3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.13rem;
  line-height: 1.2;
  font-weight: normal;
  background: #82c03e;
  border-radius: 46px;
  height: 91px;
  width: 91px;
  text-align: center;
  padding-top: 23px;
}

.contactCol {
  display: table-cell;
  letter-spacing: normal;
  padding-left: 20px;
  vertical-align: top;
}
.contactCol .ttl {
  font-size: 1rem;
}
.contactCol .tel {
  margin-top: 5px;
}
.contactCol .num {
  display: block;
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
  position: relative;
  padding-left: 52px;
}
.contactCol .num:before {
  content: "";
  width: 49px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -13px;
  background: url(../img/ico_freedial.svg) no-repeat left top;
  -webkit-background-size: cover;
          background-size: cover;
}
.contactCol .txt {
  display: block;
  padding-top: 5px;
}
.contactCol .txt p {
  font-size: 0.88rem;
}
.contactCol .notes {
  margin-top: 5px;
}
.contactCol .notes li {
  font-size: 0.75rem;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.colAreachoiceLoader {
  -webkit-animation: rotate 0.8s linear infinite;
          animation: rotate 0.8s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

.colAreachoiceCol {
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes wave {
  100% {
    background-position: -100% 0;
  }
}

@keyframes wave {
  100% {
    background-position: -100% 0;
  }
}
.colAreachoiceIn {
  background: url(/denki/cmn/img/bg_border.svg) repeat -20px #f0f0f0;
  -webkit-background-size: 140px auto;
          background-size: 140px auto;
  border-radius: 20px;
  width: 100%;
  height: 0;
  padding-top: 56%;
  position: relative;
}

.colAreachoiceHead {
  width: 60.357%;
  position: absolute;
  left: 5%;
  top: 10%;
}

.colAreachoiceHead01 {
  display: block;
  width: 60.15%;
}

.colAreachoiceHeadPc {
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0;
  display: block;
  width: 100%;
  margin-top: 15px;
}

.colAreachoiceHead02 {
  display: inline-block;
  vertical-align: top;
  width: 55.424%;
}

.colAreachoiceHead03 {
  display: inline-block;
  vertical-align: top;
  width: 42.8%;
  margin-left: 1.4%;
}

.colAreachoiceMap {
  position: absolute;
  left: 9.3575%;
  top: 13%;
  width: 79.285%;
  height: 0;
  padding-top: 40%;
  z-index: 1;
}
.colAreachoiceMap svg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-filter: drop-shadow(8px 8px 0 #e8e8e8);
          filter: drop-shadow(8px 8px 0 #e8e8e8);
  fill: #ffffff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-box: fill-box;
}
.colAreachoiceMap svg use {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.colAreachoiceMap svg .areaChoiceActive {
  pointer-events: fill;
  cursor: pointer;
  fill-opacity: 0;
}
.colAreachoiceMap svg .kansaiPref {
  fill: #e8cba6;
}
.colAreachoiceMap svg .kansaiPref.hover {
  fill: #ffbe41;
}
.colAreachoiceMap svg .chubuPref {
  fill: #b4d7a8;
}
.colAreachoiceMap svg .chubuPref.hover {
  fill: #ffbe41;
}
.colAreachoiceMap svg .kantoPref {
  fill: #e0d991;
}
.colAreachoiceMap svg .kantoPref.hover {
  fill: #ffbe41;
}
.colAreachoiceMap svg .tohokuPref {
  fill: #c7d4e1;
}
.colAreachoiceMap svg .tohokuPref.hover {
  fill: #ffbe41;
}
.colAreachoiceMap svg .shikokuPref {
  fill: #e6c6d8;
}
.colAreachoiceMap svg .shikokuPref.hover {
  fill: #ffbe41;
}
.colAreachoiceMap svg .kyusyuPref {
  fill: #ebb8b8;
}
.colAreachoiceMap svg .kyusyuPref.hover {
  fill: #ffbe41;
}
.colAreachoiceMap svg .hokurikuPref {
  fill: #b2dede;
}
.colAreachoiceMap svg .hokurikuPref.hover {
  fill: #ffbe41;
}
.colAreachoiceMap svg .chugokuPref {
  fill: #ced3a2;
}
.colAreachoiceMap svg .chugokuPref.hover {
  fill: #ffbe41;
}
.colAreachoiceMap svg .hokkaidoPref {
  fill: #d3bce3;
}
.colAreachoiceMap svg .hokkaidoPref.hover {
  fill: #ffbe41;
}

.colAreachoiceLinkOuter {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.colAreachoiceLink {
  position: absolute;
  min-width: 140px;
  height: auto;
  text-align: left;
  pointer-events: all;
}
.colAreachoiceLink a {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  color: #000000;
  border: 2px solid #000000;
  background: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 8px 0 10px 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.colAreachoiceLink a .area {
  font-size: 1rem;
  font-weight: bold;
  display: inline-block;
}
.colAreachoiceLink a .corp {
  font-size: 0.75rem;
  display: inline-block;
  margin-left: -8px;
}
.colAreachoiceLink a .fas {
  position: absolute;
  font-size: 0.88rem;
  right: 12px;
  top: calc(50% - 6px);
}
.colAreachoiceLink a .fas.fa-chevron-circle-down {
  color: #ffffff;
  display: none;
}
.colAreachoiceLink a:hover {
  text-decoration: none;
  opacity: 1;
}
.colAreachoiceLink a:before, .colAreachoiceLink a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}

.colAreachoiceLink.kansai {
  right: 48.5%;
  bottom: 45%;
}
.colAreachoiceLink.kansai a {
  background: #e8cba6;
}
.colAreachoiceLink.kansai a.hover {
  background: #ffbe41;
}
.colAreachoiceLink.kansai a:after {
  border-width: 8px 4px 0 4px;
  border-color: #e8cba6 transparent transparent transparent;
  left: 90px;
  bottom: -6px;
}
.colAreachoiceLink.kansai a.hover:after {
  border-color: #ffbe41 transparent transparent transparent;
}
.colAreachoiceLink.kansai a:before {
  border-width: 12px 6px 0 6px;
  border-color: #000000 transparent transparent transparent;
  left: 88px;
  bottom: -10px;
}

.colAreachoiceLink.hokuriku {
  right: 35%;
  bottom: 57%;
}
.colAreachoiceLink.hokuriku a {
  background: #b2dede;
}
.colAreachoiceLink.hokuriku a.hover {
  background: #ffbe41;
}
.colAreachoiceLink.hokuriku a:after {
  border-width: 8px 4px 0 4px;
  border-color: #b2dede transparent transparent transparent;
  left: calc(50% - 4px);
  bottom: -6px;
}
.colAreachoiceLink.hokuriku a.hover:after {
  border-color: #ffbe41 transparent transparent transparent;
}
.colAreachoiceLink.hokuriku a:before {
  border-width: 12px 6px 0 6px;
  border-color: #000000 transparent transparent transparent;
  left: calc(50% - 6px);
  bottom: -10px;
}

.colAreachoiceLink.chubu {
  left: 43%;
  top: 85%;
}
.colAreachoiceLink.chubu a {
  background: #b4d7a8;
}
.colAreachoiceLink.chubu a.hover {
  background: #ffbe41;
}
.colAreachoiceLink.chubu a:after {
  border-width: 0 4px 8px 4px;
  border-color: transparent transparent #b4d7a8 transparent;
  left: calc(50% - 4px);
  top: -6px;
}
.colAreachoiceLink.chubu a.hover:after {
  border-color: transparent transparent #ffbe41 transparent;
}
.colAreachoiceLink.chubu a:before {
  border-width: 0 6px 12px 6px;
  border-color: transparent transparent #000000 transparent;
  left: calc(50% - 6px);
  top: -10px;
}

.colAreachoiceLink.kanto {
  left: 62%;
  top: 85%;
}
.colAreachoiceLink.kanto a {
  background: #e0d991;
}
.colAreachoiceLink.kanto a.hover {
  background: #ffbe41;
}
.colAreachoiceLink.kanto a:after {
  border-width: 0 4px 8px 4px;
  border-color: transparent transparent #e0d991 transparent;
  left: 46px;
  top: -6px;
}
.colAreachoiceLink.kanto a.hover:after {
  border-color: transparent transparent #ffbe41 transparent;
}
.colAreachoiceLink.kanto a:before {
  border-width: 0 6px 12px 6px;
  border-color: transparent transparent #000000 transparent;
  left: 44px;
  top: -10px;
}

.colAreachoiceLink.tohoku {
  left: 81%;
  top: 37%;
}
.colAreachoiceLink.tohoku a {
  background: #c7d4e1;
}
.colAreachoiceLink.tohoku a.hover {
  background: #ffbe41;
}
.colAreachoiceLink.tohoku a:after {
  border-width: 4px 8px 4px 0;
  border-color: transparent #c7d4e1 transparent transparent;
  left: -6px;
  top: calc(50% - 3px);
}
.colAreachoiceLink.tohoku a.hover:after {
  border-color: transparent #ffbe41 transparent transparent;
}
.colAreachoiceLink.tohoku a:before {
  border-width: 6px 12px 6px 0;
  border-color: transparent #000000 transparent transparent;
  left: -10px;
  top: calc(50% - 5px);
}

.colAreachoiceLink.shikoku {
  left: 24%;
  top: 85%;
}
.colAreachoiceLink.shikoku a {
  background: #e6c6d8;
}
.colAreachoiceLink.shikoku a.hover {
  background: #ffbe41;
}
.colAreachoiceLink.shikoku a:after {
  border-width: 0 4px 8px 4px;
  border-color: transparent transparent #e6c6d8 transparent;
  left: calc(50% - 4px);
  top: -6px;
}
.colAreachoiceLink.shikoku a.hover:after {
  border-color: transparent transparent #ffbe41 transparent;
}
.colAreachoiceLink.shikoku a:before {
  border-width: 0 6px 12px 6px;
  border-color: transparent transparent #000000 transparent;
  left: calc(50% - 6px);
  top: -10px;
}

.colAreachoiceLink.kyusyu {
  left: 6%;
  top: 85%;
}
.colAreachoiceLink.kyusyu a {
  background: #ebb8b8;
}
.colAreachoiceLink.kyusyu a.hover {
  background: #ffbe41;
}
.colAreachoiceLink.kyusyu a:after {
  border-width: 0 4px 8px 4px;
  border-color: transparent transparent #ebb8b8 transparent;
  left: 78%;
  top: -6px;
}
.colAreachoiceLink.kyusyu a.hover:after {
  border-color: transparent transparent #ffbe41 transparent;
}
.colAreachoiceLink.kyusyu a:before {
  border-width: 0 6px 12px 6px;
  border-color: transparent transparent #000000 transparent;
  left: calc(78% - 2px);
  top: -10px;
}

.colAreachoiceLink.chugoku {
  right: 65.5%;
  bottom: 45%;
}
.colAreachoiceLink.chugoku a {
  background: #ced3a2;
}
.colAreachoiceLink.chugoku a.hover {
  background: #ffbe41;
}
.colAreachoiceLink.chugoku a:after {
  border-width: 8px 4px 0 4px;
  border-color: #ced3a2 transparent transparent transparent;
  left: 110px;
  bottom: -6px;
}
.colAreachoiceLink.chugoku a.hover:after {
  border-color: #ffbe41 transparent transparent transparent;
}
.colAreachoiceLink.chugoku a:before {
  border-width: 12px 6px 0 6px;
  border-color: #000000 transparent transparent transparent;
  left: 108px;
  bottom: -10px;
}

.colAreachoiceLink.hokkaido {
  min-width: 150px;
  left: 76%;
  bottom: 85%;
}
.colAreachoiceLink.hokkaido a {
  background: #d3bce3;
}
.colAreachoiceLink.hokkaido a.hover {
  background: #ffbe41;
}
.colAreachoiceLink.hokkaido a:after {
  border-width: 8px 4px 0 4px;
  border-color: #d3bce3 transparent transparent transparent;
  left: 30px;
  bottom: -6px;
}
.colAreachoiceLink.hokkaido a.hover:after {
  border-color: #ffbe41 transparent transparent transparent;
}
.colAreachoiceLink.hokkaido a:before {
  border-width: 12px 6px 0 6px;
  border-color: #000000 transparent transparent transparent;
  left: 28px;
  bottom: -10px;
}

.fancybox-slide--iframe {
  padding: 6px !important;
}
.fancybox-slide--iframe .fancybox-content {
  max-width: 880px !important;
  border-radius: 20px;
  line-height: 1.8;
}
.fancybox-slide--iframe .fancybox-content .fancybox-iframe {
  border-radius: 20px;
}

.areachoiceNavOuter.tabNav {
  text-align: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  margin-top: 63px;
}
.areachoiceNavOuter.tabNav > li {
  min-width: 0;
  margin: 0;
  line-height: 1.2;
}
.areachoiceNavOuter.tabNav > li > a {
  font-size: 1.25rem;
  padding: 12px 0;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
  position: relative;
  background: #f0f0f0;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#ffffff));
  background: -webkit-linear-gradient(top, #f0f0f0 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #f0f0f0 0%, #ffffff 100%);
  -webkit-transition: none;
  transition: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.areachoiceNavOuter.tabNav > li > a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#ffffff));
  background: -webkit-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #e5e5e5 0%, #ffffff 100%);
  opacity: 1;
}
.areachoiceNavOuter.tabNav > li:nth-child(-n+6) {
  margin-bottom: -8px;
  z-index: 0;
}
.areachoiceNavOuter.tabNav > li:nth-child(-n+6) a {
  padding: 12px 0 20px;
}
.areachoiceNavOuter.tabNav > li:nth-child(-n+6).active a {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #ff7800), to(#b3631c));
  background: -webkit-linear-gradient(top, #ff7800 70%, #b3631c 100%);
  background: linear-gradient(to bottom, #ff7800 70%, #b3631c 100%);
}
.areachoiceNavOuter.tabNav > li.active a {
  background: #ff7800;
  color: #ffffff;
  cursor: default;
}
.areachoiceNavOuter.tabNav > li.active a:before {
  display: block;
}
.areachoiceNavOuter.tabNav > li.active a:hover {
  opacity: 1;
}
.areachoiceNavOuter.tabNav > li.active i {
  display: none;
}

.areachoiceContents li.areachoiceContentsChild {
  display: none;
}

.colAreachoiceBtn {
  margin: 40px auto 0;
  font-size: 1.25rem;
  padding-top: 22px;
  position: relative;
}
.colAreachoiceBtn .fas {
  position: absolute;
  font-size: 1.13rem;
  right: 15px;
  top: calc(50% - 9px);
}

body.kanto .colAreachoiceMap svg .kantoPref {
  fill: #ff7800;
}
body.kanto .colAreachoiceLink.kanto a {
  background: #ff7800;
  border: 2px solid #ffffff;
  color: #ffffff;
}
body.kanto .colAreachoiceLink.kanto a .fas.fa-chevron-circle-right {
  display: none;
}
body.kanto .colAreachoiceLink.kanto a .fas.fa-chevron-circle-down {
  display: block;
}
body.kanto .colAreachoiceLink.kanto a:after {
  border-color: transparent transparent #ff7800 transparent;
}
body.kanto .colAreachoiceLink.kanto a:before {
  border-color: transparent transparent #ffffff transparent;
}
body.kanto .areachoiceNavOuter li.kanto a {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #ff7800), to(#b3631c));
  background: -webkit-linear-gradient(top, #ff7800 70%, #b3631c 100%);
  background: linear-gradient(to bottom, #ff7800 70%, #b3631c 100%);
  color: #ffffff;
  cursor: default;
}
body.kanto .areachoiceNavOuter li.kanto a:hover {
  opacity: 1;
}
body.kanto .areachoiceContents li.areachoiceContentsChild.kanto {
  display: block;
}

body.kansai .colAreachoiceMap svg .kansaiPref {
  fill: #ff7800;
}
body.kansai .colAreachoiceLink.kansai a {
  background: #ff7800;
  border: 2px solid #ffffff;
  color: #ffffff;
}
body.kansai .colAreachoiceLink.kansai a .fas.fa-chevron-circle-right {
  display: none;
}
body.kansai .colAreachoiceLink.kansai a .fas.fa-chevron-circle-down {
  display: block;
}
body.kansai .colAreachoiceLink.kansai a:after {
  border-color: #ff7800 transparent transparent transparent;
}
body.kansai .colAreachoiceLink.kansai a:before {
  border-color: #ffffff transparent transparent transparent;
}
body.kansai .areachoiceNavOuter li.kansai a {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #ff7800), to(#b3631c));
  background: -webkit-linear-gradient(top, #ff7800 70%, #b3631c 100%);
  background: linear-gradient(to bottom, #ff7800 70%, #b3631c 100%);
  color: #ffffff;
  cursor: default;
}
body.kansai .areachoiceNavOuter li.kansai a:hover {
  opacity: 1;
}
body.kansai .areachoiceContents li.areachoiceContentsChild.kansai {
  display: block;
}

body.hokuriku .colAreachoiceMap svg .hokurikuPref {
  fill: #ff7800;
}
body.hokuriku .colAreachoiceLink.hokuriku a {
  background: #ff7800;
  border: 2px solid #ffffff;
  color: #ffffff;
}
body.hokuriku .colAreachoiceLink.hokuriku a .fas.fa-chevron-circle-right {
  display: none;
}
body.hokuriku .colAreachoiceLink.hokuriku a .fas.fa-chevron-circle-down {
  display: block;
}
body.hokuriku .colAreachoiceLink.hokuriku a:after {
  border-color: #ff7800 transparent transparent transparent;
}
body.hokuriku .colAreachoiceLink.hokuriku a:before {
  border-color: #ffffff transparent transparent transparent;
}
body.hokuriku .areachoiceNavOuter li.hokuriku a {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #ff7800), to(#b3631c));
  background: -webkit-linear-gradient(top, #ff7800 70%, #b3631c 100%);
  background: linear-gradient(to bottom, #ff7800 70%, #b3631c 100%);
  color: #ffffff;
  cursor: default;
}
body.hokuriku .areachoiceNavOuter li.hokuriku a:hover {
  opacity: 1;
}
body.hokuriku .areachoiceContents li.areachoiceContentsChild.hokuriku {
  display: block;
}

body.chubu .colAreachoiceMap svg .chubuPref {
  fill: #ff7800;
}
body.chubu .colAreachoiceLink.chubu a {
  background: #ff7800;
  border: 2px solid #ffffff;
  color: #ffffff;
}
body.chubu .colAreachoiceLink.chubu a .fas.fa-chevron-circle-right {
  display: none;
}
body.chubu .colAreachoiceLink.chubu a .fas.fa-chevron-circle-down {
  display: block;
}
body.chubu .colAreachoiceLink.chubu a:after {
  border-color: transparent transparent #ff7800 transparent;
}
body.chubu .colAreachoiceLink.chubu a:before {
  border-color: transparent transparent #ffffff transparent;
}
body.chubu .areachoiceNavOuter li.chubu a {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #ff7800), to(#b3631c));
  background: -webkit-linear-gradient(top, #ff7800 70%, #b3631c 100%);
  background: linear-gradient(to bottom, #ff7800 70%, #b3631c 100%);
  color: #ffffff;
  cursor: default;
}
body.chubu .areachoiceNavOuter li.chubu a:hover {
  opacity: 1;
}
body.chubu .areachoiceContents li.areachoiceContentsChild.chubu {
  display: block;
}

body.tohoku .colAreachoiceMap svg .tohokuPref {
  fill: #ff7800;
}
body.tohoku .colAreachoiceLink.tohoku a {
  background: #ff7800;
  border: 2px solid #ffffff;
  color: #ffffff;
}
body.tohoku .colAreachoiceLink.tohoku a .fas.fa-chevron-circle-right {
  display: none;
}
body.tohoku .colAreachoiceLink.tohoku a .fas.fa-chevron-circle-down {
  display: block;
}
body.tohoku .colAreachoiceLink.tohoku a:after {
  border-color: transparent #ff7800 transparent transparent;
}
body.tohoku .colAreachoiceLink.tohoku a:before {
  border-color: transparent #ffffff transparent transparent;
}
body.tohoku .areachoiceNavOuter li.tohoku a {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #ff7800), to(#b3631c));
  background: -webkit-linear-gradient(top, #ff7800 70%, #b3631c 100%);
  background: linear-gradient(to bottom, #ff7800 70%, #b3631c 100%);
  color: #ffffff;
  cursor: default;
}
body.tohoku .areachoiceNavOuter li.tohoku a:hover {
  opacity: 1;
}
body.tohoku .areachoiceContents li.areachoiceContentsChild.tohoku {
  display: block;
}

body.shikoku .colAreachoiceMap svg .shikokuPref {
  fill: #ff7800;
}
body.shikoku .colAreachoiceLink.shikoku a {
  background: #ff7800;
  border: 2px solid #ffffff;
  color: #ffffff;
}
body.shikoku .colAreachoiceLink.shikoku a .fas.fa-chevron-circle-right {
  display: none;
}
body.shikoku .colAreachoiceLink.shikoku a .fas.fa-chevron-circle-down {
  display: block;
}
body.shikoku .colAreachoiceLink.shikoku a:after {
  border-color: transparent transparent #ff7800 transparent;
}
body.shikoku .colAreachoiceLink.shikoku a:before {
  border-color: transparent transparent #ffffff transparent;
}
body.shikoku .areachoiceNavOuter li.shikoku a {
  background: #ff7800;
  color: #ffffff;
  cursor: default;
}
body.shikoku .areachoiceNavOuter li.shikoku a:hover {
  opacity: 1;
}
body.shikoku .areachoiceContents li.areachoiceContentsChild.shikoku {
  display: block;
}

body.kyusyu .colAreachoiceMap svg .kyusyuPref {
  fill: #ff7800;
}
body.kyusyu .colAreachoiceLink.kyusyu a {
  background: #ff7800;
  border: 2px solid #ffffff;
  color: #ffffff;
}
body.kyusyu .colAreachoiceLink.kyusyu a .fas.fa-chevron-circle-right {
  display: none;
}
body.kyusyu .colAreachoiceLink.kyusyu a .fas.fa-chevron-circle-down {
  display: block;
}
body.kyusyu .colAreachoiceLink.kyusyu a:after {
  border-color: transparent transparent #ff7800 transparent;
}
body.kyusyu .colAreachoiceLink.kyusyu a:before {
  border-color: transparent transparent #ffffff transparent;
}
body.kyusyu .areachoiceNavOuter li.kyusyu a {
  background: #ff7800;
  color: #ffffff;
  cursor: default;
}
body.kyusyu .areachoiceNavOuter li.kyusyu a:hover {
  opacity: 1;
}
body.kyusyu .areachoiceContents li.areachoiceContentsChild.kyusyu {
  display: block;
}

body.chugoku .colAreachoiceMap svg .chugokuPref {
  fill: #ff7800;
}
body.chugoku .colAreachoiceLink.chugoku a {
  background: #ff7800;
  border: 2px solid #ffffff;
  color: #ffffff;
}
body.chugoku .colAreachoiceLink.chugoku a .fas.fa-chevron-circle-right {
  display: none;
}
body.chugoku .colAreachoiceLink.chugoku a .fas.fa-chevron-circle-down {
  display: block;
}
body.chugoku .colAreachoiceLink.chugoku a:after {
  border-color: #ff7800 transparent transparent transparent;
}
body.chugoku .colAreachoiceLink.chugoku a:before {
  border-color: #ffffff transparent transparent transparent;
}
body.chugoku .areachoiceNavOuter li.chugoku a {
  background: #ff7800;
  color: #ffffff;
  cursor: default;
}
body.chugoku .areachoiceNavOuter li.chugoku a:hover {
  opacity: 1;
}
body.chugoku .areachoiceContents li.areachoiceContentsChild.chugoku {
  display: block;
}

body.hokkaido .colAreachoiceMap svg .hokkaidoPref {
  fill: #ff7800;
}
body.hokkaido .colAreachoiceLink.hokkaido a {
  background: #ff7800;
  border: 2px solid #ffffff;
  color: #ffffff;
}
body.hokkaido .colAreachoiceLink.hokkaido a .fas.fa-chevron-circle-right {
  display: none;
}
body.hokkaido .colAreachoiceLink.hokkaido a .fas.fa-chevron-circle-down {
  display: block;
}
body.hokkaido .colAreachoiceLink.hokkaido a:after {
  border-color: #ff7800 transparent transparent transparent;
}
body.hokkaido .colAreachoiceLink.hokkaido a:before {
  border-color: #ffffff transparent transparent transparent;
}
body.hokkaido .areachoiceNavOuter li.hokkaido a {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #ff7800), to(#b3631c));
  background: -webkit-linear-gradient(top, #ff7800 70%, #b3631c 100%);
  background: linear-gradient(to bottom, #ff7800 70%, #b3631c 100%);
  color: #ffffff;
  cursor: default;
}
body.hokkaido .areachoiceNavOuter li.hokkaido a:hover {
  opacity: 1;
}
body.hokkaido .areachoiceContents li.areachoiceContentsChild.hokkaido {
  display: block;
}

.cpInfoTerm {
  margin-top: 10px;
  text-align: center;
}

.cpInfoTermBtn.toggleBtn {
  display: inline-block;
  background: #f0f0f0;
  border-radius: 10px;
}
.cpInfoTermBtn.toggleBtn a {
  display: block;
  padding: 8px 80px;
  font-size: 0.88rem;
  line-height: 1.4;
  color: #333;
}
.cpInfoTermBtn.toggleBtn a:hover {
  text-decoration: none;
}
.cpInfoTermBtn.toggleBtn.-large {
  width: 100%;
  max-width: 540px;
  background: #ffed76;
}
.cpInfoTermBtn.toggleBtn.-large a {
  padding: 12px 0;
  font-size: 1rem;
}

.cpInfoTermBtn.toggleBtn:before {
  right: 10px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
}

.cpInfoTermTable.contentsTable {
  margin-top: 10px;
}
.cpInfoTermTable.contentsTable th {
  min-width: 95px;
}
.cpInfoTermTable.contentsTable td {
  text-align: left;
}
.cpInfoTermTable.contentsTable .head {
  font-size: 0.88rem;
  line-height: 1.4;
}
.cpInfoTermTable.contentsTable .txt {
  font-size: 0.75rem;
  line-height: 1.4;
}
.cpInfoTermTable.contentsTable .txtMt {
  margin-top: 5px;
}
.cpInfoTermTable.contentsTable .notes {
  margin-top: 5px;
}
.cpInfoTermTable.contentsTable .notes li {
  font-size: 0.75rem;
  line-height: 1.4;
}
.cpInfoTermTable.contentsTable .notes li:not(:first-child) {
  margin-top: 3px;
}
.cpInfoTermTable.contentsTable .notesNum li:nth-child(1):before {
  content: "(1)";
}
.cpInfoTermTable.contentsTable .notesNum li:nth-child(2):before {
  content: "(2)";
}
.cpInfoTermTable.contentsTable .notesNum li:nth-child(3):before {
  content: "(3)";
}
.cpInfoTermTable.contentsTable .notesNum li:nth-child(4):before {
  content: "(4)";
}
.cpInfoTermTable.contentsTable .notesNum li:nth-child(5):before {
  content: "(5)";
}
.cpInfoTermTable.contentsTable .notesNum li:nth-child(6):before {
  content: "(6)";
}

.related {
  text-align: left;
}

.related_lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.related_lists > li {
  display: table;
  width: 32%;
  margin-left: 2%;
  min-height: 70px;
}
.related_lists > li:first-child, .related_lists > li:nth-child(4n) {
  margin-left: 0;
}
.related_lists > li:nth-child(n+4) {
  margin-top: 20px;
}
.related_lists > li > a {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  border: 2px solid #f0f0f0;
  font-size: 0.88rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #333;
  padding: 0 25px 0 10px;
}
.related_lists > li > a.l,
.related_lists > li > a .l {
  font-size: 1rem;
}
.related_lists > li > a.s,
.related_lists > li > a .s {
  font-size: 0.75rem;
}
.related_lists > li > a.lt0 {
  letter-spacing: 0;
}
.related_lists > li > a:hover {
  text-decoration: none;
}
.related_lists > li > a > i {
  font-size: 0.88rem;
  position: absolute;
  right: 8px;
  top: calc(50% - 7px);
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .related_lists > li > a > i {
    top: 24px;
  }
}

.entrySS {
  max-width: 670px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 30px 0 20px 20px;
  margin: 0 auto 20px;
  overflow: hidden;
  text-align: left;
}
.entrySS:after {
  content: "";
  width: 108px;
  height: 223px;
  right: 16px;
  top: 8px;
  background: url(/denki/cmn/img/entrySS_ico.png) no-repeat left top;
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
}
.entrySS:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.entrySS.-mt {
  margin-top: 40px;
}

.entrySS_btn {
  position: relative;
  display: block;
  width: 510px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #00b895;
  -webkit-box-shadow: 0px 3px 0px #00725d;
          box-shadow: 0px 3px 0px #00725d;
  border-radius: 20px;
  margin: 0;
}
.entrySS_btn > img {
  width: 100%;
  height: auto;
}
.entrySS_btn .btnArWLTop {
  color: #ffffff;
  font-size: 1.25rem;
  letter-spacing: normal;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -15px;
}

.entrySS_txtLink {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  position: relative;
  text-align: left;
  margin-top: 15px;
  padding-left: 1em;
}
.entrySS_txtLink i {
  position: absolute;
  left: 0;
  top: 0.3em;
}
.entrySS_txtLink:hover {
  text-decoration: none;
}

@media screen and (max-width: 1119px) {
  #wrapper {
    padding: 0 15px 120px;
  }
}
@media screen and (max-width: 959px) {
  #wrapper {
    margin: 0;
    padding-bottom: 40px;
  }
  .bread {
    padding: 0 10px 10px;
  }
  .bread li {
    padding-bottom: 8px;
  }
  .bread li:not(:first-child):before {
    top: 4px;
  }
  #contents {
    padding: 0 20px 20px;
  }
  .contentsIn {
    margin: 0 auto;
  }
  .contentsHead {
    margin-bottom: 40px;
    padding-top: 80px;
  }
  .contentsHead-category {
    padding-top: 43px;
  }
  .contentsCategory {
    font-size: 1.13rem;
    text-align: center;
  }
  .contentsCategory .l {
    font-size: 1.25rem;
  }
  .contentsCategoryCharge,
  .contentsCategoryBenefit,
  .contentsCategoryContract {
    margin-left: 32px;
  }
  .contentsCategoryIntroduction {
    margin-left: 24px;
  }
  .contentsCategoryCharge:before,
  .contentsCategoryBenefit:before,
  .contentsCategoryContract:before {
    width: 26px;
    height: 26px;
    left: -32px;
    top: 50%;
    margin-top: -13px;
  }
  .contentsCategoryIntroduction:before {
    width: 26px;
    height: 26px;
    left: -24px;
    top: 50%;
    margin-top: -13px;
  }
  .contentsTtl {
    font-size: 1.88rem;
  }
  .contentsRead {
    font-size: 1.13rem;
  }
  .contentsNav li {
    font-size: 1rem;
  }
  .contentsNav li .fas {
    font-size: 1rem;
    margin-top: -8px;
  }
  .col {
    margin-top: 40px;
  }
  .head01A {
    font-size: 1.25rem;
    line-height: 1.2;
    position: relative;
    margin-bottom: 35px;
  }
  .head01A .small {
    font-size: 0.75rem;
    margin-left: 15px;
  }
  .head01B {
    font-size: 1.25rem;
    line-height: 1.2;
    position: relative;
    margin-bottom: 35px;
  }
  .head01B .small {
    font-size: 0.75rem;
    margin-left: 15px;
  }
  .head02A {
    font-size: 1.13rem;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 8px;
    margin-bottom: 20px;
  }
  .head02A .small {
    font-size: 0.75rem;
  }
  .head02A-alert:before {
    width: 18px;
    height: 18px;
    margin-top: -13px;
  }
  .head02B {
    font-size: 1.13rem;
    padding-bottom: 6px;
  }
  .head02B-alert:before {
    width: 18px;
    height: 18px;
    margin-top: -12px;
  }
  .head03A {
    font-size: 1rem;
    padding-left: 18px;
    margin-bottom: 15px;
  }
  .head03A:before {
    width: 8px;
    height: 8px;
    left: 4px;
    margin-top: -4px;
  }
  .head03B {
    font-size: 1rem;
    padding-left: 18px;
    margin-bottom: 15px;
  }
  .head03B:before {
    width: 8px;
    height: 8px;
    left: 4px;
    margin-top: -4px;
  }
  .head03C {
    font-size: 1rem;
    padding-bottom: 4px;
  }
  .tabNav li {
    font-size: 0.88rem;
    min-width: 0;
    width: 22%;
  }
  .tabNav li a {
    padding: 16px 0;
    border-radius: 15px 15px 0 0;
  }
  .tabContents {
    margin-top: 20px;
  }
  .indexList {
    margin: -40px 0 23px 0;
  }
  .indexList .parents {
    margin-top: 40px;
    width: 49%;
  }
  .indexList .parents.mr {
    margin-right: 2%;
  }
  .indexList .parents.two {
    width: 100%;
  }
  .indexList .indexListIn .child {
    width: 49%;
  }
  .indexList .indexListIn .child.mr {
    margin-right: 2%;
  }
  .indexListBtn {
    max-width: 420px;
    width: 100%;
    padding: 15px;
    margin-top: 20px;
  }
  .indexListBtn i {
    font-size: 1.13rem;
    right: 10px;
    margin-top: -9px;
  }
  .indexListBtnImg {
    max-width: 120px;
    width: 32%;
  }
  .indexListBtnTxtOuter {
    width: 60%;
    padding-left: 4%;
  }
  .indexListBtnTtl {
    font-size: 1rem;
  }
  .indexListBtnTxt {
    font-size: 0.88rem;
  }
  .toggleBtn:before {
    width: 20px;
    height: 20px;
    right: 15px;
    margin-top: -10px;
  }
  .btnTwo li:first-child {
    margin-right: 15px;
  }
  .notes li {
    font-size: 0.88rem;
  }
  .notesBtm {
    padding: 20px;
  }
  .notesBtmRead {
    margin: 20px 0;
  }
  .contact {
    margin-top: 20px;
    padding: 20px;
  }
  .colAreachoiceBtn {
    margin-top: 30px;
  }
  .areachoiceNavOuter {
    margin-top: 43px;
  }
  .colAreachoiceLink {
    min-width: 120px;
  }
  .colAreachoiceLink a {
    line-height: 0.85;
    padding-left: 12px;
  }
  .colAreachoiceLink a .area {
    font-size: 0.88rem;
  }
  .colAreachoiceLink a .corp {
    font-size: 0.63rem;
  }
  .colAreachoiceLink a .fas {
    right: 10px;
  }
  .colAreachoiceLink a:hover {
    background: #ffffff;
  }
  .colAreachoiceLink.chugoku {
    right: 66%;
  }
  .colAreachoiceLink.chugoku a:after {
    left: 96px;
  }
  .colAreachoiceLink.chugoku a:before {
    left: 94px;
  }
  .colAreachoiceLink.hokkaido {
    min-width: 130px;
  }
  .related_lists > li {
    width: 49%;
    margin-left: 2%;
  }
  .related_lists > li:nth-child(4n) {
    margin-left: 2%;
  }
  .related_lists > li:first-child, .related_lists > li:nth-child(odd) {
    margin-left: 0;
  }
  .related_lists > li:nth-child(n+3) {
    margin-top: 15px;
  }
  .related_lists > li > a.lt0 {
    letter-spacing: 0.05em;
  }
  .areachoiceNavOuter.tabNav li {
    width: auto;
    font-size: 1rem;
  }
  .entrySS {
    padding: 10px 0 20px 20px;
    margin: 0 auto 20px;
  }
  .entrySS.-mt {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #wrapper {
    margin: 0 10px;
    padding: 0 0 20px;
  }
  .bread {
    padding: 0 0 5px;
  }
  .bread li {
    font-size: 0.63rem;
    padding-right: 10px;
    padding-bottom: 4px;
  }
  .bread li:not(:first-child) {
    padding-left: 10px;
  }
  .bread li:not(:first-child):before {
    content: "";
    width: 3px;
    height: 6px;
    top: 4px;
  }
  #contents {
    border-radius: 10px;
    padding: 0 10px 10px;
  }
  .contentsIn {
    margin: 0 auto;
  }
  .contentsHead {
    width: 100%;
    margin-bottom: 30px;
    padding-top: 50px;
  }
  .contentsHead-category {
    padding-top: 17px;
  }
  .contentsCategory {
    font-size: 0.88rem;
    letter-spacing: normal;
  }
  .contentsCategory .s {
    font-size: 0.75rem;
  }
  .contentsCategory .l {
    font-size: 1rem;
  }
  .contentsCategoryCharge,
  .contentsCategoryBenefit,
  .contentsCategoryContract {
    margin-left: 24px;
  }
  .contentsCategoryIntroduction {
    margin-left: 18px;
  }
  .contentsCategoryCharge:before,
  .contentsCategoryBenefit:before,
  .contentsCategoryContract:before {
    width: 18px;
    height: 18px;
    left: -24px;
    margin-top: -10px;
  }
  .contentsCategoryIntroduction:before {
    width: 18px;
    height: 18px;
    left: -18px;
    margin-top: -10px;
  }
  .contentsTtl {
    font-size: 1.38rem;
    padding-bottom: 15px;
  }
  .contentsTtl:before {
    width: 36px;
    height: 4px;
    bottom: 0;
    left: 50%;
    margin-left: -18px;
  }
  .contentsRead {
    font-size: 1rem;
    padding-top: 15px;
    text-align: left;
  }
  .contentsRead .small {
    font-size: 0.63rem;
  }
  .contentsReadS {
    font-size: 0.75rem;
    text-align: left;
  }
  .contentsAlert {
    padding: 8px 10px;
    margin-top: 20px;
  }
  .contentsAlert.-centerPC {
    text-align: left;
  }
  .contentsAlertTxt {
    font-size: 1rem;
  }
  .contentsNav {
    width: 100%;
  }
  .contentsNav li {
    width: 32%;
    height: 75px;
    font-size: 0.88rem;
    line-height: 1.2;
  }
  .contentsNav li a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 10px;
    padding-right: 0;
    background: #f0f0f0;
    -webkit-box-shadow: 0px 3px 0px #b2b2b2;
            box-shadow: 0px 3px 0px #b2b2b2;
    border-radius: 10px;
    color: #333333;
  }
  .contentsNav li a:hover {
    text-decoration: none;
  }
  .contentsNav li .fas {
    font-size: 0.88rem;
    right: auto;
    top: auto;
    left: 50%;
    bottom: 12%;
    margin-top: 0;
    margin-left: -7px;
  }
  .contentsNav li:first-child {
    margin-left: 0;
  }
  .contentsNav li.colTwo a {
    padding-top: 10px;
  }
  .col {
    margin-top: 30px;
  }
  .head01A {
    font-size: 1.13rem;
    line-height: 1.2;
    position: relative;
    margin-bottom: 25px;
  }
  .head01A .small {
    font-size: 0.63rem;
    margin-left: 10px;
  }
  .head01A.-center:before {
    left: calc(50% - 15px);
  }
  .head01A:before {
    width: 30px;
    height: 3px;
    bottom: -10px;
    left: 0;
  }
  .head01B {
    font-size: 1.13rem;
    line-height: 1.2;
    position: relative;
    margin-bottom: 25px;
  }
  .head01B .small {
    font-size: 0.63rem;
    margin-left: 10px;
  }
  .head01B:before {
    width: 30px;
    height: 3px;
    bottom: -10px;
    margin-left: -15px;
  }
  .head02A {
    font-size: 1rem;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .head02A .small {
    font-size: 0.63rem;
  }
  .head02A-alert {
    padding-left: 23px;
  }
  .head02A-alert:before {
    width: 16px;
    height: 16px;
    left: 3px;
    margin-top: -10px;
  }
  .head02B {
    font-size: 1rem;
  }
  .head03A {
    font-size: 0.88rem;
    padding-left: 14px;
    margin-bottom: 10px;
  }
  .head03A:before {
    width: 6px;
    height: 6px;
    left: 3px;
    margin-top: -3px;
  }
  .head03B {
    font-size: 0.88rem;
    padding-left: 14px;
    margin-bottom: 10px;
  }
  .head03B:before {
    width: 6px;
    height: 6px;
    left: 3px;
    margin-top: -3px;
  }
  .head03C {
    font-size: 0.88rem;
  }
  .contentsTxt {
    font-size: 0.88rem;
  }
  .contentsTxt .small {
    font-size: 0.63rem;
  }
  .tabNav li {
    font-size: 0.75rem;
    min-width: 0;
    width: 49%;
    margin: 0;
  }
  .tabNav li a {
    letter-spacing: -0.05em;
    padding: 15px 0;
    color: #333333;
    border-radius: 10px 10px 0 0;
  }
  .tabNav li:nth-child(even) {
    margin-left: 2%;
  }
  .scroll .tabNavScroll {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .scroll .tabNav {
    padding-right: 10%;
  }
  .scroll:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 10%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, color-stop(25%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(right, rgb(255, 255, 255) 25%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to left, rgb(255, 255, 255) 25%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
  }
  .arRight {
    margin: 0 0 40px 0;
  }
  .arRight:before {
    width: 18px;
    height: 12px;
    background: url(../img/ar_d_b.svg) no-repeat left top;
    -webkit-background-size: contain;
            background-size: contain;
    position: absolute;
    right: auto;
    left: 50%;
    top: auto;
    bottom: -27px;
    margin-top: 0;
    margin-left: -9px;
  }
  .indexList {
    margin: 0 0 23px 0;
  }
  .indexList .parents {
    display: block;
    margin-top: 30px;
    width: 100%;
  }
  .indexList .parents.mr {
    margin-right: 0;
  }
  .indexList .indexListIn .child {
    width: 100%;
    display: block;
  }
  .indexList .indexListIn .child.mr {
    margin-right: 0;
  }
  .indexListBtn {
    width: 100%;
    max-width: 100%;
    padding: 10px;
    border-radius: 10px;
    text-align: left;
    margin-top: 15px;
    position: relative;
  }
  .indexListBtnTtl {
    font-size: 1rem;
  }
  .indexListBtnTxt {
    font-size: 0.88rem;
    margin-top: 3px;
  }
  .toggleBtn:before {
    width: 16px;
    height: 16px;
    right: 10px;
    margin-top: -8px;
  }
  .toggleBtn.-toggleSp:before {
    display: block;
  }
  .toggleBtn.-toggleSp + .toggleBody {
    display: none;
  }
  .btnEntry,
  .btnL,
  .btnS {
    width: 100%;
    border-radius: 10px;
  }
  .btnTwo li,
  .btnTwoS li {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .btnTwo li a,
  .btnTwoS li a {
    border-radius: 10px;
  }
  .btnTwo li:first-child,
  .btnTwoS li:first-child {
    margin: 0 0 10px 0;
  }
  .btnBack {
    border-radius: 10px;
    font-size: 0.88rem;
    line-height: 1.2;
  }
  .btnBack .fas {
    font-size: 0.88rem;
    left: 10px;
    margin-top: -7px;
  }
  .responsiveTable {
    margin: -10px 0 0 1px;
  }
  .responsiveTable .tableRow {
    margin-top: 10px;
  }
  .contentsTable {
    border-top: 1px solid #b3b3b3;
    border-left: 1px solid #b3b3b3;
    border-collapse: collapse;
  }
  .contentsTable tr {
    vertical-align: top;
  }
  .contentsTable th, .contentsTable td {
    border-right: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
  }
  .contentsTable th {
    background: #f0f0f0;
  }
  .notes li {
    font-size: 0.75rem;
  }
  .notesBtm {
    border-radius: 10px;
    padding: 10px;
  }
  .notesBtm li.parent {
    font-size: 0.75rem;
    margin-top: 5px;
  }
  .notesBtm li.parent:first-child {
    margin-top: 0;
  }
  .notesBtm .child li {
    font-size: 0.75rem;
    padding-left: 1em;
    text-indent: -1em;
  }
  .notesBtmRead {
    font-size: 0.75rem;
    margin: 15px 0;
  }
  .contact {
    display: block;
    margin-top: 15px;
    padding: 10px 0;
  }
  .contactTtl {
    display: block;
    margin: 0 auto;
  }
  .contactCol {
    display: block;
    padding: 10px 10px 0;
    width: auto;
  }
  .contactCol .ttl {
    font-size: 0.75rem;
  }
  .contactCol .tel {
    margin-top: 3px;
  }
  .contactCol .num {
    font-size: 1.88rem;
    padding-left: 38px;
  }
  .contactCol .num:before {
    content: "";
    width: 35px;
    height: 20px;
    margin-top: -10px;
    background: url(../img/ico_freedial.svg) no-repeat left top;
    -webkit-background-size: cover;
            background-size: cover;
  }
  .contactCol .txt {
    display: block;
    padding-top: 3px;
    padding-left: 0;
  }
  .contactCol .txt p {
    font-size: 0.69rem;
  }
  .contactCol .notes {
    margin-top: 3px;
  }
  .contactCol .notes li {
    font-size: 0.63rem;
  }
  .fancybox-slide--iframe .fancybox-content {
    width: 96% !important;
    max-width: 100% !important;
    border-radius: 10px !important;
  }
  .fancybox-slide--iframe .fancybox-content .fancybox-iframe {
    border-radius: 10px !important;
  }
  .colAreachoiceIn {
    -webkit-background-size: 70px auto;
            background-size: 70px auto;
    padding: 20px 0;
    height: auto;
    border-radius: 10px;
  }
  .colAreachoiceHead {
    width: 55%;
    max-width: 610px;
    top: 5%;
  }
  .colAreachoiceHead01 {
    display: block;
    width: 100%;
  }
  .colAreachoiceHeadPc {
    margin-top: 0;
  }
  .colAreachoiceHead02 {
    display: block;
    width: 92.131%;
    margin: 5px 0 0 0;
  }
  .colAreachoiceHead03 {
    display: block;
    width: 71.147%;
    margin: 5px 0 0 0;
  }
  .colAreachoiceMap {
    position: relative;
    top: auto;
    left: auto;
    padding-top: 45.3%;
    width: 92%;
    height: 0;
    margin: 0 auto;
  }
  .colAreachoiceMap svg {
    -webkit-filter: drop-shadow(4px 4px 0 #e8e8e8);
            filter: drop-shadow(4px 4px 0 #e8e8e8);
  }
  .colAreachoiceLinkOuter {
    position: relative;
    left: auto;
    top: auto;
    width: 92%;
    margin: 5px auto 0;
    letter-spacing: -1em;
    word-spacing: 0.1em;
    font-size: 0;
    text-align: center;
  }
  .colAreachoiceLink {
    width: 49.5%;
    display: inline-block;
    min-width: 49.5%;
    margin-top: 5px;
  }
  .colAreachoiceLink a {
    border-radius: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1.2;
    text-align: center;
    padding-left: 0;
  }
  .colAreachoiceLink a .fas {
    font-size: 0.75rem;
    right: 10px;
    top: calc(50% - 6px);
  }
  .colAreachoiceLink:nth-child(even) {
    margin-left: 1%;
  }
  .colAreachoiceLink.kansai,
  .colAreachoiceLink.chubu,
  .colAreachoiceLink.kanto,
  .colAreachoiceLink.tohoku,
  .colAreachoiceLink.hokuriku,
  .colAreachoiceLink.shikoku,
  .colAreachoiceLink.kyusyu,
  .colAreachoiceLink.chugoku,
  .colAreachoiceLink.hokkaido {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .colAreachoiceLink.kansai a:before,
  .colAreachoiceLink.kansai a:after,
  .colAreachoiceLink.chubu a:before,
  .colAreachoiceLink.chubu a:after,
  .colAreachoiceLink.kanto a:before,
  .colAreachoiceLink.kanto a:after,
  .colAreachoiceLink.tohoku a:before,
  .colAreachoiceLink.tohoku a:after,
  .colAreachoiceLink.hokuriku a:before,
  .colAreachoiceLink.hokuriku a:after,
  .colAreachoiceLink.shikoku a:before,
  .colAreachoiceLink.shikoku a:after,
  .colAreachoiceLink.kyusyu a:before,
  .colAreachoiceLink.kyusyu a:after,
  .colAreachoiceLink.chugoku a:before,
  .colAreachoiceLink.chugoku a:after,
  .colAreachoiceLink.hokkaido a:before,
  .colAreachoiceLink.hokkaido a:after {
    display: none;
  }
  .colAreachoiceBtn {
    height: auto;
    font-size: 1rem;
    line-height: 1.4;
    padding: 10px 0;
    margin-top: 20px;
  }
  .colAreachoiceBtn .fas {
    font-size: 1rem;
    right: 10px;
    top: calc(50% - 8px);
  }
  .areachoiceNavOuter.tabNav {
    margin-top: 43px;
    -webkit-column-gap: 2px;
       -moz-column-gap: 2px;
            column-gap: 2px;
  }
  .areachoiceNavOuter.tabNav > li a {
    font-size: 0.88rem;
    padding: 10px 0;
  }
  .areachoiceNavOuter.tabNav > li:nth-child(even) {
    margin-left: 0;
  }
  .areachoiceNavOuter.tabNav > li:nth-child(-n+6) a {
    padding: 10px 0 18px;
  }
  .areachoiceNavOuter.tabNav.-under > li > a {
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 374px) {
  .areachoiceNavOuter.tabNav li a {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .cpInfoTermBtn.toggleBtn {
    width: 100%;
  }
  .cpInfoTermBtn.toggleBtn a {
    padding-left: 0;
    padding-right: 0;
  }
  .cpInfoTermBtn.toggleBtn.-large a {
    padding: 6px 0;
    font-size: 0.88rem;
  }
  .cpInfoTermBtn.toggleBtn:before {
    right: 10px;
  }
  .cpInfoTermTable.contentsTable th {
    min-width: 0;
  }
  .cpInfoTermTable.contentsTable td {
    width: 85%;
  }
  .cpInfoTermTable.contentsTable .head {
    font-size: 0.75rem;
  }
  .cpInfoTermTable.contentsTable .txt {
    font-size: 0.63rem;
  }
  .cpInfoTermTable.contentsTable .notes li {
    font-size: 0.63rem;
  }
  .related_lists > li {
    width: 100%;
    margin-left: 0;
  }
  .related_lists > li:nth-child(4n) {
    margin-left: 0;
  }
  .related_lists > li:first-child, .related_lists > li:nth-child(odd) {
    margin-left: 0;
  }
  .related_lists > li:not(:first-child) {
    margin-top: 10px;
  }
  .related_lists > li > a {
    padding: 5px 25px 5px 10px;
  }
  .entrySS {
    padding: 10px 24% 10px 10px;
    margin: 0 0 20px;
  }
  .entrySS:after {
    width: 17vw;
    height: 35vw;
    right: 2vw;
    top: 1vw;
    bottom: auto;
  }
  .entrySS:before {
    border-radius: 10px;
  }
  .entrySS.-mt {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 330px) {
  .entrySS:after {
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .entrySS_btn {
    width: 100%;
    border-radius: 10px;
  }
  .entrySS_btn .btnArWLTop {
    font-size: 0.75rem;
    margin-top: -6px;
    right: 8px;
  }
  .entrySS_txtLink {
    font-size: 0.75rem;
    position: relative;
    text-align: left;
    margin-top: 10px;
  }
  .entrySS_txtLink:hover {
    text-decoration: none;
  }
}