@charset "UTF-8";
.u-red {
  color: #f0027f;
}

.u-blue {
  color: #002ac6;
}

.u-mark {
  background: #fffc00;
  padding: 0.5rem;
  margin: 0 0.5rem;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
}

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del,
ins {
  text-decoration: none;
}

ul li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

/* h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;} */
q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input,
button,
textarea,
select {
  *font-size: 100%;
}

.cf:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.cf,
.clearfix {
  display: inline-block;
}

/* Hides from IE Mac */
* html .cf,
* html .clearfix {
  height: 1%;
}

.cf,
.clearfix {
  display: block;
}

.m-y-1 {
  margin: 1rem 0;
}
.m-y-2 {
  margin: 2rem 0;
}

#wrapper {
  width: 980px;
  margin: 0 auto;
}

#wrapper p {
  line-height: 1.5rem;
  font-size: 1rem;
}
.mark {
  color: #e00000;
  margin: 0 0.5rem;
}
header {
  width: 100%;
  margin-bottom: 15px;
}

header h1 {
  padding: 1rem;
  font-size: 1.3rem;
  font-weight: bold;
  background: #e5e5e5;
  text-align: center;
}

#wrapper #tvasahiid {
  margin: 1rem;
  padding: 1rem;
  font-size: 1rem;
  border: 2px #009fe8 solid;
}

#wrapper #tvasahiid h2 {
  margin: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  color: #009fe8;
}

#wrapper #tvasahiid p {
  text-align: center;
  margin-bottom: 1rem;
}

#wrapper #tvasahiid .button {
  margin: 0.5rem auto;
  width: 90%;
  padding: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  background: #009fe8;
  border-radius: 0.5rem;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

#wrapper #contents-wrap {
  padding: 0 1rem 0;
}
#wrapper #contents-wrap .form-block {
  margin: 1.5rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
#wrapper #contents-wrap .form-block .form-ttl {
  background: #ededed;
  padding: 1rem 1rem;
  font-weight: bold;
  margin: 0.7rem 0 0;
  width: 20%;
  line-height: 1.6rem;
}
#wrapper #contents-wrap .form-block .form-input {
  width: 70%;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  margin: 0.7rem 0 0;
  position: relative;
}

#wrapper #contents-wrap .form-block input[type="text"],
#wrapper #contents-wrap .form-block input[type="mail"],
#wrapper #contents-wrap .form-block input[type="password"] {
  box-sizing: border-box;
  padding: 0.3em;
  letter-spacing: 1px;
  border: 0;
  border: 1px #e0e0e0 solid;
}
#wrapper #contents-wrap .form-block .name {
  width: 20rem;
}
#wrapper #contents-wrap .form-block .kana {
  width: 20rem;
}
#wrapper #contents-wrap .form-block .age {
  width: 20rem;
}
#wrapper #contents-wrap .form-block .tel {
  width: 20rem;
}
#wrapper #contents-wrap .form-block .year {
  width: 6rem;
  margin-right: 0.5rem;
}
#wrapper #contents-wrap .form-block .form-input p {
  margin: 1rem 1rem 1.5rem 2rem;
}
#wrapper #contents-wrap .form-block .caption {
  font-size: 0.8rem;
  margin: 0.5rem;
}
select {
  position: relative;
  padding: 0.5rem;
  font-size: 1rem;
  background: #ffffff;
  cursor: pointer;
  border: 1px #e0e0e0 solid;
}
#wrapper #contents-wrap .form-block .month,
#wrapper #contents-wrap .form-block .day {
  width: 5rem;
  margin: 0.5rem 0.5rem 0.5rem 0;
}

.radio {
  margin: 1rem 0;
}
.radio-label {
  margin: 0 1rem 1rem 0;
  display: inline-block;
}
.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio input[type="radio"] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  position: relative;
  top: 0em;
  margin-right: 0.5rem;
  margin-left: 1rem;
  margin-bottom: 1rem;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .radio-label:before {
  background-color: #3197ee;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #3197ee;
}
.radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}

#wrapper #contents-wrap .form-block .pw {
  width: 100%;
  margin-right: 0.5rem;
}
#wrapper #contents-wrap .form-block .mail {
  width: 100%;
  margin-right: 0.5rem;
}
#wrapper #contents-wrap .form-block .zip {
  width: 8rem;
  margin-right: 0.5rem;
}
#wrapper #contents-wrap .form-block .search {
  display: inline-block;
  border-radius: 10rem;
  text-align: center;
  cursor: pointer;
  padding: 0.5rem;
  background: #8a8a8a;
  color: #ffffff;
  line-height: 1em;
  border: none;
  font-size: 0.9rem;
}

.check-label {
  margin: 0 1rem 1rem 0;
  display: inline-block;
}

.check-box input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.check-box input[type="checkbox"] + .check-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 20%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  position: relative;
  top: 0em;
  margin-right: 0.5rem;
  margin-left: 1rem;
  margin-bottom: 0;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
}
.check-box input[type="checkbox"]:checked + .check-label:before {
  background: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  border-top: none;
  border-bottom: none;
  border-left: 2px solid #3197ee;
  border-bottom: 2px solid #3197ee;
  transform: rotate(-45deg);
  top: 0.3em;
  left: 0em;
  width: 10px;
  height: 5px;
}
.check-box input[type="checkbox"]:focus + .check-label:before {
  outline: none;
  border-color: #3197ee;
}
.check-box input[type="checkbox"]:disabled + .check-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.check-box input[type="checkbox"] + .check-label:empty:before {
  margin-right: 0;
}

#wrapper #contents-wrap .form-block textarea {
  box-sizing: border-box;
  padding: 0.3em;
  letter-spacing: 1px;
  border: 1px #e0e0e0 solid;
  width: 100%;
  margin-right: 0.5rem;
  height: calc(1.3em * 5);
  line-height: 1.3;
}

