@charset "UTF-8";
/*----------------------------
  共通
-----------------------------*/
body {
    font-family: "Noto Sans JP", sans-serif !important;
}
/* ====== MV ====== */
.mv_block {
    background-image: url(../img/policy/bg-mv_pc.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 100%;
}
.mv_block h1 {
    max-width: 845px;
    width: 100%;
    padding: 40px 40px;
    line-height: 1.2;
}
.mv_block h1 span {
    display: inline-block;
}
/* ====== h2 ====== */
.ph_block h2 {
    max-width: 1160px;
    width: 100%;
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.2;
    text-align: center;
    padding: 0 30px;
    margin: 0 auto 25px;
}
.ph_block h2.hara {
    padding-top: 30px;
}
/* ====== block ====== */
.sct {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto 50px;
    padding: 0 30px;
    color: #525252 !important;
}
.sct:last-child {
    margin: 0 auto 80px;
}
.sct p {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.7;
}
.sct p.intro {
    margin-bottom: 50px;
}
.sct p.intro span {
    display: block;
    text-align: right;
}
.sct ul {
    list-style: none;
    margin: 0 0 0 12px;
    padding: 0;
}
.sct ul li {
    font-size: 20px;
    text-align: left;
    line-height: 1.4;
    margin-bottom: 5px;
    padding-left: 19px;
    text-indent: -19px;
}
.sct ul li:before {
    content: "";
    width: 11px;
    height: 11px;
    display: inline-block;
    background-color: #525252;
    border-radius: 50%;
    margin-right: 8px;
    margin-bottom: 2px;
}
.sct .box {
    max-width: 750px;
    width: 100%;
    border: 3px solid #c0c0c0;
    margin: 0 auto;
    border-radius: 10px;
    padding: 15px 30px 20px;
    font-size: 20px;
    line-height: 1.6;
}
.sct .box .bx {
    display: block;
    padding-left: 20px;
    text-indent: -6px;
}
.sct .box .bx:nth-child(2) span:first-child {
    margin-left: -10px;
}
.sct .box .bx span {
    display: inline-block;
    padding-left: 0;
    text-indent: 0;
}
.sct .box .bx span.pr {
    padding-right: 20px;
}
.sct .box .bx span a[href^="tel:"] {
    color: #525252;
}
/* ====== block h ====== */
.sct h3 {
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 0.15em;
    line-height: 1.2;
    border-bottom: 3px solid #cccccc;
    padding-bottom: 15px;
    margin-bottom: 25px;
    position: relative;
    color: #353535;
}
.sct h3:before {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 270px;
    height: 3px;
    content: '';
    background: #a3a3a3;
}
.sct h3 span {
    display: inline-block;
}
.sct h4 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    padding-top: 30px;
    margin-bottom: 20px;
    color: #353535;
    text-indent: -34px;
    padding-left: 34px;
}
.sct table + h4 {
    padding-top: 15px;
}
.sct h5 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-left: -15px;
    color: #353535;
    text-indent: -78px;
    padding-left: 78px;
}
/* ====== block table ====== */
.sct table {
    width: 100%;
    margin-bottom: 40px;
}
.sct table th {
    border: 1px solid #e0e1e4;
    padding: 10px 15px;
    font-size: 22px;
    color: #353535;
    background-color: #ededed;
}
.sct table td {
    border: 1px solid #e0e1e4;
    padding: 10px 15px 15px;
}
.sct table td p {
    margin-bottom: 0;
}
/* ====== au_block ====== */
.au_block dl {
    border-bottom: 1px dotted #696969;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.au_block dl dt {
    font-size: 20px;
    display: inline-block;
    width: 200px;
    float: left;
    font-weight: 500;
}
.au_block dl dt::before {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    content: '';
    border-radius: 100%;
    background: #194eb9;
    margin-right: 10px;
}
.au_block dl dd {
    font-size: 20px;
    display: inline-block;
    width: calc(100% - 200px);
    margin-left: 0;
    float: right;
    font-weight: 500;
}
.au_block dl dd a {
    color: #194eb9;
    text-decoration: underline;
}
/* ====== media_block ====== */
.tbl {
    width: 100%;
}
.tbl th {
    line-height: 1;
    background: #194eb9;
    border: 1px solid #194eb9;
    border-bottom: 1px solid #fff;
    width: 300px;
    padding: 25px;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}
