@charset "utf-8";


.pcOnly {
	display: none;
}
.spOnly {
	display: block !important;
}
body {
}
#wrapper {
	min-width: 320px;
}
.inner {
	width: 100%;
	padding: 0 10px;
}
#wrapper.sub {
	min-width: 320px;
}
#wrapper.sub .inner {
	max-width: 1050px;
}
body.top .inner {
	width: 100%;
	min-width: 100%;
}

/* header___________________________________________________________________________________________________ */
header {
	border-bottom: 4px solid #8DC21F;
	height: auto;
	text-align: center;
}
header h1 {
	position: relative;
	left: auto;
	top: auto;
	width: 100%;
	height: auto;
	text-align: center;
	margin: 10px auto;
}
header h1 a {
}
header h1 a img {
	width: 90%;
	height: auto;
}
header h1 a:hover {
	opacity: 0.7;
	text-decoration: none;
}
header span.logo {
	position: relative;
	top: auto;
	right: auto;
	margin-bottom: 20px;
}
header span.logo img {
	width: 100px;
	height: auto;
}



/* footer___________________________________________________________________________________________________ */
footer {
	background-color: #8DC21F;
	padding: 20px 0 90px 0;
	text-align: center;
}
footer .inner {
}
footer .copyright {
	color: #FFF;
	font-size: 12px;
	margin-bottom: 10px;
}
footer ul.footerList {
	list-style: none;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 308px;
}
footer ul.footerList li {
	display: block;
	margin-right: 0px;
	margin-bottom: 20px;
}
footer ul.footerList li:last-child {
	margin-right: 0px;
}
footer ul.footerList li h2 {
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
	letter-spacing: 1em;
}
footer ul.footerList li p {
}
footer ul.footerList li:last-child p {
	display: block;
	flex-wrap: wrap;
}
footer ul.footerList li:last-child p a.list01 {
	order: 1;
}
footer ul.footerList li:last-child p a.list02 {
	order: 2;
}
footer ul.footerList li:last-child p a.list03 {
	order: 3;
}
footer ul.footerList li:last-child p a.list04 {
	order: 4;
}
footer ul.footerList li:last-child p a.list05 {
	order: 5;
}
footer ul.footerList li p a {
	display: block;
	margin-right: 0px;
	margin-bottom: 5px;
}
footer ul.footerList li p img {
	width: 100%;
	max-width: 308px;
}
footer ul.snsbtn {
	list-style: none;
	display: inline-block;
}
footer ul.snsbtn li {
	display: inline-block;
	margin: 0 8px 0 0;
	padding: 5px 5px 0 5px;
	border: 1px solid #8DC21F;
}





#gotoTopBtn {
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 63px;
	height: 64px;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 900;
}
#gotoTopBtn::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 63px;
	height: 64px;
	background-image: url(../images/btn_gototop.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 53px 54px;
	z-index: 1000;
}
#gotoTopBtn::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 63px;
	height: 64px;
	background-color: rgba(255,255,255,1);
	border-radius: 5px;
	opacity: 0.7;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	z-index: 800;
}
#gotoTopBtn:hover::before {
	opacity: 1;
}
.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}



/* contents___________________________________________________________________________________________________ */
#contents {
}
#contents ul.snsbtn {
	list-style: none;
	background-color: #FFFFFF;
	display: block;
	margin: 0px 0px 0px 0;
	text-align: center;
}
#contents ul.snsbtn li {
	display: inline-block;
	margin: 0;
	padding: 5px 5px 0 5px;
}
#contents ul.menuBtn {
	margin: 10px auto;
	text-align: center;
}
#contents ul.menuBtn li {
	display: inline-block;
	padding: 5px 5px 5px 5px;
	margin: 5px;
	position: relative;
	width: 28%;
}
#contents ul.menuBtn li a {
}
#contents ul.menuBtn li a img {
	height: 20px;
}
#contents ul.menuBtn li:nth-child(1) {
	padding: 5px 5px 5px 5px;
}
#contents ul.menuBtn li:nth-child(1) a img {
	height: 24px;
}
#contents ul.menuBtn li a:hover {
}
#contents ul.menuBtn li a::before {
	content: "";
	display: none;
	position: absolute;
	left: -15px;
	top: -5px;
	width: 25px;
	height: 47px;
	background-image: url(../images/icon_menu_01.png);
	background-repeat: no-repeat;
	opacity: 0;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#contents ul.menuBtn li:nth-child(1) a::before {
	background-image: url(../images/icon_menu_01.png);
}
#contents ul.menuBtn li:nth-child(2) a::before {
	background-image: url(../images/icon_menu_02.png);
}
#contents ul.menuBtn li:nth-child(3) a::before {
	background-image: url(../images/icon_menu_03.png);
}
#contents ul.menuBtn li:nth-child(4) a::before {
	background-image: url(../images/icon_menu_04.png);
}
#contents ul.menuBtn li:nth-child(5) a::before {
	background-image: url(../images/icon_menu_05.png);
}
#contents ul.menuBtn li:nth-child(6) a::before {
	background-image: url(../images/icon_menu_06.png);
}
#contents ul.menuBtn li:nth-child(7) a::before {
	background-image: url(../images/icon_menu_07.png);
}
#contents ul.menuBtn li a:hover::before {
	left: 0px;
	opacity: 1;
}

