@charset "UTF-8";

html {
  font-size: 62.5%;
}

* {
  word-wrap: break-word;
  word-break: break-all;
}
:root {
  --primary: #73b973;
  --secondary: #e5f3e5;
  --tertiary: #eaf5ea;
  --quaternary: #6bbd6c;
  --fifth: #b8ddba;
  --text: #313131;
  --link: #0067ab;

  --header_pc: 100px;
  --header_-pc: -100px;
  --header_sp: 60px;
  --header_-sp: -60px;
}
/* 面包屑高度 */
.breadCrumb-div {
  margin-top: 100px;
}
@media only screen and (max-width:1200px) {
  .breadCrumb-div {
    margin-top: 30px;
  }
} 
.cassette-item .c-imgBox:after,
.cl:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: auto;
  width: 90%;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:after,
.slick-track:before {
  content: '';
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}
@media only screen and (max-width: 1200px) {
  .slick-slide img {
    width: 90%;
  }
}
.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: flex !important;
  justify-content: center;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
#cassette-content {
  font-size: 1.6rem;
  max-width: 850px;
  padding: 40px;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
}
#cassette-content .main-slider .slick-slide img {
  width: 90%;
}
.main-slider {
  margin-bottom: 80px;
}
#cassette-content input[type='email'],
#cassette-content input[type='number'],
#cassette-content input[type='text'],
#cassette-content select,
#cassette-content textarea {
  width: 100%;
  box-sizing: border-box;
  font-family: 'メイリオ', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic',
    sans-serif;
}

#cassette-content input::-webkit-input-placeholder {
  color: #999;
}

#cassette-content input:-ms-input-placeholder {
  color: #999;
}

#cassette-content input::-moz-placeholder {
  color: #999;
}

#cassette-content input[type='checkbox'],
#cassette-content input[type='radio'] {
  display: inline-block;
  margin-right: 6px;
}

#cassette-content input[type='checkbox'] + span,
#cassette-content input[type='radio'] + span {
  position: relative;
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
}

@media (min-width: 1px) {
  #cassette-content input[type='checkbox'],
  #cassette-content input[type='radio'] {
    display: none;
    margin: 0;
  }

  #cassette-content input[type='checkbox'] + span,
  #cassette-content input[type='radio'] + span {
    margin-right: 15px;
    padding: 0 0 0 24px;
  }

  #cassette-content input[type='checkbox'] + span:before,
  #cassette-content input[type='radio'] + span:before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 0;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #b3b3b3;
  }

  #cassette-content input[type='radio'] + span:before {
    border-radius: 50%;
  }

  #cassette-content input[type='checkbox'] + span:before {
    border-radius: 2px;
  }

  #cassette-content input[type='checkbox']:checked + span:after,
  #cassette-content input[type='radio']:checked + span:after {
    content: ' ';
    position: absolute;
    top: 50%;
    box-sizing: border-box;
    display: block;
  }

  #cassette-content input[type='radio']:checked + span:after {
    left: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #385898;
    border-radius: 8px;
  }

  #cassette-content input[type='checkbox']:checked + span:after {
    left: 4px;
    width: 10px;
    height: 6px;
    margin-top: -5px;
    border-left: 3px solid #385898;
    border-bottom: 3px solid #385898;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

#cassette-content table {
  border-collapse: collapse;
  border-spacing: 0;
}

#cassette-content address,
#cassette-content caption,
#cassette-content cite,
#cassette-content code,
#cassette-content dfn,
#cassette-content em,
#cassette-content th,
#cassette-content var {
  font-style: normal;
  font-weight: 400;
}

/* #cassette-content h1,
#cassette-content h2,
#cassette-content h3,
#cassette-content h4,
#cassette-content h5,
#cassette-content h6 {
  font-size: 100%;
  font-weight: 400
} */

#cassette-content fieldset,
#cassette-content img {
  border: 0;
  vertical-align: top;
}

#cassette-content ol,
#cassette-content ul {
  list-style: none;
}

#cassette-content q:after,
#cassette-content q:before {
  content: ' ';
}

#cassette-content abbr,
#cassette-content acronym {
  border: 0;
}

/* #cassette-content a {
  color: #11161f;
}

#cassette-content a:link {
  text-decoration: none;
}

#cassette-content a:visited {
  text-decoration: none;
}

#cassette-content a:hover {
  color: #11161f;
  text-decoration: none;
  cursor: pointer;
}

#cassette-content a:active {
  text-decoration: none;
}

#cassette-content a:active,
#cassette-content a:focus {
  outline: 0;
} */

#cassette-content dd img,
#cassette-content dt img,
#cassette-content li img {
  vertical-align: top;
}

#cassette-content article,
#cassette-content aside,
#cassette-content canvas,
#cassette-content details,
#cassette-content figcaption,
#cassette-content figure,
#cassette-content footer,
#cassette-content header,
#cassette-content hgroup,
#cassette-content menu,
#cassette-content nav,
#cassette-content section,
#cassette-content summary {
  display: block;
}

#cassette-content select {
  width: auto;
  /* -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit */
}

#cassette-content .city {
  display: none;
}

#cassette-content select::-ms-expand {
  display: none;
}

#cassette-content input[type='number']::-webkit-inner-spin-button,
#cassette-content input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#cassette-content input[type='number'] {
  -moz-appearance: textfield;
}

#cassette-content .btn-info,
#cassette-content .btn-info:hover {
  color: #fff;
}

#cassette-content .cassette-add-top {
  padding-bottom: 0px;
  margin-bottom: 20px;
}

.cassette-item img {
  max-width: 100%;
}

.cassette-item._formEdit {
  margin-bottom: 40px;
}

.cassette-item .zip-search {
  width: auto;
  border: 1px solid #0f8d0d;
  padding: 5px 15px;
  color: #0f8d0d;
  font-weight: bold;
  border-radius: 20px;
  margin-top: 2px;
}

#cassette-content .btn {
  font-family: initial;
  font-size: 1.2rem;
  padding: 4px 15px;
  background: #5bc0de;
  border: 0;
}

