@charset "UTF-8";

html {
  font-size: 62.5%
}
* {
  word-wrap: break-word;
  word-break: break-all;
}
.cassette-item .c-imgBox:after,
.cl:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: .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: 0;
  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
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}
#cassette-content .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
#cassette-content .slick-dots li {
  width: 1em;
}

#cassette-content {
  max-width: 750px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.77778;
  padding: 40px 40px 0;
  border: 1px solid #e0e0e0;
  box-sizing: border-box
}

#cassette-content button {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  border: none;
  background: 0 0;
  width: 100%;
  padding: 0;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.77778
}

@media only screen and (max-width:768px) {
  #cassette-content button {
    font-size: 1.5rem;
    line-height: 1.73333
  }
}

#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 blockquote,
#cassette-content dd,
#cassette-content dl,
#cassette-content dt,
#cassette-content fieldset,
#cassette-content form,
#cassette-content h1,
#cassette-content h2,
#cassette-content h3,
#cassette-content h4,
#cassette-content h5,
#cassette-content h6,
#cassette-content input,
#cassette-content li,
#cassette-content ol,
/* #cassette-content p, */
#cassette-content pre,
#cassette-content textarea,
#cassette-content ul {
  margin: 0;
  /* padding: 0; */
}

#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
}20210428編集 */

/* #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 {
  -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 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: 20px
}

.cassette-item {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  -webkit-tap-highlight-color: transparent;
  font-feature-settings: "palt";
  margin-bottom: 1em;
}

.cassette-item img {
  max-width: 100%;
  height: auto;
  margin:0 auto;
}

.cassette-item .c-table {
  font-size: 16px;
  font-size: 1.6rem
}

.cassette-item._formEdit {
  margin-bottom: 30px
}

.cassette-item .btn {
  line-height: 1.75;
  background: #DDDDDD;
  padding: 4px 15px;
  font-weight: bold;
  border-radius: 4px;
  margin-top: 2px;
}

.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_ttl {
  background-color: #3f72af;
  font-size: 38px;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  font-weight: 700;
  padding: 14px 15px
}

@media only screen and (max-width:768px) {
  .cassette-item .c-casette_ttl {
    font-size: 1.8rem;
    text-align: left
  }
}

.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:768px) {
  .cassette-item .c-casette_body {
    padding: 15px
  }
}

/* .cassette-item .c-casette.c-casette__sub .c-casette_ttl {
  background-color: #ff8943
}

.cassette-item .c-casette.c-casette__sub .c-enclosureTxt {
  border: 1px solid #ff8943
}

.cassette-item .c-casette.c-casette__sub .c-def dt {
  color: #ff8943
}

.cassette-item .c-casette.c-casette__sub .c-def dt:before {
  background-color: #ff8943
}

.cassette-item .c-casette.c-casette__sub .c-secTtl02 {
  border-left: 5px solid #ff8943
}

.cassette-item .c-casette.c-casette__sub .c-secTtl03 {
  border-bottom: 2px solid #ff8943
}

.cassette-item .c-casette.c-casette__sub .c-secTtl04:before {
  background-color: #ff8943
}

.cassette-item .c-casette.c-casette__sub .c-secTtl05 {
  color: #ff8943
}

.cassette-item .c-casette.c-casette__sub .c-simpleList li:before {
  background-color: #ff8943
}

.cassette-item .c-casette.c-casette__sub .c-numList li:before {
  background-color: #ff8943
}

.cassette-item .c-casette.c-casette__sub .c-fileList li svg path {
  fill: #ff8943
}

.cassette-item .c-casette.c-casette__sub .c-fileList li a {
  color: #ff8943
}

.cassette-item .c-casette.c-casette__sub .c-btnList li a {
  background-color: #ff8943
} 

.cassette-item .c-casette.c-casette__sub .c-table tr {
  border-top: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3
}

.cassette-item .c-casette.c-casette__sub .c-table td,
.cassette-item .c-casette.c-casette__sub .c-table th {
  border-bottom: 1px solid #b3b3b3;
  border-left: 1px solid #b3b3b3
}

.cassette-item .c-casette.c-casette__sub .c-table th {
  color: #ff8943;
  border-right: 1px solid #ff8943
}

.cassette-item .c-casette.c-casette__sub .c-table.c-table__fixed th {
  border-right: 1px solid #b3b3b3;
  border-bottom: 1px solid #ff8943
}

.cassette-item .c-casette.c-casette__sub .c-defTable {
  border: 1px solid #ff8943
}

.cassette-item .c-casette.c-casette__sub .c-defTable dl dt {
  color: #ff8943;
  background-color: #f2f2f2
}

.cassette-item .c-casette.c-casette__sub .c-form select {
  background-image: url(/assets/images/common/icon-select-sub.svg)
}20210403編集

.cassette-item .c-casette.c-casette__sub .c-form .zip-search {
  background-color: #ff8943
}

.cassette-item .c-casette.c-casette__sub .c-form_table dl dt {
  color: #ff8943
}

.cassette-item .c-casette.c-casette__sub .c-form_btn button {
  background-color: #ff8943
}

.cassette-item .c-casette.c-casette__sub .c-form_btn button.back {
  color: #ff8943;
  background-color: #e6e6e6
} 20210428編集*/

