@charset "UTF-8";
/*
Theme Name: サワムラガク東京 よくあるご質問
Author: あそびラボ
*/

/*=======================================================
h1
=======================================================*/
.h1_wrapper {
	background-color: #f4f1df;
}
.h1_wrapper h1 {
	padding: 0 0 0 80px;
}
.h1_wrapper h1::before {
	content: "";
	background: url(../images/top/graduate_hagumi.svg) no-repeat;
	background-size: contain;
	width: 66px;
	height: 103px;
	display: block;
	position: absolute;
	left: 332px;
	top: -18px;
}
@media screen and (max-width : 750px){	
	.h1_wrapper h1::before {
		left: 162px;
    	top: -7px;
	}
}
/*=======================================================
Q＆A
=======================================================*/
dl {
	width: 1020px;
	margin: 0 auto;
	padding: 13px 0 155px;
}
dl dt {
	font-size: 21px;
	font-weight: bold;
	margin: 0 0 35px;
	display: flex;
	align-items: flex-start;
	position: relative;
	padding-left: 68px;
	line-height: 1.53;
}
dl dt::before {
	content: "Q";
	background: #dd8925;
	border-radius: 50%;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	width: 43px;
	height: 43px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -6px;
	left: 0;
}
dl dd {
	font-size: 17px;
	line-height: 1.53;
	margin: 0 0 39px;
	padding: 0 0 30px;
	border-bottom: dashed 2px #3c2a10;
	position: relative;
	padding-left: 68px;
	line-height: 1.53;
}
dl dd::before {
	content: "A";
	background: #33b666;
	border-radius: 50%;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	width: 43px;
	height: 43px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -8px;
	left: 0;
}
dl dd a {
	color: #0066cc;
	text-decoration: underline;
	font-weight: bold;
}
@media screen and (max-width : 750px){
	dl {
    	width: initial;
		margin: 0 60px;
		padding: 13px 0 15px
	}
	dl dt {
    	font-size: 28px;
	}
	dl dd {
    	font-size: 27px;
		margin: 0 0 40px;
	}
	dl dt::before {
    	font-size: 28px;
    	width: 50px;
    	height: 50px;
    	top: -4px;
	}
	dl dd::before {
    	font-size: 28px;
    	width: 50px;
    	height: 50px;
    	top: -4px;
	}
}