@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap");
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

body {
  line-height: 1
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

nav ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

ins {
  color: #000;
  text-decoration: none
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold
}

del {
  text-decoration: line-through
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0
}

input, select {
  vertical-align: middle
}

li {
  list-style: none
}

.pc_only {
  display: block
}

@media (max-width:1200px) {
  .pc_only {
    display: none
  }
}

.sp_only {
  display: none
}

@media (max-width:1200px) {
  .sp_only {
    display: block
  }
}

body, html {
  height: 100%
}

html {
  font-size: 10px;
  line-height: 1;
  background: #e5eef5;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500
}

@media (max-width:1200px) {
  html {
    font-family: "Noto Sans JP", sans-serif
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

:focus {
  outline: 0
}

img {
  vertical-align: bottom
}

@media (max-width:1200px) {
  img {
    width: 100%
  }
}

a {
  color: #000;
  text-decoration: none
}

.txt_tracking {
  letter-spacing: 0.08em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"
}

@media (max-width:1200px) {
  .txt_tracking {
    letter-spacing: 0.04em
  }
}

.logo_box {
  position: absolute;
  left: 40px;
  top: 40px
}

@media (max-width:1200px) {
  .logo_box {
    left: 15px;
    top: 15px
  }
}

.logo_box img {
  width: 140px;
  height: auto
}

@media (max-width:1200px) {
  .logo_box img {
    width: 90px;
    height: auto
  }
}

#form_area, #thanks_area {
  width: 750px;
  margin: 50px auto 0
}
.download #form_area, .download #thanks_area {
    width: 100%;
    margin: 50px auto 0
  }
  
@media (max-width:1200px) {
  #form_area, #thanks_area {
    width: auto;
    padding: 0 15px;
    margin: 70px 0 0
  }
}

#form_area .ttl_box, #thanks_area .ttl_box {
  text-align: center;
  margin: 0 0 30px
}

#form_area .ttl_box h1, #thanks_area .ttl_box h1 {
  font-size: 3.5rem;
  margin: 0 0 20px;
  line-height: 1.5
}

@media (max-width:1200px) {
  #form_area .ttl_box h1, #thanks_area .ttl_box h1 {
    font-size: 2.0rem;
    margin: 0 0 30px
  }
}

@media (max-width:1200px) {
  #form_area .ttl_box h1 br, #thanks_area .ttl_box h1 br {
    display: none
  }
}

#form_area .ttl_box .lead_box p, #thanks_area .ttl_box .lead_box p {
  font-size: 1.4rem;
  line-height: 1.75
}

@media (max-width:1200px) {
  #form_area .ttl_box .lead_box p, #thanks_area .ttl_box .lead_box p {
    font-size: 1.3rem;
    line-height: 1.75
  }
}

#form_area .ttl_box .lead_box p.footnote, #thanks_area .ttl_box .lead_box p.footnote {
  margin: 30px 0 0;
  font-size: 1.2rem
}

@media (max-width:1200px) {
  #form_area .ttl_box .lead_box p.footnote, #thanks_area .ttl_box .lead_box p.footnote {
    margin: 15px 0 0
  }
}

#form_area .ttl_box .lead_box p.main, #thanks_area .ttl_box .lead_box p.main {
  font-size: 1.8rem;
  margin: 0 0 50px;
  font-weight: 700
}

@media (max-width:1200px) {
  #form_area .ttl_box .lead_box p.main, #thanks_area .ttl_box .lead_box p.main {
    font-size: 1.4rem
  }
}

#form_area .form_box, #thanks_area .form_box {
  margin: 0 0 185px
}

@media (max-width:1200px) {
  #form_area .form_box, #thanks_area .form_box {
    margin: 0 0 50px
  }
}

#form_area .form_box .wpr, #thanks_area .form_box .wpr {
  margin: 0 0 95px
}

@media (max-width:1200px) {
  #form_area .form_box .wpr, #thanks_area .form_box .wpr {
    margin: 0 0 30px
  }
}

#form_area .form_box .wpr dl, #thanks_area .form_box .wpr dl {
  display: table;
  margin: 0 0 40px;
  width: 100%
}

@media (max-width:1200px) {
  #form_area .form_box .wpr dl, #thanks_area .form_box .wpr dl {
    margin: 0 0 40px;
    display: block
  }
}

#form_area .form_box .wpr dl:last-child, #thanks_area .form_box .wpr dl:last-child {
  margin-bottom: 0
}

