﻿@charset "UTF-8";
/* PC */
@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
/*-------------
base
-------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  vertical-align: top;
}
body {
  background-color: #fff;
}
a {
  color: black;
  outline: none;
  text-decoration: none;
  font-size: 12px;
}
a:hover {
  text-decoration: none;
}
ul, ol {
  list-style: none;
}
.fLeft {
  float: left;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
/*-------------
firefox fade対策
-------------*/
img {
  box-shadow: #000 0 0 0;
}
img, x:-moz-any-link, x:default {
  box-shadow: #000 0 0 0;
}
/*-------------
fontstyle
-------------*/
body {
  font-family: "メイリオ", -webkit-body, sans-serif, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo;
  font-size: 12px;
  line-height: 2.2;
  color: #5c5c5c;
  letter-spacing: 0;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
}
/*-------------
container
-------------*/
#container {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.topmain {
    overflow: hidden;
    width: 100%;
    background-color: #0076b7;
    margin: 0 0 -5px 0;
}
.topmain_inner {
    overflow: hidden;
    width: 1200px;
    height: 600px;
    margin: 0 auto;
    padding: 0 0 5px 0;
    background: url("../images/top/topback.png")no-repeat;
}
.topline {
    overflow: hidden;
    width: 1000px;
    margin: 5px auto;
    color: #fff;
    padding: 0;
}
h1.headertext.clearfix {
  margin: 0;
  font-size: 10px;
  font-weight: 500;
  opacity: 0.9;
}
.topmain_box.clearfix {
    width: 400px;
    background-color: rgb(255, 255, 255, 0.9);
    padding: 15px 0 0 15px;
    margin: 415px 50px 0 auto;
}
.newsbox {
    width: 100%;
    height: 69px;
    overflow-y: scroll;
}
ul.newslist {
  margin: 0 10px 15px 15px;
  font-size: 12px;
  text-align: left;
}
ul.newslist li {
  border-bottom: dotted 1px #282828;
  line-height: 23px;
  padding: 7px 0 2px 0;
}
ul.newslist li span {
    padding: 0;
    display: block;
}
ul.newslist li img {
    margin: 4px 0 0 4px;
}
/*-------------
memu
-------------*/
#menu {
    overflow: hidden;
    width: 100%;
    height: 25px;
    color: #fff;
    padding: 0;
    text-align: center;
}
/*nav*/
div#menu-nav {
    width: 1000px;
    margin: 5px auto 0 auto;
}
#menu-nav li {
    float: left;
    padding: 3px 0 0 0;
    margin: 0 0 0 0;
    line-height: 8px;
    font-weight: 600;
    border-left: solid 1px #6ba6cb;
}
#menu-nav li:nth-child(1) {
    width: 100px;
}
#menu-nav li:nth-child(2) {
    width: 135px;
}
#menu-nav li:nth-child(3) {
    width: 210px;
}
#menu-nav li:nth-child(4) {
    width: 135px;
}
#menu-nav li:nth-child(5) {
    width: 135px;
}
#menu-nav li:nth-child(6) {
    width: 135px;
}
#menu-nav li:last-child {
    border-right: solid 1px #6ba6cb;
    width: 135px;
}
#menu-nav li a {
    font-family: system-ui;
    color: #fff;
    font-size: 15px;
    display: block;
    padding: 0 20px 3px 20px;
}
#menu-nav li a .hover{
display: none;
}
#menu-nav li a:hover .nomal{
display: none;
}
#menu-nav li a:hover .hover{
display: inline;
}

