@charset "UTF-8";

html {
	width: 100%;
//	overflow-x: hidden;
}
body {
	width: 100%;
//	height: 100%;
	overflow-x: hidden;
	font-family:Hiragino Sans,'ヒラギノ角ゴシック',Hiragino Kaku Gothic ProN,'ヒラギノ角ゴ ProN W3','メイリオ',Meiryo,sans-serif;
	font-weight: normal;
//	font-weight: 100;
	line-height: 120%;
	color: #000;
	letter-spacing: 0;
	padding: 0;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}


img {
	vertical-align: bottom;
	vertical-align: text-bottom;
	border: none;
	-ms-interpolation-mode: bicubic;
}

link {
	color: #000;
	text-decoration: none;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:link:hover {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}

#gotop {
	position: fixed;
	right: 2vw;
	bottom: 2vh;
	width: 50px;
	height: 50px;
	z-index: 9999;
}
#gotop img {
	width: 50px;
	height: 50px;
}

#gorfp {
	position: fixed;
	right: 2vw;
	bottom: 15vh;
	width: 50px;
	height: 50px;
	z-index: 9998;
}
#gorfp img {
	width: 50px;
	height: 50px;
}
@media screen and (max-width: 880px) {
	#gorfp {
		bottom: 12%;
	}
}

header {
//	position: relative;
	position: fixed;
	z-index: 100000;
	width: 100%;
	height: 60px;
	padding-left: 5%;
	padding-right: 5%;
//	border-bottom: 1px solid #EEE;
	background-color: #FFF;
	background: rgba(255,255,255,0.9);
}

header h1 {
	margin-bottom: 8px;
	color: #CCC;
	font-size: 65%;
	font-weight: 300;
}

header .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
//	background-color: rgba(100,100,100,100,0.5);
}

header .container .logo {
	flex-grow: 1;
	width: 200px;
}
header .container .logo img {
	width: 200px;
}
@media screen and (max-width: 768px) {
	article {
		padding-top: 0px;
	}
	header {
		height: 60px;
	}
	header h1 {
		font-size: 60%;
	}
	header .container {
		margin-top: 10px;
	}
	header .container .logo img {
		width: 180px;
		height: auto;
	}
}

header .container ul.mainnavi {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-ms-box-flex:1;
	-webkit-box-flex:1;
	-moz-box-flex:1;
	margin:0;
	padding:0;
	line-height: 100%;
}
header .container ul.mainnavi li {
	list-style: none;
	float: left;
	position: relative;
	text-align: right;
//	color: #FFF;
	margin-left: 2em;
}
header .container ul.mainnavi li a {
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	font-size: 85%;
	font-weight: 300;
	line-height: 1em;
//	color: #999;
	color: #2FB2E6;
}
header .container ul.mainnavi li a span {
	font-weight: 700;
}
header .container ul.mainnavi li a:hover {
	color: #FFBF00;
}
header .container ul.mainnavi li a.colorbtn {
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	font-size: 85%;
	font-weight: 300;
	line-height: 1em;
//	color: #CDBDAC;
	color: #2FB2E6;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
//	border: 2px solid #CDBDAC;
	border: 2px solid #2FB2E6;
}
header .container ul.mainnavi li a.colorbtn:hover {
//	background-color: #CDBDAC;
	background-color: #2FB2E6;
	color: #FFF;
}

header .container ul.mainnavi li {
	-webkit-transition: 0.3s linear 0.2s;
	-moz-transition: 0.3s linear 0.2s;
	-ms-transition: 0.3s linear 0.2s;
	-o-transition: 0.3s linear 0.2s;
	transition: 0.3s linear 0.2s;
}

header .container ul.mainnavi {
  display: none;
}

@media screen and (min-width: 758px) {
	header .container ul.mainnavi {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		-js-display: flex;
		display: flex;
	}
	.slicknav_menu {
		display: none;
	}
}

#mobile-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-webkit-box-orient: block-axis;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	position: absolute;
	top: 0px;
	right: 0px;
	overflow: hidden;
	font-size: 70%;
	line-height: 200%;
//	border: 1px solid #CDBDAC;
//	border: 1px solid #CCC;
	color: #CCC;
	z-index: 9999999999;
}

.margin {
	height: 20px;
}

.interval {
	width: 100vw;
	text-align: center;
	z-index: 100000;
	position: absolute;
	bottom: 15%;
}
.interval a  {
	display: block;
	width: 50px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
}
.interval a img {
	width: 50px;
	height: 25px;
}
.interval2 {
	width: 100vw;
	text-align: center;
	position: absolute;
	bottom: 15%;
	z-index: 100001;
}
.interval2 a  {
	display: block;
	width: 50px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
}
.interval2 a img {
	width: 50px;
	height: 25px;
}
@media (max-width: 767px) {
	.interval2 {
		bottom: 6%;
	}
}

/*
.interval {
	width: 100vw;
	text-align: center;
	z-index: 100000;
	position: absolute;
	bottom: 15%;
}
.interval a  {
	display: block;
	width: 50px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
}
.interval a img {
	width: 50px;
	height: 25px;
}
.interval2 {
	width: 100vw;
	text-align: center;
	position: absolute;
//	top: 80%;
	bottom: 15%;
	z-index: 100001;
}
.interval2 a  {
	display: block;
	width: 50px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
}
.interval2 a img {
	width: 50px;
	height: 25px;
}
@media (max-width: 767px) {
	.interval2 {
		bottom: 15%;
	}
}
*/

