@charset "utf-8";

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

body {
	margin: 0;
	font-family: 'Noto Sans', 'Noto Sans CJK JP', sans-serif;
	overflow-wrap: break-word;
	word-break: normal;
	color: #000;
	background-color: #FFFFFF;
	overflow: hidden;
}

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


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

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


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:960px;
    margin: 0 auto;
}
.container::after {
	content: "";
	display: block;
	clear: both;
}
.hide-pc {
	display: none;
}
.heading {
	font-size: 40px;
	text-align: center;
	margin-bottom: 56px;
}
.heading span {
	font-size: 16px;
	font-weight: bold;
	color: #D14646;
	margin-bottom: -8px;
	display: block;
	letter-spacing: 0.2em;
	padding-left: 4px;
}

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

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: .5s;
	transition-delay: 0s;
	transition-timing-function: ease-in-out;
	padding-bottom: 0px;
	font-weight: bold;
}
em.marker {
	 background-size: 100% 30%;
}

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

header {
	background-color: #FFFFFF;
	padding: 0px;
	box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
	width: 100%;
	height: 80px;
	min-width: 1280px;
	z-index: 100000;
	position: fixed;
}
header #header{
	position: relative;
}
header .logo {
	position: absolute;
	top: 20px;
	left: 24px;
}
header .text {
	position: absolute;
	top: 20px;
	left: 144px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
}
header .tel {
	position: absolute;
	top: 20px;
	right: 380px;
}
header .tel a {
	transition: all .2s ease;
}
header .tel a:hover {
	opacity: 0.6;
}
header .contact {
	position: absolute;
	top: 20px;
	right: 200px;
}
header .contact a {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	background-color: #24367A;
	width: 160px;
	line-height: 39px;
	display: block;
	text-align: center;
	border-radius: 8px;
	padding-top: 1px;
	transition: all .2s ease;
}

header .contact a:hover {
	background-color: #39ACAC;
}
header .download {
	position: absolute;
	top: 20px;
	right: 24px;
}
header .download a {
	color: #24367A;
	font-size: 14px;
	font-weight: bold;
	background-color: #fff;
	border: 2px solid #24367A;
	width: 160px;
	line-height: 35px;
	display: block;
	text-align: center;
	border-radius: 8px;
	padding-top: 1px;
	transition: all .2s ease;
}
header .download a:hover {
	color: #39ACAC;
	border: 2px solid #39ACAC;
}

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

footer {
	min-width: 1280px;
	padding: 64px 0px 64px;
}
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;
}
.pagetop a {
	background-color: rgba(0,0,0,0.3);
	transition: all .2s ease;
	display: block;
	border-radius: 8px;
}
.pagetop a:hover {
	opacity: 0.6;
}



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

#area-fv {
	min-width: 1280px;
	height: 640px;
	background-image: url(../img/bg-red.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
	overflow: hidden;
	padding-top: 80px;
}
#area-fv .container{
	max-width:1400px;
	height: 100%;
}

#area-fv .img-pc {
	position: absolute;
	top: 128px;
	right: 0px;
}
#area-fv .img-pc-sp {
	margin-bottom: 40px;
}
#area-fv .img-shinki {
	position: absolute;
	bottom: 80px;
	right: -16px;
}
@media screen and (max-width: 1535px) {
#area-fv .container{
	max-width:1280px;
	padding: 0 32px;
	box-sizing: border-box;
}
#area-fv .img-pc {
	right: -96px;
}
#area-fv .img-shinki {
display: none;
}
}
#area-fv .copy {
	text-align: center;
	position: absolute;
	top: 96px;
	z-index: 10;
}
#area-fv .copy h1 {
	font-size: 56px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: italic;
	line-height: 125%;
	margin-bottom: 16px;
}
#area-fv .copy h1 strong {
	color: #FFF000;
}
#area-fv .copy h1 strong i {
	font-size: 80px;
	font-style: italic;
	font-weight: bold;
	margin: 0 4px;
	position: relative;
	bottom: -4px;
}
#area-fv .copy ul {
	margin-bottom: 48px;
}
#area-fv .copy li {
	font-size: 17px;
	line-height: 48px;
	width: 224px;
	font-style: italic;
	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 dl {
	margin-bottom: 48px;
}
#area-fv .copy dt {
	font-size: 32px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	display: inline-block;
	margin-right: 12px;
}
#area-fv .copy dd {
	display: inline-block;
	border: 2px solid #FFFFFF;
	padding: 8px 12px;
}
#area-fv .copy .btn {
	width: 48%;
	float: left;
	box-sizing: border-box;
}
#area-fv .copy .btn.contact {
	margin-right: 4%;
}

