@charset "UTF-8";
/* Letter spacing is simpler.. stolen from somewhere */
/* Letter spacing is simpler.. stolen from somewhere */
@-webkit-keyframes pagetophover {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -100px; } }

@-moz-keyframes pagetophover {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -100px; } }

@keyframes pagetophover {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -100px; } }

@font-face {
  font-family: 'MiraiDriveFont';
  src: url("../fonts/MiraiDriveFont.eot?787udz");
  src: url("../fonts/MiraiDriveFont.eot?787udz#iefix") format("embedded-opentype"), url("../fonts/MiraiDriveFont.ttf?787udz") format("truetype"), url("../fonts/MiraiDriveFont.woff?787udz") format("woff"), url("../fonts/MiraiDriveFont.svg?787udz#MiraiDriveFont") format("svg");
  font-weight: normal;
  font-style: normal; }

::selection {
  background: #8ac457;
  color: #ffffff; }

::-moz-selection {
  background: #8ac457;
  color: #ffffff; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'MiraiDriveFont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-time_14:before {
  content: "\e90f"; }

.icon-time_10:before {
  content: "\e910"; }

.icon-time_17:before {
  content: "\e909"; }

.icon-time_16:before {
  content: "\e90a"; }

.icon-time_15:before {
  content: "\e90b"; }

.icon-time_15_30:before {
  content: "\e90c"; }

.icon-time_13:before {
  content: "\e90d"; }

.icon-time_11:before {
  content: "\e90e"; }

.icon-backtotop:before {
  content: "\e903"; }

.icon-youdriveapp:before {
  content: "\e906"; }

.icon-close:before {
  content: "\e908"; }

.icon-about:before {
  content: "\e901"; }

.icon-arrow_left:before {
  content: "\e900"; }

.icon-activities:before {
  content: "\e902"; }

.icon-facebook:before {
  content: "\e904"; }

.icon-twitter:before {
  content: "\e905"; }

.icon-arrow_right:before {
  content: "\e907"; }

html {
  font-size: 62.5%; }

body {
  color: #333;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック',sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1; }

body {
  /* for IF6 */
  _font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif; }

a {
  color: #fff; }

a:hover {
  color: #fff; }

a:visited {
  color: #fff; }

img {
  width: 100%;
  height: auto;
}

#bg_menu {
  position: fixed;
  width: 100%;
  height: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  top: 0px;
  left: 0px;
  display: none; }

@media all and (min-width: 320px) {
  /*
  #wrapper {
    padding-top: 200px;
    -webkit-transition: padding-top 0.2s ease;
    -moz-transition: padding-top 0.2s ease;
    -o-transition: padding-top 0.2s ease;
    -ms-transition: padding-top 0.2s ease;
    transition: padding-top 0.2s ease; }
    */

  header {
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0px;
    background: #fff;
    z-index: 30; }
  header .header_top {
    position: relative;
    width: 100%;
    height: 200px; }
  header h1 {
    width: 280px;
    margin: auto;
    padding-top: 70px; }
  header h2 {
    width: 70px;
    position: absolute;
    top: 12px;
    left: 20px; }
  header .nav {
    display: none; }
  header .nav ul {
    letter-spacing: -.4em;
    width: 84.53%;
    margin: auto; }
  header .nav ul li {
    display: inline-block;
    letter-spacing: normal;
    font-family: AxisStd-Bold,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック',sans-serif;
    -webkit-transform: scale(0.65);
    -webkit-transform-origin: 0px 0px; }
  header .nav ul li i:before {
    font-size: 10px;
    font-size: 1rem; }
  header .sns03 {
    display: none; }
  header p#btn_menu {
    width: 35px;
    height: 35px;
    position: fixed;
    top: 0px;
    right: 10px;
    z-index: 99;
    -webkit-transition: right 0.3s ease;
    -moz-transition: right 0.3s ease;
    -o-transition: right 0.3s ease;
    -ms-transition: right 0.3s ease;
    transition: right 0.3s ease; }
  header p#btn_menu a {
    width: 35px;
    height: 53px;
    display: block;
    box-sizing: border-box;
    padding: 18px 0 18px 0;
    margin-right: 18px;
    -webkit-tap-highlight-color: transparent; }
  header p#btn_menu a span {
    width: 35px;
    height: 4px;
    background: #000;
    margin: auto;
    margin-bottom: 4px;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #header {
    width: 100%;
    background: #fff;
    height: 50px;
    position: fixed;
    -webkit-transform: translate3d(0, -110%, 0);
    -moz-transform: translate3d(0, -110%, 0);
    -ms-transform: translate3d(0, -110%, 0);
    -o-transform: translate3d(0, -110%, 0);
    -webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    -ms-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    top: 0px;
    z-index: 20; }
  #header .header_top {
    height: 50px; }
  #header h1 {
    width: 100px;
    padding-top: 10px;
    margin: auto; }
  #header h2 {
    width: 70px;
    position: absolute;
    top: 15px;
    left: 20px; }
  #header .nav {
    width: 100%;
    z-index: 1;
    display: none; }
  #header p#btn_menu {
    width: 35px;
    height: 35px;
    position: fixed;
    top: 4px;
    right: 10px;
    z-index: 1000; }
  #header p#btn_menu a {
    width: 35px;
    height: 53px;
    display: block;
    box-sizing: border-box;
    padding: 12px 0 12px 0;
    margin-right: 12px; }
  #header p#btn_menu span {
    width: 35px;
    height: 4px;
    background: #000;
    margin: auto;
    margin-bottom: 4px;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #meets.active p#btn_menu a,
  #report.active p#btn_menu a {
    padding: 14px 0 18px 0; }
  #meets p#btn_menu,
  #report p#btn_menu {
    width: 35px;
    height: 35px;
    position: fixed;
    top: 0px;
    right: 10px;
    z-index: 99;
    -webkit-transition: right 0.3s ease;
    -moz-transition: right 0.3s ease;
    -o-transition: right 0.3s ease;
    -ms-transition: right 0.3s ease;
    transition: right 0.3s ease; }
  #meets p#btn_menu a,
  #report p#btn_menu a {
    width: 35px;
    height: 53px;
    display: block;
    box-sizing: border-box;
    padding: 18px 0 18px 0;
    margin-right: 18px;
    -webkit-tap-highlight-color: transparent; }
  #meets p#btn_menu a span,
  #report p#btn_menu a span {
    width: 35px;
    height: 4px;
    background: #000;
    margin: auto;
    margin-bottom: 4px;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .active #header {
    -webkit-transform: translate3d(0, 0%, 0);
    -moz-transform: translate3d(0, 0%, 0);
    -ms-transform: translate3d(0, 0%, 0);
    -o-transform: translate3d(0, 0%, 0); }
  .menu_mode {
    overflow: hidden; }
  .menu_mode #glbmenu {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0); }
  .menu_mode #bg_menu {
    z-index: 50;
    display: block; }
  #glbmenu {
    position: fixed;
    width: 60%;
    height: 100%;
    top: 0px;
    box-shadow: -1px 0 10px #ccc;
    -webkit-transform: translate3d(110%, 0, 0);
    -moz-transform: translate3d(110%, 0, 0);
    -ms-transform: translate3d(110%, 0, 0);
    -o-transform: translate3d(110%, 0, 0);
    right: 0px;
    background: #fff;
    -webkit-transition: transform 0.6s ease;
    -moz-transition: transform 0.6s ease;
    -o-transition: transform 0.6s ease;
    -ms-transition: transform 0.6s ease;
    transition: transform 0.6s ease;
    z-index: 100; }
  #glbmenu .inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    overflow: auto; }
  #glbmenu .inner h2 {
    width: 100%;
    padding: 30px 0;
    text-align: center;
    border-bottom: 1px solid #d2d2d2; }
  #glbmenu .inner h2 img {
    width: 150px; }
  #glbmenu .inner ul.sns02 {
    letter-spacing: -.4em;
    width: 100%;
    text-align: center;
    margin-top: 40px; }
  #glbmenu .inner ul.sns02 li:first-child {
    margin-right: 20px; }
  #glbmenu .inner ul.sns02 li {
    display: inline-block;
    letter-spacing: normal; }
  #glbmenu .inner ul.sns02 li a {
    color: #000;
    text-decoration: none; }
  #glbmenu .inner ul.sns02 li a i:before {
    font-size: 24px;
    font-size: 2.4rem; }
  #glbmenu .inner ul.pagenav {
    width: 100%; }
  #glbmenu .inner ul.pagenav li, #glbmenu .inner ul.pagenav li a {
    width: 100%; }
  #glbmenu .inner ul.pagenav li {
    border-bottom: 1px solid #d2d2d2; }
  #glbmenu .inner ul.pagenav li a {
    font-size: 11px;
    font-size: 1.1rem;
    padding: 20px 0;
    font-family: AxisStd-Bold,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック',sans-serif;
    background: #f6f6f6;
    color: #333;
    display: block;
    text-decoration: none;
    text-indent: 2em; }
  #glbmenu .inner ul.pagenav li a:before {
    content: "- "; }
  #glbmenu .inner ul.pagenav li a.active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
    filter: alpha(opacity=30);
    -webkit-opacity: 0.3;
    -khtml-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
    cursor: default;
    -webkit-tap-highlight-color: transparent; }
  #glbmenu .inner ul.glbnav li {
    width: 100%;
    border-bottom: 1px solid #d2d2d2; }
  #glbmenu .inner ul.glbnav li a {
    padding: 20px 0;
    width: 100%;
    display: block;
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    text-decoration: none;
    font-family: AxisStd-Bold,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック',sans-serif;
    text-indent: 2em; }
  #glbmenu .inner ul.glbnav .glbnav01 img {
    width: 150px; }
  #glbmenu .inner ul.glbnav .glbnav02 img {
    width: 90px; }
  #glbmenu .inner ul.glbnav .glbnav03 img {
    width: 80px; }
  footer {
    width: 100%;
    height: 280px;
    background: #5bade1; }
  footer .inner {
    width: 89.5%;
    margin: auto;
    padding-top: 18px; }
  footer .col_l p, footer .col_l li, footer .col_l li a {
    color: #fff;
    text-align: center; }
  footer .col_l p.txt_contact {
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 20px; }
  footer .col_l p.txt_contact a {
    text-decoration: none; }
  footer .col_l p.copy {
    font-size: 10px;
    font-size: 1rem; }
  footer .col_l ul {
    letter-spacing: -.4em;
    margin-bottom: 20px;
    width: 100%;
    text-align: center; }
  footer .col_l ul li {
    display: inline-block;
    letter-spacing: normal;
    border-right: 1px solid #fff;
    margin-right: 10px;
    padding-right: 10px;
    text-align: center;
    margin-bottom: 4px; }
  footer .col_l ul li a {
    text-decoration: none;
    font-size: 10px;
    font-size: 1rem; }
  footer .col_l ul li:first-child {
    padding-left: 10px; }
  footer .col_l ul li:last-child {
    margin-right: 0px;
    border-right: none; }
  footer .col_r {
    margin-bottom: 50px; }
  footer .col_r ul {
    letter-spacing: -.4em;
    text-align: center; }
  footer .col_r ul li {
    display: inline-block;
    letter-spacing: normal; }
  footer .col_r ul li:first-child {
    margin-right: 24px; }
  footer .col_r ul a {
    text-decoration: none; }
  footer .col_r ul a i:before {
    font-size: 40px;
    font-size: 4rem;
    color: #fff; }
  .block_pagetop {
    width: 100%;
    padding: 45px 0 35px 0;
    height: 35px; }
  .block_pagetop p, .block_pagetop p a {
    width: 35px;
    height: 35px;
    display: block; }
  .block_pagetop p {
    width: 35px;
    margin: auto; }
  .block_pagetop p a {
    display: block;
    color: #5bade1;
    text-decoration: none; }
  .block_pagetop p a i:before {
    font-size: 34px;
    font-size: 3.4rem;
    color: #5bade1; }
}

.caption p {
    line-height: 150%;
}

@media all and (min-width: 375px) {
  #glbmenu .inner ul.pagenav li a {
    font-size: 12px;
    font-size: 1.2rem; }
}

@media all and (min-width: 414px) {
  #glbmenu .inner ul.pagenav li a {
    font-size: 13px;
    font-size: 1.3rem; }
}

