﻿@charset "UTF-8";
/* PC */
@media screen and (min-width: 860px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .slicknav_menu {
    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: #282828;
    letter-spacing: 0;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
  }
  /*-------------
container
-------------*/
  #container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .topmain {}
  .topline_top {
    background-color: #347dc2;
    width: 100%;
    height: 35px;
  }
  .topline_top ul {
    float: right;
    margin: 0 30px 0 0;
  }
  .topline_top ul li {
    float: left;
    margin: 7px 0 0 0;
  }
  .topline_top ul li a {
    color: #fff;
    display: block;
    padding: 0 20px;
    font-size: 13px;
    line-height: 20px;
  }
  .topline_top ul li a:hover {
    opacity: 0.7;
  }
  .topline_top ul li:nth-child(2) {
    border-right: solid 1px #fff;
    border-left: solid 1px #fff;
  }
  .topslider {
    width: 100%;
    margin: 0 0 0 0;
    background-color: #000;
  }
  /*-------------
memu
-------------*/
  #menu2 {
    width: 1000px;
    margin: 5px auto 10px auto;
  }
  h1.headerlogo.clearfix {}
  /*nav*/
  div#menu-nav {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px 0;
  }
  #menu-nav li {
    float: left;
    margin: 0;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    text-align: center;
  }
  #menu-nav li a {
    font-size: 15px;
    display: block;
    padding: 10px 40px 0 40px;
    margin: 0 54px 0 0;
  }
  #menu-nav li a span {
    font-size: 17px;
    display: block;
  }
  #menu-nav li a:hover {
    color: #347dc2;
  }
  #menu-nav li:last-child {
    background-color: #347dc2;
    margin: 0 0 0 10px;
  }
  #menu-nav li:last-child a {
    color: #fff;
    padding: 10px 30px 5px 30px;
    margin: 0 0 0 0;
  }
  #menu-nav li:last-child a:hover {
    opacity: 0.7;
  }
  #menu-nav li ul.drop {
    width: 236px;
    position: absolute;
    z-index: 100;
    /*left: 0;*/
    top: 210px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -khtml-opacity: .80;
    -moz-opacity: .80;
    padding: 7px 0 10px 0;
    margin: 0 0 0 20px;
    background-color: #000;
    display: none;
    line-height: 15px;
  }
  #menu-nav li ul.drop li {
    font-size: 13px;
    font-weight: bold;
    background-color: #000;
    opacity: 1.0;
    text-align: left;
    padding: 0 0 10px 0;
    margin: 0;
    position: static;
    width: 100%;
    float: none;
  }
  #menu-nav li ul.drop li a {
    font-size: 13px;
    text-decoration: none;
    color: #fff;
    height: 20px;
    padding: 0 0 0 10px;
    margin: 0 0 0 0;
  }
  #menu-nav li ul.drop li a:link {
    text-decoration: none;
    color: #fff;
  }
  #menu-nav li ul.drop li a:hover {
    text-decoration: underline;
    border: none;
    color: #fff;
    text-decoration-color: #fff;
  }
  #menu-nav li ul.drop li:last-child a:hover {
    opacity: 1;
  }
  /*-------------
main
-------------*/
  .main {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 50px 0 0 0;
  }
  .topbox1 {
    width: 900px;
    margin: 0 auto;
  }
  .info_title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    line-height: 45px;
    font-weight: 500;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  .info_title span {
    font-size: 40px;
    display: inline-block;
    padding: 0 10px 0 0;
  }
  .newsbox {
    width: 100%;
    margin: 10px auto 0 auto;
    height: 155px;
    overflow-y: scroll;
  }
  .newsbox table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    line-height: 27px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  .newsbox table th {
    width: 200px;
    text-align: left;
    font-weight: 500;
    padding: 2px 0;
    border-bottom: solid 1px #b2b2b2;
    vertical-align: top;
  }
  .newsbox table th div {
    display: inline-block;
    margin: 0 0 0 15px;
    width: 100px;
  }
  .newsbox table th div p {
    font-size: 10px;
    line-height: 14px;
    color: #fff;
    background-color: #09bdff;
    padding: 0 10px;
    margin: 0;
    width: 40px;
    text-align: center;
  }
  .newsbox table td {
    border-bottom: solid 1px #b2b2b2;
  }
  .newsbox table td a {
    font-size: 15px;
  }
  .newsbox table td a:hover {
    opacity: 0.6;
  }
  .news {
    margin: 10px 0 0 auto;
    width: 125px;
  }
  p.news a {
    font-size: 15px;
    text-decoration: underline;
  }
  p.news a:hover {
    text-decoration: none;
  }
  .topbox2 {
    width: 1000px;
    margin: 50px auto 0 auto;
  }
  .topbox2 ul {
    width: 100%;
  }
  .topbox2 ul li {
    float: left;
    width: 500px;
    height: 260px;
    line-height: 25px;
    margin: 0 0 40px 0;
  }
  .topbox2 ul li:nth-child(2), .topbox2 ul li:nth-child(3), .topbox2 ul li:nth-child(6), .topbox2 ul li:nth-child(7), .topbox2 ul li:nth-child(10) {
    width: 480px;
    height: 260px;
    margin: 0 0 40px 20px;
  }
  .topbox2 ul li h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    letter-spacing: -1px;
  }
  .topbox2 ul li h2 span {
    font-size: 30px;
    display: block;
    padding: 0 0 0 0;
    letter-spacing: 0;
  }
  .topbox2 ul li:nth-child(2) a, .topbox2 ul li:nth-child(3) a, .topbox2 ul li:nth-child(6) a, .topbox2 ul li:nth-child(7) a, .topbox2 ul li:nth-child(10) a {
    display: block;
    margin: 15px 0 0 0;
  }
  .topbox2 ul li:nth-child(1) img, .topbox2 ul li:nth-child(4) img, .topbox2 ul li:nth-child(5) img, .topbox2 ul li:nth-child(8) img, .topbox2 ul li:nth-child(9) img {
    overflow: visible;
    width: 500px;
    height: 260px;
  }
  .topbox2 ul li:nth-child(1) img, .topbox2 ul li:nth-child(4) img, .topbox2 ul li:nth-child(5) img, .topbox2 ul li:nth-child(8) img, .topbox2 ul li:nth-child(9) img {
    display: block;
    transition-duration: 0.5s;
  }
  .topbox2 ul li:nth-child(1) img:hover, .topbox2 ul li:nth-child(4) img:hover, .topbox2 ul li:nth-child(5) img:hover, .topbox2 ul li:nth-child(8) img:hover, .topbox2 ul li:nth-child(9) img:hover {
    transform: scale(0.95);
    transition-duration: 0.7s;
  }
  .box {
    transform: translateX(-70px);
    opacity: 0;
    transition: opacity 1s, transform 0.8s;
  }
  .box2 {
    transform: translateX(70px);
    opacity: 0;
    transition: opacity 1s, transform 0.8s;
  }
  .topbox3 {
    width: 1000px;
    margin: 50px auto 0 auto;
  }
  .topbox3 h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    letter-spacing: -1px;
    text-align: center;
  }
  .topbox3 h2 span {
    font-size: 40px;
    display: block;
    padding: 0 0 0 0;
    letter-spacing: 0;
  }
  .topbox3 ul {
    width: 730px;
    margin: 0 auto;
  }
  .topbox3 ul li {
    float: left;
    width: 230px;
    height: 270px;
    background-color: #347dc2;
    margin: 0 20px 20px 0;
  }
  .topbox3 ul li:nth-child(3n) {
    margin: 0 0 20px 0;
  }
  .topbox3 ul li p {
    text-align: center;
    font-size: 15px;
    color: #fff;
    line-height: 27px;
    padding: 20px 0 0 0;
  }
  .topbox3 ul li p span {
    font-size: 20px;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
  }
  .topbox3 ul li p.topsmall {
    /*letter-spacing: -1px;*/
    font-size: 14px;
  }
  .topbox3 ul li p span.topsmall2 {
    font-size: 17px;
    /*letter-spacing: -1px;*/
  }
  .box3 {
    overflow: hidden;
    width: 230px;
    height: 170px;
  }
  .box3 img {
    width: 230px;
    height: 170px;
    display: block;
    transition: 0.5s;
  }
  .box3 img:hover {
    transform: scale(1.3, 1.3);
  }
  .box3 {
    transform: translateY(-70px);
    opacity: 0;
    transition: opacity 1s, transform 0.8s;
  }
  .box4 {
    transform: translateY(70px);
    opacity: 0;
    transition: opacity 1s, transform 0.8s;
  }
  .fadein {
    opacity: 1;
    transform: translateX(0);
  }
  .topbox4 {
    width: 100%;
    margin: 40px 0 0 0;
    padding: 40px 0 0 0;
    clear: both;
    overflow: hidden;
    background-color: #eef8ff;
  }
  .topbox4_inner {
    width: 1000px;
    margin: 0 auto;
  }
  .topbox4 h2 {
    font-family: 'Roboto Condensed', sans-serif;
    border-bottom: solid 1px #347dc2;
    font-size: 25px;
    line-height: 45px;
    font-weight: 500;
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
    letter-spacing: -1px;
    color: #347dc2;
  }
  .topbox4 h2 span {
    font-size: 30px;
    display: inline-block;
    padding: 0 10px 0 0;
    letter-spacing: 0;
  }
  ul#topbox4_list {
    width: 100%;
    overflow: hidden;
  }
  ul#topbox4_list li {
    float: left;
    width: 250px;
    line-height: 28px;
  }
  ul#topbox4_list li p {
    color: #347dc2;
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 10px 0;
  }
  ul#topbox4_list a:hover {
    opacity: 0.6;
  }
  ul#topbox4_list p:hover {
    opacity: 0.6;
  }
  .topbox5 {
    width: 100%;
    padding: 40px 0 60px 0;
    clear: both;
    overflow: hidden;
    background-color: #eef8ff;
  }
  .topbox5_inner {
    width: 1000px;
    margin: 0 auto;
  }
  .topbox5 h2 {
    font-family: 'Roboto Condensed', sans-serif;
    border-bottom: solid 1px #347dc2;
    ;
    font-size: 25px;
    line-height: 45px;
    font-weight: 500;
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
    letter-spacing: -1px;
    color: #347dc2;
    width: 550px;
  }
  .topbox5 h2 span {
    font-size: 30px;
    display: inline-block;
    padding: 0 10px 0 0;
    letter-spacing: 0;
  }
  .topbox5 ul {
    width: 700px;
    overflow: hidden;
    float: left;
    margin: 0 30px 0 0;
  }
  .topbox5 ul li {
    line-height: 28px;
    float: left;
    width: 330px;
  }
  li.group_list {
    width: 300px;
  }
  .topbox5 ul li a:hover {
    opacity: 0.6;
  }
  .jascc {
    margin: -16px 0 0 0;
    float: left;
  }
  .jascc:hover {
    opacity: 0.7;
  }
  .pagetop {
    display: none;
    position: fixed;
    bottom: 152px;
    right: 25px;
    z-index: 200;
  }
  /*-------------
footer
-------------*/
  #footer {
    clear: both;
    overflow: hidden;
    width: 100%;
  }
  footer .ft_middle {
    width: 1000px;
    margin: 0 auto;
    padding: 15px 0;
    overflow: hidden;
  }
  .footer_box.clearfix {
    width: 375px;
    height: auto;
    margin: 0 0 0 0;
    float: left;
  }
  .footer_box.clearfix ul {
    width: 100%;
    margin: 0 0 0 75px;
  }
  .footer_box.clearfix ul li {
    line-height: 21px;
    font-weight: 500;
  }
  .ft_bottom {
    float: right;
    width: 300px;
    margin: 30px 0 0 0;
  }
  .ft_bottom p {
    margin: 8px 0 0 57px;
    line-height: 25px;
    height: 25px;
  }
}
/* Tablet */
@media screen and (max-width: 859px) {
  .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;
    color: #282828;
  }
  a {
    color: #0b8793;
  }
  img {
    width: 100%;
  }
  ul, ol {
    list-style: none;
  }
  footer {
    height: 100%;
    padding: 10px 0 0 0;
    text-align: center;
  }
  footer a {
    /*color: #666;*/
    text-decoration: none;
  }
  footer p {
    margin: 5px auto 0 auto;
  }
  /* inner */
  .inner {
    width: 100%;
    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: 13px 5px 0;
    line-height: 1;
    z-index: 999;
  }
  #top-head, .inner {
    width: 100%;
  }
  .inner:after {
    content: "";
    clear: both;
    display: block;
  }
  #top-head .logo {
    float: left;
  }
  #top-head .logo img {
    width: 55%;
  }
  #top-head.fixed .logo, #top-head .logo {
    position: absolute;
    left: 5px;
    top: 0;
    width: 50%;
  }
  .slicknav_menu {
    display: none;
  }
  .js #menu {
    display: none;
  }
  .js .slicknav_menu {
    display: block;
  }
  #container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  /*-------------
