@charset "utf-8";



body{-webkit-text-size-adjust:100%}
img{vertical-align:top;display:block;max-width:100%;height:auto;width:auto;zoom:1;transform:scale(1,1)}
a:hover img{zoom:1;transform:scale(1,1)}
.pc{display:block}
.tablet,.phone{display:none}

@media screen and (max-width:960px){

#header {
	padding: 0 30px;
	border-bottom: 1px solid #ddd;
}

#head_inner {
	width: 100%;
}

/* @group メガドロップ --------------------------------- */

.megaDisp {
	padding: 0 30px;
	box-sizing: border-box;
}

.megaDispInner {
	width: 100%;
}

.tabletCloseWrap {
	position: absolute;
	left: 0;
	width: 100%;
	margin: 0;
}

.tabletClose {
	right: 20px;
}


.megaDisp .mDColumnTb {
	/*float: left;*/
	display: table-cell;
}

/*.megaDisp .mDColumn02,
.megaDisp .mDColumn03 {
	display: block;
}*/

/*.en .megaDisp .mDColumn03 {
	display: table-cell;
	border-left: 1px solid #4d4d4d;
}

.en .megaDisp .mDColumn01,
.en .megaDisp .mDColumn02 {
	display: block;
	width: auto;
/*	border-left: none;*!/
}*/

.megaDisp .mDCategory {
	position: absolute;
	top: 50px;
	left: 0;
	width: 33.333333333333%;
	padding: 0 25px;
	box-sizing: border-box;
	table-layout: fixed;
}

.megaDisp .mDColumn {
	width: 33.33333333333% !important;
	padding-bottom: 0;
}

.megaDisp .mDColumn01 {
	padding-top: 53px;
}

/*.megaDisp .mDColumnTb {
	padding-bottom: 30px;
	border-left: 1px solid #4d4d4d;
}*/
/*.megaDisp .mDColumn01 {
	width: 40.960452%;
}

.megaDisp .mDColumn02,
.megaDisp .mDColumn03 {
	width: auto;
	border-left: none;
}*/



/* @end */

/* @group パンくず --------------------------------- */

#Breadcrumb ul{width:auto;padding:11px 30px;}

/* @end */

#Main_inner {
	width: 100%;
}

/* @group Footer --------------------------------- */


.footer_menuarea .footer_menuContainer,
#footer_copyright {width: 100%;padding: 0 30px;box-sizing: border-box;}
#footer_copyright {padding: 50px 30px;}
#footer_copyright .copy {float: left;color: #333;font-size: 77%;line-height: 30px;}
#footer_copyright .warning {float: right;}

/* @end */


#Main_inner {
	padding: 50px 30px;
	box-sizing: border-box;
}

.mainImage img {
	width: 100%;
}

.layout01 #Cont {
	float: none;
	width: 100%;
	margin: 0 0 50px;
}

.layout01 #Rside {
	clear: both;
	float: none;
	width: 100%;
	margin: 0 0 50px;
	
}

.titleArea {
	margin: 0 0 50px;
}

.titleArea .title {
	line-height: 1;
}

.titleArea .pageTitle {
	width: 100%;
	box-sizing: border-box;
	padding-right: 35px;
}

.level02 .pageTitle {font-size: 261.538462%;}
.branch .pageTitle {font-size: 261.538462%;}
.leaf .pageTitle {font-size: 261.538462%;}


/* @group 第2階層 パネル --------------------------------- */

.level02 #Main_inner {
	padding-left: 0;
	padding-right: 0;
}

.level02 .titleArea {
	width: 100%;
	padding: 0 30px;
	box-sizing: border-box;
}

.catPanel .visualInner,
.catPanel .panelText {
	width: 100%;
}

.catPanelSet .catPanel:nth-of-type(2n+1) .visualInner,
.catPanelSet .catPanel:nth-of-type(2n+1) .panelText {
	padding-left: 30px;
}

.catPanelSet .catPanel:nth-of-type(2n) .visualInner,
.catPanelSet .catPanel:nth-of-type(2n) .panelText {
	padding-right: 30px;
}

