@charset "UTF-8";
/*------------------------------------------------------------
	SETTING
------------------------------------------------------------*/
/*------------------------------------------------------------
	BASE
------------------------------------------------------------*/
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}

@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 62.5%;
  line-height: 1;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  color: #000;
}

img {
  vertical-align: bottom;
}

@media screen and (max-width: 641px) {
  img {
    max-width: 100%;
  }
}

.pc_hide {
  display: none !important;
}

@media screen and (max-width: 641px) {
  .pc_hide {
    display: inline-block !important;
  }
  .sp_hide {
    display: none !important;
  }
}

.pc .hover {
  transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
}

.pc .hover:hover {
  opacity: 0.7;
}

/*------------------------------------------------------------
  MODULE
------------------------------------------------------------*/
.contents-wrap {
  /*---------------------
  MARGIN/PADDING
  ---------------------*/
  /*---------------------
  CONTENTS
  ---------------------*/
  /*---------------------
  TITLE
  ---------------------*/
  /*---------------------
  LIST
  ---------------------*/
  /*---------------------
  BUTTON
  ---------------------*/
  /*---------------------
   ICON
  ---------------------*/
  /*---------------------
  ARTICLE
  ---------------------*/
  /*---------------------
      ADD IMAGE
  ---------------------*/
  /*---------------------
  TABLE
  ---------------------*/
  /*---------------------
  LIST
  ---------------------*/
  /*---------------------
  ENQUIRY
  ---------------------*/
  /*---------------------
  ACCODION
  ---------------------*/
  /*---------------------
   iframe
  ---------------------*/
}

@media screen and (min-width: 641px) {
  .contents-wrap .mt-10 {
    margin-top: 10px !important;
  }
}

@media screen and (min-width: 641px) {
  .contents-wrap .mt-20 {
    margin-top: 20px !important;
  }
}

@media screen and (min-width: 641px) {
  .contents-wrap .mt-30 {
    margin-top: 30px !important;
  }
}

@media screen and (min-width: 641px) {
  .contents-wrap .mr-10 {
    margin-right: 10px !important;
  }
}

@media screen and (min-width: 641px) {
  .contents-wrap .mr-20 {
    margin-right: 20px !important;
  }
}

@media screen and (min-width: 641px) {
  .contents-wrap .mr-30 {
    margin-right: 30px !important;
  }
}

@media screen and (min-width: 641px) {
  .contents-wrap .mb-10 {
    margin-bottom: 10px !important;
  }
}

@media screen and (min-width: 641px) {
  .contents-wrap .mb-20 {
    margin-bottom: 20px !important;
  }
}

@media screen and (min-width: 641px) {
  .contents-wrap .mb-30 {
    margin-bottom: 30px !important;
  }
}

@media screen and (min-width: 641px) {
  .contents-wrap .ml-10 {
    margin-left: 10px !important;
  }
}

@media screen and (min-width: 641px) {
  .contents-wrap .ml-20 {
    margin-left: 20px !important;
  }
}

@media screen and (min-width: 641px) {
  .contents-wrap .ml-30 {
    margin-left: 30px !important;
  }
}

