@charset "UTF-8";
/* ==============================


base.css


============================== */
/*-------------------------------
---------------------------------
初期設定 
---------------------------------
-------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  color: #000000;
  line-height: 1.7;
  font-size: 14px;
  font-family: Arial, Helvetica, Meiryo, sans-serif;
  background-color: #fff;
}

/*-------------------------------
---------------------------------
タグリセット
---------------------------------
-------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1.5;
}

figure,
p {
  margin: 0;
}

address {
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/*-------------------------------
---------------------------------
リンクアイコン設定
---------------------------------
-------------------------------*/
a {
  color: #d80000;
  text-decoration: underline;
}
a:hover {
  color: #d80000;
  text-decoration: none;
}
a:visited {
  color: #d80000;
}
a.tellink {
  color: #d80000;
}

a,
span {
  outline: none;
}
a.link01,
a.link02,
span.link01,
span.link02 {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  min-height: 11px;
  padding-left: 20px;
  line-height: 1.5;
}

a.link03,
span.link03 {
display: inline-block;
    position: relative;
    padding-left: 12px;
    line-height: 1.6;
}
a.pdf,
span.pdf {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  min-height: 1.5em;
  line-height: 1.5;
}
a.link01:before,
a.link02:before,
span.link01:before,
span.link02:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  min-height: 1.5em;
  background-position: 0 center;
  background-repeat: no-repeat;
}
a.link03:before,
span.link03:before { 
  content: "";
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 10px;
  min-height: 1.5em;
  background-position: 0 center;
  background-repeat: no-repeat;
}
a.inline_link,
span.inline_link {
  display: inline;
  position: relative;
  top: -1px;
  margin-left: 6px;
  padding-left: 0;
}
a.inline_link.link01:before,
a.inline_link.link02:before,
a.inline_link.link03:before,
span.inline_link.link01:before,
span.inline_link.link02:before,
span.inline_link.link03:before {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  top: -1px;
  margin-right: 3px;
  padding-right: 1px;
}
a.link01:before,
span.link01:before {
  background-image: url(../img/icon/icon_link01.png);
  -moz-background-size: 11px 11px;
  -o-background-size: 11px 11px;
  -webkit-background-size: 11px 11px;
  background-size: 11px 11px;
}
a.link02:before,
span.link02:before {
  background-image: url(../img/icon/icon_link02.png);
  -moz-background-size: 11px 11px;
  -o-background-size: 11px 11px;
  -webkit-background-size: 11px 11px;
  background-size: 11px 11px;
}
a.link03:before,
span.link03:before {
  background-image: url(../img/icon/icon_link03.png);
  -moz-background-size: 7px 10px;
  -o-background-size: 7px 10px;
  -webkit-background-size: 7px 10px;
  background-size: 7px 10px;
}
a.pdf:after,
span.pdf:after {
  content: "";
  display: inline-block;
  position: relative;
  right: inherit;
  width: 16px;
  height: auto;
  min-height: 16px;
  margin: 4px;
  background: url(../img/icon/icon_pdf01.png) 0 center no-repeat;
  vertical-align: middle;
}
a.trans:hover:hover,
span.trans:hover:hover {
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
a.trans:hover:hover img,
span.trans:hover:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  a.trans:hover:hover,
  span.trans:hover:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  a.trans:hover:hover img,
  span.trans:hover:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  }
}
@media only screen and (max-width: 767px) {
  a.trans:hover:hover,
  span.trans:hover:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  a.trans:hover:hover img,
  span.trans:hover:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  }
}

/*--------------------------
リンク設定　スマホ以外
--------------------------*/
@media only screen and (min-width: 768px) {
  a.tellink {
    pointer-events: none;
  }
}
/*--------------------------
リンクアイコン設定　スマホ
--------------------------*/
@media only screen and (max-width: 767px) {
	a.link01:before,
  span.link01:before {
    background-image: url(../img/icon/icon_link01_sp.png);
    -moz-background-size: 13px 13px;
    -o-background-size: 13px 13px;
    -webkit-background-size: 13px 13px;
    background-size: 13px 13px;
  }
  a.link02:before,
  span.link02:before {
    background-image: url(../img/icon/icon_link02_sp.png);
    -moz-background-size: 13px 13px;
    -o-background-size: 13px 13px;
    -webkit-background-size: 13px 13px;
    background-size: 13px 13px;
		padding-left: 18px;
  }
	 a.link03:before,
  span.link03:before {
    background-image: url(../img/icon/icon_link03_sp.png);
    -moz-background-size: 7px 10px;
    -o-background-size: 7px 10px;
    -webkit-background-size: 7px 10px;
    background-size: 7px 10px;
		padding-left: 7px;
  }
  /*a.link01:before, a.link02:before,
  span.link01:before,
  span.link02:before {
    width: 13px;
    height: 13px;
    padding-left: 18px;
  }*/
  a:hover,
  span:hover {
    text-decoration: none;
  }
  a:hover:hover,
  span:hover:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  a:hover:hover img,
  span:hover:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  }
  a.pdf:after,
  span.pdf:after {
    background: url(../img/icon/icon_pdf01_sp.png) 0 center no-repeat;
    -moz-background-size: 16px 15px;
    -o-background-size: 16px 15px;
    -webkit-background-size: 16px 15px;
    background-size: 16px 15px;
  }
  a.trans:hover,
  span.trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  a.trans:hover img,
  span.trans:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  }
  a.trans:hover:hover,
  span.trans:hover:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  a.trans:hover:hover img,
  span.trans:hover:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  }

  html.svg a.link01:before,
  html.svg span.link01:before {
    -moz-background-size: 13px 13px;
    -o-background-size: 13px 13px;
    -webkit-background-size: 13px 13px;
    background-size: 13px 13px;
  }
  html.svg a.link02:before,
  html.svg span.link02:before {
    -moz-background-size: 13px 13px;
    -o-background-size: 13px 13px;
    -webkit-background-size: 13px 13px;
    background-size: 13px 13px;
  }
	 html.svg a.link03:before,
  html.svg span.link03:before {
    -moz-background-size: 7px 10px;
    -o-background-size: 7px 10px;
    -webkit-background-size: 7px 10px;
    background-size: 7px 10px;
  }
}
/*--------------------------
----------------------------
共通
----------------------------
--------------------------*/
/* PC時表示 */
.pc-revelation, .pctb-revelation {
  display: block !important;
}

