@charset "UTF-8";
@import url(./common.css);
/*==================================================================*/
/* style css　*/
/*==================================================================*/
.grecaptcha-badge {
  bottom: 90px !important;
}

/* -------------------------------------------- */
/* btn */
/* -------------------------------------------- */
.btn {
  text-align: right;
}
.btn p {
  display: inline-block;
}
.btn p a {
  display: block;
  padding: 0.3em 1em;
  background-color: #cd4400;
  text-decoration: none;
  color: #fff;
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
}
.btn p a i:first-child {
  margin-right: 5px;
}
.btn p a i:last-child {
  margin-left: 5px;
}
.btn p a:hover {
  opacity: .7;
}

input.short {
  width: 100%;
  max-width: 50px;
  margin-bottom: .5em !important;
}

input.middle {
  width: 100%;
  max-width: 200px;
}

.undecided {
  display: block;
  margin-top: 5px;
  padding: .8em;
  border-radius: 5px;
  background: #f1f1f1;
  max-width: fit-content;
  cursor: pointer;
}
.undecided b {
  font-weight: bold;
}

/* -------------------------------------------- */
/* form */
/* -------------------------------------------- */
form {
  margin-bottom: 5em;
}
form h3 {
  margin-bottom: 1em;
  padding: 0 0.5em 0.5em;
  border-bottom: 1px solid #000;
  font-size: 1.3em;
  font-weight: bold;
}
form #btn ul {
  text-align: center;
}
form #btn ul li {
  display: inline-block;
  margin-bottom: 0.5em;
}
form #btn ul li input {
  display: block;
  min-width: 250px;
  padding: 0.5em 2em;
  border: none;
  background-color: #cd4400;
  color: #fff;
  -webkit-appearance: none;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  border-radius: 5px;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
form #btn ul li.left input {
  background-color: #333;
}
form #btn ul li .b-btn {
  transition: all 0.2s linear;
}
form .privacy-agree {
  margin-bottom: 1em;
  text-align: center;
}
form .privacy-agree label {
  cursor: pointer;
}
form .privacy-agree a {
  text-decoration: underline;
}
form .privacy-agree a:hover {
  text-decoration: none;
}

/* -------------------------------------------- */
/*photoupload*/
/* -------------------------------------------- */
form .photoupload {
  margin: 1em auto;
  padding: 0.7em;
  background: #f1f1f1;
  text-align: center;
}

.hover {
  background: #e5e5d8 !important;
}

form .photoupload #drag-drop-area {
  border: 3px dotted #ccc;
  padding: 1em;
}

form .photoupload #drag-drop-area {
  border: 3px dotted #ccc;
  padding: 1em;
}

form .photoupload #drag-drop-area p {
  color: #bbb;
  font-size: 0.8em;
  line-height: 2;
}

form .photoupload #drag-drop-area p i {
  font-size: 3em;
}

form .photoupload #drag-drop-area p.drag-drop-info {
  font-size: 1.1em;
  line-height: 1.2;
}

form .photoupload #drag-drop-area a.button {
  display: inline;
  padding: 5px;
  position: relative;
  font-size: 0.9em;
  z-index: 1;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #F7F7F7;
  text-decoration: none;
}

#drag-drop-area label {
  display: inline;
  padding: 5px;
  position: relative;
  font-size: 0.9em;
  z-index: 1;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #F7F7F7;
  text-decoration: none;
}

#drag-drop-area .upload-area ul {
  letter-spacing: -0.4em;
  text-align: center;
}

#drag-drop-area .upload-area ul li {
  margin-bottom: 15px;
  padding: 0 10px;
  letter-spacing: normal;
  width: 165px;
  position: relative;
  text-align: left;
  vertical-align: top;
  display: inline-block;
}

#drag-drop-area .upload-area ul li img {
  width: 100%;
}

#drag-drop-area .upload-area ul li span.delete-image {
  background: rgba(248, 248, 248, 0.9) none repeat scroll 0 0;
  border: 1px solid #c4ccce;
  border-radius: 100%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  color: #666666;
  display: block;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  left: 10px;
  text-align: center;
  top: -10px;
  vertical-align: middle;
  width: 30px;
  text-decoration: none;
  font-weight: bold;
}

#drag-drop-area .upload-area ul li span.delete-image:hover {
  opacity: 0.6;
}

/*アップロード済み*/
form .settled .fa-picture-o {
  display: none;
}

form .settled .drag-drop-info {
  font-size: 0.9em;
  line-height: 0.5;
}

/* -------------------------------------------- */
/* thanks */
/* -------------------------------------------- */
#thanks h2 {
  margin-bottom: 0.5em;
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
}
#thanks .read {
  text-align: center;
}
#thanks .close {
  color: #fff;
  text-align: center;
}
#thanks .close p {
  display: inline-block;
}
#thanks .close p a {
  display: block;
  padding: .4em 1em;
  border: 1px solid #333;
  border-radius: 5px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
}
#thanks .close p a:hover {
  background-color: #333;
  color: #fff;
}

/*===========================================================================*/
/*  phone  */
/*===========================================================================*/
@media screen and (max-width: 1025px) {
  /* btn
  ------------------------------------------------------------------------ */
  .btn p a {
    font-size: 1.4em;
  }

  /* howto
  ------------------------------------------------------------------------ */
  .howto .inner .detail {
    float: none;
    width: auto;
  }
  .howto .inner .photo {
    float: none;
    width: auto;
    text-align: center;
  }
  .howto .example dl dd {
    padding: 0.5em 1em;
  }
  .howto .example .btn-excel p a {
    font-size: 1.2em;
  }

  /* thanks
  ------------------------------------------------------------------------ */
  #thanks h2 {
    font-size: 1.6em;
  }
  #thanks .read {
    text-align: left;
  }
}
/*===========================================================================*/
/*  phone  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  .grecaptcha-badge {
    bottom: 150px !important;
  }

  /* btn
  ------------------------------------------------------------------------ */
  .btn {
    margin-bottom: 1.5em;
  }
  .btn p {
    display: block;
  }
  .btn p a {
    padding-bottom: 0.2em;
    font-size: 1.3em;
  }

  /* howto
  ------------------------------------------------------------------------ */
  .howto h2 {
    font-size: 1.1em;
  }
  .howto dl dd {
    padding: 0.5em;
    font-size: 0.9em;
  }
  .howto .example .btn-excel p a {
    font-size: 0.9em;
  }
  .howto .example .btn-excel p a .fa-angle-right {
    margin-left: 0.5em;
  }
  .howto .bikou .fax {
    padding-left: 0;
    text-align: center;
  }
  .howto .bikou .fax p {
    padding: 0 0.5em;
  }
  .howto .bikou .fax p span {
    font-size: 1.2em;
  }

  /* thanks
  ------------------------------------------------------------------------ */
  #thanks h2 {
    font-size: 1.2em;
    line-height: 1.4;
  }
  #thanks .read {
    width: 100%;
  }
}
