.main-menu-btn {
  position: relative;
  display: inline-block;
  width: 6rem;
  height: 6rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -1rem;
  background-color: #fff;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
/* hamburger icon */
.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
  position: absolute;
  top: 2.8rem;
  right: -webkit-calc(50% - 1.5rem);
  right: calc(50% - 1.5rem);
  height: .3rem;
  width: 2.8rem;
  background: #a3a5a5;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.main-menu-btn-icon:before {
  content: '';
  top: -1rem;
  left: 0;
}
.main-menu-btn-icon:after {
  content: '';
  top: 1rem;
  left: 0;
}
/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
}
/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}
#main-menu-state:checked ~ #main-menu {
  display: block;
}
/*追加*/
.main-menu-btn-open {
  display: inline-block;
  position: absolute;
  top: 2.4rem;
  right: -webkit-calc(50% - 2.5rem);
  right: calc(50% - 2.5rem);
  height: 4.8rem;
  width: 5rem;
  color: #1f1f1f;
  font-size: .9rem;
  font-weight: 700;
  line-height: 5rem;
  vertical-align: top;
  text-decoration: none;
  overflow: hidden;
  text-align: center;
}
.main-menu-btn-close {
  display: none;
}
/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-open {
  display: none;
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-close {
  display: inline-block;
  position: absolute;
  top: 2.4rem;
  right: -webkit-calc(50% - 2.5rem);
  right: calc(50% - 2.5rem);
  height: 4.8rem;
  width: 5rem;
  color: #1f1f1f;
  font-size: .9rem;
  font-weight: 700;
  line-height: 5rem;
  vertical-align: top;
  text-decoration: none;
  overflow: hidden;
  text-align: center;
}

@media (min-width: 769px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}


@media (max-width: 768px) {
.sm{position:relative;z-index:990;}
.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.sm-rtl,.sm-rtl ul,.sm-rtl li{text-align:left;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a,.sm label{display:block;}
.sm a.disabled,.sm label.disabled{cursor:not-allowed;}
.sm:after{content:"";display:block;height:0;font:0px/0 serif;clear:both;visibility:hidden;overflow:hidden;}
.sm,.sm *,.sm *:before,.sm *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}

.sm-clean {
	background-color: #fff;
	width: 100%;
}
.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active,
.sm-clean label, .sm-clean label:hover, .sm-clean label:focus, .sm-clean label:active{
  padding: 13px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  font-size: 1.4rem;
  color: #1f1f1f;
  text-decoration: none;
}
.sm-clean a.current {
  color: #d23600;
}
.sm-clean a.disabled {
  color: #bbbbbb;
}
.sm-clean a span.sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 16px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-indent: 0;
}
.sm-clean a.highlighted span.sub-arrow:before {
  display: block;
  content: '-';
}
.sm-clean > li:first-child > a, .sm-clean > li:first-child > :not(ul) a {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.sm-clean > li:last-child > a, .sm-clean > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul,
.sm-clean > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.sm-clean > li:last-child > a.highlighted, .sm-clean > li:last-child > *:not(ul) a.highlighted,
.sm-clean > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.sm-clean li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.sm-clean > li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.sm-clean li > ul > li:last-child {
  border-bottom: 0;
}
.sm-clean ul {
  background: rgba(162, 162, 162, 0.1);
}
.sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active {
  font-size: 1.4rem;
  border-left: 8px solid transparent;
}
.sm-clean ul ul a,
.sm-clean ul ul a:hover,
.sm-clean ul ul a:focus,
.sm-clean ul ul a:active {
  border-left: 16px solid transparent;
}
.sm-clean ul ul ul a,
.sm-clean ul ul ul a:hover,
.sm-clean ul ul ul a:focus,
.sm-clean ul ul ul a:active {
  border-left: 24px solid transparent;
}
.sm-clean ul ul ul ul a,
.sm-clean ul ul ul ul a:hover,
.sm-clean ul ul ul ul a:focus,
.sm-clean ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.sm-clean ul ul ul ul ul a,
.sm-clean ul ul ul ul ul a:hover,
.sm-clean ul ul ul ul ul a:focus,
.sm-clean ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

.gmenu_pconly,
.gmenu_pconly a,
.gmenu_pconly a::after,
.gmenu_pconly a::before {
	display: none!important;
}

#main-menu-state:checked ~ #main-menu {
	padding-bottom: 6rem!important;
	height: 100vh;
	background-color: #fff;
	overflow-y: scroll;
}

}

