/* 
Page Introduction 
*/

@media screen and (min-width:769px) {
  .page-intro {
    overflow: hidden;
    width: 100%;
    height: 254px;
    margin-bottom: 50px;
    padding: 26px 14px 16px 20px;
    background: url(../images/bg_block.png) left top repeat;
  }

  .page-intro-left {
    float: left;
    width: 486px;
    vertical-align: top;
  }

  .page-intro-left .intro-title {
    margin-bottom: 12px;
  }

  .page-intro-left .intro-text {
    margin-bottom: 1rem;
  }

  .page-intro-left .intro-lead {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.8;
  }

  .page-intro-right {
    width: 240px;
    float: left;
    vertical-align: top;
  }

  .page-intro-right img {
    display: block;
    margin-top: -12px;
  }  
}


@media screen and (max-width: 768px) {
  /*  
  Contents Order 
  */
  .page-intro-contents {
    -webkit-order: 1;
    order: 1;
  }

  .about-contents {
    -webkit-order: 3;
    order: 3;
  }

  .report-contents {
    -webkit-order: 2;
    order: 2;
  }

  .bottom-contents {
    -webkit-order: 4;
    order: 4;
  }

  .page-intro-contents {
    overflow: hidden;
    width: 100%;
    margin-bottom: 14px;
    padding: 26px 14px 16px 20px;
    background: url(../images/bg_block.png) left top repeat;
  }

  .page-intro {
    max-width: 480px;
    margin: 0 auto;
  }

  .intro-title {
    margin-bottom: 10px;
  }

  .intro-lead {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .intro-text .sp-image {
    width: 78%;
    margin-bottom: 12px;
  }

  .intro-lead br {
    display: none;
  }

  .page-intro-right {
    width: 90%;
    max-width: 400px;
    margin: 0 auto; 
    text-align:center;
  }
}

/* 
About Contents
*/
@media screen and (min-width:769px) {
  .about-contents {
    overflow: hidden;
    margin-bottom: 60px;
    padding: 40px 20px 0 20px;
    border-radius: 4px 4px 0 0;
    background: #fff url("../images/bg_about.png") left top no-repeat;
  }

  .about-left {
    float: left;
    width: 384px;
  }

  .about-left .about-title p {
    margin-bottom: 8px;
  }

  .about-left .about-lead {
    margin-bottom: 6px;
    line-height: 1.8;
  }

  .about-left .about-lead-sub {
    font-size: 12px;
    line-height: 1.5;
  }

  .about-right {
    float: right;
    margin-right: 20px;
  }

  .about-right img {
    display: block;
    margin-top: -10px;
  }
}

@media screen and (max-width: 768px) {
  .about-contents {
    overflow: hidden;
    margin-bottom: 14px;
    padding: 30px 20px 0 20px;
    border-radius: 4px 4px 0 0;
    background: #fff url("../images/bg_about.png") left top no-repeat;
  }


  .about-left, .about-right {
    max-width: 480px;
    margin: 0 auto;
  }
  .about-title {
    text-align: center;
  }

  .about-title p:nth-child(2) { 
    width: 70%;
    margin: 10px auto;
  }

  .about-left .about-lead {
    font-size: 15px;
    margin-bottom: 4px;
    line-height: 25px;
  }

  .about-left .about-lead-sub {
    font-size: 12px;
    margin-bottom: 12px;
  }

  .about-right {
    text-align: center;
  }
}

/* 
Report Contents
*/
@media screen and (min-width:769px) {
  .report-contents {
    margin-bottom: 40px;
  }

  .report-head {
    margin-bottom: 60px;
    padding: 7px 0 6px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #231915;
  }

  .report-content {
    display: block;
    position: relative;
    padding: 18px 6px 20px 22px;
    background: rgba(230, 226, 213, 1);
  }

  .report-content:hover {
    background: rgba(230, 226, 213, .6);
  }

  .report-content:hover .report-badge:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    z-index: 11;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255, .1);
  }


  .report-content:hover .report-ph:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255, .1);
  }

  .report-content.sp-hide {
    margin-bottom: 60px;
  }

  .report-content.sp-hide:nth-child(3) {
    margin-bottom: 0px;
  }

  .report-content .report-content-link {
    z-index: 110;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }

  .report-content .report-badge {
    position: absolute;
    top: -33px;
    left: 10px;
    z-index: 10;
  }

  .report-content .report-title {
    margin-bottom: 18px;
    margin-left: 124px;
    font-weight: bold;
    color: #A91825;
    font-size: 20px;
    letter-spacing: -1px;
  }

  .report {
    width: 100%;
    display: table;
    table-layout: fixed;
  }

  .report .report-ph {
    display: table-cell;
    width: 230px;
    vertical-align: top;
  }

  .report-desc {
    overflow: hidden;
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 18px;
  }

  .report-desc .report-desc-header {
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 14px;
    background: url(../images/border_dotted.png) bottom left repeat-x;
  }

  .report-desc .report-desc-header h5 {
    color: #3A2F2C;
    font-size: 17px;
    line-height: 1.6;
  }

  .report-desc .report-desc-header h5 strong {
    font-weight: bold;
    font-size: 16px;
  }

  .report-desc .report-desc-header h5 span {
    font-size: 15px;
  }

  .report-desc .report-desc-text {
    color: #3A2F2C;
    margin-bottom: 4px;
    margin-left: 4px;
    line-height: 1.8;
  }

  .report-desc .report-footer-link {
    text-align: right;
    text-decoration: underline;
  }

  .report-footer-link .icon-arrow{
    vertical-align: -6px;
  }

}

@media screen and (max-width: 768px) {
  .report-content {
    position: relative;
    margin-bottom: 14px;
    padding: 16px;
    background: rgba(230, 226, 213, 1);
  }

  .report{
    max-width: 480px;
    margin: 0 auto; 
  }

  .report-content .report-content-link {
    z-index: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }

  .report-desc{
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 10px;
  }
  .report-ph{
    display: table-cell;
    width: 50%;
    vertical-align: top;
  }
  .report-desc-header{
    display: table-cell;
    padding-left: 16px;
    width: 50%;
    vertical-align: top;
  }

  .report-badge{
    margin-bottom: 8px;
  }
  .report-title{
    font-weight: bold;
    font-size: 15px;
    line-height: 1.6;
  }
  .report-desc-text{
    color: #3A2F2C;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 1.6;
  }

  .report-desc-text strong {
    font-weight: bold;
    font-size: 16px;
  }
  .report-footer-link{
    color: #3A2F2C;
    text-align: right;
    text-decoration: underline;
  }
  
  .report-footer-link .icon-arrow{
    vertical-align: -6px;
  }
}

/* 
  Utility
  */

  .border-dotted {
    margin-bottom: 14px;
    height: 2px;
    background: url(../images/border_dotted.png) repeat-x;
  }


