@charset "utf-8";

/* ベース
/************************************************************/

body {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Noto Sans CJK JP",
    sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  overflow-wrap: break-word;
  word-break: normal;
  color: #333;
  background-color: #ffffff;
}

img {
  max-width: 100%;
  height: auto;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
p {
  line-height: 180%;
}

h2 {
  font-weight: bold;
  line-height: 135%;
  font-size: 34px;
}

h3 {
  font-weight: 500;
  line-height: 140%;
}

h4 {
  font-weight: bold;
  line-height: 135%;
}
h5 {
  font-weight: bold;
  line-height: 135%;
}

input[type="text"] {
  font-size: 16px;
}

/* 共通要素
/************************************************************/

.container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.container::after {
  content: "";
  display: block;
  clear: both;
}
.hide-pc {
  display: none;
}
.heading {
  text-align: center;
  margin-bottom: 40px;
}

.blue {
  color: #0070c1;
}
.orange {
  color: #ff7201;
}

/* マーカー
/************************************************************/

em {
  display: inline;
  position: relative;
  background-image: linear-gradient(90deg, #fff000, #fff000);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 20%;
  transition-property: all;
  transition-duration: 0.9s;
  transition-delay: 0s;
  transition-timing-function: ease-in-out;
  padding-bottom: 2px;
  font-weight: bold;
}
em.marker {
  background-size: 100% 30%;
}

/* ヘッダー
/************************************************************/

header {
  background-color: #ffffff;
  padding: 0px;
  width: 100%;
  height: 80px;
  min-width: 780px;
  position: fixed;
  z-index: 999;
}

header .logo {
  position: absolute;
  top: 20px;
  left: 24px;
}
header .text {
  position: absolute;
  top: 20px;
  left: 128px;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
}
header .tel {
  position: absolute;
  top: 29px;
  right: 390px;
}
header .tel a,
.action-2 .tel-2 a {
  transition: all 0.2s ease;
}
header .tel a:hover,
.action-2 .tel-2 a:hover {
  opacity: 0.6;
}
header .tel img {
  height: 26px;
  top: -10px;
  right: -5px;
  position: relative;
}
header .tel-text {
  position: absolute;
  top: 9px;
  right: -37px;
  width: 100%;
  white-space: nowrap;
  font-size: 1.6rem;
}
header .contact {
  position: absolute;
  top: 16px;
  right: 30px;
}
header .contact a {
  color: #0070c1;
  font-size: 1rem;
  font-weight: 600;
  background-color: #fff;
  width: 150px;
  line-height: 35px;
  display: block;
  text-align: center;
  border-radius: 45px;
  padding: 5px;
  transition: all 0.6s ease;
  border: 2px solid #0070c1;
  filter: drop-shadow(0px 3px 6px #dddddd);
}

header .contact a:hover {
  color: #fff;
  background: linear-gradient(90deg, rgb(51, 206, 254), rgb(87, 74, 237));
  border: 2px solid #fff;
}

header .download {
  position: absolute;
  top: 15px;
  right: 200px;
}
header .download a {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  width: 150px;
  line-height: 35px;
  display: block;
  text-align: center;
  padding: 6px;
  transition: all 0.6s ease;
  border-radius: 45px;
  border: 2px solid #fff;
  filter: drop-shadow(0px 3px 6px #dddddd);
}
header .download a:hover {
  color: #0070c1;
  border: 2px solid #0070c1;
  background: #fff;
}

/* フッター
/************************************************************/

footer {
  min-width: 780px;
  padding: 64px 0px 10px;
}
footer .copyright {
  text-align: center;
  letter-spacing: 0.05em;
}
.privacy-link{
	text-align: center;
}
.privacy-link a{
	border-bottom: 1px solid #000000;
}
.pagetop {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
}
.pagetop a {
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease;
  display: block;
  border-radius: 8px;
}
.pagetop a:hover {
  opacity: 0.6;
}

/* FVエリア
/************************************************************/

#area-fv {
  min-width: 1180px;
  height: 680px;
  background-image: url(../img/fv-bg.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  overflow: hidden;
  position: relative;
  background-color: rgba(255, 255, 255, 0.2);
  background-blend-mode: lighten;
  background-size: 117%;
  background-position: 4% 0%;
}

#area-fv .container {
  max-width: 1180px;
  top: 50px;
}

#area-fv .img-pc {
  position: absolute;
  top: 88px;
  right: 3rem;
}
#area-fv .img-pc-sp {
  margin-bottom: 40px;
}
#area-fv .img-shinki {
  position: absolute;
  bottom: 80px;
  right: -16px;
}

