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

body{
	background-size: cover;
	background-image: url("/campaign/new_dc_solution/image/bg_new_dc_solution_v2.jpg"); 
	background-attachment: fixed;
	background-position: center center;
	display: block;
    margin: 0 !important;
}

.header{
	position: fixed;
	z-index: 1000;
	height: 60px;
	width: 100%;
	background: rgba(225,225,225,0.25);
	border-bottom: 1px solid #fff;
}

.cont_all {
	overflow: hidden;
}

.can-menu {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: auto;
}

.can-scroll {
	margin-left: 40%;
	width: 40%;
	/*width: max-content;*/
	height: 100%;
	/*background-color: orange;*/
	position: absolute;
	top: 0;
	left: 0;
	overflow: auto;
}
.can-contact {
	height: 100%;
	position: fixed;
	top: 50%;
	left: 80%;
	overflow: auto;
	width: 100%;
	z-index: 300;
}
.can-contact_2 {
	height: 100%;	
	position: fixed;
	top: 0;
	left:0;
	overflow: auto;
	/*width: 43%;*/
	overflow-x: hidden;
	z-index:300;
}

.main_cont{
	/*margin-left:59%;
	width:58%;*/
	height: 100%;
	/*background-color:orange;*/
	top: 0;
	left: 65%;
	margin-left: 600px;
	width: 450px;
}

.dis_pc{
	display: block;
}

.dis_sp{
	display: none;
}

.main_bg{
	background-image: url(/campaign/new_dc_solution/image/bg_new_dc_solution_main_v5.jpg);
	background-position:center center;
}

.pc_ab{
	position: absolute;
	z-index:50;
}

.products{
	background-color: #fafafa;
	padding: 60px 20px 20px 20px;
}


/*text btn link*/
.notes-text{
    margin-top: 40px;
	margin-bottom: 20px;
    position: relative;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 0.85rem !important;
    line-height: 1.5;
}

.indent0{
    text-indent: 0;
    padding-left: 0;
}

.font_mini{
    font-size: 20px !important;
}

sup{
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.notes-c{
    font-weight:normal !important;
}

.mt200{
	margin-top: 100px;
}

#btn{
	position: fixed;
	bottom: 5px;
	right: 5px;
	cursor: pointer;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	background-color: #b4272d;
	border: 1px solid #b4272d;
	padding-top: 15px;
}

#btn:hover{
	background-color: #cccccc;
	border: 1px solid #cccccc;
	transition : 0.5s;
}

h1{
	color: #fff;
	font-family: Shippori Mincho B1, serif;
	font-style: normal;
}

.h1_pc{
	margin-top: 0px;
	margin-left: 20px;
	font-size: 24px;
	text-align: center;
	padding-top: 10px;
	letter-spacing: 0.2em;	
}

.cont_link{
	background: rgba(10,10,10,0.5);
	margin: 90px 50px 50px 85px;
	width:375px;
}

.cont_link a{
	color: #fff;
	text-decoration: none;
}
.cont_link a span{
	font-size: 16px;
}

.font-shippori-mincho{
    font-family: Shippori Mincho B1, serif;
    font-style: normal;
}

