@charset "UTF-8";

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

/*--------------------------------------
Base
---------------------------------------*/
body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8em;
  min-width: 1000px;
  word-break: break-word;
}

body * {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #000;
  text-decoration: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.strong {
  font-weight: 700;
}

.sp {
  display: none;
}

.sp_br {
  display: none;
}

a:hover {
  opacity: 0.6;
}

h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0.04em;
}

/*--------------------------------------
header
---------------------------------------*/
header {
  position: relative;
}

#headNoteArea {
  width: 100%;
  padding: 1rem 0;
  font-size: 1.2rem;
  border-top: 8px solid #000;
}

#headNoteArea .areaInner {
  width: 1000px;
  padding: 0;
  margin: 0 auto;
}

#headNoteArea .sitename {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}

#headNoteArea .sitename::before {
  display: inline-block;
  width: 2.8rem;
  height: 1.8rem;
  margin: 0 0.5rem 0 0;
  background: #000;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-align: center;
  content: "PR";
}

#headNoteArea .sitename a {
  background: none;
  padding: 0;
}

#headNoteArea .logo {
  margin: 2rem auto 0 auto;
  text-align: center;
}

#headNoteArea .logo img {
  width: 28rem;
}

/*--------------------------------------
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: 3rem;
  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 {
  color: #000000;
  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: #711c0c;
  position: relative;
}

#g-nav li a:hover::after {
  content: "";
  width: calc(100% - 3rem);
  height: 4px;
  background: #f3e0d9;
  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 2rem auto;
  width: 1000px;
}

#pankuzu a:hover {
  text-decoration: underline;
}

/*--------------------------------------
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 {
  float: left;
  width: 760px;
  padding: 0 0 5rem 0;
}

/*--------------------------------------
pagetop
---------------------------------------*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  width: 6.5rem;
}

#page-top:hover {
  opacity: 0.7;
}

/*--------------------------------------
side
---------------------------------------*/
#side {
  box-sizing: border-box;
  width: 220px;
  float: right;
  margin: 30px 0 60px;
}

#side .sideBox {
  box-sizing: border-box;
  margin: 0 0 30px;
  background: #faf3e9;
  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 {
  display: block;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  padding: 2rem 3rem 2rem 2rem;
  position: relative;
  z-index: 2;
  background: url(img/arrow_black.png) no-repeat right 1rem center;
  background-size: 7px auto;
}

#side .sideBox .sttl a:hover {
  opacity: 0.6;
}

#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.png) right 10px center no-repeat;
  background-size: 7px auto;
}

#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_black.png) 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;
}

#side .sideBox ul li a:hover {
  opacity: 0.6;
}

/*--------------------------------------
footer
---------------------------------------*/
footer {
  margin: 0;
  padding: 0;
  background: #f0f0f0;
}

footer .areaInner {
  width: 1000px;
  margin: 0 auto;
  padding: 4rem 0;
}

footer a {
  color: #000;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

footer .areaInner .footBox {
  margin: 0 0 30px 0;
}

footer .areaInner .footBox .sttl {
  border-bottom: 1px solid #000;
  padding: 0 0 6px 0;
  margin: 0 0 14px 0;
}

footer .areaInner .footBox .sttl a {
  background: url(img/arrow03_white.svg) 0px 50% no-repeat;
  background-size: 26px auto;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  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 30px 0 0;
}

footer .areaInner .footBox .accChild li a {
  background: url("img/arrow_black.png") 0 50% no-repeat;
  background-size: 7px auto;
  font-size: 1.3rem;
  font-weight: normal;
  padding: 0 0 0 2rem;
}

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: 5rem auto 1rem auto;
}

footer .areaInner .noticeArea p {
  padding: 20px 30px;
  font-size: 1.2rem;
  margin: 0;
  background: #fff;
}

footer .areaInner .botPrg {
  font-size: 1.2rem;
  text-align: center;
  border: none;
}