/*-------------
main
-------------*/
.main {
    width: 100%;
    margin: 0 0 20px 0;
}
.topbox.clearfix {
    overflow: hidden;
    width: 100%;
    height: 800px;
    padding: 0;
    background: linear-gradient(180deg, #fff 0%, #fff 38.6%, #0076b7 38.6%, #0076b7 100%);
}
.topbox_inner.clearfix {
  width: 1000px;
  padding: 15px 0 0 0;
  margin: 0 auto;
}
.topbox_inner.clearfix ul {
    float: left;
    width: 460px;
    margin: 45px 0 0 0;
}
.topbox_inner.clearfix ul li {
    font-size: 12px;
    line-height: 22px;
}
.topbox_inner.clearfix ul li:nth-child(1) {
    font-size: 28px;
}
.topbox_inner.clearfix ul li p {
    width: 365px;
    font-size: 15px;
    border-bottom: solid 10px #ffde00;
    line-height: 1px;
    padding: 0 0 0 1px;
    margin: 30px 0 0 0;
}
.topbox_inner.clearfix ul li:nth-child(2) {
    margin: 0 0 20px 0;
}
.topbox_inner.clearfix ul li:nth-child(4) {
    margin: 20px 0 0 50px;
}
.topbox_inner.clearfix ul li a:hover {
    opacity: 0.6;
}
.topbox_bottom.clearfix {
    margin: -110px 0 0 0;
}
.topbox_bottom.clearfix ul {
    float: none;
    width: 100%;
    margin: -15px 0 0 65px;
}
.topbox_bottom.clearfix ul li {
    float: left;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
}
.topbox_bottom.clearfix ul li p {
    font-size: 28px;
    border: none;
    line-height: 28px;
    text-align: center;
    width: 230px;
    margin: 0 0 15px 0;
}
.topbox_bottom.clearfix ul li:nth-child(2) {
    width: 230px;
    margin: 40px 0 0 50px;
}
.topbox_bottom.clearfix ul li:nth-child(3) {
    width: 230px;
    margin: 40px 0 0 50px;
}
.topbox_bottom.clearfix ul li:nth-child(4) {
    margin: 40px 0 0 150px;
}
.topbox2.clearfix {
    width: 1200px;
    height: 305px;
    padding: 0 0 0 0;
    margin: 0 auto;
}
.topbox2_product {
    background-color: #0076b7;
    width: 430px;
    color: #fff;
    position: absolute;
    z-index: 100;
    margin: 40px 0 0 75px;
}
p.topbox2_title {
    text-align: center;
    font-size: 20px;
    font-family: system-ui;
    line-height: 35px;
    opacity: 0.98;
    padding: 30px 0 0 0;
}
p.topbox2_title span {
    font-size: 40px;
    display: block;
}
p.topbox2_text {
    opacity: 0.98;
    width: 268px;
    margin: 10px auto;
    line-height: 22px;
}
img.top_product_bt {
    margin: 10px 0 30px 81px;
}
img.top_product_bt:hover {
    opacity: 0.7;
}
div#myslider {
    padding: 75px 0 0 0;
}
div#myslider img {
    padding: 15px 2px 5px 0;
}
.pagetop {
  display: none;
  position: fixed;
  bottom: 227px;
  right: 25px;
  z-index: 200;
}
/*-------------
footer
-------------*/
#footer {
    clear: both;
    width: 100%;
    background-color: #f0f0f0;
}
footer .ft_middle {
  width: 1000px;
  margin: 0 auto;
  padding: 10px 0 20px 0;
  overflow: hidden;
}
.footer_box.clearfix {
    float: left;
    width: 430px;
    margin: 0 0 0 0;
}
p.footertext {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    margin: -10px 0 0 98px;
}
p.footertext1 {
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    margin: 0 0 0 98px;
}
p.footertext1 br {
    display: none;
}
p.footertext2 {
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 0 98px;
    letter-spacing: -1px;
    font-family: system-ui;
}
p.footertext2 a {
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 0 0;
    display: inline-block;
    padding: 0 10px 0 0;
}
p.footermail {
    margin: 15px 0 0 83px;
}
.footer_box2.clearfix {
    float: left;
    width: 340px;
    margin: 45px 0 0 90px;
}
img.footetitle.clearfix {
    margin: 0 0 15px 0;
    opacity: 0.8;
}
ul.footer_box2list.clearfix {
    margin: 0 0 0 0;
    width: 260px;
}
ul.footer_box2list li {
    line-height: 20px;
    float: left;
    margin: 0 0;
    font-weight: 600;
    width: 100px;
}
ul.footer_box2list a:hover {
  text-decoration: underline;
}
.ft_bottom {
    color: #282828;
    line-height: 18px;
    font-size: 10px;
    text-align: left;
    margin: 22px 0 0 0;
}
p.eco.clearfix {
    width: 105px;
    font-size: 11px;
    float: left;
    letter-spacing: -1px;
    font-weight: 600;
    margin: 72px 0 0 35px;
}
}


