@charset "utf-8";
/* CSS Document */

/*-------------------
製品ページ　規格書top用CSS
/kikaku/index.asp
-------------------*/
h2 {
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 1.5em;
}
h3 {
	font-size: 1em;
}
.contents {
	width: 90%;
	max-width: 64em;
	margin: auto;
	text-align: center;
}
#sec-case .expl-tx, #sec-logo .expl-tx, #sec-format .expl-tx {
	margin: 0.35em 0 1.25em;
	line-height: 1.4;
}

/*-----------------
 *mainv
-----------------*/
.main-v {
	padding: 7em 0 4em;
	width: 100%;
	height: auto;
	overflow: hidden;
	background-image: url("/web/jp/kikaku/images/top_mainv-bg.jpg");
	background-size: 1200px;
	background-repeat: no-repeat;
	background-position: left -140px bottom 0;
}
.main-v h1 {
	font-size: 1em;
	line-height: 1.2;
	font-weight: bold;
	color: #fff;
	text-shadow: -2px -2px 15px #e19140, 2px -2px 15px #e19140;
}
.main-v h1 span {
	font-weight: normal;
	font-size: 1.15em;
	line-height: 1.2;
}
.main-v h1 em {
	padding: 0.9em 0 0.5em;
	font-size: 2em;
	display: block;
}
.cnv_btn {
	 margin: 2.5em auto 0;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	.main-v {
		background-size: 1260px;
		background-position: left -250px top 36px;
	}
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	.main-v {
		background-size: cover;
		background-position: left -250px top 8px;
		padding: 8em 0 8em;
	}
	.main-v h1 {
		font-size: 1.25em;
		line-height: 1.4;
	}
	.main-v h1 em {
		padding: 0.9em 0 0.1em;
		font-size: 2em;
	}
	.main-v h1 span {
		font-size: 1em;
	}
}
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	.main-v {
		background-position: left 0px top 50px;
	}
}

/*-----------------
 *お知らせ　20190808追加
-----------------*/
.news {
	padding: 1.5em 0;
	height: 4.5em;
    background: #fff;
	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: '';
}

#sec-news {
	padding: 3em 0;
	background-color: #f0f0f0;
}
#sec-news h2 {
	color: #333;
    font-size: 1.3em;
	text-align: left;
}
#sec-news li {
	margin-bottom: 2em;
	text-align: left;
}
#sec-news li a {
	color: #333;
	font-size: .9em;
	line-height: 1.5em;
}
#sec-news li a span.date {
	margin-bottom: 1em;
	padding-left: 1em;
	font-weight: bold;
	display: inline-block;
	position: relative;
}
#sec-news li a span.date:before,#sec-news li a span.date:after {
    content: "";
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #333;
    margin: auto;
    vertical-align: middle;
	position: absolute;
	top: 0;
    bottom: 0;
    left: 0;
}
.cnd-btn-sub {
	width: 90%;
	max-width: 14em;
	margin: 0 auto;
	text-align: center;
	float: right;
}
.cnd-btn-sub a {
	padding: 1.25em 1em 1.25em;
	background-color: #777;
	border-radius: 6px;
	color: #fff;
	font-size: 1em;
	line-height: 0.85em;
	display: block;
	position: relative;
}
.cnd-btn-sub a::after {
	content: '>';
	position: absolute;
	right: 0.625em;
	top: 0;
    bottom: 0;
    margin: auto 0;
    height: 20px;
	-webkit-transform: scale(0.5, 1.0);
       -moz-transform: scale(0.5, 1.0);
    	-ms-transform: scale(0.5, 1.0);
    		transform: scale(0.5, 1.0);
	display: inline-block;
	font-weight: normal;
}

