@charset "UTF-8";
.flowset .text, .badgeflow .text, .titletext .text, .calloutset .text, .mediaset .text, .txtset {
  font-size: 16px;
  line-height: 1.875;
  color: #1c1c1c;
}
@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: 74px;
  background: #fff;
  color: #00316c;
  border: solid 1px #00316c;
  font-size: 16px;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 0 10px;
}
.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: 9px;
  height: 13px;
  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;
  margin-bottom: 30px;
  z-index: 2;
}
#pagetitle #mainimage {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}
#pagetitle #mainimage img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
#pagetitle .catch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#pagetitle .catch .catchinner {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  height: 100%;
}
#pagetitle .catch .catchinner h2 {
  color: #fff;
  font-size: 50px;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 14px;
}
#pagetitle .catch .catchinner h2 small {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 20px;
  margin-bottom: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#pagetitle .catch .catchinner h2 small::before, #pagetitle .catch .catchinner h2 small::after {
  content: "";
  width: 52px;
  height: 2px;
  background-image: url(../images/pagetitle-s-line.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#pagetitle .catch .catchinner h2 small::before {
  margin-bottom: 11px;
}
#pagetitle .catch .catchinner h2 small::after {
  margin-top: 11px;
}
@media (max-width: 1299px) {
  #pagetitle #mainimage img {
    height: 500px;
  }
}
@media (max-width: 999px) {
  #pagetitle #mainimage img {
    height: 350px;
  }
  #pagetitle .catch .catchinner h2 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  #pagetitle #mainimage img {
    height: 240px;
  }
  #pagetitle .catch .catchinner {
    padding: 0 20px;
  }
  #pagetitle .catch .catchinner h2 {
    font-size: 28px;
  }
}

