@charset "UTF-8";

.hp_color__brown,
.hp_color__gold{
	font-weight: bold;
}
.bl_media_body p + p {
    margin-top: 1.3em;
}

/*=======================================================
about
=======================================================*/
.bl_about {
	padding: 40px 0 80px;
}
.bl_about .bl_txt {
	text-align: center;
}
.bl_about .el_sec_boxTtl {
	font-size: 30px;
	margin-top: 40px;
	padding: 1px 0 0;
}
.bl_mediaList {
	display: flex;
	flex-flow: column;
	gap: 48px;
	margin: 40px 0 32px;
}
.bl_txtBox {
	width: 100%;
	padding: 32px 0;
	background-color: #F2EDE6;
	text-align: center;
}

@media screen and (max-width: 750px){
	.bl_about .bl_txt {
	    text-align: start;
    }
    .bl_about .el_sec_boxTtl {
	    font-size: 38px;
	    margin-top: 56px;
    }
    .bl_mediaList {
	    margin: 56px 0 40px;
    }
    .bl_txtBox {
	    padding: 40px 32px;
		text-align: start;
    }
}

/*=======================================================
worries
=======================================================*/
.bl_worries {
	background: #F2EDE6;
}
.bl_worries .el_sec_mainTtl {
	font-size: 30px;
	line-height: 1.4em;
	margin-bottom:16px;
}
.el_worriesTxt{
	text-align: center;
	color: #23305A;
	margin-bottom: 42px;
}
.el_worries_subTtl {
	min-height: 48px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	background: #23305A;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.bl_worries .el_worries_subTtl + .bl_bulletList {
	display: grid;
	grid-template: repeat(4, auto) / 1fr 1fr;
	grid-auto-flow: column;
	gap: 0 32px;
	padding: 32px 56px 32px 80px;
	background: #fff;
}
.bl_worries .el_worries_subTtl + .bl_bulletList:nth-of-type(3){
	grid-template: repeat(3, auto) / 1fr 1fr;
}
.bl_worries_set {
	display: flex;
	flex-flow: nowrap;
	gap: 32px;
}
.bl_worries_setItem {
	width: 496px;
	border: 1px solid #23305A;
}
.bl_worries_setItem > dt {
    font-size: 22px;
	color: #FFFFFF;
	letter-spacing: 1.32px;
	font-weight: bold;
	text-align: center;
	background-color: #23305A;
	padding: 6px 0 7px;
}
.bl_worries_setItem > dd {
	background-color: #FFFFFF;
	padding: 24px;
	position: relative;
}
.bl_worries_setItem:first-of-type > dd::after {
	position: absolute;
	content: "";
	width: 70px;
	height: 63px;
	background: url(../images/sleep-brain/worries_img01.svg) top center / contain no-repeat;
	bottom: 24px;
	right: 40px;
}
.bl_worries_setItem > dd .bl_bulletList {
	display: flex;
	flex-flow: column;
}
.bl_worries .el_btn{
	width: 460px;
}
@media screen and (max-width : 750px){
    .bl_worries .el_sec_mainTtl {
	    font-size: 36.5px;
		letter-spacing: 0;
		margin-bottom: 24px;
	   }
    .el_worries_subTtl {
	    min-height: 64px;
	    font-size: 32px;
    }
    .bl_worries .el_worries_subTtl + .bl_bulletList {
		padding: 40px 24px;
		display: flex;
		flex-direction: column;
	    gap: 0;
    }
    .bl_worries_set {
	    flex-flow: column;
	    gap: 40px;
    }
    .bl_worries_setItem {
	    width: 100%;
    }
    .bl_worries_setItem > dt {
        font-size: 30px;
	    padding: 8px 0 9px;
    }
    .bl_worries_setItem > dd {
	    padding: 32px 24px;
    }
    .bl_worries_setItem:first-of-type > dd::after {
	    width: 100px;
	    height: 93px;
	    bottom: 32px;
	    right: 48px;
    }
	.bl_worries .el_btn{
		width: 100%;
		padding-right: 16px;
	}
}

