﻿@charset "utf-8";

body{
	font-size:100%;
	text-align:left;
	font-family:"ヒラギノ角ゴ", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.6;
	width:100%;
	min-width: 1000px;
}
a{
	display:block;
	width:100%;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
p{
	margin-bottom: 5px;
}
header{
	width:1000px;
	margin:0 auto;
	position:relative;
	z-index:20;
}
header .logo{
	position:absolute;
	top:30px;
	left:0;
}
header .mitsumori{
	position:absolute;
	top:0;
	right:0;
}
header nav {
	position:absolute;
	top:109px;
	left:0;
}
header nav ul li:first-child{
	margin-left:0;
}
header nav ul li{
	float:left;
	margin-left:74px;
	text-align: center;
}
header nav ul li a{
	color: #000;
}
#cover{
	clear:both;
	width:100%;
	height:100vh;
	background:url(../images/cover01.jpg) no-repeat top center;
	background-size:cover;
	padding-top:300px;
	padding-bottom:20px;
	position:relative;
}
#cover .cover01{
	width:998px;
	margin:0 auto 80px;
}
/***2019/6/11修正***/
#cover .cover02{
	width:370px;
	margin:0 auto 340px;
}
/***2019/6/11修正***/
#cover .cover03{
	width:30px;
	margin:0 auto;
}
#technology{
	width: 100%;
	position: relative;	
}
#technology .technologyBox01{
	width:1000px;
	height:730px;
	margin:0 auto;
	box-sizing:border-box;
	padding-top:60px;
}
#technology .technology01{
	width:366px;
	margin-bottom:30px ;
}
#technology .technologyTxt{
	width:370px;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
	letter-spacing: -.5px;
}


#technology .btn{
	clear:both;
}
#technology .btn li{
	float:left;
	margin:7px 20px 20px 0;
}
#technology .btn a{
	width:366px;
	font-size:25px;
	font-weight:bold;
	color:#fff;
	background:#535ca8;
	text-align:center;
	padding:15px 0;
}



#technology .technology02{
	width:369px;
}
#technology .technologyBox02{
	width: 50%;
	height: 730px;
	position: absolute;
	top: 0;
	left: 50%;
	background: url(../images/tech_bg.jpg) no-repeat;
}
#products{
	width:100%;
	background:#f4f3f1;
	padding:95px 0 50px;
}
#products .products01{
	width:319px;
	margin:0 auto 25px;
}
#products .productsTxt{
	text-align:center;
	font-size:26px;
	font-weight:bold;
	margin-bottom:45px;
}
#products ul{
	width:1000px;
	margin:0 auto;
	display: -webkit-flex;
    display: flex;
	-webkit-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
}
#products ul li:first-child,#products ul li:nth-child(4){
	margin-left:0;
}
#products ul li{
	width:300px;
	height: 412px;
	box-sizing:border-box;
	padding:13px 15px 65px;
	background:#fff;
	margin-left:50px;
	margin-bottom:55px;
	position: relative;
	float: left;
}
#products ul li .productsImg{
	width:270px;
	margin-bottom:5px;
}
#products ul li .midashiM{
	font-size:20px;
	font-weight:bold;
	margin-bottom:5px
}
#products ul li .proTxt{
	font-size:13px;
	color:#585656;
}
#products ul li .btn{
	font-size:13px;
	width:270px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
	text-align: center;
	letter-spacing: -.5px;
}
#products ul li .btn span{
	padding-left:8px;
}
#products ul li .btn a{
	color:#fff;
	box-sizing:border-box;
	padding:6px 8px;
	background:#535ca8;
}
#products .products02{
	width:370px;
	margin:0 auto;
	padding-top:10px;
	clear:both;
}
#contents .contentsBox{
	width:1000px;
	margin:0 auto;
	padding:55px 0 50px;
}
#contents .contentsBox .columnBox{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
}
#contents .contentsBox .columnBox .newsArea{
	width: 700px;
	margin-right: 30px;
	float: left;
}
#contents .contentsBox .oshirase{
	font-size:20px;
	font-weight:bold;
	border-bottom:solid 1px #535ca8;
	position:relative;
	margin-bottom:25px;
}
#contents .contentsBox .oshirase span{
	font-size:13px;
	font-weight:normal;
	color:#535ca8;
	position:absolute;
	right:0;
	bottom:0;
}
#contents .contentsBox .oshirase span a{
	color:#535ca8;
}
#contents .contentsBox ul.news{
	margin-bottom:30px;
}
#contents .contentsBox ul.news li{
	clear:both;
	font-size:13px;
	margin-bottom:10px;
}
#contents .contentsBox ul.news li h4{
	color:#585656;
	float:left;
}
#contents .contentsBox ul.news li p{
	padding-left:130px;
}
#contents .contentsBox ul.news li p a{
	color:#535ca8;
}

