@charset "UTF-8";

/*--------------------PC--------------------*/
@media all and (min-width:681px){
	.bg_txt{
		left: 700px;
	}

	.sec{
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 90px;
	}
}

/*--------------------SP--------------------*/
@media all and (max-width:680px){
	.bg_txt{
		right: 0;
	}

	.sec{
		width: auto;
		padding: 0 5%;
	}
}

/* contentWrap
***************************************************************/
.content_ttl{
	font-size: 26px;
	font-weight: 700;
	position: relative;
	margin-top: 20px;
	padding-bottom: 30px;
}
.content_ttl::before{
	content: '';
	width: 25px;
	height: 2px;
	background-color: #fa858e;
	position: absolute;
	top: -20px;
	left: 0;
}
.content_ttl::after{
	content: '';
	width: 100%;
	height: 1px;
	background-color: #f4f4f4;
	position: absolute;
	bottom: 0;
	left: 0;
}

.sec01_list{
	margin-top: 20px;
}
.sec01_list .ttl{
	position: relative;
	padding-left: 30px;
	font-size: 15px;
	letter-spacing: 0.1em;
	width: 190px;
}
.sec01_list .ttl::before{
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #fa858e;
	position: absolute;
	top: 12px;
	left: 0;
}
.sec01_list .sub{
	font-size: 15px;
}

.list_txt .sub{
	line-height: 2;
}
.list_txt .sub p{
	position: relative;
	padding-left: 30px;
}
.list_txt .sub p::before{
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border: 1px solid #fa858e;
	position: absolute;
	top: 12px;
	left: 0;
}

.sec01_txt{
	text-align: right;
	margin-top: 20px;
	font-size: 15px;
}

	.contentWrap {
	    padding-top: 20px;
	    padding-bottom: 80px;
	}
@media screen and (min-width:681px) and (max-width:1200px) {
    .contentWrap {
	    padding-left: 20px;
	}}
	.content_txt{
		position: relative;
	}
	.content_txt a {
	    display: block;
	    position: relative;
	    max-width: 1200px;
	    margin-left: auto;
	    margin-right: auto;
	}
	.content_txt a span::after {
	    content: '';
	    width: 20px;
	    height: 15px;
	    background-image: url(../img/about/file_icon_off.svg);
	    background-size: 100%;
	    background-position: center;
	    background-repeat: no-repeat;
	    position: absolute;
	    top: 50%;
	    right: -30px;
	    margin-top: -7px;
	}
	.content_txt::after {
	    content: '';
	    width: 100%;
	    height: 1px;
	    background-color: #f4f4f4;
	    position: absolute;
	    bottom: -20px;
	    left: 0;
	}
	.content_txt span {
	    display: inline-block;
	    /* width: 1200px; */
	    /* margin-left: auto; */
	    /* margin-right: auto; */
	    font-size: 18px;
	    line-height: 1.55;
	    color: #e60012;
	    position: relative;
	    transition: .3s ease;
	}
/*--------------------PC--------------------*/
@media all and (min-width:681px){
	/*.contentWrap{
		padding-top: 70px;
	}*/

	.sec01_list li{
		display: flex;
		padding: 15px 0;
		line-height: 2;
	}
	.sec.sec01 {
	    margin-top: 110px;
	}
	.content_txt a:hover span {
		color: #000;
	}

}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
	.contentWrap .sec{
		padding-bottom: 50px;
	}
	.content_ttl{
		font-size: 20px;
		margin-top: 25px;
		padding-bottom: 25px;
	}
	.content_ttl::before{
		width: 40px;
		top: -25px;
		left: -5vw;
	}
	.content_ttl::after{
		width: 100vw;
    	left: -5vw;
	}

	.sec01_txt{
		margin-top: 15px;
	}
	.sec01_list{
		margin-top: 15px;
	}
	.sec01_list li{
		padding: 10px 0;
		line-height: 2;
	}
	.sec01_list li:first-child{
		padding-top: 0;
	}
	.sec01_list .ttl{
		padding-left: 20px;
		width: 100%;
		font-weight: 500;
	}
	.sec01_list .sub{
		padding-left: 20px;
	}

	.list_txt .sub p{
		padding-left: 15px;
	}
	.list_txt .sub p::before{
		width: 5px;
		height: 5px;
		top: 14px;
	}

	.sec01_txt{
		font-size: 14px;
	}


	.contentWrap {
	    padding-bottom: 0;
	}
	.content_txt span {
	    width: auto;
	    font-size: 15px;
	    line-height: 2;
	    text-align: justify;
	    padding-left: 5%;
	    /* padding-right: 5%; */
	    padding-bottom: 20px;
	    position: relative;
	    padding-right: 2.5em;
	    display: inline-block;
	}
	.content_txt a span::after {
	    position: absolute;
	    top: auto;
	    right: auto;
	    margin-top: 8px;
	    margin-left: 8px;
	}
	.content_txt::after{
		bottom: 0;
		top: initial;
	}
}
/*--------------------iP_SE--------------------*/
@media all and (max-width:320px){

}



