#page.production_saervice.in .wrap1200 {
  max-width: 1200px;
  width: 90%;
  margin: auto;
}

#page.production_saervice.in .sec {
  padding: 90px 0;
}

#page.production_saervice.in p {
  font-size: 16px;
  color: #333;
}
#page.production_saervice.in #common_corporate_logo .common_corporate_logo_notetxt {
  font-size: 20px;
  margin-top: -70px;
}
#page.production_saervice.in #common_corporate_logo .common_corporate_logo_notetxt .number_text {
  font-size: 32px;
}
#page.production_saervice.in #common_corporate_logo .common_corporate_logo_notetxt .bottom_text {
  font-size: 16px;
  font-weight: normal;
}
#page.production_saervice.in h2 {
  color: #333;
}

#page.production_saervice.in li {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

#page.production_saervice.in .din {
  font-family: din-condensed, sans-serif;
}

#page.production_saervice.in .c-button {
  /* max-width: 220px; */
  max-width: 80%;
  width: 100%;
  font-size: 18px;
  padding: 15px 0;
  margin: 0 auto 20px auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #333;
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  line-height: 1.4;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -o-transition: color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow cubic-bezier(0.215, 0.61, 0.355, 1)
    0.4s;
  transition: -webkit-box-shadow cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  -o-transition: box-shadow cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: box-shadow cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: box-shadow cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s,
    -webkit-box-shadow cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}

#page.production_saervice.in .c-button i {
  position: absolute;
  right: 10px;
  top: -2px;
  bottom: 0;
  margin: auto;
  font-size: 22px;
  height: 24px;
  width: 22px;
  z-index: 20;
}

#page.production_saervice.in i.contact_area_ui01 {
  background-image: url(../images/production/btn_arrow.png);
  background-repeat: no-repeat;
  background-size: 12px 11px;
  background-position: center;
}

#page.production_saervice.in i.contact_area_ui02 {
  background-image: url(../images/production/btn_arrow02.png);
  background-repeat: no-repeat;
  background-size: 10px 12px;
  background-position: center;
}

#page.production_saervice.in .c-button span {
  position: relative;
  z-index: 20;
}

#page.production_saervice.in .c-button:hover {
  color: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}

#page.production_saervice.in .c-button.-accent {
  background-color: #ff6b92;
}

#page.production_saervice.in .c-button.-accent:before,
#page.production_saervice.in .c-button.-accent:after {
  background-color: #ff4881;
}

#page.production_saervice.in .c-button.-accent02 {
  background-color: #666;
}

#page.production_saervice.in .c-button:hover i.contact_area_ui02 {
  background-image: url(../images/production/btn_arrow02.png);
}

#page.production_saervice.in .c-button.-accent02:hover i.contact_area_ui01 {
  background-image: url(../images/production/btn_arrow.png);
}

#page.production_saervice.in .c-button.-accent02:hover {
  color: #fff;
}

#page.production_saervice.in .c-button.-accent02:before,
#page.production_saervice.in .c-button.-accent02:after {
  background-color: #333;
}

#page.production_saervice.in .c-button:before,
#page.production_saervice.in .c-button:after {
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  width: calc(50% + 1px);
  height: 100%;
  background-color: #ff8800;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  -o-transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s,
    -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  content: "";
}

#page.production_saervice.in .c-button:hover:before,
#page.production_saervice.in .c-button:hover:after {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

#page.production_saervice.in .c-button:before {
  left: 0;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

#page.production_saervice.in .c-button:after {
  right: 0;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

#page.production_saervice.in .mainvisual {
  background-image: none;
  background-image: url(../images/production/mv_bk.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 30px 0;
  width: 100%;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  align-items: center;
  min-width: 100%;
}

#page.production_saervice.in .mainvisual-wrap {
  /*height: auto;*/
  margin: auto;
}

#page.production_saervice.in .mainvisual-content {
  /*height: auto;*/
  margin: auto;
  /* display: flex; */
  max-width: 960px;
  /* align-items: center;
  justify-content: space-between; */
  width: 100%;
}

