@charset "UTF-8";


/*========================================

  Elements

========================================*/


body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	position: relative;
	min-width: 1220px;
	margin: 0;
	padding: 0;
	color: #333;
	background: #fff;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	-webkit-text-size-adjust: 100%;
}

html,
body {
	height: 100%;
}

body.overflowhidden {
	overflow: hidden;
	height: 100%;
}

@media screen and (max-width: 767px) {
	body {
		min-width: auto;
	}
}


p,
h1,
h2,
h3,
h4,
h5,
dt,
dd,
th,
td,
ul,
li {
	margin: 0;
	padding: 0;
}


p {
	line-height: 2em;
}

/* Link ---------------*/
a {
	overflow: hidden;
	text-decoration: none;
	color: #000;
}

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

a:hover {
	text-decoration: underline;
	color: #49b;
}

a:focus,
textarea:focus,
input:focus {
	border: none;
	outline: none;
}

.anckerlink {
	position: relative;
	display: block;
	margin-top: -76px;
	padding-top: 76px;
	z-index: -1;
}

@media screen and (max-width: 767px) {
	.anckerlink {
		display: inline;
		margin-top: 0;
		padding-top: 0;
	}
}

img {
	vertical-align: bottom;
	border-style: none;
}

@media screen and (max-width: 767px) {
	img {
		max-width: 100%;
		height: auto;
	}
}

.spblock {
	display: none !important;
}

.pcblock {
	display: block !important;
}

@media screen and (max-width: 767px) {
	.spblock {
		display: block !important;
	}

	.pcblock {
		display: none !important;
	}
}


header,
footer,
main,
section {
	display: block;
}


/*========================================

  header

========================================*/
header .innr {
	position: relative;
	width: 100%;
	height: 90px;
	display: flex;
	justify-content: space-between;
}

header .innr .logo {
	margin-top: 15px;
	margin-left: 30px;
}

@media screen and (max-width: 767px) {
	header .innr {
		height: auto;
		display: block;
		padding: 10px 0;
		text-align: center;
	}

	header .innr .logo {
		margin-top: 0;
		margin-left: 0;
		text-align: center;
	}

	header .innr .logo img {
		width: 35%;
		height: auto;
	}
}

header .innr .sns {
	display: flex;
}

header .innr .sns dl {
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-right: 20px;
}

header .innr .sns dl dt {
	font-size: 14px;
	font-weight: bold;
}

header .innr .sns dl dt small {
	font-size: 11px;
	font-weight: normal;
}

header .innr .sns dl dd {
	font-size: 28px;
	font-family: "Roboto", sans-serif;
	margin-top: .1em;
	letter-spacing: 2px;
}

header .innr .sns dl dd span::before {
	content: "\f095";
	font-family: FontAwesome;
	margin-right: 5px;
}


header .innr .sns ul {
	display: flex;
}

header .innr .sns ul li {
	list-style: none;
}

header .innr .sns ul li a:hover {
	text-decoration: none;
	opacity: .8;
}

header .innr .sns .icon {
	margin-top: 40px;
	margin-right: 30px;
}

header .innr .sns .icon li {
	margin-left: 10px;
}

header .innr .sns .bnr {
	margin-top: 10px;
	margin-right: 10px;
}

header .innr .sns .bnr li:first-child {
	margin-right: 10px;
}

@media screen and (max-width: 767px) {
	header .innr .sns {
		position: absolute;
		top: 3.5vw;
		left: 4vw;
	}

	header .innr .sns dl,
	header .innr .sns .bnr {
		display: none;
	}

	header .innr .sns .icon {
		margin: 0;
	}

	header .innr .sns .icon li {
		margin-left: 0;
		margin-right: 3vw;
	}

	header .innr .sns .icon li img {
		width: 7vw;
		height: 7vw;
	}
}



header .is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
}


header nav {
	display: block;
	width: 100%;
	background-color: #e2e2e2;
}

