@charset "UTF-8";
/*!
* un-T factory!
* main.css
*
* @date 2015-12-17
*/
/* --------------------------------
   Foundation
-------------------------------- */
html,
body {
	height: 100%;
}

*,
*:after,
*:before {
	box-sizing: border-box;
}

* {
	margin: 0;
	padding: 0;
	font-size: inherit;
	line-height: inherit;
}

pre,
textarea {
	overflow: auto;
}

[hidden],
audio:not([controls]),
template {
	display: none;
}

details,
main,
summary {
	display: block;
}

input[type=number] {
	width: auto;
}

input[type=search] {
	-webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

progress {
	display: inline-block;
}

small {
	font-size: 75%;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

textarea {
	resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
}

button,
input,
select,
textarea {
	min-height: 1.5em;
	color: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;

	-webkit-appearance: button;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input {
	line-height: normal;
}

code,
kbd,
pre,
samp {
	font-family: monospace,monospace;
}

ol,
ul {
	list-style: none;
}

select {
	   -moz-appearance: none;
	-webkit-appearance: none;
}

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

fieldset {
	border: 0;
}

/* --------------------------------
   Helper Classes
-------------------------------- */
.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	overflow: hidden;
	clip: rect(0 0 0 0);
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	overflow: visible;
	clip: auto;
	position: static;
	width: auto;
	height: auto;
	margin: 0;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

/* --------------------------------
	Base Settings
-------------------------------- */
html {
	font-size: 16px;
}
@media only screen and (max-width: 640px) {
	html {
		font-size: 14px;
	}
}

body {
	min-width: 320px;
	background-color: #fff;
	color: #333;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	        font-smoothing: antialiased;
	word-wrap: break-word;
	font-family: YuGothic, "ヒラギノ角ゴ ProN W3", "Lucida Grande", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.6875;
}
body.is-locked {
	overflow: hidden;
}

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

a:hover,
a:active {
	text-decoration: none;
}

a[href^="tel:"] {
	text-decoration: none;
	cursor: text;
}

::-moz-selection {
	background-color: #036eb8;
	color: #fff;
	text-shadow: none;
}

::selection {
	background-color: #036eb8;
	color: #fff;
	text-shadow: none;
}

/* --------------------------------
	Common Style
-------------------------------- */
.font-en {
	font-family: "Open Sans Condensed", sans-serif;
}

.small {
	font-size: 75%;
}

.align-center {
	text-align: center;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-15 {
	margin-top: 15px !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.visible-tab,
.visible-sp,
img.visible-tab,
img.visible-sp {
	display: none !important;
}

@media only screen and (max-width: 1020px) {
	.visible-pc {
		display: none !important;
	}

	.hidden-tab {
		display: none !important;
	}

	.visible-tab {
		display: block !important;
	}

	img.visible-tab {
		display: inline-block !important;
	}
}
@media only screen and (max-width: 640px) {
	.hidden-sp {
		display: none !important;
	}

	.visible-sp {
		display: block !important;
	}

	img.visible-sp {
		display: inline-block !important;
	}
}
/* --------------------------------
	Common Animation
-------------------------------- */
.js-ready {
	opacity: 0;
	-webkit-transition: all 0.7s ease;
	        transition: all 0.7s ease;
}
.js-ready.is-center {
	opacity: 1;
}

/* --------------------------------
	Site Header
-------------------------------- */
.siteHeader {
	overflow: hidden;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	-webkit-transition: -webkit-transform 0.3s;
	        transition:         transform 0.3s;

	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
@media screen and (orientation: landscape) {
	.siteHeader {
		width: 100%;
	}
}
.siteHeader.is-open {
	height: 100%;
}
.siteHeader.is-closing {
	height: 100%;
}
.siteHeader.is-hidden {
	-webkit-transform: translateY(-100%);
	    -ms-transform: translateY(-100%);
	        transform: translateY(-100%);
}
.siteHeader .bar {
	position: relative;
	z-index: 2000;
	width: 100%;
	height: 100px;
	background: rgba(0, 0, 0, 0.8);
	-webkit-transition: all 0.3s;
	        transition: all 0.3s;
}
.siteHeader.is-fixed .bar {
	height: 90px;
	margin-top: -10px;
	background: rgba(3, 110, 184, 0.9);
}
.siteHeader.is-open .bar,
.siteHeader.is-noNav .bar {
	background: none;
}
.siteHeader .logo {
	position: absolute;
	left: 12px;
	width: 100px;
	height: 100px;
	background: url(../img/common/hdr_logo_white.png) no-repeat;
	font-size: 0;
	-webkit-transition: all 0.3s;
	        transition: all 0.3s;
}
.siteHeader .logo > a {
	display: block;
	height: 100%;
}
.siteHeader.is-noNav .logo {
	background-image: url(../img/common/hdr_logo.png);
}
.siteHeader .breadcrumb {
	overflow: hidden;
	position: absolute;
	top: 38px;
	left: 155px;
}
.siteHeader .breadcrumb .item {
	float: left;
	margin: 0 0.8em 0 0;
	padding: 0 0 0 0.8em;
	border-left: 1px solid rgba(255, 255, 255, 0.7);
	color: rgba(255, 255, 255, 0.9);
	font-size: 25px;
	line-height: 1;
}
.siteHeader .breadcrumb .item.category {
	font-weight: bold;
}
.siteHeader .breadcrumb .item a {
	color: inherit;
	text-decoration: inherit;
}
.siteHeader .toggle {
	position: absolute;
	top: 0;
	right: 0;
	width: 96px;
	height: 100px;
	padding: 38px 33px 0 33px;
	cursor: pointer;
}
.siteHeader .hamburger {
	position: relative;
	width: 30px;
	height: 30px;
	margin: 10px 0;
}
.siteHeader .hamburger > span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 4px;
	background-color: #fff;
	-webkit-transition: all 0.3s;
	        transition: all 0.3s;
}
.siteHeader .hamburger > span.avocado {
	-webkit-transform: translateY(-10px);
	    -ms-transform: translateY(-10px);
	        transform: translateY(-10px);
}
.siteHeader .hamburger > span.patty {
	-webkit-transform: translateY(10px);
	    -ms-transform: translateY(10px);
	        transform: translateY(10px);
}
.no-touch .siteHeader .toggle:hover .hamburger .avocado {
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}
.no-touch .siteHeader .toggle:hover .hamburger .cheddarCheese {
	background-color: transparent;
}
.no-touch .siteHeader .toggle:hover .hamburger .patty {
	-webkit-transform: translateY(0) rotate(90deg);
	    -ms-transform: translateY(0) rotate(90deg);
	        transform: translateY(0) rotate(90deg);
}
.siteHeader.is-open .hamburger .avocado {
	-webkit-transform: rotate(135deg) !important;
	    -ms-transform: rotate(135deg) !important;
	        transform: rotate(135deg) !important;
}
.siteHeader.is-open .hamburger .cheddarCheese {
	background-color: transparent;
}
.siteHeader.is-open .hamburger .patty {
	-webkit-transform: translateY(0) rotate(225deg) !important;
	    -ms-transform: translateY(0) rotate(225deg) !important;
	        transform: translateY(0) rotate(225deg) !important;
}
@media only screen and (max-width: 960px) {
	.siteHeader {
		height: 50px;
	}
	.siteHeader .bar {
		height: 50px;
		margin-top: 0 !important;
	}
	.siteHeader.is-fixed .bar {
		height: 50px;
	}
	.siteHeader .logo {
		width: 50px;
		height: 50px;
		background-size: 50px 50px;
	}
	.siteHeader .breadcrumb {
		top: 15px;
		left: 85px;
	}
	.siteHeader .breadcrumb .item {
		font-size: 18px;
	}
	.siteHeader .toggle {
		width: 48px;
		height: 50px;
		padding: 19px 16px 0 16px;
	}
	.siteHeader .hamburger {
		width: 15px;
		height: 15px;
		margin: 5px 0;
	}
	.siteHeader .hamburger > span {
		width: 15px;
		height: 2px;
	}
	.siteHeader .hamburger > span.avocado {
		-webkit-transform: translateY(-5px);
		    -ms-transform: translateY(-5px);
		        transform: translateY(-5px);
	}
	.siteHeader .hamburger > span.patty {
		-webkit-transform: translateY(5px);
		    -ms-transform: translateY(5px);
		        transform: translateY(5px);
	}
}
@media only screen and (max-width: 640px) {
	.siteHeader .breadcrumb {
		top: 20px;
		left: 75px;
	}
	.siteHeader .breadcrumb .item {
		font-size: 12px;
	}
}
.siteHeader .navOverlay {
	position: absolute;
	z-index: 1500;
	top: 0;
	width: 100%;
	height: 100%;
	background: none;
	-webkit-transition: all 0.3s;
	        transition: all 0.3s;
}
.siteHeader.is-open .navOverlay {
	background-color: rgba(3, 110, 184, 0.95);
}
.siteHeader .nav {
	display: table;
	position: absolute;
	z-index: 1500;
	top: 0;
	width: 100%;
	height: 100%;
}
.siteHeader .nav > .container {
	display: table-cell;
	visibility: hidden;
	padding: 30px 0 0;
	vertical-align: middle;
	opacity: 0;
	-webkit-transition: all 0.3s;
	        transition: all 0.3s;
}
.siteHeader .nav .nav_item {
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.3s;
	        transition: all 0.3s;
}
.siteHeader .nav .nav_item a {
	display: block;
	position: relative;
	padding: 0 0 16px;
	color: inherit;
	text-decoration: none;
	font-weight: bold;
}
.siteHeader .nav .nav_item .h,
.siteHeader .nav .nav_item .caption {
	display: block;
}
.siteHeader .nav .nav_item .h {
	font-size: 63px;
	line-height: 1;
}
.siteHeader .nav .nav_item .caption {
	margin: 6px 0 0;
	font-size: 14px;
	line-height: 1;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	        transition: opacity 0.3s;
}
.no-touch .siteHeader .nav .nav_item:hover .caption {
	opacity: 1;
}
.no-touch .siteHeader .nav .nav_item.is-nohover {
	opacity: 0.3;
}
@media only screen and (max-height: 800px) {
	.siteHeader .nav .nav_item .h {
		font-size: 54px;
	}
	.siteHeader .nav .nav_item .caption {
		font-size: 12px;
	}
}
@media only screen and (max-height: 650px) {
	.siteHeader .nav .nav_item a {
		padding-bottom: 12px;
	}
	.siteHeader .nav .nav_item .h {
		font-size: 42px;
	}
	.siteHeader .nav .nav_item .caption {
		font-size: 11px;
	}
}
@media only screen and (max-width: 640px) {
	.siteHeader .nav .nav_item a {
		padding-bottom: 16px;
	}
	.siteHeader .nav .nav_item .h {
		font-size: 32px;
	}
	.siteHeader .nav .nav_item .caption {
		margin-top: 4px;
		font-size: 10px;
		opacity: 1;
	}
}
.siteHeader.is-open .nav > .container {
	visibility: visible;
	opacity: 1;
}

/* --------------------------------
	Main
-------------------------------- */
main {
	background: #f7f7f7 url(../img/common/bg.png) left top fixed;
}
@media only screen and (max-width: 640px) {
	main {
		background-attachment: scroll;
	}
}

.mod-ico {
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}
.mod-ico.blank {
	height: 10px;
	margin: -6px 0 -4px 6px;
}
.mod-ico.blank img {
	width: 12px;
}

.mod-categoryHeader {
	margin: 0 0 55px;
	text-align: center;
}
@media only screen and (max-width: 640px) {
	.mod-categoryHeader {
		margin-bottom: 35px;
	}
}

.mod-sectionHeader {
	margin: 0 0 50px;
	color: #000;
	text-align: center;
}
.mod-sectionHeader .h {
	font-size: 55px;
	line-height: 1.1;
}
.mod-sectionHeader .h.font-en {
	letter-spacing: 1px;
	font-size: 64px;
}
@media only screen and (max-width: 640px) {
	.mod-sectionHeader {
		margin-bottom: 30px;
	}
	.mod-sectionHeader .h {
		font-size: 36px;
	}
	.mod-sectionHeader .h.font-en {
		font-size: 46px;
	}
}

.mod-caution {
	font-size: 10px;
}

.mod-form {
	max-width: 960px;
	margin: 0 auto;
}
.mod-form .steps {
	display: table;
	width: 100%;
}
.mod-form .steps .step {
	display: table-cell;
	overflow: hidden;
	position: relative;
	width: 35%;
	padding: 9px 20px 9px 50px;
	background: #c5c5c5;
	color: #000;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.3;
}
.mod-form .steps .step .num,
.mod-form .steps .step .label {
	display: inline-block;
	vertical-align: middle;
}
.mod-form .steps .step .num {
	margin-right: 10px;
	color: #777;
	font-size: 27px;
}
.mod-form .steps .step::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: -6px;
	width: 0;
	height: 0;
	margin: -50px 0 0;
	border-top: 50px solid transparent;
	border-right: 28px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 28px solid #fff;
}
.mod-form .steps .step::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: -9px;
	width: 0;
	height: 0;
	margin: -50px 0 0;
	border-top: 50px solid transparent;
	border-right: 28px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 28px solid #c5c5c5;
}
.mod-form .steps .step:first-child {
	width: 30%;
	padding-left: 30px;
}
.mod-form .steps .step:first-child::before,
.mod-form .steps .step:first-child::after {
	display: none;
}
.mod-form .steps .step.is-current {
	background: #333;
	color: #fff;
}
.mod-form .steps .step.is-current .num {
	color: inherit;
}
.mod-form .steps .step.is-current + .step::after {
	border-left-color: #333;
}
@media only screen and (max-width: 1020px) {
	.mod-form .steps .step {
		padding-left: 40px;
		font-size: 16px;
	}
	.mod-form .steps .step .num {
		font-size: 20px;
	}
	.mod-form .steps .step:first-child {
		padding-left: 25px;
	}
}
@media only screen and (max-width: 640px) {
	.mod-form .steps .step {
		padding-left: 30px;
		font-size: 12px;
	}
	.mod-form .steps .step .num {
		display: none;
	}
	.mod-form .steps .step::before {
		left: -11px;
	}
	.mod-form .steps .step::after {
		left: -13px;
	}
	.mod-form .steps .step:first-child {
		padding-left: 16px;
	}
}
.mod-form .intro {
	margin: 54px 0 34px;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.5636;
}
.mod-form .intro.intro-error {
	color: #f00;
}
.mod-form .caution-required {
	color: #f00;
	text-align: right;
	font-size: 14px;
}
.mod-form .row {
	display: table;
	width: 100%;
}
.mod-form > .row {
	padding: 40px 0;
}
.mod-form > .row + .row {
	border-top: 1px solid #f0f0f0;
}
.mod-form .col {
	display: table-cell;
	vertical-align: middle;
}
.mod-form .heading,
.mod-form .body {
	display: table-cell;
	vertical-align: middle;
}
.mod-form .heading {
	width: 300px;
	padding: 0 30px 0 0;
	font-size: 17px;
}
.mod-form .heading .required {
	color: #f00;
}
.mod-form .is-error .heading,
.mod-form .is-error .caution {
	color: #f00;
}
.mod-form .is-error .heading a,
.mod-form .is-error .caution a {
	color: inherit;
}
.mod-form .body {
	font-size: 14px;
}
.mod-form .label.col {
	white-space: nowrap;
}
.mod-form input[type="text"],
.mod-form input[type="tel"],
.mod-form input[type="email"],
.mod-form select,
.mod-form textarea {
	min-height: 2em;
	padding: 10px 16px;
	border: 1px solid #ccc;
	border-radius: 0;
	font-size: 16px;
}
.mod-form input[type="file"] {
	max-width: 280px;
}
.mod-form select {
	padding-right: 50px;
	background: transparent;
}
.mod-form select::-ms-expand {
	display: none;
}
.mod-form .select {
	display: inline-block;
	position: relative;
}
.mod-form .select select {
	position: relative;
	z-index: 2;
}
.mod-form .select::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: -10px;
	right: 30px;
	bottom: 0;
	width: 14px;
	height: 14px;
	margin: auto;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.mod-form textarea {
	display: block;
}
.mod-form .list .list_item {
	margin: 6px 0;
}
.mod-form .list .list_item input,
.mod-form .list .list_item .label {
	vertical-align: middle;
}
.mod-form .list .list_item input {
	margin-right: 8px;
}
.mod-form .list.list-horizontal .list_item {
	float: left;
	margin-right: 28px;
}
.mod-form .list.list-horizontal::after {
	content: " ";
	display: table;
	clear: both;
}
.mod-form .note {
	margin: 10px 0 0;
	color: #666;
}
.mod-form .controller {
	letter-spacing: -1em;
}
.mod-form .controller * {
	letter-spacing: normal;
}
.mod-form .controller .mod-btn {
	margin-right: 25px;
	margin-left: 25px;
}
.mod-form .width-full {
	width: 100%;
}
.mod-form .width-half {
	width: 50%;
}
.mod-form .width-half.gutter:nth-child(1) {
	padding-right: 20px;
}
.mod-form .width-half.gutter:nth-child(2) {
	padding-left: 20px;
}
@media only screen and (max-width: 1020px) {
	.mod-form {
		margin: 0 30px;
	}
	.mod-form .intro {
		font-size: 16px;
	}
	.mod-form > .row {
		padding: 30px 0;
	}
	.mod-form .heading,
	.mod-form .body {
		display: block;
	}
	.mod-form .heading {
		width: auto;
		padding: 0 0 10px;
	}
	.mod-form .controller .mod-btn {
		margin-right: 15px;
		margin-left: 15px;
	}
}
@media only screen and (max-width: 860px) {
	.mod-form .controller .mod-btn {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
	.mod-form .controller .mod-btn + .mod-btn {
		margin-top: 30px;
	}
}
@media only screen and (max-width: 640px) {
	.mod-form {
		margin: 0 20px;
	}
	.mod-form .intro {
		text-align: left;
	}
	.mod-form .width-half {
		display: block;
		width: auto;
		padding: 0 !important;
	}
	.mod-form .width-half + .width-half {
		margin: 20px 0 0;
	}
}

.mod-btn {
	display: inline-block;
	min-width: 360px;
	padding: 24px 80px 24px 100px;
	border: 0;
	background: #036eb8;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.2;
	-webkit-transition: all 0.3s;
	        transition: all 0.3s;
}
.mod-btn.font-en {
	font-size: 34px;
}
.mod-btn::after {
	content: "";
	display: inline-block;
	position: relative;
	left: 0;
	width: 16px;
	height: 30px;
	margin: -18px 0 -12px 0.6em;
	background: url(../img/common/btn_arw.png) no-repeat center center;
	vertical-align: middle;
	-webkit-transition: all 0.3s;
	        transition: all 0.3s;
}
.mod-btn.mod-btn-back {
	padding-right: 100px;
	padding-left: 80px;
}
.mod-btn.mod-btn-back::before {
	content: "";
	display: inline-block;
	position: relative;
	right: 0;
	width: 16px;
	height: 30px;
	margin: -18px 0.6em -12px 0;
	background: url(../img/common/btn_arw_back.png) no-repeat center center;
	vertical-align: middle;
	-webkit-transition: all 0.3s;
	        transition: all 0.3s;
}
.mod-btn.mod-btn-back::after {
	display: none;
}
.mod-btn.mod-btn-close {
	min-width: 240px;
	padding: 16px 10px 16px 20px;
	font-size: 20px;
}
.mod-btn.mod-btn-close::after {
	width: 24px;
	height: 24px;
	margin: -15px 0 -9px 0.6em;
	background: url(../img/common/btn_close.png) no-repeat center center;
}
.no-touch .mod-btn.mod-btn-close:hover {
	opacity: 0.9;
}
.no-touch .mod-btn.mod-btn-close:hover::after {
	left: 0;
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}
.no-touch .mod-btn:hover {
	opacity: 0.9;
}
.no-touch .mod-btn:hover::after {
	left: 2px;
}
.no-touch .mod-btn:hover::before {
	right: 2px;
}
@media only screen and (max-width: 1020px) {
	.mod-btn {
		padding-right: 10px;
		padding-left: 20px;
	}
	.mod-btn.mod-btn-back {
		padding-right: 20px;
		padding-left: 10px;
	}
}
@media only screen and (max-width: 640px) {
	.mod-btn {
		min-width: 280px;
		margin-right: auto !important;
		margin-left: auto !important;
		padding-top: 16px;
		padding-bottom: 16px;
		font-size: 22px;
	}
	.mod-btn.font-en {
		font-size: 27px;
	}
	.mod-btn + .mod-btn {
		margin-top: 30px;
	}
}

.mod-beforeArw::before {
	content: "";
	display: block;
	width: 72px;
	height: 72px;
	margin: 0 auto 36px;
	background: url(../img/common/arw_01.png) no-repeat center center;
	background-size: cover;
}
@media only screen and (max-width: 640px) {
	.mod-beforeArw::before {
		width: 60px;
		height: 60px;
		margin: 0 auto 24px;
	}
}
.mod-beforeArw.arwType-02::before {
	background-image: url(../img/common/arw_02.png);
}
.mod-beforeArw.arwType-03::before {
	background-image: url(../img/common/arw_03.png);
}
.mod-beforeArw.arwType-04::before {
	background-image: url(../img/common/arw_04.png);
}
.mod-beforeArw.arwType-05::before {
	background-image: url(../img/common/arw_05.png);
}
.mod-beforeArw.arwType-06::before {
	background-image: url(../img/common/arw_06.png);
}
.mod-beforeArw.arwType-07::before {
	background-image: url(../img/common/arw_07.png);
}
.mod-beforeArw.arwType-08::before {
	background-image: url(../img/common/arw_08.png);
}
.mod-beforeArw.arwType-09::before {
	background-image: url(../img/common/arw_09.png);
}
.mod-beforeArw.arwType-10::before {
	background-image: url(../img/common/arw_10.png);
}

.mod-carousel .carouselViewport {
	position: relative;
}
.mod-carousel .carousel_item {
	display: none;
}
.mod-carousel .bx-wrapper .carousel_item {
	display: block;
}
.mod-carousel .bx-prev,
.mod-carousel .bx-next {
	overflow: hidden;
	position: absolute;
	top: 50%;
	width: 66px;
	height: 66px;
	margin-top: -33px;
	background: rgba(0, 0, 0, 0.4);
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	        transition: all 0.5s;
}
@media only screen and (max-width: 640px) {
	.mod-carousel .bx-prev,
	.mod-carousel .bx-next {
		display: none;
	}
}
.no-touch .mod-carousel .bx-prev:hover,
.no-touch
.mod-carousel .bx-next:hover {
	background: black;
}
.mod-carousel .bx-prev::after,
.mod-carousel .bx-next::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: none no-repeat center center;
	background-size: cover;
}
.mod-carousel .bx-prev {
	left: 0;
}
.mod-carousel .bx-prev::after {
	background-image: url(../img/common/carousel_arw_prev.png);
}
.mod-carousel .bx-next {
	right: 0;
}
.mod-carousel .bx-next::after {
	background-image: url(../img/common/carousel_arw_next.png);
}
.mod-carousel .bx-pager {
	position: absolute;
	bottom: -46px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
}
.mod-carousel .bx-pager .bx-pager-item {
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
}
@media only screen and (max-width: 640px) {
	.mod-carousel .bx-pager .bx-pager-item {
		margin: 0 8px;
	}
}
.mod-carousel .bx-pager .bx-pager-item a {
	display: block;
	position: relative;
	width: 22px;
	height: 22px;
	border: 3px solid transparent;
	border-radius: 50%;
	-webkit-transition: border-color 0.2s;
	        transition: border-color 0.2s;
}
.mod-carousel .bx-pager .bx-pager-item a::after {
	content: "";
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #999;
	-webkit-transition: background-color 0.2s;
	        transition: background-color 0.2s;
}
.mod-carousel .bx-pager .bx-pager-item a.active {
	border-color: #666;
}
.mod-carousel .bx-pager .bx-pager-item a.active::after {
	background-color: #fff;
}

/* Tile Index -------------------- */
.mod-tileIndex {
	max-width: 960px;
	margin: 0 auto;
}
.mod-tileIndex .list {
	overflow: hidden;
}
.mod-tileIndex .list_item {
	overflow: hidden;
	float: left;
	width: 320px;
	height: 320px;
}
.mod-tileIndex .list_item > a {
	display: block;
	height: 100%;
	text-decoration: none;
}
.no-touch .mod-tileIndex .list_item > a:hover .figure img,
.touch .mod-tileIndex .list_item > a.js-hover .figure img {
	-webkit-transform: scale(1.04);
	    -ms-transform: scale(1.04);
	        transform: scale(1.04);
}
.no-touch .mod-tileIndex .list_item > a:hover .overlay,
.touch .mod-tileIndex .list_item > a.js-hover .overlay {
	opacity: 1;
}
.no-touch .mod-tileIndex .list_item > a:hover .overlay .heading,
.touch .mod-tileIndex .list_item > a.js-hover .overlay .heading {
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}
.mod-tileIndex .list_item .figure {
	position: relative;
	height: 100%;
}
.mod-tileIndex .list_item .figure img {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s;
	        transition: all 0.3s;
}
.mod-tileIndex .list_item .overlay {
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
	background: rgba(0, 73, 164, 0.7);
	color: #fff;
	text-align: center;
	font-weight: bold;
	opacity: 0;
	-webkit-transition: all 0.3s;
	        transition: all 0.3s;
}
.mod-tileIndex .list_item .overlay .heading {
	display: table-cell;
	padding: 0 30px;
	vertical-align: middle;
	-webkit-transition: all 0.3s;
	        transition: all 0.3s;
	-webkit-transform: translateY(10px);
	    -ms-transform: translateY(10px);
	        transform: translateY(10px);
}
.mod-tileIndex .list_item .overlay .h {
	font-size: 22px;
	line-height: 1.454545em;
}
.mod-tileIndex .list_item.facebook {
	position: relative;
	background: #000;
}
.no-touch .mod-tileIndex .list_item.facebook > a:hover .figure img,
.touch .mod-tileIndex .list_item.facebook > a.js-hover .figure img {
	opacity: 0.6;
}
.mod-tileIndex .list_item.facebook .figure img {
	opacity: 0.3;
}
.mod-tileIndex .list_item.facebook .logo {
	position: absolute;
	top: 112px;
	left: 112px;
}
@media only screen and (max-width: 1020px) {
	.mod-tileIndex {
		max-width: 640px;
	}
}
@media only screen and (max-width: 640px) {
	.mod-tileIndex {
		max-width: 320px;
	}
}

/* --------------------------------
	Footer Nav
-------------------------------- */
.footerNav .mod-btn {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #999;
	font-size: 26px;
}
@media only screen and (max-width: 640px) {
	.footerNav .mod-btn {
		padding-top: 16px;
		padding-bottom: 16px;
		font-size: 22px;
	}
}

/* --------------------------------
	Site Footer
-------------------------------- */
.siteFooter {
	background: #232323;
	color: #999;
}
.siteFooter .ci {
	padding: 27px 0 39px;
}
.siteFooter .ci .logo {
	width: 90px;
	height: 90px;
	margin: 0 auto;
	background: url(../img/common/ftr_logo.png) no-repeat center center;
	background-size: cover;
	font-size: 0;
}
.siteFooter .ci .philosophy {
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.3846;
}
.siteFooter .meta {
	overflow: hidden;
	background: #101010;
}
.siteFooter .meta > .container {
	max-width: 960px;
	margin: 0 auto;
}
.siteFooter .meta .group {
	display: table;
	float: right;
}
.siteFooter .meta .group_item {
	display: table-cell;
}
.siteFooter .meta .group_item img {
	height: 50px;
}
.siteFooter .meta .copyright {
	line-height: 50px;
}
@media only screen and (max-width: 1020px) {
	.siteFooter .meta > .container {
		padding: 15px 30px 20px;
	}
	.siteFooter .meta .group {
		float: none;
		margin: 0 auto 6px;
		padding-right: 4px;
	}
	.siteFooter .meta .group_item {
		padding: 0 5px;
	}
	.siteFooter .meta .copyright {
		display: block;
		text-align: center;
		font-size: 10px;
		line-height: normal;
	}
}

/* --------------------------------
   Print Styles
-------------------------------- */
@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}
