/*----------------------------------
     便秘外来・IBD専門外来ページ専用スタイル
----------------------------------*/

/* 機能性便秘テーブル */
.colon_table_block{
  width: calc(100% - 2rem);
  max-width: 840px;
  padding: 2.5rem 3rem;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #FFF;
}
.colon_table_scroll{
  width: 100%;
}
.colon_table_block table{
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  color: #2C2A53;
}
.colon_table_block table thead th{
  padding: 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #FFF;
  background-color: #2C2A53;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.3);
}
.colon_table_block table thead th:last-child{
  border-right: none;
}
.colon_table_block table tbody th{
  padding: 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  background-color: #EBEBED;
  text-align: left;
  border-bottom: 1px solid #FFF;
}
.colon_table_block table tbody td{
  padding: 12px;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  border-bottom: 1px solid #EBEBED;
  border-right: 1px solid #EBEBED;
}
.colon_table_block table tbody td:last-child{
  border-right: none;
}

@media screen and (max-width: 991px){
  .colon_table_block{
    max-width: 450px;
    padding: 1rem;
  }
  .colon_table_scroll{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .colon_table_block table{
    min-width: 600px;
  }
  .colon_table_block table thead th,
  .colon_table_block table tbody th,
  .colon_table_block table tbody td{
    font-size: 13px;
    padding: 10px;
  }
}

/* 治療リスト */
.colon_treatment{
  width: calc(100% - 2rem);
  max-width: 840px;
  padding: 32px 40px;
  background-color: #FFF;
  border: 1px solid #EBEBED;
  border-radius: 4px;
}
.colon_treatment_list{
  margin-bottom: 24px;
  padding-left: 0;
  list-style: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
}
.colon_treatment_list li{
  position: relative;
  padding: 10px 0 10px 28px;
}
.colon_treatment_list li:not(:last-child){
  border-bottom: 1px solid #EBEBED;
}
.colon_treatment_list li::before{
  position: absolute;
  content: "●";
  left: 0;
  top: 12px;
  font-size: 8px;
  color: #2C2A53;
}
.colon_treatment_note{
  margin-bottom: 0;
  padding: 16px 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  background-color: #EBEBED;
  border-radius: 4px;
}

@media screen and (max-width: 991px){
  .colon_treatment{
    max-width: 450px;
    padding: 24px 20px;
  }
  .colon_treatment_list{
    font-size: 14px;
  }
  .colon_treatment_note{
    font-size: 14px;
  }
}

/* TOPに戻るボタン */
.colon_back{
  width: calc(100% - 2rem);
  max-width: 600px;
  padding: 80px 0 120px;
}
.colon_back_button{
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 16px 0;
  font-size: 16px;
  line-height: 23px;
  color: #2C2A53;
  text-align: center;
  text-decoration: none;
  background-color: #FFF;
  border: 1px solid #2C2A53;
  border-radius: 50px;
  transition: all 0.3s;
}
.colon_back_button:hover{
  color: #FFF;
  background-color: #2C2A53;
}

@media screen and (max-width: 991px){
  .colon_back{
    padding: 40px 0 80px;
  }
  .colon_back_button{
    font-size: 14px;
    padding: 14px 0;
  }
}
