/*----------------------------------------------------
	common
----------------------------------------------------*/


#mainContents p.toTop{
	margin-bottom:20px!important;
}



/*----------------------------------------------------
	simulator
----------------------------------------------------*/

h1.pagetitle {
    margin: 20px 0 5px 0;
    color: #4b4b4b;
    font-weight: normal;
    font-size: 370%;
    line-height: 1;
    float: left;
}
h1.pagetitle span {
	font-size: 70%;
    margin: 10px 0 0 10px;
}

#mainContents {
	float: none;
	width: 100%;

}



#titlebox{
	margin:30px 0;
}
#titlebox h1{
	margin-bottom:5px;
}



#topnavi{	
	margin-bottom:20px;
	border-left:1px solid #204E6C;
	margin-right: 1px;
}

#topnavi li {
	width:483px;
	float:left;
	border-top:1px solid #204E6C;
    border-bottom:1px solid #204E6C;
	border-right:1px solid #204E6C;
	height: 50px;
}
#topnavi li span{
	display: table-cell;
	vertical-align: middle;
	height: 50px;
	font-size:138.5%;
	line-height:100%;

}


#topnavi li a{
	display:block;
	text-decoration:none;
	background-image:url(/business/pp-simulator/img/nav_arrow_off.gif);
	background-repeat:no-repeat;
	background-position:440px center;
	font-weight:bold;
	padding:0 10px;
	color:#003366;
}

#topnavi li a:hover{
	background-color:#204E6C;
	color:#FFF;
	background-image:url(/business/pp-simulator/img/nav_arrow_on.gif);
	background-position:440px center;
}


h2.maintitle{
	background-color:#7B7B7B;
	padding:10px;
	font-size:138.5%;
	color:#FFF;
}
h2.maintitle a{
	background-image:url(/business/pp-simulator/img/arrow_ttlcatalog.gif);
	background-repeat:no-repeat;
	background-position:2px 5px;
	padding-left:15px;
	display:block;
	color:#FFF;
	text-decoration:none;	
}
.simulatorbox{overflow:hidden;margin-right: 1px;
}

.simulatorbox ul{	
	margin-bottom:40px;
}

.simulatorbox ul.oneBlock{	
	width: 483px;
}

.simulatorbox ul li {
    border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
    border-left: 1px solid #ccc;
    overflow: hidden;
}
.simulatorbox ul li.ttl {
    border-top:1px solid #CCC;
    margin-top: 15px;
}

.simulatorbox ul.oneBlock li {
	width: auto;
	float:none;
    border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;

}

.simulatorbox h3{
	padding:15px;
	background-color:#F7F7F7;
	font-size:108%;
	text-align:left;
	word-wrap:break-word;
}
.simulatorbox h3 a{
	background-image:url(/business/pp-simulator/img/arrow_catalog.gif);
	background-repeat:no-repeat;
	background-position:2px 5px;
	padding-left:15px;
	display:block;
}

.simulatorbox p{
	font-size:150%;
	font-weight: bold;
	text-align:left;
	word-wrap:break-word;
	background-image:url(/business/pp-simulator/img/icon_newwin_off.gif);
	background-repeat:no-repeat;
	background-size: 20px;
	background-position: 70% 50%;
}

.simulatorbox p a{
	display:block;
    padding: 5px 15px;
	text-decoration: none;
	background-image:url(/business/pp-simulator/img/nav_arrow_off.gif);
	background-repeat:no-repeat;
	background-position:73% center;
    color: #003366!important;
}
.simulatorbox p a span {
    display: block;
    margin: 5px 0;
    font-weight: normal;
}

.simulatorbox p:hover{
	background-image:url(/business/pp-simulator/img/icon_newwin_on.gif);
	background-color:#204E6C;
}

.simulatorbox p a:hover{
	color:#FFF!important;
	background-image:url(/business/pp-simulator/img/nav_arrow_on.gif);
}

