body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
img, abbr, acronym, fieldset {
	border: 0;
}
body {
	font: 16px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}
a {
	color: #0066ff;
	text-decoration: none;
}
a:hover, .active {
	text-decoration: underline;
}
a:active, a:focus, input:active, input:focus {
	outline: 0;
}

/* ヘッダー
------------------------------------------------------------*/

#mainnav a {
	color: #000;
}
/* フッター
------------------------------------------------------------*/

#footer {
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 10px;
}
#footer a {
	color: #000;
}
#footer a:hover {
	text-decoration: none;
}
/* 共通
------------------------------------------------------------*/

h3.heading {
	margin: 100px 0 0 0;
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	border-bottom: 2px solid #000;
}
h3.heading-mx {
	margin: 60px 0 0 0;
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	border-bottom: 2px solid #000;
}
h3.heading-2 {
	margin: 1.0rem 0 1.0rem;
	font-weight: normal;
	font-size: 22px;
	line-height: 3.0rem;
}
h3.heading-3 {
	margin: 1.5rem 0 0 0;
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	border-bottom: 2px solid #000;
}
h3.heading-4 {
	margin: 0 0 2.0rem;
	font-weight: normal;
	font-size: 4.0rem;
	line-height: 2.0rem;
}
h4.heading {
	font-weight: normal;
	font-size: 20px;
	line-height: 38px;
	color: #ff4500;
	text-decoration: underline;
}
h4.introduction {
	font-weight: normal;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2.5rem;
	margin: 0 0 1.0em;
	text-align: center;
}
h4.introduction2 {
	font-weight: normal;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2.0rem;
	margin-bottom: 2.5em;
	text-align: center;
}
h5.heading {
	margin: 50px 0 0 10px;
	font-weight: normal;
	font-size: 18px;
	line-height: 38px;
}
h6.heading {
	font-weight: normal;
	font-size: 1.3rem;
	line-height: 2.0rem;
	text-decoration: underline;
	margin: 1.5em 0 1.0em;
}
p.mb1 {
	margin-bottom: 1.0em;
	line-height: 2.0em;
}
p.mb2 {
	margin-bottom: 2.0em;
	line-height: 2.4em;
}
p.mb3 {
	margin-bottom: 3.0em;
	line-height: 2.0em;
}
p.mb4 {
	margin-bottom: 4.0em;
	line-height: 2.0em;
}
p.mb5 {
	margin-bottom: 5.0em;
	line-height: 2.0em;
}
p.cv {
	padding-left: 0.8rem line-height:2.0rem;
}
p.yt {
	line-height: 1.0rem;
	margin: 2.0rem 0 2.0rem;
}
p.yt2 {
	line-height: 1.0rem;
	margin-top: 1.0rem;
}
img {
	max-width: 100%;
	height: auto;
}
section {
	clear: both;
}
section h2 {
	width: 80%;
	margin: 90px auto 80px;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
}
section h2 span {
	padding-bottom: 30px;
	border-bottom: 3px solid #000;
}
.inner {
	width: 80%;
	margin: 0 auto;
	padding-bottom: 0px;
}
/* 
#sec03 .inner, #sec04 .inner{
	border-bottom: 1px solid #a0a0a0;
}
*/

.innerS {
	width: 60%;
	margin: 0 auto;
	padding-bottom: 80px;
	font-size: 1.2rem;
}
.youtube {
	padding: 0 0 3.0rem;
	width: 100%;
	aspect-ratio: 16 / 9;
}
.youtube iframe {
	width: 100%;
	height: 100%;
}
.map {
	padding: 3.0rem 0 5.0rem;
	width: 100%;
	aspect-ratio: 4 / 3;
}
.map iframe {
	width: 100%;
	height: 100%;
}
.map_wrap {
	position: relative;
	padding-top: 56.25%;
}
.map_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.photo {
	width: 100%;
	aspect-ratio: 4 / 3;
}

.image-center{
 display: block;
 margin-left: auto;
 margin-right: auto;
}

/* SEC02 Gallery
------------------------------------------------------------*/

#sec02 {
	padding: 0 !important;
}
/*
#sec02 header{
	display: none;
}
*/

#gallery {
	overflow: hidden;
}
#gallery li {
	float: left;
	width: calc(100%/3);
	line-height: 0;
}
#gallery li.full {
	width: 100%;
}
#gallery img {
	display: block;
	width: 100%;
	height: auto;
}
/* SEC03 BRAND
------------------------------------------------------------*/

