@charset "utf-8";
/* CSS Document */
.page_help{
	background:#f6f5f3;
}
#inbanner_help{
	background:url(../img/help/default_banner.jpg) center center no-repeat;
    background-size:cover;
}
#inbanner_sitemap{
	background:url(../img/help/default_banner.jpg) center center no-repeat;
	background-size:cover;
}
#inbanner_entitle{
	background:url(../img/help/default_banner.jpg) center center no-repeat;
	background-size:cover;
}
#inbanner_privacy{
	background:url(../img/help/default_banner.jpg) center center no-repeat;
	background-size:cover;
}

#inbanner_tab1{
	background:url(../img/help/default_banner.jpg) center center no-repeat;
	background-size:cover;
}
.mbsec{
	margin:0 auto;
	width:1040px;
}
.mb_tabs{
	border-top:1px solid #dbdbdb;
	border-bottom:2px solid #e0dfde;
	background:#fff;
}
.mb_tabs ul{
	width:1140px;
	margin:0 auto;
	display:flex;
    align-items: center;
    justify-content: center;
}
.mb_tabs li{
	border-right:1px solid #dbdbdb;
	position:relative;
}
.mb_tabs li:first-child{
	border-left:1px solid #dbdbdb;
}
.mb_tabs li.on::after{
	position:absolute;
	left:0;
	right:0;
	bottom:-2px;
	height:2px;
	background:#272727;
	content:'';
}
.mb_tabs li a{
	height:60px;
	line-height:60px;
	padding:0 30px;
	display:block;
}
.mb_tabs li.on a{
}

.mb_tl{
	font-size:24px;
	border-bottom:1px solid #cbcac8;
	margin:30px auto 0;
	padding:12px 0;
}


.btn_mb_01{
	display:block;
	height:45px;
	line-height:45px;
	text-align:center;
	color:#fff;
	background:#272727;
	border:none;
	margin:0 auto;
	font-size:15px;
}
/**********/
.privacy_box .stl{
	border-bottom:2px solid #212121;
	text-align:center;
	font-size:30px;
	margin:60px 0 50px;
	padding-bottom:45px;
}
.privacy_box .sbd{
	display:flex;
	justify-content:space-between;
	line-height:1.9;
}
.privacy_box .p_mu{
	width:20%;
}
.privacy_box .p_mu li{
	position:relative;
	padding-left:2em;
	margin-bottom:1em;
    cursor:pointer;
}
.privacy_box .p_mu li::after{
	position:absolute;
	left:0;
	top:50%;
	width:10px;
	height:2px;
	background:#212121;
	content:'';
}
.privacy_box .r_txt{
	width:78%;
}
.privacy_box .r_txt p{
	margin-bottom:1em;
}



/**********/
.sitemap_box{
	margin-top:60px;
}
.sitemap_box .sbd{
	display:flex;
	justify-content:space-between;
	line-height:1.9;
	margin:0 auto;
}
.sitemap_box .l_links{
	width:330px;
	display:flex;
	flex-wrap: wrap;
    /*justify-content: space-between;*/
	height:200px;
}
.sitemap_box .l_links dl{
	width:48%;
	margin-bottom:3em;
}
.sitemap_box .l_links dt{
	border-bottom:2px solid #212121;
	position:relative;
	display:inline-block;
	width:6em;
	margin-bottom:1em;
	padding:0 0 5px;
}
.sitemap_box .l_links dd{
}
.sitemap_box .r_pic{
	width:660px;
}

/**********/
.byang_box{
	margin-top:60px;
}
.byang_box .stl{
	text-align:center;
	font-size:36px;
	margin:60px 0 50px;
	font-family:Georgia;
}
.byang_box .sbd{
}
.byang_box .sbd ul{
	display:flex;
	line-height:1.9;
	flex-wrap: wrap;
}
.byang_box .sbd li{
	width:326px;
	margin:0 31px 31px 0;
	background:#fff;
	box-sizing:border-box;
	padding:12px;
}
.byang_box .sbd li:nth-child(3n){
	margin-right:0;
}
.byang_box .sbd li a{
	display:block;
	border:1px solid #cdc8c4;
	text-align:center;
	padding:30px 0;
}
.byang_box .sbd li a .img{
	margin-bottom:12px;
}
.byang_box .sbd li:last-child{
	width:683px;
	display:flex;
    justify-content: space-between;
	margin-right:0;
	padding:33px 50px 33px 30px;
	align-items:center;
}
.byang_box .sbd li:last-child .img{
	width:192px;
}
.byang_box .sbd li:last-child .txt{
	width:360px;
}
.byang_box .sbd li a.btn_down{
	padding:0;
	line-height:50px;
	margin:60px 40px 0;
	border:1px solid #919191;
}


/**********/
.bydetail_box{
	margin-top:60px;
}
.bydetail_box .stl{
	border-bottom:2px solid #555;
	text-align:center;
	font-size:36px;
	margin:60px 0 50px;
	padding-bottom:45px;
	font-family:Georgia;
}
.bydetail_box .sbd{
}


