@charset "utf-8";

/* ==========================================
	Products Style
========================================== */

.oneColumn #fieldContents .filedMain {
    margin-left: 0;
}
#mainContents {
	margin:0 auto;
}
#mainContents .main {
    width: 100%;
	float: none;
}
h3 {
    border-top: #cccccc solid 1px;
    font-size: 124%;
    border-left: #cccccc solid 5px;
    font-weight: bold !important;
    padding: 10px 0 10px 20px;
    margin-top: 20px;
    display: block;
}
h4 {
    padding: 7px 24px;
    background: #eef2f9;
    font-weight: bold !important;
    margin-top: 20px;
}
a:link,
a:visited{
	color:#333333;
	text-decoration: none;
}

a:hover{
	color:#ff9900;
	text-decoration: underline;
}

/* ==========================================
	Local Style
========================================== */

.locSearchBox {
    margin-top: 15px;
    margin-left: 0;
	padding: 25px;
	margin-bottom: 20px;
	background: #eef2f9;
}
.locSearchBox .locSearchTitle {
    float: left;
    margin: 10px 0 0 5px;
    font-size: 175%;
    font-weight: bold;
}
.locSearchBox .locSearchContent {
	float: right;
}
.locSearchBox .locSearchContent_left {
	-webkit-appearance: none;
    padding: 5px;
    width: 580px;
    height: 34px;
    border: 1px solid #2157a6;
    color: #333 !important;
    float: left;
	background:#fff;
	border-radius: 0;
	font-size: 16px;
}
.locSearchBox .locSearchContent_right {
	-webkit-appearance: none;
	border-style: none;
	border-radius: 0;
    border: 1px solid #2157a6;
    width: 148px;
    height: 46px;
    margin: 0;
    text-align: center;
    float: left;
	font-size: 140%;
	font-weight: bold;
	color: #fff;
	background-color: #2157a6;
	cursor: pointer;
}
.locButtons {
	clear: both;
	padding-top:15px;
	overflow: hidden;
}
.locButtons li {
	float: left;
	width: 295px;
	margin-left: 10px;
}
.locButtons li:first-child {
	margin-left: 0;
}
.locButtons li a{
    display: block;
    margin: 0;
    padding: 15px 8px 15px 15px;
	color:#FFFFFF;
	text-decoration: none;	
	line-height:1.6;
}
.locButtons li a:hover {
	opacity: 0.8;
	color: #FFFFFF;
	text-decoration: none;	
}
.locButtons li.locButtons_library a {
	padding-left: 100px;
	background: #2157a6 url(/products/container/201604/img/icon_library.png) no-repeat 10px 10px;
}
.locButtons .locButtons_renewal a {
	padding-left: 50px;
	background: #2157a6 url(/products/container/201604/img/icon_renewal.png) no-repeat 10px 50%;
}
.locButtons .locButtons_renewal_current a {
	padding-left: 50px;
	background: #ffffff url(/products/container/201604/img/icon_renewal_on.png) no-repeat 10px 50%;
	color: #333;
	border: 1px solid #2157a6;
	border-bottom: none;
}
.locButtons .locButtons_renewal_current a:hover {
	opacity: 1;
	color: #333333;
}
.locButtons .locButtons_seminar a {
	padding-left: 50px;
	background: #2157a6 url(/products/container/201604/img/icon_seminar.png) no-repeat 10px 50%;
}
.locButtons .locButtons_solution a {
	padding-left: 50px;
	background: #2157a6 url(/products/container/201604/img/icon_solution.png) no-repeat 10px 50%;
}
.locButtons li a span {
	font-size: 120%;
	font-weight: bold;
}
.locTabs {
	margin-top:20px;
}
.locTabs ul {
	overflow: hidden;
}
.locTabs ul li {
	width: 32%;
}
.locTabs ul li:first-child {
	float: left;
}
.locTabs ul li:last-child {
	float: left;
	margin-left: 1%;
}
.locTabs ul > *:first-child + * {
	/* for IE8 */
	float: left;
	margin-left: 1%;
}
.locTabs ul li a {
    padding: 25px 0;
	display: block;
    font-size: 150%;
    font-weight: bold;
	text-align: center;
	color: #333;
	background-color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	box-sizing: border-box;
}
.locTabs .locTabs01 a,
.locTabs .locTabs01_off a,
.locTabs .locTabs02 a,
.locTabs .locTabs02_off a, .locTabs .locTabs03 a,
.locTabs .locTabs03_off a {
	background: #FFFFFF;
}
.locTabs .locTabs01_off a:hover,
.locTabs .locTabs02_off a:hover, .locTabs .locTabs03_off a:hover {
	color: #FFFFFF;
	background: #2157a6;
}
.locTabs .locTabs01 a:before,
.locTabs .locTabs01_off a:before {
	content: "";
	display: inline-block;
	width: 31px;
	height: 31px;
	padding-left: 10px;
    background: url(/products/container/201604/img/icon_pindex.png) no-repeat 0 50%;
	vertical-align: bottom;
}
.locTabs .locTabs02 a:before,
.locTabs .locTabs02_off a:before {
	content: "";
	display: inline-block;
	width: 31px;
	height: 31px;
	padding-left: 10px;
    background: url(/products/container/201604/img/icon_abtn.png) no-repeat 0 50%;
	vertical-align: bottom;
}
.locTabs .locTabs03 a:before,
.locTabs .locTabs03_off a:before {
	content: "";
	display: inline-block;
	width: 31px;
	height: 31px;
	padding-left: 10px;
    background: url(/products/container/201604/img/icon_scenebtn.png) no-repeat 0 50%;
	vertical-align: bottom;
}
.locTabs .locTabs01_off a:hover:before {
	background: url(/products/container/201604/img/icon_pindex_on.png) no-repeat 0 50%;
}
.locTabs .locTabs02_off a:hover:before {
	background: url(/products/container/201604/img/icon_abtn_on.png) no-repeat 0 50%;
}
.locTabs .locTabs03_off a:hover:before {
	background: url(/products/container/201604/img/icon_scenebtn_on.png) no-repeat 0 50%;
}
.locTabs .locTabs01 a,
.locTabs .locTabs02 a, .locTabs .locTabs03 a {
    border: 1px solid #2157a6;
    border-bottom: none;
}
.locTabs .locTabsBottom01 {
	float:left;
	width: 32%;
	height: 15px;
	background: url(/products/container/201604/img/balloon_bottom.png) no-repeat 50% 0;
}
.locTabs .locTabsBottom02{
	float: left;
	margin-left: 66%;
	width: 32%;
	height: 15px;
	background: url(/products/container/201604/img/balloon_bottom.png) no-repeat 50% 0;
}
.locTabs .locTabsBottom03{
	float: left;
	margin-left: 33%;
	width: 32%;
	height: 15px;
	background: url(/products/container/201604/img/balloon_bottom.png) no-repeat 50% 0;
}
/* ==========================================
	common
========================================== */
/*	partsMarginL
------------------------------------------ */
.partsMarginL_5{
	margin-left: 5px !important;
}