.col4 .img {
	margin: 0 auto;
}
/* SEC04 PROJECT
------------------------------------------------------------*/

#sec04 {
	padding-bottom: 0 !important;
}
.article {
	clear: both;
	overflow: hidden;
	padding-bottom: 50px;
}
.article img {
	float: left;
	margin: 5px 20px 20px;
}
.article p {
	margin-bottom: 20px;
}
/* SEC06 PROJECT
------------------------------------------------------------*/

#sec06 {
	padding-bottom: 0 !important;
}
/* SEC07 PROJECT
------------------------------------------------------------*/

#sec07 {
	padding-bottom: 0 !important;
}
#sec07 p {
	line-height: 1.8rem;
	margin-bottom: 1.0rem;
}
#sec07 p.pr {
	line-height: 2.5rem;
	margin-bottom: 2.0rem;
}
#sec07 p.pr-uspace {
	line-height: 2.5rem;
	margin-bottom: 4.0rem;
}
/* ----------------------------------- */

/* _EXCHANGE
/* ----------------------------------- */

.exchange-flow {
	margin: 2rem auto;
	width: 80%;
}
.exchange-flow img {
	border-radius: 15px;
	/* ちょっとだけ角丸 */
}
.exchange-flow .box {
	padding: 1.0rem;
	margin: 2.5rem 1.0rem 0;
	border: 4px solid #E99231;
	line-height: 1.6;
	font-size: 1.2rem;
}
.exchange-flow .box.action {
	background: #E99231;
	color: #FFFFFF;
}
.exchange-flow .box2 {
	padding: 1.0rem;
	margin: 2.5rem 1.0rem 0;
	border: 4px solid #708090;
	line-height: 1.6;
	font-size: 1.2rem;
}
.exchange-flow .box2.action {
	background: #708090;
	color: #FFFFFF;
}
.exchange-flow .article00 {
	padding: 1.0rem 1.0rem 0.5rem;
	line-height: 1.6;
	font-size: 1.2rem;
}
.exchange-flow .article01 {
	padding: 2.0rem 1.0rem 0;
	line-height: 1.6;
	font-size: 1.2rem;
}
.exchange-flow .article02 {
	padding: 2.0rem 1.0rem 0;
	line-height: 1.6;
	font-size: 1.5rem;
}
.exchange-flow .article03 {
	padding: 2.0rem 1.0rem 5.0rem;
	line-height: 1.6;
	font-size: 1.2rem;
}
.exchange-flow .article04 {
	padding: 0 1.0rem;
	line-height: 1.6;
	font-size: 1.2rem;
}
.exchange-flow .article05 {
	padding: 2.0rem 1.0rem 2.0rem;
	line-height: 1.6;
	font-size: 1.2rem;
}
.exchange-flow .article06 {
	padding: 3.0rem 1.0rem 2.0rem;
	line-height: 1.6;
	font-size: 1.2rem;
}
.exchange-flow .article07 {
	padding: 0.5rem 1.0rem 1.5em;
	line-height: 1.6;
	font-size: 1.2rem;
	text-align: center;
}
.exchange-flow .article08 {
	padding: 4.0rem 1.0rem 0;
	line-height: 1.6;
	font-size: 1.2rem;
}
.exchange-flow .article09 {
	padding: 0 1.0rem 2.5rem;
	line-height: 1.6;
	font-size: 1.2rem;
}
.exchange-flow .article10 {
	padding: 0.5rem 1.0rem 1.5em;
	line-height: 1.6;
	font-size: 1.2rem;
}
.exchange-flow .article11 {
	margin: 0 0 8.0rem;
	padding: 4.0rem 0;
	background: url(../images/trial.webp) 50% 50%;
	background-size: cover;
	color: #E99231;
	text-align: center;
}
.exchange-flow .article12 {
	padding: 0.5rem 1.0rem 1.5em;
	line-height: 1.6;
	font-size: 1.5rem;
	text-align: center;
}
.exchange-flow .article13 {
	padding: 2.0rem 1.0rem 0;
	line-height: 1.6;
	font-size: 1.4rem;
}
.exchange-flow .arrow {
	width: 100%;
	margin-top: 10px;
	display: inline-flex;
	display: -webkit-inline-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}