/***2019/6/11追記***/
#contents2 .contentsBox2{
	min-width:1000px;
	width:1000px;
	margin:0 auto;
	padding:10px 0px 5px 20px;
}
#contents2 .contentsBox2 .columnBox2{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
}
#contents2 .contentsBox2 .columnBox2 .newsArea2{
	width: 100%;
	margin-right: 0px;
	float: left;
}
#contents2 .contentsBox2 .oshirase2{
	font-size:20px;
	font-weight:bold;
	border-bottom:solid 1px #535ca8;
	position:relative;
	margin-bottom:20px;
}
#contents2 .contentsBox2 .oshirase2 span{
	font-size:13px;
	font-weight:normal;
	color:#535ca8;
	position:absolute;
	right:0;
	bottom:0;
}
#contents2 .contentsBox2 .oshirase2 span a{
	color:#535ca8;
}
#contents2 .contentsBox2 ul.news2{
	margin: 0;
}
#contents2 .contentsBox2 ul.news2 li{
	clear:both;
	font-size:16px;
	margin: 0;
	padding: 0;
}
#contents2 .contentsBox2 ul.news2 li h4{
	color:#585656;
	float:left;
}
#contents2 .contentsBox2 ul.news2 li p{
	padding-left:120px;
}
#contents2 .contentsBox2 ul.news2 li p a{
	color:#535ca8;
}
/***2019/6/11追記***/

#contents .contentsBox .columnBox .csrArea{
	width: 270px;
	float: right;
}
#contents .contentsBox .columnBox .csrMidashi{
	font-size:20px;
	font-weight:bold;
	border-bottom:solid 1px #535ca8;
	position:relative;
	margin-bottom:25px;
}
#contents .contentsBox .columnBox .csrTxt{
	font-size: 13px;
	color:#585656;
	margin-bottom: 15px;
}
#contents .contentsBox .midashiS{
	font-size:14px;
	font-weight:bold;
	border-bottom:solid 1px #535ca8;
	clear:both;
}
#contents .contentsBox .btn{
	clear:both;
}
#contents .contentsBox .btn li{
	float:left;
	margin:7px 20px 20px 0;
}
#contents .contentsBox .btn a{
	width:266px;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	background:#535ca8;
	text-align:center;
	padding:15px 0;
}

#banner{
	clear:both;
	width:100%;
	background:#f4f3f1;
	padding:10px 0;
}
#banner .bannerArea{
	width:900px;
	margin:0 auto;
	position:relative;
}
/*#banner ul#slider3{
	position:absolute;
	z-index:10;
}*/
#banner ul#slider3{
	width: 570px;
	margin: 0 auto;
}
#banner ul#slider3 li{
	width:180px;
	float:left;
	margin-right: 10px;
}
/*#banner ul#slider3 li img{
	width:172px;
}
#banner .bannerArea .bx-prev,#banner .bannerArea .bx-next{
	width:1em !important;
	position: absolute;
	font-size: 36px;
	text-decoration: none !important;
	color: #000 !important;
}
#banner .bannerArea .bx-prev{
	right: -50px;
	top: 2px;
}
#banner .bannerArea .bx-next{
	left:-40px;
	top: 2px;
}*/
#contact{
	clear:both;
	width:100%;
	padding:20px 0 25px;
}
#contact .contactBox {
	width:1000px;
	margin:0 auto;
}
#contact .contactBox .contactImg{
	width:49px;
	float:left;
}
#contact .contactBox .contactTxt{
	width:94%;
	float:left;
	border-bottom:solid 1px #000;
	margin-left:11px;
	margin-bottom:15px;
	padding-top:10px;
}
#contact .contactBox .btn{
	clear:both;
}
#contact .contactBox .btn a{
	font-size:19px;
	font-weight:bold;
	color:#000;
	text-align:center;
	margin:0 auto;
	box-sizing:border-box;
	padding:10px 0;
	border:solid 4px #000;
}
#contact .contactBox .btn span{
	padding-left:10px;
}
#mitsumori{
	width:100%;
	padding:20px 0 25px;
	color:#fff;
	background:#535ca8;
}
#mitsumori .mitsumoriBox {
	width:1000px;
	margin:0 auto;
}
#mitsumori .mitsumoriBox .mitsumoriImg{
	width:48px;
	float:left;
}
#mitsumori .mitsumoriBox .mitsumoriTxt{
	width:94%;
	float:left;
	border-bottom:solid 1px #fff;
	margin-left:11px;
	margin-bottom:15px;
	padding-top:10px;
}
#mitsumori .mitsumoriBox .btn{
	clear:both;
}

#mitsumori .btn a{
	font-size:19px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	margin:0 auto;
	box-sizing:border-box;
	padding:10px 0;
	border:solid 4px #fff;
}
#mitsumori .btn span{
	padding-left:10px;
}
footer{
	width:1000px;
	margin:0 auto;
	padding:20px 0;
	font-size:12px;
	position:relative;
	clear:both;
}
footer .logo{
	width:244px;
	margin-bottom:10px;
}
footer .footMenu{
	width:420px;
	position:absolute;
	top:40px;
	left:580px;
}
footer .footMenu li{
	float:left;
	background:url(../images/icon04.png) no-repeat;
	padding-left:11px;
	margin-right:20px;
	background-size:6px;
	background-position:0 5px;
}

