@charset "UTF-8";
/* pattern-responsive */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .wysiwyg .table-wrapper {
    overflow-x: auto;
  }
}

h2.head-title, .wysiwyg h2, .free-layout-area h2 {
  margin-top: 20px;
  color: #333;
  font-size: 125%;
  box-sizing: border-box;
  border-bottom: 5px solid #333;
  padding: 3px;
  border: 2px solid #32805a;
  border-radius: 6px;
}

h2.head-title .bg, .wysiwyg h2 .bg, .free-layout-area h2 .bg {
  display: block;
  padding: 4px 15px;
  background: url(../img_sub/h2_bg.png) 0 0/100%;
}

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 {
  margin-top: 20px;
  color: #333;
  font-size: 100%;
  box-sizing: border-box;
  border: 2px solid #32805a;
  border-radius: 10px;
}

h3.head-title .bg, .wysiwyg h3 .bg, .free-layout-area h3 .bg, .smartcmsBbsBlock h3 .bg {
  display: block;
  padding: 8px 15px 7px 15px;
}

h4, .wysiwyg h4, .free-layout-area h4 {
  margin-top: 20px;
  display: block;
  line-height: 1.2;
  font-size: 110%;
  padding: 10px 15px 13px;
  border-bottom: 2px solid #fbc887;
}

h5, .wysiwyg h5, .free-layout-area h5 {
  font-size: 110%;
  margin-top: 20px;
  display: block;
  padding: 0 0 5px 15px;
  line-height: 1.2;
  border-bottom: 1px solid #32805a;
}

h6, .wysiwyg h6, .free-layout-area h6 {
  font-size: 100%;
  padding-left: 15px;
  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 #bfbfbf;
  margin-top: 10px;
}

.wysiwyg td
, .wysiwyg th {
  border-collapse: collapse;
  border: 1px solid #bfbfbf;
  padding: 5px 10px;
  word-break: break-all;
}

.wysiwyg th {
  background-color: #ecf6e6;
}

.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: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 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: #d9eecd;
  text-align: center;
}

.scheme2 {
  border: 1px solid #cccccc;
  text-align: center;
}

.scheme3 {
  background-color: #333;
  text-align: center;
}

.scheme4 {
  background-color: #32805a;
  text-align: center;
}

.scheme5 {
  border: 1px solid #ccc;
  text-align: center;
}

.scheme6 {
  background-color: #fff;
  text-align: center;
}

.scheme7 {
  background-color: #32805a;
  text-align: center;
}

.scheme8 {
  background-color: #32805a;
  color: #fff;
  text-align: center;
}

.scheme9 {
  background-color: #eee;
  text-align: center;
}

.scheme10 {
  background-color: #32805a;
  text-align: center;
}

.scheme11 {
  background-color: #fbc887;
  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;
}

/* ----- カスタム設定 ----- */
@media screen and (max-width: 768px) {
  table.gsc-search-box td input {
    font-size: 180% !important;
  }
}

@media print, screen and (min-width: 769px) {
  .gsc-input-box {
    border: 1px solid #32805a !important;
    border-radius: 3px 0 0 3px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-input-box {
    border: 4px solid #32805a !important;
    border-radius: 10px 0 0 10px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 38px;
  }
}

@media screen and (max-width: 768px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 88px;
  }
}

@media print, screen and (min-width: 769px) {
  td.gsc-search-button {
    height: 38px;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  td.gsc-search-button {
    height: 88px;
    padding-left: 0 !important;
  }
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  background-color: #32805a !important;
}

@media print, screen and (min-width: 769px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 40px !important;
    border-radius: 0 3px 3px 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 100px !important;
    border-radius: 0 10px 10px 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: 36px !important;
    height: 36px !important;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.hide {
  display: none;
}

@media print {
  body {
    zoom: 1;
  }
}

#smartphone * {
  box-sizing: border-box;
}

#smartphone a {
  color: #333;
  display: block;
  text-decoration: none;
}

#smartphone .wrap {
  align-items: center;
  background-color: #f5f5f5;
  border: 6px solid #ccc;
  display: flex;
  justify-content: center;
  padding: 15px 0;
  position: relative;
  width: 100%;
}

#smartphone .wrap .txt {
  font-size: 230%;
  font-weight: bold;
  line-height: 140%;
  padding-right: 20px;
}

#smartphone .wrap .ico {
  background-color: #626262;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 20px;
}

