div.beautycomb-logo {
    margin: 0;
    padding: 0;
}
h2.beautycomb-copy {
    margin: 0 !important;
    padding: 10px !important;
    border: none !important;
    background: none !important;
    background-color: #dc143c !important;
    color: #fff !important;
    font-size: large !important;
    font-weight: 900 !important;
    line-height: 1.5rem !important;
    text-align: center;
}
div.beautycomb-contents {
    background-color: #ffeddb;
    padding: 10px;
}
@media screen and (min-width: 700px) {
    div.beautycomb-image div.float-left ,
    div.beautycomb-text2 div.float-left ,
    div.beautycomb-text3 div.float-left ,
    div.beautycomb-text4 div.float-left ,
    div.beautycomb-text5 div.float-left {
        float: left;
        width: calc(50% - 20px);
        margin: 0;
        padding: 10px;
    }
    div.beautycomb-image div.float-right ,
    div.beautycomb-text2 div.float-right ,
    div.beautycomb-text3 div.float-right ,
    div.beautycomb-text4 div.float-right ,
    div.beautycomb-text5 div.float-right {
        float: right;
        width: calc(50% - 20px);
        margin: 0;
        padding: 10px;
    }
    div.beautycomb-image:after ,
    div.beautycomb-text2:after ,
    div.beautycomb-text3:after ,
    div.beautycomb-text4:after ,
    div.beautycomb-text5:after {
    content: ".";
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
    }
}

p.beautycomb-text1 {
    margin: 0 !important;
    padding: 10px !important;
}
div.beautycomb-text2 h3 ,
div.beautycomb-text3 h3 ,
div.beautycomb-text4 h3 ,
div.beautycomb-text5 h3 ,
.kounyuu h3,
.himibarilink h3{
    color: #000 !important;
    font-size: large !important;
    font-weight: 900 !important;
    line-height: 1.5rem !important;
    margin: 0 !important;
    padding: 0 0 10px !important;
    border: none !important;
    text-decoration: underline;
}
@media screen and (max-width: 700px) {
    div.beautycomb-image div.float-left ,
    div.beautycomb-image div.float-right ,
    div.beautycomb-text2 div.float-left ,
    div.beautycomb-text2 div.float-right ,
    div.beautycomb-text3 div.float-left ,
    div.beautycomb-text3 div.float-right ,
    div.beautycomb-text4 div.float-left ,
    div.beautycomb-text4 div.float-right ,
    div.beautycomb-text5 div.float-left ,
    div.beautycomb-text5 div.float-right {
        float: none !important; 
        width: calc(100% - 20px) !important;
        margin: 0 !important;
        padding: 2px 10px !important;
    }
    div.beautycomb-text2 h3 ,
    div.beautycomb-text3 h3 ,
    div.beautycomb-text4 h3 ,
    div.beautycomb-text5 h3 ,
    .kounyuu h3,
    .himibarilink h3{
    color: #000 !important;
    font-size: large !important;
    font-weight: 900 !important;
    line-height: 1.5rem !important;
    margin: 0 !important;
    padding: 0 0 0px !important;
    border: none !important;
    }
}
div.beautycomb-text2 p ,
div.beautycomb-text3 p ,
div.beautycomb-text4 p ,
div.beautycomb-text5 p {
    margin: 0 !important;
    padding: 0 0 10px !important;
}
div.beautycomb-button {
    margin: 0;
    padding: 30px 10px 30px;
    text-align: center;
}
div.beautycomb-button a {
    padding: 10px 15px;
    background-color: #dc143c;
    color: #fff;
    font-size: large !important;
    font-weight: 900 !important;
    text-decoration: none;
}
/* ----------------- 追加 ------------　*/
.content_comb{
 
    width: 640px;
    display:block;
    overflow: hidden;
    margin:auto;
}
.content_comb img{
    margin:0;
    max-width: 100%;
    height: auto;
}
.content_comb p{
    line-height: 1.2em;
}
.content_comb span.nowrap{
    white-space: nowrap;
}
/* ------フッター部----- */
.c_footer{
    background-color: rgb(46, 68, 109);
}
.c_footer_title{
    color: gold;
    text-align:center;
    font-size: large;
    font-weight: 900;
    line-height: 1.2em;
    padding: 10px 0 10px 0
    
}
.c_footer_box{
    display:flex; 
    line-height:1em; 
    margin-left:20px; 
    margin-right:20px; 
    padding:0 0 10px 0
}
.c_footer_syamei{
    color:white;
    line-height:1.5rem;
}
.c_footer_ad{
    color:white; 
    margin-left:50px;
}
.c_footer_sya{
    font-size:30px;
    font-weight:900;
    text-align: center;
}
.c_footer_bu{
    text-align:center;
}

@media screen and (max-width: 700px){
    .content_comb{
        width: 100%;
        display:block;
        overflow: visible;
        margin:auto;
    }



    /* ------フッター部----- */
    .c_footer{
        margin-top: 20px;
    }
    .c_footer_title{
        text-align:left;
        padding-left:10px;
        padding-right: 10px;
    }
    .c_footer_box{
        margin-left:5px; 
        margin-right:5px; 
    }
    .c_footer_ad{
        color:white; 
        margin-left:10px;
    }
    .c_footer_sya{
        font-size:20px;
        font-weight:900;
    }
}
@media screen and (max-width: 500px){
    .c_footer_sya{
        font-size:20px;
        font-weight:900;
    }
    .c_footer_sya .nowrap{
        white-space: nowrap;
    }
}

/* -----プレスリリース関連----- */
.youtube {
    position: relative;
    width:100%;
    height:0;
    padding-top:75%;
}
.youtube iframe{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.pressrelease{
    margin-top: 50px;
}
.pressrelease h3{
    font-weight: 800;
    font-size: 1.2em;
}
.beautycomb-contents .pressrelease a
, .kounyuu a
, .himibarilink a{
    color:blue;
    text-decoration: underline;
    transition: color 0.3s;
}
.beautycomb-contents .pressrelease a:visited, .toriatukai a:visited{
    color : #a84b1f;
}
.beautycomb-contents .pressrelease a:hover
, .toriatukai a:hover{
color : #ff7043;
}

.pressrelese-comment{
    margin-left:10px;
    font-size:small;
    line-height: 1.2em;
}
@media screen and (max-width:500px) {
    .pressrelese-comment{
        padding-inline-start: 0;
    }
    
}
.kounyuu,
.himibarilink{
    display:block;
    margin-left:10px;
    margin-top:20px;
    line-height:1.2em;
}
.kounyuu .kounyuu-internet,
.kounyuu .toriatukai{
    margin-left:20px;
    line-height:1.2em;
}
.kounyuu-internet .btn,
.himibarilink .btn{
    background-color: #dc143c;
    line-height: 1em;
    padding:0em;
    color:white;
}
.toriatukai{
    
    line-height:1.2em;
    margin:auto;
    text-align: left;
    
    margin-bottom: 20px;

}
.toriatukai ul{
    margin-left: 30px;
    list-style-type: circle;
}
@media screen and (max-width: 700px){
    .toriatukai ul{
        margin-left: 0;
        padding-inline-start: 0;
    }
}
.shinbun1{
    margin-top: 20px;
}
.shinbun1 figcaption{
    line-height: 1.2em;
    font-size: .8em;
}

 
/* .himibarilink .btn {

padding:0 5px 0 5px;
color: black;




} */

.himibarilink .btn:hover {
background-color: dimgray;
border-color: dimgray;
color: #FFF;
}
  
  