@charset "UTF-8";

.application .main {
    text-align: center;
    padding: 0 0 30px 0;
}
.application .contents h2 {
	font-size: 24px;
	font-weight: bold;
    line-height: 1.3em;
    color: #036eb7;
    border-bottom: none;
	padding: 10px 0;
}
.application .main dl:nth-of-type(1) {
	padding: 20px 0;
}
.application .main dl:nth-of-type(1) dt {
	font-size: 17px;
	font-weight: bold;
	padding: 0 0 5px 0;
}
.application .main dl:nth-of-type(1) dd {
	font-size: 14px;
}
.application .main dl:nth-of-type(2) {
    text-align: left;
    font-size: 18px;
	font-weight: bold;
    border: #73c6c7 solid thin;
    margin: 0 auto;
	padding: 15px 20px;
    display: inline-block;
}
.application .main dl:nth-of-type(2) dt {
    color: #73c6c7;
    padding: 0 0 5px 0;
}
.application .main ul:nth-of-type(1) li {
    background-image: url("../common/circle01.gif");
	background-position: left 9px;
    background-repeat: no-repeat;
    background-size: 14px;
	padding: 4px 0 4px 18px;
}
.application .caption {
    background: #eee;
    margin: 30px 0 0 0;
    padding: 15px 20px;
}
.application .contents .btn {
    padding: 20px 0;
}

.application .contents > dl {
	padding: 40px 0 0 0;
}
.application .contents > dl ul li {
	font-weight: bold;
    background-image: url("../common/circle02.gif");
	background-position: left center;
    background-repeat: no-repeat;
    background-size: 5px;
    padding: 0 0 0 10px;
}
.application .contents > dl ul .comment {
    font-size: 12px;
	font-weight: normal;
    line-height: 1.4em;
	background-image: none;
	padding: 2px 0 2px 0;
}
.application .contents > dl ul span {
	font-size: 10px;
    font-weight: normal;
}
.application .contents > dl > dd > dl dt {
	font-weight: bold;
    background-image: url("../common/circle02.gif");
	background-position: left center;
    background-repeat: no-repeat;
    background-size: 5px;
    padding: 0 0 0 10px;
}
.application .contents > dl > dd > dl dd {
	padding: 0 0 10px 10px;
}
.application .contents > dl:nth-of-type(4) > dd {
    font-size: 12px;
    line-height: 1.4em;
	padding: 5px 0 0 0;
}

.application .contents > dl dd img {
    width: 100%;
    margin: 5px 0 0 0;
}
.application .contents > dl:last-of-type {
	padding-bottom: 30px;
}
