/* 教育支援共通書式 */
#kyoikushien {
    margin-left: 50px;
    margin-right: 50px;
    padding-bottom: 50px;
}

#kyoikushien p {
    margin-top: 5px;
    margin-bottom: 5px;
    text-indent: 1em;
}

#kyoikushien h3 {
    margin-top: 1em;
    margin-bottom: 0;
}

#kyoikushien li {
    margin-bottom: 5px;
}

.kyoikushien-h2 {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 1em;
}

.kyoikushien-h2 h2, .kyoikushien-h2 h3 {
    display: inline-block;
    font-size: 30px;
    background: linear-gradient(transparent 80%, #fe8fc6);
    padding: 0 30px 0 30px;
    letter-spacing: 5px;
}

.indent-1 {
    margin-left: 1em;
}

.indent-2 {
    margin-left: 2.5em;
}

.indent-3 {
    margin-left: 3em;
    padding-bottom: 0.5em;
}

#kyoikushien p.burasage-1 {
    text-indent: -1.5em;
    padding-left: 1.5em;
}

#kyoikushien p.burasage-3 {
    text-indent: -3em;
    padding-left: 3em;
}

#kyoikushien p.bottom {
    margin-bottom: 1em;
}

#kyoikushien p.bottom-2 {
    margin-bottom: 2em;
}

.center {
    text-align: center;
}

.center ul {
    display: inline-block;
    margin-top: 0;
}

.center ol {
    margin-top: 0;
    display: inline-block;
}

.center ol > li {
    margin-bottom: 1em;
}

.center li {
    text-align: left;
}

.dankumi-2 {
    text-align: center;
    margin: 20px 0 100px 0;
}

.dankumi-2 > div {
    display: flex;
    justify-content: space-around;
    align-items: stetch;
    margin-bottom: 20px;
}

.dankumi-2 > div > div {
    flex: 1;
}

.dankumi-2 img {
    height: 100%;
    display: inline-block;
}

.dankumi-2 span {
    display: block;
    margin-bottom: 2em;
}

.dankumi-2 ul {
    text-align: left;
}

.dankumi-3 {
    text-align: center;
    margin: -10px 0 100px 0;
}

.dankumi-3 > div {
    display: flex;
    justify-content: space-around;
    align-items: stetch;
    margin-bottom: 20px;
}

.dankumi-3 > div > div {
    flex-basis: 30%;
}

.dankumi-3 img {
    height: 100%;
    display: inline-block;
}

.dankumi-3 span {
    display: block;
    margin-bottom: 2em;
}

.dankumi-3 ul {
    text-align: left;
    display: inline-block;
}

.katakana {
    margin-top: 0;
    margin-bottom: 0;
}

.katakana li {
    list-style: none;
    text-indent: -2em;
    margin-left: 1.5em;
}

.katakana li:nth-of-type(1)::before {
    content: "ア";
    margin-right: 1em;
}

.katakana li:nth-of-type(2)::before {
    content: "イ";
    margin-right: 1em;
}

.katakana li:nth-of-type(3)::before {
    content: "ウ";
    margin-right: 1em;
}

.katakana li:nth-of-type(4)::before {
    content: "エ";
    margin-right: 1em;
}

.katakana li:nth-of-type(5)::before {
    content: "オ";
    margin-right: 1em;
}

.katakana li:nth-of-type(6)::before {
    content: "カ";
    margin-right: 1em;
}

.katakana li:nth-of-type(7)::before {
    content: "キ";
    margin-right: 1em;
}

.katakana li:nth-of-type(8)::before {
    content: "ク";
    margin-right: 1em;
}

.katakana li:nth-of-type(9)::before {
    content: "ケ";
    margin-right: 1em;
}

.katakana li:nth-of-type(10)::before {
#detail     content: "コ";
    margin-right: 1em;
}

.kakko li {
    list-style: none;
    text-indent: -2em;
    margin-left: 1em;
    margin-bottom: 10px;
}

.kakko li:nth-of-type(1)::before {
    content: "（１）";
    margin-right: 0;
}

.kakko li:nth-of-type(2)::before {
    content: "（２）";
    margin-right: 0;
}

.kakko li:nth-of-type(3)::before {
    content: "（３）";
    margin-right: 0;
}

.kakko li:nth-of-type(4)::before {
    content: "（４）";
    margin-right: 0;
}

.kakko li:nth-of-type(5)::before {
    content: "（５）";
    margin-right: 0;
}

