@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LSM */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
.work {
	font-family: "Work Sans", sans-serif;
}
.mon {
	font-family: "Montserrat", sans-serif;
}
/*------------------------------------------------------------
	comColor
------------------------------------------------------------*/
.comColor {
	color: #88a0e6;
}
.comColor02 {
	color: #30A8E6;
}
/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp {
	opacity: 0;
    transition: opacity 1.5s ease, transform 1.5s ease;
    transform: translate(0, 40px);
}
.fadeInUp.in {
	opacity: 1;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate(0, 0);
}
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 104rem;
	position: relative;
	z-index: 5;
}
.content.style01 {
	max-width: 105rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 2.5rem !important;
		max-width: inherit !important;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	color: #88A0E6;
	font-size: 6rem;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.03em;
}
@media all and (max-width: 896px) {
	.headLine01 {
		font-size: 4.5rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	padding: 2rem 0 2rem 17rem;
	position: relative;
	z-index: 5;
	color: #FFF;
	font-size: 8rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	background: url(../img/common/page_img01.png) no-repeat left 0.5rem top calc(50% + 0.4rem) / 13.3rem;
}
@media all and (max-width: 896px) {
	.headLine02 {
		padding: 1rem 0 1rem 7.6rem;
		font-size: 4.5rem;
		background: url(../img/common/page_img01.png) no-repeat left 0.5rem top calc(50% + 0.2rem) / 6.3rem;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 5.7rem;
	color: #30a8e6;
	font-size: 3.4rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-align: center;
}
.headLine03.style01 {
	color: #88a0e6;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 0.6rem;
		font-size: 2.8rem;
		line-height: 1.375;
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin: 0 auto -0.4rem;
	padding-left: 2.5rem;
	position: relative;
	width: fit-content;
	color: #88a0e6;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
.headLine04::before {
	margin-top: 0.1rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 1.3rem;
	height: 1.3rem;
	border-radius: 50%;
	background: #88a0e6;
	content: '';
}
.headLine04.style01 {
	color: #30A8E6;
}
.headLine04.style01::before {
	background: #30A8E6;
}
.headLine04.style02 {
	margin: 0;
	padding-left: 2rem;
	font-size: 2.4rem;
}
.headLine04.style02::before {
	margin-top: 0;
	top: 1.4rem;
	transform: none;
	width: 1rem;
	height: 1rem;
}
@media all and (max-width: 896px) {
	.headLine04 {
		margin: 0 auto 1.1rem;
		padding-left: 1.7rem;
		font-size: 2.4rem;
	}
	.headLine04::before {
		margin-top: 0.1rem;
		width: 1rem;
		height: 1rem;
	}
	.headLine04.style02 {
		padding-left: 1.7rem;
	}
	.headLine04.style02::before {
		top: 1.5rem;
	}
}
/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
.headLine05 {
	margin-bottom: 4.2rem;
	padding: 1.8rem 4.3rem 1.9rem 0;
	position: relative;
	width: fit-content;
	color: #FFF;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	z-index: 1;
}
.headLine05::before {
	position: absolute;
	top: 0;
	right: 0;
	width: 2100px;
	bottom: 0;
	background : linear-gradient(65deg, rgba(89, 185, 235, 1) 0%, rgba(160, 179, 235, 1) 100%);
	border-radius: 0 4.1rem 4.1rem 0;
	content: '';
	z-index: -1;
}
@media all and (max-width: 896px) {
	.headLine05 {
		margin-bottom: 2.5rem;
		padding: 1.2rem 3rem 1.2rem 0.2rem;
		font-size: 2.5rem;
		line-height: 1.32;
	}
	.headLine05::before {
		width: auto;
		left: -2.5rem;
	}
}
/*------------------------------------------------------------
	comText
------------------------------------------------------------*/
.comText {
	margin-bottom: 10.1rem;
	font-size: 1.8rem;
	line-height: 2.45;
	text-align: center;
	letter-spacing: 0.07em;
}
@media all and (max-width: 896px) {
	.comText {
		margin-bottom: 4.6rem;
		font-size: 1.7rem;
		line-height: 1.94;
		letter-spacing: 0.05em;
	}
}
/*------------------------------------------------------------
	comLinkList
------------------------------------------------------------*/
.comLinkList {
	margin: 0 auto 2.9rem;
	padding: 0 0.8rem;
	max-width: 41.4rem;
}
.comLinkList li {
	width: 17rem;
}
.comLinkList li a {
	min-height: 5.5rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 2.4rem;
	font-weight: 700;
	background: #30A8E6;
	letter-spacing: 0.03em;
	border-radius: 3rem;
	box-shadow: 0.2rem 0.2rem 0.2rem rgba(31, 15, 73, 0.16);
}
.comLinkList li a .sub {
	padding: 0.5rem 0 0.5rem 3.1rem;
	display: inline-block;
	background: url(../img/common/icon07.png) no-repeat left top calc(50% + 0.1rem) / 2.7rem;
}
.comLinkList li.style01 {
	width: 22.5rem;
}
.comLinkList li.style01 a {
	font-weight: 400;
	font-family: "Work Sans", sans-serif;
	letter-spacing: 0;
	background: #88A0E6;
}
.comLinkList li.style01 a .sub {
	padding: 0.5rem 0 0.5rem 2.4rem;
	background: url(../img/common/icon08.png) no-repeat left top calc(50% + 0.1rem) / 2.1rem;
}
/*------------------------------------------------------------
	comAreaBox
------------------------------------------------------------*/
.comAreaBox .area {
	margin-bottom: 10.3rem;
	padding: 6.6rem 0 7.1rem;
	position: relative;
	border-radius: 1rem;
}
.comAreaBox .area::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	border-radius: 1rem;
	content: '';
	z-index: 5;
}
.comAreaBox .area:last-child {
	margin-bottom: 0;
}
.comAreaBox .area::before {
	position: absolute;
	top: 1rem;
	left: 1rem;
	right: -1rem;
	bottom: -1rem;
	background: #88a0e6;
	border-radius: 1rem;
	content: '';
}
.comAreaBox.style01 .area::before {
	background: #30a8e6;
}
.comAreaBox .area .title {
	padding: 0.5rem 2.7rem;
	position: absolute;
	top: -2.3rem;
	left: 0;
	width: fit-content;
	border-radius: 4rem;
	background: #88a0e6;
	color: #FFF;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	z-index: 8;
}
.comAreaBox .area .title::before {
	position: absolute;
	bottom: -1rem;
	left: 1.7rem;
	width: 2.3rem;
	height: 1.3rem;
	background: url(../img/common/icon09.png) no-repeat left top / 100%;
	content: '';
}
.comAreaBox.style01 .area .title {
	background: #30a8e6;
}
.comAreaBox.style01 .area .title::before {
	background-image: url(../img/common/icon12.png);
}
.comAreaBox .area .subArea {
	margin: 0 auto;
	max-width: 86.8rem;
	position: relative;
	z-index: 10;
}
.comAreaBox .area .textBox {
	margin-bottom: 1rem;
}
.comAreaBox .area .text {
	margin-bottom: 2.7rem;
	line-height: 1.68;
	letter-spacing: 0.03em;
}
.comAreaBox .area .text.mb0 {
	margin-bottom: 0 !important;
}
.comAreaBox .area .listBox {
	padding: 4rem 1rem 4.2rem;
	position: relative;
}
.comAreaBox .area .listBox::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background : linear-gradient(90deg, rgba(160, 179, 235, 1) 0%, rgba(146, 180, 235, 1) 26.19%, rgba(110, 183, 235, 1) 75.42%, rgba(89, 185, 235, 1) 100%);
	opacity: 0.2;
	content: '';
	border-radius: 1rem;
}
.comAreaBox .area .listBox .sub {
	margin: 0 auto;
	max-width: 75rem;
}
.comAreaBox .area .listBox .textList {
	position: relative;
	z-index: 5;
}
.comAreaBox .area .listBox .textList li {
	padding-left: 1em;
	font-weight: 700;
	line-height: 1.68;
	letter-spacing: 0.05em;
	text-align: center;
	text-indent: -1em;
}
.comAreaBox .area .listBox .textList li .dot {
	color: #88a0e6;
}
.comAreaBox .area .imgBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.comAreaBox .area .imgBox .textBox {
	margin-bottom: 0;
	width: calc(100% - 22rem);
}
.comAreaBox .area .imgBox .textBox .text {
	margin-bottom: 0;
}
.comAreaBox .area .imgBox .photo {
	margin-top: 0.5rem;
	width: 20.4rem;
}
.comAreaBox .area .textUl {
	margin: 0 auto;
	max-width: 75rem;
	position: relative;
	z-index: 5;
}
.comAreaBox .area .textUl > li {
	margin-bottom: 2.7rem;
}
.comAreaBox .area .textUl > li:last-child {
	margin-bottom: 0;
}
.comAreaBox .area .textUl > li .text {
	margin-right: -2rem;
}
.comAreaBox .area .textUl li .innerTitle {
	margin-bottom: 0.2rem;
	position: relative;
	font-weight: 700;
	letter-spacing: 0.05em;
}
.comAreaBox .area .textUl li .innerTitle .dot {
	color: #30A8E6;
}
.comAreaBox .area .textUl li .subBox {
	padding: 0 1.6rem;
}
.comAreaBox .area .subList {
	margin-bottom: 2.9rem;
}
.comAreaBox .area .subList.mb0 {
	margin-bottom: 0;
}
.comAreaBox .area .subList.mb01 {
	margin-bottom: 0.4rem;
}
.comAreaBox .area .subList li {
	padding-left: 1em;
	text-indent: -1em;
	letter-spacing: 0.05em;
}
.comAreaBox .area .subList li:not(:last-child) {
	margin-bottom: 0.3rem;
}
.comAreaBox .area .subList li .dot {
	color: #30A8E6;
}
.comAreaBox .area .orderUl {
	margin-bottom: 3rem;
}
.comAreaBox .area .orderUl li {
	letter-spacing: 0.05em;
	line-height: 1.6;
}
.comAreaBox .area .orderUl li .number {
	color: #30A8E6;
}
.comAreaBox .area .tableBox {
	margin: 0 auto;
	max-width: 77rem;
	position: relative;
	z-index: 5;
}
.comAreaBox .area .tableBox table {
	width: 100%;
	border-collapse: collapse;
}
.comAreaBox .area .tableBox th,
.comAreaBox .area .tableBox td {
	text-align: left;
	vertical-align: top;
	box-sizing: border-box;
	word-break: break-all;
}
.comAreaBox .area .tableBox th {
	padding: 0.6rem 0.5rem 0.7rem;
	color: #FFF;
	font-weight: 400;
	background: #30a8e6;
	letter-spacing: 0.03em;
	text-align: center;
}
.comAreaBox .area .tableBox th.spec {
	background: transparent;
}
.comAreaBox .area .tableBox th:first-child {
	width: 25.8%;
}
.comAreaBox .area .tableBox th:first-child {
	width: 25.8%;
}
.comAreaBox .area .tableBox th:nth-child(2) {
	border-right: 1px solid #FFF;
	width: 36.7%;
}
.comAreaBox .area .tableBox td {
	padding: 1.2rem 0 1.2rem 1.3rem;
	height: 6.5rem;
	border: 1px solid #30a8e6;
	background: #FFF;
	line-height: 1.61;
	letter-spacing: 0.05em;
	vertical-align: middle;
}
.comAreaBox .area .tableBox td:first-child {
	border-left: none;
}
.comAreaBox .area .tableBox td:nth-child(2) {
	padding: 1.2rem 0 1.2rem 2.8rem;
}
.comAreaBox .area .tableBox td:last-child {
	border-right: none;
}
.comAreaBox .area .tableBox tr:nth-child(2n) td {
	background: #e6f5fc;
}
@media all and (max-width: 896px) {
	.comAreaBox .area {
		margin-bottom: 4.7rem;
		padding: 3.4rem 0 4.1rem;
		border-radius: 0.5rem;
	}
	.comAreaBox .area::after {
		border-radius: 0.5rem;
	}
	.comAreaBox .area::before {
		top: 0.5rem;
		left: 0.5rem;
		right: -0.6rem;
		bottom: -0.6rem;
		border-radius: 0.5rem;
	}
	.comAreaBox .area .title {
		padding: 0.3rem 1.9rem 0.4rem 1.7rem;
		top: -1.7rem;
		font-size: 1.8rem;
		white-space: nowrap;
	}
	.comAreaBox .area .title.spec {
		padding-right: 0;
	}
	.comAreaBox .area .title::before {
		left: 1.1rem;
		width: 1.8rem;
	}
	.comAreaBox .area .subArea {
		margin: 0 2.8rem;
		padding-left: 0;
		max-width: inherit;
	}
	.comAreaBox .area .text .textBox {
		margin-bottom: 1rem;
	}
	.comAreaBox .area .text {
		margin: 0 -2rem 1rem 0;
		font-size: 1.5rem;
		line-height: 1.73;
	}
	.comAreaBox .area .text.spec {
		padding-left: 1em;
		text-indent: -1em;
	}
	.comAreaBox .area .listBox {
		margin: 0 -0.1rem;
		padding: 1.1rem 1rem 1.1rem;
	}
	.comAreaBox .area .listBox::before {
		border-radius: 0.5rem;
	}
	.comAreaBox .area .listBox .textList li {
		margin: 0 auto;
		width: fit-content;
		font-size: 1.5rem;
		line-height: 1.6;
		text-align: left;
	}
	.comAreaBox .area .imgBox {
		display: block;
	}
	.comAreaBox .area .imgBox .textBox {
		width: auto;
	}
	.comAreaBox .area .imgBox .textBox .text {
		margin-bottom: 1rem;
	}
	.comAreaBox .area .imgBox .photo {
		margin: 0 -0.1rem;
		width: auto;
	}
	.comAreaBox .area .imgBox .photo img {
		width: 100%;
	}
	.comAreaBox .area .textUl {
		margin: 0;
		max-width: inherit;
	}
.comAreaBox .area .textUl > li {
	margin-bottom: 2.7rem;
}
.comAreaBox .area .textUl > li:last-child {
	margin-bottom: 0;
}
.comAreaBox .area .textUl > li .text {
	margin-right: -2rem;
}
	.comAreaBox .area .textUl li .innerTitle {
		margin-bottom: 0.1rem;
		font-size: 1.5rem;
	}
	.comAreaBox .area .textUl li .subBox {
		padding: 0 0.9rem;
	}
.comAreaBox .area .subList {
	margin-bottom: 1.2rem;
}
.comAreaBox .area .subList.mb0 {
	margin-bottom: 0;
}
.comAreaBox .area .subList.mb01 {
	margin-bottom: 0.4rem;
}
	.comAreaBox .area .subList li {
		font-size: 1.5rem;
	}
.comAreaBox .area .subList li:not(:last-child) {
	margin-bottom: 0.3rem;
}
	.comAreaBox .area .orderUl {
		margin-bottom: 1.1rem;
	}
	.comAreaBox .area .orderUl li {
		margin: 0 -2rem 0 0;
		font-size: 1.5rem;
		padding-left: 1em;
		text-indent: -1em;
		line-height: 1.73;
	}
	.comAreaBox .area .tableBox {
		margin: 0.5rem -0.4rem 0;
		max-width: inherit;
	}
	.comAreaBox .area .tableBox th,
	.comAreaBox .area .tableBox td {
		font-size: 1.4rem;
		line-height: 1.25;
	}
.comAreaBox .area .tableBox th {
	padding: 1rem 1rem 0.6rem;
	color: #FFF;
	font-weight: 400;
	background: #30a8e6;
	letter-spacing: 0.03em;
	text-align: left;
	vertical-align: middle;
}
	.comAreaBox .area .tableBox th .sub {
		margin: 0 auto;
		width: fit-content;
		display: block;
	}
	.comAreaBox .area .tableBox th:first-child {
		width: 25%;
	}
	.comAreaBox .area .tableBox th:nth-child(2) {
		width: 38.3%;
	}
	.comAreaBox .area .tableBox td {
		padding: 0.7rem 0.5rem 0.6rem;
		height: 4.9rem;
		line-height: 1.25;
	}
	.comAreaBox .area .tableBox td.les {
		letter-spacing: -0.03em;
	}
	.comAreaBox .area .tableBox td:nth-child(2) {
		padding: 0.7rem 0 1.2rem 0.6rem;
	}
	.comAreaBox .area .tableBox td:last-child {
		border-right: 1px solid #30a8e6;
	}
}
/*------------------------------------------------------------
	comSubjectBox
------------------------------------------------------------*/
.comSubjectBox {
	margin-top: 20.9rem;
}
.comSubjectBox .bgBox {
	padding: 10.1rem 0 10rem;
	position: relative;
}
.comSubjectBox .bgBox::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background : linear-gradient(114.03deg, rgba(195, 207, 242, 1) 0%, rgba(151, 211, 242, 1) 100%);
	opacity: 0.75;
	content: '';
}
.comSubjectBox .linkList {
	margin: 0 auto;
	max-width: 105.4rem;
	position: relative;
	z-index: 5;
	gap: 4.3rem 3.4rem;
	display: flex;
	flex-wrap: wrap;
}
.comSubjectBox .linkList li {
	width: calc((100% - 10.2rem) / 4);
}
.comSubjectBox .linkList li a {
	padding: 3.9rem 1rem 1rem;
	display: block;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background: #c1e5f7;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: all ease 0.5s;
}
.comSubjectBox .linkList li a::before {
	content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #FFF;
    transform-origin: 50% 0%;
    transform: scaleY(0);
    transition: transform ease 0.5s;
	z-index: -1;
}
.comSubjectBox .linkList li.on a {
	background: #FFF !important;
}
.comSubjectBox .linkList li .photo {
	margin: 0 auto 0.4rem;
	width: 5.9rem;
}
.comSubjectBox .linkList li .text {
	margin-bottom: 2rem;
	min-height: 6.8rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 2.8rem;
	letter-spacing: 0.05em;
	text-align: center;
	line-height: 1.2;
	transition: all ease 0.5s;
}
.comSubjectBox .linkList li .link {
	margin: 0 auto;
	padding: 0.5rem 2.3rem 0.5rem 0;
	width: fit-content;
	color: #30a8e6;
	font-size: 1.2rem;
	font-family: "Work Sans", sans-serif;
	background: url(../img/common/icon10.png) no-repeat right top calc(50% + 0.1rem) / 1.7rem;
}
@media all and (min-width: 897px) {
	.comSubjectBox .linkList li.style01 a {
		background: #dbe2f7;
	}
	.comSubjectBox .linkList li.style01 a .link {
		color: #88a0e6;
		background-image: url(../img/common/icon11.png);
	}
	.comSubjectBox .linkList li.style02 a .text {
		color: #30A8E6;
	}
	.comSubjectBox .linkList li.style03 a .link {
		color: #88a0e6;
		background-image: url(../img/common/icon11.png);
	}
	.comSubjectBox .linkList li.style03 a .text {
		color: #88a0e6;
	}
	.comSubjectBox .linkList li a:hover .text {
		color: #30A8E6;
	}
	.comSubjectBox .linkList li.style01 a:hover .text {
		color: #88a0e6;
	}
	.comSubjectBox .linkList li a:hover::before {
		transform-origin: 50% 100%;
        transform: scaleY(1);
	}
}
@media all and (max-width: 896px) {
	.comSubjectBox {
		margin-top: 6.7rem;
	}
	.comSubjectBox .bgBox {
		padding: 3.5rem 0 3.6rem;
	}
	.comSubjectBox .linkList {
		max-width: 41.4rem;
		gap: 1.2rem 1.8rem;
		justify-content: center;
	}
	.comSubjectBox .linkList li {
		width: 15.6rem;
	}
	.comSubjectBox .linkList li a {
		padding: 1.6rem 0.5rem;
	}
	.comSubjectBox .linkList li .photo {
		margin: 0 auto -0.5rem;
		width: 4.6rem;
	}
	.comSubjectBox .linkList li .photo.spec {
		margin: -0.5rem auto 0.3rem;
	}
	.comSubjectBox .linkList li .text {
		margin-bottom: 0.3rem;
		min-height: 4.9rem;
		font-size: 2.2rem;
		line-height: 1.1;
	}
	.comSubjectBox .linkList li.on .text {
		color: #30A8E6;
	}
	.comSubjectBox .linkList li .link {
		padding: 0.5rem 2.1rem 0.5rem 0;
		background: url(../img/common/icon10.png) no-repeat right center / 1.7rem;
	}
	.comSubjectBox .linkList li.spStyle a {
		background: #dbe2f7;
	}
	.comSubjectBox .linkList li.spStyle a .link {
		color: #88a0e6;
		background-image: url(../img/common/icon11.png);
	}
	.comSubjectBox .linkList li.spStyle.on .text {
		color: #88a0e6;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	margin: 0 auto;
	width: 33.9rem;
}
.comBtn a {
	position: relative;
	padding: 1rem 6rem 1.2rem 3.2rem;
	min-height: 6.8rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	background : linear-gradient(114.44deg, rgba(89, 185, 235, 1) 0%, rgba(160, 179, 235, 1) 100%);
	border: 1px solid transparent;
	border-radius: 3.4rem;
	overflow: hidden;
	box-sizing: border-box;
	z-index: 1;
}
.comBtn a::before {
	content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #FFF;
    transform-origin: 50% 0%;
    transform: scaleY(0);
    transition: transform ease 0.5s;
	z-index: -1;
}
.comBtn a::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 2.8rem;
	width: 2.1rem;
	height: 0.8rem;
	background: url(../img/common/icon13.png) no-repeat left top / 100%;
	content: '';
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		color: #88A0E6;
		border: 1px solid #88A0E6;
	}
	.comBtn a:hover::before {
		transform-origin: 50% 100%;
        transform: scaleY(1);
	}
	.comBtn a:hover::after {
		background-image: url(../img/common/icon13_over.png);
	}
}
@media all and (max-width: 896px) {
	.comBtn {
		width: 30.8rem;
	}
	.comBtn a {
		padding: 1rem 2.9rem;
		min-height: 6.1rem;
		font-size: 1.9rem;
	}
	.comBtn a::after {
		right: 2.4rem;
		width: 2.9rem;
		height: 1rem;
		background: url(../img/common/icon17.png) no-repeat left top / 100%;
	}
}
/*------------------------------------------------------------
	comOrderList
------------------------------------------------------------*/
.comOrderList {
	margin-bottom: 3.5rem;
	position: relative;
	z-index: 5;
}
.comOrderList > li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.8rem;
	line-height: 2.1;
	letter-spacing: 0.07em;
}
.comOrderList > li > .dot {
	color: #88a0e6;
}
@media all and (max-width: 896px) {
	.comOrderList {
		margin-bottom: 2.8rem;
	}
	.comOrderList > li {
		font-size: 1.5rem;
		line-height: 1.73;
		letter-spacing: 0.02em;
	}
}
/*------------------------------------------------------------
	comNoteList
------------------------------------------------------------*/
.comNoteList {
	position: relative;
	z-index: 5;
}
.comNoteList > li {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.68;
	left: 0.05em;
}
.comNoteList > li > .dot {
	color: #88A0E6;
}
@media all and (max-width: 896px) {
	.comNoteList > li {
		font-size: 1.5rem;
		line-height: 1.73;
	}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}