@charset "utf-8";

/*subvisual---------------------------------------------------------------*/


.subvisual {
	background-color: #3fa1ed;
}

.subvisual-pattern-bg {
	background-image: url(../images/company/sv-pattern-bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.subvisual-inner {
	background-image: url(../images/company/sv-company-title01-bg.svg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 230px;
}

.subvisual-area {z
	padding-top: 140px;
}

.subvisual-left {
	float: left;
	padding-left: 10%;
}

.subvisual-right {
	float: right;
}
 @media (max-width: 1600px) {

.subvisual-pattern-bg {
	background-image: url(../images/company/sv-pattern-bg-sp.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
}
 @media (max-width: 991px) {

.subvisual-pattern-bg {
	background-image: url(../images/company/sv-pattern-bg-sp.png);
	background-repeat: no-repeat;
	background-position: 10% bottom;
}

.subvisual-inner {
	background-image: url(../images/company/sv-company-title01-bg.svg);
	background-position: 0% center;
	height: 140px;
}

.subvisual-area {
	padding-top: 40px;
}

.subvisual-left {
	padding-left: 3%;
}
}
 @media (max-width: 480px) {

.subvisual-right {
	display: none;
}
}

/* pagetop170 */
/*--------------------------------------------------*/


.subvisual-career {
}

.subvisual-career-inner {
}

.subvisual-career-img {
}


/* 1200～∞（xl）*/
@media (min-width: 1200px) {

.subvisual-career-inner {
	height: 320px;
	background: url(../images/student/sv-bg.jpg) no-repeat center;
	background-size: cover;
}

.subvisual-career-img {
	display: none;
}

.subvisual-career-text {
	max-width: 645px;
	text-align: right;
	margin: auto;
	padding-top: 80px;
}
}
/* 0～1199 */
@media (max-width: 1199px) {

.subvisual-career-text {
	display: none;
}
}

/* エントリー */
/*--------------------------------------------------*/



.rentry {
	padding-bottom:50px;


	}







/* STEP */

.rentry-flow {
}

.rentry-flow li {
	width: 33.333%;
	float: left;
}

.rentry-flow li > span {
	background-color: #EDEDED;
	display: block;
	margin-right: 15px;
	text-align: center;
	padding: 15px 10px;
	position: relative;
	font-size: 24px;
	line-height: 0.8;
}

.rentry-flow li > span::before {
	position: absolute;
	content: '';
	width: 30px;
	height: 100%;
	left: 0;
	top: 0px;
	border: 25px solid transparent;
	border-left: 25px solid #FFF;
}

.rentry-flow li > span::after {
	position: absolute;
	content: '';
	width: 30px;
	height: 100%;
	right: -50px;
	top: 0px;
	border: 25px solid transparent;
	border-left: 25px solid #EDEDED;
	z-index: 50;
}

.rentry-flow li:nth-of-type(1) {
}

.rentry-flow li:nth-of-type(2) {
}

.rentry-flow li:nth-of-type(3) {
}

.rentry-flow li ._small01 {
	font-size: 18px;
}

.rentry-flow li ._small02 {
	font-size: 22px;
}

.body-class-page-entry-middle .rentry-flow li:nth-of-type(1) > span {
	background-color: #7AC143;
	color: #FFF;
}

.body-class-page-entry-middle .rentry-flow li:nth-of-type(1) > span::after {
	border-left: 25px solid #7AC143;
}

.body-class-page-entry-confirm-middle .rentry-flow li:nth-of-type(2) > span {
	background-color: #7AC143;
	color: #FFF;
}

.body-class-page-entry-confirm-middle .rentry-flow li:nth-of-type(2) > span::after {
	border-left: 25px solid #7AC143;
}

.body-class-page-entry-thanks-middle .rentry-flow li:nth-of-type(3) > span {
	background-color: #7AC143;
	color: #FFF;
}

.body-class-page-entry-thanks-middle .rentry-flow li:nth-of-type(3) > span::after {
	border-left: 25px solid #7AC143;
}





.body-class-page-entry-student .rentry-flow li:nth-of-type(1) > span {
	background-color: #3FA1ED;
	color: #FFF;
}

.body-class-page-entry-student .rentry-flow li:nth-of-type(1) > span::after {
	border-left: 25px solid #3FA1ED;
}

.body-class-page-entry-confirm-student .rentry-flow li:nth-of-type(2) > span {
	background-color: #3FA1ED;
	color: #FFF;
}

.body-class-page-entry-confirm-student .rentry-flow li:nth-of-type(2) > span::after {
	border-left: 25px solid #3FA1ED;
}

.body-class-page-entry-thanks-student .rentry-flow li:nth-of-type(3) > span {
	background-color: #3FA1ED;
	color: #FFF;
}

.body-class-page-entry-thanks-student .rentry-flow li:nth-of-type(3) > span::after {
	border-left: 25px solid #3FA1ED;
}




.body-class-page-entry-students .rentry-flow li:nth-of-type(1) > span {
	background-color: #909090ff;
	color: #FFF;
}

.body-class-page-entry-students .rentry-flow li:nth-of-type(1) > span::after {
	border-left: 25px solid #909090ff;
}

.body-class-page-entry-confirm-students .rentry-flow li:nth-of-type(2) > span {
	background-color: #909090ff;
	color: #FFF;
}

.body-class-page-entry-confirm-students .rentry-flow li:nth-of-type(2) > span::after {
	border-left: 25px solid #909090ff;
}

.body-class-page-entry-thanks-students .rentry-flow li:nth-of-type(3) > span {
	background-color: #909090ff;
	color: #FFF;
}

.body-class-page-entry-thanks-students .rentry-flow li:nth-of-type(3) > span::after {
	border-left: 25px solid #909090ff;
}

















.body-class-page-entry-parttime .rentry-flow li:nth-of-type(1) > span {
	background-color: #EF8B1E;
	color: #FFF;
}

.body-class-page-entry-parttime .rentry-flow li:nth-of-type(1) > span::after {
	border-left: 25px solid #EF8B1E;
}

.body-class-page-entry-confirm-parttime .rentry-flow li:nth-of-type(2) > span {
	background-color: #EF8B1E;
	color: #FFF;
}

.body-class-page-entry-confirm-parttime .rentry-flow li:nth-of-type(2) > span::after {
	border-left: 25px solid #EF8B1E;
}

.body-class-page-entry-thanks-parttime .rentry-flow li:nth-of-type(3) > span {
	background-color: #EF8B1E;
	color: #FFF;
}

.body-class-page-entry-thanks-parttime .rentry-flow li:nth-of-type(3) > span::after {
	border-left: 25px solid #EF8B1E;
}





.body-class-page-entry-parttimer .rentry-flow li:nth-of-type(1) > span {
	background-color: #ff8080;
	color: #FFF;
}

.body-class-page-entry-parttimer .rentry-flow li:nth-of-type(1) > span::after {
	border-left: 25px solid #ff8080;
}

.body-class-page-entry-confirm-parttimer .rentry-flow li:nth-of-type(2) > span {
	background-color: #ff8080;
	color: #FFF;
}

.body-class-page-entry-confirm-parttimer .rentry-flow li:nth-of-type(2) > span::after {
	border-left: 25px solid #ff8080;
}

.body-class-page-entry-thanks-parttimer .rentry-flow li:nth-of-type(3) > span {
	background-color: #ff8080;
	color: #FFF;
}

.body-class-page-entry-thanks-parttimer .rentry-flow li:nth-of-type(3) > span::after {
	border-left: 25px solid #ff8080;
}












/* 0～767 */
@media (max-width: 767px) {

.rentry-flow li > span {
	font-size: 20px;
}

.rentry-flow li ._small01 {
	font-size: 14px;
}

.rentry-flow li ._small02 {
	font-size: 18px;
}

.rentry-flow li > span {
	padding: 17px 10px;
}
}
/* 0～575 */
@media (max-width: 575px) {

.rentry-flow li > span {
	font-size: 16px;
}

.rentry-flow li ._small01 {
	font-size: 10px;
}

.rentry-flow li ._small02 {
	font-size: 14px;
}

.rentry-flow li > span {
	padding: 17px 0 17px 25px;
	line-height: 1.0;
	margin-right: 10px;
}
}

/* ENTRY MAIN */

.rentry-main {
	width: 100%;
}

.rentry-main tr:not(:last-child) {
	border-bottom: 1px solid #AEAEAE;
}

.rentry-main th, .rentry-main td {
	padding: 15px 0;
}

.rentry-main th {
	width: 340px;
	padding-left: 10px;
}

.rentry-main th._hissu {
	position: relative;
}

.rentry-main th._hissu::after {
	position: absolute;
	content: '必須';
	color: #FFF;
	background-color: #FF8E1E;
	padding: 1px 10px;
	right: 15px;
	top: 10px;
}

.rentry-main input[type="text"]._w80, .rentry-main input[type="redio"]._w80, .rentry-main input[type="email"]._w80, .rentry-main textarea._w80 {
	width: 80%;
}

/* ENTRY BUTTON */

.rentry-button {
	background-color: #666666;
	color: #FFF;
	padding: 15px 30px;
	font-size: 22px;
	font-weight: bold;
}

.rentry-button.rentry-back {
	background-color: #adadad;

}





.rentry-submit {
}

.rentry-privacy {
	margin-top: 30px;
}

.rentry-privacy-title {
	font-size: 17px;
	text-align: center;
}

.rentry-privacy-main {
	height: 100px;
	border: 1px solid #666666;
	overflow: auto;
	padding: 15px;
	margin-top: 10px;
}

/*.rentry-privacy-main p {
	margin-bottom: 15px;
}*/
/* 0～991 */
@media (max-width: 991px) {

.rentry-main th {
	width: 30%;
	padding-right: 60px;
}

.change-input-type-tel {
	width: 25%;
}
}
/* 0～767 */
@media (max-width: 767px) {

.rentry-main,  .rentry-main th,  .rentry-main td {
	width: 100%;
	display: block;
}

.rentry-main th {
	padding-bottom: 0px;
	padding-left: 0;
	padding-right: 0;
	font-size: 16px;
	font-weight: bold;
}

.rentry-main td {
	margin-top: 7px;
	padding-top: 0px;
}

.rentry-main input[type="text"]._w80,  .rentry-main input[type="redio"]._w80,  .rentry-main input[type="email"]._w80,  .rentry-main textarea._w80 {
	width: 100%;
}
}

/* thanks */


.rentry-thanks-text {
	text-align: center;
}

.rentry-thanks-text ._text01 {
	font-size: 22px;
	display: block;
}

.rentry-thanks-text ._text02 {
	font-size: 18px;
	display: block;
}

.rentry-thanks-link {
	text-align: center;

}

.rentry-thanks-link a  {
    background-color: #666666;
    color: #FFF;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: bold;
}

/*.rentry-thanks-link a:hover {
	text-decoration: underline;
}
*/




/*hover */
/*-----------------------*/



.hover a {
	-webkit-transition: 350ms;
	transition: 350ms;
}

.hover a:hover {
	opacity: 0.7 !important;
}

a.hover {
	-webkit-transition: 350ms;
	transition: 350ms;
}

a.hover:hover {
	opacity: 0.7;
}


/*.interview-------------------------------------------------------------*/



 @media (min-width: 1199px) {

.interview-top-inner, .interview-center-inner {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}
}

/*.interview-top---*/



.interview-top {
	background-color: #7AC143;
	padding: 30px 0;
}

.interview-top-left {
	width: 50%;
	float: left;
	padding-right: 0px;
}

.interview-top-right {
	width: 50%;
	float: right;
	padding-left: 60px;
	position: relative;
}

.interview-top-right-inner {
	position: absolute;
	right: 0;
	padding-left: 60px;
	width:100%;
}



.ua-ie .interview-top-right-inner ,  .ua-edge .interview-top-right-inner {

}


.interview-top-vol {
	font-weight: bold;
	color: #FFF;
	font-size: 30px;
}

.interview-top-vol span {
	vertical-align: middle;
}

.interview-top-vol span {
	padding-right: 5px;
}

.interview-top-title01 {
	font-weight: bold;
	color: #FFF;
	font-size: 50px;
	line-height: 1.2;
	margin-top: 10px;
}

.interview-top-name {
	margin-top: 15px;
	font-size: 26px;
	font-weight: bold;
}

.interview-top-info {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8;
}

/*.interview-center---*/


.interview-center {
	padding-top: 40px;
}

.interview-center-left {
	width: 50%;
	float: left;
	border-right: 1px dotted #7AC143;
	padding-right: 30px;
}

.interview-center-right {
	width: 50%;
	float: right;
	margin-top: 30%;
	padding-left: 30px;
}

.interview-center-title {
	font-size: 30px;
	color: #7AC143;
}

.interview-center-text {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8;
}

.interview-center-album-title {
	background-image: url(../images/index/recruit-bg01.png);
	padding: 10px 30px 10px 20px;
	border-radius: 10px;
	border: 1px solid #7AC143;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

.interview-center-album-title .camera-icon {
	background-image: url(../images/interview-m01/camera-icon.svg);
	padding: 10px 3px 10px 90px;
	font-size: 20px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
}
 @media (max-width: 1200px) {

.interview-top-title01 {
	font-size: 42px;
}
}
 @media (max-width: 991px) {

.interview-top-title01 {
	font-size: 42px;
}

.interview-center-left {
	padding-right: 15px;
}

.interview-center-title {
	font-size: 24px;
	line-height: 1.4;
}

.interview-center-text {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
}

.interview-top-right-inner {
	padding-left: 15px;
}

.interview-center-right {
	margin-top: 35%;
	padding-right: 0px;
	padding-left: 15px;
}

.interview-center-album-title {
	background-image: url(../images/index/recruit-bg01.png);
	padding: 10px 10px 10px 10px;
	border-radius: 10px;
	border: 1px solid #7AC143;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

.interview-center-album-title .camera-icon {
	background-image: url(../images/interview-m01/camera-icon.svg);
	padding: 5px 3px 5px 70px;
	font-size: 18px;
}
}


/*.interview-sp---------------------------*/

 @media (max-width: 767px) {

/*.interview-top---*/



.interview-top {
	padding: 15px 0;
}

.interview-top .container-fluid {
	padding-left: 5px;
	padding-right: 5px;
}

.interview-top-left {
	width: 100%;
	float: none;
	padding-right: 0px;
}

.interview-top-right {
	width: 100%;
	float: none;
	padding-left: 0px;
	position: static;
}

.interview-top-right-inner {
	position: static;
	right: 0;
	padding-left: 0px;
	margin-top: 15px;
}

.interview-top-vol {
	font-size: 22px;
}

.interview-top-vol span {
	vertical-align: middle;
}

.interview-top-vol span {
	padding-right: 5px;
}

.interview-top-title01 {
	font-size: 36px;
	line-height: 1.2;
	margin-top: 10px;
}

.interview-top-name {
	margin-top: 15px;
	font-size: 22px;
	color: #fff;
}

.interview-top-info {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	color: #fff;
}

.interview-top-text {
	color: #fff
}

/*.interview-center---*/


.interview-center {
	padding-top: 20px;
}

.interview-center-left {
	width: 100%;
	float: none;
	/*	border-right:1px dotted #7AC143;*/
	border-right: none !important;
	padding-right: 0px;
}

.interview-center-right {
	width: 100%;
	float: none;
	margin-top: 20px;
	padding-left: 0px;
}

.interview-center-title {
	font-size: 22px;
}

.interview-center-text {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
}
}

/*.interview-bottom--------------------------*/


.interview-bottom-title {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}

.interview-bottom-arrow {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}
 @media (min-width:768px) {

.interview-bottom-qa {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 38% 0 0;
}

.interview-bottom-qa-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/interview-m01/qa-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.interview-bottom-qa-box {
	width: 100%;
	height: 100%;
	display: table;
}

.interview-bottom-qa-box-inner {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	padding-right: 8%;
}

.interview-bottom-qa-box-inner dl {
	display: inline-block;
	text-align: left;
	background-color: rgba(122, 193, 67, 0.8);
	color: #FFF;
	padding: 5% 2%;
	max-width: 320px;
}

.interview-bottom-qa-box-inner dt {
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 10px;
}
}

.interview-bottom-qa-box-inner dl {
	display: inline-block;
	text-align: left;
	background-color: rgba(122, 193, 67, 0.8);
	color: #FFF;
	padding: 5% 2%;
	max-width: 320px;
}

.interview-bottom-qa-box-inner dt {
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 10px;
}
 @media screen and (min-width: 768px) and (max-width: 991px) {

.interview-bottom-qa-box-inner dl {
	padding: 3% 2%;
}

.interview-bottom-qa-box-inner {
	padding-right: 4%;
}

}
 @media (max-width:767px) {

.interview-bottom-title {
	font-size: 22px;
}

.interview-bottom-arrow {
	font-size: 30px;
}

.interview-bottom-qa-box-inner dl {
	margin-top: 15px;
	display: block;
	text-align: left;
	background-color: rgba(122, 193, 67, 0.8);
	color: #FFF;
	padding: 2% 2%;
	max-width: 100%;
}
}
 @media (max-width:575px) {

.interview-bottom-title {
	font-size: 22px;
}
}

.interview-bottom .entry-btn {
	text-align: center;
	margin: 50px auto 50px;
}

.interview-bottom .entry-btn a {
	display: inline-block;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 80px;
	background-color: #ababab;
}
 @media (max-width:575px) {

.interview-bottom .entry-btn {
	text-align: center;
	margin: 30px auto 30px;
}

.interview-bottom .entry-btn a {
	padding: 10px 40px;
}
}



/*another-voice-list----------------------------*/



 @media (min-width:1200px) {

.another-voice-list ul {
	padding: 0 5%;
}
}

.another-voice-list {
	background-color: #7AC143;
	padding: 20px 0;
}

.another-voice-list-title {
	color: #FFF;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}

.another-voice-list ul {
	margin-top: 15px;
}

.another-voice-list li h3 {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	margin-top: 10px;
	margin-bottom: 10px;
}

.another-voice-list li p {
	color: #FFF;
	line-height: 1.3;
}

.another-voice-list li span {
	font-size: 18px;
	padding-right: 5px;
}



/*
 @media screen and (min-width: 768px) and (max-width: 991px) {

.another-voice-list a {
	display:block;
	max-width:570px;
	margin-left:auto;
	margin-right:auto;

}
}
*/

 @media (max-width:991px) {
.another-voice-list a {
	display:block;
	max-width:570px;
	margin-left:auto;
	margin-right:auto;

}
}

 @media (max-width:767px) {

.another-voice-list-title {
	font-size: 24px;
}

.another-voice-list li h3 {
	font-size: 17px;
}
}

/*another-recruit-list----------------------------*/


.another-recruit-list-title {
	padding: 0 15px;
	background-color: #4d4d4d;
	color: #FFF;
	font-size: 16px;
	text-align: center;
}

.another-recruit-list ul {
	padding: 0 10%;
}

.another-recruit-list {
	background-color: #dedede;
}

.another-recruit-list li a {
	display: inline-block;
	width: 100%;
	background-image: url(../images/interview-m01/another-recruit-list01.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	line-height: 90px;
	height: 90px;
	background-size: auto 90px;
	font-size: 20px;
	font-weight: bold;
}

.another-recruit-list li:nth-child(2) a {
	background-image: url(../images/interview-m01/another-recruit-list01_.png);
}

.another-recruit-list li:nth-child(3) a {
	background-image: url(../images/interview-m01/another-recruit-list03.png);
}
 @media (max-width:1199px) {

.another-recruit-list ul {
	padding: 0 5%;
}
}
 @media (max-width:991px) {

.another-recruit-list ul {
	padding: 0 0%;
}
}
 @media (max-width:767px) {

.another-recruit-list li a {
	/*background-size: auto 60px;*/
	/*line-height: 20px;*/
	/*padding-top: 15px;*/
	background-position: right bottom;
}
}


/*interview 色変更----------------------------*/

/*#student---*/
#student .interview-top {
    background-color: #3FA1ED;
}

#student .interview-center-title {
    color: #3FA1ED;
}

#student .interview-center-left {
    border-right: 1px dotted #3FA1ED;
}


#student .interview-center-album-title {
    background-image: url(../images/index/recruit-bg02.png);
    border: 1px solid #3FA1ED;
}

#student .another-voice-list {
    background-color: #3FA1ED;
}
#student .interview-bottom-qa-box-inner dl {
    background-color: rgba(63, 161, 237, 0.7);

}

/*#parttime---*/

#parttime .interview-top {
    background-color: #EF8B1E;
}

#parttime .interview-center-title {
    color: #EF8B1E;
}

#parttime .interview-center-left {
    border-right: 1px dotted #EF8B1E;
}


