@charset "UTF-8";
.flowset .text, .badgeflow .text, .titletext .text, .calloutset .text, .mediaset .text, .txtset {
  font-size: 16px;
  line-height: 1.875;
  color: #2c2924;
}
@media (max-width: 767px) {
  .flowset .text, .badgeflow .text, .titletext .text, .calloutset .text, .mediaset .text, .txtset {
    font-size: 14px;
  }
}

.miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit], .linkbtn a, .linkset a, .mediaset .btn a {
  letter-spacing: 0.08em;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 70px;
  background: #ebc321;
  color: #fff;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 0 10px;
  border-radius: 8px;
}
.miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit]:hover, .linkbtn a:hover, .linkset a:hover, .mediaset .btn a:hover {
  opacity: 0.6;
}
.miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit]::before, .linkbtn a::before, .linkset a::before, .mediaset .btn a::before {
  content: "";
  width: 8px;
  height: 12px;
  right: 30px;
  position: absolute;
  background-image: url(../images/btn-flow.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 999px) {
  .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit], .linkbtn a, .linkset a, .mediaset .btn a {
    min-height: 60px;
  }
  .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit]::before, .linkbtn a::before, .linkset a::before, .mediaset .btn a::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit], .linkbtn a, .linkset a, .mediaset .btn a {
    min-height: 60px;
  }
  .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit]::before, .linkbtn a::before, .linkset a::before, .mediaset .btn a::before {
    display: none;
  }
}

.mediaset .text iframe, .calloutset .text iframe, .flowset .text iframe, .badgeflow .text iframe, .listset li iframe, .txtset iframe {
  width: 100%;
}

/*
//img border-radius--------------------
.mediaset .imgbox img,
.calloutset.col4 .image img,
.flowset .image img,
.badgeflow .imgbox img {
  border-radius: 6px;
}
.calloutset.col3 .image img,
.calloutset.col2 .image img,
.fullimg img {
  border-radius: 8px;
}
 */
#main {
  position: relative;
  z-index: 2;
}

/* ----------------------------------------------
pagetitle
------------------------------------------------- */
#pagetitle {
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
}
#pagetitle #mainimage {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}
#pagetitle #mainimage img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
#pagetitle .catch {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 10.625%;
}
#pagetitle .catch .catchinner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
#pagetitle .catch .catchinner h1 {
  display: flex;
}
#pagetitle .catch .catchinner h1 p {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ebc321;
  min-width: 460px;
  height: 100px;
  color: #fff;
  font-size: 50px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: 700;
  padding: 0 10px;
}
#pagetitle .catch .catchinner small {
  display: flex;
  margin-bottom: 10px;
}
#pagetitle .catch .catchinner small p {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ebc321;
  min-width: 175px;
  height: 50px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.08em;
  padding: 0 10px;
}
@media (max-width: 999px) {
  #pagetitle #mainimage img {
    height: 340px;
  }
  #pagetitle .catch .catchinner h1 p {
    min-width: 300px;
    height: 80px;
    font-size: 30px;
  }
  #pagetitle .catch .catchinner small p {
    min-width: 150px;
    height: 40px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #pagetitle #mainimage {
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
  }
  #pagetitle #mainimage img {
    position: relative;
    margin-left: 0%;
    width: 100%;
    height: 240px;
  }
  #pagetitle .catch {
    top: 41.6666666667%;
    left: 3.125%;
  }
  #pagetitle .catch .catchinner h1 p {
    min-width: 260px;
    height: 60px;
    font-size: 26px;
  }
  #pagetitle .catch .catchinner small p {
    min-width: 120px;
    height: 30px;
    font-size: 16px;
  }
}

