@charset "utf-8";
/* CSS Document */

/*-------------------
製品ページ　商談TOPページ用CSS
/emp/index.asp
-------------------*/
h1 {
	font-size: 2.5em;
}
h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 1.7em;
	text-align: center;
	line-height: 1.3em;
}
.btn a:hover{
	opacity: 0.85;
	cursor : pointer;
}
.sptab-only {
	display: none;
}
.pc-only {
	display: none;
}
.sp-only {
	display: block;
}
.kerning {
	text-indent: -0.5em;
}
.contents {
	width: 90%;
	max-width: 64em;
	margin: auto;
	text-align: center;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	.sp-only {
		display: none;
	}
	.sptab-only {
		display: block;
	}
	.pc-only {
		display: none;
	}
}
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	h2{
		font-size: 1.5em;
	}
	.sp-only {
		display: none;
	}
	.sptab-only {
		display: none;
	}
	.pc-only {
		display: block;
	}
}


/*-----------------
 *メインビジュアル
-----------------*/
.main-v {
	padding-top: 48px;
	width: 100%;
	height: auto;
	min-height: 25em;
	position: relative;
	overflow: hidden;
}
.main-slideshow {
	position: relative;
	z-index: 0;
	height: 0;
}
ul.main-slideshow span {
	width: 100%;
	height: 100%;
	min-height: 25em;
	position: absolute;
	top: 0;
	left: 0;
	color: transparent;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: none;
	opacity: 0;
	z-index: 0;
	animation: imageAnimation 21s linear infinite 0s;
}
.main-slideshow li:nth-child(1) span {
	background-image: url(/web/jp/emp/images/top_main-bg01.jpg);
	background-position : left bottom;
	background-repeat: no-repeat;
}
.main-slideshow li:nth-child(2) span {
	background-image: url(/web/jp/emp/images/top_main-bg02.jpg);
	background-position : left -280px top;
    background-repeat: no-repeat;
	animation-delay: 7s;
}
.main-slideshow li:nth-child(3) span {
	background-image: url(/web/jp/emp/images/top_main-bg03.jpg);
    background-repeat: no-repeat;
	animation-delay: 14s;
}
@keyframes imageAnimation {
	0% { opacity: 0; }
	8% { opacity: 1; }
	24% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 0; }
}
.no-cssanimations span {
	opacity: 1;
}
.main-v_tx {
	width: 100%;
	height: auto;
	display: block;
	color: #222;
	position: relative;
}
.main-v_tx .main-v_tx_inner {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	padding-top: 3em;
	width: 92%;
	height: auto;
}
.main-v_tx h1 {
	font-weight: bold;
	font-size: 1.75em;
	padding-bottom: 0.75em;
	line-height: 1.3em;
	color: #fff;
    text-shadow: 2px -2px 45px #000000;
}
.main-v_tx .count_title {
	font-size: 16px;
	line-height: 1.6;
	display: block;
	margin-bottom: 30px;
}
.main-v_tx .count_tx {
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.5em;
	color: #fff;
    text-shadow: 2px -2px 45px #000000;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	.main-v_tx .count_title {
		line-height: 2;
	}
	.main-slideshow li:nth-child(2) span {
		background-position : center top;
	}
	.main-v_tx .main-v_tx_inner {
		position: absolute;
		top: 2em;
		width: 47em;
	}
	@-moz-document url-prefix() {
		.main-v_tx .main-v_tx_inner {
			top: 2em;
		}
	}
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	.main-v{
		min-height: 30em;
	}
	.main-slideshow {
		position: unset;
	}
	.main-v_tx .count_title {
		font-size: 0.55em;
		line-height: 1.6;
	}
	.main-v_tx h1 {
		padding-bottom: 0.25em;
		font-size: 2.5em;
	}
	.main-v_tx .count_tx {
		font-size: 1.25em;
	}
	.main-v_tx .main-v_tx_inner {
		top: 2em;
	}
	@-moz-document url-prefix() {
		.main-v_tx .main-v_tx_inner {
			top: 2em;
		}
	}
}

