/* ///////////////////////////////////////////////////////////////////
案内
/////////////////////////////////////////////////////////////////// */
.guide {
    width: 80%;
    margin: 0 auto 5%;
    text-align: center
}

.guide p {
    font-size: 2vw;
    font-weight: bold;
    font-family: 'UD Digi Kyokasho NK-B';
    margin: 0;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    background: linear-gradient(transparent 60%, rgba(233, 84, 100, 0.6) 60%);
    padding: 0 2%
}

.guide .top-link {
    display: block;
    margin: 6% auto 1%;
    width: 60%;
    font-size: 120%;
    font-family: "游ゴシック";
    font-weight: bold;
    position: relative
}

.guide .top-link::after {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: 900;
    position: absolute;
    right: 10%;
    top: 30%;
    z-index: 999;
    font-size: 13px;
    color: #e95464
}

.guide .top-link:hover::after {
    color: #fff
}

.guide .top-link a {
    border: solid 1px #e95464;
    color: #e95464;
    padding: 2% 5%;
    display: block;
    outline: none;
    position: relative;
    z-index: 2;
    background-color: #fff;
    overflow: hidden
}

.guide .top-link a:hover {
    color: #fff;
}

.guide .top-link a,
.guide .top-link a::before,
.guide .top-link a::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.guide .top-link a::before,
.guide .top-link a::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.guide .top-link a::after {
    top: -100%;
    width: 100%;
    height: 100%;
    left: 0
}

.guide .top-link a:hover::after {
    top: 0;
    background-color: #e95464;
}


.guide span {
    font-size: 80%
}

/* ///////////////////////////////////////////////////////////////////
案内-2
/////////////////////////////////////////////////////////////////// */

.annai{
    margin: 10% 0 0;
    display: block;
    text-align: center;
    border: double 4px #963c9e;
    padding: 3% 0;
    border-radius: 20px;
}

.annai h3{
    font-size: 2vw;
    font-weight: bold;
    font-family: 'UD Digi Kyokasho NK-B';
    margin: 0;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    background: linear-gradient(transparent 60%, rgba(233, 84, 100, 0.6) 60%);
    padding: 0 2%
}

.annai ul{
    width: 90%;
    max-width: 1080px;
    display: block;
    margin:0 auto;
}

.annai ul li{
    text-align: left;
    width: 100%;
    display: table;
    margin: 2% 0 0;
    padding: 2% 0 0;
    border-top:dotted 1px ;
}

.annai ul li:first-child{
    border: none;
}

.annai ul li::before{
    font-family: "Font Awesome 5 Free";
    content: "\f044";
    font-weight: 900;
    font-size: 20px;
    display: table-cell;
    width: 8%;
    color: #963c9e;
}

.annai ul li span{
    font-size: 120%;
    font-weight: bold;
    color: #963c9e;
    margin: 0 0 1%;
    display: inline-block;
}

.annai ul li p{
    margin: 0;
}

/* ///////////////////////////////////////////////////////////////////
LINE友達登録
/////////////////////////////////////////////////////////////////// */

.line {
    border: solid #aa4c8f 2px;
    margin: 8% 0 5%;
    text-align: center;
    padding: 2% 0;
    background: #fdeff2;
    border-radius: 10px
}

.line p {
    font-family: 'UD Digi Kyokasho NK-B';
    font-size: 130%;
    font-weight: bold;
    margin: 0;
    line-height: 2
}

.line .line-add {
    width: 25%;
    max-width: 350px;
    margin: 1% 0 0
}

.line a:hover img {
    transform: translateY(-10px);
    transition-duration: 0.5s;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
}

/* ///////////////////////////////////////////////////////////////////
お願い
/////////////////////////////////////////////////////////////////// */

.onegai{
    margin: 0 0 5%
}

.onegai img{
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 750px
}

.onegai p{
    width: 80%;
    margin: 0 auto;
    font-size: 120%;
    font-family: "游ゴシック";
    font-weight: bold;
}


/* ///////////////////////////////////////////////////////////////////
お知らせ
/////////////////////////////////////////////////////////////////// */

.news {
    border: solid 1px #963c9e;
    width: 90%;
    margin: 0 auto;
}

.news h2 {
    color: #fff;
    background: #963c9e;
    margin: 0;
    text-align: left;
    letter-spacing: 3px
}


.news h2:before {
    font-family: "Font Awesome 5 Free";
    content: "\f044";
    padding: 0 3px;
    color: #fff;
    font-weight: 900;
    margin: 0 1% 0 5%;
    font-size: 15px;
    vertical-align: 2px
}

