/*------------------------------------------------------------------------------------------
*
*
    report_pc.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width: 641px) {
  /*------------------------------------------------------------------------------------------
  *
  *
      min-width : 641px
  *
  *
  ------------------------------------------------------------------------------------------ */
  /* --------------------------------------------------
  *
      #section_report
  *
  -------------------------------------------------- */
  #section_report {
    width: 840px;
    padding: 16px 20px 60px 20px;
    margin: 0 auto 140px auto;
    background-color: #fff;
    box-sizing: border-box;
    color: #000; }

  .sub #section_report {
    margin-bottom: 70px; }

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

  #section_report a {
    color: #000; }

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

  #section_report .report_nav li {
    margin: 0 15px;
    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: 62px;
    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 0 30px 145px;
    padding-left: 110px;
    text-align: left;
    font-size: 34px;
    line-height: 1.4em;
    letter-spacing: .1em;
    position: relative; }

  #section_report h2.line01 {
    padding-top: 25px;
    margin-bottom: 50px; }

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

  #section_report h3 {
    margin: 20px 0;
    text-align: center;
    font-size: 24px;
    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 0 0 175px;
    font-size: 16px;
    line-height: 2.25em;
    text-align: left; }

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

  #section_report .report_text p.img img {
    display: block; }

  #section_report .report_text 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; }

  #section_report .credit {
    margin: 0 180px 40px 0;
    font-size: 14px;
    text-align: right; }

  #section_report .continue {
    margin: 0 0 55px 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 {
    width: 560px;
    margin: 0 auto 90px auto;
    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 {
    width: 560px;
    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: no-repeat;
    position: absolute;
    top: -9px;
    left: 0; }

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

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

  #tampico_people {
    text-align: center; }

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

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

  #tampico_people p.img img {
    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 {
    width: 560px;
    margin: 0 auto 60px auto;
    background-color: #fff;
    text-align: center; }

  #tampico_product h4 {
    height: 45px;
    margin: 0 0 0 0;
    padding: 0 20px;
    text-align: left;
    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 {
    width: 380px;
    margin: 0 auto 25px auto;
    text-align: left;
    font-size: 15px;
    line-height: 2em;
    color: #789C9E; }

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

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

  #tampico_product p.img img {
    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; } }
/* ----- min-width : 641px ----- */
