@charset "UTF-8";

.heading.block_header_1 p, .heading.block_header_6 .h {
   /* ======== font-size: 1.8rem;======= */
}

.heading.block_header_1 .h, .heading.block_header_6 p {
/* ========font-size: 6rem!important;======= */
    font-weight: 700!important;
 /* color:#1c84db; */
    line-height: 1.0;
}

.c_txt{
text-align:center;
font-weight:2.8rem!important;
}

@media screen and (max-width: 700px){
.c_txt{
text-align:left;

}
}

/* 20240708_修正
---------------------------*/
.c_txt {
    background: var(--i_sub_color);
    color: #fff;
    border-radius: 30px;
    padding: 30px;
    line-height:1.6;
    max-width: 1000px;
    margin: 0 auto;
}
.policy {
    background: #FFF;
    border-radius: 30px;
    padding: 30px;
    line-height:1.6;
    max-width: 1000px;
    margin: 0 auto;
}