@charset "utf-8";

/* check
----------------------------------*/
body {
    position: relative;
  text-align: center;
  /*background: url(../../common/img/check/checkBg.png) no-repeat center 130px;*/
    color: #666;
}

.checkWrapper {
    position: relative;
  margin: 0 auto;
  padding: 0;
    height: 100vh;
}
.checkings {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);    
  margin: 0 auto;
  max-width: 700px;
  width: 90%;
  padding: 0 5%;
}

body p {
  height: auto;
  padding: 40px 0 50px;    
  font-size: 13px;
    line-height: 2;
}

h1, h2 {
  padding: 25px;
}

h2 {
  padding-top: 0;
  padding-bottom: 10px;
  color: #003055;
  font-size: 22px;
}

.checkWrapper h1.checkttl {
    max-width: 370px;
    height: auto;
    padding: 0;
    margin: auto;
    text-align: center;
}
body .checkWrapper h1.checkttl p {
    padding: 0;
    font-size: 14px;
    margin-bottom: 18px;
    line-height: 1;
}
.checkWrapper h1.checkttl img {
    max-width: 360px;  
    height: auto;  
}
.checkWrapper h1.checkttl p img {
    max-width: 315px;  
    height: auto;  
}

.checkbtns {
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;    
}
.checkbtns__box {
    width: 200px;
    text-align: center;
    margin: 0 2%;
}
body .checkbtns__box p {
    padding: 0;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
    color: #333;
}

form .btnYes {
  cursor: pointer;
  border: none;
  width: 100%;
  height: 68px;
  background: url(../../common/img/check/btnyes02.png) no-repeat center;
    background-size: 100% auto;
}

form .btnNo {
  cursor: pointer;
  border: none;
  width: 100%;
  height: 68px;
  background: url(../../common/img/check/btnno02.png) no-repeat center;
    background-size: 100% auto;
}

form input {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

form input:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}



@media only screen and (max-width: 640px) {
    body p {
      font-size: 12px;
    }
    body .checkWrapper h1.checkttl p {
        font-size: 14px;
    }
    .checkbtns {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;         
    }
    .checkbtns__box {
        width: 47.5%;
        margin: 0;
    }
    body .checkbtns__box p {
        font-size: 14px;
        margin-bottom: 3px;
    }

}