@media (min-width: 769px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
.globalmenu {
    width: 100%;
    padding: 0;
	background-color: #008a3f;
	border-bottom: 3px solid #002c33;
	font-size: 0;
    list-style: none;
	letter-spacing: 0;
}

.globalmenu ul {
	list-style: none!important;
}

.globalmenu > ul {
    width: 100%;
    max-width: 120rem;
	margin-left: auto;
	margin-right: auto;
}

.globalmenu > ul > li {
	overflow: hidden;
	display: inline-block;
    margin: 0;
    padding: 0;
	width: -webkit-calc((100% - 12.8rem) / 5 );
	width: calc((100% - 12.8rem) / 5 );
	height: 5.3rem;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 4.8rem;
	letter-spacing: .1rem;
	text-align: center;
	transition: .3s all;
	vertical-align: top;
}

.globalmenu > ul > li a {
	box-sizing: border-box;
	position: relative;
	display: block;
	height: 5.3rem;
	color: #fff;
	line-height: 5.3rem;
    text-decoration: none;
}

.globalmenu > ul > li:hover {
	background-color: #002c33;
	transition: .3s all;
}

.globalmenu > ul > li > ul {
	box-sizing: border-box;
    z-index: 999;
    display: none;
    position: absolute;
	left: 0;
    width: 100%;
	min-width: 100%!important;
    margin: .3rem 0 0!important;
	padding-top: 2.8rem;
	padding-bottom: 2.8rem;
	padding-left: -webkit-calc((100% - 120rem) / 2 );
	padding-left: calc((100% - 120rem) / 2 );
	padding-right: -webkit-calc((100% - 120rem) / 2 );
	padding-right: calc((100% - 120rem) / 2 );
    background-color: #eee;
	font-size: 0;
	letter-spacing: 0;
	text-align: left;
}

.globalmenu > ul > li > ul:before,
.globalmenu > ul > li > ul:after {
    content: "";
    display: table;
}

.globalmenu > ul > li > ul:after {
    clear: both;
}

.globalmenu > ul > li > ul > li {
	display: inline-block;
    margin: 0;
    padding: 0;
	font-size: 1.3rem;
	letter-spacing: .1rem;
    list-style: none;
	border: none;
	vertical-align: top;
    background-color: #eee;
}

.globalmenu > ul > li > ul li a {
	position: relative;
	padding: 0;
	height: auto;
	color: #111;
	line-height: 1.4;
	letter-spacing: .05rem;
}

.globalmenu > ul > li > ul li a:hover {
	color: #00a2bf;
}

.globalmenu > ul > li > ul > li a::after {
	display: none;
}

.globalmenu a span.sub-arrow {
	display: none;
}

.gmenu_sponly,
.gmenu_sponly a,
.gmenu_sponly a::after,
.gmenu_sponly a::before {
	display: none!important;
}

.gmenu_pconly,
.gmenu_pconly a,
.gmenu_pconly a::after,
.gmenu_pconly a::before {
	display: inherit;
}

.gmenu_btn {
	width: 6.4rem!important;
}

.gmenu_icon {
	display: block;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 2.8rem;
	width: 6.4rem;
	height: 5.3rem;
	text-indent: -9999px;
	transition: .3s all;
}

.gmenu_icon:hover {
	background-color: #002c33;
	transition: .3s all;
}

.globalmenu > ul > li > ul > li:not(.gmenu_pconly) {
    margin-right: 2.8rem;
	margin-bottom: 2.8rem;
	font-size: 1.6rem;
	font-family: "Roboto", "sans-serif";
	font-weight: 700;
	line-height: 2.8rem;
}

.globalmenu > ul > li > ul > li:last-child {
    margin-right: 0;
}

.gmenu_report {
	float: left;
	width: -webkit-calc(50% + 1.4rem)!important;
	width: calc(50% + 1.4rem)!important;
	padding-left: 1.4rem!important;
}

.gmenu_theme {
	width: -webkit-calc(50% - 1.4rem)!important;
	width: calc(50% - 1.4rem)!important;
	padding-right: 1.4rem!important;
}

.gmenu_report > span,
.gmenu_theme > span {
	display: block;
	color: #008a3f;
	font-size:2.4rem;
	font-family: "Roboto", "sans-serif";
	font-weight: 700;
	line-height: 5.6rem;
}

.gmenu_report > div {
	margin-bottom: 2.8rem;
	min-height: 11.2rem;
	width: -webkit-calc(100% - 2.8rem)!important;
	width: calc(100% - 2.8rem)!important;
	font-size: 0;
	letter-spacing: 0;
}

.gmenu_report > div * {
	font-size: 1.4rem;
	letter-spacing: .04rem;
}

.gmenu_report > div > a {
	display: inline-block!important;
	width: auto;
}

.gmenu_report > div > a > img {
	display: block;
	width: auto;
	height: 11.2rem!important;
}

.gmenu_report > div > div {
	display: inline-block;
	width: calc(100% - 20rem);
	width: -webkit-calc(100% - 20rem);
	padding-left: 2.1rem;
	vertical-align: top;
}

.gmenu_report > div > div > a {
	font-family: "Roboto Condensed", "sans-serif";
	font-size: 2rem;
	word-wrap: break-word;
}

.gmenu_report > div > div > a > span {
	display: block;
	font-family: "Roboto", "sans-serif";
	font-size: 1.4rem;
}

.gmenu_report > div > div > span {
	margin-top: .7rem;
	display: block;
	color: #6d6d6d;
	font-family: "Georgia", "Times New Roman", "serif";
	font-size: 1.2rem;
	font-style: oblique;
}

}

@media print {
.main-menu-btn {
	display: none!important;
}

.globalmenu {
    width: 100%;
    padding: 0;
	background-color: #008a3f;
	border-bottom: 3px solid #002c33;
	font-size: 0;
    list-style: none;
	letter-spacing: 0;
}

.globalmenu > ul {
    width: 100%;
    max-width: 120rem;
	margin-left: auto;
	margin-right: auto;
}

.globalmenu > ul li.gmenu_space {
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
}

.globalmenu > ul > li {
	overflow: hidden;
	display: inline-block;
    margin: 0;
    padding: 0;
	width: -webkit-calc((100% - 12.8rem) / 5 );
	width: calc((100% - 12.8rem) / 5 );
	height: 5.3rem;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 4.8rem;
	letter-spacing: .1rem;
	text-align: center;
	transition: .3s all;
	vertical-align: top;
}

.globalmenu > ul > li a {
	box-sizing: border-box;
	position: relative;
	display: block;
	height: 5.3rem;
	color: #fff;
	line-height: 5.3rem;
    text-decoration: none;
}

.globalmenu > ul > li:hover {
	background-color: #002c33;
	transition: .3s all;
}

.globalmenu > ul > li > ul {
    display: none!important;
}

}