.cassette-item .c-casette.c-casette__sub .c-inputList > li input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden
}

.cassette-item .c-casette.c-casette__sub .c-inputList > li label {
  font-size: 24px;
  font-size: 1.5rem;
  display: inline-block;
  position: relative;
  padding-left: 30px
}

@media only screen and (max-width:768px) {
  .cassette-item .c-casette.c-casette__sub .c-inputList > li label {
    font-size: 1.3rem
  }
}

.cassette-item .c-casette.c-casette__sub .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-casette.c-casette__sub .c-inputList > li input[type=checkbox] + label:before {
  border-radius: 2px
}

.cassette-item .c-casette.c-casette__sub .c-inputList > li input[type=radio] + label:before {
  border-radius: 50%
}

.cassette-item .c-casette.c-casette__sub .c-inputList > li input[type=checkbox]:checked + label:after {
  content: " ";
  position: absolute;
  top: .35em;
  left: 4px;
  width: 10px;
  height: 6px;
  border-left: 3px solid #ff8943;
  border-bottom: 3px solid #ff8943;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.cassette-item .c-casette.c-casette__sub .c-inputList > li input[type=radio]:checked + label:after {
  content: " ";
  position: absolute;
  top: .45em;
  left: 4px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #ff8943
}

.cassette-item .c-casette.c-casette__sub .c-gallery .c-gallery_list .slick-dots li.slick-active {
  background-color: #ff8943
}

.cassette-item .c-enclosureTxt {
  padding: 25px 30px;
  border: 1px solid #3f72af;
  margin-bottom: 40px
}

@media only screen and (max-width:768px) {
  .cassette-item .c-enclosureTxt {
    padding: 15px
  }
}

.cassette-item .c-def {
  margin-bottom: 40px
}

.cassette-item .c-def dt {
  position: relative;
  padding-left: 15px;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  color: #3f72af
}

@media only screen and (max-width:768px) {
  .cassette-item .c-def dt {
    font-size: 1.6rem
  }
}

.cassette-item .c-def dt:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 4px;
  left: 0;
  top: .75em;
  background-color: #3f72af
}

.cassette-item .c-secTtl02 {
  padding: 7px 15px;
  background-color: #f2f2f2;
  border-left: 5px solid #3f72af;
  font-size: 38px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px
}

@media only screen and (max-width:768px) {
  .cassette-item .c-secTtl02 {
    padding: 10px;
    font-size: 1.8rem
  }
}

.cassette-item .c-secTtl03 {
  font-size: 38px;
  font-size: 2.4rem;
  font-weight: 700;
  padding-bottom: 4px;
  line-height: 1.5;
  margin-bottom: 40px;
  border-bottom: 2px solid #3f72af
}

@media only screen and (max-width:768px) {
  .cassette-item .c-secTtl03 {
    font-size: 1.8rem
  }
}

