@charset "UTF-8";


/*common
---------------------------------------------------------- */
#menu {
	margin-bottom:0;
}

/*container
---------------------------------------------------------- */

@media screen and (max-width: 769px) {
	#container {
		width: 100%;
	}
}

/*slide
---------------------------------------------------------- */

#top_slide {
	width:100%;
	height: 373x;
	margin: -1px auto 0px;
	position:relative;
	overflow: hidden;
	z-index: 0;
}


#top_slide #panel_areapc,#top_slide #panel_areasp{
	width:100%;
	height: 349px;
	position:relative;
}

#top_slide #panel_areapc li, #top_slide #panel_areasp li{
	width:100%;
	height: 349px;
	list-style: none;
	/*position:absolute;
	top:0;
	left:0;*/
}
#top_slide #panel_areapc li img,#top_slide #panel_areasp li img{
	max-width: 1920px !important;
	position:relative;
	right: 100000px;
}
#top_slide .markerpc {
	width:100%;
	height: 19px;
	padding-top: 5px;
	text-align: center;
	z-index:100;
	position:relative;
	background-color: #f2f2f2;
}

#top_slide .markerpc li {
	width: 15px;
	height: 15px;
	margin: 0 2px;
	border-radius: 50%;
	list-style: none;
	background:#cecece;
	cursor:pointer;
	display: inline-block;
	/display:inline;
	/zoom:1;
	position:relative;
}

#top_slide .markerpc li.current {
	background:#005bac;
}

#top_slide .markerpc li div {
    width: 200px;
    position: absolute;
    bottom: 22px;
    left: -97px;
	padding: 5px 5px;
	color: transparent;
	text-align: center;
	z-index: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 100%;
	pointer-events: none;
	transition-property: background-color, color;
	transition-duration:0.5s;
	transition-timing-function:ease-out;
}

#top_slide .markerpc li div {
	display: none\9; /* ～IE8 */
	*display: none; /* ～IE7 */
	_display: none; /* IE6 */
}

#top_slide .markerpc li div:before {
	content: "";
	position: absolute;
	bottom: -11px;
	left: 50%;
	margin-left: -8px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 11px 8px 0 8px;
	z-index: 0;
	border-color:transparent;
	transition-property: border-color;
	transition-duration:0.5s;
	transition-timing-function:ease-out;
}

#top_slide .markerpc li:hover div{
	background-color: #fff;
	color: #6c6c6c;
}

#top_slide .markerpc li:hover div:before {
	border-color: #fff transparent transparent transparent;
}

#top_slide .pagerpc {
    display: block;
    width: 100%;
    position: absolute;
    list-style: none;
}
#top_slide .pagerpc .prev {
    position: absolute;
    top: -215px;
    left: 2%;
    z-index: 1000;
    /*border:1px solid #c3c3c3;*/
    transition: all .1s ease-in;
    opacity:0.3;
}
#top_slide .pagerpc .prev:hover {
	cursor:pointer;
    transition: all .1s ease-in;
    opacity:1.0;
}
#top_slide .pagerpc .next {
    position: absolute;
    top: -215px;
    right: 2%;
    z-index: 1000;
    /*border:1px solid #c3c3c3;*/
    transition: all .1s ease-in;
    opacity:0.3;
}
#top_slide .pagerpc .next:hover {
	cursor:pointer;
    transition: all .1s ease-in;
    opacity:1.0;
}

#top_slide .markersp {
	width:100%;
	height: 19px;
	padding-top: 5px;
	text-align: center;
	z-index:100;
	position:relative;
	/*background-color: #f2f2f2;*/
}

#top_slide .markersp li {
	width: 15px;
	height: 15px;
	margin: 0 2px;
	border-radius: 50%;
	list-style: none;
	background:#cecece;
	cursor:pointer;
	display: inline-block;
	/display:inline;
	/zoom:1;
	position:relative;
}

#top_slide .markersp li.current {
	background:#005bac;
}

#top_slide .markersp li div {
	width: 230px;
	position: absolute;
	bottom:30px;
	left:-118px;
	padding: 15px 10px;
	color: transparent;
	text-align: center;
	z-index: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 123.1%;
	pointer-events: none;
	transition-property: background-color, color;
	transition-duration:0.5s;
	transition-timing-function:ease-out;
}