/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	.main-v {
		min-height: 34em;
	}
	.main-slideshow{
		position: relative;
	}
	ul.main-slideshow span {
		height: 34em;
	}
	.main-v_tx .main-v_tx_inner {
		top: 4em;
	}

	@-moz-document url-prefix() {
		.main-v_tx .main-v_tx_inner {
			top: 4em;
		}
	}

}

/* お知らせ一覧 */
.sp_fix {
	display: none;
}
.news {
	padding: 1.5em 0;
	height: 4.5em;
    background: #f0f0f0;
	position: relative;
}
.news .ticker_inner {
	width: 90%;
	margin: 0 auto;
}
.news .ticker_label {
	font-size: 0.875em;
    display: inline-block;
    padding: 0 1.5em 0 0;
    border-right: 1px solid #777;
}
.news .ticker ul{
	position: absolute;
	width: 90%;
}
.news .ticker ul li {
	padding-top: 1.5em;
	font-size: 0.8em;
	line-height: 1.4;
    display: none;
	overflow: hidden;
}
.news .ticker a {
	color: #333;
	text-decoration: underline;
	text-decoration-color: #777;
	font-weight: bold;
}
.news .ticker li span {
	padding-right: 1.5em;
	font-weight: normal;
}
.news .listbtn {
	display: inline-block;
	width: 6em;
	vertical-align: middle;
	padding-right: 1.75em;
	position: absolute;
	right: 0;
	bottom: 1em;
}
.news .listbtn a {
	display: block;
	width: 100%;
	font-size: 0.75em;
	color: #fff;
	text-align: center;
	background: #777;
	border-radius: 4px;
	padding: 0.5em;
}
.news .listbtn a::after {
	content: '';
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	.sp-fix {
		display: block;
	}
	.news {
		width: 800px;
		height: 28px;
		padding: 16px 150px 16px 24px;
		margin-bottom: 3.5em;
		background-color: #fff;
		font-size: 0.75em;
		color: #333;
		border-radius: 8px;
		overflow: hidden;
		position: absolute;
		top: 35em;
		left: 0;
		right: 0;
		margin: auto;
	}
	.news .ticker {
		width: 848px;
		margin-top: 0.5em;
	}
	.news .ticker_label {
		padding: 0.2em 1.5em 0 0;
		border-right: 1px solid #777;
	}
	.news .ticker_inner {
		position: relative;
    	width: 976px;
	}
	.news ul {
		width: 748px;
		height: 1em;
		min-height: 1em;
		margin-left: 7em;
		position: absolute;
    	top: 0.15em;
	}
	.news .ticker ul li {
		width: 100%;
		padding-top: 1px;
		margin-bottom: 0;
		font-size: 1em;
		line-height: 1;
	}
	.news .ticker li span {
		padding-right: 0;
	}
	.news .ticker a {
		padding-left: 0.85em;
	}
	.news .ticker a:hover {
		color: #777;
	}
	.news .listbtn {
		width: 7.375em;
		margin-right: 1.25em;
		position: absolute;
		right: 0;
		top: 1.2em;
	}
	.news .listbtn a {
		font-size: 14px;
	}
}

/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	.news {
		width: 850px;
		padding: 16px 150px 16px 24px;
		font-size: 0.875em;
		top: 33em;
		left: 0;
		right: 0;
		margin: auto;
	}

}


/*-----------------
 *ボタン
-----------------*/
/*　共通　*/
.btn a::after {
	content: '>';
	position: absolute;
	right: 0.625em;
	transform: scale( 0.8 , 1.1 );
	display: inline-block;
	font-weight: normal;
}

/* CVボタン */
.cnv_btn {
	width: 90%;
	max-width: 32em;
	margin: 40px auto 40px;
	text-align: center;
}
.cnv_btn a {
	padding: 1em 1em 0.85em;
	background-color: #ff7800;
	border-radius: 6px;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 0.85em;
	display: block;
	position: relative;
}