/* Tablet */
@media screen and (max-width: 768px) {
.pc {
    display: none;
}
.sp {
    display: block;
}
* {
	margin: 0;
	padding: 0;
}
*::after, * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	list-style: none;
	color: #555;
}
a {
	color: #3c8ae1;
}
ul, ol {
	list-style: none;
}
/* inner */
.inner {
	width: 980px;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}
/* header */
#top-head {
	font-size: 12px;
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	padding: 30px 0 0;
	line-height: 1;
	z-index: 999;
}
#top-head a, #top-head {
	color: #282828;
	text-decoration: none;
}
#top-head .inner {
	position: relative;
}
#top-head .logo {
	float: left;
	font-size: 36px;
}
#top-head .logo img {
	width: 235px;
}
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
}
#global-nav ul li {
	float: left;
	position: relative;
}
#global-nav ul li a {
	padding: 0 30px;
}
/* Btn Hover */
#global-nav ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	bottom: -20px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#global-nav ul li:hover:after {
	background: #fff;
	bottom: -30px;
}
/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 10px;
	height: 55px;
	background: #fff;
	background: rgba(255,255,255,.7);
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
	font-size: 24px;
	color: #333;
}
#top-head.fixed #global-nav ul li a {
	color: #333;
	padding: 0 20px;
}
/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
	bottom: -10px;
}
#top-head.fixed #global-nav ul li:hover:after {
	background: #0062B8;
	bottom: -20px;
}
/* Transition */
/*
#top-head,
#top-head .logo,
#global-nav ul li,
#global-nav ul li a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
*/

/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 10px;
	width: 35px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 5px;
	width: 100%;
	background: #fff;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}
