/*
 * Reset
 * colors
 * fontsize
 * align
 * spacer
 * general
 * form
 */

/* Reset
----------------------------------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  padding: 0px;
  margin: 0px;
}

body,
p,
figure {
  padding: 0px;
  margin: 0px;
}

ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

li,
dl,
dt,
dd {
  padding: 0px;
  margin: 0px;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(../js/boxsizing.htc);
}

img {
  border: none;
  display: block;
  max-width: 100%;
  margin: auto;
}

a {
  color: #767676;
  text-decoration: none;
}

a,
a:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease
}

input[type="text"],
input[type="date"],
select {
  font-family: Arial, "メイリオ", "Meiryo", sans-serif;
  height: 50px;
  width: 100%;
  font-size: 1.6rem;
  padding: 0 1rem;
  color: #333;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  margin: 0;
}

select {
  cursor: pointer;
}

textarea {
  resize: none;
  width: 100%;
}

html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: Arial, "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  /* 1 */
  line-height: 150%;
  margin: 0;
  padding: 0;
  background-color: #e9e9e9;
}

/* -- mode -- */
.sp {}

.pc {}

/* $general */
.clr:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  clear: both;
  display: table;
  margin: 0 auto;
  width: 100%;
}

.cont {
  clear: both;
  margin: 0 auto;
  max-width: 960px;
}

