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

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

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

h2.head-title, .wysiwyg h2, .free-layout-area h2 {
  margin-top: 20px;
  padding: 10px;
  background: #e8f2fd;
  color: #333;
  font-size: 140%;
  overflow: hidden;
  box-sizing: border-box;
  line-height: 1.1;
}

h2.head-title .bg, .wysiwyg h2 .bg, .free-layout-area h2 .bg {
  display: block;
  border-left: 4px solid #1a3d8b;
  padding: 0 0 0 6px;
}

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

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

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

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  margin-top: 20px;
  color: #333;
  font-size: 120%;
  box-sizing: border-box;
  background: url(../img_sub/h3_bg_line.png) no-repeat 0 bottom;
  line-height: 1.1;
  overflow: hidden;
}

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

h4, .wysiwyg h4, .free-layout-area h4 {
  margin-top: 20px;
  display: block;
  line-height: 1.1;
  overflow: hidden;
  background: #f6f6f6;
  font-size: 110%;
  padding: 8px 9px;
}

h4 .bg, .wysiwyg h4 .bg, .free-layout-area h4 .bg {
  display: block;
  border-left: 3px solid #1a3d8b;
  padding: 0 0 0 6px;
}

h5, .wysiwyg h5, .free-layout-area h5 {
  font-size: 110%;
  margin-top: 20px;
  overflow: hidden;
  display: block;
  line-height: 1.2;
  padding: 8px 9px;
}

h5 .bg, .wysiwyg h5 .bg, .free-layout-area h5 .bg {
  display: block;
  border-left: 3px solid #1a3d8b;
  padding: 0 0 0 6px;
}

h6, .wysiwyg h6, .free-layout-area h6 {
  font-size: 100%;
  padding-left: 19px;
  padding-bottom: 5px;
  margin-top: 20px;
  overflow: hidden;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wysiwyg div {
  line-height: 160%;
  padding-bottom: 0.4em;
  letter-spacing: 0.12em;
}

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

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

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

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

ul, ol {
  list-style: none;
}

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

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

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

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

a:focus {
  background-color: #cce2fc;
  color: #333 !important;
}

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

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

address {
  font-style: normal;
}

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

.clearfix {
  display: inline-table;
}

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

.clearfix {
  display: block;
}

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

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

.left-col {
  float: left;
}

.right-col {
  float: right;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.scheme10 {
  background-color: #1a3d8b;
  text-align: center;
}

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

#contents p,
#contents li,
#contents address,
#contents table,
#contents dt,
#contents dd {
  line-height: 160%;
  padding-bottom: 0.4em;
  letter-spacing: 0.12em;
}

.t-indent {
  text-indent: 1.12em;
}

/* Googleカスタム検索
--------------------------------------------------------- */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.hide {
  display: none !important;
}

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

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

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

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

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

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

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

.gsib_a {
  padding: 0 0 0 10px !important;
}

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

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

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

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

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

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

.gsst_a {
  padding: 0 !important;
}

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

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

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

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

/* ----- カスタム設定 ----- */
#___gcse_0 {
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .gsc-search-box {
    border: 1px solid #D5D5D5 !important;
  }
}

.gsc-input-box {
  border: none !important;
}

@media print, screen and (min-width: 769px) {
  .gsc-input-box {
    border-radius: 0 !important;
    background-color: transparent !important;
  }
}

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

@media print, screen and (min-width: 769px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 58px;
    background-color: transparent !important;
  }
}

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

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

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

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

@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 130px !important;
    border-radius: 0 !important;
    background-color: #15408f !important;
  }
}

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

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

/*==================================
header（PC）
==================================*/
@media print, screen and (min-width: 769px) {
  body {
    min-width: 1190px;
  }
  .wrap-container {
    padding: 0 0 0 200px;
  }
  #smartphone a {
    display: block;
    text-align: center;
    margin: 0 0 0 200px;
    padding: 21px 40px;
    font-size: 300%;
    color: #333;
    text-decoration: none;
    border: 2px solid #d0dcef;
    background: url(../img_common/spch_icon.png) no-repeat right center #e8f1ff;
  }
  /* 閲覧支援 */
  .header-browsing-support {
    padding: 0 0 0 200px;
    background: #fafafa;
  }
  .header-browsing-support .box {
    padding: 4px 10px;
    display: table;
  }
  .header-browsing-support .box > div {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
    border-left: 1px solid #e5e5e5;
    box-sizing: border-box;
  }
  .header-browsing-support .box > div:nth-child(1) {
    border-left: none;
  }
  .header-browsing-support .box > div dl {
    display: table;
  }
  .header-browsing-support .box > div dl dt {
    display: table-cell;
    vertical-align: middle;
  }
  .header-browsing-support .box > div dl dd {
    display: table-cell;
    vertical-align: middle;
  }
  .header-browsing-support .box > div dl dd a {
    display: inline-block;
  }
  .header-browsing-support .box .unit .list li {
    background: url(../img_common/h_link_arw.png) no-repeat left center;
    padding-left: 10px;
  }
  .header-browsing-support .box .header-link li {
    background: url(../img_common/h_link_arw.png) no-repeat left center;
    padding-left: 10px;
  }
  /* v2閲覧支援 */
  .v2-header-browsing-support {
    padding: 0 0 0 200px;
    background: #fafafa;
  }
  .v2-header-browsing-support *, .v2-header-browsing-support *:before, .v2-header-browsing-support *:after {
    box-sizing: border-box;
  }
  .v2-header-browsing-support .to-container a {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    margin-top: -9999px;
    color: #333;
    font-size: 97%;
  }
  .v2-header-browsing-support .to-container a:focus {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  .v2-header-browsing-support .box {
    padding: 9px 30px 9px 15px;
    gap: 20px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .v2-header-browsing-support .box .left {
    display: flex;
    gap: 8px 0;
    flex-wrap: wrap;
    width: calc(650px - (1380px - 100vw));
    max-width: 650px;
    min-width: 500px;
  }
  .v2-header-browsing-support .box .left > div {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
    border-left: 1px solid #e5e5e5;
    box-sizing: border-box;
  }
  .v2-header-browsing-support .box .left > div.noborder {
    border-left: none;
    padding-right: 10px;
  }
  .v2-header-browsing-support .box .left > div.easy-japanese {
    padding-right: 10px;
  }
  .v2-header-browsing-support .box .left > div.ruby {
    padding-left: 10px;
    padding-right: 0;
  }
  .v2-header-browsing-support .box .left > div:nth-child(1) {
    border-left: none;
  }
  .v2-header-browsing-support .box .left > div dl {
    display: table;
  }
  .v2-header-browsing-support .box .left > div dl dt {
    display: table-cell;
    vertical-align: middle;
  }
  .v2-header-browsing-support .box .left > div dl dd {
    display: table-cell;
    vertical-align: middle;
  }
  .v2-header-browsing-support .box .left > div dl dd a {
    display: inline-block;
  }
  .v2-header-browsing-support .box .left .translate_link_wrap {
    display: flex;
    column-gap: 10px;
    align-items: center;
  }
}

@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .v2-header-browsing-support .box .left .translate_link_wrap img {
    width: 25px;
    height: auto;
  }
}

@media print, screen and (min-width: 769px) {
  .v2-header-browsing-support .box .right {
    display: flex;
    align-items: center;
    padding-left: 20px;
  }
  .v2-header-browsing-support .box .right .search-area #search-tab {
    display: flex;
  }
  .v2-header-browsing-support .box .right .search-area #search-tab .tab-nav .list {
    margin: 0 auto 10px;
  }
  .v2-header-browsing-support .box .right .search-area #search-tab .tab-nav .list li {
    display: flex;
  }
  .v2-header-browsing-support .box .right .search-area #search-tab .tab-nav .list li:first-child a:hover {
    background: #15408f;
    color: #fff;
  }
  .v2-header-browsing-support .box .right .search-area #search-tab .tab-nav .list li:last-child a:hover {
    background: #0a864a;
    color: #fff;
  }
  .v2-header-browsing-support .box .right .search-area #search-tab .tab-nav .list li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
    width: 142px;
    color: #333;
    box-sizing: border-box;
    background: #ececec;
    font-size: 90%;
    line-height: 1.2;
    padding: 3px 0 2px;
  }
  .v2-header-browsing-support .box .right .search-area #search-tab .tab-nav .list li a span {
    display: block;
  }
  .v2-header-browsing-support .box .right .search-area #search-tab .tab-nav .list li a:focus, .v2-header-browsing-support .box .right .search-area #search-tab .tab-nav .list li a:focus-visible {
    color: #fff !important;
  }
  .v2-header-browsing-support .box .right .search-area #search-tab .tab-nav .list li#tab1-tab-role[aria-selected="true"] a {
    margin: 0;
    background: #0d4d97;
    color: #fff;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .v2-header-browsing-support .box .right .search-area #search-tab .tab-nav .list li#tab1-tab-role[aria-selected="true"] a {
    min-height: 95px;
  }
}

@media print, screen and (min-width: 769px) {
  .v2-header-browsing-support .box .right .search-area #search-tab .tab-nav .list li#tab1-tab-role[aria-selected="true"] a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #15408f;
    border-width: 6px 0px 6px 8.93px;
    transform: translateY(-50%);
  }
  .v2-header-browsing-support .box .right .search-area #search-tab .tab-nav .list li#tab2-tab-role[aria-selected="true"] a {
    margin: 0;
    background: #0a864a;
    color: #fff;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .v2-header-browsing-support .box .right .search-area #search-tab .tab-nav .list li#tab2-tab-role[aria-selected="true"] a {
    min-height: 95px;
  }
}

@media print, screen and (min-width: 769px) {
  .v2-header-browsing-support .box .right .search-area #search-tab .tab-nav .list li#tab2-tab-role[aria-selected="true"] a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #0a864a;
    border-width: 6px 0px 6px 8.93px;
    transform: translateY(-50%);
  }
  .v2-header-browsing-support .box .right .search-area #search-tab .tab-nav .id-search {
    margin-top: 5px;
  }
  .v2-header-browsing-support .box .right .search-area #search-tab .in > .box {
    padding: 0px 30px 0px 15px;
  }
  .v2-header-browsing-support .box .right .search-area .title {
    display: none;
  }
  .v2-header-browsing-support .box .right .search-area .search-area-in {
    width: 300px;
    /* ----- カスタム設定 ----- */
    /* ----- カスタム設定ここまで ----- */
  }
  .v2-header-browsing-support .box .right .search-area .search-area-in button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0;
    padding: 0;
    display: block;
  }
  .v2-header-browsing-support .box .right .search-area .search-area-in .dummy-search-area {
    box-sizing: border-box;
    display: flex;
    width: 100%;
  }
  .v2-header-browsing-support .box .right .search-area .search-area-in .dummy-search {
    box-sizing: border-box;
    padding: 10px 0 10px 13px;
    position: relative;
  }
}

@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .v2-header-browsing-support .box .right .search-area .search-area-in .dummy-search {
    border: 1px solid #d8d8d8;
    height: 40px;
    width: calc(100% - 60px);
    border-radius: 0px 0px 0px 0px;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .v2-header-browsing-support .box .right .search-area .search-area-in .dummy-search {
    border: 1px solid #D5D5D5;
    height: 80px;
    width: calc(100% - 120px);
    border-radius: 0px 0px 0px 0px;
  }
}

@media print, screen and (min-width: 769px) {
  .v2-header-browsing-support .box .right .search-area .search-area-in .dummy-search-btn {
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
  }
}

