﻿
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .wysiwyg .table-wrapper {
    overflow-x: auto;
  }
}

h2.head-title, .wysiwyg h2, .free-layout-area h2 {
  margin-top: 20px;
  background: #ebf5fd;
  color: #333;
  font-size: 180%;
  overflow: hidden;
  box-sizing: border-box;
  border-bottom: 5px solid #0f67b1;
  padding: 16px 15px 4px 15px;
  font-family: "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}

h2.head-title .bg, .wysiwyg h2 .bg, .free-layout-area h2 .bg {
  display: block;
  line-height: 1;
}

h2.head-title a:link {
  color: #333;
}

h2.head-title a:visited {
  color: #333;
}

h2.head-title a:hover {
  color: #333;
}

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  margin-top: 20px;
  color: #333;
  font-size: 170%;
  box-sizing: border-box;
  overflow: hidden;
  border: 2px solid #0f67b1;
  font-family: "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}

h3.head-title .bg, .wysiwyg h3 .bg, .free-layout-area h3 .bg, .smartcmsBbsBlock h3 .bg {
  display: block;
  padding: 6px 12px 5px 12px;
}

h4, .wysiwyg h4, .free-layout-area h4 {
  margin-top: 20px;
  display: block;
  line-height: 1.2;
  overflow: hidden;
  font-size: 155%;
  border-bottom: 2px solid #006fd7;
  font-family: "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  padding-bottom: 1px;
}

h4 .bg, .wysiwyg h4 .bg, .free-layout-area h4 .bg {
  padding: 0 10px 3px;
  display: block;
}

h5, .wysiwyg h5, .free-layout-area h5 {
  font-size: 140%;
  margin-top: 20px;
  overflow: hidden;
  display: block;
  line-height: 1.2;
  font-family: "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  border-bottom: 1px solid #006fd7;
}

h5 .bg, .wysiwyg h5 .bg, .free-layout-area h5 .bg {
  padding: 0 10px 3px;
  display: block;
}

h6, .wysiwyg h6, .free-layout-area h6 {
  font-size: 130%;
  padding-left: 10px;
  margin-top: 20px;
  overflow: hidden;
  line-height: 1.2;
  font-family: "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}

.wysiwyg ul {
  overflow: hidden;
  margin-top: 10px;
  margin-left: 30px;
  padding-left: 1.4em;
  list-style: disc;
}

* html .wysiwyg ul {
  display: inline-block;
}

.wysiwyg ol {
  padding-left: 50px;
  margin-top: 10px;
  list-style: decimal;
  /*回り込み画像時にリストが出ない問題を解決*/
  overflow: hidden;
}

* html .wysiwyg ol {
  display: inline-block;
}

.wysiwyg p {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.wysiwyg table, .smartcmsBbsBlock .bbsBody .form table {
  border-collapse: collapse;
  border: 1px solid #bfbfbf;
  margin-top: 10px;
}

.wysiwyg td
, .wysiwyg th {
  border-collapse: collapse;
  border: 1px solid #bfbfbf;
  padding: 5px 10px;
  word-break: break-all;
  line-height: 120%;
}

.wysiwyg th {
  background-color: #f2fbff;
  color: #002b33;
}

.wysiwyg caption {
  text-align: left;
  font-weight: bold;
  padding: 5px;
}

.wysiwyg div {
  line-height: 150%;
  margin-top: 10px;
}

.wysiwyg img {
  max-width: 100%;
  height: auto;
}

.wysiwyg .col {
  width: 700px;
  overflow: hidden;
}

.wysiwyg .left-col {
  width: 330px;
  float: left;
}

.wysiwyg .right-col {
  width: 330px;
  float: right;
}

strong, em, b {
  font-style: normal;
  font-weight: bold;
}

.strng_, .cke_panel_list .strng_ {
  font-style: normal;
  font-weight: bold;
}

.text_, .cke_panel_list .text_ {
  color: #c00;
  font-weight: bold;
}

.text2_, .cke_panel_list .text2_ {
  color: #00c;
  font-weight: normal;
}

.wysiwyg blockquote {
  margin-top: 10px;
  margin-left: 30px;
  padding: 5px 5px 5px 15px;
  background-image: url("../image/blockquote.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #eee;
  border-left: 3px solid #999;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 90%;
  color: #333;
  background: #fff;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 170% !important;
  }
}

img {
  border: none;
  vertical-align: top;
}

p, li, address, table, dt, dd {
  line-height: 150%;
}

ul, ol {
  list-style: none;
}

a:link {
  color: #2d5f92;
  text-decoration: underline;
}

a:visited {
  color: #2d5f92;
  text-decoration: underline;
}

a:hover {
  color: #2d5f92;
  text-decoration: none;
}

/*アクセシビリティ対応*/
a:focus img {
  /*border:1px solid #C00000;*/
}

a:focus {
  background-color: #cce2fc;
}

a:active {
  _background: #cce2fc;
  /*IEのみactive疑似クラスにて処理*/
}

/*iphoneでルビで文字サイズが勝手に変わるのを修正*/
body {
  -webkit-text-size-adjust: 100%;
}

address {
  font-style: normal;
}

/*clearfix*/
.cmstag:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.first-left {
  margin-left: 0 !important;
}

.first-top {
  margin-top: 0 !important;
}

.left-col {
  float: left;
}

.right-col {
  float: right;
}

.img-item img, .img-text img {
  max-width: 100%;
  height: auto;
}

@media print, screen and (min-width: 769px) {
  .view-sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .view-pc {
    display: none !important;
  }
}

.des-attention-area {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.des-attention {
  background-color: #FFFF40;
  font-size: 80%;
}

.des-attention2 {
  background-color: #C0C0FF;
  font-size: 80%;
}

.color-scheme-area {
  margin-top: 20px;
}

.scheme-bar {
  padding: 5px 0 5px 0;
  border: 1px solid #333333;
}

.color-scheme-area .box {
  width: 300px;
}

@media print, screen and (min-width: 769px) {
  .color-scheme-area .box {
    float: left;
    margin-left: 20px;
  }
}

.color-scheme-area .title {
  margin: 5px 0 0 0;
}

.scheme1 {
  background-color: #d7e5f2;
  text-align: center;
}

.scheme2 {
  border: 1px solid #ccc;
  text-align: center;
}

.scheme3 {
  background-color: #333;
  text-align: center;
}

.scheme4 {
  background-color: #0f67b1;
  text-align: center;
}

.scheme5 {
  border: 1px solid #0f67b1;
  text-align: center;
}

.scheme6 {
  background-color: #fff;
  text-align: center;
}

.scheme7 {
  background-color: #0f67b1;
  text-align: center;
}

.scheme8 {
  background-color: #0f67b1;
  text-align: center;
}

.scheme9 {
  background-color: #ebf5fd;
  text-align: center;
}

.scheme10 {
  background-color: #0f67b1;
  text-align: center;
}

.scheme11 {
  background-color: #0f67b1;
  text-align: center;
}

/* Googleカスタム検索
--------------------------------------------------------- */
/* ----- デフォルトスタイル初期化 ----- */
form.gsc-search-box {
  margin: 0 !important;
  font-size: inherit !important;
}

table.gsc-search-box {
  margin: 0 !important;
  border: none !important;
}

.cse table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

.gsc-search-box .gsc-input > input:hover, .gsc-input-box-hover {
  box-shadow: none !important;
}

.gsc-search-box .gsc-input > input:focus, .gsc-input-box-focus {
  box-shadow: none !important;
}

table.gsc-search-box td {
  line-height: 1.0;
}

.gsib_a {
  padding: 0 0 0 10px !important;
  background-color: #fff !important;
}

.cse input.gsc-input, input.gsc-input {
  box-sizing: border-box;
  padding: 5px 0 !important;
  border: none !important;
  font-size: inherit !important;
}

.cse input.gsc-input::-webkit-input-placeholder, input.gsc-input::-webkit-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-moz-placeholder, input.gsc-input:-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input::-moz-placeholder, input.gsc-input::-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-ms-input-placeholder, input.gsc-input:-ms-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.gsst_b {
  font-size: inherit !important;
  padding: 0 !important;
}

.gsst_a {
  padding: 0 !important;
}

.gscb_a {
  display: inline-block;
  font: inherit !important;
  padding: 0 5px !important;
}

td.gsc-search-button {
  font-size: 0;
}

.gsc-search-button {
  margin: 0 !important;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  box-sizing: border-box;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer;
}

/* ----- カスタム設定 ----- */
.gsc-input-box {
  border: 1px solid #0f67b1 !important;
}

@media print, screen and (min-width: 769px) {
  .gsc-input-box {
    min-width: 194px;
  }
}

@media screen and (max-width: 768px) {
  .gsc-input-box {
    padding: 0 !important;
    border: 2px solid #0f67b1 !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    width: 508px;
  }
}

@media print, screen and (min-width: 769px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 40px;
  }
}

@media screen and (max-width: 768px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 88px;
    font-size: 200% !important;
  }
}

@media print, screen and (min-width: 769px) {
  td.gsc-search-button {
    height: 40px;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  td.gsc-search-button {
    height: 88px;
    padding-left: 0 !important;
  }
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  background: #0f67b1 !important;
}

@media print, screen and (min-width: 769px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 44px !important;
  }
}

@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 92px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .gsc-search-button-v2 svg {
    width: 18px !important;
    height: 18px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-search-button-v2 svg {
    width: 50px !important;
    height: 50px !important;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.hide {
  display: none;
}

#honbun-area {
  height: 0px;
  font-size: 1px;
  text-align: center;
}

@media print {
  #honbun-area {
    display: none !important;
  }
}

#honbun-area a {
  display: block;
}

#honbun-area.show {
  font-size: 1em;
  height: 2em;
  width: 100%;
  display: block;
}

