@charset "UTF-8";

/* ========================================
	共通スタイル
======================================== */

/*---------------------------------
  comomon
---------------------------------*/

@media screen and (max-width:767px) {
  body {
    width: 100%;
    min-width: 0;
    overflow-x: hidden;
  }

  #breadcrumbs {
    margin-top: 55px;
  }
  .list-breadcrumbs {
    padding: 0 15px;
  }
  #content #content_main {
    padding: 0 15px;
  }

}

/* ---------- 文字サイズ ----------*/

@media screen and (max-width:767px) {
  html,
  html.font-s,
  html.font-m,
  html.font-l {
    font-size: 14px;
  }
}

/* ---------- visiblity ----------*/

@media screen and (max-width:767px) {
  .pc-hide {
    display: block !important;
  }
  
  .sp-hide {
		display: none !important;
	}
}

/*---------------------------------
  header
---------------------------------*/

@media screen and (max-width:767px) {
  #header .gh_cover.is-open {
    display: block;
    width: 100%;
    height: calc( 100% - 55px );
    background-color: rgba(0,0,0,0.3);
    position: fixed;
    left: 0;
    top: 55px;
    z-index: 990;
  }
  
  #header .gh_wrap {
    display: none;
  }
  
  #header .gh_wrap_sp {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #098240;
    min-height: 55px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9999;
  }
  
  #header .gh_wrap_sp .gh_logo {
    width: 80px;
    margin-left: 10px;
  }
  
  #header .gh_wrap_sp .gh_logo div {
    margin-bottom: 3px;
  }
  
  #header .gh_wrap_sp .gh_logo div a {
    display: block;
  }
  
  #header .gh_wrap_sp .gh_logo p {
    font-size: 8px;
    text-align: center;
    white-space: nowrap;
    color: #666;
  }
  
  /* ---------- グロナビ ----------*/
  
  #gh_spnav,
  #gh_spnav .gh_spnav_list {
    display: flex;
    align-items: center;
    align-content: center;
  }
  
  #gh_spnav .gh_spnav_list li {
    position: relative;
  }
  /*
  #gh_spnav .gh_spnav_list > li.gh_spnav_help {
    width: 52px;
  }
  
  #gh_spnav .gh_spnav_list > li.gh_spnav_branch {
    width: 52px;
  }
  
  #gh_spnav .gh_spnav_list > li.gh_spnav_search {
    width: 48px;
  }
  
  #gh_spnav .gh_spnav_list > li.gh_spnav_english {
    width: 48px;
  }
  #gh_spnav .gh_spnav_list > li.gh_spnav_faq {
    width: 52px;
  }
  #gh_spnav .gh_spnav_list > li.gh_spnav_chatbot {
    width: 52px;
  }

  #gh_spnav .gh_spnav_list > li a,
  #gh_spnav .gh_spnav_list > li span {
    display: block;
  }
  */
  #gh_spnav .gh_spnav_list > li a {
    color: #222;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-size: 8px;
    font-weight: bold;
    width: 52px;
    height: 54px;
    position: relative;
    text-align: center;
  }
  #gh_spnav .gh_spnav_list > li a .icn {
    display: block;
    width: 25px;
    margin: 0 auto 4px;
  }
  #gh_spnav .gh_spnav_list > li.gh_spnav_help span.is-open,
  #gh_spnav .gh_spnav_list > li.gh_spnav_search a.is-open {
    background-color: #dcf5e4;
  }
  
  #gh_spnav .gh_spnav_list > li .gh_spnav_drop {
    display: none;
    width: 100%;
    padding: 25px 15px 10px;
    background-color: #dcf5e4;
    position: fixed;
    left: 0;
    right: 0;
    top: 55px;
    z-index: 999;
  }
  
  #gh_spnav .gh_spnav_list > li .gh_spnav_drop .gh_spnav_drop_close {
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: row;
    justify-content: center;
    width: 80px;
    height: 40px;
    margin: 0 auto;
    font-size: 14px;
  }
  
  #gh_spnav .gh_spnav_list > li .gh_spnav_drop .gh_spnav_drop_close::before {
    content: "×";
    margin-right: 5px;
    font-size: 18px;
    color: #098240;
  }
  
  #gh_spnav .gh_spnav_list > li.gh_spnav_help .gh_spnav_drop .gh_spnav_help_wrap {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  
  #gh_spnav .gh_spnav_list > li.gh_spnav_help .gh_spnav_drop .gh_spnav_help_wrap > div {
    width: calc( ( 100% - 15px ) / 2 );
  }
  
  #gh_spnav .gh_spnav_list > li.gh_spnav_help .gh_spnav_drop .gh_spnav_help_wrap a {
    display: block;
    padding: 19px 0 19px 45px;
    background-color: #fff;
    border: 1px solid #ccc;
    position: relative;
    font-size: 13px;
    color: #222;
  }
  
  #gh_spnav .gh_spnav_list > li.gh_spnav_help .gh_spnav_drop .gh_spnav_help_wrap a::before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 11px;
    transform: translateY(-50%);
  }
  
  #gh_spnav .gh_spnav_list > li.gh_spnav_help .gh_spnav_drop .gh_spnav_help_wrap .gh_spnav_help_chatbot a::before {
    background-image: url("/common/img/header/icon_chat.png");
  }
  
  #gh_spnav .gh_spnav_list > li.gh_spnav_help .gh_spnav_drop .gh_spnav_help_wrap .gh_spnav_help_faq a::before {
    background-image: url("/common/img/header/icon_help.png");
  }
  
  #gh_spnav .gh_spnav_list > li.gh_spnav_search .gh_spnav_drop .gh_spnav_search_wrap {
    margin-bottom: 10px;
  }
  
  #gh_spnav .gh_spnav_list > li.gh_spnav_search .gh_spnav_drop .gh_spnav_search_wrap dt {
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
  }
  
  #gh_spnav .gh_spnav_list > li.gh_spnav_search .gh_spnav_drop .gh_spnav_search_wrap dd {
    font-size: 0;
  }
  
  #gh_spnav .gh_spnav_list > li.gh_spnav_search .gh_spnav_drop .gh_spnav_search_wrap .searchBox {
    width: calc( 100% - 46px );
    padding-left: 15px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    line-height: 44px;
    background-color: #fff;
    font-size: 13px;
    vertical-align: middle;
  }
  
  #gh_spnav .gh_spnav_list > li.gh_spnav_search .gh_spnav_drop .gh_spnav_search_wrap button {
    width: 46px;
    height: 46px;
    background: #098240 url("/common/img/header/icon_search_wh.png") no-repeat center;
    background-size: 20px auto;
    overflow: hidden;
    text-indent: -100%;
    white-space: nowrap;
    color: transparent;
    vertical-align: middle;
  }
  
  #gh_spnav .gh_spnav_menu {
    background: #0a8742;
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-size: 8px;
    font-weight: bold;
    width: 54px;
    height: 54px;
  }
  #gh_spnav .gh_spnav_menu .line {
    display: block;
    width: 20px;
    height: 13px;
    margin: 0 auto 10px;
    position: relative;
  }
  #gh_spnav .gh_spnav_menu .line > span,
  #gh_spnav .gh_spnav_menu .line::after,
  #gh_spnav .gh_spnav_menu .line::before {
    background: #fff;
    content: '';
    width: 20px;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
  #gh_spnav .gh_spnav_menu .line::before {
    top: 0;
  }
  #gh_spnav .gh_spnav_menu .line::after {
    bottom: 0;
  }
  #gh_spnav .gh_spnav_menu .line > span {
    top: 0;
    bottom: 0;
  }
  
  /* ---------- スマホメニュー ----------*/
  
  #sp_menu {
    width: 100%;
    height: 100%;
    padding-top: 55px;
    background-color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9990;
    overflow-y: auto;
  }
  
  #sp_menu .sp_menu_link {
    padding: 20px 0 35px;
    margin: 0 15px;
  }
  
  #sp_menu .sp_menu_link h2 {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
  }
  
  #sp_menu .sp_menu_link .sp_menu_btn {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  
  #sp_menu .sp_menu_link .sp_menu_btn a {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    font-size: 14px;
    text-align: center;
  }
  
  #sp_menu .sp_menu_link .sp_menu_btn a::after {
    content: "";
    display: block;
    width: 9px;
    height: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
  }
  
  #sp_menu .sp_menu_link .sp_menu_btn .sp_menu_btn_large {
    width: 100%;
    margin-bottom: 15px;
  }
  
  #sp_menu .sp_menu_link .sp_menu_btn .sp_menu_btn_middle {
    width: calc( ( 100% - 15px ) / 2 );
    margin-bottom: 15px;
  }
  
  #sp_menu .sp_menu_link .sp_menu_btn .sp_menu_btn_large a,
  #sp_menu .sp_menu_link .sp_menu_btn .sp_menu_btn_middle a {
    height: 82px;
    background: #098240;
    /*
    background: -moz-linear-gradient(left, #00a148 0%, #098240 100%);
    background: -webkit-linear-gradient(left, #00a148 0%, #098240 100%);
    background: linear-gradient(to right, #00a148 0%, #098240 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a148', endColorstr='#098240',GradientType=1 );
    */
    font-weight: 700;
    color: #fff;
  }
  
  #sp_menu .sp_menu_link .sp_menu_btn .sp_menu_btn_large a::after,
  #sp_menu .sp_menu_link .sp_menu_btn .sp_menu_btn_middle a::after {
    background-image: url("/common/img/arrow/usual_wh_left.svg");
  }
  
  #sp_menu .sp_menu_link .sp_menu_btn .sp_menu_btn_small a[target="_blank"] .icn-external,
  #sp_menu .sp_menu_link .sp_menu_btn .sp_menu_btn_large a[target="_blank"] .icn-external,
  #sp_menu .sp_menu_link .sp_menu_btn .sp_menu_btn_middle a[target="_blank"] .icn-external {
    display: block;
    width: 16px;
    height: 14px;
    position: absolute;
    right: 12px;
    top: calc(50% - 7px);
  }

  #sp_menu .sp_menu_link .sp_menu_btn .sp_menu_btn_small a[target="_blank"] .icn-external img,
  #sp_menu .sp_menu_link .sp_menu_btn .sp_menu_btn_large a[target="_blank"] .icn-external img,
  #sp_menu .sp_menu_link .sp_menu_btn .sp_menu_btn_middle a[target="_blank"] .icn-external img {
    width: 100%;
  }
  
  #sp_menu .sp_menu_link .sp_menu_btn .sp_menu_btn_large a span,
  #sp_menu .sp_menu_link .sp_menu_btn .sp_menu_btn_middle a span {
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 12px;
  }
  
  #sp_menu .sp_menu_link .sp_menu_btn .sp_menu_btn_small {
    width: calc( ( 100% - 15px ) / 2 );
  }
  
  #sp_menu .sp_menu_link .sp_menu_btn .sp_menu_btn_small a {
    height: 70px;
    border: 1px solid #098240;
    font-weight: 400;
    color: #222;
  }
  
  #sp_menu .sp_menu_link .sp_menu_btn .sp_menu_btn_small a::after {
    background-image: url("/common/img/arrow/usual_gr_left.svg");
  }

  #sp_menu .sp_menu_link .sp_menu_btn .sp_menu_btn_small a[target="_blank"]::after,
  #sp_menu .sp_menu_link .sp_menu_btn .sp_menu_btn_large a[target="_blank"]::after,
  #sp_menu .sp_menu_link .sp_menu_btn .sp_menu_btn_middle a[target="_blank"]::after {
    display: none;
  }

  #sp_menu .sp_menu_link .sp_menu_btn .sp_menu_btn_small a span {
    display: block;
    width: 100%;
    font-size: 12px;
  }
  
  #sp_menu .sp_menu_link .sp_menu_useful {
    display: flex;
    border: 1px solid #ccc;
  }
  
  #sp_menu .sp_menu_link .sp_menu_useful li {
    width: 25%;
  }
  
  #sp_menu .sp_menu_link .sp_menu_useful li:not(:last-child) {
    border-right: 1px solid #ccc;
  }
  
  #sp_menu .sp_menu_link .sp_menu_useful li a {
    display: block;
    padding: 53px 0 10px;
    position: relative;
    font-size: 13px;
    line-height: 1.3;
    text-align: center;
    color: #222;
  }
  
  /*
  #sp_menu .sp_menu_link .sp_menu_useful li a::before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
  }
  
  #sp_menu .sp_menu_link .sp_menu_useful li.sp_menu_useful_branch a::before {
    background-image: url("/common/img/header/icom_useful_branch.png");
  }
  
  #sp_menu .sp_menu_link .sp_menu_useful li.sp_menu_useful_reserve a::before {
    display: none;
    background-image: url("/common/img/header/icom_useful_reserve.png");
  }

  #sp_menu .sp_menu_link .sp_menu_useful li.sp_menu_useful_rate a::before {
    background-image: url("/common/img/header/icom_useful_rate.png");
  }

  #sp_menu .sp_menu_link .sp_menu_useful li.sp_menu_useful_commission a::before {
    background-image: url("/common/img/header/icom_useful_commission.png");
  }
  */

  #sp_menu .sp_menu_link .sp_menu_useful li a .icn {
    display: block;
    width: 28px;
    height: 28px;
    line-height: 0;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
  }

  #sp_menu .sp_menu_link .sp_menu_useful li a .icn img,
  #sp_menu .sp_menu_link .sp_menu_useful li.sp_menu_useful_reserve a .icn img {
    width: 100%;
  }
  
  #sp_menu .sp_menu_link .sp_menu_useful li a span {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: calc( 1em * 1.3 * 2 );
  }
  
  #sp_menu .sp_menu_wrap {
    border-top: 1px solid #ccc;
  }
  
  #sp_menu .sp_menu_wrap dt {
    padding: 17px 30px 17px 15px;
    border-bottom: 1px solid #ccc;
    background-color: #edfaf1;
    position: relative;
    font-size: 17px;
    color: #222;
  }
  
  #sp_menu .sp_menu_wrap dt::after {
    content: "";
    display: block;
    width: 14px;
    height: 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("/common/img/arrow/usual_gr_down.svg");
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
  
  #sp_menu .sp_menu_wrap dt.is-open::after {
    background-image: url("/common/img/arrow/usual_gr_up.svg");
  }
  
  #sp_menu .sp_menu_wrap dd {
    display: none;
  }
  
  #sp_menu .sp_menu_wrap dd .sp_menu_toggle .sp_menu_toggle_button {
    padding: 18px 30px 18px 15px;
    border-bottom: 1px solid #ccc;
    position: relative;
    font-size: 16px;
  }
  
  #sp_menu .sp_menu_wrap dd .sp_menu_toggle .sp_menu_toggle_button::before,
  #sp_menu .sp_menu_wrap dd .sp_menu_toggle .sp_menu_toggle_button::after {
    content: "";
    display: block;
    background-color: #098240;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  
  #sp_menu .sp_menu_wrap dd .sp_menu_toggle .sp_menu_toggle_button::before {
    height: 14px;
    width: 2px;
    right: 21px;
    transition: opacity 0.3s;
  }
  
  #sp_menu .sp_menu_wrap dd .sp_menu_toggle .sp_menu_toggle_button.is-open::before {
    opacity: 0;
  }
  
  #sp_menu .sp_menu_wrap dd .sp_menu_toggle .sp_menu_toggle_button::after {
    width: 14px;
    height: 2px;
    right: 15px;
  }
  
  #sp_menu .sp_menu_wrap dd .sp_menu_toggle .sp_menu_toggle_body {
    display: none;
  }
  
  #sp_menu .sp_menu_wrap dd .sp_menu_toggle .sp_menu_toggle_body .sp_menu_local {
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  
  #sp_menu .sp_menu_wrap dd .sp_menu_toggle .sp_menu_toggle_body .sp_menu_local::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  
  #sp_menu .sp_menu_wrap dd .sp_menu_toggle .sp_menu_toggle_body .sp_menu_local > li {
    width: 50%;
    border-bottom: 1px solid #ccc;
  }
  
  #sp_menu .sp_menu_wrap dd .sp_menu_toggle .sp_menu_toggle_body .sp_menu_local > li:nth-child(odd) {
    border-right: 1px solid #ccc;
  }
  
  #sp_menu .sp_menu_wrap dd .sp_menu_toggle .sp_menu_toggle_body .sp_menu_local_special > li:first-child {
    width: 100%;
  }
  
  #sp_menu .sp_menu_wrap dd .sp_menu_toggle .sp_menu_toggle_body .sp_menu_local_special > li:nth-child(odd) {
    border-right: none;
  }
  
  #sp_menu .sp_menu_wrap dd .sp_menu_toggle .sp_menu_toggle_body .sp_menu_local_special > li:nth-child(even) {
    border-right: 1px solid #ccc;
  }
  
  #sp_menu .sp_menu_wrap dd .sp_menu_toggle .sp_menu_toggle_body .sp_menu_local > li a {
    display: flex;
    align-items: center;
    align-content: center;
    width: 100%;
    height: 100%;
    min-height: 60px;
    padding: 10px 30px 10px 15px;
    position: relative;
    font-size: 13px;
    color: #222;
  }
  
  #sp_menu .sp_menu_wrap dd .sp_menu_toggle .sp_menu_toggle_body .sp_menu_local > li a:not(.icon-blank)::before {
    content: "";
    display: block;
    width: 7px;
    height: 10px;
    background: url("/common/img/arrow/usual_gr_left.svg") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
  
  #sp_menu .sp_menu_wrap dd .sp_menu_toggle .sp_menu_toggle_body .sp_menu_local > li a.icon-blank::after {
    position: absolute;
    right: 15px;
  }
  
  #sp_menu .sp_menu_wrap dd .sp_menu_toggle_link {
    border-bottom: 1px solid #ccc;
  }
  
  #sp_menu .sp_menu_wrap dd .sp_menu_toggle_link a {
    display: block;
    padding: 18px 30px 18px 15px;
    position: relative;
    font-size: 16px;
    color: #222;
  }
  
  #sp_menu .sp_menu_wrap dd .sp_menu_toggle_link a::after {
    content: "";
    display: block;
    width: 8px;
    height: 14px;
    background: url("/common/img/arrow/usual_gr_left.svg") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translateY(-50%);
  }
  
  #sp_menu .sp_menu_list {
    border-top: 1px solid #ccc;
  }
  
  #sp_menu .sp_menu_wrap + .sp_menu_list {
    border-top: none !important;
  }
  
  #sp_menu .sp_menu_list li {
    border-bottom: 1px solid #ccc;
  }
  
  #sp_menu .sp_menu_list li a {
    display: block;
    padding: 17px 30px 17px 15px;
    background-color: #edfaf1;
    position: relative;
    font-size: 17px;
    color: #222;
  }
  
  #sp_menu .sp_menu_list li a::after {
    content: "";
    display: block;
    width: 8px;
    height: 14px;
    background: url("/common/img/arrow/usual_gr_left.svg") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translateY(-50%);
  }
  
  #sp_menu .sp_menu_close {
    color: #222;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: 56px;
    font-size: 14px;
  }
  
  #sp_menu .sp_menu_close::before {
    content: "×";
    margin-right: 5px;
    font-size: 18px;
    color: #098240;
  }
  
  #gh_dropdown {
    display: none !important;
  }
}

