@charset "UTF-8";
/*
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: 0.9em;
  background: #e3eaf4;
  font-size: 125%;
  box-sizing: border-box;
  border-bottom: 4px solid #0d4a9d;
  padding: 15px;
  border-radius: 4px 4px 0 0;
}

h2.head-title a {
  color: inherit;
}

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  margin-top: 1.1em;
  background: #e3eaf4;
  font-size: 112.5%;
  box-sizing: border-box;
  border-left: 4px solid #0d4a9d;
  padding: 10px 12px;
}

h4, .wysiwyg h4, .free-layout-area h4 {
  margin-top: 1.2em;
  line-height: 1.2;
  font-size: 112.5%;
  padding: 10px 15px;
  border-top: 3px double #263246;
  border-bottom: 3px double #263246;
}

h5, .wysiwyg h5, .free-layout-area h5 {
  margin-top: 1.2em;
  line-height: 1.2;
  font-size: 100%;
  padding-bottom: 7px;
  border-bottom: 2px solid #0d4a9d;
}

h6, .wysiwyg h6, .free-layout-area h6 {
  margin-top: 1.3em;
  font-size: 100%;
  line-height: 1.2;
}

h2.head-title, h3.head-title {
  overflow: hidden;
}

.smartcmsBbsBlock h3,
h4, h5, h6 {
  overflow: hidden;
}

.wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .free-layout-area h2, .free-layout-area h3, .free-layout-area h4, .free-layout-area h5, .free-layout-area h6 {
  overflow: hidden;
}

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

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

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

@media screen and (max-width: 768px) {
  .wysiwyg ol, .pubcom-table ol {
    margin-left: 22px;
  }
}

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

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

.wysiwyg table ul, .pubcom-table table ul {
  margin-left: 0;
}

.wysiwyg table ol, .pubcom-table table ol {
  padding-left: 1.5em;
}

@media screen and (max-width: 768px) {
  .wysiwyg table ol, .pubcom-table table ol {
    margin-left: 0;
    padding-left: 40px;
  }
}

.wysiwyg table p, .pubcom-table table p {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.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;
}

.wysiwyg th {
  background-color: #d0e1f5;
}

.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;
}

.wysiwyg .text_, .cke_panel_list .text_ {
  color: #c00;
}

.wysiwyg .text2_, .cke_panel_list .text2_ {
  color: #00c;
}

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

body {
  font-family: "游ゴシック体", "游ゴシック Medium", YuGothic, "Yu Gothic M", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-size: 100%;
  color: #263246;
  background: #fff;
}

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

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

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

ul, ol {
  list-style: none;
}

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

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

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

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

a:focus {
  background-color: transparent;
  color: #015392;
}

a:active {
  _background: transparent;
  /*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: #b8cde5;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

.scheme11 {
  background-color: #0d4a9d;
  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;
}

.cse input.gsc-input, input.gsc-input {
  box-sizing: border-box;
  padding: 5px 0 !important;
  border: none !important;
  font-size: inherit !important;
  margin: 0 !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;
}

/* ----- カスタム設定 ----- */
@media print, screen and (min-width: 769px) {
  .gsc-input-box {
    border: 1px solid #1e3c63 !important;
    border-radius: 3px 0 0 3px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-input-box {
    border: 2px solid #1e3c63 !important;
    border-radius: 5px 0 0 5px !important;
  }
}

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

@media screen and (max-width: 768px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 88px;
  }
}

td.gsc-search-button {
  border-radius: 0 5px 5px 0 !important;
  background-color: #1e3c63 !important;
}

@media print, screen and (min-width: 769px) {
  td.gsc-search-button {
    height: 48px;
    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-color: #1e3c63 !important;
}

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

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

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

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

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

.hide {
  display: none;
}

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

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

#smartphone .wrap {
  align-items: center;
  background-color: #e3eaf4;
  border: 6px solid #9fb8d5;
  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: #ffffff;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 20px;
}

#smartphone .wrap .ico:after {
  border-left: 12px solid #0d4a9d;
  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;
}

/*++++++++++++++++++++++++++++++++++
 * トップページのコンテンツエリア専用CSS（プリント用）
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
@media print {
  body {
    zoom: 1;
  }
}

/*==================================
header（PC）
==================================*/
@media print, screen and (min-width: 769px) {
  body {
    min-width: 1040px;
  }
  .to-container a {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    margin-top: -9999px;
    color: #263246;
    font-size: 97%;
  }
  .to-container a:focus {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  #header *, #header *::before, #header *::after {
    box-sizing: border-box;
  }
  #header .header-subnav {
    display: flex;
    align-items: center;
    gap: 0 20px;
    width: 1000px;
    margin: 0 auto;
    padding-top: 10px;
  }
  #header .header-subnav #header-logo a {
    display: inline-block;
  }
  #header .header-subnav #header-logo a:hover {
    opacity: .85;
  }
  #header .header-subnav .header-support {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 5px 15px;
    margin-left: auto;
    padding: 5px 0;
  }
  #header .header-subnav .header-size, #header .header-subnav .header-color {
    display: flex;
    align-items: center;
    margin-right: 5px;
  }
  #header .header-subnav .header-size button, #header .header-subnav .header-color button {
    appearance: none;
    display: block;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0;
    padding: 0;
    vertical-align: bottom;
  }
  #header .header-subnav .header-size .title, #header .header-subnav .header-color .title {
    font-size: 87.5%;
    margin-right: 10px;
    line-height: 1.1;
    text-align: center;
  }
  #header .header-subnav .header-size dd, #header .header-subnav .header-color dd {
    line-height: 1;
  }
  #header .header-subnav .header-size dd + dd, #header .header-subnav .header-color dd + dd {
    margin-left: 5px;
  }
  #header .header-subnav .header-size dd img, #header .header-subnav .header-color dd img {
    cursor: pointer;
    height: 26px;
  }
  #header .header-subnav .header-size dd img:hover, #header .header-subnav .header-color dd img:hover {
    opacity: .85;
  }
  #header .header-subnav .header-lang .lang-wrap {
    display: flex;
    border: solid 1px #004098;
    border-radius: 2px;
  }
  #header .header-subnav .header-lang .lang-select {
    color: #000;
    padding: 3px 10px;
    min-width: 160px;
    border: 0;
  }
  #header .header-subnav .header-lang .btn-lang-select {
    position: relative;
    color: inherit;
    min-height: 32px;
    padding: 5px 10px;
    font: inherit;
    font-size: 87.5%;
    border: 0;
    background: #fff;
    line-height: 1;
    cursor: pointer;
  }
  #header .header-subnav .header-lang .btn-lang-select:hover {
    color: #004098;
  }
  #header .header-subnav .header-lang .btn-lang-select::before {
    content: '';
    position: absolute;
    right: 100%;
    top: 6px;
    bottom: 6px;
    width: 1px;
    background: #9eb7d8;
  }
  #header .header-subnav .header-btn {
    display: flex;
  }
  #header .header-subnav .header-btn a {
    display: flex;
    align-items: center;
    text-align: center;
    height: 100%;
    min-height: 34px;
    padding: 5px 15px 5px 35px;
    border: 1px solid #9a0505;
    color: #9a0505;
    font-weight: bold;
    line-height: 1.2;
    text-decoration: none;
    border-radius: 2px;
    background: url(../img_common/icon_bosai.png) left 10px center/auto 20px no-repeat;
  }
  #header .header-subnav .header-btn a:hover {
    box-shadow: 0 0 0 1px #9a0505;
  }
}

