@charset "utf-8";

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

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

body {
  color: #424242;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: .03em;
  min-width: 1100px;
  -webkit-font-smoothing: subpixel-antialiased;
  word-break: break-word;
}

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

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

p a {
  text-decoration: underline;
}

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

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

.fl {
  float: left;
}

.fr {
  float: right;
}

.strong {
  font-weight: 700;
}

.f110 {
  font-size: 110%;
}

.f120 {
  font-size: 120%;
}

.f130 {
  font-size: 130%;
}

.f150 {
  font-size: 150%;
}

.f200 {
  font-size: 200%;
}

.f300 {
  font-size: 300%;
}

.main p {
  margin: 2rem 0;
}

.main p>span:not([class]) {
  background: linear-gradient(transparent 60%, #fff1ad 60%);
  font-weight: bold;
  color: #103472;
}

span.red {
  color: #e21504;
  font-weight: bold;
}

/*--------------------------------------
　reset
---------------------------------------*/
/*hWrap*/
.addParts01 .hWrap,
.addParts02 .hWrap,
.addParts03 .hWrap,
.float-wrap .hWrap,
.box-wrap .hWrap,
.frame .hWrap {
  background: none;
  position: static;
  margin: 0;
}

.addParts01 .hWrap::before,
.addParts02 .hWrap::before,
.addParts03 .hWrap::before,
.float-wrap .hWrap::before,
.box-wrap .hWrap::before,
.frame .hWrap::before {
  content: none;
}

#index .addParts01 .hInner,
#category .addParts01 .hInner,
#page .addParts01 .hInner,
#index .addParts02 .hInner,
#category .addParts02 .hInner,
#page .addParts02 .hInner,
#index .addParts03 .hInner,
#category .addParts03 .hInner,
#page .addParts03 .hInner,
#index .float-wrap .hInner,
#category .float-wrap .hInner,
#page .float-wrap .hInner,
#index .box-wrap .hInner,
#category .box-wrap .hInner,
#page .box-wrap .hInner,
#index .frame .hInner,
#category .frame .hInner,
#page .frame .hInner {
  display: block;
  width: auto;
  margin: 0;
}

/*hタグ reset*/
#index .addParts01 h2,
#category .addParts01 h1,
#page .addParts01 h1,
#index .addParts02 h2,
#category .addParts02 h1,
#page .addParts02 h1,
#index .addParts03 h2,
#category .addParts03 h1,
#page .addParts03 h1,
#index .float-wrap h2,
#category .float-wrap h1,
#page .float-wrap h1,
#index .box-wrap h2,
#category .box-wrap h1,
#page .box-wrap h1,
#index .frame-wrap h2,
#category .frame-wrap h1,
#page .frame-wrap h1,
#index .addParts01 h3,
#category .addParts01 h2,
#page .addParts01 h2,
#index .addParts02 h3,
#category .addParts02 h2,
#page .addParts02 h2,
#index .addParts03 h3,
#category .addParts03 h2,
#page .addParts03 h2,
#index .float-wrap h3,
#category .float-wrap h2,
#page .float-wrap h2,
#index .box-wrap h3,
#category .box-wrap h2,
#page .box-wrap h2,
#index .frame-wrap h3,
#category .frame-wrap h2,
#page .frame-wrap h2,
#index .addParts01 h4,
#category .addParts01 h3,
#page .addParts01 h3,
#index .addParts02 h4,
#category .addParts02 h3,
#page .addParts02 h3,
#index .addParts03 h4,
#category .addParts03 h3,
#page .addParts03 h3,
#index .float-wrap h4,
#category .float-wrap h3,
#page .float-wrap h3,
#index .box-wrap h4,
#category .box-wrap h3,
#page .box-wrap h3,
#index .frame-wrap h4,
#category .frame-wrap h3,
#page .frame-wrap h3,
#index .addParts01 h5,
#category .addParts01 h4,
#page .addParts01 h4,
#index .addParts02 h5,
#category .addParts02 h4,
#page .addParts02 h4,
#index .addParts03 h5,
#category .addParts03 h4,
#page .addParts03 h4,
#index .float-wrap h5,
#category .float-wrap h4,
#page .float-wrap h4,
#index .box-wrap h5,
#category .box-wrap h4,
#page .box-wrap h4,
#index .frame-wrap h5,
#category .frame-wrap h4,
#page .frame-wrap h4,
#index .addParts01 h6,
#category .addParts01 h5,
#page .addParts01 h5,
#index .addParts02 h6,
#category .addParts02 h5,
#page .addParts02 h5,
#index .addParts03 h6,
#category .addParts03 h5,
#page .addParts03 h5,
#index .float-wrap h6,
#category .float-wrap h5,
#page .float-wrap h5,
#index .box-wrap h6,
#category .box-wrap h5,
#page .box-wrap h5,
#index .frame-wrap h6,
#category .frame-wrap h5,
#page .frame-wrap h5 {
  display: block;
  width: auto;
  height: auto;
  min-width: initial;
  min-width: auto;
  min-height: initial;
  min-height: auto;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #333;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
  text-shadow: none;
  text-decoration: none;
  padding: 0;
  margin: 0;
  position: static;
}

#index .addParts01 h2 a,
#category .addParts01 h1 a,
#page .addParts01 h1 a,
#index .addParts02 h2 a,
#category .addParts02 h1 a,
#page .addParts02 h1 a,
#index .addParts03 h2 a,
#category .addParts03 h1 a,
#page .addParts03 h1 a,
#index .float-wrap h2 a,
#category .float-wrap h1 a,
#page .float-wrap h1 a,
#index .box-wrap h2 a,
#category .box-wrap h1 a,
#page .box-wrap h1 a,
#index .frame-wrap h2 a,
#category .frame-wrap h1 a,
#page .frame-wrap h1 a,
#index .addParts01 h3 a,
#category .addParts01 h2 a,
#page .addParts01 h2 a,
#index .addParts02 h3 a,
#category .addParts02 h2 a,
#page .addParts02 h2 a,
#index .addParts03 h3 a,
#category .addParts03 h2 a,
#page .addParts03 h2 a,
#index .float-wrap h3 a,
#category .float-wrap h2 a,
#page .float-wrap h2 a,
#index .box-wrap h3 a,
#category .box-wrap h2 a,
#page .box-wrap h2 a,
#index .frame-wrap h3 a,
#category .frame-wrap h2 a,
#page .frame-wrap h2 a,
#index .addParts01 h4 a,
#category .addParts01 h3 a,
#page .addParts01 h3 a,
#index .addParts02 h4 a,
#category .addParts02 h3 a,
#page .addParts02 h3 a,
#index .addParts03 h4 a,
#category .addParts03 h3 a,
#page .addParts03 h3 a,
#index .float-wrap h4 a,
#category .float-wrap h3 a,
#page .float-wrap h3 a,
#index .box-wrap h4 a,
#category .box-wrap h3 a,
#page .box-wrap h3 a,
#index .frame-wrap h4 a,
#category .frame-wrap h3 a,
#page .frame-wrap h3 a,
#index .addParts01 h5 a,
#category .addParts01 h4 a,
#page .addParts01 h4 a,
#index .addParts02 h5 a,
#category .addParts02 h4 a,
#page .addParts02 h4 a,
#index .addParts03 h5 a,
#category .addParts03 h4 a,
#page .addParts03 h4 a,
#index .float-wrap h5 a,
#category .float-wrap h4 a,
#page .float-wrap h4 a,
#index .box-wrap h5 a,
#category .box-wrap h4 a,
#page .box-wrap h4 a,
#index .frame-wrap h5 a,
#category .frame-wrap h4 a,
#page .frame-wrap h4 a,
#index .addParts01 h6 a,
#category .addParts01 h5 a,
#page .addParts01 h5 a,
#index .addParts02 h6 a,
#category .addParts02 h5 a,
#page .addParts02 h5 a,
#index .addParts03 h6 a,
#category .addParts03 h5 a,
#page .addParts03 h5 a,
#index .float-wrap h6 a,
#category .float-wrap h5 a,
#page .float-wrap h5 a,
#index .box-wrap h6 a,
#category .box-wrap h5 a,
#page .box-wrap h5 a,
#index .frame-wrap h6 a,
#category .frame-wrap h5 a,
#page .frame-wrap h5 a {
  display: inline;
  width: auto;
  height: auto;
  min-width: initial;
  min-width: auto;
  min-height: initial;
  min-height: auto;
  font-size: 100%;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #333;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
  text-shadow: none;
  text-decoration: none;
  padding: 0;
  margin: 0;
  position: static;
}

#index .addParts01 h2::before,
#category .addParts01 h1::before,
#page .addParts01 h1::before,
#index .addParts02 h2::before,
#category .addParts02 h1::before,
#page .addParts02 h1::before,
#index .addParts03 h2::before,
#category .addParts03 h1::before,
#page .addParts03 h1::before,
#index .float-wrap h2::before,
#category .float-wrap h1::before,
#page .float-wrap h1::before,
#index .box-wrap h2::before,
#category .box-wrap h1::before,
#page .box-wrap h1::before,
#index .frame-wrap h2::before,
#category .frame-wrap h1::before,
#page .frame-wrap h1::before,
#index .addParts01 h3::before,
#category .addParts01 h2::before,
#page .addParts01 h2::before,
#index .addParts02 h3::before,
#category .addParts02 h2::before,
#page .addParts02 h2::before,
#index .addParts03 h3::before,
#category .addParts03 h2::before,
#page .addParts03 h2::before,
#index .float-wrap h3::before,
#category .float-wrap h2::before,
#page .float-wrap h2::before,
#index .box-wrap h3::before,
#category .box-wrap h2::before,
#page .box-wrap h2::before,
#index .frame-wrap h3::before,
#category .frame-wrap h2::before,
#page .frame-wrap h2::before,
#index .addParts01 h4::before,
#category .addParts01 h3::before,
#page .addParts01 h3::before,
#index .addParts02 h4::before,
#category .addParts02 h3::before,
#page .addParts02 h3::before,
#index .addParts03 h4::before,
#category .addParts03 h3::before,
#page .addParts03 h3::before,
#index .float-wrap h4::before,
#category .float-wrap h3::before,
#page .float-wrap h3::before,
#index .box-wrap h4::before,
#category .box-wrap h3::before,
#page .box-wrap h3::before,
#index .frame-wrap h4::before,
#category .frame-wrap h3::before,
#page .frame-wrap h3::before,
#index .addParts01 h5::before,
#category .addParts01 h4::before,
#page .addParts01 h4::before,
#index .addParts02 h5::before,
#category .addParts02 h4::before,
#page .addParts02 h4::before,
#index .addParts03 h5::before,
#category .addParts03 h4::before,
#page .addParts03 h4::before,
#index .float-wrap h5::before,
#category .float-wrap h4::before,
#page .float-wrap h4::before,
#index .box-wrap h5::before,
#category .box-wrap h4::before,
#page .box-wrap h4::before,
#index .frame-wrap h5::before,
#category .frame-wrap h4::before,
#page .frame-wrap h4::before,
#index .addParts01 h6::before,
#category .addParts01 h5::before,
#page .addParts01 h5::before,
#index .addParts02 h6::before,
#category .addParts02 h5::before,
#page .addParts02 h5::before,
#index .addParts03 h6::before,
#category .addParts03 h5::before,
#page .addParts03 h5::before,
#index .float-wrap h6::before,
#category .float-wrap h5::before,
#page .float-wrap h5::before,
#index .box-wrap h6::before,
#category .box-wrap h5::before,
#page .box-wrap h5::before,
#index .frame-wrap h6::before,
#category .frame-wrap h5::before,
#page .frame-wrap h5::before {
  content: none;
  display: inline;
  width: auto;
  height: auto;
  min-width: initial;
  min-width: auto;
  min-height: initial;
  min-height: auto;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #333;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
  text-shadow: none;
  text-decoration: none;
  padding: 0;
  margin: 0;
  position: static;
}