.pc-revelation-i, .pctb-revelation-i {
  display: inline !important;
}

.pc-revelation-t, .pctb-revelation-t {
  display: table !important;
}

.pc-revelation-tc, .pctb-revelation-tc {
  display: table-cell !important;
}

.pc-revelation-l, .pctb-revelation-l {
  display: list-item !important;
}

/* PC時非表示 */
.tb-revelation, .sp-revelation, .tb-revelation-i, .sp-revelation-i, .tb-revelation-t, .sp-revelation-t, .tb-revelation-tc, .sp-revelation-tc, .tb-revelation-l, .sp-revelation-l {
  display: none !important;
}

body {
  max-width: none;
  min-width: 768px;
  background-color: #ffffff;
  font-size: 14px;
}

div#container {
  min-width: 1050px;
}


/*--------------------------
共通　スマホ
--------------------------*/
@media only screen and (max-width: 767px) {
  /* スマホ時表示 */
  .sp-revelation {
    display: block !important;
  }

  .sp-revelation-i {
    display: inline !important;
  }

  .sp-revelation-t {
    display: table !important;
  }

  .sp-revelation-tc {
    display: table-cell !important;
  }

  .sp-revelation-l {
    display: list-item !important;
  }

  /* スマホ時非表示 */
  .pc-revelation, .tb-revelation, .pctb-revelation, .pc-revelation-i, .tb-revelation-i, .pctb-revelation-i, .pc-revelation-t, .tb-revelation-t, .pctb-revelation-t, .pc-revelation-tc, .tb-revelation-tc, .pctb-revelation-tc, .pc-revelation-l, .tb-revelation-l, .pctb-revelation-l {
    display: none !important;
  }

  .androidBold {
    font-family: monospace;
  }

  body {
    width: 100%;
    max-width: 767px;
    min-width: 320px;
    line-height: 2.2;
    font-size: 15px;
    -webkit-text-size-adjust: 100%;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  body {
    line-height: 1.7;
  }
}

@media only screen and (max-width: 767px) {
  div#container {
    width: 100%;
    max-width: 767px;
    min-width: 320px;
    position: relative;
  }
}
/*--------------------------
共通　タブレット
--------------------------*/
@media only screen and (min-width: 768px) and (max-width: 767px) {
  /* タブレット時表示 */
  .tb-revelation, .pctb-revelation {
    display: block !important;
  }

  .tb-revelation-i, .pctb-revelation-i {
    display: inline !important;
  }

  .tb-revelation-t, .pctb-revelation-t {
    display: table !important;
  }

  .tb-revelation-tc, .pctb-revelation-tc {
    display: table-cell !important;
  }

  .tb-revelation-l, .pctb-revelation-l {
    display: list-item !important;
  }

  /* タブレット時非表示 */
  .pc-revelation, .sp-revelation, .pc-revelation-i, .sp-revelation-i, .pc-revelation-t, .sp-revelation-t, .pc-revelation-tc, .sp-revelation-tc, .pc-revelation-l, .sp-revelation-l {
    display: none !important;
  }
}
/*--------------------------
----------------------------
パーツ
----------------------------
--------------------------*/
.cmn_divide_xl {
  margin-bottom: 50px !important;
}

.cmn_divide_l {
  margin-bottom: 40px !important;
}

.cmn_divide_m {
  margin-bottom: 30px !important;
}

.cmn_divide_s {
  margin-bottom: 20px !important;
}

.cmn_divide_xs {
  margin-bottom: 10px !important;
}

.cmn_divide_non {
  margin-bottom: 0 !important;
}

.cmn_divide_1em {
  margin-bottom: 1em !important;
}

.ls05 {
  text-indent: 0.5em;
  letter-spacing: 0.5em;
}

