@charset "utf-8";

*{
	margin: 0;
	padding: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
body {
	font-size: 1rem;
	line-height: 1.8rem;
	background: #f3f3f3;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.cf:after {
    content: "";
    display: block;
    clear: both;
}
.right {float:right;}
.left {float:left;}
@media (max-width:780px) {
	body {
		font-variant: JIS04;
		font-size: .9rem;
		line-height: 1.2rem;
	}
	.sp_none{
		display: none;
	}
	.bnr img {
		margin-left: 3%;
	}
}
@media (min-width:780px) {
	.pc_none{
		display: none;
	}
}
a:hover{opacity: 0.8}
a:link,a:visited{
  color:#1967D2;
  font-weight:bold;
}
a.link1 {
  font-weight: bold;
}
a.link2 {
  display: block;
  font-weight:normal;
  margin:7px 10px;
}
p,p.desc {
	line-height: 1.8em;
	letter-spacing: 0.3px;
	padding: 0.5% 2%;
	font-size: 1rem;
}
.under-r {
  background: linear-gradient(transparent 70%, #ff99ab 70%);
}
.under-y {
  background: linear-gradient(transparent 70%, #ffff00 70%);
}
/* color */
.fc-r{
	color: #FEB4B7;
	font-size: 3rem;
	font-weight: bold;
}
.fc-gy{
	color: #808080;
	font-size: 3rem;
	font-weight: bold;
}
.fc-y{
	color: #F1CBA6;
	font-size: 3rem;
	font-weight: bold;
}
.fc-b{
	color: #A1CCED;
	font-size: 3rem;
	font-weight: bold;
}
@media (max-width: 620px){
	.fc-r {font-size: 1.8rem;}
	.fc-gy{font-size: 1.8rem;}
	.fc-y {font-size: 1.8rem;}
	.fc-b {font-size: 1.8rem;}
}
.atred{
	font-size: 0.7rem;
	font-weight: bold;
	color: #E50233;
}
.bg-green {
	background: #D4EDDA;
	color: #145724;
}
.bg-blue {
	background: #CFE1E9;
	color: #095765;
}
.bg-yellow {
  background: #FFF3CD;
  color: #856403;
}


h1 {
	letter-spacing: 1px;
	font-size: 1.7rem;
	color: #333;
	padding: 1% 1.5%;
	line-height: 150%;
	margin: 10px 0;
}

/*------------------------------------------------------------
mv
------------------------------------------------------------*/
img.mv {
    display: block;
    margin: 20px auto;
    width: 100%;
}
@media only screen and ( max-width: 780px ) {

	img.mv{
		margin: 0px;
		width: 100%;
	}
}

/*------------------------------------------------------------
products
------------------------------------------------------------*/

.product{
	width: 890px;
	margin: 0 auto;
	padding: 0.5% 1%;
  background: #fff;
  color:#333;
}
.product_top {
    background: #ffe6df;
    padding: 1% 5% 3%;
    margin-top: 5%;
}
.product_ttl {
    display: flex;
}
.product_ttl > img {
    margin: 0 15vh 5vh 10vh;
}
.product_ttl.twolines > img {
    margin: 0 1vh 5vh 5vh;
}
.product_ttl h2 {
    padding: 10% 0;
    color: #ec4330;
    font-size: 5rem;
}

.star-rating {
  position: relative;
  width: 5em;
  height: 1em;
  font-size: 5rem;

}
.star-rating-front {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #ffcc33;
	line-height: 1;
}
.star-rating-back {
  color: #ccc;
	line-height: 1;
}

.product_rating {
    width: 100%;
    display: flex;
    border: 1px solid #f76b75;
    color: #f76b75;
    background-color: #fff;
}
.rating_txt {
    color: #fff;
    background-color: #f76b75;
    margin: 0;
    font-size: 3rem;
    padding: 2.5% 4%;
    text-align: center;
}

@media (max-width:780px) {
	.product_ttl {
		margin-bottom: 3%;
	}
	.product_ttl > img {
		margin: 0;
		width: 30%;
		height: 100%;
	}
	.product{
		width: 100%;
    padding: 0;
	}
	.rating_txt {
		font-size: 1rem;
		line-height: 1.3;
		padding: 2%;
	}
	.star-rating {
		font-size: 2.5rem;
	}
	.product_ttl h2 {
		font-size: 2.8rem;
		padding: 12% 6%;
		box-sizing: border-box;
	}
	.product_ttl.twolines h2{
		line-height: 1;
		padding: 3%;
		box-sizing: border-box;
	}
	.star-rating-front,
	.star-rating-back {
		padding: 3%;
	}
	.product_ttl.twolines > img{
		margin: 0;
	}
}
.bnr img {
    width: 100%;
	margin: 0 auto 0;
}
/*
@media (max-width:780px) {
	.bnr img {
		width: 94%;
		margin: 3%;
	}
}
*/
.recommend {
    max-width: 1024px;
    padding: 40px 0;
    background: #ffffff;
    box-sizing: border-box;
}
.recommend ul li {
    list-style: none;
    margin: 15px 0 0 22px;
    padding-left: 65px;
    font-size: 25px;
    background: url(../img/list_icon.png) no-repeat 10px 1px;
    background-size: 30px auto;
	color: #000000;
}
.recommend ul li.two_line {
    background: url(../img/list_icon.png) no-repeat 10px 8px;
    background-size: 37px auto;
}
@media (max-width:780px) {
	.recommend {
		padding: 0px 5% 5% 0px;
		width: 94%;
		margin: 1% 3% 3% 0px;
	}
	.recommend > img {
		width: 70vw;
		    margin-left: 3%;
	}
	.recommend ul li, .recommend ul li.two_line{
		margin: 4% 0 0 3%;
		padding-left: 10%;
		font-size: 1rem;
		background: url(../img/list_icon.png) no-repeat 0px 0px;
		background-size: 25px auto;
	}
}
.graph img{
	width: 100%;
}
@media (max-width:780px) {
	.graph {
		width: 94%;
		margin: auto;
	}
}
.marker {
    background: #ffffa8;
}
.description h2{
    margin-top: 7%;
    background: url(../img/list_icon.png) no-repeat 0px 7px;
    line-height: 2;
    padding-left: 47px;
	font-size: 2rem;
}
.description img{
	float: left;
	width: 40%;
    height: 40%;
    margin: 0 30px 30px 0;
}
@media (max-width:780px) {
	.description  {
		width: 94%;
		margin: auto;
	}
	.description h2,
	.feature h3{
		font-size: 1.5rem;
		background: url(../img/list_icon.png) no-repeat 0px 0px;
		padding-left: 30px;
	}
	.description img {
		float: none;
		width: 100%;
		margin: 0;
	}
}
a.official_txt_link {
    text-decoration: underline ;
}
.feature{
	clear: both;
}
.feature h3{
    margin-top: 7%;
    background: url(../img/list_icon.png) no-repeat 0px 7px;
    line-height: 2;
    padding-left: 47px;
	font-size: 2rem;
}
.feature dt {
    margin: 2% 0 2%;
    padding: 4px;
    background: #6387ce;
    color: #ffffff;
    font-weight: bold;
	font-size: 1.2rem;
	clear: both;
}
@media (max-width:780px) {
	.feature  {
		width: 94%;
		margin: auto;
	}
	.feature dt{
		    margin: 10% 0 2%;
	}
	.top .feature dt:first-child{
		    margin: 0 0 2%;
	}
}

#footer {
  background: #ddd;
	padding: 40px;
	color: #666;
	margin-top: 20px;
}
div#footer p {
    text-align: center;
	font-weight: bold;
	line-height: 2rem;
}
footer table {
    margin: 10px auto 0;
}
footer table th {
    width: 6rem;
}
div#footer p {
    text-align: center;
    font-weight: bold;
    border-top: 1px dotted #fff;
    padding: 10px 0 5px;
    margin-top: 25px;
}
div#footer .u-link {
  margin-top: 0;
  border: 0;
}
div#footer a {
  color: #666;
  font-size: 0.7em;
}