#area-fv .copy {
  text-align: center;
  position: absolute;
  top: 55px;
  z-index: 10;
  left: 2.5rem;
  width: 58%;
}
#area-fv .copy h1 {
  font-size: 50px;
  font-weight: bold;
  color: #0070c1;
  line-height: 136%;
  margin-bottom: 26px;
}

#area-fv .copy h1 .small {
  font-size: 30px;
  line-height: 136%;
}

#area-fv .copy ul {
  margin-bottom: 26px;
  filter: drop-shadow(0px 0px 6px #e3f3ff);
  position: relative;
}
#area-fv .copy li {
  font-size: 17px;
  line-height: 48px;
  width: 216px;
  font-weight: bold;
  background-color: #ffffff;
  text-align: center;
  display: inline-block;
  border-radius: 24px;
  margin: 0 4px;
}
#area-fv .copy li::before {
  content: "";
  background-image: url(../img/icon-check.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 2px;
  position: relative;
  bottom: -5px;
}

#area-fv .copy p {
  text-align: justify;
  padding: 0 18px 0 16px;
  line-height: 160%;
  font-weight: 600;
}

.cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3.2rem;
}

.cta .btn {
  width: 370px;
  box-sizing: border-box;
  position: relative;
}

.cta .contact a {
  text-decoration: underline;
  font-weight: 500;
}
.cta .contact a:hover {
  color: #0070c1;
  transition: all 0.2s ease;
}
.contact .medal-flex {
  display: flex;
}
.medal-flex p {
  margin-top: 0.6rem;
  width: 210px;
  font-size: 0.6rem;
}

.download-text {
  position: relative;
  left: 1rem;
}
.download-monitor {
  left: 4rem;
  position: absolute;
  top: -1.5rem;
  display: block;
  background-color: #fff;
  color: #0070c1;
  line-height: 33px;
  padding: 0 17px;
  border-radius: 45px;
  font-size: 0.9rem;
  font-weight: 600;
}

.download-monitor:after {
  border-top: 6px solid transparent;
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 10px 6px 0;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  top: 30px;
  transform: translateX(-50%);
  width: 0;
}

.download-muryou {
  position: absolute;
  border-radius: 45px;
  background-color: #fcff00;
  color: #0070c1;
  line-height: 2rem;
  width: 4rem;
  top: 20px;
  left: 2.2rem;
  text-align: center;
}
.download a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 72px;
  background: linear-gradient(90deg, rgb(51, 206, 254), rgb(87, 74, 237));
  border: 4px solid #fff;
  display: block;
  border-radius: 45px;
  transition: all 0.2s ease;
  filter: drop-shadow(0px 3px 6px #c0d2db);
  text-align: center;
}
.btn.download a::after {
  content: "";
  background-image: url(../img/icon-down.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 21px;
  height: 24px;
  display: inline-block;
  /* margin-left: 4px; */
  position: absolute;
  top: 23px;
  right: 43px;
  transition: all 0.2s ease;
}
.btn.download a:hover {
  transform: scale(1.1);
}

#subsidy {
  min-width: 1180px;
}
#subsidy .container {
  padding: 40px 0;
}
#subsidy section {
  padding: 32px 0;
  text-align: center;
  margin: 0px auto;
  width: 720px;
  position: relative;
}
#subsidy section::before {
  content: "";
  background-image: url(../img/subsidy-left.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 64px;
  height: 140px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#subsidy section::after {
  content: "";
  background-image: url(../img/subsidy-right.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 64px;
  height: 140px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

#subsidy section h2 {
  font-size: 32px;
  color: #d14646;
  margin-bottom: 8px;
}
#subsidy section p {
  font-size: 20px;
  font-weight: bold;
  line-height: 150%;
}
/* .slide-in-left__sinki {
  position: absolute;
  top: -90px;
  right: -110px;
  transform: translateX(-50%);
  background-color: #fcff00;
  padding: 10px 10px;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  font-size: 16px;
  white-space: nowrap;
  font-weight: 700;
} */

