@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* ------------------------------
 リセット
------------------------------ */

* {
border:0;
margin:0;
outline:0;
padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
font:inherit;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
text-decoration:none;
vertical-align:baseline;
}

html {font-size:62.5%; width:100%; height:100%;}

body {
font-size:10px;
font-size:1.0rem;
line-height:1;
position:relative;
text-align:center;
	-webkit-text-size-adjust:100%;
	-moz-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	-o-text-size-adjust:100%;
	text-size-adjust:100%;
-webkit-font-smoothing:antialiased;
font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
width:100%;
height:100%;
}

article, aside, dialog, figure, footer, header, main, menu, nav, section {display:block;}
audio, canvas, video {display:inline-block;}


hr {display:block;}

ol,
ul {list-style:none;}

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

input,
select {vertical-align:middle;}

table {border-collapse:collapse; border-spacing:0; empty-cells:show;}


/* ------------------------------
 サイト全体（PC用コード）
------------------------------ */
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 100;
}
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 200;
}
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 300;
}
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 400;
}
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Bold");
    font-weight: bold;
}

html, 
body {
	font-family: "Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 500;
	line-height: 1.6;
	word-wrap: break-word;
	color: #333;
	min-width: 1220px;
	margin: 0 auto;
	background: #f5f4f0;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.contentsPage:after,
.cf:after {
	content: "";
	clear: both;
	display: block;
}

.fl {
	float:left;
}

.fr {
	float:right;
}

.tal {
	text-align:left !important;
}

.tac {
	text-align:center !important;
}
.pc_tac {
	text-align:center !important;
}

.tar {
	text-align:right !important;
}

.vat {
	vertical-align:top;
}

.vam {
	vertical-align:middle;
}

.vab {
	vertical-align:bottom;
}

.vtb {
	vertical-align:text-bottom;
}

strong {
	font-weight: bold;
}

.nobold {
	font-weight: normal !important;
}

.auto {
	margin-left: auto;
	margin-right: auto;
}

.imgicon img {
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 5px;
}

input.none{
	display: none;
}

.sp {
	display:none !important;
}
@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
	.sp {
		display:block !important;
	}
}
.sp_br br {
	display: none;
}

/* 行スペース */
.b1 {
	margin-bottom: 1.7em;
}

.b2 {
	margin-bottom: 3.4em;
}

.b3 {
	margin-bottom: 5.1em;
}


