@charset "utf-8";
/* CSS Document */
#guide {
  padding-bottom: 26px;
  background: #ffedf0;
}
@media screen and (min-width: 768px) {
  #guide {
    padding-bottom: 40px;
  }
}
#guide .row-cont {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #guide .row-cont {
    margin-top: 30px;
  }
}
#guide .row-cont .col {
  background: #fff;
  padding: 20px 15px 20px 15px;
  margin-top: 70px;
  border-radius: 8px;
  box-shadow: 2px 2px 2px rgb(118 118 118 / 20%);
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  #guide .row-cont .col {
    margin-top: 80px;
    padding: 50px 30px 50px 30px;
  }
}
#guide .row-cont .col:first-child {
  margin-top: 50px;
}
#guide .row-cont .col::before {
  content: '';
  width: 150px;
  height: 150px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0;
}
#guide .row-cont .col::after {
  content: '';
  width: 50px;
  height: 50px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
#guide .row-cont .col.row_1::after {
  background-image: url(../img/about_icon01.png);
}
#guide .row-cont .col.row_2::after {
  background-image: url(../img/about_icon02.png);
}
#guide .row-cont .col.row_3::after {
  background-image: url(../img/about_icon03.png);
}
#guide .row-cont .col.row_4::after {
  background-image: url(../img/about_icon04.png);
}
#guide .row-cont .col.row_5::after {
  background-image: url(../img/about_icon05.png);
}
#guide .row-cont .col.row_6::after {
  background-image: url(../img/about_icon06.png);
}
#guide .row-cont #revision_02::after {
  background-image: url(../img/revision_icon02.png);
}