/* 0エリア
/************************************************************/
#area-0 {
  padding: 48px 0;
}
#area-0 section {
  background-image: url("../img/subsidy-left.png"),
    url("../img/subsidy-right.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
  background-size: contain, contain;
  padding: 0 24px;
  text-align: center;
  width: 70%;
  margin: 0 auto;
}
#area-0 section h2 {
  color: #d14646;
  padding-top: 2rem;
  font-size: 32px;
}
#area-0 section p {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 2rem;
}

/* 1stエリア
/************************************************************/

#area-1st {
  background-color: #fff;
  min-width: 1180px;
}

#area-1st .container {
  padding: 70px 0;
}

#area-1st h2 {
  color: #0070c1;
  font-size: 34px;
  margin-bottom: 40px;
  text-align: center;
}
#area-1st .area-1st--content p {
  line-height: 200%;
}

#area-1st .area-1st--content {
  display: flex;
  align-items: center;
}

img.assist-pc {
  max-width: 42%;
  position: relative;
  z-index: 1;
}

.circle {
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: #f5fafc;
  right: -3.5rem;
  top: 7rem;
  z-index: 0;
}

/* 2ndエリア
/************************************************************/

#area-2nd {
  background-color: #f5fafc;
  min-width: 1180px;
}
#area-2nd:after {
  border-color: #f5fafc transparent transparent;
  border-style: solid;
  border-width: 44px 80px 0;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

#area-2nd .container {
  max-width: 1180px;
  padding: 70px 0 34px;
}
#area-2nd h2 {
  font-size: 34px;
  color: #333;
  text-align: center;
  margin-bottom: 40px;
  line-height: 150%;
}

#area-2nd ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

#area-2nd li {
  width: 308px;
  margin: 0px 32px 32px 0px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 16px;
  text-align: center;
  padding-bottom: 32px;
  position: relative;
}

#area-2nd li .img {
  margin-bottom: 20px;
  padding: 20px 16px 0;
}
#area-2nd li h3 {
  font-size: 18px;
}
#area-2nd .attention {
  text-align: center;
  margin-top: 32px;
}
#area-2nd .attention p {
  color: #24367a;
  font-size: 40px;
  font-weight: bold;
  line-height: 135%;
  font-style: italic;
}
#area-2nd .attention p span {
  background-color: #24367a;
  display: inline-block;
  margin-right: 8px;
  line-height: 32px;
  padding: 6px 8px;
  position: relative;
  bottom: -4px;
}
#area-2nd .attention::after {
  content: "";
  background-image: url(../img/arrow-blue.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 96px;
  height: 48px;
  display: block;
  margin: 48px auto 0;
}

/* アクションエリア
/************************************************************/

