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

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

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

h2.head-title, .wysiwyg h2, .free-layout-area h2 {
  margin-top: 20px;
  background: #61bfbe;
  color: #333;
  font-size: 167%;
  box-sizing: border-box;
  padding: 8px 15px 6px 20px;
  position: relative;
  /*
  &::before, &::after {
    content: "";
    position: absolute;
  }
  &::before {
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    right: 1px;
    top: 1px;
  }
  &::after {
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    bottom: 1px;
    left: 1px;
  }
  */
}

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

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;
  background: #f4f4f4;
  color: #333;
  font-size: 120%;
  box-sizing: border-box;
  border-bottom: 3px solid #ffb5ba;
}

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

h4, .wysiwyg h4, .free-layout-area h4 {
  margin-top: 20px;
  display: block;
  line-height: 1.2;
  background: #f4f4f4;
  font-size: 125%;
  padding: 8px 26px 8px;
  position: relative;
}

h4::before, .wysiwyg h4::before, .free-layout-area h4::before {
  background-color: #61bfbe;
  content: '';
  display: inline-block;
  height: 2px;
  left: 0;
  top: 50%;
  position: absolute;
  width: 16px;
}

h5, .wysiwyg h5, .free-layout-area h5 {
  background-color: #f4f4f4;
  font-size: 110%;
  margin-top: 20px;
  display: block;
  padding: 6px 0 6px 15px;
  line-height: 1.2;
}

h6, .wysiwyg h6, .free-layout-area h6 {
  font-size: 100%;
  padding-left: 15px;
  padding-bottom: 2px;
  margin-top: 20px;
  line-height: 1.2;
  position: relative;
}

h6::before, .wysiwyg h6::before, .free-layout-area h6::before {
  background-color: #61bfbe;
  content: '';
  display: inline-block;
  height: 2px;
  left: 0;
  top: 50%;
  position: absolute;
  width: 10px;
}

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

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

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

.wysiwyg ul {
  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;
}

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

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

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

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