.catPanelSet .catPanel:nth-of-type(2n+1) .visual {background-position: 50% 50%;}
.catPanelSet .catPanel:nth-of-type(2n) .visual {background-position: 50% 50%;}

.company .catPanelSet .catPanel:nth-of-type(1) .visual {
	background-position: 80% 50%;
}


.catPanel .visual h2 {
	left: 30px;
}

.catPanel .linkListArea ul {
	width: 110%;
}

/* @end */



/* @group 第3階層 パネル --------------------------------- */

.branch .categoryBlock {
	width: 47.881356%;
	margin: 0 0 50px;
}


.branch .categoryBlock .thumb img {
	width: 100%;
	height: auto;
}


.branch .categoryBlock .linkListArea ul {
	width: 100%;
}


/* @end */

#sideNav {
	background: #fafafa;
}

#sideNav dl {
	position: relative;
	border-bottom: 1px solid #ddd;
}

#sideNav dl:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

#sideNav dl:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ddd;
	z-index: 10;
}

#sideNav a {
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	text-decoration: none;
}

#sideNav dd {
}

#sideNav dt,
#sideNav dd {
	line-height: 1;
}

#sideNav dt {
	font-size: 123.1%;
}

#sideNav dt a {
	padding: 28px 16px 26px;
	color: #fff;
	background-color: #999;
}


#sideNav dd {
	float: left;
	width: 50%;
	margin-bottom: -1px;
	font-size: 108%;
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#sideNav dd.open {
	border-bottom: none;
}

#sideNav dd.open:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}


#sideNav dd.odd {
	clear: both;
}


#sideNav dd a {
	padding: 21px 16px 20px;
	box-sizing: border-box;
	color: #333;
	background-color: #fafafa;
}



#sideNav dd a.hasTree {
	padding: 21px 34px 20px 16px;
}

#sideNav dd.odd a {
	border-right: 1px solid #ddd;
}

#sideNav dd.open a.sn01,
#sideNav dd a:hover {
	color: #f00001;
	background-color: #fff;
}

#sideNav dd ul {
	display: none;
	width: 200%;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	padding: 20px 0;
	background-color: #fff;
	border-top: none;
}

#sideNav dd.odd ul {
	float: left;
}

#sideNav dd.even ul {
	float: right;
}

#sideNav dd.open ul {
	display: block;
	border-bottom: 1px solid #ddd;
}

#sideNav dd ul li {
	float: left;
	width: 50%;
	border: none;
}

#sideNav dd ul li:nth-of-type(2n+1) {
	clear: left;
}

#sideNav dd ul a {
	padding: 10px 40px;
	background-color: #fff;
	border: none !important;
/*	font-size: 12px;*/
	line-height: 1;
}


/* @group photoblock */

.genPhotoBlock {
	margin: 0 0 40px;
}

.genPhotoBlock .photo {
	float: right;
	width: 48%;
	margin: 0 0 0 30px;
	border: 1px solid #ddd;
}

/* @end */

.forPc,
.forSp {
	display: none;
}

.forTb {
	display: block;
}

/* @group NotFound */

.notfound #Main {
	text-align: center;
}

.notfound #Main_inner {
	padding: 150px 0;
}

.notfound .pageTitle {
	padding: 0 !important;
	font-size: 215%;
	line-height: 1;
}

.notfound .titleArea {
	margin-bottom: 75px;
}

.notfound .pageTitle .en {
	display: block;
	margin: 28px 0 0;
	font-size: 78%;
}

.notfound .text.en {
	margin: 20px 0 0;
}

.notfound .btmLinks li {
	font-size: 108%;
	line-height: 1.85;
}

/* @end */


	
}

@media screen and (max-width:768px){

	.zoom #header {
		position: absolute;
	}

	#headUtility form .searchBoxWrapper.searchOpen {
		width: 110px;
	}
	
	.en #headUtility form .searchBoxWrapper.searchOpen {
		width: 80px;
	}
	
	.tablet{display:block}
	
}

