@charset "utf-8";
/* CSS Document */

/*-------------------------
EDページ
-------------------------*/
.light{
	color: #F8C100;
	margin-right: 8px;
}
.ed_point{
	background-color: #FDF2C2;
	/*background: #CAF3EF;*/
	/*background-color: #E9F9F6;*/
	margin-top: 20px;
	padding: 10px 15px 10px 15px;
	font-weight: bold;
	color: #3A3A3A;
	border-radius: 10px;
}

 .ed-price-section { 
      max-width: 1200px; 
      margin: 0 auto; 
      font-family: "Helvetica Neue", Arial, sans-serif; 
      color: #333; 
	 padding: 10px 15px 0 15px;
    }

    .ed-section-title {
      background: #2e8b00;
      color: #fff;
      padding: 10px 20px;
      border-radius: 10px;
      font-size: 1.4em;
      margin-bottom: 20px;
    }

    .ed-flex-box {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      gap: 40px;
      flex-wrap: nowrap;
    }

    .ed-flex-col {
      width: 48%;
    }

    .ed-price-section h3 { 
      font-size: 22px; 
      margin: 25px 0 20px 0; 
      color: #1a1a1a; 
      border-left: 5px solid #226E0F; 
      padding-left: 13px; 
      padding-bottom: 5px;
		background-color:#F1F8DA; 
    }

    .ed-price-section h3.h3-top { 
      margin-top: 0px; 
      margin-bottom: 20px; 
      padding-bottom: 5px; 
    }

    .ed-price-section p,
    .ed-price-section li {
      font-size: 1rem;
    }

    .ed-price-section ul {
      padding-left: 1.2rem;
      margin-bottom: 1rem;
    }

    .ed-price-section ul li {
      margin-bottom: 0.5rem;
    }

    .ed-price-table-wrapper {
      overflow-x: auto;
    }

    .ed-price-table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 0.5rem;
    }

    .ed-price-table th,
    .ed-price-table td {
      border: 1px solid #ccc;
      padding: 0.75rem;
      text-align: left;
      font-size: 0.95rem;
    }

    .ed-price-table th {
      background-color: #f5f5f5;
      color: #000;
    }

.ed-icon{
	font-size: 25px;
	color: #00966E;
	margin-top: 5px;
}

    @media screen and (max-width: 768px) {
      .ed-flex-box {
        flex-direction: column;
      }
      .ed-flex-col {
        width: 100%;
      }
		
	.ed-price-section { 
      max-width: 1000px;
		width: 100%;
		padding: 0;
    }
    }


/*服用方法全体*/
.ed-section {
  padding: 2em 1em 1em 1em;
/*background: #EBEBEB;*/
  /*background-color: #f9f9f9;*/
	/*background-color: #F2F9EB;*/
	background-color: #EEF5E0;
  max-width: 800px;
  margin: auto;
  font-family: 'Arial', sans-serif;
	margin-top: 30px;
	margin-bottom:40px;
	border-radius: 10px;
}

.ed-title {
  font-size: 1.5em;
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.ed-title2 {
  font-size: 1.5em;
  margin: 25px 0 0px 0;
  text-align: center;
  color: #333;
}

.ed-table {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}

.ed-row {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 6px;
  padding: 1em;
}

.ed-label {
	border-right: none;
	font-weight: bold;
}

.ed-content {
	padding-left: 0px;
}


/*副作用・併用禁忌アコーディオンここから*/
.accordion-005 {
    max-width: 100%;
	width: 100%;
}

.accordion-005:not([open]) {
    margin-bottom: 7px;
}

.accordion-005 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
	background: #FFF;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
	border: solid 1px #A9CB83;
	border-left: solid 5px #A9CB83;
/*	border: solid 1px #8C8C8C;
	border-left: 5px solid #9A9A9A;*/
}

.accordion-005 summary::-webkit-details-marker {
    display: none;
}

.accordion-005 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #c2c2c2;
    border-right: 3px solid #c2c2c2;
    content: '';
    transition: transform .3s;
}

