@charset "utf-8";

/**
 * トップページ
 * ------------------------------------ */

.key-visual {
	background: url(../images/top/keyvisual-main.png) center center no-repeat;
	background-size: cover;
	height: 460px;
	margin: 0 auto;
	position: relative;
	max-width: 1280px;
}

.key-visual > a img {
	position: absolute;
	right: 2.5%;
	bottom: 0;
	max-width: 35%;
}

.highlight {
	margin-top: 48px;
	padding: 32px 0;
	text-align: center;
	background-color: #E0F1E5;
}

@media screen and (max-width: 767px) {
	.key-visual {
		background-position: left center;
		height: auto;
		padding-top: 40%;
		max-width: 100%;
	}
	
	.key-visual > a img {
		right: 1%;
		bottom: 0;
		max-width: 30%;
	}

	.highlight {
		margin-top: 16px;
		padding: 16px 0;
	}

	.highlight img {
		width: 94%;
	}
}

.home-contents-01 {
	background: #EAF6FD;
	margin: 20px auto;
	padding: 20px 0;
}

.home-contents-01 > p {
	border-right: 2px solid #1D50A2;
	color: #1D50A2;
	font-weight: bold;
	float: left;
	margin-right: 20px;
	padding: 5px 0;
	text-align: center;
	width: 210px;
}

.home-contents-01 > table {
	float: left;
}

.home-contents-01 > table th {
	width: 150px;
	text-align: center;
}

.home-contents-01 > table th,
.home-contents-01 > table td {
	padding: 5px 0;
}

.home-contents-01 > table td a:hover{
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	.home-contents-01 {
		margin: 2.5% auto;
		padding: 2.5%;
		width: 90%;
	}
	
	.home-contents-01 > p {
		border-right: none;
		border-bottom: 2px solid #b70171;
		float: none;
		margin-right: 0;
		width: auto;
	}
	
	.home-contents-01 > table {
		float: none;
		margin: 10px 0 0 0;
	}
	
	.home-contents-01 > table th,
	.home-contents-01 > table td {
		display: block;
		padding: 0;
		text-align: left;
		width: 100%;
	}
		
	.home-contents-01 > table td a {
		text-decoration: underline;
	}
}

.home-contents-02 {
	background: url(../images/top/con-01_bg.png) no-repeat;
	background-size: cover;
	padding: 45px 0;
}

.home-contents-02 h2 {
	background: url(../images/top/con-01_title-pc.png) left center no-repeat;
	float: left;
	height: 140px;
	margin:0 30px;
	overflow: hidden;
	text-indent: -99999px;
	width: 220px;
}

.home-contents-02 ul {
	float: left;
}

.home-contents-02 ul li {
	float: left;
}

@media screen and (max-width: 767px) {
	.home-contents-02 {
		background: url(../images/top/con-01_bg.png) no-repeat;
		background-size: cover;
		padding: 20px 0;
	}
	
	.home-contents-02 h2 {
		background: url(../images/top/con-01_title-sp.png) top center no-repeat;
		background-size: cover;
		float: none;
		height: 50px;
		margin: 0 auto 20px auto;
		overflow: hidden;
		text-indent: -99999px;
		width: 260px;
	}
	
	.home-contents-02 ul {
		float: none;
		margin: 0 auto;
		max-width: 340px;
	}
	
	.home-contents-02 ul li {
		float: left;
		width: 25%;
	}
	
	.home-contents-02 ul li img {
		height: 70px;
	}
}

.home-contents-wrapper-01 {
	padding: 50px 0;
}

.home-contents-03 {
	float: left;
	width: 49%;
}

.home-contents-03 .inner {
	float: right;
	position: relative;
	width: 520px;
}

.home-contents-03 h3 {
	position: absolute;
	top: 0;
	right: 0;
}

.home-contents-03 table {
	font-size: 12px;
	margin: 15px 0;
	line-height: 1.5;
	width: 100%;
}

