/* ------------------------------------------------------------------
side　main
------------------------------------------------------------------ */
.sideBox ul {
  margin-bottom: 20px;
  padding: 0px 0px 20px;
  border-radius: 0 0 1em 1em;
  border-top: none;
}

.sideBox .subtitle {
  margin-bottom: 0px;
  padding: 10px 10px;
  font-weight: 600;
  border-bottom: none;
  text-align: center;
  color: #006dd2;
  background: #f2f9ff;
  border-radius: .4em;
  letter-spacing: .1em;
  font-size: 2.0rem;
}

.sideBox ul li a {
  padding: 13px 0;
  color: #333;
  display: block;
  font-size: 1.3rem;
}

.sideBox ul li a:hover {
  text-decoration: underline;
  color: #28292C;
}

.sideBox ul li .day {
  font-family: "Manrope", serif;
  color: #006dd2;
  margin: 0;
  font-size: 1.3rem;
  display: block;
  font-weight: 500;
  letter-spacing: .1em;
}

.sideBox ul li a:hover .day {
  font-family: "Manrope", serif;
  color: #333;
}

.sideBox ul.saishin li a {
  padding: 10px 0;
}

.sideBox ul:saishin li a:hover {
  text-decoration: underline;
  color: #333;
}

ul.news-list-year {
  display: flex;
  flex-wrap: wrap;
}

ul.news-list-year li {
  font-size: 1.3rem;
  padding: 0 .5em .5em;
}

ul.news-list-year li a {
  text-decoration: underline;
  font-weight: 400;
  font-size: 1.3rem;
  display: inline-block;
}

@media(min-width:768px) {
  .mainBox {
    width: 100%;
  }

  .sideBox {
    width: 100%;
  }
}

@media only screen and (max-width: 736px) {
  .sideBox ul:nth-child(1) {
    background: #fff;
    padding: 30px 0px 20px;
  }
}

/* ------------------------------------------------------------------
h3
------------------------------------------------------------------ */
.topTitle {
  text-align: center;
  margin-bottom: 40px;
}

.toppage_title {
  color: #1f2c32;
  position: relative;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: .2em;
  margin-bottom: 0;
}

.toppage_title {
  display: inline-block;
}

/*——文字下にライン——*/
.bottom_accent_border .title_ja {
  padding-bottom: 30px;
}

.bottom_accent_border {
  position: relative;
}

.bottom_accent_border::before {
  content: "";
  display: inline-block;
  width: 250px;
  height: 5px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -125px;
  background: url(../img/line.svg);
  background-repeat: repeat-x;
  background-size: 250px 5px;
}

.topTitle .title_ja {
  color: #1f2c32;
  margin-top: 1.2em;
  font-size: 1.4rem;
  display: block;
  line-height: 1;
  letter-spacing: .2em;
}

.topTitle .title_en {
  font-weight: 600;
  letter-spacing: .3em;
  text-indent: .3em;
  font-size: 2.6rem;
  display: block;
  line-height: 1;
}

/*——文字の左右にライン——*/
.title_border {
  position: relative;
  letter-spacing: .2em;
  display: inline-block;
  padding: 0 30px;
  text-align: center;
  position: relative;
  font-weight: 500;
  font-size: 1.9rem;
  margin-bottom: 0;
}

/*——画像タイトル——*/
.title_img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

@media(min-width:1024px) {
  .topTitle .title_ja {
    font-size: 2.0rem;
  }

  .topTitle .title_en {
    font-size: 5.0rem;
  }

  /*——文字の左右にライン——*/
  .title_border {
    font-size: 2.8rem;
  }

  .title_border::before {
    content: "";
    display: inline-block;
    width: 279px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: -279px;
    margin-top: -.5px;
    background: url(../img/d_line.svg);
    background-repeat: repeat-x;
    background-size: 18px 1px;
  }

  .title_border::after {
    content: "";
    display: inline-block;
    width: 279px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: -279px;
    margin-top: -.5px;
    background: url(../img/d_line.svg);
    background-repeat: repeat-x;
    background-size: 18px 1px;
  }
}

