@charset "utf-8";
/* GoogleFonts読み込み 下記のライセンス記述は削除禁止 */
/*
* "Noto Serif JP" licensed under the SIL Open Font License 1.1
* by https://fonts.google.com/specimen/Noto+Serif+JP
*/
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/NSerif-400.woff2') format('woff2'),
    url('fonts/NSerif-400.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;
}
th,
td {
  word-break: break-all;
}
html {
  font-size: 62.5%;
}
h1,
h2,
h3,
h4,
h5,
h6,
.catch {
  font-weight: bold;
}
/*--------------------------------------
　Base
---------------------------------------*/
body {
  min-width: 1200px;
  color: #222;
  font-size: 1.6rem;
  font-family: 'Noto Serif JP', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho',
    'Roboto Slab', Garamond, 'Times New Roman', 'ヒラギノ明朝 Pro W3',
    'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝',
    'MS PMincho', serif;
  line-height: 1.8;
  word-break: break-word;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: underline;
}
a:hover,
a:hover img {
  opacity: 0.7;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.wi1000 {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  padding: 8rem 0;
}
* {
  box-sizing: border-box;
}
/* ================== */
/*header　*/
/* ================== */
header {
  border-top: 10px solid #ae0a10;
  box-shadow: 0px 3px 6px #00000029;
  text-align: center;
}
#headNoteArea {
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
}
#headNoteArea .areaInner {
  margin: 0 auto;
  padding: 0;
  max-width: 1000px;
}
#headNoteArea .sitename,
#headNoteArea .sitename a {
  display: inline-block;
  margin: 0 auto;
  padding: 2rem 0 2.8rem;
  text-align: center;
  font-weight: bold;
  font-size: 2.3rem;
  line-height: 1.6;
  color: #947e4b;
}

#headNoteArea .sitename:before {
  content: 'PR';
  display: inline-block;
  background: #000;
  color: #fff;
  text-align: center;
  width: 3rem;
  line-height: 1.4;
  margin-right: 1rem;
  font-size: 1.6rem;
}

