@charset "UTF-8";
/*==============================================
 * message.scss
 *=============================================*/
/*
 * RESET
 */
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article,
aside, canvas, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th, td {
	text-align: left;
	vertical-align: top;
}

img {
	border: none;
	vertical-align: top;
}

/*==============================================
 * SETTING
 *=============================================*/
/*
 * variables
 */
/*
 * mixins
 */
/*==============================================
 * HEADER
 *=============================================*/
.header {
	position: relative;
	max-width: 1400px;
	width: 100%;
	height: 150px;
	margin: 0 auto;
	background: #ffffff none no-repeat scroll top left;
	font-family: 'FOT-筑紫A丸ゴシック Std B','TsukuARdGothicStd-B';
}

@media screen and (max-width: 480px) {
	.header {
		position: relative;
		max-width: 100%;
		width: 100%;
		height: 4.28em;
		z-index: 12;
	}
}

.header__main {
	position: relative;
	padding-top: 2.14em;
}

@media screen and (max-width: 480px) {
	.header__main {
		padding-top: 0;
	}
}

.header__main__ttl {
	width: 16.8em;
	margin-left: 3%;
	padding: 0.28em 0;
	border: 1px solid #000;
	border-radius: 20px;
	font-size: 0.85em;
	text-align: center;
}

@media screen and (max-width: 480px) {
	.header__main__ttl {
		position: absolute;
		text-align: left;
		top: 2.0em;
		padding: 0;
		border: none;
		font-size: 0.64em;
	}
}

.header__main__logo {
	width: 22em;
	margin: -2.6em auto;
	text-align: center;
}

.header__main__logo img {
	width: 22em;
}

@media screen and (max-width: 480px) {
	.header__main__logo {
		position: absolute;
		top: 1em;
		right: 0;
		left: 0;
		margin: auto;
		z-index: 20;
	}
	.header__main__logo img {
		width: 51%;
	}
}

.header__main__entry {
	position: absolute;
	width: 10.5em;
	top: 270%;
	right: 3%;
	z-index: 1;
}

.header__main__entry img {
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
}

.header__main__entry a {
	display: block;
}

.header__main__entry:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

@media screen and (max-width: 480px) {
	.header__main__entry {
		display: none;
		-webkit-transition: none;
		transition: none;
	}
}

.header__main__web {
	z-index: 2;
	position: absolute;
	width: 10.5em;
	top: 100%;
	right: 3%;
}

.nav {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 12%;
	width: 60%;
	margin: 0 auto;
	color: #000000;
}

@media screen and (max-width: 480px) {
	.nav {
		position: relative;
		width: 100%;
		top: 4.28em;
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all .5s ease 0s;
		transition: all .5s ease 0s;
		background: rgba(0, 0, 0, 0) none no-repeat scroll top left;
		z-index: 0;
	}
}

@media screen and (max-width: 480px) {
	.active.nav {
		position: fixed;
		z-index: 10;
		opacity: 1;
		visibility: visible;
		background: white;
		overflow: scroll;
	}
}

.nav__ul {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 480px) {
	.nav__ul {
		display: block;
		top: 4.28em;
		right: 0;
		left: 0;
		margin: auto;
	}
}

.nav__ul__item {
	font-size: 1.2em;
	padding-right: 0;
}

.nav__ul__item img {
	width: 1.8em;
	margin: -2px 3px 0 0;
}

.nav__ul__item a {
	position: relative;
	display: inline-block;
	-webkit-transition: width 1s ease .1s;
	transition: width 1s ease .1s;
}

.nav__ul__item a::before {
	content: '';
	position: absolute;
	width: 0;
	height: 3px;
	right: 0;
	bottom: -6px;
	left: auto;
	background: url(../../image/border.png) no-repeat scroll center center;
	background-size: cover;
	-webkit-transition: width .2s ease .0s;
	transition: width .2s ease .0s;
}

.nav__ul__item a:hover::before {
	width: 100%;
	right: auto;
	left: 0;
}

.nav__ul__item a p {
	display: inline-block;
}

@media screen and (max-width: 480px) {
	.nav__ul__item {
		display: block;
		width: 9.6em;
		margin: 0 auto;
		font-size: 16px;
		text-align: left;
		padding: 7% 0;
	}
	.nav__ul__item a {
		text-decoration: none;
		color: #000000;
	}
	.nav__ul__item a:hover {
		color: #000000;
	}
	.nav__ul__item img {
		margin: -3px 14px 0 0;
	}
}