.cmn_opener,
.cmn_opener_pc {
  cursor: pointer;
}
.cmn_opener span.pm,
.cmn_opener_pc span.pm {
  display: inline-block;
  position: relative;
  width: 100%;
}
.cmn_opener span.pm:after,
.cmn_opener_pc span.pm:after {
  content: "";
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-position: 0 center;
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: 12px;
  min-height: 1.5em;
  background: url(../img/icon_plusminus01.png) no-repeat 0 center;
  -moz-background-size: 24px 12px;
  -o-background-size: 24px 12px;
  -webkit-background-size: 24px 12px;
  background-size: 24px 12px;
}
.cmn_opener.open span.pm:after,
.cmn_opener_pc.open span.pm:after {
  background-position: right center;
}

.cmn_ricrac,
.cmn_ricrac_pc {
  display: none;
}

/*---------------------
タイトル
---------------------*/
h2.cmn_title {
  padding-bottom: 20px;
  border-bottom: 1px solid #9c9c9c;
  letter-spacing: 2px;
  font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','游明朝','ＭＳ Ｐ明朝',"MS PMincho",serif;
  font-weight: normal;
  text-align: center;
  font-size: 30px;
  font-weight: normal;
}

h3.cmn_title {
  position: relative;
  min-height: 38px;
  margin-bottom: 30px;
  padding-left: 43px;
  font-size: 24px;
}
h3.cmn_title:before {
  content: "";
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-position: 0 center;
  position: absolute;
  top: -1px;
  left: 0;
  width: 38px;
  height: 38px;
  min-height: 1.5em;
  background: url(../img/icon_title01.png) no-repeat 0px center;
}

h4.cmn_title {
  margin-bottom: 30px;
  padding: 9px 9px 8px;
  border: solid 1px #fed35f;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #fffae2;
  font-size: 18px;
}
h4.cmn_title span {
  display: inline-block;
  position: relative;
  padding-left: 22px;
}
h4.cmn_title span:before {
  content: "";
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-position: 0 center;
  position: absolute;
  top: -1px;
  left: 0;
  width: 15px;
  height: 14px;
  min-height: 1.5em;
  background: url(../img/icon_title04.png) no-repeat 0px center;
}

h5.cmn_title {
  margin-bottom: 20px;
  padding-bottom: 6px;
  background: url(../img/bg_title05.png) repeat-x left bottom;
  font-size: 16px;
}

.square_title {
  margin-bottom: 6px;
  line-height: 1.9;
  font-size: 14px;
  font-weight: bold;
}
.square_title span {
  display: inline-block;
  position: relative;
  padding-left: 22px;
}
.square_title span:before {
  content: "";
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-position: 0 center;
  position: absolute;
  top: -2px;
  left: 0;
  width: 11px;
  height: 11px;
  min-height: 1.9em;
  margin-right: 11px;
  background-image: url(../img/icon_square.png);
}

/*---------------------
リスト
---------------------*/
dl.cmn_datalist {
  margin: 0;
}
dl.cmn_datalist dt {
  clear: left;
  float: left;
  margin: 0;
  font-weight: bold;
}
dl.cmn_datalist dd {
  margin: 0;
  /*padding-left: 4em;*/
}
dl.cmn_datalist dd p.colon {
  padding-left: 1em;
  text-indent: -1em;
}

