@charset "utf-8";
/* IMPORT */
@import url("reset.css");
@import url("fonts.css");
/* =====================
  1. レスポンシブグリッドシステム
  2. base.css
======================== */
/***********************************************************************
  1. レスポンシブグリッドシステム
	12 COLUMN : RESPONSIVE GRID SYSTEM
	DEVELOPER : DENIS LEBLANC
	URL : http://responsive.gs　
	VERSION : 3.0
	LICENSE : GPL & MIT */
/***********************************************************************
【ブレイクポイント】
スモールsize（モバイル） 640px以下
ミディアムsize（タブレット） 641px以上
ラージsize（PC）　851px以上　最大1000px

モバイルファースト

【目次】
01. 共通
02. MAIN CONTAINER
03. CLEARFIX
04. DEFAULT ROW STYLES
05. DEFAULT COLUMN STYLES
06. DISPLAYS スモール(モバイル) SIZE
07. DISPLAYS ミディアム(タブレット) SIZE
08. DISPLAYS ラージ(PC) SIZE
09. 拡張: グリッドの間隔を空けるpush
10. 中央揃え
11. タイル　リスト横並び
12. 画像をテキストに切り替え
13. 表示・非表示切替
***********************************************************************/
/* ==========================================
	01. 共通
	BORDER-BOX : 	パディングとボーダーを幅に含む
============================================ */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* *behavior: url(/common/js/boxsizing.htc);*/
}
img {
  max-width: 100%;
  height: auto;
}
.ie8 img {
  /*IE8*/
  width: auto;
}
/* ==========================================
	02. MAIN CONTAINER
============================================ */
body {
  position: relative;
}
#frame-outer {
  margin: 0 auto;
}
.container {
  max-width: 1000px;
  margin-left: 3%;
  margin-right: 3%;
}
@media print, screen and (min-width: 851px) {
  .container {
    margin-left: auto;
    margin-right: auto;
  }
}
/* media終わり */
/* ==========================================
	03. CLEARFIX
============================================ */
.container:after,
.row:after,
.col:after,
.clr:after,
.group:after {
  content: " ";
  display: table;
  clear: both;
}
/* ==========================================
	04. DEFAULT ROW STYLES
============================================ */
.row {
  margin-bottom: 1em;
}
.row-mb0 {
  margin-bottom: 0;
}
/* ==========================================
	05. DEFAULT COLUMN STYLES
============================================ */
.col {
  display: block;
  float: left;
  width: 100%;
}
.row .col:first-child {
  /* 最初のカラム */
  margin-left: 0;
}
.alpha {
  /* 最初のカラム */
  margin-left: 0 !important;
}
.omega {
  /* ラストのカラム */
  float: right !important;
  padding-right: 0 !important;
  margin-right: 0 !important;
}
@media print, screen and (min-width: 641px) {
  .omega-medium {
    float: right !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
  }
  .alpha-medium {
    margin-left: 0 !important;
  }
}
/* media終わり */
/* ==========================================
	06. DISPLAYS +640px以下
	スモール(モバイル) SIZE
============================================ */
.grid-small1,
.grid-small2,
.grid-small3,
.grid-small4,
.grid-small5,
.grid-small6,
.grid-small7,
.grid-small8,
.grid-small9,
.grid-small10,
.grid-small11,
.grid-small12 {
  margin-left: 2%;
}
.noGutters .col {
  margin-left: 0;
}
.grid-small1 {
  width: 6.5%;
}
.grid-small2 {
  width: 15.0%;
}
.grid-small3 {
  width: 23.5%;
}
.grid-small4 {
  width: 32.0%;
}
.grid-small5 {
  width: 40.5%;
}
.grid-small6 {
  width: 49.0%;
}
.grid-small7 {
  width: 57.5%;
}
.grid-small8 {
  width: 66.0%;
}
.grid-small9 {
  width: 74.5%;
}
.grid-small10 {
  width: 83.0%;
}
.grid-small11 {
  width: 91.5%;
}
.grid-small12 {
  width: 100%;
}
.noGutters .grid-small1 {
  width: 8.33333333333%;
}
.noGutters .grid-small2 {
  width: 16.6666666667%;
}
.noGutters .grid-small3 {
  width: 25%;
}
.noGutters .grid-small4 {
  width: 33.3333333333%;
}
.noGutters .grid-small5 {
  width: 41.6666666667%;
}
.noGutters .grid-small6 {
  width: 50%;
}
.noGutters .grid-small7 {
  width: 58.3333333333%;
}
.noGutters .grid-small8 {
  width: 66.6666666667%;
}
.noGutters .grid-small9 {
  width: 75%;
}
.noGutters .grid-small10 {
  width: 83.3333333333%;
}
.noGutters .grid-small11 {
  width: 91.6666666667%;
}
.noGutters .grid-small12 {
  width: 100%;
}
/* ==========================================
	07. DISPLAYS +641px
	ミディアム(タブレット) SIZE
============================================ */
@media print, screen and (min-width: 641px) {
  .col {
    margin-left: 2%;
  }
  .grid-1,
  .grid-medium1 {
    width: 6.5%;
  }
  .grid-2,
  .grid-medium2 {
    width: 15.0%;
  }
  .grid-3,
  .grid-medium3 {
    width: 23.5%;
  }
  .grid-4,
  .grid-medium4 {
    width: 32.0%;
  }
  .grid-5,
  .grid-medium5 {
    width: 40.5%;
  }
  .grid-6,
  .grid-medium6 {
    width: 49.0%;
  }
  .grid-7,
  .grid-medium7 {
    width: 57.5%;
  }
  .grid-8,
  .grid-medium8 {
    width: 66.0%;
  }
  .grid-9,
  .grid-medium9 {
    width: 74.5%;
  }
  .grid-10,
  .grid-medium10 {
    width: 83.0%;
  }
  .grid-11,
  .grid-medium11 {
    width: 91.5%;
  }
  .grid-12,
  .grid-medium12 {
    width: 100%;
  }
  .grid-0,
  .grid-medium0 {
    width: 100%;
  }
  .noGutters .grid-1,
  .noGutters .grid-medium1 {
    width: 8.33333333333%;
  }
  .noGutters .grid-2,
  .noGutters .grid-medium2 {
    width: 16.6666666667%;
  }
  .noGutters .grid-3,
  .noGutters .grid-medium3 {
    width: 25%;
  }
  .noGutters .grid-4,
  .noGutters .grid-medium4 {
    width: 33.3333333333%;
  }
  .noGutters .grid-5,
  .noGutters .grid-medium5 {
    width: 41.6666666667%;
  }
  .noGutters .grid-6,
  .noGutters .grid-medium6 {
    width: 50%;
  }
  .noGutters .grid-7,
  .noGutters .grid-medium7 {
    width: 58.3333333333%;
  }
  .noGutters .grid-8,
  .noGutters .grid-medium8 {
    width: 66.6666666667%;
  }
  .noGutters .grid-9,
  .noGutters .grid-medium9 {
    width: 75%;
  }
  .noGutters .grid-10,
  .noGutters .grid-medium10 {
    width: 83.3333333333%;
  }
  .noGutters .grid-11,
  .noGutters .grid-medium11 {
    width: 91.6666666667%;
  }
  .noGutters .grid-12,
  .noGutters .grid-medium12 {
    width: 100%;
  }
  .noGutters .grid-0,
  .noGutters .grid-medium0 {
    width: 100%;
  }
}
/* media終わり */
/* ==========================================
  08. DISPLAYS +851px
  ラージ(PC) SIZE
============================================ */
@media print, screen and (min-width: 851px) {
  .grid-large1 {
    width: 6.5%;
  }
  .grid-large2 {
    width: 15.0%;
  }
  .grid-large3 {
    width: 23.5%;
  }
  .grid-large4 {
    width: 32.0%;
  }
  .grid-large5 {
    width: 40.5%;
  }
  .grid-large6 {
    width: 49.0%;
  }
  .grid-large7 {
    width: 57.5%;
  }
  .grid-large8 {
    width: 66.0%;
  }
  .grid-large9 {
    width: 74.5%;
  }
  .grid-large10 {
    width: 83.0%;
  }
  .grid-large11 {
    width: 91.5%;
  }
  .grid-large12 {
    width: 100%;
  }
  .grid-large0 {
    width: 100%;
  }
  .noGutters .grid-large1 {
    width: 8.33333333333%;
  }
  .noGutters .grid-large2 {
    width: 16.6666666667%;
  }
  .noGutters .grid-large3 {
    width: 25%;
  }
  .noGutters .grid-large4 {
    width: 33.3333333333%;
  }
  .noGutters .grid-large5 {
    width: 41.6666666667%;
  }
  .noGutters .grid-large6 {
    width: 50%;
  }
  .noGutters .grid-large7 {
    width: 58.3333333333%;
  }
  .noGutters .grid-large8 {
    width: 66.6666666667%;
  }
  .noGutters .grid-large9 {
    width: 75%;
  }
  .noGutters .grid-large10 {
    width: 83.3333333333%;
  }
  .noGutters .grid-large11 {
    width: 91.6666666667%;
  }
  .noGutters .grid-large12 {
    width: 100%;
  }
  .noGutters .grid-large0 {
    width: 100%;
  }
}
/* media終わり */
/* ==========================================
	09. 拡張: グリッドの間隔を空けるpush
	http://gumbyframework.com/
============================================ */
@media print, screen and (min-width: 641px) {
  .row .push-1 {
    margin-left: 10.5%;
  }
  .row .push-1:first-child {
    margin-left: 8.5%;
  }
  .row .pull-1.one.column {
    margin-left: -15%;
  }
  .row .push-2 {
    margin-left: 19%;
  }
  .row .push-2:first-child {
    margin-left: 17%;
  }
  .row .push-3 {
    margin-left: 27.5%;
  }
  .row .push-3:first-child {
    margin-left: 25.5%;
  }
  .row .push-4 {
    margin-left: 36%;
  }
  .row .push-4:first-child {
    margin-left: 34%;
  }
  .row .push-5 {
    margin-left: 44.5%;
  }
  .row .push-5:first-child {
    margin-left: 42.5%;
  }
  .row .push-6 {
    margin-left: 53%;
  }
  .row .push-6:first-child {
    margin-left: 51%;
  }
  .row .push-7 {
    margin-left: 61.5%;
  }
  .row .push-7:first-child {
    margin-left: 59.5%;
  }
  .row .push-8 {
    margin-left: 70%;
  }
  .row .push-8:first-child {
    margin-left: 68%;
  }
  .row .push-9 {
    margin-left: 78.5%;
  }
  .row .push-9:first-child {
    margin-left: 76.5%;
  }
  .row .push-10 {
    margin-left: 87%;
  }
  .row .push-10:first-child {
    margin-left: 85%;
  }
  .row .push-11 {
    margin-left: 95.5%;
  }
  .row .push-11:first-child {
    margin-left: 93.5%;
  }
}
/* media終わり */
/* ==========================================
  10. 中央揃え .col-centered　付加
============================================ */
.row .col.col-centered,
.row .col.col-centered-small {
  margin-right: auto;
  margin-left: auto ;
  float: none;
}
@media print, screen and (min-width: 641px) {
  .row .col.col-centered-small {
    margin-right: inherit;
    margin-left: inherit ;
    float: left;
  }
  .row .col.col-centered-medium {
    margin-right: auto;
    margin-left: auto ;
    float: none;
  }
}
/* media終わり */
@media print, screen and (min-width: 851px) {
  .row .col.col-centered-medium {
    margin-right: inherit;
    margin-left: inherit ;
    float: left;
  }
  .row .col.col-centered-large {
    margin-right: auto;
    margin-left: auto ;
    float: none;
  }
}
/* media終わり */
/* ==========================================
	11. タイル　リスト横並び
	http://gumbyframework.com/
============================================ */
.tiles {
  display: block;
  overflow: hidden;
}
.tiles > li,
.tiles > .tile {
  display: block;
  height: auto;
  margin-bottom: 1em;
}
/* スモールsize用
------------------------------------------ */
.tiles-small2 > li,
.tiles-small2 > .tile {
  float: left;
}
.tiles.tiles-small2 {
  margin-left: -3%;
}
.tiles.tiles-small2 > li,
.tiles.tiles-small2 > .tile {
  float: left;
  margin-left: 3%;
  width: 47%;
}
.tiles.tiles-small3 {
  margin-left: -2%;
}
.tiles.tiles-small3 > li,
.tiles.tiles-small3 > .tile {
  float: left;
  margin-left: 2%;
  width: 31.3%;
}
/*liの高さがそれぞれ違うとき
 .tiles-txtを.tiles/.tiles-small●と併記
----------------------- */
.tiles-txt.tiles-small2 > li:nth-child(2n+1),
.tiles-txt.tiles-small3 > li:nth-child(3n+1),
.tiles-txt.tiles-small4 > li:nth-child(4n+1),
.tiles-txt.tiles-small5 > li:nth-child(5n+1) {
  clear: both;
}
/* ie8用 */
.ie8 .tiles-txt.tiles-small2 > li,
.ie8 .tiles-txt.tiles-small3 > li,
.ie8 .tiles-txt.tiles-small4 > li,
.ie8 .tiles-txt.tiles-small5 > li,
.ie8 .tiles-txt.tiles-small2 > .tile,
.ie8 .tiles-txt.tiles-small3 > .tile,
.ie8 .tiles-txt.tiles-small4 > .tile,
.ie8 .tiles-txt.tiles-small5 > .tile {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.ie8 .tiles-txt.tiles-small2 > li {
  width: 46.3%;
}
.ie8 .tiles-txt.tiles-small3 > li {
  width: 30.4%;
}
.ie8 .tiles-txt.tiles-small4 > li {
  width: 22%;
}
.ie8 .tiles-txt.tiles-small5 > li {
  width: 17.45%;
}
/* DISPLAYS +641px
------------------------------------------ */
@media print, screen and (min-width: 641px) {
  .tiles > li,
  .tiles > .tile {
    float: left;
  }
  .tiles.tiles-2 {
    margin-left: -3%;
  }
  .tiles.tiles-2 > li,
  .tiles.tiles-2 > .tile {
    margin-left: 3%;
    width: 47%;
  }
  .tiles.tiles-3,
  .tiles.tiles-4 {
    margin-left: -2%;
  }
  .tiles.tiles-3 > li,
  .tiles.tiles-3 > .tile {
    margin-left: 2%;
    width: 31.3%;
  }
  .tiles.tiles-4 > li,
  .tiles.tiles-4 > .tile {
    margin-left: 2%;
    width: 23%;
  }
  .tiles.tiles-5 {
    margin-left: -1.5%;
  }
  .tiles.tiles-5 > li,
  .tiles.tiles-5 > .tile {
    margin-left: 1.5%;
    width: 18.5%;
  }
  /*liの高さがそれぞれ違うとき .tiles、.tiles-●と併記
     .tiles-txtを.tiles/.tiles-●と併記
    ----------------------- */
  .tiles-small2.tiles-3 > li:nth-child(2n+1),
  .tiles-small2.tiles-4 > li:nth-child(2n+1),
  .tiles-small2.tiles-5 > li:nth-child(2n+1),
  .tiles-small3.tiles-2 > li:nth-child(3n+1),
  .tiles-small3.tiles-4 > li:nth-child(3n+1),
  .tiles-small3.tiles-5 > li:nth-child(3n+1),
  .tiles-small4.tiles-2 > li:nth-child(4n+1),
  .tiles-small4.tiles-3 > li:nth-child(4n+1),
  .tiles-small4.tiles-5 > li:nth-child(4n+1),
  .tiles-small5.tiles-2 > li:nth-child(5n+1) .tiles-small5.tiles-3 > li:nth-child(5n+1) .tiles-small5.tiles-4 > li:nth-child(5n+1) {
    clear: none;
  }
  .tiles-txt.tiles-2 > li:nth-child(2n+1),
  .tiles-txt.tiles-3 > li:nth-child(3n+1),
  .tiles-txt.tiles-4 > li:nth-child(4n+1),
  .tiles-txt.tiles-5 > li:nth-child(5n+1) {
    clear: both;
  }
  /* ie8用 */
  .ie8 .tiles-txt > li,
  .ie8 .tiles-txt > .tile {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .ie8 .tiles-txt.tiles-2 > li {
    width: 46.3%;
  }
  .ie8 .tiles-txt.tiles-3 > li {
    width: 30.4%;
  }
  .ie8 .tiles-txt.tiles-4 > li {
    width: 22%;
  }
  .ie8 .tiles-txt.tiles-5 > li {
    width: 17.45%;
  }
}
/* media終わり */
/* ==========================================
	12. 画像をテキストに切り替え
============================================ */
/* スモール(モバイル)sizeで画像をテキストに切り替える
.swapTextにdata-label属性でテキストを記述 */
@media screen and (max-width: 640px) {
  .swapText img {
    display: none;
  }
  .swapText:before {
    content: attr(data-label);
  }
}
/* media終わり */
/* ==========================================
	13. 表示・非表示切替
  http://foundation.zurb.com/ 5.5.2
============================================ */
/* スモール(モバイル)size */
.show-for-small-only,
.show-for-small-up,
.show-for-small,
.show-for-small-down,
.hide-for-medium-only,
.hide-for-medium-up,
.hide-for-medium,
.show-for-medium-down,
.hide-for-large-only,
.hide-for-large-up,
.hide-for-large,
.show-for-large-down {
  display: inherit !important;
}
.hide-for-small-only,
.hide-for-small-up,
.hide-for-small,
.hide-for-small-down,
.show-for-medium-only,
.show-for-medium-up,
.show-for-medium,
.hide-for-medium-down,
.show-for-large-only,
.show-for-large-up,
.show-for-large,
.hide-for-large-down {
  display: none !important;
}
table.show-for-small-only,
table.show-for-small-up,
table.show-for-small,
table.show-for-small-down,
table.hide-for-medium-only,
table.hide-for-medium-up,
table.hide-for-medium,
table.show-for-medium-down,
table.hide-for-large-only,
table.hide-for-large-up,
table.hide-for-large,
table.show-for-large-down {
  display: table !important;
}
tr.show-for-small-only,
tr.show-for-small-up,
tr.show-for-small,
tr.show-for-small-down,
tr.hide-for-medium-only,
tr.hide-for-medium-up,
tr.hide-for-medium,
tr.show-for-medium-down,
tr.hide-for-large-only,
tr.hide-for-large-up,
tr.hide-for-large,
tr.show-for-large-down {
  display: table-row;
}
th.show-for-small-only,
td.show-for-small-only,
th.show-for-small-up,
td.show-for-small-up,
th.show-for-small,
td.show-for-small,
th.show-for-small-down,
td.show-for-small-down,
th.hide-for-medium-only,
td.hide-for-medium-only,
th.hide-for-medium-up,
td.hide-for-medium-up,
th.hide-for-medium,
td.hide-for-medium,
th.show-for-medium-down,
td.show-for-medium-down,
th.hide-for-large-only,
td.hide-for-large-only,
th.hide-for-large-up,
td.hide-for-large-up,
th.hide-for-large,
td.hide-for-large,
th.show-for-large-down,
td.show-for-large-down {
  display: table-cell !important;
}
/* ミディアム(タブレット)size */
@media print, screen and (min-width: 641px) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .show-for-large-down {
    display: inherit !important;
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .hide-for-large-down {
    display: none !important;
  }
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.show-for-medium-only,
  table.show-for-medium-up,
  table.show-for-medium,
  table.show-for-medium-down,
  table.hide-for-large-only,
  table.hide-for-large-up,
  table.hide-for-large,
  table.show-for-large-down {
    display: table !important;
  }
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.show-for-medium-only,
  tr.show-for-medium-up,
  tr.show-for-medium,
  tr.show-for-medium-down,
  tr.hide-for-large-only,
  tr.hide-for-large-up,
  tr.hide-for-large,
  tr.show-for-large-down {
    display: table-row;
  }
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.show-for-medium-only,
  td.show-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.show-for-medium,
  td.show-for-medium,
  th.show-for-medium-down,
  td.show-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.hide-for-large-up,
  td.hide-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.show-for-large-down,
  td.show-for-large-down {
    display: table-cell !important;
  }
}
/* media終わり */
/* ラージ(PC)size */
@media print, screen and (min-width: 851px) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .show-for-large-down {
    display: inherit !important;
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .hide-for-large-down {
    display: none !important;
  }
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.show-for-large-only,
  table.show-for-large-up,
  table.show-for-large,
  table.show-for-large-down {
    display: table !important;
  }
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.show-for-large-only,
  tr.show-for-large-up,
  tr.show-for-large,
  tr.show-for-large-down {
    display: table-row;
  }
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.show-for-large-only,
  td.show-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.show-for-large,
  td.show-for-large,
  th.show-for-large-down,
  td.show-for-large-down {
    display: table-cell !important;
  }
}
/* media終わり */
/* 追加　1000px以上*/
@media screen and (max-width: 1000px) {
  .show-for-xlarge-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 1001px) {
  .show-for-xlarge-only {
    display: inherit !important;
  }
}
/* media終わり */
/* 印刷用 */
@media print {
  .show-for-print {
    display: block;
  }
  .hide-for-print {
    display: none;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
}
/* media終わり */
@media not print {
  .show-for-print {
    display: none !important;
  }
}
/* media終わり */
/***********************************************************************
	2. base.css
	共通設定
/***********************************************************************

【目次】
01. 共通
02. ボタン、アイコンフォント
03. コンテンツエリア
04. レイアウト
05. Print styles
******************************************************************/
/* ==========================================
  01. 共通
============================================ */
html {
  /*****************
	 remのベース: 10px
	 例：font-size: 14px; （ie8用）
   　　font-size: 1.4rem;
	*****************/
  font-size: 62.5%;
}
body {
  color: #333;
  line-height: 1.6;
  font-size: 1.4em;
  /* chrome対策 em指定 */
  font-family: 'Lucida Grande', Verdana, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, "メイリオ", sans-serif;
}
@media print, screen and (min-width: 641px) {
  body {
    font-size: 1.6em;
  }
}
/* media終わり */
/* リンク指定
------------------------------------------ */
a:link,
a:visited {
  color: #542504;
  text-decoration: none;
}
a:hover,
a:active {
  color: #542504;
  text-decoration: underline;
}
/* 黒文字リンク */
.linkblack a:link,
a.linkblack:link,
.linkblack a:visited,
a.linkblack:visited {
  color: #333;
  text-decoration: none;
}
.linkblack a:hover,
a.linkblack:hover,
.linkblack a:active,
a.linkblack:active {
  color: #333;
  text-decoration: underline;
}
/* 赤文字リンク */
.hue1 a:link,
a.hue1:link,
.hue1 a:visited,
a.hue1:visited {
  color: #d62324;
  text-decoration: none;
}
.hue1 a:hover,
a.hue1:hover,
.hue1 a:active,
a.hue1:active {
  color: #d62324;
  text-decoration: underline;
}
/* フォント
------------------------------------------ */
.st {
  font-weight: bold;
}
.mini {
  font-size: 90%;
  line-height: 1.4;
}
.mini2 {
  font-size: 80%;
  line-height: 1.4;
}
@media print, screen and (min-width: 851px) {
  .mini-large {
    font-size: 90%;
    line-height: 1.4;
  }
}
/* media終わり */
em {
  font-style: normal;
  font-weight: bold;
}
.attention {
  color: #d62324;
}
.hue1 {
  color: #d62324;
}
/*赤*/
.fs090 {
  font-size: 90%;
}
/* 行揃え
------------------------------------------ */
.alignC {
  text-align: center;
}
.alignR {
  text-align: right;
}
.alignL {
  text-align: left;
}
@media screen and (max-width: 640px) {
  .alignC-small {
    text-align: center;
  }
}
@media print, screen and (min-width: 641px) {
  .alignR-medium {
    text-align: right;
  }
}
@media print, screen and (min-width: 851px) {
  .alignR-large {
    text-align: right;
  }
}
.valignT {
  vertical-align: top;
}
.valignM {
  vertical-align: middle;
}
.valignB {
  vertical-align: bottom;
}
.nowrap {
  white-space: nowrap;
}
/* フロート
------------------------------------------ */
.floatR-small {
  float: right;
}
.floatL-small {
  float: left;
}
.clear {
  clear: both;
}
@media print, screen and (min-width: 641px) {
  .floatR {
    float: right;
  }
  .floatL {
    float: left;
  }
}
/* clearfixのクラス　1. レスポンシブグリッドシステムに記述
------------------------------------------ */
/*.container,
.row,
.col,
.clr,
.group*/
/*リスト float
------------------------------------------ */
@media print, screen and (min-width: 641px) {
  .lineList li {
    float: left;
    display: inline;
  }
  .lineList:after {
    content: " ";
    display: table;
    clear: both;
  }
}
/* media終わり */
/*画像とテキスト float
------------------------------------------ */
.figureL,
.figureR {
  margin-bottom: 0.5em;
}
/* スモールsize用 */
.figureL-small {
  float: left;
  margin: 0 1em 0.5em 0;
}
.figureR-small {
  float: right;
  margin: 0 0 0.5em 1em;
}
.figure-txtBlock-small {
  overflow: hidden;
}
@media print, screen and (min-width: 641px) {
  /* 画像 */
  .figureL {
    float: left;
    margin: 0 1em 0.5em 0;
  }
  .figureR {
    float: right;
    margin: 0 0 0.5em 1em;
  }
  /* テキスト */
  .figure-txtBlock {
    overflow: hidden;
  }
}
/* media終わり */
/* 調整用余白 （多用しないこと）
------------------------------------------ */
.m0 {
  margin: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
/* サイズ
------------------------------------------ */
.box025,
.box050,
.box060,
.box080,
.box100 {
  width: 100%;
}
@media print, screen and (min-width: 851px) {
  .box025 {
    width: 25%;
  }
  .box050 {
    width: 50%;
  }
  .box060 {
    width: 60%;
  }
  .box080 {
    width: 80%;
  }
  .box100 {
    width: 100%;
  }
}
/* media終わり */
.box-zip1 {
  width: 4em;
}
.box-zip2 {
  width: 5em;
}
/* input
------------------------------------------ */
input[type="text"],
input[type="tel"],
input[type="number"] {
  border-radius: 2px;
  background-color: #f5f4f0;
  border: 1px solid #ccc6ae;
  padding: 3px 0;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
  background-color: #faedee;
}
textarea,
select {
  background-color: #f5f4f0;
  border: 1px solid #ccc6ae;
}
td input[type="text"],
td input[type="tel"],
td input[type="number"],
td textarea {
  font-size: 14px;
  font-size: 1.4rem;
}
/*画像
------------------------------------------ */
img.pic {
  padding: 1px;
  border: 1px solid #c4c4c4;
}
figure {
  margin-bottom: 1em;
  text-align: center;
}
figcaption {
  margin: 0 20px;
}
@media print, screen and (min-width: 641px) {
  figure {
    text-align: left;
    margin-bottom: 0.5em;
  }
  figcaption {
    margin: 0;
  }
}
/* media終わり */
/*定義リストdl ddと横並び
--------------------------------------- */
.dl-horizon dd {
  margin-bottom: 0.3em;
}
@media print, screen and (min-width: 641px) {
  .dl-horizon dt {
    clear: both;
    float: left;
    width: 7.5em;
    padding: 0.2em 0 0.2em 0;
  }
  .dl-horizon dd {
    padding: 0.2em 0 0.2em 7.5em;
    margin-bottom: 0;
  }
  .dl-horizon dd:after {
    content: " ";
    display: table;
    clear: both;
  }
}
/* media終わり */
/* テーブル
--------------------------------------- */
article table {
  border: 1px solid #aaaaaa;
  margin: 1.2em 0;
  width: 100%;
}
@media print, screen and (min-width: 851px) {
  table.w030 {
    width: 30%;
  }
  table.w050 {
    width: 50%;
  }
  table.w060 {
    width: 60%;
  }
  table.w080 {
    width: 80%;
  }
  table.w090 {
    width: 90%;
  }
}
/* media終わり */
caption {
  border-left: 6px solid #d62324;
  padding-left: 6px;
  margin-bottom: 1em;
  text-align: left;
  font-weight: bold;
}
article th {
  border-bottom: 1px solid #ebe8e1;
  border-right: 1px solid #ebe8e1;
  background-color: #baa878;
  font-weight: bold;
  font-size: 90%;
  padding: 0.5em 10px;
  vertical-align: top;
  text-align: left;
  color: #fff;
}
article td {
  background-color: #fff;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  padding: 0.5em 10px;
  font-size: 90%;
  vertical-align: top;
}
/* trでウエイト指定 */
tr.st th,
tr.st td {
  font-weight: bold;
}
/* table または tr全体で左右中央寄せ指定 */
.alignC td,
.alignC th,
tr.alignC td,
tr.alignC th {
  text-align: center;
}
.alignL td,
.alignL th,
tr.alignL td,
tr.alignL th {
  text-align: left;
}
.alignR td,
.alignR th,
tr.alignR td,
tr.alignR th {
  text-align: right;
}
/* td th個別で左右中央寄せ指定 */
table th.alignC,
table td.alignC {
  text-align: center;
}
table th.alignL,
table td.alignL {
  text-align: left;
}
table th.alignR,
table td.alignR {
  text-align: right;
}
/* 上下中央 */
tr.valignM th,
tr.valignM td,
th.valignM,
td.valignM {
  vertical-align: middle;
}
/* 下揃え */
tr.valignB th,
tr.valignB td,
th.valignB,
td.valignB {
  vertical-align: bottom;
}
/* 上揃え */
tr.valignT th,
tr.valignT td,
th.valignT,
td.valignT {
  vertical-align: top;
}
/*list-style
--------------------------------------- */
article li {
  margin-bottom: 0.5em;
}
ul.disc {
  margin-left: 20px;
}
ul.disc > li {
  list-style: outside disc;
}
/* disc 大きい版 */
ul.disc-large > li {
  padding-left: 1.2em;
  position: relative;
  line-height: 1.6;
}
ul.disc-large > li:before {
  content: "\f111";
  font-size: 90%;
  position: absolute;
  top: 0.45em;
  left: 0;
}
ol.decimal {
  margin-left: 2.2em;
}
ol.decimal > li {
  list-style: outside decimal;
}
/* ==========================================
  02. ボタン、アイコンフォント
============================================ */
/* ボタン
------------------------------------------ */
/* ボタン　右横矢印 */
article .btn {
  background-color: #542504;
  border-radius: 8px;
  color: #fff;
  padding: 0.5em 6% 0.5em 1em;
  line-height: 1.4;
  text-align: center;
  display: inline-block;
  position: relative;
}
.ie8 input.btn {
  padding: 8px 24px 8px 16px;
  /* ie8 PIE用にinput余白をpxで指定 */
}
.ie8 article .btn {
  behavior: url("/common/js/PIE.php");
}
.btn:hover {
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
}
.btn:before {
  font-weight: bold;
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 5%;
  margin-top: -0.5em;
  font-size: 1.2em;
}
/* ボタン　背景赤 */
article .btn-hue1 {
  background-color: #d02338;
}
/* ボタン　左矢印 */
article .btn-arw-left {
  padding: 0.6em 1em 0.6em 1.8em;
}
.btn-arw-left:before {
  content: "\f104";
  right: inherit;
  left: 10px;
}
/* ボタン　下矢印 */
.btn-arw-down:before {
  content: "\f107";
}
/* ボタン　上矢印 */
.btn-arw-up:before {
  content: "\f106";
}
/* ボタン　押せる感追加 */
article .btn.tt {
  //background-color: #542504;
  background-color: #fff;
  border: 1px solid #542504;
  border-radius: 20px;
  color: #542504;
  padding: 0.5em 6% 0.5em 1em;
  line-height: 1.4;
  text-align: center;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.btn.tt:hover {
  text-decoration: none;
  /*opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";*/
  background-color: #542504;
  color: #fff;
}
.btn.tt:before {
  content: " ";
}
article .btn.tt span{
  display: inline-block;
  background-color: #542504;
  width: 10%;
  height: 100%;
  min-height: 40px;
  //border-radius: 0 50% 50% 0;
  position: absolute;
  top: -1px;
  right: -1px;
}
article .btn.tt span:before{
  font-family: 'icomoon';
  content: "\f105";
  font-size: 1.2em;
  color: #fff;
  position: absolute;
  top: 18%;
  right: 32%;
}




/*アイコンフォント
------------------------------------------ */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  color: #542504;
  padding-right: 4px;
  font-size: 14px;
  font-size: 1.4rem;
}
.icon-hue1:before {
  color: #d62324;
}
.icon-2x {
  font-size: 20px;
  font-size: 2rem;
}
.icon-3x {
  font-size: 30px;
  font-size: 3rem;
}
.icon-4x {
  font-size: 40px;
  font-size: 4rem;
}
.icon-5x {
  font-size: 50px;
  font-size: 5rem;
}
.iconBefore:before,
.iconAfter:after,
.iconListBefore > li:before,
.iconListAfter > li:after,
ul.disc-large > li:before,
.btn:before,
h4.tit:before,
.tit-s:before,
h4.tit-ver2:before,
.tit-s-ver2:before,
#topicPath li:before,
.list-arw-left-circle a:before,
.list-arw-right a:before,
.pageNav-tab span:before,
.pageNav-tab a:before,
.linkBoxes a:before,
.linkBox a:before,
.ftr-nav .btn-nav a:before,
.productsBox li:before,
#productsList li:after,
#tab_summary .sec-tit:before,
#tab_download .pdfList1 .mk_link a:before,
#tab_download .pdfList2 a:before,
#topicsArea dd:before,
.worksSearchList h4 span:after,
.worksSearchList h4 a:after,
#worksFileList .inner:after,
.products-safety-interiorfine .typeList a:before,
.works-architect .linkListArea a:before,
#productsArea li:before,
.general-works .worksList h4 a:before,
.sitemapList .sub li:before,
.sitemapList li.subtit > ul li:before {
  font-family: 'icomoon';
  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;
}
/* ==========================================
  03. コンテンツエリア　article
============================================ */
article p {
  margin-bottom: 1em;
}
.inner {
  padding: 1em 3%;
}
/* 見出し
--------------------------------------- */
h1.clearNone,
h2.clearNone,
h3.clearNone,
h4.clearNone,
h5.clearNone,
h6.clearNone {
  clear: none;
}
article h1 {
  /*font-size: 2.4rem;*/
  font-size: 150%;
  margin: 2em 0 0.65em;
  line-height: 1.3;
}
article h2 {
  /*font-size: 2rem;*/
  font-size: 125%;
  margin: 2em 0 0.8em;
  line-height: 1.4;
}
article > h2:first-child {
  margin-top: 0;
}
article h3 {
  /*font-size: 1.8rem;*/
  font-size: 112.5%;
  margin: 1.8em 0 0.8em;
  line-height: 1.4;
}
article h4 {
  /*font-size: 1.6rem;*/
  font-size: 100%;
  margin: 1.8em 0 0.8em;
  line-height: 1.4;
}
article h5 {
  /*font-size: 1.6rem;*/
  font-size: 100%;
  margin: 1.8em 0 0.8em;
  line-height: 1.4;
}
article h6 {
  /*font-size: 1.6rem;*/
  font-size: 100%;
  margin: 1.8em 0 0.6em;
  line-height: 1.4;
}
/*list-style
--------------------------------------- */
article dl,
article menu,
article ol,
article ul {
  margin: 1em 0;
}
/* ==========================================
  04. レイアウト
============================================ */
#frame-outer {
  background-color: #fff;
}
header {
  text-align: left;
  padding-top: 15px;
}
.header-inner.container {
  max-width: 1000px;
}
#mainimg {
  margin: 0 auto 20px;
  max-width: 1000px;
  position: relative;
}
#mainimg .opening {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20000;
  max-width: 1000px;
  overflow: hidden;
  background-color: #fff;
}
#mainimg .opening .txt {
  position: absolute;
  top: 48%;
  letter-spacing: -0.4em;
  width: 100%;
  height: 28px;
  text-align: center;
  background-color: #fff;
  opacity: 0;
}
#mainimg .opening .txt .word {
  display: none;
  margin-top: 3px;
  transform: translate3d(0px, 0px, 0px);
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  #mainimg .opening .txt .word {
    margin-top: 0px;
  }
}
#mainimg .opening .txt .char {
  display: inline-block;
  visibility: visible;
  width: 20px;
  letter-spacing: normal;
}
.col.maincolumn {
  margin-bottom: 30px;
}
@media print, screen and (max-width: 850px) {
  body#home .col.maincolumn {
    margin: 0;
  }
}
.mainWrapper {
  max-width: 1000px;
  text-align: left;
}
@media print, screen and (min-width: 851px) {
  .col.maincolumn {
    float: right;
  }
  #home .maincolumn {
    float: left;
  }
  .mainWrapper {
    margin: 20px 1% 0;
  }
}
/* media終わり */
@media print, screen and (min-width: 1020px) {
  .mainWrapper {
    margin: 20px auto;
    /* 851px～の左右margin1%を含めて1020pxで切り替え */
  }
}
/* media終わり */
#side {
  float: left;
  margin-left: 0;
  margin-bottom: 30px;
}
#home #side {
  float: right;
}
@media print, screen and (max-width: 850px) {
  body#home #side {
    float: none;
    margin: 0;
  }
  #mainBtmArea {
    margin: -10px 0 0;
  }
}
#mainBtmArea {
  clear: both;
}
.footer-inner {
  text-align: left;
  max-width: 1000px;
}
@media screen and (min-width: 851px) and (max-width: 1000px) {
  .footer-inner {
    margin: 0 1%;
  }
}
/* media終わり */
/* ==========================================
   05. Print styles
============================================ */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    font-size: 10pt !important;
  }
  h3.tit {
    font-size: 14pt !important;
  }
  body {
    width: 90%;
    margin: 0 auto;
  }
  .ie8 body {
    padding-top: 40px;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: " ";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  /* 追記 */
  .page-break {
    page-break-before: always;
  }
  .ie8 .page-break {
    padding-top: 40px !important;
  }
  #gNavWrapper,
  #side,
  #sideArea,
  #topicPath,
  #footer,
  #menu-phone,
  .footer-inner,
  #frame-outer .btn-print,
  #frame-outer .btn-print-only,
  #slider .bx-controls,
  .hdr-info,
  .hdr-contact {
    display: none !important;
  }
  #frame-outer article {
    width: 100%;
  }
  #home #side,
  .general-home #side,
  .pro-home #side {
    display: block !important;
  }
  #home #frame-outer article,
  .general-home #frame-outer article,
  .pro-home #frame-outer article {
    width: 66.0%;
  }
  #header {
    border-bottom: none !important;
    height: 80px !important;
    min-height: auto !important;
  }
  table,
  th,
  td {
    border-collapse: collapse;
    border-spacing: 0;
  }
  article th {
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;
  }
  .ie8 table {
    margin: 1em 0;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
  }
  .ie8 th {
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;
    font-weight: bold;
    text-align: left;
  }
  .ie8 td {
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;
    text-align: left;
  }
  .ie8 th,
  .ie8 td {
    padding: 5px 10px !important;
  }
  #frame-outer h2,
  #frame-outer h3,
  #frame-outer h4,
  #frame-outer h5,
  #frame-outer h6 {
    font-weight: bold;
    margin: 20px 0 10px !important;
  }
  #frame-outer h2.tit,
  #frame-outer .tit-l,
  #frame-outer h3.tit,
  #frame-outer .tit-m,
  #frame-outer h6.tit,
  #frame-outer .tit-xxs,
  #frame-outer h6.tit-ver2,
  #frame-outer .tit-xxs-ver2 {
    padding-left: 0 !important;
  }
  #frame-outer h3.tit:before,
  #frame-outer .tit-m:before {
    content: none;
  }
  #frame-outer h3.tit,
  #frame-outer .tit-m {
    border-bottom: 2px solid #000;
    border-radius: 0;
  }
}
/* media終わり */

@media print, screen and (max-width: 850px) {
  ul.bnr-box li.lf_non {
    margin-left: 0;
  }
}