@charset "UTF-8";

/*--------------------PC--------------------*/
@media all and (min-width:681px){
	.bg_txt{
		left: 965px;
	}
}

/*--------------------SP--------------------*/
@media all and (max-width:680px){
	.bg_txt {
	    right: 0;
	}
	.sec{
		width: auto;
		padding: 0 5%;
	}
	.content_head {
	    height: 130px;
	}
	.head_ttl {
	    font-size: 25px;
	    position: relative;
	    z-index: 1;
	    line-height: 1.2;
	}
}

/* contentWrap
***************************************************************/
.contentWrap {
    padding-top: 45px;
    padding-bottom: 80px;
}
@media screen and (min-width:681px) and (max-width:1200px) {
    .contentWrap {
	    padding-left: 20px;
	}}
.content_txt{
	font-size: 18px;
}
.content_list{
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.content_list li{
	width: calc((100% - (28px * 3)) / 4);
	height: 120px;
	position: relative;
	z-index: 0;
}
.content_list li a{
	display: block;
	height: 100%;
}
.content_list li p{
	font-size: 15px;
	line-height: 1.33;
	margin-top: 10px;
}

.content_list li.new_icon::before{
	content: '';
    width: 25px;
    height: 25px;
    background-image: url(../img/ticket/new.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -12px;
    left: -12px;
    z-index: 1;
}

/*--------------------PC--------------------*/
@media all and (min-width:681px){
	.content_list li a:hover{
		color: #fa858e;
	}

	.content_list::before {
		display: block;
		content: '';
		width: calc((100% - (28px * 3)) / 4);
		order: 1;
	}
	.content_list::after {
		display: block;
		content: '';
		width: calc((100% - (28px * 3)) / 4);
	}
	.content_list li:nth-child(n+5){
		margin-top: 20px;
	}

}

/*--------------------SP--------------------*/
@media all and (max-width:680px){
	.contentWrap {
	    padding-top: 20px;
	    padding-bottom: 40px;
	}
	.contentWrap .inner{
	    margin-left: 5%;
	    margin-right: 5%;
	}
	.content_txt{
		font-size: 15px;
		line-height: 2;
		text-align: justify;
	}
	.content_list{
		margin-top: 25px;
	}
	.content_list::after {
		display: block;
		content: '';
		width: calc((100% - 5%) / 2);
	}
	.content_list li{
		width: calc((100% - 5%) / 2);
		height: auto;
	}
	.content_list li:nth-child(n+3){
		margin-top: 20px;
	}
	.content_list li p{
		font-size: 14px;
		margin-top: 5px;
	}

}
/*--------------------iP_SE--------------------*/
@media all and (max-width:320px){

}