/* - header - */
.header {
  clear: both;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.header-limited-width {
  max-width: 1040px;
  margin: 0 auto;
}

.header-title {
  background: rgba(75, 162, 209, 0.6);
  color: #fff;
  left: 0;
  overflow: hidden;
  padding: 26px 40px;
  position: absolute;
  top: 0;
  width: 100%;
}

.header-title.one-line {
  padding: 48px 40px;
}

.header-title.two-line {
  padding: 25px 40px;
}

.header-cont {
  max-width: 880px;
  margin: 0 auto;
}

.header-title h2 {
  font-size: 1.8rem;
  line-height: 32px;
  margin-bottom: 16px;
}

.header-title h1 {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 48px;
}

.header-title h1.title-fix {
  font-size: 3rem;
}

.header-title h3 {
  font-size: 2.2rem;
  line-height: 32px;
}

.main-visual {
  clear: both;
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.header-banner {
  background: #1414d2;
  padding: 20px 28px;
}

.header-banner .logo {
  overflow: hidden;
  width: 196px;
}

.header-banner .logo a {
  display: block;
  width: 100%;
}

.sub-title {
  top: 31%;
  left: 7.5%;
  position: absolute;
}

.sub-title h3 {
  font-size: 2.2rem;
  line-height: 32px;
  font-weight: 600;
  color: #003390;
}

/* - main - */
.main {
  /*background: #e9e9e9;*/
  clear: both;
  min-height: calc(100vh - 197.59px);
  overflow: hidden;
  padding: 50px;
  width: 100%;
}

.main-cont {
  background: #fff;
  padding: 45px 40px;
  position: relative;
  width: 100%;
}

.main-cont p {
  font-size: 1.5rem;
  line-height: 22px;
  margin-bottom: 10px;
}

.main-cont .blue-txt {
  color: #1414d2;
  font-weight: bold;
}

.main-cont .bold-txt {
  font-weight: bold;
}

.main-visual {
  clear: both;
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}

.row.row-field {
  clear: both;
  margin: 0 auto 1rem;
  width: 100%;
}

.row.row-field h5 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 22px;
  margin: 10px 0 12px;
}

.social-lst {
  list-style: none;
}

.member-lst {
  list-style: none;
}

.social-lst li,
.member-lst li {
  align-items: center;
  display: flex;
  margin: 0 auto 1rem;
}

.social-lst li input,
.member-lst li input {
  cursor: pointer;
  height: 20px;
  width: 20px;
}

.social-lst li label,
.member-lst li label {
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 22px;
  margin-left: 1rem;
}

.member-lst .member-checker {
  height: 40px;
}

.member-lst .member-number {
  color: #333;
  /*display: none;*/
  font-family: Arial, "メイリオ", "Meiryo", sans-serif;
  font-size: 1.5rem;
  height: 40px;
  margin-left: 2rem;
  padding: 0 1rem;
  width: 200px;
}

.social-link {
  color: #393939;
  display: inline-block;
  font-size: 1.6rem;
}

.frm-cont01 {
  background: #fff;
  padding: 45px 40px 10px;
  width: 100%;
}

.frm-cont02 {
  background: #fff;
  padding: 50px 2% 40px;
  width: 100%;
}

.btn-block01 {
  clear: both;
  display: inline-block;
  margin: 40px auto 15px;
  position: relative;
  text-align: center;
  width: 100%;
}

.btn-01 {
  background: #6244bb;
  color: #fff;
  display: inline-block;
  font-size: 2.16rem;
  font-weight: 600;
  line-height: 38px;
  min-width: 210px;
  padding: 10px 35px;
  margin: 0 15px 15px 0;
  text-align: center;
}

.btn-01.is-disabled {
  cursor: default;
  opacity: 0.6;
  pointer-events: none;
}

.title-01 {
  color: #1414d2;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 34px;
  margin-bottom: 30px;
  width: 100%;
}

.title-01 .txt-normal {
  font-weight: normal;
}

.title-02 {
  color: #1414d2;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 34px;
  margin-bottom: 40px;
  text-align: center;
  width: 100%;
}

.title-03 {
  color: #1414d2;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}

.title-04 {
  color: #333;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 34px;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}

.title-04 span {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 26px;
  width: 100%;
}

.title-05 {
  color: #393939;
  font-size: 2.4rem;
  line-height: 34px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
  width: 100%;
}

.title-06 {
  color: #393939;
  font-size: 2rem;
  line-height: 28px;
  margin-bottom: 15px;
  width: 100%;
}

.back-btn {
  clear: both;
  font-size: 1.7rem;
  left: 0;
  line-height: 26px;
  position: absolute;
  top: 15px;
}

.link-block {
  clear: both;
  margin: 35px auto 5px;
  overflow: hidden;
  width: 100%;
}

.link-block a {
  color: #1414d2;
  display: block;
  font-size: 1.5rem;
  line-height: 26px;
  text-decoration: underline;
  width: 100%;
}

.block-left {
  float: left;
  max-width: 390px;
  overflow: hidden;
  width: 44%;
}

.block-right {
  float: right;
  overflow: hidden;
  width: 452px;
}

.block-lst li {
  display: table;
  margin-bottom: 30px;
  text-align: justify;
}

.block-lst li span,
.block-lst li p {
  display: table-cell;
  vertical-align: top;
}

.block-lst li span {
  font-size: 1.5rem;
  font-weight: bold;
  padding-right: 4px;
  width: 35px;
}

.pic-block img {
  width: auto;
}

.pic-block img:nth-child(1),
.pic-block img:nth-child(2) {
  margin-bottom: 16px;
}

.pic-block-note {
  margin-top: 1rem;
}

.pic-left {
  float: left;
}

.pic-right {
  float: right;
}

.pic-block02 {
  clear: both;
  overflow: hidden;
  width: 100%;
}

.pic-block02 img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: auto;
}

.pic-block02 img:first-child {
  margin-bottom: 20px;
}

.pic-block02 img:last-child {
  margin-bottom: 10px;
}

.form01 .row {
  clear: both;
  margin-bottom: 36px;
  position: relative;
  width: 100%;
}

.form01 .row h4,
.form01 .row p {
  color: #333;
  font-size: 1.8rem;
  line-height: 30px;
}

.form01 .row h4 {
  font-weight: bold;
}

.form01 ul {
  clear: both;
  overflow: hidden;
  width: 100%;
  padding-left: 4px;
}

.form01 ul li {
  color: #333;
  font-size: 1.8rem;
  line-height: 30px;
}

.form01 ul li input[type="radio"] {
  display: inline-block;
  height: 15px;
  width: 15px;
  vertical-align: middle;
}

.form01 ul li label {
  display: inline-block;
  width: calc(100% - 30px);
  vertical-align: top;
  cursor: pointer;
}

.form01 ul.horizontal {
  margin-top: 10px;
}

.form01 ul.horizontal li {
  display: inline-block;
  max-width: 260px;
  width: 30%;
  vertical-align: top;
}

.form01 ul.horizontal li.m-center {
  margin: 0 2%;
}

.form01 ul.horizontal li img {
  width: 100%;
}

.form02 {
  clear: both;
  margin-bottom: 40px;
  overflow: hidden;
  width: 100%;
}

.form02 .row {
  clear: both;
  margin-bottom: 36px;
  position: relative;
  width: 100%;
}

.form02 .row h4 {
  color: #393939;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 34px;
  margin: 12px 0;
}

.form02 .row h4 span {
  color: #ff0000;
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 34px;
  margin-left: 15px;
}

.txt-01 {
  color: #393939;
  font-size: 1.6rem;
  line-height: 28px;
  /* margin-left: 15px; */
  margin-bottom: 30px;
  width: 100%;
}

/* .txt-01::first-letter {
  margin-left: -15px;
} */
.txt-02 {
  color: #393939;
  font-size: 1.4rem;
  line-height: 28px;
  margin-bottom: 0px;
  text-align: right;
  width: 100%;
}

.txt-note {
  color: #393939;
  display: block;
  font-size: 1.2rem;
  line-height: 22px;
  margin: -10px auto 40px;
  width: 100%;
}

.txt-link {
  text-decoration: underline;
}

.errormessage-enter-active,
.errormessage-leave-active {
  transition: opacity .2s;
}

.errormessage-enter,
.errormessage-leave-to {
  opacity: 0;
}

/* - footer - */
.footer {
  background: #1414d2;
  padding: 20px 2%;
  text-align: center;
  width: 100%;
}

.footer .f-link a {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 24px;
}

.footer .f-copy {
  color: #fff;
  font-size: 1.2rem;
  line-height: 24px;
}

/* form */
.row {
  clear: both;
  display: table;
  margin-bottom: 20px;
  width: 100%;
}

.col {
  display: table;
  float: left;
}

.col01 {
  color: #393939;
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 600;
  height: 50px;
  line-height: 40px;
  width: 40%;
  vertical-align: middle;
}

.col01.colsub {
  line-height: 24px;
}

.col02 {
  color: #393939;
  display: inline-block;
  font-size: 1.7rem;
  height: 50px;
  line-height: 50px;
  width: 60%;
  vertical-align: middle;
}

.col-lst {
  display: table;
  float: left;
  margin: 0;
  width: 48%;
}

.col-lst dt {
  display: table-cell;
  text-align: center;
  width: 2%;
}

.col-lst dd {
  display: table-cell;
  width: 10%;
}

.col-lst:first-child {
  margin-right: 4%;
}

.col02 .col-48 {
  width: 48%;
}

.col02 .col-100 {
  width: 100%;
}

.col-red {
  color: #f00;
}

.col01-sub {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 16px;
  width: 100%;
}

.sub-txt {
  display: block;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 24px;
  margin-top: -10px;
  width: 100%;
}

.txt-14 {
  font-size: 1.4rem;
  line-height: 20px;
  margin: 5px auto 10px;
  width: 94%;
}

.form02 .row.partner-card {
  margin-bottom: 50px;
  overflow: hidden;
  width: 100%;
}

.form02 .row.partner-card h5 {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 22px;
  margin: 10px 0 12px;
}

.form02 .row.partner-card h5 span {
  display: inline-block;
  font-size: 1.2rem;
  width: 100%;
}

.form02 .row.partner-card select {
  width: 30%;
}

.val-message {
  background: transparent;
  color: #ff0000;
}

.form01 .val-message {
  left: 10%;
  position: absolute;
  top: -12px;
}

.form02 .val-message {
  bottom: -22px;
  left: 41%;
  position: absolute;
}

.form02 .val-message.field-error-right {
  left: 41%;
}

.form02 .val-message.field-error-quarter {
  left: 41%;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.btn-block01 .val-message {
  bottom: -10px;
  left: 35%;
  position: absolute;
}

.btn-block01 .val-message.submit-error-message {
  left: 35%;
}

.confirm .col02 {
  font-weight: 600;
}

.confirm .col02.col03 {
  height: auto;
  line-height: 1.6;
  min-height: 50px;
  padding: 12px 0;
  vertical-align: top;
}

.confirm .col-lst dt {
  text-align: left;
  width: 1%;
}

.thanks-message {
  text-align: center;
}

.hanged li {
  padding-left: 1rem;
  text-indent: -1rem;
}

.close-frm-txt {
  color: #ff0000;
  font-size: 2.4rem;
  line-height: 34px;
  font-weight: 600;
  margin: 0 auto 4rem;
  text-align: center;
  width: 100%;
}

.thanks-txt {
  font-size: 1.6rem;
  line-height: 30px;
  margin-bottom: 10px;
  text-align: left;
  width: 100%;
}

.thanks-txt a {
  display: block;
  width: 100%;
}

/**************************************
            FORMAT CSS
**************************************/
.text-cl-blue {
  margin-bottom: 20px;
}

.text-cl-blue p {
  color: #003057;
  font-weight: 600;
  margin-bottom: 0;
}


/* -- colors -- */
.red {
  color: #e84c3d;
}

/* -- fontsize -- */
.fs10 {
  font-size: 1rem;
}

.fs12 {
  font-size: 1.2rem;
}

.fs14 {
  font-size: 1.4rem;
}

.fs16 {
  font-size: 1.6rem;
}

.fs18 {
  font-size: 1.8rem;
}

.fs20 {
  font-size: 2rem;
}

/* -- align -- */
.tcenter {
  text-align: center;
}

.tleft {
  text-align: left;
}

.tright {
  text-align: right;
}

.pleft {
  float: left;
}

.pright {
  float: right;
}

/* -- spacer -- */
.line-10 {
  clear: both;
  display: table;
  height: 10px;
  width: 100%;
}

.line-20 {
  clear: both;
  display: table;
  height: 20px;
  width: 100%;
}

.line-50 {
  clear: both;
  display: table;
  height: 50px;
  width: 100%;
}

.m-r15 {
  margin-right: 15px;
}

.m-l15 {
  margin-left: 15px;
}

.m-b15 {
  margin-bottom: 15px;
}

.m-t15 {
  margin-top: 15px;
}

.m-t30 {
  margin-top: 30px;
}

.p-r15 {
  padding-right: 15px;
}

.p-l15 {
  padding-left: 15px;
}

.p-b15 {
  padding-bottom: 15px;
}

.p-t15 {
  padding-top: 15px;
}


@media only screen and (max-width:768px) {
  .main {
    padding: 30px 2%;
  }

  .cont {
    max-width: 100%;
  }

  .col,
  .col01,
  .col02 {
    display: block;
    float: none;
    max-width: 640px;
    width: 100%;
  }

  .form02 .val-message {
    top: 0;
  }

  .col-lst {
    width: 49.99%;
  }

  .col-lst:first-child {
    margin: 0;
  }

  .col-lst dt {
    width: 10%;
  }

  .col-lst dd {
    width: 35%;
  }

  .col02 .col-65 {
    width: 100%;
  }

  input[type="text"],
  select {
    height: 30px;
    width: 100%;
  }
}