@charset "UTF-8";


/* ------------------------------------------------------------
   Flow/indexページ、弁護士への法律相談の流れページ
------------------------------------------------------------ */
#flow .main-contents .tit {
    background: url(../img/flow_bg.png) no-repeat center/cover;
    margin-bottom: 60px;
}

#flow .number {
    margin: 60px auto;
    display: flex;
}

#flow .number a {
    transition: all 0.4s ease;
    display: block;
}

#flow .number img {
    width: 100%;
    height: auto;
}

#flow .number .arrow1 {
    background: url(../img/arrow_1@2x.png) no-repeat center/contain;
    margin: 0 20px;
    width: 28px;
}

#flow .number .arrow2 {
    background: url(../img/arrow_2@2x.png) no-repeat center/contain;
    margin: 0 20px;
    width: 28px;
}

#flow .number .arrow3 {
    background: url(../img/arrow_3@2x.png) no-repeat center/contain;
    margin: 0 20px;
    width: 28px;
}

#flow .flow_2col {
    display: flex;
    margin: 40px 0 0 0;
}

#flow .flow_2col .pa {
    background: #1e5f43;
    padding: 30px;
    border-radius: 5px;
    transition: all 0.4s ease;
    box-shadow: 0px 0px 0px 3px #1e5f43;
    border: 1px solid #fff;
    margin: 0 100px 0 0;
    text-align: center;
    flex: 1;
}

#flow .flow_2col .la {
    background: #6c1d3d;
    padding: 30px;
    border-radius: 5px;
    transition: all 0.4s ease;
    box-shadow: 0px 0px 0px 3px #6c1d3d;
    border: 1px solid #fff;
    text-align: center;
    flex: 1;
}

#flow .flow_2col .str {
    font-size: 1.125rem;
    font-weight: bold;
    margin: 0 2px 0 0;
}

#flow .flow_2col img {
    width: 50px;
    height: 52px;
    margin: auto;
}

#flow .flow_2col a {
    color: #fff;
}

#flow .flow_2col p {
    margin: 20px 0 0 0;
    line-height: 1.8;
}

#flow .contents {
    margin: 0 0 60px;
}

#flow .contents .contents_bigtit {
    border-bottom: solid 3px #6c1d3d;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

#flow .contents .contents_bigtit img {
    height: 34px;
}

#flow .contents .contents_bigtit:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #9c2d67;
    bottom: -3px;
    width: 12%;
}

#flow .contents .contents_tit {
    border-bottom: solid 3px #6c1d3d;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

#flow .contents .contents_tit img {
    height: 30px;
}

#flow .contents .contents_tit:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #9c2d67;
    bottom: -3px;
    width: 12%;
}

#flow .contents .btn_2col {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

#flow .contents a {
    text-decoration: none;
    display: block;
}

#flow .contents .next_btn {
    border-radius: 5px;
    padding: 14px 60px;
    margin: 30px 30px 0 0;
    transition: all 0.4s ease;
    box-shadow: 0px 0px 0px 3px #9c2d67;
    border: 1px solid #fff;
    color: #fff;
    background: #9c2d67 url(../../common/img/arrow_right01@2x.png) no-repeat right 20px center/8px 14px;
    text-align: center;
    font-size: 1.125rem;
}

#flow .contents .next_btn2 {
    border-radius: 5px;
    padding: 14px 60px;
    margin: 30px 0 0;
    transition: all 0.4s ease;
    box-shadow: 0px 0px 0px 3px #1e5f43;
    border: 1px solid #fff;
    color: #fff;
    background: #1e5f43 url(../../common/img/arrow_right01@2x.png) no-repeat right 20px center/8px 14px;
    text-align: center;
    font-size: 1rem;
}

#flow .contents .no2_bg {
    background: #eeeeee;
    padding: 25px 50px;
    font-size: 1.125rem;
    margin: 0 0 30px;
}

#flow .contents .no2_bg li:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    background: #9c2d67;
    border-radius: 50%;
    margin: 14px 0 0 -20px;
}

#flow .contents .no3_list {
    position: relative;
}

#flow .contents .no3_list:before {
    content: '';
    position: absolute;
    top: 15px;
    bottom: 50px;
    width: 1px;
    background: #dcdcdc;
    left: 5px;
}

#flow .contents .no3_list .circle {
    width: 9px;
    height: 9px;
    position: absolute;
    background: #9c2d67;
    border-radius: 50%;
    left: 1px;
    margin: 14px 0 0 0;
}

#flow .contents .no3_list li {
    top: -0.6em;
    margin: 0 0 40px 28px;
}

