@charset "utf-8";
/* CSS Document */


/*--------------------------------------------------------

 ゲーム・アプリならIDCFクラウド　(/cloud/lp/game.html)  160224

----------------------------------------------------------*/

/* ------ common --------------------------------- */
/* clearfix */
.clearfix:before,
.clearfix:after {
	content: "";
	display: block;
	overflow: hidden;
}
.clearfix:after {
	clear: both;
	overflow: hidden;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom: 1;
	overflow: hidden;
}

/* ------ carousel --------------------------------- */
.thumb-slide {
	margin-top: 30px; /* 40px 171011 Hoshina upd */
	overflow: hidden;
}
.content-carousel{
	overflow: visible;
}

.content-carousel{
	overflow: visible;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}
.carousel-banner .mosaic-block{
	border: 0;
	width: 100%;
	max-width: 301px;
	height: 120px;
	float: none;
	background: none;
	margin: 0 auto;
	padding: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.carousel-banner-wrap { visibility: hidden; }
.carousel-banner li.slick-active:nth-of-type(1) .mosaic-block{
	margin-left: 0;
}
.carousel-banner li.slick-active:nth-of-type(2) .mosaic-block{

}
.carousel-banner .mosaic-block .mosaic-backdrop{
	background: none;
}
.carousel-banner .mosaic-block .mosaic-overlay{
	color: #fff;
	text-align: center;
	background: none;
}
.carousel-banner .mosaic-block img{
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 100);
	filter: alpha(opacity = 100);
}
.carousel-banner .mosaic-block .mosaic-overlay{
}
.carousel-banner .mosaic-block .mosaic-overlay:hover{
	text-decoration: none;
}
.carousel-banner .mosaic-block .mosaic-overlay span{
	position: relative;
	top: 120px;
	display: block;
	width: 300px;
	height: 120px;
	margin: 0 auto;
	display: table-cell;
	vertical-align: middle;
	font-size: 1.6rem;
	font-size: 16px;
	text-align: center;
}
.carousel-banner .mosaic-block .mosaic-overlay span:before{
	content: '';
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	z-index: -1;
	opacity: 0.8;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 80);
	filter: alpha(opacity = 80);
}
.slick-dots li button{
	background-color: #fff;
	width: 15px;
	height: 15px;
}
.slick-dots li.slick-active button{
	background-color: transparent;
}

@media screen and (max-width: 1110px) {
	.carousel-banner-wrap{
	margin-left: 80px;
	margin-right: 80px;
	width: auto;
	}
	.carousel-banner .mosaic-block{
	max-width: 90%;
	height: auto;
	}
}
@media screen and (max-width: 739px) {
	.carousel-banner-wrap{
	margin-top: 0px; /* ike 1109 50px */
	margin-left: 0;
	margin-right: 0;
	width: auto;
	}

	.carousel-banner .mosaic-block{
	max-width: 230px;
	height: 123px;
	}
	.block-top .carousel-banner li.slick-active:nth-of-type(1) .mosaic-block,
	.block-top .carousel-banner li.slick-active:nth-of-type(2) .mosaic-block,
	.block-top .carousel-banner li.slick-active:nth-of-type(3) .mosaic-block{
	margin-left: auto;
	margin-right: auto;
	}
}

/* ------ carousel --------------------------------- */
.content-carousel{
	overflow: visible;
}

/* Arrows */
.content-carousel .slick-prev,
.content-carousel .slick-next{
	position: absolute;
	display: block;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	color: transparent;
	background-color: transparent;
	border-color: transparent;
	top: 50%;
	margin: -18px 0 0 0;
	width: 36px;
	height: 36px;
}
.content-carousel .slick-prev:hover,
.content-carousel .slick-prev:focus,
.content-carousel .slick-next:hover,
.content-carousel .slick-next:focus
{
	color: transparent;
	outline: none;
}
.content-carousel .slick-prev{
	background: url(/cloud/lp/game/img/btn_carousel_prev.png) no-repeat;
	left: -59px;
	border-right-width: 0;
	border-top-width: 0;
}
.content-carousel .slick-next{
	background: url(/cloud/lp/game/img/btn_carousel_next.png) no-repeat;
	right: -59px;
	border-left-width: 0;
	border-bottom-width: 0;
}
@media screen and (max-width: 739px) {
	.content-carousel .slick-prev,
	.content-carousel .slick-next{
	margin: -30px 0 0 0;
	}
	.content-carousel .slick-prev{
	left: -0px !important;
	}
	.content-carousel .slick-next{
	right: -0px !important;
	}
}