#parttime .interview-center-album-title {
    background-image: url(../images/index/recruit-bg03.png);
    border: 1px solid #EF8B1E;
}

#parttime .another-voice-list {
    background-color: #EF8B1E;
}


#parttime .interview-bottom-qa-box-inner dl {
    background-color: rgba(239, 139, 30, 0.7);
}



/*post001-list-------------------------------------------------------------*/



.post001-list li {
	border-top: 1px dotted #000;
	padding: 10px 5px;
}

.post001-list a {
	display: block;
	width: 100%;
}

.post001-list p {
}

.post001-list .post001-date {
	width: 100px;
	float: left;
}

.post001-list .post001-title {
	width: calc( 100% - 195px );
	float: left;
}

.post001-list .post001-more {
	width: 95px;
	float: right;
	text-align: right;
}

.post001-list .post001-more span {
	background-color: #ff0000;
	color: #fff;
	border-radius: 4px;
	padding: 2px;
	font-size: 13px;
}

.post001-list .post001-day {
	display: block;
}

.post001-list .post001-category {
	border-radius: 4px;
	padding: 0 2px;
	font-size: 13px;
	display: inline-block;
	width: 90px;
	text-align: center;
	border: 1px solid #ff0000;
	color: #ff0000;
}

.post001-list .post001-category.post001-category-information {
	border: 1px solid #f18d1e;
	color: #f18d1e;
}

/* 20210614 mod*/
.topcontent01-link {
	/* margin-top: 10px; */
	margin-top: 20px;
	/* text-align: right; */
	text-align: center;
}

.topcontent01-link a {
	margin-top: 5px;
	color: #FFF;
	background-color: #666;
	/* padding: 2px 10px; */
	padding: 6px 40px;
}
.topcontent01-link a:hover {
	opacity: 0.8;
}


 @media (max-width:991px) {

.post001-list .post001-date {
	width: 100%;
	float: none;
}

.post001-list .post001-title {
	width: 100%;
	float: none;
}

.post001-list .post001-day {
	display: inline-block;
	padding-right: 10px;
}
}

@media (min-width: 1200px) {
.post-bg  .container-fluid.single-news {
    padding: 20px 60px;
}
}

.post-bg {
	background-image: url(../images/index/recruit-bg01.png);
	padding-bottom:50px;

	}

.post-bg .single-news {
	background-color:#FFF;
	}


.archive-title {
	font-weight:bold;
	font-size:22px;
	margin-bottom:10px;


	}

@media (max-width: 575px) {

.post001-list time {
	display:block;


	}

	}