#index .addParts01 h2::after,
#category .addParts01 h1::after,
#page .addParts01 h1::after,
#index .addParts02 h2::after,
#category .addParts02 h1::after,
#page .addParts02 h1::after,
#index .addParts03 h2::after,
#category .addParts03 h1::after,
#page .addParts03 h1::after,
#index .float-wrap h2::after,
#category .float-wrap h1::after,
#page .float-wrap h1::after,
#index .box-wrap h2::after,
#category .box-wrap h1::after,
#page .box-wrap h1::after,
#index .frame-wrap h2::after,
#category .frame-wrap h1::after,
#page .frame-wrap h1::after,
#index .addParts01 h3::after,
#category .addParts01 h2::after,
#page .addParts01 h2::after,
#index .addParts02 h3::after,
#category .addParts02 h2::after,
#page .addParts02 h2::after,
#index .addParts03 h3::after,
#category .addParts03 h2::after,
#page .addParts03 h2::after,
#index .float-wrap h3::after,
#category .float-wrap h2::after,
#page .float-wrap h2::after,
#index .box-wrap h3::after,
#category .box-wrap h2::after,
#page .box-wrap h2::after,
#index .frame-wrap h3::after,
#category .frame-wrap h2::after,
#page .frame-wrap h2::after,
#index .addParts01 h4::after,
#category .addParts01 h3::after,
#page .addParts01 h3::after,
#index .addParts02 h4::after,
#category .addParts02 h3::after,
#page .addParts02 h3::after,
#index .addParts03 h4::after,
#category .addParts03 h3::after,
#page .addParts03 h3::after,
#index .float-wrap h4::after,
#category .float-wrap h3::after,
#page .float-wrap h3::after,
#index .box-wrap h4::after,
#category .box-wrap h3::after,
#page .box-wrap h3::after,
#index .frame-wrap h4::after,
#category .frame-wrap h3::after,
#page .frame-wrap h3::after,
#index .addParts01 h5::after,
#category .addParts01 h4::after,
#page .addParts01 h4::after,
#index .addParts02 h5::after,
#category .addParts02 h4::after,
#page .addParts02 h4::after,
#index .addParts03 h5::after,
#category .addParts03 h4::after,
#page .addParts03 h4::after,
#index .float-wrap h5::after,
#category .float-wrap h4::after,
#page .float-wrap h4::after,
#index .box-wrap h5::after,
#category .box-wrap h4::after,
#page .box-wrap h4::after,
#index .frame-wrap h5::after,
#category .frame-wrap h4::after,
#page .frame-wrap h4::after,
#index .addParts01 h6::after,
#category .addParts01 h5::after,
#page .addParts01 h5::after,
#index .addParts02 h6::after,
#category .addParts02 h5::after,
#page .addParts02 h5::after,
#index .addParts03 h6::after,
#category .addParts03 h5::after,
#page .addParts03 h5::after,
#index .float-wrap h6::after,
#category .float-wrap h5::after,
#page .float-wrap h5::after,
#index .box-wrap h6::after,
#category .box-wrap h5::after,
#page .box-wrap h5::after,
#index .frame-wrap h6::after,
#category .frame-wrap h5::after,
#page .frame-wrap h5::after {
  content: none;
  display: inline;
  width: auto;
  height: auto;
  min-width: initial;
  min-width: auto;
  min-height: initial;
  min-height: auto;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #333;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
  text-shadow: none;
  text-decoration: none;
  padding: 0;
  margin: 0;
  position: static;
}

/*--------------------------------------
　Header
---------------------------------------*/
header .headTopWrap {
  background: #fff;
}

header .headTopArea {
  width: 1100px;
  margin: 0 auto;
  padding: 4px;
}

header .headTopArea .rightTxt {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: .06em;
  text-align: left;
  color: #103472;
}

header .headTopArea .rightTxt a {
  color: #103472;
}

header .headTopArea .rightTxt:before {
  content: "PR";
  display: inline-block;
  background: #103472;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 3rem;
  margin-right: 1rem;
  font-size: 1.2rem;
}

/*--------------------------------------
　visArea
---------------------------------------*/
#visArea {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

#visArea .mainArea {
  display: table;
  background: url("img/mv_low.png") center top no-repeat;
  background-size: cover;
  height: 97px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#visArea .mainArea .mainAreaInner {
  display: table-cell;
  vertical-align: middle;
}

#visArea .mainArea .siteNameArea {
  margin: 0;
}

#visArea .mainArea .siteName {
  text-align: center;
}

#visArea .mainArea .siteName a {
  display: block;
  width: 80%;
  margin: 0 auto;
}

#visArea .mainArea .siteName img {}

#visArea .mainArea .siteNameSmall {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-align: center;
}

/*--------------------------------------
　Global Nav
---------------------------------------*/
#g-nav {
  background: rgba(255, 255, 255, 0.9);
  margin: 0 auto;
  position: relative;
  z-index: 100;
  padding: 10px 15px;
}

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

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

#g-nav li::before {
  content: "";
  background: linear-gradient(#52a0d1, #52a0d1);
  background-size: 1px 1px;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

#g-nav li:first-child::before {
  content: none;
}

#g-nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  line-height: 1.6;
  text-decoration: none;
}

#g-nav li a span {
  display: inline-block;
  vertical-align: middle;
  font-weight: inherit;
  color: inherit;
  padding: 0 0 0.2rem 0;
  border-bottom: 2px solid transparent;
}

#g-nav li a:hover span {
  display: inline-block;
  border-bottom: 2px solid #103472;
  opacity: 1;
}

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

/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzuWrap {
  margin: 0;
}

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

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

/*--------------------------------------
　Main Contents
---------------------------------------*/
#contents {
  width: 1100px;
  margin: 0 auto 0;
  padding: 0;
}

#index {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  /* padding-top: 2rem; */
}

#category,
#page {
  float: left;
  width: 830px;
  margin: 0;
  padding: 60px 0 0;
}

/*--------------------------------------
　Side
---------------------------------------*/
#side {
  float: right;
  width: 220px;
  margin-top: 3.5rem;
}

#side .sideTopBox {
  border: solid 1px #09487f;
  margin: 60px 0 40px;
  position: relative;
  width: 215px;
  background: #fff;
  box-shadow: 4px 4px 0 0 #517b94;
}

#side .sideTopBox a {
  display: block;
  padding: 20px;
}

#side .sideTopBox .catch {
  font-size: 1.5rem;
  margin: 0 0 15px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  color: #09487f;
}

#side .sideTopBox .imgBox {
  margin: 0 0 15px;
}

#side .sideTopBox p {
  line-height: 1.6;
}

#side .sideTopBox .dtlBtn {
  display: block;
  text-align: center;
  color: #212121;
  font-weight: bold;
  background: #ffcf46 url(img/arrow02_blue.png) no-repeat right 0.8rem center;
  background-size: 25px auto;
  border-radius: 5rem;
  padding: 1rem 3.5rem;
  margin: 20px 0 0;
}

#side .sideBox {
  border-bottom: 1px solid #333;
}

#side .sideBox:first-of-type {
  border-top: 2px solid #103472;
}

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

#side .sideBox .sttl a {
  display: block;
  padding: 20px 15px;
}

#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: #333;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

#side .sideBox ul li a {
  display: block;
  padding: 10px 3rem 10px 12px;
  font-size: 1.3rem;
  background: url(img/arrow02_blue.png) no-repeat right 0.5rem center;
  background-size: 25px 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;
}

/*--------------------------------------
Lower
---------------------------------------*/
.addParts01.lower {
  margin: 200px 0 0;
  position: relative;
}

/*--------------------------------------
Footer
---------------------------------------*/
footer {
  margin: 5rem 0 0 0;
  padding: 0;
  background-color: #ecf1f8;
}

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

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

footer .areaInner .logo {
  width: 177px;
  margin: 0 auto 5.0rem;
}

footer .areaInner .logo a {
  display: block;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #333;
  text-decoration: none;
}

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

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

footer .areaInner .footBox .sttl {
  border-bottom: 1px solid #333;
  padding: 0 0 1.0rem 0;
  margin: 0 0 1.4rem 0;
}

footer .areaInner .footBox .sttl a {
  display: block;
  font-weight: normal;
  font-size: 1.6rem;
  color: #333;
  background: url(img/arrow02_blue.png) left center no-repeat;
  background-size: 25px auto;
  border: none;
  padding: 0.5rem 0 0.3rem 3rem;
  margin: 0;
}

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

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

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

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

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

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;
  position: relative;
  padding: 0 0 0 2rem;
}

footer .areaInner .footBox .accChild li.subCat a::before {
  position: absolute;
  content: '└';
  left: 0;
}

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;
  color: #333;
  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: #333;
  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 3.0rem;
  margin: 5.0rem 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: 1.5rem auto 0;
}

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

footer .botArea .inner {
  width: 1100px;
  padding: 1.2rem 0 1.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;
  float: right;
  padding: 0.5rem 0;
  text-decoration: underline;
}

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

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

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

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

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

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

/* ================== */
/*  サイトマップ　　　*/
/* ================== */
#contents #page.mappage {}

#contents #page.mappage h2 {
  margin: 68px auto 28px;
}

#contents #page.mappage h2 a {}

#contents #page.mappage h2 a:hover {
  text-decoration: none;
  opacity: 0.7;
}

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

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

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

#contents #page.mappage ul li a {}

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

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

/* ================== */
/*  メインコンテンツ　*/
/* ================== */
/*--------------------------------------
heading
---------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
.title,
.ttl,
.sttl,
.catch,
.name {
  font-weight: 700;
  line-height: 1.4;
}

#index h2,
#category h1,
#page h1 {
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  padding: 3rem 2rem 3rem 5rem;
  margin: 0 0 6rem 0;
  position: relative;
  color: #fff;
}

#index h2 a,
#category h1 a,
#page h1 {
  color: #fff;
}

#index h2 {
  margin: 8rem 0 3rem 0;
}

#index h2::before,
#category h1::before,
#page h1::before {
  content: "";
  width: calc(100% - 20px);
  height: 144px;
  background: #82b6d3;
  position: absolute;
  top: -25px;
  left: 0;
  z-index: -1;
}

#category h1::before,
#page h1::before {
  content: "";
  width: calc(100% - 20px);
  height: 110px;
  background: linear-gradient(0deg, #cbe0f2 0%, #e1eef9 100%);
  position: absolute;
  top: -25px;
  left: 0;
  z-index: -1;
}

#category h1::after,
#page h1::after {
  content: "";
  width: calc(100% - 20px);
  height: 100%;
  background: #103472;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

#index h3:not([class]) {
  font-size: 2.8rem;
  font-weight: bold;
  margin: 9rem 0 4rem 0;
  line-height: 1.4;
  padding: 4rem 4rem 4rem 6rem;
  background: #f6f6f6;
  position: relative;
  color: #242424;
}

#category h2,
#page h2 {
  font-size: 2.6rem;
  font-weight: bold;
  margin: 6rem 0 4rem 0;
  line-height: 1.4;
  padding: 1rem 2rem 1rem 2rem;
  background: #3c64ab;
  position: relative;
  color: #fff;
}

#index h3:not([class])::before,
#category h2:not([class])::before,
#page h2:not([class])::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -1rem;
  background: #c1e4ee;
  right: -1rem;
  z-index: -1;
}

#index h4,
#category h3,
#page h3 {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 5rem 0 3rem 0;
  padding: 1.8rem 2rem 1.8rem 6.5rem;
  line-height: 1.4;
  background: url(img/title_bg01.png) no-repeat left center;
  background-size: 49px auto;
  color: #103472;
  border-bottom: 1px solid #3ec8e5;
  position: relative;
}

/* #index h4::before, #category h3::before, #page h3::before {
  content: "";
  width: 2px;
  height: calc(100% - 30px);
  background: #c1141b;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
#index h4::after, #category h3::after, #page h3::after {
  content: "";
  width: 32px;
  height: 34px;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 32px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
} */
#index h5,
#category h4,
#category h5,
#category h6,
#page h4,
#page h5,
#page h6 {
  font-size: 1.9rem;
  padding: 0 2rem 1rem 2rem;
  margin: 4rem 0 3rem 0;
  color: #103472;
  position: relative;
}

#index h2 a {
  display: block;
  padding: 0 10rem 0 0;
  background: url(img/arrow02_white.png) no-repeat right center;
  background-size: 33px auto;
  color: inherit;
}


#category h1 a,
#category h2 a,
#category h3 a,
#category h4 a,
#category h5 a,
#category h6 a,
#page h1 a,
#page h2 a,
#page h3 a,
#page h4 a,
#page h5 a,
#page h6 a {
  display: block;
  padding: 0 3rem 0 0;
  background: url(img/arrow02_blue.png) no-repeat right center;
  background-size: 25px auto;
  color: inherit;
}

#index h3 a,
#category h2 a,
#page h2 a {
  background: url(img/arrow02_white.png) no-repeat right center;
  background-size: 25px auto;
}

/*--------------------------------------
　list
---------------------------------------*/
#contents ul {
  max-width: 1100px;
  margin: 25px auto 25px;
  padding: 10px 10px 0;
}

#contents ul li {
  padding: 0 0 0.6rem 2.4rem;
  position: relative;
  color: #333;
}

#contents ul li::before {
  content: '';
  display: block;
  background-color: #3ec8e5;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  position: absolute;
  top: 1rem;
  left: 0;
}

#contents ul li a,
#contents ol li a {
  text-decoration: underline;
}

#contents ul li a:hover,
#contents ol li a:hover {
  opacity: 1;
  text-decoration: none;
}

#contents ol {
  max-width: 1100px;
  margin: 25px auto 25px;
  padding: 10px 10px 0;
}

#contents ol li {
  padding: 2px 0 2px 30px;
  list-style: none;
  position: relative;
  counter-increment: number;
}

#contents ol li::before {
  display: block;
  background-color: #272931;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3px;
  left: 0;
  color: #fff;
  text-align: center;
  line-height: 1.7;
  font-weight: 700;
  font-size: 1.2rem;
}

#contents ol li:nth-child(-n+9)::before {
  content: counter(number);
}

