@charset "utf-8";



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

    headline

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

#headline {
    text-align: center;
    margin-bottom: 7.5vw;
}

#headline .flow {
    overflow: hidden;
    display: inline-block;
}

#headline .flow li {
    display: inline-block;
    position: relative;
    float: left;
    background: #eee;
    line-height: 12.5vw;
    text-align: center;
    width: 20vw;
    margin-right: 6.25vw;
    font-size: 3vw;
    padding-left: 2.5vw;
    font-weight: 500;
    box-sizing: border-box;
}

#headline .flow li.now {
    background: #00A9D4;
    color: #fff;
}

#headline .flow li:last-of-type {
    margin-right: 0;
    padding-left: 0;
    width: 25vw;
}

#headline .flow li:after {
    content: "";
    display: block;
    width: ;
    position: absolute;
    right: -6.25vw;
    top: 0;
    border-left: 6.25vw solid #eee;
    border-top: 6.25vw solid transparent;
    border-bottom: 6.25vw solid transparent;
}

#headline .flow li.now:after {
    border-left-color: #00A9D4;
}

#headline .flow li:last-of-type:after {
    display: none;
}

#headline .flow + p {
    margin-top: 5vw;
    line-height: 1.8;
}

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

    form

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

#form .form_area {
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
    padding: 0 4.2vw;
    box-sizing: border-box;
}

#form .form_area dl.off {
    display: none;
}

#form .form_area dl + dl {
    margin-top: 7vw;
}

#form .form_area dt {
    font-weight: 600;
    vertical-align: top;
    position: relative;
    margin-bottom: 1.75vw;
}

#form .form_area dl.req dt:after,
#form .form_area dl.opt dt:after {
    content: "必須";
    display: inline-block;
    color: #e65239;
    border: 1px #e65239 solid;
    font-size: 1.1rem;
    border-radius: 0.3rem;
    padding: 0.3rem 0.8rem;
    line-height: 1;
    margin-left: 2.5vw;
}

#form .form_area dl.opt dt:after {
	content: "任意";
	color: #666;
	border-color: #666;
}

#form .form_area dd input {
    width: 100%;
    max-width: 300px;
    font-size: 3.47vw;
}

#form .form_area dd input[type="text"] {
    height: 18px;
}

#form .form_area dd .wrapper_select {
    display: inline-block;
}

#form .form_area dd select {
    width: 220px;
    font-size: 3.47vw;
    position: relative;
    cursor: pointer;
}

#form .form_area dd textarea {
    width: 100%;
    max-width: 490px;
    height: 37.5vw;
    font-size: 3.47vw;
    box-sizing: border-box;
}

#form .form_area dd .wrapper_select {
    position: relative;
}

#form .form_area dd .wrapper_select > i {
    position: absolute;
    right: 10px;
    line-height: 41px;
    top: 0;
    z-index: 1;
    pointer-events: none;
}

.form_button {
    overflow: hidden;
    margin-top: 7.5vw;
    text-align: center;
}

.form_button > p {
    line-height: 1.6;
    margin-bottom: 6.25vw;
}

.form_button > p.btn_detail {
    margin-bottom: 0;
}

#form .form_area dd p.err {
    color: #E55239;
    font-weight: 600;
    margin-top: 1.25vw;
}

ul.btn_detail {
    text-align: center;
}

ul.btn_detail li {
    display: inline-block;
}

ul.btn_detail li a {
	min-width: 54vw;
}

ul.btn_detail li:first-of-type {
    width: 30vw;
}

ul.btn_detail li + li {
    margin-left: 2.5vw;
}

ul.btn_detail li:first-of-type a {
    min-width: 0;
    width: 100%;
    background: #eee;
    box-sizing: border-box;
}

#form .btn_detail .zmdi-chevron-left {
	right: auto;
	left: 2.7vw;
}

#form .form_area dd.comment {
    line-height: 1.8;
}

#form .form_area dt, #form .form_area dd .year,
#form .form_area dt, #form .form_area dd .month,
#form .form_area dt, #form .form_area dd .day {
    display: inline-block;
    margin-right: 10px;
}

#form .form_area dt, #form .form_area dd .year select {
    width: 100px;
    margin-right: 5px;
}

#form .form_area dt, #form .form_area dd .month select,
#form .form_area dt, #form .form_area dd .day select {
    width: 50px;
    margin-right: 5px;
}