/*-----------------
 *キャッチコピー
-----------------*/
#sec-catch {
    background-image: url(/web/jp/emp/images/top_about-img_bg.png);
	background-repeat: no-repeat;
	background-position: top 20px center;
	background-size: 120%;
	margin-top: 0;
	padding: 60px 0;
}
#sec-catch .catch-inner {
	width: 90%;
	max-width: 1024px;
}
#sec-catch p {
	color: #333;
}
#sec-catch h2.catch_title {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 35px;
	line-height: 1.5em;
}
#sec-catch .catch_tx {
	width: 96%;
	font-size: 0.9em;
	text-align: left;
	line-height: 1.75em;
    margin: 0 auto 35px;
}
#sec-catch img{
	width: 100%;
	max-width: 400px;
    margin: auto;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	#sec-catch{
		background-size: 80%;
	}
	#sec-catch img{
		max-width: 800px;
	}
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	#sec-catch{
		background-size: 949px;
		background-position: top -30px center;
		padding: 70px 0 50px;
	}
	#sec-catch h2.catch_title{
		font-size: 1.5em;
	}
	#sec-catch .catch_tx{
		font-size: 1em;
		text-align: center;
	}
	#sec-catch img{
		max-width: 1024px;
	}
}

/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
}

/*-----------------
 *メリット
-----------------*/
#sec-merit{
	padding: 60px 0 40px;
	background-color: #f7f2f2;
}
#sec-merit .contents{
	background-color: #fff;
	border-top: 1px solid #c62024;
	margin-bottom: 40px;
	padding-bottom: 20px;
}
#sec-merit .contents:last-child{
	margin-bottom: 0;
}
#sec-merit h3{
	color: #c62024;
	font-size: 1em;
	font-weight: bold;
	padding: 30px 0 20px;
}
#sec-merit h3 span{
	display: none;
}
.merit-tx{
	font-size: 0.95em;
	line-height: 1.5em;
	font-weight: bold;
	width: 86%;
    margin: 0 auto 40px;
}
.merit-box dl{
	width: 87%;
	margin: 0 auto 40px;
}
.merit-box dl dt img{
	width: auto;
	height: 100px;
	display: block;
	margin: 0 auto 10px;
}
.merit-box2 dl dt img{
	height: 96px;
}
.merit-box dl dd{
	font-size: 0.9em;
	line-height: 1.75em;
	text-align: left;
}
#sec-merit .merit-btn{
	margin-top: 60px;
}
#sec-merit .merit-btn p.lead{
	color: #333;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 20px;
}
#sec-merit .cnv_btn{
	margin: 0 auto 0;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	#sec-merit h3 span{
		display: inline;
	}
	.merit-box dl{
		width: 29%;
		float: left;
	    margin: 0 2% 40px;
	}
	.merit-box dl:first-child{
	    margin-left: 3%;
	}
	#sec-merit .contents{
		padding-bottom: 40px;
	}
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	#sec-merit h3{
		font-size: 1.25em;
		padding: 40px 0;
	}
	#sec-merit{
		padding: 70px 0 50px;
	}
	.merit-tx{
		font-size: 1em;
	}
	#sec-merit .merit-btn p.lead{
		font-size: 1.25em;
	}
}

/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	.merit-tx{
		margin-bottom: 20px;
	}
	.merit-box dl{
		width: 272px;
		float: left;
		margin-left: 0;
	    margin-right: 52px;
	}
	.merit-box dl:first-child{
	    margin-left: 52px;
	}
	.merit-box dl dd{
		font-size: 1em;
	}
	.merit-box dl dt img{
		height: 120px;
	}
}

/*-----------------
 *利用企業数
-----------------*/
#sec-member {
	background: url(/web/jp/emp/images/top_member_bg.png);
	background-position: center bottom -6px;
    background-repeat: no-repeat;
	background-size: 130%;
	padding: 60px 0;
}
#sec-member li {
	color: #333;
	font-size: 1.25em;
	line-height: 1.3em;
}
#sec-member strong {
	font-size: 1.5em;
	font-weight: bold;
	color: #c62024;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	#sec-member {
		background-size: 629px;
	}
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	#sec-member li{
		font-size: 1.5em;
	}
}

