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

title

--------------------------------------------------*/
.c-ttl_page{
	line-height: 1.35;
	position: relative;
}
.c-ttl_page .c-ttl_page_inner{
	position: relative;
}
.c-ttl_page .c-txt_catch{
	margin-bottom: 5px;
	font-weight: bold;
}
.c-ttl_page .c-txt_main{
    font-weight: bold;
    letter-spacing: 6px;
}
.c-ttl_page .c-sub_tit {
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
}

.c-ttl_page.-typeY{
	background: #fef8e4 url(/library/jpn/consumer/common/images/bg_tit_dot.png) 98% center no-repeat;
}
.c-ttl_page.-typeY .c-txt_main{
	color: #fba105;
}
.c-ttl_page.-typeY .c-ttl_page_inner:before {
    display: none;
}

@media print, screen and (min-width:768px){
	.c-ttl_page{
		margin-bottom: 70px;
	}
	.c-ttl_page .c-ttl_page_inner{
		max-width: 1466px;
		margin-right: auto;
		margin-left: auto;
		padding: 40px 50px 34px;
		box-sizing: border-box;
	}
	.c-ttl_page .c-txt_catch{
		font-size: 24px;
	}
	.c-ttl_page .c-txt_main{
        font-size: 36px;
	}
}
@media screen and (max-width:767px){
	.c-ttl_page{
		margin-bottom: 25px;
	}
	.c-ttl_page .c-ttl_page_inner:before{
		content: "";
		width: 94px;
		height: 6px;
		bottom: 0;
		left: 0;
	}
	.c-ttl_page .c-ttl_page_inner{
		padding: 20px 20px;
	}
	.c-ttl_page .c-txt_catch{
		font-size: 16px;
	}
	.c-ttl_page .c-txt_main{
		font-size: 26px;
	}
}


/* contents title style */
.contents_tit_box {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}
.contents_tit_box::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 2px;
    margin-bottom: 15px;
    background: #222;
}
.contents_tit_box .main_tit {
    color: #fba105;
    font-weight: bold;
    font-size: 32px;
}
.contents_tit_box .sub_tit {
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
}




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

banner button

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

.bnr_btn_r a {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 20px;
    color: #ff0a14;
    border: 2px solid #ff0a14;
    border-radius: 20px;
    font-size: 24px;
}
.bnr_btn_r a:hover {
    text-decoration: none;
}
.bnr_btn_r a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 23px;
    height: 6px;
    display: block;
    margin-top: -0.2em;
    transition: all .2s;
    background: url(/jpn/common_v3/images/icon_arrow_red.png) no-repeat;
}
.bnr_btn_r a .tit_txt {
    font-weight: bold;
}


@media print, screen and (min-width:768px){/* PC*/
    
}/* PC end */


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

common style css

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

/* list_num_mark blue ver // number + circle */
.list_num_mark {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
	margin: 0 0 0 30px;
}
.list_num_mark > li {
	position: relative;
	margin-bottom: 8px;
}
.list_num_mark > li::before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #fff;
	border: 1px solid #222;
	display: block;
	float: left;
	margin-top:4px;
	color: #222;
	font-size: 65%;
	font-weight: bold;
	letter-spacing: -0.5pt;
	text-indent: -0.5pt;
	line-height: 20px;
	margin-left: -30px;
	text-align: center;
	height: 20px;
	width: 20px;
	border-radius: 50%;
}
.list_num_mark > li::after {
	content: "";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
}

.list_num {
    margin-left: 20px;
}
.list_num > li {
    list-style: decimal;
    margin-bottom: 10px;
}

ol li ul {
    margin-top: 10px;
}
.list_disc {
    margin-left: 20px;
}
.list_disc > li {
    list-style: disc;
    margin-bottom: 10px;
}

.list_num_brac li {
	list-style-type: none;
	counter-increment: cnt;
}
.list_num_brac li::before {
	content: "(" counter(cnt) ") ";
}

