@charset "utf-8";
body:has([popover]:popover-open) {
    pointer-events: none;
}

[popover]:popover-open {
    pointer-events: auto;
}

#bid_mold01 #Contents{
	background:url("../images/bg_mold01.jpg") no-repeat;
	background-size: 100% auto;
	background-repeat: repeat-y;
}

.d-block {
	display: block;
}
.w-100 {
	width: 100%;
}
.sec{
	padding-top: 0;
}

.sec-visual {
	margin-bottom: 100px;
}
.center{
	text-align: center;
}
.sec-1,.sec-2{
	margin-bottom: 0 !important;
}
.sec .text{
	margin-bottom: 0 !important;
}
.text>.img{
	padding: 30px 0 30px;
}

.sec-bg {
	position: relative;
	z-index: 0;
}
.sec-bg .text{
	text-align: center;
}

.sec-bg .navi-box{
	position: absolute;
	bottom: 6%;
	left: 30%;
	font-weight: 500;
}
.sec-bg .navi-box p{
	font-size: 28px;
	margin-bottom: .3em !important;
	line-height: 1.25;
}
@media screen and (max-width:1199px) {
	.sec-bg .navi-box{
		bottom: 29%;
		left: 19%;
		text-shadow: 0 0 4px #fff;
	}
	.sec-bg .navi-box p{
		font-size: 20px;
	}
}
.sec-bg .navi-box p a{
	color: #005BAC;
}
.sec .text h2 {
    color: #fff;
    font-size: 20px;
    background-color: #005BAC;
    padding: .1em 0 .1em 1em;
    margin-bottom: .5em;
}
.sec .text h3 {
    color: #005BAC;
	font-size: 20px;
	margin-bottom: .5em;
}
@media screen and (max-width:767px) {
	.sec .text h3 {
		font-size: 18px;
	}
}

.sec .text h4 {
    color: #005BAC;
	font-size: 20px;
	margin-bottom: .5em;
    display: flex;
}
.sec .text h4::before {
    content:url("../images/icon.png");
	margin-right: .5em;
	margin-top: .2em;
}
#Contents .text p a {
    text-decoration: underline;
    color: #4774B9;
}
#Contents .sec p {
    text-align: justify;
}
#Contents .sec .fr {
    justify-content: space-between;
    margin-bottom: 50px;
}
.text .fr {
    display: flex;
}
#Contents .sec .fr p {
    width: 350px;
    text-align: justify;
}
#Contents .sec .fr .img {
    width: 305px;
    margin: 0;
}
.sec .text .note{
	font-size: 10px;
	text-align: right;
}
.sec .text .note span{
	font-size: 15px;
	display: inline-block;
	text-align: left;
}
.links ul {
	display: -webkit-flex;
	display: flex;
	margin: 0 auto;
	width: 	100%;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
#bid_mold .links ul{
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	max-width: 524px;
}
.links li {
	text-align: center;
}
#bid_mold .links ul li{
	width: 205px;
	margin-bottom: 30px;
}
.links li a{
	display: block;
	font-weight: bold;
	text-align:center;
	font-size: 15px;
	color: #4774B9 !important;
	line-height: 1.3;
}
.links li img{
	display: block;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	max-width: 205px;
}

#bid_mold #LocalNavi .bid_mold > a,
#bid_mold01 #LocalNavi .bid_mold01 > a{
    background-color: #FFFFE0;
}

/*page class*/
[data-article="mold"]{
	font-family: noto-sans-jp, sans-serif;
}

.mold_subhead{
	background-color: #E5EEF5;
	padding: 5px 0 5px 20px;
}
@media screen and (max-width:767px) {
	.mold_subhead{
		font-size: 18px;
	}
}

.mold_subhead::before{
	display: none;
}

.mold_lead{
	color: #005BAC;
	font-size: 17px;
	font-weight: bold;
}

.mold_sublead{
	border-bottom: 1px solid #707070;
}

.mold_head_icon::before{
	content: url(../images/icon.png);
	margin-right: .5em;
	margin-top: .2em;
}

.mold_topic{
	position: relative;
	margin: 50px auto 32px;
	padding: 0 55px 38px;
	background-color: #fff;
	border: 1px solid #005BAC;
	border-radius: 8px;
}
.mold_topic::before,.mold_topic::after{
	content: "";
	position: absolute;
	display: block;
	background-size: contain;
}

.mold_topic::before{
	top: -45px;
	right: -38px;
	width: 93px;
	height: 75px;
	background-image: url(../images/mold_topic_ico01.png);
	background-repeat: no-repeat;
}

.mold_topic::after{
	bottom: -32px;
	left: 8px;
	width: 47px;
	height: 47px;
	background-image: url(../images/mold_topic_ico02.png);
	background-repeat: no-repeat;
}

.mold_topic_title{
	position: relative;
	display: flex;
	align-items: flex-end;
	padding: 0 16px 0 0;
	font-size: 20px;
	color: #005BAC;
}

.mold_topic_title::before{
	content: "";
	display: block;
	width: 7px;
	height: 55px;
	margin-right: 24px;
	background-color: #005BAC;
}

