@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-size: 1rem;
  font-family: "ヒラギノ角ゴシック", "メイリオ", Arial, sans-serif;
  color: #555;
}

a {
  text-decoration: underline;
  color: #006699;
}
a:hover {
  text-decoration: none;
}
a.finish {
  max-width: 300px;
  width: 100%;
  display: block;
  margin: 50px auto;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  background: #6392d3;
  border-radius: 5px;
  line-height: 1.6;
  padding: 20px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
a.finish span {
  font-size: 0.8rem;
  vertical-align: 2px;
  padding-right: 5px;
  display: inline-block;
}
a.finish:hover {
  background: #2d6dc1;
}

img {
  vertical-align: bottom;
}

@media screen and (max-width: 1080px) {
  .dp_pc {
    display: none !important;
  }
}
@media screen and (min-width: 1081px) {
  .dp_sp {
    display: none !important;
  }
}
#header {
  border-top: 5px solid #59a697;
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 640px) {
  #header {
    height: 60px;
  }
  #header .logo h1 img {
    width: 277px;
    height: 31px;
  }
}
#container {
  max-width: 1100px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 35px 10px;
}
#container h2 {
  background: #59a697;
  color: #fff;
  text-align: center;
  margin: 10px auto 20px;
  padding: 10px;
  line-height: 1.5;
  max-width: 840px;
  width: 100%;
  font-size: 2.7rem;
  letter-spacing: 0.2rem;
  border-radius: 50px;
  box-sizing: border-box;
}
#container p {
  font-size: 1.6rem;
}
#container p.head {
  text-align: center;
  letter-spacing: 0.2rem;
  line-height: 1.6;
  padding-bottom: 10px;
}
#container p.caution {
  text-align: center;
  letter-spacing: 0.2rem;
  font-size: 1.7rem;
  line-height: 1.8;
  padding-bottom: 15px;
  color: #cc6600;
  margin: 0 auto;
}
#container p.caution span {
  display: inline;
  padding: 0 3px 3px;
  background: linear-gradient(transparent 50%, #f9f2c1 0%);
}
#container .errorBox {
  max-width: 640px;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  margin: 10px auto 25px;
  background: #fff1f1;
  border: 1px solid #f4e2e2;
  color: #cc0000;
}
#container .area {
  border-top: 1px solid #ddd;
  padding: 15px 5px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
  box-sizing: border-box;
}
#container .area .item {
  width: 31%;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  line-height: 1.2;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  padding-right: 8%;
}
#container .area .item span {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0;
  padding-top: 5px;
  font-weight: 300;
}
#container .area .item strong {
  position: absolute;
  font-size: 1.2rem;
  color: #fff;
  background: #ef8893;
  width: 40px;
  text-align: center;
  line-height: 18px;
  border-radius: 3px;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 400;
}
#container .area .input {
  width: 69%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  word-wrap: break-word;
}
#container .area .input p {
  line-height: 1.8;
  width: 100%;
}
#container .area .input p.small {
  font-size: 1.4rem;
}
#container .area .input p strong {
  display: inline-block;
  min-width: 45px;
}
#container .area .input div.box {
  padding: 7px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 25px;
}
#container .area .input div.box span {
  margin-right: 5px;
}
#container .area .input div.box label {
  margin-right: 20px;
  padding: 5px 0;
}
#container .area .input div.box label.line {
  width: 100%;
}
#container .area .input div.box.single {
  margin-right: 0 !important;
}
#container .area .input div.box p.indent {
  text-indent: -1.6rem;
  padding-left: 2rem;
}
#container .area .input div.box p.fib_check_text {
  color: #ef8893;
  font-weight: bold;
  margin: 0 0 0 65px;
}
#container .area .input div.box label.fib_check {
  margin-left: 63px;
}
#container .area .input div.error {
  width: 100%;
  margin-top: 7px;
  color: #c00;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  background: url("../img/icon_error.png") no-repeat;
  background-size: 20px 17px;
  padding: 1px 0 0 25px;
  box-sizing: border-box;
}
#container .area .input div.line {
  padding: 7px 0;
  width: 100%;
}
#container .area .input div.line label {
  margin-right: 10px;
}
#container .area .input div.line.calendar span {
  cursor: pointer;
}
#container .area .input div.line.calendar span img {
  width: 36px;
  height: 36px;
  vertical-align: middle;
}
#container .area .input.fib_frame .fib_box {
  margin-right: 0;
}
#container .area .input.fib_frame .fib_box div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#container .area .input.fib_frame .fib_box div:not(:last-child) {
  margin-right: 15px;
}
#container .area .input.fib_frame .fib_box div span label {
  padding: 3px 0;
  margin: 0 5px 0 0;
  display: block;
}
#container .area .input.fib_frame .fib_box div span label span {
  color: #ef8893;
  font-weight: bold;
  display: block;
  font-size: 1.3rem;
  padding-left: 23px;
  padding-top: 5px;
}
#container .area .input.fib_frame .fib_box div span.num {
  padding-right: 5px;
}
#container .area .input.fib_frame .fib_box div span:last-of-type {
  margin-right: 0;
}
#container .area .input.fib_frame .fib_box div .error {
  margin-left: 50px;
}
#container .area .input.fib_frame .fib_multiple {
  margin-top: 10px;
}
#container .area .input.fib_frame .box_hide {
  padding: 6px 12px 12px;
  width: 100%;
  background: #fcfaf5;
  border: 1px solid #eeebe3;
}
#container .area .input.fib_frame .box_hide .fib_box {
  width: 100%;
  box-sizing: border-box;
}
#container .area .input.fib_frame .box_hide .fib_box:not(:first-child) {
  margin-top: 10px;
  padding-top: 20px !important;
  border-top: 1px dashed #ddd;
}
#container .area .input.fib_frame .notice_area {
  display: block;
}
#container .area .input.fib_frame .notice_area span[class*=_metering_notice] {
  color: #ef8893;
  font-weight: bold;
  display: block;
  font-size: 1.3rem;
  margin-bottom: 5px;
  padding-top: 5px;
}
#container .area:last-of-type {
  border-bottom: 1px solid #ddd;
}

