@charset "UTF-8";
/*common*/

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}
body {
	line-height: 1.7;
	font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 1.6rem;
	color: #1A1A1A;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}
main article .container {
	width: 100%;
}
main article .target {
	margin: -110px 0 0;
	padding-top: 110px;
}

main .border-line {
	display: inline;
    background-position: left -100% center;
    padding-bottom: 1em;
    background-size: 200% 8px;
    background-repeat: repeat-x;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #A7E2F4 50%);
}

main article section {
	margin: 0;
}

main article .contents {
	position: relative;
    width: 1080px;
    margin: 0 auto;
	z-index: 1;
}
#main > .topicpath {
	display: none;
}

main article {
	margin-bottom: 0;
	padding-top: 0;
}

main article > .container:first-child {
	display: none;
}

main article .container header {
	display: none;
}
main .main-footer {
	margin-top: 0;
}

main article .mainvisual {
	background: url(/information/airdocard2025//images/main-img.webp) center center no-repeat;
	background-size: cover;
	height: 0;
	padding-bottom: 35.725%;
	width: 100%;
}

main article .mainvisual .mv-inner {
	margin: 0 auto;
	max-width: 1400px;
	padding-bottom: 35.725%;
	position: relative;
	width: 100%;
}
.main-wrap {
	display: block;
	background-color: #fff;
}
.content-wrap {
	max-width: 1080px; 
	margin: 0 auto;
}
.first-view {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
	flex-direction: column;
}
main article .container section h2 {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 40px 0;
	font-size: 3.6rem;
	font-weight: bold;
}
main article .container dl , main article .container dt , main article .container dd {
	margin-bottom: 0;
}
main article .container dt {
	font-weight: normal;
}
main article .container ul , main article .container li {
	margin-bottom: 0;
}
main article .container p {
	margin: 0;
}

main article .container section h2::before , main article .container section h2::after {
	content: "";
	display: block;
	width: 90px;
	height: 2px;
	background-color: #1A1A1A;
	position: relative;
}
main article .container section h2::before {
	right: 20px;
}
main article .container section h2::after {
	left: 20px;
}
a {
	text-decoration: none;
}
.txt-center {
	text-align: center;
}
.sp-only {
	display: none;
}

.yellow {
	border-bottom: 2px solid #FFF349;
}
.blue {
	border-bottom: 2px solid #83C4E4;
}


/*hover*/

.nav a:hover {
	background-image: url(https://www.airdo.jp/myairdo/airdo-card/images/ic08.png);
	background-repeat: no-repeat;
	background-size: 12px 10px;
	background-position: bottom center;
	transition: 0.2s;
}
.subscription .pc-botton a:hover img , .subscription .sp-botton a:hover img {
  	transform: translateY(-5px);
	transition: 0.2s;
}
.admission-btn a:hover {
	transform: translateY(-5px);
	transition: 0.2s;
	text-decoration: none;
}
.column-box a:hover , .products a:hover {
	color: #0099CC;
	transition: 0.2s;
}
.tab {
	cursor: pointer;
}


/*subscription*/

.subscription {
	padding: 33px 15px 40px;
	background-image: url(/information/airdocard2025//images/bg-subscription.webp);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.subscription .sp-button {
	display: none;
}
.subscription .pc-botton {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 10px;
}
.subscription .pc-botton li {
	padding-right: 25px;
}
.subscription .pc-botton li:last-of-type {
	padding-right: 0;
}
.subscription .pc-botton li a img {
	width: 100%;
}
.myairdo {
	margin-top: 0;
	padding: 36px 15px 45px;
	background-color: #fff;
	text-align: center;
	border: 1px solid #1a1a1a;
	border-radius: 10px;
}
.myairdo p {
	margin-bottom: 15px !important;
}
.admission-btn {
	margin-bottom: 0 !important;
}
.admission-btn a {
	display: inline-block;
	width: 600px;
	margin-bottom: 20px;
	padding: 10px 0;
	border-radius: 42px;
	background-color: #76d2f6;
	filter: drop-shadow(0 6px 0 rgba(54,153,192,1));
	color: #1a1a1a;
	font-size: 2.0rem;
}
.admission-btn a span {
	padding-right: 20px;
	background-image: url(/information/airdocard2025//images/ic09.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 6px 12px;
}
.myairdo-logo {
	display: inline-block;
	max-width: 235px;
	height: auto;
	padding: 30px 0 ;
}


/*main_visual*/

.main-visual {
	overflow: hidden;
	margin-bottom: 10px;
}
.main-visual img {
	width: 100%;
	object-fit: cover;
}


/*nav*/

#topnav {
	display: block;
	width: 100%;
	padding-bottom: 13px;
	background-color: #F7F7F7;
	z-index: 100;
}
.nav {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1080px;
	margin: 0 auto;
}
.nav li {
	width: 100%;
	position: relative;
	text-align: center;
	font-size: 1.5rem;
}
.nav li::before {
	content: "";
	display: block;
	width: 1px;
	height: 40px;
	position: absolute;
	top: 26px;
	background-color: #1A1A1A;
}
.nav li:last-of-type::after {
	content: "";
	display: block;
	width: 1px;
	height: 40px;
	position: absolute;
	top: 26px;
	right: 0;
	background-color: #1A1A1A;
}
.nav li a {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 90px;
	color: #1A1A1A;
	top: 50%;
	background-image: url(/information/airdocard2025//images/ic08.png);
	background-repeat: no-repeat;
	background-size: 12px 10px;
	background-position: bottom center;
}
#topnav.m_fixed {
  left: 0;
  position: fixed;
  top: 0;
}

.white {
	background-color: #fff;
}
.lightyello {
	background-color: #FFF20E;
}
.lightblue {
	background-color: #E3F6FC;
}


/*area01*/

#area01 section {
	margin: 0;
	padding: 40px 0;
}
#area01 .cardlead {
	color: #F0849C;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	line-height: 1.65;
}
#area01 .cardlead span {
	color: #0976D5;
	font-size: 24px;
}
#area01 .txt {
	color: #F0849C;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}