@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .v2-header-browsing-support .box .right .search-area .search-area-in .dummy-search-btn {
    background-color: #15408f;
    flex-basis: 60px;
    width: 60px;
    height: 40px;
    border: 0px solid #15408f;
    border-radius: 0 0px 0px 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .v2-header-browsing-support .box .right .search-area .search-area-in .dummy-search-btn {
    background-color: #15408f;
    flex-basis: 120px;
    width: 120px;
    height: 80px;
    border: 0px solid #15408f;
    border-radius: 0 0px 0px 0;
  }
}

@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .v2-header-browsing-support .box .right .search-area .search-area-in .dummy-search-btn svg {
    width: 18px;
    height: 18px;
    fill: #ffffff;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .v2-header-browsing-support .box .right .search-area .search-area-in .dummy-search-btn svg {
    width: 34px;
    height: 34px;
    fill: #ffffff;
  }
}

@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .v2-header-browsing-support .box .right .search-area .search-area-in .gsc-input-box {
    border: 1px solid #d8d8d8 !important;
    border-radius: 0px 0px 0px 0px !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .v2-header-browsing-support .box .right .search-area .search-area-in .gsc-input-box {
    border: 1px solid #D5D5D5 !important;
    border-radius: 0px 0px 0px 0px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .v2-header-browsing-support .box .right .search-area .search-area-in .cse input.gsc-input, .v2-header-browsing-support .box .right .search-area .search-area-in input.gsc-input {
    color: #333 !important;
  }
}

@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .v2-header-browsing-support .box .right .search-area .search-area-in .cse input.gsc-input, .v2-header-browsing-support .box .right .search-area .search-area-in input.gsc-input {
    min-height: 50px;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .v2-header-browsing-support .box .right .search-area .search-area-in .cse input.gsc-input, .v2-header-browsing-support .box .right .search-area .search-area-in input.gsc-input {
    min-height: 78px;
  }
}

@media print, screen and (min-width: 769px) {
  @-moz-document url-prefix() {
    @media print, screen and (min-width: 769px) {
      .v2-header-browsing-support .box .right .search-area .search-area-in .cse input.gsc-input, .v2-header-browsing-support .box .right .search-area .search-area-in input.gsc-input {
        height: 38px !important;
      }
    }
  }
}

@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .v2-header-browsing-support .box .right .search-area .search-area-in .gsc-input {
    font-size: 1em !important;
    background: #fff !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .v2-header-browsing-support .box .right .search-area .search-area-in .gsc-input {
    font-size: 1em !important;
  }
}

@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .v2-header-browsing-support .box .right .search-area .search-area-in td.gsc-search-button {
    height: 38px;
    padding-left: 0 !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .v2-header-browsing-support .box .right .search-area .search-area-in td.gsc-search-button {
    height: 78px;
    padding-left: 0 !important;
  }
}

@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .v2-header-browsing-support .box .right .search-area .search-area-in .cse .gsc-search-button-v2, .v2-header-browsing-support .box .right .search-area .search-area-in .gsc-search-button-v2 {
    background-color: #15408f !important;
    width: 70px !important;
    border: 0px solid #15408f !important;
    border-radius: 0 0px 0px 0 !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .v2-header-browsing-support .box .right .search-area .search-area-in .cse .gsc-search-button-v2, .v2-header-browsing-support .box .right .search-area .search-area-in .gsc-search-button-v2 {
    background-color: #15408f !important;
    width: 120px !important;
    border: 0px solid #15408f !important;
    border-radius: 0 0px 0px 0 !important;
  }
}

@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .v2-header-browsing-support .box .right .search-area .search-area-in .gsc-search-button-v2 svg {
    fill: #ffffff !important;
    width: 18px !important;
    height: 18px !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .v2-header-browsing-support .box .right .search-area .search-area-in .gsc-search-button-v2 svg {
    fill: #ffffff !important;
    width: 34px !important;
    height: 34px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .v2-header-browsing-support .box .right .search-area #page-number-search {
    display: flex;
    align-items: end;
    gap: 0 10px;
  }
  .v2-header-browsing-support .box .right .search-area #page-number-search #number-search-container *, .v2-header-browsing-support .box .right .search-area #page-number-search #number-search-container *::before, .v2-header-browsing-support .box .right .search-area #page-number-search #number-search-container *::after, .v2-header-browsing-support .box .right .search-area #page-number-search #sp-number-search-container *, .v2-header-browsing-support .box .right .search-area #page-number-search #sp-number-search-container *::before, .v2-header-browsing-support .box .right .search-area #page-number-search #sp-number-search-container *::after {
    box-sizing: border-box;
  }
  .v2-header-browsing-support .box .right .search-area #page-number-search #number-search-container .input-wrap, .v2-header-browsing-support .box .right .search-area #page-number-search #sp-number-search-container .input-wrap {
    display: flex;
    border: 1px solid #DDDDDD !important;
  }
}

@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .v2-header-browsing-support .box .right .search-area #page-number-search #number-search-container .input-wrap, .v2-header-browsing-support .box .right .search-area #page-number-search #sp-number-search-container .input-wrap {
    width: 300px;
  }
}

@media print, screen and (min-width: 769px) {
  .v2-header-browsing-support .box .right .search-area #page-number-search #number-search-container .input-wrap label, .v2-header-browsing-support .box .right .search-area #page-number-search #sp-number-search-container .input-wrap label {
    display: flex;
    align-items: center;
    line-height: 1;
    padding: 0;
  }
  .v2-header-browsing-support .box .right .search-area #page-number-search #number-search-container .input-wrap .number-label, .v2-header-browsing-support .box .right .search-area #page-number-search #sp-number-search-container .input-wrap .number-label {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
  }
}

@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .v2-header-browsing-support .box .right .search-area #page-number-search #number-search-container .input-wrap .number-label, .v2-header-browsing-support .box .right .search-area #page-number-search #sp-number-search-container .input-wrap .number-label {
    width: calc(100% - 50px);
  }
}

@media print, screen and (min-width: 769px) {
  .v2-header-browsing-support .box .right .search-area #page-number-search #number-search-container .input-wrap .submit-label, .v2-header-browsing-support .box .right .search-area #page-number-search #sp-number-search-container .input-wrap .submit-label {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .v2-header-browsing-support .box .right .search-area #page-number-search #number-search-container .input-wrap .submit-label, .v2-header-browsing-support .box .right .search-area #page-number-search #sp-number-search-container .input-wrap .submit-label {
    width: 70px;
  }
}

@media print, screen and (min-width: 769px) {
  .v2-header-browsing-support .box .right .search-area #page-number-search #number-search-container .input-wrap input[type="text"], .v2-header-browsing-support .box .right .search-area #page-number-search #sp-number-search-container .input-wrap input[type="text"] {
    width: 100%;
    padding: 10px 0 10px 13px;
    border: none;
  }
}

@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .v2-header-browsing-support .box .right .search-area #page-number-search #number-search-container .input-wrap input[type="text"], .v2-header-browsing-support .box .right .search-area #page-number-search #sp-number-search-container .input-wrap input[type="text"] {
    border-radius: 0;
    height: 50px;
    font-size: 1rem;
  }
}

@media print, screen and (min-width: 769px) {
  .v2-header-browsing-support .box .right .search-area #page-number-search #number-search-container .input-wrap button, .v2-header-browsing-support .box .right .search-area #page-number-search #sp-number-search-container .input-wrap button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0;
    padding: 0;
    line-height: 1;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
  }
}

@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .v2-header-browsing-support .box .right .search-area #page-number-search #number-search-container .input-wrap button, .v2-header-browsing-support .box .right .search-area #page-number-search #sp-number-search-container .input-wrap button {
    border: 0 solid #fff;
    border-radius: 0;
    background-color: #0a864a;
    width: 70px;
    height: 50px;
  }
}

@media print, screen and (min-width: 769px) {
  .v2-header-browsing-support .box .right .search-area #page-number-search #number-search-container .input-wrap button::after, .v2-header-browsing-support .box .right .search-area #page-number-search #sp-number-search-container .input-wrap button::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    margin: auto;
    clip-path: polygon(21.69% 24.41%, 20.35% 26.06%, 19.18% 27.87%, 18.12% 29.9%, 17.39% 31.94%, 16.85% 34.07%, 16.48% 36.48%, 16.46% 39.04%, 16.69% 41.55%, 17.14% 43.85%, 17.72% 45.78%, 18.57% 47.98%, 19.59% 49.91%, 20.76% 51.74%, 22.03% 53.36%, 23.36% 54.85%, 25.08% 56.37%, 26.93% 57.75%, 28.81% 58.84%, 30.74% 59.72%, 33.07% 60.33%, 35.1% 60.7%, 37.38% 60.92%, 39.37% 60.93%, 41.98% 60.66%, 44.52% 60.17%, 46.66% 59.48%, 48.31% 58.76%, 50.1% 57.78%, 51.58% 56.77%, 52.95% 55.68%, 53.79% 54.88%, 54.34% 54.34%, 94.61% 94.61%, 89.9% 99%, 62.61% 72.02%, 62.61% 66.88%, 61.76% 66.05%, 59.89% 67.58%, 57.49% 69.21%, 55.34% 70.42%, 52.57% 71.91%, 49.77% 72.84%, 47.16% 73.61%, 43.77% 74.17%, 40.36% 74.48%, 36.79% 74.47%, 33.89% 74.24%, 30.69% 73.66%, 27.25% 72.79%, 23.53% 71.39%, 19.93% 69.42%, 16.93% 67.46%, 13.57% 64.57%, 10.52% 61.3%, 8.12% 58.07%, 6.24% 54.71%, 4.72% 51.31%, 3.72% 47.79%, 3.11% 44.85%, 2.69% 41.66%, 2.6% 38.44%, 2.68% 36.45%, 2.8% 34.73%, 3.04% 32.91%, 3.32% 31.43%, 3.63% 29.82%, 3.96% 28.4%, 4.47% 26.91%, 4.93% 25.43%, 5.72% 23.7%, 6.43% 22.1%, 7.78% 19.8%, 9.14% 17.79%, 10.71% 15.76%, 12.37% 13.93%, 13.93% 12.37%, 15.76% 10.71%, 17.79% 9.14%, 19.8% 7.78%, 22.1% 6.43%, 23.7% 5.72%, 25.43% 4.93%, 26.91% 4.47%, 28.4% 3.96%, 29.82% 3.63%, 31.43% 3.32%, 32.91% 3.04%, 34.73% 2.8%, 36.45% 2.68%, 38.44% 2.6%, 41.66% 2.69%, 44.85% 3.11%, 47.79% 3.72%, 51.31% 4.72%, 54.71% 6.24%, 58.07% 8.12%, 61.3% 10.52%, 64.57% 13.57%, 67.46% 16.93%, 69.42% 19.93%, 71.39% 23.53%, 72.79% 27.25%, 73.66% 30.69%, 74.24% 33.89%, 74.47% 36.79%, 74.48% 40.36%, 74.17% 43.77%, 73.61% 47.16%, 72.84% 49.77%, 71.91% 52.57%, 70.42% 55.34%, 69.21% 57.49%, 67.58% 59.89%, 66.05% 61.76%, 66.88% 62.61%, 72.02% 62.61%, 99% 89.9%, 94.61% 94.61%, 54.34% 54.34%, 54.88% 53.79%, 55.68% 52.95%, 56.77% 51.58%, 57.78% 50.1%, 58.76% 48.31%, 59.48% 46.66%, 60.17% 44.52%, 60.66% 41.98%, 60.93% 39.37%, 60.92% 37.38%, 60.7% 35.1%, 60.33% 33.07%, 59.72% 30.74%, 58.84% 28.81%, 57.75% 26.93%, 56.37% 25.08%, 54.85% 23.36%, 53.36% 22.03%, 51.74% 20.76%, 49.91% 19.59%, 47.98% 18.57%, 45.78% 17.72%, 43.85% 17.14%, 41.55% 16.69%, 39.04% 16.46%, 36.48% 16.48%, 34.07% 16.85%, 31.94% 17.39%, 29.9% 18.12%, 27.87% 19.18%, 26.06% 20.35%, 24.41% 21.69%);
  }
}

