@charset "UTF-8";
/* Contents Menu
-------------------------------------------------------------------------------------
【PC/SP】
	**:normalize
	**:icon
	**:reset
	**:base contents
		header/gnav/breadChumbs/mv/contents/footer/newslist/
	**:indent
	**:size
	**:wide
	**:section
	**:compo parts
		btn/box/list/head/table/float/column/topcontrol/roBtn/
	**:pager
	**:form
-------------------------------------------------------------------------------------*/



/* normalize
-------------------*/

/*! normalize.css v2.0.1 | MIT License | git.io/normalize*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block
}
audio, canvas, video {
	display: inline-block
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden] {
	display: none
}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
body {
	margin: 0
}
h1 {
	font-size: 2em
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: 700
}
dfn {
	font-style: italic
}
mark {
	background: #ff0;
	color: #000
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}
q {
	quotes: "\201C" "\201D" "\2018" "\2019"
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -.5em
}
sub {
	bottom: -.25em
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 0
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	border: 0;
	padding: 0
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0
}
button, input {
	line-height: normal
}
button, html input[type="button"], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], input[disabled] {
	cursor: default
}
input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0
}
input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance:none
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
textarea {
	overflow: auto;
	vertical-align: top
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
/* reset
-------------------*/

html {
	background-color: #FFF;
	font-size: 62.5%; /* sets the base font to 10px for easier math */
}
body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Noto Sans', sans-serif, '游ゴシック', Meiryo, メイリオ, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #8c6239;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	/*letter-spacing: 0.08em;*/
	/*	min-width:1000px;*/
	overflow-x: hidden;
}
body * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#fancybox-wrap, #fancybox-wrap *, #fancybox-tmp, #fancybox-loading {
	-webkit-box-sizing: content-box!important;
	-moz-box-sizing: content-box!important;
	-o-box-sizing: content-box!important;
	-ms-box-sizing: content-box!important;
	box-sizing: content-box!important;
}
a, a:link, a:hover, a:focus {
	text-decoration: none;
	cursor: pointer;
	outline: none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
a:hover {
	opacity: 0.7;
}
ul, ol {
	list-style-type: none;
}
::selection {
	background-color: #888;
	color: #FFF; /* Safari */
}
::-moz-selection {
 background-color: #888;
 color: #FFF; /* Firefox */
}
#contents p {
	line-height: 1.7;
}
hr.ancHr {
	font-size: 0 !important;
	line-height: 0 !important;
	visibility: hidden !important;
	margin: 0;
	padding: 0;
}
/* indent
-------------------*/
.center {
	text-align: center!important;
}
.left {
	text-align: left!important;
}
.right {
	text-align: right!important;
}
.top0 {
	margin-top: 0 !important;
}
.top5 {
	margin-top: 5px !important;
}
.top10 {
	margin-top: 10px !important;
}
.top15 {
	margin-top: 15px !important;
}
.top12 {
	margin-top: 12px !important;
}
.top20 {
	margin-top: 20px !important;
}
.top25 {
	margin-top: 25px !important;
}
.top30 {
	margin-top: 30px !important;
}
.top35 {
	margin-top: 35px !important;
}
.top40 {
	margin-top: 40px !important;
}
.top50 {
	margin-top: 50px !important;
}
.top60 {
	margin-top: 60px !important;
}
.btm0 {
	margin-bottom: 0 !important;
}
.btm5 {
	margin-bottom: 5px !important;
}
.btm10 {
	margin-bottom: 10px !important;
}
.btm15 {
	margin-bottom: 15px !important;
}
.btm20 {
	margin-bottom: 20px !important;
}
.btm25 {
	margin-bottom: 25px !important;
}
.btm30 {
	margin-bottom: 30px !important;
}
.btm35 {
	margin-bottom: 35px !important;
}
.btm40 {
	margin-bottom: 40px !important;
}
.btm45 {
	margin-bottom: 45px !important;
}
.btm50 {
	margin-bottom: 50px !important;
}
.btm55 {
	margin-bottom: 55px !important;
}
.btm60 {
	margin-bottom: 60px !important;
}
.btm65 {
	margin-bottom: 65px !important;
}
.btm70 {
	margin-bottom: 70px !important;
}
.btm75 {
	margin-bottom: 75px !important;
}
.btm80 {
	margin-bottom: 80px !important;
}
.btm85 {
	margin-bottom: 85px !important;
}
.btm90 {
	margin-bottom: 90px !important;
}
.btm95 {
	margin-bottom: 95px !important;
}
.btm120 {
	margin-bottom: 120px !important;
}
.pT0 {
	padding-top: 0!important;
}
.pT5 {
	padding-top: 5px!important;
}
.pT10 {
	padding-top: 10px!important;
}
.pT15 {
	padding-top: 15px!important;
}
.pT20 {
	padding-top: 20px!important;
}
.pT25 {
	padding-top: 25px!important;
}
.pT30 {
	padding-top: 30px!important;
}
.pT35 {
	padding-top: 35px!important;
}
.pT40 {
	padding-top: 40px!important;
}
.pT45 {
	padding-top: 45px!important;
}
.pB0 {
	padding-bottom: 0!important;
}
.pB5 {
	padding-bottom: 5px!important;
}
.pB10 {
	padding-bottom: 10px!important;
}
.pB15 {
	padding-bottom: 15px!important;
}
.pB20 {
	padding-bottom: 20px!important;
}
.pB30 {
	padding-bottom: 30px!important;
}
.pB40 {
	padding-bottom: 40px!important;
}
.lm5 {
	margin-left: 5px !important;
}
.lm10 {
	margin-left: 10px !important;
}
.lm15 {
	margin-left: 15px !important;
}
.lm20 {
	margin-left: 20px !important;
}
.lm35 {
	margin-left: 35px !important;
}
.lm50 {
	margin-left: 50px !important;
}
.lm60 {
	margin-left: 60px !important;
}
.lm70 {
	margin-left: 70px !important;
}
.rm5 {
	margin-right: 5px !important;
}
.rm10 {
	margin-right: 10px !important;
}
.rm15 {
	margin-right: 15px !important;
}
.rm20 {
	margin-right: 20px !important;
}
.rm40 {
	margin-right: 40px !important;
}
.vAT {
	vertical-align: top!important;
}
.vAM {
	vertical-align: middle!important;
}
.vAB {
	vertical-align: bottom!important;
}
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
.light {
	font-weight: lighter;
}
.sp {
	display: none;
}
.pc {
	display: block;
}
/*---Add 20180906---*/
.spBreak {
	display: none;
}
.pcBreak {
	display: block;
}
.spTel {
	pointer-events: none;
}
.pc_center {
	text-align: center !important;
}
.mincho {
	font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.en {
	font-family: 'Josefin Sans', sans-serif;
}
/* size
-------------------*/
.size10 {
	font-size: 1.0rem!important;
}
.size11 {
	font-size: 1.1rem!important;
}
.size12 {
	font-size: 1.2rem!important;
}
.size13 {
	font-size: 1.3rem!important;
}
.size14 {
	font-size: 1.4rem!important;
}
.size15 {
	font-size: 1.5rem!important;
}
.size16 {
	font-size: 1.6rem!important;
}
.size17 {
	font-size: 1.7rem!important;
}
.size18 {
	font-size: 1.8rem!important;
}
.size19 {
	font-size: 1.9rem!important;
}
.size20 {
	font-size: 2.0rem!important;
}
.size21 {
	font-size: 2.1rem!important;
}
.size22 {
	font-size: 2.2rem!important;
}
.size23 {
	font-size: 2.3rem!important;
}
.size24 {
	font-size: 2.4rem!important;
}
/* wide
-------------------*/
.w5 {
	width: 5%!important;
}
.w10 {
	width: 10%!important;
}
.w15 {
	width: 15%!important;
}
.w18 {
	width: 18%!important;
}
.w20 {
	width: 20%!important;
}
.w25 {
	width: 25%!important;
}
.w30 {
	width: 30%!important;
}
.w35 {
	width: 35%!important;
}
.w40 {
	width: 40%!important;
}
.w45 {
	width: 45%!important;
}
.w50 {
	width: 50%!important;
}
.w55 {
	width: 55%!important;
}
.w60 {
	width: 60%!important;
}
.w65 {
	width: 65%!important;
}
.w70 {
	width: 70%!important;
}
.w75 {
	width: 75%!important;
}
.w80 {
	width: 80%!important;
}
.w85 {
	width: 85%!important;
}
.w90 {
	width: 90%!important;
}
.w95 {
	width: 95%!important;
}
.wFull {
	width: 100%!important;
	height: auto;
}
/* section
-------------------*/

/*---Add 20180906---*/

.wr {
	overflow-x: hidden;
}
section {
	padding: 80px 0 100px;
}
section {
	clear: both;
}
section.last {
	margin-bottom: 0;
}
.scInr {
	margin: 0 auto;
	max-width: 1200px;
	width: 97%;
}
.scInrS {
	margin: 0 auto;
	max-width: 1000px;
	width: 97%;
}
.scInrSS {
	margin: 0 auto;
	max-width: 860px;
	width: 97%;
}
.scInrW {
	margin: 0 auto;
	max-width: 1400px;
	width: 97%;
}
/* icon
-------------------*/
@font-face {
	font-family: 'icon';
	src: url('fonts/icon.eot?hw9eaf');
	src: url('fonts/icon.eot?hw9eaf#iefix') format('embedded-opentype'), url('fonts/icon.ttf?hw9eaf') format('truetype'), url('fonts/icon.woff?hw9eaf') format('woff'), url('fonts/icon.svg?hw9eaf#icon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-envelope:before {
	content: "\e903";
}
.icon-map-pin-fill:before {
	content: "\e902";
}
.icon-file-text2:before {
	content: "\e926";
}
.icon-cancel-circle:before {
	content: "\ea0d";
}
.icon-FACEBOOK:before {
	content: "\e901";
}
.icon-arrow_right:before {
	content: "\e900";
	margin-left: 7px;
	vertical-align: middle;
}
.icon-twitter:before {
  background-image: url(../cmn_img/twitter-icon.png);
  background-size: 26px 26px;
  display:inline-block;
  width:26px;
  height:26px;
  content: "";
  transform:translateY(3px);
}
.icon-instagram:before {
  background-image: url(../cmn_img/instagram-icon.png);
  background-size: 26px 26px;
  display:inline-block;
  width:26px;
  height:26px;
  content: "";
  transform:translateY(3px);
}
.headerStyle02 .header .icon-twitter:before,
.headerStyle02 .header .icon-instagram:before {
  filter: invert(76%) sepia(95%) saturate(355%) hue-rotate(349deg) brightness(101%) contrast(88%);
}
.footer .icon-twitter:before {
  background-size: 24px 24px;
  width:24px;
  height:24px;
}
/*---Add 20180906---*/
/*----------------------------------------------------
	☆header
----------------------------------------------------*/

.header {
	height: 80px;
	overflow: hidden;
	z-index: 1100;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
}
.header .hdL {
	float: left;
}
.header h1 {
	display: inline-block;
}
.header h1 img {
	width: 93px;
}
/*-------▽▽▽▽hdR▽▽▽▽-------*/
.header .hdR {
	float: right;
	text-align: center;
	display: table;
}
.header .gNav {
	display: table-cell;
	vertical-align: middle;
}
.header .gNav li {
	display: inline-block;
	margin-right: 25px;
	letter-spacing: 0.2rem;
}
.header a {
	color: #ffffff;
	text-decoration: none;
	display: block;
}
/*
.header .gNav li:last-child {
	margin-right: 0px;
}*/
.header .gNav li i {
	font-size: 160%;
}
.header .formBtn {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.4;
}
.header .formBtn li {
	height: 80px;
	float: left;
}
.header .formBtn li a {
	color: #fefefe;
	display: table-cell;
	height: 80px;
	text-align: center;
	vertical-align: middle;
	text-align: center;
	width: 160px;
}
#header .searchBtn {
	background: #ed1307;
}
#header .contactBtn {
	background: #0b674b;
}
/*----20181228 追加----*/