.action,
.action-2 {
  background-image: url(../img/bg-blue.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  padding: 60px 0;
  min-width: 1180px;
}

.action-inner {
  background-color: #fff;
  border-radius: 15px;
  display: flex;
  margin: 0 auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  gap: 2%;
  position: relative;
}
.month {
  position: absolute;
  top: -60px;
  left: 18px;
  transform: translateX(-50%);
  background-color: #fcff00;
  padding: 10px 10px;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex-direction: column;
}
.month span {
  font-size: 2rem;
  margin: 0 2px;
}
.month .price {
  font-weight: 600;
  font-size: 1.5rem;
  color: #0070c1;
}
.month .it-cost {
  line-height: 140%;
  margin-bottom: 10px;
  font-size: 1rem;
}

.action--wrap {
  padding: 40px 0;
  width: 60%;
}

.action-inner h2 {
  font-size: 1.8rem;
  color: #0070c1;
  margin-bottom: 20px;
  line-height: 140%;
}

/* .action h2 strong {
  color: #fff000;
}
.action h2 strong i {
  font-size: 64px;
  font-weight: bold;
  margin: 0 4px;
  position: relative;
  bottom: -2px;
  color: #fff000;
  font-style: italic;
}
.action h2 span {
  border-bottom: 4px solid #fff;
  padding-bottom: 0px;
} */
/* .action section {
  padding: 48px 96px;
  background-color: #ffffff;
  position: relative;
}
.action section .shinki {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  background-color: #24367a;
  width: 128px;
  height: 128px;
  display: grid;
  place-items: center;
  border-radius: 64px;
  position: absolute;
  top: -64px;
  right: -64px;
} */

.action-inner .download a {
  filter: drop-shadow(0px 3px 6px #dddddd);
}

.action .download a,
#area-fv .download a {
  margin-bottom: 0.7rem;
}
/* 3rdエリア
/************************************************************/

#area-3rd {
  background-color: #f4fcff;
  min-width: 1180px;
}

#area-3rd .container {
  padding: 80px 0 96px;
}
#area-3rd h2 {
  font-size: 34px;
  text-align: center;
  margin-bottom: 40px;
}
/* #area-3rd h2 span {
  font-size: 22px;
  display: block;
  margin-bottom: -12px;
  color: #d14646;
} */
/* #area-3rd h2 span::before {
  content: "";
  background-image: url(../img/icon-slash-left.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 24px;
  margin-right: 8px;
  display: inline-block;
  position: relative;
  bottom: -4px;
}
#area-3rd h2 span::after {
  content: "";
  background-image: url(../img/icon-slash-right.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 24px;
  margin-left: 8px;
  display: inline-block;
  position: relative;
  bottom: -4px;
} */
#area-3rd section {
  padding: 48px;
  background-color: #ffffff;
  position: relative;
  filter: drop-shadow(0px 0px 21px #dceff7);
  text-align: center;
  margin-bottom: 64px;
  border-radius: 15px;
}
#area-3rd section:last-child {
  margin-bottom: 0;
}
#area-3rd section .nth {
  font-size: 18px;
  line-height: 48px;
  color: #ffffff;
  background-color: #008bf0;
  display: inline;
  padding: 0px 20px;
  position: absolute;
  left: -24px;
  top: -24px;
  border-radius: 5px;
}
#area-3rd section .nth i {
  font-size: 24px;
  font-weight: bold;
  margin-left: 8px;
  position: relative;
  bottom: -1px;
  letter-spacing: 0.05em;
}
#area-3rd section h3 {
  font-size: 32px;
  margin-bottom: 16px;
  color: #0070c1;
}
#area-3rd section p {
  font-size: 17px;
}
#area-3rd section .img {
  margin-top: 40px;
}
#area-3rd section .img li {
  float: left;
  width: 48%;
  margin-right: 4%;
  position: relative;
  box-shadow: 0px 0px 2px rgb(0 0 0 / 40%);
}
#area-3rd section .img li:last-child {
  margin-right: 0;
}
#area-3rd section .img li a::before {
  content: "";
  background-image: url(../img/icon-zoom.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  background-color: #24367a;
  position: absolute;
  bottom: -12px;
  right: -12px;
  border-radius: 20px;
}
#area-3rd section .img li {
  transition: all 0.2s ease;
}
#area-3rd section .img li:hover {
  opacity: 0.6;
}
/* #area-3rd-important */
#area-3rd-important {
  background-image: url(../img/bg-important.webp);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  padding: 70px 0;
  background-size: 107%;
  min-width: 1180px;
  background-position: 25% 40%;
  background-size: cover;
}

