@charset "utf-8";

/* reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
}

ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th {
	text-align: left;
}

q:before,
q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

legend {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

img,
abbr,
acronym,
fieldset {
	border: 0;
}

body {
	font: 14px/1.9 'M Plus 1p', Arial, Verdana, 游ゴシック, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

a {
	color: #0066ff;
	text-decoration: none;
}

a:hover,
.active {
	text-decoration: underline;
}

a:active,
a:focus,
input:active,
input:focus {
	outline: 0;
}



body {
	background-color: #f5f6d5;
}

a:hover img {
	opacity: 0.6;
}

/* ヘッダ */
header {
	max-width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	z-index: 999;
}

/* サイトの上端をメニューの高さ分下げる */
.logo {
	padding: 20px;
	position: relative; z-index: 1000;
	display: inline-block;   /* または inline-flex */
  width: auto;
}

/* 左上ロゴリンク */
.logo a {
	display: inline-block;
	line-height: 0;
}

/* 左上ロゴ */
.logo img {
	vertical-align: middle;
	width: 220px;
}


/* 問い合わせボタン（右下に表示固定) */
.contact2 {
	position: fixed;
	bottom: 15px;
	text-align: center;
	width:300px;
	left: 50%;
	transform: translateX(-50%);
	}
.contact2 a {
	display: inline-block;
	color: #fff;
	padding: 10px 18px;
	border-radius: 15px;
	font-weight: bold;
	font-size: 1.1rem;
	border: #fff 1px solid;
	box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.5);
	background-color: rgb(0 0 0 / 70%);
	text-align: center;
}
.contact2 a span {
	background-color: #d6446f;
	padding: 5px 20px;
	border-radius: 15px;
}
.contact {
	position: fixed;
	bottom: 15px;
	text-align: center;
	width: 100%;
}

.contact a {
	display: inline-block;
	color: #fff;
	padding: 10px 18px;
	background-color: #d6446f;
	border-radius: 15px;
	font-weight: bold;
	font-size: 1.1rem;
	border: #fff 1px solid;
	box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.5);
}
header.idx .contact {
	display: none;
}

a.downloadLink {
	text-align: center;
	display: block;
	color: #fff;
	padding: 5px 12px;
	background-color: #4387bc;
	border-radius: 15px;
	font-weight: bold;
	font-size: 1rem;
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
	margin-bottom: 25px;

}
a.downloadLink span {
	font-size:0.8rem;
}
a.downloadLink:hover {
	background-color: #d6446f;
}
.contact a:hover {
	background-color: #324d94;
}

.svsMenu label {
	/* ensure padding is included in width calculations */
	box-sizing: border-box;
	display: block;
	position: relative;
}

.svsMenu i.angletoggle {
	/* place the toggle icon using absolute positioning so it doesn't push the label width
	   and cause horizontal overflow (was using calc(100% - 40px) which could overflow). */
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 0;
}

/* Prevent long text or padding from causing the menu to overflow the viewport */
.svsMenu,
.svsMenu label,
.svsMenu ul.svsSubMenu,
.svsMenu ul.svsSubMenu li a {
	max-width: 100%;
	box-sizing: border-box;
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-word;
	white-space: normal;
}

.onlysp {
	display: inline-block;
}

.onlypc {
	display: none;
}


/* font awesome アイコンの右に空き */
.fa-envelope {
	padding-right: 8px;
}

/* メイン */
main {
	display: flex;
	border-top: #4387bc 1px solid;
	background-color: #f5f6d5;
}

main .container {
	max-width: 1200px;
	margin: 0 auto;
	background-color: #fff;
}

main img {
	width: 100%;
}

main .filler,
main .fillerL,
main .fillerR {
	margin: 20px 0;
}

.pd1 {
	padding: 0 20px;
}
.pd1x {
	padding: 0 20px;
}
.pd2 {
	padding: 20px;
}

.mb1 {
	margin-bottom: 1rem;
}

