@charset "utf-8";
/* CSS Document */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
 margin:0;
 padding:0;
 border:0;
 outline:0;
 font-size:100%;
 vertical-align:baseline;
 background:transparent;
 box-sizing:border-box;
}
html {
 font-size: 62.5%;
}
body {
 color:#333333;
 text-align:center;
 font-size:16px;
 font-size: 1.6em;
 font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
 line-height: 1.7em;
 background-repeat: repeat-x;
 margin-right: auto;
 margin-left: auto;
 min-width: 1100px;
 background-image: url(../images/common/bg.png);
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
 display:block;
}
nav ul {
 list-style:none;
}
blockquote, q {
 quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
 content:'';
 content:none;
}
a {
 margin:0;
 padding:0;
 font-size:100%;
 vertical-align:baseline;
 background:transparent;
}
ins {
 background-color:#ff9;
 color:#000;
 text-decoration:none;
 text-align: left;
}
mark {
 background-color:#ff9;
 color:#000;
 font-style:italic;
 font-weight:bold;
}
del {
 text-decoration: line-through;
}
abbr[title], dfn[title] {
 border-bottom:1px dotted;
 cursor:help;
}
hr {
 display:block;
 height:1px;
 border:0;
 border-top:1px solid #cccccc;
 margin:1em 0;
 padding:0;
}
input, select {
 vertical-align:middle;
}
* {
 margin:0;
 padding:0;
}
img {
 border:none;
 vertical-align:bottom;
}
hr {
 display:none;
}
ul {
 list-style:none;
}
a {
 overflow:hidden;
}
table {
 font-size:inherit;
 font:100%;
 border-collapse:collapse;
 border-spacing:0;
}
.clearfix:after {
 content:" ";
 display:block;
 clear:both;
}
a {
 /*\*/
   overflow: hidden;/**/
}
a {
 color: #39C;
 text-decoration: underline;
}
a:hover {
 text-decoration: none;
 color: #39C;
}
.replace {
 text-indent: 100%;
 white-space: nowrap;
 overflow: hidden;
}
.fLeft, .alignleft {
 float: left;
 margin-right: 30px;
}
.fRight, .alignright {
 float: right;
 margin-left: 30px;
}
.textLeft {
 text-align: left;
}
.textRight {
 text-align: right;
}
.textCenter {
 text-align: center;
 display: block;
 margin-right: auto;
 margin-left: auto;
 margin-bottom: 15px;
}
.imgCenter {    /*tech*/
 text-align: center;
	margin: 10px auto 50px;
	width:100% ;

}
.textRed {
 color: #C00;
}
.textGn {
 color: #063;
}
.textBl {
 color: #039;
}
.sp {
 display: none;
}
.flexBwn {
 width: 100%;
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
}

/*2503鳥山追加*/
.mb30{
	margin-bottom:30px;
}

.textCenter2 {
 width:80%;
 height:300px;
 text-align: center;
 display: block;
 margin:50px auto 120px;
 }

/*2503鳥山追加↑ここまで*/

#Header {
}
#Header #HeaderInner {
 clear: both;
 width: 1100px;
 margin-right: auto;
 margin-left: auto;
 height: 100px;
 position: relative;
}
#Header #HeaderInner #CompanyLogo {
 position: absolute;
 left: -1px;
 top: 30px;
}
#Header #HeaderInner #HeaderToi {
 position: absolute;
 top: 0px;
 right: 0px;
}
#Header #HeaderInner #HeaderLang {
 position: absolute;
 right: 200px;
 top: 8px;
}
#Header #HeaderInner #HeaderLang li {
 display: inline-block;
}
#Header #HeaderInner #HeaderLang li a {
 color: #222;
 text-decoration: none;
 border: 1px solid #222;
 margin-right: 5px;
 padding-top: 2px;
 padding-right: 8px;
 padding-bottom: 2px;
 padding-left: 8px;
 background-color: #FFF;
 font-size: 1.4rem;
}
#Header #HeaderInner #HeaderLang li a:hover {
 background-color: #FFECE6;
}
#Header #headerNav {
 height: 86px;
 width: 1100px;
 clear: both;
 margin-right: auto;
 margin-left: auto;
}
#Header #headerNav ul {
 width: 1100px;
}
#Header #headerNav ul li {
 display: block;
 float: left;
 width: 138px;
 height: 86px;
 position: relative;
}
#Header #headerNav ul li:after {
 content:"";
 display:block;
 width:1px;
 height:76px;
 background-color:#CCC;
 position:absolute;
 top:8px;
 right: 0px;
}
#Header #headerNav .nav li .current {
 border-top-width: 5px;
 border-top-style: solid;
 border-top-color: #C33;
}
#Header #headerNav ul li a {
 font-size: 1.6rem;
 font-weight: bold;
 line-height: 86px;
 color: #222;
 text-decoration: none;
 display: block;
 border-top-width: 5px;
 border-top-style: solid;
 border-top-color: #0F4C82;
}
#Header #headerNav ul li a:hover {
 border-top-width: 5px;
 border-top-style: solid;
 border-top-color: #C33;
}
#Header #headerNav ul .menu1 {
 width: 60px;
 background-image: url(../images/common/icn_home.png);
 background-position: 50% 55%;
 background-repeat: no-repeat;
}
#Header #headerNav ul .menu1:before {
 content:"";
 display:block;
 width:1px;
 height:76px;
 background-color:#CCC;
 position:absolute;
 top:8px;
 left: 0px;
}
#Header #headerNav ul .menu6 {
 width: 214px;
}
#Header #headerNav ul .menu7 {
 width: 133px;
}
#Header #headerNav .subMenuBox {
 display: none;
 position: absolute;
 top: 86px;
 background:rgba(255,255,255,0.9);
 left: 0px;
 z-index: 100;
 box-shadow: 0 5px 8px 0px rgba(0,0,0,0.2);
 padding-top: 15px;
 padding-right: 25px;
 padding-bottom: 30px;
 padding-left: 25px;
 width: auto;
 text-align: left;
}
#Header #headerNav .subMenuBox li {
 display: block;
 float: none;
 height: auto;
 position: relative;
 width: 15em;
}
#Header #headerNav .subMenuBox li a {
 font-weight: normal;
 color: #222;
 text-decoration: none;
 display: block;
 border-top-style: none;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #0F4C82;
 padding-bottom: 15px;
 font-size: 1.5rem;
 line-height: 1.5rem;
 padding-top: 15px;
}
.arrow {
 position: relative;
 display: inline-block;
 padding: 0 0 0 16px;
 color: #000;
 vertical-align: middle;
 text-decoration: none;
 font-size: 15px;
}
.arrow::before, .arrow::after {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 margin: auto;
 content: "";
 vertical-align: middle;
}
#Header #headerNav .subMenuBox li a:before {
 width: 12px;
 height: 12px;
 -webkit-border-radius: 50%;
 border-radius: 50%;
 background: #0F4C82;
}
#Header #headerNav .subMenuBox li a:hover:before {
 background: #CC3333;
}
#Header #headerNav .subMenuBox li a:after {
 left: 3px;
 width: 3px;
 height: 3px;
 border-top: 1px solid #fff;
 border-right: 1px solid #fff;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
