@charset "UTF-8";
.section-gray {
  background: #F9F9F9;
  width: 100%;
  padding: 70px 20px;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 768px) {
  .section-gray {
    padding: 30px 20px;
  }
}
.section-gray .section-gray-inner {
  width: auto;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .section-gray .section-gray-inner {
    max-width: 100%;
  }
}

.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 !important;
}
.news-list li {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-top: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .news-list li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.news-list li:last-child {
  border-bottom: 1px solid #ccc;
}
.news-list li .news-date {
  font-size: 0.9rem;
  margin-right: 30px;
  width: 90px;
}
@media only screen and (max-width: 768px) {
  .news-list li .news-date {
    margin-right: 10px;
    font-size: 0.85rem;
  }
}
.news-list li .news-category {
  font-size: 0.8rem;
  margin-right: 30px;
  background-color: #418fde;
  padding: 2px;
  text-align: center;
  color: #fff;
  width: 110px;
  border-radius: 3px;
}
@media only screen and (max-width: 768px) {
  .news-list li .news-category {
    margin: 0;
    padding: 0;
  }
}
.news-list li .news-txt {
  width: calc(100% - 90px - 150px - 30px - 30px);
}
@media only screen and (max-width: 768px) {
  .news-list li .news-txt {
    margin-top: 10px;
    width: 100%;
  }
}
.news-list li .news-txt a {
  color: inherit;
}
@media only screen and (max-width: 768px) {
  .news-list li .news-txt a {
    font-size: 0.87rem;
  }
}

.news-pager {
  width: 100%;
  padding: 60px 0;
}
.news-pager .news-pager-items {
  width: auto;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news-pager .news-pager-items .news-pager-item {
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.news-pager .news-pager-items .news-pager-item a {
  font-size: 1.2rem;
  padding: 10px 20px;
  color: inherit;
}
.news-pager .news-pager-items .news-pager-item a:hover {
  color: #418fde;
}
@media only screen and (max-width: 768px) {
  .news-pager .news-pager-items .news-pager-item a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.news-pager .news-pager-items .news-pager-item.-prev a {
  padding-left: 30px;
  margin-right: 40px;
}
@media only screen and (max-width: 768px) {
  .news-pager .news-pager-items .news-pager-item.-prev a {
    padding: 0;
    margin: 0;
    width: 40px;
    height: 54px;
  }
  .news-pager .news-pager-items .news-pager-item.-prev a span {
    display: none;
  }
}
.news-pager .news-pager-items .news-pager-item.-prev a::before {
  content: "";
  position: absolute;
  border-right: 7px solid #333;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  width: 10px;
  height: 8px;
  top: calc(50% - 3px);
  left: -5px;
}
@media only screen and (max-width: 768px) {
  .news-pager .news-pager-items .news-pager-item.-prev a::before {
    left: 5px;
  }
}
.news-pager .news-pager-items .news-pager-item.-prev a::after {
  content: "";
  position: absolute;
  border-top: 2px solid #333;
  width: 20px;
  height: 1px;
  top: 50%;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .news-pager .news-pager-items .news-pager-item.-prev a::after {
    left: 10px;
  }
}
.news-pager .news-pager-items .news-pager-item.-prev a:hover::before {
  border-right-color: #418fde;
}
.news-pager .news-pager-items .news-pager-item.-prev a:hover::after {
  border-top-color: #418fde;
}
.news-pager .news-pager-items .news-pager-item.-next a {
  padding-right: 30px;
  margin-left: 40px;
}
@media only screen and (max-width: 768px) {
  .news-pager .news-pager-items .news-pager-item.-next a {
    padding: 0;
    margin: 0;
    width: 40px;
    height: 54px;
  }
  .news-pager .news-pager-items .news-pager-item.-next a span {
    display: none;
  }
}
.news-pager .news-pager-items .news-pager-item.-next a::before {
  content: "";
  position: absolute;
  border-left: 7px solid #333;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  width: 10px;
  height: 8px;
  top: calc(50% - 3px);
  right: -5px;
}
@media only screen and (max-width: 768px) {
  .news-pager .news-pager-items .news-pager-item.-next a::before {
    right: 5px;
  }
}
.news-pager .news-pager-items .news-pager-item.-next a::after {
  content: "";
  position: absolute;
  border-top: 2px solid #333;
  width: 20px;
  height: 1px;
  top: 50%;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .news-pager .news-pager-items .news-pager-item.-next a::after {
    right: 10px;
  }
}
.news-pager .news-pager-items .news-pager-item.-next a:hover::before {
  border-left-color: #418fde;
}
.news-pager .news-pager-items .news-pager-item.-next a:hover::after {
  border-top-color: #418fde;
}
.news-pager .news-pager-items .news-pager-item.-current a {
  color: #418fde;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news-pager .news-pager-items .news-pager-item.-current a::after {
  content: "";
  border-bottom: 2px solid #418fde;
  width: 100%;
}

.btn-sortbox {
  display: none;
}
@media only screen and (max-width: 768px) {
  .btn-sortbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #e9e9e9;
    padding-right: 20px;
    color: #333;
  }
  .btn-sortbox:hover, .btn-sortbox:active {
    color: #333;
  }
  .btn-sortbox::after {
    content: "";
    border-top: 2px solid #418FDE;
    border-right: 2px solid #418FDE;
    -webkit-transform: rotate(130deg) scaleX(1.1) skewX(-10deg);
            transform: rotate(130deg) scaleX(1.1) skewX(-10deg);
    width: 10px;
    height: 10px;
    margin: -9px 0 0 10px;
  }
  .btn-sortbox::after._open {
    border: none;
    border-bottom: 2px solid #418fde;
    border-left: 2px solid #418fde;
    margin: 6px 0 0 9px;
  }
}
.btn-sortbox._open::after {
  -webkit-transform: rotate(-50deg) scaleX(1.1) skewX(-10deg);
          transform: rotate(-50deg) scaleX(1.1) skewX(-10deg);
  margin: 5px 0 0 10px;
}

.sort-control {
  width: auto;
  max-width: 1200px;
  margin: 70px auto !important;
}
@media only screen and (max-width: 1240px) {
  .sort-control {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .sort-control {
    margin: 0 !important;
    padding: 0;
    height: 1px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .sort-control:not(._open) {
    overflow: hidden;
  }
  .sort-control._open {
    display: block;
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    overflow: visible;
  }
}
.sort-control dl.sort-control-content {
  width: 100%;
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #ccc;
  padding: 30px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media only screen and (max-width: 768px) {
  .sort-control dl.sort-control-content {
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-color: #e9e9e9;
  }
}
.sort-control dl.sort-control-content dt.sort-control-title {
  width: 140px;
  padding-right: 30px;
  font-size: 1.13rem;
  border-right: 1px solid #ccc;
  text-align: center;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .sort-control dl.sort-control-content dt.sort-control-title {
    border: none;
    text-align: left;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.sort-control dl.sort-control-content dd.sort-control-data {
  width: calc(100% - 145px);
  padding: 10px 0 10px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .sort-control dl.sort-control-content dd.sort-control-data {
    border: none;
    width: 100%;
    padding-left: 0;
  }
}
.sort-control dl.sort-control-content dd.sort-control-data ul.sort-control-checkboxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
}
.sort-control dl.sort-control-content dd.sort-control-data ul.sort-control-checkboxs li {
  margin-bottom: 5px;
  white-space: nowrap;
  line-height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sort-control dl.sort-control-content dd.sort-control-data ul.sort-control-checkboxs li:hover {
  cursor: pointer;
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .sort-control dl.sort-control-content dd.sort-control-data ul.sort-control-checkboxs li {
    font-size: 0.94rem;
    margin-bottom: 20px;
    width: 50%;
  }
}
.sort-control dl.sort-control-content dd.sort-control-data input[type=checkbox] {
  padding: 12px;
  display: inline-block;
  border: 2px #333 solid;
  vertical-align: middle;
  margin-right: 8px;
}
.sort-control dl.sort-control-content dd.sort-control-data input[type=checkbox]:checked + label {
  position: relative;
}
.sort-control dl.sort-control-content dd.sort-control-data input[type=checkbox]:checked + label:before {
  content: "";
  width: 14px;
  height: 8px;
  border-left: 3px solid #333;
  border-bottom: 3px solid #333;
  position: absolute;
  left: -29px;
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.sort-control dl.sort-control-content dd.sort-control-data input[type=checkbox].check-all {
  border-color: #418FDE;
}
.sort-control dl.sort-control-content dd.sort-control-data input[type=checkbox].check-all:checked + label:before {
  border-color: #418FDE;
}
.sort-control dl.sort-control-content dd.sort-control-data label {
  margin-right: 30px;
  vertical-align: middle;
}
.sort-control dl.sort-control-content dd.sort-control-data label.check-all {
  color: #418FDE;
}
.sort-control dl.sort-control-content dd.sort-control-data .sort-control-select {
  position: relative;
  width: 100%;
}
.sort-control dl.sort-control-content dd.sort-control-data .sort-control-select .year-selectbtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  position: relative;
  width: 296px;
  color: #333;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .sort-control dl.sort-control-content dd.sort-control-data .sort-control-select .year-selectbtn {
    width: 100%;
  }
}
.sort-control dl.sort-control-content dd.sort-control-data .sort-control-select > .year-selectbtn {
  border: 2px solid #418FDE;
  color: #418FDE;
  width: 300px;
}
@media only screen and (max-width: 768px) {
  .sort-control dl.sort-control-content dd.sort-control-data .sort-control-select > .year-selectbtn {
    width: 100%;
  }
}
.sort-control dl.sort-control-content dd.sort-control-data .sort-control-select > .year-selectbtn::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  left: 265px;
  width: 10px;
  height: 10px;
  border-top: 9px solid #418FDE;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
@media only screen and (max-width: 768px) {
  .sort-control dl.sort-control-content dd.sort-control-data .sort-control-select > .year-selectbtn::after {
    left: auto;
    right: 20px;
  }
}
.sort-control dl.sort-control-content dd.sort-control-data .sort-control-select > .year-selectbtn.year-selected {
  border-color: #000;
  color: #000;
}
.sort-control dl.sort-control-content dd.sort-control-data .sort-control-select > .year-selectbtn.year-selected::after {
  border-top-color: #000;
}
.sort-control dl.sort-control-content dd.sort-control-data .sort-control-select ul.year-selectbtn-list {
  background: #fff;
  border: 2px solid #418FDE;
  text-align: center;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 !important;
  z-index: 80;
}
@media only screen and (max-width: 768px) {
  .sort-control dl.sort-control-content dd.sort-control-data .sort-control-select ul.year-selectbtn-list {
    width: 100%;
  }
}
.sort-control dl.sort-control-content dd.sort-control-data .sort-control-select ul.year-selectbtn-list li {
  margin: 0;
}
.sort-control dl.sort-control-content dd.sort-control-data .sort-control-select ul.year-selectbtn-list li .year-selectbtn {
  height: 36px;
}
.sort-control dl.sort-control-content dd.sort-control-data .sort-control-select ul.year-selectbtn-list li .year-selectbtn:hover {
  background-color: #F2F2F2;
}
.sort-control dl.sort-control-content dd.sort-control-data .sort-control-select ul.year-selectbtn-list li:first-child .year-selectbtn {
  color: #418FDE;
}
.sort-control dl.sort-control-content dd.sort-control-data .sort-control-select ul.year-selectbtn-list li:first-child .year-selectbtn::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  left: 265px;
  width: 10px;
  height: 10px;
  border-top: 9px solid #418FDE;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
@media only screen and (max-width: 768px) {
  .sort-control dl.sort-control-content dd.sort-control-data .sort-control-select ul.year-selectbtn-list li:first-child .year-selectbtn::after {
    left: auto;
    right: 20px;
  }
}
.sort-control input:disabled {
  opacity: 0.23;
  pointer-events: none;
}
.sort-control input:disabled + label {
  opacity: 0.23;
  pointer-events: none;
}

.tab-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .tab-buttons {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 20px 20px 0 20px !important;
  }
}
.tab-buttons li {
  margin-right: 8px;
}
.tab-buttons li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .tab-buttons li {
    margin: 0;
    height: 50px;
    width: calc(25% - 4px);
  }
}
.tab-buttons li a {
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 10px;
  width: 170px;
  background-color: #e9e9e9;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .tab-buttons li a {
    font-size: 14px;
    height: 50px;
    line-height: 1.3;
    width: 100%;
  }
}
.tab-buttons li a:hover {
  background-color: #d5d5d5;
}
.tab-buttons li a.active {
  background-color: #418FDE;
  color: #fff;
  pointer-events: none;
}
.tab-buttons li a.active:hover {
  background-color: #418FDE;
  color: #fff;
}

.tab-panels {
  position: relative;
}
.tab-panels .tab-panel {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  overflow: visible;
}
.tab-panels .tab-panel:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab-panels .tab-panel.active {
  opacity: 1;
}

.-center {
  text-align: center;
}

.-bodergrey {
  border: 1px solid #ccc;
  padding: 20px 30px;
  margin: 30px 0 0 0;
}

@media only screen and (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}
figcaption {
  font-size: 0.8rem;
  color: #999;
  text-align: left;
  margin-top: 5px;
  line-height: 1.3rem;
}

@media only screen and (max-width: 960px) {
  img.nostretch {
    height: auto !important;
  }
}
.fig-wrap figure img {
  width: 100% !important;
}

.footnav-link a {
  font-size: inherit;
}
.footnav-link a.text-link.-external::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  padding-left: 6px;
  display: inline-block;
  text-decoration: none;
}

ol.list-num {
  margin: 1em;
}

ol.circle {
  list-style-type: none;
  text-indent: -1em;
  margin: 1em;
}

.ml1em {
  margin-left: 1em;
}

.caption,
.asterisk {
  font-size: 0.8rem;
}

.asterisk {
  text-indent: -1rem;
  margin-left: 1rem;
  display: block;
  line-height: 1.3rem;
}
.asterisk::before {
  content: "※";
  margin-right: 0.2rem;
}

@media only screen and (max-width: 768px) {
  .btn-link.-more {
    font-size: 0.9rem !important;
    background-position-y: 0.2rem !important;
  }
}

.sssttl {
  font-weight: bold !important;
  font-size: 0.9rem;
}
.sssttl:not(:first-child) {
  margin: 25px 0 10px 0;
}
.sssttl::first-child {
  margin: 0 0 10px 0;
}

u {
  text-decoration: underline;
}

.clm.-bdr > .list-dot:first-child {
  margin-top: 0;
}
.clm.-bdr > .list-dot:last-child {
  margin-bottom: 0;
}

.btn-link.-back {
  font-size: 1.25rem;
  line-height: 1;
  color: #333;
  padding: 0 0 12px 40px;
  border-bottom: 2px solid #418FDE;
  background: url(/ja/kose/img/common/arrow_left_bdr.png) 6px 0.5rem no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-link.-back:hover {
  color: #418FDE;
  background-position: 0px 0.5rem;
}

.btn {
  border-radius: 5px;
  display: inline-block;
  position: relative;
  text-align: center;
  pointer-events: auto;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  margin-bottom: 10px;
  border: 2px solid #418FDE;
  color: #418FDE;
  padding: 0 55px 0 15px;
}
.btn::after {
  content: "";
  background: transparent url(/ja/kose/img/common/arrow_right_bdr.png) no-repeat 0 0;
  background-size: contain;
  width: 16px;
  height: 7px;
  display: inline-block;
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
}
.btn.-primary {
  background-color: #418FDE;
  color: #fff;
}
.btn.-primary::after {
  background: transparent url(/ja/kose/img/common/arrow_right_bdr_white.png) no-repeat 0 0;
  background-size: contain;
}
.btn.-large {
  padding: 15px;
  width: 275px;
}
.btn.-center {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.btn.-back::after {
  background: transparent url(/ja/kose/img/common/arrow_left_bdr.png) no-repeat 0 0;
  background-size: contain;
  left: 20px;
  right: auto;
}
.btn.-back.-primary {
  background: transparent url(/ja/kose/img/common/arrow_left_bdr_white.png) no-repeat 0 0;
  background-size: contain;
}
.btn:hover {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  opacity: 0.5;
}

.f-sm-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .f-sm-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.f-sm-reverse .btn + .btn {
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  .f-sm-reverse .btn + .btn {
    margin: 0 0 10px 0;
  }
}

@media only screen and (max-width: 768px) {
  .lead-ttl.-small {
    font-size: 1.2rem !important;
    line-height: 2rem;
  }
}

@media only screen and (max-width: 768px) {
  .key-visual-wrap {
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  .imglink-col3 ul {
    padding-bottom: 50px;
    border-bottom: 1px solid #d5d5d5;
  }
}
.imglink-col3 .fig-wrap {
  margin-bottom: 10px;
}
.imglink-col3 .fig-wrap figure {
  border: 1px solid #d5d5d5;
}
@media only screen and (max-width: 768px) {
  .imglink-col3 .fig-wrap figure ._sm_mt80 {
    margin-top: 80px;
  }
}
.imglink-col3 p {
  text-align: center !important;
}

.section-cat-top {
  margin: 0 auto;
  width: auto;
  max-width: 1200px;
}
@media only screen and (max-width: 1240px) {
  .section-cat-top {
    padding: 0 20px;
    width: 100%;
  }
}
.section-cat-top h2 {
  font-size: 2rem;
  border: none !important;
  margin-bottom: 0 !important;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .section-cat-top h2 {
    font-size: 1.5rem !important;
  }
}
.section-cat-top .news-list-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.section-cat-top .news-list-header .btn-link {
  float: right;
  margin-bottom: 25px;
}

.swiper-header {
  margin-bottom: 70px;
  position: relative;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .swiper-header {
    display: none;
  }
}
.swiper-header .swiper-button-prev,
.swiper-header .swiper-button-next {
  top: 25px;
  width: 50px;
  height: 50px;
  background-color: #418FDE;
  background-image: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
.swiper-header .swiper-button-prev::after,
.swiper-header .swiper-button-next::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0 5px 0 0;
}
.swiper-header .swiper-button-next {
  right: 20px;
}
.swiper-header .swiper-button-prev {
  right: 95px;
  left: auto;
}
.swiper-header .swiper-button-prev::after {
  border-right: none;
  border-top: none;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin: 0 0 0 5px;
}
.swiper-header .swiper-pagination {
  bottom: 5px;
  right: 20px;
  left: auto;
  width: 50%;
  height: 3px;
  position: absolute;
  background-color: #d5d5d5;
}
.swiper-header .swiper-pagination .swiper-scrollbar-drag {
  background-color: #418FDE;
}

.swiper-wrap {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.swiper {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .swiper .swiper-wrapper {
    width: 150px;
  }
}
.swiper .swiper-wrapper .swiper-slide a {
  color: inherit;
}
.swiper .swiper-wrapper .swiper-slide a figure {
  width: 100%;
}
.swiper .swiper-wrapper .swiper-slide a figure img {
  width: 100%;
}
.swiper .swiper-wrapper .swiper-slide a p {
  text-align: center;
  margin-top: 10px;
}

.content main .text-link::after {
  color: #418FDE;
}
.content main .news-list li .news-txt a {
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  .content main .news-list li .news-txt a {
    font-size: 0.87rem;
  }
}

.idea_wrap {
  overflow: hidden;
  margin-bottom: 60px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 960px) {
  .idea_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.idea_clm {
  padding: 10px 0;
  border-top: 1px solid #ddd;
}
.idea_clm h3 {
  font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "HGS明朝E", "MSP明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 1.714em;
  font-weight: bold;
  display: inline-block;
  width: 90px;
}
.idea_clm h3 span {
  font-size: 0.583em;
  font-weight: normal;
  display: block;
  margin-bottom: 0;
  color: #aaa;
}
.idea_clm h3.idea_b {
  color: #3d8aa5;
}
.idea_clm h3.idea_c {
  color: #8356b9;
}
.idea_clm p {
  display: inline-block;
  margin-bottom: 0;
}

.idea_clm_wrap {
  float: left;
  width: 60%;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .idea_clm_wrap {
    width: 100%;
  }
}

.idea_fusion {
  float: right;
  width: 35%;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .idea_fusion {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media only screen and (max-width: 960px) {
  .idea_fusion img {
    width: 100%;
    height: auto;
  }
}

h3.idea_a {
  color: #7f8d23;
}

@media only screen and (max-width: 768px) {
  .section-researchbase-list {
    height: auto;
  }
}
.section-researchbase-list .bases-map-wrap .flex-txt {
  width: 140px !important;
}
@media only screen and (max-width: 768px) {
  .section-researchbase-list .bases-map-wrap .flex-txt {
    width: 100% !important;
  }
}
.section-researchbase-list .bases-map-wrap .flex-txt img {
  width: 100%;
}
.section-researchbase-list .bases-map-wrap .flex-contents {
  width: calc(100% - 140px - 30px);
}
@media only screen and (max-width: 768px) {
  .section-researchbase-list .bases-map-wrap .flex-contents {
    width: 100%;
  }
}

.mttl .ssttl {
  margin-left: 20px;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 14px;
}
@media only screen and (max-width: 768px) {
  .mttl .ssttl {
    margin: 0;
    display: block;
  }
}

.secretstory-li {
  background: transparent url(/ja/kose/research/secretstory/img/bg_liposome.png) no-repeat center right;
  background-size: contain;
}
@media only screen and (max-width: 480px) {
  .secretstory-li {
    background-position: 0;
    background-size: auto 100%;
  }
}

.secretstory-ko {
  background: transparent url(/ja/kose/research/secretstory/img/bg_kojicacid.png) no-repeat center right;
  background-size: contain;
}
@media only screen and (max-width: 960px) {
  .secretstory-ko {
    background-size: auto 100%;
  }
}
@media only screen and (max-width: 480px) {
  .secretstory-ko {
    background-position: 50px 0;
    background-size: auto 100%;
  }
}

.secretstory-ma {
  background: transparent url(/ja/kose/research/secretstory/img/bg_make.jpg) no-repeat center right;
  background-size: contain;
}
@media only screen and (max-width: 960px) {
  .secretstory-ma {
    background-size: auto 100%;
  }
}
@media only screen and (max-width: 480px) {
  .secretstory-ma {
    background: transparent url(/ja/kose/research/secretstory/img/bg_make_sp.jpg) no-repeat center right;
    background-size: contain;
  }
}

.secretstory-siwa {
  background: transparent url(/ja/kose/research/secretstory/img/bg_siwa.png) no-repeat center right;
  background-size: 62%;
}
@media only screen and (max-width: 960px) {
  .secretstory-siwa {
    background-size: auto 100%;
  }
}
@media only screen and (max-width: 480px) {
  .secretstory-siwa {
    background-position: 50px 0;
    background-size: auto 100%;
  }
}

.secretstory-safe {
  background: transparent url(/ja/kose/research/secretstory/img/bg_safe.png) no-repeat top right;
  background-size: 59%;
}
@media only screen and (max-width: 960px) {
  .secretstory-safe {
    background-size: auto 100%;
  }
}
@media only screen and (max-width: 480px) {
  .secretstory-safe {
    background-position: 50px 0;
    background-size: auto 100%;
  }
}

.col-6 {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .col-6 {
    width: 100%;
  }
}

.clm.-bgblue {
  background-color: #f3faff;
}
.clm.-bgblue .sttl {
  color: #3d8aa5;
}

.clm.-bdr {
  border: solid 1px #a2acb2;
}

.flex-wrap-20 .flex-img-wrap {
  width: 20% !important;
}
@media only screen and (max-width: 768px) {
  .flex-wrap-20 .flex-img-wrap {
    width: 100% !important;
  }
}
.flex-wrap-20 .flex-txt {
  width: 75% !important;
  max-width: 705px !important;
}
@media only screen and (max-width: 768px) {
  .flex-wrap-20 .flex-txt {
    width: 100% !important;
  }
}