.partsMarginL_10{
	margin-left: 10px !important;
}

.partsMarginL_15{
	margin-left: 15px !important;
}

.partsMarginL_20{
	margin-left: 20px !important;
}

.partsMarginL_25{
	margin-left: 25px !important;
}

.partsMarginT_30{

	margin-top: 30px !important;

}

.partsMarginL_35{
	margin-left: 35px !important;
}

.partsMarginL_40{
	margin-left: 40px !important;
}

/*	partsMarginR
------------------------------------------ */
.partsMarginR_5{
	margin-right: 5px !important;
}

.partsMarginR_10{
	margin-right: 10px !important;
}

.partsMarginR_15{
	margin-right: 15px !important;
}

.partsMarginR_20{
	margin-right: 20px !important;
}

.partsMarginR_25{
	margin-right: 25px !important;
}

.partsMarginR_30{
	margin-right: 30px !important;
}

.partsMarginR_35{
	margin-right: 35px !important;
}

.partsMarginR_40{
	margin-right: 40px !important;
}

/* index
---------------------------------------------------------- */
#product_index .menu {
  display: block;
  position: relative;
}
#product_index .child {
	display: block;
}

/* renewal
---------------------------------------------------------- */
.locRenewalBottom {
	clear: both;
	width: 100%;
	height: 10px;
	background: url(/products/container/201604/img/renewal_bottom.png) no-repeat center top;
}
#tab02 ul li:hover {
	opacity: 0.8;
	cursor: pointer;
}

