@charset "UTF-8";

:root {
    --primary: #72BEC6;
    --secondary: #72BEC6;
    --border: #c8c8c8;
    --bg: #f4f4f0;
}

html {
  font-size: 62.5%
}

#cassette-content .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 {
  line-height: 1.77778;
  padding: 40px 40px 0;
  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.6rem;
    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 figure,
#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
}

#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: #509DCA;
  font-weight: bold;
}

.c-simpleList a::after {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-left: 0.5em;
  background-image: url("data:image/svg+xml,%3Csvg%20class%3D%22ico_svg%20ico_circle-right%22%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20class%3D%22svg-circle%20svg-circle01%22%20cx%3D%2212.5%22%20cy%3D%2212.5%22%20r%3D%2210.5%22%20fill%3D%22white%22/%3E%3Cpath%20class%3D%22svg-path%20svg-path01%22%20d%3D%22M17.9337%2011.6874L14.0673%207.62231C13.8872%207.42567%2013.643%207.30808%2013.3838%207.29323C13.1246%207.27837%2012.8696%207.36736%2012.6703%207.54227C12.5711%207.63687%2012.4911%207.75161%2012.4351%207.87957C12.3792%208.00753%2012.3484%208.14607%2012.3447%208.28686C12.341%208.42764%2012.3644%208.56777%2012.4135%208.69879C12.4627%208.82981%2012.5365%208.94902%2012.6306%209.04926L14.3851%2010.8904C14.4223%2010.9392%2014.4463%2010.9977%2014.4545%2011.0597C14.4628%2011.1217%2014.455%2011.1849%2014.4319%2011.2426C14.4089%2011.3003%2014.3715%2011.3504%2014.3236%2011.3877C14.2757%2011.4249%2014.2192%2011.4479%2014.16%2011.4542H7.84058C7.58125%2011.4487%207.32965%2011.5471%207.13667%2011.7293C6.94369%2011.9115%206.82374%2012.164%206.80113%2012.4356C6.79486%2012.5768%206.81591%2012.7178%206.863%2012.8502C6.91009%2012.9825%206.98226%2013.1035%207.07511%2013.2056C7.16795%2013.3078%207.27956%2013.3891%207.40317%2013.4446C7.52678%2013.5001%207.65982%2013.5286%207.79423%2013.5285H14.1732C14.2325%2013.5348%2014.289%2013.5577%2014.3368%2013.595C14.3847%2013.6322%2014.4221%2013.6823%2014.4452%2013.74C14.4682%2013.7977%2014.476%2013.8609%2014.4678%2013.9229C14.4595%2013.9849%2014.4355%2014.0434%2014.3983%2014.0923L12.6836%2015.8951C12.4965%2016.0844%2012.3847%2016.3412%2012.3706%2016.6137C12.3564%2016.8862%2012.4411%2017.1543%2012.6074%2017.3638C12.6974%2017.4681%2012.8065%2017.5523%2012.9283%2017.6111C13.05%2017.6699%2013.1817%2017.7023%2013.3157%2017.7062C13.4496%2017.7101%2013.5828%2017.6855%2013.7075%2017.6338C13.8321%2017.5821%2013.9455%2017.5045%2014.0408%2017.4056L17.947%2013.2988C18.0469%2013.1921%2018.1259%2013.0658%2018.1793%2012.9271C18.2327%2012.7883%2018.2596%2012.6399%2018.2583%2012.4902C18.2571%2012.3405%2018.2278%2012.1925%2018.1721%2012.0548C18.1164%2011.917%2018.0354%2011.7922%2017.9337%2011.6874Z%22%20fill%3D%22%23509DCA%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.c-simpleList a:hover {
  color: #CA7D50 !important;
}


#cassette-content a:link {
  text-decoration: none
}

#cassette-content a:visited {
  text-decoration: none
}

#cassette-content a:hover {
  color: #509DCA;
  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-content .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;
  color: #1a1a1a;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  font-feature-settings: "palt"
}