#wrapper #contents-wrap .form-block .pref {
  width: 13rem;
  margin: 0.5rem 0;
}

#wrapper #contents-wrap .form-block .address1 {
  width: 100%;
  margin-right: 0.5rem;
}

#wrapper #contents-wrap .form-block .address2 {
  width: 100%;
  margin-right: 0.5rem;
}

#wrapper #contents-wrap .form-block .job {
  width: 13rem;
  margin: 0.5rem 0;
}

#wrapper #contents-wrap .form-block .t-button {
  margin: 1.5rem auto 0;
  width: 40%;
  padding: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  background: #009fe8;
  border-radius: 0.5rem;
  text-align: center;
  color: #ffffff;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}

#wrapper #contents-wrap .form-block .t-button:hover {
  opacity: 0.7;
}

#wrapper .mypageID {
  text-align: right;
}

footer {
  width: 100%;
  text-align: center;
  margin: 1rem 0;
  font-size: 0.8rem;
}

#thanks {
  width: 100%;
  text-align: center;
}

#thanks h2 {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 10rem 0;
}

#thanks .button {
  margin: 0.5rem auto 3rem;
  width: 30%;
  padding: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  background: #4e4e4e;
  border-radius: 0.5rem;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.button2 {
  margin: 1.5rem auto;
  width: 40%;
  padding: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  background: #009fe8;
  border-radius: 0.5rem;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.button-caption {
  margin: 0 auto;
  text-align: center;
}
.login-wrap {
  margin: 2rem auto 2rem;
  width: 400px;
  display: block;
  position: relative;
  z-index: 1;
  text-align: center;
}

.login-wrap img {
  width: 72%;
}

.img-wrap {
  margin: 2rem auto 2rem;
  width: 250px;
  display: block;
  position: relative;
  z-index: 1;
}

.img-wrap img {
  width: 100%;
}

.button-wrap {
  margin: 1rem auto 1rem;
  width: 100%;
  display: block;
  display: flex;
}

.button-wrap-center {
  margin: 1rem auto 1rem;
  width: 100%;
  display: block;
  display: flex;
  justify-content: center;
}

.mypage,
.submit,
.logreg-common {
  margin: 0 1rem;
  width: 20%;
  padding: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  background: #009fe8;
  border-radius: 0.5rem;
  text-align: center;
  color: #ffffff;
  display: inline;
  position: relative;
  z-index: 1;
}

.logout,
.fix {
  margin: 0 1rem;
  width: 20%;
  padding: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  background: #8a8a8a;
  border-radius: 0.5rem;
  text-align: center;
  color: #ffffff;
  display: inline;
  position: relative;
  z-index: 1;
}

.opac a {
  color: #ffffff;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2;
}

.opac:hover {
  filter: alpha(opacity=70); /* IE 6,7*/
  -ms-filter: "alpha(opacity=70)"; /* IE 8,9 */
  -moz-opacity: 0.7; /* FF , Netscape */
  -khtml-opacity: 0.7; /* Safari 1.x */
  opacity: 0.7;
  zoom: 1; /*IE*/
  transition: 0.3s;
}

/* デザイナーチーム以外の拡張 */
.opac input[name="back"] {
  margin: auto 0;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  background: #8a8a8a;
  border-radius: 0.5rem;
  text-align: center;
  color: #ffffff;
  border: none;
  cursor: pointer;
}

.opac input[name="commit"] {
  margin: auto 0;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  background: #009fe8;
  border-radius: 0.5rem;
  text-align: center;
  color: #ffffff;
  border: none;
  cursor: pointer;
}

.submit2 {
  margin: 0 1rem;
  width: 20%;
  padding: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  background: #009fe8;
  border-radius: 0.5rem;
  text-align: center;
  color: #ffffff;
  display: inline;
  position: relative;
  z-index: 1;
}

.fix2 {
  margin: 0 1rem;
  width: 20%;
  padding: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  background: #8a8a8a;
  border-radius: 0.5rem;
  text-align: center;
  color: #ffffff;
  display: inline;
  position: relative;
  z-index: 1;
}

.privacyDiv,
.privacyChk {
  width: 100%;
  margin-top: 1rem;
}

.privacyChk {
  text-align: center;
}

.privacyDiv p {
  width: 100%;
  text-align: center;
}

.txt-color-red {
  color: #e00000;
}
/* end デザイナーチーム以外の拡張 */

.section-wrap .img-wrap {
  margin: 1rem auto 2rem;
  width: 260px;
  display: block;
  position: relative;
  z-index: 1;
}

.section-wrap .img-wrap img {
  width: 100%;
}

.close-btn {
  cursor: pointer;
}

.login-caption {
  margin: 0;
  display: block;
  font-size: 0.8rem;
}

.login-caption p {
  margin: 1rem 0 0;
  font-size: 0.8rem !important;
}

.login-caption ul {
  margin: 1rem 0 0 1rem;
}
.login-caption li {
  list-style: disc;
  padding: 0;
  line-height: 1.8rem;
}

.logreg-img-wrap {
  margin: 1rem auto 1rem;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}

.logreg-img-inner-wrap {
  width: 100%;
  text-align: center;
}

.logreg-img-wrap img {
  width: 190px;
}

.logreg-img-wrap span {
  font-size: 1.9rem !important;
  color: #009fe8;
  font-weight: 900;
  position: relative;
  top: -0.5rem;
}

.logreg-description p {
  text-align: center;
  margin-bottom: 1.3rem;
}

_:-ms-lang(x)::-ms-backdrop,
.char {
  vertical-align: -5px;
}

.text {
  word-wrap: break-word;
}