#header-nav {
  position: sticky;
  z-index: 500;
  left: 0;
  top: 0;
  padding: 5px 0;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 #e3eaf4;
}

@media screen and (max-width: 768px) {
  #header-nav {
    display: none;
  }
}

#header-nav *, #header-nav *::before, #header-nav *::after {
  box-sizing: border-box;
}

#header-nav .in {
  width: 1000px;
  margin: 0 auto;
}

#header-nav .header-nav-list {
  position: relative;
  display: flex;
}

#header-nav .header-nav-list > li {
  flex: 1;
  padding: 0 6px;
}

#header-nav .header-nav-list > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  min-height: 70px;
  padding: 40px 5px 5px;
  line-height: 1.25;
  font-size: 106.25%;
  font-weight: bold;
  color: inherit;
  text-decoration: none;
  border-radius: 6px;
  background: url() center 7px/auto 30px no-repeat;
}

#header-nav .header-nav-list > li:not(:first-of-type) > a::before {
  content: '';
  position: absolute;
  left: -6px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background: #ededed;
  pointer-events: none;
}

#header-nav .header-nav-list > li:hover > a {
  background-color: rgba(208, 225, 245, 0.99);
}

#header-nav .header-nav-list > li:hover > a::after {
  content: '';
  position: absolute;
  right: 50%;
  top: 100%;
  margin-top: 3px;
  transform: translateX(50%);
  border-bottom: 9px solid rgba(13, 74, 157, 0.95);
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}

#header-nav .header-nav-list > li.nav-kurashi > a {
  background-image: url(../img_common/nav_icon_kurashi.png);
}

#header-nav .header-nav-list > li.nav-kosodate > a {
  background-image: url(../img_common/nav_icon_kosodate.png);
}

#header-nav .header-nav-list > li.nav-hoken > a {
  background-image: url(../img_common/nav_icon_hoken.png);
}

#header-nav .header-nav-list > li.nav-kanko > a {
  background-image: url(../img_common/nav_icon_kanko.png);
}

#header-nav .header-nav-list > li.nav-jigyo > a {
  background-image: url(../img_common/nav_icon_jigyo.png);
}

#header-nav .header-nav-list > li.nav-soshiki > a {
  background-image: url(../img_common/nav_icon_soshiki.png);
}

#header-nav .header-nav-list.lite > li > a {
  background-image: none !important;
  padding: 5px !important;
}

#header-nav .header-nav-list.lite > li > a::after {
  content: normal !important;
}

#header-nav .dropmenu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding-top: 12px;
}

#header-nav .dropmenu .dropmenu-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px 25px;
  padding: 20px 25px;
  background: rgba(13, 74, 157, 0.95);
  border-radius: 6px;
}

#header-nav .dropmenu .dropmenu-list a {
  display: flex;
  align-items: center;
  height: 100%;
  color: inherit;
  text-decoration: none;
  padding: 10px;
  padding-right: 40px;
  line-height: 1.25;
  border: 1px solid #fff;
  border-radius: 3px;
  background: #fff url(../img_common/icon_arrow_circle.png) right 8px center/auto 24px no-repeat;
}

#header-nav .dropmenu .dropmenu-list a:hover {
  background-color: transparent;
  color: #fff;
}