#cassette-content .cassette-item img {
  max-width: 100%;
  height: auto
}

#cassette-content .cassette-item .c-table {
  font-size: 16px;
  font-size: 1.6rem
}

#cassette-content .cassette-item._formEdit {
  margin-bottom: 30px
}

#cassette-content .cassette-item .btn {
  font-size: 13px;
  font-size: 1.6rem;
  line-height: 1.75
}

#cassette-content .cassette-item input[type=date],
#cassette-content .cassette-item input[type=number],
#cassette-content .cassette-item input[type=password],
#cassette-content .cassette-item input[type=text],
#cassette-content .cassette-item input[type=time],
#cassette-content .cassette-item textarea {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0
}




#cassette-content .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-content .cassette-item .c-casette_ttl {
    font-size: 1.8rem;
    text-align: left
  }
}

#cassette-content .cassette-item .c-casette_body {
  border: 2px solid #f2f2f2;
  border-top: none;
  padding: 30px 28px
}

#cassette-content .cassette-item .c-casette_body > :last-child {
  margin-bottom: 0!important
}

@media only screen and (max-width:768px) {
  #cassette-content .cassette-item .c-casette_body {
    padding: 15px
  }
}

#cassette-content .cassette-item .c-casette.c-casette__sub .c-casette_ttl {
  background-color: #ff8943
}

#cassette-content .cassette-item .c-casette.c-casette__sub .c-enclosureTxt {
  border: 1px solid #ff8943
}

#cassette-content .cassette-item .c-casette.c-casette__sub .c-def dt {
  color: #ff8943
}

#cassette-content .cassette-item .c-casette.c-casette__sub .c-def dt:before {
  background-color: #ff8943
}

#cassette-content .cassette-item .c-casette.c-casette__sub .c-secTtl02 {
  border-left: 5px solid #ff8943
}

#cassette-content .cassette-item .c-casette.c-casette__sub .c-secTtl03 {
  border-bottom: 2px solid #ff8943
}

#cassette-content .cassette-item .c-casette.c-casette__sub .c-secTtl04:before {
  background-color: #ff8943
}

#cassette-content .cassette-item .c-casette.c-casette__sub .c-secTtl05 {
  color: #ff8943
}

#cassette-content .cassette-item .c-casette.c-casette__sub .c-simpleList li:before {
  background-color: #ff8943
}

#cassette-content .cassette-item .c-casette.c-casette__sub .c-numList li:before {
  background-color: #ff8943
}

#cassette-content .cassette-item .c-casette.c-casette__sub .c-fileList li svg path {
  fill: #ff8943
}

#cassette-content .cassette-item .c-casette.c-casette__sub .c-fileList li a {
  color: #ff8943
}

#cassette-content .cassette-item .c-casette.c-casette__sub .c-btnList li a {
  background-color: #ff8943
}

#cassette-content .cassette-item .c-casette.c-casette__sub .c-table tr {
  border-top: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3
}

#cassette-content .cassette-item .c-casette.c-casette__sub .c-table td,
#cassette-content .cassette-item .c-casette.c-casette__sub .c-table th {
  border-bottom: 1px solid #b3b3b3;
  border-left: 1px solid #b3b3b3
}

#cassette-content .cassette-item .c-casette.c-casette__sub .c-table th {
  color: #ff8943;
  border-right: 1px solid #ff8943
}

#cassette-content .cassette-item .c-casette.c-casette__sub .c-table.c-table__fixed th {
  border-right: 1px solid #b3b3b3;
  border-bottom: 1px solid #ff8943
}

#cassette-content .cassette-item .c-casette.c-casette__sub .c-defTable {
  border: 1px solid #ff8943
}

#cassette-content .cassette-item .c-casette.c-casette__sub .c-defTable dl dt {
  color: #ff8943;
  background-color: #f2f2f2
}

#cassette-content .cassette-item .c-casette.c-casette__sub .c-form select {
  background-image: url(/assets/images/common/icon-select-sub.svg)
}