.wysiwyg table ol {
  padding-left: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ul, ol {
  list-style: none;
}

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

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

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

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

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

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

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

address {
  font-style: normal;
}

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

.clearfix {
  display: inline-table;
}

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

.clearfix {
  display: block;
}

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

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

.left-col {
  float: left;
}

.right-col {
  float: right;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gsst_a {
  padding: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  background-color: #016fdd !important;
}

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

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

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

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

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

.hide {
  display: none;
}

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

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

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

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

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

#smartphone .wrap .ico {
  background-color: #626262;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 20px;
}

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

/*==================================
header（PC）
==================================*/
@media print, screen and (min-width: 769px) {
  body {
    min-width: 1040px;
  }
  .to-container a {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    margin-top: -9999px;
    color: #333;
    font-size: 97%;
  }
  .to-container a:focus {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  #header {
    /* #header-nav */
    /* end-#header-nav */
    /* .header-subnav-area */
    /* end-.header-subnav-area */
  }
  #header #header-nav {
    padding: 10px 0;
    background: #cdffff;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  #header #header-nav ul {
    position: relative;
    max-width: 1000px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: stretch;
  }
  #header #header-nav .list > li {
    float: left;
    width: 141px;
    margin-left: 2px;
    border-right: solid 1px #003061;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #header #header-nav .list > li:first-child {
    border-left: solid 1px #003061;
    width: 142px;
    margin-left: 0;
  }
  #header #header-nav .list > li .title {
    color: #003061;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
  }
  #header #header-nav .list > li .title img {
    margin: 0 auto 5px;
  }
  #header #header-nav .list > li .title img.navimg-01 {
    width: 28px;
    height: 22px;
  }
  #header #header-nav .list > li .title img.navimg-02 {
    width: 30px;
    height: 22px;
  }
  #header #header-nav .list > li .title img.navimg-03 {
    width: 31px;
    height: 26px;
  }
  #header #header-nav .list > li .title img.navimg-04 {
    width: 20px;
    height: 27px;
  }
  #header #header-nav .list > li .title img.navimg-05 {
    width: 24px;
    height: 26px;
  }
  #header #header-nav .list > li .title img.navimg-06 {
    width: 39px;
    height: 23px;
  }
  #header #header-nav .list > li .title img.navimg-07 {
    width: 30px;
    height: 30px;
  }
  #header #header-nav .list > li .title span {
    margin: 5px 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
  }
  #header #header-nav .list > li .title:hover {
    background-color: rgba(255, 255, 255, 0.8);
  }
  #header #header-nav .list > li .title:hover:after {
    width: 21px;
    height: 18px;
    position: absolute;
    bottom: -30px;
    right: 35%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 5;
    display: inline-block;
    content: "";
    background-repeat: no-repeat;
    background-image: url(../img_common/header_nav_triangle.png);
  }
  #header #header-nav .list > li .dropmenu .list2 {
    box-sizing: border-box;
    border: solid 5px #003061;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    background: #fff;
    padding: 20px 10px;
    margin: 0;
  }
  #header #header-nav .list > li .dropmenu .list2 li {
    box-sizing: border-box;
    width: 33%;
    padding: 0 2rem;
    margin: 0.5rem 0;
    height: auto !important;
  }
  #header #header-nav .list > li .dropmenu .list2 li a {
    background-repeat: no-repeat;
    background-image: url(../img_common/header_nav_arrow.png);
    background-position: left center;
    color: #000;
    text-decoration: underline;
    padding-left: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: left;
  }
  #header #header-nav .list > li .dropmenu .list2 li a:hover {
    text-decoration: none;
  }
  #header .header-subnav-area {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #header .header-subnav-area #header-logo {
    margin: 0.5rem;
    display: block;
  }
  #header .header-subnav-area #header-logo a {
    display: block;
    height: 100%;
  }
  #header .header-subnav-area .header-link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    width: 50%;
  }
  #header .header-subnav-area .header-link > div {
    border: solid 1px #d4d4d4;
    border-radius: 5px;
    margin: 0.5rem;
  }
  #header .header-subnav-area .header-link > div:last-child {
    margin: 0.5rem 0 0.5rem 0.5rem;
  }
  #header .header-subnav-area .header-link > div a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    text-decoration: none;
  }
  #header .header-subnav-area .header-link > div a:hover {
    opacity: 0.85;
  }
  #header .header-subnav-area .header-link > div a span {
    display: block;
    height: 100%;
    padding: 0.2rem 2rem 0.2rem 1rem;
    position: relative;
  }
  #header .header-subnav-area .header-link > div a.sitemap span:after {
    width: 7px;
    height: 11px;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: inline-block;
    content: "";
    background-repeat: no-repeat;
    background-image: url(../img_common/header_link_arrow_black_pc.png);
  }
  #header .header-subnav-area .header-link > div a.homepage:after {
    width: 26px;
    height: 28px;
    display: inline-block;
    content: "";
    background-repeat: no-repeat;
    background-image: url(../img_common/header_link_arrow_red_pc.png);
  }
}

