﻿@charset "utf-8";
/* 会社概要 */
.backpic1 {
	margin-right: auto;
	margin-left: auto;
	height: 400px;
	padding: 0px;
	z-index: -1000;
	background-attachment: scroll;
	background-image: url(../img/hb1.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 100px;
}
/* 制作実績 */
.backpic2 {
	margin-right: auto;
	margin-left: auto;
	height: 400px;
	padding: 0px;
	z-index: -1000;
	background-attachment: scroll;
	background-image: url(../img/hb2.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 100px;
}
/* 採用情報 */
.backpic3 {
	margin-right: auto;
	margin-left: auto;
	height: 400px;
	padding: 0px;
	z-index: -1000;
	background-attachment: scroll;
	background-image: url(../img/hb3.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 100px;
}
/* 業務内容 */
.backpic4 {
	margin-right: auto;
	margin-left: auto;
	height: 400px;
	padding: 0px;
	z-index: -1000;
	background-attachment: scroll;
	background-image: url(../img/hb4.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 100px;
}
/* お知らせ */
.backpic5 {
	margin-right: auto;
	margin-left: auto;
	height: 400px;
	padding: 0px;
	z-index: -1000;
	background-attachment: scroll;
	background-image: url(../img/hb5.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 100px;
}
/* お問合せ＆thanks */
.backpic6 {
	margin-right: auto;
	margin-left: auto;
	height: 400px;
	padding: 0px;
	z-index: -1000;
	background-attachment: scroll;
	background-image: url(../img/hb6.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 100px;
}
/* パソコントラブル */
.backpic7 {
	margin-right: auto;
	margin-left: auto;
	height: 400px;
	padding: 0px;
	z-index: -1000;
	background-attachment: scroll;
	background-image: url(../img/hb7.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 100px;
}

/* パンくずリスト */
.pankuzu {
	width: 100%;
	background-color: #FFF;
}
.topicpath {
	width: 950px;
	font-size: 100%;
	font-weight: 600;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
ul.bread_list {
    display: flex;
	padding-left: 20px;
}

.bread_list li:not(:last-child):after {
	content: " > ";
	letter-spacing: 1em;
}

ul.bread_list a:link {
	color: #333;
	text-decoration: underline;	
}

ul.bread_list a:hover {
    color: #868E02;
    text-decoration: underline;
}


/*---------------------
  中ページ各コンテンツ
---------------------*/
/* 会社概要 */
.layout-1 {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 60px;
}
.layout-1-box1 {
	width: 100%;
	height: 600px;
	background-attachment: scroll;
	background-image: url(../img/pic2.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 90px;
}
.layout-1-box2 {
	width: 600px;
	height: 360px;
	float: left;
	margin-top: 120px;
	margin-left: 12%;
	background: rgba(255,255,255,.8);
	padding-top: 60px;
}
.layout-1-box3 {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80px;
}
.layout-1-box3 li{
	width: 330px;
	float: left;
	font-size: 108%;
	line-height: 30px;
}
.layout-1-box4 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 400px;
}


/* 制作実績 */
.layout-2 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	clear: both;
}
.layout-2-box1 {
	width: 100%;
	height: auto;
	margin-left: auto;
	clear: both;
	margin-right: auto;
	background-attachment: scroll;
	background-image: url(../img/work-bg.png);
	background-repeat: repeat;
	background-position: left top;
	padding-top: 80px;
	padding-bottom: 60px;
	overflow: hidden;	
}
.layout-2-box2 {
	width: 960px;
	height: auto;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
/* 画像ホバー サークルver. */
.circle {
  width: 300px;
  height: auto;
  margin: 0;
  padding: 0;
  background: rgba(230,230,230,.3);
  overflow: hidden;
  position: relative;
}
.circle::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(200,200,200,.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.circle:hover::before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.layout-2-box3 {
	width: 100%;
	height: auto;
	margin-left: auto;
	clear: both;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 80px;
	overflow: hidden;	
}
.layout-2-box4 {
	width: 960px;
	height: auto;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

/* 採用情報 */
.layout-3 {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
	padding-bottom: 60px;
	overflow: hidden;
}
.layout-3-box1 {
	width: 520px;
	height: auto;
	float: left;
	overflow: hidden;
	margin-bottom: 50px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	margin-left: 30px;
}
.layout-3-box2 {
	width: 520px;
	height: auto;
	float: right;
	overflow: hidden;
	margin-bottom: 50px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	margin-right: 30px;
}
.layout-3-box3 {
	width: 60%;
	height: 600px;
	float: left;
	overflow: hidden;
	background-attachment: scroll;
	background-image: url(../img/pic1.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	margin-bottom: 60px;
}
.layout-3-box4 {
	width: 40%;
	height: 480px;
	float: left;
	overflow: hidden;
	background-color: #ECCB21;
	padding-top: 120px;
	margin-bottom: 60px;
}
.layout-3-box5 {
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
}
.layout-3-box6 {
	width: 520px;
	height: auto;
	float: left;
	overflow: hidden;
	margin-bottom: 80px;
	margin-left: 30px;
	clear: right;
}
.layout-3-box7 {
	width: 520px;
	height: auto;
	float: right;
	overflow: hidden;
	margin-bottom: 80px;
	margin-right: 30px;
}

/* 業務内容 */
.layout-4 {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 60px;
}
.layout4-box1 {
	width: 960px;
	height: auto;
	margin-left: auto;
	margin-bottom: 100px;
	clear: both;
	margin-right: auto;
}
.layout4-box2 {
	width: 960px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 60px;
	padding-top: 10px;
	padding-left: 0px;
}
.layout4-box2 li {
    width: 250px;
    float: left;
    color: #356A1C;
    font-size: 130%;
    font-weight: 600;
    line-height: 50px;
	text-align: center;
    list-style: none;
    margin: 10px 20px 10px 20px;
    border-top: solid #5CB52F 6px;/*上のボーダー*/
    background: #f7f7f7;/*背景色*/
    border-radius : 8px;
    box-shadow : 0px 0px 5px silver;
    padding: 0.5em 0.8em 0.5em 0.8em;
}
.layout4-box2 li:hover {
 	box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  	transform: translateY(2px);
	color: #555;	
	background: #fafafa;/*背景色*/
}
.layout4-box2 li a:link {
	color: #356A1C;
	font-size: 96%;
	text-decoration: none;
}
.layout4-box2 li a:visited {
	color: #356A1C;
	text-decoration: none;
}
.layout4-box2 li a:hover {
	color: #555;	
	background: #fafafa;/*背景色*/
	text-decoration: none;
}
.layout4-box3 {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px;
}
.layout4-box4 {
	width: 600px;
	height: auto;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	background: rgba(244,252,241,.8);
	border-radius :8px;/*角の丸み*/
  	box-shadow :0px 0px 5px silver;/*5px=影の広がり具合*/
  	padding: 50px 2.0em 50px 2.0em;
}
.layout4-box5 {
	width: 600px;
	height: auto;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	background: rgba(253,253,234,.8);
	border-radius :8px;/*角の丸み*/
  	box-shadow :0px 0px 5px silver;/*5px=影の広がり具合*/
  	padding: 50px 2.0em 50px 2.0em;
}
.layout4-box6 {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-bottom: 80px;
	clear: both;
	margin-right: auto;
	overflow: hidden;
	background-attachment: scroll;
	background-image: url(../img/ser6.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.layout4-box7 {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-bottom: 80px;
	clear: both;
	margin-right: auto;
	overflow: hidden;
	background-attachment: scroll;
	background-image: url(../img/ser7.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.layout4-box8 {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-bottom: 80px;
	clear: both;
	margin-right: auto;
	overflow: hidden;
	background-attachment: scroll;
	background-image: url(../img/ser8.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.layout4-box9 {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
	clear: both;
	overflow: hidden;
	background-attachment: scroll;
	background-image: url(../img/ser9.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.layout4-box10 {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-bottom: 80px;
	clear: both;
	margin-right: auto;
	overflow: hidden;
	background-attachment: scroll;
	background-image: url(../img/ser10.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.layout4-box11 {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-bottom: 80px;
	clear: both;
	margin-right: auto;
	overflow: hidden;
	background-attachment: scroll;
	background-image: url(../img/ser11.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.layout4-box12 {
	width: 98%;
	height: auto;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
  	padding: 0px 0.5em 0px 0.5em;
}

/* お知らせ */
.layout-5 {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 60px;
}
.layout-5-box1 {
	width: 1100px;
	height: auto;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
}

/* お問合せ＆thanks */
.layout-6 {
	width: 100%;
	height: auto;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 60px;
	overflow: hidden;
}
.layout-6-box1 {
	width: 850px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 10px;
}
.layout-6-box2 {
	width: 850px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 10px;
}
.layout-6-box3 {
	width: 150px;
	text-align:center;
}
.layout-6-box4 {
	width: 500px;
	text-align:left;
	margin-top: 50px;
	margin-bottom: 10px;
}

/* パソコントラブル */
.layout-7 {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 0px;
}
.layout7-box1 {
	width: 960px;
	height: auto;
	margin-left: auto;
	margin-bottom: 0px;
	clear: both;
	margin-right: auto;
}
.layout7-box2 {
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 60px;
	padding-top: 30px;
	padding-left: 0px;
}
.layout7-box3 {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 100px;
	background-attachment: scroll;
	background-image: url(../img/work-bg.png);
	background-repeat: repeat;
	background-position: left top;
}
.layout7-box4 {
	width: 800px;
	height: auto;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	background: rgba(244,252,241,.8);
	border-radius :8px;/*角の丸み*/
  	box-shadow :0px 0px 5px silver;/*5px=影の広がり具合*/
  	padding: 50px 2.0em 50px 2.0em;
}
.layout7-box5 {
	width: 800px;
	height: auto;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	background: rgba(253,253,234,.8);
	border-radius :8px;/*角の丸み*/
  	box-shadow :0px 0px 5px silver;/*5px=影の広がり具合*/
  	padding: 50px 2.0em 50px 2.0em;
}
.layout7-box6 {
	width: 98%;
	height: auto;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
  	padding: 0px 0.5em 0px 0.5em;
}


/*---------------------
  ブロック崩れ
---------------------*/
.grid-1 {
		float: left;
		padding: 0 0.5em;
}
.grid-1 {
	width: auto;
}
.block-grid {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -1% 30px;
  padding: 0;
}
.block-grid li {
	flex: 0 1 20.8%;
	padding: 10px;
	font-size: 100%;
	line-height: 40px;
	text-align: center;
	border: 1px solid #CCCCCC;
	margin-top: 0;
	margin-right: 1%;
	margin-bottom: 45px;
	margin-left: 1%;
}
.block-grid a {
  text-decoration: none;
  font-size: 100%;
}

.block-grid2 {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -1% 30px;
  padding: 0;
}
.block-grid2 li {
	flex: 0 1 27.2%;
	font-size: 100%;
	line-height: 24px;
	text-align: center;
	margin-top: 0;
	margin-right: 2%;
	margin-bottom: 40px;
	margin-left: 2%;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.block-grid2 a {
  text-decoration: none;
  font-size: 100%;
}

/*---------------------
  テーブル
---------------------*/
/* 会社概要（会社情報） */
.post table{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-color: #FFF;
}
.post table th{
	font-weight: bold;
	width: 250px;
	font-size: 90%;
	letter-spacing: 0.1em;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	color: #333;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
}
.post table td{
	font-size: 92%;
	line-height: 26px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
}
.post table td a:link {
	color: #097B0E;
	font-size: 96%;
	text-decoration: none;
}
.post table td a:visited {
	color: #097B0E;
	text-decoration: none;
}
.post table td a:hover {
	color: #034506;
	text-decoration: underline;
}

/* 業務内容（ウィルス駆除価格表） */
.post1 table{
	border-collapse: collapse;
	border-spacing: 0;
	width: 96%;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.post1 table th{
	font-weight: bold;
	width: 33%;
	font-size: 86%;
	letter-spacing: 0.1em;
	text-align: center;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-top: 6px;
	padding-bottom: 6px;
}
.post1 table td{
	font-size: 90%;
	text-align: center;
	line-height: 26px;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.post1 table td a:link {
	color: #333333;
	font-size: 96%;
	text-decoration: none;
}
.post1 table td a:visited {
	color: #333333;
	text-decoration: none;
}
.post1 table td a:hover {
	text-decoration: underline;
}

.post2 table{
	border-collapse: collapse;
	border-spacing: 0;
	width: 90%;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
	background-color: #FFF;
}

.post2 table th{
	font-weight: bold;
	width: 200px;
	font-size: 90%;
	letter-spacing: 0.1em;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 1px solid #D6D6D6;
	background-color: #F7F7F7;
}

.post2 table td{
	font-size: 86%;
	line-height: 26px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #D6D6D6;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
}


.post3 table{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}

.post3 table th{
	font-weight: bold;
	width: 110px;
	font-size: 90%;
	letter-spacing: 0.1em;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #D6D6D6;
	background-color: #F7F7F7;
	color: #333;
}

.post3 table td{
	font-size: 86%;
	line-height: 26px;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #D6D6D6;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	color: #333;
}

/* thanks  */
.post4 table{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.post4 table th{
	font-weight: 400;
	width: 30%;
	font-size: 96%;
	color: #333;
	letter-spacing: 0.1em;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}
.post4 table td{
	font-size: 96%;
	color: #333;
	line-height: 20px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 2px;
}

.post5 table{
	border-collapse: collapse;
	border-spacing: 0;
	width: 92%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}

.post5 table th{
	letter-spacing: 0.1em;
	border: 1px solid #D6D6D6;
	font-size: 90%;
	line-height: 34px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.post5 table td{
	font-size: 90%;
	line-height: 34px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #D6D6D6;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.tdbg2 {
	background-color: #EBEBEB;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
}


/* タブレット横
------------------------------------------------------------*/
@media screen and (max-width: 960px) {

	
/* パンくずリスト */
.pankuzu {
	width: 100%;
}
.topicpath {
	width: 100%;
	font-size: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.bread_list li.bread_list-pdL30 {
	padding-left: 30px;
}
	
/*---------------------
  中ページ各コンテンツ
---------------------*/
/* 会社概要 */	
.layout-1 {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 60px;
}
.layout-1-box1 {
	width: 100%;
	height: 600px;
	background-attachment: scroll;
	background-image: url(../img/pic2.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 90px;
}
.layout-1-box2 {
	width: 640px;
	height: 360px;
	float: left;
	margin-top: 120px;
	margin-left: 6%;
	background: rgba(255,255,255,.8);
	padding-top: 60px;
}
.layout-1-box3 {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80px;
}
.layout-1-box3 li{
	width: 330px;
	float: left;
	font-size: 108%;
	line-height: 30px;
}
.layout-1-box4 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 400px;
}

/* 制作実績 */
.layout-2 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	clear: both;
}
.layout-2-box1 {
	width: 100%;
	height: auto;
	margin-left: auto;
	clear: both;
	margin-right: auto;
	background-attachment: scroll;
	background-image: url(../img/work-bg.png);
	background-repeat: repeat;
	background-position: left top;
	padding-top: 80px;
	padding-bottom: 60px;
	overflow: hidden;
}
.layout-2-box2 {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.layout-2-box3 {
	width: 100%;
	height: auto;
	margin-left: auto;
	clear: both;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 80px;
	overflow: hidden;
}
.layout-2-box4 {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

/* 採用情報 */
.layout-3 {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
	padding-bottom: 60px;
	overflow: hidden;
}
.layout-3-box1 {
	width: 520px;
	height: auto;
	float: left;
	overflow: hidden;
	margin-bottom: 50px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	margin-left: 30px;
}
.layout-3-box2 {
	width: 520px;
	height: auto;
	float: right;
	overflow: hidden;
	margin-bottom: 50px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	margin-right: 30px;
}
.layout-3-box3 {
	width: 50%;
	height: 400px;
	float: left;
	overflow: hidden;
	background-attachment: scroll;
	background-image: url(../img/pic1.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	margin-bottom: 60px;
}
.layout-3-box4 {
	width: 50%;
	height: auto;
	float: left;
	overflow: hidden;
	background-color: #ECCB21;
	padding-top: 60px;
	margin-bottom: 60px;
	padding-bottom: 20px;
}
.layout-3-box5 {
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
}

/* 業務内容 */
.layout4-box1 {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-bottom: 150px;
	clear: both;
	margin-right: auto;
}
.layout4-box2 {
	width: 600px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	padding-top: 30px;
	padding-left: 0px;
}
.layout4-box2 li {
    margin: 10px 10px 10px 10px;
}
.layout4-box4 {
	width: 80%;
	height: auto;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	background: rgba(244,252,241,.8);
	border-radius :8px;/*角の丸み*/
  	box-shadow :0px 0px 5px silver;/*5px=影の広がり具合*/
  	padding: 50px 0.5em 50px 0.5em;
}
.layout4-box5 {
	width: 80%;
	height: auto;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	background: rgba(253,253,234,.8);
	border-radius :8px;/*角の丸み*/
  	box-shadow :0px 0px 5px silver;/*5px=影の広がり具合*/
  	padding: 50px 0.5em 50px 0.5em;
}
	
/* お問合せ＆thanks */
.layout-6 {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 60px;
}
.layout-6-box1 {
	width: 80%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 20px;
}
.layout-6-box2 {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 20px;
}
.layout-6-box4 {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	margin-top: 50px;
	margin-bottom: 10px;
}

/* パソコントラブル */
.layout7-box1 {
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-bottom: 0px;
	clear: both;
	margin-right: auto;
}
.layout7-box2 {
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	padding-top: 30px;
	padding-left: 0px;
}
.layout7-box4 {
	width: 80%;
	height: auto;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	background: rgba(244,252,241,.8);
	border-radius :8px;/*角の丸み*/
  	box-shadow :0px 0px 5px silver;/*5px=影の広がり具合*/
  	padding: 50px 0.5em 50px 0.5em;
}
.layout7-box5 {
	width: 80%;
	height: auto;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	background: rgba(253,253,234,.8);
	border-radius :8px;/*角の丸み*/
  	box-shadow :0px 0px 5px silver;/*5px=影の広がり具合*/
  	padding: 50px 0.5em 50px 0.5em;
}
	

/*---------------------
  ブロック崩れ
---------------------*/
.block-grid2 li {
	flex: 0 1 42.2%;
	font-size: 100%;
	line-height: 24px;
	text-align: center;
	margin-top: 0;
	margin-right: 2%;
	margin-bottom: 40px;
	margin-left: 2%;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


	
}	


/* iPhone6 Plus
------------------------------------------------------------*/
@media screen and (max-width: 600px) {

/* 会社概要 */
.backpic1 {
	margin-right: auto;
	margin-left: auto;
	height: 250px;
	padding: 0px;
	z-index: -1000;
	background-attachment: scroll;
	background-image: url(../img/hb1-sp.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 100px;
}
/* 制作実績 */
.backpic2 {
	margin-right: auto;
	margin-left: auto;
	height: 250px;
	padding: 0px;
	z-index: -1000;
	background-attachment: scroll;
	background-image: url(../img/hb2-sp.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 100px;
}
/* 採用情報 */
.backpic3 {
	margin-right: auto;
	margin-left: auto;
	height: 250px;
	padding: 0px;
	z-index: -1000;
	background-attachment: scroll;
	background-image: url(../img/hb3-sp.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 100px;
}
/* 業務内容 */
.backpic4 {
	margin-right: auto;
	margin-left: auto;
	height: 250px;
	padding: 0px;
	z-index: -1000;
	background-attachment: scroll;
	background-image: url(../img/hb4-sp.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 100px;
}
/* お知らせ */
.backpic5 {
	margin-right: auto;
	margin-left: auto;
	height: 250px;
	padding: 0px;
	z-index: -1000;
	background-attachment: scroll;
	background-image: url(../img/hb5-sp.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 100px;
}
/* お問い合わせ */
.backpic6 {
	margin-right: auto;
	margin-left: auto;
	height: 250px;
	padding: 0px;
	z-index: -1000;
	background-attachment: scroll;
	background-image: url(../img/hb6-sp.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 100px;
}
/* パソコントラブル */
.backpic7 {
	margin-right: auto;
	margin-left: auto;
	height: 250px;
	padding: 0px;
	z-index: -1000;
	background-attachment: scroll;
	background-image: url(../img/hb7-sp.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 100px;
}
	

/* パンくずリスト */
.pankuzu {
	width: 100%;
	background-color: #FFF;
}
.topicpath {
	width: 100%;
	font-size: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

	
/*---------------------
  中ページ各コンテンツ
---------------------*/
/* 会社概要 */
.layout-1 {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 60px;
}
.layout-1-box1 {
	width: 100%;
	background-attachment: scroll;
	background-image: url(../img/pic2-sp.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	overflow: hidden;
	padding-bottom: 40px;
	margin-bottom: 80px;
	padding-top: 80px;
	height: auto;
}
.layout-1-box2 {
	width: 96%;
	float: none;
	margin-top: 0px;
	margin-left: auto;
	background: rgba(255,255,255,.8);
	padding-top: 50px;
	clear: both;
	margin-right: auto;
	padding-bottom: 30px;
	overflow: hidden;
}
.layout-1-box3 {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80px;
}
.layout-1-box3 li{
	width: 330px;
	float: left;
	font-size: 108%;
	line-height: 30px;
}
.layout-1-box4 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 400px;
}

/* 制作実績 */
.layout-2 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	clear: both;
}
.layout-2-box1 {
	width: 100%;
	height: auto;
	margin-left: auto;
	clear: both;
	margin-right: auto;
	background-attachment: scroll;
	background-image: url(../img/work-bg.png);
	background-repeat: repeat;
	background-position: left top;
	padding-top: 80px;
	padding-bottom: 0px;
	overflow: hidden;
}
.layout-2-box2 {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.layout-2-box3 {
	height: auto;
	overflow: hidden;
	float: none;
	width: 94%;
	margin-top: 0px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}
.layout-2-box4 {
	width: 94%;
	height: auto;
	overflow: hidden;
	background-color: #FFFFFF;
	float: none;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 10px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
.layout-2-box5 {
	height: auto;
	width: 100%;
	padding-left: 0%;
	clear: both;
	margin-bottom: 40px;
}
.layout-2-box6 {
	width: 94%;
	height: auto;
	background-color: #FFFFFF;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 100px;
	margin-left: 3%;
	overflow: hidden;
}
.layout-2-box7 {
	clear: both;
	width: 96%;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
}

/* 採用情報 */
.layout-3 {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
	padding-bottom: 60px;
	overflow: hidden;
}
.layout-3-box3 {
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
	background-attachment: scroll;
	background-image: url(../img/pic1.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	margin-bottom: 0px;
	padding-top: 60%;
}
.layout-3-box4 {
	width: 100%;
	height: auto;
	float: none;
	overflow: hidden;
	background-color: #ECCB21;
	padding-top: 50px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	clear: both;
}
.layout-3-box5 {
	width: 96%;
	overflow: hidden;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
.layout-3-box6 {
	width: 100%;
	height: auto;
	float: none;
	overflow: hidden;
	margin-bottom: 40px;
	margin-left: auto;
	clear: both;
	margin-right: auto;
}
.layout-3-box7 {
	width: 100%;
	height: auto;
	float: none;
	overflow: hidden;
	margin-bottom: 80px;
	margin-right: auto;
	clear: both;
	margin-left: auto;
}

/* 業務内容 */
.layout-4 {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 0px;
}
.layout4-box1 {
	width: 100%;
	height: 400px;
	margin-left: auto;
	padding-bottom: 150px;
	clear: both;
	margin-right: auto;
}
.layout4-box2 {
	width: 300px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 60px;
	padding-top: 30px;
	padding-left: 0px;
}
.layout4-box3 {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px;
}
.layout4-box4 {
	width: 86%;
	height: auto;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	background: rgba(244,252,241,.8);
	border-radius :8px;/*角の丸み*/
  	box-shadow :0px 0px 5px silver;/*5px=影の広がり具合*/
  	padding: 50px 0.5em 50px 0.5em;
}
.layout4-box5 {
	width: 86%;
	height: auto;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	background: rgba(253,253,234,.8);
	border-radius :8px;/*角の丸み*/
  	box-shadow :0px 0px 5px silver;/*5px=影の広がり具合*/
  	padding: 50px 0.5em 50px 0.5em;
}
.layout4-box6 {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-bottom: 80px;
	clear: both;
	margin-right: auto;
	overflow: hidden;
	background-attachment: scroll;
	background-image: url(../img/ser6.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.layout4-box7 {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-bottom: 80px;
	clear: both;
	margin-right: auto;
	overflow: hidden;
	background-attachment: scroll;
	background-image: url(../img/ser7.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.layout4-box8 {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-bottom: 80px;
	clear: both;
	margin-right: auto;
	overflow: hidden;
	background-attachment: scroll;
	background-image: url(../img/ser8.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.layout4-box9 {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-bottom: 80px;
	clear: both;
	margin-right: auto;
	overflow: hidden;
	background-attachment: scroll;
	background-image: url(../img/ser9.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.layout4-box10 {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-bottom: 80px;
	clear: both;
	margin-right: auto;
	overflow: hidden;
	background-attachment: scroll;
	background-image: url(../img/ser10.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.layout4-box11 {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-bottom: 80px;
	clear: both;
	margin-right: auto;
	overflow: hidden;
	background-attachment: scroll;
	background-image: url(../img/ser11.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* お知らせ */
.layout-5 {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 60px;
}
.layout-5-box1 {
	width: 94%;
	height: auto;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-bottom: 30px;
}

/* お問い合わせ＆thanks */
.layout-6 {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 60px;
}
.layout-6-box1 {
	width: 90%;
	padding-bottom: 0px;
	margin-bottom: 60px;
	padding-top: 0px;
	height: auto;
}
.layout-6-box2 {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 20px;
}
.layout-6-box2-p-4{
	font-size: 90%;
	line-height: 26px;
	margin-left: 8px;
	margin-right: 6px;
	text-align: left;
	font-weight: normal;
	clear: both;
	margin-bottom: 0px;
}
.layout-6-box4 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	margin-top: 50px;
	margin-bottom: 10px;
}

/* パソコントラブル */
.layout-7 {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 0px;
}
.layout7-box1 {
	width: 100%;
	height: auto;
	margin-left: auto;
	padding-bottom: 0px;
	clear: both;
	margin-right: auto;
}
.layout7-box2 {
	width: 86%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 60px;
	padding-top: 30px;
	padding-left: 0px;
}
.layout7-box3 {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px;
}
.layout7-box4 {
	width: 86%;
	height: auto;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	background: rgba(244,252,241,.8);
	border-radius :8px;/*角の丸み*/
  	box-shadow :0px 0px 5px silver;/*5px=影の広がり具合*/
  	padding: 50px 0.5em 50px 0.5em;
}
.layout7-box5 {
	width: 86%;
	height: auto;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	background: rgba(253,253,234,.8);
	border-radius :8px;/*角の丸み*/
  	box-shadow :0px 0px 5px silver;/*5px=影の広がり具合*/
  	padding: 50px 0.5em 50px 0.5em;
}

	
/*---------------------
  ブロック崩れ
---------------------*/
.block-grid2 li {
	flex: 0 1 40.2%;
	font-size: 100%;
	line-height: 24px;
	text-align: center;
	margin-top: 0;
	margin-right: 2%;
	margin-bottom: 40px;
	margin-left: 2%;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
	
	
/*---------------------
  テーブル
---------------------*/
/* 会社概要（会社情報） */
.post table{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-color: #FFF;
}
.post table th{
	font-weight: bold;
	width: 25%;
	font-size: 90%;
	letter-spacing: 0.1em;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	color: #333;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
}
.post table td{
	font-size: 96%;
	line-height: 26px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
}
.post table td a:link {
    color: #097B0E;
    font-size: 96%;
    text-decoration: none;
}
.post table td a:visited {
	color: #097B0E;
	text-decoration: none;
}
.post table td a:hover {
    color: #034506;
    text-decoration: underline;
}




.post1 table{
	border-collapse: collapse;
	border-spacing: 0;
	width: 98%;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

.post1 table th{
	font-weight: bold;
	width: 120px;
	font-size: 86%;
	letter-spacing: 0.1em;
	text-align: center;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-top: 6px;
	padding-bottom: 6px;
}

.post1 table td{
	font-size: 90%;
	line-height: 26px;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.post1 table td a:link {
	color: #333333;
	font-size: 96%;
	text-decoration: none;
}
.post1 table td a:visited {
	color: #333333;
	text-decoration: none;
}

.post1 table td a:hover {
	text-decoration: underline;
}

.post2 table{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}

.post2 table th{
	font-weight: bold;
	width: 110px;
	font-size: 90%;
	letter-spacing: 0.1em;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 1px solid #D6D6D6;
	background-color: #F7F7F7;
}

.post2 table td{
	font-size: 86%;
	line-height: 26px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #D6D6D6;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
}


.post3 table{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}

.post3 table th{
	font-weight: bold;
	width: 110px;
	font-size: 90%;
	letter-spacing: 0.1em;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #D6D6D6;
	background-color: #F7F7F7;
	color: #333;
}

.post3 table td{
	font-size: 86%;
	line-height: 26px;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #D6D6D6;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	color: #333;
}

.post5 table{
	border-collapse: collapse;
	border-spacing: 0;
	width: 92%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}

.post5 table th{
	letter-spacing: 0.1em;
	border: 1px solid #D6D6D6;
	font-size: 90%;
	line-height: 34px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.post5 table td{
	font-size: 90%;
	line-height: 34px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #D6D6D6;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}

}