.cassette-item .c-secTtl04 {
  font-weight: 700;
  font-size: 32px;
  font-size: 2rem;
  padding-left: 20px;
  position: relative;
  margin-bottom: 40px
}

@media only screen and (max-width:768px) {
  .cassette-item .c-secTtl04 {
    font-size: 1.6rem
  }
}

.cassette-item .c-secTtl04:before {
  content: " ";
  position: absolute;
  left: 0;
  top: .5em;
  width: 12px;
  height: 12px;
  background-color: #3f72af;
  border-radius: 50%
}

.cassette-item .c-secTtl05 {
  font-weight: 700;
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 40px;
  color: #3f72af
}

@media only screen and (max-width:768px) {
  .cassette-item .c-secTtl05 {
    font-size: 1.6rem
  }
}

.cassette-item .c-simpleList {
  margin-bottom: 30px
}
/* 管理侧用 */
#cassette-content .cassette-item .c-simpleList li {
  position: relative;
  padding-left: 36px
}
/* 用户侧用 */
.cassette-item .c-simpleList li {
  position: relative;
  padding-left: 36px
}
.cassette-item .c-simpleList li:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 13px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #000;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
/* is-blue  is-black*/
body.is-gyosei.is-black .cassette-item .c-simpleList li:before {
  background-color: #ffea00;
}
body.is-gyosei.is-blue .cassette-item .c-simpleList li:before {
  background-color: #c6e6e9;
}
.c-simpleList li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #000;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.cassette-item .c-numList {
  margin-bottom: 40px
}
/* 管理侧 用*/
#cassette-content .cassette-item .c-numList li {
  position: relative;
  counter-increment: num;
  padding-left: 36px;
  margin-bottom: 5px
}
/* 用户侧 用*/
.cassette-item .c-numList li {
  position: relative;
  counter-increment: num;
  padding-left: 36px;
  margin-bottom: 5px
}

.cassette-item .c-numList li:before {
  content: '('counter(num)')';
  position: absolute;
  left: 0;
  top: .25em;
  width: 36px;
  height: 21px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  font-size: 22px;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 50%
}

/* is-blue  is-black*/
body.is-gyosei.is-black .cassette-item .c-numList li:before {
  color: #ffea00;
}
body.is-gyosei.is-blue .cassette-item .c-numList li:before {
  color: #c6e6e9;
}
.cassette-item .c-fileList {
  margin-bottom: 40px
}

.cassette-item .c-fileList li {
  position: relative;
  padding-left: 23px;
  margin-bottom: 4px;
}

.cassette-item .c-fileList li svg {
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.cassette-item .c-fileList li a {
  text-decoration: underline;
  display: inline-block;
}
.cassette-item .c-fileList li a img {
  vertical-align: bottom;
}

.cassette-item .c-btnList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -10px;
  margin-bottom: 40px
}

.cassette-item .c-btnList li {
  margin-right: 10px;
  margin-top: 10px
}

.cassette-item .c-btnList li a {
  display: inline-block;
  font-size: 22px;
  font-size: 1.4rem;
  border-radius: 30px;
  padding: 9px 50px;
  background-color: #3f72af;
  color: #fff;
  font-weight: 700
}

@media only screen and (max-width:768px) {
  .cassette-item .c-btnList li a {
    padding: 10px 30px;
    border-radius: 30px
  }
}

.cassette-item .c-btnList li a:active,
.cassette-item .c-btnList li a:focus,
.cassette-item .c-btnList li a:hover {
  opacity: .7;
  text-decoration: none
}

.cassette-item .c-table {
  width: 100%;
  margin-bottom: 40px
}
.cassette-item .c-table td a, .cassette-item .c-table th a {
  /* color: #fff; */
  text-decoration: underline;
}
#cassette-content .cassette-item .c-table td a,
#cassette-content .cassette-item .c-table th a {
  /* color: #fff; */
  text-decoration: underline;
}
body.is-gyosei.is-blue .cassette-item .c-table td a,
body.is-gyosei.is-blue .cassette-item .c-table th a {
    color: #000;
}
.cassette-item .c-table tr {
  border: none;
  border-top: 1px solid #b3b3b3 !important;
  border-right: 1px solid #b3b3b3 !important
}

