﻿@charset "UTF-8";

/*headline*/
h2 {
	font-size: 18px;
	color: #009275;
	padding-top: 30px;
	padding-bottom: 15px;
}

h2.top_info {
	padding-left: 20px;
	border-bottom: 2px solid #F1F3F5;
}

h3 {
	font-size: 16px;
	color: #009275;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
	padding-top: 5px;
	height: 20px;
}

.ex{
	font-size:12px;
}

/*button*/
.disablePtn1 {
    background: url(../img/icon_download_w.png) right 10px center no-repeat;
    text-align: left;
    width: 40px;
    padding: 2px 10px;
    display: block;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    background-color: #d5dce3;
    border: 1px solid #d5dce3;
    font-size: 80%;
    margin-right: 37px;
}

.button_green_s a {
	background: #009275;
	border-radius: 45px;
	text-align: center;
	width: 100px;
	padding: 2px 0px;
	display: block;
	color: white;
	text-decoration: none;
}

.button_green_s a:hover {
	background: #fff;
	color: #009275;
}

.button_silver_s {
    /* width: 60px; */
}

.button_silver_s a {
	background: url(../img/icon_download_w.png) right 10px center no-repeat;
	text-align: left;
	width: 40px;
	padding: 2px 10px;
	display: block;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	border-radius: 30px;
	background-color: #009275;
    border: 1px solid #009275;
    font-size: 80%;
}

.button_silver_s a:hover {
	background: url(../img/icon_download.png) right 10px center no-repeat;
    background-color: #fff;
    color: #009275;
}

.button_aqua_link a {
	background-color: #36D4C7;
	font-size: 100%;
	text-align: center;
	width: 120px;
	padding: 2px 0px;
	display: block;
	color: white;
	text-decoration: none;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	-ms-transition: 0.9s;
	transition: 0.9s;
}

.button_aqua_link a:hover {
	background-color: #7DD3D1;
}

.button_home {
    padding: 0 10px;
}

.button_home a img {
    vertical-align: middle;
    margin: 3px 0 0 0;
}

/*wrapper*/
.wholl_wrapper {
	display: flex;
  	flex-direction: column;
	min-height: calc(100vh - 69px);
}

.cont_wrapper {
	width: 96%;
	max-width: 1980px;
	margin: 0 auto;
	padding-top: 80px;
	display: -webkit-flex;
	display: flex;
}

.left_wrapper {
	float: left;
	width: 20%;
	color: #009275;
	margin-top: 20px;
}

.left_wrapper a {
	color: #009275;
}

.left_wrapper a:hover {
	color: #A2C943;
}

.center_wrapper {
	float: left;
	width: calc(60% - 40px);
	min-width: 450px;
	margin-left: 20px;
	/* padding-top:20px; */
	padding-bottom: 50px;
	background: #fff;
	min-height: calc(100vh - 199px);
}

.center_wrapper__inner {
	padding-left: 30px;
	padding-right: 30px;
}

.right_wrapper {
	float: right;
	width: 20%;
	color: #141d1d;
	margin-top: 20px;
	margin-left: auto;
}

.right_wrapper a {
	color: #009275;
}


/*area*/
@media only screen and (min-width: 768px) {
	.sp_display {
		display: none;
	}
}

.nav_area {
	height: 45px;
}

.nav_area_inner {
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 96%;
	max-width: 1980px;
	margin: 0 auto;
}

.logo_area {
	text-align: center;
	height: 80px;
	float: left;
	font-weight: bold;
	font-size: 100%;
	width: 20%;
	background: #fff;
	display: -webkit-box;
	display: -moz-box;
	display: -o-box;
	display: -ms-box;
	display: box;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-moz-box-align: center;
	-o-box-align: center;
	-ms-box-align: center;
	box-align: center;
}

.logo_area a {
	color: #009275;
	text-decoration: none;
	display: block;
	padding-bottom:5px;
}
.logo_area img{
	max-width: 280px;
	padding-left:10px;
	display: block;
}

