@charset "UTF-8";
.contentsHead {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px; }

.contentsText {
  margin-bottom: 20px; }
  .contentsText .arrow {
    margin-top: 5px; }

@media screen and (max-width: 640px) {
  .pc_only {
    display: none; } }

.sp_only {
  display: none; }
  @media screen and (max-width: 640px) {
    .sp_only {
      display: block; } }

.sp_law_box li p {
  padding: 0 15px; }

.list-disc li {
  list-style-type: disc;
  margin-left: 1.5em; }

.list-circle li {
  list-style-type: circle;
  margin-left: 1.5em; }

/*特定商取引に基づく表示　law.html
----------------------------------------------- */
@media screen and (max-width: 640px) {
  .order {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px; }
    .order div {
      width: 20%;
      padding-left: 20px; }
    .order p {
      padding-left: 8px;
      width: 80%; } }
/*個人情報保護方針　privacy_policy.html
----------------------------------------------- */
#privacy .privacyText {
  line-height: 1.8;
  margin-bottom: 20px; }
#privacy .privacyTextTitle {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
  margin-top: 30px; }

/*ご利用ガイド index.html
----------------------------------------------- */
.goriyoguideBox .flex_box {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 640px) {
    .goriyoguideBox .flex_box {
      flex-direction: column; } }
  .goriyoguideBox .flex_box .wrap_box {
    width: 32%;
    background: #ffffff;
    padding: 10px 5px;
    border: 1px solid #df6b71;
    box-sizing: border-box;
    margin-bottom: 20px; }
    @media screen and (max-width: 640px) {
      .goriyoguideBox .flex_box .wrap_box {
        width: 100%;
        margin-bottom: -1px;
        padding: 20px 3%; } }
    .goriyoguideBox .flex_box .wrap_box:nth-child(3n-1) {
      margin-left: 2%;
      margin-right: 2%; }
      @media screen and (max-width: 640px) {
        .goriyoguideBox .flex_box .wrap_box:nth-child(3n-1) {
          margin-left: 0;
          margin-right: 0; } }
    .goriyoguideBox .flex_box .wrap_box h3 {
      border-bottom: solid 2px #df6b71;
      padding: 0 0 4px 8px;
      margin-bottom: 10px;
      font-weight: bold;
      font-size: 16px;
      text-align: left; }
      @media screen and (max-width: 640px) {
        .goriyoguideBox .flex_box .wrap_box h3 {
          font-size: 18px;
          margin-bottom: 20px; } }
    .goriyoguideBox .flex_box .wrap_box ul {
      padding-left: 1.2em; }
      .goriyoguideBox .flex_box .wrap_box ul li div {
        margin-bottom: 5px;
        font-weight: bold; }
        @media screen and (max-width: 640px) {
          .goriyoguideBox .flex_box .wrap_box ul li div {
            margin-bottom: 10px; } }
        .goriyoguideBox .flex_box .wrap_box ul li div a:link, .goriyoguideBox .flex_box .wrap_box ul li div a:visited, .goriyoguideBox .flex_box .wrap_box ul li div a:hover, .goriyoguideBox .flex_box .wrap_box ul li div a:active {
          color: #333333; }

/*サイズについて size.html
----------------------------------------------- */
.size_table {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 640px) {
    .size_table {
      flex-direction: column; } }
  .size_table dl {
    width: 49%;
    margin-bottom: 20px; }
    @media screen and (max-width: 640px) {
      .size_table dl {
        width: 100%; } }
    .size_table dl dt {
      border: 2px solid #333;
      padding: 6px;
      font-size: 16px;
      font-weight: bold;
      color: #fff;
      box-sizing: border-box;
      background-color: #df6b71; }
    .size_table dl dd {
      border: 2px solid #333;
      padding: 6px;
      font-size: 15px;
      box-sizing: border-box;
      margin-top: -2px; }

/*紙袋製造工程のご紹介 process.html
----------------------------------------------- */
.process > .flex_box {
  display: flex;
  margin-top: 20px;
  margin-bottom: 40px; }
  @media screen and (max-width: 640px) {
    .process > .flex_box {
      flex-direction: column; } }
  .process > .flex_box .img_box {
    margin-right: 20px; }
    @media screen and (max-width: 640px) {
      .process > .flex_box .img_box {
        margin: 0 auto 20px; } }
  .process > .flex_box .txt_box .manuRot {
    margin: 0px;
    padding: 5px 10px;
    border: solid 2px #df6b71;
    text-align: center; }
    .process > .flex_box .txt_box .manuRot p {
      font-size: 15px;
      font-weight: bold; }
      .process > .flex_box .txt_box .manuRot p:first-child {
        border-bottom: 1px solid #df6b71; }
    .process > .flex_box .txt_box .manuRot img {
      display: block;
      margin: 0 auto; }
.process #manuFlow {
  padding-top: 5px; }
  .process #manuFlow ol li {
    position: relative;
    margin-bottom: 45px; }
    .process #manuFlow ol li .flex_box {
      display: flex;
      align-items: center;
      margin-top: 0; }
      @media screen and (max-width: 640px) {
        .process #manuFlow ol li .flex_box {
          align-items: flex-start; } }
      .process #manuFlow ol li .flex_box h4 {
        margin-right: 20px; }
        @media screen and (max-width: 640px) {
          .process #manuFlow ol li .flex_box h4 {
            width: 20%;
            margin-right: 10px;
            max-width: 89px; } }
      .process #manuFlow ol li .flex_box p {
        width: calc(80% - 10px); }
    .process #manuFlow ol li::after {
      position: absolute;
      bottom: -15px;
      margin-bottom: -15px;
      content: "";
      left: 35px;
      box-sizing: border-box;
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 15px solid #df6b71; }
      @media screen and (max-width: 640px) {
        .process #manuFlow ol li::after {
          left: 50%;
          transform: translateX(-50%); } }
    .process #manuFlow ol li:last-child::after {
      display: none; }

