@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

/* リセット */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}


/*------------------------------------
* PC,SP共通部分
*-------------------------------------*/
/* リセット */
body { margin: 0;}

#lp-form h1,
#lp-form h2,
#lp-form h3,
#lp-form h4,
#lp-form h5,
#lp-form h6,
#lp-form p,
#lp-form ul,
#lp-form ol,
#lp-form li,
#lp-form dl,
#lp-form dt,
#lp-form dd,
#lp-form blockquote {
  margin: 0;
}

#lp-form ul,
#lp-form ol {
  ist-style: none inside;
}

#lp-form img,
#lp-form a img {
  border: 0;
  vertical-align: middle;
}

#lp-form .clearfix {
  zoom: 1;
}

#lp-form .clearfix:after {
  clear: both;
  content: '';
  display: block;
}

#lp-form {
  font-size: 12px;
  line-height: 1.42857143;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
}

#lp-form table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Form 項目と入力ボックス間の空白調節*/
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-13, .col-14, .col-15, .col-16, .col-17, .col-18, .col-19, .col-20, .col-21, .col-22, .col-23, .col-24 {
  float: left;
  position: relative;
  min-height: 1px;
}
.col-24 {width: 100%;}
.col-23 {width: 95.83333333%;}
.col-22 {width: 91.66666667%;}
.col-21 {width: 87.5%;}
.col-20 {width: 83.33333333%;}
.col-19 {width: 79.16666667%;}
.col-18 {width: 75%;}
.col-17 {width: 70.83333333%;}
.col-16 {width: 66.66666667%;}
.col-15 {width: 62.5%;}
.col-14 {width: 58.33333333%;}
.col-13 {width: 54.16666667%;}
.col-12 {width: 50%;}
.col-11 {width: 45.83333333%;}
.col-10 {width: 41.66666667%;}
.col-9 {width: 37.5%;}
.col-8 {width: 33.33333333%;}
.col-7 {width: 29.16666667%;}
.col-6 {width: 25%;}
.col-5 {width: 20.83333333%;}
.col-4 {width: 16.66666667%;}
.col-3 {width: 12.5%;}
.col-2 {width: 8.33333333%;}
.col-1 {width: 4.16666667%;}

/*------------------------------------
* PC部分
*-------------------------------------*/
/* 本フォーム全体  */
.form_container_ec {
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
  overflow: hidden;
}
.form_main_container_ec {
  font-size:12px;
  width: 100%;
  border-radius:3px
}
.landing_form_label_ec {
  padding: 15px;
}
/* フォームの項目名ラベル */
.form_box_label {
  background: #cadefc;
  border-bottom: 1px solid #C3C3C3;
  border-top: 1px solid #C3C3C3;
  padding: 2%;
  vertical-align: middle;
  text-align: left;
  color: #333;
  margin-bottom: 2%;
}
span.form_required_ec{
  padding: 2px 4px;
  margin-left: 5px;
  display: inline-block;
  float: right !important;
}
/* フォーム入力ボックス内の基本デザイン */
table.landing_form_ec {
  width: 852px;
  margin: 0 auto;
}
/* フォーム一項目　項目名ラベルと入力ボックス */
.landing_form_ec tr {
  line-height: 18px;
  font-size: 14px;
}
/* フォーム左側　項目名ラベル */
.landing_form_ec th {
  text-align: left;
  vertical-align: top;
  padding: 13px 11px;
}
/* フォーム右側　入力ボックス */
.landing_form_ec td {
  width: 584px;
  padding: 13px 5px;
}
/* フォームトップメッセージ */
.login_message_ec,
.purchase_message_ec {
  font-weight: normal;
  font-size: 14px;
  padding:20px 0px;
  margin-left: 4%;
  margin-right: 4%;
}
/* エラーメッセージ背景 */
.alert-danger_ec {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-success_ec {
  background-color: #DFF0D8;
  border-color: #d6e9c6;
  color: #468847;
}

.form_main_container_sp_ec .formError {
  width: 200px;
}

.form_main_container_ec .formError {
  width: 470px;
}

.formError .formErrorContent {
  width: 60%;
  font-size: 100%;
}

.alert_ec {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
p.caution_ec {
  padding-top:10px;
  font-size: 14px;
}
.optin_view_ec,
.agreement_view_ec,
.order_checklist_view_ec {
  margin-left: 4%;
  padding-top: 20px;
  position: relative;
}

.submit_ec {
  padding-top: 2%;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 2%;
  margin-left: auto;
  margin-right: auto;
}

#option_types {
  margin-top: 10px;
}

#option_types:empty {
  display: none;
}

.option_type{
  margin: 5px 0;
}

.option_type label {
  display: inline-block;
  width: 80px;
}

.form_group_ec {
  padding-left: 2%;
  padding-right: 2%;
  position: relative;
}
.form_main_container_ec div.form_group_ec input{
  padding: 10px 10px;
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form_main_container_ec div.form_group_ec input[type=checkbox]{
  margin-left: 3px;
  margin-right: 3px;
}
.form_main_container_ec div.form_group_ec select{
  padding: 10px 10px;
  height: 40px;
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form_main_container_ec div.form_group_ec .disabled-input-ec {
  pointer-events: none;
  background-color: #ccc !important;
  opacity: 0.7;
}
input.input_box_ec { width:70%; }
select.input_box_product_ec { min-width:50%; }
p.input_product_ec { display:inline-block; }
input.input_box_name_ec { width:70%; }
input.input_box_name1_ec { width:70%; }
input.input_box_name2_ec { width:70%; }
input.input_box_kana_ec { width:70%; }
input.input_box_kana1_ec { width:70%; }
input.input_box_kana2_ec { width:70%; }
select.input_box_sex_ec { width: 25%; }
select.input_box_job_ec { width: 70%; }
select.input_box_birth_year_ec { width: 25%; }
select.input_box_birth_month_ec { width: 15%; }
select.input_box_birth_day_ec { width: 15%; }
input.input_box_zip1_ec { width: 50px; }
input.input_box_zip2_ec { width: 60px; }
select.input_box_pref_ec { width: 150px; }
input.input_box_addr1_ec { width: 70%; }
input.input_box_addr2_ec { width: 70%; }
input.input_box_addr3_ec { width: 70%; }
input.input_box_tel_ec { width: 70%; }
input.input_box_tel1_ec { width: 45px; }
input.input_box_tel2_ec { width: 45px; }
input.input_box_tel3_ec { width: 45px; }
input.input_box_fax_ec { width: 70%; }
input.input_box_fax1_ec { width: 45px; }
input.input_box_fax2_ec { width: 45px; }
input.input_box_fax3_ec { width: 45px; }
input.input_box_email_ec { width: 70%; }
input.input_box_email_confirm_ec { width: 70%; }
input.input_box_customer_number_ec { width: 70%; }
select.input_box_card_method_ec { width: 50%; }
select.input_box_card_times_ec { width: 15%; }
input.input_box_card_number_ec { width: 70%; }
select.input_box_card_month_ec { width: 15%; }
select.input_box_card_year_ec { width: 15%; }
input.input_box_card_name_ec { width: 70%; }
input.input_box_password_ec { width: 70%; }
input.input_box_password_confirm_ec { width: 70%; }

p.form_box_label_ec strong { font-weight: bold; }
p.form_box_label_ec label { font-weight: bold; }
div.form_group_ec p {}
div.form_group_ec span { font-weight: bold; }
div.scheduled_delivery_date_text_ec {
  font-size: 14px;
  line-height: 20px;
}

div.pre_ordered_delivery_description_text_ec {
  font-size: 14px;
  line-height: 20px;
}

.preview_container_ec > table th,
.preview_container_ec > table td {
  border: 1px solid #d0dcec;
}

.table_bordered_ec {
  border: 0px !important;
}

.table_ec {
  width: 100%;
  max-width: 100%;
}

.table_ec tr > .pull_right_ec {
  text-align: right;
}

.table_ec tr > th.product_name_ec {
  width: 60%;
}

.table_ec tr > th.product_price_ec {
  width: 15%;
}

.table_ec tr > th.product_quantity_ec {
  width: 10%;
}

.table_ec tr > th.product_pickup_available_date_ec {
  width: 15%;
}

.table_ec tr > th.product_sub_total_ec {
  width: 15%;
}

.total_color_ec {
  color: #ff0000;
  font-weight: bold;
}

.without_border_ec {
  border: none !important;
}

/* Paypal */
#paypal-button-container {
  width: 50%;
}

/* Amazon Pay */
.amazon_pay_box_ec {
  border: solid 1px #C3C3C3;
  margin: 10px;
  padding: 20px 0;
  text-align: center;
}

.amazon_pay_title_ec {
  margin: 0 auto 10px auto !important;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 25px;
  color: #df1800;
  font-weight: bold;
}

.amazon_pay_subtitle_ec {
  margin: 0 auto 10px auto !important;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 20px;
  color: #e6a300;
}

.amazon_pay_message_ec {
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
}

.amazon_pay_not_use_message_ec {
  height: 32px;
  margin: 0 auto !important;
  padding: 0;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  font-size: 15px;
  color: #e6a300;
}

.amazon_pay_button_all_ec {
  margin: 20px auto 20px;
  width: 300px;
}

.amazon_pay_button_wallet_ec {
  padding-top: 15px;
  margin-left: -25px;
}

.amazon_pay_button_wallet_ec input.billing_agreement_ec {
  visibility: hidden;
  font-size: 0px !important;
}

.address_book_widget_wrapper_ec {
  height: 228px;
}

.wallet_widget_wrapper_ec {
  height: 228px;
  width:417px;
  float:left;
  margin-right:6px;
}

.consent_widget_wrapper_ec {
  height:193px;
  width:417px;
  float:left;
  margin-top: 5px;
}

.consent_wrapper_ec {
  height: 30px;
  width: 405px;
  color: white;
  background: red;
  vertical-align: middle;
  display: table-cell;
  padding: 0 10px;
  border-radius: 5px;
  position: relative;
}

.consent_wrapper_ec > span.consent_message_ec {
  padding: 0 0 0 10px;
}

.consent_wrapper_ec > span.consent_mandatory_ec {
  float: right;
  background: white;
  color: red;
  padding: 0 4px;
}

.consent_wrapper_ec > input.consent_checkbox_ec {
  visibility: hidden;
}

/* AmazonPay popup >> */
.amazon_pay_popup_box_ec {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
}

.amazon_pay_popup_content_ec {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 30%;
  max-height: 250px;
  padding: 20px;
  background: #ffffff;
}

.amazon_pay_popup_title_ec {
  font-size: 20px;
}

.amazon_pay_popup_close_ec {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  border-style: none;
  cursor: pointer;
}

.amazon_pay_popup_subtitle_ec {
  margin: 40px 0 30px;
  font-size: 18px;
}

.amazon_pay_popup_body_ec {
  margin: 20px auto 20px;
  width: 300px;
}
/* << AmazonPay popup */

.login_message_box_ec {
  width: 852px;
  margin: 20px auto 0px auto;
  border: solid 1px #C3C3C3;
}

p.login_message_wrapper_ec {
  font-size: 14px;
  margin: 20px 0 !important;
  text-align: center;
}

/* Socialplus */
.socialplus_ec {
  margin: 0 0 10px 0;
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
  justify-content: center;
}

.socialplus_ec .button-container {
  width: calc(33.3% - 10px);
  margin: 5px;
}

.socialplus_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 40px;
  padding-left: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none;
}

