@charset "utf-8";

/* CSS Document */
/* GoogleFonts読み込み 下記のライセンス記述は削除禁止 */
/*
* "Noto Sans JP" licensed under the SIL Open Font License 1.1
* by https://fonts.google.com/specimen/Noto+Sans+JP
*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/NS-400.woff2") format("woff2"), url("fonts/NS-400.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/NS-700.woff2") format("woff2"), url("fonts/NS-700.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP vertical";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/NS-700-vertical.woff2") format("woff2"), url("fonts/NS-700-vertical.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,
ol {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

img {
  vertical-align: top;
}

li {
  list-style-type: none;
  vertical-align: middle;
}

/*--------------------------------------

　Base

---------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  min-width: 1250px;
  word-break: break-all;
  position: relative;
  padding-left: 250px;
}

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

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

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

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

@media screen and (min-width: 1250px) {

  a:hover,
  a:hover img {
    opacity: 0.7;
  }
}

.pc,
.pc_br {
  display: block;
}

.sp,
.sp_br {
  display: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.strong {
  font-weight: bold;
}

span.marker {
  font-weight: bold;
  background: linear-gradient(transparent 85%, #d6f4049e 0%);
}

span.txt_bold {
  font-weight: bold;
  color: #f96800;
}

p:not([class]) {
  margin: 2rem 0;
}

.caption {
  margin: 8px 0 0;
  font-size: 1.0rem;
  line-height: 1.4;
  word-break: break-all;
  color: #707070;
}

.caption a {
  color: #707070;
}

.inner {
  width: 1000px;
  margin: 0 auto;
}

/*--------------------------------------

　Header

---------------------------------------*/
header {
  background: url("img/mv_lower.jpg") no-repeat center top / cover;
  padding: 1rem 0;
  color: #fff;
  height: 383px;
  margin: 0 0 -8.7rem;
}

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

header .sitename {
  padding-right: 12.8rem;
  text-align: right;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 400;
}

header .menuOpenBtn {
  width: 70px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  cursor: pointer;
}

@media screen and (min-width: 1250px) {
  header .menuOpenBtn:hover img {
    opacity: 0.7;
  }
}

/*--------------------------------------

　Global Nav

---------------------------------------*/
#gnav {
  width: 500px;
  height: 100%;
  background-color: #4C5864;
  color: #fff;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 200;
  overflow: auto;
}

#gnav {
  display: none;
}

body.open {
  height: inherit !important;
}

#gnav>div {
  height: 100%;
  overflow-y: auto;
  padding: 2rem;
}

#gnav .nameArea {
  text-align: center;
  position: relative;
  padding-right: 3rem;
}

#gnav .nameArea .logo img {
  width: auto;
  height: 60px;
}

#gnav .nameArea .sitename {
  padding: 0;
  text-align: center;
  width: 24em;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 auto 2rem;
}

#gnav .menuCloseBtn {
  width: 30px;
  height: 30px;
  padding: 4px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

#gnav a {
  text-decoration: none;
  display: block;
  line-height: 1.4;
  padding: 2rem 4rem 2rem 0;
  position: relative;
}

#gnav a::after {
  content: "";
  width: 13px;
  height: 13px;
  background: url("img/arrow01_white.svg") no-repeat center top / 100% auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#gnav .sttl {
  border-bottom: 1px solid #fff;
}

#gnav .tglMenu a {
  background: none;
}

#gnav .tglMenu a::after {
  transform: translateY(-50%) rotate(90deg);
}

#gnav .tglMenu.open a::after {
  transform: translateY(-50%) rotate(-90deg);
}

#gnav .sttl a br {
  display: none;
}

#gnav .accChild {
  display: none;
}

#gnav .accChild li {
  padding-left: 2em;
}

#gnav .accChild li a {
  padding: 1.2rem 4rem 1.2rem 0;
}

/*--------------------------------------

　Main Contents

---------------------------------------*/
#contents {
  overflow-x: hidden;
  padding: 0 0 10rem;
}

/*--------------------------------------

　side

---------------------------------------*/
#side {
  width: 250px;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff;
  box-shadow: 2px 0px 6px #00000016;
  height: 100%;
  overflow-y: auto;
  padding: 1.4rem;
}

#side a {
  text-decoration: none;
}

#side>div+div {
  margin-top: 1.6rem;
}

#side .logo {
  margin-bottom: 3.8rem;
}

.sideBanner a {
  width: 100%;
  height: 135px;
  padding: 1rem;
  display: block;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  background: url("img/side_banner.jpg") no-repeat center top / 100% auto;
}

.sideBanner .b-small {
  font-size: 1.2rem;
  font-weight: normal;
  display: inline-block;
}

/*--------------------------------------

　Footer

---------------------------------------*/
footer {
  margin: 0 auto;
  padding: 0;
  background-color: #4C5864;
  color: #fff;
}

footer a {
  text-decoration: none;
}

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

footer .areaInner .inner {
  position: relative;
  width: min(100%, 1100px);
  margin: 0 auto;
}

footer .areaInner .logo {
  width: 200px;
  margin: 0 auto 5rem;
  text-align: center;
}

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

footer .areaInner .footBox .sttl {
  border-bottom: 1px solid #fff;
  padding: 0 0 1rem 0;
  margin: 0 0 1.8rem 0;
  color: #fff;
}