.home-contents-03 th,
.home-contents-03 td {
	display: block;
	text-align: left;
	width: 100%;
}

.home-contents-03 th {
	padding: 5px 0 0 0;
}

.home-contents-03 td {
	border-bottom: 1px solid #000;
	padding: 0 0 5px 0;
}

.home-contents-03 tr:first-child th {
	border-top: 1px solid #000;
}

.home-contents-03 th span {
	color: #1D50A2;
	margin: 0 0 0 10px;
}

.home-contents-03 td a:hover {
	text-decoration: underline;
}

.youtube {
	text-align: right;
}

.home-contents-04 {
	background: #EAF6FD;
	float: right;
	width: 49%;
}

.home-contents-04 .inner {
	float: left;
	width: 520px;
}

.home-contents-04 ul {
	margin: -20px auto 30px auto;
	width: 460px;
}

.home-contents-04 li img {
	width: 32%;
	margin:0 0 10px 0;
}

@media screen and (max-width: 767px) {
	.home-contents-wrapper-01 {
		padding: 15px 0;
	}
	
	.home-contents-03,
	.home-contents-04 {
		float: none;
		width: 100%;
	}
	
	.home-contents-03 .inner,
	.home-contents-04 .inner {
		float: none;
		position: relative;
		width: 100%;
	}
	
	.home-contents-03 {
		margin-bottom: 16px;
	}
	
	.home-contents-03 .inner {
		margin: 0 auto;
		width: 90%;
	}
	
	.home-contents-03 h2 {
		width: 50%; 
	}
	
	.home-contents-03 h3 {
		width: 40%;
	}
	
	.home-contents-03 table {
		font-size: 10px;
		margin: 10px 0;
	}
	
	.home-contents-03 th,
	.home-contents-03 td {
		display: block;
		width: 100%;
	}
	
	.home-contents-03 th {
		padding: 5px 0 0 0;
	}
	
	.home-contents-04 ul {
		width: 95%;
		margin-bottom: 15px;
	}
	
	.home-contents-04 li img {
		width: 32%;
		margin:0 0 10px 0;
	}
}

.home-contents-05 {
	background: url(../images/top/con-04_bg.png) left top no-repeat;
	margin: 40px auto;
	width: 830px;
}

.home-contents-05 h2 {
	padding: 10px 0 15px 0;
	text-align: center;
}

.home-contents-05 ul li {
	float: left;
	width: 48%;
}

.home-contents-05 ul li:last-child {
	float: right;
}

.home-contents-05 ul li img {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.home-contents-05 {
		background: url(../images/top/con-04_bg.png) left 10px top no-repeat;
		margin: 10px auto;
		width: auto;
	}
	
	.home-contents-05 h2 {
		padding: 5px 0 10px 0;
		text-align: center;
	}
	
	.home-contents-05 h2 img {
		height: 24px;
	}
	
	.home-contents-05 ul li {
		float: none;
		margin: 0 auto 5px auto;
		width: 80%;
	}
	
	.home-contents-05 ul li:last-child {
		float: none;
	}
}

.home-contents-06 {
	padding: 40px 0;
}

.home-contents-06 .site-box {
	position: relative;
}

.home-contents-06 h2 {
	margin-bottom: 30px;
}

.home-contents-06 h2 .sp {
	display: none;
}

.home-contents-06 h3 {
	position: absolute;
	right: 0;
	top: 0;
}

.home-contents-06 #tab li {
	float: left;
	cursor: pointer;
	height: 46px;
}

.home-contents-06 #tab li span {
	display: block;
	height: 46px;
	overflow: hidden;
	text-indent: -99999px;
	width: 131px;
	margin-right: 2px;
}

.home-contents-06 #tab .tab-01 span {
	background: url(../images/top/con-05_tab-07.png) no-repeat;
}

.home-contents-06 #tab .tab-01.select span {
	background: url(../images/top/con-05_tab-07_on.png) no-repeat;
}

