@charset "utf-8";

#page {
	padding: 0 10px;
}

header {
	width: 100%;
    border-bottom: 1px solid #ccc;
}
header div.svgSwitch {
	width: 970px;
    margin: 0 auto;
}

#contents {
	position: relative;
}
#contents h1 {
	margin: 30px 0 5px 0;
    color: #4b4b4b;
    font-weight: normal;
    font-size: 370%;
    line-height: 1;
}
a.utility-download {
	background-color: #767676;
	background-image: url(/drivers/img/button_arrow.png);
    background-repeat: no-repeat;
    background-position: right 3% center;
    width: 100%;
    display: block;
    padding: 20px 3%;
    box-sizing: border-box;
    color: #fff;
	margin-bottom: 60px;
}
a.utility-download:visited {
    color: #fff;
}
.utility-download h2 {
	font-size: 170%;
	line-height: 1.2;
}
.utility-download p {
	font-size: 120%;
}

#mainContents {
	margin-top: 30px;
}
#sideContents {
	margin-top: 85px!important;
}

#utility #mainContents #more {
	margin-top: 0;
}

#Compatibility {
	position: relative;
}
#Compatibility h3 {
	padding: 10px 60px 10px 15px;
	line-height: 1.2;
}

#Compatibility .c-dlList_button {
    content: '';
    position: absolute;
    background: url(/img/icon_arrow_close.png) no-repeat center 0;
    background-size: 100% auto;
	width: 18px;
    height: 10px;
	top: 25px;
    right: 15px;
}
#Compatibility .is-panel_open .c-dlList_button {
    background: url(/img/icon_arrow_open.png) no-repeat center 0;
	background-size: 100% auto;
}

/*----------------------------------------------------
	modal
----------------------------------------------------*/

label.link {
  cursor: pointer;
  color: #003366;
  text-decoration: underline;
}
label.link a {
  font-size: 1.4rem;
}

.modal .modal-check {
  display: none;
}
.modal .modal-body {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100000;
}
.modal .modal-window {
  position: relative;
  z-index: 100001;
  animation: fadein 0.3s 1, zoomin 0.3s 1;
}
.modal .modal-label {
  position: absolute;
  top: -20px;
  right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background: #333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-indent: -99999px;
}
.modal .modal-label:hover {
  background: #666;
}
.modal .modal-label:active {
  background: #666;
}
.modal .modal-label svg {
  display: flex;
  align-items: center;
  fill: #fff;
}
.modal .modal-inner {
  width: 90vw;
  max-width: 720px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}
.modal .modal-content {
  padding: 60px;
}
.modal .modal-content h2 {
	font-size: 150%;
	margin-bottom: 10px;
	color: #083b70;
}
.modal .modal-content h2 span {
	display: block;
	color: #333;
	font-weight: normal;
	margin-bottom: 5px;
}
.modal .modal-content p {
	font-size: 110%;
	margin: 20px 0!important;
    line-height: 1.6;
}
.modal .modal-content p a.agree {
	display: block;
	margin: 10px 0;
	background-color: #115998;
	padding: 20px 30px;
	color: #fff;
	width: 200px;
	border-radius: 5px;
	font-size: 120%;
    text-align: center;
}
.modal .modal-content p a.gdpr-link {
	text-decoration: underline;
}
.modal .modal-content p.box {
	display: inline-block;
	margin-right: 20px;
}
.modal .modal-content p.box span {
	color: #FF0000;
}
.modal .modal-check:checked + .modal-body {
  animation: fadeout 0.2s 1 forwards, hide 0.1s 0.2s 1 forwards;
	display: none;
}
.modal .modal-check:checked + .modal-body .modal-window {
  animation: zoomout 0.2s 1 forwards;
}

#download #contents #language {
    position: absolute;
    right: 10px;
    top: 10px;
}
/*
#download .newsbtnSupport a,
#download .newsbtnSupport:hover a,
#utility .newsbtnSupport a,
#utility .newsbtnSupport:hover a,
#compatible .newsbtnSupport a,
#compatible .newsbtnSupport:hover a {
	background-image: none;
}
*/
#download .newsbtnSupport a,
#download .newsbtnSupport:hover a {
	background-image: url(/download/img/nav2_arrow_off.gif);
    background-repeat: no-repeat;
    background-position: 225px 35px;
}
#download .newsbtnSupport:hover a {
	background-image: url(/download/img/nav2_arrow_on.gif);
}
#download .newsbtnSupport a span {
	display: block;
	color: #000;
	padding: 3px 0 10px 0;
}
#download .newsbtnSupport:hover a span {
	color: #fff;
}
#download .newsbtnSupport p {
	height: auto;
}

#download .off {
	background: #ccc;
	pointer-events: none;
}
#download .off a {
	background-image: url(/download/img/nav2_arrow_offoff.gif);
}
#download .off a,
#download .off a span {
	color: #999;
}

#utility #mainContents #more ul {
	display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
#utility #mainContents #more ul li {
	position: relative;
	padding-bottom: 40px;
}
#utility #mainContents #more ul li p {
	margin-bottom: 0;
	line-height: 1.4;
}
#utility #mainContents #more ul li div { position: static; }
#utility #mainContents #more ul li div a {
	bottom: 10px;
	margin-top: 0;
}

#notice #contents p.intro {
	font-size: 120%;
	margin-top: 20px;
}
#notice #contents p.intro a.external {
	background: url(/shared/unchangeable/img/icn_list_external.png) no-repeat right 4px;
    background-size: 15px 11px;
	padding: 1px 22px 2px 0px;
}

.sp .header__function .header__function__menu { display: none; }
.sp .header__function .header__function__global { margin-right: 10px; }
.pc header#header { min-width: 990px; }



@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomin {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomout {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes hide {
  0% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}