/* カスタマイズ用CSS */


/*----------------------------------
8 - Popular Products
----------------------------------*/
.fr-pop-wrap {

}
.fr-pop-wrap .component-ttl {
    margin-bottom: 35px;
}
.fr-pop-tabs {
    margin: 0 0 35px !important;
    padding: 0;
    position: relative;
    background: #f8fafc;
    border: 1px solid #e0e4f6;
    list-style: none !important;
}
.fr-pop-tabs:after {
    display: block;
    clear: both;
    content: "";
}
.fr-pop-tabs li {
    margin: 0;
    padding: 0;
     padding-left:0px;
    padding-right:0px;
    width:100%;
    float: left;
    list-style: none !important;
}
.fr-pop-tabs li a {
    display: block;
    /*padding: 15px 22px 15px;*/

    text-transform: uppercase;
    transition: all 0.2s;
    font-size: 14px;
    position: relative;
    font-weight: 500;
    color: #373d54;
    border: none;
}
.fr-pop-tabs li a:hover {
    color: #fff;
    text-decoration: none;
}
.fr-pop-tabs li a.active {
    color: #fff;
    background: RGB(47,74,159);
    margin: -1px 0;
    padding: 16px 22px 16px;
}
.fr-pop-tab-cont {
    overflow: hidden;
    position: relative;
    margin: 0 0 44px;
}
.fr-pop-tab {
    border: none;
    border-radius: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    padding: 0;
    height: 0;
}
.fr-pop-tab-cont .fr-pop-tab:first-of-type {
    height: auto;
}
.height_auto {
    height: auto !important;
}
.fr-pop-tab-mob {
    display: none;
    cursor: pointer;
    border-top: 1px solid #e0e4f6;
    padding: 15px 0px 15px;
    text-transform: uppercase;
    transition: all 0.2s;
    color: #373d54;
    font-size: 16px;
    position: relative;
    font-weight: 500;
    margin: 0 !important;
}
.fr-pop-tab-mob:hover {
    color: #3a89cf;
}
.fr-pop-tab-mob.active {
    color: #3a89cf;
}
.fr-pop-tab-mob.active:before {
    position: absolute;
    content: "";
    top: -1px;
    left: -1px;
    width: 100%;
    box-sizing: content-box;
    padding: 0 1px;
    height: 3px;
    background: #3a89cf;
}
.fr-pop-tab .flex-direction-nav a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    opacity: 1 !important;
    margin: -40px 0 0;
    position: absolute;
    top: 50%;
    color: #373d54;
    text-shadow: none;
    background: rgba(255,255,255,0.8);
}
.fr-pop-tab .flex-direction-nav a:before {
    display: block;
    content: "\f104";
    font-size: 26px;
    text-indent: initial;
    color: #373d54;
    font-family: FontAwesome;
    transition: all 0.3s;
    text-shadow: none;
}
.fr-pop-tab .flex-direction-nav a.flex-next:before {
    margin: 0 0 0 4px;
    content: "\f105";
}
.fr-pop-tab .flex-direction-nav a.flex-prev:before {
    margin: 0 2px 0 0;
    content: "\f104";
}
.fr-pop-tab .flex-direction-nav a:hover {
    background: #fff;
    text-decoration: none;
}
.fr-pop-tab.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 20px;
}
.fr-pop-tab.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: 20px;
}
.fr-pop-tab .prod-i {
    width: 270px;
    margin-bottom: 38px;
}
.fr-pop-tab .flex-control-nav {
    bottom: 10px;
}
.fr-pop-tab .flex-control-nav li {
    margin: 0 4px;
}
.fr-pop-tab .flex-control-nav li a {
    display: block;
    border-radius: 0;
    width: 23px;
    height: 3px;
    box-shadow: none;
    transition: all 0.2s;
    background: #e0e4f6;
}
.fr-pop-tab .flex-control-nav li a:hover {
    background: #373d54;
}
.fr-pop-tab .flex-control-nav li a.flex-active {
    background: #373d54;
    cursor: default;
}

