@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,
  #workshop.active p#btn_menu a {
    padding: 14px 0 18px 0; }
  #meets p#btn_menu,
  #workshop 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,
    #workshop 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,
      #workshop 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; } }

@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#workshop {
  -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#workshop.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) {
  #workshop nav ul li, #workshop 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; }
  #workshop nav ul li a.current {
    cursor: default;
    background: #5bade1;
    color: #fff; }
  #workshop nav ul li a.preview {
    background: #8ac457;
    color: #fff; }
  }
  #workshop nav ul li a {
    background: #e8e8e8;
    color: #000; }
  #workshop nav ul li.disable {
    background: #e8e8e8; }
  #workshop .glnav li, #workshop .glbnav li {
    font-family: 'メイリオ','Hiragino Kaku Gothic Pro',Meiryo,'ヒラギノ角ゴ Pro W3','MS PGothic','MS UI Gothic',Helvetica,Arial,sans-serif; }
  #workshop p, #workshop dd, #workshop li {
    font-family: AxisStd-Regular,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック',sans-serif; }
  #workshop dt {
    font-family: AxisStd-Bold,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック',sans-serif; }
  #workshop #article_header.no2 {
    background-image: url(../images/workshop/no2/img_main.jpg); }
  #workshop #article_header.no3 {
    background-image: url(../images/workshop/no3/img_main.jpg); }
  #workshop #article_header.no4 {
    background-image: url(../images/workshop/no4/img_main.jpg); background-position: 50% 50%; }
  #workshop #article_header {
    width: 100%;
    height: 200px;
    position: relative;
    margin-bottom: 20px;
    background-image: url(../images/workshop/img_main.jpg);
    background-size: cover;
    background-repeat: no-repeat; }
    #workshop #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%); }
      #workshop #article_header .ttl h2, #workshop #article_header .ttl p {
        font-family: AxisStd-Bold,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック',sans-serif;
        text-align: center;
        color: #fff; }
    #workshop #article_header h2 {
      font-size: 12px;
      font-size: 1.2rem;
      text-shadow: 0px 0px 10px #333;
      margin-bottom: 20px; }
    #workshop #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; }
  #workshop #lead {
    width: 92%;
    margin: auto;
    margin-bottom: 20px; }
    #workshop #lead h3, #workshop #lead h4 {
      text-align: center;
      font-family: AxisStd-Bold,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック',sans-serif; }
    #workshop #lead p {
      font-family: AxisStd-Regular,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック',sans-serif; }
  #workshop .block_movie {
    width: 100%;
    height: 0px;
    padding-bottom: 55.8%;
    position: relative;
    margin-top: 20px; }
    #workshop .block_movie iframe {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%; }
  #workshop #lead h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px; }
  #workshop #lead h4 {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px; }
  #workshop #lead p {
    font-size: 10px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 2rem;
    margin-top: -5px;
    margin-top: -0.5rem;
    margin-top: 10px; }
  #workshop article.noborder {
    border: none;
    margin-top: 0px; }
  #workshop article.last {
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: 20px;
    margin-bottom: 40px; }
  #workshop article {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #b5b5b5;
    width: 92%;
    margin: auto; }
    #workshop article h5 {
      font-family: 'Futura LT W01 Bold','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック',sans-serif;
      color: #5bade1;
      font-size: 24px;
      font-size: 2.4rem;
      text-align: center;
      margin-bottom: 1.2em; }
      #workshop article h5 i:before {
        margin-right: 12px;
        position: relative;
        top: 1px; }
      #workshop article h5 img {
        margin-right: 6px;
        width: 20px;
        height: 20px; }
    #workshop article h6 {
      font-family: AxisStd-Bold,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック',sans-serif;
      font-size: 16px;
      font-size: 1.6rem;
      text-align: center;
      margin-bottom: 1.5em; }
    #workshop 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; }
    #workshop article .txt {
      margin-bottom: 20px; }
      #workshop article .txt .step {
        font-family: 'Futura LT W01 Heavy','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック',sans-serif; }
      #workshop article .txt h6 {
        font-family: AxisStd-Bold,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック',sans-serif; }
      #workshop article .txt p {
        font-family: AxisStd-Regular,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック',sans-serif; }
      #workshop 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; }
      #workshop article .txt dl {
        margin-top: 1.5em; }
        #workshop article .txt dl dt, #workshop article .txt dl dd {
          letter-spacing: 0.1em; }
        #workshop article .txt dl dt {
          text-align: center;
          font-weight: bold;
          margin-bottom: .8em; }
        #workshop article .txt dl dd {
          font-size: 10px;
          font-size: 1rem;
          line-height: 20px;
          line-height: 2rem;
          margin-top: -5px;
          margin-top: -0.5rem; }
    #workshop article .img {
      margin-bottom: 20px; }
      #workshop article .img dt {
        margin-bottom: 20px; }
        #workshop .col1 .img.imgfull dd + dt{
          margin-top: 20px }
      #workshop article .img dd {
        font-size: 10px;
        font-size: 1rem;
        line-height: 10px;
        line-height: 1rem;
        margin-top: 0px;
        margin-top: 0rem;
        text-align: center; }
    #workshop article .movie {
      margin-bottom: 20px;
      width: 100%;
      height: 0px;
      padding-bottom: 55.8%;
      position: relative; }
      #workshop article .movie iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px; }
  #workshop article.type02 {
    border: none;
    margin-top: 0px;
    padding-top: 0px; }
  #workshop article.type02 h5,
  #workshop article.type03 h5,
  #workshop article.type04 h5 {
    color: #000;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
    line-height: 2.8rem;
    margin-top: -5px;
    margin-top: -0.5rem;
    font-family: AxisStd-Bold,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック',sans-serif; }
  #workshop article.type02 h6,
  #workshop article.type03 h6,
  #workshop article.type04 h6 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    line-height: 2.4rem;
    margin-top: -5px;
    margin-top: -0.5rem;
    text-align: center;
    font-family: AxisStd-Bold,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック',sans-serif;
    margin-bottom: 20px; }
  #workshop article.type02 {
    padding-bottom: 40px; }
    #workshop article.type02 h6 {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 24px;
      line-height: 2.4rem;
      margin-top: -5px;
      margin-top: -0.5rem;
      margin-bottom: 24px; }
    #workshop article.type02 h6.arrow {
      box-sizing: border-box;
      padding-top: 70px;
      background: url(../images/workshop/arrow_down.png) top center no-repeat; }
    #workshop article.type02 .imgs {
      margin-bottom: 70px; }
      #workshop article.type02 .imgs.mb0 {
        margin-bottom: 0}
      #workshop article.type02 .imgs .img_l, #workshop article.type02 .imgs .img_r {
        width: 100%;
        margin-bottom: 20px; }
        #workshop article.type02 .imgs .img_l dt, #workshop article.type02 .imgs .img_r dt {
          margin-bottom: 16px; }
        #workshop article.type02 .imgs .img_l dd, #workshop article.type02 .imgs .img_r dd {
          font-size: 10px;
          font-size: 1rem;
          text-align: center; }
    #workshop article.type02 .col4 {
      margin-bottom: 70px;
      width: 93.3%;
      margin: auto;
      margin-bottom: 40px; }
      #workshop article.type02 .col4 .col:nth-child(2n) {
        margin-right: 0px; }
      #workshop article.type02 .col4 .col {
        width: 48%;
        float: left;
        margin-right: 4%;
        margin-bottom: 20px; }
        #workshop article.type02 .col4 .col dt {
          margin-bottom: 16px; }
        #workshop article.type02 .col4 .col dd {
          font-size: 12px;
          font-size: 1.2rem;
          text-align: center; }
  #workshop article.type03 h5 {
    margin-bottom: 20px; }
  #workshop article.type03 h6 {
    margin-bottom: 20px; }
  #workshop article.type03 .txt {
    margin-bottom: 20px; }
  #workshop article.type03 .img {
    margin-bottom: 0px; }
    #workshop article.type03 .img dl {
      margin-bottom: 30px; }
    #workshop article.type03 .img dl.mb0 {
      margin-bottom: 0px; }
      #workshop article.type03 .img dl.mb0 dt {
        margin-bottom: 0px; }
  #workshop article.type03 .about_canvas {
    padding-top: 40px; }
    #workshop article.type03 .about_canvas .img {
      width: 100%;
      display: block;
      margin-bottom: 20px; }
    #workshop article.type03 .about_canvas dl dt {
      font-family: AxisStd-Bold,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック',sans-serif;
      font-size: 12px;
      font-size: 1.2rem;
      margin-bottom: 10px; }
    #workshop article.type03 .about_canvas dl dd {
      font-size: 10px;
      font-size: 1rem;
      line-height: 18px;
      line-height: 1.8rem;
      margin-top: -4px;
      margin-top: -0.4rem; }
  #workshop article.mt0 {
    margin-top: 0px; }
  #workshop article.type04 .slideshow {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 45px;
    margin-bottom: 45px;
    border-bottom: 1px solid #b5b5b5; }
    #workshop article.type04 .slideshow .slide_wrap {
      width: 100%;
      height: 0px;
      padding-bottom: 66.61%;
      margin: auto;
      position: relative; }
      #workshop article.type04 .slideshow .slide_wrap .slide_inner {
        width: 100%;
        position: absolute;
        top: 0px; }
      #workshop article.type04 .slideshow .slide_wrap .slide {
        width: 80%;
        left: 10%;
        position: absolute;
        top: 0px;
        -webkit-transition: opacity 0.6s ease;
        -moz-transition: opacity 0.6s ease;
        -o-transition: opacity 0.6s ease;
        -ms-transition: opacity 0.6s ease;
        transition: opacity 0.6s ease;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -khtml-opacity: 0;
        -moz-opacity: 0;
        opacity: 0; }
        #workshop article.type04 .slideshow .slide_wrap .slide p.img {
          width: 100%; }
        #workshop article.type04 .slideshow .slide_wrap .slide p.caption {
          text-align: center;
          width: 100%; }
      #workshop article.type04 .slideshow .slide_wrap .slide.active {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        opacity: 1; }
    #workshop article.type04 .slideshow #slide_prev,
    #workshop article.type04 .slideshow #slide_next {
      position: absolute;
      top: 30%; }
      #workshop article.type04 .slideshow #slide_prev a,
      #workshop article.type04 .slideshow #slide_next a {
        color: #5bade1;
        text-decoration: none;
        display: block; }
        #workshop article.type04 .slideshow #slide_prev a i:before,
        #workshop article.type04 .slideshow #slide_next a i:before {
          font-size: 16px;
          font-size: 1.6rem; }
    #workshop article.type04 .slideshow #slide_next {
      right: 4px; }
    #workshop article.type04 .slideshow #slide_prev {
      left: 4px; }
    #workshop article.type04 .slideshow .page {
      width: 100%;
      text-align: center; }
  #workshop .col1 .txt {
    width: 86.66%;
    margin: auto; }
  #workshop .col1 .txt.txtfull {
    width: 100%;
    margin: auto auto 20px auto; }
  #workshop .col1 .img.imgfull {
    width: 92%; 
    margin: auto }
  #workshop .col1 h6 {
    font-size: 20px;
    font-size: 2rem;
    width: 100%;
    text-align: center;
    font-family: AxisStd-Bold,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック',sans-serif; }
  #workshop .col1 p {
    font-size: 10px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 2rem;
    margin-top: -5px;
    margin-top: -0.5rem;
    margin-top: 20px; }
  #workshop #block_tabs {
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
    background: #e8e8e8;
    margin-bottom: 20px; }
    #workshop #block_tabs.col6 #nav_tab ul li {
      width: calc(33.33%);
      display: inline-block;
      vertical-align: middle;
      box-sizing: border-box;
      letter-spacing: normal;
      font-size: 10px;
      font-size: 1rem;
      margin-bottom: 1em; }
      #workshop #block_tabs.col6 #nav_tab ul li a {
        width: 100%;
        display: block;
        font-family: AxisStd-Bold,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック',sans-serif;
        color: #000;
        text-decoration: none;
        border-right: 1px solid #000;
        border-left: none; }
      #workshop #block_tabs.col6 #nav_tab ul li a.active {
        background-color: #5bade1;
        color: #fff; }
    #workshop #block_tabs.col6 #nav_tab ul li:nth-child(1),
    #workshop #block_tabs.col6 #nav_tab ul li:nth-child(4) {
      border-left: 1px solid #000; }
    #workshop #block_tabs.col6 #nav_tab ul li:last-child {
      border-right: 1px solid #000; }
    #workshop #block_tabs.col6 article .txt h6 {
      text-align: left;
      display: none; }
    #workshop #block_tabs.col6 article .txt dl dt {
      text-align: left; }
    #workshop #block_tabs #nav_tab {
      margin-bottom: 20px; }
      #workshop #block_tabs #nav_tab ul {
        letter-spacing: -.4em; }
        #workshop #block_tabs #nav_tab ul li, #workshop #block_tabs #nav_tab ul li a {
          height: 30px;
          line-height: 30px;
          text-align: center; }
        #workshop #block_tabs #nav_tab ul li {
          width: calc(20%);
          display: inline-block;
          vertical-align: middle;
          box-sizing: border-box;
          letter-spacing: normal;
          font-size: 10px;
          font-size: 1rem;
          margin-bottom: 1em; }
          #workshop #block_tabs #nav_tab ul li a {
            width: 100%;
            display: block;
            font-family: AxisStd-Bold,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック',sans-serif;
            color: #000;
            text-decoration: none; }
          #workshop #block_tabs #nav_tab ul li a.active {
            background-color: #5bade1;
            color: #fff; }
        #workshop #block_tabs #nav_tab ul li.r2 a {
          position: relative;
          width: 100%; }
          #workshop #block_tabs #nav_tab ul li.r2 a span {
            line-height: 1.3;
            margin-top: .3em;
            position: absolute;
            width: 100%;
            left: 0px; }
        #workshop #block_tabs #nav_tab ul li {
          border-right: 1px solid #000; }
        #workshop #block_tabs #nav_tab ul li:last-child {
          border-right: none; }
    #workshop #block_tabs article:first-child {
      height: 100%;
      display: block; }
    #workshop #block_tabs article {
      overflow: hidden;
      padding: 0px;
      margin-top: 0px;
      border: none;
      display: none; }
      #workshop #block_tabs article h6 {
        margin-bottom: 1.5em;
        width: 100%;
        text-align: center;
        font-family: AxisStd-Bold,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック',sans-serif; }
      #workshop #block_tabs article .txt dl {
        margin-bottom: 1em; }
        #workshop #block_tabs article .txt dl dt:before {
          content: "・"; }
        #workshop #block_tabs article .txt dl dt {
          font-family: AxisStd-Bold,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック',sans-serif;
          font-size: 11px;
          font-size: 1.1rem; }
        #workshop #block_tabs article .txt dl dd {
          font-family: AxisStd-Regular,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック',sans-serif;
          font-size: 11px;
          font-size: 1.1rem;
          line-height: 18px;
          line-height: 1.8rem;
          margin-top: -3.5px;
          margin-top: -0.35rem;
          margin-top: .8em; }
  #workshop article.firstblock {
    margin-top: 40px; }
  #workshop article.nobdr {
    border-top: none;
    padding-top: 0px; }
  #pager {
    width: 100%;
    text-align: center;
    letter-spacing: -.4em;
    margin-bottom: 30px; }
    #pager li {
      display: inline-block;
      letter-spacing: normal;
      margin-right: 20px; }
    #pager li:last-child {
      margin-right: 0px; }
    #pager li, #pager li a {
      width: 50px;
      height: 50px;
      overflow: hidden;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      text-align: center;
      line-height: 46px; }
    #pager li a {
      display: block;
      box-sizing: border-box;
      border: 2px solid #b5b5b5;
      color: #b5b5b5;
      text-decoration: none;
      font-size: 25px;
      font-size: 2.5rem;
      font-family: 'Futura LT W01 Bold','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック',sans-serif; }
    #pager li a.disable {
      border-color: #5bade1;
      color: #5bade1;
      cursor: default; }
  #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 50px; }
  #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; }

  #workshop.no4 #lead { font-family: AxisStd-Regular,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック',sans-serif; }
  #workshop.no4 #lead h2 {text-align: center; font-size: 2.4rem; letter-spacing: 0.1em; margin: 2em 0 1em; font-family: AxisStd-Bold,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック',sans-serif;}
  #workshop.no4 #lead h3 {text-align: center; font-size: 1.6rem; letter-spacing: 0.1em; margin: 2em 0 1em;}
  #workshop.no4 #lead table { width: 92%; margin: auto; font-size: 1rem; line-height: 1.5rem; border-collapse: separate;border-spacing:2px;}
    #workshop.no4 #lead table th {vertical-align: middle; padding:4px 4px 4px 12px; border-bottom: 2px dotted #b5b5b5; }
    #workshop.no4 #lead table td {vertical-align: middle; padding:4px; border-bottom: 2px dotted #b5b5b5; }
  #workshop.no4 #lead table.overview {max-width: 500px; }
    #workshop.no4 #lead table.overview th {font-size: 1.1rem; line-height: 2.5rem}
  #workshop.no4 #lead table.timetable {max-width: 375px; }
    #workshop.no4 #lead table.timetable th { font-family: 'Futura LT W01 Bold','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック',sans-serif; color: #5bade1; font-size: 1.6rem; line-height: 2.5rem}
  }