@media screen and (max-width:690px){
/*.share_area .share_box{max-width:460px}#foot_wrap_share_area{height:auto;margin:0 0 0 2%;}.pageTop_area{top:-110px}*/
}

@media screen and (max-width:640px){

.phone{display:block}
.pc,.tablet{display:none !important;}

/* @group Header --------------------------------- */

#header {
	height: 51px;
	padding: 15px 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
}

#headLogo {
	margin: 0;
}

#headLogo a {
	display: block;
	width: 180px;
	height: 22px;
	background: url(../images/head_logo_001_sp.png) no-repeat;
	background-size: auto 100%;
	text-indent: -999em;
}

.en #headLogo a {
    width: 215px;
    height: auto;
	background: url(../images/head_logo_001_en_sp.png) no-repeat;
	background-size: contain;
}

#headLogo a img {
	display: inline;
}

#head_inner {
	height: auto;
}

.menubtn {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background-color: #fff;
	background-image: url(../images/sp_nav_open.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 25px 22px;
	text-indent: -999em;
}

.menubtn.open {
	background-color: #000;
	background-image: url(../images/sp_nav_close.png);
}

#GnavSp {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	background: #000;
	z-index: 20;
}

#GnavSp form {
	position: relative;
	height: 40px;
	margin: 20px 10px;
	padding-right: 34px;
	background: #555;
}

#GnavSp form button {
	position: absolute;
	right: 6px;
	top: 50%;
	width: 28px;
	height: 28px;
	margin-top: -14px;
	border: none;
}

#GnavSp .searchBox {
	width: 100%;
	height: 40px;
	padding: 5px 10px;
	box-sizing: border-box;
	background: #555;
	border: none;
}

#GnavSp ul {
	border-top: 1px solid #444444;
}

#GnavSp li {
	border-bottom: 1px solid #444444;
}

#GnavSp li.inquiry,
#GnavSp li.english {
	float: left;
	width: 50%;
}

#GnavSp li a {
	display: block;
	position: relative;
	height: 55px;
	padding: 20px 20px;
	box-sizing: border-box;
	color: #fff;
	font-size: 15px;
	line-height: 15px;
}

#GnavSp li a:hover {
	text-decoration: none;
}

#GnavSp li.inquiry a,
#GnavSp li.english a {
	text-align: center;
}

#GnavSp li.inquiry a {
	border-right: 1px solid #444;
}

#GnavSp li a:after {
	content: '';
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	width: 9px;
	height: 15px;
	margin-top: -8px;
	background: url(../images/sp_nav_arrow.png) no-repeat;
	background-size: contain;
}

#GnavSp li.inquiry a:after,
#GnavSp li.english a:after {
	display: none;
}

/* @end */

#Main {
	padding-top: 51px;
}

#Breadcrumb {
	display: none;
}

/* @group Footer --------------------------------- */

#footer {
/*	overflow-x: hidden;*/
/*	overflow: hidden;*/
}

#footer a:hover {
	text-decoration: none;
}

#footer .pageTop_area {
	top: auto;
	bottom: 31px;
}

#footer .pageTop_area.abBottom {
	top: -50px;
	bottom: auto;
}

#footer .pageTop {
	height: 40px;
	padding: 0 10px;
}

#footer .pageTop a {
	float: right;
	width: 40px;
	height: 40px;
	background: url(../images/pagetop_sp.png) no-repeat;
	background-size: contain;
	text-indent: -999em;
}

#footer_inner {
	overflow: hidden;
}

.footer_menuarea {
	padding: 0;
	border: none;
}

.footer_menuarea .footer_menuContainer, #footer_copyright {
	padding: 0;
}

.footer_menu {
	float: none;
	width: 100%;
}

.footer_catLink {
	display: block;
	position: relative;
	height: 55px;
	margin: 0;
	padding: 20px 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
	font-size: 15px;
	line-height: 15px;
}

.footer_catLink:after {
	content: '';
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	width: 9px;
	height: 15px;
	margin-top: -8px;
	background: url(../images/sp_footer_arrow.png) no-repeat;
	background-size: contain;
}