.mold_topic_text{
	margin: 24px auto 0 !important;
}

.mold_residence--float{
	float: left;
}

@media screen and (max-width:767px) {
	.mold_topic{
		padding: 0 35px 38px;
	}

	.mold_topic::before{
		right: -8px;
	}
	
	.mold_topic_title::before{
		height: 45px;
	}
}


/* accordion */
.mold_accordion{
	text-align: center;
}
.mold_accordion summary,.mold_accordion_close{
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	color: #005BAC;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
}

.mold_accordion summary::-webkit-details-marker{
	display: none;
}

.mold_accordion summary::after, .mold_accordion .mold_accordion_close::after{
	content: "";
	display: block;
	width: 28px;
	height: 28px;
	margin-left: 10px;
	background-image: url(../images/accordion_icon.png);
	background-size: contain;
	transition: 0.25s ease all;
}

.mold_accordion[open] summary::after, .mold_accordion .mold_accordion_close::after{
	transform: rotate(180deg);
	transition: 0.25s ease all;
}

.mold_accordion_inner{
	margin-bottom: 60px;
	padding: 36px 57px 0 57px;
	background-color: #F7FAFF;
	border-radius: 8px;
	text-align: left;;
	opacity: 0;
	transform: translateY(-10px);
}

.mold_accordion[open] .mold_accordion_inner{
	animation: fadeIn 0.5s ease both;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.mold_accordion_head{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	font-size: 20px;
	color: #005BAC;
}

.mold_accordion_section+.mold_accordion_section{
	margin-top: 40px;
	
}

.mold_accordion_close_wrap{
	margin-top: 30px;
	text-align: center;
}

@media screen and (max-width:767px) {
	.mold_accordion summary,.mold_accordion_close{
		font-size: 16px;
	}
	.mold_accordion_inner{
		padding: 20px 32px;
	}
	.mold_accordion_head{
		font-size: 16px;
	}
}

/* row */
.mold_row{
	display: flex;
	justify-content: flex-start;
}
@media screen and (max-width:767px) {
	.mold_row{
		flex-direction: column;
	}
}

[data-article="structure"] {
	gap: 100px;
}
[data-article="structure"] :nth-child(2){
	flex: 1;
	max-width: 150px;
}

@media screen and (max-width:767px) {
	[data-article="structure"] {
		gap: 30px;
	}
	[data-article="structure"] :nth-child(2){
		max-height: 200px !important;
		margin: auto auto 30px;
	}
}

[data-article="mold-nutrition"] {
	gap: 30px;
}
[data-article="mold-nutrition"] :first-child{
	flex: 1;
}
[data-article="mold-nutrition"] :nth-child(2){
	flex: 1;
	max-width: 220px;
}

[data-article="mold-kind"] {
	gap: 30px;
}
[data-article="mold-kind"] > :first-child{
	flex: 2;
}
[data-article="mold-kind"] > :nth-child(2){
	flex: 1;
}
@media screen and (max-width:767px) {
	[data-article="mold-kind"]{
		gap: 16px;
	}
}

[data-article="mold-living"]{
	gap: 30px;
}
[data-article="mold-living"] > :first-child{
	flex: 3;
}
[data-article="mold-living"] > :nth-child(2){
	flex: 2;
}
@media screen and (max-width:767px) {
	[data-article="mold-living"] > :nth-child(2){
		max-width: 70%;
		margin: auto auto 30px;
	}
}

[data-article="mold-residence"]{
	gap: 30px;
}
[data-article="mold-residence"] > :first-child{
	flex: 1;
}
[data-article="mold-residence"] > :nth-child(2){
	flex: 1;
}
@media screen and (max-width:767px) {
	[data-article="mold-residence"] > :nth-child(2){
		margin: auto auto 30px;
	}
}

[data-article="mold-airbornemold"] {
	gap: 30px;
	align-items: center;
}
[data-article="mold-airbornemold"] > :first-child{
	flex: 3;
}
[data-article="mold-airbornemold"] > :nth-child(2){
	flex: 1;
}
@media screen and (max-width:767px) {
	[data-article="mold-airbornemold"] > :nth-child(2){
		max-width: 70%;
		margin: auto auto 30px;
	}
}

[data-article="mold-airconditionermold"] {
	gap: 30px;
	align-items: center;
}
[data-article="mold-airconditionermold"] > :first-child{
	flex: 1;
}
[data-article="mold-airconditionermold"] > :nth-child(2){
	flex: 1;
}
@media screen and (max-width:767px) {
	[data-article="mold-airconditionermold"] > :nth-child(2) + img{
		margin: 30px auto auto;
	}
}

[data-article="mold-outbreak"] {
	gap: 30px;
	align-items: center;
}
[data-article="mold-outbreak"] > :first-child{
	flex: 1;
}
[data-article="mold-outbreak"] > :nth-child(2){
	flex: 1;
}
[data-article="mold-outbreak"].mold-outbreak-img{
	margin: auto auto 30px;
}
[data-article="mold-outbreak"][data-kind="washingmachine"]{
	align-items: flex-start;
}
@media screen and (max-width:767px) {
	[data-article="mold-outbreak"] {
		gap: 16px;
	}
}

[data-article="mold-find"] {
	gap: 55px;
	align-items: center;
}
[data-article="mold-find"] > :first-child{
	flex: 2;
}
[data-article="mold-find"] > :nth-child(2){
	flex: 1;
}
[data-article="mold-find"] + [data-article="mold-find"]{
	margin-top: 18px;
}
@media screen and (max-width:767px) {
	[data-article="mold-find"]{
		gap: 16px;
	}
}

/* modal */
.mold_modal_bg{
	position: relative;
}

.mold_modal_card{
	position: fixed;
	top: 50%;
	right: 50%;
	max-width: 325px;
	padding: 17px 33px;
	background-color: #E5EEF5;
	text-align: center;
	transform: translate(50%, -50%);
}

.mold_modal_card.off{
	display: none;
}

.mold_modal_card_title{
	padding: 9px 16px;
	background: #285D9F;
	border-radius: 8px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center !important;
}

.mold_modal_btn{
	position: absolute;
	max-width: 60px;
	background-color: transparent;
	border: none;
	outline: none;
	padding: 0;
	appearance: none;
	cursor: pointer;
}

@media screen and (max-width:767px) {
	.mold_modal_btn{
		max-width: 30px;
	}
	.mold_modal_card{
		max-width: none;
		right: 5%;
    left: 5%;
		transform: translate(0%, -50%);
	}
}

[popover]::backdrop{
	background-color: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(2px);
}

[popovertarget="airconditioner"]{
	top: 21%;
	left: 3%;
}
[popovertarget="window"]{
	top: 18%;
	left: 13%;
}
[popovertarget="bedroom"]{
	top: 43%;
	left: 70%;
}
[popovertarget="bathroom"]{
	top: 14%;
	left: 58%;
}
[popovertarget="washingmachine"]{
	top: 14%;
	left: 37%;
}
[popovertarget="shoosebox"]{
	top: 72%;
	left: 30%;
}
[popovertarget="kitchen"]{
	top: 47%;
	left: 53%;
}

@media screen and (max-width:767px) {
	#washingmachine .mold_modal_card_img{
		max-width: 80%;
		margin: auto;
	}
}

