@charset "shift_jis";

@media screen and (min-width: 769px) {
    .pc_off {
        display: none;
    }

    body {
        margin: 0;
        font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
        line-height: 1.6;
    }

    h1 {}

    h2 {
        text-align: center;
        font-size: 28px;
    }

    .pc_off {
        display: none;
    }


    .rikon h2 {
        font-size: 40px;
        line-height: 40px;
        font-weight: bold;
        text-align: center;
        color: #000;
        margin: 0 0 40px;
    }

    .rikon h2::after {
        content: "";
        display: block;
        width: 70px;
        height: 5px;
        background-color: #beaf87;
        margin: 30px auto 0;
    }

    /*--------------------main----------------------*/

    .rikon_main_wrap {
        height: 450px;
        background: url(../img/main_bg.webp);
        background-size: cover;
        background-position: center;
    }

    .rikon_main_inner {
        width: 1200px;
        margin: 0 auto;
        padding-top: 130px;
        display: flex;
        justify-content: space-between;
        position: relative;
    }

    .rikon_main_inner h2 {
        font-size: 45px;
        color: #3c4652;
        font-weight: 600;
        text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;

    }

    .rikon_main_inner h2 span {
        font-size: 60px;
        font-weight: 600;
        color: #fff;
        letter-spacing: 1px;
        background: #3c4652;
        padding: 12px 12px 15px 12px;
        border-radius: 5px;
        border: solid 2px #fff;
        line-height: 1;
        display: inline-block;
        margin: 0 10px;
        text-shadow: none;
    }

    .rikon_main_inner p {
        font-size: 30px;
        color: #beaf87;
        line-height: 45px;
        letter-spacing: 1px;
        text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
        font-weight: 600;
        margin: 20px 0 0 10px;
    }

    .rikon_main_inner img {
        position: absolute;
        bottom: -121px;
        right: 0;
    }

    /*--------------------/main----------------------*/
    .side_btn {
        position: fixed;
        right: 0;
        top: 30%;
        z-index: 1000;
    }

    .sale_con_title {
        text-align: center;
        margin-bottom: 40px;
    }

    .sale_con_title h2 {
        font-size: 40px;
        margin: 0 0 20px;
        line-height: 1;
    }

    .sale_con_title img {}

    /* --- 悩み --- */
    .nayami {
        width: 1100px;
        margin: 100px auto 120px;
    }

    .nayami h2 {
        text-align: center;
        display: block;
        font-size: 40px;
        line-height: 1;
        font-weight: bold;
        margin: 0 0 50px;
    }

    .nayami h2::after {
        content: none;
    }

    .nayami_group {
        position: relative;
        margin: 0px 0;
    }

    .nayami_icon {
        position: absolute;
        top: 38%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    .nayami_group ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0;
        margin: 0;
    }

    .nayami_group ul li {
        width: 350px;
        height: 110px;
        font-size: 17px;
        font-weight: bold;
        line-height: 30px;
        border: 1px solid #bfbfbf;
        padding: 25px 0;
        box-sizing: border-box;
        list-style: none;
        border-radius: 10px;
        margin: 10px 8px;
        text-align: center;
    }

    .nayami_group ul li span {
        background: linear-gradient(transparent 60%, #e4dece 0%);
    }

    /* ---/ 悩み --- */
    /* --- 当社なら --- */
    .rik_strong {
        background-color: #f6f6f6;
        padding: 100px 0 80px;
    }

    .rik_str_fhkidashi {
        text-align: center;
        margin-bottom: 60px;
    }

    .rik_str_txt p {
        font-size: 30px;
        letter-spacing: 1.8px;
        line-height: 40px;
        font-weight: bold;
        text-align: center;
        margin: 0 0 80px;
    }

    .rik_str_list {}

    .rik_str_list ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 1100px;
        margin: 0 auto;
    }

    .rik_str_list ul li {
        width: 530px;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 5px;
        margin-bottom: 40px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        padding: 20px;
        justify-content: space-between;
    }

    .rik_str_list .img {
        width: 150px;
    }

    .rik_str_list .img img {
        width: 100%;
    }

    .rik_str_list .txt {
        width: 300px;
    }

    .rik_str_list .txt p {
        font-size: 18px;
        line-height: 30px;
        margin: 0;
        font-weight: bold;
    }

    /* ---/ 当社なら --- */
    /* --- 財産分与する方法 --- */
    .rik_property {
        padding: 130px 0 150px;
    }

    .rik_pro_about {
        position: relative;
        width: 1100px;
        margin: 80px auto 60px;
        background-color: #f6f6f6;
        border: 3px solid #beaf87;
        border-radius: 10px;
        padding: 60px 70px;
        box-sizing: border-box;
    }

    .rik_pro_about h3 {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        font-size: 18px;
        text-align: center;
        line-height: 50px;
        display: inline-block;
        width: 170px;
        border-radius: 50px;
        background-color: #beaf87;
        color: #fff;
        top: -25px;
    }

    .rik_pro_about p {
        font-size: 18px;
        color: #40505e;
        line-height: 35px;
        margin: 0;
    }

    .rik_pro_about p span {
        color: #a2180d;
        font-weight: 600;
    }

    .rik_pro_list {}

    .rik_pro_list ul {
        display: flex;
        justify-content: space-between;
        width: 1100px;
        margin: 0 auto;
        padding: 0;
    }

    .rik_pro_list ul li {
        width: 530px;
        background-color: #f6f6f6;
        border: 3px solid #beaf87;
        border-radius: 10px;
        list-style-type: none;
        padding: 30px;
        margin-bottom: 60px;
        box-sizing: border-box;
        text-align: center;
    }

    .rik_pro_list h3 {
        font-size: 24px;
        font-weight: bold;
        background: linear-gradient(transparent 70%, #e4dece 0%);
        line-height: 1.3;
        color: #40505e;
        display: inline-block;
        position: relative;
    }

    .rik_pro_list ul li:first-child h3:after {
        position: absolute;
        content: "おすすめ";
        background-color: #ff8d32;
        width: 95px;
        line-height: 28px;
        color: #fff;
        font-size: 20px;
        top: -35px;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-radius: 5px;
    }

    .rik_pro_list img {
        display: block;
        margin: 50px auto;
    }

    .rik_pro_list p {
        color: #647b8d;
        font-size: 18px;
        line-height: 30px;
        text-align: left;
    }

    .rik_pro_txt {
        text-align: center;
    }

    .rik_pro_txt p {
        font-size: 23px;
        font-weight: bold;
        line-height: 45px;
    }

    .rik_pro_txt p span {
        background: linear-gradient(transparent 70%, #e4dece 0%);
        line-height: 1.3;
    }

    /* ---/ 財産分与する方法 --- */
    /* --- 財産分与の流れ --- */
    .rik_flow {
        background-color: #f6f6f6;
        padding: 110px 0 150px;
    }

    .sale_con_title {}

    .pc_pff {}

    .rik_flow_block {
        background-color: #fff;
        border-radius: 30px;
        padding: 60px 50px;
        width: 1100px;
        margin: 70px auto 0;
        box-sizing: border-box;
    }

    .rik_flow_block ul {
        padding: 0;
        margin: 0;
    }

    .rik_flow_block ul li {
        display: flex;
        justify-content: space-between;
        list-style-type: none;
        margin-bottom: 70px;
        position: relative;
    }

    .rik_flow_block ul li:last-child {
        margin-bottom: 0px;
    }

    .rik_flow_block ul li::after {
        position: absolute;
        content: "";
        bottom: -65px;
        left: 0px;
        right: 357px;
        margin: 0 auto;
        box-sizing: border-box;
        width: 4px;
        height: 4px;
        border: 20px solid transparent;
        border-left: 20px solid #beaf87;
        transform: rotate(90deg);
    }

    .rik_flow_block ul li:last-child:after {
        content: none;
    }

    .rik_flow_block .rik_fl_ti {
        width: 320px;
        border-right: 2px solid #beaf87;
    }

    .rik_flow_block .rik_fl_ti img {}

    .rik_flow_block .rik_fl_ti h3 {
        font-size: 20px;
        font-weight: bold;
        color: #40505e;
        margin: 20px 0 0;
    }

    .rik_flow_block .rik_fl_txt {
        width: 630px;
    }

    .rik_flow_block .rik_fl_txt p {
        font-size: 17px;
        line-height: 35px;
        margin: 10px 0;
    }

    /* ---/ 財産分与の流れ --- */
    /* --- 相談事例 --- */
    .salec_result_wrap {
        background-color: #eee;
        padding: 110px 0 90px;
    }

    .salec_result_wrap.rik_result {
        background-color: #fff;
    }

    .salec_res_list {}

    .salec_res_list ul {
        width: 1100px;
        margin: 0 auto;
        padding: 0;
    }

    .salec_res_list ul li {
        list-style-type: none;
        background-color: #fff;
        border: 3px solid #beaf87;
        border-radius: 5px;
        box-sizing: border-box;
        padding: 40px;
        margin-bottom: 30px;
    }

    .res_list_top {}

    .res_list_top p {
        font-size: 23px;
        color: #40505e;
        font-weight: bold;
        margin: 20px 0;
    }

    .res_list_top p .res_list_number {
        display: inline-block;
        background-color: #beaf87;
        color: #fff;
        padding: 10px 20px;
        margin-right: 20px;
        font-size: 18px;
    }

    .res_list_top p .res_list_name {
        font-size: 18px;
    }

    .res_list_btm {
        display: flex;
    }

    .res_list_btm .img {
        width: 340px;
        text-align: center;
    }

    .res_list_btm .txt {
        width: 700px;
    }

    .res_list_btm .txt p {
        font-size: 16px;
        line-height: 1.5;
        margin: 20px 0;
    }

    /* ---/ 相談事例 --- */
    /* --- よくある質問 --- */
    .salec_qa_wrap {
        padding: 110px 0 80px;
    }

    .salec_qa_list {}

    .salec_qa_list ul {
        padding: 0;
        margin: 0 auto;
        width: 1100px;
    }

    .salec_qa_list ul li {
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 5px 20px;
        box-sizing: border-box;
        list-style-type: none;
        margin-bottom: 20px;
    }

    .salec_list_q {
        border-bottom: 1px dashed #ccc;
        font-size: 20px;
        font-weight: bold;
        padding: 20px 0 20px 50px;
        background-image: url(../img/q_icon.png);
        background-position: center left;
        background-repeat: no-repeat;
    }

    .salec_list_a {
        font-size: 18px;
        padding: 20px 0 20px 50px;
        background-image: url(../img/a_icon.png);
        background-position: top 20px left;
        background-repeat: no-repeat;
    }

    /* ---/ よくある質問 --- */
    .contact_wrap {
        width: 100%;
        height: 280px;
        background: #beaf87;
    }

    .contact_co {
        width: 1100px;
        margin: 0 auto;
        padding-top: 40px;
        text-align: center;
        color: #fff;
    }

    .con_title {
        font-size: 22px;
        font-weight: bold;
        line-height: 1;
        margin-bottom: 20px;
    }

    .contact_co p {
        margin: 0px auto 40px;
        font-size: 35px;
        font-weight: bold;
        line-height: 1;
    }

    .contact_btn {
        display: flex;
        justify-content: center;
    }

    .contact_btn a {
        width: 450px;
        height: 70px;
        display: block;
        margin: 0 10px;
        background: #fff;
        line-height: 25px;
        text-decoration: none;
        color: #000;
        font-size: 25px;
        font-weight: bold;
        border-radius: 40px;
        text-indent: 15px;
        position: relative;
        padding: 15px 0;
        box-sizing: border-box;
    }

    .contact_btn a span {
        font-size: 14px;
        display: block;
        font-weight: normal;
        margin-top: 5px;
    }

    .contact_btn a::before {
        content: "";
        display: inline-block;
        background: url(../img/tel_icon.png);
        background-size: auto;
        width: 28px;
        height: 23px;
        margin-right: 14px;
        margin-bottom: -2px;
        position: absolute;
        top: 35%;
        left: 35px;
        background-repeat: no-repeat;
    }

    .contact_btn a:nth-child(2):before {
        background: url(../img/mail_icon.png);
        background-repeat: no-repeat;
        background-position: center;
    }
}