@charset "utf-8";
/**************************************************/
/********** Responsive Base Font Setting **********/
/**************************************************/
@media print, screen and (min-width: 769px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 12px;
  }
}
/*全体の設定
---------------------------------------------------------------------------*/
* {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
*, *:before, *:after {
  box-sizing: border-box;
}
*:focus {
  outline: 0;
}
::-moz-selection {
  background: #CCCCCC;
  color: #FFFFFF;
  text-shadow: none;
}
::selection {
  background: #CCCCCC;
  color: #FFFFFF;
  text-shadow: none;
}
body {
  padding: 0px;
  color: #444;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 180%;
  background: #efefef;
  -webkit-text-size-adjust: none;
  margin: 0 auto;
}
h1, h2, h3, h4, h5, {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  font-weight: normal;
}
ul {
  margin: 0;
}
ol, ul {
  padding-left: 40px;
  padding-bottom: 15px;
}
img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
iframe {
  width: 100%;
}
/*大きい画面の時
---------------------------------------------------------------------------*/
.sh {
  display: none;
}
.pc {
  display: block;
}
/*コンテンツ全体
---------------------------------------------------------------------------*/
#main {
  clear: both;
  overflow: hidden;
  padding: 0 2%;
  margin: 0;
}
#container {
  background: #fff;
  margin: auto;
  max-width: 1200px;
  width: 100%;
  position: relative;
  box-shadow: 0 4px 8px 0 #aaa;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
  color: #001888;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  color: #B40003;
  text-decoration: none;
}
/*inner共通
---------------------------------------------------------------------------*/
.inner {
  margin: 0 auto;
  background: #fff;
}
/*ヘッダー（タイトルが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header .inner {
  /*height: 100px;*/ /*高さ*/
}
header p {
  float: left;
  display: block;
}
.htitle {
  float: left;
  margin-left: 15px;
}
.tools {
  float: right;
  margin: 0;
  padding: 0;
}
.tools ul {
  margin: 0 !important;
}
.tools ul li {
  float: left;
  list-style: none;
  display: block;
  background: #555;
  color: #fff;
  font-size: 11px;
  margin-left: 4px;
}
.tools ul li a {
  padding: 3px 10px;
  font-family: Arial, Helvetica, "sans-serif" !important;
}
.tools ul li a:hover {
  color: #fff;
  text-shadow: 2px 2px 4px #aaa, -2px 2px 4px #aaa, 2px -2px 4px #aaa, -2px -2px 3px #aaa;
}
p.subtitle { /* サブタイトル　*/
  display: block;
  color: #00357E;
  margin: 12px 0 0 0;
  font-size: 12px;
  line-height: 12px;
}
p.maintitle { /* メインタイトル　*/
  color: #007abf;
  padding: 0;
  margin: 9px 0 0 0;
  clear: both;
  float: left;
  font-size: 28px;
  font-weight: bold;
  display: block;
  padding-right: 15px;
  border-right: 1px solid #999;
}
p.datetitle {
  color: #555;
  font-size: 11px;
  margin: 9px 0 0 0;
  line-height: 11px;
}
p.datevenue {
  color: #555;
  font-size: 11px;
  line-height: 11px;
  margin: 2px 0 0 0;
  padding: 0;
  clear: both;
}
header img {
  float: left;
}
header a {
  color: #fff;
  text-decoration: none;
}
#search.pc {
  float: left;
  margin-top: 40px;
  margin-left: 10px;
}
#search.sh {
  margin-top: 0;
  clear: both;
  width: 100%;
  height: 30px;
  background: #424242;
}
.sh .sbutton, .sh .input_search {
  height: 21px;
  float: right;
  margin-right: 10px;
  margin-top: 4px;
}
.input_search {
  height: 22px;
  font-size: 12px;
  border: 1px solid #999;
}
.sbutton {
  margin-top: 1px;
  height: 22px;
  font-size: 11px;
  border: 1px solid #999;
  color: #333;
}
p.hlang {
  float: right;
  margin-top: 15px;
}
.hlang a {
  display: block;
  background: #d33700;
  padding: 3px 15px;
  border-radius: 30px;
  color: #fff;
  font-size: 12px;
}
.hlang a:hover {
  background: #e4663a;
}
/*top topics
---------------------------------------------------------------------------*/
#topicslist {
  margin: 2em 0 0 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: center;
}
.topics {
  padding-top: 1em;
  padding-bottom: 1em;
  width: 19%;
  /* background: #4c9cc9;
   background: #3c9bd1;
*/
  background: linear-gradient(#91d6fd, #46b1ed);
  align-items: stretch;
  text-align: center;
  -webkit-box-shadow: 0 0 5px #555 inset;
  margin-right: 1%;
}
.topics p {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1rem;
  margin: 5px;
  padding: 0 !important;
}
.topics p span {
  font-size: 14px;
  font-weight: bold;
  color: #ff0;
}
.topics a {
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 2px #000;
}
.topics a:hover img {
  opacity: 0.7;
}
.topics a:hover {
  background: #567caf !important;
}
.topics img {
  width: 90%;
  border: 1px solid #fff;
}
/*news*/
.whatsnewCon{
    height: 330px;
    overflow-y:auto;
}
.whatsnewCon table td {
    border-bottom: 1px dotted #ddd;
    padding: 5px 0!important;
}
/*awards
---------------------------------------------------------------------------*/
.awardList {
  margin: 2em 0 0 1em;
  display: flex;
  flex-flow: row wrap;
  /*justify-content:  space-between;*/
  justify-content: space-between;
  align-content: flex-start;
}
.awardList article {
  padding: 1em 1em 1em 1em;
  background: #fff;
  text-align: left;
  border: 1px solid #aaa;
  margin-bottom: 1em;
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 5px 0 #ccc;
}
.awardList::after {
  content: " ";
  display: block;
}
@media screen and (min-width: 1150px) {
  .awardList article {
    width: 32.5%;
  }
  .awardList::after {
    width: 32.5%;
  }
}
@media screen and (min-width: 800px)and (max-width: 1149px) {
  .awardList article {
    width: 49.5%;
  }
}
@media print, screen and (max-width: 799px) {
  .awardList article {
    width: 100%;
  }
  .awardList::after {
    width: 100%;
  }
}
.awardList h2 {
  text-align: center;
  padding: 0 !important;
  letter-spacing: 0 !important;
  width: 100%;
  margin-top: 0 !important;
  color: #0054AC !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
}
.awardList article table {
  margin-top: 1em;
}
.awardList article p {
  font-size: 12px;
  line-height: 18px;
  margin: 5px;
  padding: 0 !important;
  margin-top: auto;
  text-align: center;
}
.awardList p span {
  font-size: 14px;
  font-weight: bold;
  color: #ff0;
}
.awardList a {
  color: #fff;
  text-decoration: none;
}
.awardList a:hover img {
  opacity: 0.7;
}
/*
.awardList a:hover {
  background: #567caf !important;
}
*/
.awardList article img {
  object-fit: cover;
  max-height: 190px;
  border: 1px solid #fff;
  margin: auto;
}
/*photos
---------------------------------------------------------------------------*/
.photoList {
  margin: 2em 0 0 1em;
  display: flex;
  flex-flow: row wrap;
  /*justify-content:  space-between;*/
  justify-content: space-between;
  align-content: flex-start;
}
.photoList article {
  padding: 1em;
  background: #fff;
  text-align: left;
  border: 1px solid #aaa;
  margin-bottom: 1em;
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 5px 0 #ccc;
}
.photoList::after {
  content: " ";
  display: block;
}
@media screen and (min-width: 1150px) {
  .photoList article {
    width: 24.5%;
  }
  .photoList::after {
    width: 24.5%;
  }
}
@media screen and (min-width: 800px) and (max-width: 1149px) {
  .photoList article {
    width: 32.6%;
  }
  .photoList::after {
    width: 32.6%;
  }
}
@media print, screen and (max-width: 799px) {
  .photoList article {
    width: 100%;
  }
}
.photoList h2 {
  text-align: center;
  padding: 0 !important;
  letter-spacing: 0 !important;
  width: 100%;
  margin-top: 0 !important;
  color: #0054AC !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
}
.photoList article table {
  margin-top: 1em;
}
.photoList article p {
  font-size: 12px;
  line-height: 18px;
  margin: 5px;
  padding: 0 !important;
  margin-top: auto;
  text-align: center;
}
.photoList p span {
  font-size: 14px;
  font-weight: bold;
  color: #ff0;
}
.photoList a {
  color: #fff;
  text-decoration: none;
}
.photoList a:hover img {
  opacity: 0.7;
}
.photoList article img {
  object-fit: cover;
  width: 95%;
/*    max-height: 190px;*/
  border: 1px solid #fff;
  margin: auto;
}
/*members
---------------------------------------------------------------------------*/
.yukitaka {
  margin: 0 !important;
  padding: 0 !important;
}
.yukitaka p {
  padding: 0 !important;
}
@media screen and (min-width: 1150px) {
  .yukitaka {
    display: flex;
    justify-content: space-between;
  }
.yukitaka article {
    width: calc(100% - 220px);"
    }
}
@media screen and (min-width: 800px) and (max-width: 1149px) {
  .yukitaka {
    display: flex;
    justify-content: space-between;
  }
.yukitaka article {
    width: calc(100% - 220px);"
    }
}
@media print, screen and (max-width: 799px) {
  .yukitaka figure {
    width: 100%;
    margin-left: 0 !important;
  }
}
.staff {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
}
.staff article {
  padding: 1em;
  border: 1px solid #aaa;
  box-shadow: 0 1px 5px 0 #ccc;
  width: 100% !important;
  border-radius: 3px;
  margin-bottom: 1em;
}
@media screen and (min-width: 900px) {
  .staff article.member {
    width: 49% !important;
  }
  .staff article.memberE {
    width: 33% !important;
  }
  .staff article.memberE figure {
    margin: 0 auto !important;
  }
}
@media screen and (max-width: 799px) {
  .staff article.member {
    width: 100% !important;
  }
}
.staff p {
  padding: 0 !important;
}
.staff h2 {
  margin-top: 0 !important;
  color: #0054AC !important;
  border-top: 0 !important;
  font-size: 1.4rem !important;
  font-weight: 600 !important;
}
.staffContents figure {
  margin: 0 !important;
}
.staffContents div {
  margin-left: 1em !important;
}
@media screen and (min-width: 1150px) {
  .staffContents {
    display: flex;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 800px) and (max-width: 1149px) {
  .staffContents {
    display: flex;
    justify-content: flex-start;
  }
}
@media print, screen and (max-width: 799px) {
  .staffContents figure {
    width: 100%;
  }
}
.staffContents figure {
  flex-grow: 0;
  min-width: 220px;
}
article.member .staffContents figure {
  flex-grow: 0;
  min-width: 168px !important;
}
.staffContents div {
  flex-grow: 1;
}
/*
*/
/*facilites
---------------------------------------------------------------------------*/
.fpic {
  margin: 2em 0 0 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
}
.fpic article {
  padding-top: 1em;
  padding-bottom: 1em;
  background: #fff;
  align-items: stretch;
  text-align: center;
  border: 1px solid #aaa;
  margin-bottom: 1em;
  box-shadow: 0 1px 5px 0 #ccc;
}
@media screen and (min-width: 1150px) {
  .fpic article {
    width: 32.5%;
  }
  .fpic::after {
    width: 32.5%;
  }
}
@media screen and (min-width: 800px) and (max-width: 1149px) {
  .fpic article {
    width: 49.5%;
  }
}
@media print, screen and (max-width: 799px) {
  .fpic article {
    width: 100%;
  }
}
.fpic p {
  font-size: 12px;
  line-height: 18px;
  margin: 5px;
  padding: 0 !important;
}
.fpic p span {
  font-size: 14px;
  font-weight: bold;
  color: #ff0;
}
.fpic a {
  color: #fff;
  text-decoration: none;
}
.fpic a:hover img {
  opacity: 0.7;
}
.fpic a:hover {
  background: #567caf !important;
}
.fpic img {
  height: 224px;
  width: auto;
  /*  width: 90%;*/
  border: 1px solid #fff;
}
#contents section {
  margin: 3em 0;
}
#contents p {
  padding: 0 1em;
}
#contents ul, #contents ol {
  margin-left: -1em;
}
#contents h2.home {
  padding-left: 3px;
  border-top: none;
}
#contents h2 {
  clear: both;
  font-family: 'Noto Sans JP';
  font-size: 1.6rem;
  line-height: 180%;
  letter-spacing: 0.05rem;
  padding: 1px 10px;
  color: #333;
  margin: 20px auto 10px auto;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
