@charset "UTF-8";
.mediaset:not(.img-small) .btn a, .linkset.col4 a, .linkbtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  border: 1px solid #df7a5c;
  background: #fff;
  color: #df7a5c;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  border-radius: 50px;
  background-image: url(../images/btn-icon2.png);
  background-repeat: no-repeat;
  background-position: center right 15px;
  padding: 0 30px;
}

.mediaset:not(.img-small) .btn a:hover, .linkset.col4 a:hover, .linkbtn a:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  .mediaset:not(.img-small) .btn a, .linkset.col4 a, .linkbtn a {
    font-size: 14px;
  }
}

#pagetitle h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.mediaset:not(.img-small) .text, .calloutset .text, .faqset .answer {
  font-size: 16px;
}

@media (max-width: 767px) {
  .mediaset:not(.img-small) .text, .calloutset .text, .faqset .answer {
    font-size: 14px;
  }
}

#main.composer {
  padding-top: 80px;
}

#main.composer .mediaset time {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

/* ----------------------------------------------
pagetitle
------------------------------------------------- */
#pagetitle {
  margin-bottom: 50px;
  position: relative;
  background-image: url(../images/pagetitle-icon.png);
  background-repeat: no-repeat;
  background-position: bottom 20px left 60px;
}

#pagetitle .image {
  width: 77.6041666666666%;
  margin-left: auto;
  height: 260px;
  border-radius: 30px 0px 0 30px;
}

#pagetitle .title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
}

#pagetitle .inner {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

#pagetitle h2 {
  color: #0f0f0f;
  font-size: 50px;
  line-height: 1.6;
  text-shadow: 0 0px 5px rgba(255, 255, 255, 0.9), 0 0px 5px rgba(255, 255, 255, 0.9);
}

@media (max-width: 999px) {
  #pagetitle {
    background-position: bottom 10px left 10px;
  }
  #pagetitle h2 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  #pagetitle .image {
    height: 180px;
  }
  #pagetitle h2 {
    font-size: 26px;
  }
}

@media (max-width: 500px) {
  #pagetitle .image {
    width: 100%;
    border-radius: 0;
  }
  #pagetitle h2 {
    text-align: center;
    font-size: 22px;
  }
}

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

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

.h3set h3 {
  color: #df7a5c;
  font-size: 30px;
  line-height: 1.6;
  text-align: center;
  font-weight: bold;
  padding-top: 80px;
  background-image: url(../images/h2-icon.png);
  background-repeat: no-repeat;
  background-position: top 0 center;
}

.h3set h3 span {
  margin-bottom: 10px;
  display: block;
  font-size: 16px;
  font-weight: normal;
}

@media (max-width: 999px) {
  .h3set h3 {
    padding-top: 65px;
    background-size: 50px auto;
  }
  .h3set h3 span {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .h3set h3 {
    font-size: 18px;
    padding-top: 48px;
    background-size: 35px auto;
  }
  .h3set h3 span {
    font-size: 12px;
  }
}

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

.h4set h4 {
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
  padding-left: 20px;
  background-image: url(../images/h4-icon.png);
  background-repeat: no-repeat;
  background-position: top 11px left 0;
}

@media (max-width: 767px) {
  .h4set h4 {
    font-size: 18px;
    background-position: top 6px left 0;
  }
}

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

.h5set:after {
  display: block;
  content: "";
  width: 180px;
  height: 8px;
  background-color: #5bade1;
}

.h5set h5 {
  font-size: 20px;
  line-height: 1.6;
  padding-left: 45px;
  padding-bottom: 5px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .h5set:after {
    width: 120px;
    height: 4px;
  }
  .h5set h5 {
    font-size: 16px;
    padding-left: 20px;
    padding-bottom: 5px;
  }
}

/* ----------------------------------------------
txtset
------------------------------------------------- */
.txtset {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
  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: 100px;
}

.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: 100px;
}

.tableset table {
  width: 100%;
  line-height: 1.8;
}

