@charset "utf-8";

/*
BND作成　ご利用ガイドCSS
*/

.guide_bnd {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
  line-height: 1.7;
}

.guide_bnd .guide_txt {
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	align-items: center; /* 追加 */
	/* display: flex; */
    /* flex-wrap: wrap; */
    /* align-items: center; */
    /* margin-bottom: 10px; */
}

.guide_bnd .guide_txt_r {
	margin:15px 0px 15px 0px;
	padding:0px 0px 0px 0px;
	text-align:right;
}

.guide_bnd .pmark {
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.guide_bnd .pmark .pmark_img {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	width:15%;
}

.guide_bnd .pmark .pmark_txt {
	margin:25px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:right;
	width:83%;
}

/* メニューボタン影 */
.guide_links_ym img{
    box-shadow: 3px 3px 2px #ccc;
}

/* インデントありのリスト*/

.guide_bnd ul.ti_ym {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.guide_bnd ul.ti_ym li {
	padding-left: 1em!important;
	text-indent: -1em!important;
}

/* ホバーで画像表示 */
.hover-text {
  position: relative; /* 画像の位置を調整する場合に必要 */
  display: inline-block;
  cursor: pointer;
}

.hidden-image {
  display: none; /* 初期状態は非表示 */
  position: absolute;
  bottom: 100%; /* テキストの上に表示 */
  left: 0;
  z-index: 10;
}

.hover-text:hover .hidden-image {
  display: block; /* ホバー時に表示 */
}

.hover-text {
	cursor: zoom-in;
}

/* ホバーテスト */

  /* テキストを囲むコンテナの設定 */
  .hover-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: blue;
    text-decoration: underline;
  }

  /* 画像の初期状態（非表示） */
  .hover-image {
    display: none; /* 最初は隠す */
    position: absolute;
    top: 1.5em;    /* テキストの少し下に表示 */
    left: 0;
    width: 200px;  /* 画像のサイズ調整 */
    z-index: 10;
    border: 1px solid #ccc;
  }

  /* テキストにホバーした時、中の画像を表示する */
  .hover-container:hover .hover-image {
    display: block;
  }

/* ジャンプ位置調整 */
#signup,#payment,#address,#delivery,#teiki,#cancel,#inquiry{
  scroll-margin-top: 100px; /* 固定ヘッダーの高さ分、100pxは目安 */
}

@media screen and (max-width: 768px) {	
#signup,#payment,#address,#delivery,#teiki,#cancel,#inquiry{
  scroll-margin-top: 65px; /* 固定ヘッダーの高さ分 */
}
}

/* 注意マーク */

.warning_ym {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 18px solid #ffc107; /* 警告の黄色 */
  position: relative;
  margin:0 10px;
	vertical-align: -2px;
}

/* 中の「！」を表現 */
.warning_ym::after {
  content: "!";
  position: absolute;
  top: 2px;
  left: -2px;
  font-size: 12px;
  font-weight: bold;
  color: #000;
}


/* SP */

@media screen and (max-width: 768px) {

.heading_no4_ym {
	padding:4px 10px 4px 10px;
}

.guide_bnd .guide_txt {
	margin:0px;
	padding:0px 15px 0px 15px;
	font-size:15px;
}

.guide_bnd .guide_txt_r {
	padding:0px 15px 0px 15px;
	font-size:14px;
}

.guide_bnd .pmark {
	margin:10px 0px 0px 0px;
	padding:0px 15px 0px 15px;
}

.guide_bnd .pmark .pmark_txt {
	margin:0px 0px 0px 0px;
	font-size:14px;
}

}



/* ご利用ガイドのmenu部分 */

