﻿@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: 14px;
  line-height: 2.2;
  color: #191919;
  letter-spacing: 0;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
}
/*-------------
container
-------------*/
#container {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.topmain {}

.topslider {
  width: 100%;
  margin: 0 0 0 0;
}
p#side_recruit {
    position: fixed;
    top: 105px;
    right: 20px;
    z-index: 100;
}
/*-------------
memu
-------------*/
#menu {
    width: 100%;
    height: 80px;
    margin: 0 auto 10px auto;
    background-color:rgba(25,71,157,0.6);
    position: absolute;
    top: 0;
    z-index: 100;
}
#menu_inner {
    width: 1000px;
    margin: 0 auto;
}
h1.headerlogo.clearfix {
    float: left;
    font-size: 11px;
    color:rgba(255,255,255,0.9);
    font-weight: 500;
}
h1.headerlogo.clearfix a {
    display: block;
}
/*nav*/
div#menu-nav {
    width: 635px;
    height: auto;
    margin: 25px 0 0 -175px;
    padding: 0 0 0 0;
    float: right;
}
#menu-nav li {
    float: left;
    margin: 0;
}
#menu-nav li a {
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    text-align: center;
    font-weight: 500;
    display: block;
    padding: 10px 10px 0 10px;
    margin: 0 3px;
}
#menu-nav li a span {
  font-size: 17px;
  display: block;
}
#menu-nav li a:hover {
   border-bottom: solid 5px #fff;
}
li#menu_last {
    width: 80px;
}
li#menu_last a {
    padding: 0;
    margin: -25px 0 0 10px;
}
li#menu_last a:hover {
   border: none;
}

