.main_image{margin-bottom: 0;}
@media screen and (max-width: 640px) {
	.main_image{
		margin-bottom: 0;
	}
}
.saiyo-content{
	min-width: auto;
}
.saiyo-area{
	width: auto;
	max-width: 980px;
}

.saiyo-content-inner{
	padding-top: 65px;
}
.saiyo-faq-top {
	padding: 30px 0 0 0;
	font-size: 0;
	margin-bottom: -100px;
}
.saiyo-faq-top .is-pc{
	display: flex;
	justify-content: space-between;
} 
.saiyo-faq-top-item {
	font-size: 0;
	line-height: 0;
	position: relative;
	width: calc(100% / 3);
	display: block;
	text-align: center;
	cursor: pointer;
}
@media only screen and (max-width: 767px) {
	.saiyo-faq-top{
		margin: 0;
	}
	.saiyo-faq-top-item{
		width: 100%;
	}
	.saiyo-content-inner.is-full{
		display: none;
	}
}
.saiyo-faq-top-item.is-active::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 25px 40px 25px;
	border-color: transparent transparent #f2f2f2 transparent;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: -50px;
}
.saiyo-faq-top-item img {
	width: 100%;
	height: auto;
	position: static;
}
.saiyo-faq-top-item .text {
	border: 1px solid rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 7px;
	right: 7px;
	bottom: 7px;
	left: 7px;
	margin-top: 0;
	font-size: 25px;
	line-height: 1.2;
	color: #FFF;
}
.saiyo-faq-top-item.is-active .text {
	background-color: rgba(255, 255, 255, 0.7);
	color: #333333;
}
.saiyo-faq-top-item .text span {
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -0.6em;
	width: 100%;
}
@media only screen and (min-width: 768px) {
	.saiyo-faq-top-item:hover .text {
		background-color: rgba(255, 255, 255, 0.7);
		color: #333333;
	}
}
.saiyo-faq-middle .saiyo-heading_lv02 {
	text-align: left;
	line-height: 1.7;
}
.saiyo-heading_lv02 h3::before{
	background-color: #cc0000;
}
.saiyo-heading_lv02 h3::after{
	background-color: #333333;
}
.saiyo-faq-q {
	background-color: #fff;
	margin: 25px 0 0;
	padding: 17px;
	display: table;
	width: 100%;
	cursor: pointer;
}
.saiyo-faq-qa-left,
.saiyo-faq-qa-center,
.saiyo-faq-qa-right {
	display: table-cell;
}
.saiyo-faq-qa-left {
	width: 5%;
	padding-right: 10px;
	text-align: center;
}
.saiyo-faq-qa-center {
	letter-spacing: 2px;
	width: 90%;
}
.saiyo-faq-qa-center .image {
	padding: 10px 0;
	height: 350px;
}
.saiyo-faq-qa-right {
	width: 5%;
	text-align: right;
}
.saiyo-faq-q-minus {
	background-image: url(/saiyo/career/img_2/04FAQ_-.png) !important;
}
.saiyo-faq-middle-list{
	margin-bottom: 40px;
}
.saiyo-faq-middle-list img {
	vertical-align: middle;
}
.saiyo-faq-middle-list .blank-icon {
	height: auto;
	width: auto;
	padding: 0;
}
.saiyo-faq-a {
	display: none;
	background-color: #ffe3e3;
	padding: 17px;
	margin-top: 0;
}

/***** green, blue button COMMON *****/
.saiyo-btn-box a,
.saiyo-btn-box a:hover,
.saiyo-btn-box a:visited {
	color: #fff;
}
.saiyo-btn-box {
	font-size: 0px;
	color: #fff;
	text-align: center;
}
.saiyo-btn-box .box-left {
	background-color: #008c99;
}
.saiyo-btn-box .box-right {
	background-color: #02389c;
}

/***** green, blue button BIG ******/
.saiyo-faq-list-block {
	width: 1180px;
	margin: 0 auto;
	padding-bottom: 80px;
}
.saiyo-faq-list-block .saiyo-btn-box {
	margin: -200px -25px 0 0;
}
.saiyo-faq-list-block .saiyo-btn-box-item {
	font-size: 15px;
	display: inline-block;
	height: 300px;
	width: 590px;
	vertical-align: top;
}
.saiyo-faq-list-block .saiyo-btn-box .box-inner-content {
	margin: 0 auto;
	width: 70%;
	text-align: left;
}
.saiyo-faq-list-block .saiyo-btn-box .top {
	font-size: 25px;
	padding: 60px 0 20px 0;
	text-align: center;
}
.saiyo-faq-list-block .saiyo-btn-box .middle {
	padding: 20px 0;
}

/***** green, blue button MINI ******/
.saiyo-faq-list-block-bottom {
	width: 100%;
}
.saiyo-faq-list-block-bottom .saiyo-btn-box-item {
	display: inline-block;
	width: 50%;
}
.saiyo-faq-list-block-bottom .box-inner-content {
	font-size: 20px;
	line-height: 100px;
}

@media screen and (max-width:640px) {
	.saiyo-faq-middle-list .img_flow img{
		max-width: 205px;
		height: auto;
	}
}