@charset "UTF-8";

/**
*
*	/products/scanner/css/index-new.css
*/

@media screen and (min-width:1240px){
	body {
		overflow-x: hidden;
	}
}

@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

/* common */
.pc_only {
	display: block !important;
}
.sp_only {
	display: none !important;
}

.xs_only  {
	display: none !important;
}

.color-warning {
	color: red;
}

.common_heading {
	position: relative;
	font-size: 3.8rem;
	font-weight: bold;
	margin-bottom: 35px;
}
.common_heading.blue {
	color: #005AB4;
}
.common_heading.center {
	text-align: center;
}

.common_heading.line span {
	position: relative;
}

.common_heading.line span:before {
	content:"";
	position: absolute;
	left: -324px;
	top: 50%;
	transform: translateY(-50%);
	width: 294px;
	height: 2px;
	background: linear-gradient(-90deg,rgba(0,90,180,1) 0%, rgba(0,90,180,.4) 60%);
}

.common_heading.line span:after {
	content:"";
	position: absolute;
	right: -324px;
	top: 50%;
	transform: translateY(-50%);
	width: 294px;
	height: 2px;
	background: linear-gradient(90deg,rgba(0,90,180,1) 0%, rgba(0,90,180,.4) 60%);
}

.common_heading.icn01 span,
.common_heading.icn02 span{
	position: relative;
}

.common_heading.icn01 span::before{
	content:"";
	position: absolute;
	width: 48px;
	height: 48px;
	background: url(/products/scanner/img/icn_top_01.png) no-repeat center;
	background-size: 100%;
	left: -65px;
	top: 50%;
	transform: translateY(-50%);
}
.common_heading.icn02 span::before{
	content:"";
	position: absolute;
	width: 48px;
	height: 48px;
	background: url(/products/scanner/img/icn_top_02.png) no-repeat center;
	background-size: 100%;
	left: -65px;
	top: 50%;
	transform: translateY(-50%);
}

.common_bnr_col2 ul,
.common_bnr_col2_02 ul,
.common_bnr_col4 ul
{
	display: flex;
	justify-content: center;
}

.common_bnr_col2 ul > li{
	max-width: 440px;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: content-box;
}

.common_bnr_col2_02 ul{
	max-width: 620px;
	margin-right: auto;
	margin-left: auto;
	flex-wrap: wrap;
	margin-top: -20px;
}

.common_bnr_col2_02 ul > li{
	max-width: 290px;
	width: 50%;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: content-box;
	margin-top: 20px;
}

.common_bnr_col4 ul > li{
	max-width: 294px;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: content-box;
}

.common_btn {
	box-sizing: content-box;
	font-weight: bold;
}

.common_btn a {
	position: relative;
	border-radius: 2px;
	display: block;
	background: #005AB4;
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	padding: 20px 20px;
	-webkit-transition: .2s;
	transition: .2s;
	border: 1px solid #005AB4;
}

.common_btn.common_btn_02 a {
	background: #fff;
	color: #005AB4;
}

.common_btn a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.common_btn a::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1em;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #fff;
}

.common_btn a::after {
	content: '';
	display: block;
	position: absolute;
	top: 49%;
	right: 1.65em;
	width: 5px;
	height: 5px;
	border-top: 2px solid #005AB4;
	border-right: 2px solid #005AB4;
	transform: rotate(45deg) translateY(-50%);
}

.common_btn.common_btn_02 a::before {
	background: #005AB4;
}
.common_btn.common_btn_02 a::after {
	border-top-color: #fff;
	border-right-color: #fff;
}

.common_btn_col2 {
	margin-top: 30px;
	display: flex;
	justify-content: center;
}

.common_btn_col2 > * {
	width: 440px;
	margin: 0 10px;
}


/* aside */
.aside {
	display: block;
	position: relative;
	width: 1240px;
	margin:-23px auto 0;
}
.aside ul.clearfix {
	display: flex;
	justify-content: flex-end;
}

.aside ul.clearfix > li {
	margin: 0 15px;
}

