@charset "UTF-8";
.mediaset:not(.img-small) .btn a, .linkset.col4 a, .linkset.col3 a, .linkbtn a, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"], .detailset .btn a, .detailset .submitbtn input[type="submit"] {
  padding: 0 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background: #3f598f;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  transition: all 0.5s ease-out;
  background-image: url(../images/btn-arrow.png);
  background-repeat: no-repeat;
  background-position: center right 12px;
}

.mediaset:not(.img-small) .btn a:hover, .linkset.col4 a:hover, .linkset.col3 a:hover, .linkbtn a:hover, .miniSurveyView table.formBlockSurveyTable tr:last-child td input:hover[type="submit"], .detailset .btn a:hover, .detailset .submitbtn input:hover[type="submit"] {
  opacity: 0.6;
}

.linkbtn input[type="button"], .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="button"] {
  padding: 0 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background: gray;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  transition: all 0.5s ease-out;
  background-image: url(../images/btn-arrow-back.png);
  background-repeat: no-repeat;
  background-position: center left 12px;
}

.linkbtn input:hover[type="button"], .miniSurveyView table.formBlockSurveyTable tr:last-child td input:hover[type="button"] {
  opacity: 0.6;
}

/* ----------------------------------------------
pagetitle
------------------------------------------------- */
#pagetitle {
  margin-bottom: 40px;
  padding: 0 10px;
}

#pagetitle h2 {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  text-align: right;
  justify-content: flex-end;
  height: 200px;
  color: #fff;
  font-size: 40px;
  line-height: 1.6;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 767px) {
  #pagetitle h2 {
    height: 160px;
    font-size: 28px;
  }
}

/* ----------------------------------------------
breadcrumb
------------------------------------------------- */
#breadcrumb {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 70px;
  font-size: 13px;
}

/* ----------------------------------------------
h3set
------------------------------------------------- */
.h3set {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
}

.h3set h3 {
  color: #54c2e6;
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}

.h3set h3:after {
  margin-top: 15px;
  display: block;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #54c2e6;
}

.h3set h3 span {
  margin-top: 7px;
  display: block;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #333333;
}

@media (max-width: 767px) {
  .h3set h3 {
    font-size: 26px;
  }
  .h3set h3:after {
    margin-top: 10px;
  }
  .h3set h3 span {
    margin-top: 5px;
    font-size: 12px;
  }
}

/* ----------------------------------------------
h4set
------------------------------------------------- */
.h4set {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 50px;
}

.h4set h4 {
  font-size: 24px;
  line-height: 1.6;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}

.h4set h4:before {
  margin-right: 10px;
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #54c2e6;
}

@media (max-width: 767px) {
  .h4set h4 {
    font-size: 20px;
  }
  .h4set h4:before {
    margin-right: 5px;
    width: 15px;
  }
}

/* ----------------------------------------------
h5set
------------------------------------------------- */
.h5set {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 50px;
}

.h5set h5 {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}

@media (max-width: 767px) {
  .h5set h5 {
    font-size: 18px;
  }
}

/* ----------------------------------------------
txtset
------------------------------------------------- */
.txtset {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 80px;
  line-height: 1.6;
}

/* ----------------------------------------------
fullimg
------------------------------------------------- */
.fullimg {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 80px;
}

.fullimg img {
  width: 100%;
  height: auto;
}

/* ----------------------------------------------
tableset
------------------------------------------------- */
.tableset {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 80px;
}

.tableset table {
  width: 100%;
  line-height: 1.875;
  font-size: 16px;
  letter-spacing: 0.02em;
}

.tableset tr:first-child th,
.tableset tr:first-child td {
  padding-top: 20px;
}

.tableset th,
.tableset td {
  padding: 50px 25px 15px 25px;
  border-bottom: 1px solid #e8eaeb;
}

.tableset th {
  background: #fff;
  white-space: nowrap;
  font-weight: bold;
}

.tableset td {
  background: #fff;
}

.tableset thead td {
  background: #fff;
  text-align: center;
}