/*==================================
header（SP）
==================================*/
@media screen and (max-width: 768px) {
  #header-print {
    position: sticky;
    left: 0;
    top: 0;
    z-index: 500;
  }
  #sp-header {
    /* モーダル */
  }
  #sp-header *, #sp-header *::before, #sp-header *::after {
    box-sizing: border-box;
  }
  #sp-header .sp-header-in {
    position: relative;
    z-index: 500;
    display: flex;
    align-items: center;
    height: 130px;
    background: #fff;
    box-shadow: 0 2px 2px rgba(31, 60, 100, 0.2);
  }
  #sp-header #sp-header-logo {
    width: fit-content;
    padding: 0 15px;
  }
  #sp-header #sp-header-nav {
    position: absolute;
    right: 0;
    top: 0;
  }
  #sp-header #sp-header-nav .menu-btn-search,
  #sp-header #sp-header-nav .menu-btn-search-close {
    position: absolute;
    top: 0;
    right: 132px;
  }
  #sp-header #sp-header-nav .menu-btn-menu,
  #sp-header #sp-header-nav .menu-btn-menu-close {
    position: absolute;
    top: 0;
    right: 0;
  }
  #sp-header #sp-header-nav .menu-btn-search-close,
  #sp-header #sp-header-nav .menu-btn-menu-close {
    display: none;
  }
  #sp-header .modal-search-bg,
  #sp-header .modal-menu-bg {
    position: absolute;
    z-index: 300;
    left: 0;
    top: 0;
    width: 100%;
  }
  #sp-header .modal-search,
  #sp-header .modal-menu {
    display: none;
    position: absolute;
    z-index: 400;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100vh;
    padding: 160px 25px 30px;
    overflow: auto;
  }
  #sp-header .modal-btn-close {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: fit-content;
    min-width: 450px;
    margin: 50px auto;
    padding: 0 20px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 6px;
  }
  #sp-header .modal-btn-close span {
    display: inline-block;
    padding: 20px 100px;
    background: url(../img_common/icon_close.png) right center no-repeat;
  }
  #sp-header .modal-search {
    background: rgba(13, 74, 157, 0.95);
  }
  #sp-header .modal-search-box {
    padding: 30px 30px 50px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 6px;
  }
  #sp-header .modal-search-box dt {
    font-size: 110%;
    font-weight: bold;
    color: #263246;
  }
  #sp-header .modal-menu {
    background: rgba(31, 60, 100, 0.95);
  }
  #sp-header .modal-nav .box {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  #sp-header .modal-nav .title,
  #sp-header .modal-nav .title-lite a {
    display: flex;
    align-items: center;
    padding: 25px 90px 25px 30px;
    font-size: 150%;
    font-weight: bold;
    color: inherit;
    text-decoration: none;
  }
  #sp-header .modal-nav .title {
    background: url(../img_common/modal_menu_btn_plus.png) center right 40px no-repeat;
  }
  #sp-header .modal-nav .title.on {
    background-image: url(../img_common/modal_menu_btn_minus.png);
  }
  #sp-header .modal-nav .title img {
    flex-shrink: 0;
    margin-right: 30px;
  }
  #sp-header .modal-nav .list {
    padding: 0 30px 30px;
  }
  #sp-header .modal-nav .list li {
    list-style: disc;
    margin-left: 30px;
  }
  #sp-header .modal-nav .list li + li {
    margin-top: 10px;
  }
  #sp-header .modal-nav .list a {
    color: inherit;
  }
  #sp-header .support-block {
    margin-top: 30px;
  }
  #sp-header .support-block button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
  }
  #sp-header .support-block .support-list {
    background: rgba(255, 255, 255, 0.9);
    padding: 30px 45px;
    display: flex;
    flex-flow: column;
    gap: 30px;
    border-radius: 6px;
  }
  #sp-header .support-block .support-btn {
    align-self: center;
    min-width: 500px;
  }
  #sp-header .support-block .btn-bosai {
    text-align: center;
  }
  #sp-header .support-block .btn-bosai a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    min-height: 90px;
    color: inherit;
    text-decoration: none;
    font-size: 120%;
    font-weight: bold;
    color: #9a0505;
    border: 4px solid #9a0505;
    border-radius: 6px;
    background: #fff;
  }
  #sp-header .support-block .btn-bosai a::before {
    content: '';
    display: inline-block;
    margin-right: 20px;
    width: 40px;
    height: 46px;
    background: url(../img_common/icon_bosai.png) center center/contain no-repeat;
  }
  #sp-header .support-block .header-size dl,
  #sp-header .support-block .header-color dl {
    display: flex;
    align-items: center;
  }
  #sp-header .support-block .header-size dt,
  #sp-header .support-block .header-color dt {
    margin-right: 20px;
  }
  #sp-header .support-block .header-size dd,
  #sp-header .support-block .header-color dd {
    font-size: 0;
    margin-left: 10px;
  }
  #sp-header .support-block .header-size dd button,
  #sp-header .support-block .header-color dd button {
    font-size: 0;
  }
  #sp-header .support-block .header-lang .lang-wrap {
    display: flex;
    border: solid 2px #263246;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
  }
  #sp-header .support-block .header-lang .lang-select {
    color: #333;
    padding: 15px 20px;
    border: 0;
    font: inherit;
    min-width: 360px;
    flex: 1;
  }
  #sp-header .support-block .header-lang .btn-lang-select {
    position: relative;
    color: inherit;
    min-width: 100px;
    min-height: 90px;
    padding: 20px;
    margin-left: 20px;
    font: inherit;
    line-height: 1;
  }
  #sp-header .support-block .header-lang .btn-lang-select::before {
    content: '';
    position: absolute;
    right: 100%;
    top: 20px;
    bottom: 20px;
    width: 2px;
    background: #9eb7d8;
  }
  #sp-header .support-block .btn-pc {
    text-align: center;
  }
  #sp-header .support-block .btn-pc a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    min-height: 90px;
    color: inherit;
    text-decoration: none;
    border: 2px solid #263246;
    border-radius: 6px;
    background: #fff;
  }
  #sp-header .support-block .btn-pc a::before {
    content: '';
    display: inline-block;
    margin-right: 20px;
    width: 41px;
    height: 34px;
    background: url(../img_common/icon_pc.png) center center/contain no-repeat;
  }
  #sp-header .gsc-search-box-tools .gsc-search-box .gsc-input {
    font-size: 110% !important;
  }
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
フッター
==================================*/
footer {
  margin-top: 100px;
  background: #0d4a9d;
}

footer *, footer *::before, footer *::after {
  box-sizing: border-box;
}

footer #pagetop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  opacity: 0;
  visibility: hidden;
  transition: .2s;
}

footer #pagetop.on {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 768px) {
  footer #pagetop {
    bottom: 30px;
  }
}

footer #pagetop a {
  display: block;
  border: 1px solid #0d4a9d;
  background-color: #fff;
  overflow: clip;
  border-radius: 6px;
  line-height: 1;
}

@media print, screen and (min-width: 769px) {
  footer #pagetop a {
    width: 45px;
  }
  footer #pagetop a:hover {
    box-shadow: 0 0 0 1px #0d4a9d;
  }
}

@media screen and (max-width: 768px) {
  footer #pagetop a {
    width: 68px;
    border-width: 2px;
  }
}

footer #pagetop a img {
  width: 100%;
  background-color: #fff !important;
}

@media print, screen and (min-width: 769px) {
  footer .in {
    width: 1000px;
    margin: 0 auto;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 30px;
  }
}

@media screen and (max-width: 768px) {
  footer .in {
    padding: 80px 45px;
  }
}

footer .footer-info {
  color: #fff;
}

@media print, screen and (min-width: 769px) {
  footer .footer-info {
    display: flex;
    align-items: center;
    gap: 0 35px;
  }
}

@media print, screen and (min-width: 769px) {
  footer .footer-info dt {
    margin-top: -20px;
    width: 220px;
  }
  footer .footer-info dt img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-info dt {
    text-align: center;
    margin-bottom: 30px;
    padding-right: 50px;
  }
}

footer .footer-info dd {
  line-height: 1.25;
  font-size: 87.5%;
}

@media screen and (max-width: 768px) {
  footer .footer-info dd {
    font-size: 95%;
  }
}

footer .footer-info dd a {
  color: inherit;
}

@media print, screen and (min-width: 769px) {
  footer .footer-link {
    min-width: 235px;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-link {
    margin: 60px auto 0;
    width: fit-content;
    min-width: 440px;
  }
}

footer .footer-link li + li {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  footer .footer-link li + li {
    margin-top: 20px;
  }
}

footer .footer-link a {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 10px 15px;
  padding-right: 40px;
  font-size: 112.5%;
  font-weight: bold;
  line-height: 1.25;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #fff url(../img_common/icon_arrow_circle.png) right 6px center/auto 28px no-repeat;
}

@media print, screen and (min-width: 769px) {
  footer .footer-link a:hover {
    background-color: transparent;
    color: #fff;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-link a {
    font-size: 110%;
    padding: 25px 35px;
    padding-right: 80px;
    background-position: right center;
    background-size: auto 64px;
    border-radius: 6px;
  }
}

footer .footer-text-link {
  background: #fff;
}

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

@media screen and (max-width: 768px) {
  footer .footer-text-link {
    padding: 40px 140px;
    flex-wrap: wrap;
  }
}

footer .footer-text-link .list {
  display: flex;
}

@media print, screen and (min-width: 769px) {
  footer .footer-text-link .list {
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-text-link .list {
    flex-wrap: wrap;
  }
}

footer .footer-text-link .list li {
  margin: 0 5px;
}

footer .footer-text-link .list a {
  display: block;
  color: #0d4a9d;
  text-decoration: underline;
}

footer .footer-text-link .list a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  border-top: 2px solid #0d4a9d;
  border-right: 2px solid #0d4a9d;
  transform: rotate(45deg);
}

@media print, screen and (min-width: 769px) {
  footer .footer-text-link .list a:hover {
    text-decoration: none;
  }
}

footer .copyright {
  padding: 20px;
  background-color: #fff;
  font-size: 87.5%;
  text-align: center;
}

@media print {
  body {
    zoom: 0.68;
  }
}

footer {
  margin-top: 0;
}

#main {
  word-break: break-all;
}

