@charset "UTF-8";
/* ---------------------------------------
  TITLE : HANSHIN Tigers
  URI : hanshintigers.jp
  (C) HANSHIN Tigers.
--------------------------------------- */
@import url(../css/destyle.css);
/* STRUCTURES
--------------------------------------- */
.flexbox {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.center {
  text-align: center;
}

ul.indent li {
  margin-left: 1em;
  text-indent: -1em;
}

body {
  min-width: 1024px;
  font-family: 'メイリオ', Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
}

.c-pink {
  color: #ff5a9c;
}

.hide_pc {
  display: none;
}

.hide_sp {
  display: block;
}

.red-box {
  background: #ffe0e0;
  padding: 20px;
}

.normal-box {
  border: 1px solid #000000;
  padding: 20px;
}

img {
  -webkit-backface-visibility: hidden;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  }

  .hide_sp {
    display: none;
  }

  .hide_pc {
    display: block;
  }

  .red-box {
    padding: 15px;
  }

  .normal-box {
    padding: 15px;
  }
}
header {
  background: #ff5a9c url(/home/selection2023/img/bg_header.gif) no-repeat center center;
  position: relative;
  color: #FFFFFF;
}
header h1 {
  position: absolute;
  top: 10px;
  right: 10px;
}
header h1 img {
  height: 24px;
  width: auto;
}
header h1 a {
  display: block;
}
header.top {
  padding: 60px 0 50px 0;
}
header.top .wrap {
  width: 980px;
  margin: 0 auto;
}
header.top .flexbox {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header.top .flexbox h2 {
  width: 700px;
  height: 110px;
  text-indent: -9999px;
  background: transparent url(/home/selection2023/img/title.png) no-repeat top center;
  background-size: contain;
}
header.top .info {
  margin: -140px 0 0 280px;
}
header.top .info p.period {
  width: 702px;
  height: 46px;
  text-indent: -9999px;
  background: transparent url(/home/selection2023/img/p_period.png) no-repeat top center;
  background-size: contain;
  margin: 20px 0;
}
header.top .info p.lead {
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-left: 10px;
}
header.second {
  padding: 30px 0;
}
header.second h2 a {
  display: block;
  width: 910px;
  height: 80px;
  text-indent: -9999px;
  background: transparent url(/home/selection2023/img/title_long.png) no-repeat top center;
  background-size: contain;
  margin: 0 auto;
}

footer {
  background: #ff5a9c;
  text-align: center;
  padding: 20px 0;
  color: #FFFFFF;
}
footer p.copy {
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  header {
    background-size: 100% auto;
  }
  header h1 {
    top: 0;
    right: 5px;
  }
  header h1 img {
    height: 18px;
    width: auto;
  }
  header.top {
    padding: 40px 10px 20px 10px;
  }
  header.top .wrap {
    width: auto;
    margin: 0 auto;
  }
  header.top .flexbox .mark {
    width: 40%;
    margin-right: 10px;
  }
  header.top .flexbox .mark img {
    width: 100%;
    height: auto;
  }
  header.top .flexbox h2 {
    width: 100%;
    height: 0;
    padding-top: 34.502%;
    background: transparent url(/home/selection2023/img/title_sp.png) no-repeat top center;
    background-size: contain;
  }
  header.top .info {
    margin: 10px 0;
  }
  header.top .info p.period {
    width: 100%;
    height: 0;
    padding-top: 16.666%;
    background: transparent url(/home/selection2023/img/p_period_sp.png) no-repeat top center;
    background-size: contain;
    margin: 0 0 15px 0;
  }
  header.top .info p.lead {
    font-size: 14px;
  }
  header.second {
    padding: 30px 0 20px 0;
  }
  header.second h2 a {
    width: 100%;
    height: 0px;
    padding-top: 17.142%;
    background: transparent url(/home/selection2023/img/title_long_sp.png) no-repeat top center;
    background-size: contain;
    margin: 0 auto;
  }
}
section {
  width: 980px;
  border-bottom: 1px dashed #ff5a9c;
  margin: 0 auto;
  padding: 40px 0;
}
section#aboutMovie {
  border-bottom: none;
}
section h3 {
  color: #ff5a9c;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
section#schedule dl {
  border: 1px solid #ff5a9c;
}
section#schedule dl dt {
  background: #ff5a9c;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding: 10px;
}
section#schedule dl dd {
  padding: 20px;
}
section#schedule dl dd h5 {
  font-weight: bold;
  color: #ff5a9c;
}
section#schedule dl dd p {
  margin-top: 10px;
}
section#schedule div.arrow {
  margin: 15px auto 10px auto;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #ff5a9c;
}
section#schedule div.decision {
  background: #ff5a9c;
  padding: 24px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 30px;
}
section#schedule div.decision p {
  font-weight: bold;
  font-size: 18px;
}
section#schedule .border-box {
  border: 2px solid #ff91c0;
  padding: 15px;
  margin: 10px 0 0 0;
  font-size: 14px;
}
section#schedule .red-box p {
  font-size: 15px;
  line-height: 1.5;
}
section#eligibility .normal-box ul li {
  line-height: 1.6;
}
section#entry dl {
  margin-top: 20px;
}
section#entry dl dt span {
  font-size: 20px;
}
section#entry dl dd {
  margin-top: 10px;
  line-height: 1.5;
}
section#entry .btn-entry {
  margin: 40px auto 0 auto;
  width: 500px;
}
section#entry .btn-entry a {
  display: block;
  text-align: center;
  background: #ffecf4;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  padding: 20px;
  border: 2px solid #ff5a9c;
  color: #ff5a9c;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