/* ---------- menu 出し分け ----------*/
#category-2 #sp-menu-other.sp-menu-show-hide,
#category-1 #sp-menu-other.sp-menu-show-hide,
#sp-menu-category.sp-menu-show-hide,
#category-2 #sp-login-other.sp_menu_link,
#sp-login-category-2.sp_menu_link {
  display: none;
}
#category-2 #sp-menu-category.sp-menu-show-hide,
#category-1 #sp-menu-category.sp-menu-show-hide,
#category-2 #sp-login-category-2.sp_menu_link {
  display: block;
}


/*---------------------------------
  footer
---------------------------------*/

@media screen and (max-width:767px) {
  #footer .gf_wrap {
    padding-top: 40px;
  }
  
  #footer .gf_wrap .gf_logo {
    width: auto;
    margin: 0 15px 20px;
  }
  
  #footer .gf_wrap .gf_logo a {
    width: 280px;
  }
  
  #footer .gf_wrap .gf_nav ul {
    display: block;
    width: auto;
    margin: 0 15px 40px;
  }
  
  #footer .gf_wrap .gf_nav ul li {
    width: auto;
    margin: 0;
  }
  
  #footer .gf_wrap .gf_nav ul li:not(:last-child) {
    margin: 0 0 10px;
  }
  
  #footer .gf_wrap .gf_nav ul li a {
    font-size: 14px;
  }
  
  #footer .gf_wrap .gf_subnav ul {
    justify-content: flex-start;
    width: auto;
    padding: 32px 0 22px;
    margin: 0 15px;
  }
  
  #footer .gf_wrap .gf_subnav ul li {
    margin: 0 0 10px;
  }
  
  #footer .gf_wrap .gf_subnav ul li:not(:last-child) {
    margin-right: 30px;
  }
  
  #footer .gf_wrap .gf_subnav ul li a {
    font-size: 12px;
  }
  
  #footer .gf_inner {
    padding: 20px 0;
  }
  
  #footer .gf_inner p {
    width: auto;
    margin: 0 15px;
    font-size: 10px;
    text-align: left;
  }
}

