@charset "UTF-8";

footer {
    padding-top: 1px;
}

main {
    margin-top: 120px;
}

/*メインビジュアル*/
#hero_Wrap {
    position: relative;
    width: 100%;
    background: url(../../common/img/bg.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding: 50px 0;
}
#hero_Wrap h2 {
    font-size: min(6vw,30px);
    text-align: center;
    color: #fff;
    letter-spacing: 0.2em;
}
#hero_Wrap h2 span {
    font-size: 12px;;
}



/*メインコンテンツ*/
.contents {
    color: #552121;
    background: #fff;
    padding: 100px 0;
}


/* 概要 */
.outline_Wrap .yokoku {
    margin-top: 80px;
}
.outline_Wrap .inner {
  padding: 0px 0;
}

.outline_List_Mt50 {
  margin-top: 50px;
}

.outline_Wrap .inner>h3 {
  margin: 3em 0 0.5em;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.outline_List dl {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
}

.outline_List dt {
  width: 30%;
  padding: 20px 10px;
  border-bottom: 1px solid #552121;
  font-weight: normal;
  box-sizing: border-box;
}

.outline_List dd {
  width: 70%;
  padding: 20px 10px;
  border-bottom: 1px dotted #552121;
  box-sizing: border-box;
}

.notes {
    margin-top: 40px;
}
.notes p {
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
    
    /*メインビジュアル*/
    main {
        margin-top: 60px;
    }
    #hero_Wrap {
        background: url(../../common/img/bg.jpg) no-repeat;
        background-size: cover;
        background-position: center bottom;
    }
    
    
    /*メインコンテンツ*/
    .contents {
        padding: 0px 0 0;
    }
    
  /* 概要 */
  .outline_Wrap .inner {
    padding: 50px 0;
  }

  .outline_List dl {
    flex-direction: column;
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
  }

  .outline_List dt {
    width: 100%;
    padding: 10px;
    color: #cec0a6;
    background-color: #240D01;
    border-bottom: transparent;
  }

  .outline_List dd {
    width: 100%;
    padding: 10px 10px 20px;
    border-bottom: transparent;
  }
    .outline_Wrap .yokoku {
        margin-top: 50px;
    }
    
    .notes {
        width: 90%;
        margin: 30px auto;
    }
    .notes p {
        text-align: left;
        text-indent: -1em;
        padding-left: 1em;
    }
}