.entry-content__container {
    max-width: 840px;
    margin: 60px auto 0;
    padding: 0 20px;
}
@media screen and (max-width:960px) {
    .entry-content__container {
        margin: 30px auto 0;
    }
}

.entry__text {
    margin: 40px 0 30px;
    font-size: 18px;
    line-height: 1.7;
    text-align: center;
}

.entry-button {
    text-align:center;
}

.entry-button p {
    padding: 12px;
}

.entry-button p a {
    color: #FFFFFF;
    font-weight: bold;
}

.entry-form__group {
    margin-bottom:45px;
}

.entry-form__label {
    font-size: 18px;
    padding-bottom: 10px;
    display:inline-block;
}

.entry-form__index {
    padding-right: 8px;
    font-weight: bold;
}
.entry-required__label {
    color: #e74a0d;
    font-weight: bold;
}

.entry-form-checkbox__label {
    font-size: 15px;
    padding-right: 15px;
    line-height: 1.8;

}

.entry-form__group input[type=checkbox] {
    margin-right: 5px;

}

.form-item select {
    width: 200px;
    font-size: 14px;
    height: 25px;
    line-height: 2;
}

/*
*
*	opuses
*
*/

.issue-opuses__content {
    margin: 30px 0 0;
    text-align: center;
}
@media screen and (max-width:960px) {
    .issue-opuses__content {
        margin: 20px 0 0;
        padding: 0 20px;
        text-align: left;
    }
}

.issue-opuses__text {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    padding-left: 10%;
}
@media screen and (max-width:960px) {
    .issue-opuses__text {
        font-size: 12px;
        line-height: 1.7;
    }
}

@media screen and (max-width:960px) {
    .issue-opuses__text br {
        display: none;
    }
}

.issue-opuses__caption {
    width: 20%;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    margin-left: 10px;
}
@media screen and (max-width:960px) {
    .issue-opuses__caption {
        width: 28%;
        font-size: 12px;
        line-height: 1.7;
    }
}

@media screen and (max-width:960px) {
    .form-item select {
        height: auto;
    }
}

.issue-application__limit {
    text-align: center;
    margin-top: 55px;
}

.issue-application__limit p {
    font-size : 17px;
    margin-top: 25px;
}

.form-item__pdf {
    font-size: 19px;
    text-decoration: underline;
}

.line-modal-background {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.5);
    z-index: 10;
    top: 0; }

.line-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 2px;
    box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.6);
    padding: 20px;
    width: 380px; }

.line-modal-title {
    margin-bottom: 10px;
    text-align: center;
    font-size: 24px; }

.line-modal-text {
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px; }

.line-modal-line-image {
    width: 100%; }

.line-modal-close-btn {
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: -12px;
    top: -12px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #888 !important;
    transition: all .2s; }
.line-modal-close-btn:before {
    content: "☓";
    font-size: 22px;
    position: absolute;
    display: block;
    line-height: 1;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -13px; }
.line-modal-close-btn:hover {
    background: #f4f4f4;
    transition: all .2s; }


/** FAQ old css **/
.theme-detail-subtit {
    font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝E, "ＭＳ Ｐ明朝", serif;
    font-weight: bold;
    margin-top: 35px;
    font-size: 22px;
    border-bottom: 1px dotted #ddd;
    border-top: 4px solid #fff4f6;
    margin-bottom: 20px;
    padding: 14px 6px 15px 12px;
    position: relative; }
.theme-detail-subtit:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: -4px;
    width: 200px;
    height: 4px;
    background: #ff426e; }
.g-container {
    width: 920px;
    margin: auto; }

.page-tit {
    font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝E, "ＭＳ Ｐ明朝", serif;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 45px 0 33px 0;
    margin-bottom: 20px; }
.page-tit .page-tit-icon {
    color: #00b3b3;
    display: block;
    font-size: 48px;
    margin-bottom: 10px; }

.page-faq-group {
    margin-bottom: 20px; }

.page-faq-question {
    padding: 12px 0 11px 36px;
    position: relative;
    margin-bottom: 18px;
    font-weight: bold;
    background: #fff4f6;
    border-radius: 1px; }
.page-faq-question:before {
    content: 'Q';
    font-family: 'Lato', sans-serif;
    position: absolute;
    left: 7px;
    font-size: 26px;
    top: 6px;
    color: #ff426e;
    font-weight: normal; }

.page-faq-answer {
    padding: 0 0 4px 36px;
    position: relative; }
.page-faq-answer:before {
    content: 'A';
    font-family: 'Lato', sans-serif;
    position: absolute;
    left: 7px;
    font-size: 26px;
    top: -5px;
    color: #888; }


@media screen and (max-width: 960px) {
    .g-container {
        width: 100%;
        font-size: 90%;
        padding: 0 20px; }
    .g-sub-title {
        margin-bottom: 25px; } }

@media screen and (max-width: 960px) {
    .page-for-short {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }
    .page-tit {
        padding: 10px 0 20px 0;
    }
    .page-content {
        width: 100%;
    }
}


/** news old style **/
.article-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin-left: -10px; }

.article-list-item {
    width: 215px;
    margin: 0 10px 20px 10px; }
.article-list-item a {
    display: block;
    text-decoration: none;
    color: #343434;
    transition: all .1s;
    padding: 20px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    background: #fff; }
.article-list-item a:hover {
    color: #009999;
    transition: all .1s; }
.article-list-item a:hover .article-list-thumbnail {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    transition: all .1s; }

.article-list-thumbnail-wrap {
    width: 175px;
    height: 131.25px;
    overflow: hidden;
    margin-bottom: 7px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    box-sizing: border-box; }

.article-list-thumbnail {
    width: 175px;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all .1s;
    vertical-align: bottom; }

@media screen and (max-width: 960px) {
    .article-list-thumbnail,
    .article-list-thumbnail-wrap {
        width: 135px; }
    .article-list-thumbnail-wrap {
        height: 101.25px; }
    .article-list-item {
        width: 175px; } }

@media screen and (max-width: 760px) {
    .article-list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .article-list-item a {
        padding: 10px; }
    .article-list-item {
        width: calc((100% - 40px)/2); }
    .article-list-item .article-list-thumbnail,
    .article-list-item .article-list-thumbnail-wrap {
        width: 100%; }
    .article-list-item .article-list-thumbnail-wrap {
        padding-top: 75%;
        position: relative;
        height: 0; }
    .article-list-item .article-list-thumbnail-wrap .article-list-thumbnail {
        position: absolute;
        top: 1px;
        left: 0; }
    .article-list-title {
        font-size: 13px; }
    .article-list-update {
        font-size: 11px !important; }
    .article-list-item:nth-child(1),
    .article-list-item:nth-child(2) {
        margin-bottom: 20px; } }

.article-list-title {
    font-weight: bold;
    height: 3em;
    overflow: hidden;
    margin-bottom: 7px; }

.article-list-update {
    font-size: 13px; }

.text-danger {
    color: #ff426e; }

.home-know__content a{
    color: #00f;
    text-decoration: underline;
}



@media screen and (max-width:960px) {
    .close-title-pc {
        display: none;
    }
}
.close-title-sp{
    display:none;

}

@media screen and (max-width:960px) {
    .close-title-sp {
        display: block;
    }
}

.entry-form__text-error {
    color: red;
}

.entry-form__submit {
    text-align:center
}