/* ----------------------------------------------
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 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #00316c;
  font-size: 34px;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.heading1 h2 small {
  font-size: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  border-bottom: solid 1px #00316c;
  margin-bottom: 8px;
  padding: 0 6px;
}
@media (max-width: 999px) {
  .heading1 h2 {
    font-size: 30px;
  }
  .heading1 h2 small {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .heading1 h2 {
    font-size: 26px;
  }
  .heading1 h2 small {
    font-size: 18px;
  }
}

/* ----------------------------------------------
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;
  color: #00316c;
}
.heading2 p {
  position: relative;
  font-size: 30px;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #00316c;
  padding: 0 0px 15px;
}
.heading2 p small {
  font-size: 18px;
  line-height: 1.6;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: right;
  padding-left: 31px;
}
.heading2 p::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100px;
  height: 4px;
  content: "";
  border-bottom: solid 4px #f9d855;
}
@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: 16px;
  }
}

/* ----------------------------------------------
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;
  z-index: 2;
  color: #00316c;
  font-size: 26px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: left;
  padding: 13px 13px 13px 64px;
  border: solid 1px #00316c;
}
.heading3 p small {
  font-size: 16px;
  line-height: 1.6;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-left: 30px;
}
.heading3 p::before {
  position: absolute;
  left: 30px;
  width: 6px;
  height: 30px;
  content: "";
  background-color: #f9d855;
}
@media (max-width: 999px) {
  .heading3 p {
    font-size: 20px;
  }
  .heading3 p small {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .heading3 p {
    font-size: 18px;
    padding: 13px 13px 13px 32px;
  }
  .heading3 p small {
    font-size: 16px;
  }
  .heading3 p::before {
    left: 15px;
  }
}

/* ----------------------------------------------
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;
  color: #00316c;
  font-size: 24px;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  padding: 0px 37px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.heading4 p::before {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0px;
  min-width: 100%;
  height: 10px;
  content: "";
  border-bottom: solid 10px #f9d855;
}
@media (max-width: 999px) {
  .heading4 p {
    padding: 0px 28px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .heading4 p {
    padding: 0px 15px;
    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;
  color: #00316c;
  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;
  color: #00316c;
  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;
}
.tableset th,
.tableset thead td,
.tableset thead th {
  background: transparent;
  color: #00316c;
  font-weight: bold;
}
.tableset td {
  background: transparent;
}
.tableset.type-normal th,
.tableset.type-normal td {
  padding: 22.7px 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 16px;
}
.tableset.type-normal tr th {
  border-bottom: 3px solid #f9d855;
  width: 21.3559322034%;
}
.tableset.type-normal tr td {
  border-bottom: 1px solid #faf6f2;
  width: 78.6440677966%;
}
.tableset.type-scroll {
  overflow-x: auto;
  font-size: 14px;
}
.tableset.type-scroll th {
  width: 21.186440678%;
}
.tableset.type-scroll td {
  width: 26.0822033898%;
}
.tableset.type-scroll th,
.tableset.type-scroll td {
  padding: 20px 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: 10px 20px;
}
.tableset.type-scroll thead th {
  border-bottom: 3px solid #f9d855;
}
.tableset.type-scroll thead th:first-child {
  border-bottom: none;
}
.tableset.type-scroll thead td {
  text-align: center;
  border-bottom: 3px solid #f9d855;
}
.tableset.type-scroll tbody tr th {
  border-bottom: 3px solid #f9d855;
}
.tableset.type-scroll tbody tr td {
  border-bottom: 1px solid #faf6f2;
}
@media (max-width: 767px) {
  .tableset.type-normal table {
    border-spacing: 0;
  }
  .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 {
    border-bottom: 1px solid #faf6f2;
  }
  .tableset.type-normal tr td {
    border-bottom: 3px solid #f9d855;
  }
  .tableset.type-normal tr th, .tableset.type-normal tr td {
    font-size: 14px;
  }
  .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: 22.7px 30px;
}
.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: 3px solid #f9d855;
  color: #00316c;
  background: transparent;
  /* 
  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 #faf6f2;
  background: transparent;
}
.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-bottom: 1px solid #faf6f2;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td:not(.question) {
    border-bottom: 3px solid #f9d855;
  }
  .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;
  }
}

/* ----------------------------------------------
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: #faf6f2;
}
.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;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.listset li:nth-child(4n-3)::before, .listset li:nth-child(4n)::before {
  background-color: #00316c;
}
.listset li:nth-child(4n-2)::before, .listset li:nth-child(4n-1)::before {
  background-color: #f9d855;
}
.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: #f9d855;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  line-height: 1.375;
  color: #1c1c1c;
  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;
  color: #00316c;
}
@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;
  color: #00316c;
}
@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;
}

/* ----------------------------------------------
newsset-list
------------------------------------------------- */
.newsset-list {
  letter-spacing: 0.08em;
  margin-bottom: 100px;
}
.newsset-list .ccm-pagination-wrapper {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .newsset-list .ccm-pagination-wrapper {
    margin-top: 50px;
  }
}

/* ----------------------------------------------
newsset-detail
------------------------------------------------- */
.newsset-detail {
  margin-bottom: 100px;
  letter-spacing: 0.08em;
}
.newsset-detail .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.newsset-detail .inner .heading {
  display: flex;
  flex-direction: column;
  margin-bottom: 56px;
}
.newsset-detail .inner .heading time {
  color: #00316c;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4444444444;
}
.newsset-detail .inner .heading .title {
  font-size: 34px;
  line-height: 1.4;
  padding-bottom: 34px;
  margin-bottom: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  border-bottom: solid 1px #00316c;
}
.newsset-detail .inner .contents {
  max-width: 800px;
  margin: 0 auto;
}
.newsset-detail .inner .contents .block .column {
  margin-bottom: 80px;
}
.newsset-detail .inner .contents .block .column .imgbox {
  margin-bottom: 50px;
}
.newsset-detail .inner .contents .block .column .imgbox img {
  width: 100%;
}
.newsset-detail .inner .contents .block .column .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8888888889;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.newsset-detail .inner .contents .block .column .text.top {
  margin-bottom: 60px;
}
@media (max-width: 999px) {
  .newsset-detail .inner .heading time {
    font-size: 18px;
    line-height: 1.6;
  }
  .newsset-detail .inner .heading .title {
    font-size: 24px;
  }
  .newsset-detail .inner .contents .block .column .imgbox {
    margin-bottom: 10px;
  }
  .newsset-detail .inner .contents .block .column .text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .newsset-detail .inner .heading time {
    font-size: 15px;
    line-height: 1.6;
  }
  .newsset-detail .inner .heading .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .newsset-detail .inner .contents .block .column {
    margin-bottom: 50px;
  }
  .newsset-detail .inner .contents .block .column .text {
    font-size: 14px;
  }
  .newsset-detail .inner .contents .block .column .text.top {
    margin-bottom: 10px;
  }
}