#Header #headerNav .subMenuBox li a:hover {
 border-top-style: none;
}
#Header #headerNav ul.subMenuBox li:after {
 content:"";
 display:block;
 width:0px;
 height:0px;
 position:absolute;
 top:0px;
 right: 0px;
}
footer {
 background-color: #044E7E;
 padding-top: 45px;
 padding-bottom: 60px;
}
footer .footerIn.style1 address {
 float: right;
 text-align: left;
 font-style: normal;
 width: 40%;
}
footer .footerIn.style1 address h3 {
 height: 38px;
 width: 288px;
 margin-right: 30px;
 margin-bottom: 30px;
 margin-top: 10px;
}
footer .footerIn.style1 address p {
 margin-bottom: 20px;
 color: #F1F1F1;
}
footer .footerNav {
 width: 60%;
 float: left;
}
footer .footerNav .navBox {
 float: left;
 width: 40%;
 text-align: left;
 margin-right: 10%;
}
footer .footerNav .navBox p {
 font-size: 1.5rem;
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: #CCC;
 margin-bottom: 7px;
 padding-bottom: 7px;
 display: block;
}
footer .footerNav .navBox p .arrow {
 padding-left: 25px;
 color: #F1F1F1;
}
footer .footerNav .navBox p .arrow:before {
 width: 16px;
 height: 16px;
 -webkit-border-radius: 50%;
 border-radius: 50%;
 background-color: #F1F1F1;
}
footer .footerNav .navBox p .arrow:after {
 left: 4.5px;
 width: 4px;
 height: 4px;
 border-top: 2px solid #044E7E;
 border-right: 2px solid #044E7E;
 -webkit-transform: rotate(45deg);
 transform: rotate(135deg);
}
footer .footerNav .navBox li a {
 color: #F1F1F1;
 text-decoration: none;
}
footer li.child a:before {
 left: 3px;
 width: 4px;
 height: 4px;
 border-top: 2px solid #F1F1F1;
 border-right: 2px solid #F1F1F1;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
footer li.child a:hover:before {
 border-top: 2px solid #CC3333;
 border-right: 2px solid #CC3333;
}
footer li.child:last-child {
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: #C8C9CA;
 margin-bottom: 10px;
 padding-bottom: 10px;
}
footer li.parent {
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: #C8C9CA;
 margin-bottom: 7px;
 padding-bottom: 7px;
}
footer li.parent a:before {
 width: 16px;
 height: 16px;
 -webkit-border-radius: 50%;
 border-radius: 50%;
 background-color: #F1F1F1;
}
footer li.parent a:hover:before {
 background: #CC3333;
}
footer li.parent a:after {
 left: 4px;
 width: 4px;
 height: 4px;
 border-top: 2px solid #044E7E;
 border-right: 2px solid #044E7E;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
footer li.parent a:hover:after {
 border-top: 1px solid #044E7E;
 border-right: 1px solid #044E7E;
}
footer .navBox ul .parent .arrow {
 padding-left: 25px;
}
.burger {
 display: none;
}
#pagetop {
 position: fixed;
 bottom: 10px;
 right: 10px;
}
.style1 {
 clear: both;
 width: 1040px;
 margin-right: auto;
 margin-left: auto;
 margin-bottom: 40px;
}
.style1:after {
 content:" ";
 display:block;
 clear:both;
}
.style100 {
 clear: both;
 width: 100%;
 margin-bottom: 80px;
 text-align: left;
}
.style100:after {
 content:" ";
 display:block;
 clear:both;
}
.mgnB50 {
 margin-bottom: 50px !important;
}
#TopMainImg {
 clear: both;
 height: 412px;
 width: 100%;
 margin-right: auto;
 margin-left: auto;
 z-index: 0;
 background-color: #333;
}
#TopMainImg .slider {
 margin: 0;
}
#TopMainImg .slider .item {
 height: 412px;
}
#TopMainImg .slider img {
 width: 1100px;
 height: auto;
 text-align: center;
 margin-right: auto;
 margin-left: auto;
}
#TopMainImg .slider .slick-next {
 z-index: 99;
}
#TopMainImg .slider .slick-prev {
 z-index: 99;
}
#TopMainImg .slick-dots {
 bottom: 0px !important;
}
#TopMainImg .slick-slide:not(.slick-center) {
 -webkit-filter: opacity(50%);
 -moz-filter: opacity(50%);
 -o-filter: opacity(50%);
 -ms-filter: opacity(50%);
 filter: opacity(50%);
 transition: 0.5s linear;
}
.topMain {
 background-image: url(../images/top/main_bg.png);
 background-repeat: no-repeat;
 background-position: calc(50% + 550px) top;
}
#Top #TopLead {
 text-align: left;
 padding-top: 30px;
}
#Top #TopLead h2 {
 font-size: 2.8rem;
 color: #0F4C82;
 margin-bottom: 15px;
 text-align: center;
 margin-top: 10px;
 line-height: 1.7em;
}
#Top #TopLead p {
 font-weight: normal;
 line-height: 1.8em;
}
#Top #Sec2 ul {
}
#Top #Sec2 ul li {
 float: left;
 margin-bottom: 12px;
}
#Top #Sec2 ul li a:hover img {
 transform: scale(1.05);
 transition-duration: 0.5s;
}
#Top #Sec4 h3 {
 text-align: left;
 font-size: 1.7rem;
 color: #0F4C82;
 display: inline-block;
 border-bottom-width: 3px;
 border-bottom-style: solid;
 border-bottom-color: #0F4C82;
 word-spacing: 0.6em;
	margin-bottom: 20px;
}
#Top #Sec3,#Top {
 text-align: left;
 margin-bottom: 60px;
}
#Top #Sec3 h3 {
 font-size: 1.7rem;
 margin-bottom: 15px;
 color: #0F4C82;
 display: inline-block;
 border-bottom-width: 3px;
 border-bottom-style: solid;
 border-bottom-color: #0F4C82;
 word-spacing: 0.6em;
 letter-spacing: 0.1em;
}
#Top #Sec3 dl {
 text-align: left;
 line-height: 1.3em;
 display: block;
 padding-bottom: 12px;
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: #CCC;
 padding-top: 12px;
}
#Top #Sec3 a:hover dl {
 background-color: #EDF3F6;
}
#Top #Sec3 dl dt {
 float: left;
 width: 6.5em;
 clear: left;
}
#Top #Sec3 dl dd {
 display: block;
 padding-left: 6.5em;
 _padding-left: 0px;
}
#Top #Sec3 a dl dd .place {
 font-size: 1.2rem;
 margin-right: 20px;
 padding-right: 5px;
 padding-left: 5px;
 padding-top: 1px;
 padding-bottom: 1px;
 border: 1px solid #0F4C82;
}
#Top #Sec3 a, #Top #Sec3 a dl, #Top #Sec3 a dl dt, #Top #Sec3 a dl dd {
 color: #222;
 text-decoration: none;
}
#Top #Sec3 a:hover, #Top #Sec3 a:hover dl, #Top #Sec3 a:hover dl dt, #Top #Sec3 a:hover dl dd {
 color: #222;
 text-decoration: none;
}
.mainImg {
 height: 182px;
 width: 100%;
 clear: both;
 background-image: url(../images/company/title_bg.jpg), url(../images/common/title_bg.jpg);
 background-repeat: no-repeat, repeat-x;
 background-position: center top, left top;
}
.mainImg.bgStyle2 {
 background-image: url(../images/common/title_bg_img2.jpg), url(../images/common/title_bg.jpg);
}
.mainImg.bgStyle3 {
 background-image: url(../images/common/title_bg_img3.jpg), url(../images/common/title_bg.jpg);
}
.mainImg.bgStyle4 {
 background-image: url(../images/common/title_bg_img4.jpg), url(../images/common/title_bg.jpg);
}
.mainImg.bgStyle5 {
 background-image: url(../images/common/title_bg_img5.jpg), url(../images/common/title_bg.jpg);
}
.mainImg.bgStyle6 {
 background-image: url(../images/common/title_bg_img6.jpg), url(../images/common/title_bg.jpg);
}
.mainImg.bgStyle7 {
 background-image: url(../images/common/title_bg_img7.jpg), url(../images/common/title_bg.jpg);
}
.mainImg h1 {
 font-size: 2.8rem;
 display: inline-block;
 border-bottom-width: 3px;
 border-bottom-style: solid;
 border-bottom-color: #CC3333;
 margin-bottom: 3px;
 padding-bottom: 10px;
 font-weight: normal;
 color: #FFF;
 margin-top: 65px;
}
.mainImg p {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 1.3rem;
 color: #FFF;
 letter-spacing: 0.1em;
}
.container {
 background-image: url(../images/common/container_bg.png);
 background-repeat: no-repeat;
 background-position: calc(50% - 569px) top;
 padding-top: 10px;
}
main {
 clear: both;
 width: 1100px;
 margin-right: auto;
 margin-left: auto;
}
main:after {
 content:" ";
 display:block;
 clear:both;
}
.container .sidemenu {
 float: left;
 width: 230px;
}
.container .sidemenu ul li {
 text-align: left;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #FFF;
 padding-top: 10px;
 padding-bottom: 10px;
}
.container .sidemenu ul li .arrow {
 padding-left: 22px;
}
.container .sidemenu ul li a:hover {
 color: #333;
 text-decoration: underline;
}
.container .sidemenu ul li a:before {
 width: 12px;
 height: 12px;
 background: #0F4C82;
}
.container .sidemenu ul li a:after {
 left: 3px;
 width: 3px;
 height: 3px;
 border-top: 1px solid #fff;
 border-right: 1px solid #fff;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
.container main .contents {
 float: right;
 width: 100%;
 margin-top: 30px;
}
.container main .contents830 {
 float: right;
 width: 830px;
}
.container main .contents p, .container main .contents830 p {
 margin-bottom: 17px;
}
#Breadcrumb {
 margin-bottom: 30px;
 text-align: right;
 clear: both;
 margin-right: auto;
 margin-left: auto;
 width: 1100px;
}
#Breadcrumb ul {
 text-align: right;
}
#Breadcrumb ul li {
 font-size: 1.5rem;
 display: inline-block;
 text-align: right;
}
#Breadcrumb ul li:before {
 left: 3px;
 width: 4px;
 height: 4px;
 border-top: 1px solid #0F4C82;
 border-right: 1px solid #0F4C82;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