.name{
	margin-top: 20px;
	margin-bottom: 25px;
	padding: 0.5rem 1rem 0.5rem 1.5rem;
	background-image: linear-gradient(to top, #143477 10%, #367cc0 100%);
	background-repeat: no-repeat;
	background-size: 0.5rem 100%;
}

.name .en{
	font-size: 23px;
	font-weight: normal;
}

.name .sub{
	font-size: 14px;
	font-weight: normal;
}

.block_link{
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	border-top: 1px solid #fff;
	margin-bottom: 55px;
	padding: 5px 20px;
}

.block_link .sub{
	font-size: 12px;
	font-weight: normal;
}

.logo_link:hover{
	opacity: 0.5; 
	transition : 0.5s;
}

.catch{
	margin-top: 0;
	padding: 320px 35px;
	font-size: 26px;
	line-height: 54px;
	letter-spacing: 0.2em;
}

.fl{
	float: left;
}

.pt0{
	padding-top: 0;
}

.pr0{
	padding-right: 0;
}

.mt0{
	margin-top: 0;
}

.mb0{
	margin-bottom: 0;
}

/*table*/
table{
	border: #666666 !important;
	font-size: 16px;
	border-collapse: collapse;
	margin-top: 30px;
	width: 410px;
}

.spec th{
	background-color: #e1e1e1;
	text-align: left;
	padding: 10px 15px;
	font-size: 16px;
	border: 1px solid #666666;
}

.spec td{
	background-color: #fff;
	text-align: left;
	padding: 10px 15px;
	font-size: 16px;
	border: 1px solid #666666;
}

/*ul*/
ul.list{
	list-style-type: none;
	margin-bottom: 25px;
	padding-left: 0 !important;
}

ul.list li{
	padding-left: 1em;
	text-indent: -1em;
	font-size: 17px;
	line-height: 28px;
}

ul.list li:before{
	content: '■';
	color: #306fb2;
}
.caption{
	font-size: 13px;
	padding-left: 2em;
	text-indent: -2em;
}

/*sp menu*/
/* btn */
.drawer__button {
	/*position: relative;*/
	position: absolute;
	right: 0;
	width: 3rem;
	height: 3rem;
	background-color: transparent;
	border: none;
	cursor: pointer;
	z-index: 999;
	margin-top: 6px;
	}
/* btn line */
.drawer__button > span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 2px;
	background-color: white !important;
	transform: translateX(-50%);
}
.drawer__button > span:first-child {
	transform: translate(-50%, calc(-50% - 0.5rem));
	transition: transform 0.3s ease;
}
.drawer__button > span:nth-child(2) {
	transform: translate(-50%, -50%);
	transition: opacity 0.3s ease;
}
.drawer__button > span:last-child {
	transform: translate(-50%, calc(-50% + 0.5rem));
	transition: transform 0.3s ease;
}
/* open */
.drawer__button.active > span:first-child {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.drawer__button.active > span:nth-child(2) {
	opacity: 0;
}
.drawer__button.active > span:last-child {
	transform: translate(-50%, -50%) rotate(45deg);
}
/* open menu */
.drawer__nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	transition: opacity 0.3s ease;
	opacity: 0;
	visibility: hidden;
}
.drawer__nav.active {
	opacity: 1;
	visibility: visible;
}
.drawer__nav__inner {
	position: relative;
	width: 100%;
	height: 100%;
	/*background-color: white;*/
	background: rgba(10, 10, 10, 0.5);
	margin: 0 0 0 auto;
	padding:62px 24px 16px 0;	
	overflow: scroll;
	transform: translateX(100%);
	transition: transform 0.3s ease;
}
.drawer__nav.active .drawer__nav__inner {
	transform: translateX(0);
}
.drawer__nav__menu {
	list-style: none;
	padding-left: 0;
}
.drawer__nav__link {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 10px;
	border-bottom: 1px solid #fff;
}

.pc_menu{
	margin-bottom:0 !important;
	padding-bottom:50px !important;
	position: relative;
}

.pc_menu a{
 	position: absolute;
}

.pc_menu:hover,
.drawer__nav__item:hover{
	background: rgba(150, 150, 150, 0.5);
	transition : 0.5s;
}

.pc_menu{
	margin-bottom:0 !important;
	padding-bottom:50px !important;
	position: relative;
}

/* menu open bg */
body.active {
	height: 100%;
	overflow: hidden;
}

section {
	width: 100%;
	height: 30vh;
}

.arrow-top{
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0 10px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(45deg);
}

.col_icon{
	float: left;
}

.col_icon img{
	width: 16%;
}

.block_icon_2{
	margin-top:30px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	justify-content:space-between;
}

.block_icon_2 img{
	max-width: 15.7%;
	height: auto;
	padding: 0 5px 0 0;
}

.img_pro{
	max-width: 410px;
}

.img_menu{
	max-width: 52px;
}

.menu_text{
	float: left;
}

.menu_img{
	float: right;
}

.sp_menu_text{
    float: left !important;
}
.sp_menu_img{
    text-align: right; !important;
}