.important--flex {
  display: flex;
  margin-top: 3.5rem;
}
#area-3rd-important .important--wrap {
  padding: 2rem 1.5rem;
  background-color: #ffffff;
  position: relative;
  text-align: center;
  margin: 0 1%;
  border-radius: 15px;
  width: 33%;
}

#area-3rd-important img {
  height: 110px;
  margin: 2rem 1rem;
}

#area-3rd-important .hand {
  height: 90px;
  margin: 2.6rem 1rem;
}

#area-3rd-important h2 {
  font-size: 34px;
  color: #333;
  text-align: center;
  margin-bottom: 0px;
  line-height: 150%;
}

#area-3rd-important h3 {
  color: #ff7201;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

#area-3rd-important p {
  text-align: justify;
  line-height: 170%;
}

#area-3rd-important .nth {
  font-size: 18px;
  line-height: 48px;
  color: #ffffff;
  background-color: #008bf0;
  display: inline;
  padding: 0px 20px;
  position: absolute;
  left: 105px;
  top: -24px;
  border-radius: 5px;
}
#area-3rd-important .nth i {
  font-size: 24px;
  font-weight: bold;
  margin-left: 8px;
  position: relative;
  bottom: -1px;
  letter-spacing: 0.05em;
}

/* action-2 */
.action-2 h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 26px;
  font-size: 1.8rem;
}
.action-2 p {
  text-align: center;
  font-size: 1.1rem;
  line-height: 150%;
}

.action-2 .contact a {
  color: #0070c1;
  font-size: 18px;
  font-weight: 600;
  line-height: 72px;
  background-color: #fff;
  border: 4px solid #2896e7;
  display: block;
  border-radius: 45px;
  transition: all 0.2s ease;
  filter: drop-shadow(0px 3px 6px #dddddd);
  text-align: center;
  text-decoration: none;
}
.action-2 .contact a::after {
  content: "";
  background-image: url(../img/icon-down.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 21px;
  height: 24px;
  display: inline-block;
  /* margin-left: 4px; */
  position: absolute;
  top: 23px;
  right: 43px;
  transition: all 0.2s ease;
}
.action-2 .contact a:hover {
  transform: scale(1.1);
}

.action-2 .cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 4%;
  margin: 2.5rem 0 1rem;
}

.action-2 .action--wrap {
  width: 100%;
}

.action-2 .tel-img {
  width: 25px;
}

.tel-2 {
  text-align: center;
}
.tel-2-link {
  display: inline-block;
  text-align: center;
  font-size: 1.6rem;
  line-height: 22px;
  margin-top: 8px;
}
.tel-time {
  font-size: 1rem;
}
.tel-ok {
  position: relative;
  top: -15px;
  border: 1px solid #333;
  padding: 2px 6px;
  font-size: 0.7rem;
  border-radius: 15px;
}
/* sw
iper */
#area-3rd-swiper {
  background-color: #f4fcff;
  min-width: 1180px;
  position: relative;
}

#area-3rd-swiper .container {
  max-width: 1000px;
  padding: 96px 0 64px;
}
#area-3rd-swiper .text {
  vertical-align: middle;
  display: table-cell;
  text-align: left;
}
#area-3rd-swiper .text li {
  color: #24367a;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 5px;
}
#area-3rd-swiper .text li span {
  font-size: 14px;
  line-height: 31px;
  color: #ffffff;
  background-color: #24367a;
  padding: 1px 8px 0px;
  display: inline-block;
  font-weight: normal;
  margin-left: 12px;
  position: relative;
  bottom: 4px;
}

