@charset "UTF-8";
/* setting */
@-webkit-keyframes anim_arrow1 {
  0% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  50% {
    -webkit-transform: translate(5px, -50%);
            transform: translate(5px, -50%);
  }
  100% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@keyframes anim_arrow1 {
  0% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  50% {
    -webkit-transform: translate(5px, -50%);
            transform: translate(5px, -50%);
  }
  100% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@-webkit-keyframes anim_arrow2 {
  0% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  50% {
    -webkit-transform: translate(-5px, -50%);
            transform: translate(-5px, -50%);
  }
  100% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@keyframes anim_arrow2 {
  0% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  50% {
    -webkit-transform: translate(-5px, -50%);
            transform: translate(-5px, -50%);
  }
  100% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@-webkit-keyframes anim_arrow3 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, -50%);
            transform: rotate(-45deg) translate(0, -50%);
  }
  50% {
    -webkit-transform: rotate(-45deg) translate(-5px, -50%);
            transform: rotate(-45deg) translate(-5px, -50%);
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(0, -50%);
            transform: rotate(-45deg) translate(0, -50%);
  }
}
@keyframes anim_arrow3 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, -50%);
            transform: rotate(-45deg) translate(0, -50%);
  }
  50% {
    -webkit-transform: rotate(-45deg) translate(-5px, -50%);
            transform: rotate(-45deg) translate(-5px, -50%);
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(0, -50%);
            transform: rotate(-45deg) translate(0, -50%);
  }
}
@-webkit-keyframes parapara {
  to {
    background-position-x: -1206px;
  }
}
@keyframes parapara {
  to {
    background-position-x: -1206px;
  }
}
@-webkit-keyframes steam {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, -10%);
            transform: translate(0, -10%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -20%);
            transform: translate(0, -20%);
  }
}
@keyframes steam {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, -10%);
            transform: translate(0, -10%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -20%);
            transform: translate(0, -20%);
  }
}
@-webkit-keyframes bg-slider {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
@keyframes bg-slider {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeinout {
  50% {
    opacity: 1;
  }
}
@keyframes fadeinout {
  50% {
    opacity: 1;
  }
}
/*
* Mixin for placeholder
* @include placeholderColor(#00ff00);
*/
/* If we add the border using a regular CSS border, it won't look good on non-retina devices,
 * since its edges can look jagged due to lack of antialiasing. In this case, we are several
 * layers of box-shadow to add the border visually, which will render the border smoother. */
/* Calculates maximum width for post content */
/* Nested sub-menu padding: 10 levels deep */
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
/* IEハック用mixin */
/* block */
.complete #contents {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
}

/* #contactform
------------------------------ */
div#contactform input {
  font-family: verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif !important;
}

div#contactform dl {
  border-bottom: solid 1px #e8eaed;
  margin: 15px 0 0 0;
  padding: 0 0 15px 0;
}

div#contactform dl.first {
  border-top: solid 1px #e8eaed;
  margin-top: 25px;
  padding-top: 15px;
}

div#contactform dl dt {
  float: left;
  padding-top: 10px;
  width: 200px;
}

div#contactform dl dd {
  float: right;
  width: 430px;
}

.confirm div#contactform dl dt {
  padding-top: 0;
  width: 260px;
}

.confirm div#contactform dl dd {
  width: 390px;
}

div#contactform dl.noFl dt {
  float: none;
  padding-top: 0;
  margin-bottom: 5px;
  width: auto;
}

div#contactform dl.noFl dd {
  float: none;
  width: auto;
}

@media screen and (max-width: 700px) {
  div#contactform dl dt {
    float: none;
    padding-top: 0;
    margin-bottom: 6px;
    width: auto;
  }
  div#contactform dl dd {
    float: none;
    width: auto;
  }
  .confirm div#contactform dl dt,
  .confirm div#contactform dl dd {
    width: auto;
  }
}
/* #contactform type="text"
------------------------------ */
div#contactform input[type=text] {
  padding: 10px;
  width: 100%;
  vertical-align: middle;
  color: #333;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* + html body div#contactform input[type=text] { /* IE7.x */
  padding: 5px 3px 0 3px !important;
  height: 22px;
  border: 1px solid #c8c8c8;
}

div#contactform input[type=text] { /* IE8.x */
  border: 1px solid #c8c8c8;
}

/* #contactform type="radio"
------------------------------ */
/* #contactform textarea
------------------------------ */
div#contactform textarea {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #c8c8c8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  resize: vertical;
}

/* #contactform .list
------------------------------ */
#contactform ul.list {
  margin-bottom: 0;
}