.news h2 span {
    font-size: 15px;
    display: inline-block;
    letter-spacing: 1px
}

.news ul {
    list-style: none;
    padding: 0 10px;
    overflow: scroll;
    height: 500px
}

.news li {
    border-bottom: dotted 2px #aaa;
    margin: 1% 0;
    display: table;
    width: 100%;
    line-height: 2;
    padding: 1% 0
}

.news li:last-child {
    border-bottom: none
}

.news ul span {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    display: table-cell;
    width: 16%;
    text-align: center
}

.news ul p {
    display: table-cell;
    vertical-align: middle;
    width: 60%
}

/* ///////////////////////////////////////////////////////////////////
活動報告
/////////////////////////////////////////////////////////////////// */

.active ul {
    overflow: hidden;
    height: auto
}

/* ///////////////////////////////////////////////////////////////////
アクセスマップ
/////////////////////////////////////////////////////////////////// */

.acces iframe {
    width: 100%;
    height: 450px
}

.acces p {
    font-family: "游ゴシック";
    font-weight: bold;
    margin: 1% 0
}

/* ///////////////////////////////////////////////////////////////////
会長挨拶
/////////////////////////////////////////////////////////////////// */

.kaityou {
    overflow: hidden;
    width: 70%;
    margin: 0 auto;
}

.kaityou img {
    display: inline-block;
    width: 28%;
    vertical-align: middle
}

.kaityou .name {
    text-align: center;
    display: inline-block;
    width: 70%;
}

.kaityou .name span {
    display: block;
    font-size: 160%;
    margin: 2% 0;
    font-weight: bold;
    font-family: "游明朝";
    letter-spacing: 2px
}

.greating p {
    width: 80%;
    margin: 2% auto;
    line-height: 2
}


/* ///////////////////////////////////////////////////////////////////
役員紹介
/////////////////////////////////////////////////////////////////// */

.intro ul {
    width: 60%;
    text-align: center;
    position: relative;
    margin: 0 auto 2%;
    padding: 0 0 2%
}

.intro ul::after {
    content: "";
    border-bottom: solid 1px #aaa;
    width: 80%;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0
}

.intro .img {
    width: 50%;
    vertical-align: middle
}

.intro .img img {
    width: 90%
}

.intro .text {
    width: 50%;
    vertical-align: middle;
    font-family: "游ゴシック";
    font-weight: bold;
    position: relative
}

.intro .text span {
    font-size: 20px;
    letter-spacing: 2px;
    color: #963c9e
}

.intro .text h3 {
    font-size: 24px
}

.intro .text img {
    position: absolute;
    width: 20%;
    right: -5%;
    bottom: -5%
}

/* ///////////////////////////////////////////////////////////////////
同級生JOB
/////////////////////////////////////////////////////////////////// */

.job {
    position: relative;
    padding: 0 0 5%;
    margin: 0 0 5%
}

.job h2 {
    margin: 0;
    font-family: "游ゴシック";
    position: relative;
    margin: 0 0 2%;
    padding: 0 0 5px 3%;
    border-bottom: solid 2px #aaa;
}

.job h2::before {
    content: "";
    position: absolute;
    border-bottom: solid 3px #963c9e;
    width: 20%;
    bottom: -2px;
    left: 0
}

.job .img {
    width: 40%;
    vertical-align: top;
}

.job .img img {
    width: 90%
}

.job .text {
    width: 60%
}

.job .text p {
    margin: 0
}

.job .text p.add {
    margin: 0 0 2%;
    font-weight: bold
}

.job .text a {
    display: block;
    width: 40%;
    margin: 2% 0 0 auto;
    padding: 1%;
    text-align: center;
    font-size: 110%;
    border: solid 1px #e95464;
    color: #e95464;
    font-family: "游ゴシック";
    font-weight: bold
}

.job .text a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    padding: 0 3px;
    font-weight: 900;
    margin: 0 1% 0 5%;
    font-size: 15px;
    vertical-align: 2px;
    vertical-align: 1px
}

.job .text a:hover {
    color: #fff;
    background: #e95464;
    transition-duration: 0.5s;
}

/* ///////////////////////////////////////////////////////////////////
同級生JOB - コンテンツ
/////////////////////////////////////////////////////////////////// */

.job-content h2 {
    margin: 0;
    font-family: "游ゴシック";
    position: relative;
    margin: 0 0 2%;
    padding: 0 0 5px 3%;
    border-bottom: solid 2px #aaa;
}

