@charset "UTF-8";
/*--------------------------------------------------------------
# Function
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
.box-ttl {
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  margin: 1.5em auto; }
  @media only screen and (max-width: 767px) {
    .box-ttl {
      width: 90%;
      margin: 1.5em auto; } }
  .box-ttl.ttl-white {
    color: #fff; }

.box-img .box-img-caption {
  background: #f2f2f2;
  text-align: left;
  padding: 0.5em;
  margin: 0 0 0.5em 0; }
  .box-img .box-img-caption P {
    margin: 0; }

.img1-box {
  text-align: center;
  margin: 0 auto;
  width: 90%; }
  @media only screen and (min-width: 900px) {
    .img1-box {
      max-width: 760px; } }

.img2-box {
  text-align: center;
  margin: 0 auto;
  width: 90%; }
  @media only screen and (min-width: 768px) {
    .img2-box {
      display: flex; }
      .img2-box img {
        width: 50%; } }
  @media only screen and (min-width: 900px) {
    .img2-box {
      max-width: 760px; } }
  .img2-box img {
    display: inline-block;
    margin: 0 0 1em 0;
    padding: 0; }

.box-center {
  text-align: center;
  margin: 1em auto; }

.box-2em {
  margin: 2em auto; }

.box-1 {
  width: 90%;
  margin: 0 auto; }
  @media only screen and (min-width: 900px) {
    .box-1 {
      width: 760px; } }

.box-2 {
  width: 90%;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    .box-2 {
      display: flex;
      width: 760px;
      max-width: 90%; }
      .box-2 .box-child {
        width: 46%;
        margin: 1% 2%; }
        .box-2 .box-child.box-child-40 {
          width: 36%;
          margin: 1% 2%; }
        .box-2 .box-child.box-child-60 {
          width: 56%;
          margin: 1% 2%; }
        .box-2 .box-child.box-child-30 {
          width: 26%;
          margin: 1% 2%; }
        .box-2 .box-child.box-child-70 {
          width: 66%;
          margin: 1% 2%; } }

.box-3 {
  width: 90%;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    .box-3 {
      display: flex;
      align-items: stretch; }
      .box-3 .box-child, .box-3 .box-child-card {
        width: 31%;
        margin: 1% 1%; } }
  @media only screen and (min-width: 900px) {
    .box-3 {
      width: 760px; } }
  @media only screen and (max-width: 767px) {
    .box-3 .box-child, .box-3 .box-child-card {
      margin: 1% 1%; } }

.box-child .box-child-img {
  margin: 0 auto;
  text-align: center; }

.box-child-card {
  background: #f2f2f2; }
  .box-child-card .box-child-txt {
    padding: 0.5em;
    margin: 0; }
  .box-child-card .box-child-ttl {
    background: #f7c006;
    color: #fff;
    text-align: center;
    font-weight: normal;
    padding: 0.5em 0;
    margin: 0 auto; }
  .box-child-card.box-child-card-even {
    background: rgba(242, 242, 242, 0.9); }
    .box-child-card.box-child-card-even .box-child-ttl {
      background: rgba(247, 192, 6, 0.9); }

.box-nomargin {
  margin: 0 auto; }
  .box-nomargin img {
    vertical-align: bottom; }

.news-list {
  background: #f2f2f2; }
  .news-list .news-list-box {
    width: 760px;
    max-width: 92%;
    margin: 0 auto;
    padding: 2em 0; }
    .news-list .news-list-box .news-list-title {
      font-size: 1.2em;
      margin: 0.5em 0;
      font-weight: normal; }
      .news-list .news-list-box .news-list-title:before {
        font-family: FontAwesome;
        padding-right: 0.3em;
        font-size: 1.6em;
        content: "\f022"; }
    .news-list .news-list-box ul {
      margin: 0;
      padding: 0; }
      .news-list .news-list-box ul li {
        margin: 0.2em 0;
        padding: 0.2em 0;
        list-style: none;
        border-bottom: 1px dotted #666; }
        .news-list .news-list-box ul li .post-date {
          display: block;
          font-size: 0.9em; }

.site-main .posts-navigation {
  width: 760px;
  max-width: 92%;
  margin: 0 auto;
  padding: 2em 0; }

.ease-in {
  position: relative;
  opacity: 0;
  transform: translate(0, 45px);
  transition: all 500ms; }
  .ease-in.scrollin {
    opacity: 1;
    transform: translate(0, 0); }

/*--------------------------------------------------------------
# Single
--------------------------------------------------------------*/
.single .hentry {
  margin: 0 auto; }

.single .content-area .site-main .single-entry-title {
  border-top: 3px solid #f1911c;
  border-bottom: 3px solid #f1911c;
  padding: 0.5rem 0; }

.single .content-area .site-main .entry-content {
  max-width: 100%; }

