@media screen and (min-width: 696px){
.imgright{
width:40%;
float:right;
margin-bottom:2%;
}
.imgleft img{
width:100%;
}
.pleft{
width:56%;
float:left;
}
.pclear{
clear:both;
}
}
@media screen and (max-width: 695px){
.imgright{
margin-bottom:2%;
}
}
.marker{
background:linear-gradient(transparent 60%, #ff6 60%);
font-weight:bold;
}
@media screen and (min-width: 769px) {
.column-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0; /* gapはmargin-rightで調整 */
}
.column-list-box {
  border: 1px solid #3367a3;
  padding: 1% 1% 0.5% 1%;
  border-radius: 6px;
  background: rgba(241,249,251,1.00);
  margin-bottom: 1.5%;
  width_: 49.5%;
  width: 32%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.column-list-box:nth-of-type(odd) {
  margin-right: 1%;
}
.column-list-box:nth-of-type(even) {
  margin-right: 1%;
}
}
@media screen and (max-width: 768px) {
.column-list-wrapper {
  display: block;
}
.column-list-box {
  border: 1px solid #3367a3;
  padding: 1% 1% 0.5% 1%;
  border-radius: 6px;
  background: rgba(241,249,251,1.00);
  margin-bottom: 2%;
  width: 100%;
  box-sizing: border-box;
}
}
.column-list-box h4 {
  border-bottom: 1px dotted #333;
  font-size: 16px !important;
  margin-bottom: 8px;
  padding-bottom: 5px;
  color: #333;
}
.column-list {
  padding: 0 !important;
  margin: 0 !important;
}
.column-list li {
  list-style-type: none;
  margin-left: 1em;
  text-indent: -1em;
  font-size:14px!important;
}
.h4style02{
color:#333!important;
font-size:17px!important;
	}