.simulatorbox li.simulator p:nth-of-type(2) {
    background-image: none;
    font-weight: normal;
    font-size: 100%;
    text-align: center;
    padding: 33px 0;
}
.simulatorbox li.simulator p:nth-of-type(2) a {
    font-weight: normal;
    /* font-size: 80%; */
	background-image: none;
	padding: 0;
	display: inline-block;
}
.simulatorbox li.simulator p:nth-of-type(2) a:hover {
	color: #1B75B5!important;
}
.simulatorbox li.simulator p:nth-of-type(2):hover {
    background-color: #fff;
}
.simulatorbox .simulator p:nth-of-type(2):after {
    content: ">";
    position: absolute;
    right: 20%;
}

#download .simulatorbox .simulator p{
    width: 30%;
    float: left;
    margin: 0;
    box-sizing: border-box;
    position: relative;
	color: #ccc;
}

#download .simulatorbox .simulator p:first-child{
    border-right: 1px solid #CCC;
    width: 70%;
}

.simulatorbox .oneBlock .simulator p:first-child{
    width: 240px;
}

#page { position: relative; }

ul.menu-link {
    float: right;
    margin: 20px 0;
    width: 44%;
	text-align: right;
}
ul.menu-link li {
    display: inline-block;
    background-color: #e5e5e5;
    width: 46.5%;
    text-align: center;
    margin-left: 3%;
    border: 1px solid #bcbcbc;
    box-sizing: border-box;
	position: relative;
}
ul.menu-link li a,
ul.menu-link li label {
    color: #333;
    font-weight: bold;
    padding: 15px 0;
	display: block;
}
ul.menu-link li:hover {
    color: #003366;
    background-color: #c8d4e1;
}

ul.menu-link li p.balloon {
	display: none;
	width: 200px;
	position: absolute;
	top: -50px;
	left: -15px;
	padding: 12px;
	border-radius: 5px;
	background: #333;
	color: #fff;
    }
ul.menu-link li p.balloon:after {
	position: absolute;
	width: 0;
	height: 0;
	left: 0;
	bottom: -19px;
	margin-left: 110px;
	border: solid transparent;
	border-color: rgba(51, 204, 153, 0);
	border-top-color: #333;
	border-width: 10px;
	pointer-events: none;
	content: " ";
}
ul.menu-link li label:hover + .balloon {
	display: block;
}



label.link {
  cursor: pointer;
  color: #04c;
}
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;
}
.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;
}
.modal .modal-content p {
	font-size: 110%;
	margin: 10px 0;
}
.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;
}

@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;
  }
}


/*----------------------------------------------------
	GDPR
----------------------------------------------------*/

#gdpr #mainContents {
	padding: 40px;
	clear: both;
	overflow: hidden;
	line-height: 1.8;
	box-sizing: border-box;
}
#gdpr h1.pagetitle {
	line-height: 1.4;
}
#gdpr p {
    font-size: 1.4rem;
    margin-top: 12px;
}
#gdpr .h3 {
    font-size: 1.8rem;
    margin-top: 40px;
}
#gdpr ul>li {
    list-style: none;
    position: relative;
    font-size: 1.4rem;
    padding: 1px 0 2px 20px;
    margin-top: 14px;
}
#gdpr ul>li:before {
    display: block;
    content: '';
    position: absolute;
    top: .8em;
    left: 10px;
    width: 3px;
    height: 3px;
    background-color: #000;
}
#gdpr a[target="_blank"] img[src$="icon_newwin_off.gif"],
.modal .modal-content p a[target="_blank"] img[src$="icon_newwin_off.gif"] {
    width: 18px;
    height: 14px;
    vertical-align: middle;
    margin: 0 2px 0 5px;
}
#gdpr a {
	color: #0020e5;
	text-decoration: underline;
}

#gdpr .modal .close {
    margin: 20px auto 0px auto;
    background-color: #333;
    padding: 15px 30px;
    color: #fff;
    width: 30%;
    border-radius: 5px;
    font-size: 160%;
    text-align: center;
    position: static;
    height: auto;
    font-weight: bold;
	margin-top: 30px;
}
.simulatorbox p{ background-position:90% 50%;}
.simulatorbox p a{ background-position:96% center;}
#download .simulatorbox .simulator p:first-child {
  border-right: none;
  width: 100%;
}
.simulatorbox li.simulator p:nth-of-type(2){
  display:none;
}