@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .v2-header-browsing-support .box .right .search-area #page-number-search #number-search-container .input-wrap button::after, .v2-header-browsing-support .box .right .search-area #page-number-search #sp-number-search-container .input-wrap button::after {
    background-color: #fff;
    width: 18px;
    height: 18px;
  }
}

@media print, screen and (min-width: 769px) {
  .v2-header-browsing-support .box .right .search-area #page-number-search #number-search-container .error-message, .v2-header-browsing-support .box .right .search-area #page-number-search #sp-number-search-container .error-message {
    color: #c62820;
  }
  .v2-header-browsing-support .box .right .search-area #page-number-search > a {
    display: block;
    font-size: calc(0.75 * 100%);
    color: #fff;
    text-decoration: none;
  }
  .v2-header-browsing-support .box .right .search-area #page-number-search > a span {
    display: block;
    padding: 12px;
    padding-left: 30px;
    background: url(../../img_common/id_link_ico.png) no-repeat center left/24px;
  }
  .v2-header-browsing-support .box .hover-underline a {
    text-decoration: none;
  }
  .v2-header-browsing-support .box .hover-underline a:hover, .v2-header-browsing-support .box .hover-underline a:focus {
    text-decoration: underline;
  }
  .v2-header-browsing-support .box .hover-underline a:hover span, .v2-header-browsing-support .box .hover-underline a:focus span {
    text-decoration: underline;
  }
  .v2-header-browsing-support .box .header-link li {
    background: url(../img_common/h_link_arw.png) no-repeat left center;
    padding-left: 10px;
  }
  .v2-header-browsing-support .box .toggler {
    display: inline-block;
    width: fit-content;
    line-height: 1;
    font-size: calc(0.875 * 100%);
    border: 1px solid #a4a4a4;
    padding: 4px 10px;
    margin-left: 10px;
    text-decoration: none !important;
  }
  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 200px;
    height: 100vh;
    background: #fff;
    box-shadow: 1px 0px 3px 0px #cccccc;
    z-index: 100;
  }
  #header .header-in {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    /* #header-nav */
    /* end-#header-nav */
  }
  #header .header-in a {
    display: block;
  }
  #header .header-in #header-logo {
    width: 200px;
    height: 95px;
  }
  #header .header-in #header-logo img {
    width: 200px;
    height: 95px;
  }
  #header .header-in #header-logo a:hover {
    opacity: 0.7;
  }
  #header .header-in #header-nav .in ul.list > li {
    border-top: 1px solid #e8f1fe;
  }
  #header .header-in #header-nav .in ul.list > li a {
    text-decoration: none;
    font-family: "Noto Sans", sans-serif;
    padding: 13px;
    text-align: center;
    color: #333;
  }
  #header .header-in #header-nav .in ul.list > li a:hover {
    color: #fff;
  }
  #header .header-in #header-nav .in ul.list > li .nav-link a {
    background: url(../img_common/nav_arw.png) no-repeat right 10px center;
  }
  #header .header-in #header-nav .in ul.list > li .nav-link a:hover {
    background: url(../img_common/nav_arw_on.png) no-repeat right 10px center #1a3d8b !important;
    color: #fff !important;
  }
  #header .header-in #header-nav .in ul.list > li .nav-link.dropmenu-on a {
    background: url(../img_common/nav_arw_on.png) no-repeat right 10px center #1a3d8b;
    color: #fff !important;
  }
  #header .header-in #header-nav .in ul.list > li:hover {
    background: #1a3d8b;
  }
  #header .header-in #header-nav .dropmenu-in {
    width: 100vw;
    position: absolute;
    top: 0;
    left: 200px !important;
    overflow: auto;
  }
  #header .header-in #header-nav .dropmenu-in > .in {
    display: flex;
    height: 100vh;
  }
  #header .header-in #header-nav .dropmenu-in > .in > .bg {
    width: 260px;
    vertical-align: top;
    flex-shrink: 0;
  }
  #header .header-in #header-nav .dropmenu-in > .in > .bg.bg-dropmenu {
    background: #1a3d8b;
  }
  #header .header-in #header-nav .dropmenu-in > .in > .bg.bg-dropmenu .ttl-link {
    background: none;
  }
  #header .header-in #header-nav .dropmenu-in > .in > .bg.bg-dropmenu .ttl-link:focus {
    outline-offset: -2px;
    box-sizing: border-box;
  }
  #header .header-in #header-nav .dropmenu-in > .in > .bg.bg-dropmenu .ttl-link:hover .dl-title {
    color: #fff;
    background: url(../img_common/nav_arw_title_white.png) no-repeat right 8px center rgba(255, 255, 255, 0.7);
  }
  #header .header-in #header-nav .dropmenu-in > .in > .bg.bg-dropmenu .ttl-link .dl-title {
    margin: 2px 2px 0;
    padding: 10px 10px 9px;
    background: url(../img_common/nav_arw_title_black.png) no-repeat right 8px center rgba(255, 255, 255, 0.7);
    text-align: center;
    pointer-events: none;
  }
  #header .header-in #header-nav .dropmenu-in > .in > .bg.bg-dropmenu .dropmenu-list {
    margin: 0 2px 2px;
  }
  #header .header-in #header-nav .dropmenu-in > .in > .bg.bg-dropmenu .dropmenu-list .headerNaviDynList > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  }
  #header .header-in #header-nav .dropmenu-in > .in > .bg.bg-dropmenu .dropmenu-list .headerNaviDynList > li > a {
    text-align: left;
    font-family: "Noto Sans", sans-serif;
    padding: 13px;
    color: #fff;
    text-decoration: none;
    background: url(../img_common/nav_arw_on.png) no-repeat right 8px center;
  }
  #header .header-in #header-nav .dropmenu-in > .in > .bg.bg-dropmenu .dropmenu-list .headerNaviDynList > li > a:focus {
    color: #fff !important;
  }
  #header .header-in #header-nav .dropmenu-in > .in > .bg.bg-dropmenu .dropmenu-list .headerNaviDynList > li > a:hover {
    opacity: 0.7;
  }
  #header .header-in #header-nav .dropmenu-in > .in > .bg.bg-ranking {
    background: #b4caeb;
  }
  #header .header-in #header-nav .dropmenu-in > .in > .bg.bg-ranking .ranking-area {
    margin: 2px;
  }
  #header .header-in #header-nav .dropmenu-in > .in > .bg.bg-ranking .ranking-area .title {
    padding: 10px 10px 9px;
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
  }
  #header .header-in #header-nav .dropmenu-in > .in > .bg.bg-ranking .ranking-area ol.list > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  }
  #header .header-in #header-nav .dropmenu-in > .in > .bg.bg-ranking .ranking-area ol.list > li > a {
    font-family: "Noto Sans", sans-serif;
    padding: 13px 13px 13px 58px;
    color: #333;
    text-align: left;
  }
  #header .header-in #header-nav .dropmenu-in > .in > .bg.bg-ranking .ranking-area ol.list > li:nth-child(1) > a {
    background: url(../img_common/icon_rank01.png) no-repeat 13px 13px;
  }
  #header .header-in #header-nav .dropmenu-in > .in > .bg.bg-ranking .ranking-area ol.list > li:nth-child(2) > a {
    background: url(../img_common/icon_rank02.png) no-repeat 13px 13px;
  }
  #header .header-in #header-nav .dropmenu-in > .in > .bg.bg-ranking .ranking-area ol.list > li:nth-child(3) > a {
    background: url(../img_common/icon_rank03.png) no-repeat 13px 13px;
  }
  #header .header-in #header-nav .dropmenu-in > .in > .bg.bg-ranking .ranking-area ol.list > li:nth-child(4) > a {
    background: url(../img_common/icon_rank04.png) no-repeat 13px 13px;
  }
  #header .header-in #header-nav .dropmenu-in > .in > .bg.bg-ranking .ranking-area ol.list > li:nth-child(5) > a {
    background: url(../img_common/icon_rank05.png) no-repeat 13px 13px;
  }
  #header .header-in #header-nav .dropmenu-in > .in .bg-close {
    background: #fff;
    opacity: 0.5;
    width: 100vw;
    height: 100vh;
  }
  #header .header-in .header-link {
    /* モーダル */
  }
  #header .header-in .header-link .list > li {
    border-top: 1px solid #e8f1fe;
  }
  #header .header-in .header-link .list > li > a {
    text-decoration: none;
    font-family: "Noto Sans", sans-serif;
    padding: 13px;
    text-align: center;
    color: #333;
  }
  #header .header-in .header-link .list > li > a:before {
    font-family: 'icomoon';
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
    color: #5c88cd;
    font-size: 150%;
  }
  #header .header-in .header-link .list > li > a.header-link-search:before {
    content: "\f002";
  }
  #header .header-in .header-link .list > li > a.header-link-organization:before {
    content: "\f0e8";
  }
  #header .header-in .header-link .list > li > a.header-link-contact:before {
    content: "\f095";
  }
  #header .header-in .header-link .list > li > a:hover {
    background: #1a3d8b;
    color: #fff !important;
  }
  #header .header-in .header-link .list > li > a:hover:before {
    color: #fff !important;
  }
  #header .header-in .header-link .list > li > a.header-link-wait {
    padding: 13px 0 40px;
    text-align: left;
    background-color: #f1f1f1;
    border: 1px solid #999;
  }
  #header .header-in .header-link .list > li > a.header-link-wait:before {
    content: "";
    width: 39px;
    height: 30px;
    background: url(../img_common/header_link_wait.png) no-repeat;
    position: relative;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
  #header .header-in .header-link .list > li > a.header-link-wait:after {
    display: inline-block;
    content: "";
    width: 14px;
    height: 14px;
    background: url(../img_common/btm_arw_blue.png) no-repeat;
    position: relative;
    top: 40px;
    right: 0;
  }
  #header .header-in .header-link .list > li > a.header-link-wait:hover {
    background: #1a3d8b;
    color: #fff !important;
  }
  #header .header-in .header-link .list > li > a.header-link-wait:hover:before {
    color: #fff !important;
    content: "";
    width: 39px;
    height: 30px;
    background: url(../img_common/header_link_wait_on.png) no-repeat;
  }
  #header .header-in .header-link .list > li > a.header-link-wait:hover:after {
    display: inline-block;
    content: "";
    width: 14px;
    height: 14px;
    background: url(../img_common/btm_arw_white.png) no-repeat;
    position: relative;
    top: 40px;
    right: 0;
  }
  #header .header-in .header-link .modal-header-search-bg {
    min-width: 990px;
    display: none;
    position: absolute;
    top: 0;
    left: 200px;
    opacity: 0.85;
    background: #000;
    z-index: -1;
  }
  #header .header-in .header-link .modal-header-search {
    min-width: 990px;
    display: none;
    position: absolute;
    top: 0;
    left: 200px;
    z-index: -1;
  }
  #header .header-in .header-link .modal-header-search .in {
    width: 700px;
    margin: 0 auto;
    padding: 136px 0 112px;
  }
  #header .header-in .header-link .modal-header-search .in .list .title {
    color: #fff;
    font-size: 150%;
  }
  #header .header-in .header-link .modal-header-search .in .list dd {
    width: 600px;
    margin: 24px 0 0;
  }
  #header .header-in .header-link .modal-header-search .in .list dd #srchForm {
    border-bottom: 1px solid #fff;
  }
  #header .header-in .header-link .modal-header-search .in .list dd #srchForm #srchInput {
    width: 540px;
    line-height: 58px;
    background: none;
    border: none;
    color: #fff;
    font-size: 150%;
    box-sizing: border-box;
  }
  #header .header-in .header-link .modal-header-search .in .list dd #srchLogo {
    text-align: right;
  }
  #header .header-in .header-link .modal-header-search .in .list dd #srchLogo a {
    color: #fff;
    font-size: 80%;
  }
  #header .header-in .header-link .modal-header-search .in .modal-header-search-menu {
    padding: 23px 0 0;
    letter-spacing: -0.4em;
    text-align: right;
  }
  #header .header-in .header-link .modal-header-search .in .modal-header-search-menu > li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    margin: 20px 0 0 20px;
    text-align: center;
  }
  #header .header-in .header-link .modal-header-search .in .modal-header-search-menu > li > a {
    display: block;
    width: 290px;
    padding: 17px 30px;
    background: url(../img_common/arrow_white.png) no-repeat right 10px center;
    border: 1px solid #fff;
    box-sizing: border-box;
    color: #fff;
    font-size: 130%;
    text-decoration: none;
  }
  #header .header-in .header-link .modal-header-search .in .modal-header-search-menu > li > a:hover {
    opacity: 0.7;
  }
  #header .header-in .header-link .modal-header-search .in .modal-header-search-menu > li > a:focus {
    color: #fff !important;
  }
  #header .header-in .header-link .modal-header-search .in .modal-header-search-close {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  #header .header-in .header-sns-link {
    border-top: 1px solid #e8f1fe;
    padding: 9px 0 7px;
  }
  #header .header-in .header-sns-link .list {
    letter-spacing: -0.4em;
    text-align: center;
  }
  #header .header-in .header-sns-link .list > li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    margin: 0 0 0 6px;
  }
  #header .header-in .header-sns-link .list > li:nth-child(1) {
    margin-left: 0;
  }
  #header .header-in .header-sns-link .list > li > a:hover {
    opacity: 0.7;
  }
  #modal-mokuteki {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    pointer-events: none;
    background-color: transparent !important;
    /* モーダル */
  }
  #modal-mokuteki *, #modal-mokuteki *:before, #modal-mokuteki *:after {
    box-sizing: border-box;
  }
  #modal-mokuteki * {
    pointer-events: auto;
  }
  #modal-mokuteki a.header-link-mokuteki {
    position: fixed;
    top: 190px;
    right: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-width: 44px;
    min-height: 146px;
    padding: 44px 10px 10px;
    line-height: 1;
    background-color: #555555;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    color: #fff;
    writing-mode: vertical-rl;
    text-decoration: none;
    background-image: url(../img_common/v2_search_icon.png);
    background-position: center top 18px;
    background-repeat: no-repeat;
  }
  #modal-mokuteki a.header-link-mokuteki:focus {
    color: #fff !important;
  }
  #modal-mokuteki .modal-mokuteki-bg {
    min-width: 990px;
    width: calc(100% - 200px);
    height: min-content;
    display: none;
    position: absolute;
    top: 0;
    left: 200px;
    opacity: 0;
    background-color: #000;
    z-index: -1;
  }
  #modal-mokuteki .modal-mokuteki {
    min-width: 990px;
    width: calc(100% - 200px);
    min-width: 1000px;
    height: fit-content;
    min-height: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 200px;
    z-index: -1;
    padding: 0;
    background-color: #f8f8f8;
  }
  #modal-mokuteki .modal-mokuteki .in {
    width: 100%;
    height: 99vh;
    overflow-y: auto;
    margin: 0 auto;
    padding: 45px 20px 20px;
  }
  #modal-mokuteki .modal-mokuteki .in .title {
    color: #333;
    font-size: 187.5%;
    text-align: center;
  }
  #modal-mokuteki .modal-mokuteki .in .wrap {
    background-color: #fff;
    max-width: 1200px;
    padding: 50px 50px;
    margin: 0 auto 30px;
    position: relative;
  }
  #modal-mokuteki .modal-mokuteki .in .wrap::before {
    content: '';
    display: block;
    position: absolute;
    width: 138px;
    height: 8px;
    background-color: #000;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  #modal-mokuteki .modal-mokuteki .in .wrap.green::before {
    background-color: #388847;
  }
  #modal-mokuteki .modal-mokuteki .in .wrap.blue::before {
    background-color: #1f3e91;
  }
  #modal-mokuteki .modal-mokuteki .in .wrap .modal-mokuteki-menu, #modal-mokuteki .modal-mokuteki .in .wrap .modal-lifeevent-menu {
    display: flex;
    gap: 30px 1%;
    flex-wrap: wrap;
    width: calc(100% - 50px);
    margin: 0 auto;
  }
  #modal-mokuteki .modal-mokuteki .in .wrap .modal-mokuteki-menu > li, #modal-mokuteki .modal-mokuteki .in .wrap .modal-lifeevent-menu > li {
    display: block;
    width: 24%;
  }
  #modal-mokuteki .modal-mokuteki .in .wrap .modal-mokuteki-menu > li > a, #modal-mokuteki .modal-mokuteki .in .wrap .modal-lifeevent-menu > li > a {
    display: block;
    text-decoration: none;
    text-decoration: none;
  }
  #modal-mokuteki .modal-mokuteki .in .wrap .modal-mokuteki-menu > li > a:hover, #modal-mokuteki .modal-mokuteki .in .wrap .modal-mokuteki-menu > li > a:focus, #modal-mokuteki .modal-mokuteki .in .wrap .modal-lifeevent-menu > li > a:hover, #modal-mokuteki .modal-mokuteki .in .wrap .modal-lifeevent-menu > li > a:focus {
    text-decoration: underline;
  }
  #modal-mokuteki .modal-mokuteki .in .wrap .modal-mokuteki-menu > li > a:hover span, #modal-mokuteki .modal-mokuteki .in .wrap .modal-mokuteki-menu > li > a:focus span, #modal-mokuteki .modal-mokuteki .in .wrap .modal-lifeevent-menu > li > a:hover span, #modal-mokuteki .modal-mokuteki .in .wrap .modal-lifeevent-menu > li > a:focus span {
    text-decoration: underline;
  }
  #modal-mokuteki .modal-mokuteki .in .wrap .modal-mokuteki-menu > li > a:hover, #modal-mokuteki .modal-mokuteki .in .wrap .modal-lifeevent-menu > li > a:hover {
    opacity: 0.7;
  }
  #modal-mokuteki .modal-mokuteki .in .wrap .modal-mokuteki-menu > li > a:focus, #modal-mokuteki .modal-mokuteki .in .wrap .modal-lifeevent-menu > li > a:focus {
    color: #333 !important;
  }
  #modal-mokuteki .modal-mokuteki .in .wrap .modal-mokuteki-menu > li > a .item-in, #modal-mokuteki .modal-mokuteki .in .wrap .modal-lifeevent-menu > li > a .item-in {
    display: flex;
    gap: 15px;
  }
  #modal-mokuteki .modal-mokuteki .in .wrap .modal-mokuteki-menu > li > a .item-in .item-img, #modal-mokuteki .modal-mokuteki .in .wrap .modal-lifeevent-menu > li > a .item-in .item-img {
    display: flex;
    align-items: center;
    max-width: 90px;
    max-height: 90px;
    min-width: 50px;
    min-height: 50px;
    width: 36%;
  }
  #modal-mokuteki .modal-mokuteki .in .wrap .modal-mokuteki-menu > li > a .item-in .item-img img, #modal-mokuteki .modal-mokuteki .in .wrap .modal-lifeevent-menu > li > a .item-in .item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  #modal-mokuteki .modal-mokuteki .in .wrap .modal-mokuteki-menu > li > a .item-txt, #modal-mokuteki .modal-mokuteki .in .wrap .modal-lifeevent-menu > li > a .item-txt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 15px;
    width: 64%;
    min-width: 150px;
  }
  #modal-mokuteki .modal-mokuteki .in .wrap .modal-mokuteki-menu > li > a .item-txt, #modal-mokuteki .modal-mokuteki .in .wrap .modal-mokuteki-menu > li > a .item-txt p, #modal-mokuteki .modal-mokuteki .in .wrap .modal-lifeevent-menu > li > a .item-txt, #modal-mokuteki .modal-mokuteki .in .wrap .modal-lifeevent-menu > li > a .item-txt p {
    line-height: 1.1;
    font-size: 106.1%;
  }
  #modal-mokuteki .modal-mokuteki .in .modal-mokuteki-close a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    min-width: 250px;
    min-height: 50px;
    padding: 5px;
    margin: 0 auto;
    background-color: #555555;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    text-decoration: none;
  }
  #modal-mokuteki .modal-mokuteki .in .modal-mokuteki-close a:hover, #modal-mokuteki .modal-mokuteki .in .modal-mokuteki-close a:focus {
    text-decoration: underline;
  }
  #modal-mokuteki .modal-mokuteki .in .modal-mokuteki-close a:hover span, #modal-mokuteki .modal-mokuteki .in .modal-mokuteki-close a:focus span {
    text-decoration: underline;
  }
  #modal-mokuteki .modal-mokuteki .in .modal-mokuteki-close a:focus {
    color: #fff !important;
  }
  #modal-mokuteki .modal-mokuteki .in .modal-mokuteki-close a span {
    display: block;
    width: fit-content;
    line-height: 1;
    position: relative;
    padding-left: 20px;
  }
  #modal-mokuteki .modal-mokuteki .in .modal-mokuteki-close a span::before, #modal-mokuteki .modal-mokuteki .in .modal-mokuteki-close a span::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 18px;
    background-color: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 5px;
  }
  #modal-mokuteki .modal-mokuteki .in .modal-mokuteki-close a span::before {
    transform: rotate(45deg);
  }
  #modal-mokuteki .modal-mokuteki .in .modal-mokuteki-close a span::after {
    transform: rotate(-45deg);
  }
}

