@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

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

blockquote,
q {
  quotes: none;
}

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

input,
button,
textarea,
select,
option {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

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

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

@font-face {
  font-weight: normal;
  font-family: "MyYuGothicM";
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}

@font-face {
  font-weight: bold;
  font-family: "MyYuGothicM";
  src: local("YuGothic-Bold"), local("Yu Gothic");
}

html {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: none;
}

body {
  width: 100%;
  background: white;
  color: #111;
  font-family: YuGothic, "Custom Yu Gothic", "Yu Gothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.c-wrap {
  margin: auto;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .c-wrap {
    max-width: 1300px;
    width: calc(100% - 40px);
  }
}

.u-textRight {
  text-align: right;
}

.ico-arrow {
  font-size: 15px;
  background: url(/_/img/cmn/ico_arw_bl.png) no-repeat 0 50%;
  background-size: 10px auto;
  padding-left: 20px;
  color: #111;
}

a.ico-arrow {
  text-decoration: underline;
}

a.ico-arrow:hover {
  text-decoration: none;
}

/*=========================*/
.spOnly {
  display: block;
}

.pcOnly {
  display: none;
}

.jcC {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.siteHeader {
  position: fixed;
  top: 0;
  z-index: 10;
  display: block;
  width: 100%;
  height: 50px;
}

.siteHeader.menuOpen .spSwitch span {
  width: 24px;
  background-color: white;
}

.siteHeader.menuOpen .spSwitch span:nth-of-type(1) {
  -webkit-transform: translateX(-3px) translateY(6px) rotate(-45deg);
  transform: translateX(-3px) translateY(6px) rotate(-45deg);
}

.siteHeader.menuOpen .spSwitch span:nth-of-type(2) {
  opacity: 0;
}

.siteHeader.menuOpen .spSwitch span:nth-of-type(3) {
  -webkit-transform: translateX(-3px) translateY(-6px) rotate(45deg);
  transform: translateX(-3px) translateY(-6px) rotate(45deg);
}

.siteHeader:before,
.siteHeader:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 50%;
  height: 2px;
  content: "";
}

.siteHeader:before {
  left: 0;
  background: #f1c400;
}

.siteHeader:after {
  right: 0;
  background: #003087;
}

.header1 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 0 6px;
  width: 100%;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f1c400), color-stop(50%, #f1c400), color-stop(50%, #003087), to(#003087));
  background: linear-gradient(180deg, #f1c400 0%, #f1c400 50%, #003087 50%, #003087 100%);
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header1 .logo1 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header1 .logo1 img {
  height: 38px;
}

.header1 h1 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header1 h1 img {
  width: auto;
  height: 36px;
}

@media not all and (min-width: 1050px) {
  .header1 h1 img {
    margin-right: 8px;
  }
}

.header1 h1 a {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.header1 .spSwitch {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.header1 .spSwitch span {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  position: absolute;
  left: 16px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 18px;
  height: 2px;
  background-color: #fff;
}

.header1 .spSwitch span:nth-of-type(1) {
  top: 18px;
}

.header1 .spSwitch span:nth-of-type(2) {
  top: 24px;
}

.header1 .spSwitch span:nth-of-type(3) {
  top: 30px;
}

.header1 .menuSNS {
  display: none;
}

@media not all and (min-width: 1050px) {
  .header1 h1 {
    margin-left: 6px;
    margin-right: auto;
  }
}

.header2 {
  position: fixed;
  top: 0px;
  z-index: 9;
  display: none;
  overflow: auto;
  max-height: 100%;
  width: 100%;
  height: auto;
  -webkit-overflow-scrolling: touch;
}

.header2 .menu1 {
  padding-top: 50px;
  background: #f1c400;
}

.header2 .menu1 ul {
  width: 100%;
}

.header2 .menu1 ul li {
  display: block;
  border-bottom: #f7dc66 1px solid;
}

.header2 .menu1 ul li a,
.header2 .menu1 ul li span {
  display: block;
  padding: 15px 25px;
  color: #111;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}

.header2 .menu1 ul li a {
  background-size: 13px auto;
  -webkit-background-size: 13px auto;
}

.header2 .menu1 ul li ul {
  background: #f7dc66;
}

.header2 .menu1 ul li ul li {
  margin-left: 10px;
  width: calc(100% - 20px);
  border-bottom: #f1c400 1px solid;
}

.header2 .menu1 ul li ul li a {
  padding: 16px 15px;
  background: url(/_/img/cmn/ico_arw_bk.png) no-repeat right 5px top 50%;
  background-size: 13px auto;
  font-weight: normal;
  font-size: 14px;
  -webkit-background-size: 13px auto;
}

.header2 .menu1 ul li ul li a img {
  display: none;
}

.header2 .menu1 ul li ul li a p.ttl {
  display: inline-block;
}

.header2 .menu1 ul li ul li a p.ttl:before {
  content: "・";
}

.header2 .menu1 ul li ul li a p.sub {
  display: none;
}

.header2 .menu1 ul li ul li+li {
  border-bottom: none;
}

.header2 .menu2 {
  background: #003087;
}

.header2 .menu2 p {
  display: block;
  padding-left: 45px;
  height: 50px;
  background: #00205b url(/_/img/cmn/ico_fng_d_w.png) no-repeat left 23px top 50%;
  background-size: 12px auto;
  color: white;
  font-weight: bold;
  font-size: 12px;
  line-height: 50px;
  -webkit-background-size: 12px auto;
}

.header2 .menu3 {
  padding: 15px 10vw 30px;
  background: white;
}

.header2 .menu3 p {
  position: relative;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  width: 100%;
  background: white;
  text-align: center;
}

.header2 .menu3 p span {
  position: relative;
  padding: 0 15px;
  background: white;
  color: #003087;
  font-size: 20px;
}

.header2 .menu3 p:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background: #cdd3df;
  content: "";
}

.header2 .menu3 .snsOuter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
  font-size: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header2 .menu3 .snsOuter>div a {
  display: block;
  border: #003087 3.2vw solid;
  border-radius: 6.4vw;
  -webkit-box-shadow: 3px 3px 0 0 #f1c400;
  box-shadow: 3px 3px 0 0 #f1c400;
}

.header2 .menu3 .snsOuter>div a img {
  width: 6.4vw;
  height: 6.4vw;
  background: #003087;
}

@media not all and (min-width: 1050px) {
  .menuOpen .header2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header2 .menu1 {
    padding-top: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .header2 .menu2 {
    padding-top: 50px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .header2 .menu2 ul li {
    border-top: #33599f 1px solid;
  }

  .header2 .menu2>ul {
    width: 100%;
  }

  /* ↓ 024 8/5修正 ↓ */

  .header2 .menu2 ul li:nth-child(5) div.menu2_back_wrap.is_active {
    overflow-y: scroll;
    height: 271px;
  }

  /* ↑ 024 8/5修正 ↑ */
  .header2 .menu2 ul li:nth-child(5) div.menu2_back_wrap::-webkit-scrollbar {
    width: 8px;
    height: 4px;
  }

  .header2 .menu2 ul li:nth-child(5) div.menu2_back_wrap::-webkit-scrollbar-thumb {
    border-radius: 5rem;
  }

  .header2 .menu2 ul li:nth-child(5) div.menu2_back_wrap::-webkit-scrollbar-thumb {
    --bg-opacity: .1;
    background-color: rgb(165, 165, 165);
  }

  .header2 .menu2>ul li:first-child a,
  .header2 .menu2>ul li:first-child p {
    background: none;
  }

  .header2 .menu2>ul>li:not(:first-child)>a,
  .header2 .menu2>ul>li:not(:first-child)>p {
    position: relative;
  }

  .header2 .menu2>ul>li:not(:first-child)>a::before,
  .header2 .menu2>ul>li:not(:first-child)>a::after,
  .header2 .menu2>ul>li:not(:first-child)>p::before,
  .header2 .menu2>ul>li:not(:first-child)>p::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    background-color: #fff;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
  }

  .header2 .menu2>ul>li:not(:first-child)>a::before,
  .header2 .menu2>ul>li:not(:first-child)>p::before {
    width: 17px;
    height: 2px;
    right: 16px;
  }

  .header2 .menu2>ul>li>p::before {
    width: 17px;
    height: 2px;
    right: 16px;
  }

  .header2 .menu2>ul>li:not(:first-child)>a::after,
  .header2 .menu2>ul>li:not(:first-child)>p::after {
    width: 2px;
    height: 17px;
    right: 23.5px;
  }

  .header2 .menu2>ul>li:not(:first-child)>a:active::after,
  .header2 .menu2>ul>li:not(:first-child)>a:hover::after,
  .header2 .menu2>ul>li:not(:first-child)>a:active::after,
  .header2 .menu2>ul>li:not(:first-child)>p:hover::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .header2 .menu2>ul li {
    display: block;
    border-bottom: #33599f 1px solid;
  }

  .header2 .menu2>ul li a {
    position: relative;
    display: block;
    padding: 15px 25px;
    background-size: 13px auto;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    -webkit-background-size: 13px auto;
  }

  .header2 .menu2>ul>li>a {
    position: relative;
    background: unset;
  }

  .header2 .menu2>ul>li>p {
    background: none;
    padding: 15px 25px;
    font-weight: bold;
    font-size: 16px;
    padding-left: 25px;
    height: unset;
    line-height: unset;
  }


  /* ↓ 024 8/5修正 ↓ */
  .menu2 ul ul,
  .menu2 .menu2_back_wrap ul {
    display: none;
    background-color: #f7e17e;
  }

  .menu2 ul ul.is_active,
  .menu2 .menu2_back_wrap.is_active ul {
    display: block;
  }

  /* 
  .header2 .menu2>ul li:active ul,
  .header2 .menu2>ul li:hover ul {
    display: block;
  } */

  .header2 .menu2>ul li ul {
    /* display: none; */
    background-color: #f7e17e;
  }

  /* .menu2 ul ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background-color: #f7e17e;
  } */

  /* ↑ 024 8/5修正 ↑ */

  .menu2 ul ul.show {
    max-height: 500px;
    /* 十分に大きい値を設定 */
  }

  .header2 .menu2>ul li ul li {
    border-color: #ffed9c;
    width: 100%;
  }

  .header2 .menu2>ul li ul li p.menu2_back_year {
    position: relative;
    background-color: #f7e17e;
    background: none;
    color: #000;
    font-size: 16px;
    padding-left: 25px;
  }

  .header2 .menu2>ul li ul li p.menu2_back_year::before,
  .header2 .menu2>ul li ul li p.menu2_back_year::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #000;
    transition: all 0.1s ease;
    margin: auto;
  }

  .header2 .menu2>ul li ul li p.menu2_back_year::before {
    width: 17px;
    height: 2px;
    right: 16px;
  }

  .header2 .menu2>ul li ul li p.menu2_back_year::after {
    width: 2px;
    height: 17px;
    right: 23.5px;
  }

  .header2 .menu2>ul li ul li p.menu2_back_year:hover::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .header2 .menu2>ul li ul li ul.menu2_back_month {
    display: none;
  }

  .header2 .menu2>ul li ul li:hover ul.menu2_back_month {
    display: flex;
    flex-wrap: wrap;
  }

  .header2 .menu2>ul li ul li ul.menu2_back_month li {
    width: calc(100% / 3);
  }

  .header2 .menu2>ul li ul li ul.menu2_back_month li:not(:nth-of-type(3)) {
    border-right: 1px solid #f7e17e;
  }

  .header2 .menu2>ul li ul li ul.menu2_back_month a {
    padding: 0;
    background-color: #fff2ba;
    text-align: center;
  }

  .header2 .menu2>ul li ul li ul.menu2_back_month a p {
    background-color: #fff2ba;
    background: unset;
    color: #000;
    padding: 0;
    font-size: 16px;
  }

  .header2 .menu2>ul li ul a {
    color: #000;
    background: none;
  }

  .header2 .menu3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .header2 .menu3 .menuSNS {
    width: 100%;
  }

  .header2 .menu3 .menuSNS .snsOuter>div {
    width: 17%;
  }

  .header2 .menu3 .menuSNS img {
    width: 100% !important;
    height: 100% !important;
  }

  .header2 #cse-search-box {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

@media all and (max-width: 1050px) {
  .header2 {
    display: none;
  }
}

#cse-search-box {
  position: relative;
  width: 100%;
  padding: 0 10px 10px;
  background-color: white;
}

#cse-search-box input[type=text] {
  width: 100%;
  height: 48px;
  padding-left: 1em;
  font-size: 16px;
  line-height: 46px;
  background-color: #f2f2f2;
  border: 1px solid #cccccc;
}

#cse-search-box input[type=submit] {
  position: absolute;
  top: 0;
  right: 10px;
  width: 48px;
  height: 48px;
  background-image: url(/_/img/cmn/ico_search.svg);
  background-position: right center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.menuSNS,
.menu3 .menuSNS {
  padding: 11px 0 0;
  width: 310px;
  margin: auto;
  margin-top: 10px;
}

.menuSNS p,
.menu3 .menuSNS p {
  position: relative;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  width: 100%;
  background: white;
  text-align: center;
  line-height: 1;
}

.menuSNS p span,
.menu3 .menuSNS p span {
  position: relative;
  padding: 0 5px;
  background: white;
  color: #003087;
  font-size: 15px;
}

.menuSNS p:before,
.menu3 .menuSNS p:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #cdd3df;
  content: "";
}

.menuSNS .snsOuter,
.menu3 .menuSNS .snsOuter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  width: 100%;
  font-size: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.menuSNS .snsOuter>div,
.menu3 .menuSNS .snsOuter>div {
  display: inline-block;
}

.menuSNS .snsOuter>div a,
.menu3 .menuSNS .snsOuter>div a {
  -webkit-transition: all 0.05s;
  transition: all 0.05s;
  display: block;
  background-color: #003087;
  border: #003087 8px solid;
  border-radius: 9999px;
  -webkit-box-shadow: 3px 3px 0 0 #f1c400;
  box-shadow: 3px 3px 0 0 #f1c400;
}

.menuSNS .snsOuter>div a:hover,
.menu3 .menuSNS .snsOuter>div a:hover {
  margin-top: 3px;
  margin-bottom: -3px;
  -webkit-box-shadow: 3px 0 0 0 #f1c400;
  box-shadow: 3px 0 0 0 #f1c400;
}

.menuSNS .snsOuter>div a img,
.menu3 .menuSNS .snsOuter>div a img {
  width: 35px;
  height: 35px;
  padding: 5px;
  background: #003087;
}

.menuSNS ul,
.menu3 .menuSNS ul {
  font-size: 0;
  text-align: center;
}

.menuSNS ul li,
.menu3 .menuSNS ul li {
  display: inline-block;
}

.menuSNS ul li+li,
.menu3 .menuSNS ul li+li {
  margin-left: 20px;
}

.menuSNS ul li a,
.menu3 .menuSNS ul li a {
  position: relative;
  padding-left: 10px;
  color: #111;
  text-decoration: none;
  font-size: 12px;
}

.menuSNS ul li a:before,
.menu3 .menuSNS ul li a:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-width: 4.5px 0 4.5px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #f1c400;
  content: "";
}

footer {
  position: relative;
  margin-top: 30px;
  padding: 25px 0 25px;
  width: 100%;
  text-align: center;
  line-height: 1;
}

footer:before,
footer:after {
  position: absolute;
  top: 0;
  display: block;
  width: 50%;
  height: 1px;
  content: "";
}

footer:before {
  left: 0;
  background: #f1c400;
}

footer:after {
  right: 0;
  background: #003087;
}

footer p {
  font-size: 11px;
}

footer p a {
  display: inline-block;
  margin-bottom: 1em;
  color: #111;
}

footer p a small {
  font-size: 10px;
}

footer ul {
  text-align: center;
  font-size: 0;
}

footer ul li {
  display: inline-block;
  font-size: 11px;
}

footer ul li a {
  display: inline-block;
  margin-bottom: 1em;
  color: #111;
}

footer ul li+li {
  margin-left: 8px;
}

footer ul li+li:before {
  content: "|";
  display: inline-block;
  margin-right: 8px;
}

main {
  position: relative;
  z-index: 9;
  padding-top: 50px;
}

.secondTtl {
  margin: 30px 0 35px;
  color: #003087;
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
}

.secondTtl small {
  position: relative;
  display: table;
  margin: 0 auto 10px;
  padding: 0 25px;
  font-size: 14px;
}

.secondTtl small span {
  position: relative;
  z-index: 10;
  padding: 0 5px;
  background: white;
  font-weight: bold;
  font-size: 14px;
}

.secondTtl small:before {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 1px;
  background: #f1c400;
  content: "";
}

.secondPostTtl {
  margin: 30px auto 35px;
  width: calc(100vw - 10%);
  color: #111;
  text-align: center;
  font-weight: bold;
  font-size: 7.2vw;
  font-family: YuMincho, "Yu Mincho", serif;
  line-height: 1.2;
}

.secondPostTtl small {
  position: relative;
  display: table;
  margin: 0 auto 10px;
  padding: 0 25px;
  font-size: 14px;
}

.secondPostTtl small span {
  position: relative;
  z-index: 10;
  padding: 0 5px;
  background: white;
  font-weight: bold;
  font-size: 14px;
}

.secondPostTtl small:before {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 1px;
  background: #f1c400;
  content: "";
}

.mainLead {
  margin-bottom: 25px;
  padding: 0 15px;
  font-size: 12px;
  line-height: 1.5;
}

.newsIndexTtl {
  position: relative;
  display: block;
  margin: 0 auto 20px;
  width: 100%;
  text-align: center;
  line-height: 1;
}

.newsIndexTtl:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -3px;
  width: 100%;
  height: 2px;
  border-top: #f1c400 2px solid;
  border-bottom: #003087 2px solid;
  content: "";
}

