.sec_inner .c-ttl_page {
    margin-bottom: 0!important;
}

.article_tit_wb p,
.article_tit_wb h2 {
    font-weight: bold;
}
.c-ttl_page.-important{
	background: #fceeee;
}
.c-ttl_page.-important .c-ttl_page_inner:before {
    display: none;
}
.c-ttl_page.-important .c-ttl_page_inner:before {
    display: none;
}
.c-ttl_page.-important .c-txt_main h1 {
    display: flex;
    align-items: center;
    color: #ff0a14;  
}
.c-ttl_page.-important .c-txt_main h1::before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 39px;
    margin-right: 10px;
    background: url(/library/jpn/consumer/common/images/icon_important.png) left top no-repeat;
}
.c-ttl_page.-important .c-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;
    margin: 80px auto 60px;
}
.tit_wide_box .tit_wide_r {
    max-width: none;
    margin: 0;
    padding: 0;
    color: #ff0a14;
    font-weight: bold;
    font-size: 32px;
}
.tit_wide_box .tit_wide_r h2 {
    max-width: 1466px;
    margin: 0 auto;
    padding: 40px 50px 34px;
    color: #ff0a14;
    font-weight: bold;
    font-size: 32px;
    box-sizing: border-box;
}
.c-tit_style_line {
    margin-bottom: 25px;
    overflow: inherit;
}
.c-tit_style_line h3 {
    font-size: 30px;
    font-weight: bold;
    position: relative;
}
.c-tit_style_line h3::before {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: -48px;
    top: 0.85em;
    background: #ff0a14;
}
.c-tit_style_line h3 {
    font-size: 30px;
    font-weight: bold;
    position: relative;
}
.c-tit_style_txtr {
    margin-bottom: 20px;
}
.c-tit_style_txtr h4 {
    color: #ff0a14;
    font-weight: bold;
    font-size: 24px;
}
.c-tit_num h4 {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #ff0a14;
    font-size: 24px;
    font-weight: bold;
}
.c-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;
}


/* box */
.block_inner {
    margin-bottom: 80px;
    overflow: inherit;
}
.block_inner > div:not(.pb-handle) > div:not(.pb-handle):last-of-type {
    margin-bottom: 0;
}
.c-txt_box {
    margin-bottom: 40px;
}
.c-caution_box {
    margin: 40px 0;
}
.c-caution_box .c-caution_tit h5 {
    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;
}
.c-caution_box .c-caution_tit h5::before {
    position: absolute;
    content: "";
    display: block;
    right: -20px;
    bottom: 0;
    width: 20px;
    height: 20px;
    background: #fceeee;
    z-index: 1;
}
.c-caution_box .c-caution_tit h5::after {
    position: absolute;
    content: "";
    display: block;
    right: -40px;
    bottom: 0;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 40px;
    z-index: 2;
}
.c-caution_box .c-inbox {
    background: #fceeee;
    border-radius: 0 20px 20px 20px;
}
.c-caution_box .c-inbox > div:not(.pb-handle) {
    padding: 20px 30px 30px;
}
.c-list_num {
    overflow: inherit;
}
.c-list_num ol {
    margin-left: 20px!important;
}
.c-list_num ol > li {
    list-style: decimal;
    margin-bottom: 10px;
    margin-left: 10px;
}
.c-list_disc {
    margin-left: 20px!important;
}
.c-list_disc > li {
    list-style: disc;
    margin-bottom: 10px;
}
.c-list_num_brac li {
    list-style-type: none;
    counter-increment: cnt;
}
.c-list_num_brac li::before {
	content: "(" counter(cnt) ") ";
}

.c-url_tit {
    margin-bottom: 30px;
    padding: 10px 0 10px 20px;
    border-left: 4px solid #dddddd;
}

/* information list */
.info_list {
    border-top: none;
}
.info_list table tr td:first-of-type {
    display: none;
}
.info_list table tr {
    padding: 31.5px 50px 31.5px 0!important;
}
.info_list table tr a {
    margin-top: 0;
    margin-left: 0;
}

/*--------------------------------------------------

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) {

.c-ttl_page.-important .c-txt_main h1 {
    padding-left: 36px;
    box-sizing: border-box;
}
.c-ttl_page.-important .c-txt_main h1::before {
    content: "";
    display: inline-block;
    width: 36px;
    height: 39px;
    margin-right: 0;
    background: url(/library/jpn/consumer/common/images/icon_important.png) left top no-repeat;
    position: absolute;
    left: 20px;
}

.important_list_box {
    margin-bottom: 40px;
}
.info_list table tr {
    padding: 30px 50px 30px 0!important;
}
.info_list table tr a {
    line-height: 1.5;
}
.link_tit_list li a:after{
    width: 20px;
    right: 10px;
}
.c-tit_style_line {
}
.c-tit_style_line h3 {
    padding-left: 35px;
    font-size: 25px;
}
.c-tit_style_line h3::before {
    width: 25px;
    left: 0;
}
.c-tit_num {
    position: relative;
    padding-left: 40px;
    align-items: flex-start;
}
.c-tit_num span {
    position: absolute;
    left: 0;
    top: 5px;
}
.c-url_tit {
    word-break: break-all;
}
}