#smartphone .wrap .ico:after {
  border-left: 12px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  bottom: 0;
  content: '';
  left: 0;
  height: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

/*==================================
header（PC）
==================================*/
@media print, screen and (min-width: 769px) {
  body {
    min-width: 1040px;
  }
  .to-container a {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    margin-top: -9999px;
    color: #333;
    font-size: 97%;
  }
  .to-container a:focus {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  #header-nav {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 20px 0 29px;
    background: url(../img_common/header_nav_bg.png) 0 0/100% 100%;
  }
  #header-nav .in {
    width: 1000px;
    margin: 0 auto;
  }
  #header-nav .list {
    display: flex;
    justify-content: center;
  }
  #header-nav .list > li {
    float: left;
    margin-left: 20px;
    text-align: center;
  }
  #header-nav .list > li:first-child {
    margin-left: 0;
  }
  #header-nav .list > li a {
    background: url(../img_common/nav_bg.png) 0 0/100% 100% no-repeat #fff;
    box-shadow: 0 0 7px 2px rgba(30, 108, 70, 0.2);
    border-radius: 5px;
    display: block;
    width: 235px;
    padding: 24px 0;
    text-decoration: none;
    color: #333;
    font-weight: bold;
  }
  #header-nav .list > li a:hover {
    opacity: 0.85;
  }
  #header {
    /* #header-nav */
    /* end-#header-nav */
    /* .header-subnav-area */
    /* end-.header-subnav-area */
  }
  #header .header-subnav-area {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    min-height: 125px;
  }
  #header .header-subnav-area .header-logo {
    position: absolute;
    top: 30px;
    left: 0;
  }
  #header .header-subnav-area .header-logo img {
    background-color: #fff !important;
  }
  #header .header-subnav-area .box {
    padding: 10px 0 0 520px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
  }
  #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;
    margin-top: 10px;
  }
  #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 .unit .list, #header .header-subnav-area .box .unit2 .list {
    margin-top: 3px;
  }
  #header .header-subnav-area .box .unit2 {
    width: 100%;
    display: flex;
    justify-content: end;
  }
  #header .header-subnav-area .box .unit2 .list {
    display: flex;
  }
  #header .header-subnav-area .box .unit2 li a {
    display: block;
    color: #333;
    padding: 5px 0  5px 30px;
    background: url(../img_common/foreign.png) 0 50% no-repeat;
  }
  #header .header-subnav-area .box .unit2 li.google-search a {
    background: none;
  }
  #header .header-subnav-area .box .unit2 li:first-child {
    display: flex;
    align-items: center;
  }
  #header .header-subnav-area .box #header-size .title, #header .header-subnav-area .box #header-color .title {
    padding-right: 7px;
    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 #header-size .item3 img, #header .header-subnav-area .box #header-color .item3 img {
    margin-right: 0 !important;
  }
  #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 li {
    padding-left: 10px;
  }
  #header .google-search {
    width: 270px;
  }
}