.single #jp-relatedposts {
  border-top: 1px solid #f2f2f2; }
  .single #jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt {
    display: block; }
  .single #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img {
    margin-bottom: 0.5rem; }
  .single #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title {
    margin: 0 0 0.5rem 0;
    font-weight: bold;
    font-size: 1rem;
    padding: 0 0 0.5rem 0; }
    .single #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
      font-weight: bold;
      font-size: 1rem; }
  .single #jp-relatedposts .jp-relatedposts-post-nothumbs .jp-relatedposts-post-title a.jp-relatedposts-post-a:before {
    content: '';
    width: 100%;
    height: 150px;
    display: block;
    background: url(./images/noimage.png) center center no-repeat;
    background: cover;
    margin-bottom: 0.5rem; }
  @media only screen and (max-width: 640px) {
    .single #jp-relatedposts .jp-relatedposts-items.jp-relatedposts-items-visual {
      width: 100%; }
    .single #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
      width: 100%;
      padding: 0.5rem 0;
      margin: 0 auto 0.5rem auto;
      border-bottom: 1px dotted #f2f2f2; }
      .single #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img {
        width: 100%; } }

/*--------------------------------------------------------------
# Archive
--------------------------------------------------------------*/
.tips-content {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
  padding: 2rem 0; }
  @media only screen and (min-width: 900px) {
    .tips-content {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      .tips-content .tips-main-content {
        width: 70%; }
      .tips-content .tips-sub-content {
        width: 25%; } }
  .tips-content .news-content ul {
    margin: 15px auto;
    padding: 0; }
    .tips-content .news-content ul li {
      list-style: none;
      padding: 7px 0;
      margin: 0 0 7px 0;
      border-bottom: 1px dotted #f2f2f2; }
      .tips-content .news-content ul li a {
        display: inline-block;
        text-decoration: none; }
      .tips-content .news-content ul li .post-info {
        display: block; }
        .tips-content .news-content ul li .post-info .post-date {
          font-size: 0.9em;
          margin-right: 10px; }
        .tips-content .news-content ul li .post-info .post-cat {
          margin-right: 10px;
          background: #efefefef;
          font-size: 0.8rem;
          padding: 0 0.4rem;
          border-radius: 0.3rem; }
      .tips-content .news-content ul li .post-title {
        border-top: 3px solid #f1911c;
        border-bottom: 3px solid #f1911c;
        padding: 0.5rem 0; }
      .tips-content .news-content ul li .post-excerpt p {
        margin-bottom: 0.2rem; }
      .tips-content .news-content ul li .post-btn {
        text-align: right;
        margin-bottom: 1rem; }
        .tips-content .news-content ul li .post-btn a {
          background: #f2f2f2;
          padding: 0.3rem 0.6rem;
          border-radius: 0.5rem; }
          .tips-content .news-content ul li .post-btn a:hover {
            background: rgba(242, 242, 242, 0.8); }
  @media only screen and (max-width: 767px) {
    .tips-content .post-img {
      max-height: 100px;
      text-align: center;
      margin-top: 0.5rem; }
      .tips-content .post-img a {
        width: 100%; }
      .tips-content .post-img img {
        width: 100%; }
    .tips-content .post-txt {
      max-width: 90%;
      margin: 0 auto;
      background: white;
      position: relative;
      padding: 0 0.8rem; } }
  @media only screen and (min-width: 768px) {
    .tips-content .post-content {
      display: flex;
      margin: 1rem auto; }
      .tips-content .post-content .post-img {
        width: 180px;
        min-width: 180px;
        max-width: 180px;
        margin-right: 1rem; }
        .tips-content .post-content .post-img img {
          width: 180px; }
      .tips-content .post-content .post-txt h3 {
        margin: 0 auto; } }

/*--------------------------------------------------------------
# archive-faq
--------------------------------------------------------------*/
.faq-header {
  background: linear-gradient(to bottom, #FF6200 10%, #f1911e 40%);
  color: #fff; }
  .faq-header .entry-title {
    margin: 0 auto;
    text-align: center;
    padding: 2rem 0;
    font-size: 2em;
    font-weight: 600; }
  .faq-header .faq-header-content {
    width: 1000px;
    max-width: 84%;
    margin: 0 auto;
    position: relative; }
  @media only screen and (min-width: 768px) {
    .faq-header {
      padding-bottom: 0; } }

.faq-btn {
  background: #F8F8F8; }
  .faq-btn .faq-btn-ttl {
    font-size: 26.5px; }
  .faq-btn .faq-btn-content {
    width: 1000px;
    max-width: 84%;
    margin: 0 auto;
    padding: 2rem 0;
    position: relative; }
    .faq-btn .faq-btn-content .btn-list a {
      display: block;
      background: #0071BB;
      color: #fff;
      padding: 20px 0;
      text-align: center;
      border-radius: 7px;
      text-decoration: none;
      margin: 20px auto; }
  @media only screen and (min-width: 768px) {
    .faq-btn .faq-btn-content .btn-list {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      -moz-column-gap: 20px;
      column-gap: 20px; }
      .faq-btn .faq-btn-content .btn-list a {
        margin: 10px 0;
        font-size: 20px;
        padding: 25px 0; } }

#faqlist-content {
  width: 1000px;
  max-width: 84%;
  margin: 2rem auto;
  position: relative; }

.faqlist .list-header {
  padding: 100px 0 0 0; }
  .faqlist .list-header .list-title {
    font-size: 26.5px;
    margin: 0 0 20px 0; }

.faqlist:first-child .list-header {
  padding: 50px 0 0 0; }

.faqlist .list-content .list-item .list-txt {
  position: relative; }
  .faqlist .list-content .list-item .list-txt p {
    margin: 0 0 1.5rem 0; }
  .faqlist .list-content .list-item .list-txt:after {
    content: '';
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    background: url(./images/icon-next.svg) right center no-repeat;
    background-size: 90%; }

.faqlist .list-content .list-item a {
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #f2f2f2;
  padding: 1rem 0 0 0; }
  .faqlist .list-content .list-item a:hover .list-ttl {
    color: #f7c006; }

.faqlist .list-content .list-item:first-child a {
  padding: 0.5rem 0 0 0; }

.faqlist .list-btn {
  display: none;
  text-align: center;
  margin: 1rem auto 2rem auto;
  color: #f7c006;
  font-size: 20px;
  cursor: pointer; }

@media only screen and (max-width: 767px) {
  .faqlist .list-content .list-item .list-txt:after {
    position: absolute;
    width: 20px;
    height: 25px;
    right: 5px;
    bottom: -10px; } }

@media only screen and (min-width: 768px) {
  .faqlist .list-content .list-item .list-txt {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .faqlist .list-content .list-item .list-txt:after {
      width: 30px;
      min-width: 30px;
      height: 30px;
      margin-left: 20px;
      right: 0;
      transition: 0.5s all linear; }
  .faqlist .list-content .list-item a:hover .list-txt:after {
    right: -10px;
    transition: 0.2s; } }

/*--------------------------------------------------------------
# singel-faq
--------------------------------------------------------------*/
#faq-content {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 50px; }
  #faq-content .faq-main-content {
    padding: 20px 5%; }
    #faq-content .faq-main-content .list-header {
      padding: 0; }
    #faq-content .faq-main-content .post-cat span a {
      display: inline-block;
      padding: 3px 10px;
      font-size: 14px;
      color: #f7c006;
      border: 1px solid #f7c006;
      margin-right: 5px;
      text-decoration: none; }
    #faq-content .faq-main-content .demo-box {
      margin: 20px auto;
      background: #f2f2f2; }
      #faq-content .faq-main-content .demo-box .demo-box-content {
        width: 600px;
        max-width: 90%;
        margin: 0 auto;
        padding: 45px 0; }
        #faq-content .faq-main-content .demo-box .demo-box-content .demo-box-ttl {
          font-size: 20px;
          text-align: center;
          margin: 0 auto 15px auto; }
          #faq-content .faq-main-content .demo-box .demo-box-content .demo-box-ttl .online {
            display: inline-block;
            padding: 0 5px;
            font-size: 14px;
            color: #454545;
            border: 1px solid #454545;
            margin-right: 5px;
            font-weight: 400;
            vertical-align: middle; }
        #faq-content .faq-main-content .demo-box .demo-box-content .demo-box-txt {
          font-size: 14px;
          text-align: justify; }
        #faq-content .faq-main-content .demo-box .demo-box-content .demo-box-btn {
          text-align: center; }
          #faq-content .faq-main-content .demo-box .demo-box-content .demo-box-btn a {
            display: inline-block;
            width: 320px;
            margin: 15px auto 0 auto;
            padding: 8px 10px;
            font-size: 14px;
            color: #fff;
            border-radius: 7px;
            background: #019145;
            text-decoration: none;
            transition: 0.2s; }
            #faq-content .faq-main-content .demo-box .demo-box-content .demo-box-btn a:hover {
              background: #007145; }
    #faq-content .faq-main-content .faqlist-btn {
      text-align: center; }
      #faq-content .faq-main-content .faqlist-btn a {
        display: inline-block;
        width: 280px;
        margin: 20px auto;
        padding: 3px 10px;
        font-size: 14px;
        font-weight: 500;
        color: #333333;
        border-radius: 7px;
        border: 1px solid #383838;
        text-decoration: none;
        transition: 0.2s; }
        #faq-content .faq-main-content .faqlist-btn a .arrow {
          position: relative;
          display: inline-block;
          width: 8.3px;
          height: 12.1px;
          margin-right: 10px; }
        #faq-content .faq-main-content .faqlist-btn a .arrow::before,
        #faq-content .faq-main-content .faqlist-btn a .arrow::after {
          content: "";
          position: absolute;
          top: calc(50% - 1px);
          left: 0;
          width: 10px;
          height: 2px;
          border-radius: 9999px;
          background-color: #333333;
          transform-origin: 1px 50%; }
        #faq-content .faq-main-content .faqlist-btn a .arrow::before {
          transform: rotate(40.5deg); }
        #faq-content .faq-main-content .faqlist-btn a .arrow::after {
          transform: rotate(-40.5deg); }
        #faq-content .faq-main-content .faqlist-btn a:hover {
          color: #f7c006; }
          #faq-content .faq-main-content .faqlist-btn a:hover .arrow::before,
          #faq-content .faq-main-content .faqlist-btn a:hover .arrow::after {
            background-color: #f7c006; }
  #faq-content .faq-sub-content {
    padding: 40px 5%;
    background: #f2f2f2; }
    #faq-content .faq-sub-content .side-faq-ttl {
      color: #f7c006;
      font-size: 20px;
      margin: 0 0 10px 0; }
    #faq-content .faq-sub-content .side-faqlist .side-faqlist-header .side-faqlist-ttl {
      position: relative;
      font-size: 16px;
      font-weight: 600;
      margin: 0;
      padding: 15px 5px;
      border-bottom: 1px solid #707070;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      #faq-content .faq-sub-content .side-faqlist .side-faqlist-header .side-faqlist-ttl .arrow {
        position: relative;
        display: inline-block;
        width: 19.9px;
        height: 12.9px; }
        #faq-content .faq-sub-content .side-faqlist .side-faqlist-header .side-faqlist-ttl .arrow:after, #faq-content .faq-sub-content .side-faqlist .side-faqlist-header .side-faqlist-ttl .arrow:before {
          content: "";
          position: absolute;
          bottom: 0;
          left: calc(50% - 1.5px);
          width: 3px;
          height: 16px;
          border-radius: 9999px;
          background-color: #707070;
          transform-origin: 50% calc(100% - 1.5px); }
      #faq-content .faq-sub-content .side-faqlist .side-faqlist-header .side-faqlist-ttl .arrow::before {
        transform: rotate(40.5deg); }
      #faq-content .faq-sub-content .side-faqlist .side-faqlist-header .side-faqlist-ttl .arrow::after {
        transform: rotate(-40.5deg); }
    #faq-content .faq-sub-content .side-faqlist .side-faqlist-header.active .side-faqlist-ttl .arrow:after, #faq-content .faq-sub-content .side-faqlist .side-faqlist-header.active .side-faqlist-ttl .arrow:before {
      top: 0;
      transform-origin: 50% 1.5px; }
    #faq-content .faq-sub-content .side-faqlist .list-content {
      padding-left: 20px;
      display: none; }
      #faq-content .faq-sub-content .side-faqlist .list-content .list-item a {
        display: block;
        padding: 10px;
        border-bottom: 1px solid #707070;
        text-decoration: none;
        line-height: 1.2;
        transition: 0.2s; }
        #faq-content .faq-sub-content .side-faqlist .list-content .list-item a:hover {
          color: #f7c006; }
  @media only screen and (min-width: 768px) {
    #faq-content {
      display: flex;
      justify-content: space-between;
      align-items: stretch;
      flex-direction: row-reverse; }
      #faq-content .faq-main-content {
        width: 70%;
        padding: 0; }
      #faq-content .faq-sub-content {
        width: 25%;
        min-width: 25%;
        margin-right: 5%;
        padding: 40px 15px; } }