@media all and (min-width: 375px) {
  #workshop #article_header h2 {
    font-size: 14px;
    font-size: 1.4rem; }
  #workshop #article_header p {
    font-size: 11px;
    font-size: 1.1rem; }
  #workshop #block_tabs #nav_tab ul li {
    font-size: 12px;
    font-size: 1.2rem; } }

@media all and (min-width: 414px) {
  #workshop #article_header h2 {
    font-size: 16px;
    font-size: 1.6rem; }
  #workshop #article_header p {
    font-size: 12px;
    font-size: 1.2rem; }
  #workshop article {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #b5b5b5; }
    #workshop article h5 {
      font-size: 24px;
      font-size: 2.4rem;
      text-align: center;
      margin-bottom: 20px; }
      #workshop article h5 i:before {
        margin-right: 12px;
        position: relative;
        top: 1px; }
      #workshop article h5 img {
        margin-right: 12px;
        width: 20px;
        height: 20px; }
    #workshop article p.step {
      font-size: 14px;
      font-size: 1.4rem; }
    #workshop article h6 {
      font-size: 20px;
      font-size: 2rem; }
    #workshop 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; }
    #workshop article .txt dl dt {
      margin-bottom: .8em; }
    #workshop article .txt dl dd {
      font-size: 10px;
      font-size: 1rem;
      line-height: 20px;
      line-height: 2rem;
      margin-top: -5px;
      margin-top: -0.5rem; }
  #workshop #block_tabs #nav_tab ul li {
    font-size: 12px;
    font-size: 1.2rem; } }

