@charset "utf-8";
/* ===================================================================
//CSS information

// file name  :  common.css
// style info :  スタイル指定
=================================================================== */
/**********
//general params
**********/
p {
    line-height: 2;
}
.caption {
    font-size:10px;
    font-weight:400;
    color:#666;
    letter-spacing:0;
    line-height:2;
    text-align:left;
}

a {
    color:#333;
    outline:none;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
a:link,
a:visited {
    color:#333;
    text-decoration: none;
}
a:active,
a:hover {
    color:#428e8c;
    text-decoration: none;
}

sup {
    vertical-align:super;
    font-size: .5em;
}

a > i {
	color:#428e8c;
	margin-right: 5px;
}
a.current {
    color:#428e8c;
}
a.outlink span {
	display: inline-block;
	position: relative;
	padding-right: 20px;
}
a.tellink {
	cursor: default;
	pointer-events: none;
}
.sp a.tellink {
	cursor: pointer;
	pointer-events: auto;
	text-decoration: underline;
}
a.outlink span::before,
a.outlink span::after {
	content: '';
}
a.outlink span::before {
	position: absolute;
	top: 50%;
	right: 0;
	width: 10px;
	height: 6px;
	background: #428e8c;
	transform: translateY(-50%);
}
a.outlink span::after {
	position: absolute;
	top: 50%;
	right: 2px;
	width: 10px;
	height: 6px;
	border: #428e8c solid 1px;
	border-width: 0 0 1px 1px;
	transform: translateY(-15%);
}
a.linkTextBtn {
	font-size: 12px;
}
a.linkTextBtn > * {
	display: inline-block;
	vertical-align: middle;
}
a.linkTextBtn > i {
	top: -1px;
}
a.linkTextBtn > span {
	position: relative;
}
a.linkTextBtn > span::after {
	position: absolute;
	bottom: -8px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #428e8c;
	-webkit-transform: scale(0, 1);
	-webkit-transform-origin: center top;
	-webkit-transition: transform .3s;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}
a.linkTextBtn:hover > span::after {
	-webkit-transform-origin: center top;
	-webkit-transform: scale(1, 1);
	transform-origin: center top;
	transform: scale(1, 1);
}

.arrowThumb {
	position: relative;
	display: inline-block;
	border: #ccc solid 1px;
	border-radius: 10px;
	color: #428e8c;
	font-size: 10px;
	line-height: 20px;
	height: 20px;
	width: 40px;
	text-align: center;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

#businessPage .arrowThumb {
	position: absolute;
	bottom: 20px;
}
.arrowThumb:hover {
	background: #428e8c;
	border-color: #428e8c;
	color: #fff;
}
.arrowThumb .glyphicon {
	top: auto;
}

i.icon-outlink {
  position: relative;
  top: 1px;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
i.icon-outlink::before,
i.icon-outlink::after {
	content: '';
}
i.icon-outlink::before {
	position: absolute;
	top: 50%;
	left: 2px;
	width: 10px;
	height: 6px;
	background: #428e8c;
	transform: translateY(-50%);
}
i.icon-outlink::after {
	position: absolute;
	top: 50%;
	left: 0;
	width: 10px;
	height: 6px;
	border: #428e8c solid 1px;
	border-width: 0 0 1px 1px;
	transform: translateY(-15%);
}

.colorG {
    color: #428e8c !important;
}

/* ===================================================================
//loading
=================================================================== */
#loadingWrap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom:0;
	z-index: 1000;
	background: #fff;
	display: block;
}
#loadingWrap > div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 100%;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
#loadingWrap > div:nth-of-type(1) {
	/*background: #428e8c;*/
	background: #ddd;
}
#loadingWrap > div:nth-of-type(2) {
	top: 50%;
	left: 0;
	right: 0;
	bottom: auto;
	margin: auto;
	padding: 0 15px;
	max-width: 400px;
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.progressTxt {
	display: block;
	color: #fff;
	font-weight: 700;
	line-height: 2;
	height: 20px;
	margin-top: 10px;
}
.is_page_loading #loadingWrap > div:nth-of-type(1) {
	bottom: 0;
}