/* section */
.section {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
}
.section_inr {
	position: relative;
	z-index:5;
}
.section.gray::after {
	content:"";
	position: absolute;
	width: 100vw;
	height: 100%;
	left: 0;
	top: 0;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	background: #F0F0F0;
}
.section.light_blue::after {
	background: #E6F1FF;
	content:"";
	position: absolute;
	width: 100vw;
	height: 100%;
	left: 0;
	top: 0;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

.section.pickup::after {
	padding-top: 90px;
	padding-bottom: 90px;
	background: linear-gradient(to bottom,#F0F0F0,#fff);
	content:"";
	position: absolute;
	width: 100vw;
	height: 100%;
	left: 0;
	top: 0;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

.section.pickup::before {
	content:"";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 512px;
	height: 92px;
	background: url(/products/scanner/img/bg_pickup.png) no-repeat center;
	background-size: 100%;
	z-index: 6;
}

#contents .container > .container_inner,
.section.gray .section_inr,
.section.light_blue .section_inr,
.section.top_scene .section_inr,
.section.pickup .section_inr
{
	position: relative;
	width: 1240px;
	padding: 0;
	margin: 0 auto;
}

.section:first-child {
	padding-top: 0;
	padding-bottom: 50px;
}

/* メインビジュアル */
/* ------ mainSection ------ */
#contents .mainSection {
	width: 100%;
	margin:25px auto 0;
}
#contents .mainSection .mainvisual_guide {
	position:relative;
	z-index:500;
	width: 100%;
	min-width: 1240px;
	max-width: 1920px;
	height: auto;
	margin:0 auto -10px;
	padding:0 0 10px;
	overflow: hidden;
}
#contents .mainSection .mainvisual_guide #pagination_guide {
	position:absolute;
	top:113px;
	z-index:990;
	width:1200px;
}
#contents .mainSection .mainvisual_guide #pagination_guide li {
	position:absolute;
	z-index:999;
	width:40px;
	cursor:pointer;
}
#contents .mainSection .mainvisual_guide #pagination_guide li#mainPrev {
	left:0;
}
#contents .mainSection .mainvisual_guide #pagination_guide li#mainNext {
	right:0;
}
#contents .mainSection .mainvisual_guide #slide_guide {
	position:relative;
	left:0;
	top:0;
	z-index:980;
	/*width:3600px;*/
	height:auto;
}


#contents .mainSection .mainvisual_guide #slide_guide:focus {
	outline: solid #333;
}
#contents .mainSection .mainvisual_guide #slide_guide .slick-prev {
	top: 33%;
	left: 50%;
	margin-left: -640px;
	z-index: 1;
}
#contents .mainSection .mainvisual_guide #slide_guide .slick-prev:before {
	content: '';
	display: block;
	width: 40px;
	height: 108px;
	background: url('/products/scanner/img/nav_reco_01_noshadow.png')no-repeat 0 0;
}
#contents .mainSection .mainvisual_guide #slide_guide .slick-next {
	top: 33%;
	right: 50%;
	margin-right: -620px;
	z-index: 1;
}
#contents .mainSection .mainvisual_guide #slide_guide .slick-next:before {
	content: '';
	display: block;
	width: 40px;
	height: 108px;
	background: url('/products/scanner/img/nav_reco_02_noshadow.png')no-repeat 0 0;
}

#contents .mainSection .mainvisual_guide #slide_guide .slick-dots {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	bottom: -35px;
	width: 300px;
	font-size: 25px;
	font-weight: bold;
	left: 43%;
}
#contents .mainSection .mainvisual_guide #slide_guide .slick-dots li button:before {
	font-size: 12px;
	color: #c6c6c6;
	opacity: 1;
}
#contents .mainSection .mainvisual_guide #slide_guide .slick-dots li button:focus {
	outline: solid #333;
}
#contents .mainSection .mainvisual_guide #slide_guide .slick-dots li.slick-active button:before {
	color: #003399;
}
#contents .mainSection .mainvisual_guide #slide_guide .slick-dots #btnPly {
	display: none;
	margin-left: 0;
	font-size: 192%;
	text-indent: -13px;
	line-height: 0.45;
}
#contents .mainSection .mainvisual_guide #slide_guide .slick-dots #btnPse {
	font-size: 72%;
	text-indent: -10px;
	line-height: 1.2;
}
#contents .mainSection .mainvisual_guide #slide_guide .slick-dots #btnPly a,
#contents .mainSection .mainvisual_guide #slide_guide .slick-dots #btnPse a {
	display: block;
	width: 20px;
	height: 20px;
	color: #003399;	
    margin-top: 0;
}
}
#contents .mainSection .mainvisual_guide #slide_guide .slick-dots #btnPly:focus a,
#contents .mainSection .mainvisual_guide #slide_guide .slick-dots #btnPse:focus a {
	outline: solid #333;
}
#contents .mainSection .mainvisual_guide #slide_guide .slick-dots #btnPly:hover a,
#contents .mainSection .mainvisual_guide #slide_guide .slick-dots #btnPse:hover a {
	color: #003399;
	text-decoration: none;
}
#contents .mainSection .mainvisual_guide #slide_guide li{
	color: #003399;
}
#contents .mainSection .mainvisual_guide #slide_guide li img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
#contents .mainSection .mainvisual_guide #slide_guide li a img {
	max-width: 100%;
	height: auto;
}
#slide_guide {
	opacity: 0;
	transition: opacity 0.5s;
}
#slide_guide.slick-initialized {
	opacity: 1;
}

