@charset "UTF-8";
/* CSS Document */

html {
	font-size: 10px;
}

body {
	-webkit-text-size-adjust: 100%;
	color: #000;
	font-family: Verdana, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	line-height: 1.7;
	letter-spacing: 0.1rem;
	font-size: 1.4rem;
}

/* fonts
-------------------------------------------------------------- */

@font-face {
    font-family: 'BLGtx';
    src: url('../fonts/blgHudson.eot');
    src: url('../fonts/blgHudson.eot?#iefix') format('embedded-opentype'),
         url('../fonts/blgHudson.woff2') format('woff2'),
         url('../fonts/blgHudson.woff') format('woff'),
         url('../fonts/blgHudson.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'JPtx';
	src: url('../fonts/NotoSansCJKjp-Black.eot');
	src: url('../fonts/NotoSansCJKjp-Black?#iefix') format('embedded-opentype'),
		  url('../fonts/NotoSansCJKjp-Black.woff2') format('woff2'),  
		  url('../fonts/NotoSansCJKjp-Black.woff') format('woff'),
		  url('../fonts/NotoSansCJKjp-Black.ttf') format('truetype');
		  font-style: normal;
		  font-weight: 900; 
}


.gtc {
	font-family: Verdana, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

.mnc {
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}

.blgTx {
	font-family: BLGtx, Verdana, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

.jpnTx_bold {
	font-family: JPtx, Verdana, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-weight: 900;
}


/* Debug
-------------------------------------------------------------- */

.scrollValue {
    margin: 0;
    position: fixed;
    right: 10px;
    top: 10px;
	color: #066;
	font-size: 35px;
	z-index: 500;
}


/* samples
-------------------------------------------------------------- */

.sample_textLR {
	text-align: justify;
	text-justify: inter-ideograph;
}

.sample_minFontSize {
	font-size: 23px;
	font-size: -webkit-calc(23px + 12vw);
	font-size: -moz-calc(23px + 12vw);
	font-size: calc(23px + 12vw);
	line-height: 36px;
	line-height: -webkit-calc(36px + 12vw);
	line-height: -moz-calc(36px + 12vw);
	line-height: calc(36px + 12vw);
}

.sample_radius {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.sample_grad {
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(0.9,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top, #FFF, rgba(255,255,255,0) 90%);
	background: linear-gradient(to bottom, #FFF, rgba(255,255,255,0) 90%);
}

.sample_transition {
	transition: .5s;
}

.sample_transition:hover {
	opacity: .7;
}

.sample_radial {
	transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
}

.sample_noSelect {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.sample_shadow_box {
	/*左右 上下 ぼかし 広がり 色 内側指定（inset）*/
	box-shadow: 2px 2px 4px;
}

.sample_shadow_text {
	font-family: largetxt, "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	text-shadow: 0 0 15px #272727;
}


/* general
-------------------------------------------------------------- */

.onlyPC, .onlyPC_il {
	display: none;
}

.mgb30 {margin-bottom: 30px !important;}
.mgb50 {margin-bottom: 50px !important;}
.mgb100 {margin-bottom: 100px !important;}

.letterSP1 {letter-spacing: .1rem !important;}

.hide_tx {
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.grayout3 {
	opacity: .3 !important;
}

.alignC {text-align: center;}


/* menu
-------------------------------------------------------------- */

@keyframes checked-anim {
    100% {
        width: 100%;
    }
}

@keyframes not-checked-anim {
    0% {
        width: 100%;        
    }
}

.a_logo_menu_spc {
	max-width: 142px;
	margin: 0 auto;
}

.a_logo_menu {
	display: block;
}

.a_logo_menu:hover {
	opacity: .9;
}

.img_logo_menu {
	width: 100%;
}

.ul_menu {
    display: none;
	padding: 50px 0;
	position: relative;
}

.ul_menu::before {
	content: url(../images/br3_top.svg);
	position: absolute;
	display: block;
	width: 286px; 
	top: 10px;
	right: 0;
	left: 0;
	line-height: 0;
	letter-spacing: 0;
	margin: 0 auto;
}

.ul_menu::after {
	content: url(../images/br3_bottom.svg);
	position: absolute;
	display: block;
	width: 286px;
	bottom: 5px;
	right: 0;
	left: 0;
	margin: 0 auto;
}

#burger {
    position: fixed;
    top: 7px;
    right: 7px;
    background-image: url(../images/bt_menu.svg);
	background-repeat: no-repeat;
	width: 40px;
    height: 40px;
    transition: .5s ease;
    cursor: pointer;
    z-index: 1100;
	
	/*display: none;*/
}

#menu-toggle:checked + #burger {
    transform: rotate(180deg);
    transition: transform .5s ease;
}

#main_menu {
    position: fixed;
	right: 0;
    width: 0;
    height: 100%;
    animation: not-checked-anim .2s both;
    transition: .5s;
	z-index: 1000;
	text-align: center;
	padding-top: 14px;
	overflow: auto;
}

#menu-toggle:checked ~ #main_menu {
    animation: checked-anim .5s ease both;
	background-color: rgba(0,0,0,.85);
}

#menu-toggle:checked ~ #burger {
	background-image: url(../images/bt_menu_close.svg);
	background-repeat: no-repeat;
}

#menu-toggle:checked ~ #main_menu .ul_menu {
    display: block;
	width: 286px;
	margin: 0 auto;
}

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    display: none;
}

.a_menu, .a_menu:visited {
	display: block;
	color: #FFF;
	font-size: 2.5rem;
	font-family: BLGtx, Verdana, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	padding: 12px 0;
	line-height: 1;
}

.a_menu:hover {
	opacity: .8;
}

.a_menu_parent {
	cursor: pointer;
	background-image: url(../images/icon_arrowD3.svg);
	background-position: right 10px center;
	background-repeat: no-repeat;
}

.ul_menu_sub1 {
	background-color: rgba(69,145,54,.8);
	display: none;
}

.ul_menu_sub1 li:nth-child(even) {
	background: rgba(91,182,71,.8);
}

.a_menu_sub1, .a_menu_sub1:visited {
	display: block;
	color: #FFF;
	font-size: 1.7rem;
	font-family: BLGtx, Verdana, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-weight: 400;
	padding: 12px 0;
	border-left: 8px solid rgba(255,255,255,.2);
	line-height: 1;
}

.menuTx_s {
	font-size: 11px;
}

.a_BLGlogo_menu_spc {
	max-width: 40px;
	margin: 0 auto;
}

.a_BLGlogo_menu {
	display: block;
}

.a_BLGlogo_menu:hover {
	opacity: .9;
}

.img_BLGlogo_menu {
	width: 40px;
}



/* upperFixed
-------------------------------------------------------------- */

.fixed_leftTop {
	z-index: 200;
	width: 120px;
	position: fixed;
	top: 0;
	left: 0;
	padding-top: 5px;
}

.a_logoBLG {
	display: block;
	float: left;
}

.icon_logoBLG {
	width: 42px;
}

.a_logoBLG:hover {
	opacity: .7;
}

.a_btSnsTop {
	display: block;
	width: 30px;
	position: fixed;
	top: 7px;
	z-index: 50;
	line-height: 0;
}

.a_btSnsTop1 {
	/*right: 7px;*/
	right: 51px;
}

.a_btSnsTop2 {
	/*right: 44px;*/
	right: 86px;
}

.a_btSnsTop3 {
	/*right: 44px;*/
	right: 121px;
}

.btSnsTop {	
	width: 100%;
}

.btSnsTop:hover {
	opacity: .7;
}





/* header
-------------------------------------------------------------- */

.hdr {
	background-image: url(../images/bg_kv2_a_SP.jpg);
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 70vw;
	position: relative;
	max-height: 790px;
}

.h1_hdr {
	position: absolute;
	bottom: 0;
	top: 0;
	right: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 55.27vw;
	max-height: 542px;
	margin: auto auto;
	max-width: 980px;
}

.h1_hdr_img {
	width: 100%;
}

.hdr2 {
	background-image: url(../images/bg_kv2_b.jpg);
	background-position: center top;
	background-size: cover;
	padding: 35px 15px 60px;
	position: relative;
}

.hdr2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 150px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), color-stop(0.9,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1) 90%);
	background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1) 90%);
}