.ct70 {
	margin-top: 20px;
}
.lt70 {
	margin: 20px 0 40px 0;
	padding: 0 20px;
}
.lt70 img {
	width:100%;
}
img.sample {
	width:180px;
	float:right;
	padding-left:1em;
	padding-bottom:1em;
}

main h1 {
	margin-bottom: 20px;
}

main h2 {
	color: #4387bc;
	font-size: 1.2rem;
	line-height: 1.4;
	margin-bottom: 10px;
	font-weight: 700;
	padding: 0 20px;
}

main h2 span {
	color: #d6446f;
}

main h2 br {
	display: none;
}

main h3 {
	font-size: 1.3rem;
	line-height: 1.6;
	margin-bottom: 0.5rem;
}

main ul.point {
	padding: 0 20px;
}

main ul.point li {
	font-size: 0.8rem;
}

main ul.point li i {
	margin-right: 7px
}

.arrow {
	color: #4387bc;
}

main p {
	margin-bottom: 15px;
}

main p.caption {
	font-size: 0.8rem;
	line-height: 1.5;
}

main hr {
	display: none;
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

main table {
	margin-bottom: 20px;
	width: 100%;
}

main table td,
main table th {
	border: 1px solid #4387bc;
	padding: 0.3rem;
	line-height: 1.4;
}

table.outline th {
	background-color: #999;
	color: #fff;
	border:1px solid #fff;
	padding: 15px;
}
table.outline td {
	border:1px solid #999;
	padding: 15px;
}

/* 通常ページタイトル */
main#pages h1 {
	background-color: #4387bc;
	color: #fff;
	padding: 5px 20px;
	font-size: 1rem;
	margin-bottom: 25px;
}

main ul.nList {
	margin: 20px 0;
}
main ul.nList li {
	list-style-type: disc;
	margin-left: 20px;
}

ul.fLineLd li::first-line {
	font-size: 130%;
	font-weight: bold;
}
/* サービス一覧メニュー */
.svsMenu {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* サービス一覧メニュー見出し */
.svsMenu label {
	display: block;
	background-color: #324d94;
	color: #fff;
	padding: 8px 15px 8px 45px;
	border-radius: 10px;
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 7px;
	position: relative;
	z-index: 0;
}

/* サービス一覧アイコン */
.svsMenu label i {
	display: block;
	position: absolute;
	top: 20px;
	left: 10px;
}

.svsMenu label::first-line {
	font-size: 12px;
}

.svsMenu input[type="checkbox"] {
	display: none;
}

/* サービス一覧メニュー2階層目 */
.svsMenu ul.svsSubMenu {
	display: none;
	margin-bottom: 20px;
}

input#svsMenu1[type="checkbox"]:checked+ul#svsSubMenu1,
input#svsMenu2[type="checkbox"]:checked+ul#svsSubMenu2,
input#svsMenu3[type="checkbox"]:checked+ul#svsSubMenu3,
input#svsMenu4[type="checkbox"]:checked+ul#svsSubMenu4 {
	display: block;
}

.svsMenu ul.svsSubMenu li a {
	display: block;
	padding: 8px 15px;
	border-bottom: 1px solid #fff;
	font-size: 16px;
	line-height: 1.4;
	color: #fffe55;
	font-weight: bold;
}

.svsMenu ul#svsSubMenu1 li a {
	background-color: #7fb3cc;
}

.svsMenu ul#svsSubMenu2 li a {
	background-color: #91b86d;
}

.svsMenu ul#svsSubMenu3 li a {
	background-color: #dea25b;
}

.svsMenu ul#svsSubMenu4 li a {
	background-color: #b995b8;
}

