@charset "utf-8";

.mainContents {
    max-width: 700px;
    font-size: 16px;
    line-height: 1.75;
}

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

.attention {
    border: solid 1px #cc3333;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 50px;
}

.attention p {
    font-size: 16px;
    color: #cc3333;
    line-height: 1.75;
}

a.btn {
	margin: 0 1em 0 0;
	display: inline-block;
	background: #529200;
	border: none;
	border-radius: 0;
	max-width: 270px;
	width: 38.5715%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-weight: normal;
	color: #fff;
}

#application .btnBox {
    margin: 20px auto;
}

#application .btnBox .btn {
    float: left;
}

#application .btnBox p {
    float: right;
    max-width: 410px;
    width: 58.5715%;
    font-size: 16px;
    color: #529200;
    line-height: 1.75;
}

#application hr {
    margin: 30px auto;
}

.red {
    color: #cc3333;
}

.notes {
    font-size: 14px;
    text-indent: -1em;
    margin-left: 1em;
    line-height: 1.75;
}

#letter {
    margin-top: 50px;
    padding-bottom: 50px;
}

.discTxt {
    position: relative;
    padding-left: 15px;
}

.discTxt:before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 26px;
    line-height: 1;
}

#letter .floatBox {}

#letter .floatBox .fl {
    float: left;
}

#letter .floatBox .fr {
    float: right;
}

#letter .floatBox dl {
    max-width: 325px;
    width: 46.4286%;
}

#letter .floatBox dl dt {
    font-size: 28px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.4;
    margin-bottom: 10px;
}

#letter .floatBox dl dd {
    font-size: 16px;
}

#letter .floatBox dl dd a {
    font-weight: bold;
    color: #529200;
    margin-top: 10px;
    display: inline-block;
}
.icon-exlink {
	margin-left: .2em;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url(../img/common/pc/icon-exlink.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1em;
}



@media screen and (max-width:768px) { /* smart phone 6〜7 */

	.mainContents {
	    font-size: 15px;
	}

	#main h3 {
		font-size: 18px;
	}

	#application .btnBox .btn {
	    float: none;
	    margin-top: 20px;
	    max-width: 100%;
	    width: 100%;
	}

	#application .btnBox p {
	    float: none;
	    max-width: 100%;
	    width: 100%;
	}

	#letter .floatBox .fl {
	    float: none;
	    margin-bottom: 30px;
	}

	#letter .floatBox .fr {
	    float: none;
	}

	#letter .floatBox dl {
	    max-width: 100%;
	    width: 100%;
	}

	#letter .floatBox dl dt {
		font-size: 20px;
	}


}

