@charset "utf-8";
/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

/*---- 240610 ショートコード用ボタン*緑* start ----*/
.content .btn_green {
	text-align: center;
}

.content .btn_green a.btn_green__link {
	color: #fff;
    background-color: #10a66a;
    border-color: #0d8555;
	border-bottom-style: solid;
    border-bottom-width: 6px;
    border-radius: 12px;
	display: block;
	font-size: 22px;
    line-height: 33px;
	font-weight: 700;
    padding: 0.7em 2em;
	transition: all 0.2s;
	margin: 0 auto;
	max-width: 600px;
	width: 85%;
}

.content .btn_green a.btn_green__link i {
	margin-right: 5px;
}

.content .btn_green a.btn_green__link:hover {
    border-bottom-width: 0;
	border-color: #0d8555;
}

@media only screen and (max-width: 768px) {  
	.content .btn_green a.btn_green__link {
		border-bottom-width: 4px;
		border-radius: 6px;
		font-size: 15px;
		padding: 1em 1.5em;
		width: 95%;
	}
}

/*---- 240610 ショートコード用*緑* end ----*/


.header_inner_icon {
	margin-left: auto;
	margin-right: auto;
	width: 944px;
	max-width: 100%;
}

.firstview_content {
    padding: 4em 0;
}


/* カード */
.si-card{
  border:1px solid #e5e7eb;
  border-radius:10px;
  padding:18px 20px;
  background:#fff;
  box-shadow:0 4px 14px rgba(0,0,0,.06);
  margin:24px 0;
}

/* テーブル */
.si-table{
  border-top:1px solid #f1f5f9;
  margin-bottom:20px;
}

/* 行 */
.si-row{
  display:grid;
  grid-template-columns:140px 1fr;
  gap:12px;
  padding:12px 0;
  border-bottom:1px solid #f1f5f9;
}

.si-key{
  font-size:14px;
  color:#64748b;
  white-space:nowrap;
}
.si-val{
  word-break:break-word;
}

/* 評価 */
.si-val--rating{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
}
.si-rating__num{
  font-size:22px;
  font-weight:700;
}
.si-stars span{ font-size:18px; }

/* 星の色（黄色） */
.si-star--full{
  color:#FFD700; /* ゴールド（黄色） */
}
.si-star--half{
  color:#FFD700; /* 半分だけ黄色 */
  position:relative;
}
.si-star--half::after{
  content:"★";
  color:#d1d5db; /* 灰色の半分 */
  position:absolute;
  top:0;
  left:50%;
  width:50%;
  overflow:hidden;
}
.si-star--empty{
  color:#d1d5db; /* 空の星は灰色 */
}


/* URLテキスト */
.si-url-text{
  font-size:14px;
  color:#111827;
}

/* 緑ボタン */
.button.green a{
    background:#10a66a !important;
    border-bottom:6px solid #0d8555 !important;
    border-radius:12px !important;
    color:#fff !important;
    font-size:20px !important;
    font-weight:700 !important;
    padding:16px 24px !important;
    transition:all .15s ease !important;
}

/* 青ボタン */
.button.blue a{
    background:#2b6cb0 !important;
    border-bottom:6px solid #174777 !important;
    border-radius:12px !important;
    color:#fff !important;
    font-size:20px !important;
    font-weight:700 !important;
    padding:16px 24px !important;
    transition:all .15s ease !important;
}

/* hover */
.button.green a:hover,
.button.blue a:hover{
    transform:translateY(6px);
    border-bottom-width:0 !important;
}

/* SP */
@media (max-width: 768px){
  .si-row{ grid-template-columns:100px 1fr; }
  .si-btn-wrap{ text-align:left; }
}

/* PCで横並び */
@media (min-width: 769px){

  .top_btn_wrap{
    display:flex;
    gap:8px;
    justify-content:center;
    align-items:stretch;
    max-width:620px;
    margin:18px auto 28px;
  }

  .top_btn_wrap .button{
    width:50%;
    margin:0;
  }

}

@media (max-width: 768px){

  .top_btn_wrap{
    display:block;
    margin:16px auto 24px;
  }

  .top_btn_wrap .button{
    margin-bottom:10px;
  }

}

.si-btn-wrap{
  margin-top:12px;
}

.si-btn{
  display:block;
  width:100%;
  text-align:center;
  padding:16px 20px;
  border-radius:12px;
  font-size:16px;
  font-weight:700;
  color:#fff !important;
  text-decoration:none !important;
  box-sizing:border-box;
  transition:all .15s ease;
}

/* 緑 */
.si-btn--green{
  background:#10a66a !important;
  border-bottom:6px solid #0d8555 !important;
}

/* 青 */
.si-btn--blue{
  background:#2b6cb0 !important;
  border-bottom:6px solid #174777 !important;
}

.si-btn--green:hover,
.si-btn--blue:hover{
  transform:translateY(6px);
  border-bottom-width:0 !important;
}