.tableset th,
.tableset td {
  padding: 19px 18px;
  border: 1px solid #f0d6b3;
}

_:lang(x)::-ms-backdrop, .tableset th,
.tableset td {
  padding: 20px 18px 18px;
}

.tableset th:before,
.tableset thead td:before {
  display: inline-block;
  content: "";
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #5bade1;
}

.tableset th,
.tableset thead td {
  padding-left: 0;
  border: none;
  font-size: 18px;
  font-weight: bold;
}

.tableset th {
  background: #fff;
}

.tableset td {
  background: #fff;
  font-size: 16px;
}

.tableset thead td {
  background: #fff;
}

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

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

@media (max-width: 767px) {
  .tableset th,
  .tableset thead td {
    font-size: 16px;
  }
  .tableset th:before,
  .tableset thead td:before {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
    width: 15px;
    height: 15px;
  }
  .tableset td {
    font-size: 14px;
  }
  .tableset.type-normal th,
  .tableset.type-normal td {
    display: block;
  }
  .tableset.type-scroll thead td {
    white-space: nowrap;
  }
}

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

.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 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

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

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

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

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

.mediaset:not(.img-small).img-right .imgbox {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 3.8%;
}

.mediaset.img-small.img-left .imgbox {
  margin-right: 3.9%;
}

.mediaset.img-small.img-right .imgbox {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 3.9%;
}

.mediaset.img-small .imgbox {
  width: 222px;
  margin-right: 39px;
}

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

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

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

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

@media (max-width: 767px) {
  .mediaset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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: 20px;
  }
  .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 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-left: auto;
  }
  .mediaset.img-small.img-left .imgbox {
    margin-right: auto;
  }
  .mediaset.img-small.img-right .imgbox {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-left: auto;
  }
  .mediaset.img-small .imgbox {
    width: 100%;
    max-width: 222px;
    margin: 0 auto 20px;
  }
  .mediaset.img-small .title {
    font-size: 20px;
  }
}

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

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

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

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

.calloutset .image a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.calloutset .image a:hover {
  opacity: 0.6;
}