footer .footMenu li a{
	color:#000;
}
.copy{
	padding: 10px 0 0;
	text-align: center;
}
/* kasou */
#wrap{
	width:1000px;
	margin:0 auto;
}
#band{
	width: 100%;
	text-align: center;
	padding-top:150px;
	margin-bottom: 50px;
	background: url(../images/band.jpg) no-repeat;
	background-position: center 150px;
	color: #fff;
	font-weight: bold;
}
 .pankuzu{
	 margin-top: -20px;
	 margin-bottom: 25px;
	 padding-left: 5px;
	 font-size: 12px;
}
.pankuzu li:after{
	content: '＞';
	margin-left: 7px;
}
.pankuzu li:last-child:after{
	content: '';
	margin-left: 0;
}
.pankuzu li{
	display: inline;
	margin-right: 4px;
}
.pankuzu a{
	display: inline;
	color: #535ca8;
}
.title span{
	font-size:28px;
	padding:80px 10px;
	display:inline-block;
}
.title02 span{
	font-size:3.8em;
	border-bottom:solid 4px #d67b2c;
	padding:0 10px;
	display:inline-block;
	margin-bottom:30px;
}
.title03 span{
	font-size:4.2em;
	letter-spacing: 4px;
	padding:30px 10px 0;
	display:inline-block;
	font-weight: 500;
	font-family: 'Oswald', sans-serif;
}
.bandTxt{
	margin-top: -13px;
	font-size: 1.6em;
	padding-bottom: 40px;
}
#mainArea{
	width: 1000px;
	margin: 0 auto;
	
}

#mainArea .leftArea{
	width:775px;
	box-sizing:border-box;
	padding-left:10px;
	float:left;
	font-size:14px;
}
#mainArea aside{
	width:200px;
	margin-bottom: 60px;
	float:right;
	box-sizing:border-box;
}
#mainArea aside h3 a{
	font-size:16px;
	color:#535ca8;
	font-weight:bold;
	text-decoration:none;
	margin-bottom:10px;
	box-sizing:border-box;
	padding:10px;
	border-left:5px solid #535ca8;
}
#mainArea aside ul li a{
	color: #535ca8;
	box-sizing:border-box;
	padding:10px 5px 7px 20px;
}
#mainArea aside ul li {
	font-size:14px;
	text-decoration:none;
	border-bottom:solid 1px #535ca8;
	background:url(../images/icon05.png) no-repeat;
	background-position: 8px 16px;
	background-size:5px;
}
#mainArea aside ul li .side02 li {
	width: auto;
	margin-left: 10px;
}
#mainArea aside ul li .side02 li:last-child {
	border-bottom:none;
	padding-bottom: 10px;
}
#mainArea aside .rightNav{
	width:200px;
	margin-top:50px;
	border:solid 1px #535ca8;
}
#mainArea aside .rightNav ul li{	
	border-bottom:none !important;
}
#mainArea aside .rightNav ul li a{
	font-size:14px;
	color:#535ca8;
}
#mainArea .sideOr aside{
	width:200px;
	float:right;
	box-sizing:border-box;
}
#mainArea .sideOr aside h3 a{
	font-size:16px;
	color:#d67b2c !important;
	font-weight:bold;
	text-decoration:none;
	margin-bottom:10px;
	box-sizing:border-box;
	padding:10px;
	border-left:5px solid #d67b2c;
}
#mainArea .sideOr aside ul li a{
	color: #d67b2c !important;
	box-sizing:border-box;
	padding:10px 5px 7px 20px;
}
#mainArea .sideOr aside ul li {
	font-size:14px;
	text-decoration:none;
	border-bottom:solid 1px #d67b2c !important;
	background:url(../images/icon06.png) no-repeat;
	background-position: 8px 16px;
	background-size:5px;
}
#mainArea .sideOr aside ul li .side02 li {
	width: auto;
	margin-left: 10px;
}
#mainArea .sideOr aside ul li .side02 li:last-child {
	border-bottom:none;
	padding-bottom: 10px;
}
#mainArea .sideOr aside .rightNav{
	width:200px;
	margin-top:50px;
	border:solid 1px #d67b2c !important;
}
#mainArea .sideOr aside .rightNav ul li{	
	border-bottom:none !important;
}
#mainArea .sideOr aside .rightNav ul li a{
	font-size:14px;
	color:#d67b2c !important;
}
#mainArea aside h3 a:hover,#mainArea aside ul li a:hover,#mainArea .leftArea .pattern01 a:hover{
	text-decoration:underline;
}

#mainArea .leftArea .midashiS{
	font-size:18px;
	border-bottom:solid 2px #535ca8;
	margin-bottom:20px;
	clear: both;
}
#mainArea .leftArea .midashiS02{
	font-size:18px;
	border-bottom:solid 2px #d67b2c;
	margin-bottom:20px;
	clear: both;
}
#mainArea .leftArea .midashiS a{
	font-size:18px;
	color:#535ca8;
	text-decoration:none;
	clear: both;
}

/***2017/9/21追記***/
#mainArea .leftArea .midashiT{
	font-size:21px;
	border-bottom:solid 2px #535ca8;
	margin-bottom:20px;
	clear: both;
}
#mainArea .leftArea .midashiI{
	font-size:25px;
	text-align:right;
	border-bottom:solid 2px #535ca8;
	margin-top:30px;
	margin-bottom:50px;
	clear: both;
}
#mainArea .leftArea .midashiP{
	font-size: 1.3em;
    background-color: #ccddff;
    border-left: 8px solid #1e50a2;
    color: #1e50a2;
    margin: 1em 0;
    padding: 0.7em 1em;
}
/***2017/9/21追記***/

