@charset "UTF-8";
.contentsWrap {
    text-align: justify;
}
/*****************************************
	mishiyousyaPage
*****************************************/
.pageContents {
    line-height: 1.8;
    font-family: 'Noto Sans JP', sans-serif;
}

.gray {
    background: #f4f4f1;
}

h2 {
    font-weight: bold;
    max-width: max-content;
    font-size: 2.4rem;
    border-bottom: 3px solid;
    margin: 0 auto 40px;
}

h2 span {
    color: #cf001b;
    font-size: 3.6rem;
}

span.bold {
    font-weight: bold;
}

.sp {
    display: none;
}

.sp_min {
    display: none;
}

.royalblue {
    color: royalblue;
}

.misiyousya {
    color: #cf001b;
}

.what_about {
    margin: 10px;
    text-align: center;
}

.what_about span {
    font-weight: bold;
    color: #cf001b;
}

.what_mishiyousha {
    display: flex;
    justify-content: center;
}

.what_movie{
    margin: 30px auto;
    max-width: 96%;
}

.what_movie .youtube_wrapper{
    margin: auto;
    width: fit-content;
    aspect-ratio: 16 / 9;
}
@media screen and (max-width: 768px) {
    .what_movie .youtube_wrapper{
        width: 100%;
    }
    .what_movie .youtube_wrapper iframe{
        width: 100%;
        height: 100%;
    }
}


.what_contents {
    color: #cf001b;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    padding: 0px 10px 50px;
}

.what_contents .title {
    border: 3px solid;
    padding: 1px 30px;
    border-radius: 20px;
}

.what_contents img {
    height: 85px;
    margin-top: 20px;
}

.what_contents span {
    font-size: 1.5rem;
    color: #cf001b;
}

.what_contents p {
    font-size: 1.3rem;
    color: black;
}

.what_matome {
    text-align: center;
    font-weight: bold;
    border: 5px solid #0049b7;
    border-radius: 15px;
    width: fit-content;
    margin: 20px auto 100px;
    color: #0049b7;
    font-size: 2.8rem;
    padding: 5px 30px;
}

.why_about {
    margin: 10px;
    text-align: center;
}

.why_about span {
    font-weight: bold;
    color: #cf001b;
}


.why_about_img {
    margin: 50px 10px;
}

.why_about_img .pc {
    display: table-column-group;
    width: 100%;
    max-width: 867px;
    margin: 50px auto 0;
}

.why_about_img .sp {
    width: 450px;
    max-width: 75%;
    margin: 10px auto;
}

.mishiyousya_comparison_link {
	text-align: center;
	background-color: #f9f9f7;
	padding: 50px 0;
}
.mishiyousya_comparison_link a img {
	max-width: 880px;
	width: 90%;
	margin-bottom: 20px;
}
.mishiyousya_comparison_link a:hover img {
	opacity: 0.9;
}
.mishiyousya_comparison_link p {
	text-align: center;
	color: #cb162c;
	font-weight: 900;
}



@media screen and (max-width: 960px) {
    .pageContentsArea .pageContents {
        width: 100%;
    }

    .sp {
        display: block;
    }

    .pc {
        display: none !important;
    }

    .what_contents .title {
        max-width: 250px;
        margin: 0 auto;
    }

    .what_contents span {
        font-size: 2rem;
    }

    .what_contents p {
        font-size: 1.8rem;
    }

    .what_mishiyousha {
        display: list-item;
    }

    h3.what {
        font-size: 2rem;
    }

    .what_about br.sp {
        display: inherit;
    }

    .what_about img {
        margin-bottom: 0px;
    }

    .what_matome {
        font-size: 2.2rem;
        max-width: 450px;
        padding: 20px 0;
        border-width: 3px 3px 10px;
    }

}

@media screen and (max-width: 560px) {
    .sp_min {
        display: block;
    }

    .what_about {
        font-size: 1.5rem;
    }

}
@media screen and (max-width: 480px) {
}