@charset "utf-8";

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

* {
  box-sizing: border-box;
}

.cf::after {
  content: "";
  display: block;
  clear: both;
}

/*--------------------------------------
　Base
---------------------------------------*/

html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  color: #333;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  min-width: 110rem;
  overflow: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  word-break: break-word;
}

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

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

a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.strong {
  font-weight: bold;
}

.f110 {
  font-size: 110%;
}

.f120 {
  font-size: 120%;
}

.f130 {
  font-size: 130%;
}

.f150 {
  font-size: 150%;
}

.f200 {
  font-size: 200%;
}

.f300 {
  font-size: 300%;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.sp_br {
  display: none;
}

/*--------------------------------------
　Header
---------------------------------------*/

header .headTopWrap {
  background: #fff;
}

header .headTopArea {
  width: 1100px;
  margin: 6px auto;
}

header .headTopArea .rightTxt {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.4;
  text-align: right;
}

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

/*--------------------------------------
　Global Nav
---------------------------------------*/

#g-nav {
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}

#g-nav ul {
  display: flex;
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 1100px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

#g-nav li {
  width: 100%;
  min-height: 80px;
  text-align: center;
  position: relative;
}

#g-nav li::after {
  content: "";
  background: linear-gradient(#102942, #102942);
  background-size: 1px 1px;
  width: 1px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

#g-nav li:last-child::after {
  display: none;
  content: none;
}

#g-nav li a {
  display: grid;
  width: 100%;
  height: 100%;
  font-weight: bold;
  line-height: 1.6;
  padding: 20px 12px;
  position: relative;
  color: #333;
  font-weight: bold;
  place-content: center;
}

#g-nav li a span {
  display: table-cell;
  vertical-align: middle;
  font-weight: inherit;
  color: inherit;
  border-bottom: none;
}

#g-nav li a:hover {
  opacity: 0.6;
}

/*--------------------------------------
　Pankuzu
---------------------------------------*/

#pankuzuWrap {
  margin: 0;
}

#pankuzu {
  font-size: 1.2rem;
  margin: 0 auto;
  padding: 10px 0;
  width: 1100px;
}

#pankuzu span {
  border-bottom: none;
  font-weight: inherit;
  color: inherit;
}

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

#pankuzu span a:hover {
  text-decoration: none;
}

/*--------------------------------------
　Main Contents
---------------------------------------*/

#contents {
  width: 1100px;
  margin: 0 auto 0;
  padding: 0;
}

#index {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

#category,
#page {
  float: left;
  width: 832px;
  margin: 0;
  padding: 70px 0 0;
}

/*--------------------------------------
　Side
---------------------------------------*/

#side {
  float: right;
  width: 220px;
  margin-top: 68px;
  border-top: 3px solid #0366fe;
}

#side .sideBox {
  border-bottom: 3px solid #ebf3ff;
}

#side .sideBox .sttl {
  font-size: 1.5rem;
  font-weight: bold;
}

#side .sideBox .sttl a {
  display: block;
  padding: 1.5rem 1rem;
}

#side .sideBox ul {
  padding: 0;
  margin: 0;
}

#side .sideBox ul li {
  background-image: none;
  padding: 0;
  position: relative;
}

#side .sideBox ul li::before {
  content: "";
  background: linear-gradient(to right, rgba(17, 17, 17, 1), rgba(17, 17, 17, 1) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
  background-size: 6px 1px;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

#side .sideBox ul li a {
  display: block;
  padding: 10px 25px 10px 10px;
  font-size: 1.3rem;
  background: url(img/arrow_black.png) no-repeat right 10px center;
  background-size: 5px auto;
  text-decoration: none;
}

#side .sideBox ul li a:hover {
  opacity: 0.7;
  text-decoration: none;
}

#side .sideBox .subList {
  margin: 0;
}

#side .sideBox .subList li {
  margin: 0;
}

#side .sideBox .subList li a {
  display: block;
  padding: 10px 28px 10px 15px;
}

#side .sideBox .subList li a::before {
  content: "└";
  margin: 0 5px 0 0;
}

/*--------------------------------------
Footer
---------------------------------------*/

footer {
  margin: 10rem 0 0;
  padding: 0;
  background-color: #ebf3ff;
}

footer .areaInner {
  width: 100%;
  padding: 3rem 0;
}

footer .areaInner .inner {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}

footer .areaInner .logo {
  width: 11.8rem;
  margin: 0 auto 1rem;
}

footer .areaInner .logo a {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

footer .areaInner .logo a:hover {
  opacity: 0.7;
}

footer .areaInner .footBox {
  margin: 0 0 3rem 0;
}

footer .areaInner .footBox .sttl {
  border-bottom: 2px solid #7fb1ff;
  padding: 0 0 0.8rem 0;
  margin: 0 0 1.5rem 0;
}

footer .areaInner .footBox .sttl a {
  display: block;
  font-size: 1.6rem;
  background: url("img/foot_arrow.png") left center no-repeat;
  background-size: 12px auto;
  border: none;
  padding: 0.2rem 0 0 2rem;
}

footer .areaInner .footBox .sttl a:hover {
  text-decoration: none;
  opacity: 0.7;
}

footer .footBox ul {
  padding: 0 2rem;
}

footer .areaInner .footBox .accChild {
  padding: 0;
  box-sizing: border-box;
}

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

footer .areaInner .footBox .accChild li.subCat {
  width: 22%;
  margin: 0 4% 0.8rem 0;
}

footer .areaInner .footBox .accChild li.subCat:nth-of-type(4n + 1) {
  margin: 0 0 0.8rem 0;
}

footer .areaInner .footBox .accChild li.subCat a {
  display: inline-block;
  background: url("img/arrow_blue.png") no-repeat 0.3rem 0.6rem;
  background-size: 5px auto;
  padding: 0 0 0 1.5rem;
}

footer .areaInner .footBox .accChild li.subCat::after {
  content: "";
}

footer .areaInner .footBox .accChild .pc + li::before {
  /* content: "　|　"; */
  letter-spacing: 0;
  color: #a40024;
}

footer .areaInner .footBox .accChild .pc + li::before {
  /* content: "|　"; */
  letter-spacing: 0;
  color: #a40024;
}

footer .areaInner .footBox .accChild .pc + li.subCat::before {
  content: "";
}

footer .areaInner .footBox .accChild li {
  float: left;
  display: inline-block;
  margin: 0 0 0 0;
}

footer .areaInner .footBox .accChild li a {
  font-size: 1.3rem;
  font-weight: normal;
  padding: 0;
}

footer .areaInner .footBox .accChild .subList {
  padding: 0 0 0 1.5rem;
  margin: 0 0 0 0;
}

footer .areaInner .footBox .accChild .subList li {
  padding: 0.2rem 0 0 0;
  display: block;
  float: none;
  margin: 0;
  position: relative;
}

footer .areaInner .footBox .accChild .subList li::before {
  content: "└";
  color: #fff;
  position: absolute;
  top: 2px;
  left: 0;
  margin-right: 0.4rem;
}

footer .areaInner .footBox .accChild .subList li a {
  font-size: 1.3rem;
  background-image: none;
  padding: 0 0 0 1.8rem;
}

/*noticeArea*/

footer .areaInner .noticeArea {
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  border-radius: 0;
  padding: 2.5rem 3rem;
  margin: 4rem auto 0;
}

footer .areaInner .noticeArea p {
  font-size: 1.2rem;
  color: #333;
  margin: 0;
}

footer .areaInner p.ucp {
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
  color: #333;
  margin: 3rem auto 0;
}

footer .botArea {
  background-color: #fff;
}

footer .botArea .inner {
  width: 1100px;
  padding: 1rem 5rem;
  margin: 0 auto;
}

footer .botArea .inner.cf {
  content: none;
}

footer p.sitemap a {
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: right;
  color: #333;
  float: right;
  padding: 0;
  text-decoration: underline;
}

footer p.sitemap a:hover {
  text-decoration: none;
}

footer p.copy {
  font-size: 1.3rem;
  line-height: 1.3;
  text-align: left;
  color: #333;
  float: left;
  padding: 0;
}

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

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

footer p.copy a {
  color: #333;
}

/*--------------------------------------
　PageTop
---------------------------------------*/

#page-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 100;
  width: 6.1rem;
}

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

