* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background: #F5F9FA;
  font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, YuGothicM, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.wrapper {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
}

h1 {
  margin: -20px -20px 10px;
}

h1>img {
  width: 100%;
  margin: 0;
}

h2 {
  margin: 50px -20px 10px;
  color: #2b518b;
  text-align: center;
  font-size: 2em;
  font-weight: normal;
}

h2>img {
  width: 100%;
  margin: 0;
}

h3 {
  margin-bottom: 10px;
  color: #2b518b;
  font-size: 1.2em;
}

h4,
h5 {
  font-size: 1em;
  color: #2b518b;
}

a {
  word-break: break-all;
}

img {
  width: 80%;
  margin: 30px 10%;
}

.kome {
  margin-top: 5px;
  font-size: .9em;
}

.kome::before {
  content: "※";
}

.top_lead {
  margin-bottom: 30px;
}

.top_lead p {
  margin-bottom: 10px;
}

.toc {
  margin-bottom:30px;
  padding: 20px;
  border: 2px solid #2b518b;
  border-radius: 10px;
  background: white;
  font-size: 1.1em;
  list-style-type: none;
  position: relative;
}

.toc::before {
  content: "目次";
}

.toc li {
  color: #2b518b;
  margin: 5px 0;
}

.toc li::before {
  content: "・";
}

.toc a {
  color: inherit;
}

#EAP {
  margin: 20px 0;
  padding: 20px;
}

#EAP h2 {
  margin: 0 0 10px;
  padding: 0;
  border: none;
  font-size: 1.5em;
  text-align: left;
}

#EAP h2 i {
  margin-left: 10px;
}

#EAP img {
  width: 100%;
  margin: 20px 0 0;
}

.info_btn {
  display: inline-block;
  margin: 0 15%;
  padding: 20px;
  width: 70%;
  color: #2b518b;
  background: white;
  border: 1px solid #2b518b;
  text-decoration: none;
  text-align: center;
  position: relative;
}

.info_btn::after {
  content: "▶︎";
  position: absolute;
  top: calc(50% - (27px/2));
  right: 10px;
}

.sec_lead {
  margin: 25px 0;
  color: #2b518b;
  font-size: 1.3em;
  text-align: center;
}

.duke_target {
  padding: 20px;
  border: 1px solid #2b518b;
}

.duke_target h3 {
  position: relative;
  padding-left: 25px;
}

.duke_target h3::before {
  content: "▶︎";
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#flow h3,
#treatment h3,
#preparation h3,
#support h4 {
  color: white;
  background: #2b518b;
  margin: 30px 0 10px -5px;
  padding: 10px 20px;
  position: relative;
}

#flow h3::before,
#treatment h3::before,
#preparation h3::before,
#support h4::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #E6F1F5;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: -1;
}


.flow_attention {
  margin: 30px 10px;
  padding: 10px 20px;
  border: 1px solid #2b518b;
}

#flow h3.flow_attention_ttl,
#flow h4.flow_attention_ttl {
  color: #2b518b;
  background: inherit;
  border: none;
  padding: 0;
  margin: 0;
}

#flow h3.flow_attention_ttl::before,
#flow h4.flow_attention_ttl::before {
  display: none;
}

#flow h4 {
  padding: 5px 10px;
  margin: 20px 0;
  border-bottom: 2px solid #2b518b;
}

.contact {
  margin: 30px 20px;
}

.contact h4 {
  color: #2b518b;
  border: none!important;;
}

.contact h4::after {
  content: "▼";
}

.contact p {
  padding: 20px;
  border: 1px solid #2b518b;
}

.en_example {
  margin: 20px;
  color: #2b518b;
}

.en_example_ttl {
  display: inline-block;
  padding: 10px 25px 0 20px;
  background: white;
  border-radius: 0 20px 0 0;
  font-weight: bold;
}

.en_example_txt {
  padding: 20px;
  background: white;
}

.flow_txt {
  margin: 60px 0 30px;
  color: #2b518b;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.flow_txt::before {
  content: "\f0ab";
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.flow_attention ul {
  list-style-type: none;
  padding-left: 20px;
}

.flow_attention li {
  margin: 10px 0;
  position: relative;
}

.flow_attention li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: -20px;
}