#main *, #main *::before, #main *::after {
  box-sizing: border-box;
}

.slider-container {
  position: relative;
}

.slider-container button {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  appearance: none;
  display: block;
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

@media print, screen and (min-width: 769px) {
  .slider-container button:hover {
    opacity: .85;
  }
}

.slider-container .slider-viewport {
  position: relative;
}

.slider-container .slider-controls {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .slider-container .slider-controls {
    margin-top: 30px;
  }
}

.slider-container .slider-controls * {
  line-height: 1;
}

.slider-container .slider-controls .slider-controls-in {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.slider-container .slider-controls .slider-pager .bx-pager-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .slider-container .slider-controls .slider-pager .bx-pager-list {
    gap: 20px;
  }
}

.slider-container .slider-controls .slider-pager .bx-pager-list li {
  line-height: 1;
}

.slider-container .slider-controls .slider-pager .bx-pager-list button {
  background: #fff;
  border: 2px solid #1e3c63;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .slider-container .slider-controls .slider-pager .bx-pager-list button {
    width: 28px;
    height: 28px;
  }
}

.slider-container .slider-controls .slider-pager .bx-pager-list button:hover, .slider-container .slider-controls .slider-pager .bx-pager-list button.active {
  border-color: #fff;
  background: #1e3c63;
}

.slider-container .slider-controls .slider-auto {
  flex-shrink: 0;
}

.slider-container .slider-controls .slider-auto button {
  width: 36px;
  height: 36px;
  background: url() center center/contain no-repeat;
}

@media screen and (max-width: 768px) {
  .slider-container .slider-controls .slider-auto button {
    width: 50px;
    height: 50px;
  }
}

.slider-container .slider-controls .slider-auto button.bx-stop {
  background-image: url(../img_top/slider_stop.png);
}

.slider-container .slider-controls .slider-auto button.bx-start {
  background-image: url(../img_top/slider_start.png);
}

@media print, screen and (min-width: 769px) {
  .c-wrap {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 768px) {
  .c-wrap {
    margin-left: 25px;
    margin-right: 25px;
  }
}

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

@media screen and (max-width: 768px) {
  .sec {
    padding: 60px 40px;
  }
}

.sec-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0 30px;
  margin-bottom: 30px;
  font-size: 225%;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .sec-title {
    font-size: 180%;
  }
}

.sec-title::before, .sec-title::after {
  content: '';
  display: block;
  flex: 1;
  height: 1px;
  background: #263246;
}

@media screen and (max-width: 768px) {
  .sec-title::before, .sec-title::after {
    height: 2px;
  }
}

.emg-sec {
  border-radius: 6px;
  border: 2px solid #9a0505;
  overflow: hidden;
}

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

@media screen and (max-width: 768px) {
  .emg-sec {
    margin: 25px;
    border-width: 4px;
    border-radius: 10px;
  }
}

.emg-sec .emg-title {
  padding: 10px;
  font-size: 125%;
  font-weight: normal;
  text-align: center;
  line-height: 1.25;
  color: #fff;
  background: #9a0505;
}

@media screen and (max-width: 768px) {
  .emg-sec .emg-title {
    padding: 20px;
  }
}

.emg-sec .emg-list {
  max-height: 6em;
  overflow: auto;
  padding: 15px 20px;
}

@media screen and (max-width: 768px) {
  .emg-sec .emg-list {
    max-height: 11em;
    padding: 20px 25px;
  }
}

.emg-sec .emg-list li {
  font-weight: bold;
  line-height: 1.5;
}

@media print, screen and (min-width: 769px) {
  .emg-sec .emg-list li {
    display: flex;
    gap: 0 15px;
  }
}

.emg-sec .emg-list li + li {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .emg-sec .emg-list li + li {
    margin-top: 20px;
  }
}

.emg-sec .emg-list li .date {
  color: #9a0505;
}

@media print, screen and (min-width: 769px) {
  .emg-sec .emg-list li .date {
    max-width: 50%;
  }
}

.emg-sec .emg-list li .text {
  flex: 1;
}

@media screen and (max-width: 768px) {
  .emg-sec .emg-list li .text {
    display: block;
  }
}

.emg-sec .emg-btn {
  text-align: center;
  padding: 15px 20px;
  line-height: 1.25;
}

@media screen and (max-width: 768px) {
  .emg-sec .emg-btn {
    padding: 20px 25px;
  }
}

.emg-sec .emg-btn a {
  display: inline-block;
  min-width: 170px;
  padding: 10px 20px;
  padding-right: 40px;
  text-decoration: none;
  color: #fff;
  border: 1px solid #9a0505;
  border-radius: 4px;
  background: #9a0505 url(../img_top/icon_arrow_circle_red.png) right 10px center/auto 20px no-repeat;
}