#contents ol li:nth-child(n+10)::before {
  content: counter(number);
}

/* ul,ol reset */
#contents .addParts01 ul,
#contents .addParts01 ol,
#contents .addParts02 ul,
#contents .addParts02 ol,
#contents .addParts03 ul,
#contents .addParts03 ol,
#contents .float-wrap ul,
#contents .float-wrap ol,
#contents .box-wrap ul,
#contents .box-wrap ol,
#contents .frame ul,
#contents .frame ol {
  padding: 0;
  margin: 0;
}

#contents .addParts01 ul li,
#contents .addParts01 ol li,
#contents .addParts02 ul li,
#contents .addParts02 ol li,
#contents .addParts03 ul li,
#contents .addParts03 ol li,
#contents .float-wrap ul li,
#contents .float-wrap ol li,
#contents .box-wrap ul li,
#contents .box-wrap ol li,
#contents .frame ul li,
#contents .frame ol li {
  padding: 0;
}

#contents .addParts01 ul li::before,
#contents .addParts01 ol li::before,
#contents .addParts02 ul li::before,
#contents .addParts02 ol li::before,
#contents .addParts03 ul li::before,
#contents .addParts03 ol li::before,
#contents .float-wrap ul li::before,
#contents .float-wrap ol li::before,
#contents .box-wrap ul li::before,
#contents .box-wrap ol li::before,
#contents .frame ul li::before,
#contents .frame ol li::before {
  content: none;
  display: inline;
  width: auto;
  height: auto;
  min-width: initial;
  min-width: auto;
  min-height: initial;
  min-height: auto;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #000;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
  text-shadow: none;
  text-decoration: none;
  padding: 0;
  margin: 0;
  position: static;
}

/*--------------------------------------
　recommend,check,point
---------------------------------------*/
#index .recommend,
#category .recommend,
#page .recommend,
#index .check,
#category .check,
#page .check,
#index .point,
#category .point,
#page .point,
#index .rank,
#category .rank,
#page .rank {
  display: block;
  font-weight: normal;
}

#index .recommend a,
#category .recommend a,
#page .recommend a,
#index .check a,
#category .check a,
#page .check a,
#index .point a,
#category .point a,
#page .point a,
#index .rank a,
#category .rank a,
#page .rank a {
  display: block;
  font-size: 100%;
}

#index .recommend::before,
#category .recommend::before,
#page .recommend::before,
#index .check::before,
#category .check::before,
#page .check::before,
#index .point::before,
#category .point::before,
#page .point::before,
#index .rank::before,
#category .rank::before,
#page .rank::before {
  z-index: 0;
  background: none;
  box-shadow: 0px 0px 0px;
}

#index .recommend::after,
#category .recommend::after,
#page .recommend::after,
#index .check::after,
#category .check::after,
#page .check::after,
#index .point::after,
#category .point::after,
#page .point::after,
#index .rank::after,
#category .rank::after,
#page .rank::after {
  z-index: 0;
  background: none;
  box-shadow: 0px 0px 0px;
}

/*check*/
#contents .check {
  width: 100%;
  max-width: 1100px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  color: #103472;
  background-size: 1px 100%;
  padding: 2.0rem 2.0rem 2.0rem 9.4rem;
  margin: 3.0rem auto 2.0rem;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  z-index: 0;
}

#contents .check::before {
  content: "";
  width: 84px;
  height: 84px;
  background: url("img/rank_check.png") 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

#contents .check::after {
  content: "";
  position: absolute;
  background: #eefcff;
  width: calc(100% - 42px);
  height: calc(100% - 2rem);
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: -1;
}

#contents .check a {
  color: inherit;
  text-decoration: underline;
}

/*point*/
#contents .point {
  width: 100%;
  max-width: 1100px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  color: #103472;
  background-size: 1px 100%;
  padding: 2.0rem 2.0rem 2.0rem 9.4rem;
  margin: 3.0rem auto 2.0rem;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

#contents .point::before {
  content: "";
  width: 84px;
  height: 84px;
  background: url("img/rank_point.png") 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

#contents .point::after {
  content: "";
  position: absolute;
  background: #eefcff;
  width: calc(100% - 42px);
  height: calc(100% - 2rem);
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: -1;
}

#contents .point a {
  color: inherit;
  text-decoration: underline;
}

/*rank_wrap*/
#contents .rank_wrap {
  counter-reset: num;
  margin: 3.0rem auto 2.0rem;
}

#contents .rank_wrap .rank {
  width: 100%;
  max-width: 1100px;
  height: 98px;
  font-size: 2.2rem;
  line-height: 1.4;
  color: #333;
  background-size: 1px 100%;
  padding: 2.0rem 2.0rem 2.0rem 9.4rem;
  margin: 3.0rem auto 2.0rem;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

#contents .rank_wrap .rank::before {
  content: counter(num, decimal-leading-zero);
  counter-increment: num;
  width: 74px;
  height: 74px;
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 74px;
  letter-spacing: 0;
  text-align: center;
  color: #272931;
  background: url("img/rank.png") 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: 13px;
  left: 0;
}

#contents .rank a {
  color: #333;
  text-decoration: underline;
}

/*recommend_number_wrap*/
#contents .recommend_number_wrap {
  counter-reset: num;
  margin: 3.0rem auto 2.0rem;
}

#contents .recommend_number_wrap .recommend {}

#contents .recommend_number_wrap .recommend::before {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  padding: 2.0rem 0;
}

#contents .recommend_number_wrap .recommend::after {
  content: counter(num, decimal-leading-zero);
  counter-increment: num;
  width: 74px;
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 48px;
  left: 0;
}

/*check_number_wrap*/
#contents .check_number_wrap {
  counter-reset: num;
  margin: 3.0rem auto 2.0rem;
}

#contents .check_number_wrap .check {}

#contents .check_number_wrap .check::before {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  padding: 2.0rem 0;
}

#contents .check_number_wrap .check::after {
  content: counter(num, decimal-leading-zero);
  counter-increment: num;
  width: 74px;
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 48px;
  left: 0;
}

/*point_number_wrap*/
#contents .point_number_wrap {
  counter-reset: num;
  margin: 3.0rem auto 2.0rem;
}

#contents .point_number_wrap .point {}

#contents .point_number_wrap .point::before {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  padding: 2.0rem 0;
}

#contents .point_number_wrap .point::after {
  content: counter(num, decimal-leading-zero);
  counter-increment: num;
  width: 74px;
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  color: #c1141b;
  position: absolute;
  top: 48px;
  left: 0;
}

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

.caption a {
  color: inherit;
}

/*--------------------------------------
　float img
---------------------------------------*/
.float-wrap {
  max-width: 1100px;
  margin: 40px auto 40px;
  box-sizing: border-box;
}

.float-wrap img {
  max-width: 100%;
}


.float-wrap .flame {
  position: relative;
}

/* .float-wrap .flame::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 148px;
  background: url(img/line.png) no-repeat;
  bottom: -1.5rem;
  left: 1.5rem;
}
.float-wrap .t_small .flame::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 59px;
  background: url(img/sp_line.png) no-repeat;
  bottom: -1rem;
  left: 1rem;
} */
.float-wrap .fl {
  width: 350px;
  margin: 0 30px 10px 0;
  text-align: center;
}

.float-wrap .fr {
  width: 350px;
  margin: 0 0 10px 30px;
  text-align: center;
}

.float-wrap .ct {
  width: 600px;
  margin: 0 auto 20px;
  text-align: center;
}

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

.float-wrap p {
  margin: 0;
}

.float-wrap .catch {
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 1.5rem 0;
  color: #008ca9;
}

.block .float-wrap .catch {
  color: #008ca9;
}

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

.btn-web,
p.btn-web {
  margin: 4rem auto;
  padding: 0;
  text-align: center;
}

.btn-web a {
  display: inline-block;
  position: relative;
  width: 450px;
  margin: 0 auto;
  padding: 2rem 4rem;
  background: #e75c73 url(img/arrow02_white.png) no-repeat right 1.5rem center;
  border-radius: 5rem;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  background-size: 25px auto;
}

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

.btn-internal,
p.btn-internal {
  margin: 2.5rem auto;
  padding: 0;
  text-align: center;
}

.btn-internal a {
  display: inline-block;
  position: relative;
  width: 450px;
  margin: 0 auto;
  padding: 2rem 4rem;
  background: #103472 url(img/arrow02_white.png) no-repeat right 1.5rem center;
  background-size: 25px auto;
  border-radius: 5rem;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}

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

.btn-internal.down a {
  background: #ffcf46 url(img/arrow_down.png) no-repeat right 1.5rem center;
  background-size: 25px auto;
  border-radius: 35px;
  margin: -3px 0;

}

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

.btn-link a {
  display: inline-block;
  position: relative;
  min-height: 25px;
  padding: 0.2rem 0 0.2rem 3.5rem;
  background: url(img/arrow02_blue.png) no-repeat left center;
  background-size: 25px auto;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.4;
  text-decoration: none;
}

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

/* ================== */
/*  テーブル　　　　　*/
/* ================== */
table th,
table td {
  word-break: break-all;
}

.main .table-layout {
  padding: 0;
}

.main table {
  width: 100%;
  max-width: 1100px;
  table-layout: fixed;
  margin: 40px auto 40px;
}

.main table th {
  width: 30%;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  background: #e6eefa;
  border: solid 1px #c7cfde;
  padding: 14px 16px;
}

.main table td {
  line-height: 2.5rem;
  padding: 14px 20px;
  background: #FFF;
  font-size: 1.4rem;
  text-align: left;
  border: solid 1px #c7cfde;
}

/*--------------------------------------
　box-wrap
---------------------------------------*/
#contents .box-wrap {
  width: 100%;
  max-width: 1100px;
  margin: 100px auto;
}

#contents .box-wrap .box {
  display: block;
  width: 384px;
  margin: 0 0 0;
  box-sizing: border-box;
  background-color: #fff;
  float: left;
  position: relative;
}

#contents .box-wrap .box:nth-child(even) {
  float: right;
}

#contents .box-wrap .box:nth-child(n+3) {
  margin-top: 40px;
}

#contents .box-wrap .box .permalink {
  display: none;
}

#contents .box-wrap .box .thumb {
  position: relative;
}

/*box-head*/
#index .box-wrap .box-head,
#category .box-wrap .box-head,
#page .box-wrap .box-head {
  display: block;
}

#index .box-wrap .box-head a,
#category .box-wrap .box-head a,
#page .box-wrap .box-head a {
  display: block;
  font-size: 100%;
}

#index .box-wrap .box-head a:hover,
#category .box-wrap .box-head a:hover,
#page .box-wrap .box-head a:hover {
  color: #333;
  text-decoration: none;
}

#index .box-wrap .box-head::after,
#category .box-wrap .box-head::after,
#page .box-wrap .box-head::after {
  content: none;
}

#contents .box-wrap .box p {
  margin: 0;
}

/*type-b*/
#contents .box-wrap .type-b {
  border-top: 1px solid #333;
  padding: 30px 10px 0;
}

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

#contents .box-wrap .type-b .box-head-area {
  display: table;
  position: relative;
  padding: 2rem;
}

#contents .box-wrap .type-b .box-head-area::after {
  content: "";
  position: absolute;
  background: #272931;
  width: 95%;
  height: 1px;
  bottom: 0;
  left: 0;
}

#contents .box-wrap .type-b .box-body {
  padding: 35px 20px;
}

#contents .box-wrap .type-b .thumb {
  display: table-cell;
  vertical-align: middle;
  width: 120px;
  position: relative;
}

#contents .box-wrap .type-b .thumb::before {
  content: "";
  width: 62px;
  height: 62px;
  background: url("img/box-wrap_b_dotline.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 10px;
  bottom: -10px;
}

#contents .box-wrap .type-b .thumb img {
  border-radius: 100px;
}

#contents .box-wrap .type-b .box-head {
  display: table-cell;
  vertical-align: middle;
  font-size: 2.0rem;
  line-height: 1.4;
  font-weight: 700;
  color: #333;
  border-radius: 8px 8px 0 0;
  padding: 0 0 0 20px;
}

#contents .box-wrap .type-b .box-head a {
  display: block;
  width: 100%;
  font-size: 2.0rem;
  line-height: 1.4;
  color: #333;
  background: url("img/arrow_black.png") right center no-repeat;
  background-size: 8px auto;
  padding: 0 20px 0 0;
  position: relative;
}

#contents .box-wrap .type-b .box-head a:hover {
  opacity: 0.7;
}

#contents .box-wrap .type-b .caption {
  margin: 25px 0 0;
}

/*--------------------------------------
　frame-wrap
---------------------------------------*/
#contents .frame-wrap {
  width: 100%;
  max-width: 1100px;
  margin: 100px auto;
}

#contents .frame-wrap .inner {
  margin: 0 auto;
}

#contents .frame {
  display: block;
  box-sizing: border-box;
  width: 266px;
  margin: 0 0 0 16px;
  background-color: #fff;
  float: left;
}