#contactform ul.list li {
  position: relative;
  padding: 0 15px 5px 25px;
  line-height: 1.3;
  float: left;
}

/* #contactform for iCheck
------------------------------ */
.icheckbox_flat-blue,
.iradio_flat-blue {
  position: absolute;
  top: 0;
  left: 0;
}

/* #contactform .attention
------------------------------ */
.attention {
  font-size: 90%;
  margin: 10px 0 0 !important;
  padding: 5px !important;
  background-color: #EFEFEF;
}

.attention li {
  background: none !important;
}

span.attention {
  padding: 5px 20px !important;
  background-color: #ffebe7;
  display: block;
}

/* .btn-send
------------------------------ */
#contents .btn-send {
  text-align: center;
  margin-top: 40px;
}

#contents .btn-send li {
  padding: 0;
  display: inline;
  margin: 0 20px;
}

/* .box01
------------------------------ */
.box01 {
  padding: 14px;
  border: solid 3px #e5e5e5;
}

.box01 h2 {
  font-size: 15px;
  font-size: 1.5rem;
  color: #1d6cc5;
  padding: 0;
  margin-bottom: 0.2em;
}

/* ---------- 個人情報保護方針 ---------- */
#privacy-box {
  margin-top: 3em;
  width: 100%;
  margin: 2em auto 50px auto;
  overflow: auto;
}

#privacy-box h2 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #005BAC;
  padding: 0;
  margin-bottom: 0.5em;
}

#privacy-box .summary {
  margin-bottom: 1em;
  border: 1px solid #CCCCCC;
  width: 100%;
  height: 150px;
  padding: 20px;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* .btnClose
------------------------------ */
.btnClose a {
  display: block;
  margin: 0 auto;
  width: 120px;
  height: 50px;
  background: url(../img/btn_close02.png) left top;
  overflow: hidden;
  text-indent: -200px;
}

.btnClose a:hover,
.btnClose a:active {
  background: url(../img/btn_close02.png) left bottom;
}

.contact__frow {
  margin-top: 40px;
  margin-bottom: 30px;
}
.contact__frow ol {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .contact__frow ol {
    display: block;
  }
}
.contact__frow ol li {
  position: relative;
  width: calc(33.3333333333% - 40px);
  margin-right: 20px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  padding: 13px;
  background-color: #666;
  color: #fff;
}
.contact__frow ol li.current {
  background-color: #ff6c00;
}
.contact__frow ol li.current:after {
  border-left-color: #ff6c00;
}
.contact__frow ol li:after {
  content: "";
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #666;
  display: block;
  margin-right: -20px;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 800px) {
  .contact__frow ol li {
    width: auto;
    margin: 0 20px 5px 0;
  }
}
.contact__btn01 {
  text-align: right;
}
.contact__btn01 a {
  display: inline-block;
}
@media screen and (max-width: 800px) {
  .contact__btn01 {
    margin-top: 10px;
    text-align: center;
  }
  .contact__btn01 a {
    max-width: 250px;
  }
  .contact__btn01 a:after {
    right: 10px;
  }
}
.contact__top-link {
  margin-top: 80px;
}
@media screen and (max-width: 800px) {
  .contact__top-link {
    margin-top: 30px;
  }
}

.title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title-inner .label {
  display: block;
  width: 50px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  border-radius: 10px;
  letter-spacing: 0.1rem;
  text-align: center;
  background: none;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 500;
}
.title-inner .label.required {
  background-color: #d80b14;
  border-color: #d80b14;
}
.title-inner .title {
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}
.title-inner .title span {
  margin-top: 3px;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .title-inner .title {
    text-align: left;
  }
}

.error-attention {
  display: block;
  margin: 5px 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  color: #d80b14;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .error-attention {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.error-text {
  border: 2px solid #ff6c00;
  padding: 20px;
  margin-bottom: 20px;
}
.error-text .part__ul01 {
  margin-top: 10px;
}
.error-text .part__ul01 li {
  margin-top: 2px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}

.part__ul01 li {
  position: relative;
  padding-left: 28px;
}
.part__ul01 li:before {
  content: "\f00c";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  color: #ff6c00;
  font-weight: 900;
  left: 0;
  top: 0.2rem;
}
.part__ul01 li + li {
  margin-top: 1rem;
}
@media screen and (max-width: 800px) {
  .part__ul01 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5714285714;
    letter-spacing: 0.05rem;
  }
}
.part__ul02 li {
  position: relative;
  padding-left: 28px;
}
.part__ul02 li:before {
  content: "\f00c";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  color: #005BAC;
  font-weight: 900;
  left: 0;
  top: 0.2rem;
}
.part__ul02 li + li {
  margin-top: 1rem;
}
@media screen and (max-width: 800px) {
  .part__ul02 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5714285714;
    letter-spacing: 0.05rem;
  }
}

