@charset "UTF-8";


@media screen and (min-width: 769px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}


/* common */
#header {
    border-bottom: 1px solid #004095;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items:center;
    width: 1180px;
    padding: 20px 0;
    margin: 0 auto;
}
@media screen and (max-width: 1400px) {
    .header {
        width: 100%;
        padding: 2%;
    }
    .header img {
        height: 60px;
    }
}

.header-link a {
    display: block;
    width: 130px;
    padding: 13px 5px 12px;
    background: #004095;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}


.main-visual {
  background: url("../img/main_visual_bg.jpg") top center no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.lower .main-visual-inner {
    height: 397px;
}

.lower .main-title {
    background-color: rgba(0, 64, 149, 0.8);
}

.main-box-title {
    color: #004095;
}

#footer {
    background-color: #ebe6e0;
}

.copyright {
    padding: 40px 0;
    text-align: center;
}


/* contact */
.main-box-text.add {
    max-width: 100%;
    width: 1180px;
    padding: 1em;
    border: 3px double #f36;
/*    border: 1px solid #f36;*/
    margin: 0 auto 45px auto;
}
.main-box-text.add p {
    position: relative;
    margin-left: 1em;
    margin-bottom: 2px;
    font-size: 16px;
    text-align: left;
    line-height: 1.4;
}
.main-box-text.add p::before {
    content: "●";
    position: absolute;
    left: -1em;
}
.main-box-text.add p em {
    color: #f36;
    font-weight: bold;
}
.main-box-text .caution {
    display: inline-block;
    padding-top: 1em;
    color: #f36;
    font-size: 16px;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .main-box-text .caution {
        font-size: 14px;
    }
}

.contact-box {
    position: relative;
/*    width: 1180px;*/
/*    margin: 0 auto;*/
}
@media screen and (max-width: 1180px) {
    .contact-box {
        width: 100%;
    }
}

.contact-box::before {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 96px;
    height: 112px;
    background: url(../img/minamo01.png) no-repeat right bottom;
}
@media screen and (max-width: 1180px) {
    .contact-box::before {
        display: none;
    }
}

.contact-table {
    margin: 0 auto 32px;
}

.contact-table .caution {
    display: inline-block;
    padding-top: 6px;
    color: #f36;
    font-size: 14px;
    font-weight: bold;
  line-height: 1.6;
  text-align: left !important;
}

.contact-table .long {
    padding: 5px;
}

.contact-table label {
    display: block;
  line-height: 2;
/*    display: inline-block;*/
/*    width: 40%;*/
}
@media screen and (max-width: 768px) {
    .contact-table label {
        max-width: 100%;
    }
}
.contact-table td span {
  display: block;
  margin-top: 1em;
  color: #f36;
  font-size: 14px;
  font-weight: bold;
}

.contact-table .add {
    display: block;
    margin-left: 2.5em;
}

.contact-table .seminar-name {
  line-height: 2;
}

.privacy_policy {
    margin-bottom: 48px;
}
.privacy_policy p {
    position: relative;
    margin-left: 40px;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
}
.privacy_policy p::before {
    content: "※";
    position: absolute;
    left: -1em;
    top: 0;
}
@media screen and (max-width: 768px) {
    .privacy_policy p {
        margin-left: 20px;
    }
}
.privacy_policy_check {
  margin-bottom:40px;
  text-align:center;
}
.privacy_policy_check label {
  color: #f36;
  font-size:18px;
  font-weight: bold;
}

.wrap-tab {
/*    overflow: hidden;*/
    width: 1180px;
    margin: 0 auto;
}
@media screen and (max-width: 1280px) {
    .wrap-tab {
        width: 100%;
    }
}

.wrap-tab .caution {
    padding: 1em 0;
    color: #f36;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.list-tab {
    display: flex;
    margin: 0 -2px;
    border-bottom: 3px solid #5bbee5;
}

.list-tab > li {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 0;
    margin: 0 2px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background: #ccc;
    cursor: pointer;
}

.list-tab .active {
    background: #66cc66;
}

.tab-content {
    display: none;
    padding: 1em;
}
.tab-content.active {
    display: block;
}

.contact-table .student_list {
    width: 100%;
}
/*
.contact-table .student_list .student_list_title td {
    padding: 8px 0;
}
.contact-table .student_list th,
.contact-table .student_list td {
    display: table-cell;
    border-collapse: collapse;
    font-size: 14px;
    text-align: center;
}
.contact-table .student_list th {
    width: 2em;
    padding: 0 8px;
}
.contact-table .student_list td {
    padding: 8px 0;
}
.contact-table .student_list .short {
    width: 100%;
}
.contact-table .student_list select[type="text"] {
    padding: 5px;
}
*/
#contact.reception .contact-table {
  width: 100%;
}

#contact .contact-table .student_list .student_list_box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
/*  border: none;*/
  text-align: left;
}
#contact .contact-table tr .student_list th,
#contact .contact-table tr .student_list td {
  border: none;
  font-size: 14px;
}
#contact .contact-table tr .student_list th {
  width: 70px;
}
#contact .contact-table .student_list td {
  padding: 8px 12px;
}
#contact .contact-table tr .student_list .student_list_wrap {
  border-top: 4px solid #fff;
}
#contact .contact-table .student_list .student_list_item {
  width: 48%;
  padding: 0 1%;
}
#contact .contact-table .student_list .student_list_item span {
  display: inline-block;
  color: #000;
  font-weight: normal;
}
#contact .contact-table .student_list .student_list_item .short {
  width: 220px;
}
#contact .contact-table .student_list .student_list_item label {
  display: inline;
  padding-right: 7%;
}
#contact .contact-table .student_list .student_list_item select {
  width: 150px;
}

.contact-button-area input[type="button"] {
  background: #999;
}
.contact-button-area input:hover {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #contact .contact-table .student_list .student_list_box {
    display: block;
  }
  #contact .contact-box .contact-table .student_list tr th {
    width: 100%;
    text-align: center;
  }
  #contact .contact-table .student_list .student_list_item select,
  #contact .contact-table .student_list .student_list_item span,
  #contact .contact-table .student_list .student_list_item {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
    .lower .main-visual-inner {
        height: 300px;
        padding-top: 30%;
    }
    .main-box-title {
        font-size: 5vw;
    }
    .main-box-text {
        font-size: 3.5vw;
    }
    .contact-table th, .contact-table td {
        font-size: 4vw;
    }
    .contact-button-area input {
        font-size: 4vw;
    }
/*
    .contact-table .student_list input[type="text"] {
        border: none;
    }
    .contact-table .student_list th,
    .contact-table .student_list td {
        border: 1px solid #ccc;
    }
    .contact-table .student_list {
        background: #E4DFD5;
    }
*/
}


.contact-box .contact-table .student_list tr th {
  width: 70px;
  font-size: 12px;
}
.contact-box .contact-table .student_list tr td {
  width: calc(100% - 65px);
  padding: 4px 8px;
  font-size: 12px;
}

html,body {
/*  min-width: 100% !important;*/
}

@media screen and (max-width: 1180px) {
  .tab {
    display: block !important;
  }
  #contact .contact-table .student_list .student_list_item select,
  #contact .contact-table .student_list .student_list_item .short {
    width: 100%;
  }
}
@media screen and (min-width: 1181px) {
  .tab {
    display: inline-block !important;
  }
}