@charset "UTF-8";
/* CSS Document */
/* Scss Document */
/* Scss Document */
.pc {
  display: none; }

/*メインイメージ*/
#titleimg {
  background: url("/img/service/invoice/title_back.jpg") center/cover no-repeat;
  margin-bottom: 50px; }
  #titleimg .img_copy {
    max-width: 1280px;
    margin: auto;
    padding: 40px 0; }

/*バナー設置場所*/
#banner a {
  display: block;
  width: 90%;
  margin: auto; }

/*メインコンテンツ*/
#main .title {
  margin-bottom: 40px;
  font-size: 1.6rem; }
  @media (min-width: 320px) {
    #main .title {
      font-size: calc( 1.6rem + ( 1vw - 3.2px ) * 7.2727272727 ); } }
  @media (min-width: 375px) {
    #main .title {
      font-size: 2rem; } }
#main .main_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
  justify-content: center; }
  #main .main_menu .menu_box {
    flex: 0 1 48%;
    width: 48%;
    max-width: 48%;
    margin: 0 1% 4%; }
    #main .main_menu .menu_box a {
      display: block;
      border: 1px solid #d4d4d4;
      border-radius: 20px;
      padding: 20px 0;
      position: relative; }
      #main .main_menu .menu_box a img {
        display: block;
        margin: 0 auto 10px;
        width: 50%;
        max-width: 200px; }
      #main .main_menu .menu_box a h3 {
        font-size: 1.4rem;
        letter-spacing: -0.01em; }
        @media (min-width: 768px) {
          #main .main_menu .menu_box a h3 {
            font-size: calc( 1.4rem + ( 1vw - 7.68px ) * 1.953125 ); } }
        @media (min-width: 1280px) {
          #main .main_menu .menu_box a h3 {
            font-size: 2.4rem; } }

/*メインコンテンツ*/
#top-txt .top__ttl {
  margin-bottom: 20px;
  font-size: 1.6rem;
  text-align: center; }
  @media (min-width: 768px) {
    #top-txt .top__ttl {
      font-size: calc( 1.6rem + ( 1vw - 7.68px ) * 2.7777777778 ); } }
  @media (min-width: 1200px) {
    #top-txt .top__ttl {
      font-size: 2.8rem; } }

/*インボイス制度*/
#system {
  margin-bottom: 30px; }
  #system .system__ttl-box {
    margin-bottom: 30px; }
    #system .system__ttl-box .system__ttl {
      margin-bottom: 10px;
      font-size: 1.8rem;
      font-weight: bold;
      text-align: center; }
      @media (min-width: 768px) {
        #system .system__ttl-box .system__ttl {
          font-size: calc( 1.8rem + ( 1vw - 7.68px ) * 3.9351851852 ); } }
      @media (min-width: 1200px) {
        #system .system__ttl-box .system__ttl {
          font-size: 3.5rem; } }
    #system .system__ttl-box .system__copy {
      font-size: 1.2rem;
      text-align: center; }
      @media (min-width: 768px) {
        #system .system__ttl-box .system__copy {
          font-size: calc( 1.2rem + ( 1vw - 7.68px ) * 0.6944444444 ); } }
      @media (min-width: 1200px) {
        #system .system__ttl-box .system__copy {
          font-size: 1.5rem; } }
      #system .system__ttl-box .system__copy--or {
        color: #FF9F1D; }
  #system .system__txt {
    max-width: 1200px;
    margin-bottom: 20px;
    font-size: 1.3rem;
    line-height: 2; }
    @media (min-width: 768px) {
      #system .system__txt {
        font-size: calc( 1.3rem + ( 1vw - 7.68px ) * 0.9259259259 ); } }
    @media (min-width: 1200px) {
      #system .system__txt {
        font-size: 1.7rem; } }
    #system .system__txt--or {
      color: #FF9F1D;
      font-size: 1.5rem;
      font-weight: bold;
      text-align: center; }
      @media (min-width: 768px) {
        #system .system__txt--or {
          font-size: calc( 1.5rem + ( 1vw - 7.68px ) * 2.0833333333 ); } }
      @media (min-width: 1200px) {
        #system .system__txt--or {
          font-size: 2.4rem; } }

