@charset "UTF-8";

.rrs-wrap .form-search{background-color: #f5f6f8; padding: 20px;}
.rrs-wrap .rrs-list-wrap{margin-bottom: 50px;}
.rrs-wrap .rrs-list-wrap:last-child{margin-bottom: 0;}
.rrs-wrap .form-body{text-align: center;}
.rrs-wrap .box-title{display: inline-block; background: url(../images/icon_search.png) no-repeat left center; font-family: 'Noto Regular'; font-size: 18px; margin-right: 20px; padding: 2px 0 2px 55px; color: #18327c; min-height: 40px;}
.rrs-wrap .box-sel{position: relative; top: 0; display: inline-block; margin-right: 2px; vertical-align: middle;}
.rrs-wrap .box-sel select{background : #fff url(../images/ic_search_arrow.png) no-repeat 88% center; font-size: 16px; font-family: 'Noto Light'; color: #9d9d9d; border: 1px solid #ccd0d7; height: 55px; min-width: 130px; padding-left: 20px; appearance: none; -webkit-appearance: none; -moz-appearance: none;}
.rrs-wrap .box-search{position: relative; top: 0; display: inline-block; vertical-align: middle; background-color: #fff; height: 55px; line-height: 55px; border: 1px solid #ccd0d7; min-width: 400px;}
.rrs-wrap .box-search input{position: relative; top: -1px; width: 100%; height: 100%; background: transparent; border: 0; font-family: 'Noto Light'; font-size: 16px; text-indent: 10px; color: #9d9d9d; padding-right: 50px;}
.rrs-wrap .box-search input[type="submit"]{position: absolute; right: 0; top: 0; width: 50px; height: 55px; background: url(../images/ico_search_btn.png) no-repeat center center; text-indent: -9999px; cursor: pointer;}

select::-ms-expand {display: none;}

@media all and (max-width: 768px) {
  .rrs-wrap .box-title{display: none;}
  .rrs-wrap .box-sel{width: 35%; margin-right: 0;}
  .rrs-wrap .box-sel select{min-width: auto; width: 100%;}
  .rrs-wrap .box-search{ width: 60%; min-width: auto;}
}

.rrs-list-inner{margin-top: 40px;}
.rrs-list-inner .rrs-list{margin-bottom: 50px;}
.rrs-list-inner .rrs-list:last-child{margin-bottom: 0;}
.rrs-list h3{font-size: 26px; font-family: 'Noto Medium'; color: #151515; margin-bottom: 15px;}
.rrs-list .rrs-list-box{background: url(../images/border_line.png); padding: 5px;}
.rrs-list-box .rrs-list-name{background-color: white; padding: 30px 0;}
.rrs-list-box .rrs-list-name::after{content:""; display: table; clear: both;}
.rrs-list-name li{float: left; width: calc(100%/3); background: url(../images/ico_nonsel.png) no-repeat right 40px top 7.5px; position: relative;}
.rrs-list-name li:nth-child(n+4){background-position:right 40px top 7.5px;}
.rrs-list-name li::after{content:""; display: block; position: absolute; top: 0; right: 0; width: 1px; height: 100%; background-color: #ccd0d7;}
.rrs-list-name li:nth-child(3n)::after{display: none;}
.rrs-list-name li:hover{background: url(../images/ico_sel.png) no-repeat right 40px top 7.5px;}
.rrs-list-name li:nth-child(n+4):hover{background-position:right 40px top 7.5px;}
.rrs-list-name li a{font-family: 'Noto Regular'; font-size: 17px; color: #6d6e71; width: 100%; height: 100%; display: block; padding: 10px 40px;}
.rrs-list-name li a span{position: relative;}
.rrs-list-name li:hover a span::after{content:""; display: block; position: absolute; left: 0; bottom: -3px; background-color: #0067d4; width: 100%; height: 1px;}
.rrs-list-name li:hover a{color: #0067d4;}

.rrs-list-name li.nodata {width: 100%; text-align: center; background: none;}
.rrs-list-name li.nodata::after {display: none;}
/*
@media all and (max-width: 1420px) {
  .rrs-list-name li{background-position: right 40px top 7.5px;}
  .rrs-list-name li:hover{background-position: right 40px top 7.5px;}
  .rrs-list-name li:nth-child(n+4){background-position:right 40px top 7.5px;}
  .rrs-list-name li:nth-child(n+4):hover{background-position:right 40px top 7.5px;}
} */

@media all and (max-width: 1023px) {
  .rrs-list-name li{width: 50%;}
  .rrs-list-name li:nth-child(n+4) a{padding: 10px 40px;}
  .rrs-list-name li{background-position: right 40px top 7.5px;}
  .rrs-list-name li:nth-child(n+3){background-position: right 40px top 7.5px;}
  .rrs-list-name li:nth-child(3n)::after{content:""; display: block; position: absolute; top: 0; right: 0; width: 1px; height: 100%; background-color: #ccd0d7;}
  .rrs-list-name li:nth-child(even)::after{display: none;}
}

@media all and (max-width: 768px) {
  .rrs-list-box .rrs-list-name{padding: 15px 0;}
  .rrs-list-name li{background-position: right 30px top 7.5px;}
  .rrs-list-name li a {padding: 10px 30px;}
  .rrs-list-name li:hover{background-position: right 30px top 7.5px;}
  .rrs-list-name li{background-position: right 30px top 7.5px;}
  .rrs-list-name li:nth-child(n+3){background-position: right 30px top 7.5px;}
  .rrs-list-name li:nth-child(n+4) a {padding: 10px 30px;}
  .rrs-list-name li:nth-child(n+4):hover{background-position:right 30px top 7.5px;}
  .rrs-list-name li{width: 100%; float: none;}
  .rrs-list-name li::after{display: none;}
  .rrs-list-name li:nth-child(3n)::after{display: none;}
}

@media all and (max-width: 420px) {
  .rrs-list-name li a{padding:10px 40px;}
  .rrs-list-name li{background-position: right 20px center;}
  .rrs-list-name li:hover{background-position: right 20px center;}
}

/* view */
.agency-header{border-top: 2px solid black; border-bottom: 1px solid #eeeeee; padding: 28px 0 29px 0; margin-bottom: 30px;}
.agency-header::after{content:""; display: table; clear: both;}
.agency-title{float: left;}
.agency-title h2{font-size: 26px; color: #151515; font-family: 'Noto Medium'; line-height: 45px;}
.agency-link{float: right;}
.agency-link::after{content:""; display: table; clear: both;}
.agency-link .agency-page{border: 1px solid #b2b2b2; border-radius: 50px; font-family: 'Noto DemiLight'; color: #151515; padding: 13.5px 46px 13.5px 20px; display: block; float: left; background: url(../images/view_home.png) no-repeat right 18px center; line-height: 16px; margin-right: 10px;}
.agency-link .agency-list{display: block; float: left; background-color: white; border: 1px solid #b2b2b2; border-radius: 50px; font-family: 'Noto DemiLight'; color: #151515; padding: 13.5px 46px 13.5px 20px; background: url(../images/view_list.png) no-repeat right 13px center; line-height: 16px; font-size: 16px; cursor: pointer;}

.agency-box{margin-bottom: 20px; }
.agency-box:last-child{margin-bottom: 0;}
.agency-box > div::after{content:""; display: table; clear: both;}

/* agency-info */
.agency-info{background: url(../images/view_background.png) no-repeat right bottom 50px; padding-bottom: 50px; border-bottom: 1px solid #8b9099;}
.agency-image{width: 450px; float: left; border: 1px solid #e8e9ee; position: relative;}
.agency-image img{width: 100%; display: block;}
.agency-image::before{content:""; display: block; position: absolute; width: 20px; height: 20px; background-color: #06988d; right: -20px; bottom: -20px; opacity: 0.9;}
.agency-image::after{content:""; display: block; position: absolute; width: 100%; height: 100%; background: url(../images/border_line.png); right: -10px; bottom: -10px; z-index: -1;}
.agency-text{width: calc(100% - 500px); float: right;}
.agency-text p{font-size: 18px; line-height: 30px; color: #333333;}

/* agency-work */
.agency-work h3{font-size: 20px; font-family: 'Noto Medium'; color: #23499e; position: relative; padding-top: 5px;}
.agency-work h3::before{content:""; display: block; position: absolute; width: 28px; height: 2px; background-color: #23499e; top: 0; left: 0;}
.agency-work li{font-size: 18px; line-height: 30px; color: #333333; padding-left: 20px; position: relative;}
.agency-work li::before{content:""; display: block; position: absolute; width: 10px; height: 10px; border-radius: 50%; background-color: white; border: 2px solid #23499e; left: 0; top: 10px;}

/* agency-master */
.agency-master h3{font-size: 20px; font-family: 'Noto Medium'; color: #23499e; position: relative; padding-top: 5px;}
.agency-master h3::before{content:""; display: block; position: absolute; width: 28px; height: 2px; background-color: #23499e; top: 0; left: 0;}
.agency-introduce{margin-top: 10px; border: 10px solid #e8e9ee; padding: 30px 90px 50px 40px;}
.agency-introduce::after{content:""; display: table; clear: both;}
.agency-introduce-image{float: left; width: 150px; position: relative;}
.agency-introduce-image::before{content:""; display: block; position: absolute; width: 20px; height: 20px; background-color: #06988d; right: -20px; bottom: -20px; opacity: 0.9;}
.agency-introduce-image::after{content:""; display: block; position: absolute; width: 100%; height: 100%; background: url(../images/border_line.png); right: -10px; bottom: -10px; z-index: -1;}
.agency-introduce-content{}


/* agency-laboratory */
.agency-laboratory h3{font-size: 20px; font-family: 'Noto Medium'; color: #23499e; position: relative; padding-top: 5px; margin-bottom: 10px;}
.agency-laboratory h3::before{content:""; display: block; position: absolute; width: 28px; height: 2px; background-color: #23499e; top: 0; left: 0;}
.agency-laboratory p{display: inline-block; font-size: 17px; line-height: 40px; margin-right: 35px; padding-left: 50px;}
.agency-laboratory p.laboratory_1{background: url(../images/place_1.png) no-repeat left top; margin-bottom: 20px;}
.agency-laboratory p.laboratory_2{background: url(../images/place_2.png) no-repeat left top;}

/* agency-equip */
.agency-equip{position: relative;}
.agency-equip h3{font-size: 20px; font-family: 'Noto Medium'; color: #23499e; position: relative; padding-top: 5px; margin-bottom: 10px;}
.agency-equip h3::before{content:""; display: block; position: absolute; width: 28px; height: 2px; background-color: #23499e; top: 0; left: 0;}
.agency-equip .con-table {position:relative;}
.agency-equip .con-table:after {content:''; position: absolute; right:-2px; top:0px; width:3px; height:100%; background:#fff;}
.agency-equip .con-table table {font-family:'Noto DemiLight'; position:relative;}
.agency-equip .con-table table:after {content:'';position:absolute;top:0px;left:0px;width:100%;height:2px;background:#43505d;}
.agency-equip .con-table table:before {content:''; position:absolute; bottom:0px; left:0px; width:100%; height:1px; background:#43505d;}
.agency-equip .con-table thead th {padding:15px 10px; font-weight:normal; background:#F7F8F9; color:#000000; border-right:1px solid #DDDEE0; border-bottom:1px solid #DDDEE0; font-size:18px; font-family: "Noto Regular";}
.agency-equip .con-table tbody tr:first-child th, .agency-equip .con-table tbody tr:first-child td {border-top: 1px solid #B1B2B3;}
.agency-equip .con-table tbody th {padding:15px 10px; background:#FBFBFB; color:#000000; border-right:1px solid #DDDEE0; border-bottom:1px solid #DDDEE0; font-size:16px;}
.agency-equip .con-table tbody th.color {background:#FBFBFB; font-size: 18px; color: #1b1b1b; font-weight: normal;}
.agency-equip .con-table tbody td {padding:15px 10px; background:#fff; color:#666; border-right:1px solid #ccd0d7; border-bottom:1px solid #ccd0d7; font-size:16px; text-align: left; letter-spacing: -0.5px;}
.agency-equip .con-table tbody td ul li {position: relative; padding-left: 20px;}
.agency-equip .con-table tbody td ul li::before {content: ""; position: absolute; width: 8px; height: 8px; background: #B4C1DD; border-radius: 50%; left: 0; top: 10px;}

.wrap-contents .con-table .align-l {text-align:left;}
.wrap-contents .con-table .align-c {text-align:center;}
.wrap-contents .con-table .align-r {text-align:right;}

/* agency-result */
.agency-result{position: relative;}
.agency-result h3{font-size: 20px; font-family: 'Noto Medium'; color: #23499e; position: relative; padding-top: 5px; margin-bottom: 10px;}
.agency-result li{font-size: 16px; color: #333333; margin-bottom: 10px;}
.agency-result li:last-child{margin-bottom: 0;}
.agency-result li span{width: 16px; height: 16px; border-radius: 50%; background-color: #4b74cc; font-size: 10px; color: white; text-align: center; font-family: 'Montserrat'; font-weight: 700; display: inline-block; line-height: 16px; position: relative; top: -2px;}

@media all and (max-width: 1420px) {
  .agency-introduce{padding: 30px 20px 50px 20px;}
}

@media all and (max-width: 1250px) {

}

@media all and (max-width: 1023px) {
  .agency-image{width: 300px;}
  .agency-text{width: calc(100% - 350px);}

  .agency-introduce-image{float: none; margin: 0 auto;}
  .agency-introduce-content{width: 100%; float: none;}

}

@media all and (max-width: 768px) {
  .agency-title{float: none;}
  .agency-link{float: none; margin-top: 10px;}

  .agency-image{float: none; margin: 0 auto; margin-bottom: 50px;}
  .agency-text{width: 100%;}
  .agency-text p{font-size: 16px; line-height: 25px;}

  .agency-work li{font-size: 16px; line-height: 25px;}
  .agency-work li::before{top: 8px;}

  .agency-box {margin-bottom: 20px;}

  .agency-laboratory p{display: block; margin-bottom: 20px; margin-right: 0; line-height: 40px;}
  .agency-laboratory p:last-child{margin-bottom: 0;}

  .agency-result li{margin-bottom: 10px;}
  .agency-result li span{display: inline-block; margin-bottom: 5px;}

}

@media all and (max-width: 420px) {
  .agency-image{width: calc(100% - 20px); margin: 0; margin-bottom: 50px;}

  .agency-introduce-image{width: calc(100% - 20px); margin: 0;}
  .agency-introduce-image img{width: 100%;}

}

/* agency-master */
.agency-introduce{display: table; margin-top: 10px; border: 10px solid #e8e9ee; padding: 20px 20px 30px;}
.agency-introduce-image{display: table-cell; width: 150px; position: relative; vertical-align: top;}
.agency-introduce-image img {width: 120px; }
.agency-introduce-image::before{content:""; display: block; position: absolute; width: 20px; height: 20px; background-color: #06988d; right: -20px; bottom: -20px; opacity: 0.9;}
.agency-introduce-image::after{content:""; display: block; position: absolute; width: 100%; height: 100%; background: url(../../images/sub/border_line.png); right: -10px; bottom: -10px; z-index: -1;}

.agency-introduce-content{display: table-cell; vertical-align: middle; padding-left: 50px;}
.agency-introduce-content ul{}
.agency-introduce-content ul::after{content:""; display: table; clear: both;}
.agency-introduce-content li{float: left; display: table; width: 50%; display: inline-block; vertical-align: top; margin-bottom: 15px;}

.agency-introduce-content li h1{display: table-cell; vertical-align: top; font-size: 16px; color: black; padding-left: 36px; width: 120px; position: relative; line-height: 30px;}
.agency-introduce-content li .introduce-logo_1{background: url(../../images/sub/ico_1.png) no-repeat left 5px;}
.agency-introduce-content li .introduce-logo_2{background: url(../../images/sub/ico_2.png) no-repeat left 5px;}
.agency-introduce-content li .introduce-logo_3{background: url(../../images/sub/ico_3.png) no-repeat left 5px;}
.agency-introduce-content li .introduce-logo_4{background: url(../../images/sub/ico_4.png) no-repeat left 5px;}
.agency-introduce-content li .introduce-logo_5{background: url(../../images/sub/ico_5.png) no-repeat left 5px;}
.agency-introduce-content li .introduce-logo_6{background: url(../../images/sub/ico_6.png) no-repeat left 5px;}
/* .agency-introduce-content li:nth-child(n+4){margin-top: 20px;} */
.agency-introduce-content li h1::after{content:""; display: block; position: absolute; right: 0; top: 10px; width: 1px; height: 15px; background-color: #cdcdcd;}
.agency-introduce-content li .introduce-content{display: table-cell; vertical-align: top; padding: 0 15px; padding-top: 2px;}
.agency-introduce-content li .introduce-content p{color: #666666; line-height: 25px;}
.agency-introduce-content li .introduce-content .email-text{float: left;}
.agency-introduce-content li .introduce-content .email-btn{width: 15px; height: 13px; display: inline-block; text-indent: -9999px; background: url(../../images/sub/ico_8.png); float: left; margin-top: 11.5px;}
.agency-introduce-content li .introduce-content .page-link{ display: inline-block; border: 1px solid rgba(24,50,124,0.3); border-radius: 5px; font-family: 'Noto Light'; color: #4b4b4b; padding: 0.5px 15px 0.5px 36px; background: url(../../images/sub/ico_7.png) no-repeat left 15px center; line-height: 26px;}

@media all and (max-width: 1250px) {
  .agency-introduce-content ul{}
  .agency-introduce-content li h1{font-size: 14px; width: 120px;}
  .agency-introduce-content li .introduce-content{width: calc(100% - 120px);}
  .agency-introduce-content li .introduce-content p{font-size: 14px;}
  .agency-introduce-content li .introduce-content .page-link{font-size: 14px;}
}


@media all and (max-width: 1023px){
  .agency-introduce {display: block; padding: 30px 40px 20px;}
  .agency-introduce-image{display: block;margin: 0 auto; margin-bottom: 30px;}
  .agency-introduce-content{width: 100%; display: block; padding-left: 0;}
  .agency-introduce-content li{width: calc(100%/2); margin-bottom: 10px;}
  .agency-introduce-content li:nth-child(n+4){margin-top: 0;}
}

@media all and (max-width: 768px){
  .agency-introduce-content li{width: 100%; float: none;}
}

@media all and (max-width: 420px) {
  .agency-image{width: calc(100% - 20px); margin: 0; margin-bottom: 50px;}

  .agency-introduce-image{width: calc(100% - 20px); margin: 0;}
  .agency-introduce-image img{width: 100%;}
  .agency-introduce-content li h1{width: 100%; float: none; line-height: 1.5;}
  .agency-introduce-content li h1::after{display: none;}
  .agency-introduce-content li .introduce-content{width: 100%; float: none; margin-top: 10px; padding-left: 0;}
  .agency-introduce-content li .introduce-content p{line-height: 1.3;}
  .agency-introduce-content li .introduce-content .email-btn{margin-top: 2.5px;}
}


.agency-master .dean-intro:last-child {margin-bottom: 50px;}
