@charset "utf-8";

@media only screen and (max-width:991px) {}
@media only screen and (max-width:767px) {}
@media only screen and (max-width:374px) {}

/*************************************************

 common styke

*************************************************/




/* commonPageImage
-----------------------------------*/
.commonPageImage {
	background-image: url(../images/company/index/kv.jpg);
}



/*************************************************

 company_message

*************************************************/
#company_message .commonGreenTitle {
	margin-bottom: 30px;
}
#company_message .column02 {
	display: flex;
	justify-content: space-between;
}
#company_message .column02 .textBox {
	width: 60.900%;
}
#company_message .column02 .imgBox {
	width: 31.891%;
}
#company_message .column02 .textBox .txt {
	font-size: 15px;
}
#company_message .column02 .textBox .txt + .txt {
	margin-top: 40px;
}
#company_message .column02 .imgBox .capText {
	margin-top: 20px;
	color: #000;
	font-size: 12px;
}
#company_message .nameArea {
	margin-top: 70px;
}
#company_message .nameArea .yearText {
	margin-bottom: 10px;
	font-size: 14px;
}
#company_message .nameArea .nameImg {
	max-width: 283px;
}


@media only screen and (max-width:767px) {
	#company_message .column02 {
		flex-direction: column-reverse;
	}
	#company_message .column02 .textBox,
	#company_message .column02 .imgBox {
		width: 100%;
	}
	#company_message .column02 .textBox {
		margin-top: 40px;
	}
	#company_message .column02 .imgBox {
		max-width: 353px;
		margin: 0 auto;
	}
	#company_message .column02 .textBox .txt {
		font-size: 13px;
	}
	#company_message .column02 .textBox .txt + .txt {
		margin-top: 20px;
	}
	#company_message .nameArea .yearText {
		margin-bottom: 0;
	}
	#company_message .column02 .imgBox .capText {
		margin-top: 10px;
	}
	#company_message .nameArea {
		margin-top: 30px;
	}
}



/*************************************************

 company_profile

*************************************************/
#company_profile .commonTable01 .cap {
	margin-top: 10px;
	font-size: 18px;
}
@media only screen and (min-width:768px) {
	#company_profile .commonTable01 .inTtl {
		 font-size: 22px;
	}
	#company_profile .commonTable01 > dl > * {
		vertical-align: top;
	}
	#company_profile .commonTable01 > dl > dt {
		width: 210px;
		padding-left: 25px;
	}
}
@media only screen and (max-width:767px) {
	#company_profile .commonTable01 .cap {
		font-size: 12px;
	}
}




/*************************************************

 company_mission

*************************************************/

/* pyramidArea
-----------------------------------*/
#company_mission .pyramidArea {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#company_mission .pyramidArea .image {
	width: 43.5405%;
	order: 2;
}
#company_mission .pyramidArea .text {
	width: 48.6486%;
	line-height: 2;
	order: 1;
}
#company_mission .pyramidArea .text p + p {
	margin-top: 1.5em;
}
@media only screen and (max-width:767px) {
	#company_mission .pyramidArea {
		display: block;
	}
	#company_mission .pyramidArea .image {
		width: auto;
		margin-bottom: 30px;
		text-align: center;
	}
	#company_mission .pyramidArea .text {
		width: auto;
	}
}


/* area01
-----------------------------------*/
#company_mission .area01 p {
	font-size: 30px;
	line-height: 1.8;
}
@media only screen and (max-width:767px) {
	#company_mission .area01 p {
		font-size: 18px;
	}
}


/* numTitleList
-----------------------------------*/
#company_mission .numTitleList > li + li {
	margin-top: 25px;
	padding-top: 27px;
	border-top: #A3A3A3 dotted 1px;
}
#company_mission .numTitleList .ttl {
	margin-bottom: 10px;
	font-size: 26px;
	line-height: 1.5;
}
#company_mission .numTitleList .ttl span {
	display: inline-block;
	color: #009B64;
	margin-right: 0.5em;
}
#company_mission .numTitleList li p {
	line-height: 2;
}
@media only screen and (max-width:767px) {
	#company_mission .numTitleList > li + li {
		margin-top: 20px;
		padding-top: 17px;
	}
	#company_mission .numTitleList .ttl {
		margin-bottom: 7px;
		font-size: 16px;
	}
}