#cassette-content .cassette-item .c-casette.c-casette__sub .c-form .zip-search {
  background-color: #ff8943
}

#cassette-content .cassette-item .c-casette.c-casette__sub .c-form_table dl dt {
  color: #ff8943
}

#cassette-content .cassette-item .c-casette.c-casette__sub .c-form_btn button {
  background-color: #ff8943
}

#cassette-content .cassette-item .c-casette.c-casette__sub .c-form_btn button.back {
  color: #ff8943;
  background-color: #e6e6e6
}

#cassette-content .cassette-item .c-casette.c-casette__sub .c-inputList > li input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden
}

#cassette-content .cassette-item .c-casette.c-casette__sub .c-inputList > li label {
  font-size: 24px;
  font-size: 1.6rem;
  display: inline-block;
  position: relative;
  padding-left: 30px
}

@media only screen and (max-width:768px) {
  #cassette-content .cassette-item .c-casette.c-casette__sub .c-inputList > li label {
    font-size: 1.6rem
  }
}

#cassette-content .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-content .cassette-item .c-casette.c-casette__sub .c-inputList > li input[type=checkbox] + label:before {
  border-radius: 2px
}

#cassette-content .cassette-item .c-casette.c-casette__sub .c-inputList > li input[type=radio] + label:before {
  border-radius: 50%
}

#cassette-content .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-content .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-content .cassette-item .c-casette.c-casette__sub .c-gallery .c-gallery_list .slick-dots li.slick-active {
  background-color: #ff8943
}

#cassette-content .cassette-item .c-enclosureTxt {
  padding: 25px 30px;
  background: var(--bg);
  margin-bottom: 40px
}

@media only screen and (max-width:768px) {
  #cassette-content .cassette-item .c-enclosureTxt {
    padding: 15px
  }
}

#cassette-content .cassette-item .c-def {
  border-top: 1px solid var(--border);
  border-right: 1px solid var(--border);
  margin-bottom: 40px
}

#cassette-content .cassette-item .c-def dt,
#cassette-content .cassette-item .c-def dd {
  border-left: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 10px 20px;
  margin: 0;  
}

#cassette-content .cassette-item .c-def dt {
  font-weight: normal;
  background: var(--bg);
}

@media only screen and (max-width:768px) {
  #cassette-content .cassette-item .c-def dt {
    font-size: 1.6rem
  }
}

#cassette-content .cassette-item .c-secTtl02 {
    padding-bottom: .2rem;
    border-bottom: 6px double #509DCA;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 40px;
}

@media only screen and (max-width:768px) {
  #cassette-content .cassette-item .c-secTtl02 {
    font-size: 1.8rem
  }
}

#cassette-content .cassette-item .c-secTtl03 {
    padding: .5rem 0;
    border-top: 1px solid #CAC650;
    border-bottom: 1px solid #CAC650;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 40px;
}

@media only screen and (max-width:768px) {
  #cassette-content .cassette-item .c-secTtl03 {
    font-size: 1.6rem
  }
}

#cassette-content .cassette-item .c-secTtl04 {
    padding: .6rem .6rem .6rem .8rem;
    border-left: 7px solid #509DCA;
    background: var(--bg);
    font-size: 1.6rem;
    margin-bottom: 40px;
    font-weight: bold;
}

@media only screen and (max-width:768px) {
  #cassette-content .cassette-item .c-secTtl04 {
    font-size: 1.6rem
  }
}

#cassette-content .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-content .cassette-item .c-secTtl05 {
    font-size: 1.6rem
  }
}

#cassette-content .cassette-item .c-simpleList {
  margin-bottom: 30px
}

#cassette-content .cassette-item .c-simpleList li {
  position: relative;
  padding-left: 16px
}

/* デフォルト（スマホ用）：上に配置 */
#cassette-content .cassette-item .c-simpleList li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: var(--primary);
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

/* PC用：上すぎを防ぐために少し下げる */
@media screen and (min-width: 768px) {
  #cassette-content .cassette-item .c-simpleList li:before {
    top: 12px; /* 適宜調整 */
  }
}