@media all and (min-width: 641px) {
  #index header {
    height: 340px; }
  #index header .nav ul {
    text-align: center; }
  #index header .nav ul li {
    margin-right: 2em;
    font-size: 18px;
    font-size: 1.8rem; }
  #index header .nav ul li:last-child {
    margin-right: 0px; }
  header {
    height: 310px; }
  header .header_top {
    height: 300px; }
  header h1 {
    width: 390px;
    position: absolute;
    padding-top: 0px;
    left: 50%;
    top: 60%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    /*@include transition(all,.2s,ease);*/ }
  header h2 {
    position: absolute;
    top: 30px;
    left: 40px;
    right: auto;
    width: 120px; }
  header .nav {
    display: block; }
  header .nav ul {
    letter-spacing: -.4em;
    width: 89.5%;
    margin: auto; }
  header .nav ul li {
    display: inline-block;
    letter-spacing: normal;
    -webkit-transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1; }
  header .nav ul li a {
    color: #333;
    text-decoration: none; }
  header .nav ul.sns03 {
    display: none; }
  header p#btn_menu {
    display: none; }
  #header {
    height: 80px; }
  #header .header_top {
    height: 70px; }
  #header h1 {
    width: 180px;
    left: 50%;
    margin-left: -90px;
    position: absolute;
    padding-top: 10px; }
  #header h2 {
    top: 15px;
    left: 20px;
    width: 120px;
    position: absolute; }
  #header .nav {
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 1; }
  #header .nav ul {
    letter-spacing: -.4em;
    width: 400px;
    margin: auto; }
  #header .nav ul li {
    display: inline-block;
    letter-spacing: normal; }
  #header .nav ul li a {
    color: #333;
    text-decoration: none; }
  #header .nav ul li i:before {
    font-size: 15px;
    font-size: 1.5rem;
    color: #333;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease; }
  #header p#btn_menu {
    top: 20px;
    right: 10px;
    display: block; }
  .menu_mode .active header p#btn_menu {
    right: 60%; }
  footer {
    width: 100%;
    height: 510px; }
  footer .inner {
    width: 89.5%;
    margin: auto;
    padding-top: 37px; }
  footer .col_l p, footer .col_l li, footer .col_l li a {
    text-align: center; }
  footer .col_l p.txt_contact {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 30px; }
  footer .col_l ul {
    margin-bottom: 30px; }
  footer .col_l ul li {
    margin-right: 20px;
    padding-right: 20px; }
  footer .col_l ul li a {
    text-decoration: none;
    font-size: 14px;
    font-size: 1.4rem; }
  footer .col_l ul li:first-child {
    border-left: 1px solid #fff;
    padding-left: 20px; }
  footer .col_l ul li:last-child {
    margin-right: 0px; }
  footer .col_l p.copy {
    font-size: 14px;
    font-size: 1.4rem; }
  footer .col_r {
    margin-bottom: 100px; }
  footer .col_r ul li:first-child {
    margin-right: 38px; }
  footer .col_r ul a i:before {
    font-size: 80px;
    font-size: 8rem; }

  /*
  #wrapper {
    padding-top: 310px; }
  */

  .block_pagetop {
    width: 100%;
    padding: 90px 0 70px 0;
    height: 70px; }
  .block_pagetop p, .block_pagetop p a {
    width: 70px;
    height: 70px; }
  .block_pagetop p {
    margin: auto; }
  .block_pagetop p a {
    display: block; }
  .block_pagetop p a i:before {
    font-size: 70px;
    font-size: 7rem; }
}