#form .form_area dt, #form .form_area dd .postal {
    margin-bottom: 8px;
}

#form .form_area dt {
    width: auto;
}

#form .form_area dd .postal input {
    width: 110px;
}



#form .form_area dd b {
    display: inline-block;
    line-height: 1.8;
}


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

    complete

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


#complete {
    line-height: 1.8;
    text-align: center;
}

#complete > .formArea > p {
    margin-bottom: 5vw;
}


#complete > .formArea > p > a {
    margin-top: 1.25vw;
    display: inline-block;
}

#complete .backBtn a {
    text-decoration: underline;
}

#complete .backBtn a:hover {
    text-decoration: none;
    opacity: 1;
}





@media screen and (min-width: 480px) {

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

    common

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




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

    headline

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

#headline .flow li {
	font-size: 2.1vw;
	line-height: 9vw;
}

#headline .flow li:after {
	right: -4.5vw;
	border-left-width: 4.5vw;
	border-top-width: 4.5vw;
	border-bottom-width: 4.5vw;
}



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

    form

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

#form .form_area {
    display: table;
}

#form .form_area dt,
#form .form_area dd {
    display: table-cell;
    line-height: 9vw;
}

#form .form_area dt {
	width: 36vw;
}

#form .form_area dd {
	width: 51vw;
}

#form .form_area dd b {
    padding-top: 10px;
}

#form .form_area dd input,
#form .form_area dd select,
#form .form_area dd textarea {
	font-size: 1.95vw;
}

#form .form_area dd .wrapper_select > i {
	line-height: 9vw;
}

#form .form_area dd p.err {
	line-height: 1;
}

}





@media screen and (min-width: 768px) {

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

    headline

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

#headline {
    margin-bottom: 50px;
}

#headline .flow li {
    line-height: 62px;
    width: 180px;
    margin-right: 31px;
    font-size: 1.6rem;
    padding-left: 23px;
}

#headline .flow li:last-of-type {
    width: 191px;
}

#headline .flow li:after {
    right: -31px;
    border-left: 31px solid #eee;
    border-top: 31px solid transparent;
    border-bottom: 31px solid transparent;
}

#headline .flow + p {
    margin-top: 60px;
}

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

    form

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

#form .form_area dl + dl {
    margin-top: 30px;
}

#form .form_area dt,
#form .form_area dd {
    font-size: 1.5rem;
    line-height: 41px;
}

#form .form_area dt {
    width: 278px;
    margin-bottom: 0;
}

#form .form_area dl.req dt:after,
#form .form_area dl.opt dt:after {
    margin-left: 8px;
    position: absolute;
    right: 30px;
    top: 10px;
}

#form .form_area dd input {
    width: 300px;
    font-size: 1.5rem;
}

#form .form_area dd input[type="text"] {
    height: 23px;
}

#form .form_area dd select {
    font-size: 1.5rem;
}

#form .form_area dd textarea {
    width: 372px;
    max-width: 540px;
    height: 200px;
    font-size: 1.5rem;
}

#form .form_area dd .wrapper_select > i {
    position: absolute;
    right: 10px;
    line-height: 41px;
    top: 0;
    z-index: 1;
    pointer-events: none;
}

.form_button {
    margin-top: 80px;
}

.form_button > p {
    margin-bottom: 50px;
}

#form .form_area dd p.err {
    color: #E55239;
    font-weight: 600;
    margin-top: 0;
    line-height: inherit;
}

ul.btn_detail li:first-of-type {
    width: 240px;
}

ul.btn_detail li + li {
    margin-left: 30px;
}

ul.btn_detail li:first-of-type a:hover {
	background-color: #666;
	border-color: #666;
}

ul.btn_detail li:first-of-type a:hover::before,
ul.btn_detail li:first-of-type a:hover::after {
	background-color: #666;
}

#form .form_area dd.comment {
    line-height: 1.8;
}

#form .form_area dt, #form .form_area dd .postal {
    margin-bottom: 8px;
}



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

    complete

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


#complete > .formArea > p {
    margin-bottom: 50px;
}


#complete > .formArea > p > a {
    margin-top: 10px;
}


}




@media screen and (min-width: 1080px) {


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

    form

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

#form .form_area dd {
	width: auto;
}

ul.btn_detail li a {
	min-width: 33rem;
}


}