.manage #contents ul.menuBtn {
	display: block;
}
.manage #contents ul.menuBtn li {
	display: block;
	width: 100%;
	margin: auto auto 5px auto;
}
.manage #contents ul.menuBtn li a {
	display: block;
	width: 100%;
}
.manage #contents ul.menuBtn li:nth-child(4) {
	margin-top:30px;
}
#contents #anc01,
#contents #anc02,
#contents #anc03,
#contents #anc04,
#contents #anc05 {
	margin-bottom: 40px;
}
#contents h2 {
	font-size: 18px;
	padding: 0 15px;
	font-weight: bold;
	line-height: 38px;
	border-radius: 8px;
	background-color: #F4A342;
	margin: 20px auto;
}
#contents #anc01 h2 {
	background-color: #F4A342;
}
#contents #anc02 h2 {
	background-color: #F9DC62;
}
#contents #anc03 h2 {
	background-color: #F4B4D0;
}
#contents #anc05 h2 {
	background-color: #96C1E7;
}
#contents #anc05 h3 {
	font-weight: bold;
	font-size: 17px;
	border-bottom: solid 2px #C9CACA;
	padding: 5px;
	margin: 0 0 10px 0;
}
#contents #anc06 h2 {
	background-color: #3636C1;
	color: #FFF;
}
#contents #anc02 p.attention {
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.5em;
}
#contents #anc02 p.attention img {
	margin-top: 30px;
	width: 100%;
	max-width: 215px;
}
#contents #anc02 p.attention.fliyer img {
	margin-top: 0px;
	width: 100%;
	max-width: 215px;
}
#contents p {
	font-size: 14px;
	margin: 20px 10px;
	line-height: 1.5em;
}
#contents p a {
	text-decoration: underline;
}
#contents p a:hover {
	text-decoration: none;
}
#contents img.iconPDF {
	margin-right: 10px;
	vertical-align: bottom;
}
#contents dl.list {
	font-size: 14px;
	line-height: 1.5em;
	display: block;
	margin: 30px 10px;
}
#contents dl.list dt {
	clear: left;
	float: none;
	padding: 10px 5px 5px 5px;
	width: 100%;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px dashed #8DC21F;
	color: #8DC21F;
}
#contents dl.list dd {
	padding: 5px 5px 10px 5px;
	text-align: left;
	border-top: 0px dashed #8DC21F;
}
#contents dl.list dd a {
	color: #036EB8;
	text-decoration: underline;
}
#contents dl.list dd a:hover {
	text-decoration: none;
}
#contents dl.list dd a.toHint {
	display: block;
	height: 34px;
	background-color: #009245;
	border-radius: 10px;
	line-height: 34px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	width: 80%;
	margin: 5px auto;
	text-decoration: none;
	text-align: center;
}
#contents dl.list dd a.toHint:hover {
	text-decoration: none;
	opacity: 0.7;
}
#contents dl.list dd img.icon {
	vertical-align: text-top;
	margin: 10px auto;
	display: block;
}
#contents dl.list dd img.floatR {
	float: none;
	display: block;
	margin: 0 auto 20px auto;
	width: 100%;
}
#contents dl.list dd img.awardImg {
	float: none;
	display: block;
	margin: 10px auto 20px auto;
	width: 100%;
}
#contents dl.list dd ul.themeUL,
#contents dl.list dd ul.themeUL2 {
    content: "";
	margin-top: 20px;
	position: relative;
	float: none;
}
#contents dl.list dd ul.themeUL2 {
	margin-top: 0px;
	margin-bottom: 20px;
}
#contents dl.list dd ul.themeUL li,
#contents dl.list dd ul.themeUL2 li {
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 8px;
	line-height: 40px;
	width: 170px;
}
#contents dl.list dd ul.themeUL li::before,
#contents dl.list dd ul.themeUL2 li::before {
    content: "";
}
#contents .addressBox {
	position: relative;
	background-color: #FFEEBE;
	border-radius: 8px;
	padding: 15px;
	margin: 5px;
}
#contents .addressBox h3 {
	font-size: 16px;
	position: relative;
	left: auto;
	top: auto;
}
#contents .addressBox p {
	font-size: 14px;
	text-align: left;
	margin: 0;
}
#contents .mbsBox {
	position: relative;
}
#contents .mbsBox h3 {
	position: relative;
	bottom: auto;
	left: auto;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: -10px;
}
#contents .mbsBox p.address {
	padding-left: 0;
	font-size: 13px;
}
#contents .mbsBox p span.redBorder {
	border: solid 2px #E94740;
	color: #E94740;
	padding: 5px;
	font-weight: bold;
	width: auto;
	margin-left: 0px;
	margin-bottom: 20px;
	display: block;
}
#contents .mbsBox img.icon {
	position: relative;
	left: auto;
	top: auto;
	margin: auto auto 20px auto;
	display: block;
}
#contents .mbsBox img.photo {
	position: relative;
	right: auto;
	bottom: auto;
	width: 90%;
	margin: auto;
	display: block;
}
#contents #anc03 a {
	color: #036EB8;
	text-decoration: underline;
}
#contents #anc03 a:hover {
	text-decoration: none;
}
#contents dl.qa {
	padding: 0 10px;
	font-size: 14px;
	line-height: 1.5em;
}
#contents dl.qa dt {
	position: relative;
	padding-left: 20px;
}
#contents dl.qa dt::before {
	content: "Q. ";
	display: block;
	width: 20px;
	position: absolute;
	left: 0;
}
#contents dl.qa dd {
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
}
#contents dl.qa dd::before {
	content: "A. ";
	display: block;
	width: 20px;
	position: absolute;
	left: 0;
}
#contents dl.qa .noBefore::before {
	display: none;
}
#contents #anc04 p {
	margin: 20px 10px;
}
#contents #anc04 p span {
	color: #C30D23;
}

