@charset "utf-8";

/*
+++++++++++++++++++++++++++++++

take-cno2

+++++++++++++++++++++++++++++++
*/

.take-con2{
    padding:0 10px;
    margin-bottom: 40px;
}

@media screen and (min-width:768px),
print {
    .take-con2{
        padding:0 30px;
    max-width:1100px;
        margin:0 auto 80px;
}
}

.take-subtitle{
    font-size:27px;
    position: relative;
    margin-bottom:35px;
}

.take-subtitle:after {
  content: "";
  position: absolute;
  bottom:-5px;
  left:5px;
  height:1px;
    width:60px;
    background:#D8D8D8;
    
}


@media screen and (min-width: 992px),
print {
    .take-subtitle{
    font-size:45px;
        margin-bottom: 45px;
}

.take-subtitle:after {
  bottom:-5px;
  left:5px;
  height:1px;
    width:60px;
    background:#D8D8D8;
    
}
}

.take-con2-t1{
    margin-bottom: 40px;
    line-height: 2.5;
}

.drink-con2-t2{
    font-size:12px;
}

.drink-con2-t3{
    font-size:12px;
    text-align: right;
}

/*
++++++++++++++++++++++++++++++++++++++++

@media screen and (min-width: 992px),
print {
    
}

@media screen and (min-width: 768px) and (max-width:991px)
{
}

++++++++++++++++++++++++++++++++++++++++
*/