/*
Theme Name: mono-pro
Theme URI: http://mono-pro-test.local/
Author: 早稲田大学 理工学術院
Description: 早稲田大学 - ものづくりチャレンジ企画の公式ウェブサイトです。
*/


@charset "UTF-8";
html {
  scroll-padding-top: 4.5rem;
}

body {
  position: relative;
}
body * {
  font-family: Lato,"Noto Sans JP","ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
p {
  line-height: 1.75;
}
ol, ul, dl {
    margin-top: 0;
    margin-bottom: 2rem;
}
li {
  margin-top: .5em;
  margin-bottom: .5em;
}
.navbar-nav li,
.navbar-nav li a{
   margin-top: 0 !important; 
}
.txt_pd1{
  padding-bottom: 1rem;
}
.txt_pd2{
  padding-bottom: 2rem;
}
.txt_pd5{
  padding-bottom: 5rem;
}
.page-section {
   padding: 3rem 0;
  overflow: hidden;
}
.page-section h2.section-heading, .page-section .section-heading.h2 {
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
 /*
.page-section h3.section-subheading, .page-section .section-subheading.h3 {
  font-size: 1.5rem;
  font-weight: 400;
  font-style: normal;
  font-family: Lato,"Noto Sans JP","ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  margin-bottom: 2rem;
  color: #333 !important;
}
   */

h3 {
  position: relative; /* 基準にする */
  padding-bottom: 10px; /* 文字と下線の隙間 */
  font-size: 24px;
   border-bottom: 1px solid #ccc; /* 下線のベース（全体グレー） */
  color: #666;
  margin: 0 0 2rem 0;
}
h3::after {
content: ".";
  line-height: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  bottom: -1px;
  width: 30%;
  border-bottom: 1.5px solid #8e1728;
}

/* 既存スタイル */
.circle-box {
  max-width: 260px !important;
  margin: 0 auto 3rem !important;  /* 中央寄せ */
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
}

/* aタグや img にも適用 */
.circle-box a,
.circle-box a img {
  display: block;       /* ブロック化 */
  width: 100%;
  height: 100%;
  object-fit: cover;    /* 中央寄せ＋切り抜き */
}
@media (max-width: 768px) {
  .circle-box {
    max-width: 180px!important;
    margin-bottom: 2rem;
  }
}

.border01{
 border-bottom: #ccc 1px solid;
 margin: 2rem;
}
.circle-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ml-03{
  margin: 0 3rem;
  width: 90%;
}

/*** WP Show Posts ***/

/* 各記事のブロック */
.wp-show-posts-single {
  border-bottom: 1px dotted #ddd;
  padding: 10px 0;
}

/* タイトル全体をクリック領域に */
.wp-show-posts-entry-title a {
  display: block;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 600;
  color: #666;
}

/* タイトルの余白 */
.wp-show-posts-entry-title {
  margin-bottom: 8px;
}

/* 日付 */
.wp-show-posts-entry-meta {
  font-size: 0.85rem;
  color: #777;
}

/* ホバー時 */
.wp-show-posts-single:hover {
  background-color: #f9f9f9;
}

/* 768px以上（タブレット・PC） */
@media (min-width: 768px) {

  .wp-show-posts-single {
    padding: 14px 0;
  }

  .wp-show-posts-entry-title a {
    font-size: 1.2rem;
  }

  .wp-show-posts-entry-meta {
    font-size: 0.9rem;
  }

}
/*** WP Show Posts ここまで***/

@media (min-width: 768px) {

  section {
    padding: 9rem 0;
  }
  .wp-show-posts{
    padding: 0 !important;
  }
}
.btn-xl {
  padding: 1.25rem 2.5rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.125rem;
  font-weight: 700;
}
/*social button*/
/* 全体（縦並び） */
.sns-item {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

/* 黒い円 */
.btn-social {
  height: 2.5rem;
  width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border-radius: 50%;
}

/* アイコン調整（重要） */
.btn-social svg {
  width: 1.3rem;
  height: 1.3rem;
  color: #fff;
  fill: currentColor;
}

/* aタグの影響を打ち消す */
.sns-item {
  text-decoration: none;
  color: inherit;
}

/* テキスト */
.btn-social-text {
  font-size: 10px;
  margin-top: 6px;
  color: #666;
}
.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 2.5rem !important;
}

#mainNav {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #212529;
}
#mainNav .navbar-toggler {
  padding: 0.75rem;
  font-size: 0.75rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-transform: uppercase;
  font-weight: 700;
}
#mainNav .navbar-brand {
  color: #ffc800;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
}
#mainNav .navbar-brand img {
  height: 1.5rem;
}
a.nav-link{
  padding-top: 0;
}
#mainNav .navbar-nav .nav-item .nav-link {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.95rem;
  color: #fff;
  letter-spacing: 0.0625em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #ffc800;
}

 #mainNav .page-logo img{
    height: 2rem !important;
  }

