@charset "UTF-8";

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

.page_link {
  background: #EFF7F3;
  padding: 40px 0;
  margin-bottom: 88px;
  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;
}

#PRICE .table-scroll table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border-right: 1px solid #EDEDED;
  background-color: #fff;
}

#PRICE .table-scroll th {
  text-align: center;
}

#PRICE .table-scroll .sticky {
  background: #F9F9F9;
  color: #333;
  width: auto;
  vertical-align: middle;
}

#PRICE .table-scroll .sticky.kara {
  background: #fff;
  border-left: none;
}

#PRICE .table-scroll .plan_name {
  width: 255px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0;
  position: relative;
}

#PRICE .table-scroll .plan_name strong {
  font-size: 2.4rem;
  display: block;
  margin: 10px 0 0px;
  ;
}

#PRICE .table-scroll .plan_name .price_box {
  padding: 16px 0;
  font-weight: bold;
  font-size: 2rem;
}

#PRICE .table-scroll .plan_name.plan01 {
  background: #7EAA4D;
}

#PRICE .table-scroll .plan_name.plan02 {
  background: #C0529B;
}

#PRICE .table-scroll .plan_name.plan03 {
  background: #1B4DC3;
}

#PRICE .table-scroll .plan_name.plan04 {
  background: #BDAE24;
}


#PRICE .table-scroll .plan_name .price_box strong {
  font-size: 4rem;
  display: inline-block;
  font-weight: 500;
  margin: 0 5px;
}

#PRICE .table-scroll .plan_txt {
  text-align: left;
  margin: 6px 0 0 2px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #4C4C4C;
}

#PRICE .table-scroll .plan_txt li {
  font-size: 1.4rem;
  list-style: none;
  text-indent: calc(-1.6rem - 2px);
  margin-left: calc(1.6rem + 1px);
}

#PRICE .table-scroll .plan_txt li i {
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  color: #384D4D;
  font-style: normal;
  font-size: 1.4rem;
}

#PRICE .table-scroll .demo_app {
  display: inline-block;
  border-radius: 26px;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  padding: 14px 26px 10px;
  ;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.20);
  background-color: #FFF;
  margin-bottom: 28px;
}

#PRICE .table-scroll .plan04 .demo_app {
  color: #BDAE24;
}

#PRICE .table-scroll .plan03 .demo_app {
  color: #1B4DC3;
}

#PRICE .table-scroll .plan02 .demo_app {
  color: #C0529B;
}

#PRICE .table-scroll .plan01 .demo_app {
  color: #7EAA4D;
}

#PRICE .table-scroll td:first-of-type .demo_app {
  background: #BDAE24;
}

#PRICE .table-scroll td:nth-of-type(2) .demo_app {
  background: #1B4DC3;
}

#PRICE .table-scroll td:nth-of-type(3) .demo_app {
  background: #C0529B;
}

#PRICE .table-scroll td:nth-of-type(4) .demo_app {
  background: #7EAA4D;
}


#PRICE .table-scroll .plan_name .this_name {
  padding-top: 30px;
  border-top: 1px solid #EDEDED;
  font-weight: bold;
  font-size: 1.5rem;
}


#PRICE .table-scroll table th,
#PRICE .table-scroll table td {
  text-align: center;
  padding: 10px;
  color: #A9A9AD;
  border-bottom: 1px solid #EDEDED;
  border-left: 1px solid #EDEDED;
}

#PRICE .table-scroll td .circle {
  fill: none;
  stroke-width: 4;
}

#PRICE .table-scroll td:first-of-type .circle {
  stroke: #BDAE24;
}

#PRICE .table-scroll td:nth-of-type(2) .circle {
  stroke: #1B4DC3;
}

#PRICE .table-scroll td:nth-of-type(3) .circle {
  stroke: #C0529B;
}

#PRICE .table-scroll td:nth-of-type(4) .circle {
  stroke: #7EAA4D;
}

#PRICE .table-scroll .can_select {
  color: #1B4DC3;
  font-weight: bold;
  font-size: 1.8rem;
  background: linear-gradient(64deg, #DFF6F3 11.81%, #F3F8DF 130.66%);
}

#PRICE .table-scroll .can_select strong {
  font-size: 3.2rem;
  font-weight: 500;
}

#PRICE .add_note {
  font-size: 1.4rem;
  margin: 10px 5px;
}

#PRICE .add_note strong {
  font-size: 1.8rem;
}

#PRICE .note {
  background: none;
  margin-top: 10px;
  opacity: 0.4;
  font-size: 1.4rem;
}

#PRICE .security {
  text-align: left !important;
  color: #333333 !important;
  line-height: 1.7 !important;
  padding: 8px 14px 8px 24px !important;
}

#PRICE .security .siteseal_img {
  float: right;
  padding-top: 10px;
}

#PRICE .security .siteseal_img img {
  width: 120px;
  margin-left: 8px;
}

#PRICE .security a {
  font-weight: 700;
  color: #0065B3;
  text-decoration: underline;
}

/* ---------

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

------------*/
#ONLINE_OPTION {
  margin-bottom: 96px;
}

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

#ONLINE_OPTION .catch_txt {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 24px;
  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;
}