#headNoteArea .sitename a {
  text-decoration: none;
  padding: 0;
  background: none;
}
.br_sp {
  display: none;
}
/* ================== */
/*g-nav　*/
/* ================== */
#g-nav {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0.5rem 0;
  box-shadow: 0px 3px 6px #0000001a;
}
#g-nav ul {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin: 0 auto;
  width: 1000px;
}
#g-nav ul li {
  position: relative;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 20%;
  background-size: 104px, auto;
}
#g-nav ul li:first-child {
  width: 30%;
}
#g-nav ul li:after {
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
  display: inline-block;
  width: 1px;
  height: 40px;
  border-left: 1px solid #222222;
  content: '';
}
#g-nav ul li:last-child:before {
  position: absolute;
  top: calc(50% - 20px);
  right: 0;
  display: inline-block;
  width: 1px;
  height: 40px;
  border-right: 1px solid #222222;
  content: '';
}
#g-nav li a {
  text-decoration: none;
  display: block;
  padding: 16px 20px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.6;
}
/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzu {
  margin: 0 auto;
  padding: 14px 0 60px;
  width: 1000px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #222;
}
#pankuzu span:not([class]) {
  font-weight: normal;
  color: #222;
  font-size: 1.2rem;
}
#pankuzu a:hover {
  text-decoration: underline;
}
/*--------------------------------------
　Main Contents
---------------------------------------*/
.contents {
  margin: 0 auto;
  padding: 0;
}
.index,
.category,
.page {
  margin: 0;
  padding: 0;
}
.category,
.page {
  margin: 0 auto;
  width: 1000px;
  padding-bottom: 10rem;
}
.category .baseBox,
.page .baseBox {
  float: left;
  width: 760px;
}
.bg_low {
  background: url('img/bg_low.png') repeat-y;
  background-size: 100% auto;
}
/*--------------------------------------
　PageTop
---------------------------------------*/
#page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  width: 72px;
}
/*--------------------------------------
　Side
---------------------------------------*/
#side {
  float: right;
  margin: 0 0 60px;
  width: 220px;
}
#side .sideBox {
  overflow: hidden;
  margin: 0 0 1rem;
  padding: 10px;
  background: #f5f4f2;
}
#side .sideBox a {
  line-height: 1.6;
}
#side .sideBox .sttl {
  position: relative;
  overflow: hidden;
}
#side .sideBox .sttl a {
  position: relative;
  z-index: 2;
  display: block;
  padding: 20px 20px 18px 0px;
  height: 100%;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.2;
  background: url('img/arrow01_black.svg') right 0px center no-repeat;
  background-size: 6px auto;
}
#side .sideBox ul {
  display: none;
  margin: 0;
  padding: 0 !important;
  background: #fff;
}
#side .sideBox li {
  padding: 0;
  padding: 20px 10px 18px 10px;
  background: url('img/arrow01_black.svg') right 10px center no-repeat;
  background-size: 6px auto;
}
#side .sideBox li:first-child {
}
#side .sideBox li ul.subList li {
  border-top: dashed 1px #d4d4d4;
}
#side .sideBox li a {
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  font-size: 1.3rem;
  border-bottom: 2px solid #fff;
}
#side .sideBox li a:hover {
  border-bottom: 2px solid #ede6d9;
  opacity: 1;
}
#side .sideBox .subList {
  margin: 0;
}
#side .sideBox .subList li {
  margin: 0;
  background: none;
}
#side .sideBox .subList li:last-child {
  background: none;
}
#side .sideBox .subList li a {
  display: block;
  padding: 0 25px 0 17px;
  background: url(img/arrow_side_sub.png) no-repeat left 0 top 0,
    url('img/arrow01_black.svg') right 0 center no-repeat;
  background-size: auto, 6px auto;
}
#side .sideBox ul li span:hover {
  border-bottom: solid 2px #f6e847;
  opacity: 1;
}
/*--------------------------------------
Footer
---------------------------------------*/
footer {
  padding: 0;
  background: #f5f4f2;
}
footer .areaInner {
  margin: 0 auto;
  padding: 40px 0 0 0;
  width: 1000px;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer .areaInner .footBox {
  margin: 0 0 30px 0;
}
footer .areaInner .footBox .sttl {
  margin: 0 0 14px 0;
  padding: 0 0 6px 0;
  border-bottom: 1px solid #444;
}
footer .areaInner .footBox .sttl a {
  display: inline-block;
  padding: 3px 0 3px 30px;
  background: url('img/arrow02_gold.svg') 6px 50% no-repeat;
  background-size: 15px;
  font-weight: bold;
  font-size: 1.6rem;
}
footer .footBox ul {
  padding: 0 20px;
}
footer .areaInner .footBox .accChild {
  padding: 0 0 0 12px;
}
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 {
  color: #a3b9b7;
  /* content: "　|　"; */
  letter-spacing: 0;
}
footer .areaInner .footBox .accChild .sp + li::before {
  color: #a3b9b7;
  /* content: "|　"; */
  letter-spacing: 0;
}
footer .areaInner .footBox .accChild .sp + li.subCat::before {
  content: '';
}
footer .areaInner .footBox .accChild .subList li::after {
  color: #444;
  content: '　/　';
  letter-spacing: 0;
}
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 {
  padding: 0 0 0 16px;
  background: url('img/arrow01_black.svg') 0 50% no-repeat;
  background-size: 7px auto;
  font-weight: normal;
  font-size: 13px;
  font-size: 1.3rem;
}
footer .areaInner .footBox .accChild .subList li:first-child:before {
  color: #444;
  content: '　/　';
  letter-spacing: 0;
}
footer .areaInner .footBox .accChild .subList {
  display: inline-block;
  margin: 0 0 0 20px;
  padding: 0;
}
footer .areaInner .footBox .accChild .subList li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
footer .areaInner .footBox .accChild .subList li a {
  padding: 0 8px;
  background: none;
  font-size: 13px;
  font-size: 1.3rem;
}
footer .areaInner .noticeArea {
  margin: 60px auto 35px;
  width: 71%;
  color: #444;
}
footer .areaInner .noticeArea p {
  margin: 0;
  padding: 20px 30px;
  background: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}
footer .areaInner .noticeArea .botPrg {
  padding: 10px 0 0;
  background: transparent;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}
footer .botArea {
  padding: 13px 0;
  background: #fff;
}
footer .botArea .botInner {
  position: relative;
  margin: 0 auto;
  width: 1000px;
  display: flex;
  flex-direction: row-reverse;
}
footer .botArea .botInner .smap {
  flex: 0 0 150px;
  text-align: right;
}
footer .botArea .botInner .smap a {
  padding: 0 0 0 20px;
  background: url('img/arrow02_gold.svg') no-repeat left center;
  background-size: 18px auto;
  color: #222;
  font-size: 12px;
  font-size: 1.2rem;
}
footer .botArea .botInner .smap a:hover {
  text-decoration: underline;
}
footer p.copy {
  margin: 0;
  color: #222;
  font-size: 12px;
  font-size: 1.2rem;
  width: 100%;
}
footer p.copy a {
  color: inherit;
}
footer .areaInner .footBox .accChild .sp {
  display: none;
}
/* footer {
  margin-top: 8rem;
} */

/* ================== */
/*メインコンテンツ　*/
/* ================== */
/*--------------------------------------
　addCont
---------------------------------------*/
.intro-txt {
  width: 100%;
  margin: 4rem auto;
}
/*addCont01*/
.addCont01 {
  background: url('img/addCont01_bg.jpg') no-repeat center top;
  background-size: cover;
}
.addCont01 .thBoxArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.addCont01 .thBoxArea .sBox {
  width: calc((100% - 54px) / 3);
  border: 3px solid #c1b18c;
  background: #fff;
  padding: 3.3rem 1.8rem 0.2rem;
  position: relative;
  box-shadow: 3px 3px 6px #2222221c;
}
.addCont01 .thBoxArea .sBox::after {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  background-color: #c1b18c;
  clip-path: polygon(0 0%, 0% 100%, 100% 0%);
  position: absolute;
  top: -2px;
  left: -3px;
}
.addCont01 .thBoxArea .sBox .sTit {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 20px;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.3;
  font-weight: bold;
  border-bottom: 1px solid #c1b18c;
}
.addCont01 .thBoxArea .info-wrap {
  margin-top: 3rem;
}
.addCont01 .thBoxArea .info-wrap .info-head {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.2;
}
.addCont01 .thBoxArea .info-wrap ul {
  padding: 0;
}
.addCont01 .thBoxArea .date-list-wrap {
  background: #f5f5f5;
  padding: 3rem 1rem 2rem;
  margin: 4.9rem auto 2.8rem;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.addCont01 .thBoxArea .date-list-wrap .date-title-top {
  font-size: 1.8rem;
  line-height: 1.2;
  position: absolute;
  top: -10%;
  right: 0;
  left: 0;
  margin: auto;
  width: fit-content;
  display: block;
  color: #fff;
  background: #304463;
  padding: 0.8rem 1.2rem;
}
.addCont01 .thBoxArea .date-list-wrap .date-list-ul .date-list-li {
  margin-top: 1rem;
  line-height: 1.4;
  padding-left: 2rem;
  font-size: 1.6rem;
  background: url(img/icon_check.svg) no-repeat left top 6px;
  background-size: 15px auto;
}

/*addCont02*/
.addCont02#anc02,
.addCont02#anc04 {
  background: url(img/bg_common_left.png) no-repeat left 0 top 15px;
  background-size: 100% auto;
}
.addCont02#anc03 {
  background-color: #f1f1f1;
}
.addCont02 .accCont02_title01 {
  background-color: #304463;
  color: #fff;
  font-size: 3.8rem;
  line-height: 1.4;
  font-weight: bold;
  padding: 2rem 2.2rem;
  margin: 0 0 2.5rem;
}
.addCont02 .accCont02_title02 {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: bold;
  border-bottom: #ae0a10 solid 2px;
  padding: 0 0 1rem;
  margin: 4rem 0 3rem;
}
.addCont02 .notes {
  color: #9c9c9c;
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 0 5%;
}
.addCont02 .bgbd {
  padding: 7rem 4rem 5rem;
  background: #fff;
  border: 3px solid #c1b18c;
  box-shadow: 4px 4px 5px #22222233;
  position: relative;
}
.addCont02 .bgbd::after {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  background-color: #c1b18c;
  clip-path: polygon(0 0%, 0% 100%, 100% 0%);
  position: absolute;
  top: -3px;
  left: -3px;
}
.addCont02 .bgbd + .bgbd {
  margin-top: 4rem;
}