#Breadcrumb ul li a {
 color: #333;
}
#Breadcrumb ul li:first-child:before {
 border: none;
}
.pageTitle {
 font-size: 2.4rem;
 position:relative;
 text-align: left;
 background-image: url(../images/common/pagetitle.jpg);
 background-repeat: no-repeat;
 background-position: left top;
 border-bottom-width: 3px;
 border-bottom-style: solid;
 border-bottom-color: #0F4C82;
 margin-bottom: 40px;
 padding-bottom: 10px;
 padding-left: 25px;
}
#CompanyProfile .contents830 #Sec1 {
 text-align: left;
}
.secTitle1 {
 font-size: 2.0rem;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #0F4C82;
 margin-bottom: 20px;
 padding-bottom: 5px;
}
.secTitle1B {
 font-size: 2.5rem;
 border-bottom-width: 4px;
 border-bottom-style: solid;
 border-bottom-color: #0F4C82;
 margin-bottom: 20px;
 padding-bottom: 10px;
}
.secTitle2 {
 position:relative;
 font-size: 2.4rem;
 margin-bottom: 20px;
 padding-right: 0;
 padding-bottom: 10px;
 padding-left: 0;
 border-bottom-width: 5px;
 border-bottom-style: solid;
 border-bottom-color: #156AB7;
}
.secTitle2:before, .secTitle2:after {
 content:"";
 display:block;
 height:5px;
 position:absolute;
 bottom:-5px;
}
.secTitle2:before {
 width:20%;
 left:8%;
 background:rgba(255,255,255,0.5);
}
.secTitle2:after {
 width:30%;
 left:12%;
 background:rgba(87,176,224,0.5);
}
.secTitle3 {
 font-size: 1.9rem;
 font-weight: bold;
 display: inline-block;
 border-bottom-width: 4px;
 border-bottom-style: solid;
 border-bottom-color: #0F4C82;
 margin-bottom: 10px;
 padding-bottom: 5px;
}
.secTitle3.red {
 border-bottom-color: #C30;
}
.secTitle4 {
 font-size: 2.2rem;
 color: #0F4C82;
 text-align: left;
 margin-bottom: 20px;
 line-height: 1.7em;
}
.secTitle5 {
 font-size: 1.9rem;
 font-weight: normal;
 text-align: center;
 margin-bottom: 40px;
 background-color: #0F4C82;
 color: #FFF;
 padding-top: 10px;
 padding-bottom: 10px;
}
.secTitle6 {
 background-image: url(../images/common/sectitle6.jpg);
 background-repeat: repeat-x;
 line-height: 50px;
 height: 50px;
 border-left-width: 3px;
 border-left-style: solid;
 border-left-color: #0F4C82;
 padding-left: 20px;
 margin-bottom: 20px;
 font-size: 1.9rem;
}