/* ================== */

/*  サイトマップ　　　*/

/* ================== */

#contents .mappage ul {
  margin: 0 auto 0.6rem;
}

#contents .mappage ul li {
  padding: 0 0 0.6rem 2.2rem;
}

#contents .mappage ul.subList li:last-child {
  margin: 0 0 1rem;
}

#contents .mappage ul li a:hover {
  opacity: 0.7;
}

#contents .mappage ul.subList li a {
  font-size: 1.4rem;
}

/* ================== */

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

/* ================== */

.main p:not([class]) {
  margin: 2rem auto;
}

.main p:not([class]) > span:not([class]),
.main li:not([class]) > span:not([class]),
.main td:not([class]) > span:not([class]) {
  color: #ff7c40;
  font-weight: bold;
}

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

.caption {
  margin: 0.8rem 0 0 0;
  color: #999;
  font-size: 1rem;
  line-height: 1.4;
  word-break: break-all;
}

.caption a {
  color: #999;
  text-decoration: underline;
}

.caption a:hover {
  text-decoration: none;
}

/*--------------------------------------
heading
---------------------------------------*/

.main-index h2:not([class]),
.main-low h1 {
  margin: 0 0 5rem 0;
  padding: 2.5rem 2rem;
  background: #ebf3ff;
  color: #333;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.main-index h3:not([class]),
.main-low h2 {
  margin: 5rem 0 3rem 0;
  padding: 2.4rem 2rem 2rem 2rem;
  background: #ff9464;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.main-index h4:not([class]),
.main-low h3 {
  min-height: 4.6rem;
  margin: 5rem 0 3rem 0;
  padding: 1rem 2rem 1rem 8rem;
  border-bottom: 1px solid #102942;
  background: url(img/title_bg_01.png) no-repeat 2rem top;
  background-size: 40px auto;
  color: #333;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
}

.main-index h5:not([class]),
.main-index h6:not([class]),
.main-low h4,
.main-low h5,
.main-low h6 {
  margin: 4rem 0 2rem 0;
  padding: 0 2rem 1rem 2rem;
  border-bottom: 1px solid #333;
  color: #333;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  display: inline-block;
}

.main-index h2:not([class]) a,
.main-index h3:not([class]) a,
.main-index h4:not([class]) a,
.main-index h5:not([class]) a,
.main-index h6:not([class]) a,
.main-low h2 a,
.main-low h3 a,
.main-low h4 a,
.main-low h5 a,
.main-low h6 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;
}

.main-index h3:not([class]) a,
.main-low h2 a {
  background: url(img/arrow_white.png) no-repeat right center;
  background-size: 8px auto;
}

/*--------------------------------------
title
---------------------------------------*/

.rank_wrap {
  counter-reset: number 0;
}

.rank_wrap .rank {
  position: relative;
  margin: 4rem 0 3rem 2.5rem;
  padding: 1.5rem 2rem 1.5rem 6rem;
  background: #ebf3ff;
  color: #333;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
}

.rank_wrap .rank::before {
  position: absolute;
  left: -2.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 5rem;
  height: 5rem;
  background: #0366fe;
  border-radius: 50%;
  color: #fff;
  font-size: 2.6rem;
  font-weight: normal;
  line-height: 5.2rem;
  text-align: center;
  content: counter(number, decimal-leading-zero);
  counter-increment: number 1;
}

.rank_wrap .rank 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: 3rem 0;
  padding: 0;
}

.main ul:not([class]) li {
  position: relative;
  margin: 0 0 0.6rem 0;
  padding: 0 0 0 2.4rem;
}

.main ul:not([class]) li:last-child {
  margin: 0;
}

.main ul:not([class]) li::before {
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 1rem;
  height: 1rem;
  background: #0366fe;
  border-radius: 50%;
  content: "";
}

