@charset "UTF-8";

/*MVシャドウ*/
#lv {
    background-color: transparent;
}
#lv div {
    opacity: 1;
}

/*ページ名非表示*/
#lv p span {
    display: none;
}

/*3カラムバナー*/
#c3+.composite_box01 .wrapper_item {
    justify-content: center;
}
#c3+.composite_box01 .inner_item>a {
    width: fit-content;
    margin: auto;
}
#c3+.composite_box01 .inner_item_img img {
    object-fit: contain;
    max-height: 280px;
    height: fit-content!important;
}
#c3+.composite_box01.block_images_1 a+.inner_item_txt{
    width: fit-content;
    margin: 10px auto 0;
}
#c3+.composite_box01.block_images_1 .inner_item_txt p:nth-last-of-type(1) {
    border: 1px solid #333;
    padding: 1rem 2rem;
}
#c3+.composite_box01 .heading.block_header_3 .h {
    color: #fff;
}
#arrow+.contents_hr.block_line_3{
    position: relative;
}
#arrow+.contents_hr.block_line_3:after{
    position: absolute;
    content:"その原因は姿勢にあるかも！？";
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-left: 50px;
    width: calc(50% - 50px);
    font-size: 2rem;
}

@media screen and (max-width: 900px){
#c3+.composite_box01 .inner_item_img img {
    max-height: 190px;
}
#arrow+.contents_hr.block_line_3:after{
    font-size: 1.8rem;
}
}
@media screen and (max-width: 700px){
#c3+.composite_box01 .inner_item{
    width: 31% !important;
}
#c3+.composite_box01 .inner_item:nth-child(3) a{
    margin: 0 auto;
}
#arrow+.contents_hr.block_line_3 {
    display: flex;
    flex-direction: column;
    height: fit-content;
}
#arrow+.contents_hr.block_line_3:after {
    text-align: center;
    padding-bottom: 0;
    position: relative;
    margin: 0 auto 3rem;
    width: 100%;
}
}
@media screen and (max-width: 600px){
#c3+.composite_box01 .inner_item{
    width: 100% !important;
}
}