/* award___________________________________________________________________________________________________ */
#contents #award {
}
#contents #award .awardmainPic {
	float: none;
	display: block;
	margin: 20px auto 0 auto;
	max-width: 100%;
}
#contents #award p {
	margin-top: 30px;
}
#contents #award ul {
	list-style: none;
	text-align: center;
}
#contents #award ul li {
	display: block;
	margin-right: 0px;
	margin-bottom: 30px;
}
#contents #award ul li:nth-child(2) {
	margin-right: 0px;
}
#contents #award ul li a {
	font-size: 15px;
	font-weight: bold;
	padding: 5px 10px;
	position: relative;
}
#contents #award ul li a:before {
	content: "";
	display: block;
	position: absolute;
	bottom: -2px;
	right:0;
	left:0;
	margin: auto;
	height: 2px;
	width: 0px;
	background-color: transparent;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#contents #award ul li a:hover {
	text-decoration: none;
	opacity: 0.7
}
#contents #award ul li:nth-child(1) a:hover:before {
	width: 100%;
	background-color: #00A8B8;
}
#contents #award ul li:nth-child(2) a:hover:before {
	width: 100%;
	background-color: #F2971B;
}
#contents #award ul li:nth-child(1) a {
	border-bottom: 2px dashed #00A8B8;
}
#contents #award ul li:nth-child(2) a {
	border-bottom: 2px dashed #F2971B;
}
#contents #award ul li:nth-child(3) a {
	border-bottom: 4px solid #8DC21F;
}
#contents #award01 {
	margin: 30px auto;
	clear: both;
}
#contents #award02 {
	margin: 30px auto;
	clear: both;
}
#contents #award03 {
	margin: 30px auto;
	clear: both;
}
#contents #award01 .inner.margin:after,
#contents #award02 .inner.margin:after,
#contents #award03 .inner.margin:after {
	content: "";
	display: block;
	clear: both;
	height: 30px;
	border-top: 1px solid #000000;
	margin: auto -10px;
}
#contents #award01 .inner.margin2:after,
#contents #award02 .inner.margin2:after,
#contents #award03 .inner.margin2:after {
	content: "";
	display: block;
	clear: both;
	height: 20px;
	margin: -20px -10px;
}
#contents ul.listLink {
	list-style: none;
	text-align: center;
}
#contents ul.listLink li {
	display: block;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#contents ul.listLink li:last-child {
	margin-right: auto;
	margin-bottom: 50px;
}
#contents ul.listLink li a {
	font-size: 13px;
	font-weight: bold;
	position: relative;
	background-color: #129FAE;
	border-radius: 10px;
	padding: 12px 10px 10px 10px;
	width: 200px;
	color: #fff;
	display: block;
}
#contents ul.listLink li:nth-child(2) a {
	background-color: #e99324;
}
#contents ul.listLink li:nth-child(3) a {
	background-color: #e85298;
}
#contents ul.listLink li a:hover {
	text-decoration: none;
	opacity: 0.7
}
#contents #award03 #anc03 {
	margin-bottom: 0px;
}
#contents #award03 #anc03 h2 {
	margin-top: 0;
	border-radius: 0;
	text-align: center;
	background-color: #8DC21F;
	font-size: 24px;
	line-height: 44px;
	padding-bottom: 2px;
}
#contents #award03 .mbsBox img.icon {
	position: relative;
	left: auto;
	top: auto;
}
#contents #award03 .mbsBox p span.redBorder {
	border: solid 3px #E94740;
	color: #E94740;
	padding: 5px;
	font-weight: bold;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	display: block;
	text-align: center;
}
#contents #award03 .mbsBox p span.redBorder span.big {
	font-size: 130%;
}
#contents #award01 h1 {
	border-bottom: 7px solid #00A8B8;
	margin-bottom: 40px;
}
#contents #award02 h1 {
	border-bottom: 7px solid #F2971B;
	margin-bottom: 40px;
}
#contents #award03 h1 {
	border-bottom: 7px solid #1F7EC3;
	margin-bottom: 40px;
}
#contents #award01 h1 .inner:before,
#contents #award02 h1 .inner:before,
#contents #award03 h1 .inner:before {
	content: "";
	display: inline-block;
	vertical-align: bottom;
	width: 38px;
	height: 53px;
	background-image: url(../images/icon_trophies.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-right: 15px;
}
#contents #award01 h1 .inner,
#contents #award02 h1 .inner,
#contents #award03 h1 .inner {
	font-size: 18px;
	font-weight: bold;
	line-height: 43px;
	position: relative;
}
#contents #award01 h1 .inner span.small,
#contents #award02 h1 .inner span.small,
#contents #award03 h1 .inner span.small {
	display: inline-block;
	position: absolute;
	right: 10px;
	bottom: -45px;
	font-size: 12px;
	font-weight: normal;
}
#contents #award01 hr,
#contents #award02 hr,
#contents #award03 hr {
	background-color: #fff;
	border-top: 1px dashed #00A8B8;
	border-bottom: none;
	border-right: none;
	border-left: none;
	margin-bottom: 20px;
}
#contents #award02 hr{
	border-top: 1px dashed #F2971B;
}
#contents #award01 .rightBox,
#contents #award02 .rightBox,
#contents #award03 .rightBox {
	float: none;
	width: 100%;
}
#contents #award01 .leftBox,
#contents #award02 .leftBox,
#contents #award03 .leftBox {
	float: none;
	width: 100%;
	text-align: center;
}
#contents #award01 .leftBox img,
#contents #award02 .leftBox img,
#contents #award03 .leftBox img {
	max-width: 100%;
	max-height: 320px;
	height: auto;
}
#contents #award01 h2,
#contents #award02 h2,
#contents #award03 h2 {
	border-radius: 0;
	background-color: transparent;
	padding: 0;
	font-size: 22px;
	line-height: 1.75em;
	margin-top: 0;
}
#contents #award01 h2 span,
#contents #award02 h2 span,
#contents #award03 h2 span {
	font-size: 14px;
	display: block;
	text-indent: 0;
	line-height: 1.5em;
}
#contents #award01 h2.gold,
#contents #award02 h2.gold,
#contents #award03 h2.gold {
	text-indent: 35px;
	background-image: url(../images/icon_ranking_1.png);
	background-repeat: no-repeat;
	background-position: left 8px;
}
#contents #award01 h2.silver,
#contents #award02 h2.silver,
#contents #award03 h2.silver {
	text-indent: 30px;
	background-image: url(../images/icon_ranking_2.png);
	background-repeat: no-repeat;
	background-position: left 10px;
}
#contents #award01 h2.copper,
#contents #award02 h2.copper,
#contents #award03 h2.copper {
	text-indent: 30px;
	background-image: url(../images/icon_ranking_3.png);
	background-repeat: no-repeat;
	background-position: left 10px;
}
#contents #award01 h3,
#contents #award02 h3,
#contents #award03 h3 {
	font-size: 14px;
	font-weight: bold;
	border-top: 1px solid #B5B5B6;
	padding: 10px 0;
	color: #00A8B8;
}
#contents #award01 p,
#contents #award02 p,
#contents #award03 p {
	font-size: 14px;
	margin: 0 0 20px 0;
}
#contents #award01 ul,
#contents #award02 ul,
#contents #award03 ul {
	list-style: none;
}
#contents #award01 ul li,
#contents #award02 ul li,
#contents #award03 ul li {
	display: inline-block;
	width: 100%;
	margin-right: 0%;
	margin-bottom: 40px;
	text-align: center;
	vertical-align: top;
}
#contents #award01 ul li a,
#contents #award02 ul li a,
#contents #award03 ul li a {
	height: auto;
}
.manage #contents #award01 ul li a,
.manage #contents #award02 ul li a,
.manage #contents #award03 ul li a {
	height: auto;
}
#contents #award01 ul li.over a,
#contents #award02 ul li.over a,
#contents #award03 ul li.over a {
	height: auto;
}
#contents #award01 ul li h2,
#contents #award02 ul li h2,
#contents #award03 ul li h2 {
	line-height: 1.25em;
	font-size: 14px;
	display: block;
	min-height: auto;
}
#contents #award01 ul li p,
#contents #award02 ul li p,
#contents #award03 ul li p {
	text-align: left;
	min-height: 10px;
}
#contents #award01 ul li:nth-child(3),
#contents #award02 ul li:nth-child(3),
#contents #award03 ul li:nth-child(3) {
	margin-right: 0;
}
#contents #award01 ul li img,
#contents #award02 ul li img,
#contents #award03 ul li img {
	max-width: 100%;
	max-height: 320px;
}




