@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;
    font-size: 62.5%;
}

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 {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0 auto;
    width: 102.4rem;
    color: #2F4256;
}

#wrapper p {
    line-height: 1.5;
    font-size: 1.6rem;
}

.mark {
    color: #E00000;
    margin: 2rem 0 0;
}

header {
    width: 100%;
    margin-bottom: 15px;
}

header h1 {
    padding: 2rem;
    font-size: 2.3rem;
    font-weight: bold;
    background: #E5E5E5;
    text-align: center;
}

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

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

#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: #00A0C6;
    border-radius: 0.5rem;
    text-align: center;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

#wrapper #contents-wrap {}

#wrapper #contents-wrap .form-block {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

#wrapper #contents-wrap .form-block .form-ttl {
    background: #ECEDEE;
    padding: 1rem 1rem;
    font-weight: bold;
    margin: 4rem 0 0;
    width: 20%;
    line-height: 1.6rem;
    width: 25.6rem;
    box-sizing: border-box;
    color: var(--font, #2F4256);
    font-size: 1.6rem;
    font-weight: 700;
    line-height: calc(30/16);
    padding: 1.5rem 2.0rem;
    align-self: stretch;
}

#wrapper #contents-wrap .form-block .form-input {
    width: 73.6rem;
    margin: 4rem 0 0;
    position: relative;
    margin-left: 3.125%;
    box-sizing: border-box;
}

#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 #ECEDEE solid;
    width: 100%;
    font-size: 1.6rem;
    min-height: 100%;
    height: 6rem;
}

#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: 1.6rem;
    margin: 1em 0 0em;
}

select {
    position: relative;
    padding: 1rem;
    font-size: 1.4rem;
    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;
    font-size: 1.6rem;
}

.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: 1.6rem;
    height: 1.6rem;
    position: relative;
    top: 0em;
    margin-right: 0.5rem;
    margin-left: 1rem;
    /* margin-bottom: 1rem; */
    vertical-align: text-bottom;
    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: 1.3rem;
}

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

.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: 1.6rem;
    height: 1.6rem;
    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: 20rem;
    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: 5.8rem auto 0;
    width: 27.5rem;
    padding: 2rem 2rem;
    font-size: 1.8rem;
    font-weight: bold;
    background: #f1037f;
    border-radius: 0.5rem;
    text-align: center;
    color: #ffffff;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    line-height: calc(32/18);
    border-radius: 3.6rem 3.6rem;
}

#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.8rem;
    font-weight: 700;
    margin: 10rem 0;
}

#thanks .button {
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;

	background: #f1037f;
    border-radius: 3.6rem 3.6rem;

    box-sizing: border-box;
    margin: 0.5rem auto 3rem;
    padding: 2rem 2rem;
    width: 27.5rem;
    position: relative;
    z-index: 1;
}

.button2 {
    margin: 1.5rem auto;
    width: 40%;
    padding: 1rem;
    font-size: 1.2rem;
    font-weight: bold;
    background: #00a0c6;
    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;
}

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

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

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

.button-wrap-center {
    margin: 5.8rem auto 0;
    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: #00A0C6;
    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: 27.5rem;
    background: #8a8a8a;
    text-align: center;
    color: #ffffff;
    border: none;
    cursor: pointer;
    
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: calc(32/18);
    letter-spacing: 0.05em;
    border-radius: 3.6rem 3.6rem;
    padding: 2rem 2rem;
}

.opac input[name=commit] {
    margin: auto 0;
    width: 27.5rem;
    background: #00A0C6;
    text-align: center;
    color: #ffffff;
    border: none;
    cursor: pointer;

    color: #ffffff;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: calc(32/18);
    letter-spacing: 0.05em;
    background-color: #f1037f;
    border-radius: 3.6rem 3.6rem;
    padding: 2rem 2rem;
}

.submit2 {
    margin: 0 1rem;
    font-size: 1.2rem;
    text-align: center;
    display: inline;
    position: relative;
    z-index: 1;
}

.fix2 {
    margin: 0 1rem;
    font-size: 1.2rem;
    text-align: center;
    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: 300px;
    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: 300px;
}

.logreg-img-wrap span {
    font-size: 1.9rem !important;
    color: #00A0C6;
    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;
}

.personalinfo {
    overflow-y: auto;
    box-sizing: border-box;
    margin: 4rem 0;
    padding: 0 2rem;
    height: 20.0rem;
}
.personalinfo h3 {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 0 2.4rem;
}
.personalinfo dl dt {
    font-weight: 700;
    margin: 1.6rem 0 0 0;
}

span.char {
    display: block;
    margin: 1em 0 0;
    font-size: 1.6rem;
}