.header_area {
	width: 100%;
	height: 80px;
	position: relative;
	z-index: 9999;
	margin-bottom: 0px;
	background-size: 100%;
	position: fixed;
	width: 100%;
	background: linear-gradient(90deg, #fff 0%, #fff 50%, #004831 50%, #004831 100%);
}

.header_area .top_header {
	float: right;
	width: calc(80% - 20px);
	background: #004831;
	color: #fff;
}

.header_area .top_header .top_header_inner {
	height: 25px;
	padding-top: 10px;
}

.header_area h1 {
	padding: 3px 20px;
	font-size: 14px;
	font-weight: lighter;
	float: left;
}

.header_area .button_login {
	float: right;
}

.navi_area {
	float: right;
	width: 75%;
	/* max-width: 535px; */
}

.navi_area ul {
	box-sizing: border-box;
	padding: 10px 0 5px 0;
	float: right;
}

.globNav-inner li div {
	background: url(../img/link_line.png) no-repeat right;
	padding: 0 13px 0px 0px;
}

.navi_area ul li div.link_end {
	margin-right: 0px;
	padding-right: 0px;
	background: none;
}

.navi_area ul li div a {
	font-size: 16px;
	color: #fff;
	padding: 2px 5px;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

.navi_area ul li div.now a {
	text-align: center;
	color: #41b17b;
	background: #fff;
	border-radius: 45px;
	text-decoration: none;
}

.navi_area ul li div a:hover {
	color: #fff;
	background: #A2C943;
	border-radius: 45px;
	text-decoration: none;
	opacity:1;
}

.navi_area ul li div.now a:hover {
	background-repeat: no-repeat;
	background-position: center bottom;
}

.globNav-toggle {
	display: none;
	background: url(../img/menu_mobile.png) no-repeat center;
	background-color: #004831;
	background-size: 27px;
	font-size: 70%;
	text-align: center;
	width: 100%;
	max-width: 60px;
	height: 60px;
	padding: 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	color: white;
	float: right;
	cursor: pointer;
}

.globNav-area {
	overflow: hidden;
}

.globNav-inner > li {
	float: left;
}

.section_area {
	/* padding-left: 25px; */
	/* padding-right: 25px; */
	display: block;
	/* background-color: #F8F8FB !important; */
	z-index: 999;
	overflow-y: auto;
	overflow-x: hidden;
	left: -100%;
	padding-bottom: 0px;
	margin-bottom: 18px;
}

.section_area input[type="button"] {
	min-width: 100px;
	height: 20px;
	font-size: 12px;
	color: #fff;
	background: #009275;
	border: 1px solid #009275 !important;
	border-radius: 30px;
	line-height: 0px;
	padding: 6px 19px;
	cursor: pointer;
}

.section_area input[type="button"]:hover {
	background: #fff;
	color: #009275;
	border: 1px solid #009275 !important;
}

/* ブロック要素にアイコンバッジを表示 */
span[data-badge-top-right]{
  display: block;
  position: relative;
}

/* アイコン部 */
span[data-badge-top-right]:before{
  position: absolute;
  display: inline-block;
  background-color: red;
  border-radius: 50%;
  font-size: 80%;
  line-height: 1;
  min-width: 1em;
  padding: 3px;
  border-style: solid;
  border-width: 0.5px;
  border-color: red;
}

span[data-badge-top-right]:before {
  top: 0;
  right: 0;
  transform: translate(20%, -60%);
  content: attr(data-badge-top-right)"";
}

/* accordion
-------------------------- */
.important {
	background: url(../img/icon_megaphone.png) no-repeat left 25px top 15px;
}

.important p,
.important span {
	color: #E94A31;
}

.right_wrapper .important p,
.right_wrapper .important span {
	color: #009275;
}

.accordion {
	padding-left: 52px;
	padding-right: 45px;
	display: block;
	z-index: 999;
	overflow-y: auto;
	overflow-x: hidden;
	left: -100%;
	margin-bottom: 0px;
	border-bottom: 2px solid #F1F3F5;
}

.right_wrapper .accordion {
	padding-left: 25px;
	padding-right: 0px;
	border: none;
}

.right_wrapper .important {
	background: url(../img/sgp_icon_info.png) no-repeat left 0px top 15px;
}

.right_wrapper .accordion-toggle {
	background: url(../img/sgp_accordion_close.png) no-repeat right 0px center;
}
.right_wrapper .accordion-toggle.active-tab {
	background: url(../img/sgp_accordion_open.png) no-repeat right 0px center;
}

.right_wrapper .important .accordion-toggle{
	background: url(../img/sgp_accordion_open.png) no-repeat right 0px center !important;
}
.right_wrapper .important .accordion-toggle.active-tab{
	background: url(../img/sgp_accordion_close.png) no-repeat right 0px center !important;
}

.accordion li.accordion-toggle,
.accordion .menu-login {
	font-size: 16px;
	padding: 20px;
	text-transform: uppercase;
	border-top: 1px solid #dbdcd2;
}

.accordion p {
	padding: 16px 14px 16px 0px;
	margin: 0px;
}

.accordion li:first-of-type {
	border-top: 0;
}

.accordion-toggle,
.accordion-content {
	cursor: pointer;
	position: relative;
	letter-spacing: 1px;
}

.accordion-content {
	display: none;
}

.accordion-toggle {
	background: url(../img/sgp_accordion_close.png) no-repeat right 10px center;
}
.accordion-toggle.active-tab {
	background: url(../img/sgp_accordion_open.png) no-repeat right 10px center;
}
.important .accordion-toggle{
	background: url(../img/sgp_accordion_open.png) no-repeat right 10px center !important;
}
.important .accordion-toggle.active-tab{
	background: url(../img/sgp_accordion_close.png) no-repeat right 10px center !important;
}

.menu-submenu {
	/* background-color: #F8F8FB; */
	border-top: 1px solid #009275;
	padding-bottom: 0px;
	padding: 16px 0px;
}

/* form
--------------------------------------------------- */
.form_w30 {
	width: 30%;
}

.form_w35 {
	width: 35%;
}

.form_w40 {
	width: 40%;
}

.form_w50 {
	width: 50%;
}

.form_w60 {
	width: 60%;
}

.form_w65 {
	width: 65%;
}

.form_w100 {
    width: 100%;
}

.form-item__label {
	float: none;
	display: inline-block;
	text-align: left;
	font-size: 14px !important;
	font-weight: bold;
	line-height: 40px;
	padding: 0 12px 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.form_select {
	color: #565656;
	border: 1px solid #e2f4e9;
	border-radius: 8px;
	background: url(../img/form_select.png) no-repeat right;
	background-size: 10px;
	background-position: right 10px bottom 50%;
	padding: 5px 30px 5px 8px;
	margin-bottom: 10px;
}

.selectdate {
	background: url(../img/icon_calender.png?20220524) no-repeat right;
	float: left;
	padding-right: 35px;
	background-size: 15px;
	background-position: right 10px bottom 50%;
	width: 100%;
	box-sizing: border-box;
}
.flatpickr-mobile.selectdate{
	background:none;
	padding-right: 8px;
}

.checkbox_design {
	text-align: left;
}

div.checkbox_design {
	font-size: 115%;
	padding-left: 7px;
}

.checkbox_design li {
	float: left;
}

.radio_design {
	text-align: left;
	margin-bottom: 10px;
}

.checkbox_design input[type="checkbox"] {
	display: none;
}

.checkbox_design input[type="checkbox"] + label,
.checkbox_design input[type="checkbox"] + input[type="hidden"] + label {
	display: none;
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding: 3px 10px 3px 20px;
	font-size: 14px;
}

.checkbox_design input[type="checkbox"] + label::before,
.checkbox_design input[type="checkbox"] + input[type="hidden"] + label::before {
	content: "";
	position: absolute;
	display: block;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	left: 0;
	top: 50%;
	border: 3px solid;
	border-color: #BCE6CC;
	background-color: #FFF;
}

.checkbox_design input[type="checkbox"]:checked + label::after,
.checkbox_design input[type="checkbox"]:checked + input[type="hidden"] + label::after {
	content: "";
	position: absolute;
	display: block;
	box-sizing: border-box;
	width: 12px;
	height: 10px;
	margin-top: -10px;
	top: 50%;
	left: 3px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	border-bottom: 3px solid;
	border-left: 3px solid;
	border-color: #7dc3bc;
}

.radio_design input {
	display: none;
}

.radio_design label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 20px;
	border-radius: 2px;
	color: #3e5649;
	text-align: center;
	line-height: 1;
}

.radio_design label:before {
	position: absolute;
	content: "";
	top: 50%;
	left: -21px;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	background: #fff;
	border-radius: 50%;
	border: 1px solid #e2f4e9;
}

.radio_design input[type="radio"] + label {
	display: none;
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding: 5px 10px 5px 0px;
	margin-left: 25px;
}

.radio_design input[type="radio"]:checked + label:after {
	position: absolute;
	content: "";
	top: 50%;
	left: -17px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-radius: 50%;
	background: #7dc3bc;
}

.form_input_button {
	height: 22px;
	/* width:95px; */
	border: 1px solid #009275;
	color: #fff;
	background: #89bea1;
	border-radius: 10px;
	line-height: 0px;
}

/* Footer
--------------------------------------------------- */
footer {
	width: 100%;
	/* max-width: 1980px; */
	margin: 0 auto;
	/* position: absolute; */
	/* bottom: 0; */
	background: #f0f6ef;
	position: relative;
	border-top: 2px solid #e5e5e5;
}

.footer_inner {
	width: 96%;
	/* min-width: 450px; */
	max-width: 1980px;
	margin: 0 auto;
	padding-top: 12px;
	padding-bottom: 10px;
}

.footer_area01,
.footer_area02 {
	padding-left: 12px;
	color: #676e6b;
	font-size: 15px;
	text-align: left;
	/* background-size: 100%; */
}

.footer_area02 a {
	color: #676e6b;
}

.logo_area01_right {
	background: #b7b7b7 none repeat scroll 0 0;
	color: white;
	font-size: 90%;
	overflow: hidden;
	padding: 7px 0;
	text-align: right;
}


/* faq
-------------------------- */
h3.icon_faq {
	background: url(../img/sgp_icon_faq.png) no-repeat 0px 0px;
	padding-left: 25px;
	margin-bottom: 10px;
}

.faq_list li {
	margin-left: 20px;
	text-indent: -20px;
	padding: 8px 0px;
}

.faq_list li:before {
	content: "";
	width: 10px;
	height: 10px;
	display: inline-block;
	background-color: #009275;
	border-radius: 50%;
	margin-right: 10px;
}

.faq_link {
	margin-top: 30px;
	margin-bottom: 50px;
	text-align: center;
}

.release_note div:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #009275;
    border-radius: 50%;
    margin-right: 10px;
}

.top_header .faq_link {
	margin-top: 20px;
	margin-bottom: 0px;
	float: right;
}

.top_header input.form_input_button_hd {
	background: #66CD9D;
	height: 40px;
}

.top_header input.form_input_button_hd:hover {
	background: #84D7B0;
}

input.form_input_button_hd {
	width: 100%;
	max-width: 250px;
	height: 50px;
	border: 0 !important;
	color: #fff;
	background: #A2C943;
	border-radius: 10px;
}

input.form_input_button_hd:hover {
	background: #fff;
    color: #A2C943;
    border: 1px solid #A2C943 !important;
}

/* document
-------------------------- */
.document {
	margin-bottom: 30px;
}

h3.icon_document {
	background: url(../img/sgp_icon_document.png) no-repeat 0px 0px;
	padding-left: 25px;
	margin-bottom: 10px;
}

.document_list {
	margin-right: 17px;
}

.document_list li {
	margin-left: 20px;
	text-indent: -20px;
	padding: 8px 0px;
}

.document_list li:before {
	content: "";
	width: 12px;
	height: 13px;
	display: inline-block;
	background: url(../img/sgp_icon_download.png) no-repeat left;
	margin-right: 10px;
}

/* information
-------------------------- */
.information {}

.information h2 {
	color: #009275;
	padding-left: 0px;
	border-bottom: none;
	padding-top: 5px;
}

/* system info
-------------------------- */
h3.icon_system {
	background: url(../img/sgp_icon_info.png) no-repeat 0px 0px;
	padding-left: 30px;
	margin-bottom: 10px;
}

.info_table {
	margin-left: 13px;
}

.info_table li {
	padding: 8px 0px;
}

.info_table .date {
	color: #009275;
	font-weight: bold;
	margin-bottom: 3px;
}

.inquiry_link {
	margin-top: 30px;
	margin-bottom: 50px;
	text-align: center;
}

/* login
-------------------------- */
a.login-btn {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    width:100%;
    max-width: 350px;
    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;
    text-decoration: none;
    letter-spacing: 0.1em;
    border-radius: 0.5rem;
    padding: 16px 24px 16px 8px;
    -moz-box-sizing: border-box;
      box-sizing: border-box;
  }
  a.login-btn {
      background: #009275; /* メインカラーに変える */
        color: #fff;
        border: 1px solid #009275;  /* メインカラーに変える */
  }
  a.login-btn:hover {
      background: #fff;
      color: #009275;  /* メインカラーに変える */
      border: 1px solid #009275;  /* メインカラーに変える */
  }
  a.login-btn span{
      font-size: 12px;
      font-weight: normal;
  }

  .btn-arrow::after {
      position: absolute;
      top: 50%;
      right: 0.8em;
      width: 0.4em;
      height: 0.4em;
      transform: translateY(-50%) rotate(45deg);
      border-right: 2px solid currentColor;
      border-top: 2px solid currentColor;
      content: "";
      color: #fff;
  }
  .btn-arrow:hover::after {
      color: #009275;  /* メインカラーに変える */
  }

  .btn-login-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 740px;
    margin: 0 auto 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }



