@charset "UTF-8";

.attention{
    width: 80%;
    margin: 120px auto 0;
    border: 1px solid #F3981C;
}
.attention_content{
    padding: 32px;
}
/* リストの箇条をキャンセル */
.attention_item{
    list-style-type: none;
}
.attention_title{
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 4px;
}
.attention_desc{
    font-size: 1.6rem;
    font-weight: bold;
    color: #F3981C;
    margin-bottom: 28px;
}
.attention_item{
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 20px;
}
.attention_item::before{
    content: '●';
    margin-left: -20px;
    margin-right: 4px;
}
.attention_item_wrapper{
    font-size: 1.5rem;
    font-weight: 400;
}
.bullet{
    line-height: 2.4rem;
}
.text_insta{
    color: blue;
    padding: 0 4px;
}
/* インスタicon */
.insta_icon{
    font-size: 1.6rem!important;
    vertical-align: middle;
}

@media(max-width: 560px) {
    .attention{
        width: 90%;
    }
    .attention_content{
        padding: 16px;
    }
    .attention_title{
        font-size: 1.6rem;
    }
    .attention_desc{
        font-size: 1.5rem;
    }
    .attention_item, .attention_item_wrapper{
        font-size: 1.4rem;
    }
}