.sec.sec02 {
    margin-top: 110px;
}

.sec02_inner{
	margin-top: 60px;
}
.sec02_txt01{
	font-size: 15px;
	margin-top: 30px;
}
.sec02_txt02{
	font-size: 15px;
	line-height: 2;
	text-align: justify;
}
.sec02_ttl{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 30px;
}
.sec02_ttl2{
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px;
}

.sec02_list{
	column-count: 3;
}
.sec02_list li a{
	position: relative;
	font-size: 15px;
	line-height: 2;
}
.sec02_list li a::after{
	content: '';
	width: 20px;
	height: 15px;
	background-image: url(../img/about/file_icon_off.svg);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	right: -30px;
	margin-top: -7px;
}
.gaiyou{
	margin-bottom: 0;
}
.kyougi{
	margin-top: 20px;
}
/*--------------------PC--------------------*/
@media all and (min-width:681px){
	.sec02_list li a:hover{
		opacity: 0.6;
	}
	.sec02_list.train li:nth-child(n+9):nth-child(-n+16){
		margin-left: 10%;
	}
	.sec02_list.train li:last-child {
		padding-bottom: 20%;
	}
	.sec02_list.bus li:nth-child(n+14):nth-child(-n+26){
		margin-left: 10%;
	}
}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
	.sec.sec02 {
	    margin-top: 60px;
	}
	.sec02_inner{
		margin-top: 40px;
	}
	.sec02_txt01{
		line-height: 2;
		margin-top: 15px;
	}
	.sec02_ttl{
		margin-bottom: 20px;
	}
	.sec02_list{
		column-count: 2;
	}
	.sec02_list li {
	    padding-right: 1.2em;
	}
	.sec02_list li a{
		font-size: 13px;
		display: inline-block;
	}
	.sec02_list li a::after{
		width: 15px;
		height: 12px;
		top: initial;
		right: initial;
		margin-top: 8px;
		margin-left: 3px;
	}
}
/*--------------------iP_SE--------------------*/
@media all and (max-width:320px){

}


/* koukoku
***************************************************************/
.koukoku .sec_inner{
	margin-top: 30px;
}
.koukoku .sec01_txt{
	font-size: 15px;
	text-align: left;
}
.koukoku .sec02 .sec_inner{
	display: flex;
	flex-wrap: wrap;
}
.koukoku .sec02 .sec_inner a{
	display: block;
	font-size: 16px;
	color: #fa858e;
	line-height: 2;
	padding-right: 30px;
	position: relative;
}

/*--------------------PC--------------------*/
@media all and (min-width:681px){
	.koukoku .sec02 .sec_inner a:not(:nth-child(3n)){
		margin-right: 135px;
	}
	.koukoku .sec02 .sec_inner a:nth-child(n+4){
		margin-top: 15px;
	}
		/*.koukoku .sec02 .sec_inner a:hover{
			opacity: 0.6;
		}*/
}

/*--------------------SP--------------------*/
@media all and (max-width:680px){
	.koukoku .sec_inner{
		margin-top: 15px;
	}
}















