@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, font, 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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
    font-family: "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #000;
	text-decoration: none;
	transition: all .6s ease;
}

a:visited {
	color: #000;
}

a:hover {
	color: #000;
}

a:active {
	color: #000;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1100px;
	color: #000;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#main {
	padding-top: 79px;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
}

@media all and (min-width: 0) and (max-width: 767px) {
	body {
		min-width: inherit;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}

	#main {
		padding-top: 59.5px;
	}
	.preparation-text {
		font-size: 1.2rem !important;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 24px 14px 0 30px;
	width: 100%;
	min-width: 1200px;
	height: 70px;
	position: fixed;
	top: 0;
	z-index: 5;
	opacity: .9;
	box-sizing: border-box;
	background: #fff;
}


.sc #gHeader {
	border-bottom: 1px solid #b8b8b8;
}

.headLogo {
	width: 161px;
	float: left;
}

.headLogo img {
	width: 100%;
}

.headblank {
	float: right;
}

.headblank a {
	display: inline-block;
}

.headblank a:hover {
	opacity: .4;
}

.headblank .fecebook {
	width: 9px;
}

.headblank .twitter {
	padding: 0 14px 0 18px;
	width: 18px;
}

.headblank .linkedin {
	padding: 0 14px 0 18px;
	width: 19px;
}

.headblank .inst {
	width: 19px;
}

.headblank img {
	width: 100%;
	display: block;
}

.iconWhite {
	display: none !important;
}


.language {
	margin-left: 12px;
	display: inline-block;
	vertical-align: 5px;
}

.language div {
	display: inline-block;
	position: relative;
	font-weight: bold;
}

.language div:after {
	width: 1px;
	height: 15px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	transition: background .6s ease;
	content: "";
	background: #000000;
}

.language div:last-child:after {
	width: 0;
}

.language div a {
	padding: 0 10px;
	display: block;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px;
}

.language div a:hover {
	color: #999999;
	opacity: 1;
}

.language div.on a {
	color: #999999 !important;
}

.whiteText .language div a {
	color: #fff;
}

.whiteText .language div::after {
	background: #fff;
}

.sc.whiteText .language div a {
	color: #000;
}

.sc.whiteText .language div::after {
	background: #000;
}


@media all and (min-width: 0) and (max-width: 767px) {
	#gHeader {
		padding: 20px;
		height: auto;
		min-width: auto;
		opacity: 1;
	}

	.loaded #gHeader {
		transition: padding .6s ease;
	}

	.sc #gHeader {
		padding: 15px 20px;
		opacity: 1;
		border-bottom: 0;
	}

	.headblank,
	.headMenu {
		display: none;
	}

	.headLogo {
		width: 125px;
		transition: 0;
	}

	.menuTrigger,
	.menuTrigger span {
	  display: inline-block;
	  box-sizing: border-box;
	}

	.menuTrigger {
	  width: 30px;
	  height: 18px;
	  position: fixed;
	  top: 20px;
	  right: 20px;
	  z-index: 6;
	}

	.sc .menuTrigger {
		top: 16px;
	}

	.menuTrigger span {
	  position: absolute;
	  left: 0;
	  width: 100%;
	  height: 2px;
	  transform-origin: 50% 50%;
	  background-color: #000;
	  border-radius: 4px;
	}

	.menuTrigger span:nth-child(1) {
	  top: 0;
	}

	.menuTrigger span:nth-child(2) {
		top: 8px;
	}

	.menuTrigger span:nth-child(3) {
	  bottom: 0;
	}

	.openMenu .menuTrigger span:nth-child(1) {
	  -webkit-transform: translateY(8px) rotate(-315deg);
	  transform: translateY(8px) rotate(-315deg);
	}

	.openMenu .menuTrigger span:nth-child(2) {
	  opacity: 0;
	}

	.openMenu .menuTrigger span:nth-child(3) {
	  -webkit-transform: translateY(-8px) rotate(315deg);
	  transform: translateY(-8px) rotate(315deg);
	}
	
	.language {
		margin-top: 25px;
		margin-left: 0;
		display: block;
		vertical-align: 0;
	}
	
	.language div:first-child a {
		padding-left: 0;
	}
	
	.language div a {
		font-size: 12px;
	}
	
	.language div a:hover {
		color: #000;
	}
	
	.whiteText .language div a {
		color: #000;
	}

	.whiteText .language div::after {
		background: #000;
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	padding-top: 1px;
	margin: 0 auto;
	max-width: 800px;
	text-align: center;
}

