@charset "utf-8";

/* ===================================================================
  common.css
=================================================================== */
body {
  color: #4d4d4d;
  font-size: 14px;
  line-height: 1.5;
  opacity: 0;
}
.row { margin-left: -3%; margin-right: -3%; }


/* Header
----------------------------------------------------*/
header {
  width: 100%;
  height: 60px;
  overflow: hidden;
}
header .inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}
header h1 {
  width: 80%;
  position: relative;
  z-index: 99999999;
}
header h1:after {
  content: "";
  display: table;
  clear: both;
}
header .logo {
  /*width: 65%;*/
  width: 160px;
  float: left;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #585757;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
header h1 .only-xs {
  /*width: 30%;*/
  width: 70px;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


/* menu
----------------------------------------------------*/
.mean-bar .logo-link {
  display: inline-block;
  width: 150px;
  height: 30px;
  padding-top: 12px;
  margin-left: 3%;
}
.mean-nav .mean-last {
  padding: 3% 0;
  border-top: 1px solid rgba(255,255,255,.5);
}
.mean-nav .btn_doc,.mean-nav .btn_pmf {
  width: 90%;
  margin: 0 auto;
}
.mean-nav .btn_doc a,.mean-nav .btn_pmf a {
  text-align: center !important;
  border-top: none !important;
}

.mean-container .mean-bar {
  background: none !important;
}
.mean-container .mean-nav {
  margin-top: 0 !important;
  background: #313333 !important;
  position: absolute;
  top: 60px;
  left: 0;
}
.mean-container a.meanmenu-reveal {
  width: 30px !important;
  color: #585757 !important;
  text-align: center;
  text-indent: 0 !important;
  padding-top: 8px !important;
}
.mean-container a.meanmenu-reveal span {
  margin-top: 5px !important;
  background: #585757 !important;
}
.mean-container a.meanmenu-reveal p {
  color: #585757 !important;
  font-size: 10px !important;
}

/* btn close */
.mean-container a.meanmenu-reveal.meanclose {
  color: #fff !important;
  font-size: 0 !important;
}
.mean-container a.meanmenu-reveal.meanclose:before,
.mean-container a.meanmenu-reveal.meanclose:after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #585757;
  position: absolute;
  top: 26px;
  right: 13px;
}
.mean-container a.meanmenu-reveal.meanclose:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mean-container a.meanmenu-reveal.meanclose:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mean-container .mean-nav > ul > li > a {
  color: #f39800 !important;
}
.mean-container .mean-nav ul li a.mean-expand {
  color: #fff !important;
}
.mean-container .mean-nav ul > li > a:before {
  width: 14px;
  height: 10px;
  display: inline-block;
  content: "";
  background: url(../img/menu_icon_arrow_o.svg) left top no-repeat;
}
.mean-container .mean-nav ul li a.mean-expand:before {
  display: none;
}
.mean-container .mean-nav ul > li ul > li > a:before {
  width: 14px;
  height: 10px;
  display: inline-block;
  content: "";
  background: url(../img/menu_icon_arrow_g.svg) left top no-repeat;
}
.mean-container .mean-nav ul li li a {
  background: #4d4d4d;
}


/* Contents
----------------------------------------------------*/
#content {
  width: 100%;
  min-width: 320px;
  overflow: hidden;
  padding-bottom: 71px;
  position: absolute;
  top: 0;
  left: 0;
}
#content .inner {
  width: 100%;
  padding: 0 3%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#content .btn-more,#content .btn-close {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #4d4d4d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#content .btn-more:after {
  display: inline-block;
  content: ">";
  margin-left: 0.5em;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#content .btn-close:after {
  display: inline-block;
  content: ">";
  margin-left: 0.5em;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#content .section {
  margin-bottom: 45px !important;
}
#content .bg-G {
  padding: 20px 0 40px 0;
  background: #E5E6EA;
}

/* ttl
--------------------------------*/
#content .page-ttl {
  width: 100%;
  color: #ea5504;
  font-size: 107%;
  font-weight: bold;
  text-align: center;
  padding: 7px 3% !important;
  margin-bottom: 25px !important;
  background: url(../../common/img/pagettl_bg.jpg) center top repeat-x;
}
#content .sttl {
  font-size: 114%;
  margin-bottom: 15px;
}
#content .catch {
  font-size: 121%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}

/* figs-set4
--------------------------------*/
#content .figs-set4 li {
  width: 48%;
  float: left;
  margin-top: 15px;
}
#content .figs-set4 li:nth-child(even) {
  float: right;
}
#content .figs-set4 li figcaption {
  margin-top: 5px;
}

