@charset "utf-8";

/*リセットCSS*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	display: block;
	font-size: 14px;
	line-height: 30px;
	margin-left: 40px;
	margin-right: 40px;
	color: #333;
	font-family: メイリオ, Meiryo, ”ヒラギノ角ゴ Pro W3″, ”Hiragino Kaku Gothic Pro W3″, ”ＭＳ Ｐゴシック”, sans-serif;
}

/*ヘッダー画像設定*/
.images {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/*header設定*/
.main-header {
	display: block;
	margin-top: 20px;
	margin-bottom: 30px;
	padding-bottom: 25px;
	border-bottom: solid 4px #a6d3c8;
}

/*共通バナー設定*/

/*リンクカラー*/
.sec1 a:link {
	color: #ffffff;
	text-decoration: none;
}

.sec1 a:visited {
	color: #ffffff;
}

/*各種情報バナー*/
.sec1 {
	background-color: #a6d3c8;
	border-radius: 10px;
}

.bunner {
	display: flex;
	justify-content: space-evenly;
	text-align: center;
	margin: 0px;
	padding: 10px;
}

ul.bunner li {
	margin: 10px;
	padding: 10px;
	list-style-type: none;

}

.bunner a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.bunner li:hover {
	opacity: 0.5;
}

/*レスポンシブ対応*/
@media screen and (max-width: 800px) {
	.bunner {
		display: flex;
		justify-content: space-evenly;
		text-align: center;
		margin: 0px;
		padding: 10px;
		white-space: pre;
	}

	ul.bunner li {
		margin: 10px;
		padding: 10px;
		list-style-type: none;
	}

	.bunner a {
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
	}

}

@media screen and (max-width: 700px) {
	.bunner {
		text-align: center;
		margin: 0;
		padding: 0;
	}

	ul.bunner li {
		display: inline-block;
		width: 100px;
		height: 60px;
		padding: 0 20px;
		position: relative;
		text-align: center;
		margin-right: 2%;
		margin-bottom: 1.5%;
		text-decoration: underline;
	}

	.bunner a {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 100px;
		text-align: center;
	}

	.bunner span {
		display: block;
		font-size: 10px;
		font-weight: bold;
	}
}

h1 {
	font-size: 20px;
	padding: 0.4em 0.5em;
	color: #494949;
	background: #f4f4f4;
	border-left: solid 5px #a6d3c8;
	border-bottom: solid 3px #d7d7d7;
	margin-top: 20px;
	margin-bottom: 20px;
}


h2 {
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 10px;
	width: 90%;
	height: auto;
}

h2::after {
	content: "";
	display: block;
	height: 4px;
	background: -webkit-linear-gradient(to right, #a6d3c8, transparent);
	background: linear-gradient(to right, #a6d3c8, transparent);
}

table {
	border-collapse: collapse;
	border: solid 0px #a0cdd1;
	width: 95%;
	margin: auto;
}

td {
	padding: 5px 15px;
	border-width: 1px 0px;
	border-color: #a0cdd1;
	border-style: solid;
}

th {
	border-bottom: solid 1px #a0cdd1;
	width: auto;
	text-wrap-mode: nowrap;
}

@media screen and (max-width: 500px) {

	.mobile-blocky tr,
	.mobile-blocky th,
	.mobile-blocky td {
		display: block;
		border: none;
	}

	.mobile-blocky {
		border: solid 2px #a0cdd1;
		border-top: none;
	}

	.mobile-blocky thead {
		display: none;
	}

	.mobile-blocky td {
		border-top: dashed 1px #a0cdd1;
	}

	.mobile-blocky th {
		border-top: solid 2px #a0cdd1;
	}
}

.content {
	width: 100%;
}

.wrapper {
	display: flex;
	align-items: center;
	gap: 20px;
	/* 画像とテキストの間に余白を追加 */
}

.wrapper a:hover {
	opacity: 70%;
}

.wrapper img {
	width: 200px;
	height: auto;
	border-radius: 8px;
}

@media (max-width: 768px) {
	.wrapper {
		flex-direction: column;
		text-align: center;
		align-items: center;
	}

	.wrapper img {
		width: 100%;
		max-width: 300px;
	}
}

.box p {
	margin: 0 0 10px 0;
}

.box {
	position: relative;
	background-color: #daeced;
	padding: 0.5rem 2rem;
	margin: 1.5rem 8% 1.5rem;
	line-height: 1.5;
	border-radius: 10px;
	border: 4px solid #daeced;
}

.circle-comment-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	/* 2列以上を目指すが、最小250px */
	gap: 20px;
	padding: 20px;
}

.circle-comment-list li {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	padding: 15px;
	text-align: left;
}

.circle-comment-list li::before {
	content: "　";
	background-color: #daeced;
	color: white;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
}

.circle-comment-list li:hover {
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
	transition: box-shadow 0.3s ease;
}

/* レスポンシブデザイン */
@media (max-width: 768px) {
	.circle-comment-list {
		grid-template-columns: 1fr;
		/* スマートフォンでは1列 */
	}
}

#image_margin {
	margin: auto;

}

/*コピーライト設定*/
#hpb-footerMain p {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	float: left;
	line-height: 24px;
	color: #999999;
}