#guide .row-cont .col.row_7::after {
  background-image: url(../img/about_icon07.png);
}
#guide .row-cont .col.row_8::after {
  background-image: url(../img/about_icon08.png);
}
#guide .row-cont .col.row_9::after {
  background-image: url(../img/about_icon09.png);
}
#guide .row-cont .col.row_10::after {
  background-image: url(../img/about_icon10.png);
}
#guide .row-cont .col.row_11::after {
  background-image: url(../img/about_icon11.png);
}
#guide .row-cont .col.row_12::after {
  background-image: url(../img/about_icon12.png);
}
#guide .row-cont .col.row_13::after {
  background-image: url(../img/about_icon13.png);
}
#guide .row-cont .col.row_14::after {
  background-image: url(../img/about_icon14.png);
}
#guide .row-cont .col.row_15::after {
  background-image: url(../img/about_icon15.png);
}
#guide .row-cont .col.row_16::after {
  background-image: url(../img/about_icon16.png);
}
#guide .row-cont .col.row_17::after {
  background-image: url(../img/about_icon17.png);
}
#guide .row-cont .col.row_18::after {
  background-image: url(../img/about_icon18.png);
}
#guide .row-cont .col.row_19::after {
  background-image: url(../img/about_icon19.png);
}
#guide .row-cont .col.row_20::after {
  background-image: url(../img/about_icon20.png);
}
#guide .row-cont .col.row_21::after {
  background-image: url(../img/about_icon21.png);
}
#guide .row-cont .col.row_22::after {
  background-image: url(../img/about_icon22.png);
}
#guide .row-cont .col .text {
  font-size: 0.875rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #guide .row-cont .col .text {
    font-size: 1rem;
  }
}
#guide .text.is_border {
  border-bottom: 1px dotted #565353;
}
@media screen and (min-width: 992px) {
  #guide .text.is_border {
    border-bottom: 0;
  }
  #guide .text.is_border:first-child {
    border-right: 1px dotted #565353;
  }
}
#guide .text h2 {
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #guide .text h2 {
    margin-bottom: 20px;
    font-size: 1.375rem;
  }
}
#guide .text h2 img {
  width: 2em;
  margin-right: 0.25em;
}
#guide .text h2 strong {
  color: #ff7079;
}
#guide .text p.note {
  font-size: 87.5%;
}
#guide .text .pink {
  color: #ff7079;
}
#guide .text ul {
  padding-left: 1.5rem;
}
#guide .text li {
  margin-bottom: 0.25em;
  font-size: 0.875rem;
  line-height: 1.25;
  list-style-type: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  #guide .text li {
    font-size: 1rem;
  }
}
#guide .text li::before {
  content: '';
  width: 10px;
  height: 10px;
  background: #ff7079;
  border-radius: 5px;
  display: block;
  position: absolute;
  top: 0.15rem;
  left: -1.25rem;
}
@media screen and (min-width: 768px) {
  #guide .text li::before {
    top: 0.25rem;
  }
}
#guide .text .card {
  margin: 0 auto 15px auto;
  background: #fff;
  border: 2px solid #ff7079;
  border-radius: 0.5rem;
  box-shadow: 2px 2px 2px rgb(118 118 118 / 20%);
}
@media screen and (min-width: 768px) {
  #guide .text .card {
    max-width: 800px;
  }
}
#guide .text .card-title {
  padding: 0.5em;
  margin-bottom: 0;
  background: #ff7079;
  border: 2px solid #ff7079;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #guide .text .card-title {
    font-size: 1.125rem;
  }
}
#guide .text .card-body {
  /*background: #fff;
  border-radius: 0 0 1rem 1rem;*/
}
#guide img.explane {
  width: 100%;
  max-width: 500px;
}
#guide .row_5 .card-title {
  font-size: 0.95rem;
}
@media screen and (min-width: 768px) {
  #guide .row_5 .card-title {
    font-size: 1rem;
  }
}
#guide .calc_lead {
  font-weight: bold;
  font-size: 1.25rem;
  background-image: url(../img/triangle.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#guide .c_bn_wrap {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  #guide .c_bn_wrap {
    max-width: 600px;
  }
}
/* サイト内リンク */
#guide .guide_link {
  padding-top: 30px;
}
#guide .guide_link li {
  font-size: 0.7rem;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-right: 3px;
  margin-left: 0px;
  margin-bottom: 3px;
}
#guide .guide_link a {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  #guide .guide_link {
    padding-top: 30px;
  }
  #guide .guide_link li {
    font-size: 1.0rem;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 0px;
    margin-bottom: 10px;
  }
  #guide .guide_link a {
    text-decoration: none;
  }
}
/* テキストデコレーション */
#guide .text_maker_1 {
  background-color: #ff9;
}
#guide .text_color_pink {
  color: rgba(255, 112, 121, 1.00);
}
/* レイアウト調整 */
#guide .layout_fix_img01 {}
@media screen and (min-width: 768px) {
  #guide .layout_fix_img01 {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
#guide .layout_fix_01 {
  padding-left: 10%;
  padding-right: 10%;
}
@media screen and (min-width: 768px) {
  #guide .layout_fix_01 {
    max-width: 900px;
    padding-left: 0%;
    padding-right: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
/* テーブル01 */
.guide_table_01b {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.guide_table_01b th {
  padding: 10px;
  border: 1px solid rgba(255, 211, 218, 1.00);
}
.guide_table_01b td {
  padding: 10px;
  border: 1px solid rgba(255, 211, 218, 1.00);
}
.guide_table_01b th {
  background-color: rgba(255, 248, 249, 1.00);
}
.guide_table_01b th {
  width: 30%;
  text-align: left;
}
@media only screen and (max-width:575px) {
  .guide_table_01b {
    width: 100%;
    font-size: 0.8rem;
  }
  .guide_table_01b th {
    font-size: 0.8rem;
    width: 100%;
    display: block;
    border-top: none;
  }
  .guide_table_01b td {
    font-size: 0.8rem;
    width: 100%;
    display: block;
    border-top: none;
  }
  .guide_table_01b tr:first-child th {
    border: 1px solid rgba(255, 211, 218, 1.00);
  }
}
/* テーブル02 */
.guide_table_02b {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.guide_table_02b th {
  padding: 10px;
  border: 1px solid rgba(255, 211, 218, 1.00);
}
.guide_table_02b td {
  padding: 10px;
  border: 1px solid rgba(255, 211, 218, 1.00);
}
.guide_table_02b th {
  background-color: rgba(255, 248, 249, 1.00);
}
.guide_table_02b th {
  width: 30%;
  text-align: left;
}
@media only screen and (max-width:575px) {
  .guide_table_02b {
    font-size: 0.8rem;
    width: 100%;
  }
  .guide_table_02b th {
    font-size: 0.8rem;
    width: 100%;
    display: block;
    border-top: none;
  }
  .guide_table_02b td {
    font-size: 0.8rem;
    width: 100%;
    display: block;
    border-top: none;
  }
  .guide_table_02b tr:first-child th {
    border: 1px solid rgba(255, 211, 218, 1.00);
  }
}
/* テーブル03 */
#guide .guide_table_03 td {
  font-size: 0.7rem;
  padding: 5px;
  border: 1px solid rgba(255, 211, 218, 1.00);
}
#guide .guide_table_03 .td1 {
  width: 20%;
  background-color: rgba(255, 248, 249, 1.00);
}
#guide .guide_table_03 .td2 {
  width: 30%;
  background-color: rgba(255, 248, 249, 1.00);
}
#guide .guide_table_03 .td3 {
  width: 50%;
  background-color: rgba(255, 248, 249, 1.00);
}
#guide .guide_table_03 .bg-lightpink{
	background-color: rgba(255, 248, 249, 1.00)!important;
}
@media screen and (min-width: 768px) {
  #guide .guide_table_03 td {
    font-size: 0.9rem;
    padding: 10px;
  }
  #guide .guide_table_03 .td1 {
    width: 130px;
    background-color: rgba(255, 248, 249, 1.00);
  }
  #guide .guide_table_03 .td2 {
    width: auto;
    background-color: rgba(255, 248, 249, 1.00);
  }
  #guide .guide_table_03 .td3 {
    width: auto;
    background-color: rgba(255, 248, 249, 1.00);
  }
}