.headList a {
	font-size: 12px;
	font-weight: bold;
	font-family: 'Roboto' , "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
position: relative;
}

.headList a.hirakaku {
    font-family: "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.headList  li > a {
	display: block;
	transition: opacity .6s ease;
}

.headList > li:nth-last-child(2) > a{
	color:#f3933d;
	}

.headList > li {
	padding: 0 13px 28px;
	display: inline-block;
	letter-spacing: 1px;
}

.headList  li.hasMenu > a:after {
	width: 2px;
	height: 0;
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	transition: all .6s ease;
	background: #053981;
}

.headList  li.hasMenu:hover > a:after {
	height: 15px;
}

.headMenu {
	width: 100%;
	display: none;
	position: absolute;
	top: 69px;
	left: 0;
	z-index: 1;
	overflow: hidden;
	text-align: left;
	background: #063a82;
}

.headMenu a:hover {
	opacity: .6;
}

.headMenu > div {
	margin: 0 auto;
	width: 1200px;
	position: relative;
}

.headMenu li {
	padding: 0 18px;
	display: inline-block;
	letter-spacing: 1px;
}

.headMenu a {
	padding: 43px 0;
	font-size: 12px;
	font-weight: bold;
	display: block;
	color: #fff;
}

.headMenu ul li a:after {
	width: 1px;
	height: 100%;
	opacity: .3;
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	content: "";
}

.headMenu li:first-child a:before {
	width: 1px;
	height: 100%;
	opacity: .3;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	content: "";
}

.headMenu a {
	padding: 17px 21px;
	min-width: 109px;
	min-height: 117px;
	line-height: 1.65;
}

.headMenu a:hover {
	opacity: 1;
	background: #052762;
}

.headMenu li {
	padding: 0;
	float: left;
	position: relative;
}

.headMenu ul {
	overflow: hidden;
}

.headMenu ul.navi01 {
	margin-left: 174px;
}

.headMenu ul.navi02 {
	margin-left: 124px;
}

.headMenu ul.navi05 {
	margin-left:100px;
}

.headMenu ul.navi06 {
	margin-left: 686px;
}

.headMenu ul.navi07 {
	margin-left: 628px;
}


.headList > li > a:hover {
	color: #778292;
}

.headList > li.naviCurr > a {
	color: #778292;
	position: relative;
}

.headList > li.headCurr > a {
	color: #778292 !important;
}

.headMenu a ul{
	margin-top: 10px;
}
.headMenu a li{
	float: none;
	display: block;
	font-weight: normal;
	font-size: 90%;
	margin-left:0.8rem;
	display: list-item !important;
	list-style: disc outside !important;}


