body{
	color:#1b1b1b;	
	font-size:1.6rem;
}

a{
	color:#1b1b1b;
}
.breadcrumb{
	font-size:1.6rem;
	line-height: 1.19;
}

.category_title{
	font-size:4.8rem;
	font-weight: 500;
	text-align: center;
	margin: 34px 0 94px;
	line-height: 0.54;
	
}
.category_title span{
	display: block;
	font-size:1.8rem;
	line-height: 2.67;
}

.coodinate_index h2{
	text-align: left;
	font-size:2.4rem;
	line-height: 1.75;
	font-weight: 500;
	color:#10100a;
	margin:0;
}

@media screen and (max-width: 767px){
.category_title {
    font-size: 3rem;
    margin: 25px 0;
}
.category_title span{
	font-size:1.6rem;
}
.coodinate_index {
    margin-bottom: 30px;
}
.coodinate_index h2 {
    font-size: 2.2rem;
}
.ttl_block .ttl {
    font-size: 1.6rem;
}
}

/*
coodinate_list
------------------------------*/
.column2{
	padding:0;
}
.coodinate_list ul li{
	background: #f7f7f7;
	box-shadow: 2px 2px 4px #eeeded;
  	position: relative;
  	margin-bottom:25px;
  	width: 47.8%;
}
.coodinate_list ul li:nth-child(odd) {
    margin-right: 4%;
}
.coodinate_list .ttl_block{	
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 90px;
  }
.coodinate_list .ttl:after{
    top:calc(50% - 0.8em / 2);
}

.coodinate_list ul li a{
	display: block;
}
.coodinate_list ul li .img_block img{
	width: 100%;
}
@media screen and (max-width: 767px) {
.column2 li:not(:first-child) {
    margin-top: 0;
}
.column2 li:nth-child(odd) {
    margin: 0 0 25px 0;
}
.coodinate_list ul li{
  	width: 100%;
}
 .ttl_block:after {
}
}

/*
bnr_box
------------------------------*/
.bnr_box{
    margin: 50px 0 120px;
}

.bnr_box ul{
	display: flex;
	justify-content: space-between;
}
.bnr_box ul li{
	width: 48%;	
	min-height: 222px;
	background:url("../images/image_bnr01.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	
}
.bnr_box ul li .bnr_contents:after{
    content: "";
    position: absolute;
    top: calc(50% - 0.8em / 2);
    right: 20px;
    width: 0.8em;
    height: 0.8em;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
}
.bnr_box ul li:nth-child(2){
	display: none;
	}
.bnr_box ul li:nth-child(3){
	background:url("../images/image_bnr02.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.bnr_contents{
    padding: 44px 0 55px 9%;
    color:#ffffff;
}
.bnr_contents .bnr_ttl{
	font-size:4rem;
	font-weight: bold;
	line-height: 0.8;
	text-indent: -4px;
}
.bnr_contents .bnr_ttl span{
	font-size:1.8rem;
	font-weight: normal;
	line-height: 1.1;
	text-indent: 0;
}
.bnr_contents .bnr_txt{
	font-size:1.6rem;
	line-height: 1.4;
	padding-top:28px;
}
@media screen and (max-width: 767px) {
.bnr_box {
    margin: 4% 0 10%;
}
.bnr_box ul{
	display: block;
}
.bnr_box ul li{
	width: 100%;
	margin-bottom:3%;
	min-height:170px;
}
.bnr_contents{
    padding: 8%;
}
.bnr_contents .bnr_ttl{
	font-size:2.8rem;
}
.bnr_contents .bnr_ttl span{
	font-size:1.6rem;
	}
.bnr_contents .bnr_txt{
	font-size:1.4rem;
	padding-top:5%;
}
}

/*
coordinate01～11.html
------------------------------*/
.mb30 {
margin-bottom: 30px;
}
.coordinateWrap {
    width: 95%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 3rem 0 0 0;
	overflow: hidden;
}
.coordinateWrap h2 {
	text-align: center;
	font-weight: normal;
	font-size: 3rem;
	line-height: 1.2;
	margin: 3rem auto 2rem auto;
}
.coordinateBox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 6rem;
}
.coordinateBox .img {
    width: 450px;
}
.coordinateBox .detail {
    width: calc(100% - 450px);
    padding: 0 3rem;
}
.coordinateBox .detail h3 {
    text-align: left;
    font-size: 2.3rem;
	line-height: 1.2;
	margin: 3rem auto 2rem auto;
}
.coordinateBox .detail p.item {
    text-align: right;
	padding-top: 4rem;
}
@media screen and (max-width: 767px){
    .coordinateBox {
          flex-direction: column;
    }
    .coordinateBox .img {
        width: 100%;
    }
    .coordinateBox .detail {
        width: 100%;
    }
}