.job-content h2::before {
    content: "";
    position: absolute;
    border-bottom: solid 3px #963c9e;
    width: 20%;
    bottom: -2px;
    left: 0
}

.job-content img {
    display: block;
    width: 80%;
    margin: 0 auto
}

.job-content .wrap-1 {
    width: 80%;
    margin: 0 auto
}

.job-content h3 {
    margin: 5% 0 0;
    border-left: solid 10px #963c9e;
    padding: 0 0 0 2%
}

.job-content p {
    margin: 1% 2%
}

.job-content ul {
    margin: 3% 0;
    padding: 2% 0;
    text-align: center
}

.job-content li {
    width: 46%;
    margin: 0 2%;
    vertical-align: top;
}

.job-content li table {
    width: 100%;
    border-collapse: collapse;
}

.job-content li table th {
    width: 30%;
    padding: 3% 0
}

.job-content li table tr {
    border-bottom: solid 1px #aaa;
}

.job-content li table tr:first-child {
    border-top: solid 1px #aaa
}

.job-content li iframe {
    width: 100%;
    height: 250px;
}

/* ///////////////////////////////////////////////////////////////////
スケジュール
/////////////////////////////////////////////////////////////////// */

.cal_wrapper {
    max-width: 960px;
    /* 最大幅 */
    min-width: 300px;
    /* 最小幅 */
    margin: 2.0833% auto;
}

.googlecal {
    position: relative;
    padding-bottom: 100%;
    /* 縦横比 */
    height: 0;
}

.googlecal iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


/* ///////////////////////////////////////////////////////////////////
リンク集
/////////////////////////////////////////////////////////////////// */

.link li {
    display: block;
    margin: 2% 0;
    padding: 1% 0;
    font-size: 18px
}

.link li::before {
    content: "・";
    margin: 0 2% 0 0
}

.link li a:hover {
    opacity: 0.6;
    transition-duration: 0.3s;
}

/* ///////////////////////////////////////////////////////////////////
プライバシーポリシー
/////////////////////////////////////////////////////////////////// */

.policy h2 {
    margin: 0;
    font-family: "游ゴシック";
    position: relative;
    margin: 0 0 2%;
    padding: 0 0 5px 3%;
    border-bottom: solid 2px #aaa;
}

.policy h2::before {
    content: "";
    position: absolute;
    border-bottom: solid 3px #963c9e;
    width: 20%;
    bottom: -2px;
    left: 0
}

.policy p {
    margin: 2% 0 5%
}

/* ///////////////////////////////////////////////////////////////////
お問い合わせフォーム
/////////////////////////////////////////////////////////////////// */

.contact .caution {
    width: 90%;
    margin: 0 auto;
    text-align: right
}

.contact .caution span {
    color: red;
    font-weight: bold
}

.contact .form-group {
    width: 90%;
    max-width: 1280px;
    border-collapse: collapse;
    margin: 0 auto;
    border-bottom: solid 1px #d9d9d9
}

.contact .form-group ul {
    border-top: solid 1px #aaa;
    display: table;
    width: 100%
}

.contact .form-group .gray {
    background: #f8f8f8;
}

.contact .form-group li {
    letter-spacing: 1.2px;
    padding: 3% 0;
    vertical-align: middle
}

.contact .name {
    font-weight: bold;
    color: #000;
    margin: 0;
    line-height: 2.5;
    width: 35%;
    padding: 0 1em;
    text-align: center;
    font-size: 16px;
    font-family: "游ゴシック";
    display: table-cell
}

.contact .right {
    width: 60%;
    display: table-cell
}

.contact .name font {
    position: relative;
    width: 100%;
    display: inline-block;
    font-size: 110%
}

.contact .form-group .name span {
    color: red;
    font-size: 70%;
    font-weight: bold;
}


.contact #form-control {
    line-height: 2;
    margin: 0;
    padding: 0 15px;
    border: solid 1px #c8c8c8c8;
}

.contact #form-control.form-2 {
    width: 80%;
    margin: 0
}

.contact #form-control.form-3 {
    padding: 10px 15px;
    width: 80%
}

.contact .form-content-2 select {
    width: 30%;
    text-align: center;
    padding: 1% 2%
}


.contact .bottom-text {
    text-align: center;
    line-height: 2;
    letter-spacing: 2px;
    font-size: 110%;
}

.contact .bottom-text span {
    font-weight: bold;
    color: #c18a4d;
}


