
@charset "Shift_JIS";
/* 

 style_common.css
 
 businessy[WΜcommon

*/
/* -----------------------------------------------------------------
    body
----------------------------------------------------------------- */
html,body{
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
}

html{
	font-size: 62.5%;
    box-sizing: border-box;
}


body{
    margin: 0;
    padding: 0;
    font-family: 'Hiragino Sans','qMmpS ProN W3','Hiragino Kaku Gothic ProN','qMmpS Pro W3','Hiragino Kaku Gothic Pro', 'Meiryo', 'CI',Meiryo,'lr oSVbN', sans-serif;
	-webkit-text-size-adjust:100%;
	word-wrap: break-word;
    word-break: break-all;
	line-break: strict;
    color: #333;
    font-size: 1.3em;
    line-height: 1.8;
    text-align: justify;
    text-justify: inter-ideograph;
    width: 100%;
    height: 100%;
}

*, *::after, *::before{
    box-sizing: inherit;
}

/* -----------------------------------------------------------------
common tag 
----------------------------------------------------------------- */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.clear {
  clear: both;
}

div {
  box-sizing: border-box;
}

address {
  font-style: normal;
}

/* link */
a, a:active, a:focus {
  outline: none;
  border: none;
  outline: none;
  border-style: none;
  color: #000000;
  text-decoration: underline;
}

a:link,
a:active {
  color: #000000;
}

a:visited {
  color: #000000;
}

a:hover {
  text-decoration: underline;
  color: #0099ff;
}

input[type="submit"],
button:focus {
  outline: 0;
}

li {
  list-style-type: none;
}