.socialplus_ec .button-container .button:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-size: 100%;
}

.socialplus_ec .button-container .button:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: inline-block;
  width: 40px;
  height: 100%;
  border-right-style: solid;
  border-right-width: 1px;
}

.socialplus_ec .button-container .btn-facebook {
  background-color: #4267b2;
}

.socialplus_ec .button-container .btn-facebook:before {
  background-image: url("/assets/login-facebook-3e1626e3d5c7df61a277513295e7acb6cf9112c4df07db1b867c7641a7005492.png");
}

.socialplus_ec .button-container .btn-facebook:after {
  border-color: #8298cc;
}

.socialplus_ec .button-container .btn-twitter {
  background-color: #438dc4;
}

.socialplus_ec .button-container .btn-twitter:before {
  background-image: url("/assets/login-twitter-944a487f4746a5ce6557d56ae65421e8b71eaa7fda7a0f74a1bed6b86d345567.png");
}

.socialplus_ec .button-container .btn-twitter:after {
  border-color: #88BEEF;
}

.socialplus_ec .button-container .btn-google {
  background-color: #0056c7;
}

.socialplus_ec .button-container .btn-google:before {
  background-image: url("/assets/login-google-0119f2ac53e7fc66fe39b1e40fc4757c35ceab4bf28021ce0a81d45eee5d2360.png");
}

.socialplus_ec .button-container .btn-google:after {
  border-color: #4285f4;
}

.socialplus_ec .button-container .btn-gplus {
  background-color: #d04d40;
}

.socialplus_ec .button-container .btn-gplus:before {
  background-image: url("/assets/login-gplus-f2319e7179a28ad715384eb95ff7490c6ff1efa46a13c944022702b87ab4be07.png");
}

.socialplus_ec .button-container .btn-gplus:after {
  border-color: #cf837a;
}

.socialplus_ec .button-container .btn-mixi {
  background-color: #cba958;
}

.socialplus_ec .button-container .btn-mixi:before {
  background-image: url("/assets/login-mixi-99e3d6436ac6491642b1ed205a8f6ea2fbc7a349aea04474f1ae3477c27373f5.png");
}

.socialplus_ec .button-container .btn-mixi:after {
  border-color: #e6bc5c;
}

.socialplus_ec .button-container .btn-yahoo {
  background-color: #fe0032;
  border: 0.5px solid #f00;
}

.socialplus_ec .button-container .btn-yahoo:before {
  background-image: url("/assets/login-yahoo-ecc9e51a9724b036b6fd228bdef4855731ad44ae44b75fe1f4af7eb0f59684de.png");
}

.socialplus_ec .button-container .btn-yahoo:after {
  border-color: #fe0032;
}

.socialplus_ec .button-container .btn-rakuten {
  background-color: #b21d23;
}

.socialplus_ec .button-container .btn-rakuten:before {
  background-image: url("/assets/login-rakuten-8e21ab472f9e803e6d89857d15dd46768e21dc685f03156cfd96205df6773a66.png");
}

.socialplus_ec .button-container .btn-rakuten:after {
  border-color: #ae6164;
}

.socialplus_ec .button-container .btn-line {
  background-color: #31ae36;
}

.socialplus_ec .button-container .btn-line:before {
  background-image: url("/assets/login-line-ed8c51d83aae2ebc670a6fdc20afa7dc93ab3205464e89d999349f49f53659c0.png");
}

.socialplus_ec .button-container .btn-line:after {
  border-color: #70C053;
}

/* ecforce-payment */
.ecforce-payment-card-number,
.ecforce-payment-card-expiry,
.ecforce-payment-card-cvv {
  cursor: text !important;
  font-size: 12px !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 1px solid #cccccc !important;
  border-radius: 3px !important;
  width: 70% !important;
}
.ecforce-payment-card-number #card-number,
.ecforce-payment-card-expiry #card-expiry,
.ecforce-payment-card-cvv #card-cvv {
  padding: 10px 10px !important;
}

/* payjp */
.payjp-card-number,
.payjp-card-expiry,
.payjp-card-cvv {
  cursor: text !important;
  font-size: 12px !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 1px solid #cccccc !important;
  border-radius: 3px !important;
  width: 70% !important;
}
.payjp-card-number #card-number,
.payjp-card-expiry #card-expiry,
.payjp-card-cvv #card-cvv {
  padding: 10px 10px !important;
}

/* fincode */
.fincode-card-number,
.fincode-card-expiry,
.fincode-card-cvv {
  cursor: text !important;
  font-size: 12px !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 1px solid #cccccc !important;
  border-radius: 3px !important;
  width: 70% !important;
}
.fincode-card-number #card-number,
.fincode-card-expiry #card-expiry,
.fincode-card-cvv #card-cvv {
  padding: 10px 10px !important;
}

.toggle_text {
  display: none;
}

