@charset "UTF-8";


/******************************************
*
ステップバー
*
******************************************/
#stepList{
    display:block;
    overflow:hidden;
    width:680px;
    margin:0 auto 1em auto;
}

#stepList > ul{
    width:100%;
    letter-spacing:-.4em;
}
#stepList > ul > li{
    display:inline-block;
    overflow:hidden;
    width:33%;
    height:40px;

    font-size:1.6rem;
    line-height:125%;
    text-align:center;
    letter-spacing:normal;

    color:#ffffff;
    position:relative;
    /*float:left;*/
}

#stepList > ul > li > p{
    display:block;
    overflow:hidden;
    width:calc(100% - 19px);
    height:40px;
    background-color:#d9d9d9;
    float:left;
    position:relative;
}

#stepList > ul > li > p > span{
    display:block;
    width:100%;
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
    -webkit-transform: translateY(-50%);
}

#stepList > ul > li:nth-child(3) > p{
    width:100%;
}

#stepList > ul > li:nth-child(2) > p > span,
#stepList > ul > li:nth-child(3) > p > span{
    padding-left:19px;
}


#stepList > ul > li:nth-child(1)::after,
#stepList > ul > li:nth-child(2)::after{
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 15px;
    border-color: transparent transparent transparent #d9d9d9;
    float:left;
}

#stepList > ul > li:nth-child(2) > p::before,
#stepList > ul > li:nth-child(3) > p::before{
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 15px;
    border-color: transparent transparent transparent #ffffff;

    float:left;
    position:absolute;
    top:0;
    left:0;
}

#stepList > ul > li:nth-child(2){
    width:34%;
}

#stepList > ul > li:nth-child(1).on > p{
    background-color:#012169
}
#stepList > ul > li:nth-child(1).on::after{
    border-color: transparent transparent transparent #012169
}

#stepList > ul > li:nth-child(2).on > p{
    background-color:#3b4687
}
#stepList > ul > li:nth-child(2).on::after{
    border-color: transparent transparent transparent #3b4687
}

#stepList > ul > li:nth-child(3).on > p{
    background-color:#8992c6
}



/* for Sp --------------------*/
@media screen and (max-width: 738px) {

    #stepList{
        width:100%;
        margin:20px auto 1em auto;
    }

    #stepList > ul > li{
        font-size:1.4rem;
    }

}
@media screen and (max-width: 425px) {
    /*#stepList > ul > li:nth-child(2){
        padding:15px 0 0;
    }*/

}
@media screen and (max-width: 320px) {

    #stepList > ul > li{
        font-size:1.2rem;
    }

}


/******************************************
*
From
*
******************************************/
input[type='text'],
input[type='tel'],
input[type='email'],
input[type='number'],
input[type='password']{
	border:none;
	display:inline-block;
    /*font-size:1.0em;*/
    font-size: 16px;
    /*transform: scale(0.8);*/
    width:100%;
	background-color:#ffffff;
	border: 1px solid #cccccc;
    /*border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    */

    -webkit-appearance: none;
}

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='number']:focus,
input[type='password']:focus,
textarea:focus{
  border: 1px solid #fc9b5f;
  outline: 0;
}

input[type='text']:disabled,
input[type='tel']:disabled,
input[type='email']:disabled,
input[type='number']:disabled,
input[type='password']:disabled,
textarea:disabled{
    background-color:#cccccc;
}

button[type='submit']{
	border:0;
	padding:0;
	width:auto;
	height:38px;
	background-color:#012169;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    cursor:pointer;
}

button[type='submit']:focus{
	outline:0;
}
button[type='submit']:active{
	opacity:0.5;
}

button[type='submit'] > span{
	padding:0 1em;
    display:block;
	color:#ffffff;
	/*font-weight:bold;*/
	font-size:1.8rem;
	line-height:35px; 
	text-align:center;
}

input[type="checkbox" i], input[type="radio" i]{
    width: 16px;
    height: 16px;
    vertical-align: top;
}

textarea{
	width:100%;
	height:10em;
	/*font-size:1.0em;*/
    font-size: 16px;
    line-height: 1.5em;
	padding: 0.75em;
    width:100%;
	background-color:#ffffff;
	border: 1px solid #cccccc;
}

/*
input[type='text'].numOnly,
input[type='tel'].numOnly{
    ime-mode: inactive;
}
*/

/* ---------------------------------------------
*  セレクタ
--------------------------------------------- */
.selectMenu{
    display:inline-block;
    overflow:hidden;
    margin: 10px 0 0 0;
    /*text-align: center;*/
    position: relative;
    border-radius: 2px;
    border: 1px solid #cccccc;
    border-radius: 50px;
    background: #ffffff;
}

.selectMenu::after {
    position: absolute;
    top: 1em;
    right: 1em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000000;
    pointer-events: none;
}

.selectMenu select{
    width: 100%;
    height:100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;

    padding: 0.5em 1.5em;
    color: #000000;
    /*font-size:1.4rem;*/
    font-size: 16px;
    /*transform: scale(0.8);*/
    line-height:125%;


}

.selectMenu select:disabled{
    background-color:#c3c3c3;
    pointer-events:none;
    /*color:#ffffff;*/
}

.selectMenu select::-ms-expand {
  display: none;
}


/* for Sp --------------------*/
@media screen and (max-width: 738px) {

    .selectMenu{
        width:100%!important;
    }

}


/* ---------------------------------------------
*  送信ボタン
--------------------------------------------- */

.submitbox > button[type='submit']{
    width:60%;
    height:auto;
}

/* for Sp --------------------*/
@media screen and (max-width: 980px) {

    .submitbox > button[type='submit']{
        width:90%;
    }


}

/* ---------------------------------------------
*  jcool200206
--------------------------------------------- */

.title_formname {
    max-width: 680px;
    margin: 5rem auto;
    font-size: 22px;
    overflow:visible;
    
}
.form_nologin_title {
    text-align: center;
    font-size: 20px;
    overflow:visible;
    margin: 2rem auto 10rem;
    line-height: 2.4;
    background-color: #f2f2f2;
    font-weight: normal;
    padding: 2rem 0;
    /*color: #002169;*/
    max-width: 650px;
}


.form_nologin_title a {
    color: #eb7730;
}