.main ol {
  margin: 3rem 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 {
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 2rem;
  height: 2rem;
  background: #ff9464;
  color: #fff;
  font-size: 1.2rem;
  line-height: 2.2rem;
  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: 3rem auto;
  border-collapse: collapse;
}

table th {
  padding: 2rem;
  background: #ebf3ff;
  border: 1px solid #e3e3e3;
  font-weight: bold;
  text-align: center;
  width: 28rem;
}

table td {
  padding: 2rem;
  background: #fff;
  border: 1px solid #e3e3e3;
}

/*--------------------------------------
float-wrap
---------------------------------------*/

.float-wrap {
  margin: 6rem auto;
}

.float-wrap .fl {
  width: 35rem;
  margin: 0 3rem 1rem 0;
  text-align: center;
}

.float-wrap .fr {
  width: 35rem;
  margin: 0 0 1rem 3rem;
  text-align: center;
}

.float-wrap .ct {
  width: 50rem;
  margin: 0 auto 2rem auto;
  text-align: center;
}

.float-wrap .catch {
  margin: 0 0 1.5rem 0;
  color: #0366fe;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
}

.float-wrap.ct .catch {
  text-align: center;
}

.float-wrap p:not([class]) {
  margin: 0;
}

/*--------------------------------------
btns
---------------------------------------*/

.btn-tel {
  display: none;
}

.btn-internal,
p.btn-internal {
  position: relative;
  max-width: 42rem;
  margin: 4rem auto;
  padding: 0;
  text-align: center;
}

.btn-internal a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  min-height: 8.3rem;
  margin: 0 auto;
  padding: 2.2rem 3.5rem;
  background: #2a7efe url(img/arrow_white.png) no-repeat right 2rem center;
  background: url(img/arrow_white.png) no-repeat right 2rem center, -webkit-linear-gradient(90deg, rgba(28, 117, 254, 1) 0%, rgba(74, 145, 255, 1) 100%);
  background: url(img/arrow_white.png) no-repeat right 2rem center, linear-gradient(90deg, rgba(28, 117, 254, 1) 0%, rgba(74, 145, 255, 1) 100%);
  background-size: 7px auto, auto;
  border-radius: 6rem;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.btn-internal.up a {
  background: #2a7efe url(img/arrow_white_up.png) no-repeat right 2rem center;
  background: url(img/arrow_white_up.png) no-repeat right 1.6rem center, -webkit-linear-gradient(90deg, rgba(28, 117, 254, 1) 0%, rgba(74, 145, 255, 1) 100%);
  background: url(img/arrow_white_up.png) no-repeat right 3rem center, linear-gradient(90deg, rgba(28, 117, 254, 1) 0%, rgba(74, 145, 255, 1) 100%);
  max-width: 90%;
  background-size: auto 7px, auto;
}

.btn-internal.down a {
  background: #2a7efe url(img/arrow_white_down.png) no-repeat right 1.6rem center;
  background: url(img/arrow_white_down.png) no-repeat right 1.6rem center, -webkit-linear-gradient(90deg, rgba(28, 117, 254, 1) 0%, rgba(74, 145, 255, 1) 100%);
  background: url(img/arrow_white_down.png) no-repeat right 2rem center, linear-gradient(90deg, rgba(28, 117, 254, 1) 0%, rgba(74, 145, 255, 1) 100%);
  background-size: auto 7px, auto;
}

.btn-internal a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.btn-web,
p.btn-web {
  position: relative;
  max-width: 42rem;
  margin: 4rem auto;
  padding: 0;
  text-align: center;
}

.btn-web a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  min-height: 8.3rem;
  margin: 0 auto;
  padding: 2.2rem 2.5rem 2.2rem 4.2rem;
  background: #2a7efe url(img/web_icon.png) no-repeat right 2rem center;
  background: url(img/web_icon.png) no-repeat right 2rem center, -webkit-linear-gradient(90deg, rgba(55, 55, 55, 1) 0%, rgba(82, 82, 82, 1) 100%);
  background: url(img/web_icon.png) no-repeat left 2.5rem center, linear-gradient(90deg, rgba(55, 55, 55, 1) 0%, rgba(82, 82, 82, 1) 100%);
  background-size: 20px auto, auto;
  border-radius: 6rem;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  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 {
  text-decoration: none;
  opacity: 0.7;
}

.btn-link,
p.btn-link {
  margin: 4rem 0;
  padding: 0;
  text-align: right;
}

.btn-link a {
  display: inline-block;
  position: relative;
  padding: 0.2rem 0 0.3rem 1.2rem;
  background: url(img/arrow_blue.png) no-repeat left center;
  background-size: 7px auto;
  color: #333;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  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 {
  position: relative;
  width: calc((100% - 7rem) / 2);
  margin: 0;
  padding: 3rem 2rem;
  background: #fff;
  border-bottom: 1px solid #333;
}

.box-wrap .box:nth-child(1),
.box-wrap .box:nth-child(2) {
  border-top: 1px solid #333;
}

.box-wrap .box:nth-child(odd)::before {
  position: absolute;
  right: -3.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.1rem;
  height: calc(100% - 0.4rem);
  border-right: 1px solid #bbb;
  content: "";
}

.box-wrap .box-head {
  display: flex;
  align-items: center;
  margin: 0 0 2.5rem 0;
}

.box-wrap .box-head .ico {
  width: 6.6rem;
  text-align: center;
}

.box-wrap .box-head .ttl {
  width: calc(100% - 6.6rem);
  padding: 0 0 0 3rem;
  color: #333;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
}

.box-wrap .box-head .ttl a {
  display: block;
  padding: 0 2rem 0 0;
  background: url(img/arrow_blue.png) no-repeat right center;
  background-size: 8px auto;
  color: inherit;
  text-decoration: none;
}

.box-wrap .box-body p:not([class]) {
  margin: 0;
}

.box-wrap .box-body .catch {
  display: flex;
  align-items: center;
  margin: 3rem 0 1.2rem 0;
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}

.box-wrap .box-body .catch span {
  background: linear-gradient(transparent 85%, rgba(255, 124, 64, 0.8) 85%);
}

/*--------------------------------------
frame-wrap
---------------------------------------*/

.frame-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.frame-wrap::after {
  display: block;
  width: calc((100% - 5rem) / 3);
  content: "";
}

.frame-wrap .frame {
  width: calc((100% - 5rem) / 3);
  margin: 0 0 3rem 0;
  padding: 0;
  background: #fff;
  border: 2px solid #599afa;
}

.frame-wrap .frame-head {
  display: flex;
  align-items: center;
  min-height: 8.1rem;
  margin: 0;
  padding: 1.5rem 2.5rem;
  background: #599afa;
}

.frame-wrap .frame-head .ttl {
  width: 100%;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}

.frame-wrap .frame-head .ttl a {
  display: block;
  padding: 0 2rem 0 0;
  background: url(img/arrow_white.png) no-repeat right center;
  background-size: 8px auto;
  color: inherit;
  text-decoration: none;
}

.frame-wrap .frame-head .ttl a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.frame-wrap .frame-body {
  padding: 2.5rem 2.5rem 4rem 2.5rem;
}

.frame-wrap .frame-body p:not([class]) {
  margin: 0;
}

.frame-wrap .frame-body table {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.6;
}

.frame-wrap .frame-body table th {
  width: 9.5rem;
  padding: 0.8rem 0.5rem;
}

.frame-wrap .frame-body table td {
  padding: 0.8rem;
}

.frame-wrap .frame-body .tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 2rem 0;
}

.frame-wrap .frame-body .tags.none {
  display: block;
}

.frame-wrap .frame-body .tags::after {
  display: block;
  width: calc((100% - 1.4rem) / 3);
  content: "";
}

.frame-wrap .frame-body .tag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 1.4rem) / 3);
  margin: 0 0 1rem 0;
  padding: 0.8rem 0.5rem 0.5rem 0.5rem;
  background: #ff9464;
  color: #333;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.frame-wrap .frame-body .tag.off {
  background: #ccc;
}

.frame-wrap .frame-body .ttl {
  position: relative;
  margin: 3rem 0 1rem 0;
  padding: 0 0 0 2.4rem;
  color: #333;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
}

.frame-wrap .frame-body .ttl::before {
  position: absolute;
  left: 0.4rem;
  top: 0.5rem;
  width: 1rem;
  height: 1rem;
  background: #0366fe;
  border-radius: 50%;
  content: "";
}

/*--------------------------------------
accordion
---------------------------------------*/

.accordion-item {
  display: none;
}

.accordion-btn {
  display: block;
  position: relative;
  max-width: 30rem;
  height: auto;
  margin: 0 auto 3rem auto;
  padding: 2rem 0;
  background: #e6e6e6;
  color: #333;
  font-size: 2rem;
  font-weight: bold;
  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: 3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  background: url(img/acc_bg_01.png) no-repeat left top;
  background-size: contain;
  content: "";
}