#honbun-area.show a {
  line-height: 2em;
}

@media screen and (max-width: 768px) {
  .visible-phone {
    display: inherit;
  }
  .goog-te-menu-frame {
    transform: scale(2, 2);
    transform-origin: right top;
    top: 160px !important;
    left: 430px !important;
  }
}

#smartphone * {
  box-sizing: border-box;
}

#smartphone a {
  color: #333;
  display: block;
  text-decoration: none;
}

#smartphone .wrap {
  align-items: center;
  background-color: #d7e5f2;
  border: 2px solid #1c6fb4;
  display: flex;
  justify-content: center;
  padding: 15px 0;
  position: relative;
  width: 100%;
}

#smartphone .wrap .txt {
  font-size: 230%;
  font-weight: bold;
  line-height: 140%;
  padding-right: 20px;
}

#smartphone .wrap .ico {
  background-color: #0f67b1;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: relative;
}

#smartphone .wrap .ico:after {
  border-left: 12px solid #ffffff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  bottom: 0;
  content: '';
  left: 0;
  height: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

/*==================================
header（PC）
==================================*/
@media print, screen and (min-width: 769px) {
  body {
    min-width: 1200px;
  }
  .to-container a {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    margin-top: -9999px;
    color: #333;
    font-size: 97%;
  }
  .to-container a:focus {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  #header {
    font-family: "メイリオ", Meiryo, sans-serif;
    /* end-#header-nav */
    /* .header-subnav-area */
    /* end-.header-subnav-area */
  }
  #header a {
    color: inherit;
    font-weight: bold;
    display: block;
  }
  #header .header-basic {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 0;
    gap: 0 30px;
    background: #0f67b1;
    color: #fff;
  }
  #header .header-basic .languages-link a {
    padding-left: 27px;
    background: url(../image/language_icon.png) no-repeat center left;
  }
  #header .header-basic .opinion-link a {
    padding-left: 30px;
    background: url(../image/mail_icon.png) no-repeat center left;
  }
  #header .header-basic .header-size, #header .header-basic .header-color {
    display: flex;
    align-items: center;
  }
  #header .header-basic .header-size button, #header .header-basic .header-color button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    padding: 0;
    vertical-align: bottom;
  }
  #header .header-basic .header-size .title, #header .header-basic .header-color .title {
    margin-right: 10px;
    line-height: 1.2;
    font-weight: bold;
    padding-top: 3px;
    font-size: 100%;
  }
  #header .header-basic .header-size dd, #header .header-basic .header-color dd {
    line-height: 1;
  }
  #header .header-basic .header-size dd img, #header .header-basic .header-color dd img {
    cursor: pointer;
  }
  #header .header-basic .header-size dd img:hover, #header .header-basic .header-color dd img:hover {
    opacity: .85;
  }
  #header .header-basic .header-color dd + dd {
    margin-left: 5px;
  }
  #header .header-basic .header-color a {
    display: block;
  }
  #header .header-option {
    display: flex;
    align-items: end;
    gap: 0 20px;
    width: 1000px;
    margin: 0 auto;
    padding: 10px 0 30px;
  }
  #header .header-option #header-logo {
    margin-right: 30px;
  }
  #header .header-option #header-logo a {
    display: inline-block;
  }
  #header .header-option #header-logo a:hover {
    opacity: .85;
  }
  #header .header-option .sns-list {
    display: flex;
    gap: 0 21px;
  }
  #header .header-option .sns-list img {
    height: 40px;
    width: 40px;
    background: #fff;
  }
  #header .header-option .header-lang {
    display: flex;
  }
  #header .header-option .header-lang .lang-select {
    padding: 3px 35px;
    border: solid 1px #0f67b1;
    background: url(../image/sp_language_icon.png) no-repeat center left 7px/21px, url(../image/lang_arrow.png) no-repeat center right 7px/10px 6px, #fff;
    appearance: none;
    font-family: "メイリオ", Meiryo, sans-serif;
    font-size: 90%;
  }
  #header .header-option .header-lang .btn-lang-select {
    color: #fff;
    min-height: 40px;
    min-width: 40px;
    padding: 3px 5px;
    font-weight: bold;
    border: solid 1px #0f67b1;
    background: #0f67b1;
    line-height: 1;
    cursor: pointer;
    font-family: "メイリオ", Meiryo, sans-serif;
    font-size: 90%;
  }
  #header .header-option .header-lang .btn-lang-select:hover {
    opacity: .85;
  }
  #header .header-option .header-search p {
    font-size: 90%;
  }
  #header #header-nav {
    padding: 5px 0;
    background: #ebf5fd;
  }
  #header #header-nav .in {
    width: 1000px;
    margin: 0 auto;
  }
  #header #header-nav .list {
    display: flex;
    position: relative;
  }
  #header #header-nav .list > li {
    width: 125px;
    text-align: center;
    border-left: 1px solid #919fab;
  }
  #header #header-nav .list > li:last-child {
    border-right: 1px solid #919fab;
  }
  #header #header-nav .list > li > a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    min-height: 60px;
    padding: 8px 0;
    color: #333;
    text-decoration: none;
    line-height: 120%;
    font-size: 125%;
    word-break: break-all;
  }
  #header #header-nav .list > li > a:hover {
    text-decoration: underline;
    background: #c2ddf3;
    transition: all  0.3s ease;
  }
  #header #header-nav .list > li > a p {
    line-height: 120%;
  }
  #header #header-nav .list > li:hover > a::before {
    content: "";
    position: absolute;
    background: url(../image/dropmenu_arrow.png) no-repeat;
    height: 20px;
    width: 40px;
    bottom: -20px;
    left: 50%;
    padding: 30px 50px 0;
    background-position-x: 50%;
    background-position-y: 100%;
    transform: translateX(-50%);
    transition: all  0.3s ease;
  }
  #header #header-nav .list > li .dropmenu .dropmenu-list {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    max-height: 300px;
    overflow-y: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    background: #0f67b1;
    padding: 25px 0 25px 20px;
    margin: 0;
    gap: 20px 13px;
    z-index: 110;
    width: 1000px;
    margin-top: 20px;
  }
  #header #header-nav .list > li .dropmenu .dropmenu-list li {
    background: #fff;
  }
  #header #header-nav .list > li .dropmenu .dropmenu-list .category-item-in {
    height: 100%;
  }
  #header #header-nav .list > li .dropmenu .dropmenu-list a {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 10px 35px 10px 10px;
    width: 230px;
    background: url(../image/nav_link_arrow.png) no-repeat right 10px top 50%;
    box-sizing: border-box;
    text-align: start;
    font-weight: normal;
    color: #333;
    font-size: 90%;
    min-height: auto;
  }
  #header #header-nav .list > li .dropmenu .dropmenu-list a:hover, #header #header-nav .list > li .dropmenu .dropmenu-list a:focus {
    text-decoration: none;
  }
  #header .header-option {
    width: 1000px;
    margin: 0 auto;
    position: relative;
  }
  #header .header-option .box {
    padding: 10px 0 0 330px;
    box-sizing: border-box;
  }
  #header .header-option .box .unit, #header .header-option .box .unit2, #header .header-option .box .header-size, #header .header-option .box .header-color {
    display: table;
    float: left;
    height: 27px;
  }
  #header .header-option .box .unit li, #header .header-option .box .unit dt, #header .header-option .box .unit dd, #header .header-option .box .unit2 li, #header .header-option .box .unit2 dt, #header .header-option .box .unit2 dd, #header .header-option .box .header-size li, #header .header-option .box .header-size dt, #header .header-option .box .header-size dd, #header .header-option .box .header-color li, #header .header-option .box .header-color dt, #header .header-option .box .header-color dd {
    display: table-cell;
    font-size: 90%;
  }
  #header .header-option .box .unit li img, #header .header-option .box .unit dt img, #header .header-option .box .unit dd img, #header .header-option .box .unit2 li img, #header .header-option .box .unit2 dt img, #header .header-option .box .unit2 dd img, #header .header-option .box .header-size li img, #header .header-option .box .header-size dt img, #header .header-option .box .header-size dd img, #header .header-option .box .header-color li img, #header .header-option .box .header-color dt img, #header .header-option .box .header-color dd img {
    vertical-align: middle;
  }
  #header .header-option .box .unit .list, #header .header-option .box .unit2 .list {
    margin-top: 3px;
  }
  #header .header-option .box .header-size button, #header .header-option .box .header-color button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0;
    padding: 0;
  }
  #header .header-option .box .header-size .title, #header .header-option .box .header-color .title {
    padding-right: 7px;
    font-weight: bold;
    vertical-align: middle;
  }
  #header .header-option .box .header-size .title span, #header .header-option .box .header-color .title span {
    display: block;
    padding-top: 2px;
  }
  #header .header-option .box .header-size dd img, #header .header-option .box .header-color dd img {
    margin-right: 5px;
    cursor: pointer;
  }
  #header .header-option .box .unit, #header .header-option .box .header-size, #header .header-option .box .header-color {
    padding-left: 10px;
  }
  #header .header-option .box .unit2 li {
    padding-left: 10px;
  }
}