footer .botArea {
  background: #d4d6d9;
  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 .botArea .botInner .smap a:hover {
  text-decoration: underline;
}

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

/*--------------------------------------
main
---------------------------------------*/
.main p:not([class]) {
  margin: 1em 0;
}

.main p:not([class]) > a:not([class]),
.main li:not([class]) > a:not([class]),
.main td:not([class]) > a:not([class]) {
  text-decoration: underline;
}
.main p:not([class]) > a:not([class]):hover,
.main li:not([class]) > a:not([class]):hover,
.main td:not([class]) > a:not([class]):hover {
  text-decoration: none;
}

p:not([class]) > span:not([class]),
li:not([class]) > span:not([class]),
td:not([class]) > span:not([class]) {
  background: linear-gradient(transparent 90%, #db775d 90%);
  font-weight: 700;
}

.caption {
  margin: 0.8rem 0 0 0;
  color: #999;
  font-size: 1rem;
  line-height: 1.4;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  word-break: break-all;
}
.caption a {
  color: inherit;
  text-decoration: underline;
}
.caption a:hover {
  text-decoration: none;
}
.caption::-webkit-scrollbar {
  height: 5px;
}
.caption::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}
.caption::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #ddd;
}

/*--------------------------------------
heading
---------------------------------------*/
.main h1:not([class]),
.main h2:not([class]),
.main h3:not([class]),
.main h4:not([class]),
.main h5:not([class]),
.main h6:not([class]) {
  position: relative;
  font-weight: 700;
  line-height: 1.4;
}

.main-low .titLArea {
  position: relative;
}
.main-low .titLArea::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3rem;
  height: 3rem;
  background: url(img/title_bg_01.svg) no-repeat left top;
  background-size: contain;
  content: "";
}
.main-low .titLArea::after {
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(90deg);
  width: 3rem;
  height: 3rem;
  background: url(img/title_bg_01.svg) no-repeat left top;
  background-size: contain;
  content: "";
}
.main-low h1:not([class]) {
  margin: 0 0 4rem 0;
  padding: 3.5rem 3rem;
  font-size: 4rem;
  text-align: center;
}
.main-low h1:not([class])::before {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: rotate(-90deg);
  width: 3rem;
  height: 3rem;
  background: url(img/title_bg_01.svg) no-repeat left top;
  background-size: contain;
  content: "";
}
.main-low h1:not([class])::after {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
  width: 3rem;
  height: 3rem;
  background: url(img/title_bg_01.svg) no-repeat left top;
  background-size: contain;
  content: "";
}

.main-low h2:not([class]) {
  margin: 6rem 0.8rem 4rem 0;
  padding: 1.5rem 2rem 1.5rem 4rem;
  background: #faf3e9;
  border-radius: 1rem;
  font-size: 3.2rem;
}
.main-low h2:not([class])::before {
  position: absolute;
  left: -1rem;
  top: 0;
  width: 2.8rem;
  height: 4.6rem;
  background: url(img/title_bg_02.svg) no-repeat left top;
  background-size: contain;
  content: "";
}
.main-low h2:not([class])::after {
  position: absolute;
  right: -0.8rem;
  bottom: 0;
  width: 1.7rem;
  height: 3.2rem;
  background: url(img/title_bg_03.svg) no-repeat left top;
  background-size: contain;
  content: "";
}

.main-low h3:not([class]) {
  min-height: 4rem;
  margin: 6rem 0 3rem 0;
  padding: 0.5rem 2rem 1rem 5.5rem;
  background: url(img/title_bg_10.png) no-repeat left center;
  background-size: 36px auto;
  border-bottom: 1px solid #525a4b;
  font-size: 2.8rem;
}

.main-low h4:not([class]),
.main-low h5:not([class]),
.main-low h6:not([class]) {
  margin: 4rem 0 2rem 0;
  padding: 0.5rem 2rem;
  font-size: 2rem;
}
.main-low h4:not([class])::before,
.main-low h5:not([class])::before,
.main-low h6:not([class])::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.5rem;
  height: 100%;
  background: #c9d2c0;
  border-radius: 0.5rem;
  content: "";
}

.main-low h2:not([class]) a,
.main-low h3:not([class]) a,
.main-low h4:not([class]) a,
.main-low h5:not([class]) a,
.main-low h6:not([class]) a {
  display: block;
  padding: 0 2rem 0 0;
  background: url(img/arrow_black.png) no-repeat right center;
  background-size: 8px auto;
  color: inherit;
  text-decoration: none;
}

/*--------------------------------------
title
---------------------------------------*/
.main .recommend,
.main .check,
.main .point {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 5.2rem;
  margin: 3rem 0 3rem 2.5rem;
  padding: 1.5rem 2rem 1.8rem 4rem;
  background: #f8f8f8;
  border-radius: 1rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}
