/* break point
============================================= */
/* theme
============================================= */
/* common
============================================= */
/* shot flex */
/* css3 */
/* animation */
/* easeing */
/* http://www.knockknock.jp/archives/184 */
/* from bcj
============================================= */
/* icon */
/* Original
============================================= */
.webroster-search-wrap .ico-radio-wrap {
  display: flex;
  align-items: stretch; }
  @media screen and (max-width: 737px) {
    .webroster-search-wrap .ico-radio-wrap.sp-vertical {
      display: block; } }
.webroster-search-wrap .btns-wrap button i {
  margin-right: 5px;
  font-size: 120%; }
.webroster-search-wrap .js-trigger {
  position: relative;
  cursor: pointer; }
  .webroster-search-wrap .js-trigger:before {
    content: "";
    display: block;
    width: 20px;
    height: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -1px; }
  .webroster-search-wrap .js-trigger:after {
    content: "";
    display: block;
    width: 0px;
    height: 20px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    right: 29px;
    top: 50%;
    margin-top: -10px; }
  .webroster-search-wrap .js-trigger.open:after {
    display: none; }

.cskyblue .webroster-search-btn .form-next-btn button {
  background-color: #0088ba; }

.webroster-dl dt {
  font-size: 16px;
  color: #50c1eb;
  font-weight: 700; }
.webroster-dl dd {
  margin: 0;
  font-size: 16px;
  line-height: 1.8; }

.webroster-wrap .result-num-hd {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #50c1eb;
  margin-top: 20px; }
.webroster-wrap .resultInfo li .cr {
  background-color: #50c1eb; }

.webroster-list-wrap .item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #ccc; }
  @media screen and (max-width: 737px) {
    .webroster-list-wrap .item {
      display: block; } }
  .webroster-list-wrap .item .left .license {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 28px;
    color: #fff;
    background-color: #50c1eb;
    border-radius: 20px;
    line-height: 1;
    font-size: 14px; }
    @media screen and (max-width: 737px) {
      .webroster-list-wrap .item .left .license {
        width: 50%;
        height: 20px; } }
  .webroster-list-wrap .item .left .name {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700; }
  .webroster-list-wrap .item .left .company {
    font-size: 16px; }
  .webroster-list-wrap .item .left .address {
    font-size: 14px; }
  .webroster-list-wrap .item .right {
    width: 200px;
    flex-shrink: 0; }
    @media screen and (max-width: 737px) {
      .webroster-list-wrap .item .right {
        width: 100%;
        display: flex;
        align-items: stretch;
        flex-wrap: wrap;
        margin: 10px -5px 0; } }
    .webroster-list-wrap .item .right .cno {
      text-align: right;
      font-size: 14px; }
      @media screen and (max-width: 737px) {
        .webroster-list-wrap .item .right .cno {
          font-size: 12px;
          width: 100%;
          margin-bottom: 6px;
          text-align: left; } }
    .webroster-list-wrap .item .right .link-btn {
      margin-top: 10px; }
      @media screen and (max-width: 737px) {
        .webroster-list-wrap .item .right .link-btn {
          width: calc( 50% - 10px );
          margin: 0 5px 0; } }
      .webroster-list-wrap .item .right .link-btn a {
        background-color: #0088ba;
        color: #fff;
        display: flex;
        height: 40px;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        text-decoration: none; }
        .webroster-list-wrap .item .right .link-btn a i {
          font-size: 16px;
          margin-left: 8px; }
        @media screen and (max-width: 737px) {
          .webroster-list-wrap .item .right .link-btn a {
            height: 30px; } }
    .webroster-list-wrap .item .right .tel-btn {
      margin-top: 10px; }
      @media screen and (max-width: 737px) {
        .webroster-list-wrap .item .right .tel-btn {
          width: calc( 50% - 10px );
          margin: 0 5px 0; } }
      .webroster-list-wrap .item .right .tel-btn a {
        border: 1px solid #0088ba;
        color: #0088ba;
        display: flex;
        height: 40px;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        text-decoration: none; }
        @media screen and (max-width: 737px) {
          .webroster-list-wrap .item .right .tel-btn a {
            height: 30px; } }

/*# sourceMappingURL=webroster.css.map */