#mainArea .leftArea ul.indexBtn{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-align-items: stretch;
	align-items: stretch;

	text-align: center;
}
#mainArea .leftArea ul.indexBtn02{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
	margin-bottom: 30px;
}
#mainArea .leftArea ul.indexBtn li:nth-child(1),
#mainArea .leftArea ul.indexBtn li:nth-child(5),
#mainArea .leftArea ul.indexBtn li:nth-child(9),
#mainArea .leftArea ul.indexBtn li:nth-child(13){
	margin-left:0;
}
#mainArea .leftArea ul.indexBtn02 li:nth-child(1){
	margin-left:0;
}
#mainArea .leftArea ul.indexBtn li{
	margin-left:15px;
	margin-bottom:15px;
	display: -webkit-flex;
	display: flex;
	float: left;
}
#mainArea .leftArea ul.indexBtn02 li{
	margin-left:15px;
	margin-bottom:15px;
	display: -webkit-flex;
	display: flex;
	float: left;
}
#mainArea .leftArea ul.indexBtn li a{
	width:180px;
	height: 90px;
	box-sizing:border-box;
	font-size:13px;
	text-align:center;
	color:#fff;
	background:#535ca8;
	padding:10px 13px ;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; 
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center; 
}
#mainArea .leftArea ul.indexBtn li a:hover{
	text-decoration:none;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
#mainArea .leftArea ul.indexBtn02 li a{
	width:180px;
	height: 90px;
	box-sizing:border-box;
	font-size:13px;
	text-align:center;
	color:#fff;
	background:#d67b2c;
	padding:15px ;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; 
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center; 
}
#mainArea .leftArea .column02{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
	position: relative;
	padding: 0 0 30px 0;
	margin-bottom: 30px;
}
#mainArea .leftArea .column02 .imgL{
	width: 370px;
	text-align:center;
	margin-right:20px;
	float: left;
}
#mainArea .leftArea .column02 .txtL{
	width: 18em;
	float: left;
}
#mainArea .leftArea .column02 .txtL02{
	width: 370px;
	float: left;
}
#mainArea .leftArea .column02 .midashiQL{
	width: 370px;
	float: left;
	font-size:18px;
	background: linear-gradient(transparent 60%, yellow 40%);
	margin-bottom:20px;
	clear: both;
}
#mainArea .leftArea .column02 .midashiQL2{
	width: 370px;
	float: left;
	font-size:18px;
	background: linear-gradient(transparent 80%, yellow 20%);
	margin-bottom:20px;
	clear: both;
}
#mainArea .leftArea .column02 .midashiQR{
	width: 370px;
	float: right;
	font-size:18px;
	background: linear-gradient(transparent 60%, yellow 40%);
	margin-bottom:20px;
	clear: both;
}


/***2017/9/21追記***/
#mainArea .leftArea .interviewbox {
    margin: 2em 0;
    background: #dcefff;
}
#mainArea .leftArea .interviewbox .box-title {
    font-size: 1.2em;
    background: #5fb3f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
#mainArea .leftArea .interviewbox p {
    padding: 15px 20px;
    margin: 0;
}
#mainArea .leftArea .interviewbox2 {
    font-size: 1.1em;
    background-color: #cafbce;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #cafbce;
    color: #0a8915;
    margin: 1em 0;
    padding: 1em;
}
#mainArea .leftArea .interviewbox3_1 {
	font-size: 1.1em;
    background-color: #e7efff;
    border-left: 8px solid #1c66fe;
    color: #1c66fe;
    margin: 1em 0;
    padding: 1em;
}

#mainArea .leftArea .interviewbox3_2 {
    font-size: 1.1em;
    background-color: #cafbce;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #cafbce;
    color: #006400;
    margin: 1em 0;
    padding: 1em;
}
#mainArea .leftArea .interviewbox3_3 {
}
#mainArea .leftArea .interviewbox3_3 a {
	display: inline;
}
/***2017/9/21追記***/



#mainArea .leftArea .column02 .imgR{
	width: 370px;
	text-align:center;
	float: left;
}
#mainArea .leftArea .column02 .imgR02{
	width: 370px;
	margin-left:20px;
	float: right;
}
#mainArea .leftArea .column02 .imgL img{
	display:block;
	margin:0 auto;
}
#mainArea .leftArea .column02 .imgL02{
	width: 370px;
	text-align:center;
	margin-right:20px;
	padding: 10px 0;
	box-sizing: border-box;
	border: solid 1px #ddd
}
#mainArea .leftArea .column02 .imgL03{
	width: 370px;
	margin-right:20px;
	float: left;
}
#mainArea .leftArea .column02 .imgL02 img{
	display:block;
	margin:0 auto;
}
#mainArea .leftArea .column02 .txtR{
	width:370px;
	float: right;
}

/***2017/12/4追記***/
#mainArea .leftArea .column02 .txtR a {
	display: inline;
}
/***2017/12/4追記***/

/***2019/2/1追記***/
#mainArea .leftArea .column02 .imgL30 {
	width: 270px;
	text-align:center;
	margin-right:40px;
	float: left;
}
#mainArea .leftArea .column02 .imgL30 img{
	display:block;
	margin:0 auto;
}
/***2019/2/1追記***/