main
-------------*/
  .main {
    width: 100%;
    margin: 20px 0 30px 0;
    padding: 0 0 0 0;
  }
  .topbox1 {
    width: 95%;
    margin: 15px auto 0 auto;
  }
  .info_title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    line-height: 45px;
    font-weight: 500;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  .info_title span {
    font-size: 30px;
    display: inline-block;
    padding: 0 10px 0 0;
  }
  .newsbox {
    width: 100%;
    margin: 0 auto 0 auto;
    height: 150px;
    overflow-y: scroll;
  }
  .newsbox table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
    line-height: 22px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  .newsbox table th {
    width: 90px;
    text-align: left;
    font-weight: 500;
    padding: 2px 0;
    border-bottom: solid 1px #b2b2b2;
    vertical-align: top;
  }
  .newsbox table th div {
    display: inline-block;
    margin: 0 0 0 0;
    width: 80px;
  }
  .newsbox table th div p {
    font-size: 10px;
    line-height: 13px;
    color: #fff;
    background-color: #09bdff;
    padding: 0 10px;
    margin: 0;
    width: 65px;
    text-align: center;
  }
  .newsbox table td {
    border-bottom: solid 1px #b2b2b2;
  }
  .newsbox table td a {
    font-size: 13px;
    color: #282828;
  }
  .news {
    margin: 10px 0 0 auto;
    width: 125px;
  }
  p.news a {
    font-size: 15px;
    text-decoration: underline;
    color: #282828;
  }
  p.news a:hover {
    text-decoration: none;
  }
  .topbox2 {
    width: 95%;
    margin: 30px auto 0 auto;
  }
  .topbox2 ul {
    width: 100%;
  }
  .topbox2 ul li {
    float: none;
    width: 100%;
    height: auto;
    line-height: 25px;
    margin: 0 0 15px 0;
  }
  .topbox2 ul li:nth-child(2), .topbox2 ul li:nth-child(4), .topbox2 ul li:nth-child(6), .topbox2 ul li:nth-child(8), .topbox2 ul li:nth-child(10) {
    width: 100%;
    height: auto;
    margin: 0 0 40px 0;
  }
  .topbox2 ul li h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    letter-spacing: -1px;
  }
  .topbox2 ul li h2 span {
    font-size: 20px;
    display: block;
    padding: 0 0 0 0;
    letter-spacing: 0;
  }
  .topbox2 ul li:nth-child(2) a, .topbox2 ul li:nth-child(4) a, .topbox2 ul li:nth-child(6) a, .topbox2 ul li:nth-child(8) a, .topbox2 ul li:nth-child(10) a {
    display: block;
    margin: 15px 0 0 7%;
    width: 140px;
  }
  .topbox2 ul li:nth-child(1) img, .topbox2 ul li:nth-child(3) img, .topbox2 ul li:nth-child(5) img, .topbox2 ul li:nth-child(7) img, .topbox2 ul li:nth-child(9) img {
    overflow: visible;
    width: 100%;
    max-width: 500px;
    height: auto;
  }
  .topbox2 ul li:nth-child(1) img, .topbox2 ul li:nth-child(4) img, .topbox2 ul li:nth-child(5) img, .topbox2 ul li:nth-child(8) img, .topbox2 ul li:nth-child(9) img {
    display: block;
    transition-duration: 0.5s;
  }
  .topbox2 ul li:nth-child(1) img:hover, .topbox2 ul li:nth-child(4) img:hover, .topbox2 ul li:nth-child(5) img:hover, .topbox2 ul li:nth-child(8) img:hover, .topbox2 ul li:nth-child(9) img:hover {
    transform: scale(0.95);
    transition-duration: 0.7s;
  }
  .box {
    transform: translateX(-70px);
    opacity: 0;
    transition: opacity 1s, transform 0.8s;
  }
  .box2 {
    transform: translateX(70px);
    opacity: 0;
    transition: opacity 1s, transform 0.8s;
  }
  .topbox3 {
    width: 100%;
    margin: 50px 0 0 0;
    overflow: hidden;
  }
  .topbox3 h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    letter-spacing: -1px;
    text-align: center;
  }
  .topbox3 h2 span {
    font-size: 30px;
    display: block;
    padding: 0 0 0 0;
    letter-spacing: 0;
  }
  .topbox3 ul {
    width: 95%;
    margin: 0 auto;
  }
  .topbox3 ul li {
    float: left;
    width: 230px;
    height: 270px;
    background-color: #347dc2;
    margin: 0 10px 20px 0;
  }
  .topbox3 ul li p {
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    padding: 20px 0 0 0;
  }
  .topbox3 ul li p span {
    font-size: 20px;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
  }
  /*.topbox3 ul li p.topsmall {
    letter-spacing: -1px;
  }*/
  .topbox3 ul li p span.topsmall2 {
    /*letter-spacing: -1px;*/
    font-size: 18px;
  }
  .box3 {
    overflow: hidden;
    width: 230px;
    height: 170px;
  }
  .box3 img {
    width: 230px;
    height: 170px;
    display: block;
    transition: 0.5s;
  }
  .box3 img:hover {
    transform: scale(1.3, 1.3);
  }
  .box3 {
    transform: translateY(-70px);
    opacity: 0;
    transition: opacity 1s, transform 0.8s;
  }
  .box4 {
    transform: translateY(70px);
    opacity: 0;
    transition: opacity 1s, transform 0.8s;
  }
  .fadein {
    opacity: 1;
    transform: translateX(0);
  }
  .topbox4 {
    width: 100%;
    margin: 20px auto 0 auto;
    padding: 15px 0 0 0;
    clear: both;
    overflow: hidden;
    background-color: #eef8ff;
  }
  .topbox4_inner {
    width: 95%;
    margin: 0 auto;
  }
  .topbox4 h2 {
    font-family: 'Roboto Condensed', sans-serif;
    border-bottom: solid 1px #347dc2;
    ;
    font-size: 18px;
    line-height: 35px;
    font-weight: 500;
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
    letter-spacing: -1px;
    color: #347dc2;
  }
  .topbox4 h2 span {
    font-size: 30px;
    display: inline-block;
    padding: 0 10px 0 0;
    letter-spacing: 0;
  }
  ul#topbox4_list {
    width: 100%;
    overflow: hidden;
  }
  ul#topbox4_list li {
    float: none;
    width: 100%;
    line-height: 24px;
  }
  ul#topbox4_list li p {
    color: #347dc2;
    font-size: 15px;
    line-height: 22px;
    margin: 15px 0 0 0;
  }
  ul#topbox4_list li p br {
    display: none;
  }
  ul#topbox4_list a {
    text-decoration: none;
    color: #282828;
  }
  .topbox5 {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 30px 0 50px 0;
    clear: both;
    overflow: hidden;
    background-color: #eef8ff;
  }
  .topbox5_inner {
    width: 95%;
    margin: 0 auto;
  }
  .topbox5 h2 {
    font-family: 'Roboto Condensed', sans-serif;
    border-bottom: solid 1px #347dc2;
    ;
    font-size: 18px;
    line-height: 35px;
    font-weight: 500;
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
    letter-spacing: -1px;
    color: #347dc2;
    width: 100%;
  }
  .topbox5 h2 span {
    font-size: 30px;
    display: block;
    padding: 0 10px 0 0;
    letter-spacing: 0;
  }
  .topbox5 ul {
    width: 100%;
    overflow: hidden;
    float: none;
    margin: 0 30px 0 0;
  }
  .topbox5 ul li {
    line-height: 28px;
    float: none;
    width: 100%;
  }
  li#group_list {
    width: 300px;
  }
  .topbox5 ul li a {
    text-decoration: none;
    color: #282828;
  }
  .jascc {
    margin: 15px 0 0 0;
    float: none;
    width: 180px;
  }
  /*-------------
footer
-------------*/
  #footer {
    clear: both;
    overflow: hidden;
    width: 100%;
  }
  footer .ft_middle {
    width: 95%;
    margin: 0 auto;
    padding: 5px 0 15px 0;
    overflow: hidden;
  }
  p.footerlogo {
    width: 300px;
  }
  .footer_box.clearfix {
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    float: none;
  }
  .footer_box.clearfix ul {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .footer_box.clearfix ul li {
    line-height: 21px;
    font-weight: 500;
  }
  .ft_bottom {
    float: none;
    width: 300px;
    margin: 30px auto 0 auto;
  }
  .ft_bottom p {
    margin: 8px 0 0 0;
    line-height: 25px;
    height: 25px;
  }
}
/* 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;
    color: #282828;
  }
  a {
    color: #0b8793;
  }
  img {
    width: 100%;
  }
  ul, ol {
    list-style: none;
  }
  footer {
    height: 100%;
    padding: 10px 0 0 0;
    text-align: center;
  }
  footer a {
    /*color: #666;*/
    text-decoration: none;
  }
  footer p {
    margin: 5px auto 0 auto;
  }
  /* inner */
  .inner {
    width: 100%;
    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: 13px 5px 0;
    line-height: 1;
    z-index: 999;
  }
  #top-head, .inner {
    width: 100%;
  }
  .inner:after {
    content: "";
    clear: both;
    display: block;
  }
  #top-head .logo {
    float: left;
  }
  #top-head .logo img {
    width: 75%;
  }
  #top-head.fixed .logo, #top-head .logo {
    position: absolute;
    left: 5px;
    top: 0;
    width: 70%;
  }
  .slicknav_menu {
    display: none;
  }
  .js #menu {
    display: none;
  }
  .js .slicknav_menu {
    display: block;
  }
  #container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  /*-------------
