/*
Theme Name: Lightning Child Sample
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.5.1
*/

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

/*******************************HOME開始*******/

.home-top-img {
  width: 70vw;
}
.home-top-img img {
  width: 70vw;
}

.home-top2,
.home-top3 {
  margin-top: 5vw;
}

.top-title {
  width: 70vw;
  background-color: #e0ffff;
  margin: 20px 0;
}

/*************************************挨拶エリア**/
.top-main2 {
	width:70vw;
  display: flex;
}

.top-main2-text {
  margin-left: 20px;
}

.top-main2-text p {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 3px;
}
.top-main2-text-link {
  width: 20vw;
  height: 30px;
  margin: 0 auto;
  background-color: #4682b4;
  position: relative;
  margin-top: 20px;
}

.top-main2-text-link a {
  display: block;
  text-align: center;
  color: #fff;
  position: absolute;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

/********************************会社の強み**/
.top-main3-text-link {
  background-color: #4682b4;
}
.top-main3-text-link a {
  color: #fff;
}
.top-main3 ul {
  display: flex;
	width:70vw;
	padding: initial;
}

.top-main3 ul li {
  background-color: #4682b4;
  width: 22vw;
}
.top-main3 ul li:nth-child(2) {
  margin: 0 2vw;
}

.top-main3 ul li p {
  color: #fff;
  text-align: center;
  padding: 2px 2px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2px;
}

.top-main3-text {
  margin: 3vw 0 2vw 0;
}
.top-main3-text p {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 3px;
}

/****************************事業紹介リンク*******/
.top-main3-text-link {
  width: 20vw;
  height: 30px;
  margin: 0 auto;
  background-color: #4682b4;
  position: relative;
  text-align: center;
}

.top-main3-text-link a {
  display: block;
  text-align: center;
  color: #fff;
  position: absolute;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.copyright-main {
  background-color: #4682b4;
  height: 2vw;
  position: relative;
  margin-top: 6vw;
}

.copyright-main p {
  font-size: 10px;
  text-align: center;
  color: #fff;

  display: block;
  text-align: center;
  position: absolute;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 700px) {
  main {
    margin: 0 auto;
    width: 90vw;
  }
  /************************文字関係**********/
  .top-main2-text,
  .top-main3-text {
    margin: initial;
  }

  .top-main2-text p,
  .top-main3-text p {
    padding: 2px 2px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 2px;
  }

  .top-main3 ul li p {
    color: #fff;
    text-align: center;
    padding: 2px 2px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 2px;
  }

  /*******************************HOME開始*******/

  .home-top-img {
    width: 90vw;
  }
  .home-top-img img {
    width: 90vw;
  }

  .top-title {
    width: 90vw;
    background-color: #e0ffff;
    margin: 20px 0;
  }

  .top-main2,
  .top-main3 {
    display: inline-block;
    width: 90vw;
  }
  .top-main2 img,
  .top-main3 img {
    width: 90vw;
  }

  /************************挨拶エリア,会社の強み**/
  .top-main2-text-link a,
  .top-main3-text-link a {
    display: inline-block;
  }

  /************************会社の強み**/
  .top-main3 ul {
    display: inline-block;
  }
  .top-main3 ul li {
    background-color: #4682b4;
    width: 90vw;
  }

  .top-main3 ul li:nth-child(2) {
    margin: 2vw 0;
  }

  .copyright-main {
    width: 100vw;
    background-color: #4682b4;
    height: 10vw;
    position: relative;
    margin-top: 5vw;
  }

  .copyright-main p {
    font-size: 5px;
    text-align: center;
    color: #fff;
    display: block;
    text-align: center;
    position: absolute;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
  }
}

/**********************main開始**************/
.top-title {
  width: 70vw;
  background-color: #e0ffff;
  margin: 20px 0;
}

.service-main1,
.service-main2,
.service-main3 {
  display: flex;
  align-items: flex-start;
}
.service-main2 img {
  align-items: flex-start;
  border: 1px solid #a9a9a9;
}

.service-main1 img,
.service-main2 img,
.service-main3 img {
  border: 1px solid #a9a9a9;
}

.service-title h3 {
  margin: 20px 0;
  border-bottom: solid 2px black;
}

.service-main1-text,
.service-main2-text,
.service-main3-text {
  margin-left: 20px;
}

.service-main2-text h4 {
  color: #4682b4;
}

.talk-text1 {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 3px;
}
.talk-text2 {
  text-align: right;
}

.table-list {
  width: 70vw;
  border-spacing: 0;
  border: none;
  border-top: 0.5px solid #a9a9a9;
  border-bottom: 0.5px solid #a9a9a9;
}
th,
td {
  border: none;
  border-top: 0.5px solid #a9a9a9;
  border-left: 0.5px solid #a9a9a9;
  border-bottom: 0.5px solid #a9a9a9;
  border-right: 0.5px solid #a9a9a9;
  width: 35vw;
  padding-left: 1vw;
  font-size: 16px;
}
table th {
  text-align: left;
  background-color: #dcdcdc;
}

.access-text {
  margin-bottom: 2vw;
  font-size: 16px;
}

iframe {
  width: 70vw;
  height: 35vw;
}

.copyright-main {
  background-color: #4682b4;
  height: 2vw;
  position: relative;
}

.copyright-main p {
  font-size: 10px;
  text-align: center;
  color: #fff;

  display: block;
  text-align: center;
  position: absolute;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 700px) {
  /**共通**/
  html {
    margin: 0;
    padding: 0;
    margin-top: 0;
    background-color: #fff;
    font-family: Verdana, "ＭＳ Ｐゴシック", sans-serif;
  }
  body {
  }

  main {
    margin: 0 auto;
    width: 90vw;
  }

  footer {
  }

  ul {
    list-style: none;
  }

  a {
    text-decoration: none;
  }
  /*******************************HOME開始*******/

  .home-top-img {
    width: 90vw;
  }
  .home-top-img img {
    width: 90vw;
  }

  .home-top2,
  .home-top3 {
    margin-top: 5vw;
  }

  .top-title {
    width: 90vw;
    background-color: #e0ffff;
    margin: 20px 0;
  }

  /**********************main開始**************/

  /*********文字関係**********/

  .service-main1-text p,
  .service-main2-text p,
  .service-main3-text p {
    padding: 2px 2px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 2px;
  }

  th,
  td {
    padding-left: 1vw;
    font-size: 14px;
  }

  .access-text {
    font-size: 14px;
  }

  .talk-text1 {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 2px;
  }

  .talk-text2 {
    text-align: right;
  }
  .top-title {
    width: 90vw;
    background-color: #e0ffff;
    margin: 20px 0;
  }

  .service-main1,
  .service-main2,
  .service-main3 {
    display: inline-block;
    align-items: flex-start;
  }

  .service-main1-text,
  .service-main2-text,
  .service-main3-text {
    margin: initial;
  }
  /***********************テーブル**********/
  .table-list {
    width: 90vw;
    border-spacing: 0;
    border: none;
    border-top: 0.5px solid #a9a9a9;
    border-bottom: 0.5px solid #a9a9a9;
  }
  th,
  td {
    border: none;
    border-top: 0.5px solid #a9a9a9;
    border-left: 0.5px solid #a9a9a9;
    border-bottom: 0.5px solid #a9a9a9;
    border-right: 0.5px solid #a9a9a9;
    width: 45vw;
  }
  table th {
    text-align: left;
    background-color: #dcdcdc;
  }
  /*****************マップ**************/
  iframe {
    width: 90vw;
    height: 35vw;
  }
  /******************一番下*************/
  .copyright-main {
    width: 100vw;
    background-color: #4682b4;
    height: 10vw;
    position: relative;
    margin-top: 5vw;
  }

  .copyright-main p {
    font-size: 5px;
    text-align: center;
    color: #fff;
    display: block;
    text-align: center;
    position: absolute;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
  }
}



/*******修正・デスクトップ対応*********/
@media screen and (min-width:576px){
#HOME,
.home-top-img,
.home-top2,
.home-top3,
.home-top-img img,
.top-main2,
.top-main2 img,
.top-title{
	width:100%;
}
	
li {
    margin-top:0;
    margin-bottom: 0;
}
/*子DIV*/
	.top-main2{
		display:inline-block;
	}


.home-top1,
.top-main2,
.top-main3,
.top-main3 ul{
	width:100%;
}

.top-main3 ul li img{
	display:inline-block;
	text-align:center;
}
	.top-main3 ul li{
		width:30%;
	}
.top-main3 ul li:nth-child(2) {
    margin: 0 5%;
}	

	/**二枚目**/
#service-main{
	width:100%;
	margin:0 auto;
}
	.table-list,
	.service-main2 img,{
		width:100%;
	}
 iframe {
    width: 100%;
  }	
	
}
@media screen and (min-width:768px){
	#HOME{
	width:100%;
}
li {
    margin-top:0;
    margin-bottom: 0;
}
/*親DIV*/
.home-top-img,
.home-top2,
.home-top3{
	width:100%;
}
/*子DIV*/
.home-top-img img{
	width:100%;
}

.top-title{
	width:100%;
}


.home-top1
{
	width:100%;
}

.top-main2,
.top-main3{
	width:100%;
}
	.top-main2 img{
		width:100%;
	}

.top-main3 ul{
	width:100%;
}
.top-main3 ul li img{
	display:inline-block;
	text-align:center;
}
	.top-main3 ul li{
		width:30%;
	}
.top-main3 ul li:nth-child(2) {
    margin: 0 5%;
}	

	/**二枚目**/
#service-main{
	width:100%;
	margin:0 auto;
}
	.table-list{
		width:100%;
	}
 iframe {
    width: 100%;
  }	
}
@media screen and (min-width:992px){
	#HOME{
	width:100%;
}
li {
    margin-top:0;
    margin-bottom: 0;
}
/*親DIV*/
.home-top-img,
.home-top2,
.home-top3,
	.home-top-img img{
	width:100%x;
}
/*子DIV*/

