@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 {
  position: relative;
  margin-top: 20px;
  background: #f2f9fc;
  color: #333;
  font-size: 140%;
  box-sizing: border-box;
  padding: 8px 15px 6px 60px;
  overflow: visible !important;
}

h2.head-title::before, .wysiwyg h2::before, .free-layout-area h2::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 5px;
  width: 37px;
  height: 59px;
  background: url(../img_sub/ttl_h2.png) no-repeat left center;
}

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

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

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

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  position: relative;
  margin-top: 20px;
  padding: 10px 0 10px 0;
  color: #333;
  font-size: 120%;
  box-sizing: border-box;
  overflow: visible !important;
}

h3.head-title::after, .wysiwyg h3::after, .free-layout-area h3::after, .smartcmsBbsBlock h3::after {
  content: "";
  position: absolute;
  top: 0;
  right: 5px;
  width: 52px;
  height: 55px;
  background: url(../img_sub/ttl_h3.png) no-repeat right center;
}

h3.head-title .bg, .wysiwyg h3 .bg, .free-layout-area h3 .bg, .smartcmsBbsBlock h3 .bg {
  display: block;
  border: 2px solid #c9e7f3;
  padding: 8px 70px 7px 15px;
}

h4, .wysiwyg h4, .free-layout-area h4 {
  position: relative;
  margin-top: 20px;
  border-bottom: 2px solid #c9e7f3;
  display: block;
  line-height: 1.2;
  font-size: 110%;
  padding: 5px 15px 10px 35px;
}

h4::before, .wysiwyg h4::before, .free-layout-area h4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 30px;
  background: url(../img_sub/ttl_h4.png) no-repeat left center;
}

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

h5::before, .wysiwyg h5::before, .free-layout-area h5::before {
  content: "";
  margin-right: 10px;
  width: 4px;
  height: 14px;
  display: inline-block;
  background: #c9e7f3;
}

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

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

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

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

.wysiwyg ul {
  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 #c0c0c0;
  margin-top: 10px;
}

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

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

.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: #c9e7f3;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.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 #ccc !important;
}

@media print, screen and (min-width: 769px) {
  .gsc-input-box {
    border-radius: 0 !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: 26px;
  }
}

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

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

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

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

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

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

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

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

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

.hide {
  display: none;
}

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

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

#smartphone .wrap {
  align-items: center;
  background-color: #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;
}

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

/*==================================
header（PC）
==================================*/
@media print, screen and (min-width: 769px) {
  body {
    min-width: 1040px;
  }
  .to-container a {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    margin-top: -9999px;
    color: #333;
    font-size: 97%;
  }
  .to-container a:focus {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  #header {
    /* .header-subnav-area */
    /* end-.header-subnav-area */
  }
  #header .header-wrap {
    width: 100%;
    background: #e0f1f8;
  }
  #header #header-logo {
    margin-top: 20px;
  }
  #header #header-logo a:focus {
    background: transparent;
  }
  #header .header-subnav-area {
    width: 100%;
    max-width: 1600px;
    height: 80px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
  }
  #header .header-subnav-area .box {
    padding: 20px 0 0;
    box-sizing: border-box;
  }
  #header .header-subnav-area .box .unit, #header .header-subnav-area .box .unit2, #header .header-subnav-area .box #header-size, #header .header-subnav-area .box #header-color {
    display: table;
    float: left;
    height: 27px;
  }
  #header .header-subnav-area .box .unit li, #header .header-subnav-area .box .unit dt, #header .header-subnav-area .box .unit dd, #header .header-subnav-area .box .unit2 li, #header .header-subnav-area .box .unit2 dt, #header .header-subnav-area .box .unit2 dd, #header .header-subnav-area .box #header-size li, #header .header-subnav-area .box #header-size dt, #header .header-subnav-area .box #header-size dd, #header .header-subnav-area .box #header-color li, #header .header-subnav-area .box #header-color dt, #header .header-subnav-area .box #header-color dd {
    display: table-cell;
    font-size: 90%;
  }
  #header .header-subnav-area .box .unit li img, #header .header-subnav-area .box .unit dt img, #header .header-subnav-area .box .unit dd img, #header .header-subnav-area .box .unit2 li img, #header .header-subnav-area .box .unit2 dt img, #header .header-subnav-area .box .unit2 dd img, #header .header-subnav-area .box #header-size li img, #header .header-subnav-area .box #header-size dt img, #header .header-subnav-area .box #header-size dd img, #header .header-subnav-area .box #header-color li img, #header .header-subnav-area .box #header-color dt img, #header .header-subnav-area .box #header-color dd img {
    vertical-align: middle;
  }
  #header .header-subnav-area .box #header-size .title, #header .header-subnav-area .box #header-color .title {
    padding-right: 7px;
    font-weight: bold;
    vertical-align: middle;
  }
  #header .header-subnav-area .box #header-size .title span, #header .header-subnav-area .box #header-color .title span {
    display: block;
    padding-top: 2px;
  }
  #header .header-subnav-area .box #header-size dd img, #header .header-subnav-area .box #header-color dd img {
    margin-right: 5px;
    cursor: pointer;
  }
  #header .header-subnav-area .box .unit, #header .header-subnav-area .box #header-size, #header .header-subnav-area .box #header-color {
    padding-left: 10px;
  }
  #header .header-subnav-area .box .unit2 .list {
    display: flex;
    align-items: center;
  }
  #header .header-subnav-area .box .unit2 li {
    padding-left: 10px;
  }
  #header .header-subnav-area .box .unit2 li .gsc-control-searchbox-only {
    width: 250px;
  }
  #header .header-subnav-area .box .unit2 .icon {
    margin-right: 8px;
  }
  .area-header-nav .btn-header-nav,
  .area-header-nav .btn-header-nav-close {
    position: fixed;
    top: 20px;
    right: 20px;
    border: 0;
    width: 62px;
    height: 62px;
    text-indent: -500px;
    overflow: hidden;
    white-space: nowrap;
  }
  .area-header-nav .btn-header-nav {
    display: none;
    background: url(../img_common/menu_btn_menu.png) no-repeat;
    background-size: contain;
    z-index: 60;
  }
  .area-header-nav .btn-header-nav.is-active {
    display: none !important;
  }
  .area-header-nav .btn-header-nav:hover {
    background: url(../img_common/menu_btn_menu_hover.png) no-repeat;
    background-size: contain;
  }
  .area-header-nav .btn-header-nav-close {
    background: url(../img_common/menu_btn_close.png) no-repeat;
    background-size: contain;
    z-index: 65;
  }
  .area-header-nav .box-header-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 60;
    width: 100%;
    height: 1px;
    background: #e0f1f8;
    visibility: hidden;
    opacity: 0;
    overflow-y: auto;
    transition: linear .2s opacity;
  }
  .area-header-nav .box-header-nav.is-active {
    height: 100%;
    visibility: visible;
    opacity: 1;
  }
  .area-header-nav .header-nav-search {
    margin: 95px auto 0;
    width: 1000px;
    display: flex;
    justify-content: space-between;
  }
  .area-header-nav .header-nav-search .search-ttl {
    font-size: 97%;
    font-weight: normal;
  }
  .area-header-nav .header-nav-search .search-input {
    margin-top: 5px;
    width: 550px;
  }
  .area-header-nav .header-nav-search .search-input .gsc-input {
    height: 38px;
  }
  .area-header-nav .header-nav-search .search-input td.gsc-search-button {
    height: 38px;
  }
  .area-header-nav .header-nav-search .search-input td.gsc-search-button .gsc-search-button {
    width: 64px !important;
  }
  .area-header-nav .header-nav-search .search-id {
    display: flex;
    width: 400px;
  }
  .area-header-nav .header-nav-search .search-id .input-id {
    border: 1px solid #e6e6e6;
    border-right: 0;
    width: 335px;
    height: 40px;
    font-size: 120%;
  }
  .area-header-nav .header-nav-search .search-id .btn-search {
    padding: 0;
    border: 0;
    background: transparent;
  }
  .area-header-nav .header-nav-search .search-id .btn-search img {
    width: 64px;
    height: 40px;
  }
  .area-header-nav .header-nav {
    margin: 30px auto 0;
    width: 1000px;
    height: 440px;
  }
  .area-header-nav .header-nav .list {
    position: relative;
    width: 1000px;
    display: flex;
  }
  .area-header-nav .header-nav .list .nav {
    flex: 1;
  }
  .area-header-nav .header-nav .list .nav > a {
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    font-size: 111%;
    font-weight: bold;
    text-align: center;
  }
  .area-header-nav .header-nav .list .nav .inner-list {
    position: absolute;
    top: 60px;
    left: 0;
    padding: 25px 50px;
    width: 100%;
    height: 380px;
    display: none;
    background: #fff;
    box-sizing: border-box;
    overflow-y: auto;
  }
  .area-header-nav .header-nav .list .nav .inner-list > li {
    width: 295px;
    display: inline-block;
  }
  .area-header-nav .header-nav .list .nav .inner-list > li:nth-child(n + 3) {
    margin-top: 10px;
  }
  .area-header-nav .header-nav .list .nav .inner-list > li a {
    position: relative;
    padding-left: 12px;
    font-size: 97%;
    color: #333;
    text-align: left;
  }
  .area-header-nav .header-nav .list .nav .inner-list > li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
    width: 6px;
    height: 8px;
    background: url(../img_common/arrow_menu.png);
  }
  .area-header-nav .header-nav .list .nav.is-active > a {
    background: #fff;
    text-decoration: none;
  }
  .area-header-nav .header-nav .list .nav.is-active .inner-list {
    display: block;
  }
  .area-header-nav .bnr-box {
    margin-bottom: 100px;
  }
  .area-header-nav .bnr-box .list {
    margin: 30px auto 0;
    width: 1000px;
    display: flex;
    justify-content: space-between;
  }
  .area-header-nav .bnr-box .list img {
    width: 480px;
    height: 120px;
  }
}