/*-------------
main
-------------*/
.main {
  width: 100%;
  margin: 0 0 0 0;
  padding: 50px 0 0 0;
}
.topbox1 {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
.topbox1 p {
    width: 500px;
    float: left;
    font-size: 15px;
    margin: 0 35px 60px 75px;
}

.topbox1 ul {
    width: 925px;
    clear: both;
    overflow: hidden;
    margin: 40px 0 0 75px;
}
.topbox1 ul li {
    float: left;
    margin: 0 50px 50px 0;
}
.topbox1 ul li:nth-child(3n) {
    float: left;
    margin: 0 0 50px 0;
}
.topbox1 ul li:nth-child(6){
    margin: -25px 0 50px 0;
}
.topbox1 ul li:nth-child(6):hover {
    opacity: 0.8;
}
.topbox2 {
    width: 100%;
    margin: 50px 0 0 0;
    background-color: #95c8ea;
    overflow: hidden;
}
.topbox2_inner {
    width: 830px;
    margin: 0 auto;
    padding: 30px 0 45px 0;
    overflow: hidden;
}
.newsbox {
    float: left;
    width: 360px;
    height: 360px;
    background: linear-gradient(180deg, #e7e7e7 0%, #e7e7e7 97%, #95c8ea 97%, #95c8ea 100%);
    margin: 0 0 0 0;
    padding: 20px 15px 0 15px;
}
ul.topnewslist.clearfix {
    background-color: #fff;
    overflow-y: scroll;
    height: 280px;
    padding: 5px 10px 0 10px;
    margin: 15px 0 0 0;
    line-height: 17px;
}
ul.topnewslist.clearfix li:nth-child(odd) {
    padding: 12px 0 0 0;
}
ul.topnewslist.clearfix li:nth-child(even) {
    border-bottom: dotted 1px #979797;
    padding: 0 0 7px 0;
}
ul.topnewslist.clearfix li img {
    margin: 2px 0 0 5px;
}
ul.topnewslist.clearfix li a:hover {
    text-decoration: underline;
}
p.news {
    margin: 20px 0 0 0;
    text-align: right;
    letter-spacing: 1px;
}
p.news a {
    font-size: 13px;
    font-weight: 600;
    text-decoration: underline;
}
p.news a:hover {
    text-decoration: none;
}
.facebook_box {
    float: right;
    width: 360px;
    height: 360px;
    background: linear-gradient(180deg, #e7e7e7 0%, #e7e7e7 97%, #95c8ea 97%, #95c8ea 100%);
    margin: 0 0 0 0;
    padding: 20px 15px 0 15px;
}
img.facebooktitle {
    margin: 0 0 15px 0;
}
p.facebook_link {
    margin: 10px 0 0 0;
    text-align: right;
    letter-spacing: 1px;
}
p.facebook_link a {
    font-size: 13px;
    font-weight: 600;
    text-decoration: underline;
}
p.facebook_link a:hover {
    text-decoration: none;
}
.pagetop {
  display: none;
  position: fixed;
  bottom: 240px;
  right: 25px;
  z-index: 200;
}
/*-------------
footer
-------------*/
#footer {
    clear: both;
    overflow: hidden;
    width: 100%;
    background-color: #f4f4f4;
}
footer .ft_middle {
  width: 1000px;
  margin: 0 auto;
  padding: 15px 0;
  overflow: hidden;
}
p.footerlogo.clearfix {
    float: left;
}
.footer_box.clearfix {
    width: 375px;
    height: auto;
    margin: 20px 0 0 25px;
    float: left;
}
.footer_box.clearfix ul {
    width: 100%;
    margin: 0 0 0 0
}
.footer_box.clearfix ul li:nth-child(1) {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 20px;
}
.footer_box.clearfix ul li:nth-child(2) {
    font-size: 15px;
}
.footer_box.clearfix ul li:nth-child(3) {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -1px;
    margin: 0 0 15px 0;
}
.footer_box_left.clearfix {
    float: right;
    width: 450px;
    margin: 30px 0 0 0;
}
ul.footer_box2list.clearfix {
    margin: 10px 0 13px 0;
}
ul.footer_box2list li {
    line-height: 22px;
    font-size: 13px;
    float: left;
    margin: 0 10px 0 0;
    width: 105px;
}
ul.footer_box2list li:nth-child(3n-1) {
    width: 130px;
}
ul.footer_box2list li a {
    font-size: 13px;
    font-weight: 600;
}
ul.footer_box2list a:hover {
    text-decoration: underline;
}
.ft_bottom {
    background-color: #fff;
    width: 100%;
    margin: 30px 0 0 0;
    text-align: center;
    line-height: 50px;
    height: 50px;
    clear: both;
}
}

/* 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: #191919;
}
a {
	color: #3f3a39;
	vertical-align: text-bottom;
}
img {
	width: 100%;
}
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: #000a29;
	text-decoration: none;
}
#top-head .inner {
	position: relative;
}
#top-head .logo {
	float: left;
	font-size: 36px;
}
#top-head .logo img {
	width: 200px;
}
#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: 4px;
	width: 100%;
	background: #fff;
	opacity: 0.85;
	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: 5px;
    top: 7px;
    color: #2e2e2e;
    font-size: 12px;
    font-weight: 600;
}
h1.logo span {
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    margin: 0 0 5px 4px;
    display: none;
}
#global-nav {
	position: absolute;
	top: -505px;
	background: #19479d;
	color: #fff;
	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: 11px;
}
#global-nav ul li {
	float: none;
	position: static;
}
#global-nav ul li:after {
	display: none;
}
#global-nav ul li img {
    width: 21px;
    margin: -8px 5px -5px 0;
}
#top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	color: #fff;
	padding: 11px 0;
}
#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
-------------*/
#container {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: rgba(25,71,157,1);
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
div#slider_nav {
    width: 100%;
    margin: 55px 0 0 0;
}
/*-------------
main
-------------*/
.main {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    background-color: #fff;
}
.topbox1 {
    width: 100%;
    margin: 0 0 0 0;
    padding: 15px 0 0 0;
    overflow: hidden;
}
.topbox1 p {
    width: 100%;
    float: none;
    font-size: 13px;
    margin: 0 0 10px 0;
}
.company_bt {
    max-width: 314px;
    width: 80%;
    margin: 0 0;
}
.topbox1 ul {
    width: 100%;
    clear: both;
    overflow: hidden;
    margin: 40px 0 0 0;
}
.topbox1 ul li {
    float: left;
    max-width: 250px;
    width: 31%;
    margin: 0 10px 10px 0;
}
.topbox1 ul li:nth-child(6) {
    margin: 0 0 0 0;
}
div#myslider {
    margin: 20px 0 -25px 0;
}
div#myslider img {
    width: 150px;
}
.topbox2 {
    width: 100%;
    margin: 0 0 0 0;
    background-color: #95c8ea;
    overflow: hidden;
}
.topbox2_inner {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0 30px 0;
    overflow: hidden;
}
img.newstitle {
    width: 215px;
}
.newsbox {
    float: none;
    width: 100%;
    height: 360px;
    background: linear-gradient(180deg, #e7e7e7 0%, #e7e7e7 97%, #95c8ea 97%, #95c8ea 100%);
    margin: 0 0 0 0;
    padding: 20px 15px 0 15px;
}
ul.topnewslist.clearfix {
    background-color: #fff;
    overflow-y: scroll;
    height: 215px;
    padding: 5px 10px 0 10px;
    margin: 15px 0 0 0;
    line-height: 17px;
}
ul.topnewslist.clearfix li:nth-child(odd) {
    padding: 12px 0 0 0;
}
ul.topnewslist.clearfix li:nth-child(even) {
    border-bottom: dotted 1px #979797;
    padding: 0 0 7px 0;
}
ul.topnewslist.clearfix li img {
    margin: 0 0 0 5px;
    width: 28px;
}
ul.topnewslist.clearfix li a:hover {
    text-decoration: underline;
}
p.news {
    margin: 10px 0 0 0;
    text-align: right;
    letter-spacing: 1px;
}
p.news a {
    font-size: 12px;
    font-weight: 600;
    text-decoration: underline;
}
p.news a:hover {
    text-decoration: none;
}
.facebook_box {
    float: none;
    width: 100%;
    height: 360px;
    background: linear-gradient(180deg, #e7e7e7 0%, #e7e7e7 97%, #95c8ea 97%, #95c8ea 100%);
    margin: 0 0 0 0;
    padding: 20px 15px 0 15px;
}
img.facebooktitle {
    margin: 0 0 15px 0;
    width: 255px;
}
p.facebook_link {
    margin: 20px 0 0 0;
    text-align: right;
    letter-spacing: 1px;
}
p.facebook_link a {
    font-size: 12px;
    font-weight: 600;
    text-decoration: underline;
}
p.facebook_link a:hover {
    text-decoration: none;
}
/*-------------
footer
-------------*/
#footer {
    clear: both;
    overflow: hidden;
    width: 100%;
    background-color: #f4f4f4;
}
footer .ft_middle {
  width: 95%;
  margin: 0 auto;
  padding: 15px 0;
  overflow: hidden;
  text-align: center;
}
p.footerlogo.clearfix {
    float: none;
    width: 25%;
    max-width: 123px;
    margin: 0 auto;
}
.footer_box.clearfix {
    width: 100%;
    height: auto;
    margin: 10px 0 0 0;
    float: none;
}
.footer_box.clearfix ul {
    width: 100%;
    margin: 0 0 0 0
}
.footer_box.clearfix ul li:nth-child(1) {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 20px;
}
.footer_box.clearfix ul li:nth-child(2) {
    font-size: 12px;
}
.footer_box.clearfix ul li:nth-child(3) {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -1px;
    margin: 10px 0 15px 0;
}
.footer_box.clearfix ul li:nth-child(4) {
    max-width: 250px;
    width: 70%;
    margin: 0 auto;
}
.ft_bottom {
    background-color: #fff;
    width: 100%;
    margin: 0 0 0 0;
    text-align: center;
    line-height: 50px;
    height: 50px;
    clear: both;
}
}


