<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
/*
=================================

共通

=================================
*/
.sp_only {
	display: none!important;
}
@media screen and (max-width: 700px) {
.pc_only {
	display: none!important;
}
.sp_only {
	display: block!important;
}
}
.go_ditail a {
	display: block;
	text-align: center;
	color: #333;
	background: #fff;
	border-radius: 10px;
	padding: 10px;
	margin: 15px 0;
	border: 2px solid #ccc;
	box-sizing: border-box;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
/*. 
=================================
//共通
=================================
*/
/*
=================================

asp記事

=================================
*/
/*first_attention*/
.first_attention {
	padding: 0 20px 5px;
	border: 3px solid #25baa0;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 21px;
	max-width: 700px;
	margin: 0 auto;
}
#l_side .first_attention &gt; p:first-child {
	font-size: 1.2em;
	font-weight: 700;
	color: #25baa0;
	padding-bottom: 15px;
	border-bottom: 2px solid #25baa0;
	text-align: center;
	margin: 15px 0;
}
.first_attention a .fa-crown {
	color: #DDB437;
	margin: 0 5px;
}
/* tsuyomi */
#l_side .tsuyomi {
    margin: 20px 0;
    padding-top: 1px;
}
.tsuyomi_img {
	position: relative;
	margin: 0 auto;
}
.tsuyomi_img::after {
    content: "サイトイメージ";
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 10px;
    background: #333;
    color: #fff;
}
.tsuyomi_img img {
    max-width: none !important;
    width: 100%;
    box-sizing: border-box;
	border:3px solid #f1f1f1;
}
#l_side .tsuyomi ul.checklist {
    margin: -5px 0 30px;
    font-size: 0.8em;
}
.tsuyomi h2 {
	border-left: none;
	border-top: 4px solid #ccc;
	border-bottom: 4px solid #ccc;
	text-align: center;
	background: #fff;
	position: relative;
	z-index: auto;
	box-sizing: border-box;
	margin: 20px 0;
	padding: 20px 0;
	color: #000;
}
.tsuyomi_title_wrap {
	position: relative;
	z-index: 0;
	margin-top: 120px !important;
}
.tsuyomi_title_wrap::before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	right: 0;
	left: 0;
	top: -53px;
	margin: 0 auto;
	z-index: 1;
	background: url(../../../../../img/common/oukan.png) no-repeat;
	position: absolute;
}
.tsuyomi h2::before {
	content: "";
	background: url(../../../../../img/common/title_chara.png) no-repeat;
	background-size: contain;
	position: absolute;
	z-index: -100;
	display: block;
	width: 256px;
	height: 100px;
	top: -95px;
	right: 0;
	left: 0;
	margin: 0 auto;
	animation: tate 0.5s ease-in-out infinite alternate;
	transform: inherit;
}
.tsuyomi h2 span &gt; span {
	font-size: 1.3em;
	margin: 0 5px;
	color: #ccc
}
/*. 
=================================
//asp記事
=================================
*/
/*. 
=================================

NX_Ranking_Page

=================================
*/
.star_title {
	position: relative;
	max-width: 600px;
	margin: 25px auto 40px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #D3B84A;
	font-size: 45px;
	display: table;
	text-align: center;
	line-height: 55px;
}
.star_title::before, .star_title::after {
	content: "";
	background: url(../../../../../img/common/star.png) no-repeat;
	background-size: contain;
	width: 50px;
	height: 50px;
	top: -13px;
	position: absolute;
}
.star_title::before {
	background: url(../../../../../img/common/star2.png) no-repeat;
	background-size: contain;
	left: -50px;
}
.star_title::after {
	right: -50px;
}
#ranking_happyo {
	text-align: center;
	padding-bottom: 30px;
	margin-bottom: 30px;
	margin-top: 30px;
	border-bottom: 1px dashed #ccc;
	margin: 30px auto 30px;
}
#ranking_happyo p:first-child {
	background: #F23C3C;
	color: #FFF;
	padding: 10px;
	width: 300px;
	margin: 0 auto 20px;
	font-size: 20px;
}
.tsuyomi {
	margin-bottom: 100px;
}
.chui {
    padding: 0 20px;
    background: #fdf3db;
    border: 3px dashed #f4da9d;
    margin: 30px 0;
}
.chui b {
	color: #E35757;
	margin-bottom: 20px;
	text-align: center;
	display: block;
}
.ranking_wrap {
	counter-increment: a;
	padding-bottom: 30px;
	border-bottom: 5px dashed #f1f1f1;
}
@media only screen and (max-width : 800px) {
.star_title {
	margin: 20px auto -20px !important;
	font-size: 32px;
	line-height: 40px;
}
.star_title::before, .star_title::after {
	width: 33px;
	height: 35px;
	top: -20px;
}
.star_title::before {
	left: -35px;
}
.star_title::after {
	right: -35px;
}
}
#ranking_main h2 {
	clear: both;
	display: block;
	text-align: center;
	font-size: 30px;
	padding: 20px 0;
	position: relative;
	background: #fff;
	border-top: 4px solid #ccc;
	border-bottom: 4px solid #ccc;
	margin-top: 100px;
	color: #000;
	border-left: none;
	line-height: 1;
}
#ranking_main h2::before {
	content: counter(a);
	font-size: 20px;
	color: #fff;
	position: absolute;
	left: 50%;
	right: 50%;
	z-index: 2;
	top: -36px;
	background: 0;
	margin-left: -10px;
}
#ranking_main h2::after {
	content: "\f521";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	position: absolute;
	right: 0;
	left: 0;
	top: -55px;
	color: #FC0;
	z-index: 1;
	font-size: 50px;
	text-align: center;
}
#ranking_main h2 span {
	font-size: 13px;
	text-align: center;
	color: #666;
	display: block;
	margin: 5px 0;
}
/*3番目以降*/
.my_asp .ranking_child:nth-child(n + 4)::after {
	color: #CCC;
}
.my_asp .ranking_child:nth-child(n + 4) span {
	color: #666;
}
#ranking_main .switch.gray {
	padding-bottom: 15px;
	display: block;
}
.fa-laugh-wink {
	font-size: 20px;
	margin-bottom: -2px;
}
.osusume_title {
	margin-bottom: 30px;
}
#ranking_main .cv_area::before {
	display: none;
}
#ranking_main .cv_area {
	border: 0;
	padding: 0;
	margin: 0 auto 30px;
	overflow: hidden;
}
.ranking_img img {
	width: 100%;
	max-width: 500px;
	height: auto;
	display: block;
	margin: 30px auto;
	padding: 15px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
#ranking_main ul.checklist {
	margin-bottom: 30px;
}
/*. 
=================================
//NX_Ranking_Page
=================================
*/
/*
=================================

NX_cvsubpage

=================================
*/
.shuchusen_bg {
	position: relative;
}
/*subcvpage_title*/
.subcvpage_title {
    font-size: 2em;
    padding: 0;
    font-weight: normal;
    margin-bottom: 35px;
    z-index: 2;
    position: relative;
    line-height: 1.3em;
    margin-top: 35px;
}
.subcvpage_title.hikaeme {
	margin-top: 15px;
	margin-bottom: -16px;
}
.subcvpage_title .title_theme {
	font-weight: bold;
	color: #F49609;
}
.subcvpage_title .title_theme2 {
	color: #666;
	font-size: 22px;
	padding: 10px;
	width: 300px;
	text-align: center;
	display: block;
	margin: 8px auto;
	border-top: 3px solid #999;
	border-bottom: 3px solid  #999;
	white-space: nowrap;
	line-height: 1em;
}
/*
=================================
//NX_mainimg
=================================
*/
</pre></body></html>