@charset "UTF-8";

#under_main {
    background: url(../process/images/process_top.jpg)no-repeat center/cover;
}
@media screen and (max-width:768px) {
    #under_main {
        max-width: 1100px;
        overflow:hidden;
    }
}
/* =======================================================
*process intro
* ======================================================= */
h2 {
    border-bottom: none;
}
 .intro_txt {
    font-size: 20px;
}
/* #process_intro .intro_img02 {
    padding-top: 80px;
    width: 52%;

} 
#process_intro .intro_img03 {
    padding-top: 80px;
    width: 40%;

}  */

/* =======================================================
*process
* ======================================================= */
h3 {
    font-size: 20px;
    padding-bottom: 20px;
    border-bottom: rgb(218, 216, 216) 0.5px solid;
}

#process .process .process_img {
    width: 42%;
}
#process .process .process_txt {
    width: 50%;
}
#process .process .process_txt p span {
    font-size: 17px;
    
}
#process .process .process_txt p a {
    border-bottom: 1px solid #999;
}
#process .process .process_txt .before {
    position: relative;
    margin-top: 50px;
}
#process .process .process_txt .before ::before {
    position: absolute;
	content: "";
	width: 1px;
	height: 30px;
	top: -40px;
	left: 2%;
	background: #999;
}
@media screen and (max-width:768px) {
    #process {
        width: 90%;
        margin: 0 auto;
    }
    #process h3 {
        font-weight: normal;
        font-size: 20px;
    }
    #process .flex {
        display:block;
    }
    #process .process .process_img {
        width: 100%;
        margin: 0 auto;
    }
    #process .process .process_txt {
        width: 100%;
        margin-top: 50px;
    }
}
  
  /* =======================================================
transition
* ======================================================= */
.transition {
 padding: 100px 0px;
}
.transition01 {
    width: 30%;
}
.transition02 {
    width: 40%;
}
@media screen and (max-width:768px) {
    .transition.flex {
        display: block;

    }
    .transition01 {
    width: 90%;
    margin: 0 auto;
    }
    .transition02 {
    width: 90%;
    margin: 0 auto;
    }
    
  }