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

th,
td {
  word-break: break-all;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

html {
  font-size: 62.5%;
}

/*--------------------------------------
　Base
---------------------------------------*/
body {
  min-width: 120rem;
  color: #222;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8em;
  word-break: break-word;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.strong {
  font-weight: 700;
}

.f110 {
  font-size: 110%;
}

.f120 {
  font-size: 120%;
}

.f130 {
  font-size: 130%;
}

.f150 {
  font-size: 150%;
}

.f200 {
  font-size: 200%;
}

.f300 {
  font-size: 300%;
}

a:hover {
  opacity: 0.6;
}

*,
*::before,
*:after {
  box-sizing: border-box;
}

/*--------------------------------------
header
---------------------------------------*/
header {
  position: relative;
  border-top: 4px solid #222;
}

header .rightTxt {
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: right;
}

header .rightTxt::before {
  display: inline-block;
  width: 2.8rem;
  margin: 0 0.5rem 0 0;
  padding: 0.2rem 0;
  background: #222;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  content: "PR";
}

#headNoteArea {
  position: relative;
  margin: 0 0 1.5rem 0;
  text-align: center;
}

#headNoteArea .areaInner {
  margin: 0 auto;
  padding: 0;
  max-width: 1000px;
  position: relative;
}

#headNoteArea .sitename img {
  width: 32rem;
}

/*--------------------------------------
g-nav
---------------------------------------*/
#g-nav {
  position: relative;
  margin: 0 0 10px;
  width: 100%;
}

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

#g-nav ul li:after {
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  display: inline-block;
  width: 1px;
  height: 20px;
  border-left: 1px solid #ddd;
  content: "";
}

#g-nav ul li:last-child:before {
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
  display: inline-block;
  width: 1px;
  height: 20px;
  border-right: 1px solid #ddd;
  content: "";
}

#g-nav li a {
  display: block;
  box-sizing: border-box;
  padding: 16px 20px;
  color: #222;
  text-align: center;
  font-size: 14px;
  line-height: 1.4rem;
}

/*--------------------------------------
　Pankuzu
---------------------------------------*/
.pankuzu-wrap {
  padding: 14px 20px;
  margin: 0 0 5rem 0;
  background: #f5f6f8;
}

#pankuzu {
  width: 100rem;
  margin: 0 auto;
  font-size: 12px;
  font-size: 1.2rem;
  color: #444;
}

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

.category .baseBox,
.page .baseBox {
  float: left;
  width: 760px;
}

.main {
  padding: 0 0 8rem 0;
}

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

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

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

#side .sideBox {
  overflow: hidden;
  box-sizing: border-box;
  margin: 0 0 30px;
  padding: 10px;
  background: #f5f6f8;
}

#side .sideBox a {
  line-height: 1.6;
}

#side .sideBox .sttl {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

#side .sideBox .sttl a {
  position: relative;
  display: block;
  padding: 20px 20px 18px 0px;
  height: 100%;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
  background: url(img/arrow_orange.png) right center no-repeat;
  background-size: 10px auto;
}

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

#side .sideBox ul {
  margin: 0;
  padding: 0 !important;
  background: #fff;
  display: none;
}

#side .sideBox li {
  padding: 0;
  padding: 20px 10px 18px 10px;
  box-sizing: border-box;
  background: url(img/arrow_red_small.png) right 10px center no-repeat;
  background-size: 6px auto;
}

#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/arrow_black.png) right 0 center no-repeat;
  background-size: auto, 6px auto;
}

#side .sideBox ul li span:hover {
  border-bottom: solid 2px #f6e847;
  opacity: 1;
}

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

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

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

footer .areaInner .footBox .sttl a {
  display: inline-block;
  padding: 4px 0 3px 30px;
  background: url("img/arrow_white.png") 6px 50% no-repeat;
  background-size: 10px auto;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
}

footer .footBox ul {
  padding: 0 20px;
}

