#base_stresscheck a{
     text-decoration:none;
}
#base_stresscheck .hidden{
     overflow:hidden;
}
#base_stresscheck .health_support{
    width: 385px;
    float: right;
    margin: 31px 23%;
}

#base_stresscheck .health_support_name{
}
#base_stresscheck #st_top_img{
    background: rgba(255, 255, 255, 0.26) no-repeat;
    background-blend-mode: soft-light;
    background-size: cover;
}
#base_stresscheck .contbox{
    width:33.3%;
    height:370px;
    padding: 10px 25px;
    cursor: pointer;
}
#base_stresscheck .contbox h1{
text-align: center;
    font-weight: bold;
    margin: 19px 0px;
}
#base_stresscheck .contbox p{
    text-align: center;
    margin-bottom:16px;
}
#base_stresscheck .contbox_button{
    position:relative;
}
#base_stresscheck .contbox_button p{
    color:#ff4281;
}
.triangle1:before,
.triangle1:after{
  position: absolute;
    left: 46%;
    top: 126%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    border-width: 24px;
    margin: 0 0 0 -14px;
}

.triangle1:before {
    border-top-color: #ff4281;
    margin-left: -14px;
}
.triangle1:after {
    border-top-color: #FFFFFF;
    margin: -3px 0 0 -14px;
}
.triangle2:before,
.triangle2:after{
  position: absolute;
    left: 46%;
    top: 99%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    border-width: 24px;
    margin: 0 0 0 -14px;
}

.triangle2:before {
    border-top-color: #ff4281;
    margin-left: -14px;
}
.triangle2:after {
    border-top-color: #FFFFFF;
    margin: -3px 0 0 -14px;
}

.triangle3:before,
.triangle3:after{
  position: absolute;
    left: 46%;
    top: 128%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    border-width: 24px;
    margin: 0 0 0 -14px;
}

.triangle3:before {
    border-top-color: #F6B680;
    margin-left: -14px;
}
.triangle3:after {
    border-top-color: #FFFFFF;
    margin: -3px 0 0 -14px;
}
.triangle4:before,
.triangle4:after{
  position: absolute;
    left: 46%;
    top: 100%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    border-width: 24px;
    margin: 0 0 0 -14px;
}

.triangle4:before {
    border-top-color: #F6B680;
    margin-left: -14px;
}
.triangle4:after {
    border-top-color: #FFFFFF;
    margin: -3px 0 0 -14px;
}

.triangle5:before,
.triangle5:after{
  position: absolute;
    left: 46%;
    top: 128%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    border-width: 24px;
    margin: 0 0 0 -14px;
}

.triangle5:before {
    border-top-color: #7ACAF1;
    margin-left: -14px;
}
.triangle5:after {
    border-top-color: #FFFFFF;
    margin: -3px 0 0 -14px;
}
.triangle6:before,
.triangle6:after{
  position: absolute;
    left: 46%;
    top: 98%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    border-width: 24px;
    margin: 0 0 0 -14px;
}

.triangle6:before {
    border-top-color: #7ACAF1;
    margin-left: -14px;
}
.triangle6:after {
    border-top-color: #FFFFFF;
    margin: -3px 0 0 -14px;
}
#base_stresscheck .cont_detail{
    width: 100%;
    height: 500px;
    overflow: hidden;
}
#base_stresscheck .cont_img p{
    text-align:center;
}
#base_stresscheck .cont_img{
    width:50%;
    float:left;
}
#base_stresscheck .cont_img h1{
    text-align:center;
    font-weight: bold;
    margin-top: 18px;
}
#base_stresscheck .cont_text{
    width:50%;
    height:500px;
    background-color:#ccc;
    overflow: hidden;
    padding: 25px;
}
#base_stresscheck .cont_text h2{
   font-weight:bold;
   font-size:18px;
   color:#fff;
   text-align:left;
   margin-bottom: 0px;
}
#base_stresscheck .cont_text p{
   color:#fff;
   margin-bottom: 25px;
}
#base_stresscheck .border{
   border-radius: 3px;
   border:2px solid #fff;
   margin: 2px 0px 10px;
}
#base_stresscheck .conttext_button{
    width:435px;
    width: 162px;
    background-color: #fff;
    height: 42px;
    margin: 0 auto;
    margin-top: 47px;
    position:relative;
    transition-property: all;
    transition: 0.5s;
}
#base_stresscheck .conttext_button p{
    text-align: center;
    padding-top: 9px;
} 
#base_stresscheck .st_leaf{
    position:relative;
}
#base_stresscheck .line_st{
    width:0px;
    height:5px;
    background-color:#ccc;
        transition-property: all;
    transition: 0.5s;
    position:absolute;
    top:15px;
    left:0px;
}
#base_stresscheck .st_leaf : hover .line_st{
    width:50px;
}