footer .areaInner .footBox .sttl a {
  display: inline-block;
  font-size: 1.6rem;
  color: #fff;
  background: url("img/arrow02_white.svg") no-repeat right 50% /7px auto;
  border: none;
  padding: 0.3rem 0;
  padding-right: 2rem;
  margin: 0;
}

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

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

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:nth-of-type(n + 6) {
  margin-top: 1rem;
}

footer .areaInner .footBox .accChild li.subCat a {
  display: inline-block;
  background: url("img/arrow02_white.svg") no-repeat right 50% /7px auto;
  padding: 0 2rem 0 0;
  color: #fff;
}

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 a {
  font-size: 1.3rem;
  font-weight: normal;
  padding: 0;
}

footer .areaInner .footBox .accChild li a:hover {
  text-decoration: none;
}

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

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

footer .areaInner .footBox .accChild .subList li::before {
  content: "└";
  color: #fff;
  position: absolute;
  top: 8px;
  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: 90%;
  max-width: 540px;
  background: #fff;
  color: #000;
  border-radius: 0;
  padding: 2.75rem 3rem;
  margin: 4rem auto 3rem;
}

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

footer .areaInner p.ucp {
  font-size: 1.2rem;
  line-height: 1.67;
  text-align: center;
  margin: 1.5rem auto 0;
  max-width: 92%;
}

footer .botArea {
  background-color: #E7EFF5;
  color: #000;
}

footer .botArea a {
  color: inherit;
}

footer .botArea .inner {
  width: min(100%, 1200px);
  padding: 0.9rem 1rem;
  margin: 0 auto;
}

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

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

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

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

footer p.copy a {
  color: inherit;
}

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

/*--------------------------------------

　spFixFooter

---------------------------------------*/
#spFixFooter {
  display: none;
}

/*--------------------------------------

　Pankuzu

---------------------------------------*/
#pankuzuWrap {
  margin: 13.5rem 0 2rem;
  padding: 1rem 0;
}

#pankuzu {
  font-size: 1.2rem;
  line-height: 1.4;
}

#pankuzu span {
  font-size: 1.2rem;
  background: none;
  font-weight: normal;
}

/*--------------------------------------

　PageTop

---------------------------------------*/
#pageTop {
  position: fixed;
  right: 20px;
  bottom: 40px;
  width: 84px;
  height: auto;
  z-index: 100;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}

#pageTop.active {
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------

　共通パーツ

---------------------------------------*/
/*--------------------------------------
　.partsSponsored（lower-bottom.php）
---------------------------------------*/
.partsSponsored {
  margin: 8rem 0;
}

.lower_bottom .partsSponsored {
  margin: 10rem 0 0;
}

.partsSponsored>.bg {
  background-color: #E7EFF5;
  border: solid 5px #2370DE;
  border-right: none;
  border-top-left-radius: 20px;
  padding: 2rem 0 6rem 4.4rem;
  margin: 0 auto;
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
}

.partsSponsored .picArea {
  position: relative;
  padding: 0 53rem 0 0;
  min-height: 226px;
  font-size: 1.5rem;
}

