@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400);
html {
  font-size: 62.5%;
}
body {
  color: #333;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.4;
}
dt, dd {
  margin: auto;
}
img {
  height: auto;
  max-width: 100%;
  width: auto;
  vertical-align: bottom;
}
figure {
  margin: 0;
}
.pc-view {
  display: block;
}
.wrapper {
  min-height: 90vh;
  position: relative;
}
.header{
  background: #0A5AAA;
  color: #ffffff;
  border-bottom: 3px solid #cccccc;
  text-align: center;
  padding: 15px 0 0;
}
.header .header-mainttl{
  text-align: center;
  letter-spacing: 1px;
  margin: 0 auto 15px;
}
.header .header-mainttl .name{
  display: block;
  font-weight: bold;
  font-size: 20px;
}
.header .header-mainttl .main{
  display: block;
  font-weight: bold;
  font-size: 32px;
}
.header .header-mainttl .main .red{
  color: #ffe002;
  margin: 0 .8rem 0 0;
}
.header .header-mainttl .sub{
  display: block;
  font-size: 14px;
}
.header .header-mainttl .day{
  display: inline-block;
  font-size: 24px;
  line-height: 1.4;
  margin: 10px auto 0;
  width: 94%;
}
.h2_ttl {
  font-size: 2.8rem;
  color: #0a5aaa;
}
.h3_ttl {
  margin: 0 auto;
  background: #0A5AAA;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  padding: 8px 10px;
  text-align: center;
}
.h4_ttl {
  background: #E1EAF5;
  color: #0A5AAA;
  padding: 10px;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.basic-text {
  font-size: 14px;
  line-height: 1.8;
}
.text-center {
  text-align: center;
}
.main-container {
  max-width: 980px;
  margin: auto;
  padding: 10px;
}
.orderedlist-style {
  background: #f2f8ff;
  padding: 2rem 5rem;
  line-height: 1.6;
  list-style: none;
}
.orderedlist-style li {
  text-indent: -1.6rem;
  margin: 0 0 7px 1.6rem;
}
.listitem-style {
  margin: 0;
  padding: 0 2rem;
  list-style: none;
  margin-bottom: 35px;
}
.listitem-style li {
  margin-bottom: 2px;
}
.entryform {
  color: #565656;
  margin-bottom: 35px;
}
.entryform dt {
  padding: 0 2rem;
  width: 20.8%;
  width: calc(25% - 4rem);
}
.entryform dd {
  width: 75%;
}
.entryform .borderstyle {
  background: #fff;
  border-left: 2px solid #E1EAF5;
  border-top: 2px solid #E1EAF5;
  border-right: 2px solid #E1EAF5;
  display: flex;
  justify-content: center;
  padding: 4px 3px;
  width: 100%;
  width : calc(100% - 10px) ;
}
.entryform .borderstyle-bottom {
  border-bottom: 2px solid #E1EAF5;
}
.entryform .item_text input[type="text"] {
  background: #eaf8fd;
  border: none;
  padding: 1.5rem .5rem;
  width: 98%;
  width : calc(100% - 1rem) ;
}
.entryform .item_radio {
  padding: 1.5rem .5rem;
}
.entryform .item_radio label {
  margin: 0 15px 0 0;
}
.entryform .item_radio input[type="radio"] {
  width: initial;
}
.entryform .att {
  width: 100%;
}
.submitstyle {
  text-align: center;
}
.submitstyle input[type="submit"] {
  background: #0A5AAA;
  border: none;
  padding: 1.1rem 10rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  border-radius: 6rem;
  margin: 40px auto 0;
}
.submitstyle input[type="submit"]:hover {
  cursor: pointer;
  opacity: 0.75;
}
.linkbtnstyle  {
  margin: 35px auto 0;
  text-align: center;
}
.linkbtnstyle a {
  background: #0A5AAA;
  border: none;
  display: inline-block;
  padding: 1.1rem 10rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  border-radius: 6rem;
  margin: 30px auto 0;
  text-decoration: none;
}
.linkbtnstyle a:hover {
  cursor: pointer;
  opacity: 0.75;
}
#invMethod_line {
  width: 100%;
}
.footer{
  background: #eeeeee;
  margin-top: 50px;
  padding: 20px 0;
  text-align: center;
  position: absolute;
  bottom: -100px;
  width: 100%;
}
.footer-name{
  color: #0A5AAA;
  font-size: 18px;
  font-weight: bold;
  padding:0 0 15px;
  margin: 0 auto;
}
.footer-tel{
  color: #000000;
  font-size: 12px;
  padding: 0;
  margin: 0 auto;
}
.thankstext{
  font-size: 15px;
  line-height: 1.4;
  max-width: 600px;
  margin: auto;
  padding: 0 1rem;
}

