@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
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic);
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: #f1f6f4;
  font-size: 140%;
  box-sizing: border-box;
  border-bottom: 3px solid #2a7c76;
  padding: 5px 15px 2px 10px;
}

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

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 {
  margin-top: 20px;
  font-size: 120%;
  box-sizing: border-box;
  border-bottom: 3px solid #2a7c76;
}

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

h4, .wysiwyg h4, .free-layout-area h4 {
  margin-top: 20px;
  display: block;
  line-height: 1.2;
  font-size: 110%;
  padding: 0 8px;
  border-left: 2px solid #0f605a;
}

h5, .wysiwyg h5, .free-layout-area h5 {
  font-size: 110%;
  margin-top: 20px;
  display: block;
  padding: 0 0 5px 10px;
  line-height: 1.2;
  border-bottom: 1px solid #2a7c76;
}

h6, .wysiwyg h6, .free-layout-area h6 {
  font-size: 100%;
  padding: 0 0 5px 10px;
  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 #bfbfbf;
  margin-top: 10px;
}

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

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

.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: "Open Sans", Arial, "Hiragino Kaku Gothic ProN", "Meiryo UI", Meiryo, "游ゴシック", YuGothic, sans-serif;
  font-size: 90%;
  color: #0b3c4f;
  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 {
  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: #2a7c76;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

.scheme11 {
  background-color: #aad5d5;
  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 #ccc !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: #2a7b77 !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: #fff;
  display: block;
  text-decoration: none;
}

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

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

* {
  box-sizing: border-box;
}

body {
  background: url("../img_common/bg.png");
}

.banner-list .item {
  margin-bottom: 20px;
}

.banner-list .item:last-child {
  margin-bottom: 0;
}

.banner-list .item a {
  color: #0b3c4f;
  text-decoration: none;
}

.banner-list .item a:hover {
  display: block;
  opacity: .85;
}

.banner-list .item .item-in {
  align-items: center;
  background: #fff url("../img_common/banner_arrow.png") center right 15px/22px no-repeat;
  display: flex;
  padding: 10px 40px 10px 10px;
  width: 260px;
}

@media screen and (max-width: 768px) {
  .banner-list .item .item-in {
    background-size: 44px;
    background-position: center right 20px;
    padding: 20px 60px 20px 20px;
    width: 700px;
  }
}

.banner-list .item .item-img {
  height: 60px;
  margin-right: 13px;
  width: 60px;
}

@media screen and (max-width: 768px) {
  .banner-list .item .item-img {
    height: 120px;
    margin-right: 24px;
    width: 120px;
  }
}

.banner-list .item .item-img img {
  height: 100%;
  width: 100%;
  font-family: "object-fit: contain;";
  object-fit: contain;
}

.banner-list .item .item-txt {
  font-size: 110%;
  font-weight: bold;
}

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

/*==================================
header（PC）
==================================*/
@media print, screen and (min-width: 769px) {
  body {
    border-top: 3px solid #2a7c76;
    min-width: 1040px;
  }
  .to-container a {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    margin-top: -9999px;
    color: #0b3c4f;
    font-size: 97%;
  }
  .to-container a:focus {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  #header .header-subnav-area .support-wrap {
    background: #2a7c76;
    border-bottom: 1px solid #fff;
    display: none;
  }
  #header .header-subnav-area .support-wrap .support-in {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin: auto;
    padding: 4px 0 7px;
    width: 1000px;
  }
  #header .header-subnav-area .support-wrap a:hover {
    opacity: .85;
  }
  #header .header-subnav-area .support-wrap dl {
    align-items: center;
    color: #fff;
    display: flex;
    margin-left: 25px;
  }
  #header .header-subnav-area .support-wrap dl dt {
    margin-right: 5px;
  }
  #header .header-subnav-area .support-wrap dl dd {
    margin-left: 5px;
  }
  #header .header-subnav-area .support-wrap .lang {
    margin-left: 12px;
  }
  #header .header-subnav-area .support-wrap .lang a {
    background: #fff url("../img_common/lang_ico_pc.png") center left 10px no-repeat;
    border-radius: 2px;
    color: #0b3c4f;
    display: inline-block;
    padding: 4px 14px 3px 32px;
    text-decoration: none;
  }
  #header .header-subnav-area button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
  }
  #header .header-subnav-area .toggle-btn-wrap {
    margin: auto;
    position: relative;
    width: 1000px;
    z-index: 100;
  }
  #header .header-subnav-area .toggle-btn-wrap .toggle-btn {
    background: #2a7c76;
    border: 1px solid #fff;
    border-top: 3px solid #2a7c76;
    border-radius: 0 0 5px 5px;
    color: #fff;
    font-size: 110%;
    font-weight: bold;
    margin-top: -1px;
    right: 0;
    padding: 5px 25px 3px;
    position: absolute;
    top: 0;
  }
  #header .header-subnav-area .toggle-btn-wrap .toggle-btn:focus {
    outline: 1px solid #000;
  }
}