.guide_menu_ym {
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.guide_menu_ym img {
	image-rendering: -webkit-optimize-contrast;
}

.guide_menu_one_ym {
	margin:0% 0% 0% 0%;
	padding:0% 0.5% 1% 0.5%;
	float:left;
	width:20%;
}

@media screen and (max-width: 768px) {

.guide_menu_one_ym {
	margin:0% 0% 0% 0%;
	padding:2% 2% 0% 2%;
	float:left;
	width:25%;
}


}

/* linkmenu */

.guide_menu1_ym{
	width: 100%;
	align-items: center;
	margin: auto;
	flex-wrap: wrap;
}

.guide_links_ym {
	align-items: center;
	margin: auto;
	width: 100%;
	display: flex;
    flex-wrap: wrap;
	justify-content:flex-start;
	
}

.guide_menu_link_ym {
	flex-wrap: wrap;
	padding: 3px;
	width:25%;
}

.guide_menu_link_ym a img {
	/* width:100%; */
}



@media screen and (max-width: 768px) {

.guide_menu1_ym{
	width: 100%;
	align-items: center;
	margin: auto;
	flex-wrap: wrap;
}

.guide_links_ym {
	align-items: center;
	margin: auto;
	width: 100%;
	display: flex;
    flex-wrap: wrap;
}

.guide_menu_link_ym {
	flex-wrap: wrap;
	padding: 5px;
	width:50%;

}
}

/* ご利用ガイドのモバイルPAY部分 */

.mobile_pay_ym {
	margin: 20px 10px;
	padding: 10px;
	border:1px solid #cccccc;
}

.mobile_pay_ym img {
	image-rendering: -webkit-optimize-contrast;
}

.mobile_pay_one_ym {
	margin:0% 0% 0% 0%;
	padding:0% 0.5% 1% 0.5%;
	float:left;
	width:14%;
}

@media screen and (max-width: 768px) {

  .mobile_pay_ym {
    margin: 5px 5px;
    padding: 5px 5px;
    border:1px solid #cccccc;
}

.mobile_pay_one_ym {
	margin:0% 0% 0% 0%;
	padding:2% 2% 0% 2%;
	float:left;
	width:20%;
}
}


/* 転売禁止青枠 */
 .blue_wrap_ym{
      /* min-height:100vh; */
      display:flex;
      align-items:flex-start;
      justify-content:center;
      padding: 10px 10px;
      box-sizing:border-box;
	 --accent:#0b4ea8; /* メインの青 */
      --accent-dark:#064d9d;
      --card-bg:#ffffff;
      --border-width: 3px;
      --max-width: 760px;
    }

    /* カード外枠（青い縁取り） */
    .bluecard-outer_ym{
      position:relative;
      background:var(--card-bg);
      max-width:var(--max-width);
      width:100%;
      padding: 15px 15px; /* 外枠の内側スペース（縁の幅を稼ぐ） */
      box-sizing:border-box;
      border:var(--border-width) solid var(--accent);
      border-radius: 2px;
      box-shadow:0 0 0 6px rgba(0,0,0,0); /* 画像の白い余白表現用に空けても良い */
    }
    /* 内側の白いコンテント（テキスト領域） */
    .bluecard-inner_ym{
      background:#fff;
      /* padding:28px 36px; */
      box-sizing:border-box;
      /* min-height:320px; */
    }
    /* 左上の斜めリボン（三角） */
    .blueribbon_ym{
      position:absolute;
      top: -13px;
      left: -13px;
      width: 120px;
      height:120px;
      pointer-events:none;
      overflow:hidden;
    }
    .blueribbon_ym::before{
      content:"";
      position:absolute;
      left:0;
      top:0;
      width:0;
      height:0;
      border-top:48px solid var(--accent); /* 三角の高さ（調整可） */
      border-right:48px solid transparent;
      transform:translate(12px,12px) rotate(0deg);
      box-sizing:border-box;
    }
    /* 見出し */
    h1{
      font-size:20px;
      margin:0 0 18px 0;
      font-weight:700;
      color:#111;
      letter-spacing:0;
    }
    /* 本文 */
    .content p{
      margin:0 0 18px 0;
      font-size:16px;
      line-height:1.85; /* 行間を広めに取る */
      color:#333;
      font-weight:300;
    }
    /* レスポンシブ（狭い画面向け） */
    @media (max-width:480px){
      .card-inner{ padding:20px; }
      h1{ font-size:18px; }
      .content p{ font-size:15px; line-height:1.75; }
      .ribbon::before{ border-top-width:36px; border-right-width:36px; transform:translate(8px,8px); }
    }



/* ----CLICK▼！事前にご確認ください！------- */
.balloon-wrapper {
  position: relative;
  /* margin: 100px 0; */ /* 上下の余白を確保 */
  display: inline;
}

.balloon-checkbox {
  display: none;
}

.open-label {
    display: inline;
    align-items: center;
    cursor: pointer;
    color: #666;
    font-size: 13px;
    font-weight: bold;
    border-bottom: 1px dashed #bbb;
    padding-bottom: 1px;
    /* transition: 0.2s; */
}

/* CLICKの文字色 */
.open-label .click-text {
    color: #fff;
    font-weight: 900;
    margin-right: 5px;
    font-size: 12px;
    background: #ff9500;
    padding: 0 5px;
    letter-spacing: 0.5px;
    /* border-radius: 50px; */
}
/* 矢印 */
.open-label .arrow {
	font-size: 10px;
	margin-left: 3px;
	display: inline-block;
	transition: 0.3s;
	vertical-align: 1px;
}
/* 開いた時に矢印を回転 */
.balloon-checkbox:checked ~ .open-label .arrow { 
	transform: rotate(180deg); 
}

/* ----- ホバーで色変え ----- */
.balloon-checkbox:hover ~ .open-label {
        color: tomato; /* テキストの色 */
}
.balloon-checkbox:hover ~ .open-label .click-text {
        background: tomato; /* バッジの背景色 */
}

/* CLICK後の吹き出し */
.balloon-box {
  display: none;
  transform: translateX(0%); /* 中央寄せ */
  width: 100%;
  padding: 20px;
  margin: 10px auto;
  background: #f9f9f9;
  border: 1px solid tomato;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  font-size: 15px;
}

.balloon-checkbox:checked ~ .balloon-box {
  display: block;
}

/* 閉じるボタン */
.close-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 18px;
  cursor: pointer;
  color: #fff;
  background: tomato;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 22px;
  /* cursor: pointer; */
}