/*==================================
header（SP）
==================================*/
@media screen and (max-width: 768px) {
  #wrapper-in2 {
    padding-top: 100px;
  }
  #sp-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 80;
    /* モーダル */
  }
  #sp-header > .box {
    /* #sp-header-logo */
    /* end-#sp-header-logo */
    /* #sp-header-nav */
    /* end-#sp-header-nav */
  }
  #sp-header > .box #sp-header-logo {
    text-align: center;
  }
  #sp-header > .box #sp-header-logo img {
    width: 238px;
    height: 100px;
  }
  #sp-header > .box #sp-header-logo a {
    display: inline-block;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area .menu-btn-search {
    position: absolute;
    top: 0;
    left: 0;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area .menu-btn-menu {
    position: absolute;
    top: 0;
    right: 0;
  }
  #sp-header .modal-search-bg,
  #sp-header .modal-menu-bg {
    width: 100%;
    height: 1000px;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.7;
    background: #000;
    z-index: 52;
  }
  #sp-header .modal-search,
  #sp-header .modal-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    max-height: 100vh;
    overflow: auto;
  }
  #sp-header .modal-search .in,
  #sp-header .modal-menu .in {
    padding-bottom: 60px;
    background: #fff;
  }
  #sp-header .modal-search .in .sp-header-logo,
  #sp-header .modal-menu .in .sp-header-logo {
    padding: 0 0 30px;
    text-align: center;
  }
  #sp-header .modal-search .in .sp-header-logo img,
  #sp-header .modal-menu .in .sp-header-logo img {
    width: 238px;
    height: 100px;
  }
  #sp-header .modal-search .in .modal-menu-close,
  #sp-header .modal-menu .in .modal-menu-close {
    position: absolute;
    top: 0;
  }
  #sp-header .modal-search .in .modal-menu-languages,
  #sp-header .modal-search .in .modal-menu-view-pc,
  #sp-header .modal-menu .in .modal-menu-languages,
  #sp-header .modal-menu .in .modal-menu-view-pc {
    margin: 30px 0;
    text-align: center;
  }
  #sp-header .modal-search .in .modal-menu-languages a,
  #sp-header .modal-search .in .modal-menu-view-pc a,
  #sp-header .modal-menu .in .modal-menu-languages a,
  #sp-header .modal-menu .in .modal-menu-view-pc a {
    display: inline-block;
    width: 500px;
    padding: 25px 0;
    background: url(../img_common/sp_link_arw.png) no-repeat right 11px center;
    color: #fff;
    font-size: 1.1em;
    text-decoration: none;
  }
  #sp-header .modal-search .in .modal-menu-view-pc a:before,
  #sp-header .modal-menu .in .modal-menu-view-pc a:before {
    content: '';
    display: inline-block;
    vertical-align: bottom;
    width: 39px;
    height: 35px;
    margin: 0 20px 0 0;
    background: url(../img_common/sp_icon_pcview.png) no-repeat 0 0;
  }
  #sp-header .modal-search .in .modal-mokuteki,
  #sp-header .modal-menu .in .modal-mokuteki {
    width: calc(100% - 20px);
    padding: 0 20px 80px;
    background-color: #f8f8f8;
  }
  #sp-header .modal-search .in .modal-mokuteki *, #sp-header .modal-search .in .modal-mokuteki *:before, #sp-header .modal-search .in .modal-mokuteki *:after,
  #sp-header .modal-menu .in .modal-mokuteki *,
  #sp-header .modal-menu .in .modal-mokuteki *:before,
  #sp-header .modal-menu .in .modal-mokuteki *:after {
    box-sizing: border-box;
  }
  #sp-header .modal-search .in .modal-mokuteki .in,
  #sp-header .modal-menu .in .modal-mokuteki .in {
    background-color: transparent;
    width: 100%;
    margin: 0 auto;
    padding: 45px 0 20px;
  }
  #sp-header .modal-search .in .modal-mokuteki .in .title,
  #sp-header .modal-menu .in .modal-mokuteki .in .title {
    color: #333;
    font-size: calc(1.32353 * 100%);
    text-align: center;
    margin-bottom: 0.5em;
  }
  #sp-header .modal-search .in .modal-mokuteki .in .wrap,
  #sp-header .modal-menu .in .modal-mokuteki .in .wrap {
    background-color: #fff;
    width: calc(100% - 0px);
    padding: 50px 0px 40px;
    margin: 0 auto 50px;
    position: relative;
  }
  #sp-header .modal-search .in .modal-mokuteki .in .wrap::before,
  #sp-header .modal-menu .in .modal-mokuteki .in .wrap::before {
    content: '';
    display: block;
    position: absolute;
    width: 180px;
    height: 8px;
    background-color: #000;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  #sp-header .modal-search .in .modal-mokuteki .in .wrap.green::before,
  #sp-header .modal-menu .in .modal-mokuteki .in .wrap.green::before {
    background-color: #388847;
  }
  #sp-header .modal-search .in .modal-mokuteki .in .wrap.blue::before,
  #sp-header .modal-menu .in .modal-mokuteki .in .wrap.blue::before {
    background-color: #1f3e91;
  }
  #sp-header .modal-search .in .modal-mokuteki .in .wrap .modal-mokuteki-menu, #sp-header .modal-search .in .modal-mokuteki .in .wrap .modal-lifeevent-menu,
  #sp-header .modal-menu .in .modal-mokuteki .in .wrap .modal-mokuteki-menu,
  #sp-header .modal-menu .in .modal-mokuteki .in .wrap .modal-lifeevent-menu {
    display: flex;
    gap: 30px 1%;
    flex-wrap: wrap;
    width: calc(100% - 50px);
    margin: 0 auto;
  }
  #sp-header .modal-search .in .modal-mokuteki .in .wrap .modal-mokuteki-menu > li, #sp-header .modal-search .in .modal-mokuteki .in .wrap .modal-lifeevent-menu > li,
  #sp-header .modal-menu .in .modal-mokuteki .in .wrap .modal-mokuteki-menu > li,
  #sp-header .modal-menu .in .modal-mokuteki .in .wrap .modal-lifeevent-menu > li {
    display: block;
    width: 24%;
  }
  #sp-header .modal-search .in .modal-mokuteki .in .wrap .modal-mokuteki-menu > li > a, #sp-header .modal-search .in .modal-mokuteki .in .wrap .modal-lifeevent-menu > li > a,
  #sp-header .modal-menu .in .modal-mokuteki .in .wrap .modal-mokuteki-menu > li > a,
  #sp-header .modal-menu .in .modal-mokuteki .in .wrap .modal-lifeevent-menu > li > a {
    display: block;
    text-decoration: none;
    text-decoration: none;
  }
  #sp-header .modal-search .in .modal-mokuteki .in .wrap .modal-mokuteki-menu > li > a:hover, #sp-header .modal-search .in .modal-mokuteki .in .wrap .modal-mokuteki-menu > li > a:focus, #sp-header .modal-search .in .modal-mokuteki .in .wrap .modal-lifeevent-menu > li > a:hover, #sp-header .modal-search .in .modal-mokuteki .in .wrap .modal-lifeevent-menu > li > a:focus,
  #sp-header .modal-menu .in .modal-mokuteki .in .wrap .modal-mokuteki-menu > li > a:hover,
  #sp-header .modal-menu .in .modal-mokuteki .in .wrap .modal-mokuteki-menu > li > a:focus,
  #sp-header .modal-menu .in .modal-mokuteki .in .wrap .modal-lifeevent-menu > li > a:hover,
  #sp-header .modal-menu .in .modal-mokuteki .in .wrap .modal-lifeevent-menu > li > a:focus {
    text-decoration: underline;
  }
  #sp-header .modal-search .in .modal-mokuteki .in .wrap .modal-mokuteki-menu > li > a:hover span, #sp-header .modal-search .in .modal-mokuteki .in .wrap .modal-mokuteki-menu > li > a:focus span, #sp-header .modal-search .in .modal-mokuteki .in .wrap .modal-lifeevent-menu > li > a:hover span, #sp-header .modal-search .in .modal-mokuteki .in .wrap .modal-lifeevent-menu > li > a:focus span,
  #sp-header .modal-menu .in .modal-mokuteki .in .wrap .modal-mokuteki-menu > li > a:hover span,
  #sp-header .modal-menu .in .modal-mokuteki .in .wrap .modal-mokuteki-menu > li > a:focus span,
  #sp-header .modal-menu .in .modal-mokuteki .in .wrap .modal-lifeevent-menu > li > a:hover span,
  #sp-header .modal-menu .in .modal-mokuteki .in .wrap .modal-lifeevent-menu > li > a:focus span {
    text-decoration: underline;
  }
  #sp-header .modal-search .in .modal-mokuteki .in .wrap .modal-mokuteki-menu > li > a:hover, #sp-header .modal-search .in .modal-mokuteki .in .wrap .modal-lifeevent-menu > li > a:hover,
  #sp-header .modal-menu .in .modal-mokuteki .in .wrap .modal-mokuteki-menu > li > a:hover,
  #sp-header .modal-menu .in .modal-mokuteki .in .wrap .modal-lifeevent-menu > li > a:hover {
    opacity: 0.7;
  }
  #sp-header .modal-search .in .modal-mokuteki .in .wrap .modal-mokuteki-menu > li > a:focus, #sp-header .modal-search .in .modal-mokuteki .in .wrap .modal-lifeevent-menu > li > a:focus,
  #sp-header .modal-menu .in .modal-mokuteki .in .wrap .modal-mokuteki-menu > li > a:focus,
  #sp-header .modal-menu .in .modal-mokuteki .in .wrap .modal-lifeevent-menu > li > a:focus {
    color: #333 !important;
  }
  #sp-header .modal-search .in .modal-mokuteki .in .wrap .modal-mokuteki-menu > li > a .item-in, #sp-header .modal-search .in .modal-mokuteki .in .wrap .modal-lifeevent-menu > li > a .item-in,
  #sp-header .modal-menu .in .modal-mokuteki .in .wrap .modal-mokuteki-menu > li > a .item-in,
  #sp-header .modal-menu .in .modal-mokuteki .in .wrap .modal-lifeevent-menu > li > a .item-in {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  #sp-header .modal-search .in .modal-mokuteki .in .wrap .modal-mokuteki-menu > li > a .item-in .item-img, #sp-header .modal-search .in .modal-mokuteki .in .wrap .modal-lifeevent-menu > li > a .item-in .item-img,
  #sp-header .modal-menu .in .modal-mokuteki .in .wrap .modal-mokuteki-menu > li > a .item-in .item-img,
  #sp-header .modal-menu .in .modal-mokuteki .in .wrap .modal-lifeevent-menu > li > a .item-in .item-img {
    display: flex;
    align-items: center;
    max-width: 136px;
    max-height: 136px;
    min-width: 50px;
    min-height: 50px;
    width: 90%;
  }
  #sp-header .modal-search .in .modal-mokuteki .in .wrap .modal-mokuteki-menu > li > a .item-in .item-img img, #sp-header .modal-search .in .modal-mokuteki .in .wrap .modal-lifeevent-menu > li > a .item-in .item-img img,
  #sp-header .modal-menu .in .modal-mokuteki .in .wrap .modal-mokuteki-menu > li > a .item-in .item-img img,
  #sp-header .modal-menu .in .modal-mokuteki .in .wrap .modal-lifeevent-menu > li > a .item-in .item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  #sp-header .modal-search .in .modal-mokuteki .in .wrap .modal-mokuteki-menu > li > a .item-txt, #sp-header .modal-search .in .modal-mokuteki .in .wrap .modal-lifeevent-menu > li > a .item-txt,
  #sp-header .modal-menu .in .modal-mokuteki .in .wrap .modal-mokuteki-menu > li > a .item-txt,
  #sp-header .modal-menu .in .modal-mokuteki .in .wrap .modal-lifeevent-menu > li > a .item-txt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    min-width: 150px;
  }
  #sp-header .modal-search .in .modal-mokuteki .in .wrap .modal-mokuteki-menu > li > a .item-txt, #sp-header .modal-search .in .modal-mokuteki .in .wrap .modal-mokuteki-menu > li > a .item-txt p, #sp-header .modal-search .in .modal-mokuteki .in .wrap .modal-lifeevent-menu > li > a .item-txt, #sp-header .modal-search .in .modal-mokuteki .in .wrap .modal-lifeevent-menu > li > a .item-txt p,
  #sp-header .modal-menu .in .modal-mokuteki .in .wrap .modal-mokuteki-menu > li > a .item-txt,
  #sp-header .modal-menu .in .modal-mokuteki .in .wrap .modal-mokuteki-menu > li > a .item-txt p,
  #sp-header .modal-menu .in .modal-mokuteki .in .wrap .modal-lifeevent-menu > li > a .item-txt,
  #sp-header .modal-menu .in .modal-mokuteki .in .wrap .modal-lifeevent-menu > li > a .item-txt p {
    line-height: 1.1;
    font-size: calc(0.99265 * 100%);
  }
  #sp-header .modal-search .in .modal-mokuteki .in .sp-modal-mokuteki-close a,
  #sp-header .modal-menu .in .modal-mokuteki .in .sp-modal-mokuteki-close a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    min-width: 326px;
    min-height: 66px;
    padding: 5px;
    margin: 0 auto;
    background-color: #333333;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    text-decoration: none;
  }
  #sp-header .modal-search .in .modal-mokuteki .in .sp-modal-mokuteki-close a:hover, #sp-header .modal-search .in .modal-mokuteki .in .sp-modal-mokuteki-close a:focus,
  #sp-header .modal-menu .in .modal-mokuteki .in .sp-modal-mokuteki-close a:hover,
  #sp-header .modal-menu .in .modal-mokuteki .in .sp-modal-mokuteki-close a:focus {
    text-decoration: underline;
  }
  #sp-header .modal-search .in .modal-mokuteki .in .sp-modal-mokuteki-close a:hover span, #sp-header .modal-search .in .modal-mokuteki .in .sp-modal-mokuteki-close a:focus span,
  #sp-header .modal-menu .in .modal-mokuteki .in .sp-modal-mokuteki-close a:hover span,
  #sp-header .modal-menu .in .modal-mokuteki .in .sp-modal-mokuteki-close a:focus span {
    text-decoration: underline;
  }
  #sp-header .modal-search .in .modal-mokuteki .in .sp-modal-mokuteki-close a:focus,
  #sp-header .modal-menu .in .modal-mokuteki .in .sp-modal-mokuteki-close a:focus {
    color: #fff !important;
  }
  #sp-header .modal-search .in .modal-mokuteki .in .sp-modal-mokuteki-close a span,
  #sp-header .modal-menu .in .modal-mokuteki .in .sp-modal-mokuteki-close a span {
    display: block;
    width: fit-content;
    line-height: 1;
    position: relative;
    padding-left: 28px;
    font-size: calc(1.02941 * 100%);
  }
  #sp-header .modal-search .in .modal-mokuteki .in .sp-modal-mokuteki-close a span::before, #sp-header .modal-search .in .modal-mokuteki .in .sp-modal-mokuteki-close a span::after,
  #sp-header .modal-menu .in .modal-mokuteki .in .sp-modal-mokuteki-close a span::before,
  #sp-header .modal-menu .in .modal-mokuteki .in .sp-modal-mokuteki-close a span::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 30px;
    background-color: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 5px;
  }
  #sp-header .modal-search .in .modal-mokuteki .in .sp-modal-mokuteki-close a span::before,
  #sp-header .modal-menu .in .modal-mokuteki .in .sp-modal-mokuteki-close a span::before {
    transform: rotate(45deg);
  }
  #sp-header .modal-search .in .modal-mokuteki .in .sp-modal-mokuteki-close a span::after,
  #sp-header .modal-menu .in .modal-mokuteki .in .sp-modal-mokuteki-close a span::after {
    transform: rotate(-45deg);
  }
  #sp-header .modal-search .in .modal-menu-close {
    left: 0;
  }
  #sp-header .modal-search .in .modal-search-input {
    padding: 0 20px 20px;
  }
  #sp-header .modal-search .in .modal-search-input .srchBox .srchForm .srchInput {
    width: 548px;
    line-height: 84px;
    height: 90px;
    border: 2px solid #cacaca;
    border-right: none;
    box-sizing: border-box;
    font-size: 1.5em;
    background: #fff url(https://s.yimg.jp/images/search/customsearch/yjlogo/yjlogo_type4.gif) center center no-repeat;
    background-size: 200px 26px;
  }
  #sp-header .modal-search .in .modal-search-input .srchBox .srchForm .srchInput.nomark {
    background: #fff;
  }
  #sp-header .modal-search .in .modal-search-input .srchBox .srchForm input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    outline: none;
  }
  #sp-header .modal-search .in .v2-modal-search-input {
    width: calc(100% - 44px);
    margin: 0 auto 22px;
  }
}