@media all and (min-width: 940px) {
  #bg_menu {
    display: none !important; }
  #index header {
    height: 120px;
    position: fixed;
    top: 0px; }
  #index header .header_top {
    height: 120px; }
  #index header h1 {
    width: 177px;
    height: 60px;
    position: absolute;
    left: 45px;
    top: 22px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0); }
  #index header h2 {
    top: 26px; }
  #index header .nav {
    width: 480px;
    position: absolute;
    left: 27%;
    top: 55px;
    letter-spacing: -.4em; }
  #index header .nav ul {
    text-align: left; }
  #index header .nav ul li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    margin-right: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: AxisStd-Bold,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック',sans-serif; }
  #index header .nav li:last-child {
    margin-right: 0px; }
  #index header .nav .nav01 a.active, #index header .nav .nav01 a:hover {
    color: #5bade1; }
  #index header .nav .nav02 a.active, #index header .nav .nav02 a:hover {
    color: #8ac457; }
  #index header .nav .nav03 a.active, #index header .nav .nav03 a:hover {
    color: #008b3e; }
  #index header ul.sns03 {
    letter-spacing: -.4em;
    width: 90px;
    right: 20.3%;
    top: 40px;
    position: absolute;
    display: block; }
  #index header ul.sns03 li:first-child {
    margin-right: 28px; }
  #index header ul.sns03 li {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal; }
   #index header ul.sns03 li a i:before {
    font-size: 30px;
    font-size: 3rem;
    color: #000; }

  /*
  #index #wrapper {
    padding-top: 120px; }
  */

  p#btn_menu {
    display: none; }
  header {
    height: 240px; }
  header .header_top {
    height: 220px; }
  header h1 {
    width: 390px;
    top: 50%; }
  header h2 {
    position: absolute;
    top: 30px;
    right: auto;
    left: 40px;
    width: 120px; }
  header .nav {
    display: block;
    position: relative; }
  header .nav ul.hnav {
    letter-spacing: -.4em;
    width: 700px;
    margin: auto; }
  header .nav ul.hnav li {
    display: inline-block;
    letter-spacing: normal; }
  header .nav ul.hnav li i:before {
    font-size: 15px;
    font-size: 1.5rem;
    color: #333;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease; }
  header .nav ul.sns03 {
    position: absolute;
    right: 10px;
    top: -10px;
    width: 100px;
    display: block;
    letter-spacing: -.4em;
    display: block; }
  header .nav ul.sns03 li {
    display: inline-block;
    letter-spacing: normal;
    text-align: right; }
  header .nav ul.sns03 li a i:before {
    font-size: 30px;
    font-size: 3rem; }
  header .nav ul.sns03 li:first-child {
    margin-right: 30px; }
  #header {
    height: 80px; }
  #header .header_top {
    height: 70px; }
  #header h1 {
    width: 150px;
    margin-left: 0px;
    z-index: 10;
    top: 5px;
    right: 40px;
    left: auto;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0); }
  #header h2 {
    left: 40px;
    top: 0px;
    z-index: 10;
    padding-top: 15px;}
  #header .nav {
    position: absolute;
    top: 33px;
    width: 100%;
    z-index: 1;
    display: block; }
  #header .nav ul {
    letter-spacing: -.4em;
    width: 580px;
    margin: auto;
    /*
    .nav01{ width: 40.45%;}
    .nav02{ width: 21.22%;}
		.nav03{ width: 19.69%;}
		*/ }
  #header .nav ul li {
    display: inline-block;
    letter-spacing: normal; }
  #header .nav ul li i:before {
    font-size: 13px;
    font-size: 1.3rem; }
  #header .nav ul .nav02 {
    margin: 0 8%; }
  #header .nav ul.sns03 {
    display: none; }
  #header p#btn_menu {
    display: none; }
  .menu_mode {
    overflow: auto; }
  .menu_mode #glbmenu {
    right: -60%;
    box-shadow: none; }
  footer {
    width: 100%;
    height: 333px; }
  footer .inner {
    width: 89.75%;
    max-width: 1180px;
    margin: auto;
    padding-top: 76px; }
  footer .col2 {
    min-width: 900px;
    width: 93.4%;
    margin: auto; }
  footer .col_l {
    float: left;
    width: 630px; }
  footer .col_l p, footer .col_l li, footer .col_l li a {
    text-align: left; }
  footer .col_l p.txt_contact {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 30px; }
  footer .col_l p.txt_contact a:hover {
    text-decoration: underline; }
  footer .col_l ul li {
    border-right: 1px solid #fff;
    margin-right: 20px;
    padding-right: 20px; }
  footer .col_l ul.fnav {
    text-align: left; }
  footer .col_l ul.fnav li a {
    font-size: 12px;
    font-size: 1.2rem; }
  footer .col_l ul.fnav li a:hover {
    text-decoration: underline; }
  footer .col_l p.copy {
    font-size: 12px;
    font-size: 1.2rem; }
  footer .col_r {
    float: right;
    width: 200px; }
  footer .sns li:first-child {
    margin-right: 28px; }
  footer .sns li a:hover {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .block_pagetop {
    width: 100%;
    padding: 90px 0 30px 0;
    height: 70px; }
  .block_pagetop p, .block_pagetop p a {
    width: 70px;
    height: 70px; }
  .block_pagetop p {
    width: 70px;
    float: right;
    margin-right: 70px; }
  .block_pagetop p a {
    display: block; }
  .block_pagetop p a i:before {
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease; }
  .block_pagetop p a:hover i:before {
    color: #173077; }

  /*
  #wrapper {
    padding-top: 240px; }
  */

}

@media all and (min-width: 1140px) {
  #index header {
    height: 120px;
    position: fixed;
    top: 0px; }
  #index header .header_top {
    height: 120px; }
  #index header h1 {
    width: 177px;
    height: 60px;
    position: absolute;
    left: 45px;
    top: 22px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0); }
  #index header h2 {
    top: 26px; }
  #index header .nav {
    width: 480px;
    position: absolute;
    left: 23%;
    top: 55px; }
  #index header .nav ul li {
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 50px; }
  #index header .nav li:last-child {
    margin-right: 0px; }
  #index header ul.sns03 {
    width: 90px;
    right: 17%;
    top: 40px;
    position: absolute; }
  #index header ul.sns03 li:first-child {
    margin-right: 28px; }
  #index header ul.sns03 li a i:before {
    font-size: 30px;
    font-size: 3rem; }

  /*
  #index #wrapper {
    padding-top: 120px; }
  */
  
  footer .inner {
    width: 89.75%;
    max-width: 1180px;
    margin: auto; }
  footer .col2 {
    width: 93.4%; }
  footer .col_l {
    width: 700px; }
  footer .col_l p.txt_contact {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 30px; }
  footer .col_l ul.fnav li a {
    font-size: 14px;
    font-size: 1.4rem; }
  footer .col_l p.copy {
    font-size: 14px;
    font-size: 1.4rem; }
  footer .col_r {
    float: right;
    width: 200px; }
  footer .sns li a {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  footer .sns li a:hover {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear; }
}
body#report {
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  transition: opacity 1s ease; }
body#report.disable {
/* --------------------------- 表示がうまくいかないので消してます---------------------------------- */
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0; */}
 /* ----------------------------------------------------------------------------------------- */
