@charset "utf-8";
/* ===================================================================
//CSS information

// file name  :  access.css
// style info :  スタイル指定
=================================================================== */
#access {
    background: #f1f1f1;
    margin: 100px 0 0;
    padding: 100px 0;
}
#access h2 {
    position: relative;
    padding-bottom: 20px;
    text-align: center;
    border: none;
    margin-bottom: 30px;
    font-size: 24px;
    color: #222;
    font-weight: normal;
}

#access h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 1px;
    background: #7f7269;
}

.ser_tit{color: #222 !important; font-weight: bold; font-size: 1.2em; text-align: center;}
ul.ser {
  border: dotted #1e366a 1px;/*ドット 色 太さ*/
  padding: 0.5em 0.5em 0.5em 2em;
	margin-bottom: 3em;
}

ul.ser li {
 list-style-type:disc;
  color: #222 !important;
  line-height: 1.5;
  padding: 0.5em 0;
}    


@media screen and (max-width: 767px) {
    #access {
        margin: 50px 0 0;
        padding: 50px 0;
    }
} 



@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 420px) {
}