.tableset.type-scroll {
  overflow-x: auto;
}

.tableset.type-scroll th {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .tableset table {
    font-size: 14px;
  }
  .tableset.type-normal th,
  .tableset.type-normal td {
    padding: 20px 15px 15px 15px;
    display: block;
  }
  .tableset.type-normal tr:not(:first-child) th,
  .tableset.type-normal td {
    border-top: 0;
  }
  .tableset.type-scroll thead td {
    white-space: nowrap;
  }
}

/* ----------------------------------------------
mediaset
------------------------------------------------- */
.mediaset {
  display: flex;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 80px;
}

.mediaset.notLast {
  margin-bottom: 50px;
}

.mediaset:not(.img-small) .imgbox {
  width: 28.6%;
}

.mediaset:not(.img-small) .imgbox img {
  width: 100%;
  height: auto;
}

.mediaset:not(.img-small) .txtbox {
  flex: 1;
}

.mediaset:not(.img-small) .title {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.mediaset:not(.img-small) .text {
  line-height: 2;
  font-size: 16px;
}

.mediaset:not(.img-small) .btn {
  margin-left: auto;
  width: 100%;
  max-width: 220px;
  margin-top: 40px;
}

.mediaset:not(.img-small).img-left .imgbox {
  margin-right: 3.8%;
}

.mediaset:not(.img-small).img-right .imgbox {
  order: 1;
  margin-left: 3.8%;
}

.mediaset.img-small .imgbox {
  width: 245px;
  margin-right: 50px;
}

.mediaset.img-small .imgbox img {
  width: 100%;
  height: auto;
}

.mediaset.img-small .txtbox {
  flex: 1;
}

.mediaset.img-small .title {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.6;
}

.mediaset.img-small .text {
  line-height: 1.6;
}

@media (max-width: 767px) {
  .mediaset {
    flex-direction: column;
  }
  .mediaset:not(.img-small) .imgbox {
    width: 100%;
    max-width: 286px;
    margin: 0 auto 20px;
  }
  .mediaset:not(.img-small) .title {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .mediaset:not(.img-small) .text {
    font-size: 14px;
  }
  .mediaset:not(.img-small) .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .mediaset:not(.img-small).img-left .imgbox {
    margin-right: auto;
  }
  .mediaset:not(.img-small).img-right .imgbox {
    order: 0;
    margin-left: auto;
  }
  .mediaset.img-small .imgbox {
    width: 100%;
    max-width: 245px;
    margin: 0 auto 20px;
  }
}

/* ----------------------------------------------
calloutset
------------------------------------------------- */
.calloutset {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 80px;
}

.calloutset.notLast {
  margin-bottom: 50px;
}

.calloutset .image {
  margin-bottom: 15px;
}

.calloutset .image img {
  width: 100%;
  height: auto;
}

.calloutset .title {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
}

.calloutset .text {
  line-height: 1.6;
}

.calloutset.col4 .block {
  width: 23%;
}

.calloutset.col4 .block:not(:nth-child(4n + 1)) {
  margin-left: 2.66667%;
}

.calloutset.col4 .block:nth-child(n + 5) {
  margin-top: 50px;
}

.calloutset.col4 .title {
  letter-spacing: 0.05em;
}

.calloutset.col4 .text {
  font-size: 16px;
  line-height: 1.5;
}

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

.calloutset.col3 .block {
  width: 31%;
}

.calloutset.col3 .block:not(:nth-child(3n + 1)) {
  margin-left: 3.5%;
}

.calloutset.col3 .block:nth-child(n + 4) {
  margin-top: 50px;
}

.calloutset.col2 {
  justify-content: space-between;
}

.calloutset.col2 .block {
  width: 48%;
}

.calloutset.col2 .block:nth-child(n + 3) {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .calloutset .title {
    font-size: 16px;
  }
  .calloutset.col4 {
    justify-content: space-between;
    max-width: 506.66667px;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col4 .block {
    width: 47.26027%;
  }
  .calloutset.col4 .block:not(:nth-child(4n + 1)) {
    margin-left: 0;
  }
  .calloutset.col4 .block:nth-child(n + 3) {
    margin-top: 50px;
  }
  .calloutset.col4 .text {
    font-size: 14px;
  }
  .calloutset.col3 {
    flex-direction: column;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col3 .block {
    width: 100%;
  }
  .calloutset.col3 .block:not(:nth-child(3n + 1)) {
    margin-left: 0;
  }
  .calloutset.col3 .block:nth-child(n + 2) {
    margin-top: 50px;
  }
  .calloutset.col2 {
    flex-direction: column;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col2 .block {
    width: 100%;
  }
  .calloutset.col2 .block + .block {
    margin-top: 50px;
  }
}

/* ----------------------------------------------
linkset
------------------------------------------------- */
.linkset.col4 {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 80px;
}

.linkset.col4.notLast {
  margin-bottom: 30px;
}

.linkset.col4 ul {
  display: flex;
  flex-wrap: wrap;
}

.linkset.col4 li {
  width: 22%;
}

.linkset.col4 li:not(:nth-child(4n + 1)) {
  margin-left: 4%;
}

.linkset.col4 li:nth-child(n + 5) {
  margin-top: 30px;
}

@media (max-width: 999px) {
  .linkset.col4 a {
    background-image: none;
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .linkset.col4 ul {
    justify-content: space-between;
  }
  .linkset.col4 li {
    width: 48%;
  }
  .linkset.col4 li:not(:first-child) {
    margin-left: 0;
  }
  .linkset.col4 li:nth-child(n + 3) {
    margin-top: 30px;
  }
}

.linkset.col3 {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 80px;
}

.linkset.col3.notLast {
  margin-bottom: 30px;
}

.linkset.col3 ul {
  display: flex;
  flex-wrap: wrap;
}

.linkset.col3 li {
  width: 31%;
}

.linkset.col3 li:not(:nth-child(3n + 1)) {
  margin-left: 3.5%;
}

.linkset.col3 li:nth-child(n + 4) {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .linkset.col3 {
    max-width: 300px;
  }
  .linkset.col3 ul {
    justify-content: space-between;
  }
  .linkset.col3 li {
    width: 100%;
  }
  .linkset.col3 li:not(:first-child) {
    margin-left: 0;
  }
  .linkset.col3 li:nth-child(n + 2) {
    margin-top: 30px;
  }
}

/* ----------------------------------------------
linkbtn
------------------------------------------------- */
.linkbtn {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto 80px;
  width: calc(100% - 20px);
  max-width: 520px;
}

.linkbtn a {
  height: 60px;
  font-size: 14px;
}

.linkbtn input[type="button"] {
  height: 60px;
  font-size: 14px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .linkbtn a,
  .linkbtn input[type="button"] {
    height: 60px;
    font-size: 14px;
  }
}

/* ----------------------------------------------
miniSurveyView
------------------------------------------------- */
.miniSurveyView {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 80px;
}

.miniSurveyView table.formBlockSurveyTable {
  width: 100%;
  line-height: 1.875;
  font-size: 16px;
  letter-spacing: 0.02em;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td,
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) th {
  padding: 50px 25px 15px 25px;
  border-bottom: 1px solid #e8eaeb;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td input[type="text"],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td input[type="tel"],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td input[type="email"],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td textarea,
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) th input[type="text"],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) th input[type="tel"],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) th input[type="email"],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) th textarea {
  border: 1px solid #e4e4e4;
  padding: 5px;
  width: 100%;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td textarea,
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) th textarea {
  height: 10em;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td.question,
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) th.question {
  background: #fff;
  font-weight: bold;
  white-space: nowrap;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td:not(.question),
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) th:not(.question) {
  background: #fff;
}

.miniSurveyView table.formBlockSurveyTable tr:last-child td {
  padding-top: 20px;
  text-align: center;
}

.miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"] {
  width: 280px;
  margin: 0 auto;
  cursor: pointer;
}

.miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="button"] {
  width: 280px;
  margin: 0 auto;
  cursor: pointer;
}

.miniSurveyView table.formBlockSurveyTable tr:last-child td .linkbtn {
  max-width: 720px;
}

.miniSurveyView table.formBlockSurveyTable tr:last-child td .submit {
  display: flex;
}

.miniSurveyView table.formBlockSurveyTable tr:last-child td .submit input[type="submit"] {
  margin-left: 20px;
  order: 1;
}

@media (max-width: 999px) {
  .miniSurveyView table.formBlockSurveyTable {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .miniSurveyView table.formBlockSurveyTable td, .miniSurveyView table.formBlockSurveyTable th {
    display: block;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td,
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) th {
    padding: 20px 15px 15px 15px;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(:first-child) td.question,
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td:not(.question) {
    border-top: 0;
  }
  .miniSurveyView table.formBlockSurveyTable tr:last-child td:first-child {
    display: none;
  }
  .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"], .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="button"] {
    width: 100%;
    max-width: 280px;
  }
  .miniSurveyView table.formBlockSurveyTable tr:last-child td .submit {
    display: block;
  }
  .miniSurveyView table.formBlockSurveyTable tr:last-child td .submit input[type="submit"] {
    margin-left: auto;
    margin-bottom: 20px;
  }
}

/* ----------------------------------------------
contactset
------------------------------------------------- */
.contactset {
  margin-bottom: 80px;
}

/* ----------------------------------------------
titletext
------------------------------------------------- */
.titletext {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  padding: 20px;
  margin-bottom: 80px;
  background-color: #f1f5f7;
}

.titletext .title {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.66667;
  color: #54c2e6;
}

.titletext .text {
  font-size: 16px;
  line-height: 1.875;
}

@media (max-width: 767px) {
  .titletext {
    padding: 15px;
  }
  .titletext .title {
    font-size: 16px;
  }
  .titletext .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
faqset
------------------------------------------------- */
.faqset {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 80px;
}

.faqset.notLast {
  margin-bottom: 50px;
}

.faqset .question {
  margin-bottom: 30px;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  background-color: #3f598f;
}

.faqset .question p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.66667;
  color: #fff;
}

.faqset .answer {
  font-size: 16px;
  line-height: 1.75;
}

@media (max-width: 767px) {
  .faqset .question {
    margin-bottom: 20px;
    padding: 10px 15px;
  }
  .faqset .question p {
    font-size: 16px;
  }
  .faqset .answer {
    font-size: 14px;
  }
}

/* ----------------------------------------------
detailset
------------------------------------------------- */
.detailset {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
}

.detailset .txtbox {
  width: 56%;
}

.detailset .title {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.66667;
}

.detailset .price {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.08em;
}

.detailset .text {
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 1.875;
}

.detailset .btns {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}

.detailset .btn {
  max-width: 240px;
  width: 48%;
}

.detailset .btn a {
  height: 60px;
}

.detailset .submitbtn input[type="submit"] {
  font-size: 16px;
  background-color: #54c2e6;
  height: 60px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .detailset {
    flex-direction: column;
    align-items: center;
  }
  .detailset .title {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .detailset .txtbox {
    width: 100%;
    max-width: 560px;
  }
  .detailset .text {
    margin-bottom: 40px;
    font-size: 14px;
  }
  .detailset .btns {
    margin-bottom: 30px;
  }
  .detailset .btn a {
    height: 50px;
  }
}

@media (max-width: 500px) {
  .detailset .btn a {
    background-image: none;
    padding: 0 10px;
  }
  .detailset .submitbtn input[type="submit"] {
    font-size: 14px;
  }
}

/* ----------------------------------------------
サムネイルスライダー
------------------------------------------------- */
.thumbset {
  width: 40%;
}

.thumbset .main li {
  width: 100%;
}

.thumbset .main li .image {
  padding-top: 60%;
}

.thumbset .main li img {
  width: 100%;
}

.thumbset .thumb {
  display: flex;
  flex-wrap: wrap;
}

.thumbset .thumb li {
  width: 15%;
}

.thumbset .thumb li:not(:nth-child(6n + 1)) {
  margin-left: 2%;
}

.thumbset .thumb li .image {
  padding-top: 100%;
  transition: all 0.5s ease-out;
  cursor: pointer;
}

@media (max-width: 767px) {
  .thumbset {
    margin-bottom: 40px;
    width: 100%;
    max-width: 400px;
  }
  .thumbset .thumb li {
    width: 22.72727%;
  }
  .thumbset .thumb li:not(:nth-child(6n + 1)) {
    margin-left: 0;
  }
  .thumbset .thumb li:not(:nth-child(4n + 1)) {
    margin-left: 3.0303%;
  }
  .thumbset .thumb li .image {
    padding-top: 100%;
    transition: all 0.5s ease-out;
    cursor: pointer;
  }
}

.thumbset.slides .thumb {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.thumbset.slides .thumb .slick-prev {
  background: url(../images/slide-prev.png) no-repeat left center/cover;
  margin-right: 10px;
}

.thumbset.slides .thumb .slick-next {
  background: url(../images/slide-next.png) no-repeat right center/cover;
  margin-left: 10px;
}

.thumbset.slides .thumb .slick-arrow {
  width: 10px;
  height: 16px;
  text-indent: -999em;
  cursor: pointer;
}

.thumbset.slides .thumb .slick-arrow.slick-disabled {
  background: none;
}

.thumbset.slides .thumb .slick-list {
  width: 100%;
}

.thumbset.slides .thumb .slick-list .slick-track {
  display: flex;
}

.thumbset.slides .thumb .slick-list .slick-track li {
  margin-top: 0px;
}

.thumbset.slides .thumb .slick-list .slick-track .slick-slide .image {
  position: relative;
  padding-top: 100%;
}

.thumbset.slides .thumb .slick-list .slick-track .slick-slide + .slick-slide {
  margin-left: 20px;
}

/* ----------------------------------------------
ページリスト
------------------------------------------------- */
#pagination {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 80px;
}

#pagination .ccm-pagination {
  display: flex;
  justify-content: center;
}

#pagination .numbers,
#pagination .ccm-page-left,
#pagination .ccm-page-right {
  padding: 3px;
  width: 40px;
  height: 40px;
}

#pagination .ccm-page-left a,
#pagination .ccm-page-right a,
#pagination .numbers a {
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #3f598f;
  color: #fff;
}