/* 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: #191919;
}
a {
	color: #3f3a39;
	vertical-align: text-bottom;
}
img {
	width: 100%;
}
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: #000a29;
	text-decoration: none;
}
#top-head .inner {
	position: relative;
}
#top-head .logo {
	float: left;
	font-size: 36px;
}
#top-head .logo img {
	width: 180px;
}
#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: 4px;
	width: 100%;
	background: #fff;
	opacity: 0.85;
	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: 5px;
    top: 7px;
    color: #2e2e2e;
    font-size: 12px;
    font-weight: 600;
}
h1.logo span {
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    margin: 0 0 5px 4px;
    display: none;
}
#global-nav {
	position: absolute;
	top: -506px;
	background: #19479d;
	color: #fff;
	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: 11px;
}
#global-nav ul li {
	float: none;
	position: static;
}
#global-nav ul li:after {
	display: none;
}
#global-nav ul li img {
    width: 21px;
    margin: -8px 5px -5px 0;
}
#top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	color: #fff;
	padding: 11px 0;
}
#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
-------------*/
#container {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: rgba(25,71,157,1);
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
div#slider_nav {
    width: 100%;
    margin: 50px 0 0 0;
}
/*-------------
main
-------------*/
.main {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    background-color: #fff;
}
.topbox1 {
    width: 100%;
    margin: 0 0 0 0;
    padding: 15px 0 0 0;
    overflow: hidden;
}
.topbox1 p {
    width: 100%;
    float: none;
    font-size: 12px;
    margin: 0 0 10px 0;
}
.company_bt {
    max-width: 314px;
    width: 80%;
    margin: 0 auto;
}
.topbox1 ul {
    width: 100%;
    clear: both;
    overflow: hidden;
    margin: 40px 0 0 0;
}
.topbox1 ul li {
    float: left;
    max-width: 250px;
    width: 46%;
    margin: 0 10px 10px 0;
}
.topbox1 ul li:nth-child(6) {
    margin: 0 0 0 0;
}
div#myslider {
    margin: 20px 0 -25px 0;
}
div#myslider img {
    width: 120px;
}
.topbox2 {
    width: 100%;
    margin: 0 0 0 0;
    background-color: #95c8ea;
    overflow: hidden;
}
.topbox2_inner {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0 30px 0;
    overflow: hidden;
}
img.newstitle {
    width: 215px;
}
.newsbox {
    float: none;
    width: 100%;
    height: 360px;
    background: linear-gradient(180deg, #e7e7e7 0%, #e7e7e7 97%, #95c8ea 97%, #95c8ea 100%);
    margin: 0 0 0 0;
    padding: 20px 15px 0 15px;
}
ul.topnewslist.clearfix {
    background-color: #fff;
    overflow-y: scroll;
    height: 215px;
    padding: 5px 10px 0 10px;
    margin: 15px 0 0 0;
    line-height: 17px;
}
ul.topnewslist.clearfix li:nth-child(odd) {
    padding: 12px 0 0 0;
}
ul.topnewslist.clearfix li:nth-child(even) {
    border-bottom: dotted 1px #979797;
    padding: 0 0 7px 0;
}
ul.topnewslist.clearfix li img {
    margin: 0 0 0 5px;
    width: 28px;
}
ul.topnewslist.clearfix li a:hover {
    text-decoration: underline;
}
p.news {
    margin: 10px 0 0 0;
    text-align: right;
    letter-spacing: 1px;
}
p.news a {
    font-size: 12px;
    font-weight: 600;
    text-decoration: underline;
}
p.news a:hover {
    text-decoration: none;
}
.facebook_box {
    float: none;
    width: 100%;
    height: 360px;
    background: linear-gradient(180deg, #e7e7e7 0%, #e7e7e7 97%, #95c8ea 97%, #95c8ea 100%);
    margin: 0 0 0 0;
    padding: 20px 15px 0 15px;
}
img.facebooktitle {
    margin: 0 0 15px 0;
    max-width: 255px;
    width: 80%;
}
iframe.sp {
    width: 100%;
}
p.facebook_link {
    margin: 30px 0 0 0;
    text-align: right;
    letter-spacing: 1px;
}
p.facebook_link a {
    font-size: 12px;
    font-weight: 600;
    text-decoration: underline;
}
p.facebook_link a:hover {
    text-decoration: none;
}
/*-------------
footer
-------------*/
#footer {
    clear: both;
    overflow: hidden;
    width: 100%;
    background-color: #f4f4f4;
}
footer .ft_middle {
  width: 95%;
  margin: 0 auto;
  padding: 15px 0;
  overflow: hidden;
  text-align: center;
}
p.footerlogo.clearfix {
    float: none;
    width: 25%;
    max-width: 123px;
    margin: 0 auto;
}
.footer_box.clearfix {
    width: 100%;
    height: auto;
    margin: 10px 0 0 0;
    float: none;
}
.footer_box.clearfix ul {
    width: 100%;
    margin: 0 0 0 0
}
.footer_box.clearfix ul li:nth-child(1) {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 20px;
}
.footer_box.clearfix ul li:nth-child(2) {
    font-size: 12px;
}
.footer_box.clearfix ul li:nth-child(3) {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -1px;
    margin: 10px 0 15px 0;
}
.footer_box.clearfix ul li:nth-child(4) {
    max-width: 250px;
    width: 70%;
    margin: 0 auto;
}
.ft_bottom {
    background-color: #fff;
    width: 100%;
    margin: 0 0 0 0;
    text-align: center;
    line-height: 50px;
    height: 50px;
    clear: both;
}
}