.kakko li:nth-of-type(6)::before {
    content: "（６）";
    margin-right: 0;
}

.kakko li:nth-of-type(7)::before {
    content: "（７）";
    margin-right: 0;
}

.kakko li:nth-of-type(8)::before {
    content: "（８）";
    margin-right: 0;
}

.kakko li:nth-of-type(9)::before {
    content: "（９）";
    margin-right: 0;
}

.kakko li:nth-of-type(10)::before {
    content: "（10）";
    margin-right: 0;
}

.maru {
    list-style: none;
    padding-left: 1.5em;
    margin-top: 0;
}

.maru li {
    padding-left: 2.5em;
    text-indent: -2em;
}

.maru li::before {
    font-size: 20px;
    padding-right: 0.5em;
}

.maru li:nth-of-type(1)::before {
    content: "①";
}

.maru li:nth-of-type(2)::before {
    content: "②";
}

.maru li:nth-of-type(3)::before {
    content: "③";
}

.maru li:nth-of-type(4)::before {
    content: "④";
}

.maru li:nth-of-type(5)::before {
    content: "⑤";
}

.maru li:nth-of-type(6)::before {
    content: "⑥";
}

.maru li:nth-of-type(7)::before {
    content: "⑦";
}

.maru li:nth-of-type(8)::before {
    content: "⑧";
}

.maru li:nth-of-type(9)::before {
    content: "⑨";
}

.maru li:nth-of-type(10)::before {
    content: "⑩";
}

.kome {
    margin-left: 2em;
    padding: 0;
    list-style: none;
}

.kome li {
    margin-left: 2em;
    margin-bottom: 5px;
    text-indent: -2em;
}

.kome li:before {
    content: "※";
    margin-right: 1em;
}

.dot {
    list-style: none;
    margin: 0 0 0 1.5em;
    padding: 0;
}

.dot li {
    text-indent: -1.5em;
    margin-left: 1.3em;
}

.dot li:before {
    content: "・";
    margin-right: 0.3em;
}

.contact {
    text-align: right;
}

.contact > div {
    display :inline-block;
    border: solid 1px #000000;
    padding: 0 30px 20px 3%;
    margin:50px;h
}

.contact h3 {
    margin:0;
    text-align: left;
}

.contact dl {
    display: flex;
    flex-direction: row;
    margin-top: 0;  
    margin-bottom: 0;
}

.contact dt {
    flex-shrink: 0;
    flex-basis: 4em;
    text-align-last: justify;
}

.contact dt > span {
    letter-spacing: 2px;
}

.contact dd {
    display: inlie-blok;
    margin-left: 2em;
    text-align: left;
    overflow-wrap: break-word; /* 長い単語を折り返す */
    word-break: break-word;
}

.contact dt.contact-syuso {
    padding-left: 1em;
}

.contact dt.contact-nyuso {
    width: 7em;
    padding-left: 1em;
}

#attachment {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

#attachment > div {
    border: solid 3px navy;
    border-radius: 20px;
    display: inline-block;
    padding: 10px 50px 10px 50px;
    min-width: 700px;
}

#attachment ul {
    display: inline-block;
}

#attachment li {
    text-align : left;
}

/*様々な教科書の御案内*/
.kyokasyo {
    display: flex;
    justify-content: space-around;
    align-items: st
}

.kyokasyo > div {
    flex: 1;
    margin: 0 10px 10px 10px;
    display: flex;
    flex-direction: column;
}

.kyokasyo ul {
    border: dotted 5px;
    border-radius: 10px;
    margin-top: 10px;
    padding: 10px 10px 10px 40px;
    flex: 1;
}

.kyokasyo-h3 {
    text-align: center;
    display: flex;
    align-items: center; /* 垂直方向の中央揃え */
}

.kyokasyo-h3::before {
    content: "●";
    color: #ffaaaa;
    margin-right: 10px;
}

.kyokasyo-h3::after {
    content: "";
    flex: 1; /* 残りのスペースを水平線で埋める */
    height: 1px; /* 線の高さ */
    background: #ffaaaa; /* 水平線の色 */
    margin-left: 10px; 
}

/*育児相談*/
#ikuji-sodan-nenkan-yotei {
    text-align: center;
}

#ikuji-sodan-nenkan-yotei > span {
    display: inline-block;
    font-weight: 600;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 10px;
}