/*==================================
header（SP）
==================================*/
@media screen and (max-width: 768px) {
  #sp-header {
    font-family: "メイリオ", Meiryo, sans-serif;
    position: relative;
  }
  #sp-header #sp-header-logo {
    text-align: center;
    background: #fff;
    padding: 30px 20px;
    position: relative;
    z-index: 10;
  }
  #sp-header #sp-header-logo img {
    max-width: 100%;
    background: #fff;
  }
  #sp-header #sp-header-nav .list {
    display: none;
  }
  #sp-header #sp-header-nav .menu-btn-area {
    margin: 10px 0;
  }
  #sp-header #sp-header-nav .menu-btn-area img {
    max-width: 100%;
  }
  #sp-header #sp-header-nav .menu-btn-area p {
    margin-left: 10px;
  }
  #sp-header #sp-header-nav .menu-btn-area .menu-btn-search {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10 !important;
  }
  #sp-header #sp-header-nav .menu-btn-area .menu-btn-search a {
    display: block;
  }
  #sp-header #sp-header-nav .menu-btn-area .menu-btn-menu {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10 !important;
  }
  #sp-header #sp-header-nav .menu-btn-area .menu-btn-menu a {
    display: block;
  }
  #sp-header .modal-search-bg,
  #sp-header .modal-menu-bg {
    width: 100%;
    height: 1000px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
    z-index: 9;
    background: #333;
  }
  #sp-header .modal-search,
  #sp-header .modal-menu {
    display: none;
    position: absolute;
    top: 130px;
    left: 0;
    z-index: 100;
    width: 100%;
  }
  #sp-header .modal-search .menu-btn-menu-close,
  #sp-header .modal-menu .menu-btn-menu-close {
    position: absolute;
    top: -110px;
    left: 30px;
  }
  #sp-header .modal-search .menu-btn-search-close,
  #sp-header .modal-menu .menu-btn-search-close {
    position: absolute;
    top: -110px;
    right: 20px;
  }
  #sp-header .modal-search .in,
  #sp-header .modal-menu .in {
    padding: 0 0 35px 0;
    background-color: #ebf5fd;
    box-sizing: border-box;
    border-radius: 5px;
    overflow-y: auto;
  }
  #sp-header .modal-search .modal-menu-close,
  #sp-header .modal-menu .modal-menu-close {
    padding: 20px 0;
    text-align: center;
  }
  #sp-header .modal-search .modal-menu-close span,
  #sp-header .modal-menu .modal-menu-close span {
    padding-top: 5px;
    padding-left: 50px;
    font-weight: bold;
    cursor: pointer;
    font-size: 105%;
    background: url(../image/modal_menu_close.png) no-repeat top 50% left 0;
  }
  #sp-header .modal-search .arrow,
  #sp-header .modal-menu .arrow {
    position: absolute;
    top: -14px;
    right: 8%;
  }
  #sp-header .modal-search .in {
    margin-top: 20px;
    padding: 35px 73px 40px;
  }
  #sp-header .modal-search .in > div {
    margin-bottom: 40px;
  }
  #sp-header .modal-search .in .list {
    margin-bottom: 40px;
  }
  #sp-header .modal-search .title {
    text-align: center;
    font-size: 150%;
    font-weight: bold;
    background: none;
    padding: 0 0 10px;
  }
  #sp-header .modal-search dd {
    margin: 0 auto 40px;
    border: 1px solid #0f67b1;
    height: 92px;
    width: 600px;
  }
  #sp-header .modal-menu .in {
    padding: 0 0 35px 0;
    background-color: #ebf5fd;
    box-sizing: border-box;
    border-radius: 5px;
    overflow-y: auto;
    position: fixed;
    top: 150px;
    padding-bottom: 150px;
    left: 0;
    z-index: 300;
    width: 100%;
    height: 100%;
  }
  #sp-header .modal-menu .sp-nav .nav-list {
    margin-top: 20px;
    color: #333;
  }
  #sp-header .modal-menu .sp-nav .list-item {
    display: block;
    border-bottom: 2px solid #919fab;
  }
  #sp-header .modal-menu .sp-nav li:first-child a {
    background: none;
  }
  #sp-header .modal-menu .sp-nav a {
    display: block;
    padding: 27px 90px 27px 40px;
    font-weight: bold;
    color: inherit;
    text-decoration: none;
    font-size: 120%;
    background: url(../image/arrow.png) no-repeat right 30px top 50%;
  }
  #sp-header .modal-menu .sp-nav a:hover {
    text-decoration: underline;
  }
  #sp-header .modal-menu .often-menu {
    margin: 50px 0 0;
  }
  #sp-header .modal-menu .often-menu .ttl {
    padding-bottom: 5px;
    position: relative;
    text-align: center;
    font-family: monospace;
    font-size: 180%;
    font-weight: bold;
  }
  #sp-header .modal-menu .often-menu .ttl::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    height: 5px;
    width: 157px;
    background: #0f67b1;
    transform: translateX(-50%);
  }
  #sp-header .modal-menu .often-menu .menu-list {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px 50px;
  }
  #sp-header .modal-menu .often-menu .menu-list li {
    width: 300px;
  }
  #sp-header .modal-menu .often-menu .menu-list li a {
    color: #333;
    font-weight: bold;
    text-decoration: none;
  }
  #sp-header .modal-menu .often-menu .menu-list li .item-img {
    position: relative;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    height: 240px;
    width: 300px;
    background: #fff;
  }
  #sp-header .modal-menu .often-menu .menu-list li .item-img::before {
    content: "";
    position: absolute;
    bottom: 0%;
    left: 50%;
    width: 270px;
    height: 6px;
    background: #0f67b1;
    transform: translateX(-50%);
  }
  #sp-header .modal-menu .often-menu .menu-list li .item-img img {
    padding: 15px 0;
    object-fit: cover;
    width: 300px;
    height: 210px;
  }
  #sp-header .modal-menu .often-menu .menu-list li .item-txt {
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
  }
  #sp-header .sns-list {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    gap: 0 25px;
  }
  #sp-header .sns-list img {
    background: #fff;
  }
  #sp-header .support-block {
    margin-top: 45px;
    margin-bottom: 35px;
  }
  #sp-header .support-block button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    padding: 0;
  }
  #sp-header .support-block .support-list {
    border-radius: 10px;
    box-sizing: border-box;
    margin: 0 auto;
    width: 600px;
  }
  #sp-header .support-block .support-list li + li {
    margin-top: 30px;
  }
  #sp-header .support-block .support-list .header-size {
    margin-top: 40px;
  }
  #sp-header .support-block .support-list .opinion-link, #sp-header .support-block .support-list .languages-link, #sp-header .support-block .support-list .go-to-pc {
    border: 2px solid #0f67b1;
    background: #fff;
    text-align: center;
  }
  #sp-header .support-block .support-list .opinion-link a, #sp-header .support-block .support-list .languages-link a, #sp-header .support-block .support-list .go-to-pc a {
    font-size: 105%;
    display: inline-block;
    padding: 18px 0px 18px 60px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
  }
  #sp-header .support-block .support-list .opinion-link a {
    background: url(../image/sp_mail_icon.png) no-repeat top 50% left 0;
  }
  #sp-header .support-block .support-list .languages-link {
    margin-bottom: 5px;
  }
  #sp-header .support-block .support-list .languages-link a {
    background: url(../image/sp_language_icon.png) no-repeat top 50% left 0;
  }
  #sp-header .support-block .support-list .go-to-pc {
    margin-top: 40px;
  }
  #sp-header .support-block .support-list .go-to-pc a {
    background: url(../image/go_to_pc.png) no-repeat top 50% left 0;
  }
  #sp-header .support-block .header-size dl,
  #sp-header .support-block .header-color dl {
    align-items: center;
    display: flex;
  }
  #sp-header .support-block .header-size dt,
  #sp-header .support-block .header-color dt {
    flex-shrink: 0;
    width: 167px;
  }
  #sp-header .support-block .header-color dd {
    margin-right: 10px;
  }
  #sp-header .support-block .header-color a {
    display: block;
  }
  #sp-header .support-block .header-lang {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  #sp-header .support-block .header-lang .header-lang-title {
    padding: 15px 40px;
    padding-left: 0;
  }
  #sp-header .support-block .header-lang .lang-select {
    flex: 1;
    padding: 15px 20px;
    padding-left: 70px;
    border: 0;
    background: url(../image/sp_language_icon.png) no-repeat top 50% left 15px, url(../image/lang_arrow.png) no-repeat top 50% right 15px, #fff;
    font-size: 100%;
    border: 2px solid #0f67b1;
    appearance: none;
    text-decoration: underline;
    min-height: 80px;
  }
  #sp-header .support-block .header-lang .btn-lang-select {
    color: #fff;
    padding: 25px 11px;
    background: #0f67b1;
    font-size: 100%;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
    border: 2px solid #0f67b1;
  }
}

