@charset "utf-8";

.l-content .new_info {
    padding: 20px 10px 40px 10px;
}

.l-content .new_info .title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 30px;
    background-color: #004098;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.l-content .new_info .info_list {
    margin-top: 5px;
}

.l-content .new_info .info_list .info_item {
    padding: 4px 15px;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
}

.l-content .new_info .info_list .info_item span{
    color: #004bb1;
    font-weight: bold;
    width: 95px;
    font-size: 14px;
}

.l-content .new_info .info_list .info_item a {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.l-content .new_info .detail {
    padding: 15px;
    border: 2px solid #ccc;
    border-radius: 5px;
    margin-top: 25px;
}

.l-content .new_info .detail .text {
    margin-bottom: 5px;
    color: #000;
    font-size: 15px;
    font-weight: bold;
}

.l-content .new_info .detail a {
    font-size: 14px;
    font-weight: normal;
}

.l-content .content_box {
    width: 950px;
    margin-bottom: 15px;
}

.l-content .content_box .title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background-color: #004098;
    color: #fff;
    font-size: 23px;
}


.l-content .content_box .content_main {
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #ccc;
    border-top: none;
}

.l-content .content_box .content_main .catchcopy {
    text-align: center;
    font-size: 21px;
    font-weight: bold;
}

.l-content .content_box .content_main .explain_feature {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding-bottom: 20px;
}

.l-content .content_box .content_main .explain_feature .box {
    display: block;
    width: 400px;
    padding: 5px;
    border: 1px solid #ccc;
    text-decoration: none;
}

.l-content .content_box .content_main .explain_feature .box:hover {
    box-shadow: 0px 0px 4px rgb(0 0 0 / 50%);
    cursor: pointer;
}

.l-content .content_box .content_main .explain_feature .box:not(:first-child) {
    margin-left: 40px;
}

.l-content .content_box .content_main .explain_feature .box .box_title {
    display: block;
    text-align: center;
    width: 180px;
    border-radius: 5px;
    padding: 6px 0;
    background-color: #b2c5e0;
    color: #004098;
    font-size: 17px;
    font-weight: bold;
}


.l-content .content_box .content_main .explain_feature .box .box_image_01 {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    text-align: center;
}

.l-content .content_box .content_main .explain_feature .box .box_image_01 .speech_bubbles {
    display: block;
    position: relative;
    text-align: left;
    width: 140px;
    height: 42px;
    padding: 15px;
    border-radius: 5px;
    margin: 0 0 0 20px;
    background-color: #fce99e;
    color: #004098;
    font-size: 14px;
    font-weight: bold;
}

.l-content .content_box .content_main .explain_feature .box .box_image_01 .speech_bubbles::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    left: 10px;
    border-right: 13px solid transparent;
    border-bottom: 10px solid #fce99e;
    border-left: 16px solid transparent;
    transform: rotate(-40deg);
}

.l-content .content_box .content_main .explain_feature .box .box_image_02 {
    display: block;
    position: relative;
    text-align: center;
    padding-top: 66px;
}

.l-content .content_box .content_main .explain_feature .box .box_image_02 .speech_bubbles {
    display: block;
    position: absolute;
    top: 9px;
    left: 14px;
    text-align: left;
    width: 154px;
    height: 42px;
    padding: 10px;
    border-radius: 5px;
    background-color: #fce99e;
    color: #004098;
    font-size: 14px;
    font-weight: bold;
}

.l-content .content_box .content_main .explain_feature .box .box_image_02 .speech_bubbles::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -7px;
    left: 67px;
    border-right: 13px solid transparent;
    border-bottom: 10px solid #fce99e;
    border-left: 16px solid transparent;
    transform: rotate(-40deg);
}

.l-content .content_box .content_main .explain_feature .box .box_text {
    display: block;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 20px;
    font-size: 17px;
    font-weight: bold;
}

.l-content .content_box .btn {
    display: block;
    margin: 0 auto;
    width: 340px;
}

.l-content .content_2col {
    width: 950px;
    display: flex;
    justify-content: space-between;
}

.l-content .content_box_2col {
    width: 470px;
}

.l-content .content_box_2col .title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background-color: #004098;
    color: #fff;
    font-size: 23px;
}

.l-content .content_box_2col .content_main {
    box-sizing: border-box;
    padding: 20px 10px;
    border: 1px solid #ccc;
    border-top: none;
}

.l-content .content_box_2col .content_main {
    font-size: 15px;
    font-weight: bold;
}

.l-content .content_box_2col .explain {
    text-align: center;
    height: 285px;
    margin-top: 20px;
    padding-bottom: 20px;
}

.l-content .content_box_2col .explain .article_link {
    display: flex;
    align-items: center;
    position: relative;
    width: 448px;
    height: 85px;
    text-align: left;
    padding: 10px 10px 10px 80px;
    border: 1px solid #999;
    font-size: 14px;
}

.l-content .content_box_2col .explain .article_link:not(:first-child) {
    margin-top: 10px;
}

.l-content .content_box_2col .explain .article_link .icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.l-content .content_box_2col .explain img {
    text-align: center;
}
.l-content .content_box_2col .btn {
    display: block;
    margin: 0 auto;
    width: 260px;
}