@charset "UTF-8";
/*------------------------------------------------------------
Default
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, button,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
}

html {
	font-size: 62.5%;
}

body, table,
input, textarea, select, option, button {
	line-height: 1.1;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

table,
input, textarea, select, option {
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: 1.1;
	width: 100%;
	border: 1px solid #c8c8c7;
	padding: 10px 10px 11px;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

a {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

/*------------------------------------------------------------
adjustment class ※ no use frequently
------------------------------------------------------------*/
.left {
	float: left;
}

.right {
	float: right;
}

.left img, .right img {
	border-radius: 12px;
}

/*------------------------------------------------------------
clearfix（float解除）
------------------------------------------------------------*/
.clearfix {
	*zoom: 1;
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
}

/*------------------------------------------------------------
Layout
------------------------------------------------------------*/
body {
	font-family: "メイリオ", "meiryo", sans-serif;
	text-align: center;
	line-height: 1.5;
	min-width: 1100px;
	position: relative;
}

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

/*------------------------------------------------------------
CSS shared
------------------------------------------------------------*/
section {
	margin: 0 auto;
	width: 100%;
	padding-top: 160px;
}

section.with_bg {
	background: url("../img/body_bg.jpg");
}

section.is_first_no_top {
	padding-top: 220px;
}

@media screen and (max-width: 767px) {
	section.is_first_no_top {
		padding-top: 150px;
	}
}

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

.container {
	position: relative;
	width: 1100px;
	margin: 0 auto;
}

.container:after {
	display: block;
	clear: both;
	content: "";
}

@media screen and (max-width: 1099px) {
	.container {
		width: 96%;
	}
}

p {
	font-size: 1.6rem;
	line-height: 2;
}

@media screen and (max-width: 1099px) {
	p {
		font-size: 1.6rem;
		line-height: 1.5;
	}
}

.h2_block {
	margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
	.h2_block {
		margin-bottom: 40px;
	}
}

h2 {
	position: relative;
	display: inline-block;
	font-weight: normal;
	font-size: 3rem;
	padding-bottom: 5px;
	background-image: url("../img/heading_bg_01.png");
	background-repeat: repeat-x;
	background-position: 0px 100%;
}

@media screen and (max-width: 767px) {
	h2 {
		font-size: 2.6rem;
		/*background-size: 70% auto;*/
	}
}

h2:before {
	content: "";
	position: absolute;
	background-image: url("../img/heading_shape_01.png");
	background-repeat: no-repeat;
	width: 95px;
	height: 43px;
	top: -53px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
	h2:before {
		width: 48px;
		height: 22px;
		top: -24px;
		background-size: 100%;
	}
}

.h2_stext {
	font-weight: bold;
	margin-top: 5px;
	color: #ecc200;
}

@media screen and (max-width: 767px) {
	.h2_stext {
		margin-top: 0;
	}
}

h3 {
    font-weight: normal;
    font-size: 2.1rem;
    padding-bottom: 10px;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: center;
}

@media screen and (max-width: 767px) {
	h3 {
		font-size: 2.2rem;
		padding-bottom: 0;
		padding-bottom: 10px;
		line-height: 1.8;
		margin-bottom: 20px;
		letter-spacing: -0.2rem;
	}
}

/*h3:before {
content: "";
position: absolute;
background-image: url("../img/heading_shape_02.png");
background-repeat: no-repeat;
width: 92px;
height: 92px;
left: -92px;
top: -92px;
}

@media screen and (max-width: 767px) {
h3:before {
width: 46px;
height: 46px;
top: -36px;
left: -36px;
background-size: 100%;
}
}*/
h1.single {
	position: relative;
	display: block;
	font-weight: normal;
	font-size: 3rem;
	padding-bottom: 10px;
	line-height: 1.6;
	color: #000;
	margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
	h1.single {
		font-size: 2.2rem;
		padding-bottom: 0;
		padding-bottom: 10px;
		line-height: 1.8;
		margin-bottom: 40px;
	}
}
table {
	border-collapse:collapse;
}