/* タブレット横サイズ 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;
	}
	#sec-news li a:hover, #sec-news li a:hover span {
		text-decoration: underline;
	}
	#sec-news li a span.date {
		padding-right: 1em;
	}
	.cnd-btn-sub a {
		padding: 1.25em 1em 1em;
	}
	.cnd-btn-sub a::after {
		top: .8em;
	}

}

/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	.news {
		width: 850px;
		padding: 16px 150px 16px 24px;
		font-size: 0.875em;
		top: 30em;
		left: 0;
		right: 0;
		margin: auto;
	}

}

/*-----------------
 *メインビジュアルバナー　20190808追加
-----------------*/
.top_banner{
	display: none;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	.top_banner{
		display: block;
		height: 130px;
		position: absolute;
		top: 29em;
		right: 2%;
		box-shadow: 4px 6px 10px rgba(0,0,0,0.6);
		background-color: #fff;
		transition : all 300ms;
		animation:move 600ms both;
		animation-delay:2s;
	}
	.top_banner a{
		display: block;
	}
	.top_banner:hover{
		box-shadow: 4px 6px 20px rgba(0,0,0,0.6);
		transition : all 300ms;
	}
	.top_banner:hover img{
		opacity: 0.85;
	}
}



/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	.top_banner{
		right: 6%;
	}
	#sec-news li {
		margin-bottom: .75em;
	}
}

@keyframes move {
	0% {
		top: 29em;
	}
	50% {
		top: 28.5em;
	}
	100% {
		top: 29em;
	}
}



/*-----------------
 *規格書とは
-----------------*/
#sec-means {
    background: #f5f5f5;
	padding: 1.25em 0;
}
#sec-means .means_tx {
	display: inline-block;
	vertical-align: middle;
}
#sec-means .means_tx a {
    color: #2684e2;
	font-size: 1em;
	text-decoration: none;
	position: relative;
	text-align: center;
}
#sec-means .means_tx a span {
	text-decoration: underline;
}
#sec-means .means_tx a:hover {
    opacity: 0.85;
}
#sec-means .means_tx a::before {
    content: "?";
	font-weight: bold;
    background: #fff;
    color: #999;
    line-height: 32px;
	top: -7px;
    left: -45px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
}
#sec-means .means_tx a::after, #sec-items .tx_area p.btn a::after {
	content: '>';
	position: absolute;
    right: -1.5em;
    -webkit-transform: scale(0.6, 1.2);
		-moz-transform: scale(0.6, 1.2);
		-ms-transform: scale(0.6, 1.2);
	display: inline-block;
	font-weight: normal;
}

/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	#sec-means .means_tx a::before {
		top: -4px;
		left: -48px;
	}
}


/*-----------------
 *商品規格書掲載
-----------------*/
#sec-items {
	padding: 2.5em 0;
}
#sec-items .items_area, #sec-items .tx_area {
	display: inline-block;
	vertical-align: top;
}
#sec-items .items_area dl {
	width: 200px;
	height: 200px;
	text-align: center;
	letter-spacing: .03em;
    background: linear-gradient(180deg,#663c07 0%,#663c07 35%,#fff 0%,#fff 65%);
    border: 2px solid #663c07;	border: 2px solid #663c07;
	border-radius: 50%;
	position: relative;
}
#sec-items .items_area dt {
	color: #fff;
	position: absolute;
	top: 33px;
    left: 22%;
}
#sec-items .items_area dd {
	margin: 0 auto;
	font-weight: bold;
	color: #663c07;
	position: absolute;
	top: 108px;
	left: 0;
	right: 0;
}
#sec-items .items_area dd span {
	margin-bottom: .25em;
	font-size: 1.85em;
	line-height: 1;
	display: block;
}
#sec-items .items_area p {
	padding-top: 1em;
	font-size: .875em;
}
#sec-items .tx_area {
	margin: 2em 0 0 0;
}
#sec-items .tx_area p.items_title {
	margin-bottom: 1em;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.4;
}
#sec-items .tx_area p.items_tx {
	line-height: 1.75;
}
#sec-items .tx_area p.btn {
    display: inline-block;
	position: relative;
}
#sec-items .tx_area p.btn a {
	margin-top: .85em;
	color: #2684e2;
	display: block;
}
#sec-items .tx_area p.btn a span {
	text-decoration: underline;
}
#sec-items .tx_area p.btn a:hover {
	opacity: .8;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	#sec-items .tx_area {
		margin: 0 0 0 2.25em;
		width: 62%;
    	text-align: left;
	}
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	#sec-items .tx_area {
		width: 70%;
	}
}