#top_slide .markersp li div {
	display: none\9; /* ～IE8 */
	*display: none; /* ～IE7 */
	_display: none; /* IE6 */
}

#top_slide .markersp li div:before {
	content: "";
	position: absolute;
	bottom: -11px;
	left: 50%;
	margin-left: -8px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 11px 8px 0 8px;
	z-index: 0;
	border-color:transparent;
	transition-property: border-color;
	transition-duration:0.5s;
	transition-timing-function:ease-out;
}

#top_slide .markerpc li:hover div{
	background-color: #fff;
	color: #6c6c6c;
}

#top_slide .markerpc li:hover div:before {
	border-color: #fff transparent transparent transparent;
}
#top_slide .pagersp {
	display: none;
}

#top_slide .item:hover {
	cursor: pointer;
	opacity: 0.85;
}

.mask_link {
	position: absolute;
	width: 3000px;
	height: 340px;
	top: 0;
	transform: skewX(-11deg);
	z-index: 100;
	cursor: pointer;
}
.mask_link.ml_left{ right: 48%; }
.mask_link.ml_right{ left: 52%; }
.mask_link:hover { background-color: rgba(255,255,255,0.4); }

#top_slide .item.no_hover:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}

.mask_link { height: 350px; }
.bx-pager.bx-default-pager { background-color: transparent !important; }
.bx-viewport { padding-bottom: 10px; }

@media screen and (max-width: 769px) {

	#top_slide {
		width: 100%;
		height: auto;
		margin: -4px auto 5px;
	}

	#top_slide #panel_areapc,#top_slide #panel_areasp {
		width: 100%;
		height: auto;
	}

	#top_slide #panel_areapc ul,#top_slide #panel_areasp ul {
		width: 100%;
		height: auto;
		position:absolute;
		top:0;
		left:0;
	}

	#top_slide #panel_areapc li,
	#top_slide #panel_areapc li img,#top_slide #panel_areasp li,
	#top_slide #panel_areasp li img {
		width: 100%;
		height: auto;
		right: auto;
	}

	#top_slide .markerpc {
		width:100%;
		height: 17px;
		padding-top: 8px;
		text-align: center;
		z-index:10;
	}

	#top_slide .markerpc li {
		width: 10px;
		height: 10px;
	}

	#top_slide .markerpc li div {
		display: none;
	}
	#top_slide .markersp {
		width:100%;
		height: 17px;
		padding-top: 8px;
		text-align: center;
		z-index:10;
	}

	#top_slide .markersp li {
		width: 10px;
		height: 10px;
	}

	#top_slide .markersp li div {
		display: none;
	}
	#top_slide .pager {
		display: block;
		width:100%;
		height: 25px;
		position:absolute;
		bottom:0;
		left:0;
	}

	#top_slide .pager li {
		width:35px;
		height: 25px;
		list-style: none;
	}

	#top_slide .pager li.prev {
		position:absolute;
		left:0;
		top:0;
		z-index:10;
	}

	#top_slide .pager li.next {
		position:absolute;
		right:0;
		top:0;
		z-index:10;
	}
}


/*news
---------------------------------------------------------- */

.top_news {
	clear: both;
	overflow: hidden;
	zoom:1;
	margin:0 0 68px 0;
}

.top_news h2{
    margin-bottom: 0px !important;
    padding-bottom: 20px !important;
    border-bottom: none;
    font-weight: normal;
    font-size: 153.9%;
    line-height: 1.2;
    color: #000;
    text-align: center;
    border-left: none;
    border-bottom: 3px solid #005bac !important;
}
.top_news_list {
	padding:0 0 20px 0;
	margin:0 0 0 0;
}
@media screen and (max-width: 769px) {
	h2{
	    margin-bottom: 10px !important;
	    padding-bottom: 5px !important;
	    width: 94%;
	    margin: 0 auto;
	    padding: 0 3% 10px;
	    font-size: 105%;
	    font-weight: normal;
	    line-height: 1.2;
	    text-align: left;
	    color: #005bac;
	    border-bottom: 3px solid #005bac !important;
	}
	.top_news {
	    margin: 3px 0 0 0;
	}
	.top_news_list {
		height:190px;
		overflow-y:scroll;
-webkit-overflow-scrolling: touch
	}
	.top_news h2{
		margin-bottom: 10px !important;
		padding-bottom: 5px !important;
		width:94%;
		margin: 0 auto;
		padding: 0 3% 10px;
		font-size: 105%;
	}
}