.secTitle7{
 font-size: 1.8rem;
 color: #0F4C82;
 margin-bottom: 15px;
 text-align: left;
 margin-top: 10px;
 line-height: 1.7em;
}

.subTitle1 {
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #333;
 margin-bottom: 10px;
 padding-bottom: 5px;
 font-size: 1.9rem;
 color: #0F4C82;
}
.subTitle2 {
 color: #FFF;
 background-color: #0F4C82;
 padding-right: 15px;
 padding-left: 15px;
 display: inline-block;
 font-weight: normal;
 margin-bottom: 3px;
}
.subTitle3 {
 font-size: 1.9rem;
 color: #0F4C82;
 text-align: left;
 margin-bottom: 15px;
 line-height: 1.7em;
}
dl.dlHorizon {
 text-align: left;
 display: block;
 margin-top: 10px;
}
dl.dlHorizon dt {
 float: left;
 width: 7em;
 clear: left;
 margin-bottom: 12px;
 padding-bottom: 12px;
}
dl.dlHorizon dd {
 display: block;
 _height: 1%;
 margin-bottom: 12px;
 padding-left: 7em;
 _padding-left: 0px;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #EBEAE6;
 _border: none;
 padding-bottom: 12px;
}
.dlHorizon dd ul {
 padding-left: 20px;
}
.dlHorizon dd ul li {
 list-style-type: disc;
 line-height: 1.7em;
}
#CompanyProfile .contents830 #Sec1 #Access {
 clear: both;
 margin-top: 35px;
}
#CompanyProfile .contents830 #Sec1 #Access #Map {
 float: left;
 width: 500px;
}
#CompanyProfile .contents830 #Sec1 #Access .access {
 float: right;
 width: 300px;
}
table {
 border-top-width: 1px;
 border-left-width: 1px;
 border-top-style: solid;
 border-left-style: solid;
 border-top-color: #CCC;
 border-left-color: #CCC;
 margin-bottom: 50px;
}
table td, table th {
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #CCC;
 border-right-width: 1px;
 border-right-style: solid;
 border-right-color: #CCC;
 padding: 20px;
}
table tr .thCol {
 background-color: #0F4C82;
 color: #FFF;
 text-align: center;
}
table tr .thRow {
 background-color: #D7EBFB;
}
table tr .thRow2 {
 background-color: #EAF4FD;
}
#CompanyOverView .contents830 #Sec1 .secTitle4 {
 margin-top: 40px;
}
#CompanyOverView .contents830 #Sec2 .rinen {
 text-align: left;
 display: block;
 margin-bottom: 30px;
}
#CompanyOverView .contents830 #Sec2 .rinen dt {
 float: left;
 width: 8em;
 clear: left;
 margin-bottom: 4px;
 padding-bottom: 4px;
 font-weight: bold;
}
#CompanyOverView .contents830 #Sec2 .rinen dd {
 display: block;
 _height: 1%;
 margin-bottom: 4px;
 padding-left: 8em;
 _padding-left: 0px;
 padding-bottom: 4px;
}
#CompanyOverView .contents830 #Sec2 p {
 margin-bottom: 30px;
}
#CompanyHonors .contents830 #Sec1 .subTitle1 {
 margin-top: 50px;
}
#CompanyHonors .contents830 #Sec1 .fLeft {
 padding-top: 35px;
}
#CompanyHonors .contents830 #Sec1 a .fRight h4 {
 margin-bottom: 8px;
 color: #333;
 text-decoration: none;
}
#CompanyHonors .contents830 #Sec2 ul {
 width: 100%;
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
}
#CompanyHonors .contents830 #Sec2 ul li {
 width: 32.5%;
 text-align: center;
 background-color: #F6F6F6;
 height: 220px;
 display: flex;
 justify-content: center;
 align-items: center;
 margin-bottom: 10px;
}
#CompanyHonors .contents830 #Sec2 ul li img {
 max-height: 180px;
 width: auto;
}
#CompanyBase .contents830 .baseBlockWrap {
 width: 100%;
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
}
#CompanyBase .contents830 .baseBlock {
 width: 48%;
 text-align: center;
 background-color: #F6F6F6;
 padding-top: 20px;
 padding-right: 10px;
 padding-bottom: 20px;
 padding-left: 10px;
 margin-bottom: 30px;
}
#CompanyBase .contents830 .baseBlock h4 {
 font-weight: bold;
 padding-bottom: 5px;
 margin-bottom: 15px;
 width: 340px;
 margin-right: auto;
 margin-left: auto;
 border-bottom-width: 2px;
 border-bottom-style: solid;
 border-bottom-color: #FFF;
 font-size: 1.7rem;
}
#CompanyBase .contents830 .baseBlock ul {
 text-align: left;
 margin-top: 10px;
 font-size: 1.5rem;
 width: 340px;
 margin-right: auto;
 margin-left: auto;
 line-height: 1.5em;
}
#ProductionSystem .contents .style100 .firstImg {
 margin-bottom: 30px;
}
#ProductionSystem .contents #Sec1 ul {
 padding-left: 30px;
 margin-bottom: 60px;
}
#ProductionSystem .contents #Sec1 ul li {
 position: relative;
 padding-left: 20px;
 margin-bottom: 7px;
}
#ProductionSystem .contents #Sec1 ul li:before {
 content: "";
 position: absolute;
 top: .3em;
 left: 0;
 -webkit-transform: rotate(50deg);
 -ms-transform: rotate(50deg);
 transform: rotate(50deg);
 width: 5px;
 height: 10px;
 border-right-width: 3px;
 border-bottom-width: 3px;
 border-right-style: solid;
 border-bottom-style: solid;
 border-right-color: #C30;
 border-bottom-color: #C30;
}
#BusinessProfile .contents #Sec0 ul {
 display: flex;
 justify-content: space-between;
 margin-right: auto;
 margin-left: auto;
}
#BusinessProfile .contents #Sec0 ul li {
 height: 500px;
 width: 366px;
 display: block;
 text-align: center;
 overflow: hidden;
}
#BusinessProfile .contents #Sec0 ul li a img {
}
#BusinessProfile .contents #Sec0 ul li a:hover img {
 transform: scale(1.3);
 transition-duration: 0.5s;
}
#BusinessProfile .contents .style100 {
 margin-bottom: 120px;
}
#BusinessProfile .contents .secTitle1B span {
 font-size: 1.6rem;
 font-weight: normal;
 margin-left: 30px;
}
#BusinessProfile .contents h3.biz1 {
 background-image: url(../images/business-profile/smart_controller_s.png);
 background-repeat: no-repeat;
 background-position: left top;
 padding-left: 90px;
 min-height: 90px;
 font-size: 2.2rem;
 line-height: 1.5em;
 padding-top: 24px;
 margin-bottom: 15px;
}
#BusinessProfile .contents #Motor h3.biz1 {
 background-image: url(../images/business-profile/motor_product_s.png);
}
#BusinessProfile .contents #LithiumBattery h3.biz1 {
 background-image: url(../images/business-profile/lithium_battery_s.png);
}
#BusinessProfile .contents .secImg {
 margin-bottom: 50px;
}
#BusinessProfile .contents .secTitle3.noTxt {
 margin-bottom: 20px;
}
ul.imgBetween {
 display: flex;
 justify-content: space-between;
 margin-right: auto;
 margin-left: auto;
 width: 100%;
}
#BusinessProfile .contents .blockFull {
 margin-bottom: 80px;
}
#BusinessProfile .contents .blockHalf {
 display: flex;
 justify-content: space-between;
 margin-right: auto;
 margin-left: auto;
 width: 100%;
 margin-bottom: 80px;
}
#BusinessProfile .contents .blockHalf .item {
 width: 527px;
}
#RD .contents .style100 .textLead {
 text-align: left;
 margin-bottom: 30px;
}
#RD .contents .style100 .ninsyou {
 font-size: 2.0rem;
 margin-top: 50px;
 margin-bottom: 30px;
 text-align: center;
}
#RD .contents .style100 .ninsyouImg {
 text-align: center;
}
#RD .contents #Sec2 {
}
#RD .contents #Sec3 table {
 width: 100%;
 margin-top: 40px;
}
#RD .contents #Sec3 table tr td {
 width: 75%;
}
#RD .contents #Sec3 table tr td ul li {
 display: inline-block;
 margin-right: 30px;
}
#RD .contents #Sec3 table tr td ul li:before {
 content: "・"
}
#RD .contents img.secImg {
 margin-top: 30px;
}
#RD .contents #Sec2 .secTitle1B span {
 font-size: 1.6rem;
 font-weight: normal;
}
#RD .contents #Sec2 .imgBetween {
 margin-top: 40px;
}
#RD .contents #Sec3 .imgBetween {
 width: 900px;
 margin-top: 30px;
 margin-right: auto;
 margin-left: auto;
}
#Quality .contents .style100 .ninsyou {
 margin-bottom: 70px;
 text-align: center;
 margin-top: 40px;
}
#Quality .contents .style100 #Sec1 .step.style100 {
 margin-bottom: 50px;
 background-image: url(../images/quality-manegiment/arrow.jpg);
 background-repeat: no-repeat;
 background-position: 3.3em 80px;
}
#Quality .contents .style100 #Sec1 .step.style100:last-child {
 background: none;
}
#Quality .contents .style100 #Sec1 .step h4 {
 padding-top: 8px;
 padding-bottom: 8px;
 width: 10em;
 text-align: center;
 float: left;
 background-color: #0F4C82;
 color: #FFF;
 font-weight: normal;
 font-size: 1.8rem;
}
#Quality .contents .style100 #Sec1 .step .stepDetail {
 padding-left: 15em;
 position: relative;
}
#Quality .contents .style100 #Sec1 .step .stepDetail ul {
 margin-bottom: 20px;
 padding-left: 30px;
}
#Quality .contents .style100 #Sec1 .step .stepDetail ul li {
 list-style-type: disc;
}
#Quality .contents .style100 #Sec1 .step .stepDetail .stepImg {
 position: absolute;
 top: 0px;
 right: 0px;
}
#Quality .contents .style100 #Sec1 .secTitle5 {
 margin-bottom: 0px;
 font-size: 2.5rem;
}
#Quality .contents .style100 #Sec1 figure {
 margin-bottom: 80px;
}
#Quality .contents .style100 #Sec1 .test {
 display: flex;
 justify-content: space-between;
 background-color: #F0F0F0;
 padding-top: 20px;
 padding-right: 35px;
 padding-bottom: 20px;
 padding-left: 35px;
 margin-bottom: 80px;
}
#Quality .contents .style100 #Sec1 .test ul {
 width: 33%;
 padding-left: 20px;
}
#Quality .contents .style100 #Sec1 .test ul li {
 list-style-type: disc;
 font-size: 1.8rem;
 line-height: 1.8em;
}
#Quality .contents .style100 #Sec2 {
 margin-bottom: 0px;
}
#Quality .contents .style100 #Sec2 .imgBetween {
 width: 840px;
 margin-right: auto;
 margin-left: auto;
 margin-top: 40px;
}
#Quality .contents .style100 #Sec2 ol {
 padding-left: 50px;
 width: 840px;
 margin-right: auto;
 margin-left: auto;
 margin-top: 40px;
 counter-reset:number;
 list-style-type: none!important;
}
#Quality .contents .style100 #Sec2 ol li {
 position: relative;
 padding-left: 30px;
 line-height: 1.5em;
 padding-right: 0.5em;
 padding-top: 3px;
 padding-bottom: 3px;
}
#Quality .contents .style100 #Sec2 ol li:before {
 position: absolute;
 counter-increment: number;
 content: counter(number);
 display:inline-block;
 background: #0F4C82;
 color: white;
 font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
 font-weight:bold;
 font-size: 15px;
 border-radius: 50%;
 left: 0;
 width: 25px;
 height: 25px;
 line-height: 25px;
 text-align: center;
 top: 50%;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
}
#Contact input {
 padding: 8px;
 border: 1px solid #CCC;
 margin-top: 2px;
 margin-bottom: 2px;
}
#Contact input[type="text"], #Contact input[type="email"], #Contact input[type="tel"] {
 width: 40%;
 border-radius: 3px;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 font-size: 1.6rem;
}
#Contact input[type="checkbox"] {
 margin-right: 10px;
 height: 25px;
 width: 25px;
}
#Contact textarea {
 display: inline-block;
 vertical-align: top;
 width: 95% !important;
 height: 150px !important;
 padding: 8px;
 border-radius: 3px;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border: 1px solid #CCC;
 font-size: 1.6rem;
 outline: none;
 line-height: 1.6;
 resize: vertical;
}
#Contact div.mfp_buttons {
 margin-bottom: 50px;
}
#ContactThanks .style100 {
 text-align: center;
 padding-bottom: 50px;
}
#mfp_overlay_inner h4 {
 font-size: 2rem;
 margin-bottom: 15px;
 margin-top: 15px;
}
#mfp_overlay_inner table {
 margin-bottom: 0px !important;
}
#Ir .contents .style100 .secTitle1B {
 margin-bottom: 40px;
}
#Ir .contents .style100 #Sec1 {
 background-color: #FFF;
 padding-right: 30px;
 padding-bottom: 30px;
 padding-left: 30px;
}
#Ir .contents .style100 #Sec1 a {
 text-decoration: none;
 color: #333;
 display: block;
}
#Ir .contents .style100 #Sec1 a dl {
 display: flex;
 flex-wrap: wrap;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #DCDCE4;
 padding-top: 16px;
 padding-bottom: 16px;
}
#Ir .contents .style100 #Sec1 a:hover dl {
 background-color: #F3F3F3;
}
#Ir .contents .style100 #Sec1 a:first-child dl {
 padding-top: 20px;
}
#Ir .contents .style100 #Sec1 a dl dt {
 width: 80%;
 padding-left: 20px;
}
#Ir .contents .style100 #Sec1 a dl dd {
 width: 20%;
 text-align: right;
 padding-right: 20px;
}
#Ir .contents .style100 .kabu {
 margin-top: 20px;
 text-align: center;
}