.contact .last {
    text-align: center;
    margin: 5% 0 0;
    font-size: 120%;
    font-weight: bold;
    letter-spacing: 2px;
    color: #cd483f
}

.contact-btn {
    display: block;
    width: 35%;
    padding: 1% 0;
    box-shadow: 1px 1px 3px gray;
    border: none;
    margin: 3% auto;
    font-size: 160%;
    letter-spacing: 3px;
    font-weight: bold;
    color: #fff;
    background: #bb5548;
    cursor: pointer;
    font-family: '游ゴシック'
}

.contact-btn:hover {
    box-shadow: none;
    border: none;
    transition-duration: 0.3s;
    transform: translateY(3px);
    opacity: .6
}

.alert-success {
    font-size: 200%;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: red;
    padding: 5% 0;
    margin-bottom: 1em;
    font-family: "游ゴシック"
}

.alert-danger {
    font-size: 200%;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: blue;
    padding: 5% 0;
    margin-bottom: 1em;
    font-family: "游ゴシック"
}

/* ///////////////////////////////////////////////////////////////////
個人情報変更届
/////////////////////////////////////////////////////////////////// */
.change .check td{
    font-family: "游ゴシック";
}
.change #form-control.form-4 {
    width: 50%;
}

.change .form-3 {
    width: 80%;
    height: 250px
}

/* ///////////////////////////////////////////////////////////////////
総会参加の可否
/////////////////////////////////////////////////////////////////// */

.entry .form-group .first {
    border: solid 1px #a22041;
    border-top: solid 1px #a22041;
    margin: 0 0 5%;
    background: #fdeff2
}

.entry .first .name {
    width: 20%;
    padding: 1% 0 !important;
}

.entry .first .name font {
    border-right: solid 1px #a22041
}

.entry .first .radio {
    font-weight: bold;
    font-family: "游ゴシック";
    line-height: 2;
    display: inline-block;
    margin-left: 3%
}

.entry .form-group .wrap-1 {
    text-align: center;
    font-size: 130%;
    letter-spacing: 1px;
    font-family: "游明朝";
    font-weight: bold;
    margin: 0 0 1%
}


.entry .form-group .trust li {
    padding: 10% 0
}

.entry .form-group .trust font {
    line-height: 2
}

.entry .form-group .trust p {
    margin: 0;
    color: red;
    line-height: 1
}

.entry .form-group .trust .right span {
    font-size: 120%;
    font-family: "游明朝";
    font-weight: bold;
    margin: 0 0 2%;
    display: block
}

.entry .form-group .trust .right .full-name {
    border-bottom: solid 1px;
    padding: 0 0 1% 3%;
    width: 80%
}

.entry .form-group .trust .right .full-name .form-trust {
    width: 80%;
    margin: 0 0 0 5%
}

.entry #form-control.form-5 {
    height: 250px;
    width: 80%
}


.entry .form-group #form-control.form {
    display: block;
    margin: 3% 0
}

.entry .alert-danger {
    display: none
}

.entry .alert-success {
    display: none
}

.entry .right .form-radio {
    display: inline-block;
    width: 20%
}

.entry .last-2 {
    text-align: center;
    margin: 0 0;
    font-size: 110%;
    font-weight: bold;
    letter-spacing: 2px;
    color: #cd483f
}

.entry .kome::before{
    content: "※"
}

.entry .imp{
    border-top:double 5px #963c9e;
    border-bottom:double 5px #963c9e;
    padding: 0 2% 1%;
    text-align: center;
    width: 88%;
    margin: 0 auto
}

.entry .imp h3{
    border-left: solid 10px #963c9e;
    padding-left: 1%;
    font-family: "游明朝";
    margin: 3% 0 0 0;
    text-align: left
}

.entry .imp span{
    color: red;
    font-size: 70%;
    font-weight: bold;
}

.entry .imp p{
    text-align: left;
    margin: 3% 0 1%
}

.entry .imp font{
    font-weight: bold;
    font-family: "游ゴシック";
    font-size: 120%;
}


.entry .date{
    text-align: center;
    width: 60%;
    margin: 0 auto 3%;
    padding:  0 0 2%;
    border: solid 2px #a22041
}

.entry .date h3{
    font-size: 140%;
    font-family: "游明朝";
    margin: 0;
    background: #a22041;
    color: #fff;
    padding: 2% 0
}

.entry .date span{
    font-size: 120%;
    font-weight: bold;
    font-family: "游ゴシック";
    margin: 3% 0 0;
    display: block
}