@charset "UTF-8";

#ContentsArea{
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: 500;
    width: 980px;
    margin: 0 auto 80px;
}
#ContentsArea .BreadCrumb{
    border-bottom: 1px solid #dcdcd5;
    margin: 0 auto !important;
    padding: 8px 0 6px;
    width: 980px !important;
}
.Planning{
    text-align: right;
    margin: 10px 0;
    font-size: 70%;
}
#Sns{
    text-align: right;
    padding: 15px 0 5px 0;
    margin-bottom: 40px;
}
#MainArea{
    width: 870px;
    margin: 0 auto;
}
.EachSectionContents{
    width: 840px;
    margin: 0 auto;
}
.EachSectionContents img{
    width: 100%;
    display: block;
}
.EachSectionContents p{
    font-size: 16px;
    color: #333;
    text-align: left;
    line-height: 1.8;
    margin-bottom: 40px;
    text-indent: 1em;
}
.EachSectionImage{
    margin-bottom: 40px;
}
.EachSection h2{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
    border-image: linear-gradient(90deg, rgba(229,126,128,1) 0%, rgba(103,8,8,1) 50%, rgba(229,126,128,1) 100%) 1/2px 0 2px 0;
    border-style: solid;
    margin-bottom: 60px;
}
.Float::after{
    display: block;
    content: "";
    clear: both;
}
.FloatImageRight{
    float: right;
    width: 400px;
    margin-left: 40px;
}
.FloatImageLeft{
    float: left;
    width: 400px;
    margin-right: 40px;
}
.FloatImageLeft ~ p:nth-of-type(3){
    overflow: hidden;
}
.FloatImageRight img:first-of-type{
    margin-bottom: 40px;
}
.EachSectionContents .Link{
    font-size: 18px;
    margin-bottom: 20px;
    text-indent: inherit;
}
.EachSectionContents .Link a{
    text-decoration: none;
    display: inline-block;
    padding: 5px 30px;
    border: solid 1px #333;
}
.EachSection .NotesTitle{
    margin-bottom: 10px;
}
.EachSection .NotesTitleText{
    text-indent: inherit;
}
.StopAlcohol img{
    margin: 0 auto;
}
.Notes{
    font-size: 12px;
}