section#entry .btn-entry a:hover {
  background: #ff5a9c;
  color: #FFFFFF;
}
section#entry .btn-entry span.off {
  display: block;
  text-align: center;
  background: #f1f1f1;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  padding: 20px;
  border: 2px solid #cccccc;
  color: #888888;
  line-height: 1.2;
}
section#entry .btn-entry span.off small {
  display: block;
  font-size: 18px;
}
section#aboutMovie h3 {
  margin-bottom: 0;
}
section#aboutMovie .flex-wp {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section#aboutMovie .flex-wp .unit {
  width: 470px;
  margin-top: 40px;
}
section#aboutMovie .flex-wp .unit h4.b_line {
  border-bottom: 2px solid #ff5a9c;
  padding: 5px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
section#aboutMovie .flex-wp .unit .normal-table {
  width: 100%;
}
section#aboutMovie .flex-wp .unit .normal-table thead th,
section#aboutMovie .flex-wp .unit .normal-table thead td {
  background: #e1e1e1;
  text-align: center;
}
section#aboutMovie .flex-wp .unit .normal-table th,
section#aboutMovie .flex-wp .unit .normal-table td {
  font-weight: normal;
  font-size: 14px;
  padding: 10px 15px;
  border: 1px solid #000000;
  vertical-align: middle;
}
section#aboutMovie .flex-wp .unit .normal-table th {
  background: #f2f2f2;
  white-space: nowrap;
}
section#aboutMovie .flex-wp .unit .normal-table td {
  line-height: 1.5;
}
section#aboutMovie .flex-wp .unit .normal-table td.bg {
  text-align: center;
  background: #ffecf4;
}
section#aboutMovie .flex-wp .unit .normal-table td.center {
  line-height: 1.2;
}
section#aboutMovie .flex-wp .unit .normal-table td.center small {
  font-size: 13px;
}
section#aboutMovie .flex-wp .unit .normal-table + ul.indent {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
}
section#aboutMovie .flex-wp .unit .flexbox {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section#aboutMovie .flex-wp .unit .flexbox .ex {
  width: 260px;
}
section#aboutMovie .flex-wp .unit .flexbox .ex img {
  width: 100%;
  height: auto;
}
section#aboutMovie .flex-wp .unit .flexbox ul {
  width: 390px;
}
section#aboutMovie .flex-wp .unit .flexbox ul li {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  section {
    width: auto;
    margin: 0 4%;
    padding: 30px 0;
  }
  section h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  section#schedule dl dt {
    font-size: 16px;
  }
  section#schedule dl dd {
    padding: 15px;
  }
  section#schedule dl dd h5 {
    font-weight: 15px;
  }
  section#schedule dl dd p {
    font-size: 14px;
    line-height: 1.5;
  }
  section#schedule div.arrow {
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    border-top: 24px solid #ff5a9c;
  }
  section#schedule div.decision {
    margin-bottom: 20px;
  }
  section#schedule div.decision p {
    font-weight: bold;
    font-size: 18px;
  }
  section#schedule .border-box {
    font-size: 13px;
  }
  section#schedule .red-box p {
    font-size: 14px;
    line-height: 1.5;
  }
  section#eligibility .normal-box ul li {
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 5px;
  }
  section#entry dl {
    margin-top: 20px;
  }
  section#entry dl dt {
    font-size: 16px;
  }
  section#entry dl dt span {
    font-size: 18px;
  }
  section#entry dl dd {
    margin-top: 5px;
    font-size: 14px;
  }
  section#entry .btn-entry {
    margin: 20px auto 0 auto;
    width: 280px;
  }
  section#entry .btn-entry a {
    font-size: 18px;
    padding: 20px;
  }
  section#entry .btn-entry span.off {
    font-size: 18px;
    line-height: 1.3;
    padding: 10px;
  }
  section#entry .btn-entry span.off small {
    font-size: 14px;
  }
  section#aboutMovie h3 {
    margin-bottom: 0;
  }
  section#aboutMovie .flex-wp {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  section#aboutMovie .flex-wp .unit {
    width: auto;
    min-width: 100%;
    margin: 30px auto 0 auto;
  }
  section#aboutMovie .flex-wp .unit h4.b_line {
    font-size: 18px;
    margin-bottom: 20px;
  }
  section#aboutMovie .flex-wp .unit .normal-table.details th {
    white-space: nowrap;
  }
  section#aboutMovie .flex-wp .unit .normal-table th,
  section#aboutMovie .flex-wp .unit .normal-table td {
    font-size: 13px;
    padding: 10px;
  }
  section#aboutMovie .flex-wp .unit .normal-table th {
    white-space: break-spaces;
    line-height: 1.2;
  }
  section#aboutMovie .flex-wp .unit .normal-table td {
    line-height: 1.5;
  }
  section#aboutMovie .flex-wp .unit .normal-table td.bg {
    text-align: center;
    background: #ffecf4;
  }
  section#aboutMovie .flex-wp .unit .normal-table td.center {
    line-height: 1.2;
  }
  section#aboutMovie .flex-wp .unit .normal-table td.center small {
    font-size: 13px;
  }
  section#aboutMovie .flex-wp .unit .normal-table + ul.indent {
    font-size: 13px;
    line-height: 1.5;
  }
  section#aboutMovie .flex-wp .unit .flexbox {
    display: block;
  }
  section#aboutMovie .flex-wp .unit .flexbox .ex {
    width: 280px;
    margin: 0 auto;
  }
  section#aboutMovie .flex-wp .unit .flexbox ul {
    width: auto;
  }
  section#aboutMovie .flex-wp .unit .flexbox ul li {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}
