/*--------------------------------------------------------------------
cssの初期化
--------------------------------------------------------------------*/

html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, img, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
	width:100%;
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

header:after,footer:after,section:after,article:after,aside:after,div:after,dl:after,ul:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}

br {
	letter-spacing:0;
}

img {
	border: 0;
	vertical-align:bottom;
}

div#accesslog img {
	display:block;
	height:0;
}


/*共通使用部分*/

body {
	margin: 0;
	padding: 0;
	font-family:Helvetica, メイリオ, Arial, sans-serif;
	font-size:1.2em;
	/*文字サイズの自動調整を無効*/
	-webkit-text-size-adjust: 100%;
	background:#F3F6F8;
}

@media (max-width: 680px){
body {
	font-size:0.8em;
}
}

.red {
	color:#E74C3C;
}

.black {
	color:#333;
}

.clear {
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}

.w100 {
	width:100%;
}

.w100 img {
	width:100%;
}

.m10 {
	margin:10px;
}

.p10 {
	padding: 0 10px;
}


.bottom5 {
	margin-bottom: 5px;
}

.bottom10 {
	margin-bottom: 10px;
}

.bottom15 {
	margin-bottom: 15px;
}

.bottom20 {
	margin-bottom: 20px;
}

.bottom30 {
	margin-bottom: 30px;
}

.bottom40 {
	margin-bottom: 40px;
}

.bottom50 {
	margin-bottom: 50px;
}

.bottom60 {
	margin-bottom: 60px;
}
/*文字色のスタイル*/

a:link,a:visited {
	text-decoration:none;
	overflow:hidden;
	color:#004496;
}

a:hover {
	text-decoration:none;
	color:#212121;
}

/*hoverのスタイル*/ 
.fade {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-ms-transition: 0s ease-in-out;
}

.fade:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

/*scaleのスタイル*/ 
.scale {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-ms-transition: 0s ease-in-out;
}

.scale:hover {
	webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/*toTopのスタイル*/
div#toTop01 {
	display:none;
	position:fixed;
	right:20px;
	bottom:140px;
	z-index:99999;
}
	
div#toTop01 a {
	width: 100px;
	height: 100px;
	text-indent: 100%;
	white-space: nowrap;
	overflow:hidden;
	display:block;
	background:url(../../images/top01.png) no-repeat left top;
}

div#toTop02 {
	display:none;
	position:fixed;
	right:20px;
	bottom:260px;
	z-index:99999;
}
	
div#toTop02 a {
	width: 100px;
	height: 100px;
	text-indent: 100%;
	white-space: nowrap;
	overflow:hidden;
	display:block;
	background:url(../../images/top04.png) no-repeat left top;
}

div#toTop03 {
	display:none;
	position:fixed;
	right:20px;
	bottom:20px;
	z-index:99999;
}
	
div#toTop03 a {
	width: 100px;
	height: 100px;
	text-indent: 100%;
	white-space: nowrap;
	overflow:hidden;
	display:block;
	background:url(../../images/top03.png) no-repeat left top;
}

div#toTop04 {
	display:none;
	position:fixed;
	right:20px;
	bottom:420px;
	z-index:99999;
}
	
div#toTop04 a {
	width: 90px;
	height: 90px;
	text-indent: 100%;
	white-space: nowrap;
	overflow:hidden;
	display:block;
	background:url(../../images/top02.png) no-repeat left top;
}

div#toTop05 {
	display:none;
	position:fixed;
	right:20px;
	bottom:320px;
	z-index:99999;
}
	
div#toTop05 a {
	width: 90px;
	height: 90px;
	text-indent: 100%;
	white-space: nowrap;
	overflow:hidden;
	display:block;
	background:url(../../images/top05.png) no-repeat left top;
}

div#toTop06 {
	display:none;
	position:fixed;
	right:20px;
	bottom:220px;
	z-index:99999;
}
	
div#toTop06 a {
	width: 90px;
	height: 90px;
	text-indent: 100%;
	white-space: nowrap;
	overflow:hidden;
	display:block;
	background:url(../../images/top06.png) no-repeat left top;
}

div#toTop07 {
	display:none;
	position:fixed;
	right:20px;
	bottom:120px;
	z-index:99999;
}
	
div#toTop07 a {
	width: 90px;
	height: 90px;
	text-indent: 100%;
	white-space: nowrap;
	overflow:hidden;
	display:block;
	background:url(../../images/top07.png) no-repeat left top;
}

div#toTop08 {
	display:none;
	position:fixed;
	right:20px;
	bottom:20px;
	z-index:99999;
}
	
div#toTop08 a {
	width: 90px;
	height: 90px;
	text-indent: 100%;
	white-space: nowrap;
	overflow:hidden;
	display:block;
	background:url(../../images/top08.png) no-repeat left top;
}

div#toTop01 a:hover,div#toTop02 a:hover,div#toTop03 a:hover,div#toTop04 a:hover,div#toTop05 a:hover,div#toTop06 a:hover,div#toTop07 a:hover,div#toTop08 a:hover {
	opacity:0.6;
}