.mainSection #mainList {
	text-align:center;
}
.mainSection #mainList li {
	z-index:970;
	display:inline-block;
	/display:inline;
	/zoom:1;
	width:15px;
	height:15px;
	padding:0 5px;
	cursor:pointer;
}


/* リード */
/* ------ lead ------ */

.lead_wrap {
	display: flex;
}
.lead_btn {
	width: 400px;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: content-box;
	font-weight: bold;
}

.lead_btn a {
	position: relative;
	border-radius: 2px;
	display: block;
	background: #D9F2FF;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
	color: #333333;
	text-align: center;
	font-size: 1.8rem;
	padding: 20px 20px;
	-webkit-transition: .2s;
	transition: .2s;
}

.lead_btn a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.lead_btn a::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 1.5em;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #005AB4;
	border-right: 1px solid #005AB4;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.lead_btn .lead_btn_icn {
	position: relative;
}

.lead_btn.lead_btn_01 a,
.lead_btn.lead_btn_02 a
{
	padding-left: 60px;
}

.lead_btn.lead_btn_01 a .lead_btn_icn::before {
	content:"";
	position: absolute;
	background: url(/products/scanner/img/icn_top_01.png) no-repeat center;
	background-size: 100%;
	width: 35px;
	height: 35px;
	left: -50px;
	top: 50%;
	transform: translateY(-50%);
}

.lead_btn.lead_btn_02 a .lead_btn_icn::before  {
	content:"";
	position: absolute;
	background: url(/products/scanner/img/icn_top_02.png) no-repeat center;
	background-size: 100%;
	width: 35px;
	height: 35px;
	left: -50px;
	top: 50%;
	transform: translateY(-50%);
}

.lead_btn.lead_btn_03 a {
	background: #A0CCFF;
	text-align: left;
}

.lead_btn.lead_btn_03 a::after {
	border-top-width: 2px;
	border-right-width: 2px;
	top: 60%;
	transform: translateY(-60%) rotate(45deg);
}

.lead_btn.lead_btn_03 a .lead_btn_subttl{
	background: #fff;
	color: #005AB4;
	font-size: 1.4rem;
	padding: 5px;
	margin-right: 10px;
}


/* 利用シーンから探す*/
/* ------ top_scene ------ */
.top_scene_lead {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 80px;
}
.top_scene_lead_item {
	width: 390px;
	box-sizing: content-box;
}

.top_scene_lead_item .img {
	position: relative;
	padding-top: 35px;
}

.top_scene_lead_item .img::before {
	content:"";
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 2px;
	height: 25px;
	background: linear-gradient(to bottom,rgba(0,90,180,1) 0%, rgba(0,90,180,.4) 60%);
}

.top_scene_lead_item .img a {
	-webkit-transition: .2s;
	transition: .2s;
}