/*==================================
header（SP）
==================================*/
@media screen and (max-width: 768px) {
  #sp-header {
    min-height: 140px;
    /* モーダル */
  }
  #sp-header .modal-box {
    position: relative;
  }
  #sp-header .modal-box #sp-header-logo img {
    margin: 35px 0 0 30px;
  }
  #sp-header .modal-box .modal-menu-close, #sp-header .modal-box .btn-search-close {
    display: none;
  }
  #sp-header .modal-box .menu-btn-area .menu-btn-menu, #sp-header .modal-box .menu-btn-area .modal-menu-close, #sp-header .modal-box .menu-btn-area .btn-search, #sp-header .modal-box .menu-btn-area .btn-search-close {
    position: absolute;
    top: 10px;
  }
  #sp-header .modal-box .menu-btn-area .menu-btn-menu, #sp-header .modal-box .menu-btn-area .modal-menu-close {
    right: 10px;
  }
  #sp-header .modal-box .menu-btn-area .btn-search, #sp-header .modal-box .menu-btn-area .btn-search-close {
    right: 120px;
  }
  #sp-header .modal-search-bg,
  #sp-header .modal-menu-bg {
    width: 100%;
    height: 1000px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
  }
  #sp-header .modal-search,
  #sp-header .modal-menu {
    background-color: #fff;
    display: none;
    position: absolute;
    top: 110px;
    left: 0;
    padding-top: 50px;
    z-index: 100;
    width: 100%;
  }
  #sp-header .modal-search .box,
  #sp-header .modal-menu .box {
    border-bottom: 2px solid #ffffff;
    background-color: rgba(244, 244, 244, 0.5);
  }
  #sp-header .modal-search .btn-search-close,
  #sp-header .modal-search .modal-menu-close,
  #sp-header .modal-menu .btn-search-close,
  #sp-header .modal-menu .modal-menu-close {
    background: url(../img_common/modal_close_img.png) left 260px center no-repeat #cdffff;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    padding: 30px 0;
    text-align: center;
  }
  #sp-header .modal-search .btn-search-close span,
  #sp-header .modal-search .modal-menu-close span,
  #sp-header .modal-menu .btn-search-close span,
  #sp-header .modal-menu .modal-menu-close span {
    cursor: pointer;
    font-size: 90%;
    padding-left: 315px;
    padding-right: 220px;
  }
  #sp-header .modal-search .btn-search-close a,
  #sp-header .modal-search .modal-menu-close a,
  #sp-header .modal-menu .btn-search-close a,
  #sp-header .modal-menu .modal-menu-close a {
    width: 100%;
    padding: 30px 0;
    text-decoration: none;
  }
  #sp-header .modal-search .btn-search-close a:focus,
  #sp-header .modal-search .modal-menu-close a:focus,
  #sp-header .modal-menu .btn-search-close a:focus,
  #sp-header .modal-menu .modal-menu-close a:focus {
    background-color: rgba(255, 255, 255, 0.2);
  }
  #sp-header .modal-search .btn-search-close a:link,
  #sp-header .modal-search .modal-menu-close a:link,
  #sp-header .modal-menu .btn-search-close a:link,
  #sp-header .modal-menu .modal-menu-close a:link {
    color: #333;
  }
  #sp-header .modal-search .list,
  #sp-header .modal-menu .list {
    background-color: #f2f2f2;
  }
  #sp-header .modal-search .list li,
  #sp-header .modal-menu .list li {
    background-color: #f2f2f2;
    box-sizing: border-box;
    border-top: #fff solid 2px;
  }
  #sp-header .modal-search .list a,
  #sp-header .modal-menu .list a {
    display: block;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    padding: 35px 20px 35px 80px;
    color: #333333;
    font-size: 130%;
    text-decoration: none;
  }
  #sp-header .modal-search .title,
  #sp-header .modal-menu .title {
    padding: 38px 90px 38px 135px;
    font-weight: bold;
    font-size: 130%;
    margin: 0;
    border: none;
    outline: none;
    display: block;
    cursor: pointer;
    text-align: left;
  }
  #sp-header .modal-search .title:focus,
  #sp-header .modal-menu .title:focus {
    border: 1px #000 solid;
  }
  #sp-header .modal-search .in .modal-keyword-wrap {
    background-color: rgba(244, 244, 244, 0.5);
    padding: 70px 0 50px 0;
  }
  #sp-header .modal-search .in .modal-keyword-in {
    border: 1px solid #d4d4d4;
    margin: 0 auto;
    width: 620px;
  }
  #sp-header .modal-search .in .modal-keyword-in > form .inner {
    display: flex;
  }
  #sp-header .modal-search .in .modal-keyword-in > form .inner label:first-child {
    flex-grow: 1;
  }
  #sp-header .modal-search .in .modal-keyword-in > form .inner label .inputText {
    padding: 0 19px;
    height: 95%;
    width: 92%;
    font-size: 110%;
    border: none;
  }
  #sp-header .modal-search .in .title {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    font-size: 130%;
    margin-top: 40px;
    text-align: center;
  }
  #sp-header .modal-search .in .modal-keyword-list {
    border: 1px solid #cccccc;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 20px;
    padding: 45px 80px 20px 80px;
  }
  #sp-header .modal-search .in .modal-keyword-list li {
    margin-bottom: 20px;
  }
  #sp-header .modal-search .in .modal-keyword-list li:not(:last-child) {
    background: url(../img_common/sp_keyword_list.png) right 8px center no-repeat;
    padding-right: 28px;
  }
  #sp-header .modal-search .in .modal-keyword-list li a {
    color: #000;
  }
  #sp-header .modal-menu .nav1 a {
    background: url(../img_common/modal_nav1.png) left 44px center no-repeat, url(../img_common/modal_home.png) no-repeat right 50px center;
    color: #333;
    display: block;
    font-weight: bold;
    font-size: 130%;
    padding: 38px 90px 38px 135px;
    text-decoration: none;
  }
  #sp-header .modal-menu .nav2 .title {
    background: url(../img_common/modal_nav2.png) left 44px center no-repeat, url(../img_common/modal_menu_btn_plus.png) no-repeat right 50px center;
  }
  #sp-header .modal-menu .nav2 .on {
    background: url(../img_common/modal_nav2.png) left 44px center no-repeat, url(../img_common/modal_menu_btn_minus.png) no-repeat right 50px center;
  }
  #sp-header .modal-menu .nav3 .title {
    background: url(../img_common/modal_nav3.png) left 44px center no-repeat, url(../img_common/modal_menu_btn_plus.png) no-repeat right 50px center;
  }
  #sp-header .modal-menu .nav3 .on {
    background: url(../img_common/modal_nav3.png) left 44px center no-repeat, url(../img_common/modal_menu_btn_minus.png) no-repeat right 50px center;
  }
  #sp-header .modal-menu .nav4 .title {
    background: url(../img_common/modal_nav4.png) left 48px center no-repeat, url(../img_common/modal_menu_btn_plus.png) no-repeat right 50px center;
  }
  #sp-header .modal-menu .nav4 .on {
    background: url(../img_common/modal_nav4.png) left 48px center no-repeat, url(../img_common/modal_menu_btn_minus.png) no-repeat right 50px center;
  }
  #sp-header .modal-menu .nav5 .title {
    background: url(../img_common/modal_nav5.png) left 55px center no-repeat, url(../img_common/modal_menu_btn_plus.png) no-repeat right 50px center;
  }
  #sp-header .modal-menu .nav5 .on {
    background: url(../img_common/modal_nav5.png) left 55px center no-repeat, url(../img_common/modal_menu_btn_minus.png) no-repeat right 50px center;
  }
  #sp-header .modal-menu .nav6 .title {
    background: url(../img_common/modal_nav6.png) left 44px center no-repeat, url(../img_common/modal_menu_btn_plus.png) no-repeat right 50px center;
  }
  #sp-header .modal-menu .nav6 .on {
    background: url(../img_common/modal_nav6.png) left 44px center no-repeat, url(../img_common/modal_menu_btn_minus.png) no-repeat right 50px center;
  }
  #sp-header .modal-menu .nav7 .title {
    background: url(../img_common/modal_nav7.png) left 44px center no-repeat, url(../img_common/modal_menu_btn_plus.png) no-repeat right 50px center;
  }
  #sp-header .modal-menu .nav7 .on {
    background: url(../img_common/modal_nav7.png) left 44px center no-repeat, url(../img_common/modal_menu_btn_minus.png) no-repeat right 50px center;
  }
  #sp-header .modal-menu .nav8 .title {
    background: url(../img_common/modal_nav8.png) left 48px center no-repeat, url(../img_common/modal_menu_btn_plus.png) no-repeat right 50px center;
  }
  #sp-header .modal-menu .nav8 .on {
    background: url(../img_common/modal_nav8.png) left 48px center no-repeat, url(../img_common/modal_menu_btn_minus.png) no-repeat right 50px center;
  }
  #sp-header .modal-menu .modal-support-wrap {
    background-color: #fff;
  }
  #sp-header .modal-menu .modal-support-wrap .modal-support-list {
    margin: 0 auto;
    width: 520px;
  }
  #sp-header .modal-menu .modal-support-wrap li a {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 110%;
    font-weight: bold;
    text-decoration: none;
  }
  #sp-header .modal-menu .modal-support-wrap li.goto-pc {
    background: url(../img_common/goto_pc_arrow.png) right 30px center no-repeat;
    background-color: #61bfbe;
    border-radius: 35px;
    margin: 50px auto 30px;
    text-align: center;
    width: 400px;
  }
  #sp-header .modal-menu .modal-support-wrap li.goto-pc a {
    box-sizing: border-box;
    color: #333;
    display: block;
    height: 100%;
    padding: 16px 50px;
    width: 100%;
  }
  #sp-header .modal-menu .modal-support-wrap li.goto-pc a:focus {
    background-color: rgba(255, 255, 255, 0.2);
  }
  #sp-header .modal-menu .modal-support-wrap li.goto-hp {
    margin-top: 20px;
    margin-bottom: 50px;
    position: relative;
  }
  #sp-header .modal-menu .modal-support-wrap li.goto-hp::after {
    background: url(../img_common/modal_support_arrow_black.png) right 30px center no-repeat #ffb5ba;
    border-radius: 0 5px 5px 0;
    content: '';
    display: inline-block;
    height: 84px;
    position: absolute;
    right: -2px;
    top: -2px;
    width: 78px;
  }
  #sp-header .modal-menu .modal-support-wrap li.goto-hp a {
    box-sizing: border-box;
    padding: 20px 40px 20px 0;
  }
  #sp-header .modal-menu .modal-support-wrap li.site-map {
    background: url(../img_common/modal_support_arrow.png) right 30px center no-repeat;
  }
  #sp-header .modal-menu .modal-support-wrap li.site-map a {
    padding: 20px 0;
  }
  #sp-header .modal-menu .modal-support-wrap li:not(.goto-pc) {
    border: 2px solid #d4d4d4;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: center;
  }
  #sp-header .modal-menu .modal-support-wrap li:not(.goto-pc) a {
    display: block;
    color: #4b4134;
    height: 100%;
    width: 100%;
  }
  #sp-header .modal-menu .title {
    width: 100%;
  }
}

