@charset "utf-8";

html{
	font-size: 62.5%;
}
body{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
}

.sp{
    display: none;
}

/*-------------------------------------------

    Element

-------------------------------------------*/
#form_wrap{
    margin: 0 auto;
    padding: 0 0 40px;
}
#form_wrap.confirm{
    margin: 0 auto;
    padding: 0 0 40px;
}
#form_wrap form{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
    position: relative;
}
#form_wrap h2{
    /*background: #D00E31;*/
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
    padding: 15px 0;
    margin: 0 0 20px;
    letter-spacing: 0.1em;
}
#form_wrap h3{
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    color: #455A64;
    margin: 40px 0;
    letter-spacing: 0;
}
#form_wrap h3 span{
    background: url(images/memo.png) no-repeat left center;
    background-size: contain;
    display: inline-block;
    padding: 5px 0 5px 50px;
}
#form_wrap h4{
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    color: #455A64;
    margin: 75px 0 50px;
    letter-spacing: 0;
}
#form_wrap h4 span{
    display: block;
    margin: 20px 0 0;
    font-size: 1.4rem;
}
#form_wrap p.form_txt{
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: #455A64;
    margin: 50px 0 65px;
}
#form_wrap ul.link_list{
    border: solid 5px #fffbc4;
    background: #fff;
    padding: 20px 30px;
    font-size: 1.4rem;
    margin: 0 auto 25px;
    box-sizing: border-box;
    max-width: 620px;
    border-radius: 5px;
}
#form_wrap ul.link_list li{
    background: url(images/tel_ico.png) no-repeat left 2px;
    background-size: 14px;
    list-style: none;
    padding: 0 0 0 20px;
    margin: 8px auto;
    line-height: 1.6;
    max-width: 620px;
    box-sizing: border-box;
}
#form_wrap ul.link_list li a {
    color: #333;
    font-size: 17px;
    line-height: 18px;
    display: inline-block;
    text-decoration: none;
}
#form_wrap ul.link_list li a span {
    color: #d00e31;
    text-decoration: underline;
}

#form_wrap dl{
	margin: 20px 30px 0;
    position: relative;
}
#form_wrap.confirm dl{
    margin: 20px 30px 0;
    padding: 0 0 20px;
    position: relative;
    border-bottom: solid 1px #f3f3f3;
}

#form_wrap .input--error dd::before{
    display: none;
}
#form_wrap .input--error input{
    background: #FFF2F2!important;
    box-sizing: border-box;
}
#form_wrap .input--error label {
    background: #FFF2F2!important;
    box-sizing: border-box;
}
#form_wrap dl dt{
	color: #455A64;
	font-size: 1.6rem;
    font-weight: bold;
	letter-spacing: 0.1em;
	padding: 0 0 10px;
}
#form_wrap dl dt span.req{
    background: #d01316;
    display: inline-block;
    padding: 4px 8px 4px;
    margin: 0 10px 0 0;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}
#form_wrap dl dt span.any{
    background: #78909c;
    display: inline-block;
    padding: 0.25em 0.4em 0.35em;
    margin: 0 0 0 10px;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 4px;
}
#form_wrap dl dd{
    position: relative;
}
#form_wrap dl dd input.ipt01{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: block;
    width: 100%;
    padding: 12px;
    font-size: 1.7rem;
    line-height: 1.25;
    color: #546E7A;
    background-color: #fff;
    overflow: hidden;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: none;
    border: solid 1px #ccc;
    appearance: none;
    -webkit-appearance: none;
}
#form_wrap dl dd .input__content--tel .-group{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#form_wrap dl dd .input__content--tel input{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: block;
    max-width: 120px;
    width: calc(20% - 20px);
    margin: 0 0 0 0;
    position: relative;
    border: solid 1px #ccc;
    padding: 12px 8px;
    font-size: 1.7rem;
    line-height: 1.25;
    color: #546E7A;
    background-color: #fff;
    overflow: hidden;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
}
#form_wrap dl dd .addnum_list input{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: block;
    max-width: 120px;
    width: calc(20% - 20px);
    margin: 0 0 0 0;
    position: relative;
    border: solid 1px #ccc;
    padding: 12px;
    font-size: 1.7rem;
    line-height: 1.25;
    color: #546E7A;
    background-color: #fff;
    overflow: hidden;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
}
#form_wrap dl.input--error dd .input__content--tel input{
    border: solid 1px #ccc;
}
#form_wrap dl dd .addnum_list span{
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

