@charset "utf-8";
/* CSS Document */

/*-----［ サブページ共通］-----*/
h1{
	color:#FFF;
}
h2{
	color:#FFF;}

/* パンくずリスト */
.m-list-topicpath ul li{
  display:inline;/*横に並ぶように*/
  list-style: none;
  color:#999;
}
.m-list-topicpath {
  padding-left:0;
  margin-left:0;
}
.m-list-topicpath ul li:after {/* >を表示*/
  content: '>';
  padding: 0 3px;
  color:#999;
}
.m-list-topicpath ul li:last-child:after {
  content: '';
}
.m-list-topicpath li a {
  text-decoration: none;
	color:#999;
}
.m-list-topicpath li a:hover {
  text-decoration: underline;
}
/*--［/ パンくずリスト］--*/	
.m-box-fixed{
		margin:0 auto;
}	
.m-txt-title{
	background: linear-gradient(-135deg, #0065cb, #212b9e);
	padding:10px;
	margin:2px 0;
	}	
.m-txt-subtitle{
	color:#FFF;
}			
article{
	max-width:960px;	
	margin:0 auto;
}
.contents_title{
	color:#333;
	font-size:1.8em;
    border-left: 8px solid #133890;
    margin: 20px 0;
	padding:10px;
}	
.contents_caption{
	color:#39F;
	font-size:1.6em;
}
.contents_caption_02{
	padding-left:10px;
	color:#0b308e;
	font-size:1.2em;
	border-top:#06C 2px solid;
}		
.contents_txt{
	margin:10px 0 20px 0;
	line-height:2.5em;
}		
/*-----［/ サブページ共通］-----*/



/*------［　messaage.html］------*/
.contents_caption_03{
	margin: 10px 0;
	color: #0066CC;
	font-size: 1.5em;
	font-weight: bold;	

}	
		
/*  BossPhoto
--------------------*/

/*横幅768px以上の場合発令！＝PCの祭に適用*/
@media screen and (min-width: 768px){
	#photo{
		float:left;
		width: 48.9361%;
		box-sizing: border-box;
	}
}
/*-----［/ messaage.html］-----*/






/*------outline.html
　------------------------------*/
/*------［　テーブル　］------*/
.table-01 {
  border-collapse: collapse;
  
  	width:100%;
	margin:0 auto;
}
 
.table-01 th,
.table-01 td {
  border: 1px solid #666;  
  padding: 12px;
}
 
.table-01 th {
  background: #e5eef7;
  text-align: left;
  font-size:1.2em;
  text-align:center;
  width: 120px;
}
/*------モバイルの際に適用------*/ 
@media only screen and (max-width: 768px) {

  .table-01 tr,
  .table-01 th,
  .table-01 td {
    display: block;
    width: auto;
  }
  
  .table-01 tr:first-child {
    border-top: 1px solid #666;  
  }
  
  .table-01 th,
  .table-01 td {
    border-top: none;
  }
}
/*横幅768px以下の場合発令！＝モバイルの祭に適用*/
@media screen and (max-width: 768px){

 
	.outline_img{
			display:none;
	}
}
/*横幅768px以上の場合発令！＝PCの祭に適用*/
@media screen and (min-width: 768px){
	#outline{
		float: right;
		width: 48.9361%;
	}
	.outline_img{
		padding:0 10px 10px 10px;
		text-align:center;
	}
}


/*info
--------------------*/
#message{
	margin-bottom: 20px;
}
.message-box{}
.message-name{
	text-align:right;}
/*横幅768px以上の場合発令！＝PCの祭に適用*/
@media screen and (min-width: 768px){
	#message{
		float: right;
		width: 48.9361%;
	}
}

/*-------- ［　会社概要　］------------*/
#to_Order{
    margin: 0.4em 0;
    font-weight: bold;
	display: block;
	border: solid 1px #0b308e;
	position: relative;/* クリック範囲を要素一杯に広げる */
	z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}
/*--［＞の表示］--*/
#to_Order:after {
	content: "";
	display: block;
	position: absolute;
	top:45%;
	right: 25px;
	width: 21px;
	height: 21px;
	border-top: solid 2px #7f7f7f;
	border-right: solid 2px #7f7f7f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#to_Order a {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
 }	
#to_Order a:hover { /* マウスオーバー時の文字色/背景色の設定 */
	background:#e5eef7;
	filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
 }
.txt_18{
	text-align:center;
	color:#333;
	font-size:1.8em;
    margin: 20px 0;
	padding:10px;
	}


.mainBg{
	width:100%;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top:10%;
	background-image:url(/image/case_proposal/top-img.jpg);
	background-size:cover;
	background-repeat:no-repeat;

	}	
.layer{
	padding-bottom:10%;
	}
.case_title{
	width:50%;
	}
/*------モバイルの際に適用------*/ 
@media only screen and (max-width: 768px) {
	.layer{
		margin:0 auto;
	}
	.case_title{
	width:80%;
	}

}
/*-----［　お問い合わせはこちら　］-----*/
#to_form{
    margin: 0.4em 0;
    font-weight: bold;
	display: block;
	border: solid 1px #0b308e;
	position: relative;/* クリック範囲を要素一杯に広げる */
	z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}
/*--［＞の表示］--*/
#to_form:after {
	content: "";
	display: block;
	position: absolute;
	top:45%;
	right: 25px;
	width: 21px;
	height: 21px;
	border-top: solid 2px #7f7f7f;
	border-right: solid 2px #7f7f7f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#to_form a {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
 }	
 
#to_form a:hover { /* マウスオーバー時の文字色/背景色の設定 */

 background: #e5eef7;
   filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
 }
.txt_18{
	text-align:center;
	color:#333;
	font-size:1.8em;
    margin: 20px 0;
	padding:10px;
	}
	
#to_tel{
	margin: 0.4em 0;
	padding:10px;
    font-weight: bold;
	display: block;
	border: solid 1px #0b308e;
	text-align:center;
	}
.txt_tel01{
	font-size: 1.6em;
	font-weight: bold;
	}
.txt_tel02{
	color:#39F;
	font-size:1.8em;
}

/*横幅768p以下の場合発令！＝モバイルの祭に適用*/
@media screen and (max-width: 768px){
	/*--［＞の位置。ＴＯＰから］--*/	
	#to_form:after {
		top: 40%;
		right: 10px;
		margin-top:-4px;
		width: 14px;
		height: 14px;
	}
}