@media (max-width:780px) {
	#footer {
		padding: 3%;
	}
	div#footer h1 {
		font-size: 1.5rem;
		line-height: 1.3;
	}
	div#footer p {
		padding: 5px 0 5px;
		margin-top: 10px;
	}
	footer table {
		font-size: 0.8rem;
	}
	footer table th {
		width: 4rem;
		text-align: left;
	}
}

/*------------------------------------------------------------
contents
------------------------------------------------------------*/
.container {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
}
.box {
	margin: 1em;
	padding: 7px 10px;
	border-radius: 10px;
}
.box > ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 25px;
}
.box > ul > li {
	padding: 2px 0;
}
.c {
    display: flex;
    align-items: center;
    justify-content: center;
}
.p--md {
    padding: 16px;
    font-size: 98%;
}
.mb--md {
	margin-bottom:0px;
}
.c-text {
display:inline-block;
vertical-align: middle;
line-height:normal;
text-align: left;
}
em {
    font-weight: 700;
}
small {
	font-size: .7rem;
}
.box-sub-title {
    background: #adc8fe;
    font-weight: 700;
	padding: 10px;
	margin: 0px;
	text-align: left;
	justify-content: space-around;
	display: flex;
	clear: both;
}
.button {
    height: 48px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    position: relative;
    z-index: 2;
    text-decoration: none;
}
.button[data-button-color="orange"] {
    color: #fff;
    background: linear-gradient(to bottom, #ffa311 0%,#f78300 100%);
		font-size: 20px;
}
.button--lg {
    width: 130%;
}

.table-scrolling {
    overflow-x: auto;
}
.ranking-nomal {
    font-size: 0.8rem;
    color: #222;
}
.border-none {
    border-style: none;
}
.bnr img {
    width: 100%;
}

/*ranking-table*/

/*.scrollok {
display: none;
}*/


/* ranking-table  */
.rankTable__head a {
	text-decoration: none;
	color:#333;
	font-weight: bold;
	vertical-align: bottom;
}
.rankTable__head a img {
	width: 100px;
}
/*ランキング表 SPサイズ*/
@media (max-width: 620px){
	.c-text {
    font-size: .89em;
	}
	.r-con {
		margin: 0 0 0 10px;
	}
	.rankTable {
		/*padding: 20px 0 0 0;*/
		border: 10px solid #eee;
		border-top: 10px solid #eee;
		border-width: 5px;
		overflow-x: scroll;
		width: 100%;
		box-sizing: border-box;
		margin: 0;
		background: #ffffff;
	}
	.rankTable table {
		width: 580px;
	}
	.rankTable table tr.sp_th {
		/*display: block;*/
		height: 28px;
	}
	.rankTable table tr.sp_th th {
		position: absolute;
		left:4px;
		right: 0;
		margin: auto;
		text-align: center;
	}
	.rankTable table tr:first-child th, .rankTable table tr:last-child th {
    background: #ffffff;
    border-radius: 0;
    /* padding: 3% 0; */
    font-size: .8rem;
    vertical-align: top;
    line-height: 1;
    border-right: 2px dotted #c4c4c4;
		padding: 3.1
	}
	.rankTable td {
	    border-right: 1px solid #eee;
	    text-align: center;
	    padding: 0.4%;
	    width: calc(100% / 5);
	    vertical-align: top;
	}
  .rankTable td.calc3 {width: calc(100% / 3);vertical-align: top;}
  .rankTable td.calc2 {width: calc(100% / 2);vertical-align: top;}
	td.rankTable__head {vertical-align: bottom;}
	.scrollok {
		display: block;
		text-align: center;
		color: #0b4685;
		/*position: absolute;*/
		right: 0;
		left: 0;
		background: #edf5fa;
		width: 100%;
		margin: auto;
	}

	.rankTable table tr th {
	    background: #eee;
	    color: #464646;
	    border-radius: 0;
	    padding: 0.5% 0;
	    font-weight: bold;
	}
	.button--lg {
	    width: 100%;
	}
	.button[data-button-color="orange"] {
		font-size: 15px;
	}
	.rankTable td.retouch{
		padding: 10px 15px;
	}
	.rankTable td.retouch img{
		width: 90%;
		max-width: 100px;
	}
}

/*ランキング表 PCサイズ*/
@media (min-width: 620px){
	/*ランキング表*/
	.rankTable {
	background: #eaf7fd;
	width: 800px;
	margin: 3% auto;
	padding: 1.5% 0 1.5% 0;
	box-sizing: border-box;
	}
	.rankTable table {
	background: #ffffff;
	width: 100%;
	margin: auto;
	box-sizing: border-box;
	padding: 1%;
	border-radius: 5px;
	}
	.rankTable table tr th {
	background: #eee;
	color: #464646;
	border-radius: 0;
	padding: 0.5% 0;
	font-weight: bold;
	letter-spacing: 0.5px;
	}
	.rankTable table tr:first-child th,
	.rankTable table tr:last-child th {
	background: #ffffff;
	border-radius: 0;
	/* padding: 3% 0; */
	font-size: 1.07rem;
	vertical-align: bottom;
	line-height: 1;
	border-right: 2px dotted #c4c4c4;
	}
	.rankTable table tr:first-child th:last-child,
	.rankTable table tr:last-child th:last-child {
	border-right: none;
	}
	.rankTable table tr:first-child th:nth-child(1){
	color: #dba728;
	text-align: center;
	}
	.rankTable table tr:first-child th:nth-child(2) {
	color: #9d9a93;
	text-align: center;
	}
	.rankTable table tr:first-child th:nth-child(3) {
	color: #c56e6e;
	text-align: center;
	}

	.rankTable table tr:last-child th:nth-child(1){
	color: #dba728;
	text-align: center;
	}
	.rankTable table tr:last-child th:nth-child(2) {
	color: #9d9a93;
	text-align: center;
	}
	.rankTable table tr:last-child th:nth-child(3) {
	color: #c56e6e;
	text-align: center;
	}
	.rankTable table tr:first-child th:nth-child(4) {
	color: #74cccc;
	text-align: center;
	}
	.rankTable table tr:first-child th:nth-child(5){
	color: #38cb4b;
	text-align: center;
	}
	.rankTable table tr:first-child th:nth-child(6){
	color: #234e86;
	text-align: center;

	}
	.rankTable table tr:last-child th:nth-child(4) {
	color: #74cccc;
	text-align: center;

	}
	.rankTable table tr:last-child th:nth-child(5){
	color: #38cb4b;
	text-align: center;

	}
	.rankTable table tr:last-child th:nth-child(6){
	color: #234e86;
	text-align: center;
	padding: 0px 19px 0px 19px;
	}
	.rankTable table tr:first-child th a,
	.rankTable table tr:last-child th a {
	font-size: 1rem;
	}
	.rankTable table tr:first-child th a img,
	.rankTable table tr:last-child th a img {
	padding: 5% 0;
	}
	.rankTable td {
	border-right: 1px solid #eee;
	text-align: center;
	padding: 20px 10px 5px;
	width: calc(100% / 5);
	font-size: 1.1rem;
	vertical-align: top;
	}
  .rankTable td.calc3 {width: calc(100% / 3);}
  .rankTable td.calc2 {width: calc(100% / 2);}
	td.rankTable__head {vertical-align: bottom;}
	.rankTable td:last-child {
	border-right: none;
	}
	td.txt_only {
	font-size: 1.5rem;
	color: #333333;
	padding: 2.5% 0;
	}
	span.txt_ex {
	font-weight: bold;
	color: #f8525d;
	}
	/*.scrollok {
	display: none;
	}*/
	.rankTable table tr th {
		font-size: 1rem;
	}
	.button--lg {
			width: 100%;
	}
	.button[data-button-color="orange"] {
		font-size: 15px;
	}
}
@media (min-width: 620px){
	.rankTable {
		/*padding: 20px 0 0 0;*/
		border: 10px solid #eee;
		border-top: 10px solid #eee;
		border-width: 10px;
		/*overflow-x: scroll;*/
		width: 100%;
		box-sizing: border-box;
		margin: 0 0 20px 0;
		background: #ffffff;
	}
	.rankTable table {
		width: 100%;
	}
	.rankTable table tr.sp_th {
		/*display: block;*/
		height: 28px;
	}
	.rankTable table tr.sp_th th {
	/*	position: absolute;*/
		left: 0;
		right: 0;
		margin: auto;
		text-align: center;
		padding-top: 5px;
	}
	.scrollok {
		display: block;
		text-align: center;
		color: #0b4685;
		/*position: absolute;*/
		right: 0;
		left: 0;
		background: #edf5fa;
		width: 100%;
		margin: auto;
	}
	.rankTable td.retouch{
		padding: 10px 0 10px 0;
	}
	.rankTable td.retouch img{
		max-width: 100px;
		width: 80%;
	}

	.rankTable table tr th {
		font-size: 1rem;
	}
	.button--lg {
		width: 130px;
	}
}

/*ランキング表*/



/*------------------------------------------------------------
detail
------------------------------------------------------------*/
@media (max-width:780px) {
	#detail section.products {
		padding-top: 3.5rem;
	}
	.product_top {
		 margin-top: 10%;
	}
}
.detail_program {
    max-width: 1024px;
    margin: 50px 0;
    padding: 0;
    background: #ffffff;
    border: 2px solid #ee9c86;
    box-sizing: border-box;
	position: relative;
}
.detail_program dl {
    margin: 15px 0 0 0;
    padding: 60px 36px 0;
}
.detail_program dt {
    font-size: 1.3rem;
    font-weight: bold;
    color: #6a1c13;
}
.detail_program dd.img_txt{
	display: flex;
}
.detail_program dd > img {
	width: 30%;
    height: 30%;
    margin-right: 30px;
}
.feature dd > img {
	width: 30%;
    height: 30%;
	margin: 0 30px 30px 0;
	float:left;
}

