/*------------------------------------------------------------------------------------------
*
*
    report_sp.css
*
*
------------------------------------------------------------------------------------------ */
/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 640px
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  /* --------------------------------------------------
  *
      #section_report
  *
  -------------------------------------------------- */
  #section_report {
    padding: 8px 10px 30px 10px;
    margin: 0 auto 70px auto;
    background-color: #fff;
    box-sizing: border-box;
    color: #000; }

  #section_report .pic_main {
    margin: 0 0 30px 0; }

  #section_report .pic_main img {
    width: 100%;
    height: auto; }

  #section_report a {
    color: #000; }

  #section_report .report_nav {
    margin: 0 0 20px 0;
    text-align: center;
    font-size: 13px;
    letter-spacing: .1em;
    line-height: 1.7em; }

  #section_report .report_nav li {
    width: 45%;
    margin: 0 5px 15px 5px;
    display: inline-block;
    vertical-align: top; }

  #section_report .report_nav li a {
    display: block;
    transition: opacity .1s ease; }

  .is_sp #section_report .report_nav li a.touch,
  .is_pc #section_report .report_nav li a:hover {
    opacity: .7; }

  #section_report .report_nav img {
    width: 60px;
    height: auto;
    margin: 0 0 5px 0;
    transition: all .1s ease;
    -webkit-transition: all .1s ease; }

  .is_sp #section_report .report_nav li a.touch img,
  .is_pc #section_report .report_nav li a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1); }

  /*
      disabled
  */
  #section_report .report_nav li.disabled a {
    color: #ccc;
    cursor: default;
    opacity: 1 !important; }

  #section_report .report_nav li.disabled img {
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    opacity: .2; }

  #section_report .report_nav li.disabled .date {
    color: #ccc; }

  /*
      current
  */
  #section_report .report_nav li.current a {
    opacity: 1 !important;
    cursor: default; }

  #section_report .report_nav li.current img {
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important; }

  #section_report .report_nav .date {
    display: block;
    color: #666;
    font-size: 11px;
    letter-spacing: .3em; }

  #section_report h2 {
    margin: 0 5% 30px 5%;
    padding-left: 80px;
    text-align: left;
    font-size: 24px;
    line-height: 1.4em;
    letter-spacing: .1em;
    position: relative; }

  #section_report h2.line01 {
    padding-top: 20px;
    margin-bottom: 40px; }

  #section_report h2:after {
    content: '';
    display: block;
    width: 68px;
    height: 68px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 68px;
    position: absolute;
    top: 0;
    left: 0; }

  #section_report h3 {
    margin: 20px 5%;
    text-align: left;
    font-size: 18px;
    line-height: 1.4em;
    letter-spacing: .1em;
    color: #789C9E;
    position: relative; }

  #section_report.r01 h2:after {
    background-image: url(../images/report/parts_ico_num_01.png); }

  #section_report.r02 h2:after {
    background-image: url(../images/report/parts_ico_num_02.png); }

  #section_report.r03 h2:after {
    background-image: url(../images/report/parts_ico_num_03.png); }

  #section_report.r04 h2:after {
    background-image: url(../images/report/parts_ico_num_04.png); }

  #section_report .report_text {
    text-align: center; }

  #section_report .report_text p {
    margin: 0 0 25px 0;
    padding: 0 10%;
    font-size: 14px;
    line-height: 2.25em;
    text-align: left; }

  #section_report .report_text p.img {
    display: inline-block;
    padding: 0 3%;
    text-align: left;
    line-height: 0; }

  #section_report .report_text p.img img {
    width: 100%;
    height: auto;
    display: block; }

  #section_report .report_text p.img .caption {
    margin: 5px 0 0 0;
    display: block;
    font-size: 12px;
    line-height: 1.4em;
    text-indent: -1em;
    padding-left: 1em;
    color: #1b677e; }

  #section_report .credit {
    margin: 0 5% 40px 0;
    font-size: 13px;
    text-align: right; }

  #section_report .continue {
    margin: 0 0 25px 0;
    text-align: center;
    font-size: 16px;
    line-height: 1.7em; }

  #section_report .continue .date {
    margin: 15px 0 0 0;
    font-size: 10px;
    color: #666;
    letter-spacing: .3em; }

  #section_report .report_btm_nav {
    margin: 0 auto 45px auto;
    padding: 5%;
    font-size: 20px;
    letter-spacing: .1em; }

  #section_report .report_btm_nav .disabled {
    display: none; }

  #section_report .report_btm_nav:after {
    content: '';
    display: block;
    clear: both; }

  #section_report .report_btm_nav p {
    height: 27px;
    line-height: 27px;
    position: relative; }

  #section_report .report_btm_nav p a {
    transition: opacity .1s ease; }

  #section_report .report_btm_nav .prev {
    float: left; }

  #section_report .report_btm_nav .next {
    float: right; }

  #section_report .report_btm_nav .prev a {
    padding: 0 0 0 24px; }

  #section_report .report_btm_nav .next a {
    padding: 0 24px 0 0; }

  .is_sp #section_report .report_btm_nav p a.touch,
  .is_pc #section_report .report_btm_nav p a:hover {
    opacity: .7; }

  #section_report .report_btm_nav p a:after {
    content: '';
    width: 14px;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: 14px;
    position: absolute;
    top: 0;
    transition: all .1s ease; }

  #section_report .report_btm_nav p.prev a:after {
    background-image: url(../images/parts_gnav_arrow_left.png);
    left: 0; }

  #section_report .report_btm_nav p.next a:after {
    background-image: url(../images/parts_gnav_arrow_right.png);
    right: 0; }

  .is_sp #section_report .report_btm_nav .prev a.touch:after,
  .is_pc #section_report .report_btm_nav .prev a:hover:after {
    left: -5px; }

  .is_sp #section_report .report_btm_nav .next a.touch:after,
  .is_pc #section_report .report_btm_nav .next a:hover:after {
    right: -5px; }

  /* ------------------------------
      #tampico_people
  ------------------------------ */
  #tampico_people {
    margin: 0 auto 70px auto;
    padding: 40px 0 20px 0;
    background-color: #fcf8db;
    position: relative; }

  #tampico_people:after {
    width: 100%;
    height: 9px;
    content: '';
    display: block;
    background-image: url(../images/report/parts_report_box_top_wave.png);
    background-repeat: repeat-x;
    position: absolute;
    top: -9px;
    left: 0; }

  #tampico_people h3 {
    margin: 0 0 30px 0;
    font-size: 24px;
    letter-spacing: .1em;
    text-align: center; }

  #tampico_people h3 .name {
    display: block;
    font-size: 16px; }

  #tampico_people {
    text-align: center; }

  #tampico_people p {
    margin: 0 0 25px 0;
    padding: 0 10%;
    font-size: 14px;
    line-height: 2em;
    text-align: left; }

  #tampico_people p.img {
    display: inline-block;
    padding: 0 5%;
    text-align: left;
    line-height: 0; }

  #tampico_people p.img img {
    width: 100%;
    height: auto;
    display: block; }

  #tampico_people p.img .caption {
    margin: 5px 0 0 0;
    display: block;
    font-size: 13px;
    line-height: 1.4em;
    text-indent: -1em;
    padding-left: 1em;
    color: #1b677e; }

  /* ------------------------------
      #tampico_product
  ------------------------------ */
  #tampico_product {
    margin: 0 auto 30px auto;
    background-color: #fff;
    text-align: center; }

  #tampico_product h4 {
    height: 45px;
    margin: 0 0 0 0;
    padding: 0 0;
    background-color: #789c9e;
    color: #fff;
    font-size: 22px;
    line-height: 45px;
    letter-spacing: .1em; }

  #tampico_product h4 span {
    margin: 0 5px 0 0;
    display: inline-block;
    font-size: 15px; }

  #tampico_product p {
    margin: 0 auto 25px auto;
    padding: 0 10%;
    text-align: left;
    font-size: 14px;
    line-height: 2em;
    color: #789C9E; }

  #tampico_product .img_product {
    width: auto;
    margin: 50px 0 30px 0;
    padding: 0 10%; }

  #tampico_product .img_product img {
    width: 100%;
    height: auto; }

  #tampico_product p.img {
    width: auto;
    display: inline-block;
    padding: 0;
    text-align: left;
    line-height: 0; }

  #tampico_product p.img img {
    width: 100%;
    height: auto;
    display: block; }

  #tampico_product p.img .caption {
    margin: 5px 0 0 0;
    display: block;
    font-size: 13px;
    line-height: 1.4em;
    text-indent: -1em;
    padding-left: 1em;
    color: #1b677e; }

  #tampico_product .onsale {
    margin: 20px auto 40px auto;
    text-align: center; }

  #tampico_product .onsale img {
    width: 80%;
    max-width: 220px;
    height: auto; } }
