@charset "utf-8";

/* 20241024 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; }
.mb85 { margin-bottom: 85px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb95 { margin-bottom: 95px !important; }
.mb100 { margin-bottom: 100px !important; }

.fs12 { font-size: 12px; }
.fs13 { font-size: 13px; }
.fs14 { font-size: 14px; }
.fs15 { font-size: 15px; }
.fs16 { font-size: 16px; }
.fs17 { font-size: 17px; }
.fs18 { font-size: 18px; }
.fs19 { font-size: 19px; }
.fs20 { font-size: 20px; }

.entry-content .template-text :first-child,
.entry-content .contents-textarea :first-child {
	margin-top: 0 !important;
}

.entry-content .template-img-right {
	margin: 0 0 0 30px;
}
.entry-content .template-img-left {
	margin: 0 30px 0 0;
}

.strong {
	color: #218c43;
}

.table-bordered {
	margin-bottom: 25px;
}
.table-bordered th,
.table-bordered td {
	padding: 12px 15px;
	border: 1px solid #ddd;
}
.table-bordered th {
	width: 25%;
	background: #ebf4ee;
}

.contents-colorbox {
	margin-bottom: 30px;
	padding: 25px;
	border-radius: 7px;
	background: #ebf4ee;
}
.contents-colorbox :first-child {
	margin-top: 0 !important;
}
.contents-colorbox :last-child {
	margin-bottom: 0 !important;
}

.contents-flowbox-group {
	margin: 60px 0 50px;
}
.contents-flowbox {
	position: relative;
	padding: 0 0 45px 35px;
}
.contents-flowbox:last-child {
	padding-bottom: 0;
}
.contents-flowbox::before {
	content: '';
	position: absolute;
	top: 5px;
	bottom: 0;
	left: 6px;
	width: 2px;
	background: #40b666;
}
.contents-flowbox::after {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	z-index: 10;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #40b666;
}
.contents-flowbox .template {
	margin-bottom: 0;
}
.contents-flowbox .template-img-right {
	margin: 0 0 0 25px;
	text-align: center;
}
.contents-flowbox h4 {
	margin-bottom: 10px;
	padding: 0;
	border: none;
	background: none;
	line-height: 1.6;
	font-size: 22px;
}
.contents-flowbox h4:before {
	display: none !important;
}

.table_qa {
	width: 100%;
	margin-bottom: 10px;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
.table_qa th {
	width: 5%;
	padding: 20px 0 20px 20px;
}
.table_qa td {
	padding: 20px;
	vertical-align: middle;
}
.table_qa tr:nth-child(2n-1) td {
	font-size: 18px;
	font-weight: bold;
}
.table_qa tr:nth-child(2n) {
	background: #fff6e5;
}
.table_qa tr:nth-child(2n) th {
	vertical-align: top;
}
.q_icon {
	display: inline-block;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #38c147;
	line-height: 46px;
	color: #fff;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.a_icon {
	display: inline-block;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #ffa800;
	line-height: 46px;
	color: #fff;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.list-check li {
	position: relative;
	margin: 0 0 10px 0 !important;
	padding-left: 25px;
	list-style: none !important;
	line-height: 1.8;
}
.list-check li:before {
	content: '\f00c';
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1.8;
	color: #132084;
	font-family: 'Font Awesome 5 Free';
	font-size: 15px;
	font-weight: 900;
}
.list-check li:last-child {
	margin-bottom: 0 !important;
}

.entry-btn {
	margin-top: 30px;
}
.entry-btn a {
	display: inline-block;
	position: relative;
	min-width: 250px;
	height: 50px;
	padding: 0 30px 0 20px;
	background-image: -moz-linear-gradient( 0deg, rgb(29,190,81) 0%, rgb(100,202,17) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(29,190,81) 0%, rgb(100,202,17) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(29,190,81) 0%, rgb(100,202,17) 100%);
	line-height: 50px;
	color: #fff !important;
	font-weight: bold;
	text-align: center;
	border-radius: 25px;
	text-decoration: none !important;
}
.entry-btn a::before {
	position: absolute;
	top: 50%;
	right: 20px;
	content: '\f105';
	color: #fff;
	font-weight: 600;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.entry-btn a:hover {
	opacity: 0.7;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.map-wrap iframe {
	width: 100%;
	height: 450px;
}

/* ======================================
2024/11/8 added by tsuji
======================================== */

.table-resp {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}
.table-resp th {
  width: 22%;
  background: #EBF4EE;
  border: 2px solid #fff;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: middle;
  font-weight: bold;
  text-align: left;
}
.table-resp td {
  background: #F9F9F9;
  border: 2px solid #fff;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: top;
  text-align: left;
}
