@charset "utf-8";
.score{
    max-width: 640px;
    margin: 0 auto;
    padding-top: 64px;
}
.article-content__text{
    font-size: 18px;
    font-weight: bold;
    color: #e5505b;
    padding-top: 48px;
}
.article .mdi-facebook-box{
	color: #3B5998;
}
.article .mdi-twitter{
	color: #55acee;
}
.article .icon-line{
	color: #1dcd00;
}
.article-content .r_img{
	text-align: center;
	padding-top: 30px;
}
.article-share-r {
    text-align: center;
}
.article-share-r ul {
    display: inline-block;
    padding: 40px 0;
    border-top: 4px solid #ffdf77;
    border-bottom: 4px solid #ffdf77;
    width: 100%;
}
.article-share-r ul::before {
	display: block;
    font-size: 15px;
    line-height: 2;
    content: 'この結果をシェアする';
	color: #1e1a33;
	margin-bottom: 1em;
}
.article-share-r ul li {
    display: inline-block;
    margin: 0 23px;
    vertical-align: top;
}
.apply a.btn_form{
    width: 100%;
    color: #ffffff;
    text-decoration: none;
    background: #1e1933;
    border-radius: 4px;
    padding: 11px 36px;
    font-weight: bold;
    display: table-cell !important;
    transition: background 0.3s, color 0.3s;
}
.apply a.btn_form:hover{
    color: #1c3a83 !important;
    background: #ffe100 !important;
}
.warning{
    color: #ff0000;
    font-size: 14px;
}
.warning a{
    color: #ff0000;
}
.btn{
    text-align: center;
    padding-bottom: 80px;
}
.article-footer {
    max-width: 800px;
    margin: 0 auto;
    border-top: 4px solid #ffdf77;
}
/* pc ---------- */
.device-pc .sp-Only{
	display: none;
}
.device-pc .article-title{
    margin-bottom: 0;
}
.device-pc .article-content__text {
    max-width: 480px;
    margin: 0 auto 80px;
}
.device-pc .article-share-r {
    margin: 0 auto;
    padding: 0;
    width: 720px;
}
.device-pc .apply{
    max-width: 380px;
    margin: 0 auto;
	padding: 80px 0;
	font-size: 16px;
}
.device-pc .btn_area{
	display: flex;
    margin: 30px auto;
}
.device-pc .btn img{
	width: 300px;
}
.device-pc .article-navi {
    margin: 0 auto 64px;
    padding: 0;
}
/* sp ---------- */
.device-sp .sp-Only{
	display: block !important;
}
.device-sp .sp-br{
    display: block !important;
    content: none !important;
}
.device-sp .article-title{
    margin-bottom: 0;
}
.device-sp .score {
    padding-top: 20px;
}
.device-sp .article-content__text{
    width: 94%;
    padding: 32px 0 64px;
    font-size: 16px;
    margin: 0 auto;
}
.device-sp .article-share-r ul {
	padding: 40px 0;
}
.device-sp .apply{
    width: 94%;
    margin: 0 auto;
    padding: 64px 0;
}
.device-sp .btn{
    padding-bottom: 20px;
}
.device-sp .banner{
    width: 100%;
}
.device-sp .article-share{
    width: 100%;
}
.article-share ul li {
    display: inline-block;
    margin: 0 1.8em;
    vertical-align: top;
}
.article-share img, .article-share-r img{
	width: 40px;
}