@charset "UTF-8";
article {
  text-align: left;
    /*table {border-collapse:inherit;margin:1rem 0;border-spacing:0px;border:1px solid rgba(0,0,0,0.25);border-width:0 1px 1px 0;
        tr {}
		th,td {border:1px solid rgba(0,0,0,0.25);border-width:1px 0 0 1px;}
        th {background:rgba(0,0,0,0.1);}
        td {background:rgba(255,255,255,0.5);}
	}*/ }
  article hr {
    border: 0px;
    border-bottom: 1px solid #ccc;
    line-height: 0px;
    font-size: 0px; }
  article select {
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 45px 10px 15px;
    line-height: 20px;
    padding-left: 15px;
    background: none;
    width: 100%;
    box-sizing: border-box; }
  article span.select {
    display: inline-block;
    position: relative;
    width: 100%; }
    article span.select::after {
      content: '↓';
      font-family: 'Icons';
      color: #FF6600;
      font-size: 10px;
      z-index: -1;
      position: absolute;
      right: 11px;
      top: 14px; }
  @media screen and (min-width: 769px), print {
    article select, article option, article input[type='text'] {
      font-size: 14px !important; } }

section {
  margin: 0 auto 60px auto;
  max-width: 1125px;
  width: 94%;
  display: block;
  text-align: left; }
  @media screen and (max-width: 768px) {
    section {
      width: 100%;
      padding: 20px; } }

section.s-list {
  max-width: none;
  width: 96%;
  margin-top: 40px;
  *zoom: 1; }
  section.s-list::before {
    content: " ";
    display: table; }
  section.s-list::after {
    content: " ";
    display: table;
    clear: both; }
  @media screen and (max-width: 768px) {
    section.s-list {
      padding: 0;
      margin-top: 20px;
      width: 100%; } }

section.s-detail {
  margin-top: 60px;
  *zoom: 1; }
  section.s-detail::before {
    content: " ";
    display: table; }
  section.s-detail::after {
    content: " ";
    display: table;
    clear: both; }
  @media screen and (max-width: 768px) {
    section.s-detail {
      margin-top: 0px; } }

section.s-default {
  font-size: 15px; }
  section.s-default p {
    margin: 15px 0;
    line-height: 25px; }
    section.s-default p a {
      color: #FF6600;
      border-style: solid;
      border-width: 0 0 1px 0; }
  section.s-default h5 {
    font-size: 16px;
    margin: 15px 0; }
  section.s-default * + h5 {
    margin-top: 30px; }
  section.s-default ul {
    margin: 15px 0; }
  section.s-default li {
    list-style: disc outside;
    line-height: 20px;
    margin: 0 0 5px 20px; }
  section.s-default dt {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    margin: 45px 0 15px;
    padding-bottom: 15px; }
  section.s-default dd {
    line-height: 25px; }
  section.s-default dd + dd {
    margin-top: 15px; }