/*個人情報保護規約
=======================*/
.privacy-box{
  margin-bottom: 15px;
  border: 2px solid #cccccc;
  padding: 10px;
  height: 200px;
  overflow-y: scroll;
}
.privacy-box__ttl{
  text-align: center;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
}
.privacy-box__contents{
  margin: 0 auto;
}
.privacy-box__contents .basic-text{
  margin-bottom: 20px;
}

.check-text{
  text-align: center;
  margin-bottom: 20px;
}

/*利用規約に同意*/
.form-privacy {
  text-align: center;
  margin-top: 25px;
}
.form-privacy_label {
  display:block;
  text-align: center;
  margin-top: 10px;
  cursor: pointer;
}
.form-privacy_label input {
  display: none !important;
}
.form-privacy_label .text {
  position: relative;
  font-size: 14px;
  word-break: break-all;
  padding-left: 25px;
  display: inline-block;
}
.form-privacy_label .text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #959595;
  -moz-border-radius: 4;
  -webkit-border-radius: 4;
  border-radius: 4;
  background: #ffffff;
}
.form-privacy_label input:checked + .text {
  color: #0A5AAA;
  font-weight: bold;
}
.form-privacy_label input:checked + .text::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 7px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #0A5AAA;
  border-right: 3px solid #0A5AAA;
}

/*必須*/
.form-req {
  position: relative;
}
.form-req::after {
  content: "必須";
  color: #d03838;
  background: #ffffff;
  font-size: 11px;
  position: absolute;
  -moz-border-radius: 3;
  -webkit-border-radius: 3;
  border-radius: 3;
  padding: 4px;
  border: 1px solid #d03838;
  right: 10px;
  line-height: 1;
  font-weight: 700;
}
.domain-release {
  color: #d03838;
  margin: 20px 0 0;
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (max-width:754px) {
  .pc-view {
    display: none;
  }
  .header .header-mainttl{
    margin-top: 5px;
  }
  .header .header-mainttl .name{
    font-size: 22px;
  }
  .header .header-mainttl .main{
    font-size: 30px;
  }
  .header .header-mainttl .sub{
    font-size: 22px;
  }
  .header .header-mainttl .day{
    font-size: 14px;
  }
  .orderedlist-style {
    padding: 2rem;
  }
  .listitem-style {
    padding: 0 1rem;
  }
  .entryform .borderstyle {
    flex-wrap: wrap;
  }
  .entryform dt {
    padding: 0;
    margin: 0 0 2px;
    width: 100%;
  }
  .entryform dd {
    width: 100%;
  }
  .entryform .item_text input[type="text"] {
    padding: 1.5rem 2%;
    width: 96%;
  }
  .entryform .borderstyle {
    padding: 9px 5px;
  }
  .privacy-box{
    padding: 20px;
  }
  .form-privacy__label .text {
    padding-left: 30px;
    padding-right: 0;
  }
  .form-req::after {
    position: initial;
    border: none;
    content: "(必須)";
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
}

.err_message {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    background: #FFF;
    border: solid 3px #f89374;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.err_message p {
    margin: 0;
    padding: 0;
}

.result_failure {
  text-align: center;
}

.result_failure img {
  margin: auto;
  max-width: 500px;
  width: 75%;
}

.result_congrats {
  background-image: url(../images/img_confetti.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 165px 0;
}

@media screen and (max-width:980px) {
  .result_congrats {
    padding: 19vw 0;
  }
}

.result_congrats .image {
  margin: auto;
  max-width: 450px;
  width: 60%;
}

.result_congrats figcaption {
  padding: 40px 10px;
}

.result_congrats .link {
  background: #f2f8ff;
  padding: 2rem;
  line-height: 1.4;
  text-align: center;
  word-break: break-all;
  margin: auto;
  max-width: 500px;
}

.result_congrats .link a {
  font-size: 18px;
}
