﻿.panasonic_image_logo{
   position: relative;
   width: 166px;
   height:65px;
   background-size:contain;
   BACKGROUND-IMAGE: url('../imgs/B_logo_w_w_bl_2line2022.png'); 
   BACKGROUND-REPEAT:no-repeat;
   z-index: 15;
}

.title_stl{
	position: relative;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	line-height: 100%;
	text-align: left;
	text-shadow: 3px 3px 1px rgba(0,0,0,0.6);
	background-color: rgba(36, 156, 224,0.6);
	height:60px;
   padding-left:20px;
	z-index: 15;
}
.panasonicContentsStart{
   height: 8px;
   BACKGROUND-IMAGE: url('../kms_imgs/hn_divb201.gif');  
   background-position: 0px 0px;  
   BACKGROUND-REPEAT: repeat-x;
}

.panasonicContentsStart2{
   height: 2px;
   box-shadow:0px 5px 10px 1px #333333;
   BACKGROUND-IMAGE: url('../imgs/hn_divb201.gif');
   BACKGROUND-REPEAT: repeat-x;
}

.privacy{
   position: relative;
   width: 700px;
   margin: 10px 0px 30px 180px;
}

#footer {
  margin: 10px 0px 0px 10px;
  top: 15px;
  bottom: 0;
  left: 10px;
  height: 15px;
  width: 100%;
}

.f_copyright {
   COLOR: #fff;
   text-shadow: 3px 3px 1px rgba(0,0,0,0.6);
   font-size:12px;
/*   margin-bottom:5px;*/
}

html,body {
	font-family:arial, sans-serif;
	BACKGROUND-IMAGE: url("../imgs/UCPro1.JPG");
	background-color: rgba(94, 104, 102,1);
	background-size: 600px;
	background-position: 50px 80PX;
	BACKGROUND-REPEAT:no-repeat;
	/*overflow-x: scroll ;*/
	margin:0px 0px 0px 0;
	padding:0px 0px;
	height: 100%;
}

/* Error Message */
#common_error {
   width: 600px;
   margin: 15px 35px;
   padding: 10px 10px;
   height: auto;
   font-size: 14px;
   font-weight: bold;
   color: #f00;
   background-color: rgba(51,51,51,0.8);
   box-shadow: 0 1px 8px #ccc;
   border-radius: 10px;
}

#dl_error {
   width: 600px;
   margin: 80px 0px -50px 40px;
   padding: 10px 10px;
   height: auto;
   font-size: 14px;
   font-weight: bold;
   color: #f00;
   background-color: rgba(51,51,51,0.8);
   box-shadow: 0 1px 8px #ccc;
   border-radius: 10px;
}

#wrap {
    min-height: 96%;
    position: relative;
}

.step-content {
   width: 700px;
   margin: 70px 0px -10px 15px;
   max-height: none;
   border-width: 0px 0px 0px 20px;
}

.step-content2 {
   width: 700px;
   margin: 70px 0px -10px 80px;
   max-height: none;
   border-width: 0px 0px 0px 20px;
}

.form-content{
   width: 620px;
   margin: 30px 10px 0px 40px;
   padding:10px 0px 10px 0px;
   max-height: none;
   background-color: rgba(51,51,51,0.5);
   box-shadow: 0 1px 8px #ccc;
   border-radius: 10px;
} 
#downfont{
   position:relative;
   top:-3px;
/*   font-family: "Arial Rounded MT Bold";*/
   font-size: 24px;
}
.form-content #download-button{
   position: absolute;
   padding: 0px 10px;
   margin-left: 200px;
   margin-top:20px;
   width: 250px;
   height: 42px;
   outline: none;
   border: none;
   background-color: rgba(255,0,0,0.76);
   box-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
   border-radius: 10px;
   color: #FFF;
   vertical-align: middle;
   cursor: pointer;
}
.form-content:hover{
   opacity: 1;
   background-color: rgba(51,51,51,0.85);
   transition:background 0.5s;
}
.form-content h2{
/*    margin: 5px 0 ; */
   margin: -5px 0px 10px 0px;
   padding:5px 0px 0px 35px;
   font-size: 26px;
   font-weight: bold;
   color: #fff;
   text-shadow: 3px 3px 1px rgba(0,0,0,0.6);
}
.form-content p{
   margin: 5px 0px 0 30px ;
/*   font-family: "Arial Rounded MT Bold";*/
    font-size: 16px;
    font-weight: bold;
   color: #fff;
   text-shadow: 3px 3px 1px rgba(0,0,0,0.6);
}
.form-content label{
   cursor:pointer;
}

#prev-button {
    position: absolute;
    top: 8px;
    margin-left: 10px;
    width: 110px;
    height: 50px;
    outline: none;
    border: none;
    background-color: rgba(00,106,176,1);
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    cursor: pointer;
}
#prev-button:hover {
    display: inline-block;
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
  	box-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}


#breadcrumbs-one {
    overflow: hidden;
    width: 100%;
    font-size: 12px;
    height: 65px;    
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#breadcrumbs-one li {
    float: left;
}
#breadcrumbs-one .active{
     padding: .7em 1em 2.7em 2em;
     float: left;
     text-decoration: none;
     color: #444;
     position: relative;
     text-shadow: 0 1px 0 rgba(255,255,255,.5);
     background-color: #ddd;
     background-image: linear-gradient(to right, #FFFF33, #FFCC00);  
     cursor:default;
     width:100px;
     font-weight: bold;
}
#breadcrumbs-one .visit{
     padding: .7em 1em 2.7em 2em;
     float: left;
     text-decoration: none;
     color: #444;
     position: relative;
     text-shadow: 0 1px 0 rgba(255,255,255,.5);
     background-color: #ddd;
     background-image: linear-gradient(to right, #f5f5f5, #ddd);  
     cursor:default;
     width:100px;
}