/* ----------------------------------------------
caseset-list
------------------------------------------------- */
.caseset-list {
  letter-spacing: 0.08em;
  margin-bottom: 100px;
}
.caseset-list .ccm-pagination-wrapper {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .caseset-list .ccm-pagination-wrapper {
    margin-top: 50px;
  }
}

/* ----------------------------------------------
caseset-detail
------------------------------------------------- */
.caseset-detail {
  margin-bottom: 100px;
  letter-spacing: 0.08em;
}
.caseset-detail .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.caseset-detail .inner .heading {
  margin-bottom: 90px;
  display: flex;
  flex-direction: column;
}
.caseset-detail .inner .heading .title {
  font-size: 34px;
  line-height: 1.4;
  padding-bottom: 23px;
  margin-bottom: 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  border-bottom: solid 1px #00316c;
}
.caseset-detail .inner .heading .catebox {
  display: flex;
}
.caseset-detail .inner .heading .catebox .cate {
  min-width: 90px;
  min-height: 27px;
  background-color: #f9d855;
  border: solid 1px #f9d855;
  font-size: 14px;
  line-height: 1.6;
}
.caseset-detail .inner .heading .catebox .cate a {
  width: 100%;
  height: 100%;
  font-weight: normal;
  text-decoration: none;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-out;
  color: #00316c;
}
.caseset-detail .inner .heading .catebox .cate a:hover {
  opacity: 0.6;
}
.caseset-detail .inner .contents {
  margin: 0 auto;
  max-width: 1012px;
}
.caseset-detail .inner .contents .slideshow #case-slide-main {
  margin-bottom: 30px;
  padding: 0 6px;
}
.caseset-detail .inner .contents .slideshow #case-slide-main li img {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
}
.caseset-detail .inner .contents .slideshow #case-slide-thumb {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 90px;
}
.caseset-detail .inner .contents .slideshow #case-slide-thumb .slick-list {
  min-width: 100%;
}
.caseset-detail .inner .contents .slideshow #case-slide-thumb .slick-track {
  margin-left: 0;
}
.caseset-detail .inner .contents .slideshow #case-slide-thumb li {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.caseset-detail .inner .contents .slideshow #case-slide-thumb li img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 94.8616600791%;
  aspect-ratio: 6/5;
}
.caseset-detail .inner .contents .slideshow #case-slide-thumb .slick-arrow.slick-prev {
  width: 60px;
  height: 60px;
  left: -25px;
  z-index: 2;
  position: absolute;
  background: url(../images/prev-arrow.png) no-repeat center/cover;
  cursor: pointer;
}
.caseset-detail .inner .contents .slideshow #case-slide-thumb .slick-arrow.slick-next {
  width: 60px;
  height: 60px;
  right: -25px;
  z-index: 2;
  position: absolute;
  background: url(../images/next-arrow.png) no-repeat center/cover;
  cursor: pointer;
}
.caseset-detail .inner .contents .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8888888889;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media (max-width: 1180px) {
  .caseset-detail .inner .contents .slideshow #case-slide-thumb .slick-arrow.slick-prev {
    left: 0px;
  }
  .caseset-detail .inner .contents .slideshow #case-slide-thumb .slick-arrow.slick-next {
    right: 0px;
  }
}
@media (max-width: 999px) {
  .caseset-detail .inner .heading .title {
    font-size: 24px;
  }
  .caseset-detail .inner .contents .slideshow #case-slide-thumb .slick-arrow.slick-prev {
    width: 45px;
    height: 45px;
  }
  .caseset-detail .inner .contents .slideshow #case-slide-thumb .slick-arrow.slick-next {
    width: 45px;
    height: 45px;
  }
  .caseset-detail .inner .contents .text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .caseset-detail .inner {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  .caseset-detail .inner .heading {
    margin-bottom: 90px;
    display: flex;
    flex-direction: column;
  }
  .caseset-detail .inner .heading .title {
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 23px;
  }
  .caseset-detail .inner .contents {
    margin: 0 auto;
    max-width: 1000px;
  }
  .caseset-detail .inner .contents .slideshow #case-slide-thumb {
    margin-bottom: 50px;
  }
  .caseset-detail .inner .contents .slideshow #case-slide-thumb .slick-arrow.slick-prev {
    width: 40px;
    height: 40px;
  }
  .caseset-detail .inner .contents .slideshow #case-slide-thumb .slick-arrow.slick-next {
    width: 40px;
    height: 40px;
  }
  .caseset-detail .inner .contents .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