dd.program_link {
    text-align: right;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 2px dotted #e74637;
}
dd.program_link.last {
    border: none;
    margin-bottom: 0;
}
dd.program_link a {
    margin-top: 15px;
    display: inline-block;
    text-decoration: none;
    background: #37b5e7;
    padding: 0.2rem 1rem;
    border-radius: 50px;
    color: #fff;
}
.detail_program h3 {
    position: absolute;
    top: -4%;
    left: -2px;
}
@media (max-width: 780px){
	.detail_program {
		padding: 20px 0 0;
	}
	.detail_program h3 img {
		width: 70vw;
	}
	.detail_program dl {
		padding: 0 3%;
	}
	dd.program_link a{
		width: 100%;
		box-sizing: border-box;
		text-align: center;
	}
	.detail_program dd.img_txt,
	.feature dd.img_txt{
		display: block;
	}
	.detail_program dd > img,
	.feature dd > img{
		width: 100%;
		margin: 0;
	}
	.top .feature dd > img {
		width: 100%;
		margin: 1% 0 3%;
	}
	.feature h3{
		font-size: 1.5rem;
		background: url(../img/list_icon.png) no-repeat 0px 0px;
		padding-left: 30px;
	}
}
.detail_table {
    clear: both;
    margin: 20px 0 50px;
    font-size: 14px;
    display: flex;
}
.detail_table dl {
    width: 25%;
}
.detail_table dt, .detail_table dd {
    width: 100%;
    background: #e74637;
    vertical-align: middle;
    color: #fff;
    border-right: 1px solid #fff;
    text-align: center;
    padding: 10px 5px;
    box-sizing: border-box;
}
.detail_table dt{
    font-size: 1.3rem;
    font-weight: bold;
}
.detail_table dd {
    color: #6a1c13;
    border-right: 1px solid #ffffff;
    background: #ffe6df;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
	line-height: 1.4rem;
}
@media (max-width: 780px){
	.detail_table dl {
		width: 50%;
	}
	.detail_table {
		flex-wrap: wrap;
	}
}
/*------------------------------------------------------------
genre
@media (max-width: 780px){
------------------------------------------------------------*/
div#genre > h2 {
    font-size: 3rem;
    text-align: center;
    padding: 70px 0 15px;
    border-bottom: 4px double;
    width: 1024px;
    margin: 0 auto 50px;
	color: #6a1c13;
}
#genre .product_top {
    background: #ffe6df;
    padding: 3%;
    margin-top: 1%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