.bgbd .float-wrap p {
  overflow: hidden;
}
.addCont02 .sTitArea .titM {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  font-size: 2.8rem;
  line-height: 1.4;
}
.addCont02 {
  counter-reset: number;
}
.addCont02 .sTitArea {
  display: table;
  position: relative;
  margin: 0 auto 50px;
  padding: 0 0 1rem 7.7rem;
  border-bottom: 1px solid #e3e2d9;
  text-align: center;
  vertical-align: middle;
  min-height: 70px;
}
.addCont02 .sTitArea:before {
  box-sizing: border-box;
  position: absolute;
  bottom: 1rem;
  left: 0;
  display: block;
  width: 64px;
  height: 60px;
  text-align: center;
  content: counter(number, decimal-leading-zero);
  counter-increment: number;
  font-style: italic;
  font-size: 4rem;
  line-height: 1;
  padding: 17px 8px 0 0;
}
.addCont02 .sTitArea:after {
  box-sizing: border-box;
  content: 'COMPANY';
  display: block;
  width: 64px;
  height: 60px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: 1rem;
}
.addCont02 .sTit-box {
  text-align: center;
  margin: 8rem 0 4rem;
}
.addCont02 .sTit-box .sTit {
  display: inline-block;
  padding: 0 0 2rem;
  font-size: 2.8rem;
  line-height: 1.4;
  position: relative;
}
.addCont02 .sTit-box .sTit::before {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background-color: #ae0a10;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}
.float-wrap .name {
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: bold;
}
.float-wrap .name span {
  display: block;
  font-size: 1.4rem;
}
.addCont02 .float-wrap .fl,
.addCont02 .float-wrap .fr {
  width: 390px;
}
.addCont02 .clinic-info-list {
  display: table;
  width: 100%;
  border-bottom: 1px dashed #a2a2a2;
}
.addCont02 .clinic-info-list__head {
  display: table-cell;
  width: 250px;
  vertical-align: top;
  padding: 1rem 1rem 1rem 4.5rem;
}
.addCont02 .clinic-info-list__body {
  display: table-cell;
  vertical-align: top;
  padding: 1rem;
  padding-right: 4.5rem;
}
.addCont02 .frame-wrap {
  margin-top: 4rem;
}
/*addCont04*/
.addCont04 {
  background: url('img/bg_common_left.png') no-repeat left 0 top 405px;
  background-size: 100% auto;
}
.addCont04 .wi1000 {
  width: 690px;
}
.addCont04 p + .titLArea {
  margin-top: 16.8rem;
}
.addCont04 .float-wrap .center {
  width: 100%;
}
.addCont04 .flame {
  margin: 0 -5%;
}

/*addCont05*/
.addCont05 {
  background: url('img/bg_common_right.png') no-repeat right 0 top 0;
  background-size: 100% auto;
}
.addCont05 .box-wrap .box {
  width: calc((100% - 30px) / 2);
}
/*addCont06*/
.addCont06_box {
  background-color: #fff;
  border: #e3e2d9 solid 19px;
  padding: 3.4rem 3.5rem;
}
.addCont06_box .catch {
  color: #ae0a10;
  font-weight: bold;
  line-height: 1.4;
  font-size: 2.2rem;
  padding: 0 0 2rem;
  margin-bottom: 1rem;
  border-bottom: #cbcbcb solid 1px;
}
.addCont06_box *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
/*addCont07*/
.addCont07 {
  background: url(img/bg_common_right.png) no-repeat right 0 top 108px;
  background-size: 100% auto;
}
.addCont07 .box-wrap .box {
  width: calc((100% - 29px) / 2);
}
.addCont07 .btn-link {
  max-width: 1100px;
  margin: 30px auto;
  text-align: right;
}

/*addCont08*/
.addCont08 {
  background: url(img/addCont08_bg.jpg) no-repeat left 50%;
  background-size: cover;
}
.addCont08 .wi1000 {
  width: 800px;
}
.addCont08 .titLArea .titL a {
  padding: 0 3rem;
}
.addCont08 .btn-internal {
  margin-bottom: 1rem;
}

.addCont08 .titLArea .titL .small {
  font-size: 2.7rem;
}

/*--------------------------------------
　heading
---------------------------------------*/
h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
  line-height: 1.4;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
display: block;
	text-decoration: none;
}
.titLArea {
  position: relative;
  margin: 0 auto 5rem;
  text-align: center;
  width: 100%;
  max-width: 640px;
  padding: 30px 10px 30px;
}
.titLArea h1 {
  font-size: 3.6rem;
}
.titLArea .titL {
  position: relative;
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.4;
}
.titLArea .titL .gold {
  color: #806d41;
}
.titLArea .titL .small {
  display: inline-block;
  font-size: 2.8rem;
  line-height: 1.4;
}
.titLArea .titL a {
  display: inline-block;
  padding: 0 5rem;
  background: url('img/arrow03_gold.svg') no-repeat right 50%;
  background-size: 40px auto;
}
.titLArea:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 108px;
  height: 30px;
  content: '';
  border-left: 1px solid #8b8b8b;
  border-top: 1px solid #8b8b8b;
}
.titLArea:after {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 108px;
  height: 30px;
  content: '';
  border-right: 1px solid #8b8b8b;
  border-bottom: 1px solid #8b8b8b;
}
.enTit {
  font-family: 'Philosopher', sans-serif;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
  margin: auto;
  color: #ae0a10;
  font-size: 3rem;
  line-height: 1;
  width: calc(100% - 250px);
}
.index h3:not([class]),
.category h2:not([class]),
.page h2:not([class]) {
  margin: 8rem 0 30px;
  padding: 2.3rem 3.3rem;
  background: #f5f4f2;
  color: #304463;
  font-size: 3rem;
  position: relative;
  box-shadow: 3px 3px 6px #2222221c;
}
.index h3:not([class]):before,
.category h2:not([class]):before,
.page h2:not([class]):before {
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #bebebe;
  content: '';
 z-index: 5;
	pointer-events: none;
}
.index h4:not([class]),
.category h3:not([class]),
.page h3:not([class]) {
  position: relative;
  margin: 35px 0 20px;
  padding: 10px 30px 13px 30px;
  border-left: solid 5px #ae0a10;
  background: #f5f4f2;
  font-size: 2.4rem;
}
.index h5:not([class]),
.category h6:not([class]),
.category h4:not([class]),
.category h5:not([class]),
.category h6:not([class]),
.page h4:not([class]),
.page h5:not([class]),
.page h6:not([class]) {
  position: relative;
  margin: 35px 0 20px;
  padding: 17px 30px 15px 10px;
  border-bottom: solid 2px #ae0a10;
  font-size: 2.2rem;
}
.contents .rank_wrap {
  list-style: none;
  counter-reset: div;
}
.contents .rank {
  position: relative;
  margin: 4rem 0 2rem;
  min-height: 6rem;
  padding: 0 0 1rem 7.6rem;
  border-bottom: solid 1px #cbcbcb;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.4;
  display: flex;
  align-items: center;
}
.contents .rank:before {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 6px;
  width: 50px;
  height: 50px;
  background-color: #ae0a10;
  border-radius: 100%;
  color: #fff;
  content: counter(div, decimal-leading-zero);
  counter-increment: div;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 6px;
  font-size: 2.8rem;
  line-height: 1;
  font-style: italic;
  font-weight: normal;
}
.contents .noCount .recommend,
.contents .noCount .check,
.contents .noCount .point,
.contents .noCount .hand {
  position: relative;
  margin: 4rem 0 2rem;
  min-height: 6rem;
  padding: 0 0 1rem 7.6rem;
  border-bottom: solid 1px #cbcbcb;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.4;
  display: flex;
  align-items: center;
}
.contents .noCount .recommend:before,
.contents .noCount .check:before,
.contents .noCount .point:before,
.contents .noCount .hand:before {
  position: absolute;
  top: 0;
  left: 6px;
  width: 50px;
  height: 50px;
  background-color: #ae0a10;
  border-radius: 100%;
  color: #fff;
  content: 'おすすめ';
  counter-increment: div;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: normal;
}
.contents .noCount .check:before {
  content: 'CHECK';
  background-color: #304463;
}
.contents .noCount .point:before {
  content: 'POINT';
  background-color: #a79670;
}
.contents .noCount .hand:before {
  content: '';
  background: #ae0a10 url('img/icon_hand.svg') no-repeat center 50%;
  background-size: 80% auto;
}
/*--------------------------------------
　ul,ol
---------------------------------------*/
.contents ul:not([class]) {
  margin: 20px 0 20px;
  padding: 10px 10px 0;
}
.contents ul:not([class]) li {
  position: relative;
  padding: 0 0 6px 22px;
}
.contents ul:not([class]) li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  background: #ac8d47;
  border-radius: 50%;
}
.contents ol:not([class]) {
  margin: 20px 0 20px;
  padding: 10px 10px 0;
  counter-reset: number;
}
.contents ol:not([class]) li {
  position: relative;
  padding: 2px 0 2px 30px;
  list-style: none;
  counter-increment: number;
}
.contents ol:not([class]) li::before {
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #ae0a10;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  line-height: 16px;
}
.contents ol:not([class]) li:nth-child(-n + 9):before {
  content: counter(number);
}
.contents ol:not([class]) li:nth-child(n + 10):before {
  content: counter(number);
}
span:not([class]) {
  color: #ae0a10;
  font-weight: bold;
  font-size: 1.6rem;
}