/* カスタム項目 */
.free_columns-section_ec input {
  width: 70%;
}
.free_columns-section_ec input[type=checkbox], .free_columns-section_ec input[type=radio] {
  width: auto;
  top: -2px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.free_columns-section_ec .checkbox-wrapper, .free_columns-section_ec .radio-wrapper {
  margin-top:5px
}
.free_columns-section_ec .checkbox-wrapper>label, .free_columns-section_ec .radio-wrapper>label {
  display: inline-block;
  margin-left: 2px;
  width: 93%;
}
.free_columns-section_ec .form_group_ec label {
  font-weight: normal;
}
.free_columns-section_ec textarea {
  width: 100%;
}
.free_columns-section_ec select {
  width: 70%;
}
.free_columns-section_ec select[multiple]{
  height: 100% !important;
}
.free_columns-section_ec .category-caption-wrapper {
  margin: 1.5em 0 0.8em 3em;
  padding: 1em 0em 1em 1em;
  font-size: 14px;
  font-weight: bold;
  border-left: 5px solid #203594;
  width: 852px;
}
.free_columns-section_ec .category-caption-text {
  display: inline-block;
  width: 90%;
}
.free_columns-section_ec tr.free_column_category-footer td{
  border-left: none;
  border-right: none;
}
.free_columns-section_ec .category-btn-wrapper {
  cursor:pointer ;
  font-size: 14px;
  display:inline-block;
  font-weight: bold;
  color: #010FEE;
  letter-spacing: 0.2em;
}
.free_columns-section_ec .category-btn-wrapper .category-btn:before {
  display:inline-block;
  margin-right: 0.4rem;
  width: 1.9rem;
  height: 1.9rem;
  background-color: #010FEE;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}
.free_columns-section_ec .category-btn-wrapper.category-minus .category-btn:before {
  content:'ー';
  letter-spacing: 0;
  line-height: 1.95rem;
}
.free_columns-section_ec .category-btn-wrapper.category-plus {
  margin: 0.7em 0 0.8em 2em;
  padding: 1em;
}
.free_columns-section_ec .category-btn-wrapper.category-plus .category-btn:before {
  content:'＋';
  letter-spacing: 0;
  line-height: 1.95rem;
  font-weight: bold;
}

/* 受注自由項目 */
.order_free_columns-section_ec input {
  width: 70%;
}
.order_free_columns-section_ec .form_group_ec label {
  font-weight: normal;
}

/* セット商品 */
.table_ec td.set_item_selected{
  padding-left: 28px;
}

/*------------------------------------
* スマートフォン部分
*-------------------------------------*/
.form_container_sp_ec {
  padding: 0;
  background-size: 100%;
  font-size: 16px;
  position: relative;
  overflow: hidden;
}
.landing_form_label_sp_ec {
  padding: 15px;
}
/* フォーム入力ボックスの基本 */
.form_main_container_sp_ec div.form_group_sp_ec input{
  padding: 8px 4px;
  line-height: 2.4;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
}
.form_main_container_sp_ec div.form_group_sp_ec input[type=checkbox]{
  margin-left: 3px;
  margin-right: 3px;
}
.form_main_container_sp_ec div.form_group_sp_ec select{
  height: 50px;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
}
.form_group_sp_ec {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
  padding-top: 15px;
  position: relative;
}
.form_main_container_sp_ec div.form_group_sp_ec .disabled-input-ec {
  pointer-events: none;
  color: #555;
  background-color: #ccc !important;
  border: 1px solid #cccccc;
  opacity: 0.7;
}
/* フォームトップメッセージ */
.login_message_sp_ec,
.purchase_message_sp_ec {
  font-weight: normal;
  font-size: 14px;
  padding:20px 0px;
  margin-left: 4%;
  margin-right: 4%;
}
/* エラーメッセージ背景 */
.alert-danger_sp_ec {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-success_sp_ec {
  background-color: #DFF0D8;
  border-color: #d6e9c6;
  color: #468847;
}

.alert_sp_ec {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.form_main_container_sp_ec {
  width: 100%;
  border-radius:3px
}
span.form_required_sp_ec{
  padding: 2px 4px;
  margin-left: 5px;
  display: inline-block;
}
/* フォームの項目名ラベル */
.form_box_label_sp_ec {
  padding: 2%;
  vertical-align: middle;
  text-align: left;
  margin-bottom: 2%;
}
select.input_box_sp_ec {
  padding: 10px;
  font-size: 14px;
  width: 100%;
  height: 50px;
}
input.input_box_sp_ec { width:98%; }
select.input_box_product_sp_ec { width:98%; }
select.input_box_quantity_sp_ec { width:98%; }
input.input_box_name_sp_ec { width:98%; }
input.input_box_name1_sp_ec { width:45%; }
input.input_box_name2_sp_ec { width:45%; }
input.input_box_kana_sp_ec { width:98%; }
input.input_box_kana1_sp_ec { width:45%; }
input.input_box_kana2_sp_ec { width:45%; }
select.input_box_sex_sp_ec { width:98%; }
select.input_box_job_sp_ec { width:98%; }
select.input_box_birth_year_sp_ec { width: 40%; }
select.input_box_birth_month_sp_ec { width: 25%; }
select.input_box_birth_day_sp_ec { width: 25%; }
input.input_box_zip1_sp_ec { width: 80px; }
input.input_box_zip2_sp_ec { width: 100px; }
select.input_box_pref_sp_ec { width:98%; }
input.input_box_addr1_sp_ec { width:98%; }
input.input_box_addr2_sp_ec { width:98%; }
input.input_box_addr3_sp_ec { width:98%; }
input.input_box_tel_sp_ec { width: 98%; }
input.input_box_tel1_sp_ec { width: 24%; }
input.input_box_tel2_sp_ec { width: 24%; }
input.input_box_tel3_sp_ec { width: 24%; }
input.input_box_fax_sp_ec { width: 98%; }
input.input_box_fax1_sp_ec { width: 24%; }
input.input_box_fax2_sp_ec { width: 24%; }
input.input_box_fax3_sp_ec { width: 24%; }
input.input_box_company_sp_ec { width: 98%; }
input.input_box_email_sp_ec { width:98%; }
input.input_box_email_confirm_sp_ec { width:98%; }
input.input_box_customer_number_sp_ec { width:98%; }
select.input_box_shipping_address_sp_ec { width:98%; }
select.input_box_wrapping_sp_ec { width:98%; }
select.input_box_card_method_sp_ec { width:98%; }
select.input_box_card_times_sp_ec { width:98%; }
input.input_box_card_number_sp_ec { width:98%; }
select.input_box_card_month_sp_ec { width: 25%; }
select.input_box_card_year_sp_ec { width: 25%; }
input.input_box_card_name_sp_ec { width:98%; }
select.input_box_container_payment_schedule_sp_ec { width:98%; }
input.input_box_password_sp_ec { width:98%; }
input.input_box_password_confirm_sp_ec { width:98%; }

p.form_box_label_sp_ec strong { font-weight: bold; }
p.form_box_label_sp_ec label { font-weight: bold; }
div.form_group_sp_ec p {}
div.form_group_sp_ec span { font-weight: bold; }
p.caution_sp_ec {
  padding-top:10px;
  font-size: 14px;
}
p.product_name_sp_ec {
  padding: 0 15px 0 15px;
  font-size: 16px;
}
div.scheduled_delivery_date_text_sp_ec {
  font-size: 14px;
  line-height: 20px;
  padding-left:15px;
  padding-right:15px;
}
.optin_view_sp_ec,
.agreement_view_sp_ec,
.order_checklist_view_sp_ec {
  margin-left: 4%;
  padding-top: 15px;
  position: relative;
}
.submit_sp_ec {
  padding-top: 2%;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 2%
  margin-left: auto;
  margin-right: auto;
}

.pre_ordered_delivery_description_text_sp_ec {
  font-size: 14px;
  line-height: 20px;
  padding-left:15px;
  padding-right:15px;
}

/* カスタム項目 */
.free_columns-section_sp_ec input {
  width: 98%;
}
.free_columns-section_sp_ec input[type=checkbox], .free_columns-section_sp_ec input[type=radio] {
  width: auto;
  top: -1px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.free_columns-section_sp_ec .checkbox-wrapper, .free_columns-section_sp_ec .radio-wrapper {
  margin-top:5px
}
.free_columns-section_sp_ec .checkbox-wrapper>label, .free_columns-section_sp_ec .radio-wrapper>label {
  display: inline-block;
  margin-left: 6px;
  width: 90%;
}
.free_columns-section_sp_ec .form_group_ec label {
  font-weight: normal;
}
.free_columns-section_sp_ec textarea {
  width: 100%;
}
.free_columns-section_sp_ec select {
  width: 98%;
}
.free_columns-section_sp_ec select[multiple]{
  height: 100% !important;
}
.free_columns-section_sp_ec .category-caption-wrapper {
  margin: 1em 0;
  padding: 1em 0em 1em 1em;
  font-size: 13px;
  font-weight: bold;
  border-left: 5px solid #203594;
}
.free_columns-section_sp_ec .category-caption-text {
  display: inline-block;
  width: 78%;
}
.free_columns-section_sp_ec tr.free_column_category-footer td{
  border-left: none;
  border-right: none;
}
.free_columns-section_sp_ec .category-btn-wrapper {
  cursor:pointer ;
  font-size: 14px;
  display:inline-block;
  font-weight: bold;
  color: #010FEE;
  letter-spacing: 0.2em;
}
.free_columns-section_sp_ec .category-btn-wrapper .category-btn:before {
  display:inline-block;
  margin-right: 0.4rem;
  width: 1.3rem;
  height: 1.3rem;
  background-color: #010FEE;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}
.free_columns-section_sp_ec .category-btn-wrapper.category-minus .category-btn:before {
  content:'ー';
  letter-spacing: 0;
  line-height: 1.35rem;
}
.free_columns-section_sp_ec .category-btn-wrapper.category-plus {
  padding: 1em;
}
.free_columns-section_sp_ec .category-btn-wrapper.category-plus .category-btn:before {
  content:'＋';
  letter-spacing: 0;
  line-height: 1.35rem;
  font-weight: bold;
}

/* 受注自由項目 */
.order_free_columns-section_sp_ec input {
  width: 98%;
}
.order_free_columns-section_sp_ec .form_group_sp_ec label {
  font-weight: normal;
}

/* セット商品 */
.table_sp_ec td.set_item_selected{
  padding-left: 28px;
}

/*------------------------------------
* PCデザイン可変部分
*-------------------------------------*/
/* 【PC】フォームの項目名ラベル内必須アイコン */
span.form_required_ec{
  /* セクションラベルの色 */
  background: #7E0F09;
  /* セクションラベルのフォント色*/
  color: #ffffff;
}
/* 【PC】フォームのセクションラベル */
.landing_form_label_ec {
  /* セクションラベルの色 */
  background: #203594;
  /* セクションラベルのフォント色*/
  color: #ffffff;
  /* セクションラベルのフォントサイズ */
  font-size: 18px;
}
/* 【PC】フォーム入力ボックス内の基本デザイン */
table.landing_form_ec {
  border-top: 1px solid #d0dcec;
  border-right: 1px solid #d0dcec;
  background: #FFF;
  border-bottom: 1px solid #999;
}
/* 【PC】フォーム左側　項目名ラベル */
.landing_form_ec th {
  background-color: #e1edfd;
  border-bottom: 1px solid #d0dcec;
  border-left: 1px solid #d0dcec;
  background-color: #e1edfd;
}
/* 【PC】フォーム右側　入力ボックス */
.landing_form_ec td {
  border-bottom: 1px solid #d0dcec;
  border-left: 1px solid #d0dcec;
  background-color: #ffffff;
}
/* 【PC】購入ボタンのデザイン */
.login_button_ec {
  border: 0px;
  width: 400px;
  height: 150px;
  background: url("/assets/default_login_btn-3545ead6f7c1f581390be8bada934a229cd580f4f4830b21c14803de789ad249.png") center;
  background-size: 394px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
/* 【PC】購入ボタンのデザイン */
.submit_bottom_ec {
  border: 0px;
  width: 400px;
  height: 150px;
  background: url("/assets/default_btn-f6c2a9bc1ad7a90718756cd965847d700d3750ab3c837bf74bcf30dd3d083ea0.png") center;
  background-size: 394px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
/* 【PC】購入ボタンのデザイン */
.submit_button_complete_ec {
  border: 0px;
  width: 400px;
  height: 150px;
  background: url("/assets/default_order_comp-6baf1ae5951cb6ca295e07a256d9d8ce2e646d315125a11207f4d833c9cca5d3.png") center;
  background-size: 394px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
/*------------------------------------
* スマートフォンデザイン可変部分
*-------------------------------------*/
/* 【SP】フォームの項目名ラベル内必須アイコン */
span.form_required_sp_ec{
  /* セクションラベルの色 */
  background: #7E0F09;
  /* セクションラベルのフォント色*/
  color: #ffffff;
}

/* 【SP】フォームのセクションラベル */
.landing_form_label_sp_ec {
  /* セクションラベルの色 */
  background: #203594;
  /* セクションラベルのフォント色*/
  color: #ffffff;
  /* セクションラベルのフォントサイズ */
  font-size: 18px;
}

/* 【SP】フォームの項目名ラベル */
.form_box_label_sp_ec {
  background: #cadefc;
  border-bottom: 1px solid #C3C3C3;
  border-top: 1px solid #C3C3C3;
}

/* 【SP】ログインボタンのデザイン */
.login_button_sp_ec {
  border: 0px;
  width: 100%;
  height: 150px;
  background: url("/assets/default_login_btn-3545ead6f7c1f581390be8bada934a229cd580f4f4830b21c14803de789ad249.png") center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

/* 【SP】購入ボタンのデザイン */
.submit_bottom_sp_ec {
  border: 0px;
  width: 100%;
  height: 150px;
  background: url("/assets/default_btn-f6c2a9bc1ad7a90718756cd965847d700d3750ab3c837bf74bcf30dd3d083ea0.png") center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

.submit_button_complete_sp_ec {
  border: 0px;
  width: 100%;
  height: 150px;
  background: url("/assets/default_order_comp-6baf1ae5951cb6ca295e07a256d9d8ce2e646d315125a11207f4d833c9cca5d3.png") center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

.preview_container_sp_ec > table {
  width: 100%;
}

.preview_container_sp_ec > table th {
  background: #cadefc;
}

.preview_container_sp_ec > table,
.preview_container_sp_ec > table tr,
.preview_container_sp_ec > table th,
.preview_container_sp_ec > table td {
  border: 1px solid #C3C3C3;
}

.table_bordered_sp_ec {
  border: 0px !important;
}

.table_sp_ec {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table_sp_ec > thead > tr > th,
.table_sp_ec > tbody > tr > th,
.table_sp_ec > tfoot > tr > th,
.table_sp_ec > thead > tr > td,
.table_sp_ec > tbody > tr > td,
.table_sp_ec > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table_bordered_sp_ec > thead > tr > th,
.table_bordered_sp_ec > tbody > tr > th,
.table_bordered_sp_ec > tfoot > tr > th,
.table_bordered_sp_ec > thead > tr > td,
.table_bordered_sp_ec > tbody > tr > td,
.table_bordered_sp_ec > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table_sp_ec tr > th {
  border-top: 0px;
  background: #F0F0F0;
  font-size: 10px;
}

.table_sp_ec tr > th,
.table_sp_ec tr > td {
  font-size: 12px;
}

.table_bordered_sp_ec tr > th,
.table_bordered_sp_ec tr > td {
  border: 1px solid #e5e5e5 !important;
}

.table_sp_ec th,
.table_sp_ec td {
  vertical-align: middle !important;
  line-height: 20px !important;
  border-top: 1px solid #e5e5e5 !important;
}

.total_color_sp_ec {
  color: #ff0000;
  font-weight: bold;
  border-bottom: 1px solid #eee;
}

/* Amazon Pay */
.amazon_pay_box_sp_ec {
  border: solid 3px #C3C3C3;
  margin: 10px auto;
  padding: 20px 0;
  text-align: center;
}

.amazon_pay_title_sp_ec {
  margin: 0 auto 10px auto !important;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 18px;
  color: #df1800;
  font-weight: bold;
}

.amazon_pay_subtitle_sp_ec {
  margin: 0 auto 10px auto !important;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 15px;
  color: #e6a300;
}

.amazon_pay_message_sp_ec {
  margin: 0 10px;
  font-weight: bold;
  text-align: center;
}

.amazon_pay_not_use_message_sp_ec {
  margin: 0 10px !important;
  padding: 0 0 10px 0;
  text-align: center;
  font-size: 12px;
  color: #e6a300;
}

.amazon_pay_button_all_sp_ec {
  margin: 20px auto 20px;
  width: 300px;
}

.amazon_pay_button_wallet_sp_ec {
  padding-top: 15px;
  margin-left: -15px;
}

.amazon_pay_button_wallet_sp_ec input.billing_agreement_sp_ec {
  visibility: hidden;
  font-size: 0px !important;
}

.address_book_widget_wrapper_sp_ec,
.wallet_widget_wrapper_sp_ec,
.consent_widget_wrapper_sp_ec {
}

.address_book_widget_wrapper_sp_ec,
.wallet_widget_wrapper_sp_ec,
.consent_widget_wrapper_sp_ec {
}

.consent_wrapper_sp_ec {
  height: 30px;
  color: white;
  background: red;
  padding-top: 5px;
  margin: 10px 0;
}

.consent_wrapper_sp_ec > span.consent_message_sp_ec {
  padding: 0 0 0 10px;
}

.consent_wrapper_sp_ec > span.consent_mandatory_sp_ec {
  float: right;
  background: white;
  color: red;
  padding: 2px 8px;
  margin: 2px 10px;
}

.consent_wrapper_sp_ec > input.consent_checkbox_sp_ec {
  visibility: hidden;
}

/* AmazonPay popup >> */
.amazon_pay_popup_box_sp_ec {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
}

.amazon_pay_popup_content_sp_ec {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 250px;
  padding: 20px;
  background: #ffffff;
}

.amazon_pay_popup_title_sp_ec {
  font-size: 20px;
}

.amazon_pay_popup_close_sp_ec {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  border-style: none;
  cursor: pointer;
}

.amazon_pay_popup_subtitle_sp_ec {
  margin: 40px 0 30px;
  font-size: 15px;
}

.amazon_pay_popup_body_sp_ec {
  margin: 20px auto 20px;
  width: 300px;
}
/* << AmazonPay popup */

.login_message_box_sp_ec {
  width: 100%;
  margin: 0 auto;
  border: solid 1px #d0dcec;
}

p.login_message_wrapper_sp_ec {
  font-size: 14px;
  margin: 20px 0 !important;
  text-align: center;
}

/* Socialplus */
.socialplus_sp_ec {
  margin: 0 0 20px 0;
  overflow: hidden;
}

.socialplus_sp_ec .button-container {
  width: 100%;
  float: left;
  padding: 10px 10px 0;
  box-sizing: border-box;
}

.socialplus_sp_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 50px;
  padding-left: 20px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none;
}

.socialplus_sp_ec .button-container .button:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-size: 100%;
}

.socialplus_sp_ec .button-container .button:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 100%;
  border-right-style: solid;
  border-right-width: 1px;
}

.socialplus_sp_ec .button-container .btn-facebook {
  background-color: #4267b2;
}

.socialplus_sp_ec .button-container .btn-facebook:before {
  background-image: url("/assets/login-facebook-3e1626e3d5c7df61a277513295e7acb6cf9112c4df07db1b867c7641a7005492.png");
}

.socialplus_sp_ec .button-container .btn-facebook:after {
  border-color: #8298cc;
}

.socialplus_sp_ec .button-container .btn-twitter {
  background-color: #438dc4;
}

.socialplus_sp_ec .button-container .btn-twitter:before {
  background-image: url("/assets/login-twitter-944a487f4746a5ce6557d56ae65421e8b71eaa7fda7a0f74a1bed6b86d345567.png");
}

.socialplus_sp_ec .button-container .btn-twitter:after {
  border-color: #88BEEF;
}

.socialplus_sp_ec .button-container .btn-google {
  background-color: #0056c7;
}

.socialplus_sp_ec .button-container .btn-google:before {
  background-image: url("/assets/login-google-0119f2ac53e7fc66fe39b1e40fc4757c35ceab4bf28021ce0a81d45eee5d2360.png");
}

.socialplus_sp_ec .button-container .btn-google:after {
  border-color: #4285f4;
}

.socialplus_sp_ec .button-container .btn-gplus {
  background-color: #d04d40;
}

.socialplus_sp_ec .button-container .btn-gplus:before {
  background-image: url("/assets/login-gplus-f2319e7179a28ad715384eb95ff7490c6ff1efa46a13c944022702b87ab4be07.png");
}

.socialplus_sp_ec .button-container .btn-gplus:after {
  border-color: #cf837a;
}

.socialplus_sp_ec .button-container .btn-mixi {
  background-color: #cba958;
}

.socialplus_sp_ec .button-container .btn-mixi:before {
  background-image: url("/assets/login-mixi-99e3d6436ac6491642b1ed205a8f6ea2fbc7a349aea04474f1ae3477c27373f5.png");
}

.socialplus_sp_ec .button-container .btn-mixi:after {
  border-color: #e6bc5c;
}

.socialplus_sp_ec .button-container .btn-yahoo {
  background-color: #fe0032;
  border: 0.5px solid #f00;
}

.socialplus_sp_ec .button-container .btn-yahoo:before {
  background-image: url("/assets/login-yahoo-ecc9e51a9724b036b6fd228bdef4855731ad44ae44b75fe1f4af7eb0f59684de.png");
}

.socialplus_sp_ec .button-container .btn-yahoo:after {
  border-color: #fe0032;
}

.socialplus_sp_ec .button-container .btn-rakuten {
  background-color: #b21d23;
}

.socialplus_sp_ec .button-container .btn-rakuten:before {
  background-image: url("/assets/login-rakuten-8e21ab472f9e803e6d89857d15dd46768e21dc685f03156cfd96205df6773a66.png");
}

.socialplus_sp_ec .button-container .btn-rakuten:after {
  border-color: #ae6164;
}

.socialplus_sp_ec .button-container .btn-line {
  background-color: #31ae36;
}

.socialplus_sp_ec .button-container .btn-line:before {
  background-image: url("/assets/login-line-ed8c51d83aae2ebc670a6fdc20afa7dc93ab3205464e89d999349f49f53659c0.png");
}

.socialplus_sp_ec .button-container .btn-line:after {
  border-color: #70C053;
}

/* LINE ID 連携 */

.line_ec {
}

.line_ec .button-container.w100 {
  width: 100%;
}

.line_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 50px;
  padding-left: 30px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none;
}

.line_ec .button-container .button:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-size: 100%;
}

.line_ec .button-container .button:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 100%;
  border-right-style: solid;
  border-right-width: 1px;
}

@media screen and (min-width: 480px) {
  .line_ec {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .line_ec .button-container {
    width: calc(33.3% - 10px);
    margin: 5px;
  }

  .line_ec .button-container .button {
    line-height: 40px;
    padding-left: 40px;
    height: 40px;
  }

  .line_ec .button-container .button:before {
    width: 40px;
    height: 40px;
  }

  .line_ec .button-container .button:after {
    width: 40px;
  }
}

.line_ec .button-container .btn-line {
  background-color: #31ae36;
}

.line_ec .button-container .btn-line:before {
  background-image: image_url('login-line.png');
}

.line_ec .button-container .btn-line:after {
  border-color: #70C053;
}

.line_ec .button-container .btn-line:before {
  background-image: url("/assets/login-line-ed8c51d83aae2ebc670a6fdc20afa7dc93ab3205464e89d999349f49f53659c0.png");
}

.line_sp_ec {
}

.line_sp_ec .button-container.w100 {
  width: 100%;
}

.line_sp_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 50px;
  padding-left: 30px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none;
}

.line_sp_ec .button-container .button:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-size: 100%;
}

.line_sp_ec .button-container .button:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 100%;
  border-right-style: solid;
  border-right-width: 1px;
}

.line_sp_ec .button-container .btn-line:before {
  background-image: url("/assets/login-line-ed8c51d83aae2ebc670a6fdc20afa7dc93ab3205464e89d999349f49f53659c0.png");
}

.form_container_sp_ec .line_alert_sp_ec {
  font-size: 12px;
  padding: 0px;
}

.line_alert_sp_ec {
  margin: 10px;
}

@media screen and (min-width: 480px) {
  .line_sp_ec {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .line_sp_ec .button-container {
    width: calc(33.3% - 10px);
    margin: 5px;
  }

  .line_sp_ec .button-container .button {
    line-height: 40px;
    padding-left: 40px;
    height: 40px;
  }

  .line_sp_ec .button-container .button:before {
    width: 40px;
    height: 40px;
  }

  .line_sp_ec .button-container .button:after {
    width: 40px;
  }
}

.line_sp_ec .button-container .btn-line {
  background-color: #31ae36;
}

.line_sp_ec .button-container .btn-line:before {
  background-image: image_url('login-line.png');
}

.line_sp_ec .button-container .btn-line:after {
  border-color: #70C053;
  margin: 10px;
  width: 95%;
}

#popup_required_field_check.pc {
  z-index: 99999;
  width: 275px !important;
  float: right;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  position: fixed;
  top: 25px;
  right: 25px;
  display: none;
}

#popup_required_field_check.sp {
  z-index: 99999;
  width: 100% !important;
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
  color: white;
  position: fixed;
  top: 0;
  display: none;
  text-align: center;
}

#popup_required_field_check.required_field_exists {
  background: rgba(242, 133, 12, 0.8);
}

#popup_required_field_check.required_field_not_exists {
  background: rgba(4, 162, 34, 0.8)
}

.input_required_ec {
  background-color: rgba(242, 133, 12, 0.2) !important;
}

.hide {
  display: none !important;
}
/* 認証基盤 連携 */

.auth_infra_ec {
}

.auth_infra_ec .button-container.w100 {
  width: 100%;
}

.auth_infra_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none;
  margin-top: 10px;
  cursor: pointer;
}

#auth_infra_button_name::before {
  content: '認証基盤でログイン';
}