.id-slide {
  margin-top: 10px;
  margin-bottom: 10px;
  overflow-x: hidden; }
  .id-slide .slick-slide {
    border: 10px solid #fff; }
  .id-slide .slick-dots {
    bottom: -30px; }
    .id-slide .slick-dots li button:before {
      font-size: 14px; }
    .id-slide .slick-dots li.slick-active button:before {
      color: #FF6600;
      opacity: 1; }
  @media screen and (max-width: 767px) {
    .id-slide {
      margin-top: 0px; }
      .id-slide .slick-slide {
        border: 0px solid #fff; }
        .id-slide .slick-slide img {
          width: auto;
          height: 145px; } }
  @media screen and (max-width: 320px) {
    .id-slide .slick-slide img {
      width: auto;
      height: 125px; } }
  @media screen and (min-width: 768px) {
    .id-slide .slick-slide img {
      width: 500px;
      height: auto; } }
  @media screen and (min-width: 1024px) {
    .id-slide .slick-slide img {
      width: 750px;
      height: auto; } }

.id-topics {
  margin: 10px auto 60px auto;
  max-width: 1125px;
  width: 94%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .id-topics .-title {
    width: 210px; }
    .id-topics .-title .-btn {
      display: block;
      width: 90px;
      line-height: 30px;
      border: 1px solid #707070;
      text-align: center;
      font-size: 14px; }
      .id-topics .-title .-btn::before {
        content: '･';
        font-family: 'Icons';
        margin-right: 10px;
        font-size: 12px; }
  .id-topics .-doc {
    margin-top: 40px; }
  @media screen and (max-width: 768px) {
    .id-topics {
      width: 100%;
      padding: 0 20px; }
      .id-topics .-title {
        width: 100%; }
        .id-topics .-title h2 {
          float: left; }
        .id-topics .-title .-btn {
          float: right;
          margin-top: 75px; }
      .id-topics .-doc {
        margin-top: 0px; } }

.id-bottom {
  margin: 0 auto 60px auto;
  max-width: 1125px;
  width: 94%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .id-bottom > div {
    width: 100%; }
  @media screen and (min-width: 769px), print {
    .id-bottom .c-outline dt, .id-bottom .c-outline dd {
      padding: 13px 0; }
    .id-bottom .c-outline dt {
      width: 6rem; }
    .id-bottom .c-outline dd {
      margin-left: 6rem; } }
  .id-bottom .c-brand ul li {
    width: 31.333%;
    margin-bottom: 14px; }
  @media screen and (min-width: 769px), print {
    .id-bottom > div {
      width: 44.5%; }
    .id-bottom > div + div {
      margin-left: 7%; } }
  @media screen and (max-width: 768px) {
    .id-bottom {
      width: 100%;
      padding: 0 20px; }
      .id-bottom .c-brand ul li {
        width: 48%; } }

.pager {
  margin: 40px auto; }
  .pager ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .pager ul li:first-child {
      margin-left: auto; }
    .pager ul li {
      text-align: center;
      font-size: 14px;
      margin: 0 2px;
      line-height: 30px; }
      .pager ul li a {
        border: 1px solid #ccc;
        display: block;
        min-width: 30px;
        padding: 0 5px;
        background: #fff; }
    .pager ul li.current a {
      background: #f0f0f0; }

.b-search {
  margin-bottom: 30px;
  padding-bottom: 20px; }
  @media screen and (min-width: 769px), print {
    .b-search h2 {
      font-size: 21px;
      height: 50px;
      border-bottom: 1px solid #808080; } }
  @media screen and (max-width: 768px) {
    .b-search h2 {
      font-size: 18px;
      line-height: 24px; }
      .b-search h2::before {
        content: '＋';
        border: 1px solid #ddd;
        display: inline-block;
        width: 24px;
        line-height: 24px;
        text-align: center;
        font-size: 14px;
        margin-right: 10px; }
      .b-search h2.op::before {
        content: '－'; }
      .b-search h2 span {
        vertical-align: bottom; } }
  .b-search dt {
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    margin-top: 20px; }
  .b-search dd label {
    margin: 5px 0 0 0;
    display: inline-block; }
    .b-search dd label span {
      display: inline-block;
      line-height: 20px; }
      .b-search dd label span::before {
        vertical-align: -3px; }
  .b-search dd input[type='text'] {
    border: 1px solid #ccc;
    background: none;
    width: 100%;
    padding: 10px 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
  .b-search input.-btn {
    background: #FF6600;
    color: #fff;
    margin: 30px 0 10px 0;
    width: 100%;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px !important;
    font-weight: bold;
    height: 43px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.5);
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .b-search input.-btn:hover {
      opacity: 0.5; }
  .b-search input[type=checkbox] {
    display: none; }
    .b-search input[type=checkbox] + span::before {
      content: '□';
      color: #fff;
      font-family: 'Form';
      margin-right: 10px;
      font-size: 20px;
      vertical-align: middle;
      -webkit-text-stroke: 0.5px #999; }
    .b-search input[type=checkbox]:checked + span::before {
      content: '■';
      color: #FF6600;
      -webkit-text-stroke: 0px #fff; }
  .b-search _:-ms-lang(x)::-ms-backdrop, .b-search input[type=checkbox] + span::before {
    text-shadow: 0px 0px 1.5px #000; }
  .b-search _:-ms-lang(x)::-ms-backdrop, .b-search input[type=checkbox]:checked + span::before {
    text-shadow: 0px 0px 0px #fff; }
  .b-search input[type=radio] {
    display: none; }
    .b-search input[type=radio] + span::before {
      content: '○';
      color: #777;
      font-family: 'Form';
      margin-right: 10px;
      font-size: 20px;
      vertical-align: middle;
      -webkit-text-stroke: 0.5px #999; }
    .b-search input[type=radio]:checked + span::before {
      content: '●';
      color: #FF6600;
      -webkit-text-stroke: 0px #fff; }

.b-list h2 {
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 15px;
  text-align: center; }
  @media screen and (min-width: 769px), print {
    .b-list h2 {
      height: 50px;
      border-bottom: 1px solid #808080;
      margin-bottom: 40px;
      text-align: left; } }
  .b-list h2 span {
    font-size: 24px;
    font-weight: bold;
    margin-right: 10px; }

@media screen and (min-width: 769px), print {
  .b-search {
    width: 210px;
    float: left; }
    .b-search .-title-pc {
      display: block; }
    .b-search .-title-sp {
      display: none; }

  .b-list {
    margin-left: 270px; } }
@media screen and (max-width: 768px) {
  .pager {
    margin: 15px auto 30px auto; }
    .pager ul li:last-child {
      margin-right: auto; }

  .b-search {
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    padding-left: 20px;
    padding-right: 20px; }
    .b-search .-title-pc {
      display: none; }
    .b-search .-title-sp {
      display: block; }
    .b-search .-doc {
      display: none; }

  .b-list {
    padding: 0 20px; }
    .b-list .thumb {
      width: 150px; }
      .b-list .thumb .tn-image {
        height: 220px; } }
@media screen and (max-width: 374px) {
  .pager ul li a {
    min-width: 28px; }

  .b-list .thumb {
    width: 126px; }
    .b-list .thumb .tn-image {
      height: 180px; }
    .b-list .thumb .tn-label {
      font-size: 11px; } }

.book-detail-notice-ebook-only{
  margin-top: 20px;
}

.d-image dl {
  margin: 30px 0;
  border-bottom: 1px solid #ddd; }
  .d-image dl dt, .d-image dl dd {
    font-size: 15px;
    border-top: 1px solid #ddd;
    padding: 7px 0; }
  .d-image dl dt {
    float: left;
    width: 4rem; }
  .d-image dl dd {
    margin-left: 4rem;
    padding-left: 2em;
    text-indent: -1em;
    zoom: 1; }
    .d-image dl dd::before {
      content: '：';
      display: inline-block;
      margin-right: 15px; }
.d-image .-sns {
  margin: 30px 0; }
  .d-image .-sns ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .d-image .-sns li {
    width: 35px;
    height: 35px;
    margin-right: 5px; }

.d-special h3 {
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px; }
  .d-special h3 span {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FF6600;
    border: 1px solid #FF6600; 
    color: #fff;
    padding: 6px; }
    .d-special h3 span img {
      width: 13px;
      height: 13px;
      margin-left: 5px;}

.d-label h3 {
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px; }
  .d-label h3 span {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #FF6600; 
    color: #FF6600;
    padding: 6px; }

.d-serial_story h3 {
  width: 100%;
  max-height: 180px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px; }

.d-head {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  padding-bottom: 30px; }
  .d-head .-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 48px; }
  .d-head .-author {
    font-size: 16px;
    font-weight: bold;
    margin-top: 25px; }
    .d-head .-author span {
      display: inline-block;
      margin-right: 1rem; }

.d-body .-copy {
  font-size: 18px;
  line-height: 31px;
  font-weight: bold; }
.d-body .-description {
  font-size: 16px;
  line-height: 26px;
  margin-top: 25px; }

.d-purchase {
  margin-top: 45px; }
  .d-purchase h3 {
    width: 49%;
    font-size: 18px;
    text-align: center;
    margin-bottom: 5px; }
    .d-purchase h3 span {
      display: block;
      background: #FF6600;
      color: #fff;
      padding: 11px; }
    .d-purchase h3::after {
      content: '▼';
      color: #FF6600;
      margin-top: -12px;
      display: block; }
    @media screen and (max-width: 768px) {
      .d-purchase h3 {
        width: auto; } }
  .d-purchase .-retailer ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px -1%; }
  .d-purchase .-retailer li {
    border: 1px solid #ddd;
    width: 23%;
    margin: 5px 1%;
    text-align: center; }
  @media screen and (max-width: 1024px) {
    .d-purchase .-retailer ul {
      margin: -5px -1%; }
    .d-purchase .-retailer li {
      width: 23%;
      margin: 5px 1%; } }
  @media screen and (max-width: 960px) {
    .d-purchase .-retailer ul {
      margin: -5px -1.5%; }
    .d-purchase .-retailer li {
      width: 30.333%;
      margin: 5px 1.5%; } }
  @media screen and (max-width: 480px) {
    .d-purchase .-retailer ul {
      margin: -5px -1.5%; }
    .d-purchase .-retailer li {
      width: 47%;
      margin: 5px 1.5%; } }
  .d-purchase h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 30px 0 15px 0; }
  .d-purchase .-others {
    border: 1px solid #ddd;
    padding: 15px; }
    .d-purchase .-others ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-box;
      display: -webkit-flexbox;
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: -5px -1%; }
    .d-purchase .-others li {
      border: 0px solid #ddd;
      width: 23%;
      margin: 0px 1%;
      text-align: center; }
    @media screen and (max-width: 1024px) {
      .d-purchase .-others ul {
        margin: -5px -1%; }
      .d-purchase .-others li {
        width: 23%;
        margin: 5px 1%; } }
    @media screen and (max-width: 960px) {
      .d-purchase .-others ul {
        margin: -5px -1.5%; }
      .d-purchase .-others li {
        width: 30.333%;
        margin: 5px 1.5%; } }
    @media screen and (max-width: 480px) {
      .d-purchase .-others ul {
        margin: -5px -1.5%; }
      .d-purchase .-others li {
        width: 47%;
        margin: 5px 1.5%; } }

.d-pr {
  /* border: 1px solid #808080;
  padding: 30px 3%; */
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .d-pr.-scroll {
    /* max-height: 540px;
    overflow-y: scroll;  */
  }
  .d-pr.-scroll img {height: auto;}

.d-pr-btn p {
  display: block;
  width: 90px;
  line-height: 30px;
  border: 1px solid #FF6600;
  text-align: center;
  font-size: 14px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  color: #FF6600; }
  .d-pr-btn p::before {
    content: '･';
    font-family: 'Icons';
    margin-right: 10px;
    font-size: 12px; }
  .d-pr-btn p:hover {
    cursor: pointer; }

@media screen and (min-width: 769px), print {
  .d-image {
    width: 300px;
    float: left; }

  .d-doc {
    margin-left: 360px; } }
@media screen and (max-width: 768px) {
  .d-head .-title {
    font-size: 25px;
    line-height: 35px; } }
.c-topics ul li {
  line-height: 25px;
  font-size: 15px;
  margin: 10px 0; }
  .c-topics ul li b {
    vertical-align: middle;
    display: inline-block;
    width: 100px;
    line-height: 25px;
    border: 1px solid #707070;
    text-align: center;
    font-size: 11px;
    margin: 5px 30px; }
@media screen and (min-width: 769px), print {
  .c-topics li p {
    display: inline; } }

.c-title {
  padding: 35px 0;
  border-bottom: 1px solid #bbb;
  margin-bottom: 30px; }
  .c-title h1 {
    font-size: 21px;
    line-height: 30px;
    font-weight: bold;
    max-width: 1125px;
    width: 94%;
    margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .c-title {
      padding: 25px 0;
      margin-bottom: 0px; }
      .c-title h1 {
        width: 100%;
        padding: 0 20px; } }

.c-outline {
  margin: 30px 0;
  border-bottom: 1px solid #ddd; }
  @media screen and (min-width: 769px), print {
    .c-outline dt, .c-outline dd {
      font-size: 15px;
      border-top: 1px solid #ddd;
      padding: 15px 0; }
    .c-outline dt {
      float: left;
      width: 7rem; }
    .c-outline dd {
      margin-left: 7rem;
      zoom: 1; } }
  @media screen and (max-width: 768px) {
    .c-outline dt {
      float: none;
      font-size: 12px;
      border-top: 1px solid #ddd;
      padding-top: 15px;
      line-height: 20px; }
    .c-outline dd {
      margin-left: 0rem;
      padding-bottom: 15px; } }

.c-list ul {
  margin: 15px 0; }
.c-list li {
  list-style: disc outside;
  line-height: 20px;
  margin: 0 0 5px 20px;
  font-size: 15px; }

.c-brand ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1%;
  margin-bottom: 60px; }
  .c-brand ul li {
    width: 18%;
    margin: 0 1% 15px;
    border: 1px solid #ddd; }
  @media screen and (max-width: 960px) {
    .c-brand ul {
      margin-bottom: 30px; }
      .c-brand ul li {
        width: 23%; } }
  @media screen and (max-width: 768px) {
    .c-brand ul {
      margin-bottom: 0px; }
      .c-brand ul li {
        width: 31.333%;
        margin-bottom: 10px; } }
  @media screen and (max-width: 480px) {
    .c-brand ul {
      margin-bottom: 0px; }
      .c-brand ul li {
        width: 48%;
        margin-bottom: 5px; } }

.c-recruit h3 {
  border: 1px solid #ddd;
  padding: 15px 0;
  margin-bottom: -1px;
  font-size: 16px;
  position: relative;
  text-indent: 5%; }
  .c-recruit h3:hover {
    cursor: pointer; }
  .c-recruit h3::before {
    content: '＞';
    font-family: 'Icons';
    display: inline-block;
    color: #FF6600;
    position: absolute;
    left: 2%;
    top: 17px;
    font-size: 12px;
    transform: rotate(90deg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 0px;
    text-indent: 0px; }
  .c-recruit h3.op {
    background: #f8f8f8; }
    .c-recruit h3.op::before {
      transform: rotate(-90deg); }
.c-recruit dl {
  border: 1px solid #ddd;
  padding: 0 5% 45px 5%;
  display: none;
  margin-bottom: 30px; }
@media screen and (max-width: 768px) {
  .c-recruit h3::before {
    left: auto;
    right: 5%; } }

.c-btn {
  display: inline-block;
  border: 1px solid #FF6600;
  line-height: 36px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  -o-border-radius: 18px;
  -ms-border-radius: 18px;
  border-radius: 18px;
  padding: 0 18px;
  color: #FF6600;
  font-size: 15px; }
  .c-btn::after {
    content: '･';
    font-family: 'Icons';
    margin-left: 5px;
    font-size: 12px;
    vertical-align: 1px; }

iframe.googlemap {
  width: 100%;
  height: 360px; }

.h2a {
  border-bottom: 1px solid #707070;
  margin: 40px auto 30px;
  padding-bottom: 20px;
  text-align: left; }
  .h2a > span {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px; }
  .h2a .-more {
    display: inline-block;
    border: 1px solid #707070;
    padding: 5px 15px 5px 10px;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    float: right; }
    .h2a .-more::before {
      content: '･';
      font-family: 'Icons';
      margin-right: 10px;
      font-size: 12px; }
  @media screen and (min-width: 961px), print {
    .h2a {
      max-width: 1125px;
      width: 94%; } }
  @media screen and (max-width: 960px) {
    .h2a {
      padding-left: 20px;
      padding-right: 20px; } }

.h2b {
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  margin: 50px 0 30px;
  text-align: left; }
  .h2b span {
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
    display: block; }
  .h2b::after {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: #FF6600;
    margin-top: 25px; }
  @media screen and (max-width: 768px) {
    .h2b {
      margin-top: 30px; } }

.h2c {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px; }
  .h2c span {
    font-size: 12px;
    font-weight: normal;
    margin-left: 10px; }

.h2d {
  font-size: 16px;
  font-weight: bold;
  margin: 60px 0 15px 0; }

.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px; }
  @media screen and (max-width: 768px) {
    .anchor {
      padding-top: 50px;
      margin-top: -50px; } }

.thumb-scroll {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px auto 40px auto; }
  @media screen and (min-width: 961px), print {
    .thumb-scroll {
      justify-content: flex-start;
      max-width: 1125px;
      width: 94%; } }
  @media screen and (max-width: 960px) {
    .thumb-scroll {
      overflow-x: scroll;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      flex-wrap: nowrap;
      margin-left: 20px; }
      .thumb-scroll .thumb {
        margin-right: 20px;
        min-width: 140px; }
        .thumb-scroll .thumb:last-child {
          padding-right: 20px; } }

.thumb-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: flex-start;
  margin: 0 -10px; }
  @media screen and (max-width: 960px) {
    .thumb-list {
      justify-content: space-evenly;
    }
  }

.thumb:first-child { margin-left: 0;}
.thumb {
  width: 15%;
  box-sizing: content-box;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-left: 2%;
  text-align: left; }
  .thumb .tn-image {
    height: 200px;
    overflow: hidden;
    position: relative;
    /*border:1px solid rgba(0,0,0,0.05);*/ }
    .thumb .tn-image img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      min-width: 100%;
      height: 100%;
      max-width: none;
      object-fit: contain;
      width: 100%;
     }
  .thumb .tn-label {
    font-size: 12px;
    line-height: 20px;
    margin-top: 15px; }
  .thumb .tn-author {
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    margin-top: 10px; }
    .thumb .tn-author span + span::before {
      content: '／';
      margin: 0 1px;
      font-weight: normal; }
  .thumb .tn-title {
    font-size: 14px;
    line-height: 22px;
    max-height: 66px;
    margin-top: 10px;
    overflow: hidden; }

.thumb-list .thumb {
  margin-right: 10px;
  margin-left: 10px;
  width: 140px;
}
input, textarea {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input::-webkit-search-decoration, textarea::-webkit-search-decoration {
    display: none; }
  input::focus, textarea::focus {
    outline-offset: -2px; }

section.s-contact label {
  display: block;
  margin-bottom: 30px; }
  section.s-contact label p {
    font-size: 13px;
    line-height: 30px;
    font-weight: bold; }
    section.s-contact label p b {
      color: #FF6600; }
section.s-contact input[type='text'], section.s-contact input[type='email'], section.s-contact input[type='tel'], section.s-contact input[type='password'], section.s-contact textarea {
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  padding: 10px 15px;
  line-height: 20px;
  font-size: 14px !important; }
  @media screen and (max-width: 768px) {
    section.s-contact input[type='text'], section.s-contact input[type='email'], section.s-contact input[type='tel'], section.s-contact input[type='password'], section.s-contact textarea {
      font-size: 16px !important; } }
section.s-contact span.select::after {
  font-weight: normal;
  line-height: 16px; }
section.s-contact .f-lead p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 30px; }
section.s-contact .f-btn input {
  text-align: center;
  display: inline-block;
  background: #FF6600;
  color: #fff;
  margin: 15px auto;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px !important;
  font-weight: bold;
  padding: 10px 0;
  width: 100%;
  max-width: 300px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  section.s-contact .f-btn input:hover {
    opacity: 0.5; }
@media screen and (min-width: 769px), print {
  section.s-contact .f-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1.5%; }
    section.s-contact .f-block > div {
      width: 47%;
      margin: 0 1.5%; } }
@media screen and (max-width: 768px) {
  section.s-contact .f-btn input {
    max-width: none; } }

#search {
  max-width: 1125px;
  margin: 0 auto;
}
