@charset "UTF-8";

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
body{
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	color: #333;
}

@media (min-width: 768px) {
  body{
	  background: url("../images/body-bg.png") no-repeat top center;
	  background-attachment: fixed;
  }
}

a:hover, a:focus {
	color: #333;
	opacity: 0.7;
}
ul{
	list-style: none;
	padding-left: 0;
}
.container{
	--bs-gutter-x: 40px;
}

@media (min-width: 1400px) {
  .container{
	  max-width: 1180px;
  }
}

.shadow{
	box-shadow: 0 5px 20px rgba(0,0,0,.15) !important;
}
.ttl-icon{
	width: 80px;
	margin: 50px auto;
	text-align: center;
}
.ttl{
	font-size: 26px;
	text-align: center;
	color: #00257A;
	font-weight: 900;
}

@media (min-width: 768px) {
	.ttl{
		font-size: 36px;
	}
}

.text-nowrap{
	white-space: normal;
}

@media (min-width: 1200px) {
	.text-nowrap{
		white-space: nowrap;
	}
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header{
	position: relative;
	padding: 20px 0 0;
	height: 65px;
}

@media (min-width: 768px) {
	header{
		padding-bottom: 20px;
		height: inherit;
	}
}

@media (min-width: 1200px) {
	header{
		padding-bottom: 50px;
	}
}

header .logo{
	width: 45%;
	max-width: 302px;
}
header .logo img{
	width: 100%;
	height: auto;
}
header .btn-outer{
	position: absolute;
	top: 0;
	right: 0;
}
header .btn{
	width: 88px;
	height: 65px;
	font-size: 8px;
	border-radius: 0;
	text-align: center;
	white-space: nowrap;
	padding: 5px 0 0;
	border: none;
}
header .btn a{
	display: block;
	text-decoration: none;
	color: #fff;
	line-height: 40px;
}
header .btn a::before{
	content: "";
	display: block;
	position: relative;
	top: 5px;
	left: 0;
	margin: 0 auto;
}
.btn.bg-red{
	background: #c1203a;
}
.bg-red a::before{
	width: 19px;
	height: 21px;
	background: url(https://www.nagoya-cci.or.jp/images/i-katsuyou.png) no-repeat;
	background-size: auto;
	background-size: cover;
}
.btn.bg-navy{
	background: #28214a;
}
.bg-navy a::before {
	width: 23px;
	height: 22px;
	background: url(https://www.nagoya-cci.or.jp/images/i-anai.png) no-repeat;
	background-size: auto;
	background-size: cover;
}

@media (min-width: 768px) {
	header .btn-outer{
		position: static;
	}
	header .btn{
		width: 160px;
		height: 40px;
		font-size: 12px;
		border-radius: 5px;
		padding: 0;
		margin-left: 10px;
	}
	header .btn a::before{
		display: inline-block;
		position: relative;
		margin: 0 5px 0 0;
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer .copyright{
	font-size: 12px;
	font-style: normal;
	color: #717171;
	text-align: center;
	padding: 20px 0;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
main{
	color: #333;
}
main img{
	width: 100%;
	height: auto;
}

/*--------------------------------------------------------------
# Main Image
--------------------------------------------------------------*/
.main-image-bg{
	background-image: url("../images/main-image-bg-sm.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
	overflow: auto;
}

@media (min-width: 768px) {
	.main-image-bg{
		background-image: url("../images/main-image-bg-md.jpg");
	}
}

.main-image .inner-square{
	background: #fff;
	width: calc(100vw - 40px);
	max-width: 400px;
	margin: 80px auto 50px;
	padding: 10px;
}
.main-image .inner-square-line{
	border: #00257A 1px solid;
	padding: 15px 15px 10px;
}
.main-ttl{
	font-size: 26px;
	font-weight: 900;
	text-align: center;
}
.main-image .inner-square span{
	color: #D0334C;
}
.main-image .inner-square b{
	font-size: 36px;
	color: #D0334C;
}
.main-ttl.catchcopy{
	color: #00257A;
	white-space: nowrap;
	line-height: 1.4;
	margin-bottom: 0;
}
.main-logo{
	width: 55%;
	margin: 10px auto;
}
.main-text{
	font-weight: 900;
}
.main-image .inner-square.shadow{
	position: relative;
	top: 10px;
}
.main-image .inner-square.shadow .main-ttl{
	margin-bottom: 20px;
}
.main-image .inner-square.shadow .icon{
	border-bottom: #00257A 1px solid;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 130px;
	min-height: 150px;
}
.main-image .inner-square.shadow .icon1{
	background-image: url("../images/main-image-icon1.svg");
}
.main-image .inner-square.shadow .icon2{
	background-image: url("../images/main-image-icon2.svg");
}
.main-image .inner-square.shadow .icon3{
	background-image: url("../images/main-image-icon3.svg");
}
.main-image .inner-square.shadow .icon4{
	background-image: url("../images/main-image-icon4.svg");
	border-bottom: none;
	margin-bottom: 0;
}
.main-image .inner-square-line.row{
	margin-left: 0;
	margin-right: 0;
}

@media (min-width: 768px) {
	.main-ttl.catchcopy{
		font-size: 36px;
		white-space: normal;
	}
	.main-text{
		text-align: center;
	}
	.main-image .inner-square.shadow{
		width: 100%;
		height: auto;
		max-width: 1040px;
		top: -40px;
	}
	.main-image .inner-square.shadow .icon{
		margin-bottom: 0;
	}
	.main-image .inner-square.shadow .icon2,
	.main-image .inner-square.shadow .icon4{
		border-left: #00257A 1px solid;
	}
	.main-image .inner-square.shadow .icon3,
	.main-image .inner-square.shadow .icon4{
		border-bottom: none;
		padding-top: 20px;
	}
}

@media (min-width: 992px) {
	.main-image .inner-square{
		margin: 110px auto 90px;
	}
	.main-logo{
		width: 75%;
		max-width: 302px;
		margin: 20px auto;
	}
	.main-ttl.catchcopy{
		font-size: 48px;
	}
	.main-image .inner-square.shadow{
		top: 0;
	}
	.main-image .inner-square.shadow .icon p{
		width: 80%;
		max-width: 430px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 1200px) {
	.main-image .inner-square.shadow .inner-square-line{
		padding: 40px;
	}
	.main-logo{
		margin: 40px auto;
	}
	.main-image .inner-square.shadow .icon3,
	.main-image .inner-square.shadow .icon4{
		padding-top: 40px;
  }
}

/*--------------------------------------------------------------
# Case Area
--------------------------------------------------------------*/
.case-area{
	margin-bottom: 50px;
}
.case-area .notes{
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 30px;
}
.case-items a{
	display: block;
	text-decoration: none;
	color:#333;
	border: 1px #707070 solid;
	background: #fff;
	border-radius: 50px;
	margin-bottom: 20px;
}
.case-image img{
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
}
.case-body{
	padding: 20px 20px 30px;
}
.case-name{
	font-size: 18px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 30px;
}
.case-body h3{
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px;
}
.case-for-dtl{
	color: #00257A;
	font-weight: 700;
	text-align: right;
	padding-right: 30px;
	position: relative;
}
.case-for-dtl::after{
	content: "";
	width: 25px;
	height: 25px;
	background: url("../images/icon-arrow.svg") no-repeat bottom right / 100% auto;
	position: absolute;
	right: 0;
	bottom: 0;
}

@media (min-width: 768px) {
	.case-area .notes{
		text-align: center;
		margin-bottom: 50px;
	}
	.case-items > div{
		display: flex;
	}
	.case-items a{
		display: flex;
		flex-direction: column;
	}
	.case-body{
		display: flex;
		flex-direction: column;
		flex-grow: 1;
	}
	.case-name{
		margin-top: 30px;
	}
	.case-for-dtl{
		margin-top: auto;
	}
}

/* モーダル内のレイアウト */
.popup-content{
	width: 80%;
	max-width: 700px;
	margin: 30px auto;
	background:#fff;
	padding: 50px 20px;
	border-radius: 50px;
	position:relative;
}
.popup-image img{
	display: block;
	width: 60%;
	margin: 0 auto;
	height: auto;
}
.popup-content h3{
	font-size: 18px;
	font-weight: 700;
	margin-top: 30px;
}
.popup-content h4{
	font-size: 16px;
	font-weight: 700;
}
.popup-content p{
	font-size: 12px;
}
.popup-content p:last-child{
	margin-bottom: 0;
}
.popup-body h4{
	text-align: center;
	margin-top: 30px;
}

@media (min-width: 768px) {
	.popup-content{
		width: 100%;
		padding: 50px;
	}
	.popup-content h3{
		margin-top: 0;
	}
	.popup-image img{
		width: 100%;
	}
}

@media (min-width: 992px) {
	.popup-content h3{
		font-size: 26px;
	}
	.popup-content h4{
		font-size: 18px;
	}
	.popup-content p{
		font-size: 16px;
	}
}

.mfp-close{
	position: absolute;
	top: 10px;
	right: 10px;
	transform: rotate(-45deg);
	opacity: 1;
	font-size: 0;
}
.mfp-close::before,
.mfp-close::after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	content: '';
	background-color: #fff;
}
.mfp-close::before{
	width: 2px;
	height: 100%;
}
.mfp-close::after{
	width: 100%;
	height: 2px;
}

.mfp-close:active{
	top: 10px;
}

/*--------------------------------------------------------------
# Merit Area
--------------------------------------------------------------*/
.merit-area{
	background: rgba(181, 221, 252, .8);
	overflow: hidden;
	padding-bottom: 50px;
}
.merit-area .ttl-icon{
	margin-bottom: 30px;
}
.merit-area .sub-ttl{
	text-align: center;
}
.merit-area .sub-ttl p{
	display: inline-block;
	color: #00257A;
	font-size: 26px;
	font-weight: 700;
	border-bottom: #00257A 3px solid;
}
.merit-dtl{
	position: relative;
	margin-top: 100px;
}
.merit-icon{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}
.merit-icon img{
	display: block;
	width: 160px;
	margin: 0 auto;
}
.merit-dtl-body{
	background: linear-gradient(#fff, #EBF5FB);
	overflow: hidden;
	padding: 80px 20px 20px;
}
.merit-dtl-ttl{
	color: #00257A;
	font-size: 26px;
	font-weight: 700;
}
.merit-dtl-ttl span{
	color: #D0334C;
}

@media (min-width: 768px) {
	.merit-area .ttl{
		margin-bottom: 50px;
	}
	.merit-dtl.col-md-12 .merit-icon{
		left: 25%;
	}
	.merit-dtl.col-md-12 .shadow{
		display: flex;
	}
	.merit-dtl.col-md-12 .shadow > div{
		width: 50%;
	}
	.merit-dtl:nth-child(3){
		padding-top: 50px;
	}
	.merit-dtl:nth-child(3) .merit-icon{
		top: 50px;
	}
	.merit-dtl-image img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

@media (min-width: 992px) {
	.merit-dtl-body{
		padding: 80px 50px 50px;
	}
	.merit-dtl-ttl{
		margin-bottom: 30px;
	}
	.merit-dtl:nth-child(2) .shadow{
		margin-right: 15px;
	}
	.merit-dtl:nth-child(3) .shadow{
		margin-left: 15px;
	}
	.merit-dtl:nth-child(3){
		padding-top: 70px;
	}
	.merit-dtl:nth-child(3) .merit-icon{
		top: 70px;
	}
}

/*--------------------------------------------------------------
# Cost Area
--------------------------------------------------------------*/
.cost-area{
	margin-bottom: 50px;
}
.cost-area > .container{
	position: relative;
	padding-top: 230px;
}
.cost-img1,
.cost-img2{
	width: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.cost-img1{
	top: 30px;
}
.cost-img1 img{
	display: block;
	width: 198px;
	margin: 0 auto;
}
.cost-img2{
	bottom: 30px;
}
.cost-img2 img{
	display: block;
	width: 230px;
	margin: 0 auto;
}
.cost-line{
	border: #D0334C 5px solid;
	background: #fff;
	border-radius: 50px;
	padding: 80px 20px 300px;
}
.cost-area h2{
	font-weight: 900;
}
.cost-lists-outer{
	display: flex;
}
.cost-lists li{
	font-size: 14px;
	padding-top: 20px;
	border-bottom: #333333 1px solid;
	height: 120px;
}
.cost-lists .heading{
	font-weight: 700;
	height: 60px;
}
.cost-lists.lists1 li,
.cost-lists.lists2 li{
	font-weight: 700;	
}
.cost-lists.lists2 li{
	color: #D0334C;
	padding: 20px;
}
.cost-lists.lists2 li span{
	font-weight: 400;
}
.cost-lists.lists2 .heading{
	color: #333;
}
.cost-text{
	font-size: 26px;
	font-weight: 900;
	line-height: 1.8;
	text-align: justify;
}
.cost-text span{
	color: #D0334C;
}
.cost-text span.marker{
	color: #333;
	background-color: #FFFAA0;
}

@media (min-width: 768px) {
	.cost-lists li{
		font-size: 16px;
	}
	.cost-line{
		padding: 100px 50px 300px;
	}
	.cost-text{
		margin-top: 20px;
	}
}

@media (min-width: 992px) {
	.cost-area{
		margin-bottom: 100px;
	}
	.cost-img1{
		top: 100px;
	}
	.cost-img1 img{
		margin-left: 0;
	}
	.cost-img2 img{
		margin-right: 80px;
	}
	.cost-area h2{
		margin-left: 160px;
		text-align: center;
		margin-bottom: 50px;
	}
	.cost-line{
		padding: 50px 50px 120px;
	}
	.cost-lists.lists1 li{
		text-align: center;
	}
	.cost-lists.lists2 li span{
		margin-left: 1em;
	}
	.cost-text{
		text-align: center;
		margin-right: 260px;
	}
}

@media (min-width: 1200px) {
	.cost-area h2,
	.cost-text{
		font-size: 36px;
	}
	.cost-img1 img{
		margin-left: 80px;
	}
	.cost-area h2{
		margin-left: 220px;
	}
	.cost-line{
		padding: 50px 50px 80px;
	}
	.cost-lists li{
		height: inherit;
	}
	.cost-lists .heading{
		text-align: center;
	}
	.cost-lists.lists1,
	.cost-lists.lists3{
		margin-top: 50px;
	}
	.cost-lists.lists1 li{
		padding: 20px 10px 20px 0;
	}
	.cost-lists.lists2{
		border: #D0334C 5px solid;
		border-radius: 50px;
		padding: 40px 20px;
		box-sizing: border-box;
	}
	.cost-lists.lists2 .heading{
		text-align: left;
	}
	.cost-lists.lists2 li{
		font-size: 26px;
		border-bottom: none;
		padding: 13.5px 0;
	}
	.cost-lists.lists2 li span{
		font-size: 16px;
	}
	.cost-lists.lists3 li{
		padding: 20px 0 20px 10px;
	}
	.cost-text{
			margin-top: 50px;
	}
}

@media (min-width: 1400px) {
	.cost-lists li{
		white-space: nowrap;
	}
	.cost-lists.lists1 li{
		padding: 20px 20px 20px 0;
	}
	.cost-lists.lists2{
		padding: 40px;
	}
	.cost-lists.lists3 li{
		padding: 20px 0 20px 20px;
	}
}

/*--------------------------------------------------------------
# Voc Area
--------------------------------------------------------------*/
.voc-area h2.ttl{
	margin-bottom: 50px;
}
.voc-dtl .shadow{
	background: linear-gradient(#fff, #EBF5FB);
	padding: 30px 20px 20px;
	margin-bottom: 50px;
}
.voc-dtl-text{
	margin-bottom: 20px;
}
.voc-dtl-text .round-box{
	background: #D0334C;
	color: #fff;
	height: 40px;
	border-radius: 30px;
	padding: 5px 20px;
	margin-top: 5px;
	margin-right: 10px;
	font-size: 18px;
	font-weight: 700;
}
.voc-dtl-text .amount{
	color: #D0334C;
	font-size: 18px;
}
.voc-dtl-text .amount .large-text{
	font-size: 36px;
	font-weight: 900;
}
.voc-dtl-image{
	margin-bottom: 20px;
}
.voc-dtl-ttl{
	font-size: 18px;
	font-weight: 700;
}

@media (min-width: 768px) {
	.voc-dtl{
		display: flex;/* 高さを揃えるための入れ子 */
	}
	.voc-dtl .shadow{
		display: flex;
		flex-direction: column;
	}
	.voc-dtl-body{
		flex-grow: 1;
	}
}

@media (min-width: 992px) {
	.voc-dtl .shadow{
		padding: 50px;
		margin-bottom: 100px;
	}
	.voc-dtl:nth-child(odd) .shadow{
		margin-right: 15px;
	}
	.voc-dtl:nth-child(even) .shadow{
		margin-left: 15px;
	}
	.voc-dtl-text .round-box{
		height: 60px;
		padding: 10px 25px;
		margin-top: 30px;
		font-size: 26px;
	}
	.voc-dtl-text .amount{
		font-size: 26px;
	}
	.voc-dtl-text .amount .large-text{
		font-size: 72px;
		font-weight: 700;
	}
}

@media (min-width: 1200px) {
	.voc-dtl-ttl {
		white-space: nowrap;
	}
}

/*--------------------------------------------------------------
# Data Area
--------------------------------------------------------------*/
.data-area{
	background: rgba(181, 221, 252, .8);
	overflow: hidden;
	padding-bottom: 50px;
}
.data-area .notes{
	text-align: center;
	margin-bottom: 50px;
}

/*--------------------------------------------------------------
# Data Area
--------------------------------------------------------------*/
.message-area{
	padding-top: 50px;
	padding-bottom: 50px;
}

@media (min-width: 768px) {
	.message-area{
		background: url("../images/message-bg.jpg") no-repeat top center / cover;
		padding-top: 80px;
		padding-bottom: 50px;
	}
	.message-area > .container{
		background: rgba(255, 255, 255, .85);
		padding: 50px 20px;
	}
}

@media (min-width: 992px) {
	.message-area > .container{
		padding: 80px 50px 100px;
	}
}

@media (min-width: 1200px) {
	.message-area{
		padding-top: 200px;
	}
}

.message-area h2{
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 30px;
}
.message-area p{
	font-size: 18px;
	font-weight: 700;
	text-align: justify;
}
.message-line{
	border: #707070 5px solid;
	border-radius: 20px;
	background: #fff;
	padding: 50px 20px 20px;
	margin-top: 120px;
	position: relative;
}
.message-line p{
	color: #D0334C;
}
.message-img{
	width: 100%;
	position: absolute;
	top: -100px;
	z-index: 2;
}
.message-img img{
	display: block;
	width: 200px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.message-area h2{
		font-size: 36px;
		font-weight: 900;
		text-align: center;
	}
	.message-area p{
		text-align: center;
	}
	.message-line{
		margin-top: 30px;
		margin-left: 120px;
	}
	.message-line p{
		text-align: left;
	}
	.message-img{
		top: 80px;
		left: -120px;
	}
	.message-img img{
		margin-left: 0;
	}
}

@media (min-width: 992px) {
	.message-area h2,
	.message-area p{
		margin-bottom: 50px;
	}
	.message-img{
		top: 0;
		left: -190px;
	}
	.message-img img{
		width: 324px;	
	}
	.message-line{
		padding: 50px;
		margin-left: 190px;
	}
	.message-line p{
		margin-bottom: 0;
	}
}

@media (min-width: 1200px) {
	.message-area h2{
		font-size: 52px;
	}
	.message-area p{
		font-size: 26px;
	}
	.message-img{
		top: 70px;
	}
}

/*--------------------------------------------------------------
# Faq Area
--------------------------------------------------------------*/
.service-area{
	background: #F9F0D2;
	overflow: hidden;
}
.service-area h2.ttl{
	text-align: left;
	margin-bottom: 50px;
}
.service-dtl a{
	display: block;
	text-decoration: none;
	color: #333;
	position: relative;
}
.service-dtl a::after{
	content: "";
	width: 25px;
	height: 25px;
	background: url("../images/icon-arrow.svg") no-repeat bottom right / 100% auto;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.service-dtl a{
	width: 100%;
}
.service-dtl .shadow{
	width: 100%;
	background: #fff;
	padding: 30px 20px 10px;
	border-radius: 20px;
	margin-bottom: 30px;
	display: flex;
}
.service-dtl-icon{
	margin-right: 20px;
	max-width: 60px;
}
.service-dtl-ttl{
	color: #00257A;
	font-weight: 900;
}

@media (min-width: 768px) {
	.service-area h2.ttl{
		text-align: center;
	}
	.service-dtl,
	.service-dtl a{
		display: flex;/* 高さを揃えるための入れ子 */
	}
	.service-dtl .shadow{
		padding: 50px 20px 20px;
		flex-direction: column;
	}
	.service-dtl-icon{
		margin: 0 auto 30px;
	}
	.service-dtl-body{
		flex-grow: 1;
		text-align: center;
	}
	.service-dtl a::after{
		bottom: 50px;
	}
}

/*--------------------------------------------------------------
# Join Area
--------------------------------------------------------------*/
.join-area .ttl{
	text-align: left;
	margin-top: 50px;
	margin-bottom: 30px;
}
.join-area > p{
	margin-bottom: 30px;
}
.join-list{
	background: #fff;
	border: 3px #707070 solid;
	border-radius: 50px;
	padding: 20px 20px 20px 80px;
	margin-bottom: 20px;
	font-weight: 700;
	position: relative;
}
.join-list::before{
	content: "";
	background: url("../images/icon-check.svg") no-repeat top left / 100% auto;
	width: 30px;
	height: 25px;
	position: absolute;
	top: 20px;
	left: 40px;
}
.join-img{
	display: none;
}

@media (min-width: 768px) {
	.join-area .ttl,
	.join-area > p{
		margin-bottom: 50px;
	}
	.join-lists{
		margin-bottom: 50px;
	}
	.join-img img{
		max-width: 330px;
	}
}

@media (min-width: 992px) {
	.join-list{
		padding: 25px 40px 25px 120px;
		margin-bottom: 30px;
	}
	.join-list::before{
		width: 50px;
		height: 42px;
		top: 30px;
		left: 50px;
	}
	.join-list:nth-child(2)::before{
		top: 15px;
	}
	.join-img{
		display: block;
	}
}

/*--------------------------------------------------------------
# Fee Area
--------------------------------------------------------------*/
.fee-area{
	background: #fff;
	padding: 0 20px 20px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.fee-img{
	position: relative;
	top: -30px;
}
.fee-img img{
	display: block;
	max-width: 200px;
	margin: 0 auto;
}


@media (min-width: 768px) {
	.fee-area{
		padding: 0 50px 50px;
	}
}

@media (min-width: 992px) {
	.fee-area{
		background: none;
		padding: 0;
	}
	.fee-img{
		display: none;
	}
	.fee-box{
		background: #fff;
		padding: 0 50px 50px;
		overflow: hidden;
	}
}

.fee-area .ttl{
	margin-top: 50px;
	text-align: left;
}
.fee-area > h3.ttl{
	margin-top: 30px;
	text-align: center;
}
.fee-box dl dt{
	font-weight: 400;
}
.fee-box dl dt .ttl{
	font-weight: 700;
	white-space: nowrap;
}
.fee-box h4.ttl{
	color: inherit;
	margin-top: 30px;
	text-align: center;
}
.fee-box h5{
	margin-top: 50px;
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 18px;
}

@media (min-width: 768px) {
	.fee-area .ttl{
		text-align: center;
	}
	.fee-area > h3.ttl{
		margin-bottom: 50px;
	}
	.fee-area p.ttl,
	.fee-box h4.ttl{
		font-size: 26px;
	}
	.fee-area .notes{
		text-align: center;
	}
	.fee-box .calculation{
		padding: 50px 50px 20px;
	}
}

.fee-box .calculation{
	background: #F8F0EF;
	overflow: hidden;
	text-align: center;
	margin-top: 40px;
	padding: 30px 20px 0;
	margin-bottom: 50px;
}
.fee-box .calculation dl{
	border-bottom: 1px #707070 solid;
}
.fee-box .calculation dl:last-child{
	border-bottom: none;
}
.fee-box .calculation dl dt{
	padding-bottom: 30px;
}
.fee-box .calculation dl dd{
	white-space: nowrap;
	padding-bottom: 15px;
}
.fee-box input{
	width: 200px;
	padding: 5px;
	margin-right: 5px;
}
.membership-fee{
	font-weight: 700;	
}
.membership-fee em{
	font-style:normal;
}
#membershipfee,
#b_membershipfee{
	display: inherit;
}
.fee-diagram{
	margin-bottom: 50px;
}

@media (min-width: 768px) {
	.fee-box .calculation{
		padding: 50px 50px 0;
	}
	.fee-box input{
		width: 270px;
	}
	.fee-box .calculation dl dt{
		font-weight: 700;
	}
	.fee-box .calculation dl dt,
	.fee-box .calculation dl dd{
		padding-bottom: 20px;
	}
	.fee-diagram{
		margin-bottom: 100px;
	}
	.fee-diagram img{
		display: block;
		max-width: 655px;
		margin: 0 auto;
	}
}

@media (min-width: 992px) {
	.fee-box .calculation{
		max-width: 760px;
		margin-left: auto;
		margin-right: auto;
	}
	.membership-fee{
		padding-right: 80px;
	}
}

.fee-table{
	margin-bottom: 30px;
}
.fee-table table{
	width: 100%;
}
.fee-table table thead{
	border-bottom: 1px #707070 solid;
}
.fee-table table thead th,
.fee-table table thead td{
	width: 50%;
	font-size: 12px;
	padding: 5px;
	font-weight: 700;
	vertical-align: top;
}
.fee-table table tbody th,
.fee-table table tbody td{
	font-size: 10px;
	padding: 15px 5px;
	border-bottom: 1px #707070 solid;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
}
.fee-table table th{
	background: #F8F0EF;
}
.fee-area .attention{
	color: #D0334C;
	margin-bottom: 30px;
}
.fee-area .attention a{
	color: #00257A;
	text-decoration: none;
}
.fee-area .attention a::after{
	content: "";
	display: inline-block;
	width: 10px;
	height: 15px;
	background: url("../images/arrow.svg") no-repeat top right / 100% auto;
	margin-left: 10px;
}

@media (min-width: 768px) {
	.fee-table table thead th,
	.fee-table table thead td,
	.fee-table table tbody th,
	.fee-table table tbody td{
		font-size: 16px;
		padding: 15px;
		text-align: left;
	}
}

@media (min-width: 992px) {
	.attention a{
		display: block;
		margin-top: 30px;
	}
}

/*--------------------------------------------------------------
# Faq Area
--------------------------------------------------------------*/
.faq-area{
	margin-bottom: 50px;
}
.faq-area .ttl{
	margin-bottom: 50px;
}
.faq-area h3{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}
.accordion{
	--bs-accordion-active-color: #333;
	--bs-accordion-active-bg: transparent;
	border-bottom: 1px solid #1B224C;
	margin-bottom: 50px;
}
.accordion-button,
.accordion-button:focus,
.accordion-button:not(.collapsed){
	box-shadow: inset 0 1px 0 #1B224C;	
}
.accordion-button{
	padding: 20px 0;
	background-color: transparent;
}
.accordion-button:focus{
	border-color: transparent;
}
.accordion-item{
	border: none;
	background-color: transparent;
}
.accordion-item:first-of-type .accordion-button{
	border-radius: 0;
}
.accordion-item:last-of-type .accordion-button.collapsed{
	border-radius: 0;
}
.accordion-body{
	background: #D3E7F7;
	padding: 20px;
	margin-bottom: 25px;
}
.accordion-body p:last-child{
	margin-bottom: 0;
}
.accordion-body a{
	color: inherit;
}

@media (min-width: 768px) {
	.accordion-body{
		padding: 20px 50px;
	}
}

@media (min-width: 992px) {
	.accordion-body{
		margin-left: 50px;
		margin-right: 50px;
	}
}

/*--------------------------------------------------------------
# Flow Area
--------------------------------------------------------------*/
.flow-area{
	margin-top: 50px;
	margin-bottom: 50px;
}
.flow-line{
	background: #fff;
	border: 3px #00257A solid;
	border-radius: 50px;
	padding: 50px 20px 30px;
}
.flow-line .ttl{
	text-align: left;
	margin-bottom: 30px;
}
.flow-line .notes{
	font-weight: 700;	
}
.flow-ttl{
	margin-bottom: 20px;
}
.flow-ttl .step{
	background: #00257A;
	color: #fff;
	padding: 5px 10px;
	font-weight: 700;
}
.flow-ttl .number{
	font-size: 36px;
	font-weight: 900;
	color: #00257A;
	margin-left: 15px;
	position: relative;
	bottom: -5px;
}
.flow-line h3{
	color: #00257A;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.flow-area{
		margin-top: 80px;
		margin-bottom: 80px;
	}
	.flow-line{
		padding: 50px 50px 30px;
	}
}

@media (min-width: 992px) {
	.flow-area{
		margin-top: 100px;
		margin-bottom: 100px;
	}
	.flow-line{
		padding: 80px;
	}
	.flow-ttl,
	.flow-line h3{
		display: inline-block;
	}
	.flow-line .ttl,
	.flow-line .notes{
		text-align: center;
	}
	.flow-line .notes{
		margin-left: 0;
		font-size: 26px;
		margin-bottom: 50px;
	}
	.flow-ttl .number{
		font-size: 72px;
	}
	.flow-line h3{
		margin-left: 30px;
		font-size: 26px;
	}
	.flow-line p{
		margin-left: 220px;
	}
}

@media (min-width: 1200px) {
	.flow-line{
		padding: 80px 160px 50px;
	}
}

/*--------------------------------------------------------------
# Contact Area
--------------------------------------------------------------*/
.contact-area{
	margin-top: 50px;
	margin-bottom: 50px;
}
.contact-outer{
	background: url("../images/contact-bg.jpg") no-repeat top center / cover;
	border-radius: 50px;
	padding: 50px 20px 30px;
	text-align: center;
}
.contact-outer h2{
	display: inline-block;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	border-bottom: 3px #fff solid;
	padding-bottom: 5px;
	margin-bottom: 30px;
}
.contact-text{
	color: #fff;
	text-align: left;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 30px;
}
.contact-box{
	background: #fff;
	color: #00257A;
	border-radius: 20px;
	padding: 30px 20px;
	margin-bottom: 30px;
}
.contact-box.d-flex{
	flex-direction: column;
}
.contact-box > div{
	margin: 30px 0;
}
.contact-box hr{
	background-color: #00257A;
	border: none;
	width: 88px;
	height: 3px;
	opacity: 1;
	margin: 0 auto;
}
.contact-box a{
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	color: #00257A;
	text-decoration: none;
	position: relative;
}
.contact-box a::after{
	content: "";
	width: 25px;
	height: 25px;
	background: url("../images/icon-arrow.svg") no-repeat bottom right / 100% auto;
	position: absolute;
	right: -30px;
}
.contact-tel a::before{
	content: "";
	width: 40px;
	height: 40px;
	background: url("../images/icon-tel.svg") no-repeat bottom left / 100% auto;
	position: absolute;
	left: -50px;
	bottom: 0;
}
.contact-tel p{
	margin: 10px 0 0;
}
.contact-mail a::before{
	content: "";
	width: 35px;
	height: 25px;
	background: url("../images/icon-mail.svg") no-repeat bottom left / 100% auto;
	position: absolute;
	left: -45px;
}
.contact-doc a::before{
	content: "";
	width: 40px;
	height: 42px;
	background: url("../images/icon-doc.svg") no-repeat bottom left / 100% auto;
	position: absolute;
	left: -50px;
	bottom: -10px;
}

@media (min-width: 768px) {
	.contact-area{
		margin-top: 80px;
		margin-bottom: 80px;
	}
	.contact-outer{
		padding: 80px 50px 50px;
	}
	.contact-outer .contact-text{
		text-align: center;
	}
	.contact-box a{
		font-size: 26px;
	}
	.contact-box a::after{
		bottom: 5px;
	}
	.contact-tel a::before{
		bottom: -5px;
	}
	.contact-mail a::before{
		bottom: 5px;
	}
	.contact-doc a::before{
		bottom: -5px;
	}
}

@media (min-width: 992px) {
	.contact-outer h2,
	.contact-text{
		margin-bottom: 50px;
	}
	.contact-box .contact-tel a::after{
		right: -35px;
		bottom: 12.5px;
	}
	.contact-tel a{
		font-size: 36px;
	}
	.contact-tel a::before{
		bottom: 5px;
	}
}

@media (min-width: 1200px) {
	.contact-box.d-flex{
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 0 100px;
	}
	.contact-tel p{
		margin: 0;
	}
	.contact-mail,
	.contact-doc{
		border-left: 3px #00257A solid;
		padding-left: 80px;
	}
	.contact-box hr{
		display: none;
	}
}