.cmn_unlist {
  margin: 0;
  padding: 0;
}
.cmn_unlist li {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.cmn_list {
  margin-left: 17px;
}
ul.cmn_list li {
  list-style-type: disc;
  list-style-position: outside;
  margin-bottom: 5px;
}

ol.cmn_list {
  margin-left: 25px;
}
ol.cmn_list li {
  list-style-type: decimal;
  list-style-position: outside;
  margin-bottom: 5px;
}

/*---------------------
フロートブロック
---------------------*/
div.textarea {
  float: left;
}
div.textarea .reverse {
  float: right;
}

div.imgarea {
  float: right;
  text-align: right;
}
div.imgarea .reverse {
  float: left;
  text-align: left;
}
div.imgarea img {
  vertical-align: top;
}

div.textarea.one_column,
div.imgarea.one_column {
  float: none;
}

/*---------------------
テキスト
---------------------*/
.article_inner {
  padding: 0 10px;
}
.article_inner a:hover {
  text-decoration: underline;
}
.article_inner a:hover span.link01,
.article_inner a:hover span.link02,
.article_inner a:hover span.link03 {
  text-decoration: underline;
}

.cmn_text {
  margin: 0;
  line-height: 2.2;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .cmn_text {
    line-height: 1.7;
  }
}

.cmn_narrowing {
  padding: 0 10px;
}

.notes {
  padding-left: 1em;
  text-indent: -1em;
}
.notes.notes_right {
  text-align: right;
}
.notes small {
  display: inline-block;
  text-indent: 0;
  font-size: 12px;
}

/*---------------------
テーブル + はみ出し処理
---------------------*/
div.tablepane {
  width: 100%;
  overflow: visible;
}
div.tablepane table {
  width: auto;
  width: 100%;
}

table.cmn_table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  border: 1px solid #cccccc;
}
table.cmn_table td,
table.cmn_table th {
  padding: 8px 12px;
  line-height: 1.9;
  font-size: 13px;
}
table.cmn_table tbody td,
table.cmn_table th {
  padding: 8px 12px;
  border: 1px solid #cccccc;
  vertical-align: top;
}
table.cmn_table th {
  background-color: #e8e8e8;
  font-weight: normal;
  text-align: left;
  color: #000000;
}
table.cmn_table thead th,
table.cmn_table th.thead,
table.cmn_table tr.head th {
  padding: 5px 12px;
  background-color: #a5a5a5;
  vertical-align: top;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
table.cmn_table thead tr.normal th {
  background-color: #a5a5a5;
  font-weight: normal;
  text-align: left;
  color: #000000;
}
table.cmn_table .data_middle {
  vertical-align: middle;
}
table.cmn_table .empty td {
  padding: 0 !important;
}

table.table01 th, table.table01_td th {
  width: 14%;
}
table.table01 td.td_list_fl ul, table.table01_td td.td_list_fl ul {
  float: left;
  margin: 0;
  padding: 0;
}
table.table01 td.td_list_fl ul.ul_col01, table.table01_td td.td_list_fl ul.ul_col01 {
  width: 29%;
}
table.table01 td.td_list_fl ul.ul_col02, table.table01_td td.td_list_fl ul.ul_col02 {
  width: 31%;
}
table.table01 td.td_list_fl ul.ul_col03, table.table01_td td.td_list_fl ul.ul_col03 {
  width: 40%;
}
table.table01 td.td_list_fl ul li, table.table01_td td.td_list_fl ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*-------------------------------
テーブル + はみ出し処理 スマホ
-------------------------------*/
@media only screen and (max-width: 767px) {
  table.table01 {
    border-top: none;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
  }
  table.table01 th, table.table01 td {
    width: 100%;
    display: block;
  }
  table.table01 tbody th, table.table01 th {
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    border-left: none;
    border-right: none;
  }
  table.table01 tbody td, table.table01 td {
    border: 0;
  }
  table.table01 tbody td ul, table.table01 td ul {
    width: 100% !important;
  }

  table.table01_td td ul {
    width: 100% !important;
  }
}
/*---------------------
Google map
---------------------*/
div.gmap {
  width: 320px;
  height: 260px;
}
div.gmap img {
  max-width: none;
}

.gm-style .gm-style-iw {
  line-height: 1.5;
}

div.window {
  line-height: 1.7;
}

/*--------------------------
パーツ　スマホ
--------------------------*/
@media only screen and (max-width: 767px) {
  .cmn_divide_xl {
    margin-bottom: 30px !important;
  }

  .cmn_divide_l {
    margin-bottom: 25px !important;
  }

  .cmn_divide_m {
    margin-bottom: 20px !important;
  }

  .cmn_divide_s {
    margin-bottom: 15px !important;
  }

  .cmn_divide_xs {
    margin-bottom: 5px !important;
  }

  .cmn_opener_pc {
    cursor: default !important;
  }
  .cmn_opener_pc span.pm:after {
    display: none !important;
  }

  .cmn_ricrac_pc {
    display: block !important;
  }

  .cmn_opener_sp {
    cursor: pointer;
  }
  .cmn_opener_sp span.pm {
    display: inline-block;
    position: relative;
    width: 100%;
    font-weight: bold;
  }
  .cmn_opener_sp span.pm:after {
    content: "";
    display: inline-block;
    position: relative;
    background-repeat: no-repeat;
    background-position: 0 center;
    position: absolute;
    top: 0;
    right: 0;
    width: 12px;
    height: 12px;
    min-height: 1.5em;
    background: url(../img/icon_plusminus01.png) no-repeat 0 center;
    -moz-background-size: 24px 12px;
    -o-background-size: 24px 12px;
    -webkit-background-size: 24px 12px;
    background-size: 24px 12px;
  }
  .cmn_opener_sp.open span.pm:after {
    background-position: right center;
  }

  .cmn_ricrac_sp {
    display: none;
  }

  /*---------------------
  タイトル
  ---------------------*/
  h2.cmn_title {
    letter-spacing: 1px;
    padding-bottom: 8px;
    font-size: 20px;
  }

  h3.cmn_title {
    margin-bottom: 10px;
    padding-left: 37px;
    font-size: 19px;
  }
  h3.cmn_title:before {
    background: url(../img/icon_title01_sp.png) no-repeat 0 center;
    -moz-background-size: 31px 31px;
    -o-background-size: 31px 31px;
    -webkit-background-size: 31px 31px;
    background-size: 31px 31px;
  }

  h4.cmn_title {
    margin-bottom: 20px;
    font-size: 17px;
  }
  h4.cmn_title span {
    display: inline-block;
    position: relative;
    padding-left: 22px;
  }
  h4.cmn_title span:before {
    content: "";
    display: inline-block;
    position: relative;
    background-repeat: no-repeat;
    background-position: 0 center;
    position: absolute;
    top: -1px;
    left: 0;
    width: 14px;
    height: 14px;
    min-height: 1.5em;
    background: url(../img/icon_title04.svg) no-repeat 0px center;
    -moz-background-size: 14px 14px;
    -o-background-size: 14px 14px;
    -webkit-background-size: 14px 14px;
    background-size: 14px 14px;
  }

  h5.cmn_title {
    margin-bottom: 15px;
    padding-bottom: 6px;
    background: url(../img/bg_title05_sp.png) repeat-x left bottom;
    -moz-background-size: 2px 2px;
    -o-background-size: 2px 2px;
    -webkit-background-size: 2px 2px;
    background-size: 2px 2px;
    font-size: 16px;
  }

  .square_title {
    font-size: 15px;
  }
  .square_title span:before {
    background-image: url(../img/icon_square.svg);
    -moz-background-size: 12px 12px;
    -o-background-size: 12px 12px;
    -webkit-background-size: 12px 12px;
    background-size: 12px 12px;
  }

  /*---------------------
  テキスト
  ---------------------*/
  .article_inner {
    padding: 0;
  }
  .article_inner a:hover {
    text-decoration: none;
  }
  .article_inner a:hover span.link01,
	 .article_inner a:hover span.link02,
	 .article_inner a:hover span.link3 {
    text-decoration: none;
  }
  .article_inner a.tellink {
    color: #008ef1;
    text-decoration: none;
  }

  .cmn_text {
    font-size: 15px;
  }

  .cmn_narrowing {
    padding: 0;
  }

  /*---------------------
  フロートブロック
  ---------------------*/
  div.textarea,
  div.imgarea {
    float: none;
  }

  div.imgarea {
    margin-top: 2%;
  }

  /*---------------------
  テーブル + はみ出し処理
  ---------------------*/
  div.tablepane {
    width: 100%;
    max-width: 767px;
    overflow: scroll;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0px);
  }
  div.tablepane table {
    width: auto;
    width: 100%;
  }
  div.tablepane table.wide {
/*    width: 747px;*/
  }
  div.tablepane table.wide th div.a23ex,
  div.tablepane table.wide td div.a23ex {
    width: 100%;
    background-image: url(../img/transparent.gif);
    padding-right: 5px;
  }

  table.cmn_table {
    width: 100%;
  }
  table.cmn_table th,
  table.cmn_table td {
    font-size: 15px;
  }

  /*---------------------
  Google map
  ---------------------*/
  div.gmap {
    width: 300px;
    height: 300px;
    margin: 0 auto;
  }
}
/*-------------------------------
---------------------------------
パーツ svg代替
---------------------------------
-------------------------------*/
@media only screen and (-webkit-max-device-pixel-ratio: 2), only screen and (max-resolution: 2dppx), only screen and (max-resolution: 182dpi) {
  h4.cmn_title span:before {
    background: url(../img/icon_title04_sp.png) no-repeat 0px center;
    -moz-background-size: 14px 14px;
    -o-background-size: 14px 14px;
    -webkit-background-size: 14px 14px;
    background-size: 14px 14px;
  }

  .square_title span:before {
    background-image: url(../img/icon_square_sp.png);
    -moz-background-size: 12px 12px;
    -o-background-size: 12px 12px;
    -webkit-background-size: 12px 12px;
    background-size: 12px 12px;
  }

  html.svg h4.cmn_title span:before {
    background: url(../img/icon_title04.svg) no-repeat 0px center;
    -moz-background-size: 14px 14px;
    -o-background-size: 14px 14px;
    -webkit-background-size: 14px 14px;
    background-size: 14px 14px;
  }
  html.svg .square_title span:before {
    background-image: url(../img/icon_square.svg);
    -moz-background-size: 12px 12px;
    -o-background-size: 12px 12px;
    -webkit-background-size: 12px 12px;
    background-size: 12px 12px;
  }
}
/*-------------------------------
---------------------------------
共通レイアウト 
---------------------------------
-------------------------------*/

