@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap");

:root {
	--mainColor: #fff;
	--assortColor: #EEFFFF;
	--accentColor: #FFF1F6;
	--pink: #E6627B;
	--pinkLight: #FF8092;
	--pinkLight02: #ffa6ae;
	--blue: #4F80A8;
	--red: #FF0000;
	--maru: "Kosugi Maru", sans-serif;
	--Serif: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HGS明朝E", ;
	--shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
	--shadow2: 0 0 0 0 rgba(0, 0, 0, 0.1);
}

.femaleInfertility * {
	box-sizing: border-box;
}

@media (max-width: 767px) {
	#main .comBox {
		margin: 0;
	}
}

/*======================================
-MV
======================================*/

#main .mainImg02 {
	background: initial !important;
	height: initial !important;
}

#main .mainImg__in {
	position: relative;
	background-image: url("../img/female-infertility/mv.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
	width: 100%;
	max-width: 1100px;
	height: 640px;
	margin: auto;
}

@media (max-width: 767px) {
	#main .mainImg__in {
		background-image: url("../img/female-infertility/mv_sp.jpg");
		height: 100vh;
	}
}

/*======================================
-枠組み
======================================*/

#main .pfcWrap {
	background-color: #EEFFFF;
	padding: 24px 32px 56px !important;
}

@media (max-width: 767px) {
	#main .pfcWrap {
		padding: 24px 16px 56px !important;
	}
}

#main .acrsWrap {
	background-color: #FFF1F6;
	padding: 40px 32px 56px !important;
}

@media (max-width: 767px) {
	#main .acrsWrap {
		padding: 40px 16px 56px !important;
	}
}


#main .femaleInfertility .txt {
	line-height: 2;
	text-align: justify;
	margin-bottom: 24px;
}

#main .femaleInfertility .txt02 {
	line-height: 2;
	text-align: justify;
}

#main .sec01, #main .sec02, #main .sec03, #main .sec04 {
	position: relative;
	padding: 48px 0;
	margin: 0;
}

#main .sec01 {
	padding: 0 0 48px;
}

@media (max-width: 767px) {

	#main .sec01, #main .sec02, #main .sec03, #main .sec04 {
		padding: 48px 16px;
	}

	#main .sec02, #main .sec03 {
		padding: 48px 0;
	}

	#main .acrsWrap {
		padding: 48px 16px;
	}
}

#main .regeneWrap {
	position: relative;
}


#main .regeneWrap::before {
	content: "";
	position: absolute;
	right: -16px;
	top: 40px;
	background-image: url("../img/female-infertility/bg01.svg");
	background-repeat: no-repeat;
	background-position: 100%;
	width: 300px;
	height: 300px;
	z-index: -1;
}

#main .regeneWrap::after {
	content: "";
	position: absolute;
	left: -56px;
    bottom: 22%;
	background-image: url("../img/female-infertility/bg02.svg");
	background-repeat: no-repeat;
	background-position: 100%;
	width: 300px;
	height: 300px;
	z-index: -1;
}

@media (max-width: 767px) {
	#main .regeneWrap::before {
		right: -72px;
	}

	#main .regeneWrap::after {
		left: -72px;
		bottom: 384px;
	}
}

#main .attWrap {
	padding: 48px 0 0;
}

@media (max-width: 767px) {
	#main .attWrap {
		padding: 48px 16px 0;
	}
}

#main .catchBox {
	position: absolute;
	right: 10%;
	top: 15%;
	z-index: 2;
	display: flex;
	justify-content: center;
	flex-direction: column;
	user-select: none;
}

@media (max-width: 767px) {
	#main .catchBox {
		left: 50%;
		right: initial;
		top: initial;
		bottom: 25vh;
		width: 100%;
		transform: translateX(-50%);
		z-index: 2;
	}
}

.objectWrap {
	position: relative;
}

/*======================================
-見出し枠組み
======================================*/

#main .catchTtl {
	display: flex;
	align-items: baseline;
	justify-content: center;
}

#main .mainImg02 .inferHeadLine01 {
	font-family: var(--maru);
	font-size: 27px;
	background-color: var(--pink);
	width: 180px;
	height: 40px;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--mainColor);
	margin: 0 auto 12px;
}