/* alphaList
-----------------------------------*/
#company_mission .alphaList {
	counter-reset: number;
}
#company_mission .alphaList > li {
	position: relative;
	padding-left: 1.5em;
}
#company_mission .alphaList > li + li {
	margin-top: 10px;
}
#company_mission .alphaList > li:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	counter-increment: number;
	content: counter(number, lower-alpha)".";
	color: #99B1A8;
}

/* numBox
-----------------------------------*/
#company_onegai .numBox {
	padding-bottom: 20px;
}
#company_onegai .numBox + .numBox {
	padding-top: 20px;
	border-top: #A3A3A3 dotted 1px;
}

/* greenLead
-----------------------------------*/
#company_onegai .greenLead {
	margin-bottom: 10px;
	font-size: 16px;
	color: #009B64;
}
#company_onegai .greenLead.mt {
	margin-top: 30px;
}
@media only screen and (max-width:767px) {
	.greenLead {
		font-size: 12px;
	}
}

/* #company_govern
-----------------------------------*/
#company_govern .numBox {
	padding-bottom: 20px;
}
#company_govern .numBox + .numBox {
	padding-top: 20px;
	border-top: #A3A3A3 dotted 1px;
}
#company_govern .imgBox {
	margin-top: 40px;
}

#company_govern .commonDotBdrList ul {
	border: none;
	padding: 0;
}
#company_govern a.black {
	color: #414141;
	text-decoration: none;
}

/* greenLead
-----------------------------------*/
#company_govern .greenLead {
	margin-bottom: 10px;
	font-size: 16px;
	color: #009B64;
}
#company_govern .greenLead.mt {
	margin-top: 30px;
}
@media only screen and (max-width:767px) {
	#company_govern .greenLead {
		font-size: 12px;
	}
}

/* PositionText
-----------------------------------*/
#company_govern .PositionText01 {
	position: relative;
	margin-top: 20px;
	padding-left: 75px;
}
#company_govern .PositionText02 {
	position: relative;
	margin-top: 20px;
	margin-left: 50px;
	padding-left: 27px;
}
#company_govern .PositionText01 .GreenSubText,
#company_govern .PositionText02 .GreenSubText {
	position: absolute;
	top: 0;
	left: 0;
	color: #009B64;
}

@media only screen and (max-width:767px) {
	#company_govern .PositionText01 {
		margin-left: 0px;
		padding-left: 60px;
	}
}



/*************************************************

 company_plan

*************************************************/
#company_plan .group + .group {
	margin-top: 65px;
	padding-top: 65px;
	border-top: #C6C6C6 solid 1px;
}
#company_plan .imageTexts {
	display: flex;
	justify-content: space-between;
}
#company_plan .imageTexts .image {
	width: 44.6847%;
	text-align: center;
}
#company_plan .imageTexts .texts {
	width: 51.2613%;
	font-size: 15px;
	line-height: 2;
}
#company_plan .imageTexts .texts .ttl {
	margin-bottom: 20px;
	color: #009B64;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
}
#company_plan .imageTexts .texts span {
	color: #009B64;
}
@media only screen and (max-width:767px) {
	#company_plan .group + .group {
		margin-top: 40px;
		padding-top: 40px;
	}
	#company_plan .imageTexts {
		display: block;
	}
	#company_plan .imageTexts .image {
		width: auto;
		margin-bottom: 30px;
	}
	#company_plan .imageTexts .texts {
		width: auto;
		font-size: 13px;
	}
	#company_plan .imageTexts .texts .ttl {
		margin-bottom: 15px;
		font-size: 16px;
	}
}




