@charset "UTF-8";

.entry-content {
  margin-bottom: 64px;
}
.eye_catch_area {
  margin-top: 0;
  margin-bottom: 24px;
}
	
.entry-content h2 {
  font-size: 24px;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif !important;
  font-weight: 400 !important;
  line-height: 1.5;
  padding: 9px 7px 9px 7px;
  background: #53d576;
  border-left: solid 5px #01a92e;
  margin: 30px 5px 19px 5px;
  color: var(--color-white);
  border: solid 1px white;
  box-shadow: 0px 0px 0px 5px#53d576;
}

.entry-content h3 {
  /*20220726*/
  width: 100%;
  background: #E1F5E6;
  color: #0e872f;
  font-size: 22px;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif !important;  
  font-weight: 400!important;
  line-height: 1.8!important;
  border-bottom: none;
  padding: 12px 10px 12px 10px; 
  margin: 24px 0px 14px 0;
  border-left: solid 6px rgb(58 204 97 / 51%);
  /*width:100%;  
  color: var(--color-key-dark);
  font-size: 22px;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif !important;  
  font-weight: 400!important;
  line-height: 1.5;
  border-bottom: solid 3px rgb(58 204 97 / 51%);
  padding-top: initial;
  padding-bottom: 4px; 
  margin: 25px 0px 14px 2px;
  border-left: solid 9px rgb(58 204 97 / 51%);
  padding-left: 5px;*/
  /* 古いほう */
  /*width: calc(100% - 48px);*/
  /*color: var(--color-key-dark);*/
  /*font-size: 20px;*/
  /*font-family: 'Roboto', 'Noto Sans JP', sans-serif !important;*/
  /*font-weight: 400!important;*/
  /*line-height: 1.5;*/
  /*border-bottom: solid 5px var(--color-key-30);*/
  /*padding-top: initial;*/
  /*padding-bottom: 4px;*/
  /*margin: 0 auto 24px;*/
}
.entry-content h4 {
  /*20220726*/
  background: #EAEAEA;
  width: 100%;
  color: var(--color-key-dark);
  font-size: 20px;
  font-weight: bold!important;
  line-height: 20px;
  letter-spacing: 0.5px;
  border-left: none;
  border-radius: 0;  
  padding: 12px 8px 12px 18px;
  margin: 0 auto 16px;
  position: relative;
  /*background: var(--color-gray-ee);
  width: calc(100% - 7px);
  color: var(--color-text);
  font-size: 16px;
  font-weight: bold!important;
  line-height: 20px;
  letter-spacing: 0.5px;
  border-left: 4px solid rgba(58, 204, 97, .4);
  border-radius: 0px 4px 4px 0px;  
  padding: 8px;
  margin: 0 auto 16px;*/
  /*width: calc(100% - 48px);*/
  /*color: var(--color-key);*/
  /*font-size: 18px;*/
  /*font-weight: 400!important;*/
  /*line-height: 1.5;*/
  /*border-left: solid 4px var(--color-key);*/
  /*padding-left: 5px;*/
  /*margin: 0 auto 24px;*/
}
.entry-content h4:before{
  content: '';
  width: 10px;
  height: 15px;
  background: #4BBF6A;
  display: block;
  position: absolute;
  top: 0;
  bottom: -15px;
  margin: auto;
  left: 0;  
}
.entry-content h4:after {
  content: '';
  width: 10px;
  height: 15px;
  background: #53D576;
  display: block;
  position: absolute;
  top: -15px;
  bottom: 0;
  margin: auto;
  left: 0;  
}
.entry-content p {
 /* font-weight: 100; */
  padding: 0 10px;
  margin-bottom: 24px;
  /* 字切りをカツカツにする記述↓ */
  word-break: break-all;
  overflow-wrap: normal;
  text-align: justify;
}
.entry-content p > a {
  display: inline;
}
.entry-content ul {
  width: calc(100% - 0px);
  margin-bottom: 24px;
  padding: 0 10px;
 /* font-weight: 100; */
  list-style: none;
}

.entry-content ol {
  width: calc(100% - 0px);
  margin-bottom: 24px;
  padding: 0 10px;
 /* font-weight: 100; */
  list-style: none;
}

.entry-content table {
  width: calc(100% - 0px);
  margin: 0 auto 24px;
  padding: 0 24px;
}
.entry-content table th {
  background: var(--color-key-light);
  text-align: center;
}
.entry-content table td {
  background: var(--color-white);
 /*   font-weight: 100 !important; */

}
.entry-content table td, .entry-content table th {
  padding: 14px 14px;
  border: 1px solid var(--color-gray-bb);
  font-size: 16px;
}

td.table_color {
    background: #ff0000 !important;
}

@media screen and (max-width: 680px) {
  .entry-content {
    margin-bottom: 0;
  }
  .eye_catch_area {
    margin-bottom: 16px;
  }
.entry-content table td, .entry-content table th {
  padding: 11px 6px;
  font-size: 13px;
}
}