#mainArea .leftArea .column02 .txtR02{
	width:370px;
	margin-left:20px;
	float: right;
}
#mainArea .leftArea .imgM{
	width:765px;
	text-align:center;
}
#mainArea .leftArea .imgM img{
	display:block;
	margin:0 auto;
}
#mainArea .leftArea .imgM02{
	width:765px;
	display: -webkit-flex;
    display: flex;
	-webkit-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content :center;
	justify-content :center;
}
#mainArea .leftArea .imgM02 p{
	display: inline;
}
#mainArea .leftArea .imgM02 p{
	margin-right:15px;
	text-align: center;
}
#mainArea .leftArea .midashiM{
	font-size:21px;
	font-weight:bold;
	border-bottom:solid 2px #535ca8;
	margin-bottom:10px;
	clear: both;
}
#mainArea .leftArea .pattern01,#mainArea .leftArea .pattern02,#mainArea .leftArea .pattern03,#mainArea .leftArea .pattern05{
	width:765px;
	border-collapse:collapse;
}
#mainArea .leftArea .pattern06{
	border-collapse:collapse;
}
#mainArea .leftArea .pattern01 .brdN{
	border-bottom:none;
}
#mainArea .leftArea .pattern01 a{
	color:#535ca8;
	display:inline;
}
#mainArea .leftArea .pattern01 th{
	width:130px;
	box-sizing:border-box;
	padding:10px 15px;
	font-weight:bold;
	text-align:left;
	vertical-align:top;
	border-right:solid 1px #535ca8;
	border-bottom:dashed 1px #535ca8;
}
#mainArea .leftArea .pattern01 td{
	box-sizing:border-box;
	padding:10px 15px;
	text-align:left;
	vertical-align:top;
	border-bottom:dashed 1px #535ca8;
}

#mainArea .leftArea .pattern01 tr:last-child th,
#mainArea .leftArea .pattern03 tr:last-child th{
	border-bottom:none;
}
#mainArea .leftArea .pattern01 tr:last-child td,
#mainArea .leftArea .pattern03 tr:last-child td{
	border-bottom:none;
}
#mainArea .leftArea .pattern02{
	border:solid 1px #535ca8;
}
#mainArea .leftArea .pattern02 td{
	width:153px;
	box-sizing:border-box;
	padding:10px 20px;
	text-align:center;
	vertical-align:top;
	border-right:solid 1px #535ca8;
	border-bottom:solid 1px #535ca8;
}
#mainArea .leftArea .pattern03 th{
	width:200px;
	box-sizing:border-box;
	padding:10px 15px;
	font-weight:bold;
	text-align:left;
	vertical-align:top;
	border-right:solid 1px #d67b2c;
	border-bottom:dashed 1px #d67b2c;
}
#mainArea .leftArea .pattern03 td{
	box-sizing:border-box;
	padding:10px 15px;
	text-align:left;
	vertical-align:top;
	border-bottom:dashed 1px #d67b2c;
}
#mainArea .leftArea .pattern03 a{
	color:#d67b2c;
	display:inline;
}
#mainArea .leftArea .pattern04{
	width:370px;
	border-collapse:collapse;
	border:solid 1px #bcbabb;
}
#mainArea .leftArea .pattern04 th{
	width:6em;
	box-sizing:border-box;
	padding:6px;
	font-weight:bold;
	text-align:left;
	vertical-align:top;
	border-right:solid 1px #bcbabb;
	border-bottom:solid 1px #bcbabb;
	background: #f3f3f3;
}
#mainArea .leftArea .pattern04 td{
	box-sizing:border-box;
	padding:10px;
	text-align:left;
	vertical-align:top;
	border-bottom:solid 1px #bcbabb;
}
#mainArea .leftArea .pattern05{
	border:solid 1px #535ca8;
}
#mainArea .leftArea .pattern05 td{
	box-sizing:border-box;
	padding:10px;
	text-align:center;
	vertical-align:top;
	border-right:solid 1px #535ca8;
	border-bottom:solid 1px #535ca8;
}
/***2019/2/4追記***/
#mainArea .leftArea .pattern05 td a{
	padding: 0 20px;
}
/***2019/2/4追記***/
#mainArea .leftArea .pattern06{
	border:solid 2px #6666cc;
}
#mainArea .leftArea .pattern06 td{
	box-sizing:border-box;
	padding:10px 20px;
	text-align:center;
	vertical-align:middle;
	border-right:solid 2px #6666cc;
	border-bottom:solid 2px #6666cc;
}
.bgBlue{
	background: #f2f5f7;
}
#mainArea .leftArea .map{
	width: 5em;
	margin-top: 9px;
}
#mainArea .leftArea .map a{
	padding: 5px 10px;
	border: 1px solid #535ca8;
	border-radius: 4px;
	text-align: center;
}
#mainArea .leftArea .komidashi02{
	color:#000;
	margin-bottom:15px;
	font-size:14px;
	font-weight:bold;
	border-bottom:solid 2px #535ca8;
	clear: both;
}
#mainArea .leftArea .komidashi03{
	color:#000;
	margin-bottom:15px;
	font-size:14px;
	font-weight:bold;
	border-bottom:solid 2px #d67b2c;
}
#mainArea .leftArea .komidashi02 a{
	color:#535ca8;
	font-weight:bold;
}
#mainArea .leftArea .pLink a{
	color:#535ca8;
	display: inline;
}
.pLink a{
	color:#535ca8;
	display: inline;
}
#mainArea .leftArea .pLink a img{
	display: inline;
}
#mainArea .leftArea .komidashi02 a:hover,
#mainArea .leftArea .pLink a:hover{
	text-decoration: underline;
}
#mainArea .leftArea .pLink a:hover img{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
#mainArea .leftArea .komidashi{
	color:#000;
	margin-bottom:15px;
	font-size:14px;
	font-weight:bold;
}
#mainArea .leftArea .komidashi p{
	font-size:14px;
	font-weight:bold;
}
#mainArea .leftArea ul.imgArea{
	width:765px;
	text-align:center;
	display: -webkit-flex;
    display: flex;
	-webkit-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content :center;
	justify-content :center;
}
#mainArea .leftArea .imgArea li{
	width:240px;
	height: 407px;
	box-sizing:border-box;
	border:solid 1px #ddd;
	margin-right:10px;
	margin-bottom:20px;
	padding-top:10px;
}
#mainArea .leftArea .imgArea li a{
	background:#fff;
	color:#000;
}
#mainArea .leftArea .imgArea li img{
	margin-top:10px;
}