/*==================================
header（SP）
==================================*/
@media screen and (max-width: 768px) {
  #sp-header {
    /* モーダル */
  }
  #sp-header .box {
    display: block;
    /* #sp-header-logo */
    /* end-#sp-header-logo */
    /* #sp-header-logo */
    /* end-#sp-header-logo */
  }
  #sp-header .box #sp-header-logo {
    width: 80%;
    padding: 42px 0 42px 20px;
  }
  #sp-header .box #sp-header-logo a {
    display: block;
  }
  #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 .top-modal-menu-close {
    display: none;
    position: absolute;
    right: 0;
    top: 5px;
  }
  #sp-header .box #sp-header-nav .list {
    display: none;
  }
  #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;
    top: 5px;
  }
  #sp-header .modal-search-bg,
  #sp-header .modal-menu-bg {
    width: 100%;
    height: 1000px;
    display: none;
    position: absolute;
    top: 137px;
    left: 0;
    z-index: 9;
  }
  #sp-header .modal-search,
  #sp-header .modal-menu {
    display: none;
    position: absolute;
    top: 137px;
    left: 0;
    z-index: 100;
    width: 100%;
    background: url(../img_common/modal_bg.png);
    box-sizing: border-box;
  }
  #sp-header .modal-search .in,
  #sp-header .modal-menu .in {
    box-sizing: border-box;
    padding: 30px 20px 0;
  }
  #sp-header .modal-search .in .google-search,
  #sp-header .modal-menu .in .google-search {
    margin-bottom: 30px;
  }
  #sp-header .modal-search .in .box a,
  #sp-header .modal-menu .in .box a {
    font-size: 120%;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 30px;
    background-image: url(../img_common/modal_link_bg.png), url(../img_common/right_arrow.png);
    background-position: 0 50%, 98% 50%;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 0 7px 2px rgba(30, 108, 70, 0.2);
  }
  #sp-header .modal-search .support-block,
  #sp-header .modal-menu .support-block {
    padding: 30px 0;
  }
  #sp-header .modal-search .support-block .header-link,
  #sp-header .modal-menu .support-block .header-link {
    display: flex;
    flex-wrap: wrap;
    width: 500px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  #sp-header .modal-search .support-block .header-link li,
  #sp-header .modal-menu .support-block .header-link li {
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid #333;
    width: 100%;
  }
  #sp-header .modal-search .support-block .header-link li a,
  #sp-header .modal-menu .support-block .header-link li a {
    display: block;
    padding: 20px 90px;
    text-decoration: none;
    color: #333;
    background-repeat: no-repeat;
    background-position: 9% 50%, 95% 50%;
    background-size: 36px, 38px;
  }
  #sp-header .modal-search .support-block button,
  #sp-header .modal-menu .support-block button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0;
    outline: none;
    padding: 0;
  }
  #sp-header .modal-search .support-block .support-list,
  #sp-header .modal-menu .support-block .support-list {
    border-radius: 10px;
    box-sizing: border-box;
    margin: auto;
    padding: 30px 50px;
    width: 700px;
  }
  #sp-header .modal-search .support-block dl,
  #sp-header .modal-menu .support-block dl {
    align-items: center;
    display: flex;
    width: 500px;
    margin: 0 auto;
  }
  #sp-header .modal-search .support-block dt,
  #sp-header .modal-menu .support-block dt {
    flex-shrink: 0;
    margin-right: 20px;
    width: 260px;
    font-weight: bold;
  }
  #sp-header .modal-search .support-block dd,
  #sp-header .modal-menu .support-block dd {
    font-size: 0;
    margin-right: 10px;
  }
  #sp-header .modal-search .support-block .header-size,
  #sp-header .modal-menu .support-block .header-size {
    margin-bottom: 20px;
  }
  #sp-header .modal-search .support-block .header-size dd img,
  #sp-header .modal-menu .support-block .header-size dd img {
    height: 50px;
  }
  #sp-header .modal-search .support-block .header-color,
  #sp-header .modal-menu .support-block .header-color {
    margin-bottom: 50px;
  }
  #sp-header .modal-search .support-block .header-color dd img,
  #sp-header .modal-menu .support-block .header-color dd img {
    height: 60px;
  }
  #sp-header .modal-search .support-block .under-list,
  #sp-header .modal-menu .support-block .under-list {
    width: 560px;
    margin: 0 auto;
  }
  #sp-header .modal-search .support-block .under-list a,
  #sp-header .modal-menu .support-block .under-list a {
    color: #333;
    text-decoration: none;
    display: block;
    border-radius: 5px;
    border: 1px solid #333;
    margin-bottom: 30px;
    text-align: center;
    border: 2px solid #32805a;
    font-weight: bold;
  }
  #sp-header .modal-search .support-block .under-list.multilingual,
  #sp-header .modal-menu .support-block .under-list.multilingual {
    background: url(../img_common/foreign.png) 152px 50%/40px no-repeat #ffff;
  }
  #sp-header .modal-search .support-block .under-list.multilingual a,
  #sp-header .modal-menu .support-block .under-list.multilingual a {
    padding: 18px 170px 18px 190px;
    text-decoration: underline;
  }
  #sp-header .modal-search .support-block .under-list.pc-change,
  #sp-header .modal-menu .support-block .under-list.pc-change {
    background: url(../img_common/pc_change.png) 140px 50%/40px no-repeat #ffff;
  }
  #sp-header .modal-search .support-block .under-list.pc-change a,
  #sp-header .modal-menu .support-block .under-list.pc-change a {
    padding: 18px 120px 18px 160px;
    text-decoration: underline;
  }
  #sp-header .modal-search .modal-menu-close,
  #sp-header .modal-menu .modal-menu-close {
    padding: 20px 0;
    text-align: center;
    background-color: #32805a;
  }
  #sp-header .modal-search .modal-menu-close span,
  #sp-header .modal-menu .modal-menu-close span {
    cursor: pointer;
    position: relative;
    color: #fff;
  }
  #sp-header .modal-search .modal-menu-close span::before,
  #sp-header .modal-menu .modal-menu-close span::before {
    content: "";
    padding: 20px 30px;
    background: url(../img_common/close.png) 0 50% no-repeat;
  }
  #sp-header .modal-search .arrow,
  #sp-header .modal-menu .arrow {
    position: absolute;
    top: -14px;
    right: 8%;
  }
  #sp-header .modal-search .list li,
  #sp-header .modal-menu .list li {
    border-top: 2px dashed #00838f;
  }
  #sp-header .modal-search .list a,
  #sp-header .modal-menu .list a {
    display: block;
    padding: 22px 20px 20px 80px;
    background: url(../img_sub/link_item_naibu.png) no-repeat right center;
    color: #234378;
    font-size: 130%;
  }
  #sp-header .modal-search .title,
  #sp-header .modal-menu .title {
    background: url(../img_common/modal_menu_btn_plus.png) no-repeat 32px center;
    padding: 20px 25px 18px 80px;
    font-weight: normal;
  }
  #sp-header .modal-search .on,
  #sp-header .modal-menu .on {
    background-image: url(../img_common/modal_menu_btn_minus.png);
  }
  #sp-header .modal-search .in {
    padding: 20px 20px 0;
  }
  #sp-header .modal-search .title {
    background: none;
    padding: 0 0 10px;
  }
  #sp-header .modal-search .arrow {
    right: 28%;
  }
}