#header .applyBtn a {
	background-color: red;
	padding: 0.8rem 1.5rem;
	border-radius: 30px;
}
.headerStyle02 header {
	background-color: #ffffff;
}
.headerStyle02 header a {
	color: #754c24;
}
/*----20181228 追加----*/
.headerStyle02 header .applyBtn a{
	color: #fff;
}
/*--.is-fixed {
	background-color: rgba(75,42,19,0.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
	width: 100%;
}

.fixed{
position: fixed;
top: 0;
left: 0;
background-color: rgba(75,42,19,0.7);
}
--*/
.is-animation {
	background-color: rgba(75,42,19,0.7);
}
/*----------------------------------------------------
	☆footer
----------------------------------------------------*/


.footer {
	background-color: #533b24;
	color: #ffffff;
	padding: 300px 0 60px;
	margin-top: -352px;
}
.footer .footerList {
	display: table;
	width: 100%;
}
.footer p.logo {
	display: table-cell;
	width: 7.5%;
	vertical-align: middle;
}
.footer img {
	width: 93px;
}
.footer a {
	color: #ffffff;
}
.footer ul {
	display: inline-block;
	margin-top: 300px;
	display: table-cell;
	vertical-align: middle;
	width: 85.5%;
	text-align: right;
}
.footer li {
	display: inline-block;
	margin-right: 46px;
}
.footer li:last-child {
	margin-right: 0px;
}
.footer li i {
	font-size: 160%;
}
.footer table {
	border: solid 1px #bbaba8;
	line-height: 1.6;
	width: 100%;
}
.footer table span {
	display: block;
}
.footer table th {
	text-align: left;
	padding-left: 55px;
	font-weight: normal;
}
.footer table td {
	padding: 8px 0;
	width: 70%;
}
.footer span.ttlTable {
	font-size: 160%;
	text-align: center;
	padding-left: 0px;
	margin-top: 12px;
}
.footer span.chuigaki {
	font-size: 80%;
	color: #bbaba8;
}
p.copyright {
	margin-top: 30px;
	text-align: center;
	font-size: 70%;
}