#form_wrap dl dd .career_list .-group{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#form_wrap dl dd .career_list .-group label{
    border: 1px solid rgba(0,0,0,0.15);
    display: block;
    width: 49%;
    box-sizing: border-box;
    padding: 18px 15px 18px 40px;
    margin: 0 0 2%;
    border-radius: 5px;
    position: relative;
    font-size: 1.6rem;
}
#form_wrap dl dd .career_list .-group label:before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #C4C4C4;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    background-color: white;
}
#form_wrap dl dd .career_list .-group input[type=radio]:checked + label{
    border: 1px solid #62b761;
}
#form_wrap dl dd .career_list .-group input[type=radio]:checked + label:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #62b761;
    border-radius: 50%;
    background-color: #62b761;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    transform: translate(6px, 0);
}
#form_wrap dl dd input[type=radio] {
    display: none;
}

#form_wrap dl .input--adjust .-group{
    position: relative;
}
#form_wrap dl .input--adjust .-group::after {
    content: "▼";
    display: block;
    position: absolute;
    right: 12px;
    top: 18px;
    font-size: 10px;
}
#form_wrap dl dd select{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    padding: 12px;
    font-size: 1.7rem;
    line-height: 1.25;
    color: #546E7A;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ccc;
    overflow: hidden;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: none;
}
#form_wrap dl .input--error select{
    background: #FFF2F2!important;
    border: solid 1px #ccc;
    box-sizing: border-box;
}
#form_wrap dl .input--success select{
    border: solid 1px #64bb63;
}
#form_wrap dl dd .list01{
	display: block;
}
#form_wrap dl dd .list02{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#form_wrap dl dd .list01 li{
	margin: 10px 0 0;
}
#form_wrap dl dd .list02 li{
	width: calc(50% - 5px);
	margin: 10px 0 0;
}
#form_wrap dl dd .list01 li label,
#form_wrap dl dd .list02 li label{
	border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    padding: 8px;
    display: flex;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    margin: 0;
    word-break: break-all;
    color: #455A64;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}
#form_wrap dl dd .list01 li label.checked,
#form_wrap dl dd .list02 li label.checked{
    border: 1px solid #69bd68;
}
#form_wrap dl dd .list01 li label input[type="checkbox"]+.box,
#form_wrap dl dd .list02 li label input[type="checkbox"]+.box{
    border-radius: 4px;
    margin: 0 8px 0 0;
    position: relative;
    width: 20px;
    height: 20px;
    display: block;
    border: 1px solid #90A4AE;
}
#form_wrap dl dd .list01 li label input[type="checkbox"],
#form_wrap dl dd .list02 li label input[type="checkbox"]{
    visibility: hidden;
    position: absolute;
}
#form_wrap dl dd .list01 li input,
#form_wrap dl dd .list02 li input{
    margin-right: 8px;
    display: inline-block;
}
#form_wrap dl dd .list01 li [type="checkbox"],#form_wrap dl dd .list01 li [type="radio"],
#form_wrap dl dd .list02 li [type="checkbox"],#form_wrap dl dd .list02 li [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
#form_wrap dl dd .list01 li input[type="checkbox"]+.box,
#form_wrap dl dd .list02 li input[type="checkbox"]+.box{
    border-radius: 4px;
    margin-right: 8px;
    position: relative;
    width: 20px;
    height: 20px;
    display: block;
    border: 1px solid #90A4AE;
}
#form_wrap dl dd .list01 li input[type="checkbox"]:checked+.box,
#form_wrap dl dd .list02 li input[type="checkbox"]:checked+.box{
    border: 1px solid #00BCD4;
    background-color: #00BCD4;
}
#form_wrap dl dd .list01 li input[type="checkbox"]+.box:after,
#form_wrap dl dd .list02 li input[type="checkbox"]+.box:after{
    content: "";
    transform: scale(0);
    transition: all 0.25s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/check01.png) no-repeat center;
    background-size: 12px;
}
#form_wrap dl dd .list01 li input[type="checkbox"]:checked+.box:after,
#form_wrap dl dd .list02 li input[type="checkbox"]:checked+.box:after{
    transform: scale(1);
}
#form_wrap dl dd .error-text{
    display: block;
    margin: 10px 0 0;
    color: #d9534f;
    letter-spacing: 0.05em;
    font-size: 1.2rem;
}