span {
  font-size: inherit;
  font-weight: inherit;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

pre,
code {
  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}

sub, sup {
  vertical-align: baseline;
  font-size: 65%;
}

sup {
  position: relative;
  top: -4px;
}

sub {
  position: relative;
  top: 4px;
}

hr {
  border: 0 #CCCCCC solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

ol {
  list-style: none;
}

ul {
  list-style: none;
  margin: 0;
}

ul.disc li {
  list-style: disc;
  margin-left: 20px;
  background-image: none !important;
}

p {
  margin: 0;
}

.note,
.text-small {
  font-size: 77%;
  line-height: 140%;
}

strong,
.bold {
  font-weight: bold;
}

.attention {
  color: #D80000 !important;
}

.caption {
  font-weight: bold;
  padding-top: 5px;
  line-height: 140%;
}

/* layout */
.ind-01 {
  display: block;
  margin: 0 20px;
  margin-left: 20px;
  text-indent: -1.2em;
}

.ind-02 {
  margin: 0 20px 0 20px;
}

.ind-03 {
  margin-left: 1.0em;
  text-indent: -1.0em;
}

.m-auto {
  margin: 0 auto;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-05 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mb-05 {
  margin-bottom: 5px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.ml-05 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mr-05 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-20-h {
  padding: 0 20px !important;
}

.p-20-v {
  padding: 20px 0 !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pl-110 {
  padding-left: 110px !important;
}

.pl-120 {
  padding-left: 120px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.margin-0 {
  margin: 0 !important;
}

/* -----------------------------------------------------------------
    line height
----------------------------------------------------------------- */
.lh-100 {
  line-height: 100%;
}

.lh-140 {
  line-height: 140%;
}

.lh-150 {
  line-height: 150%;
}

.lh-160 {
  line-height: 160%;
}

.lh-170 {
  line-height: 170%;
}

.lh-180 {
  line-height: 180%;
}

.lh-190 {
  line-height: 190%;
}

.lh-200 {
  line-height: 200%;
}

.square {
  line-height: 0;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.square img {
  height: 100%;
  max-width: none;
  position: absolute;
  margin: auto;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
}


/* -----------------------------------------------------------------
 common : €ΚpX^C
----------------------------------------------------------------- */
p,h1,h2,h3,h4,h5{
    box-sizing: border-box;
    /*font-feature-settings: "palt";*/
}

h1,h2,h3,h4,h5,h6{
	font-weight: bold;
}

p{
    line-height: 1.8;
}

div{
    box-sizing: border-box;
}

a, a:link ,a:active, a:focus, a:visited, a:hover{
    color: #1977BF;
    text-decoration: underline;
}

a {
    color: #1977BF;
	text-decoration: none;
    outline: none;
    
}

a:hover{
	opacity: 0.8;
}

a:hover img{
	transform: translateZ(0); /* for chrome white space bug */
}

table{
	width: 100%;
	margin: 0 auto 10px;
}

th{
	font-weight: bold;
    background-color: #E8F1F8;
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid #B3B3B3;
    border-right: 1px solid #B3B3B3;
}

td {
    background-color: #fff;
	padding: 20px;
	border-bottom: 1px solid #B3B3B3;
	border-right: 1px solid #B3B3B3;
}

.tab-content tr:first-child th,
.tab-content tr:first-child td{
	border-top: 1px solid #B3B3B3;
}

.tab-content tr th:first-child,
.tab-content tr td:first-child{
	border-left: 1px solid #B3B3B3;
}



img{
	display: inherit;
	max-width: 100%;
}

img.resize-half{
	max-width: none;
	transform-origin: left top;
    transform: scale(0.5);
}

.wrapper-main img {
	display: inline;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
}



.list-common li{
	margin-bottom: 5px;
}

.list-common li:before{
	content: "\f0da";
	font-family: "FontAwesome";
	padding-right: 5px;
	color: #0073be;
}

.list-common a{
	display: inline;
}

.doc-number,
#doc-number{
	padding: 40px 0;
	text-align: right;	
}

.doc-number span,
#doc-number span{
	display: inline-block;
	padding: 5px 10px;
	line-height: 1;
	border: 1px solid #333;
	font-size: 1.0rem;
}

/* structure */
body.fontsize-stxt{
	font-size: 1.1rem;
}

body.fontsize-mtxt{
	font-size: 13px;
}

body.fontsize-ltxt{
	font-size: 1.6rem;
}

.container-common{
	width: 1200px;
	margin: 0 auto;
}

.bg-blue{
	background-color: #edf5f8;
}

.btns a,
a.btn{
	display: block;
	width: 100%;
	border: 1px solid #0073be;
	padding: 10px 20px;
	line-height: 1;
	color: #0073be;
	text-decoration: none!important;
	text-align: center;
}

a.btn-blue{
	background-color: #0073be;
	color: #fff;
}

a.btn:hover{
	background-color: #0073be;
	color: #fff;
}

a.btn-arrow-left:before{
	content: "\f0da";
	font-family: "FontAwesome";
	padding-right: 10px;
}

.link-arrow{
	position: relative;
	padding-left: 20px;
}

.link-arrow:before{
	display: inline-block;
	content: "\f138";
	font-family: "FontAwesome";
	color: #1977BF;
	line-height: 14px;
	
	position: absolute;
	bottom: 0;
	left: 0;
}


.ui-widget{
	font-family: 'qMmpS ProN W3','Hiragino Kaku Gothic ProN','qMmpS Pro W3','Hiragino Kaku Gothic Pro', 'Meiryo UI', CI',Meiryo,'lr oSVbN', sans-serif!important;
}


/* gnav */
#gnav{
	min-width: 1300px;
}

#gnav ul{
	display: flex;
	align-content: stretch;
}

#gnav li{
	flex: 1;
	height: 100%;
	text-align: center;
	background-color: #0073be;
	border-left: 1px solid #fff;
}

#gnav li:hover,
#gnav li.current{
	background-color: #085d97;
	
}

#gnav li:nth-child(1){
	border-left: none;
}

#gnav li:last-child(1){
	border-right: 1px solid #fff;
}

#gnav li a{
	display: flex;
	height: 60px;
	align-items: center;
	justify-content: center;
	line-height: 1.4;
	color: #fff;
	text-decoration: none;
	font-size: 1.5rem;
}

#gnav li a:hover{
	opacity: 1;
}

#gnav li.gnav-logo{
	background-color: transparent;
	margin-right: 30px;
}

#gnav li.gnav-home{
	flex: none;
}