/* 吹き出しの三角（下向きにして下端に配置） */
.balloon-box::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 176px;
	transform: translateX(-50%);
	border: 5px solid transparent;
	border-bottom-color: tomato; /* border-top-color から変更 */
	margin-bottom: 0px; /* margin-top から変更（必要に応じて調整） */
}
@media screen and (max-width: 768px) {

.balloon-box {
  display: none;
  transform: translateX(0%);
  width: 100%;
  padding: 20px;
  background: #f9f9f9;
  border: 1px solid tomato;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  font-size: 15px;
}

/* 吹き出しの三角（下向きにして下端に配置） */
.balloon-box::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 150px;
	transform: translateX(-50%);
	border: 5px solid transparent;
	border-bottom-color: tomato; /* border-top-color から変更 */
	margin-bottom: 0px; /* margin-top から変更（必要に応じて調整） */
}

/* 閉じるボタン */
.close-btn {
  position: absolute;
  top: 3px;
  right: 2px;
  font-size: 17px;
  cursor: pointer;
  color: #fff;
  background: tomato;
  width: 20px!important;
  height: 20px;
  text-align: center!important;
  line-height: 18px;
}
}
/* ----/CLICK▼！事前にご確認ください！------- */


/* ----支払明細書のご案内------- */

/* チェックボックスは隠す */
.toggle-input {
  display: none;
}
.balloon-container {
  position: relative;
  /* display: inline-block; */
  /* margin: 50px; */
}
.trigger-text {
  cursor: pointer;
  color: tomato;
  /* font-weight: bold; */
  text-decoration: underline;
}
.trigger-text:hover{
background:#fefadf;
color: tomato;
	text-decoration: none;
}
/* 吹き出しの基本設定 */
.balloon-content {
  display: none; /* 初期は非表示 */
  transform: translateX(0%);
  background: white;
  border: 2px solid #0039a6;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  z-index: 10;
  width: 95%;
  margin: 10px auto;
}
/* 吹き出しの「しっぽ（三角）」部分 */
.balloon-content::after {
  content: "";
  position: absolute;
  bottom:100%; /* 吹き出しの上側に配置 */
  left: 60px;
  border: 10px solid transparent;
  border-bottom-color: #0039a6; /* border-top-color から変更 */
  margin-bottom: 1px; /* margin-top から変更（必要に応じて調整） */
}
/* 画像のサイズ調整 */
.balloon-inner img {
  width: 100%;
  border-radius: 5px;
  display: block;
}
/* 閉じるボタン（右上の×） */
.Bclose-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #0039a6;
  color: white;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
  font-size: 14px;
}
/* チェックが入ったら表示 */
.toggle-input:checked ~ .balloon-content {
  display: block;
}
/* ------SP------- */
@media screen and (max-width: 768px) {

	/* 吹き出しの基本設定 */
.balloon-content {
  display: none; /* 初期は非表示 */
  transform: translateX(0%);
  background: white;
  border: 2px solid #0039a6;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  z-index: 10;
  width: 100%;
}

	.balloon-container {
  position: relative;
  display: inline-block;
  /* margin: 50px; */
}

/* 閉じるボタン（右上の×） */
.Bclose-btn {
  position: absolute;
  top: 2px;
  right: 2px;
  padding-top: -2px;
  background: #0039a6;
  color: #ffF;
  width: 20px!important;
  height: 20px;
  border-radius: 50%;
  text-align: center!important;
  line-height: 18px;
  cursor: pointer;
  font-size: 16px;
}
/* 吹き出しの「しっぽ（三角）」部分 */
.balloon-content::after {
  content: "";
  position: absolute;
  bottom:100%; /* 吹き出しの上側に配置 */
  left: 60px;
  border: 10px solid transparent;
  border-bottom-color: #0039a6; /* border-top-color から変更 */
  margin-bottom: 1px; /* margin-top から変更（必要に応じて調整） */
}
}
/* ----/支払明細書のご案内------- */