/* ===================================================================
//共通
=================================================================== */
.noSMP,.noMobile {
	display:block !important;
}
.visibleSMP,.visibleMobile {
	display:none !important;
}
.sp .noSMP,
.mobile .noMobile {
	display:none !important;
}
.sp .visibleSMP,
.mobile .visibleMobile {
	display:block !important;
}

/*************************/
#effectWrap {	
	-webkit-transition: all .5s .25s ease;
	transition: all .5s .25s ease;
}
#effectWrap.is_active {
	opacity: .1;
}
/*************************/

/*************************/
.breadcrumbWrap {
	background: #fff;
	border-top: #f7f7f7 solid 2px;
	padding: 1em 0;
}
.breadcrumb {
    background-color: #fff;
    border-radius: 0px;
	font-size: 12px;
    list-style: none;
    margin-bottom: 0;
    padding: 0 15px;
}
/*************************/

/** cautionWrap **********/
#cautionWrap {
	padding: 40px 0 0;
}
.cautionInner {
	background: #fff;
	border: 1px solid #e0e0e0;
	font-size: 13px;
	padding: 1.5em;
/*-webkit-box-shadow: 0px 5px 20px -5px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 5px 20px -5px rgba(0,0,0,0.3);
box-shadow: 0px 5px 20px -5px rgba(0,0,0,0.3);*/
}
.cautionInner li {
	margin-top: 15px;
}
.cautionInner li:nth-of-type(1) {
	margin-top: 0;
}
/*.cautionInner .date {
	color: #428e8c;
	display: inline-block;
	line-height: 1.6;
	vertical-align: top;
	width: 15%;
}*/
.cautionInner a.noPE {
	pointer-events: none;
}
.cautionInner .dataText {
	display: inline-block;
	line-height: 1.6;
	vertical-align: top;
	/*width: 85%;*/
}
.cautionInner .dataText .dataIcon {
	color: #428e8c;
	display: inline-block;	
}
.cautionInner .dataText .dataIcon::before {
	content: '：';
	color: #999;
}
@media only screen and (max-width: 767px) {
.cautionInner .date,
.cautionInner .dataText {
	width: 100%;
}
}
/** cautionWrap **********/