#pagination .ccm-page-left a:hover,
#pagination .ccm-page-right a:hover,
#pagination .numbers a:hover {
  opacity: 0.6;
}

#pagination .ccm-page-left strong,
#pagination .ccm-page-left span,
#pagination .ccm-page-right strong,
#pagination .ccm-page-right span,
#pagination .numbers strong,
#pagination .numbers span {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: solid 1px #3f598f;
  background-color: #fff;
  color: #3f598f;
}

@media (max-width: 767px) {
  #pagination .ccm-pagination {
    flex-wrap: wrap;
  }
  #pagination .numbers,
  #pagination .ccm-page-left,
  #pagination .ccm-page-right {
    padding: 3px;
    width: 30px;
    height: 30px;
  }
}

div.ccm-pagination span.ccm-page-left,
div.ccm-pagination span.ccm-page-right {
  position: inherit;
}

div.ccm-pagination span {
  margin-right: 0;
}

/* ----------------------------------------------
コンポーザー一覧ページブロック
------------------------------------------------- */
.calloutset.composer.col3 .image {
  width: 100%;
  padding-top: 96.7741935483%;
  position: relative;
}

.calloutset.composer.col3 .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.calloutset.composer.col3 a {
  display: block;
  transition: all 0.5s ease-out;
  text-decoration: none;
}

.calloutset.composer.col3 a:hover {
  opacity: 0.6;
}

.calloutset.composer.col3 .price {
  font-weight: bold;
}

.calloutset.composer.col3 .text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/* ----------------------------------------------

------------------------------------------------- */
/*# sourceMappingURL=contents.css.map */