.stemcell_contact {
  margin-top: 10px;
}

.stemcell_ttl {
  color: #2b518b;
}

.goform_btn {
  display: inline-block;
  margin: 10px 10%;
  padding: 10px 20px;
  width: 80%;
  color: #2b518b;
  background: white;
  border: 1px solid #2b518b;
  text-decoration: none;
  text-align: center;
}

.goform_btn::after {
  content: "▶︎";
  padding-left: 10px;
}

.covid {
  margin: 30px 0;
  padding: 20px;
  background: #E6F1F5;
}

.covid_ttl {
  color: #2b518b;
  font-size: 1.2em;
}

.covid_ttl span {
  display: block;
  text-align: right;
  font-size: .8em;
}

.covid_heading {
  margin: 20px 0 10px;
}

#support h3 {
  display: flex;
  align-items: center;
  justify-content: center;
}

#support h3 img {
  margin: 0;
  width: 100px;
}

#support ul {
  list-style-type: none;
  padding-left: 20px;
}

#support li {
  margin: 10px 0;
  position: relative;
}

#support li::before {
  content: "▶︎";
  color: #2b518b;
  position: absolute;
  top: 0;
  left: -20px;
}

#support h5 {
  padding: 5px 10px;
  margin: 20px 0;
  border-left: 3px solid #2b518b;
}

.support_note {
  margin: 30px 0;
}

.support_note p {
  margin-bottom: 10px;
}

.jta_contact {
  margin: 10px 0;
  padding: 20px;
  color: #2b518b;
  background: #E6F1F5;
}

#form {
  display: none;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
}

.form_ttl {
  margin: 30px 0 10px;
  font-size: 1.3em;
}

.form_ttl span {
  display: block;
}

.form_lead {
  margin: 10px 0 30px;
}

.form_heading {
  margin-top: 30px;
  padding: 10px;
  color: #2b518b;
  border-bottom: 2px solid #2b518b;
  font-size: 1.5em;
  text-align: center;
}

.form_question {
  margin: 10px 0;
}

.form_question p:first-of-type {
  padding: 20px;
  color: #2b518b;
  background: #E6F1F5;
}


.form_question p:last-of-type {
  padding: 10px 20px 10px 50px;
  position: relative;
}

.form_question p:last-of-type::before {
  content: "必須";
  display: block;
  color: #2b518b;
}

.form_question p:last-of-type::after {
  content: "▶︎";
  color: #2b518b;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}



.popup_wrapper {
  background-color: rgba(0, 0, 0, .5);
  position: fixed;
  top:  0;
  left: 0;
  display: none;
}

.popup_inside {
  max-width: 600px;
  background: white;
  position: relative;
  margin: 0 auto;
}

.popup_inside img{
  margin:0;
  width:100%;
}

.close {
  position: fixed;
  right: 50%;
  transform: translateX(750%);
  width: 35px;
  height: 35px;
  line-height: 30px;
  cursor: pointer;
  font-size: 30px;
  color: #ffffff;
  border-radius: 50%;
  background-color: black;
  text-align: center;
}

.flow_img{
  margin:0;
  width:100%;
}

#contact{
  padding:20px;
  border:2px solid #2b518b;
  text-align:center;
}

.tel_box{
    margin-top:10px;

  display:inline-block;
  border-bottom:2px solid #2b518b;
}

.tel_box a{
  color:#2b518b;
  text-decoration: none;
}

.tel_box a::before{
  font-family: "Font Awesome 5 Free";
  content:"\f095";
  font-weight: bold;
  padding-right:5px;
}

.relative {
  position: relative;
}

.about_eap_title {
  font-size: 1rem;
  color: #2B518B;
  position: absolute;
  top: 235px;
  left: 42px;
  width: 80%;
  text-align: justify;
}

.about_eap {
  font-size: 1rem;
  color: #2B518B;
  position: absolute;
  top: 260px;
  left: 57px;
  width: 80%;
  text-align: justify;
}

.mail-address {
  text-align: center;
  text-decoration: underline;
  padding: 1.5rem 0rem;
}

.mail-address::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(img/mail-icon.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.5rem;
}