@media all and (min-width: 320px) {
  #report nav ul li, #report nav ul li a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-family: AxisStd-Bold,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック',sans-serif; }
  #report nav ul li a.current {
    cursor: default;
    background: #5bade1;
    color: #fff; }
  #report nav ul li a.preview {
    background: #8ac457;
    color: #fff; }
  }
  #report nav ul li a {
    background: #e8e8e8;
    color: #000; }
  #report nav ul li.disable {
    background: #e8e8e8; }
  
  #report dt {
    font-family: AxisStd-Bold,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック',sans-serif; }
  #report article {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #b5b5b5;
    width: 92%;
    margin: auto; }
  #report #article_header {
    width: 100%;
    height: 200px;
    position: relative;
    margin-bottom: 20px;
    background-image: url(../images/report/img_main.jpg);
    background-size: cover;
    background-repeat: no-repeat; }
  #report #article_header .ttl {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%); }
  #report #article_header .ttl h2, #report #article_header .ttl p {
    font-family: AxisStd-Bold,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック',sans-serif;
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    line-height: 200%;

}
  #report #article_header h2 {
    font-size: 12px;
    font-size: 1.2rem;
    text-shadow: 0px 0px 10px #333;
    margin-bottom: 20px; }
  #report #article_header p {
    font-size: 10px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.8rem;
    margin-top: -3px;
    margin-top: -0.3rem;
    text-shadow: 0px 0px 5px #333; }
  #report .lead {
    width: 92%;
    margin: auto;
    margin-bottom: 20px; }
  #report .lead h3, #report .lead h4 {
    text-align: center;
    font-family: AxisStd-Bold,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック',sans-serif; }
  #report .lead p {
    font-family: AxisStd-Regular,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック',sans-serif; }