/*==================================
header（SP）
==================================*/
@media screen and (max-width: 768px) {
  #sp-header {
    border-top: 6px solid #2a7c76;
    height: 110px;
    /* モーダル */
  }
  #sp-header #sp-header-nav .menu-btn-area {
    position: relative;
    z-index: 200;
  }
  #sp-header #sp-header-nav .menu-btn-area li {
    position: absolute;
    right: 0;
    top: -6px;
  }
  #sp-header #sp-header-nav .menu-btn-area li.menu-btn-close {
    display: none;
  }
  #sp-header #sp-header-nav .menu-btn-area li img {
    height: 105px;
  }
  #sp-header .modal-menu-bg {
    width: 100%;
    height: 1000px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
  }
  #sp-header .modal-menu {
    background: rgba(29, 112, 106, 0.9);
    display: none;
    padding: 160px 0 60px;
    position: absolute;
    left: 0;
    z-index: 100;
    width: 100%;
  }
  #sp-header .modal-menu .in {
    margin: auto;
    width: 700px;
  }
  #sp-header .modal-menu .search {
    display: none;
  }
  #sp-header .modal-menu .google-custom-search {
    margin-bottom: 54px;
    border: 4px solid #fff;
  }
  #sp-header .modal-menu .box-wrap {
    display: none;
    margin-bottom: 54px;
  }
  #sp-header .modal-menu .box-wrap .box {
    margin-bottom: 20px;
  }
  #sp-header .modal-menu .box-wrap .box .title {
    font-size: 130%;
  }
  #sp-header .modal-menu .box-wrap .box .title a {
    background: #fff url("../img_common/banner_arrow.png") center right 20px/44px no-repeat;
    color: #0b3c4f;
    display: block;
    padding: 35px 60px 35px 44px;
    text-decoration: none;
    width: 100%;
  }
  #sp-header .modal-menu .banner-list-wrap {
    margin-bottom: 54px;
  }
  #sp-header .modal-menu .support-wrap {
    background: #fff;
    border-radius: 2px;
    margin-bottom: 54px;
    padding: 38px 100px;
  }
  #sp-header .modal-menu .support-wrap .lang {
    margin-bottom: 30px;
  }
  #sp-header .modal-menu .support-wrap dl {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  #sp-header .modal-menu .support-wrap dl.header-size {
    padding-right: 15px;
  }
  #sp-header .modal-menu .support-wrap .gotopc {
    margin-top: 38px;
  }
  #sp-header .modal-menu .modal-menu-close {
    text-align: center;
  }
}

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

#header .header-subnav-area .support-wrap .support-in {
  width: 850px;
}

#header .header-subnav-area .toggle-btn-wrap {
  width: 850px;
}

#sp-header {
  border: none !important;
  height: auto !important;
}

#container {
  margin: 0 !important;
}

.mv-sec {
  margin-bottom: 30px;
  overflow: hidden;
}

.mv-sec .mv-slider-wrap {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .mv-sec .mv-slider-wrap {
    margin: auto;
    width: 900px;
  }
}

@media print, screen and (min-width: 769px) {
  .mv-sec .mv-slider-wrap .bx-viewport {
    overflow: visible !important;
  }
}

@media print, screen and (min-width: 769px) {
  .mv-sec .mv-slider {
    text-align: center;
  }
}

.mv-sec .mv-slider a:hover {
  opacity: .85;
}

