@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* a text */
a, a:visited {
  text-decoration: none;
}

@media (max-width: 600px) {
  .sp-none {
    display: none !important;
  }
}

@media (max-width: 940px) {
  .tab-none {
    display: none !important;
  }
}

.graybox {
  background-color: #F8F8F8;
}

.popup_new {
  display: inline-block;
  width: 50px;
  margin-left: 10px;
  padding-bottom: 3px;
  background-color: #0095D9;
  color: white;
  border-radius: 5px;
  text-align: center;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
@media (max-width: 940px) {
  .slick-dotted.slick-slider {
    margin-bottom: 120px;
  }
}

.slick-dots {
  max-width: 1050px;
  list-style: none;
  display: block;
  padding: 0;
  margin: -40px auto;
  width: 100%;
  text-align: left;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #545454;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #0095D9;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  height: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.sliderwrapper {
  width: 100%;
  max-height: 500px;
  position: relative;
}
@media (max-width: 600px) {
  .sliderwrapper {
    max-height: 360px;
  }
}
.sliderwrapper__list {
  height: 350px;
  margin: 0;
  padding: 0;
}
@media (max-width: 600px) {
  .sliderwrapper__list {
    max-height: 180px;
  }
}
.sliderwrapper__list li {
  height: 100%;
}
.sliderwrapper__list li img {
  width: 100%;
  height: auto;
  -o-object-fit: fill;
     object-fit: fill;
}
.sliderwrapper__sentensewrapper {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sliderwrapper__sentensewrapper__sentense {
  width: 70%;
  height: 158px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  text-align: center;
}
@media (max-width: 940px) {
  .sliderwrapper__sentensewrapper__sentense {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .sliderwrapper__sentensewrapper__sentense {
    height: 100px;
  }
}
.sliderwrapper__sentensewrapper__sentense h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 52px;
  color: #ffffff;
  margin: 0;
  padding: 4% 0px 2% 0;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
@media (max-width: 940px) {
  .sliderwrapper__sentensewrapper__sentense h2 {
    padding: 4% 0px 2% 0;
  }
}
@media (max-width: 600px) {
  .sliderwrapper__sentensewrapper__sentense h2 {
    font-size: 22px;
    padding: 3% 0px 0 0;
  }
}
.sliderwrapper__sentensewrapper__sentense p {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #ffffff;
  margin: 0;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
@media (max-width: 600px) {
  .sliderwrapper__sentensewrapper__sentense p {
    font-size: 13px;
    line-height: 10px;
  }
}
.sliderwrapper__tab {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 940px) {
  .sliderwrapper__tab {
    bottom: -8%;
    transform: translateY(100%);
  }
}
.sliderwrapper__tab__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
@media (max-width: 940px) {
  .sliderwrapper__tab__wrapper {
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 5%;
    align-items: stretch;
  }
}
@media (max-width: 940px) {
  .sliderwrapper__tab__wrapper a {
    display: flex;
    flex: 1;
  }
}
.sliderwrapper__tab__wrapper__contents {
  padding: 20px;
  min-width: 333px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 5px 5px 0 0;
}
@media (max-width: 940px) {
  .sliderwrapper__tab__wrapper__contents {
    min-width: 100%;
    border-radius: 5px;
    border: 2px solid #0095D9;
  }
}
@media (max-width: 600px) {
  .sliderwrapper__tab__wrapper__contents {
    min-width: 100%;
    border-radius: 5px;
    border: 2px solid #0095D9;
  }
}
.sliderwrapper__tab__wrapper__contents p {
  color: #0095D9;
  margin-right: 10px;
}
@media (max-width: 940px) {
  .sliderwrapper__tab__wrapper__contents p {
    font-weight: bold;
  }
}
@media (max-width: 600px) {
  .sliderwrapper__tab__wrapper__contents p {
    font-weight: bold;
  }
}
.sliderwrapper__tab__wrapper__contents .material-icons-outlined {
  color: #0095D9;
}
.sliderwrapper__tab__wrapper .left {
  margin-left: 3%;
}

.slick-dots {
  position: initial !important;
}
@media (max-width: 940px) {
  .slick-dots {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .slick-dots {
    display: none !important;
  }
}

body {
  font-family: "Zen Kaku Gothic New";
}

.body {
  max-width: 480px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 481px) {
  .body {
    max-width: 500px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }
}
@media screen and (min-width: 960px) {
  .body {
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }
}

a {
  text-decoration: none;
}

.container {
  height: auto;
  overflow: hidden;
}

.bg__white_container {
  height: auto;
  overflow: hidden;
  background-color: #ffffff;
}

.gb__gray_container {
  height: auto;
  overflow: hidden;
  background-color: #F8F8F8;
}

.img_top {
  position: relative;
}
.img_top img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 500px;
  width: 100%;
}
@media (max-width: 600px) {
  .img_top img {
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
    width: 100%;
  }
}

.news_flex {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 100px;
  margin: auto;
}
@media (max-width: 600px) {
  .news_flex {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    width: 90%;
    padding-bottom: 0px;
    margin: auto;
  }
}

.img_news img {
  margin-right: 30px;
  border-radius: 6px;
  width: 100%;
  height: 219px;
  -o-object-fit: fill;
     object-fit: fill;
}

.pickup h1 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #0095D9;
}
.pickup h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #0095D9;
}
.pickup h3 {
  margin-left: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #212121;
}

.pickup_flex {
  padding: 40px 20px;
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 479px) {
  .pickup_flex {
    padding-bottom: 15px;
    margin: 0 20% 0 10%;
    width: 60%;
    padding-top: 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.pickup_back {
  padding: 0 20px 40px;
  max-width: 1060px;
  margin: 0 auto;
  height: -moz-max-content;
  height: max-content;
  padding-bottom: 40px;
  background: #fff;
}

.picup_flex_sub {
  margin: 8px 10px 15px 15px;
  display: flex;
  flex-direction: column;
}

.information__back {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 20px 40px;
}

.information__back2 {
  height: -moz-max-content;
  height: max-content;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 20px 40px;
}

.seminar__back {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 20px 40px;
  height: -moz-max-content;
  height: max-content;
}

.white_box {
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  padding: 50px 20px 45px;
  background: #fff;
}

.gray_box {
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  padding-bottom: 40px;
  background: #EDEDED;
}

.info_news {
  border-bottom: 1px solid #EDEDED;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  margin: auto;
  padding: 20px;
}

.info_date {
  padding-right: 10px;
}
.info_date p {
  color: #878787;
  font-family: Zen Kaku Gothic New;
  font-size: 15px;
}

.info_cate {
  font-weight: 700;
  font-size: 11px;
  line-height: 16px;
  width: 86px;
  height: 25px;
  border: 2px solid #0095D9;
  border-radius: 5px;
  color: #0095D9;
}
.info_cate p {
  padding: 3px;
  font-size: smaller;
  text-align: center;
}

.info_topic {
  padding: 0px 10px;
}
.info_topic p {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  font-family: Zen Kaku Gothic New;
  color: #0095D9;
  vertical-align: baseline;
}
.info_topic span {
  color: #0095D9;
  position: relative;
  margin: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.info_topic2 {
  padding-right: 10px;
}
.info_topic2 p {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  font-family: Zen Kaku Gothic New;
  color: #0095D9;
  vertical-align: baseline;
}
.info_topic2 span {
  color: #CC0000;
  position: relative;
  margin: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.info_btn_flex {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
}

.seminar_btn_flex {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
}

.contents_box {
  margin: 8px 10px 15px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFFFFF;
  border-radius: 6px;
}
.contents_box p {
  width: 90%;
  margin-right: 100px;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  color: #0095D9;
}

.seminar_box {
  width: 85%;
  margin: 8px 10px 15px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFFFFF;
  border-radius: 6px;
}
.seminar_box p {
  width: 90%;
  margin: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  color: #0095D9;
}

.contents_flex {
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 479px) {
  .contents_flex {
    width: 70%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.contents_flex2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 80px;
  width: 70%;
  margin: auto;
}

.seminar_grid1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 80px;
  width: 70%;
  margin: auto;
}

.contents_pic1 img {
  border-radius: 6px 6px 0px 0px;
  width: 100%;
  height: 100%;
}

.seminar_pic1 img {
  border-radius: 6px 6px 0px 0px;
  width: 100%;
  height: 161.33px;
}

.relation_flex {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 20px;
}

.kochira p {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  color: #545454;
  text-align: center;
}

.picup__font {
  width: 90%;
}
.picup__font p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #545454;
}

.picup__font_date p {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  color: #878787;
}

.banner_1 {
  padding-top: 40px;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  margin: auto;
}
.banner_1 p {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  text-align: center;
  color: #545454;
}
.banner_1 img {
  width: 240px;
}

.banner_2 {
  padding: 20px;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  margin: auto;
}
.banner_2 p {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  text-align: center;
  color: #545454;
}
.banner_2 img {
  padding: 15px;
  width: 240px;
}

.banner_3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 20px;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  margin: auto;
}
.banner_3 p {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  text-align: center;
  color: #545454;
}
.banner_3 img {
  padding: 15px;
  width: 240px;
}

.banner_flex {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.banner_border {
  width: 70%;
  padding: 20px;
  border-bottom: 1px dashed #CBCBCB;
  margin: auto;
}

.seminarpage_1 {
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  background: #E4F2F9;
}

.seminar_underbox {
  height: 125px;
}

.seminar_date {
  width: -moz-max-content;
  width: max-content;
  list-style: none;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 16px;
  color: #545454;
}

.seminar_time {
  width: -moz-max-content;
  width: max-content;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  color: #878787;
}

.seminar_grid {
  padding: 20px;
  border-bottom: 1px solid #EDEDED;
  display: flex;
  flex-wrap: nowrap;
}

.ac {
  width: 35%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: fixed;
  right: -100%;
  top: 0;
  background: #006492;
  color: #eee;
  font-weight: bold;
  transition: 0.3s;
  z-index: 4;
  overflow-y: scroll;
}
@media (max-width: 940px) {
  .ac {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .ac {
    width: 80%;
  }
}
.ac .ac-wrapper {
  width: 80%;
  margin: 15% auto;
  list-style: none;
}
.ac .ac-home {
  cursor: pointer;
  padding: 3% 4%;
  border-bottom: 1px solid #085375;
}
.ac .ac-home .menu {
  padding: 0;
  list-style: none;
}
.ac .ac-home .menu a {
  color: #eee;
}
.ac .ac-parent {
  position: relative;
  border-bottom: 1px solid #085375;
  padding: 6% 4%;
}
.ac .ac-parent a {
  color: #eee;
}
.ac .ac-parent:after {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  right: 35px;
  width: 8px;
  height: 8px;
  border-top: solid 3px #eee;
  border-right: solid 3px #eee;
  transform: translateY(-50%);
  transform: rotate(135deg);
  transition: all 0.3s;
}
.ac .ac-parent:before {
  width: 75px;
  position: absolute;
  top: 0px;
  right: 0;
  content: "";
  display: inline-block;
  background: #07577c;
  transition: all 0.3s;
  height: 100%;
  border-bottom: 1px solid #085375;
}
.ac {
  /* 下層アイコン変化（openクラスを付与） */
}
.ac .ac-parent.open:after {
  top: 50%;
  transform: rotate(-45deg);
}
.ac .ac-child {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ac .ac-child .menu {
  padding: 0;
  list-style: none;
}
.ac .ac-child .menu .menu-item {
  border-bottom: 1px solid #085375;
  background: #035D87;
  cursor: pointer;
  padding: 1em;
}
.ac .ac-child .menu .menu-item a {
  color: #eee;
}
.ac .ac-child .ac-child__item {
  position: relative;
  padding: 1em;
  border-bottom: 1px solid #085375;
  background: #035D87;
  cursor: pointer;
}

.overray {
  width: 100%;
  height: 100%;
  background: #535353;
  opacity: 0.5;
  transition: 0.3s;
  position: fixed;
  top: 0;
  z-index: 3;
}

.open {
  right: 0;
}

@media (max-width: 600px) {
  .sp-none {
    display: none !important;
  }
}

@media (max-width: 940px) {
  .tab-none {
    display: none !important;
  }
}

.graybox {
  background-color: #F8F8F8;
}

.popup_new {
  display: inline-block;
  width: 50px;
  margin-left: 10px;
  padding-bottom: 3px;
  background-color: #0095D9;
  color: white;
  border-radius: 5px;
  text-align: center;
}

.container {
  width: 100%;
}
.container section {
  box-sizing: border-box;
  max-width: 1100px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.container section .pickup__title {
  padding: 30px 0;
  color: #0095D9;
  font-size: 30px;
  font-weight: bold;
  font-family: "Roboto";
}
.container section .pickup__title::after {
  content: "";
  margin-left: 2%;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  color: #212121;
}
.container section .pickup__title::after {
  content: "ピックアップ";
}
.container section .pickup__row {
  margin: 5% auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 940px) {
  .container section .pickup__row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.container section .pickup__row__contents {
  border-radius: 5px;
}
.container section .pickup__row__contents__wrapper .recomend {
  position: relative;
}
.container section .pickup__row__contents__wrapper .recomend::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 60px 0 0;
  border-color: #F47602 transparent transparent transparent;
}
.container section .pickup__row__contents__wrapper .recomend::after {
  font-family: "Material Icons";
  content: "\e838";
  position: absolute;
  top: 8px;
  left: 10px;
  color: #fff;
}
.container section .pickup__row__contents__wrapper__img img {
  width: 100%;
  height: 230px;
  border-radius: 5px;
}
@media (max-width: 940px) {
  .container section .pickup__row__contents__wrapper__img img {
    height: auto;
  }
}
.container section .pickup__row__contents__wrapper__title {
  color: #545454;
}
.container section .pickup__row__contents__wrapper__date {
  color: #545454;
}
.container section .seminar__title {
  padding: 30px 0;
  color: #0095D9;
  font-size: 30px;
  font-weight: bold;
  font-family: "Roboto";
}
.container section .seminar__title::after {
  content: "";
  margin-left: 2%;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  color: #212121;
}
.container section .seminar__title::after {
  content: "研修・セミナー情報";
}
.container section .seminar__row {
  width: 100%;
  margin: 0 auto;
}
.container section .seminar__row .hidden-list {
  display: none;
}
.container section .seminar__row .visible-list {
  display: block;
}
.container section .seminar__row__contents {
  padding: 0 20px 20px;
  margin-bottom: 2%;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #ededed;
  align-items: center;
}
@media (max-width: 940px) {
  .container section .seminar__row__contents {
    flex-wrap: wrap;
  }
}
.container section .seminar__row__contents__date {
  width: 100px;
  color: #545454;
}
@media (max-width: 940px) {
  .container section .seminar__row__contents__date {
    width: 150px;
  }
}
@media (max-width: 600px) {
  .container section .seminar__row__contents__date {
    width: 150px;
  }
}
.container section .seminar__row__contents__sentense {
  width: 70%;
}
@media (max-width: 940px) {
  .container section .seminar__row__contents__sentense {
    width: 100%;
  }
}
.container section .seminar__row__contents__sentense p {
  margin: 0;
  color: #0095D9;
}
.container section .seminar__row__contents__label {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin: 0 2%;
  padding: 0px 3%;
  border: 2px solid #0095D9;
  border-radius: 2px;
  text-align: center;
  color: #0095D9;
}
.container section .seminar__buttonrow {
  cursor: pointer;
  width: 50%;
  margin: 0 auto;
  padding: 3% 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.container section .seminar__buttonrow button {
  width: 160px;
  height: 50px;
  padding: 10px 20px 14px 20px;
  border-radius: 6px;
  cursor: pointer;
}
@media (max-width: 940px) {
  .container section .seminar__buttonrow button {
    width: 160px;
  }
}
@media (max-width: 600px) {
  .container section .seminar__buttonrow button {
    width: 140px;
    font-size: small;
  }
}
.container section .seminar__buttonrow button {
  width: 180px;
}
@media (max-width: 940px) {
  .container section .seminar__buttonrow button {
    width: 180px;
  }
}
.container section .seminar__buttonrow button {
  margin-right: 2%;
  background-color: #0095D9;
  color: #ffffff;
  border: none;
  font-weight: bold;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-evenly;
}
.container section .seminar__buttonrow button::after {
  font-family: "Material Icons";
  content: "\e5cc";
  font-size: 20px;
}
.container section .news {
  width: 100%;
}
.container section .news__title {
  padding: 30px 0;
  color: #0095D9;
  font-size: 30px;
  font-weight: bold;
  font-family: "Roboto";
}
.container section .news__title::after {
  content: "";
  margin-left: 2%;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  color: #212121;
}
.container section .news__title {
  padding: 4% 0 0 0;
}
.container section .news__title::after {
  content: "新着情報";
}
.container section .news__title h2 {
  margin: 1% 0;
}
.container section .news__row {
  width: 100%;
  margin: 0 auto;
}
.container section .news__row__contents {
  padding: 1.5%;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #ededed;
  align-items: center;
}
@media (max-width: 940px) {
  .container section .news__row__contents {
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .container section .news__row__contents {
    padding: 3%;
    flex-wrap: wrap;
  }
}
.container section .news__row__contents__date {
  width: 70px;
  color: #545454;
}
@media (max-width: 940px) {
  .container section .news__row__contents__date {
    width: 70px;
  }
}
@media (max-width: 600px) {
  .container section .news__row__contents__date {
    width: 80px;
  }
}
.container section .news__row__contents__category {
  width: 120px;
  margin: 0 3%;
  border: 2px solid #0095D9;
  border-radius: 5px;
  text-align: center;
}
@media (max-width: 940px) {
  .container section .news__row__contents__category {
    margin: 0 15px;
  }
}
.container section .news__row__contents__category p {
  margin: 0;
  color: #0095D9;
  font-weight: bold;
  font-size: 11px;
}
.container section .news__row__contents__sentense {
  width: 70%;
  color: #0095D9;
  word-break: break-all;
}
@media (max-width: 940px) {
  .container section .news__row__contents__sentense {
    width: 100%;
    margin-top: 10px;
  }
}
.container section .news__row__contents__sentense p {
  margin: 0;
  color: #0095D9;
}
.container section .news__row__contents__label {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin: 0 2%;
  padding: 0px 3%;
  border: 2px solid #0095D9;
  border-radius: 2px;
  text-align: center;
  color: #0095D9;
}
.container section .news__buttonrow {
  width: 30%;
  margin: 0 auto;
  padding: 5% 0;
  cursor: pointer;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: center;
}
@media (max-width: 600px) {
  .container section .news__buttonrow {
    width: 70%;
    margin: 0 auto;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }
}
.container section .news__buttonrow button {
  width: 160px;
  height: 50px;
  padding: 10px 20px 14px 20px;
  border-radius: 6px;
  cursor: pointer;
}
@media (max-width: 940px) {
  .container section .news__buttonrow button {
    width: 160px;
  }
}
@media (max-width: 600px) {
  .container section .news__buttonrow button {
    width: 140px;
    font-size: small;
  }
}
.container section .news__buttonrow button {
  background-color: #0095D9;
  color: #ffffff;
  border: none;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}
.container section .news__buttonrow button::after {
  font-family: "Material Icons";
  content: "\e5cc";
  font-size: 20px;
}
.container section .textile__title {
  padding: 30px 0;
  color: #0095D9;
  font-size: 30px;
  font-weight: bold;
  font-family: "Roboto";
}
.container section .textile__title::after {
  content: "";
  margin-left: 2%;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  color: #212121;
}
.container section .textile__title::after {
  content: "繊維工業試験場";
}
.container section .textile__row {
  width: 100%;
  margin: 0 auto;
}
.container section .textile__row .hidden-list {
  display: none;
}
.container section .textile__row .visible-list {
  display: block;
}
.container section .textile__row__contents {
  padding: 1.5%;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #ededed;
  align-items: center;
}
@media (max-width: 940px) {
  .container section .textile__row__contents {
    flex-wrap: wrap;
  }
}
.container section .textile__row__contents__date {
  width: 100px;
  color: #545454;
}
@media (max-width: 940px) {
  .container section .textile__row__contents__date {
    width: 150px;
  }
}
@media (max-width: 600px) {
  .container section .textile__row__contents__date {
    width: 150px;
  }
}
.container section .textile__row__contents__sentense {
  width: 100%;
  word-break: break-all;
}
@media (max-width: 940px) {
  .container section .textile__row__contents__sentense {
    width: 100%;
  }
}
.container section .textile__row__contents__sentense p {
  margin: 0;
  color: #0095D9;
}
.container section .textile__row__contents__label {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin: 0 2%;
  padding: 0px 3%;
  border: 2px solid #0095D9;
  border-radius: 2px;
  text-align: center;
  color: #0095D9;
}
.container section .textile__buttonrow {
  width: 50%;
  margin: 0 auto;
  padding: 3% 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.container section .textile__buttonrow button {
  width: 160px;
  height: 50px;
  padding: 10px 20px 14px 20px;
  border-radius: 6px;
  cursor: pointer;
}
@media (max-width: 940px) {
  .container section .textile__buttonrow button {
    width: 160px;
  }
}
@media (max-width: 600px) {
  .container section .textile__buttonrow button {
    width: 140px;
    font-size: small;
  }
}
.container section .textile__buttonrow button {
  width: 180px;
}
@media (max-width: 940px) {
  .container section .textile__buttonrow button {
    width: 180px;
  }
}
.container section .textile__buttonrow button {
  background-color: #0095D9;
  color: #ffffff;
  border: none;
  font-weight: bold;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-evenly;
}
.container section .textile__buttonrow button::after {
  font-family: "Material Icons";
  content: "\e5cc";
  font-size: 20px;
}
.container section .links__row {
  padding: 75px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 940px) {
  .container section .links__row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 2em;
  }
}
.container section .links__row__wrapper {
  border: 2px solid #0095D9;
  text-align: center;
  border-radius: 5px;
}
@media (max-width: 940px) {
  .container section .links__row__wrapper {
    width: 90%;
    margin: 0 auto;
  }
}
.container section .links__row__wrapper p {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  color: #0095D9;
  font-weight: bold;
  padding: 10px 0;
}
.container section .links__row__wrapper .net::after {
  font-family: "Material Icons";
  font-weight: normal;
  content: "\e5cc";
  font-size: 20px;
  padding: 0px 0px 0 10px;
}
.container section .links__row__wrapper .ring::after {
  font-family: "Material Icons";
  font-weight: normal;
  content: "\e89e";
  font-size: 20px;
  padding: 0px 0px 0 10px;
}
.container section .links__row__wrapper .search::after {
  font-family: "Material Icons";
  font-weight: normal;
  content: "\e89e";
  font-size: 20px;
  padding: 0px 0px 0 10px;
}

.graycontainer {
  width: 100%;
  background-color: #F8F8F8;
}
.graycontainer section {
  box-sizing: border-box;
  max-width: 1100px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.graycontainer section .information {
  width: 100%;
  background: #f8f8f8;
}
.graycontainer section .information__title {
  padding: 30px 0;
  color: #0095D9;
  font-size: 30px;
  font-weight: bold;
  font-family: "Roboto";
}
.graycontainer section .information__title::after {
  content: "";
  margin-left: 2%;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  color: #212121;
}
.graycontainer section .information__title {
  padding: 50px 0 0 0;
}
.graycontainer section .information__title::after {
  content: "お知らせ";
}
.graycontainer section .information__title h2 {
  margin: 1% 0;
}
.graycontainer section .information__previous {
  padding: 2em;
}
.graycontainer section .information__row {
  width: 100%;
  margin: 40px auto 0;
  height: 330px;
  overflow-y: auto;
}
.graycontainer section .information__row__contents {
  padding: 0 20px 20px;
  margin-bottom: 2%;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #ededed;
  align-items: baseline;
}
@media (max-width: 940px) {
  .graycontainer section .information__row__contents {
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .graycontainer section .information__row__contents {
    padding: 3%;
    flex-wrap: wrap;
  }
}
.graycontainer section .information__row__contents__date {
  width: 70px;
  color: #545454;
}
@media (max-width: 940px) {
  .graycontainer section .information__row__contents__date {
    width: 70px;
  }
}
@media (max-width: 600px) {
  .graycontainer section .information__row__contents__date {
    width: 80px;
  }
}
.graycontainer section .information__row__contents__category {
  width: 120px;
  margin: 0 3%;
  border: 2px solid #0095D9;
  border-radius: 5px;
  padding: 1px 5px;
  text-align: center;
}
@media (max-width: 940px) {
  .graycontainer section .information__row__contents__category {
    margin: 0 20px;
  }
}
.graycontainer section .information__row__contents__category p {
  margin: 0;
  color: #0095D9;
  font-weight: bold;
  font-size: 11px;
}
.graycontainer section .information__row__contents__sentense {
  width: 100%;
  color: #0095D9;
}
@media (max-width: 940px) {
  .graycontainer section .information__row__contents__sentense {
    margin-top: 10px;
  }
}
.graycontainer section .information__row__contents__sentense p {
  margin: 0;
  color: #0095D9;
}
.graycontainer section .information__row__contents__label {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin: 0 2%;
  padding: 0px 3%;
  border: 2px solid #0095D9;
  border-radius: 2px;
  text-align: center;
  color: #0095D9;
}
.graycontainer section .information__buttonrow {
  width: 30%;
  margin: 0 auto;
  padding: 5% 0;
  cursor: pointer;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: center;
}
@media (max-width: 600px) {
  .graycontainer section .information__buttonrow {
    width: 70%;
    margin: 0 auto;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
.graycontainer section .information__buttonrow button {
  width: 160px;
  height: 50px;
  padding: 10px 20px 14px 20px;
  border-radius: 6px;
  cursor: pointer;
}
@media (max-width: 940px) {
  .graycontainer section .information__buttonrow button {
    width: 160px;
  }
}
@media (max-width: 600px) {
  .graycontainer section .information__buttonrow button {
    width: 140px;
    font-size: small;
  }
}
.graycontainer section .information__buttonrow button {
  background-color: #0095D9;
  color: #ffffff;
  border: none;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}
.graycontainer section .information__buttonrow button::after {
  font-family: "Material Icons";
  content: "\e5cc";
  font-size: 20px;
}
.graycontainer section .information__buttonrow button.btn {
  margin: 0;
}
.graycontainer section .contents {
  width: 100%;
  background: #f8f8f8;
}
.graycontainer section .contents__title {
  padding: 30px 0;
  color: #0095D9;
  font-size: 30px;
  font-weight: bold;
  font-family: "Roboto";
}
.graycontainer section .contents__title::after {
  content: "";
  margin-left: 2%;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  color: #212121;
}
.graycontainer section .contents__title::after {
  content: "コンテンツ";
}
.graycontainer section .contents__title h2 {
  margin: 1% 0;
}
.graycontainer section .contents__row {
  width: 100%;
  padding: 0 0 50px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 940px) {
  .graycontainer section .contents__row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (max-width: 600px) {
  .graycontainer section .contents__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.graycontainer section .contents__row {
  row-gap: 1em;
}
.graycontainer section .contents__row__cardwrapper {
  background-color: #fff;
  border-radius: 5px;
}
.graycontainer section .contents__row__cardwrapper__img {
  width: 100%;
}
.graycontainer section .contents__row__cardwrapper__img img {
  width: 100%;
}
.graycontainer section .contents__row__cardwrapper__title {
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  color: #0095D9;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.graycontainer section .contents__row__cardwrapper__title p {
  font-weight: bold;
}
@media (max-width: 600px) {
  .graycontainer section .contents__row__cardwrapper__title p {
    font-size: 14px;
  }
}
.graycontainer section .banner__row {
  text-align: center;
  border-bottom: 1px dotted #cbcbcb;
}
.graycontainer section .banner__row__wrapper__sentense p {
  padding: 4% 0 0 0;
  margin: 0;
  color: #545454;
}
.graycontainer section .banner__row__wrapper__bnr {
  display: flex;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 940px) {
  .graycontainer section .banner__row__wrapper__bnr {
    flex-direction: column;
  }
}
.graycontainer section .banner__row__wrapper__bnr {
  justify-content: center;
}
.graycontainer section .banner__row__wrapper__bnr img {
  width: 240px;
  height: 80px;
  margin: 15px 10px;
}
@media (max-width: 940px) {
  .graycontainer section .banner__row__wrapper__bnr img {
    width: 100%;
    max-width: 240px;
    height: auto;
  }
}
.graycontainer section .banner__row__wrapper__bnr .keirin {
  width: 304px;
}
@media (max-width: 940px) {
  .graycontainer section .banner__row__wrapper__bnr .keirin {
    width: 100%;
    max-width: 240px;
    height: auto;
  }
}
.graycontainer section .banner__row__wrapper__bnr .jka {
  width: 277px;
}
@media (max-width: 940px) {
  .graycontainer section .banner__row__wrapper__bnr .jka {
    width: 100%;
    max-width: 240px;
    height: auto;
  }
}
.graycontainer section .banner__row__wrapper__bnr .net {
  display: none;
}
@media (max-width: 940px) {
  .graycontainer section .banner__row__wrapper__bnr .net {
    display: block;
    width: 100%;
    max-width: 240px;
    margin: 15px 0;
  }
}

.search-fadedown {
  visibility: hidden;
  width: 100%;
  height: auto;
  position: absolute;
  top: 80px;
  background: #006492;
  margin: 0;
  padding: 15px 20px;
  z-index: 1;
  left: 0;
}

.search-fadedown.showDown {
  visibility: visible;
  top: 87px;
}

.search-edit {
  width: 100%;
  max-width: 660px;
  margin: 0 auto !important;
  position: relative;
  cursor: pointer;
}
@media (max-width: 940px) {
  .search-edit {
    width: 80%;
  }
}
@media (max-width: 600px) {
  .search-edit {
    width: 80%;
  }
}
.search-edit input {
  width: 100%;
  height: auto;
  display: block;
  padding: 14px 8px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  border: none;
  outline: none;
}
.search-edit input::-moz-placeholder {
  color: #CBCBCB;
  font-size: 16px;
}
.search-edit input::placeholder {
  color: #CBCBCB;
  font-size: 16px;
}
.search-edit::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 2px;
  right: 1px;
  width: 48px;
  height: 48px;
  background: #F47602;
  border-radius: 5px;
}

.search-edit-icon {
  font-family: "Material Icons";
  position: absolute;
  top: 2px;
  right: 1px;
  font-size: 28px;
  width: 48px;
  height: 48px;
  background: transparent;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
}

html {
  scroll-behavior: smooth;
}

footer {
  width: 100%;
  background: #0095D9;
  /* container */
}
footer .access_flex {
  padding: 40px 20px 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-flow: row wrap;
}
@media (max-width: 940px) {
  footer .access_flex {
    max-width: 767px;
    flex-flow: column;
    justify-content: center;
  }
}
footer .access_font1 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #212121;
}
footer .access_font2 {
  margin-top: 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #545454;
}
footer .access_font3 {
  margin-top: 10px;
  display: flex;
  flex-wrap: nowrap;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  align-items: center;
  color: #0095D9;
}
footer .access_font3 span {
  margin: -15px 0 0 20px;
  color: #0095D9;
  transform: translate(0, 25%);
}
footer .access_box {
  padding: 20px;
}
@media (max-width: 940px) {
  footer .access_box {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  footer .access_box {
    width: 100%;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 20px 0;
  }
}
footer .jcss_position {
  padding: 20px;
}
footer .jcss_position p {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  color: #545454;
}
footer .jcss_position img {
  display: inline-block;
  width: 193px;
}
footer .jcss_position_img {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
footer {
  /* container end */
  /* blue ribbon*/
}
footer .footer_blue_ribbon {
  width: 100%;
  max-width: 1100px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  box-sizing: border-box;
}
@media (max-width: 940px) {
  footer .footer_blue_ribbon {
    padding: 0 0 0 20px;
  }
}
@media (max-width: 600px) {
  footer .footer_blue_ribbon {
    align-items: center;
    justify-content: center;
  }
}
footer .footer_blue_ribbon_copyright_txt {
  margin: 0;
  padding: 19px 7px 21px;
  text-align: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #FFFFFF;
}
footer .footer_blue_ribbon_copyright div {
  height: 100%;
  margin-left: 10px;
  padding: 0 34px 0 8px;
  background: #0389C7;
  position: relative;
  top: 0;
  left: 0;
}
footer .footer_blue_ribbon_copyright div p a {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #FFFFFF;
}
footer .footer_blue_ribbon_copyright div p a span {
  margin-top: -1px;
}
footer .footer_blue_ribbon_copyright div .material-symbols-outlined {
  position: absolute;
  top: calc(50% - 12px);
  right: 10px;
}
footer .footer_blue_ribbon_return {
  width: 180px;
  background: #0389C7;
}
@media (max-width: 940px) {
  footer .footer_blue_ribbon_return {
    width: 60px;
  }
}
@media (max-width: 600px) {
  footer .footer_blue_ribbon_return {
    display: none;
  }
}
footer .footer_blue_ribbon_return a {
  width: 100%;
  height: auto;
  padding: 20px 12px;
  display: flex;
  justify-content: flex-end;
  text-decoration: none;
}
@media (max-width: 940px) {
  footer .footer_blue_ribbon_return a {
    align-items: center;
    justify-content: center;
  }
}
footer .footer_blue_ribbon_return_txt {
  margin: 0 6px 0 0;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #FFFFFF;
}
@media (max-width: 940px) {
  footer .footer_blue_ribbon_return_txt {
    display: none;
  }
}
footer .footer_blue_ribbon_return .material-symbols-rounded {
  display: inline-block;
  width: 17px;
  height: 17px;
  font-size: 17px;
  color: #FFF;
  background-size: cover;
  position: relative;
  top: 1px;
}

.header {
  width: 100%;
  background: #0095D9;
  position: relative;
}
.header__contents {
  box-sizing: border-box;
  max-width: 1060px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 600px) {
  .header__contents {
    width: 100%;
    padding: 0;
  }
}
.header__contents__title {
  width: -moz-fit-content;
  width: fit-content;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
@media (max-width: 600px) {
  .header__contents__title {
    margin-left: 15px;
  }
}
@media (max-width: 390px) {
  .header__contents__title {
    margin-left: 0;
  }
}
.header__contents__title h1 {
  color: #f8f8f8;
  margin: 0;
  font-size: 20px;
  white-space: nowrap;
}
@media (max-width: 940px) {
  .header__contents__title h1 {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .header__contents__title h1 {
    font-size: 17px;
  }
}
@media (max-width: 390px) {
  .header__contents__title h1 {
    font-size: 12px;
  }
}
.header__contents__title p {
  color: #E4F2F9;
  margin: 0;
  white-space: nowrap;
  line-height: 1.1;
  font-size: 12px;
  font-family: "Roboto";
  font-weight: 300;
  letter-spacing: 0.12em;
}
@media (max-width: 940px) {
  .header__contents__title p {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .header__contents__title p {
    font-size: 10px;
  }
}
.header__contents__nav {
  width: 60%;
  color: #f8f8f8;
}
@media (max-width: 600px) {
  .header__contents__nav {
    width: 50%;
  }
}
.header__contents__nav ul {
  height: 90px;
  display: flex;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}
@media (max-width: 600px) {
  .header__contents__nav ul {
    justify-content: flex-end;
  }
}
.header__contents__nav ul .flex-row {
  cursor: pointer;
  margin-right: 7%;
  margin-left: 3%;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.header__contents__nav ul .flex-row a {
  display: contents;
}
.header__contents__nav ul .flex-row a li {
  color: #ffffff;
}
.header__contents__nav ul .flex-colom {
  width: 85px;
  cursor: pointer;
  padding: 0 5px;
  justify-content: center;
  border-left: 1px solid;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.header__contents__nav ul .flex-colom:hover {
  background: #26A5Df;
}
@media (max-width: 600px) {
  .header__contents__nav ul .flex-colom {
    width: 75px;
  }
}
.header__contents__nav ul .active {
  background: #006492;
}
.header__contents__nav ul li {
  list-style: none;
  margin-left: 5px;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .header__contents__nav ul li {
    font-size: 12px;
  }
}
.header__contents__nav ul div:nth-child(1) {
  margin: 0;
}
.header__contents__nav ul div:nth-child(4) {
  border-right: 1px solid;
  padding: 0 10px;
}
@media (max-width: 600px) {
  .header__contents__nav ul div:nth-child(4) {
    border-right: none;
  }
}
.header__nav_bar {
  width: 100%;
  margin: 0;
  background: #ffffff;
}
.header__nav_bar_wrapper {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  background: #ffffff;
}
.header__nav_bar_wrapper ul {
  margin: 0 auto;
  padding: 0;
}
.header__nav_bar_wrapper ul nav {
  display: flex;
  justify-content: space-between;
}
.header__nav_bar_wrapper ul nav a {
  text-decoration: none;
  color: #212121;
}
.header__nav_bar_wrapper ul nav a li {
  padding: 18px 0;
  list-style: none;
}
.header__nav_bar_wrapper ul nav .selected {
  border-bottom: 3px solid;
  color: #0095D9;
}
.header .material-icons-outlined {
  font-size: 30px;
  color: #E4F2F9;
}

.centerguidance_top {
  position: relative;
  height: -moz-max-content;
  height: max-content;
}
.centerguidance_top img {
  width: 100%;
}

.seminar_top {
  position: relative;
}
.seminar_top img {
  width: 100%;
}

.guidance_contents {
  padding: 20px;
  width: 780px;
  margin: auto;
  text-align: center;
}
.guidance_contents p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  display: flex;
  align-items: right;
  color: #0095D9;
}

.guide_border {
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px solid #EDEDED;
}
.guide_border span {
  margin-left: 20px;
  margin-right: 10px;
  color: #0095D9;
  position: relative;
  top: 60%;
  transform: translate(0, 32%);
}

.guide_top_centence {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.guide_top_centence p {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 46px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
}

.consultation_font {
  width: 780px;
  margin: auto;
}
.consultation_font p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #545454;
}

.consultation_box {
  width: 780px;
  margin: auto;
  background-color: #E4F2F9;
}

.consultation_font1 p {
  padding: 22px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #0095D9;
}

.consultation_font2 p {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  text-align: center;
  color: #545454;
}

.consultation_flex {
  display: flex;
  flex-wrap: nowrap;
}

.consultation_font3 {
  position: relative;
  left: 5%;
  display: flex;
  flex-wrap: nowrap;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
.consultation_font3 p {
  margin-right: 30px;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 46px;
  color: #212121;
}
.consultation_font3 span {
  margin: 0 10px;
  color: #0095D9;
  position: relative;
  top: 60%;
  transform: translate(0, 40%);
}

.consultation_font4 {
  position: relative;
  left: -7%;
  display: flex;
  flex-wrap: nowrap;
  width: -moz-max-content;
  width: max-content;
  padding: 0 30px;
  margin: auto;
  height: 46px;
  border: 1px solid #0095D9;
  background: #0095D9;
  border-radius: 6px;
}
.consultation_font4 p {
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  color: #FFFFFF;
}
.consultation_font4 span {
  margin: 0 10px;
  color: #FFF;
  position: relative;
  top: 60%;
  transform: translate(0, -28%);
}

.consultation_whitebox {
  width: 100%;
  height: 50px;
}

.analyticaltitle {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  align-items: center;
  color: #0095D9;
}

.analyticalsubtitle {
  margin-left: 35px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  align-items: center;
  color: #545454;
}

.analyticalall {
  width: 70%;
  margin: 0 330px;
}

.analyticalborder {
  width: 780px;
  border-bottom: 1px solid #EDEDED;
  padding: 20px;
}

.top_img_font {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 45px;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
@media screen and (max-width: 479px) {
  .top_img_font {
    position: absolute;
    padding: 25px;
    top: 50%;
    left: 50%;
  }
}
.top_img_font p {
  margin: 0;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 52px;
  color: #FFFFFF;
}
@media screen and (max-width: 479px) {
  .top_img_font p {
    font-size: 20px;
    line-height: 40px;
  }
}

.top_img_font2 p {
  margin: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  color: #FFFFFF;
}
@media screen and (max-width: 479px) {
  .top_img_font2 p {
    font-size: 11px;
    line-height: 5px;
  }
}

.analytical_fkex_a {
  display: flex;
  flex-wrap: nowrap;
}
.analytical_fkex_a span {
  margin-right: 10px;
  color: #0095D9;
  position: relative;
  top: 0%;
  transform: translate(0, 10%);
}

.business_sample_container {
  width: 100%;
  margin: auto;
}

.business .main_contents {
  width: 100%;
  padding-bottom: 100px;
}
.business .main_contents h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
}
.business .main_contents h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  text-align: left;
  color: #0095D9;
}
.business .main_contents p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #545454;
}
.business .business_table {
  width: 100%;
  border: 3px solid grey;
  border-collapse: separate;
}
.business .business_table th, .business .business_table td {
  border: 1px solid grey;
}
.business .business_table th {
  width: 20%;
  background-color: #E4F2F9;
}
.business .business_table td {
  padding-left: 10px;
}
.business .business_table .image_1 {
  padding: 15px 5px;
}
.business .business_table .image_1 p {
  text-align: center;
}
.business .business_table .image_2 {
  padding: 15px 5px;
}
.business .business_table .image_2 p {
  text-align: center;
}
.business .business_table .flex {
  display: flex;
}

.post_title_thumbnail {
  background-color: #F8F8F8;
}

.post_contents_thumbnail {
  width: 50%;
  margin: auto;
  padding-bottom: 5%;
  padding-top: 5%;
}
@media (max-width: 940px) {
  .post_contents_thumbnail {
    width: 80%;
    margin: auto;
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
@media (max-width: 600px) {
  .post_contents_thumbnail {
    width: 90%;
    margin: auto;
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

.business_contents_table {
  padding-top: 5%;
  width: 50%;
  margin: auto;
}
@media (max-width: 940px) {
  .business_contents_table {
    padding-top: 5%;
    width: 80%;
    margin: auto;
  }
}
@media (max-width: 600px) {
  .business_contents_table {
    padding-top: 5%;
    width: 90%;
    margin: auto;
  }
}

.thumbnail_img_position img {
  width: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.etc .etc_main_contents {
  width: 100%;
  padding-bottom: 100px;
}
.etc h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
}
.etc h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  text-align: left;
  color: #0095D9;
}
.etc p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #545454;
  text-align: left;
}

.single_etc_container {
  width: 100%;
  margin: auto;
}

.etc_subtitle {
  margin: 10px;
  padding: 10px;
}

.etc_contents_table {
  padding-top: 5%;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 940px) {
  .etc_contents_table {
    padding-top: 5%;
    width: 80%;
    margin: auto;
  }
}
@media (max-width: 600px) {
  .etc_contents_table {
    padding-top: 5%;
    width: 90%;
    margin: auto;
  }
}

.tomo_main_contents {
  padding-bottom: 100px;
  height: -moz-max-content;
  height: max-content;
}
.tomo_main_contents h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
}
.tomo_main_contents h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  text-align: left;
  color: #0095D9;
}
.tomo_main_contents p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #545454;
}

.single_tomo_container {
  width: 100%;
  margin: auto;
}

.tomo_table {
  border: 3px solid grey;
  border-collapse: separate;
}
.tomo_table th, .tomo_table td {
  border: 1px solid grey;
}
.tomo_table th {
  background-color: #E2F4F9;
}
.tomo_table td {
  display: table-cell;
  vertical-align: inherit;
}
.tomo_table tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
.tomo_table .flex {
  display: flex;
}

.floor_plan_img {
  width: -moz-max-content;
  width: max-content;
  margin: 40px auto;
}
.floor_plan_img p {
  text-align: center;
}
.floor_plan_img th {
  width: 100%;
  -moz-column-span: 3;
       column-span: 3;
}
@media (max-width: 600px) {
  .floor_plan_img {
    width: 100%;
  }
}

.in_room_image {
  padding: 15px 5px;
}

.tomo_floor_flex {
  display: flex;
  flex-wrap: nowrap;
}
.tomo_floor_flex div {
  margin: 0 auto;
}

.tomo_contents_table {
  padding-top: 5%;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 940px) {
  .tomo_contents_table {
    padding-top: 5%;
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .tomo_contents_table {
    padding-top: 5%;
    width: 90%;
    margin: 0 auto;
  }
}

.single_sample_container {
  width: 100%;
  margin: auto;
}

.sample_main_contents {
  width: 100%;
  padding-bottom: 100px;
}
.sample_main_contents h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
}
.sample_main_contents h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  text-align: left;
  color: #0095D9;
}
.sample_main_contents p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #545454;
}

.sample_image_1 {
  width: -moz-min-content;
  width: min-content;
}
.sample_image_1 img {
  max-width: none;
}

.sample .sample_table {
  border: 3px solid grey;
  border-collapse: separate;
}
.sample .sample_table th, .sample .sample_table td {
  border: 1px solid grey;
}
.sample .sample_table th {
  width: 20%;
  background-color: #E4F2F9;
}
.sample .sample_table td {
  padding-left: 10px;
}
.sample .sample_table .image_1 {
  padding: 15px 5px;
}
.sample .sample_table .image_1 p {
  text-align: center;
}
.sample .sample_table .image_2 {
  padding: 15px 5px;
}
.sample .sample_table .image_2 p {
  text-align: center;
}

.sample_flex {
  border: 0px solid grey !important;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  display: flex;
  flex-direction: column;
}

.sample_contents_table {
  padding-top: 5%;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 940px) {
  .sample_contents_table {
    padding-top: 5%;
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .sample_contents_table {
    padding-top: 5%;
    width: 90%;
    margin: 0 auto;
  }
}

.single_society_container {
  width: 100%;
  margin: auto;
}

.society .society_table {
  border: 3px solid grey;
  border-collapse: separate;
}
.society .society_table th, .society .society_table td {
  border: 1px solid grey;
}
.society .society_table th {
  width: 20%;
  background-color: #E2F4F9;
}
.society .society_table td {
  padding-left: 10px;
}

.society_main_contents {
  width: 100%;
  padding-bottom: 100px;
}
.society_main_contents h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
}
.society_main_contents h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  text-align: left;
  color: #0095D9;
}
.society_main_contents p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #545454;
}

.society_contents_table {
  padding-top: 5%;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 940px) {
  .society_contents_table {
    padding-top: 5%;
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .society_contents_table {
    padding-top: 5%;
    width: 90%;
    margin: 0 auto;
  }
}

.hyougikai .hyougikai_main_contents {
  width: 100%;
  padding-bottom: 100px;
}
.hyougikai h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
}
.hyougikai h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  text-align: left;
  color: #0095D9;
}
.hyougikai p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  text-align: left;
}

.single_hyougikai_container {
  width: 100%;
  margin: auto;
}

.hyougikai_subtitle {
  margin: 10px;
  padding: 10px;
}

.hyougikai_contents_table {
  padding-top: 5%;
  width: 50%;
  margin: auto;
}
@media (max-width: 940px) {
  .hyougikai_contents_table {
    padding-top: 5%;
    width: 80%;
    margin: auto;
  }
}
@media (max-width: 600px) {
  .hyougikai_contents_table {
    padding-top: 5%;
    width: 80%;
    margin: auto;
  }
}

.labo_main_contents {
  padding-bottom: 100px;
  height: -moz-max-content;
  height: max-content;
}
.labo_main_contents h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
}
.labo_main_contents h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  text-align: left;
  color: #0095D9;
}
.labo_main_contents p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #545454;
}

.single_labo_container {
  width: 100%;
  margin: auto;
}

.labo_table {
  border: 3px solid grey;
  border-collapse: separate;
}
.labo_table th, .labo_table td {
  border: 1px solid grey;
}
.labo_table th {
  background-color: #E4F2F9;
}
.labo_table td {
  display: table-cell;
  vertical-align: inherit;
}
.labo_table tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
.labo_table .flex {
  display: flex;
}
.labo_table img {
  margin: 0 auto;
}

.labo_room_img {
  width: -moz-max-content;
  width: max-content;
  margin: 40px auto;
}
.labo_room_img p {
  text-align: center;
}
.labo_room_img th {
  width: 100%;
  -moz-column-span: 3;
       column-span: 3;
}
@media (max-width: 600px) {
  .labo_room_img {
    width: 100%;
  }
}

.in_room_image {
  padding: 15px 5px;
}

.labo_floor_flex {
  display: flex;
  flex-wrap: nowrap;
}
.labo_floor_flex div {
  margin: 0 auto;
}

.labo_contents_table {
  padding-top: 5%;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 940px) {
  .labo_contents_table {
    padding-top: 5%;
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .labo_contents_table {
    padding-top: 5%;
    width: 80%;
    margin: 0 auto;
  }
}

.labo_first_tr td {
  background-color: #E4F2F9;
  width: 50%;
}
.labo_first_tr th {
  width: 13%;
}
@media (max-width: 940px) {
  .labo_first_tr td {
    width: 50%;
  }
  .labo_first_tr th {
    width: 13%;
  }
}
@media (max-width: 600px) {
  .labo_first_tr td {
    width: 50%;
  }
  .labo_first_tr th {
    width: 13%;
  }
}

.notfound_page_top {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 65px 20px;
  background-color: #f8f8f8;
}
.notfound_page_header {
  width: 100%;
  text-align: center;
}
.notfound_page_ttl {
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
}
.notfound_page_box {
  padding: 60px 20px;
  width: 100%;
  text-align: center;
}
.notfound_page_box_txt {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #545454;
}
.notfound_page_backtop {
  margin: 0 auto;
  width: 203px;
  height: auto;
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
}
.notfound_page_backtop::after {
  content: "";
  border: 0;
  border-top: solid 2px #0095D9;
  border-right: solid 2px #0095D9;
  display: inline-block;
  width: 7px;
  height: 7px; /* 矢印アイコンの位置を設定 */
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg); /* rotate(45deg)で矢印を回転（向きを変更）させる */
}
.notfound_page_backtop > a {
  display: inline-block;
  padding: 11px 20px 10px;
  width: 100%;
  height: auto;
  text-align: left;
  border: 2px solid #0095D9;
  border-radius: 6px;
  text-decoration: none;
}
.notfound_page_backtop_btn {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  color: #0095D9;
}

.pb-50 {
  padding-bottom: 50px;
}

.category_container {
  width: 100%;
  max-width: 1100px;
  padding: 50px 20px;
  margin: 0 auto;
}

.category_flex {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
}

.category_post_box {
  width: 100%;
  max-width: 768px;
  height: auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #EDEDED;
}
.category_post_box_ttl {
  display: inline-block;
  width: 100%;
  padding-left: 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #0095D9;
}
.category_post_box_ttl > a {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  font-size: 18px;
  color: #0095D9;
  word-break: break-all;
}
.category_post_box_ttl > a > span {
  display: inline-block;
  margin-left: -30px;
  position: relative;
  top: 6px;
  color: #0095D9;
}
.category_post_box_txt {
  width: 100%;
  margin-top: 15px;
  padding-left: 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  word-break: break-all;
}
.category_post_box + .category_post_box {
  margin-top: 15px;
}

/* card */
.category_card {
  width: 242px;
  margin: 30px 15px 0;
  box-sizing: border-box;
  border-radius: 6px;
  background-color: #fff;
  position: relative;
  top: 0;
  left: 0;
  background-color: #f1f9fb;
}
.category_card_box {
  padding: 10px 15px 15px;
}
.category_card_box_ttl {
  font-weight: 700;
  font-size: 17px;
  word-break: break-all;
  color: #0095D9;
}
.category_card_box_txt {
  margin-top: 10px;
}
.category_card_box_txt > dt {
  padding: 4px 5px 1px;
  font-weight: 700;
  font-size: 12px;
  color: #545454;
  border-radius: 3px;
  background-color: #EDEDED;
}
.category_card_box_txt > dd {
  margin-left: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #545454;
}
.category_card_box_tag {
  display: inline-block;
  padding: 4px 5px 1px;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  background-color: #0095D9;
  border-radius: 3px;
  position: absolute;
  top: 5px;
  left: 5px;
}
.category_card_box_period {
  width: 50px;
  height: 50px;
  padding-top: 9px;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background-color: #878787;
  border-radius: 50px;
  position: absolute;
  top: -10px;
  right: 15px;
}
.category_card_img_box {
  width: 100%;
  height: 162px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EFEFEF;
  overflow: hidden;
}

/* consult */
.category_consult {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}
.category_consult_txt {
  font-weight: 400;
  font-size: 17px;
  color: #545454;
}
.category_consult_box {
  margin-top: 15px;
}
.category_consult_box_ttl {
  display: inline-block;
  color: #0095D9;
}
.category_consult_box_ttl > p {
  font-weight: 400;
  font-size: 18.5px;
}
.category_consult_box_ttl > a {
  color: #0095D9;
}
.category_consult_container {
  padding: 25px 50px 35px;
  margin-top: 40px;
  text-align: center;
  border-radius: 6px;
}
.category_consult_container_ttl {
  font-weight: 700;
  font-size: 18.5px;
  color: #0095D9;
}
.category_consult_container_txt {
  margin-top: 15px;
  font-weight: 400;
  font-size: 15px;
}
.category_consult_adress {
  justify-content: space-around;
}
.category_consult_adress > p {
  margin-top: 35px;
  font-weight: 700;
  font-size: 32px;
}
.category_consult_adress > a {
  width: 246px;
  padding: 10px 15px 12px;
  margin: 35px auto 0;
  color: #fff;
  border-radius: 6px;
  background-color: #0095D9;
  font-weight: 700;
  font-size: 17px;
}
.category_consult_adress > a > span {
  font-size: 20px;
  position: relative;
  top: 4px;
}
.category_consult {
  /* consult_icons */
}
.category_consult_phone {
  margin-right: 10px;
  color: #0095D9;
}
.category_consult_mail {
  margin-right: 5px;
}
.category_consult_arrow {
  margin-left: 10px;
}

.category_mail_flex {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
}
.category_mail_ttl {
  width: calc(100% - 150px);
}
.category_mail_date {
  width: 150px;
  margin-top: 5px;
  padding-left: 30px;
}

.seminar_container {
  width: 100%;
  max-width: 1100px;
  padding: 20px 5px 50px;
  margin: 0 auto;
  justify-content: space-between;
}
.seminar_container::before {
  content: "";
  display: block;
  width: 270px;
  order: 1;
}
.seminar_container::after {
  content: "";
  display: block;
  width: 270px;
}
@media (max-width: 940px) {
  .seminar_container {
    max-width: 600px;
  }
}
@media (max-width: 600px) {
  .seminar_container {
    max-width: 300px;
  }
}

.bg_blue {
  background-color: #E4F2F9;
}

.textile h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  text-align: left;
}
.textile h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  text-align: left;
}
.textile h4 {
  border-bottom: 1px solid #CBCBCB;
  font-size: 18px;
  line-height: 27px;
  padding: 10px 0px 2px;
  text-align: left;
  color: #0095D9;
}
.textile p {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: #545454;
  text-align: left;
  margin-top: 10px;
}

.single_textile_container {
  width: 100%;
  margin: auto;
}

.textile_main_contents {
  padding-bottom: 100px;
}
.textile_main_contents h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
}

.textile_subtitle {
  margin: 10px;
  padding: 10px;
}

.textile_border {
  width: 100%;
  border-bottom: 1px solid;
}
.textile_border p {
  text-align: right;
}

.textile_contents_table {
  padding-top: 5%;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 940px) {
  .textile_contents_table {
    padding-top: 5%;
    width: 80%;
    margin: auto;
  }
}
@media (max-width: 600px) {
  .textile_contents_table {
    padding-top: 5%;
    width: 90%;
    margin: auto;
  }
}

.textile_table h2 {
  font-size: 15px;
  text-align: center;
  font-weight: normal;
  margin-top: 20px;
  color: #545454;
}
.textile_table table {
  border-collapse: collapse;
  width: 100%;
}
.textile_table table tr td:nth-of-type(1) {
  background-color: #F8F8F8;
  font-weight: bold;
  text-align: center;
}
.textile_table th, .textile_table td {
  border: 1px solid #CBCBCB;
  height: 50px;
}
.textile_table th {
  width: 20%;
  background-color: #E4F2F9;
  color: #006492;
}
.textile_table thead {
  border-bottom: 2px solid #CBCBCB;
}
.textile_table td {
  padding-left: 10px;
}
.textile_table .image_1 {
  padding: 15px 5px;
}
.textile_table .image_1 p {
  text-align: center;
}
.textile_table .image_2 {
  padding: 15px 5px;
}
.textile_table .image_2 p {
  text-align: center;
}
.textile_table .flex {
  display: flex;
}

.textile_list .container {
  width: 100%;
  box-sizing: border-box;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .textile_list .container {
    max-width: 767px;
  }
}
.textile_list .container a {
  display: block;
  text-align: left;
}
.textile_list .container img {
  margin-top: 20px;
  margin-right: auto;
}
.textile_list .container ul {
  text-align: left;
}
.textile_list .container .header_textile {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 9px 15px 10px 20px;
  gap: 10px;
  margin: 4% auto 0;
  /* brand/bg-primary */
  background: #E4F2F9;
  /* brand/primary */
  border-left: 5px solid #0095D9;
  /* Inside auto layout */
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}
.textile_list .container .header3_textile {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 5px 15px 5px 20px;
  gap: 10px;
  margin: 4% auto 0;
  /* brand/bg-primary */
  background: #f8f8f8;
  /* brand/primary */
  border-left: 5px solid #0095D9;
  /* Inside auto layout */
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.container:last-child {
  margin-bottom: 70px;
}

.etc .etc_main_contents {
  width: 100%;
  padding-bottom: 100px;
}
.etc h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
}
.etc h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  text-align: left;
  color: #0095D9;
}
.etc p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #545454;
  text-align: left;
}

.single_etc_container {
  width: 100%;
  margin: auto;
}

.etc_subtitle {
  margin: 10px;
  padding: 10px;
}

.etc_contents_table {
  padding-top: 5%;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 940px) {
  .etc_contents_table {
    padding-top: 5%;
    width: 80%;
    margin: auto;
  }
}
@media (max-width: 600px) {
  .etc_contents_table {
    padding-top: 5%;
    width: 90%;
    margin: auto;
  }
}

.incubation .incubation_main_contents {
  width: 100%;
  padding-bottom: 100px;
}
.incubation .incubation_main_contents h2 {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
}
.incubation .incubation_main_contents h3 {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  text-align: left;
  color: #0095D9;
  margin-bottom: 5px;
}
.incubation p {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: #545454;
  text-align: left;
}
.incubation .incubation_table {
  margin-bottom: 100px;
  width: 100%;
  border: 3px solid grey;
  border-collapse: separate;
}
.incubation .incubation_table th, .incubation .incubation_table td {
  border: 1px solid grey;
}
.incubation .incubation_table th {
  width: 17%;
  padding: 20px;
  background-color: #E4F2F9;
}
.incubation .incubation_table td {
  padding-left: 10px;
}
.incubation .incubation_table_2 {
  margin-bottom: 100px;
  width: 100%;
  border: 3px solid grey;
  border-collapse: separate;
}
.incubation .incubation_table_2 th, .incubation .incubation_table_2 td {
  border: 1px solid grey;
}
.incubation .incubation_table_2 th {
  width: 20%;
}
.incubation .incubation_table_2 td {
  padding-left: 10px;
}

.single_incubation_container {
  width: 100%;
  margin: auto;
}

.incubation_subtitle {
  margin: 10px;
  padding: 10px;
}

.incubation_contents_table {
  padding-top: 5%;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 940px) {
  .incubation_contents_table {
    padding-top: 5%;
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .incubation_contents_table {
    padding-top: 5%;
    width: 90%;
    margin: 0 auto;
  }
}

.info_post .etc_main_contents {
  width: 100%;
  padding-bottom: 100px;
}
.info_post h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
}
.info_post h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  text-align: left;
  color: #0095D9;
}
.info_post p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #545454;
  text-align: left;
}

.single_info_container {
  width: 100%;
  margin: auto;
}

.info_subtitle {
  margin: 10px;
  padding: 10px;
}

.info_contents_table {
  padding-top: 5%;
  width: 50%;
  margin: auto;
}
@media (max-width: 940px) {
  .info_contents_table {
    padding-top: 5%;
    width: 80%;
    margin: auto;
  }
}
@media (max-width: 600px) {
  .info_contents_table {
    padding-top: 5%;
    width: 80%;
    margin: auto;
  }
}

.info_mail h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  text-align: left;
  color: #0095D9;
}
.info_mail p {
  text-align: left;
}

.single_info_mail_container {
  width: 100%;
  margin: auto;
}

.info_mail_main_contents {
  padding-bottom: 100px;
}
.info_mail_main_contents h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
}