/* Dots */
.slick-dots
{
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li
{
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
}
.slick-dots li button{
	display: inline-block;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	color: transparent;
	padding: 0;
	border: 0;
	width: 10px;
	height: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #ccc;
}
.slick-dots li.slick-active button{
	background-color: #333;
}

@media screen and (max-width: 739px) {
	.content-carousel{
	overflow: hidden;
	}
}

/* ------ carousel-banner --------------------------------- */
.content-carousel .carousel-banner{
	max-width: 100%;
	height: auto;
}
.content-carousel .carousel-banner li a{
	display: block;
}
.content-carousel .carousel-banner li img{
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 739px) {
	.content-carousel .carousel-banner{
	padding-left: 30px;
	padding-right: 30px;
	}
	.content-carousel .carousel-banner .slick-prev{
	left: 5px;
	}
	.content-carousel .carousel-banner .slick-next{
	right: 5px;
	}
}

/* ------ game_main --------------------------------- */
.game_main {
	min-height: 400px;
}
.game_main .inner {
	background: url(/cloud/lp/game/img/bg_main_01.png) no-repeat center;
	background-size: cover;
	/* height: 540px;  400px 170328 ike upd */
	background-color: #000000;
	/* opacity: 0.8; */
	padding-bottom: 30px;
}
.game_main .content {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 980px;
/*	height: 400px;	170328 ike del */
	z-index: 1;
}
.game_main .block01 {
	display: table;
	width: 100%;
}
.game_main .block01 .button02,
.game_main .block01 .logo02 {
	display: table-cell;
	vertical-align: top;
}
.game_main .block01 .logo02 {
	padding: 20px 0 0 16px;
}
.game_main .block01 .button02 {
	padding: 16px 15px 0 0;
	text-align: right;
}
.game_main .logo01 {
	position: relative;
	margin: 69px 0 0 18px;
	padding: 0;
	width: 100%;
	max-width: 48.4693%;
	z-index: 10;
}
.game_main .logo01 img {
	width: 100%;
}
.game_main .button01 {
	margin: 42px 0 0 14px;
}
.game_main .button01 a {
	display: block;
	width: 280px;
	height: 60px;
	background-color: #FF4739;
	color: #FFF;
	font-size: 2.4rem;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 62px;
}
.game_main .button01 a:hover {
	background-color: rgba( 255, 69, 49, 0.7 );
	text-decoration: none;
}
.game_main .button02 {
	position: relative;
	z-index: 10;
}
.game_main .button02 a {
	display: inline-block;
	padding: 0 25px;
	border: 3px solid #fff;
	height: 34px;
	color: #fff;
	font-size: 1.6rem;
	font-size: 16px;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
}
.game_main .button02 a:hover {
	border: 3px solid #232323;
	background-color: #232323;
	color: #FFF;
	text-decoration: none;
}
.game_main .banner01 {
	position: absolute;
	top: 0;
	right: 2%; /* 170821 koma 6.0612% */
}
.game_main .banner01 a {
	position: relative;
	display: block;
	z-index: 1;
}


/* .game_mainvisual Hoshina 171011 add */
.game_mainvisual {
	margin: 0 1.5%;
}
.game_mainvisual .game_mv_catch {
	padding-top: 69px;
	width: 48%;
	float: left;
}
.game_mainvisual .game_mv_bnr {
	width: 44%;
	float: right;
}
.game_mainvisual .game_mv_catch_title {
	padding: 0;
	margin-bottom: 42px;
}
.game_mainvisual .game_mv_btn {
	margin: 0;
}
.game_mainvisual:after {
	display: block;
	clear: both;
	content: "";
}

/*.game_main .banner02 {
	display: none;
} ike 170328 del */
@media screen and (max-width: 739px) {
	.game_main {
	height: auto;
/*	min-height: 320px; ike 170328 del */
	}
	.game_main .inner {
	background: url(/cloud/lp/game/img/bg_main_01_sp.png) no-repeat center;
	background-size: cover;
/*	height: 320px; ike 170328 del */
	}
/*	.game_main .content {
	height: 320px;
	} ike 170328 del */
	.game_main .block01 .logo02 {
	padding: 22px 0 0 11px;
	width: 139px;
	height: 28px;
	}
	.game_main .block01 .logo02 img {
	width: 139px;
	height: 28px;
	}
	.game_main .block01 .button02 {
	padding: 15px 11px 0 0;
	text-align: right;
	}
	.game_main .logo01 {
	margin: 66px auto 0 auto;
	width: 272px;
	max-width: 272px;
	}
	.game_main .logo01 img {
	width: 272px;
	}
	.game_main .button01 {
	margin: 20px auto 30px auto; /* 42px auto 0 auto  ike 170328 upd */
	width: 280px;
	}
	.game_main .button01 a {
	font-size: 2.2rem;
	font-size: 22px;
	}
/*	.game_main .banner01 {
	display: none;
	} ike 170328 del */
	.game_main .banner02 {
	display: block;
	background-color: #000;
	text-align: center;
	}
	.thumb-slide {
	margin-top: 10px;
	} /* ike 170328 add */

	/* Hoshina 171011 add */
	.game_mainvisual {
		width: 280px;
		margin: 0 auto;
	}
	.game_mainvisual .game_mv_catch {
		width: 100%;
		text-align: center;
	}
	.game_mainvisual .game_mv_bnr {
		display: none;
	}

}

/* ------ game_news --------------------------------- */
.game_news {
/*	margin-top: 20px;	170328 ike del */
	width: 100%;
	/*height: 140px;/*120px*/
	background: url(/cloud/lp/game/img/bg_news_01.png) no-repeat 50% 0;
	background-size: cover;
	color: #FFF;
	font-size: 1.6rem;
	font-size: 16px;
	overflow: hidden;
}
.game_news a {
	color: #FFF;
}
.game_news .vessel {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 980px;
}
.game_news header {
	position: absolute;
	top: 10px;/*18px*/
	left: 24px;
}
.game_news .body {
	margin-top: 3px;
	margin-bottom: 10px;
	margin-left: 15%;
}
.game_news .body_inner {
	padding: 5px 10px 0 0;
	/* height: 110px; 170821 koma del */
	overflow-y: auto;
	font-size: 90%;
}
.game_news .body dl {
	display: table;
	margin-top: 4px;
}
.game_news .body dl dd,
.game_news .body dl dt {
	display: table-cell;
	vertical-align: top;
}
.game_news .body dl dt {
	width: 105px;
}
@media screen and (max-width: 739px) {
	.game_news {
/*	margin-top: 15px; ike 170328 del */
	padding: 17px 10px;
	width: auto;
	height: auto;
	background: #232323;
	font-size: 1.4rem;
	font-size: 14px;
	}
	.game_news header {
	position: relative;
	top: 0;
	left: 0;
	}
	.game_news .body {
	margin-left: 0;
	padding-top: 13px;
	}
	.game_news .body_inner {
	padding: 0;
	height: auto;
	overflow-y: visible;;
	}
	.game_news .body dl {
	display: block;
	margin-top: 6px;
	}
	.game_news .body dl:first-child {
	margin-top: 0;
	}
	.game_news .body dl dd,
	.game_news .body dl dt {
	display: block;
	}
	.game_news .body dl dt {
	width: auto;
	}
}

/* ------ game_block01 --------------------------------- */
.game_block01 {
	margin: 38px auto 0 auto;
	width: 100%;
	max-width: 980px;
}
@media screen and (max-width: 739px) {
	.game_block01 {
	margin: 29px auto 0 auto;
	}
}

/* ------ game_block02 --------------------------------- */
.game_block02 {
	margin: 70px auto 0 auto;
	width: 100%;
	max-width: 980px;
}
@media screen and (max-width: 739px) {
	.game_block02 {
	margin: 34px auto 0 auto;
	}
}

/* ------ game_block03 --------------------------------- */
.game_block03 {
	margin: 70px auto 0 auto;
	width: 100%;
	max-width: 980px;
}
@media screen and (max-width: 739px) {
	.game_block03 {
	margin: 34px auto 0 auto;
	}
}

/* ------ game_lead --------------------------------- */
.game_lead p {
	margin: 0;
	font-size: 1.8rem;
	font-size: 18px;
}
@media screen and (min-width: 740px) and (max-width: 980px){
	.game_lead {
	padding: 0 10px;
	}
}
@media screen and (max-width: 739px) {
	.game_lead {
	padding: 0 10px;
	}
	.game_lead p {
	font-size: 1.6rem;
	font-size: 16px;
	}
}

/* ------ game_nav --------------------------------- */
.game_nav {
	margin-top: 45px;
}
.game_nav ul li {
	float: left;
	margin-left: 2.0408%; /* 20px*/
	width: 30.6122%; /* 300px*/
}
.game_nav ul li a {
	position: relative;
	display: block;
	min-height: 100px;
	color: #FFF;
	font-size: 2.6rem;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}
.game_nav ul li a:after {
	content: " ";
	position: absolute;
	bottom: 17px;
	left: 50%;
	display: block;
	margin-left: -8px;
	width: 16px;
	height: 16px;
	background: url(/cloud/lp/game/img/bg_nav_arrow_01.png) no-repeat;
}
.game_nav ul li.li01 a {
	background: url(/cloud/lp/game/img/bg_nav_01.png) no-repeat 50% 0;
	background-size: cover;
}
.game_nav ul li.li02 a {
	background: url(/cloud/lp/game/img/bg_nav_02.png) no-repeat 50% 0;
	background-size: cover;
}
.game_nav ul li.li03 a {
	background: url(/cloud/lp/game/img/bg_nav_03.png) no-repeat 50% 0;
	background-size: cover;
}
.game_nav ul li a:hover {
	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}
.game_nav ul li a > span {
	display: table-cell;
	width: 301px;
	height: 100px;
	vertical-align: middle;
}
.game_nav ul li a > span > span {
	display: block;
	padding: 19px 10px 33px 10px;
}
@media screen and (max-width: 739px) {
	.game_nav {
	margin-top: 25px;
	padding: 0 10px;
	}
	.game_nav ul li {
	margin-left: 2%; /* 6px*/
	width: 32%; /* 96px*/
	}
	.game_nav ul li.li01 {
	margin-left: 0;
	}
	.game_nav ul li a {
	max-height: 100px;
	font-size: 1.4rem;
	font-size: 14px;
	}
	.game_nav ul li a:after {
	content: " ";
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -6px;
	width: 12px;
	height: 12px;
	background: url(/cloud/lp/game/img/bg_nav_arrow_01.png) no-repeat;
	background-size: cover;
	}
	.game_nav ul li a > span > span {
	padding: 23px 10px 40px 10px;
	}
}


/* ------ game_title_01 --------------------------------- */
.game_title_01 {
	padding: 30px 0 0 0; /*13px 0 0 0*/
	background: url(/cloud/lp/game/img/bg_title_01_01.gif) no-repeat 50% 0;
}
.game_title_01 h2 {
	font-size: 4rem;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4
}
/* .game_title_01 p {
	margin: 1px auto 0 auto;
	padding: 0;
	width: auto;
	max-width: 745px;
	height: 45px;
	/* background: url(/cloud/lp/game/img/bg_title_01_02.png) no-repeat 50% 0; 
	background-size: 100% 100%;
	color: #333333;
	font-size: 2.4rem;
	font-size: 45px;
	font-weight: bold;
	text-align: center;
	line-height: 49px;
}*/
@media screen and (max-width: 739px) {
	.game_title_01 {
	padding: 15px 0 0 0;
	}
	.game_title_01 h2 {
	font-size: 2rem;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	}
	/*.game_title_01 p {
	padding: 0px 10px 0 10px;
	height: auto;
	color: #333333;
	font-size: 2.4rem;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	}*/
}

/* ------ game_title_02 --------------------------------- */
.game_title_02 {
	color: #00CB00;
	font-size: 2.4rem;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}
.game_title_02 a {
	color: #00CB00;
}
.game_title_02 .new {
	margin-right: 15px;
	vertical-align: -2px;
}
@media screen and (max-width: 739px) {
	.game_title_02 {
	font-size: 1.8rem;
	font-size: 18px;
	}
	.game_title_02 .new {
	margin-right: 9px;
	width: 35px;
	height: 17px;
	vertical-align: -1px;
	}
}

/* ------ game_title_03 --------------------------------- */
.game_title_03 {
	font-size: 2.5rem;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.4;
}
.game_title_03 a {
	color: #212121;
}
.game_title_03 .new {
	margin-right: 6px;
	vertical-align: -5px;
}
@media screen and (max-width: 739px) {
	.game_title_03 {
	font-size: 1.6rem;
	font-size: 16px;
	}
	.game_title_03 .new {
	margin-right: 6px;
	width: 35px;
	height: 17px;
	vertical-align: -2px;
	}
}

/* ------ game_title_04 --------------------------------- */
.game_title_04 {
	font-size: 2.8rem;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}
@media screen and (max-width: 739px) {
	.game_title_04 {
	font-size: 2rem;
	font-size: 20px;
	}
}

/* ------ game_title_05 --------------------------------- */
.game_title_05 {
	color: #00A3D8;
	font-size: 1.8rem;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
.game_title_05 a {
	color: #00A3D8;
}
@media screen and (max-width: 739px) {
	.game_title_05 {
	font-size: 1.6rem;
	font-size: 16px;
	}
}

/* ------ game_title_06 --------------------------------- */
.game_title_06 {
	color: #FFF;
	font-size: 2.4rem;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}
@media screen and (max-width: 739px) {
	.game_title_06 {
	font-size: 1.8rem;
	font-size: 18px;
	}
}

/* ------ game_title_07 --------------------------------- */
.game_title_07 {
	font-size: 2.4rem;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}
@media screen and (max-width: 739px) {
	.game_title_07 {
	padding: 0 10px;
	font-size: 1.8rem;
	font-size: 18px;
	}
}

/* ------ game_title_08 --------------------------------- */
.game_title_08 {
	font-size: 2.4rem;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
}
@media screen and (max-width: 739px) {
	.game_title_08 {
	font-size: 1.6rem;
	font-size: 16px;
	}
}

/* ------ game_list_dot_01 --------------------------------- */
.game_list_dot_01 li {
	margin-top: 7px;
	padding-left: 14px;
	background: url(/cloud/lp/game/img/icon_dot_01.png) no-repeat 0 0.5em;
	font-size: 1.8rem;
	font-size: 18px;
}
.game_list_dot_01 li:first-child {
	margin-top: 0;
}
@media screen and (max-width: 739px) {
	.game_list_dot_01 li {
	margin-top: 5px;
	padding-left: 12px;
	background: url(/cloud/lp/game/img/icon_dot_02.png) no-repeat 0 0.5em;
	font-size: 1.4rem;
	font-size: 14px;
	}
	.game_list_dot_01 li:first-child {
	margin-top: 0;
	}
}

/* ------ game_list_dot_02 --------------------------------- */
.game_list_dot_02 li {
	margin-top: 0;
	padding-left: 9px;
	background: url(/cloud/lp/game/img/icon_dot_02.png) no-repeat 0 0.5em;
	font-size: 1.4rem;
	font-size: 14px;
}

/* ------ game_inquiry --------------------------------- */
.game_inquiry {
	margin-top: 80px;
	width: 100%;
	height: 200px;
	background: url(/cloud/lp/game/img/bg_inquiry_01.png) no-repeat 50% 0;
	background-size: cover;
	overflow: hidden;
	color: #FFF;
	text-align: center;
}
.game_inquiry.last {
	margin-top: 50px;  /* 0 ike 170328 upd */
}
.game_inquiry .vessel {
	margin: 0 auto;
	padding-bottom: 20px;
	width: 100%;
	max-width: 980px;
}
.game_inquiry .text01 {
	padding: 25px 10px 0 10px;
	font-size: 2rem;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}
.game_inquiry .button01 {
	margin: 14px auto 0 auto;
	width: 340px;
	height: 70px;
	text-align: center;
}
.game_inquiry .button01 a {
	display: block;
	width: 340px;
	height: 70px;
	background-color: #FF4940;
	color: #FFF;
	font-size: 2.4rem;
	font-size: 24px;
	font-weight: bold;
	line-height: 72px;
	text-decoration: none;
}
.game_inquiry .button01 a:hover {
	background-color: rgba( 255, 71, 57, 0.7 );
	text-decoration: none;
}
@media screen and (max-width: 739px) {
	.game_inquiry {
	margin-top: 30px;
	height: auto;
	background: #232323;
	}
	.game_inquiry .text01 {
	padding: 18px 10px 0 10px;
	font-size: 1.4rem;
	font-size: 14px;
	}
	.game_inquiry .button01 {
	margin: 14px auto 0 auto;
	width: 300px;
	height: 60px;
	}
	.game_inquiry .button01 a {
	width: 300px;
	height: 60px;
	font-size: 2.2rem;
	font-size: 22px;
	line-height: 62px;
	}
}

/* ------ game_link_01 --------------------------------- */
.game_link_01 {
	padding-left: 14px;
	background: url(/cloud/lp/game/img/icon_link_01.png) no-repeat 0 0.45em;
	font-size: 1.6rem;
	font-size: 16px;
	line-height: 1.5;
}
.game_link_01 a {
	color: #00A3D8;
}
@media screen and (max-width: 739px) {
	.game_link_01 {
	background: url(/cloud/lp/game/img/icon_link_01.png) no-repeat 0 0.4em;
	font-size: 1.4rem;
	font-size: 14px;
	}
}

/* ------ game_link_02 --------------------------------- */
.game_link_02 {
	padding-left: 14px;
	background: url(/cloud/lp/game/img/icon_link_01.png) no-repeat 0 0.4em;
	font-size: 1.4rem;
	font-size: 14px;
	line-height: 1.5;
}
.game_link_02 a {
	color: #00A3D8;
}

/* ------ game_sec1 --------------------------------- */
.game_sec1 {
	margin-top: 70px;
}
.game_sec1 .lead {
	margin-top: 38px;
}
.game_sec1 .lead p {
	margin: 0;
	font-size: 1.8rem;
	font-size: 18px;
}
.game_sec1 .faqbox {
	position: relative;
	margin: 33px auto 0 auto;
	border: 3px solid #232323;
	width: auto;
	max-width: 794px;
	min-height: 174px;
}
.game_sec1 .faqbox header {
	position: absolute;
	top: -13px;
	left: -13px;
	width: 180px;
	height: 180px;
	background: url(/cloud/lp/game/img/bg_box_title_01.png) no-repeat;
	color: #FFF;
}
.game_sec1 .faqbox header h3 {
	padding: 17px 0 0 15px;
}
.game_sec1 .faqbox header p {
	padding: 3px 0 0 15px;
	font-size: 1.6rem;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
}
.game_sec1 .faqbox .box_body {
	position: relative;
	margin-left: 160px;
	padding: 30px 10px 10px 0;
}
.game_sec1 .faqbox .box_body:after {
	content: " ";
	position: absolute;
	top: 15px;
	right: 17px;
	display: block;
	width: 51px;
	height: 48px;
	background: url(/cloud/lp/game/img/bg_box_01.png) no-repeat;
}
.game_sec1 .faqbox .box_body .game_list_dot_01 {
	margin: 0 50px 0 12px;
}
.game_sec1 .faqbox .box_body .text01 {
	margin: 18px 0 0 0;
	color: #00BB00;
	font-size: 2.4rem;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
}
.game_sec1 .arrow01 {
	margin-top: 20px;
	text-align: center;
}
.game_sec1 .arrow01 span {
	display: inline-block;
	width: 36px;
	height: 29px;
	background: url(/cloud/lp/game/img/img_arrow_01.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.game_sec1 .answerbox {
	position: relative;
	margin: 30px auto 0 auto;
	width: auto;
	max-width: 800px;
	min-height: 174px;
	background: #FF4B47;
}
.game_sec1 .answerbox header {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 180px;
	height: 180px;
	background: url(/cloud/lp/game/img/bg_box_title_01.png) no-repeat;
	color: #FFF;
}
.game_sec1 .answerbox header h3 {
	padding: 15px 0 0 13px;
}
.game_sec1 .answerbox header p {
	padding: 7px 0 0 15px;
	font-size: 1.6rem;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
}
.game_sec1 .answerbox .box_body {
	position: relative;
	margin-left: 90px;
	padding: 27px 0 16px 0;
}
.game_sec1 .answerbox .box_body:after {
	content: " ";
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	width: 56px;
	height: 57px;
	background: url(/cloud/lp/game/img/bg_box_02.png) no-repeat;
}
.game_sec1 .answerbox .box_body p {
	margin: 0;
}
.game_sec1 .answerbox .box_body .em01 {
	position: relative;
	margin-left: 70px;
	padding: 9px 5px 7px 5px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: #FFF;
	width: 100%;
	max-width: 550px;
	color: #232323;
	font-size: 2.8rem;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
}
.game_sec1 .answerbox .box_body .em01:after {
	content: " ";
	position: absolute;
	bottom: -17px;
	left: 50%;
	display: block;
	margin-left: -9px;
	width: 18px;
	height: 17px;
	background: url(/cloud/lp/game/img/bg_box_answer_01.png) no-repeat;
}
.game_sec1 .answerbox .box_body .box_layout {
	display: table;
	margin: 33px 0 0 0;
	width: 100%;
	max-width: 636px;
}
.game_sec1 .answerbox .box_body .box_layout .box_layout_phase2,
.game_sec1 .answerbox .box_body .box_layout .box_layout_phase1 {
	display: table-cell;
	width: 316px;
	background-color: #FFF;
	vertical-align: top;
}
.game_sec1 .answerbox .box_body .box_layout .box_layout_phase1 {
	border-right: 4px solid #FF4B47;
}
.game_sec1 .answerbox .box_body .box_layout dt {
	border-bottom: 8px solid #FF4B47;
	height: 37px;
	background: url(/cloud/lp/game/img/bg_box_answer_02.png) no-repeat 100% 0;
	font-size: 1.8rem;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 39px;
}
.game_sec1 .answerbox .box_body .box_layout dd {
	padding: 16px 16px 12px 16px;
	border-right: 6px solid #FF4B47;
}
.game_sec1 .answerbox .box_body .box_layout dd .phase_title_01 {
	color: #FF4940;
	font-size: 1.8rem;
	font-size: 30px;
	font-weight: bold;
}
.game_sec1 .answerbox .box_body .box_layout dd .game_list_dot_02 {
	/* margin-top: 3px; */
}
@media screen and (min-width: 740px) and (max-width: 980px){
	.game_sec1 .lead {
	padding: 0 10px;
	}
	.game_sec1 .faqbox {
	margin-left: 20px;
	margin-right: 10px;
	}
	.game_sec1 .answerbox {
	margin-left: 20px;
	margin-right: 10px;
	}
}
@media screen and (max-width: 739px) {
	.game_sec1 {
	margin-top: 34px;
	}
	.game_sec1 .lead {
	margin: 18px 10px 0 10px;
	}
	.game_sec1 .lead p {
	font-size: 1.6rem;
	font-size: 16px;
	}
	.game_sec1 .faqbox {
	margin: 20px 10px 0 10px;
	min-height: 0;
	}
	.game_sec1 .faqbox header {
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	height: 31px;
	background: #232323;
	}
	.game_sec1 .faqbox header h3 {
	float: left;
	padding: 0 0 0 7px;
	line-height: 31px;
	}
	.game_sec1 .faqbox header h3 img {
	width: 41px;
	height: 18px;
	}
	.game_sec1 .faqbox header p {
	float: left;
	padding: 0 0 0 9px;
	line-height: 31px;
	}
	.game_sec1 .faqbox header p br {
	display: none;
	}
	.game_sec1 .faqbox .box_body {
	margin-left: 0;
	padding: 18px 20px;
	}
	.game_sec1 .faqbox .box_body:after {
	content: " ";
	display: none;
	}
	.game_sec1 .faqbox .box_body .game_list_dot_01 {
	margin: 0 0 0 6px;
	}
	.game_sec1 .faqbox .box_body .text01 {
	margin: 10px 0 0 0;
	font-size: 1.6rem;
	font-size: 16px;
	}
	.game_sec1 .arrow01 {
	margin-top: 10px;
	height: 20px;
	}
	.game_sec1 .arrow01 span {
	width: 20px;
	height: 20px;
	background: url(/cloud/lp/game/img/img_arrow_01_sp.png) no-repeat;
	}
	.game_sec1 .answerbox {
	margin: 20px 10px 0 10px;
	min-height: 0;
	}
	.game_sec1 .answerbox header {
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	height: 31px;
	background: #232323;
	}
	.game_sec1 .answerbox header h3 {
	float: left;
	padding: 0 0 0 7px;
	line-height: 31px;
	}
	.game_sec1 .answerbox header h3 img {
	width: 85px;
	height: 15px;
	}
	.game_sec1 .answerbox header p {
	float: left;
	padding: 0 0 0 9px;
	line-height: 33px;
	}
	.game_sec1 .answerbox .box_body {
	margin-left: 0;
	padding: 10px;
	}
	.game_sec1 .answerbox .box_body:after {
	content: " ";
	display: none;
	}
	.game_sec1 .answerbox .box_body .em01 {
	margin: 0 10px;
	padding: 10px 8px 7px 8px;
	width: auto;
	max-width: 739px;
	font-size: 1.6rem;
	font-size: 16px;
	}
	.game_sec1 .answerbox .box_body .box_layout {
	display: block;
	margin: 26px 0 0 0;
	width: auto;
	max-width: 739px;
	}
	.game_sec1 .answerbox .box_body .box_layout .box_layout_phase2,
	.game_sec1 .answerbox .box_body .box_layout .box_layout_phase1 {
	display: block;
	width: auto;
	}
	.game_sec1 .answerbox .box_body .box_layout .box_layout_phase1 {
	border-right: none;
	}
	.game_sec1 .answerbox .box_body .box_layout .box_layout_phase2 {
	border-top: 20px solid #FF4B47;
	}
	.game_sec1 .answerbox .box_body .box_layout dd {
	padding: 18px 16px 14px 16px;
	border-right: none;
	}
	.game_sec1 .answerbox .box_body .box_layout dd .phase_title_01 {
	font-size: 2rem;
	font-size: 20px;
	}
}

/* ------ game_sec2 --------------------------------- */
.game_sec2 .lead {
	margin-top: 38px;
}
.game_sec2 .lead p {
	margin: 0;
	font-size: 1.6rem;
	font-size: 16px;
}
.game_sec2 .other_title_01 {
	margin-top: 47px;
}
.game_sec2 .other_title_01 div div.block {
	padding: 0 30px;
}
.game_sec2 .other_title_01 div div.block p {
	text-align: center;
}
.game_sec2 .layout01 {
	margin-top: 26px;
	display: table;
	width: 100%;
}
.game_sec2 .layout01 .block_center {
	display: table-cell;
	width: 20px;
	max-width: 20px;
	vertical-align: top;
}
.game_sec2 .layout01.bottom {
	margin-top: 2.0408%;
}
.game_sec2 .layout01 .block {
	display: table-cell;
	border: 3px solid #232323;
	width: 49%;
	max-width: 480px;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.game_sec2 .layout01 .block_vessel {
	position: relative;
}
.game_sec2 .layout01 .block .number01 {
	position: absolute;
	top: -3px;
	left: -3px;
}
.game_sec2 .layout01 .block .title01 {
	padding: 28px 50px 0 50px;
}
.game_sec2 .layout01 .block .image01 {
	margin-top: 24px;
	height: 108px;
	text-align: center;
}
.game_sec2 .layout01 .block .image01 img {
	vertical-align: top;
}
.game_sec2 .layout01 .block .image02 {
	margin-top: 24px;
	height: 133px;
	text-align: center;
}
.game_sec2 .layout01 .block .image02 img {
	vertical-align: top;
}
.game_sec2 .layout01 .block .image02.p4 {
	padding-top: 2px;
}
.game_sec2 .layout01 .block .text_area01 {
	margin: 27px 20px 0 20px;
	padding-bottom: 32px;
}
.game_sec2 .layout01 .block .text_area01 p {
	margin: 0;
	line-height: 1.5;
}
.game_sec2 .layout01 .block .text_area01 .text01 {
	font-size: 1.6rem;
	font-size: 16px;
}
.game_sec2 .layout01 .block .text_area01 .game_title_03 + .text01 {
	margin-top: 7px;
}
.game_sec2 .layout01 .block .linkMt01 {
	margin-top: 14px !important;
}
.game_sec2 .layout01 .block .text_area02 {
	margin: 27px 20px 0 20px;
	padding-bottom: 32px;
}
.game_sec2 .layout01 .block .text_area02 .title02 {
	margin-top: 25px;
}
.game_sec2 .layout01 .block .text_area02 .title02:first-child {
	margin-top: 0;
}
.game_sec2 .layout01 .block .text_area02 p {
	margin: 7px 0 0 0;
	line-height: 1.5;
}
.game_sec2 .layout01 .block .text_area02 .text01 {
	font-size: 1.6rem;
	font-size: 16px;
}
.game_sec2 .layout01 .block .text_area02 .text02 {
	margin: 7px 0 0 0;
}
.game_sec2 .layout02 {
	margin-top: 21px;
	display: table;
	width: 100%;
}
.game_sec2 .layout02 .block_center {
	display: table-cell;
	width: 25px;
	max-width: 25px;
	vertical-align: top;
}
.game_sec2 .layout02 .block {
	display: table-cell;
	/* border: 3px solid #232323; */
	width: 32%;
	max-width: 310px;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.game_sec2 .layout02 .image01 {
	padding-top: 20px;
	height: 52px;
	text-align: center;
}
.game_sec2 .layout02 .image01 img {
	vertical-align: top;
}
.game_sec2 .layout02 .title01 {
	margin-top: 17px;
}
.game_sec2 .layout02 .text_area01 {
	margin: 13px 0 0 0px;
	padding-bottom: 24px;
	text-align: center;
}
.game_sec2 .layout02 .text_area01 p {
	margin: 0;
	font-size: 1.6rem;
	font-size: 16px;
	line-height: 1.5;
}
@media screen and (min-width: 740px) and (max-width: 980px){
	.game_sec2 .lead {
	margin-left: 10px;
	margin-right: 10px;
	}
	.game_sec2 .layout01 {
	margin-left: 10px;
	margin-right: 10px;
	width: auto;
	}
	.game_sec2 .other_title_01 {
	margin-left: 10px;
	margin-right: 10px;
	}
	.game_sec2 .layout02 {
	margin-left: 10px;
	margin-right: 10px;
	width: auto;
	}
}
@media screen and (max-width: 739px) {
	.game_sec2 .lead {
	margin: 18px 10px 0 10px;
	}
	.game_sec2 .lead p {
	font-size: 1.4rem;
	font-size: 14px;
	}
	.game_sec2 .other_title_01 {
	margin-top: 37px;
	}
	.game_sec2 .layout01 {
	display: block;
	width: auto;
	margin: 18px 10px 0 10px;
	}
	.game_sec2 .layout01 .block_center {
	display: none;
	}
	.game_sec2 .layout01.bottom {
	margin-top: 20px;
	}
	.game_sec2 .layout01 .block {
	display: block;
	width: auto;
	max-width: 739px;
	}
	.game_sec2 .layout01 .block02 {
	margin-top: 20px;
	}
	.game_sec2 .layout01 .block .number01 img {
	width: 65px;
	height: 65px;
	}
	.game_sec2 .layout01 .block .title01 {
	padding: 28px 20px 0 20px;
	}
	.game_sec2 .layout01 .block .image01 {
	height: auto;
	}
	.game_sec2 .layout01 .block .image02 {
	height: auto;
	}
	.game_sec2 .layout01 .block .image02.p4 {
	padding-top: 0;
	}
	.game_sec2 .layout01 .block .text_area01 {
	padding-bottom: 26px;
	}
	.game_sec2 .layout01 .block .text_area01 p.text01,
	.game_sec2 .layout01 .block .text_area01 p {
	font-size: 1.4rem;
	font-size: 14px;
	}
	.game_sec2 .layout01 .block .text_area02 .title02 {
	margin-top: 20px;
	}
	.game_sec2 .layout01 .block .text_area02 .title02:first-child {
	margin-top: 0;
	}
	.game_sec2 .layout01 .block .text_area02 p {
	margin: 7px 0 0 0;
	font-size: 1.4rem;
	font-size: 14px;
	}
	.game_sec2 .layout01 .block .text_area02 p.text01 {
	font-size: 1.4rem;
	font-size: 14px;
	}
	.game_sec2 .layout01 .block .text_area02 p.small {
	margin: 10px 0 0 0;
	}
	.game_sec2 .layout02 {
	margin: 13px 10px 0 10px;
	display: block;
	width: auto;
	}
	.game_sec2 .layout02 .block_center {
	display: none;
	}
	.game_sec2 .layout02 .block {
	display: block;
	margin-top: 20px;
	width: auto;
	max-width: 739px;
	}
	.game_sec2 .layout02 .block:first-child {
	margin-top: 0;
	}
	.game_sec2 .layout02 .image01 {
	padding-top: 20px;
	height: auto;
	}
	.game_sec2 .layout02 .image01 img {
	vertical-align: top;
	}
	.game_sec2 .layout02 .title01 {
	margin-top: 17px;
	}
	.game_sec2 .layout02 .text_area01 {
	padding-bottom: 21px;
	}
	.game_sec2 .layout02 .text_area01 p {
	font-size: 1.4rem;
	font-size: 14px;
	}
}

/* ------ game_sec3 --------------------------------- */
.game_sec3 .beta {
	margin-top: 40px;
	background-color: #202021;
}
.game_sec3 .beta header h3 {
	padding: 33px 10px 0 10px;
}
.game_sec3 .beta .beta_body {
	margin-top: 21px;
	padding: 0 20px;
}
.game_sec3 .beta .beta_body_inner {
	display: table;
	width: 100%;
}
.game_sec3 .beta .beta_body .block_center {
	display: table-cell;
	width: 20px;
	max-width: 20px;
	vertical-align: top;
}
.game_sec3 .beta .beta_body .block {
	display: table-cell;
	width: 32%;
	max-width: 300px;
	vertical-align: top;
}
.game_sec3 .beta .beta_body .block .balloon01 {
	padding: 18px 20px 12px 20px;
	background: #FFF;
}
.game_sec3 .beta .beta_body .block .balloon01 p {
	margin: 0;
	font-size: 1.6rem;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}
.game_sec3 .beta .beta_body .block .balloon01 p strong {
	color: #FF473F;
}
.game_sec3 .beta .beta_body .block .company01 {
	padding: 28px 0 26px 0;
	background: url(/cloud/lp/game/img/bg_beta_arrow_01.png) no-repeat 50% 0;
	text-align: center;
	color: #FFF;
	font-size: 1.4rem;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
}
.game_sec3 .beta .beta_body .block .company01 span {
	display: inline-block;
	padding: 3px 0 0 27px;
	min-height: 22px;
	background: url(/cloud/lp/game/img/icon_beta_company_01.png) no-repeat 0 0;
}
.game_sec3 .insidestory {
	margin-top: 35px;
}
.game_sec3 .insidestory .clm {
	position: relative;
	margin-top: 24px;
	padding: 10px 0 0 10px;
}
.game_sec3 .insidestory .clm.lower {
	margin-top: 30px;
}
.game_sec3 .insidestory .clm:after {
	position: absolute;
	top: 0;
	left: 0;
	content: " ";
	display: block;
	width: 80px;
	height: 80px;
	background: url(/cloud/lp/game/img/bg_insidestory_01.png) no-repeat;
}
.game_sec3 .insidestory .clm .clm_vessel {
	padding: 30px 30px 30px 40px;
	border: 3px solid #232323;
	background: #fff;/* koma add 161209 */
}
.game_sec3 .insidestory .clm .clm_inner {
	display: table;
	width: 100%;
}
.game_sec3 .insidestory .clm .clm_photo,
.game_sec3 .insidestory .clm .clm_main {
	display: table-cell;
	vertical-align: top;
}
.game_sec3 .insidestory .clm .clm_main {
	padding-right: 50px;
}
.game_sec3 .insidestory .clm .clm_photo {
	width: 34.5570%;
	max-width: 300px;
}
.game_sec3 .insidestory .clm .clm_main .text01 {
	margin-top: 17px;
}
.game_sec3 .insidestory .clm .clm_main .text01 p {
	margin: 0;
	font-size: 1.6rem;
	font-size: 16px;
	line-height: 1.5;
}
.game_sec3 .insidestory .clm .clm_main .text02 {
	margin-top: 10px;
}
.game_sec3 .insidestory .clm .clm_main .text02 p {
	margin: 0;
	color: #666;
	font-size: 1.4rem;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
}
.game_sec3 .button_area {
	margin-top: 50px;
	text-align: center;
}
.game_sec3 .button_area .button {
	display: inline-block;
	margin: 0 10px;
}
.game_sec3 .button_area .button a {
	display: block;
	background-color: #00BA00;
	width: 300px;
	height: 70px;
	color: #FFF;
	font-size: 2rem;
	font-size: 20px;
	font-weight: bold;
	line-height: 72px;
}
.game_sec3 .button_area .button a:hover {
	background-color: rgba( 0, 182, 22, 0.7 );
	text-decoration: none;
}

/* add koma 170206 */
.dori_date{
    font-weight: bold;
    background: #ff4940;
    display: table-cell;
    padding: 4px 8px;
	color: #ffffff;
}

@media screen and (min-width: 740px) and (max-width: 980px){
	.game_sec3 .beta {
	margin-left: 10px;
	margin-right: 10px;
	}
	.game_sec3 .insidestory {
	margin-left: 10px;
	margin-right: 10px;
	}
}
@media screen and (max-width: 739px) {
	.game_sec3 .beta {
	margin: 21px 10px 0 10px;
	}
	.game_sec3 .beta header h3 {
	padding: 18px 20px 0 20px;
	}
	.game_sec3 .beta .beta_body {
	padding: 0 10px;
	}
	.game_sec3 .beta .beta_body_inner {
	display: block;
	}
	.game_sec3 .beta .beta_body .block_center {
	display: none;
	}
	.game_sec3 .beta .beta_body .block {
	display: block;
	width: auto;
	max-width: 739px;
	}
	.game_sec3 .beta .beta_body .block .balloon01 {
	padding: 18px 20px 18px 20px;
	}
	.game_sec3 .beta .beta_body .block .balloon01 p {
	font-size: 1.4rem;
	font-size: 14px;
	}
	.game_sec3 .beta .beta_body .block .company01 {
	font-size: 1.4rem;
	font-size: 14px;
	}
	.game_sec3 .insidestory {
	margin-top: 38px;
	}
	.game_sec3 .insidestory .clm {
	margin: 22px 10px 0 10px;
	padding: 0;
	}
	.game_sec3 .insidestory .clm.lower {
	margin-top: 20px;
	}
	.game_sec3 .insidestory .clm:after {
	content: " ";
	display: none;
	}
	.game_sec3 .insidestory .clm .clm_vessel {
	padding: 15px 17px 17px 17px;
	}
	.game_sec3 .insidestory .clm .clm_inner {
	display: block;
	}
	.game_sec3 .insidestory .clm .clm_photo,
	.game_sec3 .insidestory .clm .clm_main {
	display: block;
	}
	.game_sec3 .insidestory .clm .clm_main {
	padding-right: 0;
	}
	.game_sec3 .insidestory .clm .clm_photo {
	margin: 15px auto 0 auto;
	width: 100%;
	}
	.game_sec3 .insidestory .clm .clm_main .text01 {
	margin-top: 10px;
	}
	.game_sec3 .insidestory .clm .clm_main .text01 p {
	font-size: 1.4rem;
	font-size: 14px;
	}
	.game_sec3 .insidestory .clm .clm_main .text02 {
	margin-top: 14px;
	}
	.game_sec3 .insidestory .clm .clm_main .text02 p {
	margin-top: 2px;
	font-size: 1.2rem;
	font-size: 12px;
	}
	.game_sec3 .insidestory .clm .clm_main .text02 p:first-child {
	margin-top: 0;
	}
	.game_sec3 .button_area {
	margin-top: 30px;
	}
	.game_sec3 .button_area .button {
	display: block;
	margin: 0 auto;
	width: 300px;
	}
	.game_sec3 .button_area .button.button02 {
	margin-top: 15px;
	}
}

/* ------ game_company --------------------------------- */
.game_company_wrap {
/*	margin-top: 70px;	 ike 170328 del  */
	padding: 10px 0 30px 0;/*50px*/
}
.game_company .case_list a {
	pointer-events: none;
	cursor: default;
	text-decoration:none; }

.case_list {
	margin: 0 auto;
}
.case_list ul {
	margin-left: 1%;
}
.case_list li {
	margin-bottom: 20px;
	padding: 0;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	box-shadow: #ccc 0 2px 2px;
}
.case_list_txt_inner{
	height:80px;
	padding:0;
}
.case_list li:nth-child(5n){ clear: none; }
.case_list li:nth-child(4n+1){ clear: both; }
@media screen and (max-width: 739px) {
/*	.game_company_wrap {
	margin-top: 50px;
	padding: 40px 0 40px 0;
	} ike 170328 del */

	.case_list{
 	margin: 0 10px -10px;
	}
	.case_list li{
	width: 31.3333%;
	background-size: 100% auto;
	margin-bottom: 10px;
	}
	.case_list_txt_inner{
	height: 66px;
	padding: 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	}
	.case_list li:nth-child(2n+1){ clear: none; }
/*	.case_list li:nth-child(4n+1){ clear: none; } ike 170328 del */
	.case_list li:nth-child(3n+1){ clear: both; }
	.case_list li:nth-child(n+5){ display: block; } 
	.case_list li:nth-child(n+13){ display: none; }

	a span span.case_list_txt_inner{
	background:none;
	}

}