.sp_only{
  display: none;
}

.pc_only{
  display: block;
}

@media (max-width:770px){
  .sp_only{
    display: block;
  }
  
  .pc_only{
    display: none;
  }
}

section {
  padding: 50px 20px;
}

.f-18 {
  font-size: 18px;
}

.subhead {
  color: #E27B7B;
  font-size: 21px;
  line-height: 30px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.subhead::before {
  content: "";
  height: 23px;
  width: 5px;
  background: #E27B7B;
  margin-right: 10px;
}

h3 {
  font-size: 18px;
  line-height: 27px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 0;
}

.subtitle {
  font-size: 18px;
  color: #E27B7B;
  margin: 1rem 0;
}

.subtitle::before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  background: #E27B7B;
  margin-right: 0.3rem;
}

h5{
  font-size: 16px;
  color: #E27B7B;
  margin: 1rem 0;
}

h6{
  font-size: 1rem;
  margin: 0.5rem 0;
}

p {
  color: #333333;
  font-size: 16px;
  line-height: 1.4;
}

ul.circle-list {
  list-style: none;
  padding: 1.5rem 0 1.5rem 1rem;
  background: #fff;
}

ul.circle-list:not(:last-child) {
  margin-bottom: 2rem;
}

ul.circle-list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1rem;
  padding-left: 4px;
  border-bottom: 1px dotted #acd9b7;
  padding-bottom: 0.4rem;
}

section li::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #333333;
  display: inline-block;
  margin-right: 10px;
}

.list-head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #D8F6DF;
  padding: 6px 11px;
  border-radius: 0 20px 0 0;
  gap: 11px;
  max-width: 200px;
}

.material-symbols-outlined {
  color: #66BF75;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #fff;
  border-radius: 50%;
}

#main_col {
  background: #FEFFF9;
}


/* ==================== desease page ==================== */

.desease_inner img{
  width: 100%;
  height: auto;
  margin: 1rem auto 0;
  display: block;
}

.desease_inner .flex,
.desease_inner .flex_img{
  display: flex;
  justify-content: space-between;
}

.desease_inner .flex .first {
  width: 10%;
}

.desease_inner .flex .first.longer {
  width: 12%;
}

.desease_inner .flex .second{
  width: 90%;
}

.desease_inner .flex .first.longer + .second{
  width: 88%;
}

.desease_inner .flex_img img{
  width: 45%;
  height: auto;
}

@media (max-width: 770px) {

  .desease_inner .flex .first{
    width: 20%;
  }
  
  .desease_inner .flex .first.longer {
    width: 15%;
  }

  .desease_inner .flex .second{
    width: 80%;
  }

  .desease_inner .flex  .first.longer + .second{
    width: 85%;
  }
}

.desease_inner dl dt{
  font-weight: bold;
}
.desease_inner dl dt:not(:first-child){
  margin-top: 0.7rem;
}

.desease_inner dl dd{
  margin-left: 0;
}

.desease_inner dl.qa dt{
  font-weight: bold;
}
.desease_inner dl dt:not(:first-child){
  margin-top: 0.7rem;
}

.desease_inner dl dd{
  margin-left: 0;
}

.desease_inner ul{
  padding-left: 2rem;
}

.desease_inner ul li:not(:first-child){
  margin-top: 0.7rem;
}

.desease_inner ul li::before{
  content: none;
}

@media (max-width: 770px) {
  .desease_inner ul{
    padding-left: 1.5rem;
  }
}

.qa .js-accordion-title,
.qa .js-accordion-content{
    padding: 1rem 2.5rem;
    position: relative;
    line-height: 1.6;
}

.qa .js-accordion-title{
    background: #FFDFDF;
    margin-top: 1rem;
}

.qa .js-accordion-content{
    background: #FFF6FA;
}

.qa .js-accordion-title::before,
.qa .js-accordion-content::before{
    display: block;
    font-size: 17px;
    font-weight: bold;
    color: #AE6321;
    position: absolute;
    top: 13px;
    left: 1rem;
}

.qa .js-accordion-title::before{
    content: "Q.";
}

.qa .js-accordion-content::before{
    content: "A.";
}

