@charset "UTF-8";
/* CSS Document */
/*------------------------------------------
	main
--------------------------------------------*/
main {
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;	
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.main_wrap {
	width: 1000px;
	margin: 30px auto 0;
	overflow: hidden;
}

main h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5rem;
	border-bottom: 1px solid #333;
	margin-bottom: 20px;
	padding-bottom: 5px;
	font-weight: normal;
}
main h2 span {
	font-size: 1.2rem;
	margin-left: 10px;
}


#content{
	width: 660px;
	float: left;
}

#contact{
	width: 260px;
	float: right;
}


#information{
	margin-bottom: 60px;
}

#information .date {
	margin-right: 30px;
}

#information li {
	margin-bottom: 10px;	
}

#information a {
	color: #2464a7;
}



/*------------------------------------------
	side
-------------------------------------------*/


#link {}
.linkwrap {
	overflow: hidden;
	margin-bottom: 40px;
}
.linkwrap dl{
	display: table;
	width: 50%;
	float: left;
	margin-bottom: 10px;
}
.linkwrap dt,.linkwrap dd {
	display: table-cell;
	vertical-align: top;	
}
.linkwrap dt {
	width: 70px;
}

.linkwrap dd {
	padding-left: 16px;
	box-sizing: border-box;
}

#contact {
	background: #eff3f8;
	border-radius: 10px;
}

#contact h2 {
	font-size: 2.0rem;
	border: none;
	padding: 16px 16px 14px 16px;
	border-bottom: 1px solid #FFF;
	margin: 0;
}
#contact .detail {
	padding: 16px;
}
#contact .detail .btn {
	margin-bottom: 20px;
}
#contact .detail >p {
	margin-bottom: 10px;
}

#contact .detail dl {
	margin-bottom: 10px;
	overflow: hidden;	
}

#contact .detail dt,
#contact .detail dd { float: left;}



.mail dt img, .tel dt img{
	width: 20px;
	height: 20px; 

}
#contact .detail dd { 
    margin-left: 6px;
}



@media screen and ( max-width: 768px ) {

/*------------------------------------------
	main
--------------------------------------------*/
.main_wrap {
	width: 96%;
	margin: 20px auto 0;
	
}

main h2 {
	font-size: 2.0rem;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
main h2 span {
	font-size: 1.0rem;
}


#content{
	width: 100%;
	float: none;
}

#contact{
	width: 100%;
	float: none;
	margin-bottom: 20px;
}


#information{
	margin-bottom: 20px;
}

#information .date {
	margin-right: 0;
	display: block;
}

#information li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #DEDEDE;
}


#information li:last-child {
	border: none;
}


/*------------------------------------------
	side
-------------------------------------------*/

#link {}
.linkwrap {
	overflow: hidden;
	margin-bottom: 20px;
}

.linkwrap a { 
	color: #2464a7; 
}
.linkwrap dl{
	margin-bottom: 10px;
}
.linkwrap dt {
	width: 60px;
}

.linkwrap dd {
	padding: 0 10px;
}
.linkwrap dd br { display: none;}

#contact {}

#contact h2 {
	font-size: 1.5rem;
	padding: 14px;
	background-color: #2464a7;
	background-image: url(../images/arw01U.png);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: 14px auto;
	color: #FFF;
	border-radius: 6px;
	border-bottom: none;
}

#contact .detail {
	padding: 10px;
	display: none;
}

#contact h2.active {
	background-image: url(../images/arw01.png);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: 14px auto;
	border-radius: 6px 6px 0 0;
}

#contact .detail .btn {
	margin-bottom: 20px;
}
#contact .detail dl{
	width: 100%;
	display: table;	
}
#contact .detail dt, #contact .detail dd {
	float: none;	
}

#contact .detail dt {
	margin-bottom: 4px;
	padding: 0 0 0 24px;
	font-weight: bold;
	width: 50px;
	display: table-cell;
}
#contact .detail dt:after {
	content: "：";
}

.mail dt{ 
	background: url(../images/icon_mail.gif) no-repeat left center;
	background-size: 20px;
}

.mail dd{
	font-size: 1.4rem;
	text-align: left;
	box-sizing: border-box;
	float: none;
	display: table-cell;
}

.mail a ,.tel a { 
	font-weight: bold;
}

.tel a {
	font-size: 1.6rem;
	color: #2464a7;
}

.tel dt{
	background: url(../images/icon_tel.gif) no-repeat left center;
	background-size: 20px;
}

.tel dd{
	float: none;
	display: table-cell;
	box-sizing: border-box;
}




/*------------------------------------------
	レイアウトB　バージョン
-------------------------------------------*/
.gnav2 {
	margin-bottom: 16px;
}
.gnav2 ul{
	width: 100%;
	display: -webkit-flex;
	display: flex;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;	
}

.gnav2 ul:first-child{
	border-bottom: none;	
}
.gnav2 a {
	height: 60px;
	font-size: 1.2rem;
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

.gnav2 li span {
	background: none;
	padding: 0;
}
.gnav2 li {
	 -webkit-flex-direction: row;
  	flex-direction: row;
	width: 50%;
	float: none;
	line-height: 92px;
	border: none;
	border-left: 1px solid #CCC;
}

.gnav2 li:first-child {
	border-left: none;	
}

.gnav2 ul:first-child li:first-child a{ 
	background: url(../images/icon_navS01.png) no-repeat;
	background-position: center 7px;
	background-size: 30px; 
}
.gnav2 ul:first-child li:nth-child(2) a{ 
	background: url(../images/icon_navS02.png) no-repeat;
	background-position: center 7px;
	background-size: 29px; 
}
.gnav2 ul:nth-child(2) li:first-child a{ 
	background: url(../images/icon_navS03.png) no-repeat;
	background-position: center 7px;
	background-size: 26px; 
}
.gnav2 ul:nth-child(2) li:nth-child(2) a{ 
	background: url(../images/icon_navS04.png) no-repeat;
	background-position: center 7px;
	background-size: 27px;
}


}

span .red{
	color:#ff0000;
}