#Tech .imgBetween li {
	width : 33.33333% ; /* 未対応ブラウザ用フォールバック */
	width : -webkit-calc(100% / 3) ;
	width : calc(100% / 3) ; display: block;
	overflow: hidden;
	line-height: 2.8em;
}
#Tech .imgBetween li img {
	width: 100%;
}


.indent{
  text-indent: -1em;
  padding-left: 2em;
}
.marginL {
	margin-left: 20px;
}
.marginT30 {
	margin-top: 30px;
}
#Tech .sub1 ul {
 padding-left: 30px;
 margin-bottom: 60px;
}
#Tech .sub1 ul li {
 position: relative;
 padding-left: 20px;
 margin-bottom: 7px;
}
#Tech .sub1 ul li:before {
 content: "";
 position: absolute;
 top: .3em;
 left: 0;
 -webkit-transform: rotate(50deg);
 -ms-transform: rotate(50deg);
 transform: rotate(50deg);
 width: 5px;
 height: 10px;
 border-right-width: 3px;
 border-bottom-width: 3px;
 border-right-style: solid;
 border-bottom-style: solid;
 border-right-color: #C30;
 border-bottom-color: #C30;
}
#Tech .controls {
  display: flex;
  flex-direction: row;
  justify-content: center;
	margin-bottom: 20px;
}
#Tech .cont3 {
	margin: 10px;
	width : 33.33333% ; /* 未対応ブラウザ用フォールバック */
	width : -webkit-calc(100% / 3) ;
	width : calc(100% / 3) ;
	display: block;
	overflow: hidden;
}
#Tech .cont3 h4 {
	font-size: 1.6em;
	margin-left: 10px;
	margin-bottom: 10px;
}
#Tech .cont3 h4 img {
	position: relative;
	top: 8px;
	left: 0;
	margin-right: 10px;
}
#Tech .control {
	/*margin: 10px;
	width : 33.33333% ; /* 未対応ブラウザ用フォールバック */
	/*width : -webkit-calc(100% / 3) ;
	width : calc(100% / 3) ;*/
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100px;
	background: #1fafaf;
	clip-path: polygon(0% 100%, 0% 25%, 100% 0%, 100% 100%);
}
#Tech .control p {
	margin: 40px 20px 0;
	font-size: 1.05em;
	color: #fff;
	line-height: 1.2em;
}