/* 料金改定ページ用テーブル */

.revision_delivery_table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.revision_delivery_table th{
	padding: 10px;
  border: 1px solid rgba(255, 211, 218, 1.00);
  background-color: rgba(255, 248, 249, 1.00);
}
.revision_delivery_table td {
  font-size: 0.7rem;
  padding: 5px;
  border: 1px solid rgba(255, 211, 218, 1.00);
}
.revision_delivery_table .td1 {
  width: 20%;
  background-color: rgba(255, 248, 249, 1.00);
}
.revision_delivery_table .td2 {
  width: 30%;
  background-color: rgba(255, 248, 249, 1.00);
}
.revision_delivery_table .td3 {
  width: 50%;
  background-color: rgba(255, 248, 249, 1.00);
}
.revision_delivery_table .bg-lightpink{
	background-color: rgba(255, 248, 249, 1.00)!important;
}
@media screen and (min-width: 768px) {
	.revision_delivery_table {
    width: 80%;
  }
	
  .revision_delivery_table td {
    font-size: 0.9rem;
    padding: 10px;
  }
  .revision_delivery_table .td1 {
    width: 130px;
    background-color: rgba(255, 248, 249, 1.00);
  }
  .revision_delivery_table .td2 {
    width: auto;
    background-color: rgba(255, 248, 249, 1.00);
  }
  .revision_delivery_table .td3 {
    width: auto;
    background-color: rgba(255, 248, 249, 1.00);
  }
}