#gnav li.gnav-home a{
	width: 70px;
	text-indent: -9876px;
	background: url(/business/common/images/ico_home.png) center 47% no-repeat;
	background-size: 30% auto;
}


/* page gnav */
#gnav.gnav-page li a{
	height: 80px;
}

#breadcrumbs{
	text-align: right;
	padding: 20px 0;
	color: #333;
}

#business-top #breadcrumbs {
    padding-top: 80px;
	line-height: 1;
	font-size: 0;
}

#breadcrumbs li{
	display: inline-block;
	font-size: 1.2rem;
}


#breadcrumbs a{
	display: inline-block;
	color: #085d97;
	line-height: 1;
}

#breadcrumbs li:after{
	display: inline-block;
	content: "\f105";
	font-family: "FontAwesome";
	color: #085d97;
	padding: 0 10px;
}

#breadcrumbs li:last-child:after{
	content: '';
	padding: 0;
}

#breadcrumbs a:hover{
	opacity: 1;
}

/* header primary*/
.header-common .logo {
	float: left;
	padding: 20px 0 14px 14px;
}

.header-common .primary {
	float: right;
}

.header-common .primary ul {
	float: left;
	padding-top: 36px;
	padding-right: 18px;
	padding-bottom: 36px;
}

.header-common .primary ul li {
	float: left;
}

.header-common .primary ul li:not(:last-child) {
	line-height: 1;
	margin-top: 4px;
	margin-right: 8px;
	padding-right: 8px;
	border-right: 1px solid #c5c5c5;
}


/* header font size */
.header-common .primary #font-size {
	margin: 0;
	padding: 0;
}

.header-common .primary #font-size dt {
	float: left;
	margin: 0 6px 0 0;
	line-height: 21px;
}

.header-common .primary #font-size dd {
	display: block;
	float: left;
	margin: 0 0 0 1px;
	
	width: 27px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	
	background-color: #e6e6e6;
	cursor: pointer;
}

.header-common .primary #font-size dd:hover{
	background-color: #bdbdbd;
}

.header-common .primary #font-size dd.current {
	background-color: #0073be;
	color: #ffffff;
}



/* header search */
input.onblur {
	color: #979797;
}

.header-common .primary #nw-search {
	display: block;
	width: 205px;
	float: right;
	padding: 28px 0 0;
}

.header-common .primary #search-text {
	width: 164px;
	border: none;
	border-bottom: 1px solid #737373;
	padding: 4px;
	margin-right: 8px;
}

.header-common .primary #search-btn {
	vertical-align: middle;
}

/* page top */
#pagetop{
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	text-align: right;
	z-index: 100;
}

#pagetop a{
	display: block;
	width: 70px;
	height: 70px;
	line-height: 60px;
	background-color: #4095ce;
	color: #fff;
	text-align: center;
	font-size: 4rem;
	
}



/* footer */
footer{
	min-width: 1300px;
	background-color: #fdfefe;
}

footer .copyright{
	text-align: center;
	padding: 20px 0;
	line-height: 1;
	font-size: 1.2rem;
	font-family: Arial, Helvetica, "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", "sans-serif";
}

/* footer page */
footer.footer-page .footer-sitemap{
	text-align: center;
	padding: 30px 0;
}

footer.footer-page .footer-sitemap li{
	display: inline-block;
	padding-left: 20px;
}

footer.footer-page .footer-sitemap li:before{
	content: "|";
	padding-right: 20px;
}

footer.footer-page .footer-sitemap li:nth-child(1){
	padding-left: 0;
}

footer.footer-page .footer-sitemap li:nth-child(1):before{
	content: none;
}

footer.footer-page .footer-sitemap li:last-child(1):before{
	padding-right: 0;
}


/* pages common */


.l-header__inner {
    width: 1200px !important;
}

.l-footer__inner {
    width: 1200px !important;
    padding-bottom: 120px;
}

.page-title{
	font-size: 2.4rem;
}

#contents-main{
	min-width: 1300px;
/*	padding-top: 103px; */
}