#ikuji-sodan-nenkan-yotei table {
    margin: 0 auto;
    border-spacing: 0;
    border: solid 1px #000000;
}

#ikuji-sodan-nenkan-yotei th, #ikuji-sodan-nenkan-yotei td {
    border: solid 1px #000000;
    padding: 5px;
}

#ikuji-sodan-nenkan-yotei td:last-of-type {
    text-align: left;
    padding-left: 10px;
}

#ikuji-sodan-nenkan-yotei > div {
    text-align: left;
    display: inline-block;
    width: 80%;
}

#ikuji-sodan-nenkan-yotei > div > span:nth-of-type(1) {
    display: inline-block;
    color: red;
    text-indent: -1em;
    padding: 10px;
}

#ikuji-sodan-nenkan-yotei span:nth-of-type(2) {
    display: inline-block;
    text-align: left;
    text-indent: -1em;
    padding: 10px;
    margin-bottom: 0;
}

#ikuji-sodan-nenkan-yotei > div > ul {
    display: inline-block;
    margin-top: 0;
    padding-left: 15px;
}

/*地域支援*/
#miekata-de-okomari {
    border: 10px solid #80ffff;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px;
}

#miekata-de-okomari h3 {
    color: #fffff0;
    font-size: 30px;
    text-align: center;
    letter-spacing: 5px;
    text-shadow: 2px 2px 0px #0000ff, 2px 0px 0px #0000ff, 2px -2px 0px #0000ff, 0px -2px 0px #0000ff, -2px -2px 0px #0000ff, -2px 0px 0px #0000ff, -2px 2px 0px #0000ff, 2px 0px 0px #0000ff, 
    1px 1px 1px #0000ff, 1px 0px 1px #0000ff, 1px -1px 1px #0000ff, 0px -1px 1px #0000ff, -1px -1px 1px #0000ff, -1px 0px 1px #0000ff, -1px 1px 1px #0000ff, 2px 0px 1px #0000ff, 3px 3px 0px #000000;
}

#miekata-de-okomari li {
    list-style: none;
    font-size: 25px;
    text-indent: -2em;
    padding-left: 1em;
    margin-bottom: 0.5em;
}

#miekata-de-okomari li::before {
    content: "□";
    margin-right: 1em;
}

#miekata-de-okomari a {
    display: block;
    text-align: center;
}

.download {
    margin-top: 50px;
    text-align: center;
    color: #0000ff;
    letter-spacing: 3px;
    font-weight: 600;
    font-size: 20px;
}

/*学校公開書式*/
#gakko-kokai-title {
    text-align: center;
}

#gakko-kokai-title h1 {
    display: inline-block;
    height: 120px;
    width: 500px;
    border-radius: 50%;
    border: double 5px #ff0000;
    background-image: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 28%,rgba(255,255,255,1) 18%,rgb(255, 154, 204) 70%);
    line-height: 120px;
    font-size: 50px;
    text-align: center;
}

.gakko-kokai-subtitle {
    text-align: center;
}

.gakko-kokai-subtitle h2 {
    transform: skew(-10deg);
    color: blue;
    border-bottom: solid 3px;
    border-image: linear-gradient(90deg, #ffffff, #0000ff, #ffffff) 1;
    display: inline-block;
}

.gakko-kokai-main-image {
    text-align: center;
}

#gakko-kokai-nichiji {
    text-align: center;
}

#gakko-kokai-nichiji > div {
    display: inline-block;
    text-align: left;
}

#gakko-kokai-nichiji dl {
    display: flex;
}

#gakko-kokai-nichiji dt {
    display: inline-block;
    width: 3.5em;
    padding-right: 2px;
    text-align-last: justify;   
}

#gakko-kokai-jitei table {
    border-spacing: 0;
    border: solid 1px #000000;
    display: inline-block;
}

#gakko-kokai-jitei {
    text-align: center;
}

#gakko-kokai-jitei th {
    border: solid 1px #000000;
    padding: 2px 10px;
}

#gakko-kokai-jitei td {
    border: solid 1px #000000;
    text-align: left;
    padding: 2px 10px;
}

.gakko-kokai-corner {
    display: flex;
    justify-content: space-around;
    align-items: stetch;
}

.gakko-kokai-corner > div {
    flex: 1;
    margin: 5px;
    text-align: center;
}

.gakko-kokai-corner > div > div:first-of-type {
    border-radius: 50%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-weight: 550;
}

.gakko-kokai-corner > div > div:last-of-type {
    border-radius: 10px;
    text-align: left;
    padding: 5%;
    height: 80%;
}