nav ul {
	display: flex;
	justify-content: space-around;
	padding: 0;
	max-width: 1200px;
	margin: 0 auto;
	padding: 18px 0;
}

nav ul li {
	list-style: none;
	border-left: 1px solid #999;
}

nav ul li.last {
	border-right: 1px solid #999;
}

nav ul li a {
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	transition: .3s;
	letter-spacing: 1px;
	color: #000;
	padding: 6px 0;
}

nav ul li.nv01 a {
	width: 70px;
}

nav ul li.nv02 a {
	width: 145px;
}

nav ul li.nv03 a {
	width: 190px;
}

nav ul li.nv04 a {
	width: 97px;
}

nav ul li.nv05 a {
	width: 150px;
}

nav ul li.nv06 a {
	width: 64px;
}

nav ul li.nv07 a {
	width: 97px;
}

nav ul li.nv08 a {
	width: 96px;
}

nav ul li.nv09 a {
	width: 140px;
}

nav ul li.nv10 a {
	width: 143px;
}

nav ul li a:hover {
	text-decoration: none;
	color: #fd6283;
}

nav ul li.nvsp {
	display: none;
}

@media screen and (max-width: 767px) {
	.navwrap {
		height: auto !important;
	}

	header nav,
	header .is-fixed {
		position: fixed;
		z-index: 10;
		z-index: 9999;
		top: 0;
		left: auto;
		right: -100vw;
		width: 100vw;
		margin: 0;
		padding: 0;
		transition: .5s;
		border: none;
	}

	header nav {
		background-color: #e2e2e2;
		height: 100vh;
	}

	header nav.active {
		right: 0;
	}

	header nav ul {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
		padding-top: 60px;
		text-align: left;
		border: none;
	}

	header nav ul li {
		display: block;
		margin: 0;
		padding: 0;
		border: none;
		border-top: 1px solid #aaa;
	}

	header nav ul li:last-child {
		border-bottom: 1px solid #aaa;
	}

	header nav ul li a {
		width: auto !important;
		font-size: 4vw;
		display: block;
		padding: 4vw 0;
		padding-left: 7vw;
		vertical-align: bottom;
		text-align: left;
	}

	header nav ul li a::after {
		content: "\f105";
		font-family: fontAwesome;
		float: right;
		margin-right: 7vw;
	}

	nav ul li.nvsp {
		display: block;
	}
}



/* #panel-btn */
.panel-wrap {
	background: url(../img/bg_menu.svg) no-repeat 0 0;
	background-size: 100% auto;
	position: fixed;
	z-index: 99999;
	top: 2vw;
	right: 2vw;
	display: inline-block;
	box-sizing: border-box;
	width: 65px;
	height: 42px;
	padding-left: 20px;
	transition: .5s;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.panel-wrap {
		display: none;
	}
}

#panel-btn {
	position: relative;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
	cursor: pointer;
}

#panel-btn li {
	margin: 0;
	padding: 0;
}

#panel-btn-icon {
	position: absolute;
	top: 20px;
	left: 0;
	display: block;
	width: 20px;
	height: 2px;
	margin: 0;
	transition: .4s;
	background: #fff;
}

#panel-btn-icon:before,
#panel-btn-icon:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 20px;
	height: 2px;
	content: "";
	transition: .3s;
	background: #fff;
}

#panel-btn-icon:before {
	margin-top: -7px;
}

#panel-btn-icon:after {
	margin-top: 5px;
}

#panel-btn.closepanel #panel-btn-icon {
	background: transparent;
}

#panel-btn.closepanel #panel-btn-icon:before,
#panel-btn.closepanel #panel-btn-icon:after {
	margin-top: 0;
}

#panel-btn.closepanel #panel-btn-icon:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #fff;
}

#panel-btn.closepanel #panel-btn-icon:after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	background: #fff;
}


/*========================================

  main

========================================*/
main {
	display: block;
	text-align: center;
}

@media screen and (max-width: 767px) {
	main {
		padding-top: 0;
	}
}