.table {
	display: table;
}

.table .row {
	display: table-row;
}

.table .cell {
	display: table-cell;
}

.button {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	text-align: center;
	background-color: #ffe248;
	display: inline-block;
	font-size: 1.6rem;
	color: #5f5d5d;
	/*border: 10px solid #ffe248;*/
	width: 490px;
	padding: 17px 0 18px;
}

.button:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

@media screen and (max-width: 767px) {
	.button {
		font-size: 2.4em;
		border: 5px solid #ffe248;
		padding: 7px 0;
	}
}

.s-fourboxes {
	margin-top: 120px;
	padding: 67px 0;
	margin-bottom: -120px;
}

@media screen and (max-width: 767px) {
	.s-fourboxes {
		margin-top: 60px;
		padding: 34px 0;
		margin-bottom: -60px;
	}
}

.s-fourboxes img {
    display: block;
    width: 200px;
    height: 50px;
    object-fit: contain;
    margin: 20px auto 0;
}

.s-fourboxes p {
	font-weight: bold;
}

.s-fourboxes .fourboxes_group {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
	.s-fourboxes .fourboxes_group {
		margin-top: 20px;
	}
}

.s-fourboxes .fourboxes_group .each_box {
	border-width: 4px;
	width: 252px;
	margin-right: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	min-height: 72px;
	
	background-color: #fff;
	border: 4px solid #FFE242;
}

.s-fourboxes .fourboxes_group .each_box.non_flex {
	display: block;
}

@media screen and (max-width: 1099px) {
	.s-fourboxes .fourboxes_group .each_box {
		width: calc(23.5% - 8px);
		margin-right: 2%;
	}
}

@media screen and (max-width: 767px) {
	.s-fourboxes .fourboxes_group .each_box {
		border-width: 2px;
		width: calc(48% - 4px);
		margin-right: 4%;
	}
}

.s-fourboxes .fourboxes_group .each_box p {
	line-height: 1.8;
	font-size: 1.4rem;
	padding: 11px;
}

@media screen and (max-width: 767px) {
	.s-fourboxes .fourboxes_group .each_box p {
		padding: 5px;
	}
}

.s-fourboxes .fourboxes_group .each_box:nth-child(4n) {
	margin-right: 0;
}

@media screen and (max-width: 767px) {
	.s-fourboxes .fourboxes_group .each_box:nth-child(4n) {
		margin-right: 4%;
	}
}

@media screen and (max-width: 767px) {
	.s-fourboxes .fourboxes_group .each_box:nth-child(2n) {
		margin-right: 0;
	}
}

.s-fourboxes .fourboxes_group .each_box:not(:nth-child(-n+4)) {
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	.s-fourboxes .fourboxes_group .each_box:not(:nth-child(-n+4)) {
		margin-top: 0;
	}
}

@media screen and (max-width: 767px) {
	.s-fourboxes .fourboxes_group .each_box:not(:nth-child(-n+2)) {
		margin-top: 10px;
	}
}

.sidebar {
	float: left;
	width: 240px;
	text-align: left;
}

@media screen and (max-width: 1099px) {
	.sidebar {
		width: 25%;
	}
}

@media screen and (max-width: 767px) {
	.sidebar {
		width: 100%;
	}
}

.sidebar_title {
	background-color: #ffe248;
	padding: 13px 20px;
}

@media screen and (max-width: 767px) {
	.sidebar_title {
		padding: 7px 20px;
	}
}

.sidebar_title p {
	color: #000;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 1.5;
}

.sidebar ul {
	width: 100%;
}

.sidebar ul li {
	border: 1px solid #ffe248;
}

.sidebar ul li:not(:last-child) {
	border-bottom: none;
}