@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%;
  }
}

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
}

.title-des {
  text-align: center;
  position: relative;
  font-size: 240%;
  padding: 0 80px;
  width: fit-content;
  margin: 0 auto;
  max-width: 1000px;
}

@media screen and (max-width: 768px) {
  .title-des {
    font-size: 165%;
    padding: 0 60px;
  }
}

.title-des::after, .title-des::before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 4px;
  background-color: #32805a;
  border-radius: 2px;
}

.title-des::after {
  right: 0;
}

.title-des::before {
  left: 0;
}

@media print, screen and (min-width: 769px) {
  .width-content {
    width: 1000px;
    margin: 0 auto;
  }
}

.mv .mv-in {
  position: relative;
  height: 735px;
}

@media screen and (max-width: 768px) {
  .mv .mv-in {
    height: 800px;
  }
}

.mv .mv-in::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55px;
  background: url(../img_top/mv_under.png) 0 100%/100% 100% no-repeat;
}

.mv img {
  width: 100%;
  height: 735px;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .mv img {
    height: 800px;
  }
}

.mv .mv-position-text {
  background-color: rgba(255, 255, 255, 0.5);
  height: 190px;
  width: 677px;
  padding: 0 50px;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .mv .mv-position-text {
    width: 600px;
    padding: 0 30px;
  }
}

.top {
  padding: 80px 0 50px;
}

.top .title {
  font-size: 250%;
  padding-bottom: 30px;
  text-align: center;
  position: relative;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .top .title {
    font-size: 155%;
  }
}

.top .title::after {
  content: "";
  display: block;
  width: 300px;
  height: 4px;
  background-color: #32805a;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.top .top-text {
  margin: 25px 0;
  text-align: center;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 768px) {
  .top .top-text {
    font-size: 106%;
    padding: 0 30px;
    box-sizing: border-box;
  }
}

.top .link-list {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 769px) {
  .top .link-list {
    width: 750px;
    justify-content: center;
  }
}

