﻿.c-mylistselectbox {
  display: flex;
  justify-content: space-between;
  padding-bottom: 3rem;
  border-bottom: 1px solid #a9a9a9; 
}
  .c-mylistselectbox--foot {
    display: flex;
    justify-content: flex-end;
    padding: 2rem 0;
    border-bottom: 1px solid #a9a9a9; }
    @media screen and (max-width: 810px) {
      .c-mylistselectbox--foot {
        display: block;
        padding: 0;
        border-bottom: none; } }
  @media screen and (max-width: 810px) {
    .c-mylistselectbox--fixmenu {
      text-align: center; } }
  @media screen and (max-width: 810px) {
    .c-mylistselectbox {
      display: block;
      padding-bottom: 0;
      border-bottom: none; } }
  .c-mylistselectbox-outer-rtl {
    border: 1px solid #707070;
    box-shadow: 0 0 2px #707070;
    padding : 0px 4px 0px 4px;
    direction: rtl; }
    .c-mylistselectbox-outer-rtl > option {
      background-color: #f7f7f7; }
  .c-mylistselectbox-outer {
    border: 1px solid #707070;
    box-shadow: 0 0 2px #707070;
    padding : 0px 4px 0px 4px;}
    .c-mylistselectbox-outer > option {
      background-color: #f7f7f7; }
  .c-mylistselectbox-wrapper:first-of-type {
    margin-right: 50px; }
  .c-mylistselectbox-sort--pc {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 810px) {
      .c-mylistselectbox-sort--pc {
        display: none; } }
  .c-mylistselectbox-sort--sp {
    display: none; }
    @media screen and (max-width: 810px) {
      .c-mylistselectbox-sort--sp {
        display: block;
        background-color: #f7f7f7; } }
    @media screen and (max-width: 810px) {
      .c-mylistselectbox-sort--sp-wrapper {
        display: flex;
        justify-content: space-around;
        padding: 20px 0 20px 20px; } }
    @media screen and (max-width: 810px) {
      .c-mylistselectbox-sort--sp-item {
        width: 45%; } }
    .c-mylistselectbox-sort--sp-item-title {
      font-weight: normal; }
    .c-mylistselectbox-sort--sp-item-button {
      border: 1px solid #707070;
      border-radius: 5px;
      text-align: center;
      background-color: #fff;
      box-shadow: 1px 1px 2px #707070; }
      .c-mylistselectbox-sort--sp-item-button > button {
        display: block;
        width: 100%; }
  .c-mylistselectbox-check {
    display: flex;
    align-items: baseline;
    padding: 1rem; }
    .c-mylistselectbox-check--foot {
      display: flex;
      align-items: baseline; }
      @media screen and (max-width: 810px) {
        .c-mylistselectbox-check--foot {
          display: flex;
          align-items: baseline;
          justify-content: center;
          background-color: #e4e4e4;
          position: relative;
          padding: 1rem; }
          .c-mylistselectbox-check--foot::before {
            position: absolute;
            content: "";
            width: 20px;
            height: 20px;
            top: -20px;
            right: 3%;
            border-top: 10px solid transparent;
            border-bottom: 10px solid #e4e4e4;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent; } }
    @media screen and (max-width: 900px) {
      .c-mylistselectbox-check {
        display: block; } }
    @media screen and (max-width: 810px) {
      .c-mylistselectbox-check {
        display: flex;
        align-items: baseline;
        justify-content: center;
        background-color: #e4e4e4;
        position: relative; }
        .c-mylistselectbox-check::before {
          position: absolute;
          content: "";
          width: 20px;
          height: 20px;
          bottom: -20px;
          right: 3%;
          border-bottom: 10px solid transparent;
          border-top: 10px solid #e4e4e4;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent; } }
    .c-mylistselectbox-check-text {
      margin: 0;
      color: #000;
      font-size: 14px; }
      @media screen and (max-width: 810px) {
        .c-mylistselectbox-check-text {
          font-size: 12px; } }
    .c-mylistselectbox-check-icon {
      margin-right: 1rem;
      width: 2rem;
      height: 2rem;
      background-size: contain; }
      @media screen and (max-width: 810px) {
        .c-mylistselectbox-check-icon {
          width: 0;
          height: 0;
          background: none;
          margin-right: 0; } }
    .c-mylistselectbox-check-link {
      border: 2px solid #1E50B5 !important;
      color: #fff !important;
      background-color: #fff !important; }
      @media screen and (max-width: 810px) {
        .c-mylistselectbox-check-link--fixbtn {
          padding: 1rem !important; } }
      .c-mylistselectbox-check-link:hover {
        color: #fff; }
      .c-mylistselectbox-check-link::before {
        background-color: #1E50B5;
        padding: 6px;
        border-radius: 30px; }
      .c-mylistselectbox-check-link > span {
        color: #1E50B5;
        font-weight: bold; }
    .c-mylistselectbox-check-linktext {
      margin-left: 1rem !important;
      margin-bottom: 0; }
      @media screen and (max-width: 810px) {
        .c-mylistselectbox-check-linktext--fixbtn {
          float: none !important; } }
  .c-mylistselectbox-detailcheckwrap {
    margin-left: 0 !important; }
  .c-mylistselectbox-detailcheck {
    color: #fff !important;
    border: none !important; }
    .c-mylistselectbox-detailcheck:hover {
      color: #fff; }
    .c-mylistselectbox-detailcheck::before {
      background-color: #ccc;
      padding: 6px;
      border-radius: 30px; }
    .c-mylistselectbox-detailcheck > span {
      color: #000; }
    .c-mylistselectbox-detailcheck--checked {
      color: #fff !important;
      border: none !important;
      background-color: #fff !important; }
      .c-mylistselectbox-detailcheck--checked:hover {
        color: #fff; }
      .c-mylistselectbox-detailcheck--checked::before {
        background-color: #1E50B5;
        padding: 6px;
        border-radius: 30px; }
      .c-mylistselectbox-detailcheck--checked > span {
        color: #1E50B5 !important; }

.c-btncustom-print {
  border: 2px solid #1E50B5;
  color: #1E50B5;
  height: auto !important; }
  .c-btncustom-print__body {
    display: block;
    padding: 6px 10px; }
    .c-btncustom-print__body_pc {
      display: block;
      padding: 8px 10px; }

@media screen and (max-width: 810px) {
  .p-searchresult-outer {
    margin: 0 -20px; } }

@media screen and (max-width: 810px) {
  .p-searchresult-resulttitle {
    margin-bottom: 0;
    padding-left: 2em; } }

.p-searchresult__organization {
  display: inline-block;
  background-color: #F2F2F2;
  color: #333333;
  font-size: 1.4rem;
  padding: 0 5px; }

.p-searchresult__contentswrap {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 810px) {
    .p-searchresult__contentswrap:last-of-type {
      border-bottom: none !important; } }

.p-searchresult__contentsbody {
  width: 92%;
  padding: 2.5rem 0; }
  @media screen and (max-width: 810px) {
    .p-searchresult__contentsbody {
      width: 88%;
      padding: 2rem 0 2rem 2rem; } }

@media screen and (max-width: 810px) {
  .p-searchresult-radiolist {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 10px;
    padding-bottom: 10px; }
    .p-searchresult-radiolist:last-of-type {
      border-bottom: none;
      margin-bottom: 0;
      padding-top: 10px;
      padding-bottom: 0; } }

.p-searchresult__contentscheck {
  width: 8%;
  background-color: #f7f7f7;
  padding: 2.75rem 0; }
  @media screen and (max-width: 810px) {
    .p-searchresult__contentscheck {
      width: 10%; } }
  .p-searchresult__contentscheck-body {
    width: 30px;
    height: 30px;
    display: block;
    border: 2px solid #e3e3e4;
    border-radius: 4px;
    margin: auto;
    position: relative;
    background-color: #fff; }
    @media screen and (max-width: 810px) {
      .p-searchresult__contentscheck-body {
        width: 20px;
        height: 20px; } }
    .p-searchresult__contentscheck-body::before {
      content: "";
      display: block;
      top: 0;
      left: 0;
      width: 20px;
      height: 20px;
      border-radius: 4px; }
    .p-searchresult__contentscheck-body::after {
      content: "";
      display: block;
      position: absolute;
      top: -1px;
      left: 5px;
      width: 16px;
      height: 22px;
      transform: rotate(45deg);
      border-bottom: 4px solid #e3e3e4;
      border-right: 4px solid #e3e3e4; }
      @media screen and (max-width: 810px) {
        .p-searchresult__contentscheck-body::after {
          top: 0px;
          left: 5px;
          width: 6px;
          height: 12px;
          border-bottom: 2px solid #e3e3e4;
          border-right: 2px solid #e3e3e4; } }
    .p-searchresult__contentscheck-body--disabled {
      width: 30px;
      height: 30px;
      display: block;
      border: 2px solid #e4e4e4;
      border-radius: 4px;
      margin: auto;
      position: relative;
      background-color: #ededed; }
      @media screen and (max-width: 810px) {
        .p-searchresult__contentscheck-body--disabled {
          width: 20px;
          height: 20px; } }
      .p-searchresult__contentscheck-body--disabled::before {
        content: "";
        display: block;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        border-radius: 4px; }
  .p-searchresult__contentscheck-label {
    display: block;
    text-align: center; }

.p-searchresult__subtitle {
  font-size: 1.4rem;
  font-weight: bold; }

.p-searchresult__usecase {
    display: inline-block;
    color: #B65200;
    font-weight: bold;
}

.p-searchresult__switch_list {
  font-size: 1.4rem; }
  @media screen and (max-width: 810px) {
    .p-searchresult__switch_list {
      width: 100%;
      font-size: 1.2rem; } }

@media screen and (max-width: 810px) {
  .p-searchresult-radiolist label {
    width: 100%;
    position: relative; } }

@media screen and (max-width: 810px) {
  .p-searchresult-radiolabel--sort::before, .p-searchresult-radiolabel--limit::before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    border: 2px solid #707070;
    border-radius: 50%;
    background-color: #fff;
    top: 6px;
    right: 0; } }

@media screen and (max-width: 810px) {
  .p-searchresult-radiolabel--sort::after, .p-searchresult-radiolabel--limit::after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #1d597b;
    top: 10px;
    right: 4px;
    opacity: 0;
    transition: .3s; } }

@media screen and (max-width: 810px) {
  .p-searchresult-radio--sort:checked + .p-searchresult-radiolabel--sort::after {
    opacity: 1; } }

@media screen and (max-width: 810px) {
  .p-searchresult-radio--limit:checked + .p-searchresult-radiolabel--limit::after {
    opacity: 1; } }

.p-searchresult__contentscheck-input:checked + .p-searchresult__contentscheck-body {
  color: #fff;
  background-color: #252020; }

.p-searchresult__contentscheck-input:checked + .p-searchresult__contentscheck-body::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 5px;
  width: 16px;
  height: 22px;
  transform: rotate(45deg);
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff; }
  @media screen and (max-width: 810px) {
    .p-searchresult__contentscheck-input:checked + .p-searchresult__contentscheck-body::after {
      top: 0px;
      left: 5px;
      width: 6px;
      height: 12px;
      border-bottom: 2px solid #fff;
      border-right: 2px solid #fff; } }

.gbizLogin-ok-btn {
    background-color: #1E50B5;
    border-color: #1E50B5;
}