.info_mail_subtitle {
  margin: 10px;
  padding: 10px;
}

.info_mail_contents_table {
  padding-top: 5%;
  width: 50%;
  margin: auto;
}
@media (max-width: 940px) {
  .info_mail_contents_table {
    padding-top: 5%;
    width: 80%;
    margin: auto;
  }
}
@media (max-width: 600px) {
  .info_mail_contents_table {
    padding-top: 5%;
    width: 80%;
    margin: auto;
  }
}

.info_mail_fontsize p {
  font-size: medium;
}
@media (max-width: 940px) {
  .info_mail_fontsize p {
    font-size: medium;
  }
}
@media (max-width: 600px) {
  .info_mail_fontsize p {
    font-size: xx-small;
  }
}

.irai h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
}
.irai h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  text-align: left;
  color: #0095D9;
}
.irai p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #545454;
  text-align: left;
}

.single_irai_container {
  width: 100%;
  margin: auto;
}

.irai_main_contents {
  padding-bottom: 100px;
}
.irai_main_contents h2 {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
}

.irai_subtitle {
  margin: 10px;
  padding: 10px;
}

.irai_border {
  width: 100%;
  border-bottom: 1px solid;
}
.irai_border p {
  text-align: right;
}

.irai_contents_table {
  padding-top: 5%;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 940px) {
  .irai_contents_table {
    padding-top: 5%;
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .irai_contents_table {
    padding-top: 5%;
    width: 90%;
    margin: 0 auto;
  }
}

.kiki h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  text-align: left;
  color: #0095D9;
}
.kiki p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #545454;
  text-align: left;
}