#area01 .txt span {
	color: #0976D5;
}
#area01 .txt div {
	background-color: #EEFAFD;
	display: inline-block;
	padding: 2px 26px;
}
#area01 h2 {
	font-weight: bold;
	padding-bottom: 6px;
	letter-spacing: 0;
}

#area01 .card-list {
	margin: 0 auto 5px;
	width: 960px;
}

#area01 .card-info {
	background-color: #F7F7F7;
}
#area01 .card-info dl {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 35px;
	padding: 13px 15px 13px 0;
	border: 1px solid #231815;
	border-radius: 10px;
}
#area01 .card-info dl > * {
	margin-bottom: 0;
}
#area01 .card-info dt {
 background-color: #0976D5;	
 color: #fff;
 font-size: 20px;
 font-weight: 700;
 margin: -13px 0;
 padding: 25px 0;
 position: relative;
 text-align: center;
 width: 223px;
 border-radius: 10px 0 0 10px;
 border-right: 1px solid #231815;
 text-shadow:1.5px 1.5px 0 #1A1A1A,-1.5px 1.5px 0 #1A1A1A,1.5px -1.5px 0 #1A1A1A,-1.5px -1.5px 0 #1A1A1A;
}
#area01 .card-info dt::after {
	content: "";
	width:0;
	height:0;
	border-style:solid;
	border-width: 14.5px 0 14.5px 22px;
	border-color: transparent transparent transparent #0976D5;
	position: absolute;
	right: -15px;
	top: 50%;
	margin-top: -11px;
}
#area01 .card-info dt::before{
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10.5px 0 10.5px 18px;
    border-color: transparent transparent transparent #231815;
    position: absolute;
    right: -18px;
    top: 50%;
    margin-top: -7px;
}
#area01 .card-info .info-text {
	width: 611px;
}
#area01 .card-info .info-btn {
	width: 180px;
}
#area01 .card-info .info-btn a {
	cursor: pointer;
    box-sizing: border-box;
    display: inline-block;
	padding: 10px 18px;
    line-height: 1.5;
    text-align: center;
    text-decoration: none !important;
	min-width: 180px;
	padding: 13px 18px;
	position: relative;
    background: #fff;
    color: #000 !important;
    border: 1px solid #ccc;
	border-radius: 9999px;
}
#area01 .card-info .info-btn a:hover {
	transform: translateY(-5px);
    transition: 0.2s;
}
#area01 .card-info .info-btn a span {
	padding-right: 20px;
    background-image: url(/information/airdocard2025//images/ic09.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 6px 12px;
}
#area01 .index h2 {
	margin-bottom: 22px;
}

#area01 .box01 {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#area01 .bg-area .box01 {
	margin-bottom: 5px;
	padding-top: 50px;
}
#area01 .box01 p {
	padding: 0 30px;
}
#area01 .banner01 {
  margin-top: 40px;
}


