@charset "utf-8";

/* ==================================================
PC
================================================== */

/******* 共通要件 *******/
.g_contents_wrap img{
    margin:0;
    padding: 0;
    display: block;
    max-width: 100%;
    height: auto !important;
}

.g_contents_wrap ul{
    list-style: none;
}

.g_contents_wrap li{
    border:1px solid #153d5d;
}
span.img_wrap {
    display:block;
}
/*******その他コンテンツ*******/

.content_wrap_r {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 20px;
}
p.txt_right {
    flex: 1;
    margin: 0 0 0 20px;
}

.content_wrap_l {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 20px;
}
p.txt_left {
    flex: 1;
    margin: 0 20px 0 0;
}


.db_wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
}

.douga {
    display: block;
    background: #f3f5f7;
    width: 368px;
    margin-right: 22px;
    box-sizing: border-box;

}
ul.btn_list{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    flex: 1;
    gap:20px;
}

ul.btn_list li {
    width: 100%;
}

ul.btn_list li a {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

span.kaigyou {
    display: block;
}
span.hosoku {
    font-size: 1.2rem;
}
span.btn_txt{
    padding-left:30px;
    background:url(/img/sites/gyoutoku/icon_blue_arrow2.png) no-repeat left center;
}
ul.threepeace {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 20px;
    margin: 0;
    padding: 0;
    min-height: 90px;
}
ul.threepeace.only_txt li{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    line-height: 2.5rem;
}
ul.threepeace.only_txt li a {
    box-sizing: border-box;
    display: block;
    width: 240px;
    padding-left: 50px;
    background: url(/img/sites/gyoutoku/icon_blue_arrow2.png) no-repeat 20px center;
}
ul.twopeace.only_txt {
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: row;
    margin: 0;
    padding: 0;
    height: 90px;
    gap: 20px;
}
ul.twopeace.only_txt li {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
    width:370px;
}
ul.twopeace.only_txt li a {
    padding-left: 50px;
    background: url(/img/sites/gyoutoku/icon_blue_arrow2.png) no-repeat 20px center;
}

ul.onepeace.plus_img {
    margin: 0;
    padding: 0 0 20px 0;
    box-sizing: border-box;
}
ul.onepeace.plus_img li {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
}
ul.onepeace.plus_img .img_wrap {
    display: block;
    width: 760px;
    height: 380px;
}
span.cap_txt {
    padding: 25px 0 25px 50px;
    display: block;
    background: url(/img/sites/gyoutoku/icon_blue_arrow2.png) no-repeat 20px center;
}
ul.threepeace.plus_img li{
    box-sizing: border-box;
    width: 240px;
    height: auto;

}
ul.threepeace.plus_img li a span.img_wrap img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

ul.twopeace.plus_img {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 20px;
}
ul.twopeace.plus_img li {
    box-sizing: border-box;
    width: calc(50% - 10px);
}

/* ==================================================
スマートフォン
================================================== */
@media screen and (max-width: 1100px) {

    #main_body h3, .kakuka_info_ttl, .life_cat_list_ttl {
        padding: 11px 0 11px 20px;
    }
    .img_wrap.img_left {
    }
    .content_wrap_r {
        display: block;
    }
    .img_wrap.img_left {
        margin-bottom: 20px;
    }
    .db_wrap {
        display: block;
    }
    .douga {
        padding-top: 10px;
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }
    .content_wrap_l {
        display: block;
    }
    .img_right {
        margin-bottom: 20px;
    }
    .img_left {
        margin-bottom: 20px;
    }
    p.txt_right {
        margin: 0;
    }
    p.txt_left {
        margin: 0;
    }
    ul.threepeace.only_txt {
        flex-wrap: wrap;
        justify-content: center;
    }
    ul.threepeace.only_txt li {
        min-height: 9rem;
        width: calc(50% - 10px);
    }
    ul.threepeace.plus_img {
        flex-wrap: wrap;
        justify-content: center;
    }
    ul.threepeace.plus_img li {
        width: calc(50% - 10px);
    }
    .db_wrap span.img_wrap img {
        width: 100px !important;
    }
    ul.threepeace.only_txt li a {
        background-position-x: 10px;
        padding-left: 40px;
        line-height: 2rem;
    }
    ul.twopeace.only_txt {
        gap: 10px;
    }
    ul.threepeace {
        gap: 10px;
    }
    ul.onepeace.plus_img .img_wrap {
        width: 100%;
        height: auto;
    }
    .onepeace span.img_wrap img {
        width: 100% !important;
    }
    ul.onepeace.plus_img {
        height: auto;
    }

    span.cap_txt {
        background-position-x: 10px;
        padding-left: 40px;
        padding-right: 10px;
        line-height: 2rem;
    }
	ul.btn_list {
    gap: 10px;
    }
    ul.twopeace.only_txt li a {
        background-position-x: 10px;
        padding: 40px;
    }

}
/* ==================================================
スマートフォン ここまで
================================================== */