/* table
--------------------------------*/
table {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
table th,
table td {
  padding: 10px 15px;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
table th {
  color: #fff;
  background: rgba(49, 51, 51, .8);
}
table td {
  background: #e6e6e6;
}
table caption {
  font-size: 114%;
  text-align: left;
}

/* toggle style
------------------------------------------------------------------- */
.toggle-wrap {
}
.toggle-wrap .toggle-btn {
  font-size: 142%;
  padding: 8px 25px;
  margin-bottom: 15px;
  background: #e6e6e6;
  position: relative;
}
.toggle-wrap .toggle-btn:after {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #4d4d4d;
  border-right: 2px solid #4d4d4d;
  text-align: center;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
}
.toggle-wrap .toggle-btn.active:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -4px;
}
.toggle-wrap .toggle-btn.active {
  display: block !important;
}
.toggle-wrap .toggle-box {
  margin-bottom: 24px;
}

/* pagetop
--------------------------------*/
#pagetop {
  width: 100%;
  height: 0;
  position: fixed;
  left: 0;
  bottom: 0;
  background: #fff;
  text-align: center;
}
#pagetop img {
  width: 30px;
}

#ft_btn {
  width: 100%;
  text-align: center;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(255,255,255,.8);
}


/* Footer
----------------------------------------------------*/
footer {
  width: 100%;
}
footer .ft_in {
  width: 100%;
  padding: 0 3%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
footer .th90 {
  width: 100%;
  display: table;
  text-align: left;
  margin-bottom: 15px;
}
footer  .th90 .logo {
  width: 15%;
  display: table-cell;
  vertical-align: middle;
}
footer .th90 figcaption {
  width: 85%;
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
}
footer .ft_wp {
  width: 100%;
  padding: 10px 0;
  background: #9D2F3C;
}
footer .btn {
  margin-bottom: 10px;
}
footer .btn a {
  color: #fff;
  font-size: 121.4%;
  text-align: center;
  border: 1px solid #fff;
}
footer .btn a:before {
  font-size: 80%;
  width: 20px;
  height: 20px;
  background: none;
}
footer .footer {
  color: #fff;
}
footer address {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  /* table
  --------------------------------*/
  .table-scroll{
    overflow: auto;
    white-space: nowrap;
  }
  .table-scroll::-webkit-scrollbar{
    height: 5px;
  }
  .table-scroll::-webkit-scrollbar-track{
    background: #F1F1F1;
  }
  .table-scroll::-webkit-scrollbar-thumb {
    /*tableにスクロールバーを追加*/
    background: #BCBCBC;
  }
  .table-scroll table {
    width: 600px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: scroll;
    padding: 0;
    -webkit-overflow-scrolling: touch;
  }
}

@media (min-width:768px) {
  /* Header
  ----------------------------------------------------*/
  header {
    width: 100%;
    height: auto;
    min-height: 60px;
    overflow: visible;
  }
  header .inner {
    position: relative;
    display: block;
  }
  header .inner {
    top: 0;
    -webkit-transform: translateY(0); /* Safari用 */
    transform: translateY(0);
  }
  header h1 {
    width: 100%;
    padding: 15px 0;
    position: static;
  }
  header .logo {
    width: 190px;
    padding: 0;
    border: none;
    margin-right: 0;
  }
  header .hd_txt img {
    vertical-align: middle;
    margin: 0 1%;
  }
  header .hd_txt {
    line-height: 38px;
  }
  header .hd_txt .txt01 {
    width: 28%;
  }
  header .hd_txt .txt02 {
    width: 40px;
  }
  header .btn {
    display: inline-block;
    position: absolute;
    top: 15px;
    z-index: 999999999;
  }

  header #btn_doc {
    right: 32%;
  }
  header #btn_pmf {
    right: 15.5%;
  }
  header #btn_pmf2 {
    right: 3%;
  }

  header #btn_doc a {
    min-height: 38px;
    padding: 8px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  header #btn_pmf a {
    font-size: 10px;
    min-height: 38px;
    padding: 4px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  header #btn_pmf2 a {
    font-size: 12px;
    line-height: 1.3;
    min-height: 38px;
    padding: 4px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* gNav
  ----------------------------------------------------*/
  #gNav {
    width: 100%;
    background: #313333;
  }
  #gNav a {
    color: #f39800;
    display: block;
  }
  #gNav > ul {
    display: table;
    position: relative;
    z-index: 999999;
    border-right: 1px solid #fff;
  }
  #gNav > ul > li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 45px;
    border-left: 1px solid #fff;
  }
  #gNav > ul > .mean-last {
    border-left: 0;
  }
  /*
  #gNav > ul > li:last-child {
    border: none;
  }
  */
  #gNav ul > li > a:hover {
    opacity: 0.6;
  }
  #gNav .ud-links {
    width: 100%;
    display: none;
    text-align: left;
    padding: 28px 4.2%;
    background: #e5e6ea;
    z-index: 10;
    position: absolute;
    top: 45px;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #gNav .ud-links li:first-child,
  #gNav .ud-links li:nth-child(2) {
    border-top: 1px solid #313333;
  }
  #gNav .ud-links li {
    width: 29%;
    display: inline-block;
    margin-right: 5%;
    border-bottom: 1px solid #313333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #gNav .ud-links a {
    color: #313333;
    padding: 10px;
  }
  #gNav .ud-links a:hover {
    color: #f39800;
  }
  #gNav .ud-links a:before {
    display: inline-block;
    content: ">";
    margin-right: 0.5em;
  }


  /* Contents
  ----------------------------------------------------*/
  #content {
    padding-bottom: 0;
  }
  #content .inner {
    width: 100%;
    padding: 0 3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #content .bg-G {
    padding: 65px 0;
  }
  #content .col-sm-6 {
    width: 48%;
  }
  #content .note {
    font-size: 85%;
  }

  /* ttl
  --------------------------------*/
  #content .page-ttl {
    font-size: 143%;
    padding: 15px 0 !important;
  }
  #content .sttl {
    font-size: 129%;
  }
  #content .catch {
    font-size: 171%;
    font-weight: normal;
  }

  /* figs-set4
  --------------------------------*/
  #content .figs-set4 li {
    width: 24%;
    margin-right: 1.33%;
  }
  #content .figs-set4 li:last-child {
    margin-right: 0;
  }
  #content .figs-set4 li:nth-child(even) {
    float: left;
  }
  #content .figs-set4 li figcaption {
    text-align: left;
  }

  /* toggle style
  --------------------------------*/
  .toggle-wrap .toggle-btn:after {
    display: none;
  }

  /* pagetop
  --------------------------------*/
  #pagetop {
    width: 63px;
    height: 63px;
    left: auto;
    right: 40px;
    bottom: 40px;
    background: none;
  }
  #pagetop img {
    width: 100%;
  }

  /* Footer
  ----------------------------------------------------*/
  footer  .th90 .logo img {
    width: 100%;
  }
  footer .ft_wp {
    padding: 24px 0;
  }
  footer .btn {
    margin-bottom: 24px;
  }
  footer address {
    text-align: center;
    margin-bottom: 5px;
  }
  footer small {
    text-align: center;
    display: inherit;
  }
}