/*list*/
.top_news_list dl {
	margin-top: 10px;
	/*cursor:pointer;*/
}

.top_news_list dl:first-child {
	margin-top:0;
	padding-top: 10px;
}

.top_news_list dt {
    float: none;
    font-size: 93%;
    display: inline-block;
    color: #363636;
    /* background-color: #e6e6e6; */
    font-weight: bold;
    margin: 0 15px 0 0;
    line-height: 1.3;
}
.top_news_list span {
    line-height: 1.3;
    width: 100px;
    display: inline-block;
    margin-right: 10px;
}
.top_news_list dt strong{
    display: inline-block;
    width: 73px;
    background-color: #0056b9;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    padding: 2px;
    color: #FFF;
}
.top_news_list dd {
    font-size: 108%;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
    max-width: 755px;
    zoom: 1;
    margin-top: 0px;
}

.top_news_list dd strong {
	display:block;
}
.top_news_list dd img {
    margin:0 5px;
}

.top_news_list dd a {
	color:#333333;
	text-decoration: none;
	float:none;
}
@media screen and (max-width: 769px) {
	.top_news_list {
		margin-bottom: 20px;
		font-size:0.8em;
		padding: 10px 0 5px 0;
		border-top: 1px dotted #c3c3c3;
		border-bottom: 1px dotted #c3c3c3;
	}
	.top_news_list dl {
		margin-top: 10px;
		padding: 0 2% 5px;
		border-bottom: 1px solid #d6d6d6;
	}

	.top_news_list dl:first-child {
		padding-top: 0;
	}

	.top_news_list dt {
		/*float: none;*/
		margin: 0 10px 0 10px;
	}
	.top_news_list dd {
		font-size:97%;
		/*overflow: hidden;*/
		overflow:visible;
		zoom:1;
		margin-left: 10px;
		margin-top: 6px;
		text-indent: -12px;
	}

	.top_news_list dd strong {
.top_news_list dd a
		margin-bottom:5px;
	}
	.top_news_list dd img {
		margin:0 5px;
	}

	.top_news_list dd a {
		color:#333333;
		margin:5px 0 0 12px;
		display: inline;
	}
	.top_news_list span {
		font-weight: bold;
		line-height: 1.3;
		width: 97px;
		display: inline-block;
		margin-right: 3px;
	}
	.top_news h2 {
	    margin-bottom: 10px !important;
	    padding-bottom: 5px !important;
	    width: 94%;
	    margin: 0 auto;
	    padding: 0 3% 10px;
	    font-size: 105%;
	    font-weight: normal;
	    line-height: 1.2;
	    text-align:left;
	    color: #005bac;
	}
	.top_news_list {
	    height: 190px;
	    overflow-y: scroll!important;
	    -webkit-overflow-scrolling: touch;
	}
	h2 .btn_area {
	    width: 100%;
	    text-align: right;
	}
	h2 .btn_area img {
	    margin-left: 6px;
	}

	h2 img {
	    width: auto!important;
	    height: 22px!important;
	}
}



/*bnr*/

.top_bnr {
}

.top_bnr_l li,
.top_bnr_s li {
	margin-bottom: 5px;
	list-style: none;
}


@media screen and (max-width: 769px) {
	.top_bnr_l,
	.top_bnr_s {
		width:94%;
		margin: 0 auto;
		width: 100%;
		background-color: #e8e8e8;
		margin: 0 auto;
		padding: 5px 0;
	}

	.top_bnr_s ul {
		margin-left: -3%;
	}

	.top_bnr_s li,
	.top_bnr_l li {
		margin-top: 5px;
	}

	.top_bnr_s li {
		/*margin-left: 3%;*/
		/*float: left; */
		width: 75%;
		/* margin-left: 3%; */
		display: block;
		margin: 5px auto 5px auto;
	}

	.top_bnr_l li img,
	.top_bnr_s li img {
		width: 100%;
		height: auto;
	}
}

