body {
  font-family: Yu Gothic, Meiryo UI, Meiryo, HiraKakuProN-W6, sans-serif;
}

figure {
  margin: 0;
  padding: 0;
}

h1 {
  text-indent: -9999px;
  height: 0;
  margin: 0;
  padding: 0;
}

.pad-10 {
  padding: 10px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.around {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

@media only screen and (max-width: 767px) {
  .hidden-sp {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
  }
}

.nav_spacer {
  margin: 0;
  padding: 0;
  height: 0;
  display: none;
}

.wrap {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .wrap {
    max-width: 767px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .wrap {
    max-width: 1180px;
    padding: 0 10px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .fig_head {
    width: calc(100% - 20px);
    margin: 10px auto;
  }
}
@media only screen and (min-width: 768px) {
  .fig_head {
    margin: 20px auto;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .sp_nav {
    width: 100%;
    -webkit-display: flex;
    display: flex;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .sp_nav figure {
    background-color: #2b3b42;
    width: 50px;
    height: 50px;
    border-right: 1px solid #fff;
  }
  .sp_nav .wrap_nav {
    position: relative;
    width: calc(100% - 51px);
  }
  .sp_nav .wrap_nav h2 {
    width: calc(100% - 12px);
    background-color: #2b3b42;
    color: #fff;
    margin: 0;
    height: 34px;
    padding: 16px 0 0 12px;
    font-size: 1.4em;
  }
}
@media only screen and (min-width: 768px) {
  .sp_nav {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .content_nav {
    position: absolute;
    border: 1px solid #ccc;
    width: calc(100% - 15px);
    padding: 0 5px;
    margin-top: 4px;
    background-color: #fff;
    z-index: 10;
  }
  .content_nav a {
    display: block;
    border-top: 1px solid #ccc;
    padding: 7px 0 4px 32px;
    color: #666;
    background-image: url(../img/liststyle_writer.png);
    background-position: 3px 3px;
    background-repeat: no-repeat;
  }
  .content_nav a:first-child {
    border-top: none;
  }
  .content_nav a:visited, .content_nav a:hover, .content_nav a:active {
    color: inherit;
    text-decoration: none;
  }
}
@media only screen and (min-width: 768px) {
  .content_nav {
    max-width: 100%;
    margin-bottom: 15px;
    -webkit-display: flex;
    display: flex;
  }
  .content_nav a {
    border-right: 1px solid #ccc;
    background-color: #f6f6f6;
    display: block;
    width: calc(7% - 1px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 8px 0 8px 0;
    text-align: center;
    text-decoration: none;
    -webkit-transition-property: width;
    transition-property: width;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  .content_nav a:first-child {
    border-left: 1px solid #ccc;
  }
  .content_nav a:hover {
    background-color: #f1f1f1;
    color: inherit;
  }
  .content_nav a span {
    display: none;
  }
  .content_nav .current_item {
    text-align: left;
    background-color: #2b3b42;
    width: calc(100% - (7% - 1px) * 11);
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding-left: 10px;
    -webkit-transition-property: width;
    transition-property: width;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  .content_nav .current_item:hover {
    color: #fff;
    background-color: #2b3b42;
  }
  .content_nav .current_item span {
    display: inline-block;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .content section .box {
    width: calc(100% - 20px);
    padding: 10px;
  }
  .content section .box img {
    margin: 0 auto;
    width: auto;
    max-width: 230px;
  }
  .content section .box h3 {
    text-align: center;
  }
  .content section .box100 {
    width: calc(100% - 20px);
    padding: 10px;
  }
  .content section .box100 img {
    margin: 0 auto;
    width: auto;
    max-width: 230px;
  }
  .content section .box100 h3 {
    text-align: center;
  }
  .content section .inner .inner_image {
    max-width: 290px;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .content section .inner .inner_image figure {
    position: relative;
  }
  .content section .inner .inner_image figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
  }
  .content section .inner .inner_image figure .spacer {
    padding-bottom: 100%;
  }
  .content section .inner .inner_image100 {
    margin-bottom: 15px;
    max-width: 290px;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .content section .inner .inner_image100 figure {
    position: relative;
  }
  .content section .inner .inner_image100 figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
  }
  .content section .inner .inner_image100 figure .spacer {
    padding-bottom: 100%;
  }
  .content section .inner .inner_text, .content section .inner .inner_text100 {
    margin-top: 10px;
  }
  .content section .intro {
    background-color: #BAC0D3;
    color: #000;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .content {
    margin-bottom: 25px;
  }
  .content section {
    -webkit-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .content section .intro {
    background-color: #BAC0D3;
    color: #000;
  }
  .content section .box {
    width: calc(50% - 40px);
    padding: 20px;
  }
  .content section .box:nth-child(odd) {
    width: calc(50% - 1px - 40px);
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
  }
  .content section .box:nth-child(even) {
    border-bottom: 1px solid #000;
  }
  .content section .box:nth-last-child(1), .content section .box:nth-last-child(2) {
    border-bottom: none;
  }
  .content section .box100 {
    width: calc(100% - 40px);
    padding: 20px;
    border-bottom: 1px solid #000;
  }
  .content section .box100:nth-last-child(1) {
    border-bottom: none;
  }
  .content section .inner {
    -webkit-display: flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .content section .inner .inner_image {
    width: calc(40% - 20px);
    margin-left: 20px;
  }
  .content section .inner .inner_image figure img {
    max-width: 100%;
    max-height: 100%;
  }
  .content section .inner .inner_image p {
    margin: 0;
  }
  .content section .inner .inner_image .slick-dots {
    margin-top: 5px;
    position: static !important;
  }
  .content section .inner .inner_text {
    width: 60%;
  }
  .content section .inner .inner_image100 {
    width: calc(20% - 20px);
    margin-left: 20px;
  }
  .content section .inner .inner_image100 figure img {
    max-width: 100%;
    max-height: 100%;
  }
  .content section .inner .inner_image100 .slick-dots {
    margin-top: 5px;
    position: static !important;
  }
  .content section .inner .inner_text100 {
    width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  .bx-wrapper .bx-viewport {
    box-shadow: 0 0 0px !important;
    border: none;
    left: 0px;
    background: none;
  }
}
@media only screen and (min-width: 768px) {
  .bx-wrapper .bx-viewport {
    box-shadow: 0 0 0px !important;
    border-top: none;
  }
}

/*# sourceMappingURL=style.css.map */
