
#main h3 {
	font-size: 28px;
	font-weight: bold;
}

#main p.IntroLink{
	margin-bottom: 40px;
	display: inline-block;
}
p.IntroLink a {
	display: block;
	font-size: 16px;
	color: #529200;
	font-weight: bold;
	white-space: nowrap;
	position: relative;
}

p.IntroLink a[target="_blank"] {
	padding-right: 34px;
}
p.IntroLink a[target="_blank"]::after {
	content: '';
    display: block;
    width: 40px;
    height: 100%;
    background-image: url(../img/common/pc/icon-exlink.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 13px;
    position: absolute;
	    top: 0;
	    right: 0;
}

.IntroTxtBox{
	background-color: #fff;
	box-sizing: border-box;
	border: 1px solid #ccc;
	margin-bottom: 85px;
}
	.txtWrap{
		padding: 4.2%;
	}
	.IntroTxtBox h4{
		font-size: 30px;
		font-weight: normal;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		margin-bottom: 20px;
	}

	p.line{
		height: auto;
		padding-bottom: 0.1em;
	    background-color: #fff;
	    background-image: linear-gradient(to right, #fff 1.1px, transparent 1px), linear-gradient(to bottom, #ccc 1.1px, transparent 1px);
	    background-size: 3px 1.9em;
	    line-height: 1.9;
	    font-size: 16px;
	}


@media screen and (max-width: 768px) {
	p.IntroLink a {
		font-size: 12px;
	}
	.IntroTxtBox{
		margin-bottom: 60px;
	}
		.IntroTxtBox h4{
			font-size: 24px;
		}
}

@media screen and (max-width: 320px) {
	.IntroTxtBox h4{
			font-size: 20px;
		}
}