#top-head, .inner {
	width: 100%;
	padding: 0;
}
/*#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
}*/
/* Fixed reset */
#top-head.fixed {
	padding-top: 0;
	background: transparent;
}
#mobile-head {
	background: #fff;
	width: 100%;
	height: 56px;
	z-index: 999;
	position: relative;
}
#top-head.fixed .logo, #top-head .logo {
    position: absolute;
    left: 10px;
    top: 3px;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
}
h1.logo span {
    font-size: 11px;
    font-weight: 500;
    line-height: 21px;
}
#global-nav {
	position: absolute;
	top: -505px;
	background: #0076b7;
	width: 100%;
	text-align: center;
	padding: 15px 0 10px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 12px;
	margin: auto;
        width: 200px;
}
#global-nav ul li {
	float: none;
	position: static;
}
#global-nav ul li:after {
	display: none;
}
#top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	padding: 8px 0;
        color: #fff;
}
#nav-toggle {
	display: block;
}
/* #nav-toggle */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* #global-nav */
.open #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(556px);
	-webkit-transform: translateY(556px);
	transform: translateY(556px);
}
#container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.topmain.sp img {
    width: 100%;
}
.topmain_box.clearfix img {
    width: 108px;
}
.topmain_box.clearfix {
    width: 95%;
    max-width: 400px;
    margin: 5px auto;
    border: solid 1px #f0f0f0;
    padding: 10px;
}
.newsbox {
    width: 100%;
    height: 69px;
    overflow-y: scroll;
}
ul.newslist {
  margin: 0 0 15px 0;
  font-size: 12px;
  text-align: left;
}
ul.newslist li {
  border-bottom: dotted 1px #282828;
  line-height: 23px;
  padding: 7px 0 2px 0;
}
ul.newslist li span {
    padding: 0;
    display: block;
}
img#new {
    width: 40px;
}
ul.newslist li img {
    margin: 4px 0 0 4px;
}
/*-------------
main
-------------*/
.main {
    width: 100%;
    margin: 0 0 20px 0;
}
.topbox.clearfix {
    overflow: hidden;
    width: 95%;
    height: auto;
    padding: 0 0 25px 0;
    margin: 0 auto;
    background: linear-gradient(180deg, #fff 0%, #fff 30%, #0076b7 30%, #0076b7 100%);
}
.topbox_inner.clearfix {
  width: 100%;
  padding: 15px 0 0 0;
  margin: 0 auto;
}
.topbox_inner.clearfix ul {
    float: none;
    width: 100%;
    margin: 15px 0 0 0;
}
.topbox_inner.clearfix ul li {
    font-size: 12px;
    line-height: 22px;
}
.topbox_inner.clearfix ul li br {
    display: none;
}
.topbox_inner.clearfix ul li:nth-child(1) {
    font-size: 28px;
}
.topbox_inner.clearfix ul li p {
    width: 100%;
    font-size: 20px;
    border-bottom: solid 10px #ffde00;
    line-height: 1px;
    padding: 0 0 0 1px;
    margin: 23px 0 0 0;
}
.topbox_inner.clearfix ul li:nth-child(2) {
    margin: 0 0 20px 0;
}
.topbox_inner.clearfix ul li:nth-child(4) {
    margin: 20px auto 20px auto;
    width: 270px;
}
.topbox_inner.clearfix ul li a:hover {
    opacity: 0.6;
}
.topimg1 {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.topbox_bottom.clearfix {
    margin: 0;
}
.topbox_bottom.clearfix img {
    width: 100%;
}
.topbox_bottom.clearfix ul {
    float: none;
    width: 100%;
    margin: 0 auto;
}
.topbox_bottom.clearfix ul li {
    float: left;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    margin: 0 10px 0 0;
}
.topbox_bottom.clearfix ul li p {
    font-size: 28px;
    border: none;
    line-height: 28px;
    text-align: center;
    width: 230px;
    margin: 0 0 15px 0;
}
.topbox_bottom.clearfix ul li:nth-child(2) {
    width: 250px;
    margin: 40px 0 0 0;
}
.topbox_bottom.clearfix ul li:nth-child(3) {
    width: 250px;
    margin: 40px 0 0 0;
}
.topbox_bottom.clearfix ul li:nth-child(4) {
    width: 250px;
    margin: 40px 0 0 20px;
}
.topbox2.clearfix {
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    margin: 0 auto;
}
.topbox2_product {
    background-color: #0076b7;
    width: 400px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
}
p.topbox2_title {
    text-align: center;
    font-size: 20px;
    font-family: system-ui;
    line-height: 35px;
    opacity: 0.98;
    padding: 20px 0 0 0;
}
p.topbox2_title span {
    font-size: 40px;
    display: block;
}
p.topbox2_text {
    opacity: 0.98;
    width: 268px;
    margin: 10px auto;
    line-height: 22px;
    text-align: left;
}
img.top_product_bt {
    width: 270px;
    margin: 10px auto 30px auto;
}
div#myslider {
    padding: 30px 0 0 0;
}
div#myslider img {
    padding: 15px 2px 5px 0;
}
/*-------------
footer
-------------*/
#footer {
    clear: both;
    width: 100%;
    background-color: #f0f0f0;
}
footer .ft_middle {
  width: 95%;
  margin: 0 auto;
  padding: 10px 0 20px 0;
  overflow: hidden;
    text-align: center;
}
.ft_middle img {
    width: 100%;
}
.footer_box.clearfix {
    float: none;
    width: 100%;
    margin: 0 0 0 0;
}
p.footerlogo {
    width: 100%;
    max-width: 405px;
    margin: 0 auto;
}
p.footertext {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    margin: -10px 0 0 0;
}
p.footertext1 {
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    margin: 15px 0 0 0;
}
p.footertext2 {
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 0 0;
    letter-spacing: -1px;
    font-family: system-ui;
}
p.footertext2 a {
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 0 0;
    display: block;
    padding: 0 10px 0 0;
    color: #555;
    text-decoration: none;
}
p.footermail {
    margin: 15px auto 0 auto;
    width: 340px;
}
.ft_bottom {
    color: #282828;
    line-height: 18px;
    font-size: 10px;
    text-align: center;
    margin: 22px 0 0 0;
}
p.eco.clearfix {
    width: 105px;
    font-size: 11px;
    float: none;
    letter-spacing: -1px;
    font-weight: 600;
    margin: 15px auto 0 auto;
}
}