.single_kiki_container {
  width: 100%;
  margin: auto;
}

.kiki_main_contents {
  width: 100%;
  padding-bottom: 100px;
}
.kiki_main_contents h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
}
.kiki_main_contents h3 {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  text-align: left;
  color: #0095D9;
}

.kiki_subtitle {
  margin: 10px;
  padding: 10px;
}

.kiki_contents_table {
  padding-top: 5%;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 940px) {
  .kiki_contents_table {
    padding-top: 5%;
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .kiki_contents_table {
    padding-top: 5%;
    width: 90%;
    margin: 0 auto;
  }
}

.report h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
}
.report h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  text-align: left;
  color: #0095D9;
}
.report table {
  border: solid 1px gray;
  width: 100%;
}
.report tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
.report p {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #545454;
  text-align: left;
}
.report tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
.report td {
  font-size: 0.8em;
  line-height: 1.2em;
}

.single_report_container {
  width: 100%;
  margin: auto;
}

.report_main_contents {
  width: 100%;
  padding-bottom: 100px;
}
.report_main_contents h2 {
  font-weight: bold;
  font-size: 140%;
}

.report_subtitle {
  margin: 10px;
  padding: 10px;
}

.back_to_top {
  text-align: end;
  margin-bottom: 20px;
}

.report_contents_table {
  padding-top: 5%;
  width: 50%;
  margin: 0 auto;
}

