@charset "utf-8";
/* CSS Document */

/*--------------------------------------
　Main Index
---------------------------------------*/


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

/*------------
Index--599px
------------*/


#visArea{
	position: relative;
	background: url(./img/idx_vis_sp.png) center top no-repeat;
	background-size: 100% auto;
	padding: 20rem 0 0;
}



#visArea .mainArea{
	position: relative;
	box-sizing: border-box;
	background: #fff;
	padding: 2rem;
	margin: -2rem 2rem 2rem;
}

#visArea .mainArea .engTtl{
	display: inline-block;
	background: #fff;
	margin: 0 0 0.3em 0.8em;
	padding: 0.2em 0.6em;
	color: #d90000;
	font-family: Arial, Helvetica," sans-serif";
	text-align: center;
	line-height: 1.2;
	font-size:1.1rem;
}

	
#visArea .mainArea .catch .blue {
    color: #325c84;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
}

#visArea .mainArea .catch .blue .small {
    font-size: 22px;
    font-size: 2.2rem;
}

#visArea .mainArea p span {
    background: #fff;
    font-weight: bold;
    color: #325c84;
}

#visArea .catch{
	margin: 0 0 1rem;
	padding: 0 0.5rem 1rem;
	font-size:2.3rem;
	line-height: 1.3;
	border-bottom: #1b87c5 3px solid;
	position: relative;
	font-weight: normal;
}
#visArea .catch::after{
content: "";
    width: 140px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -3px;
    background: #325c84;
}
#visArea .catch a{
	color: #fff;
}

#visArea p{
	padding: 0.5rem 0.5rem 0;
}



#visArea .botBtn{
	margin: 1.2em 2.0em 1.5em;
	padding: 0;
	border: 2px solid #fff;
	box-sizing: border-box;
}
#visArea .botBtn a{
	position: relative;
	display: block;
	padding: 0.7em 2.0em 0.8em;
	background: url(./img/arrow_wt.png) 97% 50% no-repeat;
	background-size: 9px auto;
	text-align: center;
	color: #fff;
	font-family: Arial, Helvetica," sans-serif";
	line-height: 1.3;
	text-decoration: none;
	font-size:1.5rem;
	letter-spacing: 0.1em;
}



}
/* End_SP */





@media screen and (min-width:600px) {
/*------------
600px--index
------------*/

#visArea{width: 100%;height: 440px;background: url(./img/idx_vis.png) 50% 50% no-repeat;background-size: cover;}

#visArea .areaInner{
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 29px 0;
}

#visArea .mainArea{position: relative;box-sizing: border-box;width: 470px;padding: 0;color: #fff;}


#visArea .mainArea .engTtl{
	display: inline-block;
	background: #fff;
	margin: 0 0 18px 20px;
	padding: 2px 12px;
	color: #d90000;
	font-family: Arial, Helvetica," sans-serif";
	text-align: center;
	line-height: 1.2;
	font-size:13px;
	font-size:1.3rem;
}
#visArea .mainArea .catch{font-size: 32px;font-size: 3.2rem;font-weight: bold;font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;color: #333;line-height: 1.6;position: relative;padding: 0 5px 15px;border-bottom: #1b87c5 3px solid;}
#visArea .mainArea .catch::after{
	content: "";
	width: 140px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: -3px;
	background: #325c84;
}
#visArea .mainArea .catch a{
	color: #fff;
	text-decoration: none;
}
#visArea .mainArea .catch a:hover{
	opacity: 0.7;
}

#visArea .mainArea p{padding: 24px 0 0;line-height: 2.1;color: #333;}

	
#visArea .mainArea .catch .blue {
    color: #325c84;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold;
}

#visArea .mainArea .catch .blue .small {
    font-size: 22px;
    font-size: 2.2rem;
}

#visArea .mainArea p span {
    background: #fff;
    font-weight: bold;
    color: #325c84;
}	

#visArea .botBtn{
	margin: 20px 100px;
	padding: 0;
	border: 2px solid #fff;
	box-sizing: border-box;
}
#visArea .botBtn a{
	position: relative;
	display: block;
	padding: 14px 25px 14px;
	background: url(./img/arrow_wt.png) 97% 50% no-repeat;
	background-size: 9px auto;
	overflow: hidden;
	text-align: center;
	color: #fff;
	line-height: 1.1;
	text-decoration: none;
	font-size:17px;
	font-size:1.7rem;
	font-family: Arial, Helvetica," sans-serif";
	letter-spacing: 0.1em;
	z-index: 0;
}
#visArea .botBtn a::before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	top: 0;
	left: -100%;
	background: #222;
}
#visArea .botBtn:hover a::before{
	animation-name: btn-action11;
	animation-duration: .6s;
	animation-delay: 0;
	animation-fill-mode: backwards;
}

}
/*  End_PC*/