.main .recommend::before,
.main .check::before,
.main .point::before {
  position: absolute;
  left: -2.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 5.2rem;
  height: 5.2rem;
  background: url(img/title_bg_04.svg) no-repeat left top;
  background-size: contain;
  content: "";
}
.main .check::before {
  background: url(img/title_bg_05.svg) no-repeat left top;
  background-size: contain;
}
.main .point::before {
  background: url(img/title_bg_06.svg) no-repeat left top;
  background-size: contain;
}

.rank_wrap {
  counter-reset: number 0;
}
.rank_wrap .recommend::before,
.rank_wrap .check::before,
.rank_wrap .point::before {
  padding: 2.8rem 0 0 0;
  background: url(img/title_bg_07.svg) no-repeat left top;
  background-size: contain;
  box-sizing: border-box;
  color: #711c0c;
  font-size: 1.3rem;
  line-height: 1.1;
  text-align: center;
  content: counter(number, decimal-leading-zero);
  counter-increment: number 1;
}
.rank_wrap .check::before {
  background: url(img/title_bg_08.svg) no-repeat left top;
  background-size: contain;
}
.rank_wrap .point::before {
  background: url(img/title_bg_09.svg) no-repeat left top;
  background-size: contain;
  color: #000;
}

.main .recommend a,
.main .check a,
.main .point a {
  display: block;
  padding: 0 2rem 0 0;
  background: url(img/arrow_black.png) no-repeat right center;
  background-size: 8px auto;
  color: inherit;
  text-decoration: none;
}

/*--------------------------------------
lists
---------------------------------------*/
.main ul:not([class]) {
  margin: 4rem 0;
  padding: 0;
}
.main ul:not([class]) li {
  position: relative;
  margin: 0 0 0.6rem 0;
  padding: 0 0 0 2.1rem;
}
.main ul:not([class]) li:last-child {
  margin: 0;
}
.main ul:not([class]) li::before {
  position: absolute;
  left: 0;
  top: 1.1rem;
  width: 1rem;
  height: 1rem;
  background: #db775d;
  border-radius: 50%;
  content: "";
}

.main ol {
  margin: 4rem 0;
  padding: 0;
  counter-reset: number 0;
}
.main ol li {
  position: relative;
  margin: 0 0 0.6rem 0;
  padding: 0 0 0 2.4rem;
  counter-increment: number;
}
.main ol li::before {
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 1.7rem;
  height: 1.7rem;
  background: #c9d2c0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7rem;
  text-align: center;
}
.main ol li:nth-child(-n + 9)::before {
  content: counter(number);
}
.main ol li:nth-child(n + 10)::before {
  content: counter(number);
}

/*--------------------------------------
table
---------------------------------------*/
table th,
table td {
  word-break: break-all;
}
table {
  width: 100%;
  margin: 4rem auto;
  border-collapse: collapse;
}
table th {
  padding: 1rem 1.5rem;
  background: #f3e0d9;
  border: 1px solid #711c0c;
  font-weight: 700;
  line-height: 1.6;
	width: 20%;
}
table td {
  padding: 1rem 1.5rem;
  background: #fff;
  border: 1px solid #711c0c;
  line-height: 1.6;
}