#form_wrap .submit, #form_wrap .submit01 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: #CD0032;
    display: block;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    max-width: 280px;
    box-sizing: border-box;
    box-shadow: none;
    border: none;
    outline: none;
    padding: 15px 0;
    margin: 40px auto 0;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    text-align: center;
    border-radius: 5px;
}
#form_wrap .submit02{
    display: block;
    margin: 30px auto 0;
    outline: none;
    background: none;
    border: none;
    box-shadow: none;
}
#form_wrap .submit02 span{
    display: inline-block;
    border-bottom: solid 1px #718189;
    color: #718189;
    padding: 0 10px;
    font-size: 1.4rem;
    cursor: pointer;
}

.error_text{
    margin: 40px 30px 0;
    padding: 20px 0;
    text-align: center;
    color: #455a64;
    line-height: 1.4;
    border: solid 1px #718189;
}
.submit:disabled{
    background: #d0d0d0!important;
    cursor: not-allowed;
}
.input-error-list{
    text-align: center;
    margin: 25px 0 0;
    color: #d9534f;
    line-height: 1.8;
}


/*--入力時--*/
#form_wrap dl.input--success dd::before{
    content: "";
    display: block;
    background: url(images/check.png) no-repeat center #fff;
    background-size: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 18px;
    height: 18px;
    margin: 0;
    transform: translateY(-50%);
    z-index: 2;
    border-radius: 100%;
    box-sizing: border-box;
    border: solid 1px #64bb63;
}
#form_wrap dl.input--success dd input,#form_wrap dl .input--success dd select{
    border: solid 1px #64bb63;
}

#form_wrap div.input--success::before{
    content: "";
    display: block;
    background: url(images/check.png) no-repeat center #fff;
    background-size: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 18px;
    height: 18px;
    margin: 0;
    transform: translateY(-50%);
    z-index: 2;
    border-radius: 100%;
    box-sizing: border-box;
    border: solid 1px #6bbf6a;
}
#form_wrap div.input--error::before{
    display: none;
}


/*--確認画面--*/
form.check .separate:last-child{
    display: none;
}


/*--完了画面--*/
#form_wrap.thanks{
    height: 100vh;
    max-width: 640px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
}
#form_wrap.thanks h2{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
#form_wrap.thanks .thanks_box{
    text-align: center;
}
#form_wrap.thanks .thanks_box .check_ico{
    max-width: 35px;
    display: block;
    margin: 20px auto 35px;
}
#form_wrap.thanks .thanks_box p{
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.8;
    color: #465b64;
    letter-spacing: 0.05em;
    margin: 0 0 40px;
}
#form_wrap.thanks .thanks_box a{
    font-size: 1.8rem;
    color: #931e20;
    letter-spacing: 0.05em;
}

.count{
    position: fixed;
    left: calc(50% + 400px);
    bottom: 15%;
    color: #fff;
    padding: 4px;
    overflow: hidden;
    border-radius: 4px;
}
.count::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #b7b91c;
    position: absolute;
    right: -4px;
    top: -8px;
}
.count::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #b7b91c;
    position: absolute;
    left: -4px;
    bottom: -8px;
}
.count_box{
    background: #495e67;
    position: relative;
    z-index: 2;
    padding: 10px 20px;
    border-radius: 4px;
}
.cnt_txt{
    display: block;
    text-align: center;
    margin: 0 0 10px;
}
.molecule {
    display: inline-block;
    vertical-align: bottom;
    font-size: 2.8rem;
    margin: 0 2px 0 0;
}
.denominator{
    display: inline-block;
    vertical-align: bottom;
    font-size: 2.8rem;
    letter-spacing: 0.2em;
}
.denominator span{
    font-size: 1.6rem;
    letter-spacing: 0;
    margin: 0 0 0 4px;
}