/*==================================
header（SP）
==================================*/
@media screen and (max-width: 768px) {
  body.is-sp-modal-open {
    position: fixed;
    left: 0;
  }
  #sp-header .box {
    display: block;
    margin: 0 10px 5% !important;
    background: #e0f1f8;
    /* .sp-header-logo */
    /* end-.sp-header-logo */
    /* .sp-header-logo */
    /* end-.sp-header-logo */
  }
  #sp-header .box .sp-header-logo {
    width: 532px;
    padding: 20px;
  }
  #sp-header .box .sp-header-logo img {
    max-width: 100%;
  }
  #sp-header .box #sp-header-nav {
    position: absolute;
    right: 10px;
    top: 0;
    width: 40%;
    padding: 0;
    background: none;
  }
  #sp-header .box #sp-header-nav .list {
    display: none;
  }
  #sp-header .box #sp-header-nav .menu-btn-area {
    margin: 10px 0;
  }
  #sp-header .box #sp-header-nav .menu-btn-area img {
    max-width: 100%;
  }
  #sp-header .box #sp-header-nav .menu-btn-area p {
    margin-left: 10px;
    width: 46%;
  }
  #sp-header .box #sp-header-nav .menu-btn-area .menu-btn-search {
    position: absolute;
    left: 0;
  }
  #sp-header .box #sp-header-nav .menu-btn-area .menu-btn-menu {
    position: absolute;
    right: 0;
  }
  #sp-header .area-header-nav .btn-header-nav,
  #sp-header .area-header-nav .btn-header-nav-close {
    position: fixed;
    top: 20px;
    right: 20px;
    border: 0;
    width: 112px;
    height: 112px;
    text-indent: -500px;
    overflow: hidden;
    white-space: nowrap;
  }
  #sp-header .area-header-nav .btn-header-nav {
    display: none;
    background: url(../img_common/menu_btn_menu.png) no-repeat;
    background-size: contain;
    z-index: 60;
  }
  #sp-header .area-header-nav .btn-header-nav.is-active {
    display: none !important;
  }
  #sp-header .area-header-nav .btn-header-nav-close {
    background: url(../img_common/menu_btn_close.png) no-repeat;
    background-size: contain;
    z-index: 65;
  }
  #sp-header .area-header-nav .box-header-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 59;
    padding-top: 5px;
    width: 100%;
    height: 1px;
    background: #e0f1f8;
    visibility: hidden;
    opacity: 0;
    overflow-y: auto;
    transition: linear .2s opacity;
  }
  #sp-header .area-header-nav .box-header-nav.is-active {
    height: 100vh;
    visibility: visible;
    opacity: 1;
  }
  #sp-header .area-header-nav .header-nav-search {
    margin: 40px auto 0;
    padding: 0 20px;
    width: calc(100% - 40px);
    display: flex;
    flex-direction: column;
  }
  #sp-header .area-header-nav .header-nav-search li {
    margin-bottom: 20px;
  }
  #sp-header .area-header-nav .header-nav-search .search-ttl {
    font-size: 97%;
    font-weight: normal;
  }
  #sp-header .area-header-nav .header-nav-search .search-input {
    margin-top: 5px;
  }
  #sp-header .area-header-nav .header-nav-search .search-id {
    display: flex;
  }
  #sp-header .area-header-nav .header-nav-search .search-id .input-id {
    -webkit-appearance: none;
    border: 1px solid #e6e6e6;
    border-right: 0;
    border-radius: 0;
    width: 600px;
    height: 70px;
    font-size: 120%;
  }
  #sp-header .area-header-nav .header-nav-search .search-id .btn-search {
    padding: 0;
    border: 0;
    background: transparent;
  }
  #sp-header .area-header-nav .header-nav-search .search-id .btn-search img {
    width: 110px;
    height: 70px;
  }
  #sp-header .area-header-nav .header-nav {
    margin: 30px auto 0;
    width: 100%;
  }
  #sp-header .area-header-nav .header-nav .list {
    position: relative;
    margin: 0 auto;
    border-bottom: 5px solid #c9e7f3;
    width: calc(100% - 40px);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }
  #sp-header .area-header-nav .header-nav .list .nav {
    width: 100%;
  }
  #sp-header .area-header-nav .header-nav .list .nav .btn-nav-open {
    position: relative;
    padding: 0 60px 0 20px;
    border: 5px solid #c9e7f3;
    border-bottom: 0;
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    background: #fff;
    font-size: 111%;
    font-weight: bold;
    box-sizing: border-box;
  }
  #sp-header .area-header-nav .header-nav .list .nav .btn-nav-open::after {
    content: "";
    position: absolute;
    right: 30px;
    width: 40px;
    height: 40px;
    background: url(../img_common/icon_sp_menu_plus.png) no-repeat;
  }
  #sp-header .area-header-nav .header-nav .list .nav .btn-nav-open.on::after {
    top: 52px;
    background: url(../img_common/icon_sp_menu_minus.png) no-repeat;
  }
  #sp-header .area-header-nav .header-nav .list .nav .inner-list {
    display: flex;
    flex-direction: column;
  }
  #sp-header .area-header-nav .header-nav .list .nav .inner-list > li a {
    position: relative;
    padding: 0 60px 0 20px;
    border: 5px solid #c9e7f3;
    border-bottom: 0;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    color: #333;
    background: #f3fbfe;
    font-weight: bold;
    box-sizing: border-box;
    text-decoration: none;
  }
  #sp-header .area-header-nav .header-nav .list .nav .inner-list > li a::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -16px;
    width: 16px;
    height: 33px;
    background: url(../img_common/icon_sp_menu_arrow.png);
  }
  #sp-header .area-header-nav .header-nav .list .nav.is-active > a {
    background: #fff;
    text-decoration: none;
  }
  #sp-header .area-header-nav .header-nav .list .nav.is-active .inner-list {
    display: block;
  }
  #sp-header .area-header-nav .bnr-box .list {
    margin: 30px auto 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #sp-header .area-header-nav .bnr-box .list li {
    margin-bottom: 20px;
  }
  #sp-header .area-header-nav .bnr-box .list img {
    width: 710px;
    height: 178px;
  }
  #sp-header .area-header-nav .link-box {
    margin: 40px 0;
  }
  #sp-header .area-header-nav .link-box .list li {
    margin-top: 20px;
  }
  #sp-header .area-header-nav .link-box .list a {
    position: relative;
    margin: 0 auto;
    border: 5px solid #234893;
    width: 600px;
    height: 114px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    background: #fff;
    text-decoration: none;
    font-size: 100%;
  }
  #sp-header .area-header-nav .link-box .list a::after {
    content: "";
    position: absolute;
    bottom: 7px;
    right: 10px;
    width: 43px;
    height: 17px;
    background: url(../img_common/arrow_sp_menu.png) no-repeat;
  }
  #sp-header .area-header-nav .link-box .list a .icon {
    margin-right: 4px;
  }
  #sp-header .area-header-nav .btn-header-nav-close-bottom {
    margin-bottom: 140px;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #234893;
    font-size: 100%;
  }
  #sp-header .area-header-nav .btn-header-nav-close-bottom .icon {
    margin-right: 8px;
  }
}

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

@media print, screen and (min-width: 769px) {
  body {
    min-width: auto;
  }
}

@media screen and (max-width: 768px) {
  #sp-header .box {
    margin: 0 !important;
    height: 110px;
    display: flex;
    align-items: center;
  }
  #container {
    margin: 0;
    padding: 0 20px;
    background: url(../img_top/sp_bg.png) repeat-y;
  }
}