@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .modal-search .in .v2-modal-search-input .custom-search-area {
    display: flex;
    gap: 0 10px;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  #sp-header .modal-search .in .v2-modal-search-input .custom-search-area .title {
    background: url(../img_common/h_link_arw.png) no-repeat left center/5px 11px;
    padding-left: 10px;
    line-height: 1;
    font-size: calc(1.125 * 100%);
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-search .in .v2-modal-search-input .custom-search-area .title {
    background: url(../img_common/h_link_arw.png) no-repeat left center/10px 19px;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 90%;
  }
}

@media screen and (max-width: 768px) {
  #sp-header .modal-search .in .v2-modal-search-input .custom-search-area .search-area-in {
    width: 450px;
    /* ----- カスタム設定 ----- */
    /* ----- カスタム設定ここまで ----- */
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-search .in .v2-modal-search-input .custom-search-area .search-area-in {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #sp-header .modal-search .in .v2-modal-search-input .custom-search-area .search-area-in button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0;
    padding: 0;
    display: block;
  }
  #sp-header .modal-search .in .v2-modal-search-input .custom-search-area .search-area-in .dummy-search-area {
    box-sizing: border-box;
    display: flex;
    width: 100%;
  }
  #sp-header .modal-search .in .v2-modal-search-input .custom-search-area .search-area-in .dummy-search {
    box-sizing: border-box;
    padding: 10px 0 10px 13px;
    position: relative;
  }
}

