@charset "utf-8";

html,body{
    width: 100%;
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'),
url(https://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff)
format('woff');
}





body{
    color:#000;
	font-family:'Open Sans', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;
	font-size:14px;
	line-height: 1.75;
	min-width: 350px;
	text-align: center;
    -webkit-text-size-adjust: 100%;
}

* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	color: #000;
	outline: none;
	text-decoration: none;
}

a:hover{
	color: #4eb890;

}

img{
margin: auto;
max-width: 100%;
height: auto;
width /***/:auto;
}


input, select, textarea {
    padding: 5px;
	border: 1px solid #ccc;
}
h2,h3,h4,h5,h6 {
	font-weight: normal;
}

input,
textarea{
}
input[type=radio], input[type=checkbox] {
	margin:0 5px 0 0;
	width: auto;
}







/* module
------------------------------------------------- */
a:hover{
	color: #000;
    text-decoration: underline;
}
.al:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	transition: 0.3s;
	text-decoration: none;
}
section .inner {
    width: 1200px;
    padding: 0 100px;
    margin: 0 auto;
    position: relative;
}


/* wrapper
------------------------------------------------- */
#wrapper {
    min-width: 1200px;
    margin: 0 auto;
}


/* header
------------------------------------------------- */
#header {
    height: 85px;
    background-color: #000;
    color: #fff;
}
#header .hinner {
    width: 1200px;
    padding: 0 50px;
    margin: 0 auto;
    position: relative;
}
#header .hlogo {
    padding-top: 15px;
    position: relative;
    text-align: left;
}
#header .hlogo a {
	color: #fff;
}
#header .hlogo img {
    margin: 0;
}
#header .hlogo span {
    position: absolute;
    left: 158px;
    top: 31px;
    line-height: 1.35;
    font-weight: normal;
}
#header .gnav {
    position: absolute;
    right: 55px;
    top: 50px;
}
#header .gnav ul {
    display: flex;
    justify-content: flex-end;
}
#header .gnav ul li {
    margin-left: 40px;
    line-height: 1;
}
#header .gnav ul li a {
    color: #fff;
}


/* mainvisual
------------------------------------------------- */
.mainvisual {
    height: 790px;
    background: url("../img/mainvisual_bg.jpg") center top no-repeat;
    background-size: cover;
    margin-bottom: 60px;
}
.mainvisual .inner {
    height: 790px;
}
.mainvisual h2 {
    padding: 52px 0 0 125px;
}
.mainvisual .pnav {
    position: absolute;
    left: 50%;
    bottom: 43px;
    transform: translateX(-50%);
}
.mainvisual .pnav ul {
    display: flex;
    justify-content: center;
}
.mainvisual .pnav ul li {
    margin: 0 21px;
}


/* infoArea
------------------------------------------------- */
.infoArea {
    margin-bottom: 70px;
}
.infoArea h2 {
    margin-bottom: 40px;
}
.infoArea dl {
    width: 820px;
    display: table;
    margin: 0 auto 16px;
    text-align: left;
}
.infoArea dl dt {
    width: 95px;
    display: table-cell;
    vertical-align: top;
}
.infoArea dl dt:last-child {
    width: 120px;
}
.infoArea dl dt span {
    display: block;
    width: 100%;
    line-height: 24.5px;
    text-align: center;
}
.infoArea dl dt .cat1 {
    background-color: #d5dcdc;
}
.infoArea dl dt .cat2 {
    background-color: #4b423f;
    color: #fff;
}
.infoArea dl dd {
    display: table-cell;
    vertical-align: top;
    padding-left: 30px;
}


/* movieArea
------------------------------------------------- */
.movieArea {
    margin-bottom: 80px;
}
.movieArea h3 {
    margin-bottom: 35px;
}