/*=======================================================
features
=======================================================*/
.bl_features .el_sec_boxTtl{
	background-color: #23305A;
	font-size: 30px;
	padding: 1px 0 0;
	margin-bottom: 40px;
}
.bl_features_set {
	display: flex;
	flex-flow: wrap;
	gap: 54px 32px;
}
.bl_features_setItem {
	width: 496px;
	background-color: #F2EDE6;
	padding: 0 24px 32px;
}
.bl_features_setItem > dt {
	font-size: 22px;
	color: #22305A;
	letter-spacing: 0.88px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 16px;
}
.bl_features_setItem > dt > span {
	font-size: 20px;
	color: #FFFFFF;
	letter-spacing: 1.2px;
	background-color: #23305A;
	padding: 7px 8px;
	width: 94px;
	text-align: center;
	display: block;
	margin: 0 auto 16px;
}

@media screen and (max-width : 750px){
	.bl_features .el_sec_boxTtl{
	    font-size: 38px;
    }
    .bl_features_set {
	    flex-flow: column;
	    gap: 54px;
    }
    .bl_features_setItem {
	    width: 100%;
	    padding: 0 32px 40px;
    }
    .bl_features_setItem > dt {
	    font-size: 30px;
	    margin-bottom: 24px;
    }
    .bl_features_setItem > dt > span {
	    font-size: 28px;
	    padding: 8px 9px;
	    width: 120px;
	    margin: 0 auto 24px;
    }
}

/*=======================================================
treatment
=======================================================*/
.bl_treatment {
	background-color: #23305A;
}
.bl_treatment .el_sec_mainTtl {
	font-size: 30px;
    color: #FFDD91;
}
.bl_treatment .bl_media_body {
	color: #FFFFFF;
}
.bl_treatment .bl_media_body p + .bl_bulletList {
	margin-top: 1.3em;
}

@media screen and (max-width : 750px){
    .bl_treatment .el_sec_mainTtl {
	    font-size: 38px;
    }
}

/*=======================================================
plan
=======================================================*/
.bl_plan {
	background-color: #F2EDE6;
}
.bl_plan .el_sec_boxTtl {
	background-color: #23305A;
	font-size: 30px;
	padding: 1px 0 0;
	margin-bottom: 40px;
}
.bl_plan .bl_cardUnit {
	flex-flow: nowrap;
	gap: 32px;
	margin-bottom: 40px;
}
.bl_plan .bl_card {
	width: 496px;
	background-color: #fff;
	padding-bottom: 24px;
}
.bl_plan .bl_card_body {
	padding: 24px 32px;
}
.bl_plan .el_cardTtl {
	font-size: 22px;
	color: #22305A;
	letter-spacing: 0.88px;
	margin-bottom: 16px;
	text-align: center;
}
.bl_plan .bl_cardTxt_box {
    margin-top: 24px;
    background-color: #F2EDE5;
    width: 100%;
    min-height: 156px;
    padding: 16px 72px;
}
.bl_plan .bl_cardUnit .bl_card:first-of-type .bl_cardTxt_box {
	padding: 16px 96px;
}
.bl_plan .bl_cardTxt_box > p:first-of-type {
	text-align: center;
	margin-bottom: 8px;
}
.el_planTxt {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color: #23305A;
	margin-bottom: 24px;
}
.bl_plan .bl_card .el_btn{
	width: 416px;
	margin-top: 0;
}
@media screen and (max-width : 750px){
    .bl_plan .el_sec_boxTtl {
	    font-size: 38px;
    }
    .bl_plan .bl_cardUnit {
	    flex-flow: column;
	    gap: 48px;
	    margin-bottom: 56px;
    }
    .bl_plan .bl_card {
	    width: 100%;
		padding-bottom: 46px;
    }
    .bl_plan .bl_card_body {
	    padding: 32px;
    }
    .bl_plan .el_cardTtl {
	    font-size: 30px;
	    margin-bottom: 24px;
    }
    .bl_plan .bl_cardTxt_box {
        margin-top: 32px;
	    min-height: auto;
	    padding: 24px 80px;
    }
    .bl_plan .bl_cardUnit .bl_card:first-of-type .bl_cardTxt_box {
	    padding: 24px 112px;
    }
    .bl_plan .bl_cardTxt_box > p:first-of-type {
	    margin-bottom: 16px;
    }
    .el_planTxt {
	    font-size: 32px;
		text-align: center;
    }
	.bl_plan .bl_card .el_btn{
		width: 626px;
	}
	.bl_plan .bl_card:first-of-type .el_btn{
		padding-right: 16px;
	}
}