/* ----- max-width: 640px ----- */
/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 480px
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 480px) {
  /* --------------------------------------------------
  *
      #section_report
  *
  -------------------------------------------------- */
  #section_report {
    margin-bottom: 25px; }

  #section_report .report_nav {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.7em; }

  #section_report .report_nav br {
    display: block; }

  #section_report .report_nav li {
    width: 45%;
    margin: 0 5px 15px 5px;
    white-space: nowrap; }

  #section_report .report_nav img {
    width: 45px;
    height: auto;
    margin: 0 0 5px 0; }

  #section_report .report_nav .date {
    font-size: 10px;
    letter-spacing: .3em; }

  #section_report h2 {
    margin: 0 3% 30px 3%;
    padding-left: 75px;
    font-size: 22px;
    line-height: 1.4em;
    letter-spacing: .1em; }

  #section_report h2:after {
    width: 62px;
    height: 62px;
    background-size: 62px; }

  #section_report h3 {
    margin: 20px 3%;
    font-size: 18px;
    line-height: 1.4em;
    letter-spacing: .1em; }

  #section_report .report_text p {
    padding: 0 5%; }

  #section_report .report_text p.img {
    padding: 0; }

  /* ------------------------------
      #tampico_people
  ------------------------------ */
  #tampico_people {
    padding-top: 5px; }

  #tampico_people h3 {
    font-size: 18px;
    letter-spacing: .1em; }

  #tampico_people h3 .name {
    font-size: 14px; }

  #tampico_people p {
    padding: 0 5%; }

  #tampico_people p.img {
    padding: 0 5%; }

  #tampico_people p.img img {
    width: 100%;
    height: auto;
    display: block; }

  #tampico_people p.img .caption {
    font-size: 12px; }

  /* ------------------------------
      #tampico_product
  ------------------------------ */
  #tampico_product h4 {
    font-size: 18px;
    letter-spacing: .1em; }

  #tampico_product h4 span {
    font-size: 13px; }

  #tampico_product p {
    padding: 0 5%; }

  #tampico_product .img_product {
    width: auto;
    padding: 0 5%; }

  #tampico_product .img_product img {
    width: 100%;
    height: auto; }

  #tampico_product p.img {
    width: auto;
    display: inline-block;
    padding: 0 3%;
    text-align: left;
    line-height: 0; }

  #tampico_product p.img img {
    width: 100%;
    height: auto;
    display: block; }

  #tampico_product p.img .caption {
    margin: 5px 0 0 0;
    display: block;
    font-size: 13px;
    line-height: 1.4em;
    color: #1b677e; }

  #tampico_product .onsale {
    margin: 20px auto 40px auto;
    text-align: center; }

  #tampico_product .onsale img {
    width: 70%;
    max-width: 200px;
    height: auto; } }
/* ----- max-width: 480px ----- */
