@charset "UTF-8";
/*---------------------------------------------------------------
top/style.css
-----------------------------------------------------------------*/

@media print, screen and (min-width: 1220px){
.spOnly {
		display: none;
}


ul#gnavi li a.active::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 50%;
	height: 1px;
	background-color: #000;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
ul#gnavi li a.active:hover::after {
	width: 100%;
}


#main{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
}
#main .title{
	padding-bottom: 70px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
}


#content{
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 75px;
}


#content #r_cont{
	float: right;
	width: 870px;
	text-align: left;
}
#content #r_cont .sub_t{
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	padding-bottom: 30px;
}
#content #r_cont p{
	font-size: 12px;
	line-height: 24px;
	padding-bottom: 35px;
	margin-bottom: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CECECE;
}
#content #r_cont p.end{
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom-style: none;
}


#content #r_cont p a:link ,
#content #r_cont p a:visited { 
	color:#000;
	text-decoration: underline;
}
#content #r_cont p a:active ,
#content #r_cont p a:hover {
	color:#000;
	text-decoration: none;
}



#content #guide_navi{
	float: left;
	width: 215px;
}
#content #guide_navi ul{
}
#content #guide_navi li{
	font-size: 12px;
	text-align: left;
}
#content #guide_navi li a{
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	background-image: url(../images/nav_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#content #guide_navi li a:link ,
#content #guide_navi li a:visited { 
	color:#000;
	text-decoration: none;
}
#content #guide_navi li a:active ,
#content #guide_navi li a:hover {
	color:#000;
	text-decoration: underline;
}

#content #guide_navi li a.active{
	text-decoration: underline;
}



}
@media screen and (max-width: 1219px) and (min-width: 764px){
.pcOnly {
		display: none;
}
.pcOnly {
	display: block;
}


ul#gnavi li a.active::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 50%;
	height: 1px;
	background-color: #000;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
ul#gnavi li a.active:hover::after {
	width: 100%;
}



#main{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
}
#main .title{
	padding-bottom: 70px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
}


#content{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 75px;
}


#content #r_cont{
	float: right;
	width: 70%;
	text-align: left;
}
#content #r_cont .sub_t{
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	padding-bottom: 30px;
}
#content #r_cont p{
	font-size: 12px;
	line-height: 24px;
	padding-bottom: 35px;
	margin-bottom: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CECECE;
}
#content #r_cont p.end{
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom-style: none;
}


#content #r_cont p a:link ,
#content #r_cont p a:visited { 
	color:#000;
	text-decoration: underline;
}
#content #r_cont p a:active ,
#content #r_cont p a:hover {
	color:#000;
	text-decoration: none;
}




#content #guide_navi{
	float: left;
	width: 22%;
}
#content #guide_navi ul{
}
#content #guide_navi li{
	font-size: 12px;
	text-align: left;
}
#content #guide_navi li a{
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	background-image: url(../images/nav_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#content #guide_navi li a:link ,
#content #guide_navi li a:visited { 
	color:#000;
	text-decoration: none;
}
#content #guide_navi li a:active ,
#content #guide_navi li a:hover {
	color:#000;
	text-decoration: underline;
}


}

@media screen and (max-width: 763px){
.pcOnly {
		display: none;
}


#main{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3em;
}
#main .title{
	padding-bottom: 3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
}
#main .title img{
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}


#content{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2em;
	padding-bottom: 3em;
}


#content #r_cont{
	float: none;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-bottom: 3em;
}
#content #r_cont .sub_t{
	font-size: 100%;
	line-height: 180%;
	font-weight: bold;
	padding-bottom: 1em;
}
#content #r_cont p{
	font-size: 90%;
	line-height: 180%;
	padding-bottom: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CECECE;
	margin-bottom: 2em;
}
#content #r_cont p.end{
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom-style: none;
}


#content #r_cont p a:link ,
#content #r_cont p a:visited { 
	color:#000;
	text-decoration: underline;
}
#content #r_cont p a:active ,
#content #r_cont p a:hover {
	color:#000;
	text-decoration: none;
}




#content #guide_navi{
	float: none;
	width: 100%;
}
#content #guide_navi ul{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F3F3F3;
}
#content #guide_navi li{
	font-size: 90%;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F3F3F3;
}
#content #guide_navi li a{
	display: block;
	padding-top: 1.1em;
	padding-bottom: 1.1em;
	background-image: url(../images/nav_arrow.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	padding-right: 1em;
	padding-left: 1.5em;
}
#content #guide_navi li a:link ,
#content #guide_navi li a:visited { 
	color:#000;
	text-decoration: none;
}
#content #guide_navi li a:active ,
#content #guide_navi li a:hover {
	color:#000;
	text-decoration: underline;
}



}