/* hint___________________________________________________________________________________________________ */
#hint {
	padding-bottom: 30px;
}
#hint h2 {
	font-size: 18px;
	padding: 0;
	font-weight: bold;
	line-height: 1.25em;
	border-radius: none;
	background-color: transparent;
	margin: 30px 0px 20px 0px;
}
#hint p {
	font-size: 15px;
	line-height: 1.75em;
	margin: 0;
}
#hint .blueBG {
	background-color: #BBE2F1;
	padding: 25px 25px 10px 25px;
	border-radius: 20px;
	position: relative;
}
#hint .blueBG p {
	margin: 0;
}
#hint .blueBG .leftImg {
}
#hint .blueBG .rightImg {
	position: relative;
	right: auto;
	top: auto;
}
#hint .blueBG .bottomImg {
	text-align: center;
	position: relative;
	left: auto;
	bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: -50px;
}
#hint .blueBG .leftImg img,
#hint .blueBG .rightImg img {
	width: 100%;
}
#hint .blueBG .bottomImg img {
	width: 80px;
}
#hint .normalBG {
	position: relative;
	padding-bottom: 0;
	padding-top: 50px;
}
#hint .normalBG .topImg {
	position: relative;
	top: auto;
	right: auto;
	left: auto;
}
#hint .normalBG .topImg img,
#hint .normalBG .bottomImg img {
	width: 100%;
}
#hint .normalBG .leftTxt {
	position: relative;
	top: auto;
	left: auto;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5em;
}
#hint .normalBG .bottomImg {
	margin: 20px 0 0 0;
	text-align: right;
}
#hint ul.hintUL {
	list-style: none;
}
#hint ul.hintUL li {
	display: block;
	width: 100%;
	margin-right: 0%;
}
#hint ul.hintUL li:nth-child(even) {
	margin-right: 0;
}
#hint ul.hintUL h2 {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 10px;
}
#hint ul.hintUL h3 {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #37A6C6;
	text-align: left;
	background-image: url(../images/hint_h3_bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#hint ul.hintUL p {
	margin-left: 0;
	margin-right: 0;
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 10px;
}
#hint ul.hintUL img {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.skyblueBG {
	padding: 30px 0;
}
.skyblueBG h2 {
	font-size: 18px;
	font-weight: bold;
	color: #00A8B8;
	line-height: 1.25em;
	text-align: center;
	background-image: url(../images/hint_h2_bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 0;
	padding-bottom: 15px;
}
.youtubeBox {
	max-width: 800px;
	margin: 10px auto 30px auto;
}
.youtubeBox .movieBox {
	width: 100%;
	height: 0;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
}
.youtubeBox .movieBox iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}





