@charset "utf-8";

/* **************************************************

Name: index.css

Description: CSS for Additional Common Modules

Create: 2018.12.11
Update: 

Copyright 2017 Hitachi High-Technologies Corporation.

***************************************************** */

.clear {
	clear: both;	
}

.ButtonStyle1.txt_link a {
	background-color: transparent !important;
	color: #333;
	padding: 0 22px 0 0;
	background-image: url(/image/common/jp/r1/icon/icon_link_right_hd.gif);
	background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    -webkit-background-size: 16px 16px;
    -o-background-size: 16px 16px;
    -ms-background-size: 16px 16px;
    min-width: auto;
}


.Section.key_v {
	position: relative;	
}

.Section.key_v .logo_wrap {
	position: absolute;
	right: 0;
	top: 0;
	width: 220px;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	text-align: center;
	padding-top: 35px;
	box-sizing: border-box;
}

.Section.key_v .logo_wrap .logo {
	margin-bottom: 25px;
}

.Section.key_v .logo_wrap .ButtonStyle1 a {
	margin-bottom: 6px;
	min-width: 140px;
}

.Section.key_v .logo_wrap .ButtonStyle1 a {
	padding: 10px 25px 10px 18px;
}

.Section.key_v .logo_wrap .ButtonStyle1.purple a {
	background-color: #171c61;
}

.contents_wrap.afm:after {
	content: '';
	clear: both;
	display: block;
}

.contents_wrap.afm .left_wrap {
	width: 100%;
}

.contents_wrap.afm .right_wrap {
	width: 100%;
}

@media screen and (max-width: 995px) {
	/* .contents_wrap.afm .left_wrap {
		width: 64.5%;
	}

	.contents_wrap.afm .right_wrap {
		width: 30%;
		float: right;
	} */

}

@media screen and (max-width: 939px) {
	.contents_wrap.afm .left_wrap {
		width: 100%;
		float: none;
	}

	.contents_wrap.afm .right_wrap {
		width: 100%;
		float: none;
	}

}


.contents_wrap.afm .left_wrap .unit_wrap {
	/* margin-bottom: 45px; */
	overflow: hidden;
}

.contents_wrap.afm .left_wrap .unit_wrap .ttl_wrap {
	text-align: center;
}

.contents_wrap.afm .left_wrap .unit_wrap .ttl_wrap h2 {
	font-size: 22px;
	color: #e60027;
	text-align: center;
	font-weight: bold;
	background: none;
}

.contents_wrap.afm .left_wrap .unit_wrap .ttl_wrap h2:before {
	content: '';
	display: inline-block;
	width: 65px;
	height: 1px;
	background: #737373;
	position: relative;
	margin-right: 1em;
	top: -8px;
}

.contents_wrap.afm .left_wrap .unit_wrap .ttl_wrap h2:after {
	content: '';
	display: inline-block;
	width: 65px;
	height: 1px;
	background: #737373;
	position: relative;
	margin-left: 1em;
	top: -8px;
}