.newsIndexTtl span {
  position: relative;
  top: 0;
  padding: 0 11px;
  background: white;
  color: #3d3d3d;
  font-weight: bold;
  font-size: 18px;
}

section+section .newsIndexTtl {
  margin: 50px auto 20px;
}

.newsIndexOuter2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%;
}

.newsIndexOuter2 .box {
  position: relative;
  margin-bottom: 10px;
  padding: 15px 4%;
  background: #f2f2f2;
}

.newsIndexOuter2 .box .articleCnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.newsIndexOuter2 .box .articleImg {
  width: 25%;
}

.newsIndexOuter2 .box .articleImg a {
  display: block;
  width: 100%;
}

.newsIndexOuter2 .box .articleImg a img {
  width: 100%;
  height: auto;
}

.newsIndexOuter2 .box .texOuter {
  margin-left: 5%;
  width: 70%;
  position: relative;
}

.newsIndexOuter2 .box .texOuter .ttl {
  line-height: 1.3;
}

.newsIndexOuter2 .box .texOuter .ttl time {
  display: none;
}

.newsIndexOuter2 .box .texOuter .ttl span,
.newsIndexOuter2 .box .texOuter .ttl a {
  display: inline-block;
  margin-bottom: 10px;
  color: #111;
  font-weight: bold;
  font-size: 3.8vw;
  font-family: YuMincho, "Yu Mincho", serif;
}

.newsIndexOuter2 .box .texOuter .body {
  display: none;
}