@media (max-width: 767px) {
	#main .mainImg02 .inferHeadLine01 {
		font-size: 22px;
		height: 32px;
		border-radius: 32px;
	}
}

#main .mainImg02 .catchTtlLarge, #main .mainImg02 .catchTtlLarge02 {
	font-size: 25px;
	font-family: var(--maru);
}

@media (max-width: 767px) {
	#main .mainImg02 .catchTtlLarge, #main .mainImg02 .catchTtlLarge02 {
		font-size: 18px;
	}
}

#main .mainImg02 .catchTtlSmall, #main .mainImg02 .catchTtlSmall02 {
	font-size: 18px;
	font-family: var(--maru);
}

@media (max-width: 767px) {
	#main .mainImg02 .catchTtlSmall, #main .mainImg02 .catchTtlSmall02 {
		font-size: 14px;
	}
}

#main .mainImg02 .catchTtlLarge, #main .mainImg02 .catchTtlSmall {
	color: var(--blue);
}

#main .mainImg02 .catchTtlLarge02, #main .mainImg02 .catchTtlSmall02 {
	color: var(--pinkLight);
}

#main .catchUl > li {
	margin-bottom: 8px;
}

#main .verticalTxt {
	position: absolute;
	left: 10%;
	bottom: 25%;
	writing-mode: vertical-rl;
	font-size: 23px;
	color: var(--pinkLight);
	font-family: var(--maru);
	line-height: 2;
	letter-spacing: 2px;
	user-select: none;
}

@media (max-width: 767px) {
	#main .verticalTxt {
		font-size: 16px;
		left: initial;
		bottom: initial;
		top: 10%;
		right: 15%;
	}
}

/*======================================
-見出し
======================================*/

#main .headlineBox {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 48px;
}

#main .headlineBox02a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 40px;
	background-image: url("../img/female-infertility/bg03.png");
    background-size: 100%;
	border-radius: 4px;
}

#main .headlineBox02b {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 40px;
	background-image: url("../img/female-infertility/bg04.png");
    background-size: 100%;
	border-radius: 4px;
}

#main .inferHeadLine02a {
	font-size: 25px;
	text-align: center;
	display: inline-block;
	align-items: center;
	position: relative;
	color: var(--pinkLight);
	font-family: var(--maru);
	justify-content: center;
	letter-spacing: 1px;
}

#main .inferHeadLine02a::after {
	position: absolute;
	content: "";
	border-bottom: 4px dotted var(--pinkLight);
	left: 50%;
	width: 340px;
	transform: translateX(-50%);
	bottom: -8px;
}

@media (max-width: 767px) {
	#main .inferHeadLine02a {
		font-size: 20px;
	}

	#main .inferHeadLine02a::after {
		border-bottom: 2px dotted var(--pinkLight);
		width: 280px;
	}
}

#main .inferHeadLine02b {
	font-size: 25px;
	text-align: center;
	display: inline-block;
	align-items: center;
	position: relative;
	color: var(--blue);
	font-family: var(--maru);
	justify-content: center;
	letter-spacing: 1px;
	padding: 8px 0;
}

@media (max-width: 767px) {
	#main .inferHeadLine02b {
		font-size: 20px;
	}
}

#main .inferHeadLine02c {
	font-size: 25px;
	text-align: center;
	display: inline-block;
	align-items: center;
	position: relative;
	color: var(--blue);
	font-family: var(--maru);
	justify-content: center;
	letter-spacing: 1px;
}

#main .inferHeadLine02c > span {
	color: var(--pinkLight);
}

#main .inferHeadLine02c::after {
	position: absolute;
	content: "";
	border-bottom: 4px dotted var(--blue);
	width: 340px;
	transform: translateX(-50%);
	left: 50%;
	bottom: -8px;
}

@media (max-width: 767px) {
	#main .inferHeadLine02c {
		font-size: 20px;
	}

	#main .inferHeadLine02c::after {
		border-bottom: 2px dotted var(--blue);
		width: 280px;
	}
}

#main .inferHeadLine02d {
	font-size: 25px;
	text-align: center;
	display: inline-block;
	align-items: center;
	position: relative;
	color: var(--pinkLight);
	font-family: var(--maru);
	justify-content: center;
	letter-spacing: 1px;
	padding: 8px 0;
}

@media (max-width: 767px) {
	#main .inferHeadLine02d {
		font-size: 20px;
	}
}