#base_stresscheck .st_leaf_detail .conttext_button p{
    color: #ff4281;
}
#base_stresscheck .st_leaf_detail .conttext_button:hover{
    background-color: #ff4281;
    border:1.5px solid #fff;
}
#base_stresscheck .st_leaf_detail .conttext_button:hover p{
    color: #fff;
}
#base_stresscheck .st_shokuba_detail .conttext_button p{
    color: #F6B680;
}
#base_stresscheck .st_shokuba_detail .conttext_button:hover{
    background-color:#F6B680;
    border:1.5px solid #fff;
}
#base_stresscheck .st_shokuba_detail .conttext_button:hover p{
    color: #fff;
}
#base_stresscheck .st_eap_detail .conttext_button p{
    color: #7acaf1;
}
#base_stresscheck .st_eap_detail .conttext_button:hover{
    background-color:#7acaf1;
    border:1.5px solid #fff;
}
#base_stresscheck .st_eap_detail .conttext_button:hover p{
    color: #fff;
}
#base_stresscheck .conttext_button .conttext_arrow_st:before,
#base_stresscheck .conttext_button .conttext_arrow_st:after{
  position: absolute;
    right: 0%;
    top: 50%;
    content: '';
    display: inline-block;
    z-index: 0;
    width: 0;
    height: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #ff4281;
}

#base_stresscheck .conttext_button .conttext_arrow_st:after{
  z-index: 1;
  margin-left: -3px;
  border-left-color: #fff;
    right: 2%;
    top: 50%;
}

#base_stresscheck .conttext_button .conttext_arrow_shokuba:before,
#base_stresscheck .conttext_button .conttext_arrow_shokuba:after{
  position: absolute;
    right: 0%;
    top: 50%;
    content: '';
    display: inline-block;
    z-index: 0;
    width: 0;
    height: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #F6B680;
}

#base_stresscheck .conttext_button .conttext_arrow_shokuba:after{
  z-index: 1;
  margin-left: -3px;
  border-left-color: #fff;
    right: 2%;
    top: 50%;
}

#base_stresscheck .conttext_button .conttext_arrow_eap:before,
#base_stresscheck .conttext_button .conttext_arrow_eap:after{
  position: absolute;
    right: 0%;
    top: 50%;
    content: '';
    display: inline-block;
    z-index: 0;
    width: 0;
    height: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #7ACAF1;
}

#base_stresscheck .conttext_button .conttext_arrow_eap:after{
  z-index: 1;
  margin-left: -3px;
  border-left-color: #fff;
    right: 2%;
    top: 50%;
}


#base_stresscheck .st_infomation{
    height: 270px;
    width: 100%;
    margin-top: 25px;
    overflow: hidden;
}
#base_stresscheck .info_img{
    width:50%;
}
#base_stresscheck .info_img img {
    width:100%;
    height:auto;
}
#base_stresscheck .info_text{
    float: left;
    width: 50%;
    height: 270px;
}
#base_stresscheck .info_text h4{
    text-align:center;
    font-weight: bold;
    font-size: 18px;
    margin-top: 27px;
}
#base_stresscheck .info_text p{
    text-align:center;
    margin-top: 6px;
}
#base_stresscheck .info_button {
    position:relative;

}
#base_stresscheck .info_button:hover h4{
    color:#777; 
    transition-property: all;
    transition: 0.5s;
}
#base_stresscheck .info_button .info_arrow:before,
#base_stresscheck .info_button .info_arrow:after{
  position: absolute;
    left: 13%;
    top: 18%;
    content: '';
    display: inline-block;
    z-index: 0;
    width: 0;
    height: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #ff428e;
}