#area-fv .btn.contact p,#area-fv .btn.download p{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.05rem;
}

#area-fv .copy .btn.contact a {	
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	background-color: #24367A;
	line-height: 80px;
	display: block;
	text-align: center;
	border-radius: 16px;
	transition: all .2s ease;
}
#area-fv .copy .btn.contact a::after {
	content: "";
	background-image: url(../img/icon-mail.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-left: 12px;
	position: relative;
	bottom: -4px;
}
#area-fv .copy .btn.contact a:hover {
	background-color: #39ACAC;
}
#area-fv .copy .btn.download a {	
	color: #24367A;
	font-size: 18px;
	font-weight: bold;
	background-color: #FFFFFF;
	border: 4px solid #24367A;
	line-height: 72px;
	display: block;
	text-align: center;
	border-radius: 16px;
	transition: all .2s ease;
}
#area-fv .copy .btn.download a::after {
	content: "";
	background-image: url(../img/icon-dl.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-left: 12px;
	position: relative;
	bottom: -4px;
	transition: all .2s ease;
}
#area-fv .copy .btn.download a:hover {
	color: #39ACAC;
	border: 4px solid #39ACAC;
}
#area-fv .copy .btn.download a:hover::after {
	background-image: url(../img/icon-dl_h.png);
}

#subsidy {
	min-width: 1280px;
}
#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%;
}

/* 0エリア
/************************************************************/
#area-0{
	padding: 1.5rem 0;
}
#area-0 p{
	width: 60%;
	margin: 0 auto;
}

.logo-slider {
	overflow: hidden;
	white-space: nowrap;
	width: 100%; /* スライダーの幅を設定 */
  }
  
  .logo-track {
	display: inline-block;
	animation: scroll 40s linear infinite;
  }
  
  .logo-track li {
	display: inline-block;
	margin-right: 3rem; /* ロゴ間のスペースを設定 */
	padding-bottom: 2.5rem;
  }
  .logo-track li img{
	height: 100px;
	width: auto;
  }
  
  @keyframes scroll {
	0% {
		transform: translateX(10%);
	  }
	  100% {
		transform: translateX(-100%);
	  }
  }