/* for break
-------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
.spBreak {
	display: block;
}
.pcBreak {
	display: none;
}
/*----------------------------------------------------
	☆header
----------------------------------------------------*/	
#spHeader {
	background-color: rgba(75,42,19,0.7);
	height: 60px;
	padding: 7px 3%;
	display: block;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 980;
}
#spHeader .logo img {
	height: 45px;
	width: auto;
}
/*---spForm-----*/
.spFormList span {
	display: block;
	font-size: 1.2rem;
}
.spFormList li {
	text-align: center;
	display: table;
}
.spFormList li a {
	display: table-cell;
}
#spHeader ul {
	overflow: hidden;
	zoom: 1;
	position: absolute;
	right: 70px;
	top: 16px;
}
#spHeader li {
	float: left;
	margin: 0 5px;
	text-align: center;
}
#spHeader li a {
	color: #FFF;
	font-size: 2rem;
	line-height: 1;
	vertical-align: middle;
}
#spHeader li a i {
}
.spMenu {
	background: #ed1307;
	cursor: pointer;
	display: block;
	height: 60px;
	width: 60px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1010;
}
.spMenu span {
	background-color: #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	display: inline; /* Fix for IE7 */
	height: 2px;
	width: 23px;
	position: absolute;
	left: 18px;
	-webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}