/* ---------------------- bg灰色に ----------------------- */
  #report .lead.enclose {
    width: 100%;
    }
  #report .lead.enclose p {
    line-height: 2.4rem;
    background: #e8e8e8;
    padding: 5px 10px 10px; }
/* ------------------------------------------------------ */
  #report .block_movie {
    width: 100%;
    height: 0px;
    padding-bottom: 55.8%;
    position: relative;
    margin-top: 20px; }
  #report .block_movie iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }
  #report .lead h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px; }
  #report .lead h4 {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px; }
  #report .lead p {
    font-size: 10px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 2rem;
    margin-top: -5px;
    margin-top: -0.5rem;
    margin-top: 10px; }
  #report article.noborder {
    border: none;
    margin-top: 0px; }
  #report article.last {
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: 20px;
    margin-bottom: 40px; }
  #report article {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #b5b5b5;
    width: 92%;
    margin: auto; }
  #report article p.step {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: AxisStd-Bold,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック',sans-serif;
    margin-bottom: .5em;
    text-align: center; }
  #report article .txt {
    margin-bottom: 20px; }
  #report article .txt .step {
    font-family: 'Futura LT W01 Heavy','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック',sans-serif; }
/* ---------------------- bg灰色に ----------------------- */
  #report article .txt.enclose {
    background: #e8e8e8;
    padding: 5px 20px 20px; }
  #report article .txt.enclose p {
    line-height: 2.4rem; }
