@charset "utf-8";

.base_fontstyles {
  font-family: "Oswald";
}
.base_color_codes {
  color: #112c6a;
  color: #2e66a2;
  background: #eff9fc;/*濃*/
  background: #f4fbfd;/*薄*/
  color: #5ca3f2;/*ポイント：ブルー*/
  color: #f3585b;/*ポイント：レッド*/
  color: #0035ae;/*ホバーカラー基本*/
}

/*ブレイクポイント基本*/
@media screen and (min-width: 800px) {

}/*PC*/




/* ###################################################################### */
/* 共有パーツ */
/* ###################################################################### */




/*ページ用ナビゲーション
----------------------------------*/

.page_nav {
  color: #fff;
  background: #112c6a;
  height: 50px;
}

  /*拠点ページでは上部に吸着させる*/
  .is_sticky {
    position: sticky;
    top: 0;
    z-index: 2;
  }

.page_nav_inner {
  position: relative;
}
.page_nav .title {
  white-space: nowrap;
  line-height: 1.2;
  font-weight: bold;
  line-height: 50px;
  padding-right: 50px;
  padding-left: 20px;
  overflow-x: hidden;
  max-width: 90%;
  text-overflow: ellipsis;
}
.page_nav a {
  color: #fff;
}
@media screen and (min-width: 800px) {
.page_nav_inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page_nav .title {
  font-size: 1.8rem;
  padding-left: 0;
  overflow-x: hidden;
  max-width: 50%;
  text-overflow: ellipsis;
}
}/*PC*/

/* 3点リーダー（FAQ／ブログ等） */
a.btn_ellipsis {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
a.btn_ellipsis:hover {
  text-decoration: none;
}

/* サブメニュー展開ボタン（拠点詳細） */
.submenu .trigger {
  width: 1.5rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #112c6a;
}
.submenu .trigger img{
  width: 1.5rem;
}
.submenu ul {
  display: none;
  background: #112c6a;
  padding: 20px 40px;
  width: 100%;
}
.submenu li {
  margin-bottom: 20px;
}
.submenu li::before {
  content: "-";
  padding-right: 10px;
}
/* 開いたら矢印反転 */
.submenu .trigger.is-open img {
  transform: rotate(180deg);
  transition: transform .2s ease;
}
@media screen and (min-width: 800px) {
.submenu .trigger {
  display: none;
}
.submenu ul {
  display: block;
  background: none;
  padding: 0 10px 0 0;
}
.submenu li {
  font-size: 1.3rem;
  display: inline-block;
  margin-bottom: 0;
}
.submenu li::before {
  content: "|";
  font-size: 1rem;
  padding: 0 20px;
  position: relative;
  top: -2px; 
  opacity: .5;
}
.submenu li:first-child::before {
  display: none;
}
}/*PC*/





/* ###################################################################### */
/* 店舗詳細ページ */
/* ###################################################################### */





/*拠点別表紙
----------------------------------*/


.base_cover {
  overflow: hidden;
  background: url(../img/base_cover_bg_sp.jpg) 0 100% no-repeat;
  background-size: 100%;
}
.base_cover picture img{
  display: block;
  border-radius: 0 0 40px 40px;
  width: 100%;
  height: 40vh;
  object-fit: cover;
  overflow: hidden;
}
@media screen and (min-width: 800px) {
.base_cover {
  background: url(../img/base_cover_bg_pc.jpg) 0 0 no-repeat;
  background-size: auto 100%;
}
.base_cover picture img{
  position: relative;
  display: block;
  border-radius: 0 0 0 40px;
  overflow: hidden;
  height: 540px;
  width: calc( 100% - 40vw);/*全体から左のずらし分を間引いた幅*/
  left: 45vw;
}
}/*PC*/

/*文字組関連*/

.base_title {
  width: 100%;
  padding: 0 20px;
  margin-top: -60px;
  position: relative;
  z-index: 1;
}
.base_title h1 {
  font-size: 5.8vw;
  font-weight: 900;
  line-height: 1;
}
.base_title h1 span{
  display: inline-block;
  padding: 5px 5px 8px 5px;
  font-style: normal;
  margin-bottom: 5px;
}
.base_title h1 .red{
  color: #fff;
  background: #f3585b;
}
.base_title h1 .wht{
  background: #fff;
}
.base_title h1 .logo{
  display: inline-block;
  width: 100%;
  margin-top: 5px;
}
.en_logo {/*Incubation & Private Office*/
  width: 200px;
  margin-top: -5px;
  margin-bottom: 20px;
}
/*H1内のブランド名（display:noneを使わずに非表示／画像だと弱いので文字列で記述）*/
.base_title .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.base_title .lead {
  font-weight: 700;
  line-height: 2;
  margin-bottom: 1.2em;
}

@media screen and (min-width: 800px) {
.base_cover {
  position: relative;
}
.base_title {
  position: absolute;
  max-width: 1140px;
  margin: 0;
  padding: 0 20px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 540px;/*背景画像と同じ高さ*/
  display: flex;
  align-items: center;
}
.base_title h1 {
  margin-top: 40px;
  font-size: 3.3rem;
}
.base_title h1 .logo{
  margin-top: 10px;
  width: 650px;
}
.en_logo {/*Incubation & Private Office*/
  width: 250px;
  margin-bottom: 30px;
}
.base_title .idt{/*格安〜部分のスキマを詰める*/
  margin-left: -10px;
  padding-left: 0;
}
.base_title .lead {
  font-size: 1.6rem;
  width: 450px;
}
}/*PC*/


/*##########下のお知らせ枠を上につり上げる##########*/

.base_news_positio_adjust {
  margin-top: -60px;
  background: transparent;
}
@media screen and (min-width: 800px) {
.base_news_positio_adjust {
  margin-top: -20px;
}
}/*PC*/



/*拠点概要
----------------------------------*/

.base_outline {
  margin-bottom: 40px;
}

/* フロアマップ */
.floormap {
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 40px;
  position: relative;
}
.floormap::after {
  content: "";
  position: absolute;
  inset: auto 10px 10px auto; /* 座標をまとめる */
  width: 20px;
  aspect-ratio: 1;
  background: url(../img/ico_zoom.svg) no-repeat center / contain;
}
.floormap img{
  width: 100%;
  height: 400px;
  display: block;
  padding: 10px;
  object-fit: cover;
}
/*拡大*/
.floormap img { transition: transform .5s ease; }
.floormap a:hover img { transform: scale(1.1); }

/*拠点名*/
.details  h2{
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 10px;
}
.details h2 span{
  display: block;
  font-size: 1.7rem;
  margin-bottom: 5px;
}
.size {
  font-weight: bold;
  margin-bottom: 20px;
}
/* アイコン */
.details .add,
.details .time,
.details .root {
  display: flex;
  gap: 0.4em;
  line-height: 1.2;
  margin-bottom: 12px;
}
.details .add::before,
.details .time::before,
.details .root::before {
  content: "";
  flex: 0 0 1em;
  aspect-ratio: 1;
  background: no-repeat center / 1em;
}
.details .add::before  { background-image: url(/assets/img/ico_pin.svg); }
.details .time::before { background-image: url(/assets/img/ico_clock.svg); }
.details .root::before { background-image: url(/assets/img/ico_train.svg); }

@media screen and (min-width: 800px) {
.base_outline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  margin-bottom: 10px;
}
.floormap {
  order: 2;
  flex:4;
}
.details {
  order: 1;
  flex:3;
}
.floormap img{
  width: 100%;
  height: 400px;
  display: block;
  object-fit: contain;
}
.details  h2{
  font-size: 3.4rem;
}
.size {
  font-size: 1.8rem;
}
}/*PC*/