.exchange-flow span {
	font-weight: bold;
	text-decoration: underline;
	font-size: 1.4rem;
}
.exchange-flow .flexwrapper {
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.exchange-flow .flexwrapper>div {
	width: 100%;
}
@media screen and (max-width: 800px) {
	.exchange-flow {
		width: 100%;
	}
	.exchange-flow .box {
		font-size: 1.2rem;
	}
	.exchange-flow .box2 {
		font-size: 1.2rem;
	}
	.inner ul.notice {
		width: 100%;
	}
}
.exchange-flow-2 {
	margin: 2rem auto;
	width: 80%;
}
.exchange-flow-2 .box {
	padding: 1.0rem;
	margin: 2.5rem 1.0rem 0;
	border: 4px solid #E99231;
	line-height: 1.6;
	font-size: 1.2rem;
}
.exchange-flow-2 .box.action {
	background: #E99231;
	color: #FFFFFF;
}
.exchange-flow-2 .article01 {
	padding: 2.0rem 1.0rem 0;
	line-height: 1.6;
	font-size: 1.2rem;
}
.exchange-flow-2 .article02 {
	padding: 2.0rem 1.0rem 0;
	line-height: 1.6;
	font-size: 1.5rem;
}
.exchange-flow-2 .article03 {
	padding: 2.0rem 1.0rem 5.0rem;
	line-height: 1.6;
	font-size: 1.2rem;
}
.exchange-flow-2 .article04 {
	padding: 0 1.0rem;
	line-height: 1.6;
	font-size: 1.2rem;
}
.exchange-flow-2 .article05 {
	padding: 3.0rem 1.0rem 3.0rem;
	line-height: 1.6;
	font-size: 1.2rem;
}
.exchange-flow-2 .article06 {
	padding: 0 1.0rem 2.0rem;
	line-height: 1.6;
	font-size: 1.2rem;
}
.exchange-flow-2 .arrow {
	width: 100%;
	margin-top: 10px;
	display: inline-flex;
	display: -webkit-inline-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}
.exchange-flow-2 span {
	font-weight: bold;
	text-decoration: underline;
	font-size: 1.4rem;
}
.exchange-flow-2 .flexwrapper {
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.exchange-flow-2 .flexwrapper>div {
	width: 100%;
}
@media screen and (max-width: 800px) {
	.exchange-flow-2 {
		width: 100%;
	}
	.exchange-flow-2 .box {
		font-size: 1.2rem;
	}
	.inner ul.notice {
		width: 100%;
	}
}
/* ----------------------------------- */

/* _PRICE_TABLE
/* ----------------------------------- */

.table-scroll-01 {
	padding: 20px;
}
#table01 {
	border-collapse: separate;
	border: solid 3px #fcc765;
	border-radius: 26px;
}
#table01 tr:first-child th:first-child {
	/* 最初のtr(行) かつ、最初の td(列) つまり、1行目1列目に適用*/
	border-radius: 23px 0 0 0;
	/* 左上から指定してゆく */
}
#table01 tr:first-child th:last-child {
	/* 最初のtr(行) かつ、最後の td(列) つまり、1行目3列目に適用*/
	border-radius: 0 23px 0 0;
}
#table01 tr:last-child th:first-child {
	/* 最後のtr(行) かつ、最初の td(列) つまり、3行目1列目に適用*/
	border-radius: 0 0 0 23px;
}
#table01 tr:last-child td:last-child {
	/* 最後のtr(行) かつ、最後の td(列) つまり、3行目3列目に適用*/
	border-radius: 0 0 23px 0;
}
#table01 th, #table01 td {
	font-size: 1.2rem;
	text-align: center;
	width: 20%;
	min-width: 60px;
	padding: 10px;
	height: 60px;
	border: 1px solid #fcd997;
}
#table01 th {
	background-color: #fdf5e6;
}
#table01 .head {
	background-color: #fcebca;
}
/* tab */

@media only screen and (max-width: 799px) {
	#table01 {
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
	}
}
@media only screen and (max-width: 799px) {
	.table-scroll {
		overflow-x: scroll;
	}
}
/* ----------------------------------- */

/* _OVERVIEW_TABLE
/* ----------------------------------- */

