﻿

@font-face{
    font-family: 'rmp1c-m';
    src: url('../font/rounded-mplus-1c-medium.eot'); /* IE9以上用 */
    src: url('../font/rounded-mplus-1c-medium.woff') format('woff'), /* モダンブラウザ用 */
        url('../font/rounded-mplus-1c-medium.ttf') format('truetype'); /* iOS, Android用 */
    font-weight: normal;
    font-style: normal;
}


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

	Base

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

html {
	font-size: 93.75%; /* 15px */
}
@media screen and (min-width: 1368px) {
	html { font-size: 100%; /* 16px */ }
}

body {
	color: #333;
	font-family: 'Open Sans', Arial, Roboto, "Droid Sans", "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-weight: normal;
	line-height: 2;
	letter-spacing: 1px;
	text-align: justify; /* for ff, webkit */
	text-justify: inter-ideograph; /* for IE */
 	background-color: #fff;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	/* safariで一部文字が（transform 3Dの影響で）かすれるのを防ぐため　*/
	-webkit-font-smoothing: subpixel-antialiased;
}


/* Patrick Hand */
.c-nav__nav-trigger__sp,
.c-footer__copy,
.top-info__sec-list > dt,
.top-pickup__item > figure > .date,
.c-font-ph {
	font-family: 'Patrick Hand', Arial, Roboto;
	font-weight: 400;
}

/* Fredoka One */
.c-nav._top .c-nav__home,
.top-pickup__title,
.top-pickup__item > figure > .icon,
.c-font-fo {
	font-family: 'Fredoka One', Arial, Roboto;
	font-weight: 400;
}

/* Rounded M */
.c-sub__title,
.c-nav__title__sp,
.c-header__title,
.c-nav__item,
.top-info__sec > h2,
.top-pickup__sec > h2 {
	font-family: 'rmp1c-m';
}

/* Micro clearfix */
.cf:before,
.cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}

* { box-sizing: border-box; }


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

	Layouts

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

html, body {
	width: 100%;
	height: 100%;
}
body {
	overflow-y: scroll !important;
}

.c-wrapper {
	min-width: 980px;
}


/* c-container
--------------------------- */

.c-container {
	padding: 0 5.5%;
	margin: 0 auto;
	max-width: 1440px;
}

.c-container._narrow {
	padding: 0 11%;
}



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

	Typography

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

strong, em { font-weight: 600 !important; }


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

	Links

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

a {
	color: #1a1a1a;
	text-decoration: none;
}


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

	Images

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

img {
	vertical-align: middle;
	max-width: 100%;
	width: auto;
	height: auto;
	display: block;
	margin: 0 auto;
}

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

	Common

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

.mt-1p { margin-top: 1% !important; }
.mt-2p { margin-top: 2% !important; }
.mt-3p { margin-top: 3% !important; }
.mt-4p { margin-top: 4% !important; }
.mt-5p { margin-top: 5% !important; }
.mt-6p { margin-top: 6% !important; }
.mt-7p { margin-top: 7% !important; }
.mt-8p { margin-top: 8% !important; }
.mt-9p { margin-top: 9% !important; }