/* top_products */
.product_box {
    display: inline-block;
    margin: 3px;
    width: 47%;
    float: left;
    height: 174px;
    border: 1px solid #dfdfdf;
    color: black;
}
.product_box a span {
    width: 100%;
    background: #d3d3d3;
    display: block;
    margin: 0;
    font-size: 0.8em;
    text-align: center;
    line-height: 2.3;
    text-decoration: none;
}
.product_box a {
    color:#434343;
    text-decoration: none;
}
.product_box dd{
	font-size:0.8em;
}
.sponly{
	display:none;
}
@media screen and (max-width: 769px) {
.sponly{
	display:block;
}
}


/*TOPスマホデザイン対応*/
.top_contents_menu{
	background:#0056b9;
	text-decoration:none;
	font-weight:bold;
	padding: 10px 0;
	margin:0 0 15px 0;
}
.tp_inner{
	width: calc(100% - 6px);
	display: block;
	margin: 0 auto;
}
.tp_inner img{
    width: 30px;
    height: auto;
    display: inline-block;
    margin: 0 7px 0 0;
}
.tp_inner div{
	display: inline;
}
.tp_inner div a{
	font-size:95%;
    display: inline-block;
    border: 1px solid #FFF;
    color: #FFF!important;
    text-decoration: none;
    height: 29px;
    padding: 10px 5px 5px 5px;
    white-space: nowrap;
}
@media screen and (max-width: 370px) {
.tp_inner div a{
	font-size:80%;
}
}

.sp_pr a{
	width: calc(100% / 2 - 22px);
	margin: 3px 0px 3px 4px;
}
.sp_te a{
	width: calc(100% / 2 - 22px);
	margin: 3px 4px 3px 0;
}
.sp_te img{
	width: 25px;
}
.sp_ir a{
	width: calc(100% / 2 - 22px);
	margin: 3px 0px 3px 4px;
}
.sp_ca a{
	width: calc(100% / 2 - 22px);
	margin: 3px 4px 3px 0px;
}
.sp_co a{
	width: calc(100% - 27px);
	text-align: center;
	margin: 3px 4px;
	padding:3px 0 0 0;
}
.top_products {
    padding: 13px;
    margin: -10px 0 0px 0px;
	background:url(/img/top/top_pattern.gif);
}
.top_products img{
	margin:5px;
	border:1px solid #0056b9;
	display:inline-block;
	width: calc(100% / 2 - 20px);
	box-shadow: 0 0 4px #999;
	-moz-box-shadow: 0 0 4px #999;
	-o-box-shadow: 0 0 4px #999;
	-ms-box-shadow: 0 0 4px #999;
}
.top_products li{
	list-style:none;
	display:inline;
}