/*draft.html
----------------------------------------------- */
#draft .anchor {
  line-height: 2;
  font-size: 14px; }
  #draft .anchor a {
    font-weight: bold;
    text-decoration: underline;
    padding-left: 5px; }

/*low_price.html
----------------------------------------------- */
#low_price .flex_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px; }
  @media screen and (max-width: 640px) {
    #low_price .flex_box {
      flex-direction: column; } }
  #low_price .flex_box .img_box {
    margin-left: 20px; }
    @media screen and (max-width: 640px) {
      #low_price .flex_box .img_box {
        max-width: 180px;
        margin: 0 auto; } }
  #low_price .flex_box .left_box,
  #low_price .flex_box .right_box {
    width: 48%; }
    @media screen and (max-width: 640px) {
      #low_price .flex_box .left_box,
      #low_price .flex_box .right_box {
        width: 100%; } }
    @media screen and (max-width: 640px) {
      #low_price .flex_box .left_box .flex_box,
      #low_price .flex_box .right_box .flex_box {
        flex-direction: row-reverse; }
        #low_price .flex_box .left_box .flex_box .img_box,
        #low_price .flex_box .right_box .flex_box .img_box {
          margin-right: 20px;
          width: 30%;
          max-width: 100px; } }
  #low_price .flex_box h4 {
    margin-bottom: 15px;
    font-size: 17px;
    text-align: center;
    border-bottom: solid 2px #333333; }

/*order.html
----------------------------------------------- */
#order .arrow {
  margin-top: 5px; }
#order .step_flow {
  display: flex;
  border-bottom: 1px solid #999;
  padding-left: 10px;
  align-items: flex-end;
  margin-bottom: 10px;
  margin-top: 15px; }
  #order .step_flow p {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    color: #0c4a57; }
  #order .step_flow .step {
    border-right: 1px solid #0c4a57;
    padding-right: 15px;
    margin-right: 15px;
    font-size: 14px; }
    #order .step_flow .step .step_num {
      font-size: 20px;
      padding-left: 3px; }