/* ----電話でのご注文------- */
.tellorderbox_ym{
    position: relative;
    margin: 1em 5px;
    padding: 25px 10px 7px;
    border: solid 2px #668ad8;
}
.tellorderbox_ym .title_tellorderbox_ym {
    position: absolute;
    display: inline-block;
    top: -1px;
    left: -1px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    background: #668ad8;
    color: #ffffff;
    font-weight: bold;
}
.tellorderbox_ym p {
    margin: 0; 
    padding: 0;
}
/* ----電話でのご注文------- */

/* ----定期コースの確認------- */

/* チェックボックスは隠す */
.teiki_toggle-input {
  display: none;
}

.teiki_balloon-container {
  position: relative;
  /* display: inline-block; */
  /* margin: 50px; */
}

.teiki_trigger-text {
  cursor: pointer;
  color: tomato;
  /* font-weight: bold; */
  text-decoration: underline;
}
.teiki_trigger-text:hover{
    background: #fefadf;
    color: tomato;
    text-decoration: none;
}

/* 吹き出しの基本設定 */
.teiki_balloon-content {
  display: none; /* 初期は非表示 */
  transform: translateX(0%);
  background: white;
  border: 2px solid #0039a6;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  z-index: 10;
  width: 33%;
  margin: 10px -4px 10px 0;
}


/* 吹き出しの「しっぽ（三角）」部分 */
.teiki_balloon-content::after {
  content: "";
  position: absolute;
  bottom:100%; /* 吹き出しの上側に配置 */
  left: 180px;
  border: 10px solid transparent;
  border-bottom-color: #0039a6; /* border-top-color から変更 */
  margin-bottom: 1px; /* margin-top から変更（必要に応じて調整） */
}