/*--------------------------------------------------------------
# archive-case
--------------------------------------------------------------*/
.case-pickup {
  background: #fbffca; }
  .case-pickup .entry-title {
    margin: 0 auto;
    text-align: center;
    padding: 1rem 0; }
  .case-pickup .case-pickup-content {
    width: 1100px;
    max-width: 84%;
    margin: 0 auto;
    position: relative; }
  @media only screen and (min-width: 768px) {
    .case-pickup {
      padding-bottom: 0; } }

.case-pickup-list {
  width: 90%;
  max-width: 90%;
  margin: 0 auto; }
  .case-pickup-list .slick-prev, .case-pickup-list .slick-next {
    width: 50px;
    height: 50px;
    z-index: 100; }
  .case-pickup-list .slick-next {
    right: -5%; }
  .case-pickup-list .slick-prev {
    left: -5%; }
  .case-pickup-list .slick-prev:before, .case-pickup-list .slick-next:before {
    color: #f7c006;
    font-size: 50px;
    opacity: 1; }
  @media only screen and (max-width: 1350px) {
    .case-pickup-list {
      width: 100%;
      max-width: 100%; }
      .case-pickup-list .slick-next {
        right: 5px; }
      .case-pickup-list .slick-prev {
        left: 5px; } }

.case-pickup-item {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto; }
  .case-pickup-item a {
    display: block;
    padding: 1rem 0.5rem;
    text-decoration: none;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0.5rem;
    margin: 1rem;
    position: relative; }
    .case-pickup-item a:hover img {
      transform: scale(1.2);
      transition: 0.5s;
      opacity: 1.0; }
    .case-pickup-item a:hover .case-list-item-btn-txt {
      background: #fff;
      transition: 0.5s; }
  .case-pickup-item .case-pickup-image {
    text-align: center;
    overflow: hidden;
    background-size: cover; }
    .case-pickup-item .case-pickup-image img {
      width: 100%; }
  .case-pickup-item .case-pickup-text {
    padding: 0 0 1rem 0; }
  .case-pickup-item .case-pickup-ttl {
    padding: 0.2rem 0.5rem;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    background: #fef2cb;
    color: #f7c006;
    position: absolute;
    top: 1rem;
    left: 0; }
  .case-pickup-item .case-list-item-genre {
    font-size: 0.8rem; }
    .case-pickup-item .case-list-item-genre .genre-item {
      padding-right: 0.3rem; }
  .case-pickup-item .case-list-item-title {
    margin: 3rem 0 1rem 0;
    border: none;
    padding: 0;
    line-height: 1.2;
    font-size: 1.2rem; }
  .case-pickup-item .case-list-item-company {
    font-size: 0.9rem;
    margin: 0.5rem 0; }
  .case-pickup-item .case-list-item-genre {
    font-size: 0.8rem; }
    .case-pickup-item .case-list-item-genre .genre-item {
      margin: 0 0.3rem 0.2rem 0;
      border: 1px solid #f7c006;
      color: #f7c006;
      border-radius: 50rem;
      display: inline-block;
      padding: 3px 10px;
      line-height: 1; }
  .case-pickup-item .case-list-item-cat {
    font-size: 0.8rem; }
    .case-pickup-item .case-list-item-cat .cat-item {
      margin: 0 0.3rem 0.2rem 0;
      border: 1px solid #f7c006;
      color: #f7c006;
      border-radius: 50rem;
      display: inline-block;
      padding: 3px 10px;
      line-height: 1; }
  .case-pickup-item .case-list-item-btn {
    text-align: center;
    margin: 1rem 0 0 0; }
    .case-pickup-item .case-list-item-btn .case-list-item-btn-txt {
      display: inline-block;
      background: #f2f2f2;
      color: #f7c006;
      border-radius: 0.5rem;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      padding: 0.3rem 2rem; }
  @media only screen and (min-width: 768px) {
    .case-pickup-item a {
      display: flex;
      align-items: stretch;
      justify-content: space-between;
      padding: 1rem; }
    .case-pickup-item .case-pickup-image {
      width: 400px;
      min-width: 400px;
      min-height: 240px; }
      .case-pickup-item .case-pickup-image img {
        width: 400px; }
    .case-pickup-item .case-pickup-text {
      width: 800px;
      max-width: 100%;
      padding: 0 1rem 0 0; }
      .case-pickup-item .case-pickup-text .case-list-item-title {
        line-height: 1.4;
        font-size: 1.5rem; }
      .case-pickup-item .case-pickup-text .case-list-item-btn {
        text-align: left;
        margin: 1rem 0; } }

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .case-pickup-item .case-pickup-image {
    width: 300px;
    min-width: 300px; }
    .case-pickup-item .case-pickup-image img {
      width: 300px; }
  .case-pickup-item .case-pickup-text .case-list-item-btn {
    text-align: left;
    margin: 1rem 0; } }