/* ----------------------------------------------
breadcrumb
------------------------------------------------- */
#breadcrumb {
  margin-bottom: 100px;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
}
#breadcrumb a {
  font-weight: normal;
}
/* ----------------------------------------------
heading1 見出し1
------------------------------------------------- */
.heading1 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
  letter-spacing: 0.08em;
}
.heading1 h2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.6;
}
.heading1 h2 small {
  font-size: 20px;
  color: #6B8FF7;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.heading1 h2::before {
  position: absolute;
  z-index: -1;
  width: 300px;
  height: 20px;
  content: "";
  background-color: #fff4dc;
}
@media (max-width: 999px) {
  .heading1 h2 {
    font-size: 30px;
  }
  .heading1 h2 small {
    font-size: 20px;
  }
  .heading1 h2::before {
    width: 200px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  .heading1 h2 {
    font-size: 26px;
  }
  .heading1 h2 small {
    font-size: 18px;
  }
  .heading1 h2::before {
    width: 150px;
    height: 15px;
  }
}

/* ----------------------------------------------
heading2 見出し2
------------------------------------------------- */
.heading2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
  letter-spacing: 0.08em;
  margin-top: 2px;
}
.heading2 p {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: left;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6;
  border-top: solid 2px #fff4dc;
  padding: 20px 10px 0;
}
.heading2 p small {
  font-size: 16px;
  color: #6B8FF7;
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-left: 20px;
  padding: 0 10px;
}
.heading2 p::before {
  position: absolute;
  top: -4px;
  left: 0;
  width: 100px;
  height: 6px;
  content: "";
  border-top: solid 6px #ebc321;
}
@media (max-width: 999px) {
  .heading2 p {
    font-size: 24px;
  }
  .heading2 p small {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .heading2 p {
    font-size: 20px;
  }
  .heading2 p small {
    font-size: 14px;
  }
}

/* ----------------------------------------------
heading3 見出し3
------------------------------------------------- */
.heading3 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
  letter-spacing: 0.08em;
}
.heading3 p {
  position: relative;
  min-height: 70px;
  z-index: 2;
  background-color: #fff4dc;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: left;
  padding: 5px 5px 5px 65px;
}
.heading3 p small {
  color: #6B8FF7;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-left: 20px;
}
.heading3 p::before {
  position: absolute;
  left: 30px;
  width: 4px;
  height: 40px;
  content: "";
  background-color: #ebc321;
}
@media (max-width: 999px) {
  .heading3 p {
    font-size: 20px;
    min-height: 60px;
  }
  .heading3 p small {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .heading3 p {
    min-height: 50px;
    font-size: 18px;
    padding: 5px 5px 5px 35px;
  }
  .heading3 p small {
    font-size: 14px;
  }
  .heading3 p::before {
    left: 15px;
    width: 4px;
    height: 35px;
  }
}

/* ----------------------------------------------
heading4 見出し4
------------------------------------------------- */
.heading4 {
  letter-spacing: 0.08em;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 70px;
  display: flex;
}
.heading4 p {
  position: relative;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6;
  border-top: solid 2px #ebc321;
  border-bottom: solid 2px #ebc321;
  padding: 11px 44px 11px 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 999px) {
  .heading4 p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .heading4 p {
    padding: 5px 20px 5px 20px;
    font-size: 18px;
  }
}

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

/* ----------------------------------------------
fullimg
------------------------------------------------- */
.fullimg {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.fullimg img {
  width: 100%;
  height: auto;
}
/* ----------------------------------------------
mediaset
------------------------------------------------- */
.mediaset {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.mediaset .title {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.mediaset .btn {
  margin-left: auto;
  width: 100%;
  max-width: 270px;
  margin-top: 40px;
}
.mediaset.notLast {
  margin-bottom: 50px;
}
.mediaset:not(.img-small) {
  /*
  .title{
  	margin-bottom: $MD-tit-mb;
  	font-size: $MD-tit-fz;
  	line-height: $MD-tit-lh;
  }
  .text{
  	line-height: $lh;
  }
  .btn{
  	width: 100%;
  	max-width: $btnWidth;
  	margin-top: $MD-btn-mt;
  	a{
  		@extend %btn;
  	}
  }
   */
}
.mediaset:not(.img-small) .imgbox {
  width: 42.3728813559%;
}
.mediaset:not(.img-small) .imgbox img {
  width: 100%;
  height: auto;
}
.mediaset:not(.img-small) .txtbox {
  flex: 1;
}
.mediaset:not(.img-small).img-left .imgbox {
  margin-right: 4.2372881356%;
}
.mediaset:not(.img-small).img-right .imgbox {
  order: 1;
  margin-left: 4.2372881356%;
}
.mediaset.img-small {
  /*
      .title {
       margin-bottom: $MDS-tit-mb;
       font-size: $MDS-tit-fz;
       line-height: $MDS-tit-lh;
  }
   */
  /*
     .btn {
       width: 100%;
       max-width: $btnWidth;
       margin-top: $MD-btn-mt;
       a {
         @extend %btn;
       }
  }
   */
}
.mediaset.img-small.img-left .imgbox {
  margin-right: 40px;
}
.mediaset.img-small.img-right .imgbox {
  order: 1;
  margin-left: 40px;
  margin-right: 0;
}
.mediaset.img-small .imgbox {
  width: 300px;
  margin-right: 40px;
}
.mediaset.img-small .imgbox img {
  width: 100%;
  height: auto;
}
.mediaset.img-small .txtbox {
  flex: 1;
}
.mediaset.img-small .text {
  line-height: 1.875;
}
@media (max-width: 767px) {
  .mediaset {
    flex-direction: column;
  }
  .mediaset .title {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .mediaset .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .mediaset .text {
    font-size: 14px;
  }
  .mediaset:not(.img-small) {
    /* 	.title{
    	margin-bottom: $MD-sp-tit-mb;
    	font-size: $MD-sp-tit-fz;
    }
    .btn{
    	@include mx-auto();
    } */
  }
  .mediaset:not(.img-small) .imgbox {
    width: 100%;
    margin: 0 auto 20px;
  }
  .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.img-left .imgbox {
    margin-right: auto;
  }
  .mediaset.img-small.img-right .imgbox {
    order: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .mediaset.img-small .imgbox {
    width: 100%;
    margin: 0 auto 20px;
  }
  .mediaset.img-small .btn {
    margin-left: auto;
    margin-right: auto;
  }
}

/* ----------------------------------------------
calloutset
------------------------------------------------- */
.calloutset {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
  font-size: 16px;
}
.calloutset.notLast {
  margin-bottom: 50px;
}
.calloutset .image {
  margin-bottom: 10px;
}
.calloutset .image img {
  width: 100%;
  height: auto;
}
.calloutset .title {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
}
.calloutset.col4 {
  /*
  .title {
  	letter-spacing: 0.05em;
    }
    .text {
  	font-size: 16px;
  	line-height: 1.5;
  	@include sp {
  	  font-size: 14px;
  	}
    }
     */
}
.calloutset.col4 .block {
  width: 22.0338983051%;
}
.calloutset.col4 .block:not(:nth-child(4n+1)) {
  margin-left: 3.9548022599%;
}
.calloutset.col4 .block:nth-child(n+5) {
  margin-top: 50px;
}
.calloutset.col3 {
  /*
  text-align: center;
  	*/
}
.calloutset.col3 .block {
  width: 30.5084745763%;
}
.calloutset.col3 .block:not(:nth-child(3n+1)) {
  margin-left: 4.2372881356%;
}
.calloutset.col3 .block:nth-child(n+4) {
  margin-top: 50px;
}
.calloutset.col2 {
  justify-content: space-between;
}
.calloutset.col2 .block {
  width: 47.4576271186%;
}
.calloutset.col2 .block:nth-child(n+3) {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .calloutset.col4 {
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col4 .block {
    width: 45.8823529412%;
  }
  .calloutset.col4 .block:not(:nth-child(4n+1)) {
    margin-left: 0;
  }
  .calloutset.col4 .block:nth-child(n+3) {
    margin-top: 50px;
  }
  .calloutset.col3 {
    flex-direction: column;
    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;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col2 .block {
    width: 100%;
  }
  .calloutset.col2 .block + .block {
    margin-top: 50px;
  }
}

/* ----------------------------------------------
linkset
------------------------------------------------- */
.linkset {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.linkset.notLast {
  margin-bottom: 30px;
}
.linkset ul {
  display: flex;
  flex-wrap: wrap;
}
.linkset.col4 li {
  width: 22.8813559322%;
}
.linkset.col4 li:not(:nth-child(4n+1)) {
  margin-left: 2.8248587571%;
}
.linkset.col4 li:nth-child(n+5) {
  margin-top: 30px;
}
.linkset.col3 li {
  width: 30.5084745763%;
}
.linkset.col3 li:not(:nth-child(3n+1)) {
  margin-left: 4.2372881356%;
}
.linkset.col3 li:nth-child(n+4) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .linkset 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 ul {
    justify-content: center;
  }
  .linkset.col3 li {
    width: 48%;
  }
  .linkset.col3 li:not(:first-child) {
    margin-left: 0%;
  }
  .linkset.col3 li:not(:nth-child(2n+1)) {
    margin-left: 4%;
  }
  .linkset.col3 li:nth-child(n+3) {
    margin-top: 30px;
  }
}

/* ----------------------------------------------
linkbtn
------------------------------------------------- */
.linkbtn {
  margin: 0 auto 100px;
  width: calc(100% - 20px);
  max-width: 350px;
}
.linkbtn a {
  height: 60px;
  font-size: 16px;
}
/* ----------------------------------------------
tableset
------------------------------------------------- */
.tableset {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.tableset table {
  width: 100%;
  line-height: 1.8;
  border-collapse: separate;
  border-spacing: 0px;
  border-top: 1px solid #fff4dc;
  border-bottom: 1px solid #fff4dc;
}
.tableset th,
.tableset thead td,
.tableset thead th {
  background: #fff9ec;
  font-weight: bold;
}
.tableset th {
  min-width: 25%;
}
.tableset td {
  min-width: 25%;
  background: transparent;
}
.tableset.type-normal th,
.tableset.type-normal td {
  padding: 31px 29px;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 16px;
}
.tableset.type-normal td {
  width: 75%;
}
.tableset.type-normal tr:not(:last-child) td, .tableset.type-normal tr:not(:last-child) th {
  border-bottom: 1px solid #fff4dc;
}
.tableset.type-scroll {
  overflow-x: auto;
  font-size: 14px;
}
.tableset.type-scroll th,
.tableset.type-scroll td {
  padding: 27px 20px;
}
.tableset.type-scroll th,
.tableset.type-scroll thead td,
.tableset.type-scroll thead th {
  white-space: nowrap;
}
.tableset.type-scroll thead td,
.tableset.type-scroll thead th {
  padding: 20px 20px;
}
.tableset.type-scroll thead th {
  border-bottom: 1px solid #fff4dc;
}
.tableset.type-scroll thead td {
  text-align: center;
  border-bottom: 1px solid #fff4dc;
  border-left: 1px solid #fff4dc;
}
.tableset.type-scroll tbody th {
  border-bottom: 1px solid #fff4dc;
}
.tableset.type-scroll tbody td {
  border-bottom: 1px solid #fff4dc;
  border-left: 1px solid #fff4dc;
}
.tableset.type-scroll tbody tr:last-child th, .tableset.type-scroll tbody tr:last-child td {
  border-bottom: none;
}
@media (max-width: 767px) {
  .tableset.type-normal table {
    border-spacing: 0;
    border-top: none;
  }
  .tableset.type-normal tr th,
.tableset.type-normal tr td {
    min-width: 100%;
    margin-bottom: 0px;
    display: block;
    padding: 13px 15px 13px 15px;
  }
  .tableset.type-normal tr th, .tableset.type-normal tr td {
    font-size: 14px;
  }
  .tableset.type-normal tr:not(:last-child) td, .tableset.type-normal tr:not(:last-child) th {
    border-bottom: none;
  }
  .tableset.type-normal tr th {
    border-top: 1px solid #fff4dc;
  }
  .tableset.type-normal tr td {
    border-top: 1px solid #fff4dc;
  }
  .tableset.type-scroll th,
.tableset.type-scroll td {
    padding: 13px 15px 13px 15px;
  }
  .tableset.type-scroll thead td {
    white-space: nowrap;
  }
}

/* ----------------------------------------------
miniSurveyView
------------------------------------------------- */
.miniSurveyView {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.miniSurveyView table.formBlockSurveyTable {
  width: 100%;
  line-height: 1.8;
  border-collapse: separate;
  border-spacing: 0px;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td {
  padding: 31px 29px;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td input[type=text],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td input[type=tel],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td input[type=email],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td textarea {
  border: 1px solid #e4e4e4;
  padding: 5px;
  width: 100%;
  outline: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td.question {
  border-bottom: 1px solid #fff4dc;
  background: #fff9ec;
  /*
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
   */
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td:not(.question) {
  border-bottom: 1px solid #fff4dc;
  border-left: 1px solid #fff4dc;
  background: transparent;
}
.miniSurveyView table.formBlockSurveyTable tr:first-child td.question {
  border-top: 1px solid #fff4dc;
}
.miniSurveyView table.formBlockSurveyTable tr:first-child td:not(.question) {
  border-top: 1px solid #fff4dc;
}
.miniSurveyView table.formBlockSurveyTable tr:nth-last-child(3):not(.captchatr) td.question {
  border-bottom: 1px solid #fff4dc;
}
.miniSurveyView table.formBlockSurveyTable tr:nth-last-child(3):not(.captchatr) td:not(.question) {
  border-bottom: 1px solid #fff4dc;
}
.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=submit]:after {
  display: none;
}
.miniSurveyView .form-group.captcha {
  margin-top: 20px;
  text-align: center;
}
.miniSurveyView .form-group.captcha label.form-label {
  font-size: 14px;
}
.miniSurveyView .form-group.captcha > div:nth-of-type(1) {
  margin-top: 10px;
  margin-bottom: 10px;
}
.miniSurveyView .form-group.captcha > div:nth-of-type(2) input {
  border: 1px solid #e4e4e4;
  outline: none;
  padding: 5px;
  width: 100%;
  max-width: 190px;
}
.miniSurveyView .alert {
  margin-top: 20px;
  text-align: center;
}
.miniSurveyView .alert.alert-danger strong {
  color: red;
}
@media (max-width: 767px) {
  .miniSurveyView table.formBlockSurveyTable {
    border-spacing: 0;
  }
  .miniSurveyView table.formBlockSurveyTable td {
    display: block;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td {
    padding: 13px 15px 13px 15px;
    margin-bottom: 0px;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td.question {
    border-top: 1px solid #fff4dc;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td:not(.question) {
    border: none;
  }
  .miniSurveyView table.formBlockSurveyTable tr:last-child td:first-child {
    display: none;
  }
  .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit] {
    width: 100%;
    max-width: 280px;
  }
  .miniSurveyView table.formBlockSurveyTable tr:nth-last-child(3):not(.captchatr) td.question {
    border-bottom: 1px solid #fff4dc;
  }
  .miniSurveyView table.formBlockSurveyTable tr:nth-last-child(3):not(.captchatr) td:not(.question) {
    border-bottom: 1px solid #fff4dc;
  }
}

/* ----------------------------------------------
titletext
------------------------------------------------- */
.titletext {
  margin-bottom: 100px;
  max-width: 1000px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  background-color: #f7f7f5;
}
.titletext .title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3333333333;
}
@media (max-width: 767px) {
  .titletext {
    padding: 20px 20px;
  }
  .titletext .title {
    font-size: 16px;
  }
  .titletext .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
listset
------------------------------------------------- */
.listset {
  padding: 34px 0;
  width: calc(100% - 20px);
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  background-color: #daf3ff;
}
.listset ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.listset li {
  display: flex;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1.5;
  /*
  &:before {
  	margin-top: 7px;
    margin-right: 7px;
    flex-shrink: 0;
    display: block;
    content: "";
    width: px;
    height: px;
    background: url(../images/listset-icon.png) no-repeat center/cover;
  }
   */
}
.listset li:before {
  margin-top: 8px;
  margin-right: 7px;
  flex-shrink: 0;
  background-color: #6B8FF7;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.listset li:nth-child(n+3) {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .listset li {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }
  .listset li:before {
    margin-top: 6px;
  }
}
@media (max-width: 500px) {
  .listset li {
    width: 100%;
  }
  .listset li:nth-child(n+2) {
    margin-top: 20px;
  }
}

/* ----------------------------------------------
badgeflow
------------------------------------------------- */
.badgeflow {
  padding-top: 40px;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.badgeflow.notLast {
  margin-bottom: 40px;
}
.badgeflow .imgbox {
  position: relative;
  padding-left: 40px;
  width: 33.8983050847%;
  margin-right: 40px;
  min-width: 340px;
}
.badgeflow .imgbox img {
  width: 100%;
  height: auto;
}
.badgeflow .txtbox {
  flex: 1;
}
.badgeflow .badge {
  position: absolute;
  left: 0px;
  top: -40px;
  width: 100px;
  height: 100px;
  background: #6B8FF7;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  line-height: 1.375;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
}
.badgeflow .title {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .badgeflow {
    flex-direction: column;
    padding-top: 0px;
  }
  .badgeflow .imgbox {
    width: 100%;
    margin: 0 auto 20px;
    min-width: 0px;
    padding: 15px 0 0 0px;
  }
  .badgeflow .badge {
    top: 15px;
    width: 75px;
    height: 75px;
    font-size: 13px;
    left: 0px;
  }
  .badgeflow .title {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .badgeflow .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
flowset
------------------------------------------------- */
.flowset {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.flowset.notLast {
  margin-bottom: 40px;
}
.flowset .block {
  width: 30.5084745763%;
}
.flowset .block:not(:nth-child(3n+1)) {
  margin-left: 4.2372881356%;
}
.flowset .block:nth-child(n+4) {
  margin-top: 40px;
}
.flowset .image {
  margin-bottom: 10px;
  position: relative;
}
.flowset .image img {
  width: 100%;
  height: auto;
}
.flowset .image:before {
  position: absolute;
  top: 0;
  left: -13.8888888889%;
  display: block;
  content: "";
  width: 13.8888888889%;
  height: 100%;
  background-image: url(../images/flowset-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
}
.flowset .title {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
}
@media (max-width: 767px) {
  .flowset .text {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .flowset .block:nth-child(3n+1) .image:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .flowset {
    justify-content: space-between;
    /*
        .block {
          width: 100%;
        &:not(:nth-child(3n+1)) {
            margin-left: 0%;
            margin-top: 80px;
        }

        .title {
          font-size: $flowset-sp-tit-fz;
        }
        .image {
          margin-bottom: $flowset-img-mb;
          @include img(full);
          position: relative;
          &:before {
            position: absolute;
            top: -80px;
            left: 0;
            display: block;
            content: "";
            width: 100%;
            height: 80px;
            background-image: url(../images/flowset-arrow-sp.png);
            background-repeat: no-repeat;
            background-position: center;
          }

      }
    }*/
  }
  .flowset .block {
    width: 45.515394913%;
  }
  .flowset .block:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  .flowset .block:nth-child(n+2) {
    margin-top: 0;
  }
  .flowset .block:nth-child(n+3) {
    margin-top: 40px;
  }
  .flowset .block:nth-child(2n+1) .image:before {
    display: none;
  }
  .flowset .title {
    font-size: 16px;
  }
  .flowset .image:before {
    left: -19.7058823529%;
    width: 19.7058823529%;
  }
  .flowset .block:nth-child(1) .image:before {
    display: none;
  }
}

/* ----------------------------------------------
contactbnr
------------------------------------------------- */
.contactbnr {
  margin-bottom: 100px;
}

/* ----------------------------------------------
service-list
------------------------------------------------- */
.service-list {
  margin-bottom: 100px;
}
.service-list .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.service-list .inner .cate {
  background-color: #fff4dc;
}
.service-list .inner .cate ul {
  width: 100%;
  min-height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
  padding: 10px 40px;
  gap: 10px 19px;
}
.service-list .inner .cate ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-list .inner .cate ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  text-decoration: none;
  color: #333;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #6B8FF7;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.service-list .inner .cate ul li a:hover {
  opacity: 0.6;
}
.service-list .inner .cate ul li a::after {
  margin-left: 7px;
  width: 30px;
  height: 30px;
  content: "";
  background-image: url(../images/service-list-btn.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 999px) {
  .service-list .inner .cate ul li a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .service-list .inner .cate ul {
    padding: 10px 10px;
  }
  .service-list .inner .cate ul li a {
    font-size: 15px;
  }
}

/* ----------------------------------------------
case-list
------------------------------------------------- */
.case-list {
  margin-bottom: 100px;
}

/* ----------------------------------------------
case-detail
------------------------------------------------- */
.case-detail {
  margin-bottom: 100px;
  letter-spacing: 0.08em;
}
.case-detail .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.case-detail .inner .heading {
  margin-bottom: 60px;
}
.case-detail .inner .heading .title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.1764705882;
  padding-bottom: 35px;
  text-align: center;
  border-bottom: solid 1px #fff4dc;
}
.case-detail .inner .block {
  background-color: #daf3ff;
  padding: 33px 10px 65px 10px;
  margin-bottom: 90px;
}
.case-detail .inner .block .costinner {
  max-width: 1060px;
  margin: 0 auto;
}
.case-detail .inner .block .costinner table {
  width: 100%;
  margin-bottom: 30px;
}
.case-detail .inner .block .costinner table tr {
  border-bottom: solid #fff 1px;
  height: 50px;
}
.case-detail .inner .block .costinner table tr th, .case-detail .inner .block .costinner table tr td {
  padding: 20px 0 15px 0;
  letter-spacing: 0.08em;
}
.case-detail .inner .block .costinner table tr th {
  font-size: 16px;
  font-weight: 700;
  width: 10.3773584906%;
}
.case-detail .inner .block .costinner table tr td {
  font-size: 18px;
  font-weight: 500;
  width: 89.6226415094%;
}
.case-detail .inner .block .costinner table tr .cost {
  font-weight: 700;
  color: #eb5a21;
}
.case-detail .inner .block .costinner table tr .cost .number {
  font-size: 30px;
}
.case-detail .inner .block .costinner .txtbox {
  background-color: #fff;
  padding: 20px 0;
  min-height: 180px;
}
.case-detail .inner .block .costinner .txtbox .txtinner {
  width: 94.3396226415%;
  margin: 0 2.9661016949% 0 2.1186440678%;
}
.case-detail .inner .block .costinner .txtbox .txtinner .breakdown {
  font-size: 16px;
  font-weight: 700;
}
.case-detail .inner .block .costinner .txtbox .txtinner .text {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .case-detail .inner .heading .title {
    font-size: 20px;
    line-height: 1.6;
    padding-bottom: 10px;
  }
  .case-detail .inner .block {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
  }
  .case-detail .inner .block .costinner {
    width: 100%;
    margin: 0 auto;
  }
  .case-detail .inner .block .costinner table tr {
    height: 40px;
  }
  .case-detail .inner .block .costinner table tr th, .case-detail .inner .block .costinner table tr td {
    padding: 5px 0 5px 0;
    letter-spacing: 0.08em;
  }
  .case-detail .inner .block .costinner table tr th {
    font-size: 14px;
    width: 29.1666666667%;
  }
  .case-detail .inner .block .costinner table tr td {
    font-size: 14px;
    width: 70.8333333333%;
  }
  .case-detail .inner .block .costinner table tr .cost .number {
    font-size: 20px;
  }
  .case-detail .inner .block .costinner .txtbox {
    padding: 10px;
  }
  .case-detail .inner .block .costinner .txtbox .txtinner {
    width: 100%;
    margin: 0 auto;
  }
  .case-detail .inner .block .costinner .txtbox .txtinner .breakdown {
    font-size: 15px;
  }
  .case-detail .inner .block .costinner .txtbox .txtinner .text {
    font-size: 14px;
  }
}

.from-flowset.image-2col {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.image-2col {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.image-2col .image {
  position: relative;
  width: 47.4576271186%;
  height: 100%;
}
.image-2col .image img {
  width: 100%;
}
.image-2col .image p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 140px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 0.08em;
}
.image-2col .image:not(:first-child):before {
  position: absolute;
  top: 0;
  left: -10.7142857143%;
  display: block;
  content: "";
  width: 10.7142857143%;
  height: 100%;
  background-image: url(../images/cd-flow.png);
  background-repeat: no-repeat;
  background-position: center;
}
.image-2col .image.before p {
  color: #fff;
  background-color: #ebc321;
}
.image-2col .image.after p {
  color: #fff;
  background-color: #5dbae8;
}

@media (max-width: 767px) {
  .image-2col .image p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 0.08em;
  }
  .image-2col .image:not(:first-child):before {
    background-image: url(../images/cost-flow.png);
  }
}
/* ----------------------------------------------
cost-detail
------------------------------------------------- */
.cost-detail {
  margin-bottom: 100px;
}
.cost-detail .heading {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 40px;
}
.cost-detail .heading .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  padding-bottom: 10px;
  letter-spacing: 0.05em;
  border-bottom: solid 1px #fff4dc;
}
.cost-detail .mediaset {
  margin-bottom: 0;
}
.cost-detail .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.cost-detail .inner .block {
  padding: 33px 0px 65px 0px;
  margin-bottom: 90px;
}
.cost-detail .inner .block .costinner {
  margin: 0 auto;
}
.cost-detail .inner .block .costinner table {
  width: 100%;
  margin-bottom: 50px;
}
.cost-detail .inner .block .costinner table tr {
  border-bottom: solid #fff4dc 1px;
  height: 50px;
}
.cost-detail .inner .block .costinner table tr th, .cost-detail .inner .block .costinner table tr td {
  padding: 20px 0 15px 0;
  letter-spacing: 0.08em;
}
.cost-detail .inner .block .costinner table tr th {
  font-size: 16px;
  font-weight: 700;
}
.cost-detail .inner .block .costinner table tr td {
  font-size: 18px;
  font-weight: 500;
}
.cost-detail .inner .block .costinner table tr .cost {
  font-weight: 700;
  color: #eb5a21;
}
.cost-detail .inner .block .costinner table tr .cost .number {
  font-size: 30px;
}
.cost-detail .inner .block .costinner .txtbox {
  background-color: #daf3ff;
  padding: 20px 0;
  min-height: 180px;
  letter-spacing: 0.08em;
}
.cost-detail .inner .block .costinner .txtbox .txtinner {
  width: 94.6610169492%;
  margin: 0 3.2203389831% 0 2.1186440678%;
}
.cost-detail .inner .block .costinner .txtbox .txtinner .breakdown {
  font-size: 16px;
  font-weight: 700;
}
.cost-detail .inner .block .costinner .txtbox .txtinner .text {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cost-detail .heading .title {
    font-size: 18px;
    line-height: 1.6;
  }
  .cost-detail .inner .image-2col .image p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 0.08em;
  }
  .cost-detail .inner .image-2col .image:not(:first-child):before {
    display: none;
  }
  .cost-detail .inner .block {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
  }
  .cost-detail .inner .block .costinner {
    width: 100%;
    margin: 0 auto;
  }
  .cost-detail .inner .block .costinner table tr {
    height: 40px;
  }
  .cost-detail .inner .block .costinner table tr th, .cost-detail .inner .block .costinner table tr td {
    padding: 5px 0 5px 0;
    letter-spacing: 0.08em;
  }
  .cost-detail .inner .block .costinner table tr th {
    font-size: 14px;
    width: 29.1666666667%;
  }
  .cost-detail .inner .block .costinner table tr td {
    font-size: 14px;
    width: 70.8333333333%;
  }
  .cost-detail .inner .block .costinner table tr .cost .number {
    font-size: 20px;
  }
  .cost-detail .inner .block .costinner .txtbox {
    padding: 10px;
  }
  .cost-detail .inner .block .costinner .txtbox .txtinner {
    width: 100%;
    margin: 0 auto;
  }
  .cost-detail .inner .block .costinner .txtbox .txtinner .breakdown {
    font-size: 15px;
  }
  .cost-detail .inner .block .costinner .txtbox .txtinner .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
faqset
------------------------------------------------- */
.faqset {
  margin-bottom: 100px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.faqset.notLast {
  margin-bottom: 30px;
}
.faqset .question {
  background-color: #fff4dc;
}
.faqset .answer {
  background-color: #fff4dc;
}

/* ----------------------------------------------
pagination01
------------------------------------------------- */
.ccm-pagination-wrapper {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  font-weight: 700;
}
.ccm-pagination-wrapper .pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.ccm-pagination-wrapper .pagination .page-item {
  width: 48px;
  height: 48px;
  color: #2c2924;
}
.ccm-pagination-wrapper .pagination .page-item:not(.prev, .next, .active, .disabled) .page-link {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: #fff4dc;
  border: solid 1px #fff4dc;
}
.ccm-pagination-wrapper .pagination .page-item:not(.prev, .next, .active, .disabled) .page-link:hover {
  opacity: 0.6;
}
.ccm-pagination-wrapper .pagination .page-item.prev, .ccm-pagination-wrapper .pagination .page-item.next {
  display: none;
}
.ccm-pagination-wrapper .pagination .page-item.active {
  color: #fff;
}
.ccm-pagination-wrapper .pagination .page-item.active .page-link {
  background-color: #ebc321;
  border: solid 1px #ebc321;
}
.ccm-pagination-wrapper .pagination .page-item .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  clip-path: inset(50%);
}
.ccm-pagination-wrapper .pagination .page-item.disabled {
  color: inherit;
  background-color: transparent;
}
.ccm-pagination-wrapper .pagination .page-item .page-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 767px) {
  .ccm-pagination-wrapper .pagination {
    font-size: 15px;
    gap: 5px;
  }
  .ccm-pagination-wrapper .pagination .page-item {
    width: 38px;
    height: 38px;
  }
}

/* ----------------------------------------------
  pagination02
  ------------------------------------------------- */
.ccm-block-next-previous {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.ccm-block-next-previous .ccm-block-next-previous-previous-link a,
.ccm-block-next-previous .ccm-block-next-previous-parent-link a,
.ccm-block-next-previous .ccm-block-next-previous-next-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #ebc321;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.08em;
}
.ccm-block-next-previous .ccm-block-next-previous-previous-link a:hover,
.ccm-block-next-previous .ccm-block-next-previous-parent-link a:hover,
.ccm-block-next-previous .ccm-block-next-previous-next-link a:hover {
  opacity: 0.6;
}
.ccm-block-next-previous .ccm-block-next-previous-previous-link,
.ccm-block-next-previous .ccm-block-next-previous-next-link {
  width: 75px;
}
.ccm-block-next-previous .ccm-block-next-previous-previous-link a::before, .ccm-block-next-previous .ccm-block-next-previous-previous-link a::after,
.ccm-block-next-previous .ccm-block-next-previous-next-link a::before,
.ccm-block-next-previous .ccm-block-next-previous-next-link a::after {
  width: 30px;
  height: 30px;
  --margin: 10px;
  background: no-repeat center/cover;
}
.ccm-block-next-previous .ccm-block-next-previous-previous-link {
  order: 1;
}
.ccm-block-next-previous .ccm-block-next-previous-previous-link a::before {
  content: "";
  margin-right: var(--margin);
  background-image: url(../images/previous.png);
}
.ccm-block-next-previous .ccm-block-next-previous-parent-link {
  order: 2;
}
.ccm-block-next-previous .ccm-block-next-previous-parent-link a {
  color: #fff;
  width: 140px;
  height: 40px;
  background-color: #ebc321;
  border-radius: 8px;
}
.ccm-block-next-previous .ccm-block-next-previous-next-link {
  order: 3;
}
.ccm-block-next-previous .ccm-block-next-previous-next-link a::after {
  content: "";
  margin-left: var(--margin);
  background-image: url(../images/next.png);
}
@media (max-width: 767px) {
  .ccm-block-next-previous .ccm-block-next-previous-previous-link a,
.ccm-block-next-previous .ccm-block-next-previous-parent-link a,
.ccm-block-next-previous .ccm-block-next-previous-next-link a {
    font-size: 14px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .ccm-block-next-previous .ccm-block-next-previous-previous-link a,
.ccm-block-next-previous .ccm-block-next-previous-parent-link a,
.ccm-block-next-previous .ccm-block-next-previous-next-link a {
    font-size: 14px;
  }
  .ccm-block-next-previous .ccm-block-next-previous-previous-link a::before, .ccm-block-next-previous .ccm-block-next-previous-previous-link a::after,
.ccm-block-next-previous .ccm-block-next-previous-next-link a::before,
.ccm-block-next-previous .ccm-block-next-previous-next-link a::after {
    width: 20px;
    height: 20px;
    --margin: 5px;
  }
  .ccm-block-next-previous .ccm-block-next-previous-parent-link a {
    width: 120px;
    height: 40px;
  }
}

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