.accordion-005[open] summary::after {
    transform: rotate(225deg);
}


.accordion-005 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 2em 2em 2em;
	color: #525252;
    transition: transform .5s, opacity .5s;
}

.accordion-005[open] p {
    transform: none;
    opacity: 1;
}

/*注意事項のアコーディオンここから*/
summary i.kinki{
	color: #FFC73D;
	margin-right: 5px;
}

.accordion-006:not([open]) {
    margin-bottom: 7px;
}
.accordion-006 summary {
	background: #fff;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
	padding: 1em 2em;
	border: solid 1px #A9CB83;
	border-left: solid 5px #A9CB83;
}

.accordion-006 summary::-webkit-details-marker {
    display: none;
}

.accordion-006 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #c2c2c2;
    border-right: 3px solid #c2c2c2;
    content: '';
    transition: transform .3s;
}
.accordion-006[open] summary::after {
    transform: rotate(225deg);
}
.accordion-006 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 2em 2em 2em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-006[open] p {
    transform: none;
    opacity: 1;
}

/*ED副作用、禁忌事項*/
/*スマホ表示　副作用と併用禁忌は縦並び*/
.ed-accordion-med{
	display: block;
	width: 100%;
}

 .ed2-container {
      max-width: 1000px;
      margin: auto;
      padding: 20px;
      font-family: sans-serif;
    }

    .ed2-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
    }

    .ed2-box {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      flex: 1 1 100%;
    }

    .ed2-grid-top {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      margin-bottom: 20px;
    }

    .ed2-grid-top .ed2-box {
      flex: 1 1 100%;
    }

/*PC表示*/
@media (min-width: 768px) {
      .ed2-grid-top .ed2-box {
        flex: 1 1 calc(50% - 10px);
      }

	
    }
@media (min-width: 850px) {
/*副作用と併用禁忌は横並び*/
.ed-accordion-med{
	display: flex;
	justify-content: space-between;
}
.accordion-005 {
	max-width: 380px;
	width: 100%;
}
  }

   details.ed2-box summary {
      cursor: pointer;
      padding: 16px 20px;
      font-size: 1.1em;
      font-weight: bold;
      display: flex;
      align-items: center;
      justify-content: space-between;
      list-style: none;
    }

    details.ed2-box[open] summary {
      border-bottom: 1px solid #eee;
    }

    details.ed2-box summary::-webkit-details-marker {
      display: none;
    }

    .ed2-content {
      padding: 15px;
		background-color: #FFFFFF;
		border-radius: 10px;
		margin-top: 5px;
    }

    .ed2-content ul {
      margin: 0;
    }

    .ed2-content ul li {
      margin-bottom: 6px;
    }



/* PC表示：横並びに戻す */
@media (min-width: 768px) {
 .ed-row {
    flex-wrap: nowrap;
  }
  .ed-label {
    width: 30%;
    margin-bottom: 0;
	  
  }
.ed-label {
	width: 40%;
  font-weight: bold;
	 color: #333;
	margin-bottom: 5px;
	border-right: dotted 2px #B0B0B0;
	font-size: 18px;
}
.ed-content {
  width: 100%;
	color: #333;
 /* color: #555;*/
  line-height: 1.6;
	padding-left: 25px;
}	
}


