﻿@charset "utf-8";
/* CSS Document */

.contents {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.top_midasi {
  font-size: 1.6rem;
  font-weight: bold;
  color: #3e7fbb;
  margin: 10px 0 0;
  text-align: left;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.top_midasi_en {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  text-align: left;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  color: #b6b6b6;
}

.network_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 82%;
  margin: 0 auto 60px;
}
.network_link a {
  text-decoration: none;
}
.network_type {
  background: #fff;
  border: 1px solid #3e7fbb;
  padding: 3px 7px;
  margin: 2px;
  color: #3e7fbb;
  font-size: .8rem;
  letter-spacing: .1em;
}
.network_type:hover {
  background: rgba(62,127,187,0.5);
  border: 1px solid #3e7fbb;
  padding: 3px 7px;
  margin: 2px;
  color: #fff;
  font-size: .8rem;
  letter-spacing: .1em;
}

.company_contents {
  max-width: 1000px;
  width: 100%;
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
}
.leftnavi {
  width: 210px;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
}
.leftnavi ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.leftnavi ul > li {
  position: relative;
  padding: 8px 5px 8px 20px;
  border-bottom: 1px solid #ddd;
  font-size: .8rem;
}
.leftnavi li::before {
  position: absolute;
  top: 17px;
  left: 10px;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border: 5px solid transparent;
  border-left: 5px solid #666;
  content: "";
}
.leftnavi li.on::before  {
  border-left: 5px solid #3e7fbb;
}
.leftnavi li.on a { color: #3e7fbb; }
.leftnavi li:last-child { border-bottom: none; }
.leftnavi li a {
  text-decoration: none;
  color: #000;
}
.leftnavi li:hover::before  {
  border-left: 5px solid #3e7fbb;
}
.leftnavi li:hover a { color: #3e7fbb; }
.leftnavi dl > dd {
  margin: 0 0 8px 0px;
}

.company_gaiyo {
  display: block;
  padding-left: 3%;
  width: 97%;
  height: 100%;
}
.top_work_tit {
  position: relative;
  display: block;
  margin: 0;
  font-size: 1.8rem;
  color: #3e7fbb;
  text-align: center;
  padding-bottom: 8px;
  /*font-family: 'A-OTF 新ゴ Pro R';*/
}
.top_work_tit::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5px;/*線の上下位置*/
  display: inline-block;
  width: 56px;/*線の長さ*/
  height: 3px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #3e7fbb;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}
.top_work_tit_en {
  display: block;
  font-size: .8rem;
  text-align: center;
  font-weight: bold;
  color: #3e7fbb;
  margin: 10px auto 20px;
  padding: 8px 0;
  /*font-family: 'A-OTF 新ゴ Pro DB';*/
}
.top_txt {
  width: 775px;
  margin: 50px auto 80px auto;
  font-size: .9rem;
  line-height: 1.6em;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  text-align: left;
  color: #666;
}
.top_txt2 {
  width: 775px;
  margin: 0 auto 80px auto;
  font-size: .9rem;
  line-height: 1.6em;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  text-align: left;
  color: #666;
}
.top_txt3 {
  width: 88%;
  margin: 0 auto 80px auto;
  font-size: .9rem;
  line-height: 1.6em;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  text-align: center;
  color: #666;
}
.top_txt4 {
  width: 775px;
  margin: 0 auto 80px auto;
  font-size: .9rem;
  line-height: 1.6em;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  text-align: left;
  color: #000;
}
.top_txt5 {
  width: 775px;
  margin: 0 auto 80px auto;
  font-size: 1.2rem;
  line-height: 1.6em;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  text-align: center;
  color: #3e7fbb;
}
.top_txt5 a {
  width: 775px;
  margin: 0 auto 80px auto;
  font-size: 1.2rem;
  line-height: 1.6em;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  text-align: center;
  color: #3e7fbb;
}
.top_txt p, .top_txt3 p {
  font-size: 1.6rem;
  line-height: 1.4em;
  font-weight: bold;
  color: #666666;
  margin: 20px 0;
  text-align: left;
}
.top_txt2 p {
  font-size: 1.6rem;
  line-height: 1.4em;
  font-weight: bold;
  color: #666666;
  margin: 20px 0;
  text-align: left;
}
.top_txt4 .flexbox p {
  font-size: 1.4rem;
  line-height: 1.4em;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
  text-align: left;
}

.top_txt tr:first-child td {
  border-top: 1px solid #ddd;
}
.top_txt td {
  padding: 8px;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.top_txt td:nth-child(2n-1) {
  width: 14%;
}
.top_txt td:nth-child(2n) {
  border-right: 1px solid #ddd;
}
.top_txt td ul {
  list-style: decimal;
  margin: 0;
  padding-left: 1.5em;
}
.top_txt td li {
  padding-left: .1em;
}
.top_txt3 td { text-align: left; padding: 5px; }
.top_txt3 td:nth-child(2n-1) {
  width: 14%;
}
.access_map {
  max-width: 599px;
  width: 100%;
  margin: 50px auto 80px auto;
  font-size: .9rem;
  line-height: 1.6em;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  text-align: justify;
  color: #666;
}
.qualification {
  max-width: 599px;
  width: 100%;
  height: 100%;
  margin: 50px auto 80px auto;
}
.qualification p.img1 { background: url("../company/images/qyzs_ch_2.jpg") no-repeat; width: 599px; height: 443px; }
.qualification p.img2 { background: url("../company/images/qyzs_ch_3.jpg") no-repeat; width: 599px; height: 441px; }
.qualification p.img3 { background: url("../company/images/qyzs_ch_4.jpg") no-repeat; width: 599px; height: 442px; }
//.qualification p.img { background: url("../company/images/qyzs_ch_2024.jpg") no-repeat; width: 599px; height: 424px; }
.qualification p.img { background: url("../company/images/qyzs_ch_2024.jpg") no-repeat; width: 700px; height: 500px; }
@media screen and (max-width:375px) {
  .qualification {
  max-width: 375px;
  width: 100%;
  height: 100%;
  margin: 50px auto 80px auto;
}
  .qualification p.img1 { background: url("../company/images/qyzs_ch_2.jpg") no-repeat; background-size: contain; width: 100%; height: 277px; }
  .qualification p.img2 { background: url("../company/images/qyzs_ch_3.jpg") no-repeat; background-size: contain; width: 100%; height: 276px; }
  .qualification p.img3 { background: url("../company/images/qyzs_ch_4.jpg") no-repeat; background-size: contain; width: 100%; height: 277px; }
  .qualification p.img { background: url("../company/images/qyzs_ch_2024.jpg") no-repeat; background-size: contain; width: 100%; height: auto; }
}
/*.qualification p.img1, .qualification p.img2, .qualification p.img3, .qualification p.img {
  filter: blur(1px);
 -webkit-filter: blur(1px);
}
.qualification p.img1:hover, .qualification p.img2:hover, .qualification p.img3:hover, .qualification p.img:hover {
  filter: blur(0);
  -webkit-filster: blur(0);
}*/
.group_map {
	max-width: 764px;
	width: 100%;
	text-align: center;
	margin: 15px auto;
}

/*================================================
 *  グループ会社
 ================================================*/
.group {
	max-width: 893px;
	width: 100%;
	margin: 30px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.group_list {
	width: 47%;
	margin: 0 0 30px;
	padding: 0;
}

.group_list:nth-child(2n+1) {
	clear: both;
}
.group_list ul {
	list-style: none;
	margin: 0;
	padding-left: 10px;
}
.group_list ul li{
	 list-style: none;
	 margin-left: 0;
	 padding: 0;
	 font-size: .9rem;
	 line-height: 1.8em;
}


.group_list h4 {
	border-bottom: 1px solid #3e7fbb;
	padding-left: 10px;
	margin-bottom: 10px;
	color: #3e7fbb;
}
.group_list_memo {
	clear: both;
	font-size: .7rem;
	text-align: right;
	margin-bottom: 80px;
}
.company_list {
	max-width: 893px;
	width: 100%;
	margin: 0 auto 50px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: .8rem;
	line-height: 1.8em;
	color: #666;
	align-items: baseline;
}
.company_list p {
	font-size: .9rem;
	padding: 3px;
	margin-bottom: 15px;
	border: 1px solid #666;
}
.company_list span { color: #e4007f; }

.environmental {
	max-width: 464px;
	width: 100%;
	text-align: center;
	margin: 0 auto 60px;
	display: inline-block;
}

@media screen and (max-width:768px) {
	.group_list {
		width: 100%;
		clear: both;
	}
}

.page_tit {
  border-left: 3px solid #e72420;
  font-size: 1rem;
  line-height: 1.4em;
  font-weight: bold;
  padding: 2px 0 0 8px;
  margin-bottom: 20px;
}

.info_box, .history_box {
  width: 560px;
  height: auto;
  overflow: hidden;
  border: 1px solid #b6b6b6;
  border-radius: 5px;
  margin-bottom: 80px;
  padding: 0px 25px 10px;
  font-size: .9rem;
  display: block;
}
.info_box dt {
  width: 100px;
  display: block;
  font-weight: bold;
  padding: 8px 0;
  float: left;
  clear: both;
}
.info_box dd {
  width: 410px;
  float: left;
  display: block;
  padding: 8px 0;
}
.history_box dt {
  width: 60px;
  display: block;
  font-weight: bold;
  padding: 8px 0;
  float: left;
  clear: both;
}
.history_box dd {
  float: left;
  display: block;
  padding: 8px 0;
}

/*================================================
 *  利用規約
 ================================================*/

.term {
  width: 100%;
  margin: 30px auto;
  font-size: .9rem;
}

/*================================================
 *  個人情報保護
 ================================================*/

.privacy {
  width: 100%;
  margin: 30px auto;
  font-size: .9rem;
}

/*================================================
 *  サイトマップ_リスト
 ================================================*/

.sitemap {
	width: 100%;
  	margin: 30px auto;
	padding: 0px 20px 30px;
	font-size: .9rem;
}

.sitemap ul {
	margin-bottom: 30px
}

.sitemap li {
	margin: 10px;
	padding: 0 0 0 15px;
	list-style: none;
	background: url("../company/images/leftnavi_yajirusi.jpg") 2px 5px no-repeat;
}

.sitemap li a{
	color: #333;
    text-decoration: none;
}
.sitemap li a:hover {
	color: #333;
	text-decoration: underline;
}

@media screen and (max-width: 998px){

.top_txt {
  max-width: 998px;
  width: 100%;
  margin: 0 auto 80px auto;
  font-size: .9rem;
  line-height: 1.6em;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.top_txt2 {
  max-width: 998px;
  width: 100%;
  margin: 0 auto 80px auto;
  font-size: .9rem;
  line-height: 1.6em;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.top_txt3 {
  max-width: 998px;
  width: 80%;
  margin: 0 auto 80px auto;
  font-size: .9rem;
  line-height: 1.6em;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.company_contents {
  max-width: 998px;
  width: 90%;
  margin: 50px auto 0;
}
.leftnavi {
  width: 190px;
  height: 100%;
  display: none;
  flex-direction: column;
}
.company_gaiyo {
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.top_txt td:nth-child(2n-1) {
  width: 12%;
}
.top_txt3 td:nth-child(2n-1) {
  width: 24%;
}
.group {
	max-width: 893px;
	width: 100%;
	margin: 0 auto;
}
.page_tit {
  border-left: 3px solid #e72420;
  font-size: 1rem;
  line-height: 1.4em;
  font-weight: bold;
  padding: 2px 0 0 8px;
  margin-bottom: 20px;
}
}



@media screen and (max-width: 768px){

.leftnavi { display: none; }
.company_gaiyo {
  display: block;
  padding: 0px;
  height: 100%;
}
.top_txt {
  max-width: 768px;
  width: 100%;
  margin: 0 auto 80px auto;
  font-size: .9rem;
  line-height: 1.6em;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.top_txt td:nth-child(2n-1) {
  width: 25%;
}
.page_tit {
  border-left: 3px solid #e72420;
  font-size: 1rem;
  line-height: 1.4em;
  font-weight: bold;
  padding: 2px 0 0 8px;
  margin: 0 0 20px 3%;
}
.info_box, .history_box {
  width: 85%;
  height: auto;
  overflow: hidden;
  border: 1px solid #b6b6b6;
  border-radius: 5px;
  margin: 0 auto 80px;
  padding: 0px 4% 10px;
  font-size: .9rem;
  display: block;
}

/*================================================
 *  サイトマップ_リスト
 ================================================*/

.sitemap {
	padding: 0px 0px 30px;
	font-size: .9rem;
}

.sitemap ul {
	margin: 0 0 30px 0;
	padding: 0;
}

.sitemap li {
	margin: 10px;
	padding: 0 0 0 15px;
	list-style: none;
	background: url("../company/images/leftnavi_yajirusi.jpg") 2px 5px no-repeat;
}

.sitemap li a{
	color: #333;
    text-decoration: none;
}
.sitemap li a:hover {
	color: #333;
	text-decoration: underline;
}


}