@media (max-width: 680px){
div#toTop01,div#toTop02,div#toTop03,div#toTop05,div#toTop06,div#toTop07,div#toTop08 {
	display:none !important;
}

div#toTop04 {
	right:10px;
	bottom:10px;
}
	
div#toTop04 a {
	width: 80px;
	height: 80px;
	text-indent: 100%;
	white-space: nowrap;
	overflow:hidden;
	display:block;
	background:url(../../images/top02-s.png) no-repeat left top;
	background-size:80px;
}
}

/*boxのスタイル*/
.box1000 {
	clear:both;
	width:100%;
	max-width:1000px;
	margin:0 auto;
	position:relative;
}

.box1000 img {
	max-width:1000px;
}

/*titleのスタイル*/
.title01 {
	clear:both;
	background:url(../../images/title_bg01.jpg) repeat-x left top #007E4E;
	background-size:300px 170px;
	color:#fff;
	text-align:center;
}

.title01 h1 {
	padding:40px 0 0 0;
	font-size:1.6em;
}

.title01 p.title01_txt {
	padding:10px 0 40px 0;
}

@media (max-width: 980px){
.title01 h1 {
	padding:30px 0 0 10px;
	font-size:1.4em;
}

.title01 p.title01_txt {
	padding:10px 0 30px 10px;
	font-size:0.9em;
}
}

@media (max-width: 680px){
.title01 h1 {
	padding:15px 10px 0 10px;
	text-align:center;
}

.title01 p.title01_txt {
	padding:5px 10px 15px 10px;
	text-align:center;
}
}

/*tableのスタイル*/
.table01 {
	clear:both;
	width:100%;
	font-size:1.2em;
}

.table01 tr {
	background:#fff;
}

.table01 tr:nth-child(2n) {
	background:#EBF0E9;
}

.table01 tr th,.table01 tr td {
	padding:15px;
	border:1px solid #91C796;
	vertical-align:middle;
	text-align:center;
}

.table01 tr th strong,.table01 tr td strong {
	font-size:1.2em;
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-weight:bold;
	color:#E94648;
}

.table01 .bottom {
	border:none;
	background:none;
}

@media (max-width: 680px){
.table01 {
	font-size:1em;
}

.table01 tr th,.table01 tr td {
	padding:10px;
}

.table01 .bottom {
	border:none;
	background:none;
}
}

.plus {
	color:#003D83;
}

.minus {
	color:#E64C3B;
}

.big {
	font-size:1.4em;
}

@media (max-width: 680px){
.big {
	font-size:1em;
}
}

.table02 {
	clear:both;
	width:100%;
}

.table02 tr {
	background:#EEF5F8;
}

.table02 tr:nth-child(2n) {
	background:#E6EFF4;
}

.table02 tr.bottom {
	border:none;
	background:none;
}

.table02 tr th,.table02 tr td {
	padding:10px;
	border:1px solid #ddd;
	vertical-align:middle;
	text-align:center;
}

.table03 {
	clear:both;
	width:100%;
	margin-top: 80px;
}

.table03 tr {
	background:#FAFCFC;
}

.table03 tr:nth-child(2n) {
	background:#FAFBF8;
}

.table03 tr.bottom {
	border:none;
	background:none;
}

.table03 tr th {
	padding:15px;
	border:1px solid #ddd;
	vertical-align:middle;
	text-align:center;
}

.table03 tr td {
	padding:15px;
	border:1px solid #ddd;
	vertical-align:middle;
}

@media (max-width: 680px){
.table03 {
	margin-top: 10px;
}

.table03 tr th {
	padding:10px;
	font-size:0.8em;
	text-align:left;
}

.table03 tr td {
	padding:10px;
	font-size:0.8em;
}
}

/*textleftのスタイル*/

.textleft {
	text-align:left;
}

.textcenter {
	text-align:center;
}

.textright {
	text-align:right;
}

/*buttonのスタイル*/

.button01 a {
	clear:both;
	display: inline-block;
	padding:1.5% 3% 1.5% 4.5%;
	text-align: center;
	text-decoration: none;
	outline: none;
	border: 2px solid #333;
	color: #fff;
	overflow: hidden;
	box-sizing:border-box;
	border-radius:5px;
	cursor:pointer;
	font-size:1.5em;
	background:url(../../images/button01_icon01.png) no-repeat left #333;
	background-size:40px;
}

.button01 a:hover {
	border-color: #59b1eb;
	background:url(../../images/button01_icon01_on.png) no-repeat left #fff;
	background-size:40px;
	color: #59b1eb;
}

@media (max-width: 980px){
.button01 a {
	font-size:1.2em;
	padding:1.5% 3% 1.5% 6.5%;
}
}

@media (max-width: 680px){
.button01 a {
	font-size:1.6em;
	padding:1.5% 4% 1.5% 14%;
	background-size:30px;
}

.button01 a:hover {
	background-size:30px;
}

.button01 span {
	display:none;
}
}