@media (min-width: 992px) {
  #mainNav {
    padding-top: 0rem;
    padding-bottom: 1.5rem;
    border: none;
    background-color: transparent;
    transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
  }
  #mainNav .navbar-brand {
    font-size: 1.5em;
    transition: font-size 0.3s ease-in-out;
  }
  #mainNav .navbar-brand img {
    height: auto;
    max-height: 4rem;
    transition: height 0.3s ease-in-out;
  }
  #mainNav.navbar-shrink {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #8e1728;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
  }
  #mainNav.navbar-shrink .navbar-brand svg,
  #mainNav.navbar-shrink .navbar-brand img {
    height: 1.5rem;
  }
  #mainNav .navbar-nav .nav-item {
    margin-right: 1rem;
  }
  #mainNav .navbar-nav .nav-item:last-child {
    margin-right: 0;
  }
}

header.masthead {
  padding-top: 10.5rem;
  padding-bottom: 6rem;
  text-align: center;
  color: #fff;
  height: 92vh;
  background-image: url("./images/2025mono-pro-shisakukai.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}
header.masthead .masthead-subheading {
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1.5rem;
  margin-bottom: 25px;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
header.masthead .masthead-heading {
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 3.25rem;
  margin-bottom: 2rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-shadow: 5px 5px 8px rgba(0, 0, 0, .2);
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 17rem;
    padding-bottom: 12.5rem;
  }
  header.masthead .masthead-subheading {
    font-size: 2.25rem;
    font-style: italic;
    line-height: 2.25rem;
    margin-bottom: 2rem;
    text-shadow: 5px 5px 8px rgba(0, 0, 0, .2);
  }
  header.masthead .masthead-heading {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 4.5rem;
    margin-bottom: 4rem;
    text-shadow: 5px 5px 8px rgba(0, 0, 0, .2);
  }
}
#portfolio .portfolio-item {
  max-width: 26rem;
  margin-left: auto;
  margin-right: auto;
}
#portfolio .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 200, 0, 0.9);
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity ease-in-out 0.25s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-size: 1.25rem;
  color: white;
}
#portfolio .portfolio-item .portfolio-link:hover .portfolio-hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-caption {
  padding: 1.5rem;
  text-align: center;
  background-color: #fff;
}
#portfolio .portfolio-item .portfolio-caption .portfolio-caption-heading {
  font-size: 1.5rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  margin-bottom: 0;
}
#portfolio .portfolio-item .portfolio-caption .portfolio-caption-subheading {
  font-style: italic;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.portfolio-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}
.portfolio-modal .modal-content {
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-align: center;
}
.portfolio-modal .modal-content h2, .portfolio-modal .modal-content .h2 {
  font-size: 3rem;
  line-height: 3rem;
}
.portfolio-modal .modal-content p.item-intro {
  font-style: italic;
  margin-bottom: 2rem;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.portfolio-modal .modal-content p {
  margin-bottom: 2rem;
}
.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 2rem;
}
.portfolio-modal .modal-content img {
  margin-bottom: 2rem;
}
.portfolio-modal .close-modal {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  background-color: transparent;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}
.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: "";
  background-color: #e9ecef;
}
.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}
.timeline > li:after, .timeline > li:before {
  display: table;
  content: " ";
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #ffc800;
}
.timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4, .timeline .timeline-heading .h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading, .timeline .timeline-heading .subheading.h4 {
  text-transform: none;
}
.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

/* デフォルト（＝文字だけ） */
h4.wp-block-heading {
  background: none;
  padding: 0;
  border-radius: 0;
}

/* グレーボックス（選択したときだけ） */
h4.wp-block-heading.is-style-gray-box {
  background: #eee;
  padding: .5em;
  border-radius: 6px;
}

/* 最後の円のテキスト用（強制上書き） */
.last-circle .timeline-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.last-circle .timeline-image h4 {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  color: #fff !important;
  font-weight: bold;
}


@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
  
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 80px 20px 20px;
  }

}


.team-member {
  margin-bottom: 3rem;
  text-align: center;
}
.team-member img {
  width: 14rem;
  height: 14rem;
  border: 0.5rem solid rgba(0, 0, 0, 0.1);
}
.team-member h4, .team-member .h4 {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.img-brand {
  height: 2.75rem;
}

section#contact {
  background-color: #212529;
  background-image: url("../assets/img/map-image.png");
  background-repeat: no-repeat;
  background-position: center;
}
section#contact .section-heading {
  color: #fff;
}
section#contact form#contactForm .form-group {
  margin-bottom: 1.5rem;
}
section#contact form#contactForm .form-group input,
section#contact form#contactForm .form-group textarea {
  padding: 1.25rem;
}
section#contact form#contactForm .form-group input.form-control {
  height: auto;
}
section#contact form#contactForm .form-group-textarea {
  height: 100%;
}
section#contact form#contactForm .form-group-textarea textarea {
  height: 100%;
  min-height: 10rem;
}
section#contact form#contactForm p.help-block {
  margin: 0;
}
section#contact form#contactForm .form-control:focus {
  border-color: #ffc800;
  box-shadow: none;
}
section#contact form#contactForm ::-webkit-input-placeholder {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  color: #ced4da;
}
section#contact form#contactForm :-moz-placeholder {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  color: #ced4da;
}
section#contact form#contactForm ::-moz-placeholder {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  color: #ced4da;
}
section#contact form#contactForm :-ms-input-placeholder {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  color: #ced4da;
}