@media all and (min-width: 768px) {
  #workshop nav {
    margin-bottom: 30px; }
    #workshop nav ul {
      letter-spacing: -.4em; }
      #workshop nav ul li {
        letter-spacing: normal;
        display: inline-block;
        width: 50%;
        vertical-align: top;
        font-size: 12px;
        font-size: 1.2rem;
        box-sizing: border-box;
        border-right: 2px solid #fff;
        margin-bottom: 2px; }
      #workshop nav ul li:nth-child(2n) {
        border-right: none; }
  #workshop #article_header {
    width: 100%;
    max-width: 1230px;
    margin: auto;
    height: 350px;
    margin-bottom: 50px; }
    #workshop #article_header h2 {
      letter-spacing: 0.1em;
      font-size: 26px;
      font-size: 2.6rem; }
    #workshop #article_header p {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 24px;
      line-height: 2.4rem;
      margin-top: -4px;
      margin-top: -0.4rem; }
  #workshop #lead h3 {
    font-size: 35px;
    font-size: 3.5rem;
    letter-spacing: 0.1em;
    margin-bottom: 20px; }
  #workshop #lead h4 {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    margin-bottom: 48px; }
  #workshop #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; }
  #workshop .block_movie {
    width: 100%;
    height: 0px;
    padding-bottom: 55.8%;
    position: relative;
    margin-top: 48px; }
    #workshop .block_movie iframe {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%; }
  #workshop article.last {
    padding-bottom: 48px;
    margin-bottom: 48px; }
  #workshop article {
    padding-top: 48px;
    margin-top: 48px; }
    #workshop article h5 {
      width: 100%;
      text-align: center;
      font-size: 35px;
      font-size: 3.5rem;
      margin-bottom: 48px;
      letter-spacing: 0.1em; }
      #workshop article h5 i:before {
        margin-right: 12px; }
      #workshop article h5 img {
        width: 30px;
        height: 30px;
        position: relative;
        top: -2px; }
    #workshop article p.step {
      font-size: 18px;
      font-size: 1.8rem;
      margin-bottom: .6em; }
    #workshop article h6 {
      font-size: 25px;
      font-size: 2.5rem;
      line-height: 36px;
      line-height: 3.6rem;
      margin-top: -5.5px;
      margin-top: -0.55rem;
      letter-spacing: 0.1em;
      margin-bottom: 1em; }
    #workshop article .txt {
      margin-bottom: 50px; }
      #workshop article .txt p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 30px;
        line-height: 3rem;
        margin-top: -8px;
        margin-top: -0.8rem; }
      #workshop article .txt dl dt {
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 1em; }
      #workshop article .txt dl dd {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 30px;
        line-height: 3rem;
        margin-top: -8px;
        margin-top: -0.8rem; }
    #workshop article .movie {
      margin-bottom: 20px; }
    #workshop article .img {
      width: 92%;
      margin: auto; }
      #workshop article .img dt {
        margin-bottom: 20px; }
      #workshop 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; }
  #workshop article.type02 {
    padding-top: 10px; }
  #workshop article.type02 h5,
  #workshop article.type03 h5 {
    font-size: 25px;
    font-size: 2.5rem;
    font-family: AxisStd-Bold,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック',sans-serif;
    margin-bottom: 20px; }
  #workshop article.type02 h6,
  #workshop article.type03 h6 {
    box-sizing: border-box;
    padding-top: 20px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    line-height: 3rem;
    margin-top: -6px;
    margin-top: -0.6rem;
    margin-bottom: 24px; }
  #workshop article.type02 h5 br, #workshop article.type02 h6 br,
  #workshop article.type03 h5 br,
  #workshop article.type03 h6 br {
    display: none; }
  #workshop article.type02 {
    padding-bottom: 48px; }
    #workshop article.type02 h6 {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 30px;
      line-height: 3rem;
      margin-top: -6px;
      margin-top: -0.6rem;
      letter-spacing: 0.1em;
      margin-bottom: 48px; }
    #workshop article.type02 h6.arrow {
      padding-top: 80px; }
    #workshop article.type02 .imgs {
      margin-bottom: 70px; }
      #workshop article.type02 .imgs .img_l {
        float: left; }
      #workshop article.type02 .imgs .img_r {
        float: right; }
      #workshop article.type02 .imgs .img_l, #workshop article.type02 .imgs .img_r {
        width: 48.54%; }
        #workshop article.type02 .imgs .img_l dt, #workshop article.type02 .imgs .img_r dt {
          margin-bottom: 16px; }
        #workshop article.type02 .imgs .img_l dd, #workshop article.type02 .imgs .img_r dd {
          font-size: 12px;
          font-size: 1.2rem;
          text-align: center; }
    #workshop article.type02 .col4 {
      margin-bottom: 70px; }
      #workshop article.type02 .col4 .col:nth-child(2n) {
        margin-right: 2.7%; }
      #workshop article.type02 .col4 .col {
        width: 22.91%;
        float: left;
        margin-right: 2.7%; }
        #workshop article.type02 .col4 .col dt {
          margin-bottom: 16px; }
        #workshop article.type02 .col4 .col dd {
          font-size: 12px;
          font-size: 1.2rem;
          text-align: center; }
      #workshop article.type02 .col4 .col:last-child {
        margin-right: 0px; }
  #workshop article.type03.i_l {
    margin-top: 48px; }
  #workshop article.type03 {
    width: 90.36%;
    margin: auto; }
    #workshop article.type03 h5 {
      margin-bottom: 0px; }
    #workshop article.type03 h6 {
      margin-bottom: 50px;
      letter-spacing: 0.1em; }
      #workshop article.type03 h6 br {
        display: block; }
    #workshop article.type03 .img {
      margin-bottom: 0px; }
      #workshop article.type03 .img dl {
        margin-bottom: 30px; }
      #workshop article.type03 .img dl.mb0 {
        margin-bottom: 0px; }
        #workshop article.type03 .img dl.mb0 dt {
          margin-bottom: 0px; }
    #workshop article.type03 .txt {
      margin-bottom: 48px; }
    #workshop article.type03 .about_canvas {
      padding-top: 40px; }
      #workshop article.type03 .about_canvas .img {
        width: 100%;
        display: block;
        margin-bottom: 20px; }
      #workshop article.type03 .about_canvas dl dt {
        font-family: AxisStd-Bold,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック',sans-serif;
        letter-spacing: 0.1em;
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 16px;
        text-align: center; }
      #workshop article.type03 .about_canvas dl dd {
        font-size: 14px;
        font-size: 1.4rem;
        letter-spacing: 0.1em;
        line-height: 30px;
        line-height: 3rem;
        margin-top: -8px;
        margin-top: -0.8rem; }
  #workshop #mdp h5 {
    margin-bottom: 50px; }
  #workshop article.type04 h5 {
    font-size: 25px;
    font-size: 2.5rem; }
  #workshop article.type04 .slideshow {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 45px;
    margin-bottom: 45px;
    border-bottom: 1px solid #b5b5b5; }
    #workshop article.type04 .slideshow .slide_wrap {
      width: 100%;
      height: 0px;
      padding-bottom: 66.61%;
      margin: auto;
      position: relative; }
      #workshop article.type04 .slideshow .slide_wrap .slide_inner {
        width: 100%;
        position: absolute;
        top: 0px; }
      #workshop article.type04 .slideshow .slide_wrap .slide {
        width: 80%;
        left: 10%;
        position: absolute;
        top: 0px;
        -webkit-transition: opacity 0.6s ease;
        -moz-transition: opacity 0.6s ease;
        -o-transition: opacity 0.6s ease;
        -ms-transition: opacity 0.6s ease;
        transition: opacity 0.6s ease;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -khtml-opacity: 0;
        -moz-opacity: 0;
        opacity: 0; }
        #workshop article.type04 .slideshow .slide_wrap .slide p.img {
          width: 100%; }
        #workshop article.type04 .slideshow .slide_wrap .slide p.caption {
          text-align: center;
          width: 100%;
          margin-top: 2em; }
      #workshop article.type04 .slideshow .slide_wrap .slide.active {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        opacity: 1; }
    #workshop article.type04 .slideshow #slide_prev,
    #workshop article.type04 .slideshow #slide_next {
      position: absolute;
      top: 30%; }
      #workshop article.type04 .slideshow #slide_prev a,
      #workshop article.type04 .slideshow #slide_next a {
        color: #5bade1;
        text-decoration: none;
        display: block; }
        #workshop article.type04 .slideshow #slide_prev a i:before,
        #workshop article.type04 .slideshow #slide_next a i:before {
          font-size: 30px;
          font-size: 3rem; }
    #workshop article.type04 .slideshow #slide_next {
      right: 4%; }
    #workshop article.type04 .slideshow #slide_prev {
      left: 4%; }
    #workshop article.type04 .slideshow .page {
      width: 100%;
      text-align: center; }
  #workshop .col1 .txt {
    width: 86.66%;
    margin: auto; }
  #workshop .col1 h6 {
    font-size: 25px;
    font-size: 2.5rem; }
  #workshop .col1 p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    line-height: 2.8rem;
    margin-top: -7px;
    margin-top: -0.7rem;
    margin-top: 40px; }
  #workshop #block_tabs {
    padding: 30px 30px 0 30px;
    margin-bottom: 40px; }
    #workshop #block_tabs.col6 #nav_tab ul li, #workshop #block_tabs.col6 #nav_tab ul li a {
      font-size: 14px;
      font-size: 1.4rem; }
    #workshop #block_tabs #nav_tab {
      margin-bottom: 30px; }
      #workshop #block_tabs #nav_tab ul li, #workshop #block_tabs #nav_tab ul li a {
        height: 40px;
        line-height: 40px;
        text-align: center; }
      #workshop #block_tabs #nav_tab ul li {
        width: calc(20%);
        display: inline-block;
        box-sizing: border-box;
        letter-spacing: normal;
        font-size: 14px;
        font-size: 1.4rem; }
        #workshop #block_tabs #nav_tab ul li a {
          width: 100%;
          display: block;
          font-family: AxisStd-Bold,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック',sans-serif;
          color: #000;
          text-decoration: none; }
        #workshop #block_tabs #nav_tab ul li a.active {
          background-color: #5bade1;
          color: #fff; }
      #workshop #block_tabs #nav_tab ul li {
        border-right: 1px solid #000; }
      #workshop #block_tabs #nav_tab ul li:last-child {
        border: none; }
    #workshop #block_tabs article:first-child {
      height: 100%;
      display: block; }
    #workshop #block_tabs article {
      overflow: hidden;
      padding: 0px;
      margin-top: 0px;
      border: none;
      display: none; }
      #workshop #block_tabs article .img {
        margin-bottom: 40px; }
      #workshop #block_tabs article .txt h6 {
        margin-bottom: 1.5em; }
      #workshop #block_tabs article .txt dl {
        margin-bottom: 1.5em; }
        #workshop #block_tabs article .txt dl dt:before {
          content: "・"; }
        #workshop #block_tabs article .txt dl dt {
          font-family: AxisStd-Bold,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック',sans-serif;
          font-size: 16px;
          font-size: 1.6rem; }
        #workshop #block_tabs article .txt dl dd {
          font-family: AxisStd-Regular,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック',sans-serif;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 24px;
          line-height: 2.4rem;
          margin-top: -5px;
          margin-top: -0.5rem;
          margin-top: 1em; }
  #workshop article.firstblock {
    margin-top: 50px; }
  #workshop.no4 #lead h2 {font-size: 3.5rem;}
  #workshop.no4 #lead h3 {font-size: 2.5rem;}
  #workshop.no4 #lead table {font-size: 1.6rem;}
   #workshop.no4 #lead table th{padding:4px 4px 4px 16px;}
   #workshop.no4 #lead table td{padding:8px;}
  #workshop.no4 #lead table.overview {max-width: 750px; }
    #workshop.no4 #lead table.overview th {font-size: 1.8rem;line-height: 3rem;}
  #workshop.no4 #lead table.timetable {max-width: 450px; }
    #workshop.no4 #lead table.timetable th {font-size: 2rem;line-height: 3rem;} 
}