.gakko-kokai-corner img {
    display: inline-block;
}

.gakko-kokai-corner span {
    display: inline-block;
}

.op1 {
  background-color: #FAD5A8;
}

.op2 {
  background-color: #a0f0a0;
}

.op3{
  background-color: #ADD8E6;
}

.op4 {
  background-color: #F0C0CB;
}

.moshikomi-link {
       font-weight: 600;
       font-size: 20px;
       text-align: center;
}

.moshikomi-link a {
    display: inline-block;
    border: solid 5px #00eecc;
    background-color: #ccffcc;
    padding: 10px 200px 10px 200px;
    margin-top: 10px;
    margin-bottom: 30px;
    text-decoration: none;
    color: #000000;
}

#gakko-kokai-moshikomi {
    text-align: center;
}

#gakko-kokai-moshikomi > div {
    display: inline-block;
    text-align: left;
    width: 80%;
}

.moshikomi-link a:hover {
    background-color: #ccffee;
    border-color: #007070;
    color: #007070;
}

/*あいサポート研修会・相談会*/
#eye-suport-h1 {
    text-align: center;
    margin-bottom: 0;
}

#eye-suport-detail-h1 {
    margin: 30px;
}

#eye-suport-detail-h1 h1 {
    text-align: center;
    margin: 0;
    font-size: 40px;
}

#eye-suport-detail-h1 h1:first-of-type {
    text-align: left;
}

#eye-suport-detail-h1 h1:last-of-type {
    margin-top: -20px;
    text-align: right;
}

#eye-suport-h1 img {
    width: 80%;
}

#eye-suport-detail-h1 img {
    height: 100px;
    margin: 0;
}

#eye-suport-detail-h2 {
    text-align: center;
    color: blue;
    margin-top: 0;
    margin-bottom: 40px;
}

#eye-suport-figure {
    text-align: center;
    margin-bottom: 50px;
}

#eye-suport-figure img {
    width: 600px;
}

.eye-suport-content {
    display: flex;
    justify-content: space-around;
    align-items: stetch;
    margin-bottom: 30px;
}

.eye-suport-content > div {
    flex: 1;
    margin: 5px;
    text-align: center;
}

.eye-suport-content > div > div:first-of-type {
    border-radius: 50%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-weight: 550;
}

.eye-suport-content > div > div:last-of-type {
    border-radius: 10px;
    text-align: left;
    padding: 5%;
    height: 80%;
}

.eye-suport-content img {
    display: inline-block;
}

.eye-suport-content span {
    display: inline-block;
}

/*理療科オープンキャンパス*/
#ri-open-campas-subtitle {
    color: blue;
    font-size: 25px;
    font-weight: 600;
    padding: 20px;
    text-align: center;
    border: solid 3px blue;
    border-radius: 20px;
    box-shadow: 5px 5px 2px #b0b0b0;
    width: 80%;
    margin: 0 auto;
}

.headline {
    display: inline-block;
    border: gray solid 1px;
    border-radius: 50%;
    background-color: #FFC;
    text-align: center;
    width: 150px;
    height: 70px;
    padding:0;
    margin-left: 50px;
}

.taiken {
    text-indent: 1em;
    display: block;
    border: solid 1px #000000;
    border-radius: 20px;
    padding: 0.5em;
    margin-left: 200px;
    margin-right: 50px;
}

/*広報活動*/
#koho-katsudo ul {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    padding: 0 50px 0 50px;
}

#koho-katsudo li {
    margin: 10px;
    padding: 30px;
    list-style: none;
    border: solid 5px #ffa0a0;
    border-radius: 20px;
    background-color: #fff0f0;
}

/*入学相談共通*/

#nyugaku-sodan-nagare {
    text-align : center;
    margin-bottom : 100px;
}

#nyugaku-sodan-nagare > div {
    border: solid 2px #000000;
    width: 70%;
    margin: 0 auto;
    padding: 10px;
}

#nyugaku-sodan-nagare span {
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    border-bottom: double 5px;
}

#nyugaku-sodan-nagare p {
    display: inline-block;
    padding: 10px 0;
}

#nyugaku-sodan-nagare ul {
    display: inline-block;
    text-align: left;
}

.red {
    color: red;
    border-bottom-color: red;
}

.nyuso-table h2 {
    margin-left: 40px;
}