/* scene
---------------------------------------------------------- */
.loc_iconNew{
	display: inline-block;
	padding-right: 1.5em;
	padding-top: 0.3em;
}
.scene_contentsArea{

}
ul.scene_2col{
    display: -webkit-box;
    display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
ul.scene_2col li{
	margin: auto auto 25px;
	width: 48%;
}
ul.scene_2col li.colR{
	margin-right: 1.5%;
}
.scene_contentsArea .scene_h3{
	font-size: 18px;
	background: #153ca1;
	padding: 5px 0 5px 15px;
	margin-bottom: 10px;
}
.scene_contentsArea .scene_h3 a{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
 .scene_contentsArea .scene_h3 span{
	 border-left: 5px solid #fff;
	top: 0.5em;
	left: 0.5em;
	height: calc(100% - 1em);
	 padding-left: 10px;
	 font-weight: bold;
	 display: block;
}
.scene_contentsArea .scene_h3:hover{
	background: #eef2f9;
	color: #153ca1;
}
.scene_contentsArea .scene_h3 span:hover{
	border-left: 5px solid #153ca1;
	color: #153ca1;
}
.scene_contentsArea .scene_h3 a:hover{
	color: #153ca1;
}
.scene_2col a{
	text-decoration: none;
	display: block;
	color: #333;
}
.scene_2col a:hover{
	opacity: 0.7;
}
.scene_box{
    display: flex;
	justify-content: flex-start;
	align-items: center;
	max-width: 100%;
}
.scene_img{
	flex-shrink: 0;
	width: 40%;
	text-align: center;
}
.scene_box figure img{
	max-width: 100%;
}
.scene_txt{
	align-self: flex-start;
	width: 100%;
	height: 160px;
	background: #eee;
	padding: 12px 8px 12px;
	margin-left: 12px;
}
ul.scene_txt_ul li{
	width: 100%;
	margin: 0px 0px 5px;
	font-size: 13.5px;
}
.scene_txt_etc{
	text-align: right;
	font-size: 13px;
	margin-top: 10px; 
}
.loc_sceneH3{
	position: relative;
	padding: 0.45em 0.3em 0.40em 1.8em;
	background: #0c3f98;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.loc_sceneH3:after{
	position: absolute;
	top: 0.35em;
	left: 0.8em;
	content: '';
	width: 5px;
	height: -webkit-calc(100% - 0.7em);
	height: calc(100% - 0.7em);
	background-color: #fff;
}
/* accordion */
.loc_sceneAcBox{
	width: 100%;
	margin: 0 auto;
}
.loc_sceneAcList dt, .loc_sceneAcList .loc_scenenoAc{
	display: block;
	background: #fff;
	padding: 15px 0px 10px 5px;
	border-top: 1px solid #d3d3d3;
}
.loc_sceneAcList dt:first-child{
	border-top: none;
}
.loc_sceneAcList .loc_scenenoAc:first-child{
	border-top: none;
}
.loc_sceneAcList dt .loc_sceneAcTtl{
	padding-left: 10px;
	float: left;
}
.loc_sceneAcList .loc_scenenoAc .loc_sceneAcTtl{
	padding-left: 10px;
}
.loc_sceneH4{
	position: relative;
	font-size: 18px;
	font-weight: bold;
	padding: 0.45em 0.3em 0.40em 1.2em;
}
.loc_sceneH4:after{
	position: absolute;
	top: 0.35em;
	left: 0.15em;
	content: '';
	width: 5px;
	height: -webkit-calc(100% - 0.7em);
	height: calc(100% - 0.7em);
	background-color: #0c3f98;
}
.loc_sceneLink a{
	text-decoration: none;
	display: block;
}
.loc_sceneLink a:hover{
	text-decoration: none;
	color: #333;
}
.loc_sceneLink:hover{
	background: #eef2f9;
}
.loc_sceneAcList dd{
	display: none;
	background: #f2f2f2;
	padding: 15px 0 20px 28px;
	font-size: 13.5px;
}
.loc_sceneAcList dd p{
	font-weight: bold;
}
.loc_sceneAcList ul{
	display: flex;
	list-style: none;
	width: 100%;
	flex-wrap: wrap;
	flex-direction: row;
	margin-bottom: 15px;
}
.loc_sceneAcList li{
	width: calc(96% / 3);
	margin-top: 8px;
	margin-left: 10px;
}
.loc_sceneAcList dd p.loc_sceneListOne{
	margin-top: 8px;
	margin-bottom: 15px;
	font-weight: 100;
}
.loc_sceneAc_icon, .loc_sceneAc_icon span{
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.loc_sceneAc_icon{
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
	margin-right: 5px;
}
.loc_sceneAc_icon span{
	position: absolute;
	left: 6px;
	width: 50%;
	height: 2px;
	background-color: #0c3f98;
}
.loc_sceneAc_icon span:nth-of-type(1){
	top: 5px;
   transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
.loc_sceneAc_icon span:nth-of-type(2){
	top: 5px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.loc_sceneAc_icon.active span:nth-of-type(1){
	top: 5px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.loc_sceneAc_icon.active span:nth-of-type(2){
	top: 5px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
}
.loc_sceneAcCf{
	zoom: 1;
}
.loc_sceneAcCf:after{
	content: "";
	display: block;
	clear: both;
}
/* ソリューション・事例
---------------------------------------------------------- */
.locSol_contentsArea{
	
}
ul.locSol_box{
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex; /* Android2.3 */
	display: -ms-flexbox; /* IE9~用 */
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.locSol_box li{
	margin-right: 1.5%;
	width: calc(97% / 3);
	padding: 10px;
	border: 2px solid transparent;
	background: #F1F1F1;
}
.locSol_box li:last-child{
	margin-right: 0;
}
.locSol_box li:hover{
	border: 2px solid #C2C2C2;
	background: #fff;
}
.locSol_box li a{
	text-decoration: none;
	color: #333;
	display: block;
}
.locSol_box li img{
	width: 100%;
}
.locSol_box dd{
	margin-top: 10px;
}
.locSol_boxTtl{
	font-size: 125%;
	font-weight: bold;
	text-indent: -1em;
	margin-left: 1em;
}
.locSol_boxTtl:before{
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 4px;
	margin-left: 4px;
	border: transparent solid 5px;
	border-left-color: #2157A6;
	vertical-align: 0.1em;
}
.locSol_boxTxt{
	font-size: 113%;
	margin-top: 5px;
	line-height: 1.75;
}

/* ==========================================
	mediaQuery
========================================== */
@media only screen and (max-width: 640px){

#product_index {
	padding-top: 5px;
}
#mainContents {
	width: 100%;
}
#mainContents .main {
    width: 100%;
	float: none;
}
#mainContents .main h1 {
    border-top: #dbdbdb solid 1px;
    font-size: 170%;
    margin-bottom: 20px;
}
.mainDetail {
    width: 100%;
    margin: 0 auto;
}
#spMenuBox #spSearch input{
	font-size: 16px;
	vertical-align: baseline;
}
#spMenuBox #spSearch input#spSubmit {
	margin:0;
	padding:0;
}
#product_index .iconLink{
	margin-top: 10px;
}
#product_index .iconLink li {
	margin-right: 0;
}

