@charset "UTF-8";

/* CSS Document */
#PRICEarea {
  margin-bottom: 96px;
}

.page_link {
  background: #EFF7F3;
  padding: 40px 0;
  margin-bottom: 96px;
  margin-top: 32px;
}

.page_link ul {
  display: flex;
  justify-content: center;
}

.page_link li {
  width: 285px;
  margin: 0 10px;
}

.page_link a {
  display: block;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  background-repeat: no-repeat;
  background-size: auto 22px;
  background-position: 12px center;
  padding: 15px;
  font-size: 1.8rem;
  height: 100%;
  background: #fff;
}

.page_link a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  margin-right: 10px;
  color: #1c9898;
}

.inners {
  width: 1100px;
}

/* ---------

プラン・料金 #PRICE

------------*/

#PRICE .catch_txt {
  font-size: 2.6rem;
  text-align: center;
  letter-spacing: 2px;
}

#PRICE .start_price {
  background: #fff;
  line-height: 1;
  text-align: center;
  color: #1C9898;
  font-size: 2.8rem;
  padding: 10px;
  border: 2px solid #1C9898;
  margin: 40px 0;
}

#PRICE .start_price span {
  font-weight: normal;
  font-size: 1.8rem;
}

/* 料金ページ固有: sticky kara は白（ページ背景色と合わせる） */
#PRICE .table-scroll .sticky.kara {
  background: #fff;
}

/* ---------

オンライン診療オプション

------------*/
#ONLINE_OPTION {
  /* margin-bottom: 96px; */
  background-color: #F6F9F9;
  padding: 104px 0;
}

#ONLINE_OPTION .catch_txt {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 40px;
  letter-spacing: 0;
  line-height: 1.8;
}

.regular-delivery,
.subscription {
  max-width: 986px;
  width: 100%;
  margin: 40px auto 48px;
  background: linear-gradient(89deg, #1F9998 -11.32%, #B4D6A8 121.65%);
  border-radius: 17px;
  padding: 2px;
}

.regular-delivery__features,
.subscription__features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  padding: 24px 32px;
  border-radius: 0px 0px 16px 16px;
  background: #EFF8F6;
}

.subscription {
  margin: 0 auto;
}

.card__header {
  display: flex;
  border-radius: 14px 14px 0px 0px;
  background: linear-gradient(89deg, #1F9998 -11.32%, #B4D6A8 121.65%);
  color: #FFF;
  padding: 14px;
  justify-content: center;
  align-items: center;
  gap: 24px;
  letter-spacing: 1.5px;
}

.card__header h2 {
  font-size: 28px;
  font-weight: bold;
}

.card__header p {
  font-size: 40px;
  font-weight: bold;
}

.card__header p .mini-32 {
  font-size: 32px;
  font-weight: normal;
  margin-right: 1.5px;
}

.card__header p .mini-22 {
  font-size: 22px;
  margin-left: 1.5px;
}

.feature-card {
  flex: 1 1 453px;
  max-width: 447px;
  height: 262px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #EFF8F6;
  border-radius: 12px;
  box-shadow: 1px 1px 6.6px 0px rgb(176 211 203);
}

.feature-card__header {
  background: #259595;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 32px 12px 32px;
}

.feature-card__title {
  font-size: 20px;
  font-weight: bold;
}

.feature-card__price {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1.5px;
}

.feature-card__price .mini-18 {
  font-size: 18px;
  font-weight: normal;
}

.feature-card__price .mini-14 {
  font-size: 14px;
  font-weight: normal;
  margin-left: 2px;
}

.feature-card__body {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  gap: 24px;
  background: #ffffff;
  flex: 1;
}

.feature-card__icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature-card__content {
  flex: 1;
}

.feature-card__content p {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #5C5C5C;
}

.feature-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  color: #5C5C5C;
}

.feature-list li::before {
  content: '';
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  background-image: url(https://s3.ap-northeast-1.amazonaws.com/img.kireini.me/connect/web/re_case/common/list_star.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* ---------

オプション

------------*/
#OPTION {
  margin-bottom: 120px;
}

#OPTION .ttl {
  font-size: 2.6rem;
  text-align: center;
  letter-spacing: 2px;
}

#OPTION .catch_txt {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 24px;
  letter-spacing: 0;
  line-height: 1.8;
}

#OPTION .maeoki {
  font-weight: bold;
  color: #6a7e85;
  margin: 40px auto 0 auto;
}

#OPTION .option_wrap {
  margin-top: 16px;
  border-spacing: 0;
  border-collapse: inherit;
  width: 100%;
}

#OPTION .option_wrap th {
  color: #fff;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1;
  width: 320px;
  border-radius: 16px 0 0 16px;
  padding-left: 20px;
  border: 2px solid #76b1b2;
  border-right: none;
}

#OPTION .option_wrap.op1 th {
  background: #76b1b2;
}

#OPTION .option_wrap.op2 th {
  background: #5993a1;
}

#OPTION .option_wrap.op3 th {
  background: #5c9595;
}

