@charset "utf-8";

/**
 *
 *  会社概要
 *
 */

/*--------------------------------------------------------------------------
   overwrite  - 共通CSSの上書き -
---------------------------------------------------------------------------*/
.blockTtl.en{
	margin-top:40px;
	margin-bottom: 30px;
}







/*--------------------------------------------------------------------------
   Main
---------------------------------------------------------------------------*/
/* #service
-----------------------------------------------------------------*/
#service{
    height: 200px;
    background: url(../images/main.jpg) no-repeat 50% 50%;
    background-size: cover;
    background-position: center;
}
#service .wrap{
	position: relative;
/* 	background: #fff;*/
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	padding:20px 0;
	
}
#service .note2{
	margin-left: 42px;
	width: 400px;
	float: left;
}
#service .ttl{
	margin: 10px 0 10px;
	z-index: 150;
}

#service .note{
	margin: 10px;
	margin-left: 32px;
	width: 90%;
	float: left;
	margin-right:42px;
	color: #fff;
}

#service .note h2{
/* 	color: #4f4f4f;*/
	line-height: 1.9;
	font-size: 150%;
	font-weight: 500;
	font-family: "メイリオ","Meiryo",'Noto Sans Japanese', serif;
}

#service .note p{
	margin-top: 20px;
/* 	color: #4f4f4f;*/
	line-height: 1.9;
	font-size: 108%;
	font-weight: 500;
	font-family: "メイリオ","Meiryo",'Noto Sans Japanese', serif;
}


#service .note h3{
	padding-top: 8px;
	line-height: 2;
	text-align: right;
	font-weight: 500;
}


.right {
	float: right;
	margin-right:10px;
	padding: 5px 0 5px 5px;
}

#service .img{
	display: none;
	margin-right: 30px;
	float: right;
	padding:5px;
}


#canvas01{
	margin: -50px 30px 0 0;
	float: right;
}
.oldbrowse #canvas01{
	display: none;
}
.oldbrowse #service .img{
	display: block;
}




/* 会社案内
-----------------------------------------------------------------*/
.gaiyou {
	width:90%;
	margin: 0 auto;
}
.gaiyou1 {
	width:90%;
	margin: 0 auto;
	border: 1px #eee solid;
	overflow: auto;
}
table.brwsr1 {
	width: 90%;
    margin: 20px 5%;
    border-collapse: separate;
    border-spacing: 0px 1px;
    margin-bottom:10px;
	transition: .8s;
	font-size: 0.9rem;
}

table.brwsr1 img{
	margin:10px;
}

table.brwsr1 th {
    padding: 4px 0;
    padding-left:15px;
    vertical-align: middle;
    text-align: left;
    width: 150px;
    border-bottom: #999 1px solid;
}
 
table.brwsr1 td {
    padding: 4px 0;
	padding-left:15px;
    text-align: left;
    border-bottom: #999 1px solid;
}
 
table.brwsr1 td.r1 {
    width: 25%;
    text-align: left;
   /* border-right: #999 1px solid;
     background: #447791;*/
}
 
table.brwsr1 td.r2 {
    width: 75%;
    text-align: left;
   /* border-left: #fff 1px solid;
    border-right: #999 1px solid;
    background: #5893b1;*/
}




/* 事業内容 */

table.tb_01 {
  border-collapse: collapse;
  border: solid 1px #999;/*表全体を線で囲う*/
  width: 90%;
  margin: 0 auto;

}
table.tb_01 th {
  background: #eee;
}
table.tb_01 th, table.tb_01 td {
	font-size: 0.9rem;
    padding: 4px 0;
    padding-left:15px;
    vertical-align: middle;
    text-align: left;
  border: solid 1px #999;/**/
  /*破線 1px オレンジ*/
}

.sel01{
	width: 35%;
}

.sel02{
	width: 32.5%;
}

.sel03{
	width: 40%;
}

.sel04{
	width: 10%;
}

.way_title {
	/* padding-top: 10px; */
	/* font-size: 20px; */
	/* font-weight: 600; */
	/* color: #098eb2; */
	/* margin: 10px 5%; */
}

.way_title {
	padding-top: 10px;
	font-size: 1.3rem;
	font-weight: 600;
	color: #1a2b77;
	/* margin: 10px 5%; */
	/* text-align: center; */
}

.way_policy {
	padding-top: 10px;
	font-size: 1.1rem;
	font-weight: 600;
	padding-left: 10px;
	color: #1a2b77;
	/* margin: 10px 5%; */
	/* text-align: center; 
	border-bottom: 2px solid #eee;*/
}

.u_border{
    border-bottom: 2px solid #eee;
    margin-bottom: 10px;
}
.way_policy2 {
	padding-top: 10px;
    font-size: 1.3rem;
    font-weight: 600;
    color: #1a2b77;
    margin: 5px 5%;
    text-align: center;
}
/*
.item-box {
  display: flex;
  max-width: 100%;
  margin: 0 auto;
  align-items: flex-start;
}

.itemb {
  flex: 1 0 300px;
  margin: 0;
  padding: 2px;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  &:nth-child(2n) {
  }
}

*/