/*---------- 各種規約・方針について ----------*/

@media screen and (max-width:767px) {
  #footer .gf_list {
    padding: 0;
  }
  
  #footer .gf_list dl {
    width: auto;
    margin: auto;
  }
  
  #footer .gf_list dl dt {
    margin-bottom: 0;
  }
  
  #footer .gf_list dl dt a {
    display: block;
    padding: 18px 15px;
    position: relative;
    font-size: 14px;
    pointer-events: none;
  }
  
  #footer .gf_list dl dt a::before,
  #footer .gf_list dl dt a::after {
    content: "";
    display: block;
    background-color: #098240;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  
  #footer .gf_list dl dt a::before {
    width: 14px;
    height: 2px;
    right: 15px;
  }
  
  #footer .gf_list dl dt a::after {
    width: 2px;
    height: 14px;
    right: 21px;
    transition: opacity 0.3s;
  }
  
  #footer .gf_list dl dt.is-open a::after {
    opacity: 0;
  }
  
  #footer .gf_list dl dd {
    display: none;
    border-top: 1px solid #dbdbdb;
  }
  
  #footer .gf_list dl dd .gf_list_wrap {
    display: block;
  }
  
  #footer .gf_list dl dd .gf_list_wrap ul {
    max-width: 100%;
  }
  
  #footer .gf_list dl dd ul li {
    margin-bottom: 0 !important;
    border-bottom: 1px solid #dbdbdb;
  }
  
  #footer .gf_list dl dd ul li a {
    display: block;
    padding: 16px 15px;
    font-size: 13px;
  }
  
  #footer .gf_list dl dd ul li a::before {
    width: 7px;
    height: 10px;
    position: absolute;
    right: 15px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}

/*---------------------------------
  container
---------------------------------*/

@media screen and (max-width:767px) {
  #container {
    padding-top: 55px;
  }
}

/*---------------------------------
  chatbot
---------------------------------*/

@media screen and (max-width: 767px) {
	#float_chat_window {
		bottom: 80px;
		max-width: 100%;
	}
}



/*---------------------------------
  top-btn
---------------------------------*/
@media screen and (max-width: 767px) {
	.page-top-wrap ,
	.page-top-wrap .page-top {
		width: 36px;
		height: 100px;
	}
}
