@charset "UTF-8";
/**
 * case.css
 * createdAt: 2020.04.28
 * modified : 2023.06.14
 * modified : 2025.01.22
 * modified : 2025.02.07
 * modified : 2025.03.11
 */


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

normalize

------------------------------------------------------------------- */
ul, li, dl, dt, dd{
	list-style:none;
}


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

common

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

/* margin
-------------------------- */
.mb5{
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mt10 {
	margin-top: 10px;
}
/* images
-------------------------- */
img{
	max-width:100%;
	height:auto;
	vertical-align:bottom;
}
.fade {
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.fade:hover {
	opacity: .5;
	filter: alpha(opacity=60);
}

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

main visual

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

/* main_visual */
.main_visual{
	height:500px;
	background:url(../img/img_visual.jpg) no-repeat center center;
	background-size:cover;
}
@media screen and (max-width: 1100px) {
.main_visual{
	padding-left:15px;
	padding-right:15px;
}
}
@media screen and (max-width: 639px) {
.main_visual{
	height:500px;
	background:url(../img/img_visual_sp.jpg) no-repeat center center;
	background-size:cover;
}
}

/* h2 */
.main_visual > h2{
	width:1190px;
	line-height:1.3;
	margin-left:auto;
	margin-right:auto;
	padding-top:8%;
	color:#fff;
	font-size:33px;
	letter-spacing:0.05em;
	position:relative;
}
@media screen and (max-width: 1565px) {
.main_visual > h2{
	padding-top:145px;
}
}
@media screen and (max-width: 639px) {
.main_visual > h2{
	width:auto;
	padding-top:175px;
	font-size:20px;
}
}
@media screen and (max-width: 375px) {
.main_visual > h2{
	font-size:15px;
}
}
.main_visual > h2 span{
	font-size:20px;
	display:block;
}
@media screen and (max-width: 639px) {
.main_visual > h2 span{
	font-size:13px;
}
}
.main_visual .or{
	color:#FCC302;
}
/* inner */
.main_visual .inner{
	width:32%;
	margin-top:5%;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
}
@media screen and (max-width: 1565px) {
.main_visual .inner{
	width:500px;
}
}
@media screen and (max-width: 1100px) {
.main_visual .inner{
	width:500px;
}
}
@media screen and (max-width: 639px) {
.main_visual .inner{
	width:auto;
	margin-top:80px;
}
}
.main_visual .inner > h3{
	line-height:1.3;
	margin-bottom:25px;
	padding:5px 10px;
	color:#00286D;
	text-align:left;
	background:#FEDA14;
	display:inline-block;
	position:relative;
}
.main_visual .inner > h3:after{
	width:0;
	height:0;
	border-top: 13px solid #FEDA14;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 6px solid #FEDA14;
	content:"";
	position:absolute;
	left:40px;
	bottom:-19px;
	transform: rotate(10deg);
}
@media screen and (max-width: 639px) {
.main_visual .inner > h3{
	font-size:15px;
}
}
.main_visual .inner > p{
	line-height:1.3;
	font-size:22px;
	font-weight:bold;
	letter-spacing:0.05em;
}
@media screen and (max-width: 639px) {
.main_visual .inner > p{
	font-size:18px;
}
}
.main_visual .inner > p span{
	font-size:12.5px;
	display:block;
}
@media screen and (max-width: 639px) {
.main_visual .inner > p span{
	font-size:10px;
	display:block;
}
}


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

appex_content

------------------------------------------------------------------- */
.appex_content{
	width:1190px;
	margin-left:auto;
	margin-right:auto;
}
@media screen and (max-width: 639px) {
.appex_content{
	width:auto;
	margin-left:15px;
	margin-right:15px;

}
}

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

avilable

------------------------------------------------------------------- */
.avilable_wrap{
	width:1190px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
}
@media screen and (max-width: 639px) {
.br-pc{
	display: none;
}
	
.avilable_wrap{
	width:auto;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:50px;
}
}
/* avilable_head */
.avilable_head{
	margin-top: 30px;
	margin-bottom: 60px;
	justify-content: space-between;
	align-items: center;
	display: flex;
}
@media screen and (max-width: 639px) {
	.avilable_head{
		display: block;
	}
}
@media screen and (max-width: 414px) {
	.avilable_head{
		margin-top: 0px;
		margin-bottom: 40px;
	}
}
.avilable_head > h2{
	margin-right: 20px;
	font-size:37px;
	color:#0069ac;
	flex: 1;
}
@media screen and (max-width: 639px) {
	.avilable_head > h2{
		margin-bottom: 20px;
		font-size:30px;
	}
	}
	@media screen and (max-width: 414px) {
	.avilable_head > h2{
		font-size:22px;
	}
	}
.avilable_head > h2 > span{
	margin-top: 5px;
	font-size:18px;
	font-weight: bold;
	color: #000;
	display: block;
}
@media screen and (max-width: 639px) {
	.avilable_head > h2 > span{
		font-size:15px;
	}
	}
	@media screen and (max-width: 375px) {
		.avilable_head > h2 > span{
		font-size:12px;
	}
	}
@media screen and (max-width: 639px) {
	.avilable_head .rc_products{
		padding: 0 15px;
		text-align: center;
	}
}
/* avilable_link */
.avilable_link{
	display: grid;
	grid-template: repeat(1, 1fr) / repeat(3, 1fr);
	gap: 25px 25px;
}
@media screen and (max-width: 639px) {
	.avilable_link{
		grid-template: repeat(1, 1fr) / repeat(2, 1fr);
	}
}
@media screen and (max-width: 414px) {
	.avilable_link{
		grid-template: repeat(1, 1fr) / repeat(1, 1fr);
	}
}
.avilable_link li{
	position: relative;
}
.avilable_link li a{
	height: 100%;
	display: block;
	border: 1px #0169B4 solid;
}
.avilable_link li a:after{
	width: 18px;
	height: 18px;
	content: "";
	position: absolute;
	bottom: 15px;
	left: 46%;
	display: inline-block;
	border-top: 2px solid #727171;
	border-right: 2px solid #727171;
	transform: rotate(135deg);
  }

.avilable_link li a > h3{
	height: 70px;
	line-height: 1.2;
	padding: 0px 20px;
	color: #fff;
	background-color: #0169B4;
	display: flex;
	align-items: center;
}
@media screen and (max-width: 639px) {
	.avilable_link li a > h3{
		height: 60px;
		font-size: 15px;
	}
}
.avilable_link li a > h3 span{
	position: absolute;
	right: 15px;
	top: 25px;
}
.avilable_link li a > h3 span img{
	width: 111px;
	box-shadow: 3px 3px 6px #333;
}
@media screen and (max-width: 639px) {
	.avilable_link li a > h3 span img{
		width: 80px;
	}
}
.avilable_link li a > h3 span.ccus img{
	width: 111px;
	box-shadow: 3px 3px 6px #333;
	border-radius: 7px;
}
@media screen and (max-width: 639px) {
	.avilable_link li a > h3 span.ccus img{
		width: 80px;
	}
}
.avilable_link li a > h3 > sup{
	font-size:11px;
	margin-top: -6px;
	margin-left: 2px;

}

.avilable_link_inner{
	padding: 40px 30px;
	justify-content: center;
	align-items: center;
	display: flex;
}
@media screen and (max-width: 639px) {
	.avilable_link_inner{
		padding: 36px 20px;
	}
}
.avilable_link_inner.mt{
	margin-top: 13px;
}
.avilable_link_inner dd{
	line-height: 1.3;
	margin-left: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.avilable_link_inner dd.height{
	line-height: 1.6;
}
@media screen and (max-width: 639px) {
	.avilable_link_inner dd{
		font-size: 15px;
	}
}
.avilable_link_inner dd span{
	font-weight: normal;
	font-size: 13px;
	display: block;
}

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

my_num

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

/* common */
.card_wrap{
	width:1190px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:30px;
	padding-top:100px;
}
@media screen and (max-width: 639px) {
.card_wrap{
	width:auto;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:50px;
	padding-top:50px;
}
}
#ccus{
	padding-bottom:60px;
}
@media screen and (max-width: 375px) {
#ccus{
	padding-bottom:20px;
}
}
/* cmn_txt */
.cmn_txt{
	padding-left:1.3em;
	text-indent:-1.3em;
}
@media screen and (max-width: 375px) {
.cmn_txt{
	margin-bottom:15px;
}
}
.cmn_txt:last-of-type{
	margin-bottom:0px;
}
.cmn_txt:first-letter{
	margin-right:5px;
}
.cmn_txt_imp{
	font-size: large;
	border: 2px solid #ddd;
    padding: 1.1%;
    line-height: 1.9;
}
@media screen and (max-width: 639px) {
.cmn_txt_imp{
	font-size: 10px;
}
}
.cmn_cap{
	font-size:small;
	padding-left:1.3em;
	text-indent:-1.3em;
	margin-top:15px;
}
@media screen and (max-width: 375px) {
.cmn_cap{
	margin-bottom:15px;
}
}
@media screen and (max-width: 639px) {
.br_tax{
	display:none;
}
}
/* my_num_ttl */
.my_num_ttl{
	height:93px;
	line-height:93px;
	margin-bottom:50px;
	padding-left:280px;
	font-size:30px;
	color:#fff;
	background:url(../img/bg_ttl.jpg) repeat-x left bottom;
	position:relative;
}
.my_num_ttl:before{
	width:200px;
	height:127px;
	content:"";
	position:absolute;
	top:-55px;
	left:50px;
	background:url(../img/img_mynumber.png) no-repeat left top;
	background-size:100% auto;
}
@media screen and (max-width: 639px) {
.my_num_ttl{
	height:65px;
	line-height:65px;
	padding-left:200px;
	font-size:25px;
}
.my_num_ttl:before{
	top:-40px;
	left:30px;
	background-size:70% auto;
}
}
@media screen and (max-width: 414px) {
.my_num_ttl{
	height:50px;
	line-height:50px;
	margin-bottom:30px;
	padding-left:140px;
	font-size:20px;
}
.my_num_ttl:before{
	top:-35px;
	left:15px;
	background-size:55% auto;
}
}
/* card_ttl */
.health_ttl{
	padding-left:70px;
	font-size:26px;
	background:url(../img/ico_health.png) no-repeat left center;
}
@media screen and (max-width: 414px) {
.health_ttl{
	padding:7px 0  7px 70px;
	font-size:20px;
}
}
.bank_ttl{
	padding:7px 0  7px 70px;
	font-size:26px;
	background:url(../img/ico_jpki.png) no-repeat left 8px center;
}
@media screen and (max-width: 414px) {
.bank_ttl{
	padding:14px 0  14px 70px;
	font-size:17px;
}
}

/* my_num_health */
.my_num_health{
	margin-bottom:30px;
	display:flex;
}
@media screen and (max-width: 639px) {
.my_num_health{
	margin-bottom:30px;
	display:block;
}
}
.my_num_health li:first-child{
	flex:1;
}
@media screen and (max-width: 639px) {
.my_num_health li:first-child{
	margin-bottom:20px;
}
}
.my_num_health li:last-child{
	width:272px;
	margin-left:60px;
}
@media screen and (max-width: 639px) {
.my_num_health li:last-child{
	width:auto;
	margin-left:0px;
	text-align:center;
}

}
/* 
-------------------------------------------------------------------

d_VIC

------------------------------------------------------------------- */
/* d_VIC_ttl */
.d_VIC_ttl{
	margin-bottom:50px;
	padding:20px 15px 20px 280px;
	font-size:30px;
	color:#fff;
	background:url(../img/bg_ttl.jpg) repeat-x left bottom;
	position:relative;
}
.d_VIC_ttl:before{
	width:200px;
	height:127px;
	content:"";
	position:absolute;
	top:-55px;
	left:50px;
	background:url(../img/img_vehicle_inspection_certificate.png) no-repeat left top;
	background-size:100% auto;
}
@media screen and (max-width: 639px) {
.d_VIC_ttl{
	padding:20px 15px 20px 200px;
	font-size:25px;
}
.d_VIC_ttl:before{
	top:-40px;
	left:30px;
	background-size:70% auto;
}
}
@media screen and (max-width: 414px) {
.d_VIC_ttl{
	margin-bottom:30px;
	padding:10px 15px 10px 140px;
	font-size:20px;
}
.d_VIC_ttl:before{
	top:-35px;
	left:15px;
	background-size:55% auto;
}
}

/* car_ttl */
.car_ttl{
	padding-left:70px;
	font-size:26px;
	background:url(../img/ico_car.png) no-repeat left center;
}
@media screen and (max-width: 414px) {
.car_ttl{
	padding:7px 0  7px 70px;
	font-size:20px;
}
}

/* taxi_ttl */
.taxi_ttl{
	padding-left:70px;
	font-size:26px;
	background:url(../img/ico_taxi.png) no-repeat left center;
}
@media screen and (max-width: 414px) {
.taxi_ttl{
	padding:7px 0  7px 70px;
	font-size:20px;
}
}

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

d_license

------------------------------------------------------------------- */
/* d_license_ttl */
.d_license_ttl{
	margin-bottom:50px;
	padding:20px 15px 20px 280px;
	font-size:30px;
	color:#fff;
	background:url(../img/bg_ttl.jpg) repeat-x left bottom;
	position:relative;
}
.d_license_ttl:before{
	width:200px;
	height:127px;
	content:"";
	position:absolute;
	top:-55px;
	left:50px;
	background:url(../img/img_dlicense.png) no-repeat left top;
	background-size:100% auto;
}
@media screen and (max-width: 639px) {
.d_license_ttl{
	padding:20px 15px 20px 200px;
	font-size:25px;
}
.d_license_ttl:before{
	top:-40px;
	left:30px;
	background-size:70% auto;
}
}
@media screen and (max-width: 414px) {
.d_license_ttl{
	margin-bottom:30px;
	padding:10px 15px 10px 140px;
	font-size:20px;
}
.d_license_ttl:before{
	top:-35px;
	left:15px;
	background-size:55% auto;
}
}


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

id

------------------------------------------------------------------- */
/* id_ttl */
.id_ttl{
	margin-bottom:50px;
	padding:20px 15px 20px 280px;
	font-size:30px;
	color:#fff;
	background:url(../img/bg_ttl.jpg) repeat-x left bottom;
	position:relative;
}
.id_ttl:before{
	width:200px;
	height:127px;
	content:"";
	position:absolute;
	top:-55px;
	left:50px;
	background:url(../img/img_HPKIcard.png) no-repeat left top;
	background-size:100% auto;
}
@media screen and (max-width: 639px) {
.id_ttl{
	padding:20px 15px 20px 200px;
	font-size:25px;
}
.id_ttl:before{
	top:-40px;
	left:30px;
	background-size:70% auto;
}
}
@media screen and (max-width: 414px) {
.id_ttl{
	margin-bottom:30px;
	padding:10px 15px 10px 140px;
	font-size:20px;
}
.id_ttl:before{
	top:-35px;
	left:15px;
	background-size:55% auto;
}
}
.id_ttl sup{
	font-size:medium;
}

/* card_ttl */
.idcard_ttl{
	padding-left:70px;
	font-size:26px;
	background:url(../img/ico_card.png) no-repeat left center;
}
@media screen and (max-width: 414px) {
.idcard_ttl{
	padding:7px 0  7px 70px;
	font-size:20px;
}
}


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

ccus

------------------------------------------------------------------- */
/* ccus_ttl */
.ccus_ttl{
	/* height:93px;
	line-height:93px; */
	margin-bottom:50px;
	padding:20px 15px 20px 280px;
	font-size:30px;
	color:#fff;
	background:url(../img/bg_ttl.jpg) repeat-x left bottom;
	position:relative;
}
.ccus_ttl:before{
	width:200px;
	height:127px;
	content:"";
	position:absolute;
	top:-55px;
	left:50px;
	background:url(../img/img_ccus.png) no-repeat left top;
	background-size:100% auto;
}
@media screen and (max-width: 639px) {
.ccus_ttl{
	/* height:65px;
	line-height:65px; */
	line-height: 1.2;
	padding:20px 15px 20px 200px;
	font-size:25px;
}
.ccus_ttl:before{
	top:-40px;
	left:30px;
	background-size:70% auto;
}
}
@media screen and (max-width: 414px) {
.ccus_ttl{
	/* height:50px;
	line-height:50px; */
	margin-bottom:30px;
	padding:15px 15px 15px 140px;
	font-size:20px;
}
.ccus_ttl:before{
	top:-35px;
	left:15px;
	background-size:55% auto;
}
}
.ccus_ttl sup{
	font-size:medium;
}

/* card_ttl */
.ccuscard_ttl{
	padding-left:70px;
	font-size:26px;
	background:url(../img/ico_build.png) no-repeat left center;
}
@media screen and (max-width: 414px) {
.ccuscard_ttl{
	padding:7px 0  7px 70px;
	font-size:20px;
}
}


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

pickup

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

.pickup_wrap{
	background:#dbeffe;
}
.pickup_wrap .inner{
	width:1190px;
	padding:50px 0 50px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
@media screen and (max-width: 639px) {
.pickup_wrap .inner{
	width:auto;
	margin-left:15px;
	margin-right:15px;
}
}
@media screen and (max-width: 639px) {
.pickup_wrap .inner{
	padding:30px 0 150px;
}
}
@media screen and (max-width: 414px) {
.pickup_wrap .inner{
	padding:20px 0 80px;
}
}
.pickup_wrap .inner a{
	color:#006EB8;
	text-decoration:underline;
}
.pickup_wrap .inner a:hover{
	text-decoration:none;
}

.img_pickup{
	position:absolute;
	top:0;
	left:0;
}
@media screen and (max-width: 639px) {
.img_pickup img{
	width:65%;
}
}
@media screen and (max-width: 375px) {
.img_pickup img{
	width:40%;
}
}
.pickup_ttl{
	margin-bottom:80px;
	text-align:center;
	color:#002c6a;
	font-size:40px;
	letter-spacing:0.02em;
}
@media screen and (max-width: 639px) {
.pickup_ttl{
	margin-bottom:50px;
	padding-left:100px;
	font-size:25px;
	text-align:left;
}
}
@media screen and (max-width: 375px) {
.pickup_ttl{
	margin-bottom:40px;
	padding-left:70px;
	font-size:16px;
	text-align:left;
}
}
/* my_num_point */
.my_num_point{
	margin-bottom:30px;
	display:flex;
}
@media screen and (max-width: 639px) {
.my_num_point{
	margin-bottom:30px;
	display:block;
}
}
.my_num_point li:first-child{
	flex:1;
}
@media screen and (max-width: 639px) {
.my_num_point li:first-child{
	margin-bottom:20px;
}
}
.my_num_point li:last-child{
	width:188px;
	margin-left:60px;
}
@media screen and (max-width: 639px) {
.my_num_point li:last-child{
	width:auto;
	margin-left:0px;
	text-align:center;
}
}
.pickup_ttl2{
	margin-bottom:10px;
	font-size:26px;
}
@media screen and (max-width: 414px) {
.pickup_ttl2{
	font-size:20px;
}
}

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

item_wrap

------------------------------------------------------------------- */
.item_wrap{
	width:1190px;
	padding:50px 0;
	margin-left:auto;
	margin-right:auto;
}
@media screen and (max-width: 639px) {
.item_wrap{
	width:auto;
	margin-left:15px;
	margin-right:15px;
}
}
.item_wrap > h2{
	margin-bottom:30px;
	padding-bottom:10px;
	font-size:26px;
	text-align:center;
	border-bottom:1px #bfbfbf solid;
}
.item_block{
	display:inline-block;
	width:360px;
    margin-left: 30px;
	margin-right:auto;
	text-align:center;
}
}
@media screen and (max-width: 639px) {
img {
    max-width:100%;
    height: auto;
}
.item_block{
	width:auto;
	margin-left:auto;
	margin-bottom:30px;
}
}
@media screen and (max-width: 414px) {
img {
    max-width: 100%;
    height: auto;
}
.item_wrap{
	width:auto;
}
.item_block{
	width:auto;
	margin-left:auto;
	margin-bottom:30px;
}
}
.item_ttl_sub{
	font-size:14px;
	font-weight:bold;
	text-align:left;
}
.item_ttl{
	font-size:26px;
	font-weight:bold;
	text-align:left;
	align-items: center;
	display:flex;
}
.item_ttl .discon{
background: #999999;
position: relative;
display: inline-block;
margin: 0 0 0 30px;
padding: 4px 40px;
font-size: 16px;
font-weight:400;
line-height: 1.0;
color: #fff;
}
.item_ttl .txt80{
	font-size:16px;
}
.item_btn{
	position:relative;
}
.item_btn a{
	padding:10px 0;
	color:#fff;
	background:#0066B1;
	display:block;
}
.item_btn .icon-ic_right_arrow2{
	font-size:10px;
	position:absolute;
	top:30%;
	right:10px;
}

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

pdf_wrap

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

.pdf_wrap{
	background:#dbeffe;
}
.pdf_wrap .inner{
	width:800px;
	padding:50px 0 150px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
@media screen and (max-width: 639px) {
.pdf_wrap .inner{
	width:auto;
	margin-left:15px;
	margin-right:15px;
}
}
@media screen and (max-width: 639px) {
.pdf_wrap .inner{
	padding:50px 0 150px;
}
}
@media screen and (max-width: 375px) {
.pdf_wrap .inner{
	padding:30px 0 80px;
}
}
.pdf_wrap .inner > h2{
	margin-bottom:30px;
	font-size:26px;
	text-align:center;
}
.pdf_block{
	justify-content:space-between;
	display:flex;
}
@media screen and (max-width: 639px) {
.pdf_block{
	display:block;
}
}
.pdf_block li{
	width:200%;
}
@media screen and (max-width: 639px) {
.pdf_block li{
	width:auto;
}
.pdf_block li:first-child{
	margin-bottom:20px;
}
}
.pdf_block li a{
	padding:15px 40px;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	letter-spacing:0.05em;
	background:#002C69 url(../img/ico_dl.png) no-repeat right 30px center;
	display:block;
}
@media screen and (max-width: 414px) {
.pdf_block li a{
	padding:10px 20px;
	font-size:14px;
	background:#002C69 url(../img/ico_dl.png) no-repeat right 20px center;
}
}

/*========================================

  hosp product

========================================*/

.apx_item > h2{
	margin-bottom:30px;
	padding-bottom:10px;
	font-size:26px;
	border-bottom:1px #bfbfbf solid;
}

@media screen and (max-width: 414px) {
img {
    max-width: 100%;
    height: auto;
}
}

.apx_item_img{
    float: left;
    margin: 0 0 0 12%;
    line-height: 0;
}
@media (max-width: 639px) {
  .apx_item_img {
    float: none;
    margin: auto;
    width: 80%;
  }
}

.apx_item_ttl{
    float: right;
    /* width: 435px; */
    width: 45.7894736%;
}
@media (max-width: 639px) {
  .apx_item_ttl {
    float: none !important;
    width: auto;
    margin: 0;
  }
}

.apx_item_ttl em{
    display: block;
    margin-bottom: 5px;
    font-size: 87.5%;
    font-style: normal;
    line-height: 1.4;
}

.apx_item_ttl h1{
    font-size: 150%;
    line-height: 1.1;
}
	
.apx_item_ttl .discon {
    background: #666666;
    position: relative;
    display: inline-block;
    margin: 0 0 0 30px;
    padding: 4px 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.0;
    color: #fff;
}

.apx_item_ttl .txt80{
	font-size:16px;
}

.apx_item_btn {
	font-size:11pt;
    position: relative;
    box-sizing: border-box;
    display: block;
    margin: 15px 0 0;
    padding: 13px 35px 13px 15px;
    max-width: 410px;
    line-height: 1.2;
    text-align: center;
    color: #fff	!important;
    background: #3b64b2;
    transition: opacity 0.2s;
}
.apx_item_btn:after {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -9px;
    font-family: "fontello";
    content: '\e866';
    color: #fff	!important;
}

.apx_item_btn2 {
	font-size:11pt;
    position: relative;
    box-sizing: border-box;
    display: block;
    margin: 15px 0 0;
    padding: 13px 35px 13px 15px;
    max-width: 145px;
    line-height: 1.2;
    text-align: center;
    color: #fff	!important;
    background: #3b64b2;
    transition: opacity 0.2s;
}
.apx_item_btn2:after {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -9px;
    font-family: "fontello";
    content: '\e866';
    color: #fff	!important;
}

/* apx_rel_block
---------------------------------------------------------------*/
.apx_rel_block{
	padding: 350px 0 30px;
}
@media screen and (max-width: 639px) {
	.apx_rel_block{
		padding: 20px 0 20px;
	}
}
/* apx_rel_product */
.apx_rel_product{
	justify-content: space-between;
	display: flex;
}
@media screen and (max-width: 639px) {
	.apx_rel_product{
		display: block;
	}
}
.apx_rel_product li{
	width:570px;
	padding: 30px 70px;
	box-sizing: border-box;
	border:1px #bfbfbf solid;
	display: flex;
}
@media screen and (max-width: 639px) {
	.apx_rel_product li{
		width:auto;
		margin:0;
		padding: 15px;
	}
	.apx_rel_product li:first-child{
		margin-bottom:30px;
	}
}
.apx_rel_product li > h1{
	margin-right: 50px;
}
.apx_rel_product li .tm{
	margin-right: 20px;
}

@media screen and (max-width: 414px) {
	.apx_rel_product li > h1{
		margin-right:15px;
	}
	.apx_rel_product li > h1 img{
		width:80px;
	}
}
/* apx_rel_block
---------------------------------------------------------------*/
.apx_rel_block{
	padding: 350px 0 30px;
}
@media screen and (max-width: 639px) {
	.apx_rel_block{
		padding: 20px 0 20px;
	}
}
/* apx_rel_product */
.apx_rel_product{
	justify-content: space-between;
	display: flex;
}
@media screen and (max-width: 639px) {
	.apx_rel_product{
		display: block;
	}
}
.apx_rel_product li{
	width:570px;
	padding: 30px 70px;
	box-sizing: border-box;
	border:1px #bfbfbf solid;
	display: flex;
}
@media screen and (max-width: 639px) {
	.apx_rel_product li{
		width:auto;
		margin:0;
		padding: 15px;
	}
	.apx_rel_product li:first-child{
		margin-bottom:30px;
	}
}
.apx_rel_product li > h1{
	margin-right: 50px;
}
.apx_rel_product li .tm{
	margin-right: 20px;
}

@media screen and (max-width: 414px) {
	.apx_rel_product li > h1{
		margin-right:15px;
	}
	.apx_rel_product li > h1 img{
		width:80px;
	}
}
.apx_rel_list{
	flex: 1;
}
.apx_rel_list dt{
	margin-bottom: 2px;
	font-size:14px;
}
.apx_rel_list dd.title{
	font-size: 24px;
	font-weight: bold;
	line-height:0.9em;
}
.apx_rel_list dd.title span{
	font-size: 12px;
	font-weight: 400;
}

.apx_rel_discon_left{
    background: #666;
    width: 100%;
    margin-top: auto;
    padding: 0;
    position: relative;
    left: 254px;
    bottom: 94px;
    color: #fff;
    padding: 5px 20px 3px 20px;
}
@media screen and (max-width: 639px) {
    .apx_rel_discon_left{
		position:static;
		font-size:12px;
		padding: 1px 10px 1px 10px;
    }
}

.apx_rel_discon_left:last-child {
    padding: 5px 20px 3px 20px;
    text-align: center;
    color: #fff;
}

.apx_rel_discon_right{
    background: #666;
    width: 100%;
    margin-top: auto;
    padding: 0;
    position: relative;
    left: 188px;
    bottom: 94px;
    color: #fff;
    padding: 5px 20px 3px 20px;
}
@media screen and (max-width: 639px) {
    .apx_rel_discon_right{
		position:static;
		font-size:12px;
		padding: 1px 10px 1px 10px;
    }
}
.apx_rel_discon_right:last-child {
    padding: 5px 20px 3px 20px;
    text-align: center;
    color: #fff;
}

.pickup_cmn_block {
    list-style: none;
    display: flex;
}
.pickup_cmn_block li {
    width: 23%;
    margin-right: 2.6%;
    margin-bottom: 3.5%;
}
.pickup_cmn_block li a {
    display: block;
}
.pickup_cmn_list dd {
    text-align: center;
    color: #565656;
    font-size: 15px;
    font-weight: bold;
}
.pickup_cmn_list dt {
    margin-bottom: 10px;
}
.aqa_bk_bl {
	background:#DBEFFE;
}