@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .modal-search .in .v2-modal-search-input .custom-search-area .search-area-in .dummy-search {
    border: 1px solid #d8d8d8;
    height: 40px;
    width: calc(100% - 60px);
    border-radius: 0px 0px 0px 0px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-search .in .v2-modal-search-input .custom-search-area .search-area-in .dummy-search {
    border: 1px solid #D5D5D5;
    height: 80px;
    width: calc(100% - 120px);
    border-radius: 0px 0px 0px 0px;
  }
}

@media screen and (max-width: 768px) {
  #sp-header .modal-search .in .v2-modal-search-input .custom-search-area .search-area-in .dummy-search-btn {
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
  }
}

@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .modal-search .in .v2-modal-search-input .custom-search-area .search-area-in .dummy-search-btn {
    background-color: #15408f;
    flex-basis: 60px;
    width: 60px;
    height: 40px;
    border: 0px solid #15408f;
    border-radius: 0 0px 0px 0;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-search .in .v2-modal-search-input .custom-search-area .search-area-in .dummy-search-btn {
    background-color: #15408f;
    flex-basis: 120px;
    width: 120px;
    height: 80px;
    border: 0px solid #15408f;
    border-radius: 0 0px 0px 0;
  }
}

@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .modal-search .in .v2-modal-search-input .custom-search-area .search-area-in .dummy-search-btn svg {
    width: 18px;
    height: 18px;
    fill: #ffffff;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-search .in .v2-modal-search-input .custom-search-area .search-area-in .dummy-search-btn svg {
    width: 34px;
    height: 34px;
    fill: #ffffff;
  }
}

@media screen and (max-width: 768px) {
  #sp-header .modal-search .in .v2-modal-search-input .custom-search-area .search-area-in .gsc-input-box {
    background: #fff !important;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-search .in .v2-modal-search-input .custom-search-area .search-area-in .gsc-input-box {
    border: 1px solid #D5D5D5 !important;
    border-radius: 0px 0px 0px 0px !important;
    padding: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  #sp-header .modal-search .in .v2-modal-search-input .custom-search-area .search-area-in .cse input.gsc-input, #sp-header .modal-search .in .v2-modal-search-input .custom-search-area .search-area-in input.gsc-input {
    color: #333 !important;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-search .in .v2-modal-search-input .custom-search-area .search-area-in .cse input.gsc-input, #sp-header .modal-search .in .v2-modal-search-input .custom-search-area .search-area-in input.gsc-input {
    min-height: 78px;
  }
}

@media screen and (max-width: 768px) {
  @-moz-document url-prefix() {
    @media print, screen and (min-width: 769px) {
      #sp-header .modal-search .in .v2-modal-search-input .custom-search-area .search-area-in .cse input.gsc-input, #sp-header .modal-search .in .v2-modal-search-input .custom-search-area .search-area-in input.gsc-input {
        height: 38px !important;
      }
    }
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-search .in .v2-modal-search-input .custom-search-area .search-area-in .gsc-input {
    font-size: 1em !important;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-search .in .v2-modal-search-input .custom-search-area .search-area-in td.gsc-search-button {
    height: 78px;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-search .in .v2-modal-search-input .custom-search-area .search-area-in .cse .gsc-search-button-v2, #sp-header .modal-search .in .v2-modal-search-input .custom-search-area .search-area-in .gsc-search-button-v2 {
    background-color: #15408f !important;
    width: 120px !important;
    border: 0px solid #15408f !important;
    border-radius: 0 0px 0px 0 !important;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-search .in .v2-modal-search-input .custom-search-area .search-area-in .gsc-search-button-v2 svg {
    fill: #ffffff !important;
    width: 34px !important;
    height: 34px !important;
  }
}

@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .modal-search .in .v2-modal-search-input .id-search-area {
    display: flex;
    margin-top: 10px;
    align-items: end;
    gap: 0 10px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-search .in .v2-modal-search-input .id-search-area {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  #sp-header .modal-search .in .v2-modal-search-input .id-search-area .title {
    background: url(../img_common/h_link_arw_green.png) no-repeat left center;
    padding-left: 10px;
    line-height: 1;
    font-size: calc(1.125 * 100%);
    width: 125px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-search .in .v2-modal-search-input .id-search-area .title {
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 90%;
    width: 100%;
    background: url(../img_common/h_link_arw_green.png) no-repeat left center/10px 19px;
  }
}

@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .modal-search .in .v2-modal-search-input .id-search-area #page-number-search-top {
    display: flex;
    gap: 0 10px;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  #sp-header .modal-search .in .v2-modal-search-input .id-search-area #sp-number-search-container *, #sp-header .modal-search .in .v2-modal-search-input .id-search-area #sp-number-search-container *::before, #sp-header .modal-search .in .v2-modal-search-input .id-search-area #sp-number-search-container *::after {
    box-sizing: border-box;
  }
  #sp-header .modal-search .in .v2-modal-search-input .id-search-area #sp-number-search-container .input-wrap {
    display: flex;
    border: 1px solid #DDDDDD !important;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-search .in .v2-modal-search-input .id-search-area #sp-number-search-container .input-wrap {
    width: 500px;
  }
}

@media screen and (max-width: 768px) {
  #sp-header .modal-search .in .v2-modal-search-input .id-search-area #sp-number-search-container .input-wrap label {
    display: flex;
    align-items: center;
    line-height: 1;
    padding: 0;
  }
  #sp-header .modal-search .in .v2-modal-search-input .id-search-area #sp-number-search-container .input-wrap .number-label {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-search .in .v2-modal-search-input .id-search-area #sp-number-search-container .input-wrap .number-label {
    width: calc(100% - 120px);
  }
}