#flow .contents .no3_list .big {
    font-size: 1.25rem;
}

#flow .contents .no3_list .big_p {
    display: block;
}

/* ------------------------------------------------------------
   Patent-flowページ
------------------------------------------------------------ */
#patent-flow .main-contents .tit {
    background: url(../img/flow_bg.png) no-repeat center/cover;
    margin: 70px 0 60px;
}

#patent-flow .contents .contents_tit {
    border-bottom: solid 3px #1e5f43;
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 45px;
}

#patent-flow .contents .contents_tit img {
    height: 34px;
}

#patent-flow .contents .contents_tit:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #448f30;
    bottom: -3px;
    width: 12%;
}

#patent-flow .contents_under {
    margin: 30px 0 0;
}

#patent-flow .contents_under .under_tit {
    position: relative;
    background: #1e5f43;
    padding: 16px 30px 23px;
}

#patent-flow .contents_under .under_tit:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 100%;
    height: 2px;
    margin: 16px 0 0 -30px;
}

#patent-flow .contents_under .under_tit h3 {
    color: #fff;
    font-size: 1.25rem;
}

#patent-flow .contents_under .under_text {
    padding: 30px;
    background: #f8f8f8;
}

#patent-flow .contents_under .under_text .under_list li {
    position: relative;
    margin: 0 0 20px 15px;
}

#patent-flow .contents_under .under_text .under_list li:last-child {
    margin: 0 0 0 15px;
}

#patent-flow .contents_under .under_text .under_list li a {
    color: #5b917a;
}

#patent-flow .contents_under .under_text .under_list li:before {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    background: #5b917a;
    border-radius: 50%;
    margin: 11px 0 0 -15px;
}

@media print {
    #flow .contents .contents_bigtit .sp {
        display: none;
    }
    #patent-flow .contents .contents_tit .sp {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    #flow .contents .contents_bigtit .sp {
        display: none;
    }
    #patent-flow .contents .contents_tit .sp {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    #flow .flow_2col {
        flex-direction: column;
    }
    #flow .flow_2col .pa {
        margin: 0 0 40px 0;
        padding: 20px;
    }
    #flow .flow_2col .la {
        padding: 20px;
    }
    #flow .flow_2col p {
        margin: 10px 0 0 0;
        line-height: 1.6;
    }
    #flow .number {
        margin: 40px auto;
        flex-wrap: wrap;
    }
    #flow .number li {
        margin: 0 10px 10px 0;
        width: 47%;
    }
    #flow .number .arrow1 {
        display: none;
    }
    #flow .number .arrow2 {
        display: none;
    }
    #flow .number .arrow3 {
        display: none;
    }
    #flow .contents .contents_bigtit {
        margin-bottom: 40px;
    }
    #flow .contents .contents_bigtit .pc {
        display: none;
    }
    #flow .contents .contents_bigtit img {
        height: 52px;
    }
    #flow .contents .contents_tit img {
        height: 28px;
    }
    #flow .contents .next_btn {
        padding: 14px 30px;
        background: #9c2d67 url(../../common/img/arrow_right01@2x.png) no-repeat right 10px center/8px 14px;
    }
    #flow .contents .next_btn2 {
        padding: 14px 30px;
        background: #1e5f43 url(../../common/img/arrow_right01@2x.png) no-repeat right 10px center/8px 14px;
        text-align: left;
    }
    #flow .contents .no2_bg {
        font-size: 1rem;
    }
    #flow .contents .no2_bg li {
        margin: 0 0 10px 0;
    }
    #flow .contents .no2_bg li:last-child {
        margin: 0;
    }
    #patent-flow .main-contents .tit {
        margin: 30px 0 40px;
    }
    #patent-flow .contents .contents_tit {
        margin-bottom: 40px;
    }
    #patent-flow .contents .contents_tit .pc {
        display: none;
    }
    #patent-flow .contents .contents_tit img {
        height: 49px;
    }
    #patent-flow .contents_under .under_tit h3 {
        font-size: 1.125rem;
    }
    #patent-flow .contents_under .under_text .under_item {
        display: block;
        margin: 30px 0 0;
    }
    #patent-flow .contents_under .under_text .under_item .col:nth-child(odd) {
        margin: 30px 0 0;
    }
}

@media screen and (max-width: 419px) {
    #flow .number {
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: center;
    }
    #flow .number li {
        margin: 0 0 10px 0;
        width: 80%;
    }
    #flow .contents .no3_list:before {
        bottom: 82px;
    }
    #patent-flow .contents .contents_tit img {
        height: auto;
        width: 100%;
    }
}