/*--------------------------
共通レイアウト 　スマホ
--------------------------*/
@media only screen and (max-width: 767px) {
  
}
/*--------------------------
パンくず　svg
--------------------------*/
.breadcrumb_navi ul li.home a,
html.svg .breadcrumb_navi ul li.home a {
  display: inline-block;
  position: relative;
  top: 1px;
  text-indent: 300%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 11px;
  height: 11px;
  background: url(../img/icon_home.svg) no-repeat 0 center;
  -moz-background-size: 11px 11px;
  -o-background-size: 11px 11px;
  -webkit-background-size: 11px 11px;
  background-size: 11px 11px;
}

/*--------------------------
パンくず　svg代替
--------------------------*/
@media only screen and (-webkit-max-device-pixel-ratio: 2), only screen and (max-resolution: 2dppx), only screen and (max-resolution: 182dpi) {
  .breadcrumb_navi ul li.home a {
    background: url(../img/icon_home.png) no-repeat 0 center;
    -moz-background-size: 11px 11px;
    -o-background-size: 11px 11px;
    -webkit-background-size: 11px 11px;
    background-size: 11px 11px;
  }
}
@media only screen and (max-width: 767px) {
  html.svg #header h1.logo a {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url(../img/logo.svg);
    -moz-background-size: 126px 25px;
    -o-background-size: 126px 25px;
    -webkit-background-size: 126px 25px;
    background-size: 126px 25px;
  }
}