/* fr-pop-tab more */
.fr-pop-tabs {
    position: relative;
    overflow: hidden;
    height: 51px;
}
.fr-pop-tabs.sections-show {
    overflow: initial;
}
.fr-pop-tabs li.fr-pop-tabs-more {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #18202e;
    display: none;
    padding: 0;
    background: transparent;
    transition: all 0.2s;
    border-left: 1px solid transparent;
}
.fr-pop-tabs li.fr-pop-tabs-more:after {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 5px;
    content: '';
    display: block;
}
.fr-pop-tabs li.fr-pop-tabs-more:hover {
    background: #fff;
    border-left: 1px solid #e0e4f6;
}
.fr-pop-tabs-more span {
    display: block;
    padding: 0 19px;
    height: 51px;
    line-height: 51px;
}
.fr-pop-tabs li.fr-pop-tabs-more .fr-pop-tabs-sub {
    position: absolute;
    background: #fff;
    border-top: 1px solid #e0e4f6;
    border-left: 1px solid #e0e4f6;
    border-right: 1px solid #e0e4f6;
    text-align: left;
    margin: 5px 0 0;
    transition: all 0.3s ease;
    -webkit-transform: translate3d(0, 8px, 0);
    -moz-transform: translate3d(0, 8px, 0);
    -ms-transform: translate3d(0, 8px, 0);
    -o-transform: translate3d(0, 8px, 0);
    transform: translate3d(0, 8px, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 4;
    width: 0;
    overflow: hidden;
    right: 0;
    left: auto;
    top: 100%;
}
.fr-pop-tabs li.fr-pop-tabs-more .fr-pop-tabs-sub:after {
    clear: both;
    display: block;
    content: '';
}
.fr-pop-tabs li.fr-pop-tabs-more:hover .fr-pop-tabs-sub {
    width: auto;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
    overflow: initial;
}
.fr-pop-tabs li.fr-pop-tabs-more .fr-pop-tabs-sub li {
    position: relative;
    line-height: 120%;
}
.fr-pop-tabs li.fr-pop-tabs-more .fr-pop-tabs-sub li a {
    text-transform: none;
    font-weight: 400;
    color: #373d54;
    font-size: 14px;
    line-height: 120%;
    border-bottom: 1px solid #e0e4f6;
    display: block;
    padding: 11px 15px 11px 15px;
    transition: all 0.2s;
    background: #f8fafc;
    position: relative;
    width: 201px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fr-pop-tabs li.fr-pop-tabs-more .fr-pop-tabs-sub li:hover > a {
    background: #fff;
}
.fr-pop-tabs li.fr-pop-tabs-more .fr-pop-tabs-sub li:after {
    content: '';
    background: #373d54;
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -1px;
    z-index: 3;
    width: 3px;
    display: none;
}
.fr-pop-tabs li.fr-pop-tabs-more .fr-pop-tabs-sub li:hover:after {
    display: block;
}
/* fr-pop-tab more */
/*----------------------------------
8 - Popular Products
----------------------------------*/

.top-box_list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin: 0;
    background-color: #F7F7F7;
}
.top-box_list a{
	color:#333;
}
.top-box_list li {
    width: 25%;
    max-width: 100%;
    min-height: 170px;
    border-right: 1px solid #CDCDCD;
    margin-bottom: 0;
    padding: 24px 0 20px 0;
}
.top-box_list .top-box_detail {
    width: 250px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 4px;
}
.top-box_list .top-box_title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
}
.top-box_list .top-box_text {
    font-size: 14px;
    line-height: 1.4;
}

.solutions-title {
	padding-top:5px;
	border-bottom: 1px solid #CDCDCD;
}
/*----------------------------------
(1) - header munu area/list
----------------------------------*/
.swt-header-area{
	width:100%;
	magin:0 auto;
	background: #fff;
	position: fixed;
	min-height:50px;
	z-index: 9999;
	border-bottom: 1px solid RGB(102,92,84);
}
/*
bootstap.css p
*/
.swt-header-contain{
	padding-right: 0px;
  	padding-left: 0px;
  	margin-right: auto;
  	margin-left: auto;
  	max-width:1213px;
  	background: #fff;min-height:50px;padding-top:10px;
  	border:0px solid red;
 }

/*----------------------------------
(2) - layout area/list
----------------------------------*/
.swt-layoutRole {
	margin-left:auto;margin-right:auto;
    width: 100%;
    max-width:1213px;
    transition: transform 0.3s;
    background: #fff;
    /*background: RGB(246,246,246);*/
     /*background: red;*/
    padding-top:50px;

    background: #FFF;

}
.swt-layoutRole .swt-layoutRole__contents {
    /*width:1200px;*/
	width: 100%;
    max-width: 1213px;

    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;

    display: flex;
    flex-wrap: nowrap;
    border:0px solid red;

}
.swt-layoutRole .swt-layoutRole__main {
    width: 100%;
    margin-bottom:50px;
    background: #fff;
}