.cassette-item input[type='date'],
.cassette-item input[type='number'],
.cassette-item input[type='password'],
.cassette-item input[type='text'],
.cassette-item input[type='time'],
.cassette-item textarea {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.cassette-item .c-casette_body {
  border: 2px solid #f2f2f2;
  border-top: none;
  padding: 30px 28px;
}

.cassette-item .c-casette_body > :last-child {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 1200px) {
  .cassette-item .c-casette_body {
    padding: 15px;
  }
}

/* リスト */
.c-simpleList {
  margin-top: 30px;
}
.c-simpleList > li {
  position: relative;
  padding-left: 30px;
}
.c-simpleList > li:not(:first-of-type) {
  margin-top: 0.5em;
}
.c-simpleList > li:before {
  content: '';
  position: absolute;
  left: 3px;
  top: 0.3em;
  background-color: #73b973;
  border-radius: 4px;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
}

/* リスト（序列） */
.c-numList {
  margin-top: 30px;
}
.c-numList > li {
  position: relative;
  padding-left: 30px;
  counter-increment: num;
}
.c-numList > li:not(:first-of-type) {
  margin-top: 0.5em;
}
.c-numList > li:before {
  content: counter(num);
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #73b973;
  font-size: 1.4rem;
  border-radius: 50%;
}

/* リスト（ファイル） */
.c-fileList {
  margin-top: 40px;
}
.c-fileList > li {
  position: relative;
}
.c-fileList > li:not(:first-of-type) {
  margin-top: 0.5em;
}
.c-fileList > li a {
  display: inline-block;
  padding-left: 30px;
}
.c-fileList > li a:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  display: inline-block;
  width: 22px;
  height: 26px;
  background-image: url(../images/i_other.svg);
}
.c-fileList li a[href$='.pdf']:before {
  background-image: url(../images/i_pdf.svg);
}
.c-fileList li a[href$='.xls']:before,
.c-fileList li a[href$='.xlsx']:before {
  background-image: url(../images/i_xlsx.svg);
}
.c-fileList li a[href$='.doc']:before,
.c-fileList li a[href$='.docx']:before {
  background-image: url(../images/i_docx.svg);
}
.c-simpleList > li a,
.c-numList > li a,
.c-fileList > li a {
  color: #7188bd;
  text-decoration: underline;
}
.c-simpleList > li a:hover,
.c-numList > li a:hover,
.c-fileList > li a:hover {
  color: red;
}
/* テーブル */
.c-table {
  width: 100%;
  margin-top: 40px;
}
.c-table tr {
  border-top: 2px solid #b8ddba;
  border-right: 2px solid #b8ddba;
}
.c-table th,
.c-table td {
  border-bottom: 2px solid #b8ddba;
  border-left: 2px solid #b8ddba;
  padding: 10px;
  vertical-align: top;
}
.c-table th {
  width: calc(100% / 3);
  min-width: 120px;
  font-weight: 700;
  background: #e5f3e5;
}
.c-table td {
  background: #fff;
}
@media only screen and (min-width: 1200px) {
  .c-table td,
  .c-table th {
    padding: 16px 20px;
  }
  .c-table th {
    width: 300px;
  }
}
.c-table.c-table__fixed {
  table-layout: fixed;
}
.c-table.c-table__fixed th {
  width: auto;
  text-align: center;
}
.c-table th a {
  color: #7188bd;
  text-decoration: underline;
}
.c-table th a:hover {
  color: red;
}
/* ギャラリー */
.c-gallery {
  margin-top: 60px;
}
.c-gallery .c-gallery_list figure {
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cassette-item .c-form {
  margin-bottom: 50px;
}

.cassette-item .c-form > :last-child {
  margin-bottom: 0 !important;
}

.cassette-item .c-form input[type='text'],
.cassette-item .c-form select {
  padding: 0 20px;
  background-color: #f2f2f2;
  border: none;
  outline: 0;
  height: 50px;
  line-height: 50px;
  font-size: 1.6rem;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ',
    sans-serif;
}

.cassette-item .c-form input[type='text']:placeholder,
.cassette-item .c-form select:placeholder {
  color: #b3b3b3;
}

@media only screen and (max-width: 1200px) {
  .cassette-item .c-form input[type='text'],
  .cassette-item .c-form select {
    font-size: 1.4rem;
  }
}

.cassette-item .c-form input[type='text'].zipcode,
.cassette-item .c-form select.zipcode {
  width: 10em;
}

.cassette-item .c-form input[type='text'] {
  width: 100%;
}

.cassette-item .c-form select {
  display: inline-block;
  width: 245px;
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  background-image: url(/assets/images/common/icon-select.svg);
}

.cassette-item .c-form .zip-search {
  display: inline-block;
  background-color: #3f72af;
  color: #fff;
  width: auto;
  padding: 8px 2.5em;
  margin-left: 1em;
  vertical-align: middle;
  border-radius: 20px;
  font-size: 1.4rem;
  font-weight: 700;
}

@media only screen and (max-width: 1200px) {
  .cassette-item .c-form .zip-search {
    padding: 8px 1em;
  }
}

.cassette-item .c-form .zip-search:active,
.cassette-item .c-form .zip-search:focus,
.cassette-item .c-form .zip-search:hover {
  opacity: 0.7;
}

.cassette-item .c-form_table {
  margin-bottom: 50px;
}

.cassette-item .c-form_table > :last-child {
  margin-bottom: 0 !important;
}

.cassette-item .c-form_table dl {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
  .cassette-item .c-form_table dl {
    display: block;
  }
}

.cassette-item .c-form_table dl dd,
.cassette-item .c-form_table dl dt {
  display: table-cell;
}

@media only screen and (max-width: 1200px) {
  .cassette-item .c-form_table dl dd,
  .cassette-item .c-form_table dl dt {
    display: block;
  }
}

.cassette-item .c-form_table dl dt {
  color: #3f72af;
  width: 130px;
  font-weight: 700;
  padding-top: 15px;
}

@media only screen and (max-width: 1200px) {
  .cassette-item .c-form_table dl dt {
    width: 100%;
    padding-top: 0;
    margin-bottom: 10px;
  }
}

.cassette-item .c-form_table dl dt span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  background-color: #ff8943;
  color: #fff;
  font-size: 1.2rem;
  margin-left: 10px;
  padding: 2px 5px;
}

.cassette-item .c-form_table dl dd > :last-child {
  margin-bottom: 0 !important;
}

.cassette-item .c-form_table dl dd > * {
  margin-bottom: 10px;
}

.cassette-item .c-form_btn {
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -ms-flex-pack: center;
  justify-content: center;
}

.cassette-item .c-form_btn button {
  /* width: 170px; */
  margin-right: 40px;
}

@media only screen and (max-width: 1200px) {
  .cassette-item .c-form_btn button {
    width: 48%;
    margin-right: 4%;
  }
}

.cassette-item .c-form_btn button:last-child {
  margin-right: 0;
}

.cassette-item .c-form_btn button {
  background-color: white;
  color: #108e0e;
  padding: 12px 70px;
  font-size: inherit;
  font-weight: bold;
  border: solid #108e0e 2px;
  text-decoration: none;
  border-radius: 40px;
}

.cassette-item .c-form_btn button:hover {
  background-color: #108e0e;
  border: solid #108e0e 2px;
  color: white;
  opacity: 1;
}

@media only screen and (max-width: 1200px) {
  .cassette-item .c-form_btn {
    justify-content: space-around;
  }

  .cassette-item .c-form_btn button {
    width: initial;
    margin-right: 0;
  }

  .cassette-item .c-form_btn button {
    padding: 12px 55px;
  }
}

.cassette-item .c-inputList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-top: -5px;
  margin-bottom: 20px;
}

.cassette-item .c-inputList > li {
  margin-right: 20px;
  margin-top: 5px;
}

.cassette-item .c-inputList > li input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.cassette-item .c-inputList > li label {
  font-size: 1.5rem;
  display: inline-block;
  position: relative;
  padding-left: 30px;
}

