<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

#jsb {
    padding: 60px 0;
    background-color: #fcfcd4;
}
#jsb .title {
    margin-bottom: 35px;
    color: #cc0035;
    font-size: 33px;
}
#jsb .title span {
    position: relative;
    display: inline-block;
    padding: 0 94px;
}
#jsb .title span:before, #jsb .title span:after {
    content: '';
    position: absolute;
    top: 36%;
    display: inline-block;
    width: 85px;
    height: 8px;
    border-top: solid 2px #cc0035;
    border-bottom: solid 2px #cc0035;
}
#jsb .title span:before {
    left:0;
}
#jsb .title span:after {
    right: 0;
}
#jsb .jsb_inner {
    background: #fff;
    border-radius: 9px;
    padding: 30px 25px;
    font-size: 15px;
    position: relative;
}
#jsb .sub_heading {
    color: #cc0035;
    font-weight: bold;
    margin-bottom: 3px;
}
#jsb ul li {
    padding-left: 1em;
    text-indent: -1em;
}
#jsb ul.list_2em li {
    padding-left: 2em;
    text-indent: -2em;
}
#jsb ul.list_7em li {
    padding-left: 7em;
    text-indent: -7em;
}
#jsb ul.list_9em li {
    padding-left: 9em;
    text-indent: -9em;
}
#jsb .attention {
    font-size: 14px;
}
#jsb .ttl {
    position: absolute;
    top: -17px;
    left: 10px;
}
#jsb .sub_ttl {
    text-align: right;
    margin-right: 57px;
}
#jsb .sub_ttl2 {
    text-align: right;
}
#jsb .flex {
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
}
#jsb .flex img {
    margin-right: 20px;
}

@media screen and (max-width: 767px){
	#jsb {
	    padding: 46px 0;
	}
	#jsb .title {
	    font-size: 1.786rem;
	}
	#jsb .title span {
	    padding: 0 43px;
	}
	#jsb .title span:before, #jsb .title span:after {
	    width: 36px;
	}
	#jsb .jsb_inner {
	    padding: 20px 12px;
	    font-size: 14px;
	}
	#jsb .attention {
	    font-size: 13px;
	}
	#jsb .ttl {
	    position: absolute;
	    top: -16px;
	    left: 50%;
	    transform: translateX(-50%);
	    -webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	    width: 70%;
	}
	#jsb .sub_ttl, #jsb .sub_ttl2 {
	    text-align: center;
	    margin-right: 0;
	    margin-top: 50px;
	}
	#jsb .flex {
	    display: block;
	}
	#jsb .flex img {
	    margin: 0 auto 20px;
	    display: block;
	}
}
</pre></body></html>