/* other
-------------------------- */
.non_mb {
    margin-bottom: 0px;
}

.vertical_list ul {
    display: grid;
}

/* Device setting
--------------------------------------------------- */
/* pc */
@media only screen and (max-width: 1520px) {}

/* Tablet */
@media only screen and (max-width: 1520px) {
	.nav_area_inner {
		background-size: 100% 100%;
		width: 100%;
	}

	.header_area {
		height: 120px;
	}

	.header_area .top_header .top_header_inner{
		padding-right:20px;
	}

	.logo_area {
		height: 120px;
		width: 32% !important;
		line-height: 55px;
	}

    .logo_area a {
        padding-top: 10px;
    }

	.top_header {
		height: 120px;
		width: 68% !important;
	}

	.navi_area {
		max-width: 440px;
		float: right;
	}

	.globNav-area h1 {
		margin-top: 15px;
		width: 100%;
	}

	.globNav-area ul.sp_display {
		width: 100%;
		margin-bottom: 5px;
	}

	.globNav-area .sp_display a {
		color: #fff;
		padding: 5px 20px;
		float: right;
		margin-right: 10px;
	}

	.globNav-inner li {
		margin-top: 5px !important;
		width: 140px;
		margin-bottom: 5px !important;
	}

	.cont_wrapper {
		padding-top: 120px;
		display: block;
		width: 100%;
	}

	.left_wrapper {
		width: 28%;
		padding-left: 2%;
	}

	.center_wrapper {
		width: 68%;
		min-width: auto;
		float: right;
		margin-left: 0px;
	}

	.right_wrapper {
		float: left;
		width: 28%;
		padding-left: 2%;
	}

	.accordion {
		padding-left: 35px;
		padding-right: 20px;
	}

	.important {
		background: url(../img/icon_megaphone.png) no-repeat left 10px top 15px;
	}

	.accordion-toggle.active-tab {
		background: url(../img/sgp_accordion_open.png) no-repeat right 10px center;
	}

	.navi_area ul li div.sp_link_end {
		margin-right: 0px;
		padding-right: 0px;
		background: none;
	}

	.center_wrapper {
	    min-height: calc(100vh - 239px);
	}

    .login-btn{
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 1120px) {
    .btn-login-wrap {
        display: block;
        text-align: center;
    }
}

/* mobile */
@media only screen and (max-width: 960px) {
	.cont_wrapper {
		width: 95%;
		padding-top: 80px;
		display: flex;
		display: -webkit-flex;
		display: -ms-flexbox;
		flex-direction: column;
	}

	.left_wrapper {
		width: 100%;
		order: 2;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		margin-top: 50px;
		padding-left: 0px;
	}

	.center_wrapper {
		width: 100%;
		order: 1;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
	}
	.center_wrapper__inner{
		padding-left: 10px;
        padding-right: 10px;
	}

	.right_wrapper {
		width: 100%;
		margin-top: 30px;
		order: 3;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 3;
		-webkit-order: 3;
		padding-left: 0px;
	}

	.header_area .top_header .top_header_inner {
		display: none;
	}

	.navi_area {
		display: block;
		width: 100%;
		position: relative;
		max-width: 960px;
	}

	.globNav-inner li {
		width: 50%;
		margin-top: 15px !important;
	}

	.header_area {
		height: 50px;
	}

	.header_area .top_header {
		width: 100% !important;
		height: 60px;
		background: #fff;
	}

	.nav_area_inner {
		width: 100%;
		background-color: #00AC5B;
		display: table-row;
		vertical-align: inherit;
		position: absolute;
	}

	.logo_area {
		width: 70% !important;
		max-width: 200px;
		height: 60px;
		line-height: 15px;
		position: absolute;
		top: 0px;
		padding-top:0px;
		z-index: 9999;
	}

    .logo_area a {
        padding-top: 0px;
    }

	.logo_area img {
		max-width: 300px;
	}

	.globNav-area {
		background-color: #004831;
		width: 100%;
	}

	.globNav-inner {
        background-color: #004831;
		width: 100%;
	}

	.navi_area ul {
		padding: 10px 2%;
	}

	.navi_area ul li div {
		/* background:none; */
		text-align: right;
		/* padding:0; */
	}

	.navi_area ul li div.link_end {
		padding: 0;
	}

	.navi_area ul li div a {
		padding: 10px;
		text-align: center
	}

	.top_header .faq_link {
		width: 30%;
		margin-top: 0;
	}

	.top_header input.form_input_button_hd {
		height: 60px;
		border-radius: 0;
		padding: 6px 6px;
		white-space: normal;
	}

	.faq_link {
		margin-bottom: 20px;
	}

	footer {
		/* padding-bottom: 90px; */
	}

	.footer_inner {
		width: 100%;
	}

	.footer_area01 {
		margin-right: 10px;
	}

	.footer_area02 {
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.form_w30,
	.form_w35,
	.form_w40,
	.form_w50,
	.form_w60,
	.form_w65 {
		width: 100%;
		margin-bottom: 10px;
	}


	.globNav-toggle {
		display: block;
	}

	.globNav-area {
		display: none;
	}

    .navi_area ul li div.sp_link_end {
        margin-right: 0px;
        padding-right: 13px;
        background: url(../img/link_line.png) no-repeat right;
    }
    .navi_area ul li div.mobile_link_end {
        margin-right: 0px;
        padding-right: 0px;
        background: none;
    }
    .wholl_wrapper {
        min-height: calc(100vh - 79px);
    }
    .center_wrapper {
        min-height: calc(100vh - 529px);
    }
    .login-btn{
        margin-bottom: 16px;
    }

	.globNav-inner > li margin-top: 5px !important;
}

}

@media only screen and (min-width: 768px) {
	.globNav-area {
		display: block !important;
	}
}