@media screen and (max-width: 768px) and (max-width: 570px) {
  #sp-header .modal-search,
  #sp-header .modal-menu {
    top: 90px;
  }
  #sp-header .modal-menu .arrow {
    right: 6%;
  }
  #sp-header .modal-search .arrow {
    right: 24%;
  }
}

/*container*/
/*++++++++++++++++++++++++++++++++++
 * トップページのコンテンツエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
body {
  font-family: "メイリオ", Meiryo, sans-serif;
}

body a img:hover {
  opacity: .85;
}

@media print, screen and (min-width: 769px) {
  .sec {
    margin: 0 auto;
    width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  .sec {
    margin: 0 auto;
    width: 650px;
  }
}

@media print, screen and (min-width: 769px) {
  #container {
    background: url(../image/pc_mv_bg.png) no-repeat;
    background-size: 100%;
  }
}

@media screen and (max-width: 768px) {
  #container {
    background: url(../image/sp_mv_bg.png) no-repeat;
  }
}

@media print, screen and (min-width: 769px) {
  .sec-top {
    position: relative;
    padding-top: 80px;
  }
  .sec-top .sec-mv {
    margin-bottom: 80px;
  }
  .sec-top .sec-mv .mv-ttl {
    position: absolute;
    top: 11px;
    left: 50%;
    transform: translateX(-50%);
  }
  .sec-top .sec-mv .slider-wrap {
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    position: relative;
  }
  .sec-top .sec-mv .slider-wrap .mv-slider a {
    display: block;
  }
  .sec-top .sec-mv .slider-wrap .mv-slider a:focus, .sec-top .sec-mv .slider-wrap .mv-slider a:focus-visible {
    margin-top: 4px;
  }
  .sec-top .sec-mv .slider-wrap .mv-slider img {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    object-fit: cover;
    width: 1000px;
    height: 320px;
  }
  .sec-top .sec-mv .bx-wrapper {
    margin: 0 auto;
  }
  .sec-top .sec-mv .bx-viewport {
    overflow: visible !important;
  }
  .sec-top .sec-mv .slide-controls button {
    background: none;
    border: none;
    font-size: 0;
    cursor: pointer;
  }
  .sec-top .sec-mv .slide-controls button:hover {
    opacity: 0.85;
  }
  .sec-top .sec-mv .slide-controls .control-unit {
    align-items: flex-end;
    display: flex;
    justify-content: center;
    column-gap: 6px;
    margin-top: 10px;
    padding-bottom: 4px;
  }
  .sec-top .sec-mv .slide-controls .control-unit .bx-pager-list {
    display: flex;
    column-gap: 6px;
  }
  .sec-top .sec-mv .slide-controls .control-unit .bx-pager-list .bx-pager-item {
    display: flex;
    width: 30px;
    height: 5px;
  }
  .sec-top .sec-mv .slide-controls .control-unit .bx-pager-list .bx-pager-item button {
    border: 1px solid #fff;
    background-color: #0f67b1;
    height: 100%;
    padding: 0;
    width: 100%;
    transition: all  0.3s ease;
  }
  .sec-top .sec-mv .slide-controls .control-unit .bx-pager-list .bx-pager-item button.active {
    background-color: #fff;
  }
  .sec-top .sec-mv .slide-controls .control-unit .bx-pager-list .bx-pager-item button.active:focus-visible {
    background-color: #5dc2d0;
  }
  .sec-top .sec-mv .slide-controls .control-unit .bx-pager-list .bx-pager-item button:hover {
    background-color: #5dc2d0;
  }
  .sec-top .sec-mv .slide-controls .control-unit .bx-controls-auto-item button {
    background: center /contain no-repeat;
    display: block;
  }
}

@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .sec-top .sec-mv .slide-controls .control-unit .bx-controls-auto-item button {
    height: 40px;
    width: 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .sec-top .sec-mv .slide-controls .control-unit .bx-controls-auto-item button.bx-start {
    background-image: url("../image/start.png");
    transition: all  0.3s ease;
  }
  .sec-top .sec-mv .slide-controls .control-unit .bx-controls-auto-item button.bx-start:hover {
    opacity: .85;
  }
  .sec-top .sec-mv .slide-controls .control-unit .bx-controls-auto-item button.bx-stop {
    background-image: url("../image/stop.png");
    transition: all  0.3s ease;
  }
  .sec-top .sec-mv .slide-controls .control-unit .bx-controls-auto-item button.bx-stop:hover {
    opacity: .85;
  }
  .sec-top .sec-mv .slide-controls .control-unit .bx-controls-auto-item button.active {
    display: none;
  }
  .sec-top .sec-important {
    border: 1px solid #c81212;
    border-top: 6px solid #c81212;
    background: #fff;
  }
  .sec-top .sec-important .important-in {
    padding: 20px 15px 25px;
    text-align: center;
  }
  .sec-top .sec-important .title {
    font-size: 210%;
    font-family: monospace;
    font-weight: bold;
    color: #c81212;
  }
  .sec-top .sec-important .info-area {
    margin-top: 30px;
  }
  .sec-top .sec-important .info-area .list {
    max-height: 170px;
    overflow-y: auto;
    text-align: start;
    font-family: "メイリオ", Meiryo, sans-serif;
    font-size: 110%;
  }
  .sec-top .sec-important .info-area .list li {
    display: flex;
    gap: 0 15px;
    margin-right: 20px;
    padding: 15px 0 20px;
    border-bottom: 1px solid #ccc;
  }
  .sec-top .sec-important .info-area .list li .date {
    flex-shrink: 0;
    color: #666;
    font-weight: bold;
  }
  .sec-top .sec-important .info-area .list li .text {
    color: #333;
  }
  .sec-top .sec-important .info-area .list li .text a {
    color: inherit;
  }
  .sec-top .sec-important .info-area .list li:first-child {
    padding-top: 5px;
  }
  .sec-top .sec-important .more {
    width: fit-content;
    margin: 25px auto 0;
  }
  .sec-top .sec-important .more a {
    display: block;
    padding: 11px 30px;
    background: url(../image/comomon_arrow_white.png) no-repeat top 45% right 8px/7px 12px, #c81212;
    font-size: 110%;
    color: #fff;
    text-decoration: none;
  }
  .sec-top .sec-important .more a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 768px) {
  .sec-top {
    padding-top: 50px;
  }
  .sec-top .sec-mv {
    margin-bottom: 85px;
  }
  .sec-top .sec-mv .slider-wrap {
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
  }
  .sec-top .sec-mv .slider-wrap img {
    object-fit: contain;
    width: 700px;
    height: 224px;
  }
  .sec-top .sec-mv .bx-wrapper {
    margin: 0 auto;
  }
  .sec-top .sec-mv .slide-controls button {
    background: none;
    border: none;
    font-size: 0;
    cursor: pointer;
  }
  .sec-top .sec-mv .slide-controls button:hover {
    opacity: 0.85;
  }
  .sec-top .sec-mv .slide-controls .control-unit {
    align-items: center;
    display: flex;
    justify-content: center;
    column-gap: 9px;
    margin-top: 20px;
  }
  .sec-top .sec-mv .slide-controls .control-unit .bx-pager-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 10px;
    max-width: 500px;
  }
  .sec-top .sec-mv .slide-controls .control-unit .bx-pager-list .bx-pager-item {
    display: flex;
    width: 48px;
    height: 10px;
  }
  .sec-top .sec-mv .slide-controls .control-unit .bx-pager-list .bx-pager-item button {
    border: 2px solid #fff;
    background-color: #0f67b1;
    height: 100%;
    padding: 0;
    width: 100%;
    transition: all  0.3s ease;
  }
  .sec-top .sec-mv .slide-controls .control-unit .bx-pager-list .bx-pager-item button.active {
    background-color: #fff;
  }
  .sec-top .sec-mv .slide-controls .control-unit .bx-pager-list .bx-pager-item button.active:focus-visible {
    background-color: #5dc2d0;
  }
  .sec-top .sec-mv .slide-controls .control-unit .bx-pager-list .bx-pager-item button:hover {
    background-color: #5dc2d0;
  }
  .sec-top .sec-mv .slide-controls .control-unit .bx-controls-auto-item button {
    background: center /contain no-repeat;
    display: block;
    height: 64px;
    width: 64px;
  }
  .sec-top .sec-mv .slide-controls .control-unit .bx-controls-auto-item button.bx-start {
    background-image: url("../image/start.png");
    transition: all  0.3s ease;
  }
  .sec-top .sec-mv .slide-controls .control-unit .bx-controls-auto-item button.bx-start:hover {
    opacity: .85;
  }
  .sec-top .sec-mv .slide-controls .control-unit .bx-controls-auto-item button.bx-stop {
    background-image: url("../image/stop.png");
    transition: all  0.3s ease;
  }
  .sec-top .sec-mv .slide-controls .control-unit .bx-controls-auto-item button.bx-stop:hover {
    opacity: .85;
  }
  .sec-top .sec-mv .slide-controls .control-unit .bx-controls-auto-item button.active {
    display: none;
  }
  .sec-top .sec-mv .slide-controls .control-unit .arrow .bx-prev, .sec-top .sec-mv .slide-controls .control-unit .arrow .bx-next {
    width: 28px;
    height: 46px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .sec-top .sec-mv .slide-controls .control-unit .arrow .bx-prev {
    margin: 10px;
    margin-right: 15px;
    background-image: url("../image/prev.png");
    transition: all  0.3s ease;
  }
  .sec-top .sec-mv .slide-controls .control-unit .arrow .bx-next {
    margin: 10px;
    margin-left: 15px;
    background-image: url("../image/next.png");
    transition: all  0.3s ease;
  }
  .sec-top .sec-important {
    border: 2px solid #c81212;
    border-top: 8px solid #c81212;
    background: #fff;
    box-sizing: border-box;
  }
  .sec-top .sec-important .important-in {
    padding: 30px 25px;
    text-align: center;
  }
  .sec-top .sec-important .title {
    font-size: 120%;
    font-family: monospace;
    font-weight: bold;
    color: #c81212;
  }
  .sec-top .sec-important .info-area {
    margin-top: 35px;
  }
  .sec-top .sec-important .info-area .list {
    max-height: 445px;
    overflow-y: auto;
    text-align: start;
    font-family: "メイリオ", Meiryo, sans-serif;
    font-size: 105%;
  }
  .sec-top .sec-important .info-area .list li {
    margin-right: 20px;
    padding: 20px 0;
    border-bottom: 2px solid #ccc;
    line-height: 140% !important;
  }
  .sec-top .sec-important .info-area .list li .date {
    display: block;
    color: #666;
    font-weight: bold;
  }
  .sec-top .sec-important .info-area .list li .text {
    color: #333;
  }
  .sec-top .sec-important .info-area .list li .text a {
    color: inherit;
  }
  .sec-top .sec-important .info-area .list li:first-child {
    padding-top: 0;
  }
  .sec-top .sec-important .more {
    width: fit-content;
    margin: 30px auto 0;
  }
  .sec-top .sec-important .more a {
    display: block;
    padding: 13px 40px;
    background: url(../image/comomon_arrow_white.png) no-repeat top 49% right 15px/10px 20px, #c81212;
    font-size: 105%;
    color: #fff;
    text-decoration: none;
  }
}

@media print, screen and (min-width: 769px) {
  .sec-about {
    margin-top: 70px;
    margin-bottom: 100px;
  }
  .sec-about .list {
    display: flex;
    margin: 0 32px;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 25px 45px;
  }
  .sec-about .list a, .sec-about .list .item-nolink {
    text-align: center;
    font-size: 125%;
    font-weight: bold;
    text-decoration: none;
    color: #333;
  }
  .sec-about .list a:hover {
    text-decoration: underline;
  }
  .sec-about .list li {
    width: 200px;
  }
  .sec-about .list li .item-img {
    height: 200px;
    width: 200px;
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  }
  .sec-about .list li .item-img::before {
    content: "";
    position: absolute;
    bottom: 0%;
    left: 50%;
    width: 180px;
    height: 6px;
    background: #0f67b1;
    transform: translateX(-50%);
  }
  .sec-about .list li .item-txt {
    margin-top: 15px;
  }
  .sec-about .list li img {
    padding: 20px;
    object-fit: cover;
    height: auto;
    max-width: 160px;
  }
}

@media screen and (max-width: 768px) {
  .sec-about {
    margin-top: 70px;
    margin-bottom: 100px;
  }
  .sec-about .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 40px 50px;
  }
  .sec-about .list a, .sec-about .list .item-nolink {
    text-align: center;
    font-size: 125%;
    font-weight: bold;
    text-decoration: none;
    color: #333;
  }
  .sec-about .list a:hover, .sec-about .list .item-nolink:hover {
    text-decoration: underline;
  }
  .sec-about .list li {
    width: 300px;
  }
  .sec-about .list li .item-img {
    height: 300px;
    width: 300px;
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  }
  .sec-about .list li .item-img::before {
    content: "";
    position: absolute;
    bottom: 0%;
    left: 50%;
    width: 270px;
    height: 6px;
    background: #0f67b1;
    transform: translateX(-50%);
  }
  .sec-about .list li .item-txt {
    margin-top: 20px;
  }
  .sec-about .list li img {
    padding: 25px;
    object-fit: cover;
    height: auto;
    max-width: 250px;
  }
}

@media print, screen and (min-width: 769px) {
  .sec-news {
    padding: 140px 0 60px;
    background: #ebf5fd;
  }
  .sec-news .sec-in {
    position: relative;
    width: 1000px;
    margin: 0 auto;
  }
  .sec-news .sec-in .tab-nav {
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
  }
  .sec-news .sec-in .tab-list {
    width: 980px;
    display: flex;
    align-items: flex-start;
    margin: 0 auto;
    gap: 0 15px;
  }
  .sec-news .sec-in .tab-list li {
    width: 100%;
    background: #fff;
    border-bottom: 3px solid #0f67b1;
    text-align: center;
    flex: 1;
  }
  .sec-news .sec-in .tab-list li a {
    display: block;
    padding: 22px 50px;
    color: #333;
    font-weight: bold;
    font-size: 180%;
    text-decoration: none;
    background: url(../image/common_arrow.png) no-repeat top 50% right 15px/10px auto;
  }
  .sec-news .sec-in .tab-list li a:hover {
    text-decoration: underline;
  }
  .sec-news .sec-in .tab-list .hover {
    color: #fff;
    background: #0f67b1;
  }
  .sec-news .sec-in .tab-list .hover a {
    display: block;
    padding: 30px 50px 35px;
    color: #fff;
    font-weight: bold;
    font-size: 180%;
    text-decoration: none;
  }
  .sec-news .sec-in .tab-list .hover a:hover {
    text-decoration: underline;
  }
  .sec-news .sec-in .in {
    padding: 30px 20px 30px;
    background: #fff;
  }
  .sec-news .sec-in .in .tab-in .wysiwyg {
    margin: 50px 0;
    text-align: center;
  }
  .sec-news .sec-in .in .post-list {
    max-height: 400px;
    overflow-y: auto;
  }
  .sec-news .sec-in .in .post-list .list {
    display: flex;
    gap: 0 15px;
    margin-right: 3px;
    padding: 25px 0;
    border-bottom: 1px solid #ccc;
    font-size: 110%;
  }
  .sec-news .sec-in .in .post-list .list:first-child {
    padding-top: 5px;
  }
  .sec-news .sec-in .in .post-list .list .date {
    color: #0f67b1;
    font-weight: bold;
    flex-shrink: 0;
  }
  .sec-news .sec-in .in .post-list .list .txt a {
    color: #333;
  }
  .sec-news .sec-in .in .more {
    width: fit-content;
    margin: 25px auto 0;
  }
  .sec-news .sec-in .in .more a {
    display: block;
    padding: 11px 40px;
    background: url(../image/comomon_arrow_white.png) no-repeat top 47% right 12px/10px 17px, #0f67b1;
    font-size: 110%;
    color: #fff;
    text-decoration: none;
  }
  .sec-news .sec-in .in .more a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 768px) {
  .sec-news {
    padding: 180px 0 80px;
    background: #ebf5fd;
  }
  .sec-news .sec-in {
    position: relative;
    width: 710px;
    margin: 0 auto;
  }
  .sec-news .sec-in .tab-nav {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
  }
  .sec-news .sec-in .tab-list {
    width: 670px;
    display: flex;
    align-items: flex-start;
    margin: 0 auto;
    gap: 0 15px;
  }
  .sec-news .sec-in .tab-list li {
    width: 100%;
    background: #fff;
    border-bottom: 4px solid #0f67b1;
    text-align: center;
    flex: 1;
  }
  .sec-news .sec-in .tab-list li a {
    display: block;
    padding: 23px 50px;
    color: #333;
    font-weight: bold;
    font-size: 125%;
    text-decoration: none;
    background: url(../image/common_arrow.png) no-repeat top 50% right 20px;
  }
  .sec-news .sec-in .tab-list li a:hover {
    text-decoration: underline;
  }
  .sec-news .sec-in .tab-list .hover a {
    color: #fff;
    background: #0f67b1;
    padding: 30px 50px 45px;
    font-weight: bold;
    font-size: 125%;
    text-decoration: none;
  }
  .sec-news .sec-in .tab-list .hover a:hover {
    text-decoration: underline;
  }
  .sec-news .sec-in .in {
    padding: 60px 20px 30px;
    background: #fff;
  }
  .sec-news .sec-in .in .post-list {
    max-height: 700px;
    overflow-y: auto;
  }
  .sec-news .sec-in .in .post-list .list {
    margin-right: 15px;
    padding: 25px 0;
    border-bottom: 2px solid #ccc;
    font-size: 105%;
    line-height: 130%;
  }
  .sec-news .sec-in .in .post-list .list:first-child {
    padding-top: 0;
  }
  .sec-news .sec-in .in .post-list .list .date {
    display: block;
    color: #0f67b1;
    font-weight: bold;
    flex-shrink: 0;
  }
  .sec-news .sec-in .in .post-list .list .txt a {
    color: #333;
  }
  .sec-news .sec-in .in .more {
    width: fit-content;
    margin: 25px auto 0;
  }
  .sec-news .sec-in .in .more a {
    display: block;
    padding: 13px 71px;
    background: url(../image/comomon_arrow_white.png) no-repeat top 46% right 15px/15px 25px, #0f67b1;
    font-size: 105%;
    color: #fff;
    text-decoration: none;
  }
}

@media print, screen and (min-width: 769px) {
  .sec-often {
    padding: 80px 0 0;
  }
  .sec-often .sec-ttl {
    position: relative;
    padding-bottom: 15px;
    text-align: center;
    font-size: 310%;
    font-weight: bold;
    font-family: monospace;
  }
  .sec-often .sec-ttl::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    background: #0f67b1;
    height: 3px;
    width: 157px;
    transform: translateX(-50%);
  }
  .sec-often .menu-list {
    margin: 25px 32px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px 45px;
  }
  .sec-often .menu-list .item {
    width: 200px;
  }
  .sec-often .menu-list .item a, .sec-often .menu-list .item .item-nolink {
    text-align: center;
    font-size: 125%;
    font-weight: bold;
    text-decoration: none;
    color: #333;
  }
  .sec-often .menu-list .item a:hover {
    text-decoration: underline;
  }
  .sec-often .menu-list .item .item-img {
    position: relative;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
    height: 160px;
    width: 200px;
  }
  .sec-often .menu-list .item .item-img::before {
    content: "";
    position: absolute;
    bottom: 0%;
    left: 50%;
    width: 180px;
    height: 4px;
    background: #0f67b1;
    transform: translateX(-50%);
  }
  .sec-often .menu-list .item .item-img img {
    padding: 10px 0;
    object-fit: cover;
    height: 140px;
    width: 100%;
  }
  .sec-often .menu-list .item .item-txt {
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .sec-often {
    padding: 90px 0 0;
  }
  .sec-often .sec-ttl {
    position: relative;
    padding-bottom: 20px;
    text-align: center;
    font-size: 180%;
    font-family: monospace;
    font-weight: bold;
  }
  .sec-often .sec-ttl::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    height: 5px;
    width: 157px;
    background: #0f67b1;
    transform: translateX(-50%);
  }
  .sec-often .menu-list {
    margin-top: 35px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 25px 50px;
  }
  .sec-often .menu-list li {
    width: 300px;
  }
  .sec-often .menu-list li a, .sec-often .menu-list li .item-nolink {
    color: #333;
    font-weight: bold;
    text-decoration: none;
  }
  .sec-often .menu-list li .item-img {
    position: relative;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    height: 240px;
    width: 300px;
    background: #fff;
  }
  .sec-often .menu-list li .item-img::before {
    content: "";
    position: absolute;
    bottom: 0%;
    left: 50%;
    width: 270px;
    height: 6px;
    background: #0f67b1;
    transform: translateX(-50%);
  }
  .sec-often .menu-list li .item-img img {
    padding: 15px 0;
    object-fit: cover;
    width: 300px;
    height: 210px;
  }
  .sec-often .menu-list li .item-txt {
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
  }
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
フッター
==================================*/
footer {
  margin-top: 100px;
  position: relative;
  box-sizing: border-box;
  font-family: "メイリオ", Meiryo, sans-serif;
}

