@charset "UTF-8";

/* CSS Document */

/*----------------------------------------------*/
/* Guide */
/*----------------------------------------------*/
#User_wrap{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.subpage_inner{
    width: 100%;
    max-width: 1348px;
    padding: 0 30px;
    margin: 150px auto;
}
.User_title_wrap{
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
}
.User_title_ja{
    font-size: 28px;
}
.User_title_en{
    font-size: 20px;
    margin: 10px 0;
}
.step_info{
    width: 100%;
    display: flex;
    justify-content: center;
}
.step_wrap{
    width: 30%;
    height: 500px;
    text-align: center;
    position: relative;
}
.stepcircle {
    display: inline-block;
    width: 80px;
    height: 80px;
    content: "";
    border-radius: 50%;
    background-color: #F7D051;
    text-align: center;
    position: relative;
    z-index: 3;
}
.stepcircle span {
    display: inline-block;
    font-weight: bold;
    position: relative;
    top: 14px;
    font-size: 24px;
    line-height: 1;
}
.stepcircle .step{
    font-size: 14px;
}
.step_inner{
    height: 430px;
    padding: 50px 20px 20px 20px;
    border: 1px solid #E2E2E2;
    border-radius: 5px;
    margin: 0 20px;
    position: absolute;
    top: 40px;
}
.step_title{
    margin-bottom: 20px;
}
.step_img img{
    margin: 0 auto 30px;
}
.step_lead{
    text-align: justify;
}
.bottom_title_wrap{
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
}
.bottom_title_ja{
    font-size: 28px;
}
.bottom_title_en{
    font-size: 20px;
    margin: 10px 0;
}
.bottom_title_ja {
    width: 100%;
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

.bottom_title_ja:before, .bottom_title_ja:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20%;
  height: 1px;
  background-color: black;
}

.bottom_title_ja:before {
  left:0;
}
.bottom_title_ja:after {
  right: 0;
}
.subtitle_wrap{
    text-align: center;
}
.subtitle_wrap p{
    margin: 10px;
}
.subtitle_img{
    width: 80%;
    margin: 80px auto;
    display: flex;
    justify-content: space-around;
    text-align: center;
}
.subtitle_img .flex_item{
    padding: 10px;
}
.flex_item p{
    margin-top: 20px;
}
.instructions_wrap{
    width: 100%;
}
.inst_flex{
    display: flex;
}
.inst_item{
    width: 50%;
    text-align: center;
}
.inst_title{
    background-color: #F7D051;
}
.inst_lead{
    width: 80%;
    margin: 30px auto 10px;
    text-align: justify;
}
.inst_lead span{
    font-size: 14px;
}
.inst_en{
    margin: 40px 0;
    text-align: left;
    line-height: 1.7;
}
.inst_en p{
    margin-top: 10px;
    line-height: 1.7;
}
.arrow_icon img{
    margin: 30px auto 50px;
}
.bottom_ms_wrap{
    width: 100%;
    text-align: center;
    margin: 150px 0;
}
.bottom_ms_ja{
    font-size: 28px;
}
.bottom_ms_en{
    font-size: 20px;
    margin: 10px 0;
}