.bnr_hdr2, .bnr_hdr2:visited {
	background-image: url(../images/bg_banner1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #FFF;
	max-width: 720px;
	margin: 0 auto 30px;
	padding: 4px;
	display: block;
	text-align: center;
}

.bnr_hdr2:hover {
	opacity: .8;
}

.bnr_hdr2_inner {
	border: 1px solid #CCC;
	padding: 10px 7px;
	background-image: url(../images/icon_arrowR2.svg);
	background-repeat: no-repeat;
	background-position: right 5px center; 
}

.bnr_hdr2_tx1 {
	font-size: 1.6rem;
	color: #313131;
	line-height: 1;
	margin-bottom: 5px;
}

.bnr_hdr2_tx2 {
	font-size: 2rem;
	color: #000;
	line-height: 1;
	margin-bottom: 6px;
}

.bnr_hdr2_tx3 {
	font-size: 1.8rem;
	color: #CD1F41;
	line-height: 1;
}


/* NEWS
-------------------------------------------------------------- */

.blk_news_spc {
	position: relative;
	background-color: rgba(250,250,250,.85);
	padding: 45px 20px;
	max-width: 720px;
	margin: 0 auto;
	z-index: 1;
	-moz-box-shadow: 4px 4px 6px rgba(0,0,0,.2);
	-webkit-box-shadow: 4px 4px 6px rgba(0,0,0,.2);
	-o-box-shadow: 4px 4px 6px rgba(0,0,0,.2);
	-ms-box-shadow: 4px 4px 6px rgba(0,0,0,.2);
	box-shadow: 4px 4px 6px rgba(0,0,0,.2);
}

.blk_news_spc::before {
	content: url(../images/br1_top.svg);
	position: absolute;
	display: block;
	width: 268px; 
	top: 10px;
	right: 0;
	left: 0;
	line-height: 0;
	letter-spacing: 0;
	margin: 0 auto;
}

.blk_news_spc::after {
	content: url(../images/br1_bottom.svg);
	position: absolute;
	display: block;
	width: 268px;
	bottom: 5px;
	right: 0;
	left: 0;
	margin: 0 auto;
}

.blk_news {
	position: relative;
	padding: 10px 0 40px 0;
	background-image: url(../images/icon_br2.svg);
	background-position: center bottom;
	background-repeat: no-repeat;
}

.blk_news:last-child {
	padding: 10px 0 20px 0;
	background-image: none;
}

.blk_news a, .blk_news a:visited {
	color: #777;
	text-decoration: underline;
}

.h3_atcl_news {
	text-align: center;
	line-height: 1;
	color: #777;
	letter-spacing: .7rem;
	font-size: 2.2rem;
	margin-bottom: 15px;
	text-indent: .35rem;
}

.blk_news_date {
	color: #777;
	font-size: 1.1rem;
}

.blk_news_tx1 {
	font-size: 1.2rem;
}



/* AWARDS
-------------------------------------------------------------- */

.atcls_wrap2 {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
}

.winnerBlk_spc1 {
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
	margin-bottom: 55px;
}

.winnerBlk {
	display: inline-block;
	vertical-align: top;
	letter-spacing: .1rem;
	font-size: 1.4rem;
	color: #6C685D;
	width: 100%;
	padding: 0 10px 20px;
	margin-bottom: 24px;
}

.h5_awardTitle {
	font-size: 1.6rem;
	color: #000;
	margin-bottom: 18px;
	letter-spacing: .1rem;
}

.img_winner {
	border: solid 4px #D6CCAE;
	width: 80%;
	max-width: 240px;
	margin-bottom: 12px;
	-moz-box-shadow: 3px 3px 6px rgba(0,0,0,.4);
	-webkit-box-shadow: 3px 3px 6px rgba(0,0,0,.4);
	-o-box-shadow: 3px 3px 6px rgba(0,0,0,.4);
	-ms-box-shadow: 3px 3px 6px rgba(0,0,0,.4);
	box-shadow: 3px 3px 6px rgba(0,0,0,.4);
}

.tx_winnerName {
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	font-size: 1.8rem;
	color: #4F5B4C;
	margin-bottom: 1px;
}

.tx_winnerTeam {
	color: #000;
	font-size: 1.3rem;
	margin-bottom: 12px;
}

.tx_winnerComment {
	font-size: 1.3rem;
	color: #6C685D;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-bottom: 28px;
}

.bt_bdrGray, .br_bdrGray:visited {
	font-size: 1.2rem;
	letter-spacing: .2rem;
	color: #6C685D;
	background-color: #EBEBEB;
	border: 1px solid #6C685D;
	width: 100%;
	max-width: 480px;
	display: block;
	margin: 0 auto 18px;
	padding: 10px 0;
	background-position: right 10px center;
	background-repeat: no-repeat;
	text-align: center;
}

.bt_bdrGray:hover {
	opacity: .8;
}

.icon_blank {
	background-image: url(../images/icon_blank1.svg);
}

.icon_arrow {
	background-image: url(../images/icon_arrowR3.svg);
}





/* CONCEPT
-------------------------------------------------------------- */

.atcls {
	padding: 0 10px 40px;
}

.atcls_wrap {
	max-width: 980px;
	margin: 0 auto;
	position: relative;
}

.atcls_wrap::before, .atcls_wrap2::before {
	position: absolute;
	content: '';
	top: 44px;
	left: -42px;
	display: block;
	width: 172px;
	height: 125px;
	background-image: url(../images/bg_grass1.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: -1;
}

.h2_concept {
	padding-top: 40px;
	text-align: center;
	font-size: 2.6rem;
	color: #4F5B4C;
	margin-bottom: 22px;
	letter-spacing: .4rem;
}

.tx_concept {
	color: #6C685D;
	font-size: 1.4rem;
	margin-bottom: 15px;
	text-align: center;
}


/* INFORMATION
-------------------------------------------------------------- */

.h3_atcls_eng {
	background-image: url(../images/icon_crown1.svg);
	background-repeat: no-repeat;
	background-position: center top 10px;
	padding-top: 55px;
	margin-bottom: 10px;
	color: #777;
	font-family: BLGtx, Verdana, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 2.7rem;
	letter-spacing: .7rem;
	text-indent: .35rem;
	text-align: center;
	line-height: 1;
}

.h3_atcls_jpn {
	text-align: center;
	font-size: 1.7rem;
	letter-spacing: .5rem;
	text-indent: .25rem;
	line-height: 1;
	margin-bottom: 35px;
}

.h4_title {
	text-align: center;
	font-size: 2.3rem;
	letter-spacing: .5rem;
	text-indent: .25rem;
	color: #4F5B4C;
	background-image: url(../images/br2.svg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 45px;
	margin-bottom: 43px;
	line-height: 1.2;
}

.fmt1_table {
	color: #6C685D;
	font-size: 1.4rem;
	border-collapse: separate;
	padding: 10px 10px;
	margin-bottom: 70px;
	width: 100%;
}

.fmt1_tableTitle {
	color: #000;
	vertical-align: middle;
	min-width: 76px;
	width: 20%;
	padding: 0 8px 0 12px;
	border-bottom: 1px solid rgba(255,255,255,.2);
	border-bottom: 1px solid #EAEAEA;
}

.fmt1_tableTx_L {
	font-size: 2rem;
	line-height: 1.2;
	padding: 19px 0 19px 6px;
	border-bottom: 1px solid rgba(255,255,255,.2);
	border-bottom: 1px solid #EAEAEA;
}

.fmt1_tableTx {
	padding: 19px 0 19px 6px;
	border-bottom: 1px solid rgba(255,255,255,.2);
	border-bottom: 1px solid #EAEAEA;
	word-break: break-word;
}

.center_spc1 {
	text-align: center;
	margin-bottom: 40px;
}

.mc_blk {
	display: inline-block;
	max-width: 220px;
	padding: 0 20px;
	margin-bottom: 30px;
}

.img_mc {
	width: 100%;
}

.tx_mc {
	font-size: 1.7rem;
	color: #4F5B4C;
}

.h5_title {
	font-size: 1.6rem;
	color: #282828;
	margin-bottom: 7px;
}

.wrap680 {
	max-width: 680px;
	margin: 0 auto;
}

.tx1 {
	font-size: 1.4rem;
	color: #6C685D;
	margin-bottom: 25px;
}

.tx2 {
	font-size: 1.3rem;
	color: #6C685D;
	margin-bottom: 25px;
}

.bt_spc1 {
	max-width: 680px;
	margin: 0 auto;
}

.bt_red_blank, .bt_red_blank:visited {
	display: block;
	background-color: #CD1F41;
	color: #FFF;
	font-size: 1.4rem;
	position: relative;
	text-align: center;
	padding: 18px;
}

.bt_red_blank::after {
	position: absolute;
	content: url(../images/icon_arrowR1.svg);
	display: block;
	width: 14px;
	height: 14px;
	top: 0;
	bottom: 0;
	line-height: 0;
	letter-spacing: 0;
	right: 10px;
	margin: auto 0;
}

.bt_bg_ticket {
	background-image: url(../images/icon_bt_ticket.svg);
	background-position: left 5px center;
	background-repeat: no-repeat;
}

.bt_red_blank:hover {
	opacity: .8;
}

.h5_borderLeft5 {
	border-left: 5px solid #6C685D;
	padding: 8px 0 8px 10px;
	line-height: 1;
	font-size: 1.6rem;
	margin-bottom: 10px;
}

.tx_underline {
	display: inline-block;
	padding: 0 4px 0 4px;
	border-bottom: 2px solid #000;
}

.box1px {
	text-align: center;
	font-size: 2.8rem;
	color :#777;
	letter-spacing: .2rem;
	line-height: 1.3;
	padding: 30px 10px;
}

.img_fullsize {
	display: block;
	width: 100%;
	margin: 0 auto 48px;
	max-width: 580px;
}

.img_novelty1 {
	width: 100%;
	margin-bottom: 18px;
	max-width: 420px;
}




/* VOTE
-------------------------------------------------------------- */

.center_spc2 {
	text-align: center;
    margin-bottom: 40px;
	font-size: 0;
	letter-spacing: 0;
}

.nominee_blk {
	display: inline-block;
	letter-spacing: .1rem;
	position: relative;
	text-align: left;
	border: 1px solid #777;
	padding: 33px 10px 10px 10px;
	margin: 8px 0 15px;
	width: 100%;
	vertical-align: top;
	background-size: cover;
	background-position: center top;
}

.nominee_blk_close1 {background-image: url(../images/bt_nominee1.jpg);}
.nominee_blk_close2 {background-image: url(../images/bt_nominee2.jpg);}
.nominee_blk_close3 {background-image: url(../images/bt_nominee3.jpg);}
.nominee_blk_close4 {background-image: url(../images/bt_nominee4.jpg);}
.nominee_blk_close5 {background-image: url(../images/bt_nominee5.jpg);}

.nominee_blk_open {
	background-image: none;
}

.bt_nomineeArea {
	cursor: pointer;
	background-image: url(../images/icon_arrowD2.svg);
	background-position: right center;
	background-repeat: no-repeat;
}

.bt_nomineeArea_arrowU {
	background-image: url(../images/icon_arrowU2.svg);
}

.detail_nomineeArea {
	display: none;
}

.embed_youtubeSize {
	width: 100%;
	height: 200px;
	margin-bottom: 15px;
}

.h5_abs1 {
	color: #FFF;
	font-family: BLGtx, Verdana, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 1.9rem;
	background-image: url(../images/bg_slashBK1.svg);
	background-position: right top;
	background-repeat: no-repeat;
	line-height: 1;
	padding: 8px 0 5px 10px;
	display: inline-block;
	position: absolute;
	left: -1px;
	top: -8px;
	min-width: 168px;
}

.h5_abs1:after {
	content: url(../images/icon_camera.svg);
	margin-left: 17px;
}

.h6_title1 {
	font-size: 1.8rem;
	line-height: 1.5;
	margin-bottom: 8px;
}

.grayTx_s {
	color: #6C685D;
	font-size: 1.2rem;
	margin-bottom: 10px;
}



/* FAQ
-------------------------------------------------------------- */

.faq_h4 {
	text-align: left;
	font-size: 2.0rem;
	font-size: 1.7rem;
	border-left: 3px solid #6C685D;
	padding-left: 8px;
	margin: 35px 0 15px;
	font-family: JPtx, Verdana, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-weight: 900;
}

.faqBlk {
	text-align: left;
	padding: 12px 32px 12px 8px;
	cursor: pointer;
	background-image: url(../images/icon_arrowD2.svg);
	background-repeat: no-repeat;
	background-position: right 10px center;	
	background-color: #FEFEFE;
}

.faqBlk:nth-child(even) {
	background-color: #F2F2F2;
}

.faqBlk_open {
	background-image: none;
	padding: 12px 8px 25px 8px;
}

.faqBlk_Q {
	font-size: 1.3rem;
	position: relative;
	padding: 4px 0 0 31px;
}

.faqBlk_Q::before {
	content:'';
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-image: url(../images/icon_faq_Q.svg);
	position: absolute;
	top: 0;
	left: 0;
}

.faqBlk_Q_open {
	margin-bottom: 10px;
}

.faqBlk_A {
	display: none;
	padding: 4px 0 0 31px;
	position: relative;
	color: #5B5952;
}

.faqBlk_A::before {
	content:'';
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-image: url(../images/icon_faq_A.svg);
	position: absolute;
	top: 0;
	left: 0;
}

.faqBlk_tx1 {
	font-size: 1.3rem;
}

.faqBlk a, .faqBlk a:visited {
	color: #888;
	text-decoration: underline;
}

.faqBlk a:hover {
	opacity: .8;
}



/* footer
-------------------------------------------------------------- */

.bt_scrolltoTop {
	width: 40px;
	height: 40px;
	background-image: url(../images/bt_scrolltoTop.svg);
	background-repeat: no-repeat;
	position: fixed;
	bottom: 50px;
	right: 0;
	display: none;
	z-index: 500;
}

.ft {
	padding-top: 90px;
	text-align: center;
	position: relative;
	color: #746F63;
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 50px;
}

.ft_wrap {
	width: 90%;
	margin: 0 auto;
}

.icon_logoBLG_ft {
	width: 96px;
	margin-bottom: 44px;
}



/* summary
-------------------------------------------------------------- */


.fmt2_table {
	color: #6C685D;
	font-size: 1.4rem;
	border-collapse: separate;
	padding: 10px 10px;
	width: 100%;
	max-width: 720px;
	margin: 0 auto 70px;
}

.fmt2_table th {
	background-color: #9d9179;
	color: #FFF;
	padding: 6px 0;
	font-size: 1.2rem;
}

.fmt2_table_num {
	vertical-align: middle;
	text-align: center;
	min-width: 51px;
	width: 10%;
	padding: 0 8px 0 12px;
	border-bottom: 1px solid rgba(255,255,255,.2);
	border-bottom: 1px solid #EAEAEA;
}

.fmt2_table_name {
	padding: 9px 0 10px 6px;
	word-break: break-word;
	border-bottom: 1px solid rgba(255,255,255,.2);
	border-bottom: 1px solid #EAEAEA;
}

.fmt2_table_point {
	vertical-align: middle;
	min-width: 76px;
	width: 20%;
	padding: 0 8px 0 12px;
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,.2);
	border-bottom: 1px solid #EAEAEA;
}

.fmt2_table_grayTR {
	background-color: #F2F2F2;
}