/*------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
ヘッダ・ナビ・フッタ　共通部分
---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------*/

/*--------------------------
PC：ヘッダ
--------------------------*/
#header div.headerinner {
    position: relative;
    /*width: 1030px;*/
    margin: 0 auto;
    padding: 20px 0 0px;
    zoom: 100%;
}

h1.logo {
	text-align: center;
	line-height: 0;
}

#gnavi_btn {
		display: none;
	}

/*--------------------------
SP：ヘッダ
--------------------------*/
@media only screen and (max-width: 768px) {
	#header h1 {
   width: 100%;
   height: 60px;
	padding-top: 10px;
   margin: 0 auto;
   text-align: center;
		background-color: #fff;
}
	#header h1 img {
   width: 66px;
   height: auto;
   margin: 0 auto;
	}
}

/*--------------------------
PC：Gナビ
--------------------------*/
#header #gnavi {
  position: relative;
	width: 100%;
	background-color: #5c0007;
	margin-top: 35px;
	min-height: 48px;
	padding: 0 100px;
}

#header #gnavi ul {
	float: right;
	padding: 0px;
  margin: 0px;
}

#header #gnavi ul:after{
	content:"";
	display: block;
	clear: both;
}

#header #gnavi li {
	display: block;
  float: left;
  vertical-align: middle;
	margin: 0;
  padding: 0;
  list-style: none;
}

#header #gnavi li ~ li {
  padding-left: 1px;
}

#header #gnavi li.bt_japanese a,
#header #gnavi li.bt_global a {
	color: #ffffff;
	display: block;
	padding: 5px 10px 4px;
	text-decoration: none;
	
}

#header #gnavi li a:hover{
	background-color: #97000c;
}

#header #gnavi li.bt_japanese a:hover,
#header #gnavi li.bt_global a:hover {
	background-color: #000;
}

#header #gnavi li.bt_japanese:hover:hover,
#header #gnavi li.bt_global:hover:hover {
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

#header #gnavi li a {
	color: #ffffff;
	display: block;
	padding: 10px 20px;
	text-decoration: none;
}
#header #gnavi li a.current {
	background-color: #97000c;
}

#header #gnavi a span {
	font-size: 16px;
	font-family: Arial, Helvetica, "sans-serif";
}

#header #gnavi li.bt_japanese a span,
#header #gnavi li.bt_global a span {
	font-size: 13px;
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: normal;
}



#header #gnavi li.bt_japanese {
	position: absolute;
	top: -125px;
	right: 200px;
	min-height: 32px;
	min-width: 80px;
	background-color: black;
	margin: 0;	
	padding: 0;
}

#header #gnavi li.bt_global {
	position: absolute;
	top: -125px;
	right: 65px;
	min-height: 32px;
	min-width: 80px;
	background-color: black;
	margin: 0;	
	padding: 0;
}

/*-----------------------------
スマホ　ナビゲーション
-----------------------------*/
	@media only screen and (max-width: 767px) {
  	html.menu_open,  body.menu_open {
    height: 100%;
  }
    
    #header #gnavi li.bt_japanese a span,
  #header #gnavi li.bt_global a span {
	font-size: 16px;
  }
}
		
/*--------------------------
SP：Gナビ
--------------------------*/
@media only screen and (max-width: 767px) {
	
	body #contents_wrap {
    position: relative;
    top: 0px;
		/*transition: all 0.5s ease-in-out;*/
		/*z-index: 100;*/
  }
	
	body #contents {
    position: relative;
    top: 0px;
		/*transition: all 0.5s ease-in-out;*/
		/*z-index: 100;*/
  }
	
	header {
    height: 61px;
	}
	
	#header div.headerinner {
		height: 60px;
		padding: 0;
	}
	/*ナビボタン*/
	#gnavi_btn {
		display: block;
		white-space: nowrap;
		width: 47px;
		height: 47px;
		text-indent: 300%;
		white-space: nowrap;/*これがないと上手くインデントされない*/
		overflow: hidden;
		position: absolute;
		top: 10px;
		left: 10px;
		padding: 0;
		border-width: 0;
		outline: none;
	}
		#gnavi_btn span {
		position: relative;
		display: block;
		width: 47px;
		height: 47px;
		background: url(../img/header/btn_gnavi_sp.png);
		background-size: 47px 94px;
		background-position: 0px 0px;
	}
	
	/*ボタン表示*/
	#gnavi_btn.open span {
    background-position: 0px -47px;
  }
	
	body #header #gnavi {
    position: absolute;
    float: none;
    top: 60px;
		margin-top: 0px;
		background-color: inherit;
		padding: 0;
		height: auto;
		/*z-index: -2;*/
		display: none;
  }

	#header #gnavi ul {
		float: none;
    position: relative;
    display: block;
		background-color:#720009;
    list-style-type: none;
    min-height: 50px;
    margin: 0px;
    padding: 0px;
  }
	
	#header #gnavi li {
		width: 100%;
		/*height: 58px!important;*/
		display: block;
		text-align: left;
		vertical-align: middle;
	}
	
	#header #gnavi li ~ li {
  	padding-left: 0px;
	}
	
	#header #gnavi li a {
		display: table;
		padding-left: 15px;
		text-align: left;
		text-decoration: none;
		padding: 0; 
		width:100%;
		border-bottom: 1px solid #ffffff;
	}
	
	#header #gnavi li a span,
	#header #gnavi li.bt_japanese a span,
  #header #gnavi li.bt_global a span {
		display: table-cell;
    vertical-align: middle;
		height: 58px;
		padding-left: 15px;
	}
	
	/*Japanサイトと検索ボタン*/
	#header #gnavi ul#gnavi_inner li.bt_japanese,
  #header #gnavi ul#gnavi_inner li.bt_global {
		position: relative;
		top: 0;
		right: 0;
		background-color:#000;
		width: 100%;
		padding-left: 0px;
	}

	#header #gnavi li.bt_japanese a,
  #header #gnavi li.bt_global a {
		padding: 0px;
		width: 100%;
		padding-left: 0;
	}
	
	 #header #gnavi li.bt_japanese a span
    #header #gnavi li.bt_global a span {
		font-size: 16px;
		padding-left: 0;
	}
	
	#header #gnavi li.bt_japanese:hover:hover {
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 1;
	}
	
	#header #gnavi li a:hover{
		background-color: #720009;
	}
	
	#header #gnavi li.bt_japanese a:hover,
  #header #gnavi li.bt_global a:hover {
		background-color: #7D7D7D;
	}
	#header #gnavi li a.current:hover {
		background-color: #97000c;
	}
}
	