@media screen and (min-width: 480px) {
  .auth_infra_ec {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .auth_infra_ec .button-container {
    width: calc(33.3% - 10px);
    margin: 5px;
  }

  .auth_infra_ec .button-container .button {
    line-height: 40px;
    height: 40px;
  }
}

.auth_infra_ec .button-container .btn-auth_infra {
  background-color: #2780E3;
}

.auth_infra_sp_ec {
}

.auth_infra_sp_ec .button-container.w100 {
  width: 100%;
}

.auth_infra_sp_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none;
  margin-top: 10px;
}

@media screen and (min-width: 480px) {
  .auth_infra_sp_ec {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .auth_infra_sp_ec .button-container {
    width: calc(33.3% - 10px);
    margin: 5px;
  }

  .auth_infra_sp_ec .button-container .button {
    line-height: 40px;
    padding-left: 40px;
    height: 40px;
  }
}

.auth_infra_sp_ec .button-container .btn-auth_infra {
  background-color: #2780E3;
}


/*-------------------------------------*
 * PCデザイン可変部分
 *-------------------------------------*/
/* 【PC】フォームの項目名ラベル内必須アイコン */
span.form_required_ec{
  /* セクションラベルの色 */
  background: #7E0F09;
  /* セクションラベルのフォント色*/
  color: #ffffff;
}
/* 【PC】フォームのセクションラベル */
.landing_form_label_ec {
  /* セクションラベルの色 */
  background: #203594;
  /* セクションラベルのフォント色*/
  color: #ffffff;
  /* セクションラベルのフォントサイズ */
  font-size: 18px;
}
/* 【PC】フォーム入力ボックス内の基本デザイン */
table.landing_form_ec {
  border-top: 1px solid #d0dcec;
  border-right: 1px solid #d0dcec;
  background: #FFF;
  border-bottom: 1px solid #999;
}
/* 【PC】フォーム左側　項目名ラベル */
.landing_form_ec th {
  background-color: #e1edfd;
  border-bottom: 1px solid #d0dcec;
  border-left: 1px solid #d0dcec;
  background-color: #e1edfd;
}
/* 【PC】フォーム右側　入力ボックス */
.landing_form_ec td {
  border-bottom: 1px solid #d0dcec;
  border-left: 1px solid #d0dcec;
  background-color: #ffffff;
}

/* 【PC】購入ボタンのデザイン */
.submit_bottom_ec {
  border: 0px;
  width: 400px;
  height: 150px;
  background-size: 394px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

/*-------------------------------------*
 * スマートフォンデザイン可変部分
 *-------------------------------------*/
/* 【SP】フォームの項目名ラベル内必須アイコン */
span.form_required_sp_ec{
  /* セクションラベルの色 */
  background: #7E0F09;
  /* セクションラベルのフォント色*/
  color: #ffffff;
}

/* 【SP】フォームのセクションラベル */
.landing_form_label_sp_ec {
  /* セクションラベルの色 */
  background: #203594;
  /* セクションラベルのフォント色*/
  color: #ffffff;
  /* セクションラベルのフォントサイズ */
  font-size: 18px;
}

/* 【SP】フォームの項目名ラベル */
.form_box_label_sp_ec {
  background: #cadefc;
  border-bottom: 1px solid #C3C3C3;
  border-top: 1px solid #C3C3C3;
}

/* 【SP】購入ボタンのデザイン */
.submit_bottom_sp_ec {
  border: 0px;
  width: 100%;
  height: 150px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
}





/* 高血圧ミニLP-みらいメディカルクリニック川口中央ver */

body{
    font-family: "Noto Sans JP", sans-serif;
}
img{
    width: 100%;
    height: auto;
}
#wrap{
    overflow: hidden;
}
.lp_wrap{
    max-width: 750px;
    margin: 0 auto;
    /* overflow: hidden; */
    font-style: normal;
    position: relative;
    font-size: min(2.133vw, 16px); /* 16px at 750px */
}
.pos_re{
    position: relative;
}

.font01{
    font-family: "sicgothicduex-hdl-e", sans-serif!important;
    font-style: normal;
    font-weight: 400;
}
.font02{
    font-family: din-2014, sans-serif;
    font-style: normal;
    font-weight: 200;
}
.ab_item{
    position: absolute;
    left: 0;
    top: 0px;
    pointer-events: none;
}

.fade{
    opacity: 0;
    transition: 1s;
    transform: translateY(-0.5vw);
}
.fade.is-show{
    opacity: 1;
    transform: translateY(0);
}
.is-show .fade{
    opacity: 1;
    transform: translateY(0);
}
.slide_l{
    transform: translateX(-2em);
    opacity: 0;
    transition: 1s;
}
.slide_l.is-show{
    transform: translateX(0);
    opacity: 1;
}

.popup{
    opacity: 0;
}
.popup.is-show {
    animation: bounce 1.5s .0s;
    opacity: 1;
}
.is-show .popup {
    animation: bounce 1.5s .0s;
    opacity: 1;
}
@keyframes bounce {
0% {
    transform: scale(1); /* 初期状態：元のサイズ */
}
50% {
    transform: scale(1.15); /* 半分の時間で少し大きくする */
}
100% {
    transform: scale(1); /* 終了状態：元のサイズに戻る */
}
}



.popping{
    animation:purupuru2 1.5s infinite;
}
@keyframes purupuru2 {
0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
}
50% {
    -webkit-transform: scale(0.98, 0.9);
            transform: scale(0.98, 0.9);
}
}