.partsSponsored .picArea .pic {
  text-align: center;
  width: 480px;
  height: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.partsSponsored .picArea .name {
  margin: -2.5rem 0 3.2rem -4.9rem;
  background-color: #2370DE;
  border-radius: 20px 0 20px 0;
  padding: 4.4rem 1rem;
}

.partsSponsored .picArea .name>div {
  width: 275px;
  margin: auto;
  padding-top: 4rem;
  background: url("img/deco_sponsoredby.png") no-repeat right top / auto 16px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

.partsSponsored .picArea .catch {
  margin: 0 auto 2rem;
  color: #48B156;
  font-size: 2.2rem;
  font-weight: 700;
}

.partsSponsored .btnArea {
  display: flex;
  align-items: center;
  justify-content: center;
}

.partsSponsored .btnArea div[class^="btn"] {
  margin: 5rem 1.6rem 0;
}

.partsSponsored .advisorArea {
  margin: 11rem 0 0;
  padding: 5rem 9.7rem;
  border-radius: 10px;
  background: url("img/partsSponsored_bg.jpg") no-repeat center top / cover;
  position: relative;
}

.partsSponsored .advisorArea .title {
  width: 254px;
  background-color: #F9A900;
  border-radius: 1000px;
  font-size: 1.8rem;
  line-height: 54px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
}

.partsSponsored .advisorArea .advisorBoxWrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3.7rem;
}

.partsSponsored .advisorArea .advisorBox .pic {
  text-align: center;
  margin-bottom: -2.5rem;
}

.partsSponsored .advisorArea .advisorBox .pic img {
  width: 212px;
}

.partsSponsored .advisorArea .advisorBox .name {
  background-color: #F8F5FE;
  padding: 1.2rem;
  line-height: 1.7;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  position: relative;
}

.partsSponsored .advisorArea .advisorBox p {
  color: #fff;
  line-height: 1.625;
  margin-bottom: 0;
}

/*--------------------------------------
　.partsAboutsite（lower-bottom.php）
---------------------------------------*/
.partsAboutsite {
  margin: 8rem 0;
  display: table;
  min-height: 262px;
  width: 100%;
}

.lower_bottom .partsAboutsite {
  margin: 10rem 0 0;
}

.partsAboutsite .titleClm {
  width: 258px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
}

.partsAboutsite .titleClm::before {
  content: "";
  width: calc(50vw - 50%);
  height: 100%;
  background: #E7EFF5;
  border-top-right-radius: 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.partsAboutsite .titleClm .title {
  display: inline-block;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  padding-bottom: 10.8rem;
  background: url("img/logo_zenken.png") no-repeat center bottom / 72px auto;
}

.partsAboutsite .textClm {
  display: table-cell;
  vertical-align: middle;
  padding-left: 6.4rem;
}

.partsAboutsite .textClm .btn-link {
  margin-bottom: 2rem;
}

/*--------------------------------------

　パーツ

---------------------------------------*/
/*--------------------------------------
　見出し
---------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.444;
  margin: 4em 0 3rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  display: block;
  padding-right: 5rem;
  background: url("img/arrow01_black.svg") no-repeat right 50% / 16px auto;
}

.lower h1:not([class]) {
  margin-top: 0;
  margin-right: calc(50% - 50vw);
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  background: #E7EFF5;
  padding: 4rem;
  padding-right: calc(50vw - 50% + 4rem);
  border-radius: 40px 0 0 0;
  min-height: 206px;
  display: flex;
  align-items: center;
  justify-content: center;
}

h1+.notes_h1 {
  color: #4C5864;
  font-size: 1.2rem;
  line-height: 1.3;
  margin: -2rem 0 3rem;
}

.lower h2:not([class]) {
  font-size: 2.8rem;
  color: #fff;
  margin-right: 12px;
  background-color: #2370DE;
  border-radius: 20px;
  padding: 2rem 3.6rem;
  min-height: 107px;
  display: flex;
  align-items: center;
  position: relative;
}

.lower h2:not([class]) a {
  background-image: url("img/arrow01_white.svg");
}

.lower h2:not([class])::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 5px solid #E9F0F6;
  border-radius: 20px;
  position: absolute;
  right: -12px;
  bottom: -13px;
  z-index: -1;
}

.lower h3:not([class]) {
  display: flex;
  align-items: center;
  min-height: 77px;
  font-size: 2.5rem;
  padding: 1rem 0;
  padding-left: 8rem;
  background: url("img/icon_h3.png") no-repeat left 0 top 50% / 57px auto;
  position: relative;
}

.lower h3:not([class])::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-size: 8px 1px;
  background-image: linear-gradient(to right, #4C5864 4px, transparent 4px);
  background-repeat: repeat-x;
  background-position: left top;
  position: absolute;
  left: 0;
  bottom: 0;
}

.lower h4:not([class]) {
  font-size: 2.2rem;
  padding-left: 5.3rem;
  position: relative;
}

.lower h4:not([class])::before {
  content: "";
  width: 34px;
  height: 5px;
  background-color: #F9A900;
  position: absolute;
  left: 0;
  top: 0.6em;
}

/*--------------------------------------
　list
---------------------------------------*/
ul:not([class]),
ol:not([class]) {
  margin: 4rem 0;
}

ul:not([class]) li,
ol:not([class]) li {
  line-height: 1.4;
  padding: 0.2rem 0 0 4.2rem;
  position: relative;
  min-height: 31px;
}

ul:not([class]) li+li {
  margin-top: 1rem;
}

ul:not([class]) li::before {
  content: "";
  width: 31px;
  height: 31px;
  background: url("img/icon_li.png") no-repeat center top / 100% auto;
  position: absolute;
  left: 0;
  top: 0;
}

/*--------------------------------------
　float-wrap
---------------------------------------*/
.float-wrap {
  margin: 4rem auto;
  max-width: 100%;
}

.float-wrap .float-img {
  text-align: center;
  margin: 0 auto;
}

.float-wrap .fl {
  width: 367px;
  margin: 0 3.7rem 1rem 0;
}

.float-wrap .fr {
  width: 367px;
  margin: 0 0 1rem 3.7rem;
}

.float-wrap .catch {
  overflow: hidden;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  padding-left: 2rem;
  border-left: #5CA367 solid 5px;
  margin: 0 auto 2rem;
}

.float-wrap .float-img.ct {
  max-width: 420px;
}

.float-wrap .ct {
  margin-bottom: 3rem;
}

.float-wrap .text {
  overflow: hidden;
}

.float-wrap .text>*:first-child {
  margin-top: 0;
}

.float-wrap .text>*:last-child {
  margin-bottom: 0;
}

.float-wrap table {
  margin: 2rem 0;
}

/*--------------------------------------
　table
---------------------------------------*/
table:not([class]),
table.spTable {
  width: 100%;
  margin: 4rem auto;
  border-top: 1px solid #2370DE;
  border-left: 1px solid #2370DE;
  border-collapse: collapse;
  table-layout: fixed;
  background-color: #fff;
  line-height: 1.3;
}

table:not([class]) th,
table.spTable th {
  background-color: #E7EFF5;
  border-bottom: 1px solid #2370DE;
  border-right: 1px solid #2370DE;
  text-align: center;
  padding: 2rem 2rem;
  font-weight: 400;
}

table:not([class]) td,
table.spTable td {
  border-bottom: 1px solid #2370DE;
  border-right: 1px solid #2370DE;
  padding: 2rem 2rem;
  background: #fff;
}

/*--------------------------------------
　btn
---------------------------------------*/
.btn-web,
.btn-internal,
.btn-tel {
  margin: 4.6rem auto;
  width: 380px;
  max-width: 100%;
  min-height: 76px;
  display: table;
}

.btn-web a,
.btn-internal a,
.btn-tel a {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding: 2rem 5rem;
  background-color: #4C5864;
  border-radius: 1000px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  text-decoration: none;
  box-shadow: 0px 6px 0px #4C5864;
  transition: .2s;
}

.btn-web a::after,
.btn-internal a::after {
  content: "";
  width: 10px;
  height: 10px;
  background: url("img/arrow01_white.svg") no-repeat center top / 100% auto;
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
}

.btn-internal a {
  box-shadow: 0px 6px 0px #000;
}

.btn-web a {
  background-color: #F9A900;
  color: #000;
}

.btn-web a::after {
  width: 26px;
  height: 21px;
  background-image: url("img/icon_btn_web.png");
}

div[class^="btn"] a span {
  font-size: 2rem;
}

@media screen and (min-width: 1250px) {

  .btn-web a:hover,
  .btn-internal a:hover {
    box-shadow: none;
    transform: translateY(6px);
  }
}

.btn-tel a {
  background: #F2E051 url("img/icon_tel.png") no-repeat left 10% top 50% / 20px auto;
  color: #000;
}

.btn-tel {
  display: none;
}

.btn-link {
  display: block;
  min-height: auto;
  width: auto;
  margin: 4rem 0;
  padding: 0;
  text-align: right;
}

.btn-link a {
  font-size: 1.6rem;
  text-decoration: none;
  min-height: 18px;
  display: inline-flex;
  align-items: center;
  padding: 0 2.4rem 0 0;
  background: url("img/btn_link.png") no-repeat right 50% / 18px auto;
  line-height: 1.4;
}

/*--------------------------------------
　.box-wrap
---------------------------------------*/
.box-wrap {
  margin: 4rem 0;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 7.4rem;
  row-gap: 7rem;
}

.box-wrap .box {
  background-color: #fff;
  border: solid 1px #5276CB;
  padding: 3.8rem 4rem 3rem;
}

.box-wrap .box .box-head {
  margin: 0 0 3rem;
  padding: 1.4rem 0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.45;
  display: flex;
  align-items: center;
  position: relative;
}

.box-wrap .box .box-head::before {
  content: "";
  height: 100%;
  width: 7px;
  background-color: #5276CB;
  position: absolute;
  left: -4rem;
  top: 0;
}

/*--------------------------------------
　.toc_parts　目次(下層のみ)
---------------------------------------*/
.sideMokuji {
  display: none;
}

.lower .toc_parts a {
  text-decoration: none;
}

.lower .toc_parts {
  display: block;
  margin: 4rem 0;
}

.lower .toc_parts_inner {
  position: relative;
  padding-left: 4rem;
}

.lower .toc_parts .ttl {
  width: 41px;
  padding: 3rem 0;
  border-radius: 20px 0 0 20px;
  border: solid 1px #2370DE;
  border-right: none;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.2rem;
  position: absolute;
  left: 0;
  top: 0;
}

.lower .toc_parts .ttl span {
  display: inline-block;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding-bottom: 3.7rem;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: -0.2em;
  font-weight: bold;
  background: url("img/icon_mokuji.svg") no-repeat center bottom / 17px auto;
}

.lower .toc_parts .toc {
  border: solid 1px #2370DE;
  padding: 5.2rem 5.7rem;
}

.lower .toc_parts .toc .chapter {
  counter-reset: num;
}

.lower .toc_parts .toc .chapter .chapter-h-two {
  counter-increment: num;
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 0.4rem 0 0 5rem;
  position: relative;
  min-height: 3rem;
}

.lower .toc_parts .toc .chapter .chapter-h-two::before {
  content: counter(num, decimal-leading-zero);
  display: inline-block;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  color: #2370DE;
  position: absolute;
  left: 0;
  top: 0;
}

.lower .toc_parts .toc .chapter .chapter-h a {
  width: 100%;
  display: block;
  padding-right: 3rem;
  position: relative;
}

.lower .toc_parts .toc .chapter .chapter-h a::after {
  content: "";
  width: 22px;
  height: 22px;
  background: url("img/arrow01_black.svg") no-repeat center top / 100% auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}

.lower .toc_parts .toc .chapter .chapter-h-two+.chapter-h-two {
  margin-top: 2rem;
}

/*--------------------------------------
　.partsRelatedlinks
---------------------------------------*/
.partsRelatedlinks {
  display: block;
  margin: 4rem 0;
  position: relative;
  padding-left: 4rem;
}

.partsRelatedlinks .titleArea {
  width: 41px;
  padding: 3rem 0;
  border-radius: 20px 0 0 20px;
  border: solid 1px #2370DE;
  border-right: none;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.2rem;
  position: absolute;
  left: 0;
  top: 0;
}

.partsRelatedlinks .titleArea span {
  display: inline-block;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding-bottom: 3.7rem;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: -0.2em;
  font-weight: bold;
  background: url("img/icon_pen.svg") no-repeat center bottom / 100% auto;
}

.partsRelatedlinks .linkArea {
  border: solid 1px #2370DE;
  padding: 5.2rem 5.7rem;
  min-height: 210px;
}

.partsRelatedlinks .linkArea ul {
  margin: 0;
  line-height: 1.4;
  font-size: 1.8rem;
}

.partsRelatedlinks .linkArea ul li::before {
  background-image: url("img/icon_sun.png");
}

.partsRelatedlinks .linkArea ul li+li {
  margin-top: 2rem;
}


/*--------------------------------------
　下層コメント　PC
---------------------------------------*/
.questionB+.answerBoxWrap .answerBox::after {
  content: "";
  display: block;
  width: 24px;
  height: 166px;
  border: solid 5px #2370DE;
  border-top: none;
  border-right: none;
  position: absolute;
  top: -4.3rem;
  left: -24px;
}

.answerBox .wrap .picArea .bubble::after {
  content: "";
  display: block;
  width: 14px;
  height: 11px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background-color: #F9A900;
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
}

.answerBox.fadeRightTrigger {
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  border-radius: 20px 0 0 20px;
}

.answerBox {
  margin: 6rem 0 4rem;
  padding: 5.4rem 5rem;
  background: url(img/index/bg_answerBox.jpg) no-repeat left top / cover;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}

.answerBox .wrap {
  display: table;
  width: 100%;
}

.answerBox .wrap .picArea {
  display: table-cell;
  width: 250px;
  vertical-align: top;
  padding: 0 1.2rem;
  position: relative;
}

.answerBox .wrap .picArea .bubble {
  width: 100%;
  text-align: center;
  line-height: 54px;
  background-color: #F9A900;
  border-radius: 1000px;
  font-size: 1.8rem;
  font-weight: 700;
  position: absolute;
  top: -7.8rem;
  left: 0;
}

.answerBox .wrap .picArea .pic {
  padding: 0 1.4rem;
  margin-bottom: -2.5rem;
}

.answerBox .wrap .textArea .catch {
  min-height: 83px;
  padding-left: 10rem;
  background: url(img/index/icon_answerA.svg) no-repeat left 50% / auto 83px;
  font-weight: 700;
  font-size: 2.5rem;
  margin: 0 0 3.5rem;
}

.answerBox .wrap .textArea {
  display: table-cell;
  vertical-align: top;
  padding-left: 2.7rem;
  color: #fff;
  line-height: 1.625;
}

.answerBox .wrap .picArea .name {
  background-color: #E7EFF590;
  padding: 1.4rem;
  line-height: 1.7;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  position: relative;
}




/*--------------------------------------
　.partsMatome
---------------------------------------*/
.partsMatome {
  padding: 6rem 0 8rem;
  margin: 4rem 0;
  position: relative;
}

.partsMatome::before {
  content: "";
  width: calc(100% + 50vw - 50%);
  height: 100%;
  border-radius: 20px 0 0 20px;
  background-color: #F3F3F6;
  position: absolute;
  left: 32%;
  top: 0;
}

.partsMatome .bg {
  border: solid #2370DE 5px;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.partsMatome .titleArea {
  padding: 2rem 5rem;
  background-color: #2370DE;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  font-size: 2.5rem;
}

.partsMatome .textArea {
  padding: 4rem 5rem;
}

.partsMatome .textArea>*:first-child {
  margin-top: 0;
}

.partsMatome .textArea>*:last-child {
  margin-bottom: 0;
}

/*--------------------------------------

　各ページ

---------------------------------------*/





@media screen and (max-width: 1250px) {

  /*--------------------------------------
 base
 ---------------------------------------*/
  html,
  body {
    width: 100%;
    padding: 0;
    position: relative;
  }

  .pc,
  .pc_br {
    display: none;
  }

  .sp,
  .sp_br {
    display: block;
  }

  body {
    width: 100%;
    min-width: initial;
    min-width: auto;
  }

  .inner {
    width: 100%;
    padding: 0 2rem;
  }

  p:not([class]) {
    margin: 1em 0;
  }

  /*--------------------------------------
 header
 ---------------------------------------*/
  header {
    padding: 1rem 2rem;
    width: 100%;
    margin: 0 0 -2.4rem;
    height: 166px;
    position: relative;
  }

  header .menuOpenBtn {
    width: 60px;
    position: absolute;
  }

  header .sitename {
    width: calc(100% - 70px);
    padding-right: 1rem;
    text-align: left;
    font-size: 1.4rem;
    min-height: 50px;
  }

  /*--------------------------------------
　Global Nav
 ---------------------------------------*/
  #fixHeader {
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    box-shadow: 0px 3px 6px #00000016;
    background-color: #fff;
  }

  #fixHeader a {
    text-decoration: none;
  }

  #fixHeader .inner {
    width: 100%;
    padding: 0 0 0 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
  }

  #fixHeader .logo {
    width: 102px;
    display: flex;
    align-items: center;
  }

  #fixHeader .logo a {
    display: block;
  }

  #fixHeader .menuOpenBtn {
    width: 60px;
  }

  #gnav {
    width: 100%;
    min-height: 100vh;
  }

  #gnav>div {
    padding-bottom: 13rem;
  }

  #gnav .nameArea .sitename {
    width: auto;
  }

  /*--------------------------------------
  pankuzu
  ---------------------------------------*/
  #pankuzuWrap {
    margin: 2.7rem 0 2rem;
  }

  #pankuzuWrap .inner {
    padding: 1rem 0;
    overflow: auto;
    white-space: nowrap;
  }

  #pankuzu {
    font-size: 1.2rem;
    line-height: 1.2;
    white-space: nowrap;
  }

  /*--------------------------------------
  Main Contents
  ---------------------------------------*/
  #contents {
    width: 100%;
    padding: 0 0 6rem;
    position: relative;
    z-index: 1;
  }

  /*--------------------------------------
  side
  ---------------------------------------*/
  #side {
    display: none;
  }

  /*--------------------------------------
  Footer
  ---------------------------------------*/
  footer {
    width: 100%;
    border-radius: 20px 20px 0 0;
  }

  footer .areaInner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 2.2rem 0 1.8rem;
  }

  footer .areaInner .inner {
    width: 100%;
  }

  footer .areaInner .logo {
    display: block;
    box-sizing: border-box;
    width: 170px;
    padding: 0;
    margin: 0 auto 2rem;
  }

  footer .areaInner .logo+.footBox {
    border-top: 1px solid #fff;
  }

  footer .areaInner .footBox {
    margin: 0;
  }

  footer .areaInner .footBox a {
    display: block;
    position: relative;
    padding-right: 2rem;
    font-size: 1.5rem;
    line-height: 1.3;
    background: none;
  }

  footer .areaInner .footBox a::after {
    content: "";
    height: 13px;
    width: 13px;
    background: url("img/arrow02_white.svg") no-repeat center top / 100% auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  footer .areaInner .footBox .sttl {
    border: none;
    padding: 0;
    margin: 0;
  }

  footer .areaInner .footBox .sttl a {
    display: block;
    position: relative;
    padding-right: 2rem;
    font-size: 1.5rem;
    line-height: 1.3;
    background: none;
    font-weight: bold;
    padding: 2rem 3rem 2rem 1rem;
  }

  footer .areaInner .footBox .sttl a::after {
    transform: translateY(-50%) rotate(90deg);
  }

  footer .areaInner .footBox .sttl.open a::after {
    transform: translateY(-50%) rotate(-90deg);
  }

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

  footer .footBox ul {
    padding: 0;
  }

  footer .areaInner .footBox .accChild {
    display: none;
    padding: 0;
  }

  footer .areaInner .footBox .accChild li {
    display: block;
    float: none;
  }

  footer .areaInner .footBox .accChild li a {
    border-bottom: 1px solid #fff;
    padding: 1.6rem 2rem;
  }

  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;
    padding: 1.6rem 2rem;
  }

  footer .areaInner .noticeArea {
    width: 92%;
    margin: 2.5rem auto 0rem;
    padding: 1.5rem;
  }

  footer .areaInner .noticeArea p {
    font-size: 1.1rem;
    line-height: 1.45;
  }

  footer .areaInner p.ucp {
    font-size: 1rem;
    line-height: 1.5;
    margin: 1.5rem auto 0;
  }

  footer .botArea {
    padding-bottom: 8rem;
  }

  footer .botArea .inner {
    width: 100%;
    padding: 1.2rem 10rem 1.2rem 2rem;
    margin: 0 auto;
  }

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

  footer p.sitemap {
    text-align: left;
    padding: 0;
    margin: 0 auto 0.2rem;
  }

  footer p.copy {
    width: 100%;
    font-size: 1rem;
    padding: 0.5rem 0;
  }

  footer p.sitemap a {
    float: none;
    font-size: 1.1rem;
    padding: 0;
  }

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

  footer a {
    text-decoration: none;
  }

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

  /*--------------------------------------

  spFixFooter

 ---------------------------------------*/
  #spFixFooter {
    width: 100%;
    padding: 0 1rem;
    position: fixed;
    bottom: 0;
    overflow: hidden;
    z-index: 120;
  }

  #spFixFooter .btn-web {
    width: 100%;
    margin: 0;
  }

  #spFixFooter .btn-web a {
    height: 70px;
    min-height: 70px;
    width: 100%;
    border-radius: 36px 36px 0 0;
    margin: 0;
  }

  /*--------------------------------------

　Pankuzu

 ---------------------------------------*/
  #pankuzu {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  #pankuzu span {
    font-size: 1.2rem;
    background: none;
    font-weight: normal;
  }

  /*--------------------------------------

  PageTop

 ---------------------------------------*/
  #pageTop {
    bottom: 80px;
    right: 10px;
  }

  /*--------------------------------------

  共通パーツ

 ---------------------------------------*/
  /*--------------------------------------
  .partsSponsored（lower-bottom.php）
 ---------------------------------------*/
  .partsSponsored {
    margin: 4rem 0;
  }

  .partsSponsored .bg {
    padding: 0 1.8rem 4rem 2rem;
  }

  .partsSponsored .picArea {
    padding: 0;
  }

  .partsSponsored .picArea .name {
    display: inline-block;
    margin: 0 0 2rem -2.3rem;
    padding: 2.4rem 4rem;
  }

  .partsSponsored .picArea .name>div {
    font-size: 2.5rem;
  }

  .partsSponsored .picArea .name>div {
    width: 170px;
    padding-top: 2rem;
    background-size: 100% auto;
  }

  .partsSponsored .picArea .pic {
    width: auto;
    position: relative;
    top: 0;
    transform: translateY(0);
  }

  .partsSponsored .picArea .catch {
    font-size: 1.8rem;
    margin: 2rem 0;
  }

  .partsSponsored .btnArea {
    display: block;
  }

  .partsSponsored .btnArea div[class^="btn"] {
    margin: 2rem auto 0;
  }

  .partsSponsored .advisorArea {
    margin: 8rem 0 0;
    padding: 6rem 4rem;
  }

  .partsSponsored .advisorArea .advisorBox p {
    text-align: center;
  }

  .partsSponsored .advisorArea .advisorBox .pic img {
    width: 170px;
  }

  .partsSponsored .advisorArea .advisorBox .name {
    display: block;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    line-height: 1.4;
    font-size: 1.3rem;
  }

  .partsSponsored .advisorArea .advisorBoxWrap {
    display: block;
  }

  .partsSponsored .advisorArea .advisorBoxWrap .advisorBox+.advisorBox {
    margin-top: 4rem;
  }

  /*--------------------------------------
  .partsAboutsite（lower-bottom.php）
 ---------------------------------------*/
  .lower_bottom .partsAboutsite {
    margin: 4rem 0 0;
  }

  .partsAboutsite {
    display: block;
  }

  .partsAboutsite .titleClm {
    width: auto;
    display: block;
    text-align: left;
    padding: 2rem 0;
  }

  .partsAboutsite .titleClm::before {
    width: calc(100% + (50vw - 50%));
  }

  .partsAboutsite .titleClm .title {
    margin: 0;
    padding: 0 0 0 8rem;
    background-position: left 50%;
    background-size: 72px auto;
    min-height: 80px;
    display: flex;
    align-items: center;
  }

  .partsAboutsite .textClm {
    display: block;
    padding: 0;
  }

  /*--------------------------------------
  見出し
 ---------------------------------------*/
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 4rem 0 3rem;
  }

  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    padding-right: 2rem;
    background-size: 13px auto;
  }

  /* 下層 */
  .lower h1:not([class]) {
    margin-right: 0;
    margin-left: calc(50% - 50vw);
    padding: 1rem 2rem;
    padding-left: calc(50vw - 50%);
    border-radius: 0 20px 0 0;
    font-size: 2.8rem;
    justify-content: flex-start;
    min-height: 86px;
  }

  h1+.notes_h1 {
    font-size: 1rem;
  }

  .lower h2:not([class]) {
    font-size: 2.5rem;
    margin-right: 1rem;
    padding: 1.2rem 2rem;
    min-height: 83px;
  }

  .lower h2:not([class])::before {
    right: -14px;
    bottom: -14px;
  }

  .lower h3:not([class]) {
    min-height: 77px;
    font-size: 2.3rem;
    padding-left: 7.7rem;
    background-position: left 0px top 50%;
    background-size: 57px auto;
  }

  .lower h4:not([class]) {
    font-size: 2.2rem;
  }

  /*--------------------------------------
  list
 ---------------------------------------*/
  /*--------------------------------------
  float-wrap
 ---------------------------------------*/
  .float-wrap .fl,
  .float-wrap .fr,
  .float-wrap .fc {
    float: none;
    width: 100%;
    margin: 0 auto 2rem;
  }

  .float-wrap .fl.t_small {
    width: 50%;
    padding: 0 6% 0 0;
    float: left;
    margin-bottom: 1rem;
  }

  .float-wrap .fr.t_small {
    width: 50%;
    padding: 0 0 0 6%;
    float: right;
    margin-bottom: 1rem;
  }

  #contents .float-wrap .fl.t_small .flame,
  #contents .float-wrap .fr.t_small .flame {
    width: 100%;
  }

  .float-wrap .flame {
    width: 100%;
    margin: 0 auto;
  }

  /*--------------------------------------
  table
 ---------------------------------------*/
  table:not([class]),
  table:not([class]) tbody,
  table:not([class]) tr,
  table:not([class]) th,
  table:not([class]) td {
    display: block;
    width: auto;
  }

  table:not([class]) th,
  table:not([class]) td {
    padding: 1.4rem 1.4rem;
    font-size: 1.4rem;
  }

  table.spTable {
    font-size: 1.4rem;
  }

  /*--------------------------------------
  スクロールテーブル SP
 ---------------------------------------*/
  .table-overflow {
    overflow-x: auto;
  }

  table.scroll tr th {
    width: 20%;
  }

  table.scroll {
    width: auto;
    /* white-space: nowrap; */
    min-width: 1000px;
  }



  /*--------------------------------------
  btn
 ---------------------------------------*/
  div[class^="btn-"] {
    text-align: center;
    margin: 2rem auto;
    width: 90%;
    max-width: 100%;
    font-size: 1.4rem;
  }

  .btn-web a,
  .btn-internal a,
  .btn-tel a,
  .btn-link a {
    font-size: 1.6rem;
    box-shadow: 0px 6px 0px #4C5864;
  }

  .btn-internal a {
    box-shadow: 0px 6px 0px #000;
  }

  .btn-web a::after,
  .btn-internal a::after {
    right: 24px;
  }

  .btn-internal a::after {
    width: 11px;
    height: 11px;
    background-image: url("img/arrow02_white.svg");
  }

  .btn-tel a {
    background-color: #F2E051;
    padding: 1.2rem 5rem;
    background-position: left 30px top 50%;
  }

  div[class^="btn"] a span {
    font-size: 1.6rem;
  }

  .btn-link {
    display: table;
    min-height: 70px;
  }

  .btn-link a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    margin: 0 auto;
    background: #fff;
    border-radius: 1000px;
    border: solid 5px #2370DE;
    font-weight: bold;
    line-height: 1.3;
    color: #2370DE;
    padding: 1.2rem 5rem;

  }

  .btn-link a::after {
    content: "";
    width: 11px;
    height: 11px;
    background: url("img/arrow02_blue.svg") no-repeat center top / 100% auto;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
  }

  /*--------------------------------------
  .box-wrap
 ---------------------------------------*/
  .box-wrap {
    display: block;
  }

  .box-wrap .box {
    padding: 3rem 2rem 1rem;
  }

  .box-wrap .box+.box {
    margin-top: 2rem;
  }

  .box-wrap .box .box-head {
    padding: 1rem 0;
    font-size: 2rem;
    margin: 0 0 2rem;
  }

  .box-wrap .box .box-head::before {
    left: -2rem;
  }

  /*--------------------------------------
  .toc_parts　目次
 ---------------------------------------*/
  .lower .toc_parts_inner {
    padding: 0;
  }

  .lower .toc_parts .ttl {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 1.6rem 2.8rem 0.8rem;
    border-radius: 20px 20px 0 0;
    border: solid 1px #2370DE;
    border-bottom: none;
    position: relative;
  }

  .lower .toc_parts .ttl span {
    display: inline-block;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    padding: 0 0 0 2.7rem;
    background-position: left 50%;
    background-size: 17px auto;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: normal;
  }

  .lower .toc_parts .toc {
    margin: -1px 0 0;
    padding: 3.6rem 1.8rem;
  }

  .lower .toc_parts .toc .chapter .chapter-h-two {
    font-size: 1.6rem;
    padding: 0 0 0 3.4rem;
  }

  .lower .toc_parts .toc .chapter .chapter-h-two::before {
    font-size: 2rem;
    color: #000000;
  }

  .lower .toc_parts .toc .chapter .chapter-h a {
    padding-right: 2.2rem;
  }

  .lower .toc_parts .toc .chapter .chapter-h a::after {
    width: 16px;
    height: 16px;
  }

  /*--------------------------------------
  .partsRelatedlinks
 ---------------------------------------*/
  .partsRelatedlinks {
    padding: 0;
  }

  .partsRelatedlinks .titleArea {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 1.6rem 2.8rem 0.8rem;
    border-radius: 20px 20px 0 0;
    border: solid 1px #2370DE;
    border-bottom: none;
    position: relative;
  }

  .partsRelatedlinks .titleArea span {
    display: inline-block;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    padding: 0 0 0 2.7rem;
    background-position: left 50%;
    background-size: 17px auto;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: normal;
  }

  .partsRelatedlinks .linkArea {
    margin: -1px 0 0;
    padding: 3.6rem 1.8rem;
  }

  .partsRelatedlinks .linkArea ul li {
    font-size: 1.6rem;
    padding: 0 0 0 3rem;
  }

  .partsRelatedlinks .linkArea ul li::before {
    width: 20px;
  }

  /*--------------------------------------
  コメントSP
 ---------------------------------------*/
  .answerBox .wrap .picArea {
    display: block;
    width: 112px;
    padding: 0;
    float: left;
    margin: 0 2rem 1rem 0;
  }

  .answerBox .wrap .textArea {
    display: block;
    padding: 0;
  }

  .answerBox .wrap .textArea .catch {
    min-height: auto;
    padding-left: 0rem;
    background: url(img/index/icon_answerB.svg) no-repeat left 118px top 0 / auto 48px;
    font-weight: 700;
    font-size: 1.8rem;
    margin: 0 0 3.5rem;
  }

  .answerBox .wrap .textArea>*:last-child {
    margin-bottom: 0;
  }

  .answerBox {
    margin: 4rem 0;
    padding: 3.4rem 1rem 3rem 2rem;
  }

  .answerBox .wrap .picArea .bubble {
    width: 176px;
    line-height: 38px;
    font-size: 1.4rem;
    top: -5.2rem;
  }

  .answerBox .wrap .picArea .name {
    padding: 0.6rem;
    line-height: 1.4;
    font-size: 1.2rem;
  }


  /*--------------------------------------
  .partsMatome
 ---------------------------------------*/
  .partsMatome {
    padding: 4.6rem 0 0;
  }

  .partsMatome::before {
    height: 80%;
    left: 36px;
  }

  .partsMatome .titleArea {
    font-size: 2rem;
    padding: 2rem 2.4rem;
  }

  .partsMatome .textArea {
    padding: 2rem 2.4rem;
  }

  /*--------------------------------------

  各ページ

 ---------------------------------------*/
}