.accordion-btn::after {
  display: block;
  padding: 0 5rem;
  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
---------------------------------------*/

.l-parts-toc {
  margin: 6rem 0;
}

.main-low .l-parts-toc .accordion-item {
  display: block;
}

.toc_parts {
  width: 68rem;
  margin: 0 auto;
}

#toc {
  margin: 4rem 0 0 0;
}

#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;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
  counter-increment: count;
}

#toc .chapter .chapter-h:last-child {
  margin-bottom: 0;
}

#toc ul.chapter .chapter-h::before {
  display: none;
  content: none;
}

#toc .chapter .chapter-h a {
  display: block;
  padding: 0 5rem 0 0;
  background: url(img/arrow_blue_down.png) no-repeat right center;
  background-size: 14px auto;
  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: normal;
}

#toc .chapter br {
  display: none;
}

.l-parts-toc .accordion-btn {
  max-width: 52rem;
  margin: 0 auto;
  padding: 1.5rem 0;
  background: #fff;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

.l-parts-toc .accordion-btn::before {
  right: 12rem;
}

.l-parts-toc .accordion-btn::after {
  content: "目次";
}

.l-parts-toc .accordion-btn.is-open::after {
  content: "閉じる";
}

/*--------------------------------------
balloon 横向き
---------------------------------------*/

.block-balloon .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 5rem 0;
}

.block-balloon .box:last-child {
  margin: 0;
}

.block-balloon .box-fig {
  display: flex;
  align-items: center;
  width: 25rem;
  padding: 0 0 0 3rem;
}

.block-balloon .box.r .box-fig {
  padding: 0 3rem 0 0;
}

.block-balloon .box-fig .fig {
  width: 100%;
  text-align: left;
}

.block-balloon .box.r .box-fig .fig {
  text-align: right;
}

.block-balloon .box-txt {
  position: relative;
  width: calc(100% - 25rem);
  padding: 3rem 6rem;
  border: 3px solid #ffc2a5;
  border-radius: 1rem;
}

.block-balloon .box-txt::before {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 3.8rem;
  height: 2.4rem;
  background: url(img/balloon_bg_02.png) no-repeat left 0.3rem top;
  background-size: contain;
  content: "";
}

.block-balloon .box.r .box-txt::before {
  left: 100%;
  right: auto;
  background: url(img/balloon_bg_01.png) no-repeat left top;
  background-size: contain;
}

.block-balloon .box-txt p:not([class]) {
  margin: 0;
}

.block-balloon .box-txt .ttl {
  margin: 0 0 1.5rem 0;
  color: #0366fe;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.block-balloon .box.r .box-fig {
  order: 2;
}

.block-balloon .box.r .box-txt {
  order: 1;
}

.main-low .block-balloon .box-fig {
  width: 19rem;
  padding: 0;
}

.main-low .block-balloon .box.r .box-fig {
  padding: 0;
}

.main-low .block-balloon .box-fig img {
  max-width: 15rem;
}

.main-low .block-balloon .box-txt {
  width: calc(100% - 19rem);
  padding: 2rem 3rem;
}

/*--------------------------------------
visArea
---------------------------------------*/

#visArea.lower {
  height: 12rem;
  background: #83c4ff url(img/mv_bg_06.png) no-repeat center top;
  background-size: cover;
}

#visArea.lower .mainArea {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 103rem;
  height: 12rem;
  margin: 0 auto;
  background: url(img/mv_bg_07.png) no-repeat center bottom;
  text-align: center;
}

#visArea.lower .siteName {
  color: #373737;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

#visArea.lower .siteName span {
  color: #0366fe;
  font-size: 1.4rem;
}

/*--------------------------------------
addParts
---------------------------------------*/

.addInner {
  position: relative;
  width: 110rem;
  margin: 0 auto;
}