/* 画像のサイズ調整 */
.teiki_balloon-inner img {
  width: 100%;
  border-radius: 5px;
  display: block;
}

/* 閉じるボタン（右上の×） */
.teiki_Bclose-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #0039a6;
  color: white;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
  font-size: 14px;

}

/* チェックが入ったら表示 */
.teiki_toggle-input:checked ~ .teiki_balloon-content {
  display: block;
}


/* SP */

@media screen and (max-width: 768px) {

	/* 吹き出しの基本設定 */
.teiki_balloon-content {
  display: none; /* 初期は非表示 */
  transform: translateX(0%);
  background: white;
  border: 2px solid #0039a6;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  z-index: 10;
  width: 100%;
}

	.teiki_balloon-container {
  position: relative;
  display: inline-block;
  /* margin: 50px; */
}

/* 閉じるボタン（右上の×） */
.teiki_Bclose-btn {
  position: absolute;
  top: 2px;
  right: 2px;
  padding-top: -2px;
  background: #0039a6;
  color: #ffF;
  width: 20px!important;
  height: 20px;
  border-radius: 50%;
  text-align: center!important;
  line-height: 18px;
  cursor: pointer;
  font-size: 16px;
}
/* 吹き出しの「しっぽ（三角）」部分 */
.teiki_balloon-content::after {
  content: "";
  position: absolute;
  bottom:100%; /* 吹き出しの上側に配置 */
  left: 190px;
  border: 10px solid transparent;
  border-bottom-color: #0039a6; /* border-top-color から変更 */
  margin-bottom: 1px; /* margin-top から変更（必要に応じて調整） */
}
}
/* ----定期コースの確認------- */

/* チェックボックスは隠す */
.teiki_toggle-input {
  display: none;
}

.teiki_balloon-container {
  position: relative;
  /* display: inline-block; */
  /* margin: 50px; */
}

.teiki_trigger-text {
  cursor: pointer;
  color: tomato;
  text-decoration: underline;
}
.teiki_trigger-text:hover{
  background:#fefadf;
  color: tomato;
	text-decoration: none;
}

/* 吹き出しの基本設定 */
.teiki_balloon-content {
  display: none; /* 初期は非表示 */
  transform: translateX(0%);
  background: white;
  border: 2px solid #0039a6;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  z-index: 10;
  width: 33%;
  margin: 10px -4px 10px 0;
}


/* 吹き出しの「しっぽ（三角）」部分 */
.teiki_balloon-content::after {
  content: "";
  position: absolute;
  bottom:100%; /* 吹き出しの上側に配置 */
  left: 180px;
  border: 10px solid transparent;
  border-bottom-color: #0039a6; /* border-top-color から変更 */
  margin-bottom: 1px; /* margin-top から変更（必要に応じて調整） */
}

/* 画像のサイズ調整 */
.teiki_balloon-inner img {
  width: 100%;
  border-radius: 5px;
  display: block;
}

/* 閉じるボタン（右上の×） */
.teiki_Bclose-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #0039a6;
  color: white;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
  font-size: 14px;

}

/* チェックが入ったら表示 */
.teiki_toggle-input:checked ~ .teiki_balloon-content {
  display: block;
}


/* SP */

@media screen and (max-width: 768px) {

	/* 吹き出しの基本設定 */
.teiki_balloon-content {
  display: none; /* 初期は非表示 */
  transform: translateX(0%);
  background: white;
  border: 2px solid #0039a6;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  z-index: 10;
  width: 100%;
}

	.teiki_balloon-container {
  position: relative;
  display: inline-block;
  /* margin: 50px; */
}

/* 閉じるボタン（右上の×） */
.teiki_Bclose-btn {
  position: absolute;
  top: 2px;
  right: 2px;
  padding-top: -2px;
  background: #0039a6;
  color: #ffF;
  width: 20px!important;
  height: 20px;
  border-radius: 50%;
  text-align: center!important;
  line-height: 18px;
  cursor: pointer;
  font-size: 16px;
}
/* 吹き出しの「しっぽ（三角）」部分 */
.teiki_balloon-content::after {
  content: "";
  position: absolute;
  bottom:100%; /* 吹き出しの上側に配置 */
  left: 190px;
  border: 10px solid transparent;
  border-bottom-color: #0039a6; /* border-top-color から変更 */
  margin-bottom: 1px; /* margin-top から変更（必要に応じて調整） */
}
}
/* ----定期コースの確認------- */