.report_summary p {
  border-bottom: 1px solid #ededed;
  font-size: 16px;
  line-height: 27px;
  padding: 10px 0px;
}
.report_summary li {
  text-align: left;
}
.report_summary section {
  margin: 20px 0px;
}

.research h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  text-align: left;
  color: #0095D9;
}
.research p {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: #545454;
  text-align: left;
  margin-bottom: 10px;
}

.single_research_container {
  width: 100%;
  margin: auto;
}

.research_main_contents {
  width: 100%;
  padding-bottom: 100px;
}
.research_main_contents h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
}

.research_subtitle {
  margin: 10px;
  padding: 10px;
}

.research_contents_table {
  padding-top: 5%;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 940px) {
  .research_contents_table {
    padding-top: 5%;
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .research_contents_table {
    padding-top: 5%;
    width: 90%;
    margin: 0 auto;
  }
}

.seminar h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  text-align: left;
  color: #0095D9;
}
.seminar p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #545454;
  text-align: left;
}
.seminar_wrapper h2 {
  width: 100%;
  margin-bottom: 30px;
  padding: 16px 20px 15px;
  border-left: 5px solid #0095d9;
  background-color: #e4f2f9;
  font-weight: 700;
  font-size: 22px;
  color: #212121;
  text-align: left;
}
.seminar_wrapper table {
  margin-top: 20px;
  border: 1px solid #cbcbcb;
  border-collapse: collapse;
}
.seminar_wrapper table > tbody tr > th {
  width: 95px;
}
.seminar_wrapper th {
  padding: 10px 15px;
  font-weight: 700;
  font-size: 14px;
  color: #006492;
  text-align: center;
  background-color: #e4f2f9;
  border: 1px solid #cbcbcb;
  border-collapse: collapse;
  word-break: break-all;
}
.seminar_wrapper td {
  padding: 10px 15px;
  border: 1px solid #cbcbcb;
  border-collapse: collapse;
}
.seminar_wrapper dl {
  display: flex;
}
@media (max-width: 600px) {
  .seminar_wrapper dl {
    flex-flow: row wrap;
  }
}
.seminar_wrapper dt, .seminar_wrapper dd {
  margin-top: 10px;
}
.seminar_wrapper dt {
  min-width: 65px;
}
.seminar_wrapper dd {
  margin-left: 10px;
}
.seminar_wrapper dd > ul {
  margin-left: -20px;
}
.seminar_state {
  padding: 10px 20px 10px;
  margin-bottom: 20px;
  border: 1px solid #cbcbcb;
  border-left: none;
  border-right: none;
}
.seminar_state p {
  font-size: 18px;
  font-weight: 700;
  color: #ff0000;
}

