@charset "UTF-8";
/*PC*/
@media print, screen and (min-width: 768px) {

#flow {
margin: 0 auto 220px;
}
#flow .category_detils_wrapper {
margin: 0 auto;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
padding: 100px 20% 0;
box-sizing: border-box;
}
#flow .inner {
display: flex;
}
#flow .inner .number_wrapper {
width: 20%;
}
#flow .inner .number_wrapper ._number {
position: relative;
height: 100%;
}
#flow .inner .number_wrapper ._number::before {
content: "";
position: absolute;
top: 0;
left: 2rem;
width: 1px;
height: 100%;
background-color: #ddd;
z-index: -1;
}
#flow .inner .number_wrapper ._number p {
display: grid;
place-items: center;
width: 4rem;
height: 4rem;
border: 1px solid #335FA8;
border-radius: 100%;
font-size: 1.1rem;
font-weight: 600;
color: #335FA8;
background: #fff;
}
#flow .inner .box {
width: 80%;
padding: 30px 50px;
background: #f9f9f9;
box-sizing: border-box;
margin-bottom: 100px;
}
#flow .inner .box .ttl_en {
display: block;
font-size: 1.2rem;
font-weight: 400;
color: #aaa;
}
#flow .inner .box h3 {
font-size: 1.8rem;
font-weight: 600;
line-height: 1.4;
margin: 0 0 30px -5px;
background: linear-gradient(0deg, #0061A7, #002E80);
background-clip: border-box;
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
#flow .inner .box .img {
margin-bottom: 20px;
}
#flow .inner .box p {
line-height: 2;
}
#flow h2 {
font-size: 1.8rem;
font-weight: 800;
line-height: 2;
text-align: center;
background: linear-gradient(0deg, #0061A7, #002E80);
background-clip: border-box;
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin-top: 100px;
}
}
/*sp*/
@media only screen and (max-width: 767px) {

#flow {
margin: 0 auto 60px;
}
#flow .category_detils_wrapper {
margin: 0 auto;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
padding: 30px 5%;
box-sizing: border-box;
}
#flow .inner {
display: flex;
}
#flow .inner .number_wrapper {
width: 10%;
}
#flow .inner .number_wrapper ._number {
position: relative;
height: 100%;
}
#flow .inner .number_wrapper ._number::before {
content: "";
position: absolute;
top: 0;
left: 1.1rem;
width: 1px;
height: 100%;
background-color: #ddd;
z-index: -1;
}
#flow .inner .number_wrapper ._number p {
display: grid;
place-items: center;
width: 2.2rem;
height: 2.2rem;
border: 1px solid #335FA8;
border-radius: 100%;
font-size: 1.1rem;
font-weight: 600;
color: #335FA8;
background: #fff;
}
#flow .inner .box {
width: 100%;
padding: 20px;
background: #f9f9f9;
box-sizing: border-box;
margin-bottom: 30px;
}
#flow .inner .box .ttl_en {
display: block;
font-size: .6rem;
font-weight: 400;
color: #aaa;
}
#flow .inner .box h3 {
font-size: 1rem;
font-weight: 600;
line-height: 1.4;
margin: 0 0 20px -5px;
background: linear-gradient(0deg, #0061A7, #002E80);
background-clip: border-box;
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
#flow .inner .box .img {
margin-bottom: 20px;
}
#flow .inner .box p {
line-height: 2;
}
#flow h2 {
font-size: 1.8rem;
font-weight: 800;
line-height: 2;
text-align: center;
background: linear-gradient(0deg, #0061A7, #002E80);
background-clip: border-box;
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin-top: 100px;
}
}