@media all and (min-width: 940px) {
  #workshop.active header h1 {
    padding-top: 15px; }
  #workshop.no3 article p.step {
    font-size: 22px;
    font-size: 2.2rem; }
  #workshop.no3 article h6 {
    margin-bottom: 1.2em;
    font-size: 32px;
    font-size: 3.2rem;
    margin-top: .2em; }
  #workshop article.firstblock {
    margin-top: 60px; }
  #workshop nav ul {
    letter-spacing: -.4em; }
    #workshop nav ul li {
      width: 25%;
      margin-bottom: 0px;
      border-right: 2px solid #fff; }
    #workshop nav ul li:nth-child(2) {
      border-right: 2px solid #fff; }
    #workshop nav ul li, #workshop nav ul li a {
      height: 50px;
      line-height: 50px; }
    #workshop 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; }
    #workshop nav ul a:hover,
    #workshop nav ul a.current {
      background: #5bade1;
      color: #fff; }
    #workshop nav ul a.current {
      cursor: default; }
  #workshop header h1 {
    padding-top: 70px; }
  #workshop #article_header {
    width: 100%;
    height: 550px;
    margin-bottom: 50px; }
    #workshop #article_header h2 {
      letter-spacing: 0.1em;
      font-size: 32px;
      font-size: 3.2rem; }
    #workshop #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; }
  #workshop #lead, #workshop article {
    width: 78.23%;
    max-width: 960px;
    margin: auto; }
  #workshop #lead {
    margin-bottom: 48px; }
  #workshop article.last {
    padding-bottom: 48px;
    margin-bottom: 48px; }
  #workshop article .col2 {
    padding-bottom: 50px; }
  #workshop article .txt {
    width: 46.56%;
    margin-bottom: 0px; }
    #workshop article .txt dl {
      margin-top: 0px; }
      #workshop article .txt dl dt {
        text-align: left;
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 1em; }
      #workshop article .txt dl dd {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 30px;
        line-height: 3rem;
        margin-top: -8px;
        margin-top: -0.8rem; }
  #workshop article .movie {
    width: 46.56%;
    padding-bottom: 26%; }
  #workshop article .img {
    width: 46.56%; }
    #workshop article .img dt {
      margin-bottom: 0px; }
    #workshop article .img dd {
      text-align: left; }
  #workshop article.i_r .txt {
    float: left; }
  #workshop article.i_r .movie,
  #workshop article.i_r .img {
    float: right; }
  #workshop article.i_l .txt {
    float: right; }
  #workshop article.i_l .movie,
  #workshop article.i_l .img {
    float: left; }
  #workshop article.type02 {
    padding-bottom: 105px; }
    #workshop article.type02 h6 {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 30px;
      line-height: 3rem;
      margin-top: -6px;
      margin-top: -0.6rem;
      letter-spacing: 0.1em;
      margin-bottom: 24px; }
    #workshop article.type02 h6.arrow {
      box-sizing: border-box;
      padding-top: 80px; }
    #workshop article.type02 .imgs {
      margin-bottom: 70px; }
      #workshop article.type02 .imgs .img_l {
        float: left; }
      #workshop article.type02 .imgs .img_r {
        float: right; }
      #workshop article.type02 .imgs .img_l, #workshop article.type02 .imgs .img_r {
        width: 48.54%; }
        #workshop article.type02 .imgs .img_l dt, #workshop article.type02 .imgs .img_r dt {
          margin-bottom: 16px; }
        #workshop article.type02 .imgs .img_l dd, #workshop article.type02 .imgs .img_r dd {
          font-size: 12px;
          font-size: 1.2rem;
          text-align: center; }
    #workshop article.type02 .col4 {
      margin-bottom: 70px; }
      #workshop article.type02 .col4 .col {
        width: 22.91%;
        float: left;
        margin-right: 2.7%; }
        #workshop article.type02 .col4 .col dt {
          margin-bottom: 16px; }
        #workshop article.type02 .col4 .col dd {
          font-size: 12px;
          font-size: 1.2rem;
          text-align: center; }
      #workshop article.type02 .col4 .col:last-child {
        margin-right: 0px; }
  #workshop article.type03 h5 {
    margin-bottom: 0px; }
  #workshop article.type03 h6 {
    margin-bottom: 50px; }
  #workshop article.type03 .img {
    margin-bottom: 0px; }
    #workshop article.type03 .img dl {
      margin-bottom: 30px; }
    #workshop article.type03 .img dl.mb0 {
      margin-bottom: 0px; }
      #workshop article.type03 .img dl.mb0 dt {
        margin-bottom: 0px; }
  #workshop article.type03 .about_canvas {
    padding-top: 40px; }
    #workshop article.type03 .about_canvas .img {
      width: 100%;
      display: block;
      margin-bottom: 20px; }
    #workshop article.type03 .about_canvas dl dt {
      font-family: AxisStd-Bold,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック',sans-serif;
      letter-spacing: 0.1em;
      font-size: 14px;
      font-size: 1.4rem;
      margin-bottom: 10px; }
    #workshop article.type03 .about_canvas dl dd {
      font-size: 12px;
      font-size: 1.2rem;
      letter-spacing: 0.1em;
      line-height: 30px;
      line-height: 3rem;
      margin-top: -8px;
      margin-top: -0.8rem; }
  #workshop article.type03.mt0 h6 br {
    display: none; }
  #workshop article.type04 h5 {
    font-size: 35px;
    font-size: 3.5rem; }
  #workshop article.type04 .slideshow {
    padding-bottom: 45px;
    margin-bottom: 45px; }
    #workshop article.type04 .slideshow .slide_wrap {
      width: 650px;
      height: 530px;
      padding-bottom: 0px; }
      #workshop article.type04 .slideshow .slide_wrap .slide_inner {
        width: 650px;
        height: 530px; }
      #workshop article.type04 .slideshow .slide_wrap .slide {
        width: 100%;
        height: 530px;
        left: 0px; }
        #workshop article.type04 .slideshow .slide_wrap .slide p.img {
          width: 100%; }
        #workshop article.type04 .slideshow .slide_wrap .slide p.caption {
          text-align: center;
          width: 100%; }
      #workshop article.type04 .slideshow .slide_wrap .slide.active {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        opacity: 1; }
    #workshop article.type04 .slideshow #slide_prev,
    #workshop article.type04 .slideshow #slide_next {
      top: 200px; }
      #workshop article.type04 .slideshow #slide_prev a i:before,
      #workshop article.type04 .slideshow #slide_next a i:before {
        font-size: 40px;
        font-size: 4rem; }
    #workshop article.type04 .slideshow #slide_next {
      right: 0px; }
    #workshop article.type04 .slideshow #slide_prev {
      left: 0px; }
    #workshop article.type04 .slideshow .page {
      width: 100%;
      text-align: center; }
  #workshop article.last_article h6 {
    text-align: left; }
  #workshop #mdp h5 {
    margin-bottom: 50px; }
  #workshop .col1 {
    margin-bottom: 50px; }
    #workshop .col1 .txt {
      width: 78.23%;
      max-width: 960px;
      margin: auto; }
    #workshop .col1 h6 {
      font-size: 35px;
      font-size: 3.5rem; }
    #workshop .col1 p {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 30px;
      line-height: 3rem;
      margin-top: -7px;
      margin-top: -0.7rem;
      margin-top: 40px; }
  #workshop #block_tabs {
    padding: 50px 0px 0 0;
    margin-bottom: 50px; }
    #workshop #block_tabs.col6 h6 {
      display: none; }
    #workshop #block_tabs.col6 #nav_tab ul li {
      width: calc(100% / 6); }
    #workshop #block_tabs.col6 #nav_tab ul li:nth-child(4) {
      border-left: none; }
    #workshop #block_tabs.col6 article .txt h6 {
      display: block; }
    #workshop #block_tabs #nav_tab {
      width: 78.23%;
      max-width: 960px;
      margin: auto;
      margin-bottom: 50px; }
      #workshop #block_tabs #nav_tab ul li, #workshop #block_tabs #nav_tab ul li a {
        height: 50px;
        line-height: 50px; }
      #workshop #block_tabs #nav_tab ul li {
        width: calc(20%);
        display: inline-block;
        box-sizing: border-box;
        letter-spacing: normal;
        font-size: 18px;
        font-size: 1.8rem; }
        #workshop #block_tabs #nav_tab ul li a {
          width: 100%;
          display: block;
          font-family: AxisStd-Bold,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック',sans-serif;
          color: #000;
          text-decoration: none;
          -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; }
        #workshop #block_tabs #nav_tab ul li a:hover,
        #workshop #block_tabs #nav_tab ul li a.active {
          background-color: #5bade1;
          color: #fff; }
      #workshop #block_tabs #nav_tab ul li {
        border-right: 1px solid #000; }
      #workshop #block_tabs #nav_tab ul li:last-child {
        border: none; }
    #workshop #block_tabs article:first-child {
      height: 100%;
      display: block; }
    #workshop #block_tabs article {
      overflow: hidden;
      padding: 0px;
      margin-top: 0px;
      border: none;
      display: none; }
      #workshop #block_tabs article .img {
        margin-bottom: 40px; }
      #workshop #block_tabs article .txt h6 {
        margin-bottom: 1.5em;
        text-align: left; }
      #workshop #block_tabs article .txt dl {
        margin-bottom: 1.5em; }
        #workshop #block_tabs article .txt dl dt:before {
          content: "・"; }
        #workshop #block_tabs article .txt dl dt {
          font-family: AxisStd-Bold,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック',sans-serif;
          font-size: 16px;
          font-size: 1.6rem; }
        #workshop #block_tabs article .txt dl dd {
          font-family: AxisStd-Regular,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック',sans-serif;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 24px;
          line-height: 2.4rem;
          margin-top: -5px;
          margin-top: -0.5rem;
          margin-top: 1em; }
  #pager li, #pager li a {
    width: 50px;
    height: 50px;
    line-height: 46px; }
  #pager li a {
    color: #b5b5b5;
    font-size: 25px;
    font-size: 2.5rem;
    -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; }
  #pager li a:hover {
    color: #5bade1;
    border-color: #5bade1; }
  #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; }
  #workshop .col1 .img.imgfull dt{
    margin-bottom: 20px }
  #workshop .col1 .img.imgfull dd{
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center; } }

    /* no3 */
