body {
  margin: auto;
  color: #333333;
  width: 100%;
}

.img {
  width: 80%;
  padding: 10px;
}

@media (min-width: 768px) {
    .head-left {
        float: left;
    }
}

.head-left {
    float: left;
    margin-bottom: 10px;
}

.head-left p:first-child{
    margin-bottom: 10px;
    border: 2px solid rgb(228, 228, 228);
    padding: 10px;
}

.head-right {
    float: right;
}

.head-right p{
    text-align: right;
    margin-top: 10px;
}

.clearfix {
    margin-bottom: 30px;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

#bg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 0;
  background-image: url(/assets/images/common/bg.png);
  background-size: cover; }
  #bg img.bgimg {
    display: none !important; }

.ie8 #bg img.bgimg {
  display: block !important; }

.h1-title {
  font-size: 1.6em;
  text-align: left;
  margin-bottom: 60px;
  line-height: 1.75em;
}

.h2-title {
  font-size: 1.125em;
  line-height:1.75em;
  margin-bottom: 20px;
  text-align: left;
}

.text {
  font-size: 1em;
  text-align: left;
  line-height: 1.75em;
}

.result-box {
  padding: 60px 15px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  border-radius: 0px;
  background: #ffffff;
  max-width: 1050px;
  width: 95%;
  margin: auto;
  margin-bottom: 100px;
  margin-top: 50px;
}

@media (min-width: 768px) {
  .result-box {
    padding: 60px 60px;
    border-radius:20px;
  }
}

.sec01 {
  margin: auto;
}

.sec-item {
  width: 100%;
  margin-bottom: 60px;
}

.sec-item a{
    color: rgb(29, 119, 208);
}

.sec-item-img {
  max-width: 100px;
  margin-right: 20px;
}

.sec-item-text {
  font-size: 0.875em;
  line-height: 1.75em;
  text-indent: -1em;
  padding-left: 1em;
}

.logo {
    text-align: center;
    margin-bottom: 60px;
}

.logo img {
    width: 241px;
    height: 39px;
}

@media (min-width: 768px) {
    .logo img {
        width: auto;
        height: auto;
    }
}

@media (min-width: 768px) {
  .sec-item-text {
    font-size: 0.875em;
  }
}

.sec-message {
  margin-bottom: 60px;
  line-height: 1.5em;
  font-weight: bold;
  font-size: 1em;
}

.sec-message-text {
  line-height: 1.5em;
  letter-spacing: 0em;
  text-align: left;
  font-size: 1em;
}

@media (min-width: 768px) {
  .sec-message-text {
    font-size: 1em;
    letter-spacing: .1em;
  }
}

.sec-footer {
    border-top: 0.5px solid rgb(225, 225, 225);
    margin-top: 10px;
    padding-top: 10px;
}

.sec-footer a{
    color: rgb(29, 119, 208);
    word-wrap: break-word;
}