.case-search .case-search-content {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
  width: 1160px;
  text-align: center;
  padding: 1rem 0 0 0; }
  .case-search .case-search-content:after {
    content: "";
    width: 60px;
    height: 0;
    display: block;
    margin: 1rem auto -30px auto;
    text-align: center;
    border: 30px solid transparent;
    border-top: 30px solid #f7c006; }
  .case-search .case-search-content .case-search-title {
    background: #f7c006;
    color: #fff;
    margin: 0 auto;
    padding: 0.3rem 0;
    font-size: 1.2rem;
    font-weight: normal; }
  .case-search .case-search-content .case-search-box {
    min-height: 60px;
    margin: 0;
    border: 1px solid #f2f2f2;
    border-top: none; }
    .case-search .case-search-content .case-search-box:first-child {
      border-top: 1px solid #f2f2f2; }
    .case-search .case-search-content .case-search-box .case-search-box-ttl {
      background: #fef2cb;
      padding: 1rem 0;
      font-weight: bold;
      border-left: 1px solid #f2f2f2; }
    .case-search .case-search-content .case-search-box .case-search-box-content {
      background: #fff;
      padding: 1rem;
      text-align: left; }
      .case-search .case-search-content .case-search-box .case-search-box-content .case-tax-item {
        margin: 0 0.3rem 0.2rem 0;
        display: inline-block; }
        .case-search .case-search-content .case-search-box .case-search-box-content .case-tax-item a {
          text-align: center;
          text-decoration: none;
          color: #f7c006;
          display: block;
          border: 1px solid #f7c006;
          border-radius: 50rem;
          padding: 6px 15px;
          line-height: 1; }
          .case-search .case-search-content .case-search-box .case-search-box-content .case-tax-item a:hover {
            background: #f7c006;
            color: #fff;
            transition: 0.5s; }
        .case-search .case-search-content .case-search-box .case-search-box-content .case-tax-item.current a {
          background: #f7c006;
          color: #fff; }

@media only screen and (min-width: 768px) {
  .case-search .case-search-content .case-search-box {
    display: flex;
    justify-content: flex-start;
    align-items: stretch; }
  .case-search .case-search-content .case-search-box-ttl {
    width: 140px;
    min-width: 140px; }
  .case-search .case-search-content .case-search-box-content {
    width: 100%; } }

.case-tax-header {
  text-align: center;
  margin: 2rem auto 3rem auto;
  font-size: 2rem; }
  .case-tax-header .case-tax-ttl {
    text-align: center;
    color: #000;
    border-bottom: 2px solid #f7c006;
    display: inline-block;
    padding: 0 0 0.5rem 0; }

.case-list {
  margin-top: -2rem; }
  .case-list .case-list-item {
    margin: 2rem auto;
    padding: 0;
    border-radius: 0.5rem; }
    .case-list .case-list-item a {
      display: block;
      width: 100%;
      height: 100%;
      padding: 0;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      border-radius: 0.5rem;
      text-decoration: none; }
      .case-list .case-list-item a:hover img {
        transform: scale(1.2);
        transition: 0.5s;
        opacity: 1.0; }
    .case-list .case-list-item .case-list-item-image {
      width: 100%;
      height: 120px;
      overflow: hidden;
      background: #e3e3e3 url(./images/noimage.png) no-repeat center center;
      background-size: cover;
      border-radius: 0.5rem 0.5rem 0 0; }
      .case-list .case-list-item .case-list-item-image img {
        width: 100%; }
    .case-list .case-list-item .case-list-item-header {
      padding: 0.5rem;
      min-height: 5rem; }
      .case-list .case-list-item .case-list-item-header .case-list-item-title {
        margin: 0 0 0.2rem 0;
        font-size: 1rem;
        font-weight: normal;
        border: none;
        line-height: 1.6;
        padding: 0; }
      .case-list .case-list-item .case-list-item-header .case-list-item-genre {
        font-size: 0.8rem; }
        .case-list .case-list-item .case-list-item-header .case-list-item-genre .genre-item {
          margin: 0 0.3rem 0.2rem 0;
          border: 1px solid #f7c006;
          color: #f7c006;
          border-radius: 50rem;
          display: inline-block;
          padding: 3px 10px;
          line-height: 1; }
      .case-list .case-list-item .case-list-item-header .case-list-item-cat {
        font-size: 0.8rem; }
        .case-list .case-list-item .case-list-item-header .case-list-item-cat .cat-item {
          margin: 0 0.3rem 0.2rem 0;
          border: 1px solid #f7c006;
          color: #f7c006;
          border-radius: 50rem;
          display: inline-block;
          padding: 3px 10px;
          line-height: 1; }
    .case-list .case-list-item .case-list-item-text {
      line-height: 1.3rem;
      padding: 0.5rem 0.5rem 0 0.5rem;
      font-size: 1rem;
      font-weight: bold; }
      .case-list .case-list-item .case-list-item-text:after {
        content: '';
        display: block;
        width: 90%;
        margin: 0 auto;
        border-bottom: 1px solid #f2f2f2;
        padding: 1rem 0 0 0; }
  @media only screen and (min-width: 768px) {
    .case-list {
      display: flex;
      flex-wrap: wrap; }
      .case-list .case-list-item {
        width: 29%;
        margin: 2%; }
        .case-list .case-list-item .case-list-item-image {
          height: 160px; } }

/*--------------------------------------------------------------
# archive-column
--------------------------------------------------------------*/
#column-content {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  margin: 2rem auto; }
  #column-content .page-title {
    color: #f7c006;
    text-align: center;
    font-size: 1.1rem;
    margin: 0 auto;
    padding: 2rem 0; }
  @media only screen and (min-width: 768px) {
    #column-content .column-list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #column-content .column-list .column-item {
        width: 31%; } }
  #column-content .column-list a {
    text-decoration: none; }
  #column-content .column-list .column-item {
    margin-bottom: 2rem;
    position: relative; }
    #column-content .column-list .column-item .column-icon {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 100; }
      #column-content .column-list .column-item .column-icon .column-icon-new {
        background: #fa6200;
        color: #fff;
        display: inline-block;
        padding: 0.2rem 0.5rem;
        font-size: 0.8rem;
        font-weight: 700; }
    #column-content .column-list .column-item .column-img a {
      position: relative;
      width: 100%;
      height: 160px;
      overflow: hidden;
      display: block; }
    #column-content .column-list .column-item .column-img img {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: auto;
      margin: 0 auto;
      z-index: 2; }
    #column-content .column-list .column-item .column-txt .post-title {
      margin: 0.5rem auto; }
    #column-content .column-list .column-item .column-txt .post-excerpt p {
      margin: 0.2rem auto; }
    #column-content .column-list .column-item .column-txt .post-date {
      font-size: 0.8rem; }
  @media only screen and (min-width: 768px) {
    #column-content {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      #column-content .column-main-content {
        width: 70%; }
      #column-content .column-sub-content {
        width: 25%; } }