@media (min-width:992px) {
  .row { margin: 0; }

  /* Header
  ----------------------------------------------------*/
  header .logo {
    width: 250px;
    height: 45px;
    line-height: 1;
    margin-right: 10px;
  }
  header .hd_txt > img {
    width: auto;
    margin: 0 8px;
  }
  header .hd_txt .txt01 {
    width: 300px;
  }
  header .hd_txt .txt02 {
    width: 66px;
    margin-left: 0;
  }
  header #btn_doc {
    right: 250px;
  }
  header #btn_pmf {
    width: 150px;
    right: 95px;
  }
  header #btn_pmf2 {
    width: 90px;
    right: 0;
  }
  header #btn_doc a {
    min-height: 56px;
    padding: 17px 10px;
  }
  header #btn_pmf a {
    font-size: 10px;
    text-align: center;
    min-height: 56px;
    padding: 13px 10px 0;
  }
  header #btn_pmf2 a {
    font-size: 12px;
    line-height: 1.3;
    min-height: 56px;
    padding: 13px 10px;
  }

  /* Footer
  ----------------------------------------------------*/
  footer {
    width: 100%;
  }
  footer .ft_in {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
  footer .th90 .logo, footer .th90 .logo img {
    width: 85px;
  }
  footer .th90 figcaption {
    width: 915px;
  }


  /* Contents
  ----------------------------------------------------*/
  #content .inner {
    width: 940px;
    margin: 0 auto;
    padding: 0;
  }
  #content .s-wrap .inner {
    width: 700px;
  }

  #gNav .ud-links {
    padding: 28px 20px 35px 20px;
  }
}