.cassette-item .c-table th {
  border: none;
  border-bottom: 1px solid #b3b3b3 !important;
  border-left: 1px solid #b3b3b3 !important;
  padding: 16px 1em
}
.cassette-item .c-table td {
  border: none;
  border-bottom: 1px solid #b3b3b3 !important;
  border-left: 1px solid #b3b3b3 !important;
  padding: 16px 1em;
  vertical-align: initial;
}

body.is-gyosei.is-blue .cassette-item .c-table td,
body.is-gyosei.is-blue .cassette-item .c-table th {
    border: 1px solid #b3b3b3;
}
@media only screen and (max-width:768px) {
  .cassette-item .c-table td,
  .cassette-item .c-table th {
    padding: 10px
  }
}
.cassette-item .c-table th {
  width: 30%;
  font-weight: 700;
  background-color: #f2f2f2;
  font-size: 1.6rem;
}
body.is-gyosei.is-blue .cassette-item .c-table th {
  background-color: #c6e6e9;
  color: #11161f;
}
body.is-gyosei.is-black .cassette-item .c-table th {
  background-color: transparent;
}

@media only screen and (max-width:768px) {
  .cassette-item .c-table th {
    width: 150px
  }
}

.cassette-item .c-table td > :last-child {
  margin-bottom: 0!important
}

.cassette-item .c-table td > * {
  margin-bottom: 15px
}

.cassette-item .c-table.c-table__fixed {
  table-layout: fixed
}

.cassette-item .c-table.c-table__fixed th {
  width: auto;
  text-align: center
}

.cassette-item .c-defTable {
  margin-bottom: 40px;
  border: 1px solid #3f72af
}

.cassette-item .c-defTable > :last-child {
  margin-bottom: 0!important
}

.cassette-item .c-defTable dl {
  width: 100%;
  display: table;
  margin-bottom: 20px
}

@media only screen and (max-width:768px) {
  .cassette-item .c-defTable dl {
    display: block
  }
}

.cassette-item .c-defTable dl dd,
.cassette-item .c-defTable dl dt {
  display: table-cell;
  padding: 15px 20px;
  vertical-align: middle
}

@media only screen and (max-width:768px) {
  .cassette-item .c-defTable dl dd,
  .cassette-item .c-defTable dl dt {
    display: block;
    padding: 10px
  }
}

.cassette-item .c-defTable dl dt {
  width: 178px;
  color: #3f72af;
  font-weight: 700;
  background-color: #c1ebfb
}

@media only screen and (max-width:768px) {
  .cassette-item .c-defTable dl dt {
    width: 100%
  }
}

.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: 25px;
  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:768px) {
  .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)20210403編集 */
}

.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: 22px;
  font-size: 1.4rem;
  font-weight: 700
}

@media only screen and (max-width:768px) {
  .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: .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:768px) {
  .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:768px) {
  .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:768px) {
  .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: 19px;
  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;
  -ms-flex-pack: center;
  justify-content: center
}

.cassette-item .c-form_btn li {
  width: 170px;
  margin-right: 40px
}

@media only screen and (max-width:768px) {
  .cassette-item .c-form_btn li {
    width: 48%;
    margin-right: 4%
  }
}

.cassette-item .c-form_btn li:last-child {
  margin-right: 0
}

.cassette-item .c-form_btn li button {
  display: block;
  width: 100%;
  padding: 9px 14px;
  background-color: #3f72af;
  color: #fff;
  border-radius: 30px;
  font-weight: 700;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 22px;
  font-size: 1.4rem
}

@media only screen and (max-width:768px) {
  .cassette-item .c-form_btn li button {
    padding: 12px
  }
}

.cassette-item .c-form_btn li button:active,
.cassette-item .c-form_btn li button:focus,
.cassette-item .c-form_btn li button:hover {
  opacity: .7
}

.cassette-item .c-form_btn li button.back {
  background-color: #e6e6e6;
  color: #3f72af
}