.area-main-visual {
  position: relative;
  margin: 20px auto 0;
  padding: 0 30px;
  width: 100%;
  max-width: 1600px;
  box-sizing: border-box;
}

.area-main-visual::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 15;
  width: 138px;
  height: 121px;
  background: url(../img_top/mv_hovercloud.png);
}

.area-main-visual .area-main-visual-inner {
  display: flex;
}

.area-main-visual .box-main-visual {
  flex: 1;
  width: calc(100% - 310px);
  max-width: 1270px;
  height: 550px;
}

.area-main-visual .box-main-visual .item a {
  display: block;
}

.area-main-visual .box-main-visual .item a:hover {
  opacity: .85;
}

.area-main-visual .box-main-visual .item a:focus {
  outline: 2px solid #000;
  outline-offset: -2px;
}

.area-main-visual .box-main-visual .item img {
  width: 100% !important;
  height: 550px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.area-main-visual .box-top-menu {
  margin-top: -100px;
  margin-left: -15px;
  padding-top: 70px;
  width: 305px;
  height: 635px;
  background: url(../img_top/menu_bg.png) no-repeat;
}

.area-main-visual .box-top-menu .list {
  position: relative;
}

.area-main-visual .box-top-menu .list .item {
  position: absolute;
}

.area-main-visual .box-top-menu .list .item a {
  display: flex;
  text-decoration: none;
}

.area-main-visual .box-top-menu .list .item .in {
  width: 112px;
  height: 112px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-size: 111%;
  text-align: center;
  overflow: hidden;
  text-indent: -500px;
  white-space: nowrap;
}

.area-main-visual .box-top-menu .list .item1 {
  top: 0;
  left: 32px;
}

.area-main-visual .box-top-menu .list .item1 .in {
  background: url(../img_top/mv_menu_1.png) no-repeat center center !important;
}

.area-main-visual .box-top-menu .list .item1 a:hover .in {
  background: url(../img_top/mv_menu_1_hover.png) no-repeat center center !important;
}

.area-main-visual .box-top-menu .list .item2 {
  top: 65px;
  left: 190px;
}

.area-main-visual .box-top-menu .list .item2 .in {
  background: url(../img_top/mv_menu_2.png) no-repeat center center !important;
}

.area-main-visual .box-top-menu .list .item2 a:hover .in {
  background: url(../img_top/mv_menu_2_hover.png) no-repeat center center !important;
}

.area-main-visual .box-top-menu .list .item3 {
  top: 185px;
  left: 75px;
}

.area-main-visual .box-top-menu .list .item3 .in {
  background: url(../img_top/mv_menu_3.png) no-repeat center center !important;
}

.area-main-visual .box-top-menu .list .item3 a:hover .in {
  background: url(../img_top/mv_menu_3_hover.png) no-repeat center center !important;
}

.area-main-visual .box-top-menu .list .item4 {
  top: 280px;
  left: 165px;
}

.area-main-visual .box-top-menu .list .item4 .in {
  background: url(../img_top/mv_menu_4.png) no-repeat center center !important;
}

.area-main-visual .box-top-menu .list .item4 a:hover .in {
  background: url(../img_top/mv_menu_4_hover.png) no-repeat center center !important;
}

.area-main-visual .box-top-menu .list .item5 {
  top: 400px;
  left: 60px;
}

.area-main-visual .box-top-menu .list .item5 .in {
  background: url(../img_top/mv_menu_5.png) no-repeat center center !important;
}

.area-main-visual .box-top-menu .list .item5 a:hover .in {
  background: url(../img_top/mv_menu_5_hover.png) no-repeat center center !important;
}

.area-main-visual .box-top-menu .list .item6 {
  top: 510px;
  left: 135px;
}

.area-main-visual .box-top-menu .list .item6 .in {
  background: url(../img_top/mv_menu_6.png) no-repeat center center !important;
}

.area-main-visual .box-top-menu .list .item6 a:hover .in {
  background: url(../img_top/mv_menu_6_hover.png) no-repeat center center !important;
}

.area-main-visual .box-main-visual {
  position: relative;
}

.area-main-visual .box-main-visual .bx-controls .bx-pager-list {
  position: absolute;
  bottom: 10px;
  right: 40px;
  display: flex;
  z-index: 60;
}

.area-main-visual .box-main-visual .bx-controls .bx-pager-link {
  margin-left: 4px;
  padding: 0;
  border: 0;
  width: 12px;
  height: 12px;
  display: block;
  background-color: transparent;
  background-image: url(../img_top/slider_dot.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: -200px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

.area-main-visual .box-main-visual .bx-controls .bx-pager-link.active {
  background-image: url(../img_top/slider_dot_active.png);
}

.area-main-visual .box-main-visual .bx-controls .bx-pager-link:hover {
  background-image: url(../img_top/slider_dot_hover.png);
}

.area-main-visual .box-main-visual .bx-controls .bx-pager-link:hover.active {
  background-image: url(../img_top/slider_dot_active_hover.png);
}

.area-main-visual .box-main-visual .bx-controls-auto {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 60;
}

.area-main-visual .box-main-visual .bx-controls-auto .bx-start {
  border: 0;
  width: 22px;
  height: 22px;
  display: block;
  background-color: transparent;
  background-image: url(../img_top/slider_start.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: 300%;
  white-space: nowrap;
  overflow: hidden;
}

.area-main-visual .box-main-visual .bx-controls-auto .bx-start:hover {
  background-image: url(../img_top/slider_start_hover.png);
}

.area-main-visual .box-main-visual .bx-controls-auto .bx-start.active {
  display: none;
}

.area-main-visual .box-main-visual .bx-controls-auto .bx-stop {
  border: 0;
  width: 22px;
  height: 22px;
  display: block;
  background-color: transparent;
  background-image: url(../img_top/slider_stop.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: 300%;
  white-space: nowrap;
  overflow: hidden;
}

.area-main-visual .box-main-visual .bx-controls-auto .bx-stop:hover {
  background-image: url(../img_top/slider_stop_hover.png);
}

.area-main-visual .box-main-visual .bx-controls-auto .bx-stop.active {
  display: none;
}

@media screen and (max-width: 768px) {
  .area-main-visual {
    margin-top: 0;
    padding-bottom: 30px;
    max-width: none;
    background: #e0f1f8;
  }
  .area-main-visual::before {
    top: 20px;
    width: 181px;
    height: 123px;
    background: url(../img_top/sp_mv_hovercloud.png) no-repeat;
  }
  .area-main-visual .box-main-visual {
    width: 100%;
    max-width: none;
    height: 480px;
  }
  .area-main-visual .box-main-visual .item img {
    width: 100% !important;
    height: 480px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  .area-main-visual .box-main-visual .bx-controls-auto .bx-stop {
    width: 62px;
    height: 62px;
  }
  .area-main-visual .box-main-visual .bx-controls .bx-pager-list {
    right: 80px;
  }
  .area-main-visual .box-main-visual .bx-controls .bx-pager-link {
    width: 16px;
    height: 16px;
  }
}

#wrapper-in2 {
  background: url(../img_top/bg.png) repeat-y center top 700px;
}

.main {
  padding-top: 70px;
}

.area-notice {
  margin: 0 auto;
  width: 1000px;
}

.area-notice .box-kinkyu {
  display: flex;
  flex-direction: column;
}

.area-notice .box-kinkyu .box-kinkyu-head {
  padding: 0 20px;
  min-height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #dc331d;
}

.area-notice .box-kinkyu .box-kinkyu-head .ttl-kinkyu {
  color: #fff;
  font-weight: bold;
  font-size: 167%;
}

.area-notice .box-kinkyu .box-kinkyu-head a {
  display: flex;
  text-decoration: none;
}

.area-notice .box-kinkyu .box-kinkyu-head a:hover {
  text-decoration: underline;
}

.area-notice .box-kinkyu .box-kinkyu-head .in {
  position: relative;
  padding: 0 40px 0 30px;
  border-radius: 17px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  background: #fff;
  color: #a01200;
}

.area-notice .box-kinkyu .box-kinkyu-head .in::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  width: 4px;
  height: 8px;
  background: url(../img_top/arrow_kinkyu.png) no-repeat;
  background-size: contain;
}

.area-notice .box-kinkyu .box-kinkyu-body {
  border: 4px solid #dc331d;
  border-top: 0;
}

.area-notice .box-kinkyu .box-kinkyu-body .list {
  padding: 20px;
  height: 80px;
  box-sizing: border-box;
  overflow-y: auto;
}

.area-notice .box-kinkyu .box-kinkyu-body .list .item:not(:first-child) {
  margin-top: 20px;
}

.area-notice .box-kinkyu .box-kinkyu-body .list .item a {
  color: #333;
  text-decoration: none;
}

.area-notice .box-kinkyu .box-kinkyu-body .list .item a:hover {
  text-decoration: underline;
}

.area-notice .box-kinkyu .box-kinkyu-body .list .item .item-ttl {
  font-size: 97%;
  font-weight: normal;
}

.area-notice .box-kinkyu .box-kinkyu-body .list .item .item-txt {
  font-size: 111%;
}

.area-notice .box-notice {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}

.area-notice .box-notice .box-notice-head {
  padding: 0 20px;
  min-height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f58f82;
}

.area-notice .box-notice .box-notice-head .ttl-notice {
  color: #333;
  font-weight: bold;
  font-size: 167%;
}

.area-notice .box-notice .box-notice-head a {
  display: flex;
  text-decoration: none;
}

.area-notice .box-notice .box-notice-head a:hover {
  text-decoration: underline;
}

.area-notice .box-notice .box-notice-head .in {
  position: relative;
  padding: 0 40px 0 30px;
  border-radius: 17px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  background: #fff;
  color: #333;
}

.area-notice .box-notice .box-notice-head .in::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  width: 4px;
  height: 8px;
  background: url(../img_top/arrow_notice.png) no-repeat;
  background-size: contain;
}

.area-notice .box-notice .box-notice-body {
  border: 4px solid #f58f82;
  border-top: 0;
}

.area-notice .box-notice .box-notice-body .list {
  padding: 20px;
  height: 80px;
  box-sizing: border-box;
  overflow-y: auto;
}

.area-notice .box-notice .box-notice-body .list .item:not(:first-child) {
  margin-top: 20px;
}

.area-notice .box-notice .box-notice-body .list .item a {
  color: #333;
  text-decoration: none;
}

.area-notice .box-notice .box-notice-body .list .item a:hover {
  text-decoration: underline;
}

.area-notice .box-notice .box-notice-body .list .item .item-ttl {
  font-size: 97%;
  font-weight: normal;
}

.area-notice .box-notice .box-notice-body .list .item .item-txt {
  font-size: 111%;
}

@media screen and (max-width: 768px) {
  .main {
    padding-top: 30px;
  }
  .area-notice {
    width: 100%;
  }
  .area-notice .box-kinkyu .box-kinkyu-head {
    min-height: 100px;
  }
  .area-notice .box-kinkyu .box-kinkyu-head .ttl-kinkyu {
    font-size: 125%;
  }
  .area-notice .box-kinkyu .box-kinkyu-head .in {
    width: 228px;
    min-height: 62px;
    border-radius: 32px;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
  }
  .area-notice .box-kinkyu .box-kinkyu-head .in::after {
    margin-top: -8px;
    width: 8px;
    height: 16px;
  }
  .area-notice .box-kinkyu .box-kinkyu-body {
    border: 5px solid #dc331d;
  }
  .area-notice .box-kinkyu .box-kinkyu-body .list {
    height: 220px;
  }
  .area-notice .box-kinkyu .box-kinkyu-body .list .item .item-ttl {
    font-size: 83%;
  }
  .area-notice .box-kinkyu .box-kinkyu-body .list .item .item-txt {
    margin-top: 4px;
    font-size: 97%;
  }
  .area-notice .box-notice .box-notice-head {
    min-height: 100px;
  }
  .area-notice .box-notice .box-notice-head .ttl-notice {
    font-size: 125%;
  }
  .area-notice .box-notice .box-notice-head .in {
    width: 228px;
    min-height: 62px;
    border-radius: 32px;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
  }
  .area-notice .box-notice .box-notice-head .in::after {
    margin-top: -8px;
    width: 8px;
    height: 16px;
  }
  .area-notice .box-notice .box-notice-body {
    border: 5px solid #f58f82;
  }
  .area-notice .box-notice .box-notice-body .list {
    height: 220px;
  }
  .area-notice .box-notice .box-notice-body .list .item .item-ttl {
    font-size: 83%;
  }
  .area-notice .box-notice .box-notice-body .list .item .item-txt {
    margin-top: 4px;
    font-size: 97%;
  }
}

.ttl-emergency {
  padding-bottom: 15px;
  background: url(../img_top/ttl_bg_emergency.png) no-repeat left bottom;
  background-size: 280px 55px;
  font-size: 250%;
}

@media screen and (max-width: 768px) {
  .ttl-emergency {
    background-size: auto;
    font-size: 167%;
  }
}

.area-emergency {
  margin: 70px auto 0;
  width: 1000px;
}

.area-emergency .list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.area-emergency .list li:not(:nth-child(4n)) {
  margin-right: 20.5px;
}

.area-emergency .list li:nth-child(n + 5) {
  margin-top: 16px;
}

.area-emergency .list .in {
  display: flex;
}

.area-emergency .list a {
  position: relative;
  outline: 3px solid #f58f82;
  width: 234px;
  min-height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  text-decoration: none;
  box-sizing: border-box;
  background: #fff;
  font-size: 125%;
}

.area-emergency .list a::after {
  content: "";
  position: absolute;
  bottom: 7px;
  right: 10px;
  width: 43px;
  height: 17px;
  background: url(../img_top/arrow_emergency.png) no-repeat;
}

.area-emergency .list a:hover, .area-emergency .list a:focus {
  outline: 4px solid #f58f82;
}

@media screen and (max-width: 768px) {
  .area-emergency {
    width: 100%;
  }
  .area-emergency .list {
    margin: 20px auto;
    width: 710px;
  }
  .area-emergency .list li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .area-emergency .list li:not(:nth-child(2n)) {
    margin-right: 22px;
  }
  .area-emergency .list li:nth-child(n + 3) {
    margin-top: 22px;
  }
  .area-emergency .list a {
    border: 5px solid #f58f82;
    width: 344px;
    height: 114px;
    outline: none;
  }
}

.ttl-normal {
  padding-bottom: 15px;
  background: url(../img_top/ttl_bg.png) no-repeat left bottom;
  background-size: 280px 55px;
  font-size: 250%;
}

@media screen and (max-width: 768px) {
  .ttl-normal {
    background-size: auto;
    font-size: 167%;
  }
}

.area-lifescene {
  page-break-before: always;
  margin: 70px auto 0;
  width: 1000px;
}

.area-lifescene .ttl-normal {
  background-position: right bottom;
  text-align: right;
}

.area-lifescene .list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.area-lifescene .list li:not(:nth-child(6n)) {
  margin-right: 19.5px;
}

.area-lifescene .list li:nth-child(n + 7) {
  margin-top: 20px;
}

.area-lifescene .list a {
  display: flex;
  color: #333;
  text-decoration: none;
}

.area-lifescene .list a:hover .in, .area-lifescene .list a:focus .in {
  outline: 4px solid #539ebd;
}

.area-lifescene .list .in {
  outline: 3px solid #c9e7f3;
  width: 150px;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  background: #fff;
}

.area-lifescene .list .txt {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 55px;
  font-size: 125%;
}

.area-lifescene .list .item1 img {
  width: 71px;
  height: 62px;
}

.area-lifescene .list .item2 img {
  width: 36px;
  height: 74px;
}

.area-lifescene .list .item3 img {
  width: 65px;
  height: 69px;
}

.area-lifescene .list .item4 img {
  width: 65px;
  height: 44px;
}

.area-lifescene .list .item4 .txt {
  margin-top: 10px;
}

.area-lifescene .list .item5 img {
  width: 32px;
  height: 66px;
}

.area-lifescene .list .item6 img {
  width: 55px;
  height: 57px;
}

.area-lifescene .list .item6 .txt {
  margin-top: 5px;
}

.area-lifescene .list .item7 img {
  width: 54px;
  height: 64px;
}

.area-lifescene .list .item8 img {
  width: 75px;
  height: 66px;
}

.area-lifescene .list .item9 img {
  width: 83px;
  height: 63px;
}

.area-lifescene .list .item10 img {
  width: 56px;
  height: 57px;
}

.area-lifescene .list .item11 img {
  width: 62px;
  height: 63px;
}

.area-lifescene .list .item12 img {
  width: 52px;
  height: 59px;
}

@media screen and (max-width: 768px) {
  .area-lifescene {
    width: 100%;
  }
  .area-lifescene .list li:not(:nth-child(6n)) {
    margin-right: 0;
  }
  .area-lifescene .list li:not(:nth-child(3n)) {
    margin-right: 15px;
  }
  .area-lifescene .list li:nth-child(n + 4) {
    margin-top: 16px;
  }
  .area-lifescene .list .in {
    border: 5px solid #c9e7f3;
    width: 216px;
    height: 216px;
    outline: none;
  }
  .area-lifescene .list .txt {
    min-height: 85px;
    font-size: 97%;
  }
  .area-lifescene .list .item1 img {
    width: 102px;
    height: 89px;
  }
  .area-lifescene .list .item2 img {
    width: 51px;
    height: 106px;
  }
  .area-lifescene .list .item3 img {
    width: 93px;
    height: 99px;
  }
  .area-lifescene .list .item4 img {
    width: 93px;
    height: 63px;
  }
  .area-lifescene .list .item4 .txt {
    margin-top: 10px;
  }
  .area-lifescene .list .item5 img {
    width: 47px;
    height: 95px;
  }
  .area-lifescene .list .item6 img {
    width: 79px;
    height: 82px;
  }
  .area-lifescene .list .item6 .txt {
    margin-top: 5px;
  }
  .area-lifescene .list .item7 img {
    width: 79px;
    height: 93px;
  }
  .area-lifescene .list .item8 img {
    width: 109px;
    height: 95px;
  }
  .area-lifescene .list .item9 img {
    width: 116px;
    height: 89px;
  }
  .area-lifescene .list .item10 img {
    width: 80px;
    height: 82px;
  }
  .area-lifescene .list .item11 img {
    width: 88px;
    height: 90px;
  }
  .area-lifescene .list .item12 img {
    width: 75px;
    height: 85px;
  }
}

.area-service {
  margin: 70px auto 0;
  width: 1000px;
}

.area-service .list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.area-service .list li:not(:nth-child(4n)) {
  margin-right: 20.5px;
}

.area-service .list li:nth-child(n + 5) {
  margin-top: 16px;
}

.area-service .list .in {
  display: flex;
}

.area-service .list a {
  position: relative;
  outline: 3px solid #c9e7f3;
  width: 234px;
  min-height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  text-decoration: none;
  box-sizing: border-box;
  background: #fff;
  font-size: 125%;
}

.area-service .list a::after {
  content: "";
  position: absolute;
  bottom: 7px;
  right: 10px;
  width: 43px;
  height: 17px;
  background: url(../img_top/arrow_service.png) no-repeat;
}

.area-service .list a:hover, .area-service .list a:focus {
  outline: 4px solid #539ebd;
}

@media screen and (max-width: 768px) {
  .area-service {
    width: 100%;
  }
  .area-service .list {
    margin: 20px auto;
    width: 710px;
  }
  .area-service .list li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .area-service .list li:not(:nth-child(2n)) {
    margin-right: 22px;
  }
  .area-service .list li:nth-child(n + 3) {
    margin-top: 22px;
  }
  .area-service .list a {
    border: 5px solid #c9e7f3;
    width: 344px;
    height: 114px;
    outline: none;
  }
}

.area-pickup {
  margin: 70px auto 0;
  width: 1000px;
}

.area-pickup .ttl-normal {
  background-position: right bottom;
  text-align: right;
}

.area-pickup .pickup-slider {
  margin-top: 20px;
}

.area-pickup .list .item {
  position: relative;
  display: flex;
}

.area-pickup .list .item a {
  display: flex;
}

.area-pickup .list .item a:hover {
  opacity: .85;
}

.area-pickup .list .item a:focus {
  outline: 2px solid #000;
  outline-offset: -2px;
}

.area-pickup .list .item img {
  width: 230px;
  height: 230px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.area-pickup .list .pickup-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  font-size: 125%;
}

.area-pickup .pickup-slider {
  position: relative;
  margin-top: 40px;
}

.area-pickup .pickup-slider .bx-controls {
  margin: 15px auto 0;
  width: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.area-pickup .pickup-slider .bx-controls .bx-pager-list {
  display: flex;
}

.area-pickup .pickup-slider .bx-controls .bx-pager-link {
  margin-left: 4px;
  padding: 0;
  border: 0;
  width: 12px;
  height: 12px;
  display: block;
  background-color: transparent;
  background-image: url(../img_top/pickup_slider_dot.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: -500px;
  white-space: nowrap;
  overflow: hidden;
}

.area-pickup .pickup-slider .bx-controls .bx-pager-link.active {
  background-image: url(../img_top/pickup_slider_dot_active.png);
}

.area-pickup .pickup-slider .bx-controls .bx-pager-link:hover {
  background-image: url(../img_top/pickup_slider_dot_hover.png);
}

.area-pickup .pickup-slider .bx-controls .bx-pager-link:hover.active {
  background-image: url(../img_top/pickup_slider_dot_active_hover.png);
}

.area-pickup .pickup-slider .bx-controls-direction {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -500px;
  width: 1000px;
}

.area-pickup .pickup-slider .bx-controls-direction .bx-prev,
.area-pickup .pickup-slider .bx-controls-direction .bx-next {
  position: absolute;
  top: 92px;
  border: 0;
  width: 50px;
  height: 50px;
  display: block;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: 300%;
  white-space: nowrap;
  overflow: hidden;
}

.area-pickup .pickup-slider .bx-controls-direction .bx-prev {
  left: -25px;
  background-image: url(../img_top/pickup_slider_back.png);
}

.area-pickup .pickup-slider .bx-controls-direction .bx-prev:hover {
  background-image: url(../img_top/pickup_slider_back_hover.png);
}

.area-pickup .pickup-slider .bx-controls-direction .bx-next {
  right: -25px;
  background-image: url(../img_top/pickup_slider_next.png);
}

.area-pickup .pickup-slider .bx-controls-direction .bx-next:hover {
  background-image: url(../img_top/pickup_slider_next_hover.png);
}

.area-pickup .pickup-slider .bx-controls-auto {
  margin-left: 5px;
}

.area-pickup .pickup-slider .bx-controls-auto .bx-start {
  border: 0;
  width: 30px;
  height: 30px;
  display: block;
  background-color: transparent;
  background-image: url(../img_top/pickup_slider_start.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: 300%;
  white-space: nowrap;
  overflow: hidden;
}

.area-pickup .pickup-slider .bx-controls-auto .bx-start:hover {
  background-image: url(../img_top/pickup_slider_start_hover.png);
}

.area-pickup .pickup-slider .bx-controls-auto .bx-start.active {
  display: none;
}

.area-pickup .pickup-slider .bx-controls-auto .bx-stop {
  border: 0;
  width: 30px;
  height: 30px;
  display: block;
  background-color: transparent;
  background-image: url(../img_top/pickup_slider_stop.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: 300%;
  white-space: nowrap;
  overflow: hidden;
}

.area-pickup .pickup-slider .bx-controls-auto .bx-stop:hover {
  background-image: url(../img_top/pickup_slider_stop_hover.png);
}

.area-pickup .pickup-slider .bx-controls-auto .bx-stop.active {
  display: none;
}

@media screen and (max-width: 768px) {
  .area-pickup {
    width: 100%;
  }
  .area-pickup .pickup-slider {
    margin: 0 auto;
    width: 460px;
  }
  .area-pickup .pickup-slider .bx-controls {
    width: 100%;
  }
  .area-pickup .pickup-slider .bx-controls-direction {
    left: 0;
    margin-left: 0;
    width: 100%;
  }
  .area-pickup .pickup-slider .bx-controls-direction .bx-prev,
  .area-pickup .pickup-slider .bx-controls-direction .bx-next {
    top: 195px;
    width: 62px;
    height: 62px;
  }
  .area-pickup .pickup-slider .bx-controls {
    align-items: flex-end;
  }
  .area-pickup .pickup-slider .bx-controls .bx-pager-link {
    width: 16px;
    height: 16px;
  }
  .area-pickup .pickup-slider .bx-controls-auto .bx-stop {
    width: 62px;
    height: 62px;
  }
  .area-pickup .list .item img {
    width: 460px;
    height: 460px;
  }
  .area-pickup .list .pickup-txt {
    height: 92px;
    font-size: 97%;
  }
}

.area-info {
  margin: 70px auto 0;
  width: 1000px;
}

.area-info .info-wrap {
  margin-top: 20px;
  display: flex;
}

.area-info .news-tab .news-tab-list {
  display: flex;
}

.area-info .news-tab .news-tab-list .item {
  display: flex;
}

.area-info .news-tab .news-tab-list .item.hover a {
  color: #fff;
  background: #234893;
}

.area-info .news-tab .news-tab-list .item a {
  position: relative;
  margin-right: 10px;
  border: 1px solid #234893;
  border-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  min-height: 60px;
  color: #333;
  background: #fff;
  font-size: 125%;
  font-weight: bold;
  text-decoration: none;
}

.area-info .news-tab .news-tab-list .item a:hover {
  color: #fff;
  background: #234893;
}

.area-info .news-tab .news-tab-list .item a::after {
  content: "";
  position: absolute;
  bottom: 7px;
  right: 10px;
  width: 22px;
  height: 9px;
  background: url(../img_top/arrow_info_tab.png) no-repeat;
  background-size: contain;
}

.area-info .news-tab .news-tab-page {
  border: 3px solid #234893;
  width: 483px;
  height: 508px;
  background: #fff;
}

.area-info .news-tab .news-tab-page .news-tab-page-body {
  margin: 30px 20px;
}

.area-info .news-tab .news-tab-page .news-tab-page-body .news-tab-page-body-list {
  height: 400px;
  overflow-y: auto;
}

.area-info .news-tab .news-tab-page .news-tab-page-body .news-tab-page-body-list .news-tab-page-body-item:not(:first-child) {
  margin-top: 10px;
}

.area-info .news-tab .news-tab-page .news-tab-page-body .news-tab-page-body-list a {
  color: #333;
}

.area-info .news-tab .news-tab-page .news-tab-page-body .news-tab-page-link {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
}

.area-info .news-tab .news-tab-page .news-tab-page-body .news-tab-page-link .item {
  margin-left: 10px;
  display: flex;
}

.area-info .news-tab .news-tab-page .news-tab-page-body .news-tab-page-link .item a {
  position: relative;
  padding: 0 40px 0 30px;
  border-radius: 17px;
  min-height: 34px;
  display: flex;
  align-items: center;
  color: #fff;
  background: #234893;
  text-decoration: none;
}

.area-info .news-tab .news-tab-page .news-tab-page-body .news-tab-page-link .item a:hover {
  background: #333;
}

.area-info .news-tab .news-tab-page .news-tab-page-body .news-tab-page-link .item a:focus {
  outline: 1px solid #333;
}

.area-info .news-tab .news-tab-page .news-tab-page-body .news-tab-page-link .item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 4px;
  height: 8px;
  margin-top: -4px;
  background: url(../img_top/arrow_white.png) no-repeat;
  background-size: contain;
}

.area-info .news-tab .news-tab-page .news-tab-page-body .news-tab-page-link .item a .rss {
  width: 14px;
  height: 14px;
}

.area-info .info-util {
  margin-left: 20px;
}

.area-info .info-util .info-slider {
  position: relative;
}

.area-info .info-util .info-slider .list .item img {
  width: 480px;
  height: 300px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.area-info .info-util .info-slider .bx-viewport {
  height: auto !important;
}

.area-info .info-util .info-slider .bx-controls .bx-pager-list {
  position: absolute;
  top: 270px;
  right: 40px;
  display: flex;
}

.area-info .info-util .info-slider .bx-controls .bx-pager-link {
  margin-left: 4px;
  padding: 0;
  border: 0;
  width: 12px;
  height: 12px;
  display: block;
  background-color: transparent;
  background-image: url(../img_top/slider_dot.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: -200px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

.area-info .info-util .info-slider .bx-controls .bx-pager-link.active {
  background-image: url(../img_top/slider_dot_active.png);
}

.area-info .info-util .info-slider .bx-controls .bx-pager-link:hover {
  background-image: url(../img_top/slider_dot_hover.png);
}

.area-info .info-util .info-slider .bx-controls .bx-pager-link:hover.active {
  background-image: url(../img_top/slider_dot_active_hover.png);
}

.area-info .info-util .info-slider .bx-controls-direction {
  position: absolute;
  top: 0;
  width: 480px;
}

.area-info .info-util .info-slider .bx-controls-direction .bx-prev,
.area-info .info-util .info-slider .bx-controls-direction .bx-next {
  position: absolute;
  top: 128px;
  border: 0;
  width: 50px;
  height: 50px;
  display: block;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: 300%;
  white-space: nowrap;
  overflow: hidden;
}

.area-info .info-util .info-slider .bx-controls-direction .bx-prev {
  left: -25px;
  background-image: url(../img_top/pickup_slider_back.png);
}

.area-info .info-util .info-slider .bx-controls-direction .bx-prev:hover {
  background-image: url(../img_top/pickup_slider_back_hover.png);
}

.area-info .info-util .info-slider .bx-controls-direction .bx-next {
  right: -25px;
  background-image: url(../img_top/pickup_slider_next.png);
}

.area-info .info-util .info-slider .bx-controls-direction .bx-next:hover {
  background-image: url(../img_top/pickup_slider_next_hover.png);
}

.area-info .info-util .info-slider .bx-controls-auto {
  position: absolute;
  top: 260px;
  right: 15px;
}

.area-info .info-util .info-slider .bx-controls-auto .bx-start {
  border: 0;
  width: 22px;
  height: 22px;
  display: block;
  background-color: transparent;
  background-image: url(../img_top/slider_start.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: 300%;
  white-space: nowrap;
  overflow: hidden;
}

.area-info .info-util .info-slider .bx-controls-auto .bx-start:hover {
  background-image: url(../img_top/slider_start_hover.png);
}

.area-info .info-util .info-slider .bx-controls-auto .bx-start.active {
  display: none;
}

.area-info .info-util .info-slider .bx-controls-auto .bx-stop {
  border: 0;
  width: 22px;
  height: 22px;
  display: block;
  background-color: transparent;
  background-image: url(../img_top/slider_stop.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: 300%;
  white-space: nowrap;
  overflow: hidden;
}

.area-info .info-util .info-slider .bx-controls-auto .bx-stop:hover {
  background-image: url(../img_top/slider_stop_hover.png);
}

.area-info .info-util .info-slider .bx-controls-auto .bx-stop.active {
  display: none;
}

.area-info .info-util .info-txt {
  margin-top: 10px;
  display: block;
  color: #333;
  font-size: 111%;
}

.area-info .info-tolist-link {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}

.area-info .info-tolist-link a {
  display: flex;
  text-decoration: none;
}

.area-info .info-tolist-link a:hover .in, .area-info .info-tolist-link a:focus .in {
  background: #234893;
}

.area-info .info-tolist-link .in {
  position: relative;
  padding: 0 40px 0 30px;
  border-radius: 17px;
  min-height: 34px;
  display: flex;
  align-items: center;
  color: #fff;
  background: #333;
  text-decoration: none;
}

.area-info .info-tolist-link .in::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 4px;
  height: 8px;
  margin-top: -4px;
  background: url(../img_top/arrow_white.png) no-repeat;
  background-size: contain;
}

.area-info .info-link {
  margin-top: 25px;
  width: 480px;
  display: flex;
  flex-wrap: wrap;
}

.area-info .info-link li {
  display: flex;
  flex-direction: column;
}

.area-info .info-link li:not(:nth-child(2n)) {
  margin-right: 17px;
}

.area-info .info-link li:nth-child(n + 3) {
  margin-top: 16px;
}

.area-info .info-link .in {
  display: flex;
}

.area-info .info-link a {
  position: relative;
  outline: 3px solid #234893;
  width: 230px;
  min-height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  text-decoration: none;
  box-sizing: border-box;
  background: #fff;
  font-size: 125%;
}

.area-info .info-link a::after {
  content: "";
  position: absolute;
  bottom: 7px;
  right: 10px;
  width: 43px;
  height: 17px;
  background: url(../img_top/arrow_info.png) no-repeat;
}

.area-info .info-link a:hover, .area-info .info-link a:focus {
  outline: 4px solid #539ebd;
}

@media screen and (max-width: 768px) {
  .area-info {
    width: 100%;
  }
  .area-info .info-wrap {
    flex-direction: column;
  }
  .area-info .news-tab .news-tab-list .item a {
    margin-right: 15px;
    border: 2px solid #234893;
    border-bottom: 0;
    width: 222px;
    height: 89px;
  }
  .area-info .news-tab .news-tab-list .item a::after {
    width: 33px;
    height: 13px;
  }
  .area-info .news-tab .news-tab-page {
    border: 5px solid #234893;
    width: 100%;
    height: 696px;
    box-sizing: border-box;
  }
  .area-info .news-tab .news-tab-page .news-tab-page-body .news-tab-page-body-list {
    height: 535px;
  }
  .area-info .news-tab .news-tab-page .news-tab-page-body .news-tab-page-link .item a {
    padding: 0 65px 0 60px;
    border-radius: 31px;
    min-height: 62px;
    font-size: 83%;
  }
  .area-info .news-tab .news-tab-page .news-tab-page-body .news-tab-page-link .item a::after {
    margin-top: -8px;
    width: 8px;
    height: 16px;
  }
  .area-info .news-tab .news-tab-page .news-tab-page-body .news-tab-page-link .item a .rss {
    margin-right: 8px;
    width: 24px;
    height: 25px;
  }
  .area-info .info-util {
    margin: 40px auto 0;
  }
  .area-info .info-util .info-slider .bx-wrapper {
    margin: 0 auto;
  }
  .area-info .info-util .info-slider .list .item img {
    width: 658px;
    height: 412px;
  }
  .area-info .info-util .info-slider .bx-controls-direction {
    width: 658px;
  }
  .area-info .info-util .info-slider .bx-controls-direction .bx-prev,
  .area-info .info-util .info-slider .bx-controls-direction .bx-next {
    top: 180px;
    width: 62px;
    height: 62px;
  }
  .area-info .info-util .info-slider .bx-controls .bx-pager-list {
    top: 365px;
    right: 130px;
  }
  .area-info .info-util .info-slider .bx-controls .bx-pager-link {
    width: 16px;
    height: 16px;
  }
  .area-info .info-util .info-slider .bx-controls-auto {
    top: 320px;
    right: 60px;
  }
  .area-info .info-util .info-slider .bx-controls-auto .bx-stop,
  .area-info .info-util .info-slider .bx-controls-auto .bx-start {
    width: 62px;
    height: 62px;
  }
  .area-info .info-util .info-txt {
    font-size: 97%;
  }
  .area-info .info-tolist-link .in {
    padding: 0 65px 0 60px;
    border-radius: 31px;
    min-height: 62px;
  }
  .area-info .info-tolist-link .in::after {
    margin-top: -8px;
    width: 8px;
    height: 16px;
  }
  .area-info .info-link {
    margin: 40px auto;
    width: 710px;
  }
  .area-info .info-link li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .area-info .info-link li:not(:nth-child(2n)) {
    margin-right: 22px;
  }
  .area-info .info-link li:nth-child(n + 3) {
    margin-top: 22px;
  }
  .area-info .info-link a {
    border: 5px solid #234893;
    width: 344px;
    height: 114px;
    outline: none;
  }
}

.area-about {
  margin: 70px auto 0;
  width: 1000px;
}

.area-about .ttl-normal {
  background-position: right bottom;
  text-align: right;
}

.area-about .about-wrap {
  margin-top: 20px;
  display: flex;
}

.area-about .about-wrap .about-list {
  margin-right: 20px;
  width: 488px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.area-about .about-wrap .about-list li:not(:nth-child(2n)) {
  margin-right: 25px;
}

.area-about .about-wrap .about-list li:nth-child(n + 3) {
  margin-top: 26px;
}

.area-about .about-wrap .about-list a {
  display: block;
  color: #333;
  font-size: 125%;
  text-decoration: none;
}

.area-about .about-wrap .about-list a:hover .in, .area-about .about-wrap .about-list a:focus .in {
  outline: 4px solid #539ebd;
}

.area-about .about-wrap .about-list .in {
  padding: 6px;
  width: 230px;
  outline: 3px solid #d8f0fa;
  display: flex;
  align-items: center;
  background: url(../img_top/btn_bg_about.png) no-repeat right 4px bottom 10px #fff;
  background-size: 20px 97px;
  box-sizing: border-box;
}

.area-about .about-wrap .about-list .in img {
  width: 100px;
  height: 110px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.area-about .about-wrap .about-list .in .ttl {
  margin-left: 10px;
}

.area-about .about-wrap .box-population {
  margin-top: -3px;
  width: 487px;
  min-height: 280px;
  background: url(../img_top/bg_population.png) no-repeat;
  background-size: 487px 280px;
}

.area-about .about-wrap .box-population .list {
  margin: 55px auto 0;
  width: 350px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.area-about .about-wrap .box-population .list li {
  width: 175px;
  display: flex;
}

.area-about .about-wrap .box-population .list li:nth-child(n + 3) {
  margin-top: 42px;
}

.area-about .about-wrap .box-population .list .item1 img {
  width: 49px;
  height: 54px;
}

.area-about .about-wrap .box-population .list .item2 img {
  width: 37px;
  height: 43px;
}

.area-about .about-wrap .box-population .list .item3 img {
  width: 18px;
  height: 50px;
}

.area-about .about-wrap .box-population .list .item4 img {
  width: 23px;
  height: 50px;
}

.area-about .about-wrap .box-population .list .img-wrap {
  width: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.area-about .about-wrap .box-population .list .population-txt {
  margin-top: 8px;
}

.area-about .about-wrap .box-population .list .ttl {
  font-size: 97%;
  font-weight: normal;
}

.area-about .about-wrap .box-population .list .txt {
  display: block;
  font-weight: bold;
}

.area-about .about-wrap .box-population .list .txt .num {
  font-size: 125%;
}

.area-about .about-wrap .box-population .population-date {
  margin: 22px 20px 0;
  display: block;
  font-size: 83%;
  text-align: right;
}

.area-about .population-link-list {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
}

.area-about .population-link-list li:not(:nth-child(4n)) {
  margin-right: 25px;
}

.area-about .population-link-list li:nth-child(n + 5) {
  margin-top: 16px;
}

.area-about .population-link-list a {
  width: 230px;
  min-height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  text-decoration: none;
}

.area-about .population-link-list .in {
  position: relative;
  outline: 3px solid #d8f0fa;
  width: 230px;
  min-height: 78px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  background: #fff;
  font-size: 125%;
}

.area-about .population-link-list .in::after {
  content: "";
  position: absolute;
  bottom: 7px;
  right: 10px;
  width: 43px;
  height: 17px;
  background: url(../img_top/arrow_about.png) no-repeat;
}

.area-about .population-link-list .in:hover, .area-about .population-link-list .in:focus {
  outline: 4px solid #539ebd;
}

@media screen and (max-width: 768px) {
  .area-about {
    width: 100%;
  }
  .area-about .about-wrap {
    flex-direction: column;
  }
  .area-about .about-wrap .about-list {
    margin: 20px auto;
    width: 710px;
  }
  .area-about .about-wrap .about-list li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .area-about .about-wrap .about-list li:not(:nth-child(2n)) {
    margin-right: 22px;
  }
  .area-about .about-wrap .about-list li:nth-child(n + 3) {
    margin-top: 22px;
  }
  .area-about .about-wrap .about-list .in {
    border: 5px solid #c9e7f3;
    width: 344px;
    height: 190px;
    background-size: auto;
    outline: none;
  }
  .area-about .about-wrap .about-list .in img {
    width: 145px;
    height: 160px;
  }
  .area-about .about-wrap .about-list .in .ttl {
    font-size: 97%;
  }
  .area-about .about-wrap .box-population {
    width: 710px;
    height: 390px;
    background-size: cover;
  }
  .area-about .about-wrap .box-population .list {
    margin: 70px auto 0;
    width: 510px;
  }
  .area-about .about-wrap .box-population .list li {
    width: 220px;
  }
  .area-about .about-wrap .box-population .list .img-wrap {
    width: 95px;
  }
  .area-about .about-wrap .box-population .list .item1 img {
    width: 67px;
    height: 74px;
  }
  .area-about .about-wrap .box-population .list .item2 img {
    width: 55px;
    height: 63px;
  }
  .area-about .about-wrap .box-population .list .item3 img {
    width: 29px;
    height: 74px;
  }
  .area-about .about-wrap .box-population .list .item4 img {
    width: 36px;
    height: 74px;
  }
  .area-about .about-wrap .box-population .list .ttl {
    font-size: 83%;
  }
  .area-about .about-wrap .box-population .list .txt {
    font-size: 83%;
  }
  .area-about .about-wrap .box-population .list .txt .num {
    font-size: 125%;
  }
  .area-about .about-wrap .box-population .population-date {
    margin-right: 25px;
    font-size: 78%;
  }
  .area-about .population-link-list li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .area-about .population-link-list li:not(:nth-child(2n)) {
    margin-right: 21px;
  }
  .area-about .population-link-list li:nth-child(n + 3) {
    margin-top: 22px;
  }
  .area-about .population-link-list .in {
    border: 5px solid #c9e7f3;
    width: 344px;
    height: 114px;
    outline: none;
  }
}

.area-link {
  margin: 70px auto 0;
  width: 1000px;
}

.area-link .link-slider {
  margin-top: 20px;
}

.area-link .list .item img {
  width: 230px;
  height: 100px;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.area-link .link-slider {
  position: relative;
  margin-top: 40px;
}

.area-link .link-slider .bx-controls {
  margin: 15px auto 0;
  width: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.area-link .link-slider .bx-controls .bx-pager-list {
  display: flex;
}

.area-link .link-slider .bx-controls .bx-pager-link {
  margin-left: 4px;
  padding: 0;
  border: 0;
  width: 12px;
  height: 12px;
  display: block;
  background-color: transparent;
  background-image: url(../img_top/pickup_slider_dot.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: -500px;
  white-space: nowrap;
  overflow: hidden;
}

.area-link .link-slider .bx-controls .bx-pager-link.active {
  background-image: url(../img_top/pickup_slider_dot_active.png);
}

.area-link .link-slider .bx-controls .bx-pager-link:hover {
  background-image: url(../img_top/pickup_slider_dot_hover.png);
}

.area-link .link-slider .bx-controls .bx-pager-link:hover.active {
  background-image: url(../img_top/pickup_slider_dot_active_hover.png);
}

.area-link .link-slider .bx-controls-direction {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -500px;
  width: 1000px;
}

.area-link .link-slider .bx-controls-direction .bx-prev,
.area-link .link-slider .bx-controls-direction .bx-next {
  position: absolute;
  top: 25px;
  border: 0;
  width: 50px;
  height: 50px;
  display: block;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: 300%;
  white-space: nowrap;
  overflow: hidden;
}

.area-link .link-slider .bx-controls-direction .bx-prev {
  left: -25px;
  background-image: url(../img_top/pickup_slider_back.png);
}

.area-link .link-slider .bx-controls-direction .bx-prev:hover {
  background-image: url(../img_top/pickup_slider_back_hover.png);
}

.area-link .link-slider .bx-controls-direction .bx-next {
  right: -25px;
  background-image: url(../img_top/pickup_slider_next.png);
}

.area-link .link-slider .bx-controls-direction .bx-next:hover {
  background-image: url(../img_top/pickup_slider_next_hover.png);
}

.area-link .link-slider .bx-controls-auto {
  margin-left: 5px;
}

.area-link .link-slider .bx-controls-auto .bx-start {
  border: 0;
  width: 22px;
  height: 22px;
  display: block;
  background-color: transparent;
  background-image: url(../img_top/pickup_slider_start.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: 300%;
  white-space: nowrap;
  overflow: hidden;
}

.area-link .link-slider .bx-controls-auto .bx-start:hover {
  background-image: url(../img_top/pickup_slider_start_hover.png);
}

.area-link .link-slider .bx-controls-auto .bx-start.active {
  display: none;
}

.area-link .link-slider .bx-controls-auto .bx-stop {
  border: 0;
  width: 22px;
  height: 22px;
  display: block;
  background-color: transparent;
  background-image: url(../img_top/pickup_slider_stop.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: 300%;
  white-space: nowrap;
  overflow: hidden;
}

.area-link .link-slider .bx-controls-auto .bx-stop:hover {
  background-image: url(../img_top/pickup_slider_stop_hover.png);
}

.area-link .link-slider .bx-controls-auto .bx-stop.active {
  display: none;
}

@media screen and (max-width: 768px) {
  .area-link {
    width: 100%;
  }
  .area-link .link-slider .bx-wrapper {
    margin: 0 auto;
  }
  .area-link .link-slider .bx-controls {
    width: 100%;
  }
  .area-link .link-slider .bx-controls-direction {
    left: 30px;
    margin: 0 auto;
    width: 636px;
  }
  .area-link .link-slider .bx-controls-direction .bx-prev,
  .area-link .link-slider .bx-controls-direction .bx-next {
    top: 30px;
    width: 62px;
    height: 62px;
  }
  .area-link .link-slider .bx-controls {
    align-items: flex-end;
  }
  .area-link .link-slider .bx-controls .bx-pager-link {
    width: 16px;
    height: 16px;
  }
  .area-link .link-slider .bx-controls-auto .bx-stop {
    width: 62px;
    height: 62px;
  }
  .area-link .list .item img {
    width: 298px;
    height: 130px;
  }
}

.area-ad {
  margin: 70px auto 0;
  width: 1000px;
}

.area-ad .ttl-normal {
  background-position: right bottom;
  text-align: right;
}

.area-ad .list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.area-ad .list li:not(:nth-child(6n)) {
  margin-right: 26px;
}

.area-ad .list li:nth-child(n + 7) {
  margin-top: 20px;
}

.area-ad .list li img {
  width: 145px;
  height: 45px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media screen and (max-width: 768px) {
  .area-ad {
    margin-top: 80px;
    width: 100%;
  }
  .area-ad .list {
    margin: 20px auto 0;
    width: 568px;
  }
  .area-ad .list li:not(:nth-child(6n)) {
    margin-right: 0;
  }
  .area-ad .list li:not(:nth-child(2n)) {
    margin-right: 40px;
  }
  .area-ad .list li:nth-child(n + 3) {
    margin-top: 20px;
  }
  .area-ad .list li img {
    width: 264px;
    height: 82px;
  }
}

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

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

footer .in {
  background: #fff;
}

footer #pagetop-pc a, footer #pagetop-sp a {
  display: block;
  background: url(../img_common/footer_pagetop.png) no-repeat left center;
  color: #333;
  text-decoration: none;
}

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

footer .box {
  width: 100%;
  border-top: 1px solid #333;
  padding: 50px 0 25px 0;
}

footer #pagetop-pc a {
  position: absolute;
  top: -37px;
  left: 50%;
  margin-left: -37px;
  width: 74px;
  height: 74px;
  text-indent: -300px;
  white-space: nowrap;
  overflow: hidden;
}

footer #pagetop-pc a:hover {
  background: url(../img_common/footer_pagetop_hover.png) no-repeat left center;
}

footer > .in {
  position: relative;
}

footer > .in::before {
  content: "";
  position: absolute;
  top: -256px;
  left: 50%;
  margin-left: -733px;
  width: 170px;
  height: 256px;
  background: url(../img_common/bg_footer_left.png) no-repeat;
}

footer > .in::after {
  content: "";
  position: absolute;
  top: -300px;
  left: 50%;
  margin-left: 613px;
  width: 102px;
  height: 300px;
  background: url(../img_common/bg_footer_right.png) no-repeat;
}

@media screen and (max-width: 768px) {
  footer {
    margin-top: 250px;
  }
  footer .box {
    border-top: 2px solid #333;
  }
  footer > .in::before {
    content: "";
    position: absolute;
    top: -256px;
    left: 0;
    margin-left: 0;
    width: 170px;
    height: 256px;
    background: url(../img_common/sp_bg_footer_left.png) no-repeat;
  }
  footer > .in::after {
    content: "";
    position: absolute;
    top: -300px;
    left: auto;
    right: 0;
    margin-left: 0;
    width: 93px;
    height: 294px;
    background: url(../img_common/sp_bg_footer_right.png) no-repeat;
  }
}

.footer-wrap {
  margin: 0 auto;
  width: 1000px;
  display: flex;
}

.footer-wrap .footer-info {
  padding-left: 100px;
  padding-bottom: 20px;
  border-right: 1px solid #333;
  width: 640px;
  background: url(../img_common/footer_logo.png) no-repeat left top;
  background-size: 87px 95px;
  box-sizing: border-box;
}

.footer-wrap .footer-info .ttl {
  font-size: 167%;
}

.footer-wrap .footer-info .item {
  margin-bottom: 10px;
  font-size: 111%;
}

.footer-wrap .footer-util {
  margin: 60px 0 0 100px;
}

.footer-wrap .footer-util li {
  margin-bottom: 5px;
}

.footer-wrap .footer-util a {
  color: #333;
  font-size: 111%;
}

.footer-wrap .footer-util a::after {
  content: "";
  margin-left: 8px;
  width: 4px;
  height: 8px;
  display: inline-block;
  background: url(../img_common/arrow_footer.png) no-repeat;
  background-size: contain;
}

.copyright {
  margin-top: 50px;
  height: 108px;
  background: url(../img_common/footer_bg.png);
}

.copyright .in {
  margin-top: 40px;
  padding: 5px 10px;
  display: inline-block;
  color: #333;
  background: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 768px) {
  .footer-wrap {
    width: 100%;
    flex-direction: column;
  }
  .footer-wrap .footer-info {
    margin: 0 auto;
    padding-left: 0;
    border-right: 0;
    padding-bottom: 30px;
    border-bottom: 2px solid #333;
    background: transparent;
    text-align: center;
  }
  .footer-wrap .footer-info .ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 125%;
  }
  .footer-wrap .footer-info .ttl::before {
    content: "";
    margin-right: 15px;
    width: 87px;
    height: 95px;
    background: url(../img_common/footer_logo.png) no-repeat;
  }
  .footer-wrap .footer-info .item {
    margin-top: 20px;
    font-size: 97%;
  }
  .footer-wrap .footer-util {
    margin: 70px auto 0;
    font-size: 97%;
    text-align: center;
  }
  .footer-wrap .footer-util a::after {
    margin-left: 20px;
    width: 9px;
    height: 19px;
  }
  .copyright {
    margin-top: 70px;
    height: 120px;
    background: url(../img_common/sp_footer_bg.png);
  }
  .copyright .in {
    margin-top: 40px;
    padding: 5px 10px;
    display: inline-block;
    color: #333;
    background: rgba(255, 255, 255, 0.7);
  }
}