/* toppage___________________________________________________________________________________________________ */
body.top {
}
/* header___________________________________________________________________________________________________ */
body.top header {
	border-bottom: none;
	height: auto;
	z-index: 600;
}
body.top header .inner {
	padding-top: 0px;
}
body.top header h1 {
	position: relative;
	left: 0px;
	right: 0px;
	top: 5px;
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto 20px auto;
}
body.top header h1 img,
body.top header span.logo img {
	width: 100%;
	height: auto;
}
body.top header span.logo {
	position: relative;
	top: auto;
	right: auto;
	display: block;
	margin: 20px auto 10px auto;
	width: 80px;
}
/* contentsTop___________________________________________________________________________________________________ */
#contentsTop {
	text-align: center;
	padding-top: 0px;
}
#contentsTop img {
	width: 100%;
	height: auto;
}
#contentsTop img.mainIMG {
	width: 100%;
}
#contentsTop .mainimgBox {
	max-width: 100%;
	margin: 0 auto 20px auto;
	padding-bottom: 5px;
}
#contentsTop .mainimgBox p {
	margin: 0;
	font-size: 12px;
	line-height: 1.5em;
	padding: 0 10px;
}
#contentsTop .mainimgBox p span {
	display: block;
	font-weight: bold;
	background-color: #948a54;
	color: #fff;
	padding: 3px 8px;
	border-radius: 5px;
	margin: 5px 5px;
}
#contentsTop .awardBox {
	margin-top: 0px;
	margin-bottom: 10px;
}
#contentsTop .awardBox img {
	width: 100%;
	max-width: 100%;
	margin-bottom: 10px;
}
#contentsTop .awardBox a img {
	width: 100%;
	max-width: 240px;
}
.normalBG {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
}
.normalBG img {
	margin-bottom: 10px;
}
.normalBG p.btnP a {
	display: inline-block;
	margin: 5px 12px;
}
#main-img {
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	width: 95%;
	margin: -150px auto 0 auto;
	background-image: url("../images/top_bg_balloon.png");
	animation: cloudMove 3s infinite;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	z-index: 10;
}
@keyframes cloudMove {
    0% {background-position: center 0;}
    50% {background-position: center 15px;}
    100% {background-position: center 0;}
}
.awardBox img {
	max-width: 280px;
}
.essentials h1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 2em;
	margin: 10px;
}
.essentials .greenBox {
	border: 3px solid #009245;
	border-radius: 10px;
	padding: 0 10px;
}
.essentials h1 span {
	font-size: 16px;
	font-weight: bold;
	background-color: #8DC21F;
	border-radius: 5px;
	color: #FFF;
	padding: 5px 10px;
	line-height: 14px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 20px;
}
.essentials h1 ruby {
	font-weight: bold;
}
.essentials h1 rt {
	font-size: 10px;
	font-weight: normal;
}
.essentials h2 {
	margin-bottom: 10px;
	position: relative;
	width: 100%;
	margin: 20px auto 0 auto;
}
.essentials h2 img {
	width: 100%;
}
.essentials a.hintBtn {
	display: block;
	height: 42px;
	max-width: 280px;
	background-color: #fff000;
	border-radius: 10px;
	line-height: 42px;
	color: #231815;
	font-size: 22px;
	font-weight: bold;
	margin: 15px auto 30px auto;
}
.essentials a.hintBtn:hover {
	text-decoration: none;
	opacity: 0.7;
}
.essentials h3 {
	font-size: 18px;
	margin-bottom: 10px;
}
.essentials p {
	font-size: 16px;
	line-height: 2em;
	margin-top: 0px;
	margin-bottom: 10px;
}
.essentials p.annotation {
	font-size: 17px;
	line-height: 1.75em;
	margin-bottom: 40px;
	margin-top: -10px;
	font-weight: bold;
}
.essentials p.annotation span {
	background:linear-gradient(transparent 40%, #fff000 40%);
	padding-left: 10px;
}
.essentials p span.green {
	font-size: 16px;
	font-weight: bold;
	line-height: 2em;
	margin-bottom: 30px;
	color: #009245;
}
.essentials p ruby {
	font-weight: inherit;
}
.essentials p rt {
	font-size: 9px;
	font-weight: inherit;
}
.essentials ul {
	list-style: none;
	margin-bottom: 10px;
	font-size: 100%;
}
.essentials ul li {
	display: inline-block;
	padding: 5px 10px;
	border-right: solid 1px #000;
	font-weight: bold;
}
.essentials ul li:last-child {
	border-right: none;
}
.essentials p.periodP {
	background-color: #009245;
	border-radius: 19px;
	line-height: 1.5em;
	padding: 10px 0;
	width: 100%;
	margin: 15px auto;
	color: #FFF;
	font-size: 100%;
}
.essentials p.periodP.end,
#contents #anc02 p.periodP.end {
	background-color: #009245;
	border-radius: 3em;
	line-height: 1em;
	width: 300px;
	margin: 15px auto;
	color: #FFF;
	font-size: 130%;
	font-weight: bold;
	padding: 20px 10px;
	text-align: center;
}
.essentials p.periodP.end span,
#contents #anc02 p.periodP.end span {
	font-size: 58%;
	line-height: 1.2em;
}
.essentials p img {
	margin: 5px;
}
p.detailBox img {
	width: 100%;
	margin-left: 0px;
}
p.top_btnP {
	width: 100%;
	text-align: center;
	margin: 10px auto 20px auto;
}
p.top_btnP a {
	display: inline-block;
	margin: 5px 12px;
}
#contentsTop .watase {
	position: relative;
	max-width: 100%;
	margin: auto;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 240px 50px;
	padding-bottom: 50px;
	padding: 10px;
}
#contentsTop .watase h2 {
	background-color: #C11920;
	font-size: 20px;
	color: #fff;
	text-align: left;
	border-radius: 5px;
	padding: 7px 7px 7px 75px;
	width: 100%;
	margin: 15px auto 15px 10px;
	font-weight: bold;
	position: relative;
	right: auto;
	top:auto;
}
#contentsTop .watase h2 span.whiteBox {
	background-color: #fff000;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	color: #231815;
	display: block;
	position: absolute;
	left: -15px;
	top:-8px;
	padding: 13px 0px;
	margin-right: 10px;
	width: 78px;
	height: 78px;
	border-radius: 78px;
	line-height: 1.25em;
}
#contentsTop .watase h2 span.txtSmall {
	font-size: 15px;
	display: block;
}
#contentsTop .watase h3 {
	font-size: 16px;
	margin: 0px auto 10px auto;
	font-weight: bold;
	clear: both;
	position: relative;
	text-align: left;
}
#contentsTop .watase h3::after {
	display: block;
	position: absolute;
	content: "";
	height: 2px;
	right: 0;
	top: 50%;
	left: 7.54em;
	background-color: #000;
}
#contentsTop .watase p.photoP {
	font-size: 15px;
	margin: 15px auto;
	line-height: 1.7em;
	font-weight: bold;
	position: relative;
	padding: 0;
	color: #000;
}
#contentsTop .watase p.photoP img.pic {
	position: relative;
	top: auto;
	left: auto;
	max-width: 200px;
	display: block;
	margin: 0 auto 20px auto;
}
#contentsTop .watase p.photoP img.photo {
	position: relative;
	top: auto;
	right: auto;
	max-width: 163px;
	display: block;
	margin: 20px auto 50px auto;
}
#contentsTop .watase p.photoP a {
	display: block;
	font-size: 13px;
	line-height: 30px;
	width: 230px;
	color: #fff;
	font-weight: bold;
	background-color: #014fa1;
	text-align: center;
	position: absolute;
	right: 0;
	left: 0;
	top: auto;
	bottom: -30px;
	padding: 0;
	margin: auto;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#contentsTop .watase p.photoP a:hover {
	text-decoration: none;
	opacity: 0.7;
}
#contentsTop .watase p.photoP.small {
	font-size: 13px;
	line-height: 1.5em;
	padding: 0;
	color: #000000;
}
body.top header .wBar {
	background-color: #fff;
}
body.top header .wBar .inner {
	max-width: 1280px;
	text-align: center;
	margin: 0 auto;
	padding: 10px 10px;
}
body.top header .wBar img {
	width: 100%;
	max-width: 488px;
	vertical-align: bottom;
}







