@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	color: #333;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	background: #fff;
	-webkit-text-size-adjust: none;
}

a:link,
a:visited{
	color : #333;
}

a:hover,
a:active{
	color : #0099cc;
}
    
/*Contents
---------------------------------------------------------------------------*/
#contents {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0;
	margin-top: -100px;
}

/*Main
---------------------------------------------------------------------------*/
#main {
	float: left;
	width: 1000px;
	margin: 40px 0 20px;
}
#main p {
    display: block;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	padding-left: 20px;
}
#main c {
    display: block;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 0 0 10px;
}
#main c red {
	color: #ff0000;
}
#main y {
    display: block;
	font-size: 14px;
}
#main h2 {
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.5;
	padding-left: 25px;
	margin-bottom: 50px;
}
#main h3 {
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 2;
	padding-left: 25px;
	margin-bottom: 250px;
}
#main h5 {
	font-size: 14px;
	padding-left: 25px;
}

/* Footer Line */

.bg-body-darker {
  background: #ccc;
}

.bg-body-darker {
  background: #ccc;
}

.cta {
  padding: 0.1rem 0 !important;
}

/* Footer */

footer {
  padding: 1rem 0 0;
  font-size: 15px;
}

footer h2 {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-align: right;
}

footer h3 {
  font-size: 14px;
  margin: 10px 0;
  color: #000;
  line-height: 1.5;
  text-align: right;
}

footer p {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

footer a {
  color: rgba(0, 0, 0, 0.7);
}

footer a:hover {
  color: #333;
}

footer img:hover {
  opacity: 0.6;
}

footer ul li {
  margin-bottom: 10px;
}

footer .form-subscribe .form-control {
  background: none;
  border-radius: 0;
  border: 1px solid #ccc;
}

footer .form-subscribe .form-control:active, footer .form-subscribe .form-control:focus {
  color: #333;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* --responsive------------------------------------------- */


/*1300px and under
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1200px){

/*Main
---------------------------------------------------------------------------*/
#main {
	float: none;
	width: auto;
}

}


/*600px and under
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:600px){

}

/*480px and under
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*All
---------------------------------------------------------------------------*/
body {
	font-size: 12px;
	line-height: 1.6;
}

/*Contents
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	padding: 10px;
}
#main h2 {
	width: auto;
	padding-left: 10px;
}

}