#cassette-content .cassette-item .c-numList {
  margin-bottom: 40px
}

#cassette-content .cassette-item .c-numList li {
  position: relative;
  counter-increment: number;
}

#cassette-content .cassette-item .c-numList li:before {
  content: "("counter(number)")";
  display: inline-block;
  width: 30px;
}

#cassette-content .cassette-item .c-fileList {
  margin-bottom: 40px
}

#cassette-content .cassette-item .c-fileList li {
  position: relative;
  padding-left: 30px
}
#cassette-content .cassette-item .c-fileList li:nth-child(n+2) {
  margin-top: .25em;
}

#cassette-content .cassette-item .c-fileList li svg {
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

#cassette-content .cassette-item .c-fileList li a {
  color: #509DCA;
  text-decoration: underline;
  font-weight: bold;
}

#cassette-content .cassette-item .c-fileList li:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 25px;
    height: 28px;
}

#cassette-content .cassette-item .c-fileList li.pdf:before {
    background: url(/system_data/common/img/cassette/icon_pdf.svg) no-repeat center/contain;
}
#cassette-content .cassette-item .c-fileList li.xls:before {
    background: url(/system_data/common/img/cassette/icon_excel.svg) no-repeat center/contain;
}
#cassette-content .cassette-item .c-fileList li.com:before {
    background: url(/system_data/common/img/cassette/icon_file.svg) no-repeat center/contain;
}

#cassette-content .cassette-item .c-btnList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -10px;
  margin-bottom: 40px
}

#cassette-content .cassette-item .c-btnList li {
  margin-right: 10px;
  margin-top: 10px
}

#cassette-content .cassette-item .c-btnList li a {
    position: relative;
    display: inline-block;
    color: #509DCA;
    border: 1px solid #509DCA;
    border-radius: 4px;
    padding: 8px 48px 8px 32px;
    vertical-align: middle;
}

#cassette-content .cassette-item .c-btnList li a:hover:before {
    border-color: #509DCA;
}
#cassette-content .cassette-item .c-btnList li a:before,
#cassette-content .cassette-item .c-btnList li a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
#cassette-content .cassette-item .c-btnList li a:before {
    right: 1.6rem;
    width: .5rem;
    height: .5rem;
    border-top: 2px solid #509DCA;
    border-right: 2px solid #509DCA;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

#cassette-content .cassette-item .c-btnList li a:active,
#cassette-content .cassette-item .c-btnList li a:focus,
#cassette-content .cassette-item .c-btnList li a:hover {
  opacity: .7;
  text-decoration: none
}

#cassette-content .cassette-item .c-table {
  width: 100%;
  margin-bottom: 40px
}

#cassette-content .cassette-item .c-table a {
  color: var(--primary);
  text-decoration: underline;
}

#cassette-content .cassette-item .c-table tr {
  border: none;
  border-top: 1px solid var(--border) !important;
  border-right: 1px solid var(--border) !important;
}

#cassette-content .cassette-item .c-table td,
#cassette-content .cassette-item .c-table th {
  border: none;
  border-bottom: 1px solid var(--border) !important;
  border-left: 1px solid var(--border) !important;
  padding: 16px 1em
}

@media only screen and (max-width:768px) {
  #cassette-content .cassette-item .c-table td,
  #cassette-content .cassette-item .c-table th {
    padding: 10px
  }
}

#cassette-content .cassette-item .c-table th {
  width: 170px;
  background: var(--bg);
}

@media only screen and (max-width:768px) {
  #cassette-content .cassette-item .c-table th {
    width: 150px
  }
}

#cassette-content .cassette-item .c-table td > :last-child {
  margin-bottom: 0!important
}

#cassette-content .cassette-item .c-table td > * {
  margin-bottom: 15px
}

#cassette-content .cassette-item .c-table.c-table__fixed {
  table-layout: fixed
}

#cassette-content .cassette-item .c-table.c-table__fixed th {
  width: auto;
  text-align: center;
  font-weight: bold;
}