.progressDonut {
    width: 120px;
    height: 120px;
    background-color: #fff383;
    position: fixed;
    left: calc(50% + 450px);
    top: 40px;
    z-index: 999;
}
.progressDonut.gt180deg{
    background-color: #edc92c;
}
.progressDonut_base{
    content: "";
    position: absolute;
    left: calc(50% - 60px);
    top: calc(50% - 60px);
    width: 120px;
    height: 120px;
    clip: rect(0,120px,120px,60px);
}
.gt180deg .progressDonut_base{
    clip: rect(0,60px,120px,0);
}
.progressDonut_base div{
    width: 120px;
    height: 120px;
    position: relative;
}
.progressDonut_base div::before{
    content: "";
    display: block;
    left: calc(50% - 90px);
    top: calc(50% - 90px);
    width: 180px;
    height: 180px;
    clip: rect(0,90px,180px,0);
    background: #edc92c;
    transform: rotate(0);
    transition: transform .5s;
    position: absolute;
}
.progressDonut_base div.cnt4::before{
    transform: rotate(0deg);
}
.progressDonut_base div.cnt3::before{
    transform: rotate(90deg);
}
.progressDonut_base div.cnt2::before{
    transform: rotate(180deg);
}
.progressDonut_base div.cnt1::before{
    transform: rotate(270deg);
    clip: rect(0,180px,180px,90px);
    background: #fff383;
}
.progressDonut_base div.cnt0::before{
    transform: rotate(360deg);
    clip: rect(0,180px,180px,90px);
    background: #fff383;
}
.progressDonut_inner {
    font-family: sans-serif;
    left: calc(50% - 55px);
    top: calc(50% - 55px);
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff;
    color: #565252;
}
.progressDonut_fill, .progressDonut_inner {
    content: "";
    position: absolute;
}
.progressDonut_text {
    opacity: 1;
    visibility: visible;
    height: auto;
    text-align: center;
}
.progressDonut_result{
    margin: 10px 0 0;
    letter-spacing: 0.1em;
    font-size: 2rem;
    font-weight: 600;
}
.progressDonut_remain{
    color: #626262;
    font-size: 1.2rem;
    font-weight: 400;
}
.js-progressCount{
    font-size: 3.6rem;
    font-weight: 600;
}
.success_box{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f6e5be;
    font-size: 2rem;
    font-weight: bold;
    color: #d01316;
    opacity: 0;
    transform: scale(0);
    transition: .3s all;
}
.success .success_box{
    opacity: 1;
    transform: scale(1);
}
.success_box span{
    transform: scale(0);
    transition: .3s all;
    transition-delay: .5s;
}
.success .success_box span{
    transform: scale(1);
}

.item{
    position: fixed;
    right: 40px;
    top: 40px;
    width: 150px;
    height: 90px;
    background: #f6e5be;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
    overflow: hidden;
    font-weight: bold;
    z-index: 10;
}
.item .progressDonut_inner{
    font-family: sans-serif;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: none;
    color: #d00f31;
}
.item .js-progressCount{
    font-size: 2.2rem;
    font-weight: 600;
    margin: 0 5px 0 0;
}
.item .js-ProgressTotal{
    margin: 0 0 0 5px;
}
.item p.item_ttl{
    margin: 0 0 10px;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #333;
}

.input--steps span{
    display: inline-block;
    margin: 0 5px;
}

input::placeholder {
  color: #d0d0d0;
}

/* IE */
input:-ms-input-placeholder {
  color: #d0d0d0;
}

/* Edge */
input::-ms-input-placeholder {
  color: #d0d0d0;
}