.form {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.form p.em {
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
}
.form .errorMsg {
  background: #ffe0e0;
  padding: 30px 20px 20px 20px;
  border: 1px solid #ff0000;
  margin-top: 60px;
}
.form .errorMsg ul li {
  font-size: 15px;
  color: #ff0000;
  margin-bottom: 8px;
}
.form .terms ul.indent li {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 5px;
}
.form .terms .agree {
  text-align: center;
  width: 300px;
  margin: 20px auto 10px auto;
  background: #ffecf4;
  padding: 20px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.form .terms .agree:hover {
  color: #ff5a9c;
}
.form .profile > p.em {
  margin-top: 0;
}
.form .profile .unit {
  border: 1px solid #000000;
  border-bottom: none;
}
.form .profile .unit dl {
  display: table;
  border-bottom: 1px solid #000000;
  width: 100%;
}
.form .profile .unit dl dt,
.form .profile .unit dl dd {
  display: table-cell;
  vertical-align: middle;
  padding: 15px;
  font-size: 15px;
  font-weight: normal;
}
.form .profile .unit dl dt p.note,
.form .profile .unit dl dd p.note {
  margin: 0 0 5px 1em;
  text-indent: -1em;
}
.form .profile .unit dl dt p.note.red,
.form .profile .unit dl dd p.note.red {
  color: #ff0000;
}
.form .profile .unit dl dt {
  width: 280px;
  background: #f1f1f1;
  border-right: 1px solid #000000;
}
.form .profile .unit.confirm dd {
  color: #f30061;
}
.form .upload {
  border-bottom: none;
}
.form .upload p.center {
  line-height: 1.5;
}
.form .upload ul.indent {
  margin: 20px 0 30px 0;
  text-align: center;
}
.form .upload ul.indent li {
  line-height: 1.5;
  font-size: 14px;
  color: #ff0000;
}
.form .upload .flex-wp {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.form .upload .flex-wp .file_upload {
  width: 475px;
  background: #ffecf4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
  text-align: center;
  padding-bottom: 24px;
}
.form .upload .flex-wp .file_upload:nth-child(even) {
  margin-left: 30px;
}
.form .upload .flex-wp .file_upload.hide {
  display: none;
}
.form .upload .flex-wp .file_upload h4 {
  background: #ff5a9c;
  padding: 10px;
  color: #FFFFFF;
}
.form .upload #btn-add {
  cursor: pointer;
  display: block;
  width: 200px;
  background: #e8e8e8;
  padding: 10px;
  color: #333333;
  text-align: center;
  margin: 0 auto 60px auto;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.form .upload #btn-add:hover {
  background: #000000;
  color: #FFFFFF;
}
.form .upload #btn-add span {
  position: relative;
  width: 20px;
  height: 20px;
  background: #333333;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  vertical-align: sub;
}
.form .upload #btn-add span::before, .form .upload #btn-add span::after {
  position: absolute;
  top: 9px;
  left: 50%;
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  border-top: 2px solid #FFF;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.form .upload #btn-add span::after {
  top: 3px;
  left: -2px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.form .complete {
  padding: 60px 0;
  border-bottom: none;
}
.form .complete div.comment {
  margin: 0 0 60px 0;
  background: #ffecf4;
  text-align: center;
  padding: 40px;
}
.form .complete div.comment h4 {
  text-align: center;
  color: #ff5a9c;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.form footer {
  margin-top: auto;
}

.btn-area {
  margin: 40px auto 30px auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-area .btn-next a,
.btn-area .btn-next input {
  width: 470px;
  margin: 0 10px;
  display: block;
  text-align: center;
  background: #ffecf4;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  padding: 20px;
  border: 2px solid #ff5a9c;
  color: #ff5a9c;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-area .btn-next a:hover,
.btn-area .btn-next input:hover {
  background: #ff5a9c;
  color: #FFFFFF;
}
.btn-area .btn-prev a,
.btn-area .btn-prev input {
  width: 470px;
  margin: 0 10px;
  display: block;
  text-align: center;
  background: #f1f1f1;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  padding: 20px;
  border: 2px solid #999999;
  color: #999999;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-area .btn-prev a:hover,
.btn-area .btn-prev input:hover {
  background: #999999;
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .form p.em {
    margin: 20px 0;
    text-align: left;
    font-size: 14px;
  }
  .form p.center {
    text-align: left;
  }
  .form .errorMsg {
    padding: 15px;
    margin-top: 30px;
  }
  .form .errorMsg ul li {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .form .terms ul.indent li {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .form .terms .agree {
    width: 240px;
    padding: 15px;
  }
  .form .profile .unit dl {
    display: block;
  }
  .form .profile .unit dl dt,
  .form .profile .unit dl dd {
    display: block;
    vertical-align: middle;
    padding: 10px;
  }
  .form .profile .unit dl dt p.note,
  .form .profile .unit dl dd p.note {
    font-size: 14px;
  }
  .form .profile .unit dl dt p.note.red,
  .form .profile .unit dl dd p.note.red {
    color: #ff0000;
  }
  .form .profile .unit dl dt {
    width: auto;
    border-right: none;
    font-size: 14px;
  }
  .form .upload {
    border-bottom: none;
  }
  .form .upload p.center {
    text-align: left;
    font-size: 14px;
  }
  .form .upload ul.indent {
    margin: 10px 0 20px 0;
    text-align: left;
  }
  .form .upload ul.indent li {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .form .upload .flex-wp .file_upload {
    width: 100%;
    margin: 0 0 20px 0;
    padding-bottom: 20px;
  }
  .form .upload .flex-wp .file_upload:nth-child(even) {
    margin-left: 0;
  }
  .form .upload #btn-add {
    margin: 0 auto 40px auto;
  }
  .form .upload #btn-add:hover {
    background: #e8e8e8;
    color: #333333;
  }
  .form .complete {
    padding: 30px 0;
    border-bottom: none;
  }
  .form .complete div.comment {
    margin: 0 0 20px 0;
    padding: 30px 20px;
  }
  .form .complete div.comment h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .form .complete div.comment p {
    text-align: left;
    font-size: 14px;
  }

  .btn-area {
    margin: 20px auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .btn-area .btn-next a,
  .btn-area .btn-next input,
  .btn-area .btn-prev a,
  .btn-area .btn-prev input {
    width: 250px;
    font-size: 18px;
    font-weight: bold;
    padding: 15px;
    margin: 0 auto;
  }
  .btn-area .btn-next a:hover,
  .btn-area .btn-next input:hover {
    background: #ffecf4;
    color: #ff5a9c;
  }
  .btn-area .btn-prev {
    margin-top: 20px;
  }
  .btn-area .btn-prev a:hover,
  .btn-area .btn-prev input:hover {
    background: #f1f1f1;
    color: #999999;
  }
}
form .w1 {
  width: 80px;
}
form .w2 {
  width: 200px;
}
form .w3 {
  width: 400px;
}
form input::placeholder,
form textarea::placeholder {
  color: #999999;
}
form input:-ms-input-placeholder,
form textarea:-ms-textarea-placeholder {
  color: #999999;
}
form label.check {
  position: relative;
}
form label.check input[type="checkbox"] {
  display: none;
}
form label.check span {
  position: relative;
  padding-left: 24px;
  color: #666666;
}
form label.check span::before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: auto;
  width: 16px;
  height: 16px;
  border: 1px solid #999999;
  background: #FFFFFF;
}
form label.check input[type="checkbox"]:checked + span {
  color: #ff5a9c;
}
form label.check input[type="checkbox"]:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 5px;
  width: 7px;
  height: 14px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 3px solid #ff5a9c;
  border-right: 3px solid #ff5a9c;
}
form input[type="text"] {
  padding: 4px 10px;
  border: 1px solid #999999;
  background: #FFFFFF;
}
form textarea {
  padding: 10px;
  border: 1px solid #999999;
  background: #FFFFFF;
}
form textarea.team {
  width: 100%;
}
form .radio-list li {
  display: inline-block;
  margin-right: 20px;
}
form input[type="radio"] {
  display: none;
}
form label.btn-radio {
  position: relative;
  padding-left: 20px;
  vertical-align: middle;
  cursor: pointer;
}
form label.btn-radio::before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
form input[type="radio"]:checked + label.btn-radio::before {
  background: #ffecf4;
}
form input[type="radio"]:checked + label.btn-radio::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 3px;
  width: 9px;
  height: 9px;
  background: #ff5a9c;
  border-radius: 50%;
}
form .txt-input {
  margin-top: 10px;
}
form .select_wp {
  margin-right: 5px;
  display: inline-block;
  position: relative;
}
form .select_wp::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
form .select_wp select {
  min-width: 60px;
  display: block;
  border: 1px solid #999999;
  background: #FFFFFF;
  padding: 5px 30px 5px 5px;
  cursor: pointer;
}

.file_upload .upload_input {
  margin: 24px 10px 0 10px;
}
.file_upload .upload_input input[type="file"] {
  display: none;
}
.file_upload .upload_input label {
  border: 1px solid #898989;
  padding: 5px 30px;
  display: inline-block;
  position: relative;
  margin-left: -220px;
  color: #000000;
  background: #f4f4f4;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  font-size: 14px;
  min-width: 2em;
  cursor: pointer;
}
.file_upload .upload_input label::after {
  content: "ファイルが選択されていません";
  font-size: 14px;
  position: absolute;
  right: -220px;
  color: #999999;
}
.file_upload .upload_input label:hover {
  border: 1px solid #ff5a9c;
  background: #ff5a9c;
  color: #FFFFFF;
}
.file_upload .upload_input label.changed {
  margin-left: 0;
}
.file_upload .upload_input label.changed::after {
  content: "";
}
.file_upload .upload_input .filename {
  font-size: 14px;
  padding: 5px 20px;
  color: #333333;
}
.file_upload input[type="submit"] {
  margin: 20px 0 0 0;
  padding: 8px 20px;
  color: #ff5a9c;
  font-size: 14px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  cursor: pointer;
  background: #FFFFFF;
  border: 2px solid #ff5a9c;
}
.file_upload input[type="submit"]:hover {
  background: #ff5a9c;
  border: 2px solid #ff5a9c;
  color: #FFFFFF;
}
.file_upload input[type="submit"]:disabled {
  background: #999999;
  color: #FFFFFF;
  border: 1px solid #999999;
  cursor: default;
  opacity: 0.8;
}
.file_upload .storage {
  font-size: 13px;
  margin: 24px 20px 0 20px;
  line-height: 1.2;
}
.file_upload .storage .upload_progre:empty {
  font-size: 0;
  margin: 0;
}
.file_upload .storage .upload_progre span {
  display: inline-block;
  padding: 10px;
  margin: 10px 0;
}
.file_upload .storage .upload_progre span:empty {
  padding: 0;
  border: none;
  margin: 0;
}
.file_upload .storage .upload_progre .error {
  color: #ff0000;
  background: #ffe0e0;
  border: 1px solid #ff0000;
}
.file_upload .storage .upload_progre .successful {
  color: #2377bd;
  background: #ddeefd;
  border: 1px solid #2377bd;
}
.file_upload .storage .upload_name {
  color: #f30061;
}
.file_upload .storage .upload_name:empty {
  font-size: 0;
  margin: 0;
}

@media screen and (max-width: 767px) {
  form .w1 {
    width: 80px;
  }
  form .w2 {
    width: 200px;
  }
  form .w3 {
    width: 100%;
  }
  form textarea::placeholder {
    font-size: 14px;
  }
  form textarea:-ms-textarea-placeholder {
    font-size: 14px;
  }
  form input[type="text"],
  form textarea {
    font-size: 16px;
  }
  form textarea.team {
    height: 100px;
  }
  form .select_wp {
    margin-right: 0;
  }
  form .select_wp select {
    font-size: 16px;
    padding-right: 20px;
  }

  .file_upload .upload_input {
    margin: 24px 10px 0 10px;
  }
  .file_upload .upload_input input[type="file"] {
    display: none;
  }
  .file_upload .upload_input label {
    display: block;
    position: relative;
    max-width: 200px;
    margin: 0 auto 30px auto;
  }
  .file_upload .upload_input label::after {
    font-size: 13px;
    margin: auto;
    top: 45px;
    right: 0;
    left: 0;
    color: #999999;
  }
  .file_upload .upload_input label.changed {
    margin: 0 auto;
  }
  .file_upload .upload_input .filename {
    font-size: 13px;
    padding: 10px 20px 0 20px;
    display: block;
  }
  .file_upload input[type="submit"] {
    margin: 20px 0 0 0;
  }
  .file_upload .storage {
    margin: 20px 20px 0 20px;
  }
  .file_upload .storage .upload_progre .error {
    text-align: left;
  }
  .file_upload .storage .upload_name {
    line-height: 1.4;
  }
}

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