@media print, screen and (min-width: 769px) {
  .top .link-list li {
    margin-left: 60px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .top .link-list li {
    margin: 0 0 30px 50px;
  }
}

.top .link-list li a {
  position: relative;
  padding: 30px 20px;
  box-sizing: border-box;
  text-align: center;
  display: block;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  background: url(../img_top/link_bg.png) 0 0/100% 100% no-repeat;
  width: 300px;
  border-radius: 5px;
  border: 2px solid #32805a;
}

@media screen and (max-width: 768px) {
  .top .link-list li a {
    width: 600px;
    font-size: 125%;
  }
}

.top .link-list li a::after {
  content: "";
  padding: 12px 30px;
  position: absolute;
  bottom: 35%;
  right: -40px;
  background: url(../img_top/green_arrow.png) no-repeat;
}

.top .link-list li a:hover {
  opacity: 0.85;
}

@media print, screen and (min-width: 769px) {
  .top .link-list li:nth-child(odd) {
    margin-left: 0;
  }
}

.mado {
  padding: 20px 0 120px;
}

@media screen and (max-width: 768px) {
  .mado {
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 768px) {
  .mado .title {
    padding: 0 50px;
  }
}

.mado .mado-link {
  display: flex;
  flex-wrap: wrap;
  padding: 0 12px;
  justify-content: center;
}

.mado .item {
  width: 225px;
  margin-right: 25px;
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .mado .item {
    width: 330px;
    margin-right: 45px;
    margin-top: 50px;
  }
}

.mado .item a {
  text-decoration: none;
  color: #333;
}

.mado .item a:hover {
  opacity: 0.85;
}

@media print, screen and (min-width: 769px) {
  .mado .item:nth-child(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .mado .item:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .mado .item:nth-child(1), .mado .item:nth-child(2) {
    margin-top: 20px;
  }
}

.mado .item-img {
  background: url(../img_top/mado_bg.png) 50% 50% no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media print, screen and (min-width: 769px) {
  .mado .item-img {
    height: 200px;
  }
}

@media screen and (max-width: 768px) {
  .mado .item-img {
    height: 280px;
    background-size: contain;
  }
}

.mado .item-img img {
  width: 164px;
  height: 164px;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .mado .item-img img {
    width: 240px;
    height: 240px;
  }
}

.mado .item-title {
  font-size: 125%;
  font-weight: bold;
  margin-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .mado .item-title {
    font-size: 118%;
  }
}

.mado .item-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #fbc887;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 2px;
}

.mado .item-txt {
  margin-top: 10px;
  font-size: 101%;
}

@media screen and (max-width: 768px) {
  .mado .item-txt {
    font-size: 105%;
  }
}

.mokuteki {
  padding: 60px 0;
  background: url(../img_top/mokuteki_bg.png);
}

@media screen and (max-width: 768px) {
  .mokuteki {
    background: url(../img_top/sp_mokuteki_bg.png);
    background-size: 4px;
  }
}

.mokuteki .mokuteki-list {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .mokuteki .mokuteki-list {
    padding: 0 20px;
  }
}

.mokuteki .mokuteki-list li {
  margin-right: 20px;
  margin-top: 35px;
  box-shadow: 0 0 7px 2px rgba(30, 108, 70, 0.2);
  border-radius: 5px;
  width: 320px;
  background-color: #fff;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .mokuteki .mokuteki-list li {
    width: 340px;
    margin-right: 29px;
  }
}

@media print, screen and (min-width: 769px) {
  .mokuteki .mokuteki-list li:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .mokuteki .mokuteki-list li:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .mokuteki .mokuteki-list li:nth-child(1), .mokuteki .mokuteki-list li:nth-child(2) {
    margin-top: 15px;
  }
}

.mokuteki .mokuteki-list a, .mokuteki .mokuteki-list .item-nolink {
  display: block;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 5px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  background: url(../img_top/green_arrow.png) 96% 92% no-repeat;
  width: 100%;
}

.mokuteki .mokuteki-list a:hover {
  opacity: 0.85;
}

.mokuteki .mokuteki-list .item-in {
  display: flex;
  align-items: center;
}

.mokuteki .mokuteki-list .item-txt {
  margin-left: 15px;
  font-size: 101%;
  font-weight: bold;
  min-height: 170px;
  display: flex;
  align-items: center;
  padding: 30px 22px 30px 0;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .mokuteki .mokuteki-list .item-txt {
    padding-right: 0;
    font-size: 90%;
  }
}

.mokuteki .mokuteki-list .item-img img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 5px;
}

.news {
  padding: 100px 0 60px;
}

@media screen and (max-width: 768px) {
  .news {
    padding: 80px 20px 30px;
  }
}

.news .news-box {
  margin-top: 30px;
  border: 8px solid #f2f2f2;
  border-radius: 10px;
  padding: 12px;
}

.news .news-box .news-list {
  max-height: 290px;
  overflow-y: auto;
}

@media screen and (max-width: 768px) {
  .news .news-box .news-list {
    min-height: 618px;
  }
}

.news .news-box li {
  padding: 20px;
  display: flex;
}

@media screen and (max-width: 768px) {
  .news .news-box li {
    flex-wrap: wrap;
  }
}

.news .news-box li:nth-child(2n) {
  background-color: #f2f2f2;
}

@media print, screen and (min-width: 769px) {
  .news .news-box li .txt {
    width: 760px;
    margin-left: 20px;
  }
}

.news .news-box li .txt a {
  color: #333;
}

.news .news-box li .date {
  color: #32805a;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .news .news-box li .date {
    display: block;
    width: 100%;
  }
}