.de01{
    transition-delay: 0.3s;
}
.de02{
    transition-delay: 0.6s;
}
.de03{
    transition-delay: 0.9s;
}
.de04{
    transition-delay: 1.2s;
}
.de05{
    transition-delay: 1.5s;
}
.de06{
    transition-delay: 1.8s;
}
.de07{
    transition-delay: 2.1s;
}
.de08{
    transition-delay: 2.4s;
}
.de09{
    transition-delay: 2.7s;
}
.de10{
    transition-delay: 3s;
}
.de11{
    transition-delay: 3.3s;
}



.reserve_text02 .de01{
    transition-delay: 0.1s;
}
.reserve_text02 .de02{
    transition-delay: 0.2s;
}
.reserve_text02 .de03{
    transition-delay: 0.3s;
}
.reserve_text02 .de04{
    transition-delay: 0.4s;
}
.reserve_text02 .de05{
    transition-delay: 0.5s;
}
.reserve_text02 .de06{
    transition-delay: 0.6s;
}
.reserve_text02 .de07{
    transition-delay: 0.7s;
}
.reserve_text02 .de08{
    transition-delay: 0.8s;
}
.reserve_text02 .de09{
    transition-delay: 0.9s;
}
.reserve_text02 .de10{
    transition-delay: 1.0s;
}
.reserve_text02 .de11{
    transition-delay: 1.1s;
}


.floating{
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 100%;
    z-index: 10;
    overflow-x: hidden;
    max-width: 750px;
    transform: translateX(-50%);
    background: #fff;
    padding: 1.5em 0;
    box-shadow: 0px -22px 22px -22px #e1e6ed;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
}
.floating.active {
    opacity: 1;
    pointer-events: auto;
}
.floating .btn_yoyaku{
    margin: 0 auto;
}


/* fv */
/* .fv_text01{
    position: absolute;
    color: #4694a0;
    top: 3%;
    left: 50%;
    transform: translate(-50%);
    letter-spacing: 0.05em;
    font-size: 2.55em;
} */
/* .fv_text02{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2.25em;
    background-image: linear-gradient(90deg, #3ab09e, #5c70ab);
    position: absolute;
    top: 10.7%;
    left: 50%;
    transform: translate(-50%);
    width: 17.6em;
    height: 1.95em;
    border-radius: 9999px;
    letter-spacing: 0.05em;
} */
.fv_text01{
    position: absolute;
    color: #4694a0;
    top: 2.4%;
    left: 5.3%;
    letter-spacing: 0.07em;
    font-size: 1.55em;
    margin-right: 4.9%;
    text-align: justify;
}
.fv_text02{
    color: #4694a0;
    font-size: 2.25em;
    height: 1.95em;
    border-radius: 9999px;
    width: 100%;
    position: absolute;
    left: 5.3%;
    margin-right: 4.9%;
    top: 4.1%;
    letter-spacing: 0.11em;
    text-align: justify;
}
.fv_text03{
    position: absolute;
    /* left: 4.9%; */
    left: 5.3%;
    margin-right: 4.9%;
    top: 7.1%;
    font-size: 1.6em;
    line-height: 1.8;
    letter-spacing: 0.07em;
    white-space: nowrap;
    color: #333333;
    z-index: 1;
}
/* // */


/* reserve */
.reserve {
    margin-bottom: 3.7em;
}
.reserve_text01{
    color: #76c3d2;
    text-align: center;
    letter-spacing: 0.08em;
    font-weight: 600;
    font-size: 2.2em;
    margin-top: 1em;
}
.reserve_text02{
    color: #76c3d2;
    text-align: center;
    font-size: 3.7em;
    letter-spacing: 0.08em;
    font-weight: 600;
    display: flex;
    margin-top: 0.45em;
    justify-content: center;
    align-items: center;
    gap: 1%;
}
.reserve_text02 span.square{
    display: inline-block;
    color: #fff;
    font-size: 1.35em;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 1.185em;
    height: 1.185em;
    background: #76c3d2;
    position: relative;
    line-height: 1.05;
}
.reserve_text02 span.square::before{
    content: "";
    position: absolute;
    width: 1.185em;
    height: 1.185em;
    border: solid 0.02em #76c3d2;
    right: -0.05em;
    bottom: -0.05em;
    display: block;
}
.reserve_text03{
    color: #76c3d2;
    text-align: center;
    font-size: 3.5em;
    letter-spacing: 0.06em;
    font-weight: 600;
    margin-top: 0.38em;
    justify-content: center;
    align-items: center;
    text-indent: 0.4em;
}
.reserve_text04{
    color: #333333;
    text-align: center;
    font-size: 2em;
    letter-spacing: 0.06em;
    font-weight: 600;
    margin-top: 0.8em;
    line-height: 1.7;
    justify-content: center;
    align-items: center;
    text-indent: 0.4em;
}
.reserve_cap{
    color: #76c3d2;
    font-size: 1.3em;
    letter-spacing: 0.06em;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
    margin-top: 0.7em;
}