@media screen and (max-width: 768px) {
  footer {
    margin-top: 200px;
  }
}

footer .in {
  background: #0f67b1;
  text-align: center;
  color: #fff;
}

@media print, screen and (min-width: 769px) {
  footer .in {
    padding-top: 35px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  footer .in {
    padding-top: 100px;
    padding-bottom: 35px;
  }
}

footer .in .address {
  text-align: center;
  font-size: 160%;
  margin: 0 auto;
  font-weight: bold;
}

footer .in .address span {
  display: block;
}

footer .in .address span a:link {
  text-decoration: underline;
}

@media print, screen and (min-width: 769px) {
  footer .in .address {
    width: 530px;
  }
}

@media screen and (max-width: 768px) {
  footer .in .address {
    width: 700px;
    font-size: 110%;
  }
  footer .in .address span {
    line-height: 200%;
  }
}

footer .in .address a {
  color: inherit;
  text-decoration: none;
}

footer .in .footer-link {
  margin-top: 42px;
  display: flex;
  justify-content: center;
  font-size: 110%;
}

@media screen and (max-width: 768px) {
  footer .in .footer-link {
    margin-top: 50px;
    flex-wrap: wrap;
    font-size: 80%;
    gap: 5px 0;
  }
}

footer .in .footer-link li {
  position: relative;
}

footer .in .footer-link li::before {
  content: "|";
  color: #90aed2;
}

footer .in .footer-link li:first-child::before {
  content: "";
}

@media screen and (max-width: 768px) {
  footer .in .footer-link li:nth-child(3)::before {
    content: "";
  }
}

footer .in .footer-link a {
  color: inherit;
  text-decoration-color: #90aed2;
}

footer .in .footer-link a:focus, footer .in .footer-link a:focus-visible {
  color: #333;
  margin-right: 4px;
}

@media print, screen and (min-width: 769px) {
  footer .in .footer-link a {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  footer .in .footer-link a {
    padding: 0 28px;
  }
}

footer .copyright {
  padding: 13px 0;
  background-color: #d7e5f2;
  color: #333;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  footer .copyright {
    padding: 14px 0;
    font-size: 100%;
  }
}

@media screen and (max-width: 768px) {
  footer .copyright {
    padding: 22px 0;
    font-size: 75%;
  }
}

@media print, screen and (min-width: 769px) {
  footer .box {
    width: 1000px;
    padding: 50px 0 25px 0;
  }
  footer #pagetop {
    width: 100px;
    position: absolute;
    right: 25px;
    bottom: 20px;
    height: 130px;
  }
  footer #pagetop img {
    height: 130px;
    width: 100px;
  }
  footer #pagetop a {
    background-color: transparent !important;
    display: block;
    height: 130px;
    width: 100px;
  }
  footer #pagetop a:focus, footer #pagetop a:focus-visible {
    background-color: transparent !important;
    border: 2px solid #333;
  }
}

@media screen and (max-width: 768px) {
  footer .box {
    padding: 30px 40px;
  }
  footer #pagetop {
    display: block;
    position: absolute;
    right: 10px;
    bottom: 40px;
    height: 204px;
  }
  footer #pagetop a {
    background-color: transparent !important;
    display: block;
    height: 204px;
    width: 170px;
  }
}