/* SP */
@media screen and (max-width: 480px) {
.pc {
    display: none;
}
.sp {
    display: block;
}
* {
	margin: 0;
	padding: 0;
}
*::after, * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	list-style: none;
	color: #555;
}
a {
	color: #3c8ae1;
}
ul, ol {
	list-style: none;
}
/* inner */
.inner {
	width: 980px;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}
/* header */
#top-head {
	font-size: 12px;
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	padding: 30px 0 0;
	line-height: 1;
	z-index: 999;
}
#top-head a, #top-head {
	color: #282828;
	text-decoration: none;
}
#top-head .inner {
	position: relative;
}
#top-head .logo {
	float: left;
	font-size: 36px;
	max-width: 395px;
}
#top-head .logo img {
	width: 60%;
}
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
}
#global-nav ul li {
	float: left;
	position: relative;
}
#global-nav ul li a {
	padding: 0 30px;
}
/* Btn Hover */
#global-nav ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	bottom: -20px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#global-nav ul li:hover:after {
	background: #fff;
	bottom: -30px;
}
/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 10px;
	height: 55px;
	background: #fff;
	background: rgba(255,255,255,.7);
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
	font-size: 24px;
	color: #333;
}
#top-head.fixed #global-nav ul li a {
	color: #333;
	padding: 0 20px;
}
/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
	bottom: -10px;
}
#top-head.fixed #global-nav ul li:hover:after {
	background: #0062B8;
	bottom: -20px;
}
/* Transition */
/*
#top-head,
#top-head .logo,
#global-nav ul li,
#global-nav ul li a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
*/

/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 10px;
	width: 35px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 5px;
	width: 100%;
	background: #fff;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}
