/*--------------------------------------------------------------
# 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: #eaeaea;
  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: #eaeaea; }
  .box-child-card .box-child-txt {
    padding: 0.5em;
    margin: 0; }
  .box-child-card .box-child-ttl {
    background: #f1911e;
    color: #fff;
    text-align: center;
    font-weight: normal;
    padding: 0.5em 0;
    margin: 0 auto; }
  .box-child-card.box-child-card-even {
    background: rgba(234, 234, 234, 0.9); }
    .box-child-card.box-child-card-even .box-child-ttl {
      background: rgba(241, 145, 30, 0.9); }

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

.news-list {
  background: #eaeaea; }
  .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 #eaeaea; }
  .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 #eaeaea; }
      .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 #eaeaea; }
      .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: #eaeaea;
          padding: 0.3rem 0.6rem;
          border-radius: 0.5rem; }
          .tips-content .news-content ul li .post-btn a:hover {
            background: rgba(234, 234, 234, 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 #eaeaea;
  padding: 1rem 0 0 0; }
  .faqlist .list-content .list-item a:hover .list-ttl {
    color: #f1911e; }

.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: #f1911e;
  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: #f1911e;
      border: 1px solid #f1911e;
      margin-right: 5px;
      text-decoration: none; }
    #faq-content .faq-main-content .demo-box {
      margin: 20px auto;
      background: #eaeaea; }
      #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: #f1911e; }
          #faq-content .faq-main-content .faqlist-btn a:hover .arrow::before,
          #faq-content .faq-main-content .faqlist-btn a:hover .arrow::after {
            background-color: #f1911e; }
  #faq-content .faq-sub-content {
    padding: 40px 5%;
    background: #eaeaea; }
    #faq-content .faq-sub-content .side-faq-ttl {
      color: #f1911e;
      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: #f1911e; }
  @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: linear-gradient(to bottom, #FF6200 10%, #f1911e 40%);
  color: #fff; }
  .case-pickup .entry-title {
    margin: 0 auto;
    text-align: center;
    padding: 2rem 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: #f1911e;
    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: #fdefde;
    color: #FC6225;
    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 #FC6225;
      color: #FC6225;
      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 #FC6225;
      color: #FC6225;
      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: #eaeaea;
      color: #f1911e;
      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 #f1911e; }
  .case-search .case-search-content .case-search-title {
    background: #f1911e;
    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 #eaeaea;
    border-top: none; }
    .case-search .case-search-content .case-search-box:first-child {
      border-top: 1px solid #eaeaea; }
    .case-search .case-search-content .case-search-box .case-search-box-ttl {
      background: #fdefde;
      padding: 1rem 0;
      font-weight: bold;
      border-left: 1px solid #eaeaea; }
    .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: #FC6225;
          display: block;
          border: 1px solid #FC6225;
          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: #FC6225;
            color: #fff;
            transition: 0.5s; }
        .case-search .case-search-content .case-search-box .case-search-box-content .case-tax-item.current a {
          background: #FC6225;
          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 #f1911e;
    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 #FC6225;
          color: #FC6225;
          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 #FC6225;
          color: #FC6225;
          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 #eaeaea;
        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: #f1911e;
    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 #eaeaea;
  padding: 3rem 0 0 0; }

/*--------------------------------------------------------------
# page-case
--------------------------------------------------------------*/
.content-area .site-main .case-entry .case-header {
  width: 980px;
  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 {
  width: 980px;
  max-width: 90%;
  margin: 0 auto;
  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: 1.7rem;
      margin: 1rem auto; }
  @media only screen and (min-width: 768px) {
    .content-area .site-main .case-entry .case-info .case-info-content {
      display: flex;
      -webkit-flex-orient: horizontal;
      flex-direction: row-reverse;
      -webkit-flex-pack: justify;
      -webkit-flex-pack: space-between;
      justify-content: space-between; }
      .content-area .site-main .case-entry .case-info .case-info-content .case-info-img {
        min-width: 200px;
        width: 40%; }
      .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-info .case-info-content .case-info-text .case-description .case-list-item-title {
          font-size: 2rem;
          font-weight: 400;
          margin: 0 auto; }
        .content-area .site-main .case-entry .case-info .case-info-content .case-info-text .case-description .person-name {
          margin-bottom: 2rem; }
        .content-area .site-main .case-entry .case-info .case-info-content .case-info-text .case-description .case-list-item-box {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          margin: 0.5rem auto; }
          .content-area .site-main .case-entry .case-info .case-info-content .case-info-text .case-description .case-list-item-box .case-list-item-ttl {
            border-left: 3px solid #f1911e;
            padding-left: 10px;
            min-width: 7rem;
            font-size: 0.9rem; }
        .content-area .site-main .case-entry .case-info .case-info-content .case-info-text .case-description .case-list-item-genre {
          font-size: 0.8rem;
          margin: 0;
          text-align: left; }
          .content-area .site-main .case-entry .case-info .case-info-content .case-info-text .case-description .case-list-item-genre .genre-item {
            margin: 0 0.3rem 0.2rem 0;
            border: 1px solid #FC6225;
            color: #FC6225;
            border-radius: 50rem;
            display: inline-block;
            padding: 3px 10px;
            line-height: 1; }
        .content-area .site-main .case-entry .case-info .case-info-content .case-info-text .case-description .case-list-item-cat {
          font-size: 0.8rem;
          margin: 0;
          text-align: left; }
          .content-area .site-main .case-entry .case-info .case-info-content .case-info-text .case-description .case-list-item-cat .cat-item {
            margin: 0 0.3rem 0.2rem 0;
            border: 1px solid #FC6225;
            color: #FC6225;
            border-radius: 50rem;
            display: inline-block;
            padding: 3px 10px;
            line-height: 1; } }

.content-area .site-main .case-entry .case-effect {
  width: 980px;
  max-width: 90%;
  margin: 0 auto;
  margin: 2rem auto; }
  .content-area .site-main .case-entry .case-effect .effect-item {
    margin-bottom: 0.5rem;
    padding: 0;
    background: #faefe1; }
    .content-area .site-main .case-entry .case-effect .effect-item .effect-item-title {
      text-align: center;
      background: #f1911e;
      color: #fff;
      padding: 0.5rem;
      display: flex;
      align-items: center;
      justify-content: center; }
    .content-area .site-main .case-entry .case-effect .effect-item .effect-item-text {
      padding: 0.5rem; }
    @media only screen and (min-width: 768px) {
      .content-area .site-main .case-entry .case-effect .effect-item {
        display: flex;
        align-items: stretch; }
        .content-area .site-main .case-entry .case-effect .effect-item .effect-item-title {
          width: 9rem;
          min-width: 9rem; } }

.content-area .site-main .case-entry .entry-content {
  width: 980px;
  max-width: 90%;
  margin: 0 auto;
  background: #fff;
  padding: 1rem; }
  .content-area .site-main .case-entry .entry-content h2 {
    border: none;
    margin: 1rem 0 0.5rem 0; }

.content-area .site-main .case-entry .case-btn-back {
  width: 980px;
  max-width: 90%;
  margin: 0 auto;
  margin: 2rem auto; }
  .content-area .site-main .case-entry .case-btn-back a {
    display: inline-block;
    background: #f1911e;
    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: #cf770d;
      transition: 0.5s; }

.content-area .site-main .case-entry .orderer {
  margin: 2rem auto;
  padding: 1rem;
  background: #ebf7fb;
  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; } }

.case-entry-content h2 {
  font-size: 1.7rem;
  line-height: 1.9rem; }

@media only screen and (min-width: 768px) {
  .case-entry-content h2 {
    font-size: 1.8rem;
    line-height: 2.4rem; } }

.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: #eaeaea;
      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; }