#cassette-content .cassette-item .c-defTable {
  margin-bottom: 40px;
  /*border: 1px solid var(--border)*/
}

#cassette-content .cassette-item .c-defTable > :last-child {
  margin-bottom: 0!important
}

#cassette-content .cassette-item .c-defTable dl {
  width: 100%;
  display: table;
  margin-bottom: 2px;
  border: 1px solid var(--border);
}

@media only screen and (max-width:768px) {
  #cassette-content .cassette-item .c-defTable dl {
    display: block
  }
}

#cassette-content .cassette-item .c-defTable dl dd,
#cassette-content .cassette-item .c-defTable dl dt {
  display: table-cell;
  padding: 15px 20px;
  vertical-align: middle
}

@media only screen and (max-width:768px) {
  #cassette-content .cassette-item .c-defTable dl dd,
  #cassette-content .cassette-item .c-defTable dl dt {
    display: block;
    padding: 10px
  }
}

#cassette-content .cassette-item .c-defTable dl dt {
  width: 30%;
  background-color: var(--bg);
  font-weight: bold;
}

@media only screen and (max-width:768px) {
  #cassette-content .cassette-item .c-defTable dl dt {
    width: 100%
  }
}

#cassette-content .cassette-item .c-form {
  margin-bottom: 50px
}

#cassette-content .cassette-item .c-form > :last-child {
  margin-bottom: 0!important
}

#cassette-content .cassette-item .c-form input[type=text],
#cassette-content .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-content .cassette-item .c-form input[type=text]:placeholder,
#cassette-content .cassette-item .c-form select:placeholder {
  color: #b3b3b3
}

@media only screen and (max-width:768px) {
  #cassette-content .cassette-item .c-form input[type=text],
  #cassette-content .cassette-item .c-form select {
    font-size: 1.6rem
  }
}

#cassette-content .cassette-item .c-form input[type=text].zipcode,
#cassette-content .cassette-item .c-form select.zipcode {
  width: 10em
}

#cassette-content .cassette-item .c-form input[type=text] {
  width: 100%
}

#cassette-content .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-content .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.6rem;
  font-weight: 700
}

@media only screen and (max-width:768px) {
  #cassette-content .cassette-item .c-form .zip-search {
    padding: 8px 1em
  }
}

#cassette-content .cassette-item .c-form .zip-search:active,
#cassette-content .cassette-item .c-form .zip-search:focus,
#cassette-content .cassette-item .c-form .zip-search:hover {
  opacity: .7
}

#cassette-content .cassette-item .c-form_table {
  margin-bottom: 50px
}

#cassette-content .cassette-item .c-form_table > :last-child {
  margin-bottom: 0!important
}

#cassette-content .cassette-item .c-form_table dl {
  display: table;
  width: 100%;
  margin-bottom: 20px
}

@media only screen and (max-width:768px) {
  #cassette-content .cassette-item .c-form_table dl {
    display: block
  }
}

#cassette-content .cassette-item .c-form_table dl dd,
#cassette-content .cassette-item .c-form_table dl dt {
  display: table-cell
}

@media only screen and (max-width:768px) {
  #cassette-content .cassette-item .c-form_table dl dd,
  #cassette-content .cassette-item .c-form_table dl dt {
    display: block
  }
}

#cassette-content .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-content .cassette-item .c-form_table dl dt {
    width: 100%;
    padding-top: 0;
    margin-bottom: 10px
  }
}

#cassette-content .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.6rem;
  margin-left: 10px;
  padding: 2px 5px
}

#cassette-content .cassette-item .c-form_table dl dd > :last-child {
  margin-bottom: 0!important
}

#cassette-content .cassette-item .c-form_table dl dd > * {
  margin-bottom: 10px
}

#cassette-content .cassette-item .c-form_btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center
}

#cassette-content .cassette-item .c-form_btn li {
  width: 170px;
  margin-right: 40px
}