@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*/
/* メインビジュアル（スライダー） */
/*-- スライダー --*/
#main-visual .smartslider {
  width: 100%;
}

#main-visual .smartslider .bx-viewport {
  text-align: center;
  overflow: hidden;
}

#main-visual .smartslider .bx-viewport img {
  width: 100%;
  max-width: 1000px;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: center;";
}

#main-visual .smartslider .bx-viewport .sliderlist li a:focus {
  border: 2px solid #000;
}

#main-visual .smartslider .bx-controls {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1;
  position: relative;
  z-index: 1;
  /*-- start stop --*/
  /*--  next prev --*/
  /*--  pager --*/
}

#main-visual .smartslider .bx-controls button {
  background-color: unset;
  border: unset;
  cursor: pointer;
}

#main-visual .smartslider .bx-controls button:hover {
  opacity: 0.85;
}

#main-visual .smartslider .bx-controls .bx-controls-auto {
  position: absolute;
  z-index: 3;
}

#main-visual .smartslider .bx-controls .bx-controls-auto .bx-controls-auto-item {
  height: 100%;
  width: 100%;
}

#main-visual .smartslider .bx-controls .bx-controls-auto .bx-controls-auto-item button {
  font-size: 0;
  background-size: cover;
  border: none;
  background-color: rgba(0, 0, 0, 0);
}

