/* ========== Link ========== */   
.parsys a:link    { color: #004386; text-decoration: none; }
.parsys a:visited { color: #004386; text-decoration: none; }
.parsys a:hover   { color: #004386; text-decoration: none; }
.parsys a:active  { color: #004386; text-decoration: none; }
.parsys a{
color: #0A357F;
transition: all 0.4s ease;
}
.parsys a:hover{
opacity: .5;
transition: all 0.4s ease;
}


/* ========== Base Styles ========== */
/* margin */
.parsys .mgt5 {margin-top: 5px  !important;}
.parsys .mgt10 {margin-top:10px !important;}
.parsys .mgt15 {margin-top:15px !important;}
.parsys .mgt20 {margin-top:20px !important;}
.parsys .mgt25 {margin-top:25px !important;}
.parsys .mgt30 {margin-top:30px !important;}
.parsys .mgt35 {margin-top:35px !important;}
.parsys .mgt40 {margin-top:40px !important;}
.parsys .mgt45 {margin-top:45px !important;}
.parsys .mgt50 {margin-top:50px !important;}
.parsys .mgt55 {margin-top:55px !important;}
.parsys .mgt60 {margin-top:60px !important;}
.parsys .mgt70 {margin-top:70px !important;}
.parsys .mgt80 {margin-top:80px !important;}
.parsys .mgt90 {margin-top:90px !important;}

/* padding */
.parsys .pdt5 {padding-top: 5px !important;}
.parsys .pdt10{padding-top:10px !important;}
.parsys .pdt15{padding-top:15px !important;}
.parsys .pdt20{padding-top:20px !important;}
.parsys .pdt25{padding-top:25px !important;}
.parsys .pdt30{padding-top:30px !important;}

/* padding box */
.parsys .pd10 {padding: 10px !important;}
.parsys .pd20 {padding: 20px !important;}
.parsys .pd30 {padding: 30px !important;}
.parsys .pd40 {padding: 40px !important;}
.parsys .pd50 {padding: 50px !important;}


/* float */
.parsys .floatL{ float: left; }
.parsys .floatR{ float: right; }

/* text */
.parsys .alL{ text-align: left !important; }
.parsys .alC{ text-align: center !important; }
.parsys .alR{ text-align: right !important; }

.parsys .vaT{ vertical-align: top; }
.parsys .vaM{ vertical-align: middle; }
.parsys .vaB{ vertical-align: bottom; }

.parsys .fs12{
font-size: 12px;
}
.parsys .fs14{
font-size: 14px;
}
.parsys .fs18{
font-size: 18px;
}
.parsys .fs20{
font-size: 20px;
}

.parsys .bold{
font-weight: bold;
}

.parsys section .txt_orange01 {
color: #ED7836;
}
.parsys section .txt_blue01 {
color: #0A357F;
}
.parsys section .txt_green01 {
color: #70B543;
}

/* SP */
.parsys .sp{
display: none;
}
@media screen and (max-width: 768px) {
.parsys .sp{
display: block;
}
}

/* ========== Clear ========== */


/* For modern browsers */
.parsys .cf:before,
.parsys .cf:after {
content:"";
display:table;
} 
.parsys .cf:after {
clear:both;
} 
/* For IE 6/7 (trigger hasLayout) */
.parsys .cf { zoom:1;}



/* ========== List ========== */

.parsys ul {
list-style:none;
padding: 0;
margin: 0;
}
.parsys .comList01 li {
margin-left:  1em;
text-indent: -1em;
}
.parsys .comList02 dl{
display: table;
width: 100%;
margin-bottom: 10px;
}
.parsys .comList02 dt ,
.parsys .comList02 dd {
display: table-cell;
vertical-align: top;
text-align: left;
line-height: 1.5;
}
.parsys .comList02 dt {
width: 2em;
}



/* ========== common ========== */
.tabLayout.tabItemWrapper div {
    line-height: 1.5;
}
.tabNavigation_contents p{
margin: 0;
}
.parsys .video{
margin:60px auto 0;
}
.parsys .video .cont_tits01{
text-align: center;
}
.parsys .video .wrap{
position: relative;
width: 100%;
max-width: 512px;
margin: 40px auto 0;
}
.parsys .video .wrap a{
position: relative;
display: block;
}
.parsys .video .wrap a:before{
content: "";
display: block;
width: 0;
height: 0;
border-style: solid;
border-width: 20px 0 20px 40px;
border-color: transparent transparent transparent #fff;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
z-index: 5;
}
.parsys .video .wrap + p{
max-width: 512px;
margin: 20px auto;
}

.parsys .video .wrap iframe {
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}
@media screen and (max-width: 768px) {
.parsys .video .wrap{
max-width: auto;
}
.parsys .video .wrap + p{
max-width: auto;
}
}
.parsys .the_inner {
margin: 10px auto;
max-width: 700px;
}

.parsys .btn_movie a {
display: block;
padding: 10px;
color: #004386;
background: #a0cbed;
border: solid 2px #ffd601;
text-align: center;
font-weight: bold;
border-radius: 6px;
width: 80%;
}


.parsys section{
margin-bottom: 70px;
}
.parsys section .cont_tit01{
padding-bottom: 10px;
margin-bottom: 35px;
border-bottom: 3px solid  #0A327F ;
}
.parsys section .cont_tit01 h3{
font-size: 24px;
font-weight: bold;
margin: 0;
}
.parsys section .cont_tit01 h3 .sml01{
font-size: 16px;
}

.parsys section .cont_tits01 {
font-size: 18px;
font-weight: bold;
margin-bottom: 10px;
}
.parsys section .cont_tits01_fsL {
font-size: 24px;
font-weight: bold;
margin-top: 60px;
margin-bottom: 20px;
}
.parsys section .cont_tits01.band {
padding: 5px 10px;
margin-top: 40px;
background-color: #E0E6EF;
}

.parsys section .cont_tits02 {
font-size: 16px;
font-weight: bold;
}

.parsys .borderBox01 {
border: 1px solid #CCCCCC;
padding: 20px;
}
.parsys .borderBox02{
padding: 10px;
border: 2px solid #BBCBDD;
border-radius: 15px;
box-sizing: border-box;
}
.parsys .lagBox01{
padding: 15px;
background: #E0E6EF;
box-sizing: border-box;
}

.parsys section .picBox01 {
width: 700px;
margin: auto;
}
.parsys section p + .picBox01 {
margin-top: 40px;
}
.parsys section .picBox01 .item_half {
width: 50%;
float: left;
position: relative;
}


@media screen and (max-width: 768px) {
.parsys section .picBox01{
width: 100%;
text-align: center;
}

.parsys section img{
width: 100%;
}
.parsys section img.sizeM{
width: 65%;
}
.parsys section img.sizeS{
width: 25%;
}

}

.parsys section [class^="wrap_half"] {
margin-top: 35px;
}
.parsys section .cont_tits01 + [class^="wrap_half"] {
margin-top: 0;
}

.parsys section .link_btn01 a{
display: block;
background: #F7F7F7;
padding: 10px;
text-align: center;
color: #0A357F;
font-size: 14px;
font-weight: bold;
}
.parsys section .link_btn01 a:hover{
background: #0A357F;
color: #F7F7F7;
opacity: 1;
}


/* trend */
.tabInPagePar1 .cont02 .cont_tits01 {
	margin: 35px 0 15px;
	text-align: center;
}
.tabInPagePar1 .cont02 .picBox01 {
	margin-bottom: 70px!important;
}

@media screen and (min-width: 769px) {
.tabInPagePar1 .cont02 .cont_tit01 h3 span {
	padding-left: 2em;
}
}

.tabInPagePar1 .cont03 .item_half p {
	color: #0A357F;
	text-align: center;
	margin-bottom: 20px;
}

.tabInPagePar1 .cont03 .picBox01 {
width: 750px;
}
.tabInPagePar1 .cont03 .picBox01 .item_half img{
text-align: center;
}

@media screen and (max-width: 768px) {
.tabInPagePar1 .cont03 .picBox01 {
width: 100%;
}
.tabInPagePar1 .cont03 .picBox01 .item_half {
	width: 100%;
	margin-bottom: 50px;
}
.tabInPagePar1 .cont03 .picBox01 .item_half img {
width: 90%;
}
.tabInPagePar1 .cont03 .picBox01 .item_half:nth-of-type(1) img {
padding: 0 10px;
}
.tabInPagePar1 .cont03 .picBox01 .item_half:nth-of-type(2) img {
padding-right: 20px;
}

.tabInPagePar1 .parsys section .picBox01 .item_half:last-child {
	margin-bottom: 0;
}

}


/* service */

.tabInPagePar2 #cont01, .tabInPagePar2 #cont02, .tabInPagePar2 #cont03, .tabInPagePar2 #cont04 {
	padding-top: 100px;
    margin-top: -100px;
}


.tabInPagePar2 .btn_area {
	margin-bottom: 80px;
	display: table;
	width: 100%;
}
.tabInPagePar2 .btn_area ul li {
	display: table-cell;
	width: 50%;
	box-sizing: border-box;
}
.tabInPagePar2 .btn_area ul li a {
	display: block;
	background: #E9E9E9;
	padding: 15px 0;
	text-align: center;
}
.tabInPagePar2 .btn_area ul li:nth-child(odd) {
	padding-right: 20px;
	float: left;
}
.tabInPagePar2 .btn_area ul li:nth-child(n+3) {
	margin-top: 10px;
}
.tabInPagePar2 .btn_area ul li:nth-child(even) {
	float: right;
}

.tabInPagePar2 .cont01 .cont_tit01 h3 span {
	font-size: 16px;
}
.tabInPagePar2 .cont01 .wrap_half01 .txtBox01 {
	width: 406px;
	float: left;
	margin-right: 30px;
	box-sizing: border-box;
}
.tabInPagePar2 .cont01 .wrap_half01 .txtBox01 .note {
	margin-top: 30px;
}
.tabInPagePar2 .cont01 .wrap_half01 .picBox01 {
	width: auto;
	float: right;
	text-align: right;
}
.tabInPagePar2 .cont01 .btn {
	width: 470px;
	margin: 40px auto 0;
	text-align: center;
	display: table;
}
.tabInPagePar2 .cont01 .btn a {
	display: block;
	background: #E9E9E9;
	padding: 15px 0;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
}
.tabInPagePar2 .cont02 .cont_tit01 h3 span {
	font-size: 16px;
}
.tabInPagePar2 .cont02 .wrap_half01 .txtBox01 {
	width: 550px;
	float: left;
	padding-right: 30px;
	box-sizing: border-box;
}
.tabInPagePar2 .cont02 .wrap_half01 .picBox01 {
	width: auto;
	float: right;
	text-align: right;
}
.tabInPagePar2 .cont02 .btn {
	width: 470px;
	margin: 40px auto 0;
	text-align: center;
	display: table;
}
.tabInPagePar2 .cont02 .btn a {
	display: block;
	background: #E9E9E9;
	padding: 15px 0;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
}
.tabInPagePar2 .cont03 .cont_tit01 h3 span {
	font-size: 16px;
}
.tabInPagePar2 .cont03 .wrap_half01 .txtBox01 {
	width: 550px;
	float: left;
	padding-right: 30px;
	box-sizing: border-box;
}
.tabInPagePar2 .cont03 .wrap_half01 .picBox01 {
	width: auto;
	float: right;
	text-align: right;
}
.tabInPagePar2 .cont03 .btn {
	width: 470px;
	margin: 40px auto 0;
	text-align: center;
	display: table;
}
.tabInPagePar2 .cont03 .btn a {
	display: block;
	background: #E9E9E9;
	padding: 15px 0;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
}
.tabInPagePar2 .cont04 .cont_tit01 h3 span {
	font-size: 16px;
}
.tabInPagePar2 .cont04 .wrap_half01 .txtBox01 {
	width: 550px;
	float: left;
	padding-right: 30px;
	box-sizing: border-box;
}
.tabInPagePar2 .cont04 .wrap_half01 .picBox01 {
	width: auto;
	float: right;
	text-align: right;
}
.tabInPagePar2 .cont04 .btn {
	width: 470px;
	margin: 40px auto 0;
	text-align: center;
	display: table;
}
.tabInPagePar2 .cont04 .btn a {
	display: block;
	background: #E9E9E9;
	padding: 15px 0;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
.tabInPagePar2 .btn_area ul li {
	width: 100%;
	padding-right: 0;
	margin-bottom: 20px;
}
.tabInPagePar2 .btn_area ul li:last-child {
	margin-bottom: 0;
}
.tabInPagePar2 .btn_area ul li:nth-child(odd) {
	padding-right: 0;
}
.tabInPagePar2 .btn_area ul li:nth-child( n + 3) {
	margin-top: 0;
}
.tabInPagePar2 .cont01 .wrap_half01 .txtBox01 {
	width: auto;
	margin-right: 0;
}
.tabInPagePar2 .cont01 .wrap_half01 .picBox01 {
	margin-top: 30px;
	text-align: center;
}
.tabInPagePar2 .cont01 .btn {
	width: 100%;
}
.tabInPagePar2 .cont02 .wrap_half01 .txtBox01 {
	width: auto;
	margin-right: 0;
	padding-right: 0;
}
.tabInPagePar2 .cont02 .wrap_half01 .picBox01 {
	margin-top: 30px;
	text-align: center;
	width: 100%;
}
.tabInPagePar2 .cont02 .btn {
	width: 100%;
}
.tabInPagePar2 .cont03 .wrap_half01 .txtBox01 {
	width: auto;
	margin-right: 0;
	padding-right: 0;
}
.tabInPagePar2 .cont03 .wrap_half01 .picBox01 {
	margin-top: 30px;
	text-align: center;
	width: 100%;
}
.tabInPagePar2 .cont03 .btn {
	width: 100%;
}
.tabInPagePar2 .cont04 .wrap_half01 .txtBox01 {
	width: auto;
	margin-right: 0;
	padding-right: 0;
}
.tabInPagePar2 .cont04 .wrap_half01 .picBox01 {
	margin-top: 30px;
	text-align: center;
	width: 100%;
}
.tabInPagePar2 .cont04 .btn {
	width: 100%;
}

}
/* solution */
.tabInPagePar3 .cont01 .cont_tits01 {
	margin: 35px 0 15px;
	text-align: center;
}
.tabInPagePar3 .cont02 .cont_tits01 {
	margin: 35px 0 15px;
	text-align: center;
}


/* voice */
.tabInPagePar5 .cont01 .voice-title {
display: table;
width: 100%;
}
.tabInPagePar5 .cont01 .voice-title .logo,
.tabInPagePar5 .cont01 .voice-title .name{
display: inline-block;
float: left;
}
.tabInPagePar5 .cont01 .voice-title .logo{
margin-right: 20px
}
.tabInPagePar5 .cont01 .voice-title .name h4{
font-weight: bold;
font-size: 18px;
margin-top: 0;
}
.tabInPagePar5 .cont01 .voice-title .name p {
    font-size: 14px;
}
.tabInPagePar5 .cont01 .voice-title .pic{
display: inline-block;
float: right;
width: 180px;
}
.tabInPagePar5 .cont01 .voice-title .lBox01{
    float: left;
    width: 76%;
	margin-top: 15px;
	padding-top: 15px;
	font-size: 14px;
	border-top: 1px dotted #CCCCCC;
}

/*-mq-*/
@media screen and (max-width: 768px) {
.tabInPagePar5 .cont01 .voice-title .logo{
display: block;
    float: none;
    width: 60%;
    margin: auto;
	}
.tabInPagePar5 .cont01 .voice-title .name{
width: 100%;
margin-top: 20px;
}
.tabInPagePar5 .cont01 .voice-title .pic{
margin-top: 20px;
width: 30%;
}
.tabInPagePar5 .cont01 .voice-title .lBox01{
    float: none;
    width: 100%;
	margin-top: 10px;
}
}

.tabInPagePar5 .cont01 .results .text{
float: left;
width: 66%;
}
.tabInPagePar5 .cont01 .results .text .cont_tits01{
margin-top: 0;
}
.tabInPagePar5 .cont01 .results .pic{
float: right;
margin-top: 5px;
}

/*-mq-*/
@media screen and (max-width: 768px) {
.tabInPagePar5 .cont01 .results .text{
float: none;
width: 100%;
}
.tabInPagePar5 .cont01 .results .pic{
float: none;
text-align: center;
margin: 20px auto 0;
width: 60%;
}
}






