@charset "UTF-8";
body{
    overflow: hidden;
    text-size-adjust: 100%;
 　　-webkit-text-size-adjust: 100%;
 　　-ms-text-size-adjust: 100%;
 　　-moz-text-size-adjust: 100%;
}
body,p,h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
}
#Contents{
    padding: 0;
    background: white;
}
#ContentsArea{
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: 500;
    color: #1a1a1a;
}
.Logo img{
    max-width: 70px;
}
.ContentsHeader{
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 10px;
}
.Planning p{
    font-size: 60%;
    line-height: 1.4;
}
#ContentsArea img{
    width: 100%;
}
#Sns{
    text-align: center;
    padding: 15px 0 10px 0;
}
#MainArea{
    width: 90%;
    margin: 0 auto;
}
.EachSectionContents img{
    margin-bottom: 30px;
}
.EachSectionContents p{
    margin: 0 0 30px;
    font-size: 14px;
    line-height: 2;
    text-indent: 1em;
    text-align: left;
}
.EachSection h2 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
    border-top: solid 2px;
    border-bottom: solid 2px;
    border-image: linear-gradient(90deg, rgba(229,126,128,1) 0%, rgba(103,8,8,1) 50%, rgba(229,126,128,1) 100%);
    border-image-slice: 1;
    margin-bottom: 40px;
}
#Footer_wrapper {
    padding: 0;
    margin: 0;
}
#Footer{
    min-width: inherit;
    margin: 0;
    border: none;
}
#Footer .AboutSite{
    width: auto;
    padding: 0;
}
#Footer .AboutSite .Copyright{
    padding: 0;
}
#Footer .AboutSite .Copyright p {
    padding: 0;
}
#Footer #FooterInner{
    box-sizing: border-box;
}
.EachSectionContents .Link{
    font-size: 18px;
    margin-bottom: 20px;
    text-indent: inherit;
}
.EachSectionContents .Link a{
    text-decoration: none;
    display: inline-block;
    padding: 5px 3%;
    border: solid 1px #333;
}
.EachSection .NotesTitle{
    margin-bottom: 10px;
}
.EachSection .NotesTitleText{
    text-indent: inherit;
}
.StopAlcohol{
    padding-bottom: 20px;
}
.StopAlcohol img{
    margin: 0 auto;
}
.Notes{
    font-size: 12px;
}