#contents .frame-wrap .frame:first-child {
  margin: 0 0 0 0;
}

#contents .frame-wrap .frame:nth-child(3n+1) {
  margin: 0 0 0 0;
}

#contents .frame-wrap .frame:nth-child(n+4) {
  margin-top: 16px;
}

#contents .frame-wrap .frame a {
  display: block;
  text-decoration: none;
}

/*frame-head*/
#index .frame .frame-head,
#category .frame .frame-head,
#page .frame .frame-head {
  display: block;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.5;
}

#index .frame .frame-head a,
#category .frame .frame-head a,
#page .frame .frame-head a {
  width: auto;
  font-size: 100%;
  text-decoration: none;
}

#index .frame .frame-head a:hover,
#category .frame .frame-head a:hover,
#page .frame .frame-head a:hover {
  opacity: 0.7;
}

#contents .frame .frame-head p {
  margin: 0;
}

#contents .frame .frame-body {
  padding: 0 20px 35px;
}

#contents .frame .frame-body .frame-catch {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
  margin: 0 0 15px;
}

#contents .frame .frame-body p {
  margin: 0;
}

#contents .frame .thumb {}

#contents .frame p.caption {
  margin: 10px 15px 0;
}

/*type-a*/
#contents .frame-wrap .type-a {
  border: 1px solid #333;
}

#contents .frame-wrap .type-a .frame-catch {
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  color: #c1141b;
  border-top: 5px solid #c1141b;
  padding: 20px 25px 20px;
  position: relative;
  font-weight: normal;
  letter-spacing: normal;
}

#contents .frame-wrap .type-a .frame-catch::before {
  content: "";
  background: linear-gradient(to right, rgba(187, 187, 187, 1), rgba(187, 187, 187, 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;
  left: 0;
  bottom: 0;
  top: inherit;
  z-index: inherit;
}

#contents .frame-wrap .type-a .frame-catch::after {
  content: "";
  width: 19px;
  height: 11px;
  background: url("img/frame-wrap_baloon.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: calc(50% - 10px);
  bottom: -10px;
  top: inherit;
  right: inherit;
  z-index: inherit;
  transform: none;
}

#contents .frame-wrap .type-a .frame-head {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 700;
  padding: 20px 20px 20px;
}

#contents .frame-wrap .type-a .frame-head a {
  display: block;
  width: 100%;
  background: url("img/arrow_black.png") right center no-repeat;
  background-size: 8px auto;
  padding: 0 20px 0 0;
  position: relative;
}

#contents .frame-wrap .type-a .frame-head a:hover {
  opacity: 0.7;
}

#contents .frame-wrap .type-a .thumb {
  width: 200px;
  margin: 0 auto;
}

#contents .frame-wrap .type-a .caption {
  text-align: center;
  padding: 0 20px;
}

#contents .frame-wrap .type-a ul.icoArea {
  width: 224px;
  text-align: center;
  margin: 25px auto;
}

#contents .frame-wrap .type-a ul.icoArea li {
  width: 68px;
  margin: 0 0 0 10px;
  float: left;
}

#contents .frame-wrap .type-a ul.icoArea li:first-child {
  margin: 0 0 0 0;
}

#contents .frame-wrap .type-a ul.icoArea li:nth-child(3n+1) {
  margin: 0 0 0 0;
}

#contents .frame-wrap .type-a ul.icoArea li:nth-child(n+4) {
  margin-top: 16px;
}

/*type-b*/
#contents .frame-wrap .type-b {
  border: 1px solid #333;
}

#contents .frame-wrap .type-b .frame-head {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 700;
  padding: 20px 20px 20px;
  margin: 0 0 25px;
  position: relative;
  letter-spacing: normal;
}

#contents .frame-wrap .type-b .frame-head::after {
  content: "";
  background: linear-gradient(to right, rgba(187, 187, 187, 1), rgba(187, 187, 187, 1) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
  background-size: 6px 1px;
  width: calc(100% - 20px);
  height: 1px;
  position: absolute;
  left: 10px;
  bottom: 0;
  top: inherit;
  right: inherit;
  z-index: inherit;
  transform: none;
}

#contents .frame-wrap .type-b .frame-head a {
  display: block;
  width: 100%;
  background: url("img/arrow_black.png") right center no-repeat;
  background-size: 8px auto;
  padding: 0 20px 0 0;
  position: relative;
  letter-spacing: normal;
}

#contents .frame-wrap .type-b .frame-head a:hover {
  opacity: 0.7;
}

#contents .frame-wrap .type-b .thumb {
  width: 200px;
  margin: 0 auto;
}

#contents .frame-wrap .type-b .caption {
  text-align: center;
  padding: 0 20px;
}

#contents .frame-wrap .type-b .frame-body {
  margin: 25px auto 0;
}

#contents .frame-wrap .type-b table {
  box-sizing: border-box;
  width: 100%;
  letter-spacing: 0;
  margin: 20px auto;
}

#contents .frame-wrap .type-b table th {
  width: 33%;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.4;
  padding: 12px 10px;
}

#contents .frame-wrap .type-b table td {
  font-size: 1.2rem;
  line-height: 1.4;
  padding: 12px 10px;
  word-wrap: break-word;
}

#contents .frame-wrap .type-b table:last-of-type {
  margin-bottom: 0;
}

/*btn-web*/
#contents .frame .frame-body .btn-web {
  width: 85%;
  margin: 25px auto 0;
}

/*--------------------------------------
common_parts
--------------------------------------*/
.common_parts {
  width: 830px;
  margin: 10rem auto 0;
}

.common_parts .ttl_area {}

.common_parts .ttl_area .ttl {
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  padding: 33px 20px 33px 60px;
  margin: 25px auto 30px;
  position: relative;
  color: #fff;
}

.common_parts .ttl_area .ttl::before {
  content: "";
  width: calc(100% - 40px);
  height: 110px;
  background: #f0f0f0;
  position: absolute;
  top: -25px;
  left: 0;
  z-index: -1;
}

.common_parts .ttl_area .ttl::after {
  content: "";
  width: calc(100% - 40px);
  height: 100%;
  background: #c1141b;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.common_parts .addInner {
  margin: 0 auto;
}

.common_parts p {
  margin: 0;
}

.common_parts .aadPartsTit {
  text-align: center;
}

.common_parts .block {
  width: 260px;
  margin: 0 0 0 25px;
  float: left;
}

.common_parts .block:first-child {
  margin: 0 0 0 0;
}

.common_parts .block:nth-child(3n+1) {}

.common_parts .block:nth-child(n+4) {}

.common_parts .block:first-child .catch::before {
  content: "";
  position: absolute;
  width: 41px;
  height: 28px;
  background: url(img/add01_bento.png) no-repeat;
  bottom: 0;
  left: 0;
}

.common_parts .block:nth-child(2) .catch::before {
  content: "";
  position: absolute;
  width: 41px;
  height: 28px;
  background: url(img/add01_conbini.png) no-repeat;
  bottom: 0;
  left: 0;
}

.common_parts .block:nth-child(3) .catch::before {
  content: "";
  position: absolute;
  width: 46px;
  height: 28px;
  background: url(img/add01_izakaya.png) no-repeat;
  bottom: 0;
  left: 0;
}

.common_parts .block:nth-child(4) .catch::before {
  content: "";
  position: absolute;
  width: 41px;
  height: 28px;
  background: url(img/add01_school.png) no-repeat;
  bottom: 0;
  left: 0;
}

.common_parts .block:nth-child(5) .catch::before {
  content: "";
  position: absolute;
  width: 45px;
  height: 28px;
  background: url(img/add01_rentacar.png) no-repeat;
  bottom: 0;
  left: 0;
}

.common_parts .block .catch {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  border-bottom: 2px solid #c1141b;
  padding: 1rem 1rem 0 1rem;
  display: table;
  width: 100%;
  position: relative;
}

.common_parts .block .catch span {
  display: table-cell;
  vertical-align: middle;
  color: inherit;
  border-bottom: none;
  font-weight: inherit;
  font-weight: 600;
}

.common_parts .block a {
  display: block;
}

.common_parts .scrollArea {
  background-color: #f0f0f0;
  padding: 15px 15px 1px;
  position: relative;
}

.common_parts .scrollArea .priceArea {
  display: table;
  margin: 0 0 8px;
}

.common_parts .scrollArea .priceArea .priceTit {
  display: table-cell;
  vertical-align: middle;
  width: 50px;
  font-size: 1.3rem;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  background-color: #272931;
  padding: 6px 2px;
}

.common_parts .scrollArea .priceArea .price {
  display: table-cell;
  vertical-align: middle;
  width: 180px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-align: center;
  color: #c1141b;
  background-color: #fff;
  padding: 7px 8px 8px;
  letter-spacing: -0.5px;
}

.common_parts .scrollArea .priceArea .price span {
  font-size: 1.4rem;
  color: #c1141b;
  font-weight: inherit;
  border-bottom: none;
}

.common_parts .companyName_wrap {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}

.common_parts .scrollArea .companyName {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1.5rem;
}

#contents .common_parts .btn-web {
  width: 90%;
  margin: 0 auto;
  margin: 2rem auto 1.5rem;
}

#contents .common_parts .btn-web a {
  padding: 1rem 2.5rem 1rem 1rem;
  background: url("img/arrow_white.png") right 1rem center no-repeat #4364ce;
  background-size: 7px auto;
  color: #fff;
  line-height: 1.4;
  font-size: 1.4rem;
}

#contents .common_parts .btn_area {
  background: #f0f0f0;
  position: relative;
}

.common_parts .btn_area::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url("img/scroll_arrow.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: calc(50% - 15px);
  bottom: -15px;
  pointer-events: stroke;
}

.common_parts .btn_area:hover::before {
  opacity: 0.7;
}

#contents .common_parts .btn_area a {
  margin: 0 auto;
  display: block;
  text-align: center;
  position: relative;
  padding: 0rem 0 2rem;
}

/*--------------------------------------
addParts01
---------------------------------------*/
.addParts01 .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
  height: 60px;
}

.addParts01 {
  width: 100%;
  margin: 0;
  padding: 8rem 0 6rem 0;
  background: url(img/add01_bg01.jpg) no-repeat center top;
  background-size: cover;
}

.addParts01.low-page {
  padding: 4rem 0;
  margin-top: 3rem;
  background: url(img/add01_bg01_lowpage.jpg) no-repeat center top;
  background-size: cover;
}

.addParts01 .tit_area {
  width: 1100px;
  margin: 0 auto 2.5rem auto;
}

.addParts01.low-page .tit_area {
  width: 100%;
}

.addParts01 .hosoku,
.addParts01 .hosoku2 {
  max-width: 1100px;
  margin: 2rem auto 10rem;
  padding: 0 1.5rem;
  color: #fff;
}

.addParts01 .hosoku2 {
  margin-bottom: 0;
  color: #092565;
  font-size: 1rem;
  line-height: 1.8;
}

#index .addParts01 h2,
.addParts01-title {
  color: #ffe047;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.333333333;
  text-align: center;
  padding: 1rem 0;
  background-color: transparent;
  background-image: radial-gradient(#5b91c0 2px, transparent 0px);
  background-size: 5px 5px;
}

.addParts01.low-page .addParts01-title {
  font-size: 3.5rem;
  margin-bottom: 3rem;
  color: #fff;
}

#index .addParts01 .tit_area .lead {
  width: 800px;
  margin: 0 auto;
}

.addParts01 .addInner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
}

.addParts01.low-page .addInner {
  width: 100%;
  padding: 0 1rem;
}

.addParts01 p {
  margin: 0;
}

.addParts01 .aadPartsTit {
  text-align: center;
}

.addParts01 .block {
  position: relative;
  width: calc((100% - 8rem) / 3);
  background: #fff;
  border: 1px solid #103472;
  border-top: none;
}

.addParts01.low-page .block {
  width: calc((100% - 2rem) / 3);
}

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

.addParts01 .block>.catch {
  position: relative;
  padding: 5rem 1rem 2rem;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
  background: #103472;
}

.addParts01.low-page .block>.catch {
  padding: 3rem 1rem;
}

.addParts01 .block>.catch span {
  color: #ffe047;
  font-size: 2.6rem;
}

.addParts01.low-page .block>.catch span {
  font-size: 1.9rem;
}

.addParts01 .block>.catch::before {
  content: "";
  position: absolute;
  width: 88px;
  height: 88px;
  left: 50%;
  transform: translateX(-50%);
  top: -44px;
}

.addParts01 .block:nth-child(1)>.catch::before {
  background: url(img/company01.png) no-repeat;
  background-size: 88px auto;
}

.addParts01 .block:nth-child(2)>.catch::before {
  background: url(img/company02.png) no-repeat;
  background-size: 88px auto;
}

.addParts01 .block:nth-child(3)>.catch::before {
  background: url(img/company03.png) no-repeat;
  background-size: 88px auto;
}

.addParts01.low-page .block>.catch::before {
  display: none;
}

.addParts01 .scrollArea .catch {
  color: #424242;
  font-size: 1.8rem;
  text-align: center;
}