/*-----------------
 *選ばれる理由
-----------------*/
#sec-choose {
	background: #f7f2f2;
	padding: 60px 0 40px;
}
#sec-choose .choose_wrapper {
	width: 90%;
	margin: auto;
}
#sec-choose img {
	height: 100px;
}
#sec-choose .choose_col {
	margin: 0 auto 40px;
	display: inline-block;
	vertical-align: top;
}
#sec-choose .choose_col:last-child{
	margin-bottom: 0;
}
#sec-choose .choose_title {
	color: #c62024;
	margin: 0.8em 0;
    font-size: 1.1em;
}
#sec-choose .choose_tx {
	text-align: left;
	font-size: 0.9em;
	line-height: 1.75em;
}
#sec-choose .bar01 {
	border: none;
	height: 1px;
	background-color: #ccc;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	#sec-choose .choose_wrapper{
		width: 100%;
	}
	#sec-choose .choose_col{
		width: 30%;
		float: left;
		margin-right: 5%;
		margin-bottom: 0;
	}
	#sec-choose .choose_col:last-child{
		margin-right: 0;
	}
}
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	#sec-choose{
		padding: 70px 0 50px;
	}
	#sec-choose .choose_title{
		font-size: 1.25em;
	}
	#sec-choose .choose_tx{
		font-size: 1em;
	}
}


/*-----------------
 *事例エリア（受発注_卸パッケージから引用）190111追加
-----------------*/
#sec-case .contents {
    width: 90%;
    max-width: 64em;
    margin: auto;
}

#sec-case .expl-tx　{
	margin-bottom: 2em;
	line-height: 1.5em;
	text-align: center;
}


/* タブレット縦サイズ 768px(16×48em)~ smサイズ */

@media screen and (min-width:48em) {
    /* .case-interview.one 事例ひとつだけのレイアウト */
    .case-interview.one {
        position: relative;
        height: 260px;
    }
    .case-interview.one .case-interview_card {
        height: 220px;
        width: 700px;
        top: 0;
        left: 0;
        right: 0;
        position: absolute;
        margin: auto;
    }
    .case-interview.one .case-interview_card dt {
        height: auto;
        width: auto;
        float: none;
    }
    .case-interview.one .case-interview_card dt img {
        height: 220px;
        float: left;
        width: auto;
    }
    .case-interview.one .case-interview_card dd {
            position: relative;
        float: left;
        width: 280px;
        padding: 10px 30px;
    }
    .case-interview.one .case-interview_card dd.itv-name {
        margin-top: 1.5em;
    }
}


/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */

@media screen and (min-width:64em) {}

/*-----------------
 *セキュリティ
-----------------*/
#sec-security {
	padding: 60px 0 0;
	margin-bottom: 40px;
}
.section_lead {
	width: 90%;
	font-size: 14px;
	line-height: 1.75em;
	text-align: center;
	margin: 0.35em auto 2.5em;
}
.security_logo {
	width: 100%;
	max-width: 293px;
	margin: 0 auto 2rem;
  padding-bottom: 24px;
}
.security_logo a:hover img{
	opacity: 0.8;
}
.security_logo img.logo01 {
	width: 18%;
}
.security_logo img.logo02 {
	width: 27%;
}
.security_logo img.logo03 {
	width: 20%;
}
.security_logo img {
	width: 24%;
	margin: 0 3%;
	vertical-align: middle;
}
.security_icon {
	width: 45%;
	height: 175px;
	float: left;
}
.security_icon:nth-child(odd){
    margin-right: 10%;
}
.security_icon img {
	width: 3em;
	height: 3em;
	margin: 0 33% 1em;
}
.security_icon p {
	font-size: 0.8em;
	line-height: 1.5em;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
	.security_icon-box{
		width: 600px;
		margin: auto;
	}
	.security_icon {
		width: 160px;
		margin-right: 60px;
	}
	.security_icon:nth-child(3),.security_icon:nth-child(6){
		margin-right: 0;
	}
	.security_logo img {
		margin: 0 4%;
	}
}
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	#sec-security{
		padding: 70px 0 20px;
	}
	.security_icon-box {
		width: 100%;
	}
	.security_icon {
		width: 140px;
		margin-right: 36px!important;
	}
	.security_icon:last-child {
		margin-right: 0!important;
	}
}