.news .news-box .timeline-blank {
  text-align: center;
  margin-top: 20px;
}

.news .news-button {
  margin: 15px 0;
}

@media screen and (max-width: 768px) {
  .news .news-button {
    margin: 50px 0 20px;
  }
}

.news .news-button a {
  display: block;
  width: 290px;
  margin: 0 auto;
  padding: 17px 50px;
  box-sizing: border-box;
  text-align: center;
  font-size: 101%;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  background-image: url(../img_top/small_arrow.png), url(../img_top/news_bg.png);
  background-repeat: no-repeat;
  background-position: 93% 50%, 0 0;
  background-size: 31px 11px,  100% 100%;
}

@media screen and (max-width: 768px) {
  .news .news-button a {
    width: 410px;
  }
}

.news .news-button a:hover {
  opacity: 0.85;
}

.pickup {
  padding: 60px 0;
}

.pickup .slider-wrap {
  margin-top: 30px;
  position: relative;
}

.pickup .bx-wrapper {
  margin: 0 auto;
}

.pickup .bx-viewport {
  margin: -2px;
  padding: 2px;
  height: auto !important;
}

.pickup .links-slider li a, .pickup .links-slider li .item-nolink {
  background-color: #f2f2f2;
  padding: 20px 20px 30px;
  box-sizing: border-box;
  border-radius: 10px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  display: block;
}

@media screen and (max-width: 768px) {
  .pickup .links-slider li a, .pickup .links-slider li .item-nolink {
    padding: 40px 20px 30px;
  }
}

.pickup .links-slider li a:hover {
  opacity: 0.85;
}

.pickup .links-slider li img {
  width: 260px;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 0 7px 2px rgba(30, 108, 70, 0.2);
}

@media screen and (max-width: 768px) {
  .pickup .links-slider li img {
    width: 515px;
    height: 400px;
  }
}

.pickup .links-slider li .item-in {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pickup .links-slider li .item-txt p {
  display: block;
  margin-top: 30px;
}

.pickup .slide-controls button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0;
}

.pickup .slide-controls .arrow button {
  background: center /contain no-repeat;
  position: absolute;
}

@media print, screen and (min-width: 769px) {
  .pickup .slide-controls .arrow button {
    height: 60px;
    margin-top: -12.5px;
    top: 120px;
    width: 60px;
  }
}

@media screen and (max-width: 768px) {
  .pickup .slide-controls .arrow button {
    height: 70px;
    margin-top: -45px;
    top: 240px;
    width: 75px;
  }
}

.pickup .slide-controls .arrow button.bx-prev {
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .pickup .slide-controls .arrow button.bx-prev {
    background-image: url("../img_top/left_arrow.png");
    left: -40px;
  }
}

@media screen and (max-width: 768px) {
  .pickup .slide-controls .arrow button.bx-prev {
    background-image: url("../img_top/left_arrow.png");
    left: 30px;
  }
}

.pickup .slide-controls .arrow button.bx-next {
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .pickup .slide-controls .arrow button.bx-next {
    background-image: url("../img_top/right_arrow.png");
    right: -40px;
  }
}

@media screen and (max-width: 768px) {
  .pickup .slide-controls .arrow button.bx-next {
    background-image: url("../img_top/right_arrow.png");
    right: 30px;
  }
}