/* lineupArea
------------------------------------------------- */
.lineupArea {
    margin-bottom: 10px;
}
.lineupArea h2 {
    margin-bottom: 50px;
}
.lineupArea h3 {
    margin-bottom: 40px;
}
.lineupArea .txt1 {
    margin-bottom: 25px;
}
.lineupArea ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 55px;
}
.lineupArea ul li {
    width: 490px;
    border: 1px solid #ccc;
    padding: 30px 44px 115px;
    box-sizing: border-box;
    margin: 0 20px 25px 0;
    position: relative;
}
.lineupArea ul li:nth-child(2n),
.lineupArea ul li:last-child {
    margin-right: 0;
}
.lineupArea ul li ul {
    display: block;
    font-size: 0;
    margin-top: -50px;
    padding: 0;
}
.lineupArea ul li ul.col3 {
	width: 300px;
	display: inline-block;
}
.lineupArea ul li ul.le {
    text-align: left;
}
.lineupArea ul li ul.mt {
    margin-top: 10px;
}
.lineupArea ul li ul li {
    width: auto;
    border: none;
    padding: 0;
    margin: 5px;
    display: inline-block;
}
.lineupArea ul li ul li:nth-child(2n),
.lineupArea ul li ul li:last-child {
    margin-right: 5px;
}
.lineupArea ul li h4 {
    line-height: 1.25;
    margin-bottom: 20px;
    font-weight: bold;
}
.lineupArea ul li .btn {
    position: absolute;
    left: 50%;
    bottom: 42px;
    margin-left: -150px;
}
.lineupArea ul li .btn a {
    width: 300px;
    line-height: 48px;
    display: block;
    background: url("../img/icon4.png") 94% center no-repeat #000b81;
    color: #fff;
    border-radius: 10px;
    margin: 0 auto;
    padding-right: 15px;
    box-sizing: border-box;
    font-weight: bold;
}