#mainArea .leftArea ul.interviewTopArea{
	width:765px;
	text-align:center;
	display: -webkit-flex;
    display: flex;
	-webkit-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content :center;
	justify-content :center;
}
#mainArea .leftArea .interviewTopArea li{
	width:240px;
	height: 290px;
	box-sizing:border-box;
	border:none;
	margin-right:10px;
	margin-bottom:20px;
}
#mainArea .leftArea .interviewTopArea li a{
	background:#1e50a2;
	color:#fff;
	margin-bottom:10px;
	padding-bottom:5px;
}
#mainArea .leftArea .interviewTopArea li img{

}


#mainArea .leftArea .disc{
	list-style:outside;
	list-style-type:disc;
	padding-left:1.5em;
}
#mainArea .leftArea .disc li{
	margin-bottom: 6px;
}
#mainArea .leftArea .decimal{
	list-style:outside;
	list-style-type:decimal;
	padding-left:1.5em;
}
#mainArea .leftArea .decimal li{
	margin-bottom: 6px;
}
#mainArea .leftArea .circle02 li{
	background:url(../images/icon07.png) no-repeat;
	background-size: 5px;
	background-position: 4px 8px;
	padding-left: 1em;
	margin-bottom: 6px;
}
#mainArea .leftArea .circle02 li a{
	color:#535ca8;
	display: inline;
}
#mainArea .leftArea .circle01 li{
	background:url(../images/icon07.png) no-repeat;
	background-size: 5px;
	background-position: 4px 8px;
	padding-left: 1em;
	margin-bottom: 6px;
}
.rightTxt{
	text-align:right;
}
.rLink{
	text-align: right;
}
.rLink a{
	margin-left: 650px;
	color:#535ca8;
	display: inline !important;
}
#mainArea .leftArea .rightImg{
	width:100%;
}
#mainArea .leftArea .rightImg img{
	margin-left:auto;
}
#mainArea .leftArea .siteMap01 a{
	font-size:16px;
	color:#535ca8;
}
#mainArea .leftArea .siteMap01 a:hover{
	text-decoration:underline;
}
#mainArea .leftArea .siteMap01 li{
	border-bottom:dashed 1px #535ca8;
	box-sizing:border-box;
	padding:10px 20px;
	background:url(../images/icon05.png) no-repeat;
	background-size:7px;
	background-position:5px 15px;
}
#mainArea .leftArea .siteMap02 li{
	border-bottom:dashed 1px #535ca8;
	box-sizing:border-box;
	padding:10px 20px;
	margin-left:30px;
}
#mainArea .leftArea .siteMap02 li:last-child{
	border-bottom:none;
}
.boldT{
	font-weight: bold;
}
.txtC{
	text-align: center !important;
}
.txtS{
	font-size: 12px;
}
.sem5,
.sem05,
.sem6,
.sem7,
.sem12{
	position: relative;
}
.sem7 span{
	position: absolute;
	top:0;
	left:6em;
}
.sem5 span{
	position: absolute;
	top:0;
	left:4em;
}
.sem05{
	height: 6em;
}
.sem05 span{
	position: absolute;
	top:0;
	left:4.5em;
}
.sem6 span{
	position: absolute;
	top:0;
	left:5em;
}
.sem12 span{
	position: absolute;
	top:0;
	left:11em;
}
.catalogList a{
	width: 80%;
	margin: 0 auto;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	text-align: center;
	background: #535ca8;
	box-sizing: border-box;
	padding: 20px;
}
.bgGray{
	background: #eee;
}
.txtC02{
	display: inline;
}
.txtBlue{
	color: #535ca8;
}
.em5{
	vertical-align: top !important;
	text-align: left;
}
.em5 th{
	width: 5em;
	vertical-align: top !important;
	text-align: left;
}
.em5 td{
	vertical-align: top !important;
	text-align: left;
	padding-left: 5px;
}
.page404 h3{
	font-size: 1.8em;
	font-weight: bold;
	color: #535ca8;
	border-bottom: 2px solid #535ca8;
}
.page404 div{
	font-size: 1.1em;
}
.btn02 a{
	width: 20em;
	margin: 0 auto;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	background:#535ca8;
	text-align:center;
	padding:15px 0;
	border-radius:.25em;
}
#mainArea .leftArea .newsArea .news li{
	width: 100%;
	padding: 15px 0;
	display: -webkit-flex;
    display: flex;
	-webkit-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
	border-bottom: dashed 1px #535ca8;
}
#mainArea .leftArea .newsArea .news li h4{
	width: 15%;
}
#mainArea .leftArea .newsArea .news li p{
	width: 85%;
}
#mainArea .leftArea .newsArea .news li a{
	color:#535ca8;
	display: inline;
}



