@charset "UTF-8";
/* COMPASS
* ----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

/* BASE
* ----------------------------------------------- */
/* ADDITIONAL RESET
* -----------------------------------------------*/
*
* .mb01
*  margin-bottom: 01px !important */
.mb02 {
  margin-bottom: 2px !important;
}

.mb03 {
  margin-bottom: 3px !important;
}

.mb04 {
  margin-bottom: 4px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb06 {
  margin-bottom: 6px !important;
}

.mb07 {
  margin-bottom: 7px !important;
}

.mb08 {
  margin-bottom: 8px !important;
}

.mb09 {
  margin-bottom: 9px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb11 {
  margin-bottom: 11px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.mb13 {
  margin-bottom: 13px !important;
}

.mb14 {
  margin-bottom: 14px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.mb17 {
  margin-bottom: 17px !important;
}

.mb18 {
  margin-bottom: 18px !important;
}

.mb19 {
  margin-bottom: 19px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb21 {
  margin-bottom: 21px !important;
}

.mb22 {
  margin-bottom: 22px !important;
}

.mb23 {
  margin-bottom: 23px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb26 {
  margin-bottom: 26px !important;
}

.mb27 {
  margin-bottom: 27px !important;
}

.mb28 {
  margin-bottom: 28px !important;
}

.mb29 {
  margin-bottom: 29px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb31 {
  margin-bottom: 31px !important;
}

.mb32 {
  margin-bottom: 32px !important;
}

.mb33 {
  margin-bottom: 33px !important;
}

.mb34 {
  margin-bottom: 34px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb36 {
  margin-bottom: 36px !important;
}

.mb37 {
  margin-bottom: 37px !important;
}

.mb38 {
  margin-bottom: 38px !important;
}

.mb39 {
  margin-bottom: 39px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb41 {
  margin-bottom: 41px !important;
}

.mb42 {
  margin-bottom: 42px !important;
}

.mb43 {
  margin-bottom: 43px !important;
}

.mb44 {
  margin-bottom: 44px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb46 {
  margin-bottom: 46px !important;
}

.mb47 {
  margin-bottom: 47px !important;
}

.mb48 {
  margin-bottom: 48px !important;
}

.mb49 {
  margin-bottom: 49px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb51 {
  margin-bottom: 51px !important;
}

.mb52 {
  margin-bottom: 52px !important;
}

.mb53 {
  margin-bottom: 53px !important;
}

.mb54 {
  margin-bottom: 54px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb56 {
  margin-bottom: 56px !important;
}

.mb57 {
  margin-bottom: 57px !important;
}

.mb58 {
  margin-bottom: 58px !important;
}

.mb59 {
  margin-bottom: 59px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb155 {
  margin-bottom: 155px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
}

body img {
  max-height: none;
}


input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  font: inherit;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
}

/* GENERAL
* ----------------------------------------------- */
body {
  color: #222222;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Osaka, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
body.fixed {
  position: fixed;
  overflow: hidden;
  width: 100%;
}

.ft-serif {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", Georgia, serif;
}

.ft-numb {
  font-family: "Alte-DIN-1451-Mittelschrift";
}

/* HELPERS
* ----------------------------------------------- */
strong {
  font-weight: bold;
}
strong.red {
  color: red;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.center {
  margin: 0 auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

a {
  color: #222222;
  text-decoration: none;
}

.link {
  color: #28903f;
  text-decoration: underline;
}

.link-about {
  display: block;
  outline: none;
}

.trans {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.26s ease;
  -o-transition: opacity 0.26s ease;
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
}
.trans:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
  text-justify: distribute;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.container {
  min-width: 1010px;
}

.wrapper {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/* RESPONSIVE
* ----------------------------------------------- */
@media only screen and (max-width: 668px) {
  .trans,
  .trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  html {
    font-size: 15.625vw;
  }

  body {
    font-size: 0.2rem;
  }

  .container {
    width: auto;
    min-width: 320px;
    overflow: hidden;
  }

  .wrapper {
    width: auto;
    margin: 0;
  }
}
/* PARTS
* ----------------------------------------------- */
@font-face {
  font-family: "Alte-DIN-1451-Mittelschrift";
  src: url("../fonts/Alte-DIN-1451-Mittelschrift.ttf.woff") format("woff"), url("../fonts/Alte-DIN-1451-Mittelschrift.ttf.svg#Alte-DIN-1451-Mittelschrift") format("svg"), url("../fonts/Alte-DIN-1451-Mittelschrift.ttf.eot"), url("../fonts/Alte-DIN-1451-Mittelschrift.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
/* COMMON HEADER
* ----------------------------------------------- */
header {
  border-top: none;
}

header .middle {
  padding: 12px 0 11px 0 ;
}
header .middle .logo {
  float: left;
}
header .middle .logo a {
  display: block;
}
header .middle .logo img {
  display: block;
  height: 47px;
  width: auto;
}
header .middle .right {
  float: right;
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
}
header .middle .right .link-pri {
  text-align: right;
}
header .middle .right .link-pri a {
  font-size: 13px;
  color: #0087b9;
  letter-spacing: 0.06em;
  line-height: 1;
}
header .middle .right .box-search {
  margin-top: 0;
}

/* 検索ボックス */
header .middle .right .box-search .container-4 {
  display: flex;
  align-items: center;
  width: 200px;
  height: 30px;
  border: 1px solid #CBCBCB;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
}
header .middle .right .box-search input.google_search {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  flex: 1;
  width: 100% !important;
  min-width: 0;
  height: 100% !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  font-size: 12px;
  padding: 0 0 0 14px;
}
header .middle .right .box-search input.google_search::placeholder {
  color: #a5a5a5;
}

/* 検索ボタン */
header .middle .right .box-search .icon-btn {
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  padding: 0;
}

@media only screen and (max-width: 668px) {
  header {
    border-top: none;
    position: relative;
  }
  header .middle .logo {
    margin-top: 10px;
    margin-left: 5px;
  }
  header .middle .logo img {
    height: 34px;
  }
  header .middle .right {
    margin-top: 0;
    width: auto;
  }
  header .middle .right .box-search {
    margin-top: 0;
    float: left;
    width: 59px;
  }
  header .middle .right .box-search img {
    width: 100%;
    display: block;
  }
  /* スマホはスライド開閉パネルなので、PC用の丸ピル装飾を打ち消す */
  header .middle .right .box-search .container-4 {
    display: block;
    position: absolute;
    top: 100%;
    width: 100%;
    height: auto;
    border: none;
    border-radius: 0;
    overflow: visible;
    background: #fff;
    padding: 10px;
    padding-right: 51px;
    border-top: 1px solid #ccc;
    z-index: 999;
    right: -100%;
    transition: all 0.4s ease;
  }
  header .middle .right .box-search .container-4.show {
    right: 0;
  }
  header .middle .right .box-search input.google_search {
    width: 100%;
    height: 37px;
    font-size: 11px;
    padding: 0 10px;
  }
  header .middle .right .box-search .icon-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
  }
}
/* COMMON FOOTER
* ----------------------------------------------- */
footer {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.02em;
  color: #fff;
  position: relative;
}
footer .upper {
  background: #387947;
  padding-top: 22px;
  padding-bottom: 27px;
}
footer .upper .menu-ft {
  float: left;
  width: 276px;
}
footer .upper .menu-ft li {
  line-height: 1.84615;
}
footer .upper .menu-ft li a {
  font-size: 10px;
  color: #fff;
}
footer .upper .menu-ft li .child-menu {
  display: block;
}
footer .upper .menu-ft.bl01 {
  width: 290px;
}
footer .upper .menu-ft.bl02 {
  width: 244px;
}
footer .upper .menu-ft.bl03 {
  width: 190px;
}
footer .lower {
  background: #1e3923;
  padding: 15px 0 21px 0;
}
footer .lower .wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 32px;
}
footer .lower .org-name {
  font-size: 12px;
  margin: 0;
  white-space: nowrap;
}
footer .lower .address {
  font-size: 10px;
  line-height: 1.8;
  margin: 0;
}
footer .lower .copy-right {
  font-size: 9px;
  color: #819584;
  margin: 0 0 0 auto;
  white-space: nowrap;
}

.to-top {
  position: fixed;
  right: 50px;
  bottom: 21px;
  z-index: 9999;
  width: 54px;
  height: 54px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -khtml-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  opacity: 0;
}
.to-top.show {
  opacity: 1;
}
.to-top.absolute {
  position: absolute;
  top: -75px;
}

@media only screen and (max-width: 668px) {
  footer .upper {
    padding-top: 20px;
    padding-bottom: 25px;
    padding-left: 15px;
  }
  footer .upper .menu-ft li.has-child > p {
    background: url("../img/common/sp/plus.png") no-repeat 97% center;
    background-size: 15px;
    display: block;
    text-align: left;
    font-size: 11px;
    line-height: 1;
    padding: 14px 10px;
    border-bottom: 1px solid #9bcba5;
  }
  footer .upper .menu-ft li.has-child.active > p {
    background: url("../img/common/sp/minus.png") no-repeat 97% center;
    background-size: 15px;
  }
  footer .lower {
    font-size: 9px;
    padding: 7px 10px 4px;
    text-align: center;
  }
  footer .lower .left {
    width: 100%;
  }
  footer .lower .left p {
    line-height: 1.66667;
  }
  footer .lower .right {
    width: 100%;
    font-size: 8px;
    padding-top: 5px;
  }

  footer .upper .menu-ft li.heading {
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 8px;
    padding: 14px 10px;
  }
  footer .upper .menu-ft li .child-menu {
    margin-left: 0;
  }
  footer .upper .menu-ft li .child-menu li a {
    font-size: 10px;
  }

  footer .menu-hidden {
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 10px;
  }
  footer .menu-hidden a {
    display: inline-block;
    color: #fff;
    font-size: 10px;
    line-height: 1.5;
  }
  footer .menu-hidden .slash {
    display: inline-block;
    font-size: 8px;
  }

  .to-top {
    right: 11px;
    bottom: 13px;
    width: 27px;
    height: 27px;
    opacity: 0 !important;
  }
  .to-top img {
    width: 100%;
  }
  .to-top.show {
    opacity: 1 !important;
  }
  .to-top.absolute {
    top: -40px;
  }
  footer .lower{
    padding-top: 20px ;
    padding-left: 15px;
    padding-bottom: 15px;
  }
  footer .lower .wrapper {
    display: block;
    text-align: left;
  }
  footer .lower .org-name{
    margin-bottom: 11px;
  }
  footer .lower .address{
    margin-bottom: 24px;
  }
  footer .lower .copy-right{
    text-align: center;
  }
}
/* COMMON TITLES
* ----------------------------------------------- */
.title-h1 {
  text-align: center;
  background: #f6f6f6;
  padding: 31px 0;
}
.title-h1 .ttl-h1 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #28903f;
  line-height: 1.35714;
}

.ttl-h2 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.45455;
  border: 1px solid #cccccc;
  border-bottom: 2px solid #28903f;
  background: #f6f6f6 url("../img/common/icon05.png") no-repeat 10px 50%;
  padding: 16px 38px;
  margin-bottom: 43px;
}
.ttl-h2-sub {
  font-size: 70%;
  margin-left: 20px;
}

.ttl-h3 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1;
  border-bottom: 3px solid #e0e0e0;
  padding: 24px 1px;
  margin-bottom: 30px;
}
.ttl-h3 span {
  display: block;
  border-left: 7px solid #28903f;
  padding-left: 16px;
}

.ttl-h4 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.02em;
  border-bottom: 3px solid #e0e0e0;
  padding: 13px 0;
  margin-bottom: 35px;
}

.ttl-cmtop {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #204679;
  text-align: center;
}

.ttl-index {
  margin-bottom: 20px;
}
.ttl-index-contents {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-bottom: 20px;
}
.ttl-index .txt-cm01 {
  margin-bottom: 0;
}

.ttl-license-content {
  letter-spacing: 0.02em;
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media only screen and (max-width: 668px) {
  .title-h1 {
    padding: 25px 5px;
  }
  .title-h1 .ttl-h1 {
    font-size: 18px;
    line-height: 1.4;
  }

  .ttl-h2 {
    font-size: 15px;
    padding: 12px 30px;
  }
  .ttl-h2-donation ,
  .ttl-h2-schedule ,
  .ttl-h2-roster ,
  .ttl-h2-mg-guide ,
  .ttl-h2-reference {
    margin-bottom: 15px;
  }

  .ttl-h3 {
    font-size: 13px;
    line-height: 1.4;
    border-bottom: 2px solid #e0e0e0;
    padding: 14px 1px;
  }
  .ttl-h3 span {
    border-left: 4px solid #28903f;
    padding-left: 12px;
  }
  .ttl-h3-donation {
    margin-bottom: 15px;
  }

  .ttl-h4 {
    font-size: 13px;
    border-bottom: 2px solid #e0e0e0;
    padding: 10px 0;
  }

  .ttl-cmtop {
    font-size: 15px;
  }

  .ttl-index:last-of-type {
    margin-bottom: 0;
  }
  .ttl-index-contents {
    font-size: 10px;
  }

  .ttl-license-content {
    font-size: 10px;
  }
}
/* COMMON BUTTONS
* ----------------------------------------------- */
.btn-cm01 {
  width: 325px;
}
.btn-cm01.short {
  width: 300px !important;
}
.btn-cm01.long {
  width: 500px !important;
}
.btn-cm01.longest {
  width: 750px !important;
}
.btn-cm01 a {
  display: block;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #28903f;
  text-align: center;
  border: 2px solid #28903f;
  border-radius: 4px;
  background: #e2f0e5 url("../img/common/icon04.png") no-repeat 97% center;
  height: 71px;
  line-height: 71px;
}
.btn-cm01.btn-pdf {
  width: 365px;
  margin-bottom: 20px;
}
.btn-cm01.btn-pdf span {
  padding-right: 32px;
  background: url("../img/common/icon06.png") no-repeat right center;
}
.btn-cm01.btn-pdf.btn-open span {
  background: url("../img/common/icon15.png") no-repeat right center;
}
.btn-cm01.btn-pdf.no-icon span {
  background: none;
}

.btn-more {
  text-align: center;
}
.btn-more a {
  display: inline-block;
  text-align: center;
  width: 222px;
  font-size: 16px;
  color: #fff;
  height: 42px;
  line-height: 42px;
  border-radius: 2px;
  background: #28903f url("../img/common/icon09.png") no-repeat 95% center;
}

.btn-more.btn-more-mail a {
  position: relative;
}
.btn-more.btn-more-mail a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 50%;
  left: 20px;
  width: 18px;
  height: 14px;
  background: url(../img/common/icon04_wh.png) center center no-repeat;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}

.btn-more.btn-more-mgb {
  margin-bottom: 80px;
}

@media only screen and (max-width: 668px) {
  .btn-cm01 {
    width: 100%;
  }
  .gr-btn01.skin-schedule {
    padding: 0;
  }
  .gr-btn01.skin-schedule .btn-cm01 a {
    height: auto;
    padding: 2% 0;
    line-height: 1.5;
  }
  .gr-btn01.skin-schedule .btn-cm01.longest {
    width: auto !important;
  }
  .btn-cm01.longest {
    width: auto !important;
  }
  .btn-cm01.longest .btn-cm01-licence {
    line-height: 1.5;
    display: block;
    padding-top: 5px;
  }
  .btn-cm01 a {
    font-size: 10px;
    border: 1px solid #28903f;
    height: 40px;
    line-height: 40px;
    background-size: 10px;
  }
  .btn-cm01.btn-pdf {
    width: 100%;
  }
  .btn-cm01.btn-pdf span {
    padding-right: 25px;
    background-size: 13px;
  }
  .btn-cm01.btn-pdf.btn-open span {
    background-size: 13px;
  }

  .btn-more a {
    width: 100%;
    font-size: 11px;
    height: 35px;
    line-height: 35px;
    background-size: 11px;
  }

  .btn-more.btn-more-mgb {
    margin-bottom: 40px;
  }
}
/* COMMON BREADCRUMBS
* ----------------------------------------------- */
.breadcrumb {
  padding: 12px 0;
  margin-bottom: 20px;
}
.breadcrumb .list-bread {
  font-size: 13px;
  letter-spacing: 0.06em;
  line-height: 1;
}
.breadcrumb .list-bread li {
  display: inline-block;
  vertical-align: middle;
}
.breadcrumb .list-bread li img {
  display: block;
}
.breadcrumb .list-bread li a {
  font-size: 13px;
  color: #28903f;
  text-decoration: underline;
}
.breadcrumb .list-bread li span {
  color: #666;
}
.breadcrumb .list-bread li.arrow {
  margin: 0 8px;
}

@media only screen and (max-width: 668px) {
  .breadcrumb {
    padding: 10px 10px;
  }
  .breadcrumb .list-bread {
    font-size: 11px;
    line-height: 2;
  }
  .breadcrumb .list-bread li a {
    font-size: 11px;
  }
  .breadcrumb .list-bread li.arrow {
    margin: 0 5px;
  }
}
/* COMMON PART
* ----------------------------------------------- */
.img {
  text-align: center;
}

@media screen and (min-width:768px) {
  .img[class*="vest2-"]{
    margin-right: 0px !important;
    width: 33% !important;
    height: 352px !important;
  }
}


.block-cm01 {
  margin-bottom: 20px;
}
.block-cm01 p.txt01 {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 668px) {
  .block-cm01 {
    padding: 0 10px;
  }
  .block-cm01 p.txt01 {
    font-size: 11px;
    line-height: 1.5;
  }
}
/* grbtn */
.gr-btn01 {
  text-align: center;
  margin-bottom: 30px;
}
.gr-btn01.gr-btn01-left {
  text-align: left;
  margin-bottom: 80px;
}
.gr-btn01 .btn-cm01 {
  display: inline-block;
  margin: 0 8px;
}

@media only screen and (max-width: 668px) {
  .gr-btn01 {
    padding: 0 20px;
  }
  .gr-btn01.gr-btn01-left {
    text-align: left;
    margin-bottom: 30px;
  }
  .gr-btn01 .btn-cm01 {
    display: block;
    margin: 8px 0;
  }
}
/* text common01 */
p.txt-cm01 {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-bottom: 40px;
}
p.txt-cm01.txt-cm01-mgb {
  margin-bottom: 20px;
}
p.txt-cm01.txt-cm01-mgb-height {
  margin-bottom: 40px;
}
p.txt-cm01.txt-cm01-mgb.txt-cm01-mgb-last {
  margin-bottom: 80px;
}

@media only screen and (max-width: 668px) {
  p.txt-cm01 {
    font-size: 10px;
    margin-bottom: 20px;
  }
  p.txt-cm01.txt-cm01-mgb {
    margin-bottom: 10px;
  }
  p.txt-cm01.txt-cm01-mgb-height {
    margin-bottom: 20px;
  }
  p.txt-cm01.txt-cm01-mgb.txt-cm01-mgb-last {
    margin-bottom: 20px;
  }
}

/* ACCORDION */
.accordion {
  border: 1px solid #cccccc;
  background: #f6f6f6;
  padding: 19px;
  margin-bottom: 30px;
}
.accordion .inner {
  background: #28903f;
  padding-bottom: 11px;
}
.accordion .block-accor .ttl-accor {
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #f6f6f6;
  border-bottom: 2px solid #eaeaea;
  padding: 20px 40px;
  background: url("../img/common/icon07.png") no-repeat 97% 23px;
  cursor: pointer;
}
.accordion .block-accor .ttl-accor.active {
  background: url("../img/common/icon08.png") no-repeat 97% 31px;
}
.accordion .block-accor .content-accor {
  padding: 10px;
  display: none;
  border-bottom: 2px solid #eaeaea;
}
.accordion .block-accor .content-accor .ct-inner {
  background: #fff;
  padding: 19px 26px;
}
.accordion .block-accor .content-accor .ct-inner p, .accordion .block-accor .content-accor .ct-inner ul {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.accordion .block-accor .content-accor .ct-inner p a, .accordion .block-accor .content-accor .ct-inner ul a {
  color: #28903f;
  text-decoration: underline;
}
.accordion .block-accor .content-accor .ct-inner .left {
  float: left;
  margin-left: 60px;
}
.accordion .block-accor .content-accor .ct-inner .right {
  float: right;
  margin-right: 60px;
}

@media only screen and (max-width: 668px) {
  .accordion {
    padding: 10px;
  }
  .accordion .inner {
    padding-bottom: 5px;
  }
  .accordion .block-accor .ttl-accor {
    font-size: 14px;
    border-bottom: 1px solid #eaeaea;
    padding: 15px 23px;
    background-position: 97% 16px;
    background-size: 15px;
  }
  .accordion .block-accor .ttl-accor.active {
    background-size: 15px;
    background-position: 97% 22px;
  }
  .accordion .block-accor .content-accor {
    padding: 10px;
    display: none;
    border-bottom: 2px solid #eaeaea;
  }
  .accordion .block-accor .content-accor .ct-inner {
    padding: 15px 10px;
  }
  .accordion .block-accor .content-accor .ct-inner ul.list-link-license {
    font-size: 11px;
  }
  .accordion .block-accor .content-accor .ct-inner p {
    font-size: 11px;
  }
  .accordion .block-accor .content-accor .ct-inner .left {
    float: none;
    margin-left: inherit;
  }
  .accordion .block-accor .content-accor .ct-inner .right {
    float: right;
    margin-right: inherit;
  }
  .accordion .block-accor .content-accor .ct-inner .right.right-license {
    float: none;
  }
}
/* TABLE COMMON */
.table-cm01 {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
.table-cm01.table-cm01-mgb {
  margin-bottom: 80px;
}
.table-cm01.table-cm01-information .item1 {
  width: 130px;
}
.table-cm01.table-cm01-information .item2 {
  width: 200px;
}
.table-cm01 tr {
  border-bottom: 2px solid #fff;
}
.table-cm01 tr th {
  background: #dfded7;
  padding: 13px 22px;
}
.table-cm01 tr th.item1 {
  width: 90px;
}
.table-cm01 tr th.item3 {}

.table-cm01 tr th.item-license-width2 {
  width: 200px;
}

.table-cm01 tr td {
  border: 2px solid #fff;
  background: #f0efe8;
  padding: 13px 5px 13px 22px;
}
.table-cm01 tr td a {
  color: #28903f;
  text-decoration: underline;
}

@media only screen and (max-width: 668px) {
  .table-cm01 {
    width: 900px;
    font-size: 11px;
  }
  .table-cm01.table-cm01-information .item1 {
    width: 100px;
  }
  .table-cm01.table-cm01-information .item2 {
    width: 160px;
  }
  .table-cm01 tr th.item-license-width2 {
    width: 160px;
  }
  .table-cm01.table-cm01-nofixed {
    width: 100%;
  }
  .table-cm01.table-cm01-mgb {
    margin-bottom: 40px;
  }
}
/* LIST COMMON */
.list-cm01 {
  font-size: 16px;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
.list-cm01 li {
  padding-left: 10px;
  background: url("../img/common/icon01.png") no-repeat left 6px;
  margin-bottom: 9px;
}
.list-cm01 li a {
  color: #28903f;
  text-decoration: underline;
}
.list-cm01.noicon li {
  background: none;
}
.list-cm01.list-cm01-mgb {
  margin-bottom: 80px;
}
.list-cm01.list-cm01-introduction.list-cm01-introduction-pd .list-item-pd {
  padding-left: 0;
}

@media only screen and (max-width: 668px) {
  .list-cm01 {
    font-size: 11px;
  }
  .list-cm01 li {
    padding-left: 14px;
    background-position: left 3px;
    background-size: 5px;
  }
  .list-cm01.list-cm01-mgb {
    margin-bottom: 20px;
  }
  .list-cm01.list-cm01-index {
    margin-bottom: 0;
  }
  .list-cm01.list-cm01-introduction {
    font-size: 10px;
  }
}
/* SECTION COMMON */
.sec-common {
  background: #f6f6f6;
  padding: 57px 0 54px;
  margin-bottom: 30px;
}
.sec-common .inner {
  -js-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
  -ms-flex-flow: row wrap;
  position: relative;
  width: 100%;
}
.sec-common .inner .col-common {
  width: 490px;
  border: 1px solid #cccccc;
  border-top: 3px solid #28903f;
  background: #fff;
  padding: 25px 19px 35px;
  letter-spacing: 0.02em;
}
.sec-common .inner .col-common .ttl {
  text-align: center;
  font-size: 22px;
  color: #204679;
  font-weight: bold;
}
.sec-common .inner .col-common p.tx {
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #333;
  margin-top: 19px;
  margin-bottom: 46px;
}
.sec-common .inner .col-common .list-btn {
  margin-bottom: 20px;
}
.sec-common .inner .col-common .list-btn li {
  float: left;
  width: 220px;
  margin-bottom: 7px;
}
.sec-common .inner .col-common .list-btn li:nth-child(even) {
  margin-right: 0;
  float: right;
}
.sec-common .inner .col-common .list-btn li .btn-cm01 {
  width: 100%;
}
.sec-common .inner .col-common .list-btn li .btn-cm01 a {
  background-position: 94% center;
}
.sec-common .inner .col-common .list-cm01 {
  margin-bottom: 61px;
}

.sec-introduction ,
.sec-roster {
  margin-bottom: 80px;
}
.sec-introduction > .txt-cm01 {
  margin-bottom: 0;
}

@media only screen and (max-width: 668px) {
  .sec-common {
    padding: 40px 0 35px;
  }
  .sec-common .inner .col-common {
    width: 100%;
    padding: 25px 10px;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
    border: none;
    border-top: 1.5px solid #28903f;
  }
  .sec-common .inner .col-common .ttl {
    font-size: 16px;
  }
  .sec-common .inner .col-common p.tx {
    font-size: 10px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .sec-common .inner .col-common .list-btn {
    margin-bottom: 20px;
  }
  .sec-common .inner .col-common .list-btn li {
    width: 49%;
    margin-bottom: 2%;
  }
  .sec-common .inner .col-common .list-cm01 {
    margin-bottom: 35px;
  }
  .sec-common .btn-more {
    padding: 0 37px;
  }
  .sec-roster {
    margin-bottom: 20px;
  }
}
/* COMMON TAB */
.tab-common {
  margin-bottom: 20px;
}
.tab-common.news .tabs .tab-link {
  width: 154px;
}
.tab-common .tabs {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  padding: 18px 16px;
  -js-display: flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  position: relative;
  flex-wrap: wrap;
  -ms-flex-flow: row wrap;
  position: relative;
  width: 100%;
  letter-spacing: 0.02em;
}
.tab-common .tabs .tab-link {
  cursor: pointer;
  width: 186px;
  margin-right: 8px;
  text-align: center;
  font-size: 15px;
  color: #000;
  background: #fff;
  height: 46px;
  line-height: 46px;
  border: 2px solid #cccccc;
  border-radius: 4px;
}
.tab-common .tabs .tab-link.current {
  background: #28903f;
  border: 2px solid #28903f;
  color: #fff;
  position: relative;
}
/*@media only screen and (min-width: 669px) {*/
  .tab-common .tabs .tab-link.current:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    bottom: -8px;
    left: 50%;
    margin-left: -4px;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #28903f transparent transparent transparent;
  }
/*}*/
@media only screen and (min-width: 669px) {
  .tab-common .tabs .tab-link:hover {
    background: #28903f;
    border: 2px solid #28903f;
    color: #fff;
    position: relative;
  }
}
@media only screen and (min-width: 669px) {
  .tab-common .tabs .tab-link:hover:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    bottom: -8px;
    left: 50%;
    margin-left: -4px;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #28903f transparent transparent transparent;
  }
}
.tab-common.tab-common-news.news .tabs {
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.tab-common.tab-common-news.news .tabs .tab-link {
  width: 135px;
  font-size: 13px;
  margin-right: 0;
}
.tab-common.tab-common-news.news .tabs .tab-link ,
.tab-common.tab-common-news.news .tabs .tab-link.current {
  background: none;
  border: none;
  color: transparent;
}
.tab-common.tab-common-news.news .tabs .tab-link a {
  position: relative;
  width: 135px;
  height: 100%;
  font-size: 13px;
  margin-right: 0;
  cursor: pointer;
  text-align: center;
  color: #000;
  background: #fff;
  line-height: 46px;
  border: 2px solid #cccccc;
  border-radius: 4px;
}
.tab-common.tab-common-news.news .tabs .tab-link.current a {
  position: relative;
}
.tab-common.tab-common-news.news .tabs .tab-link.current a ,
.tab-common.tab-common-news.news .tabs .tab-link a:hover {
  position: relative;
  background: #28903f;
  border: 2px solid #28903f;
  color: #fff;
}
.tab-common.tab-common-news.news .tabs .tab-link.current a:before ,
.tab-common.tab-common-news.news .tabs .tab-link a:hover:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -8px;
  left: 50%;
  z-index: 1;
  margin-left: -4px;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #28903f transparent transparent transparent;
}
.tab-common .tabs .tab-link:last-child {
  margin-right: 0;
}
.tab-common .tabs.t-link .tab-link:hover:before {
  display: none;
}
.tab-common .tabs.t-link .tab-link a {
  display: block;
}
.tab-common .tabs.t-link .tab-link a:hover {
  color: #fff;
}
.tab-common .tabs.t-link .tab-link a:hover:before {
  display: none;
}
.tab-common.tab-common-news.news .tabs .tab-link a:hover:before {
  display: block;
}
.tab-common .tab-content {
  display: none;
  margin-top: 37px;
}
.tab-common .tab-content.current {
  display: block;
}
.tab-common.skin-index .tabs .tab-link {
  width: 140px;
  font-size: 14px;
}
.tab-common.skin-index .tabs .tab-link:nth-child(6n) {
  margin-right: 3px;
}

@media only screen and (max-width: 668px) {
  .tab-common .tabs .tab-link:hover {
/*    width: 31% !important;
    margin-right: 2% !important;
    margin-bottom: 7px;
    font-size: 9px;
    height: 31px;
    line-height: 31px;
    border: 1px solid #cccccc;
    border-radius: 2px;*/
  }
  .tab-common .tabs .tab-link:hover:before {
    /*display: none;*/
  }
  .tab-common .tabs {
    padding: 10px 10px 3px;
  }
  .tab-common .tabs .tab-link {
    width: 31% !important;
    margin-right: 2% !important;
    margin-bottom: 7px;
    font-size: 9px;
    height: 31px;
    line-height: 31px;
    border: 1px solid #cccccc;
    border-radius: 2px;
  }
  .tab-common.skin-index .tabs .tab-link {
    width: 31% !important;
    font-size: 9px;
  }
  .tab-common .tabs .tab-link:nth-child(3n) {
    margin-right: 0;
  }

  .tab-common .tabs.tabs-news .tab-link {
    width: 48% !important;
    margin-right: 0 !important;
  }

  .tab-common.tab-common-news.news .tabs .tab-link a ,
  .tab-common.tab-common-news.news .tabs .tab-link a:hover {
    width: 100%;
    line-height: 3;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 9px;
  }
  .tab-common.tab-common-news.news .tabs .tab-link a:hover:before {
    display: none;
  }
}

/* -- skin -- */
.tab-common.skin-license .tabs .tab-link.tab-link-long .br-extra {
  display: none;
}
@media only screen and (max-width: 668px) {
  .tab-common.skin-license .tabs {
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 10px 8px 3px;
  }
  .tab-common.skin-license .tabs .tab-link {
    margin-right: 0 !important;
  }
  .tab-common.skin-license .tabs .tab-link.tab-link-long {
    width: 35% !important;
  }
}
@media only screen and (max-width: 460px) {
  .tab-common.skin-license .tabs .tab-link {
    height: auto;
  }
  .tab-common.skin-license .tabs .tab-link.tab-link-long {
    height: auto;
    padding-top: 2%;
    line-height: 1;
  }
  .tab-common.skin-license .tabs .tab-link.tab-link-long .br-extra {
    display: block;
  }
}

/* COMMON ARTICLE */
.article-cm01 {
  border: 1px solid #cccccc;
  padding: 19px;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
.article-cm01-outer {
  display: block;
}
.article-cm01-inner .button {
  display: inline-block;
  text-align: center;
  width: 222px;
  font-size: 16px;
  color: #fff;
  height: 42px;
  line-height: 42px;
  border-radius: 2px;
  background: #28903f url(../img/common/icon09.png) no-repeat 95% center;
}
.article-cm01 .cate-mark {
  display: inline-block;
  width: 95px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  background: #75d1d1;
}
.article-cm01 .cate-mark.type2 {
  background: #fc3;
}
.article-cm01 .ttl-article {
  font-size: 20px;
  color: #28903f;
  line-height: 1.5;
  text-decoration: underline;
  margin-top: 18px;
}
.article-cm01 .txt-article {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 15px;
}
.article-cm01 .btn-more {
  text-align: left;
  margin-top: 8px;
}
.article-cm01 .left {
  float: left;
  width: 655px;
}
.article-cm01 .right {
  float: right;
  width: 276px;
}
.article-cm01 .right img {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 668px) {
  .article-cm01 {
    padding: 15px 10px;
  }
  .article-cm01 .cate-mark {
    width: 80px;
    height: 20px;
    line-height: 20px;
  }
  .article-cm01 .ttl-article {
    font-size: 16px;
    margin-top: 15px;
  }
  .article-cm01 .txt-article {
    font-size: 11px;
    margin-top: 12px;
  }
  .article-cm01 .btn-more {
    padding: 0px 37px;
    margin-top: 8px;
  }
  .article-cm01 .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .article-cm01 .right {
    width: 100%;
  }
}
/* LIST FLOW */
.list-flow {
  background: #f6f6f6;
  padding: 60px 0 70px;
  margin-bottom: 20px;
}
.list-flow .flow {
  -js-display: flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  position: relative;
  flex-wrap: wrap;
  -ms-flex-flow: row wrap;
  position: relative;
  width: 100%;
  letter-spacing: 0.02em;
}
.list-flow .flow.flow-justify {
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.list-flow .flow .flow-block {
  width: 314px;
  margin-right: 29px;
  border: 1px solid #cccccc;
  border-top: 3px solid #28903f;
  padding: 25px 20px;
  position: relative;
  background: #fff;
}
.list-flow .flow .flow-block.flow-block-wide {
  width: 300px;
}
.list-flow .flow .flow-block .img-arrow {
  position: absolute;
  right: -25px;
  top: 50%;
  margin-top: -16px;
}
.list-flow .flow .flow-block .img-arrow.skin-plus {
  right: -38px;
}
.list-flow .flow .flow-block .ttl-flow {
  font-size: 22px;
  font-weight: bold;
  color: #204679;
  text-align: center;
  margin-bottom: 25px;
}
.list-flow .flow .flow-block .txt-flow {
  font-size: 16px;
  color: #333;
  line-height: 1.875;
}
.list-flow .flow .flow-block:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 668px) {
  .list-flow {
    padding: 40px 0 20px;
  }
  .list-flow .flow .flow-block {
    width: 100%;
    margin-right: 0px;
    padding: 25px 20px;
    margin-bottom: 20px;
  }
  .list-flow .flow .flow-block.flow-block-wide {
    width: 100%;
  }
  .list-flow .flow .flow-block .img-arrow {
    display: none;
  }
  .list-flow .flow .flow-block .img-arrow.skin-plus {
    display: block;
    left: 50%;
    top: auto;
    bottom: -35px;
    margin-left: -13px;
  }
  .list-flow .flow .flow-block .img-arrow.skin-plus.skin-plus-mini {
    width: 17px;
  }
  .list-flow .flow .flow-block .img-arrow.skin-plus.skin-plus-mini > img {
    width: 100%;
  }
  .list-flow .flow .flow-block .ttl-flow {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .list-flow .flow .flow-block .txt-flow {
    font-size: 11px;
    color: #333;
    line-height: 1.875;
  }
  .list-flow .flow .flow-block.flow-block-wide {
    margin-bottom: 40px;
  }
}
/* list-roster */
.list-roster {
  font-size: 16px;
  margin-bottom: 10px;
}
.list-roster:last-of-type {
  margin-bottom: 0;
}
.list-roster-title {
  display: inline-block;
  width: 80px;
}
.list-roster-text {
  display: inline-block;
}
@media only screen and (max-width: 668px) {
  .list-roster {
    font-size: 11px;
  }
  .list-roster-title {
    display: block;
    width: auto;
  }
  .list-roster-text {
    display: block;
  }
}

/* BLOCK IMAGE01 */
.block-img01 {
  background: #f0f7f2;
  padding: 30px 0 38px 180px;
  margin-bottom: 20px;
}
.block-img01 img {
  display: block;
  max-width: 100%;
}

@media only screen and (max-width: 668px) {
  .block-img01 {
    padding: 30px 40px;
  }
}
/* BOX INFO */
.box-info {
  border: 1px solid #ccc;
  padding: 35px 37px 28px;
  background: #f6f6f6;
  letter-spacing: 0.02em;
  font-weight: bold;
  margin-bottom: 20px;
}
.box-info .ttl-box {
  font-size: 18px;
  color: #204679;
}
.box-info p {
  font-size: 16px;
  line-height: 1.875;
  margin-top: 5px;
}

@media only screen and (max-width: 668px) {
  .box-info {
    padding: 25px 15px;
  }
  .box-info .ttl-box {
    font-size: 15px;
  }
  .box-info p {
    font-size: 11px;
  }
}
.block-img02 {
  margin-bottom: 20px;
}
.block-img02 img {
  display: block;
  max-width: 100%;
}

/* GROUP CONTENT */
.gr-content {
  border: 1px solid #ccc;
  background: #f6f6f6;
  padding: 19px 19px 0;
  -js-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
  -ms-flex-flow: row wrap;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.gr-content.gr-content-mgb {
  margin-bottom: 40px;
}
.gr-content .block-content {
  width: 469px;
  background: #28903f;
  padding: 15px;
  margin-bottom: 20px;
}
.gr-content .block-content .main-link {
  display: block;
  border: 2px solid #cccccc;
  border-radius: 4px;
  background: #fff url("../img/common/icon04.png") no-repeat 96% center;
  padding: 18px 22px;
  font-size: 18px;
  color: #000;
}
.gr-content .block-content .list-link {
  margin-top: 18px;
}
.gr-content .block-content .list-link li {
  padding-left: 10px;
}
.gr-content .block-content .list-link li a {
  font-size: 16px;
  line-height: 2.125;
  color: #fff;
  text-decoration: underline;
  background: url("../img/common/icon12.png") no-repeat left 12px;
  padding-left: 20px;
  display: inline-block;
}

@media only screen and (max-width: 668px) {
  .gr-content {
    padding: 15px 10px 0;
  }
  .gr-content.gr-content-mgb {
    margin-bottom: 20px;
  }
  .gr-content .block-content {
    width: 100%;
    background: #28903f;
    padding: 15px;
    margin-bottom: 15px;
  }
  .gr-content .block-content .main-link {
    background: #fff url("../img/common/icon04.png") no-repeat 96% center;
    background-size: 11px;
    padding: 10px;
    padding-right: 23px;
    font-size: 15px;
  }
  .gr-content .block-content .list-link {
    margin-top: 18px;
  }
  .gr-content .block-content .list-link li {
    padding-left: 5px;
  }
  .gr-content .block-content .list-link li a {
    font-size: 11px;
    background: url("../img/common/icon12.png") no-repeat left 7px;
    padding-left: 15px;
  }
}
/* LIST STEP */
.list-step {
  background: #f0f7f2;
  padding: 20px 135px 6px;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
.list-step.list-step-guide {
  margin-bottom: 75px;
}
.list-step .block-step {
  position: relative;
  background: #fff;
  border-radius: 10px;
  border: 2px solid #28903f;
  font-size: 18px;
  font-weight: 500;
  padding: 18px 10px 18px 187px;
  color: #000;
}
.list-step .block-step:last-child {
  margin-bottom: 20px;
}
.list-step .block-step .stt-step {
  position: absolute;
  left: 0;
  top: 0;
  background: #e2f0e5;
  width: 159px;
  height: 100%;
  text-align: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.list-step .block-step .stt-step em {
  font-size: 22px;
}
.list-step .block-step .stt-step span {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  color: #28903f;
  font-weight: 500;
}
.list-step .img-arrow {
  margin: 4px 0;
}
.list-step .img-arrow img {
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 668px) {
  .list-step {
    padding: 20px 10px;
  }
  .list-step.list-step-guide {
    margin-bottom: 55px;
  }
  .list-step .block-step {
    border-radius: 7px;
    border: 1px solid #28903f;
    font-size: 13px;
    padding: 15px 10px 15px 90px;
  }
  .list-step .block-step .stt-step {
    width: 85px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
  }
  .list-step .block-step .stt-step em {
    font-size: 15px;
  }
  .list-step .img-arrow {
    margin: 4px 0;
  }
  .list-step .img-arrow img {
    display: block;
    margin: 0 auto;
  }
}
/* LIST POST */
.list-post {
  border: 1px solid #ccc;
  background: #f6f6f6;
  padding: 19px 19px 0;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
.list-post .block-post {
  margin-bottom: 14px;
}
.list-post .block-post a {
  display: block;
  border: 1px solid #ccc;
  padding: 20px;
  background: #fff;
}
.list-post .block-post .left {
  float: left;
  width: 655px;
}
.list-post .block-post .left .date-time {
  font-size: 15px;
  color: #333;
}
.list-post .block-post .news-frame {
  display: block;
  border: 1px solid #ccc;
  padding: 20px;
  background: #fff;
}
.list-post .block-post .news-link {
  display: inline-block;
  border: none;
  padding: 0;
  background-color: transparent;
}
.list-post .block-post .news-link.news-link-text {
  display: block;
}
.list-post .block-post .left .ttl-post {
  font-size: 20px;
  color: #28903f;
  text-decoration: underline;
  line-height: 1.5;
  margin-top: 10px;
}
.list-post .block-post .right {
  float: right;
  width: 226px;
}
.list-post .block-post .right img {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 668px) {
  .list-post {
    padding: 15px 10px 0;
    letter-spacing: 0.02em;
  }
  .list-post .block-post {
    margin-bottom: 15px;
  }
  .list-post .block-post a {
    padding: 15px 10px;
  }
  .list-post .block-post .left {
    width: 100%;
    margin-bottom: 10px;
  }
  .list-post .block-post .left .date-time {
    font-size: 11px;
    color: #333;
  }
  .list-post .block-post .left .ttl-post {
    font-size: 15px;
    margin-top: 10px;
  }
  .list-post .block-post .right {
    width: 100%;
  }
}
/* SPEC LINK */
.spec-link {
  -js-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
  -ms-flex-flow: row wrap;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.spec-link li {
  width: 493px;
}
.spec-link li a {
  display: block;
  border: 2px solid #28903f;
  border-radius: 2px;
  background: #e2f0e5 url("../img/common/icon04.png") no-repeat 98% center;
  padding: 7px;
}
.spec-link li .img-spec {
  float: left;
  width: 107px;
}
.spec-link li .img-spec img {
  display: block;
  width: 100%;
}
.spec-link li .txt {
  float: right;
  width: 368px;
  padding: 29px 15px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #333;
}

@media only screen and (max-width: 668px) {
  .spec-link li {
    width: 100%;
    margin-bottom: 15px;
  }
  .spec-link li a {
    display: block;
    border: 1px solid #28903f;
    background-size: 11px;
  }
  .spec-link li .img-spec {
    width: 25%;
  }
  .spec-link li .img-spec img {
    display: block;
    width: 100%;
  }
  .spec-link li .txt {
    width: 73%;
    padding: 8px 20px 8px 5px;
    font-size: 15px;
  }
}
/* BOX MAIL */
.box-mail {
  background: #f0f7f2 url("../img/common/icon14.png") no-repeat 95% 25px;
  border: 2px solid #28903f;
  padding: 28px 190px 0 28px;
  margin-bottom: 20px;
}
.box-mail .list-mail {
  font-size: 18px;
  letter-spacing: 0.02em;
}
.box-mail .list-mail li {
  padding-left: 52px;
  position: relative;
  margin-bottom: 28px;
  color: #000;
}
.box-mail .list-mail li span {
  display: inline-block;
  height: 33px;
  width: 33px;
  line-height: 33px;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: #2c9243;
  position: absolute;
  left: 0;
  top: -5px;
}

@media only screen and (max-width: 668px) {
  .box-mail {
    border: 1px solid #28903f;
    padding: 15px 10px 35px 15px;
    background-size: 53px;
    background-position: 97% 93%;
  }
  .box-mail .list-mail {
    font-size: 12px;
  }
  .box-mail .list-mail li {
    padding-left: 29px;
    position: relative;
    margin-bottom: 28px;
    color: #000;
  }
  .box-mail .list-mail li span {
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 12px;
    top: -2px;
  }
}
/* LIST BLOG */
.list-blog {
  background: #f6f6f6;
  letter-spacing: 0.02em;
  padding: 30px 0 56px;
  margin-bottom: 20px;
}
.list-blog.white {
  background: #fff;
}
.list-blog.list-blog-pdt {
  padding-top: 0;
}
.list-blog .inner {
  -js-display: flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  position: relative;
  flex-wrap: wrap;
  -ms-flex-flow: row wrap;
  position: relative;
  width: 100%;
}
.list-blog .block-blog {
  width: 324px;
  border: 1px solid #cccccc;
  border-top: 3px solid #28903f;
  background: #fff;
  margin-right: 14px;
  margin-bottom: 14px;
}
.list-blog .block-blog.two-col {
  width: 486px;
}
.list-blog .block-blog:nth-child(3n) {
  margin-right: 0;
}
.list-blog .block-blog.block-blog-space {
  padding: 0 20px 20px 20px;
}
.list-blog .block-blog.block-blog-space .list-cm01 li:last-of-type {
  margin-bottom: 0;
}
.list-blog .block-blog .ttl-h3 {
  margin-top: 12px;
  margin-bottom: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.list-blog .block-blog .ttl-blog {
  position: relative;
  height: 90px;
  font-size: 22px;
  font-weight: bold;
  color: #204679;
  line-height: 1.27273;
}
.list-blog .block-blog .ttl-blog .bubble {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: table;
}
.list-blog .block-blog .ttl-blog .bubble strong {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.list-blog .block-blog .ttl-blog .bubble strong.guide-strong {
  vertical-align: top;
  padding-top: 30px;
}
.list-blog .block-blog p {
  font-size: 16px;
  line-height: 1.875;
  color: #333;
}

.list-blog .block-blog.block-blog-aboutus {
  padding: 0 20px 25px;
}
.list-blog .block-blog.block-blog-aboutus > p {
  font-size: 12px;
  line-height: 1.3;
}
.list-blog .block-blog.block-blog-aboutus > p strong {
  letter-spacing: -.07em;
}

@media only screen and (max-width: 668px) {
  .list-blog {
    padding: 40px 0 36px;
  }
  .list-blog .block-blog {
    width: 100%;
    padding: 0 15px 20px;
    background: #fff;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .list-blog .block-blog .ttl-blog {
    height: 65px;
    font-size: 15px;
  }
  .list-blog .block-blog p {
    font-size: 11px;
  }

  .page-part .cm {
    padding: 0px 10px;
  }

  .list-blog .block-blog.block-blog-aboutus > p {
    font-size: 10px;
  }
}
/* COMMON PAGINATIONS
* ----------------------------------------------- */
.pager {
  background: #e2f0e5;
  text-align: center;
  margin-bottom: 20px;
}
.pager .ul-pager {
  -js-display: flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
  -ms-flex-flow: row wrap;
  position: relative;
  width: 100%;
}
.pager .ul-pager li {
  border-left: 1px solid #fff;
}
.pager .ul-pager li:last-child {
  border-right: 1px solid #fff;
}
.pager .ul-pager li .page-numbers, .pager .ul-pager li a {
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
}
.pager .ul-pager li .page-numbers.current, .pager .ul-pager li a.current {
  background: #28903f;
  color: #fff;
}
.pager .ul-pager li a.page-numbers:hover {
  background: #28903f;
  color: #fff;
}
.pager .ul-pager li.prev a {
  padding-left: 29px;
  background: url("../img/common/icon10.png") no-repeat 26px center;
}
.pager .ul-pager li.next a {
  padding-right: 29px;
  background: url("../img/common/icon04.png") no-repeat 78% center;
}
.pager .ul-pager .page-nb {
  width: 62px;
}
.pager .ul-pager .arrow {
  width: 152px;
}

@media only screen and (max-width: 668px) {
  .pager {
    background: none;
    text-align: center;
  }
  .pager .ul-pager li .page-numbers, .pager .ul-pager li a {
    height: 30px;
    line-height: 30px;
    font-size: 11px;
    border: 1px solid #ccc;
  }
  .pager .ul-pager li .page-numbers.current, .pager .ul-pager li a.current {
    border: 1px solid #28903f;
  }
  .pager .ul-pager li.prev a {
    padding-left: 0;
    background: #e2f0e5 url("../img/common/icon10.png") no-repeat 6% center;
    background-size: 11px;
  }
  .pager .ul-pager li.next a {
    padding-right: 0;
    background: #e2f0e5 url("../img/common/icon04.png") no-repeat 93% center;
    background-size: 11px;
  }
  .pager .ul-pager .page-nb {
    width: 30px;
    margin: 0 4px;
  }
  .pager .ul-pager .arrow {
    width: 100%;
    margin: 10px 0;
    padding: 0 30px;
  }
}
/* FORM CONTACT */
.warning-mark {
  display: inline-block;
  font-size: 16px;
  width: 56px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: #cb0000;
  text-align: center;
  margin-right: 24px;
}
.warning-mark.un {
  background: #7f7f7f;
}

.contact-form {
  letter-spacing: 0.02em;
}
.contact-form .form-table {
  width: 100%;
  margin-bottom: 50px;
}
.contact-form .form-table th {
  width: 330px;
  border: 1px solid #cccccc;
  font-size: 16px;
  color: #000;
  background: #e2f0e5;
  padding: 25px 24px;
  vertical-align: top;
}
.contact-form .form-table td {
  padding: 19px 18px;
  border: 1px solid #cccccc;
  font-size: 14px;
}
.contact-form .form-table td input[type="text"], .contact-form .form-table td input[type="email"] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #ccc;
  height: 40px;
  box-shadow: none;
  border-radius: 0;
  padding: 0 13px;
}
.contact-form .form-table td textarea {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #ccc;
  box-shadow: none;
  border-radius: 0;
  outline: none;
  height: 140px;
  padding: 10px;
  resize: none;
}
.firefox .contact-form .form-table td textarea {
  white-space: pre-wrap;
}
.contact-form .form-table td .select-box {
  width: 100%;
}
.contact-form .form-table td .select-box .menu-989 {
  display: block;
}
.contact-form .form-table td .select-box select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #ccc;
  height: 40px;
  padding: 0 40px 0 17px;
  background: url("../img/contact/dropdown.png") no-repeat 96% center;
  box-shadow: none;
  border-radius: 0;
}
.contact-form .form-table td .input {
  display: inline-block;
}
.contact-form .form-table td .input.t01 {
  width: 228px;
  margin-right: 13px;
  float: left;
}
.contact-form .form-table td .input.t02 {
  width: 100%;
}
.contact-form .form-table td .input.t03 {
  float: left;
  width: 178px;
}
.contact-form .form-table td .icon-nbsp {
  float: left;
  margin: 19px 5px 0;
  line-height: 1;
}
.contact-form .form-table td .icon-nbsp img {
  display: block;
}
.contact-form .box-policy {
  border: 1px solid #cccccc;
  padding: 25px 20px;
  margin-bottom: 72px;
}
.contact-form .box-policy p {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}
.contact-form .box-policy .btn-cm01 {
  width: 250px;
  margin: 20px auto 28px;
}
.contact-form .box-policy .btn-cm01 a {
  height: 46px;
  line-height: 46px;
}
.contact-form .btn-submit {
  text-align: center;
}
.contact-form .btn-submit input {
  display: inline-block;
  width: 320px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  height: 67px;
  line-height: 67px;
  border-radius: 2px;
  background: #28903f url("../img/common/icon09.png") no-repeat 97% center;
  cursor: pointer;
}
.contact-form .btn-submit input:hover {
  opacity: 0.7;
}

.contact-form .btn-submit input.link-back {
  background: #28903f url("../img/common/icon16.png") no-repeat 3% center;
}

.contact-form .btn-submit input.wpcf7-submit {
  margin-top: 20px !important;
}


.ie .contact-form .form-table td .select-box select {
  background: none;
  padding-right: 0;
}

@media only screen and (max-width: 668px) {
  .warning-mark {
    font-size: 10px;
    width: 40px;
    height: 20px;
    line-height: 20px;
    margin-right: 12px;
  }

  .contact-form .form-table {
    width: 100%;
    margin-bottom: 30px;
  }
  .contact-form .form-table th {
    display: block;
    width: 100%;
    font-size: 11px;
    padding: 10px 10px;
  }
  .contact-form .form-table td {
    display: block;
    width: 100%;
    padding: 15px 0;
    border: none;
    font-size: 10px;
  }
  .contact-form .form-table td input[type="text"], .contact-form .form-table td input[type="email"] {
    height: 25px;
    padding: 0 5px;
  }
  .contact-form .form-table td textarea {
    height: 70px;
    padding: 5px;
  }
  .contact-form .form-table td .select-box select {
    border: 1px solid #ccc;
    height: 30px;
    padding: 0 25px 0 10px;
    background-size: 9px;
  }
  .contact-form .form-table td .input.t01 {
    width: 48%;
    margin-right: 4%;
  }
  .contact-form .form-table td .input.t01:nth-child(2n) {
    margin-right: 0;
  }
  .contact-form .form-table td .input.t02 {
    width: 100%;
  }
  .contact-form .form-table td .input.t03 {
    width: 30%;
  }
  .contact-form .form-table td .input.t03:nth-child(3n) {
    margin-right: 0;
  }
  .contact-form .form-table td .icon-nbsp {
    margin: 11px 0;
    width: 5%;
  }
  .contact-form .form-table td .icon-nbsp img {
    height: 1px;
    margin: 0 auto;
  }
  .contact-form .box-policy {
    padding: 15px 10px;
    margin-bottom: 30px;
  }
  .contact-form .box-policy p {
    font-size: 10px;
  }
  .contact-form .box-policy .btn-cm01 {
    width: 100%;
    margin: 10px auto 18px;
    padding: 0 37px;
  }
  .contact-form .box-policy .btn-cm01 a {
    height: 35px;
    line-height: 35px;
  }
  .contact-form .btn-submit input {
    width: 250px;
    font-size: 11px;
    height: 35px;
    line-height: 35px;
    background-size: 11px;
  }
}
/* PAGES
* ----------------------------------------------- */
.page-top .sec-common {
  padding: 25px 0 25px;
}
.page-top .sec-common .inner .col-common {
  padding-bottom: 15px;
}

.slider-top {
  position: relative;
}
.slider-top .ct-slider {
  position: absolute;
  max-width: 1000px;
  top: 0;
  left: 50%;
  margin-left: -500px;
}
.slider-top .slider .block-slider {
  background: #28903f;
  height: 408px;
  outline: none;
  -webkit-backface-visibility: hidden;
  background-position: left top;
}
.slider-top .slider .block-slider .ttl-slide {
  font-size: 50px;
  letter-spacing: 0.02em;
  color: #fff;
  margin-left: 17%;
  margin-top: 100px;
}
.slider-top .slider .block-slider.block01 {
  background: #28903f url("../img/top/slide01.jpg") no-repeat;
  background-size: cover;
}
.slider-top .slider .block-slider.block02 {
  background: #28903f url("../img/top/slide02.jpg") no-repeat;
  background-size: cover;
}
.slider-top .slider .block-slider.block03 {
  background: #28903f url("../img/top/slide03.jpg") no-repeat;
  background-size: cover;
}
.slider-top .slider .block-slider.block04 {
  background: #28903f url("../img/top/slide04.jpg") no-repeat;
  background-size: cover;
}
.slider-top .bx-controls-direction {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -14px;
}
.slider-top .bx-controls-direction a {
  text-indent: -9999px;
  display: block;
  width: 17px;
  height: 27px;
  position: absolute;
}
.slider-top .bx-controls-direction a.bx-next {
  background: url("../img/top/next.png") no-repeat center;
  background-size: cover;
  right: 50px;
}
.slider-top .bx-controls-direction a.bx-prev {
  background: url("../img/top/prev.png") no-repeat center;
  background-size: cover;
  left: 50px;
}
.slider-top .bx-pager {
  position: absolute;
  width: 100%;
  bottom: 15px;
  text-align: center;
  line-height: 1;
  z-index: 9;
}
.slider-top .bx-pager .bx-pager-item {
  display: inline-block;
  width: 11px;
  margin: 0 9px;
}
.slider-top .bx-pager .bx-pager-item a {
  display: block;
  text-indent: -9999px;
  height: 11px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 50%;
}
.slider-top .bx-pager .bx-pager-item a.active, .slider-top .bx-pager .bx-pager-item a:hover {
  background: #28903f;
}
.slider-top .left {
  float: left;
  margin-top: 210px;
  margin-left: -124px;
}
.slider-top .left .banner-slide {
  margin-top: 92px;
}
.slider-top .left .banner-slide img {
  display: block;
}

.box-contract {
  float: right;
  width: 340px;
  margin-top: 25px;
  margin-right: -168px;
  border: 2px solid #fff;
  padding: 25px 14px;
  text-align: center;
  letter-spacing: 0.06em;
}
.box-contract .ttl-box {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 22px;
  color: #fff;
}
.box-contract .box-white {
  background: #fff;
  padding: 17px 0 15px;
  letter-spacing: -.01em;
  margin-bottom: 2px;
}
.box-contract .box-white .numb {
  font-size: 48px;
  color: #ff9a37;
  display: inline-block;
}
.box-contract .box-white p {
  display: inline-block;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  color: #333333;
}
.box-contract .box-white p span {
  color: #28903f;
}
.box-contract .boxw {
  background: #fff;
  padding: 13px 0 10px;
}
.box-contract .boxw p {
  font-size: 16px;
  font-weight: bold;
}
.box-contract .boxw p span {
  display: block;
  font-size: 24px;
  color: #28903f;
}
.box-contract .boxw p span em {
  color: #333;
}
.box-contract p.txt-box {
  color: #fff;
  font-size: 14px;
  margin: 7px 0 15px;
}
.box-contract .btn-box a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #28903f;
  height: 45px;
  line-height: 45px;
  border-radius: 2px;
  background: #fff url("../img/common/icon04.png") no-repeat 98% center;
}

.first-block {
  text-align: left;
  background: #f5f5f5;
  padding: 20px 0 23px 0;
  border-top: 1px solid #e6e6e6;
}
.first-block .txt-cm01 {
  position: relative;
  margin: 0;
  font-size: 13px;
  color: #333;
  line-height: 1.8;
}
.first-block .txt-cm01 .warning {
  display: inline-block;
  width: auto;
  background: #fff;
  border: 1px solid #086738;
  border-radius: 0;
  font-size: 12px;
  height: auto;
  line-height: 1.5;
  color: #086738;
  margin: 0 13px 0 0;
  padding: 4px 8px 3px 8px;
  vertical-align: middle;
}
.first-block .btn-more {
  margin: 4px 0 0;
}
.first-block .btn-more a {
  display: inline-block;
  height: auto;
  line-height: 1;
  width: auto;
  padding: 0;
  font-size: 13px;
  color: #0087b9;
  text-decoration: underline;
  background: none;
}
.first-block .txt-cm01 .fc-msg-right {
  display: block;
  float: right;
  text-align: left;
  line-height: 1.6;
}
.first-block .txt-cm01:after {
  content: "";
  display: table;
  clear: both;
}

.sec-basic {
  background: url("../img/top/bg01.jpg") repeat-x top center;
  background-size: auto 100%;
  text-align: center;
  padding: 10px 0 10px;
}
.sec-basic .ttl-basic {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}
.sec-basic .txt-cm01 {
  margin-bottom: 25px;
}

.second-section .col-common {
  padding-top: 36px;
}
.second-section .col-common .upper {
  margin-bottom: 30px;
}
.second-section .col-common .upper .left {
  float: left;
  width: 76px;
}
.second-section .col-common .upper .left img {
  display: block;
  max-width: 100%;
}
.second-section .col-common .upper .right {
  float: right;
  width: 347px;
  padding-top: 8px;
}
.second-section .col-common .upper .right .ttl {
  text-align: left;
}
.second-section .col-common .upper .right .tx {
  margin-top: 9px;
  margin-bottom: 0;
}

.offer {
  padding: 15px 0 20px;
}
.offer .inner {
  -js-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
  -ms-flex-flow: row wrap;
  position: relative;
  width: 100%;
  margin-top: 34px;
  margin-bottom: 5px;
}
.offer .inner .list-cm01 {
  width: 50%;
}

.mark-cate {
  display: inline-block;
  font-size: 14px;
  min-width: 95px;
  text-align: center;
  height: 24px;
  line-height: 24px;
  color: #fff;
  padding: 0 10px;
}
.mark-cate.t01 {
  background: #75d1d1;
}
.mark-cate.t02 {
  background: #ffcc33;
}
.mark-cate.t03 {
  background: #9999cc;
}
.mark-cate.t04 {
  background: #e07d12;
}

.notice {
  background: #f0f0f0;
  padding: 20px 0 30px;
}
.notice .tab-common {
  margin-top: 30px;
  margin-bottom: 30px;
}
.notice .tabs {
  padding: 0%;
  border: none;
  background: none;
}
.notice .tabs .tab-link {
  width: 164px;
  margin-right: 3px;
}
.notice .list-notice {
  letter-spacing: 0.02em;
}
.notice .list-notice li {
  float: left;
  width: 236px;
  margin-right: 18px;
}
.notice .list-notice li:nth-child(4n) {
  margin-right: 0;
}
.notice .list-notice li .date-time {
  font-size: 16px;
  color: #333;
  display: block;
  margin-top: 13px;
}
.notice .list-notice li .mark-cate {
  margin-top: 9px;
  margin-bottom: 13px;
}
.notice .list-notice li .ttl-notice {
  font-size: 14px;
  color: #28903f;
  line-height: 1.71429;
  text-decoration: underline;
}
.notice .list-notice li a {
  display: block;
}
.notice .list-notice li a img {
  display: block;
  width: 100%;
}

.last-block {
  padding-top: 30px;
  padding-bottom: 50px;
}
.last-block .row-block {
  margin-bottom: 15px;
}
.last-block .spec-link {
  width: 490px;
  float: left;
  margin-right: 0px;
  margin-top: -3px;
}
.last-block .spec-link li {
  margin-bottom: 3px;
}
.last-block .spec-link li .txt {
  width: 365px;
  padding-top: 18px;
  padding-bottom: 8px;
}
.last-block .spec-link li .link-text {
  float: right;
  width: 365px;
  font-size: 14px;
  color: #333;
  padding: 0 15px;
}

.last-block .block-link {
  width: 490px;
  position: relative;
  background: #f0efe8;
  float: left;
  margin-right: 20px;
}
.last-block .block-link:nth-child(even) {
  margin-right: 0;
}
.last-block .block-link .overl {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
}
.last-block .block-link .overl .in {
  border: 2px solid #fff;
  position: relative;
  height: 100%;
  width: 100%;
}
.last-block .block-link .left {
  float: left;
  width: 246px;
}
.last-block .block-link .left img {
  display: block;
  width: 100%;
}
.last-block .block-link .right {
  position: absolute;
  height: 100%;
  width: 243px;
  right: 0;
  top: 0;
  color: #333;
  letter-spacing: 0.02em;
}
.last-block .block-link .right .bubble {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: table;
}
.last-block .block-link .right .bubble .ct {
  display: table-cell;
  vertical-align: middle;
  padding: 0 30px;
}
.last-block .block-link .right .ttl-block {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 13px;
}
.last-block .block-link .right .ttl-block:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 19px;
  background: #28903f;
  bottom: 0;
  left: 0;
}
.last-block .block-link .right .ttl-block.ttl-block-index1:before {
  width: 163px;
}
.last-block .block-link .right .ttl-block.ttl-block-index2:before {
  width: 143px;
}
.last-block .block-link .right .ttl-block.ttl-block-index3:before {
  width: 123px;
}
.last-block .block-link .right p {
  font-size: 14px;
  line-height: 1.71429;
}
.last-block .list-btn {
  -js-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
  -ms-flex-flow: row wrap;
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.last-block .list-btn li {
  width: 244px;
}
.last-block .list-btn li .btn-cm01 {
  width: 100%;
}
.last-block .list-btn li .btn-cm01 a {
  background: url("../img/common/icon04.png") no-repeat 97% center;
}
.last-block .list-btn li .btn-cm01 a.mail {
  line-height: 23px;
  padding-top: 10px;
}
.last-block .list-btn li .icon01 {
  background: #e2f0e5 url("../img/top/icon01.png") no-repeat 27px center;
}
.last-block .list-btn li .icon02 {
  background: #e2f0e5 url("../img/top/icon02.png") no-repeat 23px center;
}
.last-block .list-btn li .icon03 {
  background: #e2f0e5 url("../img/top/icon03.png") no-repeat 27px center;
}
.last-block .list-btn li .icon04 {
  background: #e2f0e5 url("../img/top/icon04.png") no-repeat 19px center;
}
.last-block .list-btn li .icon05 {
  background: #e2f0e5 url("../img/top/icon05.png") no-repeat 18px center;
}

@media (max-width: 1500px) {
  .slider-top .slider .block-slider {
    background-position: -100px top !important;
  }
  .slider-top .slider .block-slider .ttl-slide {
    margin-left: 10%;
  }
  .slider-top .box-contract {
    margin-right: -60px;
  }
  .slider-top .left {
    margin-left: -50px;
  }
}
@media (max-width: 1400px) {
  .slider-top .slider .block-slider .ttl-slide {
    font-size: 40px;
    margin-left: 10%;
  }
  .slider-top .left .banner-slide img {
    height: 45px;
  }
}
@media (max-width: 1280px) {
  .slider-top .slider .block-slider .ttl-slide {
    font-size: 30px;
  }
  .slider-top .left {
    margin-left: 10px;
  }
  .slider-top .left .banner-slide img {
    height: 38px;
  }
  .slider-top .box-contract {
    margin-right: 10px;
  }
}
@media (max-width: 1110px) {
  .slider-top .slider .block-slider {
    background-position: -200px top !important;
  }
  .slider-top .left {
    margin-left: 65px;
  }
  .slider-top .box-contract {
    margin-right: 55px;
  }
  .slider-top .bx-controls-direction {
    display: none;
  }
}
@media only screen and (max-width: 668px) {
  .slider-top {
    position: relative;
  }
  .slider-top .ct-slider {
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-left: 0;
  }
  .slider-top .slider .block-slider {
    background: none;
    height: 135px;
    background-position: center !important;
  }
  .slider-top .slider .block-slider .ttl-slide {
    font-size: 21px;
    line-height: 1.34884;
    margin-left: 0;
    margin-top: 20px;
    padding: 0 10px;
  }
  .slider-top .slider .block-slider.block01 {
    background: url("../img/top/sp/slide01.jpg") no-repeat center;
    background-size: cover;
  }
  .slider-top .slider .block-slider.block02 {
    background: url("../img/top/sp/slide02.jpg") no-repeat center;
    background-size: cover;
  }
  .slider-top .slider .block-slider.block03 {
    background: url("../img/top/sp/slide03.jpg") no-repeat center;
    background-size: cover;
  }
  .slider-top .slider .block-slider.block04 {
    background: url("../img/top/sp/slide04.jpg") no-repeat center;
    background-size: cover;
  }
  .slider-top .bx-controls-direction {
    display: none;
  }
  .slider-top .bx-pager {
    bottom: 5px;
    height: 5px;
  }
  .slider-top .bx-pager .bx-pager-item {
    display: inline-block;
    width: 5px;
    margin: 0 6px;
  }
  .slider-top .bx-pager .bx-pager-item a {
    height: 5px;
  }
  .slider-top .bx-pager .bx-pager-item a.active, .slider-top .bx-pager .bx-pager-item a:hover {
    background: #22903b;
  }
  .slider-top .left {
    float: none;
    padding: 0;
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    bottom: 17px;
    left: 10px;
  }
  .slider-top .left .ttl-slide img {
    display: block;
    height: 49px;
  }
  .slider-top .left .banner-slide {
    margin-top: 0px;
  }
  .slider-top .left .banner-slide img {
    display: block;
    height: 29px;
  }

   .first-block {
    padding: 10px 16px;
    text-align: left;
  }
  .first-block .txt-cm01 {
    margin: 0;
    line-height: 1.7;
  }
  .first-block .txt-cm01 .warning {
    width: auto;
    border: 1px solid #086738;
    border-radius: 0;
    font-size: 10px;
    height: auto;
    line-height: 1.5;
    color: #086738;
    margin: 0 13px 0 0;
    padding: 2px 6px;
    text-align: center;
  }
  .first-block .btn-more {
    padding: 0;
    margin-top: 4px;
  }
  .first-block .btn-more a {
    height: auto;
    line-height: 1.4;
    width: auto;
    padding: 0;
    font-size: 11px;
    color: #0087b9;
    background: none;
    text-decoration: underline;
  }
  .first-block .txt-cm01 .fc-msg-right {
    float: none;
    display: block;
    text-align: left;
    margin-top: 8px;
  }

  .sec-basic {
    padding: 17px 10px 20px;
  }
  .sec-basic .ttl-basic {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .sec-basic .txt-cm01 {
    margin-bottom: 15px;
  }
  .sec-basic .btn-more {
    padding: 0 37px;
  }

  .box-contract {
    position: relative;
    float: none;
    width: 100%;
    top: auto;
    right: auto;
    border: none;
    background: #f0efe8;
    padding: 20px 10px;
    margin: 0;
  }
  .box-contract .ttl-box {
    font-size: 16px;
    color: #28903f;
    margin-bottom: 17px;
  }
  .box-contract .box-white {
    background: #fff;
    padding: 17px 0 15px;
    margin-bottom: 2px;
  }
  .box-contract .box-white .numb {
    vertical-align: middle;
    margin-right: 4px;
    font-size: 44px;
  }
  .box-contract .box-white p {
    vertical-align: middle;
    font-size: 16px;
    margin-left: 4px;
  }
  .box-contract .box-white p span {
    color: #28903f;
  }
  .box-contract .boxw {
    background: #fff;
    padding: 10px 0 14px;
  }
  .box-contract .boxw p {
    font-size: 14px;
  }
  .box-contract .boxw p span {
    font-size: 22px;
  }
  .box-contract p.txt-box {
    color: #333333;
    font-size: 10px;
    margin: 9px 0 11px;
  }
  .box-contract .btn-box {
    padding: 0 37px;
  }
  .box-contract .btn-box a {
    font-size: 11px;
    height: 45px;
    line-height: 45px;
    background-size: 11px;
  }

  .second-section {
    padding-top: 0;
    padding-bottom: 0;
  }
  .second-section .inner .col-common {
    padding-top: 36px;
    margin-bottom: 0;
  }
  .second-section .inner .col-common .upper {
    margin-bottom: 30px;
  }
  .second-section .inner .col-common .upper .left {
    width: 17%;
  }
  .second-section .inner .col-common .upper .right {
    width: 80%;
    padding-top: 6px;
  }
  .second-section .inner .col-common .upper .right .tx {
    margin-top: 3px;
  }

  .offer {
    padding: 18px 10px 28px;
    border-top: 1.5px solid #28903f;
  }
  .offer .inner {
    margin-top: 15px;
    margin-bottom: 16px;
  }
  .offer .inner .list-cm01 {
    width: 100%;
  }
  .offer .inner .btn-more {
    padding: 0 37px;
  }

  .mark-cate {
    font-size: 10px;
    min-width: 68px;
    height: 17px;
    line-height: 17px;
    padding: 0 5px;
  }

  .notice {
    background: url("../img/top/sp/bg01.jpg") repeat center;
    padding: 27px 10px 20px;
    background-size: 17%;
  }
  .notice.notice-index {
    background: none;
  }
  .notice .tab-common {
    margin-top: 29px;
    margin-bottom: 23px;
  }
  .notice .tab-common .tab-content {
    margin-top: 17px;
  }
  .notice .list-notice {
    letter-spacing: 0.02em;
  }
  .notice .list-notice li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .notice .list-notice li:nth-child(even) {
    margin-right: 0;
  }
  .notice .list-notice li .date-time {
    font-size: 10px;
    margin-top: 4px;
  }
  .notice .list-notice li .mark-cate {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .notice .list-notice li .ttl-notice {
    font-size: 10px;
  }
  .notice .btn-more {
    padding: 0 37px;
  }

  .last-block {
    padding: 20px 10px 67px;
  }
  .last-block .row-block {
    margin-bottom: 0px;
  }
  .last-block .spec-link {
    width: 100%;
    margin-right: 0px;
    margin-top: 0px;
  }
  .last-block .spec-link li {
    margin-bottom: 4px;
  }
  .last-block .spec-link li .txt {
    width: 73%;
    font-size: 11px;
    padding-top: 12px;
    padding-bottom: 8px;
  }
  .last-block .spec-link li .link-text {
    width: 73%;
    font-size: 9px;
    padding: 0 5px;
  }
  .last-block .block-link {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 8px;
  }
  .last-block .block-link .overl {
    padding: 6px;
  }
  .last-block .block-link .overl .in {
    border: 1px solid #fff;
  }
  .last-block .block-link .left {
    width: 50%;
  }
  .last-block .block-link .right {
    width: 50%;
  }
  .last-block .block-link .right .bubble .ct {
    padding: 0 18px;
  }
  .last-block .block-link .right .ttl-block {
    font-size: 12px;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .last-block .block-link .right .ttl-block:before {
    height: 1px;
    width: 12px;
  }
  .last-block .block-link .right .ttl-block.ttl-block-index1:before ,
  .last-block .block-link .right .ttl-block.ttl-block-index2:before ,
  .last-block .block-link .right .ttl-block.ttl-block-index3:before {
    width: 100%;
  }
  .last-block .block-link .right p {
    font-size: 8px;
    line-height: 1.58824;
  }
  .last-block .list-btn {
    margin-top: 0px;
  }
  .last-block .list-btn li {
    width: 49%;
    margin-bottom: 2%;
  }
  .last-block .list-btn li .btn-cm01 a {
    background-size: 11px;
  }
  .last-block .list-btn li .btn-cm01 a.mail {
    line-height: 1.2;
    padding-top: 7px;
  }
  .last-block .list-btn li .icon01 {
    background-position: 15px center;
    background-size: 7px;
  }
  .last-block .list-btn li .icon02 {
    background-position: 10px center;
    background-size: 11px;
  }
  .last-block .list-btn li .icon03 {
    background-position: 10px center;
    background-size: 16px;
  }
  .last-block .list-btn li .icon04 {
    background-position: 10px center;
    background-size: 11px;
  }
  .last-block .list-btn li .icon05 {
    background-position: 10px center;
    background-size: 11px;
  }
}
.main-contact {
  padding-bottom: 190px;
}

.form-nav {
  -js-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
  -ms-flex-flow: row wrap;
  position: relative;
  width: 100%;
  letter-spacing: 0.02em;
  margin-bottom: 60px;
}
.form-nav .block-nav {
  width: 306px;
  text-align: center;
  border: 2px solid #28903f;
  font-weight: bold;
  font-size: 20px;
  color: #28903f;
  height: 72px;
  line-height: 72px;
  position: relative;
}
.form-nav .block-nav.nor {
  border-right: none;
}
.form-nav .block-nav.nor:before {
  position: absolute;
  content: "";
  background: url("../img/contact/arrow.png") no-repeat;
  width: 22px;
  height: 72px;
  left: 100%;
  top: -2px;
}
.form-nav .block-nav.act {
  background: #28903f;
  color: #fff;
}
.form-nav .block-nav.act:before {
  position: absolute;
  content: "";
  background: url("../img/contact/arrow2.png") no-repeat;
  width: 22px;
  height: 72px;
  left: 100%;
  top: -2px;
}
.form-nav .block-nav.fn {
  width: 326px;
}
.form-nav .block-nav.fn.act {
  background: #28903f;
}
.form-nav .block-nav.fn.act:before {
  display: none;
}

.box-complete {
  padding-top: 60px;
}
.box-complete .ttl-cmtop {
  font-size: 32px;
}
.box-complete p {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  padding: 0 22px;
  margin-top: 100px;
  margin-bottom: 120px;
}
.box-complete .btn-more a {
  width: 320px;
  height: 67px;
  line-height: 67px;
}

@media only screen and (max-width: 668px) {
  .main-contact {
    padding: 0 10px 100px;
  }

  .form-nav {
    margin-bottom: 30px;
  }
  .form-nav .block-nav {
    width: 28%;
    border: 1px solid #28903f;
    font-size: 11px;
    height: 36px;
    line-height: 36px;
  }
  .form-nav .block-nav.nor:before {
    width: 11px;
    height: 36px;
    background-size: 100%;
    top: -1px;
  }
  .form-nav .block-nav.act:before {
    width: 11px;
    height: 36px;
    background-size: 100%;
    top: -1px;
  }
  .form-nav .block-nav.fn {
    width: 33%;
  }

  .box-complete {
    padding-top: 20px;
  }
  .box-complete .ttl-cmtop {
    font-size: 16px;
  }
  .box-complete p {
    font-size: 10px;
    padding: 0 10px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .box-complete .btn-more {
    padding: 0 37px;
  }
  .box-complete .btn-more a {
    width: 100%;
    height: 35px;
    line-height: 35px;
  }
}
/* PAGE NEWS DETAIL */
.main-newsDetail {
  padding-bottom: 225px;
}

.upper-detail {
  margin-bottom: 65px;
}
.upper-detail .date-time {
  display: inline-block;
  font-size: 15px;
  color: #333;
  margin-right: 20px;
  margin-bottom: 20px;
}
.upper-detail .mark-cate {
  letter-spacing: 0.02em;
}
.upper-detail .inner {
  margin-top: 20px;
}
.upper-detail .inner .left {
  width: 336px;
}
.upper-detail .inner .left img {
  display: block;
  max-width: 100%;
}
.upper-detail .inner .left .btn-more {
  margin-top: 13px;
}
.upper-detail .inner .left .btn-more a {
  width: auto;
  padding-left: 15px;
  padding-right: 40px;
}
.upper-detail .inner .right {
  width: 622px;
}
.upper-detail .inner .right table {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
}
.upper-detail .inner .right table th {
  width: 80px;
  padding-bottom: 15px;
  vertical-align: top;
}
.upper-detail .inner .right table td {
  padding-bottom: 15px;
}

.sendai .txt01 {
  margin-bottom: 50px;
}
.sendai .list-img {
  -js-display: flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  position: relative;
  flex-wrap: wrap;
  -ms-flex-flow: row wrap;
  position: relative;
  width: 100%;
}
.sendai .list-img li {
  width: 316px;
  margin-right: 26px;
}
.sendai .list-img li:nth-child(3n) {
  margin-right: 0;
}
.sendai .list-img li img {
  display: block;
  max-width: 100%;
}

@media only screen and (max-width: 668px) {
  .main-newsDetail {
    padding: 0 10px 120px;
  }

  .upper-detail {
    margin-bottom: 40px;
  }
  .upper-detail .date-time {
    font-size: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .upper-detail .inner {
    margin-top: 20px;
  }
  .upper-detail .inner .left {
    width: 100%;
  }
  .upper-detail .inner .left img {
    width: 100%;
  }
  .upper-detail .inner .left .btn-more {
    margin-top: 10px;
  }
  .upper-detail .inner .left .btn-more a {
    width: auto;
    padding-left: 10px;
    padding-right: 25px;
  }
  .upper-detail .inner .right {
    width: 100%;
    margin-top: 20px;
  }
  .upper-detail .inner .right table {
    font-size: 10px;
  }
  .upper-detail .inner .right table th {
    width: 50px;
    padding-bottom: 10px;
  }
  .upper-detail .inner .right table td {
    padding-bottom: 10px;
  }

  .sendai .txt01 {
    margin-bottom: 50px;
  }
  .sendai .list-img li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .sendai .list-img li img {
    width: 100%;
  }
}
.page-contact .form-nav {
  margin-bottom: 30px;
}

.info-contact {
  letter-spacing: 0.02em;
}
.info-contact li {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 20px;
}
.info-contact li span {
  display: inline-block;
  text-indent: -20px;
}

.note-warning {
  font-size: 14px;
  margin-top: 38px;
  margin-bottom: 10px;
}
.note-warning .warning-mark {
  margin: 0 7px;
}

@media only screen and (max-width: 668px) {
  .page-contact .form-nav {
    margin-bottom: 15px;
  }

  .info-contact li {
    font-size: 10px;
    padding-left: 10px;
  }
  .info-contact li span {
    display: inline-block;
    text-indent: -10px;
  }

  .note-warning {
    font-size: 10px;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .note-warning .warning-mark {
    margin: 0 4px 5px;
  }
}
.main-report {
  padding-bottom: 335px;
}

.block-report {
  margin-bottom: 45px;
}
.block-report .txt-cm01 {
  margin-top: 20px;
}
.txt-cm01-institution {
  margin-bottom: 80px;
}
.txt-cm01-institution .txt-cm01 {
 font-size: 16px;
 letter-spacing: 0.02em;
 line-height: 1.5;
 margin-bottom: 20px;
}
.txt-cm01-institution .txt {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.sec-introduction > .txt-cm01.txt-cm01-introduction-mg {
  margin-bottom: 20px;
}
.block-report img {
  display: block;
  max-width: 100%;
}
.block-report .left {
  float: right;
  width: 346px;
}
.block-report .left span {
  display: block;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #222;
  margin-top: 20px;
}
.block-report .right {
  float: left;
  width: 625px;
}
.block-report.two-col {
  margin-bottom: 37px;
}
.block-report.two-col.block-report-mgb {
  margin-bottom: 0;
}
.block-report.two-col .txt-cm01 {
  margin-top: -3px;
}
.block-report.two-col.reverse .left {
  float: left;
}
.block-report.two-col.reverse .right {
  float: right;
}
.block-report.two-col .ttl-h3 {
  margin-top: 0;
  margin-bottom: 12px;
  padding-top: 0;
  padding-bottom: 6px;
}
.block-report .inner {
  margin-top: 30px;
  margin-bottom: 30px;
}
.block-report .ttl-h3 {
  margin-top: 30px;
  margin-bottom: 40px;
}
.block-report .btn-report {
  margin-top: 35px;
  margin-bottom: 25px;
}
.block-report .btn-report li {
  float: left;
  margin-right: 20px;
  margin-bottom: 9px;
}
.block-report .table-cm01 {
  margin-bottom: 35px;
}
.block-report .list-cm01 {
  margin-bottom: 50px;
}

.list-report {
  -js-display: flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  position: relative;
  flex-wrap: wrap;
  -ms-flex-flow: row wrap;
  position: relative;
  width: 100%;
  margin-bottom: 42px;
}
.list-report li {
  width: 326px;
  margin-right: 11px;
}
.list-report li img {
  display: block;
  max-width: 100%;
}
.list-report li span {
  display: block;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #222;
  margin-top: 10px;
  margin-bottom: 10px;
}
.list-report li:nth-child(3n) {
  margin-right: 0;
}
.list-report.t01 {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.list-report.t01 li {
  width: 491px;
  margin-right: 0;
}

@media only screen and (max-width: 668px) {
  .main-report {
    padding: 0 10px 60px;
  }
  .list-report.list-report-course > li a img {
    margin-right: auto;
    margin-left: auto;
  }
  .txt-cm01-institution {
    margin-bottom: 20px;
  }
  .txt-cm01-institution .txt-cm01 {
    font-size: 10px;
  }
  .txt-cm01-institution .txt {
    font-size: 10px;
  }
  .block-report {
    margin-bottom: 25px;
  }
  .block-report .txt-cm01 {
    margin-top: 10px;
  }
  .block-report .left {
    width: 100%;
    margin-bottom: 15px;
  }
  .block-report .left span.txt-img {
    font-size: 10px;
    margin-top: 10px;
  }
  .block-report .right {
    width: 100%;
    margin-bottom: 15px;
  }
  .block-report.two-col {
    margin-bottom: 25px;
  }
  .block-report.two-col .txt-cm01 {
    margin-top: 0px;
  }
  .block-report .inner {
    margin-top: 20px;
  }
  .block-report .ttl-h3 {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .block-report .btn-report {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .block-report .btn-report li {
    width: 100%;
    margin-right: 0px;
  }
  .block-report .table-cm01 {
    margin-bottom: 25px;
  }
  .block-report .list-cm01 {
    margin-bottom: 30px;
  }

  .list-report {
    margin-bottom: 30px;
  }
  .list-report li {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0px;
  }
  .list-report li span {
    font-size: 10px;
    margin-top: 10px;
  }
  .list-report.t01 li {
    width: 100%;
  }
}
.main-information {
  padding-bottom: 330px;
}
.main-information.main-information-mgb {
  padding-bottom: 0;
}
.main-information .tab-common {
  margin-bottom: 27px;
}
.main-information .block-info {
  padding: 20px;
  border: 1px solid #ccc;
  margin-bottom: 42px;
}
.main-information .block-info .table-info {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.02em;
  margin-top: 32px;
  margin-bottom: 19px;
}
.main-information .block-info .table-info th {
  border: 2px solid #fff;
  width: 150px;
  background: #dfded7;
  border-left: none;
  vertical-align: top;
  padding: 11px 5px 11px 22px;
}
.main-information .block-info .table-info td {
  border: 2px solid #fff;
  background: #f0efe8;
  border-right: none;
  padding: 11px 10px 11px 28px;
}
.main-information .list-report {
  margin-bottom: 0;
}
.main-information .list-report li {
  width: 312px;
  　margin-bottom: 10px;
}

@media only screen and (max-width: 668px) {
  .main-information {
    padding: 0px 10px 80px;
  }
  .main-information .tab-common {
    margin-bottom: 20px;
  }
  .main-information .block-info {
    padding: 10px;
    margin-bottom: 30px;
  }
  .main-information .block-info .table-info {
    font-size: 10px;
    margin-top: 20px;
  }
  .main-information .block-info .table-info th {
    border: 1px solid #fff;
    width: 80px;
    padding: 10px;
  }
  .main-information .block-info .table-info td {
    border: 1px solid #fff;
    padding: 10px;
  }
  .main-information .list-report {
    margin-bottom: 0;
  }
  .main-information .list-report li {
    width: 100%;
  }
}
.main-sitemap {
  padding-top: 20px;
  padding-bottom: 100px;
}

.block-sitemap {
  letter-spacing: 0.02em;
  margin-bottom: 55px;
}
.block-sitemap .biglink a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #28903f;
  padding: 0 10px 10px 30px;
  background: url("../img/common/icon05.png") no-repeat 2px 6px;
}
.block-sitemap .inner {
  margin-top: 25px;
}
.block-sitemap .list-cm01 {
  float: left;
  width: 50%;
}
.block-sitemap .list-cm01 li a {
  text-decoration: none;
  color: #333;
}

@media only screen and (max-width: 668px) {
  .main-sitemap {
    padding: 10px 10px 60px;
  }

  .block-sitemap {
    margin-bottom: 30px;
  }
  .block-sitemap .biglink a {
    font-size: 15px;
    border-bottom: 1px solid #28903f;
    padding: 0 10px 5px 22px;
    background-size: 10px;
  }
  .block-sitemap .inner {
    margin-top: 10px;
  }
  .block-sitemap .list-cm01 {
    width: 100%;
  }
}
.about-block .txt01 {
  margin-bottom: 50px;
}

.img-about {
  margin-bottom: 20px;
}

.block-numbAbout {
  margin-bottom: 30px;
}
.block-numbAbout .upper-block {
  width: 530px;
  margin: 0 auto;
  border: 2px solid #989898;
  text-align: center;
  padding: 13px 0;
}
.block-numbAbout .upper-block .numb {
  display: inline-block;
  vertical-align: middle;
  font-size: 58px;
  font-weight: bold;
  color: #008101;
  margin-right: 5px;
}
.block-numbAbout .upper-block .numb.skin-no_bold {
  font-weight: normal;
}
.block-numbAbout .upper-block .txt {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-weight: bold;
}
.block-numbAbout .upper-block .txt p {
  font-size: 17px;
  border-bottom: 1px solid #206828;
  padding-bottom: 2px;
}
.block-numbAbout .upper-block .txt span {
  display: block;
  text-align: right;
  font-size: 12px;
  margin-top: 2px;
}
.block-numbAbout .lower-block {
  display: table;
  width: 530px;
  margin: 16px auto 0;
  border: 2px solid #989898;
  text-align: center;
  font-weight: bold;
  color: #000;
}
.block-numbAbout .lower-block .l-b {
  display: table-cell;
  width: 281px;
  border-right: 1px solid #989898;
  font-size: 18px;
  padding: 15px 0;
  vertical-align: middle;
}
.block-numbAbout .lower-block .r-b {
  display: table-cell;
  border-left: 1px solid #989898;
  font-size: 23px;
  vertical-align: middle;
}
.block-numbAbout .lower-block .r-b strong {
  font-size: 24px;
}

@media only screen and (max-width: 668px) {
  .block-numbAbout {
    margin-bottom: 30px;
  }
  .block-numbAbout .upper-block {
    width: 100%;
    border: 1px solid #989898;
    padding: 10px 20px;
  }
  .block-numbAbout .upper-block .numb {
    display: block;
    font-size: 44px;
    margin-right: 5px;
  }
  .block-numbAbout .upper-block .txt {
    display: block;
    vertical-align: middle;
    color: #000;
    font-weight: bold;
  }
  .block-numbAbout .upper-block .txt p {
    font-size: 16px;
  }
  .block-numbAbout .upper-block .txt span {
    font-size: 11px;
  }
  .block-numbAbout .lower-block {
    display: block;
    width: 100%;
    margin: 10px auto 0;
    border: 1px solid #989898;
  }
  .block-numbAbout .lower-block .l-b {
    display: block;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #989898;
    font-size: 14px;
    padding: 10px 10px;
  }
  .block-numbAbout .lower-block .r-b {
    display: block;
    width: 100%;
    border: none;
    font-size: 18px;
    padding: 10px;
  }
  .block-numbAbout .lower-block .r-b strong {
    font-size: 19px;
  }
}

.generalmeeting-list {
  margin-bottom: 80px;
}
.generalmeeting-list > li {
  font-size: 16px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 668px) {
  .generalmeeting-list {
    margin-bottom: 40px;
  }
  .generalmeeting-list > li {
    font-size: 10px;
    margin-bottom: 5px;
  }
}

.img-guide-outer {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.img-guide {
  margin-right: 10px;
  margin-bottom: 15px;
}
.img-guide:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 668px) {
  .img-guide-outer {
    display: block;
    margin-bottom: 15px;
  }
  .img-guide {
    text-align: center;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .img-guide img {
    width: 30%;
  }
}

@media only screen and (max-width: 668px) {
  .table-outer-license ,
  .table-outer-about ,
  .table-outer-information,
  .table-outer-link {
    overflow-x: scroll;
  }
  .table-outer-about .table-cm01 {
    width: 720px;
  }
  .table-outer-about .table-cm01.table-cm01-tight {
    width: 100%;
  }
  .table-outer-link .table-cm01 {
    width: 600px;
  }
}

.opposite-list {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.opposite-list-image {
  width: 346px;
}

.opposite-list-text {
  width: 625px;
}

@media only screen and (max-width: 668px) {
  .opposite-list {
    display: block;
  }
  .opposite-list-image {
    width: 100%;
    margin-bottom: 20px;
  }
  .opposite-list-text {
    width: 100%;
  }
}


@media only screen and (max-width: 668px) {
  .table-header-fixed {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: scroll;
    border-collapse: collapse;
  }

  .table-header-fixed .ct-inner-head ,
  .table-header-fixed .ct-inner-body {
    display: block;
  }

  .table-header-fixed .ct-inner-head {
    width: 600px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
  }

  .table-header-fixed .ct-inner-body {
    overflow-y: scroll;
  }
  .table-header-fixed .ct-inner-body .ct-inner-body-inner {
    height: 300px;
    width: 600px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.course-txt {
  margin-bottom: 40px;
}
.course-txt.skin-last {
  margin-top: 40px;
}
.course-txt-item {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

@media only screen and (max-width: 668px) {
  .course-txt {
    margin-bottom: 20px;
  }
  .course-txt.skin-last {
    margin-top: 20px;
  }
  .course-txt-item {
    font-size: 10px;
  }
}

.pdf-list {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.pdf-list-item {
  max-width: 300px;
  margin-right: 10px;
}
.pdf-list-item > a {
  display: block;
}
.pdf-list-item > a img {
  max-width: 100%;
}
.pdf-list-item:last-of-type {
  margin-right: 0;
}

@media only screen and (max-width: 668px) {
  .pdf-list {
    display: block;
  }
  .pdf-list-item {
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .pdf-list-item:last-of-type {
    margin-right: auto;
  }
}

.img_kunimatu {
  width: 232px;
}

/* -- anchor -- */
#anchor1 {
  padding-top: 30px;
  margin-top: -30px;
}


/* -- general -- */
.pc_only {
  display: block !important;
}
.sp_only {
  display: none !important;
}
@media only screen and (max-width: 668px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
}

/* -- inline -- */
br.pc_only,
a.pc_only,
span.pc_only {
  display: inline !important;
}
br.sp_only,
a.sp_only,
span.sp_only {
  display: none !important;
}
@media only screen and (max-width: 668px) {
  br.pc_only,
  a.pc_only,
  span.pc_only {
    display: none !important;
  }
  br.sp_only,
  a.sp_only,
  span.sp_only {
    display: inline !important;
  }
}

/*# sourceMappingURL=style.css.map */


/* ---------------------------------------------
*   password area
--------------------------------------------- */
.csp_form {
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
}

.csp_form > input:first-child {
  height: 30px;
  width: 30%;
  padding: 2px 5px;
  border: 1px solid #000;
  margin: auto;
}

.csp_form > input:nth-of-type(2) {
  display: block;
  width: 100px;
  text-align: center;
  border: 2px solid #28903f;
  border-radius: 4px;
  color: #28903f;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
}

@media only screen and (max-width: 668px) {
  .csp_form {
    font-size: 10px;
  }

  .csp_form > input:first-child {
    display: block;
    width: 70%;
    height: 7vw;
    text-align: center;
    margin-top: 5px;
  }

  .csp_form > input:nth-of-type(2) {
    margin-top: 20px;
    width: 60%;
    height: 6vw;
  }
}

/* ---------------------------------------------
*   JS
--------------------------------------------- */
.js-cbtarget {
  display: block;
}
.js-cbtarget:hover {
  cursor: pointer;
}
.js-cbtarget:focus {
  outline: 0
}
.js-target-message {
  display: block;
}
.js-target-message.js-message-none {
  display: none;
}

/*  colorbox
--------------------------------------------- */
#cboxContent {
  margin-top: 0;
}
#cboxClose {
  display: none;
}

/* ---------------------------------------------
*   Wysiwyg
--------------------------------------------- */
.wysiwyg_frame {}

.wysiwyg_frame > p {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-bottom: 40px;
}

@media only screen and (max-width: 668px) {
  .wysiwyg_frame > p {
    font-size: 10px;
    margin-bottom: 20px;
  }

  .google_search {
    width: 100%!important;
    height: 37px!important;
    font-size: 11px;
  }

}


.google_search {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 183px;
  height: 36px;
  border: 1px solid #d7d5ca;
  border-radius: 0;
  box-shadow: none;
  padding: 0 14px;
}

.gsc-selected-option {
  width: 77px!important;
}



/* 20210823 */

.last-block .spec-link li.col2_list {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}

.spec-link li a.col2 {
  width: 49.5%;
}

.spec-link li a.col2 .txt {
  width: auto;
  padding: 13px 20px;
}

/* 20210827 */


.jmper > .img-spec{
  width:initial;
}

.jmp-img{
  height: 186px;
  width:200px;

}

.jmp-txt{
  width:250px;
  float: right;
  padding: 63px 15px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #333;
}

.sp{
  display: none;
}

@media only screen and (max-width: 668px){
  .pc{
    display: none;
    }

  .sp{
    display: block;
    margin-bottom: initial;
  }

  .jmp-img{
    height:130px;
    width:170px;
  }

  .jmp-txt{
    margin-top: 20px;
    width: 160px;
    padding: 30px 5px;
    font-size: 13px;
  }

}

.sm {
  display: none;
}
@media only screen and (max-width: 668px) {
  .md {
    display: none;
  }
  .sm {
    display: block;
  }
}