/*area02*/
#area02 section {
	padding: 10px 0 30px;
}
#area02 h2 {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 70px;
	text-shadow:1.5px 1.5px 0 #1A1A1A,-1.5px 1.5px 0 #1A1A1A,1.5px -1.5px 0 #1A1A1A,-1.5px -1.5px 0 #1A1A1A;
}
#area02 .benefits-content {
	position: relative;
}
#area02 .benefits {
	background-color: #fff;
	padding: 56px 60px 20px;
	position: relative;
	z-index: 1;
	border: 1px solid #231815;
	border-radius: 10px;
}
#area02 .benefits-content + .benefits-content {
	margin-top: 65px;
}
#area02 .benefits3 {
	margin-bottom: 40px;
}
#area02 .benefits-titte {
	background-color: #fff;
	border-radius: 50%;
	left: 50%;
	text-align: center;
	top: -40px;
	margin-left: -122px;
	padding: 16px 0 132px;
	position: absolute;
	width: 244px;
	z-index: -1;
}
#area02 .benefits-titte2 {
	background-color: transparent;
    z-index: -10;
    top: -56px;
    margin-left: -123px;
}
#area02 .benefits-titte2::after {
	border: 1px solid #231815;
	content: "";
	display: block;
	width: 100%;
	border-radius: 100%;
	padding-bottom: 100%;
}
#area02 .benefits-titte figcaption {
	font-size: 24px;
	font-weight: bold;
	line-height: 2;
	padding-top: 4px;
}
#area02 h3 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 35px;
}
#area02 h3 .border-line {
	font-size: 32px;
}
#area02 h3 span small {
	font-size: inherit;
}
#area02 h3 small {
	font-size: 20px;
}
#area02 .point {
	margin: 0 auto;
	width: 760px;
}
#area02 .index h4 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}
#area02 .index p span.color {
	color: #F0849C;
}
#area02 .present {
	margin-bottom: 10px;
}
#area02 .present .row {
	margin: 0 -2px;
	text-align: center;
}
#area02 .present .row > div {
	border-left: 1px solid #ccc;
	padding: 0;
}
#area02 .present .row > div:first-child {
	border: none;
}
#area02 .present .row > div:nth-child(2) {
	padding-top: 33px;
}
#area02 .bubble {
	position: absolute;
	left: 13px;
	top: -47px;
}
#area02 .note {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
}
#area02 .list-note {
	font-size: 14px;
}

/*area03*/
#area03 section {
	padding: 10px 0 5px;
}
#area03 h2 {
	color: #0976D5;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 30px;
}

/*area04*/
#area04 section {
	padding: 10px 0 60px;
}
#area04 h2 {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 30px;
	text-shadow:1.5px 1.5px 0 #1A1A1A,-1.5px 1.5px 0 #1A1A1A,1.5px -1.5px 0 #1A1A1A,-1.5px -1.5px 0 #1A1A1A;
}
#area04 .flow .step {
	border: 1px solid #1A1A1A;
	border-radius: 10px;
	margin-top: 35px;
	position: relative;
}
#area04 .flow .step::before {
	background: url(/information/airdocard2025/images/arrow2.webp) bottom center no-repeat;
	background-size: 62px 34px;
	content: "";
	height: 34px;
	transform: translateX(-50%);
	position: absolute;
	bottom: -35px;
	left: 50%;
	width: 62px;
}
#area04 .flow .step:nth-child(3):before {
	content: none;
}
#area04 .flow .step:first-child {
	margin-top: 0;
}
#area04 .flow .step .row {
	padding: 28px 60px 12px 15px;
}
#area04 .flow .step .row > div:nth-child(2) {
	border-left: 1px solid #000;
}
#area04 .flow .step h3 {
	font-size: 22px;
	font-weight: bold;
}
#area04 .flow .step h3 span {
	display: block;
	font-size: 36px;
}
#area04 .flow .step .row > div:nth-child(3) p:first-child,
#area04 .flow .step3 p {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 16px;
}
#area04 .flow .step .row > div:nth-child(3) p:last-child {
	margin-bottom: 0;
}
#area04 .flow .step .admission-btn a {
	font-size: 1.6rem;
	text-align: center;
	width: 300px;
}
#area04 .flow .step3 {
	background-color: #FFF20E;
}
#area04 .flow .step3 p small {
	font-size: 16px;
}
#area04 .flow .step3 p.fs-sm {
	font-weight: normal;
}