#main-visual .smartslider .bx-controls .bx-controls-auto .bx-controls-auto-item button:hover {
  opacity: 0.85;
}

#main-visual .smartslider .bx-controls .bx-controls-auto .active {
  display: none;
}

#main-visual .smartslider .bx-controls .bx-controls-direction {
  width: 100%;
  position: absolute;
}

#main-visual .smartslider .bx-controls .bx-controls-direction button {
  padding: 0;
  display: block;
  position: absolute;
  background-size: cover;
  font-size: 0;
  border: none;
  background-color: rgba(0, 0, 0, 0);
}

#main-visual .smartslider .bx-controls .bx-controls-direction button:hover {
  opacity: 0.85;
}

#main-visual .smartslider .bx-controls .bx-controls-direction .bx-prev:focus,
#main-visual .smartslider .bx-controls .bx-controls-direction .bx-next:focus {
  background-color: transparent;
}

#main-visual .smartslider .bx-controls .bx-pager {
  letter-spacing: -0.4em;
  position: absolute;
  z-index: 4;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#main-visual .smartslider .bx-controls .bx-pager .bx-pager-item {
  display: inline-block;
  letter-spacing: normal;
  margin-right: 0.5em;
}

#main-visual .smartslider .bx-controls .bx-pager .bx-pager-item button {
  font-size: 0;
  padding: 0;
  cursor: pointer;
  display: block;
  background-color: #fff;
  border-radius: 100%;
  width: 0.7rem;
  height: 0.7rem;
  border: solid 2px #ffb5ba;
  font-size: 0;
}

#main-visual .smartslider .bx-controls .bx-pager .bx-pager-item button.active {
  border-radius: 100%;
  background-color: #ffb5ba;
}