#form_area .form_box .wpr dl dd, #form_area .form_box .wpr dl dt, #thanks_area .form_box .wpr dl dd, #thanks_area .form_box .wpr dl dt {
  display: table-cell;
  vertical-align: top;
  font-size: 1.5rem;
  font-weight: 700
}

@media (max-width:1200px) {
  #form_area .form_box .wpr dl dd, #form_area .form_box .wpr dl dt, #thanks_area .form_box .wpr dl dd, #thanks_area .form_box .wpr dl dt {
    display: block
  }
}

#form_area .form_box .wpr dl dt, #thanks_area .form_box .wpr dl dt {
  width: 240px;
  padding: 8px 0 0;
  font-size: 1.5rem
}

@media (max-width:1200px) {
  #form_area .form_box .wpr dl dt, #thanks_area .form_box .wpr dl dt {
    padding: 0;
    margin: 0 0 10px;
    width: 100%;
    font-size: 1.3rem
  }
}

#form_area .form_box .wpr dl dt.required:after, #thanks_area .form_box .wpr dl dt.required:after {
  content: "必須";
  width: 37px;
  height: 20px;
  display: inline-block;
  color: #ff0000;
  border: 1px solid #ff0000;
  text-align: center;
  line-height: 20px;
  font-size: 1.2rem;
  vertical-align: middle;
  margin: 0 0 0 10px;
  font-weight: normal
}

#form_area .form_box .wpr dl dd input, #form_area .form_box .wpr dl dd textarea, #thanks_area .form_box .wpr dl dd input, #thanks_area .form_box .wpr dl dd textarea {
  border: 1px solid #d7d7d7;
  height: 40px;
  border-radius: 3px;
  padding: 10px;
  background: #FFF;
}

#form_area .form_box .wpr dl dd input::-webkit-input-placeholder, #form_area .form_box .wpr dl dd textarea::-webkit-input-placeholder, #thanks_area .form_box .wpr dl dd input::-webkit-input-placeholder, #thanks_area .form_box .wpr dl dd textarea::-webkit-input-placeholder {
  color: #a4a4a4
}

#form_area .form_box .wpr dl dd input:-ms-input-placeholder, #form_area .form_box .wpr dl dd textarea:-ms-input-placeholder, #thanks_area .form_box .wpr dl dd input:-ms-input-placeholder, #thanks_area .form_box .wpr dl dd textarea:-ms-input-placeholder {
  color: #a4a4a4
}

#form_area .form_box .wpr dl dd input::-ms-input-placeholder, #form_area .form_box .wpr dl dd textarea::-ms-input-placeholder, #thanks_area .form_box .wpr dl dd input::-ms-input-placeholder, #thanks_area .form_box .wpr dl dd textarea::-ms-input-placeholder {
  color: #a4a4a4
}

#form_area .form_box .wpr dl dd input::placeholder, #form_area .form_box .wpr dl dd textarea::placeholder, #thanks_area .form_box .wpr dl dd input::placeholder, #thanks_area .form_box .wpr dl dd textarea::placeholder {
  color: #a4a4a4
}

#form_area .form_box .wpr dl dd input:-ms-input-placeholder, #form_area .form_box .wpr dl dd textarea:-ms-input-placeholder, #thanks_area .form_box .wpr dl dd input:-ms-input-placeholder, #thanks_area .form_box .wpr dl dd textarea:-ms-input-placeholder {
  color: #a4a4a4
}

#form_area .form_box .wpr dl dd input::-ms-input-placeholder, #form_area .form_box .wpr dl dd textarea::-ms-input-placeholder, #thanks_area .form_box .wpr dl dd input::-ms-input-placeholder, #thanks_area .form_box .wpr dl dd textarea::-ms-input-placeholder {
  color: #a4a4a4
}

@media (max-width:1200px) {
  #form_area .form_box .wpr dl dd input, #form_area .form_box .wpr dl dd textarea, #thanks_area .form_box .wpr dl dd input, #thanks_area .form_box .wpr dl dd textarea {
    padding: 5px
  }
}

#form_area .form_box .wpr dl dd input.error, #form_area .form_box .wpr dl dd textarea.error, #thanks_area .form_box .wpr dl dd input.error, #thanks_area .form_box .wpr dl dd textarea.error {
  background: #ffecec;
  border-color: #ff0000
}

#form_area .form_box .wpr dl dd input, #thanks_area .form_box .wpr dl dd input {
  width: 510px
}