.bydetail_box .sbd{
	display:flex;
	justify-content:space-between;
	line-height:1.9;
}
.bydetail_box .p_mu{
	width:20%;
}
.bydetail_box .p_mu li{
	position:relative;
	padding-left:2em;
	margin-bottom:1em;
}
.bydetail_box .p_mu li::after{
	position:absolute;
	left:0;
	top:50%;
	width:10px;
	height:2px;
	background:#212121;
	content:'';
}
.bydetail_box .r_txt{
	width:75%;
}
.bydetail_box .r_txt p{
}
.bydetail_box .r_txt .b_title{
	text-align:center;
	font-size:28px;
	font-weight:normal;
}
.bydetail_box .r_txt .b_summary{
	text-align:center;
	margin-top:36px;
}
.bydetail_box .r_txt dl{
}
.bydetail_box .r_txt dt{
	background:#fefdfd;
	text-align:center;
	padding:18px;
	font-size:20px;
	line-height:1.414;
	border-top:1px solid #2b2b2b;
	border-bottom:1px solid #2b2b2b;
	margin:45px 0 36px;
}
.bydetail_box .r_txt dt small{
	font-size:14px;
}
.bydetail_box .r_txt dd{
	display:flex;
	justify-content:space-between;
}
.bydetail_box .r_txt dd .s_txt{
	width:500px;
}
.bydetail_box .r_txt dd .s_txt p{
	margin-bottom:2em;
}
.bydetail_box .r_txt dd .s_pic{
	width:262px;
}

/**********/
.hp_contact{
	display: flex;
    font-size: 14px;
    justify-content: space-between;
    margin: 60px auto 0;
	width:1140px;
}
.hp_contact .left_mbx, .hp_contact .right_mbx {
    width: 49%;
	display: flex;
    flex-direction: column;
	justify-content: space-between;
}

.ite_mb_x {
	background:#fff;
	margin-bottom:20px;
}
.ite_mb_x .stl{
	padding:20px;
	border-bottom:1px solid #f1f1f1;
	font-size:22px;
}
.ite_mb_x .sbd{
	padding:20px 20px 10px;
}
.ite_mb_x .sft{
	padding:20px;
}

#gz_bx1{
}
#gz_bx1 .sbd{
	padding-bottom:30px;
}
#gz_bx1 .sbd ul{
	display:flex;
	margin-top:1em;
}
#gz_bx1 .sbd ul li{
	text-align:center;
	margin-right:1.5em;
}
#gz_bx1 .sbd ul li img{
	width:100px;
}
#gz_bx2{
	
}
#gz_bx2 .sbd{
	height:100px;
}

.qaList{
	border-top:1px solid #000;
	margin-top:12px;
}
.qaList dl{
	border-bottom:1px solid #cccccc;
}
.qaList .qaQ{
	display:flex;
	padding: 6px 7px 10px;
    font-size: 14px;
    font-weight:bold;
    cursor: pointer;
    /*letter-spacing: 1.4px;*/
    transition: background .5s ease;
}
.qaList .qaA{
	display:none;
    padding: 0 9px 31px;
}
.qaList .qaA .inr{
	display:flex;
	margin-top: -4px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .6px;
}
.qaList .qaText{
	font-size:34px;
	color:#380c79;
	margin-right:22px;
	font-family: 'Perpetua Regular';
    font-style: normal;
    font-weight: normal;
}
.qaList .qaWord{
    line-height: 1.7;
	margin-top: 20px;
}
.qaList .qaA .qaText{
    margin-bottom: 12px;
	color:#8f3c22;
}
.qaList .qaA .qaWord{
    line-height: 1.7;
	margin-top: 17px;
}
.qaList dl.on .qaQ:hover{
	background:inherit;
}

.qaList .qaQ:hover {
	background: #fff;
}

.bydetail_box .r_txt dd .s_pic{
	width:202px;
	margin-right:24px;
}
.bydetail_box .r_txt dd .s_txt p{
	margin-bottom:0;
}
.bydetail_box .r_txt dl.noflex dd{
	display:inherit;
}
.bydetail_box .r_txt dl.noflex dd .s_txt{
	width:inherit;
}
.bydetail_box .r_txt dl.noflex dd .s_pic{
	width:inherit;
	text-align:center;
	margin-top:1.5em;
	margin-right:0;
}
.bydetail_box .r_txt dl.noflex dd .s_pic img{
	max-width:432px;
	width:inherit;
}
.bydetail_box .r_txt dd.has_padding{
	padding:30px 0 12px;
	border-top:1px solid #cccccc;
	margin-top:30px;
}


.bydetail_box .p_mu li.on a{
	color:#9c8457;
}
.bydetail_box .p_mu li.on::after{
	background:#9c8457
}


.privacy_box .p_mu li{
	cursor:pointer;
}
.privacy_box .p_mu li.on{
	color:#9c8457;
}
.privacy_box .p_mu li.on::after{
	background:#9c8457
}
.privacy_box .r_txt .t_cnt_item{
	display:none;
}