/* article page style */
.article_main_wrap {
    margin: 0 auto;
}
.article_main_box {
    border: 1px solid #ccc;
    border-radius: 20px;
}
.article_main_box p {
    margin-bottom: 20px;
}
.article_main_box .read_txt {
    color: #f58200;
    font-size: 18px;
    font-weight: bold;
}




.cp_list_wrap .cp_list_bnr a {
    color: #222;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
.cp_list_wrap .cp_list_bnr a:hover {
    text-decoration: none;
}
.cp_list_wrap .cp_main_img {
    margin-bottom: 20px;
}
.cp_list_wrap .cp_main_img img {
    border-radius: 30px;
}


.cp_list_bnr {
    position: relative;
}
.cp_tit {
    color: #222;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
.cp_tit a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.c-campaign img {
    width: 100%;
}


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

PC ver css

--------------------------------------------------*/
@media print, screen and (min-width: 768px) {
#header .header_logo {
    display: none;
}

/* contents */
.article_main_wrap {
    max-width: 1366px;
}
.article_main_box {
    padding: 50px 95px;
}
.article_tit {
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: bold;
}



.cp_list_wrap .cp_list_bnr {
    margin-bottom: 80px;
}

.content_inner {
    padding-left: 0!important;
    padding-right: 0!important;
}

.c-breadcrumbs_wrap .content_inner {
    padding-left: 50px!important;
    padding-right: 50px!important;
}

.c-campaign .content_inner {
    padding-left: 50px!important;
    padding-right: 50px!important;
}

/* banner */
.bnr_wrap .noMgn {
    margin-bottom: 0!important;
}
.bnr_wrap {
    margin: 60px auto 0;
}
.bnr_wrap .btn_col2,
.bnr_wrap .btn_col3 {
    display: block;
}
.bnr_wrap .btn_col2 > div:not(.pb-handle),
.bnr_wrap .btn_col3 > div:not(.pb-handle) {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}
.bnr_wrap .btn_col2 > div:not(.pb-handle):after,
.bnr_wrap .btn_col3 > div:not(.pb-handle):after {
    display: none;
}
.bnr_wrap .btn_col2 > div:not(.pb-handle) {
    justify-content: center;
}
.bnr_wrap .btn_col2 > div:not(.pb-handle) .s-btn-item {
    width: 48%;
    max-width: 372px;
    margin: 0 15px;
}
.bnr_wrap .btn_col3 > div:not(.pb-handle) .s-btn-item {
    width: 32%;
    max-width: 372px;
}
.bnr_wrap .btn_col2 > div:not(.pb-handle) .s-btn-item p,
.bnr_wrap .btn_col3 > div:not(.pb-handle) .s-btn-item p {
    width: 100%;
    max-width: auto;
    margin: 0;
} 
.bnr_wrap .btn_type01 a,
.btn_rc a {
    padding: 10px 50px 10px 30px;
    border-radius: 20px;
    min-height: 60px;
}









}



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

SP ver css

--------------------------------------------------*/
@media screen and (max-width: 767px) {
#footer_sns {
    margin: 0 auto 30px;
}


/* contents */
.article_main_wrap {
    margin: 0 20px;
}
.article_main_box {
    padding: 30px 20px;
}
.article_tit {
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: bold;
}
.cp_list_wrap .cp_list_bnr {
    margin-bottom: 40px;
}

/* banner */
.bnr_wrap {
    margin: 30px auto 0;
    padding: 0 20px;
}
.bnr_btn_r a {
    padding-right: 50px;
    font-size: 20px;
}
.bnr_wrap .btn_type01 {
    margin-bottom: 15px;
}
.bnr_wrap .btn_type01 a,
.btn_rc a {
    border-radius: 20px;
}
}


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

PC / SP

--------------------------------------------------*/
@media print, screen and (min-width:768px){/* PC */
	.img_sp {
		display: none;
	}
}
@media screen and (max-width:767px){/* SP */
	.img_pc {
		display: none;
	}
}