@media only screen and (max-width:768px) {
  #cassette-content .cassette-item .c-form_btn li {
    width: 48%;
    margin-right: 4%
  }
}

#cassette-content .cassette-item .c-form_btn li:last-child {
  margin-right: 0
}

#cassette-content .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.6rem
}

@media only screen and (max-width:768px) {
  #cassette-content .cassette-item .c-form_btn li button {
    padding: 12px
  }
}

#cassette-content .cassette-item .c-form_btn li button:active,
#cassette-content .cassette-item .c-form_btn li button:focus,
#cassette-content .cassette-item .c-form_btn li button:hover {
  opacity: .7
}

#cassette-content .cassette-item .c-form_btn li button.back {
  background-color: #e6e6e6;
  color: #3f72af
}

#cassette-content .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-content .cassette-item .c-inputList > li {
  margin-right: 20px;
  margin-top: 5px
}

#cassette-content .cassette-item .c-inputList > li input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden
}

#cassette-content .cassette-item .c-inputList > li label {
  font-size: 24px;
  font-size: 1.6rem;
  display: inline-block;
  position: relative;
  padding-left: 30px
}

@media only screen and (max-width:768px) {
  .c-inputList > li label {
    font-size: 1.6rem
  }
}

#cassette-content .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-content .cassette-item .c-inputList > li input[type=checkbox] + label:before {
  border-radius: 2px
}

#cassette-content .cassette-item .c-inputList > li input[type=radio] + label:before {
  border-radius: 50%
}

#cassette-content .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-content .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-content .cassette-item .c-map {
  margin-bottom: 40px
}

#cassette-content .cassette-item .c-map iframe {
  width: 100%;
  height: 400px
}

@media only screen and (max-width:768px) {
  #cassette-content .cassette-item .c-map iframe {
    height: 300px
  }
}

#cassette-content .cassette-item .c-video {
  margin-bottom: 40px;
  position: relative;
  padding-top: 56.25%
}

#cassette-content .cassette-item .c-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

#cassette-content .cassette-item .c-free {
  margin-bottom: 40px
}

#cassette-content .cassette-item .c-hr {
  margin: 40px 0;
  border: none;
  border-top: 1px solid #eee
}

#cassette-content .cassette-item .c-img02Unit  {
  margin-bottom: 50px
}

#cassette-content .cassette-item .c-img02Unit .edit-box {
  width: 100% !important;
}

#cassette-content .cassette-item .c-img02Unit .c-img02 {
  margin-bottom: 0
}

#cassette-content .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-content .cassette-item .c-img02Unit.c-img02Unit__col2 {
    display: block
  }
}

@media only screen and (max-width:768px) {
  #cassette-content .cassette-item .c-img02Unit.c-img02Unit__col2 {
    margin-top: 0
  }
}

#cassette-content .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-content .cassette-item .c-img02Unit.c-img02Unit__col2 > :nth-child(2n) {
    margin-right: 0
  }
}

#cassette-content .cassette-item .c-img02Unit.c-img02Unit__col2 > :last-child {
  margin-right: 0
}

@media only screen and (max-width:768px) {
  #cassette-content .cassette-item .c-img02Unit.c-img02Unit__col2 > * {
    margin-top: 20px;
    display: block;
    width: 100%;
    margin-right: 0
  }
  #cassette-content .cassette-item .c-img02Unit.c-img02Unit__col2 > :first-child {
    margin-top: 0
  }
}

#cassette-content .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-content .cassette-item .c-img02Unit.c-img02Unit__col3 {
    display: block
  }
}

@media only screen and (max-width:768px) {
  #cassette-content .cassette-item .c-img02Unit.c-img02Unit__col3 {
    margin-top: 0
  }
}

#cassette-content .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-content .cassette-item .c-img02Unit.c-img02Unit__col3 > :nth-child(3n) {
    margin-right: 0
  }
}

#cassette-content .cassette-item .c-img02Unit.c-img02Unit__col3 > :last-child {
  margin-right: 0
}