.spMenu small {
	display: block;
	color: #FFF;
	font-family: 'Josefin Sans', sans-serif;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 5px;
}
.spMenu span:nth-of-type(1) {
	top: 13px;
}
.spMenu span:nth-of-type(2) {
	top: 23px;
}
.spMenu span:nth-of-type(3) {
	top: 33px;
}
.spMenu.active {
	height: 60px;
	width: 60px;
}
.spMenu.active span {
	background-color: #ffffff;
}
.spMenu.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.spMenu.active span:nth-of-type(2) {
	opacity: 0;
}
.spMenu.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}
.spMenu.active small {
	color: #ffffff;
}
/*spNav*/
#spNav {
	height: 100%;
	display: block;
	transition: all 550ms ease 0.25s;
	visibility: hidden;
	padding-top: 59px;
	width: 100%;
	position: fixed;
	/*right: -100%;*/
  left: 100%;
	top: 0;
	z-index: 990;
	text-align: center;
	display: table;
}
#spNav.active {
	visibility: visible;
	/*right: 0;*/
  left: 0;
}
#spNav #spBg {
	background: rgba(0,0,0,0.5);
	height: 100%;
	width: 500%;
	position: fixed;
	top: 0;
	z-index: -1;
	opacity: 0;
	transition: all 550ms ease 0.25s;
	pointer-events: none;
}
#spNav.active #spBg {
	right: 0;
	opacity: 1;
	pointer-events: auto;
}
#spNav::after {
	background: rgba(11,103,75,0.8);
	/*background-color: #0b674b;*/
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
#spNav::before, #spNav::after {
	opacity: 0;
	transition: all 550ms ease 0.25s;
}
#spNav.active::before, #spNav.active::after {
	opacity: 1;
}
#spNav .closeBtn {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 3%;
	text-align: right;
}
#spNav nav {
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;/*border-top: 1px solid #FFF;*/
}
#spNav nav ul li {
/*border-bottom: 1px solid #FFF;
	float: left;
	width: 50%*/
}
#spNav nav ul li.even {
/*border-left: 1px solid #FFF;*/
}
#spNav nav ul li a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	font-size: 2.2rem;
	font-weight: normal;
	text-align: center;
	display: block;
	padding: 20px 0;
	font-family: 'Josefin Sans', sans-serif;
}
/*#spNav nav ul li a::before {
	color: #ffffff;
	content: attr(data-text);
	display: block;
	font-size: 1.8rem;
	margin-bottom: 5px;
}*/
#spNav nav ul li a:hover {
	background-color: #448CBC;
	color: #FFF;
	opacity: 0.7;
	text-decoration: none;
}
#spNav nav ul li a:hover::before {
	color: #FFF;
}
}