@media print, screen and (min-width: 769px) {
  .emg-sec .emg-btn a:hover {
    color: #9a0505;
    background-color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .emg-sec .emg-btn a {
    min-width: 50%;
    padding: 15px 30px;
    padding-right: 60px;
    background-position: right 20px center;
    background-size: auto 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .mv-area {
    position: relative;
    margin-bottom: 65px;
  }
}

.mv-area .mv-slider .mv-catch {
  position: absolute;
  z-index: 200;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 50%);
  background: none !important;
}

@media print, screen and (min-width: 769px) {
  .mv-area .mv-slider .mv-catch {
    margin-bottom: 5%;
  }
}

.mv-area .mv-slider .mv-list img {
  width: 100%;
  height: auto;
  aspect-ratio: 1400 / 700;
  object-fit: cover;
  background: none !important;
}

@media print, screen and (min-width: 769px) {
  .mv-area .slider-controls {
    position: absolute;
    z-index: 200;
    left: 10px;
    bottom: 10px;
    margin-top: 0;
  }
  .mv-area .slider-controls .slider-controls-in {
    flex-direction: column;
  }
  .mv-area .slider-controls .slider-pager .bx-pager-list {
    flex-direction: column;
  }
}

.mv-area .mv-bnr {
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .mv-area .mv-bnr {
    position: absolute;
    z-index: 200;
    right: 20px;
    bottom: -65px;
    align-items: flex-end;
    gap: 0 30px;
    width: fit-content;
  }
}

@media screen and (max-width: 768px) {
  .mv-area .mv-bnr {
    align-items: center;
    justify-content: center;
    gap: 0 35px;
    margin-top: 50px;
  }
}

.mv-area .mv-bnr .mv-bnr-item {
  width: 204px;
}

@media screen and (max-width: 768px) {
  .mv-area .mv-bnr .mv-bnr-item {
    width: 210px;
  }
}

.mv-area .mv-bnr .mv-bnr-item .item a, .mv-area .mv-bnr .mv-bnr-item .item .item-nolink {
  display: block;
  color: inherit;
  text-decoration: none;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 102px;
  transition: .2s;
}

@media screen and (max-width: 768px) {
  .mv-area .mv-bnr .mv-bnr-item .item a, .mv-area .mv-bnr .mv-bnr-item .item .item-nolink {
    border: 0;
    border-radius: 105px;
  }
}

@media print, screen and (min-width: 769px) {
  .mv-area .mv-bnr .mv-bnr-item .item a:hover {
    box-shadow: 0 0 0 2px #0d4a9d;
    transform: scale(1.03);
  }
}

.mv-area .mv-bnr .mv-bnr-item .item .item-in {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
  min-height: 200px;
  padding-top: 50px;
  border: 2px solid #0d4a9d;
  background: #d0e0f5;
  border-radius: 100px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .mv-area .mv-bnr .mv-bnr-item .item .item-in {
    min-height: 210px;
    border-radius: 105px;
    border-width: 3px;
  }
}

.mv-area .mv-bnr .mv-bnr-item .item .item-in::after {
  content: '';
  display: block;
  width: 100%;
  height: 30px;
  background: #0d4a9d url(../img_top/icon_arrow_white.png) center/auto 20px no-repeat;
  transition: .2s;
}

@media screen and (max-width: 768px) {
  .mv-area .mv-bnr .mv-bnr-item .item .item-in::after {
    height: 34px;
  }
}

.mv-area .mv-bnr .mv-bnr-item .item a:hover .item-in::after {
  background-position: 53% center;
}

.mv-area .mv-bnr .mv-bnr-item .item .item-img img {
  width: 160px;
  height: 64px;
  object-fit: contain;
}

.mv-area .mv-bnr .mv-bnr-item .item .item-txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-family: "YuMincho", "游明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "HiraMinProN-W3", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Georgia", serif;
  font-size: 137.5%;
  line-height: 1.125;
}

.mv-area .mv-bnr .mv-bnr-item .item .item-txt * {
  line-height: 1.125;
}

@media screen and (max-width: 768px) {
  .mv-area .mv-bnr .mv-bnr-item .item .item-txt {
    font-size: 95%;
  }
}

@media print, screen and (min-width: 769px) {
  .mv-area .mv-bnr .mv-bnr-item.-teal .item a:hover {
    box-shadow: 0 0 0 2px #598b84;
  }
}

.mv-area .mv-bnr .mv-bnr-item.-teal .item .item-in {
  border-color: #598b84;
  background: #cbedea;
}

.mv-area .mv-bnr .mv-bnr-item.-teal .item .item-in::after {
  background-color: #598b84;
}

@media print, screen and (min-width: 769px) {
  .mv-area .mv-bnr .mv-bnr-item.-green .item a:hover {
    box-shadow: 0 0 0 2px #188c35;
  }
}

.mv-area .mv-bnr .mv-bnr-item.-green .item .item-in {
  border-color: #188c35;
  background: #c6e6cc;
}

.mv-area .mv-bnr .mv-bnr-item.-green .item .item-in::after {
  background-color: #188c35;
}

.feature-area {
  display: grid;
}

@media print, screen and (min-width: 769px) {
  .feature-area {
    padding-top: 50px;
    grid-template-columns: 530px 430px;
    gap: 80px 40px;
  }
}

@media screen and (max-width: 768px) {
  .feature-area {
    gap: 50px 0;
  }
}

.search-area dt {
  font-size: 125%;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .search-area dt {
    font-size: 110%;
  }
}

@media print, screen and (min-width: 769px) {
  .search-area .cse .gsc-search-button-v2, .search-area .gsc-search-button-v2 {
    width: 70px !important;
    border-radius: 0 5px 5px 0 !important;
  }
  .search-area .gsc-input-box {
    border-radius: 5px 0 0 5px !important;
    background-color: #fff !important;
  }
  .search-area .gsc-input-box td {
    background-color: #fff !important;
  }
}

@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .search-area .gsc-input-box td {
    border-radius: 5px 0 0 5px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .search-area .cse input.gsc-input, .search-area input.gsc-input {
    min-height: 70px !important;
  }
  .search-area td.gsc-search-button {
    min-height: 70px !important;
  }
  .search-area .gsc-search-button-v2 svg {
    width: 30px !important;
    height: 30px !important;
  }
}

@media screen and (max-width: 768px) {
  .search-area .gsc-search-box-tools .gsc-search-box .gsc-input {
    font-size: 110% !important;
  }
  .search-area .gsc-input-box {
    padding: 0 !important;
  }
}

.keyword-area dt {
  font-size: 125%;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .keyword-area dt {
    font-size: 110%;
  }
}

.keyword-area .keyword-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .keyword-area .keyword-list {
    gap: 15px;
  }
}

.keyword-area .keyword-list a {
  display: block;
  padding: 7px 30px 7px 15px;
  color: inherit;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.25;
  border: 1px solid #263246;
  border-radius: 4px;
  background: url(../img_top/icon_arrow.png) right 10px center/auto 12px no-repeat;
}

@media print, screen and (min-width: 769px) {
  .keyword-area .keyword-list a:hover {
    box-shadow: 0 0 0 1px #263246;
  }
}

@media screen and (max-width: 768px) {
  .keyword-area .keyword-list a {
    padding: 10px 50px 10px 20px;
    border-width: 2px;
    background-position: right 15px center;
    background-size: auto 24px;
  }
}

.banner-list {
  display: grid;
}

@media print, screen and (min-width: 769px) {
  .banner-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px 35px;
    width: 1000px;
    margin: 0 auto 60px;
  }
}

@media screen and (max-width: 768px) {
  .banner-list {
    width: 558px;
    margin: 30px auto;
  }
}

.banner-list .item a, .banner-list .item .item-nolink {
  position: relative;
  display: block;
  height: 100%;
  color: #fff;
  text-decoration: none;
  border: 1px solid #c7d4e7;
  background: #0d4a9d;
  border-radius: 8px;
  overflow: hidden;
}

.banner-list .item .item-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  min-height: 60px;
  padding: 5px;
  background: rgba(30, 60, 99, 0.8);
  font-size: 112.5%;
  font-weight: bold;
  transition: .2s;
  line-height: 1.125;
}

