﻿@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: #191919;
    letter-spacing: 0;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
  }
  /*-------------
container
-------------*/
  #container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .topline_over {
    width: 100%;
  }
  .topline {
    width: 1000px;
    margin: 0 auto;
    height: auto;
  }
  .topline.clearfix ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .topline.clearfix ul li:nth-child(1) {
    float: left;
  }
  .topline.clearfix ul li:nth-child(2) {
    float: left;
    font-size: 20px;
    font-family: 'Noto Serif JP', serif;
    margin: 13px 0 0 10px;
  }
  .topline.clearfix ul li:nth-child(3) {
    float: right;
    margin: 0 0 0 20px;
  }
  .topline.clearfix ul li:nth-child(4) {
    float: right;
    font-size: 28px;
    font-family: 'Noto Serif JP', serif;
    margin: 0 0 0 0;
    line-height: 40px;
  }
  .topmain {
    width: 100%;
    background-color: #f1f0f0;
  }
  .topmain_inner {
    background: url(../images/top/topmain.png)no-repeat;
    width: 1200px;
    height: 500px;
    display: block;
    margin: 0 auto;
  }
  .topmain_inner ul {
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    width: 400px;
    margin: 0 135px 0 auto;
    padding: 250px 0 0 0;
  }
  .topmain_inner ul li:nth-child(1) {
    font-size: 24px;
    line-height: 28px;
  }
  .topmain_inner ul li:nth-child(2) {
    font-size: 12px;
    line-height: 20px;
    margin: 10px 0 0 0;
  }
  /*-------------
memu
-------------*/
  #menu {
    width: 1000px;
    height: auto;
    margin: 0 auto;
  }
  /*nav*/
  div#menu-nav {
    float: right;
    width: 390px;
    height: 60px;
    font-family: 'Noto Serif JP', serif;
    font-size: 17px;
    margin: -37px 66px 0 0;
    padding: 5px 0 0 0;
  }
  #menu-nav ul li {
    position: relative;
    float: left;
    margin: 0;
    line-height: 30px;
  }
  #menu-nav ul li a {
    font-size: 17px;
    display: block;
    padding: 0 10px;
  }
  #menu-nav ul li a:hover {
    border-bottom: solid 2px #ff5f00;
  }
  #menu-nav ul li:hover ul.droplist {
    display: block;
  }
  #menu-nav ul.droplist {
    position: absolute;
    width: 115px;
    display: none;
    z-index: 100;
    margin: 0;
    background-color: #676767;
  }
  #menu-nav ul.droplist li {
    text-align: center;
    float: none;
    font-family: sans-serif;
  }
  #menu-nav ul.droplist li a {
    color: #fff;
  }
  #menu-nav ul.droplist li a:hover {
    background-color: #ff5f00;
  }
  /*-------------
main
-------------*/
  .main {
    width: 1000px;
    margin: 0 auto 70px auto;
  }
  .topbox1.clearfix {
    width: 100%;
    margin: 0;
  }
  .topbox1.clearfix ul {
    width: 100%;
    overflow: hidden;
    margin: 40px 0 0 0;
  }
  .topbox1.clearfix ul li {
    float: left;
    width: 480px;
    height: 300px;
    background-color: #f8f8f8;
    text-align: center;
    box-shadow: 0px 6px 13px 0 rgba(0, 0, 0, 0.2);
    margin: 0 0 20px 0;
  }
  .topbox1.clearfix ul li:nth-child(1) {
    margin: 0 25px 20px 10px;
  }
  .topbox1.clearfix ul li p {
    font-family: 'Noto Serif JP', serif;
    font-size: 35px;
    line-height: 50px;
  }
  img.topbox1_icon {
    margin: 40px 0 0 0;
  }
  .topbox1.clearfix ul li a {
    display: block;
    margin: 5px 0 0 0;
  }
  .topbox1.clearfix ul li a:hover {
    opacity: 0.8;
  }
  .topbox2.clearfix {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .topbox2.clearfix h2 {
    font-family: 'Noto Serif JP', serif;
    font-size: 35px;
    line-height: 35px;
    text-align: center;
    font-weight: 500;
  }
  .topbox2.clearfix h2 span {
    font-size: 12px;
    display: block;
    font-family: auto;
  }
  .newsbox {
    width: 420px;
    height: 115px;
    margin: 0 auto 0 auto;
    overflow-y: scroll;
    background-color: #f6f6f6;
  }
  ul.newslist {
    margin: 10px;
    width: 95%;
    font-size: 13px;
  }
  ul.newslist li {
    border-bottom: solid 1px #d8d8d8;
    line-height: 20px;
    padding: 7px 0 2px 0;
  }
  /*ul.newslist li br {
    display: none;
  }*/
  span.date {
    display: inline-block;
    width: 90px;
  }
  span.news {
    display: inline-block;
    padding: 0 0 0 0;
    width: 100%;
  }
  .pagetop {
    display: none;
    position: fixed;
    bottom: 224px;
    right: 25px;
    z-index: 200;
  }
  /*-------------
footer
-------------*/
  #footer {
    clear: both;
    overflow: hidden;
    width: 100%;
    background-color: #fff;
    border-top: solid 1px #dcdcdc;
  }
  footer .ft_middle {
    width: 100%;
    text-align: center;
    margin: 20px 0 15px 0;
  }
  p.footerlogo {
    font-size: 14px;
    line-height: 45px;
  }
  p.footertext1 {
    font-size: 13px;
    line-height: 13px;
    margin: -8px 0 0 0;
  }
  p.footertext2 {
    font-size: 18px;
    margin: 0 0 0 0;
  }
  .ft_bottom {
    line-height: 35px;
    height: 35px;
    font-family: 'Noto Serif JP', serif;
    font-size: 12px;
    text-align: center;
    background-color: #6d6d6d;
    color: #fff;
  }
}
/* 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;
  }
  #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: #ff5f00;
    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: #000a29;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Noto Serif JP', serif;
  }
  h1.logo span {
    display: block;
    float: right;
    margin: 14px 0 0 0;
  }
  #top-head .logo img {
    width: 80px;
  }
  #global-nav {
    position: absolute;
    top: -505px;
    background: #eee;
    color: #3f3a39;
    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;
  }
  #top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #3f3a39;
    padding: 11px 0;
  }
  #top-head #global-nav ul li a span {
    font-size: 14px;
    font-weight: 600;
  }
  #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;
  }
  .topmain {
    width: 100%;
    background-color: #f1f0f0;
    padding: 0 0 10px 0;
  }
  .topmain img {
    position: relative;
  }
  .topmain ul {
    width: 95%;
    margin: -35px auto 0 auto;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
  }
  .topmain ul li:nth-child(1) {
    width: 90%;
    position: absolute;
    top: 20%;
    left: 20%;
    font-size: 28px;
  }
  .topmain ul li:nth-child(2) {
    font-size: 12px;
    line-height: 20px;
    margin: 10px 0 0 0;
  }
  /*-------------
main
-------------*/
  .main {
    width: 100%;
    margin: 55px auto 70px auto;
  }
  .topbox1.clearfix {
    width: 100%;
    margin: 0 auto;
  }
  .topbox1.clearfix ul {
    width: 95%;
    overflow: hidden;
    margin: 30px auto 0 auto;
  }
  .topbox1.clearfix ul li {
    float: none;
    width: 90%;
    max-width: 480px;
    max-height: 300px;
    background-color: #f8f8f8;
    text-align: center;
    box-shadow: 0px 6px 13px 0 rgba(0, 0, 0, 0.2);
    margin: 0 auto 20px auto;
  }
  .topbox1.clearfix ul li p {
    font-family: 'Noto Serif JP', serif;
    font-size: 35px;
    line-height: 50px;
  }
  img.topbox1_icon {
    margin: 20px 0 0 0;
    width: 80px;
  }
  .topbox1.clearfix ul li a {
    display: block;
    width: 210px;
    margin: 5px auto 15px auto;
  }
  .topbox2.clearfix {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .topbox2.clearfix h2 {
    font-family: 'Noto Serif JP', serif;
    font-size: 35px;
    line-height: 35px;
    text-align: center;
    font-weight: 500;
  }
  .topbox2.clearfix h2 span {
    font-size: 12px;
    display: block;
    font-family: auto;
  }
  .newsbox {
    max-width: 420px;
    width: 90%;
    height: 130px;
    margin: 0 auto 0 auto;
    overflow-y: scroll;
    background-color: #f6f6f6;
  }
  ul.newslist {
    margin: 10px;
    width: 95%;
    font-size: 13px;
  }
  ul.newslist li {
    border-bottom: solid 1px #d8d8d8;
    line-height: 20px;
    padding: 7px 0 2px 0;
  }
  ul.newslist img {
    margin: 0 0 -2px 0;
    width: 35px;
  }
  span.date {
    display: inline-block;
    width: 90px;
  }
  span.news {
    display: inline-block;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    width: 100%;
  }
  /*-------------
footer
-------------*/
  #footer {
    clear: both;
    overflow: hidden;
    width: 100%;
    background-color: #fff;
    border-top: solid 1px #dcdcdc;
  }
  footer .ft_middle {
    width: 95%;
    text-align: center;
    margin: 20px auto 15px auto;
  }
  p.footerlogo {
    font-size: 14px;
    line-height: 25px;
  }
  p.footerlogo img {
    width: 120px;
  }
  p.footertext1 {
    font-size: 13px;
    line-height: 13px;
    margin: 10px 0 10px 0;
  }
  p.footertext2 {
    font-size: 18px;
    margin: 0 0 0 0;
  }
  p.footertext2 a {
    font-size: 18px;
    text-decoration: none;
  }
  .ft_bottom {
    line-height: 35px;
    height: 35px;
    font-family: 'Noto Serif JP', serif;
    font-size: 12px;
    text-align: center;
    background-color: #6d6d6d;
    color: #fff;
  }
}
/* 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;
  }
  #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: #ff5f00;
    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: #000a29;
    font-weight: 500;
    font-family: 'Noto Serif JP', serif;
  }
  h1.logo span {
    font-size: 16px;
    display: block;
    float: right;
    margin: 14px 0 0 0;
  }
  #top-head .logo img {
    width: 80px;
  }
  #global-nav {
    position: absolute;
    top: -505px;
    background: #eee;
    color: #3f3a39;
    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;
  }
  #top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #3f3a39;
    padding: 11px 0;
  }
  #top-head #global-nav ul li a span {
    font-size: 14px;
    font-weight: 600;
  }
  #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;
  }
  .topmain {
    width: 100%;
    background-color: #f1f0f0;
    padding: 0 0 10px 0;
  }
  .topmain img {
    position: relative;
  }
  .topmain ul {
    width: 95%;
    margin: -35px auto 0 auto;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
  }
  .topmain ul li:nth-child(1) {
    width: 90%;
    position: absolute;
    top: 120px;
    left: 20%;
    font-size: 18px;
    line-height: 28px;
  }
  .topmain ul li:nth-child(2) {
    font-size: 12px;
    line-height: 20px;
    margin: 10px 0 0 0;
  }
  /*-------------
main
-------------*/
  .main {
    width: 100%;
    margin: 55px auto 70px auto;
  }
  .topbox1.clearfix {
    width: 100%;
    margin: 0;
  }
  .topbox1.clearfix ul {
    width: 95%;
    overflow: hidden;
    margin: 30px auto 0 auto;
  }
  .topbox1.clearfix ul li {
    float: none;
    width: 90%;
    max-width: 480px;
    max-height: 300px;
    background-color: #f8f8f8;
    text-align: center;
    box-shadow: 0px 6px 13px 0 rgba(0, 0, 0, 0.2);
    margin: 0 auto 5% auto;
  }
  .topbox1.clearfix ul li p {
    font-family: 'Noto Serif JP', serif;
    font-size: 35px;
    line-height: 50px;
  }
  img.topbox1_icon {
    margin: 20px 0 0 0;
    width: 80px;
  }
  .topbox1.clearfix ul li a {
    display: block;
    width: 210px;
    margin: 5px auto 15px auto;
  }
  .topbox2.clearfix {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .topbox2.clearfix h2 {
    font-family: 'Noto Serif JP', serif;
    font-size: 35px;
    line-height: 35px;
    text-align: center;
    font-weight: 500;
  }
  .topbox2.clearfix h2 span {
    font-size: 12px;
    display: block;
    font-family: auto;
  }
  .newsbox {
    max-width: 420px;
    width: 90%;
    height: 130px;
    margin: 0 auto 0 auto;
    overflow-y: scroll;
    background-color: #f6f6f6;
  }
  ul.newslist {
    margin: 10px;
    width: 95%;
    font-size: 13px;
  }
  ul.newslist li {
    border-bottom: solid 1px #d8d8d8;
    line-height: 20px;
    padding: 7px 0 2px 0;
  }
  ul.newslist img {
    margin: 0 0 -2px 0;
    width: 35px;
  }
  span.date {
    display: inline-block;
    width: 90px;
  }
  span.news {
    display: inline-block;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    width: 100%;
  }
  span.news a {
    text-decoration: underline;
  }
  /*-------------
footer
-------------*/
  #footer {
    clear: both;
    overflow: hidden;
    width: 100%;
    background-color: #fff;
    border-top: solid 1px #dcdcdc;
  }
  footer .ft_middle {
    width: 95%;
    text-align: center;
    margin: 20px auto 15px auto;
  }
  p.footerlogo {
    font-size: 14px;
    line-height: 25px;
  }
  p.footerlogo img {
    width: 300px;
  }
  p.footertext1 {
    font-size: 13px;
    line-height: 13px;
    margin: 10px 0 10px 0;
  }
  p.footertext2 {
    font-size: 18px;
    margin: 0 0 0 0;
  }
  p.footertext2 a {
    font-size: 18px;
    text-decoration: none;
  }
  .ft_bottom {
    line-height: 35px;
    height: 35px;
    font-family: 'Noto Serif JP', serif;
    font-size: 12px;
    text-align: center;
    background-color: #6d6d6d;
    color: #fff;
  }
}