@media print, screen and (min-width: 769px) {
  #main-visual .smartslider .bx-viewport img {
    height: 460px;
  }
  #main-visual .smartslider .bx-controls .bx-controls-direction {
    left: 0;
    top: -254px;
  }
  #main-visual .smartslider .bx-controls .bx-controls-direction button {
    width: 55px;
    height: 55px;
  }
  #main-visual .smartslider .bx-controls .bx-controls-direction .bx-prev {
    left: -25px;
    background-image: url(../img_top/slider_back.png);
  }
  #main-visual .smartslider .bx-controls .bx-controls-direction .bx-next {
    right: -25px;
    background-image: url(../img_top/slider_next.png);
  }
  #main-visual .smartslider .bx-controls .bx-controls-auto {
    right: 15px;
    bottom: -25px;
  }
  #main-visual .smartslider .bx-controls .bx-controls-auto .bx-controls-auto-item button {
    width: 55px;
    height: 55px;
  }
  #main-visual .smartslider .bx-controls .bx-controls-auto .bx-controls-auto-item .bx-stop {
    background-image: url(../img_top/slider_stop.png);
    background-repeat: no-repeat;
  }
  #main-visual .smartslider .bx-controls .bx-controls-auto .bx-controls-auto-item .bx-start {
    background-image: url(../img_top/slider_start.png);
    background-repeat: no-repeat;
  }
  #main-visual .smartslider .bx-controls .bx-pager {
    bottom: -38px;
  }
}

@media screen and (max-width: 768px) {
  #main-visual .smartslider {
    width: 100%;
  }
  #main-visual .smartslider .bx-viewport img {
    height: 300px;
  }
  #main-visual .smartslider .bx-controls-direction {
    left: 0;
    top: -200px;
  }
  #main-visual .smartslider .bx-controls-direction button {
    width: 40px;
    height: 40px;
  }
  #main-visual .smartslider .bx-controls-direction .bx-prev {
    left: 25px;
    background-image: url(../img_top/slider_back.png);
  }
  #main-visual .smartslider .bx-controls-direction .bx-next {
    right: 25px;
    background-image: url(../img_top/slider_next.png);
  }
  #main-visual .smartslider .bx-controls-auto {
    right: 25px;
    bottom: -25px;
  }
  #main-visual .smartslider .bx-controls-auto .bx-controls-auto-item button {
    width: 40px;
    height: 40px;
  }
  #main-visual .smartslider .bx-controls-auto .bx-controls-auto-item .bx-stop {
    background-image: url(../img_top/slider_start.png);
    background-repeat: no-repeat;
  }
  #main-visual .smartslider .bx-controls-auto .bx-controls-auto-item .bx-start {
    background-image: url(../img_top/slider_stop.png);
    background-repeat: no-repeat;
  }
  #main-visual .smartslider .bx-pager {
    bottom: -48px;
  }
}

/* ニュース、トピック共有 */
.main-contents {
  position: static;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #5d5d5d;
}