/*--------------------------------------------------------------
# single-column
--------------------------------------------------------------*/
#column-content .column-entry-content {
  max-width: 100%;
  width: 800px;
  margin: 0 auto; }
  #column-content .column-entry-content .column-entry-title {
    padding: 2rem 0 0 0;
    margin: 0 auto; }

#column-content .column-relatedposts {
  margin: 2rem auto 0 auto;
  border-top: 1px solid #f2f2f2;
  padding: 3rem 0 0 0; }

/*--------------------------------------------------------------
# page-case
--------------------------------------------------------------*/
.content-area .site-main .case-entry .case-content {
  width: 800px;
  max-width: 90%;
  margin: 0 auto; }

.content-area .site-main .case-entry .case-header .case-title {
  font-size: 1.6rem;
  line-height: 2rem; }

@media only screen and (min-width: 768px) {
  .content-area .site-main .case-entry .case-header .case-title {
    font-size: 2.1rem;
    line-height: 3rem; } }

.content-area .site-main .case-entry .case-info .case-info-content {
  max-width: 100%;
  padding: 0; }
  .content-area .site-main .case-entry .case-info .case-info-content .case-info-img {
    text-align: center; }
  .content-area .site-main .case-entry .case-info .case-info-content .case-info-text {
    padding: 1rem; }
    .content-area .site-main .case-entry .case-info .case-info-content .case-info-text .case-description .case-list-item-title {
      font-size: 24px;
      margin: 0 auto 30px auto;
      padding: 0 0 10px 0;
      border-bottom: 3px solid #f7c006;
      font-weight: 600; }
    .content-area .site-main .case-entry .case-info .case-info-content .case-info-text .case-description .name-item {
      margin: 20px auto 0 auto; }
      .content-area .site-main .case-entry .case-info .case-info-content .case-info-text .case-description .name-item .name-item-title {
        border-left: 3px solid #f7c006;
        padding: 0 0 0 10px;
        margin: 10px 0;
        font-size: 14px;
        font-weight: normal; }
  @media only screen and (min-width: 768px) {
    .content-area .site-main .case-entry .case-info .case-info-content {
      display: flex;
      flex-direction: row-reverse;
      justify-content: space-between;
      align-items: flex-end; }
      .content-area .site-main .case-entry .case-info .case-info-content .case-info-img {
        min-width: 200px;
        width: 60%; }
      .content-area .site-main .case-entry .case-info .case-info-content .case-info-text-full {
        width: 100%; }
      .content-area .site-main .case-entry .case-info .case-info-content .case-info-text {
        padding: 1rem 0; } }