/*************************************************

 company_giho

*************************************************/
@media only screen and (min-width:768px) {
	#company_giho .commonGreenTitle {
		margin-bottom: 30px;
	}
}
#company_giho #section01 .reportBox {
	position: relative;
	margin-top: 55px;
	padding: 30px 30px 40px 270px;
	background-color: #F7F7F7;
	border-radius: 8px;
}
#company_giho #section01 .reportBox figure {
	position: absolute;
	bottom: -10px;
	left: 60px;
}
#company_giho #section01 .reportBox .ttl {
	margin-bottom: 10px;
	color: #009B64;
	font-size: 26px;
	line-height: 1.3;
}
#company_giho #section01 .reportBox .btn {
	max-width: 410px;
}
#company_giho #section01 .reportBox .btn a {
	position: relative;
	display: block;
	padding: 15px 60px 15px 20px;
	color: #fff;
	text-decoration: none;
	background-color: #009B64;
	border-radius: 10px;
}
#company_giho #section01 .reportBox .btn a:before {
	position: absolute;
	top: 0;
	right: 25px;
	display: block;
	content: '';
	width: 20px;
	height: 100%;
	background: url(../images/common/ico_pdf_w.svg) no-repeat center center / contain;
}
#company_giho #section01 .reportBox .btn a * {
	display: block;
}
@media only screen and (max-width:767px) {
	#company_giho #section01 .reportBox {
		margin-top: 35px;
		padding: 20px 15px;
	}
	#company_giho #section01 .reportBox figure {
		position: static;
		margin-bottom: 10px;
		text-align: center;
	}
	#company_giho #section01 .reportBox .ttl {
		font-size: 20px;
		text-align: center;
	}
	#company_giho #section01 .reportBox .btn {
		max-width: none;
	}
	#company_giho #section01 .reportBox .btn a:before {
		right: 20px;
	}
}


#company_giho #section01 .pdfLinks01 > li {
	position: relative;
	padding-left: 130px;
	font-size: 15px;
}
#company_giho #section01 .pdfLinks01 > li + li {
	border-top: #DCDDDC solid 1px;
}
#company_giho #section01 .pdfLinks01 > li .pageNum {
	position: absolute;
	top: 20px;
	left: 0;
}
#company_giho #section01 .pdfLinks01 > li > a {
	display: block;
	padding: 20px 0;
	color: #000;
	text-decoration: none;
}
#company_giho #section01 .pdfLinks01 img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
#company_giho #section01 .pdfLinks01 > li .color {
	color: #009B64;
}
#company_giho #section01 .pdfLinks01 > li ul li {
	position: relative;
	padding-left: 145px;
	border-top: #A3A3A3 dotted 1px;
}
#company_giho #section01 .pdfLinks01 > li ul li .pageNum02 {
	position: absolute;
	top: 20px;
	left: 0;
}
#company_giho #section01 .pdfLinks01 > li ul li a {
	display: block;
	padding: 20px 0;
	color: #000;
	text-decoration: none;
}
@media only screen and (max-width:767px) {
	#company_giho #section01 .pdfLinks01 > li {
		padding-left: 75px;
		font-size: 12px;
	}
	#company_giho #section01 .pdfLinks01 > li .pageNum {
		top: 15px;
	}
	#company_giho #section01 .pdfLinks01 > li > a {
		padding: 15px 0;
	}
	#company_giho #section01 .pdfLinks01 img {
		width: 14px;
	}
	#company_giho #section01 .pdfLinks01 > li ul li {
		padding-left: 70px;
	}
	#company_giho #section01 .pdfLinks01 > li ul li .pageNum02 {
		top: 15px;
	}
	#company_giho #section01 .pdfLinks01 > li ul li a {
		padding: 15px 0;
	}
}


#company_giho .pdfLinks02 li {
	border-bottom: #A3A3A3 dotted 1px;
}
#company_giho .pdfLinks02 li a {
	display: table;
	width: 100%;
	padding: 20px 0;
	color: #000;
	font-size: 15px;
	text-decoration: none;
	table-layout: fixed;
}
#company_giho .pdfLinks02 li a > * {
	display: table-cell;
	vertical-align: top;
}
#company_giho .pdfLinks02 li .date {
	width: 110px;
}
#company_giho .pdfLinks02 img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
@media only screen and (max-width:767px) {
	#company_giho .pdfLinks02 img {
		width: 14px;
	}
}
@media only screen and (max-width:767px) {
	#company_giho .pdfLinks02 li .date {
		width: 4.5em;
	}
	#company_giho .pdfLinks02 li a {
		font-size: 12px;
	}
}

