@charset "utf-8";
/* CSS Document */
body {
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
	line-height: 1.6;
	font-family: "AxisStd-Regular", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}
 @keyframes fadeIn {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
 @-webkit-keyframes fadeIn {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
/*---original text color on this page ---*/



/*--------------------------------------
共通
--------------------------------------*/
img {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
a {
	text-decoration: none;
	color: #F30;
}
.acenter {
	text-align: center;
}
.aleft {
	text-align: left;
}
.aright {
	text-align: right;
}
.sp-only {
	display: none;
}
/***--------------------------------------------
#main
-----------------------------------------------*/

picture img {
	width: 100%;
}
.topview {
	background-color: #004678;
	padding: 5px 0px 0px;
	margin-top: 0px;
}
.page-ttl {
	text-align: center;
	padding: 30px 0px;
}
.page-ttl h1 {
	color: #ffffff;
	font-size: 2.25rem;
}
.page-ttl span {
	margin: 0px auto;
	display: block;
}
.text {
	width: 600px;
	margin: 30px auto;
	text-align: center;
}
.text h2 {
	font-size: 1.5rem;
	margin-bottom: 30px;
}
.text p {
	text-align: left;
}
.btn {
	display: block;
	width: 400px;
	border-radius: 6px;
	background: #000000;
	margin: 0px auto 30px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	line-height: 60px;
}
.btn:hover {
	background: #666666;
}
.btn:before {
	background: url(../../images/booth/icon-form.png) 0 0 no-repeat;
	-webkit-background-size: 30px 30px;
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	padding-left: 5px;
	position: relative;
	top: 9px;
	left: -5px;
}
/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 768px) {
img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
　
}
/*～以下、画面の横幅が768pxまでの場合のスタイル記入～*/
}
/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px) {
img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
　
}
.pc-only {
	display: none;
}
.sp-only {
	display: block;
}
.page-ttl h1 {
	font-size: 1.875rem;
}
.page-ttl span {
	width: 100px;
}
.text {
	width: 100%;
	padding: 0px 10px;
}
.text h2 {
	font-size: 1.25rem;
}
.btn {
	width: 98%;
}
}