.newsIndexOuter2 .box .texOuter .sub {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.newsIndexOuter2 .box .texOuter .sub .movie {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-height: 24px;
  padding: 3px 9px;
  color: #fff;
  font-size: 12px;
  font-family: sans-serif;
  background-color: #003087;
  border-radius: 9999px;
}

.newsIndexOuter2 .box .texOuter .sub .movie::before {
  content: "";
  display: block;
  width: 11.5px;
  height: 6.5px;
  margin-right: 5px;
  background-image: url(/_/img/cmn/ico_mov02.png);
  background-position: right center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.newsIndexOuter2 .box .texOuter .sub time {
  margin-left: auto;
  font-size: 12px;
  line-height: 24px;
}

.newsIndexOuter2 .box .texOuter .mdlBtn1 a {
  font-size: 3vw;
}

.newsIndexOuter {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 0;
  max-width: 1330px;
  width: 100%;
}

.newsIndexOuter .newsIndexOuterFlex2,
.newsIndexOuter .newsIndexOuterFlex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 7.5px;
}

.newsIndexOuter .newsIndexOuterFlex2>section,
.newsIndexOuter .newsIndexOuterFlex3>section {
  margin: 0 7.5px 15px;
  width: calc((100% - 30px) / 2);
  background: #f2f2f2;
}

.newsIndexOuter .box {
  position: relative;
  padding: 15px 10px 10px;
  background: none;
  display: block;
}

.newsIndexOuter .box .cat {
  position: absolute;
  top: 10px;
  left: -10px;
  z-index: 100;
  display: inline-block;
  background: #f1c400;
  line-height: 1;
}

.newsIndexOuter .box .cat:before {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 0;
  border-width: 0 10px 5px 0;
  border-style: solid;
  border-color: transparent #a18300 transparent transparent;
  content: "";
}

.newsIndexOuter .box .cat span {
  position: relative;
  display: inline-block;
  padding: 0px 10px;
  height: 24px;
  color: #241815;
  font-weight: bold;
  font-size: 3.2vw;
  line-height: 24px;
}

.newsIndexOuter .box .cat span:before,
.newsIndexOuter .box .cat span:after {
  position: absolute;
  right: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
}

.newsIndexOuter .box .cat span:before {
  top: 0;
  border-width: 12px 5px 0 0;
  border-color: #f1c400 transparent transparent transparent;
}

.newsIndexOuter .box .cat span:after {
  bottom: 0;
  border-width: 12px 0 0 5px;
  border-color: transparent transparent transparent #f1c400;
}

.newsIndexOuter .box .articleCnt {
  display: block;
  width: 100%;
}

.newsIndexOuter .box .articleImg {
  margin-right: 20px;
  width: 100%;
}

.newsIndexOuter .box .articleImg img {
  max-width: 100%;
  vertical-align: bottom;
}

.newsIndexOuter .box .articleImg a {
  position: relative;
  z-index: 10;
  display: block;
  overflow: hidden;
  padding-top: 50%;
  width: 100%;
  height: 0;
}

.newsIndexOuter .box .articleImg a img {
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.newsIndexOuter .box .articleImg a:hover img {
  opacity: 0.9;
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.newsIndexOuter .box .texOuter {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 10px;
  padding-bottom: 20px;
}

.newsIndexOuter .box .texOuter .ttl {
  line-height: 1.3;
  font-weight: bold;
  font-size: 3.6vw;
  font-family: YuMincho, "Yu Mincho", serif;
}

.newsIndexOuter .box .texOuter .ttl time {
  display: inline-block;
  margin-right: 11px;
  padding: 5px 10px;
  background: #808080;
  color: white;
  font-size: 12px;
}

.newsIndexOuter .box .texOuter .ttl span,
.newsIndexOuter .box .texOuter .ttl a {
  display: block;
  margin-bottom: 5px;
  color: #003087;
  font-weight: bold;
  font-size: 3.2vw;
  font-family: sans-serif;
}

.newsIndexOuter .box .texOuter .body {
  margin-bottom: 15px;
  color: #111;
  font-weight: bold;
  font-size: 3.2vw;
  font-family: YuMincho, "Yu Mincho", serif;
  line-height: 1.3;
}

.newsIndexOuter .box .texOuter .body a {
  color: #111;
  font-weight: bold;
  font-size: 3.6vw;
  font-family: YuMincho, "Yu Mincho", serif;
  line-height: 1.3;
}

.newsIndexOuter .box .texOuter .tags {
  display: block;
  margin-bottom: 15px;
  line-height: 1;
}

.newsIndexOuter .box .texOuter .tags li {
  display: inline-block;
  margin: 0 8px 8px 0;
}

.newsIndexOuter .box .texOuter .tags li a,
.newsIndexOuter .box .texOuter .tags li span {
  display: block;
  padding: 10px 7px;
  background: white;
  color: #111;
  text-decoration: none;
  font-size: 12px;
}

.newsIndexOuter .box .texOuter .sub {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.newsIndexOuter .box .texOuter .sub .movie {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-height: 24px;
  padding: 3px 9px;
  color: #fff;
  font-size: 12px;
  font-family: sans-serif;
  background-color: #003087;
  border-radius: 9999px;
}

.newsIndexOuter .box .texOuter .sub .movie::before {
  content: "";
  display: block;
  width: 11.5px;
  height: 6.5px;
  margin-right: 5px;
  background-image: url(/_/img/cmn/ico_mov02.png);
  background-position: right center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.newsIndexOuter .box .texOuter .sub time {
  margin-left: auto;
  font-size: 12px;
  line-height: 24px;
  color: #111;
}

.newsIndexOuter .box .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.newsIndexOuter .box .movie {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3px 9px;
  color: #fff;
  font-size: 12px;
  font-family: sans-serif;
  background-color: #003087;
  border-radius: 9999px;
}

.newsIndexOuter .box .movie::before {
  content: "";
  display: block;
  width: 11.5px;
  height: 6.5px;
  margin-right: 5px;
  background-image: url(/_/img/cmn/ico_mov02.png);
  background-position: right center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.newsIndexOuter.-wide .ttl {
  margin-bottom: 15px;
  color: #000;
  font-weight: 700;
}

.newsIndexOuter.-wide .body {
  display: none;
}

.newsIndexOuter.-wide time {
  color: #000;
}

.mdlBtn1 a,
.mdlBtn1s a {
  display: inline-block;
  padding: 14px 45px;
  background: #003087 url(/_/img/cmn/ico_read.png) no-repeat right 12px top 50%;
  background-size: 20px auto;
  -webkit-box-shadow: 7px 7px 0 0 #f1c400;
  box-shadow: 7px 7px 0 0 #f1c400;
  color: white;
  font-weight: bold;
  font-size: 2.5vw;
  line-height: 1;
  -webkit-background-size: 20px auto;
}

.mdlBtn2_gr {
  text-align: center;
}

.mdlBtn2_gr.-postReport {
  margin-top: -16px;
  margin-bottom: 32px;
}

.mdlBtn2 {
  position: relative;
  width: 160px;
  height: 45px;
}

.mdlBtn2_gr .mdlBtn2 a {
  position: relative;
  -webkit-transition: all 0.05s;
  transition: all 0.05s;
  display: inline-block;
  padding: 12px 0 12px;
  width: 150px;
  background: #003087 url(/_/img/cmn/ico_arw_w.png) no-repeat right 15px top 50%;
  background-size: 10px auto;
  -webkit-background-size: 10px auto;
  color: white;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.mdlBtn2_gr .mdlBtn2::before {
  position: absolute;
  content: "";
  top: 10px;
  right: -6px;
  background-color: #f1c400;
  z-index: 0;
}

.mdlBtn2_gr.-postRules .mdlBtn2::before {
  width: 160px;
  height: 40px;
}

.mdlBtn2_gr.-postReport .mdlBtn2::before {
  width: 160px;
  height: 40px;
}

.mdlBtn2_gr .mdlBtn2:hover a {
  margin-top: 6px;
}

.mdlBtn2_gr.-postReport .mdlBtn2 {
  width: 160px;
}

.mdlBtn2_gr.-postRules .mdlBtn2 {
  width: 160px;
  margin-top: 0;
}

.mdlBtn2_gr.-postRules .mdlBtn2 a {
  font-size: 14px;
}


.mdlBtnMOV {
  margin-top: 15px;
}

.mdlBtnMOV a {
  display: inline-block;
  padding: 14px 45px;
  background: #003087 url(/_/img/cmn/ico_sns_yt.png) no-repeat right 12px top 50%;
  background-size: 20px auto;
  -webkit-box-shadow: 7px 7px 0 0 #f1c400;
  box-shadow: 7px 7px 0 0 #f1c400;
  color: white;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  -webkit-background-size: 20px auto;
}

.topMainHiro {
  position: relative;
  margin: 0 auto 30px;
  width: 100%;
}

.topMainHiro iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.topMainHiro img {
  width: 100%;
  height: auto;
}

.topMainHiro02 .swiper {
  padding-bottom: 80px;
}

@media not all and (min-width: 768px) {
  .topMainHiro02 .swiper {
    padding-bottom: 60px;
  }
}

.topMainHiro02 .swiper .swiper-slide {
  position: relative;
  height: 520px;
  background-size: cover;
}

@media not all and (min-width: 768px) {
  .topMainHiro02 .swiper .swiper-slide {
    height: 184px;
  }
}

.topMainHiro02 .swiper .swiper-pagination {
  bottom: 32px !important;
}

@media not all and (min-width: 768px) {
  .topMainHiro02 .swiper .swiper-pagination {
    bottom: 32px !important;
  }
}

.topMainHiro02 .swiper .swiper-pagination-bullet-active {
  background-color: #003087;
}

.topMainHiro02 .block {
  position: absolute;
  color: #000;
}

@media all and (min-width: 768px) {
  .topMainHiro02 .block {
    bottom: 60px;
    right: 60px;
  }
}

@media not all and (min-width: 768px) {
  .topMainHiro02 .block {
    bottom: 15px;
    right: 15px;
    left: 15px;
  }
}

.topMainHiro02 .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topMainHiro02 .tabs .tab01,
.topMainHiro02 .tabs .tab02 {
  padding: 5px 10px;
  font-weight: 700;
}

@media all and (min-width: 768px) {

  .topMainHiro02 .tabs .tab01,
  .topMainHiro02 .tabs .tab02 {
    font-size: 16px;
  }
}

@media not all and (min-width: 768px) {

  .topMainHiro02 .tabs .tab01,
  .topMainHiro02 .tabs .tab02 {
    font-size: 12px;
  }
}

.topMainHiro02 .tabs .tab01 {
  background-color: #f1c400;
}

.topMainHiro02 .tabs .tab02 {
  color: #fff;
  background-color: #003087;
}

.topMainHiro02 .title {
  padding: 6px 15px;
  font-weight: 700;
  font-family: serif;
  background-color: rgba(255, 255, 255, 0.8);
}

@media all and (min-width: 768px) {
  .topMainHiro02 .title {
    font-size: 42px;
  }
}

@media not all and (min-width: 768px) {
  .topMainHiro02 .title {
    display: inline-block;
    font-size: 21px;
  }
}

.topBnrArea {
  margin-top: 40px;
  padding: 0 15px;
  width: 100%;
  font-size: 0;
}

.topBnrArea .bnrDl {
  display: block;
  margin-bottom: 25px;
  width: 100%;
  border: #003087 1px solid;
  text-align: center;
  padding: 15px 0;
}

.topBnrArea .bnrDl img {
  width: 55%;
  height: auto;
  margin-top: -40px;
}

.topBnrArea .bnrDl p {
  padding-top: 10px;
  color: #111;
  font-size: 12px;
  line-height: 1.7;
}

.topBnrArea .bnrDl p strong {
  font-size: 14px;
  font-weight: bold;
  color: #003087;
}

.topBnrArea ul li {
  display: block;
}

.topBnrArea ul li a {
  color: #111;
}

.topBnrArea ul li a img {
  width: 100%;
}

.topBnrArea ul li a div {
  padding: 15px 30px 15px 15px;
  background: #f1c400 url(/_/img/cmn/ico_arw_bk.png) no-repeat right 8px top 50%;
  background-size: 13px auto;
  -webkit-background-size: 13px auto;
}

.topBnrArea ul li a .ttl {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
}

.topBnrArea ul li a .sub {
  font-size: 10px;
  line-height: 1.5;
}

.topBnrArea ul li+li {
  margin-top: 20px;
}

#page00 main>section:nth-of-type(1) .newsIndexTtl span {
  font-size: 48px;
}

#page00 main>section:nth-of-type(1) .newsIndexTtl:before {
  margin-top: -6px;
  border-top: #f1c400 6px solid;
  border-bottom: #003087 6px solid;
}

#page00 main>section+section {
  margin-top: 50px;
}

#page00 .ico-arrow {
  font-weight: 700;
  text-decoration: none;
}

#page00 .ico-arrow:hover {
  text-decoration: underline;
}

section.recommend {
  padding: 10px 0 30px;
  background-color: #ebfaf3;
}

section.recommend .newsIndexTtl span {
  background-color: #ebfaf3;
}

section.recommend .newsIndexOuter section {
  background: #fff;
}

@media not all and (min-width: 768px) {
  #page00 main>section:nth-of-type(1) .newsIndexTtl span {
    font-size: 36px;
  }

  #page00 main>section:nth-of-type(1) .newsIndexTtl:before {
    margin-top: -4px;
    border-top: #f1c400 4px solid;
    border-bottom: #003087 4px solid;
  }

  #page00 main>section+section {
    margin-top: 30px;
  }

  #page00 section+section .newsIndexTtl {
    margin-top: 10px;
  }

  section.recommend {
    margin-top: 20px !important;
    padding: 30px 0 20px;
  }
}

.tagSearchOuter {
  margin: 0 0 20px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.tagSearchOuter h3 {
  margin: 0 15px 10px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
}

.tagSearchOuter ul {
  font-size: 0;
}

.tagSearchOuter ul li {
  display: inline-block;
  margin: 0 10px 10px 0;
  border: #f1c400 1px solid;
  cursor: pointer;
}

.tagSearchOuter ul li.act {
  background: #f1c400;
}

.tagSearchOuter ul li span {
  display: block;
  padding: 12px;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1;
}

.tagSearchOuter>div {
  width: 48%;
  position: relative;
}

.tagSearchOuter>div:after {
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -3px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #003087 transparent transparent transparent;
}

.tagSearchOuter>div.selectAM:after {
  border-color: white transparent transparent transparent;
}

.tagSearchOuter>div.selectAM select {
  background: #003087;
  color: white;
}

.tagSearchOuter>div.selectAM select option {
  color: #111;
}

.tagSearchOuter select {
  width: 100%;
  background: #f1c400;
  font-size: 12px;
  padding: 10px 15px;
  cursor: pointer;
  outline: 0;
}

.tagSearchOuter option {
  background: white;
  padding: 5px;
  color: #111;
}

.btnListOuter {
  margin: 20px 5px 20px 15px;
}

.btnListOuter h3 {
  margin: 0 15px 10px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
}

.btnListOuter ul {
  font-size: 0;
}

.btnListOuter ul li {
  display: inline-block;
  margin: 0 10px 10px 0;
  border: #003087 1px solid;
  cursor: pointer;
}

.btnListOuter ul li a {
  display: block;
  padding: 12px;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1;
  color: #003087;
}

.searchFrame {
  width: 100%;
}

.searchFrame iframe {
  width: 100%;
  height: 500px;
  border: #f00 3px dashed;
}

.searchNote {
  padding: 15px;
}

.searchNote p {
  margin-bottom: 1.5em;
  font-size: 12px;
  line-height: 1.5;
}

.searchNote p strong {
  color: #003087;
  font-weight: bold;
}

.accoTtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding: 16px;
  background: #f1c400;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.accoTtl p {
  padding-right: 20px;
  color: #241815;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.28;
}

.accoTtl span {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  background: #003087;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.accoTtl span:before,
.accoTtl span:after {
  position: absolute;
  top: 14px;
  left: 7px;
  width: 16px;
  height: 2px;
  background: white;
  content: "";
}

.accoTtl span:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accoTtl.act span:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.accoCnt {
  display: none;
  padding: 10px 10px;
  background: #f2f2f2;
}

.accoCnt .ttl {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 12px;
}

.accoCnt .archiveLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.accoCnt .archiveLinks li {
  margin: 0 5px 10px;
  padding: 12px 12px 5px;
  width: calc(25% - 10px);
  background: white;
  text-align: center;
}

.accoCnt .archiveLinks li a {
  color: #111;
}

.accoCnt .archiveLinks li a img {
  width: 90%;
}

.accoCnt .archiveLinks li a p {
  font-size: 12px;
}

.accoCnt .archiveLinks+.ttl {
  margin-top: 20px;
}

.postTagArea {
  margin-bottom: 25px;
  font-size: 0;
}

.postTagArea .postTag1,
.postTagArea .postTag2 {
  margin-bottom: 10px;
  text-align: center;
}

.postTagArea .postTag1 p,
.postTagArea .postTag2 p {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 7px 10px;
  line-height: 1;
  margin: 0 10px;
}

.postTagArea .postTag1 p {
  background: #003087;
  color: white;
}

.postTagArea .postTag2 p {
  border: #d9d9d9 1px solid;
}

.postArea00 {
  width: 100%;
  margin-bottom: 40px;
}

.postArea00 img {
  width: 100%;
  height: auto;
}

.postArea00 figure figcaption {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.2;
}

.postArea01 {
  padding: 10px 15px 10px;
}

.postArea01 p {
  font-size: 12px;
  line-height: 1.5;
}

.postArea01 p+p {
  margin-top: 1.5em;
}

.postArea01 p img {
  width: 100%;
  height: auto;
}

.postArea01 p strong {
  font-weight: bold;
}

.postArea01 figure {
  width: 100%;
  margin: 10px 0;
  font-size: 0;
}

.postArea01 figure img {
  width: 100%;
  height: auto;
}

.postArea01 figure figcaption {
  display: block;
  margin-top: 10px;
  font-size: 11px;
  line-height: 1.2;
}

.postArea01 .aboutDlOuter {
  font-size: 12px;
  line-height: 1.1;
  margin-top: 1em;
}

.postArea01 .aboutDlOuter dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 5px 10px;
}