.top-news,
.top-topics {
  width: 100%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

.top-news h2,
.top-topics h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  position: absolute;
  background-color: #fff;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.top-news h2:after,
.top-topics h2:after {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: inline-block;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
}

.top-news > div,
.top-topics > div {
  margin: 4rem 3rem 2rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.top-news .list,
.top-topics .list {
  width: 100%;
  overflow-y: auto;
  overflow-x: unset;
}

.top-news .list li,
.top-topics .list li {
  margin: 2rem 0;
  display: flex;
}

.top-news .list li:first-child,
.top-topics .list li:first-child {
  margin: 0 0 2rem;
}

.top-news .list li:last-child,
.top-topics .list li:last-child {
  margin: 2rem 0 1rem;
}

.top-news .list li .text,
.top-topics .list li .text {
  color: #5d5d5d;
}

.top-news .list li .date, .top-news .list li .text, .top-news .list li .no-data,
.top-topics .list li .date,
.top-topics .list li .text,
.top-topics .list li .no-data {
  font-size: 150%;
}

.top-news .link-news,
.top-topics .link-news {
  margin: 2rem 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
}

.top-news .link-news a,
.top-topics .link-news a {
  height: 100%;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

.top-news .link-news a > div,
.top-topics .link-news a > div {
  border-radius: 45px;
  color: #333;
  padding: 0.5rem 4rem;
  position: relative;
}

.top-news .link-news a > div:hover,
.top-topics .link-news a > div:hover {
  opacity: 0.85;
}

.top-news .link-news a > div:after,
.top-topics .link-news a > div:after {
  position: absolute;
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img_common/button_arrow.png);
  top: 50%;
  right: 1rem;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* ニュース */
.top-news {
  border: solid 5px #ffb5ba;
}

.top-news h2:after {
  background-image: url(../img_common/title_news.png);
}

.top-news .link-news a > div {
  background-color: #ffb5ba;
}

/* トピック */
.top-topics {
  border: solid 5px #61bfbe;
}

.top-topics:before {
  background-image: url(../img_common/wrapper_topics_top.png);
}

.top-topics:after {
  background-image: url(../img_common/wrapper_topics_bottom.png);
}

.top-topics h2:after {
  background-image: url(../img_common/title_topics.png);
}

.top-topics .link-news a > div {
  background-color: #61bfbe;
}

@media print, screen and (min-width: 769px) {
  .main-contents {
    margin: 5rem;
  }
  .top-news,
  .top-topics {
    max-width: 1000px;
    border-radius: 20px;
  }
  .top-news h2,
  .top-topics h2 {
    top: -10px;
    padding: 1.5rem 3rem 1.5rem;
    font-size: 200%;
  }
  .top-news > div,
  .top-topics > div {
    margin: 4rem 2rem 2rem;
  }
  .top-news .list,
  .top-topics .list {
    max-height: 200px;
  }
  .top-news .list li,
  .top-topics .list li {
    flex-direction: row;
    padding-right: 0;
  }
  .top-news .list li .date,
  .top-topics .list li .date {
    display: inline;
    min-width: 110px;
  }
  .top-news .list li .text,
  .top-topics .list li .text {
    margin: 0 1rem;
    text-decoration: underline;
  }
  .top-news .list li .text:hover,
  .top-topics .list li .text:hover {
    text-decoration: none;
  }
  .top-news .list li .no-data,
  .top-topics .list li .no-data {
    margin: 0 1rem;
  }
  .top-news .link-news a,
  .top-topics .link-news a {
    font-size: 120%;
  }
  .top-news .link-news a > div:after,
  .top-topics .link-news a > div:after {
    width: 9px;
    height: 15px;
  }
  .top-news h2:after {
    bottom: 0.5rem;
    width: 49px;
    height: 12px;
  }
  .top-topics h2:after {
    bottom: -0.5rem;
    width: 80px;
    height: 26px;
  }
}

@media screen and (max-width: 768px) {
  .main-contents {
    margin: 5rem 1rem 3rem;
  }
  .top-news,
  .top-topics {
    max-width: 750px;
    border-radius: 35px;
  }
  .top-news h2,
  .top-topics h2 {
    top: 0;
    padding: 0 3rem 1.5rem;
    font-size: 170%;
  }
  .top-news > div,
  .top-topics > div {
    margin: 4rem 3rem 2rem;
  }
  .top-news .list,
  .top-topics .list {
    max-height: 600px;
  }
  .top-news .list li,
  .top-topics .list li {
    flex-direction: column;
    padding-right: 1rem;
  }
  .top-news .list li .date,
  .top-topics .list li .date {
    margin: 0;
  }
  .top-news .list li .text,
  .top-topics .list li .text {
    text-decoration: none;
  }
  .top-news .link-news a,
  .top-topics .link-news a {
    font-size: 95%;
  }
  .top-news .link-news a > div:after,
  .top-topics .link-news a > div:after {
    width: 12px;
    height: 20px;
  }
  .top-news h2:after {
    bottom: 0.5rem;
    width: 73.5px;
    height: 18px;
  }
  .top-topics h2:after {
    bottom: -1.5rem;
    width: 130px;
    height: 42px;
  }
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
フッター
==================================*/
footer {
  /* バナーリンク */
  /* 会社情報 */
}

footer .in {
  position: relative;
}

footer .google-search {
  border: 3px solid #016fdd;
  border-radius: 10px 10px 0 0;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  bottom: 0;
  position: fixed;
  right: 100px;
  width: 280px;
  z-index: 10;
  background-color: #fff;
}

footer .google-search > h2.title {
  background: #016fdd;
  border-radius: 8px 8px 0 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin: -1px;
  text-align: center;
  font-size: 100%;
}

footer .google-search > h2.title a {
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 125%;
  padding: 10px 0;
  text-decoration: none;
  width: 100%;
  cursor: pointer;
}

footer .google-search > h2.title a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img_top/serach_icon.png) center no-repeat;
  background-size: contain;
  margin-right: 0.5rem;
}

footer .google-search > h2.title a:focus {
  opacity: 0.85;
  background-color: rgba(0, 0, 0, 0);
}

footer .google-search .keyword {
  background-color: #fff;
  display: none;
  padding-top: 25px;
}

footer .google-search .keyword .keyword-box {
  margin: 0 auto;
  width: 248px;
}

footer .google-search .keyword .keyword-box > form .inner {
  display: flex;
}

footer .google-search .keyword .keyword-box > form .inner label:first-child {
  flex-grow: 1;
}

footer .google-search .keyword .keyword-box > form .inner label .inputText {
  padding: 0 17px;
  height: 95%;
  border: none;
}

footer .google-search .keyword .title {
  font-weight: bold;
  font-size: 125%;
  margin-top: 30px;
  text-align: center;
}

footer .google-search .keyword .keyword-list {
  border: 1px solid #cccccc;
  display: flex;
  flex-wrap: wrap;
  margin: 8px 12px 24px 12px;
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 12px;
  padding-right: 30px;
}

footer .google-search .keyword .keyword-list li {
  margin-bottom: 10px;
  position: relative;
}

footer .google-search .keyword .keyword-list li:not(:last-child) {
  background: url(../img_common/pc_keyword_list.png) right 5px center no-repeat;
  padding-right: 14px;
}

footer .google-search .keyword .keyword-list li a {
  color: #000000;
  font-size: 90%;
}

footer .search-active .keyword {
  display: block;
}

footer .box {
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 90%;
}

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

footer #pagetop a:hover {
  opacity: 0.85;
}

footer .copyright {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  padding: 20px 0;
  color: #333;
  font-size: 80%;
  text-align: center;
  border-top: solid #d4d4d4 1px;
}

@media print, screen and (min-width: 769px) {
  footer .box {
    width: 1000px;
  }
  footer #pagetop {
    position: absolute;
    top: -20px;
    right: 20px;
  }
  footer #pagetop img {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 768px) {
  footer .box {
    padding: 30px 40px;
  }
  footer #pagetop {
    position: absolute;
    top: 1rem;
    right: 2rem;
  }
  footer #pagetop img {
    width: 80px;
    height: 80px;
  }
}

