@charset "UTF-8";
/* CSS Document */


.page-top-txt_note{
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.6;
	margin-top: 10px;
}
.page-top-txt_note li{
	text-indent: -1.25em;
	margin-left: 1em;
}
.page-top-txt_note li::before{
	content: "※";
}
.page-top-txt_note a{
    color: #0071bc;
	transition: 0.3s ease-in-out;
	text-decoration: underline;
}
.page-top-txt_note a:hover{
    color: #23b9ff;
}

.section-send__txt__note{
	font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 50px;
}
.section-send__txt__note li{
    text-align: left;
    text-indent: -1em;
    margin-left: 1em;
}
.section-send__txt__note li::before{
    content: "※";
}

/*その他のみ非表示*/
.p-inquiry-form--etc .section-send__txt__note{
    display: none;
}