.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: 24px;
  font-size: 1.5rem;
  display: inline-block;
  position: relative;
  padding-left: 30px
}

@media only screen and (max-width:768px) {
  .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: .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: .45em;
  left: 4px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #3f72af
}

.cassette-item .c-map {
  margin-bottom: 40px
}

.cassette-item .c-map iframe {
  width: 100%;
  height: 400px
}

@media only screen and (max-width:768px) {
  .cassette-item .c-map iframe {
    height: 300px
  }
}

.cassette-item .c-video {
  margin-bottom: 40px;
  position: relative;
  padding-top: 56.25%
}

.cassette-item .c-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.cassette-item .c-free {
  margin-bottom: 40px
}

.cassette-item .c-hr {
  margin: 40px 0;
  border: none;
  border-top: 1px solid #eee
}

.cassette-item .c-img02Unit  {
  margin-bottom: 50px
}

.cassette-item .c-img02Unit .edit-box {
  width: 100% !important;
}

.cassette-item .c-img02Unit .c-img02 {
  margin-bottom: 0
}

.cassette-item .c-img02Unit.c-img02Unit__col2 {
  margin-top: -40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media only screen and (max-width:768px) {
  .cassette-item .c-img02Unit.c-img02Unit__col2 {
    display: block
  }
}

@media only screen and (max-width:768px) {
  .cassette-item .c-img02Unit.c-img02Unit__col2 {
    margin-top: 0
  }
}

.cassette-item .c-img02Unit.c-img02Unit__col2 > * {
  margin-top: 40px;
  width: 48.14815%;
  margin-right: 3.7037%
}

@media only screen and (min-width:769px) {
  .cassette-item .c-img02Unit.c-img02Unit__col2 > :nth-child(2n) {
    margin-right: 0
  }
}

.cassette-item .c-img02Unit.c-img02Unit__col2 > :last-child {
  margin-right: 0
}

@media only screen and (max-width:768px) {
  .cassette-item .c-img02Unit.c-img02Unit__col2 > * {
    margin-top: 20px;
    display: block;
    width: 100%;
    margin-right: 0
  }
  .cassette-item .c-img02Unit.c-img02Unit__col2 > :first-child {
    margin-top: 0
  }
}

.cassette-item .c-img02Unit.c-img02Unit__col3 {
  margin-top: -40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media only screen and (max-width:768px) {
  .cassette-item .c-img02Unit.c-img02Unit__col3 {
    display: block
  }
}

@media only screen and (max-width:768px) {
  .cassette-item .c-img02Unit.c-img02Unit__col3 {
    margin-top: 0
  }
}

.cassette-item .c-img02Unit.c-img02Unit__col3 > * {
  margin-top: 40px;
  width: 30.8642%;
  margin-right: 3.7037%
}

@media only screen and (min-width:769px) {
  .cassette-item .c-img02Unit.c-img02Unit__col3 > :nth-child(3n) {
    margin-right: 0
  }
}

.cassette-item .c-img02Unit.c-img02Unit__col3 > :last-child {
  margin-right: 0
}

@media only screen and (max-width:768px) {
  .cassette-item .c-img02Unit.c-img02Unit__col3 > * {
    margin-top: 20px;
    display: block;
    width: 100%;
    margin-right: 0
  }
  .cassette-item .c-img02Unit.c-img02Unit__col3 > :first-child {
    margin-top: 0
  }
}

.cassette-item .c-img02 {
  text-align: center;
  margin-bottom: 55px
}

@media only screen and (max-width:768px) {
  .cassette-item .c-img02 {
    margin-bottom: 30px
  }
}

@media only screen and (max-width:768px) {
  .cassette-item .c-img02 img {
    width: 100%
  }
}

.cassette-item .c-img02 figcaption {
  text-align: left;
  margin-top: 0.5em
}

.cassette-item .c-pouring {
  margin-bottom: 40px;
  overflow: hidden
}

.cassette-item .c-pouring .c-pouring_img {
  float: left;
  max-width: 335px;
  margin-right: 1em;
  margin-bottom: 1em
}

@media only screen and (max-width:768px) {
  .cassette-item .c-pouring .c-pouring_img {
    float: none!important;
    margin-left: 0!important;
    margin-right: 0!important;
    max-width: 100%
  }
}

@media only screen and (max-width:768px) {
  .cassette-item .c-pouring .c-pouring_img img {
    width: 100%
  }
}

.cassette-item .c-pouring.c-pouring__rev .c-pouring_img {
  float: right;
  margin-left: 1em;
  margin-right: 0
}

.cassette-item .c-gallery {
  margin-bottom: 50px
}

.cassette-item .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;
  background-color: #f2f2f2
}

@media only screen and (max-width:768px) {
  .cassette-item .c-gallery .c-gallery_list .slick-slide {
    height: 200px
  }
}

.cassette-item .c-gallery .c-gallery_list .slick-slide figure img {
  max-height: 400px
}

@media only screen and (max-width:768px) {
  .cassette-item .c-gallery .c-gallery_list .slick-slide figure img {
    max-height: 200px
  }
}

.cassette-item .c-gallery .c-gallery_list .slick-dots {
  letter-spacing: -.4em;
  text-align: center;
  margin-top: 30px;
  font-size: 0
}

@media only screen and (max-width:768px) {
  .cassette-item .c-gallery .c-gallery_list .slick-dots {
    margin-top: 25px
  }
}

.cassette-item .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:768px) {
  .cassette-item .c-gallery .c-gallery_list .slick-dots li {
    width: 8px;
    height: 8px;
    margin-right: 10px
  }
}