#Ev .imgBetween li {
	width : 33.33333% ; /* 未対応ブラウザ用フォールバック */
	width : -webkit-calc(100% / 3) ;
	width : calc(100% / 3) ; display: block;
	overflow: hidden;
	line-height: 2.8em;
}
#Ev .imgBetween li img {
	width: 100%;
}

/*鳥山20250707追加*/


#Ev .contents .scroll table {
 width: 80%;
 margin-top: 40px;
 margin:0 auto;
 line-height: 0.8;
}
#Ev .contents .style100 .scroll table tr td,
#Ev .contents .style100 .scroll table tr .thRow {
 width: 33%;
 padding:13px;
}
#Ev .contents .scroll table tr td ul li {
 display: inline-block;
 margin-right: 30px;
}
#Ev .contents table tr td ul li:before {
 content: "・"
}

#Ev .sub1 ul {
 padding-left: 30px;
 margin-bottom: 60px;
}
#Ev .sub1 ul li {
 position: relative;
 padding-left: 20px;
 margin-bottom: 7px;
}
#Ev .sub1 ul li:before {
 content: "";
 position: absolute;
 top: .3em;
 left: 0;
 -webkit-transform: rotate(50deg);
 -ms-transform: rotate(50deg);
 transform: rotate(50deg);
 width: 5px;
 height: 10px;
 border-right-width: 3px;
 border-bottom-width: 3px;
 border-right-style: solid;
 border-bottom-style: solid;
 border-right-color: #C30;
 border-bottom-color: #C30;
}
#Ev .controls {
  display: flex;
  flex-direction: row;
  justify-content: center;
	margin-bottom: 20px;
}
#Ev .cont3 {
	margin: 10px;
	width : 33.33333% ; /* 未対応ブラウザ用フォールバック */
	width : -webkit-calc(100% / 3) ;
	width : calc(100% / 3) ;
	display: block;
	overflow: hidden;
}
#Ev .cont3 h4 {
	font-size: 1.6em;
	margin-left: 10px;
	margin-bottom: 10px;
}
#Ev .cont3 h4 img {
	position: relative;
	top: 8px;
	left: 0;
	margin-right: 10px;
}
#Ev .control {
	/*margin: 10px;
	width : 33.33333% ; /* 未対応ブラウザ用フォールバック */
	/*width : -webkit-calc(100% / 3) ;
	width : calc(100% / 3) ;*/
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100px;
	background: #1fafaf;
	clip-path: polygon(0% 100%, 0% 25%, 100% 0%, 100% 100%);
}
#Ev .control p {
	margin: 40px 20px 0;
	font-size: 1.05em;
	color: #fff;
	line-height: 1.2em;
}

