@charset "Shift_JIS";

/*------------------------------------------------
*common.css PC—p‹¤’Ê
------------------------------------------------*/

.spOnly { display: none; }

.seoHeading { display: none; }

body {
  background: #ffffff;
  line-height: 1.5;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
  border: 0;
  color: #000000;
  font-size: 15px;
  word-break: break-all;
}

body.is-fixed{
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

a {
  color: #000000;
  text-decoration: none;
}

a ,
button ,
[type=button] ,
[type=image] ,
[type=submit] {
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -ms-transition: opacity .3s;
  transition: opacity .3s;
}

a:hover ,
button:hover ,
[type=button]:hover ,
[type=image]:hover ,
[type=submit]:hover {
  filter: alpha(opacity=65);
  -moz-opacity: .65;
  opacity: .65;
}

a.is-disabled:hover ,
button[disabled]:hover ,
[disabled]:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

#content {
  width: 960px;
  margin: 0 auto;
}


/* 220824 ms start*/
  .ttl{
        text-align: center;
      }
       .allBlock h2{
        font-size: 18px;
        font-weight: bold;
       }
       .allBlock h2 img{
        display: block;
        margin-top: 5px;
        width: 100%;
       }

       ul.all{
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 50px;
       }
       ul.all li{
        margin-top: 20px;
        width: 49.2%;
       }
       ul.all li:nth-child(odd){
        margin-right: 15px;
       }
       ul.all li p{
        font-size: 15px;
       }
       ul.all li .sub-ttl{
        background: #e6f8ee;
        padding: 8px 15px;
        line-height: 1;
       }
       ul.all li .siteName.first{
        padding-left: 15px;
        padding-top: 10px;
       }
       ul.all li .siteName {
        padding-top: 0px;
        padding-left: 15px;
       }
/* 220824 ms end*/