@charset "utf-8";

/* 20230127 added by Fabo */
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }

.f12 { font-size: 12px; }
.f13 { font-size: 13px; }
.f14 { font-size: 14px; }
.f15 { font-size: 15px; }
.f16 { font-size: 16px; }
.f17 { font-size: 17px; }
.f18 { font-size: 18px; }
.f19 { font-size: 19px; }
.f20 { font-size: 20px; }

.color-red {
	color: #e6536e;
}
.strong {
	color: #eb8f13;
}
.img-radius {
	border-radius: 15px;
}
.table-bordered th {
	width: 25%;
	background: #fcf7ed;
}
.table-bordered th,
.table-bordered td {
	padding: 20px;
	vertical-align: middle;
}
.entry-content h2 {
	margin-top: 4.2rem;
}
.entry-content .row {
	margin-left: -20px;
	margin-right: -20px;
}
.entry-content .row > div {
	padding: 0 20px;
}
.entry-content .template-img-right {
	margin-left: 40px;	
}
.entry-content .template-img-left {
	margin-right: 40px;
}
.contents-colorbox {
	margin-bottom: 20px;
	padding: 40px;
	background: #fcf7ed;
	border-radius: 15px;
}
.contents-colorbox :first-child {
	margin-top: 0;
	padding-top: 0;
}
.contents-colorbox :last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.contents-borderbox {
	margin-bottom: 20px;
	padding: 30px;
	border: #f7da98 3px solid;
	border-radius: 15px;
}
.contents-borderbox :first-child {
	margin-top: 0;
	padding-top: 0;
}
.contents-borderbox :last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.contents-colorbox .template-img-right,
.contents-colorbox .template-img-left,
.contents-borderbox .template-img-right,
.contents-borderbox .template-img-left {
	margin-bottom: 0;
}
.entry-content p + .contents-colorbox,
.entry-content p + .contents-borderbox {
	margin-top: 1.5rem;	
}

.list-check li {
	position: relative;
	margin: 0 0 16px 0 !important;
	padding-left: 20px;
	list-style: none !important;
	line-height: 1.6;
}
.list-check li:before {
	content: "\f00c";
	position: absolute;
	top: 3px;
	left: 0;
	color: #eb8f13;
	font-family: "Font Awesome 5 Free";
 	font-weight: 900;
	font-size: 14px;
	line-height: 1.2;
}
.list-check li:last-child {
	margin-bottom: 0 !important;
}

.box-flow-group {
	margin: 30px 0 60px;
}
.box-flow {
	position: relative;
	margin-bottom: 40px;
	z-index: 0;
}
.box-flow:last-child {
	padding-bottom: 0;
}
.box-flow .template-img-left {
	margin: 0 30px 0 0;
}
.box-flow .template-text h3 {
	margin: 15px 0 15px 0;
	padding: 0;
	font-size: 20px;
	color: #358ac8;
}
.entry-content .box-flow h3::before {
	background: none;	
}
@media screen and ( max-width:1024px ){
.main-point-inner {
  width: 1100px;

}
.main-point-list {
  width: 1080px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 38px 0px;
    row-gap: 38px;
    column-gap: 0px;
}
}