@media screen and (max-width: 768px) {
  #sp-header .modal-search .in .v2-modal-search-input .id-search-area #sp-number-search-container .input-wrap .submit-label {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-search .in .v2-modal-search-input .id-search-area #sp-number-search-container .input-wrap .submit-label {
    width: 120px;
  }
}

@media screen and (max-width: 768px) {
  #sp-header .modal-search .in .v2-modal-search-input .id-search-area #sp-number-search-container .input-wrap input[type="text"] {
    width: 100%;
    padding: 10px 0 10px 13px;
    border: none;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-search .in .v2-modal-search-input .id-search-area #sp-number-search-container .input-wrap input[type="text"] {
    border-radius: 0;
    height: 78px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  #sp-header .modal-search .in .v2-modal-search-input .id-search-area #sp-number-search-container .input-wrap button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0;
    padding: 0;
    line-height: 1;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-search .in .v2-modal-search-input .id-search-area #sp-number-search-container .input-wrap button {
    border: 0 solid #fff;
    border-radius: 0;
    background-color: #0a864a;
    width: 120px;
    height: 78px;
  }
}

@media screen and (max-width: 768px) {
  #sp-header .modal-search .in .v2-modal-search-input .id-search-area #sp-number-search-container .input-wrap button::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    margin: auto;
    clip-path: polygon(21.69% 24.41%, 20.35% 26.06%, 19.18% 27.87%, 18.12% 29.9%, 17.39% 31.94%, 16.85% 34.07%, 16.48% 36.48%, 16.46% 39.04%, 16.69% 41.55%, 17.14% 43.85%, 17.72% 45.78%, 18.57% 47.98%, 19.59% 49.91%, 20.76% 51.74%, 22.03% 53.36%, 23.36% 54.85%, 25.08% 56.37%, 26.93% 57.75%, 28.81% 58.84%, 30.74% 59.72%, 33.07% 60.33%, 35.1% 60.7%, 37.38% 60.92%, 39.37% 60.93%, 41.98% 60.66%, 44.52% 60.17%, 46.66% 59.48%, 48.31% 58.76%, 50.1% 57.78%, 51.58% 56.77%, 52.95% 55.68%, 53.79% 54.88%, 54.34% 54.34%, 94.61% 94.61%, 89.9% 99%, 62.61% 72.02%, 62.61% 66.88%, 61.76% 66.05%, 59.89% 67.58%, 57.49% 69.21%, 55.34% 70.42%, 52.57% 71.91%, 49.77% 72.84%, 47.16% 73.61%, 43.77% 74.17%, 40.36% 74.48%, 36.79% 74.47%, 33.89% 74.24%, 30.69% 73.66%, 27.25% 72.79%, 23.53% 71.39%, 19.93% 69.42%, 16.93% 67.46%, 13.57% 64.57%, 10.52% 61.3%, 8.12% 58.07%, 6.24% 54.71%, 4.72% 51.31%, 3.72% 47.79%, 3.11% 44.85%, 2.69% 41.66%, 2.6% 38.44%, 2.68% 36.45%, 2.8% 34.73%, 3.04% 32.91%, 3.32% 31.43%, 3.63% 29.82%, 3.96% 28.4%, 4.47% 26.91%, 4.93% 25.43%, 5.72% 23.7%, 6.43% 22.1%, 7.78% 19.8%, 9.14% 17.79%, 10.71% 15.76%, 12.37% 13.93%, 13.93% 12.37%, 15.76% 10.71%, 17.79% 9.14%, 19.8% 7.78%, 22.1% 6.43%, 23.7% 5.72%, 25.43% 4.93%, 26.91% 4.47%, 28.4% 3.96%, 29.82% 3.63%, 31.43% 3.32%, 32.91% 3.04%, 34.73% 2.8%, 36.45% 2.68%, 38.44% 2.6%, 41.66% 2.69%, 44.85% 3.11%, 47.79% 3.72%, 51.31% 4.72%, 54.71% 6.24%, 58.07% 8.12%, 61.3% 10.52%, 64.57% 13.57%, 67.46% 16.93%, 69.42% 19.93%, 71.39% 23.53%, 72.79% 27.25%, 73.66% 30.69%, 74.24% 33.89%, 74.47% 36.79%, 74.48% 40.36%, 74.17% 43.77%, 73.61% 47.16%, 72.84% 49.77%, 71.91% 52.57%, 70.42% 55.34%, 69.21% 57.49%, 67.58% 59.89%, 66.05% 61.76%, 66.88% 62.61%, 72.02% 62.61%, 99% 89.9%, 94.61% 94.61%, 54.34% 54.34%, 54.88% 53.79%, 55.68% 52.95%, 56.77% 51.58%, 57.78% 50.1%, 58.76% 48.31%, 59.48% 46.66%, 60.17% 44.52%, 60.66% 41.98%, 60.93% 39.37%, 60.92% 37.38%, 60.7% 35.1%, 60.33% 33.07%, 59.72% 30.74%, 58.84% 28.81%, 57.75% 26.93%, 56.37% 25.08%, 54.85% 23.36%, 53.36% 22.03%, 51.74% 20.76%, 49.91% 19.59%, 47.98% 18.57%, 45.78% 17.72%, 43.85% 17.14%, 41.55% 16.69%, 39.04% 16.46%, 36.48% 16.48%, 34.07% 16.85%, 31.94% 17.39%, 29.9% 18.12%, 27.87% 19.18%, 26.06% 20.35%, 24.41% 21.69%);
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-search .in .v2-modal-search-input .id-search-area #sp-number-search-container .input-wrap button::after {
    background-color: #fff;
    width: 34px;
    height: 34px;
  }
}

@media screen and (max-width: 768px) {
  #sp-header .modal-search .in .v2-modal-search-input .id-search-area #sp-number-search-container .error-message {
    color: #c62820;
  }
  #sp-header .modal-search .in .v2-modal-search-input .id-search-area > a {
    display: block;
    font-size: calc(1 * 100%);
    color: #333;
    text-decoration: none;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-search .in .v2-modal-search-input .id-search-area > a {
    margin: 10px 15px;
  }
}

@media screen and (max-width: 768px) {
  #sp-header .modal-search .in .v2-modal-search-input .id-search-area > a span {
    display: block;
    padding: 12px;
    padding-left: 50px;
    background: url(../../img_common/id_link_ico.png) no-repeat center left;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-search .in .v2-modal-search-input .id-search-area > a span {
    background: url(../../img_common/id_link_ico.png) no-repeat center left/36px;
    font-size: 80%;
  }
}

@media screen and (max-width: 768px) {
  #sp-header .modal-search .in .modal-search-menu {
    padding: 0 16px;
    letter-spacing: -0.4em;
  }
  #sp-header .modal-search .in .modal-search-menu > li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    margin: 0 4px 20px;
    text-align: center;
  }
  #sp-header .modal-search .in .modal-search-menu > li > a {
    display: block;
    width: 336px;
    padding: 23px 30px;
    background: url(../img_common/sp_menu_arw.png) no-repeat right 12px center;
    border: 2px solid #cacaca;
    box-sizing: border-box;
    color: #333;
    text-decoration: none;
  }
  #sp-header .modal-search .in .modal-menu-languages,
  #sp-header .modal-search .in .modal-menu-view-pc {
    padding-top: 10px;
  }
  #sp-header .modal-search .in .modal-menu-languages a,
  #sp-header .modal-search .in .modal-menu-view-pc a {
    background-color: #16874a;
  }
  #sp-header .modal-menu .in .modal-menu-close {
    right: 0;
  }
  #sp-header .modal-menu .in .box, #sp-header .modal-menu .in .box2 {
    text-align: center;
  }
  #sp-header .modal-menu .in .box .title, #sp-header .modal-menu .in .box2 .title {
    padding: 25px 0;
    background: url(../img_common/sp_menu_arw_on.png) no-repeat right 40px center #0c3f8f;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-size: 1.3em;
    font-weight: normal;
  }
  #sp-header .modal-menu .in .box.header-link-wait, #sp-header .modal-menu .in .box2.header-link-wait {
    background-color: #f1f1f1;
    border: 1px solid #999;
    font-size: 1.3em;
  }
  #sp-header .modal-menu .in .box.header-link-wait a > p, #sp-header .modal-menu .in .box2.header-link-wait a > p {
    padding: 20px 0 110px;
  }
  #sp-header .modal-menu .in .box.header-link-wait a > p:before, #sp-header .modal-menu .in .box2.header-link-wait a > p:before {
    display: block;
    content: "";
    width: 39px;
    height: 30px;
    background: url(../img_common/header_link_wait.png) no-repeat;
    scale: 2.0;
    position: relative;
    top: 110px;
    left: 52%;
    transform: translateX(-50%);
  }
  #sp-header .modal-menu .in .box.header-link-wait a > p:after, #sp-header .modal-menu .in .box2.header-link-wait a > p:after {
    display: inline-block;
    content: "";
    width: 14px;
    height: 14px;
    background: url(../img_common/btm_arw_blue.png) no-repeat;
    scale: 2.0;
    position: relative;
    top: 80px;
    right: -50px;
  }
  #sp-header .modal-menu .in .box .list > li > a, #sp-header .modal-menu .in .box2 .list > li > a {
    display: block;
    padding: 25px 0;
    background: url(../img_common/sp_menu_arw.png) no-repeat right 40px center #d9e5f7;
    border-bottom: 2px solid #fff;
    color: #333;
    font-size: 1.1em;
    text-decoration: none;
  }
  #sp-header .modal-menu .in .box.no_menu a, #sp-header .modal-menu .in .box2.no_menu a {
    text-decoration: none;
  }
  #sp-header .modal-menu .in .box.no_menu a .title, #sp-header .modal-menu .in .box2.no_menu a .title {
    background: url(../img_common/sp_link_arw.png) no-repeat right 40px center/12px 15px #0c3f8f;
    border-bottom: 2px solid #fff;
  }
  #sp-header .modal-menu .in .modal-menu-languages a,
  #sp-header .modal-menu .in .modal-menu-view-pc a {
    background-color: #0c3f8f;
  }
}

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

/*container*/
@media screen and (max-width: 768px) {
  #container {
    margin: 0 10px;
  }
}

.modal-open {
  overflow: hidden;
}

/*==================================
translate
==================================*/
.translate_link_wrap {
  display: flex;
  column-gap: 30px;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .translate_link_wrap {
    margin: 20px;
  }
}

.lang-select-wrap {
  display: flex;
  border: solid 1px #15408f;
}

@media screen and (max-width: 768px) {
  .lang-select-wrap {
    width: 100%;
  }
}

.lang-select-wrap .lang-select {
  padding: 3px 6px;
  background: #fff;
  border: 0;
}

.lang-select-wrap .btn-lang-select {
  color: #fff;
  min-height: 27px;
  padding: 3px 12px;
  font-weight: bold;
  border: solid 1px #15408f;
  background: #15408f;
  line-height: 1;
  cursor: pointer;
}

.lang-select-wrap .btn-lang-select:hover {
  opacity: .85;
}

@media screen and (max-width: 768px) {
  .lang-select-wrap .lang-select {
    flex: 1;
    padding: 15px 20px;
    border: 0;
    font-size: 100%;
  }
  .lang-select-wrap select {
    color: #333;
  }
  .lang-select-wrap .btn-lang-select {
    padding: 15px 20px;
    font-size: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  #container {
    width: 950px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  #container {
    margin: 0 20px;
  }
}