.nav__entry {
	display: none;
}

@media screen and (max-width: 480px) {
	.nav__entry {
		position: relative;
		text-align: center;
		margin: 0 auto 2em;
		display: block;
	}
	.nav__entry img {
		width: 40%;
	}
}

.item--line {
	border-bottom: none;
}

.no-event {
	pointer-events: none;
}

.no-event a {
	color: #ccc;
}

/*
 * HAMBURGER BUTTON
 */
@media screen and (max-width: 480px) {
	.header__line {
		display: block;
		position: absolute;
		width: 44px;
		height: 44px;
		right: 12px;
		top: 8px;
		background: #ffffff none no-repeat scroll top left;
		cursor: pointer;
		z-index: 9999;
	}
	.header__line span {
		display: block;
		position: absolute;
		width: 22px;
		height: 1px;
		background: #000000 none no-repeat scroll top left;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		animation: backCenter 1s ease 0s 1 normal both;
		-moz-animation: backCenter 1s ease 0s 1 normal both;
		-webkit-animation: backCenter 1s ease 0s 1 normal both;
	}
	.header__line span::before {
		content: '';
		position: absolute;
		width: 22px;
		height: 1px;
		background: #000000 none no-repeat scroll top left;
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
		animation: backTop 1s ease 0s 1 normal both;
		-moz-animation: backTop 1s ease 0s 1 normal both;
		-webkit-animation: backTop 1s ease 0s 1 normal both;
	}
	.header__line span::after {
		content: '';
		position: absolute;
		width: 22px;
		height: 1px;
		background: #000000 none no-repeat scroll top left;
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
		animation: backBottom 1s ease 0s 1 normal both;
		-moz-animation: backBottom 1s ease 0s 1 normal both;
		-webkit-animation: backBottom 1s ease 0s 1 normal both;
	}
	.header__ttl {
		font-size: 1em;
		padding-left: 0;
	}
	.header__main div {
		width: auto;
	}
	.header__main__btn {
		left: 0;
	}
	.active.header__line span {
		animation: lineCenter 1s ease 0s 1 normal both;
		-moz-animation: lineCenter 1s ease 0s 1 normal both;
		-webkit-animation: lineCenter 1s ease 0s 1 normal both;
	}
	.active.header__line span::before {
		content: '';
		animation: lineTop 1s ease 0s 1 normal both;
		-moz-animation: lineTop 1s ease 0s 1 normal both;
		-webkit-animation: lineTop 1s ease 0s 1 normal both;
	}
	.active.header__line span::after {
		content: '';
		animation: lineBottom 1s ease 0s 1 normal both;
		-moz-animation: lineBottom 1s ease 0s 1 normal both;
		-webkit-animation: lineBottom 1s ease 0s 1 normal both;
	}
	@-webkit-keyframes lineTop {
		0% {
			-webkit-transform: translateY(-6px);
			transform: translateY(-6px);
		}
		50% {
			-webkit-transform: translateY(0px);
			transform: translateY(0px);
		}
		100% {
			-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
		}
	}
	@keyframes lineTop {
		0% {
			-webkit-transform: translateY(-6px);
			transform: translateY(-6px);
		}
		50% {
			-webkit-transform: translateY(0px);
			transform: translateY(0px);
		}
		100% {
			-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
		}
	}
	@-webkit-keyframes lineBottom {
		0% {
			-webkit-transform: translateY(6px);
			transform: translateY(6px);
		}
		50% {
			-webkit-transform: translateY(0px);
			transform: translateY(0px);
			opacity: 0;
		}
		100% {
			opacity: 0;
		}
	}
	@keyframes lineBottom {
		0% {
			-webkit-transform: translateY(6px);
			transform: translateY(6px);
		}
		50% {
			-webkit-transform: translateY(0px);
			transform: translateY(0px);
			opacity: 0;
		}
		100% {
			opacity: 0;
		}
	}
	@-webkit-keyframes lineCenter {
		0% {
			-webkit-transform: translateY(0px);
			transform: translateY(0px);
		}
		50% {
			-webkit-transform: translateY(0px);
			transform: translateY(0px);
		}
		100% {
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
		}
	}
	@keyframes lineCenter {
		0% {
			-webkit-transform: translateY(0px);
			transform: translateY(0px);
		}
		50% {
			-webkit-transform: translateY(0px);
			transform: translateY(0px);
		}
		100% {
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
		}
	}
	@-webkit-keyframes backTop {
		0% {
			-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
		}
		50% {
			-webkit-transform: translateY(0px);
			transform: translateY(0px);
		}
		100% {
			-webkit-transform: translateY(-6px);
			transform: translateY(-6px);
		}
	}
	@keyframes backTop {
		0% {
			-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
		}
		50% {
			-webkit-transform: translateY(0px);
			transform: translateY(0px);
		}
		100% {
			-webkit-transform: translateY(-6px);
			transform: translateY(-6px);
		}
	}
	@-webkit-keyframes backBottom {
		0% {
			opacity: 0;
		}
		50% {
			-webkit-transform: translateY(0px);
			transform: translateY(0px);
			opacity: 0;
		}
		100% {
			-webkit-transform: translateY(6px);
			transform: translateY(6px);
			opacity: 1;
		}
	}
	@keyframes backBottom {
		0% {
			opacity: 0;
		}
		50% {
			-webkit-transform: translateY(0px);
			transform: translateY(0px);
			opacity: 0;
		}
		100% {
			-webkit-transform: translateY(6px);
			transform: translateY(6px);
			opacity: 1;
		}
	}
	@-webkit-keyframes backCenter {
		0% {
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
		}
		50% {
			-webkit-transform: rotate(0);
			transform: rotate(0);
		}
		100% {
			-webkit-transform: rotate(0);
			transform: rotate(0);
		}
	}
	@keyframes backCenter {
		0% {
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
		}
		50% {
			-webkit-transform: rotate(0);
			transform: rotate(0);
		}
		100% {
			-webkit-transform: rotate(0);
			transform: rotate(0);
		}
	}
}

