@charset "UTF-8";
/* CSS Document */
html{
  scroll-behavior: smooth;
}
body{
    font-family: YakuHanJP_Noto, 'Noto Sans JP', Hiragino Sans, "ヒラギノ角ゴ ProN W3", Yu Gothic Medium, "游ゴシック", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    letter-spacing: .01rem;
    color: #111;
    -webkit-font-smoothing: antialiased;
    margin-top: 135px;
}
.en{
    font-family: 'Century Gothic', 'Montserrat', sans-serif;
}
*{
    box-sizing: border-box;
}
img{
    vertical-align: bottom;
    width: 100%;
    height: auto;
}
li{
    list-style: none;
}
a{
    cursor: pointer;
    text-decoration: none;
    color: #111;
    letter-spacing: normal;
}
.pc_none{
    display: none!important;
}

/*---------------------------------

  画面遷移

---------------------------------*/
body {
	display: none;
}


/*---------------------------------

  btn

---------------------------------*/
.btn,
a.btn,
button.btn {
    font-weight: 500;
    line-height: 1em;
    position: relative;
    display: block;
    padding: 15px 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    color: #3ccb9c;
    border-radius: 4px;
    border: solid 1px #3ccb9c;
    max-width: 240px;
    margin: 0 auto;
}
a.btn_bg {
    overflow: hidden;
    padding: 15px 0;
    color: #3ccb9c;
    background: #fff;
    border-radius: 4px;
    transition: 0.3s;
}
a.btn_bg:hover{
    color: #fff;
}
a.btn_bg span {
    position: relative;
    display: block;
}
a.btn_bg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 500%;
    content: "";
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translateX(-90%) translateY(-25%) rotate(42deg);
    transform: translateX(-90%) translateY(-25%) rotate(40deg);
    background: #3ccb9c;
    color: #fff;
    
}
a.btn_bg:hover:before {
    -webkit-transform: translateX(-9%) translateY(-25%) rotate(42deg);
    transform: translateX(-9%) translateY(-25%) rotate(40deg);
    z-index: 0;
}


/*---------------------------------

  header

---------------------------------*/
.sp_nav_wrapper{
    display: none;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
}
header .nav_top{
    display: flex;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: solid 1px #ececec;
}
header .nav_logo{
    width: 230px;
    transition: .35s;
}
header .nav_logo:hover{
    opacity: .7;
}
header .nav_sub{
    display: flex;
    align-items: center;
}
header .nav_sub ul{
    display: flex;
    align-items: center;
    margin-right: 20px;
}
header .nav_sub ul li{
    padding: 0 5px;
}
header .nav_sub ul li a{
    font-size: 12px;
    line-height: 1em;
    padding: 10px 10px 10px 14px;
    position: relative;
    display: block;
    transition: .35s;
}
header .nav_sub ul li a:hover{
    opacity: .7;
}
header .nav_sub ul li a::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: url("../img/common/nav_arrow.png") center / 6px auto no-repeat;
    transition: .35s;
}
header .nav_sub ul li a:hover::before{
    left: 5px;
}
header .nav_tel{
    text-align: center;
    margin-right: 15px;
}
header .nav_tel a{
    color: #1dc765;
    font-size: 24px;
    line-height: 1em;
    font-family: 'Century Gothic', 'Montserrat', sans-serif;
    font-weight: 600;
    transition: .35s;
}
header .nav_tel a:hover{
    opacity: .7;
}
header .nav_tel a span{
    font-size: 12px;
    display: block;
    line-height: 1em;
    font-family: 'Noto Sans JP', Hiragino Sans, "ヒラギノ角ゴ ProN W3", Yu Gothic Medium, "游ゴシック", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: normal;
    padding-bottom: 4px;
}
header .nav_contact a{
    display: block;
    padding: 12px 24px;
    color: #fff;
    font-weight: 500;
    line-height: 1em;
    background-color: #3ccb9c;
    border: solid 1px #3ccb9c;
    border-radius: 4px;
    transition: .35s;
}
header .nav_contact a:hover{
    background-color: #f4f4f4;
    color: #3ccb9c;
}
.nav_contact_inner{
    position: relative;
    display: block;
    padding-left: 25px;
}
.nav_contact_inner::before{
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 18px;
    height: 16px;
    background: url("../img/common/nav_mail.png") center / 18px auto no-repeat;
    transition: .35s;
}
header .nav_contact a:hover .nav_contact_inner::before{
    background: url("../img/common/nav_mail_green.png") center / 18px auto no-repeat;
}
.dropdown_menu{
    border-bottom: solid 1px #ececec;
}
.menu_inner{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.menu_category{
    width: 20%;
    padding: 10px;
    position: relative;
}
.menu_category::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 32px;
    background-color: #ececec;
}
.menu_category:last-of-type::after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 32px;
    background-color: #ececec;
}
.menu_category a{
    display: block;
    text-align: center;
    padding: 10px;
    line-height: 1em;
    font-weight: 500;
    transition: .4s;
}
.menu_category a:hover{
    background-color: #f4f4f4;
    color: #3ccb9c;
}
.menu_category>div{
    text-align: center;
    font-weight: 500;
    padding: 10px 0;
    line-height: 1em;
    cursor: default;
}
.dropdown_list {
    opacity: 0;
    pointer-events: none;
    width: 120%;
    position: absolute;
    top: 56px;
    left: 0;
    transition: .4s;
}
.menu_category:hover .dropdown_list {
    opacity: 1;
    pointer-events: all;
}
.dropdown_list li{
    transition: all .35s;
    position: relative;
}
.dropdown_list li:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.dropdown_list li:hover {
    background-color: #3ccb9c;
}
.dropdown_list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 20px 0; 
    background-color: #3ccb9c;
    transition: .35s;
}
.dropdown_list li a:hover{
    background-color: #f4f4f4;
    color: #3ccb9c;
}


