html,
body {
    margin: 0;
    font-family: 'Meiryo';
}

@media screen and (width > 750px) {
    .page_content {
        width: 100%;
    }

    .page_content .top {
        position: relative;
        background: rgb(221 129 129);
    }
    .page_content .top_content{
        width: 1200px;
        margin:  0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .page_content .top img {
        width: 434px;
    }

    .page_content .top h2 {
        font-size: 64px;
        width: 60%;
        line-height: 1.2;
        margin: 0 0 34px;
        -webkit-text-stroke: 0;
        color: #fff;
    }

    .page_content .top p {
        font-size: 14px;
        margin-bottom: 20px;
        color: #ffffff;
    }

    .page_click_button,
    .submit_go,
    .submit_close {
        background: #EEEEEE;
        color: rgb(255,0,0);
        font-weight: 700;
        display: inline-block;
        padding: 15px;
        width: 30%;
        cursor: pointer;
    }
    .page_click_button span{
        display: inline-block;
        padding: 10px;
        background: rgb(255,0,0);
        color: #ffffff;
        text-align: center;
        width: 100%;
        box-sizing: border-box;
        border-radius: 3px;
    }

    .page_click_button:hover span{
        background: rgba(255, 0, 0, 0.7) !important; 
    }

    .middle,
    .middle_2,
    .scroll_module,
    .bottom {
        padding: 0 24px;
    }
    .pc_page .middle_content{
        background: #FAF9F8;
        padding-bottom: 50px;
    }
    .pc_page .middle,.pc_page .middle_2{
        width: 1200px;
        margin: 0 auto;
    }
    .pc_page .middle{
        padding: 80px 0 0 !important;
    }
    .pc_page .middle h2,.pc_page .middle_2 h2{
        font-size: 18px;
        font-weight: 700;
        line-height: 125%;
        color: #FF0000;
        text-align: center;
        border-top: 1px solid #FF0000;
        border-bottom: 1px solid #FF0000;
        width: 50%;
        padding: 20px 0;
        margin:  0 auto;
    }

    .middle .item,.middle_2 .item {
        display: flex;
        align-items: flex-start;
        margin: 80px auto;
        justify-content: space-around;
    }

    .middle .items,.middle_2 .items {
       width: 24%;
       display: grid;
       grid-gap: 16px;
       grid-template-columns: auto;
       justify-content: center;
       justify-items: center;
       padding: 0;
       border-top: none;
        
    }
    .middle .items h1,.middle_2 .items h1{
        font-size: 20px;
        font-weight: 500;
        color: #FF0000;
        margin:0 ;
    }
    .middle .items p,.middle_2 .items p{
        margin: 0;
        padding: 0 10px;
        font-size: 14px;
        font-weight: 400;
    }

    .middle .items:hover {
        transform: scale(1.02);
    }


    .middle_2 .items:hover {
        transform: scale(1.02);
    }

    .reviews_content{
        background: #ffffff;
        width: 1200px;
        margin: 50px auto;
    }
    .reviews_content .swiper-slide{
        display: grid;
        grid-template-columns: auto;
        justify-content: center;
        justify-items: center;
        padding: 20px 0 0;
        border-top: none;
        background: #FAF9F8;
    }
    .reviews_content .swiper-slide img{
        border-radius: 10px;
        width: 78px;
    }
    .reviews_content .swiper-slide .reviews{
        width: 80%;
        margin: 20px 0;
        min-height: 48px;
        font-size: 12px;
    }

    .bottom {
        margin: 10px auto;
        text-align: center;
        width: 1200px;
    }

    .bottom p {
        font-size: 1.6rem;
        margin: 0;
    }

    .bottom p span {
        font-size: 1.2rem;
    }
    .bottom .join,.submit_go{
        background: rgb(255,0,0);
        color: #ffffff;
        margin: 10px 0 20px;
        border-radius: 3px;
    }
    .bottom_text{
        width: 60%;
        margin: 0 auto;
        color: #999999;
        line-height: 1;
        padding-bottom: 80px;
    }

    .page_window,
    .page_window_2 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(217, 217, 217, 0.7);
        display: none;
        z-index: 3;
    }

    .page_window .content,
    .page_window_2 .content {
        width: 500px;
        position: fixed;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 20px 40px;
        border-radius: 10px;
        text-align: center;
        border: 1px solid #000;
        background: #ffffff;
    }

    .page_window .content .question {
        text-align: left;
    }

    .page_window .content .question h2 {
        font-size: 24px;
        margin-bottom: 20px;
        border-bottom: 1px solid red;
        display: inline-block;
        text-align: center;
    }

    .page_window .content .question .input_item_2 .input_items {
        margin-bottom: 10px;
    }

    .submit_go {
        margin: 10px auto;
    }

    .input_items input[type="radio"] {
        display: none;
    }

    .input_items {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        font-size: 16px;
        display: block;
        margin-bottom: 10px;
    }

    .input_items input[type="radio"]+span::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 1px solid #000000;
        background: #ffffff;
    }

    .input_items input[type="radio"]:checked+span::before {
        background: rgb(255,0,0);
        border-color: rgb(255,0,0);
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    }

    .hint {
        font-size: 12px;
        font-weight: bold;
        color: red;
        display: none;
    }
}

