* {
    padding: 0;
    margin: 0;
    font-family: sans-serif;
}


header {
    max-width: 440px;
    margin: 0 auto;
    height: 72px;
    /* box-shadow: 0px 0px 4px #8080802e; */
}

.carinavi {
    font-weight: bold;
    letter-spacing: 1.3px;
    position: absolute;
    top: 19px;
    left: 49px;
    color: black;
    text-decoration: none;
}

.appro_job {
    margin: -2px 0 0 20px;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: bold;
    color: black;
    text-decoration: none;
}

.appro_job {
    display: flex;
    align-items: center;
    position: absolute;
    top: 43px;
}

.appro_job:before,
.appro_job:after {
    content: "";
    height: 1px;
    width: 20px;
    background-color: #666;
}

.appro_job:before {
    margin-right: 9px;
    margin-top:-1px;
}

.appro_job:after {
    margin-left: 7px;
    margin-top:-1px;
}

.header_space {
    position: relative;
    max-width: 440px;
}

.header_Shapes {
    position: absolute;
    z-index: 100;
}

.header_Shapes01 {
    width: 13px;
    height: 13px;
    background-color: #221714;
    top: 16px;
    left: 32px;
}

.header_Shapes02 {
    width: 13px;
    height: 13px;
    background-color: #221714;
    top: 29px;
    left: 19px;
}

.header_Shapes03 {
    width: 7px;
    height: 7px;
    background-color: #221714;
    top: 19px;
    left: 21.5px;
    border-radius: 12px;
}

.header_Shapes04 {
    width: 7px;
    height: 7px;
    background-color: #221714;
    top: 32px;
    left: 35px;
    border-radius: 12px;
}

.header_Shapes05 {
    width: 7px;
    height: 7px;
    background-color: white;
    top: 19px;
    left: 35px;
    border-radius: 12px;
}

.header_Shapes06 {
    width: 7px;
    height: 7px;
    background-color: white;
    top: 32px;
    left: 21.5px;
    border-radius: 12px;
}

.header_Shapes07 {
    width: 13px;
    height: 13px;
    background-color: white;
    top: 16px;
    left: 19px;
    opacity: 0;
}

.header_Shapes08 {
    width: 13px;
    height: 13px;
    background-color: white;
    top: 29px;
    left: 32px;
    opacity: 0;
}

.question_header_img01 img {
    width: 136px;
    position: absolute;
    height: 72px;
    left: 0px;
}

.question_header_img02 img {
    width: 170px;
    position: absolute;
    height: 72px;
    top: 0px;
    right: 0px;
}

/* .question_header_img03 img {
    width: 440px;
    position: relative;
    height: 72px;
    right: 0px;
} */