.bg_in {
	position: relative;
	z-index: 1;
}

.bg_stripe {
	position: relative;
}

.bg_stripe::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/bg_stripe.png);
}



.bg_pink::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: inline-block;
	width: 450px;
	height: 438px;
	background-image: url(../img/bg_pink_tl.svg);
	background-repeat: no-repeat;
}

.bg_pink::after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	display: inline-block;
	width: 450px;
	height: 438px;
	background-image: url(../img/bg_pink_tr.svg);
	background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
	.bg_pink::before {
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		display: inline-block;
		width: 50vw;
		height: 48vw;
		background-image: url(../img/bg_pink_tl.svg);
		background-size: 100% auto;
		background-repeat: no-repeat;
	}

	.bg_pink::after {
		position: absolute;
		top: 0;
		right: 0;
		content: "";
		display: inline-block;
		width: 50vw;
		height: 48vw;
		background-image: url(../img/bg_pink_tr.svg);
		background-size: 100% auto;
		background-repeat: no-repeat;
	}
}



.bg_bottom_pink {
	margin-bottom: 80px;
	padding-bottom: 190px;
}

.bg_bottom_pink::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	display: inline-block;
	width: 450px;
	height: 438px;
	background-image: url(../img/bg_pink_bl.svg);
	background-repeat: no-repeat;
}

.bg_bottom_pink::after {
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
	display: inline-block;
	width: 450px;
	height: 438px;
	background-image: url(../img/bg_pink_br.svg);
	background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
	.bg_bottom_pink {
		margin-bottom: 10vw;
		padding-bottom: 20vw;
	}

	.bg_bottom_pink::before {
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		display: inline-block;
		width: 50vw;
		height: 48vw;
		background-image: url(../img/bg_pink_bl.svg);
		background-size: 100% auto;
		background-repeat: no-repeat;
	}

	.bg_bottom_pink::after {
		position: absolute;
		bottom: 0;
		right: 0;
		content: "";
		display: inline-block;
		width: 50vw;
		height: 48vw;
		background-image: url(../img/bg_pink_br.svg);
		background-size: 100% auto;
		background-repeat: no-repeat;
	}
}

.btnblank {
	margin-top: 0.8em;
}

.btnblank a {
	display: inline-block;
	background-color: #f66280;
	color: #fff;
	padding: .7em 1em;
	line-height: 1em;
	border-radius: 5px;
}

.btnblank a:hover {
	text-decoration: none;
	opacity: .7;
}

.btnblank a span::after {
	content: "\f08e";
	font-family: FontAwesome;
	margin-left: 0.5em;
}

.btnblank.btnmore a span::after {
	content: "\f105";
}

@media screen and (max-width: 767px) {
	.btnblank a {
		font-size: 4vw;
	}
}



.blocklink {
	cursor: pointer;
	transition: .3s;
}

.blocklink:hover {
	filter: alpha(opacity=70);
	-moz-opacity: .7;
	opacity: .7;
}

@media screen and (min-width: 768px) {
	.phonelink {
		pointer-events: none;
	}
}



/*========================================

  下層ページ

========================================*/
#com_ttl_page {
	position: relative;
	background-color: #f16280;
	height: 150px;
}

#com_ttl_page h1 {
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 34px;
	line-height: 150px;
	letter-spacing: 1px;
}


#com_ttl_page::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	display: inline-block;
	width: 450px;
	height: 150px;
	background-image: url(../img/bg_ttl_page_l.svg);
	background-repeat: no-repeat;
}

#com_ttl_page::after {
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
	display: inline-block;
	width: 450px;
	height: 150px;
	background-image: url(../img/bg_ttl_page_r.svg);
	background-repeat: no-repeat;
}

#com_ttl_page .innr {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}