.addParts01 .scrollArea .catch span {
  background: linear-gradient(transparent 60%, #ffe047 60%);
}

.addParts01 .block a {
  display: block;
}

.addParts01 .scrollArea {
  background-color: #fff;
  padding: 2rem 2rem 3rem;
  position: relative;
}

.addParts01 .companyName_wrap {
  margin: 3rem 0 1rem;
}

.addParts01 .scrollArea .companyCatch {
  margin: 0 0 2rem 0;
  color: #103472;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.addParts01.low-page .scrollArea .companyCatch {
  font-size: 1.7rem;
}

#contents .addParts01 .scrollArea ul li,
#index .addParts01 .scrollArea ul li,
.addParts01 .scrollArea ul li {
  padding: 0 0 0.6rem 2.4rem;
  position: relative;
}

#contents .addParts01 .scrollArea ul li::before,
#index .addParts01 .scrollArea ul li::before,
.addParts01 .scrollArea ul li::before {
  content: '';
  display: block;
  background-color: #53a2d2;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  position: absolute;
  top: .9rem;
  left: 0;
}

.addParts01 .scrollArea ul li span {
  background: linear-gradient(transparent 60%, #fff1ad 60%);
  font-weight: bold;
  color: #103472;
}

.addParts01 .scrollArea .companyText {
  margin: 0 auto 2rem;
}

.addParts01 .scrollArea .companyName,
#index .addParts01 .scrollArea .companyName {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 2rem;
}

.addParts01.low-page .scrollArea .companyName {
  font-size: 2.2rem;
}

.addParts01 .scrollArea .caption {
  text-align: center;
}

.addParts01 .scrollArea .btn-web,
.addParts01 .scrollArea .btn-internal {
  width: 90%;
  margin: 2rem auto;
}

.addParts01.low-page .scrollArea .btn-web {
  width: 100%;
}

.addParts01 .scrollArea .btn-web a,
.addParts01 .scrollArea .btn-tel a {
  width: 100%;
}

.addParts01.low-page .scrollArea .btn-web a {
  font-size: 1.6rem;
  line-height: 1.5625;
  background: #ed5c74 url(img/arrow02_white.png) no-repeat right 1rem center;
  background-size: 22.3px auto;
  padding: 1.7rem 3.3rem 1.7rem 2rem;
}

.addParts01 .btn_area {
  position: absolute;
  left: 50%;
  bottom: -1.2rem;
  transform: translateX(-50%);
  padding: 0 0 3rem 0;
  color: #424242;
  background: url(img/arrow03_blue_down.png) no-repeat center bottom;
  background-size: 25px auto;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.addParts01 .scrollArea .btn-internal a {
  background: #ffcf46 url(img/arrow_down.png) no-repeat center right 1.5rem;
  background-size: 25px auto;
}

.addParts01.lower .scrollArea .btn-internal a {
  background: #ffcf46 url(img/arrow02_blue.png) no-repeat center right 1.5rem;
  background-size: 25px auto;
}

.addParts01.lower .btn_area {
  background: url(img/arrow03_blue.png) no-repeat center bottom;
  background-size: 25px auto;
}

/*--------------------------------------
	toc_parts
---------------------------------------*/
.main .ac-btn {
  width: 450px;
  margin: 0 auto 5rem;
  padding: 20px 32px 20px 20px;
  display: block;
  background: #fff;
  border: 3px solid #103472;
  border-radius: 35px;
  color: #103472;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.main .ac-btn.mokuji {
  border: 1px solid #000;
}

.ac-btn::after {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3rem;
  line-height: 1;
  background: url(img/acc_open.png) no-repeat right center;
  background-size: 29px 29px;
}

.ac-btn.mokuji::after {
  content: '＋';
  background: none;
}

.ac-btn .ac-btn-off {
  font-weight: bold;
  font-size: 2rem;
  background: none;
  display: block;
}

.ac-btn .ac-btn-close {
  display: none;
}

.ac-btn.is-open .ac-btn-close {
  display: block;
}




.ac-btn.is-open .ac-btn-off:after {}


.ac-btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


.ac-btn.is-open .ac-btn-off {
  display: none;
}

.ac-btn.is-open:after {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3rem;
  line-height: 1;
  background: url(img/acc_close.png) no-repeat right center;
  background-size: 29px 29px;
}

.ac-btn.mokuji.is-open:after {
  content: "－";
  background: none;
}


.accordion-item {
  display: none;
}

.toc_parts {
  background: #ecf1f8;
  max-width: 1000px;
  margin: auto;
  padding: 4rem 5rem;
  box-sizing: border-box;
}

.toc_parts .ttl {
  padding: 0 0 0 1rem;
  font-size: 2.3rem;
  font-weight: bold;
  border-left: 4px solid #3ec8e5;
}

#toc {
  margin: 1.5rem 0 0 0;
  padding: 0 2rem 0;
  border-top: 1px solid #333;
}

#toc .chapter {
  margin: 0 0 2rem;
  counter-reset: count;
}

#toc .chapter .chapter-h {
  margin: 2rem 0 0;
  padding: 0 0 0 4rem;
  font-size: 1.6rem;
  line-height: 1.8;
  position: relative;
  counter-increment: count;
  background: none;
}

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

#toc ul.chapter .chapter-h::before {
  content: counter(count, decimal-leading-zero);
  position: absolute;
  top: 17px;
  left: 0;
  transform: translate(0, -50%);
  color: #3ec8e5;
  font-size: 2.1rem;
  font-weight: bold;
  background: none;
  width: auto;
  height: auto;
  border-radius: 0;
}

#toc .chapter .chapter-h a {
  font-weight: bold;
  text-decoration: none;
  font-size: 1.8rem;
}

#toc .chapter .chapter-h a:hover {
  opacity: .6;
}

#toc .chapter .chapter-h span {
  color: #0b072b;
  font-weight: bold;
}

#toc li.chapter-h.chapter-h-three {
  margin: 1rem 0 1rem 4rem;
  padding: 0 0 0 1.5rem;
  counter-increment: none;
}

#toc li.chapter-h.chapter-h-three::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: solid 1px #0b072b;
  border-right: solid 1px #0b072b;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#toc li.chapter-h.chapter-h-three a {
  font-weight: 400;
}

#toc li.chapter-h.chapter-h-three span {
  font-weight: 400;
}

#toc .chapter br {
  display: none;
}



.cmn02-text-banner-box__image img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  object-fit: cover;
}

.index-banner_pc_wrapper {
  position: fixed;
  right: 0;
  bottom: 9rem;
  z-index: 10;
  display: none;
}

.index-banner_pc {
  margin-top: 2rem;
}

.index-banner_pc a {
  text-decoration: none;
}

.index-banner_pc a:hover {
  opacity: 0.6;
}

.text-banner-box {
  max-width: 190px;
  background: #ffe047;
  position: relative;
}

.index-banner_pc.second .text-banner-box {
  background: #3c64ab;
}

.text-banner-box:before {
  content: "";
  position: absolute;
  max-width: 97px;
  width: 100%;
  height: 67px;
  top: -8%;
  left: 2%;
}

.text-banner-box:after {
  content: "";
  position: absolute;
  bottom: 2%;
  right: 2%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #fff transparent;
}

.second .text-banner-box:after {
  content: "";
  position: absolute;
  bottom: 4%;
  right: 2%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #fff transparent;
}

.pc-bannerArea .imgArea {
  width: 40%;
}

.text-banner-box__text {
  padding: .5rem .5rem 1.5rem .5rem;
  text-align: center;
}

.text-banner-box__text .mainttl {
  color: #fff;
}

.cmn02-text-banner-box__catch {
  display: block;
  color: #424242;
  font-size: 1.4rem;
  font-weight: bold;
}

.index-banner_pc.second .cmn02-text-banner-box__catch {
  color: #fff;
}

.text-banner-box__text .cmn02-paragraph {
  color: #103472;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.388888889;
}

.text-banner-box__text .cmn02-paragraph .banner-emphasis {
  text-decoration: underline;
  text-decoration-color: #103472;
  text-decoration-thickness: 3px;
  text-underline-offset: 3px;
}

.index-banner_pc.second .text-banner-box__text .cmn02-paragraph {
  color: #ffe047;
}

.index-banner_pc.second .text-banner-box__text .cmn02-paragraph .banner-emphasis {
  text-decoration-color: #fff;
}

@media screen and (max-width: 480px) {
  .index-banner_pc {
    display: none !important;
  }

  .text-banner-box__text .cmn02-paragraph {
    font-size: 1.4rem;
  }
}


.index-banner_sp_wrapper {
  width: 100%;
  position: fixed;
  right: 0;
  bottom: 0rem;
  z-index: 310;
  display: none;
}

.index-banner_sp_flex {
  display: flex;
  width: 100%;
}

.index-banner {
  width: 50%;
  display: none;
}

.index-banner a {
  text-decoration: none;
  color: #fff;
}

.index-banner a:hover {
  opacity: 0.6;
}

.text-banner-box.part03 {
  position: relative;
  background: #ffe047;
  display: block;
  max-width: inherit;
}

.index-banner.second .text-banner-box.part03 {
  background: #3c64ab;
}

.text-banner-box.part03:before {
  content: "";
  position: absolute;
  max-width: 46%;
  width: 100%;
  height: 46%;
}

.text-banner-box.part03 .cmn02-text-banner-box__image {
  max-width: 100%;
  width: 80%;
}

.text-banner-box.part03 .cmn02-text-banner-box__image img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.text-banner-box.part03:after {
  content: none;
}

.text-banner-box.part03 .cmn02-paragraph {
  color: #103472;
  padding-right: 1rem;
}

.text-banner-box.part03 .cmn02-paragraph span {
  color: #424242;
  font-size: 1.2rem;
}

@media screen and (max-width: 480px) {
  .text-banner-box.part03 .cmn02-paragraph span.banner-emphasis {
    font-size: 100%;
  }
}

.index-banner.second .text-banner-box.part03 .cmn02-paragraph {
  color: #ffe047;
}

.index-banner.second .text-banner-box.part03 .cmn02-paragraph span {
  color: #fff;
}

@media screen and (max-width: 480px) {
  .index-banner.second .text-banner-box.part03 .cmn02-paragraph span.banner-emphasis {
    text-decoration-color: #fff;
    color: #ffe047;
  }
}

.text-banner-box.part03 .text-banner-box__text {
  padding: .7rem .3rem;
  position: relative;
}

.text-banner-box.part03 .text-banner-box__text:after {
  content: "";
  position: absolute;
  background: url(img/arrow03_blue.png)right center no-repeat;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  width: 17px;
  height: 31px;
  background-size: 7px auto;
}

.index-banner.second .text-banner-box.part03 .text-banner-box__text:after {
  background: url(img/arrow03_white.png)right center no-repeat;
  background-size: 7px auto;
}


.sum-frame {
  margin: 40px auto;
  padding: 5px 30px 10px;
  background: #f1fdff;
  position: relative;
}

.sum-ttl {
  width: 100%;
  max-width: 1100px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  color: #103472;
  background-size: 1px 100%;
  padding: 2.0rem 2.0rem 2.0rem 10rem;
  margin: 3.0rem auto 2.0rem;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  z-index: 0;
}