/* ==========================================
	Local Style
========================================== */

.locSearchBox {
    margin: 0 0 20px;
    padding: 15px;
}
.locSearchBox .locSearchTitle,
.locButtons .locButtons_seminar {
	display: none;
}
.locSearchBox .locSearchContent {
	float: none;
}
.locSearchBox .locSearchContent_left {
    width: 75%;
    height: 44px;
    padding: 0;
	border:1px solid #2157a6;
	border-radius: 0;
	-webkit-appearance: none;
}
.locSearchBox .locSearchContent_right {
    width: 24%;
    height: 46px;
}
.locSearchBox input#MF_form_phrase {
	padding: 0 5px;
	box-sizing: border-box;
}
.locButtons li {
    width: 100%;
	margin: 15px 0 0 0;
}
.locButtons li:first-child {
	margin-top: 0;
}
.locTabs ul li a{
	font-size: 120%;
}
.locTabs .locTabs01 a:before,
.locTabs .locTabs01_off a:before {
	width: 26px;
	height: 26px;
    background: url(/products/container/201604/img/icon_pindex_sp.png) no-repeat 0 50%;
}
.locTabs .locTabs02 a:before,
.locTabs .locTabs02_off a:before {
	width: 26px;
	height: 26px;
    background: url(/products/container/201604/img/icon_abtn_sp.png) no-repeat 0 50%;
}
.locTabs .locTabs03 a:before,
.locTabs .locTabs03_off a:before {
	width: 26px;
	height: 26px;
	background: url(/products/container/201604/img/icon_scenebtn_sp.png) no-repeat 0 50%;
}
.locTabs .locTabs01_off a:hover:before {
	background: url(/products/container/201604/img/icon_pindex_on_sp.png) no-repeat 0 50%;
}
.locTabs .locTabs02_off a:hover:before {
	background: url(/products/container/201604/img/icon_abtn_on_sp.png) no-repeat 0 50%;
}
.locTabs .locTabs03_off a:hover:before {
	background: url(/products/container/201604/img/icon_scenebtn_on_sp.png) no-repeat 0 50%;
}	
.locTabs .locTabsBottom01,
.locTabs .locTabsBottom02, .locTabs .locTabsBottom03  {
	background: url(/products/container/201604/img/balloon_bottom_sp.png) no-repeat center top;
	background-size: cover;
}