main {
    height: 559px;
    max-width: 440px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.point {
    float:right;
    display: none;
}

.select_city {
    float:right;
    display: none;
}

.question_top_ul {
    display: flex;
    justify-content:space-around;
    list-style: none;
    margin: 18px 0 15px 0;
    /* box-shadow: 0px 0px 4px #8080802e; */
}

.question_top_ul_li01 {
    width: 354px;
    height: 12px;
    border-radius: 10px;
    background-color: #EDEDED;
    margin: 0 0 0 16px;
    position: relative;

}

.question_top_ul_li01::before{
    content: '';
    position: absolute;
    width: 12.5%;
    height: 12px;
    background: #f98469;
    left:0px;
    border-radius: 20px 0 0 20px
}

.question_top_ul_li01.active01::before{
    width: 25%;
}

.question_top_ul_li01.active02::before{
    width: 37.5%;
}

.question_top_ul_li01.active03::before{
    width: 50%;
}

.question_top_ul_li01.active04::before{
    width: 62.5%;
}

.question_top_ul_li01.active05::before{
    width: 75%;
}

.question_top_ul_li01.active06::before{
    width: 87.5%;
}

.question_top_ul_li01.active07::before{
    width: 100%;
    border-radius: 20px;
}

.question_top_ul_li02 {
    color: #FA5E38;
    font-size: 12px;
    font-weight: bold;
    margin: -2px 15px 0px 0;
}

.question_top_ul_li02 p {
    margin: -2px 0 -3px 0;
}

.question_top_ul_li02 p span {
    font-size: 15px;
}

.question_area {
    height: 528px;
    /* margin-top: 15px; */
    background-color: #F5F5F5;
    /* box-shadow: inset 0 0 50px #8080802e; */
    /* box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.5); 影の位置を調整 */
    box-shadow: inset 0px 9px 9px -15px rgba(0, 0, 0, 0.5); /* 上部のみ影を付ける */
}

.human_ul {
    display: none;
}

.human_ul.active {
    display: flex;
    justify-content: space-around;
    list-style: none;
    padding: 54px 0 23px 0;
}

.human_ul_li01 img {
    width: 82px;
    height: auto;
    padding: 4px 0 0 14px;
}

.human_ul_li02 {
    position: relative;
}

.human_ballon,
.human_ballon_p {
    display: none;
}

.human_ballon.active,
.human_ballon_p.active {
    display: block;
}

.human_ul_li02 img {
    width: 312px;
    height: 117px;
    padding: 0 12px 0 0;
    margin: -11px 0 0 0;
}

.human_ballon_01p {
    position: absolute;
    top: 3px;
    left: 35px;
    text-align: left;
    line-height: 29px;
    font-weight: bold;
    letter-spacing: 0.7px;
}

.human_ballon_01p_span01 {
    padding: 0 1px 0 3px;
}

.human_ballon_01p_span02 {
    padding: 0 3px 0 0;
}

.human_ballon_01p_span03 {
    padding: 0 0 0 1px;
    letter-spacing: 0.5px;
}

.human_ballon_02p  {
    position: absolute;
    top: 15px;
    left: 35px;
    text-align: left;
    line-height: 28px;
    font-weight: bold;
}

.human_ballon_02p span {
    margin: 0 0px 0 -2px;
    letter-spacing: 1px;
}

.human_ballon_03p  {
    position: absolute;
    top: 14px;
    left: 35px;
    text-align: left;
    line-height: 28px;
    font-weight: bold;
}

.human_ballon_03p span {
    margin: 0 0px 0 -2px;
    letter-spacing: 1px;
}

.human_ballon_04p {
    position: absolute;
    top: 32px;
    left: 36px;
    text-align: left;
    line-height: 28px;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 16px;
}

.human_ballon_04p span {
    margin: 0 0px 0 -1px;
    letter-spacing: 0px;
}

.human_ballon_05p {
    position: absolute;
    top: 3px;
    left: 35px;
    text-align: left;
    line-height: 28.5px;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 16px;
}

.human_ballon_05p_span01 {
    margin: 0 0 0 -5px;
    letter-spacing: 0.9px;
}

.human_ballon_05p_span02 {
    margin: 0 0 0 -6px;
}

.human_ballon_05p_span03 {
    letter-spacing: 0.5px;
}

.human_ballon_06p {
    position: absolute;
    top: 13px;
    left: 35px;
    text-align: left;
    line-height: 28.5px;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 16px;
}

.human_ballon_06p_span01 {
    margin: 0 0 0 -5px;
    letter-spacing: 0.8px;
}

.human_ballon_06p_span02 {
    letter-spacing: 0.2px;
}

.human_ballon_07p {
    position: absolute;
    top: 13px;
    left: 35px;
    text-align: left;
    line-height: 28.5px;
    font-weight: bold;
    letter-spacing: 0.6px;
    font-size: 16px;
}

.human_ballon_08p {
    position: absolute;
    top: 13px;
    left: 35px;
    text-align: left;
    line-height: 28.5px;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 16px;
}

.human_ballon_08p span {
    padding: 0 0 0 0;
    letter-spacing: 0.5px;
}

/* .select_area_top {
    margin:0 0 0 0;
} */

.select_area {
    display: none;
}

.select_area.active {
    display: block;
    height: 270px;
    max-width: 400px;
    margin: 0 auto;
    background-color: #EDEDED;
    border-radius: 8px;
}

/* .select_button_area01 {
 margin: 34px 0 0 0;
} */

.select_button,
.select_box {
    display: none;
}

.select_button.active {
    display: block;
    margin: 0 auto;
    width: 358px;
    height: 41px;
    border-radius: 7px;
    position: relative;
    left: 1px;
    border: 2px solid 	#BFBFBF;
    cursor: pointer;
    font-size: 19px;
    font-weight: bold;
    padding-top: 15px;
    color: #4D4D4D;
}

.select_button.orange {
    background-color: #FA5E38;
    border: 2px solid 	#FA5E38;
    color:white;
}

.select_button01_01 {
    top: 34px;
}

.select_button01_02 {
    top: 46px;
}

.select_button01_03 {
    top: 58px;
}

.select_button01_01 p {
    padding: 0 0 0 0;
    margin: -1px 0 0 0 ;
}

.select_button01_02 p {
    padding: 0 3px 0 0;
    margin: -1px 0 0 0 ;
}

.select_button01_02_span01 {
    font-size: 18px;
    vertical-align: middle;
}

.select_button01_02_span02 {
    font-size: 13px;
    vertical-align: middle;
}

.select_button01_02_span03 {
    font-size: 18px;
    vertical-align: middle;
}

.select_button01_03 p {
    padding: 0 3px 0 0;
    letter-spacing: 0.5px;
    margin: -1px 0 0 0 ;
}

.select_button02_01,
.select_button03_01,
.select_button04_01,
.select_button05_01 {
    top: 33px;
}

.select_button02_02,
.select_button03_02,
.select_button04_02,
.select_button05_02 {
    top: 45px;
}

.select_button02_03,
.select_button03_03,
.select_button04_03,
.select_button05_03 {
    top: 56px;
}

.select_button02_04,
.select_button03_04,
.select_button04_04,
.select_button05_04 {
    top: 66px;
}

/* .select_button02_01 p,
.select_button03_01 p,
.select_button04_01 p,
.select_button05_01 p {
    margin: 0 0 0 0 ;
} */

.select_button02_02 p,
.select_button03_02 p,
.select_button04_02 p,
.select_button05_02 p {
    padding: 0 3px 0 0;
    margin: -1px 0 0 0 ;
}

/* .select_button02_03 p,
.select_button03_03 p,
.select_button04_03 p,
.select_button05_03 p {
    padding: 0 0 0 0;
} */

.select_button02_04 p,
.select_button03_04 p,
.select_button04_04 p,
.select_button05_04 p {
    /* padding: 0 0px 0 0; */
    margin: -1px 0 0 0 ;
}

.select_box.active {
    display: block;
    margin: 0 auto;
    width: 358px;
    height: 41px;
    border-radius: 7px;
    position: relative;
    top: 33px;
    left: 5px;
    border: 2px solid 	#BFBFBF;
    cursor: pointer;
    font-size: 19px;
    font-weight: bold;
    padding-top: 15px;
    color: #4D4D4D;
    text-align: left;
    font-weight: bold;
    background-color: white;
}

.select_box_ul {
    display: flex;
    list-style: none;
    justify-content: flex-start;
}

.select_box_p {
    padding: 0 0 0 25px;
    letter-spacing: -0.6px;
}

.select_box_arrow01 {
    width: 12px;
    height: 3px;
    background-color: #C0C0C0;
    margin: 12px 0px 0 149px;
    transform: rotate(45deg);
    border-radius: 2px;
}

.select_box_arrow02 {
    width: 12px;
    height: 3px;
    background-color: #C0C0C0;
    margin: 12px 0 0 -5px;
    transform: rotate(-45deg);
    border-radius: 2px;
}

.select_box_arrow01.active {
    transform: rotate(135deg);
}

.select_box_arrow02.active {
    transform: rotate(45deg);
}

.answer_button_area {
    display: none;
}

.answer_button_area01.active {
    display: block;
    margin: 74px 0 0 14px;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 18px;
    border-radius: 33px;
    /* background-color: red; */
    max-width: 215px;
    margin: 0 auto;
    position: relative;
    top: 56px;
    left: 4px;
    color: #FA5E38;
    height: 56px;
    border: 2px solid;
    cursor: pointer;
}

.answer_button_01.orange {
    color: white;
    background-color: #FA5E38;
    border: 2px solid #FA5E33;
    border: none;
}

.answer_button_01, .answer_button_02, .answer_button_03 {
    padding: 16px 0 0 5px;
    background-color: white;
    width: 215px;
    border: none;
    height: 56px;
    border-radius: 30px;
    font-weight: bold;
    color:#FA5E33;
    cursor: pointer;
}

.answer_button_01 {
    height: 56px;
}

.answer_button_02 {
    height: 55px;
}

.answer_button_03 {
    height: 55px;
}

.answer_button_01 p, .answer_button_02 p, .answer_button_03 p {
    padding: 0 0px 12px 0px;
    font-size: 19px;
    letter-spacing: 1.1px;
}

.answer_button_area02.active {
    display: block;
    margin: 74px 0 0 14px;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 18px;
    border-radius: 33px;
    max-width: 215px;
    margin: 0 auto;
    position: relative;
    top: 28px;
    left: 4px;
    color: #FA5E38;
    height: 56px;
    border: 2px solid;
    cursor: pointer;
}

.answer_button_02.orange {
    color: white;
    background-color: #FA5E38;
    border: 2px solid #FA5E33;
    height: 56px;
}

.answer_button_area03.active {
    display: block;
    margin: 74px 0 0 14px;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 18px;
    border-radius: 33px;
    max-width: 215px;
    margin: 0 auto;
    position: relative;
    top: 28px;
    left: 4px;
    color: #FA5E38;
    height: 56px;
    border: 2px solid;
    cursor: pointer;
}

.answer_button_03.orange {
    color: white;
    background-color: #FA5E38;
    border: 2px solid #FA5E33;
    height: 56px;
}

.alarm01,.alarm02,.alarm03,.alarm04,.alarm05,.alarm06 {
    display: none;
}

.alarm01.active {
    display: block;
    color: red;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    max-width: 344px;
    margin: 0 auto;
    position: relative;
    top: 36px;
}

.city_area {
    display: none;
}

.city_area.active {
    margin: 0 auto;
    display: block;
    height: 228px;
    width: 358px;
    background-color: white;
    position: relative;
    top: 42px;
    left: 5px;
    border: 2px solid #BFBFBF;
    border-radius: 10px;
    text-align: left;
    overflow-y: scroll;
}

.city {
    padding: 13px 0 9px 23px;
    margin: 0 1px 0 1px;
    font-weight: bold;
    font-size: 19px;
    color: #4D4D4D;
    letter-spacing: 1.3px;
    cursor: pointer;
}

.city.active {
    background-color: #FA5E38;
}

.your_profile {
    display: none;
}

.your_profile.active {
    display: block;
    max-width: 350px;
    margin:0 auto;
    text-align: left;
}

.date_of_birth {
    padding: 34px 0 0 1px;
    font-size: 19px;
    font-weight: bold;
    color: #545454;
}

.date_of_birth_input {
    padding: 3px 0 0 17px;
    margin: 11px 0 0 0;
    height: 52px;
    width: 340px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 7px;
    border: 2px solid #EDEDED;
    letter-spacing: 0.8px;
}

.name {
    padding: 25px 0 0 1px;
    font-size: 19px;
    font-weight: bold;
    color: #545454;
}

.name_input {
    padding: 3px 0 0 17px;
    margin: 11px 0 0 0;
    height: 52px;
    width: 340px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 7px;
    border: 2px solid #EDEDED;
    letter-spacing: 0.8px;
}

.name_kana {
    padding: 23px 0 0 1px;
    font-size: 18px;
    font-weight: bold;
    color: #545454;
}

.name_kana_input {
    padding: 3px 0 0 17px;
    margin: 11px 0 0 0;
    height: 52px;
    width: 340px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 7px;
    border: 2px solid #EDEDED;
    letter-spacing: 0.8px;
}

input[type="text"]:focus {
    color: black;
    outline:2px solid #FA5E38;
}

.date_of_birth_input.active {
    border: 2px solid red;
}

.name_input.active {
    border: 2px solid red;    
}

.name_kana_input.active {
    border: 2px solid red;    
}

::placeholder {
    color: #C1C1C1;
}

.alarm02.active,
.alarm03.active,
.alarm04.active,
.alarm05.active {
    position: relative;
    float: left;
    display: block;
}

.alarm02.active {
    position: relative;
    top: 4px;
    font-size: 12px;
    color: red;
    font-weight: bold;
}

.alarm03.active {
    position: relative;
    top: 4px;
    font-size: 12px;
    color: red;
    font-weight: bold;
}

.alarm04.active {
    position: relative;
    top: 4px;
    font-size: 12px;
    color: red;
    font-weight: bold;
}

.alarm05.active {
    position: relative;
    top: 4px;
    font-size: 12px;
    color: red;
    font-weight: bold;
}

.your_tel {
    display: none;
}

.your_tel.active {
    display: block;
    max-width: 350px;
    margin: 0 auto;
    text-align: left;
}

.tel {
    padding: 33px 0 0 0;
    font-size: 20px;
    font-weight: bold;
}

.tel_input {
    padding: 2px 0 0 17px;
    margin: 11px 0 0 0;
    height: 52px;
    width: 340px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 7px;
    border: 2px solid #EDEDED;
    letter-spacing: 0.8px;
}

.tel_input.active {
    border: 2px solid red;
}

/* .human_ul02.active {
    display: flex;
    justify-content: space-around;
    list-style: none;
    padding: 43px 0 13px 0;
}

.human_ul02_li01 img {
    width: 82px;
    height: auto;
    padding: 6px 0 0 14px;
}

.human_ul02_li02 {
    position: relative;
}

.human_ul02_li02 img {
    width: 312px;
    height: auto;
    padding: 0 12px 0 0;
} */

/* .human_ul02_li02 p {
    position: absolute;
    top: 15px;
    left: 35px;
    text-align: left;
    line-height: 28px;
    font-weight: bold;
}

.human_ul02_li02 p span {
    margin: 0 0px 0 -2px;
    letter-spacing: 1px;
} */

/* .select_area02.active {
    display: block;
    height: 220px;
    max-width: 400px;
    margin: 0 auto;
    background-color: #EDEDED;
    border-radius: 8px;
} */

.form {
    display: none;
}

.form_button {
    background-color: red;
    height: 50px;
    width: 50px;
}

.alarm06.active {
    display: block;
    color: red;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    max-width: 344px;
    margin: 0 auto;
    position: relative;
    top: 76px;
}

.terms_of_service {
    display: none;
}

.terms_of_service.active {
    display: block;
}

.terms_of_service_p01 {
    top: 138px;
    left: 1px;
    text-align: center;
    font-size: 13px;
    line-height: 0px;
    letter-spacing: 0.4px;
    position: relative;
}

.terms_of_service_p02 {
    top: 152px;
    left: 2px;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.4px;
    position: relative;
}

.terms_of_service_span01 {
    color: #FA5E38;
    cursor: pointer;
    text-decoration: underline solid #FA5E38;
    font-weight: bold;
    letter-spacing: 1px;
    /* padding: 10px; */
    /* border-bottom: 1px solid #FA5E38; */
    /* line-height: 1px; */
}

.terms_of_service_span01 a {
    color: #FA5E38;
}

.terms_of_service_span02 {
    color: #FA5E38;
    cursor: pointer;
    text-decoration: underline solid #FA5E38;
    font-weight: bold;
    letter-spacing: 1px;
    /* padding: 10px; */
    /* border-bottom: 1px solid #FA5E38; */
}

.terms_of_service_span02 a {
    color: #FA5E38;
}

.terms_of_service_span03 {
    margin: 0 0 0 -2px;
}

.terms_of_service_span04 {
    margin: 0 0 0 -2px;
}

.terms_of_service_span05 {
    margin: 0 0 0 -3px;
}

.register_area {
    display: none;
}

.register_area.active {
    display: block;
    max-width: 320px;
    margin: 0 auto;
    position: relative;
    top: 175px;
    left: 9px;
    cursor: pointer;
    border: none;
}

.register {
    background-color: #FA5E38;
    width: 302px;
    height: 59px;
    border-radius: 30px;
    cursor: pointer;
}

.register p {
    padding: 15px 0px 0px 1px;
    color: white;
    font-weight: bold;
    font-size: 19px;
    letter-spacing: 0.4px;
}

.loading_area {
    display: none;
}

.loading_area.active {
    display: block;
    max-width: 420px;
    margin: 0 auto;
}

.loading {
    background-color: white;
    width: 420px;
    height: 341px;
    position: relative;
    top: 41px;
    border-radius: 10px;
}

.loading_p01 {
    padding: 80px 0 0 4px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.loading_p02 {
    margin: 0 0 0 -4px;
    font-weight: bold;
    letter-spacing: 1.3px;
}

.loading_p02 span {
    margin: 0 2px 0 -6px;
    font-size: 21px;
    letter-spacing: -9px;
}

.loading_img {
    margin: 85px 0 0 0;
    width: 42px;
    height: auto;
    animation: rotation 2s infinite linear;
}

/* keyframesの作成 */
@keyframes rotation {
	0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}


.return_button {
    display: none;
}

.return_button.active {
    position: relative;
    display: block;
    font-size: 10px;
    text-decoration: underline;
    max-width: 44px;
    margin: 0 auto;
    cursor: pointer;
}

.return_button01.active {
    top: 70px;
}

.return_button02.active {
    top: 32px;
}

.return_button03.active {
    top: 42px;
}

.return_button04.active {
    top: 80px;
}

.return_button05.active {
    top: 78px;
}

.return_button06.active {
    top: 78px;
}

.return_button07.active {
    top: 0px;
}

footer {
    background-color: #1F1F1F;
    height: 81px;
    max-width: 440px;
    text-align: center;
    margin: 0 auto;
    color:white;
    font-size: 11px;
}

.footer_area {
    max-width: 230px;
    margin: 0 auto;
}

.footer_ul {
    display: flex;
    justify-content: space-around;
    padding: 19px 0px 0 9px;
}

.footer_ul a {
    color: white;
    text-decoration: none;
}

.footer_ul_li {
    letter-spacing: 0.8px;
}

.footer_ul li span {
    margin-left: -3px;
}

.footer_ul_li01 {
    padding: 0 0 0 0;
    cursor: pointer;
}

.footer_ul_li02 {
    padding: 0 4px 0 0;
    cursor: pointer;
}

.copyright {
    padding: 18px 0 0 8px;
    letter-spacing: 0.7px;
}

.footer_span01 {
    padding: 0 1px 0 2px;
}

.footer_span02 {
    padding: 0 6px 0 0;
    letter-spacing: 0.9px;
}

@media screen and (max-width:439px){
    .question_top_ul_li01 {
        width: 336px;
    }
    .loading_area.active {
        max-width: 400px;
    }
    .loading {
        width: 400px;
    }


}

@media screen and (max-width:430px){
    .question_top_ul_li01 {
        width: 326px;
        margin: 0 0 0 10px;
    }
    .human_ballon_p {
        left: 29px;
    }
    .human_ul_li02 img {
        width: 292px;
    }

}

@media screen and (max-width:420px){
    .loading_area.active {
        max-width: 390px;
    }
    .loading {
        width: 390px;
    }

}


@media screen and (max-width:410px){
    .question_top_ul_li01 {
        width: 306px;
        margin: 0px 0 0 12px;
    }
    .human_ul_li01 img {
        width: 78px;
        padding: 8px 0 0 14px;
    }
    .human_ul_li02 img {
        width: 282px;
    }
    .human_ballon_p {
        left: 24px;
    }
    .select_area.active {
        max-width: 380px;
    }
    .select_button.active {
        left: 0px;
    }
    .select_box.active {
        width: 348px;
        left: 1px;
    }
    .city_area.active {
        width: 348px;
        left: 1px;
    }
    .date_of_birth_input,
    .name_input,
    .name_kana_input,
    .tel_input {
        width: 330px;
    }

    .loading_area.active {
        max-width: 370px;
    }
    .loading {
        width: 370px;
    }
}

@media screen and (max-width:390px){
    .question_top_ul_li01 {
        width: 292px;
    }
    .question_top_ul_li02 {
        margin: -2px 10px 0px 0;
    }
    .human_ul_li02 img {
        width: 262px;
    }
    .human_ballon_p {
        left: 28px;
        font-size: 14px;
    }
    .select_area.active {
        max-width: 350px;
    }
    .select_button.active {
        width: 330px;
    }
    .select_box.active {
        width: 330px;
    }
    .select_box_p {
        padding: 0 0 0 14px;
    }
    .select_box_arrow01 {
        margin: 12px 0px 0 140px;
    }
    .city_area.active {
        width: 330px;
        left: 1px;
    }
    .city {
        padding: 13px 0 9px 13px;
    }
    .date_of_birth_input, .name_input, .name_kana_input,.tel_input {
        width: 310px;
        margin: 11px 0 0 10px;
    }
    .date_of_birth, .name, .name_kana,.tel {
        padding-left: 14px;
    }

    .loading_area.active {
        max-width: 350px;
    }
    .loading {
        width: 350px;
    }
    .alarm01,.alarm02,.alarm03,.alarm04,.alarm05,.alarm06 {
        left: 10px;
    }


}

@media screen and (max-width:380px){
    .terms_of_service_p01,
    .terms_of_service_p02 {
        font-size: 12px;
    }

}

@media screen and (max-width:370px){
    .question_top_ul_li01 {
        width: 276px;
    }
    .question_top_ul_li02 {
        margin: -2px 6px 0px 0;
    }
    .human_ul_li01 img {
        padding: 8px 0 0 8px;
    }
    .human_ul_li02 img {
        width: 246px;
    }
    .human_ballon_p {
        left: 21px;
        letter-spacing: 0.4px;
    }
    .select_box_p {
        padding: 0 0 0 22px;
    }
    .select_box_arrow01 {
        margin: 12px 0px 0 110px;
    }
    .select_area.active {
        max-width: 330px;
    }
    .select_button.active {
        width: 310px;
    }
    .select_box.active {
        width: 310px;
    }
    .city_area.active {
        width: 310px;
    }
    .city {
        padding: 13px 0 9px 20px;
    }
    .date_of_birth_input, .name_input, .name_kana_input,.tel_input {
        width: 290px;
    }

    .loading_area.active {
        max-width: 330px;
    }
    .loading {
        width: 330px;
    }
    .alarm01 {
        left: 0px;
        width: 310px;
    }
    .alarm02,.alarm03,.alarm04,.alarm05 {
        left: 14px;
        width: 310px;
    }
    .alarm06 {
        left: 4px;
        width: 310px;
    }


}