/***2017/9/21追記***/
#mainArea .leftArea .featureArea .feature li{
	width: 100%;
	padding: 15px 0;
	display: -webkit-flex;
    display: flex;
	-webkit-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
	border-bottom: dashed 1px #535ca8;
}
#mainArea .leftArea .featureArea .feature li h4{
	width: 15%;
}
#mainArea .leftArea .featureArea .feature li p{
	width: 75%;
}
#mainArea .leftArea .featureArea .feature li h3{
	width: 10%;
}
#mainArea .leftArea .featureArea .feature li a{
	color:#535ca8;
	display: inline;
}
/***2017/9/21追記***/


/***2017/11/1追記***/
#mainArea .leftArea .irArea .ir li{
	width: 100%;
	padding: 10px 0;
	display: -webkit-flex;
    display: flex;
	-webkit-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
	border-bottom: dashed 1px #535ca8;
}
#mainArea .leftArea .irArea .ir li h4{
	width: 15%;
}
#mainArea .leftArea .irArea .ir li h3{
	width: 5%;
}
#mainArea .leftArea .irArea .ir li p{
	width: 80%;
}
#mainArea .leftArea .irArea .ir li a{
	color:#535ca8;
	display: inline;
}
/***2017/11/1追記***/

/***2017/12/26追記***/
header .otoiawase{
	position: absolute;
  top: 45px;
  right: 0;
}
header nav ul li{
	margin-left: 83px;
}
#mainArea .leftArea ul.ir-btn{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
	margin-bottom: 25px;
}
#mainArea .leftArea ul.ir-btn li{
	margin-left: 17px;
	margin-bottom: 17px;
	background:#535ca8;
	border-radius: 10px;
	display: -webkit-flex;
	display: flex;
	float: left;
}
#mainArea .leftArea .ir-btn li:nth-child(1),
#mainArea .leftArea .ir-btn li:nth-child(3){
	margin-left: 0 !important;
}
#mainArea .leftArea ul.ir-btn li a{
	width: 240px;
	height: 120px;
	padding: 60px 0 10px;
	box-sizing:border-box;
	font-size:13px;
	color:#fff;
	background-size: 40px !important;
	background-position: center 25px !important;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; 
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
}
#mainArea .leftArea .ir-btn li:nth-child(1) a,
#mainArea .leftArea .ir-btn li:nth-child(2) a{
	width: 368px;
}
#mainArea .leftArea .ir-btn li:nth-child(1) a{
	background: url(../ir/images/ir01.png) no-repeat;
	background-position: center 15px !important;
}
#mainArea .leftArea .ir-btn li:nth-child(2) a{
	padding-top: 80px;
	background: url(../ir/images/ir02.png) no-repeat;
	background-position: center 34px !important;
}
#mainArea .leftArea .ir-btn li:nth-child(3) a{
	background: url(../ir/images/ir03.png) no-repeat;
}
#mainArea .leftArea .ir-btn li:nth-child(4) a{
	background: url(../ir/images/ir04.png) no-repeat;
}
#mainArea .leftArea .ir-btn li:nth-child(5) a{
	background: url(../ir/images/ir05.png) no-repeat;
}
#mainArea .leftArea ul.ir-btn li a:hover{
	text-decoration:none;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
.snip118902 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip118902 a {
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  text-decoration: none;
}
.snip118902 a:before,
.snip118902 a:after {
  height: 14px;
  width: 14px;
  position: absolute;
  content: '';
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
}
.snip118902 a:before {
  left: 0;
  top: 0;
	border-left: 5px solid rgba(255, 255, 255, 0.5);
  border-top: 5px solid rgba(255, 255, 255, 0.5);
	border-top-left-radius : 10px;
  -webkit-transform: translate(100%, 50%);
  transform: translate(100%, 50%);
}
.snip118902 a:after {
  right: 0;
  bottom: 0;
  border-right: 5px solid rgba(255, 255, 255, 0.5);
  border-bottom: 5px solid rgba(255, 255, 255, 0.5);
	border-bottom-right-radius : 10px;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.snip118902 a:hover,
.snip118902 .current a {
  color: #fff;
}
.snip118902 a:hover:before,
.snip118902 .current a:before,
.snip118902 a:hover:after,
.snip118902 .current a:after {
  -webkit-transform: translate(0%, .5%);
  transform: translate(0%, .5%);
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}
/***2017/12/26追記***/

/***2018/1/23追記***/
#mainArea .leftArea .profileArea .profile li{
	width: 100%;
	padding: 15px 0;
	display: -webkit-flex;
    display: flex;
	-webkit-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
	border-bottom: dashed 1px #535ca8;
}
#mainArea .leftArea .profileArea .profile li h1{
	width: 24%;
	box-sizing:border-box;
	border:solid 1px #ddd;
	margin-right:10px;
	margin-bottom:20px;
}
#mainArea .leftArea .profileArea .profile li h2{
	width: 24%;
}
#mainArea .leftArea .profileArea .profile li h3{
	width: 24%;
	box-sizing:border-box;
	border:solid 1px #ddd;
	margin-right:10px;
	margin-bottom:20px;
}
#mainArea .leftArea .profileArea .profile li h4{
	width: 24%;
}
#mainArea .leftArea .profileArea .profile li a{
	color:#535ca8;
	display: inline;
}
/***2018/1/23追記***/