#OPTION .option_wrap td {
  background: #f3f5f9 !important;
  width: 100%;
  border-radius: 0 16px 16px 0;
  border: 2px solid #76b1b2;
  border-left: none;
  display: flex;
  position: relative;
  padding-left: 32px;
  vertical-align: middle;
  padding-bottom: 16px;
  padding-top: 16px;
  font-size: 1.4rem;
  color: #1C9898;
}

#OPTION .option_wrap td::before {
  content: "";
  position: absolute;
  top: 50%;
  /* 縦軸をセンタリングする */
  left: 0;
  transform: translateY(-50%);
  /* 縦軸をセンタリングする */
  border: 55px solid transparent;
}

#OPTION .option_wrap.op1 td::before {
  border-left: 16px solid #76b1b2;
}

#OPTION .option_wrap.op2 td::before {
  border-left: 16px solid #5993a1;
}

#OPTION .option_wrap.op3 td::before {
  border-left: 16px solid #5c9595;
}

/*#OPTION .option_wrap td:last-of-type{
	background: #f3f5f9 !important;
    width: 100%;
    border-radius: 0 16px 16px 0;
    border: 2px solid #76b1b2;
    border-left: none;
    display: flex;
}
#OPTION .option_wrap td:last-of-type dl{
	display: flex;
	flex-wrap: wrap;
}
#OPTION .option_wrap td:last-of-type dt{
	color: #333333;
	background: #fff;
	border-radius: 99px;
	line-height: 1;
	font-weight: normal;
	font-size: 1.2rem;
	text-align: center;
	padding: 4px 0;
	width: 100px;
	margin: 8px;
}
#OPTION .option_wrap td:last-of-type dd{
	color: #1C9898;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1;
	margin: 8px;
}*/
/*#OPTION .option_wrap td{
	position: relative;
	display: flex;
	font-size: 1.2rem;
	padding: 24px 0;
	border: 2px solid #76b1b2;
	border-left: none;
	border-right: none;
}
#OPTION .option_wrap td::before {
    content: "";
    top: 0;
    right: 0;
    border-bottom: 10em solid transparent;
    border-right: 3em solid #f3f5f9;
    position: absolute;
    z-index: 1;
}
#OPTION .option_wrap td::after {
    content: "";
    bottom: 0;
    right: 0;
    border-top: 10em solid transparent;
    border-right: 3em solid #f3f5f9;
    position: absolute;
    z-index: 1;
}*/
#OPTION .option_wrap .kateg_ttl {
  width: 260px;
  padding: 0;
  vertical-align: inherit;
  padding-left: 24px;
}

#OPTION .option_wrap th strong {
  font-size: 3rem;
  display: block;
  margin: 10px 0 0 0;
}

#OPTION .option_wrap td div {
  padding-left: 40px
}

/*
#OPTION .option_wrap td div:first-of-type{
	    width: 150px;
}*/
#OPTION .option_wrap td .info_list {
  width: 100%;
}

#OPTION .option_wrap td .info_list li,
#OPTION .option_wrap td .taiou_list li {
  margin-top: 10px;
  font-size: 1.6rem;
}

#OPTION .option_wrap td .info_list li::before,
#OPTION .option_wrap td .taiou_list li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  margin-right: 5px;
}

#OPTION .option_wrap td.option_price {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 30px;
}

/*#OPTION .option_detail{
	display: flex;
    margin-top: 10px;
justify-content: center;}
#OPTION .option_detail dt{
	color: #fff;
    border-radius: 10px 0 0 10px;
    line-height: 1;
    font-weight: normal;
    padding: 20px 0px 20px 40px;
    font-size: 1.4rem;
	background: #6a7e85;
	    width: 25%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#OPTION .option_detail dt strong{
	font-size: 2.8rem;
	display: block;
	margin-top: 13px;
}
#OPTION dd{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#OPTION .dd_ttl{
	display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
	    width: 100%;
}
#OPTION .transfer_set{
	    padding: 20px;
    background: #6a7e85;
    color: #fff;
	width: 30%;
	position: relative;
}
#OPTION .transfer_set::after{
content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin: auto;
    top: 50%;
    right: -1em;
    border-style: solid;
    border-color: transparent transparent transparent #6a7e85;
    border-width: 57px 0 57px 1em;
    z-index: 1;
    transform: translateY(-50%);
}
#OPTION .transfer_set > div{
	    width: 100%;
    border-left: 1px solid #fff;
    padding-left: 40px;
    height: 100%;}
#OPTION .transfer_set ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	
}
#OPTION .transfer_set li{
	width: 50%;
	margin-top: 10px;
	    font-size: 1.4rem;
}
#OPTION .transfer_set li::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f058";
	margin-right: 5px;
}
#OPTION .option_price li strong{color: #6a7e85;}
#OPTION .option_price{
	padding: 20px 20px 20px 50px;
    background: #f0f2f3;
    border-radius: 0 10px 10px 0;
    width: 30%;
}
#OPTION .option_price ul{
	width: 100%;
}
#OPTION .option_price li{
	    margin-top: 10px;
}
#OPTION .option_price li .note{
    font-size: 1rem;
        margin-top: 3px;
    text-align: left;
	    opacity: 0.7;
}
#OPTION .option_price li span{
display: inline-block;
    background: #fff;
    border-radius: 20px;
    font-size: 1.2rem;
    text-align: center;
    margin-right: 5px;
    padding: 5px 10px;
    line-height: 1;
    float: left;
    margin-bottom: 10px;
}
#OPTION .option_price li strong{
	font-size: 2rem;
}*/
#OPTION .note {
  text-align: center;
  background: none;
  margin-top: 50px;
  opacity: 0.4;
  font-size: 1.4rem;
}

