@charset "utf-8";
header {
    width: 100%;
}
main {
    width: 100%;
}
.header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-logo {
  width: 150px;
  margin: 5px 10px;
}
.navbar {
  background-color: #fff;
  color: #12335e;
}
/*　ハンバーガーメニューボタン　*/
.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  z-index : 3;
  right : 20px;
  top   : 20px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  padding: 5px 0;
}
.hamburger span {
  display : block;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #12335e;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg) translate(-11px, 10px);
}

.hamburger.active span:nth-child(2) {
  top: 16px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg) translate(-1px, 0px);
}
.hamburger.active span:nth-child(3) {
  display: none;
}

/* メニュー背景　*/
nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #fff;
  background: rgba( 18,51,94,1 );
  text-align: center;
  width: 100%;
  transform: translateX(100%);
  transition: all 0.6s;
  height: 100vh;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 100px 15% 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
  border-bottom: 1px solid #eee;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}

nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}
nav.globalMenuSp ul li a:hover {
  color: #12335e;
}
/* クリックでjQueryで追加・削除 */
nav.globalMenuSp.active {
  opacity: 100;
  display: block;
   transform: translateX(0%);
   height: 100vh;
}
.header-logoimg {
  margin-right: 20px;
}
.top-ber {
  background-color: #12335e;
  color: #fff;
  padding: 3px 10px;
  width: 100%;
  font-size: .8rem;
}
.menu_under {
  width: 100%;
  margin: 3rem auto 0;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.menu_logo_w {
  width: 150px;
}
.menu_tel {
  font-weight: bold;
  font-size: .9rem;
  margin: 10px 0;
}
.menu_line {
  border: 1px solid #fff;
  padding: 10px;
  width: 150px;
  display: inline-block;
}
.menu_line:hover {
  background-color: #fff;
  color: #12335e;
  transition: all 0.6s;
}
@media (min-width: 501px) {
  .header-nav {
    width: 500px;
    margin: 0 auto;
}
.main-box {
  width: 500px;
  margin: 0 auto;
}
nav.globalMenuSp ul {
  width: 500px;
  padding: 100px 5% 0;
}
.menu_under {
  width: 400px;
}
}


.main-box {
  text-align: center;
  padding: 50px 0 100px;
}
.main-logo {
  margin-bottom: 50px;
}
.main-logo img {
  width: 150px;
}
.main-box h1 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  font-weight: bold;
  color: #12335e;
}
.main-box h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.main-box h3::before,
.main-box h3::after {
	content: '';
	width: 30px;
	height: 2px;
	background-color: #12335e;
}
.main-box h3::before {
	margin-right: 20px;
}
.main-box h3::after {
	margin-left: 20px;
}
#login .hamburger {
  display: none;
}
.input-area {
	width: 80%;
	margin: 40px auto;
}
.input-area li {
  margin: 1.5rem 0;
}
.input-area_exp {
  font-size: .8rem;
  color: #666;
  margin-top: .5rem;
}
.input-id, .input-ps {
  height: 2.4em;
  width: 100%;
  padding: 0 16px;
  margin-top: 5px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 1px #ccc inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.input-df {
  display: flex;
  justify-content: center;
}
.input-ck  {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  user-select: none;
}
.input-ck .checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid #999999;
  box-sizing: border-box;
  border-radius: 4px;
}
.input-ck .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: 2px solid #FFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.input-ck input:checked + .checkmark {
  background-color: #12335e;
  border: 2px solid #12335e;
}
.input-ck input:checked + .checkmark:after {
  display: block;
}
.input-btn {
  background-color: #12335e;
  border: 1px solid #12335e;
  color: #fff;
  text-align: center;
  width: 200px;
  padding: 10px;
  margin: 20px auto 0;
  border-radius: 10px;
  display: block;
}
.input-btn:hover {
  background-color: #fff;
  color: #12335e;
  transition: all 0.6s;
}
.input-btn2 {
  background-color: #12335e;
  border: 1px solid #12335e;
  color: #fff;
  text-align: center;
  width: 300px;
  padding: 10px;
  margin: 20px auto 0;
  border-radius: 10px;
  display: block;
}
.input-btn2:hover {
  background-color: #fff;
  color: #12335e;
  transition: all 0.6s;
}
.input-btn2 a {
  display: block;
}
/*index*/
.program_list {
  padding: 50px 10px 0;
}
.program_list h2 {
  padding: 5px 0 5px 35px;
  text-align: left;
  border-bottom: 1px solid #12335e;
  background-image: url(../img/logo-icon.png);
  background-repeat: no-repeat;
  background-size: 25px;
  font-weight: bold;
}
.program_detail {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
.program_detail dt, 
.program_detail dd {
  font-size: .9rem;
  padding: 8px 10px;
}
.program_detail dt {
  width: 40%;
  color: #12335e;
}
.program_detail dd {
  width: 60%;
}

/*selection*/
.ttl_h2  {
  margin-bottom: 3rem;
}
.ttl_h2 h2 {
  padding: 5px 0 5px 40px;
  margin-bottom: 1rem;
  background-image: url(../img/logo-icon.png);
  background-repeat: no-repeat;
  background-size: 30px;
  font-weight: bold;
  font-size: 1.2rem;
  display: inline-block;
}
.ttl_h2 p{
  font-size: 1.1rem;
}
h4 {
  font-size: 1.1rem;
  font-weight: bold;
  border-left: 3px solid #0d47a1;
  padding: 0 0 0 1rem;
  text-align: left;
  margin-bottom: 1rem;
}
.selectbox {
  margin-bottom: 3rem;
  padding: 0 10px;
}
.selectbox h4 {
  font-size: 1.1rem;
  font-weight: bold;
  border-left: 10px solid #0d47a1;
  border-bottom: 1px solid #0d47a1;
  padding: 0.3rem 0 0.3rem 1rem;
  text-align: left;
  margin-bottom: 1rem;
}

ul.select-area {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
ul.select-area li{
  display: inline-block;
  width: calc(100% / 3 - 5px);
}
ul.select-area li label{
    display: inline-block;
    background-color: rgba(255, 255, 255, .9);
    border: 1px solid #0d47a1;
    color: #666;
    border-radius: 5px;
    white-space: nowrap;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}

ul.select-area li label {
    padding: 8px 4px 8px 2px;
    cursor: pointer;
    font-size: .8rem;
    width: 100%;
}

ul.select-area li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: normal;
    font-size: .8rem;
    padding: 1px 2px;
    content: "\f0c8";
    transition: transform .3s ease-in-out;
}

ul.select-area li input[type="checkbox"]:checked + label::before {
    content: "\f00d";
    font-weight: 900;
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
    color: rgb(253, 44, 44);
}

ul.select-area li input[type="checkbox"]:checked + label {
    border: 1px solid #0d47a1;
    background-color: #0d47a1;
    color: #fff;
    transition: all .2s;
}

ul.select-area li input[type="checkbox"] {
  display: absolute;
}
ul.select-area li input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
ul.select-area li input[type="checkbox"]:focus + label {
  border: 1px solid #568ee6;
}

@media (min-width: 501px) {
  ul.select-area li{
  display: inline-block;
  width: calc(100% / 4 - 5px);
}
}

/*schedule*/
.schedulebox {
  position: relative;
  width: 100%;
}
.schedule_inn {
  border-bottom: 1px solid #999;
}
.schedule_cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 10px 0;
  font-size: .9rem;
}
.schedule_cont.under {
  position: relative;
}
.schedule_passed {
  background-color: #d5cece;
}
.schedule_cont.under::after {
  position: absolute;
  content: "";
  border-top: 15px solid #568ee6;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  top: 90%;
  left: 40%;
  transform: translateX(-50%);
}
.schedule_day {
  width: 55%;
  text-align: left;
}
.schedule_sub {
  width: 10%;
}
.schedule_status {
  width: 35%;
  font-size: .8rem;
}
.schedule_status span {
  display: inline-block;
  padding: 5px;
  width: 100px;
  border-radius: 5px;
}
.schedule_status span.no-status {
  display: none;
}
.schedule_status a:hover {
  opacity: 0.7;
}
.request {
  border: 1px solid #568ee6;
  color: #568ee6;
  background-color: #f2f2f2;
  
}
.definition {
  border: 1px solid #e25252;
  color: #e25252;
  background-color: #f2f2f2;
}
.definition2 {
  border: 1px solid #efa600;
  color: #cb9703;
  background-color: #f2f2f2;
}
.candidate {
  border: 1px solid #e25252;
  background-color: #e25252;
  color: #fff;
}
.change {
  border: 1px solid #568ee6;
  color: #fff;
  background-color: #568ee6;
}
.denial {
  text-decoration: line-through 2px solid #e25252;
}
.schedule_inn p {
  color: #e25252;
  text-align: left;
  font-size: .8rem;
  padding: 0 0 5px 20px;
}
.schedule_day input[type="radio"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #0d47a1;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.schedule_day input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #568ee6;
  content: '';
}
.schedule_day.dec input[type="radio"] {
  display: none;
}
.schedule_day.dec {
  padding-left: 20px;
}
.accordion-title {
  color: #fff;
  background-color: #12335e;
  cursor: pointer;
  font-size: 16px;
  padding: 10px 20px;
}
.accordion-content {
  display: none;
  padding: 10px 15px 30px;
}
.accordion-item .accordion-title {
  border-bottom: 1px solid #fff;
}
.accordion-title {
  position: relative;
}
.accordion-title::after {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 8px;
}
.accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}