.footer_bottomMenu {
	position: relative;
	left: 50%;
	padding: 20px 0;
}

.footer_bottomMenu .footer_bottomMenuInner {
	float: left;
}

.footer_bottomMenu .footer_bottomMenuInner ul {
	margin-left: -50%;
}

.footer_bottomMenu li {
	float: left;
	font-size: 12px;
	line-height: 20px;
}

.footer_bottomMenu li br {
	display: block;
}

.footer_bottomMenu li:nth-of-type(2),
.footer_bottomMenu li:nth-of-type(4) {
	border-right: none;
}

.footer_bottomMenu li:nth-of-type(2) {
	margin-bottom: 10px;
}

.footer_bottomMenu li:nth-of-type(3) {
	clear: left;
}


.footer_bottomMenu li:last-child {
	display: none;
}

#footer_copyright {
	padding: 30px 0 15px;
}

#footer_copyright .warning {
	float: none;
	width: 280px;
	height: 25px;
	/*width: 177px;*/
	margin: 0 auto 20px;
	text-align: center;
}

#footer_copyright .warning img {
	/*margin: 0 auto;*/
	width: 100%;
	height: auto;
}

#footer_copyright .copy {
	float: none;
	font-size: 11px;
	text-align: center;
}

/* @end */

#Main_inner {
	padding: 25px 10px;
}


.layout01 #Cont {
	margin: 0 0 25px;
}

.layout01 #Rside {
	margin: 0 0 25px;
	
}

.titleArea {
	margin: 0 0 25px;
}

.level02 .pageTitle {font-size: 153.9%;}
.branch .pageTitle {font-size: 153.9%;}
.leaf .pageTitle {font-size: 153.9%;margin-right: 35px;line-height: 1.35;
}


.pageTitle .caption {
	margin: 0 0 7px;
	font-size: 75%;
	line-height: 1.53;
}


/* @group 第2階層 パネル --------------------------------- */

.level02 .titleArea {
	height: auto;
	margin-bottom: 25px;
	padding: 0 10px;
}

.level02 .pageTitle .enTitle,
.layout01 .pageTitle .enTitle {
	margin: 7px 0 0;
	font-size: 7px;
}

.catPanel {
	float: none;
	clear: both;
	width: 100%;
	margin: 0 0 45px;
}

.catPanel .visualInner,
.catPanel .panelText {
	float: none !important;
	width: 100%;
	padding: 0 10px !important;
}

.catPanel .visual {
	position: relative;
	z-index: 1;
	height: auto;
	margin: 0;
	padding-top: 62.5%;
	background-size: 100% auto;
	background-position: 0 0 !important;
}

.catPanel .visual:before {
	display: none;
}

.company #catPanel01 .visual {background-image: url(/company/images/panel01_sp.jpg);}
.company #catPanel02 .visual {background-image: url(/company/images/panel02_sp.jpg);}
.company #catPanel03 .visual {background-image: url(/company/images/panel03_sp.jpg);}
.company #catPanel04 .visual {background-image: url(/company/images/panel04_sp.jpg);}
.company #catPanel05 .visual {background-image: url(/company/images/panel05_sp.jpg);}
.company #catPanel06 .visual {background-image: url(/company/images/panel06_sp.jpg);}
.company #catPanel07 .visual {background-image: url(/company/images/panel07_sp.jpg);}
.company #catPanel08 .visual {background-image: url(/company/images/panel08_sp.jpg);}
.company #catPanel09 .visual {background-image: url(/company/images/panel09_sp.jpg);}