.cassette-item .c-gallery .c-gallery_list .slick-dots li.slick-active {
  background-color: #3f72af
}

.cassette-item .c-gallery .c-gallery_list .slick-dots li:last-child {
  margin-right: 0
}

.cassette-item .c-gallery .c-gallery_list .slick-dots li button {
  display: none
}

.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:768px) {
  .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:768px) {
  .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:768px) {
  .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:768px) {
  .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:768px) {
  .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:768px) {
  .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:768px) {
  .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
  }
}

@media only screen and (max-width:768px) {
  .u-pc {
    display: none!important
  }
}

@media only screen and (min-width:769px) {
  .u-sp {
    display: none!important
  }
}
.u-h20 {
  height: 20px!important
}




/*#cassette-content .c-gallery {
  margin-bottom: 50px
}*/

#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;
  background-color: #f2f2f2;
  margin-bottom: 20px
}

@media only screen and (max-width:768px) {
  #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:768px) {
  #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: -.4em;
  text-align: center;
  margin-top: 30px;
  font-size: 0
}

@media only screen and (max-width:768px) {
  #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:768px) {
  #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: #3f72af
}

#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
}

/*new コンテンツ */
.width-100 {
  width: 100%;
}
.font-weight {
  font-weight: 700;
}
.gray-bg {
  background-color: #eee;
}
.font-size-12 {
  font-size: 1.2rem;
}