.tbl tr:last-child th {
    border-bottom: 1px solid #194eb9;
}
.tbl td {
    background: #fff;
    border: 1px solid #194eb9;
    padding: 20px 15px;
    line-height: 1.5;
    font-size: 20px;
}
/* ====== msg_block ====== */
.msg_block p {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1.7;
}
.msg_block img {
    float: right;
}
/* ====== note_block ====== */
.note_block .box {
    background-color: #e6ecf7;
    border-radius: 5px;
    padding: 40px 45px 60px 55px;
}
.note_block img {
    width: 40px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: text-bottom;
}
.note_block .box h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}
.note_block .box h3 span {
    display: inline-block;
}
.note_block .box p {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 0;
}
.note_block .box p span.red {
    color: #cd0f2e;
}
/* ====== contact_block ====== */
.contact_block .box h2 {
    margin-top: 0;
}
.contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
    font-family: "Noto Sans JP", sans-serif;
}
/*----------------------------
  レスポンシブ
-----------------------------*/
@media screen and (max-width: 820px) {
    .mv_block {
        background-image: url(../img/policy/bg-mv_sp.jpg);
        background-size: 102% auto;
        margin: 0 auto 60px;
    }
    .sct {
        margin: 0 auto 70px;
    }
    .sct h3 {
        font-size: 42px;
        letter-spacing: 0.05em;
    }
    .tbl th, .tbl td {
        border: none;
        display: block;
        width: 100%;
    }
    .tbl th {
        padding: 15px 20px 18px;
        font-size: 30px;
    }
    .tbl td {
        padding: 20px 0 30px;
        font-size: 30px;
        line-height: 1.4;
    }
    .tbl tr:last-child td {
        padding: 20px 0 0;
    }
    .au_block dl {
        padding-bottom: 25px;
    }
    .au_block dl dt {
        display: block;
        width: 100%;
        float: none;
        font-size: 30px;
    }
    .au_block dl dt::before {
        width: 21px;
        height: 21px;
    }
    .au_block dl dd {
        display: block;
        width: 100%;
        float: none;
        padding-left: 31px;
        line-height: 1.3;
        font-size: 30px;
        padding-top: 8px;
    }
    .au_block dl dd a {
        padding-bottom: 8px;
        display: inline-block;
    }
    .msg_block p {
        font-size: 30px;
        line-height: 1.4;
    }
    .msg_block img {
        max-width: 520px;
        width: 100%;
        margin-top: 20px;
    }
    .note_block .box {
        padding: 40px 30px 60px 30px;
    }
    .note_block img {
        width: 57px;
        margin-right: 10px;
        float: left;
    }
    .note_block .box h3 {
        font-size: 35px;
    }
    .note_block .box p {
        font-size: 30px;
        line-height: 1.4;
    }
    .sct p {
        font-size: 30px;
        line-height: 1.4;
    }
    .sct ul li {
        font-size: 30px;
    }
    .sct .box {
        font-size: 30px;
        max-width: 100%;
        padding: 15px 35px 25px 20px;
        margin-top: 40px;
    }
    .sct .box .bx:last-child {
        text-indent: 0;
    }
    .sct .box .bx span a[href^="tel:"] {
        text-decoration: underline;
    }
    .sct p.intro {
        margin-bottom: 70px;
    }
    .mv_block h1 {
        font-size: 6vw;
        padding: 0;
    }
    .ph_block h2 {
        font-size: 43px;
        font-weight: bold;
        line-height: 1.3;
        margin: 0 auto 20px;
    }
    .ph_block h2 span {
        display: inline-block;
    }
    .sct p.intro span {
        text-align: left;
        text-indent: -30px;
        padding-left: 30px;
        padding-top: 15px;
    }
    .sct h4 {
        font-size: 38px;
        font-weight: bold;
        padding-top: 40px;
        text-indent: -45px;
        padding-left: 45px;
    }
    .sct h5 {
        font-size: 34px;
        font-weight: bold;
        text-indent: -100px;
        padding-left: 100px;
    }
    .sct table {
        margin-bottom: 50px;
    }
    .sct table + h4 {
        padding-top: 10px;
    }
    .sct table th {
        font-size: 30px;
        font-weight: 600;
        line-height: 1.25;
    }
}
@media screen and (max-width: 768px) {
    .mv_block h1 {
        font-size: 6.5vw;
    }
}
@media screen and (max-width: 750px) {
    .mv_block {
        background-size: auto 100%;
    }
}
@media screen and (max-width: 668px) {
    .sct {
        padding: 0 20px;
    }
    .sct h3 {
        font-size: 38px;
    }
    .au_block dl dt {
        font-size: 26px;
    }
    .au_block dl dd {
        font-size: 26px;
    }
    .tbl th {
        font-size: 26px;
    }
    .tbl td {
        font-size: 26px;
    }
    .msg_block p {
        font-size: 26px;
        margin-bottom: 25px;
    }
    .msg_block img {
        max-width: 460px;
        margin-top: 8px;
    }
    .note_block .box {
        padding: 40px 25px 45px;
    }
    .note_block .box h3 {
        font-size: 31px;
    }
    .note_block .box p {
        font-size: 26px;
    }
    .sct p {
        font-size: 26px;
    }
    .sct ul li {
        font-size: 26px;
    }
    .sct .box {
        font-size: 26px;
    }
    .ph_block h2 {
        font-size: 39px;
    }
    .sct h4 {
        font-size: 34px;
        text-indent: -40px;
        padding-left: 40px;
    }
    .sct h5 {
        font-size: 30px;
        text-indent: -90px;
        padding-left: 90px;
    }
    .sct table th {
        font-size: 26px;
    }
    .sct p.intro span {
        text-indent: -26px;
        padding-left: 26px;
    }
}
@media screen and (max-width: 600px) {
    .sct h3 {
        font-size: 36px;
    }
    .ph_block h2 {
        font-size: 37px;
    }
    .sct h4 {
        font-size: 32px;
        text-indent: -38px;
        padding-left: 38px;
    }
    .sct h5 {
        font-size: 28px;
        text-indent: -85px;
        padding-left: 85px;
    }
}
@media screen and (max-width: 568px) {
    .sct h3 {
        letter-spacing: 0;
    }
    .au_block dl dt {
        font-size: 24px;
    }
    .au_block dl dd {
        font-size: 24px;
    }
    .tbl th {
        font-size: 24px;
    }
    .tbl td {
        font-size: 24px;
    }
    .msg_block p {
        font-size: 24px;
    }
    .msg_block img {
        max-width: 420px;
    }
    .note_block .box {
        padding: 30px 25px 35px;
    }
    .note_block .box h3 {
        font-size: 29px;
    }
    .note_block .box p {
        font-size: 24px;
    }
    .sct p {
        font-size: 24px;
    }
    .sct ul li {
        font-size: 24px;
    }
    .sct .box {
        font-size: 24px;
        margin-top: 30px;
    }
    .sct p.intro span {
        text-indent: -24px;
        padding-left: 24px;
    }
    .sct table th {
        font-size: 24px;
    }
    .ph_block h2 {
        letter-spacing: 0;
    }
}
@media screen and (max-width: 540px) {
    .sct h3 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .au_block dl dt {
        font-size: 21px;
    }
    .au_block dl dt::before {
        width: 18px;
        height: 18px;
        margin-right: 8px;
    }
    .au_block dl {
        padding-bottom: 18px;
        margin-bottom: 15px;
    }
    .au_block dl dd {
        font-size: 21px;
        padding-left: 26px;
        padding-top: 5px;
    }
    .au_block dl dd a {
        padding-bottom: 5px;
    }
    .tbl th {
        padding: 10px 10px 11px;
        font-size: 21px;
    }
    .tbl td {
        padding: 10px 0 20px;
        font-size: 21px;
    }
    .tbl tr:last-child td {
        padding: 10px 0 0;
    }
    .msg_block p {
        font-size: 21px;
    }
    .msg_block img {
        max-width: 360px;
        margin-top: 5px;
    }
    .note_block .box {
        padding: 25px 20px 30px;
    }
    .note_block .box h3 {
        font-size: 26px;
    }
    .note_block .box p {
        font-size: 21px;
    }
    .sct p {
        font-size: 21px;
    }
    .sct ul li {
        font-size: 21px;
    }
    .sct .box {
        font-size: 21px;
        margin-top: 25px;
    }
    .mv_block h1 {
        font-size: 7vw;
    }
    .ph_block h2 {
        font-size: 36px;
    }
    .sct p.intro span {
        text-indent: -21px;
        padding-left: 21px;
    }
    .sct h4 {
        font-size: 28px;
        text-indent: -33px;
        padding-left: 33px;
        margin-bottom: 15px;
    }
    .sct h5 {
        font-size: 24px;
        text-indent: -71px;
        padding-left: 71px;
    }
    .sct table th {
        font-size: 22px;
    }
}
@media screen and (max-width: 440px) {
    .mv_block h1 {
        font-size: 8.5vw;
    }
    .ph_block h2 {
        font-size: 8vw;
        font-weight: bold;
        padding: 0;
    }
    .ph_block h2.hara {
        padding-top: 15px;
    }
}
@media screen and (max-width: 430px) {
    .sct {
        padding: 0 15px;
        margin: 0 auto 50px;
    }
    .sct:last-child {
        margin: 0 auto 55px;
    }
    .sct .box {
        padding: 18px 20px 22px 18px;
    }
    .sct .box .bx {
        padding-left: 3px;
    }
    .sct .box .bx:nth-child(2) span:first-child {
        margin-left: -6px;
    }
    .sct p.intro {
        margin-bottom: 50px;
    }
    .sct ul {
        margin: 0 0 0 3px;
    }
    .ph_block h2 {
        font-weight: 900;
    }
    .sct h4 {
        padding-top: 20px;
    }
    .sct h5 {
        margin-left: -10px;
    }
    .sct table {
        margin-bottom: 40px;
    }
    .sct table + h4 {
        padding-top: 5px;
    }
}
@media screen and (max-width: 414px) {
    .sct h3 {
        font-size: 31px;
    }
    .sct h4 {
        font-size: 27px;
        text-indent: -32px;
        padding-left: 32px;
    }
    .sct h5 {
        font-size: 23px;
        text-indent: -69px;
        padding-left: 69px;
    }
}
@media screen and (max-width: 393px) {
    .sct table th {
        font-size: 21px;
    }
}
@media screen and (max-width: 390px) {
    .sct h3 {
        font-size: 29px;
        margin-bottom: 15px;
    }
    .mv_block {
        margin: 0 auto 40px;
    }
    .au_block dl {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .au_block dl dt {
        font-size: 18px;
    }
    .au_block dl dt::before {
        width: 15px;
        height: 15px;
        margin-right: 5px;
    }
    .au_block dl dd {
        font-size: 18px;
        padding-left: 20px;
        padding-top: 3px;
    }
    .au_block dl dd a {
        padding-bottom: 3px;
    }
    .tbl th {
        font-size: 18px;
    }
    .tbl td {
        font-size: 18px;
    }
    .msg_block p {
        font-size: 18px;
    }
    .msg_block img {
        max-width: 300px;
    }
    .note_block .box {
        padding: 20px 15px 25px;
    }
    .note_block .box h3 {
        font-size: 23px;
    }
    .note_block .box p {
        font-size: 18px;
    }
    .note_block img {
        width: 45px;
    }
    .sct p {
        font-size: 18px;
    }
    .sct ul li {
        font-size: 18px;
    }
    .sct .box {
        font-size: 18px;
    }
    .sct h4 {
        font-size: 26px;
        text-indent: -31px;
        padding-left: 31px;
    }
    .sct h5 {
        font-size: 22px;
        text-indent: -66px;
        padding-left: 66px;
        margin-bottom: 15px;
    }
    .sct table th {
        font-size: 19px;
    }
    .ph_block h2 {
        margin: 0 auto 15px;
    }
    .sct p.intro span {
        text-indent: -18px;
        padding-left: 18px;
    }
}
@media screen and (max-width: 375px) {
    .sct h4 {
        font-size: 24px;
        text-indent: -29px;
        padding-left: 29px;
        margin-bottom: 10px;
    }
    .sct h5 {
        font-size: 20px;
        text-indent: -60px;
        padding-left: 60px;
    }
    .sct table th {
        font-size: 18px;
        font-weight: bold;
    }
}
@media screen and (max-width: 360px) {}
@media screen and (max-width: 320px) {
    .sct h3:before {
        width: 200px;
    }
    .sct .box {
        padding: 18px 15px 22px 15px;
    }
}
@media screen and (max-width: 280px) {
    .sct h3:before {
        width: 180px;
    }
    .note_block img {
        width: 40px;
    }
    .note_block .box h3 {
        font-size: 21px;
    }
    .sct .box {
        font-size: 16px;
        padding: 18px 0 20px 10px;
    }
}