/*--------------------------------------
float-wrap
---------------------------------------*/
.float-wrap {
  margin: 6rem auto;
}
.float-wrap .fl {
  width: 28rem;
  margin: 0 3rem 1rem 0;
  text-align: center;
}
.float-wrap .fr {
  width: 28rem;
  margin: 0 0 1rem 3rem;
  text-align: center;
}
.float-wrap .center {
  width: 28rem;
  margin: 0 auto 2rem auto;
  text-align: center;
}
.float-wrap p:not([class]) {
  margin: 0 0 1em 0;
}
.float-wrap .catch {
  margin: 0 0 1.5rem 0;
  color: #711c0c;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
.float-wrap .catch a {
  display: block;
  padding: 0 2rem 0 0;
  background: url(img/arrow_black.png) no-repeat right center;
  background-size: 8px auto;
  color: inherit;
  text-decoration: none;
}

/*--------------------------------------
btns
---------------------------------------*/
.btn-tel {
  display: none;
}

.btn-internal,
p.btn-internal {
  max-width: 55rem;
  margin: 4rem auto;
  padding: 0;
  text-align: center;
}
.btn-internal a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 2.4rem 6rem;
  background: #db846e url(img/arrow01_white.svg) no-repeat right 1.8rem center;
  background-size: 36px auto;
  border-radius: 6rem;
  box-shadow: 0 4px 8px 0 rgba(113, 28, 12, 0.2);
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.btn-internal.down a {
  background: #db846e url(img/arrow01_white_down.svg) no-repeat right 1.8rem center;
  background-size: 36px auto;
}
.btn-internal a:hover {
  transform: translateY(4px);
  opacity: 1;
  box-shadow: none;
}

.btn-web,
p.btn-web {
  max-width: 55rem;
  margin: 4rem auto;
  padding: 0;
  text-align: center;
}
.btn-web a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 2.4rem 6rem;
  background: #3a70a6 url(img/arrow01_white.svg) no-repeat right 1.8rem center;
  background-size: 36px auto;
  border-radius: 6rem;
  box-shadow: 0 4px 8px 0 rgba(113, 28, 12, 0.2);
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.btn-web a:hover {
  transform: translateY(4px);
  opacity: 1;
  box-shadow: none;
}

.btn-link {
  margin: 4rem 0;
  padding: 0;
  text-align: right;
}
.btn-link a {
  display: inline-block;
  position: relative;
  min-height: 2.8rem;
  padding: 0.3rem 0 0.3rem 4rem;
  background: url(img/arrow02_black.svg) no-repeat left center;
  background-size: 28px auto;
  font-size: 1.5rem;
  line-height: 1.4;
  text-decoration: underline;
}
.btn-link a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*--------------------------------------
box-wrap
---------------------------------------*/
.box-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box-wrap .box {
  width: calc((100% - 4rem) / 2);
  margin: 0 0 4rem 0;
  padding: 3rem 2.5rem;
  background: #fff;
  border-top: 8px solid #c9d2c0;
  border-radius: 0.8rem;
}
.box-wrap .box ul:not([class]) {
  margin: 0;
}

/*--------------------------------------
frame-wrap
---------------------------------------*/
.frame-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.frame-wrap::after {
  display: block;
  width: calc((100% - 2.6rem) / 3);
  content: "";
}
.frame-wrap .frame {
  position: relative;
  width: calc((100% - 2.6rem) / 3);
  margin: 0 0 3rem 0;
  padding: 2rem;
  background: #f8f8f8;
  border-radius: 2rem;
}
.frame-wrap .frame-head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 3rem 0;
}
.frame-wrap .frame-head .ttl {
  width: 100%;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.frame-wrap .frame-head .ttl a {
  display: block;
  padding: 0 2rem 0 0;
  background: url(img/arrow_black.png) no-repeat right center;
  background-size: 8px auto;
  color: inherit;
  text-decoration: none;
}
.frame-wrap .frame-body p:not([class]) {
  margin: 0;
}
.frame-wrap .frame-body table {
  margin: 2rem 0 0 0;
}
.frame-wrap .frame-body table th {
  width: 10rem;
  padding: 0.8rem;
  font-size: 1.4rem;
}
.frame-wrap .frame-body table td {
  padding: 0.8rem;
  font-size: 1.4rem;
}

/*--------------------------------------
accordion
---------------------------------------*/
.accordion-item {
  display: none;
}
.accordion-btn {
  display: block;
  position: relative;
  width: 45rem;
  height: auto;
  margin: 0 auto 4rem auto;
  padding: 2rem 0;
  background: #f0f0f0;
  border-radius: 5rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: 0.2s;
}
.accordion-btn::before {
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.8rem;
  height: 2.8rem;
  background: url(img/acc_bg_01.svg) no-repeat left top;
  background-size: contain;
  content: "";
}
.accordion-btn::after {
  display: block;
  padding: 0 7rem;
  text-align: center;
  content: "もっと見る";
}
.accordion-btn.is-open::before {
  background: url(img/acc_bg_02.svg) no-repeat left top;
  background-size: contain;
}
.accordion-btn.is-open::after {
  display: block;
  padding: 0 5rem;
  text-align: center;
  content: "閉じる";
}
.accordion-btn:hover {
  opacity: 0.7;
}

/*--------------------------------------
toc
---------------------------------------*/
.toc_parts {
  width: 80rem;
  margin: 0 auto 6rem auto;
  padding: 4rem 4rem 2rem 4rem;
  background: #f4f4f4;
}
.main-low .toc_parts {
  width: 100%;
  margin: 0 auto 4rem auto;
}
.toc_parts .ttl {
  display: flex;
  align-items: center;
  padding: 0 4rem 0 1rem;
  border-left: 4px solid #db775d;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
#toc {
  margin: 1.5rem 0 0 0;
  border-top: 1px solid #525a4b;
}
#toc .chapter {
  margin: 0 0 2rem 0;
  padding: 0 1rem;
  counter-reset: count;
}
#toc .chapter .chapter-h {
  position: relative;
  margin: 2rem 0 0 0;
  padding: 0 0 0 3.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  counter-increment: count;
}
#toc .chapter .chapter-h:last-child {
  margin-bottom: 0;
}
#toc ul.chapter .chapter-h::before {
  position: absolute;
  left: 0;
  top: 1.4rem;
  transform: translateY(-50%);
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  color: #711c0c;
  font-size: 2rem;
  font-weight: 700;
  content: counter(count, decimal-leading-zero);
}
#toc .chapter .chapter-h a {
  text-decoration: none;
}
#toc .chapter .chapter-h a:hover {
  opacity: 0.7;
}
#toc li.chapter-h.chapter-h-three {
  margin: 0.5rem 0 0.5rem 4rem;
  padding: 0 0 0 1.5rem;
  font-size: 1.5rem;
  counter-increment: none;
}
#toc li.chapter-h.chapter-h-three::before {
  position: absolute;
  left: 0;
  top: 0.7rem;
  transform: rotate(180deg);
  width: 0.8rem;
  height: 0.8rem;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  content: "";
}
#toc li.chapter-h.chapter-h-three a {
  font-weight: normal;
}
#toc li.chapter-h.chapter-h-three span {
  font-weight: 400;
}
#toc .chapter br {
  display: none;
}
.block-toc .accordion-btn {
  margin: 0 auto 4rem auto;
}
.block-toc .accordion-btn::after {
  content: "目次";
}
.block-toc .accordion-btn.is-open::after {
  content: "閉じる";
}