.top-title{
	width:100%;
}


.home-top1
{
	width:100%;
}
.top-main2{
		display:flex;
	}
.top-main2,
.top-main3{
	width:100%;
}

.top-main3 ul{
	width:100%;
}
.top-main3 ul li img{
	display:inline-block;
	text-align:center;
}
	.top-main3 ul li{
		width:30%;
	}
.top-main3 ul li:nth-child(2) {
    margin: 0 5%;
}	

	/**二枚目**/
#service-main{
	width:100%;
	margin:0 auto;
}
	.table-list{
		width:100%;
	}
 iframe {
    width: 100%;
  }	
}
@media screen and (min-width:1200px){
	#HOME{
	width:100%;
}
li {
    margin-top:0;
    margin-bottom: 0;
}
/*親DIV*/
.home-top-img,
.home-top2,
.home-top3{
	width:100%;
}
/*子DIV*/
.home-top-img img{
	width:100%;
}

.top-title{
	width:100%;
}


.home-top1
{
	width:100%;
}
	.top-main2{
		display:flex;
	}
.top-main2,
.top-main3{
	width:100%;
}

.top-main3 ul{
	width:100%;
}
.top-main3 ul li img{
	display:inline-block;
	margin:0 5%;
	text-align:center;
}
	.top-main3 ul li{
		width:30%;
	}