.content-area .site-main .case-entry .case-effect {
  margin: 2rem auto; }
  .content-area .site-main .case-entry .case-effect .effect-item {
    margin-bottom: 0.5rem;
    padding: 0;
    background: #fbffca;
    border-radius: 10px; }
    .content-area .site-main .case-entry .case-effect .effect-item .effect-item-title {
      text-align: center;
      background: #fce341;
      padding: 0.5rem;
      border-radius: 10px 10px 0 0;
      display: flex;
      align-items: center;
      justify-content: center; }
    .content-area .site-main .case-entry .case-effect .effect-item .effect-item-text {
      padding: 15px; }
      .content-area .site-main .case-entry .case-effect .effect-item .effect-item-text ul {
        margin: 0;
        padding: 0; }
        .content-area .site-main .case-entry .case-effect .effect-item .effect-item-text ul br {
          display: none; }
        .content-area .site-main .case-entry .case-effect .effect-item .effect-item-text ul li {
          margin: 0;
          padding: 0 0 10px 0;
          list-style: none;
          display: flex;
          justify-content: flex-start;
          align-items: flex-start; }
          .content-area .site-main .case-entry .case-effect .effect-item .effect-item-text ul li:before {
            content: '●';
            font-size: 12px;
            color: #f7c006;
            padding: 5px 10px 0 0; }
    .content-area .site-main .case-entry .case-effect .effect-item.effect-item-problem {
      background: #f2f2f2; }
      .content-area .site-main .case-entry .case-effect .effect-item.effect-item-problem .effect-item-title {
        background: #cccccc; }
  .content-area .site-main .case-entry .case-effect .arrow-down {
    margin: 15px auto 5px auto;
    text-align: center; }

.content-area .site-main .case-entry .entry-content {
  background: #fff; }

.content-area .site-main .case-entry .case-btn-back {
  margin: 2rem auto; }
  .content-area .site-main .case-entry .case-btn-back a {
    display: inline-block;
    background: #f7c006;
    color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding: 0.5rem 2rem;
    font-weight: bold;
    text-decoration: none; }
    .content-area .site-main .case-entry .case-btn-back a:hover {
      background: #c59905;
      transition: 0.5s; }

.content-area .site-main .case-entry .orderer {
  margin: 2rem auto;
  padding: 1rem;
  background: #0087ba;
  border-radius: 3px; }
  .content-area .site-main .case-entry .orderer h2 {
    margin: 0 0 0.7rem 0;
    padding: 0; }
  .content-area .site-main .case-entry .orderer .orderer-name {
    margin: 0 0 0.7rem 0; }
    .content-area .site-main .case-entry .orderer .orderer-name .orderer-company {
      padding-right: 1rem; }
  .content-area .site-main .case-entry .orderer .orderer-image {
    width: 150px;
    height: 150px; }
    .content-area .site-main .case-entry .orderer .orderer-image img {
      width: 150px;
      height: 150px;
      border-radius: 50%; }
  @media only screen and (min-width: 768px) {
    .content-area .site-main .case-entry .orderer {
      display: flex;
      -webkit-flex-orient: horizontal;
      flex-direction: row-reverse;
      -webkit-flex-pack: end;
      justify-content: flex-end; }
      .content-area .site-main .case-entry .orderer .orderer-image {
        min-width: 180px; } }
  @media only screen and (max-width: 767px) {
    .content-area .site-main .case-entry .orderer h2 {
      text-align: center; }
    .content-area .site-main .case-entry .orderer .orderer-image {
      text-align: center;
      margin: 0.5rem auto; }
    .content-area .site-main .case-entry .orderer .orderer-name {
      margin: 0 0 0.7rem 0;
      text-align: center; }
      .content-area .site-main .case-entry .orderer .orderer-name .orderer-company {
        padding-right: 0;
        display: block; } }

.content-area .company {
  background: #f2f2f2;
  margin: 2rem auto;
  padding: 1rem; }
  .content-area .company .company-box .company-txt .company-txt-item {
    margin: 0 0 1rem 0;
    display: flex;
    align-items: flex-start; }
    .content-area .company .company-box .company-txt .company-txt-item .item-ttl {
      font-size: 12px;
      margin: 5px 20px 0 0;
      min-width: 50px; }
    .content-area .company .company-box .company-txt .company-txt-item .item-content {
      line-height: 1.3; }
  .content-area .company .company-box .company-img {
    text-align: center; }
    .content-area .company .company-box .company-img img {
      width: 100%; }
  @media only screen and (min-width: 768px) {
    .content-area .company {
      padding: 2rem; }
      .content-area .company .company-box {
        display: flex;
        justify-content: space-between;
        align-items: flex-start; }
        .content-area .company .company-box .company-img {
          width: 40%; }
        .content-area .company .company-box .company-txt {
          padding-right: 2rem; } }

.content-area .btn-back {
  margin: 60px auto; }

.box-case {
  background-color: #faefe1;
  padding: 1.5em 0; }
  .box-case .box-case-title {
    text-align: center;
    padding: 2rem 0 0 0;
    margin: 0 auto; }
  .box-case .case-list {
    width: 980px;
    max-width: 90%;
    margin: 0 auto;
    margin: 1rem auto;
    text-align: left; }
    .box-case .case-list .case-list-item:hover {
      background: #f2f2f2;
      transition: 0.2s; }

.box-case .box-case-title {
  text-align: center;
  padding: 2rem 0 0 0;
  margin: 0 auto; }

.box-case .case-list {
  width: 980px;
  max-width: 90%;
  margin: 0 auto;
  text-align: left; }

.box-case .case-list .case-list-item:hover {
  background: #eaeaea;
  transition: 0.2s; }

.box-case .case-list .case-list-item {
  background-color: #fff; }

.box-case {
  background-color: #faefe1;
  padding: 1.5em 0; }

.box-case .box-case-ttl {
  width: 980px;
  max-width: 90%;
  margin: 0 auto;
  text-align: left;
  font-size: 20.8px; }

.box-case .box-case-ttl:hover {
  opacity: 0.8; }

.box-case .box-case-other {
  text-decoration: none; }