@media all and (min-width: 0) and (max-width: 767px) {
	#gNavi {
		padding: 0;
		margin-right: -76.4%;
		width: 76.4%;
		height: 100%;
		position: fixed;
		top: 0;
		right: 0;
		overflow: hidden;
		overflow-y: auto;
		transition: margin .6s ease;
		background: #fff;
	}

	.openMenu #gNavi {
		margin-right: 0;
	}

	.headList {
		width: 100%;
		float: right;
		text-align: left;
	}

	.headList > li {
		padding: 0;
		margin: 0 0 26px 58px;
		letter-spacing: 0;
		display: block;
	}

	.headList > li:last-child {
		margin-bottom: 0;
	}

	.headList a {
		font-size: 17px;
		font-weight: bold;
		display: block;
	}

	.headList > li > a:hover {
		color: #000;
	}

	.headList li.naviCurr a::after {
		width: 0;
	}

	.headList  li.hasMenu > a:after,
	.headList  li.hasMenu:hover > a:after,
	.sc .headList  li.hasMenu > a:after,
	.sc .headList  li.hasMenu:hover > a:after {
		width: 0;
	}

	.hasList {
		padding-top: 9px;
		width: 100%;
		position: static;
		text-align: left;
		background: none;;
	}

	.hasList > div {
		width: auto;
		position: static;
	}

	.hasList ul {
		margin-left: 0 !important;
	}

	.hasList li {
		margin: 0 0 7px 14px;
		float: none;
		display: block;
	}

	.hasList li a::before,
	.hasList li a::after {
		width: 0 !important;
	}

	.hasList a {
		padding: 0;
		min-width: auto;
		min-height: auto;
		font-size: 12px;
		font-weight: bold;
		color: #000;
		line-height: 1.5;
	}

	.hasList a:hover {
		background: none;
	}
}

/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
.-roboto {
	font-family: 'Roboto' , "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.-hirakaku {
	font-family: "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}


.pagePath {
	padding: 2px 28px 0 28px;
	font-size: 11px;
	color: #002978;
	letter-spacing: 1px;
}

.pagePath a {
	color: #002978;
}

.pagePath a:hover {
	opacity: .6;
}

/*------------------------------------------------------------
	returnButton
------------------------------------------------------------*/
.return {
	padding-left: 7px;
	margin: 0 auto 67px;
	width: 292px;
	display: block;
	box-sizing: border-box;
	position: relative;
	line-height: 51px;
	font-size: 15px;
	color: #2d2d2d;
	text-align: center;
	letter-spacing: .7px;
	transition: .6s ease;
	border: 1px solid #bfbfbf;
}

.return:before,
.return:after {
	width: 10px;
	height: 2px;
	display: block;
	content: "";
	position: absolute;
	top: 25px;
	left: 21px;
	background: #2d2d2d;
}

.return:after {
	transform: rotate(90deg);
}

.return:hover {
	color: #fff;
	transition: .6s ease;
	background: #bfbfbf;
}

.return:hover:before,
.return:hover:after {
	transition: .6s ease;
	background: #fff;
}

.return.returnTop {
	padding-left: 0;
}

.return.returnTop:before,
.return.returnTop:after {
	width: 0;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.return {
		margin: 0 auto 75px;
	}

	.return:hover {
		color: #2d2d2d;
		background: #fff;
	}

	.return:hover:before,
	.return:hover:after {
		background: #2d2d2d;
	}
}

@media all and (min-width: 0) and (max-width: 320px) {
	.return {
		width: 100%;
	}
}


/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
}

#pagePath li {
	display: inline;
	color: #000;
	font-size: 1.2em;
}

#pagePath li a {
}

@media all and (min-width: 0) and (max-width: 767px) {
}
/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {

}

#cover {
  position: fixed;
  z-index: 4;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

a.more {
	position: relative;
	min-width: 100px;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: 'Roboto' , "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

a.more:after {
	width: 100px;
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: 0;
	transition: all .6s ease;
	content: "";
	background: #000;
}

a.more:hover:after {
	width: 120px;
}

.headLine {
	margin-top: 39px;
}

.headLine h2 {
	position: relative;
	text-align: center;
	/*font-size: 42px;*/
	font-size: 36px;
	font-weight: 700;
	font-family: 'Roboto' , "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.headLine h2 span {
	font-weight: 300;
}

.headLine h2:after {
	width: 100px;
	height: 3px;
	display: block;
	content: "";
	position: relative;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	background: #000;
}

.fadeInUp {
	opacity: 0;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#cover {
		visibility: hidden;
	}

	.pubPd {
		padding: 0 20px;
	}

	.headLine {
		margin-top: 0;
		padding-top: 31px;
	}

	.headLine h2 {
		font-size: 30px;
		letter-spacing: 1px;
		/*line-height: 1.05;*/
	}

	.headLine h2 span {
		padding-left: 0;
	}

	.headLine h2:after {
		width: 90px;
		height: 2px;
		bottom: -29px;
	}

	a.more:hover:after {
		width: 100px;
	}
}
/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {

}