.home-contents-06 #tab .tab-02 span {
	background: url(../images/top/con-05_tab-01.png) no-repeat;
}

.home-contents-06 #tab .tab-02.select span {
	background: url(../images/top/con-05_tab-01_on.png) no-repeat;
}

.home-contents-06 #tab .tab-03 span {
	background: url(../images/top/con-05_tab-02.png) no-repeat;
}

.home-contents-06 #tab .tab-03.select span {
	background: url(../images/top/con-05_tab-02_on.png) no-repeat;
}

.home-contents-06 #tab .tab-04 span {
	background: url(../images/top/con-05_tab-03.png) no-repeat;
}

.home-contents-06 #tab .tab-04.select span {
	background: url(../images/top/con-05_tab-03_on.png) no-repeat;
}

.home-contents-06 #tab .tab-05 span {
	background: url(../images/top/con-05_tab-04.png) no-repeat;
}

.home-contents-06 #tab .tab-05.select span {
	background: url(../images/top/con-05_tab-04_on.png) no-repeat;
}

.home-contents-06 #tab .tab-06 span {
	background: url(../images/top/con-05_tab-05.png) no-repeat;
}

.home-contents-06 #tab .tab-06.select span {
	background: url(../images/top/con-05_tab-05_on.png) no-repeat;
}

.home-contents-06 #tab .tab-07 span {
	background: url(../images/top/con-05_tab-06.png) no-repeat;
}

.home-contents-06 #tab .tab-07.select span {
	background: url(../images/top/con-05_tab-06_on.png) no-repeat;
}


.home-contents-06 .disnon {
	display: none;
}

.home-contents-06 .go-to-details {
	margin: 10px 0 0 0;
	text-align: right;
}

.home-contents-06 .go-to-details a:hover {
	text-decoration: underline;
}

.home-contents-06 .home-contents-06-area table {
	width: 100%;
}

.home-contents-06 .home-contents-06-area table th {
	background: #d3edfb;
	border: 1px solid #187fc4;
	font-weight: normal;
	padding: 20px 10px;
	text-align: center;
	vertical-align: central;
	width: 70px;
}

.home-contents-06 .home-contents-06-area table td {
	background: #fff;
	border: 1px solid #187fc4;
	min-width: 80px;
	padding: 20px 10px;
	vertical-align: central;
}

.home-contents-06 .site-box > .go-to-details img {
	display: none;
}

@media screen and (max-width: 767px) {
	.home-contents-06 {
		padding: 20px 0;
	}
	
	.home-contents-06 .site-box {
		position: relative;
	}
	
	.home-contents-06 h2 {
		margin-bottom: 20px;
		width: 70%;
	}
	
	.home-contents-06 h2 .sp {
		display: inline;
	}
	
	.home-contents-06 h2 .pc {
		display: none;
	}
	
	.home-contents-06 #tab li {
		width: 49%;
	}
	
	.home-contents-06 #tab li:nth-of-type(2n) {
		float: right;
	}
	
	.home-contents-06 #tab li span {
		background: #187FC4 !important;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		behavior: url("./border-radius.htc");
		color: #fff;
		display: block !important;
		font-size: 16px;
		height: auto;
		margin: 0 0 5px;
		overflow: hidden;
		padding: 5px 0;
		text-indent: 0;
		text-align: center;
		width: 100%;
	}
	
	.home-contents-06 #tab li span:before {
		content: '»';
		margin-right: 5px;
	}
	
	.home-contents-06 #tab li:last-child span {
		background: #4563AD !important;
	}

	.home-contents-06 h3 {
		position: absolute;
		right: 0;
		top: 0;
		width: 25%;
	}
	
	.home-contents-06 .home-contents-06-area table th,
	.home-contents-06 .home-contents-06-area table td {
		border-bottom: 0;
		display: block;
		padding: 2.5%;
		text-align: left;
		width: 95%;
	}
	
	.home-contents-06 .home-contents-06-area table td:last-child {
		border-bottom: 1px solid #187fc4;
	}
}