@media screen and (min-width:320px) and ( max-width: 767px) {
@charset "utf-8";

html{
    font-size: 62.5%;
}
body{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.4rem;
}

.sp{
    display: none;
}

/*-------------------------------------------

    Element

-------------------------------------------*/
#form_wrap{
    max-width: 680px;
    margin: 0 auto;
    padding: 0 0 40px;
}
#form_wrap.confirm{
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
    padding: 0 0 40px;
}
#form_wrap form{
    width: 100%;
    position: relative;
}
#form_wrap h2{
    /*background: #D00E31;*/
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    padding: 25px 0;
    margin: 0 0 20px;
    letter-spacing: 0.1em;
}
#form_wrap h2 img{
    max-width: 120px;
}
#form_wrap h3{
    text-align: center;
    font-size: 6vw;
    font-weight: bold;
    color: #455A64;
    margin: 30px 20px;
    letter-spacing: 0;
}
#form_wrap h3 span{
    background: url(images/memo.png) no-repeat left center;
    background-size: contain;
    display: inline-block;
    padding: 5px 0 5px 50px;
}
#form_wrap h4{
    text-align: center;
    font-size: 6vw;
    font-weight: bold;
    color: #455A64;
    margin: 75px 0 50px;
    letter-spacing: 0;
}
#form_wrap h4 span{
    display: block;
    margin: 20px 20px 0;
    font-size: 3vw;
}
#form_wrap p.form_txt{
    text-align: center;
    font-size: 4vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: #455A64;
    margin: 50px 0;
}
#form_wrap ul.link_list {
    background: #fff;
    padding: 15px 0 15px 10px;
    font-size: 1.4rem;
    box-sizing: border-box;
    border: solid 5px #fffbc4;
    border-radius: 5px;
    margin: 0 20px 0;
}
#form_wrap ul.link_list li{
    background: url(images/tel_ico.png) no-repeat left 4px;
    background-size: 14px;
    list-style: none;
    padding: 0 0 0 18px;
    margin: 0;
    line-height: 1.4;
}
#form_wrap ul.link_list li a{
    color: #333;
    font-size: 3.5vw;
    line-height: 1.5;
    display: inline-block;
    text-decoration: none;
}
#form_wrap ul.link_list li a span {
    color: #d00e31;
    text-decoration: underline;
}

#form_wrap dl{
    margin: 20px 20px 0;
    position: relative;
}
#form_wrap.confirm dl{
    margin: 20px 30px 0;
    padding: 0 0 20px;
    position: relative;
    border-bottom: solid 1px #f3f3f3;
}

#form_wrap .input--error dd::before{
    display: none;
}
#form_wrap .input--error input{
    background: #FFF2F2!important;
    box-sizing: border-box;
}
#form_wrap .input--error label {
    background: #FFF2F2!important;
    box-sizing: border-box;
}
#form_wrap dl dt{
    color: #455A64;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.1em;
    padding: 0 0 10px 45px;
}
#form_wrap dl:last-child dt{
    color: #455A64;
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
    padding: 0 0 10px 0;
}
#form_wrap.confirm dl dt{
    padding: 0 0 10px 0;
}
#form_wrap dl dt span.req {
    background: #d01316;
    display: inline-block;
    padding: 4px 8px 4px;
    margin: 0 10px 0 0;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    position: absolute;
    left: 0;
    top: 2px;
}
#form_wrap dl dt span.any{
    background: #78909c;
    display: inline-block;
    padding: 0.25em 0.4em 0.35em;
    margin: 0 0 0 10px;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 4px;
}
#form_wrap dl dd{
    position: relative;
}
#form_wrap dl dd input.ipt01{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: block;
    width: 100%;
    padding: 12px;
    font-size: 1.6rem;
    line-height: 1.25;
    color: #546E7A;
    background-color: #fff;
    overflow: hidden;
    border-radius: 5px;
    box-sizing: border-box;
    border: solid 1px #ccc;
    appearance: none;
    -webkit-appearance: none;
}
#form_wrap dl dd .input__content--tel .-group{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#form_wrap dl dd .input__content--tel input{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: block;
    max-width: 120px;
    width: calc(32% - 20px);
    margin: 0 0 0;
    position: relative;
    border: solid 1px #ccc;
    padding: 12px;
    font-size: 1.6rem;
    line-height: 1.25;
    color: #546E7A;
    background-color: #fff;
    overflow: hidden;
    border-radius: 5px;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
}
#form_wrap dl dd .input__content--tel span{
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
#form_wrap dl dd .addnum_list input{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: block;
    max-width: 120px;
    width: calc(33% - 20px);
    margin: 0 0 0 0;
    position: relative;
    border: solid 1px #ccc;
    padding: 12px;
    font-size: 1.6rem;
    line-height: 1.25;
    color: #546E7A;
    background-color: #fff;
    overflow: hidden;
    border-radius: 5px;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
}
#form_wrap dl.input--error dd .input__content--tel input{
    border: solid 1px #ccc;
}
#form_wrap dl dd .addnum_list span{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