.banner-list .item .item-caption * {
  line-height: 1.125;
}

.banner-list .item .item-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 558 / 486;
  object-fit: contain;
}

.banner-list .item .item-txt {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: rgba(30, 60, 99, 0.8);
  overflow: auto;
  transition: .6s;
}

.banner-list .item .item-txt .item-title {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 60px;
  padding: 20px 5px;
  font-size: 112.5%;
  font-weight: bold;
  line-height: 1.125;
}

.banner-list .item .item-txt .item-title * {
  line-height: 1.125;
}

@media screen and (max-width: 768px) {
  .banner-list .item .item-txt .item-title {
    min-height: 110px;
    font-size: 110%;
  }
}

.banner-list .item .item-txt .item-content {
  flex: 1;
  padding: 0 20px 15px;
  line-height: 1.5;
}

.banner-list .item .item-txt .item-content * {
  line-height: 1.5;
}

@media print, screen and (min-width: 769px) {
  .banner-list .item:hover .item-caption {
    visibility: hidden;
    opacity: 0;
  }
  .banner-list .item:hover .item-txt {
    top: 0;
  }
}

.info-sec {
  background: url(../img_top/bg_wave_top.png) center top/100% auto no-repeat, url(../img_top/bg_wave.png) center bottom -1px/100% auto no-repeat, #e3eaf4;
}

@media screen and (max-width: 768px) {
  .info-sec .sec-title::before, .info-sec .sec-title::after {
    flex: none;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #0d4a9d;
  }
}

.info-sec .info-tab .list {
  display: flex;
  gap: 0 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .info-sec .info-tab .list {
    gap: 0 30px;
    margin-bottom: 30px;
  }
}

.info-sec .info-tab .list li {
  flex: 1;
}

.info-sec .info-tab .list li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 68px;
  height: 100%;
  padding: 5px;
  font-size: 125%;
  font-weight: bold;
  line-height: 1.25;
  color: #fff;
  text-decoration: none;
  background: #0d4a9d;
  border-radius: 6px;
  border: 1px solid #0d4a9d;
}

@media screen and (max-width: 768px) {
  .info-sec .info-tab .list li a {
    min-height: 120px;
    font-size: 100%;
    border-width: 2px;
    padding: 20px 10px 35px;
    background: #0d4a9d url(../img_top/icon_arrow_white_down.png) center bottom 10px/auto 16px no-repeat;
  }
}

.info-sec .info-tab .list li a .text {
  display: inline-block;
  padding: 0 30px;
  background: url(../img_top/icon_arrow_white_down.png) right center/auto 8px no-repeat;
}

@media screen and (max-width: 768px) {
  .info-sec .info-tab .list li a .text {
    padding: 0;
    background: none;
  }
}

.info-sec .info-tab .list li.hover a {
  background: #fff;
  color: inherit;
}

.info-sec .info-tab .list li.hover a::before, .info-sec .info-tab .list li.hover a::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 10px solid transparent;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}

@media screen and (max-width: 768px) {
  .info-sec .info-tab .list li.hover a::before, .info-sec .info-tab .list li.hover a::after {
    border-top-width: 12px;
    border-left-width: 12px;
    border-right-width: 12px;
  }
}

.info-sec .info-tab .list li.hover a::before {
  border-top-color: #0d4a9d;
}

.info-sec .info-tab .list li.hover a::after {
  border-top-color: #fff;
  margin-top: -1.5px;
}

@media screen and (max-width: 768px) {
  .info-sec .info-tab .list li.hover a::after {
    margin-top: -3px;
  }
}

.info-sec .info-tab .list li.hover a .text {
  background: none;
}

.info-sec .info-tab .info-list {
  overflow-y: auto;
  background: #fff;
}

@media print, screen and (min-width: 769px) {
  .info-sec .info-tab .info-list {
    max-height: 470px;
    padding: 10px 0;
  }
}

@media screen and (max-width: 768px) {
  .info-sec .info-tab .info-list {
    max-height: 1085px;
    padding: 20px 0;
  }
}

.info-sec .info-tab .info-list li {
  line-height: 1.5;
  padding: 5px 24px;
  border-radius: 6px;
}

@media print, screen and (min-width: 769px) {
  .info-sec .info-tab .info-list li {
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .info-sec .info-tab .info-list li {
    padding: 0 30px;
  }
}

.info-sec .info-tab .info-list li + li {
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  .info-sec .info-tab .info-list li + li {
    margin-top: 24px;
  }
}

.info-sec .info-tab .info-list li .date {
  margin: 0 10px 0 0;
  min-width: 8em;
}

.info-sec .info-tab .info-list li .date,
.info-sec .info-tab .info-list li .text {
  display: block;
  font-weight: bold;
}

.info-sec .info-tab .info-btn {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .info-sec .info-tab .info-btn {
    flex-wrap: wrap;
    justify-content: end;
    margin-top: 30px;
  }
}

.info-sec .info-tab .info-btn a {
  display: inline-block;
  min-width: 300px;
  padding: 15px 60px;
  color: #fff;
  font-size: 112.5%;
  text-align: center;
  text-decoration: none;
  border: 1px solid #0d4a9d;
  background: #0d4a9d url(../img_common/icon_arrow_circle.png) right 15px center/30px no-repeat;
  border-radius: 10px;
}

@media print, screen and (min-width: 769px) {
  .info-sec .info-tab .info-btn a:hover {
    color: inherit;
    background-color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .info-sec .info-tab .info-btn a {
    padding: 15px 80px;
    background-size: 45px;
  }
}

.purpose-sec .purpose-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .purpose-sec .purpose-list {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 30px;
  }
}

@media screen and (max-width: 768px) {
  .purpose-sec .purpose-list .item {
    grid-column: span 4;
  }
}

.purpose-sec .purpose-list .item a, .purpose-sec .purpose-list .item .item-nolink {
  display: block;
  height: 100%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: 3px solid #0d4a9d;
  background: #0d4a9d;
  border-radius: 16px;
}

.purpose-sec .purpose-list .item a:hover {
  color: #0d4a9d;
  background: #fff;
}

.purpose-sec .purpose-list .item .item-in {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 15px 5px;
  border-radius: 15px;
}

.purpose-sec .purpose-list .item .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
}

.purpose-sec .purpose-list .item .item-img img {
  height: auto;
  aspect-ratio: 120 / 100;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

@media print, screen and (min-width: 769px) {
  .purpose-sec .purpose-list .item .item-img img {
    width: 100px;
  }
}

@media screen and (max-width: 768px) {
  .purpose-sec .purpose-list .item .item-img img {
    width: 120px;
  }
}

.purpose-sec .purpose-list .item a:hover .item-img img {
  filter: none;
}

.purpose-sec .purpose-list .item .item-txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  font-size: 112.5%;
  font-weight: bold;
  line-height: 1.125;
}