.qa .js-accordion-title::after{
    display: block;
    content: "";
    border-left: 3px solid #333;
    border-bottom: 3px solid #333;
    transform: rotate(-45deg);
    width: 8px;
    height: 8px;
    position: absolute;
    right: 2rem;
    top: 40%;
}

.qa .js-accordion-title.open::after{
    transform: rotate(135deg);
}

@media (max-width: 770px) {
    .qa .js-accordion-title::before,
    .qa .js-accordion-content::before{
        left: 0.7rem;
    }

    .qa .js-accordion-title::after{
        right: 1rem;
    }

    .qa .js-accordion-content{
      padding: 1rem 1rem 1rem 2.5rem;
  }
}

.number_list{
  list-style-type: decimal;
  padding-left: 1rem;
}

.desease_inner table{
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #333;
  margin: 1rem 0;
}

.desease_inner table tr th,
.desease_inner table tr td{
  padding: 0.7rem 0.5rem;
  border: 1px solid #333;
  text-align: left;
}

.desease_inner table tr th{
  width: 40%;
  background: #f3fffe;
}

.desease_inner table .attack_level th{
  background: #dff3ff;
  text-align: center;
}

.desease_inner table tr:not(:first-child) td{
  width: 30%;
  width: 60%;
}

.desease_inner .warning{
  border: 3px solid #eb4f4f;
  padding: 1.5rem 1rem 1rem;
  position: relative;
  margin-top: 2.5rem;
}

.desease_inner .warning p{
  font-weight: bold;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  color: #eb4f4f;
  display: inline-block;
  position: absolute;
  top: -23px;
  background: #FEFFF9;
}

@media (max-width: 770px) {
  .desease_inner .warning p{
    font-size: 1.1rem;
    top: -6%;
  }
}

.desease_inner .unordered_list{
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 1rem;
}

.desease_inner .unordered_list li:not(:first-child){
  margin-top: 0.3rem;
}

.desease_inner .constipation tr th:first-child{
  width: 20%;
}

.desease_inner .constipation tr th:nth-child(2),
.desease_inner .constipation tr td:nth-of-type(1){
  width: 30%;
}

.desease_inner .constipation tr th:last-child,
.desease_inner .constipation tr td:nth-of-type(2){
  width: 50%;
}

.desease_inner .orange{
  color: #dd8c2c;
}

.desease_inner .green{
  color: #83c67f;
}

.desease_inner .blue{
  color: #5ba2b2;
}

.symptoms .desease_inner .heatstroke tr th{
  text-align: center;
}

.symptoms .desease_inner .heatstroke tr:first-child th{
  background: #d6f9ff;
}

.symptoms .desease_inner .heatstroke tr:nth-child(3) th{
  background: #f5ee95;
}

.symptoms .desease_inner .heatstroke tr:nth-child(5) th{
  background: #fba578;
}

.symptoms .desease_inner .heatstroke tr td{
  background: #fff;
}

.prevention .desease_inner .heatstroke tr td:first-child,
.prevention .desease_inner .heatstroke tr td:nth-child(2){
  width: 25%;
}

.prevention .desease_inner .heatstroke tr td:last-child{
  width: 50%;
}

.prevention .desease_inner .heatstroke tr:first-child{
  background: #fba578;
}

.prevention .desease_inner .heatstroke tr:nth-child(2) {
  background: #fbe778;
}

.prevention .desease_inner .heatstroke tr:nth-child(3){
  background: #c8fb78;
}

.prevention .desease_inner .heatstroke tr:nth-child(4){
  background: #78fbde;
}

.prevention .desease_inner .heatstroke tr:last-child{
  background: #78b0fb;
}

.desease_inner .medicine tr th:first-child,
.desease_inner .medicine tr td:first-child{
  width: 20%;
}

.desease_inner .medicine tr th:nth-child(2),
.desease_inner .medicine tr td:nth-child(2){
  width: 25%;
}

.desease_inner .medicine tr th::last-child,
.desease_inner .medicine tr td:last-child{
  width: 55%;
}

.desease_inner .contagious_impetigo tr th{
  width: 15%;
  text-align: center;
}

.desease_inner .contagious_impetigo tr td{
  width: 85% !important;
}

.desease_inner .contagious_impetigo tr:first-child th,
.desease_inner .contagious_impetigo tr:nth-child(5) th{
  background: #dff3ff;
}