@charset "UTF-8";
/* CSS Document */
/* GoogleFonts読み込み 下記のライセンス記述は削除禁止 */
/*
* "Noto Sans JP" licensed under the SIL Open Font License 1.1
* by https://fonts.google.com/specimen/Noto+Sans+JP
*/
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/NS-400.woff2') format('woff2'),
    url('fonts/NS-400.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/NS-700.woff2') format('woff2'),
    url('fonts/NS-700.woff') format('woff');
  font-display: swap;
}
/*--------------------------------------------------------------------------
 reset
---------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
small,
dl,
dt,
dd,
ol,
ul,
li {
  margin: 0;
  font-size: 100%;
}
ul {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
img {
  vertical-align: top;
}
li {
  list-style-type: none;
  vertical-align: baseline;
}
input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
html {
  font-size: 62.5%;
}
h1,
h2,
h3,
h4,
h5,
h6,
.catch,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.catch a {
  font-weight: bold;
  color: inherit;
  font-size: 2.0rem;
}
/*--------------------------------------
 Base
---------------------------------------*/
body {
  color: #333;
  font-family: 'Noto Sans JP', 'M PLUS 1p', 'Hiragino Kaku Gothic ProN',
    'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'sans-serif';
  font-size: 1.5rem;
  line-height: 1.8;
  min-width: 1000px;
  word-break: break-word;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #000;
  text-decoration: underline;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.wi1000 {
  width: 1000px;
  margin: 0 auto 8rem;
}
.sp {
  display: none;
}
.sp_br {
  display: none;
}
@media screen and (min-width: 481px) {
  a:hover,
  a img:hover {
    opacity: 0.6;
  }
}
.auto {
  margin: 0 auto;
}
p {
  margin: 15px 0;
}
span:not([class]) {
  color: #fc9420;
  font-weight: bold;
  font-size: 1.2em;
}
.caption {
  display: block;
  max-width: 100%;
  margin: 8px 0 0;
  font-size: 1rem;
  line-height: 1.3;
  word-break: break-all;
  color: #999;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*chrome safari*/
.caption::-webkit-scrollbar {
  height: 5px;
}
.caption::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}
.caption::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #ddd;
}
.caption a {
  color: inherit;
}
/* ================== */
/*header　*/
/* ================== */
header {
  position: relative;
}
#headNoteArea {
  width: 100%;
  padding: 1rem 0 1.5rem;
  font-size: 1.2rem;
  border-top: 8px solid #07a7e8;
}
#headNoteArea .areaInner {
  width: 1000px;
  padding: 0;
  margin: 0 auto;
}
#headNoteArea h1.sitename:before,
#headNoteArea .sitename a:before {
  content: 'PR';
  display: inline-block;
  background: #000;
  color: #fff;
  text-align: center;
  width: 3rem;
  margin-right: 1rem;
  font-size: 1.5rem;
}
#headNoteArea .sitename,
#headNoteArea .sitename a {
  font-size: 1.4rem;
  text-align: center;
  display: table;
  margin: auto;
  line-height: 1.2;
}
#headNoteArea .sitename a {
  text-decoration: none;
  background: none;
  padding: 0;
}
#headNoteArea .logo {
  margin: 2rem auto 0;
  width: 205px;
}
/* ================== */
/*g-nav　*/
/* ================== */
#g-nav {
  width: 100%;
  position: relative;
  margin: 0 0 20px;
}
#g-nav ul {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: center;
}
#g-nav ul li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 20%;
  position: relative;
  background-size: 104px, auto;
}
#g-nav ul li::after {
  content: '';
  width: 1px;
  height: 20px;
  display: inline-block;
  border-left: 1px solid #000;
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
}
#g-nav ul li:last-child::before {
  content: '';
  width: 1px;
  height: 20px;
  display: inline-block;
  border-right: 1px solid #000;
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
}
#g-nav li a {
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 1.4rem;
  padding: 16px 20px;
  box-sizing: border-box;
  line-height: 1.8rem;
}
#g-nav li a:hover {
  color: #07a7e8;
  position: relative;
}
#g-nav li a:hover::after {
  content: '';
  width: 95px;
  height: 4px;
  background: #07a7e8;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
}
/*--------------------------------------
 Pankuzu
---------------------------------------*/
#pankuzu {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 auto;
  padding: 14px 0 40px;
  width: 1000px;
}
#pankuzu a:hover {
  text-decoration: underline;
}
#pankuzu a {
  text-decoration: none;
}
#pankuzu span {
  font-size: 1.2rem;
  color: #333;
  font-weight: normal;
}
/*--------------------------------------
 Main Contents
---------------------------------------*/
#contents {
  margin: 0 auto;
  padding: 0;
}
#index,
#category,
#page {
  margin: 0;
  padding: 0;
}
#category,
#page {
  width: 1000px;
  margin: 0 auto;
}
#category .baseBox,
#page .baseBox {
  width: 760px;
  float: left;
}
/*--------------------------------------
 PageTop
---------------------------------------*/
#page-top {
  position: fixed;
  bottom: 220px;
  right: 20px;
  z-index: 2;
  width: 60px;
}
/*--------------------------------------
 Side
---------------------------------------*/
#side {
  box-sizing: border-box;
  width: 220px;
  float: right;
  margin: 30px 0 60px;
}
#side .sideBox {
  box-sizing: border-box;
  margin: 0 0 30px;
  padding: 10px;
  background: #fff2d3;
  overflow: hidden;
  border-radius: 10px;
}
#side .sideBox a {
  line-height: 1.6;
}
#side .sideBox .sttl {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
#side .sideBox .sttl a {
  background: #fff2d3;
  display: block;
  height: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  padding: 20px 10px 18px;
  position: relative;
  z-index: 2;
}
#side .sideBox ul {
  padding: 0 !important;
  margin: 0;
  background: #fff;
}
#side .sideBox li {
  border-top: dashed 1px #d4d4d4;
  background: none;
  padding: 0;
}
#side .sideBox li::before {
  content: none;
}
#side .sideBox li:first-child {
  border-top: none;
}
#side .sideBox li ul.subList li {
  border-top: dashed 1px #d4d4d4;
}
#side .sideBox li a {
  display: block;
  padding: 20px 25px 18px 10px;
  text-decoration: none;
  font-size: 1.3rem;
  background: url('img/arrow_black.svg') no-repeat right 10px center / auto 12px;
}
/*#side .sideBox .subList {
 margin: 0;
}
#side .sideBox .subList li {
 background: none;
 margin: 0;
}
#side .sideBox .subList li:last-child {
 background: none;
}
#side .sideBox .subList li a {
 background: url(img/arrow_side_sub.png) no-repeat left 15px top 10px, url(img/arrow_green.svg) right 10px center no-repeat;
 background-size: auto, auto 12px;
 display: block;
 padding: 13px 25px 13px 32px;
}
#side .sideBox ul li span:hover {
 opacity: 1;
 border-bottom: solid 2px #f6e847;
}*/
/*--------------------------------------
Footer
---------------------------------------*/
footer {
  margin: 10rem 0 0;
  padding: 0;
  background: #cbeefc;
}
footer .areaInner {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0 0 0;
}
footer a {
  color: #000;
}
footer .areaInner .footBox {
  margin: 0 0 30px 0;
}
footer .areaInner .footBox .sttl {
  border-bottom: 1px solid #3cb7ea;
  padding: 0 0 6px 0;
  margin: 0 0 14px 0;
}
footer .areaInner .footBox .sttl a {
  text-decoration: none;
  background: url('img/arrow_circle_blue.svg') 0px 50% no-repeat;
  background-size: 26px auto;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #07a7e8;
  padding: 3px 0 3px 34px;
}
footer .footBox ul {
  padding: 0 20px;
}
footer .areaInner .footBox .accChild {
  padding: 0 0 0 12px;
  box-sizing: border-box;
}
footer .areaInner .footBox .accChild li {
  background: none;
}
footer .areaInner .footBox .accChild li.subCat {
  margin: 0 30px 0 0;
  padding: 0;
}
footer .areaInner .footBox .accChild .sp + li::before {
  /* content: "　|　"; */
  letter-spacing: 0;
  color: #000;
}
footer .areaInner .footBox .accChild .sp + li::before {
  /* content: "|　"; */
  letter-spacing: 0;
  color: #000;
}
footer .areaInner .footBox .accChild .sp + li.subCat::before {
  content: '';
}
footer .areaInner .footBox .accChild .subList li::after {
  content: '　/　';
  letter-spacing: 0;
  color: #000;
}
footer .areaInner .footBox .accChild .subList li:last-child::after {
  content: none;
}
footer .areaInner .footBox .accChild li {
  display: inline-block;
  margin: 0 20px 0 0;
}
footer .areaInner .footBox .accChild li a {
  text-decoration: none;
  background: url('img/arrow_blue.svg') no-repeat 0 50% / auto 12px;
  font-size: 1.3rem;
  font-weight: normal;
  color: #000;
  padding: 0 0 0 29px;
}
footer .areaInner .footBox .accChild .subList li:first-child::before {
  content: '　/　';
  letter-spacing: 0;
  color: #000;
}
footer .areaInner .footBox .accChild .subList {
  display: inline-block;
  padding: 0;
  margin: 0 0 0 20px;
}
footer .areaInner .footBox .accChild .subList li {
  padding: 0;
  display: inline-block;
  margin: 0;
}
footer .areaInner .footBox .accChild .subList li a {
  padding: 0 8px;
  font-size: 13px;
  font-size: 1.3rem;
  background: none;
}
footer .areaInner .noticeArea {
  box-sizing: border-box;
  width: 71%;
  color: #000;
  margin: 60px auto 35px;
}
footer .areaInner .noticeArea p:first-child {
  padding: 20px 30px;
  font-size: 1.2rem;
  margin: 0;
  color: #000;
  background: #fff;
}
footer .areaInner .noticeArea .botPrg {
  font-size: 1.2rem;
  text-align: center;
  padding: 10px 0 0;
  border: none;
}
footer .botArea {
  background: #fff;
  padding: 13px 0;
}
footer .botArea .botInner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
footer .botArea .botInner .smap {
  float: right;
}
footer .botArea .botInner .smap a {
  font-size: 1.2rem;
}
footer p.copy {
  font-size: 1.2rem;
  color: #000;
  float: left;
  margin: 0;
}
footer p.copy a {
  color: #000;
}
footer .areaInner .footBox .accChild .sp {
  display: none;
}
/* ================== */
/*メインコンテンツ　*/
/* ================== */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  color: inherit;
}
.baseBox h1,
.baseBox h2,
.baseBox h3,
.baseBox h4,
.baseBox h5,
.baseBox h6 {
  line-height: 1.4;
  font-weight: bold;
  box-sizing: border-box;
}
.baseBox h1 a,
.baseBox h2 a,
.baseBox h3 a,
.baseBox h4 a,
.baseBox h5 a,
.baseBox h6 a {
  display: block;
  padding-right: 3rem;
  background: url('img/arrow_black.svg') no-repeat right 50% / 9px auto;
}
.baseBox .titLArea {
  text-align: center;
  margin: 0 auto 50px;
  position: relative;
}
.titLArea span,
.headArea > span,
.headArea a span {
  display: block;
  color: #07a7e8;
  font-size: 2.4rem;
  font-weight: bold;
}
.addCont08 .headArea a,
.addCont09 .headArea a,
.addCont07 .headArea a,
.addCont10 .headArea a {
  text-decoration: none;
}
.baseBox h1:not([class]) {
  text-align: center;
  font-size: 3rem;
  padding: 3rem;
  color: #07a7e8;
}
.baseBox h2:not([class]) {
  position: relative;
  margin: 50px 0 20px;
  padding: 15px 50px;
  font-size: 2.6rem;
  background: #07a7e8;
  border-radius: 10px;
  color: #fff;
}
.baseBox h2:not([class])::before {
  content: '';
  width: 45px;
  height: 53px;
  position: absolute;
  background: url(img/low_h3_01.png) left center no-repeat;
  background-size: 100% auto;
  top: -11px;
  left: -10px;
}
.baseBox h2:not([class])::after {
  content: '';
  width: 46px;
  height: 40px;
  position: absolute;
  background: url(img/low_h3_02.png) left center no-repeat;
  background-size: 100% auto;
  bottom: -6px;
  right: -10px;
}
.baseBox h2:not([class]) a {
  background-image: url('img/arrow_white.svg');
}
.baseBox h3:not([class]) {
  position: relative;
  border-bottom: solid 1px #07a7e8;
  margin: 35px 0 20px;
  padding: 7px 30px;
  padding-left: 6rem;
  font-size: 2.2rem;
}
.baseBox h3:not([class])::before {
  content: '';
  width: 40px;
  height: 38px;
  background: url(img/low_h4.png) no-repeat center top / 100% auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
}
.baseBox h4:not([class]),
.baseBox h5:not([class]),
.baseBox h6:not([class]) {
  margin: 35px 0 20px;
  padding: 3px 2rem;
  font-size: 2rem;
  position: relative;
}
.baseBox h4:not([class])::before,
.baseBox h5:not([class])::before,
.baseBox h6:not([class])::before {
  content: '';
  width: 5px;
  height: 100%;
  background-color: #07a7e8;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
#contents ul {
  margin: 20px 0 20px;
  padding: 10px 10px 0;
}
#contents ul li {
  padding: 0 0 6px 22px;
  position: relative;
}
#contents ul li::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #07a7e8;
  left: 2px;
  top: 6px;
}
#contents ol {
  margin: 20px 0 20px;
  padding: 10px 10px 0;
  counter-reset: number;
}
#contents ol li {
  padding: 2px 0 2px 30px;
  list-style: none;
  position: relative;
  counter-increment: number;
}
#contents ol li::before {
  display: block;
  background-color: #2bb571;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 6px;
  left: 0;
  color: #fff;
  text-align: center;
  line-height: 1.7;
  font-size: 1.2rem;
}
#contents ol li:nth-child(-n + 9)::before {
  content: counter(number);
}
#contents ol li:nth-child(n + 10)::before {
  content: counter(number);
}
#contents .rank_wrap {
  margin: 20px 0;
  counter-reset: number;
  list-style: none;
}
#contents .rank_wrap .rank {
  padding-left: 50px;
}
#contents .rank,
#contents .noCount .recommend,
#contents .noCount .check,
#contents .noCount .point,
#contents .rank_wrap2 .recommend,
#contents .rank_wrap3 .check,
#contents .rank_wrap4 .point {
  display: block;
  position: relative;
  margin: 60px 7px 20px 30px;
  padding: 15px 40px 15px 40px;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4;
  color: #333;
  background: #f6fcff;
  border-radius: 10px;
  box-shadow: 7px 8px 0px #9fd8ef;
}
#contents .rank_wrap2,
#contents .rank_wrap3,
#contents .rank_wrap4 {
  counter-reset: div;
}
#contents .rank::before {
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  padding: 10px 0 0 10px;
  line-height: 1.1;
  font-size: 3rem;
  color: #fff;
  border-radius: 50%;
  margin: auto 0;
  height: 55px;
  bottom: 0;
  top: 0;
  left: -27.5px;
  position: absolute;
  background: #2bb571;
  width: 55px;
  box-sizing: border-box;
  display: block;
}
#contents .noCount .recommend::before {
  content: '';
  background: url(img/recommend_ico.png) no-repeat left center;
  width: 55px;
  height: 55px;
  background-size: auto 100%;
  top: 50%;
  left: -30px;
  display: block;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#contents .noCount .check::before {
  content: '';
  background: url(img/check_ico.png) no-repeat left center;
  width: 55px;
  height: 55px;
  background-size: auto 100%;
  top: 50%;
  left: -30px;
  display: block;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#contents .noCount .point::before {
  content: '';
  background: url(img/point_ico.png) no-repeat left center;
  width: 55px;
  height: 55px;
  background-size: auto 100%;
  top: 50%;
  left: -30px;
  display: block;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#contents .rank_wrap2 .recommend::before {
  content: '';
  background: url(img/recommend_num.png) no-repeat left center;
  width: 55px;
  height: 55px;
  background-size: auto 100%;
  top: 50%;
  left: -30px;
  display: block;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#contents .rank_wrap3 .check::before {
  content: '';
  background: url(img/check_num.png) no-repeat left center;
  width: 55px;
  height: 55px;
  background-size: auto 100%;
  top: 50%;
  left: -30px;
  display: block;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#contents .rank_wrap4 .point::before {
  content: '';
  background: url(img/point_num.png) no-repeat left center;
  width: 55px;
  height: 55px;
  background-size: auto 100%;
  top: 50%;
  left: -30px;
  display: block;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#contents .rank_wrap2 .recommend::after,