#genre .product_ttl {
    display: block;
}
#genre .product_ttl > img {
     margin: 0;
    width: 100px;
}
#genre .product_top h2 {
    padding: 4% 0 0;
    color: #ec4330;
    font-size: 3rem;
}
#genre .product_top h2.twolines {
    padding: 1% 0 0;
    line-height: 0.9;
}
#genre .product_ttl {
     display: block;
}
#genre .product_rating {
    width: 55%;
    margin-top: 1%;
    height: 5rem;
    display: flex;
    border: 1px solid #f76b75;
    color: #f76b75;
    background-color: #fff;
}
#genre .rating_txt {
    color: #fff;
    background-color: #f76b75;
    margin: 0;
    font-size: 1.2rem;
    width: 20%;
    padding: 3%;
    text-align: center;
}
#genre .star-rating {
    position: relative;
    top: 23%;
    left: 3%;
    font-size: 2.5rem;
}

.point_box {
    display: flex;
    justify-content: space-around;
	margin-top: 10px;
}
.point_box p {
    width: 14%;
    border: 2px solid #ec4330;
    border-radius: 4px;
    background: #fff;
    padding: 5px;
    text-align: center;
    font-size: 14px;
    color: #ec4330;
    font-weight: bold;
    line-height: 1.2;
}
@media (max-width: 780px){
	#genre{
		padding-top: 3.5rem;
	}
	#genre .product_ttl > img {
		width: 70px;
		height: auto;
	}
	#genre .product_top h2 {
		padding: 8% 2% 0;
	}#genre .product_top h2.twolines {
		padding: 0% 2% 0%;
		line-height: 0.9;
	}
	#genre .product_top{
		flex-wrap: wrap;
		justify-content: normal;
	}
	#genre .product_rating {
		width: 100%;
		height: 2.5rem;
	}
	#genre .rating_txt {
		font-size: 1rem;
		width: 26%;
		padding: 2%;
	}
	#genre .star-rating {
		top: 0%;
	}
	#genre .product_ttl {
		margin-bottom: 0;
	}
	.point_box {
		flex-wrap: wrap;
		padding: 3%;
	}
	.point_box p {
		width: 46%;
		margin-bottom: 2%;
		font-size: 0.9rem;
		border: 1px solid #ec4330;
	}
	div#genre > h2 {
		font-size: 1.8rem;
		padding: 10% 0 2%;
		width: 100%;
		margin: 0 auto 5%;
	}
	#genre .star-rating-front,
	#genre .star-rating-back {
		padding: 0;
	}
}