.emecha{
	padding:15px 5px;
	background:#ddd;
	text-align:center;
}
.emecha span{
	font-size:70%;
	font-weight:bold;
}
.emecha img{
	border:2px solid #0056b9;
	width:70%;
	margin:5px 0 0 0;
}
.link_over{
    position: absolute;
    /* background: #5352aa; */
    display: block;
    /*width: 48%;*/
    z-index: 100;
    height: 38px;
    margin: -37px 0 34px 0;
}
.link_over img{
	display:none;
}
@media screen and (max-width: 769px){
.link_over{
    position: relative;
    /* background: #5352aa; */
    display: block;
    width: 97%;
    z-index: 100;
    height: 38px;
    margin: -42px 0 0 0!important;
}
}
#hd_logo h1{
    padding: 0;
    line-height: 1;
    font-size: 100%;
    font-weight: bold;
    margin: 0 0 0 0px;
}
.rss_area{
     border-top: 2px solid #c3c3c3 !important;
}
.rss_area .btn_area{
    text-align: right;
    margin: 10px 5px 25px 0;
    display: inline-block;
    text-decoration: none;
    float: right;
}
.rss_area img{
    width: auto!important;
    height: 22px!important;
    margin:0 5px 0 0;
}
.i3_area_bg{
    background: url(/img/top/i3_bg.png) center -193px no-repeat;
    padding: 0px;
    position: absolute;
    left: 0;
    width: 100%;
    height: 600px;
    z-index: -100;
    background-size:cover;
}
.i3_area{
    text-align: right;
}
.i3_area .i3_logo{
    position: absolute;
    margin: -106px 0px 0 -198px;
    z-index: -100;
}
.i3_area .i3_txt{
    display: inline-block;
    margin: 43px 50px 0px 0;
    width: 460px;
    color: #FFF;
    text-align: left;
}
.i3_area .i3_link{
    margin: 25px auto 50px auto;
    text-align: center;
    display: block;
}
.i3_area .i3_link a{
    padding: 7px 30px;
    text-align: center;
    display: inline-block;
    border: 1px solid #e3e3e3;
    text-decoration: none;
    font-weight: normal;
    background-color: rgba(255,255,255,0.3);
    font-size: 115%;
    border-radius: 30px;
    color: #fff!important;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}
.i3_area .i3_link a:hover{
    background-color: rgba(255,255,255,0.6);
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}
.product_area_bg{
	background: linear-gradient(180deg, #0056B9 0%, #0056B9 0%, #0056B9 64%, #4A7ABC 100%);
    padding: 0px;
    position: absolute;
    left: 0;
    width: 100%;
    height: 980px;
    z-index: -100;
    background-size:cover;
}
.product_area h2{
    margin-top:-60px!important;
    margin-bottom:21px!important;
    padding-bottom: 0px !important;
    border-bottom: none;
    font-weight: normal;
    font-size: 153.9%;
    line-height: 1.2;
    color:#000;
    border-left: none;
    text-align: center;
}
.pc_product{
	margin:0 0 35px 0;
}
.pc_product li{
	list-style:none;
	display:inline-block;
	margin:8px 6px 0 0;
	background:#FFF;
}

.pc_product li h3{
    clear: none;
    display: block;
    width: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    color: #fff;
    font-weight: normal;
    font-size: 116%;
    line-height: 1.4;
    font-family: inherit;
    overflow: inherit;
    zoom: normal;
}
.pc_product h3 img {
    width: auto !important;
    height: auto !important;
}
.pc_product h3 span {
	display:block;
}
.pc_product li span{
    background: rgba(0,0,0,0.8);
    position: absolute;
    width: 315px;
    height: 43px;
    color: #FFF;
    text-align: center;
    /* bottom: 0; */
    font-size: 15px;
    margin: 127px 0 0 0;
    line-height: 45px;
    z-index: 1000;
}
.pc_product_bnr{
    margin:15px 0 25px 0;
}
.pc_product_bnr img{
width: 99%!important;
    display: block;
    margin: 0;
}
.key5_area_bg{
    background: url(/img/top/bg_5key.png) center 49px;
    padding: 0px;
    position: absolute;
    left: 0;
    width: 100%;
    height: 451px;
    z-index: -100;
}
.key5_area {
	margin:130px 0 60px 0;
}
.key5_area h2{
	display:inline-block;
	width: 33%;
	float: left;
	padding: 0 20px 0 0;
	margin: 0;
	border:none;
}
.key5_area h2 img{
	width:100%;
	height:auto!important;
}
.key5_area h3{
	display:inline-block;
	width: 100%;
	float: left;
	padding: 0 0px 0 0;
	margin: 0;
	border:none;
}
.key5_area h3 img{
	width: 100%!important;
	height:auto!important;
}
.key5_area ul{
	display:inline-block;
}
.key5_area li{
	display:inline-block;
}
.key5_area li:nth-child(2),.key5_area li:nth-child(4){
	margin:0;
}
.key5_area li:not(:first-child) img{
	width:100%;
}
.key5_area .btns{
	display:inline-block;
	width: 64%;
}
.pc_bnr_bg{
    background: #dedede;
    padding: 0px;
    position: absolute;
    left: 0;
    width: 100%;
    height: 150px;
    z-index: -100;
}
.pc_bnr {
	padding:30px 0 10px 0;
}
.pc_bnr ul{
	display:block;
	margin:0 auto;
	text-align:center;
}
.pc_bnr li{
	display:inline-block;
}
.pc_bnr li img{
	width:313px;
}
.osusume h2{
    margin-top:65px!important;
    margin-bottom:21px!important;
    padding-bottom: 0px !important;
    border-bottom: none;
    font-weight: normal;
    font-size: 153.9%;
    line-height: 1.2;
    border-left: none;
    color:#000;
    text-align: center;
}
.osusume ul{
	text-align: center;
}
.osusume li{
	display:inline-block;
}
.osusume li img{
	border:1px solid #c3c3c3;
}

.is-hide {
  height: 222px; /*隠した後の高さ*/
overflow: hidden;
}
.is-show {
  bottom: -2em;
}
.news_more{
    text-align: center;
    padding: 5px 15px;
    border: 1px solid #bfbfbf;
    margin: 10px auto 15px auto;
    width: 150px;
    color: #545454;
    border-radius: 30px;
    cursor: pointer;
}
.news_more:hover{
	background-color:#f2f2f2;
}
.news_more::after {
  content: "View more" /*クリック前のボタンのラベル*/
}
.is-show::after {
  content: "Close" /*クリック後にボタンのラベルを変える*/
}
.is-show + .news_more::before {
  display: none;
}
.news_more img{
    margin: 0 10px 0 0;
    width: 14px;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
}
.is-show img{
   	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

/* new */
.product_list_area {
	display: grid;
  }
  @media screen and (min-width: 769px) {
	.product_list_area {
	  grid-template-columns: repeat(5, 1fr);
	  gap: 14px;
	  margin-bottom: 50px;
	}
  }
  @media screen and (max-width: 768px) {
	.product_list_area {
	  width: calc(100% - 44px);
	  gap: 12px;
	  margin: 0 auto;
	  padding-bottom: 24px;
	}
  }
  .product_list_item {
	position: relative;
	list-style-type: none;
	z-index: 0;
  }
  @media screen and (min-width: 769px) {
	.product_list_item {
	  -webkit-transition: 0.3s;
	  transition: 0.3s;
	}
	.product_list_item:hover {
	  -webkit-transform: translateY(-5px);
			  transform: translateY(-5px);
	}
  }
  @media screen and (min-width: 769px) {
	.product_list_item::before {
	  position: absolute;
	  content: "";
	  width: 78.3783783784%;
	  height: 100%;
	  top: 0;
	  left: 50%;
	  -webkit-transform: translateX(-50%);
			  transform: translateX(-50%);
	  -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.2);
			  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.2);
	  z-index: -1;
	}
  }
  .product_list_item a {
	position: relative;
	background-color: rgb(240, 240, 240);
	text-decoration: none;
	border-radius: 10px;
  }
  @media screen and (min-width: 769px) {
	.product_list_item a {
	  display: block;
	}
  }
  @media screen and (max-width: 768px) {
	.product_list_item a {
	  display: grid;
	  grid-template-columns: 1fr 39.6341463415%;
	  min-height: 75px;
	}
  }
  @media screen and (min-width: 769px) {
	.product_list_img.-is-sp {
		display: none;
	}
  }
  @media screen and (max-width: 768px) {
	.product_list_img.-is-pc {
		display: none;
	}
  }
  .product_list_item a img {
	width: 100%;
	height: auto;
	border-radius: 10px;
  }
  .product_list_detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	bottom: 0;
	left: 0;
	background-color: #fff;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
  }
  @media screen and (min-width: 769px) {
	.product_list_detail {
	  position: absolute;
	  width: 100%;
	  min-height: 100px;
	  padding: 24px 18px;
	  border-radius: 0 0 10px 10px;
	  z-index: 2;
	}
  }
  @media screen and (max-width: 768px) {
	.product_list_detail {
	  padding: 4px 16px;
	  border-radius: 10px 0 0 10px;
	}
  }
  .product_list_title {
	font-size: 19px;
	font-weight: 700;
	line-height: 1.2631578947;
	color: rgb(0, 64, 152);
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
  }
  
  @media screen and (max-width: 768px) {
	.i3_area.-new .i3_logo {
	  position: relative;
	  margin: 0 0 -20vw;
	  z-index: 1;
	}
	.i3_area.-new .i3_logo img,
	.i3_area.-new .i3_logo source {
		transform: scale(1.5);
	}
	.i3_area.-new .i3_txt {
	  display: block;
	  width: calc(100% - 44px);
	  margin-left: auto;
	  margin-right: auto;
	}
	.product_area {
	  background: url(/img/top/bg_products04_sp.jpg) 50% 50% / cover;
	}
	.product_area h2 {
	  padding-top: 50px !important;
	  margin-top: 0 !important;
	  color: #fff;
	  border: 0 !important;
	}
	.i3_area .i3_link {
	  margin: 20px auto 30px;
	}
  }