.table-scroll-02 {
	padding: 3.0rem 1.0rem 1.0rem;
	margin-bottom: 6rem;
}
#table02 {
	border-collapse: separate;
	border: solid 3px #a9a9a9;
	border-radius: 14px;
}
#table02 tr:first-child th:first-child {
	/* 最初のtr(行) かつ、最初の td(列) つまり、1行目1列目に適用*/
	border-radius: 11px 0 0 0;
	/* 左上から指定してゆく */
}
#table02 tr:first-child th:last-child {
	/* 最初のtr(行) かつ、最後の td(列) つまり、1行目3列目に適用*/
	border-radius: 0 11px 0 0;
}
#table02 tr:last-child th:first-child {
	/* 最後のtr(行) かつ、最初の td(列) つまり、3行目1列目に適用*/
	border-radius: 0 0 0 11px;
}
#table02 tr:last-child td:last-child {
	/* 最後のtr(行) かつ、最後の td(列) つまり、3行目3列目に適用*/
	border-radius: 0 0 11px 0;
}
#table02 th, #table02 td {
	font-size: 1.2rem;
	text-align: center;
	width: 20%;
	min-width: 70px;
	padding: 10px;
	height: 60px;
	border: 1px solid #a9a9a9;
}
#table02 th {
	background-color: #dcdcdc;
}
#table02 .head {
	background-color: #dcdcdc;
}
/* tab */

@media only screen and (max-width: 799px) {
	#table02 {
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
	}
}
@media only screen and (max-width: 799px) {
	.table-scroll {
		overflow-x: scroll;
	}
}
/* ----------------------------------- */

/* _生徒様の声用吹き出しCSS
/* ----------------------------------- */

.fukidashi {
	margin: 0 auto;
	width: 90%;
	text-align: center;
}
.fukidashi-t {
	margin: 0 auto;
	width: 90%;
	font-size: 1.2rem;
}
.fukidashi-t-last {
	margin: 2rem auto 6rem;
	width: 90%;
	font-size: 1.2rem;
}
.fukidashi img {
	border: 1px solid #c0c0c0;
}
.fu-red {
	width: 90%;
	position: relative;
	/* 配置 */
	margin: 4.0em 0 1.5em 0;
	/* 余白設定 上右下左の順 */
	padding: 0.4em 1.0em;
	/* 枠線の内側余白設定 「上下」「左右」の順 */
	background: #F70841;
	/*  */
	color: #fff;
	font-size: 150%;
	font-weight: bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: left;
}
.fu-red:after {
	position: absolute;
	bottom: -15px;
	left: 15%;
	z-index: 90;
	margin-left: -15px;
	border-top: 15px solid #F70841;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 0;
	content: """""""";
}
.fu-2 {
	display: block;
	margin: 5px 0 0 8px;
	color: #fff;
	font-size: 70%;
	font-weight: 300;
	text-align: left;
}
/* ----------------------------------- */

/* _FAQ
/* ----------------------------------- */

.table-scroll-03 {
	margin-bottom: 7.0rem;
}
.noneBorder .faq_q {
	margin: 2.0rem;
	background-image: url(../images/qa_q.webp);
	background-repeat: no-repeat;
	padding-left: 44px;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.8rem;
}
.noneBorder .faq_a {
	margin: 2.0rem;
	background-image: url(../images/qa_a.webp);
	background-repeat: no-repeat;
	padding-left: 44px;
	font-size: 1.2rem;
	line-height: 1.6rem;
}
hr {
	height: 0;
	border: 0;
	border-top: 1px dashed #ccc;
	border-bottom: 1px solid #fff;
}
/* ----------------------------------- */

/* _TRIAL
/* ----------------------------------- */

section#trial h3 {
	line-height: 1.0rem;
	margin: 1.5rem 0 1.8rem;
	font-size: 1.5rem;
}
section#trial h4 {
	line-height: 1.0rem;
	margin: 1.0rem 0 4.0rem;
	font-size: 1.5rem;
}
section#trial h5 {
	line-height: 1.0rem;
	margin-bottom: 4.0rem;
	font-size: 1.3rem;
}
section#trial h6 {
	line-height: 2.5;
	margin: 0.8rem 0.8rem 3.0rem;
	font-size: 1.3rem;
}
section#trial p {
	font-size: 1.2rem;
}
/* ----------------------------------- */

/* _TWO BUTTON
/* ----------------------------------- */