.bg-content-blue #contents-main{
	background-color: #f1f6f9;
	
}

.bg-content-blue #contents-main h1{
	margin: 0 0 15px 0px!important;
    padding: 20px 40px;
    border-radius: 5px;
    background-color: #fff;
	line-height: 1;
}


.bg-content-blue .article-main{
	padding: 40px 35px;
	background-color: #fff;
	border-radius: 5px;
}

.btn-blue a,
a.btn-blue{
	background-color: #0073be;
	color: #fff;
	position: relative;
}

.arrow-right a,
a.arrow-right{
	padding-left: 30px;
}

.arrow-right a:before,
a.arrow-right:before{
	content: "\f105";
	font-family: "FontAwesome";
	padding-right: 5px;
	
	position: absolute;
    top: 0;
    left: 0;
    height: 95%;
    padding-left: 15px;
    font-weight: bold;
    font-size: 2.4rem;
	
    display: flex;
    align-items: center;
}

.hr:after{
	display: block;
	content: " ";
	width: 30px;
	height: 1px;
	background-color: #0073be;
	margin: 0 auto;
}

.hr-orange:after{
	background-color: #ffbf00;
}


/* hbgwit«g */
.waku-bg-dots{
	position: relative;
	display: block;
	width: auto;
	padding: 30px 15px;
	background-color: #fcfcfc;
	background-image: url(../images/bg_dots.png);
	background-position: 0 0;
	background-repeat: repeat;
	background-size: 16px;
	border: 5px solid #ddd;
}

.waku-bg-dots:before{
	position: absolute;
	top: 5px;
	left: 5px;
	content: " ";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 0;
    border-color: #00958d transparent transparent transparent;
}

.waku-bg-dots span.btn-link,
.waku-bg-dots a.btn-link{
	display: block;
	width: auto;
	background-color: #00958d;
	color: #fff;
	padding: 20px 10px;
	text-decoration: none;
	cursor: pointer;
	display: flex;
    align-items: center;
    line-height: 1.2;
}

.waku-bg-dots .btn-link:before{
	content: "\f105";
	font-family: "FontAwesome";
	padding-right: 10px;
	font-size: 2rem;
}

.waku-bg-dots span.btn-link:hover,
.waku-bg-dots a.btn-link:hover{
	opacity: 0.8;
}





/* ΪΧy[W€Κ */

.wrapper-content-2col{
	display: flex;
}

.wrapper-content-2col .content-left{
	flex: 1;
	min-width: 60%;
}

.wrapper-content-2col .nav-side{
	width: 20%;
	margin-left: 2%;
}


/* y[WRec */
.page #contents-main .page-title{
	margin: 15px 0;
    padding: 20px 30px;
    border-radius: 5px;
    background-color: #fff;
}

.page #contents-main .page-title h2{
	font-size: 2rem;
	line-height: 1.4;
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
	letter-spacing: 0.1em;
}

.page #contents-main .page-title h2 span{
	font-size: 1.6rem;
}

.page .box-content{
    margin-top: 0px;
    padding: 25px 40px;
    background-color: #FFF;
    border-radius: 5px;
	margin-bottom: 40px;
}

.page .section-main{
    padding: 40px;
    border-radius: 5px;
    background: #fff;
	margin-bottom: 40px;
}

.page .section-main h2{
	font-size: 2.1rem;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #878787;
    line-height: 1.2;
	letter-spacing: 0.1em;
}

.page .section-main h4{
	font-size: 1.5rem;
}

.page .section-main h6,
.page .section-main h5{
	font-size: 1.5rem;
}

.page .section-main h6,
.page .section-main h5,
.page .section-main h4,
.page .section-main h3{
	line-height: 1.6;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
}

.page .section-main h3{
	font-size: 2rem;
}

.page .section-main h5{
	margin-bottom: 10px;
}

.page .section-main h6{
	margin-bottom: 0;
}

.page .section-main h4{
	font-size: 1.8rem;
}

.page .section-main .inner{
	margin-bottom: 40px;
}

.page .section-main .inner:last-child{
	margin-bottom: 0;
}