.img_menu_sp{
	max-width: 55px;
}

.container{
	display: flex;
	justify-content: center;
	align-items: center;
	height:75px;
	vertical-align:middle;
}

.child{
	width: 160px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -15px 0 0 -15px;
}

.container_2 {
	width: 100%;
	height: 80px;
	/* 準備 */
	position: relative;
	background: linear-gradient(90deg, #02357b, #007ec6)
}

.child_2 {
	width: 162px;
	height: 40px;
	/* 水平・垂直方向の中央揃え */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/*border:2px #ccc solid;*/
	/*height:200px;*/
	margin-top: 25px;
	margin-bottom:0px;
}

.between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 410px !important;
}

.around {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.content img{
	width: 64px !important;
	height: auto !important;
}

/*other*/

.header_logo{
	width: 133px;
	height: auto;
	margin: 18px;
}

.ta_cen{
	text-align: center;
}

.headerContact:hover{
	opacity: 0.8; 
	transition : 0.5s;
}

.icon_con{
	width:100px;
	height:auto;
}

/*sp*/
@media screen and (max-width:1420px){
	.can-contact {
		height: 100%;
		position: fixed;
		top: 50%;
		left: 90%;
		overflow: auto;
		width: 100%;
	}
}

	@media screen and (max-width:1190px){
	.main_cont{
		margin-left: 450px;
	}
	.cont_link{
		margin-left: 35px;
	}
}

@media screen and (max-width:1010px){
	.sp_contact_icon{
		position: relative;
	}

	.sp_contact_icon_img{
		position: absolute;
		right: 0;
		bottom: 50px;
	}
	.can-contact {
		/*height: 100%;*/
		position: fixed;
		top: 0;
		left: 0;
		overflow: hidden;
		/*width: 100%;*/
	}
	.sp_pb{
		padding-bottom:55px;
	}
	.wrap {
		margin-bottom: 30px;
	}
	.arrow-top {
		width: 20px;
		height: 20px;
		margin: 0 5px;
	}
	#btn {
		width: 55px;
		height: 55px;
	}
	.icon_con{
		width:75px;
		height:auto;
	}
}

@media screen and (max-width:980px){
	body{
		background-image: none !important;
	}	
	.pc_ab{
		position: relative;
	}
	.main_bg{
		width: 100%;
		background-size: cover;
		background-image: url(/campaign/new_dc_solution/image/bg_new_dc_solution_main_v5.jpg); 
		/*background-attachment:fixed;*/
		background-position: center center;
	}
	.dis_pc{
		display: none;
	}
	.dis_sp{
		display: block;
	}
	.footer_logo{
		padding: 20px 0;
		text-align: center;
		background-color: #fff;
	}
	.can-contact_2{
		display: none !important;
	}
	.main_cont{
		margin-left: 0;
		width: 100%;
		left: 0;
	}
	.can-contact{
		pointer-events: none;
	}
	.sp_contact_icon_img,
	.btn_top{
		pointer-events: auto;
	}
	.can-scroll {
		margin-left: 0;
		width: 100%;
	}
	table{
		width: 100% !important;
	}
	.wrap{
		margin-top: 30px;
		display: flex;
		justify-content: space-around;
		justify-content: space-between;
		width: 100% !important;
	}
	.content img{
		width: 100% !important;
		height: auto !important;
	}
	.sp_pl{
		padding-right: 10px;
	}
	.sp_footer_block{
	background:linear-gradient(90deg, #02357b, #007ec6)
	}
	.sp_footer_block:hover{
		opacity: 0.8; 
		transition : 0.5s;
	}
	.sp_footer_contact{
		color: #fff;
		text-decoration: none;
		font-size: 14px;
		vertical-align: middle;
	}
	.main_cont{
		height: 100% !important;
		top: 0 !important;
		left: 0 !important;
		margin-left: 0 !important;
		width: 100% !important;
	}
	.img_pro{
		max-width: 100%;
	}
	.catch{
		padding: 270px 35px;
		font-size: 23px;
		line-height: 51px;
	}
	.name .en {
		font-size: 20px;
	}
}