#footer {
  border-bottom: 5px solid #59a697;
  padding: 20px 0;
  box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.1);
  margin-top: 35px;
  width: 100%;
}
#footer div {
  display: flex;
  justify-content: center;
}
#footer div a {
  font-size: 1.4rem;
  color: #666;
  display: inline-block;
  padding: 5px 15px;
}
#footer small {
  display: block;
  text-align: center;
  font-size: 1.1rem;
  padding-top: 15px;
}

@media screen and (max-width: 1080px) {
  #container {
    padding: 20px 10px;
  }
  #container h2 {
    margin: 10px auto;
    padding: 10px;
    line-height: 1.3;
    max-width: 350px;
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
  #container p {
    font-size: 1.4rem;
  }
  #container p.head {
    letter-spacing: 0.05rem;
  }
  #container p.caution {
    letter-spacing: 0.1rem;
    font-size: 1.4rem;
    padding-bottom: 10px;
  }
  #container p.caution span {
    display: inline;
    padding: 0 3px 3px;
    background: linear-gradient(transparent 50%, #f9f2c1 0%);
  }
  #container .errorBox {
    padding: 20px 5px;
  }
  #container .errorBox p {
    font-size: 1.4rem;
  }
  #container .area {
    padding: 15px 0px;
    display: block;
    min-height: auto;
  }
  #container .area .item {
    width: 100%;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 12px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  #container .area .item span {
    display: block;
    font-size: 1.4rem;
    letter-spacing: 0;
    padding-top: 8px;
    width: 100%;
  }
  #container .area .item strong {
    position: relative;
    content: "必須";
    right: auto;
    top: auto;
    transform: translateY(0);
    margin-left: 7px;
  }
  #container .area .input {
    width: 100%;
    display: block;
    align-items: center;
    flex-wrap: wrap;
    letter-spacing: 0.1rem;
    font-size: 1.4rem !important;
    box-sizing: border-box !important;
  }
  #container .area .input div.box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 0 !important;
    padding: 7px 0;
  }
  #container .area .input div.box span {
    margin-right: 5px;
  }
  #container .area .input div.box span.calendar {
    cursor: pointer;
  }
  #container .area .input div.box span.calendar img {
    width: 36px;
    height: 36px;
  }
  #container .area .input div.box p.small {
    font-size: 1.4rem;
  }
  #container .area .input div.box p.indent {
    text-indent: -1.6rem;
    padding-left: 2rem;
    line-height: 1.5;
  }
  #container .area .input div.box p.fib_check_text {
    color: #ef8893;
    font-weight: bold;
    margin: 0;
  }
  #container .area .input div.box label {
    margin-right: 0;
    letter-spacing: 0;
    display: block !important;
    width: 100%;
    padding: 10px 0;
  }
  #container .area .input div.box label.line input[type=text] {
    margin-top: 7px;
  }
  #container .area .input div.box label.fib_check {
    margin-left: 0;
    margin-top: -10px;
  }
  #container .area .input div.error {
    font-size: 1.4rem;
    padding: 3px 0 3px 25px;
  }
  #container .area .input div.line {
    width: 100%;
    padding: 0;
  }
  #container .area .input div.line label {
    margin-right: 10px;
  }
  #container .area .input div.line.calendar input {
    width: calc(100% - 50px);
  }
  #container .area .input.fib_frame .fib_box {
    margin-right: 0;
    padding: 10px;
    display: block;
  }
  #container .area .input.fib_frame .fib_box div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #container .area .input.fib_frame .fib_box div:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  #container .area .input.fib_frame .fib_box div span label {
    padding: 3px 0 !important;
    margin: 0 5px 0 0;
  }
  #container .area .input.fib_frame .fib_box div span.num {
    padding-right: 7px;
    width: 50px;
    box-sizing: border-box;
    font-weight: bold;
  }
  #container .area .input.fib_frame .fib_box div span:last-of-type {
    margin-right: 0;
  }
  #container .area .input.fib_frame .fib_box div .error {
    margin-left: 50px;
  }
  #container .area .input.fib_frame .fib_multiple {
    margin-top: 10px;
  }
  #container .area .input.fib_frame .box_hide {
    width: 100%;
    box-sizing: border-box;
    padding-top: 10px;
    margin-top: 20px;
  }
  #container .area .input.fib_frame .box_hide .fib_box {
    width: 100%;
  }
  #container .area:last-of-type {
    border-bottom: 1px solid #ddd;
  }
}
input[type=submit],
input[type=text],
select,
textarea,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
  letter-spacing: 0.05rem;
}

