@charset "UTF-8";
/* CSS Document */
#billboard h2 {
	color: #fff;
	text-align: center;
	background: #d93129;
	padding: 0 0 0.75em;
}
#billboard h2 .sp01 {
	font-size: 250%;
	font-weight: 200;
	font-style: italic;
}
#billboard h2 .sp02 {
	display: block;
	font-size: 87.5%;
	font-weight: normal;
	max-width: 15em;
	margin: auto;
	padding-top: 0.75em;
	border-top: 1px solid #fff;
}
#contents > div {
	padding: 3.5em 0;
}

#contents .inner02 ul {
	display: block;
	width: 100%;
	border-spacing: 0;
}
#contents .inner01 ul li {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}
#contents .inner01 ul li a {
	color: #fff;
	font-size: 110%;
	/*line-height: 56px;*/
	font-family: "Hiragino Kaku Gothic W5 JIS2004";
	/*padding-left: 1.5em;*/
	padding: 1em 1.5em;
	box-sizing: border-box;
	border: 1px solid #d93129;
	background: #d93129;
	position: relative;
	transition: 0.4s;
}
#contents .inner01 ul li a span:before,
#contents .inner01 ul li a span:after {
	content: "";
	display: inline-block;
	vertical-align:  middle;
	margin-left: 0. 5em;
} 
#contents .inner01 ul li a span:before {
	box-sizing: border-box;
	width: 25px;
	height: 25px;
	border: 1px solid #d93129;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}
#contents .inner01 ul li a span:after {
	content: '〉';
	color: #d93129;
	font-size: 18px;
	margin-left: -16px;
	transform: scaleY(0.6);
}
#contents .inner01 ul li a:hover {
    color: #d93129;
    background: #fff;
    transition: 0.4s;
}

#contents div.inner021 {
    margin:2em 0;
}
#contents div.inner021 {
    display: block;
    margin-bottom: 20px;
    text-align: center;
}
#contents div.inner021 a {
	color: #fff;
	font-size: 125%;
	line-height: 70px;
	font-family: "Hiragino Kaku Gothic W5 JIS2004";
	padding-left: 1.5em;
	box-sizing: border-box;
	border: 1px solid #55AE91;
	background: #55AE91;
	position: relative;
	transition: 0.4s;
	width:50%;
	display:block;
	margin:auto;
}
#contents div.inner021 a span:before,
#contents div.inner021 a span:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.5em;
}
#contents div.inner021 a span:before {
	box-sizing: border-box;
	width: 25px;
	height: 25px;
	border: 1px solid #55AE91;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}
#contents div.inner021 a span:after {
	content: '〉';
	color: #55AE91;
	font-size: 18px;
	margin-left: -16px;
	transform: scaleY(0.6);
}
#contents div.inner021 a:hover {
    color: #55AE91;
    background: #fff;
    transition: 0.4s;
}

#section01 > .text-center {
  text-align: center;
}
#section01 .text-left {
  text-align: left;
}
#section01 > .inner01 > h3 {
  color: #D93129;
  font-size: 156%;
  margin-bottom: 52px;
}
#section01 > .inner01 > a {
	display: inline-block;
	width: 240px;
	margin: 20px auto;
}
#section01 > .inner01 > a > img {
  width: 240px;
}
#section01 > .inner02 {
  margin-top: 60px;
}
@media only screen and (max-width: 1200px) {
	#contents div.inner021 a {
		width:50%;
	}
}
@media only screen and (max-width: 960px) {
	#billboard {
		box-shadow: 0px 0px 4px 4px rgba(0,0,0,0.2);
    position: relative;
    z-index: 100;
	}
	#contents div.inner021 a {
		width:50%;
	}
}
@media only screen and (min-width: 768px) {
  #section01 .text-left {
    text-align: center;
  }
  #section01 > .inner01 > p > a > img {
    width: 20%;
    margin: 18px auto;
  }
  #contents .inner01 ul li {
  	display: table-cell;
  	width: 50%;
  	text-align: center;
  }
  #contents .inner02 ul {
  	display: table;
  	width: 100%;
  	border-spacing: 50px 0;
  }
  #contents div.inner021 {
  	display: table;
  	width: 100%;
  	border-spacing: 50px 0;
  }

  #contents .inner01 ul li a {
  	/*line-height: 70px;*/
  }
}
@media only screen and (max-width: 767px) {
	#billboard .breadCrumb {
    border-bottom: 1px solid #fff;
	}
	#billboard h2 {
    padding: 2em 0;
	}
	#billboard h2 .sp02 {
		font-size: 100%;
		padding-top: 0.5em;
	}
	#contents .inner01 ul li a {
    width: 100%;
	}
	#contents div.inner021 {
		display: table;
		width: 100%;
		line-height:56px;
	}
  #section01 > .inner01 > h3 {
    font-size: 126%;
    margin-bottom: 22px;
  }
	#contents > .inner01 > .btn01.fix01 a {
		margin-bottom: 0;
	}
	#contents .inner01 ul li a:after {
		font-size: 150%;
    top: 0.3em;
	}
	#contents div.inner021 a {
		width:100%;
	}
}
@media (orientation: landscape) and (max-width: 767px){
	#contents .inner01 ul li a:after {
    font-size: 100%;
    top: 0.75em;
    right: 0.75em;
	}
}
