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

/*-----------------------------------------
基本設定
-----------------------------------------*/
* {
	margin: 0;
	padding: 0;
	color:#000;
	font: 18px/200% '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	list-style-type: none;
}
img {
	border: none;
}
p{
	margin-bottom: 30px;
}
a:link{
	color:blue;
	text-decoration:underline;
}
a:visited{
	color:purple;
	text-decoration:underline;
}
ul{
	margin: 0;
	padding: 0;
}
ul li{
	padding: 0;
	margin: 0;
}
.b{
	font-weight:bold;
}
.underline{
	text-decoration:underline;
	font-weight:bold;
}
.center{
	text-align:center;
}
.red{
	color: #e2041b;/*猩々緋 しょうじょうひ*/
	font-weight: bold;
}
.big{
	font-size:25px;
}
.serifu{
	font-size:34px
}

/*-----------------------------------------
大枠設定
-----------------------------------------*/
body {
	text-align:center;
	background-color:#000000;
}
#wrapper0{
	background-color:#aacf53;/*萌黄色*/
}

#wrapper{
	width:750px;
	padding: 0;
	margin: -30px auto 0;
	text-align: left;
	background-color:#fff;
}
#contents{
	width:670px;
	padding:20px 40px;
	background-color:#fff;
	box-shadow: 0px -4px 20px #333;
}
/*-----------------------------------------
h1 etc
-----------------------------------------*/

h1{
	padding: 0 0 10px;
	text-align:center;
	font-size: 40px;
	font-weight:bold;
	line-height: 1.1;
	color: #f40000;/*猩々緋 しょうじょうひ*/
}
h2{
	padding: 50px 0 20px;
	text-align:center;
	font-size: 40px;
	font-weight:bold;
	line-height: 1.2;
	color: #f40000;/*猩々緋 しょうじょうひ*/
}
h3{
	margin: 140px 0 50px;
	text-align:center;
	color: #e2041b;/*猩々緋 しょうじょうひ*/
	font-size: 25px;
	font-weight:bold;
}


/*-----------------------------------------
header
-----------------------------------------*/
#header{
	min-width:750px;
	padding: 20px 0 0;
	margin: 0;
	background-image:url(../imgs/topimage.jpg);
	background-position:center;
	background-size: cover;
	background-repeat:no-repeat;
	text-shadow:0 0 3px #fff,0 0 3px #fff,1px 0 3px #fff,-1px 0 3px #fff,0 1px 3px #fff,0 -1px 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}
#header #headercontents{
	width:750px;
	padding:30px auto;
	margin: 0 auto;
}
#header p{
	line-height:1.1;
}
#header p.small{
	font-size:small;
}
#header p.last{
	padding-bottom: 60px;
	margin-bottom: 0;
}

/*-----------------------------------------
contents
-----------------------------------------*/
.contentsfirst{
	margin-top:50px}
ul.bolet {
	margin: 0 0 100px 0;
}
ul.bolet li{
	padding: 23px 0 0 48px;
	margin:0 0 10px 0;
	background-image: url(../imgs/list.gif);
	background-position:left top;
	background-repeat:no-repeat;
	line-height: 1.5;
}
.r20{
	font-size:20px
}
.contents-title-image{
	text-align:center;
	margin-top:100px;
}
.contents-first{
	margin-top:50px
}
.sign{
	text-align:left;
	font-weight:bold;
}
/*-----------------------------------------
btn
-----------------------------------------*/
p.btnp{
	margin:100px 0;
	text-align:center;
}
a.btn-gradient-radius,
a.btn-gradient-radius:link,
a.btn-gradient-radius:visited{
	width: 300px;
	display: inline-block;
	padding: 12px 20px 5px;
	border-radius: 40px;
 	color: #FFF;
	text-decoration: none;
	font-size: 23px;
	line-height:2.0;
	background-image: linear-gradient(45deg, #e13c0e 0%, #ca6219 100%);


	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 100px;
	position: relative;
	transition: 300ms;
}

a.btn-gradient-radius:hover,
a.btn-gradient-radius:active{
 	color: #FFF;
	background-image: linear-gradient(45deg, #d46c23 0%, #de7a34 100%);
}

a.btn-gradient-radius::after {
	content: ">";
	position: absolute;
	right: 25px;
	transition: 300ms;
}
a.btn-gradient-radius:hover::after {
	content: ">";
	position: absolute;
	right: 21px;
	transition: 300ms;
}

/*-----------------------------------------
footer
-----------------------------------------*/
#footer{
	width:750px;
	height:80px;
	color:#fff;
	font-size:small;
	text-align:center;
	background-color:#aacf53;
	margin:0;
	padding: 10px 0;
	border:0;
}
#footer p{
	font-size:small;
	color:#fff;
	line-height:1.2;
	margin:5px;
	padding:0;
}
#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active{
	font-size:small;
	color:#fff;
	text-decoration:none;
}

/*■-----------------------------------------
thanx.html
-----------------------------------------■*/
#thanx #header{
	background-image:url(../imgs/thanx.jpg);
	background-position:center;
}


