/*かんたんデザイナー　kantan-designer.html
----------------------------------------------- */
@media screen and (max-width: 640px) {
  #kantan-d .pc {
    display: none; } }
#kantan-d .sp {
  display: none; }
  @media screen and (max-width: 640px) {
    #kantan-d .sp {
      display: block; } }
@media screen and (max-width: 640px) {
  #kantan-d .h4-ttl {
    font-size: 13px; } }
#kantan-d button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-family: inherit; }
#kantan-d img {
  max-width: 100%;
  height: auto; }
#kantan-d .txt-center {
  text-align: center; }
#kantan-d .kantan_topimg {
  position: relative;
  margin-bottom: 40px; }
  @media screen and (max-width: 640px) {
    #kantan-d .kantan_topimg {
      position: relative;
      margin-bottom: 5px; } }
  #kantan-d .kantan_topimg span {
    position: absolute;
    bottom: -20px;
    left: 10px;
    font-size: 11px; }
  #kantan-d .kantan_topimg a img {
    position: absolute;
    left: 10px;
    bottom: 6px; }
    @media screen and (max-width: 640px) {
      #kantan-d .kantan_topimg a img {
        right: 1%;
        left: auto;
        bottom: 1px;
        width: 40%; } }
#kantan-d .movie_content {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative; }
  #kantan-d .movie_content iframe,
  #kantan-d .movie_content img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
#kantan-d .play_btn_kantan {
  position: relative; }
  #kantan-d .play_btn_kantan::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 5; }
  #kantan-d .play_btn_kantan::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0px;
    height: 0px;
    border: 20px solid transparent;
    border-left: 30px solid #fff;
    border-right: none;
    margin-left: 5px;
    z-index: 6; }
#kantan-d .kantan_ttl {
  position: relative;
  font-size: 18px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 40px; }
  #kantan-d .kantan_ttl::before {
    background: #333;
    content: "";
    width: 14px;
    height: 14px;
    left: 0;
    position: absolute;
    top: 8px; }
#kantan-d .kantan_content {
  margin-bottom: 20px; }
  #kantan-d .kantan_content .kantan_flex_area {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 640px) {
      #kantan-d .kantan_content .kantan_flex_area {
        flex-direction: column;
        align-items: flex-start; } }
  #kantan-d .kantan_content .kantan_flex_img {
    display: flex;
    align-items: center; }
    #kantan-d .kantan_content .kantan_flex_img .kantantempimg0 {
      width: 200px;
      margin-right: 15px; }
      @media screen and (max-width: 640px) {
        #kantan-d .kantan_content .kantan_flex_img .kantantempimg0 {
          display: none; } }
    #kantan-d .kantan_content .kantan_flex_img .kantan_flex_small_img {
      display: flex;
      flex-wrap: wrap;
      width: calc(100% - 215px); }
      @media screen and (max-width: 640px) {
        #kantan-d .kantan_content .kantan_flex_img .kantan_flex_small_img {
          width: 100%; } }
      #kantan-d .kantan_content .kantan_flex_img .kantan_flex_small_img div {
        margin: 4px;
        width: 97px; }
        @media screen and (max-width: 640px) {
          #kantan-d .kantan_content .kantan_flex_img .kantan_flex_small_img div {
            width: 31%;
            margin: 1%; }
            #kantan-d .kantan_content .kantan_flex_img .kantan_flex_small_img div:last-child {
              display: none; } }
        #kantan-d .kantan_content .kantan_flex_img .kantan_flex_small_img div img {
          border: 1px solid #333;
          box-sizing: border-box; }