/* for SP
-------------------------------------------------------------------------------------*/

@media only screen and (max-width: 800px) {
/* indent
-------------------*/
body {
	font-size: 14px;
	font-size: 1.4rem;
}
.sp {
	display: block;
}
.pc {
	display: none;
}
.spImg {
	max-width: 100%;
}
a.spTel {
	color: #448cbc;
	pointer-events: auto;
	text-decoration: underline;
}
.pc_center {
	text-align: left !important;
}
.top10 {
	margin-top: 5px !important;
}
.top15 {
	margin-top: 5px !important;
}
.top12 {
	margin-top: 6px !important;
}
.top20 {
	margin-top: 10px !important;
}
.top25 {
	margin-top: 10px !important;
}
.top30 {
	margin-top: 15px !important;
}
.top35 {
	margin-top: 15px !important;
}
.top40 {
	margin-top: 20px !important;
}
.top45 {
	margin-top: 20px !important;
}
.top50 {
	margin-top: 25px !important;
}
.top55 {
	margin-top: 25px !important;
}
.top60 {
	margin-top: 30px !important;
}
.btm0 {
	margin-bottom: 0 !important;
}
.btm5 {
	margin-bottom: 5px !important;
}
.btm10 {
	margin-bottom: 5px !important;
}
.btm15 {
	margin-bottom: 10px !important;
}
.btm20 {
	margin-bottom: 10px !important;
}
.btm25 {
	margin-bottom: 10px !important;
}
.btm30 {
	margin-bottom: 15px !important;
}
.btm35 {
	margin-bottom: 15px !important;
}
.btm40 {
	margin-bottom: 20px !important;
}
.btm45 {
	margin-bottom: 20px !important;
}
.btm50 {
	margin-bottom: 25px !important;
}
.btm55 {
	margin-bottom: 25px !important;
}
.btm60 {
	margin-bottom: 30px !important;
}
.btm65 {
	margin-bottom: 30px !important;
}
.btm70 {
	margin-bottom: 35px !important;
}
.btm75 {
	margin-bottom: 35px !important;
}
.btm80 {
	margin-bottom: 40px !important;
}
.btm85 {
	margin-bottom: 40px !important;
}
.btm90 {
	margin-bottom: 45px !important;
}
.btm95 {
	margin-bottom: 45px !important;
}
.btm120 {
	margin-bottom: 60px !important;
}
.pT0 {
	padding-top: 0!important;
}
.pT5 {
	padding-top: 5px!important;
}
.pT10 {
	padding-top: 5px!important;
}
.pT15 {
	padding-top: 10px!important;
}
.pT20 {
	padding-top: 10px!important;
}
.pT25 {
	padding-top: 15px!important;
}
.pT30 {
	padding-top: 15px!important;
}
.pT35 {
	padding-top: 15px!important;
}
.pT40 {
	padding-top: 20px!important;
}
.pT45 {
	padding-top: 20px!important;
}
.pB0 {
	padding-bottom: 0!important;
}
.pB5 {
	padding-bottom: 5px!important;
}
.pB10 {
	padding-bottom: 5px!important;
}
.pB15 {
	padding-bottom: 5px!important;
}
.pB20 {
	padding-bottom: 10px!important;
}
.pB30 {
	padding-bottom: 15px!important;
}
.pB40 {
	padding-bottom: 20px!important;
}
.lm5 {
	margin-left: 5px !important;
}
.lm10 {
	margin-left: 5px !important;
}
.lm15 {
	margin-left: 5px !important;
}
.lm20 {
	margin-left: 10px !important;
}
.lm50 {
	margin-left: 20px !important;
}
.lm60 {
	margin-left: 30px !important;
}
.lm70 {
	margin-left: 30px !important;
}
.rm5 {
	margin-right: 5px !important;
}
.rm10 {
	margin-right: 5px !important;
}
.rm15 {
	margin-right: 5px !important;
}
.rm20 {
	margin-right: 10px !important;
}
.spBtm0 {
	margin-bottom: 0 !important;
}
.spBtm5 {
	margin-bottom: 5px !important;
}
.spBtm10 {
	margin-bottom: 10px !important;
}
.spBtm15 {
	margin-bottom: 15px !important;
}
.spBtm20 {
	margin-bottom: 20px !important;
}
.spBtm25 {
	margin-bottom: 25px !important;
}
.spBtm30 {
	margin-bottom: 30px !important;
}
.spBtm35 {
	margin-bottom: 35px !important;
}
.spBtm40 {
	margin-bottom: 40px !important;
}
.spBtm45 {
	margin-bottom: 45px !important;
}
.spBtm50 {
	margin-bottom: 50px !important;
}
.spW100 {
	width: 100%!important;
	height: auto;
}
/*---Add 20180906---*/	
/*----------------------------------------------------
	☆spFooter
----------------------------------------------------*/
.footer {
	padding: 100px 0 10px;
	margin-top: 0px;
	margin-top: -110px;
}
.footer .footerList {
	display: block;
	width: 100%;
	text-align: center;
}
.footer p.logo {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
.footer img {
	width: 120px;
}
.footer ul {
	display: none;
}
.footer li {
	display: block;
	margin-right: 0px;
	margin-bottom: 15px;
}
.footer li:last-child {
	margin-bottom: 0px;
}
.footer table th {
	padding-left: 10px;
}
.footer table td {
	padding: 10px 0;
	width: 63%;
}
.footer span.ttlTable {
	font-size: 120%;
	line-height: 1.2;
	margin-top: 20px;
}
.footer span.chuigaki {
	line-height: 1.2;
}
p.copyright {
	margin-bottom: 20px;
}
/* section
-------------------*/

/*---Add 20180906---*/
section {
	padding: 50px 0 40px;
}
section.sameSpace {
	padding: 40px 0;
}
.scInr, .scInrS, .scInrSS, .scInrW {
	float: none;
	margin: 0 3%;
	width: auto;
}
.bk100 {
	width: 100%;
	margin: 0;
}
}


/*SP END*/