/*-----------------
 *おすすめ
-----------------*/
#sec-recommend {
	background: linear-gradient(#f9ae1c,#fdbd40);
	padding: 5em 0;
	margin-bottom: 3.5em;
}
#sec-recommend .recommend_title {
	color: #663c07;
	font-weight: normal;
}
#sec-recommend .recommend {
	width: 90%;
	margin: 2.5em auto 1.5em;
}
#sec-recommend .recommend .recommend_images {
	margin: 0 auto 1em;
	position: relative;
	background: #fff;
	height: 100px;
    width: 100px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
#sec-recommend .recommend img {
    width: 60px;
    height: 62px;
    position: absolute;
    top: 20%;
    left: 20%
}
#sec-recommend .recommend_tx {
	line-height: 1.4em;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	#sec-recommend .recommend {
		width: 28%;
		margin: 1em 2em;
		float: left;
		padding-left: 10%;
	}
	#sec-recommend .recommend_area {
		margin-right: auto;
		margin-left: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	#sec-recommend .recommend {
		width: 15.5%;
		margin: 0 1.25em;
		padding: 0;
	}
	#sec-recommend .recommend_area{
		margin: 0;
		padding: 0;
	}
}
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	#sec-recommend .recommend {
		width: 10.75em;
		margin: 0 1em;
	}
}


/*-----------------
 *メリット　タブ
-----------------*/
#sec-merit {
	padding: 5em 0 3.5em;
}
.merit_bg {
	background: #f9f8f1;
}
.merit_contens {
	margin-bottom: 2.5em;
}
#tab_accordion {
    width: 100%;
    height: auto;
    border: none;
}
#tab_accordion dl {
    top: auto;
    left: auto;
    width: 100%;
    position: relative;
}
#tab_accordion dl dt {
    top: auto;
    left: auto;
    width: 100%;
	background: #fff;
    position: relative;
}
#tab_accordion dl:nth-child(2) dt,
#tab_accordion dl:nth-child(3) dt {
    left: auto;
}
#tab_accordion dl dt a {
    padding: 20px;
    height: auto;
    line-height: 1em;
	padding: 1em 0;
	font-weight: bold;
	color: #777;
	display: block;
	text-align: center;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#tab_accordion dl dt a span {
	display: block;
	font-size: 0.875em;
	font-weight: normal;
	padding-top: 0.4em;
}
#tab_accordion dl dt a::after {
    content: '';
    margin-top: -4px;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.2em;
    display: block;
    position: absolute;
    border-top: 2px solid #777;
    border-right: 2px solid #777;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#tab_accordion dl dt.btnAcv {
	background: #663c07;
}
#tab_accordion dl dt.btnAcv a {
	color: #fff;
}
#tab_accordion dl dt.btnAcv a::after {
    content: '';
    margin-top: -4px;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.2em;
    display: block;
    position: absolute;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#tab_accordion dl dd {
    top: auto;
    left: auto;
	padding: 2.5em 0 0;
	margin: 0 auto;
	width: 95%;
    height: auto;
    position: relative;