/*---------------------------------

  下層ページtitle

---------------------------------*/
.title_wrapper{
    display: flex;
    align-items: center;
}
.title_wrapper>div{
    width: 32%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.title_wrapper .title span{
    display: inline-block;
    padding-bottom: 20px;
    font-family: 'Century Gothic', 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: .04rem;
    font-size: 40px;
    color: #3ccb9c;
    line-height: 1em;
}
.title_wrapper .title h2{
    font-size: 18px;
    font-weight: 500;
    line-height: 1em;
}
.title_wrapper>p{
    width: 68%;
}
@media print, screen and (max-width: 1400px) {
    .title_wrapper .title span {
        font-size: 36px;
    }
}



/*---------------------------------

  画像なしtitle

---------------------------------*/
.second_title_wrapper{
    width: 90%;
    border-bottom: solid 1px #3ccb9c;
    padding: 70px 0 30px 10px;
    margin: 0 0 0 auto;
}
.second_title_wrapper .title{
    width: fit-content;
    text-align: center;
}
.second_title_wrapper .title span{
    display: inline-block;
    padding-bottom: 15px;
    font-family: 'Century Gothic', 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: .04rem;
    font-size: 40px;
    color: #3ccb9c;
    line-height: 1em;
}
.second_title_wrapper .title h2{
    font-size: 18px;
    font-weight: 500;
    line-height: 1em;
}
@media print, screen and (max-width: 1400px) {
    .second_title_wrapper .title{
        text-align: left;
    }
    .second_title_wrapper .title span {
        font-size: 36px;
        padding-bottom: 10px;
    }
    .second_title_wrapper .title h2 {
        font-size: 15px;
    }
}


/*---------------------------------

  パンくず

---------------------------------*/
.pankuzu_wrapper{
    padding: 20px 0 60px;
}
.pankuzu_inner{
    text-align: right;
    width: 90%;
    max-width: 1800px;
    margin: 0 auto;
    font-size: 12px;
}
.pankuzu_inner a{
    font-size: 12px;
    transition: .3s;
}
.pankuzu_inner a:hover{
    opacity: .7;
}
.pankuzu_inner span{
    color: #3ccb9c;
}


/*---------------------------------

  footer

---------------------------------*/
.footer_contact{
    background: url("../img/common/footer_contact.jpg")center/ cover no-repeat;
    padding: 45px;
    position: relative;
    margin-bottom: 40px;
}
.footer_contact::before{
    content: 'contact';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 5%;
    color: rgba(255,255,255,.4);
    font-family: 'Century Gothic', 'Montserrat', sans-serif;
    font-size: 130px;
    font-weight: 700;
    letter-spacing: .2rem;
    z-index: 1;
}
.footer_contact_title{
    position: relative;
    z-index: 3;
}
.footer_contact_title p{
    text-align: center;
    font-size: 28px;
    padding-bottom: 15px;
    font-family: 'Century Gothic', 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: .04rem;
    color: #3ccb9c;
    line-height: 1em;
}
.footer_contact_title h2{
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    margin-bottom: 30px;
}
.footer_contact_column{
    display: flex;
    justify-content: center;
    max-width: 700px;
    margin: 0 auto;
}
.footer_contact_column>div{
    background-color: #fff;
    border-radius: 10px;
    width: 50%;
    margin: 0 10px;
    text-align: center;
    padding: 25px 10px;
}
.footer_contact_tel p{
    width: 45px;
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
}
.footer_contact_tel a{
    font-size: 38px;
    font-family: 'Century Gothic', 'Avenir-Light', 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: .04rem;
    color: #1dc765;
    line-height: 1em;
}
.footer_contact_tel a span{
    display: block;
    font-size: 15px;
    font-family: 'Noto Sans JP', Hiragino Sans, "ヒラギノ角ゴ ProN W3", Yu Gothic Medium, "游ゴシック", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1em;
    padding-bottom: 10px;
}
.footer_contact_form{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_contact_form p{
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 500;
    padding-bottom: 10px;
}
.footer_contact_form .btn{
    width: 300px;
    border: solid 1px #1dc765;
    color: #1dc765;
}
.footer_contact_form a.btn_bg:before{
    background: #1dc765;
}
.footer_contact_form a.btn_bg:hover:before{
    z-index: 0;
}
.footer_info{
    margin-bottom: 40px;
}
.footer_info_inner{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
}
.footer_info_inner .left{
    display: block;
    width: 200px;
    margin-right: 6%;
    transition: .35s;
}
.footer_info_inner .left:hover{
    opacity: .8;
}
.footer_info_inner .right{
    display: flex;
    align-items: center;
}
.footer_info_inner .right{
    line-height: 1.6em;
    font-size: 14px;
}
.footer_info_inner .right p:last-of-type{
    display: block;
    width: 65px;
    margin-left: 25px;
}
.footer_bottom{
    background-color: #3ccb9c;
    color: #fff;
    padding-top: 55px;
}
.footer_bottom_inner{
    display: flex;
    justify-content: center;
    max-width: 850px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 35px;
}
.footer_bottom_inner ul:first-of-type{
    width: 25%;
    line-height: 1em;
}
.footer_bottom_inner ul:first-of-type li{
    margin-bottom: 10px;
}
.footer_bottom_inner ul:first-of-type a{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 15px 5px 5px;
    position: relative;
    transition: .35s;
}
.footer_bottom_inner ul:first-of-type a:hover{
    opacity: .7;
}
.footer_bottom_inner ul:first-of-type a::before{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: url(../img/common/footer_arrow.png) center / 6px auto no-repeat;
    transition: .35s;
}
.footer_bottom_inner ul:first-of-type a:hover::before{
    right: -3px;
}
.footer_bottom_inner ul:last-of-type{
    width: 75%;
    margin-left: 8%;
    font-size: 12px;
    line-height: 1.6em;
}
.footer_bottom_inner ul:last-of-type li{
    margin-bottom: 5px;
    position: relative;
    padding-left: 12px;
}
.footer_bottom_inner ul:last-of-type li::before{
    content: '';
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
}
.copyright{
    font-size: 12px;
    text-align: center;
    padding-bottom: 20px;
}



@media print, screen and (max-width: 1000px) {
    body{
        margin-top: 56px;
        font-size: 15px;
    }
    /*---------------------------------

      header

    ---------------------------------*/
    .pc_nav_wrapper{
        display: none!important;
    }
    .sp_nav_wrapper{
        display: block!important;
        padding: 4px 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 1000;
        border-bottom: solid 1px #efefef;
    }
    .sp_nav{
        
    }
    header .nav_logo {
        width: 180px;
    }
    header .nav_logo a{
        display: block;
        margin: 10px 0 10px 10px;
    }
    #g-nav{
        /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
        position:fixed;
        z-index: 99;
        /*ナビのスタート位置と形状*/
        top:58px;
        right: -120%;
        width:100%;
        height: 100vh;/*ナビの高さ*/
        background: rgba(255,255,255,.98);
        /*動き*/
        transition: all 0.6s;
    }

    /*アクティブクラスがついたら位置を0に*/
    #g-nav.panelactive{
        right: 0;
    }

    /*ナビゲーションの縦スクロール*/
    #g-nav.panelactive #g-nav-list{
        /*ナビの数が増えた場合縦スクロール*/
        position: fixed;
        z-index: 99; 
        width: 100%;
        height: 100vh;/*表示する高さ*/
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    /*ナビゲーション*/
    .g-nav-list-inner{
        /*ナビゲーション天地中央揃え*/
        width: 90%;
        max-width: 340px;
        margin: 0 auto;
        padding: 50px 0;
    }

    /*リストのレイアウト設定*/

    #g-nav li{
        list-style: none;
        text-align: center;
    }

    .g-nav-list-inner>ul>li>a{
        text-decoration: none;
        padding:10px;
        display: block;
        text-transform: uppercase;
        font-weight: 500;
    }

    /*========= ボタンのためのCSS ===============*/
    .openbtn{
        position:fixed;
        z-index: 9999;/*ボタンを最前面に*/
        top:0;
        right: 0;
        cursor: pointer;
        width: 57px;
        height:57px;
        border-left: solid 1px #efefef;
    }

    /*×に変化*/	
    .openbtn span{
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 15.5px;
        height: 2px;
        background-color: #1dc765;
        width: 45%;
      }

    .openbtn span:nth-of-type(1) {
        top:19px;	
    }
    .openbtn span:nth-of-type(2) {
        top:27px;
    }
    .openbtn span:nth-of-type(3) {
        top:35px;
    }
    .openbtn.active span:nth-of-type(1) {
        top: 22px;
        left: 17px;
        transform: translateY(6px) rotate(-45deg);
        width: 40%;
    }
    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
    }
    .openbtn.active span:nth-of-type(3){
        top: 34px;
        left: 17px;
        transform: translateY(-6px) rotate(45deg);
        width: 40%;
    }
    .sp_nav_sub{
        display: flex;
        padding-right: 57px;
        position: fixed;
        top: 0;
        right: 0;
    }
    .sp_nav_sub a{
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 11px;
        text-align: center;
        width: 57px;
        height: 57px;
        border-left: solid 1px #efefef;
        color: #1dc765;
        font-weight: 500;
        line-height: 1em;
    }
    .sp_nav_sub a span{
        display: inline-block;
        padding-top: 22px;
        background: url("../img/common/sp_emergency.png") top center / 18px auto no-repeat;
    }
    .sp_nav_sub a:last-of-type span{
        background: url("../img/common/sp_tel.png") top center / 13px auto no-repeat;
    }
    .page_category{
        padding: 20px 45px 20px 15px;
        position: relative;
        z-index: +1;
        cursor: pointer;
        transition: .35s;
        font-size: 18px;
        font-weight: 500;
        line-height: 1em;
        text-align: left;
    }
    .page_category>a{
        display: block;
    }
    .g-nav-list-inner>ul>li{
        border-bottom: solid 1px #efefef;
    }
    .g-nav-list-inner>ul>li:first-of-type{
        border-top: solid 1px #efefef;
    }
    .add_mark {
        position: absolute;
        top: 50%;
        right: 15px;
        width: 16px;
        height: 16px;
        margin-top: -10px;
    }
    .add_mark:before, .add_mark:after {
        position: absolute;
        content: "";
        margin: auto;
        box-sizing: border-box;
        vertical-align: middle;
    }
    .add_mark:before {
        border-top: 2px solid #1dc765;
        width: 14px;
        height: 0;
        top: 6px;
        bottom: 0;
        right: 0;
    }
    .add_mark:after {
        border-left: 2px solid #1dc765;
        width: 0;
        height: 14px;
        top: 6px;
        bottom: 0;
        left: 8px;
        transition: .3s;
    }
    .page_category.open .add_mark:after {
        height: 0;
    }
    .page_link{
        display: none;
        padding: 0 15px 20px 15px;
        border-radius: 8px;
        font-size: 15px;
    }
    .page_link ul li .page_link_btn{
        text-align: left;
        display: block;
        font-size: 16px;
        margin-bottom: 10px;
        position: relative;
        padding-left: 28px;
    }
    .page_link ul li:last-of-type .page_link_btn{
        margin-bottom: 0;
    }
    .page_link ul li .page_link_btn::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: url(../img/business/arrow_02.png) 52% center / 5px 8px no-repeat #fff;
        border: solid 1px #1dc765;
        transition: .4s;
    }
    .nav_contact{
        margin-top: 20px;
        margin-bottom: 30px;
    }
    header .nav_contact a {
        font-size: 18px;
        padding: 16px 24px;
    }
    .nav_contact_inner{
        padding-left: 35px;
    }
    .nav_contact_inner::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 21px;
        height: 19px;
        background: url(../img/common/nav_mail.png) center / 21px auto no-repeat;
        transition: .35s;
    }
    .g-nav-list-inner .page_link_sub{
        margin-bottom: 80px;
    }
    .g-nav-list-inner .page_link_sub li{
        border-bottom: none!important;
        border-top: none!important;
    }
    .g-nav-list-inner .page_link_sub li a{
        text-align: left;
        font-size: 15px;
        font-weight: 400!important;
        padding: 0 0 0 15px!important;
        margin-bottom: 5px;
        position: relative;
    }
    .g-nav-list-inner .page_link_sub li a::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 8px;
        height: 8px;
        background: url(../img/common/nav_arrow.png) center / 6px auto no-repeat;
        transition: .35s;
    }
    
    
    /*---------------------------------

      footer

    ---------------------------------*/
    .footer_contact::before{
        font-size: 90px;
    }
    
    
    /*---------------------------------

      下層ページtitle

    ---------------------------------*/
    .title_wrapper{
        display: block;
    }
    .title_wrapper>p {
        width: 95%;
    }
    .title_wrapper>div {
        width: 100%;
        display: block;
        padding: 40px 10px 40px 10%;
        text-align: left;
    }
    .title_wrapper .title span{
        padding-bottom: 10px;
    }
    .title_wrapper .title h2 {
        font-size: 15px;
    }
    
}