/*-----------------------------
検索ボタン　PC
-----------------------------*/

#header p.bt_search {
	display: block;
	position: absolute;
	width: 36px;
	height: 32px;
	text-indent: -10000px;
	top: 1px;
	right: 20px;
	background-color: black;
	padding: 0;
	border-width: 0;
	outline: none;
	background: url(../img/parts/icon_search_off.gif) no-repeat 0px 0px;
	background-size: 36px 64px;
	white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

#header p.bt_search.open {
	background-position: 0px -32px;
}
#header p.bt_search a {
	color: #ffffff;
	display: block;
	text-decoration: none;
}

#header p.bt_search:hover:hover {
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}


div#search {
    display: none;
    position: absolute;
    top: 34px;
    right: 20px;
    width: 40%;
    height: 32px;
}

div#search input#search_input {
    width: 70%;
    background-color: #dfdfdf;
    border: 0px;
    height: 33px;
}

div#search input {
    float: right;
    margin: 0;
    padding: 0;
    border-radius: 0px;
}

#headersearch_opener {
	display: none;
}
	/*--------------------
		検索ボタン SP
		--------------------*/
	@media only screen and (max-width: 767px) {
	#header p.bt_search {
		display: block;
		/*white-space: nowrap;*/
		width: 47px;
		height: 47px;
		/*white-space: nowrap;/*これがないと上手くインデントされない*/
		/*overflow: hidden;*/
		text-indent: -10000px;
		position: absolute;
		top: 10px;
		right: 10px;
		padding: 0;
		border-width: 0;
		outline: none;
		background: url(../img/parts/sp/icon_search_opener.png) no-repeat 0px 0px;
		background-size: 47px 94px;
		white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
		background-position: 0px 0px !important;
	}
	#header p.bt_search.open {
		background-position: 0px -47px !important;
		}
	
	#header p.bt_search span {
		position: relative;
		display: block;
		width: 47px;
		height: 47px;
		background: url(../img/header/btn_search_sp.png);
		background-size: 47px 47px;
	}
	
	#header p.bt_search a {
	color: #ffffff;
	display: block;
	padding: 0;
	text-decoration: none;
	}
	
	#headersearch_opener {
		display: none;
	}
	
	div#search {
    display: none;
    position: absolute;
    top: 60px;
    right: 0px;
    width: 100%;
    height: 50px;
	}
	
	div#search input#search_input {
    width: 100%;
    background-color: #dfdfdf;
    border: 0px;
    height: 50px;
		padding-left: 20px;
	}
		
	div#search input#search_submit {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 63px;
    height: 0;
    padding-bottom: 48px;
    background: url(../img/parts/sp/icon_search.png) no-repeat 0px 0px;
    background-size: 63px 48px;
    text-indent: -300%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
	}
		
	#header p.bt_search:hover:hover {
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 1;
}
}


/*--------------------------
SNSボタン PC
--------------------------*/
div #snsnavi {
   position: relative;
   margin-bottom: 0px;
   background-color: #000000;
   overflow: hidden;
}
div #snsnavi ul {
	position: relative;
	float: right;
	left: 0%;
	margin: 0;
	list-style: none;
}
#snsnavi ul li {
	float: left;
  position: relative;
  left: -50%;
  overflow: hidden;
	border-right: 1px solid #6c6c6c;
  background-color: #000000;
	display: table-cell;
}
#snsnavi ul li a {
	display: block;
}

#snsnavi ul li a:hover:hover {
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

#snsnavi ul li.l_cell {
	border-left: 1px solid #6c6c6c;
}