.item-box  {
  display: flex;
  flex-wrap: wrap;
/*  border: 1px solid #eee;*/
  padding: 0.4em;
  margin: 0 0 2em;
}

.itema {
/* background: #f9f9f9;*/
 padding: 1em;
 border-radius: 5px;
 flex: 1 0 300px;
 margin: 0.4em;
 max-width: 32%;
 }




.itemb {
/* background: #f9f9f9;*/
 padding: 1em;
 border-radius: 5px;
 flex: 1 0 300px;
 margin: 0.4em;
 }



.cssgrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 0.8em;
  border: 1px solid #ddd;
  padding: 0.8em;
  margin: 0 0 2em;
}

.cssgrid > div {
 /* background: #ddd;*/
  overflow: auto;
  min-width: 0;
  padding: 1em;
}

.cssgrid > div img{

	max-width: 100%;
	    height: auto;
	    width: auto\9;
	    margin-bottom: 1em;
}



#policy_con{
	width: 94%;
	margin: 3%;
}
#policy_con .p-box{
	width: 98%;
    margin: 1%;
    padding: 2%;
    /* background: #eee; */
    border-radius: 10px;
    text-align: center
}
#policy_con .p-box img{
	width: 100%;
}



.r_arrow2:before {
    content: '▶ ' ;
    position: relative;
	top: 3px;
}



.r_arrow {
	position: relative;
	top: -130px;
	left: 62%;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #098eb2;
	margin: 2px auto;
	/* display: inline; */
}



/* 矢印（縦） */
.iconArrow:before {
	content: "";
	position: relative;
	top: 20px;
	left: -5%;
	display: block;
	width: 9.4%;
	height: 50%;
	background: url(../images/icon_m_sale.png) no-repeat 50% 50%;
	z-index: 100000;
}
/* 矢印（横） */
.iconArrow2:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 0;
	display: block;
	width: 100%;
	height: 20px;
	background: url(../images/arrow.png) no-repeat 50% 50%;
}
/* 矢印（斜め） */
.iconArrow3:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -25px;
	display: block;
	width: 100%;
	height: 17px;
	background: url(../images/arrow.png) no-repeat 50% 50%;
}







#policy_con .p-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    background-color: #025481;
    padding: 0;
    margin: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
}

#policy_con .p-txt {
	font-size: 1.1rem;
	text-align: left;
}
#c-menu{
	width: 80%;
	margin: 0 10%;
}
#c-menu ul{
	width: 100%;
	margin: 6px 0 20px;
	padding: 0;
	text-align: right;
/*	letter-spacing: -0.4em;*/
}

#c-menu ul li:before{
	font-family: FontAwesome;
	content: "\f054";/*アイコンの種類*/
	left : -0.8em;/*左端からのアイコンまでの距離*/
	color: #1a2b77;/*アイコン色*/
	position: relative;

}
#c-menu ul li{
	/*font-size: 95%; */
	text-align: left;
	letter-spacing: 0;
	padding: 0 5px 0 20px;
    line-height: 2.5;
    margin-left:1.1em;
    text-indent:-1.1em;
 	/*   border-bottom: 1px solid #eee;*/
	display: inline;    /*横並びにさせる */
  	/*border-left: 1px solid #999;  区切り線 */
}


.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}


/* #mission
-----------------------------------------------------------------*/
#mission{
	padding: 135px 5% 20px;
	background: #fff;
}
#mission .txt{
	margin-bottom: 30px;
	font-size: 124%;
	text-align: center;
}
#mission .img{
	display: none;
	margin-bottom: 60px;
	text-align: center;
}
.oldbrowse #mission .img{
	display: block;
}
#mission #canvas02{
	display: block;
	margin: 0 auto 30px;
	background: #f6f4ed;
	border-radius: 3px;
}
.oldbrowse #mission #canvas02{
	display: none;
}
#mission .btn{
	text-align: center;
	letter-spacing: -0.4em;
}
#mission .btn li{
	width: 340px;
	margin-left: 16px;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	letter-spacing: normal;
}
#mission .btn li:first-child{
	margin-left: 0;

}
#mission .btn li span{
	padding: 18px 20px 19px 0;
	font-size: 131%;
}
/* IE9・10 */
#mission .btn li span:not(:target){
	padding: 22px 20px 15px 0\9;
}
/* IE11 */
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, #mission .btn li span {
		padding: 22px 20px 15px 0;
	}
}
#mission .btnLink span:after{
	font-size: 27px;
	font-weight: normal;
}
.btnLink.blank span{
	background: url(../images/ico_blank.png) no-repeat 100% 49%;
}


#map-area{
	margin: 1% 5%;
}

#map-area .secMap{
	width: 95%;
	padding: 30px 0 40px;
	margin: 0 auto;
	text-align:center;
}
#map-area .secMap .list{
position: relative;
    width: 49.2%;
    padding: 0.4%;
    float: left;
    margin: 0.4%;
    border: #333333;
}

#map-area .secMap .list p{
	line-height: 1.5;
	color:#333333;
}

#map-area .secMap .list img{
	position: absolute;
	right: 5.8%;
	top: 40%;
}


@media screen and (max-width:768px) {


/* #mission
-----------------------------------------------------------------*/
#mission{
	padding: 0 5% 20px;
	background: #fff;
}}