#application {
	margin: 30px auto;
}
#application img {
}
#form {
}
#form p {
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}
#form p.lastP {
	text-align: left;
	font-weight: bold;
	margin: 30px;
	font-size: 100%;
	line-height: 1.5em;
}
#form p.lastP.right {
	text-align: right;
}
#form p.bottomP {
	text-align: left;
	font-weight: bold;
	margin-bottom: 20px;
}
#form p.bottomP span {
	color: #FF0004;
}
#form p.bottomP a {
	text-decoration: underline;
	font-weight: inherit;
}
#form dl {
	display: flex;
	flex-wrap: wrap;
}
#form dl dt {
	width: 100%;
	margin-bottom: 10px;
	padding-right: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25em;
}
#form dl dt span {
}
#form dl label {
}
#form dl dd {
	width: 100%;
	padding-left: 0;
	margin-bottom: 30px;
	font-size: 16px;
}
#form dl dd span.small2 {
	margin-top: 0;
	font-size: 80%;
}
#form dl input[type=text],
#form dl input[type=email] {
	width: 100%;
	border: none;
	padding: 7px;
	font-size: 18px;
	background-color: #fff !important;
	height: 40px;
	margin-bottom: 10px;
}
#form dl input[type=tel] {
	width: 100%;
	max-width: 100%;
	border: none;
	padding: 7px;
	font-size: 20px;
	background-color: #fff !important;
	height: 40px;
	margin-bottom: 10px;
}
#form dl select {
	width: 7em;
	border: none;
	padding: 5px;
	font-size: 20px;
	background-color: #fff !important;
	height: 40px;
	margin-bottom: 10px;
}
#form dl input#address {
	margin-top: 15px;
}
#form dl input.zip {
	width: 8em;
	margin: 0 5px 20px 5px;
}
#form dl input.email {
	width: 70%;
}
#form dl input.checkText {
	width: 50%;
}
#form dl input#email {
	margin-top: 15px;
}
#form dl button.zipAuto {
	background-color: #888888;
	border: none;
	padding: 10px;
	vertical-align: top;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
	height: 40px;
	display: block;
	margin-bottom: 20px;
}
#form dl button.zipAuto:hover {
	opacity: 0.7;
}
#form dl input[type=radio] {
	transform:scale(1.5);
	margin: 0 5px 0 10px;
}
#form dl input[type=checkbox] {
	transform:scale(1.5);
	margin: 0 5px 0 10px;
}
#form dl dd label {
	font-weight: normal;
	margin-bottom: 20px;
	text-indent: -35px;
	padding-left: 35px
}
#form dl textarea {
	width: 100%;
	border: none;
	padding: 7px;
	font-size: 20px;
	background-color: #fff !important;
	height: 15em;;
}
#form dl #upFileWrap #drop-zone {
	background-color: #fff;
	padding: 30px;
}
#form dl #upFileWrap #drop-zone p {
	font-size: 15px;
	color: #898989;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
}
#form dl #upFileWrap #drop-zone p + p {
	border: none;
	margin-bottom: 0;
}
#form dl #upFileWrap #drop-zone #file-input {
	position: absolute;
	left: 0;
	bottom:0;
	width: 1px;
	height: 60px;
	overflow: hidden;
	opacity: 0;
}
#form dl #upFileWrap #drop-zone label.file-inputBtn {
	border: 3px solid #898989;
	margin: auto;
	width: 240px;
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 15px 5px;
	border-radius: 10px;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 30%, rgba(172, 172, 172, 1));
	cursor: pointer;
	position: relative;
	text-indent: 0;
}
#form dl #upFileWrap #drop-zone label.file-inputBtn:hover {
	opacity: 0.7;
}
#form dl #upFileWrap #drop-zone #preview {
	text-align: center;
}
#form dl #upFileWrap #drop-zone #preview img {
	margin-top: 20px;
	max-width: 100%;
}
#form dl dd span.small {
	display: block;
	font-size: 80%;
	margin-top: -10px;
	margin-bottom: 20px;
}
#form dl dd span.small a {
	text-decoration: underline;
	color: #036EB8;
}
#form input[type=submit].submitBtn {
	background-image: url(../images/form_btn_check.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 202px;
	height: 40px;
	border: none;
	display: block;
	cursor: pointer;
}
#form input[type=submit].submitBtn:hover {
	opacity: 0.7;
}
#form .btnArea {
	display: flex;
	justify-content: center;
	margin: 30px auto 50px auto;
}
#form .btnArea .backBtn {
	display: block;
	width: 77px;
	height: 40px;
	background-image: url(../images/form_btn_back.png);
	background-repeat: no-repeat;
	background-size: 77px 40px;
	border: none;
	cursor: pointer;
	color: transparent;
	margin-right: 15px;
}
#form .btnArea .backBtn:hover {
	opacity: 0.7;
}


.manage #loginArea{
	width: 100%;
	margin: 50px auto;
}
.manage #loginArea .loginBox {
}
.manage #loginArea .loginBox h1 {
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 22px;
}
.manage #loginArea .loginBox p.attention {
	color: #FF0004;
	text-align: center;
	font-size: 100%;
}
.manage #loginArea .loginBox form {
	text-align: center;
	padding: 10px;
	font-size: 22px;
}
.manage #loginArea .loginBox form label {
	width: 100%;
	display: block;
	margin-bottom: 0px;
	font-size: 20px;
}
.manage #loginArea .loginBox form input[type=text],
.manage #loginArea .loginBox form input[type=password] {
	width: 100%;
	margin-bottom: 30px;
}
.manage #loginArea .loginBox form input[type=submit] {
	margin-top:30px;
}
.manage #loginArea .loginBox form input[type=submit]:hover {
	opacity: 0.7;
}


input:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset;
}