.sidebar ul a {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	display: block;
	font-size: 1.6rem;
	color: #000;
	font-weight: bold;
	padding: 13px 20px;
}

.sidebar ul a:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

@media screen and (max-width: 767px) {
	.sidebar ul a {
		font-size: 1.4rem;
		padding: 7px 20px;
	}
}

.maincontent {
	float: right;
	width: 820px;
	text-align: left;
	font-size: 1.6em;
}

@media screen and (max-width: 1099px) {
	.maincontent {
		width: 70%;
	}
}

@media screen and (max-width: 767px) {
	.maincontent {
		margin-top: 20px;
		width: 100%;
	}
}

.maincontent__list {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.maincontent__list li {
	text-align: left;
	width: 260px;
	margin-right: 20px;
	margin-bottom: 60px;
}

@media screen and (max-width: 1099px) {
	.maincontent__list li {
		width: 30%;
		margin-right: 3%;
		margin-bottom: 45px;
	}
}

@media screen and (max-width: 767px) {
	.maincontent__list li {
		width: 48%;
		margin-top: 4%;
		margin-bottom: 20px;
	}
}

.maincontent__list li:nth-child(3n) {
	margin-right: 0;
}

@media screen and (max-width: 767px) {
	.maincontent__list li:nth-child(3n) {
		margin-right: 4%;
	}
}

@media screen and (max-width: 767px) {
	.maincontent__list li:nth-child(2n) {
		margin-right: 0;
	}
}

.maincontent__list a {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	display: block;
}

.maincontent__list a:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.maincontent__list a .img_cover {
	height: 200px;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}

@media screen and (max-width: 1099px) {
	.maincontent__list a .img_cover {
		height: 135px;
	}
}

.maincontent__list a .img_cover img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	width: auto;
}

.maincontent__list a p {
	color: #000;
}

.maincontent__content {
	margin-top: 60px;
}

@media screen and (max-width: 767px) {
	.maincontent__content {
		margin-top: 30px;
	}
}

.maincontent__content img {
	max-width: 100%;
	height: auto;
}

/*------------------------------------------------------------
pagination
------------------------------------------------------------*/
.pagination {
	text-align: center;
	margin-top: 80px;
}

@media screen and (max-width: 767px) {
	.pagination {
		margin-top: 40px;
	}
}

.pagination a, .pagination span {
	display: inline-block;
	border: 1px solid #ffe248;
	margin: 0;
	font-size: 1.6rem;
	padding: 6px 10px;
	color: #000;
}

@media screen and (max-width: 767px) {
	.pagination a, .pagination span {
		font-size: 1.4rem;
		padding: 5px 8px;
	}
}

.pagination a:not(:first-child), .pagination span:not(:first-child) {
	margin-left: 16px;
}

@media screen and (max-width: 767px) {
	.pagination a:not(:first-child), .pagination span:not(:first-child) {
		margin-left: 7px;
	}
}

.pagination a {
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.pagination a:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.pagination span.current {
	background-color: #ffe248;
}

.pagination span.dots {
	border: none;
	padding: 0;
}

/*------------------------------------------------------------
header
------------------------------------------------------------*/
header {
	position: relative;
	max-height: 740px;
	overflow: hidden;
}




.pc_only {
	display: block;
}
@media screen and (max-width: 767px) {
	.pc_only {
		display: none;
	}
}

.sp_only {
	display: none;
}
@media screen and (max-width: 767px) {
	.sp_only {
		display: block;
	}
}




header.nav_is_sticky {
	margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
	header.nav_is_sticky {
		margin-bottom: 0;
	}
}

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



#demo-1 {
    overflow: hidden;
    width: 100%;
    min-height: 600px;
    background-color: #999;
    position: relative;
}