.postArea01 .aboutDlOuter dl:nth-child(odd) {
  background: #f2f2f2;
}

.postArea01 .aboutDlOuter dt {
  width: 6em;
}

.postArea01 .youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.postArea01 .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.postAreaMovie {
  margin: 50px 0;
  height: 200px;
  position: relative;
  background: #003087;
  text-align: center;
}

.postAreaMovie:before {
  z-index: 9;
  content: "";
  width: 100%;
  height: 100px;
  background: #f1c400;
  position: absolute;
  left: 0;
  top: 0;
}

.postAreaMovie iframe {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  width: auto;
  height: 200px;
}

.nextPrevLinks {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.nextPrevLinks>a {
  background: #f2f2f2;
  width: 49%;
  padding: 20px 10px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-decoration: none;
  color: #111;
  font-size: 0;
  font-family: YuMincho, "Yu Mincho", serif;
}

.nextPrevLinks>a .ttl {
  display: block;
  position: absolute;
  top: -14px;
  text-align: center;
  width: 100%;
  line-height: 1;
}

.nextPrevLinks>a .ttl strong {
  font-size: 20px;
}

.nextPrevLinks>a img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.nextPrevLinks>a img+p {
  text-decoration: underline;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
}

.nextPrevLinks>a.prev .ttl {
  color: #f1c400;
}

.nextPrevLinks>a.next .ttl {
  color: #003087;
}

.nextPrevLinks>a+a {
  margin-left: 2%;
}

.snsUL {
  padding: 20px 15px 40px;
  margin-bottom: 50px;
  font-size: 0;
  text-align: center;
}

.snsUL li {
  display: inline-block;
  margin: 0 5px;
}

.linksOuter .linksBox {
  background: #f2f2f2;
  border-top: #f1c400 3px solid;
  padding: 15px;
  margin-bottom: 10px;
}

.linksOuter h3 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

.linksOuter ul {
  margin-left: 15px;
}

.linksOuter ul li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.linksOuter ul li a {
  background: url(/_/img/cmn/ico_arw_bk.png) no-repeat 4px 12px;
  background-size: 9px auto;
  padding-left: 23px;
  line-height: 2;
  text-decoration: underline;
  color: #111;
  display: inline-block;
}

.linksOuter ul li.icoPDF a {
  padding: 3px 0 4px 23px;
  background: url(/_/img/cmn/ico_pdf.png) no-repeat 0 9px;
  background-size: 18px auto;
}

.linksOuter ul li.icoXLS a {
  padding: 3px 0 4px 23px;
  background: url(/_/img/cmn/ico_xls.png) no-repeat 0 7px;
  background-size: 18px auto;
}

.linksOuter ul li.icoDOC a {
  padding: 3px 0 4px 23px;
  background: url(/_/img/cmn/ico_doc.png) no-repeat 0 7px;
  background-size: 18px auto;
}

.linksOuter ul li.icoAi a {
  padding: 3px 0 4px 23px;
  background: url(/_/img/cmn/ico_ai.png) no-repeat 0 7px;
  background-size: 18px auto;
}

.linksOuter ul li.icoDL a:after {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 3px;
  background: url(/_/img/cmn/ico_dl.png) no-repeat 0 50%;
}

.otherLinks {
  background: #003087;
  margin-top: 40px;
  padding: 20px 15px 0;
  width: 100%;
}

.otherLinks h3 {
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 20px;
}

.otherLinks ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.otherLinks ul li {
  width: 49%;
  margin-bottom: 30px;
}

.otherLinks ul li:nth-child(odd) {
  margin-right: 2%;
}

.otherLinks ul li figure {
  font-size: 0;
  width: 100%;
}

.otherLinks ul li figure img {
  margin-bottom: 8px;
  width: 100%;
}

.otherLinks ul li p {
  line-height: 1.5;
}

.otherLinks ul li p a {
  display: inline-block;
  background: url(/_/img/cmn/ico_arw_w.png) no-repeat 0 3px;
  background-size: 9px auto;
  color: white;
  padding-left: 17px;
  font-size: 12px;
  text-decoration: underline;
}

.searchIframeOuter {
  width: 100%;
}

.searchIframeOuter iframe {
  width: 100%;
  height: 500px;
}

.orderIframeOuter {
  width: 100%;
}

.orderIframeOuter iframe {
  width: 100%;
  height: 1650px;
}

.view {
  padding: 0 15px;
  width: 100vw;
  margin: 0;
  box-sizing: border-box;
}

.presentframeOuter {
  width: 100%;
}

.presentframeOuter iframe {
  width: 100%;
  height: 1200px;
}

.gs-result .gs-title,
.gs-result .gs-title * {
  color: #003087 !important;
}

.gsc-results .gsc-cursor-box {
  margin-top: 20px !important;
}

.newsIndexOuter3 .newsIndexOuterFlex3>section {
  background: #f2f2f2;
}

.newsIndexOuter3 .newsIndexOuterFlex3>section .box {
  padding: 15px;
}

.newsIndexOuter3 .newsIndexOuterFlex3>section .articleImg {
  margin-bottom: 16px;
}

.newsIndexOuter3 .newsIndexOuterFlex3>section .box img {
  width: 100%;
}

.newsIndexOuter3 .newsIndexOuterFlex3>section .box .texOuter {
  padding-bottom: 8px;
}

.newsIndexOuter3 .newsIndexOuterFlex3>section .box .texOuter .ttl {
  font-size: 15px;
}

.newsIndexOuter3 .newsIndexOuterFlex3>section .box .texOuter .ttl a {
  font-weight: 600;
  color: black;
  margin-top: 16px;
  display: block;
  margin-bottom: 8px;
}

.newsIndexOuter3 .newsIndexOuterFlex3>section .box .texOuter .body {
  font-size: 12px;
  margin-bottom: 12px;
}

/* .newsIndexOuter3 .newsIndexOuterFlex3 > section .box .texOuter p {
  margin-bottom: 24px;
} */
.newsIndexOuter3 .newsIndexOuterFlex3>section .box .texOuter .links {
  background: url(/_/img/cmn/ico_arw_bl.png) no-repeat 0 50%;
  background-size: 10px auto;
  padding-left: 20px;
  color: #111;
  text-decoration: underline;
  margin-top: 32px;
}

.newsIndexOuter3 .newsIndexOuterFlex3>section .box .texOuter .links a {
  color: black;
  font-size: 12px;
}

.newsIndexOuter3 .newsIndexOuterFlex3>section .box .texOuter .mdlBtn2 {
  text-align: center;
}

@media all and (min-width: 1050px) {
  .siteHeader {
    z-index: 10;
    display: block;
    width: 100%;
    height: 100px;
  }

  .siteHeader:before,
  .siteHeader:after {
    content: none;
  }

  .header1 {
    position: absolute;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 542px;
    width: 100%;
    height: 100px;
    background: rgba(0, 0, 0, 0);
    font-size: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .header1 .logo1 img {
    height: 60px;
  }

  .header1 h1 img {
    height: 70px;
    margin: 0 20px;
  }

  .header1 h1 a {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    white-space: nowrap;
  }

  .header1 .spSwitch {
    display: none;
  }

  .header1 .menuSNS {
    display: none;
    padding: 11px 0 0;
    width: 190px;
  }

  .header1 .menuSNS p {
    position: relative;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
    width: 100%;
    background: white;
    text-align: center;
    line-height: 1;
  }

  .header1 .menuSNS p span {
    position: relative;
    padding: 0 5px;
    background: white;
    color: #003087;
    font-size: 10px;
  }

  .header1 .menuSNS p:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #cdd3df;
    content: "";
  }

  .header1 .menuSNS .snsOuter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    width: 100%;
    font-size: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .header1 .menuSNS .snsOuter>div {
    display: inline-block;
  }

  .header1 .menuSNS .snsOuter>div a {
    -webkit-transition: all 0.05s;
    transition: all 0.05s;
    display: block;
    border: #003087 8px solid;
    border-radius: 15px;
    -webkit-box-shadow: 3px 3px 0 0 #f1c400;
    box-shadow: 3px 3px 0 0 #f1c400;
  }

  .header1 .menuSNS .snsOuter>div a:hover {
    margin-top: 3px;
    margin-bottom: -3px;
    -webkit-box-shadow: 3px 0 0 0 #f1c400;
    box-shadow: 3px 0 0 0 #f1c400;
  }

  .header1 .menuSNS .snsOuter>div a img {
    width: 15px;
    height: 15px;
    background: #003087;
  }

  .header1 .menuSNS ul {
    font-size: 0;
    text-align: center;
  }

  .header1 .menuSNS ul li {
    display: inline-block;
  }

  .header1 .menuSNS ul li+li {
    margin-left: 20px;
  }

  .header1 .menuSNS ul li a {
    position: relative;
    padding-left: 10px;
    color: #111;
    text-decoration: none;
    font-size: 12px;
  }

  .header1 .menuSNS ul li a:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
    width: 0;
    height: 0;
    border-width: 4.5px 0 4.5px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #f1c400;
    content: "";
  }

  .header2 {
    position: static;
    display: block;
    overflow: initial;
    max-height: 100%;
    width: 100%;
    height: 100px;
    -webkit-overflow-scrolling: touch;
  }

  .header2 .menu1 {
    padding-top: 0;
    width: 100%;
    height: 50px;
    background: #f1c400;
  }

  .header2 .menu1 ul {
    margin: 0 auto;
    margin-right: 210px;
    max-width: 1500px;
    width: auto;
    height: 50px;
    text-align: right;
    font-size: 0;
  }

  .header2 .menu1 ul>li {
    position: relative;
    display: inline-block;
    height: 50px;
    border-bottom: none;
  }

  .header2 .menu1 ul>li.hasChild>span {
    position: relative;
    z-index: 10;
  }

  .header2 .menu1 ul>li.hasChild>span:after {
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-width: 12px 10px 0 10px;
    border-style: solid;
    border-color: #f1c400 transparent transparent transparent;
    content: "";
    opacity: 0;
  }

  .header2 .menu1 ul>li.hasChild:before {
    position: absolute;
    top: 12px;
    right: 0;
    width: 1px;
    height: 16px;
    background: #604e00;
    content: "";
  }

  .header2 .menu1 ul>li.hasChild:hover span:after,
  .header2 .menu1 ul>li.hasChild:hover a:after {
    bottom: -12px;
    opacity: 1;
  }

  .header2 .menu1 ul>li.hasChild:hover span+div.subNavOuter,
  .header2 .menu1 ul>li.hasChild:hover a+div.subNavOuter {
    padding: 10px 0 30px;
    height: auto;
  }

  .header2 .menu1 ul>li.hasChild div.subNavOuter {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: fixed;
    left: 0;
    z-index: 9;
    overflow: hidden;
    padding: 0 0 0;
    width: 100%;
    height: 0;
    background: #f7dc66;
  }

  .header2 .menu1 ul>li.hasChild div.subNavOuter a {
    border-top: none;
    background: none;
  }

  .header2 .menu1 ul>li.hasChild div.subNavOuter a:after {
    display: none;
  }

  .header2 .menu1 ul>li:hover {
    background: #ffe15d;
  }

  .header2 .menu1 ul>li:hover a,
  .header2 .menu1 ul>li:hover span {
    border-top: #f1c400 0 solid;
  }

  .header2 .menu1 ul>li a,
  .header2 .menu1 ul>li span {
    display: block;
    padding: 0 10px;
    height: 50px;
    border-right: #f1c400 10px solid;
    border-left: #f1c400 10px solid;
    color: #111;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    line-height: 50px;
  }

  .header2 .menu1 ul>li a {
    background: none;
  }

  .header2 .menu1 ul>li ul {
    display: block;
    padding: 0 10px;
    max-width: 1000px;
    width: 100%;
    height: auto;
    background: none;
  }

  .header2 .menu1 ul>li ul li {
    margin-left: 0;
    width: 49%;
    height: auto;
    border: none;
    border-bottom: none;
    background: none;
    text-align: left;
  }

  .header2 .menu1 ul>li ul li:before {
    content: none;
  }

  .header2 .menu1 ul>li ul li:hover {
    height: auto;
    border-top: none;
    background: none;
  }

  .header2 .menu1 ul>li ul li:hover a {
    border-top: none;
  }

  .header2 .menu1 ul>li ul li a {
    display: block;
    padding: 0 0;
    height: auto;
    border-top: none;
    border-right: none;
    border-left: none;
    background: none;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.8;
  }

  .header2 .menu1 ul>li ul li a img {
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    display: block;
    width: 100%;
  }

  .header2 .menu1 ul>li ul li a div {
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    padding: 18px 50px 18px 15px;
    background: white url(/_/img/cmn/ico_arw_yl.png) no-repeat right 15px top 50%;
    background-size: 13px auto;
    -webkit-background-size: 13px auto;
  }

  .header2 .menu1 ul>li ul li a p.ttl {
    display: inline-block;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
  }

  .header2 .menu1 ul>li ul li a p.ttl:before {
    content: "";
  }

  .header2 .menu1 ul>li ul li a p.sub {
    display: block;
    font-size: 14px;
    line-height: 1.28;
  }

  .header2 .menu1 ul>li ul li a:hover img {
    opacity: 0.9;
  }

  .header2 .menu1 ul>li ul li a:hover div {
    background: white url(/_/img/cmn/ico_arw_yl.png) no-repeat right 10px top 50%;
    background-size: 13px auto;
    -webkit-background-size: 13px auto;
  }

  .header2 .menu1 ul>li ul li span {
    display: block;
    padding: 0 0;
    height: auto;
    border-top: none !important;
    border-right: none;
    border-left: none;
    background: none;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.8;
  }

  .header2 .menu1 ul>li ul li span:after {
    width: 0;
    height: 0;
    display: none;
  }

  .header2 .menu1 ul>li ul li span div {
    padding: 18px 15px 18px 15px;
    background: white;
  }

  .header2 .menu1 ul>li ul li span p.sub {
    display: block;
    font-size: 14px;
    line-height: 1.28;
  }

  .header2 .menu1 ul>li ul li+li {
    margin-left: 2%;
    border-bottom: none;
  }

  .header2 .menu1 ul>li.hasFukidashi>a {
    position: relative;
    z-index: 10;
  }

  .header2 .menu1 ul>li.hasFukidashi>a:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    margin-bottom: 5px;
    width: 0;
    height: 0;
    border-width: 0px 10px 12px 10px;
    border-style: solid;
    border-color: transparent transparent #f7dc66 transparent;
    content: "";
    opacity: 0;
  }

  .header2 .menu1 ul>li.hasFukidashi:before {
    z-index: 99999;
    position: absolute;
    top: 12px;
    right: 0;
    width: 1px;
    height: 16px;
    background: #604e00;
    content: "";
  }

  .header2 .menu1 ul>li.hasFukidashi:hover span:after,
  .header2 .menu1 ul>li.hasFukidashi:hover a:after {
    bottom: -12px;
    opacity: 1;
  }

  .header2 .menu1 ul>li.hasFukidashi:hover div.subNavOuter {
    height: auto;
  }

  .header2 .menu1 ul>li.hasFukidashi:hover p.sub {
    margin-top: 7px;
    padding: 10px 20px 10px;
    background: #f7dc66;
    display: inline-block;
    font-size: 14px;
    line-height: 1.28;
  }

  .header2 .menu1 ul>li div.subNavOuter {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: fixed;
    left: 0;
    z-index: 9;
    overflow: hidden;
    padding: 0 0 0;
    width: 100%;
    height: 0;
    background: none;
  }

  .header2 .menu1 ul>li div.subNavOuter a {
    border-top: none;
    background: none;
  }

  .header2 .menu2 {
    height: 50px;
    background: #003087;
    text-align: right;
    font-size: 0;
  }

  .header2 .menu2 p {
    display: inline-block;
    margin-top: 7px;
    padding: 0 38px 0 6px;
    height: 26px;
    border-radius: 5px;
    background: #00205b url(/_/img/cmn/ico_fng_r_w.png) no-repeat right 7px top 50%;
    background-size: 23px auto;
    color: white;
    font-weight: bold;
    font-size: 12px;
    line-height: 26px;
    -webkit-background-size: 23px auto;
  }

  .header2 .menu2 ul {
    display: inline-block;
    width: auto;
    height: 50px;
  }

  .header2 .menu2 ul li {
    position: relative;
    display: inline-block;
    border-bottom: none;
    cursor: pointer;
  }

  .header2 .menu2 ul li:before {
    position: absolute;
    top: 12px;
    right: 0;
    width: 1px;
    height: 16px;
    background: #99accf;
    content: "";
    display: none;
  }

  .header2 .menu2 ul li:hover ul {
    display: block;
  }

  .header2 .menu2 ul li:last-child:before {
    content: none;
  }

  .header2 .menu2 ul li a,
  .header2 .menu2 ul li p {
    display: block;
    padding: 0 0.2vw;
    border-right: #003087 10px solid;
    border-left: #003087 10px solid;
    background: none;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    margin-top: 0;
  }

  .header2 .menu2 ul li ul {
    display: none;
    position: absolute;
    right: 0;
    left: -66px;
    background-color: #fce16c;
    width: 254px;
    height: auto;
    padding: 20px 0;
  }

  .header2 .menu2 ul li ul::after {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -10px;
    margin-bottom: 5px;
    width: 0;
    height: 0;
    border-width: 0px 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent #123087 transparent;
    content: "";
    opacity: 1;
    -webkit-transform: scale(-1);
    transform: scale(-1);
  }

  .header2 .menu2 ul li ul li {
    width: 100%;
    position: static;
  }

  .header2 .menu2 ul li ul li:hover {
    background-color: #fff2ba;
  }

  .header2 .menu2 ul li ul li a {
    color: #222;
    border-width: 0;
    text-align: center;
    height: 40px;
    line-height: 40px;
  }

  .header2 .menu2 ul li:nth-child(2) ul {
    left: -83px;
  }

  .header2 .menu2 ul li:nth-child(3) ul {
    left: -59px;
  }

  .header2 .menu2 ul li:nth-child(4) ul {
    left: -90px;
  }

  /* ↓ 024 8/5修正 ↓ */


  /* ↑ 024 8/5修正 ↑ */

  /* .header2 .menu2 ul li:nth-child(5) div.menu2_back_wrap {
    display: none;
  } */

  .header2 .menu2 ul li:nth-child(5):hover div.menu2_back_wrap {
    display: block;
    overflow: hidden;
    position: absolute;
    right: 0;
    left: -66px;
    background-color: #fce16c;
    width: 254px;
    /* height: 508px; */
    height: calc(100vh/3*2);
    padding: 20px 0;
  }

  .header2 .menu2 ul li:nth-child(5):hover div.menu2_back_wrap>ul {
    position: static;
    width: 100%;
    height: 100%;
    margin-left: auto;
    overflow-y: scroll;
    padding: 0;
  }

  .header2 .menu2 ul li:nth-child(5):hover div.menu2_back_wrap>ul::-webkit-scrollbar {
    width: 8px;
    height: 4px;
  }

  .header2 .menu2 ul li:nth-child(5):hover div.menu2_back_wrap>ul::-webkit-scrollbar-thumb {
    border-radius: 5rem;
  }

  .header2 .menu2 ul li:nth-child(5):hover div.menu2_back_wrap>ul::-webkit-scrollbar-thumb {
    --bg-opacity: .1;
    background-color: rgb(165, 165, 165);
  }

  .header2 .menu2 ul li:nth-child(5) div.menu2_back_wrap ul li {
    width: 70%;
  }

  .header2 .menu2 ul li:nth-child(5) div.menu2_back_wrap ul li:first-of-type {
    width: 100%;
  }

  .header2 .menu2 ul li:nth-child(5) div.menu2_back_wrap ul li:first-of-type a {
    text-align: center;
    padding: 0;
  }

  .header2 .menu2 ul li:nth-child(5) div.menu2_back_wrap>ul>li>a {
    text-align: left;
    padding: 0;
    padding-left: 24px;
  }

  .header2 .menu2 ul li:nth-child(5) div.menu2_back_wrap>ul>li>div {
    display: none;
    overflow-y: scroll;
  }

  .header2 .menu2 ul li:nth-child(5) div.menu2_back_wrap ul li p.menu2_back_year {
    color: #222;
    border-width: 0;
    text-align: left;
    height: 40px;
    line-height: 40px;
    background: none;
    padding: 0;
    width: 100%;
    font-size: 16px;
    padding-left: 24px;
    margin: 0;
  }

  .header2 .menu2>ul>li:nth-child(5)>ul>li>ul.menu2_back_month::after {
    display: none;
  }

  .header2 .menu2 ul li:nth-child(5) ul li ul.menu2_back_month {
    display: none;
    overflow-y: unset;
  }

  .header2 .menu2 ul li:nth-child(5) ul li:hover ul.menu2_back_month {
    display: block;
    position: absolute;
    right: unset;
    width: 76.2px;
    height: calc(66.67vh - 80px);
    /* height: 436px; */
    left: 0;
    top: 60px;
    padding: 0;
  }

  .header2 .menu2 ul li:nth-child(5) ul li:hover ul.menu2_back_month::after {
    display: none;
  }

  .header2 .menu2 ul li:nth-child(5) ul li:hover ul.menu2_back_month li {
    width: 100%;
    height: calc(100%/12);
    /* height: 28px; */
    box-sizing: content-box;
  }

  .header2 .menu2 ul li:nth-child(5) ul li:hover ul.menu2_back_month li a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header2 .menu2 ul li:nth-child(5) ul li:hover ul.menu2_back_month li a p {
    color: #000;
    border: unset;
    padding: unset;
    font-size: clamp(12px, 1vw, 14px);
    /* font-size: 14px; */

  }

  .header2 .menu2 ul li:nth-child(6) ul {
    left: -165px;
  }

  .header2 .menu2 ul li:nth-child(6) ul::after {
    left: 83%;
  }

  .header2 .menu3 {
    display: none;
  }

  #cse-search-box {
    position: absolute;
    top: 5px;
    right: 6px;
    width: 190px;
    padding: 0 0 0;
    background-color: white;
    border-radius: 20px;
    border: 3px solid #d9d9d9;
    overflow: hidden;
  }

  #cse-search-box input[type=text] {
    width: 155px;
    height: auto;
    padding-left: 1em;
    font-size: 12px;
    line-height: 34px;
    background-color: white;
    border: none;
  }

  #cse-search-box input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    background-image: url(/_/img/cmn/ico_search.svg);
    background-position: right center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
  }
}