#contents h2 span {
  font-size: 1.4rem;
  font-weight: 600;
  padding-left: 10px;
  border-left: 5px solid #009de4;
}
#contents h3 {
  margin-left: 0.5em;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 6px 0;
  background: url("../images/h3bg.png") no-repeat left bottom;
}
#contents h3 a {
  font-weight: 600;
  text-decoration: none;
}
#contents h4 {
  padding-left: 0.5em;
  font-size: 1.1rem;
  font-weight: 600;
  color: #005AB8;
}
/**************************/
/********** Page **********/
/**************************/
.PageTitle {
  margin: 0 auto;
  padding: 0;
  text-align: left;
  width: 100%;
  height: 166px;
  background: url("../images/PageTitle.jpg") no-repeat bottom center;
  background-size: auto 100%;
  color: #FFFFFF;
  box-shadow: 0 0 8px 0 #aaa;
}
@media print, screen and (max-width: 799px) {
  .PageTitle {
    height: 120px !important;
    background-size: auto 120px !important;
  }
}
.PageTitle .wrapper {
  margin: 0 auto;
  padding: 10px 30px;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
}
.PageTitle h1 {
  margin: 20px 0 5px 0;
  padding: 0;
  font-family: 'Noto Sans JP';
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.2rem;
  color: #FFFFFF;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, .7), 1px 1px 1px rgba(255, 255, 255, .7);
  text-align: left;
}
.aclist ul {
  margin: 0;
  padding: 0 0 0 1em;
}
.aclist ul li {
  list-style: none;
}
.aclist ul li a {
  float: left;
  margin: 0 2em 2em 0;
  display: block;
  padding: 3px 10px;
  background: linear-gradient(#fff, #eee);
  border-radius: 3px;
  border: 1px solid #aaa;
  text-decoration: none;
}
.aclist ul li a:hover {
  background: linear-gradient(#eee, #ccc);
}
/*********************************/
/********** Breadcrumbs **********/
/*********************************/
#breadcrumbs {
  margin: 0 0 auto auto;
  padding: 0;
  text-align: right;
}
#breadcrumbs ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  list-style: none;
}
#breadcrumbs ul li {
  margin: 65px 0 0 0;
  padding: 0;
  font-family: 'Noto Sans JP';
  font-size: 1.0rem;
  font-weight: 400;
}
#breadcrumbs ul li + li:before {
  content: ">";
  margin: 0 12px;
  font-size: 1.0rem;
}
#breadcrumbs ul li a {
  font-family: 'Noto Sans JP';
  font-size: 1.0rem;
  font-weight: 400;
  color: #FFFFFF;
}
.listing {
  clear: both;
  position: relative;
  margin: 20px 0;
  padding: 0;
}
.listing dl {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  display: flex;
}
.listing dl + dl {
  border-top: 1px solid #CCCCCC;
}
.listing dl dt {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 400;
  width: 20%;
}
.listing dl dd {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: left;
  width: 80%;
}
/*---------------------------------------------------------------------------*/
#contents {
  /*min-height: 100px!important;*/
}
/*フッター設定
---------------------------------------------------------------------------*/
footer {
  clear: both;
  margin-top: auto;
  background: #fff;
  border-top: 1px solid #999;
  width: 100%;
  color: #333;
  font-size: 85%;
}
footer a {
  color: #333;
}
footer a:hover {
  color: #333;
}
footer .pr {
  display: block;
  font-size: 80%;
}
/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
  display: flex;
  justify-content: center;
  overflow: hidden;
  margin: 1em auto 0 auto;
}
/*１行分の設定*/
#footermenu .honly {
  display: none;
}
#footermenu ul {
  list-style: none;
  padding: 0;
}
#footermenu ul li {
  padding: 0;
  float: left;
  line-height: 17px;
}
#footermenu ul li:first-child a {
  border-left: 1px solid #555;
}
#footermenu ul li a {
  margin-bottom: 5px !important;
  text-decoration: none;
  color: #333;
  font-size: 12px;
  display: block;
  border-right: 1px solid #555;
}
@media screen and (min-width: 1150px) {
  #footermenu ul li a {
    padding: 0 1.5em;
  }
}
@media screen and (min-width: 830px) and (max-width: 1149px) {
  #footermenu ul li a {
    padding: 0 0.5em;
  }
}
@media print, screen and (max-width: 829px) {
  #footermenu {
    margin: 0 auto;
  }
  #footermenu ul {
    width: 100%;
    background: #eee;
    border-bottom: 1px solid #ddd;
  }
  #footermenu ul li {
    width: 50%;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ccc;
  }
  #footermenu ul li:last-child {
    border-bottom: none;
  }
  #footermenu ul li:first-child a {
    border-left: none;
  }
  #footermenu ul li a {
    text-align: middle;
    width: 100%;
    padding: 0 0.5em;
    border: none;
  }
}
#footermenu ul li a:hover {
  text-decoration: underline;
}
#footermenu ul li a span {
  font-size: 9px;
  display: block;
  color: #ccc;
  font-weight: normal;
}
#footermenu ul li ul li {
  text-align: left;
  clear: both;
  width: 100%;
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
}
#footermenu ul li ul li:last-child {
  margin-bottom: 10px !important;
}
#footermenu ul li ul li a {
  border-bottom: none !important;
  color: #333 !important;
  font-size: 11px !important;
}
#footermenu ul li ul li a:hover {
  color: #ffff00 !important;
}
/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
  padding: 5px 2%;
  clear: both;
}
#copyright p {
  font-size: 12px;
}
#copyright a {
  text-decoration: underline;
}
#flogo {
  vertical-align: top;
  display: inline-block;
}
#flogo img {
  float: left;
  margin-top: 10px;
  margin-right: 15px;
  height: 50px;
}
#ftitle {
  vertical-align: top;
  display: inline-block;
  /*width: calc(100% - 220px);*/
}
#flogo #ftitle {
  float: left;
  height: 85px;
}
#copy {
  clear: both;
}
#ftitle p {
  margin: 0;
  line-height: 16px;
}
.fmtitle a {
  text-decoration: none !important;
}
.fstitle {
  margin-top: 5px !important;
  font-size: 14px;
}
.fstitle a {
  text-decoration: none !important;
}
.fmtitle {
  margin-top: 8px !important;
  font-size: 18px !important;
  line-height: 22px !important;
}
.fcontact {
  margin-top: 10px !important;
}
#ftitle p a {
  text-decoration: underline;
}
/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
}
#pagetop {
  clear: both;
}
#pagetop a {
  color: #fff;
  font-size: 20px;
  background: linear-gradient(#9a0028, #c32951);
  text-decoration: none;
  text-align: center;
  display: block;
  float: right;
  width: 40px;
  height: 40px;
  line-height: 34px;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  opacity: 0.7;
}
/*マウスオン時*/
#pagetop a:hover {
  background: #fff;
  color: #17184e;
  border: 3px solid #00569a;
}
.wnbtn {
  width: 80px;
  height: 22px;
  color: #fff;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  line-height: 20px;
  font-weight: bold;
    border-radius: 2px;
}
.wnbtnA {
    background: #e74795;
}
.wnbtnI {
    background: #932EE0;
}
.wnbtnP {
    background: #FF6E00;
}
.wnbtn a {
  color: #fff;
}
table.line {
  border-collapse: collapse;
}
table.line td {
  border-bottom: 1px solid #ccc;
}
table.line tr:nth-child(1) td {
  border-top: 1px solid #ccc;
}
.email:after {
  content: "@";
}
/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.newmark {
  animation: blink 1s ease-in-out infinite alternate;
  font-size: 12px;
  color: #cc0000
}
@media print, screen and (max-width: 799px) {
  /****************************/
  /********** Header **********/
  /****************************/
  #header {
    margin: 0 auto;
    padding: 0;
    background-color: #FFFFFF;
    color: #000000;
    width: 100%;
    position: relative;
    z-index: 7777;
  }
  #header header {
    margin: auto;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  #header header h1 {
    margin: 0 20px 0 0;
    padding: 0;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 160%;
    text-align: left;
    color: #000000;
  }
  #header header .sns {
    margin: 0 60px 0 auto;
    padding: 0;
  }
  #header header .sns ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
  }
  #header header .sns ul li {
    margin: 0;
    padding: 0;
  }
  #header header .sns ul li + li {
    margin: 0 0 0 15px;
    padding: 0;
  }
  #header header .sub-nav {
    display: none;
  }
  header img {
    margin: 15px 0 15px 5px;
    width: 240px;
    float: left;
  }
  .tools {
    display: none;
  }
  /****************************************/
  /********** Respomsive Swicher **********/
  /****************************************/
  #modal {
    margin: 0;
    padding: 0;
  }
  #modal label {
    position: absolute;
    z-index: 8888;
    right: 20px;
    top: 20px;
    display: inline-block;
  }
  #modal input {
    display: none;
  }
  #modal label:hover {
    cursor: pointer;
  }
  #modal label:after {
    /*    font-family: 'Font Awesome 5 Free';
    content: "\f0c9";*/
    content: "MENU";
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    /*    transition: 0.8s;*/
    padding: 7px 8px;
    border-radius: 2px;
    background: #1B72C3;
    line-height: 1rem;
  }
  #modal input:checked ~ #modal-window {
    height: auto;
    opacity: 1;
  }
  #modal input:checked ~ label:after {
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    content: "×";
    /*
font-family: 'Font Awesome 5 Free';
content: "\f00d";*/
    /*    transform: rotate(180deg);*/
  }
  #modal-window {
    width: 100%;
    height: auto;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.3s;
    border-bottom: 1px solid #a4cfe8;
  }
  #modal-window ul {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  #modal-window ul li {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP';
    font-size: 1.2rem;
    font-weight: 400;
    text-align: left;
    background-color: #4c9cc9;
    color: #FFFFFF;
    border-top: 1px solid #a4cfe8;
    position: relative;
    cursor: pointer;
  }
  #modal-window ul li:last-child {
    /* border-bottom: 1px solid #fff;*/
  }
  #modal-window ul li a {
    display: block;
    background-color: #4c9cc9;
    color: #FFFFFF;
    font-family: 'Noto Sans JP';
    font-size: 1.2rem;
    font-weight: 400;
    text-decoration: none;
    margin: 0;
    padding: 10px 15px;
    position: relative;
    cursor: pointer;
  }
  #modal-window ul li > ul, #modal-window ul li > ul li > ul, #modal-window ul li > ul li > ul li > ul {
  /*  display: none; fumi*/
    margin: 0;
    padding: 0;
  }
  #modal-window ul li.current > ul, #modal-window ul li.current > ul li.current > ul, #modal-window ul li.current > ul li.current > ul li.current > ul {
    display: block;
    margin: 0;
    padding: 0;
  }
  #modal-window ul li > ul li {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP';
    font-size: 1.2rem;
    font-weight: 400;
    background-color: #555;
    color: #FFFFFF;
  }
  #modal-window ul li > ul li:last-child {
    border-bottom: none;
  }
  #modal-window ul li > ul li a:before {
    content: "-";
    margin: 0 10px 0 0;
  }
  #modal-window ul li > ul li a, #modal-window ul li.current > ul li a {
    display: block;
    background-color: #888;
    color: #FFFFFF;
    font-family: 'Noto Sans JP';
    font-size: 1.2rem;
    font-weight: 400;
    text-decoration: none;
    margin: 0;
    padding: 10px 30px;
  }
  #modal-window ul li > ul li > ul li {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP';
    font-size: 1.3rem;
    font-weight: 400;
    background-color: #222222;
    color: #FFFFFF;
  }
  #modal-window ul li > ul li > ul li:last-child {
    border-bottom: none;
  }
  #modal-window ul li > ul li > ul li a:before {
    content: "-";
    margin: 0 10px 0 0;
  }
  #modal-window ul li > ul li > ul li a, #modal-window ul li.current > ul li > ul li a, #modal-window ul li.current > ul li.current > ul li a {
    display: block;
    background-color: #222222;
    color: #FFFFFF;
    font-family: 'Noto Sans JP';
    font-size: 1.3rem;
    font-weight: 400;
    text-decoration: none;
    margin: 0;
    padding: 10px 40px;
  }
  #modal-window ul li > ul li > ul li > ul li {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP';
    font-size: 1.2rem;
    font-weight: 400;
    background-color: #333333;
    color: #FFFFFF;
  }
  #modal-window ul li > ul li > ul li > ul li:last-child {
    border-bottom: none;
  }
  #modal-window ul li > ul li > ul li > ul li a:before {
    content: "-";
    margin: 0 10px 0 0;
  }
  #modal-window ul li > ul li > ul li > ul li a, #modal-window ul li.current > ul li > ul li > ul li a, #modal-window ul li.current > ul li.curent > ul li > ul li a, #modal-window ul li.current > ul li.curent > ul li.current > ul li a {
    display: block;
    background-color: #333333;
    color: #FFFFFF;
    font-family: 'Noto Sans JP';
    font-size: 1.2rem;
    font-weight: 400;
    text-decoration: none;
    margin: 0;
    padding: 10px 50px;
  }
  #modal-window ul li.accordion > a {
    width: 92%;
  }
  #modal-window ul li.accordion > a:after, #modal-window ul li.accordion.active > a:after, #modal-window ul li.accordion.current.active > a:after, #modal-window ul li.accordion.current > ul li.accordion.current.active > a:after {
    pointer-events: none;
    content: "＋";
    font-size: 1.6rem;
    font-weight: 300;
    color: #FFFFFF;
    position: absolute;
    z-index: 9999;
    top: 0;
    right: -8%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8%;
    height: 100%;
  }
  #modal-window ul li.accordion.active > a:after, #modal-window ul li.accordion.current > a:after {
    pointer-events: none;
    content: "－";
    font-size: 1.6rem;
    font-weight: 300;
    color: #FFFFFF;
  }
  #modal-window ul li a:hover, #modal-window ul li.current > ul li a:hover, #modal-window ul li.current > ul li.current > ul li a:hover, #modal-window ul li.current a, #modal-window ul li.current > ul li.current a, #modal-window ul li.current > ul li.current > ul li.current a {
    background-color: #03407C;
    color: #FFFFFF;
  }
  li.nbar {
    display: none;
  }
  /*小さい画面の時
---------------------------------------------------------------------------*/
  .sh {
    display: block;
  }
  .pc {
    display: none;
  }
  .topics {
    width: 49%;
    margin-bottom: 1em;
  }
  /**************************/
  /********** Main **********/
  /**************************/
  /*
  main {
    display: block;
    margin: auto;
    padding: 0;
    width: 100%;
    text-align: left;
    flex-grow: 1;
    position: relative;
  }
  */
  /*****************************/
  /********** Content **********/
  /*****************************/
  .content {
    margin: auto;
    padding: 30px 20px;
    width: 100%;
  }
  /**************************/
  /********** Home **********/
  /**************************/
  .main-image {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    color: #FFFFFF;
    position: relative;
    z-index: 1111;
    box-shadow: 0 0 6px 0 #aaa;
  }
  .main-image .swiper-container {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
  }
  .main-image .swiper-slide {
    overflow: hidden;
  }
  .main-image .swiper-slide a img {
    opacity: 1;
  }
  .main-image .swiper-control {
    display: flex;
    justify-content: center;
  }
  .main-image .swiper-pagination {
    bottom: 10px;
    z-index: 7777;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 30px;
    margin: auto;
    padding: 2px 10px;
  }
  .main-image .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #FFFFFF;
    opacity: 1;
  }
  .main-image .swiper-pagination-bullet-active {
    background-color: #03407C;
    opacity: 1;
  }
  .main-image .swiper-pagination-bullet {
    margin: 0 6px;
  }
  .section00 {
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
  }
  .section00 .content {
    margin: 0 auto;
    padding-bottom: 0;
  }
  .section01 {
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
  }
  .section01 .headline {
    text-align: center;
  }
  .section01 .headline h2 {
    display: flex;
    flex-direction: column;
    font-family: 'Noto Sans JP';
    font-size: 2.0rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    line-height: 140%;
    color: #000000;
    margin: 20px auto 10px auto;
  }
  .section01 .headline h2 span {
    font-family: Arial;
    font-size: 1.2rem;
    font-weight: 900;
    letter-spacing: 0;
    color: #03407C;
  }
  .section01 .headline .button, .section01 .headline .button a {
    margin: 0 auto 10px auto;
  }
  .section02 {
    margin: 0;
    padding: 0;
    background-image: url("../images/section02_bg.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #A4D04B;
    position: relative;
  }
  .section02 .headline {
    text-align: center;
  }
  .section02 .headline h2 {
    display: flex;
    flex-direction: column;
    font-family: 'Noto Sans JP';
    font-size: 2.0rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    line-height: 140%;
    color: #000000;
    margin: 20px auto 10px auto;
  }
  .section02 .headline h2 span {
    font-family: Arial;
    font-size: 1.2rem;
    font-weight: 900;
    letter-spacing: 0;
    color: #03407C;
  }
  .section02 .headline .button, .section02 .headline .button a {
    margin: 0 auto 10px auto;
  }
  .section02 .block {
    display: flex;
    justify-content: space-between;
  }
  .section02 .block ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .section02 .block ul li {
    margin: 0 2% 2% 0;
    padding: 0;
    background-color: #03407C;
    display: flex;
    flex-direction: column;
    width: 32%;
  }
  .section02 .block ul li:nth-child(3n) {
    margin: 0 0 2% 0;
  }
  .section02 .block ul li p {
    margin: 15px 20px;
    padding: 0;
    color: #FFFFFF;
  }
  .section02 .block ul li p span {
    font-size: 1.2rem;
    font-weight: 500;
    color: #D5E350;
  }
  .section02 .block ul li a {
    color: #FFFFFF;
    text-decoration: none;
    flex-grow: 1;
  }
  .section02 .block ul li img {
    width: 100%;
    height: auto;
  }
  .section03 {
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
  }
  .section03 .content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .section03 .block {
    border-top: 3px solid #03407C;
    margin: 20px 0;
  }
  .section03 h2 {
    font-family: 'Noto Sans JP';
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    line-height: 140%;
    color: #03407C;
    margin: 20px 0;
    text-align: center;
  }
  .section03 .block:nth-child(1) {
    width: 49%;
  }
  .section03 .block:nth-child(1) .thumbnail {
    outline: 1px solid #CCCCCC;
    clear: both;
    display: inline;
    float: left;
    margin: 0 10px 10px 0;
  }
  .section03 .block:nth-child(2) {
    width: 49%;
  }
  .section03 .block:nth-child(3) {
    width: 100%;
  }
  .section03 .block:nth-child(3) ul {
    display: flex;
    flex-wrap: wrap;
  }
  .section03 .block:nth-child(3) ul li {
    width: 49%;
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
  }
  .section03 .block:nth-child(3) ul li a {
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
    text-decoration: none;
  }
  .section03 .block:nth-child(3) ul li:nth-child(odd) {
    margin: 0 0 0 2%;
  }
  .section03 .block:nth-child(3) ul li a:hover {
    text-decoration: underline;
  }
  .section03 .block:nth-child(3) ul li:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f0da";
    margin: 0 4px 0 0;
    font-size: 1.4rem;
    font-weight: 900;
    /*color: #036DAB;  fumi*/
  }
  .listing {
    clear: both;
    position: relative;
    margin: 20px 0;
    padding: 0;
  }
  .listing dl {
    clear: both;
    width: 100%;
    margin: 0;
    padding: 10px 0;
  }
  .listing dl + dl {
    border-top: 1px solid #CCCCCC;
  }
  .listing dl dt {
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
    font-weight: 400;
  }
  .listing dl dd {
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
    font-weight: 400;
  }
}
/********************************************************/
/********** Responsive Contents Setting (800-1200) **********/
/********************************************************/
/*@media screen and (min-width: 800px)and (max-width: 1999px) {*/
@media screen and (min-width: 800px) {
  /****************************/
  /********** Header **********/
  /****************************/
  #header {
    margin: 0 auto;
    padding: 0;
    color: #000000;
    width: 100%;
    position: relative;
    z-index: 7777;
  }
  #header header {
    margin: auto;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1199px;
    width: 100%;
  }
  header img {
    margin: 15px 0 15px 5px;
    width: 300px;
    float: left;
  }
  .sh {
    display: block;
  }
  .pc {
    display: none;
  }
  .tools {
    float: right;
    margin: 0;
    padding: 0;
  }
  /*********************************/
  /********** Global Menu **********/
  /*********************************/
  #global-nav {
    margin: auto;
    padding: 0;
    width: 100%;
    text-align: center;
    color: #000000;
    position: relative;
    z-index: 5555;
    background: #fff;
  }
    #global-nav ul li {
    list-style: none;
  }
  #global-nav ul.level1 {
    margin: auto;
    /*  padding: 0 20px;*/
    padding: 0;
    text-align: center;
    max-width: 1040px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  #global-nav ul.level1 li {
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0;
    color: #333;
    white-space: nowrap;
    display: inline-block;
  }
  #global-nav ul.level1 li.nbar {
    font-size: 1.2rem;
    font-weight: 200;
  }
  #global-nav ul.level1 li a {
    margin: 14px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 1.0rem;
    font-weight: 400;
    /*  letter-spacing: 0.1rem;*/
    text-decoration: none;
    position: relative;
  }
  #global-nav ul.level1 li.current > a:after {
    content: '';
    width: 100%;
    /*border-bottom: 2px solid #036DAB;   fumi*/
    display: block;
    position: absolute;
    left: 0;
    bottom: 1px;
  }
  #global-nav ul.level1 li > a:hover, #global-nav ul.level1 li.current > a {
    color: #036DAB;
  }
  #global-nav ul.level2 {
    position: absolute;
    z-index: 9999;
    top: 54px;
    width: 260px;
    opacity: 0;
    /*visibility: hidden;*/
    visibility: visible;
    transition: 0.5s;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
    margin: 0 !important;
    padding: 0 !important;
  }
  #global-nav ul.level1 li:hover > ul.level2 {
    margin: auto;
    padding: 0;
    visibility: visible;
    opacity: 1;
    background-color: #FFFFFF;
  }
  #global-nav ul.level2 li {
    font-family: 'Noto Sans JP';
    font-size: 1.4rem;
    font-weight: 400;
    text-align: left;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid #8cbeda;
  }
  #global-nav ul.level2 li a {
    display: block;
    font-family: 'Noto Sans JP';
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    background-color: #4c9cc9;
    color: #FFFFFF;
    margin: 0 !important;
    padding: 5px 15px;
  }
  #global-nav ul.level2 li:last-child {
    border-bottom: none;
  }
  #global-nav ul.level2 li.current a, #global-nav ul.level2 li a:hover {
    background-color: #0062A1;
    color: #FFFFFF;
  }
  #global-nav ul.level2 li.current > a:after {
    border: none;
  }
  #global-nav ul li a.no-click {
    cursor: default;
  }
  #global-nav ul.responsive-adds-nav {
    display: none;
  }
  /****************************************/
  /********** Respomsive Swicher **********/
  /****************************************/
  #trigger {
    display: none;
  }
  /**************************/
  /********** Main **********/
  /**************************/
  /*
main {
  display: block;
  margin: auto;
  padding: 0;
  width: 100%;
  text-align: left;
  flex-grow: 1;
  position: relative;
}
*/
  /*****************************/
  /********** Content **********/
  /*****************************/
  .content {
    margin: auto;
    padding: 40px 20px;
    width: 100%;
    max-width: 1040px;
  }
  /**************************/
  /********** Home **********/
  /**************************/
  .main-image {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1200px;
    height: auto;
    background-color: #0061A1;
    color: #FFFFFF;
    position: relative;
    z-index: 1111;
    box-shadow: 0 4px 8px 0 #aaa;
  }
  .main-image .swiper-container {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
  }
  .main-image .swiper-slide {
    overflow: hidden;
  }
  .main-image .swiper-slide a img {
    opacity: 1;
  }
  .main-image .swiper-control {
    display: flex;
    justify-content: center;
  }
  .main-image .swiper-pagination {
    bottom: 30px;
    z-index: 7777;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 30px;
    margin: auto;
    padding: 2px 10px;
  }
  .main-image .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #FFFFFF;
    opacity: 1;
  }
  .main-image .swiper-pagination-bullet-active {
    background-color: #03407C;
    opacity: 1;
  }
  .main-image .swiper-pagination-bullet {
    margin: 0 6px;
  }
  /********************************************************/
  /********** Responsive Contents Setting (1200) **********/
  /********************************************************/
  @media screen and (min-width: 1150px) {
    /****************************/
    /********** Header **********/
    /****************************/
    #header {
      margin: 0 auto;
      padding: 0;
      background-color: #FFFFFF;
      color: #000000;
      width: 100%;
      position: relative;
      z-index: 7777;
    }
    #header header {
      margin: auto;
      /*
      padding: 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
	  */
      max-width: 1040px;
      width: 100%;
    }
    #header header h1 {
      margin: 0;
      padding: 0;
      font-size: 2.2rem;
      font-weight: 700;
      line-height: 160%;
      text-align: left;
      color: #000000;
    }
    #header header .sns {
      margin: 0 0 0 auto;
      padding: 0;
    }
    #header header .sns ul {
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: flex-end;
    }
    #header header .sns ul li {
      margin: 0;
      padding: 0;
    }
    #header header .sns ul li + li {
      margin: 0 0 0 20px;
      padding: 0;
    }
    #header header .sub-nav {
      margin: 0 0 0 auto;
      padding: 0;
    }
    #header header .sub-nav ul {
      margin: 15px 0 0 0;
      padding: 0;
      display: flex;
      justify-content: flex-end;
    }
    #header header .sub-nav ul li {
      margin: 0;
      padding: 0;
    }
    #header header .sub-nav ul li + li:before {
      content: "|";
      margin: 0 20px;
      padding: 0;
    }
    #header header .sub-nav ul li a {
      font-family: 'Noto Sans JP';
      font-size: 1.3rem;
      font-weight: 700;
      color: #000000;
      text-decoration: none;
    }
    #header header .sub-nav ul li a:hover {
      /*color: #036DAB;*/
      text-decoration: underline;
    }
    #header header .sub-nav ul li.lang {
      margin: 0 0 0 30px;
      padding: 0;
    }
    #header header .sub-nav ul li.lang:before {
      content: none;
    }
    #header header .sub-nav ul li.lang a {
      font-family: 'Noto Sans JP';
      font-size: 1.3rem;
      font-weight: 700;
      margin: 0;
      padding: 3px 30px;
      background-color: #004786;
      border-radius: 30px;
      color: #FFFFFF;
      text-decoration: none;
    }
    #header header .sub-nav ul li.lang a:hover {
      background-color: #036DAB;
      text-decoration: none;
    }
    header img {
      margin: 15px 0 15px 5px;
      width: 700px;
      float: left;
    }
    .sh {
      display: none;
    }
    .pc {
      display: block;
    }
    /*********************************/
    /********** Global Menu **********/
    /*********************************/
    #global-nav {
      margin: auto;
      padding: 0;
      width: 100%;
      text-align: center;
      color: #000000;
      position: relative;
      z-index: 5555;
      background: #fff;
    }
    #global-nav ul li {
      list-style: none;
    }
    #global-nav ul.level1 {
      margin: auto;
      /*  padding: 0 20px;*/
      padding: 0;
      text-align: center;
      max-width: 1200px;
      width: 100%;
        min-width: 0;
      display: flex;
      align-items: center;
      justify-content: space-around;
    }
    #global-nav ul.level1 li {
      font-family: "Noto Sans JP";
      font-size: 1.6rem;
      font-weight: 700;
      letter-spacing: 0.1rem;
      color: #333;
      /* aaa
      white-space: nowrap;
      display: inline-block;
	  */
    }
    #global-nav ul.level1 li.nbar {
      font-size: 1.2rem;
      font-weight: 200;
    }
    #global-nav ul.level1 li a {
      /*margin: 10px*/;
      padding: 0 4px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      color: #333;
      font-family: "Noto Sans JP";
      font-size: 1.2rem;
      font-weight: 400;
      /*  letter-spacing: 0.1rem;*/
      text-decoration: none;
      position: relative;
    }
    #global-nav ul.level1 li.current > a:after {
      content: '';
      width: 100%;
      /*border-bottom: 2px solid #036DAB;*/
      display: block;
      position: absolute;
      left: 0;
      bottom: 1px;
    }
    #global-nav ul.level1 li > a:hover, #global-nav ul.level1 li.current > a {
      /*color: #036DAB;*/
    }
    #global-nav ul.level2 {
      position: absolute;
      z-index: 9999;
      top: 53px;
      width: 260px;
      opacity: 0;
      /*visibility: hidden;*/
    visibility: visible;
      transition: 0.5s;
      box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
      margin: 0 !important;
      padding: 0 !important;
    }
    #global-nav ul.level2 li {
    visibility: visible;
      font-family: 'Noto Sans JP';
      font-size: 1.4rem;
      font-weight: 400;
      text-align: left;
      color: #FFFFFF;
      display: flex;
      flex-direction: column;
      padding: 0 !important;
      margin: 0 !important;
      border-bottom: 1px solid #8cbeda;
    }
    #global-nav ul.level2 li a {
      display: block;
      font-family: 'Noto Sans JP';
      font-size: 1rem;
      font-weight: 400;
      text-decoration: none;
      background-color: #4c9cc9;
      color: #FFFFFF;
      margin: 0 !important;
      padding: 5px 15px;
    }
    #global-nav ul.level2 li:last-child {
      border-bottom: none;
    }
    #global-nav ul.level2 li.current a, #global-nav ul.level2 li a:hover {
      background-color: #0062A1;
      color: #FFFFFF;
    }
    #global-nav ul.level2 li.current > a:after {
      border: none;
    }
    #global-nav ul li a.no-click {
      cursor: default;
    }
    #global-nav ul.responsive-adds-nav {
      display: none;
    }
    /****************************************/
    /********** Respomsive Swicher **********/
    /****************************************/
    #trigger {
      display: none;
    }
    /**************************/
    /********** Main **********/
    /**************************/
    /*
main {
  display: block;
  margin: auto;
  padding: 0;
  width: 100%;
  text-align: left;
  flex-grow: 1;
  position: relative;
}
*/
    /*****************************/
    /********** Content **********/
    /*****************************/
    .content {
      margin: auto;
      padding: 40px 20px;
      width: 100%;
      max-width: 1040px;
    }
    /**************************/
    /********** Home **********/
    /**************************/
    .main-image {
      margin: 0 auto;
      padding: 0;
      width: 100%;
      max-width: 1200px;
      height: auto;
      background-color: #0061A1;
      color: #FFFFFF;
      position: relative;
      z-index: 1111;
      box-shadow: 0 2px 8px 0 #aaa;
    }
    .main-image .swiper-container {
      position: relative;
      overflow: hidden;
      margin: 0 auto;
      padding: 0;
      width: 100%;
      height: auto;
    }
    .main-image .swiper-slide {
      overflow: hidden;
    }
    .main-image .swiper-slide a img {
      opacity: 1;
    }
    .main-image .swiper-control {
      display: flex;
      justify-content: center;
    }
    .main-image .swiper-pagination {
      bottom: 30px;
      z-index: 7777;
      background: rgba(255, 255, 255, 0.6);
      border-radius: 30px;
      margin: auto;
      padding: 2px 10px;
    }
    .main-image .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      background-color: #FFFFFF;
      opacity: 1;
    }
    .main-image .swiper-pagination-bullet-active {
      background-color: #03407C;
      opacity: 1;
    }
    .main-image .swiper-pagination-bullet {
      margin: 0 6px;
    }
  }
}