/* user.css */



/* 倉友会とは */

.about_souyukai {
  margin: 0;
  padding: 5px 0;
  height: 100%
}

.about_souyukai .about_souyukai-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1em;
  }
  
  .about_souyukai dt {
    width: 400px;
  }
  
  .about_souyukai dd {
    flex: 1;
    margin-left: 10px;
  }

  .btn_souyukai{
    display:inline-block;
    background: #86a2ee;
    margin: 5px 0 0 15px;
    padding: 3px 0;
    width: 20%;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    transition: all 1s ease;
    box-shadow: 3px 3px 6px rgba(0,0,0,0.2)
  }
  .btn_souyukai:hover{
    opacity: 0.7;
  }

  .about_souyukai-img {
    max-width:100%; 
    vertical-align:bottom;
    border: 1px solid #000;
    width: auto;
  }

  .about_souyukai-content {
    margin: 0px 15px;
  }

  /* スマホでは縦並びにする */
  @media (max-width: 768px) {
    .about_souyukai .about_souyukai-item {
      display: block;
    }
    .about_souyukai dt,
    .about_souyukai dd {
      width: 100%;
      margin: 0;
    }
    .about_souyukai-img {
      margin: auto;
      display: block;
      width:95%;
    }
  }


/* 担い手確保 */

#securing_employees h2 {
  padding: 5px 3px;
  color: #fff;
  background-color: #009a44;
}

#securing_employees h3 {
  font-size: 16px;
  margin-left: 5px;
  padding: 3px 6px;
  border-left: 5px solid #009a44;
}

#securing_employees p {
  padding: 5px;
}

.ninaite-plan .ninaite-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1em;
  }
  
  .ninaite-plan dt {
    width: 150px;
    font-weight: bold;
  }
  
  .ninaite-plan dd {
    flex: 1;
    margin-left: 10px;
  }
  
  /* スマホでは縦並びにする */
  @media (max-width: 768px) {
    .ninaite-plan .ninaite-item {
      display: block;
    }
  
    .ninaite-plan dt,
    .ninaite-plan dd {
      width: 100%;
      margin: 0;
    }
  }

  .ninaite-img {
    max-width:100%; 
    vertical-align:bottom;
    border: 1px solid #000;
    margin-left: 10px;
    width: 150px;
  }

  .plan-title{
    margin: 5px 15px;
    font-weight: bold;
  }

  .plan-content {
    margin: 5px 15px;
  }

  .ninaite-greeting {
    margin:20px 5px;
    padding: 10px;
    background-color:#d5eee8;
  }
  
  

/* DXアカデミー講座 */

.dx_movie {
    font-size:14px;
    margin-left:5px;
    padding: 3px 6px;
    border-left:5px solid #009a44;
}

.column{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.title {
    font-size:12px;
    font-weight:bold;
}

.column > div{
    width: 33.33333%;
    padding: 10px;
}

@media screen and (max-width: 1000px) {
    .column > div{
        width: 50%;
    }
}

@media screen and (max-width: 640px) {
    .column > div{
        width: 100%;
    }
}

/* 倉友会研修 */


#seminar_course h2 {
  margin:15px 0 20px 0;
  padding: 5px 3px;
  color: #fff;
  background-color: #009a44;
}

#seminar_course h3 {
  font-size: 16px;
  margin-left: 5px;
  padding: 3px 6px;
  border-left: 5px solid #009a44;
}

#seminar_course h4 {
  border-bottom: 1px solid #02ad4c;
  padding: 5px;
}

#seminar_course p {
  padding: 5px;
}


#seminar_course dt {
  margin-left: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.icon_youtube {
  margin-left: 30px;
  padding: 2px 0 0 25px;
  background-image: url('../images/icon_youtube.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size:20px 13px;
}

.icon_pdf {
  list-style: none;
  margin-left: 25px;
  padding: 2px 0 0 40px;
  background-image: url('../images/icon_pdf.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size:33px 13px;
}

.icon_link {
  list-style: none;
  margin-left: 25px;
  padding: 2px 0 0 40px;
  background-image: url('../images/icon_link.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size:33px 13px;
}

.submenu-list {
  padding-inline-start: 0px;
  display: flex;
}

.submenu li {
  list-style:none;
  padding: 5px;
}

.submenu img {
  width: 16px;
  height: auto;
  vertical-align: text-top;
  padding-right: 2px;
  padding-top: 2px;
}

/* セレクトボックスはPCでは非表示 */
.submenu-select-form {
  display: none;
}

/* スマホ表示（768px以下）ではセレクトボックスを表示し、liメニューを非表示 */
@media screen and (max-width: 768px) {
  .submenu-list {
    display: none;
  }

  .submenu-select-form {
    display: block;
  }

  .submenu-select-form select {
    width: 100%;
    padding: 10px;
    font-size: 16px;
  }
}

.seminar_submit {
  display: block;
  background: #83c11e;
  width: 34rem;
  margin-bottom: 10px;
  padding: 1rem;
  border-radius: .6rem;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: .1rem;
  transition: .5s;
}

.seminar_submit span {
  position: relative;
  padding-left: 1.5rem;
}

.seminar_submit span:before {
  content: "";
  position: absolute;
  left: 0;
  margin-top: 5px;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #ffffff;
}

@media screen and (max-width: 768px) {
    .seminar_submit {
      width: 100%;
  }
}

.monthly_table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  text-align: center;
  font-size: 1em;
  margin-bottom: 5px;
}

.monthly_table th, .monthly_table td {
  border: 2px solid #d2e8f1;
  padding: 0.5em;
}

.monthly_table thead th {
  background-color: #65add1;
  color: #fff;
  border: 2px solid #65add1;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  text-align: center;
  font-weight: bold;
}

.monthly_table thead th:first-of-type {
  width: 8%;
}

.monthly_table thead th:nth-of-type(2) {
  width: 50%;
}

.monthly_table thead th:last-of-type {
  border-right: 2px solid #4d9bc1;
  width: 22%;
}

.monthly_table tbody th {
  font-weight: bold;
  text-align: center;
}

.monthly_table tbody td:first-of-type {
  text-align: left;
}

.monthly_table tbody td:last-of-type {
  text-align: left;
}

/*スマホでは縦並び*/

@media screen and (max-width: 768px) {
  .monthly_table {
    text-align: left;
  }
  .monthly_table thead {
    display:none;
  }
  .monthly_table th, .monthly_table td {
    display: block;
    border: 0;
    border-bottom: 2px solid #e6f1f6;
  }
  .monthly_table tbody th{
    background: #4d9bc1;
    color:#fff;
  }
  /*
  .monthly_table td::before{
    content: attr(data-label);
    color: #4d9bc1;
    font-weight: bold;
    display: inline-block;
    width: 20%;
    min-width: 4em;
  }
    */
}