﻿@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: #282828;
    letter-spacing: 0;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
  }
  /*-------------
container
-------------*/
  #container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  #header {
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
  }
  div#menuover {
    background-color: #707070;
    width: 100%;
    height: 80px;
  }
  img#drower {
    float: left;
  }
  .topline {
    overflow: hidden;
  }
  h1.headerlogo.clearfix {
    position: absolute;
    top: 0;
    left: 35%;
  }
  ul.header_left.clearfix {
    float: right;
  }
  ul.header_left.clearfix li {
    float: left;
    border-bottom: solid 1px #707070;
  }
  ul.header_left.clearfix li:nth-child(2) {
    border-left: solid 1px #707070;
  }
  #topmain {
    width: 100%;
    height: 463px;
    margin: 80px 0 0 0;
  }
  #topmain_left.clearfix {
    float: left;
    width: calc(100% - 360px);
    min-width: 823px;
    position: absolute;
    object-fit: cover;
  }
  #topmain_left.clearfix img {
    width: 100%;
    height: 463px;
    object-fit: cover;
  }
  #topmain_right.clearfix {
    float: right;
    width: 360px;
    min-height: 463px;
    position: relative;
  }
  .newsbox {
    width: 100%;
    height: 443px;
    overflow-y: scroll;
    background-color: #e6e6e6;
    padding: 10px 15px;
    margin: 0 auto 0 auto;
  }
  h3.top_banner {
    text-align: center;
    font-size: 15px;
    line-height: 20px;
  }
  h3.top_banner span {
    display: block;
    font-size: 25px;
    line-height: 35px;
  }
  .newsbox ul {
    font-size: 14px;
    width: 90%;
    line-height: 19px;
    margin: 15px auto 0 auto;
  }
  .newsbox ul li {
    margin: 0 0 10px 0;
    padding: 0 0 3px 0;
    border-bottom: dotted 1px #959595;
  }
  .newsbox ul li span {
    display: block;
  }
  .newsbox ul li span img {
    margin: 2px 0 0 5px;
  }
  .blogbox {
    width: 100%;
    height: auto;
    overflow-y: scroll;
    background-color: #d8d8ff;
    padding: 10px 15px;
    margin: 0 auto 0 auto;
  }
  .blogbox p {
    width: 200px;
    margin: 10px auto 24px auto;
  }
  /*-------------
memu
-------------*/
  nav#menu {
    width: 100%;
    background: #2a2a8b;
    z-index: 190;
    overflow: auto;
    box-sizing: border-box;
    position: fixed;
    top: 80px;
  }
  .inner {
    height: auto;
    margin: 0 auto;
    padding: 10px 10px 10px 35px;
  }
  nav#menu .mainNav {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    font-size: 13px;
  }
  nav#menu .mainNav > li {
    display: inline-block;
    padding: 5px 0;
    line-height: 25px;
  }
  nav#menu .mainNav > li:not(:last-child) {
    margin-right: 20px;
    padding-right: 10px;
  }
  nav#menu ul li a {
    color: #fff;
    font-size: 15px;
  }
  nav#menu ul li a:hover {
    opacity: 0.8;
  }
  /*-------------
main
-------------*/
  .main {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .topbox1 {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .topbox1 p {
    font-size: 25px;
    text-align: center;
  }
  .topbox2 {
    width: 100%;
    margin: 0;
    background: #e6e6e6;
  }
  .topbox2_inner {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
  }
  .topbox2 ul {
    width: 100%;
    margin: 0;
  }
  .topbox2 ul li {
    float: left;
    margin: 0;
    color: #fff;
  }
  .topbox2 ul li:nth-child(1) {
    background: url(../images/top/list1_back2.png) no-repeat;
    background-size: contain;
    width: 396px;
    height: 276px;
    margin: 0 0 0 5px;
  }
  .topbox2 ul li:nth-child(2) {
    background: url(../images/top/list2_back2.png) no-repeat;
    background-size: contain;
    width: 396px;
    height: 276px;
  }
  .topbox2 ul li:nth-child(3) {
    background: url(../images/top/list3_back2.png) no-repeat;
    background-size: contain;
    width: 396px;
    height: 276px;
  }
  .topbox2 ul li h4 {
    font-size: 26px;
    text-align: center;
    border-bottom: solid 5px #f3ea2e;
    line-height: 41px;
    letter-spacing: 1px;
    width: 230px;
    margin: 0 auto 15px auto;
    padding: 20px 0 0 0;
  }
  .topbox2 ul li p {
    width: 90%;
    /*height: 125px;*/
    margin: 0 auto;
    font-size: 13px;
    line-height: 25px;
  }
  .topbox2 .p_list {
    height: 125px;
  }
  .topbox2 ul li .p_list p {
    text-indent: -1em;
    padding-left: 1em;
  }
  .topbox2 ul li a {
    color: #fff;
    display: block;
    font-size: 15px;
    width: 140px;
    margin: 10px auto 0 auto;
  }
  .topbox2 ul li a img {
    margin: 5px 13px 0 0;
  }
  .topbox2 ul li a:hover {
    text-decoration: underline;
  }
  .topbox3 {
    width: 100%;
    margin: 0;
    background: #89b1de;
  }
  .topbox3_inner {
    background: url(../images/top/top_back.png) no-repeat;
    background-size: contain;
    width: 1187px;
    height: 336px;
    margin: 0 auto;
    overflow: hidden;
  }
  .topbox3 ul {
    width: 670px;
    margin: 65px auto 0 auto;
    padding: 30px 0 30px 0;
    background-color: rgba(255, 255, 255, .8);
  }
  .topbox3 ul li a {
    display: block;
    font-size: 15px;
    width: 140px;
    margin: 10px auto 0 auto;
  }
  .topbox3 ul li a img {
    margin: 5px 13px 0 0;
  }
  .topbox3 ul li a:hover {
    text-decoration: underline;
  }
  .topbox4 {
    width: 100%;
    margin: 0;
    background: linear-gradient(90deg, #2a2a8b 0%, #2a2a8b 30%, #f3ea2e 30%, #f3ea2e 100%);
  }
  .topbox4_inner {
    width: 1187px;
    margin: 0 auto;
    overflow: hidden;
  }
  .topbox4_left {
    background: url(../images/top/movie_back.png) no-repeat;
    background-size: contain;
    background-color: #2a2a8b;
    width: 360px;
    height: 153px;
    color: #fff;
    float: left;
    padding: 15px 0;
  }
  .topbox4_left ul li a {
    color: #fff;
    display: block;
    font-size: 15px;
    width: 140px;
    margin: 10px auto 0 auto;
  }
  .topbox4_left ul li a img {
    margin: 5px 13px 0 0;
  }
  .topbox4_left ul li a:hover {
    text-decoration: underline;
  }
  .topbox4_right {
    background-color: #f3ea2e;
    float: right;
    width: 827px;
  }
  .topbox4_right ul {
    width: 90%;
    margin: 30px auto 0 auto;
  }
  .topbox4_right ul li {
    float: left;
    margin: 0 15px 0 0;
  }
  .topbox4_right ul li a:hover {
    opacity: 0.8;
  }
  .topbox5 {
    width: 100%;
    margin: 0;
    background: #89b1de;
  }
  .topbox5_inner {
    background: url(../images/top/top_back2.png) no-repeat;
    background-size: contain;
    width: 1187px;
    height: 336px;
    margin: 0 auto;
    overflow: hidden;
  }
  .topbox5 ul {
    width: 670px;
    margin: 65px auto 0 auto;
    padding: 30px 0 30px 0;
    background-color: rgba(255, 255, 255, .8);
  }
  .topbox5 ul li a {
    display: block;
    font-size: 15px;
    width: 140px;
    margin: 10px auto 0 auto;
  }
  .topbox5 ul li a img {
    margin: 5px 13px 0 0;
  }
  .topbox5 ul li a:hover {
    text-decoration: underline;
  }
  .pagetop {
    display: none;
    position: fixed;
    bottom: 169px;
    right: 25px;
    z-index: 200;
  }
  /*-------------
footer
-------------*/
  #footer {
    clear: both;
    margin: 0 auto;
    width: 100%;
    background-color: #efefef;
  }
  .ft_middle {
    width: 1187px;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0 10px 0;
  }
  .contact_box {
    margin: 5px 0 0 0;
    padding: 0 0 30px 0;
    float: left;
    width: 350px;
    clear: both;
    border-right: solid 1px #bfbfbf;
  }
  p.footerlogo.clearfix {
    width: 197px;
    margin: 0 0 0 0;
  }
  p.footertext1 {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    margin: 20px 0 0 0;
  }
  p.footertext2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 25px;
    margin: 5px 0 0 0;
    letter-spacing: -1px;
    font-family: system-ui;
  }
  .contact_box2 {
    float: left;
    margin: 10px 0 0 20px;
    width: 540px;
  }
  .contact_box2.clearfix p {
    font-size: 15px;
    font-weight: 600;
  }
  ul.contact_box2list {
    width: 100%;
    overflow: hidden;
  }
  ul.contact_box2list li {
    line-height: 20px;
    float: left;
    width: 150px;
  }
  ul.contact_box2list li:nth-child(1), ul.contact_box2list li:nth-child(5), ul.contact_box2list li:nth-child(9), ul.contact_box2list li:nth-child(13), ul.contact_box2list li:nth-child(17) {
    width: 95px;
  }
  ul.contact_box2list li:nth-child(4), ul.contact_box2list li:nth-child(8), ul.contact_box2list li:nth-child(12), ul.contact_box2list li:nth-child(16) {
    width: 100px;
    margin: 0 0 0 10px;
  }
  ul.contact_box2list li:nth-child(18) {
    width: 150px;
  }
  ul.contact_box2list li a:hover {
    text-decoration: underline;
  }
  .ft_bottom {
    float: right;
  }
  .ft_bottom ul {
    width: 100%;
    margin: 20px 0 45px 0;
  }
  .ft_bottom ul li {
    float: left;
    margin: 0 5px 0 0;
  }
  .ft_bottom p {
    font-size: 11px;
  }
}
/* 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: #282828;
  }
  a {
    color: #282828;
  }
  ul, ol {
    list-style: none;
  }
  /*-------------
container
-------------*/
  #container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  #header {
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
  }
  div#menuover {
    background-color: #707070;
    width: 100%;
    height: 60px;
  }
  img#drower {
    float: left;
    width: 60px;
  }
  .topline {
    overflow: hidden;
  }
  h1.headerlogo.clearfix {
    position: absolute;
    top: 6px;
    left: 30%;
  }
  h1.headerlogo.clearfix img {
    width: 160px;
  }
  ul.header_left.clearfix {
    float: right;
  }
  ul.header_left.clearfix li {
    float: left;
    border-bottom: solid 1px #707070;
  }
  ul.header_left.clearfix li:nth-child(2) {
    border-left: solid 1px #707070;
  }
  #topmain {
    width: 100%;
    height: auto;
    margin: 60px 0 0 0;
  }
  #topmain_left.clearfix {
    width: 100%;
  }
  #topmain_left.clearfix img {
    max-width: 1000px;
  }
  #topmain_right.clearfix {
    width: 100%;
    margin: -5px 0 0 0;
  }
  .newsbox {
    width: 100%;
    height: 250px;
    overflow-y: scroll;
    background-color: #e6e6e6;
    padding: 10px 15px;
    margin: 0 auto 0 auto;
  }
  h3.top_banner {
    text-align: center;
    font-size: 15px;
    line-height: 20px;
  }
  h3.top_banner span {
    display: block;
    font-size: 25px;
    line-height: 35px;
  }
  .newsbox ul {
    font-size: 14px;
    width: 90%;
    line-height: 19px;
    margin: 15px auto 0 auto;
  }
  .newsbox ul li {
    margin: 0 0 10px 0;
    padding: 0 0 3px 0;
    border-bottom: dotted 1px #959595;
  }
  .newsbox ul li span {
    display: block;
  }
  .newsbox ul li span img {
    margin: 2px 0 0 5px;
  }
  .blogbox {
    width: 100%;
    height: auto;
    overflow-y: scroll;
    background-color: #d8d8ff;
    padding: 10px 15px;
    margin: 0 auto 0 auto;
  }
  .blogbox p {
    width: 200px;
    margin: 10px auto 24px auto;
  }
  /*-------------
memu
-------------*/
  nav#menu {
    width: 100%;
    height: auto;
    padding: 10px;
    background: #2a2a8b;
    z-index: 190;
    overflow: auto;
    box-sizing: border-box;
    top: 54px;
    position: fixed;
  }
  .inner {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 10px;
  }
  nav#menu .mainNav {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    padding-bottom: 30px;
    font-size: 12px;
  }
  nav#menu .mainNav > li {
    border-right: solid 1px #707070;
  }
  nav#menu .mainNav > li:nth-child(odd) {
    width: 35vw;
    margin-right: 4.688vw;
  }
  nav#menu .mainNav > li:nth-child(even) {
    width: 35vw;
  }
  nav#menu .mainNav > li:not(:last-child) {
    padding-bottom: 4.25vw;
    border-right: solid 1px #707070;
  }
  nav#menu ul li a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
  }
  nav#menu ul li a:hover {
    text-decoration: underline;
  }
  ul.mainNav2 {
    overflow: hidden;
    margin: 15px 0 0 0;
    width: 75%;
  }
  ul.mainNav2 li {
    margin: 0 0 5px 0;
  }
  /*-------------
main
-------------*/
  .main {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .topbox1 {
    width: 90%;
    margin: 0 auto 10px auto;
  }
  .topbox1 p {
    font-size: 16px;
    text-align: center;
  }
  .topbox2 {
    width: 100%;
    margin: 0;
    background: #e6e6e6;
  }
  .topbox2_inner {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .topbox2 ul {
    width: 100%;
    margin: 0;
  }
  .topbox2 ul li {
    float: none;
    margin: 0;
    color: #fff;
  }
  .topbox2 ul li:nth-child(1) {
    background: url(../images/top/list1_back2.png) repeat;
    background-size: contain;
    max-width: 396px;
    height: auto;
    margin: 0 auto;
    padding: 0 0 20px 0;
  }
  .topbox2 ul li:nth-child(2) {
    background: url(../images/top/list2_back2.png) repeat;
    background-size: contain;
    max-width: 396px;
    height: auto;
    margin: 0 auto;
    padding: 0 0 20px 0;
  }
  .topbox2 ul li:nth-child(3) {
    background: url(../images/top/list3_back2.png) repeat;
    background-size: contain;
    max-width: 396px;
    height: auto;
    margin: 0 auto;
    padding: 0 0 20px 0;
  }
  .topbox2 ul li h4 {
    font-size: 20px;
    text-align: center;
    border-bottom: solid 4px #f3ea2e;
    line-height: 30px;
    letter-spacing: 1px;
    width: 230px;
    margin: 0 auto;
    padding: 20px 0 0 0;
  }
  .topbox2 ul li p {
    width: 90%;
    margin: 15px auto 0 auto;
    font-size: 12px;
    line-height: 22px;
  }
  .topbox2 ul li a {
    color: #fff;
    display: block;
    font-size: 15px;
    width: 140px;
    margin: 10px auto 0 auto;
  }
  .topbox2 ul li a img {
    margin: 0 10px -3px 0;
    width: 20px;
  }
  .topbox2 ul li a:hover {
    text-decoration: underline;
  }
  .topbox3 {
    width: 100%;
    margin: 0;
    background: #89b1de;
  }
  .topbox3_inner {
    background: url(../images/top/top_back.png) no-repeat;
    background-size: cover;
    max-width: 1187px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0 20px 0;
    overflow: hidden;
  }
  .topbox3 ul {
    max-width: 670px;
    width: 80%;
    margin: 20px auto 0 auto;
    padding: 15px 0 15px 0;
    background-color: rgba(255, 255, 255, .8);
  }
  .topbox3 ul li a {
    display: block;
    font-size: 15px;
    width: 140px;
    margin: 10px auto 0 auto;
  }
  .topbox3 ul li a img {
    margin: 0 1px -5px 0;
    width: 20px;
  }
  .topbox3 ul li a:hover {
    text-decoration: underline;
  }
  .topbox4 {
    width: 100%;
    margin: 0;
  }
  .topbox4_inner {
    max-width: 1187px;
    margin: 0 auto;
    overflow: hidden;
  }
  .topbox4_left_over {
    width: 100%;
    background-color: #2a2a8b;
  }
  .topbox4_left {
    background: url(../images/top/movie_back.png) no-repeat;
    background-size: contain;
    background-color: #2a2a8b;
    max-width: 360px;
    height: auto;
    color: #fff;
    float: none;
    padding: 15px 0;
    margin: 0 auto;
  }
  .topbox4_left ul li a {
    color: #fff;
    display: block;
    font-size: 15px;
    width: 140px;
    margin: 10px auto 0 auto;
  }
  .topbox4_left ul li a img {
    margin: 5px 13px 0 0;
  }
  .topbox4_right {
    background-color: #f3ea2e;
    float: none;
    max-width: 827px;
  }
  .topbox4_right ul {
    width: 90%;
    margin: 0 auto;
    padding: 25px 0;
    overflow: hidden;
  }
  .topbox4_right ul li {
    float: left;
    margin: 0 5px 0 5px;
  }
  .topbox5 {
    width: 100%;
    margin: 0;
    background: #89b1de;
  }
  .topbox5_inner {
    background: url(../images/top/top_back2.png) no-repeat;
    background-size: cover;
    max-width: 1187px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0 20px 0;
    overflow: hidden;
  }
  .topbox5 ul {
    max-width: 670px;
    width: 80%;
    margin: 20px auto 0 auto;
    padding: 15px 0 15px 0;
    background-color: rgba(255, 255, 255, .8);
  }
  .topbox5 ul li a {
    display: block;
    font-size: 15px;
    width: 140px;
    margin: 10px auto 0 auto;
  }
  .topbox5 ul li a img {
    margin: 0 1px -5px 0;
    width: 20px;
  }
  .topbox5 ul li a:hover {
    text-decoration: underline;
  }
  /*-------------
footer
-------------*/
  #footer {
    clear: both;
    margin: 0 auto;
    width: 100%;
    background-color: #efefef;
  }
  .ft_middle {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0 10px 0;
  }
  .contact_box {
    margin: 5px auto 0 auto;
    float: none;
    text-align: center;
    max-width: 375px;
    clear: both;
  }
  p.footerlogo.clearfix {
    width: 197px;
    margin: 0 auto;
  }
  p.footertext1 {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    margin: 20px 0 0 0;
  }
  p.footertext2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 25px;
    margin: 5px 0 0 0;
    letter-spacing: -1px;
    font-family: system-ui;
  }
  .ft_bottom {
    float: none;
    width: 100%;
  }
  .ft_bottom ul {
    width: 210px;
    margin: 20px auto;
    overflow: hidden;
  }
  .ft_bottom ul li {
    float: left;
    margin: 0 5px 0 0;
    width: 100px;
  }
  .ft_bottom p {
    clear: both;
    font-size: 11px;
    text-align: center;
  }
}
/* 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: #282828;
  }
  a {
    color: #282828;
  }
  ul, ol {
    list-style: none;
  }
  /*-------------
container
-------------*/
  #container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  #header {
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
  }
  div#menuover {
    background-color: #707070;
    width: 100%;
    height: 60px;
  }
  img#drower {
    float: left;
    width: 60px;
  }
  .topline {
    overflow: hidden;
  }
  h1.headerlogo.clearfix {
    position: absolute;
    top: 6px;
    left: 30%;
  }
  h1.headerlogo.clearfix img {
    width: 160px;
  }
  ul.header_left.clearfix {
    float: right;
  }
  ul.header_left.clearfix li {
    float: left;
    border-bottom: solid 1px #707070;
  }
  ul.header_left.clearfix li:nth-child(2) {
    border-left: solid 1px #707070;
  }
  #topmain {
    width: 100%;
    height: auto;
    margin: 60px 0 0 0;
  }
  #topmain_left.clearfix {
    width: 100%;
  }
  #topmain_left.clearfix img {
    max-width: 1000px;
  }
  #topmain_right.clearfix {
    width: 100%;
    margin: -5px 0 0 0;
  }
  .newsbox {
    width: 100%;
    height: 250px;
    overflow-y: scroll;
    background-color: #e6e6e6;
    padding: 10px 15px;
    margin: 0 auto 0 auto;
  }
  h3.top_banner {
    text-align: center;
    font-size: 15px;
    line-height: 20px;
  }
  h3.top_banner span {
    display: block;
    font-size: 25px;
    line-height: 35px;
  }
  .newsbox ul {
    font-size: 14px;
    width: 90%;
    line-height: 19px;
    margin: 15px auto 0 auto;
  }
  .newsbox ul li {
    margin: 0 0 10px 0;
    padding: 0 0 3px 0;
    border-bottom: dotted 1px #959595;
  }
  .newsbox ul li span {
    display: block;
  }
  .newsbox ul li span img {
    margin: 2px 0 0 5px;
  }
  .blogbox {
    width: 100%;
    height: auto;
    overflow-y: scroll;
    background-color: #d8d8ff;
    padding: 10px 15px;
    margin: 0 auto 0 auto;
  }
  .blogbox p {
    width: 200px;
    margin: 10px auto 24px auto;
  }
  /*-------------
memu
-------------*/
  nav#menu {
    width: 100%;
    height: auto;
    padding: 10px;
    background: #2a2a8b;
    z-index: 190;
    overflow: auto;
    box-sizing: border-box;
    top: 54px;
    position: fixed;
  }
  .inner {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 10px;
  }
  nav#menu .mainNav {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    padding-bottom: 30px;
    font-size: 12px;
  }
  nav#menu .mainNav > li {}
  nav#menu .mainNav > li:nth-child(odd) {
    width: 42vw;
    margin-right: 4.688vw;
    border-right: solid 1px #707070;
  }
  nav#menu .mainNav > li:nth-child(even) {
    width: 40vw;
  }
  nav#menu .mainNav > li:not(:last-child) {
    padding-bottom: 4.25vw;
  }
  nav#menu ul li a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
  }
  nav#menu ul li a:hover {
    text-decoration: underline;
  }
  ul.mainNav2 {
    overflow: hidden;
    margin: 15px 0 0 0;
    width: 75%;
  }
  ul.mainNav2 li {
    margin: 0 0 5px 0;
  }
  /*-------------
main
-------------*/
  .main {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .topbox1 {
    width: 90%;
    margin: 0 auto 10px auto;
  }
  .topbox1 p {
    font-size: 16px;
    text-align: center;
  }
  .topbox2 {
    width: 100%;
    margin: 0;
    background: #e6e6e6;
  }
  .topbox2_inner {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .topbox2 ul {
    width: 100%;
    margin: 0;
  }
  .topbox2 ul li {
    float: none;
    margin: 0;
    color: #fff;
  }
  .topbox2 ul li:nth-child(1) {
    background: url(../images/top/list1_back2.png) repeat;
    background-size: contain;
    max-width: 396px;
    height: auto;
    margin: 0 auto;
    padding: 0 0 20px 0;
  }
  .topbox2 ul li:nth-child(2) {
    background: url(../images/top/list2_back2.png) repeat;
    background-size: contain;
    max-width: 396px;
    height: auto;
    margin: 0 auto;
    padding: 0 0 20px 0;
  }
  .topbox2 ul li:nth-child(3) {
    background: url(../images/top/list3_back2.png) repeat;
    background-size: contain;
    max-width: 396px;
    height: auto;
    margin: 0 auto;
    padding: 0 0 20px 0;
  }
  .topbox2 ul li h4 {
    font-size: 20px;
    text-align: center;
    border-bottom: solid 4px #f3ea2e;
    line-height: 30px;
    letter-spacing: 1px;
    width: 230px;
    margin: 0 auto;
    padding: 20px 0 0 0;
  }
  .topbox2 ul li p {
    width: 85%;
    margin: 15px auto 0 auto;
    font-size: 12px;
    line-height: 22px;
  }
  .topbox2 ul li a {
    color: #fff;
    display: block;
    font-size: 15px;
    width: 140px;
    margin: 10px auto 0 auto;
  }
  .topbox2 ul li a img {
    margin: 0 10px -3px 0;
    width: 20px;
  }
  .topbox2 ul li a:hover {
    text-decoration: underline;
  }
  .topbox3 {
    width: 100%;
    margin: 0;
    background: #89b1de;
  }
  .topbox3_inner {
    background: url(../images/top/top_back.png) no-repeat;
    background-size: cover;
    max-width: 1187px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0 20px 0;
    overflow: hidden;
  }
  .topbox3 ul {
    max-width: 670px;
    width: 80%;
    margin: 20px auto 0 auto;
    padding: 15px 0 15px 0;
    background-color: rgba(255, 255, 255, .8);
  }
  .topbox3 ul li a {
    display: block;
    font-size: 15px;
    width: 140px;
    margin: 10px auto 0 auto;
  }
  .topbox3 ul li a img {
    margin: 0 1px -5px 0;
    width: 20px;
  }
  .topbox3 ul li a:hover {
    text-decoration: underline;
  }
  .topbox4 {
    width: 100%;
    margin: 0;
  }
  .topbox4_inner {
    max-width: 1187px;
    margin: 0 auto;
    overflow: hidden;
  }
  .topbox4_left_over {
    width: 100%;
    background-color: #2a2a8b;
  }
  .topbox4_left {
    background: url(../images/top/movie_back.png) no-repeat;
    background-size: contain;
    background-color: #2a2a8b;
    max-width: 360px;
    height: auto;
    color: #fff;
    float: none;
    padding: 15px 0;
    margin: 0 auto;
  }
  .topbox4_left ul li a {
    color: #fff;
    display: block;
    font-size: 15px;
    width: 140px;
    margin: 10px auto 0 auto;
  }
  .topbox4_left ul li a img {
    margin: 5px 13px 0 0;
  }
  .topbox4_right {
    background-color: #f3ea2e;
    float: none;
    max-width: 827px;
  }
  .topbox4_right ul {
    width: 170px;
    margin: 0 auto;
    padding: 25px 0;
    overflow: hidden;
  }
  .topbox4_right ul li {
    float: left;
    margin: 0 5px 0 5px;
  }
  .topbox5 {
    width: 100%;
    margin: 0;
    background: #89b1de;
  }
  .topbox5_inner {
    background: url(../images/top/top_back2.png) no-repeat;
    background-size: cover;
    max-width: 1187px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0 20px 0;
    overflow: hidden;
  }
  .topbox5 ul {
    max-width: 670px;
    width: 80%;
    margin: 20px auto 0 auto;
    padding: 15px 0 15px 0;
    background-color: rgba(255, 255, 255, .8);
  }
  .topbox5 ul li a {
    display: block;
    font-size: 15px;
    width: 140px;
    margin: 10px auto 0 auto;
  }
  .topbox5 ul li a img {
    margin: 0 1px -5px 0;
    width: 20px;
  }
  .topbox5 ul li a:hover {
    text-decoration: underline;
  }
  /*-------------
footer
-------------*/
  #footer {
    clear: both;
    margin: 0 auto;
    width: 100%;
    background-color: #efefef;
  }
  .ft_middle {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0 10px 0;
  }
  .contact_box {
    margin: 5px auto 0 auto;
    float: none;
    text-align: center;
    max-width: 375px;
    clear: both;
  }
  p.footerlogo.clearfix {
    width: 197px;
    margin: 0 auto;
  }
  p.footertext1 {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    margin: 20px 0 0 0;
  }
  p.footertext2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 25px;
    margin: 5px 0 0 0;
    letter-spacing: -1px;
    font-family: system-ui;
  }
  .ft_bottom {
    float: none;
    width: 100%;
  }
  .ft_bottom ul {
    width: 210px;
    margin: 20px auto;
    overflow: hidden;
  }
  .ft_bottom ul li {
    float: left;
    margin: 0 5px 0 0;
    width: 100px;
  }
  .ft_bottom p {
    clear: both;
    font-size: 11px;
    text-align: center;
  }
}