@media all and (min-width: 0) and (max-width: 767px) {
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-bottom: 32px;
	text-align: center;
	background: #fff;
}

.pageTop {
	margin: 0 auto;
	padding-bottom: 42px;
	width: 30px;
}

.pageTop a:hover {
	opacity: .4;
}

.pageTop img {
	width: 100%;
}

#gFooter p {
	font-size: 10px;
	letter-spacing: .8px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gFooter {
		padding-bottom: 33px;
	}

	.foot {
		margin-bottom: 52px;
		padding: 0 20px;
	}

	.footList1,
	.footList2 {
		width: 50%;
		float: left;
		text-align: left;
		box-sizing: border-box;
	}

	.footList1 li,
	.footList2 li {
		margin-bottom: 21px;
	}

	.footList1 a,
	.footList2 a {
		font-size: 17px;
		font-weight: bold;
		font-family: 'Roboto' , "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
display: block;
	}

	.footList1 {
		padding-left: 13%;
	}

	.footList1 a.hirakaku {
		font-family: "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	}

	.footList2 {
		padding-left: 9%;
	}

	.foot li.footHasList ul {
		padding-top:9px;
		display: none;
	}

	.foot li.footHasList li {
		margin-bottom: 0;
		padding: 0 0 7px 14px;
	}

	.foot li.footHasList li a {
		font-size: 12px;
	}

	.footBlank img {
		width: 100%;
	}

	a.fecebook {
		width: 10px;
	}

	a.twitter {
		padding: 0 18px 0 24px;
		width: 20px;
	}

	a.twitter img {
		margin-top: 2px;
	}

	a.linkedin {
		padding: 0 18px 0 24px;
		width: 20px;
	}

	a.linkedin img {
		margin-top: 2px;
	}

	
	a.inst {
		padding: 0;
		width: 19px;
	}

	.footBlank a {
		display: block;
		float: left;
	}

	.pageTop {
		padding-bottom: 33px;
	}
	#gFooter .language {
		margin-top: 0;
		padding-top: 14px;
	}
	
	#gFooter .language div a {
    	padding: 0 13px;
		font-size: 14px;
	}
	
	#gFooter .language div:first-child a {
		padding-left: 0;
	}
}


/*------------------------------------------------------------
	slick-dots
------------------------------------------------------------*/
.slickSpot {
	margin-top: 16px;
	text-align: center;
}

.slick-dots li {
    margin: 0 6px;
    width: 7px;
    height: 7px;
	display: inline-block;
    cursor: pointer;
    border-radius: 100%;
    background: #d2d2d2;
}

.slick-dots li button {
  display: none;
}

.prev svg,
.next svg {
	width: 26px;
	height: 50px;
	fill: #7d7d7d;
	transform: scale(1.4);
}

.prev a:hover,
.next a:hover {
	 opacity: .4;
}

.slick-dots li.slick-active {
    background: #959595;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.slickSpot {
		margin-top: 19px;
	}

	.slickSpot .prev,
	.slickSpot .next {
		width: 18px;
		height: 34px;
		display: inline-block !important;
		background: none;
		margin: 0 24px;
	}

	.slickSpot .prev svg,
	.slickSpot .next svg {
		width: 100%;
		height: 100%;
		transform: scale(.75);
	}

	.slickSpot .dots {
		display: inline-block;
		vertical-align: 12px;
	}

	.slick-dots li {
		margin: 0 11px;
		width: 11px;
		height: 11px;
	}
}