.header--fixed {
	z-index: 30;
	position: fixed;
	max-width: 1400px;
	min-width: 1000px;
	width: 100%;
	height: 70px;
	top: 0;
	margin: 0 auto;
	background: #fff none no-repeat scroll top left;
	font-family: 'FOT-筑紫A丸ゴシック Std B','TsukuARdGothicStd-B';
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
	-webkit-transform: translateY(-70px);
	transform: translateY(-70px);
	-webkit-box-shadow: 0px;
	box-shadow: 0px;
}

@media screen and (max-width: 480px) {
	.header--fixed {
		display: none;
	}
}

.header--fixed .nav {
	bottom: 24%;
}

.header__sub img {
	width: 14em;
}

.header__sub__logo {
	margin: 0.8em auto;
	text-align: center;
}

.header__sub__ttl {
	width: 12%;
	margin-left: 3%;
	margin: 2.1em 0 0 2.6em;
	padding: 0.28em 0;
	border: 1px solid #000;
	border-radius: 20px;
	font-size: 0.85em;
	text-align: center;
}

.is-active.header--fixed {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-box-shadow: 0px 5px 18px -10px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 5px 18px -10px rgba(0, 0, 0, 0.6);
	z-index: 32;
}

/*==============================================
 * IF IE
 *=============================================*/
@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, .header--fixed {
		display: none;
	}
	*::-ms-backdrop, .is-active.header--fixed {
		display: block;
	}
}

.header--fixed {
	display: none\9;
}

.is-active.header--fixed {
	display: block\9;
}

/*==============================================
 * FOOTER
 *=============================================*/
.footer {
	position: relative;
	max-width: 1400px;
	width: 96%;
	margin: 0 auto;
	padding: 4em 0 2em 0;
	overflow: hidden;
	z-index: 10;
}

@media screen and (max-width: 480px) {
	.footer {
		position: relative;
		max-width: 100%;
		z-index: 10;
		width: 87.5%;
		padding-top: 1em;
	}
}

.footer__btn {
	width: 6em;
	margin: 0 auto 4em;
	cursor: pointer;
}

.footer__btn img {
	display: block;
	width: 4em;
	margin: 0 auto;
}

.footer__btn__txt {
	color: #000000;
	padding-top: 1.42em;
	font-size: 0.92em;
	font-weight: 400;
}

.footer__small {
	text-align: center;
	float: right;
}

@media screen and (max-width: 480px) {
	.footer__small {
		text-align: left;
		float: none;
	}
}

.footer__small small {
	font-size: 0.85em;
}

@media screen and (max-width: 480px) {
	.footer__small small {
		font-size: 0.75em;
	}
}

.footer__ul {
	display: inline-block;
	padding-bottom: 2%;
}

