@charset "UTF-8";
/* CSS Document */
@media screen and (max-width:700px) {
    /*=====pc・sp　on/off===========================*/
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .br-pc {
        display: none;
    }
    .br-sp {
        display: block;
    }
    /*共通===========================*/
    p {
		        font-size: 85%;
/*        font-size: 80%;*/
        line-height: 200%;
    }
    .content-title {
        font-size: 60px;
    }
    /*h1見出し-pink*/
    .title-icon_bg, .title-icon_bg-w {
        width: 80px;
        height: 80px;
        margin: 20px auto -14px;
    }
    .title-jp {
        width: 100%;
        margin: -20px auto 0;
        font-size: 24px;
    }
    .title-icon_bg, .title-icon_bg-w {
        width: 60px;
        height: 60px;
        margin: 10px auto -30px;
    }
    .w-btn_link {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        padding: 14px;
        font-size: 14px;
        border: 1px solid #F79C8B;
    }
    /* h2 */
    .sec-two p {
        font-size: 18px;
        margin: 0;
    }
    .sec-two img {
        height: 20px;
    }
    /* h3 */
    .sec-three {
        margin: 32px auto;
    }
    /* sub-タイトル */
    #sub-one .content-title {
        font-size: 30px;
    }
    #sub-one .title-jp {
        margin: -12px auto 0;
        font-size: 32px;
    }
    #sub-one .title-icon_bg {
        width: 60px;
        height: 60px;
        margin: 10px auto 0;
    }
    /*リンクボタン====================-	*/
    .main_link {
        font-size: 90%;
        padding: 12px 30px;
    }
    .download {
        width: 30px;
        height: 29px;
        padding: 3px;
        background-size: 14px;
    }

    /*=====ヘッダー===========================*/
    #header {
        height: 60px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: sticky;
		background-color: #fff;
    }
    .logo-sp {
        width: 80%;
        display: block;
        padding: 10px 10px 0 10px;
        min-width: 100px;
        height: 100%;
    }
    .hdr-sp_wrap {
        width: 100%;
        position: relative;
    }
    .hdr-sp_wrap img {
        width: 100%;
        max-width: 320px;
    }
    #header .hdr-wrap_l {
        width: 100%;
        display: block;
        position: absolute;
        top: 0;
    }
	.nav-wrap {
    width: 100%;
}
	    .header-cen_wrap {
			width: 100%;
	}
    .hdr-wrap {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        position: fixed;
        top: 60px;
        left: 100%;
        transition: all 0.3s;
        background: #fff;
    }
    #header .hdr-wrap {
        width: 100%;
        height: 100vh;
        margin: 0;
        padding: 0;
        position: fixed;
        left: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #fff;
        z-index: 999;
    }
    #header .right-btn-list {
        width: 90%;
        margin: 20px auto;
        display: flex;
        flex-flow: column;
        gap: 14px;
    }
    #header .right-btn-list li .green-btn, .right-btn-list li .red-btn {
        padding: 4px 0px;
        box-sizing: border-box;
    }
    #header .right-btn-list li .red-btn {
        border: 2px solid #EB5151;
    }
    #header .right-btn-list li .green-btn {
        display: flex;
        flex-flow: nowrap;
        background-color: #fff;
        border: 2px solid #32B66E;
        color: #32B66E;
    }
    #header .right-btn-list li .green-btn:hover {
        display: flex;
        flex-flow: nowrap;
        background-color: #32B66E;
        border: 2px solid #32B66E;
        color: #fff;
    }
    #header .tell-list {
        margin: 20px auto 0;
    }
    #header .tell-list a {
        color: #32B66E;
        display: flex;
        align-items: center;
		pointer-events: all;
    }
    .nav-list_item a:hover::after, .nav-list_item-sp a:hover::after {
        display: none;
    }
    #header .tell-list .fax {
        pointer-events: none;
    }
    /*------mail------*/
    .hd-mail {
        padding: 0 8px;
        width: 80px;
        height: 100%;
        background-color: #F6FCF4;
        display: flex;
        flex-flow: column;
        justify-content: center;
    }
    .hd-mail p {
        text-align: center;
        color: #32B66E;
        font-size: 8px;
        font-weight: 600;
        line-height: 100%;
    }
    .hd-mail img {
        width: 40px;
        margin: 0 auto;
    }
    /*------btnオープン------*/
    .drawer_hidden {
        display: none;
    }
    .drawer_open {
        width: 80px;
        height: 100%;
        padding: 0px 4px;
        position: relative;
        top: 0;
        left: 0;
        z-index: 999;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #32B66E;
    }
    .drawer_open span, .drawer_open span::before, .drawer_open span::after {
        width: 25px;
        height: 2px;
        border-radius: 2px;
        position: relative;
        top: -8px;
        background-color: #fff;
        transition: 0.3s;
    }
    .drawer_open span::before {
        content: '';
        width: 25px;
        top: 9px;
        right: 0;
        position: absolute;
    }
    .drawer_open span::after {
        content: '';
        width: 25px;
        top: 18px;
        right: 0;
        position: absolute;
    }
    #drawer_input:checked ~ .drawer_open span {
        top: 0;
        transform: rotate(-45deg);
    }
    #drawer_input:checked ~ .drawer_open span::before {
        width: 25px;
        top: 0px;
        left: 0px;
        transform: rotate(90deg);
    }
    #drawer_input:checked ~ .drawer_open span::after {
        opacity: 0;
    }
    /*    open時 */
    #drawer_input:checked ~ .hdr-wrap {
        left: 0%;
    }
    /*-------ヘッダー真ん中------*/
    .hdr-center {
        width: 100%;
        max-width: 100%;
    }
    .nav-list {
        width: 100%;
        margin: 0;
        justify-content: flex-start;
        flex-flow: column;
        align-items: baseline;
    }
    .nav-list_item {
        width: 90%;
        margin: 0 auto;
    }
    .hdr-btm {
        flex-flow: column;
    }
    .nav-list_item a {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 10px 10px 10px 0px;
        font-weight: 600;
        box-sizing: border-box;
        border-bottom: 1px solid #33B66E;
		font-size: 90%;
    }
    .nav-list_item a::after, .nav-list_item-sp a::after {
        display: none;
    }
    .nav-list_item a:hover .triangle-btn {
        margin-right: 10px;
    }
    .nav-list_item a::before, .nav-list_item-sp a::before, .toggle_switch::before {
        opacity: 1;
        width: 14px;
        max-height: 12px;
        top: 14px;
        left: 8px;
    }
    .nav-list_item-sp a::before {
        width: 12px;
        height: 12px;
        opacity: 0;
        top: 11px;
        left: 10px;
    }
    .nav-list_item-sp {
        list-style: none;
    }
    .nav-list_item-sp a {
        padding: 8px 0 8px 30px;
        font-size: 12px;
        font-weight: 500;
    }
    /*	トップページ*/
    .btn-pagetop {
        bottom: 30px;
        right: 30px;
    }
    .btn-pagetop img {
        width: 60px;
    }
	  /*-------フッター------*/
	.tell-list{
		    gap: 20px;
	}
}