.twobutton {
	width: 80%;
	margin: 1.0rem auto 0;
}
.twobutton ul {
	width: 100%;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.twobutton ul li {
	width: 60%;
}
.twobutton ul li a {
	display: inline-block;
	border: 3px solid;
	font-weight: bold;
	font-size: 1.5rem;
	padding: 1em 0em;
	width: 100%;
	color: #E99231;
}
.twobutton ul li a:hover {
	background-color: #E99231;
	color: #ffffff;
	border-color: #E99231;
}
@media screen and (max-width: 799px) {
	.twobutton {
		width: 90%;
	}
	.twobutton ul {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.twobutton ul li {
		width: 99%;
	}
	.twobutton ul li+li {
		margin-top: 1rem;
	}
}

/* ----------------------------------- */
/* _HOVER_EFFECT
/* ----------------------------------- */

.s_opa_01 figure img {
  opacity: 1;
  transition: .0.3s ease-in-out;
}
.s_opa_01 figure:hover img {
  opacity: .4;
}

/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 800px) {
	body {
		font-size: 16px;
	}
	#wrapper {
		width: 100%;
	}
	#content {
		width: 80%;
	}
	#sidebar {
		width: 12%;
		position: fixed;
		top: 0;
		right: 4%;
		background: #fff;
	}
	a#menu {
		display: none;
	}
	.panel {
		display: block !important;
	}
	#sidebar h1 {
		font-size: 19px;
		padding: 0 0 20px;
		text-align: center
	}
	#sidebar h3 {
		font-size: 16px;
		text-align: center
	}
	#sidebar h4 {
		font-size: 16px;
		padding: 10px 0 0;
		text-align: center
	}
	#mainnav li {
		font-size: 16px;
		padding: 10px 0;
	}
	#sns {
		margin-top: 50px;
	}
	#sns li {
		display: inline-block;
		padding-right: 10px;
	}
	#sns a:hover img {
		opacity: .8;
	}
	/* SEC03 BRAND
	-----------------*/
	.col4 {
		text-align: center;
	}
	.col4 li {
		display: inline-block;
		width: 18%;
		padding: 0 3%;
		vertical-align: top;
		text-align: left;
	}
	#map iframe {
		height: 200px !important;
	}
	#footer {
		padding: 30px 10px 70px 0;
	}
}
@media only screen and (min-width: 641px) {
	.col2 li {
		width: 60%;
		vertical-align: top;
	}
	.col2 li:first-child {
		width: 35%;
		padding-right: 4%;
	}
}
@media only screen and (max-width: 640px) {
	.inner {
		width: 97%;
		padding-bottom: 0px;
	}
	.innerS {
		width: 97%;
		padding-bottom: 30px;
	}
	#gallery li {
		float: none;
		width: 97%;
	}
	.article img {
		float: none;
		display: block;
		margin: 0 auto 20px;
	}
	#map iframe {
		width: 97% !important;
		left: 2%;
	}
}
@media only screen and (max-width: 799px) {
	#sidebar {
		position: fixed;
		width: 100%;
		z-index: 500;
	}
	#sidebarWrap {
		position: relative;
		width: 100%;
		height: 60px;
		background: #fff;
		border-bottom: 1px solid #ccc;
	}
	#sidebar h1 {
		padding: 12px 0;
		font-size: 18px;
		float: left;
	}
	#sidebar h3 {
		padding: 14px;
		font-size: 14px;
		float: left;
	}
	#sidebar h4 {
		padding: 14px;
		font-size: 14px;
		float: left;
	}
	#sidebar h1 img {
		width: auto !important;
		max-height: 25px;
	}
	#sidebar h4 img {
		width: auto !important;
		max-height: 30px;
	}
	a#menu {
		display: inline-block;
		position: relative;
		width: 40px;
		height: 40px;
		margin: 10px;
	}
	#menuBtn {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 18px;
		height: 2px;
		margin: -1px 0 0 -7px;
		background: #000;
		transition: .2s;
	}
	#menuBtn:before, #menuBtn:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 18px;
		height: 2px;
		background: #000;
		transition: .3s;
	}
	#menuBtn:before {
		margin-top: -7px;
	}
	#menuBtn:after {
		margin-top: 5px;
	}
	a#menu .close {
		background: transparent;
	}
	a#menu .close:before, a#menu .close:after {
		margin-top: 0;
	}
	a#menu .close:before {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	a#menu .close:after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
	.panel {
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: -10px;
		z-index: 100;
	}
	#mainnav {
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
	}
	#mainnav ul {
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}
	#mainnav li a {
		position: relative;
		display: block;
		padding: 15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}
	#mainnav li a:before {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#mainnav #sns li {
		display: inline-block;
	}
	#mainnav #sns li a {
		position: relative;
		display: inline-block;
		padding: 15px 10px 0;
		border: 0;
	}
	#mainnav #sns li a:before {
		border: 0;
	}
	.col4 li {
		margin: 0 auto 50px;
		display: block;
		text-align: center;
	}
	section h2 {
		margin: 55px auto;
	}
}