#page.production_saervice.in .mv-img-v {
  max-width: 506px;
  max-height: 430px;
  height: auto;
  width: 52%;
}

#page.production_saervice.in .mv-img-t {
  max-width: 530px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#page.production_saervice.in .mv-ttl {
  max-width: 738px;
  width: 90%;
  margin: auto;
}

#page.production_saervice.in .sec01 {
  background-color: #e4e1e0;
}

#page.production_saervice.in .sec01_ttl {
  font-size: 30px;
  margin-bottom: 40px;
  text-align: center;
  color: #ff6b92;
}

#page.production_saervice.in .sec01_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 730px;
  margin: auto;
  margin-bottom: 85px;
}

#page.production_saervice.in .sec01_list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  margin-bottom: 20px;
}

#page.production_saervice.in .sec01_list li:before {
  content: "";
  padding-left: 26px;
  background-image: url(../images/rakuten_suport/arrow_green.png);
  background-repeat: no-repeat;
  background-size: 26px 22px;
  background-position: center;
  margin-right: 10px;
}

#page.production_saervice.in .contact_area_gray .contact_area_wrap {
  background-color: #e4e1e0;
}

#page.production_saervice.in .contact_area_wrap {
  padding: 50px;
  background-color: #fff;
  border-radius: 20px;
}

#page.production_saervice.in .contact_area_ttl {
  /* text-align: center; */
  font-size: 22px;
  /* margin-bottom: 40px; */
}

#page.production_saervice.in .contact_area_flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* max-width: 920px; */
  margin: auto;
}

#page.production_saervice.in .contact_area_flexitem_tel {
  display: block;
  color: #ff6b92;
  font-size: 38px;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
}

#page.production_saervice.in .contact_area_flexitem_tel:before {
  content: "";
  padding-left: 24px;
  margin-right: 5px;
  padding-bottom: 3px;
  background-image: url(../images/production/tel.png);
  background-repeat: no-repeat;
  background-size: 25px 34px;
  background-position: center;
}

#page.production_saervice.in .contact_area_flexitem01 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
}

#page.production_saervice.in .contact_area_flexitem_rig {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-pack: end; */
  /* -ms-flex-pack: end; */
  /* justify-content: flex-end; */
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

#page.production_saervice.in .contact_area_flexitem02,
#page.production_saervice.in .contact_area_flexitem03 {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

#page.production_saervice.in .sec_ttl {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 90px;
  color: #ff6b92;
}

#page.production_saervice.in .sec_ttl_small {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
  color: #333;
}

#page.production_saervice.in .sec_ttl_color {
  color: #ff6b92;
}

#page.production_saervice.in .sec_ttl_color02 {
  color: #ff6b92;
}

#page.production_saervice.in .sec02_flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 90px;
}

#page.production_saervice.in .sec02_flexitem_lft {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  position: relative;
  z-index: 10;
}

#page.production_saervice.in .sec02_flexitem_rig {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

#page.production_saervice.in .sec02_flexitem_num {
  position: absolute;
  top: -120px;
  right: 0;
  z-index: 1;
  font-size: 195px;
  color: #ff6b92;
  opacity: 0.2;
}

#page.production_saervice.in .sec02_flexitem_subttl {
  font-size: 18px;
  font-weight: bold;
  color: #ff6b92;
}

#page.production_saervice.in .sec02_flexitem_ttl {
  font-size: 25px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
}

#page.production_saervice.in .sec02_flexbox ul li span {
  color: #ff6b92;
  margin-right: 5px;
  font-size: 20px;
}

#page.production_saervice.in .sec02_img01 {
  max-width: 448px;
  width: 100%;
  margin: auto;
  margin-top: -50px;
}

#page.production_saervice.in .sec02_img02 {
  max-width: 452px;
  width: 100%;
  margin: auto;
  margin-top: -50px;
}

