#important .content {
    text-align: initial;
}

#important .ttl_page {
    background: #fceeee;
}
#important .ttl_page .txt_main {
    display: flex;
    align-items: center;
    color: #ff0a14;
}
#important .ttl_page .txt_main::before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 39px;
    margin-right: 10px;
    background: url(/jpn/consumer/common/images/icon_important.png) left top no-repeat;
}
#important .ttl_page .sub_tit {
    padding-left: 36px;
}

.important_list_box {
    margin-bottom: 80px;
}
.link_tit_list li {
    border-bottom: 1px solid #ddd;
}
.link_tit_list li a {
    position: relative;
    display: block;
    padding: 30px 50px 30px 0;
    color: #222;
}
.link_tit_list li a:hover {
    color: #1ba1e6;
    text-decoration: none;
}
.link_tit_list li a:after {
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    background: url(/jpn/common_v3/images/icon_arrow_lightgray.png) center center no-repeat;
    background-size: 100% auto;
}



/* title style */
.tit_wide_box {
    background: #fceeee;
}
.tit_wide_box .tit_wide_r {
    max-width: 1466px;
    margin: 80px auto 60px;
    padding: 40px 50px 34px;
    color: #ff0a14;
    font-weight: bold;
    font-size: 32px;
}
.tit_style_line {
    position: relative;
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: bold;
}
.tit_style_line::before {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: -48px;
    top: 0.85em;
    background: #ff0a14;
}
.tit_style_txtr {
    margin-bottom: 20px;
    color: #ff0a14;
    font-weight: bold;
    font-size: 24px;
}
.tit_num {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #ff0a14;
    font-size: 24px;
    font-weight: bold;
}
.tit_num span {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    background: #ff0a14;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
}

.article_tit_wb {
    margin-bottom: 60px;
    font-size: 32px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .article_tit_wb {
        font-size: 23px;
    }    
}

/* box */
.block_inner {
    margin-bottom: 80px;
}
.txt_box {
    margin-bottom: 40px;
}
.caution_box {
    margin: 40px 0;
}
.caution_box .caution_tit {
    position: relative;
    display: inline-block;
    padding: 20px 30px 0;
    background: #fceeee;
    color: #ff0a14;
    border-radius: 20px 20px 0 0;
    font-size: 23px;
    font-weight: bold;
}
.caution_box .caution_tit::before {
    position: absolute;
    content: "";
    display: block;
    right: -20px;
    bottom: 0;
    width: 20px;
    height: 20px;
    background: #fceeee;
    z-index: 1;
}
.caution_box .caution_tit::after {
    position: absolute;
    content: "";
    display: block;
    right: -40px;
    bottom: 0;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 40px;
    z-index: 2;
}
.caution_box .inbox {
    padding: 20px 30px 30px;
    background: #fceeee;
    border-radius: 0 20px 20px 20px;
}

.url_tit {
    margin-bottom: 30px;
    padding: 10px 0 10px 20px;
    border-left: 4px solid #dddddd;
}

/*--------------------------------------------------

PC ver css

--------------------------------------------------*/
@media print, screen and (min-width:768px){

.link_tit_list a:after {
    width: 29px;
    right: 20px;
    transition: right .2s;
}
.link_tit_list li a:hover:after {
    right: 10px;
    transition: right .2s;
    background: url(/jpn/consumer/common/images/icon_arrow_red.png) center center no-repeat;
}
}/* PC end */





/*--------------------------------------------------

SP ver css

--------------------------------------------------*/
@media screen and (max-width: 767px) {
.important_list_box {
    margin-bottom: 40px;
}
.link_tit_list li a:after{
    width: 20px;
    right: 10px;
}
.tit_style_line {
    padding-left: 35px;
    font-size: 25px;
}
.tit_style_line::before {
    width: 25px;
    left: 0;
}
.tit_num {
    position: relative;
    padding-left: 40px;
    align-items: flex-start;
}
.tit_num span {
    position: absolute;
    left: 0;
    top: 5px;
}
.url_tit {
    word-break: break-all;
}
}