.home-contents-wrapper-02 {
	background: #E0F1E5;
	padding: 40px 0;
}

.home-contents-07 {
	float: left;
	width: 370px;
}

.home-contents-07 li img {
	width: 100%;
}

.home-contents-07 li:first-child {
	margin: 0 0 10px 0;
}

.home-contents-08 {
	float: right;
	width: 660px;
}

.home-contents-08 h2 {
	text-align: center;
	margin: 5px 0 20px 0;
}

.home-contents-08 li {
	float: left;
	margin-right: 10px;
	width: 210px;
}

.home-contents-08 li a:hover dt,
.home-contents-08 li a:hover dd {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

.home-contents-08 li:last-child {
	margin-right: 0;
}

.home-contents-08 dd {
	background: url(../images/top/con-06_bg.png) repeat;
	color: #fff;
	font-size: 10px;
	line-height: 1.5;
	padding: 10px;
}

.home-contents-08 dd em {
	display: block;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.home-contents-wrapper-02 {
		padding: 20px 0;
	}
	
	.home-contents-07 {
		float: none;
		margin: 10px auto;
		width: 90%;
	}
	
	.home-contents-07 li img {
		width: 100%;
	}
	
	.home-contents-08 {
		float: none;
		margin: 10px auto;
		width: 100%;
	}
	
	.home-contents-08 h2 {
		text-align: center;
		margin: 20px auto;
		width: 90%;
	}
	
	.home-contents-08 li {
		margin-right: 1%;
		width: 32%;
	}
	
	.home-contents-08 dd {
		padding: 10px;
	}
	
	.home-contents-08 dd em {
		font-size: 12px;
	}
}

.home-contents-wrapper-03 {
	margin: 50px 0;
}

.home-contents-09 {
	float: left;
	position: relative;
	width: 510px;
}

.home-contents-09 h2 {
	margin-bottom: 20px;
}

.home-contents-09 h3 {
	position: absolute;
	top: 0;
	right: 0;
}

.home-contents-09 ul a:hover li {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.home-contents-09 ul a {
	background-image: url(../images/top/con-07_line-01.png), url(../images/top/con-07_line-01.png), url(../images/top/con-07_line-02.png);
	background-position: top, bottom, right;
	background-repeat: repeat-x, repeat-x, repeat-y; 
	float: left;
	line-height: 1.25;
	padding: 15px 0;
	text-align: center;
	width: 170px;
}

.home-contents-09 ul a:last-child {
	background: none;
	background-image: url(../images/top/con-07_line-01.png), url(../images/top/con-07_line-01.png);
	background-position: top, bottom;
	background-repeat: repeat-x, repeat-x; 
}

.home-contents-09 li dd {
	font-size: 12px;
	text-align: left;
	padding: 0 5px;
}

.home-contents-09 li dd span {
	display: block;
	margin: 5px 0 0 0;
	text-align: center;
}

.home-contents-09 li dd img {
	display: block;
	margin: 10px auto;
}

.home-contents-10 {
	float: right;
	width: 530px;
}

.home-contents-10 li {
	float: left;
	margin: 0 15px 15px 0;
}

.home-contents-10 li:nth-of-type(3n) {
	margin-right: 0;
}

@media screen and (max-width: 767px) {
	.home-contents-wrapper-03 {
		margin: 20px 0;
	}
	
	.home-contents-09 {
		float: none;
		width: auto;
	}
	
	.home-contents-09 h2 {
		width: 70%;
	}
	
	.home-contents-09 h3 {
		width: 25%;
	}
	
	.home-contents-09 ul a {
		width: 30%;
		padding: 5% 1.5%;
	}
	
	.home-contents-09 a li {
		width: 100%;
	}
	
	.home-contents-10 {
		float: none;
		width: auto;
		margin-top: 20px;
	}
	
	.home-contents-10 li {
		margin: 0 2.5% 2.5% 0;
		width: 31%;
	}
}
