@charset "UTF-8";

#page-koumoku #footer{
    margin:0 auto;
    font-size:small;
    text-align: center;
}

#page-koumoku .wrapper{
    min-height: 100vh;
    height: 100%;
  padding:0;
  background-color:#FAF2E6;
}

#page-koumoku .header{
  margin:0 0 0.8rem 0;
}

#page-koumoku h1 {
  margin:0 0 0 0;
  padding:0;
    font-weight: normal;
    border-bottom: none;
    line-height: 1.2em;
  font-size:1rem;
  background-color:#FEFBF8;
}

body#page-koumoku {
  text-align:center;
  margin:0 auto;
    padding:0;
    min-height: 100%;
    height: 100%;
    /*font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ",Osaka,"MS PGothic","ＭＳ Ｐゴシック",arial,helvetica,sans-serif;*/
}
#page-koumoku .clearfix{
    clear: both;
}

#page-koumoku #Container{
  padding:0;
  text-align:center;
  margin:0 auto;
  background-color:#FFFFFF;
}


/* 矢印つきリスト*/
ul{
  margin:0;padding:0;
    width:100%;
    list-style-type: none;
}
/*
*/

@media screen and (min-width:768px){
  #Container{
    width:768px;
        padding:20px 30px 30px 30px !important;
        text-align:center;
        margin:0 auto;
    }
    
}

ul#menu{
    margin: 0;padding: 0;
}
ul#menu a {
  display: block;
  position: relative;
  border-bottom: 1px solid #ccc;
  padding: 15px 25px 15px 11px;
  font-weight: normal;
  text-decoration: none;
}
ul#menu a i{
  margin-right:8px;
  color:#333333;
}
ul#menu a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-top: solid 2px #7f7f7f;
  border-right: solid 2px #7f7f7f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}

ul#menu li:first-child a{
  border-top: 1px solid #ccc;
}

.info {
    border: 2px solid #E4007F;
    border-radius: 4px;
    position: relative;
}