categoryset
------------------------------------------------- */
.categoryset {
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.categoryset .category {
  display: flex;
}
.categoryset .category p {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 1.3;
  color: #00316c;
}
.categoryset .category::after {
  content: "";
  margin-left: 20px;
  width: 2px;
  height: 34px;
  content: "";
  background-image: url(../images/cate-r-line.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.categoryset .catelist {
  margin-left: 20px;
  gap: 20px 20px;
  display: flex;
  flex-wrap: wrap;
}
.categoryset .catelist .page-item {
  min-width: 90px;
  min-height: 27px;
  background-color: #fff;
  border: solid 1px #00316c;
  font-size: 14px;
  line-height: 1.6;
}
.categoryset .catelist .page-item span, .categoryset .catelist .page-item a {
  width: 100%;
  height: 100%;
  font-weight: normal;
  text-decoration: none;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #00316c;
}
.categoryset .catelist .page-item a {
  transition: all 0.5s ease-out;
}
.categoryset .catelist .page-item a:hover {
  opacity: 0.6;
}
.categoryset .catelist .page-item.active {
  background-color: #f9d855;
  border: solid 1px #f9d855;
}
@media (max-width: 767px) {
  .categoryset {
    display: block;
  }
  .categoryset .category {
    margin-bottom: 20px;
  }
  .categoryset .category::after {
    display: none;
  }
  .categoryset .catelist {
    gap: 20px 15px;
    margin-left: 0px;
  }
}

/* ----------------------------------------------
voiceset-list
------------------------------------------------- */
.voiceset-list {
  margin-bottom: 100px;
  letter-spacing: 0.08em;
}
.voiceset-list .ccm-pagination-wrapper {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .voiceset-list .ccm-pagination-wrapper {
    margin-top: 50px;
  }
}

/* ----------------------------------------------
voiceset-detail
------------------------------------------------- */
.voiceset-detail {
  margin-bottom: 100px;
  letter-spacing: 0.08em;
}
.voiceset-detail .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.voiceset-detail .inner .heading {
  display: flex;
  flex-direction: column;
  margin-bottom: 56px;
}
.voiceset-detail .inner .heading .title {
  font-size: 34px;
  line-height: 1.4;
  padding-bottom: 24px;
  margin-bottom: 26px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  border-bottom: solid 1px #00316c;
}
.voiceset-detail .inner .heading .catebox {
  display: flex;
}
.voiceset-detail .inner .heading .catebox .cate a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  text-decoration: none;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  transition: all 0.5s ease-out;
  font-size: 18px;
  line-height: 1.6;
}
.voiceset-detail .inner .heading .catebox .cate a:hover {
  opacity: 0.6;
}
.voiceset-detail .inner .heading .catebox .cate a::before {
  content: "";
  width: 23px;
  height: 19px;
  margin-right: 10px;
  background-image: url(../images/voice-icon.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.voiceset-detail .inner .contents {
  max-width: 1000px;
  margin: 0 auto;
}
.voiceset-detail .inner .contents .block .column {
  margin-bottom: 80px;
}
.voiceset-detail .inner .contents .block .column .imgbox {
  margin-bottom: 50px;
}
.voiceset-detail .inner .contents .block .column .imgbox img {
  width: 100%;
}
.voiceset-detail .inner .contents .block .column .txtbox .title {
  display: flex;
}
.voiceset-detail .inner .contents .block .column .txtbox .title p {
  font-size: 20px;
  line-height: 1.7;
  color: #00316c;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  padding: 0 3px 6px;
  margin-bottom: 20px;
  border-bottom: solid 1px #00316c;
}
.voiceset-detail .inner .contents .block .column .txtbox .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8888888889;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media (max-width: 999px) {
  .voiceset-detail .inner .heading time {
    font-size: 18px;
    line-height: 1.6;
  }
  .voiceset-detail .inner .heading .title {
    font-size: 24px;
  }
  .voiceset-detail .inner .contents .block .column .imgbox {
    margin-bottom: 10px;
  }
  .voiceset-detail .inner .contents .block .column .txtbox .text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .voiceset-detail .inner .heading time {
    font-size: 15px;
    line-height: 1.6;
  }
  .voiceset-detail .inner .heading .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .voiceset-detail .inner .contents .block .column {
    margin-bottom: 50px;
  }
  .voiceset-detail .inner .contents .block .column .txtbox .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
pagination01
------------------------------------------------- */
.ccm-pagination-wrapper {
  width: 100%;
  margin-bottom: 100px;
}
.ccm-pagination-wrapper .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.ccm-pagination-wrapper .pagination .page-item {
  border: solid 1px #00316c;
}
.ccm-pagination-wrapper .pagination .page-item .page-link {
  color: #1c1c1c;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
.ccm-pagination-wrapper .pagination .page-item a {
  transition: all 0.5s ease-out;
}
.ccm-pagination-wrapper .pagination .page-item a:hover {
  opacity: 0.6;
}
.ccm-pagination-wrapper .pagination .page-item:not(:first-child) {
  margin-left: 10px;
}
.ccm-pagination-wrapper .pagination .page-item.active {
  background-color: #00316c;
  border: solid 1px #00316c;
}
.ccm-pagination-wrapper .pagination .page-item.active .page-link {
  color: #fff;
}
@media (max-width: 767px) {
  .ccm-pagination-wrapper .pagination .page-item .page-link {
    width: 38px;
    height: 38px;
    font-size: 15px;
    font-weight: 700;
  }
  .ccm-pagination-wrapper .pagination .page-item:not(:first-child) {
    margin-left: 5px;
  }
}

.page-item.prev, .page-item.next {
  display: none;
}

.visually-hidden {
  display: none;
}

/* ----------------------------------------------
pagination02
------------------------------------------------- */
.ccm-block-next-previous {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  justify-content: space-between;
  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 {
  color: #00316c;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.08em;
  transition: all 0.5s ease-out;
  border-bottom: solid 1px #00316c;
  padding: 0 6px 5px;
}
.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 a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ccm-block-next-previous .ccm-block-next-previous-previous-link a::before {
  content: "";
  width: 7px;
  height: 10px;
  margin-right: 10px;
  background: url(../images/previous.png) no-repeat center/cover;
}
.ccm-block-next-previous .ccm-block-next-previous-parent-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #00316c;
}
.ccm-block-next-previous .ccm-block-next-previous-next-link a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ccm-block-next-previous .ccm-block-next-previous-next-link a::after {
  content: "";
  width: 7px;
  height: 10px;
  margin-left: 10px;
  background: url(../images/next.png) no-repeat center/cover;
}
@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;
  }
  .ccm-block-next-previous .ccm-block-next-previous-previous-link a::before {
    content: "";
    width: 7px;
    height: 10px;
    margin-right: 5px;
    background: url(../images/previous.png) no-repeat center/cover;
  }
  .ccm-block-next-previous .ccm-block-next-previous-parent-link a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 40px;
  }
  .ccm-block-next-previous .ccm-block-next-previous-next-link a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ccm-block-next-previous .ccm-block-next-previous-next-link a::after {
    content: "";
    width: 7px;
    height: 10px;
    margin-left: 5px;
    background: url(../images/next.png) no-repeat center/cover;
  }
}

.newsdetail .ccm-block-next-previous {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 820px;
}

.casedetail .ccm-block-next-previous {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1020px;
}

.voicedetail .ccm-block-next-previous {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1020px;
}

.linkset.col4.composer ul {
  justify-content: center;
}

.caseset-detail .ccm-image-slider-text {
  padding-top: 0 !important;
}

.categoryset {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .linkset.col4.composer ul {
    justify-content: space-between !important;
  }
}/*# sourceMappingURL=contents.css.map */