/*----------------------------------
(/) - table body border-bottom line
----------------------------------*/
.frameColor {
    border-bottom: 1px solid RGB(221,221,221);
}

/*----------------------------------
(1) - products area/list
----------------------------------*/
.swt-role {
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #525263;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 1500px;
}
.swt-topicRole {
    padding: 0px 0;
    background: transparent;
}
.swt-topicRole .swt-topicRole__list{
	flex-wrap: nowrap;
	display: flex;
}
.swt-topicRole .swt-topicRole__listItem{
	width: calc(100% / 2);
}
.products-area{

}

/*

*/
.swt-productRole__listItemTitle{
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top:10px;
	line-height: 1.0;
	color:black;font-size:16px;font-weight:bold;
	text-decoration:underline;
}
.swt-productRole__listItemDesc{
	margin-top: 0.5em;
	line-height: 1.0;
	color:black;font-size:14px;
}
/*
*/
.swt-eyecatchRole {
    flex-wrap: nowrap;
    display: flex;
}
.swt-eyecatchRole .swt-eyecatchRole__image {
	order: 1;
    display: block;
    margin-bottom: 10px;
    width: 100%;
    height: 100%;
}
.swt-eyecatchRole .swt-eyecatchRole__intro {
    padding-right: 5%;
    order: 2;
    color: black;
}
.swt-eyecatchRole .swt-eyecatchRole__introEnTitle {
	margin-top: 45px;
    margin-bottom: 0.8em;
    font-size: 16px;
    color: green;
    font-weight: bold;
}
.swt-eyecatchRole .swt-eyecatchRole__introTitle {
    margin-bottom: 1em;
    font-size: 18px;
    font-weight: bold;
}
.swt-eyecatchRole .swt-eyecatchRole__introDescription {
    margin-bottom: 30px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 2;
}

/*
contactRole
*/
.contactRole{
	padding-top:0px;
	padding-bottom:0px;
	background: #fff;
	/*background: RGB(246,246,246);*/
	/*background: red;*/
}
.contactRole .contactForm{
	font-size:20px;
}

.contactForm .form-line-control{
	display: flex;flex-wrap: wrap;margin-bottom:23px;
}
.contactForm .form-line-control .item-name-control{
	width:300px;border:0px solid red;line-height:39px;text-align:right;
}
.contactForm .form-line-control .item-name-control .item-name-label{
	padding-top:0px;font-size:20px;color:RGB(50,73,159);font-weight:bold;
}

.contactForm .form-line-control .item-value-control{
	padding-left:13px;
}
.contactForm .form-line-control .item-value-control .item-value-input{
	width:445px;line-height:39px;
}
.contactForm .form-line-control .item-value-control .item-value-select{
	width:445px;height:50px;margin-bottom:10px;
}
.contactForm .form-line-control .item-value-control .item-value-textarea{
	width:445px;height:239px;
}

.contactRole .contactForm .userMessage{
	margin-top:23px;
	color:#333;
	font-size: 18px;
	padding-bottom:5px;

}
.contactRole .contactForm .endMessageTitle{
	margin-top:23px;
	font-size:20px;font-weight:bold;
}
.contactRole .contactForm .endMessageDetail{
	margin-top:23px;
	color:#333;
	font-size:16px;
}
.contactRole .contactForm .errorMsg{
	color:red;
}
.contactRole .contactForm .errorMsgHide{
	display:none;
}
.contactRole .contactForm .errorItemFrame{
	border:1px solid red;
}
/*
companyRole
*/
.companyRole{
	padding-top:10px;
	padding-bottom:30px;
	background: #fff;
	/*background: RGB(246,246,246);*/
	/*background: red;*/
}
.companyRole .companyForm{
	font-size:20px;
}

.companyForm .form-line-control{
	display: flex;flex-wrap: wrap;
	font-size:18px;
	border-bottom:1px solid RGB(205,205,205);
}
.companyForm .form-line-control .item-name-control{
	width:180px;border:0px solid red;line-height:39px;text-align:left;
	font-weight:bold;
}
.companyForm .form-line-control .item-name-control .item-name-label{
	color:RGB(50,73,159);
}

.companyForm .form-line-control .item-value-control{
	padding-left:13px;
	font-weight:normal;
}
.companyForm .form-line-control .item-value-control .item-value-input{
	width:565px;line-height:39px;
}