.pickup .slide-controls .control-unit {
  align-items: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

@media print, screen and (min-width: 769px) {
  .pickup .slide-controls .control-unit {
    margin-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  .pickup .slide-controls .control-unit {
    margin-top: 45px;
  }
}

.pickup .slide-controls .control-unit .bx-pager-list {
  display: flex;
  margin-bottom: 3px;
}

.pickup .slide-controls .control-unit .bx-pager-list .bx-pager-item {
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .pickup .slide-controls .control-unit .bx-pager-list .bx-pager-item {
    height: 4px;
    margin-right: 10px;
    width: 30px;
  }
}

@media screen and (max-width: 768px) {
  .pickup .slide-controls .control-unit .bx-pager-list .bx-pager-item {
    height: 6px;
    margin-right: 15px;
    width: 46px;
  }
}

.pickup .slide-controls .control-unit .bx-pager-list .bx-pager-item button {
  background-color: #9a9a9a;
  height: 100%;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .pickup .slide-controls .control-unit .bx-pager-list .bx-pager-item button {
    border-width: 4px;
  }
}

@media print, screen and (min-width: 769px) {
  .pickup .slide-controls .control-unit .bx-pager-list .bx-pager-item button.active {
    background-color: #32805a;
  }
}

@media screen and (max-width: 768px) {
  .pickup .slide-controls .control-unit .bx-pager-list .bx-pager-item button.active {
    background-color: #32805a;
  }
}

.pickup .slide-controls .control-unit .bx-controls-auto-item button {
  background: center /contain no-repeat;
  display: block;
}

@media print, screen and (min-width: 769px) {
  .pickup .slide-controls .control-unit .bx-controls-auto-item button {
    height: 30px;
    width: 30px;
  }
}

@media screen and (max-width: 768px) {
  .pickup .slide-controls .control-unit .bx-controls-auto-item button {
    height: 46px;
    width: 46px;
  }
}

.pickup .slide-controls .control-unit .bx-controls-auto-item button.bx-start {
  background-image: url("../img_top/start.png");
}

.pickup .slide-controls .control-unit .bx-controls-auto-item button.bx-stop {
  background-image: url("../img_top/stop.png");
}

.pickup .slide-controls .control-unit .bx-controls-auto-item button.active {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .pickup img {
    height: 600px;
    width: 1200px;
  }
}

@media screen and (max-width: 768px) {
  .pickup img {
    height: 600px;
    width: 690px;
  }
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
フッター
==================================*/
footer {
  margin-top: 100px;
}

footer .box {
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 90%;
}

footer .in {
  position: relative;
  background: url(../img_common/footer_bg.png) 0 0/100% 100% no-repeat;
}

footer #pagetop a {
  display: block;
  color: #333;
  text-decoration: none;
}

footer #pagetop a:hover {
  opacity: 0.85;
}

footer .copyright {
  padding: 15px 0;
  background-color: #32805a;
  color: #fff;
  font-size: 80%;
  text-align: center;
}

footer .footer-logo, footer .address {
  text-align: center;
  font-size: 115%;
}

footer .address {
  margin: 30px 0 40px;
}

footer .footer-button {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  footer .footer-button {
    flex-wrap: wrap;
  }
}

footer .footer-button li {
  margin: 0 30px;
}

@media screen and (max-width: 768px) {
  footer .footer-button li {
    margin-bottom: 30px;
  }
}

footer .footer-button li a {
  display: block;
  box-sizing: border-box;
  padding: 20px 40px;
  width: 270px;
  border-radius: 10px;
  text-align: center;
  color: #333;
  text-decoration: none;
  box-shadow: 0 0 7px 2px rgba(30, 108, 70, 0.2);
}

@media screen and (max-width: 768px) {
  footer .footer-button li a {
    width: 435px;
    font-size: 115%;
  }
}

footer .footer-button li a:hover {
  opacity: 0.85;
}

footer .footer-button li.otoiawase a {
  padding: 20px 70px 20px 95px;
  background: url(../img_common/otoiawase.png) 75px 50% no-repeat #fff;
}

@media screen and (max-width: 768px) {
  footer .footer-button li.otoiawase a {
    padding: 20px 100px 20px 135px;
    background: url(../img_common/otoiawase.png) 100px 50%/30px no-repeat #fff;
  }
}

footer .footer-button li.homepage a {
  padding: 20px 30px 20px 70px;
  background: url(../img_common/homepage.png) 40px 50% no-repeat #fff;
}

@media screen and (max-width: 768px) {
  footer .footer-button li.homepage a {
    background: url(../img_common/homepage.png) 40px 50%/35px no-repeat #fff;
  }
}

@media print, screen and (min-width: 769px) {
  footer .box {
    width: 1000px;
    padding: 70px 0 40px 0;
  }
  footer #pagetop {
    width: 90px;
    position: absolute;
    top: -50px;
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  footer .box {
    padding: 110px 20px 10px;
  }
  footer .footer-logo img {
    width: 90%;
  }
  footer #pagetop {
    position: absolute;
    top: -170px;
    right: 0;
  }
  footer #pagetop img {
    width: 120px;
  }
}