@media screen and (width < 750px) {
    .page_content {
        width: 100%;
    }

    .page_content .top {
        position: relative;
        background: rgb(221 129 129);
    }
    .page_content .top_content{
        padding: 80px 10px 30px;
    }

    .page_content .top img {
        width: 140px;
        position: absolute;
        top: 30px;
        right: 30px;
    }

    .page_content .top h2 {
        font-size: 32px;
        width: 60%;
        line-height: 1.2;
        margin: 0 0 30px;
        -webkit-text-stroke: 0;
        color: #fff;
    }

    .page_content .top p {
        font-size: 12px;
        margin-bottom: 10px;
        color: #ffffff;
        margin-top: 60px;
    }

    .page_click_button,
    .submit_go,
    .submit_close {
        background: #EEEEEE;
        color: rgb(255,0,0);
        font-weight: 700;
        display: inline-block;
        padding: 15px;
        width: 100%;
        cursor: pointer;
        font-size: 13px;
        box-sizing: border-box;
        border-radius: 3px;
    }
    .page_click_button span{
        display: inline-block;
        padding: 10px;
        background: rgb(255,0,0);
        color: #ffffff;
        text-align: center;
        width: 100%;
        box-sizing: border-box;
        border-radius: 3px;
        font-size: 16px;
    }

    .page_click_button:hover span{
        background: rgba(255, 0, 0, 0.7) !important; 
    }

    .middle,
    .middle_2,
    .scroll_module,
    .bottom {
        padding: 0 24px;
    }
    .pc_page .middle_content{
        background: #FAF9F8;
        padding-bottom: 0;
    }
    .pc_page .middle{
        padding: 20px 0 0 !important;
    }
    .pc_page .middle h2,.pc_page .middle_2 h2{
        font-size: 14px;
        font-weight: 700;
        line-height: 125%;
        color: #FF0000;
        text-align: center;
        border-top: 1px solid #FF0000;
        border-bottom: 1px solid #FF0000;
        width: 90%;
        padding: 20px 0;
        margin:  0 auto;
    }

    .middle .item,.middle_2 .item {
        display: flex;
        align-items: flex-start;
        margin: 30px auto;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .middle .item svg,.middle_2 .item svg{
        width: 30px;
        height: 30px;
    }

    .middle .items,.middle_2 .items {
       width: 48%;
       display: grid;
       grid-gap: 8px;
       grid-template-columns: auto;
       justify-content: center;
       justify-items: center;
       padding: 0;
       border-top: none;
        
    }
    .middle .items h1,.middle_2 .items h1{
        font-size: 14px;
        font-weight: 500;
        color: #FF0000;
        margin:0 ;
    }
    .middle .items p,.middle_2 .items p{
        margin: 0 0 20px;
        padding: 0 10px;
        font-size: 12px;
        font-weight: 400;
    }

    .reviews_content{
        background: #ffffff;
        padding: 0 10px;
    }
    .reviews_content .swiper-slide{
        display: grid;
        grid-template-columns: auto;
        justify-content: center;
        justify-items: center;
        padding: 20px 0 0;
        border-top: none;
        background: #FAF9F8;
    }
    .reviews_content .swiper-slide img{
        border-radius: 10px;
        width: 60px;
    }
    .reviews_content .swiper-slide .reviews{
        width: 80%;
        margin: 20px 0;
        min-height: 50px;
        font-size: 12px;
        display: -webkit-box;     
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;     
        text-overflow: ellipsis; 
    }

    .bottom {
        text-align: center;
        margin: 20px 0;
    }

    .bottom p {
        font-size: 1.6rem;
        margin: 0;
    }

    .bottom p span {
        font-size: 1.2rem;
    }
    .bottom .join,.submit_go{
        background: rgb(255,0,0);
        color: #ffffff;
        margin: 10px 0 20px;
        border-radius: 3px;
        padding: 15px;
        font-size: 16px;
    }
    .bottom_text{
        width: 90%;
        margin: 0 auto;
        color: #999999;
        line-height: 1.2;
        padding-bottom: 80px;
        font-size: 12px;
        text-align: left;
    }

    .page_window,
    .page_window_2 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(217, 217, 217, 0.7);
        display: none;
        z-index: 3;
    }

    .page_window .content,
    .page_window_2 .content {
        width: 90%;
        position: fixed;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 20px 40px;
        border-radius: 10px;
        text-align: center;
        border: 1px solid #000;
        background: #ffffff;
        box-sizing: border-box;
    }

    .page_window .content .question {
        text-align: left;
    }

    .page_window .content .question h2 {
        font-size: 24px;
        margin-bottom: 20px;
        border-bottom: 1px solid red;
        display: inline-block;
        text-align: center;
    }

    .page_window .content .question .input_item_2 .input_items {
        margin-bottom: 10px;
    }

    .submit_go {
        margin: 10px auto;
    }

    .input_items input[type="radio"] {
        display: none;
    }

    .input_items {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        font-size: 16px;
        display: block;
        margin-bottom: 10px;
    }

    .input_items input[type="radio"]+span::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 1px solid #000000;
        background: #ffffff;
    }

    .input_items input[type="radio"]:checked+span::before {
        background: rgb(255,0,0);
        border-color: rgb(255,0,0);
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    }

    .hint {
        font-size: 12px;
        font-weight: bold;
        color: red;
        display: none;
    }

}