.sum-ttl::before {
  content: "";
  width: 84px;
  height: 84px;
  background: url(img/icon_sum.png) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.sum-ttl::after {
  content: "";
  position: absolute;
  background: #fff;
  width: calc(100% - 42px);
  height: calc(100% - 2rem);
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: -1;
}


@media screen and (min-width:481px) {
  .sp {
    display: none !important;
  }

  .sp_br {
    display: none;
  }
}

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

  html,
  body {
    width: 100%;
    position: relative;
  }

  .pc {
    display: none !important;
  }

  .pc_br {
    display: none;
  }

  body {
    width: 100%;
    min-width: initial;
    min-width: auto;
    font-size: 1.4rem;
    line-height: 1.8;
    padding-bottom: env(safe-area-inset-bottom);
  }

  .main p {
    width: 92%;
    margin: 1rem auto;
  }

  a:hover {
    opacity: 1;
  }

  .index-banner {
    width: 50%;
    display: block;
  }

  /*--------------------------------------
　Header
---------------------------------------*/
  header .headTopArea {
    width: 100%;
  }

  header .headTopArea .rightTxt {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
  }

  /*--------------------------------------
　visArea
---------------------------------------*/
  #visArea {
    position: relative;
    z-index: 1;
    margin: 0 auto;
  }

  #visArea .mainArea {
    height: auto;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  #visArea .mainArea .mainAreaInner {
    display: block;
  }

  #visArea .mainArea .siteNameArea {
    display: table;
    /* background: url("img/mv.png") center top -2rem no-repeat; */
    background-size: cover;
    height: 100px;
    width: 100%;
  }

  #visArea .mainArea .siteNameAreaInner {
    display: table-cell;
    vertical-align: middle;
  }

  #visArea .mainArea .siteName {
    margin: 0 auto;
    width: 80%;
  }

  #visArea .mainArea .siteName img {
    width: 60%;
  }

  #visArea .mainArea .siteNameSmall {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.03em;
    text-align: center;
    text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
  }

  #visArea .mainArea .siteName img.sp {
    width: 50%;
    margin: 0 auto;
  }

  /*--------------------------------------
　spMenuBox
---------------------------------------*/
  /*navWrap*/
  #navWrap {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    background-color: #faf5d2;
    margin: 0 auto;
  }

  /*navTop*/
  #navWrap .navTop {
    width: 44px;
    position: fixed;
    top: -100px;
    opacity: 0;
    z-index: 9999;
    transition: all 0.3s ease;
    right: 0;
  }

  body.open #navWrap .navTop {
    top: 0 !important;
    opacity: 1 !important;
  }

  #navWrap .navTopInner {}

  #navWrap .siteName {
    display: table-cell;
    vertical-align: middle;
    width: 49.5%;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.4;
    padding: 0 1.0rem 0 1.0rem;
    border-right: 1px solid #bbb;
    text-align: center;
    background: #fff;
  }

  #navWrap a.siteName {}

  #navWrap .siteName img {
    width: 85%;
  }

  #navWrap .recommendBtn {
    display: table-cell;
    vertical-align: middle;
    width: calc(50.5% - 41px);
    font-size: 1.1rem;
    text-align: center;
    color: #8c8200;
    padding: 0 1.2rem;
    border-right: 1px solid #bbb;
    position: relative;
    background: #f5f5dc;
  }

  #navWrap .recommendBtn::after {
    content: '';
    position: absolute;
    right: 3px;
    bottom: 3px;
    border-top: 4px solid transparent;
    border-right: 4px solid #8c8200;
    border-bottom: 4px solid #8c8200;
    border-left: 4px solid transparent;
    z-index: 1;
  }

  #menuBtn {
    box-sizing: content-box;
    width: 44px;
    height: 44px;
    cursor: pointer;
    background: #3c64ab;
  }

  #menuBtn .menu {
    width: 20px;
    height: 15px;
    position: absolute;
    top: calc(50% - 8px);
    outline: none;
    border: none;
    background: #000;
    background: url("img/sp_ico_menu.svg") center no-repeat;
    background-size: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  body.open #menuBtn .menu {
    width: 21px;
    height: 16px;
    background: url("img/sp_ico_close.svg") center no-repeat;
    background-size: 100%;
  }

  /*navSp*/
  #navSp {
    position: fixed;
    top: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
    z-index: 999;
    display: none;
  }

  #navSp>div {
    height: 100%;
    overflow-y: scroll;
  }

  #navSp a {
    text-decoration: none;
  }

  /* 以下装飾など */
  #navSp .navBox {}

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

  #navSp .navBox .accChild li a:first-child {}

  /*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: 700;
    line-height: 1.5;
    letter-spacing: 0.01em;
    padding: 0 15% 0 3%;
    margin-bottom: 1.0rem;
  }

  #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: 1.0rem 0;
    margin: 0 auto 3.0rem;
    overflow: auto;
    white-space: nowrap;
    position: relative;
  }

  #pankuzu {
    box-sizing: border-box;
    width: 92%;
    font-size: 1.1rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
    color: #333;
    padding: 0.7rem 0 0.7rem;
    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;
    padding: 0;
  }

  #category>h1:first-of-type,
  #page>h1:first-of-type {
    margin: 0 auto 3.5rem;
  }

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

  /*--------------------------------------
　bottomBanner
---------------------------------------*/
  .bottomBanner {
    width: 92%;
    border: solid 1px #000;
    margin: 6.0rem auto;
    position: relative;
    box-shadow: 8px 8px 0px 0px #fff, 8px 8px 0px 2px #c1141b;
  }

  .bottomBanner a {
    display: block;
    padding: 1.5rem;
  }

  .bottomBanner .bnrTop {
    display: table;
    margin: 0 0 1.0rem;
  }

  .bottomBanner.imgBox {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
    max-width: 90px;
  }

  .bottomBanner .catch {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: left;
    line-height: 1.4;
    padding: 0 0 0 1.5rem;
  }

  #contents .bottomBanner p {
    font-size: 1.3rem;
    line-height: 1.6;
    margin: 0 0 1.5rem;
    color: #c1141b;
  }

  .bottomBanner .dtlBtn {
    display: block;
    font-size: 1.3rem;
    text-align: center;
    color: #fff;
    background: url(img/arrow_white.png) right 10px center no-repeat #272931;
    background-size: 6px auto;
    padding: 8px 30px;
    margin: 0 auto;
  }

  /*--------------------------------------
Lower
---------------------------------------*/
  .addParts01.lower {
    margin-top: 6rem;
    padding-bottom: 1rem;
  }

  .addParts01.lower::before {
    width: 7rem;
    height: 9rem;
    top: -12rem;
  }

  .addParts01.lower .btn-tel {
    width: 92%;
  }

  .addParts01.low-page .addParts01-title {
    font-size: 2.6rem;
  }

  .addParts01.low-page .block {
    width: 100%;
  }

  .addParts01.low-page .scrollArea .btn-web a {
    font-size: 1.4rem;
  }

  .addParts01 .scrollArea .btn-web,
  .addParts01.low-page .scrollArea .btn-web {
    width: 92%;
  }

  .addParts01 .block:last-child {
    margin-bottom: 0;
  }

  /*--------------------------------------
Footer
---------------------------------------*/
  footer {
    width: 100%;
  }

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

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

  footer .areaInner .logo {
    display: block;
    box-sizing: border-box;
    width: 25%;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    color: #000;
    padding: 0 0 0.5rem 0;
    margin: 0 auto 1rem;
  }

  footer .areaInner .logo a {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    color: #000;
    transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
  }

  footer .areaInner .logo a:hover {
    -ms-filter: "alpha( opacity=100 )";
    filter: alpha(opacity=100);
    opacity: 1;
  }

  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;
    color: #000;
    background: url("img/arrow_black_down.png") right 10px center no-repeat;
    background-size: 10px auto;
    padding: 1.0rem 4.0rem 1.0rem 4%;
    transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
  }

  footer .areaInner .footBox .sttl a:hover {
    -ms-filter: "alpha( opacity=100 )";
    filter: alpha(opacity=100);
    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 {}

  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: 1.0rem 9% 1.0rem 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: 1.0rem 9% 1.0rem 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: 1.0rem 9% 1.0rem 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;
    color: #333;
    margin: 1.5rem auto 0;
  }

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

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

  footer p.sitemap {
    font-size: 1.2rem;
    line-height: 1.3;
    text-align: right;
    padding: 0.5rem 0;
  }

  footer p.copy {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.3;
    text-align: center;
    padding: 0.5rem 0;
  }

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

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

  footer a {
    text-decoration: none;
  }

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

  /*--------------------------------------
　PageTop
---------------------------------------*/
  #page-top {
    position: fixed;
    bottom: 4%;
    right: 4%;
    width: 48px;
  }

  #page-top img {
    width: 100%;
  }

  /* ================== */
  /*  サイトマップ　　　*/
  /* ================== */
  #contents #page.mappage {}

  #contents #page.mappage h2 {
    margin: 5.0rem auto 2.0rem;
  }

  #contents #page.mappage h2 a {}

  #contents #page.mappage h2 a:hover {

    text-decoration: none;
    opacity: 1;
  }

  #contents #page.mappage ul {
    margin: 1.0rem auto 1.0rem;
  }

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

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

  #contents #page.mappage ul li a {}

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

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

  /* ================== */
  /*  メインコンテンツ　*/
  /* ================== */
  #index a,
  #category a,
  #page a {}

  #index a:hover,
  #category a:hover,
  #page a:hover {}

  #index h1,
  #index h2,
  #index h3,
  #index h4,
  #index h5,
  #index h6,
  #index h7,
  #category h1,
  #category h2,
  #category h3,
  #category h4,
  #category h5,
  #category h6,
  #category h7,
  #page h1,
  #page h2,
  #page h3,
  #page h4,
  #page h5,
  #page h6,
  #page h7 {
    margin: 0 auto;
  }

  #index h2,
  #category h1,
  #page h1 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.4;
    padding: 2.0rem 2.0rem 2.0rem 3.5rem;
    margin: 2.5rem auto 3.0rem;
    position: relative;
  }

  #index h2 {
    margin: 8.5rem auto 3.0rem;
  }


  #category h1,
  #page h1 {
    margin: 2.5rem 0 8.0rem;
    text-align: left;
  }

  #index h2::before,
  #category h1::before,
  #page h1::before {
    content: "";
    width: calc(100% - 15px);
    height: 100px;
    background-size: 600px auto;
    position: absolute;
    top: -13px;
    left: 0;
    z-index: -1;
  }

  #index h2::after,
  #category h1::after,
  #page h1::after {
    content: "";
    width: calc(100% - 15px);
    height: 100%;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }

  #index h3,
  #category h2,
  #page h2 {
    font-size: 2rem;
    font-weight: 700;
    margin: 1rem auto 2.5rem;
    line-height: 1.4;
    padding: 2rem;
    position: relative;
    width: 100%;
  }

  #index h3::before,
  #category h2::before,
  #page h2::before {
    content: "";
    position: absolute;
    width: 99%;
    height: 100%;
    right: -0.5rem;
    top: 0.5rem;
    z-index: -1;
  }

  #category h2::after,
  #page h2::after {
    right: 10px;
  }

  #index h4,
  #category h3,
  #page h3 {
    background-size: 35px auto;
    font-size: 2rem;
    font-weight: 700;
    margin: 2.0rem auto;
    padding: 1.2rem 1.0rem 1.2rem 4rem;
    line-height: 1.5;
    position: relative;
    width: 92%;
  }

  #index h5,
  #category h6,
  #category h4,
  #category h5,
  #category h6,
  #page h4,
  #page h5,
  #page h6 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 0 1rem 1rem 1rem;
    margin: 4.0rem auto 1.5rem;
    position: relative;
    width: 92%;
  }

  .sitemap h2 a {
    color: #333;
  }

  #contents .rank_wrap p,
  #contents .recommend_number_wrap p,
  #contents .check_number_wrap p,
  #contents .point_number_wrap p {
    max-width: 92%;
  }

  /*recommend*/
  #contents .recommend {
    width: 92%;
    max-width: 92%;
    min-height: 70px;
    height: auto;
    font-size: 1.6rem;
    line-height: 1.4;
    background-size: 1px 100%;
    padding: 1.5rem 1.5rem 1.5rem 6.2rem;
    margin: 2.0rem auto 1.5rem;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }

  #contents .recommend::before {
    content: "おすすめ";
    width: 50px;
    height: 50px;
    font-size: 1.0rem;
    font-weight: normal;
    line-height: 50px;
    letter-spacing: 0;
    text-align: center;
    background: url("img/rank_recommend.png") 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    top: 10px;
    left: 0;
  }

  #contents .recommend a {
    text-decoration: underline;
  }

  /*check*/
  #contents .check {
    width: 92%;
    max-width: 92%;
    min-height: 70px;
    height: auto;
    font-size: 1.6rem;
    line-height: 1.4;
    background-size: 1px 100%;
    padding: 1.5rem 1.5rem 1.5rem 6.2rem;
    margin: 2.0rem auto 1.5rem;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }

  #contents .check::before {
    content: "";
    width: 50px;
    height: 50px;
    font-size: 1.0rem;
    font-weight: normal;
    line-height: 50px;
    letter-spacing: 0;
    text-align: center;
    background: url("img/rank_check.png") 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
  }

  #contents .check a {
    text-decoration: underline;
  }

  /*point*/
  #contents .point {
    width: 92%;
    max-width: 92%;
    min-height: 70px;
    height: auto;
    font-size: 1.6rem;
    line-height: 1.4;
    background-size: 1px 100%;
    padding: 1.5rem 1.5rem 1.5rem 6.2rem;
    margin: 2.0rem auto 1.5rem;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }

  #contents .point::before {
    content: "";
    width: 50px;
    height: 50px;
    font-size: 1.0rem;
    font-weight: normal;
    line-height: 50px;
    letter-spacing: 0;
    text-align: center;
    background: url("img/rank_point.png") 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
  }

  #contents .point a {
    text-decoration: underline;
  }

  /*rank_wrap*/
  #contents .rank_wrap {
    counter-reset: num;
    margin: 3.0rem auto 2.0rem;
  }

  #contents .rank_wrap .rank {
    width: 92%;
    max-width: 92%;
    min-height: 70px;
    height: auto;
    font-size: 1.6rem;
    line-height: 1.4;
    color: #333;
    background-size: 1px 100%;
    padding: 1.5rem 1.5rem 1.5rem 6.2rem;
    margin: 2.0rem auto 1.5rem;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }

  #contents .rank_wrap .rank::before {
    content: counter(num, decimal-leading-zero);
    counter-increment: num;
    width: 50px;
    height: 50px;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 50px;
    letter-spacing: 0;
    text-align: center;
    color: #333;
    background: url("img/rank.png") 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    top: 10px;
    left: 0;
  }

  #contents .rank a {
    color: #333;
    text-decoration: underline;
  }

  /*recommend_number_wrap*/
  #contents .recommend_number_wrap {
    counter-reset: num;
    margin: 3.0rem auto 2.0rem;
  }

  #contents .recommend_number_wrap .recommend {}

  #contents .recommend_number_wrap .recommend::before {
    display: block;
    font-size: 0.9rem;
    line-height: 1;
    padding: 1.2rem 0;
  }

  #contents .recommend_number_wrap .recommend::after {
    content: counter(num, decimal-leading-zero);
    counter-increment: num;
    width: 50px;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    position: absolute;
    top: 32px;
    left: 0;
  }

  /*check_number_wrap*/
  #contents .check_number_wrap {
    counter-reset: num;
    margin: 3.0rem auto 2.0rem;
  }

  #contents .check_number_wrap .check {}

  #contents .check_number_wrap .check::before {
    display: block;
    font-size: 0.9rem;
    line-height: 1;
    padding: 1.2rem 0;
  }

  #contents .check_number_wrap .check::after {
    content: counter(num, decimal-leading-zero);
    counter-increment: num;
    width: 50px;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    position: absolute;
    top: 32px;
    left: 0;
  }

  /*point_number_wrap*/
  #contents .point_number_wrap {
    counter-reset: num;
    margin: 3.0rem auto 2.0rem;
  }

  #contents .point_number_wrap .point {}

  #contents .point_number_wrap .point::before {
    display: block;
    font-size: 0.9rem;
    line-height: 1;
    padding: 1.2rem 0;
  }

  #contents .point_number_wrap .point::after {
    content: counter(num, decimal-leading-zero);
    counter-increment: num;
    width: 50px;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    position: absolute;
    top: 32px;
    left: 0;
  }

  .caption {
    margin: 1.5rem 0 0;
    font-size: 1.0rem;
    line-height: 1.3;
    word-break: break-all;
    color: #999;
  }

  /*--------------------------------------
　float-wrap
---------------------------------------*/
  #contents .float-wrap {
    width: 92%;
    margin: 4.0rem auto 4.0rem;
    position: relative;
  }

  #contents .float-wrap .flame {
    width: 85%;
    margin: 0 auto;
  }

  #contents .float-wrap .float-img {
    box-sizing: border-box;
    width: auto;
    margin: 0 auto 1.0rem;
    text-align: center;
  }

  #contents .float-wrap img {
    box-sizing: border-box;
    max-width: 100%;
  }

  #contents .float-wrap .sttl {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    font-size: 1.6rem;
    line-height: 1.4;
  }

  #contents .float-wrap .catch {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6;
    margin: 0 0 1.5rem;
  }

  #contents .float-wrap p {
    margin: 0;
    padding: 0;
  }

  #contents .float-wrap .fl {
    box-sizing: border-box;
    width: 100%;
    padding: 0 0 1.0rem 0;
    text-align: center;
    float: none;
  }

  #contents .float-wrap .fr {
    box-sizing: border-box;
    width: 100%;
    padding: 0 0 1.0rem 0;
    text-align: center;
    float: none;
  }

  #contents .float-wrap .ct {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto 1.0rem;
    padding: 0 0 1.0rem;
    text-align: center;
  }

  #contents .float-wrap .fl.t_small {
    box-sizing: content-box;
    width: 40%;
    padding: 0 6% 0.5rem 0;
    text-align: center;
    float: left;
  }

  #contents .float-wrap .fr.t_small {
    box-sizing: content-box;
    width: 40%;
    padding: 0 0 0.5rem 6%;
    text-align: center;
    float: right;
  }

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

  #contents .float-wrap .float-body.fl {
    width: auto;
    position: static;
    text-align: left;
  }

  #contents .float-wrap .float-body.fr {
    width: auto;
    position: static;
    text-align: left;
  }

  /*float-wrap-head*/
  #index .float-wrap .float-wrap-head,
  #category .float-wrap .float-wrap-head,
  #page .float-wrap .float-wrap-head {
    display: table;
    width: auto !important;
    height: auto;
    background: none;
    border: none;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    color: #000;
    margin: 0 auto 0.8rem;
    position: relative;
  }

  #index .float-wrap .float-wrap-head a,
  #category .float-wrap .float-wrap-head a,
  #page .float-wrap .float-wrap-head a {
    width: auto;
    font-size: 100%;
    text-decoration: none;
  }

  #index .float-wrap .float-wrap-head a:hover,
  #category .float-wrap .float-wrap-head a:hover,
  #page .float-wrap .float-wrap-head a:hover {
    color: #000;
    text-decoration: none;
  }

  #index .float-wrap .float-body.fl .float-wrap-head,
  #category .float-wrap .float-body.fl .float-wrap-head,
  #page .float-wrap .float-body.fl .float-wrap-head,
  #index .float-wrap .float-body.fr .float-wrap-head,
  #category .float-wrap .float-body.fr .float-wrap-head,
  #page .float-wrap .float-body.fr .float-wrap-head {
    width: 100%;
  }

  #contents .float-wrap .float-wrap-head::after {
    content: none;
  }

  #contents .float-wrap p {
    width: 100%;
  }

  /*--------------------------------------
btns
---------------------------------------*/
  .btn-web,
  p.btn-web {
    margin: 3rem auto;
    padding: 0;
    text-align: center;
  }

  .btn-web a {
    width: 90%;
    margin: 0 auto;
    padding: 1.8rem 4rem;
    font-size: 1.4rem;
  }

  .btn-web a:hover {
    text-decoration: none;
    opacity: 1;
  }

  .btn-internal,
  p.btn-internal {
    margin: 1rem auto;
    padding: 0;
    text-align: center;
  }

  .btn-internal a {
    width: 90%;
    font-size: 1.4rem;
  }

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


  .btn-link,
  p.btn-link {
    margin: 3rem auto;
    padding: 0;
    text-align: center;
  }

  .btn-link a {
    display: inline-block;
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 1.8rem 3rem;
    background: #f2f2f2 url(img/arrow02_blue.png) no-repeat right 1.2rem center;
    background-size: 25px auto;
    border-radius: 5rem;
    box-sizing: border-box;
    color: #333;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
  }

  .btn-link a:hover {
    text-decoration: none;
    opacity: 1;
  }

  .btn-tel,
  p.btn-tel {
    display: none;
    margin: 3rem auto;
    padding: 0;
    text-align: center;
  }

  .btn-tel a {
    display: inline-block;
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 1.8rem 3.5rem;
    background: #3db73f url(img/ico_tel.png) no-repeat 1.2rem center;
    background-size: 23px auto;
    border-radius: 5rem;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
  }

  .btn-tel a:hover {
    text-decoration: none;
    opacity: 1;
  }

  /* ================== */
  /*  テーブル　　　　　*/
  /* ================== */
  .main-low table {
    width: 92%;
    margin: 3rem auto;
    border: 1px solid #b2b2b2;
    border-bottom: none;
  }

  .main-low table th,
  .main-low table td {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #b2b2b2;
  }

  /*--------------------------------------
　box-wrap
---------------------------------------*/
  #contents .box-wrap {
    width: 92%;
    max-width: 92%;
    margin: 6.0rem auto;
  }

  #contents .box-wrap .box {
    display: block;
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px dashed #bbb;
    padding: 4.0rem 0 3.0rem;
    margin: 0 0 0;
    float: none;
    position: relative;
  }

  #contents .box-wrap .box:nth-child(even) {
    float: none;
  }

  #contents .box-wrap .box:nth-child(even)::before {
    content: none;
  }

  #contents .box-wrap .box:nth-child(n+3) {
    margin-top: 0;
  }

  #contents .box-wrap .box:first-child {}

  #contents .box-wrap .box:last-child {
    margin: 0;
  }

  #contents .box-wrap .box .permalink {
    display: none;
  }

  #contents .box-wrap .box .thumb {
    position: relative;
  }

  /*box-head*/
  #index .box-wrap .box-head,
  #category .box-wrap .box-head,
  #page .box-wrap .box-head {
    display: block;
  }

  #index .box-wrap .box-head a,
  #category .box-wrap .box-head a,
  #page .box-wrap .box-head a {
    display: block;
    font-size: 100%;
  }

  #index .box-wrap .box-head a:hover,
  #category .box-wrap .box-head a:hover,
  #page .box-wrap .box-head a:hover {
    color: #333;
    text-decoration: none;
  }

  #index .box-wrap .box-head::after,
  #category .box-wrap .box-head::after,
  #page .box-wrap .box-head::after {
    content: none;
  }

  #contents .box-wrap .box p {
    margin: 0;
  }

  #contents .box-wrap .box .btn-internal {
    margin: 2.0rem auto;
  }

  /*type-b*/
  #contents .box-wrap .type-b {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 3.0rem 0 3.0rem;
    margin: -1px 0 0;
  }

  #contents .box-wrap .type-b:nth-child(n+3) {
    margin-top: -1px;
  }

  #contents .box-wrap .type-b .box-head-area {
    display: table;
    padding: 1.5rem 1rem;
    width: 100%;
  }

  #contents .box-wrap .type-b .thumb {
    display: table-cell;
    vertical-align: middle;
    width: 80px;
    position: relative;
  }

  #contents .box-wrap .type-b .thumb::before {
    content: "";
    width: 31px;
    height: 31px;
    background: url("img/box-wrap_b_dotline.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 5px;
    bottom: -5px;
  }

  #contents .box-wrap .type-b .thumb img {
    border-radius: 100px;
  }

  #contents .box-wrap .type-b .box-head {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.7rem;
    line-height: 1.4;
    font-weight: 700;
    color: #333;
    padding: 0 0 0 1rem;
  }

  #contents .box-wrap .type-b .box-head a {
    display: block;
    width: 100%;
    font-size: 1.7rem;
    line-height: 1.4;
    color: #333;
    background: url("img/arrow_black.png") right center no-repeat;
    background-size: 8px auto;
    padding: 0 1.5rem 0 0;
    position: relative;
  }

  #contents .box-wrap .type-b .box-head a:hover {
    opacity: 1;
  }

  #contents .box-wrap .type-b .box-body {
    padding: 1.5rem 2rem 0;
  }

  #contents .box-wrap .type-b .caption {
    margin: 2.0rem 0 0;
  }

  /*--------------------------------------
　frame-wrap
---------------------------------------*/
  #contents .frame-wrap {
    width: 92%;
    max-width: 92%;
    margin: 6.0rem auto;
  }

  #contents .frame-wrap .inner {
    margin: 0 auto;
  }

  #contents .frame {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 2.0rem;
    background-color: #fff;
    float: none;
  }

  #contents .frame-wrap .frame:first-child {
    margin: 0 0 2.0rem;
  }

  #contents .frame-wrap .frame:nth-child(3n+1) {
    margin: 0 0 2.0rem;
  }

  #contents .frame-wrap .frame:nth-child(n+4) {
    margin-top: 0;
  }

  #contents .frame-wrap .frame:last-child {
    margin: 0 0 0;
  }

  #contents .frame-wrap .frame a {
    display: block;
    text-decoration: none;
  }

  /*frame-head*/
  #index .frame .frame-head,
  #category .frame .frame-head,
  #page .frame .frame-head {
    display: block;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.4;
  }

  #index .frame .frame-head a,
  #category .frame .frame-head a,
  #page .frame .frame-head a {
    width: auto;
    font-size: 100%;
    text-decoration: none;
  }

  #index .frame .frame-head a:hover,
  #category .frame .frame-head a:hover,
  #page .frame .frame-head a:hover {
    opacity: 1;
  }

  #contents .frame .frame-head p {
    margin: 0;
  }

  #contents .frame .frame-body {
    padding: 0 1.5rem 3.0rem;
  }

  #contents .frame .frame-body .frame-catch {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    color: #000;
    margin: 0 0 1.5rem;
  }

  #contents .frame .frame-body p {
    margin: 0;
  }

  #contents .frame .thumb {}

  #contents .frame p.caption {
    margin: 1.0rem 1.0rem 0;
  }

  /*type-a*/
  #contents .frame-wrap .type-a {
    border: 1px solid #333;
  }

  #contents .frame-wrap .type-a .frame-catch {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
    color: #c1141b;
    border-top: 5px solid #c1141b;
    padding: 1.5rem 2.5rem;
    position: relative;
  }

  #contents .frame-wrap .type-a .frame-catch::before {
    content: "";
    background: linear-gradient(to right, rgba(187, 187, 187, 1), rgba(187, 187, 187, 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;
    left: 0;
    bottom: 0;
  }

  #contents .frame-wrap .type-a .frame-catch::after {
    content: "";
    width: 19px;
    height: 11px;
    background: url("img/frame-wrap_baloon.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: calc(50% - 10px);
    bottom: -10px;
  }

  #contents .frame-wrap .type-a .frame-head {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 700;
    padding: 1.8rem 1.5rem;
  }

  #contents .frame-wrap .type-a .frame-head a {
    display: block;
    width: 100%;
    background: url("img/arrow_black.png") right center no-repeat;
    background-size: 6px auto;
    padding: 0 2.0rem 0 0;
    position: relative;
  }

  #contents .frame-wrap .type-a .frame-head a:hover {
    opacity: 1;
  }

  #contents .frame-wrap .type-a .thumb {
    width: 80%;
    margin: 0 auto;
  }

  #contents .frame-wrap .type-a .caption {
    text-align: center;
    padding: 0 20px;
    margin: 1rem 0;
    line-height: 1.2;
  }

  /*type-b*/
  #contents .frame-wrap .type-b {
    border: 1px solid #333;
  }

  #contents .frame-wrap .type-b .frame-head {
    font-size: 1.7rem;
    line-height: 1.5;
    font-weight: 700;
    padding: 1.8rem 1.5rem;
    margin: 0 0 2.0rem;
    position: relative;
  }

  #contents .frame-wrap .type-b .frame-head::after {
    content: "";
    background: linear-gradient(to right, rgba(187, 187, 187, 1), rgba(187, 187, 187, 1) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
    background-size: 6px 1px;
    width: calc(100% - 20px);
    height: 1px;
    position: absolute;
    left: 10px;
    bottom: 0;
  }

  #contents .frame-wrap .type-b .frame-head a {
    display: block;
    width: 100%;
    background: url("img/arrow_black.png") right center no-repeat;
    background-size: 8px auto;
    padding: 0 2.0rem 0 0;
    position: relative;
  }

  #contents .frame-wrap .type-b .frame-head a:hover {
    opacity: 1;
  }

  #contents .frame-wrap .type-b .thumb {
    width: 80%;
    margin: 0 auto;
  }

  #contents .frame-wrap .type-b .caption {
    text-align: center;
    padding: 0 1.0rem;
  }

  #contents .frame-wrap .type-b .frame-body {
    margin: 2.0rem auto 0;
  }

  #contents .frame-wrap .type-b table {
    box-sizing: border-box;
    width: 100%;
    letter-spacing: 0;
    margin: 2.0rem auto;
  }

  #contents .frame-wrap .type-b table th {
    display: table-cell;
    width: 40%;
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1.4;
    border-right: 1px solid #333;
    padding: 1.0rem 1.0rem;
  }

  #contents .frame-wrap .type-b table td {
    display: table-cell;
    font-size: 1.3rem;
    line-height: 1.4;
    padding: 1.0rem 1.0rem;
    word-wrap: break-word;
  }

  #contents .frame-wrap .type-b table:last-of-type {
    margin-bottom: 0;
  }

  /*btn-web*/
  #contents .frame .frame-body .btn-web {
    width: 85%;
    margin: 25px auto 0;
  }

  /*--------------------------------------
common_parts
--------------------------------------*/
  .common_parts {
    width: 100%;
    margin: 8rem auto 0;
    padding: 0 4%;
  }

  .common_parts .ttl_area {}

  .common_parts .ttl_area .ttl {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    padding: 1.5rem 2rem 1.5rem 4rem;
    margin: 25px auto 30px;
    position: relative;
    color: #fff;
  }

  .common_parts .ttl_area .ttl::before {
    content: "";
    width: calc(100% - 20px);
    height: 110px;
    background: #f0f0f0;
    position: absolute;
    top: -25px;
    left: 0;
    z-index: -1;
  }

  .common_parts .ttl_area .ttl::after {
    content: "";
    width: calc(100% - 20px);
    height: 100%;
    background: #c1141b;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }

  .common_parts .addInner {
    margin: 0 auto;
  }

  .common_parts p {
    margin: 0;
  }

  .common_parts .aadPartsTit {
    text-align: center;
  }

  .common_parts .block {
    width: 100%;
    margin: 4rem 0;
    float: none;
  }

  .common_parts .block:first-child {
    margin: 0 0 4rem;
  }

  .common_parts .block:nth-child(3n+1) {}

  .common_parts .block:nth-child(n+4) {}

  .common_parts .block:first-child .catch::before {
    content: "";
    position: absolute;
    width: 41px;
    height: 28px;
    background: url(img/add01_bento.png) no-repeat;
    bottom: 0;
    left: 0;
  }

  .common_parts .block:nth-child(2) .catch::before {
    content: "";
    position: absolute;
    width: 41px;
    height: 28px;
    background: url(img/add01_conbini.png) no-repeat;
    bottom: 0;
    left: 0;
  }

  .common_parts .block:nth-child(3) .catch::before {
    content: "";
    position: absolute;
    width: 46px;
    height: 28px;
    background: url(img/add01_izakaya.png) no-repeat;
    bottom: 0;
    left: 0;
  }

  .common_parts .block:nth-child(4) .catch::before {
    content: "";
    position: absolute;
    width: 41px;
    height: 28px;
    background: url(img/add01_school.png) no-repeat;
    bottom: 0;
    left: 0;
  }

  .common_parts .block:nth-child(5) .catch::before {
    content: "";
    position: absolute;
    width: 45px;
    height: 28px;
    background: url(img/add01_rentacar.png) no-repeat;
    bottom: 0;
    left: 0;
  }

  .common_parts .block .catch {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    border-bottom: 2px solid #c1141b;
    padding: 1rem;
    display: table;
    width: 100%;
    position: relative;
  }

  .common_parts .block .catch span {
    display: table-cell;
    vertical-align: middle;
    color: inherit;
    border-bottom: none;
    font-weight: inherit;
    font-weight: 600;
  }

  .common_parts .block a {
    display: block;
  }

  .common_parts .scrollArea {
    background-color: #f0f0f0;
    padding: 15px 15px 1px;
    position: relative;
  }

  .common_parts .scrollArea .priceArea {
    display: table;
    margin: 0 0 8px;
    width: 100%;
  }

  .common_parts .scrollArea .priceArea .priceTit {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.3rem;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    background-color: #272931;
    padding: 6px 2px;
    width: 30%;
  }

  .common_parts .scrollArea .priceArea .price {
    display: table-cell;
    vertical-align: middle;
    width: 180px;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-align: center;
    color: #c1141b;
    background-color: #fff;
    padding: 7px 8px 8px;
    letter-spacing: -0.5px;
  }

  .common_parts .scrollArea .priceArea .price span {
    font-size: 1.4rem;
    color: #c1141b;
    font-weight: inherit;
    border-bottom: none;
  }

  .common_parts .companyName_wrap {
    display: table;
    width: 100%;
    margin-bottom: 1rem;
  }

  .common_parts .scrollArea .companyName {
    display: table-cell;
    vertical-align: middle;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 1.5rem;
  }

  #contents .common_parts .btn-web {
    width: 90%;
    margin: 0 auto;
    margin: 2rem auto 1.5rem;
  }

  #contents .common_parts .btn-web a {
    padding: 1rem 2.5rem 1rem 1rem;
    background: url("img/arrow_white.png") right 1rem center no-repeat #4364ce;
    background-size: 7px auto;
    color: #fff;
    line-height: 1.4;
    font-size: 1.4rem;
  }

  #contents .common_parts .btn_area {
    background: #f0f0f0;
    position: relative;
  }

  .common_parts .btn_area::before {
    content: "";
    width: 30px;
    height: 30px;
    background: url("img/scroll_arrow.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: calc(50% - 15px);
    bottom: -15px;
    pointer-events: stroke;
  }

  .common_parts .btn_area:hover::before {
    opacity: 0.7;
  }

  #contents .common_parts .btn_area a {
    margin: 0 auto;
    display: block;
    text-align: center;
    position: relative;
    padding: 0rem 0 2rem;
  }

  /*--------------------------------------
addParts01
---------------------------------------*/
  .addParts01 {
    width: 100%;
    margin: 0;
    padding: 4rem 0;
    background: url(img/add01_bg01.jpg) no-repeat center top;
    background-size: cover;
  }

  .addParts01 .tit_area {
    width: 100%;
    margin: 0 0 3rem 0;
    padding: 0 1rem;
  }

  #index .addParts01 h2,
  .addParts01-title {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0.01em;
  }

  .addParts01 .hosoku,
  .addParts01 .hosoku2 {
    width: 90%;
    margin: 1rem auto 0;
    font-size: 1.4rem;
    padding: 0;
  }

  .addParts01 .hosoku {
    margin-bottom: 7rem;
  }

  .addParts01 .hosoku2 {
    font-size: 1rem;
  }

  #index .addParts01 .tit_area .lead {
    width: 100%;
    margin: 0 auto;
  }

  .addParts01 .addInner {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
  }

  .addParts01 p {
    margin: 0 auto;
  }

  .addParts01 .aadPartsTit {
    text-align: center;
  }

  .addParts01 .block {
    position: relative;
    width: 100%;
    margin: 0 0 5.5rem 0;
  }

  .addParts01 .block::after {
    display: none;
  }

  .addParts01 .block>.catch {
    font-size: 2rem;
  }

  .addParts01 .scrollArea .catch {
    color: #424242;
    font-size: 1.8rem;
    text-align: center;
  }

  .addParts01 .scrollArea .flame {
    text-align: center;
  }

  .addParts01 .block a {
    display: block;
  }

  .addParts01 .scrollArea {
    background-color: #fff;
    padding: 2rem;
    position: relative;
  }

  .addParts01 .companyName_wrap {
    margin: 3rem 0;
  }

  .addParts01 .scrollArea .companyCatch {
    font-size: 1.8rem;
  }

  .addParts01 .scrollArea .companyName,
  #index .addParts01 .scrollArea .companyName {
    font-size: 2.2rem;
    margin: 0 0 1rem;
  }

  .main .ac-btn {
    width: 310px;
    font-size: 1.6rem;
  }

  .ac-btn .ac-btn-off {
    font-size: 1.6rem;
  }

  .toc_parts {
    padding: 3rem 2.5rem 2rem;
    width: 100%;
  }

  .toc_parts .ttl {
    font-size: 1.6rem;
    border-left: 2px solid #517b94;
  }

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

  #toc .chapter .chapter-h {
    margin: 1rem 0;
    padding: 0 0 0 3rem;
    font-size: 1.5rem;
    line-height: 1.6;
  }

  #toc .chapter .chapter-h a {
    font-size: 1.6rem;
  }

  #toc ul.chapter .chapter-h::before {
    top: 11px;
    font-size: 1.8rem;
  }

  #toc li.chapter-h.chapter-h-three {
    margin: 0.5rem 0 0.5rem 2rem;
  }

  #toc li.chapter-h.chapter-h-three::before {
    top: 6px;
    width: 6px;
    height: 6px;
  }

  #toc li.chapter-h-three+.chapter-h-two {
    margin-top: 2rem;
  }

  #contents ul {
    width: 95%;
  }
}