/*--------------------------------------------------------------
# our-thought
--------------------------------------------------------------*/
.our-thought-bg {
  background: url(./images/our-thought/bg.jpg) center top no-repeat fixed; }
  .our-thought-bg .our-thought-main {
    background: rgba(206, 151, 42, 0.4);
    padding: 3rem 0; }
    .our-thought-bg .our-thought-main .our-thought-content {
      width: 800px;
      max-width: 90%;
      margin: 0 auto;
      background: rgba(255, 255, 255, 0.9);
      padding: 2rem 3rem;
      line-height: 1.8rem; }
      .our-thought-bg .our-thought-main .our-thought-content h2 {
        font-size: 2em;
        text-align: center;
        margin: 2rem auto 3rem auto; }
      .our-thought-bg .our-thought-main .our-thought-content h3 {
        font-size: 1.5em;
        text-align: center;
        margin: 3rem auto;
        line-height: 2rem; }
  .our-thought-bg .our-thought-sub {
    background: rgba(255, 255, 255, 0.8);
    padding: 2rem 0; }
    .our-thought-bg .our-thought-sub .our-thought-sub-content {
      width: 800px;
      max-width: 90%;
      margin: 0 auto;
      text-align: center; }
  @media only screen and (max-width: 767px) {
    .our-thought-bg .our-thought-main .our-thought-content {
      padding: 1rem; }
      .our-thought-bg .our-thought-main .our-thought-content h2 {
        font-size: 1.6em;
        text-align: center;
        margin: 1rem auto 2rem auto; }
      .our-thought-bg .our-thought-main .our-thought-content h3 {
        font-size: 1.3em;
        text-align: center;
        margin: 2rem auto; } }

