@charset "utf-8";

/*
プランページモーダル用
---------------*/

/* 共通ボタン
----------------------------------------- */
.recruitRemodal{
	height: 90vh;
    overflow-y: scroll;
    position: relative;
    border-radius: 10px;
    max-width: 1000px;
    width: 94%;
    padding: 50px;
}

.remodal-close{
	position: absolute;
}

@media screen and (max-width: 768px) {
	.recruitRemodal{
		padding: 50px 20px;
		height: 80vh;
	}
}


/*
スクロールバー
----------------------*/
.scroll_y_Item::-webkit-scrollbar-thumb {
  background: #31D570;
}



/* 
ページ内レイアウト
----------------------------------------- */
.recruitRemodal .cateWrap{
	margin-bottom: 20px;
	text-align: left;
}

.recruitRemodal .cateWrap span{
	background: var(--color-limeGreen);
	color: var(--color-black1);
	border-radius: 3px;
	text-align: center;
	display: inline-flex;
	margin-right: 10px;
	line-height: 1;
	padding: 4px 10px;
	font-size: 14px;
	font-weight: 500;
}

.recruitRemodal .cateWrap span.voice{
	color: #fff;
}

.recruitRemodal .ttlWrap{
	padding-bottom: 20px;
	border-bottom: 2px solid var(--color-limeGreen);
	margin-bottom: 20px;
}
.recruitRemodal .ttlWrap h2{
	text-align: left;
	font-weight: bold;
	font-size: 22px;
}

.recruitRemodal .txtWrap {
	margin-bottom: 50px;
}

.recruitRemodal .txtWrap .txt_ttl{
	text-align: left;
	font-weight: bold;
	color: var(--color-limeGreen);
	font-size: 14px;
	margin-bottom: 10px;
}

.recruitRemodal .txtWrap p{
	line-height: 2;
	font-size: 16px;
	text-align: left;
	color: var(--color-black1);
}

.recruitRemodal .listBlock {
	padding-left: 0px;
}

.recruitRemodal .listBlock li{
	list-style: none;
	line-height: 2;
	font-size: 13px;
	text-align: left;
	color: var(--color-black1);
}

.recruitRemodal .listBlock li {
	display: flex;
}

.recruitRemodal .listBlock li.left{
	width: 20px;
}
.recruitRemodal .listBlock li.right{
	flex: 1;
}

.recruitRemodal .txtWrap figure{
	width: 80%;
	margin: 40px auto;
}

@media screen and (max-width: 800px) {
	.recruitRemodal .flexItem .name_ttl{
		font-size: 18px;
	}
	.recruitRemodal .flexItem .position{
		font-size: 12px;
	}
	.recruitRemodal .txtWrap .txt_ttl{
		font-size: 14px;
	}
	.recruitRemodal .txtWrap p{
		font-size: 14px;
	}
}



/* 
オプション機能
----------------------------------------- */
.optionModalFlexWrap .checkboxItem{
    display: inline-flex;
/*    margin-left: 7px;
    margin-right: 7px;*/
    margin-bottom: 7px;
}

.optionModalFlexWrap .checkboxItem input{
    display: none;
}

.optionModalFlexWrap .checkboxItem .optiontxt{
	border: 1px solid var(--color-limeGreen);
	padding: 20px;
	border-radius: 10px;
}

.optionModalFlexWrap .checkboxItem input:checked + .optiontxt{
    color: #fff !important;
    background: var(--color-limeGreen);
}