#main .meritListTtl01, #main .meritListTtl02, #main .meritListTtl03,
#main .meritListTtl04, #main .meritListTtl05 {
	font-size: 18px;
	text-align: justify;
	display: inline-block;
	align-items: center;
	position: relative;
	color: var(--blue);
	font-family: var(--maru);
	justify-content: left;
	letter-spacing: 1px;
	display: flex;
	align-items: center;
	padding: 6px 0 12px 56px;
}

@media (max-width: 767px) {
	#main .meritListTtl01, #main .meritListTtl02, #main .meritListTtl03,
	#main .meritListTtl04, #main .meritListTtl05 {
		padding: 56px 0 16px 0;
		display: flex;
		text-align: center;
		justify-content: center;
	}
}

#main .meritListTtl01::before, #main .meritListTtl02::before, #main .meritListTtl03::before,
#main .meritListTtl04::before, #main .meritListTtl05::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 56px;
	background-repeat: no-repeat;
    background-size: 40px;
}

#main .meritListTtl01::before {
	background-image: url("../img/female-infertility/icon_merit01.png");
	background-size: 45px;
    height: 42px;
}

#main .meritListTtl02::before {
	position: absolute;
	background-image: url("../img/female-infertility/icon_merit02.png");
    height: 42px;
}

#main .meritListTtl03::before {
	content: "";
	position: absolute;
	background-image: url("../img/female-infertility/icon_merit03.png");
    height: 42px;
}

#main .meritListTtl04::before {
	content: "";
	position: absolute;
	background-image: url("../img/female-infertility/icon_merit04.png");
	background-size: 35px;
	width: 35px;
    height: 42px;
}

#main .meritListTtl05::before {
	content: "";
	position: absolute;
	background-image: url("../img/female-infertility/icon_merit05.png");
	background-size: 30px;
    height: 42px;
	left: 4px;
}

@media (max-width: 767px) {
	#main .meritListTtl01::before {
		background-size: 64px;
		width: 64px;
		height: 48px;
		top: -8px;
		left: 50%;
		transform: translateX(-50%);
	}

	#main .meritListTtl02::before {
		background-size: 56px;
		width: 64px;
		height: 56px;
		top: -8px;
		left: 50%;
		transform: translateX(-50%);
	}

	#main .meritListTtl03::before {
		background-size: 48px;
		width: 48px;
		height: 48px;
		top: -8px;
		left: 50%;
		transform: translateX(-50%);
	}

	#main .meritListTtl04::before {
		background-size: 42px;
		width: 42px;
		height: 46px;
		top: -8px;
		left: 50%;
		transform: translateX(-50%);
	}

	#main .meritListTtl05::before {
		background-size: 36px;
		width: 36px;
		height: 48px;
		top: -8px;
		left: 50%;
		transform: translateX(-50%);
	}
}

#main .femaleInfertility .doctorBox {
	position: relative;
}

#main .femaleInfertility .doctorUl,
#main .femaleInfertility .linkBtnUl {
	max-width: 250px;
	display: grid;
	grid-template-columns: 1fr;
	gap: 48px;
	margin: 40px auto 80px;
}

#main .femaleInfertility .linkBtnUl {
	margin: 40px auto 0;
}

#main .femaleInfertility .linkBtnUl > li:last-child {
	padding-top: 12px;
}

#main .femaleInfertility .linkBtnUl a:hover {
	opacity: .7;
}

@media (max-width: 767px) {
	#main .femaleInfertility .doctorUl,
	#main .femaleInfertility .linkBtnUl {
		gap: 40px;
		margin: 40px 24px 80px;
	}

	#main .femaleInfertility .linkBtnUl {
		margin: 40px 0 0;
	}
}

#main .femaleInfertility .doctorImg {
    display: flex;
    margin-bottom: 16px;
}

#main .femaleInfertility .doctorImg > img {
	width: 100%;
	height: auto;
}

#main .femaleInfertility strong {
	color: var(--red);
	font-weight: 700;
}

/*======================================
-医師紹介
======================================*/

#main .doctorNameTxt {
	font-size: 13px;
	text-align: center;
}

#main .doctorNameTxt02 {
	font-size: 19px;
	text-align: center;
}

#main .doctorBtn {
	position: absolute;
    right: 6%;
    bottom: 3%;
	width: 80px;
	height: 80px;
}