/* ページタイトルセクション改修 2026/04 */
.page.price .page_title_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding-top: 88px;
  padding-bottom: 72px;
}

.page.price .page_title {
  font-size: 4rem;
  padding: 0;
  letter-spacing: 4px;
}

.page.price .page_title_sub {
  font-size: 1.6rem;
  color: #4c4c4c;
  letter-spacing: 0.8px;
  text-align: center;
}

/* インデックスセクション改修 2026/04 */
.page.price .page_link {
  background: #f6f9f9;
  padding: 48px 0;
  margin-top: 0;
}

.page.price .page_link ul {
  display: flex;
  justify-content: center;
  gap: 48px;
}

.page.price .page_link li {
  width: auto;
  margin: 0;
}

.page.price .page_link a {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  border: 2px solid #1c9898;
  border-radius: 6px;
  padding: 18px 40px 16px 40px;
  font-size: 1.8rem;
  color: #1c9898;
  letter-spacing: 0.03em;
}

.page.price .page_link a::before {
  content: none;
}

.page.price .page_link a::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 10px;
  height: 14px;
  background-image: url("https://s3.ap-northeast-1.amazonaws.com/img.kireini.me/connect/web/re_price/arrow_b.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

/* セクションタイトル（選べる4つの料金プラン）改修 2026/04 */
/* TOPページの .section_title パターンを踏襲（destyle.css による h2 font-size: inherit 前提） */
#PRICEarea .section_title {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
}

#PRICEarea .section_title::before {
  content: '';
  display: inline-block;
  background-image: url(https://s3.ap-northeast-1.amazonaws.com/img.kireini.me/connect/web/top/sectionttl_logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 33px;
  height: 36px;
  margin: 0 auto 24px;
}

/* カード（全プラン 初期費用０円）改修 2026/04 */
.start_price_card {
  display: flex;
  width: fit-content;
  margin: 64px auto 0;
  margin-bottom: 64px;
}

.start_price_card__main {
  background: #1c9898;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 28px 34px;
  border-radius: 7px 0 0 7px;
}

.start_price_card__badge {
  background: #fff;
  color: #1c9898;
  font-weight: bold;
  font-size: 2.7rem;
  padding: 5px 10px;
  border-radius: 6px;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.start_price_card__cost {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #fff;
}

.start_price_card__label {
  font-size: 3.7rem;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}

.start_price_card__num {
  display: flex;
  align-items: flex-end;
  line-height: 1;
}

.start_price_card__zero {
  font-size: 8.1rem;
  font-weight: bold;
  line-height: 0.85;
  text-shadow: 2.7px 1.4px 0 #7cc2c9;
}

.start_price_card__yen {
  font-size: 2.9rem;
  font-weight: bold;
  text-shadow: 1.3px 1.3px 0 #7cc2c9;
  padding-bottom: 4px;
}

.start_price_card__features {
  background: #fff;
  border: 3px solid #1c9898;
  border-left: none;
  border-radius: 0 7px 7px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 20px 27px;
}

.start_price_card__features p {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #1c9898;
  font-size: 2rem;
  font-weight: bold;
  white-space: nowrap;
  margin: 0;
}

.start_price_card__features p::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  font-size: 1.1rem;
  flex-shrink: 0;
}

/* セクションタイトル（オンライン診療オプション）改修 2026/04 */
#ONLINE_OPTION .section_title {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
  color: #384d4d;
}

#ONLINE_OPTION .section_title::before {
  content: '';
  display: inline-block;
  background-image: url(https://s3.ap-northeast-1.amazonaws.com/img.kireini.me/connect/web/top/sectionttl_logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 33px;
  height: 36px;
  margin: 0 auto 24px;
}

/* よくある質問セクション 料金ページでは白背景 2026/04
   common.css の #qa レイアウトを継承しつつ背景色のみ上書き */
.page.price #qa {
  background-color: transparent;
}
/* セクションタイトル装飾: index.css の .section_title グローバル定義は料金ページに効かないため
   #qa スコープで明示的に定義する */
#qa .section_title {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
  color: #384d4d;
}
#qa .section_title::before {
  content: '';
  display: block;
  background-image: url(https://s3.ap-northeast-1.amazonaws.com/img.kireini.me/connect/web/top/sectionttl_logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 33px;
  height: 36px;
  margin: 0 auto 24px;
}