#contents .rank_wrap3 .check::after,
#contents .rank_wrap4 .point::after {
  content: '';
  content: counter(div);
  counter-increment: div;
  position: absolute;
  left: -27.5px;
  top: 0;
  width: 55px;
  height: 55px;
  padding: 30px 0 0;
  line-height: 1.1;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
/*--------------------------------------
 map
---------------------------------------*/
.map iframe {
  width: 100%;
}
/*--------------------------------------
 table
---------------------------------------*/
#contents table {
  width: 100%;
  table-layout: fixed;
  margin: 30px auto;
}
#contents table th {
  width: 20%;
  padding: 14px 16px;
  background: #fff2d3;
  border: 1px solid #ccc;
  line-height: 1.4;
  text-align: center;
  font-size: 1.5rem;
  word-break: break-all;
}
#contents table td {
  line-height: 1.4;
  padding: 14px 20px;
  border: 1px solid #ccc;
  background: #ffffff;
  font-size: 1.3rem;
  text-align: left;
  word-break: break-all;
}
/*--------------------------------------
 float img
---------------------------------------*/
.subBox03 .float-wrap {
  background: #f5fcff;
  border-radius: 10px;
  padding: 3rem;
}
.float-wrap {
  margin: 4rem 0;
  box-sizing: border-box;
}
.float-wrap img {
  width: 100%;
}
.float-wrap .float-img + p {
  margin-top: 0;
}
.subBox03 .catch,
.float-wrap .catch {
  color: #2bb571;
  font-weight: bold;
  line-height: 1.4;
  font-size: 2rem;
  margin: 0 0 2rem;
}
.float-wrap .catch a {
  display: inline-block;
  background: url('img/arrow_green.svg') no-repeat right 50% / 8px auto;
  padding-right: 4.2rem;
}
.float-wrap .fl {
  width: 280px;
  padding: 0 40px 10px 0;
  text-align: center;
}
.float-wrap .fr {
  width: 280px;
  padding: 0 0 10px 40px;
  text-align: center;
}
.float-wrap .center {
  width: 280px;
  margin: 0 auto;
  padding: 0 0 20px;
  text-align: center;
}
/*--------------------------------------
 btn
---------------------------------------*/
.btn-internal,
.btn-web,
.btn-tel {
  width: 550px;
  max-width: 100%;
  margin: 4rem auto 6rem;
}
.btn-internal a,
.btn-web a,
.btn-tel a {
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  padding: 2.4rem 14%;
  display: block;
  text-align: center;
  position: relative;
  transition: 0.2s;
  border-radius: 1000px;
  background-color: #2bb571;
  box-shadow: 0px 5px 0px #1b7448;
}
.btn-internal a,
.btn-web a {
  position: relative;
}
.btn-internal a::after,
.btn-web a::after {
  content: '';
  width: 35px;
  height: 35px;
  background: url(img/arrow_circle_black.svg) no-repeat top center / 100% auto;
  position: absolute;
  right: 7%;
  top: 50%;
  transform: translateY(-50%);
}
.btn-web a {
  background-color: #fc9420;
  box-shadow: 0px 5px 0px #fc6820;
}
@media screen and (min-width: 481px) {
  .btn-internal:hover a,
  .btn-web:hover a {
    opacity: 1;
    transform: translate(0, 5px) translateZ(0);
    transition: 0.2s;
    box-shadow: none;
  }
}
.btn-tel {
  display: none;
}
.btn-tel a {
  color: #333;
  background: #f7d700 url('img/icon_tell.png') no-repeat left 7% top 50% / 20px
    auto;
  box-shadow: 0px 5px 0px #d6a41f;
}
.btn-link {
  margin: 20px 0;
  text-align: right;
}
.btn-link a {
  background: url('img/arrow_circle_blue.svg') left center no-repeat;
  background-size: 28px auto;
  padding: 4px 0 4px 38px;
  line-height: 1.3;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: underline;
}
.btn-link a:hover {
  text-decoration: none;
}
/*--------------------------------------
accordion
---------------------------------------*/
.btn-accordion {
  box-sizing: border-box;
  position: relative;
  width: 300px;
  max-width: 80%;
  margin: 3rem auto 0;
  padding: 1.8rem 5rem;
  background: #e9f7fd;
  border-radius: 1000px;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 481px) {
  .btn-accordion:hover {
    opacity: 0.7;
  }
}
#contents .btn-accordion span {
  display: inline;
  font-size: 1.9rem;
  line-height: 1.1;
  font-weight: bold;
  color: #333;
  margin: 0;
  padding: 0;
}
.btn-accordion::before {
  position: absolute;
  right: 7%;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 35px;
  height: 35px;
  background: url('img/btn_plus.png') no-repeat center top / 100% auto;
}
.btn-accordion.is-open::before {
  position: absolute;
  right: 7%;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 35px;
  height: 35px;
  background: url('img/btn_minus.png') no-repeat center top / 100% auto;
}
#contents .btn-accordion.is-open span {
  display: none;
}
.btn-accordion.is-open::after {
  content: '閉じる';
  text-align: center;
  font-size: 1.9rem;
  line-height: 1.1;
  font-weight: bold;
  color: #333;
  margin: 0;
  padding: 0;
}
.accordion-item {
  padding: 2rem 0;
}
#contents .accordion-item > * {
  margin-top: 0;
  margin-bottom: 0;
}
/*--------------------------------------
下層ページ共通パーツ
---------------------------------------*/
.addCont01 {
  position: relative;
}
.lower_boxs {
  padding: 3rem 1rem;
  margin-top: 16rem;
}
.addCont01 .bgTxt img {
  width: 202px;
  margin: 0 0 0 -5rem;
}
.addCont01::before {
  position: absolute;
  content: '';
  width: 100%;
  /* height: calc(100% - 4rem); */
  height: 100%;
  background: #e1f6fe;
  pointer-events: none;
  z-index: -1;
  top: 0;
  left: 0;
  margin: 0 -100% -100px;
  padding: 0 100% 100px;
}
.addCont01 .wi1000 {
  padding: 6.5rem 3rem;
}
.addCont01 .caption {
  color: #9d9d9d;
  line-height: 1.3;
  text-align: center;
}
.addCont01 .bgTxt {
  position: absolute;
  top: -8rem;
  left: 0;
  margin: 0 0 0 -8.4rem;
}
.addCont01 .headArea {
  margin: 0;
  padding: 0 1rem;
  position: relative;
}
.addCont01 .headArea::before {
  position: absolute;
  content: '';
  width: 89px;
  height: 420px;
  left: -110px;
  top: 10px;
  background: url(img/decoration_img.png) no-repeat left top / 100% auto;
}
.addCont01 .titL {
  margin: 0 auto 2rem;
  font-size: 4rem;
  line-height: 4.4rem;
  font-weight: bold;
}
.addCont01 .titL .small {
  display: block;
  color: #07a7e8;
  font-size: 2.4rem;
}
.addCont01 .thBoxArea {
  margin: 0 0 2rem;
}
.addCont01 .thBoxArea .sBox {
  width: 240px;
  padding: 0 2rem 2rem;
  float: left;
  margin: 0 1rem 0 0;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  border-radius: 10px;
  border: solid #07a7e8 2px;
  overflow: hidden;
}
.addCont01.lower_boxs .sBox {
  padding: 0 1rem 2rem;
}
.addCont01 .thBoxArea .sBox:nth-child(3n) {
  margin: 0;
}
.addCont01 .thBoxArea .sBox .comName {
  font-size: 1.6rem;
  font-weight: bold;
  background: #07a7e8 url('img/comname_icon_01.png') no-repeat left 12px top 50% /
    47px auto;
  padding: 2rem 1rem 2rem 7rem;
  margin: 0 -2rem 2rem;
  line-height: 1.6;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.addCont01 .thBoxArea .sBox .comName .small {
  display: block;
  font-size: 1.2rem;
}
.addCont01 .thBoxArea .sBox:nth-child(2) .comName {
  background-image: url('img/comname_icon_02.png');
}
.addCont01 .thBoxArea .sBox:nth-child(3) .comName {
  background-image: url('img/comname_icon_03.png');
}
.addCont01 .thBoxArea .sBox .com-catch {
  text-align: center;
  margin: 2rem 0;
}
.addCont01 .thBoxArea .sBox .ph {
  text-align: center;
}
.addCont01 .thBoxArea .sBox .text {
  margin: 2rem 0;
}
.addCont01 .thBoxArea .sBox .text div:first-child {
  font-weight: bold;
  color: #07a7e8;
  font-size: 19px;
}
.addCont01 .thBoxArea .sBox .com-catch p {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ecf9ff 60%);
  line-height: 1.4;
}
.addCont01 .thBoxArea .sBox .date-list-wrap {
  background: #ecf9ff;
  border-radius: 5px;
  padding: 4rem 1rem 3rem;
  margin: 5rem auto 2rem;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
}
.addCont01 .thBoxArea .sBox .date-list-wrap .date-title-top {
  font-size: 1.8rem;
  position: absolute;
  top: -10%;
  right: 0px;
  left: 0px;
  width: fit-content;
  display: block;
  color: #fff;
  margin: auto;
  background: #07a7e8;
  border-radius: 5px;
  padding: 10px 15px;
}
.addCont01 .thBoxArea .sBox .grayArea {
  background: #fff;
  margin: 2rem 0;
  border: solid 1px #ccc;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
}
.addCont01 .grayArea .ssTit {
  background: #fff2d3;
  font-size: 1.8rem;
  padding: 1rem;
  line-height: 1.4;
}
.addCont01 .grayArea .gray_txt {
  padding: 1rem;
  font-weight: bold;
  color: #fc9420;
}
.addCont01 .grayArea .gray_txt span {
  color: #333;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  display: block;
  margin: 2px 0 0;
}
.addCont01.lower_boxs .grayArea .gray_txt span {
  font-size: 1.2rem;
}
.addCont01 .thBoxArea .sBox .btn-web,
.addCont01 .thBoxArea .sBox .btn-internal {
  margin-bottom: 2rem;
}
.addCont01 .thBoxArea .sBox .btn-web a,
.addCont01 .thBoxArea .sBox .btn-internal a {
  padding: 1.6rem 19%;
}
.addCont01 .thBoxArea .sBox .btn-web a::after,
.addCont01 .thBoxArea .sBox .btn-internal a::after {
  width: 23px;
  height: 23px;
}
.txt-quote2 {
  font-size: 1.2rem;
}
.addCont02 {
  margin-top: 9rem;
}
.addCont04,
.addCont07,
.addCont08,
.addCont09,
.addCont10 {
  margin-top: 18rem;
}
.wi1000 {
  position: relative;
}
.wi1000 .bgTxt {
  position: absolute;
  top: -10rem;
  left: -20px;
}
.addCont04 h3 {
  font-size: 2rem;
}
/*--------------------------------------
  box-wrap
---------------------------------------*/
.box-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 4rem auto 2rem;
}
.box-wrap .box {
  box-sizing: border-box;
  width: calc((100% - 4rem) / 2);
}
.box-wrap .typeA {
  background-color: #f0fef7;
  border-radius: 10px;
  overflow: hidden;
}
.box-wrap .typeA .box-head {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-top: #2bb571 solid 8px;
  border-bottom: #2bb571 solid 1px;
  padding: 2.4rem 2rem;
  margin: 0 auto 2rem;
}
.box-wrap .typeA .box-head .sttl {
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: bold;
}
.box-wrap .typeA .box-body {
  padding: 0 2rem;
}
.box-wrap .typeB {
  text-align: center;
}
/*--------------------------------------
  frame-wrap
---------------------------------------*/
.frame-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 2rem auto;
}
.frame-wrap::after {
  content: '';
  width: calc((100% - 6.4rem) / 3);
  height: 0;
}
.frame-wrap .frame {
  box-sizing: border-box;
  width: calc((100% - 6.4%) / 3);
  padding: 0 2.4% 1rem;
  border: #a5dbc0 solid 20px;
  border-radius: 20px;
}
.frame-wrap .frame:nth-child(n + 4) {
  margin-top: 2rem;
}
.frame-wrap .frame .frame-head {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 3rem 0;
}
.frame-wrap .frame .frame-head .sttl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  color: #2bb571;
  width: 100%;
}
.frame-wrap .frame .frame-head .sttl .small {
  font-size: 1.6rem;
}
.frame-wrap .frame .frame-head a {
  box-sizing: border-box;
  text-decoration: none;
  color: inherit;
  display: block;
  width: 100%;
  padding: 0 1.4rem 0 0;
  background: url('img/arrow_green.svg') no-repeat right 50% / 7px auto;
}
.frame-wrap .frame .frame-body *:first-child {
  margin-top: 0;
}
.frame-wrap .frame .frame-body *:last-child {
  margin-bottom: 0;
}
.frame-wrap .frame .frame-flame {
  text-align: center;
  margin: 0 0 2rem;
}
.frame-wrap .frame .dashed {
  background: #edfaff;
  font-size: 1.3rem;
  padding: 1.4rem 1rem;
  word-break: break-all;
}
.frame-wrap .frame .dashed .catch {
  font-weight: bold;
  line-height: 1.4;
  font-size: 1.5rem;
  text-align: center;
}
#contents .frame-wrap .frame ul {
  margin: 1rem 0 0;
  padding: 0;
}
/*--------------------------------------
  date-tag-wrap
---------------------------------------*/
.date-tag-wrap {
  width: 100%;
  margin: 4rem auto;
}
.date-tag-wrap .date-title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  color: #2bb571;
  margin: 0 auto;
}
.date-tags {
  padding: 10px;
}
.date-tags .tags-inline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.date-tags .tags-inline::after {
  content: '';
  width: 30%;
  height: 0;
}
.date-tag-wrap .tags-inline .tags-inline-list {
  text-decoration: none;
  width: 30%;
  min-height: 53px;
  border: 2px solid #07a7e8;
  margin: 1rem 0;
  padding: 0.4rem 1rem;
  text-align: center;
  position: relative;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
}
#contents .tags-inline-list .caption:first-of-type {
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0;
  color: #333;
}