/* ------------------------------------------------------ */
  #report article .txt p {
    font-family: AxisStd-Regular,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック',sans-serif; }
  #report article .txt p {
    font-size: 10px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 2rem;
    margin-top: -5px;
    margin-top: -0.5rem;
    margin-top: 20px; }
  #report article .txt dl {
    margin-top: 1.5em; }
  #report article .txt dl dt, #report article .txt dl dd {
    letter-spacing: 0.1em; }
  #report article .txt dl dt {
    text-align: center;
    font-weight: bold;
    margin-bottom: .8em; }
  #report article .txt dl dd {
    font-size: 10px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 2rem;
    margin-top: -5px;
    margin-top: -0.5rem; }
  #report article .img {
    margin-bottom: 20px; }
  #report article .img dd {
    font-size: 10px;
    font-size: 1rem;
    line-height: 10px;
    line-height: 1rem;
    margin-top: 0px;
    margin-top: 0rem;
    text-align: center; }
  #report article .movie {
    margin-bottom: 20px;
    width: 100%;
    height: 0px;
    padding-bottom: 55.8%;
    position: relative; }
  #report article .movie iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px; }
  #report article.type02 {
    margin-top: 0px;
    margin-top: 48px;
    padding-top: 48px;
    border-top: 1px solid #b5b5b5;}
  #report article.type02 .imgs.mb0 {
    margin-bottom: 0}
  #report article.type02 .imgs .img_l, #report article.type02 .imgs .img_r {
    margin-bottom: 20px; }
  #report article.type02 .imgs .img_l dd, #report article.type02 .imgs .img_r dd {
    font-size: 10px;
    font-size: 1rem;
    text-align: center; }
  #report article.nobdr {
    border-top: none;
    padding-top: 0px; }

  #btn_backtop,
  #btn_backtop a {
    width: 200px;
    height: 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
    color: #b5b5b5;
    text-decoration: none;
    line-height: 50px; }
  #btn_backtop {
    margin: 0 auto 30px; }
  #btn_backtop a {
    border: 2px solid #b5b5b5;
    font-family: AxisStd-Bold,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック',sans-serif;
    text-align: center;
    font-size: 20px;
    font-size: 2rem; }