@media screen and (max-width: 767px) {
	#com_ttl_page {
		height: 20vw;
	}

	#com_ttl_page h1 {
		font-size: 5.4vw;
		line-height: 20vw;
	}

	#com_ttl_page h1.tmini {
		padding-left: 5vw;
	}

	#com_ttl_page h1.tmini::after {
		left: -12vw;
	}

	#com_ttl_page::before {
		width: 50vw;
		height: 20vw;
		background-image: url(../img/bg_ttl_page_l_sp.svg);
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: 100% auto;
	}

	#com_ttl_page::after {
		width: 50vw;
		height: 20vw;
		background-image: url(../img/bg_ttl_page_r_sp.svg);
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: 100% auto;
	}

	#com_ttl_page .innr {
		width: 100%;
		margin: 0 auto;
		position: relative;
	}

	#com_ttl_page .chara {
		width: 15vw;
		position: absolute;
		top: 5px;
		left: 0;
	}
}



.cp_breadcrumb {
	color: #333;
	padding-top: 20px;
	padding-bottom: 20px;
}

.cp_breadcrumb a {
	text-decoration: underline;
	color: #333;
}

.cp_breadcrumb .breadcrumbs {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.cp_breadcrumb li {
	display: inline-block;
	position: relative;
	padding-right: calc(16px + 8px);
	margin-right: 8px;
	color: #333;
	font-size: 13px;
}

.cp_breadcrumb li::before {
	content: "›";
	width: 1em;
	height: 1em;
	line-height: 1;
	text-align: center;
	font-size: 1em;
	color: inherit;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cp_breadcrumb li:last-child {
	margin-right: 0;
	padding-right: 0;
	color: #333;
}

.cp_breadcrumb li:last-child::before {
	content: normal;
}

@media screen and (max-width: 767px) {
	.cp_breadcrumb {
		width: 86%;
		margin: 0 auto;
	}
}



.main_innr {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	z-index: 1;
}

.flex_1200 {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
}

#com_bnr ul {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
	z-index: 5;
}

#com_bnr ul li {
	list-style: none;
	width: 48%;
}

#com_bnr ul li img {
	width: 100%;
}

#com_bnr ul li a:hover {
	opacity: .6;
}

/*
@media screen and (max-width: 1500px) {
	.main_innr,
	.flex_1200{
		width:calc(100vw - 300px);
		margin-left: calc((100vw - 1200px) / 2);
	}
	.main_innr .flex_1200{
		width:100%;
		margin-left: auto;
	}
}
@media screen and (max-width: 1300px) {
	.main_innr,
	.flex_1200{
		width:calc(100vw - 200px);
	}
	.main_innr .flex_1200{
		width:100%;
	}
}
@media screen and (max-width: 1210px) {
	.main_innr,
	.flex_1200{
		width:calc(100vw - 200px);
		margin-left: 10px;
	}
	.main_innr .flex_1200{
		width:100%;
	}
}
*/

@media screen and (max-width: 767px) {
	.main_innr {
		width: 100%;
		margin-left: auto;
	}

	.main_innr .flex_1200,
	.flex_1200 {
		flex-direction: column;
		width: 86%;
		margin-left: auto;
	}
}

@media screen and (max-width: 767px) {
	#com_bnr ul {
		flex-direction: column;
		width: 86%;
		margin: 0 auto;
	}

	#com_bnr ul li {
		margin-top: 3vw;
		width: 100%;
	}

	#com_bnr ul .entry {
		display: none;
	}
}







.com_h2_box h2 {
	font-size: 34px;
	border-bottom: 2px solid #ee6280;
	padding-bottom: 15px;
}

.com_h2_box p {
	font-size: 20px;
	line-height: 1.8em;
	margin-top: 1em;
}

@media screen and (max-width: 767px) {
	.com_h2_box {
		width: 86%;
		margin: 0 auto;
	}

	.com_h2_box h2 {
		font-size: 7vw;
	}

	.com_h2_box p {
		font-size: 4.2vw;
	}
}



.com_h3 {
	position: relative;
	font-size: 28px;
	text-align: left;
	border-left: 5px solid #ee6280;
	padding-left: 15px;
	box-sizing: border-box;
}