.top-main3 ul li:nth-child(2) {
    margin: 0 5%;
}	

	/**二枚目**/
#service-main{
	width:100%;
	margin:0 auto;
}
	.table-list{
		width:100%;
	}
 iframe {
    width: 100%;
  }	
}
/**************/
@media screen and (max-width:576px){
		#HOME,
.home-top-img,
.home-top2,
.home-top3,
.home-top-img img,
	.top-main2,
	.top-main2 img{
	width:100%;
}
	
li {
    margin-top:0;
    margin-bottom: 0;
}
/*子DIV*/
	.top-main2{
		display:inline-block;
	}
.top-title{
	width:100%;
}


.home-top1
{
	width:100%;
}

.top-main2,
.top-main3{
	width:100%;
}
	

.top-main3 ul{
	width:100%;
}
.top-main3 ul li img{
	display:inline-block;
	margin:0 5%;
	text-align:center;
}
	.top-main3 ul li{
		width:30%;
	}
.top-main3 ul li:nth-child(2) {
    margin: 0 5%;
}	

	/**二枚目**/
#service-main{
	width:100%;
	margin:0 auto;
}
	.table-list{
		width:100%;
	}
 iframe {
    width: 100%;
  }	
}
/*******修正・スマホ対応*************************/
@media screen and (max-width:700px){
	#HOME,
.home-top-img,
.home-top2,
.home-top3,
.home-top-img img,
	.top-main2,
	.top-main2 img{
	width:100%;
}
	
li {
    margin-top:0;
    margin-bottom: 0;
}
/*子DIV*/
	.top-main2{
		display:inline-block;
	}
.top-title{
	width:100%;
}


.home-top1
{
	width:100%;
}
	.top-main2-text-link{
		width:35%;
	}
.top-main2,
.top-main3{
	width:100%;
}
	

.top-main3 ul,
	.top-main3 ul li{
	width:100%;
}
.top-main3 ul li img{
	display:inline-block;
	text-align:center;
	margin:0 auto;
}

.top-main3 ul li:nth-child(2) {
	margin:0 ;
}	

	/**二枚目**/
#service-main{
	width:100%;
	margin:0 auto;
}
	.table-list,
	.service-main1,
	.service-main1 img,
	.service-main2,
	.service-main2 img,
	.service-main3,
	.service-main3 img{
		width:100%;
	}
 iframe {
    width: 100%;
  }	
}