footer .footer-link-banners {
  background-color: #cdffff;
}

footer .footer-link-banners .link-banner-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  padding: 2rem 0 3rem;
}

footer .footer-link-banners .link-banner-list li {
  margin-top: 1rem;
}

footer .footer-link-banners .link-banner-list li:hover {
  opacity: 0.85;
}

footer .footer-link-banners .link-banner-list li img {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media print, screen and (min-width: 769px) {
  footer .footer-link-banners .link-banner-list {
    justify-content: center;
    width: 1000px;
  }
  footer .footer-link-banners .link-banner-list li {
    width: 25%;
    text-align: center;
  }
  footer .footer-link-banners .link-banner-list li img {
    width: 160px;
    height: 65px;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-link-banners .link-banner-list {
    justify-content: flex-start;
    max-width: 650px;
  }
  footer .footer-link-banners .link-banner-list li {
    text-align: center;
    width: 45%;
    margin: 0.5rem;
  }
  footer .footer-link-banners .link-banner-list li:nth-of-type(2n) {
    margin: 0.5rem 0.5rem 0.5rem 2.5rem;
  }
  footer .footer-link-banners .link-banner-list li img {
    width: 290px;
    height: 118px;
  }
}

footer .footer-address {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: sans-serif;
}

footer .footer-address .link:hover {
  opacity: 0.85;
}

footer .footer-address > div p span {
  margin-right: 1rem;
  white-space: nowrap;
}

@media print, screen and (min-width: 769px) {
  footer .footer-address {
    width: 1000px;
    flex-direction: row;
    margin: 2rem auto;
    padding: 0;
  }
  footer .footer-address h2 {
    margin: 0 5rem 0 0;
  }
  footer .footer-address h2 img {
    width: 218px;
    height: 59px;
  }
  footer .footer-address > div p span {
    display: inline;
    margin-right: 1rem;
    font-size: 100%;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-address {
    flex-direction: column;
    text-align: center;
    padding: 3rem 0 1.5rem;
  }
  footer .footer-address h2 {
    margin: 0 auto 1rem;
  }
  footer .footer-address h2 img {
    width: 383px;
    height: 100px;
  }
  footer .footer-address > div p span {
    display: block;
    margin-right: 1rem;
    line-height: 1.5;
    font-size: 95%;
  }
}