/* #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: #2F4081;
	min-width: 1280px;
}

#area-1st .container {
	padding: 96px 0;
}
#area-1st section {
	padding: 56px 56px;
	background-color: #FFFFFF;
	margin-bottom: 32px;
	position: relative;
}
#area-1st section:nth-child(1) .img {
	float: left;
	width: 30%;
}
#area-1st section:nth-child(1) .text {
	float: right;
	width: 64%;
}
#area-1st section:nth-child(2) {
	margin-bottom: 0px;
}
#area-1st section:nth-child(2) .img {
position: absolute;
top: 48px;
right: -48px;
}
#area-1st section:nth-child(2) .text {
	float: left;
	width: 58%;
}
#area-1st section .text h2 {
	color: #D14646;
	font-size: 40px;
	margin-bottom: 24px;
	font-style: italic;
}
#area-1st section .text p {
	font-size: 17px;
}
#area-1st section .img-sp {
	margin-bottom: 32px;
	text-align: center;
}

.first-img01_info{
font-size: 14px;
line-height: 1.2;
display: block;
}


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

#area-2nd {
	background-color: #E9EBF1;
	min-width: 1280px;
}

#area-2nd .container {
	max-width: 1216px;
	padding: 80px 0 64px;
}
#area-2nd h2 {
	font-size: 40px;
	color: #24367A;
	text-align: center;
	margin-bottom: 56px;
	line-height: 150%;
	font-style: italic;
}
#area-2nd h2 span {
	border-bottom: 4px solid #24367A;
	padding-bottom: 0px;
}


#area-2nd ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
#area-2nd li {
    width: 384px;
	margin: 0px 32px 32px 0px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
#area-2nd li {
    background-color: #FFFFFF;
    border-radius: 16px;
    text-align: center;
    padding-bottom: 32px;
    position: relative;
	box-shadow: 0px 0px 8px rgb(36 53 121 / 10%);
}
#area-2nd li:nth-child(3) {
    margin-right: 0px;
}
#area-2nd li .img {
	margin-bottom: 32px;
	padding: 32px 16px 0;
}
#area-2nd li h3 {
	font-size: 22px;
	font-weight: bold;
}
#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 {
	background-image: url(../img/bg-red.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
	min-width: 1280px;
}
.action .container {
	padding: 80px 0 96px;
}
.action h2 {
	font-size: 40px;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 56px;
	line-height: 150%;
	font-style: italic;
}
.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 section .btn {
	width: 48%;
	float: left;
}
.action section .btn.contact {
	margin-right: 4%;
}
.action section .btn.contact a {	
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	background-color: #24367A;
	line-height: 80px;
	display: block;
	text-align: center;
	border-radius: 16px;
	transition: all .2s ease;
}
.action section .btn.contact a::after {
	content: "";
	background-image: url(../img/icon-mail.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-left: 12px;
	position: relative;
	bottom: -4px;
}
.action section .btn.contact a:hover {
	background-color: #39ACAC;
}

.action .btn.contact p,.action .btn.download p{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.action section .btn.download a {	
	color: #24367A;
	font-size: 18px;
	font-weight: bold;
	background-color: #FFFFFF;
	border: 4px solid #24367A;
	line-height: 72px;
	display: block;
	text-align: center;
	border-radius: 16px;
	transition: all .2s ease;
}
.action section .btn.download a::after {
	content: "";
	background-image: url(../img/icon-dl.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-left: 12px;
	position: relative;
	bottom: -4px;
	transition: all .2s ease;
}
.action section .btn.download a:hover {
	color: #39ACAC;
	border: 4px solid #39ACAC;
}
.action section .btn.download a:hover::after {
	background-image: url(../img/icon-dl_h.png);
}
.action section .tel {
	text-align: center;
	margin: 32px 0 1rem;
}
.action section .tel a {
	transition: all .2s ease;
}
.action section .tel a:hover {
	opacity: 0.6;
}
.action section .subsidy {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding: 12px;
	border: 2px solid #000000;
	margin-top: 32px;
}
.action section .shinki-sp {
	text-align: center;
	color: #24367A;
	font-size: 20px;
	font-weight: bold;
	padding: 12px;
	border: 2px solid #24367A;
	display: none;
	margin-top: 32px;
}
.action section .it_text{
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	border: #000 2px solid;
	padding: 0.5rem;
}


/* 3rdエリア
/************************************************************/

#area-3rd {
	background-color: #FAF5F5;
	min-width: 1280px;
}

#area-3rd .container {
	padding: 80px 0 96px;
}
#area-3rd h2 {
	font-size: 48px;
	text-align: center;
	margin-bottom: 56px;
}
#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;
	box-shadow: 0px 0px 8px rgb(102 0 0 / 10%);
	text-align: center;
	margin-bottom: 64px;
}
#area-3rd section:last-child {
	margin-bottom: 0;
}
#area-3rd section .nth {
	font-size: 18px;
	line-height: 48px;
	color: #FFFFFF;
	background-color: #D14646;
	display: inline;
	padding: 0px 20px;
	position: absolute;
	left: -24px;
	top: -24px;
}
#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: #D14646;
}
#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 .2s ease;
}
#area-3rd section .img li:hover {
	opacity: 0.6;
}
/* #area-3rd-swiper */

#area-3rd-swiper {
	background-color: #DD5A5A;
	min-width: 1280px;
	position: relative;
}
#area-3rd-swiper::after {
    content: "";
    background-image: url(../img/arrow-red.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 96px;
    height: 48px;
    display: block;
	position: absolute;
	bottom: -48px;
	left:50%;
	transform: translateX(-50%);
}
#area-3rd-swiper .container {
	max-width: 1376px;
	padding: 96px 0 64px;
}
@media screen and (max-width: 1535px) {
#area-3rd-swiper .container {
	max-width: 960px;
}
}
#area-3rd-swiper .box {
	background-color: #FFFFFF;
	padding: 64px 32px 32px;
	text-align: center;
	position: relative;
	margin-top: 24px;
}
#area-3rd-swiper .box .nth {
	font-size: 18px;
	line-height: 48px;
	color: #FFFFFF;
	background-color: #24367A;
	display: inline;
	padding: 0px 20px;
	position: absolute;
	top: -24px;
	left:50%;
	transform: translateX(-50%);
}
#area-3rd-swiper .box .nth i {
	font-size: 24px;
	font-weight: bold;
	margin-left: 8px;
	position: relative;
	bottom: -1px;
	letter-spacing: 0.05em;
}
#area-3rd-swiper .box .img {
	margin-bottom: 32px;
}
#area-3rd-swiper .box h3 {
	font-size: 24px;
	font-weight: bold;
	height: 64px;
	display: grid;
	place-items: center center;
	color: #D14646;
	margin-bottom: 24px;
}
#area-3rd-swiper .box p {
	text-align: left;
}


