@charset "UTF-8";
/*991px以上で適用する内容*/
@media screen and (min-width: 991px) {
  /* all----------------------------------------------- */
  .all {
    width: 100%;
    position: relative; }

  /* main_contents----------------------------------------------- */
  .main_contents {
    width: 1000px;
    margin: 0 auto; }

  /* contents----------------------------------------------- */
  .format_page-contents {
    width: 100%;
    padding: calc(70px + 87px) 0 70px;
    /* pagenation----------------------------------------------- */ }
    .format_page-contents .fo_pa-co_title {
      text-align: center;
      margin: 0 0 50px 0; }
      .format_page-contents .fo_pa-co_title img {
        width: 35px; }
      .format_page-contents .fo_pa-co_title h1 {
        font-size: 19px;
        font-weight: normal;
        line-height: 1.5;
        margin: 25px 0; }
      .format_page-contents .fo_pa-co_title p {
        font-size: 17px;
        line-height: 1.7; }
    .format_page-contents .fo_pa-co_search {
      width: 100%;
      position: relative; }
      .format_page-contents .fo_pa-co_search button {
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
        display: block;
        margin: 0 auto; }
      .format_page-contents .fo_pa-co_search p.search-title {
        font-size: 17px;
        line-height: 1.7;
        letter-spacing: 3px;
        width: 440px;
        color: white;
        background-color: #2c53a3;
        border-radius: 80px;
        padding: 13px 0;
        background-image: url(../images/common_arrow-white.svg);
        background-repeat: no-repeat;
        background-size: 18px 18px;
        background-position: right 23px center; }
      .format_page-contents .fo_pa-co_search .fo_pa-co_search-open {
        width: 800px;
        padding: 20px;
        border-radius: 10px;
        border: 2px solid #2c53a3;
        background-color: white;
        opacity: 0;
        transition: .7s;
        margin-top: 70px;
        position: absolute;
        left: calc((100% - 844px) / 2);
        z-index: 1;
        pointer-events: none; }
        .format_page-contents .fo_pa-co_search .fo_pa-co_search-open #searchform input[type="submit"] {
          -webkit-box-sizing: content-box;
          -webkit-appearance: button;
          appearance: button;
          box-sizing: border-box; }
          .format_page-contents .fo_pa-co_search .fo_pa-co_search-open #searchform input[type="submit"]::-webkit-search-decoration {
            display: none; }
          .format_page-contents .fo_pa-co_search .fo_pa-co_search-open #searchform input[type="submit"]::focus {
            outline-offset: -2px; }
        .format_page-contents .fo_pa-co_search .fo_pa-co_search-open #searchform .submit {
          width: 120px;
          padding: 7px;
          border-radius: 80px;
          background-color: #2c53a3;
          color: white;
          font-size: 15px;
          line-height: 1.5;
          letter-spacing: 3px;
          cursor: pointer;
          margin: 10px calc((100% - 120px) / 2) 10px;
          border: 2px solid #2c53a3;
          transition: .3s; }
          .format_page-contents .fo_pa-co_search .fo_pa-co_search-open #searchform .submit:hover {
            background-color: white;
            border: 2px solid #2c53a3;
            color: #2c53a3;
            font-weight: bold; }
        .format_page-contents .fo_pa-co_search .fo_pa-co_search-open p {
          font-size: 17px;
          line-height: 1.7;
          color: #ef423c;
          font-weight: bold;
          text-align: center;
          margin-top: 20px; }
        .format_page-contents .fo_pa-co_search .fo_pa-co_search-open .search_checkbox {
          width: calc(100% - 50px);
          margin: 20px 25px; }
          .format_page-contents .fo_pa-co_search .fo_pa-co_search-open .search_checkbox input[type="checkbox"] {
            display: none;
            cursor: pointer;
            font-family: FontAwesome;
            border: none;
            border-radius: 20%;
            background: #3879D9;
            color: #fff;
            outline: none;
            width: 2.0em;
            height: 2.0em; }
          .format_page-contents .fo_pa-co_search .fo_pa-co_search-open .search_checkbox .checkbox01 {
            width: 250px;
            box-sizing: border-box;
            cursor: pointer;
            display: block;
            padding: 15px 0px 15px 35px;
            position: relative;
            float: left;
            font-size: 17px;
            line-height: 1.7; }
          .format_page-contents .fo_pa-co_search .fo_pa-co_search-open .search_checkbox .checkbox01::before {
            background: #fff;
            border: 2px solid #ef423c;
            content: '';
            display: block;
            width: 19px;
            height: 19px;
            left: 5px;
            margin-top: -10px;
            position: absolute;
            top: 50%; }
          .format_page-contents .fo_pa-co_search .fo_pa-co_search-open .search_checkbox .checkbox01::after {
            border-right: 3px solid #ef423c;
            border-bottom: 3px solid #ef423c;
            content: '';
            display: block;
            height: 14px;
            width: 6px;
            left: 14px;
            margin-top: -10px;
            opacity: 0;
            position: absolute;
            top: 50%;
            transform: rotate(45deg); }
          .format_page-contents .fo_pa-co_search .fo_pa-co_search-open .search_checkbox input[type=checkbox]:checked + .checkbox01::after {
            opacity: 1; }
      .format_page-contents .fo_pa-co_search div.showUp {
        opacity: 1;
        pointer-events: auto;
        margin-top: 15px; }
    .format_page-contents .fo_pa-co_item {
      width: 1000px;
      margin-top: 50px;
      letter-spacing: -.4em;
      /* inline-blockの隙間をなくす */
      /* 検索結果----------------------------------------------- */ }
      .format_page-contents .fo_pa-co_item .fo_pa-co_item-movie {
        width: 216px;
        display: inline-block;
        vertical-align: top;
        margin: 0 calc((1000px - 216px * 4) / 8) 40px; }
        .format_page-contents .fo_pa-co_item .fo_pa-co_item-movie a {
          display: block;
          transition: .3s; }
          .format_page-contents .fo_pa-co_item .fo_pa-co_item-movie a img {
            width: 100%; }
          .format_page-contents .fo_pa-co_item .fo_pa-co_item-movie a:hover {
            opacity: .8; }
        .format_page-contents .fo_pa-co_item .fo_pa-co_item-movie h2 {
          font-size: 15px;
          line-height: 1.5;
          letter-spacing: 0.0625em;
          /* inline-blockの隙間をなくすを解除する */
          margin: 10px 0; }
        .format_page-contents .fo_pa-co_item .fo_pa-co_item-movie p {
          font-size: 15px;
          line-height: 1.5;
          letter-spacing: 0.0625em;
          /* inline-blockの隙間をなくすを解除する */
          color: #3d3d3d; }
        .format_page-contents .fo_pa-co_item .fo_pa-co_item-movie a:last-of-type {
          display: block;
          text-align: center;
          margin-top: 10px;
          font-size: 15px;
          line-height: 1.5;
          letter-spacing: 0.0625em;
          /* inline-blockの隙間をなくすを解除する */
          color: white;
          background-color: #2c53a3;
          border-radius: 15px;
          padding: 2px 0;
          border: 2px solid #2c53a3; }
          .format_page-contents .fo_pa-co_item .fo_pa-co_item-movie a:last-of-type:hover {
            background-color: white;
            color: #2c53a3;
            font-weight: bold; }
      .format_page-contents .fo_pa-co_item .search_result {
        width: 90%;
        margin: 0 auto;
        letter-spacing: 0.0625em;
        /* inline-blockの隙間をなくすを解除する */
        text-align: center; }
        .format_page-contents .fo_pa-co_item .search_result p:first-of-type {
          font-size: 19px;
          font-weight: normal;
          line-height: 1.5;
          color: #2c53a3;
          display: inline-block;
          font-weight: bold; }
          .format_page-contents .fo_pa-co_item .search_result p:first-of-type:after, .format_page-contents .fo_pa-co_item .search_result p:first-of-type:before {
            content: "";
            width: 9px;
            height: 9px;
            border-radius: 50%;
            background-color: #2c53a3;
            margin: 0px 13px 2px;
            display: inline-block; }
        .format_page-contents .fo_pa-co_item .search_result p:nth-last-of-type(2) {
          font-size: 17px;
          line-height: 1.7;
          padding: 10px 0 30px; }
        .format_page-contents .fo_pa-co_item .search_result p:last-of-type {
          font-size: 19px;
          font-weight: normal;
          line-height: 1.5;
          padding: 0 0 30px;
          color: #2c53a3;
          display: inline-block;
          font-weight: bold; }
          .format_page-contents .fo_pa-co_item .search_result p:last-of-type:after, .format_page-contents .fo_pa-co_item .search_result p:last-of-type:before {
            content: "";
            width: 9px;
            height: 9px;
            border-radius: 50%;
            background-color: #2c53a3;
            margin: 0px 13px 2px;
            display: inline-block; }
    .format_page-contents .ne_co--pagenation {
      letter-spacing: -.4em;
      /* inline-blockの隙間をなくす */
      position: relative;
      text-align: center; }
      .format_page-contents .ne_co--pagenation span {
        letter-spacing: 0.0625em;
        /* inline-blockの隙間をなくすを解除する */
        font-size: 15px;
        line-height: 1.5;
        display: inline-block;
        font-family: "Quicksand", sans-serif;
        border: 2px solid #ef423c;
        padding: 3px 10px;
        font-weight: bold;
        margin: 0 7.5px 15px 7.5px;
        vertical-align: middle;
        color: white;
        background-color: #ef423c; }
      .format_page-contents .ne_co--pagenation a {
        letter-spacing: 0.0625em;
        /* inline-blockの隙間をなくすを解除する */
        font-size: 15px;
        line-height: 1.5;
        display: inline-block;
        font-family: "Quicksand", sans-serif;
        border: 2px solid #ef423c;
        padding: 3px 10px;
        font-weight: bold;
        margin: 0 7.5px 15px 7.5px;
        -webkit-transition: 0.3s ease 0s;
        transition: 0.3s ease 0s;
        vertical-align: middle;
        color: #ef423c; }
        .format_page-contents .ne_co--pagenation a:hover {
          background-color: #ef423c;
          -webkit-transition: 0.3s ease 0s;
          transition: 0.3s ease 0s;
          color: white; }
    .format_page-contents .pager {
      margin: 40px 0 0; } }