.svsMenu ul.svsSubMenu li:first-child a {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.svsMenu ul.svsSubMenu li:last-child a {
	border-bottom: none;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.svsMenu ul.svsSubMenu li a::first-line {
	font-size: 12px;
	color: #fff;
}

.svsMenu ul#svsSubMenu1 li a:hover,
.svsMenu ul#svsSubMenu2 li a:hover,
.svsMenu ul#svsSubMenu3 li a:hover,
.svsMenu ul#svsSubMenu4 li a:hover {
	color: #fff;
	background-color: #324d94;
}


.svsMenu ul.svsSubMenu li a.pickup {
	background: linear-gradient(to bottom, #ff9f1c, #ff4040); /* ← 縦方向グラデーション */
	color: #fff;
	border-left: 4px solid #fff700;
	box-shadow: 0 0 8px rgba(255, 100, 100, 0.6);
	position: relative;
	z-index: 1;
}
.svsMenu ul.svsSubMenu li a.pickup:hover {
	background: linear-gradient(to bottom, #ff6f00, #e60026);
}


/* 新着情報 */
.news {
	padding: 20px 20px 20px 20px;
}

.news .newsContainer {
	border: 1px solid #dea25b;
	border-radius: 10px;
}

.news h4 {
	background-color: #dea25b;
	color: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 3px 15px;
	font-size: 14px;
}

.news ul li {
	font-size: 14px;
	padding: 10px 15px;
	line-height: 1.8;
	border-bottom: 1px dashed #aaa;
}

.news ul li:last-child {
	border-bottom: none;
}

.news ul li span {
	font-size: 12px;
	background-color: #dea25b;
	padding: 2px 5px;
	color: #fff;
	border-radius: 4px;
	margin-right: 5px;
}


/* ブログ */
.blog {
	padding: 10px 20px 30px 20px;
}

.blog .blogContainer {
	border: 1px solid #4387bc;
	border-radius: 10px;
}

.blog h2 {
	background-color: #4387bc;
	color: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 6px 15px;
	font-size: 20px;
}

.blog ul li {
	font-size: 14px;
	padding: 10px 15px;
	line-height: 1.8;
	border-bottom: 1px dashed #aaa;
}

.blog ul li:last-child {
	border-bottom: none;
}

.blog ul li span {
	font-size: 12px;
	background-color: #4387bc;
	padding: 2px 5px;
	color: #fff;
	border-radius: 4px;
	margin-right: 5px;
}

.blog ul li a {
	color: #000;
}

.blog ul li a:hover {
	color: #324d94;
}

.blog img {
	padding: 0 15px 5px 15px;
	width: calc(100% - 30px);
}

/* フッタ パディング分左右幅注意*/
footer {
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	z-index: 0;
	padding: 5px 20px 60px 20px;
}

footer h3 {
	font-size: 0.8rem;
	font-weight: normal;
}

footer .achievement {
	display: flex;
	flex-wrap: wrap;
}

footer .achievement div {
	background-color: #e4ebf5;
	border-radius: 15px;
	padding: 3px 20px;
	width: 100%;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	height: 46px;
}

footer .achievement div img {
	width: auto;
	height: 40px;
	margin-right: 15px;
}

footer .achievement div br {
	display: none;
}

footer .copyright {
	text-align: right;
}
p.comment {
	font-size:0.9em;
}

table.mailForm {
	width: 100%;
}
table.mailForm th {
	display:none;
}
table.mailForm th, table.mailForm td {
	padding: 10px;
}
table.mailForm label {padding-right:10px;}
table.mailForm span.required {
	padding-left:15px;
	color:red;
	font-size: 12px;
}
table.mailForm span.no-required {
	padding-left:15px;
	font-size: 12px;
}
table.mailForm td.list input {
	margin-right: 10px;
}

iframe.movie {
	width: 100%;
	height: 290px;
}

ul.latest-posts li p {
	font-size:1em;
	margin-bottom: 0;
}

ul.latest-posts li p a {
	font-size:0.8em;
	color:#4387bc;
}

main .col3 {
	justify-content:center;
	text-align: left;
}
main .col3 .col31 {
	width: 90%;
}

ul.point2 {
	padding: 0 5px;
}

ul.point2 li {
	font-size: 0.9rem;
	text-indent: -0.7em;
	padding-left: 1.5em;
	padding-bottom: 0.5em;
}

ul.point2 li i {
	margin-right: 7px
}
ul.point2 li span {
	font-weight: bold;
	color: #d6446f;
}

table.mailForm h4 {
	margin-bottom: 10px;
}

/* PC */
@media only screen and (min-width: 640px) {

	table.mailForm th {
		display:table-cell;
	}
	table.mailForm h4 {
		display:none;
	}

	/* PCでは問い合わせボタンを右上に固定 */
	.contact {
		position: absolute;
		top: 18px;
		right: 20px;
		text-align: right;
	}

	.contact a {
		border-radius: 15px;
	}
	.contact2 {
		left: auto;
		transform: translateX(0);
		right: 25px;
		width: 300px;
	}
	
	header.idx .contact {
		display: block;
	}
	
	.onlysp {
		display: none;
	}

	.onlypc {
		display: inline-block;
	}

	main {
		border-top: none;
	}

	.pd1 {
		padding: 0 30px;
	}
	.pd1x {
		padding: 0 30px 0 10px;
	}
	.pd1x:first-child {
		padding: 0 10px 0 30px;
	}
	main .pd2 {
		padding: 0 30px;
	}

	main .col2 {
		display: flex;
	}

	main .col2 .col {
		width: 50%;
	}

	main .col3 {
		display: flex;
	}
	main .col3 .col32 {
		width: 70%;
		text-align: left;
	}
	main .col3 .col31 {
		width: 30%;
	}
	main h2 {
		font-size: 32px;
		padding: 0 30px;
	}

	main h2 br {
		display: inline;
	}

	main ul.point {
		padding: 0 30px;
	}

	main ul.point li {
		font-size: 18px;
	}

	main ul.nList li {
		font-size: 18px;
	}
	main .col {
		order: 2;
	}

	main .filler,
	main .fillerL,
	main .fillerR {
		margin-top: 5px;
		padding-right: 30px;
	}

	main .fillerR {
		padding-right: 30px;
	}

	main .fillerL {
		padding-left: 30px;
		order: 1;
	}

	main .filler img,
	main .fillerL img,
	main .fillerR img {
		border-radius: 0;
	}

	.ct70 {
		text-align: center;
		margin: 20px 0;
		padding: 0 30px;
	}

	.ct70 img {
		width: 70%;
	}
	.lt70 {
		text-align: left;
		padding: 0 30px;
	}
	.lt70 img {
		width: 70%;
	}
	img.sample {
		width:280px;
	}
	main p {
		font-size: 1.1rem;
	}

	main hr {
		display: block;
		margin-bottom: 20px;
		padding: 0 30px;
		border-top: 1px dashed #000;
	}

	/* 通常ページタイトル */
	main#pages h1 {
		border-top: 1px solid #fff;
		padding: 5px 30px;
		font-size: 20px;
	}

	.svsMenu {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		flex-wrap: wrap;
		/* PCでのサブメニュー表示時、縦方向の折り返しのサイズ指定 */
		height: 1050px;
	}

	.svsMenu div {
		width: 49%;
		margin-right: 20px;
	}

	.svsMenu label {
		font-size: 18px;
	}

	.svsMenu label::first-line {
		font-size: 14px;
	}

	/* PCでは最初からサブメニューを表示 */
	.svsMenu ul.svsSubMenu {
		display: block;
	}

	/* サブメニューの文字サイズをPC用に拡大 */
	.svsMenu ul.svsSubMenu li a {
		font-size: 18px;
		line-height: 1.5;
	}

	.svsMenu ul.svsSubMenu li a::first-line {
		font-size: 13px;
	}

	/* PCではサービス一覧メニューの順序を変更、クラスで指定 */
	.svsMenu div.svsMenu1 {
		order: 1;
	}

	.svsMenu div.svsMenu2 {
		order: 3;
	}

	.svsMenu div.svsMenu3 {
		order: 2;
	}

	.svsMenu div.svsMenu4 {
		order: 4;
	}

	.news {
		padding-left: 30px;
		padding-right: 30px;
	}

	.blog {
		padding-left: 30px;
		padding-right: 30px;
	}

	.blog ul li:last-child {
		border-bottom: none;
	}

	.blog img {
		width: 600px;
		margin-left: calc((100% - 640px) / 2);
		margin-top: 15px;
		margin-bottom: 5px;
	}

	/* フッタ パディング分左右幅注意*/
	footer {
		max-width: 1140px;
		padding: 20px 30px 40px 30px;
	}

	footer .achievement {
		justify-content: space-around;
	}

	footer .achievement div {
		width: 330px;
	}

	table.outline div.tableOutlineCol1 {
		width:240px;float:left;
	}
	table.outline div.tableOutlineCol2 {
		width:280px;float:right;
	}
	
	iframe.movie {
		width:560px;
		height:315px;
	}

	ul.point2 {
		margin-top: 1rem;
	}
	
	ul.point2 li {
		font-size: 1.3rem;
	}
}


/* タブレット */
@media only screen and (min-width: 800px) {
	/* */
	
}


.txt70 {
	width: 95%;
}
.txt70 h3 {
	color: #4387bc;
}
.txt70 p {
	color: #4387bc;
}
.txt70 p.small {
	color: black;
	font-size: 85%;
}

/* PC */
@media only screen and (min-width: 640px) {
	.txt70 {
		width: 70%;
		margin: 0 auto;
	}
}



.cta-block {
	background-color: #f5f5f5;
	padding: 20px 20px;
	text-align: center;
	border-top: 3px solid #d6446f;
	border-bottom: 3px solid #d6446f;
	margin-bottom: 20px;
  }
  
  .cta-inner {
	max-width: 800px;
	margin: 0 auto;
  }
  
  .cta-block h2 {
	font-size: 1.4em;
	margin-bottom: 10px;
	color: #263b61;
  }
  
  .cta-block p {
	font-size: 1em;
	margin-bottom: 20px;
	color: #333;
  }
  
  .cta-button {
	display: inline-block;
	padding: 12px 30px;
	background-color: #d6446f;
	color: #fff;
	font-size: 1.1em;
	text-decoration: none;
	border-radius: 6px;
	transition: background-color 0.3s;
  }
  
  .cta-button:hover {
	background-color: #1e2f4d;
  }

.cta-block-2 {
	border-top: 3px solid #4169e1;
	border-bottom: 3px solid #4169e1;
}
.cta-block-2  .cta-button {
	background-color: #4169e1;
}


  .recruit1 h2 {
	padding: 0;
	font-size: 24px;
  }
  .recruit1 h2 br {
	display: inline;
  }

  .ct70m {
	text-align: center;
	margin: 20px 0;
	padding: 0 30px;
	}

	.ct70m img {
		width: 70%;
	}
	.points3 {
		text-align: center;
	}
	.points3 img {
		max-width: 27%;
		padding: 0 4px;
	}
	.recruit1 h3 {
		display: inline-block;
		background-color: #4387bc;
		color:#fff;
		padding: 4px 15px;
		border-radius: 15px;
	}

	.recruit1 h4 {
		display: inline-block;
		color: #4387bc;
		border: 1px solid #4387bc;
		border-radius: 10px;
		padding: 2px 8px;
		font-size: 14px;
		margin-bottom: 8px;
	}

/* PC */
@media only screen and (min-width: 640px) {
	.recruit1 h2 br {
		display: none;
	}
	.ct70m img {
		width: 35%;
	}
	.points3 img {
		max-width: 130px;
		padding: 0 14px;
	}
}

main.creative .col3 .col32 h2 {
	padding-left: 0;
	padding-right: 0;
}
main.creative hr {
		display: block;
		margin-bottom: 20px;
		padding: 0 30px;
		border-top: 1px dashed #000;
}

dl.toolList {
display: grid;
  grid-template-columns: max-content 1fr;
  row-gap: 0.6em;
  column-gap: 1em;
  align-items: start;
  margin: 0;
  padding: 0;
  }
dl.toolList dt {
  background-color: #666;
  color: #fff;
  padding: 0 8px;
  border-radius: 4px;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
}
dl.toolList dd {
margin: 0;
}



section.results {
	padding-top: 40px;
	padding-bottom: 80px;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
  }
  
  .results-inner {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	text-align: center;
  }
  
  .results-inner h2 {
	margin-bottom: 50px;
	padding-bottom: 0;
  }
  
  .results-inner h2 img {
	width: 80%;
	max-width: unset;
	height: auto;
  }
  
  .results-content {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, auto);
	gap: 20px;
	max-width: 90%;
	margin: 0 auto;
  }
  
  .result-item {
	border: 2px solid #1262A4;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
  }
  
  .result-item h3 {
	background: #1262A4;
	padding: 0;
	margin: 0;
	text-align: center;
  }
  
  .result-item h3 img {
	max-width: 100%;
	height: auto;
  }
  
  .result-item ul {
	background: #fff;
	padding: 15px;
	margin: 0;
	list-style: none;
	text-align: left;
  }
  
  .result-item li {
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 1.4;
	text-indent: -1.4em;
	padding-left: 1em;
  }
  
  .result-item li::before {
	content: "・";
	margin-right: 3px;
  }
  
  .result-item li:last-child {
	margin-bottom: 0;
  }

	/* .hakyu-koka: container styles are defined in its child selectors below */
  .hakyu-koka h3 {
	color: #fff;
	background-color: #ff6f00;
	border-radius: 20px;
	font-size: 16px;
	padding: 10px 20px;
	margin-bottom: 30px;
  }
  .hakyu-koka ol {
	list-style-position: inside;
  }
  .hakyu-koka ol li {
	font-size: 18px;
	font-weight: bold;
	padding: 5px 0 5px 35px;
	margin: 10px 0;
	line-height: 1.3;
	background-color: #FFFF66;
	text-indent: -25px;
  }
  .hakyu-koka p span {
	color:#1262A4;
	font-weight: bold;
	text-decoration: underline;
  }

  /* PC */
@media only screen and (min-width: 640px) {
  .hakyu-koka h3 {
	text-align: center;
	font-size: 20px;
  }
  .hakyu-koka ol li {
	font-size: 22px;
  }
}


section.faq {
	padding-top: 40px;
}
.faq-item {
  border: 3px solid #1262A4;
  overflow: hidden;
  background: #fff;
  width: 85%;
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 0;
}

.faq-item:nth-child(odd) {
  left: 0;
  margin-left: 0;
  margin-right: auto;
}

.faq-item:nth-child(even) {
  right: 0;
  margin-left: auto;
  margin-right: 0;
}

.faq-item h3 {
  background: #1262A4;
  color: #fff;
  padding: 20px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 24px;
  text-align: left;
}

.faq-item h3::before {
  content: "";
  background: url("imgs/q-icon.png") no-repeat center center;
  background-size: auto;
  width: 61px;
  height: 63px;
  flex-shrink: 0;
}

.faq-item p {
  padding: 20px;
  margin: 0 0 10px 0;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  font-size: 20px;
  line-height: 1.6;
  background: #fff;
  text-align: left;
}

.faq-item p::before {
  content: "";
  background: url("imgs/a-icon.png") no-repeat center center;
  background-size: auto;
  width: 61px;
  height: 63px;
  flex-shrink: 0;
  margin-top: 2px;
}

.faq-content {
  max-width: 90%;
  margin: 0 auto;
}
	/* .hakyu-koka: container styles are defined in its child selectors below */
