/*---------------------------------
* 「相談したい」
*　#usage　→　.register_itemに変更
---------------------------------*/
#usage .m-ttl {
    text-align: center;
    margin-bottom: 60px;
}
#usage h2 {
    color: #151A8C;
    font-size: 3.6rem;
    line-height: 1.5;
    margin-bottom: 20px;
}
#usage .m-ttl p {
    color: #151A8C;
    font-weight: bold;
}
#usage .block {
    width: 85%;
    max-width: 1200px;
    margin: auto;
}
#usage .block .item {
    margin-bottom: 40px;
}
#usage .block .item h2 {
    text-align: center;
}
#usage .block .item h3 {
    font-weight: bold;
    font-size: 2.4rem;
    margin-bottom: 20px;
    color: #151A8C;
}
#usage .block .item h4 {
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 10px;
    color: #151A8C;
}
#usage .block .item p, #usage .block .item li {
    line-height: 2;
}
#usage .block .item li a, #usage .block .item p a {
    text-decoration: underline;
    color: #151A8C;
}
#usage .block .item h3 {
    font-size: 2.4rem;
    font-weight: bold;
    border-left: 3px solid #151A8C;
    padding-left: 10px;
    margin-bottom: 10px;
    color: #333;
}
#usage .block .item img {
    margin-top: 20px;
    width: 180px;
}
#usage .block .item table {
    margin-top: 20px;
    border-collapse: collapse;
}
#usage .block .item th {
    text-align: left;
    vertical-align: top;
    padding: 10px;
    border: 1px solid #333;
}
#usage .block .item td {
    text-align: left;
    padding: 10px;
    vertical-align: top;
    border: 1px solid #333;
}
#usage .block .item td:first-child {
    width: 150px;
}
#usage .block .item .sp_image img {
    width: 300px;
}
@media screen and (max-width: 768px) {
    #usage {
        padding-top: 0;
        padding-bottom: 0px;
    }
    #usage .m-ttl h2 {
        font-size: 2.6rem;
    }
    #usage .block .item h2 {
        font-size: 2.4rem;
    }
    #usage .block .item h3 {
        font-size: 2.0rem;
    }
    #usage .block .item h4 {
        font-size: 1.6rem;
    }
    #usage .block .item table {
        display: flex;
    }
    #usage .block .item tr {
        flex-direction: column;
    }
}
/*---------------------------------
* 「相談したい」
*　#usage　→　.register_itemに変更
---------------------------------*/
.register_item .block {
    max-width: 1000px;
    margin: auto;
}
.register_item .block .item {
    margin-bottom: 40px;
}
.register_item .block .item h2 {
    /*text-align: center;*/
}
.register_item .block .item h2 {
    margin-bottom: 20px;
    padding-left: 10px;
    border-left: 3px solid #151A8C;
    font-size: 2.4rem;
    font-weight: bold;
    color: #333;
}
.register_item h3.ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #151a8c;
    font-size: 3.2rem;
    margin: 30px 0 16px;
}
.register_item h3.ttl::before, .register_item h3.ttl::after {
    width: 3px;
    height: 40px;
    background-color: #151a8c;
    content: '';
}
.register_item h3.ttl::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}
.register_item h3.ttl::after {
    transform: rotate(35deg);
    margin-left: 30px;
}
.register_item .block .item h4 {
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 10px;
    color: #151A8C;
}
.register_item .block .item p, .register_item .block .item li {
    line-height: 2;
}
.register_item .item p {
    padding: 0 2rem;
    margin-bottom: 16px;
}
.register_item .block .item li a, .register_item .block .item p a {
    text-decoration: underline;
    color: #151A8C;
    font-weight: bold;
}
.register_item .box_img {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    align-items: center;
    margin: 40px 0 50px;
}
.register_item .box_img img {
    margin: auto;
    border: 6px dotted #151a8c;
    box-shadow: 0px 6px 5px rgb(0 0 0 / 50%);
    transition: 0.3s;
}
.register_item .box_img img:hover {
    box-shadow: 0px 2px 3px rgb(0 0 0 / 50%);
}
.register_item .box_img img:hover .img_desc {
    opacity: 0.3;
}
.register_item .box_img .img_desc {
    font-size: 1.8rem;
    font-weight: bold;
    background: #151a8c;
    color: #fff;
    padding: 12px 16px;
    border-radius: 0 24px 24px 0;
    box-shadow: 1px 3px 5px #616161;
}
.register_item .item_box {
    margin-left: 3rem;
    display: block;
}
.register_item .block .item table {
    margin-top: 20px;
    border-collapse: collapse;
}
.register_item .block .item th {
    text-align: left;
    vertical-align: top;
    padding: 10px;
    border: 1px solid #333;
}
.register_item .block .item td {
    text-align: left;
    padding: 10px;
    vertical-align: top;
    border: 1px solid #333;
}
.register_item .block .item td:first-child {
    width: 150px;
}
.register #contact #contact_form form {
    width: 100%;
}

@media (max-width: 400px) {
    .register_item h3.ttl {
        font-size: 2.4rem;
    }
}
@media screen and (max-width: 768px) {
    .register_item {
        padding-top: 0;
        padding-bottom: 0px;
    }
    .register_item .m-ttl h2 {
        font-size: 2.6rem;
    }
    .register_item .block .item h2 {
        font-size: 2.4rem;
    }
    .register_item .block .item h2 {
        font-size: 2.0rem;
    }
    .register_item .block .item h4 {
        font-size: 1.6rem;
    }
    .register_item .block .item table {
        display: flex;
    }
    .register_item .block .item tr {
        flex-direction: column;
    }
}
@media (min-width: 576px) {
    .register_item .box_img .img_desc {
        font-size: 2rem;
    }
}
@media (min-width: 768px) {
    .register_item .box_img .img_desc {
        font-size: 2.2rem;
    }
    .register_item .box_img {
        row-gap: 60px;
        margin-bottom: 60px;
    }
}