#page.production_saervice.in .sec02_img03 {
  max-width: 482px;
  width: 100%;
  margin: auto;
  margin-top: -50px;
}

#page.production_saervice.in .sec02_img04 {
  max-width: 502px;
  width: 100%;
  margin: auto;
  margin-top: -50px;
}

#page.production_saervice.in .sec02_txt {
  text-align: center;
  font-size: 18px;
}

#page.production_saervice.in .sec03 {
  background-color: #e4e1e0;
}

#page.production_saervice.in .sec03_txt {
  text-align: center;
  max-width: 825px;
  margin: 0 auto 50px;
}

#page.production_saervice.in .sec03_img01 {
  max-width: 660px;
  width: 100%;
  margin: auto;
}

#page.production_saervice.in .sec03_img02 {
  max-width: 420px;
  width: 100%;
  margin: auto;
  margin-top: 30px;
}
#page.production_saervice.in .sec04 .sec_ttl{
  margin-bottom: 50px;
}
#page.production_saervice.in .sec04 .sec_sub_text {
  text-align: center;
  font-size: 18px;
  max-width: 940px;
  margin: 0 auto 90px;
}
#page.production_saervice.in .sec04_flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#page.production_saervice.in .sec04_box {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  margin-bottom: 50px;
}

#page.production_saervice.in .sec04_box .sec04_flexitem_title {
  font-size: 18px;
}
#page.production_saervice.in .sec04_flexitem {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#page.production_saervice.in .sec04_flexitem_lft {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
  margin-right: 20px;
}

#page.production_saervice.in .sec04_flexitem_rig {
  font-size: 18px;
  line-height: 1.7;
}


#page.production_saervice.in .sec05 .sec_ttl {
  color: #fff;
}
#page.production_saervice.in .sec05_top_img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 638px;
  z-index: 0;
}
#page.production_saervice.in .performance_box .performance_list {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#page.production_saervice.in .performance_box .performance_list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
  margin-bottom: 30px;
}

#page.production_saervice.in .sec05_bottom_img {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 581px;
  z-index: 0;
}

#page.production_saervice.in .sec06 .sec_ttl {
  margin-bottom: 45px;
}

#page.production_saervice.in .sec06_text {
  text-align: center;
  margin-bottom: 90px;
}
#page.production_saervice.in .sec06_read {
  text-align: center;
  margin-bottom: 95px;
  color: #333;
  line-height: 1.7;
}

#page.production_saervice.in .sec06_block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#page.production_saervice.in .sec06_block:not(:last-child) {
  margin-bottom: 90px;
}

#page.production_saervice.in img + .sec06_block_content,
#page.production_saervice.in .sec06_block_content + img {
  margin-left: 58px;
}
#page.production_saervice.in .sec06_block_content {
  position: relative;
}

#page.production_saervice.in .sec06_block_content_num {
  position: absolute;
  top: -120px;
  right: 0;
  z-index: 1;
  font-size: 195px;
  color: #ff6b92;
  opacity: 0.2;
}

#page.production_saervice.in .sec06_block_content_subttl {
  font-size: 18px;
  font-weight: bold;
  color: #ff6b92;
}
#page.production_saervice.in .sec06_block_content_ttl {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}
#page.production_saervice.in .sec06_block_content_text {
  font-size: 16px;
  color: #333;
  line-height: 1.7;
  margin-bottom: 60px;
}

#page.production_saervice.in .sec06_img01 {
  max-width: 930px;
  width: 100%;
  margin: auto;
  margin-bottom: 100px;
}