/* index
------------------------------------------ */
#product_index .heading02 {
	margin: 15px 0 0 0;
}
#product_index .menu {
    cursor: pointer;
	font-size:100%;
	padding: 0;
}
#product_index .menu:after {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -15px;
    content: '\ff0b';
    font-size: 200%;
    font-weight: bold;
    color: #999999;
    padding-top: 0;
}

#product_index .child {
	display: none;
}

/* atoz
------------------------------------*/
.anc001 {
    width: 100%;
}
.anc001 dt {
	float: left;
    background: #595959;
    width: 100%;
    padding: 15px 0;
    font-weight: bold;
    font-size: 124%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}
.anc001 dd {
	float: left;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    vertical-align: middle;
    letter-spacing: -0.4em;
}
.anc001 dd li {
    display: inline-block;
    margin: 0 0 10px;
    width: 20%;
    letter-spacing: normal;
}
#product_index .heading03 {
	margin-top: 20px;
}
#product_index .heading03 .numBt {
    position: absolute;
    right: 10px;
    top: 20px;
}
#product_index .fourColumn{
	margin: 15px 0 0 0;
}
#product_index .fourColumn .col {
    float: none;
    width: 100%;
	box-sizing: border-box;
}
#product_index .section .child {
	display: block;
}

/* renewal
------------------------------*/
#tab02 ul {
	overflow: hidden;
}
#tab02 ul li {
	width: 49%;
	margin: 0 0 10px 0;
}
#tab02 ul li:nth-child(odd) {
    float: left;
}
#tab02 ul li:nth-child(even) {
    float: right;
}
#tab02 ul li a {
	display: block;
	text-align: center;
	margin: 0 auto;
	padding: 5px 5px 0 5px;
	max-width: 230px;
}
#tab02 ul li a img {
	width: 100%;
}
.detail .tabBox .line02 {
	margin-top: 0;
}
.locRenewalBottom {
	background: url(/products/container/201604/img/renewal_bottom_sp.png) no-repeat center top;
	background-size: cover;
}

/* scene
---------------------------------------------------------- */
ul.scene_2col{
    display: block;
	width: 100%;
}
ul.scene_2col li{
	margin-bottom: 5%;
	width: 100%;
}
ul.scene_2col li.colR{
	margin-right: 0;
}
.scene_txt{
	height: auto;
}	
.loc_sceneAcList ul{
	display: block;
	width: 98%;
	margin-bottom: 5%
}
.loc_sceneAcList li{
	width: 100%;
	margin-top: 8px;
	margin-left: 10px;
}
/* ソリューション・事例
---------------------------------------------------------- */

ul.locSol_box{
	display: block;
	width: 100%;
}
.locSol_box li{
	width: 80%;
	margin: 0 auto 20px;
}
.locSol_box li img{
	text-align: center;
}	
.locSol_box li:last-child{
	margin: 0 auto;
}
	
}