.online{
    margin-top: clamp(20px, 4.4vw, 40px);
}
.outline_flex{
    display: flex;
    justify-content: center;
    margin-top: 2em;
    gap: 2%;
    /* padding: 0 clamp(15px, 4vw, 30px) 0; */
    width: 95%;
    margin: 2em auto 0;
}
.outline_flex_item{
    width: 33%;
    max-width: 224px;
}
.outline_flex_item02{
    position: absolute;
    top: 78%;
    left: 75%;
    width: clamp(21px, 5.7vw, 42px);
}
.outline_text{
    position: absolute;
    top: 48%;
    left: 49%;
    font-weight: 700;
    white-space: nowrap;
    transform: translate(-50%, -50%);
    font-style: normal;
    font-size: 1.9em;
    color: #fff;
    text-shadow: 0 0 10px rgba(15,83,96,1);
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.09em;
}
.btn_yoyaku{
    display: block;
    margin: 1em auto 2.45em;
    background-color: #ff7800;
    width: 17em;
    height: 3.4em;
    color: #fff;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.58em;
    letter-spacing: 0.09em;
    border-radius: 9999px;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.34);
    transition: 0.5s;
}
.btn_yoyaku:hover{
    opacity: 0.6;
}
.btn_yoyaku.fv_top {
    position: absolute;
    /* bottom: -4%; */
    bottom: -2.9%;
    left: 0;
    right: 0;
}

.btn_text{
    position: absolute;
    top: 33%;
    left: 14%;
    text-align: center;
}