#form_wrap dl dd .career_list .-group{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#form_wrap dl dd .career_list .-group label{
    border: 1px solid rgba(0,0,0,0.15);
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 18px 15px 18px 40px;
    margin: 0 0 2%;
    border-radius: 5px;
    position: relative;
    font-size: 1.4rem;
}
#form_wrap dl dd .career_list .-group label:before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #C4C4C4;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    background-color: white;
}
#form_wrap dl dd .career_list .-group input[type=radio]:checked + label{
    border: 1px solid #62b761;
}
#form_wrap dl dd .career_list .-group input[type=radio]:checked + label:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #62b761;
    border-radius: 50%;
    background-color: #62b761;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    transform: translate(6px, 0);
}
#form_wrap dl dd input[type=radio] {
    display: none;
}

#form_wrap dl dd select{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    padding: 12px;
    font-size: 1.6rem;
    line-height: 1.25;
    color: #546E7A;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ccc;
    overflow: hidden;
    border-radius: 5px;
    box-sizing: border-box;
}
#form_wrap dl dd .input--success select{
    border: solid 1px #64bb63;
}
#form_wrap dl .input--adjust .-group{
    position: relative;
}
#form_wrap dl .input--adjust .-group::after{
    content: "▼";
    display: block;
    position: absolute;
    right: 12px;
    top: 17px;
    font-size: 1.2rem;
}
#form_wrap dl .input--error select{
    background: #FFF2F2!important;
    border: solid 1px #ccc;
    box-sizing: border-box;
}
#form_wrap dl dd .list01{
    display: block;
}
#form_wrap dl dd .list02{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#form_wrap dl dd .list01 li{
    margin: 10px 0 0;
}
#form_wrap dl dd .list02 li{
    width: calc(50% - 5px);
    margin: 10px 0 0;
}
#form_wrap dl dd .list01 li label,
#form_wrap dl dd .list02 li label{
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    padding: 8px;
    display: flex;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    margin: 0;
    word-break: break-all;
    color: #455A64;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
}
#form_wrap dl dd .list01 li label.checked,
#form_wrap dl dd .list02 li label.checked{
    border: 1px solid #69bd68;
}
#form_wrap dl dd .list01 li label input[type="checkbox"]+.box,
#form_wrap dl dd .list02 li label input[type="checkbox"]+.box{
    border-radius: 4px;
    margin: 0 8px 0 0;
    position: relative;
    width: 20px;
    height: 20px;
    display: block;
    border: 1px solid #90A4AE;
}
#form_wrap dl dd .list01 li label input[type="checkbox"],
#form_wrap dl dd .list02 li label input[type="checkbox"]{
    visibility: hidden;
    position: absolute;
}
#form_wrap dl dd .list01 li input,
#form_wrap dl dd .list02 li input{
    margin-right: 8px;
    display: inline-block;
}
#form_wrap dl dd .list01 li [type="checkbox"],#form_wrap dl dd .list01 li [type="radio"],
#form_wrap dl dd .list02 li [type="checkbox"],#form_wrap dl dd .list02 li [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
#form_wrap dl dd .list01 li input[type="checkbox"]+.box,
#form_wrap dl dd .list02 li input[type="checkbox"]+.box{
    border-radius: 4px;
    margin-right: 8px;
    position: relative;
    width: 20px;
    height: 20px;
    display: block;
    border: 1px solid #90A4AE;
}
#form_wrap dl dd .list01 li input[type="checkbox"]:checked+.box,
#form_wrap dl dd .list02 li input[type="checkbox"]:checked+.box{
    border: 1px solid #00BCD4;
    background-color: #00BCD4;
}
#form_wrap dl dd .list01 li input[type="checkbox"]+.box:after,
#form_wrap dl dd .list02 li input[type="checkbox"]+.box:after{
    content: "";
    transform: scale(0);
    transition: all 0.25s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/check01.png) no-repeat center;
    background-size: 12px;
}
#form_wrap dl dd .list01 li input[type="checkbox"]:checked+.box:after,
#form_wrap dl dd .list02 li input[type="checkbox"]:checked+.box:after{
    transform: scale(1);
}
#form_wrap dl dd .error-text{
    display: block;
    margin: 10px 0 0;
    color: #d9534f;
    letter-spacing: 0.05em;
    font-size: 1.2rem;
}