@media (max-width: 767px) {
	#main .doctorBtn {
		right: -8px;
		bottom: -64%;
		width: 48px;
		height: 48px
	}
}

#main .doctorBtn a {
	display: flex;
}

#main .doctorBtn a:hover {
	opacity: .7;
}

#main .doctorBtn a img {
	width: 100%;
	height: auto;
}

/*======================================
-装飾（数字）
======================================*/

#main .numListImg01, #main .numListImg02, #main .numListImg03 {
    background-repeat: no-repeat;
    background-size: 32px;
    width: 32px;
    height: 36px;
    left: 0;
    top: 8px;
    position: absolute;
}

#main .numListImg01 {
    background-image: url("../img/female-infertility/icon_listA01.png");
}

#main .numListImg02 {
    background-image: url("../img/female-infertility/icon_listA02.png");
}

#main .numListImg03 {
    background-image: url("../img/female-infertility/icon_listA03.png");
}

#main .numListImg04 {
    background-image: url("../img/female-infertility/icon_listA04.svg");
	background-repeat: no-repeat;
	background-size: 32px;
    width: 32px;
    height: 14px;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

#main .numListBorder {
	border: 2px dashed var(--pinkLight02);
	padding: 8px 12px;
	border-radius: 8px;
	max-width: 600px;
	margin: auto;
}

#main  .numListAllow {
	position: absolute;
	width: 2px;
	height: 112%;
	left: 16px;
	top: 0;
	background-color: var(--pinkLight02);
}

@media (max-width: 767px) {
	#main .doctorBtn {
		height: 100%;
	}
}

#main  .numListAllow span {
	position: absolute;
	background-color: var(--pinkLight02);
	width: 2px;
    height: 8px;
    bottom: 0;
    left: 3px;
    transform: rotate(45deg);
}

/*======================================
-装飾
======================================*/

#main .objectImg01 {
	background-image: url("../img/female-infertility/icon_img01.png");
	background-repeat: no-repeat;
	background-size: 60px;
    width: 63px;
    height: 52px;
    left: -72px;
	top: -12px;
    position: absolute;
}

@media (max-width: 767px) {
	#main .objectImg01 {
		left: -32px;
		top: -56px;
	}
}

#main .objectImg02 {
	background-image: url("../img/female-infertility/icon_img02.png");
	background-repeat: no-repeat;
	background-size: 63px;
    width: 63px;
    height: 111px;
    left: -82%;
    top: -112px;
    position: absolute;
}

@media (max-width: 767px) {
	#main .objectImg02 {
		background-size: 50px;
		width: 63px;
		height: 111px;
		left: -67px;
		top: -125px;
	}
}

#main .objectImg03 {
	background-image: url("../img/female-infertility/icon_img03.png");
	background-repeat: no-repeat;
	background-size: 64px;
    width: 64px;
    height: 64px;
    right: -76%;
    top: -64px;
    position: absolute;
}

@media (max-width: 767px) {
	#main .objectImg03 {
		background-size: 40px;
		width: 40px;
		height: 40px;
		right: -64px;
		top: -64px;
	}
}

#main .objectImg04 {
	position: absolute;
	background-image: url("../img/female-infertility/icon_img04.png");
	background-repeat: no-repeat;
	background-size: 56px;
    width: 56px;
    height: 85px;
    left: 16px;
    bottom: 43px;
}

@media (max-width: 767px) {
	#main .objectImg04 {
		background-size: 40px;
		width: 40px;
		height: 60px;
		left: 2px;
		bottom: 12px;
	}
}

#main .objectImg05 {
	position: absolute;
	background-image: url("../img/female-infertility/icon_img05.png");
	background-repeat: no-repeat;
    background-size: 80px;
    width: 80px;
    height: 40px;
    right: 32px;
    bottom: 24px;
}

@media (max-width: 767px) {
	#main .objectImg05 {
		background-size: 64px;
		width: 64px;
		height: 40px;
		right: 8px;
		bottom: 8px
	}
}

#main .objectImg06 {
	position: absolute;
	background-image: url("../img/female-infertility/icon_img06.png");
    background-repeat: no-repeat;
    background-size: 48px;
    width: 48px;
    height: 112px;
    right: 87px;
    top: -20px;
}