.single_seminar_container {
  width: 100%;
  margin: auto;
}

.seminar_main_contents {
  padding-bottom: 100px;
}
.seminar_main_contents h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
}

.seminar_subtitle {
  margin: 10px;
  padding: 10px;
}

.seminar_border {
  width: 100%;
  border-bottom: 1px solid;
}
.seminar_border p {
  text-align: right;
}

.seminar_contents_table {
  padding-top: 5%;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 940px) {
  .seminar_contents_table {
    padding-top: 5%;
    width: 80%;
    margin: auto;
  }
}
@media (max-width: 600px) {
  .seminar_contents_table {
    padding-top: 5%;
    width: 90%;
    margin: auto;
  }
}

.setsubi h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  text-align: left;
  color: #0095D9;
}
.setsubi p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #545454;
  text-align: left;
}

.single_setsubi_container {
  width: 100%;
  margin: auto;
}

.setsubi_main_contents {
  width: 100%;
  padding-bottom: 100px;
}
.setsubi_main_contents h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
}

.setsubi_subtitle {
  margin: 10px;
  padding: 10px;
}

.setsubi_contents_table {
  padding-top: 5%;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 940px) {
  .setsubi_contents_table {
    padding-top: 5%;
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .setsubi_contents_table {
    padding-top: 5%;
    width: 90%;
    margin: 0 auto;
  }
}

.shisetsu h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  text-align: left;
  color: #0095D9;
}
.shisetsu p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #545454;
  text-align: left;
}