/* ギャラリー
---------------------------- */


.base_gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 20px;
}
.base_gallery li {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.05);
}
.base_gallery img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}
@media screen and (min-width: 800px) {
.base_gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  justify-content: flex-start;
  margin-bottom: 40px;
}
.base_gallery li {
  flex: 0 0 auto;
}
.base_gallery img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  display: block;
}

/*拡大*/
.base_gallery img { transition: transform .5s ease; }
.base_gallery a:hover img { transform: scale(1.1); }

}/*PC*/

/* 地図
---------------------------- */
.base_map {
  border-radius: 15px;
  overflow: hidden;
  height:300px;
}
.base_map iframe{
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (min-width: 800px) {
.base_map {
  height: 400px;
}
}/*PC*/


/*利用状況テーブルとフロアマップ
----------------------------------*/


.table_and_floor {
  margin-bottom: 40px;
}
.room_table_wrap {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: auto;
  height: 400px;
  margin-bottom: 5px;
}
.room_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: left;
}
/* thead */
.room_table thead th {
  background-color: #f0f0f0;
  position: sticky;
  top: 0;
  z-index: 1;
  vertical-align: middle;
}
/* td */
.room_table th,
.room_table td {
  vertical-align: middle;
  padding: 15px 10px;
}
.room_table tbody tr:nth-child(odd) td {background-color: #fff;}
.room_table tbody tr:nth-child(even) td {background-color: #f4fbfd;}

/* セル別スタイル
------------------------------- */

/* 部屋番号 */
.room_table thead th:nth-child(1) ,
.room_table tbody td:nth-child(1) {
  text-align: center;
  white-space: nowrap !important; 
}

/* 利用状況 */
.room_table tbody td:nth-child(2) {
}

/* 月額費用 */
.room_table thead th:nth-child(3) ,
.room_table tbody td:nth-child(3) {
  white-space: nowrap !important; 
}
.room_table tbody td:nth-child(3) {
  color: #f3585b;
}

/* 広さ（SP版は非表示） */
.room_table thead th:nth-child(4),
.room_table tbody td:nth-child(4) {
  display: none;
}
@media screen and (min-width: 800px) {
.room_table thead th:nth-child(4),
.room_table tbody td:nth-child(4) {
  display: table-cell;
}
}/*PC*/

/* 備考 */
.room_table tbody td:nth-child(5) {
  color: #f3585b;
}

/* 利用状況アイコン
------------------------------- */

.room_table .status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.5em;
  padding: 6px 10px;
  font-size: 1.3rem;
  line-height: 1;
  color: #fff;
  border-radius: 999px; 
  white-space: nowrap;
}
.room_table .status.vacant {
  background-color: #5ca3f2;
}
.room_table .status.used {
  background-color: #ddd;
}

/* 税込み表記 */
.table_box_notice {
  font-size: 1.3rem;
  margin-bottom: 20px;
  text-align: right;
}


/* フロアマップ
------------------------------- */


.floor_box {
  border: 1px solid #ddd;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  position: relative;
}
.floor_box::after {
  content: "";
  position: absolute;
  inset: auto 10px 10px auto; /* 座標をまとめる */
  width: 20px;
  aspect-ratio: 1;
  background: url(../img/ico_zoom.svg) no-repeat center / contain;
}
.floor_box img{
  width: 100%;
  height: 300px;
  display: block;
  padding: 10px;
  object-fit: contain;
}
/*拡大*/
.floor_box img { transition: transform .5s ease; }
.floor_box a:hover img { transform: scale(1.1); }

@media screen and (min-width: 800px) {
.floor_box img{
  width: 100%;
  height: 400px;
  display: block;
  object-fit: contain;
}

}/*PC*/

/* PCレイアウト調整（2カラム）
------------------------------- */

@media screen and (min-width: 800px) {
.table_and_floor {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
.table_box {
  width: 60%;
}
.floor_box {
  width: 40%;
}
/* 税込み表記 */
.table_box_notice {
  margin-bottom: 0;
  text-align: left;
}
}/*PC*/



/* CTA（お申し込み案内）
-------------------------------- */


.cta_box {
  position: relative;
  top: 5px;
  left: 5px;
  padding: 70px 20px;
  border-radius: 15px;
  text-align: center;
  background: url(../img/cta_box_bg_sp.png) 0 50% no-repeat #f4fbfd;
  background-size: 100% auto;
}
.cta_box::after {
  content: "";
  display: block;
  position: absolute;
  inset: -5px 5px 5px -5px;
  border: 1px solid #112c6a;
  border-radius: 15px;
}
@media screen and (min-width: 800px) {
.cta_box {
  background: url(../img/cta_box_bg_pc.png) 0 50% no-repeat #f4fbfd;
  background-size: 100% auto;
}
}/*PC*/

.cta_box h3  {
  padding: 0 10px;
  margin-bottom: 30px;
}
.cta_box h3 span {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.en_cap {
  font-family: "Oswald";
  font-size: 1.8rem;
  color: #112c6a;
  width: fit-content;
  border-bottom: 2px solid #112c6a;
  margin-bottom: 45px;
}
.jp_line1 ,
.jp_line2 {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}
.jp_line1 {
  color: #f3585b;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  line-height: 1.7;
}
.jp_line2 {color: #112c6a;}
.cta_btn {
  margin-left: -5px;
  margin-bottom: 30px;
}
.cta_btn a{
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 1.7rem;
  padding: 35px 0px 25px;
  border-radius: 15px;
  background: #50b3ff;
  box-shadow: 5px 5px 20px 0px rgba(17, 44, 106, 0.2);
}
.cta_btn a span{
  display: block;
  font-weight: normal;
  width: fit-content;
  margin: 0 auto;
  padding: 8px 16px 8px 0;
  font-size: 1.3rem;
  background: url(../img/arrow_cta.svg) 100% calc(50% + 1px) no-repeat ;
  background-size: 1.1rem;
}
.cta_notice {
  line-height: 1.5;
  font-size: 1.2rem;
}

/* CTAアンカー位置調整用 */
#cta_ancher {
  display: block;
  height: 60px; 
  margin-top: -60px;
  pointer-events: none;
}

@media screen and (min-width: 800px) {
.cta_box {
  padding: 60px 20px;
}
.en_cap {
  font-size: 2rem;
  margin-bottom: 20px;
}
.jp_line1 ,
.jp_line2 {
  font-size: 1.8rem;
  margin-bottom: 25px;
}
.jp_line1 {margin-bottom: 10px;}
.jp_line2 {margin-bottom: 20px;}
.cta_btn {
  margin-bottom: 30px;
}
.cta_btn a{
  display: inline-block;
  width: 520px;
  padding: 27px 0px 17px;
  border-radius: 999px;
  font-size: 2rem;
  box-shadow: none;
  transition: all .5s;
}
.cta_btn a span{
  padding: 10px 18px 10px 0;
  font-size: 1.5rem;
  background: url(../img/arrow_cta.svg) 100% calc(50% + 0px) no-repeat ;
  background-size: 1.3rem;
}
.cta_btn a:hover {
  text-decoration: none;
  background: #0035ae;
  box-shadow: 5px 5px 20px 0px rgba(17, 44, 106, 0.5);
}
}/*PC*/


/* パルマ利用案内
-------------------------------*/


.palma_flow_ttl {
  margin-top: 60px;
  margin-bottom: 20px;
}
.palma_flow_ttl h4 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  background: url(../img/ico_palma_qestion.svg) 0 50% no-repeat;
  background-size: 1em;
  padding-left: 22px;
  margin-bottom: 5px;
}
.palma_flow_ttl span {
  font-size: 1.2rem;
}
.palma_flow li {
  margin-bottom: 30px;
}
.palma_flow li img{
  margin-bottom: 20px;
}

@media screen and (min-width: 800px) {
.palma_flow_ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.palma_flow_ttl h4 {
  font-size: 2rem;
  padding-left: 24px;
}
.palma_flow ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
}/*PC*/





/*キャンペーン情報／テキストのみ（空室テーブル上部）
----------------------------------*/
.campaign_info {
  border: 2px solid #f3585b;
  color: #f3585b;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 15px;
  margin-bottom: 40px;
}



/* ###################################################################### */
/* 利用者の声ページ */
/* ###################################################################### */




/* 冒頭メッセージとタイトル（お問い合わせで汎用！） */
.lead_section {
  text-align: center;
  margin-bottom: 50px;
}
.lead_section .title{
  font-weight: 700;
  font-size: 2.5rem;
  color: #112c6a;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  margin-bottom: 30px;
}


/* 声リスト */
.voice_box {
  margin-bottom: 40px;
}
.voice_box dl{
  padding: 30px 20px;
  border-radius: 15px;
  background: #eff9fc;
  margin-bottom: 20px;
}
.voice_box dt{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.7rem;
  font-weight: 700;
  color: #306bac;
  margin-bottom: 20px;
}
.voice_box dt img{
  width: 60px;
}
.voice_box dd{
  padding: 15px;
  background: #fff;
  border-radius: 10px;
}
.voice_box dd p{
  margin-bottom: .5em;
}
.voice_box dd em{
  font-weight: bold;
  color: #f3585b;
}

@media screen and (min-width: 800px) {
  .voice_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .voice_box dl{
    padding: 30px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100%; 
  }
  .voice_box dt img{
    width: 70px;
  }
  .voice_box dd{
    padding: 35px 35px 25px 35px;
    flex: 1;
  }
}/*PC*/





/* ###################################################################### */
/* よくある質問ページ */
/* ###################################################################### */




/*コンテナ全体
-------------------------------- */
.faq_container {
}
.faq_main {
}
/* PC
====================================== */
@media screen and (min-width: 800px) {
.faq_container {
  max-width: 1140px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.faq_main {
  order: 2;
  flex: 1;
}
.faq_side {
  order: 1;
  width: 300px;
  flex-shrink: 0;
}
}/*PC*/

/* サイド
------------------------ */
.faq_side {
}
.faq_side .caption {
  font-weight: bold;
  padding: 15px 20px 15px 35px;
  border-radius: 5px;
  color: #fff;
  background: url(../img/ico_question_wh.svg) 15px 50% no-repeat #112c6a;
  background-size: 1em;
}
.faq_side ul {
  padding-top: 20px;
  margin-bottom: 20px;
}
.faq_side ul li{
  padding: 10px ;
}
.faq_side li a {
}
.faq_side li a:hover {
}
/* 一覧
------------------------ */
.faq_section {
  margin-bottom: 60px;
}
.faq_cat_ttl {
  color: #112c6a;
  font-weight: bold;
  font-size: 2.5rem;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
  margin-bottom: 40px;
}
.faq_cat_sub {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 20px;
  position: relative;
}
.faq_cat_sub::before {
  content: "ｰ";
  font-size: 1em;
  margin-right: 5px;
}
.faq_list {
  margin-bottom: 40px;
}
.faq_list li{
  margin-bottom: 3px;
}
.faq_list li a{
  display: block;
  line-height: 1.5;
  padding: 20px 15px 20px 35px;
  background: #eff9fc;
  border-radius: 5px;
  position: relative;
}
.faq_list li a:hover{
  background: #f4fbfd;
}
.faq_list li a::before {
  position: absolute;
  content: "Q";
  font-family: "Oswald";
  font-size: 1.2em;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
/* PC
====================================== */
@media screen and (min-width: 800px) {

.faq_cat_ttl {
  font-size: 2.8rem;
}
.faq_list li a{
  padding: 15px 20px 15px 45px;
}
.faq_list li a::before {
  left: 20px;
}

}/*PC*/
/* 詳細
------------------------ */
.faq_content_ttl {
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 40px;
}
.faq_content_ttl::before {
  content: "Q";
  font-family: "Oswald";
  font-size: 1em;
  padding-right: 10px;
  color: #0035ae;
}
/* PC
====================================== */
@media screen and (min-width: 800px) {
.faq_content_ttl {
  font-size: 3rem;
}

}/*PC*/



/* 初期のFAQリスト（CMS導入後は削除！）
------------------------ */
.faq_default_box {
  max-width: 900px;
  margin: 0 auto;
}
.faq_default_index {
  margin-bottom: 60px;
}

.faq_default_index li{
  margin-bottom: 10px;
  padding-left: 10px;
}
.faq_default_list dt{
  font-weight: bold;
  color: #112c6a;
  font-size: 1.8rem;
  padding: 15px;
  background: #eff9fc;
  margin-bottom: 20px;
}
.faq_default_list dd{
  margin-bottom: 40px;
}
.faq_default_list dd p{
  margin-bottom: 15px;
}

/* PC
====================================== */
@media screen and (min-width: 800px) {

.faq_default_index li{
  margin-bottom: 5px;
}
.faq_default_list dd{
  padding: 0 20px;
}
}/*PC*/







/* ###################################################################### */
/* お知らせページ */
/* ###################################################################### */


/*一覧*/
.news_index_list li {
  padding-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #ddd;
}
.news_index_list li span {
  display: block;
  margin-bottom: 6px;
}
.news_index_list li a {
  display: block;
}
@media screen and (min-width: 800px) {
.news_index_list {
  flex: 7.5;
}
.news_index_list ul{
}
.news_index_list li {
  display: flex;
  gap: 20px;
  padding-top: 30px;
  margin-bottom: 30px;
}
.news_index_list li span {
  margin-bottom: 0;
}
}/*PC*/

/* 詳細 */
.news_content_ttl  {
  margin-bottom: 40px;
}
.news_content_ttl h1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}
.news_content_ttl p {
  font-size: 1.5rem;
}

@media screen and (min-width: 800px) {
.news_content_ttl h1{
  font-size: 3.5rem;
}

}/*PC*/



/* ###################################################################### */
/* 会社概要／プラポリ系ページ */
/* ###################################################################### */



/* レスポンシブテーブル（ここだけPCファースト！）
---------------------------------- */
.flexible_table {
  width: 100%;
  border-collapse: collapse;
}
.flexible_table th,
.flexible_table td {
  border: 1px solid #ddd;
  padding: 15px;
  vertical-align: middle;
}
.flexible_table th {
  width: 28%;
  font-weight: 700;
  text-align: left;
  background: #f5f5f5;
}
@media (max-width: 799px) {
.flexible_table,
.flexible_table tbody,
.flexible_table tr,
.flexible_table th,
.flexible_table td {
  display: block;
  width: 100%;
}
.flexible_table tr {
  border: 1px solid #ddd;
  margin: 0 0 10px;
}
.flexible_table th,
.flexible_table td {
  border: 0;
  padding:  15px;
}
.flexible_table th {
  white-space: normal;
}
.flexible_table td {
  padding-top: 8px;
}
}/*PC*/







/* ###################################################################### */
/* コラム関連ページ*/
/* ###################################################################### */



/*コンテナ全体
-------------------------------- */

.column_container {
}
.column_main {
  margin-bottom: 80px;
}
/* PC
====================================== */
@media screen and (min-width: 800px) {
.column_main {
  margin-bottom: 0;
}
.column_container {
  max-width: 1140px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.column_main {
  flex: 1;
}
.column_side {
  width: 300px;
  flex-shrink: 0;
}
}/*PC*/


/*一覧ページ用スタイル
-------------------------------- */


/* 見出し */
.article_index {
  color: #fff;
  border-radius: 6px;
  padding: 0 20px;
  line-height: 70px;
  background: #112c6a;
  margin-bottom: 40px;
}
/* リスト */
.article_list li {
  margin-bottom: 50px;
}
.article_list li img{
  height: 200px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  object-fit: cover;
  margin-bottom: 20px;
}
.article_list .cat{
  font-size: 1.3rem;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}
.article_list .ttl {
  display: block;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
}
.article_list .cnt {
  display: block;
  line-height: 1.5;
  font-size: 1.3rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 800px) {
  .article_list li{
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    align-items: flex-start;
  }
  .article_list li .thumb{
    flex: 0 0 240px;
    width: 240px;
  }
  .article_list li .thumb a{
    display: block;
    width: 100%;
  }
  .article_list li .thumb img{
    display: block;
    width: 100%;
    height: 150px;
    object-fit: cover;
  }
  .article_list li .title{
    flex: 1 1 auto;
    min-width: 0; /* 長文ellipsis等するなら必須 */
  }
}/*PC*/


/*ページャー
-------------------------------- */

.pager{
  text-align:center;
  font-size: 1.8rem;
  padding: 30px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
}
.pager .pages,
.pager .prev ,
.pager .next{
  display: none;
}
.pager a,
.pager span{
  display: inline-block;
  padding: 0 10px;
}
.pager a{}
.pager a:hover{}
.pager .current {
  color: #003ab1;
}



/* コラム用サイドバー
-------------------------------- */



.side_title {
  color: #fff;
  background: #112c6a;
  border-radius: 6px;
  padding: 0 20px;
  line-height: 70px;
  margin-bottom: 30px;
}
.side_title .title{
  font-family: "Oswald";
}

/*カテゴリー*/
.side_category_list {
  margin-bottom: 30px;
}
.side_category_list li{
  position: relative;
  padding-left: 10px;
  margin-left: 10px;
}
.side_category_list li::before{
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
.side_category_list li a{
  display: block;
  margin-bottom: 15px;
  text-decoration: none;
}

/*タグリスト*/
.side_tag_list {
  margin-bottom: 30px;
}
.side_tag_list li{
  display: inline-block;
  margin :0 5px 5px 0;
}
.side_tag_list li a{
  display: inline-block;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 30px;
  border-radius: 20px;
  padding: 0 20px;
  border: .99px solid #ddd;
  font-size: 1.1rem;
}
.side_tag_list li a::before{
  content: "#";
  top: 0;
  left: 0;
}

/*最新記事リスト*/
.side_ac_list  {
  margin-bottom: 30px;
}
.side_ac_list li {
  position: relative;
  display: flex;
  gap: 0 20px;
  align-items: center;
  line-height: 1.4;
  margin-bottom: 10px;
}
.side_ac_list li img{
  display: block;
  background: #ddd;
  min-width: 70px;
  max-width: 70px;
  height: 70px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 5px;
}
.side_ac_list li a:hover img{
  opacity:0.5;
  transition: opacity 0.7s ease;
}
.side_ac_list li .ttl{
  display: block;
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 6px;
}
.side_ac_list li .cat{
  display: block;
  text-decoration: none;
  font-size: 1.1rem;
  font-style: normal;
}


/*コラム本文用パーツ
----------------------------------*/


/* タイトルとカテゴリ */
.column_main .title h1 {
  line-height: 1.5;
  font-size: 2.8rem;
  font-weight: bold;
  padding: 20px 0;
}
.column_main .cats {
  font-size: 1.3rem;
  line-height: 1;
  margin-bottom: 30px;
}
.column_main .cats a{
  margin-right: 10px;
}
.column_main .eyecatch{
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 800px) {
.column_main .title h1 {
  font-size: 4rem;
  padding: 30px 0 20px;
}
.column_main .cats {
  margin-bottom: 40px;
}
}/*PC*/
/*SNSボタン*/
.snsbtn {
  margin-bottom: 40px;
  border-radius: 6px;
}
.snsbtn ul{
  line-height: 1;
}
.snsbtn li{
  display: inline-block;
  line-height: 1;
  margin: 0 5px 0 0;
}
.snsbtn li div{
  margin: 0;
}
/*日付とタグ*/
.statusbox {
  padding: 20px ;
  font-size: 1.2rem;
  background: #eff9fc;
  border-radius: 5px;
  margin-bottom: 20px;
}
.statusbox .tags a{
  padding-right: 10px;
}
@media screen and (min-width: 900px) {
.statusbox  {
  display: flex;
  justify-content: space-between;
}
}/*PC*/



/* ###################################################################### */
/* コラム本文用スタイルセット（FAQ／お知らせ詳細でも利用！） */
/* ###################################################################### */




.styles {
}
.styles p ,
.styles ul,
.styles ol,
.styles dl{
  margin-bottom: 1.5em;
}
.styles h2 {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 20px;
  background: #112c6a;
  border-radius: 4px;
  margin: 2.5em 0 2em;
}
.styles h3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  border-left: solid 5px #2e66a2;
  padding-left: 15px;
  margin: 2em 0 1.5em;
}
.styles h4{
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 15px;
  background: #eff9fc;
  margin: 2em 0 1.5em;
}
.styles h5,
.styles h6 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.styles p {}
.styles em {}
.styles strong {}
.styles ul,
.styles ol {margin-left: 2em;}
.styles ul {list-style: disc outside;}
.styles ol {list-style: decimal outside;}
.styles li {margin-bottom: .5em;}
.styles dl {}
.styles dt {
  font-weight: bold;
  margin-bottom: 1.5em;
}
.styles dd {
  margin-left: 1em;
  margin-bottom: 1.5em;
}
.styles table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2.5em;
}
.styles th,
.styles td {
  padding: 20px;
  vertical-align: middle;
  border: .99px solid #ddd;
}
.styles th {
  background: #f5f5f5;
}
.styles td {
  background: #fff;
}
.styles caption {
  text-align: left;
  font-weight: bold;
  margin-bottom: 1em;
}

/*引用タグ*/
.styles blockquote {
  padding: 40px 30px 10px 30px ;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-bottom: 2.5em;
}
/*汎用ボックス*/
.styles .box {
  padding: 40px 30px 10px 30px ;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-bottom: 2.5em;
}

/*区切り線*/
.styles hr{
  clear:both;
  padding:0;
  display:block;
  height:1px;
  border:0;   
  border-top:.99px solid #ccc;
  margin: 2em 0;
}
/*画像位置調整（Wordpress経由でつけられる位置調整用クラス）*/
.alignleft   ,
.aligncenter ,
.alignright {
  display: block;
}
.alignleft   { margin-right: auto; }
.aligncenter { margin: 0 auto; }
.alignright  { margin-left: auto; }

/*記事がないとき*/
.noresult {
  color: #999;
  margin-bottom: 80px;
}

/*アンダーライン加工（エディタで文字の背景色を変えたとき）*/
.styles em {
  font-weight: normal;
  background: linear-gradient(transparent 60%, #c7def7 60%);
}
.styles strong {
  font-weight: normal;
  background: linear-gradient(transparent 60%, #f4d9da 60%);
}








/* ###################################################################### */
/* お問い合わせ関連ページ */
/* ###################################################################### */




/* 電話／メール案内
------------------------------- */
.contact_guide {
  padding:  30px 20px;
  background: #f5f5f5;
  border-radius: 10px;
  margin-bottom: 30px;
}
.contact_ttl_tel ,
.contact_ttl_mail {
  width: fit-content;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: 700;
  color: #112c6a;
  line-height: 1;
  padding-left: 20px;
}
/*電話番号*/
.contact_guide.is_tel {
}
.contact_ttl_tel {
  background: url(../img/ico_line_tel.svg) 0 50% no-repeat;
  background-size: 1em;
  margin-bottom: 15px;
}
.telephone {
  text-align: center;
   font-size: 2.6rem;
   font-weight: 700;
   line-height: 1;
}
.telephone span{
   font-size: 1.3rem;
   font-weight: normal;
}
/* メールフォーム */
.contact_ttl_mail {
  background: url(../img/ico_line_mail.svg) 0 50% no-repeat;
  background-size: 1em;
  margin-bottom: 15px;
}
/*24時間*/
.ico24 {
  display: block; 
  background: #f3585b;
  font-size: 1.3rem;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  padding: 4px 12px;
  border-radius: 99px;
  width: fit-content;
  margin: 0 auto 5px;
}
.contact_guide .notice {
  font-size: 1.3rem;
  text-align: center;
}

@media screen and (min-width: 800px) {
.contact_guide {
  padding:  30px ;
}
.contact_ttl_tel ,
.contact_ttl_mail {
  font-size: 2rem;
  padding-left: 25px;
  width: auto;
  margin: 0 ;
}
.contact_guide.is_tel {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact_ttl_mail_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;;
  gap: 10px;
}
.ico24 {
  display: inline-block; 
  width: auto;
  margin: 0 ;
}
.contact_guide .notice {
  text-align: left;
  margin-top:15px;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0;
}
}/*PC*/




/* フォーム本体
------------------------------- */

/* 見出し */
.form_section {
  font-weight: bold;
  padding: 15px;
  color: #fff;
  border-radius: 5px;
  background: #112c6a;
  margin-bottom: 20px;
}
.form_section.is_ninni {
  background: #666;
}
@media screen and (min-width: 800px) {
.form_section {
  padding: 20px ;
  margin-bottom: 30px;
}
}/*PC*/

/* パーツ */
.contactbox dl{
}
.contactbox dt{
  font-weight: bold;
  margin-bottom: 10px;
}
.contactbox dd{
  margin-bottom: 15px;
}
.btnbox {
}

/* レスポンシブ対応 */
@media screen and (min-width: 800px) {
.is_pc_floating{
  overflow: hidden;
}
.is_pc_floating dt{
  width: 40%;
  float: left;
  clear: both;
  padding-top: 15px;
}
.is_pc_floating dd{
  width: 60%;
  float: right;
}
}/*PC*/


/*パーツ類*/
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="date"],
.uneditable-input {
  font-size: 1.6rem;
  display: inline-block;
  padding: 15px;
  color: #000;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="date"]:focus,
.uneditable-input:focus {
  outline: 0;
  border-color: #000;
}
select{
  font-size: 1.6rem;
  width: 100%;
  min-width: 100px;
  padding: 20px 15px;
  border-radius: 6px;
  border: 1px solid #ccc;
  background: #fff;
  color: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../img/arrow_down_bk.svg) calc(100% - 15px) 50% no-repeat;
  background-size: 15px;
}
select[multiple] ,
select[size] {
  height: auto;
}
/*check／radioボタン拡張*/
.label-list label{
  display: inline-flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  font-size: 1.4rem;
  padding: 15px 20px;
  color: #000;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 5px;
}
.label-list label:hover,
.label-list label:has(input:checked){
  border: 1px solid #000;
  background: #f5f5f5;
}
.label-list label:active{
  transform: translateY(1px);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.1);
}
input[disabled]{
  opacity: 0.5;
}
*::placeholder {
  color: #ccc;
}
/* 確認ページ用（spanのみ） */
span.error{
  color: #ff2c2c;
}
/* バリデーション用（spanのみ） */
span.alert{
  position: relative;
  clear: both;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  border: 1px solid #f00;
  border-radius: 3px;
  color: #f00;
  background: #fff;
  padding: 5px 15px;
  margin: 0 0 10px 0;
  width: 100%;
}
/*必須・任意アイコン*/
.hissu ,
.ninni {
  display: inline-block;
  font-size: 1.1rem;
  height: 20px;
  line-height: 19px;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  padding: 0px 5px;
  margin: 0 8px 0 0;
  border-radius: 3px;
  vertical-align: text-bottom;
}
.hissu { background: #f3585b}
.ninni { background: #666666;}
.hissu:before { content: "必須"; color: #fff;}
.ninni:after {  content: "任意"; color: #fff;}

/* サイズ */
.input-w50 {width: 50px;}
.input-w100 {width: 100px;}
.input-w180 {width: 180px;}
.input-w200 {width: 200px;}
.input-w300 {width: 300px;}
.input-w400 {width: 400px;}
.input-w500 {width: 500px;}
.input-block {width: 100%;}

/* ボタン */
.input-btn,
button,
input[type="button"],
input[type="reset"] ,
input[type="submit"] {
  -webkit-appearance:none;
  appearance:none;
  display: block;
  margin: 0 auto;
  border: none;
  font-size: 1.6rem;
  font-weight: bold;
  text-align:center;
  cursor: pointer;
  height: 60px;
  line-height: 60px;
  margin-bottom: 20px;
}
/* ブロックボタン */
button.btn-block,
input[type="submit"].btn-block,
input[type="reset"] .btn-block,
input[type="button"].btn-block {
  width: 100%;
  margin-bottom: 20px;
}
/* 送信・戻るボタン */
.btn-send{
  color: #fff;
  width: 90%;
  max-width: 300px;
  border-radius: 99px;
  background:#f3585b;
}
.btn-back{
  color: #000;
  background: none;
}
/* HOVER */  
.input-btn:hover,
.input-btn:focus{
  background:#f00;
  transition: all .5s ;
  box-shadow: 7px 7px 30px 0px rgba(145, 0, 0, 0.2);
}
.btn-back:hover{
  background: none;
  box-shadow: none;
  text-decoration: underline;
}
/* DISABLED */
.disabled,
.input-btn[disabled] {
  cursor: default;
  opacity: 0.5;
}




/* 確認・完了ページ用
------------------------------- */




#f-header {
  padding: 20px;
  background: #112c6a;
  margin-bottom: 40px;
}
#f-header-inner {
}
#f-logo img{
  width: 150px;
  margin: 0;
}
#f-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px;
  background: #112c6a;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
}
#f-contents {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  background: #fff;
}
#f-contents .noticebox {
  text-align: center;
  margin-bottom: 40px;
}
#f-contents .noticebox .title{
  font-size: 1.6rem;
  color: #112c6a;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
}
#f-contents .noticebox .status{
  color: #112c6a;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
  margin-bottom: 20px;
}
#f-contents .contactbox dl {}
#f-contents .contactbox dt {}
#f-contents .contactbox dd {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px 15px;
}
#f-contents .btnbox {
  padding-bottom: 100px;
}