@media (max-width: 640px) and (min-width: 1px) {
  #page.production_saervice.in #common_corporate_logo .common_corporate_logo_notetxt {
    font-size: 16px;
    margin-top: -20px;
  }
  #page.production_saervice.in #common_corporate_logo .common_corporate_logo_notetxt .number_text {
    font-size: 28px;
  }
  #page.production_saervice.in #common_corporate_logo .common_corporate_logo_notetxt .bottom_text {
    font-size: 14px;
  }
  #page.production_saervice.in .sec06 {
    overflow: hidden;
  }
  #page.production_saervice.in .sec06_block {
    flex-wrap: wrap;
    justify-content: center;
  }
  #page.production_saervice.in .sec06_block:not(:last-child) {
    margin-bottom: 60px;
  }

  #page.production_saervice.in .sec06_block img {
    margin: 30px;
  }
  #page.production_saervice.in .sec06_block img {
    margin: 30px auto;
  }

  #page.production_saervice.in img + .sec06_block_content {
    margin-left: 0;
  }

  #page.production_saervice.in .sec06_block.--left {
    flex-direction: column-reverse;
  }
  #page.production_saervice.in .sec06_block_content_ttl {
    font-size: 18px;
  }

  #page.production_saervice.in .sec06_block_content_text {
    margin-bottom: 30px;
  }
  #page.production_saervice.in .sec06_read {
    margin-bottom: 50px;
  }
  #page.production_saervice.in .sec06_block_content_num {
    font-size: 150px;
    top: -80px;
  }
}

#page.production_saervice.in .p-twitter-step__map {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 90px;
}

#page.production_saervice.in .p-twitter-step__block {
  width: 16.66666666666667%;
}

#page.production_saervice.in .p-twitter-step__flag {
  background-color: red;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 80px;
}

#page.production_saervice.in .p-twitter-step__flag:before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  border-style: solid;
  border-color: transparent;
  border-width: 43px 0 43px 23px;
  border-left-color: #fff;
}

#page.production_saervice.in .p-twitter-step__flag:before {
  display: block;
  content: "";
}

#page.production_saervice.in .p-twitter-step__flag:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  border-style: solid;
  border-color: transparent;
  border-width: 40px 0 40px 20px;
  border-left-color: red;
}

#page.production_saervice.in .p-twitter-step__flag:after {
  display: block;
  content: "";
}

#page.production_saervice.in .p-twitter-step__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  z-index: 10;
  font-weight: bold;
  font-size: 20px;
}

#page.production_saervice.in .p-twitter-step__flag {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  width: 100%;
  color: #fff;
}

#page.production_saervice.in .p-twitter-step__flag.-step1 {
  background-color: #2e9f86;
}

#page.production_saervice.in .p-twitter-step__flag.-step1 {
  z-index: 6;
}

#page.production_saervice.in .p-twitter-step__flag.-step1:after {
  border-left-color: #2e9f86;
}

#page.production_saervice.in .p-twitter-step__flag.-step2 {
  background-color: #2ca294;
}

#page.production_saervice.in .p-twitter-step__flag.-step2 {
  z-index: 5;
}

#page.production_saervice.in .p-twitter-step__flag.-step2:after {
  border-left-color: #2ca294;
}

#page.production_saervice.in .p-twitter-step__flag.-step3 {
  background-color: #29a6a3;
}

#page.production_saervice.in .p-twitter-step__flag.-step3 {
  z-index: 4;
}

#page.production_saervice.in .p-twitter-step__flag.-step3:after {
  border-left-color: #29a6a3;
}

#page.production_saervice.in .p-twitter-step__flag.-step4 {
  background-color: #27a9b1;
}

#page.production_saervice.in .p-twitter-step__flag.-step4 {
  z-index: 3;
}

#page.production_saervice.in .p-twitter-step__flag.-step4:after {
  border-left-color: #27a9b1;
}

#page.production_saervice.in .p-twitter-step__flag.-step5 {
  background-color: #24adc0;
}

#page.production_saervice.in .p-twitter-step__flag.-step5 {
  z-index: 2;
}

#page.production_saervice.in .p-twitter-step__flag.-step5:after {
  border-left-color: #24adc0;
}

#page.production_saervice.in .p-twitter-step__flag.-step6 {
  background-color: #22b0ce;
}

#page.production_saervice.in .p-twitter-step__flag.-step6 {
  z-index: 1;
}

#page.production_saervice.in .p-twitter-step__flag.-step6:after {
  border-left-color: #22b0ce;
}