/* スペース */
.mb0 {
	margin-bottom: 0 !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.mb90 {
	margin-bottom: 90px !important;
}

.mt20 { margin-top: 20px;}

.ml25 {margin-left: 25px;}
.mr15 { margin-right: 15px;}

.ml0 { margin-left: 0 !important;}

/* リンク */
a {
	color: #003366;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a img {
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
a:hover img {
	opacity: 0.7;
}


/* カラー */
.red {
	color: #B01C1B !important;
}
.blue {
	color: #003366 !important;
}
.orange {
	color: #CC4B1F !important;
}

/* フォントサイズ */
.big,
big {
	font-size: 1.8rem;
}
.small,
small {
	font-size: 1.3rem;
}
sup {
	font-size: 62.5%;
	vertical-align:top;
}

.bold { font-weight: bold;}
.f12 { font-size: 1.2rem !important;}
.f13 { font-size: 1.3rem !important;}
.f14 { font-size: 1.4rem !important;}
.f15 { font-size: 1.5rem !important;}
.f16 { font-size: 1.6rem !important;}
.f17 { font-size: 1.7rem !important;}
.f18 { font-size: 1.8rem !important;}
.f19 { font-size: 1.9rem !important;}
.f20 { font-size: 2rem !important;}
.f22 { font-size: 2.2rem !important;}
.f24 { font-size: 2.4rem !important;}
.f26 { font-size: 2.6rem !important;}
.f28 {
	font-size: 2.8rem !important;
	line-height: 1.2;
	vertical-align: middle;
}
.f30 {
	font-size: 3rem !important;
	line-height: 1.4;
}
.f32 {
	font-size: 3.2rem !important;
	line-height: 1.2;
}

/* ------------------------------
 PC用限定CSS
------------------------------ */
@media print, screen and (min-width: 768px) {
	.pc_mt100 {
		margin-top: 100px;
	}
	.pc_mr20 {
		margin-right: 20px;
	}
	.pc_mb0 {
		margin-bottom: 0 !important;
	}
}

/* ------------------------------
 サイト全体（スマホ用コード）
------------------------------ */
@media screen and (max-width: 767px) {
	html, 
	body {
		min-width: 100%;
		max-width: 100%;
	}
	
	.fl,
	.fr {
		float: none;
	}
	/* ;;edit;;20160215 */
	.site {
		min-width: 0;
	}
	img {
		margin-left: auto;
		margin-right: auto;
	}
	
	.pc_tac {
		text-align:left !important;
	}
	.sp_tac {
		text-align: center;
	}
	.pc_br br {
		display: none;
	}
	.sp_br br {
		display: block;
	}
	
	/* スペース */
	
	.mb40 {
		margin-bottom: 20px !important;
	}
	.mb50 {
		margin-bottom: 30px !important;
	}
	.mb60 {
		margin-bottom: 35px !important;
	}
	.mb70 {
		margin-bottom: 40px !important;
	}
	.mb80 {
		margin-bottom: 40px !important;
	}
	.mb90 {
		margin-bottom: 45px !important;
	}
	
	.mt20 { margin-top: 15px;}
	
	.ml25 {margin-left: 0;}
	
	.sp_mb10 {
		margin-bottom: 10px;
	}
	.sp_mb30 {
		margin-bottom: 30px;
	}
	.sp_mb50 {
		margin-bottom: 50px;
	}
	
	.f16 { font-size: 1.4rem !important;}
	.f17 { font-size: 1.5rem !important;}
	.f18 { font-size: 1.6rem !important;}
	.f19 { font-size: 1.7rem !important;}
	.f20 { font-size: 1.7rem !important;}
	.f22 { font-size: 1.8rem !important;}
	.f24 { font-size: 1.8rem !important;}
	.f26 { font-size: 2rem !important;}
	.f28 { font-size: 2.1rem !important;}
	.f30 { font-size: 2.2rem !important;}
	.f32 { font-size: 2.4rem !important;}
}

/* ------------------------------
 ヘッダ
------------------------------ */
.headerTopIn {
	width: 1220px;
	margin: 0 auto;
	padding-top: 23px;
	position: relative;
}
.headerTop .headNav {
	position: absolute;
	right: 0;
	top: 35px;
}
.headerTop .headNav li {
	font-size: 1.3rem;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 10px;
	display: inline-block;
	line-height: 1;
}
.headerTop .headNav li:last-child{
	padding-left: 26px;
	border-left: 1px solid #3F3B3A;
}
.headerTop .headNav li img {
	vertical-align: middle;
	margin-right: 5px;
}
.headerTop .headNav li a {
	color: #000;
}

.header {
	width: 100%;
	margin: 0;
	text-align: center;
	background: #fff;
	position: relative;
	/* なんか消えるの解除 ;;edit;; */
	z-index: 777 !important;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px -7px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px -7px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px -7px;
}
.headerBlock  {
	margin: 0 auto;
	text-align: left;
}

/* ロゴの右Block */
.headerBlock_right a {
	color: #333;
}

/* ------------------------------
 PC用限定CSS
------------------------------ */
@media print, screen and (min-width: 768px) {
    .top_logo {
    	display: none;
    }
    .slidemenu-btn,
	.btn-submenu-toggle {
		display: none !important;
	}
	#header-sticky-wrapper {
		z-index: 9999 !important;
		max-height: 70px !important;
	}
	.header {
		height: 70px;
		padding: 20px 0 0;
		position: relative;
		z-index: 600 !important;
	}
	.headLead {
		font-size: 1.2rem;
		position: absolute;
		right: 0;
		top: 20px;
	}
    .headerBlock {
		width: 1220px;
		margin: 0 auto;
	}
	* + .gnav,
	.gnav:after {
		content: "";
		clear: both;
		display: block;
	}
	
	.headerBlock .gnav {
		width: 100%;
		margin: 0 auto;
		display: table;
		vertical-align: middle;
        visibility: visible;
	}
	.headerBlock .gnav > li {
		text-align: center;
		font-size: 1.4rem;
		vertical-align: top;
		display: table-cell;
		font-weight: bold;
		padding-right: 45px;
	}
	.headerBlock .gnav > li:last-child {
		padding-right: 0 !important;
	}
	
    .headerBlock .gnav > li > a,
    .headerBlock .gnav > li > p > a {
		display: block;
		position: relative;
		text-decoration: none;
		-webkit-transition: 0.1s ease-in-out;
		-moz-transition: 0.1s ease-in-out;
		-o-transition: 0.1s ease-in-out;
		transition: 0.1s ease-in-out;
	}
	
	.headerBlock .gnav > li:hover > a,
	.headerBlock .gnav > li:hover > p a {
		color: #CC4B1F;
	}
	.headerBlock .gnav > li:hover span,
	.headerBlock .gnav > li.on p span {
		color: #CC4B1F;
		padding-bottom: 5px;
		border-bottom: solid 2px #CC4B1F;
	}
}
/* ------------------------------
 PC用限定CSS プルダウンメニュー部分
------------------------------ */
@media print, screen and (min-width: 768px) {
	.headerBlock .gnav > li > ul {
		font-size: 0;
		width: 100%;
		position: absolute;
		visibility: hidden;
		text-align: center;
		background: rgba(255, 255, 255, .9);
		opacity: 0;
		padding: 0;
		top: 70px;
		left: 0;
		right: 0;
		border-bottom: solid 1px #ccc;
		z-index: 500;
		-webkit-transition: visibility 0s ease .15s, opacity .15s ease-in-out .15s;
		transition: visibility 0s ease .15s, opacity .15s ease-in-out .15s;
	}
	.headerBlock .gnav > li > ul > li {
		font-size: 1.4rem;
		display: inline-block;
		font-weight: bold;
	}
	.headerBlock .gnav > li > ul > li a {
		line-height: 20px;
		color: #003366;
		padding: 15px 30px;
		display: block;
		text-decoration: none;
		position: relative;
		-webkit-transition: none;
		transition: none;
		-webkit-transition: 0.1s ease-in-out;
		-moz-transition: 0.1s ease-in-out;
		-o-transition: 0.1s ease-in-out;
		transition: 0.1s ease-in-out;
	}
	.headerBlock .gnav > li > ul > li a.blank {
		background-position: right 10px top 18px;
	}
	.headerBlock .gnav > li > ul > li a:hover {
		color: #fff;
		background: #CC4B1F;
	}
	.headerBlock .gnav > li > ul > li a.blank:hover {
		background: #CC4B1F url(/shared/img/blank_w.gif) no-repeat right 10px top 18px / 12px 11px;
	}
	
	.headerBlock .gnav > li > ul:hover,
	.headerBlock .gnav > li:hover > ul {
		visibility: visible;
		opacity: 1;
	}
	.headerBlock_right .headNav {
		display: none;
	}
}

/* ------------------------------
 PC用限定CSS サイズ変更
------------------------------ */
@media screen and (min-width: 768px) {
	.header.scroll {
		height: 65px;
		padding: 13px 0 0;
	}
	/* ロゴ */
	.header.scroll .top_logo {
		display: block;
	}
	.header.scroll .top_logo img {
		width: 153px;
	}
	.header.scroll .headerBlock {
		width: 1220px;
	}
	.header.scroll .headerBlock_right {
		width: 1020px;
		float: right;
		padding-top: 10px;
	}
	.header.scroll .headerBlock .gnav > li {
		padding-right: 20px;
	}
	.header.scroll .headerBlock .gnav > li span {
		border: none;
		padding-bottom: 0;
	}
	.header.scroll .headerBlock .gnav > li:hover span,
	.header.scroll .headerBlock .gnav > li.on span {
		padding-bottom: 5px;
		border-bottom: solid 2px #CC4B1F;
	}
	.header.scroll .headerBlock .gnav > li > ul {
		padding-top: 0;
		top: 65px;
	}
}

/* ------------------------------
 スマホ用コード（ヘッダ）
------------------------------ */
@media screen and (max-width: 767px) {
	.headerTop {
		display: none;
	}
	.header {
		position: absolute !important;
	}
	
	.header {
		display: block;
		position: absolute !important;
		top: 0;
		left: 0;
		height: 75px;
		width: 100%;
		min-width: 100%;
	}
	.page-open-slidemenu .header {
		position: fixed !important;
	}
	.headerBlock  {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.logo-outer {
		z-index: 10;
		width: 60px;
		height: 75px;
		top: 0;
		right: 0;
		position: absolute;
		z-index: 810;
	}
	
	/* ロゴ */
	.top_logo {
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	.top_logo img {
		height: 30px;
	}
	
	/* ロゴの右Block */
	.headerBlock_right {
		width: 15%;
		float: left;
		text-align: center;
		padding-top: 0;
	}
	
	/* グローバルナビ */
	/* 開閉メニューボタン */
	.slidemenu-btn {
		display: block;
		width: 60px;
		height: 75px;
		position: absolute;
		right: 0;
		top: 0;
	}
	.page-open-slidemenu .slidemenu-btn {
		background: #003366;
	}
	.menu-icon,
	.menu-icon:before,
	.menu-icon:after {
		display: block;
		position: absolute;
		width: 30px;
		height: 4px;
		background-color: #003366;
	}
	.menu-icon:before,
	.menu-icon:after {
		-webkit-transition: color .25s ease;
		transition: color .25s ease;
	}
	.page-open-slidemenu .menu-icon:before,
	.page-open-slidemenu .menu-icon:after {
		background-color: #fff;
	}
	.menu-icon:before,
	.menu-icon:after {
		content: '';
		-webkit-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}
	.menu-icon {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		-webkit-transition: all .25s ease-out;
		transition: all .25s ease-out;
	}
	.menu-icon:before {
		top: -10px;
		-webkit-transition: -webkit-transform .1s ease-out;
		transition: -webkit-transform .1s ease-out;
		transition: transform .1s ease-out;
		transition: transform .1s ease-out, -webkit-transform .1s ease-out;
	}
	.menu-icon:after {
		bottom: -10px;
		-webkit-transition: -webkit-transform .1s ease-out;
		transition: -webkit-transform .1s ease-out;
		transition: transform .1s ease-out;
		transition: transform .1s ease-out, -webkit-transform .1s ease-out;
	}
	.page-open-slidemenu .menu-icon {
	  background-color: transparent;
	}
	.page-open-slidemenu .menu-icon,
	.page-open-slidemenu .menu-icon:before,
	.page-open-slidemenu .menu-icon:after {
		width: 20px;
		height: 3px;
	}
	.page-open-slidemenu .menu-icon:before {
		-webkit-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
		-webkit-transition: -webkit-transform .1s ease-out .25s;
		transition: -webkit-transform .1s ease-out .25s;
		transition: transform .1s ease-out .25s;
		transition: transform .1s ease-out .25s, -webkit-transform .1s ease-out .25s;
	}
	.page-open-slidemenu .menu-icon:after {
		-webkit-transform: translateY(-10px) rotate(-45deg);
		transform: translateY(-10px) rotate(-45deg);
		-webkit-transition: -webkit-transform .1s ease-out .25s;
		transition: -webkit-transform .1s ease-out .25s;
		transition: transform .1s ease-out .25s;
		transition: transform .1s ease-out .25s, -webkit-transform .1s ease-out .25s;
	}
	/* 開閉メニューボタン */
	
	
	.headerBlock .headerBlock_right {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: -webkit-transform .3s ease-in-out;
		transition: -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
		transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 15%;
		width: 85%;
		padding: 0;
		z-index: 800;
		height: 100vh;
		height: -webkit-calc(100vh - 60px);
		height: calc(100vh - 60px);
		background: rgba(255,255,255, 1);
	}
	.page-open-slidemenu .headerBlock .headerBlock_right {
		height: 100vh;
		padding-top: 75px;
		padding-bottom: 50px;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		border-bottom: 1px solid #ccc;
	}
	
	/* ヘッダ調整 */
	.page-open-slidemenu .headerBlock .headerBlock_right .headNav + nav {
		height: -webkit-calc(100vh - 125px);
		height: calc(100vh - 125px);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 120px;
	}
	body.page-open-slidemenu {
		position: fixed;
	}
	.page-open-slidemenu .headerBlock .headerBlock_right .headNav {
		font-size: 0;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 75px;
		text-align: left;
		padding: 13px 50px 0 5%;
		border-bottom: solid 1px #CCCCCC;
	}
	.page-open-slidemenu .headerBlock .headerBlock_right .headNav li {
		font-size: 1.1rem;
		font-weight: bold;
		display: inline-block;
		margin: 0 8px 10px 0;
	}
	.page-open-slidemenu .headerBlock .headerBlock_right .headNav li img {
		vertical-align: middle;
		margin-right: 3px;
	}
	.page-open-slidemenu .headerBlock .headerBlock_right .headNav li:nth-child(2) img{
		margin: 0 7px 0 4px;
	}
	
	.page-open-slidemenu .headerBlock .gnav > li {
		position: relative;
		text-align: left;
		z-index: 1;
	}
	/***/
	.page-open-slidemenu .headerBlock .gnav > li > p {
		position: relative;
	}
	.page-open-slidemenu .headerBlock .gnav > li > p > .btn-submenu-toggle {
		position: absolute;
		z-index: 820;
	}
	
	/* 開閉ボタン 開く処理 */
	/***/
	/* 要検討 */
	.headerBlock .gnav > li > ul {
		position: relative;
		overflow: hidden;
		display: none;
	}
	
	.headerBlock .gnav > li.is-open > ul {
		height: 0;
		visibility: visible;
	}
	.headerBlock .gnav > li a:not(.btn-submenu-toggle) {
		font-size: 1.3rem;
		display: block;
		font-weight: bold;
		width: 100%;
		position: relative;
		line-height: 1;
		text-decoration: none;
		padding: 18px 12%;
		border-bottom: solid 1px #CCCCCC;
		background: url(../img/arrow01.png) no-repeat 5% center / 13px 10px;
	}
	
	.headerBlock .gnav > li li a:not(.btn-submenu-toggle) {
		background: #F2F5F7;
	}
	
	.headerBlock .gnav > li li a:not(.btn-submenu-toggle):before {
		content: "\f0da";
		font-family: "FontAwesome";
		font-size: 1.2rem;
		font-weight: normal;
		text-align: center;
		color: #CC4B1F;
		border-radius: 8px;
		display: inline-block;
		position: absolute;
		left: 7%;
		top: 17px;
		line-height: 14px;
	}
	.headerBlock .gnav > li {
		position: relative;
		text-align: left;
		z-index: 3;
	}
	.headerBlock .gnav > li:before,
	.headerBlock .gnav > li:after {
		content: '';
		display: table;
	}
	.headerBlock .gnav > li:after {
		clear: both;
	}
	
	
	.headerBlock .gnav > li > ul > li > a {
		font-size: 14px;
		font-weight: 400 !important;
		width: 100%;
		text-decoration: none;
		background: #F2F5F7;
	}
	
	/* トグルボタン */
	.btn-submenu-toggle {
		display: block;
		width: 40px;
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		z-index: 10;
	}
	
	.btn-submenu-toggle:before,
	.btn-submenu-toggle:after {
		content: '';
		position: absolute;
		display: block;
		top: 0;
		bottom: 0;
		left: 0;
		right: 25px;
		margin: auto;
		background-color: #003366;
		-webkit-transition: background-color .2s ease-in-out;
		transition: background-color .2s ease-in-out;
	}
	.btn-submenu-toggle:before {
		width: 2px;
		height: 14px;
	}
	.btn-submenu-toggle:after {
		width: 14px;
		height: 2px;
	}
	
	.is-open .btn-submenu-toggle:before {
		background-color: transparent;
	}
	.is-open .btn-submenu-toggle:after {
		background-color: #003366;
	}
}

/* ------------------------------
 コンテンツ
------------------------------ */
.site {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.5rem;
	background: #fff;
	overflow: hidden;
}
.contents,
.contentsHome {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	position: relative;
}


.contentsTop {
	width: 1220px;
	margin: 0 auto;
	padding: 50px 0 140px;
	text-align: left;
}

.contentsTopsearch {
	width: 1220px;
	margin: 0 auto;
	padding: 50px 0 40px;
	text-align: left;
}
.contentsTopsearch .cms_block .cms_text {
	overflow: visible;
}
.contentsTop .cms_block .cms_text {
	overflow: visible;
}
.contentsPage {
	width: 1220px;
	margin: 0 auto;
	padding: 60px 0 90px;
	text-align: left;
}


/* メインカテゴリ */
.main {
	width: 910px;
	float: left;
}
.sidecon .main {
		min-height: 350px;
	}

/* サイドカテゴリ */
.side {
	width: 280px;
	float: right;
}
.sideBoxOuter {
	display: none;
}
.toggleMenu .toggleMenuText-open {
	display: none;
}
.toggleMenu .toggleMenuText-close {
	display: block;
}
.toggleMenu.is-open .toggleMenuText-open {
	display: block;
}
.toggleMenu.is-open .toggleMenuText-close {
	display: none;
}
.toggleMenu {
	display: none;
}

/* sideBoxOuterBg */
.sideBoxOuterBg {
	display: none;
	z-index: 8887;
	background-color: rgba(0,0,0,.7);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.lnavhead {
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.4;
	text-align: left;
	padding: 11px 18px;
	background: #003366;
}
/* サイドナビ */
.sideNav {
	background: #F3F3F3;
	border-radius: 0 0 5px 5px;
}
.sideNav li {
	font-weight: bold;
	text-align: left;
}
.sideNav li a {
	color: #333;
	display: block;
	line-height: 1.4;
	padding: 13px 0 13px 40px;
	border-bottom: dotted 1px #A9ACAD;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	position: relative;
}
.sideNav li:last-child a {
	border-bottom: none;
}
.sideNav li a:before {
	font-family: "FontAwesome";
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	content: "\f105";
	width: 13px;
	border-radius: 8px;
	display: inline-block;
	position: absolute;
	left: 17px;
	top: 17px;
	line-height: 14px;
	padding-left: 1px;
	background: #CC4B1F;
}
.sideNav > ul > li a:hover,
.sideNav > ul > li.on > a,
.sideNav > ul > li > ul li.on a {
	color: #CC4B1F;
}

/* サイドナビ 第2階層 */
.sideNav > ul > li > ul {
	padding: 4px 0;
	background: #fff;
	border-bottom: dotted 1px #A9ACAD;
}
.sideNav > ul > li > ul li a {
	font-size: 1.4rem;
	color: #5C5C5C;
	padding: 4px 0 4px 42px;
	border-bottom: none;
}
.sideNav > ul > li > ul li a:before {
	content: "";
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: solid 5px #CC4B1F;
	border-radius: 0;
	left: 27px;
	top: 8px;
	background: none;
}


@media (min-width: 767px) {
	.sidecon .side {
		width: 280px;
		position: absolute;
		left: 50%;
		top: 190px;
		margin-left: 330px;
	}
	.sideBoxOuter {
		display: block !important;
	}
	.sideBoxOuterBg {
		display: none !important;
	}
}


.boxtop {
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -133px;
}


/* 下層ページナビ */
.contents_navi li {
	float:left;
	margin-bottom: 30px;
	position: relative;
}
.contents_navi li img {
	display: block;
}
.contents_navi li a {
	color: #333;
	display: block;
	text-decoration: none;
}
.contents_navi li a.cms_inner_blank {
	padding-right: 0;
	background: none;
}
.contents_navi li p {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 15px;
	padding-left: 14px;
	border-left: solid 4px #003366;
	padding-left: 10px;
	position: relative;
}
.contents_navi li div {
	margin-top: 10px;
}

/* 3ブロック */
.contents_navi li {
	width: 390px;
	margin-right: 25px;
}
.contents_navi li:nth-child(3n) {
	margin-right: 0;
}

/* 4ブロック */
.four .contents_navi li {
	width: 288px;
	margin-right: 22px;
}
.four .contents_navi li:nth-child(4n) {
	margin-right: 0;
}
.four .contents_navi li:nth-child(3n+1) {
	clear: none;
}
/* ------------------------------
 PC用限定CSS（コンテンツ）
------------------------------ */
@media screen and (min-width:768px){
	/* 3ブロック */
	.contents_navi li:nth-child(3n+1) {
		clear: both;
	}	
}
/* ------------------------------
 スマホ用コード（コンテンツ）
------------------------------ */
@media screen and (max-width: 767px) {
	#bggr {
		position: relative;
		z-index: 1;
	}
	.contents {
		min-width:100%;
	}
	.contentsTop {
		width: auto;
		margin: 0 5%;
		padding: 30px 0 90px;
		text-align: left;
	}
	
	.contentsTopsearch {
		width: auto;
		margin: 0 5%;
		padding: 30px 0 40px;
		text-align: left;
	}
	
	.contentsPage {
		width: auto;
		margin: 0 5%;
		padding: 30px 0 60px;
		text-align: left;
	}
	.main,
	.side {
		width: auto;
		float: none;
	}
	/* サイドカテゴリ */
	.toggleMenu {
		font-size: 1.5rem;
		font-weight: bold;
		text-align: center;
		color: #fff;
		display: block;
		margin: 0 -5.5%;
		padding: 17px 5%;
		background: #003366;
	}
	.toggleMenu .toggleMenuText-open {
		padding-bottom: 10px;
		background: url(../img/arrow04.png) no-repeat center bottom / 19px auto;
	}
	.toggleMenu .toggleMenuText-close {
		padding-bottom: 10px;
		background: url(../img/arrow03.png) no-repeat center bottom / 19px auto;
	}
	
	
	.boxtop {
		width: 133px;
		height: auto;
		margin-left: -66px;
		top: -16px;
		z-index: 9;
	}
	
	/* 下層ページナビ */
	.contents_navi li {
		float:none;
		margin-bottom: 15px;
	}
	.contents_navi li img {
		width: 100%;
	}
	.contents_navi li p {
		font-size: 1.5rem;
		margin-top: 10px;
	}
	.contents_navi li div {
		font-size: 1.3rem;
		line-height: 1.4;
	}

	/* 3ブロック */
	.contents_navi li {
		width: 49%;
		float: left;
		margin-right: 2%;
	}
	.contents_navi li:nth-child(3n) {
		margin-right: 2%;
	}
	.contents_navi li:nth-child(2n) {
		margin-right: 0;
	}
	
	/* 4ブロック */
	.four .contents_navi li {
		width: 49%;
		float: left;
		margin-right: 2%;
	}
	.four .contents_navi li:nth-child(2n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 479px) {
	.contents_navi li,
	.four .contents_navi li {
		width: auto;
		margin-right: 0;
	}
	.contents_navi li:nth-child(3n) {
		margin-right: 0;
	}
}

.menu-layer {
	display: none;
}
@media screen and (max-width: 767px) {
	.menu-layer {
		width: 100%;
		height: 100%;
		position: absolute;
		/* ;;edit;;color */
		background-color: rgba(0,0,0,.2);
		top: 0;
		left: 0;
		z-index: 10;
	}
	.page-open-slidemenu .menu-layer {
		display: block;
	}
	.page-open-slidemenu .site {
		overflow: hidden;
	}
}


/* ------------------------------
 メインイメージ
------------------------------ */
.mainimgTop {
	width: 100%;
	height: 380px;
	display: table;
	background: #E7E8E8;
}
.mainimgTop .in {
	display: table-cell;
	vertical-align: middle;
}
.mainimgTop .in img {
	margin-bottom: 15px;
}

.mainimgPage {
	margin-top: 40px;
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.mainimgTop {
		height: 200px;
	}
	.mainimgPage {
		margin-top: 0;
	}
}
@media screen and (max-width: 479px) {
	
}


/* ------------------------------
 ページリンク
------------------------------ */
.pageLink {
	width: 100%;
	font-size: 0;
	text-align: center;
	line-height: 26px;
	padding: 23px 0 16px;
	background: #f3f3f3;
	position: relative;
	z-index: 20;
}
.pageLink.bottom {
	padding: 27px 0 80px;
	background: #fff;
	border-top: solid 4px #003366;
}
.pageLink.bottom:before {
	background: #003366 none repeat scroll 0 0;
	top: -10px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.pageLink li {
	font-size: 1.5rem;
	padding: 0 3px;
	margin: 0 20px;
	position: relative;
	display: inline-block;
}
.pageLink li:after {
	content: '・';
	position: absolute;
	top: 0;
	right: -30px;
}
.pageLink li:last-child:after {
	display: none;
}
.pageLink li.on a {
	color: #cc4c1f;
	border-bottom: solid 2px #cc4c1f;
}
.pageLink li a {
	color: #333;
	display: block;
	text-decoration: none;
}
.pageLink li a:hover {
	color: #cc4c1f;
	border-bottom: solid 2px #cc4c1f;
}


.low_plink {
	font-size: 1.4rem;
	font-weight: 500;
	text-align: center;
}
.low_plink a {
	color: #333;
}
.low_plink u {
	text-decoration: underline;
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.pageLink {
		padding: 20px 0 15px;
	}
	.pageLink.bottom {
		padding: 27px 0 50px;
	}
	.pageLink li {
		font-size: 1.3rem;
		margin: 0 10px;
	}
	.pageLink li:after {
		right: -18px;
	}
}
@media screen and (max-width: 479px) {
	
}



/* ------------------------------
 受賞
------------------------------ */
.awardBox .awardList {
	font-size: 0;
	width: 1220px;
	margin: auto;
	text-align: center;
	padding-bottom: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.awardBox .awardList li {
	font-size: 1.4rem;
	margin: 0 14px;
}

/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.awardBox .awardList {
		width: auto;
		margin: auto 5%;
		display: block;
	}
	.awardBox .awardList li {
		margin: 10px 10px;
	}
}
/* ------------------------------
 フッタ
------------------------------ */
.footer {
	width: 100%;
	margin: 0;
	text-align: center;
	position: relative;
	z-index: 20;
	background: #fff;
}

/* -- フッタお問合せ -- */
.footerContact {
	padding: 35px 0 60px;
	position: relative;
	background: url(../img/contact_bg.jpg) no-repeat center bottom,
				url(../img/bg01.gif) repeat 0 0;
}
.footerContact h2 {
	margin-bottom: 50px;
}

/* -- メール -- */
.footerContact .mailBox {
	/* width: 1014px; */
	width: 1219px;
	margin: 0 auto 60px;
}
.footerContact .mailBox li {
	/* width: 506px; */
	width: 405px;
	float: left;
	position: relative;
	margin-right: 2px;
}
.footerContact .mailBox li:last-child {
	margin-right: 0;
}
.footerContact .mailBox li span {
	width: auto;
	height: auto;
	font-size: 2.6rem;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 42%;
	left: 0;
	right: 0;
	z-index: 10;
}

/* -- 吹き出し風見出し -- */
.title_comment {
	font-size: 1.7rem;
	margin-top: -20px;
	margin-bottom: 20px;
}
.title_comment span {
	position: relative;
}
.title_comment span:before {
	content: "";
	position: absolute;
	bottom: -10%;
	left: -25px;
	width: 1px;
	height: 22px;
	background: #333;
	transform: rotate(-40deg);
}
.title_comment span:after {
	content: "";
	position: absolute;
	bottom: -10%;
	right: -25px;
	width: 1px;
	height: 22px;
	background: #333;
	transform: rotate(40deg);
}

/* -- お電話 -- */
/* --
.footerContact .telBox {
	width: 1039px;
	margin: 0 auto;
}
.footerContact .telBox li {
	width: 259px;
	float: left;
	text-align: left;
	padding: 0 13px;
	position: relative;
}
-- */
.footerContact .telBox {
	width: 1245px;
	margin: 0 auto;
}
.footerContact .telBox li {
	width: 249px;
	float: left;
	text-align: left;
	padding: 0 13px;
	position: relative;
}
.footerContact .telBox li a {
	color: #333;
}
.footerContact .telBox li .img {
	text-align: center;
}
.footerContact .telBox li .img span img {
	width: 67px;
}

.footerContact .telBox li .title {
	font-size: 1.7rem;
	font-weight: bold;
	min-height: 50px;
	padding-bottom: 10px;
	margin: 20px 0 8px;
	line-height: 1.1;
	border-bottom: dotted 1px #808080;
}
.footerContact .telBox li .title span {
	font-size: 1.4rem;
}
.footerContact .telBox li .small {
	font-size: 1.25rem;
}
.footerContact .telBox li .telno {
	font-family: 'Roboto' , "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 2.05rem;
	font-weight: 500;
	line-height: 1.2;
	padding-left: 20px;
	background: url(../img/tel_icon.png) no-repeat 0 .3em / 15px auto;
}
.footerContact .telBox .icon-a {
	font-size: 1.4rem;
	font-weight: bold;
	margin-top: 5px;
}

/* -- フッタスライド -- */
.footerSlide {
	width: 1084px;
	margin: 0 auto;
	padding: 50px 0 40px;
}
.footerSlide .title {
	font-size: 1.8rem;
	font-weight: bold;
	padding-bottom: 15px;
	margin-bottom: 30px;
	line-height: 1.3;
	position: relative;
}
.footerSlide .title:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
	width: 60px;
	height: 3px;
	background: #003366;
}
.bannerList:after,
.bannerList02:after {
	content: "";
	clear: both;
	display: block;
}
.bannerList,
.bannerList02 {
	padding-bottom: 30px;
}
.bannerList > li,
.bannerList02 > li {
	float: left;
}

.footerSlide .fl {
	width: 613px;
}
.footerSlide .fr {
	width: 306px;
}


/* -- フッタナビ -- */
.footerNav:after {
	content: "";
	clear: both;
	display: block;
}
.footerNav {
	color: #fff;
	padding: 50px 0;
	background: #003366;
}
.footerNavIn {
	width: 1226px;
	margin: 0 auto;
	text-align: left;
	display: table;
}
.footerNavTop {
	width: 1226px;
	margin: 0 auto;
	text-align: left;
}
.footerNav a {
	color: #fff;
}
.footerNav .navList {
	font-size: 0;
	float: left;
}
.footerNav .navList li {
	font-size: 1.5rem;
	font-weight: bold;
	margin-right: 55px;
	display: inline-block;
}
.footerNav .navList li img {
	vertical-align: middle;
	margin-right: 5px;
}
.footerNav .sns {
	float: right;
	font-size: 0;
	margin-bottom: 50px;
}
.footerNav .sns li {
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
}
.footerNav .sns li:last-child {
	margin-right: 0;
}
.footerNav .sns li.text {
	width: 95px;
	font-size: 1.4rem;
	line-height: 30px;
	text-align: center;
	border: solid 1px #fff;
}
.footerNavIn .ft_sitemap {
	display: table-cell;
	padding-left: 50px;
}
.footerNavIn .ft_sitemap:last-child {
	width: 265px;
}
.footerNavIn .ft_sitemap_top {
	width: 180px;
	display: table-cell;
}

.footerNavIn .ft_sitemap_top li {
	font-weight: bold;
	margin-bottom: 5px;
}

.footerNavIn .ft_sitemap p {
	font-weight: bold;
	margin-bottom: 5px;
	position: relative;
}
.footerNavIn .ft_sitemap li {
	font-size: 1.3rem;
	margin-bottom: 3px;
	position: relative;
}
.footerNavIn .ft_sitemap li:last-child {
	margin-bottom: 0;
}
.footerNavIn .ft_sitemap ul + p,
.footerNavIn .ft_sitemap p + p {
	margin-top: 15px;
}

/* -- 外部リンク -- */
.outLink {
	width: 1226px;
	margin: 0 auto 40px;
	font-size: 0;
	text-align: center;
}
.outLink li {
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 1.9rem;
	line-height: 1.2;
	padding: 0 27px;
	display: inline-block;
	border-right: solid 1px #B5B5B5;
}
.outLink ul li:first-child {
	border-left: solid 1px #B5B5B5;
}
.outLink li img {
	vertical-align: middle;
	margin-right: 10px;
}
.outLink li a {
	color: #000;
}

/* -- 不動産リンク -- */
.otherLink {
	width: 100%;
	padding: 35px 0;
	background: #F3F3F3;
}
.otherLinkIn {
	width: 1226px;
	margin: 0 auto;
	display: table;
	text-align: left;
}
.otherLinkIn .linkBox {
	color: #003366;
	display: table-cell;
	padding: 0 32px;
}
.otherLinkIn .linkBox:first-child {
	padding-left: 0;
}
.otherLinkIn .linkBox:last-child {
	padding-right: 0;
}
.otherLinkIn .linkBox + .linkBox {
	border-left: dotted 1px #B6B4B5;
}
.otherLinkIn .linkBox a {
	color: #003366;
}
.otherLinkIn .linkBox p {
	font-weight: bold;
	margin-bottom: 5px;
}

.otherLinkIn .linkBox li {
	font-size: 1.25rem;
}

/* -- COPYRIGHT -- */
.footerCopy p {
	width: 1220px;
	padding: 19px 0;
	line-height: 18px;
	margin: 0 auto;
	text-align: center;
}

/* ------------------------------
 PC用コード（フッタ）
------------------------------ */
@media screen and (min-width: 1920px) {
	/* -- フッタお問合せ -- */
	.footerContact {
		background: url(../img/contact_bg01.jpg) no-repeat left bottom,
					url(../img/contact_bg02.jpg) no-repeat right bottom,
					url(../img/bg01.gif) repeat 0 0;
	}
}

/* ------------------------------
 スマホ用コード（フッタ）
------------------------------ */
@media screen and (max-width: 767px) {
	.footer {
		padding-bottom: 50px;
	}
	/* -- フッタお問合せ -- */
	.footerContact {
		padding: 10px 0 30px;
	}
	.footerContact h2 {
		margin-bottom: 25px;
	}
	.footerContact h2 img {
		height: 43px;
		width: auto;
	}
	.footerContact .mailBox {
		width: auto;
		margin: 0 5% 30px;
	}
	.footerContact .mailBox li {
		width: auto;
		float: none;
	}
	.footerContact .mailBox li:first-child {
		margin-right: 0;
	}
	.footerContact .mailBox li span {
		font-size: 2rem;
	}
	
	/* -- 吹き出し風見出し -- */
	.title_comment {
		font-size: 1.5rem;
		margin-top: 0;
		margin-bottom: 15px;
	}
	.title_comment span:before {
		left: -10px;
		bottom: -5%;
		height: 17px;
	}
	.title_comment span:after {
		right: -10px;
		bottom: -5%;
		height: 17px;
	}

	/* -- お電話 -- */
	.footerContact .telBox {
		width: auto;
		margin: 0 5%;
	}
	.footerContact .telBox li:after {
		content: "";
		clear: both;
		display: block;
	}
	.footerContact .telBox li {
		width: auto;
		float: none;
		padding: 0;
		display: table;
		margin-bottom: 20px;
		vertical-align: top;
	}
	.footerContact .telBox li .img {
		width: 35%;
		padding-right: 5%;
		display: table-cell;
		vertical-align: top;
	}
	.footerContact .telBox li .info {
		font-size: 1.2rem;
		width: 65%;
		display: table-cell;
		vertical-align: middle;
	}
	.footerContact .telBox li .info .f14 {
		font-size: 1.2rem;
	}
	.footerContact .telBox li .img img:hover + span {
		display: none;
	}
	
	.footerContact .telBox li .title {
		font-size: 1.6rem;
		padding-bottom: 5px;
		margin: 0 0 8px;
		min-height: 10px;
	}
	.footerContact .telBox li .telno {
		font-size: 2.3rem;
	}
	
	/* -- フッタスライド -- */
	.footerSlide {
		width: auto;
		margin: 0 5%;
		padding: 30px 30px;
	}
	.footerSlide .title {
		font-size: 1.5rem;
		margin-bottom: 25px;
	}
	.footerSlide .fl {
		width: auto;
		margin-bottom: 30px;
	}
	.footerSlide .fr {
		width: auto;
	}
	
	
	/* -- フッタナビ -- */
	.footerNav {
		padding: 20px 0;
	}
	.footerNavIn,
	.footerNavTop {
		width: auto;
		margin: 0 5%;
	}
	
	.footerNav .navList {
		float: none;
		margin-bottom: 10px;
	}
	.footerNav .navList li {
		font-size: 1.4rem;
		font-weight: bold;
		margin-right: 20px;
		margin-bottom: 10px;
		display: inline-block;
	}
	.footerNav .sns {
		text-align: center;
		float: none;
		margin-bottom: 0;
	}
	.footerNav .sns li {
		margin-right: 11px;
	}
	.footerNav .sns li.text {
		width: 80px;
		font-size: 1.3rem;
		line-height: 36px;
		text-align: center;
		border: solid 1px #fff;
	}
	.footerNavIn .ft_sitemap,
	.footerNavIn .ft_sitemap_top {
		display: none;
	}
	
	/* -- 外部リンク -- */
	.outLink {
		width: auto;
		margin-bottom: 20px;
	}
	.outLink li {
		font-size: 1.5rem;
		letter-spacing: -.05em;
		margin-bottom: 10px;
		padding: 0 10px;
	}
	.outLink li img {
		margin-right: 5px;
	}
	
	/* -- 不動産リンク -- */
	.otherLink {
		display: none;
	}
	.otherLinkIn {
		display: none;
	}
	
	
	/* -- COPYRIGHT -- */
	.footerCopy p {
		font-size: 1rem;
		width: auto;
	}
}

/* ------------------------------
 外部リンク
------------------------------ */
.external:after {
	content: "";
	clear: both;
	display: block;
}
.external {
	text-align: center;
}
footer .external {
	width: 1012px;
	margin: 0 auto;
}
.external .link {
	width: 598px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #B6B4B5;
}
footer .external .link {
	width: 496px;
}
.external .link a {
	width: 100%;
	color: #333;
	text-decoration: none;
	display: table;
}

.external .link div img {
	width: 100%;
}
.external .link div:nth-of-type(2) {
	width: 58%;
	padding: 10px 30px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
footer .external .link div {
	width: 62%;
}

.external .link div strong {
	font-size: 1.5rem;
	text-align: left;
}
.external .link div span {
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 2.2rem;
	line-height: 1.2;
}
.external .link .cms_blank {
	padding: 0;
	background: none;
}
.external .link .cms_blank span {
	padding-right: 18px;
	background: url(../img/blank.gif) no-repeat scroll right center / 12px 11px;
}
/* -- BLANK LINK -- */
.outlink {
	font-size: 0;
	margin: 35px auto 0;
}
.outlink li {
	width: 338px;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 2.2rem;
	text-align: left;
	display: inline-block;
	margin-right: 30px;
}
.outlink li:last-child {
	margin-right: 0;
}
.outlink li a {
	display: block;
	color: #000;
	text-decoration: none;
}
.outlink li a span {
	margin-bottom: 10px;
	background: url(../img/arrow01.png) no-repeat scroll 0 0.5em / 15px 12px, 
				url(../img/blank.gif) no-repeat scroll right 0.5em / 12px 11px;
    padding: 0 18px 0 25px;
    display: inline-block;
}
/* ------------------------------
 スマホ用コード（コンテンツ）
------------------------------ */
@media screen and (max-width: 767px) {
	/* 外部リンク */
	.external .link {
		width: auto;
	}
	footer .external {
		width: auto;
		margin: 0 5%;
	}
	footer .external .link {
		width: 100%;
		margin-bottom: 10px;
	}
	.external .link div:nth-of-type(2) {
		width: 68%;
		padding: 3px 3%;
	}
	.external .link div strong {
		font-size: 1.3rem;
	}
	.external .link .cms_blank span,
	.external .link div span {
		font-size: 1.5rem;
	}
	
	/* -- BLANK LINK -- */
	.outlink {
		font-size: 0;
		margin: 35px auto 0;
	}
	.outlink li {
		width: auto;
		font-size: 1.8rem;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.outlink li a span {
		margin-bottom: 5px;
	}
	
}

/* ------------------------------
 SIDE NAVI
------------------------------ */
.sideMenu {
	width: 40px;
	font-size: 1.3rem;
	color: #fff;
	position: fixed;
	top: 15%;
	right: 0;
	z-index: 2000000;
}
.sideMenu li {
	text-align: center;
	font-weight: bold;
	background: rgba(204,75,31,.9);
	margin-bottom: 1px;
}
.sideMenu li a {
	color: #fff;
	text-decoration: none;
	line-height: 40px;
	padding: 12px 0;
	text-decoration: none;
	position: relative;
}

.sideMenu li img {
	vertical-align: middle;
	margin-bottom: 5px;
	margin-left: -6px;
}


@-moz-document url-prefix() {
	.sideMenu li img {
		margin-left: 0;
	}
}


/* -- PAGE TOP -- */
.js-btn-pagetop {
	height: 40px;
	color: #fff;
	text-align: center;
	display: block;
	z-index: 1000;
	transition: background-color 0.2s ease 0s;
	cursor: pointer;
	background: #003366 !important;
	text-decoration: none;
}
.js-btn-pagetop a {
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center; 
}
.js-btn-pagetop:hover {
	text-decoration: none;
}
/* ------------------------------
 PC用コード
------------------------------ */
@media print, screen and (min-width: 768px) {
	.sideMenu li a {
		-ms-writing-mode: tb-rl;
		-webkit-writing-mode: vertical-rl;
		-o-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
	}
	.js-btn-pagetop {
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity .2s ease-in-out, visibility 0s step-end .2s;
		transition: opacity .2s ease-in-out, visibility 0s step-end .2s;
	}
	.page-show-pagetop .js-btn-pagetop {
		opacity: 1;
		visibility: visible;
		-webkit-transition: opacity .2s ease-in-out, visibility 0s step-end 0s;
		transition: opacity .2s ease-in-out, visibility 0s step-end 0s;
	}
	/*IE10以降に適用されるCSSハック（一応）*/
	@media all and (-ms-high-contrast:none){
		.sideMenu li {
			height: 185px;
		}
		.sideMenu li:nth-child(3) {
			height: 230px;
		}
		.sideMenu li img {
			margin-left: -9px;
		}
	}
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.sideMenu {
		width: 100%;
		font-size: 1.1rem;
		text-align: center;
		top: auto;
		bottom: 0;
		right: 0;
		display: flex;
	}
	.sideMenu li span {
		display: none;
	}
	.sideMenu ul {
		width: 100%;
		height: 50px;
		display: flex;
		-webkit-transition: width .2s ease-in-out;
		transition: width .2s ease-in-out;
	}
	.page-show-pagetop .sideMenu ul {
		width: calc(100% - 50px);
	}
	
	.sideMenu li {
		width: calc(100% / 3);
		height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.sideMenu li:not(:last-child) {
		border-right: solid 1px #fff;
	}
	.page-show-pagetop .sideMenu li:last-child {
		border-right: solid 1px #fff;
	}
	.sideMenu li img {
		display: block;
		margin: 0 auto 3px;
	}
	.sideMenu li a {
		line-height: 1.5;
		padding: 0 5px;
		text-align: center;
		display: block;
	}
	
	/* -- PAGE TOP -- */
	.js-btn-pagetop {
		width: 50px;
		height: 50px;
		opacity: 1;
	}
	.js-btn-pagetop a {
		height: 50px;
	}
	.js-btn-pagetop {
		width: 0 !important;
		-webkit-transition: width .2s ease-in-out;
		transition: width .2s ease-in-out;
	}
	.page-show-pagetop .js-btn-pagetop {
		width: 50px !important;
	}
}

/* ------------------------------
 ノースクリプト
------------------------------ */
#nojs {
	width: 100%;
	padding: 0;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2000;
	background: #003366;
}

#nojs p {
	padding: 3px 0;
	color: #fff;
	font-size: 1.2rem;
}



/* ------------------------------
 印刷用コード
------------------------------ */
@media print {
	html, 
	body {
		background: none;
		
	}
	.header {
		width: 1220px !important;
		margin: 0 auto;
		position: static !important;
	}
	.headerBlock {
		width: 1220px;
		margin: 0 auto;
	}
	
	.js-btn-pagetop {
		display: none !important;
	}
	/* ------------------------------
	 SIDE NAVI
	------------------------------ */
	.sideMenu {
		position: absolute;
	}
}


 /* -- 余白 -- */
@page {
	margin: 9.7mm 9.7mm;
}



/* ------------------------------
 Android用アラート
------------------------------ */
.alert-old-android-browser {
	display: none;
}
.alert-old-android-browser.is-show {
	border-top: 1px solid #aaa;
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	color: #222;
	font-size: 16px;
	z-index: 200000;
	padding: 30px 40px 20px 20px;
}
/* android browser */
.page-fixed-header-android .alert-old-android-browser.is-show {
	position: fixed;
	bottom: 0;
	left: 0;
}
.alert-old-android-browser.is-show > .alert-old-android-browser__text {
	margin-bottom: 1em;
	background-image: url(../img/warning.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    line-height: 18px;
    background-size: 20px 18px;
    margin-bottom: 10px;
}
.alert-old-android-browser.is-show > .alert-old-android-browser__link {
	color: #1685D2;
	text-decoration: none;
}
.alert-old-android-browser.is-show > .alert-old-android-browser__close {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0px;
	right: 0px;
}
.alert-old-android-browser.is-show > .alert-old-android-browser__close:before,
.alert-old-android-browser.is-show > .alert-old-android-browser__close:after {
	content: '';
    display: block;
    position: absolute;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: #aaa;
    width: 20px;
    height: 2px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.alert-old-android-browser.is-show > .alert-old-android-browser__close:before {
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);	
}
.alert-old-android-browser.is-show > .alert-old-android-browser__close:after {
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.alert-old-android-browser.is-show > .alert-old-android-browser__link:before {
    font-family: 'FontAwesome';
    content: "\f138";
    margin-right: 5px;
    color: #1685D2;
    display: inline-block;
}


.pc_hide {
	display: none;
}

@media screen and (max-width: 767px) {
	.pc_hide {
		display: block;
	}
}

u {
	text-decoration: underline;
}

.hide {
	display: none;
}

/* -- LINEアカウントバナー -- */
.footer .lineArea  {
	background:#F3F3F3;
	padding: 30px 40px 35px;
	width: 790px;
	margin: 0 auto 100px;
	font-size: 1.6rem;
	border-radius: 10px;
}
.footer .lineArea .title {
	font-size:2.9rem;
	font-weight: bold;
	margin-bottom: 35px;
}
.footer .lineArea .title img {
	margin-right:12px;
	vertical-align: middle;
	width:39px;
}
.footer .lineArea .title br {
	display: none;
}
.footer .lineArea .text {
    text-align: left;
	margin-bottom: 15px;
}
.footer .lineArea .title span ,
.footer .lineArea .text span {
	color:#DA2C83;
	font-weight: bold;
}
.footer .lineArea .btn {
	display:flex;
	justify-content: space-between;
}
.footer .lineArea .btn img {
	border: 1px solid #b3b3b3;
	border-radius: 6px;
	width: 110px;
	vertical-align: middle;
	margin-right: 15px;
}
.footer .lineArea .btn a {
	border:none;
	background:#00B900;
	color:#fff;
	min-width: 200px;
}
.footer .lineArea .btn a.instagramBtn {
	background:#da2c83;
}
.footer .lineArea .btn a:hover {
	opacity:0.7;
}
.footer .lineArea .btn a span {
    padding-left: 22px;
    background: url(../img/arrow02.png) no-repeat 0 .25em / 15px 12px;
}
@media screen and (max-width: 767px) {
	.footer .lineArea  {
		padding: 25px 5% 40px;
		width: 90%;
		margin: 0 auto 40px;
		font-size: 1.5rem;
	}
	.footer .lineArea .lineBlock {
		display:block;
	}
	.footer .lineArea .LeftBlock {
		width:100%;
	}
	.footer .lineArea .title {
		font-size:1.7rem;
		margin-bottom: 7px;
		line-height: 1.3;
		margin-bottom: 25px;
	}
	.footer .lineArea .title img {
		margin-bottom: 10px;
	}
	.footer .lineArea .title br {
		display: block;
	}
	.footer .lineArea .text {
		margin-left: 0;
		margin-bottom: 15px;
	}
	.footer .lineArea .btn {
		display: block;
	}
	.footer .lineArea .btn p {
		margin-bottom: 10px;
	}
	.footer .lineArea .btn img {
		display: none;
	}
}