
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

body{
    font-family: 'Noto Sans JP','Hiragino Kaku Gothic Pro',sans-serif;
    font-weight: 600;
    margin: 15px;
}

header .logo a{
    display: flex;
    background-image: url(../images/kbps_Logomark.png);
    background-size: 100% 100%;
    width: 80px;
    height: 80px;
    text-indent: -9999px;
    overflow: hidden;
    margin-top: 5px;
}

a {
    float:left;
    outline: none;
    margin-right: 35px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 100%;
    vertical-align: baseline;
    background: rgba(0, 0, 0, 0);
}

.logo_title{
    color: #1f8199;
    font-size: 30px;
}

.logo p{
    margin-bottom: 0px;
}

form{
    padding:0px 10px;
}

form dl dt{
    font-weight: 600;
    font-size: 20px;
    width: 230px;
    padding-top: 8px;
    padding-left: 0px;
    padding-bottom: 8px;
    padding-right: 25px;
    float: left;
    clear: both;
}

form dl dd{
    margin-left: 0px;
    padding: 10px 0;
}

.input_form{
    height: 25px;
    width: 200px;
}

.required:after{
    content: '必須';
    display: inline-block;
    color: #fff;
    font-size: 12px;
    line-height: 1em;
    padding: 2px 5px;
    background-color: red;
    margin-left: 10px;
    position: relative;
    top: -0.25em;
}

#test{
    margin-left: 0px;
    padding-top: 8px;
    padding-left: 0px;
    padding-bottom: 10px;
    padding-right: 5px;
    float: left;
}

.message{
    font-size: 13px;
    padding-bottom:10px;
}

h2{
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.row{
    display: flex;
    flex-direction: column;
    height: auto;
}

.process_all{
    width: auto;
    margin-top: 20px;
    margin-left: 80px;
}

.process_box{
    box-sizing: border-box;
    width: 820px;
}

.process_box_box{
    position: relative;
    margin-bottom: 3.875rem;
}

.process_box_num{
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 1000px;
    background-color: #053657;
    color: #fff;
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
}

.process_box_num small{
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .1em;
    line-height: 1.5;
    margin-top: 5px;
}

.process_box_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #daebf5;
    padding: 5px 5px 5px 40px;
    height: 80px;
}

.process_box_title{
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 5px;
    line-height: 1.5;
    margin-bottom: 5px;
}

.process_box_text{
    font-size: 15px;
    letter-spacing: .05em;
    line-height: 1.5;
}

.process_box_box:first-child{
    border-style: solid;
    border-width: 3px;
    border-color: red;
}

.process_box_box{
    border-style: solid;
    border-width: 3px;
    border-color: #daebf5;
}

.process_box_box:last-child{
    margin-bottom: 20px;
}

.process_box_box:last-child:after{
    display: none;
}

.process_box_box:after{
    content: '';
    width: 2rem;
    height: 2rem;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translateX(-50%);
}

dd{
    font-size: 20px;
}

.req_msg{
    font-size: 15px;
}

button{
    width: 130px;
    height: 40px;
    font-size: 17px;
}
 
.mini2{
    position: relative;
    top: -120px;
    left: 800px;
    font-size: 20px;
    padding-left: 0px;
    color: #ffffff;
 
}

@media screen and (max-width:925px) {

    .process_box{
        width: 100%;
    }

}

@media screen and (max-width:500px) {

    .process_all{
        margin-left: 40px;
    }

    .process_box_content{
        padding: 5px 12px 5px 30px;
        height: 130px;
    }

    .ul_message{
        padding-inline-start: 30px;
    }

    form dl dt{
        float: none;
    }
}

@media screen and (max-width:400px) {

    h1{
        font-size: 18px;
    }

    .process_box_content{
        padding: 5px 12px 5px 30px;
        height: 130px;
    }
    
    .process_box_title{
        font-size: 20px;
    }
    
    .process_box_text{
        font-size: 14px;
    }
    
    .process_box_box:after{
        top: 112%;
    }

    form dl dd{
        margin-left: 0px;
    }

    .message{
        display: inline-flex;
    }

}

@media screen and (max-width:375px) {

    header .logo a{
        width: 70px;
        height: 70px;
        margin-top: 0px;
    }
    
    .logo_title{
        font-size: 25px;
    }

    .process_all{
        margin-left: 40px;
    }

    .process_box_content{
        padding: 5px 5px 5px 30px;
    }
    
    .process_box_title{
        font-size: 18px;
    }
    
    .process_box_text{
        font-size: 14px;
    }
    
}

@media screen and (max-width:365px) {

    .process_all{
        margin-left: 35px;
    }

    .process_box_num{
        width: 3.5rem;
        height: 3.5rem;
    }
    
    .process_box_content{
        padding: 5px 10px 5px 25px;
    } 
}