/* swiperカスタマイズ */
.swiper {
  padding-bottom: 72px;
}
.swiper-button-prev {
  left: -48px;
}
.swiper-button-next {
  right: -48px;
}
.swiper-button-next,
.swiper-button-prev {
    --swiper-navigation-color: #fff;
	top: 50%;
}
.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: #fff;
  height: 14px;
  width: 14px;
}

/* #area-3rd-merit */

#area-3rd-merit {
    background-color: #2F4081;
	min-width: 1280px;
}

#area-3rd-merit .container {
	padding: 112px 0 96px;
}
#area-3rd-merit h2 {
	font-size: 36px;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 40px;
	font-style: italic;
}
#area-3rd-merit ul {
	padding: 0 96px;
}
#area-3rd-merit li {
	font-size: 24px;
	line-height: 80px;
	background-color: #FFFFFF;
	padding: 0 0 0 48px;
	margin-bottom: 24px;
	font-weight: bold;
	border-radius: 40px;
}
#area-3rd-merit li::before {
    content: "";
    background-image: url(../img/icon-check.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 48px;
    height: 48px;
    display: inline-block;
    margin-right: 16px;
    position: relative;
    bottom: -14px;
}
#area-3rd-merit li:last-child {
	margin-bottom: 0;
}



/* 4thエリア
/************************************************************/

#area-4th {
	background-color: #E9EBF1;
	min-width: 1280px;
}

#area-4th .container {
	max-width: 1376px;
	padding: 80px 0 96px;
}
#area-4th .box {
	background-color: #FFFFFF;
    border-radius: 16px;
    text-align: center;
    padding: 40px;
	box-shadow: 0px 0px 8px rgb(36 53 121 / 10%);
	margin-bottom: 32px;
	display: flex;
	flex-direction:column;
	min-height: 610px;
}
#area-4th .box .img {
	margin: 0 auto;
	width: 180px;
	padding-bottom: 2rem;
}
#area-4th .box .text {
	vertical-align: middle;
	display: table-cell;
	text-align: left;
}
#area-4th .box .text h3 {
	color: #24367A;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
#area-4th .box .text h3 span {
	font-size: 14px;
	line-height: 31px;
	color: #FFFFFF;
	background-color: #24367A;
	padding: 1px 8px 0px;
	display: inline-block;
	font-weight: normal;
	margin-left: 16px;
	position: relative;
	bottom: 4px;
}

#area-4th .box .text .name {
	font-weight: bold;
	margin-bottom: 20px;
}
#area-4th .box .text p {
	font-size: 17px;
}

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

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

#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: #D14646;
	position: absolute;
	left: 44px;
	top: 28px;
	letter-spacing: 0.1em;
}
#area-5th section h3  {
	font-size: 20px;
	color: #D14646;
	margin-bottom: 8px;
}
#area-5th section p {
	font-size: 17px;
}


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

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

#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: 28px 32px;
	border-right: 1px solid #ccc;
	width: 144px;
	background-color: #F6F6F6;
	vertical-align: middle;
}
#area-6th .table dd {
	display: table-cell;
	padding: 28px 32px;
}
#area-6th .table dd a {
	color: #3366CC;
	margin-left: 10px;
	transition: all .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;
}
/* プライバシーポリシー */
.privacy_policy h2 {
    font-size: 2em;
    margin-bottom: 10px;
}

.section__inner {
    padding: 20px;
}

.privacy__head {
    font-size: 1.5em;
    margin-bottom: 15px;
}

.privacy__list {
    list-style-type: none;
    padding: 0;
}

.privacy__list__item {
    margin-bottom: 20px;
}

.privacy__list__item__ttl {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.privacy__list__item__table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.privacy__list__item__table th,
.privacy__list__item__table td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
}

.privacy__list__item__table__head th,
.privacy__list__item__table__head td {
    background-color: #f0f0f0;
    font-weight: bold;
}

.privacy__list__item--p-right {
    text-align: right;
}
.privacy_policy .container {
    top: 6rem;
}