@charset "UTF-8";

.main {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
}

img.newwindowicon {
    display: none;
}

h1.title-lv-1 {
    margin: 30px auto 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
}

.content-wrap {
    margin: 70px auto 50px;   
}

.content-wrap .notice-list {
    font-size: 12px;
}

.content-wrap .burette-list {
    list-style-type: disc;
    padding-left: 20px;
}

.content-wrap .burette-list li:not(:last-child) {
    margin-bottom: 10px;
}

.content-wrap .burette-list-s {
    list-style-type: none;
    margin: 0;
}

.content-wrap .burette-list-s li:first-child {
    margin-top: 10px;
}

.content-wrap .btn-inner {
    margin: 70px auto 0;
    max-width: 250px;
}

.content-wrap .btn-inner a {
    position: relative;
    width: 100%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 3px 40px;
    min-height: 50px;
    border-radius: 50px;
    text-align: center;
    font-weight: bold;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    box-sizing: border-box;
    cursor: pointer;
    text-decoration: none;
    background: #4788ee;
    color: #fff;
}

.content-wrap .btn-inner a:hover {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    opacity: .6;
}