@charset "utf-8";

@media only screen and (min-width:751px) {}
@media only screen and (max-width:750px) {}

/*************************************************

partsPageTitle

*************************************************/
.partsPageTitle .icon img {
	width: 30px;
}
@media only screen and (max-width:750px) {
	.partsPageTitle .icon img {
		width: 24px;
	}
}


@media only screen and (min-width:751px) {
	.commonBtnList01 .ico {
		width: 75px;
	}
	.commonBtnList01 li:nth-child(1) .ico {
		width: 55px;
	}
}




/*************************************************

clickArea

*************************************************/
.clickArea {
	position: relative;
	display: table;
	margin: 0 auto;
	line-height: 0;
}
.clickArea a {
	position: absolute;
	display: block;
	background-color: #fff;
	opacity: 0;
	transition: opacity 0.3s;
}
.clickArea a:hover {
	opacity: 0.4;
}

.clickArea .btn01 {
	top: 66%;
    left: 63.5%;
    width: 36%;
    height: 16%;
}
.clickArea .btn02 {
    top: 23%;
    left: 0%;
    width: 40%;
    height: 17%;
}
.clickArea .btn03 {
    top: 0%;
    left: 63.5%;
    width: 36%;
    height: 16.5%;
}
.clickArea .btn04 {
    top: 41.3%;
    left: 0%;
    width: 38%;
    height: 27%;
}
.clickArea .btn05 {
    top: 2.9%;
    left: 0%;
    width: 43%;
    height: 16.5%;
}
.clickArea .btn06 {
    top: 44.3%;
    left: 71.3%;
    width: 28.5%;
    height: 17%;
}
.clickArea .btn07 {
	top: 70%;
    left: 0;
    width: 41%;
    height: 17%;
}
.clickArea .btn08 {
    top: 20%;
    left: 67.5%;
    width: 32.5%;
    height: 19.5%;
}




/*************************************************

iconList

*************************************************/
.iconList {
	margin-top: 30px;
}
.iconList li {
	box-sizing: border-box;
	display: table;
	width: 100%;
	table-layout: fixed;
	min-height: 65px;
}
.iconList li + li {
	margin-top: 35px;
}
.iconList li > * {
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
}
.iconList li .in_anc {
	position: relative;
	width: 0;
	height: 0;
	display: block;
}
.iconList .icon {
	width: 220px;
	border-right: #c5d7e0 solid 2px;
}
.iconList .icon > * {
	display: inline-block;
	vertical-align: middle;
}
.iconList .icon figure {
	width: 87px;
}
.iconList .icon figure img {
	width: 64px;
}
.iconList .icon figure img.size01 {
	width: auto;
}
.iconList .icon .ttl {
	font-size: 18px;
	font-weight: 700;
}
.iconList .commonTexts01 {
	padding-left: 40px;
}
@media (max-width: 750px) {
	.iconList li,
	.iconList li > * {
		display: block;
	}
	.iconList li + li {
		margin-top: 30px;
		padding-top: 30px;
		border-top: #c5d7e0 solid 1px;
	}
	/* .iconList li .in_anc {
		top: -60px;
	} */
	.iconList .icon {
		width: auto;
		border: none;
	}
	.iconList .icon > * {
		display: block;
		text-align: center;
	}
	.iconList .icon figure {
		width: auto;
		margin-bottom: 10px;
	}
	.iconList .icon figure img {
		width: auto;
		height: 50px;
	}
	.iconList .icon .ttl {
		font-size: 17px;
	}
	.iconList .commonTexts01 {
		margin-top: 12px;
		padding-left: 0;
		font-size: 14px;
	}
}



/*************************************************

ancArea

*************************************************/
.ancArea {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 100px;
	padding: 20px 20px;
	background-color: #f2f7d0;
	line-height: 1.4;
}
.ancArea a {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	padding-right: 25px;
	color: #000;
	text-decoration: none;
}
.ancArea a:before {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -6px;
	border-top: #bace3b solid 2px;
	border-right: #bace3b solid 2px;
	transform: rotate(45deg);
}
.ancArea li {
	box-sizing: border-box;
	padding: 10px;
	width: 33.3333%;
}
@media only screen and (max-width:750px) {
	.ancArea {
		display: block;
		margin-bottom: 80px;
	}
	.ancArea li {
		width: auto;
		padding: 0;
	}
	.ancArea li + li {
		margin-top: 15px;
	}
}