.com_h3::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ccc;
	position: absolute;
	bottom: -10px;
	left: 0;
}

@media screen and (max-width: 767px) {
	.com_h3 {
		font-size: 6vw;
	}
}


/*========================================

  fixbtn

========================================*/
#fixbtn {
	position: fixed;
	bottom: 20px;
	right: 0;
	transition: .5s;
	transform: translateX(300px);
	z-index: 10;
}

#fixbtn.active {
	transform: translateX(0);
}

#fixbtn .fb00 {
	display: none;
}

#fixbtn ul {
	background-color: rgba(0, 0, 0, 0.7);
	padding: 10px;
	padding-bottom: 14px;
	border-radius: 10px 0 0 10px;
}

#fixbtn ul li {
	font-size: 0;
	margin-bottom: 10px;
}

#fixbtn ul li a {
	display: block;
	box-shadow: 0 4px 0 #000;
	border-radius: 6px;
	transition: .3s;
}

#fixbtn ul li a:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 0 #000;
}

#fixbtn ul li.fb01 a {
	background-color: #00b800;
}

#fixbtn ul li.fb02 a {
	background-color: #ff7500;
}

#fixbtn ul li.fb03 a {
	background-color: #009841;
}

#fixbtn ul li.fb02 {
	margin-bottom: 0;
}

#fixbtn ul li img {
	width: 160px;
	height: auto;
}

#fixbtn #pagetopbtn {
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}

#fixbtn #pagetopbtn a {
	transition: .3s;
}

#fixbtn #pagetopbtn a:hover {
	opacity: .7;
}

@media screen and (min-width: 1500px) {
	#fixbtn {
		right: 20px;
	}

	#fixbtn ul li img {
		width: 180px;
	}

	#fixbtn ul {
		padding: 10px;
		border-radius: 10px;
	}

	#fixbtn #pagetopbtn {
		margin-right: 0;
	}

	#fixbtn #pagetopbtn img {
		width: 55px;
		height: 55px;
	}
}

@media screen and (max-width: 1350px) {
	#fixbtn ul li img {
		width: 130px;
		height: auto;
	}

	#fixbtn #pagetopbtn img {
		width: 50px;
		height: 50px;
	}
}

@media screen and (max-width: 1290px) {
	#fixbtn ul {
		padding: 7px;
	}

	#fixbtn ul li img {
		width: 110px;
		height: auto;
	}

	#fixbtn #pagetopbtn img {
		width: 45px;
		height: 45px;
	}
}

@media screen and (max-width: 1230px) {
	#fixbtn ul {
		padding: 5px;
	}

	#fixbtn ul li img {
		width: 100px;
		height: auto;
	}
}




@media screen and (max-width: 767px) {
	#fixbtn {
		position: fixed;
		bottom: 0;
		right: 0;
		transition: .5s;
		transform: translateX(0);
		width: 100%;
	}

	#fixbtn ul {}

	#fixbtn.active {
		transform: translateX(0);
	}

	#fixbtn #pagetopbtn {
		position: absolute;
		bottom: 21vw;
		right: 2vw;
		margin: 0;
		transform: translateY(20vw);
		transition: .5s;
		opacity: 0;
	}

	#fixbtn.active #pagetopbtn {
		transform: translateY(0);
		opacity: 1;
	}

	#fixbtn #pagetopbtn img {
		width: 11vw;
		height: 11vw;
	}

	#fixbtn .fb00 {
		display: block;
	}

	#fixbtn ul {
		display: flex;
		justify-content: space-between;
		justify-content: center;
		width: 100%;
		box-sizing: border-box;
		padding: 3vw 1vw;
		border-radius: 0;
	}

	#fixbtn ul li {
		font-size: 0;
		margin-bottom: 0;
		margin: 0 1vw;
	}

	#fixbtn ul li a {
		box-shadow: 0 2px 0 #000;
		border-radius: 8px;
	}

	#fixbtn ul li.fb00 a {
		background-color: #1677d3;
	}

	#fixbtn ul li.fb01 {
		margin: 0 1.5vw;
	}

	#fixbtn ul li img {
		width: auto;
	}
}





