@charset "utf-8";
/* CSS Document */
main {
    background: #f1f4f6;
   display: block;
}


/*====修正====*/
.contentsflex {
    display: flex;
    margin: 0;
    flex-direction: column;
    max-width: 590px;
}
.interview-box{
	background: #fff;
}
/*.interview-box{
	color: #fff;
}*/
.sas_title01{
	background: url("../img/contents_img01.png") no-repeat center;
	width: 300px;
	min-height: 156px;
}
.sas_title02{
	background: url("../img/contents_img02.png") no-repeat center;
	width: 300px;
	min-height: 156px;
}
.sas_title03{
	background: url("../img/contents_img03.png") no-repeat center;
	width: 300px;
	min-height: 156px;
}
.sas_title04{
	background: url("../img/contents_img04.png") no-repeat center;
	width: 300px;
	min-height: 156px;
}
.sas_title05{
	background: url("../img/contents_img05.png") no-repeat center;
	width: 300px;
	min-height: 156px;
}
.interview-box p{
	font-size: 2.25rem;
	padding: 15px 20px;
	font-weight: bold;
}
.interview-box span{
	font-size: 1.25rem;
}
.sas_box{
	background: #fff;
    width: 100%;
	margin: 0 auto 25px;
	display: flex;
    color: #fff;
}
.sas_txt{
	margin: 5px 20px;
}
.sas_txt a ::before{
	content: url("../../common/img/arrow-icon04.png");
	padding-right: 10px;
}
.sas_txt a{
	text-decoration: none;
}
.sas_txt p {
    padding: 8px;
    text-indent: -1.2em;
    padding-left: calc(8px + 1.2em);
}
.sas_txt a sub::before{
  content: "";
  padding-right: 0;
}
.pdf-list li{
	margin-bottom: 5px;
}
.pdf-list li:after{
	content: url(../../common/img/pdf-icon.png) ;
	position: relative;
	right: 0;
	margin-left: 10px;
	top: 2px;
}
.contents_outer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

@media screen and ( max-width: 767px ){
.contentsflex {
    display: block;
    max-width: 100%;
    width: 100%;
  }
.interview-box {
  width: 100%;
    height: auto;
    background: #FFFFFF;
    margin: auto;
    margin-bottom: 30px;
  }
	.sas_box {
    width: 95%;
    display: flex;
		flex-direction: column;
		padding-bottom: 10px;
}
	.sas_title01 ,.sas_title02 ,.sas_title03 ,.sas_title04 ,.sas_title05 {
    width: 100%;
    min-height: 156px;
		background-size: cover;

}
	.sas_txt{
		padding: 0 5px 10px;
	}
.contents_outer {
    flex-direction: column;
    align-items: center;
}
}
@media print {

}