/*************************************************

isbgArea

*************************************************/
.isbgArea {
	padding: 30px;
	background-color: #e6f1f7;
}
.isbgArea dt {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	color: #007abf;
	font-weight: 700;
	text-align: center;
	line-height: 1.3;
}
.isbgArea dt span {
	display: block;
	margin: 0 7px;
}
.isbgArea dt .ico {
	line-height: 0;
}
@media only screen and (max-width:750px) {
	.isbgArea {
		padding: 20px;
	}
	.isbgArea dt {
		margin-bottom: 10px;
	}
	.isbgArea dt .ico img {
		width: 18px;
	}
}



/*************************************************

col2Text01

*************************************************/
.col2Text01 {
	display: flex;
	justify-content: space-between;
}
.col2Text01 .inBox {
	width: 47.959%;
}



/*************************************************

isPcFlex01

*************************************************/
@media only screen and (min-width:751px) {
	.isPcFlex01 {
		display: flex;
		flex-flow: column;
		justify-content: space-between;
	}
	.isPcFlex01 > * {
		box-sizing: border-box;
		width: 80%;
		margin: 0 auto;
	}
}

/*************************************************

isPcFlex02

*************************************************/
@media only screen and (min-width:751px) {
	.isPcFlex02 {
		position: relative;
		display: flex;
		justify-content: space-between;
	}
	.isPcFlex02:before {
		position: absolute;
		top: 0;
		left: 50%;
		display: block;
		content: '';
		width: 1px;
		height: 100%;
		background-color: #fff;
	}
	.isPcFlex02 > * {
		box-sizing: border-box;
		width: calc(50% - 20px);
	}
	.isPcFlex02 hr {
		display: none;
	}
}


/*************************************************

isPcFlex03

*************************************************/
@media only screen and (min-width:751px) {
	.isPcFlex03 {
		position: relative;
		display: flex;
		justify-content: space-between;
	}
	.isPcFlex03:before {
		position: absolute;
		top: 0;
		left: 50%;
		display: block;
		content: '';
		width: 2px;
		height: 100%;
		margin-left: -1px;
		background-color: #e6f1f7;
	}
	.isPcFlex03 > * {
		box-sizing: border-box;
		width: calc(50% - 30px);
		padding: 0 !important;
		margin: 0 !important;
		border-top: none !important;
	}
}


/*************************************************

isPcFlex02

*************************************************/
@media only screen and (min-width:751px) {
	.isPcFlex04 {
		position: relative;
		display: flex;
	}
	.isPcFlex04 > * {
		box-sizing: border-box;
		width: 33.3333%;
	}
	.isPcFlex04 > * + * {
		margin-left: 20px;
		padding-left: 20px;
		border-left: #fff solid 1px;
	}
	.isPcFlex04 hr {
		display: none;
	}
}

/*************************************************

check

*************************************************/
.btn.check {
	border: none;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: auto;
	background-color: #bace3b;
	color: #000;
	font-size: 18px;
	padding: 16px 0 20px;
}
.btn.check::before {
	content: none;
}
.btn.check .ttl {
	margin-top: 10px;
	font-size: 18px;
}
.btn.check .imgWrap {
	width: 49px;
	height: 60px;
	margin-right: 25px;
}
.btn.check .imgWrap img {
	width: 100%;
	height: auto;
}
@media only screen and (max-width:750px) {
	.btn.check {
		padding: 32px 52px 32px 20px;
	}
	.btn.check .ttl {
		margin-top: 0;
		font-size: 20px;
	}
	.btn.check .imgWrap {
		width: 33px;
		height: 40px;
		margin-right: 30px;
	}
}
/*************************************************

bnr Doll

*************************************************/
.bnrWrap.doll {
	margin: 35px auto;
    width: 100%;
    max-width: 980px;
	padding: 0 10px;
}
.bnrWrap.doll .bnr {
	display: block;
    border-radius: 20px;
	transition:  .3s ease;
}
.bnrWrap.doll .bnr:hover {
	opacity: 0.7;
}
.bnrWrap.doll .imgWrap {
	border-radius: 20px;
}
.bnrWrap.doll .imgWrap img{
	border-radius: 20px;
}

@media only screen and (max-width:750px) {

	.bnrWrap.doll {
		margin: 12px auto;
		max-width: 980px;
		width: calc(100% - 20px);
	}
	.bnrWrap.doll .imgWrap img {
		width: 100%;
	}
	.bnrWrap.doll .bnr {
		border-radius: 20px;
	}
	.bnrWrap.doll .imgWrap {
		border-radius: 0;
	}
	.bnrWrap.doll .imgWrap img{
		border-radius: 0;
	}

}