.mt-0 { margin-top: 0 !important; }
.mt-10 { margin-top: 10px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-40 { margin-top: 40px !important; }
.mt-50 { margin-top: 50px !important; }
.mt-60 { margin-top: 60px !important; }
.mt-70 { margin-top: 70px !important; }
.mt-80 { margin-top: 80px !important; }
.mt-90 { margin-top: 90px !important; }
.mt-100 { margin-top: 100px !important; }

.mt-1m { margin-top: 1em !important; }
.mt-1_5m { margin-top: 1.5em !important; }
.mt-2em { margin-top: 2em !important; }
.mt-2_5em { margin-top: 2.5em !important; }
.mt-3em { margin-top: 3em !important; }

.mb-1p { margin-bottom: 1% !important; }
.mb-2p { margin-bottom: 2% !important; }
.mb-3p { margin-bottom: 3% !important; }
.mb-4p { margin-bottom: 4% !important; }
.mb-5p { margin-bottom: 5% !important; }
.mb-6p { margin-bottom: 6% !important; }
.mb-7p { margin-bottom: 7% !important; }
.mb-8p { margin-bottom: 8% !important; }
.mb-9p { margin-bottom: 9% !important; }

.mb-0 { margin-bottom: 0 !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mb-50 { margin-bottom: 50px !important; }
.mb-60 { margin-bottom: 60px !important; }
.mb-70 { margin-bottom: 70px !important; }
.mb-80 { margin-bottom: 80px !important; }
.mb-90 { margin-bottom: 90px !important; }
.mb-100 { margin-bottom: 100px !important; }

.mb-1m { margin-bottom: 1em !important; }
.mb-1_5m { margin-bottom: 1.5em !important; }
.mb-2em { margin-bottom: 2em !important; }
.mb-2_5em { margin-bottom: 2.5em !important; }
.mb-3em { margin-bottom: 3em !important; }


.pt-1p { padding-top: 1% !important; }
.pt-2p { padding-top: 2% !important; }
.pt-3p { padding-top: 3% !important; }
.pt-4p { padding-top: 4% !important; }
.pt-5p { padding-top: 5% !important; }
.pt-6p { padding-top: 6% !important; }
.pt-7p { padding-top: 7% !important; }
.pt-8p { padding-top: 8% !important; }
.pt-9p { padding-top: 9% !important; }

.pt-0 { padding-top: 0 !important; }
.pt-10 { padding-top: 10px !important; }
.pt-20 { padding-top: 20px !important; }
.pt-30 { padding-top: 30px !important; }
.pt-40 { padding-top: 40px !important; }
.pt-50 { padding-top: 50px !important; }
.pt-60 { padding-top: 60px !important; }
.pt-70 { padding-top: 70px !important; }
.pt-80 { padding-top: 80px !important; }
.pt-90 { padding-top: 90px !important; }
.pt-100 { padding-top: 100px !important; }

.pb-1p { padding-bottom: 1% !important; }
.pb-2p { padding-bottom: 2% !important; }
.pb-3p { padding-bottom: 3% !important; }
.pb-4p { padding-bottom: 4% !important; }
.pb-5p { padding-bottom: 5% !important; }
.pb-6p { padding-bottom: 6% !important; }
.pb-7p { padding-bottom: 7% !important; }
.pb-8p { padding-bottom: 8% !important; }
.pb-9p { padding-bottom: 9% !important; }

.pb-0 { padding-bottom: 0 !important; }
.pb-10 { padding-bottom: 10px !important; }
.pb-20 { padding-bottom: 20px !important; }
.pb-30 { padding-bottom: 30px !important; }
.pb-40 { padding-bottom: 40px !important; }
.pb-50 { padding-bottom: 50px !important; }
.pb-60 { padding-bottom: 60px !important; }
.pb-70 { padding-bottom: 70px !important; }
.pb-80 { padding-bottom: 80px !important; }
.pb-90 { padding-bottom: 90px !important; }
.pb-100 { padding-bottom: 100px !important; }

.c-hidden {
	overflow: hidden;
}


/* c-indicator
--------------------------- */

.c-indicator {
	line-height: 0;
	text-align: center;
}

.c-indicator > span {
	text-indent: -9999px;
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 7px;
	position: relative;
}

.c-indicator > span:after {
	content: "";
	width: 6px;
	height: 6px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -3px 0 0 -3px;
}
.c-indicator > span.active:after {
	background-color: #EF584C;
	transform: scale(1.3);
}


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

	c-header

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

.c-header {
	border-top: 15px solid #EF584C;
	padding: 2% 2% 3%;
	position: relative;
}

@media screen and (min-width: 1400px) {
	.c-header {
		padding-bottom: 1.5%;
	}
}

.c-header._top {
	padding: 3% 2% 2.5%;
}


/* c-header__logo
--------------------------- */

.c-header__logo {
	font-size: 0.867rem;
	font-weight: 600;
	letter-spacing: 0;
	position: absolute;
	top: 20px;
	padding-left: 55px;
}

.c-header__logo > br {
	display: none;
}

.c-header__logo:before {
	content: "";
	width: 45px;
	height: 35px;
	background: url(../image/c-sprite01.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -17px;
}


/* c-header__search
--------------------------- */

.c-header__search {
	width: 22%;
	max-width: 400px;
	position: absolute;
	top: 15px;
	right: 0;
	margin-right: 2%;
}

.c-header__search:before {
	content: "";
	width: 24px;
	height: 24px;
	background: url(../image/c-sprite01.png) no-repeat -50px 0;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -12px;
}
.c-header._top .c-header__search:before {
	left: -35px;
}

.c-header__search:after {
	content: "";
	width: 7px;
	height: 12px;
	background: url(../image/c-sprite01.png) no-repeat -150px -100px;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -6px;
}

.c-header__search > input {
	font-size: 1.067rem;
	width: 100%;
	padding: 0 40px;
	line-height: 34px;
	height: 34px;
	border-radius: 18px;
	border: 1px solid #F1F1F2;
	background-color: #F1F1F2;
}
.c-header._top .c-header__search > input {
	padding-left: 20px;
}
.c-header__search > input:focus {
	border-color: #EF584C;
}

.c-header__search > input::-webkit-input-placeholder {
	font-size: 0.933rem;
	font-family: 'Patrick Hand', Arial, Roboto;
	color: #EF584C;
}
.c-header__search > input:-ms-input-placeholder {
	font-size: 0.933rem;
	font-family: 'Patrick Hand', Arial, Roboto;
	color: #EF584C;
}
.c-header__search > input::-moz-placeholder {
	font-size: 0.933rem;
	font-family: 'Patrick Hand', Arial, Roboto;
	color: #EF584C;
}


/* c-header__title
--------------------------- */

.c-header__title {
	color: #EF584C;
	text-align: center;
	padding-left: 20px;
}

.c-header__title > br {
	display: none;
}

.c-header__title > a {
	color: #EF584C;
	font-size: 2.133rem;
	letter-spacing: 0;
}

.c-header._top .c-header__title > a {
	text-indent: -9999px;
	display: block;
	width: 435px;
	height: 140px;
	margin: 0 auto 15px;
	background: url(../image/c-sprite01.png) no-repeat -200px 0;
}

.c-header__title > a:before {
	content: "";
	width: 70px;
	height: 70px;
	background: url(../image/c-sprite01.png) no-repeat -300px -150px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px 10px 0;
}

.c-header._top .c-header__title > a:before {
	content: none;
}


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

	c-nav

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

.c-nav {
	max-width: 1280px;
	margin-bottom: 2%;
}


/* c-nav__sub
--------------------------- */

.c-nav__sub {
	position: absolute;
	top: 95px;
	right: 2%;
}

@media screen and (min-width: 1400px) {
	.c-nav__sub {
		top: 80px;
	}
}


.c-nav__sub > li {
	font-size: 0.867rem;
	display: inline-block;
	margin-right: 15px;
}


.c-nav__sub > li > a {
	position: relative;
	padding-left: 15px;
}

.c-nav__sub > li > a:hover {
	text-decoration: underline;
}

.c-nav__sub > li > a:after {
	content: "";
	width: 7px;
	height: 12px;
	background: url(../image/c-sprite01.png) no-repeat -150px -100px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -6px;
}

/*.c-nav._top .c-nav__home {
	color: #EF584C;
	font-size: 0.933rem;
	text-align: center;
	width: 60px;
	padding-top: 30px;
	position: absolute;
	top: 110px;
	right: 50%;
	margin-right: 360px;
}
.c-nav._top .c-nav__home:before {
	content: "";
	width: 60px;
	height: 70px;
	background: url(../image/c-sprite01.png) no-repeat -100px 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}*/

.c-nav._top .c-nav__leader {
	font-size: 0.867rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 35px;
	display: block;
	background-color: #FFE3E3;
	width: 15em;
	height: 35px;
	padding: 0 12px;
	border-radius: 8px;
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: 270px;
}
.c-nav._top .c-nav__leader._btm {
	top: 145px;
}

@media screen and (min-width: 1200px) {
	.c-nav._top .c-nav__leader {
		margin-left: 330px;
	}
}

.c-nav._top .c-nav__leader:after {
	content: "";
	width: 20px;
	height: 20px;
	background: url(../image/c-sprite01.png) no-repeat 0 -50px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0,-50%);
}

/* c-nav__nav
--------------------------- */

.c-nav__title__sp {
	display: none;
}

.c-nav__nav-trigger__sp {
	display: none;
}
.c-nav__nav-label__sp {
	display: none;
}

.c-nav__nav > li {
	width: 24%;
	float: left;
	border-right: 2px dotted #BBBDBF;
}
.c-nav__nav > li:nth-child(2) {
	width: 28%;
	border-left: 2px dotted #BBBDBF;
}

@media screen and (max-width: 1280px) {
	.c-nav__nav > li:nth-child(5) {
		border-right: none;
	}
	.c-nav__nav > li:nth-child(2) {
		border-left: none;
	}
}

.c-nav__item {
	font-size: 1.2rem;
	line-height: 1.2;
	letter-spacing: 0;
	text-align: center;
	display: block;
	padding: 76px 0 25px;
	position: relative;
}

.c-nav__item._home,
.c-nav__item._leader {
	display: none;
}

.c-nav__item:before {
	content: "";
	background: url(../image/c-sprite01.png) no-repeat;
	height: 61px;
	width: 83px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -41px;
}
.c-nav__item._information:before {
	background-position: -650px 0;
}
.c-nav__item._journal:before {
	width: 53px;
	background-position: -750px 0;
	margin-left: -27px;
}
.c-nav__item._seminar:before {
	width: 55px;
	background-position: -850px 0;
	margin-left: -27px;
}
.c-nav__item._counselling:before {
	background-position: -950px 0;
}

.c-nav__item:after {
	content: "";
	background: url(../image/c-sprite01.png) no-repeat 0 -100px;
	height: 7px;
	width: 12px;
	position: absolute;
	bottom: 5px;
	left: 50%;
	margin-left: -3px;
}

.c-nav__item._active:after {
	width: 100px;
	height: 6px;
	background: #EF584C;
	border-radius: 3px;
	margin-left: -50px;
}

.c-nav__nav > li:hover > .c-nav__item:after {
	background: none;
	width: 0;
	height: 0;
	border: 30px solid transparent;
	border-bottom: 21px solid;
	bottom: -20px;
	margin-left: -30px;
}

.c-nav__nav > li:hover > .c-nav__item._information:after {
	border-bottom-color: #FFA324;
}
.c-nav__nav > li:hover > .c-nav__item._journal:after {
	border-bottom-color: #A561C9;
}
.c-nav__nav > li:hover > .c-nav__item._seminar:after {
	border-bottom-color: #4CC1E5;
}
.c-nav__nav > li:hover > .c-nav__item._counselling:after {
	border-bottom-color: #EF5B7B;
}

.c-nav__nav-sub__sp {
	display: none;
}


/* c-nav__mega
--------------------------- */

.c-nav__mega-trigger__sp {
	display: none;
}

.c-nav__mega-outer {
	width: 100%;
	border-top: 20px solid transparent;
	position: absolute;
	left: 0;
	z-index: 100;
	overflow: hidden;
	display: none;
}

.c-nav__nav > li:hover > .c-nav__mega-outer {
	display: block;
}

.c-nav__item._information + .c-nav__mega-outer > .c-nav__mega {
	background-color: #FFA324;
}
.c-nav__item._journal + .c-nav__mega-outer > .c-nav__mega {
	background-color: #A561C9;
}
.c-nav__item._seminar + .c-nav__mega-outer > .c-nav__mega {
	background-color: #4CC1E5;
}
.c-nav__item._counselling + .c-nav__mega-outer > .c-nav__mega {
	background-color: #EF5B7B;
}

.c-nav__mega-inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 1%;
	position: relative;
}

.c-nav__mega-nav {
	width: 33.333%;
	padding: 4%;
	float: left;
}
.c-nav__mega-nav + .c-nav__mega-nav:before {
	content: "";
	width: 1px;
	height: 86%;
	background-color: rgba(255,255,255,.4);
	position: absolute;
	top: 7%;
	margin-left: -3.5%;
}

.c-nav__mega-nav > li + li {
	margin-top: 1em;
}

.c-nav__mega-nav > li > a {
	color: #fff;
	font-size: 0.933rem;
	line-height: 1.6;
	padding-left: 30px;
	position: relative;
	display: block;
}

.c-nav__mega-nav > li > a:hover {
	text-decoration: underline;
}

.c-nav__mega-nav > li > a:before {
	content: "";
	width: 20px;
	height: 20px;
	background: url(../image/c-sprite01.png) no-repeat -50px -50px;
	position: absolute;
	top: .3em;
	left: 0;
}




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

	c-bc

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

.c-bc {
	padding: .5em 0;
	margin-bottom: 5%;
	background: #FFE3E3 url(../image/c-bcg02.png) repeat 0 0;
}

.c-bc__bc {
	max-width: 1280px;
}

.c-bc__bc > a,
.c-bc__bc > strong {
	font-size: 0.933rem;
	font-weight: 400 !important;
	display: inline-block;
}

.c-bc__bc > a {
	color: #00A69C;
	text-decoration: underline;
	position: relative;
	margin-right: 40px;
}

.c-bc__bc > a:after {
	content: "";
	width: 7px;
	height: 12px;
	background: url(../image/c-sprite01.png) no-repeat -150px -100px;
	position: absolute;
	top: 50%;
	right: -25px;
	margin-top: -6px;
}

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

	c-main

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

.c-main {
	width: 70%;
	float: left;
}


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

	c-sub

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

.c-sub {
	width: 25%;
	float: right;
	border-radius: 18px;
}

.c-sub._information {
	background-color: #FFA324;
}
.c-sub._journal {
	background-color: #A561C9;
}
.c-sub._seminar {
	background-color: #4CC1E5;
}
.c-sub._counselling {
	background-color: #EF5B7B;
}
.c-sub._aboutus {
	background-color: #FC71AA;
}
.c-sub._shidousha {
	background-color: #06BFB4;
}

/* c-sub__title
--------------------------- */

.c-sub__title {
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.6;
	text-align: center;
	padding: 45px 10px 10px;
	border-radius: 18px 18px 0 0;
	position: relative;
	z-index: 1;
}

.c-sub__title > span {
	display: inline-block;
}

.c-sub._information > .c-sub__title {
	background-color: #FA9100;
}
.c-sub._journal > .c-sub__title {
	background-color: #8D46B2;
}
.c-sub._seminar > .c-sub__title {
	background-color: #199EE0;
}
.c-sub._counselling > .c-sub__title {
	background-color: #DB3E5F;
}
.c-sub._aboutus > .c-sub__title {
	background-color: #ED4B8E;
}
.c-sub._shidousha > .c-sub__title {
	background-color: #00A69C;
}


.c-sub__title:before {
	content: "";
	width: 150px;
	height: 75px;
	border-radius: 75px 75px 0 0;
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -75px;
	z-index: -1;
}

.c-sub._information > .c-sub__title:before {
	background-color: #FA9100;
}
.c-sub._journal > .c-sub__title:before {
	background-color: #8D46B2;
}
.c-sub._seminar > .c-sub__title:before {
	background-color: #199EE0;
}
.c-sub._counselling > .c-sub__title:before {
	background-color: #DB3E5F;
}
.c-sub._aboutus > .c-sub__title:before {
	background-color: #ED4B8E;
}
.c-sub._shidousha > .c-sub__title:before {
	background-color: #00A69C;
}

.c-sub__title:after {
	content: "";
	height: 61px;
	background: url(../image/c-sprite01.png) no-repeat;
	position: absolute;
	top: -25px;
	left: 50%;
}

.c-sub._information > .c-sub__title:after {
	width: 83px;
	background-position: -650px -100px;
	margin-left: -42px;
}
.c-sub._journal > .c-sub__title:after {
	width: 53px;
	background-position: -750px -100px;
	margin-left: -27px;
}
.c-sub._seminar > .c-sub__title:after {
	width: 55px;
	background-position: -850px -100px;
	margin-left: -27px;
}
.c-sub._counselling > .c-sub__title:after {
	width: 83px;
	background-position: -950px -100px;
	margin-left: -42px;
}
.c-sub._aboutus > .c-sub__title:after {
	width: 68px;
	height: 64px;
	background-position: -650px -300px;
	margin-left: -34px;
}
.c-sub._shidousha > .c-sub__title:after {
	width: 74px;
	height: 64px;
	background-position: -750px -300px;
	margin-left: -37px;
}


/* c-sub__nav
--------------------------- */

.c-sub__nav {
	margin-bottom: 40px;
}

.c-sub__nav > li > a,
.c-sub__nav > li > strong {
	color: #fff;
	font-weight: 600;
	line-height: 1.6;
	display: block;
	padding: 1em 9% 1em 18%;
	border-bottom: 2px dotted #fff;
	position: relative;
	z-index: 1;
}

.c-sub__nav > li > a:hover {
	text-decoration: underline;
}

.c-sub__nav > li > strong {
	color: #1a1a1a;
	font-weight: 400 !important;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

.c-sub__nav > li > strong:after {
	content: "";
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	background-color: #fff;
	border-radius: 10px;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: -1;
}

.c-sub__nav > li > a:before,
.c-sub__nav > li > strong:before {
	content: "";
	width: 20px;
	height: 20px;
	background: url(../image/c-sprite01.png) no-repeat -50px -50px;
	position: absolute;
	margin: .2em 0 0 -28px;
}


/* c-sub__banner
--------------------------- */

.c-sub__banner {
	padding: 0 30px;
	margin-bottom: 40px;
}

.c-sub__banner > li + li {
	margin-top: 10px;
}




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

	c-footer

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

.c-footer {
	text-align: center;
	background: #FFE3E3 url(../image/c-bcg02.png) repeat 0 0;
	padding: 50px 0 20px;
	margin-top: 5%;
	position: relative;
}

.c-footer__nav > ul {
	display: inline-block;
}

.c-footer__nav > ul > li {
	font-size: 0.933rem;
	display: inline-block;
	margin: 0 1em;
}

.c-footer__nav > ul > li > a:hover {
	text-decoration: underline;
}

.c-footer__copy {
	color: #808080;
	font-size: 0.733rem;
	letter-spacing: .2em;
	margin-top: 30px;
}

.c-footer__top {
	text-indent: -9999px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #FFE3E3 url(../image/c-bcg02.png) repeat 0 0;
	position: absolute;
	top: -25px;
	left: 50%;
	margin-left: -30px;
}

.c-footer__top:after {
	content: "";
	width: 12px;
	height: 7px;
	background: url(../image/c-sprite01.png) no-repeat -50px -100px;
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: -6px;
}