@media print, screen and (min-width: 769px) {
  #main-contents .main-contents-in::after {
    clear: both;
    content: "";
    display: block;
  }
  #main-contents .main-contents-in .contents-primary, #main-contents .main-contents-in .contents-secondary {
    float: left;
    width: 49%;
    margin-left: 2%;
  }
  #main-contents .main-contents-in > *:first-child {
    margin-left: 0;
  }
}

.section {
  margin-top: 20px;
  border-radius: 5px;
  border: 1px solid #b5b5b5;
  background-color: #ffffff;
}

.section .section-header {
  border-bottom: 1px solid #b5b5b5;
}

.section .section-header .section-title {
  color: #cb4630;
  font-weight: bold;
}

.section .section-body .list li {
  position: relative;
}

.section .section-body .list li:first-child {
  margin-top: 0;
}

.section .section-body .list li::before {
  content: "";
  display: block;
  position: absolute;
  top: .4em;
  left: 0;
}

.section .section-body .btn-list .btn {
  display: inline-block;
}

.section .section-body .btn-list .btn a {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 9px 30px 9px;
  border-radius: 5px;
  border: 1px solid #999;
  background-color: #f3f3f3;
  color: #333;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.section .section-body .btn-list .btn a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
}

.section .section-body .btn-list .btn a:hover {
  border: 1px solid #cb4630;
  background-color: #cb4630;
  color: #fff;
}

@media print, screen and (min-width: 769px) {
  .section .section-header .section-title {
    padding: 10px 15px;
    font-size: 125%;
  }
  .section .section-body {
    padding: 15px 15px 20px;
  }
  .section .section-body .list li {
    margin-top: 10px;
    padding-left: 10px;
  }
  .section .section-body .list li::before {
    width: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #333;
  }
  .section .section-body .btn-list {
    margin-top: 20px;
  }
  .section .section-body .btn-list .btn a::before {
    width: 5px;
    height: 5px;
    border-top: 1px solid #868686;
    border-right: 1px solid #868686;
  }
  .section .section-body .btn-list .btn a:hover::before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}

@media screen and (max-width: 768px) {
  .section .section-header .section-title {
    padding: 9px 20px 8px;
    font-size: 110%;
    text-align: center;
  }
  .section .section-body {
    padding: 25px 20px 30px;
  }
  .section .section-body .list li {
    margin-top: 15px;
    padding-left: 15px;
  }
  .section .section-body .list li::before {
    width: 8px;
    border: 8px solid transparent;
    border-left: 8px solid #333;
  }
  .section .section-body .btn-list {
    margin-top: 30px;
  }
  .section .section-body .btn-list .btn a {
    font-size: 90%;
  }
  .section .section-body .btn-list .btn a::before {
    width: 8px;
    height: 8px;
    border-top: 2px solid #868686;
    border-right: 2px solid #868686;
  }
  .section .section-body .btn-list .btn a:hover::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

.switching-section .section-body .btn-list {
  text-align: center;
}

.emergency-section .section-body .list, .alert-section .section-body .list, .news-section .section-body .list, .specific-category-section .section-body .list {
  overflow-y: auto;
}

.emergency-section .section-body .list li, .alert-section .section-body .list li, .news-section .section-body .list li, .specific-category-section .section-body .list li {
  color: #666;
}

.emergency-section .section-body .list li .item-date, .alert-section .section-body .list li .item-date, .news-section .section-body .list li .item-date, .specific-category-section .section-body .list li .item-date {
  font-weight: bold;
}

.emergency-section .section-body .list li .item-title, .alert-section .section-body .list li .item-title, .news-section .section-body .list li .item-title, .specific-category-section .section-body .list li .item-title {
  display: block;
}

@media print, screen and (min-width: 769px) {
  .emergency-section .section-body .list li::after, .alert-section .section-body .list li::after, .news-section .section-body .list li::after, .specific-category-section .section-body .list li::after {
    clear: both;
    content: "";
    display: block;
  }
  .emergency-section .section-body .list li .item-date, .alert-section .section-body .list li .item-date, .news-section .section-body .list li .item-date, .specific-category-section .section-body .list li .item-date {
    float: left;
  }
  .emergency-section .section-body .btn-list, .alert-section .section-body .btn-list, .news-section .section-body .btn-list, .specific-category-section .section-body .btn-list {
    text-align: right;
  }
  .emergency-section .section-body .btn-list .btn a, .alert-section .section-body .btn-list .btn a, .news-section .section-body .btn-list .btn a, .specific-category-section .section-body .btn-list .btn a {
    min-width: 228px;
  }
}

@media screen and (max-width: 768px) {
  .emergency-section .section-body .list, .alert-section .section-body .list, .news-section .section-body .list, .specific-category-section .section-body .list {
    max-height: 420px;
  }
  .emergency-section .section-body .list li .item-title, .alert-section .section-body .list li .item-title, .news-section .section-body .list li .item-title, .specific-category-section .section-body .list li .item-title {
    margin-top: 5px;
  }
  .emergency-section .section-body .btn-list, .alert-section .section-body .btn-list, .news-section .section-body .btn-list, .specific-category-section .section-body .btn-list {
    text-align: center;
  }
  .emergency-section .section-body .btn-list .btn, .alert-section .section-body .btn-list .btn, .news-section .section-body .btn-list .btn, .specific-category-section .section-body .btn-list .btn {
    width: 48.5%;
  }
}

.emergency-section, .alert-section {
  border: 1px solid #cb4630;
}

.emergency-section .section-header .section-title .title-small, .alert-section .section-header .section-title .title-small {
  display: block;
  font-size: 70%;
}

.emergency-section .section-body .list li::before, .alert-section .section-body .list li::before {
  border-left-color: #c14530;
}

.emergency-section .section-body .btn-list .btn a, .alert-section .section-body .btn-list .btn a {
  border: 1px solid #cb4630;
  background-color: #fff0ee;
}

@media print, screen and (min-width: 769px) {
  .emergency-section .section-in, .alert-section .section-in {
    display: table;
    width: 100%;
  }
  .emergency-section .section-header, .emergency-section .section-body, .alert-section .section-header, .alert-section .section-body {
    display: table-cell;
  }
  .emergency-section .section-header, .alert-section .section-header {
    box-sizing: border-box;
    width: 175px;
    border-right: 1px solid #cb4630;
    border-bottom: none;
    vertical-align: middle;
  }
  .emergency-section .section-header .section-title, .alert-section .section-header .section-title {
    padding: 10px;
    text-align: center;
  }
  .emergency-section .section-body, .alert-section .section-body {
    vertical-align: top;
  }
  .emergency-section .section-body .list, .alert-section .section-body .list {
    max-height: 125px;
  }
  .emergency-section .section-body .list li .item-title, .alert-section .section-body .list li .item-title {
    padding-left: 10.5em;
  }
  .emergency-section .section-body .btn-list .btn a::before, .alert-section .section-body .btn-list .btn a::before {
    border-top: 1px solid #cb4630;
    border-right: 1px solid #cb4630;
  }
}

@media screen and (max-width: 768px) {
  .emergency-section .section-body, .alert-section .section-body {
    border-top: 1px solid #cb4630;
  }
  .emergency-section .section-body .btn-list .btn a::before, .alert-section .section-body .btn-list .btn a::before {
    border-top: 2px solid #cb4630;
    border-right: 2px solid #cb4630;
  }
}

@media print, screen and (min-width: 769px) {
  .news-section .section-body .list, .specific-category-section .section-body .list {
    max-height: 145px;
  }
  .news-section .section-body .list li .item-title, .specific-category-section .section-body .list li .item-title {
    padding-left: 6em;
  }
}

.wysiwyg h2, .wysiwyg h3, .wysiwyg h4 {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: none;
  background: none;
}

.wysiwyg h2::before, .wysiwyg h2::after, .wysiwyg h3::before, .wysiwyg h3::after, .wysiwyg h4::before, .wysiwyg h4::after {
  content: normal;
}

.wysiwyg h2 {
  margin-top: 20px;
  padding: 5px 10px;
  border-bottom: 1px dotted #666;
  border-left: 5px solid #9c0c03;
  font-size: 120%;
  font-weight: bold;
}

.wysiwyg h3 {
  margin-top: 20px;
  padding: 5px;
  border-bottom: 1px solid #aaa;
  font-size: 120%;
  font-weight: bold;
}

.wysiwyg h4 {
  margin-top: 20px;
  padding: 0 5px;
  font-size: 100%;
  font-weight: bold;
}

.search-section {
  border: 0;
}

#modal-mokuteki {
  display: none;
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
フッター
==================================*/
footer {
  background: #1a3d8b;
}

@media print, screen and (min-width: 769px) {
  footer {
    margin-top: 50px;
  }
}

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

footer .in {
  position: relative;
}

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

footer .in #pagetop {
  position: absolute;
}

@media print, screen and (min-width: 769px) {
  footer .in #pagetop {
    top: -20px;
    right: 10px;
  }
}

@media screen and (max-width: 768px) {
  footer .in #pagetop {
    top: -70px;
    right: 18px;
  }
}

footer .in #pagetop a {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  display: block;
  background: url(../img_common/footer_pagetop.png) no-repeat 0 0;
}

@media print, screen and (min-width: 769px) {
  footer .in #pagetop a {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
  footer .in #pagetop a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  footer .in #pagetop a {
    width: 90px;
    height: 90px;
  }
}

footer .in .footer-link {
  text-align: center;
  letter-spacing: -0.4em;
}

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

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

footer .in .footer-link li {
  line-height: 1.2;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  list-style: none;
  margin: 0;
  padding: 0 10px;
  border-left: 1px solid #fff;
}

@media print, screen and (min-width: 769px) {
  footer .in .footer-link li {
    font-size: 95%;
  }
}

@media screen and (max-width: 768px) {
  footer .in .footer-link li {
    margin: 0 0 8px;
  }
}

footer .in .footer-link li:nth-child(1) {
  border-left: none;
}

footer .in .footer-link li a {
  color: #fff;
}

@media screen and (max-width: 768px) {
  footer .in .footer-link li a {
    text-decoration: none;
  }
}

@media print, screen and (min-width: 769px) {
  footer .in .footer-contents {
    width: 880px;
    display: table;
    margin: 20px auto;
  }
}

@media screen and (max-width: 768px) {
  footer .in .footer-contents {
    text-align: center;
    margin: 40px auto;
  }
}

@media print, screen and (min-width: 769px) {
  footer .in .footer-contents > div {
    display: table-cell;
    vertical-align: top;
  }
}

footer .in .footer-contents .fc-title {
  color: #fff;
}

@media print, screen and (min-width: 769px) {
  footer .in .footer-contents .fc-title {
    width: 190px;
    font-size: 160%;
  }
}

@media screen and (max-width: 768px) {
  footer .in .footer-contents .fc-title {
    font-size: 1.7em;
  }
}

footer .in .footer-contents .fc-text {
  color: #fff;
}

footer .in .footer-contents .fc-text a {
  color: #fff;
}

footer .in .copyright {
  text-align: center;
  color: #fff;
}

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

@media screen and (max-width: 768px) {
  footer .in .copyright {
    font-size: 0.9em;
    padding: 26px 0;
  }
}

/*++++++++++++++++++++++++++++++++++
 * トップページ専用CSS（プリント用）
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
@media print {
  body, #header {
    zoom: 0.9;
  }
}