.footer__ul__item {
	display: inline-block;
	padding-right: 1em;
}

.footer__ul__item a {
	color: #000;
	cursor: pointer;
}

@media screen and (max-width: 480px) {
	.footer__ul__item {
		display: block;
		padding-top: 8%;
		font-size: 0.85em;
	}
	.footer__ul__item:nth-child(2) {
		display: none;
	}
}

/*==============================================
 * LAYOUT
 *=============================================*/
.l-frame--limit {
	max-width: 100%;
	width: 100%;
	overflow-x: hidden;
}

.l-frame--large {
	max-width: 1400px;
	margin: 0 auto;
	overflow-x: hidden;
}

@media screen and (max-width: 480px) {
	.l-frame--large {
		max-width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}

.l-frame {
	max-width: 1200px;
	margin: 4.28em auto;
	padding-top: 4.28em;
}

@media screen and (max-width: 480px) {
	.l-frame {
		max-width: 100%;
		margin: 2em auto;
		padding-top: 0;
	}
}

.l-frame--member {
	position: relative;
}

/*
 * hide
 */
@media (max-width: 480px) {
	.sp-none {
		display: none;
	}
}

@media (min-width: 481px) {
	.pc-none {
		display: none;
	}
}

/*
 * btn transition
 */
.u-btn {
	cursor: pointer;
}

.u-btn img {
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
}

@media screen and (max-width: 480px) {
	.u-btn img {
		-webkit-transition: none;
		transition: none;
	}
}

.u-btn:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

@media screen and (max-width: 480px) {
	.u-btn:hover img {
		-webkit-transform: none;
		transform: none;
	}
}

/*
 * IF IE
 */
@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, .l-frame--large {
		overflow: hidden !important;
	}
}

.l-frame--large {
	overflow: hidden !important;
}

/*==============================================
 * COMMON
 *=============================================*/
body {
	font-size: 87.50%;
	background: #ffffff none no-repeat scroll top left;
	font-family: 'FOT-筑紫A丸ゴシック Std M', 'TsukuARdGothicStd-M';
	color: #000000;
}

.container {
	background: #FFF none no-repeat scroll top left;
}

img {
	width: 100%;
	height: auto;
}

a {
	color: #000000;
	text-decoration: none;
	-webkit-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
}

li {
	list-style: none;
}

p {
	letter-spacing: 1px;
	line-height: 1.4;
}

.nav__ul__item:nth-child(2) a::before {
	width: 100%;
}

.container {
	min-width: 1000px;
	background: #ffffff none no-repeat scroll top left;
}

@media screen and (max-width: 480px) {
	.container {
		min-width: 100%;
	}
}

.cover {
	position: relative;
	width: 100%;
}

.cover__ttl {
	text-align: center;
	margin-bottom: 3.8em;
	padding-top: 2.2em;
	font-size: 3.28em;
	font-family: 'FOT-筑紫A丸ゴシック Std B','TsukuARdGothicStd-B';
	line-height: 1.7;
}

@media screen and (max-width: 480px) {
	.cover__ttl {
		font-size: 1.28em;
		margin-bottom: 1em;
	}
}

@media screen and (max-width: 480px) {
	.cover__wrap {
		display: table;
		table-layout: fixed;
		padding-bottom: 2em;
	}
}

.cover__wrap--item1 {
	position: absolute;
	width: 170px;
	top: 0;
	left: 3%;
}

@media screen and (max-width: 480px) {
	.cover__wrap--item1 {
		position: relative;
		display: table-cell;
		vertical-align: middle;
		width: auto;
		top: auto;
		right: auto;
	}
}

.cover__wrap--item2 {
	position: absolute;
	width: 240px;
	top: 48%;
	left: 9%;
}

@media screen and (max-width: 480px) {
	.cover__wrap--item2 {
		position: relative;
		display: table-cell;
		vertical-align: middle;
		width: auto;
		top: auto;
		left: auto;
	}
}

.cover__wrap--item3 {
	position: absolute;
	width: 180px;
	top: 50%;
	right: 12%;
}

@media screen and (max-width: 480px) {
	.cover__wrap--item3 {
		position: relative;
		display: table-cell;
		vertical-align: middle;
		width: auto;
		top: auto;
		right: auto;
	}
}

.cover__wrap--item4 {
	position: absolute;
	width: 240px;
	top: 0;
	right: 4%;
}