@media all and (min-width: 1024px) {
  #workshop.no3 article p.step {
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 1em; }
  #workshop.no3 article h6 {
    margin-bottom: 1.2em;
    font-size: 36px;
    font-size: 3.6rem; }
  #workshop #article_header h2 {
    letter-spacing: 0.1em;
    font-size: 36px;
    font-size: 3.6rem; } }

    /* no4 */
@media all and (min-width: 320px) {
  #workshop.no4 #article_header .ttl {
    top: 23%; }
    #workshop.no4 #article_header .ttl h2 {
      margin-bottom: 6px; }
  #workshop.no4 h5{
    font-family: AxisStd-Bold,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック',sans-serif; }
  #workshop.no4 article.type04 .slideshow .slide_wrap {
    width: 100%;
    height: 0px;
    padding-bottom: 55%;
    margin: auto;
    position: relative; } }
@media (min-width: 768px) {
  #workshop.no4 #article_header .ttl {
    top: 27%; }
    #workshop.no4 #article_header .ttl h2 {
      margin-bottom: 10px; }
  #workshop article .txt p + p {
    padding-top: 20px; } }
@media all and (min-width: 940px) {
  #workshop.no4 #article_header .ttl {
    top: 32%; }
  #workshop.no4 article.type04 .slideshow .slide_wrap {
  width: 650px;
  height: 450px;
  padding-bottom: 0px; }
  #workshop.no4 #article_header .ttl p {
    margin-top: 0 } }