.single_shisetsu_container {
  width: 100%;
  margin: auto;
}

.shisetsu_main_contents {
  padding-bottom: 100px;
}
.shisetsu_main_contents h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
}

.shisetsu_subtitle {
  margin: 10px;
  padding: 10px;
}

.shisetsu_contents_table {
  padding-top: 5%;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 940px) {
  .shisetsu_contents_table {
    padding-top: 5%;
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .shisetsu_contents_table {
    padding-top: 5%;
    width: 90%;
    margin: 0 auto;
  }
}

.intro h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  text-align: left;
  color: #0095D9;
  margin-bottom: 5px;
}
.intro p {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: #545454;
  text-align: left;
}

.single_intro_container {
  width: 100%;
  margin: auto;
}

.intro_main_contents {
  padding-bottom: 100px;
}
.intro_main_contents h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
}

.intro_subtitle {
  margin: 10px;
  padding: 10px;
}

.intro_border {
  width: 100%;
  border-bottom: 1px solid #000;
}
.intro_border p {
  text-align: right;
}

.intro_contents_table {
  padding-top: 3%;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 940px) {
  .intro_contents_table {
    padding-top: 5%;
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .intro_contents_table {
    padding-top: 5%;
    width: 90%;
    margin: 0 auto;
  }
}

.intro_sub h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  text-align: left;
  color: #0095D9;
}
.intro_sub p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #545454;
  text-align: left;
}
.intro_sub .intro_sub_table {
  border: 3px solid grey;
  border-collapse: separate;
}
.intro_sub .intro_sub_table th, .intro_sub .intro_sub_table td {
  border: 1px solid grey;
}
.intro_sub .intro_sub_table th {
  width: 20%;
  background-color: #E4F2F9;
}
.intro_sub .intro_sub_table td {
  padding-left: 10px;
}

.single_intro_sub_container {
  width: 100%;
  margin: auto;
}

.intro_sub_main_contents {
  padding-bottom: 100px;
}
.intro_sub_main_contents h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
}

.intro_sub_subtitle {
  margin: 10px;
  padding: 10px;
}

