@charset "utf-8";
/* CSS Document */
/*PC*/
@media screen and (min-width:481px) {
#nap_about dl.main_con dt {
	font-size: 30px;
	line-height: 1.5em;
	text-align: center;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
#nap_about dl.main_con dd {
	font-size: 16px;
	line-height: 1.5em;
}
#nap_about .marker_p {
  background: linear-gradient(transparent 60%, #ffe5f2 0%);
  font-weight: bold;
}
#nap_about .about_cloth dl {
	margin-bottom: 30px;
	border-bottom: #B5B5B5 dashed 1px;
	padding-bottom: 30px;
}
#nap_about .about_cloth dl dt {
	font-size: 16px;
	font-weight: bold;
}
#nap_about .about_cloth dl dd {
	font-size: 16px;
	line-height: 1.5em;
}

/*初心者向け説明*/
.sd_contents_navi {
    max-width: 1216px;
    margin-right: auto;
    margin-left: auto;
}
.sd_contents_navi ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sd_contents_navi ul li {
    width: 24%;
}
.sd_contents_navi ul li a:hover {
    opacity: 0.5;
}
.sd_contents_navi ul li img {
    width: 100%;
}

}

/*スマホ*/
@media screen and (max-width:480px) {
#nap_about dl.main_con dt {
	font-size: 20px;
	line-height: 1.5em;
	text-align: center;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
#nap_about dl.main_con dd {
	font-size: 16px;
	line-height: 1.5em;
}
#nap_about .marker_p {
  background: linear-gradient(transparent 60%, #ffe5f2 0%);
  font-weight: bold;
}
#nap_about .about_cloth dl {
	margin-bottom: 30px;
	border-bottom: #B5B5B5 dashed 1px;
	padding-bottom: 30px;
}
#nap_about .about_cloth dl dt {
	font-size: 16px;
	font-weight: bold;
}
#nap_about .about_cloth dl dd {
	font-size: 16px;
	line-height: 1.5em;
}
/*初心者向け説明*/
.sd_contents_navi ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sd_contents_navi ul li {
    width: 48%;
    border-bottom: 15px solid #fff;
}

}