#kantan-d .kantan_flex_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
  flex-wrap: wrap; }
  #kantan-d .kantan_flex_box .kantan_content2 {
    width: 50%; }
    #kantan-d .kantan_flex_box .kantan_content2 .kantan_flex_img {
      display: flex;
      align-items: center;
      justify-content: center; }
      #kantan-d .kantan_flex_box .kantan_content2 .kantan_flex_img .kantantempimg0 {
        width: 200px;
        margin-right: 15px; }
        @media screen and (max-width: 640px) {
          #kantan-d .kantan_flex_box .kantan_content2 .kantan_flex_img .kantantempimg0 {
            display: none; } }
        #kantan-d .kantan_flex_box .kantan_content2 .kantan_flex_img .kantantempimg0 img {
          border: 1px solid #333;
          box-sizing: border-box;
          width: 100%;
          height: auto; }
      @media screen and (max-width: 640px) {
        #kantan-d .kantan_flex_box .kantan_content2 .kantan_flex_img .kantan_flex_small_img {
          display: flex;
          align-items: center; } }
      #kantan-d .kantan_flex_box .kantan_content2 .kantan_flex_img .kantan_flex_small_img .kantantempimg3,
      #kantan-d .kantan_flex_box .kantan_content2 .kantan_flex_img .kantan_flex_small_img .kantantempimg4 {
        margin: 4px; }
        @media screen and (max-width: 640px) {
          #kantan-d .kantan_flex_box .kantan_content2 .kantan_flex_img .kantan_flex_small_img .kantantempimg3,
          #kantan-d .kantan_flex_box .kantan_content2 .kantan_flex_img .kantan_flex_small_img .kantantempimg4 {
            margin: 3%; } }
        #kantan-d .kantan_flex_box .kantan_content2 .kantan_flex_img .kantan_flex_small_img .kantantempimg3 div,
        #kantan-d .kantan_flex_box .kantan_content2 .kantan_flex_img .kantan_flex_small_img .kantantempimg4 div {
          width: 96px; }
          @media screen and (max-width: 640px) {
            #kantan-d .kantan_flex_box .kantan_content2 .kantan_flex_img .kantan_flex_small_img .kantantempimg3 div,
            #kantan-d .kantan_flex_box .kantan_content2 .kantan_flex_img .kantan_flex_small_img .kantantempimg4 div {
              width: 100%; } }
          #kantan-d .kantan_flex_box .kantan_content2 .kantan_flex_img .kantan_flex_small_img .kantantempimg3 div img,
          #kantan-d .kantan_flex_box .kantan_content2 .kantan_flex_img .kantan_flex_small_img .kantantempimg4 div img {
            width: 100%; }
#kantan-d .imgtemp {
  border: solid 1px #333; }
#kantan-d .kantan-box {
  margin: 10px auto;
  /*border: 2px solid #004b59;*/
  border-radius: 10px;
  padding: 10px 0; }
  @media screen and (max-width: 640px) {
    #kantan-d .kantan-box {
      padding: 10px 2%; } }
  #kantan-d .kantan-box div {
    text-align: center; }
  #kantan-d .kantan-box .kantan-box-cmt {
    margin-top: 10px; }
    #kantan-d .kantan-box .kantan-box-cmt p {
      font-size: 14px; }
    #kantan-d .kantan-box .kantan-box-cmt a {
      padding: 5px;
      display: block; }
