.contents-wrap{
	max-width: 1050px;
}

.contents-wrap p{
	max-width: 840px;
	font-size:16px;
	line-height: 1.9;
	margin-left: auto;
	font-family: serif;
}

.contents-wrap section{
	max-width: 950px;
	margin-left: auto;
}

h2.head2 {
	position: relative;
	left:38px;
	padding: 0 0 4px 14px;
	color:#0779a6;
	border-bottom:#0779a6 dotted 2px;
	font-weight: 700;
	font-size: 2.4rem;
	max-width: 95%;
	margin-bottom: 0.6em;
}

h2.head2::before {
	content: '';
	position: absolute;
	background-image: url(/gnote/images/gn_gairon_icon.png);
	background-size: contain;
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	top: -19px;
	left: -48px;
	z-index: 1;
	display: inline-block;
	width: 62px;
	height: 61px;
}

h2.head2 span{
	position: absolute;
	z-index: 2;
	color: #fff;
	max-width: 840px;
	left: 0;
	    transform: translateX(-143%);
	background: none;
	top: -5px;
	font-size: 30px;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	padding: 0;
}

h3.head3{
	font-size: 2rem;
	color: #327E9D;
	margin-top:2em;
	max-width: 880px;
	margin-left: auto;
	font-weight: 700;
	line-height: 1.4;
}

section ul{
	font-size: medium;
	line-height: 1.9;
}

.cir-num-list{
	border-left: #AFDAD0 solid 10px;
	padding-left: 20px;
	list-style: none;
	max-width: 840px;
	margin-left: auto;
	margin-top: 1em;
	margin-bottom: 1em;

}

.cir-num-list li{
	text-indent: -1.4em;
	margin-left: 1.4em;
}

.main-contents strong{
	font-family: sans-serif;
}

@media (max-width: 640px) {
	h2.head2 {
	font-size: 2rem;
	left: 26px;
	margin-bottom: 0.6em;
	padding: 0 0 4px 12px;
}
h2.head2::before {
	top: -18px;
	left: -40px;
	width: 54px;
	height: 54px;
}
h2.head2 span {
	left: 0;
	transform: translateX(-129%);
	top: -5px;
	font-size: 26px;
}
h3.head3{
	font-size: 1.8rem;
}
}

.mb3{
	margin-bottom: 3em;
}

.mb4{
	margin-bottom: 4em;
}

.mb5{
	margin-bottom: 5em;
}

.mb6{
	margin-bottom: 6em;
}

.mt1{
	margin-top:1em;
}

.mt1-4{
	margin-top:1.4em;
}

.mt1-6{
	margin-top:1.6em;
}

.mt1-8{
	margin-top:1.8em;
}

.mt2{
	margin-top:2em;
}

.mt3{
	margin-top: 3em;
}

.mt4{
	margin-top:4em;
}

.mt5{
	margin-top:5em;
}

.mt6{
	margin-top:6em;
}