/*---------------------------
ED治療の流れ　ここから
---------------------------*/
.ed-nagare{
	margin-right: 5px;
	color: #008263;
}
.flow-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  font-family: sans-serif;
  margin-bottom: 2rem;
}
.flow-column {
  flex: 1 1 320px;
  /*background: #f0fdf4;*/
  border: 1px solid #c4e3cd;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 4px 8px rgba(0,0,0,0.03);
}
.flow-column h2 {
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
  color: #1e3932;
  text-align: center;
}
.steps {
  display: flex;
  flex-direction: column;
}
.step {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #1e3932;
	background: #DEF3EB;
	border-radius: 10px;
}
.step-image {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  object-fit: cover;
	padding: 5px;
  /*box-shadow: 0 1px 4px rgba(0,0,0,0.1);*/
  /*border: 2px solid #27ae60;*/
}
/*.step-image{
	border: solid 2px #FFFFFF;
}*/
.step-number {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #2ecc71, #27ae60);
  border-radius: 50%;
  color: white;
  font-weight: bold;
  font-size: 1rem;
  line-height: 32px;
  text-align: center;
  /*box-shadow: 0 2px 5px rgba(39,174,96,0.6);*/
}
.step-text {
  font-size: 1rem;
	font-weight: bold;
	line-height: 1.2rem;
}
@media (max-width: 768px) {
  .flow-container {
    flex-direction: column;
  }
}

/*------------------------------
ED治療よくある質問
------------------------------*/
.ed-faq_container {
  max-width: 1000px;
  margin: 0 auto;
  font-family: sans-serif;
}

.ed-faq_title {
  font-size: 1.5em;
  margin-bottom: 1em;
}

.ed-faq_item {
/*  border-bottom: 1px solid #ccc;*/
  margin-bottom: 0.5em;
}

.ed-faq_question {
  padding: 1em;
	font-size: 17px;
  cursor: pointer;
  background-color: #f8f8f8;
  list-style: none;
  position: relative;
	font-weight: normal;
}

.ed-faq_question::marker {
  display: none;
}

.ed-faq_question::after {
  content: '+';
  position: absolute;
  right: 1em;
  font-weight: bold;
  font-size: 1.5em;
}

.ed-faq_item[open] .ed-faq_question::after {
  content: '−';
}

.ed-faq_answer {
  padding: 1em;
  background: #fff;
  animation: fadeIn 0.3s ease;
}

.ed-faq_q {
  font-weight: bold;
  color: #333;
  margin-right: 0.5em;
}

.ed-faq_a {
  font-weight: bold;
	color: #FB920D;
  margin-right: 0.5em;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
/*------------------------------
ED治療薬　郵送について
------------------------------*/
.ed-shipping_section {
  background-color: #F1F8DA;
  padding: 2em 1em;
  font-family: sans-serif;
}

.ed-shipping_inner {
  max-width: 1000px;
  margin: 0 auto;
}

.ed-shipping_title {
  font-size: 1.6em;
  text-align: center;
  margin-bottom: 0.5em;
}

.ed-shipping_intro {
  text-align: center;
  margin-bottom: 2em;
  font-size: 1em;
  color: #333;
}

/* 横並びの2カラム（PC）＋縦並び（スマホ） */
.ed-shipping_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  justify-content: space-between;
}

.ed-shipping_block {
  flex: 1 1 45%;
  background: #fff;
  padding: 1em;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0,0,0,0.05);
}

.ed-shipping_subtitle {
  font-size: 1.2em;
  color: #226E0F;
  margin-bottom: 1em;
  border-left: 4px solid #226E0F;
  padding-left: 0.5em;
	padding-bottom: 8px;
}

.ed-shipping_method {
  display: flex;
  gap: 1em;
  margin-bottom: 1.5em;
}

.ed-shipping_icon {
  width: 51px;
  height: 51px;
  background-color: #ddd;
  border-radius: 8px;
  flex-shrink: 0;
}

.ed-shipping_content {
  flex-grow: 1;
}

.ed-shipping_method_title {
  font-size: 1.05em;
  margin-bottom: 0.3em;
}

.ed-shipping_note {
  font-size: 0.9em;
  color: #aa0000;
  font-weight: bold;
  margin-top: 2em;
  text-align: center;
}

.ed-nagare_triangle{
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #DEF3EB;
margin: 0 auto;
}


/* レスポンシブ（スマホ表示時は縦並び） */
@media (max-width: 768px) {
  .ed-shipping_grid {
    flex-direction: column;
  }

  .ed-shipping_block {
    flex: 1 1 100%;
  }
}