/*------------------------------------------------------------
	BASE
------------------------------------------------------------*/
/*------------------------------------------------------------
	COLOR
------------------------------------------------------------*/
/*------------------------------------------------------------
	FUNCTION
------------------------------------------------------------*/
/*------------------------------------------------------------
	MIXIN
------------------------------------------------------------*/
/*------------------------------------------------------------
	NEWS
------------------------------------------------------------*/
#news {
  background: #fdfff7 url("../img/common/bg.png") center 0 repeat-y; }
  @media screen and (max-width: 751px) {
    #news {
      background: #fdfff7 url("https://project-frb.jp/img/common/sp_bg.png") center 0 repeat-y;
      background-size: 100% auto; } }
  #news_contents {
    padding: 70px 0 150px; }
    #news_contents .title {
      position: relative;
      z-index: 2;
      margin-bottom: -40px;
      text-align: center; }
      @media screen and (max-width: 751px) {
        #news_contents .title {
          margin-bottom: -10vw; } }
    #news_contents .inner {
      position: relative;
      margin: 0 auto;
      padding: 40px 90px 70px;
      width: 1000px;
      border-radius: 80px 20px 68px 20px;
      border: 1px solid rgba(186, 189, 255, 0.25);
      background: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.75)); }
      @media screen and (max-width: 751px) {
        #news_contents .inner {
          padding: 8.66667vw 5.33333vw 13.33333vw;
          width: 92vw;
          border-radius: 10.66667vw 2.66667vw 9.06667vw 2.66667vw; } }
      #news_contents .inner:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 80px 20px 68px 20px;
        box-shadow: 0px 0px 10px 0px rgba(186, 189, 255, 0.5);
        background: rgba(255, 255, 255, 0.01); }
        @media screen and (max-width: 751px) {
          #news_contents .inner:before {
            border-radius: 10.66667vw 2.66667vw 9.06667vw 2.66667vw; } }
      #news_contents .inner #news_list {
        margin: 60px auto 50px; }
        @media screen and (max-width: 751px) {
          #news_contents .inner #news_list {
            margin: 5.33333vw auto 10.66667vw; } }
        #news_contents .inner #news_list li {
          position: relative;
          padding: 20px 0 24px;
          border-bottom: 1px solid #e0dfe6;
          font-size: 16px;
          line-height: 1.5; }
          @media screen and (max-width: 751px) {
            #news_contents .inner #news_list li {
              padding: 4vw 0;
              border-bottom: 0.53333vw solid #e0dfe6;
              font-size: 3.2vw;
              line-height: 1.5; } }
          #news_contents .inner #news_list li:before, #news_contents .inner #news_list li:after {
            content: '';
            display: block;
            position: absolute;
            bottom: -4px;
            width: 8px;
            height: 8px;
            border-radius: 8px;
            background: #e0dfe6; }
            @media screen and (max-width: 751px) {
              #news_contents .inner #news_list li:before, #news_contents .inner #news_list li:after {
                bottom: -1.33333vw;
                width: 2.13333vw;
                height: 2.13333vw;
                border-radius: 2.13333vw; } }
          #news_contents .inner #news_list li:before {
            left: 0; }
            @media screen and (max-width: 751px) {
              #news_contents .inner #news_list li:before {
                left: -1.86667vw; } }
          #news_contents .inner #news_list li:after {
            right: 0; }
            @media screen and (max-width: 751px) {
              #news_contents .inner #news_list li:after {
                right: -1.86667vw; } }
          #news_contents .inner #news_list li:first-child {
            border-top: 1px solid #e0dfe6; }
            @media screen and (max-width: 751px) {
              #news_contents .inner #news_list li:first-child {
                border-top: 0.53333vw solid #e0dfe6; } }
            #news_contents .inner #news_list li:first-child dl:before, #news_contents .inner #news_list li:first-child dl:after {
              content: '';
              display: block;
              position: absolute;
              top: -4px;
              width: 8px;
              height: 8px;
              border-radius: 8px;
              background: #e0dfe6; }
              @media screen and (max-width: 751px) {
                #news_contents .inner #news_list li:first-child dl:before, #news_contents .inner #news_list li:first-child dl:after {
                  top: -1.33333vw;
                  width: 2.13333vw;
                  height: 2.13333vw;
                  border-radius: 2.13333vw; } }
            #news_contents .inner #news_list li:first-child dl:before {
              left: 0; }
              @media screen and (max-width: 751px) {
                #news_contents .inner #news_list li:first-child dl:before {
                  left: -1.86667vw; } }
            #news_contents .inner #news_list li:first-child dl:after {
              right: 0; }
              @media screen and (max-width: 751px) {
                #news_contents .inner #news_list li:first-child dl:after {
                  right: -1.86667vw; } }
          #news_contents .inner #news_list li dl dd {
            padding: 7px 0 0; }
            @media screen and (max-width: 751px) {
              #news_contents .inner #news_list li dl dd {
                padding: 2vw 0 0; } }
            #news_contents .inner #news_list li dl dd a {
              display: inline;
              color: #213fd1;
              border-bottom: 1px solid #fff;
              transition: all 0.25s cubic-bezier(0.21, 0.51, 0.51, 1); }
              .pc #news_contents .inner #news_list li dl dd a:hover {
                border-bottom: 1px solid #213fd1; }
      #news_contents .inner .more {
        position: relative;
        z-index: 2;
        display: block;
        margin: 0 auto;
        padding: 18px 0;
        width: 230px;
        height: 54px;
        border: 2px solid #2481c1;
        background: #2481c1;
        font-size: 18px;
        line-height: 1;
        text-align: center;
        color: #fff;
        transition: all 0.25s cubic-bezier(0.21, 0.51, 0.51, 1); }
        @media screen and (max-width: 751px) {
          #news_contents .inner .more {
            padding: 4vw;
            width: 50vw;
            height: 11.73333vw;
            font-size: 4vw;
            line-height: 1; } }
        .pc #news_contents .inner .more:hover {
          background: #fff;
          color: #2481c1; }
          .pc #news_contents .inner .more:hover span:before {
            border: 2px solid #2481c1;
            border-top: none;
            border-left: none; }
        #news_contents .inner .more span {
          position: relative;
          display: inline-block;
          padding: 0 0 0 20px; }
          @media screen and (max-width: 751px) {
            #news_contents .inner .more span {
              padding: 0 0 0 4vw; } }
          #news_contents .inner .more span:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            display: inline-block;
            margin: 0 10px 0 0;
            width: 8px;
            height: 8px;
            border: 2px solid #fff;
            border-top: none;
            border-left: none;
            transform: translateY(-50%) rotate(-45deg);
            transition: all 0.25s cubic-bezier(0.21, 0.51, 0.51, 1); }
            @media screen and (max-width: 751px) {
              #news_contents .inner .more span:before {
                width: 1.6vw;
                height: 1.6vw;
                border: 0.26667vw solid #fff;
                border-top: none;
                border-left: none; } }
  #news_detail {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 55px 0 0;
    width: 700px; }
    @media screen and (max-width: 751px) {
      #news_detail {
        padding: 6.66667vw 0 0;
        width: 81.33333vw; } }
    #news_detail h1 {
      position: relative;
      padding: 0 0 15px;
      font-size: 24px;
      line-height: 1.2;
      font-weight: bold; }
      @media screen and (max-width: 751px) {
        #news_detail h1 {
          padding: 0 0 2vw;
          width: 81.33333vw;
          font-size: 4vw;
          line-height: 1.33333; } }
      #news_detail h1:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: -93px;
        width: 844px;
        height: 32px;
        background: url("../img/common/line.png") 0 0 no-repeat;
        background-size: 100% 100%; }
        @media screen and (max-width: 751px) {
          #news_detail h1:after {
            left: -4vw;
            width: 87.73333vw;
            height: 8.8vw;
            background: url("https://project-frb.jp/img/common/sp_line.png") 0 0 no-repeat;
            background-size: 100% 100%; } }
    #news_detail .date {
      padding: 15px 0 0;
      font-size: 14px;
      line-height: 1;
      text-align: right;
      color: #999; }
      @media screen and (max-width: 751px) {
        #news_detail .date {
          padding: 2.66667vw 0 0;
          font-size: 2.66667vw;
          line-height: 1; } }
    #news_detail .news_detail_contents {
      padding: 55px 0 70px; }
      @media screen and (max-width: 751px) {
        #news_detail .news_detail_contents {
          padding: 5.33333vw 0 10.66667vw; } }
      #news_detail .news_detail_contents figure {
        display: block;
        width: 100%;
        text-align: center; }
        #news_detail .news_detail_contents figure img {
          width: 100%; }
      #news_detail .news_detail_contents p {
        padding: 1em 0 0;
        font-size: 16px;
        line-height: 1.75; }
        @media screen and (max-width: 751px) {
          #news_detail .news_detail_contents p {
            font-size: 3.2vw;
            line-height: 1.83333; } }
      #news_detail .news_detail_contents figure + p {
        padding: 50px 0 0; }
        @media screen and (max-width: 751px) {
          #news_detail .news_detail_contents figure + p {
            padding-bottom: 4.66667vw 0 0; } }
      #news_detail .news_detail_contents a {
        text-decoration: underline;
        color: #2481c1; }
        .pc #news_detail .news_detail_contents a:hover {
          text-decoration: none; }
    #news_detail .back {
      display: block;
      margin: 0 auto;
      padding: 18px 0;
      width: 230px;
      height: 54px;
      border: 2px solid #2481c1;
      background: #2481c1;
      font-size: 18px;
      line-height: 1;
      text-align: center;
      color: #fff;
      transition: all 0.25s cubic-bezier(0.21, 0.51, 0.51, 1); }
      @media screen and (max-width: 751px) {
        #news_detail .back {
          padding: 4vw 0;
          width: 50vw;
          height: 11.73333vw;
          font-size: 4vw;
          line-height: 1; } }
      .pc #news_detail .back:hover {
        background: #fff;
        color: #2481c1; }
        .pc #news_detail .back:hover span:before {
          background: url("https://project-frb.jp/img/common/icon_return_on.png") 0 0 no-repeat; }
      #news_detail .back span {
        position: relative;
        display: inline-block;
        padding: 0 0 0 35px; }
        @media screen and (max-width: 751px) {
          #news_detail .back span {
            padding: 0 0 0 5.33333vw; } }
        #news_detail .back span:before {
          content: '';
          position: absolute;
          top: 50%;
          left: 0;
          display: inline-block;
          width: 20px;
          height: 17px;
          background: url("../img/common/icon_return.png") 0 0 no-repeat;
          transform: translateY(-50%);
          transition: all 0.25s cubic-bezier(0.21, 0.51, 0.51, 1); }
          @media screen and (max-width: 751px) {
            #news_detail .back span:before {
              width: 3.2vw;
              height: 2.93333vw;
              background: url("https://project-frb.jp/img/common/sp_icon_return.png") 0 0 no-repeat;
              transform: translateY(-50%); } }

/*# sourceMappingURL=news.css.map */