/*SP_End */







/* ==================
    関連記事
   ================== */
#related-article p {
  margin: 0;
}

#related-article.related-article01-frame {
  margin: 20px auto;
  padding: 30px 50px;
  background: #f1fdff;
  position: relative;
}

#related-article .related-article01-title {
  padding: 0 0 0 1rem;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  position: relative;
}

#related-article .related-article01-title span {
  font-size: 20px;
  color: #103472;
}

#related-article .related-article01-list {
  margin: 15px 0 0 0;
  padding: 0 20px 0;
  border-top: 1px solid #3ec8e5;
  font-weight: 700;
}

#related-article .related-article01-list p {
  margin: 0;
}

#related-article .related-article01-list li {
  margin: 2rem 0 0;
  padding: 0 0 0 30px;
  color: #103472;
  font-size: 100%;
  line-height: 1.7;
  position: relative;
}

#related-article .related-article01-list li+li {
  margin-top: 10px;
}

#related-article .related-article01-list li::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #3ec8e5;
  position: absolute;
  top: 7px;
  left: 0;
}

#related-article .related-article01-list a {
  display: block;
  text-decoration: none;
}

#related-article .related-article01-list a:hover {
  opacity: 0.6;
}

#related-article .relations-box#related-article .relations-box--column {
  display: flex;
  gap: 10px;
}

#related-article .relations-box__pic {
  flex: 0 0 150px;
}

@media screen and (max-width: 480px) {
  #related-article .related-article01-frame {
    padding: 20px 25px;
    margin: 6rem 1rem 3rem;
  }

  #related-article .related-article01-title span {
    font-size: 16px;
  }

  #related-article .related-article01-list {
    margin: 15px 0 0 0;
    padding: 10px 0 0;
  }

  #related-article .related-article01-list li {
    margin: 10px 0;
    padding: 0 0 0 30px;
    font-size: 15px;
    line-height: 1.6;
  }

  #related-article .related-article01-list li:last-child {
    margin-bottom: 0;
  }


  .sum-frame {
    padding: 5px 20px 10px;
  }

  .sum-ttl {
    font-size: 1.8rem;
    padding: 2.0rem 2.0rem 2.0rem 6rem;
    margin: 3.0rem auto 2.0rem;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 0;
  }

  .sum-ttl::before {
    width: 50px;
    height: 50px;
  }
footer .areaInner .footBox .accChild .sp {
  display: block;
  }
}