#page.production_saervice.in .sec05 {
  background-color: #e4e1e0;
  position: relative;
}

#page.production_saervice.in .sec--green {
  background-color: #dcdcdc;
}

#page.production_saervice.in .sec--green02 {
  background-color: #e4e1e0;
  border: none;
  padding-top: 0;
}

#page.production_saervice.in .sec--green02 .contact_area_wrap {
  background-color: #fff;
}
#page.production_saervice.in .sec07 .sec_ttl {
  margin-bottom: 70px;
}
#page.production_saervice.in .p-link-items {

}
#page.production_saervice.in .p-link-item {
  background-color: #fff;
  box-shadow: 5px 5px 4px rgba(0,0,0,0.3);
  border-radius: 10px;
  margin-bottom: 17px;
}

#page.production_saervice.in .p-link-item > a {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding: 35px;
  background: url("../images/production/b_arrow.jpg");
  background-size: 12px 14px;
  background-repeat: no-repeat;
  background-position: right 35px center;
}

#page.production_saervice.in .p-link-item__icon {
  max-width: 120px;
  width: 100%;
  flex: 0 0 120px;
  height: 120px;
  border-right: 1px solid #333333;
  position: relative;
}
#page.production_saervice.in .p-link-item__icon > img {
  max-width: 95px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

#page.production_saervice.in .p-link-item__right {
  padding-left: 32px;
}

#page.production_saervice.in .p-link-item__sub {
  font-size: 15px;
  line-height: 1.3;
  width: 90%;
}

#page.production_saervice.in .p-link-item__ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 640px) and (min-width: 1px) {
  #page.production_saervice.in .p-link-item {
    width: 100%;
  }
}

#page.production_saervice.in .c-list {
  margin-top: 30px;
}

#page.production_saervice.in .c-list li {
  font-size: 14px;
}

#page.production_saervice.in .sec08 {
  background-color: #e4e1e0;
}

#page.production_saervice.in .sec08_qabox {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 50px;
  -webkit-box-shadow: 4px 5px 12px -7px #000000;
  box-shadow: 4px 5px 12px -7px #000000;
}

#page.production_saervice.in .sec08_question_txt,
#page.production_saervice.in .sec08_answer_txt {
  font-size: 20px;
  width: 88%;
}

#page.production_saervice.in .sec08_question {
  cursor: pointer;
}

#page.production_saervice.in .sec08_question.clicked .sec08_question_wrap {
  background-image: url(../images/production/faq_m.png);
}

#page.production_saervice.in .sec08_question_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(../images/production/faq_p.png);
  background-repeat: no-repeat;
  background-size: 34px;
  background-position: 97% center;
  padding: 0 30px 0;
  padding-bottom: 0;
}

#page.production_saervice.in .sec08_question_num {
  font-size: 45px;
  color: #ff6b92;
  margin-right: 20px;
}

#page.production_saervice.in .sec08_answer_num {
  font-size: 45px;
  margin-right: 20px;
}

#page.production_saervice.in .sec08_answer {
  display: none;
}

#page.production_saervice.in .sec08_answer_wrap {
  padding: 30px;
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#page.production_saervice.in .sec09 {
  padding-bottom: 0;
}

#page.production_saervice.in .sec09_ttl {
  font-size: 18px;
  text-align: center;
  margin-bottom: 90px;
}

#page.production_saervice.in .sec09_img01 {
  max-width: 500px;
  width: 100%;
  margin: auto;
}

#page.production_saervice.in .sec09_img02 {
  max-width: 410px;
  width: 100%;
  margin: auto;
}

#page.production_saervice.in .sec09_img03 {
  max-width: 460px;
  width: 100%;
  margin: auto;
}

#page.production_saervice.in .sec09_img04 {
  max-width: 430px;
  width: 100%;
  margin: auto;
}

#page.production_saervice.in .iframe_spv {
  display: none;
}

