@charset "utf-8";
/* CSS Document */
body{

}
form.login{
text-align: center;
line-height: 3;
}
form.login .wrap{
padding:3em 0;
}


form.login span{
margin-right: 1em;
}
form.login button.short{
font-size: 1.6rem;
padding: 0.5em 2.5em;
height: auto;
width: auto;
}
a.blue{
color: #009ece;
}
.wrap.form{
padding:350px 0 3em 0;
}


form .wrap.gray{
margin:2em auto;
padding:2em;
line-height: 1.5;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background-color: #f2f2f2;
font-size: 16px;
}

form .wrap.gray table.ynt{
max-width: inherit;
display:table;
table-layout: fixed;
border-collapse:collapse;
border-spacing:0;
empty-cells:show;
margin-bottom: 3em;
min-width: 550px;
}

form .wrap.gray table.ynt th,
form .wrap.gray table.ynt td{
border-top: 1px solid #9c9c9c;
border-right: 1px solid #9c9c9c;
border-left: 1px solid #9c9c9c;
padding: 0.25em 1em;
display: table-cell;
clear: inherit;
width: auto;
}
form .wrap.gray table.ynt th.dotted,
form .wrap.gray table.ynt td.dotted{
border-top: 1px dotted #9c9c9c;
}
form .wrap.gray table.ynt th strong,
form .wrap.gray table.ynt td strong{
font-weight: bold;
}

form .wrap.gray table.ynt th{
background-color:#cfcfcf;
text-align: center;
}
form .wrap.gray table.ynt td{
background-color:#fff;
}

form .wrap.gray table.ynt td:nth-of-type(1),
form .wrap.gray table.ynt th:nth-of-type(1){
min-width: 75%;
width: 75%;
}
form .wrap.gray table.ynt td:nth-of-type(2),
form .wrap.gray table.ynt th:nth-of-type(2){
max-width: 25%;
width: 25%;
text-align: center;
}
form .wrap.gray table.ynt tr:nth-last-of-type(1) th,
form .wrap.gray table.ynt tr:nth-last-of-type(1) td{
border-bottom:1px solid #9c9c9c;
}

form .wrap.gray table.cleanness{
margin:1em auto;
max-width: 700px;
}

form .wrap.gray table.cleanness th,
form .wrap.gray table.cleanness td{
border-top:none;
border-right:none;
border-left:none;
padding: 0.25em 1em;
display: table-cell;
clear: inherit;
width: auto;
     background-color:transparent;
}
form .wrap.gray table.cleanness td:nth-of-type(1),
form .wrap.gray table.cleanness th:nth-of-type(1){
min-width: 25%;
max-width: inherit;
width: 25%;
    -moz-text-align-last: justify;
     text-align-last: justify;
     text-justify:inter-ideograph;
}
form .wrap.gray table.cleanness td:nth-of-type(2),
form .wrap.gray table.cleanness th:nth-of-type(2){
max-width: 75%;
min-width: inherit;
width: 75%;
text-align:left;
}
form .wrap.gray table.cleanness tr:nth-last-of-type(1) th,
form .wrap.gray table.cleanness tr:nth-last-of-type(1) td{
border-bottom:none;
}

form .wrap.gray table.cleanness input[type="tel"],
form .wrap.gray table.cleanness input[type="email"],
form .wrap.gray table.cleanness input[type="text"] {
  min-width: 350px;
  max-width:100%;
  width: 100%;
  -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

div.inner:before{
content: "";
}

.wrap .movie,
.wrap iframe{
width:560px;
height:auto;
display: block;
margin:1em auto;
background-color: #fff;
border: 10px solid #fff;
border-radius: 10px;
position: fixed;
top: 0;
left:50%;
transform: translateX(-50%); 
box-shadow:2px 2px 3px #ccc;
z-index: 888;
}
.wrap .movie video{
width:100%;
height: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}


/*---------------------------------------------*
* width 768px
*----------------------------------------------*/
@media screen and (max-width:768px) {
.wrap {
  width: 96%;
  margin: 0 auto;
}
form .wrap.gray {
  margin: 2em auto;
  padding: 2em 1em;
  width: 100%;
  -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
div.inner{
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding:1em 0;
margin-bottom: 2em;
overflow-x:auto;
position: relative;
}

form .wrap.gray table.ynt {
margin-bottom: 1em;
}
.formError {
  position: absolute;
  display: block;
  cursor: pointer;
  text-align: left;
  margin-left: 0;
  left:inherit!important;
}



}
/* width 768px end --------------------------------------------*/

/*---------------------------------------------*
* width 640px
*----------------------------------------------*/
@media screen and (max-width:640px) {

div.inner:before{
content: "（横スクロール→）";
color: #999;
position: absolute;
top: 1.5em;
right: 0;
font-size: 12px;
}

form .wrap.gray table.cleanness{
clear: both;
width: 100%;
max-width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}


form .wrap.gray table.cleanness th,
form .wrap.gray table.cleanness td{
display: block;
clear: both;
width: 100%;
max-width: 100%;
padding: 0.25em 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

form .wrap.gray table.cleanness td:nth-of-type(1),
form .wrap.gray table.cleanness th:nth-of-type(1),
form .wrap.gray table.cleanness td:nth-of-type(2),
form .wrap.gray table.cleanness th:nth-of-type(2){
max-width:100%;
min-width: inherit;
width:100%;
    -moz-text-align-last:inherit;
     text-align-last:inherit;
     text-justify:inherit;
     -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
form .wrap.gray table.cleanness input[type="tel"],
form .wrap.gray table.cleanness input[type="email"],
form .wrap.gray table.cleanness input[type="text"] {
  min-width:100%;
  -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.wrap.form{
padding:40vw 0 3em 0;
}
.wrap .movie,
.wrap iframe{
width:90%;
height:auto;
min-height:51vw;
display: block;
margin:1em auto;
}


}

/* width 640px end --------------------------------------------*/

/*---------------------------------------------*
* width 480px
*----------------------------------------------*/
@media screen and (max-width:480px) {
}
/* width 480px end --------------------------------------------*/

/*---------------------------------------------*
* width 375px
*----------------------------------------------*/
@media screen and (max-width:375px) {
}