#company_giho .s_eirAnchor {
	display: flex;
	flex-wrap: wrap;
	margin: -6px -3px 0;
	margin-top: 4px;
}
#company_giho .s_eirAnchor li{
	padding: 6px 3px 0;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
	width: 33.33333%;
	display: flex;
}
#company_giho .s_eirAnchor .col {
	position: relative;
	width: 100%;
	color: #414141;
	background-color: #D9EDE6;
	vertical-align: middle;
	text-decoration: none;
	padding: 11px;
}

@media only screen and (max-width: 991px){
	#company_giho .s_eirAnchor li{
		margin-right:0;
		width: 33.33333%;
	}
}
@media screen and (max-width: 767px){
#company_giho .s_eirAnchor li {
	margin-right: 0;
	width: 50%;
	font-size: 12px;
	}
}





/*************************************************

 company_sizai_philopoli

*************************************************/
#company_sizai_philopoli .numList li + li {
	margin-top: 1em;
	padding-top: 1em;
	border-top: #A3A3A3 dotted 1px;
}
#company_sizai_philopoli .numList li p {
	position: relative;
	padding-left: 2em;
}
#company_sizai_philopoli .numList li p > span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	color: #009B64;
}


/*************************************************

 スライドショー2022/05/18追記

*************************************************/
.slider__area{
	width: 960px;
	margin: 80px auto;
	position: relative;
}
.js-slider {
  width: calc(100% - 2px);
	height: 540px;
	border: 1px solid #ccc;
  margin: auto;
	
}
.slick-counter{
	text-align: center;
	margin: 20px;
}
.slide-arrow{
	position: absolute;
	top:50%;
	margin-top: -18px;
	width: 20px;
	cursor: pointer;
}
.prev-arrow{
	left:-60px;
}
.next-arrow{
	right:-60px;
}
.slick-disabled{
	opacity: 0;
	cursor: default;
}
@media screen and (max-width: 767px){
	.slider__area{
	width: 300px;
	margin: 80px auto;
	position: relative;
}
	.js-slider {
  width: calc(100% - 2px);
	height: 170px;
	border: 1px solid #ccc;
  margin: auto;
	
}
	.prev-arrow{
	left:-30px;
}
.next-arrow{
	right:-30px;
}


}

.intro-list{
	font-size:0;
}
.intro-list li:nth-child(1n) {
    width: 550px;
	display: inline-block;
	margin: 0 5px 10px 0;
}
.intro-list li:nth-child(2n) {
    width: 550px;
	display: inline-block;
	margin: 0 0px 10px 5px;
}
.commonSection .commonTable01 .inTtl {
    border-bottom: 3px solid #D0E3DC;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px){
	.intro-list{
	font-size:0;
}
.intro-list li:nth-child(1n) {
    width: 100%;
	display: block;
	margin: 0 0px 10px 0;
}
.intro-list li:nth-child(2n) {
    width: 100%;
	display: block;
	margin: 0 0px 10px 0px;
}
	.intro-list li img{
		width: 100%;
		height: auto;
	}
.commonSection .commonTable01 .inTtl {
    border-bottom: 3px solid #D0E3DC;
    margin-bottom: 20px;
}
	.commonSection .commonTable01 iframe{
		width: 100%;
	}
}

/*************************************************

 CI2025/05/07追記

*************************************************/
#company_ci .commonSection.inner1000 {
	width: calc(100% - 30px);
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#company_ci .txt{
	font-size:16px;
	line-height: 34px;
	margin-bottom: 20px;
}
#company_ci .cap{
	font-size:11px;
}
#company_ci .commonGreenTitle{
	margin-bottom: 80px;
}
#company_ci .commonGreenTitle .ttl {
	color: #009B64;
	font-size: 40px;
	line-height: 1.5;
	font-weight: bold;
}
#company_ci .mds01{
  position:relative;
  font-size:28px;
  font-size:1.8rem;
  font-weight:bold;
  padding:5px 10px 5px 30px;
  margin-bottom:50px;
	
  background:#F7F7F7;
}