#form_wrap .submit, #form_wrap .submit01 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: #CD0032;
    display: block;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    max-width: 280px;
    box-sizing: border-box;
    border: none;
    outline: none;
    padding: 15px 0;
    margin: 40px auto 0;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    text-align: center;
    border-radius: 5px;
}

#form_wrap .submit02 {
    display: block;
    margin: 30px auto 0;
    outline: none;
    background: none;
    border: none;
}
#form_wrap .submit02 span {
    display: inline-block;
    border-bottom: solid 1px #718189;
    color: #718189;
    padding: 0 10px;
    font-size: 1.4rem;
    cursor: pointer;
}

.error_text{
    margin: 40px 30px 0;
    padding: 10px 10px;
    line-height: 1.4;
    text-align: center;
    color: #455a64;
    border: solid 1px #718189;
}
.submit:disabled {
    background: #d0d0d0!important;
    cursor: not-allowed;
}
.input-error-list {
    text-align: justify;
    margin: 25px auto 0;
    color: #d9534f;
    line-height: 1.8;
    font-size: 1.4rem;
    white-space: break-spaces;
    max-width: 280px;
}


/*--入力時--*/
#form_wrap dl.input--success dd::before{
    content: "";
    display: block;
    background: url(images/check.png) no-repeat center #fff;
    background-size: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 18px;
    height: 18px;
    margin: 0;
    transform: translateY(-50%);
    z-index: 2;
    border-radius: 100%;
    box-sizing: border-box;
    border: solid 1px #64bb63;
}
#form_wrap dl.input--career dd::before,#form_wrap dl.input--moving dd::before{
    display: none;
}
#form_wrap dl.input--success dd input{
    border: solid 1px #64bb63;
}
#form_wrap dl.input--error dd input.ipt01{
}

#form_wrap div.input--success::before{
    content: "";
    display: block;
    background: url(images/check.png) no-repeat center #fff;
    background-size: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 18px;
    height: 18px;
    margin: 0;
    transform: translateY(-50%);
    z-index: 2;
    border-radius: 100%;
    box-sizing: border-box;
    border: solid 1px #6bbf6a;
}
#form_wrap div.input--error::before{
    display: none;
}


/*--確認画面--*/
form.check .separate:last-child{
    display: none;
}


/*--完了画面--*/
#form_wrap.thanks{
    height: 100vh;
    max-width: 640px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
}
#form_wrap.thanks h2{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
#form_wrap.thanks .thanks_box{
    text-align: center;
}
#form_wrap.thanks .thanks_box .check_ico{
    max-width: 35px;
    display: block;
    margin: 20px auto 35px;
}
#form_wrap.thanks .thanks_box p{
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.8;
    color: #465b64;
    letter-spacing: 0.05em;
    margin: 0 0 40px;
}
#form_wrap.thanks .thanks_box a{
    font-size: 1.8rem;
    color: #931e20;
    letter-spacing: 0.05em;
}