@media only screen and (max-width:768px) {
  #cassette-content .cassette-item .c-img02Unit.c-img02Unit__col3 > * {
    margin-top: 20px;
    display: block;
    width: 100%;
    margin-right: 0
  }
  #cassette-content .cassette-item .c-img02Unit.c-img02Unit__col3 > :first-child {
    margin-top: 0
  }
}

#cassette-content .cassette-item .c-img02 {
  text-align: center;
  margin-bottom: 55px
}

@media only screen and (max-width:768px) {
  #cassette-content .cassette-item .c-img02 {
    margin-bottom: 30px
  }
}

@media only screen and (max-width:768px) {
  #cassette-content .cassette-item .c-img02 img {
    width: 100%
  }
}

#cassette-content .cassette-item .c-img02 figcaption {
  text-align: left;
  margin-top: 1em
}

#cassette-content .cassette-item .c-pouring {
  margin-bottom: 40px;
  overflow: hidden
}

#cassette-content .cassette-item .c-pouring .c-pouring_img {
  float: left;
  max-width: 335px;
  margin-right: 20px;
  margin-bottom: 15px
}

@media only screen and (max-width:768px) {
  #cassette-content .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-content .cassette-item .c-pouring .c-pouring_img img {
    width: 100%
  }
}

#cassette-content .cassette-item .c-pouring.c-pouring__rev .c-pouring_img {
  float: right;
  margin-left: 20px;
  margin-right: 0
}

#cassette-content .cassette-item .c-gallery {
  margin-bottom: 50px
}

#cassette-content .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-content .cassette-item .c-gallery .c-gallery_list .slick-slide {
    height: 200px
  }
}

#cassette-content .cassette-item .c-gallery .c-gallery_list .slick-slide figure img {
  max-height: 400px
}

@media only screen and (max-width:768px) {
  #cassette-content .cassette-item .c-gallery .c-gallery_list .slick-slide figure img {
    max-height: 200px
  }
}

#cassette-content .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-content .cassette-item .c-gallery .c-gallery_list .slick-dots {
    margin-top: 25px
  }
}

#cassette-content .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-content .cassette-item .c-gallery .c-gallery_list .slick-dots li {
    width: 8px;
    height: 8px;
    margin-right: 10px
  }
}

#cassette-content .cassette-item .c-gallery .c-gallery_list .slick-dots li.slick-active {
  background-color: #3f72af
}

#cassette-content .cassette-item .c-gallery .c-gallery_list .slick-dots li:last-child {
  margin-right: 0
}

#cassette-content .cassette-item .c-gallery .c-gallery_list .slick-dots li button {
  display: none
}

#cassette-content .cassette-item .u-fwb {
  font-weight: 700!important
}

#cassette-content .cassette-item .u-tal {
  text-align: left!important
}

#cassette-content .cassette-item .u-tac {
  text-align: center!important
}

#cassette-content .cassette-item .u-tar {
  text-align: right!important
}

#cassette-content .cassette-item .u-underline {
  text-decoration: underline!important
}

@media only screen and (min-width:769px) {
  #cassette-content .cassette-item .u-tal_pc {
    text-align: left!important
  }
  #cassette-content .cassette-item .u-tac_pc {
    text-align: center!important
  }
  #cassette-content .cassette-item .u-tar_pc {
    text-align: right!important
  }
}

@media only screen and (max-width:768px) {
  #cassette-content .cassette-item .u-tal_sp {
    text-align: left!important
  }
  #cassette-content .cassette-item .u-tac_sp {
    text-align: center!important
  }
  #cassette-content .cassette-item .u-tar_sp {
    text-align: right!important
  }
}

#cassette-content .cassette-item .u-centerring {
  margin-left: auto;
  margin-right: auto
}

#cassette-content .cassette-item .u-colorBase {
  color: #11161f!important
}

#cassette-content .cassette-item .u-colorTheme {
  color: #3f72af!important
}

#cassette-content .cassette-item .u-bgTheme {
  background-color: #3f72af!important
}

#cassette-content .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
  }
}





/*#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
}