@charset "UTF-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	info
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.info__inner{
	max-width: 647px;
	padding: 40px 0;
    margin: 0 auto;
}
.info__inner--box{
    margin-bottom: 20px;
}
.info__inner--box--item{
    display: block;
    padding: 16px 0;
    border-top: 1px solid #727272;
}
.info__inner--box--item:last-of-type{
    border-bottom: 1px solid #727272;
}
.info__inner--box--item p{
    color: #0085FF;
    font-family: 'Helvetica Neue';
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 8px;
}
.info__inner--box--item h2{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

@media only screen and (max-width: 768px) {
    .info__inner{
        max-width: 100%;
		padding: 40px 20px;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	voice
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.voice__inner{
	max-width: 647px;
	padding: 40px 0;
    margin: 0 auto;
}
.voice__inner--box{
    margin-bottom: 20px;
}
.voice__inner--box--item{
    display: block;
    padding: 16px 0;
    border-top: 1px solid #727272;
}
.voice__inner--box--item:last-of-type{
    border-bottom: 1px solid #727272;
}
.voice__inner--box--item p{
    color: #0085FF;
    font-family: 'Helvetica Neue';
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 8px;
}
.voice__inner--box--item h2{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}
.voice__inner--box--item--tag {
    display: flex;
	align-items: center;
	justify-content: flex-start;
    margin-bottom: 8px;
}
.voice__inner--box--item--tag p{
    display: inline-block;
    color: #333;
    font-size: 14px;
    line-height: 1;
    padding: 6px 10px;
    border: 1px solid #333333;
    border-radius: 4px;
    margin-right: 6px;
    margin-bottom: 6px;
}

@media only screen and (max-width: 768px) {
    .voice__inner{
        max-width: 100%;
		padding: 40px 20px;
    }
}