.top_scene_lead_item .img a figcaption {
	position: relative;
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	background: #005AB4;
	color: #fff;
	padding: 5px;
}
.top_scene_lead_item .img a figcaption::after {
	content: '';
	display: block;
	position: absolute;
	top: 30%;
	right: .8em;
	width: 15px;
	height: 15px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.top_scene_lead_item .img a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.top_scene_lead_item + .top_scene_lead_item {
	margin-left: 35px;
}

.top_scene_lead_item .txt {
	font-size: 1.8rem;
	text-align: center;
	font-weight: bold;
}

.top_scene_box {
	position: relative;
	padding: 50px 40px;
}

.top_scene_box::after {
	content:"";
	position: absolute;
	width: 100vw;
	height: 100%;
	left: 0;
	top: 0;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	background: #F0FBFF;
}

.top_scene_box:nth-child(even)::after {
	background: transparent;
}

.top_scene_box_inr {
	position: relative;
	z-index: 5;
}

.top_scene_box + .top_scene_box {
	margin-top: 50px;
}

.top_scene_box_heading {
	line-height: 1.2;
	display: inline-block;
}
.top_scene_box_heading::before {
	content:"";
	position: absolute;
	left: 0;
	top: 60px;
	width: 100%;
	height: 1px;
	background: #005AB4;
}
.top_scene_box_heading.heading01 span{
	display: block;
	width: 230px;
	padding-bottom: 25px;
}
.top_scene_box_heading.heading02 span{
	display: block;
	width: 230px;
	padding-bottom: 25px;
}
.top_scene_box_heading.heading03 span{
	display: block;
	width: 193px;
	padding-bottom: 25px;
}
@media screen and (min-width:768px){
	.top_scene_list .top_scene_list_slide {
		display: none !important;
	}
}
.top_scene_list .top_scene_list_slide.slick-initialized {
	display: flex !important;
}
.top_scene_list .top_scene_list_slide .top_scene_list_item {
	position: relative;
	z-index: 5;
	width: 290px !important;
}

.top_scene_list .top_scene_list_slide .top_scene_list_item a{
	position: relative;
	display: block;
	box-shadow: 0 0 4px rgba(0,0,0,.35);
	-webkit-transition: .2s;
	transition: .2s;
	background: #fff;
	margin: 0 5px;
}
.top_scene_list .top_scene_list_slide .top_scene_list_item a:hover{
	text-decoration: none;
	opacity: 0.7;
}

.top_scene_list .top_scene_list_slide .top_scene_list_item.new a::before {
	content:"NEW";
	width: 80px;
	padding: 8px;
	text-align: center;
	line-height: 1;
	font-size: 1.4rem;
	background: #C92F32;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}
.top_scene_list .top_scene_list_slide .top_scene_list_item.few a::before {
	content:"在庫限り";
	width: 80px;
	padding: 8px;
	text-align: center;
	line-height: 1;
	font-size: 1.4rem;
	background: #555555;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}

.top_scene_list .detail {
	position: relative;
	background: #fff;
	padding: 30px 10px 50px;
}

.top_scene_list .thumb {
	margin-top: -30px;
	margin-bottom: -30px;
}

.top_scene_list .ttl {
	text-align: center;
	color:#333333;
	font-size: 2.6rem;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}

.top_scene_list .lead {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	bottom: 10px;
	font-size: 1.4rem;
	min-height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color:#333333;
}

.top_scene_list .price {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: #F0F0F0;
	padding: 0 5px;
	min-height: 70px;
}


.top_scene_list .price + .price {
	margin-top: 1px;
}

.top_scene_list .price.col2 {
	padding-top: 5px;
	padding-bottom: 5px;
	justify-content: space-between;
}

.top_scene_list .price.col2 > *{
	width: 100%;
}

.top_scene_list .price.col2 > p{
	font-size: 1.2rem;
}

.top_scene_list .price p {
	font-size: 1.4rem;
	color: #333333;
	font-weight: bold;
	text-align: center;
}

.top_scene_list .price span  {
	color:#D60000;
	font-size: 2rem;
	text-align: center;
}

.top_scene_list .icon {
	padding: 30px 10px;
}

.top_scene_list .icon > ul {
	margin-top: -10px;
	display: flex;
	flex-wrap: wrap;
}
.top_scene_list .icon > ul > li {
	margin-left: 4px;
	width: calc(25% - 3px);
	margin-top: 10px;
}

.top_scene_list .icon > ul > li:nth-child(4n + 1) {
	margin-left: 0;
}

.top_scene_list .icon > ul > li figure {
	position: relative;
}

.top_scene_list .icon > ul > li figure figcaption {
	position: absolute;
	bottom: 100%;
	left: 0;
	color: #333333;
	font-size: 1.2rem;
}

.top_scene_list_slide .slick-arrow {
	width: auto !important;
	height: 100% !important;
}

.top_scene_list_slide .slick-prev{
	top: 50%;
	left: -40px;
	z-index: 1;
	padding-right: 20px;
	padding-left: 10px;
}

.top_scene_list_slide .slick-prev::before{
	content: '';
	display: block;
	width: 20px;
	height: 35px;
	background: url(/products/scanner/img/sldr2_prev_arrow.png)no-repeat 0 0;
	opacity: .65;
}

.top_scene_list_slide .slick-next{
	top: 50%;
	right: -40px;
	z-index: 1;
	padding-left: 20px;
	padding-right: 10px;
}

.top_scene_list_slide .slick-next::before{
	content: '';
	display: block;
	width: 20px;
	height: 35px;
	background: url(/products/scanner/img/sldr2_next_arrow.png)no-repeat 0 0;
	opacity: .65;
}

.top_scene_list_slide .slick-prev.slick-disabled,
.top_scene_list_slide .slick-next.slick-disabled
{
	opacity: 0;
	visibility: hidden;
}

.top_scene_list_slide .slick-prev:hover::before,
.top_scene_list_slide .slick-prev:focus-visible::before,
.top_scene_list_slide .slick-next:hover::before,
.top_scene_list_slide .slick-next:focus-visible::before
{
	opacity: 1;
}

.top_scene_list_slide .slick-list{
	padding-top: 4px;
	padding-bottom: 4px;
}

.top_scene_list .more_btn {
	display: none;
}

/* スキャナーアプリケーション・ドライバー */
/* ------ top_card ------ */
.top_card ul {
	display: flex;
	align-items: flex-end;
}
.top_card li {
	width: 288px;
}
.top_card li + li{
	margin-left: 30px;
}

.top_card li a{
	display: block;
	box-shadow: 0 3px 10px rgba(0,0,0,.2);
	-webkit-transition: .2s;
	transition: .2s;
}

.top_card li a:hover{
	text-decoration: none;
	opacity: 0.7;
}

.top_card li .img {
	min-height: 170px;
	margin: 0 auto;
	padding:5px;
}

.top_card li .lead {
	display: flex;
	align-items: center;
	min-height: 135px;
	padding: 15px;
	background: #F0F0F0;
	color: #333333;
}

.top_card li .btn {
	position: relative;
	font-size: 1.8rem;
	font-weight: bold;
	width: 100%;
	color: #005AB4;
	text-align: center;
	padding: 5px;
}

.top_card li .btn::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: .8em;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #005AB4;
}

.top_card li .btn::after {
	content: '';
	display: block;
	position: absolute;
	top: 48%;
	right: 1.5em;
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg) translateY(-50%);
}


/* 法人のお客様 */
/* ------ top_corporation ------ */

.top_corporation_lead {
	position: relative;
	background: #fff;
	padding: 15px 30px;
	width: 430px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.top_corporation_lead::after {
	content:"";
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	border-top: 20px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}


.top_corporation_lead p{
	position: relative;
	color:#005AB4;
	font-size: 1.8rem;
	font-weight: bold;
	padding-left: 80px;
}

.top_corporation_lead p::before{
	content:"";
	position: absolute;
	width: 60px;
	height: 60px;
	background: url(/products/scanner/img/icn_top_question.png) no-repeat center;
	background-size: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.top_corporation_heading {
	position: relative;
	font-size: 4.6rem;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
}

.top_corporation_heading::after {
	content:"";
	position: absolute;
	width: 80px;
	height: 2px;
	background: #005AB4;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.top_corporation_col_2 {
	display: flex;
}

.top_corporation_col_2 .col:first-child {
	width: 665px;
}
.top_corporation_col_2 .col:last-child {
	flex: 1;
	margin-left: 35px;
	box-sizing: content-box;
}

.top_corporation_btn {
	width: 490px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}


/* 新着情報 */
/* ------ top_news ------ */

.top_news {
	border: 1px solid #005AB4;
	overflow-y: auto;
	padding: 10px 55px;
}

.top_news_list {
	padding: 20px 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.top_news_list:not(:last-child) {
	border-bottom: 1px solid #005AB4;
}

.top_news_list .date{
	width: 130px;
	font-size: 1.6rem;
	font-weight: bold;
	margin-right: 10px;
}

.top_news_list .ico{
	width: 120px;
	font-size: 1.8rem;
	margin-right: 30px;
	padding: 5px;
	color: #fff;
	background: #FB58EE;
	text-align: center;
	border-radius: 2px;
}

.top_news_list .ico.ico_02{
	background: #FA4794;
}
.top_news_list .ico.ico_03{
	background: #A2D662;
}
.top_news_list .ico.ico_04{
	background: #FFB54A;
}
.top_news_list .ico.ico_05{
	background: #5876FF;
}
.top_news_list .ico.ico_06{
	background: #836FE6;
}
.top_news_list .ico.ico_07{
	background: #EA546A;
}
.top_news_list .ico.ico_08{
	background: #01CBF1;
}
.top_news_list .ico.ico_09{
	background: #4191E8;
}

.top_news_list .txt{
	flex: 1;
}

@media screen and (max-width:1240px) {
	/* section */
	.section.gray::after,
	.section.light_blue::after,
	.section.pickup::after,
	.top_scene_box::after
	{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}