.nyuso-table table {
    margin-left: 40px;
    border-top: solid 1.5px #000000;
    border-bottom: solid 1.5px #000000;
    border-left: solid 1px #000000;
    border-right: solid 1px #000000;
    border-spacing: 0;
    margin-bottom: 50px;
}

.nyuso-table td {
    border-left: solid 1px #000000;
    border-right: solid 1px #000000;
    padding: 2px 10px 2px 10px;
}

.nyuso-table td:first-of-type {
    white-space: nowrap;
    vertical-align: top;
}

.nyuso-table th {
    border-left: solid 1px #000000;
    border-right: solid 1px #000000;
    border-bottom: solid 1.5px #000000;
    padding: 5px 10px 5px 10px;
    background-color: #ffe8e8;
    font-weight: normal;
}

.nyuso-table th > span {
    display: inline-block;
    width: 4em;
    text-align-last: justify;
}

.kadomaru {
    text-align: center;
    margin: 50px
}

.kadomaru > div {
    display: inline-block;
    border: solid 3px #000000;
    border-radius: 30px;
    padding: 20px;
    box-shadow: 4px 4px 2px #000000;
}

.kadomaru p {
    font-size: 30px;
    font-weight: 600;
}

.kadomaru span {
    display: block;
    text-indent: 1em;
    text-align: left;
}

/*入学相談の御案内*/
.nyuso-nittei {
    overflow-x: auto;
}

.nyuso-nittei table {
    margin-left: 40px;
    border: solid 1px #000000;
    border-spacing: 0;
    margin-bottom: 50px;
}

.nyuso-nittei td {
    border: solid 1px #000000;
    padding: 5px 10px 5px 10px;
    white-space: nowrap;
}

.nyuso-nittei th {
    border: solid 1px #000000;
    padding: 10px 10px 10px 10px;
    background-color: #ffe8e8;
    font-weight: normal;
    white-space: nowrap;
}

/*普通科事前相談*/
.jizensodan-ul {
    margin: -10px 0 50px 0;
}

.jizensodan-ul:nth-of-type(3) li {
    text-indent: -3em;
    padding-left: 3em;
}

/*普通科説明会*/
#fu-setsumeikai h2 {
    color: red;
    text-align: center;
}

#fu-setsumeikai h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

#kyoikushien p.fu-setsumikai-p {
    margin-top: -30px;
    margin-bottom: 50px;
}

/*理療科入学相談*/
.ri-nyugaku-sodan-ul {
    margin: 5px 0 5px 0;
}

.ri-nyugaku-shikaku-ul {
    margin: 5px 0 5px 0.5em;
}

.ri-gakuhi {
    margin: 0 0 5px 0;
}

.ri-gakuhi dt::before {
    position: relative;
    top: 3px;
    left: 6px;
    line-height: 12px;
    content: "・";
    font-size: 30px;
    font-weight: bold;
}

.ri-gakuhi dd {
    margin-left: 1.5em;
}

.ri-shinro-table table {
    margin-left: 1em;
    border: solid 1px #000000;
    border-spacing: 0;
    margin-bottom: 50px;
}

.ri-shinro-table td {
    border: solid 1px #000000;
    padding: 10px;
    white-space: nowrap;
}

.ri-shinro-table th {
    border: solid 1px #000000;
    padding: 0 10px 0 10px;
    background-color: #ffe8e8;
    font-weight: normal;
}

.ri-shinro-table ul {
    margin: 0;
    padding: 0 1em;
}

.ri-nyuso-ol li {
    padding-left: 0.5em;
}