/*	display: none;
*/}
#tab_accordion dl dd p {
	text-align: center;
}
#tab_accordion dl dd .panel_title {
	padding-bottom: 1em;
	font-size: 1.25em;
	font-weight: bold;
}
#tab_accordion dl dd .panel_tx {
	margin-bottom: 2.5em;
	line-height: 1.4;
}
#tab_accordion dl dd li {
	background: #fff;
	border: solid 1px #f6a200 #f6a200 #fff #fff;
	border-color: #f6a200 #f6a200 #fff #fff;
	border-style: solid;
	border-width: 1px;
	padding: 2em 1.5em;
	margin: 1em 0;
}
#tab_accordion dl dd li p {
	text-align: left;
	font-weight: bold;
	line-height: 1.4;
	padding: 0.4em 0 0 3.4em;
}
#tab_accordion dl dd li p.ver01 {
	background: url("/web/jp/kikaku/images/top_tab_icon01.svg") no-repeat;
	background-size: 40px 30px;
}
#tab_accordion dl dd li p.ver02 {
	background: url("/web/jp/kikaku/images/top_tab_icon02.svg") no-repeat;
	background-size: 40px 28px;
}
#tab_accordion dl dd li p.ver03 {
	background: url("/web/jp/kikaku/images/top_tab_icon03.svg") no-repeat;
	background-size: 40px 30px;
}
#tab_accordion dl dd li p.ver04 {
	background: url("/web/jp/kikaku/images/top_tab_icon04.svg") no-repeat;
	background-size: 30px 28px;
    background-position: left 8px top 0;
}
#tab_accordion dl dd li p.ver05 {
	background: url("/web/jp/kikaku/images/top_tab_icon05.svg") no-repeat;
	background-size: 40px 28px;
}
#tab_accordion dl dd .tab_btn_area {
	display: inline-block;
    width: 100%;
    margin: 2.5em 0 3.5em;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	#tab_accordion dl dd li {
		width: 95%;
	}
	#tab_accordion dl dd {
		display: none;
	}
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	#tab_accordion {
		margin: 0 auto;
		width: 912px;
		height: 574px;
		position: relative;
	}
	#tab_accordion dl {
		top: 0;
		left: 0;
		width: 912px;
		position: absolute;
	}
	#tab_accordion dl dt {
		top: 0;
		left: 0;
		width: 304px;
		position: absolute;
		border-right: #f1f1f1 1px solid;
		box-sizing: border-box;
	}
	#tab_accordion dl:nth-child(2) dt {
		left: 304px;
	}
	#tab_accordion dl:nth-child(3) dt {
		left: 608px;
	}
	#tab_accordion dl dt a::after, #tab_accordion dl dt.btnAcv a::after  {
		display: none;
		content: '';
	}
	#tab_accordion dl dd {
		top: 70px;
		left: 0;
		padding: 3.5em 0 0;
		margin: 0;
		width: 100%;
		text-align: left;
		position: absolute;
		box-sizing: border-box;
	}
	#tab_accordion dl dd li {
		width: 41.5%;
		float: left;
		margin: 0.75em;
	}
	#tab_accordion dl dd li.left {
		float: left;
	}
	#tab_accordion dl dd li.right {
		float: right;
	}
	#tab_accordion dl dd li p {
    	height: 1.5em;
	}
	#tab_accordion dl dt:hover > a {
		background: #663c07;
		color: #fff;
	}
	#tab_accordion dl dt.btnAcv::after {
		position: absolute;
		top: 100%;
		left: 45%;
		content: '';
		width: 0;
		height: 0;
		border: 10px solid transparent;
		border-top: 15px solid #663c07;
	}
}
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	#tab_accordion {
		width: 1024px;
		height: 556px;
	}
	#tab_accordion dl {
		width: 1024px;
	}
	#tab_accordion dl dt {
		width: 340px;
	}
	#tab_accordion dl:nth-child(2) dt {
		left: 340px;
	}
	#tab_accordion dl:nth-child(3) dt {
		left: 680px;
	}
/*	#tab_accordion dl dt.btnAcv::after {
		left: 50%;
	}*/
	#tab_accordion dl dd li {
		width: 44.4%;
		margin: 0.5em 0;
	}
}


/*-----------------
 *事例 導入企業ロゴ
-----------------*/
/* 事例 */
#sec-case {
	padding: 3.5em 0;
}
#sec-case .case-interview_card .itv-name {
	padding-bottom: 0.5em;
}
#sec-case .case-interview_card .itv-type {
	font-size: 0.85em;
    color: #777;
    padding: 0 0 1em 1.2em;
}