.intro_sub_contents_table {
  padding-top: 5%;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 940px) {
  .intro_sub_contents_table {
    padding-top: 5%;
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .intro_sub_contents_table {
    padding-top: 5%;
    width: 90%;
    margin: 0 auto;
  }
}

.kikisearch_header {
  width: 100%;
  padding: 20px 20px 40px;
  text-align: center;
  background-color: #f8f8f8;
}
.kikisearch_header .search-form-style {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
}
.kikisearch_header .search-form-style > input {
  width: 100%;
  padding: 13px 10px;
  border: 1px solid #CBCBCB;
  border-radius: 4px;
}
.kikisearch_header .search-form-style > input::-moz-placeholder {
  font-size: 16px;
  color: #CBCBCB;
}
.kikisearch_header .search-form-style > input::placeholder {
  font-size: 16px;
  color: #CBCBCB;
}
.kikisearch_header .search-form-style::after {
  font-family: "Material Icons";
  content: "\e8b6";
  font-size: 25px;
  color: #FFFFFF;
  position: absolute;
  top: 7px;
  right: 11px;
}
.kikisearch_header .search-btn {
  padding: 11px 40px 13px 20px;
  border: none;
  border-radius: 4px;
  background-color: #F47602;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  position: absolute;
  top: 2px;
  right: 2px;
}

.kikisearch_select_container {
  width: 276px;
  margin: 20px auto 10px;
  padding: 1px;
  border: 1px solid #0095D9;
  background-color: #FFFFFF;
  border-radius: 6px;
}
.kikisearch_select_txt, .kikisearch_select_txt_active {
  width: 136px;
  padding: 9px 30px;
  font-size: 16px;
  font-weight: 700;
  color: #0095D9;
}
.kikisearch_select_txt_active {
  background-color: #0095D9;
  border-radius: 6px;
}
.kikisearch_select_txt_active:hover {
  cursor: default;
}
.kikisearch_select_txt_active > p {
  color: #FFFFFF;
}

.kikisearch_container {
  width: 100%;
  max-width: 1100px;
  padding: 50px 20px;
  margin: 0 auto;
}

.kikisearch_flex {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
}

.kikisearch_common_txt {
  font-size: 16px;
}

/* 子カテゴリのリスト */
.kikisearch_list {
  margin: 0;
  padding: 15px;
  background-color: #E4F2F9;
}
.kikisearch_list > li {
  list-style: none;
}
.kikisearch_list > li + li {
  padding-top: 15px;
}
.kikisearch_list > li > a {
  font-size: 16px;
  color: #0095D9;
}
.kikisearch_list_wrap {
  width: 243px;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .kikisearch_list_wrap {
    width: 100%;
    max-width: 767px;
    margin-right: 0;
  }
}
.kikisearch_list_ttl {
  padding: 10px 20px;
  background-color: #006492;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
.kikisearch_list {
  /* accordion */
}
.kikisearch_list_hidden {
  display: none;
}
.kikisearch_list_visible {
  display: block;
}
.kikisearch_list_visible > span {
  transform: rotate(180deg);
}
.kikisearch_list_button_hidden {
  display: none;
}
.kikisearch_list_switch {
  font-weight: 700;
  font-size: 16px;
  color: #0095D9;
  text-align: center;
}
.kikisearch_list_switch > span {
  position: relative;
  top: 6px;
  left: 5px;
}
.kikisearch_list_switch:hover {
  cursor: pointer;
}

/* 子カテゴリのリストend */
/* 子カテゴリ記事一覧テーブル */
.kikisearch_result_wrap {
  width: calc(100% - 273px);
}
@media (max-width: 768px) {
  .kikisearch_result_wrap {
    width: 100%;
    max-width: 767px;
    margin-top: 30px;
  }
}
.kikisearch_result_container {
  width: 100%;
  min-width: 680px;
  margin-top: 30px;
  border-collapse: collapse;
  border-color: #CBCBCB;
}
@media (max-width: 768px) {
  .kikisearch_result_container {
    max-width: 767px;
  }
}
.kikisearch_result_header {
  margin: 10px 0 0;
  padding: 0;
  background-color: #E4F2F9;
}
.kikisearch_result_header > th {
  padding: 15px 10px;
  list-style: none;
  font-size: 14px;
  color: #006492;
}
.kikisearch_result_header > th:first-child {
  width: 350px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .kikisearch_result_header > th:nth-child(2) {
    display: none;
  }
}
.kikisearch_result_header > th:nth-child(3) {
  width: 120px;
}
@media (max-width: 768px) {
  .kikisearch_result_header > th:nth-child(3) {
    display: none;
  }
}
.kikisearch_result_header > th:nth-child(4) {
  width: 70px;
}
.kikisearch_result_header > th:nth-child(5) {
  width: 60px;
}
@media (max-width: 768px) {
  .kikisearch_result_header > th:nth-child(5) {
    display: none;
  }
}
.kikisearch_result_postcount {
  font-size: 16px;
  color: #545454;
}
.kikisearch_result_postcount > span {
  font-weight: 700;
}
.kikisearch_result_list {
  background-color: #f8f8f8;
  list-style: none;
  font-size: 14px;
}
.kikisearch_result_list:nth-child(2n) {
  background-color: #ffffff;
}
.kikisearch_result_list_txt {
  padding: 10px 15px;
}
.kikisearch_result_list_txt:first-child {
  width: 350px;
  font-weight: 700;
  color: #006492;
}
.kikisearch_result_list_txt:first-child a:visited {
  text-decoration: none;
  font-weight: 700;
  color: #006492;
}
@media (max-width: 768px) {
  .kikisearch_result_list_txt:nth-child(2) {
    display: none;
  }
}
.kikisearch_result_list_txt:nth-child(3) {
  width: 120px;
}
@media (max-width: 768px) {
  .kikisearch_result_list_txt:nth-child(3) {
    display: none;
  }
}
.kikisearch_result_list_txt:nth-child(4) {
  width: 80px;
}
.kikisearch_result_list_txt:nth-child(5) {
  width: 60px;
}
@media (max-width: 768px) {
  .kikisearch_result_list_txt:nth-child(5) {
    display: none;
  }
}

/* 子カテゴリ記事一覧テーブル end */
@media (max-width: 768px) {
  .kikisearch_pc {
    display: none;
  }
}

.kikisearch_sp {
  display: none;
}
@media (max-width: 768px) {
  .kikisearch_sp {
    display: block;
  }
}

.screen-reader-text {
  display: none;
}

.kikijoho_container {
  width: 100%;
  max-width: 1100px;
  padding: 50px 20px;
  margin: 0 auto;
}
.kikijoho_container_header {
  width: 100%;
  margin-bottom: 30px;
  padding: 16px 20px 15px;
  border-left: 5px solid #0095d9;
  background-color: #e4f2f9;
}
.kikijoho_container_ttl {
  font-weight: 700;
  font-size: 22px;
  color: #212121;
}

.kikijoho_flex {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
}

.kikijoho_table {
  width: 100%;
  border-collapse: collapse;
  border-color: #CBCBCB;
}
.kikijoho_table_wrap {
  width: 55%;
  max-width: 580px;
}
@media (max-width: 940px) {
  .kikijoho_table_wrap {
    width: 100%;
    max-width: 767px;
  }
}
.kikijoho_table_ttl {
  width: 115px;
  padding: 11px 10px 9px;
  text-align: left;
  font-size: 14px;
  color: #006492;
  background-color: #f8f8f8;
}
.kikijoho_table_txt {
  padding: 11px 10px 9px;
  font-size: 14px;
  color: #545454;
}
.kikijoho_table_txt > ul {
  padding: 0;
  margin: 0;
}
.kikijoho_table_txt > ul > li {
  list-style: none;
}

.kikijoho_img {
  display: inline-block;
  width: 95%;
}
.kikijoho_img_wrap {
  width: 45%;
  padding-left: 30px;
  text-align: center;
}
@media (max-width: 940px) {
  .kikijoho_img_wrap {
    width: 100%;
    max-width: 767px;
    padding: 0;
    margin-top: 30px;
  }
}
.kikijoho_img_zoom {
  width: 95%;
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  color: #006492;
}

.screen-reader-text {
  display: none;
}

.notfound_page_backtop {
  margin-top: 30px;
}

.flex_kiki_joho {
  display: flex;
  flex-direction: column;
}

.grid_kikii_joho {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.gitc_style table, .gitc_style hr, .gitc_style ul, .gitc_style p, .gitc_style h4, .gitc_style h3 {
  width: 100%;
  margin: 10px auto 10px;
}

.gitc_style td, .gitc_style li, .gitc_style p {
  font-weight: 400;
  font-size: 17px;
  color: #545454;
  text-align: left;
}

.gitc_style {
  padding: 50px 20px;
  box-sizing: border-box;
}
.gitc_style .gitc_flex {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-flow: row wrap;
}
.gitc_style .gitc_wrap {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
}
.gitc_style .gitc_wrap_narrow {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}
.gitc_style .gitc_map {
  min-width: 300px;
  margin: 0 auto;
}
@media (max-width: 940px) {
  .gitc_style .gitc_map {
    margin-bottom: 30px;
  }
}
.gitc_style .gitc_table {
  max-width: 420px;
  margin: 0 auto;
}
@media (max-width: 940px) {
  .gitc_style .gitc_table {
    max-width: none;
  }
}
.gitc_style h2 {
  width: 100%;
  margin-top: 17px;
  margin-bottom: 17px;
  padding: 16px 20px 15px;
  border-left: 5px solid #0095d9;
  background-color: #e4f2f9;
  font-weight: 700;
  font-size: 22px;
  color: #212121;
}
.gitc_style h3 {
  font-weight: 700;
  font-size: 18px;
  text-align: left;
  color: #0095D9;
}
.gitc_style h3 + hr {
  margin-top: -10px;
}
.gitc_style h4 {
  font-weight: 700;
  text-align: left;
  color: #0095D9;
}
.gitc_style h4 + hr {
  margin-top: -10px;
}
.gitc_style li + li {
  margin-top: 5px;
}
.gitc_style table {
  border: 1px solid #cbcbcb;
  border-collapse: collapse;
}
.gitc_style table > tbody tr:first-child + th {
  width: 25%;
}
.gitc_style table > tbody tr:first-child + td {
  width: 25%;
}
.gitc_style th {
  padding: 10px 15px;
  font-weight: 700;
  color: #006492;
  text-align: center;
  background-color: #e4f2f9;
  border: 1px solid #cbcbcb;
  border-collapse: collapse;
}
.gitc_style td {
  padding: 10px 15px;
  border: 1px solid #cbcbcb;
  border-collapse: collapse;
}
.gitc_style div {
  margin-bottom: 10px;
}
.gitc_style div > p > img {
  display: block;
  margin: 0 auto;
}
.gitc_style iframe {
  width: 100%;
  aspect-ratio: 4/3;
}
.gitc_style div.pnavi {
  margin-top: 30px;
  text-align: center;
}
.gitc_style table.gitc_sitemap {
  border: 1px solid #fff;
}
.gitc_style table.gitc_sitemap table,
.gitc_style table.gitc_sitemap tbody,
.gitc_style table.gitc_sitemap tr,
.gitc_style table.gitc_sitemap th,
.gitc_style table.gitc_sitemap td {
  border: 1px solid transparent;
}
.gitc_style div.gitc_contact .mwform-radio-field.vertical-item label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.gitc_style div.gitc_contact {
  /* フォーム系リセットcss */
}
.gitc_style div.gitc_contact input,
.gitc_style div.gitc_contact button,
.gitc_style div.gitc_contact select,
.gitc_style div.gitc_contact textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
.gitc_style div.gitc_contact textarea {
  resize: vertical;
}
.gitc_style div.gitc_contact input[type=checkbox],
.gitc_style div.gitc_contact input[type=radio] {
  display: inline-block;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.gitc_style div.gitc_contact input[type=submit],
.gitc_style div.gitc_contact input[type=button],
.gitc_style div.gitc_contact label,
.gitc_style div.gitc_contact button,
.gitc_style div.gitc_contact select {
  cursor: pointer;
}
.gitc_style div.gitc_contact select::-ms-expand {
  display: none;
}
.gitc_style div.gitc_contact {
  /* end */
}
.gitc_style div.gitc_contact form {
  text-align: center;
}
.gitc_style div.gitc_contact form p {
  width: 100%;
  max-width: 630px;
}
.gitc_style div.gitc_contact form p label {
  display: inline-block;
  width: 100%;
  font-size: 16px;
}
.gitc_style div.gitc_contact form p label input[type=text],
.gitc_style div.gitc_contact form p label input[type=email],
.gitc_style div.gitc_contact form p label textarea {
  width: 100%;
  min-height: 60px;
  margin-top: 10px;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.gitc_style div.gitc_contact form p label input[type=text],
.gitc_style div.gitc_contact form p label input[type=email] {
  padding: 0 20px;
}
.gitc_style div.gitc_contact form p label textarea {
  padding: 5px;
}
.gitc_style div.gitc_contact form p label select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 60px;
  margin-top: 10px;
  padding: 0 40px 0 20px;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' viewBox='0 0 20 20'%3E%3Cpath d='M5 7l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 18px;
  color: #545454;
  cursor: pointer;
}
.gitc_style span.gitc_contact_txt {
  background-color: white;
  border: 2px solid #00BEE5;
  color: #00BEE5;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin: 4px;
  padding: 1px 3px;
}
.gitc_style .mw_wp_form_input div.gitc_btn_area .gitc_contact_btn:first-child {
  display: none;
}
.gitc_style div.gitc_btn_area {
  width: 100%;
  max-width: 640px;
  margin: auto;
}
.gitc_style div.gitc_contact_btn {
  margin: 60px auto 0;
  width: 220px;
  border-radius: 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  transition: 0.3s;
  text-align: center;
}
.gitc_style div.gitc_contact_btn input.prev_btn {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 16px 0;
  color: #000;
  font-weight: bold;
  text-align: center;
  border-radius: 30px;
  background-color: #ffffff;
  border: 2px solid #000;
}
.gitc_style div.gitc_contact_btn input.sendbutton {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 16px 0;
  color: white;
  font-weight: bold;
  text-align: center;
  border-radius: 30px;
  background-color: #37d200;
  border: 2px solid #37d200;
}
.gitc_style div.gitc_contact_btn input.sendbutton:hover {
  background-color: #289502;
}
.gitc_style div.gitc_contact_btn > p {
  margin-bottom: 0;
}
.gitc_style p.gitc-mod-txt {
  text-align: center;
  position: relative;
  top: -130px;
  left: 0;
}
.gitc_style .button {
  border: 0;
  font-weight: 900;
  border-bottom: 2px solid black;
}
.gitc_style .button:hover {
  color: #00BEE5;
  cursor: pointer;
  border-color: #00BEE5;
}
.gitc_style .modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.gitc_style .modal-content {
  background-color: #FFFFFF;
  margin: 30px auto;
  width: 60%;
  max-width: 640px;
  height: 75%;
  text-align: left;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
  animation-name: modalopen;
  animation-duration: 1s;
  overflow-y: scroll;
}
@media (max-width: 600px) {
  .gitc_style .modal-content {
    width: 80%;
  }
}
@keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.gitc_style .modal-header {
  padding: 20px 20px 10px;
  display: flex;
  justify-content: space-between;
}
.gitc_style .modal-header h2 {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 0;
  font-weight: bold;
  text-align: left;
}
.gitc_style .modal-header p {
  display: none;
}
.gitc_style .modal-header {
  position: relative;
  top: 0;
  left: 0;
}
.gitc_style .modal-closebtn {
  padding-top: 10px;
  width: 100px;
  height: 50px;
  border-radius: 10px;
  background-color: #00BEE5;
  position: fixed;
  bottom: 10%;
  right: calc(50% - 50px);
  z-index: 999;
}
.gitc_style .modal-closebtn .modalClose {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 19px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.gitc_style .modal-closebtn .modalClose:hover {
  cursor: pointer;
}
.gitc_style .modal-body {
  padding: 10px 20px;
  color: black;
}
.gitc_style .modal-body h3 {
  margin: 14px 0;
}
.gitc_style .modal-body p {
  display: inline-block;
  margin-bottom: 10px;
}
.gitc_style .modal-body a {
  color: #00BEE5;
  font-weight: bold;
}
.gitc_style .modal-body a:hover {
  color: #00BEE5;
}
.gitc_style .notfound_page_backtop a p {
  display: none;
}
.gitc_style .notfound_page_backtop .notfound_page_backtop_btn {
  display: inline-block;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  color: #0095D9;
}

.shisetsu-price ul {
  padding-inline-start: 20px;
}
.shisetsu-price li {
  list-style: "※";
  padding-inline-start: 10px;
}
.shisetsu-price .notice {
  border: 4px double #cbcbcb;
  padding: 10px;
}

.allsearch_header {
  width: 100%;
  padding: 50px 20px 30px;
  background-color: #f8f8f8;
  /* 機器検索側フォーム */
}
.allsearch_header .search-form-style {
  width: 100%;
  max-width: 767px;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
}
.allsearch_header .search-form-style > input {
  width: 100%;
  padding: 13px 10px;
  border: 1px solid #CBCBCB;
  border-radius: 4px;
}
.allsearch_header .search-form-style > input::-moz-placeholder {
  font-size: 16px;
  color: #CBCBCB;
}
.allsearch_header .search-form-style > input::placeholder {
  font-size: 16px;
  color: #CBCBCB;
}
.allsearch_header .search-form-style::after {
  font-family: "Material Icons";
  content: "\e8b6";
  font-size: 25px;
  color: #FFFFFF;
  position: absolute;
  top: 7px;
  right: 11px;
}
.allsearch_header .search-btn {
  padding: 11px 40px 13px 20px;
  border: none;
  border-radius: 4px;
  background-color: #F47602;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  position: absolute;
  top: 2px;
  right: 2px;
}
.allsearch_header {
  /* サイト内検索側フォーム */
}
.allsearch_header_plugin .search-form {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
}
.allsearch_header_plugin .search-form > label > input {
  width: 100%;
  padding: 13px 10px;
  border: 1px solid #CBCBCB;
  border-radius: 4px;
}
.allsearch_header_plugin .search-form > label > input::-moz-placeholder {
  font-size: 16px;
  color: #CBCBCB;
}
.allsearch_header_plugin .search-form > label > input::placeholder {
  font-size: 16px;
  color: #CBCBCB;
}
.allsearch_header_plugin .search-form::after {
  font-family: "Material Icons";
  content: "\e8b6";
  font-size: 25px;
  color: #FFFFFF;
  position: absolute;
  top: 7px;
  right: 11px;
}
.allsearch_header_plugin .search-submit {
  padding: 11px 40px 13px 20px;
  border: none;
  border-radius: 4px;
  background-color: #F47602;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  position: absolute;
  top: 2px;
  right: 2px;
}
.allsearch_header_word {
  display: block;
  width: 100%;
  max-width: 767px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 700;
}
.allsearch_header_num {
  display: block;
  width: 100%;
  max-width: 767px;
  margin: 0 auto 20px;
  font-size: 28px;
  font-weight: 700;
}

.allsearch_container {
  width: 100%;
  max-width: 807px;
  padding: 50px 20px;
  margin: 0 auto;
}
.allsearch_post_box {
  width: 100%;
  max-width: 768px;
  height: auto;
}
.allsearch_post_box_ttl {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #0095D9;
}
.allsearch_post_box_ttl > a {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  font-size: 20px;
  color: #0095D9;
  word-break: break-all;
}
.allsearch_post_box_txt {
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  word-break: break-all;
  color: #878787;
}
.allsearch_post_box_date {
  font-size: 13px;
  color: #878787;
}
.allsearch_post_box_image {
  width: 140px;
  padding-left: 50px;
}
.allsearch_post_box_image_wrap {
  display: flex;
}
.allsearch_post_box_image_wrap > .allsearch_post_box {
  width: calc(100% - 140px);
}
.allsearch_post_box_image > img {
  display: inline-block;
  width: 90px;
  height: 90px;
}

.screen-reader-text {
  display: none;
}

.mt-30 {
  margin-top: 30px;
}

/* pagination */
nav.pagination {
  margin-top: 40px;
  text-align: center;
}

a.page-numbers {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  border: 1px solid #0095D9;
  color: #0095D9;
}

span.current {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  border: 1px solid #0095D9;
  color: #fff;
  background-color: #0095D9;
}

span.dots {
  color: #0095D9;
}

.bidding_information_sample_container {
  width: 100%;
  margin: auto;
}

.bidding_information .main_contents {
  width: 100%;
  padding-bottom: 100px;
}
.bidding_information .main_contents h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
}
.bidding_information .main_contents h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  text-align: left;
  color: #0095D9;
}
.bidding_information .main_contents p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #545454;
}
.bidding_information .bidding_information_table {
  width: 100%;
  border: 3px solid grey;
  border-collapse: separate;
}
.bidding_information .bidding_information_table th, .bidding_information .bidding_information_table td {
  border: 1px solid grey;
}
.bidding_information .bidding_information_table th {
  width: 20%;
  background-color: #E4F2F9;
}
.bidding_information .bidding_information_table td {
  padding-left: 10px;
}
.bidding_information .bidding_information_table .image_1 {
  padding: 15px 5px;
}
.bidding_information .bidding_information_table .image_1 p {
  text-align: center;
}
.bidding_information .bidding_information_table .image_2 {
  padding: 15px 5px;
}
.bidding_information .bidding_information_table .image_2 p {
  text-align: center;
}
.bidding_information .bidding_information_table .flex {
  display: flex;
}

.post_title_thumbnail {
  background-color: #F8F8F8;
}

.post_contents_thumbnail {
  width: 50%;
  margin: auto;
  padding-bottom: 5%;
  padding-top: 5%;
}
@media (max-width: 940px) {
  .post_contents_thumbnail {
    width: 80%;
    margin: auto;
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
@media (max-width: 600px) {
  .post_contents_thumbnail {
    width: 90%;
    margin: auto;
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

.bidding_information_contents_table {
  padding-top: 5%;
  width: 50%;
  margin: auto;
}
@media (max-width: 940px) {
  .bidding_information_contents_table {
    padding-top: 5%;
    width: 80%;
    margin: auto;
  }
}
@media (max-width: 600px) {
  .bidding_information_contents_table {
    padding-top: 5%;
    width: 90%;
    margin: auto;
  }
}

.thumbnail_img_position img {
  width: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.publicoffering_information h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  text-align: left;
  color: #0095D9;
}
.publicoffering_information p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #545454;
  text-align: left;
}

.publicoffering_information_container {
  width: 100%;
  margin: auto;
}

.publicoffering_information_main_contents {
  padding-bottom: 100px;
}
.publicoffering_information_main_contents h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
}

.publicoffering_information_subtitle {
  margin: 10px;
  padding: 10px;
}

.publicoffering_information_border {
  width: 100%;
  border-bottom: 1px solid;
}
.publicoffering_information_border p {
  text-align: right;
}

.publicoffering_information_contents_table {
  padding-top: 5%;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 940px) {
  .publicoffering_information_contents_table {
    padding-top: 5%;
    width: 80%;
    margin: auto;
  }
}
@media (max-width: 600px) {
  .publicoffering_information_contents_table {
    padding-top: 5%;
    width: 90%;
    margin: auto;
  }
}

.btn {
  width: 40px;
  padding: 2.5em 4em;
  margin: 20px;
  color: #FFF;
  background: #0095D9;
  border-radius: 13px;
}

.border_btn {
  width: 86px;
  height: 35px;
  border: 2px solid #0095D9;
  border-radius: 13px;
  color: #0095D9;
}
.border_btn p {
  font-size: smaller;
  text-align: center;
}

.info_btn {
  display: flex;
  flex-wrap: nowrap;
  margin: 20px;
  width: -moz-max-content;
  width: max-content;
  padding: 0 48px 0 20px;
  height: 46px;
  color: #FFF;
  background: #0095D9;
  border-radius: 6px;
}
@media screen and (max-width: 479px) {
  .info_btn {
    margin: 8px;
    padding: 0 20px 0 20px;
  }
}
.info_btn p {
  color: #FFF;
  padding: 10px 0px;
  text-align: center;
}
.info_btn span {
  left: 20%;
  color: #FFF;
  position: relative;
  margin: 0;
  top: 77%;
  transform: translate(0, -50%);
}

.info_btn2 {
  display: flex;
  flex-wrap: nowrap;
  margin: 20px;
  width: -moz-max-content;
  width: max-content;
  padding: 0 20px;
  height: 46px;
  color: #FFF;
  background: #0095D9;
  border-radius: 6px;
}
@media screen and (max-width: 479px) {
  .info_btn2 {
    margin: 8px;
  }
}
.info_btn2 p {
  color: #FFF;
  padding: 10px 0px;
  text-align: center;
}
.info_btn2 span {
  left: 10%;
  color: #FFF;
  position: relative;
  margin: 0;
  top: 77%;
  transform: translate(0, -50%);
}

.seminar_btn {
  display: flex;
  flex-wrap: nowrap;
  margin: 20px;
  width: -moz-max-content;
  width: max-content;
  padding: 0 20px;
  height: 46px;
  color: #FFF;
  background: #0095D9;
  border-radius: 6px;
}
.seminar_btn p {
  color: #FFF;
  padding: 10px 0px;
  text-align: center;
}
.seminar_btn span {
  left: 10%;
  color: #FFF;
  position: relative;
  margin: 0;
  top: 77%;
  transform: translate(0, -50%);
}

.relation_btn1 {
  margin: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px 14px;
  gap: 10px;
  width: 97%;
  height: 46px;
  background: #FFFFFF;
  border: 2px solid #0095D9;
  border-radius: 6px;
}
@media screen and (max-width: 479px) {
  .relation_btn1 {
    margin: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 7px 10px 7px;
    gap: 10px;
    width: 97%;
    height: 44px;
    background: #FFFFFF;
    border: 2px solid #0095D9;
    border-radius: 6px;
  }
}
.relation_btn1 p {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  color: #0095D9;
}
.relation_btn1 span {
  color: #0095D9;
  position: relative;
  margin: 0;
  top: 60%;
  transform: translate(0, -50%);
}

.relation_btn2 {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px 14px;
  gap: 10px;
  width: 333px;
  height: 46px;
  background: #FFFFFF;
  border: 2px solid #0095D9;
  border-radius: 6px;
}
.relation_btn2 p {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  color: #0095D9;
}

.new_btn {
  margin: 0px;
  gap: 10px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px 5px 3px;
  width: 45px;
  height: 26px;
  background: #0095D9;
  border-radius: 3px;
}
.new_btn p {
  margin: 0%;
  color: #FFF;
}

.contents_arrow_icon {
  padding: 8px;
  display: flex;
  flex-wrap: nowrap;
}
.contents_arrow_icon span {
  color: #0095D9;
  position: relative;
  margin: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 479px) {
  .contents_arrow_icon span {
    transform: translate(0, -15%);
  }
}

.relation_btn3 {
  position: absolute;
  top: 84%;
  left: 36%;
  margin: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px 14px;
  gap: 10px;
  width: 333px;
  height: 68px;
  background: #FFFFFF;
  border: 2px solid #fff;
  border-radius: 6px;
}
@media screen and (max-width: 479px) {
  .relation_btn3 {
    position: absolute;
    top: 84%;
    left: 36%;
    margin: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 7px 10px 7px;
    gap: 10px;
    width: 300px;
    height: 44px;
    background: #FFFFFF;
    border: 2px solid #0095D9;
    border-radius: 6px;
  }
}
.relation_btn3 p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #0095D9;
}
@media screen and (max-width: 479px) {
  .relation_btn3 p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #0095D9;
  }
}

.relation_btn4 {
  position: absolute;
  top: 84%;
  left: 65%;
  margin: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px 14px;
  gap: 10px;
  width: 333px;
  height: 68px;
  background: #FFFFFF;
  border: 2px solid #fff;
  border-radius: 6px;
}
@media screen and (max-width: 479px) {
  .relation_btn4 {
    position: absolute;
    top: 84%;
    left: 36%;
    margin: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 7px 10px 7px;
    gap: 10px;
    width: 300px;
    height: 44px;
    background: #FFFFFF;
    border: 2px solid #0095D9;
    border-radius: 6px;
  }
}
.relation_btn4 p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #0095D9;
}
@media screen and (max-width: 479px) {
  .relation_btn4 p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #0095D9;
  }
}

