@charset "UTF-8";
.ccm-block-next-previous .ccm-block-next-previous-parent-link a, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit], .linkbtn a, .linkset a, .mediaset .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 70px;
  background: url(../images/link-arow.png) no-repeat center right 30px #003067;
  color: #fff;
  text-decoration: none;
  line-height: 1.6;
  letter-spacing: 0.05em;
  transition: all 0.5s ease-out;
}
.ccm-block-next-previous .ccm-block-next-previous-parent-link a:hover, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit]:hover, .linkbtn a:hover, .linkset a:hover, .mediaset .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  .ccm-block-next-previous .ccm-block-next-previous-parent-link a, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit], .linkbtn a, .linkset a, .mediaset .btn a {
    min-height: 60px;
  }
}
@media (max-width: 767px) {
  .ccm-block-next-previous .ccm-block-next-previous-parent-link a, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit], .linkbtn a, .linkset a, .mediaset .btn a {
    min-height: 50px;
  }
}

/*
//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;
}
 */
.mediaset .text iframe,
.calloutset .text iframe,
.flowset .text iframe,
.badgeflow .text iframe,
.listset li iframe,
.txtset iframe {
  width: 100%;
}

/* ----------------------------------------------
heading1~4 見出し1~4 マージン調整
------------------------------------------------- */
.heading1.notLast,
.heading2.notLast,
.heading3.notLast,
.heading4.notLast {
  margin-bottom: 20px;
}

.mediaset table,
.calloutset .block:not(:has(.tableset)) table,
.flowset table,
.badgeflow table {
  width: 100%;
}
.mediaset table tr:not(:last-child) th,
.calloutset .block:not(:has(.tableset)) table tr:not(:last-child) th,
.flowset table tr:not(:last-child) th,
.badgeflow table tr:not(:last-child) th {
  border-bottom-color: #fff;
}
.mediaset table th,
.mediaset table td,
.calloutset .block:not(:has(.tableset)) table th,
.calloutset .block:not(:has(.tableset)) table td,
.flowset table th,
.flowset table td,
.badgeflow table th,
.badgeflow table td {
  padding: 5px 10px;
  font-size: 13px;
  border: 1px solid #004c88;
}
.mediaset table th,
.calloutset .block:not(:has(.tableset)) table th,
.flowset table th,
.badgeflow table th {
  min-width: 120px;
  background: #004c88;
  font-weight: bold;
  color: #fff;
}
.mediaset .linkbtn,
.calloutset .block:not(:has(.tableset)) .linkbtn,
.flowset .linkbtn,
.badgeflow .linkbtn {
  width: 100%;
  margin-bottom: 0;
}
.mediaset .linkbtn:not(:last-child),
.calloutset .block:not(:has(.tableset)) .linkbtn:not(:last-child),
.flowset .linkbtn:not(:last-child),
.badgeflow .linkbtn:not(:last-child) {
  margin-bottom: 10px;
}
.mediaset .linkbtn a,
.calloutset .block:not(:has(.tableset)) .linkbtn a,
.flowset .linkbtn a,
.badgeflow .linkbtn a {
  height: 50px;
  min-height: 50px;
}
.mediaset .listset,
.calloutset .block:not(:has(.tableset)) .listset,
.flowset .listset,
.badgeflow .listset {
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .mediaset table th,
  .mediaset table td,
  .calloutset .block:not(:has(.tableset)) table th,
  .calloutset .block:not(:has(.tableset)) table td,
  .flowset table th,
  .flowset table td,
  .badgeflow table th,
  .badgeflow table td {
    padding: 3px 7px;
  }
}