/* ----お届け先の支払い方法------- */
.squarebox_ym{
    position: relative;
    margin: 1em 5px;
    padding: 10px;
    border: solid 2px #668ad8;
}
.squarebox_ym .title_squarebox_ym {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    background: #668ad8;
    color: #ffffff;
    font-weight: bold;
}
.squarebox_ym p {
    margin: 0; 
    padding: 0;
}

.check_title_ym{
  position: relative;
  padding-left: 1.2em;/*アイコン分のスペース*/
  line-height: 1.4;
}

.check_title_ym:before {
  content: "✓";
  font-weight: 400;
  position: absolute;/*絶対位置*/
  font-size: 20px;/*サイズ*/
  left: -3px;/*アイコンの位置*/
  top: -3px;/*アイコンの位置*/
  color: #668ad8; /*アイコン色*/
}

.check_txt_ym {
  padding-left: 1em !important;
  }
/* ----お届け先の支払い方法------- */


/* ----電話認証-3Dセキュア囲み------- */

.imp_box_ym{
    padding: 0.5em 1em;
    margin: 2em 5px;
    background: #ededed;
    border: dashed 2px #999;/*点線*/
}
.imp_box_ym p {
    margin: 0; 
    padding: 0;
}
.imp_title_ym{
  display: inline-block;
  top: 0px;
  font-size:16px;
  font-weight:bold;
  margin-bottom: 5px;
}
/* ----電話認証-3Dセキュア囲み------- */

/* ----会員登録ボタン------- */

/* 会員登録 */
a.btn-reg_ym {
	position:reletive;
	display: inline-block;
	padding: 0px 10px;
	background-color: #fff;
	border-radius: 100vh; /* 角丸 */
	text-decoration: none!important;
	color: #1c1c1c!important;
	font-size: 15px;
	font-weight: bold;
	transition:background-color 0.3s;
	padding-right: 23px;
	border:1px solid #eb5904;
	margin: 1px 3px;
	height: 27px!important;
}
a.btn-reg_ym::after {
	content:">";
	color: #fff;
	position:absolute;
	margin-top: 5px;
	margin-left: 5px;
	font-weight: 400;
	border-radius: 50%; /* 角丸 */
	background-color: #eb5904;
	/* padding-left: 0px; */
	width: 14px;
	height: 14px;
	line-height: 14px;
	text-align: center!important;
	font-size: 12px;
}
/* web会員 */
a.btn-webreg_ym {
	position:reletive;
	display: inline-block;
	padding: 0px 10px;
	background-color: #fff;
	border-radius: 100vh; /* 角丸 */
	text-decoration: none!important;
	color: #1c1c1c!important;
	font-size: 15px;
	font-weight: bold;
	transition: background-color 0.3s;
	padding-right: 30px;
	border:1px solid #02A12D;
	margin: 1px;
	height: 27px!important;
}
a.btn-webreg_ym::after {
	content:">";
	color: #fff;
	position:absolute;
	margin-top: 5px;
	margin-left: 10px;
	font-weight: 400;
	border-radius: 50%; /* 角丸 */
	background-color: #02A12D;
	padding-left: 0px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center!important;
	font-size: 12px;
}
	