#area-3rd-swiper .text .name {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 1.1rem;
  color: #333;
}
#area-3rd-swiper p {
  font-size: 17px;
  text-align: justify;
}

#area-3rd-swiper h2 {
  text-align: center;
}

@media screen and (max-width: 1535px) {
  #area-3rd-swiper .container {
    max-width: 960px;
  }
}
#area-3rd-swiper .box {
  background-color: #ffffff;
  padding: 28px 30px 30px;
  text-align: center;
  position: relative;
  margin: 40px 7px 50px;
  border-radius: 15px;
  filter: drop-shadow(7px 7px 0px #dceff7);
  height: 386px;
}

#area-3rd-swiper .box .img {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3%;
}
*/

/* swiperカスタマイズ */
.swiper {
  padding-bottom: 72px;
}
.swiper-button-prev {
  left: -48px;
}
.swiper-button-next {
  right: -48px;
}
.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-color: #0070c1;
  top: 55%;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 8px 0px;
}
.swiper-pagination-bullet {
  background-color: #0070c1;
  height: 14px;
  width: 14px;
  bottom: -3px;
}
/* 4thエリア
/************************************************************/

#area-4th {
  background-color: #e9ebf1;
  min-width: 1180px;
}

#area-4th .container {
  padding: 80px 0 96px;
}
#area-4th section {
  background-color: #ffffff;
  border-radius: 16px;
  text-align: center;
  padding: 48px 48px 48px 56px;
  box-shadow: 0px 0px 8px rgb(36 53 121 / 10%);
  margin-bottom: 32px;
  display: table;
}

/* 5thエリア
/************************************************************/

#area-5th {
  min-width: 1180px;
}

#area-5th .container {
  padding: 80px 0 96px;
}
#area-5th section {
  border: 1px solid #cccccc;
  padding: 32px 32px 32px 128px;
  margin-bottom: 32px;
  position: relative;
}
#area-5th section:last-child {
  margin-bottom: 0;
}
#area-5th section .nth {
  font-size: 32px;
  font-weight: bold;
  color: #0070c1;
  position: absolute;
  left: 44px;
  top: 28px;
  letter-spacing: 0.1em;
}
#area-5th section h3 {
  font-size: 20px;
  color: #0070c1;
  margin-bottom: 8px;
}
#area-5th section p {
  font-size: 17px;
}

#area-5th h2 {
  text-align: center;
  margin-bottom: 40px;
}

/* 6thエリア
/************************************************************/

#area-6th {
  min-width: 1180px;
}

#area-6th .container {
  padding: 80px 0 0px;
}
#area-6th .table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
#area-6th .table dl {
  display: table;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 100%;
  box-sizing: border-box;
}

#area-6th .table dt {
  display: table-cell;
  padding: 20px 32px;
  border-right: 1px solid #ccc;
  width: 144px;
  background-color: #f6f6f6;
  vertical-align: middle;
}
#area-6th .table dd {
  display: table-cell;
  padding: 20px 20px;
}
#area-6th .table dd a {
  color: #3366cc;
  margin-left: 10px;
  transition: all 0.2s ease;
}
#area-6th .table dd a:hover {
  color: #3366cc;
  margin-left: 10px;
  opacity: 0.6;
}
/* 個人情報の取扱いについて */

.privacy__inner {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
  padding: 80px 1rem;
}
.privacy__inner h2 {
  font-size: 28px;
  margin-bottom: 24px;
  text-align: center;
  border-bottom: #333 solid 1px;
}
.privacy__inner ol li {
  padding-bottom: 20px;
}
.privacy__inner ol li table th,
.privacy__inner ol li table td {
  border: 1px solid #333;
  padding-left: 20px;
}

.privacy__inner a {
  color: #3366cc;
}