main
-------------*/
  .main {
    width: 100%;
    margin: 5px 0 0 0;
    padding: 0 0 0 0;
  }
  .topbox1 {
    width: 95%;
    margin: 15px auto 0 auto;
  }
  .info_title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    line-height: 45px;
    font-weight: 500;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  .info_title span {
    font-size: 30px;
    display: inline-block;
    padding: 0 10px 0 0;
  }
  .newsbox {
    width: 100%;
    margin: 0 auto 0 auto;
    height: 150px;
    overflow-y: scroll;
  }
  .newsbox table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
    line-height: 22px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  .newsbox table th {
    width: 80px;
    text-align: left;
    font-weight: 500;
    padding: 2px 0;
    border-bottom: solid 1px #b2b2b2;
    vertical-align: top;
  }
  .newsbox table th div {
    display: inline-block;
    margin: 0 0 0 0;
    width: 80px;
  }
  .newsbox table th div p {
    font-size: 10px;
    line-height: 13px;
    color: #fff;
    background-color: #09bdff;
    padding: 0 10px;
    margin: 0;
    width: 65px;
    text-align: center;
  }
  .newsbox table td {
    border-bottom: solid 1px #b2b2b2;
  }
  .newsbox table td a {
    font-size: 13px;
    color: #282828;
  }
  .news {
    margin: 10px 0 0 auto;
    width: 125px;
  }
  p.news a {
    font-size: 15px;
    text-decoration: underline;
    color: #282828;
  }
  p.news a:hover {
    text-decoration: none;
  }
  .topbox2 {
    width: 95%;
    margin: 30px auto 0 auto;
  }
  .topbox2 ul {
    width: 100%;
  }
  .topbox2 ul li {
    float: none;
    width: 100%;
    height: auto;
    line-height: 25px;
    margin: 0 0 15px 0;
  }
  .topbox2 ul li:nth-child(2), .topbox2 ul li:nth-child(4), .topbox2 ul li:nth-child(6), .topbox2 ul li:nth-child(8), .topbox2 ul li:nth-child(10) {
    width: 100%;
    height: auto;
    margin: 0 0 40px 0;
  }
  .topbox2 ul li h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    letter-spacing: -1px;
  }
  .topbox2 ul li h2 span {
    font-size: 20px;
    display: block;
    padding: 0 0 0 0;
    letter-spacing: 0;
  }
  .topbox2 ul li:nth-child(2) a, .topbox2 ul li:nth-child(4) a, .topbox2 ul li:nth-child(6) a, .topbox2 ul li:nth-child(8) a, .topbox2 ul li:nth-child(10) a {
    display: block;
    margin: 5px auto 0 auto;
    width: 140px;
  }
  .topbox2 ul li:nth-child(1) img, .topbox2 ul li:nth-child(4) img, .topbox2 ul li:nth-child(5) img, .topbox2 ul li:nth-child(8) img, .topbox2 ul li:nth-child(9) img {
    overflow: visible;
    width: 100%;
    height: auto;
  }
  .topbox2 ul li:nth-child(1) img, .topbox2 ul li:nth-child(4) img, .topbox2 ul li:nth-child(5) img, .topbox2 ul li:nth-child(8) img, .topbox2 ul li:nth-child(9) img {
    display: block;
    transition-duration: 0.5s;
  }
  .topbox2 ul li:nth-child(1) img:hover, .topbox2 ul li:nth-child(4) img:hover, .topbox2 ul li:nth-child(5) img:hover, .topbox2 ul li:nth-child(8) img:hover, .topbox2 ul li:nth-child(9) img:hover {
    transform: scale(0.95);
    transition-duration: 0.7s;
  }
  .box {
    transform: translateX(-70px);
    opacity: 0;
    transition: opacity 1s, transform 0.8s;
  }
  .box2 {
    transform: translateX(70px);
    opacity: 0;
    transition: opacity 1s, transform 0.8s;
  }
  .topbox3 {
    width: 100%;
    margin: 50px 0 0 0;
  }
  .topbox3 h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    letter-spacing: -1px;
    text-align: center;
  }
  .topbox3 h2 span {
    font-size: 30px;
    display: block;
    padding: 0 0 0 0;
    letter-spacing: 0;
  }
  .topbox3 ul {
    width: 95%;
    margin: 0 auto;
  }
  .topbox3 ul li {
    float: left;
    max-width: 230px;
    width: 45%;
    height: auto;
    background-color: #347dc2;
    margin: 0 10px 10px 0;
  }
  .topbox3 ul li p {
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    padding: 20px 0 10px 0;
    height: 80px;
  }
  .topbox3 ul li p span {
    font-size: 14px;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
  }
  .topbox3 ul li p span.topsmall2 {
    /*letter-spacing: 0;*/
    font-size: 12px;
  }
  .box3 {
    overflow: hidden;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .box3 img {
    width: 100%;
    height: auto;
    display: block;
    transition: 0.5s;
  }
  .box3 img:hover {
    transform: scale(1.3, 1.3);
  }
  .box3 {
    transform: translateY(-70px);
    opacity: 0;
    transition: opacity 1s, transform 0.8s;
  }
  .box4 {
    transform: translateY(70px);
    opacity: 0;
    transition: opacity 1s, transform 0.8s;
  }
  .fadein {
    opacity: 1;
    transform: translateX(0);
  }
  .topbox4 {
    width: 100%;
    margin: 20px auto 0 auto;
    padding: 15px 0 0 0;
    clear: both;
    overflow: hidden;
    background-color: #eef8ff;
  }
  .topbox4_inner {
    width: 95%;
    margin: 0 auto;
  }
  .topbox4 h2 {
    font-family: 'Roboto Condensed', sans-serif;
    border-bottom: solid 1px #347dc2;
    ;
    font-size: 18px;
    line-height: 35px;
    font-weight: 500;
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
    letter-spacing: -1px;
    color: #347dc2;
  }
  .topbox4 h2 span {
    font-size: 30px;
    display: inline-block;
    padding: 0 10px 0 0;
    letter-spacing: 0;
  }
  ul#topbox4_list {
    width: 100%;
    overflow: hidden;
  }
  ul#topbox4_list li {
    float: none;
    width: 100%;
    line-height: 24px;
  }
  ul#topbox4_list li p {
    color: #347dc2;
    font-size: 15px;
    line-height: 22px;
    margin: 15px 0 0 0;
  }
  ul#topbox4_list li p br {
    display: none;
  }
  ul#topbox4_list a {
    text-decoration: none;
    color: #282828;
  }
  .topbox5 {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 30px 0 50px 0;
    clear: both;
    overflow: hidden;
    background-color: #eef8ff;
  }
  .topbox5_inner {
    width: 95%;
    margin: 0 auto;
  }
  .topbox5 h2 {
    font-family: 'Roboto Condensed', sans-serif;
    border-bottom: solid 1px #347dc2;
    ;
    font-size: 18px;
    line-height: 35px;
    font-weight: 500;
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
    letter-spacing: -1px;
    color: #347dc2;
    width: 100%;
  }
  .topbox5 h2 span {
    font-size: 30px;
    display: block;
    padding: 0 10px 0 0;
    letter-spacing: 0;
  }
  .topbox5 ul {
    width: 100%;
    overflow: hidden;
    float: none;
    margin: 0 30px 0 0;
  }
  .topbox5 ul li {
    line-height: 28px;
    float: none;
    width: 100%;
  }
  li#group_list {
    width: 300px;
  }
  .topbox5 ul li a {
    text-decoration: none;
    color: #282828;
  }
  .jascc {
    margin: 15px 0 0 0;
    float: none;
    width: 180px;
  }
  /*-------------
footer
-------------*/
  #footer {
    clear: both;
    overflow: hidden;
    width: 100%;
  }
  footer .ft_middle {
    width: 95%;
    margin: 0 auto;
    padding: 5px 0 15px 0;
    overflow: hidden;
  }
  p.footerlogo {
    width: 300px;
  }
  .footer_box.clearfix {
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    float: none;
  }
  .footer_box.clearfix ul {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .footer_box.clearfix ul li {
    line-height: 21px;
    font-weight: 500;
  }
  .ft_bottom {
    float: none;
    width: 300px;
    margin: 30px auto 0 auto;
  }
  .ft_bottom p {
    margin: 8px 0 0 0;
    line-height: 25px;
    height: 25px;
  }
}