.english.company #catPanel01 .visual {background-image: url(/english/company/images/panel01_sp.jpg);}
.english.company #catPanel02 .visual {background-image: url(/english/company/images/panel02_sp.jpg);}
.english.company #catPanel03 .visual {background-image: url(/english/company/images/panel03_sp.jpg);}
.english.company #catPanel04 .visual {background-image: url(/english/company/images/panel04_sp.jpg);}
.english.company #catPanel05 .visual {background-image: url(/english/company/images/panel05_sp.jpg);}
.english.company #catPanel06 .visual {background-image: url(/english/company/images/panel06_sp.jpg);}
.english.company #catPanel07 .visual {background-image: url(/english/company/images/panel07_sp.jpg);}
.english.company #catPanel08 .visual {background-image: url(/english/company/images/panel08_sp.jpg);}
.english.company #catPanel09 .visual {background-image: url(/english/company/images/panel09_sp.jpg);}

.ir #catPanel01 .visual {background-image: url(/irinfo/images/panel01_02_sp.jpg);}
.ir #catPanel02 .visual {background-image: url(/irinfo/images/panel02_sp.jpg);}

.csv #catPanel01 .visual {background-image: url(/csv/images/panel01_sp.jpg);}
.csv #catPanel02 .visual {background-image: url(/csv/images/panel02_sp.jpg);}


.catPanel .visualInner {
	height: auto;
}

.catPanel .visual h2 {
	position: static;
	z-index: 10;
	left: 0;
	bottom: 0;
	padding: 15px 0 20px;
	font-size: 18px;
	line-height: 18px;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

#Cont .catPanel .visual h2 a {
	color: #666 !important;
	text-shadow: none;
}

.catPanel .visual h2 .enTitle {
	display: block;
	margin: 7px 0 0;
	font-size: 7px;
	line-height: 7px;
	text-shadow: none;
}

.catPanelSet .catPanel .panelText {
	color: #666;
	font-size: 12px;
	line-height: 20px;
}


/* @end */



/* @group 第3階層 パネル --------------------------------- */

.branch .categoryBlock {
	float: none !important;
	width: 100%;
	margin: 0 0 40px;
}


.branch .categoryBlock .panelTitle {
	margin: 0 0 15px;
	font-size: 138.5%;
	line-height: 1.5;
}

.branch .categoryBlock .summary {
	font-size: 93%;
	line-height: 1.7;
}

.branch .categoryBlock .linkListArea {
	margin: 15px 0 0;
}



/* @end */

/* @group 第4階層 サブコンテンツリンク --------------------------------- */


#Cont .subContLink .trigger {
	display: block;
	position: absolute;
	top: -72px;
	right: 0;
	width: 31px;
	height: 31px;
	background-image: url(../images/arrow_sub_openclose.png);
	background-repeat: no-repeat;
}

#Cont .subContLink .trigger {background-position: 100% 0;}
#Cont .subContLink .trigger:hover {background-position: 100% 0;}
#Cont .subContLink.open .trigger {background-position: 0 0;}
#Cont .subContLink.open .trigger:hover {background-position: 0 0;}

#Cont .subContList {
/*	display: none;*/
	overflow: hidden;
}

#Cont .subContList.open {
	height: 100%;
}

#Cont .subContLink ul {
	margin-left: -13px;
	padding-bottom: 20px;
}

#Cont .subContLink ul li {
	padding: 0 13px;
	font-size: 93%;
}

.subContBtm {
	margin: 50px 0 0;
}

.subContBtm dt {
	margin: 0 0 15px;
	font-size: 108%;
}

.subContBtm dd ul {
	margin-left: -13px;
	padding-bottom: 20px;
}

.subContBtm dd ul li {
	padding: 0 13px;
	font-size: 93%;
}

/* @end */

/* @group タブ --------------------------------- */

.tabArea {
	margin: 0 0 30px;
	border-bottom: none;
}

.tabArea li {
	float: none;
	display: inline;
	height: auto;
}