/* .calloutset{
  @include sp{
    table{
      th{
        border-bottom: unset;
      }
    }
  }
} */
.mediaset .linkbtn,
.badgeflow .linkbtn,
.calloutset .block:not(:has(.tableset)) .linkbtn {
  width: 100%;
  max-width: 270px;
  margin-right: 0;
  margin-bottom: 0;
}
.mediaset .linkbtn:not(:last-child),
.badgeflow .linkbtn:not(:last-child),
.calloutset .block:not(:has(.tableset)) .linkbtn:not(:last-child) {
  margin-bottom: 10px;
}
.mediaset .linkbtn a,
.badgeflow .linkbtn a,
.calloutset .block:not(:has(.tableset)) .linkbtn a {
  height: 70px;
}
.mediaset table th,
.badgeflow table th,
.calloutset .block:not(:has(.tableset)) table th {
  width: 250px;
}
@media (max-width: 767px) {
  .mediaset .linkbtn,
  .badgeflow .linkbtn,
  .calloutset .block:not(:has(.tableset)) .linkbtn {
    width: 100%;
    max-width: 270px;
    margin-right: auto;
    margin-bottom: 0;
  }
  .mediaset .linkbtn:not(:last-child),
  .badgeflow .linkbtn:not(:last-child),
  .calloutset .block:not(:has(.tableset)) .linkbtn:not(:last-child) {
    margin-bottom: 10px;
  }
  .mediaset .linkbtn a,
  .badgeflow .linkbtn a,
  .calloutset .block:not(:has(.tableset)) .linkbtn a {
    height: 50px;
  }
  .mediaset table th,
  .badgeflow table th,
  .calloutset .block:not(:has(.tableset)) table th {
    width: auto;
  }
}

.calloutset.col2 .linkbtn {
  max-width: 350px;
}
.calloutset.col3 .linkbtn {
  max-width: 300px;
}
.calloutset.col4 .linkbtn {
  max-width: 240px;
}
.calloutset .listset,
.calloutset .tableset {
  margin-bottom: 0;
}
.calloutset .listset {
  width: 100%;
}
.calloutset .tableset {
  padding: 0;
}
@media (max-width: 767px) {
  .calloutset.col4 {
    /* table {
      th,
      td {
        min-width: 100%;
        display: block;
      }
    } */
  }
  .calloutset.col4 .linkbtn a {
    font-size: 12px;
  }
}

.flowset .linkbtn {
  max-width: 300px;
}
.flowset .listset {
  width: 100%;
  padding: 10px 0;
}
.flowset .listset li {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}
.flowset .listset li:nth-child(n+2) {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .flowset table th,
  .flowset table td {
    min-width: 100%;
    display: block;
  }
  .flowset .linkbtn a {
    font-size: 12px;
  }
}

/* ----------------------------------------------
pagetitle
------------------------------------------------- */
#pagetitle {
  margin-bottom: 30px;
  display: flex;
  position: relative;
}
#pagetitle::before {
  content: "";
  position: absolute;
  top: calc(100% - 80px);
  right: 0;
  width: 12.125%;
  height: 430px;
  background-color: #004c88;
  z-index: -1;
}
#pagetitle .tx {
  writing-mode: vertical-rl;
  flex: 1;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12.72px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #004c88;
  text-align: center;
  align-content: center;
  position: relative;
  z-index: -1;
}
#pagetitle .tx:last-child {
  transform: rotate(180deg);
}
#pagetitle .center {
  width: 91.875%;
  min-height: 550px;
  align-content: end;
  position: relative;
}
#pagetitle .center::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
#pagetitle h2 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  font-size: 75px;
  line-height: 1.6;
  border-left: 18px solid #004c88;
  padding: 10px 20px;
  position: relative;
}
#pagetitle small {
  display: block;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 700;
  font-weight: 100;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media (max-width: 999px) {
  #pagetitle::before {
    height: 300px;
    top: calc(100% - 60px);
  }
  #pagetitle .tx {
    font-size: 10px;
  }
  #pagetitle .center {
    min-height: 450px;
  }
  #pagetitle h2 {
    font-size: 60px;
    padding: 10px 15px;
  }
  #pagetitle small {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #pagetitle::before {
    height: 240px;
    top: calc(100% - 40px);
  }
  #pagetitle .tx {
    font-size: 8px;
  }
  #pagetitle .center {
    min-height: 300px;
  }
  #pagetitle h2 {
    font-size: 40px;
    padding: 10px;
    border-left-width: 14px;
  }
  #pagetitle small {
    font-size: 20px;
  }
}

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

/* ----------------------------------------------
heading1 見出し1
------------------------------------------------- */
.heading1 {
  margin-bottom: 60px;
}
.heading1 h2 {
  color: #004c88;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
.heading1 span {
  display: flex;
  align-items: center;
  -moz-column-gap: 5.625%;
       column-gap: 5.625%;
}
.heading1 span::before, .heading1 span::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: rgba(0, 48, 103, 0.5);
}
.heading1 small {
  display: block;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-weight: 100;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.15em;
  color: #000;
}
@media (max-width: 999px) {
  .heading1 {
    margin-bottom: 50px;
  }
  .heading1 h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .heading1 {
    margin-bottom: 40px;
  }
  .heading1 h2 {
    font-size: 30px;
  }
}