@media (min-width: 1px) and (max-width: 1000px) {
  #page.production_saervice.in .contact_area_flexitem_tel {
    font-size: 30px;
  }
  #page.production_saervice.in .contact_area_flexitem_tel {
    margin: auto;
    text-align: center;
    /* margin-bottom: 30px; */
  }
  #page.production_saervice.in .contact_area_flexbox {
    display: block;
  }
  #page.production_saervice.in .p-twitter-step__block {
    width: 25%;
    margin-bottom: 20px;
  }
  #page.production_saervice.in .c-button {
    max-width: 100%;
  }
}

#page.production_saervice.in .voice-movie {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
#page.production_saervice.in .slick-prev,
#page.production_saervice.in .slick-next {
  z-index: 999;
}
#page.production_saervice.in .slick-prev {
  left: 0;
  width: 58px;
  height: 141px;
  background-image: url("../images/amazon_suport/arrow-left.png");
}
#page.production_saervice.in .slick-prev:before {
  content: "";
  display: block;
}
#page.production_saervice.in .slick-next {
  right: 0;
  width: 58px;
  height: 141px;
  background-image: url("../images/amazon_suport/arrow-right.png");
}
#page.production_saervice.in .slick-next:before {
  content: "";
  display: block;
}

#page.production_saervice.in .voice-flexbox {
  overflow: hidden;
  width: 100%;
}
#page.production_saervice.in .voice-flexitem {
  width: 294px;
  display: block;
  margin: 17px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 294px;
  flex: 0 0 294px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  height: 550px;
  background-color: #fff;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#page.production_saervice.in .voice-flexitem:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
#page.production_saervice.in .thamnail {
  background-image: url(../images/base/noimage.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 200px;
  width: 100%;
  position: absolute;
  bottom: 0;
}
#page.production_saervice.in .voice-flexitem-logo {
  max-height: 100px;
  width: auto;
  margin: auto;
}
#page.production_saervice.in .voice-flexitem-logo-wrap {
  padding: 20px;
  background-color: gray;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#page.production_saervice.in .voice-flexitem-logo-wrap-flexwrap {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
#page.production_saervice.in .voice-company-name {
  padding: 0 20px;
  font-size: 18px;
}
#page.production_saervice.in .vocie-ttl {
  padding: 20px;
  font-size: 16px;
}
#page.production_saervice.in .list-wrap {
  margin: 50px 0;
}
#page.production_saervice.in .voice-flexitem-kara {
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 1px;
  background-color: transparent;
}
#page.production_saervice.in .thamail-category {
  background-color: gray;
  color: #fff;
  position: absolute;
  right: 0;
  padding: 5px 10px;
  display: none;
}
#page.production_saervice.in .thamail-category.rakuten {
  background-color: #dd3340;
}
#page.production_saervice.in .thamail-category.amazon {
  background-color: green;
}
#page.production_saervice.in .thamail-category.ec {
  background-color: #009bde;
}
#page.production_saervice.in .terms-link-box {
  margin-bottom: 30px;
  background-color: #fff;
}
#page.production_saervice.in .terms-link-box li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
}
#page.production_saervice.in .terms-link-box li.current {
  background-color: #333;
}
#page.production_saervice.in .terms-link-box li.current a {
  color: #fff;
}
#page.production_saervice.in .terms-link-box li a {
  display: block;
  padding: 23px;
  text-align: center;
}
#page.production_saervice.in .terms-link-box li.active a {
  background-color: #333;
  color: #fff;
}
#page.production_saervice.in .terms-link-box li a span {
  display: block;
}
#page.production_saervice.in .terms-ttl {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 16px;
}
#page.production_saervice.in .terms-subttl {
  font-size: 10px;
}
#page.production_saervice.in .tag-link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 50px;
}
#page.production_saervice.in .tag-link-box li {
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  margin-right: 7px;
}

#page.production_saervice.in .p-link-item__icon {
  flex: 0 0 80px;
}

#page.production_saervice.in .p-link-item__icon img {
  max-width: 60px;
}