footer .areaInner .footBox .accChild {
  box-sizing: border-box;
  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;
  display: inline-block;
}

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::before {
  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.2rem 16px;
  background: url("img/arrow_white.png") 0 50% no-repeat;
  background-size: 6px;
  color: #fff;
  font-weight: normal;
  font-size: 13px;
  font-size: 1.3rem;
}

footer .areaInner .footBox .accChild .subList:first-child li:before {
  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:before {
  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 {
  box-sizing: border-box;
  margin: 60px auto 35px;
  width: 71%;
  color: #fff;
}

footer .areaInner .noticeArea p {
  margin: 0;
  padding: 20px 30px;
  background: #303030;
  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: #303030;
}

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.2rem 1.4rem;
  background: url(img/arrow_white.png) no-repeat left center;
  background-size: 6px auto;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}

footer .botArea .botInner .smap a:hover {
  text-decoration: underline;
}

footer p.copy {
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  width: 100%;
}

footer p.copy a {
  color: inherit;
}

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

/* ================== */
/*メインコンテンツ　*/
/* ================== */

.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 55%, #ffe7b1 55%);
  font-weight: 700;
}

.caption {
  margin: 0.8rem 0 0 0;
  color: #9c9c9c;
  font-size: 1rem;
  line-height: 1.4;
  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;
}

.auto {
  margin: 0 auto;
}