@media(min-width:1280px) {
  .topTitle {
    margin-bottom: 50px;
  }

  .topTitle .title_ja {
    font-size: 2.4rem;
  }

  .topTitle .title_en {
    font-size: 5.4rem;
  }

  /*——文字の左右にライン——*/
  .title_border {
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 1023px) {
  .topTitle .title_ja {
    margin-bottom: 20px;
    font-size: 200%;
    font-size: 1.6rem;
  }

  .topTitle .title_en {
    font-size: 3.4rem;
  }

  .bottom_accent_border::before {
    content: "";
    display: inline-block;
    width: 144px;
    height: 3px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -72px;
    background: url(../img/line.svg);
    background-repeat: no-repeat;
    background-size: 144px 3px;
  }

  .bottom_accent_border .title_en {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 450px) {
  .topTitle {
    margin-bottom: 30px;
  }

  .topTitle .title_ja {
    line-height: 1.4;
    font-size: 1.6rem;
  }

  .topTitle .title_en {
    font-size: 3.0rem;
  }

  .bottom_accent_border .title_ja {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 320px) {

  /*——文字の左右にライン——*/
  .title_border {
    font-size: 1.9rem;
  }
}

/* ------------------------------------------------------------------
トップページ_zoom
------------------------------------------------------------------ */
.img_zoom {
  cursor: pointer;
  max-width: 500px;
  overflow: hidden;
  width: 100%;
}

.img_zoom img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform .6s ease;
  /* ゆっくり変化させる */
}

.img_zoom:hover img {
  transform: scale(1.1);
  /* 拡大 */
}

@media(min-width:768px) {
  .img_zoom img {
    height: 140px;
  }
}

@media(min-width:1024px) {
  .img_zoom img {
    height: 180px;
  }
}

@media(min-width:1280px) {
  .img_zoom img {
    height: 240px;
  }
}

@media only screen and (max-width: 360px) {
  .img_zoom img {
    height: 180px;
  }
}

/* ------------------------------------------------------------------
トップページ_about
------------------------------------------------------------------ */
.toppage_about {
  padding: 120px 0;
  background-color: #1c2a39;
  background-image: url(../img/about_bg02.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.about__inner {
  margin: 0 auto;
  padding: 40px 20px;
}

.toppage_about .toppage_title {
  color: #fff;
}

.toppage_about h4 {
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  font-size: 1.8rem;
  margin-bottom: 40px;
}

.toppage_about p {
  color: #fff;
  line-height: 2.4em;
  font-weight: 500;
}

@media(min-width:768px) {
  .about__inner {
    width: 700px;
  }
}

@media(min-width:1024px) {
  .about__inner {
    width: 960px;
    padding: 80px 80px;
  }
}

@media(min-width:1280px) {
  .about__inner {
    width: 1024px;
    padding: 100px 100px;
  }

  .toppage_about h4 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 2.6rem;
  }
}

@media(min-width:1728px) {}

@media only screen and (max-width: 1023px) {
  .toppage_about {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 450px) {
  .about__inner {
    width: 384px;
  }

  .toppage_about h4 {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 420px) {
  .about__inner {
    width: 368px;
  }
}

@media only screen and (max-width: 390px) {
  .about__inner {
    width: 348px;
  }

  .toppage_about h4 {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 360px) {
  .about__inner {
    width: 285px;
  }

  .toppage_about h4 {
    font-size: 1.4rem;
  }
}

/* ------------------------------------------------------------------
トップページ_スライド
------------------------------------------------------------------ */
.card05 {
  /* コンテナ */
  overflow: hidden;
  /* スライド */
  /* スライド ホバー時 */
}

.card05 .swiper {
  overflow: visible;
}

.card05 .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.card05 .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.toppage_gallery {
  height: 600px;
}

.gallery_inner {
  position: relative;
}

.gallery_inner:after {
  display: block;
  content: "";
  background: #f2f9ff;
  border-radius: 0 0 1.8em 1.8em;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1;
}

.toppage_gallery ul li:nth-child(3n+1) {
  margin-top: 40px;
}

.toppage_gallery ul li:nth-of-type(3n) {
  margin-top: 80px;
}

.toppage_gallery ul li .image-wrap {
  padding-top: 100%;
}

.toppage_gallery ul li img {
  border-radius: 1em;
}

@media(min-width:768px) {
  .gallery_inner:after {
    width: 708px;
    margin-left: -354px;
    height: 600px;
  }
}

@media(min-width:1024px) {
  .toppage_gallery {
    height: 320px;
  }

  .gallery_inner:after {
    width: 960px;
    margin-left: -480px;
    height: 320px;
  }
}

@media(min-width:1280px) {
  .toppage_gallery {
    height: 400px;
  }

  .gallery_inner:after {
    width: 1024px;
    margin-left: -512px;
    height: 400px;
  }
}

@media only screen and (max-width: 450px) {
  .toppage_gallery {
    height: 260px;
  }

  .gallery_inner:after {
    width: 384px;
    margin-left: -192px;
    height: 260px;
  }
}

@media only screen and (max-width: 420px) {
  .gallery_inner:after {
    width: 368px;
    margin-left: -184px;
  }
}

@media only screen and (max-width: 390px) {
  .gallery_inner:after {
    width: 348px;
    margin-left: -174px;
  }
}

@media only screen and (max-width: 360px) {
  .toppage_gallery {
    height: 220px;
  }

  .gallery_inner:after {
    width: 285px;
    margin-left: -142.5px;
    height: 220px;
  }
}

/* ------------------------------------------------------------------
トップページ_サービス
------------------------------------------------------------------ */
.toppage_service {
  padding: 120px 0 120px;
  background: #1c2a39;
}

.toppage_service .toppage_title, .toppage_service .toppage_title .title_ja {
  color: #fff;
}

.toppage_service .topTitle .title_ja {
  margin-top: 30px;
}

.service__wrapper {
  background: #f2f9ff;
  border-radius: 1.0em;
  padding: 40px 40px 20px;
}

ul.service__menu {
  display: flex;
  flex-wrap: wrap;
}

ul.service__menu li {
  background: #fff;
  border: 1px solid #ccc;
  padding: 30px 30px 40px;
}

.border-next {
  margin-top: -1px;
  margin-left: -1px;
  width: calc(25% + 1px);
}

ul.service__menu li .flex-item {
  margin-bottom: 20px;
}

ul.service__menu li h4 {
  text-align: center;
  font-weight: 600;
  letter-spacing: .1em;
  margin-bottom: 1em;
}

@media (min-width: 1024px) {
  .toppage_service .topTitle .title_ja {
    margin-top: 50px;
  }

  .service__wrapper {
    border-radius: 1.8em;
    padding: 60px 30px 50px;
  }

  ul.service__menu li {
    width: 33.3333%;
  }
}

@media (min-width: 1280px) {
  .service__wrapper {
    padding: 80px 60px 60px;
  }
}

@media (min-width: 1366px) {}

@media (min-width: 1440px) {}

@media(min-width:1728px) {}

@media only screen and (max-width: 1023px) {
  .toppage_service {
    padding: 60px 0 60px;
  }

  ul.service__menu li {
    width: 50%;
  }

  ul.service__menu li h4 {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 450px) {
  .service__wrapper {
    padding: 40px 20px 20px;
  }

  ul.service__menu {
    display: flex;
    flex-wrap: wrap;
  }

  ul.service__menu li {
    width: 100%;
    margin-bottom: 30px;
  }
}

/* ------------------------------------------------------------------
トップページ_施工事例
------------------------------------------------------------------ */
.toppage_works {
  padding: 130px 0 140px;
  background: #f1f7fd;
  position: relative;
}

.toppage_works::before {
  display: block;
  content: "";
  position: absolute;
  right: 12%;
  top: 5%;
  width: 500px;
  height: 320px;
  background: url(../img/works__menu__bg.svg) no-repeat 0 0;
  background-size: 500px 320px;
}

.works__menu {
  position: relative;
}

.works__menu .flex-item {
  overflow: hidden;
  border-radius: .8em;
  margin-bottom: 20px;
}

.works__menu a {
  display: block;
  background: #fff;
  border-radius: 1em;
  padding: 40px 40px 40px;
  transition: transform .6s ease;
}

.works__menu a:hover {
  background: #fffef1;
}

.works__menu ul {
  display: flex;
  margin-bottom: 10px;
}

ul.tag__list li.tag_btn {
  display: block;
  letter-spacing: 0.1em;
  line-height: 1.8333;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 0 1em;
  text-align: center;
  border: solid #156cc7 1px;
  color: #156cc7;
  background: #fff;
  margin-left: .5em;
  margin-bottom: .2em;
  width: auto;
}

ul li.tag_btn:first-child {
  margin-left: 0em;
}

.works__menu p {
  color: #333;
}

.works__profile {}

.works__text {
  font-weight: 500;
  line-height: 1.8em;
}

@media (min-width: 1024px) {
  .toppage_works .toppage_title {
    display: flex;
  }
}

@media (min-width: 1280px) {}

@media (min-width: 1366px) {}

@media (min-width: 1440px) {}

@media(min-width:1728px) {}

@media only screen and (max-width: 1023px) {
  .toppage_works {
    padding: 60px 0 60px;
  }
}

@media only screen and (max-width: 450px) {
  .toppage_works::before {
    display: block;
    content: "";
    position: absolute;
    right: -5%;
    top: 2%;
    width: 400px;
    height: 256px;
    background: url(../img/works__menu__bg.svg) no-repeat 0 0;
    background-size: 500px 320px;
  }
}

/* ------------------------------------------------------------------
トップページ_コンタクト
------------------------------------------------------------------ */
.toppage_contact {
  padding: 150px 0 150px;
  background-color: #1c2a39;
  background-image: url(../img/contact_bg.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.toppage_contact .toppage_title, .toppage_contact .toppage_title .title_ja {
  color: #fff;
}

.contact__box .topTitle {
  margin-bottom: 30px;
}

.contact__box p {
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .toppage_contact .topTitle {
    text-align: left;
  }

  .toppage_contact .topTitle .title_ja {
    padding-left: 16px;
  }

  .contact__box p {
    padding-left: 16px;
  }

  .toppage_contact .c-flex {
    align-items: center;
    justify-content: space-between;
  }

  .contact__box .left {
    width: 60%;
  }

  .contact__box .right {
    width: 30%;
  }

  .contact__box .t_a_b {
    padding: 30px 40px 0;
  }

  .toppage_contact .toppage_title .title_en {
    font-size: 4.0rem;
  }

  .contact__box .btn {
    font-size: 2.0rem;
    padding: 10px 0;
  }
}

@media (min-width: 1280px) {
  .toppage_contact .toppage_title .title_en {
    font-size: 4.6rem;
  }
}

@media (min-width: 1366px) {}

@media (min-width: 1440px) {}

@media(min-width:1728px) {}

@media only screen and (max-width: 1023px) {
  .toppage_contact {
    padding: 80px 0 80px;
  }

  .contact__box .left {
    height: 180px;
  }

  .contact__box .topTitle {
    margin-bottom: 0px;
  }

  .contact__box p {
    text-align: center;
  }
}

@media only screen and (max-width: 450px) {}

/* ------------------------------------------------------------------
スライド.card02
------------------------------------------------------------------ */
@media (min-width: 1024px) {

  /* スライド全体の余白 */
  .card02 .swiper {
    margin-top: 20px;
    /* スライダー上の余白 */
    padding-left: 10vw;
    /* スライダー左の余白 */
    padding-right: 20px;
    /* スライダー右の余白 */
  }
}

.card02 .swiper-controller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 3.2rem;
}

.card02 .swiper-button-prev, .card02 .swiper-button-next {
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  width: 60px;
  height: 50px;
}

.card02 .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.card02 .swiper-button-disabled::before {
  -webkit-box-shadow: var(--box-shadow-inset);
  box-shadow: var(--box-shadow-inset);
}

.card02 .swiper-button-prev:after, .card02 .swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.card02 .swiper-button-next:after, .card02 .swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

.card02 .swiper-button-next:after, .card02 .swiper-button-prev:after {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  background: url(../img/service_btn.svg) no-repeat 0 0;
  background-size: 50px 50px;
  transition: .5s;
}

.card02 .swiper-button-next:hover:after, .card02 .swiper-button-prev:hover:after {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  background: url(../img/service_btn_hover.svg) no-repeat 0 0;
  background-size: 50px 50px;
  transition: .5s;
}

.card02 .swiper-button-prev:after {
  transform: rotateY(180deg);
}

.card02 .swiper-button-prev:hover:after {
  transform: rotateY(180deg);
}

@media only screen and (max-width: 1023px) {
  .card02 {
    padding: 0 5.333333333333334vw;
  }
}

/* ------------------------------------------------------------------
topニュース
------------------------------------------------------------------ */
/* -----toppege----- */
.toppage_news {
  padding: 120px 0 0px;
  background: #fff;
}

.news__header__btn a {
  letter-spacing: .1em;
  font-family: "Poppins", sans-serif;
  color: #333;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 1.8rem;
}

.news__header__btn a span {
  display: block;
}

.news__header__btn a span:first-child {
  padding-right: 1em;
}

ul.news-list {
  margin: 0px auto 0;
}

ul.news-list li {
  border-bottom: solid 1px #e5eaf0;
  transition: transform .6s ease;
}

ul.news-list li:first-child {
  border-top: solid 1px #e5eaf0;
}

ul.news-list li a {
  padding: 35px 0;
  display: block;
  color: #333;
}

/* -----共通----- */
ul.news-list li .t_a_b {
  padding: 20px;
}

.newsItemInfo {
  display: flex;
}

.newsItemInfo .image-wrap {
  border-radius: .2em;
  padding-top: 100%;
}

.newsItemInfo .left {
  width: 16%;
}

.newsItemInfo .right {
  padding: 20px;
  width: 84%;
}

.newsItem_tag {
  display: flex;
  align-items: center;
}

.tag__inner {
  width: 120px;
}

.newsList-time {
  color: #006dd2;
  font-weight: 600;
  position: relative;
  letter-spacing: .1em;
  line-height: 1.81818;
  font-family: "Manrope", serif;
  padding: 0 30px;
  font-size: 1.4rem;
}

.title_list {
  letter-spacing: 0.1em;
  margin-top: .1em;
  margin-bottom: 0;
}

span.blog {
  background: #f1e3d0;
  color: #554c46;
}

span.news {
  background: #ebf0f5;
  color: #156cc7;
}

span.works {
  background: #f5f1c3;
  color: #545e6c;
}

span.newmark {
  background: #ff4646;
  color: #fff;
}

.blog, .news, .works, .newmark {
  display: block;
  letter-spacing: 0.1em;
  line-height: 1.8333;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 0 1em;
  text-align: center;
}

span.newmark {
  margin-left: .5em;
}

/* -----一覧ページ----- */
.news__Wrapper {
  margin-left: auto;
  margin-right: auto;
}

/* -----詳細ページ----- */
.blog_title {
  font-size: 2.0rem;
  font-weight: 400;
  padding: 0px 0 .5em;
  margin-bottom: 33px;
  line-height: 2.0em;
  position: relative;
  border-bottom: 3px solid #e4e6e8;
}

.blog_title::before {
  content: "";
  position: absolute;
  background-color: #fff151;
  width: 135px;
  height: 3px;
  bottom: -3px;
  left: 0;
}

.blog_title .day {
  font-family: "Manrope", serif;
  display: block;
  font-size: 1.3rem;
  line-height: 1.8;
  opacity: 0.7;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}

.news_inner a {
  color: #006dd2;
}

.news_inner p {
  line-height: 2.2em;
  margin-bottom: 1em;
}

.news_inner p:last-child {
  margin-bottom: 0;
}

.news_inner img {
  width: 100%;
  display: block !important;
  margin-right: auto !important;
  margin-left: auto !important;
  margin-top: 30px;
  margin-bottom: 30px;
  height: auto !important;
}

.news_inner p a {
  text-decoration: underline;
}

.news_inner ul, .news_inner ol {
  padding-left: 20px;
}

.mark, mark {
  background: rgba(253, 246, 77, .6);
}

@media(min-width:768px) {

  /* -----toppege----- */
  .toppage_news .btn {
    width: 210px;
    padding-right: 20px;
  }

  .news_inner img {
    margin-left: 0 !important;
  }
}

@media(min-width:1024px) {

  /* -----toppege----- */
  .toppage_news .topTitle {
    text-align: left;
    margin-bottom: 0;
  }

  .news__header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
  }

  .toppage_news .toppage_title {
    display: flex;
  }

  /* -----共通----- */
  ul.news-list {
    margin: 0px auto 0;
  }

  ul.news-list li {
    transition: transform .6s ease;
  }

  .news__wrapper {
    display: flex;
    align-items: center;
  }

  .flexInner {
    padding: 40px 30px;
  }

  /* -----一覧ページ----- */
  .news__Wrapper {
    width: 846px;
  }

  /* -----詳細ページ----- */
  .blog_title {
    font-size: 1.8rem;
  }
}

@media(min-width:1280px) {

  /* -----toppege----- */
  /* -----共通----- */
  .blog_title {
    font-size: 2.0rem;
  }

  .title_list {
    font-size: 1.6rem;
  }
}

@media(min-width:1920px) {

  /* -----toppege----- */
  .toppage_news {
    padding: 100px 0 100px;
  }

  /* -----共通----- */
  .title_list {
    font-size: 1.86rem;
  }
}

@media only screen and (max-width: 1023px) {
  .toppage_news {
    padding: 60px 0 30px;
  }

  /* -----toppege----- */
  .toppage_news .c-flex {
    display: block;
  }

  .news__header__btn {
    width: 180px;
    margin: 30px auto 0;
  }

  /* -----共通----- */
  .news-page .c-flex {
    display: block;
  }

  .newsItemInfo .left {
    width: 20%;
  }

  .newsItemInfo .right {
    width: 80%;
  }

  .newsItem_tag {
    margin-bottom: 10px;
  }

  .newsList-time {
    font-size: 1.3rem;
    padding: 0 0 0 20px;
  }
}

@media only screen and (max-width: 736px) {
  ul.news-list li a {
    display: block;
    width: 100%;
  }

  .toppage_news .btn {
    margin-top: 20px;
    width: 180px;
    line-height: 44px;
    font-size: 1.4rem;
    padding-right: 20px;
  }

  ul.news-list li::before {
    display: none;
  }

  /* -----共通----- */
  ul.news-list {
    margin-bottom: 0px;
  }

  ul.news-list li {
    padding-right: 0px;
  }

  .newsItemInfo .right {
    padding: 0 0 0 10px;
  }

  /* -----詳細ページ----- */
  .blog_title {
    font-size: 1.6rem;
  }

  .news_inner img {
    width: 100%;
  }
}

@media only screen and (max-width: 320px) {
  .blog, .news, .orderitem, .newmark {
    font-size: .8rem;
    width: 80px;
  }
}

/* ------------------------------------------------------------------
下層ページ_blog
------------------------------------------------------------------ */
@media(min-width:1024px) {
  .news-page .c-flex {
    justify-content: space-between;
  }

  .news-page .news__Left {
    width: 70%;
  }

  .news-page .news__Right {
    width: 23%;
  }
}

@media only screen and (max-width: 736px) {
  .news-page .news__Left {
    margin-bottom: 30px;
  }
}

/* ------------------------------------------------------------------
会員ページ_パスワード
------------------------------------------------------------------ */
.members p {
  font-weight: 600;
}

.members_input {
  margin-left: auto;
  margin-right: auto;
  background: #ebecf5;
  padding: 40px;
}

.members_input h4 {
  text-align: center;
  font-size: 2.0rem;
  margin: 0 0 20px;
}

.members .btn {
  text-decoration: none;
  margin-bottom: 20px;
}

.members_input .btn {
  width: 100%;
  margin-top: 20px;
}

@media(min-width:768px) {
  .members p {
    text-align: center;
  }

  .members .btn {
    width: 260px;
  }

  .members_input {
    width: 500px;
  }

  .members_input .btn {
    font-size: 1.6rem;
    line-height: 40px;
    width: 220px;
  }
}

.instagram_wrapper {
  margin-top: 50px;
}

@media only screen and (max-width: 736px) {
  .instagram_wrapper {
    margin-top: 30px;
  }