.addParts-title {
  position: relative;
  margin: 0 0 3rem 0;
  color: #373737;
  font-size: 3.7rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.main-index .addParts-title h2,
.main-index .addParts-title h3 {
  background: none;
  padding: 0;
  margin: 0;
}

.main-index .addParts-title h3 {
  color: #373737;
  font-size: 2.8rem;
  margin: 1.6rem 0 0;
}

.addParts-title span {
  color: #0366fe;
  font-size: 3rem;
}

.addParts-title a {
  display: inline-block;
  padding: 0 4rem;
  background: url(img/arrow_black.png) no-repeat right bottom 2rem;
  background-size: 8px auto;
  color: inherit;
  text-decoration: none;
}

p.lead {
  width: 80%;
  margin: 0 auto 4rem auto;
}

p.lead span {
  color: #ff7c40;
  font-weight: bold;
}

/*--------------------------------------
addParts01
---------------------------------------*/

.addParts01 {
  padding: 10rem 0;
  background: #ffa378;
}

.addParts01.lower {
  margin: 10rem 0 0 0;
}

.addParts01 .addParts-title span {
  color: #373737;
  font-size: 2.5rem;
}

.addParts01 p.lead {
  margin: 0 auto 9rem auto;
}

.addParts01 p.lead span {
  background: #fff;
  padding: 0 0.3rem;
}

.addParts01 p.note {
  margin: 2rem auto 0 auto;
  color: #373737;
  font-size: 1.2rem;
}

.addParts01 p.note a {
  text-decoration: underline;
}

.addParts01 p.note a:hover {
  text-decoration: none;
}

.addParts01 .block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.addParts01 .block::after {
  display: block;
  width: calc((100% - 5rem) / 3);
  content: "";
}

.addParts01 .block .box {
  position: relative;
  width: calc((100% - 5rem) / 3);
  background: #fff;
border: solid 2px #919090;

}

.addParts01 .block .box-head .label {
  position: relative;
  width: calc(100% - 7.2rem);
  margin: -2.8rem auto 2.3rem auto;
  padding: 1.5rem;
  background: #fff;
  border: 3px solid #0366fe;
  border-radius: 6rem;
  color: #333;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.addParts01 .block .box-head .ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.8rem 1rem 1.8rem;
  background: #ebf3ff;
  color: #373737;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.addParts01 .block .box-head .ttl span span {
  display: inline-block;
  margin: 0 0 0.5rem 0;
  background: linear-gradient(transparent 85%, rgba(255, 124, 64, 0.8) 85%);
}

.addParts01 .block .box-body {
  padding: 1.5rem 2rem 3rem 2rem;
}

.addParts01 .block .box-body p:not([class]),
.addParts01 .block .box-body ul:not([class]) {
  margin: 0;
}

.addParts01 .block .box-body .fig {
  width: 10rem;
  margin: 0 auto 2rem auto;
  text-align: center;
}

.addParts01 .block .box-body .recommend {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.addParts01 .block .box-body .recommend .ico {
  width: 6.5rem;
  text-align: center;
}

.addParts01 .block .box-body .recommend .name {
  display: flex;
  align-items: center;
  position: relative;
  width: calc(100% - 6.5rem);
  padding: 0 0 0 1rem;
  color: #0366fe;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.2;
}

.addParts01 .block .box-body .recommend .name::after {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #102942;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.1;
  content: "がおすすめ！";
}

.addParts01 .block .box:nth-child(1) .recommend .name,
.addParts01 .block .box:nth-child(2) .recommend .name {
  justify-content: center;
  padding: 0 6.5rem 0 0;
  text-align: center;
}

.addParts01 .block .box:nth-child(3) .recommend .name {
  font-size: 3rem;
}

.addParts01 .block .box-body .catch {
  margin: 3rem 0;
  padding: 1rem;
  background: #ebf3ff;
  color: #0366fe;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.addParts01 .block .box-body ul:not([class]) li {
  margin: 0 0 1.5rem 0;
  padding: 0 0 0 3.5rem;
  background: url(img/add01_bg_01.png) no-repeat left center;
  background-size: 18px auto;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
}

.addParts01 .block .box-body ul:not([class]) li::before {
  display: none;
  content: none;
}

.addParts01 .block .box-body .btn-web {
  margin: 1.5rem auto 1.5rem auto;
}

.addParts01 .block .box-body .btn-internal {
  margin: 1.8rem auto 0 auto;
}

.addParts01 .btn-link a {
  padding: 0.2rem 1.5rem 0.3rem;
  background: url(img/arrow_blue_down.png) no-repeat right center;
  background-size: 11px auto;
}

@media screen and (max-width: 599px) {
  html,
  body {
    width: 100%;
    position: relative;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .sp_br {
    display: block;
  }
  .pc_br {
    display: none;
  }
  body {
    width: 100%;
    min-width: initial;
    min-width: auto;
    font-size: 1.5rem;
    line-height: 1.8;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
  }
  a:hover {
    opacity: 1;
  }
  /*--------------------------------------
　Header
---------------------------------------*/
  header .headTopWrap {
    background: #fff;
  }
  header .headTopArea {
    width: 100%;
    margin: 0;
    padding: 0.5rem;
  }
  header .headTopArea .rightTxt {
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.4;
    text-align: center;
  }
  /*--------------------------------------
　spMenuBox
---------------------------------------*/
  /*navWrap*/
  #navWrap {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    background-color: #faf5d2;
    margin: 0 auto;
  }
  /*navTop*/
  #navWrap .navTop {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #b5b5b5;
    position: fixed;
    top: -100px;
    opacity: 0;
    z-index: 9999;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  body.open #navWrap .navTop {
    top: 0 !important;
    opacity: 1 !important;
  }
  #navWrap .navTopInner {
    display: table;
    width: 100%;
    padding: 0.5rem 0;
    position: relative;
  }
  #navWrap .siteName {
    display: table-cell;
    vertical-align: middle;
    width: 15rem;
    font-size: 1.15rem;
    font-weight: bold;
    line-height: 1.4;
    padding: 0 1rem;
    text-align: center;
  }
  #navWrap .siteName img {
    width: auto;
    height: 6rem;
  }
  #navWrap .recommendBtn {
    display: table-cell;
    vertical-align: middle;
    width: calc(50.5% - 41px);
    font-size: 1.1rem;
    text-align: center;
    color: #000;
    padding: 0 1.2rem;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    position: relative;
    background: #ebf3ff;
  }
  #navWrap .recommendBtn::after {
    content: "";
    position: absolute;
    right: 3px;
    bottom: 3px;
    border-top: 4px solid transparent;
    border-right: 4px solid #0366fe;
    border-bottom: 4px solid #0366fe;
    border-left: 4px solid transparent;
    z-index: 1;
  }
  #menuBtn {
    display: table-cell;
    vertical-align: middle;
    box-sizing: content-box;
    width: 25px;
    height: 50px;
    padding: 0 2rem;
    cursor: pointer;
    z-index: 9999;
    position: relative;
    right: 0;
    text-align: right;
  }
  #menuBtn .menu {
    width: 21px;
    height: 16px;
    position: absolute;
    top: calc(50% - 8px);
    outline: none;
    border: none;
    background: #000;
    background: url("img/sp_ico_menu.png") center no-repeat;
    background-size: 100%;
  }
  body.open #menuBtn .menu {
    width: 21px;
    height: 16px;
    background: url("img/sp_ico_close.png") center no-repeat;
    background-size: 100%;
  }
  /*navSp*/
  #navSp {
    position: fixed;
    top: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-color: rgba(238, 238, 238, 0.94);
    z-index: 999;
    display: none;
  }
  #navSp > div {
    height: 100%;
    overflow-y: scroll;
    /*-webkit-overflow-scrolling: touch;*/
  }
  #navSp a {
    text-decoration: none;
  }
  #navSp .navBox:first-child {
    border-top: 1px solid #ccc;
    overflow: hidden;
  }
  #navSp .navBox .sttl a,
  #navSp .sitemap a {
    display: block;
    box-sizing: border-box;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.4;
    color: #000;
    background: url("img/arrow_black.png") 96% center no-repeat;
    background-size: 6px auto;
    padding: 1.5rem 9% 1.5rem 4%;
  }
  #navSp .navBox .tglMenu a {
    background: url("img/arrow_black_down.png") 96% center no-repeat;
    background-size: 10px auto;
  }
  #navSp .navBox .sttl.collapsible a {
    background: url("img/arrow_black_down.png") 96% center no-repeat;
    background-size: 10px auto;
  }
  #navSp .navBox .sttl a br {
    display: none;
  }
  #navSp .navBox .sttl.open > a {
    background: url("img/arrow_black_up.png") 96% center no-repeat;
    background-size: 10px auto;
  }
  #navSp .navBox .sttl,
  #navSp .sitemap {
    border-bottom: 1px solid #ccc;
    padding: 0;
    margin: 0;
  }
  #navSp .sitemap {
    margin: 0 0 100px;
  }
  #navSp .navBox .accChild {
    display: none;
    font-size: 1.3rem;
    padding: 0;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.8);
  }
  #navSp .navBox .accChild li {
    float: none;
  }
  #navSp .navBox .accChild li a {
    display: block;
    box-sizing: border-box;
    color: #000;
    background: url("img/arrow_black.png") 95.5% center no-repeat;
    background-size: 5px auto;
    border-bottom: 1px solid #ccc;
    padding: 1.2rem 9% 1.2rem 7%;
  }
  /*navBottom*/
  #navBottom {
    display: block;
    width: 85%;
    position: relative;
    margin: 7.5% auto 7.5%;
  }
  #navBottom a {
    display: block;
    text-decoration: none;
    background: url("img/banner_bg.png") left top repeat;
    border-top: 3px solid #bee6a0;
    padding: 4%;
    position: relative;
    z-index: 1;
  }
  #navBottom a::before {
    content: "";
    background: url("img/banner_illust01.png") no-repeat;
    background-size: 100% auto;
    width: 49px;
    height: 86px;
    position: absolute;
    top: -10px;
    right: -8px;
  }
  #navBottom a::after {
    content: "";
    background: url("img/banner_illust02.png") no-repeat;
    background-size: 100% auto;
    width: 40px;
    height: 64px;
    position: absolute;
    left: -8px;
    bottom: -10px;
  }
  #navBottom .tit {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.01em;
    padding: 0 15% 0 3%;
    margin-bottom: 1rem;
  }
  #navBottom .txtArea {
    background-color: #fff;
    padding: 0 0 6%;
  }
  #navBottom .catch {
    font-size: 1.3rem;
    line-height: 1.4;
    letter-spacing: 0.01em;
    border-bottom: 1px dotted #ccc;
    padding: 3.5% 5%;
  }
  #navBottom .txt {
    padding: 3.5% 5%;
  }
  #navBottom .txt p {
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.01em;
    color: #508291;
    margin: 0;
  }
  #navBottom .btn {
    width: 75%;
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0.01em;
    text-align: center;
    color: #fff;
    background-color: #82b4c3;
    border-radius: 5px;
    padding: 3.5% 4% 3.2% 4%;
    margin: 0 auto;
    box-shadow: 2px 2px 0px rgba(80, 130, 145, 1);
  }
  body.open {
    height: inherit !important;
  }
  /*--------------------------------------
side
---------------------------------------*/
  #side {
    display: none;
  }
  /*--------------------------------------
pankuzu
---------------------------------------*/
  #pankuzuWrap {
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    padding: 0.5rem;
    margin: 0 auto 2rem auto;
    overflow: auto;
    white-space: nowrap;
    position: relative;
  }
  #pankuzu {
    box-sizing: border-box;
    font-size: 1.1rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
    color: #333;
    padding: 0.5rem;
    margin: 0 auto;
    white-space: nowrap;
  }
  #pankuzu a {
    color: #333;
    text-decoration: underline;
    transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
  }
  #pankuzu a:hover {
    color: #333;
    text-decoration: underline;
  }
  #pankuzu span:last-child {
    margin-right: 4%;
  }
  #pankuzu a span:last-child {
    margin-right: 0;
  }
  /*--------------------------------------
Main Contents
---------------------------------------*/
  #contents {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #index {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #category,
  #page {
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
  }
  /*--------------------------------------
Footer
---------------------------------------*/
  footer {
    width: 100%;
    margin-top: 6rem;
  }
  footer .areaInner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 2rem 0;
  }
  footer .areaInner .inner {
    width: 100%;
    padding: 0;
  }
  footer .areaInner .logo {
    width: 9rem;
    margin: 0 auto 1.5em auto;
  }
  footer .areaInner .logo + .footBox {
    border-top: 1px solid #ccc;
  }
  footer .areaInner .footBox {
    margin: 0;
  }
  footer .areaInner .footBox .sttl {
    border: none;
    padding: 0;
    margin: 0;
  }
  footer .areaInner .footBox .sttl a {
    display: block;
    box-sizing: border-box;
    font-size: 1.4rem;
    font-weight: 600;
    background: url("img/arrow_black_down.png") right 10px center no-repeat;
    background-size: 10px auto;
    padding: 1rem 4rem 1rem 4%;
    transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
  }
  footer .areaInner .footBox .sttl a:hover {
    opacity: 1;
  }
  footer .areaInner .footBox .sttl.open a {
    background: url("img/arrow_black_up.png") right 10px center no-repeat;
    background-size: 10px auto;
  }
  footer .areaInner .footBox .sttl {
    border-bottom: 1px solid #ccc;
    padding: 0;
    margin: 0;
  }
  footer .footBox ul {
    padding: 0;
  }
  footer .areaInner .footBox .accChild {
    display: none;
    font-size: 1.3rem;
    padding: 0;
    box-sizing: border-box;
    background-color: #ccc;
  }
  footer .areaInner .footBox .accChild li {
    display: block;
    float: none;
  }
  footer .areaInner .footBox .accChild li a {
    display: block;
    box-sizing: border-box;
    font-size: 1.3rem;
    color: #000;
    background: #fff url("img/arrow_black.png") 96.5% center no-repeat;
    background-size: 6px auto;
    border-bottom: 1px solid #ccc;
    padding: 1rem 9% 1rem 4%;
  }
  footer .areaInner .footBox .accChild li.subCat {
    width: 100%;
    margin: 0;
  }
  footer .areaInner .footBox .accChild li.subCat:nth-of-type(4n + 1) {
    margin: 0 0 0 0;
  }
  footer .areaInner .footBox .accChild li.subCat a {
    display: block;
    background: #fff url("img/arrow_black.png") 96.5% center no-repeat;
    background-size: 6px auto;
    padding: 1rem 9% 1rem 4%;
  }
  footer .areaInner .footBox .accChild li.subCat a::before {
    content: none;
    font-size: 1.2rem;
    position: relative;
    left: -2px;
    margin-right: 0.2rem;
  }
  footer .areaInner .footBox .accChild .subList {
    padding: 0;
    margin: 0;
  }
  footer .areaInner .footBox .accChild .subList li {
    padding: 0;
    display: block;
    float: none;
    margin: 0;
  }
  footer .areaInner .footBox .accChild .subList li::before {
    content: none;
    color: #000;
    margin-right: 0;
  }
  footer .areaInner .footBox .accChild .subList li a {
    font-size: 1.3rem;
    padding: 1rem 9% 1rem 9%;
    background: #fff url("img/arrow_black.png") 96.5% center no-repeat;
    background-size: 6px auto;
  }
  footer .areaInner .footBox .accChild .subList li a::before {
    content: "└";
    display: block;
    color: #000;
    position: absolute;
    top: 12px;
    left: 4%;
    margin-right: 0.4rem;
  }
  footer .areaInner .noticeArea {
    box-sizing: border-box;
    width: 92%;
    margin: 2.5rem auto 0rem;
    background: #fff;
    padding: 1.5rem;
    font-size: 1.2rem;
    line-height: 1.8;
    border-radius: 0;
  }
  footer .areaInner .noticeArea p {
    font-size: 1.2rem;
  }
  footer .areaInner p.ucp {
    font-size: 1.1rem;
    line-height: 1.4;
    text-align: center;
    margin: 1.5rem auto 0;
  }
  footer .botArea {
    background: #fff;
  }
  footer .botArea .inner {
    width: 92%;
    padding: 1rem 0;
    margin: 0 auto;
  }
  footer .botArea .inner .cf {
    content: none;
  }
  footer p.sitemap {
    font-size: 1.2rem;
    line-height: 1.3;
    text-align: right;
  }
  footer p.copy {
    font-size: 1.2rem;
    line-height: 1.3;
    text-align: center;
    color: #000;
    padding: 0;
  }
  footer p.sitemap a {
    color: #000;
    margin-bottom: 1rem;
    text-decoration: underline;
  }
  footer p.copy a {
    color: #000;
    text-decoration: none;
  }
  footer a {
    text-decoration: none;
  }
  footer a:hover {
    text-decoration: none;
  }
  /*--------------------------------------
　PageTop
---------------------------------------*/
  #page-top {
    position: fixed;
    bottom: 4%;
    right: 4%;
    width: 50px;
  }
  #page-top img {
    width: 100%;
  }
  /* ================== */
  /*  サイトマップ　　　*/
  /* ================== */
  #contents .mappage h2 {
    margin: 5rem auto 2rem;
  }
  #contents .mappage h2 a:hover {
    color: #333;
    text-decoration: none;
    opacity: 1;
  }
  #contents .mappage ul {
    margin: 1rem auto 1rem;
  }
  #contents .mappage ul li {
    padding: 0 0 0.6rem 1.6rem;
  }
  #contents .mappage ul.subList li:last-child {
    margin: 0 0 1rem;
  }
  #contents .mappage ul li a:hover {
    opacity: 1;
  }
  #contents .mappage ul.subList li a {
    font-size: 1.4rem;
  }
  /* ================== */
  /*  メインコンテンツ　*/
  /* ================== */
  /*--------------------------------------
heading
---------------------------------------*/
  .main-index h2:not([class]),
  .main-low h1 {
    margin: 0 0 4rem 0;
    padding: 1.5rem 1.5rem 1.2rem 1.5rem;
    font-size: 2.4rem;
  }
  .main-index h3:not([class]),
  .main-low h2 {
    margin: 4rem 0 2rem 0;
    padding: 1.5rem 1.5rem 1.2rem 1.5rem;
    font-size: 2.1rem;
  }
  .main-index h4:not([class]),
  .main-low h3 {
    min-height: 3.7rem;
    margin: 4rem 0 2rem 0;
    padding: 1rem 1.5rem 1rem 4.5rem;
    background: url(img/title_bg_01.png) no-repeat left top;
    background-size: 32px auto;
    font-size: 1.8rem;
  }
  .main-index h5:not([class]),
  .main-index h6:not([class]),
  .main-low h4,
  .main-low h5,
  .main-low h6 {
    margin: 3rem 0 2rem 0;
    padding: 0 1.5rem 0.8rem 1rem;
    font-size: 1.6rem;
  }
  .main-index .addParts-title h2,
  .main-index .addParts-title h3 {
    padding: 0;
    margin: 0;
  }
  .main-index .addParts-title h3 {
    font-size: 2.4rem;
  }
  /*--------------------------------------
title
---------------------------------------*/
  .rank_wrap .rank {
    position: relative;
    margin: 3rem 0 3rem 2rem;
    padding: 1.2rem 1.5rem 1.2rem 3.5rem;
    font-size: 1.8rem;
  }
  .rank_wrap .rank::before {
    left: -2rem;
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
    line-height: 4.2rem;
  }
  .rank_wrap .rank a {
    padding: 0 1.6rem 0 0;
    background-size: 8px auto;
  }
  /*--------------------------------------
table
---------------------------------------*/
  table {
    width: 100%;
    margin: 3rem auto;
    border-top: 1px solid #ccc;
  }
  table th {
    display: block;
    width: 100%;
    padding: 1rem 1.5rem;
    border-top: none;
  }
  table td {
    display: block;
    width: 100%;
    border-top: none;
  }
  /*--------------------------------------
float-wrap
---------------------------------------*/
  .float-wrap {
    margin: 4rem 0;
  }
  .float-wrap .float-img.fr {
    float: none;
    width: 100%;
    margin: 0 auto 1.5rem auto;
  }
  .float-wrap .float-img.fl {
    float: none;
    width: 100%;
    margin: 0 auto 1.5rem auto;
  }
  .float-wrap .float-img.ct {
    width: 100%;
    margin: 0 auto 1.5rem auto;
  }
  .float-wrap .catch {
    font-size: 1.7rem;
  }
  /*--------------------------------------
btns
---------------------------------------*/
  .btn-internal,
  p.btn-internal {
    max-width: 90%;
    margin: 3rem auto;
  }
  .btn-internal a {
    font-size: 1.5rem;
  }
  .btn-internal a:hover {
    opacity: 1;
  }
  .addParts05 .btn-internal a {
    font-size: 1.5rem;
    min-width: 100%;
    background: url(img/arrow_white_up.png) no-repeat right 2rem center, linear-gradient(90deg, rgba(28, 117, 254, 1) 0%, rgba(74, 145, 255, 1) 100%);
    background-size: 12px auto, auto;
  }
  .btn-web,
  p.btn-web {
    max-width: 90%;
    margin: 3rem auto;
  }
  .btn-web a {
    font-size: 1.5rem;
  }
  .btn-web a:hover {
    opacity: 1;
  }
  .btn-tel,
  p.btn-tel {
    display: block;
    position: relative;
    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%;
    min-height: 8.3rem;
    margin: 0 auto;
    padding: 2.2rem 4.5rem;
    background: url(img/ico_tel.png) no-repeat 1.5rem center, url(img/arrow_white.png) no-repeat right 2rem center, #fe652b;
    background: url(img/ico_tel.png) no-repeat 1.5rem center, url(img/arrow_white.png) no-repeat right 2rem center, -webkit-linear-gradient(90deg, rgba(254, 83, 19, 1) 0%, rgba(255, 119, 68, 1) 100%);
    background: url(img/ico_tel.png) no-repeat 1.5rem center, url(img/arrow_white.png) no-repeat right 2rem center, linear-gradient(90deg, rgba(254, 83, 19, 1) 0%, rgba(255, 119, 68, 1) 100%);
    background-size: 24px auto, 7px auto, auto;
    border-radius: 6rem;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    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 {
    text-decoration: none;
    opacity: 1;
  }
  .btn-link,
  p.btn-link {
    position: relative;
    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: 2.2rem 3.3rem !important;
    background: #fff url(img/arrow_blue_down.png) no-repeat right 2rem center !important;
    background-size: 11px auto !important;
    border: 2px solid #0366fe;
    border-radius: 6rem;
    box-sizing: border-box;
    color: #0366fe;
    font-size: 1.5rem;
    font-weight: bold;
    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 {
    text-decoration: none;
    opacity: 1;
  }
  /*--------------------------------------
box-wrap
---------------------------------------*/
  .box-wrap {
    display: block;
    margin: 4rem 0;
  }
  .box-wrap .box {
    width: 100%;
    padding: 3rem 1rem;
  }
  .box-wrap .box:nth-child(2) {
    border-top: none;
  }
  .box-wrap .box:nth-child(odd)::before {
    display: none;
    content: none;
  }
  .box-wrap .box-head .ttl {
    padding: 0 0 0 2rem;
  }
  /*--------------------------------------
frame-wrap
---------------------------------------*/
  .frame-wrap {
    display: block;
  }
  .frame-wrap::after {
    display: none;
  }
  .frame-wrap .frame {
    width: 100%;
    margin: 0 0 3rem 0;
  }
  .frame-wrap .frame-head {
    min-height: auto;
  }
  .frame-wrap .frame-head .ttl a:hover {
    opacity: 1;
  }
  .frame-wrap .frame-body {
    padding: 2rem 2rem 3.8rem;
  }
  .frame-wrap .frame-body table th {
    width: 100%;
    padding: 0.8rem;
  }
  .frame-wrap .frame-body .ttl {
    margin: 2rem 0 1rem 0;
  }
  /*--------------------------------------
accordion
---------------------------------------*/
  .accordion-btn {
    max-width: 90%;
    width: 90%;
    padding: 2rem 0;
    font-size: 1.5rem;
  }
  .accordion-btn div:hover {
    opacity: 1;
    transform: none;
  }
  /*--------------------------------------
toc
---------------------------------------*/
  .l-parts-toc {
    margin: 4rem 0;
  }
  .toc_parts {
    width: 100%;
    margin: 0 auto 3rem auto;
  }
  .main-index .toc_parts {
    width: calc(100% - 2rem);
  }
  .toc_parts .ttl {
    font-size: 1.6rem;
  }
  #toc {
    margin: 1rem 0 0 0;
    padding: 1rem 0 0 0;
  }
  #toc .chapter {
    padding: 0;
  }
  #toc .chapter .chapter-h {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #toc .chapter .chapter-h a {
    margin: 0 2rem;
    padding: 0 3rem 0 0;
  }
  #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;
  }
  .l-parts-toc .accordion-btn {
    max-width: 90%;
    padding: 1.5rem 0 1.2rem 0;
  }
  .l-parts-toc .accordion-btn::before {
    right: 4rem;
  }
  /*--------------------------------------
visArea
---------------------------------------*/
  #visArea.lower {
    height: 7rem;
    background: url(img/mv_bg_08.png) no-repeat center bottom, url(img/mv_bg_06.png) no-repeat center top, #83c4ff;
    background-size: 100% auto, cover;
  }
  #visArea.lower .mainArea {
    width: 100%;
    height: 5.8rem;
    background: none;
  }
  #visArea.lower .siteName {
    font-size: 2rem;
  }
  #visArea.lower .siteName span {
    font-size: 1.2rem;
  }
  /*--------------------------------------
    balloon 縦向き
  ---------------------------------------*/
  .block-balloon .box {
    margin: 4rem 0;
    display: block;
  }
  .block-balloon .box-fig {
    width: 9rem;
    padding: 0;
    margin: 0 auto;
  }
  .block-balloon .box.r .box-fig {
    padding: 0;
    margin: 0 auto;
  }
  .block-balloon .box-fig img {
    max-width: 10rem;
    position: relative;
    top: -1rem;
  }
  .block-balloon .box-txt {
    width: 100%;
    padding: 2rem 2.5rem 3rem;
    margin: 2rem 0 0 0;
  }
  .block-balloon .box-txt::before {
    background: url(img/balloon_bg_down_02.png) no-repeat top center;
    background-size: contain;
    width: 2rem;
    height: 3rem;
    right: 0;
    transform: translateX(-50%);
    top: -29px;
    left: 50%;
  }
  .block-balloon .box.r .box-txt::before {
    background: url(img/balloon_bg_down_01.png) no-repeat top center;
    background-size: contain;
    width: 2rem;
    height: 3rem;
    right: 0;
    transform: translateX(-50%);
    top: -29px;
    left: 50%;
  }
  .block-balloon .box-txt .ttl {
    margin: 0 0 1rem 0;
    font-size: 2rem;
  }
  .main-low .block-balloon .box-fig {
    width: 9rem;
    padding: 0;
    margin: 0 auto;
  }
  .main-low .block-balloon .box.r .box-fig {
    padding: 0;
  }
  .main-low .block-balloon .box-fig img {
    max-width: 10rem;
  }
  .main-low .block-balloon .box-txt {
    width: 100%;
    padding: 2rem 2rem 3rem;
    margin: 2rem 0 0 0;
  }
  /*--------------------------------------
    balloon 横向き
  ---------------------------------------*/
  .block-balloon.side .box {
    margin: 4rem 0;
    display: flex;
  }
  .block-balloon.side .box-fig {
    width: 12rem;
    padding: 0;
  }
  .block-balloon.side .box.r .box-fig {
    padding: 0;
  }
  .block-balloon.side .box-fig img {
    max-width: 10rem;
  }
  .block-balloon.side .box-txt {
    width: calc(100% - 12rem);
    padding: 1.5rem;
  }
  .block-balloon.side .box-txt::before {
    background: url(img/balloon_bg_02.png) no-repeat left top;
    background-size: contain;
    width: 2.8rem;
    height: 1.8rem;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: -28px;
  }
  .block-balloon.side .box-txt .ttl {
    margin: 0 0 1rem 0;
    font-size: 2rem;
  }
  .block-balloon.side .box.r .box-txt::before {
    background: url(img/balloon_bg_01.png) no-repeat left center;
    background-size: contain;
    width: 2.8rem;
    height: 1.8rem;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
  .main-low .block-balloon.side .box-fig {
    width: 12rem;
    padding: 0;
  }
  .main-low .block-balloon.side .box.r .box-fig {
    padding: 0;
  }
  .main-low .block-balloon.side .box-fig img {
    max-width: 10rem;
  }
  .main-low .block-balloon.side .box-txt {
    width: calc(100% - 12rem);
    padding: 2rem 1.3rem;
    margin: 0;
  }
  /*--------------------------------------
addParts
---------------------------------------*/
  .addInner {
    width: 100%;
    padding: 0 1rem;
  }
  .addParts-title {
    font-size: 2.4rem;
  }
  .addParts-title span {
    font-size: 1.8rem;
  }
  .addParts-title a {
    display: block;
    padding: 0 2rem 0 0;
    background: url(img/arrow_black.png) no-repeat right center;
    background-size: 8px auto;
  }
  p.lead {
    width: 100%;
    margin: 0 auto 3rem auto;
  }
  /*--------------------------------------
addParts01
---------------------------------------*/
  .addParts01 {
    padding: 5rem 0;
  }
  .addParts01.lower {
    margin: 6rem 0 0 0;
  }
  .addParts01 .addParts-title span {
    font-size: 1.8rem;
  }
  .addParts01 p.lead {
    width: calc(100% - 2rem);
    margin: 0 auto 6rem auto;
  }
  .addParts01 p.note {
    margin: 2rem 1rem 0 1rem;
    font-size: 1.1rem;
  }
  .addParts01 .block {
    display: blockn;
  }
  .addParts01 .block::after {
    display: none;
  }
  .addParts01 .block .box {
    width: 100%;
    margin: 0 0 6rem 0;
  }
  .addParts01 .block .box:last-child {
    margin: 0;
  }
  .addParts01 .block .box-body .btn-tel {
    margin: 1.8rem auto 0 auto;
  }
}
