#wrapper .kv_area {
  width: 100%;
  background: url(/jsa/outline/img/kv.jpg) top left no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  min-width: 1000px;
  margin-bottom: 60px; }
  @media screen and (max-width: 960px) {
    #wrapper .kv_area {
      width: 100%;
      max-width: 960px;
      margin: 0px auto 0px;
      background: none;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -ms-background-size: cover;
      background-size: cover;
      height: auto;
      min-width: 0;
      margin-bottom: 30px; } }
  #wrapper .kv_area > .inner {
    width: 1000px;
    margin: 0px auto 0px;
    height: 284px;
    position: relative; }
    @media screen and (max-width: 960px) {
      #wrapper .kv_area > .inner {
        height: auto;
        width: 100%;
        max-width: 960px;
        margin: 0px auto 0px; } }
    #wrapper .kv_area > .inner .kv img {
      width: 100%; }

#wrapper .maincontents {
  width: 1000px;
  margin: 0px auto 0px; }
  @media screen and (max-width: 960px) {
    #wrapper .maincontents {
      width: 100%;
      max-width: 960px;
      margin: 0px auto 0px; } }
  #wrapper .maincontents .contents_Left {
    width: 750px;
    float: left; }
    @media screen and (max-width: 960px) {
      #wrapper .maincontents .contents_Left {
        width: 100%;
        float: none;
        padding: 0 4.6%; } }
    #wrapper .maincontents .contents_Left .block {
      width: 100%;
      text-align: center;
      margin-bottom: 60px; }
      @media screen and (max-width: 960px) {
        #wrapper .maincontents .contents_Left .block {
          margin-bottom: 30px; } }
      #wrapper .maincontents .contents_Left .block:last-child {
        margin-bottom: 0; }
      #wrapper .maincontents .contents_Left .block h2 {
        margin-bottom: 30px; }
        @media screen and (max-width: 960px) {
          #wrapper .maincontents .contents_Left .block h2 {
            margin-bottom: 20px; } }
      #wrapper .maincontents .contents_Left .block .btn_area {
        width: 100%;
        margin-top: 20px; }
        #wrapper .maincontents .contents_Left .block .btn_area .btn {
          width: 160px;
          float: left;
          margin-right: 20px; }
          @media screen and (max-width: 960px) {
            #wrapper .maincontents .contents_Left .block .btn_area .btn {
              width: 45%;
              max-width: 300px;
              text-align: left;
              margin-bottom: 10px;
              float: none; } }
        #wrapper .maincontents .contents_Left .block .btn_area .txt {
          width: calc(100% -180px);
          float: left; }
          @media screen and (max-width: 960px) {
            #wrapper .maincontents .contents_Left .block .btn_area .txt {
              width: 100%;
              float: none; } }
          #wrapper .maincontents .contents_Left .block .btn_area .txt p {
            font-size: 14px;
            font-size: 1.4rem;
            text-align: left;
            line-height: 1.4; }

#wrapper .maincontents .contents_Left .block {
  text-align: left; }
  #wrapper .maincontents .contents_Left .block .line {
    margin-bottom: 29px; }
    @media screen and (max-width: 960px) {
      #wrapper .maincontents .contents_Left .block .line {
        margin-bottom: 10px; } }
  #wrapper .maincontents .contents_Left .block .feature-image {
    margin: 0 0 30px; }
    @media screen and (max-width: 960px) {
      #wrapper .maincontents .contents_Left .block .feature-image {
        margin: 0 0 15px; } }
  #wrapper .maincontents .contents_Left .block .list-main {
    border-top: 1px solid #DDDDDD; }
    #wrapper .maincontents .contents_Left .block .list-main > li {
      border-bottom: 1px solid #DDDDDD;
      padding-top: 14px;
      padding-bottom: 15px; }
      @media screen and (max-width: 960px) {
        #wrapper .maincontents .contents_Left .block .list-main > li {
          padding-top: 6px;
          padding-bottom: 6px; } }
    #wrapper .maincontents .contents_Left .block .list-main .title {
      margin-bottom: 6px; }
      @media screen and (max-width: 960px) {
        #wrapper .maincontents .contents_Left .block .list-main .title {
          margin-bottom: 4px; } }
      #wrapper .maincontents .contents_Left .block .list-main .title a {
        background: url(/common/img/icon_arrow_bl.png) 8px center no-repeat;
        color: #2259bb;
        display: inline-block;
        font-size: 16px;
        line-height: 1.625;
        padding-left: 21px;
        text-decoration: none; }
        #wrapper .maincontents .contents_Left .block .list-main .title a:hover {
          text-decoration: underline; }
        @media screen and (max-width: 960px) {
          #wrapper .maincontents .contents_Left .block .list-main .title a {
            background: url(/diffuse/index/img/sp_icon_arrow_bl.png) 4px 7px no-repeat;
            background-size: 5.5px;
            font-size: 14px;
            line-height: 1.5;
            padding-left: 14px;
            text-decoration: underline; } }
    #wrapper .maincontents .contents_Left .block .list-main .text {
      font-size: 14px;
      line-height: 1.5714285714;
      padding-left: 21px; }
      @media screen and (max-width: 960px) {
        #wrapper .maincontents .contents_Left .block .list-main .text {
          font-size: 12px;
          line-height: 1.5;
          padding-left: 14px; } }