@media (max-width: 767px) {
	#main .objectImg06 {
		background-size: 32px;
		width: 32px;
		height: 67px;
		right: -11px;
		top: -24px;
	}
}

#main .objectImg07 {
	position: absolute;
	background-image: url("../img/female-infertility/icon_img07.png");
    background-repeat: no-repeat;
    background-size: 56px;
    width: 56px;
    height: 153px;
    left: 80px;
    bottom: -4px;
}

@media (max-width: 767px) {
	#main .objectImg07 {
		background-size: 40px;
		width: 40px;
		height: 109px;
		left: -14px;
		bottom: -6px;
	}
}

#main .objectImg08 {
	position: absolute;
	background-image: url("../img/female-infertility/icon_img08.png");
    background-repeat: no-repeat;
    background-size: 56px;
    width: 56px;
    height: 153px;
    right: 96px;
    bottom: -80px;
}

@media (max-width: 767px) {
	#main .objectImg08 {
		background-size: 38px;
		width: 38px;
		height: 85px;
		right: -12px;
		bottom: -32px;
	}
}

#main .objectImg09 {
	position: absolute;
	background-image: url("../img/female-infertility/icon_img09.png");
    background-repeat: no-repeat;
    background-size: 56px;
    width: 56px;
    height: 109px;
    left: -24px;
    bottom: -80px;
}

@media (max-width: 767px) {
	#main .objectImg09 {
		background-size: 48px;
		width: 48px;
		height: 95px;
		left: -12px;
		bottom: -56px;
	}
}

#main .objectImg10 {
	position: absolute;
	background-image: url("../img/female-infertility/icon_img10.png");
    background-repeat: no-repeat;
	background-size: 48px;
    width: 48px;
    height: 131px;
    right: 24px;
    bottom: -80px;
}

@media (max-width: 767px) {
	#main .objectImg10 {
		background-size: 38px;
		width: 38px;
		height: 85px;
		right: 8px;
		bottom: -32px;
	}
}

#main .objectImg11 {
	position: absolute;
	background-image: url("../img/female-infertility/icon_img11.png");
    background-repeat: no-repeat;
	background-size: 56px;
    width: 56px;
    height: 67px;
    right: -40px;
    top: 120px;
}

@media (max-width: 767px) {
	#main .objectImg11 {
		background-size: 56px;
		width: 56px;
		height: 67px;
		right: -8px;
		top: 23%;
	}
}

#main .objectImg12 {
	position: absolute;
	background-image: url("../img/female-infertility/icon_img12.png");
    background-repeat: no-repeat;
	background-size: 80px;
    width: 80px;
    height: 112px;
    left: -38px;
    bottom: -24px;
}

@media (max-width: 767px) {
	#main .objectImg12 {
		background-size: 72px;
		width: 75px;
		height: 101px;
		left: -12px;
		bottom: -24px;
	}
}

#main .objectImg13 {
	position: absolute;
	background-image: url("../img/female-infertility/icon_img13.png");
    background-repeat: no-repeat;
    background-size: 48px;
    width: 48px;
    height: 55px;
    right: 40px;
    bottom: 32px;
}

@media (max-width: 767px) {
	#main .objectImg13 {
		background-size: 40px;
		width: 40px;
		height: 44px;
		right: 4px;
		bottom: 24px;
	}
}

#main .objectImg14 {
	position: absolute;
	background-image: url("../img/female-infertility/icon_img14.png");
    background-repeat: no-repeat;
    background-size: 40px;
    width: 40px;
    height: 76px;
    left: 99px;
    top: -8px;
}

@media (max-width: 767px) {
	#main .objectImg14 {
		background-size: 32px;
		width: 32px;
		height: 64px;
		left: -12px;
		top: -28px;
	}
}

#main .objectImg15 {
	position: absolute;
	background-image: url("../img/female-infertility/icon_img15.png");
    background-repeat: no-repeat;
	background-size: 46px;
    width: 46px;
    height: 88px;
    left: -16px;
    top: -28px;
}

@media (max-width: 767px) {
	#main .objectImg15 {
		background-size: 46px;
		width: 46px;
		height: 88px;
		left: -8px;
		top: -32px;
	}
}