/** news **********/
.icons i {
	border: #fff solid 1px;
	border-width: 0 1px 0 0;
	color: #fff;
	cursor: default;
	display: inline-block;
	font-size: 12px;
	font-style: normal;
	line-height: 1.1;
	text-align: center;	
	vertical-align: top;
	padding: .15em;
	width: 16.666666%;
	max-width: 70px;
	background: #ccc;
}
.icons i.icon16 { letter-spacing: -.15em;}
i.icon01 { background: #3862a5;}
i.icon02 { background: #8a71a5;}
i.icon03 { background: #e29460;}
i.icon04 { background: #8aad45;}
i.icon05 { background: #45ad8a;}
i.icon06 { background: #8945ad;}
i.icon07 { background: #8945ad;}
i.icon08 { background: #4b6163;}
i.icon09 { background: #4b6163;}
i.icon10 { background: #adad45;}
i.icon11 { background: #ad4545;}
i.icon12 { background: #45ad5e;}
i.icon13 { background: #44a0ae;}
i.icon14 { background: #e29460;}
i.icon15 { background: #c46c9d;}
i.icon16 { background: #c46c9d;}
i.icon17 { background: #a9894a;}
i.icon18 { background: #4583ad;}
i.icon19 { background: #4583ad;}
i.icon01::before { content: '住まい';}
i.icon02::before { content: 'オフィス';}
i.icon03::before { content: '商業施設';}
i.icon04::before { content: '物流施設';}
i.icon05::before { content: 'CRE';}
i.icon06::before { content: 'IR';}
i.icon07::before { content: 'グループ';}
i.icon08::before { content: 'その他';}
i.icon09::before { content: '人事';}
i.icon10::before { content: '資産運用';}
i.icon11::before { content: '仲介';}
i.icon12::before { content: '運営管理';}
i.icon13::before { content: '再開発';}
i.icon14::before { content: 'ホテル';}
i.icon15::before { content: 'シニア';}
i.icon16::before { content: 'フィットネス';}
i.icon17::before { content: 'グローバル';}
i.icon18::before { content: 'イベント';}
i.icon19::before { content: 'CSR';}

.newsArea,.noticeArea { position: relative;}
.newsArea > a.pageLinkBtn,
.noticeArea > a.pageLinkBtn {
	position: absolute;
	top: 35px;
	right: 15px;
	display: inline-block;
}
a.pageLinkBtn {
	font-size: 12px;
}
a.pageLinkBtn > * {
	display: inline-block;
	vertical-align: middle;
}
a.pageLinkBtn > i {
	top: -1px;
}
a.pageLinkBtn .arrowThumb {
	margin-left: 10px;
}
a.pageLinkBtn:hover .arrowThumb {
	background: #428e8c;
	border: #428e8c solid 1px;
    color: #fff;
}

.newsInner {
	background: #fff;
	padding: 30px;
}
.newsInner li {
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: #999 dotted 1px;
}
.newsInner li:nth-of-type(1) {
	margin-top: 0;
}
.newsInner .date {
	color: #428e8c;
	display: inline-block;
	width: 20%;
}
.newsInner .icons {
	display: inline-block;
	width: 80%;
	line-height: 1.1;
}
.newsInner .dataText {
	display: block;
	line-height: 1.6;
	margin: 5px 0 0;
	min-height: 44px;
}
.newsInner .dataText .dataIcon {
	color: #428e8c;
	display: inline-block;	
}
.newsInner .dataText .dataIcon::before {
	content: '：';
	color: #999;
}

.noticeInner li {
	display: inline-block;
	padding: 1px;
	width: 50%;
    vertical-align: top;
}
.noticeInner li a {
	position: relative;
	display: block;
	background: #fff;
	height: 100%;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.noticeInner li a figure {
	position: relative;
	display: block;
	padding-top: 65%;
	overflow: hidden;
}
.noticeInner li a figure img {
	position: absolute;
	top: 50%;
	width: 100%;
	height: auto;
	-webkit-transform: translateY(-50%) scale(1.025);
	transform: translateY(-50%) scale(1.025);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.noticeInner li a:hover {
	z-index: 10;
	-webkit-box-shadow: 0px 5px 20px -5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 20px -5px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 20px -5px rgba(0,0,0,0.3);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.noticeInner li a:hover figure img {
	-webkit-transform:translateY(-50%) scale(1.25,1.25);
	transform:translateY(-50%) scale(1.25,1.25);
}
.noticeInner li a .dataWrap {
	padding: 1.5em;
}
.noticeInner li a .dataText {
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 2em;
	min-height: 44px;
}
.noticeInner li a .date {
	color: #428e8c;
	display: inline-block;
	line-height: 1.2;
	float: left;
}
.noticeInner li a .arrowThumb {
	float: right;
}
.noticeInner li a:hover .arrowThumb {
	background: #428e8c;
	border: #428e8c solid 1px;
    color: #fff;
}
.noticeInner .dataText .dataIcon {
	color: #428e8c;
	display: inline-block;	
}
.noticeInner .dataText .dataIcon::before {
	content: '：';
	color: #999;
}

@media only screen and (max-width: 1239px) {
.icons i {
	max-width: none;
}
.newsInner .date {
	width: 100%;
}
.newsInner .icons {
	width: 100%;
}
}
@media only screen and (max-width: 1100px) {
.icons i {
	border-width: 0 1px 1px 0;
	width: 33.333333%;
}
}
@media only screen and (max-width: 1023px) {
.icons i {
	border-width: 0 1px 0 0;
	width: 16.666666%;
	max-width: 70px;
}
}
@media only screen and (max-width: 768px) {
.newsInner .date {
	width: 20%;
}
.newsInner .icons {
	width: 80%;
}
}
@media only screen and (max-width: 767px) {
.newsInner .date {
	width: 100%;
}
.newsInner .icons {
	width: 100%;
}
.icons i {
	max-width: none;
}
}
@media only screen and (max-width: 679px) {
.icons i {
	border-bottom: #fff solid 1px;
	vertical-align: top;
	width: 33.333333%;
}
}
/** news **********/

/************/
#contentsAllWrap {
	padding-top: 118px;
}
.contentsWrap {
	padding-top: 60px;
	padding-bottom: 60px;
}

.dowmloadLink {
	display: inline-block;
	margin-top: 20px;
}
.dowmloadLink > * {
	display: inline-block;
	vertical-align: middle;
}
.dowmloadLink i.glyphicon-download {
	font-size: 24px;
	margin-right: 10px;
}
.dowmloadLink > span {
	position: relative;
}
.dowmloadLink > span::after {
	position: absolute;
	bottom: -8px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #428e8c;
	-webkit-transform: scale(0, 1);
	-webkit-transform-origin: center top;
	-webkit-transition: transform .3s;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}
.dowmloadLink:hover > span::after {
	-webkit-transform-origin: center top;
	-webkit-transform: scale(1, 1);
	transform-origin: center top;
	transform: scale(1, 1);
}

.articleWrap.localNavWrap {
	background: rgba(64,64,64,.1);
	padding-top: 30px;
}
.articleWrap.localNavWrap .sectionWrap {
	margin-bottom: 0;
	padding-bottom: 40px;
}
.localNav {
	font-size: 13px;
	text-align: center;
}
.localNav li {
	display: inline-block;
	text-align: center;
}
.localNav li a {
	position: relative;
	display: block;
	line-height: 50px;
	height: 50px;
	padding: 0 20px;
	cursor: pointer;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.localNav li a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #428e8c;
	-webkit-transform: scale(0, 1);
	-webkit-transform-origin: center top;
	-webkit-transition: transform .3s;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}
.localNav li a:hover {
	color: #333;
}
.localNav li a:hover::after {
	-webkit-transform-origin: center top;
	-webkit-transform: scale(1, 1);
	transform-origin: center top;
	transform: scale(1, 1);
}
.localNav li.is_current a {
	color: #428e8c;
	font-weight: 700;
}
.localNav li.is_current a::after {
	-webkit-transform-origin: center top;
	-webkit-transform: scale(1, 1);
	transform-origin: center top;
	transform: scale(1, 1);
}

/************/
.contentsListWrap {
	padding-top: 20px;
}
@media (min-width: 1240px) {
.contentsListWrap.container {
	width: 90%;
}
}
.contentsListWrap .contentsListBtn {
	display: block;
	background: #fff;
	margin-bottom: 20px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.contentsListWrap .contentsListBtn:hover {
	color: #777;
}
.contentsListWrap .contentsListBtn figure {
	background: #151515;
	overflow: hidden;
}
.contentsListWrap .contentsListBtn figure img {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.contentsListWrap .contentsListBtn:hover figure img {
	opacity: .5;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.contentsListWrap .contentsListBtn .contentsListText {
	position: relative;
	height: 250px;
	padding: 2em;
	text-align: left;
}
.businessPage .contentsListWrap .contentsListBtn .contentsListText {
	height: 300px;
}
.contentsListWrap .contentsListBtn .contentsListText::before {
	content: '';
	position: absolute;
	top: 1em;
	left: 0;
	bottom: 1em;
	width: 1px;
	background: #f0f0f0;
}
.contentsListWrap .contentsListBtn .contentsListText h3 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom:.75em;
}
.contentsListWrap .contentsListBtn .contentsListText h3::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #333;
	margin-top:1em; 
	-webkit-transform: scale(.05, 1);
	-webkit-transform-origin: left top;
	-webkit-transition: transform .2s;
	transform: scale(.05, 1);
	transform-origin: left top;
	transition: transform .2s;
}
.contentsListWrap .contentsListBtn:hover .contentsListText h3::after {
	-webkit-transform-origin: left top;
	-webkit-transform: scale(.5, 1);
	transform-origin: left top;
	transform: scale(.5, 1);
}
.contentsListWrap .contentsListBtn .contentsListText h3 + p {
	line-height: 1.5;
}

/************/
a.linkBtn {
	position: relative;
	display: block;
	text-align: center;
	color: #fff;
	line-height: 40px;
	max-width: 170px;
	height: 40px;
	border: #fff solid 1px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
a.linkBtn:hover {
	background: #428e8c;
	border: #428e8c solid 1px;
}

/************/
.articleWrap {
	padding-top: 80px;
}
.sectionWrap {
	margin-bottom: 80px;
}
.articleHdd.serifEN-CrimsonText {
	font-size: 48px;
	font-weight: 400;
}

/************/
.pos-relative { position: relative; }
.picsCaps {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 5;
	font-size: 10px;
	line-height: 1.2;
	padding: 5px;
}
.picsCaps.Lside {
	right: auto;
	left: 0;
}
.picsCaps.withBG {
	background:#444;
	color: #fff;
}
.picsCaps.white {
	color: #fff;
}

/************/
.fadeAnim {
    opacity: 0;
    transform: translateY(30px);
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.fadeAnim.is_view {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
/*************/
.viewmoreBtn {
	position: relative;
	display: block;
	border: #ccc solid 1px;
	border-radius: 20px;
	color: #428e8c !important;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	text-align: left;
	padding: 0 2em;
	width: 200px;
}
.viewmoreBtn > span {
	display: inline-block;
    top: -.1em;
    position: relative;
	font-weight: 700;
}
.viewmoreBtn > i {
	position: absolute;
	top: 50%;
	right: 2em;
	color: #428e8c;
	margin-right: 0;
	-webkit-transform: translateY(-55%);
	transform: translateY(-55%);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.viewmoreBtn:hover {
	background: #428e8c;
	border-color: #428e8c;
	color: #fff !important;
}
.viewmoreBtn:hover > i {
	right: 1em;
	color: #fff;
}
/*************/

/*************
//下層テキストなど
*************/
#pageTitleWrap {
	padding: 80px 0;
	text-align: center;
}
#pageTitleWrap + hr,
.contentsListWrap + hr {
	margin: 0;
}
#pageTitleWrap h2 {
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
}
#pageTitleWrap h2::before {
	content: attr(data-pageTitle);
	display: block;
	color: #428e8c;
	font-size: 16px;
	font-style: italic;
	line-height: 1;
	margin-bottom: 20px;
}
#pageTitleWrap h2::after {
	content: '';
	display: block;
	background: #000;
	height: 1px;
	width: 20px;
	margin: 25px auto;
}
#pageTitleWrap h2.no-subText::after {
	display: none;
}
#pageTitleWrap h2 + p {
	font-size: 13px;
}

body.contentsLowerPage #pageTitleWrap h2 {
	font-size: 26px;
	font-weight: 400;
	line-height: 1;
}
body.contentsLowerPage #pageTitleWrap h2::before {
	display: none;
}
body.contentsLowerPage #pageTitleWrap h2::after {
	display: none;
}
body.contentsLowerPage #pageTitleWrap h2 span {
	display: block;
}
body.contentsLowerPage #pageTitleWrap h2 span:nth-of-type(1) {
	position: relative;
	font-size: 13px;
	line-height: 1;
}
body.contentsLowerPage #pageTitleWrap h2 span:nth-of-type(1)::after {
	content: '';
	display: block;
	background: #000;
	height: 1px;
	width: 20px;
	margin: 25px auto;
}
body.contentsLowerPage #pageTitleWrap h2 span:nth-of-type(2) {
	color: #428e8c;
	font-weight: 500;
}
body.contentsLowerPage #pageTitleWrap h2 span.pageName sup{
    font-size: .7em;
    padding: 0 2px;
    vertical-align: top;
}

h3.contentsHdd {
	font-size: 26px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 1em;
}
h3.contentsHdd::after {
	content: attr(data-contentsHdd);
	display: inline-block;
	color: #428e8c;
	font-size: 16px;
	font-style: italic;
	margin-left: 1em;
}
h3.contentsHdd + p {
	font-size: 16px;
	font-weight: 500;
	opacity: .8;
}
.contentsListItem,
#businessPage .contentsListItem{
	margin-top: 30px;
	position: relative;
}
.contentsListItem a {
	display: block;
	position: relative;
	background: #fff;
	height: 100%;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.contentsListItem a figure {
	position: relative;
	display: block;
	overflow: hidden;
}
.contentsListItem a figure img {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.contentsListItem a:hover {
	z-index: 10;
	-webkit-box-shadow: 0px 5px 20px -5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 20px -5px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 20px -5px rgba(0,0,0,0.3);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.contentsListItem a.hoverNone:hover {
	transform: none;
	box-shadow: none;
}
.contentsListItem a:hover figure img {
	-webkit-transform:scale(1.25,1.25);
	transform:scale(1.25,1.25);
}
.contentsListItem a:hover figure.scaleNone img {
	-webkit-transform:none;
	transform:none;
}
.contentsListItem a .dataWrap {
	padding: 2em;
}
.contentsListItem a .dataWrap p:nth-of-type(1) {
	font-size: 17px;
	line-height: 1.6;
	font-weight: 500;
	margin-bottom: .5em;
}
.contentsListItem a .dataWrap p:nth-of-type(2) {
	font-size: 13px;
	opacity: .8;
	margin-bottom: 20px;
}
.contentsListItem a:hover .arrowThumb {
	background: #428e8c;
	border: #428e8c solid 1px;
    color: #fff;
}
.contentsListItem a.noLink {
	pointer-events: none;
}
.contentsListItem a.noLink:hover {
	
}
/*************/

/********************************************************************************/
@media only screen and (max-width: 1500px) {
.businessPage .contentsListWrap .contentsListBtn .contentsListText {
	height: auto;
}
}
@media only screen and (max-width: 1050px) {
/* ===================================================================
//共通
=================================================================== */
#contentsAllWrap {
	padding-top: 78px;
}
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 768px) {
/************/
.linkBtn, .linkBtnThumb { margin-top: 30px;}

.localNav {
	font-size: 12px;
	margin-bottom: 20px;
	text-align: left;
}
}
@media only screen and (max-width: 767px) {
/************/
.articleWrap {
    margin-bottom: 30px;
}
.articleHdd.serifEN-CrimsonText {
	font-size: 36px;
}
/************/
.linkBtn, .linkBtnThumb { margin-top: 20px;}

.contentsListWrap .contentsListBtn .contentsListText {
    height: auto;
}
.businessPage .contentsListWrap .contentsListBtn .contentsListText {
	height: auto;
}
.contentsListWrap .contentsListBtn .contentsListText h3 {
	font-size: 15px;
}

#pageTitleWrap {
    padding: 50px 0;
    text-align: center;
}
#pageTitleWrap h2 {
    font-size: 21px !important;	
}
h3.contentsHdd {
	font-size: 21px;
}
h3.contentsHdd::after {
	display: block;
	font-size: 14px;
	margin-left: 0;
	margin-top: 15px;
}
h3.contentsHdd + p {
	font-size: 15px;
	line-height: 1.6;
}

.articleWrap.localNavWrap {
	margin-bottom: 0;
}
.localNav li {
    width: 100%;
}
}
@media only screen and (max-width: 679px) {
.localNav li a {
	padding: 0 .5em;
}
.viewmoreBtn.largeBtn {
	height: auto;
	line-height: 1.6;
	padding: 2em;
}
}
@media only screen and (max-width: 479px) {
}
@media only screen and (max-width: 320px) {
}
/********************************************************************************/

/*************/
.articleHead {
	color: #555;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 1.25em;
	text-align: center;
}
.articleHead + p {
	opacity: .8;
}
.articleSubHead {
	color: #428e8c;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 1em;
	text-align: center;
}
figure + .articleSubHead {
	margin-top: 1.5em;
}

p.bodyText {
	opacity: .8;
}

p.checkText {
	padding-left:1.5em;
	text-indent:-.5em;	
}
p.checkText i.hddIcon {
	margin-right: .5em;
	margin-left: -.5em;
}

.p20,
figure.p20 {
	padding: 20px;
}
.bgW,
figure.bgW {
	background: #fff;
}
.radiusPic,
figure.radiusPic {
	border: #e4e4e4 solid 4px;
	border-radius: 4px;
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
.articleHead {
    font-size: 18px;
}
.articleSubHead {
	font-size: 16px;
	text-align: left;
}
}


/*************/