/*area05*/
#area05 section {
	padding: 10px 0 0;
}
#area05 .contents {
	padding-bottom: 60px;
}
#area05 h2 {
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 30px;
	text-shadow:1.5px 1.5px 0 #1A1A1A,-1.5px 1.5px 0 #1A1A1A,1.5px -1.5px 0 #1A1A1A,-1.5px -1.5px 0 #1A1A1A;
}
#area05 .box02 {
	margin-bottom: 50px;
	border: 1px solid #1A1A1A;
	border-radius: 10px;
}
#area05 .box02 dl {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	border-bottom: 1px solid #1A1A1A;
}
#area05 .box02 dl:first-child {
	border-radius: 10px 10px 0 0;
}
#area05 .box02 dl:last-child {
	border-radius:  0 0 10px 10px;
}
#area05 .box02 dl:last-of-type {
	border-bottom: none;
}
#area05 .box02 dl dt {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 30%;
	background-color: #76D2F6;
	padding:20px 35px 20px 0;
	color: #1A1A1A;
	text-align: right;
	font-size: 2.2rem;
	font-weight: bold;
	border-right: 1px solid #1A1A1A;
}
#area05 .box02 dl:first-child dt {
	border-radius: 10px 0 0;
}
#area05 .box02 dl:last-child dt {
	border-radius:  0 0 0 10px;
}
#area05 .box02 dl dd {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 70%;
	background-color: #fff;
	padding: 20px 0 20px 50px;
}
#area05 .box02 dl:first-child dd {
	border-radius: 0 10px 0 0;
}
#area05 .box02 dl:last-child dd {
	border-radius:  0 0 10px 0;
}
#area05 .sub-title {
	padding: 12px 0;
	background-color: #76D2F6;
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	color: #1a1a1a;
	border: 1px solid #1a1a1a;
	border-bottom: none;
	border-radius: 10px 10px 0 0;
}
#area05 .box03 {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	border: 1px solid #1a1a1a;
	background-color: #fff;
}
#area05 .box03 .box-card {
	width: 50%;
	text-align: center;
}
#area05 .box03 .box-card:first-of-type {
	border-right: 1px solid #1a1a1a;
}
#area05 .box03 .box-card .txt-card {
	padding: 40px 0 ;
	font-size: 2.0rem;
}
#area05 .box03 .box-card .img-card {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#area05 .box03 .box-card .img-card p {
	padding: 0 7px;
}
#area05 .box03 .box-card dl {
	padding: 40px 45px 0;
}
#area05 .box03 .box-card .boxA {
	min-height: 9em;
}
#area05 .box03 .box-card .boxB {
	min-height: 10em;
}
#area05 .box03 .box-card .boxC {
	min-height: 13.2em;
}
#area05 .box03 .box-card .boxD {
	min-height: 1em;
}
#area05 .box03 .box-card .boxE {
	min-height: 11.5em;
}
#area05 .box03 .box-card .boxF {
	min-height: 13.2em;
	padding-bottom: 50px;
}
#area05 .box03 .box-card dl dt {
	padding: 4px 0;
	background-color: #eee;
	border: 1px solid #000;
}
#area05 .box03 .box-card dl dd {
	padding-top: 20px;
}