/* 導入企業ロゴ */
#sec-logo {
	background: #f0f0f0;
	padding: 5em 0;
	margin: 3.5em 0 0;
}


/*-----------------
 *フォーマット
-----------------*/
#sec-format {
	background: #f7f6ee;
	padding: 5em 0;
	margin: 0 0 2.5em;
}
#sec-format::before {
	content: "";
    display: inline-block;
    height: 88px;
    margin-top: -108px;
    vertical-align: top;
}
#sec-format .format_area {
	width: 100%;
	padding: 0 0 5em;
	margin: 0 auto;
    text-align: left;
	border-bottom: 1px solid #e0e0e0;
}
#sec-format .basic {
	width: 92%;
    margin: 0 auto;
}
#sec-format .format_title {
	font-size: 1.5em;
    margin-top: 32px;
    line-height: 1.2;
}
#sec-format small {
	font-size: 0.9em;
	color: #808080;
}
#sec-format .format_tx ,#sec-format .standard_tx {
    margin-top: 24px;
    line-height: 1.75;
}
#sec-format .basic img, #sec-format .premium img {
	box-shadow: 0 0 8px #acaca6;
	width: 100%;
}
#sec-format .premium {
	width: 92%;
    margin: 3.5em auto 0;
}
#sec-format .format_tx span {
	display: block;
}


/* 標準商品規格書（SSSP/2014） */
#sec-format .standard_area {
	width: 100%;
	margin: 0 auto;
	padding: 5em 0 0;
}
#sec-format .standard_tx_area {
	width: 92%;
	text-align: left;
	margin: 0 auto;
}
#sec-format .standard_title {
	font-size: 1.5em;
    line-height: 1.2;
	padding-bottom: 8px;
}
#sec-format .standard_title span {
	font-size: 16px;
}
#sec-format .format_btn {
	width: 90%;
	max-width: 20em;
	margin: 2.5em auto;
	text-align: center;
}
#sec-format .format_btn a {
	padding: 1em 1em 0.85em;
	background-color: #fff;
	border: 2px solid #f6a200;
	border-radius: 6px;
	color: #f6a200;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 0.85em;
	display: block;
	position: relative;
}
#sec-format .format_btn a:hover {
	background: #f7edd6;
}
#sec-format .standard {
	width: 92%;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	#sec-format .basic {
		float: left;
		width: 46%;
		margin: 0;
	}
	#sec-format .premium {
		float: right;
		width: 46%;
		margin: 0;
	}

	/* 標準商品規格書（SSSP/2014） */
	#sec-format .standard_tx_area {
		width: 52%;
		float: left;
	}
	#sec-format .standard {
		float: right;
		width: 40%;
	}
	#sec-format .standard_title span {
		font-size: 1em;
	}
	#sec-format .format_btn {
		margin: 2.5em 0 0;
	}
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	#sec-format .format_area, #sec-format .standard_area {
		width: 51.4em;
	}
	#sec-format .basic {
		width: 23.5em;
	}
	#sec-format .premium {
		width: 23.5em;
	}

	/* 標準商品規格書（SSSP/2014） */
	#sec-format .standard_tx_area {
		width: 26.25em;
	}
}


/*-----------------
 *セキュリティ
-----------------*/
#sec-security {
	padding: 2.5em 0;
	margin-bottom: 1.5em;
}
.section_lead {
	line-height: 1.4em;
	text-align: center;
	margin: 0.35em 0 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) {
	.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 3.5em 0;
    background: url("/web/jp/kikaku/images/top_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;
	margin-top: 2.5em;
}
#sec-purpose .normal-tx {
	font-weight: 500;
    text-shadow: 2px 2px 8px #fff;
	margin: 0;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
    #sec-purpose p {
        font-size: 1em;
    }
}

/* マンガLPバナー */
.bnr-area {
	margin: 30px auto;
	width: 100%;
	max-width: 480px;
}

.bnr-area img {
	width: 100%;
　　max-width: 100%;
　　height: auto;
}