.about_box{
	width: 50%;
	margin:10px auto !important;
	padding:20px;
	line-height: 1.6em;
	margin-bottom:40px !important;


}
.aboutp{
	line-height: 2.4em;
	text-align: left;
}
.imgbox{
	text-align: center;
}
.img3box{
	display: inline-block;
	width: 32%;
	margin:1px;
}
.img4box{
	display: inline-block;
	width: 23%;
	margin:1px;
}
/*事業内容ここから*/
section.jigyou_panel{
	width: 100%;
	display: flex;
	min-height:400px; 
}
.hidaribox{
	width: 50%;
	min-height: 400px;

}
.boximg{
min-height: 400px;
object-fit: cover; /* この一行を追加するだけ！ */
}
.migibox{
	width: 50%;
	min-height: 400px;

}
.migibox_midashi{
	margin-top:50px;
	margin-left: 50px;
	font-size: 1.8rem;
    font-weight: 700;
    padding-bottom:  5px;   /* 余白指定 */
    margin-bottom: 15px;    /* 周りの余白指定 */
    position:  relative;    /* 位置調整 */
    font-weight:  normal;   /* 文字の太さ調整 */
}
.migibox_midashi:before{
	content:  '';           /* 空白の要素を作る */
    width: 50px;            /* 幅指定 */
    height: 4px;            /* 高さ指定 */
    background-color: #C60000; /* 背景色指定 */
    display:  block;        /* ブロック要素にする */
    position:  absolute;    /* 位置調整 */
    left:  0;               /* 位置調整 */
    bottom: -6px;           /* 位置調整 */
}
.migibox_p{
	line-height: 2.4em;
	margin-top:20px;
	margin-left: 50px;
	width: 60%;
}
.ji_price_box{
	margin-top:50px;
	width: 80%;
	margin:50px auto;
}
	/*料金テーブル*/

@media screen and (max-width: 640px) {
#demo01 table { width: 100%; border:none; padding: 10px;}
#demo01 thead { display: none;}
#demo01 tr {
    border-top: 1px solid #4f4d47;
    display: block;
    margin-bottom: 20px;
}
#demo01 td {
    border-right: 1px solid #4f4d47;
    border-bottom: none;
    display: block;
    padding: 0;
}
/* tdのデザイン */
#demo01 td:nth-of-type(1) { background-color: #61c5bb; color: #fff;}
#demo01 td:last-child { border-bottom: 1px solid #4f4d47;}
     
/*td:beforeのデザイン*/
#demo01 td:before {
    background-color: #f5f3ec;
    color: #4f4d47;
    display: block;
}
/* contentでタイトルを追加 */
#demo01 td:nth-of-type(2):before { content: &quot;データ容量&quot;;}
#demo01 td:nth-of-type(3):before { content: &quot;バージョン管理&quot;;}
#demo01 td:nth-of-type(4):before { content: &quot;料金&quot;;}
}	
 /*料金テーブルここまで*/
.jigyou_panel_sp{
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.ji_img_panel{
	width: 48%;
	display: inline-block;
	vertical-align: middle;
}
.ji_img_panel2{
	width: 48%;
	display: inline-block;
}
.ji_imgbox{
	min-height: 200px;
	object-fit: cover; /* この一行を追加するだけ！ */

}


/*事業内容ここまで*/
/*ここからsp*/

@media screen and (max-width: 640px) {
.img3box{
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.migibox_midashi{
	margin-top:0px;
	margin-left: 10px;
	font-size: 1.8rem;
    font-weight: 700;
    padding-bottom:  5px;   /* 余白指定 */
    margin-bottom: 15px;    /* 周りの余白指定 */
    position:  relative;    /* 位置調整 */
    font-weight:  normal;   /* 文字の太さ調整 */
}
.migibox_midashi:before{
	content:  '';           /* 空白の要素を作る */
    width: 50px;            /* 幅指定 */
    height: 4px;            /* 高さ指定 */
    background-color: #C60000; /* 背景色指定 */
    display:  block;        /* ブロック要素にする */
    position:  absolute;    /* 位置調整 */
    left:  0;               /* 位置調整 */
    bottom: -6px;           /* 位置調整 */
}
.migibox_p{
	line-height: 1.8em;
	margin-top:20px;
	margin-left: 20px;
	width: 90%;
}
}
/*spここまで*/
@media screen and (max-width: 640px) {
	.pre_panel{
		background-image:none !important;
	}
	.pre_panel_migi{
	margin:30px  !important;
	display: block  !important;
	width: 75% !important;
	line-height: 2em  !important;
	margin:0 auto !important;
}
}

.pre_panel{
	background-image:url(../../uploads/2019/11/c37e20fed0297b6b021ffa5b45bab3a3_m.jpg);
	background-size: cover;
	width: 100%;
}
.pre_panel_migi{
	margin:100px;
	display: inline-block;
	width: 30%;
	line-height: 2em;
}
h3.pre{
	font-size: 2.4em;
}
p.pre{
	font-size: 1.4em;
}


  /*コンタクトフォーム　お問い合わせ*
/*スマホContact Form 7カスタマイズ*/

.otoiawase_panel{
	width: 100%;
	display: table;
	margin-bottom: 50px;
}
.otoi_box{
	width:30%;
	display: table-cell;
	padding:5px;
}

@media(max-width:640px){
.inquiry th,.inquiry td {
 display:block!important;
 width:100%!important;
 border-top:none!important;
 -webkit-box-sizing:border-box!important;
 -moz-box-sizing:border-box!important;
 box-sizing:border-box!important;
}

.inquiry tr:first-child th{
 border-top:1px solid #d7d7d7!important;
}
/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
font-size:10px;
}}
/*見出し欄*/
.inquiry th{
 text-align:left;
 font-size:14px;
 color:#444;
 padding-right:5px;
 width:30%;
 background:#f7f7f7;
 border:solid 1px #d7d7d7;
}
/*通常欄*/
.inquiry td{
 font-size:13px;
 border:solid 1px #d7d7d7;

}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
 border:solid 1px #d7d7d7;	
}
/*必須の調整*/
.haveto{
 font-size:7px;
 padding:5px;
 background:#ff9393;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*任意の調整*/
.any{
 font-size:7px;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
 display:block;
}
/*送信ボタンのデザイン変更*/
#formbtn{
 display: block;
 padding:15px;
 width:350px;
 background:#ffaa56;
 color:#fff;
 font-size:18px;
 font-weight:bold;	 
 border-radius:2px;
 margin:25px auto 0;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
 background:#fff;
 color:#ffaa56;
 border:2px solid #ffaa56;
}
  /*コンタクトフォーム　お問い合わせここまで*/
  /*沿革*/
.timeline {
  list-style: none;
}
.timeline > li {
  margin-bottom: 60px;
}

/* for Desktop */
@media ( min-width : 640px ){
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 110px;
    float: left;
    margin-top: 20px;
  }
  .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding-left: 30px;
  }
  
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #C60000;
    position: absolute;
    left: 106px;
    top: 24px;
    border-radius: 100%;
  }
  h3.enkakub{
  padding-top:10px;
  font-size:1.2em;
  font-weight:bold;
  }
}
  /*沿革ここまで*/