.taC {
  text-align: center !important;
}

.file .item {
  margin-bottom: 10px;
}

.radio {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

.radio + label {
  padding-top: 3px;
  padding-left: 25px;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .radio + label {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
}

.radio + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #005BAC;
  border-radius: 50%;
}

.radio:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 4px;
  width: 10px;
  height: 10px;
  background: #005BAC;
  border-radius: 50%;
}

div#contactform dl dt.pad-top-none {
  font-weight: bold;
  padding-top: 0;
}

.top-link {
  margin-top: 80px;
}
@media screen and (max-width: 800px) {
  .top-link {
    margin-top: 30px;
  }
}

header {
  background-color: #fff;
  width: auto;
  padding: 20px;
}
@media screen and (max-width: 700px) {
  header {
    padding: 16px;
    line-height: 1;
    margin-top: 0;
  }
}

#contents {
  margin-top: 40px;
  padding: 60px;
}
#contents h1 {
  margin: -60px -60px 20px;
}
@media screen and (max-width: 700px) {
  #contents {
    padding: 0 10px 10px;
  }
  #contents h1 {
    margin: -10px -10px 10px;
  }
}

.caption {
  font-weight: bold;
  margin: 16px 0 0 !important;
  padding: 16px !important;
  background-color: #EFEFEF;
}

div#contactform dl dt.title-required {
  padding-top: 5px;
}

#logo {
  margin-bottom: 0;
}

#submit {
  margin-bottom: 0;
}

a.btn01 {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 120px;
  margin: 30px auto 0;
  padding: 1rem 4rem;
  font-weight: bold;
  border: 2px solid #ff6c00;
  color: #ff6c00;
  border-radius: 100vh;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 700px) {
  a.btn01 {
    margin-bottom: 60px;
  }
}

a.btn01:hover {
  color: #fff;
  background: #ff6c00;
}

a.btn_disabled {
  border: 2px solid #999999;
  color: #666666;
  pointer-events: none;
  opacity: 0.7;
}

a.btn02 {
  text-align: center;
  text-decoration: none;
  width: 120px;
  margin: 30px auto 0;
  padding: 1rem 2rem;
  font-size: 11px;
  font-weight: bold;
  border: 2px solid #EFEFEF;
  color: #333;
  border-radius: 100vh;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 700px) {
  a.btn02 {
    margin-bottom: 60px;
  }
}

a.btn02:hover {
  background: #EFEFEF;
}

a.btn03 {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 140px;
  margin: 30px auto 0;
  padding: 1rem 4rem;
  font-weight: bold;
  border: 2px solid #005BAC;
  color: #005BAC;
  border-radius: 100vh;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 700px) {
  a.btn03 {
    margin-bottom: 60px;
  }
}

a.btn03:hover {
  color: #fff;
  background: #005BAC;
}

.arrow {
  position: relative;
  display: inline-block;
  padding: 10px 10px;
}

.arrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #ff6c00;
  border-right: solid 2px #ff6c00;
  position: absolute;
  left: 0;
  top: 6px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

@media screen and (max-width: 800px) {
  .summary_caption {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5714285714;
    letter-spacing: 0.05rem;
  }
}

.summary_note {
  margin-top: 1em;
}
@media screen and (max-width: 800px) {
  .summary_note {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5714285714;
    letter-spacing: 0.05rem;
  }
}

::-webkit-input-placeholder {
  color: #AAAAAA;
}

::-moz-placeholder {
  color: #AAAAAA;
}

:-ms-input-placeholder {
  color: #AAAAAA;
}

::-ms-input-placeholder {
  color: #AAAAAA;
}

::placeholder {
  color: #AAAAAA;
}

.attn-head {
  font-size: 100%;
  font-weight: bold;
  color: #d80b14;
  background: transparent;
}

.check_wrap {
  text-align: center;
  text-align: center;
  font-size: 16px;
  background: #e3effd;
  padding: 11px;
}
.check_wrap label {
  font-size: 18px;
  margin-left: 5px;
  cursor: pointer;
  color: #005BAC;
  font-weight: 700;
  opacity: 0.8;
}
z .check_wrap label:hover {
  opacity: 1;
}
.check_wrap input:disabled + label {
  opacity: 0.6;
  cursor: none;
  color: #333;
}

.ymd_box {
  font-size: 15px;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  padding: 0 10px;
  height: 40px;
}