.count{
    position: fixed;
    left: calc(50% + 400px);
    bottom: 15%;
    color: #fff;
    padding: 4px;
    overflow: hidden;
    border-radius: 4px;
}
.count::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #b7b91c;
    position: absolute;
    right: -4px;
    top: -8px;
}
.count::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #b7b91c;
    position: absolute;
    left: -4px;
    bottom: -8px;
}
.count_box{
    background: #495e67;
    position: relative;
    z-index: 2;
    padding: 10px 20px;
    border-radius: 4px;
}
.cnt_txt{
    display: block;
    text-align: center;
    margin: 0 0 10px;
}
.molecule {
    display: inline-block;
    vertical-align: bottom;
    font-size: 2.8rem;
    margin: 0 2px 0 0;
}
.denominator{
    display: inline-block;
    vertical-align: bottom;
    font-size: 2.8rem;
    letter-spacing: 0.2em;
}
.denominator span{
    font-size: 1.6rem;
    letter-spacing: 0;
    margin: 0 0 0 4px;
}


.progressDonut {
    width: 120px;
    height: 120px;
    background-color: #fff383;
    position: fixed;
    left: calc(50% + 450px);
    top: 40px;
    z-index: 999;
}
.progressDonut.gt180deg{
    background-color: #edc92c;
}
.progressDonut_base{
    content: "";
    position: absolute;
    left: calc(50% - 60px);
    top: calc(50% - 60px);
    width: 120px;
    height: 120px;
    clip: rect(0,120px,120px,60px);
}
.gt180deg .progressDonut_base{
    clip: rect(0,60px,120px,0);
}
.progressDonut_base div{
    width: 120px;
    height: 120px;
    position: relative;
}
.progressDonut_base div::before{
    content: "";
    display: block;
    left: calc(50% - 90px);
    top: calc(50% - 90px);
    width: 180px;
    height: 180px;
    clip: rect(0,90px,180px,0);
    background: #edc92c;
    transform: rotate(0);
    transition: transform .5s;
    position: absolute;
}
.progressDonut_base div.cnt4::before{
    transform: rotate(0deg);
}
.progressDonut_base div.cnt3::before{
    transform: rotate(90deg);
}
.progressDonut_base div.cnt2::before{
    transform: rotate(180deg);
}
.progressDonut_base div.cnt1::before{
    transform: rotate(270deg);
    clip: rect(0,180px,180px,90px);
    background: #fff383;
}
.progressDonut_base div.cnt0::before{
    transform: rotate(360deg);
    clip: rect(0,180px,180px,90px);
    background: #fff383;
}
.progressDonut_inner {
    font-family: sans-serif;
    left: calc(50% - 55px);
    top: calc(50% - 55px);
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff;
    color: #565252;
}
.progressDonut_fill, .progressDonut_inner {
    content: "";
    position: absolute;
}
.progressDonut_text {
    opacity: 1;
    visibility: visible;
    height: auto;
    text-align: center;
}
.progressDonut_result{
    margin: 10px 0 0;
    letter-spacing: 0.1em;
    font-size: 2rem;
    font-weight: 600;
}
.progressDonut_remain{
    color: #626262;
    font-size: 1.2rem;
    font-weight: 400;
}
.js-progressCount{
    font-size: 3.6rem;
    font-weight: 600;
}
.success_box{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f6e5be;
    font-size: 2rem;
    font-weight: bold;
    color: #d01316;
    opacity: 0;
    transform: scale(0);
    transition: .3s all;
}
.success .success_box{
    opacity: 1;
    transform: scale(1);
}
.success_box span{
    transform: scale(0);
    transition: .3s all;
    transition-delay: .5s;
}
.success .success_box span{
    transform: scale(1);
}

.item{
    position: fixed;
    right: 20px;
    top: 20px;
    width: 100px;
    height: 60px;
    background: #f6e5be;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
    overflow: hidden;
    font-weight: bold;
    z-index: 2;
}
.item .progressDonut_inner{
    font-family: sans-serif;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: none;
    color: #d00f31;
}
.item .js-progressCount{
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0 2px 0 0;
}
.item .js-ProgressTotal {
    margin: 0 0 0 2px;
    font-size: 1.2rem;
}
.item p.item_ttl {
    margin: 0 0 10px;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #333;
}

input::placeholder {
  color: #d0d0d0;
}

/* IE */
input:-ms-input-placeholder {
  color: #d0d0d0;
}

/* Edge */
input::-ms-input-placeholder {
  color: #d0d0d0;
} 
}