/* 画面幅が767px以下のとき */
@media screen and (max-width: 767px) {
    /*教育支援共通書式*/
    #kyoikushien {
        margin-left: 30px;
        margin-right: 30px;
        padding-bottom: 100px;    
    }
    
    #kyoikushien > ul {
        padding-left: 20px;
        padding-right: 10px;
    }

    .center {
        text-align: left;
    }

    .center ul {
        padding-left: 1em;
    }

    .dankumi-2 {
        margin-bottom: 0;
    }

    .dankumi-2 > div {
        flex-direction: column;
    }

    .dankumi-2 img {
        width: 100%;
    }

    
    .dankumi-3 {
        margin-bottom: 0;
    }

    .dankumi-3 > div {
        flex-direction: column;
        margin-bottom: 0;
    }
    
    .dankumi-3 ul {
        padding: 0;
    }

    .maru li::before {
        font-size: 14px;
        padding-right: 0.5em;
    }
    
    .contact {
        text-align: center;
    }

    .contact > div {
        display: block;
        margin: 20px 0 0 0;
    }

    .contact dt > span {
        letter-spacing: 2px;
    }

    .contact dt {
        flex-basis: 5em;
        text-align-last: justify;
    }

    #attachment > div {
        display: block;
        min-width: auto;
        width: 100%;
    }

    .kyoikushien-h2 h2, .kyoikushien-h2 h3 {
        font-size: 20px;
        letter-spacing: 0;
        padding: 0 10px 0 10px;
    }

    /*様々な教科書の御案内*/
    .kyokasyo {
        flex-direction: column;
    }

    /*育児相談*/
    #ikuji-sodan-nenkan-yotei > span {
        font-size: 15px;
    }
    
    /*地域支援*/
    #miekata-de-okomari {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    #miekata-de-okomari h3 {
        font-size: 16px;
    }
    
    #miekata-de-okomari li {
        font-size: 14px;
        padding: 0;
    }

    /*学校公開書式*/
    #gakko-kokai-title h1 {
        height: 70px;
        width: 80%;
        border-radius: 50%;
        border: double 5px #ff0000;
        background-image: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 28%,rgba(255,255,255,1) 18%,rgb(255, 154, 204) 70%);
        line-height: 70px;
        font-size: 25px;
        text-align: center;
    }
    
    .gakko-kokai-main-image img {
        width: 100%;
    }
      
    .gakko-kokai-corner {
        flex-direction: column;
    }

    .gakko-kokai-corner > div {
        text-align: center;
        margin-bottom: 20px;
    }

    .gakko-kokai-corner > div > div:first-of-type {
        display: inline-block;
        width: 50%;
    }

    .gakko-kokai-corner img {
        width: 100%;
    }

    .moshikomi-link a {
        padding: 10px;
        width: 100%;
    }

    /*あいサポート研修会・相談会*/
    #eye-suport-h1 img {
        width: 100%;
    }

    #eye-suport-detail-h1 h1 {
        font-size: 20px;
    }

    #eye-suport-detail-h1 img {
        height: auto;
        width: 90%;
        margin: 10px;
    }

    #eye-suport-figure img {
        width: 100%;
    }
    
    .eye-suport-content {
        flex-direction: column;
    }

    .eye-suport-content > div {
        text-align: center;
        margin-bottom: 20px;
    }

    .eye-suport-content > div > div:first-of-type {
        display: inline-block;
        width: 50%;
    }
    
    .eye-suport-content img {
        display: inline-block;
        width: 100%;
    }

    /*理療科オープンキャンパス*/
    #ri-open-campas-subtitle {
        font-size: 15px;
        padding: 10px;
    }   

    .headline {
        border: gray solid 1px;
        width: 100px;
        height: 50px;
        margin-left: 30px;
    }
    
    .taiken {
        margin-left: 100px;
        margin-right: 0;
    }

    /*広報活動*/
    #koho-katsudo ul {
        padding: 0;
    }

    /*入学相談共通*/
    #nyugaku-sodan-nagare {
        margin-bottom: 0;
    }
    
    #nyugaku-sodan-nagare > div {
        width: 100%;
    }
 
    #nyugaku-sodan-nagare span {
        font-size: 18px;
        font-weight: 600;
    }

    .nyuso-table h2 {
        margin-left: 0;
    }
    
    .nyuso-table table {
        margin-left: auto;
        margin-right: auto;
    }
 
    /*普通貨事前相談*/
    
    .kadomaru {
        margin: 30px 0;
    }
    
    .kadomaru p {
        font-size: 18px;
    }
 
        .jizensodan-ul {
        margin: 0 0 50px 10px;
    }
    
    /*普通科事前相談*/    
    .jizensodan-ul:last-of-type {
        margin: 0 0 0 10px;
    }

    /*普通科説明会*/
    #fu-setsumeikai h2 {
        font-size: 16px;
    }
    
    #fu-setsumeikai h3 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    #kyoikushien p.fu-setsumikai-p {
        margin-top: -40px;
        margin-left: -2em;
        
    }    
 
    /*理療科入学相談*/
    .ri-nyuso-ol {
        padding-left: 30px;
    }

    .ri-gakuhi dt::before {
        position: relative;
        top: 3px;
        left: 2px;
        font-size: 20px;
    }

    .ri-shinro-table table {
        margin-bottom: 0;
    }
}