.button_bg01 {
	clear:both;
	width:100%;
	padding:100px 0;
	background:url(../../images/button_bg01.jpg) no-repeat center center;
	background-size:cover;
}

.button02 {
	text-align:center;
}

.button02 a {
	clear:both;
	padding:20px 60px;
	text-align: center;
	text-decoration: none;
	outline: none;
	color: #fff;
	overflow: hidden;
	box-sizing:border-box;
	border-radius:5px;
	cursor:pointer;
	font-size:1.5em;
	background:#FEBE01;
	-webkit-box-shadow: 2px 2px 0px 0px rgba(140,140,140,0.75);
	-moz-box-shadow: 2px 2px 0px 0px rgba(140,140,140,0.75);
	box-shadow: 2px 2px 0px 0px rgba(140,140,140,0.75);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-ms-transition: 0s ease-in-out;
}

.button02 a:hover {
	background:#015B38;
	background-size:40px;
}

@media (max-width: 680px){
.button_bg01 {
	padding:20px 0;
}

.button02 a {
	width:90%;
	margin:0 auto;
	display:block;
	padding:10px 0;
	box-sizing:border-box;
	border-radius:5px;
	font-size:1.2em;
}

.button02 img {
	width:20px !important;
}
}

.button03 {
	clear:both;
	width:46%;
	margin-left: 2%;
	text-align: center;
	text-decoration: none;
	color: #fff;
	box-sizing:border-box;
	border-radius:5px;
	cursor:pointer;
	font-size:1.1em;
	background:#FEBE01;
	-webkit-box-shadow: 2px 2px 0px 0px rgba(140,140,140,0.75);
	-moz-box-shadow: 2px 2px 0px 0px rgba(140,140,140,0.75);
	box-shadow: 2px 2px 0px 0px rgba(140,140,140,0.75);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-ms-transition: 0s ease-in-out;
	float:left;
}

.button03 a {
	padding:20px 10px;
	text-align:center;
	box-sizing:border-box;
	display:block;
	color:#fff;
}

.button03:hover {
	background:#015B38;
	color:#fff;
}

.button03 strong {
	display:block;
	font-size:1.3em;
}

@media (max-width: 680px){
.button03 {
	width:90%;
	margin: 0 5% 20px 5%;
	float:none;
}

.button03 a {
	padding:10px;
}

.button03 img {
	width:40px !important;
}
}

.button04 {
	width:46%;
	margin-right: 2%;
	text-align: center;
	text-decoration: none;
	color: #fff;
	box-sizing:border-box;
	border-radius:5px;
	cursor:pointer;
	font-size:1.1em;
	background:#e74c3c;
	-webkit-box-shadow: 2px 2px 0px 0px rgba(140,140,140,0.75);
	-moz-box-shadow: 2px 2px 0px 0px rgba(140,140,140,0.75);
	box-shadow: 2px 2px 0px 0px rgba(140,140,140,0.75);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-ms-transition: 0s ease-in-out;
	float:right;
}

.button04 a {
	padding:20px 10px;
	text-align:center;
	box-sizing:border-box;
	display:block;
	color:#fff;
}

.button04:hover {
	background:#015B38;
	color:#fff;
}

.button04 strong {
	display:block;
	font-size:1.2em;
}

.button04 strong span {
	font-size:0.7em;
}

@media (max-width: 680px){
.button04 {
	clear:both;
	width:90%;
	margin: 0 5%;
	float:none;
}

.button04 a {
	padding:10px;
}

.button04 img {
	width:40px !important;
}

.button04 strong {
	font-size:1.4em;
}
}

.button05 {
	width:46%;
	margin-right: 2%;
	text-align: center;
	text-decoration: none;
	color: #fff;
	box-sizing:border-box;
	border-radius:5px;
	cursor:pointer;
	font-size:1.1em;
	background:#4EC779;
	-webkit-box-shadow: 2px 2px 0px 0px rgba(140,140,140,0.75);
	-moz-box-shadow: 2px 2px 0px 0px rgba(140,140,140,0.75);
	box-shadow: 2px 2px 0px 0px rgba(140,140,140,0.75);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-ms-transition: 0s ease-in-out;
	float:right;
}

.button05 a {
	padding:20px 10px;
	text-align:center;
	box-sizing:border-box;
	display:block;
	color:#fff;
}

.button05:hover {
	background:#015B38;
	color:#fff;
}

.button05 strong {
	display:block;
	font-size:1.3em;
}

@media (max-width: 680px){
.button05 {
	clear:both;
	width:90%;
	margin: 0 5% 20px 5%;
	float:none;
}

.button05 a {
	padding:10px;
}

.button05 img {
	width:80px !important;
}

.button05 strong {
	font-size:1.2em;
}
}

/*fadeInDownのスタイル*/

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}


/*img切り替えのスタイル*/
@media (min-width: 680px){
.smallimg {
	display:none;
}
}

@media (max-width: 680px){
.bigimg {
	display:none;
}
}