@media screen and (max-width:767px) {
	
	
	/*common*/
	
	article {
		padding: 0;
	}
	article section {
		padding: 0;
	}
	main article .target {
		margin: 0;
		padding: 0;
	}
	main .main-footer {
		margin-top: 30px;
	}
	main article .contents {
		padding: 0 16px;
		width: auto;
	}
	
	.content-wrap {
		max-width: 100%;
	}
	.main-wrap {
		width: 100%;
		margin: 0 auto;
		font-size: 1.4rem;
	}
	
	main article .container section {
		margin-top: 0;
		padding-top: 0;
	}
	main article .container section h2 {
		margin-bottom: 22px;
		font-size: 2.0rem;
	}
	main article .container section h2 span {
	border-bottom: 2px solid #1A1A1A;
	}
	main article .container section h2::before , main article .container section h2::after {
		display: none;
	}
	main article .container section h2::before {
		right: 10px;
	}
	main article .container section h2::after {
		left:  10px;
	}
	.note {
		font-size: 1.2rem;
	}
	.txt-left {
		display: block;
		text-align: left;
	}
	
	.pc-only {
		display: none;
	}
	.sp-only {
		display: block;
	}

	main article {
		background: none;
	  }
	  main article .mainvisual {
		background: url(/information/airdocard2025//images/main-img-sp.webp) no-repeat center top;
		background-size: cover;
		width: auto;
		height: auto;
		margin: 40px 0 0;
		padding-bottom: 0;
	  }
	  main article .mainvisual .mv-inner {
		height: calc(100vw* 9 / 16);
		max-width: none;
		padding-bottom: 0;
	  }
	
	
	/*subscription*/
	.subscription .sp-button {
		display: block;
		padding: 0 15px;
	}
	.subscription .sp-button li {
		padding-bottom: 10px;
		text-align: center;
	}
	.myairdo {
		margin-top: 15px;
		padding: 30px 15px;
		background-color: #fff;
		text-align: center;
	}
	.admission-btn a {
		width: 100%;
		font-size: 1.8rem;
	}
	.admission-btn a span {
		padding-right: 16px;
		background-size: 6px 9px;
	}
	.myairdo .read-more-btn a {
		display: block;
		padding: 12px 20px;
		border-radius: 28px;
		font-size: 1.8rem;
	}
	.myairdo .read-more-btn a span {
		
		padding-right: 16px;
		background-size: 6px 9px;
	}
	.admission-btn a:hover {
		transform: none;
	}
	.myairdo .read-more-btn a:hover {
	border: 1px solid #1a1a1a;
}
	.myairdo .read-more-btn a:hover span {
		background-image: url(/myairdo/airdo-card/images/ic09.png);
		color: #1a1a1a;
	}
	
	
	/*main_visual*/
	
	.main-visual img {
		min-width: 100%;
		min-height: 100%;
	}
	
	/*nav*/
	#topnav {
		padding-bottom: 0;
	}
	.nav {
		-webkit-box-orient: vertical;
  		-webkit-box-direction: normal;
  		-ms-flex-direction: column;
		flex-direction: column;
		margin:20px 15px 10px;
	} 
	.nav li a {
		margin-bottom: 6px;
		border: 1px solid #1A1A1A;
		background-position: center right 20px;
	}
	.nav li::before , .nav li:last-of-type::after{
		display: none;
	}
	.nav li a {
		height: 48px;
	}
	.nav li a:hover {
		margin-bottom: 6px;
		border: 1px solid #1A1A1A;
		background-image: url(/myairdo/airdo-card/images/ic08.png);
		background-position: center right 20px;
		color: #1A1A1A;
	}
	
	
	/*area01*/
	#area01 section {
	padding: 20px 0 30px;
	}	
	#area01 .cardlead {
		font-size: 20px;
	}
	#area01 .cardlead span {
		font-size: 16px;
	}
	#area01 .txt {
		font-size: 16px;
	}
	#area01 .txt div {
		padding: 5px 26px;
	}
	#area01 .txt span {
		display: block;
	}
	#area01 .index h2 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	#area01 .card-list {
		width: auto;
	}
	#area01 .card-info dl {
		display: block;
		margin-bottom: 16px;
		padding: 0 0 20px;
	}
	#area01 .card-info dt,
	#area01 .card-info .info-text,
	#area01 .card-info .info-btn {
		width: auto;
	}
	#area01 .card-info dt {
		margin: 0;
		padding: 5px 0;
		border-radius: 10px 10px 0 0;
		border-bottom: 1.5px solid #1a1a1a;
	}
	#area01 .card-info dt::before {
		border-style: solid;
        border-width: 16px 8.5px 0 8.5px;
        border-color: #231815 transparent transparent transparent;
        bottom: -16px;
        right: auto;
        top: auto;
        left: 50%;
        margin: 0;
        margin-left: -8px;
	}
	#area01 .card-info dt::after {
		border-style:solid;
		border-width: 20px 12.5px 0 12.5px;
		border-color: #0976D5 transparent transparent transparent;
		bottom: -12px;
		right: auto;
		top: auto;
		left: 50%;
		margin: 0;
		margin-left: -12px;
	}
	#area01 .card-info .info-text {
		font-size: 14px;
		padding: 19px 16px 10px;
	}
	#area01 .card-info .info-btn {
		text-align: center;
	}

	/*area02*/
	#area02 section {
		padding: 5px 0 10px;
	}
	#area02 h2 {
		font-size: 20px;
	}
	#area02 .benefits {
		padding: 70px 12px 5px;
	}
	#area02 .benefits + .benefits {
		margin-top: 70px;
	}
	#area02 .benefits3 {
		margin-bottom: 10px;
	}
	#area02 h3 {
		font-size: 21px;
	}
	#area02 h3 span {
		font-size: 32px;
	}
	#area02 h3 small {
		font-size: 14px;
	}
	#area02 h3 span small {
		font-size: 20px;
	}
	#area02 .benefits-titte figcaption {
		font-size: 20px;
	}
	#area02 .point {
		width: auto;
	}
	#area02 .point .row.row-mg-lg > [class^="col"] {
		padding: 0;
	}
	#area02 .index h4 {
		font-size: 16px;
	}
	#area02 .bubble {
		left: 0;
		top: -43px;
		width: 103px;
	}
	#area02 .present .row > div {
		border-top: 1px solid #ccc;
		border-left: none;
		margin-bottom: 20px;
	}
	#area02 .present .row > div:first-child {
		border: none;
	}
	#area02 .present .row > div:nth-child(2),
	#area02 .present .row > div:nth-child(3) {
		padding-top: 20px;
	}
	#area02 .list-note {
		font-size: 12px;
	}
	#area02 h3 .border-line {
		font-size: 21px;
	}

	/*area03*/
	#area03 section {
		padding: 5px 0 10px;
	}
	#area03 h2 {
		font-size: 20px;
	}

	/*area04*/
	#area04 section {
		padding: 5px 0 28px;
	}
	#area04 h2 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	#area04 .flow .step .row {
		padding: 18px 16px 12px 16px;
	}
	#area04 .flow .step .row > div:nth-child(2) {
		border-left: 0;
		border-top: 1px solid #000;
		padding-top: 16px;
	}
	#area04 .flow .step .row > div:nth-child(3) p:first-child,
	#area04 .flow .step3 p {
		font-size: 16px;
	}
	#area04 .flow .step .row > div:nth-child(3) {
		text-align: center;
	}
	#area04 .flow .step3 p small {
		font-size: 14px;
	}
	#area04 .flow .step .admission-btn a {
		font-size: 1.8rem;
		width: 100%;
	}
	#area04 .flow .step .admission-btn a span {
		padding-right: 16px;
        background-size: 6px 9px;
	}
	#area04 .flow .step h3 {
		margin-bottom: 10px;
	}
	#area04 .flow .step h3 span {
		display: inline;
	}
	
	
	/*area05*/
	#area05 section {
		padding: 5px 0 0;
	}
	#area05 .contents {
		padding-bottom: 30px;
	}
	#area05 h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	
	#area05 .box02 {
		margin-bottom: 20px;
	}
	#area05 .box02 dl {
		-webkit-box-orient: vertical;
		flex-wrap: wrap;
	}
	#area05 .box02 dl dt , #area05 .box02 dl dd {
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 6px 10px;
		text-align: center;
		font-size: 1.4rem;
	}
	#area05 .box02 dl dt {
		border-right: 0;
	}
	#area05 .box02 dl:first-child dt {
		border-radius: 10px 10px 0 0;
	}
	#area05 .box02 dl:last-child dd {
		border-radius: 0 0 10px 10px;
	}
	#area05 .box02 dl:last-child dt {
		border-radius: 0 0 0 0;
	}
	#area05 .sub-title {
		font-size: 1.4rem;
	}
	#area05 .box03 .box-card .txt-card {
		padding: 10px 0 ;
		font-size: 1.4rem;
	}
	#area05 .box03 .box-card .txt-card span {
		font-size: 1.2rem;
	}
	#area05 .box03 .box-card dl {
		padding: 16px 10px 0;
	}
	#area05 .box03 .box-card .boxA {
		min-height: 10em;
	}
	#area05 .box03 .box-card .boxB {
		min-height: 9em;
	}
	#area05 .box03 .box-card .boxC {
		min-height: 18.5em;
	}
	#area05 .box03 .box-card .boxD {
		min-height: 1em;
	}
	#area05 .box03 .box-card .boxE {
		min-height: 17em;
	}
	#area05 .box03 .box-card .boxF {
		min-height: 1em;
		padding-bottom: 20px;
	}
	#area05 .box03 .box-card dl dt {
		padding: 4px 0;
		background-color: #EEEEEE;
	}
	#area05 .box03 .box-card dl dd {
		padding-top: 20px;
	}
	

	
	
}