/* ----------------------------------------------
heading2 見出し2
------------------------------------------------- */
.heading2 {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 50px;
}
.heading2 p {
  color: #003067;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-size: 29px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 36px;
}
.heading2 p .box {
  display: flex;
  min-width: 400px;
  margin-bottom: 10px;
}
.heading2 p .box::before, .heading2 p .box::after {
  content: "";
  width: var(--heading2, 26px);
  aspect-ratio: 78/168;
}
.heading2 p .box::before {
  background: url(../images/heading2-1.png) no-repeat center/cover;
}
.heading2 p .box::after {
  background: url(../images/heading2-2.png) no-repeat center/cover;
}
.heading2 p .box .tx {
  flex: 1;
  align-content: center;
  text-align: center;
  border-top: 1px solid #003067;
  border-bottom: 1px solid #003067;
  min-height: 54px;
  padding: 5px 100px;
  box-sizing: border-box;
}
.heading2 small {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #004c88;
}
@media (max-width: 999px) {
  .heading2 {
    margin-bottom: 45px;
  }
  .heading2 p {
    font-size: 22px;
  }
  .heading2 p .box {
    min-width: 300px;
  }
  .heading2 p .box .tx {
    min-height: unset;
    padding: 5px 50px;
  }
  .heading2 small {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .heading2 {
    margin-bottom: 40px;
  }
  .heading2 p {
    font-size: 18px;
  }
  .heading2 p .box {
    min-width: unset;
  }
  .heading2 p .box .tx {
    padding: 5px 20px;
  }
  .heading2 small {
    font-size: 10px;
  }
}

/* ----------------------------------------------
heading3 見出し3
------------------------------------------------- */
.heading3 {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 50px;
}
.heading3 p {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  background-color: #29a6dd;
  position: relative;
  padding: 5px 30px;
}
.heading3 p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
@media (max-width: 999px) {
  .heading3 {
    margin-bottom: 45px;
  }
  .heading3 p {
    font-size: 18px;
    padding: 5px 20px;
  }
}
@media (max-width: 767px) {
  .heading3 {
    margin-bottom: 40px;
  }
  .heading3 p {
    font-size: 16px;
    padding: 5px 15px;
  }
  .heading3 p::before {
    left: 5px;
  }
}

/* ----------------------------------------------
heading4 見出し4
------------------------------------------------- */
.heading4 {
  max-width: 1180px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 5px;
}
.heading4 p {
  color: #004c88;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.6;
  border-left: 5px solid #004c88;
  padding: 0px 30px;
}
@media (max-width: 999px) {
  .heading4 p {
    font-size: 20px;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .heading4 p {
    font-size: 18px;
    padding: 0 15px;
    border-left-width: 3px;
  }
}

/* ----------------------------------------------
txtset
------------------------------------------------- */
.txtset {
  max-width: 1180px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
.txtset.bg {
  background-color: #e8f5ff;
  padding: 40px 10px;
  text-align: center;
  font-size: 18px;
  line-height: 2;
}
@media (max-width: 999px) {
  .txtset.bg {
    font-size: 16px;
    padding: 20px 10px;
  }
}
@media (max-width: 767px) {
  .txtset.bg {
    font-size: 14px;
    padding: 15px 10px;
  }
}

/* ----------------------------------------------
fullimg
------------------------------------------------- */
.fullimg {
  max-width: 1200px;
  width: 100%;
  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;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.mediaset .title {
  margin-bottom: 15px;
  font-size: 26px;
  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.img-left .txtbox {
  /* margin-left: $MDS-space; */
}
.mediaset.img-right .imgbox {
  order: 1;
  /* margin-left: $MDS-space; */
}
.mediaset .txtbox {
  flex: 1;
}
.mediaset.notLast {
  margin-bottom: 50px;
}
.mediaset:not(.img-small) .imgbox {
  width: 40%;
}
.mediaset:not(.img-small) .imgbox img {
  width: 100%;
  height: auto;
}
.mediaset.img-small .title {
  padding-left: 20px;
  border-left: 4px solid #004c88;
  color: #004c88;
}
.mediaset.img-small .imgbox {
  width: 25.4237288136%;
}
.mediaset.img-small .imgbox img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .mediaset {
    flex-direction: column;
  }
  .mediaset .title {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .mediaset .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .mediaset .imgbox {
    width: 100% !important;
    margin: 0 auto 20px;
  }
  .mediaset.img-left .txtbox {
    /* margin-left: auto; */
  }
  .mediaset.img-right .imgbox {
    order: 0;
    margin-left: auto;
  }
  .mediaset.img-small .title {
    padding-left: 10px;
    border-left-width: 3px;
  }
}

/* ----------------------------------------------
calloutset
------------------------------------------------- */
.calloutset {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.calloutset.notLast {
  margin-bottom: 50px;
}
.calloutset .image {
  margin-bottom: 10px;
}
.calloutset .image img {
  width: 100%;
  height: auto;
}
.calloutset .image a {
  transition: all 0.5s ease-out;
}
.calloutset .image a:hover {
  opacity: 0.6;
}
.calloutset .image a[data-lightbox=calloutpop] img {
  width: 100%;
  height: 100%;
  aspect-ratio: 100/90;
  -o-object-fit: cover;
     object-fit: cover;
}
.calloutset .title {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
}
.calloutset.center {
  justify-content: center;
}
.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.col4 {
  /*
  .title {
  	letter-spacing: 0.05em;
    }
    .text {
  	font-size: 16px;
  	line-height: 1.5;
  	@include sp {
  	  font-size: 14px;
  	}
    }
     */
}
.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 {
  max-width: 1200px;
  width: 100%;
  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;
  row-gap: 10px;
}
.linkset.col4 ul {
  -moz-column-gap: 2.8248587571%;
       column-gap: 2.8248587571%;
}
.linkset.col4 li {
  width: 22.8813559322%;
}
.linkset.col3 ul {
  justify-content: center;
  -moz-column-gap: 4.2372881356%;
       column-gap: 4.2372881356%;
}
.linkset.col3 li {
  width: 30.5084745763%;
}
.linkset.col3 {
  /* &:not(:has(:nth-child(3))){
    li{
      width: 45%;
    }
  } */
}
.linkset a {
  line-height: 1.3;
}
@media (max-width: 999px) {
  .linkset.col4 a {
    background-image: none;
    padding: 5px 15px;
  }
}
@media (max-width: 767px) {
  .linkset ul {
    row-gap: 5px;
  }
  .linkset.col4 ul {
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
  .linkset.col4 li {
    width: 48%;
    /* &:not(:first-child) {
      margin-left: 0;
    }
    &:nth-child(n + 3) {
      margin-top: $LS-NL-mb;
    } */
  }
  .linkset.col3 {
    /* max-width: $LS-col3-block-width; */
  }
  .linkset.col3 ul {
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  .linkset.col3 li {
    /* width: 47%; */
    width: 32%;
  }
  .linkset.col3 li a {
    background-image: none;
    padding: 5px 15px;
  }
  .linkset.col3 li {
    /* &:not(:first-child) {
      margin-left: 0;
    }
    &:nth-child(even){
      margin-left: auto;
    }
    &:nth-child(n + 3) {
      margin-top: $LS-NL-mb;
    } */
  }
}

/* ----------------------------------------------
linkbtn
------------------------------------------------- */
.linkbtn {
  margin: 0 auto 100px;
  width: calc(100% - 20px);
  max-width: 365px;
}
/* ----------------------------------------------
tableset
------------------------------------------------- */
.tableset {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.tableset table {
  width: 100%;
  /*  line-height: $TB-lh;
  border-collapse: separate;
    border-spacing: $TB-sc-spacing; */
}
.tableset th,
.tableset td {
  padding: 23px 25px;
}
.tableset th,
.tableset thead td,
.tableset thead th {
  white-space: nowrap;
  color: #004c88;
  font-weight: bold;
}
.tableset tbody td {
  border-bottom: 1px solid #eee;
  background: #fff;
}
.tableset.type-normal th,
.tableset.type-normal thead td,
.tableset.type-normal thead th {
  border-bottom: 1px solid #004c88;
}
.tableset.type-scroll {
  overflow-x: auto;
}
.tableset.type-scroll tbody th,
.tableset.type-scroll tbody td {
  background-color: #eeeeee;
  border-bottom: 1px solid #fff;
}
.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 th,
.tableset.type-scroll thead td {
  background-color: #004c88;
  color: #fff;
}
.tableset.type-scroll thead td {
  text-align: center;
}
@media (max-width: 767px) {
  .tableset.type-normal table {
    border-spacing: 0;
  }
  .tableset.type-normal th,
  .tableset.type-normal td {
    display: block;
    padding: 13px 15px 13px 15px;
  }
  .tableset.type-scroll th,
  .tableset.type-scroll td {
    padding: 13px 15px 13px 15px;
  }
  .tableset.type-scroll thead td {
    white-space: nowrap;
  }
}

/* ----------------------------------------------
miniSurveyView
------------------------------------------------- */
.miniSurveyView {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.miniSurveyView table.formBlockSurveyTable {
  width: 100%;
  /* line-height: $TB-lh;
  border-collapse: separate;
  border-spacing: $TB-sc-spacing; */
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr):first-child td {
  border-top: 1px solid #eee;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td {
  padding: 23px 25px;
  border-bottom: 1px solid #eee;
}
.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,
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td select {
  border: unset;
  background-color: #eeeeef;
  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 {
  /* @if ($TB-th-color != $color) {
    color: $TB-th-color;
  } */
  /*
  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.question .red {
  color: #e70012;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td:not(.question) {
  background: #fff;
}
.miniSurveyView table.formBlockSurveyTable tr:last-child td {
  padding-top: 20px;
  text-align: center;
}
.miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit] {
  width: 280px;
  margin: 0 auto;
  cursor: pointer;
  background-image: unset;
}
.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;
}
@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):first-child td:not(:first-child) {
    border-top: unset;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td {
    padding: 13px 15px 13px 15px;
  }
  .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;
  }
}

.alert {
  margin-top: 20px;
  text-align: center;
}
.alert.alert-danger strong {
  color: red;
}

/* ----------------------------------------------
listset
------------------------------------------------- */
.listset {
  padding: 34px 0;
  width: calc(100% - 20px);
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  border: solid 2px #eeeeee;
}
.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;
}
.listset li:before {
  margin-top: 8px;
  margin-right: 7px;
  flex-shrink: 0;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #004c88;
  border-radius: 50%;
}
.listset li {
  /*
  &: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: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: 50px;
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.badgeflow.notLast {
  margin-bottom: 40px;
}
.badgeflow .imgbox {
  position: relative;
  width: 29.8305084746%;
}
.badgeflow .imgbox img {
  width: 100%;
  height: auto;
}
.badgeflow .txtbox {
  flex: 1;
  margin-left: 40px;
}
.badgeflow .badge {
  position: absolute;
  left: 0px;
  top: 0;
  width: 100px;
  height: 100px;
  background-color: #29a6dd;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-size: 28px;
  color: #fff;
  line-height: 1.6;
}
.badgeflow .badge small {
  font-size: 12px;
}
.badgeflow .title {
  margin-bottom: 15px;
  font-size: 26px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-left: 20px;
  border-left: 4px solid #004c88;
  color: #004c88;
}
@media (max-width: 767px) {
  .badgeflow {
    flex-direction: column;
    padding-top: 0px;
  }
  .badgeflow .imgbox {
    width: 100%;
    margin: 0 auto 20px;
    min-width: 0px;
    padding-left: 0;
  }
  .badgeflow .txtbox {
    margin-left: 0;
  }
  .badgeflow .badge {
    top: 0px;
    width: 65px;
    height: 65px;
    font-size: 13px;
  }
  .badgeflow .badge small {
    font-size: 8px;
  }
  .badgeflow .title {
    margin-bottom: 15px;
    font-size: 20px;
    padding-left: 10px;
    border-left-width: 3px;
  }
}

/* ----------------------------------------------
flowset
------------------------------------------------- */
.flowset {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.flowset.notLast {
  margin-bottom: 40px;
}
.flowset {
  gap: 40px 3.9548022599%;
}
.flowset .block {
  width: 22%;
  position: relative;
}
.flowset .block:before {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  display: var(--arrow-display, none);
  content: "";
  width: 17.9487179487%;
  height: 100%;
  background-image: url(../images/flowset-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
}
.flowset .block {
  /* &:not(:nth-child(3n + 1)) {
    margin-left: perCalc($flowset-block-space, $contWidth);
  }
  &:nth-child(n + 4) {
    margin-top: $flowset-NL-mb;
  } */
}
.flowset .image {
  margin-bottom: 10px;
}
.flowset .image img {
  width: 100%;
  height: auto;
}
.flowset .image {
  position: relative;
}
.flowset .image:before {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  display: block;
  content: "";
  width: 17.9487179487%;
  height: 100%;
  background-image: url(../images/flowset-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
}
.flowset .title {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .flowset .block:nth-child(4n+1):before {
    display: none;
  }
  .flowset .block:nth-child(4n+1) .image:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .flowset {
    justify-content: space-between;
    gap: 0;
  }
  .flowset .block {
    width: 45.515394913%;
  }
  .flowset .block::before {
    left: -19.7058823529%;
    width: 19.7058823529%;
    transform: translateX(0);
  }
  .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)::before {
    display: none;
  }
  .flowset .block:nth-child(2n+1) .image:before {
    display: none;
  }
  .flowset .title {
    font-size: 18px;
  }
  .flowset .image:before {
    left: -19.7058823529%;
    width: 19.7058823529%;
    transform: translateX(0);
  }
}

/* ----------------------------------------------
q-a
------------------------------------------------- */
.q-ablock {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 90px;
}
.q-ablock.notLast {
  margin-bottom: 30px;
}
.q-ablock .q,
.q-ablock .a {
  padding-left: 100px;
  position: relative;
}
.q-ablock .q::before,
.q-ablock .a::before {
  position: absolute;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
}
.q-ablock .q {
  display: flex;
  align-items: center;
  min-height: 75px;
  margin-bottom: 10px;
}
.q-ablock .q::before {
  content: "Q";
  left: 0;
  width: 75px;
  background-color: #29a6dd;
  font-size: 38.18px;
}
.q-ablock .q .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.q-ablock .a::before {
  content: "A";
  left: 10px;
  width: 55px;
  font-size: 28px;
  background-color: #004c88;
}
.q-ablock .a .text {
  font-weight: 400;
  padding-top: 10px;
}
@media (max-width: 999px) {
  .q-ablock .q,
  .q-ablock .a {
    padding-left: 70px;
  }
  .q-ablock .q {
    min-height: 60px;
  }
  .q-ablock .q::before {
    width: 60px;
    font-size: 28px;
  }
  .q-ablock .q .title {
    font-size: 20px;
  }
  .q-ablock .a::before {
    width: 45px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .q-ablock .q,
  .q-ablock .a {
    padding-left: 55px;
  }
  .q-ablock .q {
    min-height: 45px;
  }
  .q-ablock .q::before {
    width: 45px;
    font-size: 22px;
  }
  .q-ablock .q .title {
    font-size: 16px;
  }
  .q-ablock .a::before {
    width: 40px;
    left: 5px;
    font-size: 20px;
  }
  .q-ablock .a .text {
    padding-top: 5px;
  }
}

/* ----------------------------------------------
popupset
------------------------------------------------- */
.block.popup {
  display: none;
}

.popupset {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 3.9548022599%;
  margin-bottom: 90px;
}
.popupset .block {
  width: 22.0338983051%;
  /* &:not(:nth-child(4n + 1)) {
    margin-left: 0;
  }
  &:nth-child(n + 3) {
    margin-top: $CO-NL-mb;
  }
  .images{
    .image:not(.thumbnail){
      display: none;
    }
  }
  .text{
    display: none;
  } */
}
@media (max-width: 999px) {
  .popupset {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .popupset {
    margin-bottom: 70px;
    -moz-column-gap: 6%;
         column-gap: 6%;
  }
  .popupset .block {
    width: 47%;
  }
}

.featherlight-wrapper {
  display: none;
  max-height: calc(100vh - 60px);
  padding: 40px 12.3456790123%;
  border: 5px solid #003067;
  overflow-y: auto;
}
.featherlight-wrapper::-webkit-scrollbar {
  display: none;
}
.featherlight-wrapper .slide .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.featherlight-wrapper .slide .main {
  margin-bottom: 20px;
}
.featherlight-wrapper .slide .thumbnail .slick-list {
  margin: 0 -10px;
}
.featherlight-wrapper .slide .thumbnail .image {
  margin: 0 10px;
}
.featherlight-wrapper .title {
  font-size: 24px;
  margin-bottom: 10px;
}
.featherlight-wrapper .text {
  margin-top: 30px;
}
@media (max-width: 999px) {
  .featherlight-wrapper {
    padding: 30px 10px;
  }
  .featherlight-wrapper .title {
    font-size: 20px;
  }
  .featherlight-wrapper .slide .thumbnail .slick-list {
    margin: 0 -5px;
  }
  .featherlight-wrapper .slide .thumbnail .image {
    margin: 0 5px;
  }
}
@media (max-width: 767px) {
  .featherlight-wrapper {
    padding: 25px 10px;
  }
  .featherlight-wrapper .title {
    font-size: 18px;
  }
}

.featherlight-content {
  width: min(90%, 810px);
  margin: 0 auto;
}

.featherlight .featherlight-close-icon {
  position: absolute;
  top: -25px;
  right: -25px;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 40px;
  cursor: pointer;
  z-index: 9999;
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  font-family: Arial, sans-serif;
  border-radius: 50%;
  background: #003067;
}
.featherlight .featherlight-close-icon:before {
  content: "✕";
}
@media (max-width: 767px) {
  .featherlight .featherlight-close-icon {
    width: 50px;
    height: 50px;
    top: -15px;
    right: -15px;
    font-size: 30px;
  }
}

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

#information {
  margin-bottom: 90px;
}
#information .contents {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 999px) {
  #information {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  #information {
    margin-bottom: 70px;
  }
}

/* ----------------------------------------------
detail
------------------------------------------------- */
.detail {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 90px;
}
.detail .heading {
  margin-bottom: 60px;
}
.detail .heading .title {
  font-weight: 300;
  font-size: 42px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #004c88;
  border-left: 7px solid #004c88;
  border-bottom: 1px solid #000;
  padding: 0 10px 20px 20px;
  text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
}
.detail .heading time {
  display: block;
  text-align: end;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #004c88;
  margin-top: 10px;
  text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
}
.detail .heading .cate {
  text-align: end;
  margin-top: 5px;
}
.detail .heading .cate a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  min-width: 100px;
  background-color: #004c88;
  color: #fff;
  box-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
}
.detail .image-text {
  display: flex;
  -moz-column-gap: 4.2372881356%;
       column-gap: 4.2372881356%;
}
.detail .image-text:not(:has(.text)) .image {
  width: 100%;
}
.detail .image-text .image {
  width: 30.5084745763%;
}
.detail .image-text .image img {
  width: 100%;
}
.detail .image-text .text {
  flex: 1;
}
@media (max-width: 999px) {
  .detail {
    margin-bottom: 80px;
  }
  .detail .heading {
    margin-bottom: 40px;
  }
  .detail .heading .title {
    font-size: 28px;
    padding-bottom: 15px;
  }
  .detail .heading time {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .detail {
    margin-bottom: 70px;
  }
  .detail .heading {
    margin-bottom: 30px;
  }
  .detail .heading .title {
    font-size: 22px;
    padding-left: 15px;
    padding-bottom: 10px;
    border-left-width: 5px;
  }
  .detail .heading time {
    font-size: 16px;
  }
  .detail .image-text {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  .detail .image-text .image {
    width: 100%;
    max-width: 300px;
  }
}

/* ----------------------------------------------
ccm-pagination-wrapper
------------------------------------------------- */
.ccm-pagination-wrapper {
  margin-bottom: 90px;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.ccm-pagination-wrapper a {
  text-decoration: none;
}
.ccm-pagination-wrapper .pagination .prev,
.ccm-pagination-wrapper .pagination .next,
.ccm-pagination-wrapper .pagination .page-item .visually-hidden {
  display: none;
}
.ccm-pagination-wrapper .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.ccm-pagination-wrapper .pagination .page-item .page-link {
  color: #000;
}
.ccm-pagination-wrapper .pagination .page-item:not(.prev):not(.next) {
  /* margin-left: 10px; */
}
.ccm-pagination-wrapper .pagination .page-item:not(.prev):not(.next):not(.disabled) .page-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background-color: #fff;
  border: 1px solid #003067;
  border-radius: 50%;
}
.ccm-pagination-wrapper .pagination .page-item:not(.prev):not(.next).active .page-link {
  background-color: #003067;
  color: #fff;
  border: unset;
}
@media (max-width: 999px) {
  .ccm-pagination-wrapper {
    margin-bottom: 80px;
  }
  .ccm-pagination-wrapper .pagination .page-item:not(.prev):not(.next):not(.disabled) .page-link {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .ccm-pagination-wrapper {
    margin-bottom: 70px;
  }
  .ccm-pagination-wrapper .pagination {
    flex-wrap: wrap;
  }
  .ccm-pagination-wrapper .pagination .page-item:not(.prev):not(.next):not(.disabled) .page-link {
    width: 25px;
    height: 25px;
  }
}

/* ----------------------------------------------
ccm-block-next-previous
------------------------------------------------- */
.ccm-block-next-previous {
  max-width: 1180px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 90px;
}
.ccm-block-next-previous > :not(.ccm-block-next-previous-parent-link) a {
  display: flex;
  align-items: center;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #000;
  text-decoration: none;
}
.ccm-block-next-previous > :not(.ccm-block-next-previous-parent-link) a::before {
  content: "く";
}
.ccm-block-next-previous .ccm-block-next-previous-previous-link {
  margin-right: auto;
}
.ccm-block-next-previous .ccm-block-next-previous-parent-link {
  margin-left: auto;
  margin-right: auto;
}
.ccm-block-next-previous .ccm-block-next-previous-parent-link a {
  width: 270px;
}
.ccm-block-next-previous .ccm-block-next-previous-next-link {
  margin-left: auto;
  order: 1;
}
.ccm-block-next-previous .ccm-block-next-previous-next-link a::before {
  order: 1;
  transform: rotate(180deg);
}
@media (max-width: 999px) {
  .ccm-block-next-previous {
    margin-bottom: 80px;
  }
  .ccm-block-next-previous > :not(.ccm-block-next-previous-parent-link) a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .ccm-block-next-previous {
    margin-bottom: 70px;
  }
  .ccm-block-next-previous > :not(.ccm-block-next-previous-parent-link) a {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .ccm-block-next-previous .ccm-block-next-previous-parent-link a {
    width: 100px;
    background-image: unset;
  }
}

/* ----------------------------------------------
製品紹介一覧
------------------------------------------------- */
.productlistarea #pagetitle {
  margin-bottom: 15px;
}
.productlistarea #pagetitle .center {
  min-height: 350px;
}
.productlistarea #pagetitle .tx {
  padding-top: 30px;
  font-size: 10px;
}
.productlistarea #breadcrumb {
  margin-bottom: 20px;
}
.productlistarea .linkset {
  margin-bottom: 35px;
}
.productlistarea .heading1 {
  margin-bottom: 40px;
}
.productlistarea .heading4 {
  margin-bottom: 40px;
}
@media (max-width: 999px) {
  .productlistarea #pagetitle .center {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .productlistarea #pagetitle .center {
    min-height: 200px;
  }
  .productlistarea #pagetitle .tx {
    font-size: 8px;
  }
}

.productcategory {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 4%;
}
.productcategory .centerblock {
  width: 2px;
  height: 70px;
  background-color: #004c88;
}
.productcategory .ccm-spacer {
  display: none;
}
.productcategory .category,
.productcategory .purpose {
  width: 48%;
  max-width: 400px;
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.productcategory .category > div,
.productcategory .purpose > div {
  flex-grow: 1;
}
.productcategory h3 {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-weight: 100;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.15em;
  border-left: 4px solid #004c88;
  color: #004c88;
  padding-left: 10px;
  flex-shrink: 0;
}
.productcategory select {
  width: 100%;
  padding: 5px 8px;
  outline: none;
  border: solid 1px #000;
  font-size: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  cursor: pointer;
  color: #000;
  border-radius: 0;
}
@media (max-width: 767px) {
  .productcategory {
    flex-direction: column;
    align-items: center;
    gap: 10px 0;
  }
  .productcategory .centerblock {
    display: none;
  }
  .productcategory .category,
  .productcategory .purpose {
    width: 100%;
    max-width: 320px;
  }
  .productcategory h3 {
    font-size: 16px;
    width: 90px;
  }
}/*# sourceMappingURL=contents.css.map */