.inner-content {
    color: white;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 13px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.inner-content h2 {
    font-size: 4em;
}

.inner-content p {
    font-size: 2em;
}



header .main_slideshow {
	min-height: 600px;
	height: 85vh;
}

@media screen and (max-width: 767px) {
	header .bx-wrapper,
	.bx-viewport {
	}
	header .main_slideshow {
		min-height:300px;
		height: 60vh !important;
	}	
}

@media screen and (max-width: 767px) {
	header .bx-wrapper img {
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		height: 99vw !important;
		width: auto;
		min-height: 370px;
	}
}

header .main_slideshow a {
	display: block;
}

header .slideshow_frame {
	position: absolute;
	width: 100%;
	top: 0;
	height: 100%;
	background-image: url("../img/top_img_frame.png");
	background-size: auto 100%;
	background-repeat: repeat-x;
	z-index: 90;
}

@media screen and (max-width: 767px) {
	header .slideshow_frame {
		background-position: 0 60px;
		background-size: auto calc(100% - 60px);
	}
}

header .top_logo {
	display: inline-block;
	width: 350px;
	height: auto;
	position: absolute;
	top: 30%;
	left: 50%;
	-webkit-transform: translate(-50%, -55%);
	transform: translate(-50%, -55%);
	z-index: 100;
}

@media screen and (max-width: 1099px) {
	header .top_logo {
		width: 307px;
		height: auto;
	}
}

@media screen and (max-width: 767px) {
	header .top_logo {
		top: calc(45% + 50px);
		width: 240px;
	}
}

nav.main_menu_bar {
	position: relative;
	background-color: #fff;
	border-bottom: 1px solid #ffe248;
}

nav.main_menu_bar:after {
	display: block;
	clear: both;
	content: "";
}

@media screen and (max-width: 767px) {
	nav.main_menu_bar {
		display: none;
	}
}

nav.main_menu_bar.is_sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

nav.main_menu_bar .nav_icon {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
}

nav.main_menu_bar .nav_icon:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

@media screen and (max-width: 1099px) {
	nav.main_menu_bar .nav_icon {
		left: 5px;
	}
}

nav.main_menu_bar .contact_btn {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	position: absolute;
	right: 0;
	top: 0;
	width: 200px;
	display: block;
	background-color: #ffe248;
	font-size: 1.6rem;
	color: #000;
	padding: 17px 0 18px;
}

nav.main_menu_bar .contact_btn:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

@media screen and (max-width: 1099px) {
	nav.main_menu_bar .contact_btn {
		width: 12%;
		font-size: 1.3rem;
		padding: 19px 0;
	}
}

nav.main_menu_bar .main_menu_list {
	width: calc(100% - 264px);
	max-width: 1000px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
}

@media screen and (max-width: 1399px) {
	nav.main_menu_bar .main_menu_list {
		margin-right: 200px;
	}
}

@media screen and (max-width: 1099px) {
	nav.main_menu_bar .main_menu_list {
		width: calc(88% - 50px);
		margin-right: 12%;
	}
}

nav.main_menu_bar .main_menu_list li {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

nav.main_menu_bar .main_menu_list a {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	display: block;
	color: #000;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 17px 0;
}

nav.main_menu_bar .main_menu_list a:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

@media screen and (max-width: 1099px) {
	nav.main_menu_bar .main_menu_list a {
		font-size: 1.3rem;
		padding: 19px 0;
	}
}

nav.mobile_menu_bar {
	display: none;
}

@media screen and (max-width: 767px) {
	nav.mobile_menu_bar {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 9999;
		background-color: #fff;
		border-bottom: 1px solid #ffe248;
	}
	nav.mobile_menu_bar:after {
		display: block;
		clear: both;
		content: "";
	}
}

nav.mobile_menu_bar .nav_icon_img {
	display: block;
	float: left;
	padding: 10px;
}
nav.mobile_menu_bar img {
	height: 39px;
	width: auto;
}

nav.mobile_menu_bar .nav_icon_cover {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	background-color: #ffe248;
}

nav.mobile_menu_bar .nav_icon {
	position: absolute;
	cursor: pointer;
	height: 30px;
	top: 16px;
	width: 30px;
	right: 15px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

nav.mobile_menu_bar .nav_icon span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #b81c22;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

nav.mobile_menu_bar .nav_icon span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

nav.mobile_menu_bar .nav_icon span:nth-child(2) {
	top: 7px;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

nav.mobile_menu_bar .nav_icon span:nth-child(3) {
	top: 14px;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

nav.mobile_menu_bar .nav_icon.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -5px;
	left: 4px;
}

nav.mobile_menu_bar .nav_icon.open span:nth-child(2) {
	width: 0;
	opacity: 0;
}

nav.mobile_menu_bar .nav_icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 16px;
	left: 4px;
}

nav.mobile_menu_bar .nav_icon__text {
	font-size: 1rem;
	position: absolute;
	top: 18px;
	color: #b81c22;
}

nav.mobile_menu_bar .main_nav_mobile {
	display: none;
	position: absolute;
	top: 61px;
	width: 100%;
	height: auto;
	background-color: #fff;
	padding-bottom: 20px;
	z-index: 5000;
}

nav.mobile_menu_bar .main_nav_mobile .sns_group {
	margin-top: 20px;
}

nav.mobile_menu_bar .main_nav_mobile .sns_group .sns_icon {
	display: inline-block;
	margin-right: 10px;
}

nav.mobile_menu_bar .main_nav_mobile .sns_group .sns_icon:last-child {
	margin-right: 0;
}

nav.mobile_menu_bar .main_menu_list {
	width: 100%;
	text-align: left;
}

nav.mobile_menu_bar .main_menu_list li {
	border-bottom: 1px dashed #ccc;
}

nav.mobile_menu_bar .main_menu_list a {
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	color: #000;
	padding: 10px 15px;
}

nav.mobile_menu_bar .contact_btn {
	display: inline-block;
	color: #000;
	background-color: #ffe248;
	font-size: 1.6rem;
	margin-top: 20px;
	width: 75%;
	padding: 8px 0;
}

.sns_aside {
	padding: 0;
	margin: 0;
	position: fixed;
	width: auto;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: rgba(255, 241, 0, 0.6);
	padding: 20px 15px;
	z-index: 5000;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	opacity: 0;
	visibility: hidden;
	border-radius: 12px 0 0 12px;
}

@media screen and (max-width: 767px) {
	.sns_aside {
		display: none;
	}
}

.sns_aside.is_sticky {
	visibility: visible;
	opacity: 1;
}

.sns_aside .sns_icon {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	display: block;
	padding: 20px 0;
	border-bottom: 1px solid #787878;
}

.sns_aside .sns_icon:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.sns_aside .sns_icon:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.sns_aside .sns_icon:first-child {
	padding-top: 0;
}

footer {
	margin-top: 120px;
	padding: 9px 0;
	position: relative;
	background-color: #eee;
}

@media screen and (max-width: 1099px) {
	footer {
		padding: 10px 0;
	}
}

@media screen and (max-width: 767px) {
	footer {
		margin-top: 60px;
		padding: 6px 0;
	}
	footer .left, footer .right {
		float: none;
		width: 100%;
	}
}

footer:before {
	content: "";
	width: 100%;
	position: absolute;
	height: 21px;
	top: -21px;
	left: 0;
	background-image: url("../img/footer_top_bg.png");
	background-position: top;
	background-repeat: repeat-x;
}

@media screen and (max-width: 767px) {
	footer p {
		font-size: 1.2rem;
		margin-top: 10px;
	}
}

footer .sns_icon {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	display: inline-block;
	margin-right: 10px;
}

footer .sns_icon:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

footer .sns_icon:last-child {
	margin-right: 0;
}

.register_text {
	font-size: 1.8rem;
    padding: 60px;
    background-color: #eee;
}


.pg-contact .contact_table input[type="submit"] {
	display: block !important;
}