.date-tag-wrap .tags-inline .tags-inline-list::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #07a7e8 transparent transparent transparent;
}

/*--------------------------------------
  banner
---------------------------------------*/
/* pc */
.cmn02-text-banner-box__image img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  object-fit: cover;
}
.index-banner_pc {
  position: fixed;
  right: 0;
  bottom: 2rem;
  z-index: 10;
  display: none;
}
.index-banner_pc a {
  text-decoration: none;
}
.text-banner-box {
  max-width: 180px;
  background: #2bb571;
  position: relative;
}
.text-banner-box:after {
  content: '';
  position: absolute;
  bottom: 2%;
  right: 2%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #fff transparent;
}
.pc-bannerArea .imgArea {
  width: 40%;
}
.text-banner-box__text {
  padding: 1rem 2rem 2rem 2rem;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.375;
  font-weight: bold;
}
.text-banner-box__text .mainttl {
  color: #fff;
}
.cmn02-text-banner-box__catch {
  display: block;
  margin: 0 0 1rem 0;
}
.text-banner-box__text .cmn02-paragraph {
  color: #fff;
}
/* sp */
.text-banner-box.part03 .cmn02-text-banner-box__image img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.index-banner {
  position: fixed;
  right: 0;
  bottom: 0rem;
  z-index: 310;
  width: 100%;
  display: none;
}
.index-banner a {
  text-decoration: none;
  color: #fff;
  display: block;
}
.text-banner-box.part03 {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.text-banner-box.part03 .cmn02-text-banner-box__image {
  aspect-ratio: 104 / 73;
  height: 88px;
}
.text-banner-box.part03 .cmn02-text-banner-box__image img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.text-banner-box.part03:after {
  content: none;
}
.text-banner-box.part03 .cmn02-paragraph {
  font-size: 3.3vw;
  font-weight: bold;
  color: #fff;
}
.text-banner-box.part03 .text-banner-box__text {
  padding: 1rem 2.7rem 1rem 2rem;
  position: relative;
  background: #2bb571;
  display: flex;
  align-items: center;
}
.text-banner-box.part03 .text-banner-box__text:after {
  content: '';
  position: absolute;
  background: url('img/banner_arrow.png') right center no-repeat;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 17px;
  height: 31px;
  background-size: 10px auto;
}
/*--------------------------------------
  toc_parts
---------------------------------------*/
.toc_parts {
  max-width: 570px;
  background: #e9f7fd;
  margin: 5rem auto;
  padding: 4rem 3rem;
  box-sizing: border-box;
}
.toc_parts .ttl {
  padding: 0 0 0 1rem;
  font-size: 2rem;
  font-weight: bold;
  border-left: 4px solid #07a7e8;
}
#toc {
  margin: 1.5rem 0 0 0;
  padding: 0 2rem 0;
  border-top: 1px solid #07a7e8;
}
#toc .chapter {
  margin: 0 0 2rem;
  counter-reset: count;
}
#toc .chapter .chapter-h {
  margin: 2rem 0 0;
  padding: 0 0 0 3.5rem;
  font-size: 1.6rem;
  line-height: 1.8;
  position: relative;
  counter-increment: count;
  background: none;
}
#toc .chapter .chapter-h:last-child {
  margin-bottom: 0;
}
#toc ul.chapter .chapter-h::before {
  content: counter(count, decimal-leading-zero);
  position: absolute;
  top: 14px;
  left: 0;
  transform: translate(0, -50%);
  color: #07a7e8;
  font-size: 2rem;
  font-weight: bold;
  background: none;
  width: auto;
  height: auto;
  border-radius: 0;
}
#toc .chapter .chapter-h a {
  font-weight: bold;
  text-decoration: none;
}
#toc .chapter .chapter-h span {
  color: #0b072b;
  font-weight: bold;
}
#toc li.chapter-h.chapter-h-three {
  margin: 1rem 0 1rem 4rem;
  padding: 0 0 0 1.5rem;
  counter-increment: none;
}
#toc li.chapter-h.chapter-h-three::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: solid 1px #0b072b;
  border-right: solid 1px #0b072b;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#toc li.chapter-h.chapter-h-three a {
  font-weight: 400;
}
#toc li.chapter-h.chapter-h-three span {
  font-weight: 400;
}
#toc .chapter br {
  display: none;
}
@media screen and (max-width: 480px) {
  body {
    line-height: 1.7;
    width: 100%;
    min-width: 100%;
  }
  .pc {
    display: none;
  }
  .pc_br {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp_br {
    display: block;
  }
  img {
    max-width: 100%;
  }
  p {
    font-size: 1.4rem;
    margin: 10px 0;
  }
  a {
    text-decoration: none;
  }
  .addCont01 .wi1000 {
    padding: 5rem 3rem 3rem;
  }
  .wi1000 {
    width: 100%;
    margin: 0 auto 10rem;
    padding: 0 1.5rem;
    box-sizing: border-box;
  }
  .baseBox {
    width: 100%;
    padding: 0 1.5rem;
    margin: 0 auto;
  }
  #category,
  #page {
    width: 100%;
    margin: 0 auto;
  }
  #category .baseBox,
  #page .baseBox {
    width: 100%;
    float: none;
    box-sizing: border-box;
  }
  /* ================== */
  /*header　*/
  /* ================== */
  header {
    position: relative;
  }
  #headNoteArea {
    width: 100%;
    padding: 10px 4% 6px;
    font-size: 1.2rem;
    box-sizing: border-box;
    display: table;
  }
  #headNoteArea .areaInner {
    background: none;
    padding: 0;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
  }
  #headNoteArea .sitename,
  #headNoteArea .sitename a {
    font-size: 1.2rem;
    padding: 0 5rem 1rem 0;
    text-align: left;
    margin: 0;
    display: flex;
    align-items: center;
  }
  #headNoteArea .sitename a {
    background: none;
    padding: 0;
    font-weight: bold;
    margin: 0;
  }
  #headNoteArea .logo {
    margin: 1rem auto 0;
    width: 130px;
  }
  /* ハンバーガーメニュー */
  .out-frame {
    position: relative;
    width: 100%;
  }
  .out-frame.black::after {
    background: #fff;
    opacity: 0.6;
    content: '';
    height: 10000px;
    right: 0;
    top: 0;
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 1;
    transition: all 0.5s ease;
  }
  .out-frame::after {
    background: #fff;
    opacity: 0;
    content: '';
    right: 0;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 1;
    transition: all 0.5s ease;
  }
  .header-frame {
    position: relative;
    width: 100%;
    height: 64px;
  }
  .menu-btn {
    background: url(./img/sp-btn-menu_on.png) 0 0 no-repeat;
    background-size: 35px;
    position: absolute;
    top: 22px;
    right: 13px;
    height: 35px;
    width: 35px;
    z-index: 10;
  }
  .navOpenOut {
    background: rgba(255, 255, 255, 0.5);
    padding: 22px 13px 20px;
    box-sizing: border-box;
    height: 77px;
  }
  .navOpen {
    background: url(./img/sp-btn-menu_off.png) 0 0 no-repeat;
    background-size: 35px;
    position: inherit;
    top: inherit;
    right: 13px;
    height: 35px;
    width: 35px;
    z-index: 10;
    float: right;
  }
  #sp_titArea .is-fixed {
    position: fixed;
    top: 22px;
    right: 13.5px;
    z-index: 2;
  }
  .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  .menu-btn img {
    opacity: 1;
  }
  .black .menu-btn img {
    opacity: 0;
  }
  .header-menu {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    height: 100%;
    overflow-y: scroll;
  }
  .header-menu ul li a {
    display: block;
    padding: 15px 35px 15px 10px;
    background: #83cdc0 url('img/arrow_green_left.png') 97% 50% no-repeat;
    background-size: 16px auto;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    line-height: 1.3;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .header-menu ul.accordion li ul li:first-child a {
    padding: 12px 35px 12px 10px;
    color: #000;
  }
  .header-menu ul li.delete {
    background: #b5b5b5 url('img/batu.png') 60% 50% no-repeat;
    background-size: 19px;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
  }
  .header-menu ul.accordion ul {
    display: none;
  }
  .header-menu ul.accordion .subCat ul.subList {
    display: block;
  }
  .header-menu ul.accordion .tglMenu {
    display: block;
    padding: 15px 35px 15px 10px;
    background: #07a7e8;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    line-height: 1.3;
    color: #fff;
    font-size: 1.4rem;
    position: relative;
  }
  .header-menu ul.accordion .tglMenu::after {
    content: '';
    width: 16px;
    height: 16px;
    background: url('img/arrow_circle_blue.svg') no-repeat center top / 100%
      auto;
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translate(0%, -50%) rotate(90deg);
  }
  .header-menu ul.accordion .open.tglMenu::after {
    transform: translate(0%, -50%) rotate(-90deg);
  }
  .header-menu ul.accordion ul li a {
    padding: 12px 30px 12px 20px;
    background: #fff url('img/arrow_blue.svg') right 12px center no-repeat;
    background-size: 6px auto;
    color: #444;
    border-bottom: 1px solid #444;
  }
  .header-menu ul.accordion ul li.subCat a {
    padding: 12px 30px 12px 20px;
  }
  .header-menu ul.accordion .subCat ul.subList li a {
    border-bottom: 1px solid #444;
    padding: 12px 30px 12px 30px;
  }
  .header-menu ul.accordion li ul li:last-child a {
    border-bottom: none;
  }
  /*--------------------------------------
  Footer
  ---------------------------------------*/
  footer {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    margin: 40px 0 0;
  }
  #pankuzuWrap + #contents + footer {
    margin: 60px 0 0;
  }
  footer .areaInner {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  footer .areaInner .footBox {
    margin: 0;
  }
  footer .areaInner .footBox .sttl a {
    display: block;
    box-sizing: border-box;
    font-size: 1.4rem;
    padding: 10px 40px 10px 4%;
    background-image: none;
    position: relative;
  }
  footer .areaInner .footBox .sttl a::after {
    content: '';
    width: 16px;
    height: 16px;
    background: url('img/arrow_circle_blue.svg') no-repeat center top / 100%
      auto;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  footer .areaInner .footBox .sttl.tglMenu a::after {
    transform: translateY(-50%) rotate(90deg);
  }
  footer .areaInner .footBox .sttl.tglMenu.open a::after {
    transform: translateY(-50%) rotate(-90deg);
  }
  footer .areaInner .footBox .sttl {
    border-bottom: 1px solid #aec9bb;
    padding: 0;
    margin: 0;
  }
  footer .areaInner .footBox .accChild {
    display: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background: #fff;
  }
  footer .areaInner .footBox .accChild li {
    float: none;
    padding: 0;
    margin: 0;
    background: none;
    display: block;
  }
  footer .areaInner .footBox .accChild li a {
    display: block;
    box-sizing: border-box;
    background: url('img/arrow_blue.svg') right 12px center no-repeat;
    background-size: 6px auto;
    color: #000;
    border-bottom: 1px dotted #000;
    padding: 10px 40px 10px 4%;
    font-size: 13px;
    font-size: 1.3rem;
  }
  footer .areaInner .footBox .accChild li.subCat {
    margin: 0;
  }
  footer .areaInner .footBox .accChild li.subCat a {
    display: block;
    box-sizing: border-box;
    background: url('img/arrow_blue.svg') right 12px center no-repeat;
    background-size: 6px auto;
    color: #444;
    border-bottom: 1px dotted #444;
    padding: 10px 40px 10px 8%;
  }
  footer .areaInner .footBox .accChild li.subCat:last-child li:last-child a {
    border: none;
  }
  footer .areaInner .footBox .accChild .subList {
    padding: 0;
    margin: 0;
    display: block;
  }
  footer .areaInner .footBox .accChild .subList li {
    display: block;
  }
  footer .areaInner .footBox .accChild .subList li:first-child::before {
    content: '';
  }
  footer .areaInner .footBox .accChild .subList li::after {
    content: '';
  }
  footer .areaInner .footBox .accChild li.subCat::after {
    content: '';
  }
  footer .areaInner .footBox .accChild .subList li a {
    padding: 10px 40px 10px 14%;
    background: url('img/arrow_black.svg') right 12px center no-repeat;
    background-size: 6px;
  }
  footer .areaInner .footBox .accChild li::after {
    content: '';
  }
  footer .areaInner .footBox .accChild li:last-child::after {
    content: '';
  }
  footer .areaInner .noticeArea {
    box-sizing: border-box;
    width: 90%;
    margin: 30px auto 30px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8em;
    color: #444;
  }
  footer .areaInner .noticeArea p {
    padding: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  footer .areaInner .noticeArea .botPrg {
    text-align: center;
    background: transparent;
    padding: 0;
    font-size: 10px;
    font-size: 1rem;
    margin: 10px 0 0;
  }
  footer .botArea {
    padding: 0;
  }
  footer .botArea .botInner {
    width: 100%;
  }
  footer p.copy {
    margin: 0;
    padding: 14px 15px 12px;
    font-size: 1.2rem;
    line-height: 1.3;
    text-align: center;
  }
  footer a {
    color: #fff;
    text-decoration: none;
  }
  footer .botArea .botInner .smap {
    display: none;
  }
  footer .areaInner .footBox .accChild .sp {
    display: block;
  }
  /*--------------------------------------
   PageTop
  ---------------------------------------*/
  #page-top {
    position: fixed;
    bottom: 100px;
    right: 3%;
    z-index: 2;
    width: 40px;
  }
  /* ================== */
  /*メインコンテンツ　*/
  /* ================== */
  .baseBox h1 a,
  .baseBox h2 a,
  .baseBox h3 a,
  .baseBox h4 a,
  .baseBox h5 a,
  .baseBox h6 a {
    padding-right: 1.6rem;
    background: url('img/arrow_black.svg') no-repeat right 50% / 7px auto;
  }
  .baseBox .titLArea {
    margin: 15px auto 20px;
  }
  .baseBox h1:not([class]) {
    text-align: center;
    position: relative;
    margin: 0;
    box-sizing: border-box;
    font-size: 2.5rem;
    line-height: 1.3;
  }
  .baseBox h1:not([class])::before {
    width: 32px;
    height: 7px;
  }
  .baseBox h2:not([class]) {
    position: relative;
    margin: 3.5rem 0 2rem;
    padding: 1.5rem 2rem;
    font-size: 2.3rem;
    line-height: 1.4;
  }
  h2:not([class])::before {
    width: 36px;
    height: 40px;
  }
  .baseBox h2:not([class])::after {
    width: 30px;
    height: 22px;
  }
  .baseBox h3:not([class]) {
    position: relative;
    margin: 35px 0 20px;
    padding: 10px 15px 8px 45px;
    font-size: 2.1rem;
    line-height: 1.4;
  }
  .baseBox h3:not([class])::before {
    width: 42px;
    height: 39px;
  }
  .baseBox h6:not([class]),
  .baseBox h4:not([class]),
  .baseBox h5:not([class]) {
    position: relative;
    margin: 35px 0 20px;
    padding: 6px 10px 6px 15px;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  #contents ul li {
    min-height: 12px;
    padding: 0 0 4px 22px;
    font-size: 13px;
  }
  #contents ul li::before {
    top: 4px;
  }
  #contents ol {
    padding: 10px 10px 0;
  }
  #contents ol li {
    padding: 0 0 4px 22px;
    font-size: 1.3rem;
  }
  #contents ol li::before {
    width: 17px;
    height: 17px;
    top: 2px;
    letter-spacing: -0.5px;
    line-height: 1.4;
    font-size: 1.3rem;
  }
  #contents .rank,
  #contents .noCount .recommend,
  #contents .noCount .check,
  #contents .noCount .point,
  #contents .rank_wrap2 .recommend,
  #contents .rank_wrap3 .check,
  #contents .rank_wrap4 .point {
    margin: 3rem 1rem 2rem 1rem;
    padding: 1.6rem 1rem 1.6rem 5rem;
    font-size: 1.8rem;
  }
  #contents .rank::before {
    width: 50px;
    left: -10px;
    height: 50px;
    padding: 13px 0 0px 13px;
    line-height: 1.1;
    font-size: 2rem;
  }
  #contents .noCount .recommend::before,
  #contents .noCount .check::before,
  #contents .noCount .point::before,
  #contents .rank_wrap2 .recommend::before,
  #contents .rank_wrap3 .check::before,
  #contents .rank_wrap4 .point::before {
    font-size: 1rem;
    left: -10px;
  }
  #contents .rank_wrap2 .recommend::after,
  #contents .rank_wrap3 .check::after,
  #contents .rank_wrap4 .point::after {
    top: 2px;
    width: 50px;
    height: 100%;
    left: -7px;
    padding: 2.2rem 0 0;
    font-size: 2rem;
  }
  .addCont02,
  .addCont04,
  .addCont07,
  .addCont09,
  .addCont10 {
    margin-top: 7rem;
  }
  .addCont08 {
    margin-top: 0;
  }
  .addCont04 h3 {
    font-size: 1.6rem;
  }
  .faq.f_l {
    max-width: 60%;
  }
  .faq.f_l .faq-txt,
  .faq.f_l .faq-txt p {
    max-width: 100%;
  }
  .faq.f_l .faq-txt .faq-img.fl {
    background: none;
  }
  /*--------------------------------------
   table
  ---------------------------------------*/
  #contents .scroll {
    display: table;
  }
  #contents table {
    border-collapse: collapse;
    width: 100%;
    border: none;
    border-top: 1px solid #ccc;
  }
  #contents table tr {
    margin: 0;
  }
  #contents table tr:last-child {
    margin: 0;
  }
  #contents table th {
    font-weight: bold;
    text-align: center;
    font-size: 1.5rem;
    border: 1px solid #ccc;
    border-top: none;
    width: 30px;
  }
  #contents table td {
    background: #fff;
    font-size: 1.3rem;
    width: 70%;
  }
  #contents table th,
  #contents table td {
    padding: 10px;
    line-height: 2.4rem;
    box-sizing: border-box;
    border: 1px solid #ccc;
  }
  #contents table td:first-of-type {
    border: 1px solid #bcc7cb;
  }
  #contents table td:last-of-type {
    border-bottom: 1px solid #bcc7cb;
  }
  #contents .js-scrollable {
    overflow: auto;
  }
  #contents .js-scrollable table.scroll-table tr {
    display: table-cell;
  }
  #contents .js-scrollable table.scroll-table {
    width: auto;
    white-space: nowrap;
  }
  #contents .js-scrollable table.scroll-table th,
  #contents .js-scrollable table.scroll-table td {
    word-break: break-all;
  }
  #contents .js-scrollable table.scroll-table td {
    white-space: nowrap;
    word-break: break-all;
  }
  /*--------------------------------------
   float img
  ---------------------------------------*/
  /*.fr {
  float: none;
  }*/
  .float-wrap {
    margin: 20px 0;
    padding: 0;
  }
  .float-wrap .float-img {
    margin: 0 0 12px 0;
    padding: 0;
    width: 100%;
  }
  .float-wrap .fr {
    width: 100%;
    padding: 0;
    text-align: left;
  }
  .float-wrap img {
    width: 100%;
  }
  #contents .caption {
    margin: 8px 0 0;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.3;
    word-break: break-all;
    color: #999;
    text-align: center;
  }
   #contents .slider .caption {
    margin-bottom: 3rem;
  }
  #contents #category .float-wrap .fl,
  #contents #page .float-wrap .fl {
    width: 100%;
  }
  #contents #category .float-wrap .fr,
  #contents #page .float-wrap .fr {
    width: 100%;
  }
  #contents #category .float-wrap .center,
  #contents #page .float-wrap .center {
    width: 100%;
  }
  #contents .floatBox01 .float-wrap {
    margin: 20px 0;
    padding: 0;
  }
  #contents .floatBox01 .float-wrap img {
    width: 100%;
  }
  #contents .floatBox01 .float-wrap p {
    margin: 0;
    padding: 0;
  }
  #contents .floatBox01 .float-wrap .fl.t_small,
  #contents #category .floatBox01 .float-wrap .fl.t_small,
  #contents #page .floatBox01 .float-wrap .fl.t_small {
    width: 40%;
    padding: 0 20px 0 0;
    text-align: center;
    float: left;
  }
  #contents .floatBox01 .float-wrap .fr.t_sma l,
  #contents #category .floatBox01 .float-wrap .fr.t_small,
  #contents #page .floatBox01 .float-wrap .fr.t_small {
    width: 40%;
    padding: 0 0 0 20px;
    margin: 0;
    text-align: center;
    float: right;
  }
  #contents .floatBox01 .float-wrap .ct {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 20px;
    text-align: center;
  }
  /*--------------------------------------
   btn
  ---------------------------------------*/
  .btn-internal,
  .btn-web,
  .btn-link,
  .btn-tel {
    width: 90%;
    margin: 3rem auto;
    position: relative;
  }
  .btn-internal a,
  .btn-web a,
  .btn-link a,
  .btn-tel a {
    font-size: 1.6rem;
    padding: 1.5rem 4.5rem;
  }
  .btn-internal a::after,
  .btn-web a::after {
    width: 20px;
    height: 20px;
  }
  .btn-tel {
    display: block;
  }
  .btn-link a {
    font-size: 1.6rem;
    font-weight: bold;
    display: block;
    text-align: center;
    position: relative;
    border: #333 solid 1px;
    border-radius: 1000px;
    text-decoration: none;
    background: #fff url(img/arrow_circle_black.svg) no-repeat right 7% top 50% /
      20px auto;
    box-shadow: 0px 5px 0px #87ceeb;
  }
  /*--------------------------------------
  pankuzu
  ---------------------------------------*/
  #pankuzuWrap {
    overflow: auto;
    white-space: nowrap;
  }
  #pankuzu {
    box-sizing: border-box;
    width: 100%;
    padding: 6px 10px 8px;
    font-size: 11px;
    font-size: 1.1rem;
    color: #838383;
  }
  #pankuzu a {
    color: #838383;
  }
  #contents .sitemap {
    padding: 0 10px;
    box-sizing: border-box;
  }
  #contents .sitemap h1 {
    width: 100%;
  }
  /*--------------------------------------
 下層ページ共通パーツ 
 ---------------------------------------*/
  .addCont01 {
    margin: 8rem 0 0 0;
    width: auto;
    box-sizing: border-box;
  }
  .lower_boxs {
    width: auto;
    margin: 5rem -1.5rem 0;
    padding: 8rem 1.5rem 0;
  }
  .addCont01 .bgTxt {
    top: 0;
    left: 30px;
  }
  .addCont01 .bgTxt img {
    width: 90px;
    padding: 0 0 0 12rem;
  }
  .addCont01::before {
    top: 3rem;
    height: calc(100% - 1rem);
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .addCont01 .headArea {
    padding: 0;
    margin-bottom: 3rem;
  }
  .addCont01 .headArea::before {
    width: 30px;
    height: 145px;
    left: -14px;
    top: 10px;
    display: none;
  }
  .addCont01 .headArea a {
    text-decoration: underline;
  }
  .addCont01 .titL {
    font-size: 2.3rem;
    line-height: 3rem;
  }
  #index .wi1000 .titL {
    font-size: 2.3rem;
  }
  .titLArea span,
  .headArea > span,
  .headArea a span {
    font-size: 1.8rem;
    text-align: center;
  }
  .addCont01 .titL .small {
    font-size: 1.8rem;
  }
  .addCont01 .thBoxArea {
    margin: 3rem auto 0;
  }
  .addCont01 .thBoxArea .sBox {
    float: none;
    width: 100%;
    margin: 0 0 2rem;
  }
  .addCont01.lower_boxs .sBox {
    padding: 0 2rem 2rem;
  }
  .addCont01 .thBoxArea .sBox .comName {
    font-size: 2rem;
    margin: 0 -2rem 1rem;
    padding: 2rem 1rem 2rem 7rem;
  }
  .addCont01 .thBoxArea .sBox .comName span {
    font-size: 1.4rem;
  }
  .addCont01 .thBoxArea .sBox.gungun .comName {
    background-size: 40px auto;
  }
  .addCont01 .thBoxArea .sBox.nobinobi .comName {
    background-size: 40px auto;
  }
  .addCont01 .thBoxArea .sBox.anshin .comName {
    background-size: 40px auto;
  }
  .addCont01 .thBoxArea .sBox .ph img {
    width: 100%;
  }
  .addCont01 .thBoxArea .sBox .com-catch {
    margin: 1.5rem auto 2rem;
  }
  .addCont01 .thBoxArea .sBox .icon li {
    font-size: 1.2rem;
    width: calc(100% / 2 - 5px);
    float: left;
    padding: 8px 10px 6px;
  }
  .addCont01.grayArea .ssTit {
    font-size: 1.8rem;
  }
  .addCont01.grayArea .gray_txt {
    font-size: 2.3rem;
    padding: 2rem;
  }
  .slider-area .slider-nav .slick-track,
  .slider-area .slider-nav .slick-list {
    height: 100% !important;
  }
  /*--------------------------------------
 accordion
 ---------------------------------------*/
  .btn-accordion::before,
  .btn-accordion.is-open::before {
    width: 25px;
    height: 25px;
  }
  #contents .btn-accordion span,
  .btn-accordion.is-open::after {
    font-size: 1.6rem;
  }
  /*--------------------------------------
  box-wrap
 ---------------------------------------*/
  .box-wrap {
    display: block;
    margin: 2rem auto;
  }
  .box-wrap .box {
    width: 100%;
  }
  .box-wrap .box + .box {
    margin-top: 2rem;
  }
  .box-wrap .typeA .box-head .sttl {
    font-size: 1.6rem;
  }
  /*--------------------------------------
   frame-wrap
 ---------------------------------------*/
  .frame-wrap {
    display: block;
  }
  .frame-wrap .frame {
    width: 100%;
    padding: 2rem 2rem 1rem;
  }
  .frame-wrap .frame + .frame {
    margin-top: 2rem;
  }
  .frame-wrap .frame .frame-head {
    padding: 0 0 2rem;
  }
  .frame-wrap .frame .dashed .catch {
    font-size: 1.6rem;
  }
  /*--------------------------------------
   date-tag-wrap
 ---------------------------------------*/
  .date-tag-wrap {
    width: 100%;
  }
  .date-tags {
    padding: 10px;
  }
  .date-tag-wrap .tags-inline .tags-inline-list {
    font-size: 1.6rem;
  }
  /*--------------------------------------
  banner
 ---------------------------------------*/
  .index-banner_pc {
    display: none !important;
  }
  /*--------------------------------------
 toc
 ---------------------------------------*/
  .toc_parts {
    margin: 3rem 0;
    padding: 3rem 2.5rem 2rem;
  }
  .toc_parts .ttl {
    font-size: 1.6rem;
    border-left: 2px solid #6e6e6e;
  }
  #toc {
    margin: 1.5rem 0 0 0;
    padding: 1rem 0 0;
  }
  #toc .chapter .chapter-h {
    margin: 1rem 0;
    padding: 0 0 0 3rem;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  #toc ul.chapter .chapter-h::before {
    top: 11px;
    font-size: 1.8rem;
  }
  #toc li.chapter-h.chapter-h-three {
    margin: 0.5rem 0 0.5rem 2rem;
  }
  #toc li.chapter-h.chapter-h-three::before {
    top: 6px;
    width: 6px;
    height: 6px;
  }
  #toc li.chapter-h-three + .chapter-h-two {
    margin-top: 2rem;
  }
}
