.menu {
    display: none;
}



/*.global-header {
	display: none;}*/
.menu {
    display: block;
}
.hamburger {
  display: block;
  /*width: 50px;
  height: 50px;*/
  position: fixed;
  top: 1%;
  right: 1%;
  z-index: 10000;
  padding: 20px 12px;
  margin-top: 10px;
  background-color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.hamburger__icon {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
}
.hamburger__icon{
  display: block;
  width: 30px;
  height: 2px;
  background-color: #00345b;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.hamburger__icon:before{
   display: block;
  width:30px;
  height: 2px;
  background-color: #00345b;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.hamburger__icon:after{
 display: block;
  width: 30px;
  height: 2px;
  background-color: #00345b;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.hamburger__icon:before, .hamburger__icon:after {
  position: absolute;
  content: "";
  right: 0
}
.hamburger__icon:before {
  top: -10px;
}
.hamburger__icon:after {
  top: 10px;
}
.hamburger.active .hamburger__icon {
  background-color: transparent;
}
.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
  background-color: #00479d;
}
.hamburger.active .hamburger__icon:before {
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -webkit-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}
.hamburger.active .hamburger__icon:after {
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -webkit-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

.fat-nav {
  top: 0;
  left: 0;
  z-index: 9999;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background:#e0f7ff;
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.fat-nav__wrapper {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
}
.fat-nav.active {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
ul.menu_wrap.cf {
	overflow: hidden;
}
	/*p.sp_logo {
    width: 151px;
    margin: 0 auto;
	padding: 50px 0 0 0;
}
	.sp_header {
    height: 120px;
    background-color: #fff;
}*/
	/*.global-header-nav-sp-links {
    width: 85%;
    margin: 0 auto;
}*/
	.global-header-nav-sp-links {
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
    margin-top: 1rem;
}
	.global-header-nav-sp-links-item {
    float: left;
    width: 48%;
}
	.global-header-nav-sp-links-item2 {
    float: right;
    width: 48%;
}
	.global-header-nav-sp-links-item a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    padding: 0.5em 0;
    justify-content: center;
    letter-spacing: 0;

}
	.global-header-nav-sp-links-item2 a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    padding: 0.5em 0;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0;
}
	.global-header-nav-sp-links-item a {
    color: #00479d;
	background: #fff;
}
	.global-header-nav-sp-links-item2 a {
    color: #fff;
	background: #d0466a;
}
	.global-header-nav-sp-links-item a::before {
    background:url(../img/smartphone.png) no-repeat center center/contain;
    content: '';
    display: block;
    height: 1.4rem;
    margin-right: 0.5rem;
    width: 0.8rem;
}
	.global-header-nav-sp-links-item2 a::before {
    background:url(../img/mail.png) no-repeat center center/contain;
    content: '';
    display: block;
    height: 1.4rem;
    margin-right: 0.5rem;
    width: 0.8rem;
}
	/*.global-header-nav-sp-links-item a {
    color: #00479d;
    font-weight: bold;
    text-align: center;
    padding: 1em 3em;
    background: url(../img/smartphone.png) no-repeat center left 25px;
    background-size: 12px;
    background-color: #fff;
    letter-spacing: 0.1em;
    display: block;
}
	.global-header-nav-sp-links-item2 a {
    color: #00479d;
    font-weight: bold;
    text-align: center;
    padding: 1em 3em;
    background: url(../img/mail.png) no-repeat center left 15px;
    background-size: 12px;
    background-color: #d0466a;
    letter-spacing: 0.1em;
    display: block;
}*/
	
/*
.fat-nav ul {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
*/
.fat-nav li {
	height:auto !important;
  list-style-type: none;
 color: #00345b;
    display: inline-block;
    width: 100%;
    float: left;
  font-size: 14px;
    background:url(../../common/img/next.png) no-repeat right  center / 10px auto;
	border-bottom: 1px solid #95e1fc;
}
/*.fat-nav li br{display:none;}*/
.fat-nav li a {
    color: #00345b;
    display: block;
    padding: 20px 0 ;
	font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.1em;
}

.fat-nav li a {
  text-decoration: none;
}
.fat-nav li a:hover{
    text-decoration:underline;
    color: #00a9e0;}

.l_menu {
    width: 50%;
    display: inline-block;
    float: left;
}
.r_menu {
    width: 50%;
    display: inline-block;
    float: right;
}
.menu_inner.cf {
    margin: 7em auto 2em;
	width: 80%;
	padding: 7em 0 0 0;
}
ul.menu_wrap.cf {
/*    width: 70%;
*/    padding: 10px;
}
p.navrink_btn a {
    display: block;
    text-align: center;
    color: #00a9e0;
    border: 2px solid #00a9e0;
    font-size: 18px;
    font-weight: bold;
    padding: 20px;
    background-color: #fff;
    border-radius: 50px;
    width: 20%;
    margin: 0 auto;
}
/*<!--.fat-nav li.second {
	color:#7f663f !important;
}-->*/
/*.fat-nav li {
    list-style-type: none;
    color: #fff;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    border-bottom: 1px #fff;
}*/
@media screen and (min-width:0px) and (max-width:768px) {
.hamburger {
	margin-top: 5px;
	 padding: 12px 8px;}	

   
ul.menu_wrap.cf {
    padding: 0;
}
.menu_inner.cf {
    margin: 7em auto 2em;
    width: 90%;
    padding: 2em 0 0 0;
}
.l_menu {
    width: 100%;
    display: block;
    float: none;
}
.fat-nav li a {
    color: #00345b;
    display: block;
    padding: 10px 0;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.1em;
}
.r_menu {
    width: 100%;
    display: block;
    float: none;
}
l.menu_wrap.cf {
    padding: 0;
}
p.navrink_btn a {
    width: 80%;
}
/* ▲SP用================================================================ */
}

@media screen and (min-width:0px) and (max-width:360px) {
}