@charset "utf-8";

/* sub visual */
.sub-visual {
  background-image: url("../image/sub_04/sub_visual.jpg");
}

.frm-wrap {
  text-align: left;
}
.frm-wrap > h4 {
  display: inline-block;
  font-weight: 800;
  font-size: 2.25em;
  letter-spacing: -0.06em;
  position: relative;
}
.frm-wrap > h4:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 30px;
  background-color: #f5c05f;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.frm-wrap .import {
  color: #ad0e0e !important;
}

.guide {
  width: 100%;
  height: auto;
  padding: 2.909em;
  margin: 2em auto 0;
  background-color: #f8f8f8;
  border: 1px solid #959393;
  font-weight: 600;
  font-size: 0.917em;
  line-height: 1.4;
}
.guide h4 {
  padding-bottom: 0.75em;
  margin-bottom: 1em;
  border-bottom: 1px solid;
  font-weight: 800;
  font-size: 1.545em;
  letter-spacing: -0.06em;
}
.guide ol {
  width: 100%;
  height: auto;
  margin-bottom: 1.25em;
}
.guide ol li {
  display: flex;
  margin-bottom: 0.5em;
}
.guide ol li strong {
  display: block;
  width: 1.636em;
  font-weight: 800;
}
.guide ol li span {
  display: block;
  width: calc(100% - 1.636em);
}
.guide h5 {
  margin-top: 1.25em;
  font-weight: 800;
  font-size: 1.364em;
}
.guide ul {
  display: flex;
  flex-wrap: wrap;
  font-weight: normal;
  margin-top: 1.091em;
}
.guide ul li {
  width: 100%;
  margin: 4px 0;
}
.guide ul li.w50 {
  width: 50%;
}
.guide ul li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.455em;
  height: 0.273em;
  margin-right: 0.545em;
  background-color: #000;
}
.guide ul li strong {
  font-weight: 600;
}
.guide ul li:last-child strong {
  font-weight: 800;
  color: #184b85;
}

.guide2 {
  padding: 1.455em;
}
.guide2 ol {
  margin-bottom: 0;
}
.guide2 ol li {
  display: block;
  margin-bottom: 0;
}
.guide2 ol li strong {
  display: inline;
}
.guide2 ol li:nth-child(1) strong {
  color: #ad0e0e;
}
.guide2 ol li:nth-child(2) strong {
  color: #744a18;
}

.write-wrap {
  width: 100%;
  height: auto;
  margin-top: 24px;
}
.write-wrap fieldset {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.write-wrap div[class^="inp"] {
  width: 32.33%;
  margin-top: 1.455em;
  font-weight: 600;
  font-size: 0.917em;
  border-bottom: 1px solid;
}
.write-wrap div[class^="inp"].w50 {
  width: 49%;
}
.write-wrap div[class^="inp"].w66 {
  width: 66%;
}
.write-wrap div[class^="inp"].w100 {
  width: 66%;
}
.write-wrap div[class^="inp"] label {
  display: block;
  min-height: 1.273em;
  font-weight: 800;
  text-align: left;
}
.write-wrap div[class^="inp"] input {
  display: block;
  width: 100%;
  padding: 0.5em 0;
  height: 2.4em;
  font-size: 0.909em;
  outline: none;
}

.write-wrap .inp-date label:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.273em;
  height: 1.273em;
  margin: 0 0.364em;
  background: url("../image/common/ico_calendar.png") 0 0 / 100% no-repeat;
}
.write-wrap .inp-date input {
  background: none;
  width: auto;
}

.write-wrap .inp-textarea {
  width: 100% !important;
  position: relative;
  border-bottom: 0 !important;
}
.write-wrap .inp-textarea label {
  width: 100%;
}
.write-wrap .inp-textarea textarea {
  width: 100%;
  height: 15em;
  padding: 1.2em;
  font-size: 0.909em;
  border: 1px solid;
  outline: none;
  resize: none;
  border-radius: 0;
}
.write-wrap .inp-textarea .placeholder {
  width: 100%;
  height: 15em;
  padding: 1.2em;
  position: absolute;
  top: 1.4em;
  left: 0;
  font-size: 0.909em;
  color: #696969;
  line-height: 1.4;
}

.write-wrap .inp-file {
  position: relative;
}
.write-wrap .inp-file strong {
  font-weight: 800;
}
.write-wrap .inp-file label {
  display: block;
  width: 7.944em;
  height: 2.889em;
  line-height: 2.889em;
  text-align: center !important;
  background-color: #000;
  color: #fff;
  font-weight: 600 !important;
  font-size: 0.818em;
  position: absolute;
  bottom: 0;
  right: 0;
}
.write-wrap .inp-file input[disabled="disabled"] {
  width: calc(100% - 6.818em);
  margin-top: 0.364em;
}
.write-wrap .inp-file input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.write-wrap .agree_ok {
  width: 100%;
  height: auto;
  margin-top: 1.455em;
  font-weight: 600;
  font-size: 0.917em;
}
.write-wrap .agree_ok input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.write-wrap .agree_ok input[type="checkbox"] + label {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.455em;
  position: relative;
  padding-left: 2.182em;
  cursor: pointer;
}
.write-wrap .agree_ok input[type="checkbox"] + label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.455em;
  height: 1.455em;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
}
.write-wrap .agree_ok input[type="checkbox"]:checked + label:after {
  content: "✔";
  position: absolute;
  top: 0.136em;
  left: 0.364em;
}
.write-wrap .agree_ok a {
  display: inline-block;
  vertical-align: middle;
  padding: 0.444em 0.889em;
  background-color: #000;
  color: #fff;
  font-size: 0.818em;
}

.write-wrap .write-but {
  width: 100%;
  height: auto;
  margin-top: 3em;
  text-align: center;
}
.write-wrap .write-but button {
  width: 8.5em;
  height: 2.571em;
  font-weight: 600;
  font-size: 1.167em;
  color: #3b3838;
  border: 1px solid #3b3838;
}
.write-wrap .write-but button[type="submit"] {
  background-color: #3b3838;
  color: #fff;
}
.write-wrap .write-but .save {
  background-color: #3b3838;
  color: #fff;
}

@media screen and (max-width: 926px) {
  .frm-wrap > h4 {
    display: inline;
    background-color: #f5c05f;
    line-height: 1.4;
  }
  .frm-wrap > h4:after {
    display: none;
  }

  .guide {
    padding: 2em;
  }
  .guide ul li.w50 {
    width: 100%;
  }
  .guide2 {
    padding: 1.25em;
  }

  .write-wrap div[class^="inp"] {
    width: 49%;
  }
  .write-wrap div[class^="inp"].w50 {
    width: 100%;
  }
  .write-wrap .write-but button {
    width: 7em;
    font-size: 1.125em;
  }
}
@media screen and (max-width: 414px) {
  .guide {
    padding: 1.5em;
  }
  .write-wrap div[class^="inp"] {
    width: 100%;
  }
  .write-wrap .agree_ok a {
    display: block;
    margin-top: 1em;
    text-align: center;
  }
}