#kantan-d .movie_flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  @media screen and (max-width: 640px) {
    #kantan-d .movie_flex {
      justify-content: space-between; } }
  #kantan-d .movie_flex .movie_box {
    width: 214px;
    margin-right: 19px;
    background: #f5f5f5;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px; }
    @media screen and (max-width: 640px) {
      #kantan-d .movie_flex .movie_box {
        width: 45%;
        padding: 10px 2%;
        margin-right: 0; } }
    #kantan-d .movie_flex .movie_box:nth-child(3n) {
      margin-right: 0; }
    #kantan-d .movie_flex .movie_box p {
      font-size: 13px;
      text-align: center;
      margin-bottom: 5px; }
      @media screen and (max-width: 640px) {
        #kantan-d .movie_flex .movie_box p {
          font-size: 13px;
          height: 2.2rem;
          display: flex;
          align-items: center;
          justify-content: center;
          text-align: center;
          font-weight: bold;
          margin: 0 0 20px; } }
    #kantan-d .movie_flex .movie_box .movie_thumb {
      text-align: center; }
      #kantan-d .movie_flex .movie_box .movie_thumb .play_btn_thumb {
        position: relative;
        display: block;
        width: 100%;
        height: 100%; }
        #kantan-d .movie_flex .movie_box .movie_thumb .play_btn_thumb::before {
          display: block;
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 40px;
          height: 40px;
          border-radius: 50%;
          background: rgba(0, 0, 0, 0.2);
          z-index: 5; }
        #kantan-d .movie_flex .movie_box .movie_thumb .play_btn_thumb::after {
          display: block;
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 0px;
          height: 0px;
          border: 10px solid transparent;
          border-left: 15px solid #fff;
          border-right: none;
          margin-left: 2px;
          z-index: 6; }
        #kantan-d .movie_flex .movie_box .movie_thumb .play_btn_thumb img {
          display: block; }
#kantan-d .kantan_try_area {
  background: #f5eceb;
  border-radius: 5px;
  margin: 20px 0 0;
  padding: 5px 0 10px; }
  #kantan-d .kantan_try_area p {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #555;
    margin: 5px 0;
    padding-bottom: 5px; }
  #kantan-d .kantan_try_area .kantandesign_btn {
    display: block;
    overflow: hidden;
    width: 46%;
    height: 45px;
    border: 1px solid #999;
    background: #fff;
    box-sizing: border-box;
    border-radius: 5px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.5;
    font-weight: bold;
    text-decoration: none !important;
    position: relative;
    color: #333; }
    @media screen and (max-width: 640px) {
      #kantan-d .kantan_try_area .kantandesign_btn {
        width: 80%; } }
    #kantan-d .kantan_try_area .kantandesign_btn a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      color: #333;
      text-decoration: none; }
    #kantan-d .kantan_try_area .kantandesign_btn::before {
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      right: 3%;
      width: 16px;
      height: 16px;
      margin-top: -9px;
      border-radius: 50%;
      background: #555555; }
    #kantan-d .kantan_try_area .kantandesign_btn::after {
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      right: 3%;
      width: 0;
      height: 0;
      margin-top: -5px;
      border: 4px solid transparent;
      border-left: 6px solid #fff; }
@media screen and (min-width: 641px) {
  #kantan-d .kantantempimg2_1 {
    width: 492px !important; } }
@media screen and (max-width: 640px) {
  #kantan-d .youtube_kantan img {
    display: block;
    margin: 0 auto;
    border: 1px solid #ccc;
    width: 100%; }
  #kantan-d .table_movie_kantan {
    position: relative;
    padding-bottom: 56.25% !important;
    height: 0;
    overflow: hidden; }
  #kantan-d .table_movie_kantan iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; } }

.youtbe-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.youtbe-container iframe,
.youtbe-container object,
.youtbe-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media screen and (max-width: 640px) {
  .kantan_start_img {
    width: 80%;
    margin: 0 auto;
    border: 1px solid #555; } }

@media screen and (max-width: 640px) {
  .es_btn {
    width: 60%;
    margin: 40px auto; } }

.table {
  width: 65%;
  text-align: center;
  border-collapse: collapse;
  margin-bottom: 10px; }

.table th {
  border: 1px solid #cccccc;
  padding: 5px 0px;
  background: #eeeeee; }

.table td {
  border: 1px solid #cccccc;
  padding: 10px 0px; }

@media screen and (max-width: 640px) {
  .table {
    width: 100%; } }