/*--------------------------------------
　table
---------------------------------------*/
.contents table:not([class]) {
  margin: 30px auto 30px;
  width: 100%;
  table-layout: fixed;
  font-size: 1.5rem;
  line-height: 1.6;
}
.contents table:not([class]) th {
  padding: 15px 5px;
  width: auto;
  border: 1px solid #e1e1e1;
  border-right: none;
  background: #f5f5f5;
  text-align: center;
  width: 25%;
}
.contents table:not([class]) td {
  padding: 15px;
  border: 1px solid #e1e1e1;
  background: #fff;
  word-wrap: break-word;
}
/*--------------------------------------
　float img
---------------------------------------*/
.float-wrap {
  margin: 30px 0;
}
.float-wrap img {
  max-width: 100%;
}
#contents.float-wrap p {
  margin: 0;
  padding: 0;
}
.float-wrap .catch {
  color: #ae0a10;
  font-weight: bold;
  font-size: 2.2rem;
}
.float-wrap .fl {
  padding: 0 40px 10px 0;
  width: 325px;
  text-align: center;
}
.float-wrap .fr {
  padding: 0 0 10px 40px;
  width: 325px;
  text-align: center;
}
.float-wrap .center {
  margin: 0 auto;
  padding: 0 0 20px;
  width: 384px;
  text-align: center;
}
.caption {
  margin: 8px 0 0;
  color: #9c9c9c;
  word-break: break-all;
  font-size: 1rem;
  line-height: 1.3;
}
.caption a {
  color: #9c9c9c;
}
/*--------------------------------------
　btn
---------------------------------------*/
.btn-internal,
.btn-web {
  margin: 3rem auto;
  width: 360px;
  max-width: 100%;
}
.btn-internal a,
.btn-web a {
  position: relative;
  display: block;
  padding: 1.8rem 10%;
  background-color:#9a865b;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border-radius: 1000px;
  box-shadow: 4px 4px 5px #22222233;
  transition: 0.2s;
}
.btn-internal a::after,
.btn-web a::after {
  content: '';
  width: 9px;
  height: 15px;
  background: url('img/arrow01_white.svg') no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 7%;
  top: 50%;
  transform: translate(0%, -50%);
}
.btn-internal a:hover {
  background-color: #877243;
  opacity: 1;
}
.btn-web a {
  background-color: #ae0a10;
}
.btn-web a:hover {
  background-color: #7c070b;
  opacity: 1;
}
.btn-link {
  margin: 2rem 0;
  text-align: right;
}
.btn-link a {
  padding: 4px 0;
  padding-left: 2rem;
  background: url('img/arrow02_gold.svg') 0% 50% no-repeat;
  background-size: 15px auto;
  text-decoration: underline;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: bold;
}
.btn-link a:hover {
  text-decoration: none;
}
/*--------------------------------------
　box,frame
---------------------------------------*/
.box-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box-wrap a {
  text-decoration: none;
}
.box-wrap .box {
  position: relative;
  margin: 0 0 3rem;
  width: calc((100% - 17px) / 2);
  background-color: #f5f4f2;
  padding: 3rem;
  box-shadow: 3px 3px 6px #22222233;
}
.box-wrap .box .caption {
  padding: 0 0 5px;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: scroll;
  scrollbar-width: thin;
}
.box-wrap .box .caption::-webkit-scrollbar {
  height: 5px;
}
.box-wrap .box .caption::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
}
.box-wrap .box .caption::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}
.box-wrap .box .box-head {
  margin: 0 0 20px;
  padding: 0 0 2rem;
  border-bottom: #ae0a10 solid 1px;
  display: flex;
  align-items: center;
  width: 100%;
}
.box-wrap .box .box-head .sttl {
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1.4;
}
.box-wrap .box .box-head .sttl .small {
  font-size: 0.769em;
}
.box-wrap .box .box-head .sttl a {
  text-decoration: none;
  display: block;
  width: 100%;
  padding-right: 2rem;
  background: url('img/arrow02_gold.svg') no-repeat right 1px top 50%;
  background-size: 15px auto;
}
/* frame-wrap */
.frame-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.frame-wrap a {
  text-decoration: none;
}
.frame-wrap::after {
  content: '';
  width: 33%;
  height: 0;
}
.frame-wrap .frame {
  margin: 0 0 2rem;
  width: calc((100% - 28px) / 3);
  background-color: #fff;
}
.frame-wrap .frame .frame-head a {
  display: block;
  width: 100%;
  padding-right: 2rem;
  background: url('img/arrow02_gold.svg') no-repeat right 50%;
  background-size: 15px auto;
}
.frame-wrap .frame.typeA {
  border: #cbcbcb solid 1px;
  padding: 2rem 1.5rem;
  box-shadow: 4px 4px 5px #22222233;
}
.frame-wrap .frame.typeA .frame-head {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 0 2rem;
  padding: 0 0 2rem;
  border-bottom: #cbcbcb solid 1px;
  font-size: 2rem;
  line-height: 1.4;
}
.frame-wrap .frame.typeB {
  width: calc((100% - 24px) / 3);
  background-color: #f6f4f2;
  padding: 2.8rem 1.8rem;
}
.frame-wrap .frame.typeB .frame-head {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  margin: 0 0 20px;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #ae0a10;
  font-weight: bold;
}
.frame-wrap .frame.typeB .frame-head a {
  padding-left: 2rem;
}
.frame-wrap .frame table {
  font-size: inherit;
}
.frame-wrap .frame table th,
.frame-wrap .frame table td {
  border-color: #e1e1e1;
}
.frame-wrap .frame table th {
  background-color: #f5f4f2;
}
.frame-wrap .frame ul {
  margin-bottom: 0;
}
/*共通パーツここまで*/
p {
  margin: 15px 0;
}
/*--------------------------------------
accordion
---------------------------------------*/
.btn-accordion {
  position: relative;
  width: 300px;
  margin: 3rem auto 3rem;
  padding: 1.8rem 5rem;
  border: 1px solid #f5f5f5;
  background-color: #fff;
  border-radius: 1000px;
  text-align: center;
  box-shadow: 4px 4px 5px #22222233;
  cursor: pointer;
}
.btn-accordion:hover {
  opacity: 0.7;
}
.btn-accordion span:not([class]) {
  display: inline;
  font-size: 1.6rem;
  line-height: 1.1;
  font-weight: bold;
  color: #222;
  margin: 0;
  padding: 0;
}
.btn-accordion::before {
  position: absolute;
  right: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
  content: '＋';
  font-size: 1.7rem;
  line-height: 1;
  font-weight: bold;
  color: #222;
}
.btn-accordion.is-open::before {
  position: absolute;
  right: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
  content: '－';
  font-size: 1.7rem;
  line-height: 1;
  font-weight: bold;
  color: #222;
}
.btn-accordion.is-open span:not([class]) {
  display: none;
}
.btn-accordion.is-open::after {
  content: '閉じる';
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.1;
  font-weight: bold;
  color: #222;
  margin: 0;
  padding: 0;
}
.accordion-item {
  padding: 2rem 0;
}
.accordion-item > * {
  margin-top: 0;
  margin-bottom: 0;
}
/*--------------------------------------
	toc_parts
---------------------------------------*/
.toc_parts {
  margin: 5rem 0 3rem;
  padding: 4rem 5rem;
}
.toc_parts .ttl {
  padding: 0 0 0 1rem;
  font-size: 2rem;
  font-weight: bold;
  border-left: 5px solid #ae0a10;
}
#toc {
  margin: 1.5rem 0 0 0;
  padding: 0 2rem 0;
  border-top: 1px solid #cbcbcb;
}
#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: #947e4b;
  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 (min-width: 481px) {
  .sp,
  .sp_br,
  .btn-tel {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  body {
    min-width: 100%;
    width: 100%;
    line-height: 1.7;
    font-size: 1.4rem;
  }
  .pc,
  .pc_br {
    display: none !important;
  }
  img {
    max-width: 100%;
  }
  a:hover,
  a:hover img {
    opacity: 1;
  }
  .wi1000 {
    margin: 0 auto;
    padding: 3rem 2rem;
    width: 100%;
  }
  .baseBox {
    padding: 0 20px;
  }
  .category,
  .page {
    margin: 0 auto;
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 3rem;
  }
  .category .baseBox,
  .page .baseBox {
    float: none;
    width: 100%;
  }
  /* ================== */
  /*header　*/
  /* ================== */
  header {
    position: relative;
    border-width: 4px;
  }
  #headNoteArea {
    display: table;
    padding: 6px 4% 10px;
    width: 100%;
    height: 70px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  #headNoteArea .sitename:before {
    content: 'PR';
    display: inline-block;
    line-height: 1.4;
    margin: 0 4rem 0.5rem;
    font-size: 1.4rem;
  }

  #headNoteArea .areaInner {
    display: table-cell;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    background: none;
    vertical-align: middle;
    text-align: center;
  }
  #headNoteArea .sitename,
  #headNoteArea .sitename a {
    text-align: center;
    font-weight: normal;
    font-size: 1.5rem;
    padding: 0 4rem 0 3rem;
  }
  #headNoteArea .sitename a {
    padding: 0;
    background: none;
    font-weight: bold;
  }
  .br_sp {
    display: block;
  }
  /* ハンバーガーメニュー */
  .out-frame {
    position: relative;
    width: 100%;
  }
  .out-frame.black:after {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    padding: 0;
    width: 100%;
    height: 10000px;
    background: #fff;
    content: '';
    opacity: 0.6;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .out-frame:after {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    background: #fff;
    content: '';
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header-frame {
    position: relative;
    width: 100%;
    height: 64px;
  }
  .menu-btn {
    position: absolute;
    top: 22px;
    right: 13px;
    z-index: 10;
    width: 35px;
    height: 35px;
    background: url(./img/sp-btn-menu_on.png) 0 0 no-repeat;
    background-size: 35px;
  }
  .navOpenOut {
    box-sizing: border-box;
    padding: 22px 13px 20px;
    height: 77px;
    background: rgba(255, 255, 255, 0.5);
  }
  .navOpen {
    position: inherit;
    top: inherit;
    right: 13px;
    z-index: 10;
    float: right;
    width: 35px;
    height: 35px;
    background: url(./img/sp-btn-menu_off.png) 0 0 no-repeat;
    background-size: 35px;
  }
  #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 {
    position: fixed;
    top: 0;
    z-index: 10;
    /*background: #053d70;*/
    display: none;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
  }
  .header-menu ul {
    text-align: left;
  }
  .header-menu ul li a {
    display: block;
    padding: 15px 35px 15px 10px;
    border-bottom: 1px solid #fff;
    background: #83cdc0 url('img/arrow01_black.svg') 97% 50% no-repeat;
    background-size: 16px auto;
    text-decoration: none;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
  }
  .header-menu ul.accordion li ul li:first-child a {
    padding: 12px 35px 12px 10px;
  }
  .header-menu ul li.delete {
    padding: 10px;
    background: #b5b5b5 url('img/batu.png') 60% 50% no-repeat;
    background-size: 19px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    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: 10px 40px 10px 4%;
    font-size: 1.4rem;
    position: relative;
    background: #f5f4f2;
  }
  .header-menu ul.accordion .tglMenu::after {
    content: '';
    width: 7px;
    height: 12px;
    background: url(img/arrow01_black.svg) no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translate(0%, -50%) rotate(90deg);
  }
  .header-menu ul.accordion .tglMenu.open::after {
    transform: translate(0%, -50%) rotate(-90deg);
  }
  .header-menu ul.accordion ul li a {
    padding: 12px 30px 12px 20px;
    border-bottom: 1px solid #b7a570;
    background: #fff url('img/arrow01_black.svg') right 12px center no-repeat;
    background-size: 6px auto;
    font-family: inherit;
  }
  .header-menu ul.accordion ul li.subCat a {
    padding: 12px 30px 12px 20px;
  }
  .header-menu ul.accordion .subCat ul.subList li a {
    padding: 12px 30px 12px 30px;
    border-bottom: 1px solid #444;
  }
  .header-menu ul.accordion li ul li:last-child a {
    border-bottom: none;
  }

  /*--------------------------------------
 Footer
 ---------------------------------------*/
  footer {
    padding: 0;
    /* margin: 3rem 0 0; */
    width: 100%;
    background-color: #ede6d9;
  }
  footer a:hover {
    text-decoration: none;
  }
  footer .areaInner {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  footer .areaInner .footBox {
    margin: 0;
  }
  footer .areaInner .footBox .sttl a {
    display: block;
    padding: 10px 40px 10px 4%;
    font-size: 1.4rem;
    position: relative;
    background: none;
  }
  footer .areaInner .footBox .sttl a::after {
    content: '';
    width: 7px;
    height: 12px;
    background: url('img/arrow01_black.svg') no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translate(0%, -50%);
  }
  footer .areaInner .footBox .sttl.tglMenu a::after {
    transform: translate(0%, -50%) rotate(90deg);
  }
  footer .areaInner .footBox .sttl.open a:after {
    transform: translateY(-50%) rotate(90deg);
  }
  footer .areaInner .footBox .sttl {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #f3f3f3;
  }
  footer .areaInner .footBox .accChild {
    display: none;
    margin: 0;
    padding: 0;
    background: #fff;
  }
  footer .areaInner .footBox .accChild li {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    background: none;
  }
  footer .areaInner .footBox .accChild li a {
    display: block;
    padding: 10px 40px 10px 4%;
    border-bottom: 1px solid #b7a570;
    background: url('img/arrow01_black.svg') right 12px center no-repeat;
    background-size: 6px auto;
    font-size: 1.3rem;
  }
  footer .areaInner .footBox .accChild li.subCat {
    margin: 0;
  }
  footer .areaInner .footBox .accChild li.subCat a {
    display: block;
    padding: 10px 40px 10px 8%;
    border-bottom: 1px dotted #444;
    background: url('img/arrow01_black.svg') right 12px center no-repeat;
    background-size: 6px auto;
  }
  footer .areaInner .footBox .accChild li.subCat:last-child li:last-child a {
    border: none;
  }
  footer .areaInner .footBox .accChild .subList {
    display: block;
    margin: 0;
    padding: 0;
  }
  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/arrow01_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 {
    margin: 30px auto 30px;
    width: 90%;
    color: #444;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8em;
  }
  footer .areaInner .noticeArea p {
    padding: 20px;
    background: #fff;
    font-size: 12px;
    font-size: 1.2rem;
  }
  footer .areaInner .noticeArea .botPrg {
    margin: 10px 0 0;
    padding: 0;
    background: transparent;
    text-align: center;
    font-size: 10px;
    font-size: 1rem;
  }
  footer .botArea {
    padding: 0;
    background: #b7a570;
  }
  footer .botArea .botInner {
    width: 100%;
  }
  footer p.copy {
    margin: 0;
    padding: 14px 15px 12px;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.3;
  }
  footer a {
    text-decoration: none;
  }
  footer .botArea .botInner .smap {
    display: none;
  }
  footer .areaInner .footBox .accChild .sp {
    display: block;
  }
  /*--------------------------------------
　PageTop
 ---------------------------------------*/
  #page-top {
    position: fixed;
    right: 3%;
    bottom: 6%;
    z-index: 2;
    width: 40px;
  }
  /*--------------------------------------
　addCont
 ---------------------------------------*/
  /*addCont01*/
  .addCont01 .thBoxArea {
    display: block;
  }
  .addCont01 .thBoxArea .sBox {
    width: 100%;
  }
  .addCont01 .thBoxArea .sBox + .sBox {
    margin-top: 2rem;
  }
  /*addCont02*/
  .addCont02#anc02,
  .addCont02#anc04 {
    background-position: left -110px top 8px;
    background-size: 220px auto;
  }
  .addCont02 .accCont02_title01 {
    font-size: 2rem;
    padding: 1.4rem;
  }
  .addCont02 .accCont02_title02 {
    font-size: 1.8rem;
    margin: 3rem 0 2rem;
  }
  .addCont02 .float-wrap .fl,
  .addCont02 .float-wrap .fr {
    width: 100%;
  }
  .addCont02 .bgbd {
    padding: 3rem 1.6rem 3rem;
  }
  .addCont02 .bgbd::after {
    width: 30px;
    height: 30px;
  }
  .addCont02 .sTitArea .titM {
    font-size: 2rem;
  }
  .addCont02 {
    counter-reset: number;
  }
  .addCont02 .sTitArea {
    margin: 0 auto 3rem;
    padding-left: 7rem;
  }
  .addCont02 .sTitArea .catch {
    margin: 0 0 5px 0;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .addCont02 .sTit-box {
    text-align: center;
    margin: 4rem 0 2rem;
  }
  .addCont02 .sTit-box .sTit {
    font-size: 1.8rem;
  }
  .addCont02 .frame-wrap {
    margin: 0;
  }
  .float-wrap .name {
    font-size: 1.8rem;
  }
  .float-wrap .name span {
    font-size: 1.4rem;
  }
  .addCont02 .clinic-info-list__head {
    width: 120px;
    padding: 1rem;
  }
  .addCont02 .clinic-info-list__body {
    padding: 1rem;
  }
  /*addCont04*/
  .addCont04 {
    background-size: 220px;
    background-position: left -110px top 300px;
  }
  .addCont04 .wi1000 {
    width: 100%;
  }
  .addCont04 p + .titLArea {
    margin-top: 4rem;
  }
  .addCont04 .flame {
    width: 80%;
    margin: 0 auto;
  }
  /*addCont05*/
  .addCont05 {
    background-size: 220px;
    background-position: right -110px top 0;
  }
  .addCont05 .box-wrap .box {
    width: 100%;
  }
  /*addCont06*/
  .addCont06_box {
    border-width: 16px;
    padding: 1.6rem;
  }
  .addCont06_box .catch {
    font-size: 1.8rem;
  }
  /*addCont07*/
  .addCont07 .box-wrap .box {
    width: 100%;
  }
  /*addCont08*/
  .addCont08 .wi1000 {
    width: 100%;
  }
	.addCont08 {
    background: url(img/addCont08_bg_sp.jpg) no-repeat left 50%;
    background-size: cover;
}
	
  .addCont07 .btn-link {
    max-width: none;
    margin: 30px auto;
    text-align: right;
    width: 80%;
  }
  /*--------------------------------------
　heading
 ---------------------------------------*/
  .titLArea {
    position: relative;
    margin: 0 auto 20px;
    text-align: center;
    padding: 16px 10px 20px;
  }
  .titLArea {
    margin: 0 auto 3rem;
  }
  .titLArea:before {
    position: absolute;
    top: 0;
    left: 0px;
    display: inline-block;
    width: 54px;
    height: 34px;
    content: '';
  }
  .titLArea:after {
    position: absolute;
    bottom: 0;
    right: 0px;
    display: inline-block;
    width: 54px;
    height: 34px;
    content: '';
  }
  .titLArea .titL .small {
    font-size: 1.8rem;
  }
  .intro-txt {
    margin: 3rem auto 2rem;
  }
  .titLArea .titL,
  .category h1,
  .page h1 {
    font-size: 2.8rem;
  }
  .titLArea .titL a {
    padding: 0 3rem;
    background-size: 20px auto;
  }
  .index h3:not([class]),
  .category h2:not([class]),
  .page h2:not([class]) {
    margin: 35px 0 15px;
    padding: 16px;
    font-size: 1.8rem;
  }
  .index h3:not([class]):before,
  .category h2:not([class]):before,
  .page h2:not([class]):before {
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
  }
  .index h4:not([class]),
  .category h3:not([class]),
  .page h3:not([class]) {
    position: relative;
    margin: 35px 0 15px;
    padding: 10px 14px;
    font-size: 1.7rem;
  }
  .index h5:not([class]),
  .category h6:not([class]),
  .category h4:not([class]),
  .category h5:not([class]),
  .category h6:not([class]),
  .page h4:not([class]),
  .page h5:not([class]),
  .page h6:not([class]) {
    position: relative;
    margin: 35px 0 20px;
    padding: 1.4rem 0.6rem;
    border-width: 2px;
    font-size: 1.6rem;
  }
  .enTit {
    font-size: 1.8rem;
    width: auto;
    bottom: -10px;
  }
  .contents .rank {
    font-size: 1.8rem;
    padding-left: 5rem;
  }
  .contents .rank:before {
    width: 40px;
    height: 40px;
    font-size: 1.8rem;
    padding-right: 3px;
  }
  .contents .noCount .recommend,
  .contents .noCount .check,
  .contents .noCount .point,
  .contents .noCount .hand {
    font-size: 1.8rem;
    padding-left: 5rem;
  }
  .contents .noCount .recommend:before,
  .contents .noCount .check:before,
  .contents .noCount .point:before,
  .contents .noCount .hand:before {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
  /*--------------------------------------
　ul,ol
 ---------------------------------------*/
  .contents ul:not([class]) {
    margin: 20px 0 20px;
    padding: 10px 10px 0;
  }
  .contents ul:not([class]) li {
    padding: 0 0 4px 22px;
  }
  .contents ul:not([class]) li::before {
    top: 9px;
  }
  .contents ol:not([class]) {
    margin: 20px 0 20px;
    padding: 10px 10px 0;
  }
  .contents ol:not([class]) li {
    padding: 0 0 4px 22px;
  }
  .contents ol:not([class]) li::before {
    top: 4px;
  }
  .contents ol:not([class]) li:nth-child(-n + 9):before {
    content: counter(number);
  }
  .contents ol:not([class]) li:nth-child(n + 10):before {
    content: counter(number);
  }
  span:not([class]) {
    font-size: 1.5rem;
  }
  /*--------------------------------------
　table
---------------------------------------*/
  .contents table:not([class]) {
    margin: 30px auto;
    width: 100%;
    table-layout: fixed;
  }
  .contents table:not([class]) {
    width: 100%;
    border: none;
    border-collapse: collapse;
    margin: 30px auto 0;
  }
  .contents table:not([class]) tr {
    display: block;
  }
  .contents table:not([class]) tr:last-child {
    margin: 0;
  }
  .contents table:not([class]) th,
  .contents table:not([class]) td {
    display: block;
    padding: 10px;
    border: 1px solid #e1e1e1;
    text-align: left;
    width: auto;
  }
  .contents .wr01_table-scroll table:not([class]) th {
    display: table-cell;
    /*! width:10rem; */
    /*! min-width: 4rem; */
    text-align: center;
  }
  .contents .wr01_table-scroll table:not([class]) th span {
    display: block;
  }
  .contents .wr01_table-scroll table:not([class]) th.time {
    padding: 0 2.4rem 0;
  }
  .contents .wr01_table-scroll table:not([class]) td {
    display: table-cell;
    width: auto;
    min-width: 11rem;
    text-align: center;
    padding: 0 1.4rem 0;
  }
  /*--------------------------------------
　float img
---------------------------------------*/
  .float-wrap {
    margin: 20px 0;
    padding: 0;
  }
  .float-wrap .float-img {
    margin: 0 0 12px 0;
    padding: 0;
    width: 100%;
  }
  .float-wrap .fr {
    padding: 0;
    width: 100%;
  }
  .float-wrap img {
    max-width: 100%;
  }
  .float-wrap .catch {
    font-size: 1.8rem;
  }
  .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 {
    max-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 {
    float: left;
    padding: 0 20px 0 0;
    width: 40%;
    text-align: center;
  }
  .contents .floatBox01 .float-wrap .fr.t_small,
  .contents .category .floatBox01 .float-wrap .fr.t_small,
  .contents .page .floatBox01 .float-wrap .fr.t_small {
    float: right;
    margin: 0;
    padding: 0 0 0 20px;
    width: 40%;
    text-align: center;
  }
  .contents .floatBox01 .float-wrap .ct {
    margin: 0 auto;
    padding: 0 0 20px;
    width: 100%;
    text-align: center;
  }
  /*--------------------------------------
　btn
---------------------------------------*/
  .btn-internal,
  .btn-web,
  .btn-tel,
  .btn-link {
    margin: 2rem auto 3rem;
    width: 90%;
  }
  .btn-internal a,
  .btn-web a {
    font-size: 1.4rem;
    transition: unset;
  }
  .btn-internal a::after,
  .btn-web a::after {
    width: 7px;
    height: 12px;
  }
  .btn-link a,
  .btn-tel a {
    position: relative;
    display: block;
    padding: 1.8rem 16%;
    background: #304463 url(img/icon_tel.svg) no-repeat left 8% top 50%;
    background-size: 19px auto;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    border-radius: 1000px;
    box-shadow: 4px 4px 5px #22222233;
  }
  .btn-link a {
    padding: 1.8rem 10%;
    background: #fff;
    color: #222222;
    font-weight: bold;
    border: #304463 solid 1px;
    box-shadow: none;
    position: relative;
  }
  .btn-link a::after {
    content: '';
    width: 7px;
    height: 12px;
    background: url('img/arrow01_navy.svg') no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 7%;
    top: 50%;
    transform: translate(0%, -50%);
  }
  /*--------------------------------------
 pankuzu
 ---------------------------------------*/
  #pankuzuWrap {
    overflow: auto;
    white-space: nowrap;
  }
  #pankuzu {
    padding: 10px 10px;
    width: 100%;
    color: #838383;
    font-size: 11px;
    font-size: 1.1rem;
    white-space: nowrap;
    overflow: auto;
  }
  #pankuzu a {
    color: #838383;
  }
  /*--------------------------------------
　box,frame
---------------------------------------*/
  .box-wrap .box-wrap {
    display: block;
  }
  .box-wrap .box {
    width: 100%;
    padding: 1.8rem;
  }
  .box-wrap .box .box-head {
    padding: 0 0 1.2rem;
    margin: 0 0 1.2rem;
  }
  .box-wrap .box .box-head .sttl {
    font-size: 1.8rem;
  }
  /* frame-wrap */
  .frame-wrap .frame-wrap {
    display: block;
  }
  .frame-wrap .frame,
  .frame-wrap .frame.typeA,
  .frame-wrap .frame.typeB {
    width: 100%;
    margin: 0 0 2rem;
  }
  .frame-wrap .frame.typeA {
  }
  .frame-wrap .frame.typeA .frame-head {
    font-size: 1.8rem;
  }
  /*--------------------------------------
　accordion
 ---------------------------------------*/
  .btn-accordion {
    width: 90%;
  }
  .btn-accordion span:not([class]),
  .btn-accordion.is-open::after {
    font-size: 1.4rem;
  }
  /*--------------------------------------
　toc
 ---------------------------------------*/
  .toc_parts {
    margin: 2rem auto 1rem;
    padding: 1rem;
  }

  .toc_parts .ttl {
    font-size: 1.6rem;
  }

  #toc {
    margin: 0.5rem 0 0 0;
    padding: 0 1rem 0;
  }

  #toc .chapter .chapter-h {
    margin: 1rem 0 0;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