.mv-sec .mv-slider img {
  height: 350px;
  width: 850px;
  font-family: "object-fit: contain;";
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .mv-sec .mv-slider img {
    height: 309px;
    width: 100%;
  }
}

.mv-sec .slide-controls button {
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 0;
  outline: none;
  padding: 0;
}

.mv-sec .slide-controls button:hover {
  opacity: .85;
}

.mv-sec .slide-controls button:focus {
  outline: 1px solid #000;
}

.mv-sec .slide-controls .arrow {
  margin-top: -16px;
  position: absolute;
  top: 50%;
}

@media screen and (max-width: 768px) {
  .mv-sec .slide-controls .arrow {
    margin-top: -23px;
  }
}

.mv-sec .slide-controls .arrow button {
  background: center /contain no-repeat;
  height: 36px;
  width: 36px;
}

@media screen and (max-width: 768px) {
  .mv-sec .slide-controls .arrow button {
    height: 46px;
    width: 46px;
  }
}

.mv-sec .slide-controls .arrow.slide-prev {
  left: -22px;
}

@media screen and (max-width: 768px) {
  .mv-sec .slide-controls .arrow.slide-prev {
    left: 5px;
  }
}

.mv-sec .slide-controls .arrow.slide-prev button {
  background-image: url("../img_top/mv_prev.png");
}

.mv-sec .slide-controls .arrow.slide-next {
  right: -22px;
}

@media screen and (max-width: 768px) {
  .mv-sec .slide-controls .arrow.slide-next {
    right: 5px;
  }
}

.mv-sec .slide-controls .arrow.slide-next button {
  background-image: url("../img_top/mv_next.png");
}

.mv-sec .slide-controls .control-unit {
  align-items: center;
  background-color: transparent !important;
  bottom: 6px;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
}

.mv-sec .slide-controls .bx-pager-list {
  display: flex;
  flex-wrap: wrap;
}

.mv-sec .slide-controls .bx-pager-list li {
  line-height: 0;
}

.mv-sec .slide-controls .bx-pager-list .bx-pager-link {
  background-color: #fff;
  border: 1px solid #2a7c76;
  border-radius: 50%;
  height: 12px;
  margin-right: 10px;
  width: 12px;
}

@media screen and (max-width: 768px) {
  .mv-sec .slide-controls .bx-pager-list .bx-pager-link {
    height: 24px;
    margin-right: 20px;
    width: 24px;
  }
}

.mv-sec .slide-controls .bx-pager-list .bx-pager-link.active {
  background-color: #2a7c76;
  border-color: #fff;
}

.mv-sec .slide-controls .bx-controls-auto-item {
  line-height: 0;
}

.mv-sec .slide-controls .bx-controls-auto-item button {
  background: center /contain no-repeat;
  height: 21px;
  width: 21px;
}

@media screen and (max-width: 768px) {
  .mv-sec .slide-controls .bx-controls-auto-item button {
    height: 45px;
    width: 45px;
  }
}

.mv-sec .slide-controls .bx-controls-auto-item button.bx-start {
  background-image: url("../img_top/mv_start.png");
}

.mv-sec .slide-controls .bx-controls-auto-item button.bx-stop {
  background-image: url("../img_top/mv_stop.png");
}

@media print, screen and (min-width: 769px) {
  .flexbox {
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: 850px;
  }
}

.flexbox .pc-l {
  width: 595px;
}

@media screen and (max-width: 768px) {
  .flexbox .pc-l {
    margin: auto;
    width: 700px;
  }
}

.flexbox .pc-r {
  width: 221px;
}

@media screen and (max-width: 768px) {
  .flexbox .pc-r {
    margin: auto;
    width: 700px;
  }
}

.flexbox .pc-r .search {
  display: none;
}

.flexbox .pc-r .google-custom-search {
  margin-bottom: 21px;
}

.text-lik-sec .text-link {
  background: url("../img_common/green_bg_top.png") top center/100% auto no-repeat, url("../img_common/green_bg_bottom.png") bottom center/100% auto no-repeat, url("../img_common/green_bg_middle.png") content-box top 43px center/100% auto repeat-y;
  font-size: 135%;
  margin-bottom: 16px;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .text-lik-sec .text-link {
    font-size: 170%;
  }
}

@media screen and (max-width: 768px) {
  .text-lik-sec .text-link {
    margin-bottom: 30px;
  }
}