.page .section-main .hr-dotted{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #ccc;
}

.page .section-main p{
	margin-bottom: 20px;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 2;
}

.page .section-main li{
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 2;
	
}

.page .section-main p:last-child{
	margin-bottom: 0;
}

.page .section-main .note{
	font-size: 1.2rem;
	margin-bottom: 5px;
	line-height: 1.4;
}

.page .section-main .image{
	text-align: center;
	margin-bottom: 30px;
}

.page .section-main .image .caption{
	font-weight: normal;
	font-size: 1.2rem;
	text-align: left;
	line-height: 1.4;
}

.page .section-main .image .caption.align-center{
	text-align: center;
}

.page .section-main .flex{
	display: flex;
}

.page .section-main .flex .desc{
	flex: 1;
}

.page .section-main .flex .desc-photo{
	width: 230px;
	margin-left: 30px;
}

.page .section-main .flex .desc-photo.left{
	margin-left: 0;
	margin-right: 30px;
}


.page .section-main .border-box{
	border: 1px solid #ccc;
	padding: 20px;
	margin-bottom: 30px;
}

.page .section-main .photo-right .photo{
	width: 230px;
	margin-left: 30px;
}


.page .page-note{
	margin-bottom: 60px;
}


.page-navi li{
	display: inline-block;
	margin-right: 20px;
	font-size: 1.6rem;
}

.page-navi li:last-child{
	margin-right: 0;
}

.list-arrow-down li:before{
	content: "\f13a";
	font-family: "FontAwesome";
	color: #1977BF;
	padding-right: 5px;
}

.link-area .title{
	background-color: #7EAA1A;
    border-radius: 5px 5px 0 0;
    font-size: 1.8rem;
    color: #FFF;
    padding: 20px 30px;
}

.links-casestudy .title,
.link-area .title-blue{
	background-color: #0073be;
}

.link-area .link-area-main{
	padding: 40px;
    border-radius: 5px;
    background: #fff !important;
	margin-bottom: 40px;
}


.page .link-area-main.box-title{
	border-radius: 0 0 5px 5px;
}

.link-area li{
	display: inline-block;
	margin-right: 20px;
}

.link-area li:last-child{
	margin-right: 0;
}


.link-area li:before{
	content: "\f138";
	font-family: "FontAwesome";
	color: #1977BF;
	padding-right: 5px;
}

.link-area .no-arrow li:before,
.link-area.search-results li:before{
	content: "";
	padding-right: 0;
}

.link-area.search-results .result{
	padding-top: 0;
}


