@charset "utf-8";
/*----------------------------------------
	box1
-----------------------------------------*/

.qanda dt {
	padding: 2px 0 0 54px;
	background: #f4f4f4 url(../../img/cmn_main_faq_txt_q.gif) no-repeat;
	background-size: 40px 27px;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 25px;
}

.qanda dd {
	margin-top: 1px;
	padding: 6px 0 24px 54px;
	background: url(../../img/cmn_main_faq_txt_a.gif) no-repeat;
	background-size: 40px 27px;
}

#box1 .flexbox:before,
#box1 .flexbox:after{
	display: none;
}

#box1 .flexbox {
	display: flex;
	flex-wrap: wrap;
	gap: 4%;
}

#box1 .flexitem {
	flex: 0 0 48%;
	margin-bottom: 15px;
}

#box1 .flexitem img{
	width: 100%;
	height: auto;
}

@media screen and (max-width: 480px) {
	/*----------------------------------------
	/box1
-----------------------------------------*/

	.qanda dt {
		padding: 2px 0 0 54px;
		background: #f4f4f4 url(../../img/cmn_main_faq_txt_q.gif) no-repeat;
		background-size: 40px 27px;
		font-weight: bold;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 25px;
	}

	.qanda dd {
		margin-top: 1px;
		padding: 6px 0 24px 54px;
		background: url(../../img/cmn_main_faq_txt_a.gif) no-repeat;
		background-size: 40px 27px;
	}

}