/* 新規会員 */
a.btn-newreg_ym {
	position:reletive;
	display: inline-block;
	padding: 0px 10px;
	background-color: #fff;
	border-radius: 100vh; /* 角丸 */
	text-decoration: none!important;
	color: #1c1c1c!important;
	font-size: 15px;
	font-weight: bold;
	transition: background-color 0.3s;
	padding-right: 30px;
	border:1px solid #27acd9;
	margin: 1px 3px;
	height: 27px!important;
}
a.btn-newreg_ym::after {
	content:">";
	color: #fff;
	position:absolute;
	margin-top: 5px;
	margin-left: 10px;
	font-weight: 400;
	border-radius: 50%; /* 角丸 */
	background-color: #27acd9;
	padding-left: 0px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center!important;
	font-size: 12px;
}

@media screen and (max-width: 768px) {
a.btn-reg_ym,a.btn-webreg_ym,a.btn-newreg_ym {
	font-size: 14px;
	font-weight: 400;
	height: 24px!important;
	margin: 1px;
	padding-right: 22px;
}
a.btn-reg_ym::after, 
a.btn-webreg_ym::after,
a.btn-newreg_ym::after{
	margin-top: 4px;
	line-height: 13px;
	margin-left: 5px;
	font-size: 12px;
	width: 14px;
	height: 14px;
}
}

/* ----/会員登録ボタン------- */

/* -----お問い合わせフォームボタン----- */

.guide_foam_ym {
  display: inline-block;
  padding: 0.5em 1.5em;
  font-weight: bold;
  text-decoration: none!important;
  color: #639cff!important;
  background-color: #fff;
  border: solid 2px #639cff;
  border-radius: 100vh; /* ボタンを完全な角丸に */
  transition: all 0.5s ease;
  box-shadow: 0 4px 6px rgba(99, 156, 255, 0.2);
}
.guide_foam_ym:hover {
	opacity: 1 !important;
  background-color: #639cff!important;
  color: white!important;
	box-shadow: 0 2px 4px rgba(99, 156, 255, 0.3); /* 押し込んだ時の影 */
  transform: translateY(1px);
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
.guide_foam_ym {
  font-size: 12px;
  padding: 0.5em 2em;
}
}

/* -----/お問い合わせフォームボタン----- */

/* ----お問い合わせアイコン------- */
.guide_icon_mail_ym{
  display: inline-block;
  font-weight: bold;
  /* 1. アイコンを表示するスペースをpaddingで確保（左側に置く場合） */
  padding-left: 35px; 
  
  /* 2. 背景画像の設定 */
  background-image: url('../images/freepage/guide/guide_icon_mail.png'); /* アイコンのパス */
  background-repeat: no-repeat;
  background-position: left center; /* 左端の中央に配置 */
  background-size: 30px 30px; /* アイコンのサイズmail/* テキストの見た目調整 */
  line-height: 3;
  vertical-align: middle;
  font-size: 20px;
  margin-bottom: 10px!important;
}

.guide_icon_tel_ym{
  display: inline-block;
  font-weight: bold;
  /* 1. アイコンを表示するスペースをpaddingで確保（左側に置く場合） */
  padding-left: 35px; 
  
  /* 2. 背景画像の設定 */
  background-image: url('../images/freepage/guide/guide_icon_tel.png'); /* アイコンのパス */
  background-repeat: no-repeat;
  background-position: left center; /* 左端の中央に配置 */
  background-size: 30px 30px; /* アイコンのサイズ調整 */
  line-height: 3;
  vertical-align: middle;
  font-size: 20px;
  margin-bottom: 10px!important;
}
@media screen and (max-width: 768px) {
  .guide_icon_mail_ym,.guide_icon_tel_ym{
  font-size: 16px;
  }
}


/* ----/お問い合わせアイコン------- */


/* ----蛍光ペン風マーカー------- */
.halfmarker_ym {
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.5em; /* 線の太さ */
  text-decoration-color:#ffee96; /* 線の色 */
  text-underline-offset: -0.2em; /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}
/* ----/蛍光ペン風マーカー------- */