#top-head, .inner {
	width: 100%;
	padding: 0;
}
/*#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
}*/
/* Fixed reset */
#top-head.fixed {
	padding-top: 0;
	background: transparent;
}
#mobile-head {
	background: #fff;
	width: 100%;
	height: 56px;
	z-index: 999;
	position: relative;
}
#top-head.fixed .logo, #top-head .logo {
    position: absolute;
    left: 10px;
    top: 3px;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
}
h1.logo span {
    font-size: 11px;
    font-weight: 500;
    line-height: 21px;
}
#global-nav {
	position: absolute;
	top: -505px;
	background: #0076b7;
	width: 100%;
	text-align: center;
	padding: 15px 0 10px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 12px;
	margin: auto;
        width: 200px;
}
#global-nav ul li {
	float: none;
	position: static;
}
#global-nav ul li:after {
	display: none;
}
#top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	padding: 8px 0;
        color: #fff;
}
#nav-toggle {
	display: block;
}
/* #nav-toggle */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* #global-nav */
.open #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(556px);
	-webkit-transform: translateY(556px);
	transform: translateY(556px);
}
#container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.topmain.sp img {
    width: 100%;
}
.topmain_box.clearfix img {
    width: 108px;
}
.topmain_box.clearfix {
    width: 95%;
    margin: 5px auto;
    border: solid 1px #f0f0f0;
    padding: 10px;
}
.newsbox {
    width: 100%;
    height: 69px;
    overflow-y: scroll;
}
ul.newslist {
  margin: 0 0 15px 0;
  font-size: 12px;
  text-align: left;
}
ul.newslist li {
  border-bottom: dotted 1px #282828;
  line-height: 23px;
  padding: 7px 0 2px 0;
}
ul.newslist li span {
    padding: 0;
    display: block;
}
img#new {
    width: 40px;
}
ul.newslist li img {
    margin: 4px 0 0 4px;
}
/*-------------
main
-------------*/
.main {
    width: 100%;
    margin: 0 0 20px 0;
}
.topbox.clearfix {
    overflow: hidden;
    width: 95%;
    height: auto;
    padding: 0 0 25px 0;
    margin: 0 auto;
    background: linear-gradient(180deg, #fff 0%, #fff 30%, #0076b7 30%, #0076b7 100%);
}
.topbox_inner.clearfix {
  width: 100%;
  padding: 15px 0 0 0;
  margin: 0 auto;
}
.topbox_inner.clearfix ul {
    float: none;
    width: 100%;
    margin: 15px 0 0 0;
}
.topbox_inner.clearfix ul li {
    font-size: 12px;
    line-height: 22px;
}
.topbox_inner.clearfix ul li br {
    display: none;
}
.topbox_inner.clearfix ul li:nth-child(1) {
    font-size: 28px;
}
.topbox_inner.clearfix ul li p {
    width: 100%;
    font-size: 12px;
    border-bottom: solid 10px #ffde00;
    line-height: 1px;
    padding: 0 0 0 1px;
    margin: 23px 0 0 0;
}
.topbox_inner.clearfix ul li:nth-child(2) {
    margin: 0 0 20px 0;
}
.topbox_inner.clearfix ul li:nth-child(4) {
    margin: 20px auto 20px auto;
    width: 270px;
}
.topbox_inner.clearfix ul li a:hover {
    opacity: 0.6;
}
p.topimg1 img {
    width: 100%;
}
.topimg1 {
    width: 100%;
    max-width: 500px;
}
.topbox_bottom.clearfix {
    margin: 0;
}
.topbox_bottom.clearfix img {
    width: 100%;
}
.topbox_bottom.clearfix ul {
    float: none;
    width: 250px;
    margin: 0 auto;
}
.topbox_bottom.clearfix ul li {
    float: none;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    margin: 0 0 0 0;
}
.topbox_bottom.clearfix ul li p {
    font-size: 28px;
    border: none;
    line-height: 28px;
    text-align: center;
    width: 230px;
    margin: 0 0 15px 0;
}
.topbox_bottom.clearfix ul li:nth-child(2) {
    width: 100%;
    margin: 40px 0 0 0;
}
.topbox_bottom.clearfix ul li:nth-child(3) {
    width: 100%;
    margin: 40px 0 0 0;
}
.topbox_bottom.clearfix ul li:nth-child(4) {
    width: 100%;
    margin: 40px 0 0 0;
}
.topbox2.clearfix {
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    margin: 0 auto;
}
.topbox2_product {
    background-color: #0076b7;
    width: 90%;
    color: #fff;
    margin: 0 auto;
    text-align: center;
}
p.topbox2_title {
    text-align: center;
    font-size: 20px;
    font-family: system-ui;
    line-height: 35px;
    opacity: 0.98;
    padding: 20px 0 0 0;
}
p.topbox2_title span {
    font-size: 40px;
    display: block;
}
p.topbox2_text {
    opacity: 0.98;
    width: 268px;
    margin: 10px auto;
    line-height: 22px;
    text-align: left;
}
img.top_product_bt {
    width: 270px;
    margin: 10px auto 30px auto;
}
div#myslider {
    padding: 30px 0 0 0;
}
div#myslider img {
    padding: 15px 2px 5px 0;
}
/*-------------
footer
-------------*/
#footer {
    clear: both;
    width: 100%;
    background-color: #f0f0f0;
}
footer .ft_middle {
  width: 95%;
  margin: 0 auto;
  padding: 10px 0 20px 0;
  overflow: hidden;
    text-align: center;
}
.ft_middle img {
    width: 100%;
}
.footer_box.clearfix {
    float: none;
    width: 100%;
    margin: 0 0 0 0;
}
p.footerlogo {
    width: 100%;
    max-width: 405px;
}
p.footertext {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    margin: -10px 0 0 0;
}
p.footertext1 {
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    margin: 15px 0 0 0;
}
p.footertext2 {
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 0 0;
    letter-spacing: -1px;
    font-family: system-ui;
}
p.footertext2 a {
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 0 0;
    display: block;
    padding: 0 10px 0 0;
    color: #555;
    text-decoration: none;
}
p.footermail {
    margin: 15px auto 0 auto;
    width: 100%;
    max-width: 340px;
}
.ft_bottom {
    color: #282828;
    line-height: 18px;
    font-size: 10px;
    text-align: center;
    margin: 22px 0 0 0;
}
p.eco.clearfix {
    width: 105px;
    font-size: 11px;
    float: none;
    letter-spacing: -1px;
    font-weight: 600;
    margin: 15px auto 0 auto;
}
}