.companyForm .form-line-control .item-value-control .item-value-textarea{
	width:565px;height:239px;
}
/*
accessRole
*/
.accessRole{
	padding-top:10px;
	padding-bottom:30px;
	background: #fff;
	/*background: RGB(246,246,246);*/
	/*background: red;*/
}
.accessRole .accessForm{
	font-size:20px;
}
.accessForm .form-map-control{
	text-align:center;padding-top:23px;padding-bottom:23px;
}
.accessForm .form-line-control{
	display: flex;flex-wrap: wrap;
	font-size:18px;
}
.accessForm .form-line-control .item-name-control{
	width:80px;border:0px solid red;line-height:39px;text-align:left;
	font-weight:bold;
}
.accessForm .form-line-control .item-name-control .item-name-label{
	color:RGB(50,73,159);
}

.accessForm .form-line-control .item-value-control{
	padding-left:13px;
	font-weight:normal;
}
.accessForm .form-line-control .item-value-control .item-value-input{
	width:445px;line-height:39px;
}

.accessForm .form-line-control .item-value-control .item-value-textarea{
	width:445px;height:239px;
}

/*
newsRole
*/
.newsRole{
	padding: 30px 0 0;
}
.newsRole .newsHeading{
	border-bottom: 3px solid RGB(16,69,156);text-align:left;padding-top:10px;background:RGB(7,64,171);color:#fff;font-weight:bold;font-size:22px;padding-left:10px;
}
.newsRole .newsForm{
	border: 16px solid #FFF;padding: 5px 30px;padding-bottom:50px;text-align:center;background: #FFF;
}
.newsForm .form-new-items{
	display: flex;flex-wrap: wrap;font-size:16px;padding-top:5px;padding-bottom:5px;border-bottom:1px solid RGB(203,203,203);
}

.newsForm .form-new-items .item-datetime{
	width:120px;text-align:center;color:#333;
}
.newsForm .form-new-items .item-subject-notice{
	width:180px;text-align:center;background:RGB(16,69,156);color:white;margin-left:10px;margin-right:10px;
}
.newsForm .form-new-items .item-subject-product{
	width:180px;text-align:center;background:green;color:white;margin-left:10px;margin-right:10px;
}
.newsForm .form-new-items .item-subject-service{
	/*width:180px;text-align:center;background:RGB(115,223,111);color:white;margin-left:10px;margin-right:10px;*/
	width:180px;text-align:center;background:RGB(239,190,39);color:white;margin-left:10px;margin-right:10px;
}
.newsForm .form-new-items .item-detail{
	text-align:left;color:#333;
}

/*
partnerRole
*/
.partnerRole{
	padding-top:23px;padding-bottom:23px;border-bottom:1px solid #CDCDCD;
}
.partnerHeading{
	border-right:2px solid RGB(0,58,130);
	font-size:26px;color:blue;font-weight:bold;padding-left:10px;
}
.partner-logo{
	margin-bottom:10px;border:1px solid RGB(205,205,205);
}
.partner-desc{
	margin-bottom:23px;font-size:12px;
}

/*
role heading control added
*/
.roleSecHeadingControl{
	border-bottom: 3px solid RGB(16,69,156);text-align:left;padding-top:10px;background:RGB(7,64,171);
}
.roleSecHeadingFont{
	color:#fff;font-weight:bold;font-size:22px;padding-left:10px;
}

.roleThirdHeading{
	margin-bottom:10px;
}
.roleThirdHeadingControl{
	margin-bottom:0px;
}
.roleThirdHeadingFont{
	font-size:23px;color:black;font-weight:bold;padding-left:10px;
}
/*
navbar control added
*/
.navbarControl{
	background: #fff;width:100%;position: fixed;min-height:50px;z-index: 9999;border-bottom: 1px solid RGB(102,92,84);
}
/*
slick control added
*/
.slickControl{
	background: #FFF;padding-top:50px;
}
/*
topkey control added
*/
.topKeyCategoryControl{
	background: #FFF;padding-top:0px;
}

/*
roleBottomLine
*/
.roleBottomLine{
	border-bottom:5px solid #CDCDCD; padding-bottom:0px;margin-bottom:30px;
}
/*
roleIntervalLineGreen
*/
.roleIntervalLineGreen{
	border-bottom:5px solid green;
}
/*
roleIntervalLineGreen
*/
.roleIntervalLineBlue{
	border-bottom:5px solid RGB(7,64,171);
}