.btn_official {
    display: flex;
    justify-content: space-around;
    margin: 20px 0 0;
	clear: both;
}
.btn_official a {
    width: 44%;
}
.btn_official a img {
    width: 100%;
}
@media (max-width: 780px){
	.btn_official {
		display: block;
		    margin-bottom: 20px;
	}
	.btn_official a {
		width: 90%;
		margin-left: 5%;
		display: block;
	}
}

.scroll-hint {
	display: none;
	padding: 3px 10px 2px;
	background: #000;
	color: #fff;
	font-size: 10px;
	text-align: center;
	border-radius: 7px;
	font-size: 1em;
	opacity: 0.4;
}
.scroll-hint > i.xm5 {font-size:.8em;}
.scroll-hint span {font-size: 10px;}

@media (max-width: 780px){
	.scroll-hint {
		display: block;
		margin: 0 10% 1.5%;

	}
}

/* おすすめbox
------------------*/
.osusume-box {
  position: relative;
  width:92%;
  padding:1.5%;
  margin:0 2% 1%;
  border:1px solid #ccc;
  border-radius: 4px;
}
.osusume-box > .o-tit {
  font-size:1.6rem;
  font-weight: bold;
  position:relative;
  line-height:1.8em;
  padding-left:2em;
  margin-bottom:5px;
}
.rank1:before {
  position:absolute;
  left:0;
  content:"";
  display:inline-block;
  width:1.8em;
  height:1.8em;
  background:url(../img/1st.png) no-repeat;
  background-size:contain;
}
.rank2:before {
  position:absolute;
  left:0;
  content:"";
  display:inline-block;
  width:1.8em;
  height:1.8em;
  background:url(../img/2nd.png) no-repeat;
  background-size:contain;
}
.rank3:before {
  position:absolute;
  left:0;
  content:"";
  display:inline-block;
  width:1.8em;
  height:1.8em;
  background:url(../img/3rd.png) no-repeat;
  background-size:contain;
}
.osusume-box > .star{
  color:#F2C15C;
}
.osusume-box .lbox {
  width:38%;
  padding:1%;
  text-align: center;
  /*background: #f3f3f3;*/
}
.osusume-box .lbox >img {
  width:40%;
}
.osusume-box .rbox {
  width:60%;
}
.stripe-box{
  position: relative;
  background: linear-gradient(
    -45deg,
    #fff 25%, #fbc6cc 25%,
    #fbc6cc 50%, #fff 50%,
    #fff 75%, #fbc6cc 75%,
    #d8e0ff
  );
  background-size: 8px 8px;
  padding: 8px;
}
.stripe_box_inner{
  background: #f9f9f9;
  padding: .5em;
}
.stripe_box_tit {
  color: #f34f61;
  font-weight: bold;
  margin: 0 0 .5em;
  text-align: center;
}
ul.checkmark {
  /*border: solid 2px #ffb03f;*/
  padding: 0.5em 1em 0.5em 1.3em;
  position: relative;
}

