@charset "UTF-8";

	  /* 画像説明文 */
	  span.img_mdesc {
	  	font-size: 0.8rem;
	  }
	  .jirei_flex {
		display: flex;
		justify-content: space-between;
		margin-top: 50px;
		align-items: center;
	  }

	  .jirei_top {
		justify-content: left;
	  }

	  .box_left {
	  	position: relative;
	  	width: 200px;
	  }


	  .people_img {
		border: 1px solid #002f79;
		padding: 0.4em;
		width: 90%;
		margin-right: 30px;
		max-width: 290px;
		object-fit: contain;
	  }

	  .text_group {
	  	line-height: 1.2;
	  }


	  .jirei_company_name {
		display: flex;
	  }

	  .jirei_company_name h1 {
		color: #002f79;
	  }

	  .jirei_company_name .people_name {
		font-size: 16px;
		margin-bottom: 0px;
	  }

	  .jirei_sentence {
		margin-top: 100px;
	  }

	  .jirei_sentence h4 {
		margin-top: 50px;
	  }

	  .wd20 {
		width: 20%;
	  }
	  .wd30 {
		width: 30%;
	  }
	  .wd40 {
		width: 40%;
	  }
	  .wd50 {
		width: 50%;
	  }
	  .wd60 {
		width: 60%;
	  }
	  .wd70 {
		width: 70%;
	  }
	  .wd100 {
		width: 100%;
	  }

	  .jirei_flex_img {
		width: 100%;
	  }

	  .jirei_long_img {
		width: 49%;
	  }

	  .jirei_company {
		display: flex;
		width: 90%;
		margin: 0 auto;
		padding-top: 3%;
		padding-bottom: 3%;
		border-bottom: 1px solid #eee;
		border-top: 1px solid #eee;
		align-items: center;
	  }

	  .company_sentence {
		padding-right: 30px;
	  }

	  .company_cap {
		width: 90%;
	  }

	  .jirei_comapny_captha {
		width: 352px;
		height: 210px;
	  }

	  .pop_links {
		max-width: 200px;
		display: block;
		margin: 0 auto;
	  }

	  .youtube {
		margin: 0 auto 50px auto;
		max-width: 90%;
		display: block;
	  }

	  @media screen and (max-width: 950px) {
		.com_img {
		  margin-bottom: 30px;
		}

		#top-head {
		  height: 200px;
		}
	  }

	  @media screen and (max-width: 850px) {
	  	.wd20, .wd30, .wd40, .wd50, .wd60, .wd70, .wd100{
	  		width: 100%;
	  	}
		.jirei_flex {
		  display: block;
		}

		.jirei_left {
		  width: 100%;
		}

		.jirei_right {
		  width: 100%;
		}

		.jirei_company_name {
		  width: 100%;
		}

		.people_img {
		  width: 100%;
		  max-width: 95%;
		}

		.jirei_long_img {
		  width: 100%;
		}

		.jirei_company {
		  display: block;
		}

		.jirei_comapny_captha {
		  width: 100%;
		}

		.br_none {
		  display: none;
		}

		.img_bottom {
		  margin-bottom: 20px;
		}
	  }