.optionModalFlexWrap .checkboxItem .title{
	font-size: 16px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.optionModalFlexWrap .checkboxItem .price{
	font-size: 14px;
	padding-bottom: 0;
	margin-bottom: 0;
	color: #e00;
}

.optionModal .nonLinkItem {
    background: #ccc;
    color: #000;
    font-size: 14px;
    padding: 10px 34px;
    border-radius: 30px;
    text-align: center;
    font-weight: bold;
    transition: .3s;
    letter-spacing: .2px;
    display: inline-block;
}

.price_lis_w{
  display: flex;
  flex-wrap: wrap;
  padding:10px 30px 30px;
  margin: 50px auto;
  box-sizing: border-box;
  border: solid 1px;
  border-radius: 8px;
  width: 80%;
  background:#fff;

  > dt{
    width: 70%;
    font-weight: normal;
    padding:10px 0 10px 3%;
    box-sizing: border-box;
    line-height:1.6;
    border-bottom: 1px solid var(--color-lightGray);
    color:#000;
  }

  > dd{
    width: 30%;
    text-align: right;
    padding:10px 5% 10px 0;
    box-sizing: border-box;
    line-height:1.6;
    border-bottom: 1px solid var(--color-lightGray);
    color:#000;
    > span{
      font-size: 11px;
      margin-left:3px;
    }
  }

  >dt:first-of-type,
  >dd:first-of-type{
    font-weight: bold;
    padding: 12px 5px;
    text-align: center;
    color: var(--color-mainOrange);
    font-size: 16px;
  }
}


@media (max-width:768px){
  .price_lis_w{
    width: 100%;
    padding:10px 10px 30px;
  }
}

/* ===============================
   PLAN LIST PAGE Layout (カードレイアウト)
   =============================== */

.page-template-page-plan_list .content-page {
  margin-left: 250px; /* サイドバーぶんの余白 */
  padding: 50px 0;
  background-color: #edf2d0;
}

.page-template-page-plan_list .container {
  max-width: 1000px;
  margin: 0 auto;
}

/* カード枠 */
.plan_card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  padding: 30px;
  margin-bottom: 20px;
}

/* タイトル */
.plan_card_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}

/* 価格 */
.price {
  color: #d30000;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}

.caution {
  font-size: 13px;
  color: #666;
  margin-bottom: 15px;
}

/* アドオン枠 */
.hy_optionBlock {
  background: #f8f8f8;
  border-radius: 8px;
  padding: 20px;
  margin-top: 15px;
}

/* ボタン */
.commonLink06 {
  display: inline-block;
  background-color: #6B2D6E;
  color: #fff !important;
  text-align: center;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
}

/* 見出し整形 */
.pageCommonTitlePlan {
  text-align: center;
  margin-bottom: 60px;
}
.pageCommonTitle .enItem {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: var(--color-mainOrange);
}
.pageCommonTitle .jpItem {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

/* セクション間余白調整 */
section.mb80 {
  margin-bottom: 80px;
}
section.mb60 {
  margin-bottom: 60px;
}

/* Remodal初期状態は画面外に非表示 */
.remodal {
  display: none !important;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1050;
  background: rgba(255,255,255,0.95);
}

/* recruitRemodal（内部）をポップアップとして中央に表示 */
.recruitRemodal {
  margin: 60px auto;
  background: #fff;
  border-radius: 10px;
  max-width: 1000px;
  width: 94%;
  padding: 50px;
  height: auto;
  overflow-y: auto;
}

/* === デバッグ用（約款ボタン強制表示）=== */
.hide_box {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.open_box {
  display: none !important;
}

.open_box {
  display: none !important;
}

/* ボタンを確実に表示 */
.linkWrap { position: relative; z-index: 10; }
.link.hide_box { display: block !important; }

/* commonLink07 を確実に可視化（同名クラスで上書きされる場合があるため強めに） */
.link.hide_box a.commonLink07 {
  display: inline-block !important;
  opacity: 1 !important;
  visibility: visible !important;
  position: relative !important;
  z-index: 100 !important;
}

/* ステータスバッジ等が上に被っている場合の対策 */
.plan_card .status { position: relative; z-index: 1; }

.link.hide_box a.commonLink07 {
  background-color: #6B2D6E !important;
  color: #fff !important;
  border-radius: 6px;
  padding: 12px 18px;
  text-align: center;
}