.container {
//	margin-bottom: 5em;
}

.contents {
	width: 100%;
	position: relative;
}


footer {
//	display: none;
	position: fixed;
	bottom: 0;
	width: 100%;
//	height: 30%;
//	margin-top: 5%;
//	padding-top: 10%;
	padding-bottom: 2%;
//	background-color: #333;
//	background-color: rgba(255,255,255,0.1);
//	filter: alpha(opacity=50);
//	-moz-opacity: 0.5;
//	opacity: 0.5;
	z-index: 100;
}
footer .copyright {
	position: absolute;
	bottom: 1em;
	width: 100%;
	text-align: center;
//	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
//	font-size: 80%;
	font-family: 'Lato', sans-serif;
	font-size: 80%;
	line-height: 100%;
	font-weight: 300;
	color: #CCC;
	color: #999;
}
footer .inner .copyright span {
	font-weight: bold;
}


/*
.copyright {
	width: 100%;
	padding-bottom: 1%;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 70%;
	line-height: 100%;
	font-weight: 300;
	color: #999;
}
.copyright span {
	font-weight: bold;
}
*/

.snsbar {
	position: absolute;
	bottom: 20%;
	width: 60%;
	left: 0;
	right: 0;
	margin: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-webkit-box-orient: block-axis;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
.snsbar ul.iconlist {
	width: ;
	margin: 0 auto;
	overflow: hidden;
	list-style: none;
}
.snsbar ul.iconlist li {
	float: left;
	width: 30px;
	height: 30px;
	margin-left: 10px;
	margin-right: 10px;
}
.snsbar ul.iconlist li a img {
	width: 30px;
}


ul.stdlist {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	margin-left: 1.2em;
	list-style: disc;
}
ul.stdlist li {
	font-size: 85%;
	font-weight: bold;
	margin-bottom: 1em;
}

ul.stdlist2 {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	margin-left: 1.2em;
	list-style: disc;
//	font-size: 90%;
	font-size: 85%;
}
ul.stdlist2 li {
	font-weight: bold;
	margin-bottom: 1em;
}

ul.appeallist {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	list-style: none;
}
ul.appeallist li {
//	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0.8em;
}

ul.appeallist2 {
	margin-left: 1.5em;
	margin-top: 2em;
	margin-bottom: 2em;
	list-style: disc;
}
ul.appeallist2 li {
	font-size: 95%;
	margin-bottom: 1em;
	color: #009AD3;
}


dl.flow {
	width: auto;
}
dl.flow dt {
	display: table-cell;
	height: 1.3em;
	background-repeat: no-repeat;
	font-family: 'Lato', sans-serif;
	font-size: 300%;
	font-weight: 100;
	color:  #009AD3;
	line-height: 1em;
	margin-bottom: 1.2em;
}
dl.flow dt span {
	vertical-align: 18%;
	font-family:Hiragino Sans,'ヒラギノ角ゴシック',Hiragino Kaku Gothic ProN,'ヒラギノ角ゴ ProN W3','メイリオ',Meiryo,sans-serif;
	font-size: 50%;
	font-weight: 200;
	margin-left: 0.5em;
}
dl.flow dd {
	padding-left: 50px;
	font-size: 95%;
	line-height: 160%;
	margin-bottom: 1.2em;
}


dl.appeallist {
	margin-top: 2em;
	margin-bottom: 2em;
}
dl.appeallist dt {
//	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0.8em;
}
dl.appeallist dd {
//	font-size: 100%;
	font-size: 85%;
//	line-height: 180%;
	font-weight: normal;
	padding: 1em;
	margin-bottom: 2em;
	border: 1px solid #DDD;
//	border-left: 0.3em solid #009AD3;
	border-left: none;
	border-right: none;
	border-bottom: none;
	padding-left: 0.7em;
}


p.astlist2 {
	line-height: 120%;
	color:#999999;
}

ul.astlist {
	padding-top: 20px;
	padding-left:1.6em;
}
ul.astlist li {
	text-indent:-1.6em;
	list-style-type:none;
	line-height: 110%;
	font-size: 10px;
	color:#999999;
	padding-bottom: 15px;
}

ul.astlist2 {
	padding-top: 10px;
	padding-left: 1.3em;
	margin-left: -0.3em;
}
ul.astlist2 li {
	text-indent: -1.3em;
	list-style-type:none;
	line-height: 110%;
	font-size: 10px;
	color:#999999;
	padding-bottom: 15px;
}


span.SPAN993300 {
	color: #CC0000;
	display:inline;
}

.blue {
	background: linear-gradient(135deg, #1a9aca 0%, #68d9da 100%);
	background-image: linear-gradient(135deg, rgb(26, 154, 202) 0%, rgb(104, 217, 218) 100%);
	background-position-x: initial;
	background-position-y: initial;
	background-size: initial;
	background-repeat-x: initial;
	background-repeat-y: initial;
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: #36b0cf;
}
.gray {
	background-color: #333;
}
.gray2 {
	background-color: #BCBCAC;
}


span.strong {
	font-weight: bold;
}

span.small {
	font-size: 70%;
}
span.alert {
	margin: 0px;
	padding: 0px;
	font-size: 70%;
	color: #999;
}
span.red {
	color: #dd0000;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#flex {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -moz-box-pack: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 820px) {
	.displaynone {
		display: none;
	}
	.bordertop {
		border-top: 1px solid #DDD;
	}
}