/*EVページ(鳥山追加↑)*/




/*ポータブル電源(トップページ)*/
.cont2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    margin: 0;
}
.item {
    width: calc(100% / 2 - 30px);
    margin-bottom: 30px;
    padding: 50px 10px;
}
.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	text-align: center;
}
.opa:hover {
	opacity: 0.6;
}


/*0904鳥山*/
#Panel .cont_list {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	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;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#Panel .cont_list:after {
    content: "";
    display: block;
    width: 32%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}


#Panel .cont_list .list_box {
	width: 32%;
	background-color: #EEE;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 2px solid #FFF;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	margin-bottom: 20px;
}

#Panel .cont_list .list_box:hover {
	background-color: #FFF;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
}

#Panel .cont_list .list_box h2 {
	text-align: center;
	padding-top: 20px;
	background-color: #FFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #2E749A;
	font-size: 22px;
	line-height: 30px;
	padding-bottom: 10px;
}

#Panel .content .list_box h3 {
	font-size: 18px;
	text-align: center;
	margin-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	color: #044760;
	background-color: #F9F9F9;
	border-bottom-color: #BBB;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
	border-bottom-style: dotted;
}

#Panel .content .list_box p {
	font-size: 14px;
	color: #044E7E;
}

#Panel .content .list_box p:hover{
	color: RED;
}