@media (max-width:1200px) {
  #form_area .form_box .wpr dl dd input, #thanks_area .form_box .wpr dl dd input {
    width: 100%;
    max-width: 570px
  }
}

#form_area .form_box .wpr dl dd textarea, #thanks_area .form_box .wpr dl dd textarea {
  width: 510px;
  height: 150px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.4rem
}

@media (max-width:1200px) {
  #form_area .form_box .wpr dl dd textarea, #thanks_area .form_box .wpr dl dd textarea {
    width: 100%;
    max-width: 570px
  }
}

#form_area .form_box .wpr dl:nth-child(2) dd input, #form_area .form_box .wpr dl:nth-child(6) dd input, #form_area .form_box .wpr dl:nth-child(7) dd input, #thanks_area .form_box .wpr dl:nth-child(2) dd input, #thanks_area .form_box .wpr dl:nth-child(6) dd input, #thanks_area .form_box .wpr dl:nth-child(7) dd input {
  width: 200px
}

@media (max-width:1200px) {
  #form_area .form_box .wpr dl:nth-child(2) dd input, #form_area .form_box .wpr dl:nth-child(6) dd input, #form_area .form_box .wpr dl:nth-child(7) dd input, #thanks_area .form_box .wpr dl:nth-child(2) dd input, #thanks_area .form_box .wpr dl:nth-child(6) dd input, #thanks_area .form_box .wpr dl:nth-child(7) dd input {
    width: 150px
  }
}

#form_area .form_box .wpr dl:nth-child(8) dd input, #form_area .form_box .wpr dl:nth-child(9) dd input, #thanks_area .form_box .wpr dl:nth-child(8) dd input, #thanks_area .form_box .wpr dl:nth-child(9) dd input {
  width: 420px
}

@media (max-width:1200px) {
  #form_area .form_box .wpr dl:nth-child(8) dd input, #form_area .form_box .wpr dl:nth-child(9) dd input, #thanks_area .form_box .wpr dl:nth-child(8) dd input, #thanks_area .form_box .wpr dl:nth-child(9) dd input {
    width: 100%;
    max-width: 420px
  }
}

#form_area .form_box .btn_box p, #thanks_area .form_box .btn_box p {
  text-align: center;
  font-size: 1.4rem;
  margin: 0 0 20px
}

@media (max-width:1200px) {
  #form_area .form_box .btn_box p, #thanks_area .form_box .btn_box p {
    line-height: 1.75
  }
}

#form_area .form_box .btn_box p a, #thanks_area .form_box .btn_box p a {
  color: #0563c1;
  text-decoration: underline
}

#form_area .form_box .btn_box p a:hover, #thanks_area .form_box .btn_box p a:hover {
  text-decoration: none
}

#form_area .form_box .btn_box p span, #thanks_area .form_box .btn_box p span {
  margin: 0 5px;
  font-size: 1.6rem
}

#form_area .form_box .btn_box input[type=submit], #thanks_area .form_box .btn_box input[type=submit] {
  width: 623px;
  height: 80px;
  border: none;
  font-size: 2.0rem;
  padding: 0;
  line-height: 80px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 700;
  color: #fff;
  background: #1f2774;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 3px
}

@media (max-width:1200px) {
  #form_area .form_box .btn_box input[type=submit], #thanks_area .form_box .btn_box input[type=submit] {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 1.5rem
  }
}

#form_area .form_box .btn_box input[type=submit]:hover, #thanks_area .form_box .btn_box input[type=submit]:hover {
  border: 2px solid #1f2774;
  background: #fff;
  color: #1f2774;
  line-height: 76px
}

@media (max-width:1200px) {
  #form_area .form_box .btn_box input[type=submit]:hover, #thanks_area .form_box .btn_box input[type=submit]:hover {
    line-height: 46px
  }
}

.txt_error {
  display: block;
  color: #ff0000;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.5;
  text-indent: 1rem;
  text-indent: -1em;
  margin: 10px 0 0 1em;
  clear: both
}

#thanks_area .btn_box {
  margin: 0 0 80px
}

#thanks_area .btn_box a {
  width: 350px;
  height: 70px;
  display: block;
  text-align: center;
  line-height: 70px;
  color: #fff;
  background: #1f2774;
  font-size: 1.9rem;
  margin: 0 auto;
  font-weight: 700;
  border-radius: 3px
}

@media (max-width:1200px) {
  #thanks_area .btn_box a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 1.5rem
  }
}