.contents_wrap.afm .left_wrap .unit_wrap.unit_01 .sub_wrap:after {
	content: '';
	clear: both;
	display: block;
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_01 .sub_wrap .cont_unit {
	width: 23.5%;
	box-sizing: border-box;
	border: 1px solid #e1e1e1;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
	padding: 8px 5px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_01 .sub_wrap .cont_unit:hover {
	border: 1px solid #e60027;
	background: #fce5e9;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_01 .sub_wrap .cont_unit.act {
	border: 1px solid #e60027;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_01 .sub_wrap .cont_unit.cont_04 {
	margin-right: 0;
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_01 .sub_wrap .cont_unit a {
	display: block;
	width: 100%;
	height: 100%;
	border-left: 3px solid #e60027;
	padding: 3px 0 3px 6px;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	font-size: 16px;
}




.contents_wrap.afm .left_wrap .unit_wrap.unit_02 .sub_wrap {
	
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_02 .sub_wrap:after {
	content: '';
	clear: both;
	display: block;
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_02 .sub_wrap .unit_box {
	width: 32%;
	float: left;
	margin-right: 2%;
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_02 .sub_wrap .unit_box.mr0 {
	margin-right: 0%;
}


.contents_wrap.afm .left_wrap .unit_wrap.unit_02 .sub_wrap:after {
	content: '';
	clear: both;
	display: block;
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_02 .sub_wrap .unit_box .ttl {
	width: 100%;
	box-sizing: border-box;
    border: 1px solid #e1e1e1;
    margin-right: 2%;
    margin-bottom: 20px;
    padding: 8px 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_02 .sub_wrap .unit_box .ttl:hover {
	border: 1px solid #e60027;
	background: #fce5e9;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_02 .sub_wrap .unit_box .ttl h3 {
	border-left: 3px solid #e60027 !important;
    padding: 3px 0 3px 6px;
    text-decoration: none;
    color: #333333;
    margin-bottom: 0;
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_02 .sub_wrap .unit_box ul {
	display: none;	
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_02 .sub_wrap li {
	width: 100%;
	height: 48px;
	text-align: center;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
	margin-bottom: 10px;
	border-radius: 18px;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_02 .sub_wrap li:hover {
	border: 1px solid #e60027;
	background: #fce5e9;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_02 .sub_wrap li.act {
	border: 1px solid #e60027;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_02 .sub_wrap li:nth-child(even) {
	margin-right: 0%;
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_02 .sub_wrap li a {
	display: inline-block;
	width: 100%;
	text-decoration: none;
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: 1.2em;
	-webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 1rem;
    color: #333333;
    text-decoration: none;
    -webkit-transition: all .3s;
	transition: all .3s;
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_02 .sub_wrap li:hover a {
	color: #e60027;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_02 .sub_wrap li.act a {
	color: #e60027;
	-webkit-transition: all .3s;
	transition: all .3s;
}


.contents_wrap.afm .left_wrap .unit_wrap.unit_03 .sub_wrap:after {
	content: '';
	clear: both;
	display: block;
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_03 .sub_wrap li {
	width: 48%;
	margin-right: 2%;
	float: left;
	height: 62px;
	text-align: center;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
	margin-bottom: 10px;
	border-radius: 18px;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_03 .sub_wrap li:hover {
	border: 1px solid #e60027;
	background: #fce5e9;
	-webkit-transition: all .3s;
	transition: all .3s;
}



.contents_wrap.afm .left_wrap .unit_wrap.unit_03 .sub_wrap li:nth-child(even) {
	margin-right: 0%;
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_03 .sub_wrap li a {
	display: inline-block;
	width: 100%;
	text-decoration: none;
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: 1.4em;
	-webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 1rem;
    color: #333333;
    text-decoration: none;
    -webkit-transition: all .3s;
	transition: all .3s;
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_03 .sub_wrap li:hover a {
	color: #e60027;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_03 .sub_wrap li a .item_name {
	font-size: 1.15rem;
	font-weight: bold;
}


.contents_wrap.afm .left_wrap .unit_wrap.unit_04 .sub_wrap:after {
	content: '';
	clear: both;
	display: block;
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_04 .sub_wrap {
	position: relative;	
}

/* .contents_wrap.afm .left_wrap .unit_wrap.unit_04 .sub_wrap .item_unit.ttl_wrap {
	width: 96px;
	float: left;
	text-align: left;
	box-sizing: border-box;
	font-size: 13px;
	font-weight: bold;
} */

.contents_wrap.afm .left_wrap .unit_wrap.unit_04 .sub_wrap .item_unit.ttl_wrap sup {
	font-size: 8px;
	position: relative;
	top: -10px;
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_04 .sub_wrap .scroll_area {
	width: 100%;
	float: left;
	overflow: auto;
	margin-bottom: 12px;
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_04 .sub_wrap .scroll_area .cont {
	width: 100%;
}

@media screen and (max-width: 749px) {
	.contents_wrap.afm .left_wrap .unit_wrap.unit_04 .sub_wrap .scroll_area .cont {
		width: 750px;
	}
}

/*20240318 opc追記 4→3に修正 始*/
.contents_wrap.afm .left_wrap .unit_wrap.unit_04 .sub_wrap .scroll_area .item_unit {
	width: calc( 100% / 3 );
	box-sizing: border-box;
	float: left;
}
/*20240318 opc追記 4→3に修正 終*/

.contents_wrap.afm .left_wrap .unit_wrap.unit_04 .sub_wrap .th_01,
.contents_wrap.afm .left_wrap .unit_wrap.unit_04 .sub_wrap .th_02, 
.contents_wrap.afm .left_wrap .unit_wrap.unit_04 .sub_wrap .th_03, 
.contents_wrap.afm .left_wrap .unit_wrap.unit_04 .sub_wrap .th_04, 
.contents_wrap.afm .left_wrap .unit_wrap.unit_04 .sub_wrap .th_05, 
.contents_wrap.afm .left_wrap .unit_wrap.unit_04 .sub_wrap .th_06, 
.contents_wrap.afm .left_wrap .unit_wrap.unit_04 .sub_wrap .th_07 {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 5px 8px;
	text-align: left;
	background: #f2f2f2;
	box-sizing: border-box;
	font-size: 12px;
	font-weight: bold;
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_04 .sub_wrap .item_unit:first-child .tr_01,
.contents_wrap.afm .left_wrap .unit_wrap.unit_04 .sub_wrap .item_unit:first-child .tr_02,
.contents_wrap.afm .left_wrap .unit_wrap.unit_04 .sub_wrap .item_unit:first-child .tr_03,
.contents_wrap.afm .left_wrap .unit_wrap.unit_04 .sub_wrap .item_unit:first-child .tr_04,
.contents_wrap.afm .left_wrap .unit_wrap.unit_04 .sub_wrap .item_unit:first-child .tr_05,
.contents_wrap.afm .left_wrap .unit_wrap.unit_04 .sub_wrap .item_unit:first-child .tr_06,
.contents_wrap.afm .left_wrap .unit_wrap.unit_04 .sub_wrap .item_unit:first-child .tr_07 {
	border-left: 1px solid #e1e1e1;
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_04 .sub_wrap .tr_01 {
	background: #e60027;
	position: relative;
	min-height: 30px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_04 .sub_wrap .tr_02, 
.contents_wrap.afm .left_wrap .unit_wrap.unit_04 .sub_wrap .tr_03, 
.contents_wrap.afm .left_wrap .unit_wrap.unit_04 .sub_wrap .tr_04, 
.contents_wrap.afm .left_wrap .unit_wrap.unit_04 .sub_wrap .tr_05, 
.contents_wrap.afm .left_wrap .unit_wrap.unit_04 .sub_wrap .tr_06, 
.contents_wrap.afm .left_wrap .unit_wrap.unit_04 .sub_wrap .tr_07 {
	box-sizing: border-box;
	padding: 8px;
	font-size: 13px;
	border-bottom: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	
	padding-top: 40px;
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_04 .sub_wrap .tr_03, 
.contents_wrap.afm .left_wrap .unit_wrap.unit_04 .sub_wrap .tr_05, 
.contents_wrap.afm .left_wrap .unit_wrap.unit_04 .sub_wrap .tr_07 {
	/* background: #f2f2f2; */
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_04 .sub_wrap .scroll_area .tr_01 .close {
	position: absolute;
	width: 50%;
	left: 50%;
	margin-left: -25%;
	top: 0;
	height: 30px;
	text-align: center;
	height: 100%;
	padding-top: 9px;
	box-sizing: border-box;
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_04 .sub_wrap .scroll_area .tr_01 .right {
	position: absolute;
	width: 25%;
	right: 0;
	top: 0;
	height: 30px;
	text-align: center;
	height: 100%;
	padding-top: 8px;
	box-sizing: border-box;
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_04 .sub_wrap .scroll_area .tr_01 .left {
	position: absolute;
	width: 25%;
	left: 0;
	top: 0;
	height: 30px;
	text-align: center;
	height: 100%;
	padding-top: 8px;
	box-sizing: border-box;
}


.contents_wrap.afm .left_wrap .unit_wrap.unit_04 .sub_wrap .scroll_area .tr_02 .name {
	font-weight: bold;
	margin-bottom: 6px;
}


.contents_wrap.afm .left_wrap .unit_wrap.unit_04 .sub_wrap .scroll_area .tr_02 .img_wrap {
	text-align: center;
}


.contents_wrap.afm .left_wrap .btn_wrap .ButtonStyle1 a {
	display: inline-block;
	min-width: 130px;
	min-height: 18px;
	margin: 0 0 15px;
	text-align: center;
	font-size: 83%;
	line-height: 130%;
	background-image: url(/image/common/jp/r1/icon/icon_link_right_l_white_hd.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	-ms-background-size: 16px 16px;
	word-break: break-all;
}

.contents_wrap.afm .left_wrap .btn_wrap .ButtonStyle1 a:before {
	content: url('/image/jp/science/products/microscopes/afm/index_n12.png');
	position: relative;
	display: inline-block;
	margin-right: 8px;
	vertical-align: bottom;
	margin-top: -8px;
	top: 5px;
}

.contents_wrap.afm .left_wrap .btn_wrap .ButtonStyle1 a:link,
.contents_wrap.afm .left_wrap .btn_wrap .ButtonStyle1 a:visited {
	padding: 9px 32px 9px 25px;
	background-color: #666;
	color: #fff;
	text-decoration: none;
	border-right: solid 3px transparent;
}



.contents_wrap.afm .left_wrap .triple_btn_wrap ul:after {
	content: '';
	clear: both;
	display: block;	
}

.contents_wrap.afm .left_wrap .triple_btn_wrap {
	width: 600px;
	margin-left: auto;
	margin-right: auto;	
}

@media screen and (max-width: 599px) {
	.contents_wrap.afm .left_wrap .triple_btn_wrap {
		width: 100%;	
	}
}

.contents_wrap.afm .left_wrap .triple_btn_wrap ul li {
	width: 33%;
	float: left;
}

.contents_wrap.afm .left_wrap .triple_btn_wrap ul li a {
	min-width: 180px;	
	box-sizing: border-box;
}


.contents_wrap.afm .left_wrap .unit_wrap.unit_03:after {
	content: '';
	clear: both;
	display: block;
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_03 .unit_wrap {
	width: 49%;
	float: left;
	margin-right: 2%;
	margin-bottom: 25px;
	position: relative;
}

.bx-wrapper .bx-controls-direction a {
	z-index: 4 !important;
}


.contents_wrap.afm .left_wrap .unit_wrap.unit_03 .unit_wrap .bx-wrapper .bx-controls-direction a.bx-prev {
	top: 50%;
	left: 0;
	background: rgba(230, 0, 39, 0.8);
	height: 32px;
	margin-top: -16px;
	background-image: url(/image/common/jp/r1/icon/icon_link_right_l_white_hd.gif);
	background-repeat: no-repeat;
	background-size: 90%;
	width: 32px;
	background-position: center;
	transform: rotate(180deg);
	border-radius: 5px 0 0 5px;
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_03 .unit_wrap .bx-wrapper .bx-controls-direction a.bx-next {
	top: 50%;
	right: 0;
	background: rgba(230, 0, 39, 0.8);
	height: 32px;
	margin-top: -16px;
	background-image: url(/image/common/jp/r1/icon/icon_link_right_l_white_hd.gif);
	background-repeat: no-repeat;
	background-size: 90%;
	width: 32px;
	background-position: center;
	border-radius: 5px 0 0 5px;
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_03 .unit_wrap.user_voice {
	box-sizing: border-box;
}



.contents_wrap.afm .left_wrap .unit_wrap.unit_03 .unit_wrap.mr0 {
	margin-right: 0%;
}

@media screen and (max-width: 767px) {
	.contents_wrap.afm .left_wrap .unit_wrap.unit_03 .unit_wrap {
		width: 92%;
		float: none;
		margin-right: auto;
		margin-left: auto;
	}
	
	.contents_wrap.afm .left_wrap .unit_wrap.unit_03 .unit_wrap.mr0 {
		margin-right: auto;	
	}
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_03 .unit_wrap .cont_wrap h3 {
	height: 2.4em;
	overflow: hidden;
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_03 .unit_wrap .ttl_wrap h2 {
	text-align: center;
	background: #e1e1e1;
	color: #575757;
	padding: 5px 0;
	font-size: 18px;
	font-weight: bold;
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_03 .unit_wrap .ttl_wrap h2:before {
	width: 0;	
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_03 .unit_wrap .ttl_wrap h2:after {
	width: 0;	
}


.contents_wrap.afm .left_wrap .unit_wrap.unit_03 .unit_wrap p.sub_txt {
	color: #333;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 6px;
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_03 .unit_wrap .use_equip_txt p {
	font-size: 13px;
	height: 4.6em;
	overflow: hidden;
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_03 .unit_wrap .use_equip {
	background: #f2f2f2;
	padding: 8px;
	box-sizing: border-box;
	margin-bottom: 0;
}


.contents_wrap.afm .left_wrap .unit_wrap.unit_03 .unit_wrap .use_equip:after {
	content: '';
	clear: both;
	display: block;
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_03 .unit_wrap .use_equip dt {
	width: 65px;
	float: left;
	color: #333333;
	font-weight: bold;
	font-size: 13px;
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_03 .unit_wrap .use_equip dd {
	width: 250px;
	float: left;
	font-size: 13px;
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_03 .unit_wrap .use_equip dd ul {
	margin-bottom: 0;
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_03 .unit_wrap .MovieWrap {
	position: relative;
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_03 .unit_wrap .image_wrap {
	text-align: center;
	height: 265.48px;
	margin-bottom: 15px;
}



.contents_wrap.afm .left_wrap .unit_wrap.unit_03 .unit_wrap .image_wrap a img {
	max-height: 100%;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 939px) {
	.contents_wrap.afm .left_wrap .unit_wrap.unit_03 .unit_wrap .image_wrap.img {
		text-align: center;
		height: auto;
	}
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_03 .unit_wrap .MovieWrap .icon_wrap {
	position: absolute;
	bottom: 5px;
	right: 5px;
	z-index: 3;
}


.contents_wrap.afm .left_wrap .unit_wrap.unit_03 .unit_wrap .ttl_wrap_02 h2 {
	text-align: left;
	background: #e1e1e1;
	color: #333;
	padding: 5px 8px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_03 .unit_wrap .icon_dl {
	text-align: right;
	margin-bottom: 6px;
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_03 .unit_wrap .icon_dl a {
	font-size: 12px;
	top: -8px;
	position: relative;
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_03 .unit_wrap .icon_dl a:before {
	font-size: 12px;
	content: url('/image/jp/science/products/microscopes/afm/index_n14.png');
	position: relative;
	margin-right: 6px;
	top: 10px;
	
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_03 .unit_wrap .img_wrap {
	position: relative;
	margin-bottom: 10px;
	text-align: center;
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_03 .unit_wrap .img_wrap .icon_wrap {
	position: absolute;
	bottom: 5px;
	right: 5px;
	z-index: 3;
}


.contents_wrap.afm .left_wrap .unit_wrap.unit_03 .unit_wrap .list_wrap li {
	color: #333;
	padding: 5px 8px;
	font-size: 13px;
	border-bottom: 1px dotted #e6e6e6;
}

.contents_wrap.afm .left_wrap .unit_wrap.unit_03 .unit_wrap .bnr_wrap li img {
	max-width: 100%;
}

/** SIS-ACCESS 201909 **/

sup.chu_sup {
	position: relative;
	top: -8px;
}



.sis_icon_wrap .f_left {
	float: left;
	width: 49%;
}

.sis_icon_wrap .f_right {
	float: right;
	width: 49%;
}

.sis_access_wrap .subttl {
	font-size: 18px;
	font-weight: bold;
	color: #000002;
	background: #c9c9cb;
	padding: 8px 0;
	border-radius: 20px;
	margin-bottom: 10px;
}

.sis_quantimech_wrap .subttl {
	font-size: 18px;
	font-weight: bold;
	color: #000002;
	background: #c9c9cb;
	padding: 8px 0;
	border-radius: 20px;
	margin-bottom: 10px;
}

.sis_quantimech_wrap .f_left_50p {
	width: 49%;
	float: left;
}

.sis_quantimech_wrap .f_right_50p {
	width: 49%;
	float: right;
}




@media screen and (max-width: 939px) {
	.contents_wrap.afm .left_wrap .unit_wrap.unit_03 .unit_wrap .unit_wrap.user_voice {
		width: 49%;
		float: left;
	}
	
	.contents_wrap.afm .left_wrap .unit_wrap.unit_03 .unit_wrap .unit_wrap.seminar {
		width: 49%;
		float: right;
	}
	
	.contents_wrap.afm .left_wrap .unit_wrap.unit_03 .unit_wrap .unit_wrap.technology {
		clear: both;
		width: 49%;
		float: left;
	}
	
	.contents_wrap.afm .left_wrap .unit_wrap.unit_03 .unit_wrap .unit_wrap.solution {
		width: 49%;
		float: right;
	}
}

@media screen and (max-width: 965px) {
	
	.Section.key_v .ImgOnlyStyle {
		margin-bottom: 0;
	}
	
	.Section.key_v .logo_wrap {
		position: static;	
		width: 100%;
		padding-top: 15px;
	}
	
	.Section.key_v ul {
		margin-right: -1%;
	}
	
	.Section.key_v ul:after {
		content: '';
		clear: both;
		display: block;
	}
	
	.Section.key_v ul li {
		width: 24%;
		float: left;
		margin-right: 1%;
	}
	
}


@media screen and (max-width: 767px) {
	
	.Section.key_v ul {
		margin-right: -2%;
	}
	
	.Section.key_v ul li {
		width: 48%;
		float: left;
		margin-right: 2%;
	}
	
	.contents_wrap.afm .left_wrap .unit_wrap .ttl_wrap h2:before {
		width: 0;
		margin-right: 0;
	}
	
	.contents_wrap.afm .left_wrap .unit_wrap .ttl_wrap h2:after {
		width: 0;
		margin-left: 0;
	}
	
	.contents_wrap.afm .left_wrap .unit_wrap .ttl_wrap h2 {
		font-size: 16px;	
	}
	
	.contents_wrap.afm .right_wrap .unit_wrap.user_voice {
		width: 100%;
		float: none;
	}
	
	.contents_wrap.afm .right_wrap .unit_wrap.seminar {
		width: 100%;
		float: none;
	}
	
	.contents_wrap.afm .right_wrap .unit_wrap.technology {
		clear: both;
		width: 100%;
		float: none;
	}
	
	.contents_wrap.afm .right_wrap .unit_wrap.solution {
		width: 100%;
		float: none;
	}
	
	
	.contents_wrap.afm .left_wrap .triple_btn_wrap ul li {
		float: none;
		width: 100%;	
	}
	
	
	.contents_wrap.afm .left_wrap .unit_wrap.unit_01 .sub_wrap .cont_unit {
		width: 100%;
		float: none;
		margin-bottom: 10px;	
		margin-right: auto;
	}
	
	.contents_wrap.afm .left_wrap .unit_wrap.unit_02 .sub_wrap .unit_box {
		width: 100%;
		float: none;
		margin-bottom: 10px;	
		margin-right: auto;
	}
	
	.contents_wrap.afm .left_wrap .unit_wrap.unit_02 .sub_wrap li {
		width: 100%;
		margin-right: auto;
		float: none;
	}
	
	.contents_wrap.afm .left_wrap .unit_wrap.unit_02 .sub_wrap li a {
		font-size: 0.9rem;
	}
	
	.contents_wrap.afm .left_wrap .unit_wrap.unit_03 .sub_wrap li {
		width: 100%;
		margin-right: auto;
		float: none;
	}
	
	.contents_wrap.afm .left_wrap .unit_wrap.unit_03 .sub_wrap li a {
		font-size: 0.9rem;
	}
	
	
	.sis_icon_wrap .f_left {
		float: none;
		width: 100%;
		text-align: left;
		margin-bottom: 15px;	
	}
	
	.sis_icon_wrap .f_right {
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 15px;	
	}
	
	.sis_quantimech_wrap .subttl {
		font-size: 14px;	
	}
	
	.sis_quantimech_wrap .f_left_50p {
		width: 100%;
		float: none;	
	}
	
	.sis_quantimech_wrap .f_right_50p {
		width: 100%;
		float: none;		
	}
	
}


@media screen and (max-width: 399px) {
	.Section.key_v {
		margin-bottom: 25px;
	}
	
	.Section.key_v ul {
		margin-right: auto;
	}
	
	.Section.key_v ul li {
		width: 100%;
		float: none;
		margin-right: auto;
	}
}