/* box */
.box {
  background: #fff;
  border: 8px solid #ffedf0;
  border-radius: 10px;
}
.box_title {
  color: #ff7079;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
.box_title::after {
  content: '\025cf\025cf\025cf';
  padding: 0.25rem 0 0.5rem 0;
  font-size: 0.25rem;
  letter-spacing: 0.25rem;
  display: block;
  transform: scale(0.75);
}
.box p {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .box_title {
    font-size: 1.1rem;
  }
  .box_title::after {
    padding: 0.5rem 0 0.75rem 0;
    transform: scale(1);
  }
  .box p {
    font-size: 1rem;
  }
}
/* titile style */
.title_style_01, .title_style_02, .title_style_03, .title_style_04 {
  color: #ff7079;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  position: relative;
}
.title_style_01 span, .title_style_02 span, .title_style_03 span, .title_style_04 span {
  padding: 0.5rem 1.75rem;
  background: #ff7079;
  border-radius: 1rem;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
.title_style_02 span, .title_style_03 span, .title_style_04 span {
  background: transparent;
  color: #ff7079;
}
.title_style_03 span, .title_style_04 span {
  font-size: 0.9rem;
}
.title_style_01::before, .title_style_02::before, .title_style_02 span::after, .title_style_03::before, .title_style_04::before {
  line-height: 1.5;
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 0.5rem;
  margin: auto 0;
  z-index: 1;
}
.title_style_01::before {
  content: '\025cf';
  color: #fff;
}
.title_style_01 span {
  padding: 0.5rem 1rem 0.5rem 1.75rem;
}
.title_style_02::before, .title_style_02 span::after {
  content: '\02234';
}
.title_style_02 span::after {
  font-weight: normal;
  top: 0.125rem;
  left: inherit;
  right: 0.5rem;
}
.title_style_03::before {
  content: '';
  width: 4px;
  height: 0.9rem;
  background: #ff7079;
  top: 0.5rem;
  left: calc((0.9rem - 4px));
}
.title_style_04::before {
  content: '';
  width: 0.9rem;
  height: 0.9rem;
  background: transparent;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-left: 0.75rem solid #ff7079;
  top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .title_style_01 span, .title_style_02 span {
    font-size: 1.2rem;
  }
  .title_style_03::before, .title_style_04::before {
    width: 4px;
    height: 1.1rem;
    left: 0.25rem;
  }
  .title_style_03 span, .title_style_04 span {
    font-size: 1.1rem;
  }
}
/* attentiion */
.attentiion_type1, .attentiion_type2 {
  background: #ffedf0;
  border-radius: 10px;
}
.attention_title {
  padding: 0 1.5rem;
  color: #ff7079;
  font-size: 0.9rem;
  font-weight: bold;
  position: relative;
}
.attentiion_type1 .attention_title::before, .attentiion_type2 .attention_title::before, .attentiion_type2 .attention_title span::after {
  content: '';
  width: 0.9rem;
  height: 0.9rem;
  background: url(../img/guide_icon01.png) center/contain no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0.25rem;
  margin: auto 0;
}
.attentiion_type2 .attention_title::before, .attentiion_type2 .attention_title span::after {
  background: url(../img/guide_icon02.png) center/contain no-repeat;
}
.attentiion_type2 .attention_title span::after {
  left: inherit;
  right: calc(-0.9rem - 0.25rem);
  transform: scale(-1, 1);
}
.attentiion_type1 .attention_title span, .attentiion_type2 .attention_title span {
  padding: 0 0.25rem;
  display: inline-block;
  position: relative;
}
.attentiion_type1 p, .attentiion_type2 p {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .attention_title {
    font-size: 1.1rem;
  }
  .attentiion_type1 .attention_title::before, .attentiion_type2 .attention_title::before, .attentiion_type2 .attention_title span::after {
    width: 1.1rem;
    height: 1.1rem;
  }
  .attentiion_type2 .attention_title span::after {
    right: calc(-1.1rem - 0.25rem);
  }
  .attentiion_type1 p, .attentiion_type2 p {
    font-size: 1rem;
  }
}
.sedai_title{
	font-size:1rem;
	color:#ff7079;
	font-weight:bold;
	margin-bottom:1rem;
}
@media screen and (min-width: 768px) {
	.sedai_title{
		font-size:1.25rem;
		margin-bottom:1.5rem;
	}
}
.nomikata_img{
	max-width:100px;
}
@media screen and (min-width: 768px) {
	.nomikata_img{
		max-width:200px;
	}
}
.m_name{
	width:90px !important;
	min-width:90px;
}
@media screen and (min-width: 768px) {
  .m_name{
	width:180px !important;
  }
}


@media (max-width: 767.98px){
  .head-product2 {
    font-size: 0.875rem;
    margin-top: 20px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    line-height: 1;
    position: relative;
    color: #ff7079;
  }
}

@media (min-width: 768px){
  .head-product2{
    font-size: 1.25rem;
    margin-top: 20px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    line-height: 1;
    position: relative;
    color: #ff7079;
  }
}

.product.product-after-pill {
    border-bottom: 1px dotted #565353;
    height: 100%;
	padding-top: 20px;
}

.product.product-after-pill .img-wrap img {
    height: 130px;
}

@media (max-width: 767.98px){
  .product .img-wrap img {
    height: 70px;
  }
  .product.product-after-pill .img-wrap img {
    height: 70px;
  }
}
.price_card .card-header h4 {
    font-size: 0.8rem !important;
	font-weight:normal !important;
}
@media screen and (min-width: 768px){
  .price_card .card-header h4 {
    font-size: 1rem !important;
  }
}
.price_card .card-title{
	padding:0 !important;
}
@media (max-width: 767.98px){
  .price_card .price_lebo {
    padding: 0.5em 0 !important;
  }
}

/*ガイドメインページ*/
.menubtn {
  width: 10em;
  height: 10em;
  padding: 3px;
  background: #fff;
  border-radius: 1em;
  color: #555;
  font-size: 70%;
  text-decoration: none;
  display: block;
  position: relative;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  .menubtn {
    font-size: 85%;
	width:13em;
	height:13em;
  }
}
.menubtn:hover {
  color: #555;
  box-shadow: none!important;
  transform: translateY(4px);
}
.menubtn::after {
  content: '\f138';
  width: 1em;
  height: 1em;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  bottom: 9px;
  right: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.menubtn > div {
  width: 100%;
  height: 100%;
  padding: 1em;
  background: #fff;
  border-radius: 1em;
  position: relative;
  z-index: 1;
}
.menubtn strong {
  font-size: 125%;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
  display: flex;
  align-items: center;
}
.menubtn img {
  width: 4em;
  margin-bottom: 0.75em;
}
.section_title::before,
.section_title::after {
  background-image: url(img/bg_pink.gif);
}
.menubtn {
  box-shadow: 0 4px 0 #eabec5;
}
.menubtn::after {
  color: #e593a0;
}
.menubtn > div {
  border: 1px solid #e593a0;
}
.menubtn strong {
  color: #e593a0;
}

div.online {
  background: #fff;
  border: 2px solid #d97988;
  border-radius: 2px;
  font-size: 0.7rem;
}
@media screen and (min-width: 375px) {
  div.online {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 576px) {
  div.online {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 992px) {
  div.online {
    font-size: 1rem;
  }
}
div.online .inner {
  max-width: 480px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  div.online .inner {
    max-width: 520px;
  }
}
@media screen and (min-width: 1200px) {
  div.online .inner {
    max-width: 800px;
  }
}
div.online h3 {
  border: 2px solid #d97988;
  border-radius: 1em;
  color: #d97988;
  font-weight: 700;
  font-size: 150%;
}
div.online p strong {
  color: #d97988;
  font-weight: 700;
}
div.online p.doctor {
  color: #d97988;
  font-weight: 700;
}
div.online p.doctor span {
  padding: 0.1em 1.5em;
  background: #d97988;
  border-radius: 1.5em;
  color: #fff;
}
div.online p.doctor strong {
  font-size: 150%;
}
div.online p.pill {
  font-size: 145%;
}
div.online p.pill .pink {
  color: #d97988;
}
div.online p.pill .blue {
  color: #6aabcd;
}
div.online p.pill span {
  position: relative;
}
div.online p.pill span::after {
  content: '';
  width: 0.9em;
  height: 1px;
  background: #b7b7b7;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
div.online p.pill .pink span::after {
  background: #d97988;
}
div.online p.pill .blue span::after {
  background: #6aabcd;
}
div.online hr {
  border-color: #b7b7b7;
}
div.online .image {
  width: 100%;
  height: calc(100% + 3em);
  background: url(../img/column_cta/online_img1.png) center bottom/contain no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
div.online .safety {
  background: repeating-linear-gradient(-45deg, #fff3f5 3px, #fff3f5 10px, #fff 10px, #fff 11px);
  border-radius: 1rem;
}
div.online .button {
  max-width: 30em;
  background: #31ae36;
  border-radius: 2.5em;
  color: #fff;
  text-decoration: none;
  transition: 0.2s;
}
div.online .button img {
  max-width: 3.5em;
}
div.online .button .text {
  font-weight: 700;
}
div.online .button .text span {
  background: repeating-linear-gradient(-45deg, rgba(255,255,255,0.9) 3px, rgba(255,255,255,0.9) 10px, #fff 10px, #fff 11px);
  border-radius: 1em;
}
div.online .button .text strong {
  font-size: 115%;
}
div.online .button.line {
  background: #31ae36;
  box-shadow: 0 4px 0 rgba(38,114,70,0.8);
}
div.online .button.line .text span {
  color: #31ae36;
}
div.online .button.form {
  background: #db746f;
  box-shadow: 0 4px 0 rgba(138,47,43,0.8);
}
div.online .button.form .text span {
  color: #db746f;
}
div.online .button.chatbot {
  background: #4781d9;
  box-shadow: 0 4px 0 rgba(138,47,43,0.8);
}
div.online .button.chatbot .text span {
  color: #4781d9;
}

div.online .button:hover {
  transform: translateY(4px);
}
div.online .button.line:hover,
div.online .button.form:hover {
  box-shadow: none;
}

/*料金改定用追記*/

.ttl_revision_teiki{
	border-radius:50px;
	background:#ff7079;
	color:#fff;
	padding:0.5em;
}

.ttl_revision_normal{
	border-radius:50px;
	background:#2379ff;
	color:#fff;
	padding:0.5em;
}

#guide .text .revision_table{
	width:100% !important;
	max-width:100% !important;
}

#guide #revision_02 .text h2 strong {
    color: #2379ff;
}

#revision_02 .title_style_01, #revision_02 .title_style_02, #revision_02 .title_style_03, #revision_02 .title_style_04,
#revision_02 .title_style_01 span, #revision_02 .title_style_02 span, #revision_02 .title_style_03 span, #revision_02 .title_style_04 span {
    color: #2379ff;
}

#revision_02 .title_style_04::before {
    border-left: 0.75rem solid #2379ff;
}

#guide #revision_02 .text .card-title {
  background: #2379ff;
  border: 2px solid #2379ff;
}

#guide #revision_02 .text .card {
  border: 2px solid #2379ff;
}

#revision_02 .guide_table_02b th {
    background-color: rgb(248 248 255);
		border: 1px solid rgb(161 176 253);
}

#revision_02 .guide_table_02b td {
    border: 1px solid rgb(161 176 253);
}

#guide .text h2.price_ttl_large {
  font-size: 1.25rem;

}
@media screen and (min-width: 768px) {
  #guide .text h2.price_ttl_large {
    font-size: 1.5rem;
  }
}

.blue-btn{
	background-color:#2379ff !important;
}

.blue-btn .line-btn-text:hover {
    color: #0600ff !important;
}