.text-lik-sec .text-link a {
  color: #fff;
  display: block;
  padding: 5px 0px;
  text-decoration: none;
}

.text-lik-sec .text-link a:hover {
  opacity: .85;
}

.text-lik-sec .text-link .text-link-in {
  display: inline-block;
  font-weight: bold;
  padding: 11px 32px 10px 32px;
  margin: 0 15px;
  background: url("../img_common/white_circle.png") center left 1px no-repeat, url("../img_common/white_circle.png") center right 1px no-repeat;
}

.information {
  background: #fff;
  padding: 28px 30px 15px;
}

.information.important {
  margin-bottom: 30px;
}

.information.important .sec-in {
  border: 1px solid #9c003e;
  border-radius: 3px;
}

@media screen and (max-width: 768px) {
  .information.important .sec-in {
    border-width: 2px;
  }
}

.information.important .sec-in .ttl {
  background: #f8edf1;
  border-bottom: 1px solid #9c003e;
  color: #9c003e;
  font-size: 130%;
  padding: 7px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .information.important .sec-in .ttl {
    border-width: 2px;
    font-size: 110%;
  }
}

.information.important .sec-in .contents {
  padding: 22px 27px 23px;
}

.information.important .sec-in .contents .list {
  margin-bottom: 20px;
  max-height: 205px;
  overflow: auto;
}

@media screen and (max-width: 768px) {
  .information.important .sec-in .contents .list {
    max-height: 335px;
  }
}

.information.important .sec-in .contents .list li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 7px;
}

@media screen and (max-width: 768px) {
  .information.important .sec-in .contents .list li {
    padding-bottom: 12px;
  }
}

.information.important .sec-in .contents .list li a {
  color: #0b3c4f;
}

.information.important .sec-in .contents .list li .date {
  color: #9c003e;
  display: block;
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .information.important .sec-in .contents .list li .date {
    font-size: 110%;
  }
}

.information.important .sec-in .contents .list li:last-child {
  margin-bottom: 0;
}

.information.important .sec-in .contents .btn-wrap {
  text-align: center;
}

.information.important .sec-in .contents .btn-wrap .btn a {
  color: #fff;
  text-decoration: none;
}

.information.important .sec-in .contents .btn-wrap .btn a:hover {
  color: #9c003e;
}

.information.important .sec-in .contents .btn-wrap .btn a:hover .btn-in {
  background-color: #fff;
  background-image: url("../img_top/red_arrow.png");
}

.information.important .sec-in .contents .btn-wrap .btn .btn-in {
  background: #9c003e url("../img_top/white_arrow.png") center right 11px/6px no-repeat;
  border: 1px solid #9c003e;
  border-radius: 3px;
  display: inline-block;
  font-size: 110%;
  min-width: 280px;
  padding: 10px 20px 9px;
}

@media screen and (max-width: 768px) {
  .information.important .sec-in .contents .btn-wrap .btn .btn-in {
    background-size: auto;
    background-position: center right 20px;
    font-size: 120%;
    padding: 24px 40px;
    width: 100%;
  }
}

.information.news {
  padding-top: 16px;
}

.information.news .sec-in {
  border: 1px solid #2a7c76;
  border-radius: 3px;
}

@media screen and (max-width: 768px) {
  .information.news .sec-in {
    border-width: 2px;
  }
}

.information.news .sec-in .ttl {
  background: #f8edf1;
  border-bottom: 1px solid #2a7c76;
  color: #2a7c76;
  font-size: 130%;
  padding: 7px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .information.news .sec-in .ttl {
    border-width: 2px;
    font-size: 110%;
  }
}

.information.news .sec-in .contents {
  padding: 22px 27px 23px;
}

.information.news .sec-in .contents .list {
  margin-bottom: 20px;
  max-height: 205px;
  overflow: auto;
}

@media screen and (max-width: 768px) {
  .information.news .sec-in .contents .list {
    max-height: 335px;
  }
}

.information.news .sec-in .contents .list li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 7px;
}

@media screen and (max-width: 768px) {
  .information.news .sec-in .contents .list li {
    padding-bottom: 12px;
  }
}

.information.news .sec-in .contents .list li a {
  color: #0b3c4f;
}

