@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      link.css
 Update:         2017.2.10
 Style Info:     リンクCSSファイル
----------------------------------------------------------- */
/********************************************
モバイルファースト
*********************************************/
#link {
	margin:70px 10px 0 10px;
	padding-bottom:40px;
}
h2#page_title {
	font-size:28px;
	font-weight:bold;
}
h2#page_title:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right:0;
	margin:auto;
	content: '';
	width: 0;
	height: 0;
	border-bottom: none;	
}
#link_list {
	margin-top: 20px;
}
#link_list dt{
	padding: 15px;
	color:#FFFFFF;
	background: #ACACAC;
	position: relative;
	cursor: pointer;
	margin-top: 20px;
}
#link_list dt p {
	display:inline;
}
#link_list dt:first-child {
	margin-top: 0;
}
#link_list dt span{
	position: absolute;
	display: inline-block;
    right: 10px;
	top:0;
	bottom: 0;
	margin: auto;
    width: 15px;
	height: 2px;
    background-color: #FFFFFF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	transition: all .4s;
}
#link_list dt span:nth-of-type(1) {
    top: 2px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
#link_list dt span:nth-of-type(2) {
    top: 2px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
#link_list dt.active {
	background: #006e36;
}
#link_list dt.active span:nth-of-type(1) {
	display:none;
}
#link_list dt.active span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
#link_list dd {
	display: none;
}
#link_list dd table{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #C3C3C3;
}
#link_list dd table tr {
	cursor: pointer;
}
#link_list dd table th{
	text-align: left;
	background: #eeeeee;
	width: 40%;
	padding: 5px;
	font-weight: normal;
	/*text-decoration: underline !important;*/
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-transition: all 0.5s linear;
  	-moz-transition: all 0.5s linear;
  	transition: all 0.5s linear;
}
#link_list dd table tr:hover th{
	background:#61b042;
	color:#FFF;
	text-decoration: none !important;
}
#link_list dd table td{
	padding: 5px;
	-webkit-transition: all 0.5s linear;
  	-moz-transition: all 0.5s linear;
  	transition: all 0.5s linear;
}
#link_list dd table tr:hover td{
	color:#61b042;
}

/*リンクについて*/
#about_link {
	margin: 20px 10px 60px 10px;
	border: 5px solid #006e36;
	padding: 20px 5px 10px 10px;
	position: relative;
}
#about_link h3 {
	position: absolute;
	top:-10px;
	left: 5px;
	color: #006e36;
	font-size: 16px;
}
#about_link h3 span{
	padding: 5px;
	background: #FFFFFF;
}
#about_link ul li{
	margin-bottom: 10px;
}
#about_link ul li:before {
	content:"●";
	font-size:10px;
	color:#61b042;
	float:left;
	line-height:2.0;
}
#about_link ul li p{
	margin-left: 10px;
}
#about_link dl {
	margin-top: 30px;
}
#about_link dd {
	margin-bottom: 20px;
}
#about_link dd img {
	height: 32px;
	width: auto;
}


/********************************************
ランドスケープ
*********************************************/
@media screen and (min-width:480px){	
	#link_list dt{
		padding: 20px;
	}
	#about_link dd img {
		height: 45px;
		width: auto;
	}
	#about_link {
		padding: 20px 10px 10px 10px;
	}
}


/********************************************
ランドスケープ
*********************************************/
@media screen and (min-width:640px){
	#link {
		margin:80px 20px 0 20px;
		padding-bottom:60px;
		font-size: 16px;
	}
	h2#page_title {
		font-size:36px;
		font-weight:bold;
		margin-bottom:10px;
	}
	#link_list dd table th{
		padding: 15px;
	}
	#link_list dd table td{
		padding: 15px;
	}
	/*リンクについて*/
	#about_link {
		margin:30px 20px 80px 20px;
		padding: 30px 20px 20px 20px;
		font-size: 16px;
	}
	#about_link h3 {
		font-size: 20px;
		top:-15px;
	}
	#about_link dd img {
		height: auto;
		max-width: 100%;
	}
}

/********************************************
タブレット
*********************************************/
@media screen and (min-width:768px){
	#link {
		margin:80px 30px 0 30px;
		padding-bottom:80px;
		font-size:16px;
	}
	h2#page_title {
		margin-bottom:20px;
	}	
	#link_list dt span{
		right: 15px;
	}
	
	/*リンクについて*/
	#about_link {
		margin:30px 30px 80px 30px;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}

/********************************************
タブレット　ランドスケープ
*********************************************/
@media only screen and (min-width: 1024px) {
	#link {
		padding-bottom:50px;
	}
	h2#page_title {
		font-size:36px;
	}

}

/********************************************
PC
*********************************************/
@media only screen and (min-width: 1051px) {
	#link {
		margin:30px 40px 0 40px;
		padding-bottom:80px;
	}
	h2#page_title {
		font-size:38px;
		margin-bottom:25px;
	}
	
	/*リンクについて*/
	#about_link {
		margin:30px 40px 80px 40px;
	}
}

/********************************************
PC
*********************************************/
@media only screen and (min-width: 1100px) {
}

/********************************************
PC
*********************************************/
@media only screen and (min-width: 1280px) {
	#link {
		width:80%;
		margin:0 auto;
		margin-top:40px;
		padding-bottom:80px;
	}
	
	#link_list dt span{
		right: 20px;
	}
	
	/*リンクについて*/
	#about_link {
		width: 80%;
		margin: 0 auto;
		margin-top: 30px;
		margin-bottom: 80px;
	}

}

/********************************************
PC
*********************************************/
@media only screen and (min-width: 1370px) {
	#link {
		width:70%;
		margin:0 auto;
		margin-top:40px;
		padding-bottom:80px;
	}
	
	/*リンクについて*/
	#about_link {
		width: 70%;
		margin: 0 auto;
		margin-top: 30px;
		margin-bottom: 80px;
	}
}


/********************************************
PC
*********************************************/
@media only screen and (min-width: 1600px) {

}

/********************************************
PC
*********************************************/
@media only screen and (min-width: 1680px) {
	h2#page_title {
		font-size:42px;
		margin-bottom:35px;
	}
}

/********************************************
PC
*********************************************/
@media only screen and (min-width: 1710px) {

}

/********************************************
PC
*********************************************/
@media only screen and (min-width: 1920px) {

}