#main .objectImg16 {
	position: absolute;
	background-image: url("../img/female-infertility/icon_img16.png");
    background-repeat: no-repeat;
	background-size: 56px;
    width: 56px;
    height: 100px;
    right: -8px;
    top: -80px;
}

@media (max-width: 767px) {
	#main .objectImg16 {
		background-size: 38px;
		width: 38px;
		height: 70px;
		right: -8px;
		top: -32px;
	}
}

#main .objectImg17 {
	position: absolute;
	background-image: url("../img/female-infertility/icon_img17.png");
    background-repeat: no-repeat;
    background-size: 64px;
    width: 64px;
    height: 96px;
    right: 56px;
    top: -80px;
}

@media (max-width: 767px) {
	#main .objectImg17 {
		background-size: 64px;
		width: 64px;
		height: 96px;
		right: -8px;
		top: -32px;
	}
}

#main .objectImg18 {
	position: absolute;
	background-image: url("../img/female-infertility/icon_img18.png");
    background-repeat: no-repeat;
    background-size: 48px;
    width: 48px;
    height: 104px;
    right: 96px;
    top: 400px;
}

@media (max-width: 767px) {
	#main .objectImg18 {
		background-size: 40px;
		width: 40px;
		height: 88px;
		right: -6px;
		top: 62%;
	}
}

#main .objectImg19 {
	position: absolute;
	background-image: url("../img/female-infertility/icon_img19.png");
    background-repeat: no-repeat;
    background-size: 96px;
    width: 96px;
    height: 80px;
    left: -40px;
    top: 8px;
}

@media (max-width: 767px) {
	#main .objectImg19 {
		background-size: 80px;
		width: 80px;
		height: 66px;
		left: -13px;
		top: -20px;
	}
}

#main .objectImg20 {
	position: absolute;
	background-image: url("../img/female-infertility/icon_img20.png");
    background-repeat: no-repeat;
    background-size: 72px;
    width: 72px;
    height: 64px;
	right: 16px;
    top: -40px;
}

@media (max-width: 767px) {
	#main .objectImg20 {
		background-size: 56px;
		width: 56px;
		height: 48px;
		right: -8px;
		top: -24px;
	}
}

#main .objectImg21 {
	position: absolute;
	background-image: url("../img/female-infertility/icon_img21.png");
    background-repeat: no-repeat;
    background-size: 32px;
    width: 32px;
    height: 79px;
    right: 24px;
    bottom: 104px;
}

@media (max-width: 767px) {
	#main .objectImg21 {
		background-size: 24px;
		width: 24px;
		height: 59px;
		right: 8px;
		bottom: 104px;
	}
}

#main .objectImg22 {
	position: absolute;
	background-image: url("../img/female-infertility/icon_img22.png");
    background-repeat: no-repeat;
    background-size: 48px;
    width: 72px;
    height: 112px;
    left: 16px;
    bottom: 80px;
}

@media (max-width: 767px) {
	#main .objectImg22 {
		background-size: 40px;
		width: 40px;
		height: 96px;
		left: 4px;
		bottom: 10px;
	}
}

#main .inferImg, #main .inferImg02,
#main .inferImg03, #main .inferImg04 {
	width: 100%;
	height: auto;
	margin: 40px auto;
    max-width: 400px;
	display: flex;
}

#main .inferImg img, #main .inferImg02 img,
#main .inferImg03 img, #main .inferImg04 img {
	width: 100%;
	height: auto;
}

#main .inferImg03 {
	max-width: 450px;
	width: 100%;
}

#main .inferImg04 {
	margin: 24px auto;
}

@media (max-width: 767px) {
	#main .inferImg {
		width: 80%;
	}

	#main .inferImg02 {
		width: 100%;
	}
}

#main .meritListUl {
	display: grid;
	grid-template-columns: 1fr;
	gap: 48px;
}

#main .numListOl {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}

#main .numListOl li {
	position: relative;
	padding: 0 0 0 56px;
}

#main .inferImg img {
	width: 100%;
	height: 100%;
}

#main .comLink a {
	font-family: var(--maru);
}

#main .attTtl {
	font-weight: 700;
}

#main .attListUl {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
}

#main .attListUl li {
	position: relative;
	font-size: 1.4rem;
	text-align: justify;
	padding-left: 16px;
}

#main .attListUl li::before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}

/*======================================
-余白
======================================*/

.mb24 {
	margin-bottom: 24px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}