/* deco */
[data-article="mold-nutrition"].deco{
	padding: 2px;
	color: #005BAC;
	background-color: #FFFA84;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, tahoma, Verdana, arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

[data-deco="mold-definition"]{
	max-width: 415px;
	margin: auto;
}

[data-deco="mold-definition-topic"]{
	max-width:312px;
	margin: auto;
}

[data-deco="mold-lifehistory"]{
	position: relative;
}
[data-deco="mold-lifehistory"]::after{
	content: "";
	position: absolute;
	top: 100%;
	right: -10px;
	display: block;
	width: 91px;
	height: 94px;
	background-image: url(../images/mold-lifehistory_deco.png);
	background-size: contain;
	background-repeat: no-repeat;
	transform: translateX(50%);
}

[data-deco^="mold-kind"]{
	position: relative;
}
[data-deco="mold-kind01"]::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 76px;
	height: 74px;
	background-image: url(../images/mold-kinds_deco01.png);
	background-size: contain;
	background-repeat: no-repeat;
	transform: translate(-50%, -50%);
}
[data-deco="mold-kind02"]::after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 63px;
	height: 63px;
	background-image: url(../images/mold-kinds_deco02.png);
	background-size: contain;
	background-repeat: no-repeat;
	transform: translate(50%, -50%);
}
[data-deco="mold-kind03"]::after{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 60px;
	height: 56px;
	background-image: url(../images/mold-kinds_deco03.png);
	background-size: contain;
	background-repeat: no-repeat;
	transform: translate(50%, 50%);
}

[data-deco="mold-living-medicine"]{
	max-width: 281px;
	margin: auto auto 16px;
}

[data-deco="mold-living-discoloration"]{
	position: relative;
}
[data-deco="mold-living-discoloration"]::after{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 72px;
	height: 70px;
	background-image: url(../images/mold-discoloration_deco01.png);
	background-size: contain;
	background-repeat: no-repeat;
	transform: translate(0, 50%);
}

[data-deco="mold-living-bad-influence"]{
	position: relative;
}
[data-deco="mold-living-bad-influence"]::after{
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	display: block;
	width: 72px;
	height: 70px;
	background-image: url(../images/mold-discoloration_deco02.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.mold_img[data-deco="mold-airconditioner"],.mold_img[data-deco="mold-outbreak"]{
	margin: 30px auto;
}

[data-deco="mold-patch"]{
	display: block;
	margin-top: 16px;
}

@media screen and (max-width:767px) {
	[data-deco="mold-lifehistory"]::after,[data-deco="mold-kind01"]::after,[data-deco="mold-kind02"]::after,[data-deco="mold-kind03"]::after,[data-deco="mold-living-discoloration"]::after,[data-deco="mold-living-bad-influence"]::after{
		display: none;
	}
}