@charset "utf-8";
/* CSS Document */



/*リセット*/

html {
	color: #000;
	background: #FFF;
}
* {
	margin: 0;
	padding: 0;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	font-weight:normal;
}
img {
	vertical-align: middle;
	margin: 0;
	padding: 0;
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
th, td {
	border: 1px solid #cccccc;
	padding: .5em;
}
ol, ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
input, textarea, select {
	font-size: inherit;
	font-weight: inherit;
 *font-size:100%;
	max-width:100%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/*------------------------------------------
■ リンク設定
------------------------------------------*/
a img {
	border: none;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #3F3;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
/*------------------------------------------
■ リンク画像のhover半透明化設定
------------------------------------------*/
a:hover img {
	opacity: 0.85;/*--IE,FF対応--*/
	filter: alpha(opacity=85);
	-ms-filter: "alpha( opacity=85)";
}
/*------------------------------------------
■ float対策
------------------------------------------*/
.fcl {
	zoom: 100%;
}

.fcl:after {
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

/*------------------------------------------
■ 画像回り込み
------------------------------------------*/
.img_left {
    float: left;
    margin-bottom: 10px;
    margin-right: 13px;
}

.img_left2 {
    float: left;
    margin-bottom: 10px;
    margin-right: 13px;
}


.img_left3 {
    float: left;
    margin-bottom: 10px;
    margin-right: 0px;
}

.img_left4 {
    float: left;
    margin-bottom: 10px;
    margin-right: 30px;
}

.img_left5 {
    float: left;
    margin-bottom: 0px;
    margin-right: 30px;
}

.img_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.img_right2 {
	float: right;
	margin-left: 0px;
	margin-bottom: 10px;
}

.img_right3 {
	float: right;
	margin-left: 0px;
	margin-bottom: 0px;
}

.img_right4 {
    float: right;
    margin-bottom: 27px;
    margin-left: 0;
}

.img_left_nm {
	float: left;
}
.img_right_nm {
	float: right;
}

.img_center {
	display: block;
	margin: 10px auto;
	clear: both;
}

.img_center2 {
	display: block;
	margin: 0px auto;
	clear: both;
}


.max_w {
	max-width: 100%;
}
/*------------------------------------------
■ テキスト装飾
------------------------------------------*/
.txt_bold {
	font-weight: bold;
}
.txt_small {
	font-size: 90%;
}
.txt_small_02 {
	font-size: 90%;
 padding:10px ;
}

.txt_small_03 {
	font-size: 90%;
 padding:10px 20px ;
}
.txt_big {
	font-size: 120%;
}
.txt_big2{font-size:200%;line-height:1;}
.txt_right {
	text-align: right;
}
.txt_red {
	color: #e60012;
}
.txt_yellow {
	color: #fff67f;
}
.txt_blue {
	color: #0066cc;
}
.txt_orange{
	color:#f39500;
}
.txt_yellow{
	color:#fccc00;
	}
.txt_keycolor{
	color:#5c8541;
}
.txt_marker {
	background-color: #fff799;
}
.txt_underline {
	border-bottom: #cccccc 1px dotted;
	margin-bottom: 2px;
}
.txt_underline2 {
	border-bottom: #623F1C 2px dotted;
	margin-bottom: 10px;
	line-height: 150%;
}
.txt_center{
	text-align:center;
}
.black_txt{
 background-color:#000000;
 color:#ffffff;
 padding:5px 5px 5px 5px;
 margin:0px 0px 3px;
 
 
 
}
/*------------------------------------------
■ PC・スマホ切り替え用
------------------------------------------*/
.pc_none {
	display: none;
}
.sp_none {
}






body {
	background-color: #000;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#top {
	height: 780px;
}



#top span {
	padding-top: 300px;
	display: block;
}
h1 {
	text-align: center;
	font-size: 300%;
	background-image: linear-gradient(
    to right bottom,
    transparent 50%,
    #00FE32 50%
  );
  background-repeat: no-repeat;
  background-size: cover;

}

#top p {
	text-align: center;
	font-size:130%;
}

@media screen and (max-width:480px) { 
    　/*画面サイズが480px以下はここを読み込む　*/
	
body {
	width: 680px;
}
#top {
	width: 100%;
	margin: 0 auto;
}
h1 {
font-size: 500%;
}

section {
	
	color: #999;
	text-align: center;
}
.content {
	width: 100%;
	padding: 200px 0;
	background-color: #fff;
}

}


section {
	
	color: #999;
	text-align: center;
}

h2 {
	font-size: 200%;
	width: 100%;
}

#bg {
	width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
}
.content {
	padding: 200px 0;
	background-color: #fff;
}
.content_02 {
	padding: 200px 0;
	background-color: #999;
	color: #fff;
	height: 470px;
}
.content p ,.content_02 p {
	line-height: 200%;
}

footer {
	background-color: #000;
}
footer .copyrights {
	text-align: center;
	color: #ccc;
	font-size: 12px;
	padding: 20px 0;
}

.circle img {
	border-radius: 50%;
    height: 300px;
    width: 300px;
}