@media print, screen and (max-width: 750px) {
    .pc_none{
        display: block!important;
    }
    .sp_none{
        display: none!important;
    }
    body{
        margin-top: 56px;
    }
    
    
    /*---------------------------------

      下層ページtitle

    ---------------------------------*/
    .title_wrapper{
        display: block;
    }
    .title_wrapper>p {
        width: 95%;
    }
    .title_wrapper>div {
        width: 100%;
        display: block;
        padding: 40px 10px 40px 10%;
        text-align: left;
    }
    .title_wrapper .title span{
        padding-bottom: 10px;
    }
    .title_wrapper .title h2 {
        font-size: 15px;
    }
    

    /*---------------------------------

      画像なしtitle

    ---------------------------------*/
    .second_title_wrapper{
        width: 95%;
        padding: 40px 0 20px 10px;
        margin: 0 0 0 auto;
    }
    .second_title_wrapper .title{
        text-align: left;
    }
    .second_title_wrapper .title span{
        font-size: 30px;
        padding-bottom: 10px;
    }
    .second_title_wrapper .title h2{
        font-size: 15px;
    }

    
    /*---------------------------------

      パンくず

    ---------------------------------*/
    .pankuzu_wrapper{
        padding: 12px 0 40px;
    }
    .pankuzu_inner {
        line-height: 1.2em;
    }
    
    
    /*---------------------------------

      footer

    ---------------------------------*/
    .footer_contact {
        background: url(../img/common/sp_footer_contact.jpg)center/ cover no-repeat;
        padding: 30px 20px;
        position: relative;
        margin-bottom: 30px;
    }
    .footer_contact_title p {
        padding-bottom: 10px;
    }
    .footer_contact_title h2 {
        margin-bottom: 25px;
    }
    .footer_contact_column {
        display: block;
        max-width: 340px;
        width: 100%;
    }
    .footer_contact_column>div {
        width: 100%;
        margin: 0;
        padding: 15px 10px;
    }
    .footer_contact_column>div:first-of-type{
        margin-bottom: 10px;
    }
    .footer_contact_tel p {
        width: 40px;
    }
    .footer_contact_tel a {
        font-size: 36px;
        letter-spacing: .03rem;
    }
    .footer_contact_tel a span {
        padding-bottom: 5px;
    }
    .footer_contact::before{
        font-size: 80px;
        top: 2%;
    }
    .footer_info {
        margin-bottom: 30px;
    }
    .footer_info_inner {
        display: block;
        padding: 0 20px;
        margin: 0 auto;
        max-width: 340px;
        width: 100%;
    }
    .footer_info_inner .left {
        width: 200px;
        margin: 0 auto;
        padding-bottom: 20px;
    }
    .footer_info_inner .right {
        display: block;
        text-align: center;
    }
    .footer_info_inner .right p{
        text-align: left;
        display: inline-block;
    }
    .footer_info_inner .right p:last-of-type {
        width: 54px;
        margin: 0 auto;
        padding-top: 15px;
    }
    .footer_bottom {
        padding-top: 30px;
    }
    .footer_bottom_inner {
        display: block;
        max-width: 500px;
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
        margin-bottom: 20px;
    }
    .footer_bottom_inner ul:first-of-type {
        width: 100%;
        margin-bottom: 25px;
    }
    .footer_bottom_inner ul:last-of-type {
        width: 100%;
        margin-left: 0;
    }
    .copyright {
        font-size: 11px;
    }
}