/*------------------------------------------------------------
	returnButton
------------------------------------------------------------*/
.pubSupp {
	margin: 0 auto 69px;
	width: 960px;
}

.pubSupp .pubSuppTitle {
	margin-bottom: 58px;
	text-align: center;
}

.pubSupp .pubSuppTitle h3 {
	margin-bottom: 12px;
	font-size: 32px;
	font-family: 'Roboto' , "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.pubSupp .pubSuppTitle p {
	font-size: 13px;
}

.pubSupp li {
	margin: 0 50px 61px;
	width: 380px;
	float: left;
}

.pubSupp li a {
	display: block;
}

.pubSupp .pubSuppImg {
	overflow: hidden;
}

.pubSupp li img {
	width: 100%;
	display: block;
	transition: all 1.6s ease 0s;
	-moz-transition: all 1.6s ease 0s;
	-webkit-transition: all 1.6s ease 0s;
}

.pubSupp li a:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.pubSupp .pubSuppWord {
	margin-top: 16px;
	transition: opacity .6s ease;
	-moz-transition: opacity .6s ease;
	-webkit-transition: opacity .6s ease;
}

.pubSupp li a:hover .pubSuppWord {
	opacity: .6;
}

.pubSupp .pubSuppWord h4 {
	margin-bottom: 8px;
	font-size: 15px;
	font-family: YakuHanJP, "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	line-height: 1.7;
}

.pubSupp .pubSuppWord h4.pubSuppSpecial {
	margin-right: -35px;
}

.pubSupp .pubSuppWord p {
	font-size: 10px;
	margin-left: -3px;
	letter-spacing: .5px;
}

.pubSupp .pubSuppWord p span {
	padding-right: 12px;
	color: #999999;
	letter-spacing: 1px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.pubSupp {
		margin-bottom: 44px;
		width: auto;
	}

	.pubSupp .pubSuppTitle {
    	margin-bottom: 41px;
	}

	.pubSupp .pubSuppTitle h3 {
		margin-bottom: 9px;
		font-size: 30px;
	}

	.pubSupp .pubSuppTitle p {
		font-size: 12px;
	}

	.pubSupp li {
		margin: 0 0 47px;
		width: auto;
		float: none;
	}

	.pubSupp .pubSuppWord {
		margin-top: 15px;
		letter-spacing: .4px;
	}

	.pubSupp .pubSuppWord h4.pubSuppSpecial {
		margin-right: 0;
	}

	.pubSupp .pubSuppWord p {
		margin-left: 0;
	}

	.pubSupp .pubSuppWord p span {
		padding-right: 14px;
		letter-spacing: 1.2px;
	}

	.pubSupp li a:hover img {
		transform: none;
		-moz-transform: none;
		-webkit-transform: none;
	}

	.pubSupp li a:hover .pubSuppWord {
		opacity: 1;
	}

	.iphone5 .pubSupp .pubSuppWord h4 {
		letter-spacing: -1px;
	}
}


@media all and (min-width: 320px) and (max-width: 374px) {
}


@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
}


@media all and (-ms-high-contrast:none){
}

.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity .8s ease-out, transform .6s ease-out;
  transition: opacity .8s ease-out, transform .6s ease-out;
}

.fadeInUp.animated {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}


/*------------------------------------------------------------
  Slider
------------------------------------------------------------*/
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}

.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* FOOTER */
nav#footer{ width: 900px; text-align: center; margin: 0 auto 120px;}
nav#footer li{ display: inline; margin: 0 20px;}
nav#footer li span{ text-decoration: underline;}
nav#footer li a:hover{color: #053981;}
@media all and (min-width: 0) and (max-width: 767px) {

nav#footer{ width:100%;}
nav#footer {margin: 0 auto 60px;}
nav#footer li{ margin: 0 0 20px; width: 45%; padding: 0 5px; display: inline-block; box-sizing: border-box;}
}