/*candidate*/
.candi_befor_inn {
  display: flex;
  justify-content: center;
}
.candi_befor {
  padding: 0 10px;
  position: relative;
}
.candi_befor::after {
  position: absolute;
  content: "";
  border-top: 15px solid #568ee6;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.candi_after {
  padding: 50px 10px 20px;
}
.candi_after_box {
  display: flex;
  flex-direction: column;
}
.candi_after_box ul {
  margin-bottom: 1rem;
}
.ml1 {
  margin-left: 1rem;
}
.candi_after_radio {
  display: flex;
}
.candi_after_cont {
  text-align: left;
}
.candi_after_cont input[type="radio"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #0d47a1;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.candi_after_cont input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #568ee6;
  content: '';
}
.candi_after_cont span {
  margin-left: 1rem;
  font-size: .8rem;
}
.candi_after_cont textarea {
    border: 1px solid #999;
    border-radius: 5px;
    padding: 5px;
    margin-top: 10px;
    width: 100%;
    height: 100px;
    text-align: left;
    line-height: 1.2rem;
}
.attendance input {
  margin-left: 1rem;
}
.attendance p {
  margin-bottom: 10px;
  padding-bottom: .4rem;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
@media (min-width: 501px) {
.candi_befor {
  padding: 0 50px;
}
.candi_after {
  padding: 50px 50px 20px;
}
}

/*footer*/
footer {
  background: #12335e;
  color: #fff;
  text-align: center;
  bottom: 0;
  left: 0;
  width: 100%;
}
.footer_inn {
    width: 100%;
    padding: 1rem;
    display: flex;
    flex-direction: column;
}
footer img {
  width: 150px;
  margin-bottom: 10px;
}
@media (min-width: 501px) {
  .footer_inn {
    width: 500px;
    margin: 0 auto;
  }
}
.subttl {
  font-size: 1.1rem;
  font-weight: bold;
  color: red;
}
.user_se {
  padding: 1.2em 0 1em 1em;
  text-align: left;
}
.user_se i {
  padding-right: 10px;
  font-weight: 900;
}
nav.globalMenuSp ul li.user_c a {
  padding: 0;
}
.user_change {
  margin: 0.5em 0 1em 2em;
  display: flex;
}
.user_change dt {
  width: 70%;
  text-align: left;
  font-weight: normal;
  display: flex;
  align-items: center;
}
.user_change dd {
  padding: 0 .5rem 0;
  width: 30%;
}
.user_change .user_c_btn {
  padding: .3rem .5rem .2rem;
  border-radius: 10px;
  background-color: #ddd;
  color: #12335e;
  border: 1px solid #12335e;
  font-size: .8rem;
}
nav.globalMenuSp ul li.user_c:hover{
  background :#12335e;
}
nav.globalMenuSp ul li.user_c a:hover {
    color: #fff;
}
nav.globalMenuSp ul li.user_c a dd:hover {
  color: #fff;
  background-color: #12335e;
  border: 1px solid #fff;
}
nav.globalMenuSp ul li.user_c a dt:hover {
  color: #fff;
}