#thanks_area .btn_box a:hover {
  border: 2px solid #1f2774;
  line-height: 66px;
  background: #fff;
  color: #1f2774
}

#footer_area .copy_box {
  text-align: center
}

#footer_area .copy_box p {
  font-size: 1.4rem;
  line-height: 50px
}

@media (max-width:1200px) {
  #footer_area .copy_box p {
    font-size: 1.0rem
  }
}
.content-wrapper{
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
    font-size: 1.4rem;
}
.content-wrapper > div{
    width: 50%;
    padding: 10px;
}
.document_image img:not([width]) {
    width: 100%;
    height: auto;
}
.left .document_image {
    margin-bottom: 20px;
}
.right dl dd input {
    background-color: white;
    border: 1px solid #d7d7d7;
    height: 40px;
    border-radius: 3px;
    padding: 10px;
    width: 100%;
    cursor: text;
}
.pc-only {
    display: block !important;
}
.sp-only {
    display: none !important;
}
@media screen and (max-width: 768px){
    .pc-only {
        display: none !important;
    }
    .sp-only {
        display: block !important;
    }
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
}
input, button, textarea, select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
}
.right .form_panel {
    box-shadow: 4px 4px 16px 3px rgb(0 0 0 / 16%);
    background-color: #a0c0d5;
    padding: 40px;
}
.right .form_panel h3.description {
    margin-bottom: 20px;
}
.right dl dt {
    font-weight: 700;
    margin-bottom: 5px;
}
.right dl dt span {
    width: 37px;
    height: 20px;
    display: inline-block;
    color: #ff0000;
    border: 1px solid #ff0000;
    text-align: center;
    line-height: 20px;
    font-size: 1.2rem;
    vertical-align: middle;
    margin: 0 0 0 10px;
    font-weight: normal;
}
.right dl {
    margin-bottom: 30px;
}
.btn {
    background: #FBE211;
    width: 100%;
    height: 65px;
    line-height: 60px;
    margin: auto;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 4px;
    border: 3px solid #000000;
    box-sizing: border-box;
    position: relative;
}
.right .btn {
    border-radius: 999px;
    width: 100%;
    background-color: #000000;
    border: none;
    box-shadow: 4px 4px 16px 3px rgb(0 0 0 / 16%);
    margin-top: 20px;
    height: 55px;
    line-height: 55px;
}
.right .btn:hover{
    background-color: #e5eef5;
}
.right .btn button {
    color: white;
    cursor: pointer;
    width: 100%;
}
.right .btn .loading {
    display: none;
    width: 25px;
    height: 25px;
    clear: both;
    position: absolute;
    top: 15px;
    right: 100px;
    opacity: initial;
}
.right .btn .loading-circle {
    border: 4px rgba(0,0,0,0.25) solid;
    border-top: 4px black solid;
    border-radius: 50%;
    -webkit-animation: spCircRot 0.6s infinite linear;
    animation: spCircRot 0.6s infinite linear;
}

.right .btn:after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    right: 20px;
    top: 50%;
    margin: -7px 0 0 0;
    transform: rotate(45deg);
}
.left p.description {
    line-height: 2;
    margin-bottom: 30px;
}
.left .desc_feature {
    border: 4px solid #00589f;
    border-radius: 3px;
    padding: 20px;
}
.left .desc_feature p.title {
    color: #00589f;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
}
.desc_ul_wrapper{
    display: flex;
    justify-content: space-between;
}
.left .desc_feature ul.left {
    width: 60%;
    padding-right: 0;
}
.left .desc_feature ul.right {
    width: 40%;
    padding: 10px;
}
.left .desc_feature p.etc {
    text-align: right;
}
@media screen and (max-width: 768px){
    .right .form_panel {
        padding: 15px;
    }
    .right .form_panel h3.description {
        line-height: 1.5;
        margin: 30px 0;
    }
    h1.page_title {
        font-size: 5vw;
        margin-top: 15px;
    }
    .content-wrapper{
        flex-direction: column;
    }
    .content-wrapper > div{
        width: 100%;
    }
    .download #form_area, .download #thanks_area{
        width: auto;
        margin: 70px 0 0;
    }
    .right .form_panel p.privacy {
        font-size: 3.4vw;
    }
    .right .form_panel h3.description {
        line-height: 1.5;
        margin: 30px 0;
    }
}
p.privacy > a{
  text-decoration: underline;
}