#Panel .cont_list .list_box img {
	width: 96%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#Panel .cont_list .list_box a {
 text-decoration: none;
 }
 
#Panel h2 {
 font-size: 2.8rem;
 color: #0F4C82;
 margin-bottom: 00px;
 text-align: center;
 margin-top: 10px;
 line-height: 1.7em;
}

#Panel h2.space {
 font-size: 2.8rem;
 color: #0F4C82;
 margin-bottom: 40px;
 text-align: center;
 margin-top: 10px;
 line-height: 1.7em;
}



#Panel .cont_list .list_box2 {
	width: 49%;
	background-color: #EEE;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 2px solid #FFF;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	margin-bottom: 20px;
}

#Panel .cont_list .list_box2:hover {
	background-color: #FFF;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
}

#Panel .cont_list .list_box2 h2 {
	text-align: center;
	padding-top: 20px;
	background-color: #FFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #2E749A;
	font-size: 22px;
	line-height: 30px;
	padding-bottom: 10px;
}

#Panel .content .list_box2 h3 {
	font-size: 18px;
	text-align: center;
	margin-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	color: #044760;
	background-color: #F9F9F9;
	border-bottom-color: #BBB;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
	border-bottom-style: dotted;
}

#Panel .content .list_box2 p {
	font-size: 14px;
	color: #044E7E;
}

#Panel .content .list_box2 p:hover{
	color: RED;
}

#Panel .cont_list .list_box2 img {
	width: 96%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#Panel .cont_list .list_box2 a {
 text-decoration: none;
 }
 

/*0617鳥山追加*/
 
#Bms .imgBetween li {
	width : 33.33333% ; /* 未対応ブラウザ用フォールバック */
	width : -webkit-calc(100% / 3) ;
	width : calc(100% / 3) ; display: block;
	overflow: hidden;
	line-height: 2.8em;
}
#Bms .imgBetween li img {
	width: 100%;
}
.indent{
  text-indent: -1em;
  padding-left: 2em;
}
.marginL {
	margin-left: 20px;
}
.marginT30 {
	margin-top: 30px;
}
#Bms .sub1 ul {
 padding-left: 30px;
 margin-bottom: 60px;
}
#Bms .sub1 ul li {
 position: relative;
 padding-left: 20px;
 margin-bottom: 7px;
}
#Bms .sub1 ul li:before {
 content: "";
 position: absolute;
 top: .3em;
 left: 0;
 -webkit-transform: rotate(50deg);
 -ms-transform: rotate(50deg);
 transform: rotate(50deg);
 width: 5px;
 height: 10px;
 border-right-width: 3px;
 border-bottom-width: 3px;
 border-right-style: solid;
 border-bottom-style: solid;
 border-right-color: #C30;
 border-bottom-color: #C30;
}
#Bms .controls {
  display: flex;
  flex-direction: row;
  justify-content: center;
	margin-bottom: 20px;
}
#Bms .cont3 {
	margin: 10px;
	width : 33.33333% ; /* 未対応ブラウザ用フォールバック */
	width : -webkit-calc(100% / 3) ;
	width : calc(100% / 3) ;
	display: block;
	overflow: hidden;
}
#Bms .cont3 h4 {
	font-size: 1.6em;
	margin-left: 10px;
	margin-bottom: 10px;
}
#Bms .cont3 h4 img {
	position: relative;
	top: 8px;
	left: 0;
	margin-right: 10px;
}
#Bms .control {
	/*margin: 10px;
	width : 33.33333% ; /* 未対応ブラウザ用フォールバック */
	/*width : -webkit-calc(100% / 3) ;
	width : calc(100% / 3) ;*/
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100px;
	background: #1fafaf;
	clip-path: polygon(0% 100%, 0% 25%, 100% 0%, 100% 100%);
}
#Bms .control p {
	margin: 40px 20px 0;
	font-size: 1.05em;
	color: #fff;
	line-height: 1.2em;
}

 /*0617鳥山追加ここまで*/
 
  /*pc-2ここから下まで*/
#Bms table{
	background-color: #f0f8ff;
	text-align:center;
	margin-top:50px;
	border-color:white;
	width:100%;
}

#Bms th {
  font-size:18px;
  padding-top:10px;
  padding-bottom:10px;
  border-color:white;
  font-weight: normal;
  line-height:2.5;
}

#Bms td {
  height: 10px;
  padding-top:1px;
  padding-bottom:1px;
  font-size:14px;
  width:33%;
  vertical-align: middle;
  border-color:white;
}

#Bms .td1{
  font-size:16px;

}

#Bms .td2{
  padding-top:5px;
  padding-bottom:5px;
  width:50%;
}



#Bms ul{
 display: flex;
 justify-content: center;
 width: 100%;

}

#Bms ul li {
 display: inline-block;
 border:2px solid black;
 background-color:black;
 color:white;
 margin:5px;
 width: 19%;

}

#Bms ul li p{
  display: inline-block;
  vertical-align: middle;
    align-items: center;
}

#Bms ul img {
  margin-bottom:10px;
 width: 100%;
}


#Bms .zero{
  padding-top:0px;
  margin-top:0px;
}

#Bms .al{
 text-align:left;
}

#Bms .ac{
 text-align:center;
}

#Bms .mb50{
  margin-bottom:50px;
}