@media all and (min-width: 375px) {
  #report #article_header h2 {
    font-size: 14px;
    font-size: 1.4rem; }
  #report #article_header p {
    font-size: 11px;
    font-size: 1.1rem; }
}

@media all and (min-width: 414px) {
  #report #article_header h2 {
    font-size: 16px;
    font-size: 1.6rem; }
  #report #article_header p {
    font-size: 12px;
    font-size: 1.2rem; }
  #report article {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #b5b5b5;
    width: 92%;
    margin: auto; }
  #report article h5 {
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 20px; }
  #report article p.step {
    font-size: 14px;
    font-size: 1.4rem; }
  #report article .txt p {
    font-size: 10px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 2rem;
    margin-top: -5px;
    margin-top: -0.5rem;
    margin-top: 20px; }
  #report article .txt dl dt {
    margin-bottom: .8em; }
  #report article .txt dl dd {
    font-size: 10px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 2rem;
    margin-top: -5px;
    margin-top: -0.5rem; }
}

@media all and (min-width: 768px) {
  #report nav {
    margin-bottom: 30px; }
  #report nav ul {
    letter-spacing: -.4em; }
  #report nav ul li {
    letter-spacing: normal;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-size: 12px;
    font-size: 1.2rem;
    box-sizing: border-box;
    border-right: 2px solid #fff;
    margin-bottom: 2px; }
  #report nav ul li:nth-child(2n) {
    border-right: none; }
  #report article {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #b5b5b5;
    width: 92%;
    margin: auto; }
  #report #article_header {
    width: 100%;
    max-width: 1230px;
    margin: auto;
    height: 350px;
    margin-bottom: 50px; }
  #report #article_header h2 {
    letter-spacing: 0.1em;
    font-size: 26px;
    font-size: 2.6rem; }
  #report #article_header p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
    margin-top: -4px;
    margin-top: -0.4rem; }
  #report .lead h3 {
    font-size: 35px;
    font-size: 3.5rem;
    letter-spacing: 0.1em;
    margin-bottom: 20px; }
  #report .lead h4 {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    margin-bottom: 48px; }
  #report .lead p {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 30px;
    line-height: 3rem;
    margin-top: -8px;
    margin-top: -0.8rem; }
  /* ---------------------- bg灰色に ----------------------- */
  #report .lead.enclose {
    width: 100%;
    }
  #report .lead.enclose p {
    line-height: 2.4rem;
    background: #e8e8e8;
    padding: 20px;}
  /* ------------------------------------------------------ */
  #report .block_movie {
    width: 100%;
    height: 0px;
    padding-bottom: 55.8%;
    position: relative;
    margin-top: 48px; }
  #report .block_movie iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }
  #report article.last {
    padding-bottom: 48px;
    margin-bottom: 48px; }
  #report article {
    margin-top: 48px;
    padding-top: 48px;
 }
  #report article h5 {
    width: 100%;
    text-align: center;
    font-size: 35px;
    font-size: 3.5rem;
    margin-bottom: 48px;
    letter-spacing: 0.1em; }
  #report article h6 {
    font-size: 16px;
    font-weight:bold;
    margin-bottom: 5px;
  }
  #report article p.step {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: .6em; }
  #report article .txt {
    margin-bottom: 50px; }
  #report article .txt p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    line-height: 3rem;
    margin-top: -8px;
    margin-top: -0.8rem; }
  #report article .txt dl dt {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 1em; }
  #report article .txt dl dd {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    line-height: 3rem;
    margin-top: -8px;
    margin-top: -0.8rem; }
  /* ---------------------- bg灰色に ----------------------- */
  #report article .txt.enclose {
    background: #e8e8e8;
    padding: 30px 20px 20px; }
  #report article .txt.enclose p {
    line-height: 2.4rem; }
  /* ------------------------------------------------------ */
  #report article .movie {
    margin-bottom: 20px; }
  #report article .img {
    width: 92%;
    margin: auto; }
  #report article .img dd {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 30px;
    line-height: 3rem;
    margin-top: -9px;
    margin-top: -0.9rem;
    display: block;
    text-align: center; }
  #report article.type02 .lead.enclose {
    margin-top: 40px; }
  #report article.type02 .imgs .img_l {
    float: none;
    margin: auto; }
  #report article.type02 .imgs .img_r {
    float: none;
    margin: auto;
    padding-top: 40px;}
  #report article.type02 .imgs .img_l, #report article.type02 .imgs .img_r {
    width: 92%; }
  #report article.type02 .imgs .img_l dd, #report article.type02 .imgs .img_r dd {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center; }
}