/*--------------------------------------------------------------
# page-damo-calendar
--------------------------------------------------------------*/
.demo-calendar .demo-calendar-content {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.6);
  padding: 0.5rem 1rem; }

/*--------------------------------------------------------------
# page-features
--------------------------------------------------------------*/
.features-outline {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto; }
  .features-outline h2 {
    color: #f1911e;
    text-align: center;
    font-size: 1.1rem; }
  .features-outline .outline-box {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap; }
    .features-outline .outline-box a {
      text-decoration: none; }
      .features-outline .outline-box a:hover .outline-ttl {
        color: #f1911e; }
      .features-outline .outline-box a:hover h4 {
        color: #f1911e; }
    .features-outline .outline-box .outline-box-item {
      background: #eaeaea;
      padding: 0.5rem;
      border-radius: 0.3rem;
      text-align: center;
      margin-bottom: 1rem;
      width: 32.5%; }
      .features-outline .outline-box .outline-box-item.outline-box-none {
        background: #fff; }
      .features-outline .outline-box .outline-box-item .outline-ttl {
        font-size: 1.6rem;
        font-weight: 900;
        margin: 0 auto; }
        .features-outline .outline-box .outline-box-item .outline-ttl .outline-ttl-icon {
          vertical-align: middle; }
          .features-outline .outline-box .outline-box-item .outline-ttl .outline-ttl-icon img {
            width: 80px; }
      .features-outline .outline-box .outline-box-item p {
        margin: 0.5rem auto 1rem auto;
        font-size: 0.9rem; }
      .features-outline .outline-box .outline-box-item .outline-note {
        font-size: 0.8rem;
        font-weight: 700; }
      .features-outline .outline-box .outline-box-item .outline-subbox {
        display: flex;
        justify-content: space-between;
        align-items: stretch; }
        .features-outline .outline-box .outline-box-item .outline-subbox h4 {
          font-size: 1.3rem;
          margin: 0 auto 0.5rem auto; }
        .features-outline .outline-box .outline-box-item .outline-subbox .space-box-item {
          width: 31%; }
        .features-outline .outline-box .outline-box-item .outline-subbox .drive-box-item {
          width: 48%; }
  @media only screen and (max-width: 767px) {
    .features-outline .outline-box {
      display: block; }
      .features-outline .outline-box .outline-box-item {
        width: 100%; }
        .features-outline .outline-box .outline-box-item .outline-subbox {
          display: block; }
          .features-outline .outline-box .outline-box-item .outline-subbox .outline-subbox-item {
            width: 96%;
            margin: 0 auto; } }

.features-sec .features-ttl-option {
  padding: 3rem 0 0 0;
  text-align: center; }
  .features-sec .features-ttl-option .option-txt {
    background: #f1911e;
    padding: 0.2rem 2rem;
    border-radius: 50rem;
    color: #fff;
    font-weight: 500; }

.features-sec .features-ttl {
  text-align: center;
  margin: 3rem auto 1rem auto;
  font-size: 2.6rem; }
  .features-sec .features-ttl .features-ttl-icon {
    vertical-align: middle; }
    .features-sec .features-ttl .features-ttl-icon img {
      width: 80px; }

.features-sec .features-box {
  width: 980px;
  max-width: 90%;
  margin: 0 auto;
  padding: 2rem 0;
  border-top: 1px solid #eaeaea; }
  .features-sec .features-box h3 {
    text-align: center;
    font-size: 1.6rem; }
  .features-sec .features-box .features-box-description {
    text-align: center; }
  .features-sec .features-box .features-box-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 2rem 0; }
    .features-sec .features-box .features-box-content.content-reverse {
      flex-direction: row-reverse; }
    .features-sec .features-box .features-box-content .features-point-img {
      width: 45%;
      text-align: center; }
      .features-sec .features-box .features-box-content .features-point-img .features-point-img-item {
        display: none;
        transition: all 0.2s; }
        .features-sec .features-box .features-box-content .features-point-img .features-point-img-item.show {
          display: block;
          transition: all 0.2s; }
    .features-sec .features-box .features-box-content .features-point-list {
      width: 50%; }
      .features-sec .features-box .features-box-content .features-point-list .features-point-item {
        padding: 0.5rem;
        margin: 0.5rem 0;
        cursor: pointer; }
        .features-sec .features-box .features-box-content .features-point-list .features-point-item .features-point-ttl {
          color: #f1911e;
          font-size: 1.1rem;
          margin: 0; }
          .features-sec .features-box .features-box-content .features-point-list .features-point-item .features-point-ttl .note {
            font-size: 0.9rem;
            font-weight: normal;
            color: #333;
            padding-left: 0.5rem; }
        .features-sec .features-box .features-box-content .features-point-list .features-point-item .features-point-txt {
          margin: 0; }
        .features-sec .features-box .features-box-content .features-point-list .features-point-item.active {
          background: #ffead6;
          transition: 0.2s;
          border-radius: 0.3rem; }
          .features-sec .features-box .features-box-content .features-point-list .features-point-item.active .features-point-ttl {
            color: #fa6200;
            transition: 0.2s; }

.features-sec.features-gray {
  background: #eaeaea;
  padding: 2rem 0; }
  .features-sec.features-gray .features-box {
    padding: 3rem 0 0 0;
    border-color: #fff; }
    .features-sec.features-gray .features-box .features-box-content .features-point-list .features-point-item.active {
      background: #fff; }

.features-sec.features-option {
  background: #fdf6f1; }

@media only screen and (max-width: 767px) {
  .features-sec .features-box .features-box-content {
    display: block; }
    .features-sec .features-box .features-box-content .features-point-img {
      width: 100%; }
    .features-sec .features-box .features-box-content .features-point-list {
      width: 100%;
      margin-top: 3rem; } }

.features-security {
  margin: 4rem auto; }
  .features-security h2 {
    color: #f1911e;
    text-align: center;
    font-size: 1.1rem; }
  .features-security .features-security-content {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
    display: flex; }
    .features-security .features-security-content .features-security-item {
      width: 38%;
      margin: 1% 6%;
      text-align: center; }
      .features-security .features-security-content .features-security-item .features-security-item-img img {
        width: 203px; }
      .features-security .features-security-content .features-security-item .features-security-item-txt {
        text-align: justify; }
  @media only screen and (max-width: 767px) {
    .features-security .features-security-content {
      display: block; }
      .features-security .features-security-content .features-security-item {
        width: 98%;
        margin: 1%; } }

.features-spec {
  margin: 4rem auto; }
  .features-spec h2 {
    color: #f1911e;
    text-align: center;
    font-size: 1.1rem; }
  .features-spec .features-spec-tab {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-align: center; }
    .features-spec .features-spec-tab .features-spec-tab-item {
      margin: 1rem 3rem; }
      .features-spec .features-spec-tab .features-spec-tab-item img {
        display: block;
        width: 80px;
        margin: 0 auto; }
      .features-spec .features-spec-tab .features-spec-tab-item a {
        text-decoration: none;
        font-weight: bold; }
  .features-spec .features-spec-box.features-app {
    background: #eaeaea; }
  .features-spec .features-spec-box .features-spec-content {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
    padding: 4rem 0; }
  .features-spec .features-spec-box h3 {
    font-size: 1.8rem;
    margin-top: 0; }
  .features-spec .features-spec-box h4 {
    color: #f1911e;
    font-size: 1.1rem;
    margin: 0; }
    .features-spec .features-spec-box h4 img {
      vertical-align: middle;
      width: 25px; }
  .features-spec .features-spec-box p {
    margin: 0 0 1rem 0; }
  .features-spec .features-spec-note h4 {
    color: #333; }
  .features-spec .features-spec-note ul {
    margin: 0.5rem 0; }
    .features-spec .features-spec-note ul li {
      padding: 0;
      font-size: 0.9rem; }
  .features-spec .features-app-ttl {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
    padding: 4rem 0 0 0; }
  .features-spec .features-app-content {
    padding: 0 0 4rem 0 !important;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .features-spec .features-app-content .features-app-img {
      padding: 1rem; }
    .features-spec .features-app-content .features-app-txt {
      width: 49%; }
    .features-spec .features-app-content .features-app-img {
      width: 49%; }
    .features-spec .features-app-content .features-app-download-btn img {
      height: 50px; }
  .features-spec .features-app-download-ttl h4 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #333;
    margin: 1rem auto;
    background: #fff;
    padding: 0.5rem;
    border-radius: 0.5rem; }
  .features-spec .features-app-download-ttl .ttl-icon {
    margin-right: 0.5rem; }
    .features-spec .features-app-download-ttl .ttl-icon img {
      width: 40px;
      min-width: 40px; }
  .features-spec .features-app-download-ttl .ttl-new {
    display: inline-block;
    padding: 0 1rem;
    background: #f1911e;
    color: #fff;
    font-size: 0.8rem;
    margin-left: 0.5rem; }
  .features-spec .features-app-download-ttl p {
    text-align: center; }
  .features-spec .features-app-download {
    display: flex;
    justify-content: space-around; }
    .features-spec .features-app-download .features-app-download-item {
      margin: 0 auto 1rem auto; }
      .features-spec .features-app-download .features-app-download-item .features-app-download-qr {
        text-align: center;
        margin: 0.5rem auto; }
        .features-spec .features-app-download .features-app-download-item .features-app-download-qr img {
          width: 130px; }
  @media only screen and (max-width: 767px) {
    .features-spec .features-spec-tab .features-spec-tab-item {
      margin: 1rem; }
    .features-spec .features-app-content {
      display: block; }
      .features-spec .features-app-content .features-app-txt {
        width: 100%; }
      .features-spec .features-app-content .features-app-img {
        width: 100%; }
    .features-spec .features-app-download .features-app-download-item {
      text-align: center; } }

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

.sp-model-box .sp-model-img {
  text-align: center; }
  .sp-model-box .sp-model-img img {
    width: 280px; }

.sp-model-box .sp-model-txt {
  margin-bottom: 30px; }
  .sp-model-box .sp-model-txt .sp-model-txt-item {
    background: #fff;
    margin: 20px 10px 10px 10px;
    padding: 8px 15px;
    border-radius: 0.5rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    line-height: 1.2;
    position: relative; }
    .sp-model-box .sp-model-txt .sp-model-txt-item:before {
      content: '';
      display: block;
      position: absolute;
      top: -15px;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 10px 15px 10px;
      border-color: transparent transparent #fff  transparent; }
    .sp-model-box .sp-model-txt .sp-model-txt-item .icon {
      width: 60px;
      min-width: 60px;
      margin-right: 15px; }

@media only screen and (min-width: 768px) {
  .sp-model-box {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .sp-model-box .sp-model-txt {
      margin-bottom: 0; }
      .sp-model-box .sp-model-txt .sp-model-txt-item {
        margin: 10px 10px 10px 30px;
        font-size: 20px; }
        .sp-model-box .sp-model-txt .sp-model-txt-item:before {
          left: -15px;
          right: auto;
          top: 0;
          bottom: 0;
          margin: auto  0;
          border-width: 10px 15px 10px 0;
          border-color: transparent #fff transparent transparent; } }