/*--------------------------------------
addCont
---------------------------------------*/
.addInner {
  position: relative;
  width: 100rem;
  margin: 0 auto;
}

.addCont-title {
  position: relative;
  width: 90%;
  margin: 0 auto 3rem auto;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.4;
}
.addCont-title span {
  font-size: 2.4rem;
}
.addCont-title a {
  display: inline;
  padding: 0 10rem 0 0;
  background: url(img/arrow03_pink.svg) no-repeat right center;
  background-size: 40px auto;
  color: inherit;
  text-decoration: none;
}

p.lead {
  width: 90%;
  margin: 0 auto 4rem auto;
}
p.lead span {
  background: linear-gradient(transparent 90%, #db775d 90%);
  font-weight: 700;
}

/*--------------------------------------
addCont01
---------------------------------------*/
.addCont01 {
  padding: 16rem 0 8rem 0;
  background: #f8f8f8 url(img/add01_bg_01.png) repeat left top;
}
.addCont01 .addInner::before {
  position: absolute;
  left: -6rem;
  bottom: calc(100% - 2rem);
  width: 30rem;
  height: 8.6rem;
  background: url(img/en_selections.svg) no-repeat left top;
  background-size: contain;
  content: "";
}
.addCont01 .note {
  width: 90%;
  margin: 3rem auto 0 auto;
  font-size: 1.2rem;
  line-height: 1.8;
}
.addCont01 ul:not([class]) {
  margin: 0;
  padding: 0;
}
.addCont01 ul:not([class]) li {
  position: relative;
  margin: 0 0 0.6rem 0;
  padding: 0 0 0 2.1rem;
}
.addCont01 ul:not([class]) li:last-child {
  margin: 0;
}
.addCont01 ul:not([class]) li::before {
  position: absolute;
  left: 0;
  top: 1.1rem;
  width: 1rem;
  height: 1rem;
  background: #db775d;
  border-radius: 50%;
  content: "";
}
.addCont01 .block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.addCont01 .block::after {
  display: block;
  width: calc((100% - 3.2rem) / 3);
  content: "";
}
.addCont01 .block .box {
  width: calc((100% - 3.2rem) / 3);
}
.addCont01 .block .box-head {
  display: flex;
  align-items: center;
  position: relative;
  padding: 1.5rem 1rem 1.5rem 7.5rem;
  border-radius: 1rem 1rem 0 0;
}
.addCont01 .box:nth-child(1) .box-head {
  background: #f3e0d9 url(img/add01_ico_01.png) no-repeat 1.5rem center;
  background-size: 45px auto;
}
.addCont01 .box:nth-child(2) .box-head {
  background: #f3e0d9 url(img/add01_ico_02.png) no-repeat 1.5rem center;
  background-size: 45px auto;
}
.addCont01 .box:nth-child(3) .box-head {
  background: #f3e0d9 url(img/add01_ico_03.png) no-repeat 1.5rem center;
  background-size: 45px auto;
}
.addCont01 .block .box-head .catch {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
}
.addCont01 .block .box-body {
  padding: 2rem 2rem 3rem 2rem;
  background: #fff;
  border-radius: 0 0 1rem 1rem;
}
.addCont01 .block .box-body .catch {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 1.5rem 0;
  color: #711c0c;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.addCont01 .block .box-body .name {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 2rem 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.addCont01 .block .box-body .fig,
.addCont01 .block .box-body .caption {
  text-align: center;
}
.addCont01 .block .box-body .fig img {
  max-height: 17rem;
}
.addCont01 .block .box-body .txt {
  margin: 2.5rem 0 0 0;
  padding: 1.5rem;
  background: #faf3e9;
}
.addCont01 .block .box-body .txt .ttl {
  margin: 0 0 1.5rem 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.addCont01 .block .box-body .btn-web,
.addCont01 .block .box-body .btn-internal {
  margin: 2.5rem auto 0 auto;
}

@media screen and (max-width: 480px) {
  body {
    line-height: 1.7em;
    width: 100%;
    min-width: 100%;
    font-size: 1.4rem;
  }

  .pc {
    display: none;
  }

  .pc_br {
    display: none;
  }

  .sp {
    display: block;
  }

  .sp_br {
    display: block;
  }

  img {
    max-width: 100%;
  }

  a {
    text-decoration: none;
  }

  a:hover {
    opacity: 1;
  }

  h2,
  h3,
  h4,
  h5,
  h6 {
    letter-spacing: 0;
  }

  #category,
  #page {
    width: 100%;
    margin: 0 auto;
  }

  #category .baseBox,
  #page .baseBox {
    width: 100%;
    float: none;
    padding: 0 1rem 3rem 1rem;
  }

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

  #headNoteArea .sitename a {
    background: none;
    padding: 0;
    margin: 0;
  }

  #headNoteArea .logo {
    margin: 1rem auto 0;
    width: 24rem;
  }

  .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 {
    padding: 1rem 3rem 1rem 1rem;
    background: #aaa url(img/batu.png) no-repeat calc(50% + 2rem) center;
    background-size: 19px auto;
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
  }

  .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: #f0f0f0 url(img/arrow_black_down.png) 97% 50% no-repeat;
    background-size: auto 6px;
    border-bottom: 1px solid #000;
    text-decoration: none;
    line-height: 1.3;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .header-menu ul.accordion .open {
    background: #f0f0f0 url(img/arrow_black_up.png) 97% 50% no-repeat;
    background-size: auto 6px;
  }

  .header-menu ul.accordion ul li a {
    padding: 12px 30px 12px 20px;
    background: #fff url("img/arrow_black.png") 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: 0;
  }

  footer a:hover {
    text-decoration: none;
  }

  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;
    background: url(img/arrow_black.png) right 12px center no-repeat;
    background-size: 6px auto;
    padding: 10px 40px 10px 4%;
  }

  footer .areaInner .footBox .sttl.tglMenu a {
    background: url(img/arrow_black_down.png) right 10px center no-repeat;
    background-size: auto 6px;
  }

  footer .areaInner .footBox .sttl.open a {
    background: url(img/arrow_black_up.png) right 10px center no-repeat;
    background-size: auto 6px;
  }

  footer .areaInner .footBox .sttl {
    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_black.png) 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_black.png") 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.png") 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: 3rem auto 1rem auto;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8em;
  }

  footer .areaInner .noticeArea p {
    padding: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  footer .areaInner .botPrg {
    margin: 0 auto 2rem auto;
    font-size: 1rem;
  }

  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 {
    text-decoration: none;
  }

  footer .botArea .botInner .smap {
    display: none;
  }

  footer .areaInner .footBox .accChild .sp {
    display: block;
  }

  /*--------------------------------------
PageTop
---------------------------------------*/
  #page-top {
    position: fixed;
    bottom: 2rem;
    right: 1rem;
    z-index: 2;
    width: 4.8rem;
  }

  #page-top:hover {
    opacity: 1;
  }

  /*--------------------------------------
pankuzu
---------------------------------------*/
  .pankuzu-wrap {
    margin: 0.5rem 0 3rem 0;
  }
  #pankuzu {
    width: 100%;
    padding: 0.5rem 1rem;
    font-size: 1.1rem;
    overflow: auto;
    white-space: nowrap;
  }

  /*--------------------------------------
heading
---------------------------------------*/
  .main-low .titLArea {
    position: relative;
  }
  .main-low .titLArea::before {
    width: 2.4rem;
    height: 2.4rem;
  }
  .main-low .titLArea::after {
    width: 2.4rem;
    height: 2.4rem;
  }
  .main-low h1:not([class]) {
    margin: 0 0 4rem 0;
    padding: 3rem 2.4rem;
    font-size: 2.4rem;
    text-align: center;
  }
  .main-low h1:not([class])::before {
    width: 2.4rem;
    height: 2.4rem;
  }
  .main-low h1:not([class])::after {
    width: 2.4rem;
    height: 2.4rem;
  }

  .main-low h2:not([class]) {
    margin: 5rem 0.8rem 3rem 0;
    padding: 1.5rem 1.5rem 1.5rem 3rem;
    font-size: 2.1rem;
  }

  .main-low h3:not([class]) {
    margin: 4rem 0 2rem 0;
    padding: 0.5rem 1.5rem 1rem 5rem;
    font-size: 1.8rem;
  }

  .main-low h4:not([class]),
  .main-low h5:not([class]),
  .main-low h6:not([class]) {
    margin: 3rem 0 2rem 0;
    padding: 0.5rem 1.5rem;
    font-size: 1.6rem;
  }

  /*--------------------------------------
title
---------------------------------------*/
  .main .recommend,
  .main .check,
  .main .point {
    padding: 1.5rem 1.5rem 1.8rem 3.5rem;
    font-size: 1.8rem;
  }

  /*--------------------------------------
lists
---------------------------------------*/
  .main ul:not([class]) {
    margin: 3rem 0;
  }
  .main ul:not([class]) li::before {
    top: 0.8rem;
  }

  .main ol {
    margin: 3rem 0;
  }
  .main ol li::before {
    top: 0.3rem;
  }

  /*--------------------------------------
table
---------------------------------------*/
  table {
    width: 100%;
    margin: 3rem auto;
    border-top: 1px solid #711c0c;
  }
  table th {
    display: block;
    width: 100%;
    border-top: none;
  }
  table td {
    display: block;
    width: 100%;
    border-top: none;
  }

  /*--------------------------------------
float-wrap
---------------------------------------*/
  .float-wrap {
    margin: 4rem 0;
  }
  .float-wrap .float-img {
    width: 100%;
    text-align: center;
  }
  .float-wrap .fl,
  .float-wrap .fr,
  .float-wrap .center {
    float: none;
    width: 100%;
    margin: 0 auto 1.5rem auto;
    padding: 0;
    text-align: center;
  }
  .float-wrap .catch {
    font-size: 1.8rem;
  }

  /*--------------------------------------
btns
---------------------------------------*/
  .btn-internal,
  p.btn-internal {
    max-width: 90%;
    margin: 3rem auto;
  }
  .btn-internal a {
    padding: 2rem 4.5rem;
    background: #db846e url(img/arrow01_white.svg) no-repeat right 1.5rem center;
    background-size: 24px auto;
    font-size: 1.5rem;
  }
  .btn-internal.down a {
    background: #db846e url(img/arrow01_white_down.svg) no-repeat right 1.5rem center;
    background-size: 24px auto;
  }
  .btn-internal a:hover {
    transform: none;
  }

  .btn-web,
  p.btn-web {
    max-width: 90%;
    margin: 3rem auto;
  }
  .btn-web a {
    padding: 2rem 4.5rem;
    background: #3a70a6 url(img/arrow01_white.svg) no-repeat right 1.5rem center;
    background-size: 24px auto;
    font-size: 1.5rem;
  }
  .btn-web a:hover {
    transform: none;
  }

  .btn-tel,
  p.btn-tel {
    display: block;
    max-width: 90%;
    margin: 3rem auto;
    padding: 0;
    text-align: center;
  }
  .btn-tel a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 2rem 4.5rem;
    background: #a6a653 url(img/ico_tel.svg) no-repeat 2rem center;
    background-size: 20px auto;
    border-radius: 6rem;
    box-shadow: 0 4px 8px 0 rgba(113, 28, 12, 0.2);
    box-sizing: border-box;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    transition: 0.2s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .btn-tel a:hover {
    opacity: 1;
  }

  .btn-link,
  p.btn-link {
    max-width: 90%;
    margin: 3rem auto;
    padding: 0;
    text-align: center;
  }
  .btn-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 2rem 4.5rem;
    background: #f0f0f0 url(img/arrow03_white.svg) no-repeat right 1.5rem center;
    background-size: 24px auto;
    border-radius: 6rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    color: #000;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    transition: 0.2s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .btn-link a:hover {
    opacity: 1;
  }

  /*--------------------------------------
box-wrap
---------------------------------------*/
  .box-wrap {
    display: block;
  }
  .box-wrap .box {
    width: 100%;
    margin: 0 0 3rem 0;
    padding: 2rem;
  }

  /*--------------------------------------
frame-wrap
---------------------------------------*/
  .frame-wrap {
    display: block;
  }
  .frame-wrap::after {
    display: none;
    content: none;
  }
  .frame-wrap .frame {
    width: 100%;
  }
  .frame-wrap .frame-head {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 3rem 0;
  }
  .frame-wrap .frame-head .ttl {
    font-size: 2rem;
  }
  .frame-wrap .frame-body table {
    margin: 1.5rem 0 0 0;
  }
  .frame-wrap .frame-body table th {
    width: 100%;
    padding: 0.8rem;
    font-size: 1.2rem;
  }
  .frame-wrap .frame-body table td {
    padding: 0.8rem;
    font-size: 1.2rem;
  }

  /*--------------------------------------
accordion
---------------------------------------*/
  .accordion-btn {
    width: 90%;
    margin: 0 auto 3rem auto;
    font-size: 1.6rem;
  }
  .accordion-btn:hover {
    opacity: 1;
  }

  /*--------------------------------------
toc
---------------------------------------*/
  .toc_parts {
    width: 100%;
    margin: 0 auto 3rem auto;
    padding: 1.5rem;
  }
  .toc_parts .ttl {
    font-size: 1.8rem;
  }
  #toc {
    margin: 1rem 0 0 0;
    padding: 1rem 0 0 0;
  }
  #toc .chapter {
    margin: 0;
    padding: 0;
  }
  #toc .chapter .chapter-h {
    margin: 1rem 0;
    padding: 0 0 0 3rem;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #toc ul.chapter .chapter-h::before {
    top: 1rem;
    font-size: 1.8rem;
  }
  #toc li.chapter-h.chapter-h-three {
    margin: 0.5rem 0 0.5rem 3rem;
  }
  #toc li.chapter-h.chapter-h-three::before {
    top: 0.7rem;
    width: 6px;
    height: 6px;
  }
  #toc li.chapter-h-three + .chapter-h-two {
    margin-top: 2rem;
  }
  .main-index .block-toc {
    width: calc(100% - 2rem);
    margin: 0 auto;
  }

  /*--------------------------------------
addCont
---------------------------------------*/
  .addInner {
    width: 100%;
    padding: 0 1rem;
  }

  .addCont-title {
    width: 100%;
    margin: 0 auto 3rem auto;
    font-size: 2.4rem;
  }
  .addCont-title span {
    font-size: 1.6rem;
  }
  .addCont-title a {
    padding: 0 4rem 0 0;
    background-size: 24px auto;
  }

  p.lead {
    width: 100%;
    margin: 0 auto 3rem auto;
  }

  /*--------------------------------------
addCont01
---------------------------------------*/
  .addCont01 {
    padding: 10rem 0 5rem 0;
  }
  .addCont01 .addInner::before {
    left: 0;
    bottom: calc(100% + 1rem);
    width: 100%;
    height: 4rem;
    background-size: auto 6.4rem;
  }
  .addCont01 .note {
    width: 100%;
  }
  .addCont01 .block {
    display: block;
  }
  .addCont01 .block::after {
    display: none;
    content: none;
  }
  .addCont01 .block .box {
    width: 100%;
    margin: 0 0 4rem 0;
  }
  .addCont01 .block .box:last-child {
    margin: 0;
  }
  .addCont01 .block .box-body .btn-tel {
    margin: 2.5rem auto 0 auto;
  }
}
