@charset "utf-8";


.column-38_6__bg-img{
  background-image: url("/lab/column/38_6/img/img_column38_6_01_pc.jpg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  width: 870px;
  height: 263px;
}
.column-38_6__bg-img_title {
  position: absolute;
  top: 18%;
  left: 7%;
}

.column-38_6__bg-img_name {
  position: absolute;
  top: 50%;
  left: 13%;
  text-align: right;
}

.column-38_6-div__bk-g{
  background-color: #ECECEC;
  width: 100%;
  height: auto;
  padding: 20px 40px;
  margin-top: 40px;
}

.column-38_6-div__bk-g ul{
  margin-top: 10px;
}

.column-38_6-div__bk-g ul li a{
  display: block;
  padding-left: 1.5em;
  margin-bottom: 1em;
  border-left: 2px #EDA721 solid;
  color: #353535;
}
.column-38_6-div__bk-g ul li a:hover{
  text-decoration: underline;
  color: #0000EE;
}
.add-color-bule{
  color: #194a84;
}

.column-38_6-div__commentL, 
.column-38_6-div__commentR
{
  border: 1px solid #535353;
  border-radius: 15px;
  width: 100%;
  height: auto;
  padding: 20px;
  position: relative;
}

.column-38_6-div__commentL::after, 
.column-38_6-div__commentL::before{
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  pointer-events:none;
  position:absolute;
  left:100%;
  top:32%;
}

.column-38_6-div__commentL::before{
  border-color: rgba(84, 84, 84, 0);
  border-top-width:13px;
  border-bottom-width:13px;
  border-left-width:36px;
  border-right-width:36px;
  margin-top: -13px;
  margin-left: 1px;
  border-left-color:#545454;
}
.column-38_6-div__commentL::after{
  border-color: rgba(255, 255, 255, 0);
  border-top-width:12px;
  border-bottom-width:12px;
  border-left-width:34px;
  border-right-width:34px;
  margin-top: -12px;
  border-left-color:#FFFFFF;
}


.column-38_6-div__commentR::after, 
.column-38_6-div__commentR::before{
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  pointer-events:none;
  position:absolute;
  right:100%;
  top:32%;
}

.column-38_6-div__commentR::before{
  border-color: rgba(84, 84, 84, 0);
  border-top-width:13px;
  border-bottom-width:13px;
  border-left-width:36px;
  border-right-width:36px;
  margin-top: -13px;
  margin-right: 1px;
  border-right-color:#545454;
}
.column-38_6-div__commentR::after{
  border-color: rgba(255, 255, 255, 0);
  border-top-width:12px;
  border-bottom-width:12px;
  border-left-width:34px;
  border-right-width:34px;
  margin-top: -12px;
  border-right-color:#FFFFFF;
}




@media screen and (max-width: 767px) {

.column-38_6__bg-img{
  display: none;
}
.column-38_6__bg-img_title {
  display: none;
}

.column-38_6__bg-img_name {
 display: none;
}




.column-38_6-div__commentL::after, 
.column-38_6-div__commentL::before, 
.column-38_6-div__commentR::after, 
.column-38_6-div__commentR::before
{
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  pointer-events:none;
  position:absolute;
  top:100%;
  left:50%;
}

.column-38_6-div__commentL::before, 
.column-38_6-div__commentR::before{
  border-color: rgba(84, 84, 84, 0);
  border-top-width:27px;
  border-bottom-width:27px;
  border-left-width:10px;
  border-right-width:10px;
  margin-left: -10px;
  margin-top: 1px;
  border-top-color:#545454;
}
.column-38_6-div__commentL::after, 
.column-38_6-div__commentR::after{
  border-color: rgba(255, 255, 255, 0);
  border-top-width:39px;
  border-bottom-width:50px;
  border-left-width:12px;
  border-right-width:12px;
  margin-left: -12px;
  border-top-color:#FFFFFF;
}


/*.column-38_6-div__commentR::after, 
.column-38_6-div__commentR::before{
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  pointer-events:none;
  position:absolute;
  bottom:0%;
  left:50%;
}

.column-38_6-div__commentR::before{
  border-color: rgba(84, 84, 84, 0);
  border-top-width:26px;
  border-bottom-width:26px;
  border-left-width:10px;
  border-right-width:10px;
  margin-left: -10px;
  margin-bottom: 1px;
  border-bottom-color:#545454;
}
.column-38_6-div__commentR::after{
  border-color: rgba(255, 255, 255, 0);
  border-top-width:27px;
  border-bottom-width:47px;
  border-left-width:15px;
  border-right-width:15px;
  margin-left: -15px;
  border-bottom-color:#FFFFFF;
}*/

}

.mod-float--small-s .mod-float__image {
  width: 150px;
}

@media all and (max-width: 767px) {
  .mod-float--small-s .mod-float__image {
    width: 90%;
  }
}