@media (min-width: 1px) and (max-width: 640px) {
  #page.production_saervice.in .sec {
    padding: 30px 0;
  }
  #page.production_saervice.in .sec_ttl_small {
    font-size: 14px;
  }
  #page.production_saervice.in .sec_ttl {
    font-size: 20px;
    margin-bottom: 40px;
  }
  #page.production_saervice.in .mainvisual {
    /* background-image: url("../images/amazon_suport/bg_mv_sp.png");
    background-color: #25aaef;
    background-size: contain;
    align-items: flex-end;
    padding: 23px;
    min-width: 100%; */
    background-position: left 15% center;
    height: 300px;
  }
  #page.production_saervice.in .mainvisual-wrap {
    margin: 0;
  }
  #page.production_saervice.in .mainvisual-content {
    /* display: none; */
  }
  #page.production_saervice.in .mv-ttl {
    max-width: 340px;
    width: 100%;
    margin: auto;
    margin-top: 35px;
  }
  #page.production_saervice.in .mv-sub {
    max-width: 280px;
  }
  #page.production_saervice.in .sec01_ttl {
    font-size: 20px;
  }
  #page.production_saervice.in .sec01_list {
    display: block;
    margin-bottom: 40px;
    margin-left: 2.5em;
    text-indent: -2.5em;
  }
  #page.production_saervice.in .sec01_list li:before {
    background-size: 13px 11px;
  }
  #page.production_saervice.in .contact_area_wrap {
    padding: 20px;
  }
  #page.production_saervice.in .contact_area_ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #page.production_saervice.in .contact_area_flexbox {
    display: block;
  }
  #page.production_saervice.in .contact_area_flexitem_tel {
    font-size: 40px;
    margin-bottom: 15px;
    text-align: center;
  }
  #page.production_saervice.in .contact_area_flexitem_rig {
    display: block;
  }
  #page.production_saervice.in .c-button {
    max-width: unset;
    margin: auto;
    margin-bottom: 15px;
    font-size: 16px;
  }
  #page.production_saervice.in .sec02_flexbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #page.production_saervice.in .sec02_flexbox_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap-reverse;
    flex-flow: row wrap-reverse;
  }
  #page.production_saervice.in .sec02_flexitem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  #page.production_saervice.in .sec02_img01 {
    margin-top: 0;
  }
  #page.production_saervice.in .sec02_img02 {
    margin-top: 0;
  }
  #page.production_saervice.in .sec02_img03 {
    margin-top: 0;
  }
  #page.production_saervice.in .sec02_img04 {
    margin-top: 0;
  }
  #page.production_saervice.in .sec02_flexitem_ttl {
    font-size: 18px;
  }
  #page.production_saervice.in .sec02_flexitem_rig {
    margin-top: 10px;
    margin-bottom: 40px;
  }
  #page.production_saervice.in .sec02_flexitem_num {
    font-size: 150px;
    top: -80px;
  }
  #page.production_saervice.in .sec04_flexbox {
    display: block;
  }
  #page.production_saervice.in .sec04_box .sec04_flexitem_title {
    font-size: 16px;
  }
  #page.production_saervice.in .sec04_flexitem_rig {
    font-size: 16px;
  }
  #page.production_saervice.in .sec05_flexbox_ttl {
    font-size: 20px;
  }
  #page.production_saervice.in .sec05_top_img {
    display: none;
  }
  #page.production_saervice.in .sec05_bottom_img {
    display: none;
  }
  #page.production_saervice.in .performance_box .performance_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 40px;
  }
  #page.production_saervice.in .performance_box .performance_list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    margin-bottom: 20px;
  }
  #page.production_saervice.in .p-twitter-step__block {
    width: 100%;
    margin-bottom: 20px;
  }
  #page.production_saervice.in .p-twitter-step__flag {
    height: 40px;
    font-size: 16px;
  }
  #page.production_saervice.in .p-twitter-step__inner {
    font-size: 16px;
  }
  #page.production_saervice.in .p-twitter-step__flag:after {
    display: none;
  }
  #page.production_saervice.in .p-twitter-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 50px 0 50px;
    border-color: #007bff transparent transparent transparent;
    margin: 30px auto 20px;
  }
  #page.production_saervice.in .p-twitter-step__block01 .p-twitter-triangle {
    border-color: #2e9f86 transparent transparent transparent;
  }
  #page.production_saervice.in .p-twitter-step__block02 .p-twitter-triangle {
    border-color: #2ca294 transparent transparent transparent;
  }
  #page.production_saervice.in .p-twitter-step__block03 .p-twitter-triangle {
    border-color: #29a6a3 transparent transparent transparent;
  }
  #page.production_saervice.in .p-twitter-step__block04 .p-twitter-triangle {
    border-color: #27a9b1 transparent transparent transparent;
  }
  #page.production_saervice.in .p-twitter-step__block05 .p-twitter-triangle {
    border-color: #24adc0 transparent transparent transparent;
  }
  #page.production_saervice.in .p-twitter-step__block06 .p-twitter-triangle {
    border-color: #22b0ce transparent transparent transparent;
  }
  #page.production_saervice.in .sec08_qabox {
    margin-bottom: 25px;
  }
  #page.production_saervice.in .sec08_question_num {
    font-size: 35px;
    margin-right: 10px;
  }
  #page.production_saervice.in .sec08_question_wrap {
    padding: 20px;
    background-size: 25px;
  }
  #page.production_saervice.in .sec08_question_txt {
    font-size: 14px;
    width: 80%;
  }
  #page.production_saervice.in .sec08_answer_num {
    font-size: 35px;
    margin-right: 10px;
  }
  #page.production_saervice.in .sec08_answer_wrap {
    padding: 20px;
    background-size: 25px;
  }
  #page.production_saervice.in .sec08_answer_txt {
    font-size: 14px;
    width: 80%;
  }
  #page.production_saervice.in .sec09 {
    padding-bottom: 0;
  }
  #page.production_saervice.in .sec09_ttl {
    font-size: 15px;
    text-align: left;
    margin-bottom: 40px;
  }
  #page.production_saervice.in .iframe_pcv {
    display: none;
  }
  #page.production_saervice.in .iframe_spv {
    display: block;
  }
}