.purpose-sec .purpose-list .item .item-txt * {
  line-height: 1.125;
}

@media screen and (max-width: 768px) {
  .purpose-sec .purpose-list .link {
    grid-column: span 12;
  }
}

.purpose-sec .purpose-list .link a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  padding: 15px;
  color: #fff;
  font-size: 112.5%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: 3px solid #0d4a9d;
  background: #0d4a9d;
  border-radius: 16px;
}

@media screen and (max-width: 768px) {
  .purpose-sec .purpose-list .link a {
    width: fit-content;
    min-width: 50%;
    margin-left: auto;
    padding: 10px 20px;
  }
}

.purpose-sec .purpose-list .link a .link-txt {
  display: inline-block;
  padding-left: 10px;
  padding-right: 20px;
  background: url(../img_top/icon_arrow_white.png) right center/auto 14px no-repeat;
}

@media screen and (max-width: 768px) {
  .purpose-sec .purpose-list .link a .link-txt {
    flex: 1;
    display: block;
    padding: 10px 50px;
    background-size: auto 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .purpose-sec .purpose-list .link a:hover {
    color: #0d4a9d;
    background: #fff;
  }
  .purpose-sec .purpose-list .link a:hover .link-txt {
    background-image: url(../img_top/icon_arrow_blue.png);
  }
}

.incase-sec .incase-title {
  color: #9a0505;
}

.incase-sec .incase-title::before, .incase-sec .incase-title::after {
  background: #9a0505;
}

.incase-sec .incase-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .incase-sec .incase-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 30px;
  }
}

.incase-sec .incase-list .item a, .incase-sec .incase-list .item .item-nolink {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
  border: 1px solid #9a0505;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .incase-sec .incase-list .item a, .incase-sec .incase-list .item .item-nolink {
    border-width: 2px;
  }
}

@media print, screen and (min-width: 769px) {
  .incase-sec .incase-list .item a:hover {
    box-shadow: 0 0 0 2px #9a0505 inset;
  }
}

.incase-sec .incase-list .item .item-in {
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 90px;
  padding: 10px 20px;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .incase-sec .incase-list .item .item-in {
    min-height: 110px;
    padding: 20px;
  }
}

.incase-sec .incase-list .item .item-img {
  margin-right: 15px;
}

.incase-sec .incase-list .item .item-img img {
  height: auto;
  aspect-ratio: 80 / 80;
  object-fit: contain;
}

@media print, screen and (min-width: 769px) {
  .incase-sec .incase-list .item .item-img img {
    width: 56px;
  }
}

@media screen and (max-width: 768px) {
  .incase-sec .incase-list .item .item-img img {
    width: 80px;
  }
}

.incase-sec .incase-list .item .item-txt {
  color: #9a0505;
  font-size: 112.5%;
  font-weight: bold;
  line-height: 1.125;
}

.incase-sec .incase-list .item .item-txt * {
  line-height: 1.125;
}

.about-sec {
  background: url(../img_top/bg_wave_top.png) center top/100% auto no-repeat, url(../img_top/bg_wave.png) center bottom -1px/100% auto no-repeat, #e3eaf4;
}

.about-sec .about-body {
  display: grid;
}

@media print, screen and (min-width: 769px) {
  .about-sec .about-body {
    align-items: start;
    grid-template-columns: 490px 490px;
    gap: 60px 20px;
  }
}

@media screen and (max-width: 768px) {
  .about-sec .about-body {
    gap: 50px 0;
  }
}

.about-sec .about-map {
  margin-top: -15px;
}

.about-sec .about-map img {
  width: 100%;
}

.about-sec .about-bnr {
  display: grid;
  gap: 15px 0;
}

@media screen and (max-width: 768px) {
  .about-sec .about-bnr {
    gap: 20px 0;
  }
}

.about-sec .about-bnr .about-bnr-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px 20px;
}

@media screen and (max-width: 768px) {
  .about-sec .about-bnr .about-bnr-list {
    gap: 20px 30px;
  }
}

.about-sec .about-bnr .about-bnr-list .item a, .about-sec .about-bnr .about-bnr-list .item .item-nolink {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
  background: #fff;
  border: 1px solid #0d4a9d;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .about-sec .about-bnr .about-bnr-list .item a, .about-sec .about-bnr .about-bnr-list .item .item-nolink {
    border-width: 2px;
  }
}

@media print, screen and (min-width: 769px) {
  .about-sec .about-bnr .about-bnr-list .item a:hover {
    box-shadow: 0 0 0 2px #0d4a9d inset;
  }
}

.about-sec .about-bnr .about-bnr-list .item .item-in {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 7px;
  border-radius: 8px;
}

.about-sec .about-bnr .about-bnr-list .item .item-img {
  flex-shrink: 0;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .about-sec .about-bnr .about-bnr-list .item .item-img {
    margin-right: 15px;
  }
}

.about-sec .about-bnr .about-bnr-list .item .item-img img {
  height: auto;
  aspect-ratio: 100 / 100;
  object-fit: cover;
  border-radius: 4px 0 0 4px;
}

@media print, screen and (min-width: 769px) {
  .about-sec .about-bnr .about-bnr-list .item .item-img img {
    width: 80px;
  }
}

@media screen and (max-width: 768px) {
  .about-sec .about-bnr .about-bnr-list .item .item-img img {
    width: 100px;
  }
}

.about-sec .about-bnr .about-bnr-list .item .item-txt {
  font-weight: bold;
  line-height: 1.25;
}

@media print, screen and (min-width: 769px) {
  .about-sec .about-bnr .about-bnr-list .item .item-txt {
    font-size: 112.5%;
  }
}

.about-sec .about-bnr .about-bnr-list .item .item-txt * {
  line-height: 1.25;
}

.about-sec .about-bnr .about-bnr-list .item:nth-child(1) .item-img img, .about-sec .about-bnr .about-bnr-list .item:nth-child(2) .item-img img {
  aspect-ratio: 100 / 140;
}

@media print, screen and (min-width: 769px) {
  .about-sec .about-bnr .about-bnr-list .item:nth-child(1) .item-txt, .about-sec .about-bnr .about-bnr-list .item:nth-child(2) .item-txt {
    font-size: 137.5%;
  }
}

@media screen and (max-width: 768px) {
  .about-sec .about-bnr .about-bnr-list .item:nth-child(1) .item-txt, .about-sec .about-bnr .about-bnr-list .item:nth-child(2) .item-txt {
    font-size: 120%;
  }
}

.about-sec .about-population {
  padding: 7px;
  background: #fff;
  border-radius: 8px;
}