.page-main{
	margin: 20px 0;
	
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.casestudy.page .page-main{
	height: 485px;
}

.page-main img{
	width: 100%;
}

.page-main .left {
  float: left;
  width: 75%;
  height: 485px;
  position: relative;
}


.page-main .copy {
	font-size: 30px;
	line-height: 1.8em;
	margin: 90px 0 0 40px;
	color: #fff;
	letter-spacing: 0.2em;
	font-weight: bold;
}

.page-main .right {
	float: right;
	width: 23%;
	padding: 10px 15px;
	background: #fff;
	margin: 155px 15px 0 0;
	position: relative;
}


.page-main-desc .title {
  text-align: center;
  font-size: 15px;
  width: auto;
  color: #000;
  font-weight: bold;
  margin-bottom: 5px;
}

.page-main-desc .info li {
	display: inline-block;
	width: 48%;
	height: 20px;
	border: solid 1px #000;
	font-size: 1.1rem;
	text-align: center;
	line-height: 20px;
	color: #000;
	margin-bottom: 10px;
	margin-right: 0px;
}

.page-main-desc .info li:first-child {
  margin-right: 2%;
}

.page-main-desc p {
	font-size: 10px;
	color: #000;
	text-justify: auto;
	text-align: justify;
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
}


/* ^u\¦ */
.tabs{
	display: flex;
	margin: 0 0 0 0;
    padding: 10px 0 0 15px;
    background-color: #1977BF;
}

.tabs li{
	text-align: center;
	cursor: pointer;
	background: #66B2DE;
	border-radius: 5px 5px 0 0;
	color: #fff;
	margin-right: 10px;
}

.tabs-bottom{
	padding: 0 0 10px 15px;
}

.tabs-bottom li{
	border-radius: 0 0 5px 5px;
}

.tabs li:last-child{
	margin-right: 0;
}

.tabs li.current{
	padding: 5px 15px;
	color: #1977BF;
	background-color: #fff;
	font-size: 1.8rem;
}

.tabs li a{
	display: block;
	text-decoration: none;
	padding: 5px 15px;
	color: #fff;
	font-size: 1.8rem;
}

.tab-content{
	padding: 40px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.page .section-main .tab-content h3{
	border-bottom: none;
	padding-bottom: 0;
}

.tab-content h3:before{
	content: " ";
    display: inline-block;
    width: 15px;
    height: 10px;
    margin-right: 10px;
    border-top: 5px solid #ef9300;
}


.tab-content table .align-right{
	text-align: right;
}

.tab-content .bb-none{
	border-bottom: none;
}

.tab-content .border-top{
	border-top: 1px solid #B3B3B3;
}




.tab-content .table-pink th{
	background-color: #f19ec2;
	border: none;
	border-bottom: 2px solid #fff;
}

.tab-content .table-pink td {
    background-color: #fadce9;
	border: none;
	border-bottom: 2px solid #fff;
}

.tab-content .table-pink tr:first-child th,
.tab-content .table-pink tr:first-child td{
	border-top: none;
}

.tab-content .table-pink tr th:first-child,
.tab-content .table-pink tr td:first-child{
	border-left: none;
}



.page .section-main .tab-content td p{
	font-size: 1.3rem;
}

.tab-content .part{
	margin-bottom: 50px;
}

.tab-content .part:last-child{
	margin-bottom: 0;
}

.tab-content .block{
	margin: 0 30px 30px;
}

.tab-content .block:last-child{
	margin-bottom: 0;
}



/* TChir */
.nav-side ul.cat > li:before{
	content: "\f138";
    font-family: "FontAwesome";
    color: #1977BF;
    padding-right: 5px;
}

.nav-side .link-area-main{
	padding: 20px;
}

.nav-side .link-area h3{
	text-align: center;
	margin-bottom: 10px;
}

.nav-side .link-area-main li{
	display: block;
	font-size: 1.3rem;
	letter-spacing: normal;
	line-height: 1.4;
	margin-right: 0;
	margin-bottom: 10px;
}

.nav-side .link-area-main li:last-child{
	margin-bottom: 0;
}

.nav-side .link-area li img{
	width: 100%;
	height: auto;
}

.nav-side .links-casestudy .link-area-main{
	padding: 0;
}

.nav-side .links-casestudy ul.cat > li{
	padding: 20px 20px;
	font-size: 1.4rem;
	border-bottom: 1px solid #efefef;
}

.nav-side .links-casestudy ul.cat > li:last-child{
	border-bottom: none;
}

.nav-side .links-casestudy ul.open{
	display: none;
	margin: 15px 0 0 17px;
}

.nav-side .links-casestudy ul.open li{
	display: block;
	font-size: 1.5rem;
	line-height: 1.2;
	margin-bottom: 15px;
}

.nav-side .links-casestudy ul.open li:last-child{
	margin-bottom: 0;
}



.nav-side .links-casestudy ul.open > li:before{
	content: "";
	padding: 0;
}

.nav-side .links-casestudy ul.open li a:hover{
	opacity: 1;
	text-decoration: underline;
}

.nav-side .links-casestudy .cs-link-parent{
	font-size: 1.6rem;
	font-weight: bold;
}

.nav-side .links-casestudy a{
	text-decoration: none;
}

/* ooyala video player */
.wrapper-content .oo-player-container .oo-start-screen .oo-start-screen-linear-gradient{
	background: none;
}

.wrapper-content .oo-player-container .oo-state-screen .oo-fading-underlay.oo-animate-fade, .oo-player-container .oo-spinner-screen .oo-fading-underlay.oo-animate-fade{
	opacity: 0;
}

