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

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

#bid_mold02 #Contents{
	background:url("../images/bg_mold02.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;
	padding-bottom: 4rem;
	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: 12%;
		left: 28%;
	}
	.sec-bg .navi-box p{
		font-size: 12px;
	}
}
.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;
}
.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_mold02 .bid_mold02>a{
	color: #fff !important;
    background: #3289ca url(/assets/images/localnavi/ico_link_on.gif) no-repeat 5px .45em !important;
}

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

.mold_subhead{
	margin-bottom: 1.875rem !important;
	background-color: #E5EEF5 !important;
	padding: 5px 5px 5px 20px !important;
	color: #005BAC !important;
	font-size: 20px !important;
}
.mold_subhead small{
	font-size: 18px;
}

@media screen and (max-width:767px) {
	.mold_subhead{
		font-size: 18px;
	}
	
}

.mold_subhead::before{
	display: none;
}

.mold_lead{
	margin-bottom: .75rem !important;
	color: #005BAC;
	font-size: 17px;
	font-weight: bold;
}

.mold_img{
	margin: 2.5rem auto;
}

.mold_img figcaption{
	margin-top: .875rem;
	font-size: 1rem;
	text-align: center;
}

.mold_deco{
	display: flex;
	align-items: flex-start;
}
.mold_deco::before{
	content: "●";
	display: block;
	margin-right: .125rem;;
	color: #669DCD;
}

.mold_paperInformation{
	margin-bottom: 3rem !important;
	font-size: .875rem;
}

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

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

.mold_list{
	list-style-type: none;
	margin-bottom: 1.2em;
	padding-left: 1rem;
	text-indent: -.75rem;
}

[data-article="num1"] .mold_img{
	max-width: 500px;
}

[data-article="num2"] .mold_img{
	max-width: 480px;
}

[data-article="num3"] .mold_img{
	max-width: 486px;
}

[data-article="num4"] .mold_img{
	max-width: 505px;
}