/***2018/5/11追記***/
body {
	min-width: 1270px;
}

h3.evolution {
	position: absolute;
	top: 410px;
	width: 100%;
	text-align: center;
	font-size:5.5em;
	letter-spacing: 3px;
	display:inline-block;
	font-weight: bold;
	font-family: sans-serif;
	color: #FFF;
	white-space: nowrap;
}
h3.evolution span {
	margin-left: .15em;
}
/***2018/5/11追記***/

/***2019/6/11追記***/
body {
	min-width: 800px;
}
h5.news4 {
	position: absolute;
	top: 690px;
	width: 100%;
	text-align: center;
	font-size:1.7em;
	letter-spacing: 2px;
	display:inline-block;
	font-weight: bold;
	font-family: sans-serif;
	color: #0066ff;
	white-space: nowrap;
	margin:0 auto 50px;
	padding: 0;
}
h5.news4 span {
	margin-left: .15em;
}
h5.news4 iframe {
	overflow: hidden;
}
/***2019/6/11追記***/

#goTop {
    position: fixed;
    bottom: 160px;
    right: 60px;
    font-size: 20px;
}
#goTop a {
    background: #535ca8;
    text-decoration: none;
    color: #fff;
    padding: 6px;
    text-align: center;
    display: block;
    border-radius: 40px;
	border:solid 1px #fff;
}
#goTop a:hover {
    text-decoration: none;
}

#accordion-panel dt {
	cursor: pointer;
	margin-bottom: 10px;
}
 
#accordion-panel dd .inner {
	padding: 10px 0;
}
 
#accordion-panel dd {
  display: none;
}
 
.layer-1 dt {
  padding: 10px 0 5px;
  font-size:18px;
	border-bottom: solid 2px #535ca8;
	text-decoration:none;
	background: url(../images/icon08.png) no-repeat;
	background-position: 700px 18px;
	background-size: 12px;
	font-weight: bold;
}
 
.layer-2 dt {
  padding: 5px 30px;
  font-size: 1.0em;
	border-bottom: dashed 1px #535ca8;
	background: url(../images/icon08.png) no-repeat;
	background-position: 730px 12px;
	background-size: 10px;
	font-weight: normal;
}


/*ホバーアクション*/
.snip1189 {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.snip1189 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1189 a {
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  text-decoration: none;
}
.snip1189 a:before,
.snip1189 a:after {
  height: 14px;
  width: 14px;
  position: absolute;
  content: '';
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
}
.snip1189 a:before {
  left: 0;
  top: 0;
  border-left: 5px solid rgba(255, 255, 255, 0.5);
  border-top: 5px solid rgba(255, 255, 255, 0.5);
  -webkit-transform: translate(100%, 50%);
  transform: translate(100%, 50%);
}
.snip1189 a:after {
  right: 0;
  bottom: 0;
  border-right: 5px solid rgba(255, 255, 255, 0.5);
  border-bottom: 5px solid rgba(255, 255, 255, 0.5);
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.snip1189 a:hover,
.snip1189 .current a {
  color: #fff;
}
.snip1189 a:hover:before,
.snip1189 .current a:before,
.snip1189 a:hover:after,
.snip1189 .current a:after {
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}


/* Border from Y to X  */
.indexBtn a
{
    position: relative;
    z-index: 0;
    cursor: pointer;
}
.borderYtoX li a:before,
.borderYtoX li a:after
{
    position: absolute;
    height: 100%;
    width: 4px;
    content: '';
    background: rgba(255, 255, 255, 0);
    transition: all 0.3s;
}

.borderYtoX li a:before
{
    left: 0;
    top: 0;
}

.borderYtoX li a:after
{
    right: 0;
    bottom: 0;
}

.borderYtoX li a:hover:before,
.borderYtoX li a:hover:after
{
    height: 4px;
    width: 100%;
	background: rgba(255, 255, 255, 0.5);
}

/* Pull right  */
.pullRight a:before
{
    position: absolute;
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    background: rgba(255, 255, 255, 0);
    transition: all 0.3s;
}

.pullRight a:hover:before
{
	width: 100%;
	background: rgba(255, 255, 255, 0.5);
}


/* Border X get width  */
.borderXwidth a:before,
.borderXwidth a:after
{
    position: absolute;
    width: 0%;
    height: 4px;
    content: '';
    background: rgba(255, 255, 255, 0);
    transition: all 0.3s;
}

.borderXwidth a:before
{
    left: 0;
    top: 0;
}

.borderXwidth a:after
{
    right: 0;
    bottom: 0;
}

.borderXwidth a:hover:before,
.borderXwidth a:hover:after
{
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
}

/* Pull right and left  */
.pullRightLeft a:before,
.pullRightLeft a:after
{
    position: absolute;
    width: 4px;
    height: 100%;
    top: 0;
    content: '';
    background: rgba(255, 255, 255, 0);
    transition: all 0.3s;
}

.pullRightLeft a:before
{
    left: 0;
} 

.pullRightLeft a:after
{
    right: 0;
}

.pullRightLeft a:hover:before,
.pullRightLeft a:hover:after
{
    width: 100%;
	background: rgba(255, 255, 255, 0.25);
}

.kasou{
	padding-top: 50px;
}