@media screen and (max-width: 641px) {
  .contents-wrap .sp__mt-10 {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 641px) {
  .contents-wrap .sp__mt-20 {
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 641px) {
  .contents-wrap .sp__mt-30 {
    margin-top: 30px !important;
  }
}

@media screen and (max-width: 641px) {
  .contents-wrap .sp__mr-10 {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 641px) {
  .contents-wrap .sp__mr-20 {
    margin-right: 20px !important;
  }
}

@media screen and (max-width: 641px) {
  .contents-wrap .sp__mr-30 {
    margin-right: 30px !important;
  }
}

@media screen and (max-width: 641px) {
  .contents-wrap .sp__mb-10 {
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 641px) {
  .contents-wrap .sp__mb-20 {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 641px) {
  .contents-wrap .sp__mb-30 {
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 641px) {
  .contents-wrap .sp__ml-10 {
    margin-left: 10px !important;
  }
}

@media screen and (max-width: 641px) {
  .contents-wrap .sp__ml-20 {
    margin-left: 20px !important;
  }
}

@media screen and (max-width: 641px) {
  .contents-wrap .sp__ml-30 {
    margin-left: 30px !important;
  }
}

@media screen and (min-width: 641px) {
  .contents-wrap .pt-00 {
    padding-top: 0 !important;
  }
}

@media screen and (min-width: 641px) {
  .contents-wrap .pt-05 {
    padding-top: 5px !important;
  }
}

@media screen and (min-width: 641px) {
  .contents-wrap .pt-10 {
    padding-top: 10px !important;
  }
}

@media screen and (min-width: 641px) {
  .contents-wrap .pt-20 {
    padding-top: 20px !important;
  }
}

@media screen and (min-width: 641px) {
  .contents-wrap .pt-30 {
    padding-top: 30px !important;
  }
}

@media screen and (min-width: 641px) {
  .contents-wrap .pr-10 {
    padding-right: 10px !important;
  }
}

@media screen and (min-width: 641px) {
  .contents-wrap .pr-20 {
    padding-right: 20px !important;
  }
}

@media screen and (min-width: 641px) {
  .contents-wrap .pr-30 {
    padding-right: 30px !important;
  }
}

@media screen and (min-width: 641px) {
  .contents-wrap .pb-10 {
    padding-bottom: 10px !important;
  }
}

@media screen and (min-width: 641px) {
  .contents-wrap .pb-20 {
    padding-bottom: 20px !important;
  }
}

@media screen and (min-width: 641px) {
  .contents-wrap .pb-30 {
    padding-bottom: 30px !important;
  }
}

@media screen and (min-width: 641px) {
  .contents-wrap .pl-10 {
    padding-left: 10px !important;
  }
}

@media screen and (min-width: 641px) {
  .contents-wrap .pl-20 {
    padding-left: 20px !important;
  }
}

@media screen and (min-width: 641px) {
  .contents-wrap .pl-30 {
    padding-left: 30px !important;
  }
}

@media screen and (max-width: 641px) {
  .contents-wrap .sp__pt-00 {
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 641px) {
  .contents-wrap .sp__pt-05 {
    padding-top: 5px !important;
  }
}

@media screen and (max-width: 641px) {
  .contents-wrap .sp__pt-10 {
    padding-top: 10px !important;
  }
}

@media screen and (max-width: 641px) {
  .contents-wrap .sp__pt-20 {
    padding-top: 20px !important;
  }
}

@media screen and (max-width: 641px) {
  .contents-wrap .sp__pt-30 {
    padding-top: 30px !important;
  }
}

@media screen and (max-width: 641px) {
  .contents-wrap .sp__pr-10 {
    padding-right: 10px !important;
  }
}

@media screen and (max-width: 641px) {
  .contents-wrap .sp__pr-20 {
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 641px) {
  .contents-wrap .sp__pr-30 {
    padding-right: 30px !important;
  }
}

@media screen and (max-width: 641px) {
  .contents-wrap .sp__pb-10 {
    padding-bottom: 10px !important;
  }
}

@media screen and (max-width: 641px) {
  .contents-wrap .sp__pb-20 {
    padding-bottom: 20px !important;
  }
}

@media screen and (max-width: 641px) {
  .contents-wrap .sp__pb-30 {
    padding-bottom: 30px !important;
  }
}

@media screen and (max-width: 641px) {
  .contents-wrap .sp__pl-10 {
    padding-left: 10px !important;
  }
}

@media screen and (max-width: 641px) {
  .contents-wrap .sp__pl-20 {
    padding-left: 20px !important;
  }
}

@media screen and (max-width: 641px) {
  .contents-wrap .sp__pl-30 {
    padding-left: 30px !important;
  }
}

.contents-wrap.full .main-contents {
  width: 100%;
}

.contents-wrap.double .main-contents {
  width: 790px;
}

@media screen and (max-width: 641px) {
  .contents-wrap.double .main-contents {
    width: 100%;
  }
}

.contents-wrap .page-title {
  font-size: 3.2em;
  line-height: 1.2;
  font-weight: 600;
}

@media screen and (max-width: 641px) {
  .contents-wrap .page-title {
    padding: 0 30px;
    font-size: 46px;
    line-height: 1.2;
  }
}

.contents-wrap .page-title span {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
}

@media screen and (max-width: 641px) {
  .contents-wrap .page-title span {
    font-size: 28px;
    line-height: 1.5;
  }
}

.contents-wrap .page-read {
  padding: 25px 0 0;
  font-size: 1.6em;
  line-height: 2;
  letter-spacing: normal;
}

@media screen and (max-width: 641px) {
  .contents-wrap .page-read {
    padding: 25px 30px 0;
    font-size: 28px;
    line-height: 1.5;
  }
}

.contents-wrap .section-title {
  margin: 35px 0 0;
  padding: 15px 25px;
  background: #eff6f1;
  font-size: 2.2em;
  line-height: 1.5;
  font-weight: 600;
}

@media screen and (max-width: 641px) {
  .contents-wrap .section-title {
    padding: 15px 30px;
    font-size: 34px;
    line-height: 1.5;
  }
}

.contents-wrap .section-title > * {
  padding-left: 20px;
}

.contents-wrap .sub-title {
  padding: 25px 0 0;
  font-size: 2em;
  line-height: 1.5;
  font-weight: 600;
  color: #015416;
}

@media screen and (max-width: 641px) {
  .contents-wrap .sub-title {
    font-size: 30px;
    line-height: 1.5;
  }
}

.contents-wrap .section-body {
  padding: 25px 0 0;
}

.contents-wrap .news-list li {
  padding: 13px 0 0;
}

@media screen and (max-width: 641px) {
  .contents-wrap .news-list li {
    padding: 20px 30px 0;
  }
}

.contents-wrap .news-list li:first-child {
  padding: 0;
}

@media screen and (max-width: 641px) {
  .contents-wrap .news-list li:first-child {
    padding: 0 30px 0;
  }
}

.contents-wrap .news-list li a {
  display: inline-block;
}

.contents-wrap .news-list li a:hover {
  opacity: 0.7;
}

.contents-wrap .news-list li a dl dd {
  text-decoration: underline;
}

.contents-wrap .news-list li dl {
  display: inline-block;
  letter-spacing: -0.4em;
  vertical-align: middle;
}

.contents-wrap .news-list li dl dt {
  display: inline-block;
  width: 7em;
  font-size: 1.4em;
  letter-spacing: normal;
  color: #6e6e6e;
}

@media screen and (max-width: 641px) {
  .contents-wrap .news-list li dl dt {
    display: block;
    width: 100%;
    font-size: 24px;
    line-height: 1.5;
  }
}

.contents-wrap .news-list li dl dd {
  display: inline-block;
  font-size: 1.6em;
  letter-spacing: normal;
}

@media screen and (max-width: 641px) {
  .contents-wrap .news-list li dl dd {
    display: block;
    font-size: 28px;
    line-height: 1.5;
  }
}

.contents-wrap .card-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  top: -20px;
  margin: 0 0 -20px;
}

@media screen and (max-width: 641px) {
  .contents-wrap .card-list {
    margin: 0 20px -20px;
  }
}

.contents-wrap .card-list li {
  margin: 30px 0 0 30px;
  width: 340px;
  background: #f6f6f6;
  font-size: 1.8em;
  line-height: 1.6;
  font-weight: 600;
}

.contents-wrap .card-list li:nth-child(3n + 1) {
  margin: 30px 0 0;
}

@media screen and (min-width: 641px) {
  .contents-wrap .card-list li.col2card2 {
    width: 380px;
  }
}

@media screen and (max-width: 641px) {
  .contents-wrap .card-list li {
    margin: 30px 0 0;
    width: 300px;
    font-size: 28px;
    line-height: 1.6;
  }
}

.contents-wrap .card-list li a {
  display: block;
}

.pc .contents-wrap .card-list li a:hover {
  opacity: 0.7;
}

.contents-wrap .card-list li img {
  width: 100%;
}

.contents-wrap .card-list li span {
  display: block;
  padding: 15px;
  width: 100%;
}

.contents-wrap .card-list.col2 li:nth-child(3n + 1) {
  margin: 30px 0 0 30px;
}

@media screen and (max-width: 641px) {
  .contents-wrap .card-list.col2 li:nth-child(3n + 1) {
    margin: 30px 0 0;
  }
}

.contents-wrap .card-list.col2 li:nth-child(2n + 1) {
  margin: 30px 0 0;
}

.contents-wrap .card-list.col3 li {
  width: 240px;
}

@media screen and (max-width: 641px) {
  .contents-wrap .card-list.col3 li {
    width: 300px;
  }
}

.contents-wrap .image-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 641px) {
  .contents-wrap .image-list {
    margin: 0;
  }
}

.contents-wrap .image-list li {
  margin: 30px 0 0 30px;
  width: 290px;
  font-size: 1.6em;
  line-height: 1.6;
  font-weight: 600;
}

.contents-wrap .image-list li:nth-child(3n + 1) {
  margin: 30px 0 0;
}

@media screen and (max-width: 641px) {
  .contents-wrap .image-list li {
    margin: 30px 0 0 30px;
    width: 270px;
    font-size: 24px;
    line-height: 1.6;
  }
  .contents-wrap .image-list li:nth-child(3n + 1) {
    margin: 30px 0 0 20px;
  }
  .contents-wrap .image-list li:nth-child(2n + 1) {
    margin: 30px 0 0;
  }
}

.contents-wrap .image-list li.large {
  width: 600px;
}

.contents-wrap .image-list li.full {
  width: 1080px;
}

@media screen and (max-width: 641px) {
  .contents-wrap .image-list li.large {
    width: 100%;
  }
}

.contents-wrap .image-list li img {
  width: 100%;
}

.contents-wrap .image-list li span {
  display: block;
}

.contents-wrap .image-list li span:first-child {
  padding: 0 0 5px 0;
}

.contents-wrap .image-list li img + span {
  padding: 5px 0 0;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 641px) {
  .contents-wrap .image-list li img + span {
    font-size: 20px;
  }
}

.contents-wrap .image-list.col2 li:nth-child(3n + 1) {
  margin: 30px 0 0 30px;
}

.contents-wrap .image-list.col2 li:nth-child(2n + 1) {
  margin: 30px 0 0;
}

.contents-wrap .image-list.col2 li.large:nth-child(n + 1) {
  margin: 30px 0 0;
}

.contents-wrap .image-list.col2 li.less-margin:nth-child(n + 1) {
  margin: 0;
}

.contents-wrap .button {
  display: inline-block;
  margin: 25px 0 0;
  padding: 3px 7px;
  border: 1px solid #000;
  border-radius: 15px;
  background: #f6f6f6;
  font-size: 1.3em;
  line-height: 1;
}

@media screen and (max-width: 641px) {
  .contents-wrap .button {
    margin: 25px 30px 0;
    padding: 5px 20px;
    border-radius: 30px;
    font-size: 20px;
    line-height: 1;
  }
}

.contents-wrap .button span {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.contents-wrap .button.large {
  margin: 25px 20px 0 0;
  padding: 25px 0;
  min-width: 320px;
  border-radius: 50px;
  font-size: 1.8em;
  line-height: 1;
  background: none;
  text-align: center;
}

@media screen and (max-width: 641px) {
  .contents-wrap .button.large {
    min-width: 270px;
    font-size: 28px;
    line-height: 1;
  }
}

.contents-wrap .button.large span {
  text-shadow: none;
}

.contents-wrap .button:hover {
  opacity: 0.7;
}

.contents-wrap .icon-excel {
  display: block;
}

.contents-wrap .icon-excel:after {
  content: 'EXCEL';
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 1px 10px;
  border-radius: 10px;
  background: #006f36;
  color: #fff;
  font-size: 80%;
  line-height: 1;
  vertical-align: middle;
}

.contents-wrap .icon-excel a {
  text-decoration: underline;
}

.contents-wrap .icon-excel a:hover {
  text-decoration: none;
}

.contents-wrap .icon-pdf {
  display: block;
}

.contents-wrap .icon-pdf:after {
  content: 'PDF';
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 1px 10px;
  border-radius: 10px;
  background: #b71313;
  color: #fff;
  font-size: 80%;
  line-height: 1;
  vertical-align: middle;
}

.contents-wrap .icon-pdf a {
  text-decoration: underline;
}

.contents-wrap .icon-pdf a:hover {
  text-decoration: none;
}

.contents-wrap .icon-word:after {
  content: 'Word';
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 1px 10px;
  border-radius: 10px;
  background: #315c9a;
  color: #fff;
  font-size: 80%;
  line-height: 1;
  vertical-align: middle;
}

.contents-wrap .icon-word a {
  text-decoration: underline;
}

.contents-wrap .icon-word a:hover {
  text-decoration: none;
}

.contents-wrap .article__head {
  padding: 30px 30px 0;
  font-size: 1.4em;
  line-height: 1;
}

@media screen and (max-width: 641px) {
  .contents-wrap .article__head {
    font-size: 20px;
    line-height: 1.5;
  }
}

.contents-wrap .article__head:after {
  content: '';
  display: block;
  clear: both;
}

.contents-wrap .article__head .date {
  display: inline-block;
  color: #6e6e6e;
  vertical-align: middle;
}

.contents-wrap .article__head .label {
  display: inline-block;
  padding: 0 0 0 10px;
  color: #6e6e6e;
  vertical-align: middle;
}

.contents-wrap .article__head #fb-root {
  display: inline-block;
}

.contents-wrap .article__head .sns {
  float: right;
  display: inline-block;
  vertical-align: middle;
}

.contents-wrap .article__head .sns li {
  display: inline-block;
  vertical-align: top;
  line-height: 0;
  margin-right: 5px;
}

.contents-wrap .article__body {
  padding: 20px 0 0;
}

@media screen and (max-width: 641px) {
  .contents-wrap .article__body {
    padding: 20px 30px 0;
  }
}

.contents-wrap .article__body h3 {
  padding: 25px 0 0;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 2;
  letter-spacing: normal;
}

@media screen and (max-width: 641px) {
  .contents-wrap .article__body h3 {
    font-size: 30px;
    line-height: 1.5;
  }
}

.contents-wrap .article__body h3:first-child {
  padding: 0;
}

.contents-wrap .article__body h3 + p {
  padding: 0;
}

.contents-wrap .article__body h4 {
  padding: 25px 0 0;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 2;
  letter-spacing: normal;
}

@media screen and (max-width: 641px) {
  .contents-wrap .article__body h4 {
    font-size: 28px;
    line-height: 1.5;
  }
}

.contents-wrap .article__body h4 + p {
  padding: 0;
}

.contents-wrap .article__body p {
  padding: 25px 0 0;
  font-size: 1.6em;
  line-height: 2;
  letter-spacing: normal;
}

@media screen and (max-width: 641px) {
  .contents-wrap .article__body p {
    font-size: 28px;
    line-height: 1.5;
  }
}

.contents-wrap .article__body p span.sub-head {
  font-weight: 600;
}

.contents-wrap .article__body p.guard {
  padding: 50px 0 0;
  font-size: 1.4em;
}

@media screen and (max-width: 641px) {
  .contents-wrap .article__body p.guard {
    font-size: 22px;
  }
}

.contents-wrap .article__body p.weight-bold {
  font-weight: 600;
}

.contents-wrap .article__body p.long-caption {
  padding: 0;
  font-size: 14px;
}

@media screen and (max-width: 641px) {
  .contents-wrap .article__body p.long-caption {
    font-size: 20px;
  }
}

.contents-wrap .article__body p.pos-left {
  width: 610px;
  text-align: left;
  font-size: 14px;
}

@media screen and (max-width: 641px) {
  .contents-wrap .article__body p.pos-left {
    width: 570px;
    font-size: 20px;
  }
}

.contents-wrap .article__body p.pos-center {
  width: 610px;
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width: 641px) {
  .contents-wrap .article__body p.pos-center {
    width: 570px;
    font-size: 20px;
  }
}

.contents-wrap .article__body p:first-child {
  padding: 0;
}

.contents-wrap .article__body .sub-title + p {
  padding: 5px 0 0;
}

.contents-wrap .article__body .image {
  padding: 25px 0 0;
}

.contents-wrap .article__body .image.full {
  width: 100%;
}

.contents-wrap .article__body .image .image-caption {
  padding: 10px 0 0;
  font-size: 1.6em;
  line-height: 1.5;
}

@media screen and (max-width: 641px) {
  .contents-wrap .article__body .image .image-caption {
    font-size: 28px;
    line-height: 1.5;
  }
}

.contents-wrap .article__body .image .image-caption span {
  display: block;
  font-size: 70%;
  line-height: 1.5;
}

.contents-wrap .add_image {
  letter-spacing: -0.4em;
}

.contents-wrap .add_image:after {
  content: '';
  display: block;
  clear: both;
}

.contents-wrap .add_image .article__text-area {
  display: inline-block;
  width: 480px;
  vertical-align: top;
}

@media screen and (max-width: 641px) {
  .contents-wrap .add_image .article__text-area {
    display: block;
    width: 100%;
  }
}

.contents-wrap .add_image .article__image-area {
  display: inline-block;
  padding: 0 0 0 30px;
  width: 300px;
  vertical-align: top;
}

@media screen and (max-width: 641px) {
  .contents-wrap .add_image .article__image-area {
    display: block;
    padding: 30px 0 0;
    width: 100%;
  }
}

@media screen and (max-width: 641px) {
  .contents-wrap .add_image .article__image-area figure {
    display: inline-block;
    width: 200px;
    vertical-align: top;
  }
}

.contents-wrap .add_image .article__image-area img {
  max-width: 100%;
}

.contents-wrap .add_image .article__image-area .article__image-caption {
  padding: 10px 0 0;
  font-size: 1.6em;
  line-height: 1.5;
}

@media screen and (max-width: 641px) {
  .contents-wrap .add_image .article__image-area .article__image-caption {
    display: inline-block;
    margin: 0;
    padding: 0 0 0 20px;
    width: 380px;
    vertical-align: top;
    font-size: 28px;
    line-height: 1.5;
  }
}

.contents-wrap .add_image .article__image-area .article__image-caption span {
  display: block;
  font-size: 70%;
  line-height: 1.5;
}

@media screen and (max-width: 641px) {
  .contents-wrap .add_image .article__image-area .article__image-caption span {
    font-size: 20px;
    line-height: 1.5;
  }
}

.contents-wrap .add_image.add_image--left .article__image-area {
  float: left;
  padding: 0 30px 0 0;
}

.contents-wrap .list-table {
  margin: 30px 0 0;
  width: 100%;
}

@media screen and (max-width: 641px) {
  .contents-wrap .list-table {
    display: block;
    padding: 0 30px;
  }
}

.contents-wrap .list-table tr th {
  padding: 25px 0;
  border-top: 1px solid #1a2a1e;
  font-size: 1.6em;
  line-height: 1.5;
  font-weight: 600;
  text-align: left;
  vertical-align: top;
  color: #1a2a1e;
}

@media screen and (max-width: 641px) {
  .contents-wrap .list-table tr th {
    display: block;
    padding: 25px 0 0;
    font-size: 28px;
    line-height: 1.5;
  }
}

.contents-wrap .list-table tr td {
  padding: 25px 0 25px 30px;
  border-top: 1px solid #1a2a1e;
  font-size: 1.6em;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
}

@media screen and (max-width: 641px) {
  .contents-wrap .list-table tr td {
    display: block;
    padding: 10px 0 0;
    border: none;
    font-size: 28px;
    line-height: 1.5;
  }
  .contents-wrap .list-table tr td:last-child {
    padding: 10px 0 25px;
  }
}

.contents-wrap .list-table tr.multi-col th {
  padding: 10px 0 0;
  border-top: none;
}

@media screen and (max-width: 641px) {
  .contents-wrap .list-table tr.multi-col th {
    padding: 25px 0 0;
  }
}

.contents-wrap .list-table tr.multi-col td {
  padding: 10px 0 0 30px;
  border-top: none;
}

@media screen and (max-width: 641px) {
  .contents-wrap .list-table tr.multi-col td {
    padding: 10px 0 0;
  }
}

.contents-wrap .list-table tr.multi-col.top-col th {
  padding: 25px 0 0;
  border-top: 1px solid #1a2a1e;
}

.contents-wrap .list-table tr.multi-col.top-col td {
  padding: 25px 0 0 30px;
  border-top: 1px solid #1a2a1e;
}

@media screen and (max-width: 641px) {
  .contents-wrap .list-table tr.multi-col.top-col td {
    padding: 10px 0 0;
    border: none;
  }
}

.contents-wrap .list-table tr.multi-col.bottom-col th {
  padding: 10px 0 25px;
  border-top: none;
}

@media screen and (max-width: 641px) {
  .contents-wrap .list-table tr.multi-col.bottom-col th {
    padding: 25px 0 0;
  }
}

.contents-wrap .list-table tr.multi-col.bottom-col td {
  padding: 10px 0 25px 30px;
  border-top: none;
}

@media screen and (max-width: 641px) {
  .contents-wrap .list-table tr.multi-col.bottom-col td {
    padding: 10px 0 0;
  }
}

.contents-wrap .list {
  margin: 20px 0 0;
  font-size: 1.6em;
  line-height: 2;
}

@media screen and (max-width: 641px) {
  .contents-wrap .list {
    margin: 20px 30px 0;
    font-size: 28px;
    line-height: 1.5;
  }
}

.contents-wrap .list-normal li {
  padding: 20px 0 0 1em;
  text-indent: -1em;
}

.contents-wrap .list-normal li:before {
  content: '・';
  display: inline;
}

.contents-wrap .list-number--type1 li {
  padding: 20px 0 0 0.8em;
  text-indent: -0.8em;
}

.contents-wrap .list-number--type2 li {
  padding: 20px 0 0 1em;
  text-indent: -1em;
}

.contents-wrap .list .list {
  font-size: 100%;
  line-height: 1.5;
}

.contents-wrap .list .list li {
  padding-top: 0;
}

.contents-wrap .link-list {
  margin: 25px 0 0;
}

.contents-wrap .link-list li {
  font-size: 1.6em;
  line-height: 2;
}

@media screen and (max-width: 641px) {
  .contents-wrap .link-list li {
    font-size: 28px;
    line-height: 1.5;
  }
}

.contents-wrap .definition-list {
  margin: 120px 0 0;
}

@media screen and (max-width: 641px) {
  .contents-wrap .definition-list {
    margin: 140px 20px 0;
  }
}

.contents-wrap .definition-list dt {
  padding: 0 0 20px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
}

@media screen and (max-width: 641px) {
  .contents-wrap .definition-list dt {
    font-size: 36px;
    line-height: 1.2;
  }
}

.contents-wrap .definition-list dd {
  padding: 15px 30px;
  background: #f6f6f6;
}

.contents-wrap .definition-list dd ul {
  letter-spacing: -0.4em;
}

.contents-wrap .definition-list dd ul li {
  display: inline-block;
  padding: 5px 0;
  width: 33.3%;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
  vertical-align: top;
}

@media screen and (max-width: 641px) {
  .contents-wrap .definition-list dd ul li {
    display: block;
    padding: 20px 0;
    width: 100%;
    font-size: 28px;
    line-height: 1.5;
  }
}

.contents-wrap .enquiry {
  padding: 20px 25px;
  background: #f6f6f6;
}

.contents-wrap .enquiry dt {
  font-size: 20px;
  line-height: 2;
  color: #015416;
  font-weight: 600;
}

@media screen and (max-width: 641px) {
  .contents-wrap .enquiry dt {
    font-size: 32px;
    line-height: 2;
  }
}

.contents-wrap .enquiry dd {
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 641px) {
  .contents-wrap .enquiry dd {
    font-size: 28px;
    line-height: 2;
  }
}

.contents-wrap .accordion-title {
  padding: 30px 30px 25px;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
}

@media screen and (max-width: 641px) {
  .contents-wrap .accordion-title {
    padding: 30px 20px 25px;
    font-size: 36px;
    line-height: 1;
  }
}

.contents-wrap .accordion-head {
  position: relative;
  margin: 2px 0 0;
  padding: 15px 30px;
  background: #f6f6f6;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  cursor: pointer;
}

@media screen and (max-width: 641px) {
  .contents-wrap .accordion-head {
    margin: 2px 20px 0;
    padding: 30px 20px;
    font-size: 36px;
    line-height: 1;
  }
}

.contents-wrap .accordion-head.open {
  background: #015416;
  color: #fff;
}

.pc .contents-wrap .accordion-head:hover {
  opacity: 0.7;
}

.contents-wrap .accordion-head:after {
  content: '';
  position: absolute;
  top: 12px;
  right: 30px;
  display: block;
  width: 13px;
  height: 13px;
  border-bottom: 3px solid #8b95a3;
  border-right: 3px solid #8b95a3;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 641px) {
  .contents-wrap .accordion-head:after {
    top: 20px;
    width: 26px;
    height: 26px;
    border-bottom: 10px solid #8b95a3;
    border-right: 10px solid #8b95a3;
  }
}

.contents-wrap .accordion-head.open {
  background: #015416;
}

.contents-wrap .accordion-head.open:after {
  top: 21px;
  border: none;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 641px) {
  .contents-wrap .accordion-head.open:after {
    top: 39px;
    border: none;
    border-top: 10px solid #fff;
    border-left: 10px solid #fff;
  }
}

.contents-wrap .accordion-body {
  display: none;
  padding: 0 30px 20px;
  border: 1px solid #f6f6f6;
}

@media screen and (max-width: 641px) {
  .contents-wrap .accordion-body {
    margin: 0 20px;
    padding: 0 20px 30px;
  }
}

.contents-wrap .accordion-body ul {
  letter-spacing: -0.4em;
}

.contents-wrap .accordion-body ul li {
  display: inline-block;
  padding: 20px 0 0;
  width: 33.3%;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
  vertical-align: middle;
}

@media screen and (max-width: 641px) {
  .contents-wrap .accordion-body ul li {
    padding: 30px 0 0;
    width: 100%;
    font-size: 32px;
    line-height: 1.5;
  }
}

.contents-wrap .accordion .accordion-head.active + .accordion-body {
  display: block;
}

.contents-wrap .iframe_wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}

.contents-wrap .iframe_wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.sns_katsuyaku {
  float: right;
  display: inline-block;
  vertical-align: middle;
}

.sns_katsuyaku li {
  display: inline-block;
  vertical-align: top;
  line-height: 0;
  margin-right: 5px;
}

@media screen and (min-width: 641px) {
.sp {
    display: none !important
}