#base_stresscheck .info_button .info_arrow:after{
    z-index: 1;
    margin-left: -3px;
    border-left-color: #fff;
    left: 13%;
    top: 18%;
}
#base_stresscheck .st_performance{
    margin-top:50px;
}
#base_stresscheck .st_performance h1{
    font-size: 27px;
    font-weight: bold;
    text-align: center;
}
#base_stresscheck .comments{
    font-size: 11px;
}
#base_stresscheck .st_performance h2{
    font-weight: 200;
    font-size: 54px;
    margin-right: 20px;
    margin-bottom: 25px;
}
#base_stresscheck .st_no1{
    position:relative;
    overflow:hidden;
    margin-bottom: 12px;
}
#base_stresscheck .st_no1 .position{
    position: absolute;
    top: 5px;
    right: 275px;
}
#base_stresscheck .st_support_per{
    position:relative;
    width:47%;
    height:auto;
    margin-bottom:30px;
}
#base_stresscheck .st_support_per .comments{
    font-size: 11px;
}
#base_stresscheck .st_support_per h3{
    font-size: 90px;
    margin-top: -45px;
    margin-left: 13px;
}
#base_stresscheck .st_support_per p{
    font-size:18px;
}
#base_stresscheck .st_support_per .position{
    position:absolute;
    top:0px;
    left:325px;
}
#base_stresscheck .st_support_max h3{
    font-size: 90px;
    margin-top: -45px;
    margin-left: 13px;
}
#base_stresscheck .st_support_max{
    width:53%;
    height:auto;
    margin-bottom:34px;
}
#base_stresscheck .st_support_max p{
    font-size:18px;
}
#base_stresscheck .st_performance img{
    width: 25px;
    height: auto;
    padding-top: 8px;
    padding-right: 5px;
}
#base_stresscheck .support_list {
    width:100%;
    height:auto;
    overflow: hidden;
    margin-bottom: 22px;
}
#base_stresscheck .support_list ul{
    width: 27%;
    margin-right: 9%;
    margin-bottom: 9px;
}
#base_stresscheck .support_list ul:nth-child(3n){
    margin-right:0px;
}
#base_stresscheck .support_list li{
    font-size:15px;
}
#base_stresscheck .st_leaf_detail{
display:block;
}
#base_stresscheck .st_shokuba_detail{
display:none;
}
#base_stresscheck .st_eap_detail{
display:none;
}
#base_stresscheck .open_detail{
display:block;
}
#base_stresscheck .st_infoline{
    border: 1px dotted #eeeeee;
    width: 100%;
    height: 1px;
    margin: 27px;
    overflow:hidden;    margin-left: 0;
}
#base_stresscheck .st_no1{
    position:relative;
}
#base_stresscheck .st_no1 div{
    border-radius: 2px;
    background-color: #cdcdcd;
    width: 630px;
    height: 4px;
    position: absolute;
    top: 85px;
    left: 2px;
}
#base_stresscheck .st_leaf_hover{
    width: 0px;
    height: 10px;
    background-color: #fff;
    transition:0.3s;
    margin-bottom: 25px;
    border-radius: 4px;
}
#base_stresscheck .st_leaf:hover > .st_leaf_hover{
    width:100%;
    background-color:#ff4281;
}
#base_stresscheck .st_shokuba_hover{
    width: 0px;
    height: 10px;
    background-color: #fff;
    transition:0.3s;
    margin-bottom: 25px;
    border-radius: 4px;
}
#base_stresscheck .st_shokuba:hover > .st_shokuba_hover{
    width:100%;
    background-color: #F6B680;
}
#base_stresscheck .st_eap_hover{
    width: 0px;
    height: 10px;
    background-color: #fff;
    transition:0.3s;
    margin-bottom: 25px;
    border-radius: 4px;
}
#base_stresscheck .st_eap:hover > .st_eap_hover{
    width:100%;
    background-color:#7acaf1;
}



#base_stresscheck .selected .st_leaf_hover{
    width: 100%;
    height: 10px;
    background-color:#ff4281;
    transition:0.3s;
    margin-bottom: 25px;
    border-radius: 4px;
}

#base_stresscheck .selected .st_shokuba_hover{
    width: 100%;
    height: 10px;
    background-color: #F6B680;
    transition:0.3s;
    margin-bottom: 25px;
    border-radius: 4px;
}

#base_stresscheck .selected .st_eap_hover{
    width: 100%;
    height: 10px;
    background-color: #7acaf1;
    transition:0.3s;
    margin-bottom: 25px;
    border-radius: 4px;
}

#serviceLineup{}

#serviceLineup h1{    font-size: 27px;
    font-weight: bold;
    text-align: center;}

#serviceLineup .serviceWrapper{}

#serviceLineup .eachService{    width: 47%;
    float: left;
    overflow: hidden;    margin: 20px 0;}

#serviceLineup .eachService:nth-child(2n){float:right;}

#serviceLineup .eachService a{    display: block;
    width: 100%;
    height: 100%;transition:0.5s;}

#serviceLineup .eachService a:hover{opacity:0.5;}

#serviceLineup .eachService .serviceLogo{    float: left;}

#serviceLineup .eachService .serviceText{    float: right;
    width: 80%;}

#serviceLineup .eachService .serviceText h2{    font-size: 21px;
    margin: 0;
    text-align: left;    color: #42b0a9;font-weight:700;}

#serviceLineup .eachService .serviceText p{}