/*-----------------
 *セキュリティ 20200924
-----------------*/
.security_merit-box{
		display:flex;
		flex-direction:column;
		justify-content: flex-start;
		margin-bottom: 1.25rem;
		text-align: left;
}
.security_merit-box .security_merit{
		border:solid 1px #144E94;
		width:100%;
		margin-bottom: 1rem;
		display: flex;
		flex-direction:column;
    align-items: center;
}
.security_merit-box .security_merit h3{
	color: #082F50;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
  width: 100%;
	margin: 0;
	box-sizing: border-box;
	padding: 2.1rem 1rem;
}
.security_merit-box .security_merit.merit1 h3{
	background: url(/web/jp/information/securityguide/img/nav-hack-bg.png) no-repeat;
	background-size: cover;
	background-position: center -5px;
}
.security_merit-box .security_merit.merit2 h3{
	background: url(/web/jp/information/securityguide/img/nav-op-bg.png) no-repeat;
	background-size: cover;
}
.security_merit-box .security_merit.merit3 h3{
	background: url(/web/jp/information/securityguide/img/nav-faci-bg.png) no-repeat;
	background-size: cover;
}
.security_merit-box .security_merit p{
	color: #222;
	font-size: 1rem;
	line-height: 1.75rem;
	padding: 1rem;
	text-align: left;
	width:auto;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
	.security_icon-box{
		width: 600px;
		margin: auto;
	}
	.security_icon {
		width: 160px;
		margin-right: 60px;
	}
	.security_icon:nth-child(3),.security_icon:nth-child(6){
		margin-right: 0;
	}
	.security_logo img {
		margin: 0 4%;
	}
	.security_merit-box .security_merit{
		flex-direction: row;
	}
	.security_merit-box .security_merit h3{
		width: 100%;
		background-position: center 0 !important;
		padding: 3.1rem 1rem;
	}
	.security_merit-box .security_merit p{
		width: 100%;
	}
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	.security_merit-box{
		flex-direction: row;
		justify-content: space-between;
	}
	.security_merit-box .security_merit{
		margin-bottom: 0;
		width:320px;
		flex-direction:column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.security_merit-box .security_merit h3{
		color: #082F50;
		font-size: 1.125rem;
		font-weight: 700;
		padding: 1.5rem 1rem;
		margin: 0;
		line-height: 1;
		width: 1	00%;
	}
	.security_merit-box .security_merit p{
		width:auto;
	}
}

/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	.security_icon-box {
		width: 100%;
	}
	.security_icon {
		width: 140px;
		margin-right: 36px!important;
	}
	.security_icon:last-child {
		margin-right: 0!important;
	}
	.security_merit-box .security_merit h3{
		padding: 1.75rem 1rem;
	}
}

/*-----------------
 *資料請求
-----------------*/
#sec-purpose {
    padding: 3.5em 0 1em 0;
    background: url(/web/jp/asp/buyer/images/menu-kanri_purpose-bg.jpg) center no-repeat;
    background-size: cover;
    text-align: center;
}
#sec-purpose p {
    padding-bottom: 0.5em;
    font-size: 1em;
    line-height: 1.5em;
    font-weight: bold;
}
#sec-purpose .normal-tx {
	font-weight: 500;
    text-shadow: 2px 2px 8px #fff;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
    #sec-purpose p.big {
        font-size: 1em;
    }
}

/*-----------------
 *新規ご契約の方
-----------------*/
#sec-anew {
	background: #555;
	padding: 2.5em 0;
	text-align: center;
}
#sec-anew h3 {
	font-size: 1.25em;
	color: #fff;
}
.clearfix:after {
    clear: both;
    content: “”;
    display: block;
    height: 0;
}


/*-----------------
 *topに戻る
-----------------*/
#btn_Pagetop {
	position: fixed;
  	bottom: 40px;
  	right: 20px;
}
#btn_Pagetop a {
	display: block;
  	border-radius: 50%;
  	width: 40px;
  	height: 40px;
  	background-color: #999;
  	color: #fff;
  	font-size: 18px;
}
#btn_Pagetop a::after {
	content: '>';
    transform: rotate(-90deg) scale( 0.6 , 1.2 );
    font-weight: normal;
    position: absolute;
    top: 11px;
    left: 14px;
}
#btn_Pagetop a:hover {
  text-decoration: none;
  opacity: 0.8;
}