/*--------------------------
SNSボタン SP
--------------------------*/
@media only screen and (max-width: 767px) {
	div #snsnavi ul {
	  position: relative;
		margin: 0px;
	  width: 100%;
		display: block;
	  padding: 0px;
		left: 50%;
		height: 63px;
	}
	
	#snsnavi ul li {
	  overflow: hidden;
		text-align: center;
	}
	
	#snsnavi ul li.l_cell {
		border-right: 1px solid #6c6c6c;
		text-align: center;
	  width: 50%;
	  padding: 0;
		border-left:none;
	}
	#snsnavi ul li {
	  width: 50%;
	  padding: 0;
	}
	#snsnavi ul li img{
		display: none;
	}
	#snsnavi ul li.fb a{
		/*width: 63px;*/
  	height: 63px;
  	background-image: url(../img/sns/sns_facebook_kabuto_sp.png);
  	-moz-background-size: 63px 63px;
  	-o-background-size: 63px 63px;
  	-webkit-background-size: 63px 63px;
  	background-size: 63px 63px;
		background-position: 50%;
		
		/*vertical-align: middle;
		position: relative;
		top: 0;*/
		display: block;
		background-repeat: no-repeat;
		/*left: 35%;
		text-align: center;*/
		/*background-color: aqua;*/
	}
	#snsnavi ul li.tw a{
		/*width: 63px;*/
  	height: 63px;
  	background-image: url(../img/sns/sns_twitter_sp.png);
  	-moz-background-size: 63px 63px;
  	-o-background-size: 63px 63px;
  	-webkit-background-size: 63px 63px;
  	background-size: 63px 63px;
		background-position: 50%;
		/*vertical-align: middle;
		position: relative;
		top: 0;*/
		display: block;
		background-repeat: no-repeat;
		/*left: 35%;
		text-align: center;*/
		/*background-color: aqua;*/
	}
	
	#snsnavi ul li a:hover:hover {
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 1;
}
}


/*--------------------------
トップへ戻る PC
--------------------------*/
#pageBottom a {
  display: block;
  width: 50px;
  height: 50px;
}
#pageBottom {
  position: fixed;
  right: 11px;
  bottom: 10px;
  z-index: 10001;
}
#pageBottom a:hover:hover {
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#pageBottom a:hover:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}

/*--------------------------
トップへ戻る SP
--------------------------*/
@media only screen and (max-width: 767px) {
	#pageBottom {
   	 right: 10px;
  	}
 	 #pageBottom:after {
  	  content: ".";
  	  display: block;
  	  margin-top: -1em;
  	  line-height: 1;
  	  color: transparent;
  	}
  	#pageBottom a {
  	  width: 50px;
  	  height: 50px;
  	  background-image: url(../img/icon/icon_pagetop_sp.png);
  	  -moz-background-size: 50px 50px;
  	  -o-background-size: 50px 50px;
  	  -webkit-background-size: 50px 50px;
  	  background-size: 50px 50px;
  	}
  	#pageBottom a:hover:hover {
  	  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  	  opacity: 1;
  	}
  	#pageBottom a:hover:hover img {
  	  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  	}
  	#pageBottom a img {
  	  visibility: hidden;
  	}
	#pageBottom a:hover:hover {
	    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	    opacity: 1;
	}
	#pageBottom a:hover:hover img {
	  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	}
	#pageBottom a:hover:hover {
	  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	  opacity: 1;
	}
	#pageBottom a:hover:hover img {
	  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	}
}

/*--------------------------
PC：フッタ
--------------------------*/
footer {
    width: 100%;
	  margin:0 auto;
    padding: 0px 0px 0px;
    background-color: #ffffff;
    text-align: left;
    color: #000000;
}
#footer #mail,#footer #copyright{
	list-style-type:none;
}
#footer #mail ,#footer #mail a {
			color: #000000;
			text-decoration: none;
			font-weight: bold;
		}
#footer #copyright{
	font-size:75%;
}
#footer #mail{
	float:left;
}
#footer #copyright{
	float:left;
	margin: 0 85px 30px 0;
}
#footer #footernavi {
  overflow: hidden;
}
#footer .copy_policy {
  float: right;
}
#footer #policy{
	float:left;
	margin: 0 20px 0 0;
  font-size:75%;
}

#footer #policy a {
	color: #000;
  text-decoration: underline;
}

/*--------------------------
SP：フッタ
--------------------------*/
@media only screen and (max-width: 767px) {
	#footer #mail,#footer #copyright,#footer #policy {
		float: left;
		width: 100%;
		text-align: left;
	}
	#footer ul.sendmail{
		padding-left: 10px;
	}
  
  #footer ul.copy_policy {
    float: none;
  }
}

/*body.open_s div#search {
    display: block;
    position: absolute;
    top: 33px;
    right: 20px;
    width: 40%;
    height: 32px;
}*/


/*--------------------------
PCのみのスタイル
--------------------------*/
@media only screen and (min-width: 768px) {
	/*menu非表示*/
	#header #gnavi_btn {
		display: none;
	}
}


/*-------------------------------
---------------------------------
clearfix
---------------------------------
-------------------------------*/
.clearfix {
  zoom: 100%;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*# sourceMappingURL=base.css.map */