/*Freeeでできること*/
#possible {
  margin-bottom: 50px;
  padding: 20px 15px;
  background: #FFF5E8; }
  #possible .w1200 {
    padding: 30px 20px;
    background: #FFF; }
    #possible .w1200 .possible__ttl {
      margin-bottom: 15px;
      font-size: 2rem;
      font-weight: bold;
      text-align: center; }
      @media (min-width: 768px) {
        #possible .w1200 .possible__ttl {
          font-size: calc( 2rem + ( 1vw - 7.68px ) * 2.3148148148 ); } }
      @media (min-width: 1200px) {
        #possible .w1200 .possible__ttl {
          font-size: 3rem; } }
    #possible .w1200 .possible__txt {
      margin-bottom: 25px;
      font-size: 1.3rem;
      font-weight: bold;
      text-align: center; }
      @media (min-width: 768px) {
        #possible .w1200 .possible__txt {
          font-size: calc( 1.3rem + ( 1vw - 7.68px ) * 1.1574074074 ); } }
      @media (min-width: 1200px) {
        #possible .w1200 .possible__txt {
          font-size: 1.8rem; } }
    #possible .w1200 .possible__arrow {
      width: 0;
      height: 0;
      display: block;
      border: 11px solid transparent;
      border-top-color: #FF9F1D;
      position: relative;
      margin: 0 auto 55px; }
      #possible .w1200 .possible__arrow::before, #possible .w1200 .possible__arrow::after {
        width: 0;
        height: 0;
        display: block;
        border: 11px solid transparent;
        border-top-color: #FF9F1D;
        position: absolute;
        transform: translate(-50%, -50%);
        content: ''; }
      #possible .w1200 .possible__arrow::before {
        top: 20px; }
      #possible .w1200 .possible__arrow::after {
        top: 40px; }
    #possible .w1200 .possible__wp {
      margin-bottom: 10px; }
      #possible .w1200 .possible__wp .possible__box {
        margin-bottom: 20px;
        border: 2px solid #C7AE39; }
        #possible .w1200 .possible__wp .possible__box:last-of-type {
          margin-bottom: 0; }
        #possible .w1200 .possible__wp .possible__box .possible__box-txt {
          font-size: 1.3rem;
          padding: 15px 5px;
          font-weight: bold;
          text-align: center; }
          @media (min-width: 768px) {
            #possible .w1200 .possible__wp .possible__box .possible__box-txt {
              font-size: calc( 1.3rem + ( 1vw - 7.68px ) * 0.462962963 ); } }
          @media (min-width: 1200px) {
            #possible .w1200 .possible__wp .possible__box .possible__box-txt {
              font-size: 1.5rem; } }
          #possible .w1200 .possible__wp .possible__box .possible__box-txt--or {
            color: #FF9F1D; }
    #possible .w1200 .possible__notes {
      font-size: 1.3rem;
      text-align: right; }
      @media (min-width: 768px) {
        #possible .w1200 .possible__notes {
          font-size: calc( 1.3rem + ( 1vw - 7.68px ) * 0.462962963 ); } }
      @media (min-width: 1200px) {
        #possible .w1200 .possible__notes {
          font-size: 1.5rem; } }

/*こんな困りをお持ちの事業者様！*/
#problem {
  margin-bottom: 40px; }
  #problem .problem__ttl {
    margin-bottom: 40px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center; }
    @media (min-width: 768px) {
      #problem .problem__ttl {
        font-size: calc( 1.6rem + ( 1vw - 7.68px ) * 1.3888888889 ); } }
    @media (min-width: 1200px) {
      #problem .problem__ttl {
        font-size: 2.2rem; } }
  #problem .problem__txt {
    margin-bottom: 15px;
    font-size: 1.4rem;
    text-align: center; }
    @media (min-width: 768px) {
      #problem .problem__txt {
        font-size: calc( 1.4rem + ( 1vw - 7.68px ) * 0.9259259259 ); } }
    @media (min-width: 1200px) {
      #problem .problem__txt {
        font-size: 1.8rem; } }
    #problem .problem__txt--l {
      font-size: 1.4rem;
      font-weight: bold;
      text-align: center; }
      @media (min-width: 768px) {
        #problem .problem__txt--l {
          font-size: calc( 1.4rem + ( 1vw - 7.68px ) * 1.8518518519 ); } }
      @media (min-width: 1200px) {
        #problem .problem__txt--l {
          font-size: 2.2rem; } }
  #problem .problem__wp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px; }
    #problem .problem__wp .problem__box {
      flex: 0 1 auto;
      width: auto;
      max-width: auto;
      position: relative;
      width: 150px;
      height: 150px;
      margin-right: 20px;
      border-radius: 50%;
      background: #FEF9B1; }
      #problem .problem__wp .problem__box:last-of-type {
        margin-right: 0; }
      #problem .problem__wp .problem__box .problem__box-img {
        position: absolute;
        top: 0;
        left: 40%;
        transform: translate(-50%, -50%); }
      #problem .problem__wp .problem__box .problem__box-txt {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        font-size: 1.3rem;
        font-weight: bold;
        text-align: center; }

/*Freeeの使用料について*/
#fee {
  margin-bottom: 60px;
  padding: 25px 10px;
  background: #FFF5E8; }
  #fee .w1200 {
    padding: 20px 0;
    background: #FFF; }
    #fee .w1200 .fee__ttl {
      margin-bottom: 25px;
      font-size: 1.8rem;
      font-weight: bold;
      line-height: 1.6; }
      @media (min-width: 768px) {
        #fee .w1200 .fee__ttl {
          font-size: calc( 1.8rem + ( 1vw - 7.68px ) * 1.6203703704 ); } }
      @media (min-width: 1200px) {
        #fee .w1200 .fee__ttl {
          font-size: 2.5rem; } }
    #fee .w1200 .fee__txt {
      margin-bottom: 25px;
      font-size: 1.4rem; }
      @media (min-width: 768px) {
        #fee .w1200 .fee__txt {
          font-size: calc( 1.4rem + ( 1vw - 7.68px ) * 0.9259259259 ); } }
      @media (min-width: 1200px) {
        #fee .w1200 .fee__txt {
          font-size: 1.8rem; } }
    #fee .w1200 .fee__btn-wp .btn {
      margin: 0 0 20px; }
      #fee .w1200 .fee__btn-wp .btn:last-of-type {
        margin-bottom: 0; }