#breadcrumbs-one li:first-child a{
     padding-left: 1em;
     -moz-border-radius: 5px 0 0 5px;
     -webkit-border-radius: 5px 0 0 5px;
     border-radius: 5px 0 0 5px;
}

#breadcrumbs-one a::after,
#breadcrumbs-one a::before{
     content: "";
     cursor:default;
     position: absolute;
     top: 50%;
      margin-top: -4em;
      border-top: 3.4em solid transparent;
      border-bottom: 3.2em solid transparent;
     border-left: 1em solid;
     right: -1em;
}

#breadcrumbs-one  .active::after{ 
     z-index: 2;
     border-left-color: #FFCC00;
}

#breadcrumbs-one  .visit::after{ 
     z-index: 2;
     border-left-color: #ddd;
}

#breadcrumbs-one a::before{
     border-left-color: #ccc;  
     right: -1.1em;
     z-index: 1; 
}

#breadcrumbs-one .current::after,
#breadcrumbs-one .current::before{
  content: normal;  
}
/* page-top */
#page-top {
	position: fixed;
	bottom: 30px;
	left: 750px;
	font-size: 70%;
	display:none;
}

#container{
	position: relative;
	margin:0;
	padding:0;
}
.class-button{
	position: absolute;
	top:65px;
	left: -5px;
	width:700px;
}
/* Itemボタン*/
#button{
	position: absolute;
	top: 8px;
	margin-left: 8px;
	width: 50px;
	height: 50px;
	outline: none;
	border: none;
	background: #006AB0;
/*    font-family: "Arial Rounded MT Bold";*/
	font-size: 14px;
	color: #fff;
	vertical-align: middle;
	cursor: pointer;
	z-index: 2;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
}
#button:hover {
    display: inline-block;
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
  	box-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

/* Return to menuボタン*/
#return-menu{
   position: absolute;
   top: 8px;
   margin-left: 465px;
   width: 141px;
   height: 50px;
   outline: none;
   border: none;
   background-color: rgba(00,106,176,1);
   font-size: 14px;
   color: #fff;
   vertical-align: middle;
   cursor: pointer;
}
#return-menu:hover {
    display: inline-block;
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
  	box-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

/* Logoutボタン*/
#logout-button{
   position: absolute;
   top: 8px;
   margin-left: 610px;
   width: 100px;
   height: 50px;
   outline: none;
   border: none;
   background-color: rgba(255,0,0,0.6);
   font-size: 14px;
   color: #FFF;
   vertical-align: middle;
   cursor: pointer;
}
#logout-button:hover {
    display: inline-block;
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
  	box-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  	background-color: rgba(255,0,0,0.85);
}
#agree_button{
    position: relative;
    width: 150px;
    height: 50px;
    outline: none;
    border: none;
    background-color: rgba(255,0,0,0.6);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    border-radius: 10px;
    font-size: 18px;
    color: #FFFFFF;
    vertical-align: middle;
    cursor: pointer;
}
#agree_button:hover {
    display: inline-block;
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    background-color: rgba(255,0,0,0.85);
}
#disagree_button{
    position: relative;
    width: 150px;
    height: 50px;
    outline: none;
    border: none;
    background-color: rgba(00,106,176,1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    border-radius: 10px;
    font-size: 18px;
    color: #FFFFFF;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 10px;
}
#disagree_button:hover {
    display: inline-block;
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
#close_button{
    position: relative;
    width: 150px;
    height: 50px;
    outline: none;
    border: none;
    background-color: rgba(00,106,176,1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    border-radius: 10px;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 70px;
}
#close_button:hover {
    display: inline-block;
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

/* チェックボックス共通 */
.cmn_checkbox-input{
   display: none;
}
.cmn_checkbox-parts{
   padding-left: 20px;
   position: relative;
   margin-right: 20px;
}
.cmn_checkbox-parts::before{
   content: "";
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   width: 15px;
   height: 15px;
   border: 1px solid #999;
   border-radius: 4px;
}
.cmn_checkbox-input:checked + .cmn_checkbox-parts{
   color: #FFFFFF;
}
.cmn_checkbox-input:checked + .cmn_checkbox-parts::after{
   content: "";
   display: block;
   position: absolute;
   top: -5px;
   left: 5px;
   width: 7px;
   height: 14px;
   transform: rotate(40deg);
   border-bottom: 3px solid #FFFFFF;
   border-right: 3px solid #FFFFFF;
}

/* ラジオボタン共通(ヘッダあり) */
.cmn_radio-input{
  display: none;
}
.cmn_radio-input + label{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.cmn_radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
.cmn_radio-input:checked + label{
  color: #FFFF00;
}
.cmn_radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #FFFF00;
  border-radius: 50%;
}

/* ラジオボタン共通2(ヘッダなし) */
.cmn_radio-input2 {
  display: none;
}
.cmn_radio-input2 + label{
  position:relative;
  margin-right: 20px;
  vertical-align:middle;
}
.cmn_radio-input2 + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
.cmn_radio-input2:checked + label{
  color: #FFFF00;
}
.cmn_radio-input2:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #FFFF00;
  border-radius: 50%;
}