@media all and (min-width: 1050px) and (max-width: 1150px) {

  .header2 .menu1 ul li a,
  .header2 .menu1 ul li span {
    padding: 0 5px;
    border-right: #f1c400 5px solid;
    border-left: #f1c400 5px solid;
    font-size: 14px;
  }

  .header2 .menu2 ul li a {
    padding: 0 5px;
    border-right: #003087 5px solid;
    border-left: #003087 5px solid;
    font-size: 14px;
  }
}

@media all and (min-width: 1050px) and (max-width: 950px) {
  .header2 .menu1 ul {
    padding-left: 15px;
    text-align: left;
  }

  .header2 .menu2 {
    padding-left: 20px;
    text-align: left;
  }
}

/*=========================*/
@media all and (min-width: 768px) {
  .spOnly {
    display: none !important;
  }

  .pcOnly {
    display: block;
  }

  html {
    overflow-x: auto;
  }

  html,
  body {
    width: 100%;
  }

  body {
    width: 100%;
  }

  main {
    padding-top: 100px;
  }

  .menuSNS {
    margin-top: 40px;
  }

  footer {
    position: relative;
    margin-top: 60px;
    padding: 25px 0 25px;
    width: 100%;
    text-align: center;
    line-height: 1;
  }

  footer p {
    font-size: 12px;
  }

  footer p a {
    display: inline-block;
    margin-bottom: 25px;
    color: #111;
  }

  footer p a small {
    font-size: 10px;
  }

  #page01-01 .nav01-01,
  #page01-02 .nav01-02,
  #page01-03 .nav01-03,
  #page01-04 .nav01-04,
  #page01-05 .nav01-05,
  #page01-06 .nav01-06,
  #page01-07 .nav01-07 {
    height: 35px;
    background: #ffe15d;
  }

  #page01-01 .nav01-01 a,
  #page01-02 .nav01-02 a,
  #page01-03 .nav01-03 a,
  #page01-04 .nav01-04 a,
  #page01-05 .nav01-05 a,
  #page01-06 .nav01-06 span,
  #page01-07 .nav01-07 a {
    border-top: #f1c400 5px solid;
    line-height: 30px;
  }

  .nav01-01 .subNavOuter {
    margin-left: -125px !important;
  }

  .nav01-02 .subNavOuter {
    margin-left: -40px !important;
  }

  .nav01-05 .subNavOuter {
    margin-left: 40px !important;
  }

  #page02-01 .nav02-01,
  #page02-02 .nav02-02,
  #page02-03 .nav02-03,
  #page02-04 .nav02-04,
  #page02-05 .nav02-05,
  #page02-06 .nav02-06,
  #page02-07 .nav02-07 {
    height: 35px;
    background: #3263bc;
  }

  #page02-01 .nav02-01 a,
  #page02-02 .nav02-02 a,
  #page02-03 .nav02-03 a,
  #page02-04 .nav02-04 a,
  #page02-05 .nav02-05 a,
  #page02-06 .nav02-06 a,
  #page02-07 .nav02-07 a {
    border-top: #003087 5px solid;
    line-height: 30px;
  }

  .secondTtl {
    margin: 75px 0 75px;
    color: #003087;
    text-align: center;
    font-weight: bold;
    font-size: 60px;
    line-height: 1;
  }

  .secondTtl small {
    position: relative;
    display: table;
    margin: -28px auto 10px;
    padding: 0 35px;
    font-size: 18px;
  }

  .secondTtl small span {
    position: relative;
    z-index: 10;
    padding: 0 8px;
    background: white;
    font-weight: bold;
    font-size: 18px;
  }

  .secondTtl small:before {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 1px;
    background: #f1c400;
    content: "";
  }

  .secondPostTtl {
    margin: 75px auto 20px;
    color: #111;
    width: 100%;
    max-width: 1100px;
    text-align: center;
    font-weight: bold;
    font-size: 48px;
    line-height: 1.25;
    font-family: YuMincho, "Yu Mincho", serif;
  }

  .secondPostTtl small {
    position: relative;
    display: table;
    margin: 0 auto 50px;
    padding: 0 35px;
    font-size: 18px;
  }

  .secondPostTtl small span {
    position: relative;
    z-index: 10;
    padding: 0 8px;
    background: white;
    font-weight: bold;
    font-size: 18px;
    color: #003087;
  }

  .secondPostTtl small:before {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 1px;
    background: #f1c400;
    content: "";
  }

  .mainLead {
    margin-top: -35px;
    margin-bottom: 75px;
    padding: 0 15px;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
  }

  .newsIndexTtl {
    position: relative;
    display: block;
    margin: 0 auto 50px;
    max-width: 1300px;
    width: calc(100% - 40px);
    text-align: center;
    line-height: 1;
  }

  .newsIndexTtl:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    margin-top: -2px;
    width: 100%;
    height: 2px;
    border-top: #f1c400 2px solid;
    border-bottom: #003087 2px solid;
    content: "";
  }

  .newsIndexTtl span {
    position: relative;
    top: 0;
    padding: 0 25px;
    background: white;
    color: #3d3d3d;
    font-weight: bold;
    font-size: 30px;
  }

  section+section .newsIndexTtl {
    margin: 50px auto 50px;
  }

  .newsIndexOuter {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0;
    max-width: 1330px;
    width: 100%;
  }

  .newsIndexOuter .newsIndexOuterFlex2,
  .newsIndexOuter .newsIndexOuterFlex3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .newsIndexOuter .newsIndexOuterFlex2>section,
  .newsIndexOuter .newsIndexOuterFlex3>section {
    margin: 0 15px 30px;
    width: calc((100% - 90px) / 3);
    background: #f2f2f2;
  }

  .newsIndexOuter .box {
    position: relative;
    padding: 20px;
    background: none;
  }

  .newsIndexOuter .box .cat {
    position: absolute;
    top: 30px;
    left: -10px;
    z-index: 100;
    display: inline-block;
    background: #f1c400;
    line-height: 1;
  }

  .newsIndexOuter .box .cat:before {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 0;
    border-width: 0 10px 5px 0;
    border-style: solid;
    border-color: transparent #a18300 transparent transparent;
    content: "";
  }

  .newsIndexOuter .box .cat span {
    position: relative;
    display: inline-block;
    padding: 0px 10px;
    height: 24px;
    color: #241815;
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
  }

  .newsIndexOuter .box .cat span:before,
  .newsIndexOuter .box .cat span:after {
    position: absolute;
    right: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    content: "";
  }

  .newsIndexOuter .box .cat span:before {
    top: 0;
    border-width: 12px 5px 0 0;
    border-color: #f1c400 transparent transparent transparent;
  }

  .newsIndexOuter .box .cat span:after {
    bottom: 0;
    border-width: 12px 0 0 5px;
    border-color: transparent transparent transparent #f1c400;
  }

  .newsIndexOuter .box .articleCnt {
    display: block;
    width: 100%;
  }

  .newsIndexOuter .box .articleImg {
    margin-right: 20px;
    width: 100%;
  }

  .newsIndexOuter .box .articleImg a {
    position: relative;
    z-index: 10;
    display: block;
    overflow: hidden;
    padding-top: 50%;
    width: 100%;
    height: 0;
  }

  .newsIndexOuter .box .articleImg a img {
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }

  .newsIndexOuter .box .articleImg a:hover img {
    opacity: 0.9;
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }

  .newsIndexOuter .box .texOuter {
    width: 100%;
    padding-bottom: 36px;
  }

  .newsIndexOuter .box .texOuter .ttl {
    line-height: 0.3;
  }

  .newsIndexOuter .box .texOuter .ttl time {
    display: inline-block;
    margin-right: 11px;
    padding: 5px 10px;
    background: #808080;
    color: white;
    font-size: 12px;
  }

  .newsIndexOuter .box .texOuter .ttl span,
  .newsIndexOuter .box .texOuter .ttl a {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #003087;
    font-weight: bold;
    font-size: 15px;
    line-height: 1;
  }

  .newsIndexOuter .box .texOuter .body {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1;
  }

  .newsIndexOuter .box .texOuter .body a {
    display: block;
    color: #111;
    font-weight: bold;
    font-size: 18px;
    font-family: YuMincho, "Yu Mincho", serif;
    line-height: 1.3;
  }

  .newsIndexOuter .box .texOuter .tags {
    display: block;
    margin-bottom: 15px;
    line-height: 1;
  }

  .newsIndexOuter .box .texOuter .tags li {
    display: inline-block;
    margin: 0 8px 8px 0;
  }

  .newsIndexOuter .box .texOuter .tags li a,
  .newsIndexOuter .box .texOuter .tags li span {
    display: block;
    padding: 10px 7px;
    background: white;
    color: #111;
    text-decoration: none;
    font-size: 12px;
  }

  .newsIndexOuter .box .texOuter .sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .newsIndexOuter .box .texOuter .sub .movie {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px 9px;
    color: #fff;
    font-size: 12px;
    font-family: sans-serif;
    background-color: #003087;
    border-radius: 9999px;
  }

  .newsIndexOuter .box .texOuter .sub .movie::before {
    content: "";
    display: block;
    width: 11.5px;
    height: 6.5px;
    margin-right: 5px;
    background-image: url(/_/img/cmn/ico_mov02.png);
    background-position: right center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .newsIndexOuter .box .texOuter .sub time {
    margin-left: auto;
    font-size: 12px;
    line-height: 24px;
    color: #111;
  }

  .newsIndexOuter2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0;
    max-width: 1300px;
    width: calc(100% - 40px);
  }

  .newsIndexOuter2 .box {
    width: 100%;
    position: relative;
    padding: 20px 20px;
    background: #f2f2f2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .newsIndexOuter2 .box .articleCnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .newsIndexOuter2 .box .articleImg {
    margin-bottom: 0;
    width: 30%;
    max-width: 300px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }

  .newsIndexOuter2 .box .articleImg a {
    position: relative;
    z-index: 10;
    display: block;
    overflow: hidden;
    padding-top: 50%;
    width: 100%;
    height: 0;
  }

  .newsIndexOuter2 .box .articleImg a img {
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }

  .newsIndexOuter2 .box .articleImg a:hover img {
    opacity: 0.9;
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }

  .newsIndexOuter2 .box .texOuter {
    width: auto;
    padding-left: 24px;
    padding-bottom: 0;
    text-align: left;
    margin-left: 0;
  }

  .newsIndexOuter2 .box .texOuter .ttl {
    line-height: 1.3;
  }

  .newsIndexOuter2 .box .texOuter .ttl time {
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 10px;
    background: #808080;
    color: white;
    font-size: 12px;
  }

  .newsIndexOuter2 .box .texOuter .ttl span,
  .newsIndexOuter2 .box .texOuter .ttl a {
    display: inline-block;
    margin-bottom: 5px;
    color: #111;
    font-weight: bold;
    font-size: 18px;
    font-family: YuMincho, "Yu Mincho", serif;
  }

  .newsIndexOuter2 .box .texOuter .body {
    display: block;
    margin-bottom: 6px;
  }

  .newsIndexOuter2 .box .texOuter .body a {
    color: #111;
    font-size: 15px;
    line-height: 1.5;
  }

  .newsIndexOuter2 .box .texOuter .sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 24px);
  }

  .newsIndexOuter2 .box .texOuter .sub .movie {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px 9px;
    color: #fff;
    font-size: 12px;
    font-family: sans-serif;
    background-color: #003087;
    border-radius: 9999px;
  }

  .newsIndexOuter2 .box .texOuter .sub .movie::before {
    content: "";
    display: block;
    width: 11.5px;
    height: 6.5px;
    margin-right: 5px;
    background-image: url(/_/img/cmn/ico_mov02.png);
    background-position: right center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .newsIndexOuter2 .box .texOuter .sub time {
    margin-left: auto;
    font-size: 12px;
    line-height: 24px;
  }

  .newsIndexOuter2 .box .texOuter .mdlBtn1 {
    margin: 0 0;
  }

  .newsIndexOuter2 .box .texOuter .mdlBtn1 a {
    font-size: 14px;
  }

  .newsIndexOuter2 .box .texOuter .mdlBtn1:hover {
    margin-bottom: -3px;
  }

  .newsIndexOuter3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0;
    max-width: 1330px;
    width: calc(100% - 10px);
  }

  .newsIndexOuter3 .newsIndexOuterFlex3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .newsIndexOuter3 .newsIndexOuterFlex3>section {
    width: 320px;
    background: #f2f2f2;
    margin: 0 15px 30px;
  }

  .newsIndexOuter3 .newsIndexOuterFlex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .newsIndexOuter3 .newsIndexOuterFlex2>section {
    width: calc((100% - 60px) / 3);
    background: #f2f2f2;
    margin: 0 15px 30px;
  }

  .newsIndexOuter3 .box {
    position: relative;
    padding: 20px;
    background: none;
  }

  .newsIndexOuter3 .box .articleCnt {
    display: block;
    width: 100%;
  }

  .newsIndexOuter3 .box .articleImg {
    margin-bottom: 20px;
    width: 100%;
  }

  .newsIndexOuter3 .box .articleImg a {
    position: relative;
    z-index: 10;
    display: block;
    overflow: hidden;
    padding-top: 50%;
    width: 100%;
    height: 0;
  }

  .newsIndexOuter3 .box .articleImg a img {
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }

  .newsIndexOuter3 .box .articleImg a:hover img {
    opacity: 0.9;
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }

  .newsIndexOuter3 .box .texOuter {
    width: 100%;
    padding-bottom: 1.2rem;
  }

  .newsIndexOuter3 .box .texOuter .ttl {
    line-height: 1.5;
  }

  .newsIndexOuter3 .box .texOuter .ttl span,
  .newsIndexOuter3 .box .texOuter .ttl a {
    display: inline-block;
    margin-bottom: 15px;
    color: #111;
    font-weight: bold;
    font-size: 18px;
  }

  .newsIndexOuter3 .box .texOuter .body {
    margin-bottom: 15px;
    font-size: 15px !important;
    line-height: 1.3;
  }

  .newsIndexOuter3 .box .texOuter .body a {
    color: #111;
    font-size: 15px;
    line-height: 1.3;
  }

  .newsIndexOuter3 .box .texOuter .links {
    font-size: 15px;
    background: url(/_/img/cmn/ico_arw_bl.png) no-repeat 0 50%;
    background-size: 10px auto;
    padding-left: 20px;
    color: #111;
    text-decoration: underline;
  }

  .newsIndexOuter3 .box .texOuter .links a {
    font-size: 15px !important;
  }

  .newsIndexOuter3 .box .texOuter .links a:hover {
    text-decoration: none;
  }

  .newsIndexOuter.-wide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0;
    max-width: 1330px;
    width: 100%;
  }

  .newsIndexOuter.-wide .newsIndexOuterFlex2,
  .newsIndexOuter.-wide .newsIndexOuterFlex3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .newsIndexOuter.-wide .newsIndexOuterFlex2>section,
  .newsIndexOuter.-wide .newsIndexOuterFlex3>section {
    margin: 0 15px 30px;
    width: 100%;
    background: #f2f2f2;
  }

  .newsIndexOuter.-wide .box {
    position: relative;
    display: block;
    padding: 20px;
    background: none;
  }

  .newsIndexOuter.-wide .box .cat {
    position: absolute;
    top: 30px;
    left: -10px;
    z-index: 100;
    display: inline-block;
    background: #f1c400;
    line-height: 1;
  }

  .newsIndexOuter.-wide .box .cat:before {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 0;
    border-width: 0 10px 5px 0;
    border-style: solid;
    border-color: transparent #a18300 transparent transparent;
    content: "";
  }

  .newsIndexOuter.-wide .box .cat span {
    position: relative;
    display: inline-block;
    padding: 0px 10px;
    height: 24px;
    color: #241815;
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
  }

  .newsIndexOuter.-wide .box .cat span:before,
  .newsIndexOuter.-wide .box .cat span:after {
    position: absolute;
    right: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    content: "";
  }

  .newsIndexOuter.-wide .box .cat span:before {
    top: 0;
    border-width: 12px 5px 0 0;
    border-color: #f1c400 transparent transparent transparent;
  }

  .newsIndexOuter.-wide .box .cat span:after {
    bottom: 0;
    border-width: 12px 0 0 5px;
    border-color: transparent transparent transparent #f1c400;
  }

  .newsIndexOuter.-wide .box .articleCnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .newsIndexOuter.-wide .box .articleImg {
    margin-bottom: 0;
    margin-right: 20px;
    width: 30%;
  }

  .newsIndexOuter.-wide .box .articleImg div {
    position: relative;
    z-index: 10;
    display: block;
    overflow: hidden;
    padding-top: 50%;
    width: 100%;
    height: 0;
  }

  .newsIndexOuter.-wide .box .articleImg div img {
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }

  .newsIndexOuter.-wide .box .articleImg div:hover img {
    opacity: 0.9;
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }

  .newsIndexOuter.-wide .box .texOuter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 70%;
    color: #000;
    padding-bottom: 24px;
  }

  .newsIndexOuter.-wide .box .texOuter .hiFix3PC {
    width: 100%;
    height: auto !important;
  }

  .newsIndexOuter.-wide .box .texOuter .ttl {
    margin-bottom: 10px;
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
    font-family: YuMincho, "Yu Mincho", serif;
  }

  .newsIndexOuter.-wide .box .texOuter .ttl time {
    display: inline-block;
    margin-right: 11px;
    padding: 5px 10px;
    background: #808080;
    color: white;
    font-size: 12px;
  }

  .newsIndexOuter.-wide .box .texOuter .ttl span,
  .newsIndexOuter.-wide .box .texOuter .ttl a {
    display: block;
    margin-top: 0;
    margin-bottom: 10px;
    color: #003087;
    font-size: 15px;
    font-family: YuGothic, "Custom Yu Gothic", "Yu Gothic", sans-serif;
  }

  .newsIndexOuter.-wide .box .texOuter .body {
    display: block;
    margin-bottom: 15px;
    color: #111;
    font-weight: bold;
    font-size: 16px;
    font-family: YuMincho, "Yu Mincho", serif;
    line-height: 1.3;
  }

  .newsIndexOuter.-wide .box .texOuter .body .movie {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px 9px;
    color: #fff;
    font-size: 12px;
    font-family: sans-serif;
    background-color: #003087;
    border-radius: 9999px;
  }

  .newsIndexOuter.-wide .box .texOuter .body .movie::before {
    content: "";
    display: block;
    width: 11.5px;
    height: 6.5px;
    margin-right: 5px;
    background-image: url(/_/img/cmn/ico_mov02.png);
    background-position: right center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .newsIndexOuter.-wide .box .texOuter .tags {
    display: block;
    margin-bottom: 15px;
    line-height: 1;
  }

  .newsIndexOuter.-wide .box .texOuter .tags li {
    display: inline-block;
    margin: 0 8px 8px 0;
  }

  .newsIndexOuter.-wide .box .texOuter .tags li a,
  .newsIndexOuter.-wide .box .texOuter .tags li span {
    display: block;
    padding: 10px 7px;
    background: white;
    color: #111;
    text-decoration: none;
    font-size: 12px;
  }

  .newsIndexOuter.-wide .box .texOuter .time {
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 100%;
    text-align: right;
  }

  .newsIndexOuter.-wide .box .texOuter .time time {
    font-size: 12px;
  }

  .mdlBtn1 {
    -webkit-transition: all 0.05s;
    transition: all 0.05s;
    margin: 20px auto 3px;
    width: 150px;
    display: table;
  }

  .mdlBtn1 a {
    -webkit-transition: all 0.05s;
    transition: all 0.05s;
    display: inline-block;
    padding: 17px 0 17px 27px;
    width: 150px;
    background: #003087 url(/_/img/cmn/ico_read.png) no-repeat right 15px top 50%;
    background-size: 20px auto;
    -webkit-box-shadow: 7px 7px 0 0 #f1c400;
    box-shadow: 7px 7px 0 0 #f1c400;
    color: white;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    -webkit-background-size: 20px auto;
  }

  .mdlBtn1:hover {
    padding-top: 3px;
    margin: 20px auto 0;
  }

  .mdlBtn1:hover a {
    -webkit-box-shadow: 7px 4px 0 0 #f1c400;
    box-shadow: 7px 4px 0 0 #f1c400;
  }

  .mdlBtn1s {
    -webkit-transition: all 0.05s;
    transition: all 0.05s;
    margin: 0 0 2px;
    width: 110px;
    display: table;
  }

  .mdlBtn1s a {
    -webkit-transition: all 0.05s;
    transition: all 0.05s;
    display: inline-block;
    padding: 10px 0 11px 18px;
    width: 110px;
    background: #003087 url(/_/img/cmn/ico_read.png) no-repeat right 10px top 50%;
    background-size: 15px auto;
    -webkit-box-shadow: 6px 6px 0 0 #f1c400;
    box-shadow: 6px 6px 0 0 #f1c400;
    color: white;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
    -webkit-background-size: 15px auto;
  }

  .mdlBtn1s:hover {
    padding-top: 2px;
    margin: 0 0 0;
  }

  .mdlBtn1s:hover a {
    -webkit-box-shadow: 6px 4px 0 0 #f1c400;
    box-shadow: 6px 4px 0 0 #f1c400;
  }

  .mdlBtn2_gr {
    text-align: center;
  }

  .mdlBtn2_gr.-postReport {
    margin-top: -48px;
    margin-bottom: 56px;
  }

  .mdlBtn2 {
    position: relative;
    width: 160px;
    height: 45px;
  }

  .mdlBtn2_gr .mdlBtn2 a {
    position: relative;
    -webkit-transition: all 0.05s;
    transition: all 0.05s;
    display: inline-block;
    padding: 12px 0 12px;
    width: 150px;
    background: #003087 url(/_/img/cmn/ico_arw_w.png) no-repeat right 15px top 50%;
    background-size: 10px auto;
    -webkit-background-size: 10px auto;
    color: white;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    width: 100%;
    text-align: center;
    z-index: 1;
  }

  .mdlBtn2_gr .mdlBtn2::before {
    position: absolute;
    content: "";
    top: 10px;
    right: -6px;
    background-color: #f1c400;
    z-index: 0;
  }

  .mdlBtn2_gr.-postRules .mdlBtn2::before {
    width: 160px;
    height: 40px;
  }

  .mdlBtn2_gr.-postReport .mdlBtn2::before {
    width: 240px;
    height: 40px;
  }

  .mdlBtn2_gr .mdlBtn2:hover a {
    margin-top: 6px;
  }

  .mdlBtn2_gr.-postReport .mdlBtn2 {
    width: 240px;
  }

  .mdlBtn2_gr.-postRules .mdlBtn2 {
    width: 160px;
    margin-top: 0;
  }

  .mdlBtn2_gr.-postRules .mdlBtn2 a {
    font-size: 14px;
  }

  .mdlBtnMOV {
    -webkit-transition: all 0.05s;
    transition: all 0.05s;
    display: inline-block;
    margin: 20px auto 3px;
    width: 150px;
  }

  .mdlBtnMOV a {
    -webkit-transition: all 0.05s;
    transition: all 0.05s;
    display: inline-block;
    padding: 17px 0 17px 27px;
    width: 150px;
    background: #003087 url(/_/img/cmn/ico_sns_yt.png) no-repeat right 15px top 50%;
    background-size: 20px auto;
    -webkit-box-shadow: 7px 7px 0 0 #f1c400;
    box-shadow: 7px 7px 0 0 #f1c400;
    color: white;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    -webkit-background-size: 20px auto;
  }

  .mdlBtnMOV:hover {
    padding-top: 3px;
    margin: 20px auto 0;
  }

  .mdlBtnMOV:hover a {
    -webkit-box-shadow: 7px 4px 0 0 #f1c400;
    box-shadow: 7px 4px 0 0 #f1c400;
  }

  .topMainHiro {
    margin: 0 auto 45px;
    max-width: 1500px;
  }

  .topBnrArea {
    margin: 30px auto 0;
    padding: 0 0;
    max-width: 1300px;
    width: calc(100% - 40px);
    font-size: 0;
  }

  .topBnrArea .bnrDl {
    height: 90px;
    display: block;
    margin-bottom: 25px;
    width: 100%;
    border: #d9d9d9 1px solid;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0 0;
  }

  .topBnrArea .bnrDl:hover {
    border: #003087 1px solid;
  }

  .topBnrArea .bnrDl>div {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    padding: 0 200px;
  }

  .topBnrArea .bnrDl>div img {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: -20px;
    width: 157px;
    height: auto;
  }

  .topBnrArea .bnrDl p {
    padding-top: 12px;
    color: #111;
    font-size: 14px;
    line-height: 1.9;
  }

  .topBnrArea .bnrDl p strong {
    font-size: 18px;
    font-weight: bold;
    color: #003087;
  }

  .topBnrArea ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .topBnrArea ul li {
    display: block;
    width: calc((100% - 25px) / 2);
  }

  .topBnrArea ul li a {
    color: #111;
  }

  .topBnrArea ul li a img {
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    width: 100%;
  }

  .topBnrArea ul li a div {
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    padding: 20px 40px 20px 25px;
    background: #f1c400 url(/_/img/cmn/ico_arw_bk.png) no-repeat right 15px top 50%;
    background-size: 13px auto;
    -webkit-background-size: 13px auto;
  }

  .topBnrArea ul li a .ttl {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
  }

  .topBnrArea ul li a .sub {
    font-size: 15px;
    line-height: 1.5;
  }

  .topBnrArea ul li a:hover img {
    opacity: 0.9;
  }

  .topBnrArea ul li a:hover div {
    background: #f1c400 url(/_/img/cmn/ico_arw_bk.png) no-repeat right 10px top 50%;
    background-size: 13px auto;
    -webkit-background-size: 13px auto;
  }

  .topBnrArea ul li+li {
    margin-top: 0;
  }

  .tagSearchOuter {
    padding: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px auto 40px;
    max-width: 1300px;
    width: calc(100% - 40px);
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .tagSearchOuter h3 {
    display: block;
    margin: 12px 0 0;
    width: 95px;
    text-align: left;
    font-weight: bold;
    font-size: 15px;
    line-height: 1;
    -ms-flex-preferred-size: 95px;
    flex-basis: 95px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .tagSearchOuter h3 span {
    display: inline-block;
  }

  .tagSearchOuter ul {
    font-size: 0;
  }

  .tagSearchOuter ul li {
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    display: inline-block;
    margin: 0 10px 10px 0;
    border: #f1c400 1px solid;
    cursor: pointer;
  }

  .tagSearchOuter ul li.act,
  .tagSearchOuter ul li:hover {
    background: #f1c400;
  }

  .tagSearchOuter ul li span {
    display: block;
    padding: 12px;
    white-space: nowrap;
    font-size: 15px;
    line-height: 1;
  }

  .tagSearchOuter>div {
    width: calc((100% - 60px) / 3);
    position: relative;
  }

  .tagSearchOuter>div:nth-child(3n+2) {
    margin: 0 30px;
  }

  .tagSearchOuter>div:after {
    position: absolute;
    right: 13px;
    top: 50%;
    margin-top: -3px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #003087 transparent transparent transparent;
  }

  .tagSearchOuter select {
    width: 100%;
    background: #f1c400;
    font-size: 15px;
    padding: 10px 20px;
    cursor: pointer;
    outline: 0;
    text-shadow: 0 0 0 #000;
  }

  .tagSearchOuter select:focus {
    outline: 0;
  }

  .tagSearchOuter option {
    background: white;
    padding: 2px;
  }

  .btnListOuter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px auto 45px;
    max-width: 1300px;
    width: calc(100% - 40px);
  }

  .btnListOuter h3 {
    display: block;
    margin: 12px 1em 0 0;
    width: auto;
    text-align: left;
    font-weight: bold;
    font-size: 15px;
    line-height: 1;
    white-space: nowrap;
  }

  .btnListOuter h3 span {
    display: inline-block;
  }

  .btnListOuter ul {
    font-size: 0;
  }

  .btnListOuter ul li {
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    display: inline-block;
    margin: 0 10px 0 0;
    border: #003087 1px solid;
    cursor: pointer;
  }

  .btnListOuter ul li:hover {
    background: #003087;
  }

  .btnListOuter ul li:hover a {
    color: white;
  }

  .btnListOuter ul li a {
    display: block;
    padding: 12px;
    white-space: nowrap;
    font-size: 15px;
    line-height: 1;
    color: #003087;
  }

  .searchFrame {
    margin: 0 auto 20px;
    max-width: 960px;
    width: calc(100% - 40px);
  }

  .searchFrame iframe {
    width: 100%;
    height: 500px;
    border: #f00 3px dashed;
  }

  .searchNote {
    margin: 0 auto 45px;
    max-width: 960px;
    width: calc(100% - 40px);
    padding: 0;
  }

  .searchNote p {
    margin-bottom: 1.5em;
    font-size: 15px;
    line-height: 1.5;
  }

  .searchNote p strong {
    color: #003087;
    font-weight: bold;
  }

  .accoTtl {
    margin: 20px auto 0;
    max-width: 1300px;
    width: calc(100% - 40px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    background: #f1c400;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .accoTtl p {
    padding-left: 10px;
    padding-right: 20px;
    color: #241815;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.28;
  }

  .accoTtl span {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    background: #003087;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .accoTtl span:before,
  .accoTtl span:after {
    position: absolute;
    top: 14px;
    left: 7px;
    width: 16px;
    height: 2px;
    background: white;
    content: "";
  }

  .accoTtl span:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .accoTtl.act span:after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  .accoCnt {
    max-width: 1300px;
    width: calc(100% - 40px);
    margin: 0 auto;
    display: none;
    padding: 50px 25px;
    background: #f2f2f2;
  }

  .accoCnt .ttl {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
  }

  .accoCnt .archiveLinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-size: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .accoCnt .archiveLinks li {
    margin: 0 5px 10px;
    padding: 10px;
    width: calc(16.6666666667% - 10px);
    background: white;
    text-align: center;
  }

  .accoCnt .archiveLinks li a {
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #111;
  }

  .accoCnt .archiveLinks li a img {
    width: 50%;
  }

  .accoCnt .archiveLinks li a p {
    font-size: 15px;
    padding-left: 1em;
  }

  .accoCnt .archiveLinks li a:hover img {
    opacity: 0.8;
  }

  .accoCnt .archiveLinks+.ttl {
    margin-top: 20px;
  }

  .postTagArea {
    margin-bottom: 50px;
    font-size: 0;
  }

  .postTagArea .postTag1,
  .postTagArea .postTag2 {
    margin-bottom: 20px;
    text-align: center;
  }

  .postTagArea .postTag1 p,
  .postTagArea .postTag2 p {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 7px 10px;
    line-height: 1;
    margin: 0 10px;
  }

  .postTagArea .postTag1 p {
    background: #003087;
    color: white;
  }

  .postTagArea .postTag2 p {
    border: #d9d9d9 1px solid;
  }

  .postArea00 {
    width: calc(100% - 40px);
    max-width: 1100px;
    margin: 0 auto 100px;
  }

  .postArea00 img {
    width: 100%;
    height: auto;
  }

  .postArea01 {
    width: calc(100% - 40px);
    max-width: 750px;
    margin: 0 auto 50px;
    padding: 0 0 0;
  }

  .postArea01 p {
    font-size: 15px;
    line-height: 1.5;
  }

  .postArea01 p+p {
    margin-top: 1.5em;
  }

  .postArea01 figure {
    width: 100%;
    margin: 40px 0;
    font-size: 0;
  }

  .postArea01 figure img {
    width: 100%;
    height: auto;
  }

  .postArea01 figure figcaption {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.2;
  }

  .postArea01 .aboutDlOuter {
    font-size: 15px;
    line-height: 1.1;
    margin-top: 1em;
  }

  .postArea01 .aboutDlOuter dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding: 10px 20px;
  }

  .postArea01 .aboutDlOuter dl:nth-child(odd) {
    background: #f2f2f2;
  }

  .postArea01 .aboutDlOuter dt {
    width: 6em;
  }

  .postAreaMovie {
    width: calc(100% - 40px);
    max-width: 750px;
    margin: 0 auto 50px;
    height: 315px;
    position: relative;
    background: #003087;
    text-align: center;
  }

  .postAreaMovie:before {
    z-index: 9;
    content: "";
    width: 100%;
    height: 158px;
    background: #f1c400;
    position: absolute;
    left: 0;
    top: 0;
  }

  .postAreaMovie iframe {
    position: relative;
    z-index: 10;
    margin: 0 auto;
    width: 560px;
    height: 315px;
  }

  .nextPrevLinks {
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    width: calc(100% - 40px);
    max-width: 1100px;
    margin: 0 auto 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }

  .nextPrevLinks>a {
    background: #f2f2f2;
    width: 48%;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    text-decoration: none;
    color: #111;
    font-size: 0;
    font-family: YuMincho, "Yu Mincho", serif;
  }

  .nextPrevLinks>a .ttl {
    display: block;
    position: absolute;
    top: -22px;
    text-align: right;
    width: 100%;
    line-height: 1;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .nextPrevLinks>a .ttl strong {
    padding-right: 20px;
    display: block;
    font-size: 36px;
  }

  .nextPrevLinks>a img {
    width: 80px;
    height: 80px;
    margin-bottom: 0px;
  }

  .nextPrevLinks>a img+p {
    padding-left: 15px;
    text-decoration: underline;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
  }

  .nextPrevLinks>a div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nextPrevLinks>a.prev .ttl {
    color: #f1c400;
  }

  .nextPrevLinks>a.next .ttl {
    color: #003087;
  }

  .nextPrevLinks>a:hover p {
    text-decoration: none;
  }

  .nextPrevLinks>a:hover img {
    opacity: 0.8;
  }

  .nextPrevLinks>a+a {
    margin-left: 20px;
  }

  .snsUL {
    width: calc(100% - 40px);
    max-width: 750px;
    margin: 0 auto 80px;
    padding: 0 0 0;
    font-size: 0;
    text-align: left;
  }

  .snsUL li {
    display: inline-block;
    margin: 0 10px 0 0;
  }

  .linksOuter {
    width: calc(100% - 40px);
    max-width: 1100px;
    margin: 0 auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .linksOuter .linksBox {
    background: #f2f2f2;
    border-top: #f1c400 3px solid;
    padding: 18px 20px;
    margin-bottom: 30px;
    width: calc(50% - 15px);
  }

  .linksOuter .linksBox+.linksBox {
    margin-left: 30px;
  }

  .linksOuter h3 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
  }

  .linksOuter ul {
    margin-left: 15px;
  }

  .linksOuter ul li {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.5;
  }

  .linksOuter ul li a {
    background: url(/_/img/cmn/ico_arw_bk.png) no-repeat 4px 7px;
    background-size: 9px auto;
    padding-left: 23px;
    line-height: 1.6;
    text-decoration: underline;
    color: #111;
    display: inline-block;
  }

  .linksOuter ul li.icoPDF a {
    padding: 3px 0 4px 23px;
    background: url(/_/img/cmn/ico_pdf.png) no-repeat 0 7px;
    background-size: 18px auto;
  }

  .linksOuter ul li.icoXLS a {
    padding: 3px 0 4px 23px;
    background: url(/_/img/cmn/ico_xls.png) no-repeat 0 7px;
    background-size: 18px auto;
  }

  .linksOuter ul li.icoDOC a {
    padding: 3px 0 4px 23px;
    background: url(/_/img/cmn/ico_doc.png) no-repeat 0 7px;
    background-size: 18px auto;
  }

  .linksOuter ul li.icoAi a {
    padding: 3px 0 4px 23px;
    background: url(/_/img/cmn/ico_ai.png) no-repeat 0 7px;
    background-size: 18px auto;
  }

  .linksOuter ul li.icoDL a:after {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 3px;
    background: url(/_/img/cmn/ico_dl.png) no-repeat 0 50%;
  }

  .otherLinks {
    background: #003087;
    max-width: 1100px;
    margin: 60px auto 0;
    padding: 20px 15px 0;
    width: calc(100% - 40px);
  }

  .otherLinks h3 {
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 20px;
  }

  .otherLinks ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .otherLinks ul li {
    width: 19%;
    margin-bottom: 30px;
  }

  .otherLinks ul li:nth-child(odd) {
    margin-right: 0;
  }

  .otherLinks ul li:nth-child(even) {
    margin: 0 1%;
  }

  .otherLinks ul li figure {
    font-size: 0;
    margin-bottom: 8px;
    width: 100%;
  }

  .otherLinks ul li figure a {
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 50%;
    position: relative;
    width: 100%;
    z-index: 10;
  }

  .otherLinks ul li figure img {
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }

  .otherLinks ul li figure:hover img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    opacity: 0.9;
  }

  .otherLinks ul li p {
    line-height: 1.5;
  }

  .otherLinks ul li p a {
    text-decoration: underline;
    display: inline-block;
    background: url(/_/img/cmn/ico_arw_w.png) no-repeat 0 6px;
    background-size: 9px auto;
    color: white;
    padding-left: 17px;
    font-size: 15px;
  }

  .otherLinks ul li p a:hover {
    text-decoration: none;
  }

  .searchIframeOuter {
    margin: 0 auto 20px;
    max-width: 960px;
    width: calc(100% - 40px);
  }

  .searchIframeOuter iframe {
    width: 100%;
    height: 650px;
  }

  .orderIframeOuter {
    margin: 0 auto 20px;
    max-width: 960px;
    width: calc(100% - 40px);
  }

  .orderIframeOuter iframe {
    width: 100%;
    height: 1650px;
  }

  .presentframeOuter {
    margin: 0 auto 20px;
    max-width: 960px;
    width: calc(100% - 40px);
  }

  .presentframeOuter iframe {
    width: 100%;
    height: 1200px;
  }

  .gs-result .gs-title,
  .gs-result .gs-title * {
    color: #003087 !important;
  }

  .gsc-results .gsc-cursor-box {
    margin-top: 20px !important;
  }

  .gsc-results .gsc-cursor-box.gs-bidi-start-align {
    text-align: center !important;
  }

  .gsc-results .gsc-cursor-box .gsc-cursor-page {
    display: inline-block !important;
    color: white !important;
    width: 28px !important;
    height: 28px !important;
    text-align: center !important;
    line-height: 28px !important;
    background-color: #003087 !important;
    text-decoration: none !important;
  }

  .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
    background-color: #3263bc !important;
  }

  .gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
    color: #003087 !important;
    background-color: #f1c400 !important;
  }

  .gsc-results .gcsc-find-more-on-google {
    color: #003087 !important;
  }
}

/*# sourceMappingURL=style.css.map */