@charset "utf-8";
h4 {
	font-weight: bold;
	font-size: 20px;
}
.navi-grid {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	/*gap: 30px;*//*縦・横で同じ余白*/
  /*gap: 20px 30px;*//*縦20px、横30pxの指定*/
	width: 100%;
	margin-bottom: 90px;
}
.navi-grid li {
width: 48%;
	margin: 1%;
}
.navi-grid li a {
	display: block;
	padding: 30px 0;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background: #00BBBB;
	border-radius: 15px;
	position: relative;
	letter-spacing: 2px;
	line-height: 1.4;
}
.navi-grid li a:hover {
	background: #008e8e;
}
.navi-grid li span {
font-size: 14px;
}
.bi-file-pdf {
	color: red;
	width: 25px;
	height: 100%;
	vertical-align: bottom;
}
.ac-style-01 {
	float: right;
	margin: 0 0 0 45px;
	width: 450px;
}
.ac-style-02 {
	float: right;
	margin: 0 0 30px 30px;
}
.btn-02 a {
	display: inline-block;
	padding: 30px 60px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background: #00BBBB;
	border-radius: 15px;
	position: relative;
	letter-spacing: 2px;
	line-height: 1.4;
}
.navi-grid li a:hover,
.btn-02 a:hover {
	background: #008e8e;
}
a svg {
	fill: #FFF;
  position: absolute;
  right: 5%;
  top: 38%;
  width: 21px;
  height: 21px;
}
.flex-01 {
	display: flex;
	justify-content: space-between;
}
.flex-01 li {
	text-align: center;
	width: 48%;
}
.hyoushou th {
	text-align: center;
	background: #E6F7FF;
	font-size: 18px;
}
.hyoushou td {
	vertical-align: middle!important;
}
.hyoushou img {
	width: 100%;
	margin-top: 15px;
}
.hyoushou tr:nth-child(odd) td {
  background: #F5F5F5;
}
.kihu {
	padding: 45px;
	background: #fffff4;
	border: 8px solid #EEE;
}
.kihu ol {
	margin-left: 20px;
}
.kihu ol li {
	list-style: decimal;
	margin-bottom: 5px;
}
.flex-02 {
	display: flex;
	justify-content: space-between;
}
.flex-02 li {
	width: 32%;
	background: linear-gradient(to right, #EBF9FF, #FFEFF4);
	padding: 30px;
	border-radius: 15px;
	font-size: 14px;
	margin-bottom: 30px;
	box-shadow: 0 1px 3px #DDD;
}
.flex-02 li h4 {
	text-align: center;
	font-size: 18px;
	border-bottom: 1px solid #CCC;
  padding-bottom: 10px;
}
.btn-03 {
	text-align: center;
}
.btn-03 a {
	display: inline-block;
	padding: 15px 60px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background: #1169C2;
	border-radius: 15px;
	position: relative;
	letter-spacing: 2px;
	line-height: 1.4;
	margin-top: 20px;
}
.btn-03 a:hover {
	background: #0E5093;
}
.btn-03 svg {
	top: 32%;
	width: 18px;
  height: 18px;
}
.flex-03 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex-03 li {
	width: 32%;
	/*background: #FFF1F1;*/
	background: linear-gradient(to right, #EBF9FF, #FFEFF4);
	padding: 30px;
	border-radius: 15px;
	font-size: 14px;
	margin-bottom: 30px;
	box-shadow: 0 1px 3px #DDD;
}
.flex-03 li h4 {
	text-align: center;
	font-size: 22px;
  border-bottom: 1px solid #CCC;
  padding-bottom: 10px;
	margin-bottom: 15px;
}
.flex-03 li strong {
	font-size: 16px;
	margin-bottom: 10px;
	display: block;
	color: #00BBBB;
}
table tr td:nth-of-type(2),
table tr td:nth-of-type(6) {
  text-align: center;
}
@media screen and (max-width: 991px) {
.navi-grid {
	display: block;
}
.navi-grid li {
width: 100%;
	margin: 0 0 15px 0;
}
.navi-grid li a {
	display: block;
	padding: 30px 0;
	font-size: 18px;
}
	.navi-grid li span {
font-size: 12px;
}
.kihu {
	padding: 20px;
	background: #fffff4;
	border: 8px solid #EEE;
}
	.rightarea img {
		width: 100%!important;
	}
	.flex-02,.flex-03 {
	display: block;
}
.flex-02 li,.flex-03 li {
	width: 100%;
	margin-bottom: 30px;
}
.flex-02 li h4,.flex-03 li h4 {
	text-align: center;
	font-size: 18px;
}
.btn-03 {
	text-align: center;
}
.btn-03 a {
	display: inline-block;
	padding: 15px 60px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background: #1169C2;
	border-radius: 15px;
	position: relative;
	letter-spacing: 2px;
	line-height: 1.4;
	margin-top: 20px;
}
.btn-03 a:hover {
	background: #0E5093;
}
.btn-03 svg {
	top: 32%;
	width: 18px;
  height: 18px;
}
.ac-style-01,
	.ac-style-02 {
	float: none;
	margin: 15px 0;
		display: block;
}
	.ac-style-01 {
		width: 100%;
		padding: 15px;
	}
}
