@charset "utf-8";

.device-pc .sp-Only{
	display: none !important;
}
.device-sp .sp-Only{
	display: block !important;
}
.article-navi ul li a{
	color: #1e1a33;
	font-size: 100%;
}
.container {
	background:linear-gradient(90deg,#ed5f86 0%,#ed5f86 50%,#aee4e8 50%,#aee4e8 100%);
	color: #1e1a33;
	font-family: 'ヒラギノ角ゴシック','Hiragino Sans',YuGothic,'Yu Gothic',sans-serif;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.625;
}
.device-sp .container{
	width: 100%;
	font-size: 15px;
}
#contents{
	background-color: #ffffff;
	padding-bottom: 80px;
}
.device-sp #contents{
	padding: 0 0 40px;
}
.article-title__wrapper{
	max-width: 960px;
    margin: 0 auto 56px;
}
.article-title {
    background: url(../images/title_main-pc.jpg) no-repeat;
	background-size: contain;
	width: 960px;
	height: 560px;
}
.device-sp .article-title__wrapper{
    margin: 0 auto 40px;
}
.device-sp .article-title {
	width: 100%;
	height: 0;
}
@media screen and (min-width: 641px){
	.device-sp .article-title {
		padding-top: 58.333333%;
	}
}
@media screen and (max-width: 640px){
	.device-sp .article-title {
		background: url(../images/title_main-sp.jpg) no-repeat;
		background-size: contain;
		padding-top: 78.75%;
	}
}
.device-pc .article-content__text {
    max-width: 400px;
    margin: 0 auto 48px;
}
.device-sp .article-content__text {
	padding: 0 20px;
    margin: 0 auto 32px;
}

.article-content .image{
	max-width: 640px;
	width: 93.75%;
    margin: 0 auto 48px;	
}
.device-sp .article-content .image{
    margin: 0 auto 32px;	
}
.present{
	max-width: 640px;
	width: 93.75%;
    margin: 0 auto 64px;
    background-color: #fff0ca;	
}
.present div{
	padding: 40px;
}
.device-sp .present{
	margin: 0 auto 40px;
}
.device-sp .present div{
	padding: 24px 20px;
}
.present h2{
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 1em;
}
.present h3{
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 1em;
}
.device-sp .present h2,
.device-sp .present h3{
	font-size: 18px;
}
.device-pc .present dl{
	margin: 0 auto;
    display: flex;
}
.device-sp .present dl{
	padding-bottom: 1em;
}
.present dt{
	padding-right: 1.5em;
}
.present ul{
	color: #ff0000;
	font-size: 14px;
	padding-top: 1em;
}
.present ul li{
	text-indent: -1em;
    margin-left: 1em;
}
.quiz{
	text-align: center;
	padding-bottom: 112px;
}
.device-sp .quiz{
	padding-bottom: 56px;
}
.quiz img:first-of-type{
	padding-bottom: 32px;
}
.device-sp .quiz img:first-of-type{
	width: 93.75%;
	margin: 0 auto;
	padding-bottom: 20px;
}
.device-sp .quiz img:last-of-type{
	width: 87.5%;
	margin: 0 auto;
}
.items{
	max-width: 800px;
	width: 93.75%;
	margin: 0 auto;
	border-top: 4px solid #ffdf77;
}
.device-pc ul[role="lineup"]{
	max-width: 720px;
    margin: 0 auto;
    padding: 80px 0 0;
}
.device-sp ul[role="lineup"]{
	width: 94%;
    margin: 0 auto;
    padding: 40px 0 0;
}
.device-sp .article-share {
    max-width: 560px;
	width: 93.75%;
	margin: 0 auto;
	padding: 0;
}
.device-sp .article-share ul {
    padding: 12px 0;
}
.article-share ul li {
    display: inline-block;
    margin: 0 .5em;
    vertical-align: top;
}
.device-sp .article-share ul li {
    margin: 0 1em;
}
.article-share img, .article-share-r img{
	width: 30px;
}
.copyright{
	text-align: center;
	padding: 40px 0;
	font-size: 10px;
}