/*========================================

  footer

========================================*/
#footer_bnr {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
	padding: 80px 0;
}

#footer_bnr li {
	list-style: none;
	width: 23%;
}

#footer_bnr li a:hover {
	opacity: .6;
}

#footer_bnr img {
	width: 100%;
}

@media screen and (max-width: 767px) {
	#footer_bnr {
		flex-direction: column;
		width: 70%;
		margin: 0 auto;
		padding: 5vw 0;
	}

	#footer_bnr li {
		margin-top: 5vw;
		width: 100%;
	}

	#footer_bnr img {
		width: 100%;
	}
}



footer .innr {
	background-color: #e9e9e9;
	padding: 50px 0;
}

footer .innr .box {
	display: flex;
	justify-content: space-between;
	width: 980px;
	margin: 0 auto;
}

footer .innr .box dl {
	margin: 0;
	padding: 0;
}

footer .innr .box dl dt a {
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

footer .innr .box dl dd {
	margin-top: 10px;
}

footer .innr .box dl dd ul li {
	list-style: none;
}

footer .innr .box dl dd ul li a {
	color: #000;
	font-size: 13px;
}

footer .innr2 {
	display: none;
}

#top footer .innr2 {
	display: block;
}


footer .innr2 p {
	width: 1000px;
	margin: 0 auto;
	color: #666;
	font-size: 13px;
	line-height: 1.8em;
	padding: 50px 0;
}

footer .innr3 {
	text-align: center;
	border-top: 1px solid #cbcbcb;
	padding-top: 40px;
}

footer .innr3 ul {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

footer .innr3 ul li {
	list-style: none;
}

footer .innr3 ul li a {
	color: #000;
	font-size: 16px;
	border-left: 1px solid #000;
	padding: 0 25px;
}

footer .innr3 ul .end a {
	border-right: 1px solid #000;
}

footer .innr3 p {
	font-size: 13px;
	letter-spacing: 1px;
	padding: 20px 0 30px;
}

@media screen and (max-width: 767px) {
	footer {
		margin-top: 5vw;
	}

	footer .innr {
		display: none;
	}

	footer .innr2 p {
		width: 86%;
		font-size: 3.2vw;
		padding: 5vw 0 10vw 0;
		text-align: justify;
		text-justify: inter-ideograph;
	}

	#page footer .innr2 p {
		display: none;
	}

	footer .innr3 {
		padding-top: 5vw;
	}

	footer .innr3 ul {
		display: none;
	}

	footer .innr3 p {
		font-size: 3vw;
		letter-spacing: 1px;
		padding: 3vw 0;
		padding-bottom: 35vw;
	}
}


#notfound {
	padding-top: 100px;
	padding-bottom: 50px;
}

#notfound h1 {
	font-size: 28px;
}

#notfound p {
	margin-top: 2em;
}

@media screen and (max-width: 767px) {
	#notfound {
		padding-top: 10vw;
		padding-bottom: 10vw;
		text-align: left;
		width: 90%;
		margin: 0 auto;
	}

	#notfound h1 {
		font-size: 6vw;
	}

	#notfound p {
		margin-top: 3.2vw;
		line-height: 1.6em;
	}
}


/* ==================================================

	99. clearFix

================================================== */
.clearfix:after {
	font-size: .1em;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
	overflow: hidden;
	height: .1px;
	content: " ";
}

/* for IE7 */

*:first-child+html .clearfix {
	min-height: 1%;


	/* zoom: 1;*/
}

/* for Mac IE */

* html .clearfix {
	display: inline-table;
}

/* no Mac IE \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

/* for safariãƒ»IE7ãƒ»IE8 */

*+html .clearfix {
	display: inline-block;
	min-height: 0;
}