#company_ci .mds01:after{
  position:absolute;
  content:"";
  height:60px;
  width:6px;
  background:#009B64;
  top:-1px;
  left:0px;
}

#company_ci #point02 .imgvalues {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 90px;
    margin-bottom: 90px;
}
#company_ci .btn-area{
    width: 500px;
    display: inline-block;
	vertical-align: top;
}
#company_ci .btn-area li{
	display: inline-block;
	width: 150px;
	margin-right: 10px;
	position: relative;
}
#company_ci .btn-area li a{
    display: block;
    border: 2px solid #009B64;
    border-radius: 50%;
    height: 106px;
    text-align: center;
    text-decoration: none;
    padding-top: 40px;
    font-weight: bold;
    background-image: url(../images/company/ci/arrow.png);
    background-repeat: no-repeat;
    background-position: center 80%;
	background-size: 22px auto;
	transition: 0.2s;
}
#company_ci .btn-area li a:hover{
	background: #009B64;
	color:#fff;
    background-image: url("../images/company/ci/arrow-on.png");
	background-repeat: no-repeat;
    background-position: center 80%;
	background-size: 22px auto;
}
#company_ci .logo-cap {
    font-size: 10px;
    width: 450px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    border: 3px solid #D9EDE6;
	vertical-align: top;
	float: right;
}
#company_ci .right-img {
    width: 50%;
    margin-top: 0px;
    margin-left: 8%;
    float: right;
}
#company_ci .left-box {
    width: 42%;
    margin-top: 0px;
    margin-right: 0%;
    float: left;
}
#company_ci .greenText {
    color: #009B64;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}
#company_ci #point03 .imgvalues {
	max-width:880px; 
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 40px;
}
#company_ci .newslist p{
	margin-bottom: 10px;
}
#company_ci .newsphoto{
	display: flex;	
	margin-top: 60px;
}
#company_ci .newsphoto .photo{ 
	flex: 1;
	width: 22%;
	margin-right: 1%;
}
#company_ci .newsphoto .photo:nth-child(4){
	margin-right: 0%;
}
#company_ci .newslist a {
    color: #000000;
}
#company_ci .newsbtn a {
    display: block;
    width: 258px;
    font-weight: bold;
    text-decoration: none;
    padding: 15px 20px;
    background-image: url(../images/company/ci/arrow.png);
    background-repeat: no-repeat;
    background-position: 90% center;
	background-size: 15px auto;
	transition: 0.2s;
	position: relative;
}


#company_ci .newsbtn a:hover{
	color:#fff;
    background-image: url("../images/company/ci/arrow-on.png");
	background-repeat: no-repeat;
    background-position: 92% center;
	background-size: 15px auto;
}
#company_ci .newsbtn{
	position: relative;
    display: block;
    width: 300px;
    margin: 40px auto;
	overflow: hidden;
    border: 1px solid #009B64;
    border-radius: 40px;
	transition: 0
}
#company_ci .newsbtn:before {
	content: "";
	width: 300px;
	height: 60px;
	background: #009B64;
	position: absolute;
	top:0px;
	left:-300px;
	transition: 0.2s;
	border-radius: 20px;
}
#company_ci .newsbtn:hover:before {
	content: "";
	transform: scaleX(100%);
	width: 300px;
	height: 60px;
	background: #009B64;
	position: absolute;
	top:0;
	left:0;
	border-radius: 25px;
}
#company_ci .adlist{
	font-size: 0;
}
#company_ci .adlist .photo {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	margin-right: 50px;
	margin-bottom: 50px;
}
#company_ci .adlist .photo:nth-child(3n) {
	margin-right: 0px;
}
#company_ci .adlist .photo .name{
	font-size:22px;
	font-weight: bold;
	margin-top: 10px;
}
#company_ci .adlist .photo .syubetu{
	font-size:14px;
	font-weight: bold;
}
#company_ci .adlist .photo .year{
	font-size:14px;
}
#company_ci a img{
	opacity: 1;
	transition: 0.2s;
}
#company_ci a:hover img{
	opacity: 0.8;
}
.modaal-container{
	max-width: 1100px!important;
}
.modaal-content-container{
	padding: 0!important;
}