.padding-10 {
  padding: 10px;
}
/* 見出しレベル1 */
.cassette-item .container-title {
    background-image: linear-gradient(to right,#78c88a,#afd36e);
    border-radius: 4px;
    box-sizing: border-box;
    padding: 1px;
}
#cassette-content .cassette-item .container-title h3,
.cassette-item .container-title h3 {
  padding: 14px;
  border-radius: 4px;
  background-color: #fff;
}
body.is-gyosei.is-black .cassette-item .container-title {
  background-image: none;
  padding: 0;
}

body.is-gyosei.is-black .container-title h3 {
    background: #0078c8;
    color: white;
}
body.is-gyosei.is-blue .container-title h3 {
    background: lightcyan;
    color: #11161f;
    border-image: linear-gradient(to bottom,#30b8b0,#aed36e) 1 10;
}
/* 見出しレベル2 */
.container-title2 {
    border-bottom: 1px #eee solid;
    margin: 10px 0;
}
.container-title2 h4 {
    line-height: 40px;
    /* border-bottom: 2px transparent solid;
    border-image: linear-gradient(to right,#78c88a,#afd36e) 1 10; */
    min-width: 200px;
    font-size: 1.8rem;
    display: table;
    position: relative;
}
.container-title2 h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to bottom,#30b8b0,#aed36e) ;
}

/* 見出しレベル3 */
.container-title3 {
  border-radius: 4px;
  position: relative;
}
.container-title3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 100%;
    border-radius: 4px 0 0 4px;
    background-image: linear-gradient(to bottom,#30b8b0,#aed36e) ;
}
.container-title3 h5 {
    padding: 15px;
    font-size: 1.6rem;
}
body.is-gyosei.is-blue .container-title3 {
  background-color: transparent;
  border: lightcyan 1px solid;
}
body.is-gyosei.is-black .container-title3 {
  background-color: transparent;
  border: #ffea00 1px solid;
}

/* 見出しレベル4 */
.container-title4 {
    line-height: 40px;
    border-bottom: 1px #eee solid;
}
.container-title4 h5 {
  font-size: 1.6rem;
}
.container-title5 {
    font-size: 1.6rem;
    line-height: 40px;
}
.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: 14px;
  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: 14px;
  font-size: 1.4rem;
  padding: 0 20px;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
}
.container-detail55 {
    width: 100%;
    text-align: center;
} 
.container-detail55-video {
    width: 100%;
    height: auto;
    max-width: 950px;
}
/* 囲み文章 */
.boxed_bg {
  background-color: #eee;
  padding: 18px;
  line-height: 30px;
  white-space: break-spaces;
}
body.is-gyosei.is-blue .boxed_bg ,
body.is-gyosei.is-black .boxed_bg {
  background-color: transparent;
  border: #eee 1px solid;
}