ul.checkmark > li {
  font-size:0.9em;
  line-height: 1.3;
  padding: 0.2em 0;
  list-style-type: none!important;/*ポチ消す*/
}

ul.checkmark > li:before {
  position:relative;
  margin-right:5px;
  content:"";
  display:inline-block;
  width:1em;
  height:1em;
  background:url(../img/ic-chk.png) no-repeat;
  background-size:contain;
}
@media (max-width:780px) {
  .left,.right {float:none;}
  .osusume-box .lbox {
    width:90%;
    margin:0 auto;
  }
  .osusume-box .rbox {
    width:96%;
    margin:0 auto;
  }
  .osusume-box .lbox >img {
    width:25%;
  }
  .osusume-box {
    position: relative;
    width:96%;
    padding:2%;
    margin:0;
    border:none;
    border-radius: 0;
    background-color: #f9f9f9;
    border-top:2px solid #eee;
  }
}
/*評価レート*/
.rate {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 16px;
  font-size: 16px;
  margin:5px 0;
}
.rate:before, .rate:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '★★★★★';
  display: inline-block;
  height: 16px;
  line-height: 16px;
}
.rate:before {
  color: #ddd;
}
.rate:after {
  color: #ffa500;
  overflow: hidden;
  white-space: nowrap;
}

.rate0:after {
  width: 0;
}

.rate1:after {
  width: 16px;
}

.rate1-5:after {
  width: 24px;
}

.rate2:after {
  width: 32px;
}

.rate2-5:after {
  width: 40px;
}

.rate3:after {
  width: 48px;
}

.rate3-5:after {
  width: 56px;
}

.rate4:after {
  width: 64px;
}

.rate4-5:after {
  width: 72px;
}

.rate5:after {
  width: 80px;
}

table.tbl1,ul.ul1 {
  width: 90%;
  margin: 0 auto;
}
table.tbl1 td,
table.tbl1 th {
  padding: 5px;
}
ul.ul1 {
  margin-top: 1.7em;
  font-size: 0.9em;
}