#conversion {
  margin-bottom: 60px; }
  #conversion .conversion {
    margin-left: -20px; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  .sp {
    display: none; }

  .pc {
    display: block; }

  /*メインイメージ*/
  #mainimg {
    margin-bottom: 80px; }

  /*バナー設置場所*/
  #banner a {
    width: 70%; }

  /*メインコンテンツ*/
  #main .title {
    margin-bottom: 80px; }
  #main .main_menu {
    justify-content: space-between; }
    #main .main_menu .border {
      display: inline-block;
      border-left: solid 1px #707070; }
    #main .main_menu .menu_box {
      flex: 0 1 17.5%;
      width: 17.5%;
      max-width: 17.5%;
      margin-bottom: 0;
      /*	&:nth-child(1),&:nth-child(2){
      		a{
      			border-bottom: 1px solid #454545;
      		}
      		
      	}*/
      /*	&:nth-child(odd){
      		a{
      			border-right: 1px solid #454545;
      		}
      		
      	}*/ }
      #main .main_menu .menu_box a {
        padding: 8%;
        border: none;
        border-radius: 0; }
        #main .main_menu .menu_box a:after {
          right: 8%;
          font-size: 1.6rem; }
        #main .main_menu .menu_box a h3 {
          letter-spacing: 0.1em;
          margin-bottom: 20px; }

  #titleimg {
    margin-bottom: 120px; }

  /*メインコンテンツ*/
  #top-txt .top__ttl {
    margin-bottom: 80px; }

  /*インボイス制度*/
  #system {
    margin-bottom: 120px; }
    #system .system__ttl-box {
      margin-bottom: 70px; }
      #system .system__ttl-box .system__ttl {
        line-height: 1; }
    #system .system__txt {
      margin-bottom: 40px; }
      #system .system__txt--or {
        text-align: left; }

  /*Freeeでできること*/
  #possible {
    margin-bottom: 100px;
    padding: 40px 2% 50px; }
    #possible .w1200 {
      padding: 60px 2% 30px;
      box-sizing: border-box; }
      #possible .w1200 .possible__ttl {
        margin-bottom: 60px; }
      #possible .w1200 .possible__txt {
        margin-bottom: 25px; }
      #possible .w1200 .possible__arrow {
        margin: 0 auto 55px; }
      #possible .w1200 .possible__wp {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 30px; }
        #possible .w1200 .possible__wp .possible__box {
          flex: 0 1 30%;
          width: 30%;
          max-width: 30%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          margin: 0 2.5% 3.5% 0; }
          #possible .w1200 .possible__wp .possible__box:nth-of-type(3n) {
            margin: 0 0 3.5%; }
          #possible .w1200 .possible__wp .possible__box:nth-child(n+4) {
            margin-bottom: 0; }
          #possible .w1200 .possible__wp .possible__box:last-of-type {
            margin: 0; }
          #possible .w1200 .possible__wp .possible__box .possible__box-txt {
            margin: auto;
            padding: 15px 8px; }

  /*こんな困りをお持ちの事業者様！*/
  #problem {
    margin-bottom: 60px; }
    #problem .problem__ttl {
      margin-bottom: 50px; }
    #problem .problem__txt {
      margin-bottom: 15px; }
    #problem .problem__wp {
      margin-bottom: 40px; }
      #problem .problem__wp .problem__box {
        width: 200px;
        height: 200px;
        margin-right: 40px; }
        #problem .problem__wp .problem__box .problem__box-txt {
          font-size: 1.6rem; }

  /*Freeeの使用料について*/
  #fee {
    margin-bottom: 80px;
    padding: 50px 2%; }
    #fee .w1200 {
      padding: 40px 2%; }
      #fee .w1200 .fee__ttl {
        margin-bottom: 20px; }
      #fee .w1200 .fee__txt {
        margin-bottom: 25px; }
      #fee .w1200 .fee__btn-wp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        #fee .w1200 .fee__btn-wp .btn {
          margin: 0; }
          #fee .w1200 .fee__btn-wp .btn:last-of-type a {
            margin-right: 0; }
          #fee .w1200 .fee__btn-wp .btn a {
            width: 380px;
            margin: 0 40px 0 0; }

  #conversion {
    margin-bottom: 80px; } }
/*------------------------------
		980px以上
------------------------------*/
/*------------------------------
		1280px以上
------------------------------*/

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