.calloutset .title {
  margin-bottom: 15px;
  font-size: 18px;
  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 {
  text-align: center;
  font-weight: bold;
}

.calloutset.col4 .title:after {
  display: block;
  content: "";
  width: 100%;
  max-width: 180px;
  margin: 5px auto auto;
  height: 10px;
  background-color: #5bade1;
}

.calloutset.col4 .text {
  line-height: 1.875;
}

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

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

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

.calloutset.col2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

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

.calloutset.col2 .title {
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  font-size: 22px;
  line-height: 1.363636;
  font-weight: bold;
  color: #df7a5c;
}

.calloutset.col2 .text {
  line-height: 1.5;
}

@media (max-width: 767px) {
  .calloutset.col4 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            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 .title:after {
    margin: 3px auto auto;
    height: 5px;
  }
  .calloutset.col3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 300px;
    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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 490px;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col2 .block {
    width: 100%;
  }
  .calloutset.col2 .block + .block {
    margin-top: 50px;
  }
  .calloutset.col2 .title {
    font-size: 18px;
  }
}

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

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

.linkset.col4 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

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

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

@media (max-width: 767px) {
  .linkset.col4 ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            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.col4 a {
    padding: 0 15px;
    background-image: none;
  }
}

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

.linkbtn a {
  height: 80px;
  font-size: 18px;
  background-image: url(../images/btn-icon1.png);
  background-position: center right 25px;
  padding: 0 55px;
}

@media (max-width: 767px) {
  .linkbtn {
    max-width: 400px;
  }
  .linkbtn a {
    height: 60px;
    font-size: 14px;
    padding: 0 35px;
    background-position: center right 15px;
    background-size: 18px auto;
  }
}

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

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

.faqset .question {
  background-image: url(../images/qaset-icon.png);
  background-repeat: no-repeat;
  background-position: top 5px left 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 45px;
  margin-bottom: 25px;
}

.faqset .question p {
  font-size: 22px;
  line-height: 1.363636;
  letter-spacing: 0.05em;
  color: #df7a5c;
  font-weight: bold;
}

.faqset .answer {
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.faqset .answer .ansicon {
  margin-right: 5px;
}

@media (max-width: 767px) {
  .faqset .question {
    margin-bottom: 15px;
    background-position: top 3px left 0px;
    padding-left: 35px;
    background-size: 25px auto;
  }
  .faqset .question p {
    font-size: 16px;
  }
}

/* ----------------------------------------------
次へ、前へブロック
------------------------------------------------- */
.ccm-next-previous-wrapper {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.ccm-next-previous-wrapper .ccm-next-previous-parentlink,
.ccm-next-previous-wrapper .ccm-next-previous-nextlink {
  margin-left: 30px;
}

.ccm-next-previous-wrapper .ccm-next-previous-nextlink,
.ccm-next-previous-wrapper .ccm-next-previous-parentlink,
.ccm-next-previous-wrapper .ccm-next-previous-previouslink {
  width: 160px;
  height: 55px;
  display: block;
}

.ccm-next-previous-wrapper .ccm-next-previous-nextlink a,
.ccm-next-previous-wrapper .ccm-next-previous-parentlink a,
.ccm-next-previous-wrapper .ccm-next-previous-previouslink a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: bold;
  border: 1px solid #df7a5c;
  background: #fff;
  color: #df7a5c;
}

.ccm-next-previous-wrapper .ccm-next-previous-nextlink a:hover,
.ccm-next-previous-wrapper .ccm-next-previous-parentlink a:hover,
.ccm-next-previous-wrapper .ccm-next-previous-previouslink a:hover {
  opacity: 0.6;
}

.ccm-next-previous-wrapper .spacer {
  display: none;
}

@media (max-width: 767px) {
  .ccm-next-previous-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ccm-next-previous-wrapper .ccm-next-previous-parentlink,
  .ccm-next-previous-wrapper .ccm-next-previous-nextlink {
    margin-left: 0px;
    margin-top: 20px;
  }
  .ccm-next-previous-wrapper .ccm-next-previous-nextlink,
  .ccm-next-previous-wrapper .ccm-next-previous-parentlink,
  .ccm-next-previous-wrapper .ccm-next-previous-previouslink {
    width: 140px;
    height: 40px;
  }
  .ccm-next-previous-wrapper .ccm-next-previous-nextlink a,
  .ccm-next-previous-wrapper .ccm-next-previous-parentlink a,
  .ccm-next-previous-wrapper .ccm-next-previous-previouslink a {
    font-size: 16px;
  }
}

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

#pagination .ccm-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: #df7a5c;
  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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border: solid 1px #df7a5c;
  background-color: #fff;
  color: #df7a5c;
}

@media (max-width: 767px) {
  #pagination .ccm-pagination {
    -ms-flex-wrap: wrap;
        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 .image {
  margin-bottom: 10px;
  width: 100%;
  padding-top: 71.428571428%;
  position: relative;
}

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

.calloutset.composer .image a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

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

.calloutset.composer time {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.875;
  color: #0f0f0f;
}

.calloutset.composer .title {
  font-weight: bold;
  line-height: 1.625;
  font-size: 16px;
  color: #0f0f0f;
}

@media (max-width: 767px) {
  .calloutset.composer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: none;
  }
  .calloutset.composer .block {
    width: 48%;
  }
  .calloutset.composer .block:not(:first-child) {
    margin-left: 0;
  }
  .calloutset.composer .block:nth-child(even) {
    margin-left: 4%;
  }
  .calloutset.composer .block:nth-child(n + 2) {
    margin-top: 0;
  }
  .calloutset.composer .block:nth-child(n + 3) {
    margin-top: 50px;
  }
  .calloutset.composer time {
    font-size: 14px;
  }
  .calloutset.composer .title {
    font-size: 14px;
  }
}

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

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

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

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

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