@charset "UTF-8";
/* ==================================================================

	cfo.html

=====================================================================*/
/*-----------------------------------------------------
Contents（PC 960px - 769px）
-------------------------------------------------------*/
@media all and (min-width: 769px) {
  /* .mainvisualSection
-----------------------------------*/
  .mainvisualSection {
    background: url(../images/cfo/mv-pct.jpg) center top no-repeat;
    background-size: cover; }
    .mainvisualSection .inner {
      position: relative;
      width: 880px;
      height: 450px;
      margin: 0 auto; }
      .mainvisualSection .inner .title {
        position: absolute;
        top: 30px;
        left: 0px;
        text-indent: -9999px;
        width: 288px;
        height: 288px;
        background: url(../images/cfo/mv-title.png); }
  /* .topleadSection
-----------------------------------*/
  .topleadSection {
    padding: 18px 0 26px;
    background-color: #f2f2f2;
    margin-bottom: 60px; }
    .topleadSection .inner {
      position: relative;
      width: 900px;
      margin: 0 auto;
      text-align: center;
      color: #505050; }
      .topleadSection .inner .title {
        font-size: 22px;
        line-height: 35px;
        padding-bottom: 15px;
        border-bottom: 2px solid #c8c8c8;
        margin-bottom: 14px; }
      .topleadSection .inner .subtitle {
        font-size: 16px; }
        .topleadSection .inner .subtitle .name {
          font-size: 22px; }
  /* .detailSection
-----------------------------------*/
  .detailSection {
    padding-bottom: 20px; }
    .detailSection .inner {
      position: relative;
      color: #505050; }
      .detailSection .inner .box {
        padding-bottom: 100px;
        border-bottom: 1px solid #cccccc;
        margin-bottom: 75px; }
        .detailSection .inner .box.last {
          border-bottom: 0px;
          margin-bottom: 0px; }
      .detailSection .inner .title {
        width: 600px;
        height: 40px;
        font-size: 22px;
        text-align: center;
        font-style: oblique;
        line-height: 40px;
        color: #fff;
        margin: 0 auto 35px;
        background-color: #3386c3; }
      .detailSection .inner .qtitle {
        overflow: hidden;
        width: 600px;
        font-size: 20px;
        line-height: 1.5;
        color: #0068b4;
        padding: 11px 0 10px;
        border-top: 1px solid #0068b4;
        border-bottom: 1px solid #0068b4;
        margin: 0 auto 20px; }
        .detailSection .inner .qtitle span {
          float: left;
          display: block;
          text-indent: -9999px;
          width: 69px;
          height: 47px;
          margin: 5px 25px 0 20px;
          background: url(../images/cfo/title-q.png) left center no-repeat;
          border-right: 1px solid #0068b4; }
        .detailSection .inner .qtitle.line1 {
          padding: 17px 0 12px; }
          .detailSection .inner .qtitle.line1 span {
            width: 69px;
            height: 39px;
            margin: -5px 25px 0 20px;
            background: url(../images/cfo/title-q.png) left center no-repeat; }
      .detailSection .inner .text {
        width: 600px;
        margin: 0 auto 20px; }
        .detailSection .inner .text p {
          font-size: 14px;
          line-height: 30px;
          margin-bottom: 25px; }
          .detailSection .inner .text p span {
            color: #0068b0; }
        .detailSection .inner .text.nomargin {
          margin-bottom: 0; }
      .detailSection .inner .text + .qtitle {
        margin-top: 55px; }
      .detailSection .inner .caption + .qtitle {
        margin-top: 55px; }
      .detailSection .inner .caption + .pct {
        margin-top: 55px; }
      .detailSection .inner .pct {
        text-align: center;
        padding: 10px 0 75px; }
        .detailSection .inner .pct.nomargin {
          padding-bottom: 0; }
        .detailSection .inner .pct .ptitle {
          text-align: center;
          font-size: 16px;
          font-weight: bold;
          color: #0068b4;
          margin-bottom: 30px; }
        .detailSection .inner .pct .btn {
          padding-top: 20px;
          text-align: center; }
          .detailSection .inner .pct .btn img {
            width: 148px;
            height: auto; }
      .detailSection .inner .caption {
        overflow: hidden;
        width: 600px;
        font-size: 14px;
        line-height: 22px;
        color: #0068b0;
        padding-top: 10px;
        border-top: 1px solid #0068b0;
        margin: 0 auto; }
        .detailSection .inner .caption dt {
          clear: left;
          float: left;
          width: 40px; }
        .detailSection .inner .caption dd {
          float: left;
          width: 560px;
          margin-bottom: 8px; }
  /*モーダル*/
  .modalSystem {
    position: relative;
    width: 100%;
    min-width: 760px;
    margin: 0 auto;
    background-color: #f2f2f2; }
    .modalSystem .wrap {
      width: 100%; }
      .modalSystem .wrap .detail {
        padding: 30px; }
        .modalSystem .wrap .detail img {
          width: 100%; }
    .modalSystem button {
      border: 0; }
    .modalSystem .remodal-close {
      width: 50px;
      height: 50px;
      background-image: url(../images/common/btn-close.png);
      background-size: 50px; }
      .modalSystem .remodal-close:hover {
        opacity: 0.5; }
      .modalSystem .remodal-close.toparea {
        position: absolute;
        right: 10px;
        top: 10px; } }

@media all and (max-width: 900px) and (min-width: 769px) {
  .mainvisualSection .inner {
    position: relative;
    width: 768px;
    height: 530px;
    margin: 0 auto; }
  .topleadSection .inner {
    position: relative;
    width: 768px;
    margin: 0 auto;
    text-align: center;
    color: #505050; } }

/*-----------------------------------------------------
Contents（SP 768px - ）
-------------------------------------------------------*/
@media all and (max-width: 768px) {
  /* .mainvisualSection
-----------------------------------*/
  .mainvisualSection {
    width: 100%;
    background: url(../images/sp/cfo/mv-pct.jpg) center top no-repeat;
    background-size: cover; }
    .mainvisualSection .inner {
      padding-top: 200px; }
      .mainvisualSection .inner .title {
        text-indent: -9999px;
        width: 100%;
        height: 50px;
        background: url(../images/sp/cfo/mv-title.png) center top no-repeat, url(../images/sp/common/bg-title.png) center top no-repeat;
        background-size: 320px 50px, 100% 50px; }
  /* .topleadSection
-----------------------------------*/
  .topleadSection {
    padding: 15px 0 12px;
    background-color: #f2f2f2;
    margin-bottom: 28px; }
    .topleadSection .inner {
      color: #505050; }
      .topleadSection .inner .title {
        font-size: 1.5rem;
        line-height: 1.6;
        padding: 0 20px 10px;
        border-bottom: 1px solid #c8c8c8;
        margin-bottom: 10px; }
      .topleadSection .inner .subtitle {
        font-size: 1.1rem;
        padding: 0 20px; }
  /* .detailSection
-----------------------------------*/
  .detailSection {
    padding-bottom: 20px; }
    .detailSection .inner {
      position: relative;
      color: #505050; }
      .detailSection .inner .box {
        padding-bottom: 15px;
        border-bottom: 1px solid #bfbfbf;
        margin-bottom: 35px; }
        .detailSection .inner .box.last {
          border-bottom: 0px;
          margin-bottom: 0px; }
      .detailSection .inner .title {
        text-align: center;
        font-size: 1.8rem;
        font-style: oblique;
        color: #fff;
        padding: 2px 0;
        margin: 0 20px 20px;
        background-color: #3386c3; }
      .detailSection .inner .qtitle {
        overflow: hidden;
        font-size: 1.6rem;
        line-height: 1.4;
        color: #0068b4;
        padding: 5px 0;
        border-top: 1px solid #0068b4;
        border-bottom: 1px solid #0068b4;
        margin: 0 20px 20px; }
        .detailSection .inner .qtitle span {
          float: left;
          display: block;
          text-indent: -9999px;
          width: 45px;
          height: 28px;
          margin: 7px 12px 10px 0;
          background: url(../images/cfo/title-q.png) left center no-repeat;
          background-size: 35px 28px;
          border-right: 1px solid #0068b4; }
        .detailSection .inner .qtitle br {
          display: none; }
      .detailSection .inner .text {
        margin: 0 20px 20px; }
        .detailSection .inner .text p {
          font-size: 1.3rem;
          line-height: 1.77;
          margin-bottom: 15px; }
          .detailSection .inner .text p span {
            color: #0068b0; }
        .detailSection .inner .text.nomargin {
          margin-bottom: 0; }
      .detailSection .inner .text + .qtitle {
        margin-top: 30px; }
      .detailSection .inner .caption + .qtitle {
        margin-top: 30px; }
      .detailSection .inner .caption + .pct {
        margin-top: 30px; }
      .detailSection .inner .pct {
        text-align: center;
        padding: 12px 30px 30px; }
        .detailSection .inner .pct img {
          width: 100%; }
        .detailSection .inner .pct .ptitle {
          text-align: center;
          font-size: 1.3rem;
          font-weight: bold;
          color: #0068b4;
          margin-bottom: 18px; }
        .detailSection .inner .pct .btn {
          padding-top: 15px;
          text-align: center; }
          .detailSection .inner .pct .btn img {
            width: 200px;
            height: auto; }
      .detailSection .inner .caption {
        overflow: hidden;
        font-size: 1.1rem;
        line-height: 1.7;
        color: #0068b0;
        padding-top: 10px;
        border-top: 1px solid #0068b0;
        margin: 0 20px; }
        .detailSection .inner .caption dt {
          clear: left;
          float: left;
          width: 25px; }
        .detailSection .inner .caption dd {
          overflow: hidden;
          margin-bottom: 4px; }
  /*モーダル*/
  .modalSystem {
    position: relative;
    width: 100%;
    background-color: #f2f2f2; }
    .modalSystem .wrap {
      width: 100%; }
      .modalSystem .wrap .detail {
        padding: 10px 5px; }
        .modalSystem .wrap .detail img {
          width: 100%; }
    .modalSystem button {
      border: 0; }
    .modalSystem .remodal-close {
      width: 30px;
      height: 30px;
      background-image: url(../images/common/btn-close.png);
      background-size: 30px; }
      .modalSystem .remodal-close.toparea {
        position: absolute;
        right: 5px;
        top: 5px; } }