@media print, screen and (min-width: 769px) {
  .about-sec .about-population {
    grid-column: span 2;
    display: flex;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .about-sec .about-population {
    padding: 20px;
  }
}

.about-sec .about-population .about-population-title {
  font-weight: bold;
  border-radius: 4px;
  background: #e3eaf4;
}

@media print, screen and (min-width: 769px) {
  .about-sec .about-population .about-population-title {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    width: 225px;
    min-height: 75px;
    padding: 10px;
    font-size: 137.5%;
  }
}

@media screen and (max-width: 768px) {
  .about-sec .about-population .about-population-title {
    text-align: center;
    font-size: 120%;
  }
}

.about-sec .about-population .about-population-title .text {
  display: inline-block;
  padding: 10px 0;
  padding-left: 60px;
  background: url(../img_top/population_icon.png) left center/45px no-repeat;
}

@media screen and (max-width: 768px) {
  .about-sec .about-population .about-population-title .text {
    padding: 15px 0;
    padding-left: 80px;
    background-size: auto;
  }
}

.about-sec .about-population .about-population-body {
  flex: 1;
  align-self: center;
}

@media print, screen and (min-width: 769px) {
  .about-sec .about-population .about-population-list {
    display: flex;
    justify-content: space-around;
    gap: 0 20px;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 768px) {
  .about-sec .about-population .about-population-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 30px;
    padding: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .about-sec .about-population .about-population-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0 15px;
  }
}

@media screen and (max-width: 768px) {
  .about-sec .about-population .about-population-item {
    display: grid;
    grid-template-columns: 3em 1fr;
    gap: 0 20px;
  }
}

.about-sec .about-population .about-population-item dt, .about-sec .about-population .about-population-item dd {
  line-height: 1.25;
}

.about-sec .about-population .about-population-item dt {
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .about-sec .about-population .about-population-item dt {
    font-size: 125%;
  }
}

@media print, screen and (min-width: 769px) {
  .about-sec .about-population .about-population-item dd {
    font-size: 112.5%;
  }
}

.about-sec .about-population .about-population-date {
  text-align: center;
  font-size: 75%;
}

@media print, screen and (min-width: 769px) {
  .pr-sec .pr-list {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 1px;
  }
}

@media screen and (max-width: 768px) {
  .pr-sec .pr-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 2px;
  }
}

.pr-sec .pr-list .item {
  position: relative;
}

@media screen and (max-width: 768px) {
  .pr-sec .pr-list .item {
    width: calc((100% - 6px)/4);
  }
}

.pr-sec .pr-list .item::before {
  content: '';
  position: absolute;
  right: 100%;
  top: 20px;
  bottom: 20px;
  width: 1px;
  background: #c7d4e7;
}

@media screen and (max-width: 768px) {
  .pr-sec .pr-list .item::before {
    width: 2px;
    top: 10px;
    bottom: 10px;
  }
}

@media print, screen and (min-width: 769px) {
  .pr-sec .pr-list .item:nth-of-type(7n+1)::before {
    content: normal;
  }
}

@media screen and (max-width: 768px) {
  .pr-sec .pr-list .item:nth-of-type(4n+1)::before {
    content: normal;
  }
}

.pr-sec .pr-list .item a, .pr-sec .pr-list .item .item-nolink {
  display: block;
  height: 100%;
  color: inherit;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .pr-sec .pr-list .item a, .pr-sec .pr-list .item .item-nolink {
    font-size: 92%;
  }
}

@media print, screen and (min-width: 769px) {
  .pr-sec .pr-list .item a:hover {
    box-shadow: 0 0 0 3px #0d4a9d inset;
  }
}

.pr-sec .pr-list .item .item-in {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 10px 0;
}

.pr-sec .pr-list .item .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pr-sec .pr-list .item .item-img img {
  height: auto;
  aspect-ratio: 66 / 66;
  object-fit: contain;
}

@media print, screen and (min-width: 769px) {
  .pr-sec .pr-list .item .item-img img {
    width: 55px;
  }
}

@media screen and (max-width: 768px) {
  .pr-sec .pr-list .item .item-img img {
    width: 66px;
  }
}

.pr-sec .pr-list .item .item-txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  font-weight: bold;
  line-height: 1.125;
}

@media screen and (max-width: 768px) {
  .pr-sec .pr-list .item .item-txt {
    margin-top: 20px;
  }
}

.pr-sec .pr-list .item .item-txt * {
  line-height: 1.125;
}

.link-sec .link-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .link-sec .link-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px 35px;
  }
}

.link-sec .link-list .item a, .link-sec .link-list .item .item-nolink {
  display: block;
  height: 100%;
  color: inherit;
  text-align: center;
  text-decoration: none;
  border: 1px solid #0d4a9d;
  border-radius: 16px;
}

@media screen and (max-width: 768px) {
  .link-sec .link-list .item a, .link-sec .link-list .item .item-nolink {
    border-width: 2px;
  }
}

@media print, screen and (min-width: 769px) {
  .link-sec .link-list .item a:hover {
    box-shadow: 0 0 0 2px #0d4a9d inset;
  }
}

.link-sec .link-list .item .item-in {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 10px 0;
  border-radius: 16px;
}

@media screen and (max-width: 768px) {
  .link-sec .link-list .item .item-in {
    padding: 15px 0;
  }
}

.link-sec .link-list .item .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
}

@media screen and (max-width: 768px) {
  .link-sec .link-list .item .item-img {
    height: 110px;
  }
}

.link-sec .link-list .item .item-img img {
  height: auto;
  aspect-ratio: 200 / 100;
  object-fit: contain;
}

@media print, screen and (min-width: 769px) {
  .link-sec .link-list .item .item-img img {
    width: 140px;
  }
}

@media screen and (max-width: 768px) {
  .link-sec .link-list .item .item-img img {
    width: 200px;
  }
}

.link-sec .link-list .item .item-txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  line-height: 1.125;
}

.link-sec .link-list .item .item-txt * {
  line-height: 1.125;
}

.ad-sec {
  background: #e3eaf4 url(../img_top/bg_wave_top.png) center top/100% auto no-repeat;
  padding: 0 0 50px;
}

@media screen and (max-width: 768px) {
  .ad-sec {
    margin-top: 30px;
  }
}

.ad-sec .ad-title {
  text-align: center;
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 769px) {
  .ad-sec .ad-list {
    display: grid;
    grid-template-columns: repeat(5, 150px);
    gap: 20px 38px;
    width: fit-content;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .ad-sec .ad-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 34px;
  }
}

@media screen and (max-width: 768px) {
  .ad-sec .ad-list li {
    width: 210px;
  }
}

.ad-sec .ad-list a {
  display: block;
}

@media print, screen and (min-width: 769px) {
  .ad-sec .ad-list a:hover {
    box-shadow: 0 0 0 3px #0d4a9d;
  }
}

.ad-sec .ad-list img {
  width: 100%;
}

.ad-sec .ad-link {
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .ad-sec .ad-link {
    margin-top: 40px;
  }
}
