@charset "utf-8";
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 SECTION TITLE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/


/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/

@media screen and (min-width: 1024px) and (max-width: 1280px) {}

/* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .__about_accessmap_box_contents {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: column-reverse;
    }

    .__about_accessmap_comment_box {
        width: 100%;
    }

    .__about_accessmap_ifleme_box {
        width: 100%;
    }
}

/* 768px～1023px responsive-closed */

/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/


/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {

    .__about_policy_box>h3>p,
    .__about_greeting_box>h3>p,
    .__about_overview_box>h3>p,
    .__about_accessmap_box>h3>p {
        font-size: 1.2rem;
        display: flex;
        align-items: start;
    }

    .__about_policy_box_contents ul li {
        width: calc((100% / 2) - 10px);
        font-size: 0.8em;
        margin-bottom: 20px;
    }
    .__about_policy_box_contents ul li h4{
        font-size: 0.8rem;
        text-align: center;
    }

    .__about_greeting_img_box {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 0;
        margin-left: 20px;
    }

    .__about_greeting_img_box {
        width: 100%;
    }

    .__about_greeting_img_box::after {
        width: 100%;
    }

    .__about_greeting_comment_box {
        width: 100%;
        margin-top: 40px;
    }

    .__about_greeting_comment_box p {
        font-size: 0.9rem;
    }

    .__about_overview_comment_box {
        padding: 20px;
    }

    .__about_accessmap_box_contents {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: column-reverse;
    }

    .__about_overview_comment_box {
        font-size: 0.9em;
    }

    .__about_accessmap_comment_box {
        width: 100%;
        padding: 20px;
        font-size: 0.8em;
    }

    .__about_accessmap_ifleme_box {
        width: 100%;
    }
}

/* 767px responsive-closed */

/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/