.btn_text::before{
    position: absolute;
    top: -19%;
    left: -13%;
    content: '';
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/eijinkaionlineco/uploads/ht02/icon_btn.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

    /* 20260608 */
.fv_text01.font01{
    font-family: "Noto Serif JP", serif!important;
    font-style: normal;
    font-weight: bold;
}
.fv_text02.font01{
    font-family: "Noto Serif JP", serif!important;
    font-style: normal;
    font-weight: bold;
}
.fv_text03.font01{
    font-family: "Noto Serif JP", serif!important;
    font-style: normal;
    font-weight: 400;
}
.fv_line {
    width: 100%;
    position: absolute;
    top: 6.2%;
}
/* // */



/* Doctor */
.doctor{
    /* margin-bottom: 3.7em; */
    margin: 3.7em 0;
}
.doctor_text01{
    position: absolute;
    white-space: nowrap;
    left: 4.9%;
    top: 45.2%;
    font-size: 2.55em;
    font-weight: 600;
    line-height: 1;
}

.doctor_text01 span{
    display: inline-block;
    background: #76c3d2;
    color: #fff;
    margin-bottom: 0.3em;
    padding: 0.16em 0em 0.2em 0.16em;
}
.doctor_text02{
    position: absolute;
    left: 4.9%;
    margin-right: 4.9%;
    top: 65.5%;
    font-size: 1.7em;
    line-height: 1.8;
    letter-spacing: 0.05em;
    text-align: justify;
}
.dots {
    background-image: radial-gradient(circle at center, #000 20%, transparent 20%);
    background-position: top right;
    background-repeat: repeat-x;
    background-size: 1.1em 0.3em;
    padding-top: .2em;
}
/* // */


/* recommend */
.recommend_ttl{
    font-size: 2.5em;
    background: #f7ad33;
    text-align: center;
    color: #fff;
    font-weight: 600;
    height: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 73%;
    margin: 0px auto 1.1em;
    border-radius: 100px;
}
.recommend_item{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
    gap: 5.5%;
}
.recommend_item:nth-child(odd){
    justify-content: left;
}
.recommend_item:nth-child(even){
    justify-content: right;
}
.recommend_img{
    filter: drop-shadow(0px 0px 16px rgba(57,57,57,0.24));
    max-width: 300px;
    width: 18.8em;
}
.recommend_text{
    font-size: 1.75em;
    text-align: center;
    line-height: 1.5;
    font-weight: 600;
    white-space: nowrap;
}
/* // */



/* compare */
.compare{
    margin: 3.3em auto 0;
    padding: 5em 0;
}
.compare::before{
    content: "";
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #dddddd;
    z-index: -1;
}
.compare::after{
    content: "";
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: #e7f4f3;
    z-index: -1;
}
.compare_bg{
    position: absolute;
}
.compare_text01{
    font-size: 2.4em;
    text-align: center;
    font-weight: 600;
    color: #086e7e;
    line-height: 1;
    letter-spacing: 0.05em;
    margin: 0 auto 0.7em;
}
.compare_text02{
    font-size: 1.65em;
    text-align: center;
    color: #333333;
    line-height: 1.8;
    letter-spacing: 0.05em;
    margin: 0px auto 2.1em;
}

.compare_ttl_box{
    display: flex;
    justify-content: center;
    gap: 3.7%;
    margin: 0 auto 2.6em;
}
.compare_ttl{
    background: #000;
    color: #fff;
    font-weight: 600;
    text-align: center;
    border-radius: 100px;
    font-size: 2.25em;
    width: 8.85em;
    height: 2.2em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.compare_ttl.left{
    background: #505050;
}
.compare_ttl.right{
    background: #4694a0;
}
.compare_list{
    width: 89.4%;
    margin: 0 auto;
    max-width: 670px;
    position: relative;
}
.compare_item_type01{
    position: relative;
}
.compare_item_text{
    position: absolute;
    top: 0.65em;
    font-weight: 600;
    font-size: 2em;
    width: 48%;
    text-align: center;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.compare_item_text span{
    font-size: 0.6em;
    display: block;
    color: #4695a0;
    margin-top: 0.3em;
}
.compare_item_text.left{
    left: 0;
}
.compare_item_text.right{
    right: 0;
}
.compare_item_text.flow{
    top: 3.5em;
    color: #fff;
    font-size: 1.8em;
}
.compare_item_text.complete{
    top: 2.8em;
    color: #fff;
    font-size: 1.8em;
}
.compare_item_type02{
    position: relative;
    width: 47.8%;
    max-width: 320px;
}
.compare_item_type02 .compare_item_text.left{
    left: 26%;
}
.compare_online{
    position: absolute;
    right: 3%;
    width: 42%;
    max-width: 280px;
    bottom: 0;
}
.compare_online p{
    font-size: 1.63em;
    color: #fff;
    line-height: 2;
    position: absolute;
    left: 1.1em;
    top: 1.4em;
    white-space: nowrap;
    font-weight: 600;
    letter-spacing: 0.05em;
}
/* // */



/* medicine */
.medicine{
    white-space: nowrap;
    padding: 3.2em 0 3.7em;
    background: url(https://d2w53g1q050m78.cloudfront.net/eijinkaionlineco/uploads/ht02/medicine_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.medicine_ttl01{
    text-align: center;
    /* font-size: 4.2em; */
    font-size: 2.4em;
    color: #4694a0;
    /* margin: 0.75em auto 0; */
}
.medicine_ttl02{
    text-align: center;
    font-size: 5.2em;
    color: #4694a0;
    margin: 0em auto 0.7em;
    font-weight: 600;
}
.medicine_flex{
    display: flex;
    justify-content: space-between;
    width: 89.5%;
    margin: 0 auto 4em;
    flex-wrap: wrap;
}
.medicine_item{
    max-width: 308px;
    width: 45.9%;
}
.medicine_name{
    font-weight: 600;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0.7em;
    font-size: 2em;
    color: #fff;
    letter-spacing: 0.05em;
    white-space: nowrap;
}
.medicine_item:nth-child(n + 3){
    margin-top: 6.2%;
}
.medicine_con{
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 2.15em;
    line-height: 1.6;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4.5em;
    background-image: linear-gradient(90deg, #3ab09e, #5c70ab);
    width: 89.5%;
    margin: 0 auto;
    padding-left: 0.5em;
    border-radius: 0.4em;
}
/* // */





/* step */
.step{
    padding: 3.8em 0 6.5em;
    background: url(https://d2w53g1q050m78.cloudfront.net/eijinkaionlineco/uploads/ht02/step_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.step_ttl{
    width: 71%;
    max-width: 530px;
    margin: 0 auto 2.6em;
    width: 90%;
    max-width: 670px;
}
.step_box{
    width: 90%;
    max-width: 670px;
    margin: 0 auto;
}
.step_item{
    position: relative;
}
.step_item:not(:first-child){
    margin-top: -1.3em;
}
.step_item:nth-child(1n){
    z-index: 4;
}
.step_item:nth-child(2n){
    z-index: 3;
}
.step_item:nth-child(3n){
    z-index: 2;
}
.step_item:nth-child(4n){
    z-index: 1;
}
.step_name{
    position: absolute;
    color: #4694a0;
    white-space: nowrap;
    z-index: 5;
    font-weight: 600;
    font-size: 3em;
    left: 4.7em;
    top: 1.05em;
    letter-spacing: 0.03em;
}
.step_lead{
    position: absolute;
    color: #333333;
    white-space: nowrap;
    z-index: 5;
    font-size: 1.7em;
    top: 6.4em;
    left: 4.4em;
    text-align: justify;
    line-height: 1.8;
    letter-spacing: 0.02em;
}
.step_lead span{
    letter-spacing: 0em;
    text-indent: -0.5em;
    display: inline-block;
}
.price{
    width: 90%;
    margin: 6.3em auto 0;
    max-width: 670px;
    white-space: nowrap;
}
.fv_price.ab_item{
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    top: 42.8%;
}
.price_ttl{
    font-size: 3em;
    text-align: center;
    color: #fff;
    font-weight: 600;
    position: absolute;
    top: 1.1em;
    left: 50%;
    transform: translateX(-50%);
}
.price_dtl{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.45em;
    line-height: 1.5;
    top: 5.6em;
    color: #fff;
    font-weight: 600;
    text-align: center;
}
.price_item{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.price_item.item01{
    top: 31%;
}
.price_item.item02{
    top: 67%;
}
.price_item_name{
    background: #fff;
    color: #265a77;
    font-weight: 600;
    width: 10.9em;
    font-size: 2.3em;
    display: flex;
    justify-content: center;
    height: 1.7em;
    align-items: center;
    border-radius: 0.4em;
    text-indent: 0.6em;
}
.price_num{
    color: #fff;
    font-size: 8.4em;
    position: relative;
    line-height: 0.8;
}
.price_num .font02{
    font-weight: 700;
}
.price_num .small{
    font-size: 0.4em;
    font-weight: 600;
    position: relative;
    right: -0.3em;
    bottom: 0.1em;
}
.tax{
    position: absolute;
    right: -0.2em;
    top: 2.2em;
    font-size: 0.14em;
}
.price_cap{
    position: absolute;
    bottom: 1em;
    right: 0.5em;
    font-size: 1em;
    color: #fff;
    font-weight: 400;
}
.price_cap02{
    font-size: 1em;
    font-weight: 400;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    margin-top: 0.6em;
    line-height: 1.7em;
    letter-spacing: 0.06em;
}
/* // */



/* Q&A */
.accordion_area {
    width: 89.5%;
    margin: 0 auto;
}
.qa_area{
    padding: 6em 0px 0.5em;
}
.qa_ttl{
    font-size: 3em;
    font-weight: 600;
    text-align: center;
    color: #086e7e;
    line-height: 1;
    margin: 0 auto 1.1em;
}


/*=========
accordion
=========*/
.accordion_one{
    margin: 0 auto 1.5em;
}
.accordion_area .accordion_one .ac_header {
    /* background-color: #ffffff; */
    border-bottom: 2px solid #c7c7c7;
    padding: 0 2.5em 0.9em 0;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition: .2s;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header {/* background-color: #ffff; */}
.accordion_area .accordion_one .ac_header .i_box {position: absolute;top: 40%;right: 0;}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
position: absolute;
content: "";
margin: auto;
box-sizing: border-box;
vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {border-top: 0.2em solid #086e7e;width: 1.9em;height: 0;top: 0;bottom: 0;right: 0;}
.accordion_area .accordion_one .ac_header .i_box:after {border-left: 0.2em solid #086e7e;width: 0;height: 1.8em;top: 0;bottom: 0;right: 0.85em;transition: .3s;}
.accordion_area .accordion_one .ac_header.open .i_box:after {
height: 0;
}
.accordion_area .accordion_one .ac_inner {
    display: none;
    padding: 0.9rem 1.3rem;
    margin: 1em 0 0;
    box-sizing: border-box;
    background: #e7f4f3;
}


/*=========
faq
=========*/
.p-faq__headinner {display: block;/* padding-left: 35px; */position: relative;line-height: 1.5;display: flex;align-items: center;}
.p-faq__headinner::before {
    content: "Q";
    color: #fff;
    background: #086e7e;
    border-radius: 1.3em;
    font-size: 1.9em;
    height: 1.3em;
    width: 1.3em;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.p-faq__headinner.read::before{
display: none;
}
.p-faq__headinner p.p-faq__q-txt {
    font-size: 1.8em;
    margin: 0 0 0 0.7em;
    font-weight: 600;
    color: #086e7e;
}

.p-faq__bodyinner {display: block;position: relative;line-height: 1.5;}

.p-faq__bodyinner p.p-faq__a-txt {
    margin: 0;
    line-height: 1.7;
    letter-spacing: 0.01em;
    text-align: justify;
    font-size: 1.15em;
}
.p-faq__bodyinner p.p-faq__a-txt a{
    color: #1f45c4;
}




@media screen and (max-width: 650px) {
.p-faq__bodyinner p.p-faq__a-txt {
    font-size: 14px;
}
.privacy_box a {
    font-size: 12px;
}
}
/* // */




/* conclusion */
.conclusion{
    margin: 0em auto 0;
}
.conclusion_text01{
    position: absolute;
    color: #4694a0;
    top: 2.3%;
    left: 50%;
    transform: translate(-50%);
    letter-spacing: 0.05em;
    font-size: 2.55em;
}
.conclusion_text02{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2.25em;
    background-image: linear-gradient(90deg, #3ab09e, #5c70ab);
    position: absolute;
    top: 8.5%;
    left: 50%;
    transform: translate(-50%);
    width: 17.6em;
    height: 1.95em;
    border-radius: 9999px;
    letter-spacing: 0.05em;
}
.conclusion .outline_flex{
    position: absolute;
    bottom: 5.1em;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}
/* // */



/* フォーム */
#form{
    margin: 3.7em auto 0;
}
.form_ttl{
    font-size: 3em;
    background-image: linear-gradient(90deg, #3ab09e, #5c70ab);
    color: #fff;
    text-align: center;
    font-weight: 600;
    padding: 0.45em 0;
    letter-spacing: 0.05em;
    line-height: 1.4;
}
.form_ttl span{
    font-size: 0.9em;
}
.form_cap{
    margin-top: 0.5em;
    line-height: 1.6;
    text-align: center;
    font-size: 2.2em;
    color: #4694a0;
    font-weight: 600;
}
.form_box{
    width: 90%;
    margin: 5em auto 0;
}
.input_item{
    display: flex;
    font-size: 2.4em;
    white-space: nowrap;
    align-items: center;
    position: relative;
}
#tel_error{
    position: absolute;
    white-space: nowrap;
    top: -1.5em;
    left: 0;
    color:#d00; 
    font-size:12px; 
    display:none;
}
.input_item:not(:last-child){
    margin-bottom: 1.6em;
}

.input_item.text_item input, .input_item.pulldown_item select, .input_item.radio_item input#later_text{
    width: 100%;
    border: solid 1px #cccccc;
    border-radius: 5px;
    padding: 0.2em 0.4em;
    font-weight: 400;
}
.input_item.radio_item input#later_text{
    width: 8em;
}

.input_privacy{
    text-align: center;
    display: block;
    font-size: 1.8em;
    line-height: 1;
    cursor: pointer;
}
.input_privacy input{
    transform: scale(2.5);
    /* inline-size: 1.1em; */
    /* block-size: 1.1em; */
    margin-right: 0.4em;
    position: relative;
    top: -0.1em;
}
.privacy_box a{
    text-align: center;
    margin-top: 1.1em;
    font-size: 1.2em;
    display: block;
    text-decoration: underline;
}

.input_item.check_item, .input_item.radio_item{
    display: block;
}
.input_item.check_item > div{
    font-size: 0.8em;
    margin: 1em auto 0;
}
.input_item.check_item label{
    cursor: pointer;
    display: block;
    margin-top: 0.7em;
}
.input_item.check_item input{
    /* inline-size: 1em; */
    /* block-size: 1em; */
    position: relative;
    top: -0.07em;
    transform: scale(2.4);
    margin-right: 0.4em;
    margin-left: 0.3em;
}

.input_item.radio_item input.radio_btn{
    /* inline-size: 1em; */
    /* block-size: 1em; */
    position: relative;
    top: -0.07em;
    transform: scale(2.4);
    margin-right: 0.4em;
    margin-left: 0.3em;
}

.input_item.radio_item > div label{
    display: block;
    font-size: 0.8em;
    margin-top: 0.7em;
}

/* #form .btn_yoyaku{
    pointer-events: none;
    transition: 0.5s;
    background: #c6c6c6;
    cursor: pointer;
    position: relative;
}
#form .btn_yoyaku.active{
    background: #ff7800;
    pointer-events: all;
} */
.call_notice {
    /* margin-bottom: 12px; */
    font-size: 0.65em;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    transition: 0.3s;
    white-space: nowrap;
    position: absolute;
    top: 5.6em;
    left: 50%;
    transform: translateX(-50%);
    /* background: #961515; */
    padding: 0.5em 1em;
    border-radius: 10px;
    font-weight: 600;
    background-image: linear-gradient(90deg, #3ab09e, #5c70ab);
}


.submit{
    position: relative;
}
.call_notice .small {
    font-size: 0.8em;
    /* color: #666; */
}

.confirm{
    margin-top: 3.5em;
}
.confirm_ttl{
    text-align: center;
    font-size: 2em;
    font-weight: 600;
    border-bottom: solid 2px #ccc;
    padding: 0 0 0.5em;
}
.confirm .form_box{
    border-bottom: solid 2px #cccccc;
    padding: 0 0 4em;
}


.confirm_btn_box{
    display: flex;
    justify-content: center;
    gap: 1em;
}
.confirm_btn{
    display: block;
    margin: 0 auto 1em;
    font-size: 1.6em;
    padding: 0.9em 0;
    color: #fff;
    text-align: center;
    width: 48%;
    border-radius: 100em;
    background-image: linear-gradient(90deg, #3ab09e, #5c70ab);
    transition: 0.5s;
}
.confirm_btn:hover{
    opacity: 0.6;
}
.confirm_btn.back{
    background: #585858;
}

.thanks_box{
    padding-bottom: 5em;
    border-bottom: solid 2px #ccc;
    max-width: 90vw;
    margin: 0 auto;
}
.thanks_ttl{
    font-size: 3em;
    text-align: center;
    line-height: 1.5;
    font-weight: 900;
    color: #086e7e;
    margin-bottom: 0.5em;
}
.thanks_lead{
    font-size: 2em;
    line-height: 1.8;
    font-weight: 500;
    text-align: center;
}
.thanks_img{
    margin: 3em auto;
}
.call{
    text-align: center;
}
.call_text01{
    font-size: 1.8em;
    font-weight: 600;
}
.call_text02{
    font-size: 4.5em;
    color: #086e7e;
    font-weight: 600;
    margin: 0.1em auto 0;
    display: flex;
    justify-content: center;
    gap: 0.2em;
}
.freedial{
    display: block;
    width: 1em;
}
.call_text03{
    font-size: 1.5em;
    margin: 1em auto 0;
    background: #076e7e;
    width: 9em;
    height: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 10em;
}
.call_text04{
    font-size: 1.4em;
    margin: 1em auto 0;
    background: #076e7e;
    width: 24em;
    height: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 10em;
}

/* 20260608 */
.form_txt {
    z-index: 2;
    position: relative;
}
.form_docter {
    margin-top: -9%;
    z-index: 1;
}
/* // */



/* safety */
.safety{
    width: 90%;
    margin: 0 auto;
    padding: 60px 0px 40px;
    border-top: solid 2px #cccccc;
    border-bottom: solid 2px #cccccc;
}
.safety_ttl{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0.8em;
}
.safety_subttl{
    font-size: 18px;
    margin-bottom: 0.5em;
    text-indent: -0.5em;
}
.safety_name{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0.5em;
}
.safety_lead{
    font-size: 16px;
    text-align: justify;
    line-height: 1.8;
    margin-bottom: 0.8em;
    padding-left: 1em;
}



#age:has(option:checked[value=""]) {
    color: #999;
}
#when:has(option:checked[value=""]) {
    color: #999;
}
@media screen and (max-width: 650px) {
.safety_ttl {
    font-size: 16px;
}
.safety_subttl {
    font-size: 16px;
}
.safety_name {
    font-size: 16px;
}
.safety_lead {
    font-size: 13px;
}

.input_item.check_item input {
    transform: scale(1.8);
}
.input_item.radio_item input.radio_btn {
    transform: scale(1.8);
}
.input_privacy input {
    transform: scale(1.8);
}
}
/* // */



/* footer */
.footer_list{
    margin: 60px auto;
}
.footer_list li{
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}
.footer_list li:hover{
    text-decoration: underline;
}
.footer_list li:not(:last-child){
    margin-bottom: 1em;
}
.copyright{
    font-size: 12px;
    text-align: center;
    color: #fff;
    padding: 1em 0;
    background: #333333;
}
@media screen and (max-width: 650px) {
.footer_list li {
    font-size: 16px;
}
.copyright {
    font-size: 10px;
}
.footer_list {
    margin: 40px auto;
}
}
/* // */


/* area */
.area {
    /* margin: 3.7em 0; */
    margin-top: 2em;
}
.area_txt01 {
    position: absolute;
    white-space: nowrap;
    left: 5.2%;
    top: 8.5%;
    font-size: 2.30em;
    font-weight: 600;
    line-height: 1;
    font-family: 'Noto Serif JP';
}
.area_txt01::before{
    content: "";
}
.area_txt02 {
    position: absolute;
    white-space: nowrap;
    left: 5.4%;
    top: 16.8%;
    font-size: 3.625em;
    letter-spacing: 0.08em;
    font-weight: 600;
    line-height: 1;
    font-family: 'Noto Serif JP';
    color: #4694a0;
    background: #fff;
    padding: 0em 0.2em 0.15em;
    filter: drop-shadow(2px 4px 6px rgba(30, 108, 120, 0.4));
}
.area_txt03{
    position: absolute;
    top: 29.1%;
    left: 5%;
    font-size: 1.6em;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.76;
    font-family: 'Noto Serif JP';
}
.area_txt04{
    position: absolute;
    top: 56.8%;
    left: 5%;
    font-size: 1.6em;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.76;
    font-family: 'Noto Serif JP';
}

.area_bg_blue {
    display: inline-block;
    background: #4694a0;
    color: #fff;
    margin-bottom: 0.3em;
    padding: 0.2em 0.7em 0.23em 0.7em;
}
.area_bg_blue::before{
    content: "";
    position: absolute;
    top: 82%;
    left: 9%;
    width: 0;
    height: 0;
    border-top: 0.6em solid #4694a0;
    border-left: 0.7em solid transparent;
}
.area_txt_big {
    font-size: 1.3em;
    letter-spacing: 0.01em;
    font-family: "times-new-roman", sans-serif;
    font-weight: 400;
}
.doctor_text02 {
    position: absolute;
    left: 4.9%;
    margin-right: 4.9%;
    top: 56.5%;
    font-size: 1.7em;
    line-height: 1.8;
    letter-spacing: 0.05em;
    text-align: justify;
}

.area_img01{
    position: absolute;
    top: 6%;
    right: 2px;
    width: 45%;
    max-width: 334px;
    border-radius: 7% 0 0 10%;
    filter: drop-shadow(-3px 4px 4px #bbb);
    overflow: hidden;
}

.area_list{
    position: absolute;
    display: flex;
    justify-content: space-between;
    bottom: 4.5%;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 2px);

}
.area_list > div{
    flex: 1;
}
/* // */


/* keireki */

.keireki_img{
    position: absolute;
    top: 20%;
    left: 8%;
    width: 37%;
    max-width: 277px;
}

.keireki_name01{
    position: absolute;
    top: 55.9%;
    left: 9%;
    font-size: 1.3em;
    font-weight: 600;
    text-shadow:
     2px  2px 0 white,
    -2px -2px 0 white,
     2px -2px 0 white,
    -2px  2px 0 white,
     2px  0px 0 white,
    -2px  0px 0 white,
     0px  2px 0 white,
     0px -2px 0 white;
}
.keireki_name02{
    position: absolute;
    top: 60.5%;
    left: 9%;
    font-size: 1.6em;
    font-weight: 700;
    font-size: 1.3em;
    letter-spacing: -0.08em;
    line-height: 1.4;
    color: #4694a0;
    text-shadow:
     2px  2px 0 white,
    -2px -2px 0 white,
     2px -2px 0 white,
    -2px  2px 0 white,
     2px  0px 0 white,
    -2px  0px 0 white,
     0px  2px 0 white,
     0px -2px 0 white;
}
.keireki_name03{
    position: absolute;
    top: 72.5%;
    left: 9%;
    font-size: 2.2em;
    font-weight: 600;
    text-shadow:
     2px  2px 0 white,
    -2px -2px 0 white,
     2px -2px 0 white,
    -2px  2px 0 white,
     2px  0px 0 white,
    -2px  0px 0 white,
     0px  2px 0 white,
     0px -2px 0 white;
}

.keireki_list{
    position: absolute;
    top: 12%;
    left: 47.2%;
}

.keireki_list_ttl{
    /* position: absolute; */
    color: #4694a0;
    border: 0.1em solid #4694a0;
    font-size: 1.65em;
    letter-spacing: 0.1em;
    display: inline-block;
    padding: 0.25em 1.2em;
    border-radius: 6em;
    margin-bottom: 0.9em;
    margin-left: 0.2em;
    font-weight: 500;
}

.keireki_list li{
    font-size: 1.33em;
    font-weight: 500;
    line-height: 1.22;
    margin-bottom: 0.3em;
    padding-bottom: 0.3em;
    /* border-left: 0.15em solid #4694a0; */
    border-bottom: 0.1em dashed #eee;
    padding-left: 0.3em;
    position: relative;
}

.keireki_list li::before{
    content: "";
    position: absolute;
    top: 50%;
    left: -0.15em;
    transform: translateY(-50%);
    height: 85%;
    width: 0.12em;
    background: #4694a0;
}

.keireki_list li:last-of-type{
    border-bottom: none;
}

.keireki_list li span{
    font-size: 0.8em;
    margin: 0 0.1em;
}

.keireki_box_bg{
    width: 92.5%;
    position: absolute;
    top: 48.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* background: rgba(255,255,255,0.8);
    border-radius: 10%; */
}


/* support */
.support_ttl_sub{
    position: absolute;
    font-size: 1.8em;
    top: 3.5%;
    left: 20%;
    font-weight: 600;
    color: #4694a0;
}
.support_ttl_sub .icn{
    width: 4%;
    margin: 0 0.1em;
    display: inline-block;
}

.support_ttl{
    position: absolute;
    font-size: 2.2em;
    font-weight: 600;
    top: 6%;
    left: 6%;
    letter-spacing: -0.03em;
    /* width: 100%; */
    /* display: flex; */
    color: #4694a0;
}
.support_ttl span{
    /* position: absolute; */
    font-size: 1.6em;
    top: 40%;
    letter-spacing: -0.04em;
}

.support_list{
    position: absolute;
    top: 12.5%;
    width: 93%;
    left: 50%;
    transform: translateX(-50%);
}

.support_img{
    position: absolute;
    top: 12%;
    left: 6%;
    width: 39.5%;
    max-width: 275px;
}

.support_img.img02{
    top: 20%;
}


.support_img.img03{
    top: 20%;
}

.support_list li{
    margin-bottom: 3%;
}

.support_list_ttl{
    position: absolute;
    font-size: 1.9em;
    font-weight: 600;
    top: 12%;
    left: 48%;
    letter-spacing: -0.02em;
    color: #4694a0;
    line-height: 1.35;
}
.support_list_ttl::before{
    content: "";
    position: absolute;
    bottom: -1em;
    line-height: 1.2;
    left: 1%;
    height: 2px;
    width: 2em;
    background: #4694a0;
}
.support_list_lead{
    position: absolute;
    font-size: 1.7em;
    line-height: 1.6;
    letter-spacing: -0.04em;
    top: 47%;
    left: 48%;
}

.support_list_ttl02{
    top: 14%;
    line-height: 1.35;
}

.support_list_lead02{
    top: 43.5%;
}

.support_list_ttl03{
    top: 15%;
    line-height: 1.35;
}

.support_list_lead03{
    top: 45.5%;
}

.support_arrow{
    position: absolute;
    bottom: -14.5%;
    left: 50%;
    transform: translateX(-50%);
    width: 14.5%;
    max-width: 100px;
    z-index: 1;
}







/* outline */
.clinic-info {
    max-width: 760px;
    margin: 40px auto;
    padding: 0 16px;
    color: #333;
}

.clinic-card {
    background: #fff;
    border: 1px solid #e5e8eb;
    border-radius: 14px;
    padding: 28px;
    margin-bottom: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    border-left: 5px solid #2f8f83;
}

.clinic-card.online {
    border-left: 5px solid #2f8f83;
}

.clinic-card h2 {
    margin: 0 0 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #e5e8eb;
    font-size: 20px;
    line-height: 1.5;
    color: #1f6f68;
    font-weight: 600;
    white-space: nowrap;
    letter-spacing: -0.02em;
}

.clinic-block {
margin-bottom: 22px;
}

.organization {
        margin: 0 0 4px;
        font-size: 15px;
        color: #666;
}

.clinic-name {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
}

.info-list {
    margin: 0;
}

.info-list div {
    display: flex;
    gap: 20px;
    padding: 14px 0;
    border-top: 1px solid #f0f2f4;
    font-size: 16px;
}

.info-list div:first-child {
    border-top: none;
    padding-top: 0;
}

.info-list dt {
    width: 11em;
    flex-shrink: 0;
    font-weight: 700;
    color: #555;
}

.info-list dd {
    margin: 0;
    line-height: 1.7;
}

.info-list a {
    color: #1f6f68;
    font-weight: 700;
    text-decoration: none;
}

.info-list a:hover {
    text-decoration: underline;
}

.info-list span {
    color: #777;
    font-size: 14px;
}

.notes {
    margin: 1em 0 0;
    padding: 1em 1em 1em 2em;
    background: #f7fbfa;
    border-radius: 10px;
    color: #555;
    font-size: 14px;
    line-height: 1.8;
}

.notes li + li {
    margin-top: 6px;
}
.notes li{
    padding-left: 1em;
    text-indent: -1em;
}

@media (max-width: 600px) {
.clinic-card {
    padding: 22px 18px;
}

.clinic-card h2 {
    font-size: 18px;
}

.clinic-name {
    font-size: 16px;
}

.info-list div {
    display: block;
}

.info-list dt {
    width: auto;
    margin-bottom: 4px;
}
.notes {
    padding: 1em 1em 1em 1em;
}
}





/* guide */
.guide p{
    position: absolute;
    z-index: 2;
    white-space: nowrap;
}
.guide_ttl{
    font-size: 3.625em;
    font-weight: 600;
    top: 5.8%;
    left: 11%;
    letter-spacing: 0.05em;
    color: #086e7e;
}
.guide_ttl span{
    font-size: 1.5em;
    letter-spacing: 0;
}
.guide_ttl02{
    font-size: 3.625em;
    font-weight: 600;
    top: 19.4%;
    left: 10%;
    letter-spacing: 0.05em;
    color: #086e7e;
}
.guide_ttl02 span{
    font-size: 1.5em;
    letter-spacing: 0;
    color: #ff7800;
}
.guide_lead{
    font-size: 1.875em;
    top: 42%;
    line-height: 2;
    font-weight: 600;
    left: 5.3%;
    letter-spacing: 0.02em;
    color: #333;
}
.guide_cap{
    font-size: 1.25em;
    line-height: 1.85;
    top: 80%;
    left: 6%;
    letter-spacing: 0.02em;
    font-weight: 500;
    color: #fff;
}