.tabArea li a {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 0;
	margin-bottom: -1px;
	margin-right: -1px;
	padding: 18px 15px 17px;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

.tabArea li.ac a,
.tabArea li a:hover {
	height: auto;
	margin-top: 0;
	background-color: #fff;
}

.tabArea li.ac a {
	color: #f00000 !important;
	border-bottom: 1px solid #ddd;
}

.tabAreaReal {
	margin: 0 0 25px;
}

/* @end */

/* @group ページ内アンカー */

.pageAnchor {
	padding: 0 0 20px;
}

.pageAnchor ul {
	margin-left: -13px;
}

.pageAnchor li {
	padding: 0 13px;
	font-size: 93%;
}

.pageAnchor li a {
	padding-left: 12px;
}


/* @end */

/* @group 写真2枚並び --------------------------------- */


.doubleImage {
	width: 100%;
	margin: 0 0 50px;
}

.doubleImage .image {
	float: none;
	width: 100%;
}


/* @end */

.h2style {
	margin: 0 0 17px;
	padding: 0 0 15px;
	font-size: 138.5%;
	line-height: 1.5;
}

.h3style {
	margin: 0 0 17px;
	font-size: 123.1%;
	line-height: 1.5;
}

.h4style {
	margin: 0 0 17px;
	font-size: 108%;
	line-height: 1.5;
}

.section {
	margin: 0 0 45px;
}

.section .text {
	font-size: 93%;
	line-height: 1.7;
}

.relatedLinks {
	padding: 14px 15px;
}

.relatedLinks dl {
	display: block;
}

.relatedLinks dt,
.relatedLinks dd {
	display: block;
	padding: 0;
	font-size: 93%;
	line-height: 1.7;
}

.relatedLinks dt {
	margin: 0 0 10px;
	padding-right: 0;
	border-right: none;
}

.relatedLinks dd {
	padding-left: 0;
}

.relatedLinks dd li {
	float: left;
	margin: 0 14px 0 0;
}




/* @group SideNavigation --------------------------------- */

#sideNav {
	margin-bottom: 50px;
}


#sideNav dt {
	font-size: 116%;
}

#sideNav dt a {
	padding: 18px 15px 18px;
}

#sideNav dd {
	float: none;
	width: 100%;
	margin-bottom: -1px;
	font-size: 100%;
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd !important;
}

#sideNav dd.open 


#sideNav dd a {
	padding: 19px 15px 18px;
}

#sideNav dd a.hasTree {
	padding: 19px 34px 18px 15px;
}

#sideNav dd.odd a {
	border-right: none;
}

#sideNav dd ul {
	float: none !important;
	width: 100%;
	padding: 0 0 0 30px;
	box-sizing: border-box;
}

#sideNav dd.open ul {
	border-top: 1px solid #ddd;
	border-bottom: none;
}

#sideNav dd ul li {
	float: none;
	width: 100%;
}

#sideNav dd ul li:first-child {
	margin-top: -1px;
}

#sideNav dd ul a {
	padding: 17px 0 16px;
	border-top: 1px solid #ddd !important;
}

/* @group photoblock */

.genPhotoBlock {
	margin: 0 0 25px;
}

.genPhotoBlock .photo {
	float: none;
	width: auto;
	margin: 0 0 15px;
	text-align: center;
}

.genPhotoBlock .photo img {
	width: 100%;
}

.forPc,
.forTb {
	display: none;
}

.forSp {
	display: block;
}


.anc {
	top: -70px;
}



/* @group NotFound */

.notfound #Main {
	text-align: left;
}

.notfound #Main_inner {
	padding: 50px 10px;
}

.notfound .titleArea {
	margin-bottom: 45px;
}

.notfound .pageTitle {
	font-size: 15px;
}

.notfound .pageTitle .en {
	margin: 15px 0 0;
	font-size: 14px;
}

.notfound .text.en {
	margin: 12px 0 0;
}

.notfound .btmLinks li {
	font-size: 12px;
}

/* @end */



/* @end */
}


/* @end */



/* =========================================================
　◆外部遷移用スタイル
========================================================= */
@media screen and (max-width:760px){
  #INFO {
    width: 80%;
    margin: 0 auto;
    left:0;
    right: 0;
    padding-bottom: 30px;
  }
  #external_area_closebtn img {
    width: 26px;
  }
  .external_txt {
    width: auto;
    font-size: 110%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width:640px){
  .external_txt {
    text-align: left;
  }
  .external_txt br {
    display: none;
  }
}