@media only screen and (max-width: 1200px) {
  .c-inputList > li label {
    font-size: 1.3rem;
  }
}

.cassette-item .c-inputList > li label:before {
  content: ' ';
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #f2f2f2;
  box-sizing: border-box;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cassette-item .c-inputList > li input[type='checkbox'] + label:before {
  border-radius: 2px;
}

.cassette-item .c-inputList > li input[type='radio'] + label:before {
  border-radius: 50%;
}

.cassette-item .c-inputList > li input[type='checkbox']:checked + label:after {
  content: ' ';
  position: absolute;
  top: 0.35em;
  left: 4px;
  width: 10px;
  height: 6px;
  border-left: 3px solid #3f72af;
  border-bottom: 3px solid #3f72af;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cassette-item .c-inputList > li input[type='radio']:checked + label:after {
  content: ' ';
  position: absolute;
  top: 0.45em;
  left: 4px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #3f72af;
}

/* Google Map */
.c-map {
  margin-top: 40px;
}
.c-map iframe {
  width: 100%;
  height: 360px;
}
@media only screen and (min-width: 1200px) {
  .c-map iframe {
    height: 500px;
  }
}

/* Youtuube */
.c-video {
  margin-top: 40px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cassette-item .c-hr {
  margin: 40px 0;
  border: none;
  border-top: 4px dotted #e5f3e5;
}

/* 画像（1枚） */
.c-img02 {
  text-align: center;
  margin-top: 30px;
}
.c-img02 a {
  display: block;
}
.c-img02 img {
  width: 100%;
}
.c-img02 figcaption {
  text-align: left;
  margin-top: 0.5em;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .c-img02 {
    margin-top: 60px;
  }
  .c-img02 img {
    width: auto;
  }
}

/* 画像（複数枚） */
.c-img02Unit {
  margin-top: 30px;
}
.c-img02Unit > * {
  width: 100%;
}
.c-img02Unit > .c-img02:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 1200px) {
  .c-img02Unit {
    margin-top: 60px;
  }
  .c-img02Unit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c-img02Unit.c-img02Unit__col2 > * {
    width: calc(100% / 2 - 20px);
  }
  .c-img02Unit.c-img02Unit__col3 > * {
    width: calc(100% / 3 - 20px);
  }
  .c-img02Unit > .c-img02 {
    margin-top: 0;
  }
}

/* 画像配置 */
.c-pouring {
  overflow: hidden;
  margin-top: 40px;
}

.c-pouring .c-pouring_img {
  max-width: 100%;
  text-align: center;
}
.c-pouring .c-pouring_img img {
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .c-pouring .c-pouring_txt {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .c-pouring .c-pouring_img {
    float: left;
    max-width: 430px;
    margin-right: 30px;
    margin-bottom: 20px;
  }
  .c-pouring.c-pouring__rev .c-pouring_img {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
}

.cassette-item .u-fwb {
  font-weight: 700 !important;
}

.cassette-item .u-tal {
  text-align: left !important;
}

.cassette-item .u-tac {
  text-align: center !important;
}

.cassette-item .u-tar {
  text-align: right !important;
}

.cassette-item .u-underline {
  text-decoration: underline !important;
}

@media only screen and (min-width: 769px) {
  .cassette-item .u-tal_pc {
    text-align: left !important;
  }

  .cassette-item .u-tac_pc {
    text-align: center !important;
  }

  .cassette-item .u-tar_pc {
    text-align: right !important;
  }
}

@media only screen and (max-width: 1200px) {
  .cassette-item .u-tal_sp {
    text-align: left !important;
  }

  .cassette-item .u-tac_sp {
    text-align: center !important;
  }

  .cassette-item .u-tar_sp {
    text-align: right !important;
  }
}

.cassette-item .u-centerring {
  margin-left: auto;
  margin-right: auto;
}

.cassette-item .u-colorBase {
  color: #11161f !important;
}

.cassette-item .u-colorTheme {
  color: #3f72af !important;
}

.cassette-item .u-bgTheme {
  background-color: #3f72af !important;
}

.cassette-item .u-bgGray {
  background-color: #f8f8f7 !important;
}

.u-w100 {
  width: 100% !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

@media only screen and (min-width: 769px) {
  .u-mb0_pc {
    margin-bottom: 0 !important;
  }

  .u-mb5_pc {
    margin-bottom: 5px !important;
  }

  .u-mb10_pc {
    margin-bottom: 10px !important;
  }

  .u-mb15_pc {
    margin-bottom: 15px !important;
  }

  .u-mb20_pc {
    margin-bottom: 20px !important;
  }

  .u-mb25_pc {
    margin-bottom: 25px !important;
  }

  .u-mb30_pc {
    margin-bottom: 30px !important;
  }

  .u-mb35_pc {
    margin-bottom: 35px !important;
  }

  .u-mb40_pc {
    margin-bottom: 40px !important;
  }

  .u-mb45_pc {
    margin-bottom: 45px !important;
  }

  .u-mb50_pc {
    margin-bottom: 50px !important;
  }

  .u-mb55_pc {
    margin-bottom: 55px !important;
  }

  .u-mb60_pc {
    margin-bottom: 60px !important;
  }

  .u-mb65_pc {
    margin-bottom: 65px !important;
  }

  .u-mb70_pc {
    margin-bottom: 70px !important;
  }

  .u-mb75_pc {
    margin-bottom: 75px !important;
  }

  .u-mb80_pc {
    margin-bottom: 80px !important;
  }

  .u-mb85_pc {
    margin-bottom: 85px !important;
  }

  .u-mb90_pc {
    margin-bottom: 90px !important;
  }

  .u-mb95_pc {
    margin-bottom: 95px !important;
  }

  .u-mb100_pc {
    margin-bottom: 100px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .u-mb0_sp {
    margin-bottom: 0 !important;
  }

  .u-mb5_sp {
    margin-bottom: 5px !important;
  }

  .u-mb10_sp {
    margin-bottom: 10px !important;
  }

  .u-mb15_sp {
    margin-bottom: 15px !important;
  }

  .u-mb20_sp {
    margin-bottom: 20px !important;
  }

  .u-mb25_sp {
    margin-bottom: 25px !important;
  }

  .u-mb30_sp {
    margin-bottom: 30px !important;
  }

  .u-mb35_sp {
    margin-bottom: 35px !important;
  }

  .u-mb40_sp {
    margin-bottom: 40px !important;
  }

  .u-mb45_sp {
    margin-bottom: 45px !important;
  }

  .u-mb50_sp {
    margin-bottom: 50px !important;
  }

  .u-mb55_sp {
    margin-bottom: 55px !important;
  }

  .u-mb60_sp {
    margin-bottom: 60px !important;
  }

  .u-mb65_sp {
    margin-bottom: 65px !important;
  }

  .u-mb70_sp {
    margin-bottom: 70px !important;
  }

  .u-mb75_sp {
    margin-bottom: 75px !important;
  }

  .u-mb80_sp {
    margin-bottom: 80px !important;
  }

  .u-mb85_sp {
    margin-bottom: 85px !important;
  }

  .u-mb90_sp {
    margin-bottom: 90px !important;
  }

  .u-mb95_sp {
    margin-bottom: 95px !important;
  }

  .u-mb100_sp {
    margin-bottom: 100px !important;
  }
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

@media only screen and (min-width: 769px) {
  .u-mt0_pc {
    margin-top: 0 !important;
  }

  .u-mt5_pc {
    margin-top: 5px !important;
  }

  .u-mt10_pc {
    margin-top: 10px !important;
  }

  .u-mt15_pc {
    margin-top: 15px !important;
  }

  .u-mt20_pc {
    margin-top: 20px !important;
  }

  .u-mt25_pc {
    margin-top: 25px !important;
  }

  .u-mt30_pc {
    margin-top: 30px !important;
  }

  .u-mt35_pc {
    margin-top: 35px !important;
  }

  .u-mt40_pc {
    margin-top: 40px !important;
  }

  .u-mt45_pc {
    margin-top: 45px !important;
  }

  .u-mt50_pc {
    margin-top: 50px !important;
  }

  .u-mt55_pc {
    margin-top: 55px !important;
  }

  .u-mt60_pc {
    margin-top: 60px !important;
  }

  .u-mt65_pc {
    margin-top: 65px !important;
  }

  .u-mt70_pc {
    margin-top: 70px !important;
  }

  .u-mt75_pc {
    margin-top: 75px !important;
  }

  .u-mt80_pc {
    margin-top: 80px !important;
  }

  .u-mt85_pc {
    margin-top: 85px !important;
  }

  .u-mt90_pc {
    margin-top: 90px !important;
  }

  .u-mt95_pc {
    margin-top: 95px !important;
  }

  .u-mt100_pc {
    margin-top: 100px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .u-mt0_sp {
    margin-top: 0 !important;
  }

  .u-mt5_sp {
    margin-top: 5px !important;
  }

  .u-mt10_sp {
    margin-top: 10px !important;
  }

  .u-mt15_sp {
    margin-top: 15px !important;
  }

  .u-mt20_sp {
    margin-top: 20px !important;
  }

  .u-mt25_sp {
    margin-top: 25px !important;
  }

  .u-mt30_sp {
    margin-top: 30px !important;
  }

  .u-mt35_sp {
    margin-top: 35px !important;
  }

  .u-mt40_sp {
    margin-top: 40px !important;
  }

  .u-mt45_sp {
    margin-top: 45px !important;
  }

  .u-mt50_sp {
    margin-top: 50px !important;
  }

  .u-mt55_sp {
    margin-top: 55px !important;
  }

  .u-mt60_sp {
    margin-top: 60px !important;
  }

  .u-mt65_sp {
    margin-top: 65px !important;
  }

  .u-mt70_sp {
    margin-top: 70px !important;
  }

  .u-mt75_sp {
    margin-top: 75px !important;
  }

  .u-mt80_sp {
    margin-top: 80px !important;
  }

  .u-mt85_sp {
    margin-top: 85px !important;
  }

  .u-mt90_sp {
    margin-top: 90px !important;
  }

  .u-mt95_sp {
    margin-top: 95px !important;
  }

  .u-mt100_sp {
    margin-top: 100px !important;
  }
}

.u-mbLast {
  margin-bottom: 80px;
}

@media only screen and (max-width: 1200px) {
  .u-mbLast {
    margin-bottom: 40px;
  }
}

.u-pb0 {
  padding-bottom: 0 !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pt0 {
  padding-top: 0 !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pt65 {
  padding-top: 65px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pt75 {
  padding-top: 75px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pr0 {
  padding-right: 0 !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-pr65 {
  padding-right: 65px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-pr75 {
  padding-right: 75px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-pr85 {
  padding-right: 85px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-pr95 {
  padding-right: 95px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-pl0 {
  padding-left: 0 !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-pl65 {
  padding-left: 65px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-pl75 {
  padding-left: 75px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-pl85 {
  padding-left: 85px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-pl95 {
  padding-left: 95px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

@media only screen and (max-width: 1200px) {
  .u-pb0_sp {
    padding-bottom: 0 !important;
  }

  .u-pb5_sp {
    padding-bottom: 5px !important;
  }

  .u-pb10_sp {
    padding-bottom: 10px !important;
  }

  .u-pb15_sp {
    padding-bottom: 15px !important;
  }

  .u-pb20_sp {
    padding-bottom: 20px !important;
  }

  .u-pb25_sp {
    padding-bottom: 25px !important;
  }

  .u-pb30_sp {
    padding-bottom: 30px !important;
  }

  .u-pb35_sp {
    padding-bottom: 35px !important;
  }

  .u-pb40_sp {
    padding-bottom: 40px !important;
  }

  .u-pb45_sp {
    padding-bottom: 45px !important;
  }

  .u-pb50_sp {
    padding-bottom: 50px !important;
  }

  .u-pb55_sp {
    padding-bottom: 55px !important;
  }

  .u-pb60_sp {
    padding-bottom: 60px !important;
  }

  .u-pb65_sp {
    padding-bottom: 65px !important;
  }

  .u-pb70_sp {
    padding-bottom: 70px !important;
  }

  .u-pb75_sp {
    padding-bottom: 75px !important;
  }

  .u-pb80_sp {
    padding-bottom: 80px !important;
  }

  .u-pb85_sp {
    padding-bottom: 85px !important;
  }

  .u-pb90_sp {
    padding-bottom: 90px !important;
  }

  .u-pb95_sp {
    padding-bottom: 95px !important;
  }

  .u-pb100_sp {
    padding-bottom: 100px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .u-pt0_sp {
    padding-top: 0 !important;
  }

  .u-pt5_sp {
    padding-top: 5px !important;
  }

  .u-pt10_sp {
    padding-top: 10px !important;
  }

  .u-pt15_sp {
    padding-top: 15px !important;
  }

  .u-pt20_sp {
    padding-top: 20px !important;
  }

  .u-pt25_sp {
    padding-top: 25px !important;
  }

  .u-pt30_sp {
    padding-top: 30px !important;
  }

  .u-pt35_sp {
    padding-top: 35px !important;
  }

  .u-pt40_sp {
    padding-top: 40px !important;
  }

  .u-pt45_sp {
    padding-top: 45px !important;
  }

  .u-pt50_sp {
    padding-top: 50px !important;
  }

  .u-pt55_sp {
    padding-top: 55px !important;
  }

  .u-pt60_sp {
    padding-top: 60px !important;
  }

  .u-pt65_sp {
    padding-top: 65px !important;
  }

  .u-pt70_sp {
    padding-top: 70px !important;
  }

  .u-pt75_sp {
    padding-top: 75px !important;
  }

  .u-pt80_sp {
    padding-top: 80px !important;
  }

  .u-pt85_sp {
    padding-top: 85px !important;
  }

  .u-pt90_sp {
    padding-top: 90px !important;
  }

  .u-pt95_sp {
    padding-top: 95px !important;
  }

  .u-pt100_sp {
    padding-top: 100px !important;
  }
}

.u-mh0 {
  max-height: 0 !important;
}

.u-mh1 {
  max-height: 1px !important;
}

.u-mh2 {
  max-height: 2px !important;
}

.u-mh3 {
  max-height: 3px !important;
}

.u-mh4 {
  max-height: 4px !important;
}

.u-mh5 {
  max-height: 5px !important;
}

.u-mh6 {
  max-height: 6px !important;
}

.u-mh7 {
  max-height: 7px !important;
}

.u-mh8 {
  max-height: 8px !important;
}

.u-mh9 {
  max-height: 9px !important;
}

.u-mh10 {
  max-height: 10px !important;
}

.u-mh11 {
  max-height: 11px !important;
}

.u-mh12 {
  max-height: 12px !important;
}

.u-mh13 {
  max-height: 13px !important;
}

.u-mh14 {
  max-height: 14px !important;
}

.u-mh15 {
  max-height: 15px !important;
}

.u-mh16 {
  max-height: 16px !important;
}

.u-mh17 {
  max-height: 17px !important;
}

.u-mh18 {
  max-height: 18px !important;
}

.u-mh19 {
  max-height: 19px !important;
}

.u-mh20 {
  max-height: 20px !important;
}

.u-mh21 {
  max-height: 21px !important;
}

.u-mh22 {
  max-height: 22px !important;
}

.u-mh23 {
  max-height: 23px !important;
}

.u-mh24 {
  max-height: 24px !important;
}

.u-mh25 {
  max-height: 25px !important;
}

.u-mh26 {
  max-height: 26px !important;
}

.u-mh27 {
  max-height: 27px !important;
}

.u-mh28 {
  max-height: 28px !important;
}

.u-mh29 {
  max-height: 29px !important;
}

.u-mh30 {
  max-height: 30px !important;
}

.u-mh31 {
  max-height: 31px !important;
}

.u-mh32 {
  max-height: 32px !important;
}

.u-mh33 {
  max-height: 33px !important;
}

.u-mh34 {
  max-height: 34px !important;
}

.u-mh35 {
  max-height: 35px !important;
}

.u-mh36 {
  max-height: 36px !important;
}

.u-mh37 {
  max-height: 37px !important;
}

.u-mh38 {
  max-height: 38px !important;
}

.u-mh39 {
  max-height: 39px !important;
}

.u-mh40 {
  max-height: 40px !important;
}

.u-mh41 {
  max-height: 41px !important;
}

.u-mh42 {
  max-height: 42px !important;
}

.u-mh43 {
  max-height: 43px !important;
}

.u-mh44 {
  max-height: 44px !important;
}

.u-mh45 {
  max-height: 45px !important;
}

.u-mh46 {
  max-height: 46px !important;
}

.u-mh47 {
  max-height: 47px !important;
}

.u-mh48 {
  max-height: 48px !important;
}

.u-mh49 {
  max-height: 49px !important;
}

.u-mh50 {
  max-height: 50px !important;
}

.u-mh51 {
  max-height: 51px !important;
}

.u-mh52 {
  max-height: 52px !important;
}

.u-mh53 {
  max-height: 53px !important;
}

.u-mh54 {
  max-height: 54px !important;
}

.u-mh55 {
  max-height: 55px !important;
}

.u-mh56 {
  max-height: 56px !important;
}

.u-mh57 {
  max-height: 57px !important;
}

.u-mh58 {
  max-height: 58px !important;
}

.u-mh59 {
  max-height: 59px !important;
}

.u-mh60 {
  max-height: 60px !important;
}

.u-mh61 {
  max-height: 61px !important;
}

.u-mh62 {
  max-height: 62px !important;
}

.u-mh63 {
  max-height: 63px !important;
}

.u-mh64 {
  max-height: 64px !important;
}

.u-mh65 {
  max-height: 65px !important;
}

.u-mh66 {
  max-height: 66px !important;
}

.u-mh67 {
  max-height: 67px !important;
}

.u-mh68 {
  max-height: 68px !important;
}

.u-mh69 {
  max-height: 69px !important;
}

.u-mh70 {
  max-height: 70px !important;
}

.u-mh71 {
  max-height: 71px !important;
}

.u-mh72 {
  max-height: 72px !important;
}

.u-mh73 {
  max-height: 73px !important;
}

.u-mh74 {
  max-height: 74px !important;
}

.u-mh75 {
  max-height: 75px !important;
}

.u-mh76 {
  max-height: 76px !important;
}

.u-mh77 {
  max-height: 77px !important;
}

.u-mh78 {
  max-height: 78px !important;
}

.u-mh79 {
  max-height: 79px !important;
}

.u-mh80 {
  max-height: 80px !important;
}

.u-mh81 {
  max-height: 81px !important;
}

.u-mh82 {
  max-height: 82px !important;
}

.u-mh83 {
  max-height: 83px !important;
}

.u-mh84 {
  max-height: 84px !important;
}

.u-mh85 {
  max-height: 85px !important;
}

.u-mh86 {
  max-height: 86px !important;
}

.u-mh87 {
  max-height: 87px !important;
}

.u-mh88 {
  max-height: 88px !important;
}

.u-mh89 {
  max-height: 89px !important;
}

.u-mh90 {
  max-height: 90px !important;
}

.u-mh91 {
  max-height: 91px !important;
}

.u-mh92 {
  max-height: 92px !important;
}

.u-mh93 {
  max-height: 93px !important;
}

.u-mh94 {
  max-height: 94px !important;
}

.u-mh95 {
  max-height: 95px !important;
}

.u-mh96 {
  max-height: 96px !important;
}

.u-mh97 {
  max-height: 97px !important;
}

.u-mh98 {
  max-height: 98px !important;
}

.u-mh99 {
  max-height: 99px !important;
}

.u-mh100 {
  max-height: 100px !important;
}

@media only screen and (max-width: 1200px) {
  .u-mh0_sp {
    max-height: 0 !important;
  }

  .u-mh1_sp {
    max-height: 1px !important;
  }

  .u-mh2_sp {
    max-height: 2px !important;
  }

  .u-mh3_sp {
    max-height: 3px !important;
  }

  .u-mh4_sp {
    max-height: 4px !important;
  }

  .u-mh5_sp {
    max-height: 5px !important;
  }

  .u-mh6_sp {
    max-height: 6px !important;
  }

  .u-mh7_sp {
    max-height: 7px !important;
  }

  .u-mh8_sp {
    max-height: 8px !important;
  }

  .u-mh9_sp {
    max-height: 9px !important;
  }

  .u-mh10_sp {
    max-height: 10px !important;
  }

  .u-mh11_sp {
    max-height: 11px !important;
  }

  .u-mh12_sp {
    max-height: 12px !important;
  }

  .u-mh13_sp {
    max-height: 13px !important;
  }

  .u-mh14_sp {
    max-height: 14px !important;
  }

  .u-mh15_sp {
    max-height: 15px !important;
  }

  .u-mh16_sp {
    max-height: 16px !important;
  }

  .u-mh17_sp {
    max-height: 17px !important;
  }

  .u-mh18_sp {
    max-height: 18px !important;
  }

  .u-mh19_sp {
    max-height: 19px !important;
  }

  .u-mh20_sp {
    max-height: 20px !important;
  }

  .u-mh21_sp {
    max-height: 21px !important;
  }

  .u-mh22_sp {
    max-height: 22px !important;
  }

  .u-mh23_sp {
    max-height: 23px !important;
  }

  .u-mh24_sp {
    max-height: 24px !important;
  }

  .u-mh25_sp {
    max-height: 25px !important;
  }

  .u-mh26_sp {
    max-height: 26px !important;
  }

  .u-mh27_sp {
    max-height: 27px !important;
  }

  .u-mh28_sp {
    max-height: 28px !important;
  }

  .u-mh29_sp {
    max-height: 29px !important;
  }

  .u-mh30_sp {
    max-height: 30px !important;
  }

  .u-mh31_sp {
    max-height: 31px !important;
  }

  .u-mh32_sp {
    max-height: 32px !important;
  }

  .u-mh33_sp {
    max-height: 33px !important;
  }

  .u-mh34_sp {
    max-height: 34px !important;
  }

  .u-mh35_sp {
    max-height: 35px !important;
  }

  .u-mh36_sp {
    max-height: 36px !important;
  }

  .u-mh37_sp {
    max-height: 37px !important;
  }

  .u-mh38_sp {
    max-height: 38px !important;
  }

  .u-mh39_sp {
    max-height: 39px !important;
  }

  .u-mh40_sp {
    max-height: 40px !important;
  }

  .u-mh41_sp {
    max-height: 41px !important;
  }

  .u-mh42_sp {
    max-height: 42px !important;
  }

  .u-mh43_sp {
    max-height: 43px !important;
  }

  .u-mh44_sp {
    max-height: 44px !important;
  }

  .u-mh45_sp {
    max-height: 45px !important;
  }

  .u-mh46_sp {
    max-height: 46px !important;
  }

  .u-mh47_sp {
    max-height: 47px !important;
  }

  .u-mh48_sp {
    max-height: 48px !important;
  }

  .u-mh49_sp {
    max-height: 49px !important;
  }

  .u-mh50_sp {
    max-height: 50px !important;
  }

  .u-mh51_sp {
    max-height: 51px !important;
  }

  .u-mh52_sp {
    max-height: 52px !important;
  }

  .u-mh53_sp {
    max-height: 53px !important;
  }

  .u-mh54_sp {
    max-height: 54px !important;
  }

  .u-mh55_sp {
    max-height: 55px !important;
  }

  .u-mh56_sp {
    max-height: 56px !important;
  }

  .u-mh57_sp {
    max-height: 57px !important;
  }

  .u-mh58_sp {
    max-height: 58px !important;
  }

  .u-mh59_sp {
    max-height: 59px !important;
  }

  .u-mh60_sp {
    max-height: 60px !important;
  }

  .u-mh61_sp {
    max-height: 61px !important;
  }

  .u-mh62_sp {
    max-height: 62px !important;
  }

  .u-mh63_sp {
    max-height: 63px !important;
  }

  .u-mh64_sp {
    max-height: 64px !important;
  }

  .u-mh65_sp {
    max-height: 65px !important;
  }

  .u-mh66_sp {
    max-height: 66px !important;
  }

  .u-mh67_sp {
    max-height: 67px !important;
  }

  .u-mh68_sp {
    max-height: 68px !important;
  }

  .u-mh69_sp {
    max-height: 69px !important;
  }

  .u-mh70_sp {
    max-height: 70px !important;
  }

  .u-mh71_sp {
    max-height: 71px !important;
  }

  .u-mh72_sp {
    max-height: 72px !important;
  }

  .u-mh73_sp {
    max-height: 73px !important;
  }

  .u-mh74_sp {
    max-height: 74px !important;
  }

  .u-mh75_sp {
    max-height: 75px !important;
  }

  .u-mh76_sp {
    max-height: 76px !important;
  }

  .u-mh77_sp {
    max-height: 77px !important;
  }

  .u-mh78_sp {
    max-height: 78px !important;
  }

  .u-mh79_sp {
    max-height: 79px !important;
  }

  .u-mh80_sp {
    max-height: 80px !important;
  }

  .u-mh81_sp {
    max-height: 81px !important;
  }

  .u-mh82_sp {
    max-height: 82px !important;
  }

  .u-mh83_sp {
    max-height: 83px !important;
  }

  .u-mh84_sp {
    max-height: 84px !important;
  }

  .u-mh85_sp {
    max-height: 85px !important;
  }

  .u-mh86_sp {
    max-height: 86px !important;
  }

  .u-mh87_sp {
    max-height: 87px !important;
  }

  .u-mh88_sp {
    max-height: 88px !important;
  }

  .u-mh89_sp {
    max-height: 89px !important;
  }

  .u-mh90_sp {
    max-height: 90px !important;
  }

  .u-mh91_sp {
    max-height: 91px !important;
  }

  .u-mh92_sp {
    max-height: 92px !important;
  }

  .u-mh93_sp {
    max-height: 93px !important;
  }

  .u-mh94_sp {
    max-height: 94px !important;
  }

  .u-mh95_sp {
    max-height: 95px !important;
  }

  .u-mh96_sp {
    max-height: 96px !important;
  }

  .u-mh97_sp {
    max-height: 97px !important;
  }

  .u-mh98_sp {
    max-height: 98px !important;
  }

  .u-mh99_sp {
    max-height: 99px !important;
  }

  .u-mh100_sp {
    max-height: 100px !important;
  }
}

.u-h20 {
  height: 10px !important;
}

/* c-gallery */
#cassette-content .c-gallery .c-gallery_list .slick-slide {
  height: 400px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
  #cassette-content .c-gallery .c-gallery_list .slick-slide {
    height: 200px;
  }
}

#cassette-content .c-gallery .c-gallery_list .slick-slide figure img {
  max-height: 400px;
}

@media only screen and (max-width: 1200px) {
  #cassette-content .c-gallery .c-gallery_list .slick-slide figure img {
    max-height: 200px;
  }
}

#cassette-content .c-gallery .c-gallery_list .slick-dots {
  letter-spacing: -0.4em;
  text-align: center;
  margin-top: 30px;
  font-size: 0;
  bottom: -10px !important;
}

@media only screen and (max-width: 1200px) {
  #cassette-content .c-gallery .c-gallery_list .slick-dots {
    margin-top: 25px;
  }
}

#cassette-content .c-gallery .c-gallery_list .slick-dots li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #eee;
  margin-right: 15px;
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  #cassette-content .c-gallery .c-gallery_list .slick-dots li {
    width: 8px;
    height: 8px;
    margin-right: 10px;
  }
}

#cassette-content .c-gallery .c-gallery_list .slick-dots li.slick-active {
  background-color: #73b973;
}

#cassette-content .c-gallery .c-gallery_list .slick-dots li:last-child {
  margin-right: 0;
}

#cassette-content .c-gallery .c-gallery_list .slick-dots li button {
  display: none;
}

#cassette-content .c-gallery .c-gallery_thumb li {
  cursor: pointer;
  margin-right: 5px;
}

@media only screen and (min-width: 769px) {
  #cassette-content .c-gallery .c-gallery_thumb li {
    /*width: 134px!important;*/
    width: 130px !important;
  }
}

#cassette-content .c-gallery .c-gallery_thumb li:last-child {
  margin-right: 0;
}

/*==================================
Casette - カセット
==================================*/
.c-casette_body > div:first-of-type > div > * {
  margin-top: 0;
}
/* 見出しレベル1 */
.c-secTtl02 {
  background: #eaf5ea;
  border-radius: 5px;
  font-size: 2.2rem;
  display: flex;
  align-items: center;
  font-weight: 700;
  margin-top: 40px;
  padding: 10px;
  position: relative;
}
.c-secTtl02:before {
  content: '';
  width: 31px;
  height: 32px;
  position: absolute;
  top: 14px;
  background: url(../img/common/icon_pen.png) no-repeat;
}
.c-secTtl02 > span {
  color: #313131;
  padding-left: 50px;
}
@media only screen and (min-width: 1200px) {
  .c-secTtl02 {
    font-size: 2.4rem;
  }
}

/* 見出しレベル2 */
.c-secTtl03 {
  border-bottom: 4px dotted #73b973;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 40px;
  position: relative;
  display: flex;
  padding: 10px;
}
.c-secTtl03:before {
  content: '';
  width: 31px;
  height: 32px;
  position: absolute;
  top: 14px;
  background: url(../img/common/icon_pin.png) no-repeat;
}
.c-secTtl03 > span {
  display: inline-block;
  padding-left: 50px;
}
@media only screen and (min-width: 1200px) {
  .c-secTtl03 {
    font-size: 2.2rem;
  }
}

/* 見出しレベル3 */
.c-secTtl04 {
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  position: relative;
  padding-left: 50px;
  margin-top: 40px;
}
.c-secTtl04:before {
  content: '';
  width: 34px;
  height: 43px;
  position: absolute;
  top: -0.3em;
  left: 0;
  background: url(../img/common/icon_mark.png) no-repeat;
}
@media only screen and (min-width: 1200px) {
  .c-secTtl04 {
    font-size: 2rem;
  }
}

/* 見出しレベル4 */
.c-secTtl05 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 40px;
  position: relative;
  padding-left: 25px;
}
.c-secTtl05::before {
  content: '';
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 0.4em;
  border: 2px solid #313131;
  background-color: #b8ddba;
  border-radius: 4px;
}
@media only screen and (min-width: 1200px) {
  .c-secTtl05 {
    font-size: 1.8rem;
  }
}

.container-detail7 p {
  float: left;
  width: 70%;
  padding-right: 10px;
}

.container-detail7 img {
  float: right;
  width: 30%;
}

.container-detail8 p {
  float: left;
  width: 70%;
}

.container-detail8 img {
  float: left;
  padding-right: 10px;
  width: 30%;
}

.container-detail9 img {
  float: right;
  width: 30%;
  padding-bottom: 10px;
  padding-left: 10px;
}

.container-detail10 img {
  padding-right: 10px;
  padding-bottom: 10px;
  float: left;
  width: 30%;
}

.container-detail11 {
  width: 50%;
  float: left;
}

.container-detail11 img {
  width: 100%;
  padding: 10px;
}

.container-detail12 {
  width: 33.3%;
  float: left;
}

.container-detail12 img {
  width: 100%;
  padding: 10px;
}

.container-detail12 p {
  padding: 0 10px;
}

.container-detail13 {
  width: 100%;
}

.container-detail13 img {
  padding: 10px;
}

.container-detail13 p {
  padding: 0 10px;
}

.container-detail14 {
  line-height: 40px;
}

.container-detail14 td {
  border: 1px solid #d1d1d1;
  padding: 0 10px;
}

.container-detail15 {
  padding: 20px;
}

.container-detail16 {
  background-color: #d2ecea;
  padding: 18px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
}

.container-detail17 {
  padding: 20px;
  border: 1px solid #59a85d;
}

.container-detail18 {
  padding: 20px;
  border: 1px solid #5c6bc0;
}

.container-detail19 table {
  line-height: 30px;
  border: 1px solid #5c6bc0;
}

.container-detail19 table {
  line-height: 30px;
  border: 1px solid #5c6bc0;
}

.container-detail19 .container-detail19-td1 {
  text-align: center;
  vertical-align: middle;
  background-color: #5c6bc0;
  min-width: 200px;
  color: #fff;
  font-size: 1.6rem;
}

.container-detail19 .container-detail19-td2 {
  padding: 0 20px;
}

.container-detail20 table {
  line-height: 30px;
  border: 1px solid #59a85d;
}

.container-detail20 .container-detail20-td1 {
  text-align: center;
  vertical-align: middle;
  background-color: #59a85d;
  min-width: 200px;
  color: #fff;
  font-size: 1.6rem;
}

.container-detail20 .container-detail20-td2 {
  padding: 0 20px;
}

.container-detail21 table {
  line-height: 30px;
  border: 1px solid #32adad;
}

.container-detail21-20 {
  padding: 20px;
  border: 1px solid #32adad;
}

.container-detail21 .container-detail21-td1 {
  text-align: center;
  vertical-align: middle;
  background-color: #32adad;
  min-width: 200px;
  color: #fff;
  font-size: 1.6rem;
}

.container-detail21 .container-detail21-td2 {
  padding: 0 20px;
}

.container-detail22 ul {
  list-style-type: inherit;
  padding: 0 15px;
}

.container-detail23 ul {
  list-style-type: decimal;
  padding: 0 15px;
}

.container-detail24 td {
  padding: 15px;
  text-align: left;
  border: 1px solid #d1d1d1;
}

.container-detail24 th {
  border: 1px solid #d1d1d1;
  padding: 15px;
  text-align: left;
}

.container-detail25 {
  margin-bottom: 10px;
}

.container-detail25 td {
  padding: 15px;
  text-align: left;
  border: 1px solid #d1d1d1;
}

.container-detail26 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.container-detail26 tr {
  line-height: 60px;
  text-align: left;
  border-bottom: 1px solid #d1d1d1;
}

.container-detail26 p {
  line-height: 40px;
}

.container-detail26-textarea {
  padding: 15px 0;
  height: 140px;
}

.container-detail26-textarea textarea {
  height: 100%;
  width: 100%;
}

.container-detail26 select {
  border: none;
  height: 40px;
  line-height: 38px;
  border-radius: 4px;
  font-size: 1.4rem;
  padding: 0 20px;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  -webkit-appearance: auto;
}

.container-detail26 input {
  border: none;
  height: 40px;
  line-height: 38px;
  border-radius: 4px;
  font-size: 1.4rem;
  padding: 0 20px;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
}

.container-detail55 {
  width: 100%;
}

.container-detail55 iframe {
  width: 100%;
  height: 480px;
}

@media only screen and (max-width: 1200px) {
  .container-detail55 iframe {
    height: 300px;
  }
}

/* 囲み文章 */
.c-enclosureTxt {
  background: #e5f3e5;
  padding: 20px;
  margin-top: 40px;
  white-space: break-spaces;
}

@media only screen and (min-width: 1200px) {
  .c-enclosureTxt {
    padding: 40px;
  }
}

/* ボタンリスト */
.c-btnList {
  margin-top: 40px;
}
.c-btnList > li {
  text-align: center;
  margin-top: 10px;
}
.c-btnList > li a {
  display: inline-block;
  border-radius: 100px;
  padding: 10px 2em;
  background-color: #fff;
  border: 3px solid #73b973;
  color: #73b973;
  font-weight: 700;
}
.c-btnList > li a:hover {
  color: #fff;
  background: #73b973;
}
@media only screen and (max-width: 1199px) {
  .c-btnList > li:not(:first-of-type) {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .c-btnList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .c-btnList > li:not(:first-of-type) {
    margin-left: 10px;
  }
}
.c-btnList li a:active,
.c-btnList li a:focus,
.c-btnList li a:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* table */
.common-table {
  width: 100%;
  font-weight: 700;
}

.common-table td {
  padding: 8px;
}

.common-table td {
  border: solid 1px #ccc;
}

/* borderを付けるblock */
.block-border-blue {
  padding: 18px;
  border: 1px solid #00a0e8;
}
/* 定義リスト（テーブル） */
.c-defTable {
  margin-top: 40px;
}
.c-defTable dl {
  width: 100%;
  display: block;
  border: 2px solid #73b973;
}
.c-defTable dl:not(:first-of-type) {
  margin-top: 10px;
}
.c-defTable dl dd,
.c-defTable dl dt {
  display: block;
  padding: 10px;
  vertical-align: middle;
}
.c-defTable dl dt {
  width: 100%;
  color: #fff;
  background: #73b973;
  font-weight: 700;
}
.c-defTable dl dd {
  background: #fff;
}
@media only screen and (min-width: 1200px) {
  .c-defTable dl {
    display: table;
  }
  .c-defTable dl dd,
  .c-defTable dl dt {
    display: table-cell;
    padding: 16px 20px;
  }
  .c-defTable dl dt {
    width: 300px;
  }
}

/* dotを付けるulを格納するdiv */
.div-ul-dot ul {
  list-style-type: inherit;
  padding: 0 15px;
}

/* 数字を付けるulを格納するdiv */
.div-ul-number ul {
  list-style-type: decimal;
  padding: 0 15px;
}
/* 定義リスト */
.c-def {
  border: 4px dotted #6bbd6c;
  margin-top: 40px;
  padding: 30px;
}
.c-def dt {
  position: relative;
  padding-left: 25px;
  font-size: 1.8rem;
  font-weight: 700;
}
.c-def dt:before {
  content: '';
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 0.4em;
  border: 2px solid #313131;
  background-color: #b8ddba;
  border-radius: 4px;
}
.c-def dd {
  margin-top: 0.25em;
}
@media only screen and (min-width: 1200px) {
  .c-def dt {
    font-size: 2rem;
  }
}
/* 定義リスト上下 */
.div-def-list-up-down table {
  width: 100%;
  margin-bottom: 40px;
}

.div-def-list-up-down td {
  padding-top: 0.25em;
}

.div-def-list-up-down th {
  position: relative;
  padding-left: 30px;
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
}

.div-def-list-up-down th::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.4em;
  border: 3px solid #73b973;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

/* 定義リスト左右 */
.div-def-list-left-right table {
  width: 100%;
  border: solid 1px #00a0e8;
}

.div-def-list-left-right td {
  padding: 15px;
  text-align: left;
  border: 1px solid #00a0e8;
}

.div-def-list-left-right th {
  padding: 15px;
  background-color: #eee;
  text-align: left;
  font-weight: 700;
}

/* 入力フォーム */
.div-detail-form {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.block-inquiry {
  margin-bottom: 40px;
}

.div-detail-form th {
  width: 255px;
  padding-left: 30px;
  font-weight: 700;
}

@media only screen and (max-width: 1200px) {
  /* spの場合、thは1行になるから、padding-topを設定しないと、trのborder-bottomとthは混んでいる */
  .div-detail-form th {
    padding-top: 20px;
    padding-left: 0;
  }
}

.div-detail-form tr {
  text-align: left;
  border-bottom: 2px solid #6bbd6c;
}
.div-detail-form tr:first-child {
  border-top: 2px solid #6bbd6c;
}

.div-detail-form td {
  max-width: 595px;
  padding: 35px 40px;
}
@media only screen and (max-width: 1200px) {
  .div-detail-form tr {
    display: flex;
    flex-direction: column;
  }
  .div-detail-form td {
    width: 100%;
    padding: 20px 0;
  }
}
.div-detail-form p {
  margin: 5px 0 0 0;
}

/* 例：文字「* は入力必須項目です。」 */
.div-detail-form .c-form_txt {
  margin-bottom: 10px;
}

/* 赤い文字「*」*/
.div-detail-form .c-form_txt sup {
  color: #f00;
}

.div-detail-form textarea {
  width: 100%;
  height: 140px;
  border: 1px solid #dedede;
  padding: 1em;
}

.div-detail-form form td label + label {
  display: block;
  margin-top: 1em;
}

#cassette-content .div-detail-form td label + label {
  display: block;
  margin-top: 1em;
}

.div-detail-form select {
  border: none;
  height: 40px;
  border-radius: 4px;
  font-size: 1.4rem;
  padding: 0 20px;
  margin-top: 5px;
  border: 1px solid #dedede;
  -webkit-appearance: auto;
}

.div-detail-form input:not([type='checkbox']):not([type='radio']) {
  width: 100%;
  border: none;
  height: 40px;
  border-radius: 4px;
  font-size: 1.4rem;
  padding: 0 20px;
  border: 1px solid #dedede;
}

input.zipcode {
  width: 102px !important;
}
@media only screen and (max-width: 1200px) {
  .div-detail-form select {
    width: 70%;
  }
  input.zipcode {
    width: 40% !important;
  }
}
.u-colorRed {
  color: red;
}
.bx-caution {
  background: #791415;
  padding: 3px 10px;
  margin-right: 10px;
  border-radius: 20px;
  color: #fff !important;
  font-weight: normal;
  font-size: 1.4rem;
}
/*new コンテンツ  die*/

/*リストcassetteのリンク文言は下線付きで表示する*/

.container_right {
  width: 280px;
}

@media only screen and (max-width: 1200px) {
  .container_left {
    width: 100%;
    float: left;
    margin-right: initial;
  }

  .container_right {
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }
}

/* .text_block {
  margin-bottom: 40px;
} */

.menu_block {
  text-align: center;
}
/* text */
p.container_detail {
  margin-bottom: 40px;
}
/* 文章 */
.c-sentenceTxt {
  margin-top: 20px;
}
/* 注釈 */
.div-detail-form small,#form-content .table01.edit .small-bgyl {
  display: block;
  color: #aaa;
}
