@charset "UTF-8";
/* CSS Document */

#jireiprimary {
	float: right;
    padding-bottom: 70px;
    width: 686px;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}

.font {
	font-family: "Quicksand","游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.border {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.cf::before, .cf::after {
    content: "";
    display: table;
}
.cf::after {
    clear: both;
}
.cf::before, .cf::after {
    content: "";
    display: table;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.mr20 {
	margin-right: 20px;
}
.headimg {
	height: 300px;
	position: relative;
}
.headcomment {
    background-color: rgba(0, 0, 0, 0.6);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#66000000,EndColorStr=#66000000);/*IE8以下用*/
    bottom: 0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    padding: 20px;
    position: absolute;
    width: 646px;
}
.rogobox {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.textstyle1 {
    font-size: 14px;
    line-height: 1.8;
}
.textstyle2 {
    font-size: 16px;
    line-height: 1.8;
}
.button {
	display: inline-block;
	width: 200px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	background-color: #333;
	color: #fff;
}
.button:hover {
	background-color: #59b1eb;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.jireipage h2 {
    background: #fffff4 none repeat scroll 0 0;
    border-bottom: 1px dotted gray;
    border-top: 1px dotted gray;
    color: #3b7bf7;
    font-size: 2em;
    line-height: 1.4;
    padding: 0.5em 0.5em 0.5em 1.5em;
    position: relative;
	font-weight: bold;
}

.jireipage h2:before{ font-family: FontAwesome;/*忘れずに*/
content: "\f138";/*アイコンのユニコード*/
position: absolute;/*絶対位置*/
font-size: 1em;/*サイズ*/
left: 0.25em;/*アイコンの位置*/
top: 0.5em;/*アイコンの位置*/
color: #3b7bf7; /*アイコン色*/
}
.jireipage h3 {
    background: transparent none repeat scroll 0 0;
    border-left: 5px solid #3b7bf7;
    color: #494949;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 0.1em 0.5em;
}
.voice {
    background-color: #1d5fa0;
    color: #fff;
    padding: 20px;
}
.panel_contact {
    position: relative;
}
.panel_contact .btn {
    bottom: 22px;
    display: block;
    position: absolute;
    right: 22px;
}

/* スライドショー */
/*画像ブロック*/
#mainimg {
	clear: left;
	width: 100%;
	height: auto;
	position: relative;
}

/*３枚画像の共通設定*/
#slide1,#slide2,#slide3 {
	-webkit-animation-duration: 10s;	/*実行する時間。「s」は秒の事。*/
	animation-duration: 10s;			/*同上*/
	-webkit-animation-iteration-count:infinite;	/*実行する回数。「infinite」は無限に繰り返す意味。*/
	animation-iteration-count:infinite;			/*同上*/
}

/*めがね*/
#slide1 {
	-webkit-animation-name: slide1;		/*上で設定しているキーフレーム（keyframes）の名前*/
	animation-name: slide1;				/*同上*/
	position: relative;
	width: 100%;
	height: auto;
}

/*緑*/
#slide2 {
	-webkit-animation-name: slide2;		/*上で設定しているキーフレーム（keyframes）の名前*/
	animation-name: slide2;				/*同上*/
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: auto;
}

/*地球儀*/
#slide3 {
	-webkit-animation-name: slide3;		/*上で設定しているキーフレーム（keyframes）の名前*/
	animation-name: slide3;				/*同上*/
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: auto;
}

/*めがね*/
@keyframes slide1 {
	0% {opacity: 0;}
	10% {opacity: 1;}
	30% {opacity: 1;}
	40% {opacity: 0;}
	100% {opacity: 0;}
}

/*緑*/
@keyframes slide2 {
	0% {opacity: 0;}
	30% {opacity: 0;}
	40% {opacity: 1;}
	60% {opacity: 1;}
	70% {opacity: 0;}
	100% {opacity: 0;}
}

/*地球儀*/
@keyframes slide3 {
	0% {opacity: 0;}
	60% {opacity: 0;}
	70% {opacity: 1;}
	90% {opacity: 1;}
	100% {opacity: 0;}
}
