@charset "UTF-8";
/* ----------ttl_inner---------- */
.ttl_inner{
}
.ttl_inner .title{
	margin-bottom:7em;
}
.ttl_inner .title h1{
	font-size:1.5rem;
	margin-bottom:1em;
}
.ttl_inner .title h6{
	font-size:1rem;
	line-height:1em;
}
.ttl_inner .title h6 span:first-child{
	border-right: 0.5px solid #666;
	padding-right:0.5em;
	margin-right:0.5em;
	font-size:75%;
}
.ttl_inner .title h6 span:last-child{
	border-right: unset;
	padding-right:unset;
	margin-right:unset;
}
/* ----------768px---------- */
@media screen and (max-width: 768px) {
	.ttl_inner .title{
		text-align:center;
	}
	.ttl_inner .title h1{
		margin:1em 0 0 0;
	}
	.ttl_inner .title h1 span{
		display:block;
	}
}


/* -- cont_contact -- */
.cont_contact{
}

/* -- content.page -- */
.content.page section p > a{
	color:#ab2020;
}
.content.page section p > a:before{
    content: url("../../../../../img/common/open_in_new.svg");
    display:inline-block;
    width:1.2em;
    vertical-align: middle;
    position: relative;
    top: 0.1em;
}