@media (min-width: 1px) and (max-width: 374px) {
  #page.production_saervice.in .contact_area_flexitem_tel {
    font-size: 30px;
  }
}
@media (max-width: 350px) and (min-width: 1px) {
  #page.production_saervice.in .p-link-item__ttl .sugoude {
    font-size: 18px;
  }
}
/* 20220901 SEO対策テキストコーディング */
#page.production_saervice.in .mainvisual-content .mv_title .mv_title_top {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#page.production_saervice.in .mainvisual-content .mv_title .mv_title_top p:first-child {
  font-size: 30px;
  font-weight: 900;
  color: #e5d721;
  border: 3px solid #e5d721;
  padding: 6px 5px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-right: 10px;
}
#page.production_saervice.in .mainvisual-content .mv_title .mv_title_top p:last-child {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
#page.production_saervice.in .mainvisual-content .mv_title .mv_title_bottom h1 {
  font-size: 100px;
  font-weight: 900;
  text-align: center;
  color: #E5D721;
  margin: 20px 0 10px 0;
}
@media (min-width: 1px) and (max-width: 800px) {
  #page.production_saervice.in .mainvisual-content .mv_title .mv_title_bottom h1 {
    font-size: 70px;
  }
}
@media (min-width: 1px) and (max-width: 640px) {
  #page.production_saervice.in .mainvisual-content .mv_title .mv_title_top p:first-child {
    font-size: 20px;
  }
  #page.production_saervice.in .mainvisual-content .mv_title .mv_title_top p:last-child {
    font-size: 14px;
  }
  #page.production_saervice.in .mainvisual-content .mv_title .mv_title_bottom h1 {
    font-size: 40px;
  }
}