input[type=text] {
  width: 80px;
}

.fib_frame input[type=text] {
  width: 55px;
  margin-right: 2px;
}

input[type=text].text {
  width: 299px;
}

input[type=text].text_l {
  width: 530px;
}

textarea {
  width: 100%;
  min-height: 200px;
}

input[type=text],
textarea {
  background: #eee;
  font-size: 1.5rem;
  padding: 15px 10px;
  box-sizing: border-box;
  transition: 0.8s;
  border-radius: 0;
  border-radius: 3px;
  margin-right: 5px;
}

input[type=text]:focus,
textarea:focus {
  background: #ddd;
}

textarea[name=content] {
  display: inline-block;
  width: 100%;
  height: 200px;
}

input::placeholder,
textarea::placeholder {
  color: #999;
}

::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

::-moz-placeholder {
  color: #999;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

button {
  border-radius: 3px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 330px;
  display: block;
  letter-spacing: 0.3rem;
  background: #59a697;
  color: #fff;
  font-size: 2.1rem;
  line-height: 70px;
  cursor: pointer;
  transition: 0.3s;
}

button:hover {
  opacity: 0.7;
}

button.back {
  background: #a1a1a1;
}

input[type=checkbox],
input[type=radio],
label {
  cursor: pointer;
  margin-right: 5px;
  display: inline-block;
}
input[type=checkbox] img,
input[type=radio] img,
label img {
  width: 20px;
  height: 16px;
  vertical-align: -1px;
  padding: 0 0 0 3px;
}

@media screen and (max-width: 1080px) {
  input[type=text].text {
    width: 100%;
  }

  input[type=text].text_l {
    margin-top: 10px;
    width: 100%;
  }

  textarea {
    min-height: 100px;
    margin-top: 5px;
  }

  button {
    line-height: 50px;
    margin-top: 30px;
  }
}

/*# sourceMappingURL=style.css.map */
