@charset "utf-8";

html {
	font-size: 10px;
}
body {
	background: #fff;
	color: #0e3437;
	font-size: 1.5rem;
	font-family: "A-OTF リュウミン Pr5", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", serif;
	/*font-family: ;*/
	/*margin: 0 auto;*/
	width: 100%;
	overflow-x: hidden;
	max-width: 100%;
	letter-spacing: 0.1em;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	text-align: justify;
	-webkit-font-feature-settings: "palt" 1;
	font-feature-settings: "palt" 1;
}
.font-serif {
	font-family: "A-OTF リュウミン Pr5", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", serif;
}
.font-serif-en {
	font-family: Gambarino,serif;
}

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

br.sp {
	display: none;
}

/*==================================================
common
===================================*/
.inner {
	width: 1080px;
	margin: 0 auto;
}
.f-box {
	display: flex;
}
.f-box-r {
	display: flex;
	flex-direction: row-reverse;
}
h3.ttl_lower {
	text-align: center;
	font-size: 3.0rem;
	color: #156167;
	font-weight: bold;
	margin-bottom: 30px;
}
span.hi-lite {
	font-size: 2.4rem;
	color: #a98f40;
}

.cta-area {
	margin-top: 60px;
	padding: 80px 0;
	font-size: 1.8rem;
	color: #fff;
	font-weight: bold;
	background-image: url(../images/common/bg-cta.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
}
.cta-area .cta-btn {
	margin-top: 30px;
}
.cta-area .cta-btn a {
	width: 480px;
	height: 60px;
	background-color: #fff;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #156167;
	margin: 0 auto;
	transition: 0.3s;
}
.cta-area .cta-btn a:hover {
	background-color: #d7c58f;
	color: #fff;
}


/*==================================================
title
===================================*/
.title {
	text-align: center;
	height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-wrap: nowrap;
	background-image: url(../images/common/bg-title.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.title h2.page_title {
	color: #fff;
	font-size: 3.0rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.title h2.page_title span {
	color: #d7c58f;
	font-size: 1.4rem;
	padding-top: 10px;
}

/*==================================================
medical
===================================*/
.medical .sec {
	margin-top: 80px;
}
.medical .sec:last-of-type {
	margin-bottom: 120px;
}
.medical .f-box {
	align-items: center;
	margin-bottom: 60px;
}
.medical .f-box:last-of-type {
	margin-bottom: 0;
}
.medical .f-box .f-item {
	width: 50%;
}
.medical .f-box .f-item:first-of-type {
	margin-right: 30px;
}
.medical .f-box .f-item:last-of-type {
	margin-left: 30px;
}
.medical .f-box-r .f-item:first-of-type {
	margin-left: 30px;
	margin-right: 0;
}
.medical .f-box-r .f-item:last-of-type {
	margin-right: 30px;
	margin-left: 0;
}
.medical .f-box .f-item-text h3 {
	font-size: 2.4rem;
	margin-bottom: 30px;
}
.medical .f-box .f-item-text .btn {
	margin-top: 40px;
}
.medical .btn a {
	color: #d7c58f;
	max-width: 160px;
	height: 40px;
	border: 1px solid #d7c58f;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
}
.medical .btn a:hover {
	background-color: #d7c58f;
	color: #fff;
}


/*==================================================
ai-dx
===================================*/
.ai-dx .sec:nth-of-type(2) {
	margin-top: 80px;
}
.ai-dx .sec:last-of-type {
	margin-bottom: 120px;
}
.ai-dx .ttl_lower {
	margin-bottom: 40px;
}
.ai-dx .ttl_lower h2 {
	color: #156167;
	font-size: 3.6rem;
	font-weight: bold;
	text-align: center;
}
.ai-dx .ttl_lower h2::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #156167;
	margin-top: 30px;
}
.ai-dx .sec-01 .f-box {
	align-items: center;
}
.ai-dx .sec-01 .f-box .f-item {
	width: 50%;
}
.ai-dx .sec-01 .f-box .f-item:first-of-type {
	margin-right: 30px;
}
.ai-dx .sec-01 .f-box .f-item:last-of-type {
	margin-left: 30px;
}
.ai-dx .sec-01 .f-box .f-item .f-item-text h3 {
	font-size: 2.4rem;
	margin-bottom: 30px;
}

.ai-dx .sec-02 {
	background-color: #e0f0f2;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-top: 60px;
}
.ai-dx .sec-02 .features {
	margin-bottom: 60px;
}
.ai-dx .sec-02 .features .txt-area {
	text-align: center;
	margin-bottom: 40px;
}
.ai-dx .sec-02 .features .txt-area p {
	font-size: 1.8rem;
}
.ai-dx .sec-02 .features .image-area {
	width: 680px;
	margin: 0 auto;
}
.ai-dx .sec-02 .case {
	background-color: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
}
.ai-dx .sec-02 .case .bloc {
	margin-bottom: 40px;
}
.ai-dx .sec-02 .case .bloc:last-of-type {
	margin-bottom: 0;
}
.ai-dx .sec-02 .case .container {
	padding-right: 60px;
	padding-left: 60px;
}
.ai-dx .sec-02 .case .container h3.ttl_lower {
	margin-bottom: 40px;
}
.ai-dx .sec-02 .case .case-ttl {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	font-size: 1.8rem;
	align-items: baseline;
}
.ai-dx .sec-02 .case .case-ttl .num {
	font-size: 2.0rem;
	color: #fff;
	background-color: #156167;
	max-width: 120px;
	height: 40px;
	margin-right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
}

.ai-dx .sec-03 {
	margin-top: 60px;
}
.ai-dx .sec-03 .bloc {
	margin-bottom: 40px;
}
.ai-dx .sec-03 .bloc:last-of-type {
	margin-bottom: 0;
}
.ai-dx .sec-03 .price {
	text-align: center;
	font-size: 1.8rem;
	border: 1px solid #156167;
	padding: 30px 0;
	margin-bottom: 20px;
}
.ai-dx .sec-03 .price span:first-of-type {
	font-size: 6.0rem;
	color: #156167;
}
.ai-dx .sec-03 .price span:last-of-type {
	font-size: 3.0rem;
	color: #156167;
}
.ai-dx .sec-03 .note {
	font-size: 1.4rem;
	text-align: right;
}
.ai-dx .sec-03 .bloc .frame .sub-ttl {
	font-size: 2.4rem;
	color: #fff;
	background-color: #156167;
	text-align: center;
	padding: 10px 0;
}
.ai-dx .sec-03 .bloc .frame .container {
	border: 1px solid #156167;
	padding: 40px 60px;
	margin-bottom: 40px;
}
.ai-dx .sec-03 .bloc .frame .container  ul {
	padding: 0 40px;
	margin-bottom: 30px;
}
.ai-dx .sec-03 .bloc .frame .container  ul li {
	display: flex;
	align-items: center;
	font-size: 1.8rem;
	margin-bottom: 30px;
	border-bottom: 1px solid #156167;
	padding-bottom: 30px;
}
.ai-dx .sec-03 .bloc .frame .container  ul li:last-of-type {
	margin-bottom: 0;
}
.ai-dx .sec-03 .bloc .frame .container  ul li p:first-of-type {
	width: 200px;
	margin-right: 60px;
}
.ai-dx .sec-03 .bloc .frame .container  ul li p span {
	font-size: 3.0rem;
}
.ai-dx .sec-03 .bloc .frame .container  ul li p span.s-txt {
	font-size: 1.4rem;
}
.ai-dx .sec-03 .bloc .frame .container .bottom-txt {
	text-align: center;
	font-size: 1.8rem;
}
.ai-dx .sec-03 .txt-area .l-txt {
	text-align: center;
	font-size: 2.4rem;
}
.ai-dx .sec-03 .txt-area .l-txt span.marker-txt {
	font-size: 3.0rem;
	background-color: #d7c58f;
	font-weight: bold;
}

.ai-dx .sec-04 {
	background-color: #e0f0f2;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-top: 60px;
}
.ai-dx .sec-04 .bloc .container {
	background-color: #fff;
	padding: 40px 60px;
	margin-bottom: 40px;
}
.ai-dx .sec-04 .bloc .container h3 {
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.ai-dx .sec-04 .bloc .container h3::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #156167;
	margin-top: 20px;
}
.ai-dx .sec-04 .bloc .container .f-box {
	align-items: center;
}
.ai-dx .sec-04 .bloc .container .f-box .f-item {
	width: 50%;
}
.ai-dx .sec-04 .bloc .container .f-box .f-item:first-of-type {
	margin-right: 30px;
}
.ai-dx .sec-04 .bloc .container .f-box .f-item:last-of-type {
	margin-left: 30px;
}
.ai-dx .sec-04 .bloc .container .f-box .f-item h4 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.ai-dx .sec-04 .image-area {
	display: flex;
}
.ai-dx .sec-04 .image-area .f-item {
	width: 50%;
}
.ai-dx .sec-04 .image-area .f-item:first-of-type {
	margin-right: 20px;
}
.ai-dx .sec-04 .image-area .f-item:last-of-type {
	margin-left: 20px;
}

.ai-dx .sec-05 {
	margin-top: 60px;
}
.ai-dx .sec-05 .sched .sched-list {
	width: 600px;
	margin: 0 auto;
}
.ai-dx .sec-05 .sched .sched-list ol {
	text-align: center;
}
.ai-dx .sec-05 .sched .sched-list ol img {
	width: 60px;
	height: 20px;
	margin-bottom: 10px;
}
.ai-dx .sec-05 .sched .sched-list ol li {
	display: flex;
	border: 1px solid #156167;
	height: 60px;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.ai-dx .sec-05 .sched .sched-list ol li p.number {
	font-size: 2.4rem;
	color: #fff;
	background-color: #156167;
	width: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 30px;
}
.ai-dx .sec-05 .sched .sched-list ol li p.txt {
	height: 60px;
	display: flex;
	align-items: center;
}
.ai-dx .sec-05 .sched .sched-list ol li.note {
	background-color: #e0f0f2;
	font-size: 1.4rem;
	text-align: center;
	padding: 10px 0;
	border: none;
	justify-content: center;
	align-items: center;
	height: 40px;
}

.ai-dx .sec-05 .preparation {
	margin-top: 60px;
}
.ai-dx .sec-05 .preparation .frame-02 {
	margin-bottom: 40px;
}
.ai-dx .sec-05 .preparation .frame-02:last-of-type {
	margin-bottom: 0;
}
.ai-dx .sec-05 .preparation .frame-02 .sub-ttl {
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	background-color: #156167;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ai-dx .sec-05 .preparation .frame-02 .list {
	border-left: 10px solid #156167;
	border-right: 10px solid #156167;
	border-bottom: 10px solid #156167;
	padding: 40px 0;
}
.ai-dx .sec-05 .preparation .frame-02 .list .list_inner {
	width: 600px;
	margin: 0 auto;
}
.ai-dx .sec-05 .preparation .frame-02 .list .list_inner p {
	margin-bottom: 10px;
}
.ai-dx .sec-05 .preparation .frame-02 .list .list_inner p:last-of-type {
	margin-bottom: 0;
}
.ai-dx .sec-05 .preparation .frame-02 .list .list_inner p span {
	color: #d7c58f;
	margin-right: 5px;
}


/*==================================================
kartebridge
===================================*/
.kartebridge .sec:nth-of-type(2) {
	margin-top: 80px;
}
.kartebridge .sec:last-of-type {
	margin-bottom: 120px;
}
.kartebridge .ttl_lower {
	margin-bottom: 40px;
}
.kartebridge .ttl_lower h2 {
	color: #156167;
	font-size: 3.6rem;
	font-weight: bold;
	text-align: center;
}
.kartebridge .ttl_lower h2 span {
	font-size: 1.4rem;
	margin-left: 10px;
}
.kartebridge .ttl_lower h2::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #156167;
	margin-top: 30px;
}
.kartebridge .sec-01 .f-box {
	align-items: center;
}
.kartebridge .sec-01 .f-box .f-item {
	width: 50%;
}
.kartebridge .sec-01 .f-box .f-item:first-of-type {
	margin-right: 30px;
}
.kartebridge .sec-01 .f-box .f-item:last-of-type {
	margin-left: 30px;
}
.kartebridge .sec-01 .f-box .f-item .f-item-text h3 {
	font-size: 2.4rem;
	margin-bottom: 30px;
}

.kartebridge .sec-02 {
	background-color: #e0f0f2;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-top: 60px;
}
.kartebridge .sec-02 .features {
	/*margin-bottom: 60px;*/
}
.kartebridge .sec-02 .features .txt-area {
	text-align: center;
	margin-bottom: 40px;
}
.kartebridge .sec-02 .features .txt-area p {
	font-size: 1.8rem;
}
.kartebridge .sec-02 .features .features-list ul {
	display: flex;
	flex-wrap: wrap;
}
.kartebridge .sec-02 .features .features-list ul li {
	width: 49%;
	background-color: #fff;
	font-size: 1.8rem;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
}
.kartebridge .sec-02 .features .features-list ul li:nth-of-type(n+3) {
	margin-top: 20px;
}
.kartebridge .sec-02 .features .features-list ul li:nth-of-type(even) {
	margin-right: 0;
}
.kartebridge .sec-02 .features .features-list ul li span {
	font-size: 1.4rem;
}
.kartebridge .sec-02 .case {
	background-color: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
}
.kartebridge .sec-02 .case .bloc {
	margin-bottom: 40px;
}
.kartebridge .sec-02 .case .bloc:last-of-type {
	margin-bottom: 0;
}
.kartebridge .sec-02 .case .container {
	padding-right: 60px;
	padding-left: 60px;
}
.kartebridge .sec-02 .case .container h3.ttl_lower {
	margin-bottom: 40px;
}
.kartebridge .sec-02 .case .case-ttl {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	font-size: 1.8rem;
	align-items: baseline;
}
.kartebridge .sec-02 .case .case-ttl .num {
	font-size: 2.0rem;
	color: #fff;
	background-color: #156167;
	max-width: 120px;
	height: 40px;
	margin-right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
}
.kartebridge .sec-03 .price {
	text-align: center;
	font-size: 1.8rem;
	border: 1px solid #156167;
	padding: 30px 0;
	margin-bottom: 20px;
}
.kartebridge .sec-03 .price span:first-of-type {
	font-size: 6.0rem;
	color: #156167;
}
.kartebridge .sec-03 .price span:last-of-type {
	font-size: 3.0rem;
	color: #156167;
}
.kartebridge .sec-03 {
	margin-top: 60px;
}
.kartebridge .sec-03 .note {
	font-size: 1.4rem;
	text-align: right;
}


@media(max-width: 1100px)  {
	.inner {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media(max-width: 1029px) {
	.kartebridge .sec-02 .features .features-list ul li {
		width: 100%;
		margin-right: 0;
	}
	.kartebridge .sec-02 .features .features-list ul li:nth-of-type(n+2) {
		margin-top: 20px;
	}

}

@media(max-width: 1024px) {
	.medical .f-box {
		align-items: flex-start;
	}
	.medical .f-box .f-item:first-of-type {
		margin-right: 15px;
	}
	.medical .f-box .f-item:last-of-type {
		margin-left: 15px;
	}
	.medical .f-box-r .f-item:first-of-type {
		margin-left: 15px;
		margin-right: 0;
	}
	.medical .f-box-r .f-item:last-of-type {
		margin-right: 15px;
		margin-left: 0;
	}
	.ai-dx .sec-02 .case .case-ttl {
		flex-direction: column;
		align-items: center;
	}
	.ai-dx .sec-02 .case .case-ttl .num {
		margin-right: 0;
		margin-bottom: 8px;
	}
	.kartebridge .sec-02 .case .case-ttl {
		flex-direction: column;
		align-items: center;
	}
}

@media(max-width: 768px) {
	br.sp {
		display: block;
	}
	.medical .sec:last-of-type {
		margin-bottom: 60px;
	}
	.title {
		height: 220px;
	}
	.title h2.page_title {
		font-size: 2.4rem;
	}
	.title h2.page_title span {
		padding-top: 5px;
	}
	.medical .sec {
		margin-top: 60px;
	}
	.medical .f-box {
		margin-bottom: 40px;
		flex-direction: column;
	}
	.medical .f-box .f-item {
		width: 100%;
		margin-right: 0 !important;
		margin-left: 0!important;
	}
	.medical .f-box .f-item:first-of-type {
		margin-bottom: 20px;

	}
	.medical .f-box .f-item-text h3 {
		font-size: 2.4rem;
		margin-bottom: 15px;
	}
	.medical .f-box .f-item-text .btn {
		margin-top: 20px;
	}
	h3.ttl_lower {
		font-size: 2.4rem;
	}
	.cta-area {
		padding: 60px 0;
	}
	.cta-area .cta-btn {
		margin-top: 20px;
	}
	.cta-area .cta-btn a {
		height: 50px;
	}
	.ai-dx .sec:nth-of-type(2) {
		margin-top: 60px;
	}
	.ai-dx .ttl_lower h2 {
		font-size: 2.4rem;
	}
	.ai-dx .ttl_lower h2::after {
		margin-top: 10px;
	}
	.ai-dx .ttl_lower {
		margin-bottom: 20px;
	}
	.ai-dx .sec-01 .f-box .f-item:first-of-type {
		margin-right: 15px;
	}
	.ai-dx .sec-01 .f-box .f-item:last-of-type {
		margin-left: 15px;
	}
	.ai-dx .sec-01 .f-box .f-item .f-item-text h3 {
		font-size: 1.8rem;
		margin-bottom: 10px;
	}
	.ai-dx .sec-02 {
		margin-top: 40px;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.ai-dx .sec-02 .features {
		margin-bottom: 40px;
	}
	.ai-dx .sec-02 .features .txt-area {
		margin-bottom: 30px;
	}
	.ai-dx .sec-02 .features .txt-area p  {
		font-size: 1.6rem;
	}
	.ai-dx .sec-02 .features .image-area {
		width: 100%;
	}
	span.hi-lite {
		font-size: 2.0rem;
	}
	.ai-dx .sec-02 .case {
		padding-top: 40px;
		padding-bottom: 40px;
		margin-top: 40px;
	}
	.ai-dx .sec-02 .case .container {
		padding-right: 20px;
		padding-left: 20px;
	}
	.ai-dx .sec-02 .case .container h3.ttl_lower {
		margin-bottom: 20px;
	}
	.ai-dx .sec-02 .case .case-ttl {
		font-size: 1.6rem;
	}
	.ai-dx .sec-02 .case .case-ttl .num {
		height: 36px;
	}
	.ai-dx .sec-03 .price {
		font-size: 1.6rem;
		padding: 10px 0;
		margin-bottom: 10px;
	}
	.ai-dx .sec-03 .price span:first-of-type {
		font-size: 3.6rem;
	}
	.ai-dx .sec-03 .price span:last-of-type {
		font-size: 2.4rem;
	}
	.ai-dx .sec-03 {
		margin-top: 40px;
	}
	.ai-dx .sec-03 .bloc .frame .sub-ttl {
		font-size: 2.0rem;
		padding: 5px 0;
	}
	.ai-dx .sec-03 .bloc .frame .container {
		padding: 20px 20px;
		margin-bottom: 20px;
	}
	.ai-dx .sec-03 .bloc .frame .container ul {
		padding: 0;
		margin-bottom: 20px;
	}
	.ai-dx .sec-03 .bloc .frame .container ul li {
		margin-bottom: 15px;
		margin-top: 15px;
		font-size: 1.6rem;
		padding-bottom: 10px;
	}
	.ai-dx .sec-03 .bloc .frame .container ul li:first-of-type {
		margin-top: 0;
	}
	.ai-dx .sec-03 .bloc .frame .container ul li p span {
		font-size: 2.4rem;
	}
	.ai-dx .sec-03 .bloc .frame .container .bottom-txt {
		font-size: 1.6rem;
	}
	.ai-dx .sec-03 .txt-area .l-txt {
		font-size: 2.0rem;
	}
	.ai-dx .sec-03 .txt-area .l-txt span.marker-txt {
		font-size: 2.2rem;
	}
	.ai-dx .sec-04 {
		margin-top: 40px;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.ai-dx .sec-04 .bloc .container {
		padding: 40px 20px;
	}
	.ai-dx .sec-04 .bloc .container .f-box .f-item:first-of-type {
		margin-right: 15px;
	}
	.ai-dx .sec-04 .bloc .container .f-box .f-item:last-of-type {
		margin-left: 15px;
	}
	.ai-dx .sec-04 .bloc .container h3 {
		margin-bottom: 20px;
		font-size: 2.0rem;
	}
	.ai-dx .sec-04 .bloc .container h3::after {
		margin-top: 10px;
	}
	.ai-dx .sec-04 .bloc .container .f-box .f-item h4 {
		margin-bottom: 10px;
	}
	.ai-dx .sec-04 .image-area .f-item:first-of-type {
		margin-right: 10px;
	}
	.ai-dx .sec-04 .image-area .f-item:last-of-type {
		margin-left: 10px;
	}
	.ai-dx .sec-05 {
		margin-top: 40px;
	}
	.ai-dx .sec-05 .preparation {
		margin-top: 40px;
	}
	.ai-dx .sec-05 .sched .sched-list {
		width: 100%;
	}
	.ai-dx .sec-05 .preparation .frame-02 {
		margin-bottom: 20px;
	}
	.ai-dx .sec-05 .preparation .frame-02 .sub-ttl {
		font-size: 2.0rem;
	}
	.ai-dx .sec-05 .preparation .frame-02 .list {
		padding: 20px 0;
	}
	.ai-dx .sec-05 .preparation .frame-02 .list .list_inner {
		width: 100%;
		padding: 0 30px;
	}
	.kartebridge .ttl_lower {
		margin-bottom: 20px;
	}
	.kartebridge .ttl_lower h2 {
		font-size: 2.4rem;
	}
	.kartebridge .ttl_lower h2::after {
		margin-top: 10px;
	}
	.kartebridge .sec:nth-of-type(2) {
		margin-top: 60px;
	}
	.kartebridge .sec-01 .f-box .f-item:first-of-type {
		margin-right: 15px;
	}
	.kartebridge .sec-01 .f-box .f-item:last-of-type {
		margin-left: 15px;
	}
	.kartebridge .sec-01 .f-box .f-item .f-item-text h3 {
		font-size: 1.8rem;
		margin-bottom: 10px;
	}
	.kartebridge .sec-02 {
		margin-top: 40px;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.kartebridge .sec-02 .features {
		/*margin-bottom: 40px;*/
	}
	.kartebridge .sec-02 .features .txt-area {
		margin-bottom: 30px;
	}
	.kartebridge .sec-02 .features .txt-area p  {
		font-size: 1.6rem;
	}
	.kartebridge .sec-02 .case {
		padding-top: 40px;
		padding-bottom: 40px;
		margin-top: 40px;
	}
	.kartebridge .sec-02 .case .container {
		padding-right: 20px;
		padding-left: 20px;
	}
	.kartebridge .sec-02 .case .container h3.ttl_lower {
		margin-bottom: 20px;
	}
	.kartebridge .sec-02 .case .case-ttl {
		font-size: 1.6rem;
	}
	.kartebridge .sec-02 .case .case-ttl .num {
		height: 36px;
	}
	.kartebridge .sec-03 {
		margin-top: 40px;
	}
	.kartebridge .sec-03 .price {
		font-size: 1.6rem;
		padding: 10px 0;
		margin-bottom: 10px;
	}
	.kartebridge .sec-03 .price span:first-of-type {
		font-size: 3.6rem;
	}
	.kartebridge .sec-03 .price span:last-of-type {
		font-size: 2.4rem;
	}
}

@media(max-width: 690px) {
	span.hi-lite {
		font-size: 1.8rem;
	}
	.ai-dx .sec-01 .f-box {
		flex-direction: column;
	}
	.ai-dx .sec-01 .f-box .f-item {
		width: 100%;
	}
	.ai-dx .sec-01 .f-box .f-item:first-of-type {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.ai-dx .sec-01 .f-box .f-item:last-of-type {
		margin-left: 0;
	}
	.ai-dx .sec-03 .bloc .frame .container ul li {
		flex-direction: column;
		align-items: flex-start;
	}
	.ai-dx .sec-03 .bloc .frame .container ul li p:first-of-type {
		margin-right: 0;
		width: 100%;
		margin-bottom: 5px;
	}
	.ai-dx .sec-04 .bloc .container .f-box {
		flex-direction: column;
	}
	.ai-dx .sec-04 .bloc .container .f-box .f-item {
		width: 100%;
	}
	.ai-dx .sec-04 .bloc .container .f-box .f-item:first-of-type {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.ai-dx .sec-04 .bloc .container .f-box .f-item:last-of-type {
		margin-left: 0;
	}
	.ai-dx .sec-04 .image-area {
		flex-direction: column;
		align-items: center;
	}
	.ai-dx .sec-04 .image-area .f-item {
		width: 80%;
	}
	.ai-dx .sec-04 .image-area .f-item:first-of-type {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.ai-dx .sec-04 .image-area .f-item:last-of-type {
		margin-left: 0;
	}
	.ai-dx .sec-05 .sched .sched-list ol li.note {
		height: auto;
		padding: 10px 10px;
		text-align: left;
	}
	.kartebridge .sec-01 .f-box {
		flex-direction: column;
	}
	.kartebridge .sec-01 .f-box .f-item {
		width: 100%;
	}
	.kartebridge .sec-01 .f-box .f-item:first-of-type {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.kartebridge .sec-01 .f-box .f-item:last-of-type {
		margin-left: 0;
	}
	.kartebridge .sec-02 .features .features-list ul li {
		font-size: 1.6rem;
		height: 60px;
		padding: 10px 10px;
	}
	.kartebridge .sec-02 .features .features-list ul li:nth-of-type(n+2) {
		margin-top: 10px;
	}
}

@media(max-width: 500px) {
	h3.ttl_lower {
		font-size: 2.0rem;
	}
	.cta-area {
		margin-top: 40px;
		font-size: 1.6rem;
	}
	.cta-area .cta-btn a {
		width: 100%;
	}
	.ai-dx .ttl_lower h2 {
		font-size: 2.2rem;
	}
	.ai-dx .sec:nth-of-type(2) {
		margin-top: 40px;
	}
	.ai-dx .sec-04 .image-area .f-item {
		width: 100%;
	}
	.ai-dx .sec-05 .sched .sched-list ol li {
		font-size: 1.6rem;
	}
	.ai-dx .sec-05 .sched .sched-list ol li p.number {
		font-size: 2.0rem;
		margin-right: 10px;
	}
	.ai-dx .sec-05 .preparation .frame-02 .sub-ttl {
		font-size: 1.8rem;
	}
	.ai-dx .sec-05 .preparation .frame-02 .list .list_inner {
		padding: 0 10px;
	}
	.ai-dx .sec-05 .preparation .frame-02 .list .list_inner p {
		margin-bottom: 5px;
	}
	.kartebridge .ttl_lower h2 {
		font-size: 2.2rem;
	}
	.kartebridge .sec:nth-of-type(2) {
		margin-top: 40px;
	}
}