@media screen and (max-width: 480px) {
	.cover__wrap--item4 {
		position: relative;
		display: table-cell;
		vertical-align: middle;
		width: auto;
		top: auto;
		right: auto;
	}
}

/* outer */
.outer {
	width: 78%;
	margin: 30px auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
}

@media screen and (max-width: 480px) {
	.outer {
		display: block;
		table-layout: none;
		width: 87.5%;
		clear: both;
	}
}

.outer--top {
	margin-top: -8em;
}

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

.outer__bg {
	position: relative;
	width: 230px;
	height: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 480px) {
	.outer__bg {
		width: 42%;
		padding-bottom: 8%;
	}
}

.outer__heading {
	position: absolute;
	text-align: center;
	top: 35%;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	font-size: 1.71em;
	font-family: 'FOT-筑紫A丸ゴシック Std B','TsukuARdGothicStd-B';
	letter-spacing: 2px;
	z-index: 1;
}

@media screen and (max-width: 480px) {
	.outer__heading {
		top: 26%;
		font-size: 1em;
	}
}

.outer--single {
	width: 45%;
	margin: 0 auto;
	padding-top: 4%;
	clear: both;
}

@media screen and (max-width: 480px) {
	.outer--single {
		width: 100%;
		float: none;
		display: block;
		vertical-align: none;
		margin: 0;
		margin-top: 8%;
	}
	.outer--single:nth-child(1) {
		margin-right: 0;
		margin-top: 14%;
	}
}

.outer--double {
	width: 47.8%;
	margin: 3.57em auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

.outer--double:nth-child(1) {
	margin-right: 3%;
}

@media screen and (max-width: 480px) {
	.outer--double {
		width: 100%;
		float: none;
		display: block;
		vertical-align: none;
		margin: 0;
		padding-bottom: 5%;
	}
	.outer--double:nth-child(1) {
		margin-right: 0;
	}
}

.outer__row__ttl {
	position: relative;
	width: 66%;
	margin: 0 auto;
}

.outer__row__ttl svg {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	letter-spacing: 2px;
}

.outer__row__item {
	width: 50%;
	padding: 4% 0 4%;
}

@media screen and (max-width: 480px) {
	.outer__row__item {
		width: 60%;
		padding: 0;
	}
}

.outer__row__txt {
	font-size: 1.14em;
	letter-spacing: 1px;
	line-height: 2.0;
}

@media screen and (max-width: 480px) {
	.outer__row__txt {
		font-size: 1em;
	}
}

.outer__row__item--space {
	display: block;
	margin: -3% 0 7% 0;
}

.outer__row--2row .outer__row__ttl {
	width: 66%;
}

@media screen and (max-width: 480px) {
	.outer__row--2row .outer__row__ttl {
		width: 70%;
	}
}

.outer__row--3row .outer__row__ttl {
	width: 60%;
}

@media screen and (max-width: 480px) {
	.outer__row--3row .outer__row__ttl {
		width: 66%;
	}
}

.outer__row--one .outer__row__ttl {
	width: 78%;
}

.outer__row--2row .outer__row__item {
	margin: 14% auto 2.1%;
}

@media screen and (max-width: 480px) {
	.outer__row--2row .outer__row__item {
		padding: 12% 0 0 0;
	}
}

.outer__row--3row .outer__row__item {
	margin: 16% auto 0;
}

@media screen and (max-width: 480px) {
	.outer__row--3row .outer__row__item {
		padding: 16% 0 0 0;
	}
}

.outer__row--one .outer__row__item {
	margin: 11.3% auto 4.9%;
}

@media screen and (max-width: 480px) {
	.outer__row--one .outer__row__item {
		width: 60%;
		padding: 10% 0 0 0;
	}
}

/*==============================================
 * IF IE
 *=============================================*/
@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, .outer__row--2row .outer__row__ttl {
		height: 143px;
	}
	*::-ms-backdrop, .outer__row--3row .outer__row__ttl {
		height: 143px;
	}
	*::-ms-backdrop, .outer__row--one .outer__row__ttl {
		height: 143px;
	}
	*::-ms-backdrop, .outer__row__ttl {
		margin: 0 auto -86px;
	}
}

.outer__row--2row .outer__row__ttl {
	height: 143px\9;
}

.outer__row--3row .outer__row__ttl {
	height: 143px\9;
}

.outer__row--one .outer__row__ttl {
	height: 143px\9;
}

.outer__row__ttl {
	margin: 0 auto -86px\9;
}