.information.news .sec-in .contents .list li .date {
  color: #2a7c76;
  display: block;
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .information.news .sec-in .contents .list li .date {
    font-size: 110%;
  }
}

.information.news .sec-in .contents .list li:last-child {
  margin-bottom: 0;
}

.information.news .sec-in .contents .btn-wrap {
  text-align: center;
}

.information.news .sec-in .contents .btn-wrap .btn a {
  color: #fff;
  text-decoration: none;
}

.information.news .sec-in .contents .btn-wrap .btn a:hover {
  color: #2a7c76;
}

.information.news .sec-in .contents .btn-wrap .btn a:hover .btn-in {
  background-color: #fff;
  background-image: url("../img_top/red_arrow.png");
}

.information.news .sec-in .contents .btn-wrap .btn .btn-in {
  background: #2a7c76 url("../img_top/white_arrow.png") center right 11px/6px no-repeat;
  border: 1px solid #2a7c76;
  border-radius: 3px;
  display: inline-block;
  font-size: 110%;
  min-width: 280px;
  padding: 10px 20px 9px;
}

@media screen and (max-width: 768px) {
  .information.news .sec-in .contents .btn-wrap .btn .btn-in {
    background-size: auto;
    background-position: center right 20px;
    font-size: 120%;
    padding: 24px 40px;
    width: 100%;
  }
}

.information.news .sec-in .ttl {
  background: #eef4f3;
}

.information.news .btn a:hover .btn-in {
  background-image: url("../img_top/green_arrow.png") !important;
}

.html-sec {
  background: #fff;
  margin-bottom: 32px;
  padding: 23px 30px 38px;
}

@media screen and (max-width: 768px) {
  .html-sec {
    margin-bottom: 54px;
  }
}

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

.banner-list-sec {
  margin-bottom: 34px;
}

@media screen and (max-width: 768px) {
  .banner-list-sec {
    margin-bottom: 86px;
  }
}

@media screen and (max-width: 768px) {
  .banner-list-sec .banner-list .item {
    margin-bottom: 31px;
  }
}

@media print, screen and (min-width: 769px) {
  .banner-list-sec .banner-list .item .item-in {
    width: 221px;
  }
}

.magazine-sec {
  border-top: 2px solid #2a7c76;
  margin-bottom: 34px;
}

@media screen and (max-width: 768px) {
  .magazine-sec {
    border-width: 4px;
    margin-bottom: 87px;
  }
}

.magazine-sec h2 {
  font-size: 140%;
  padding: 9px 0 8px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .magazine-sec h2 {
    font-size: 150%;
    padding: 18px 0 17px;
  }
}

.magazine-sec .img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .magazine-sec .img {
    margin: auto;
    width: 501px;
  }
}

.magazine-sec .img a:hover {
  opacity: .85;
}

.magazine-sec .img img {
  width: 100%;
}

.banner-img-sec {
  border-top: 2px solid #2a7c76;
  padding-top: 34px;
}

@media screen and (max-width: 768px) {
  .banner-img-sec {
    border-width: 4px;
    margin-bottom: 66px;
    padding-top: 85px;
  }
}

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

.banner-img-sec .list li {
  margin-bottom: 22px;
}

@media screen and (max-width: 768px) {
  .banner-img-sec .list li {
    margin: 0 auto 31px;
    width: 520px;
  }
}

.banner-img-sec .list li a:hover {
  opacity: .85;
}

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

footer .copyright-wrap {
  background-color: #0f605a;
  color: #fff;
}

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

footer #pagetop {
  top: -90px;
  position: absolute;
  right: 35px;
}

footer #pagetop a:hover {
  opacity: .85;
}

@media print, screen and (min-width: 769px) {
  footer #pagetop img {
    height: 70px;
  }
}

footer .copyright-wrap {
  border-top: 3px solid #0f605a;
  display: flex;
  justify-content: center;
  padding: 16px 0 15px;
}

@media screen and (max-width: 768px) {
  footer .copyright-wrap {
    border-width: 4px;
    padding: 18px 0;
  }
}

footer .ttl, footer .copyright {
  font-size: 85%;
  font-weight: normal;
  padding: 0 5px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  footer .ttl, footer .copyright {
    font-size: 70%;
  }
}