#company_ci .jusyo-txt {
	margin-top: -30px;
	margin-bottom: 40px;
}

@media only screen and (max-width:767px) {
		.commonSection {
		margin-top: 50px;
	}
	#company_ci #point01 {
    padding-top: 30px;
}
#company_ci #point02 {
    padding-top: 30px;
}
#company_ci #point03 {
    padding-top: 30px;
}
#company_ci .txt{
	font-size:13px;
	line-height: 24px;
	margin-bottom: 10px;
}
#company_ci .cap{
	font-size:10px;
}
#company_ci .commonGreenTitle{
	margin-bottom: 40px;
}
#company_ci .commonGreenTitle .ttl {
	color: #009B64;
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
}
#company_ci .mds01{
  position:relative;
  font-size:16px;
  font-size:1.1rem;
  font-weight:bold;
  padding:5px 10px 5px 20px;
  margin-bottom:20px;
  background:#F7F7F7;
}

#company_ci .mds01:after{
  position:absolute;
  content:"";
  height:40px;
  width:6px;
  background:#009B64;
  top:-1px;
  left:0px;
}
	
	
#company_ci #point02 .imgvalues {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 45px;
	width: 76%;
	
}
#company_ci .btn-area{
    width: 100%;
    display: block;
	vertical-align: top;
	font-size: 0;
}
#company_ci .btn-area li{
	display: inline-block;
	width: 28vw;
	margin-right: 3.5vw;
	position: relative;
}
	#company_ci .btn-area li:last-child{
		margin-right: 0;
	}
#company_ci .btn-area li a{
    display: block;
    border: 2px solid #009B64;
    border-radius: 50%;
	height:calc(18vw - 4px);
    text-align: center;
    text-decoration: none;
    padding-top: 7vw;
	padding-bottom: 3vw;
    font-weight: bold;
    background-image: url(../images/company/ci/arrow.png);
    background-repeat: no-repeat;
    background-position: center 80%;
	background-size:11px auto;
	transition: 0.2s;
	font-size:12px;
}
#company_ci .btn-area li a:hover{
	background: #009B64;
	color:#fff;
    background-image: url("../images/company/ci/arrow-on.png");
	background-repeat: no-repeat;
    background-position: center 80%;
	background-size: 11px auto;
}
#company_ci .logo-cap {
    font-size: 10px;
    width: 96%;
    padding: 2%;
    border: 3px solid #D9EDE6;
    display: block;
	vertical-align: top;
	margin: 20px 0;
}
#company_ci .right-img {
    width: 84%;
    float: none;
    margin-top: 20px;
    margin-left: 8%;
}
	#company_ci .left-box {
    width: 100%;
    margin-top: 20px;
    margin-right: 0%;
    float: none;
}
#company_ci .greenText {
    color: #009B64;
    font-weight: bold;
    margin-top: 20px;
    font-size: 14px;
    margin-bottom: 10px;
}
#company_ci #point03 .imgvalues {
	max-width:84%; 
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
}
#company_ci .newslist p{
	margin-bottom: 10px;
}
#company_ci .newsphoto{
	display: block;	
	margin-top: 30px;
}
#company_ci .newsphoto .photo{ 
	display: inline-block;
	width: 47%;
	margin: 1%;
}
#company_ci .newsphoto .photo:nth-child(4){
	margin-right: 1%;
}
#company_ci .newslist a {
    color: #000000;
}
	#company_ci .adlist .photo {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin: 2% 0 6%;
}
#company_ci .adlist .photo:nth-child(3n) {
	margin-right: 2%;
}
#company_ci .adlist .photo .name{
	font-size:14px;
	font-weight: bold;
	margin-top: 10px;
}
#company_ci .adlist .photo .syubetu{
	font-size:12px;
	font-weight: bold;
}
	#company_ci .adlist .photo .year{
	font-size:10px;
}
#company_ci .jusyo-txt {
	margin-top: -15px;
	margin-bottom: 20px;
}

}