/* ボタン基本 */
.detail-h-back {
  margin: 2em 0;
  text-align: center;
}
.detail-h-back .detail-h-back-span {
    background-image: linear-gradient(to right,#78c88a,#afd36e);
    border-radius: 30px;
    box-sizing: border-box;
    padding: 1px;
    margin: auto;
    /* width: fit-content; */
    display: inline-block;
}
.detail-h-back .detail-h-back-span a {
    display: inline-block;
    background: white;
    color: #11161f;
    border-radius: 30px;
    padding: 7px 40px;
    outline: none;
    font-size: inherit;
    font-weight: bold;
    text-decoration: none;
}
body.is-gyosei.is-blue .detail-h-back .detail-h-back-span a {
    background: #02487b;
}
body.is-gyosei.is-black .detail-h-back .detail-h-back-span a {
    background: #11161f;
}
.detail-h-back .detail-h-back-span a:hover ,
body.is-gyosei.is-blue .detail-h-back .detail-h-back-span a:hover ,
body.is-gyosei.is-black .detail-h-back .detail-h-back-span a:hover {
  background: unset;
  color: white;
  opacity: 1;
}
.detail-h-back .detail-h-back-span-hover {
  background-image: linear-gradient(to right,#78c88a,#afd36e);
  border-radius: 30px;
  box-sizing: border-box;
  padding: 12px 1px;
}
.detail-h-back .detail-h-back-span-hover a {
    display: inline-block;
    color: white;
    border-radius: 30px;
    padding: 7px 40px;
    outline: none;
    font-size: inherit;
    font-weight: bold;
    text-decoration: none;
}
/* table */
.common-table {
  width: 100%;
  font-weight: 700;
}
.common-table td {
  padding: 8px;
}
.common-table td {
  border: solid 1px #ccc;
}
/* 背景色付けblock */
/* cyan */
.block-bg-cyan {
  background-color: #d2ecea;
  padding: 18px;
  line-height: 30px;
  text-align: center;
}
/* gray */
.block-bg-gray {
  background-color: #eee;
  padding: 18px;
  line-height: 30px;
  white-space: break-spaces;
}
/* borderを付けるblock */
.block-border-blue {
  padding: 18px;
  border: 1px solid #00a0e8;
}
/* 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;
}

/* 定義リスト上下 */
.div-def-list-up-down table {
  width: 100%;
  border: solid 1px #00a0e8;
}
.div-def-list-up-down td {
  padding: 15px;
  text-align: left;
}
.div-def-list-up-down th {
  padding: 15px;
  background-color: #00a0e8;
  text-align: left;
  font-weight: 700;
  color: #fff;
}
body.is-gyosei.is-black .div-def-list-up-down table {
  border: solid 1px #0078c8;
}
body.is-gyosei.is-black .div-def-list-up-down th {
  background-color: #0078c8;
}

/* 定義リスト左右 */
/* 問い合わせblock */
.block-inquiry table .bc {
  border: 1px solid #00a0e8;
}
.block-inquiry table td {
 padding: 18px;
}
.block-inquiry .block-inquiry-td1 {
 width: 30%;
 text-align: center;
 vertical-align: middle;
 background-color: #00a0e8;
 min-width: 200px;
 color: #fff;
 font-size: 1.6rem;
}
body.is-gyosei.is-black .block-inquiry table .bc {
  border: 1px solid #0078c8;
}
body.is-gyosei.is-black .block-inquiry .block-inquiry-td1 {
 background-color: #0078c8;
}

/* 定義リスト左右 */
/* .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 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.div-detail-form th {
  font-weight: 700;
}
.div-detail-form tr {
  text-align: left;
  border-bottom: 1px solid #d1d1d1;
}
.div-detail-form td {
  padding : 10px 0;
  max-width: 625px;
}
.div-detail-form p {
  line-height: 40px;
  margin: 5px 0 0 0;
}
.div-detail-form textarea {
  width: 100%;
  height: 140px;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  padding: 1em;
}
.div-detail-form form td label+label {
  margin-left: 1.5em;
}

body.is-gyosei.is-blue .div-detail-form textarea {
    background: initial;
    border: 1px solid #c6e6e9;
    color: #c6e6e9;
}
body.is-gyosei.is-black .div-detail-form textarea {
    background: initial;
    border: 1px solid #ffea00;
    color: #ffea00;
}
.div-detail-form select {
  border: none;
  height: 40px;
  line-height: 38px;
  border-radius: 4px;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 20px;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  -webkit-appearance: auto;
}
body.is-gyosei.is-blue .div-detail-form select {
    background: #02487b;
    border: 1px solid #c6e6e9;
    color: #c6e6e9;
}
body.is-gyosei.is-black .div-detail-form select {
    background: #11161f;
    border: 1px solid #ffea00;
    color: #ffea00;
}
body.is-gyosei.is-blue .div-detail-form select:-ms-input-placeholder {
  color: #c6e6e9;
}
body.is-gyosei.is-black .div-detail-form select:-ms-input-placeholder {
  color: #ffea00;
}
.div-detail-form input:not([type=checkbox]):not([type=radio]) {
  width: 100%;
  border: none;
  height: 40px;
  line-height: 38px;
  border-radius: 4px;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 20px;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
}
body.is-gyosei.is-blue .div-detail-form input {
    background: initial;
    border: 1px solid #c6e6e9;
    color: #c6e6e9;
}
body.is-gyosei.is-black .div-detail-form input {
    background: initial;
    border: 1px solid #ffea00;
    color: #ffea00;
}
body.is-gyosei.is-blue .div-detail-form input:-ms-input-placeholder {
  color: #c6e6e9;
}
body.is-gyosei.is-black .div-detail-form input:-ms-input-placeholder {
  color: #ffea00;
}
body.is-gyosei.is-blue .div-detail-form input::placeholder {
  color: #c6e6e9;
}
body.is-gyosei.is-black .div-detail-form input::placeholder {
  color: #ffea00;
}
.div-detail-form .u-colorRed {
	color: red;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td .ui-state-default {
  color: #11161f;
}

/*new コンテンツ  die*/

/*リストcassetteのリンク文言は下線付きで表示する*/
.cassette-item .c-numList a:link {
  text-decoration: underline;
}
#cassette-content .cassette-item .c-numList a:link {
    text-decoration: underline;
}
.cassette-item .c-simpleList a:link {
  text-decoration: underline;
}
#cassette-content .cassette-item .c-simpleList a:link {
    text-decoration: underline;
}