@media all and (min-width: 940px) {
  #report.active header h1 {
    padding-top: 15px; }
  #report nav ul {
    letter-spacing: -.4em; }
  #report nav ul li {
    width: 100%;
    margin-bottom: 0px;
    border-right: 2px solid #fff; }
  #report nav ul li:nth-child(2) {
    border-right: 2px solid #fff; }
  #report nav ul li, #report nav ul li a {
    height: 50px;
    line-height: 50px; }
  #report nav ul li a {
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    transition: all 0.15s linear;
    font-size: 12px;
    font-size: 1.2rem; }
  #report nav ul a:hover,
  #report nav ul a.current {
    background: #5bade1;
    color: #fff; }
  #report nav ul a.current {
    cursor: default; }
  #report header h1 {
    padding-top: 70px; }
  #report #article_header {
    width: 100%;
    height: 550px;
    margin-bottom: 50px; }
  #report #article_header h2 {
    letter-spacing: 0.1em;
    font-size: 32px;
    font-size: 3.2rem; }
  #report #article_header p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 36px;
    line-height: 3.6rem;
    margin-top: -8px;
    margin-top: -0.8rem;
    margin-top: 40px; }
  #report .lead, #report article {
    width: 78.23%;
    max-width: 960px;
    margin: auto; }
  #report .lead {
    margin-bottom: 48px; }
  #report article {
    margin-top: 20px;
    border-top: 1px solid #b5b5b5;
    width: 92%;
    margin: auto; }
  /* ---------------------- bg灰色に ----------------------- */
  #report .lead.enclose {
    width: 100%;
    }
  #report .lead.enclose p {
    line-height: 2.4rem;
    background: #e8e8e8;
    padding: 20px 40px 20px;}
  /* ------------------------------------------------------ */
  #report article.last {
    padding-bottom: 48px;
    margin-bottom: 48px; }
  #report article .col2 {
    padding-bottom: 50px; }
  #report article .col2 dl dd {
    margin-top: 20px;
    padding-bottom: 50px; }
  #report article .txt {
    width: 46.56%;
    margin-bottom: 0px; }
  /* ---------------------- bg灰色に ----------------------- */
  #report article .txt.enclose {
    background: #e8e8e8;padding: 30px 20px 20px; }
  #report article .txt.enclose p {
    line-height: 2.4rem; }
  /* ------------------------------------------------------ */
  #report article .txt dl {
    margin-top: 0px; }
  #report article .txt dl dt {
    text-align: left;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 1em; }
  #report article .txt dl dd {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    line-height: 3rem;
    margin-top: -8px;
    margin-top: -0.8rem; }
  #report article .movie {
    width: 46.56%;
    padding-bottom: 26%; }
  #report article .img {
    width: 46.56%; }
  #report article .img dd {
    text-align: left; }
  #report article.i_r .txt {
    float: left; }
  #report article.i_r .movie,
  #report article.i_r .img {
    float: right; }
  #report article.i_l .txt {
    float: right; }
  #report article.i_l .movie,
  #report article.i_l .img {
    float: left; }
  #report article.type02 .imgs .img_l {
    float: left; }
  #report article.type02 .imgs .img_r {
    float: right; }
  #report article.type02 .txt_l {
    float: left; }
  #report article.type02 .txt_r {
    float: right; }
  #report article.type02 .imgs .img_l, #report article.type02 .imgs .img_r {
    padding-top: 0px;
    width: 48.54%; }
  #report article.type02 .imgs .img_l dd, #report article.type02 .imgs .img_r dd {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center; }
  #report article.type02 .lead.enclose {
    margin-top: 40px; }
  #btn_backtop {
    margin-bottom: 50px; }
  #btn_backtop a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  #btn_backtop a:hover {
    border-color: #5bade1;
    color: #5bade1; }
}