/* serviceArea
------------------------------------------------- */
.serviceArea {
    background: url("../img/service_bg1.jpg") center top no-repeat #000;
    padding: 70px 0 100px;
    color: #fff;
}
.serviceArea h2,
.serviceArea h3 {
    margin-bottom: 60px;
}
.serviceArea h4 {
    margin-bottom: 50px;
}
.serviceArea h5 {
    margin-bottom: 25px;
}
.serviceArea .tit1 {
    margin-top: 70px;
}
.serviceArea .flex {
    width: 990px;
    display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
    position: relative;
    margin: 0 auto;
}
.serviceArea .flex::after {
    content: '';
    display: block;
    width: 18px;
    height: 41px;
    background: url("../img/icon1.png") center center no-repeat;
    position: absolute;
    left: 50%;
    top: 0;
    margin: 133px 0 0 -9px;
}
.serviceArea .flex.style2::after {
    width: 42px;
    height: 35px;
    background: url("../img/icon2.png") center center no-repeat;
    margin: 130px 0 0 -21px;
}
.serviceArea .flex li {
    width: 456px;
}
.serviceArea .flex li p {
    line-height: 34px;
    margin-bottom: 10px;
}
.serviceArea .flex li .bg4c {
    background-color: #4c4c4c;
}
.serviceArea .flex li .bgfff {
    background-color: #fff;
    color: #000;
}
.serviceArea .flex.style3 li {
    width: 488px;
    padding-top: 10px;
}
.serviceArea .flex.style3::after {
    display: none;
}
.serviceArea .stxt1 {
    margin: 30px 0 70px;
}
.serviceArea .stxt2 {
    margin: 30px 0 50px;
}
.serviceArea .stxt3 {
    margin: 15px 0 40px;
}
.serviceArea .stxt4 {
    margin: 10px 0 20px;
}
.serviceArea .box1 {
    height: 340px;
    background: url("../img/service_bg2.jpg") center center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    text-align: left;
    margin-bottom: 20px;
}
.serviceArea .box1 .flex {
    align-items: center;
}
.serviceArea .box1 .flex li:first-child {
    width: 530px;
}
.serviceArea .box1 .flex li:last-child {
    width: 390px;
    margin-right: 10px;
}
.serviceArea .box1 .flex::after {
    display: none;
}
.serviceArea .box2 {
    background-color: #000b53;
    padding: 90px 0 100px;
}
.serviceArea .box2 .bg {
    height: 380px;
    background: url("../img/service_bg3.png") center center no-repeat;
    background-size: cover;
}
.serviceArea .box2 ul {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.serviceArea .box2 ul li {
    margin: 0 10px;
}
.serviceArea .box2 .btn a {
    width: 426px;
    line-height: 58px;
    display: block;
    background: url("../img/icon3.png") 94% center no-repeat #fff;
    border-radius: 10px;
    margin: 0 auto;
    padding-right: 20px;
    box-sizing: border-box;
    font-weight: bold;
}
.serviceArea .box3 {
    padding-top: 85px;
}


/* specArea
------------------------------------------------- */
.specArea {
    padding: 90px 0 100px;
}
.specArea .inner {
    padding: 0 10px;
}
.specArea h2 {
    margin-bottom: 35px;
}
.specArea h3 {
    margin-bottom: 45px;
}
.specArea table {
    width: 100%;
    border-collapse: collapse;
}
.specArea table th {
    font-weight: bold;
    padding: 13px 5px;
    border-bottom: 1px solid #9fa0a0;
    text-align: center;
}
.specArea table th:first-child {
    text-align: left;
    padding: 13px 15px;
}
.specArea table td {
    padding: 13px 5px;
    border-bottom: 1px solid #9fa0a0;
    text-align: center;
}
.specArea table tr:first-child th,
.specArea table tr:first-child td {
    border-bottom: none;
    padding-bottom: 0;
}
.specArea table tr:nth-child(2) th,
.specArea table tr:nth-child(2) td {
    padding-top: 0;
}
.specArea .btn {
    margin: 40px 0 100px;
}
.specArea .btn a {
    width: 360px;
    line-height: 58px;
    display: block;
    color: #fff;
    background: url("../img/icon4.png") 90% center no-repeat #000;
    border-radius: 40px;
    margin: 0 auto;
    padding-right: 15px;
    box-sizing: border-box;
    font-weight: bold;
}


/* ダウンロード
------------------------------------------------- */

#download .mainvisual {
	background-image: url("../img/mv_dl_bg.jpg");
	height: 415px;
}
#download .mainvisual .inner {
	width: 1100px;
	height: 100%;
	padding: 0;
	display: flex;
	align-items: flex-end;
}
#download .mainvisual h2 {
	padding: 0;
}
#download section {
	margin-bottom: 100px;
}
#download h3 {
	font-size: 26px;
	margin-bottom: 50px;
}
#download table {
  border-collapse: collapse;
  border-spacing: 0;
	width: 100%;
	font-size: 15px;
}
#download section.manualWrap .inner {
	width: 1100px;
	padding: 0;
}
#download section.softlWrap .inner {
	width: 1000px;
	padding: 0;
}
#download table tr {
	border-bottom: 1px solid #9C9D9D;
}
#download table td,
#download table th {
	padding: 10px 30px;
}
#download table td {
	text-align: left;
	width: 30%
}
#download table td:nth-of-type(2) {
	width: 40%
}
#download table td:last-of-type {
	width: 30%;
	text-align: center;
}
#download .btn a {
	width: 240px;
	line-height: 40px;
	display: block;
	color: #fff;
	background: #000B80;
	border-radius: 10px;
	margin: 0 auto;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: bold;
}
#download .btn a:hover {
	text-decoration: none;
	background: #333;
}
.dl_icon {
	display: flex;
	align-items: center;
}
.dl_icon > img {
	display: block;
	margin: 0 15px 0 0;
}
#download .softlWrap table td {
	width: 34%
}
#download .softlWrap table td:nth-of-type(2) {
	width: 32%;
}











/* footer
------------------------------------------------- */
#footer {
    background-color: #e7ebeb;
    padding-top: 60px;
}
#footer .finner {
    width: 1200px;
    padding: 0 100px;
    margin: 0 auto;
    position: relative;
}
#footer h4 {
    font-weight: normal;
    margin: 30px 0 20px;
}
#footer .bnr {
    padding: 50px 0 70px;
}
#footer .copyright {
    background-color: #fff;
    padding: 20px 0 15px;
}
#footer .copyright .box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}
#footer .copyright .box p {
    margin-right: 20px;
}


@media all and (-ms-high-contrast: none){
	.infoArea dl dt:first-of-type,
	.infoArea dl dt span,
	.infoArea dl dd{
		padding-top: 2px;
	}
	.lineupArea ul li .btn a,
	.serviceArea .box2 .btn a,
	#download .btn a,
	.specArea .btn a{
		padding-top: 4px;
	}
	.serviceArea .flex li:last-of-type {
		margin-left: 78px;
	}


}