.slider-2 .slick-slide {
  width: 100%;
  height: 400px;
  margin: 0 0px;
  position: relative;
  overflow: hidden;
  padding: 0;
}
@media screen and (max-width: 479px) {
  .slider-2 .slick-slide {
    height: auto;
  }
}
.slider-2 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 479px) {
  .slider-2 .slick-slide img {
    height: auto;
  }
}
.slider-2 .slick-dots {
  position: absolute;
  top: 90%;
  left: -35%;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .slider-2 .slick-dots {
    position: absolute;
    top: 55%;
    left: -35%;
  }
}
.slider-2 .slick-dots .slick-active button {
  background: #0a467d;
}
.slider-2 .slick-dots li {
  display: inline-block;
}
.slider-2 .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}

/*=============
slick
=============*/
.full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
}

.full div.img01 {
  background-image: url(https://125naroom.com/demo/img/simple01.jpg);
}

.full div.img02 {
  background-image: url(https://125naroom.com/demo/img/simple02.jpg);
}

.full div.img03 {
  background-image: url(https://125naroom.com/demo/img/simple03.jpg);
}

.full .slick-dots {
  bottom: 4%;
  z-index: 1;
}

/*=============
base
==============*/
html, body {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

.underlayer_hero_wrapper {
  width: 100%;
  background-image: url("../img/underlayer_hero.jpg");
  background-size: cover;
  background-position: center;
  z-index: -99;
  position: relative;
  top: 0;
  left: 0;
}
.underlayer_hero_wrapper::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.underlayer_hero_header {
  width: 100%;
  max-width: 1100px;
  padding: 60px 20px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.underlayer_hero_ttl {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  color: #fff;
}
@media (max-width: 600px) {
  .underlayer_hero_ttl {
    font-size: 25px;
  }
}

.breadcrumb {
  color: #545454;
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
}
.breadcrumb_wrapper {
  width: 100%;
  padding: 0 20px;
  background-color: transparent;
  position: absolute;
  bottom: -30px;
  left: 0;
}
@media (max-width: 768px) {
  .breadcrumb_wrapper {
    bottom: -45px;
  }
}

.breadcrumb_txt {
  font-size: 13px;
  vertical-align: baseline;
  list-style: none;
}
.breadcrumb_txt + .breadcrumb_txt {
  margin-left: 25px;
  position: relative;
  top: 0;
  left: 0;
}
.breadcrumb_txt + .breadcrumb_txt::before {
  display: block;
  content: ">";
  font-size: 15px;
  position: absolute;
  top: -3px;
  left: -17px;
}
@media (max-width: 768px) {
  .breadcrumb_txt_box {
    max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
  }
}

.txt-whiter {
  color: #fff;
}
.txt-whiter a {
  color: #fff;
  text-decoration: underline;
}/*# sourceMappingURL=common.css.map */