/*--------------------------------------
heading
---------------------------------------*/
.titLArea {
  position: relative;
  max-width: 70rem;
  margin: 0 auto;
}
.titLArea::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 5.6rem;
  height: 5.6rem;
  border-left: 12px solid #222;
  border-top: 12px solid #222;
  content: "";
}
.titLArea::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 5.6rem;
  height: 5.6rem;
  border-right: 12px solid #222;
  border-bottom: 12px solid #222;
  content: "";
}
.main-low h1:not([class]) {
  position: relative;
  margin: 0 0 4rem 0;
  padding: 2rem;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.main-low h2:not([class]) {
  position: relative;
  margin: 6.4rem 0 3rem 0;
  padding: 1.5rem 2rem 1.5rem 4.8rem;
  background: #222;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.main-low h2:not([class])::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 0.4rem;
  background: #ffa900;
  content: "";
}

.main-low h3:not([class]) {
  position: relative;
  margin: 4rem 0 2rem 0;
  padding: 1rem 2rem 1rem 2.8rem;
  background: #f5f6f8;
  border-left: 2px solid #222;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}

.main-index h5:not([class]),
.main-low h4:not([class]),
.main-low h5:not([class]),
.main-low h6:not([class]) {
  position: relative;
  margin: 3rem 0 2rem 0;
  padding: 0 2rem 0.8rem 0;
  border-bottom: 2px solid #777;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

.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: 10px auto;
  color: inherit;
  text-decoration: none;
}
.main-low h2:not([class]) a {
  background: url(img/arrow_white.png) no-repeat right center;
  background-size: 10px auto;
}

/*--------------------------------------
title
---------------------------------------*/
.main .recommend,
.main .check,
.main .point {
  position: relative;
  min-height: 5rem;
  margin: 4rem 0 3rem 0;
  padding: 1.5rem 2rem 1.8rem 11rem;
  border-bottom: 1px solid #222;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.main .recommend::before,
.main .check::before,
.main .point::before {
  position: absolute;
  left: 1rem;
  top: calc(50% - 1.8rem);
  transform: translateY(-50%);
  width: auto;
  height: auto;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.1;
  content: "CHECK";
  z-index: 1;
}
.main .point::before {
  content: "POINT";
}
.main .recommend::before {
  font-size: 2rem;
  letter-spacing: -0.1rem;
  content: "おすすめ";
}
.main .recommend::after,
.main .check::after,
.main .point::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3.8rem;
  height: 3.8rem;
  background: #ffbf26;
  content: "";
}

.rank_wrap {
  counter-reset: number 0;
}
.rank_wrap .recommend::before,
.rank_wrap .check::before,
.rank_wrap .point::before {
  content: "CHECK" counter(number);
  counter-increment: number 1;
}
.rank_wrap .point::before {
  content: "POINT" counter(number);
}
.rank_wrap .recommend::before {
  content: "おすすめ" counter(number);
}

.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: 10px 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 1.8rem;
}
.main ul:not([class]) li:last-child {
  margin: 0;
}
.main ul:not([class]) li::before {
  position: absolute;
  left: 0;
  top: 1rem;
  width: 1rem;
  height: 1rem;
  background: #ffa900;
  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 3rem;
  counter-increment: number;
}
.main ol li::before {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 2.2rem;
  height: 2.2rem;
  background: #222;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.1;
  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 2.4rem;
  border-collapse: collapse;
}
table th {
  padding: 1.5rem;
  background: #f5f6f8;
  border: 1px solid #ddd;
  font-weight: 700;
  line-height: 1.6;
}
table td {
  padding: 1.5rem;
  background: #fff;
  border: 1px solid #ddd;
  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: 60rem;
  margin: 0 auto 2rem auto;
  text-align: center;
}
.float-wrap p:not([class]) {
  margin: 0;
}
.float-wrap .catch {
  margin: 0 0 1.6rem 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.btn-internal,
p.btn-internal {
  max-width: 46rem;
  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: 2rem 4rem;
  background: #ffbf26 url(img/arrow01_black.png) no-repeat right 1.5rem center;
  background-size: 20px auto;
  border-radius: 0.6rem;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  color: #222;
  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 a:hover {
  background-color: #ffd97d;
  box-shadow: none;
  opacity: 1;
  transform: translate(3px, 3px);
}
.btn-internal.down a {
  padding: 2rem 4rem;
  background: #ffbf26 url(img/arrow01_black_down.png) no-repeat right 2rem center;
  background-size: 10px auto;
}
.btn-internal.down a:hover {
  background-color: #ffd97d;
  box-shadow: none;
  opacity: 1;
  transform: translate(3px, 3px);
}

.btn-web,
p.btn-web {
  max-width: 46rem;
  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: 2rem 5rem;
  background: #d13225 url(img/ico_web.png) no-repeat right 2rem center;
  background-size: 20px auto;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0.6rem;
  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 {
  background-color: #df6f66;
  box-shadow: none;
  opacity: 1;
  transform: translate(3px, 3px);
}

.btn-link {
  margin: 4rem 0;
  padding: 0;
  text-align: right;
}
.btn-link a {
  display: inline-block;
  position: relative;
  padding: 0.1rem 0 0.3rem 2rem;
  background: url(img/arrow_orange.png) no-repeat left center;
  background-size: 10px 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;
  margin: 6rem 0;
}
.box-wrap .box {
  width: calc((100% - 2rem) / 2);
  margin: 0 0 3rem 0;
  padding: 4rem 2.5rem;
  background: #f5f6f8;
}
.box-wrap .box-head {
  display: flex;
  align-items: center;
  margin: 0 0 2rem 0;
  padding: 0 0 2rem 0;
  border-bottom: 1px solid #222;
}
.box-wrap .box-head .ttl {
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
.box-wrap .box-head .ttl a {
  display: block;
  padding: 0 2rem 0 0;
  background: url(img/arrow_orange.png) no-repeat right center;
  background-size: 10px auto;
  color: inherit;
  text-decoration: none;
}
.box-wrap .box-body p: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% - 2rem) / 3);
  content: "";
}
.frame-wrap .frame {
  position: relative;
  width: calc((100% - 2rem) / 3);
  margin: 0 0 3rem 0;
  padding: 3rem 1.8rem 2rem 1.8rem;
  background: #fff;
  border: 5px solid #ddd;
}
.frame-wrap .frame-head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 2rem 0;
  padding: 0 0 1.5rem 0;
  border-bottom: 1px solid #222;
}
.frame-wrap .frame-head .ttl {
  width: 100%;
  padding: 0 0 0 1.4rem;
  border-left: 6px solid #ffa900;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
.frame-wrap .frame-head .ttl a {
  display: block;
  padding: 0 2rem 0 0;
  background: url(img/arrow_orange.png) no-repeat right center;
  background-size: 10px auto;
  color: inherit;
  text-decoration: none;
}
.frame-wrap .frame-body p:not([class]) {
  margin: 0;
}
.frame-wrap .frame-body table {
  margin: 1.5rem 0 0 0;
}
.frame-wrap .frame-body table th {
  min-width: 8rem;
  padding: 0.8rem;
  font-weight: 400;
}
.frame-wrap .frame-body table td {
  padding: 0.8rem;
}
.frame-wrap .frame-body .catch {
  display: flex;
  align-items: center;
  margin: 0 0 1rem 0;
  font-size: 1.6rem;
  font-weight: 700;
}

/*--------------------------------------
accordion
---------------------------------------*/
.accordion-item {
  display: none;
}
.accordion-btn {
  display: block;
  position: relative;
  width: 30rem;
  margin: 0 auto 3rem auto;
  padding: 1.6rem 4rem;
  background: #fff;
  border: 2px solid #222;
  border-radius: 0.6rem;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.accordion-btn::before {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background: url(img/acc_bg_01.png) no-repeat left top;
  background-size: contain;
  content: "";
}
.accordion-btn::after {
  display: block;
  padding: 0 4rem;
  text-align: center;
  content: "もっと見る";
}
.accordion-btn.is-open::before {
  background: url(img/acc_bg_02.png) 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 8rem auto;
  padding: 4rem 4rem 2rem 4rem;
  background: #f5f6f8;
}
.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 #ffa900;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
#toc {
  margin: 1.5rem 0 0 0;
  border-top: 1px solid #222;
}
#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 4rem;
  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: #ffa900;
  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 #222;
  border-right: 1px solid #222;
  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 {
  background: #f5f6f8;
  border: none;
  border-radius: 0;
}
.block-toc .accordion-btn::before {
  background: url(img/acc_bg_03.png) no-repeat left top;
  background-size: contain;
}
.block-toc .accordion-btn.is-open::before {
  background: url(img/acc_bg_04.png) no-repeat left top;
  background-size: contain;
}
.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;
  margin: 0 0 7rem 0;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.addCont-title::before {
  position: absolute;
  left: 50%;
  bottom: -3rem;
  transform: translateX(-50%);
  width: 10rem;
  height: 0.6rem;
  background: #ffa900;
  content: "";
}
.addCont-title span {
  font-size: 2rem;
}
.addCont-title a {
  display: inline-block;
  padding: 0 4rem;
  background: url(img/arrow01_black.png) no-repeat right center;
  background-size: 10px auto;
  color: inherit;
  text-decoration: none;
}

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

/*--------------------------------------
addCont01
---------------------------------------*/
.addCont01 {
  padding: 8rem 0;
  background: #222 url(img/add01_bg_01.jpg) no-repeat center top;
  background-size: cover;
}
.addCont01 .addCont-title,
.addCont01 p.lead {
  color: #fff;
}
.addCont01 p.lead span {
  font-weight: 700;
  color: #ffbf26;
  background: none;
}
.addCont01 .note {
  margin: 3rem 0 0 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.8;
}
.addCont01 .block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.addCont01 .block::after {
  display: block;
  width: calc((100% - 3.6rem) / 3);
  content: "";
}
.addCont01 .block .box {
  width: calc((100% - 3.6rem) / 3);
  background: #fff;
  border: 2px solid #31394c;
}
.addCont01 .block .box-head {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 0.5rem 1.2rem 0.5rem;
  background: #ffbf26;
}
.addCont01 .block .box-head .catch {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.addCont01 .block .box-head .catch span {
  display: inline-block;
  margin: 0.2rem;
  padding: 0 0.5rem 0.2rem 0.5rem;
  background: #222;
  color: #fff;
  font-size: 2.8rem;
}
.addCont01 .block .box-body {
  padding: 2.8rem 1.8rem 3.2rem 1.8rem;
}
.addCont01 .block .box-body p:not([class]) {
  margin: 0;
}
.addCont01 .block .box-body .name {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4rem;
  margin: 0 0 2.2rem 0;
  padding: 1rem 3.5rem;
  border-bottom: 1px solid #222;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.addCont01 .block .box:nth-child(1) .name {
  background: url(img/add01_ico_01.png) no-repeat left center;
  background-size: 32px auto;
}
.addCont01 .block .box:nth-child(2) .name {
  background: url(img/add01_ico_02.png) no-repeat left center;
  background-size: 32px auto;
}
.addCont01 .block .box:nth-child(3) .name {
  background: url(img/add01_ico_03.png) no-repeat left center;
  background-size: 32px auto;
}
.addCont01 .block .box-body .fig,
.addCont01 .block .box-body .fig + .caption {
  text-align: center;
}
.addCont01 .block .box-body .txt {
  position: relative;
  margin: 3.5rem 0 0 0;
  padding: 3rem 1.5rem 2rem 1.5rem;
  background: #f5f6f8;
}
.addCont01 .block .box-body .txt p:not([class]) {
  margin: 0;
}
.addCont01 .block .box-body .txt .label {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: -1.5rem;
  transform: translateX(-50%);
  padding: 0.3rem 1.5rem 0.5rem 1.5rem;
  background: #222;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.addCont01 .block .box-body .btn-web {
  max-width: 90%;
  margin: 2.5rem auto 0 auto;
}
.addCont01 .block .box-body .btn-internal {
  max-width: 90%;
  margin: 2rem auto 0 auto;
}
.addCont01 .block .box-body .btn-internal a {
  padding-left: 2rem;
}

@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.7em;
  }

  .pc,
  .pc_br {
    display: none !important;
  }

  img {
    max-width: 100%;
  }

  p:not([class]) {
    margin: 0 0 10px 0;
    font-size: 14px;
    font-size: 1.4rem;
    word-break: break-all;
  }

  p:not([class]) > a {
    text-decoration: none;
  }

  a:hover {
    opacity: 1;
  }

  .wi1000 {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
  }

  .baseBox {
    padding: 0 10px;
  }

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

  .category .baseBox,
  .page .baseBox {
    float: none;
    box-sizing: border-box;
    width: 100%;
  }

  .main {
    padding: 0 0 4rem 0;
  }

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

  header .rightTxt {
    padding: 0.5rem 5rem 0 0.5rem;
    font-size: 1.2rem;
    text-align: left;
  }

  #headNoteArea {
    display: table;
    box-sizing: border-box;
    margin: 0 0 0.5rem 0;
    padding: 1.5rem 1rem 0 1rem;
    width: 100%;
  }

  #headNoteArea .areaInner {
    display: table-cell;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    background: none;
    vertical-align: middle;
  }

  #headNoteArea .sitename {
    margin: 0 0 1rem 0;
  }

  #headNoteArea .sitename img {
    width: 24rem;
  }

  .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.9;
    -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;
    display: none;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
  }

  .header-menu ul li a {
    display: block;
    padding: 15px 35px 15px 10px;
    border-bottom: 1px solid #fff;
    background: #83cdc0 url("img/arrow_green_left.png") 97% 50% no-repeat;
    background-size: 16px auto;
    color: #fff;
    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: 1rem 3rem 1rem 1rem;
    background: #aaa url("img/batu.png") no-repeat calc(50% + 2rem) center;
    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: 15px 35px 15px 10px;
    border-bottom: 1px solid #222;
    background: #f5f6f8 url(img/arrow_black_down.png) 97% 50% no-repeat;
    background-size: auto 8px;
    color: #222;
    text-decoration: none;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
  }

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

  .header-menu ul.accordion ul li a {
    padding: 12px 30px 12px 20px;
    border-bottom: 1px solid #222;
    background: #fff url("img/arrow_black.png") right 12px center no-repeat;
    background-size: 6px auto;
    color: #222;
    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 {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
  }

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

  footer .areaInner {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }

  footer .areaInner .footBox {
    margin: 0;
  }

  footer .areaInner .footBox .sttl a {
    display: block;
    box-sizing: border-box;
    padding: 10px 40px 10px 4%;
    background: #222 url(img/arrow_white.png) right 10px center no-repeat;
    background-size: 8px auto;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
  }

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

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

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

  footer .areaInner .footBox .accChild {
    display: none;
    box-sizing: border-box;
    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;
    box-sizing: border-box;
    padding: 10px 40px 10px 4%;
    border-bottom: 1px solid #222;
    background: url("img/arrow_black.png") right 12px center no-repeat;
    background-size: 6px auto;
    color: #444;
    font-size: 13px;
    font-size: 1.3rem;
  }

  footer .areaInner .footBox .accChild li.subCat {
    width: 100%;
    margin: 0;
  }

  footer .areaInner .footBox .accChild li.subCat a {
    display: block;
    box-sizing: border-box;
    padding: 10px 40px 10px 8%;
    border-bottom: 1px solid #666;
    background: url("img/arrow_black.png") right 12px center no-repeat;
    background-size: 6px auto;
    color: #444;
  }

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

  footer .botArea .botInner {
    width: 100%;
  }

  footer p.copy {
    margin: 0;
    padding: 14px 15px 12px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.3;
  }

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

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

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

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

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

  /*--------------------------------------
pankuzu
---------------------------------------*/
  .pankuzu-wrap {
    margin: 1rem 0 3rem 0;
    padding: 0.5rem;
    overflow: auto;
    white-space: nowrap;
  }

  #pankuzu {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    font-size: 11px;
    font-size: 1.1rem;
  }

  /* ================== */
  /*メインコンテンツ　*/
  /* ================== */

  /*--------------------------------------
heading
---------------------------------------*/
  .titLArea {
    max-width: 100%;
  }
  .titLArea::before {
    width: 3.2rem;
    height: 3.2rem;
    border-left: 6px solid #222;
    border-top: 6px solid #222;
  }
  .titLArea::after {
    width: 3.2rem;
    height: 3.2rem;
    border-right: 6px solid #222;
    border-bottom: 6px solid #222;
  }

  .main-low h1:not([class]) {
    font-size: 2.4rem;
  }

  .main-low h2:not([class]) {
    margin: 5rem 0 2.5rem 0;
    padding: 1.5rem 1.5rem 1.5rem 3rem;
    font-size: 2.1rem;
  }
  .main-low h2:not([class])::before {
    width: 2rem;
    height: 0.3rem;
  }

  .main-low h3:not([class]) {
    padding: 1rem 1.5rem;
    font-size: 1.8rem;
  }

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

  /*--------------------------------------
title
---------------------------------------*/
  .main .recommend,
  .main .check,
  .main .point {
    min-height: 5rem;
    margin: 4rem 0 3rem 0;
    padding: 1.2rem 1.5rem 1.2rem 8rem;
    font-size: 1.8rem;
  }
  .main .recommend::before,
  .main .check::before,
  .main .point::before {
    left: 0.5rem;
    top: calc(50% - 1.5rem);
    font-size: 1.6rem;
  }
  .main .point::before {
    content: "POINT";
  }
  .main .recommend::before {
    font-size: 1.6rem;
    letter-spacing: 0;
    content: "おすすめ";
  }
  .main .recommend::after,
  .main .check::after,
  .main .point::after {
    width: 3rem;
    height: 3rem;
  }

  .rank_wrap {
    counter-reset: number 0;
  }
  .rank_wrap .recommend::before,
  .rank_wrap .check::before,
  .rank_wrap .point::before {
    font-size: 1.5rem;
    content: "CHECK" counter(number);
    counter-increment: number 1;
  }
  .rank_wrap .point::before {
    content: "POINT" counter(number);
  }
  .rank_wrap .recommend::before {
    letter-spacing: -0.1rem;
    content: "おすすめ" counter(number);
  }

  /*--------------------------------------
table
---------------------------------------*/
  table {
    width: 100%;
    margin: 3rem auto;
    border-top: 1px solid #ddd;
  }
  table th {
    display: block;
    width: 100%;
    border-top: none;
    font-size: 1.4rem;
  }
  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.6rem;
  }

  /*--------------------------------------
btns
---------------------------------------*/
  .btn-internal,
  p.btn-internal {
    max-width: 90%;
    margin: 3rem auto;
  }
  .btn-internal a {
    padding: 2rem 4.5rem;
    background-size: 24px auto;
    font-size: 1.5rem;
  }

  .btn-web,
  p.btn-web {
    max-width: 90%;
    margin: 3rem auto;
  }
  .btn-web a {
    padding: 2rem 4.5rem;
    font-size: 1.5rem;
  }

  .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 4rem;
    background: #2670c0 url(img/ico_tel.png) no-repeat 1.5rem center;
    background-size: 20px auto;
    border-radius: 0.6rem;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 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 {
    box-shadow: none;
    opacity: 1;
    transform: translate(3px, 3px);
  }

  .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 4rem;
    background: #fff url(img/arrow_orange.png) no-repeat right 2rem center;
    background-size: 10px auto;
    border: 2px solid #222;
    border-radius: 0.6rem;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    color: #222;
    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 {
    box-shadow: none;
    opacity: 1;
    transform: translate(3px, 3px);
  }

  /*--------------------------------------
box-wrap
---------------------------------------*/
  .box-wrap {
    display: block;
    margin: 4rem 0;
  }
  .box-wrap .box {
    width: 100%;
    padding: 3rem 2rem;
  }
  .box-wrap .box-head {
    padding: 0 0 1.5rem 0;
  }
  .box-wrap .box-head .ttl {
    font-size: 1.8rem;
  }

  /*--------------------------------------
frame-wrap
---------------------------------------*/
  .frame-wrap {
    display: block;
  }
  .frame-wrap::after {
    display: none;
  }
  .frame-wrap .frame {
    width: 100%;
    padding: 2rem 1.8rem;
  }
  .frame-wrap .frame-body table th {
    min-width: auto;
  }

  /*--------------------------------------
accordion
---------------------------------------*/
  .accordion-item {
    display: none;
  }
  .accordion-btn {
    width: 90%;
    margin: 0 auto 3rem auto;
    font-size: 1.5rem;
  }
  .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 {
    margin: 0 0 5rem 0;
    font-size: 2.4rem;
  }
  .addCont-title::before {
    bottom: -2.5rem;
    width: 8rem;
    height: 0.4rem;
  }
  .addCont-title span {
    font-size: 1.6rem;
  }
  .addCont-title a {
    display: block;
    padding: 0 2rem 0 0;
  }

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

  /*--------------------------------------
addCont01
---------------------------------------*/
  .addCont01 {
    padding: 5rem 0;
  }
  .addCont01 .block {
    display: block;
  }
  .addCont01 .block::after {
    display: none;
  }
  .addCont01 .block .box {
    width: 100%;
    margin: 0 0 3rem 0;
  }
  .addCont01 .block .box:last-child {
    margin: 0;
  }

  .addCont01 .block .box-body .btn-tel {
    margin: 2rem auto 0 auto;
  }
  .addCont01 .block .box-body .btn-web a,
  .addCont01 .block .box-body .btn-internal a {
    padding-left: 3rem;
  }
}