.footer {
  text-align: center;
  font-size: 0.9rem;
  background-color: #f0f0f0;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 auto;
        width: 100%;
        font-size: 90%;
    }
}
@media (min-width: 992px) {
    .text-lg-end {
        text-align: center !important;
        padding-top: 6rem;
    }
 
}

#back-to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1;
}

#back-to-top a:hover{
  text-decoration: none;
  background: #e60641;
  opacity: 1;
}
#back-to-top a{
  background: #9b042c;
  text-decoration: none;
  color: #fff;
  width: 70px;
  height: 70px;
  text-align: center;
  display: block;
  position: relative;
  padding: 35px 0 0 0;
}
.arrow-top {
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(-45deg);
  position: absolute;
  top: 32px;
  left: 30px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* スマホ表示 */
@media (max-width: 768px) {
#back-to-top a{
  background: #9b042c;
  text-decoration: none;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  display: block;
  position: relative;
  padding: 35px 0 0 0;
}
.arrow-top {
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(-45deg);
  position: absolute;
  top: 18px;
  left: 14px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
  }

/* パンくずリスト */
.pankuzu {
  font-size: 12px;
  padding: 5px 10px 40px 10px;
  margin-top: -30px;
}
.pankuzu a::after {
  content: "";
  width: 12px;
  height: 0;
  border-bottom: 1px solid #999;
  position: absolute;
  top: 50%;
  right: 0;
}

.pankuzu a {
  text-decoration: none;
  position: relative;
  padding: 0 18px 0 0;
  margin: 0 4px 0 0;
}

/* 固定ページヘッダー */
.page-header {
  color: #fff;
  background-color: #8e1728;
}
.page-header {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  min-height: 10rem;
  text-align: center;
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}

.page-header-title, h1.page-header-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4rem;
  margin: 0;
}
@media (max-width: 991.98px){

  /* 赤背景だけ消す（←重要） */
  .page-header {
    background: transparent;
    min-height: auto;
    padding: 0;
  }

  /* ナビ上に重ねる */
  .page-header {
    position: fixed;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 56px; /* ナビ高さ */
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }

  /* タイトル */
  h1.page-header-title {
    font-size: 1.3rem;
    color: #fff;
    margin: 0;
  }

}
.navbar {
  z-index: 1000;
}

@media (min-width: 992px) {
    .navbar-expand-lg .page-nav{
        flex-direction: row;
        margin-top: -3rem;
    }
}
 /* テキストボックス */
.text-box01{
  background-color: #f5f5f5;
  padding: 1.5rem;
  margin-bottom: 2rem;
}
 /* 追従ボタン */
.bottom-fixed-button {
  position: fixed;
  bottom: clamp(72px, 14vw, 100px);
  right: clamp(0px, 4vw, 20px);
  z-index: 9999;
}
.bottom-fixed-button a {
  color: #fff;
}
.fixed-btn {
  display: inline-block;
  padding: 16px 40px;
  background: #9b042c;
  color: #fff;
  border-radius: 9999px;
  box-shadow: 10px 10px 28px rgba(0,0,0,.2);
  text-decoration: none;
  font-size: 16px;
}
.bottom-fixed-button a:hover {
  color: #ccc;
}
.fixed-btn:hover {
  opacity: 0.8;
}
 /* VKデザインボタン赤 */
.vk_button.vk_button-align-left, .editor-styles-wrapper .vk_button.vk_button-align-left {
  text-align: left;
}
.vk_button, .editor-styles-wrapper .vk_button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 2rem;
  text-align: center;
}
.vk_button .vk_button_link.btn-lg, .editor-styles-wrapper .vk_button .vk_button_link.btn-lg {
  font-size: calc( 1rem * 1.25 );
}

.vk_button .vk_button_link, .editor-styles-wrapper .vk_button .vk_button_link {
  min-width: 100px;
  min-height: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.has-vk-color-primary-background-color {
  background-color:#8e1728 !important;
}
.vk_button_link_txt01{
  color: #fff;
}
 /* VKデザインボタン白 */
.has-vk-color-primary-color {
  color: #8e1728 !important;
}
.has-vk-color-primary-color{
  background-color: #fff;
  border: 1px #8e1728 solid ;
}
.vk_button-color-custom a:hover{
  background-color: #f5f5f5;
  border: 2px #ddd solid;
  color: #666 !important;
}

 /* footer link */
.link-dark {
    color: #212529 !important;
}
.footer a{
  padding: 0 1rem;
}
.footer_nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer_nav li {
    display: inline-block;
}

.footer_nav a {
    text-decoration: none;
    padding: 0 10px;
}

/* 区切り線（2個目以降） */
.footer_nav li + li a {
    border-left: 1px solid #999;
}

a[target="_blank"]::after {
  content: " ↗";
  font-size: 0.8em;
}

.btn-social[target="_blank"]::after,
.timeline-image a[target="_blank"]::after,
.sns-item[target="_blank"]::after
{
  display: none;
}