@charset "UTF-8";

html {
  scroll-behavior: smooth;
  scroll-padding-top: 130px;
}
.l_mainContents{
  color:#404040;
}
/*-------------共通-----------------------------------*/
.b{
  font-weight: bold;
}
.underline{
  text-decoration: underline;
}
.n-link{
  color:#404040;
  transition:all .1s ease;
}
.n-link_gray{
  color:#A7A7A7;
  text-decoration: underline;
  transition:all .1s ease;
}
.n-link:hover{
    opacity:0.6;
}
.n-link_gray:hover{
  opacity:0.6;
}
.note_gray{
  font-size:0.857rem;/*12px*/
  color:#A7A7A7;
}
.note{
  font-size:0.857rem;/*12px*/
}
.marker_gold{
  background:  linear-gradient(transparent 60%, rgba(175, 139, 54, 0.25) 60%);
}
.center{
  text-align: center;
}
.right{
  text-align: right;
}
.br_sp{
  display:none;
}
/*-------------FV, nav-----------------------------------*/
.nav{
  padding:15px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  box-shadow: 0px 5px 15px #EAEAEA;
  margin-bottom:50px;
}
.nav li a{
  color:#666666;
  transition:all .1s ease;
}
.nav li a:hover{
  opacity:0.6;
}
.nav li{
  padding:0 15px;
  border-right:1px solid #D8D8D8;
}
.nav li:first-child{
  padding:0 15px 0 0;
}
.nav li:last-child{
  border-right:none;
  padding:0 0 0 15px;
}
/*-------------section共通-----------------------------------*/
.sec{
  width:100%;
  margin-bottom:100px;
}
.sec h2{
  font-size:1.8571rem;/*26px*/
  display:flex;
  justify-content: center;
  flex-direction:column;
  align-items: center;
  gap:15px;
  margin-bottom:30px;
  color:#23344D;
}
.sec h2::after{
  content:"";
  width:90px;
  height:5px;
  background-color: #AA8D68;
}
.sec p{
  margin-bottom: 15px;
}
.center{
  text-align: center;
}
.bg_gray{
  background-color: #CCCCCC;
}
/*------------section1-----------------------------------------------*/
.sec1{
  padding:0 30px;
}
.sec1 div{
  padding:15px;
  background-color: #23344D0D ;
  margin-bottom:50px;
  position: relative;
}
.sec1 div::after{
  position:absolute;
  content:"";
  left:50%;
  top:100%;
  transform:translateX(-50%);
  border:35px solid transparent;
  border-top:20px solid #23344D0D;
  width:0;
  height:0;
}
.sec1 div dl:first-child{
  margin-bottom:30px;
}
.sec1 div dl{
  display: flex;
  align-items: center;
}
.sec1 div dt{
  writing-mode:vertical-lr;
  padding-right:15px;
  letter-spacing: 0.2em;
}
.sec1 div dl dd{
  border-left:solid 1px #66666696;
  padding-left:15px;
}
.sec1 div dl dd p{
  margin-bottom:10px;
  font-weight: bold;
  color:#666666;
}
.sec1 div dl dd ul li{
  padding-left:1em;
  position:relative;
}
.sec1 div dl dd ul li::before{
  content:"・";
  position:absolute;
  left:-0.25em;
}
/*------------section2-----------------------------------------------*/
.sec2{
  padding:0 30px;
}
/*------------section3-----------------------------------------------*/
.point_summary{
  margin:0 30px 50px;
  display:flex;
  justify-content: center;
  gap:15px;
}
.point_summary li{
  width:calc(100%/3);
  padding:15px;
  box-shadow: 0px 5px 7px #AF8B364D;
  border: 1px solid #AF8B36;
  border-radius: 10px;
  transition: all .2s ease;
}
.point_summary li {
  transition:all .1s ease;
}
.point_summary li:hover{
  background-color:rgb(175, 139, 54, .15);
  transform:translateY(2px);
}
.point_summary li a{
  color:#404040;
}
.point_summary li a dl{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap:15px;
}
.point_summary li a dl dt{
  font-size:1.285rem;/*18px*/
  font-weight: bold;
  color: #AF8B36;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.point_summary li a dl dt span{
  font-size:0.857rem;/*12px*/
}

/*point詳細*/
.point_box{
  padding:30px;
  background-color: #23344D0D;
}
.point{
  padding:0 30px 30px;
  background-color: #fff;
  position:relative;
}
.point1::after{
  position:absolute;
  content:"";
  left:50%;
  top:100%;
  transform:translateX(-50%);
  border:35px solid transparent;
  border-top:20px solid #fff;
  width:0;
  height:0;
}
.point2::after{
  position:absolute;
  content:"";
  left:50%;
  top:100%;
  transform:translateX(-50%);
  border:35px solid transparent;
  border-top:20px solid #fff;
  width:0;
  height:0;
}
.point h3{
  position: relative;
  padding: 30px 0 15px 55px;
  border-bottom:solid 1px #404040;
  margin-bottom:15px;
}
.point_num {
  position: absolute;
  top: -10px;
  left: 0px;
  display: inline-block;
  width: 40px;
  height: 70px;
  text-align: center;
  color: #fff;
  background: #AF8B36;
}
.point_num:before,
.point_num:after {
  position: absolute;
  content: '';
}
.point_num:before {
  right: -10px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #847159;
}
.point_num:after {
  bottom:0;
  left:50%;
  transform:translateX(-50%);
  border:25px solid transparent;
  border-bottom:10px solid #fff;
}
.point_num span{
  font-size:0.857rem;/*12px*/
  letter-spacing: 0;
}
.point_detail{
  padding:15px 0 50px 0;
}
.point_detail:last-child{
  padding:15px 0 0 0;
}
.point_detail h4{
  font-size:1.1428rem;/*16px*/
  display:flex;
  justify-content: center;
  flex-direction:column;
  align-items: center;
  gap:10px;
  margin-bottom:30px;
  color:#23344D;
}
.point_detail h4::after{
  content:"";
  width:90px;
  height:3px;
  background-color: #AA8D68;
}

/*section3、point1、全体像と学習範囲*/

.point1 .table_box {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  color: #404040;
  position: relative;
  margin-bottom:15px;
}
.point1 .table_box th{
  font-size:10px;
  padding-bottom:5px;
  border-bottom:2px dotted #707070;
  white-space: nowrap;
}
.point1 .table_box th:first-child{
  border-bottom:none;
}
.point1 .table_box th:nth-child(2){
  border-bottom:none;
  width:55%;
  position:relative;
}
.point1 .table_box tr:nth-child(2){
  vertical-align: middle;
  line-height: 1.2;
  background-color: #F8F8F9;
}
.point1 .table_box tr:nth-child(2) td{
  color:#23344D;
  font-size: 0.8571rem;/*12px*/
  padding: 10px 0;
  font-weight:bold;
  text-align: center;
  position: relative;
}
.point1 .table_box tr .l_dot::before{
    content:"●";
    color: #707070;
    font-size:0.5em;
    position:absolute;
    top:-0.75em;
    left:-0.5em;
}
.point1 .table_box tr .r_dot::after{
  content:"●";
  color: #707070;
  font-size:0.5em;
  position:absolute;
  top:-0.75em;
  right:-0.5em;
}
.point1 .table_box tr:nth-child(2) td:first-of-type {
  text-align: left;
}
.point1 .table_box tr:nth-child(2) td:nth-child(2) {
  text-align: left;
}
.point1 .table_box td {
  border-right: 1px dashed #bbb;
  text-align: center;
  font-size: 0.8571rem;/*12px*/
  padding:10px 0;
  border-bottom:1px solid #A7A7A7;
}
.point1 .table_box td {
  text-align: left;
}
.point1 .table_box th:last-child,
.point1 .table_box td:last-child {
  border-right: none;
}
.point1 .table_box td:first-of-type {
  border-right: none;
}
.point1 .table_box .gray {
  background-color: #DEE0E4;
}

/*表組みの注釈*/
.table_note1,
.table_note2 {
  font-size: 0.8571rem;/*12px*/
  text-align: right;
  color:#23344D;
  font-weight: bold;
}
.table_note1{
  padding-right:120px;
  position:relative;

}
.table_note1::before {
  content: "";
  position:absolute;
  top:50%;
  right:0px;
  height:1px;
  width:105px;
  background-color: #23344D;
}
.table_note1::after {
  content: "";
  position:absolute;
  top:50%;
  right:0px;
  height:1px;
  background-color: #23344D;
}
.table_note1::after{
  width:8px;
  transform: translateY(-50%) rotate(45deg);
  transform-origin:right center;
}
.table_note2 span{
  position:relative;
}
.table_note2 span::before {
  content: "";
  width:15px;
  height:15px;
  background-color: #DEE0E4;
  position:absolute;
  top:50%;
  left:-2em;
  transform: translateY(-50%);
}
.table_note3{
  display:none;
}
/*section3、point1、各研修で学べる概要*/
.point1 .point_detail .jissen{
  padding-bottom:15px;
  border-top: 1px solid #A7A7A7;
}
.point1 .point_detail .jissen:last-child{
  border-bottom: 1px solid #A7A7A7;
}
.point1 .point_detail .jissen #h5{
  padding:10px 0;
  border-bottom: 1px solid #E4E4E4;
  font-weight:bold;
  font-size:1.1428rem;/*16px;*/
  font-weight:bold;
  background-color:#fff;
  color:#404040;
  line-height: 2em;
  width:100%;
}
.point1 .point_detail .jissen dl{
  padding:15px 0;
  display: flex;
  gap:15px;
  align-items: center;
}
.point1 .point_detail .jissen dl dt{
  min-width:55px;
}
.point1 .point_detail .jissen .btn{
  margin-bottom:10px;
  text-align: right;
}
.point1 .point_detail .jissen .btn::before{
  content:"お申込みはこちら >>";
  font-weight:bold;
}
.koukai{
  color:#1D5B7A;
  border-radius: 4px;
  font: normal bold  0.8571rem Meiryo;/*12px*/
  border: 1px solid #1D5B7A;
  display: inline-block;
  text-align: center;
  margin:0 5px;
  padding: 0px 10px;
}
.koukai:hover{
  background-color: #1D5B7A;
  color:#fff;
}
.koushi{
  color:#A53030;
  border-radius: 4px;
  font: normal bold  0.8571rem Meiryo;/*12px*/
  border: 1px solid #A53030;
  display: inline-block;
  text-align: center;
  padding: 0px 10px;
}
.koushi:hover{
  background-color: #A53030;
  color:#fff;
}
/*section3、point1、開発者の想い*/
.point_detail figure{
  margin-bottom:30px;
}

/*section3、point3、選べる受講形態*/
.training_type{
  display:flex;
  width:100%;
  margin-bottom:50px;
}
.training_type div{
  width:50%;
}
.training_type div+div{
  border-left:1px dashed #CCCCCC;
}
.training_type div:first-child{
  background: url(../img/middle/pm_gokui_jissen/sec3_point3_bk1.png) no-repeat;
  background-position: 100% 0%;
  padding:15px 15px 0 0;
}
.training_type div:nth-child(2){
  background: url(../img/middle/pm_gokui_jissen/sec3_point3_bk2.png) no-repeat;
  background-position: 95% 0%;
  padding:15px 0 0 15px;
}
.training_type div dl{
  text-align: center;
}
.koukai2{
  color:#1D5B7A;
  border-radius: 4px;
  font: normal bold  1rem Meiryo;/*14px*/
  border: 1px solid #1D5B7A;
  display: inline-block;
  margin:0 5px;
  padding: 0px 2em;
  margin-bottom:15px;
}
.koushi2{
  color:#A53030;
  border-radius: 4px;
  font: normal bold  1rem Meiryo;/*14px*/
  border: 1px solid #A53030;
  display: inline-block;
  padding: 0px 2em;
  margin-bottom:15px;
}
.training_type div dl dd:nth-child(3){
  text-align: left;
  margin-top: 15px;
}
.training_type div dl dd:nth-child(4){
  text-align: left;
  margin-top: 30px;
  border:1px solid #CCCCCC;
  border-radius:10px;
  position:relative;
}
.training_type div dl dd:nth-child(4)::before{
  content:"こんな方におすすめ";
  color:#1F304A;
  font-weight:bold;
  background-color: #fff;
  padding:0 0.7em;
  position:absolute;
  top:-0.7em;
  white-space:nowrap;
}
.training_type div dl dd ul{
  padding:20px 10px 10px 10px;
}
.training_type div dl dd ul li{
  color:#707070;
  display:flex;
  align-items: center;
  gap:5px;
}
.training_type div dl dd ul li::before{
  content:"";
  width:16px;
  height:16px;
  background: url(../img/middle/pm_gokui_jissen/sec3_point3_icon1.png) no-repeat;
}
.training_type div dl dd ul li:nth-child(3){
  text-align: right;
  font-weight: bold;
  margin-top:5px;
  justify-content: right;
}
.training_type div dl dd ul li:nth-child(3) a{
  color:#404040;
  border-bottom:1px solid #404040;
}
.training_type div dl dd ul li:nth-child(3) a:hover{
  opacity:.6;
}
.training_type div dl dd ul li:nth-child(3):before{
  content:none;
}
.training_type div dl dd ul li:nth-child(3):after{
  content:"";
  width:16px;
  height:16px;
  background: url(../img/middle/pm_gokui_jissen/sec3_point3_icon2.png) no-repeat;
}
/*各受講形態の詳細（共通）*/
.training_type_detail{
  /*box-shadow: 0px 5px 30px #D3D3D3;*/
  box-sizing: border-box;
  margin-bottom: 50px;
}
.training_type_detail #h5{
  border-bottom:1px dotted #1D5B7A;
  font-size:1rem;/*14px*/
  color:#1D5B7A;
  margin-bottom:15px;
  font-weight: normal;
  background-color:#fff;
  padding:0;
  width:100%;
  line-height:1.3em;
}
.training_type_detail #h5 span{
  background-color: #1D5B7A;
  color:#fff;
  padding:0.1em 2em;
  margin-right:0.5em;
  font-weight: bold;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#koushi_detail #h5{
  border-bottom:1px dotted #A53030;
  color: #A53030;
  background-color:#fff;
}
#koushi_detail #h5 span{
  background-color: #A53030;
}
.training_type_detail dl{
  margin-bottom:15px;
}
.training_type_detail dl dt{
  font-weight: bold;
  padding-bottom:10px;
  border-bottom:1px solid #E4E4E4;
}
.training_type_detail dl dd{
  padding-top:10px;
}
.sample_q{
  padding:15px 0;
  /*border:1px dotted #CCCCCC;*/
}
.sample_q p:nth-child(3){
  border: 1px solid #E4E4E4;;
  padding:10px 0 100px 10px;
  margin-bottom:10px;
}
.sample_q p:nth-child(4){
  border: 1px solid #E4E4E4;;
  padding:10px 0 100px 10px;
  margin-bottom:0px;
}

/*各受講形態の詳細（講師派遣）*/
.btn_min{
  display: inline-block;
  color:#CC6600;
  border:1px solid #CC6600;
  font-size: 0.8571rem;/*12px*/
  padding:0.8em 1.5em 0.8em 2em;
  font-weight: bold;
  border-radius: 5px;
  transition:all .3s ease-out;
}
.btn_min::after{
  content: "〉";
  margin-left:1em;
}
.dd_contact{
  width:100%;
  display: flex;
  justify-content: space-between;
  gap:15px;
}
.dd_contact_btn{
  min-width:14em;
  margin-bottom:0;
}
.btn_min:hover{
  color:#fff;
  background-color:#CC6600;
}
.point3{
  margin-bottom: 30px;
}

/*------------section4-----------------------------------------------*/
.sec4 div{
  padding:15px 0;
}
.sec4 div p{
  padding-bottom:15px;
  font-weight:bold;
  border-bottom:solid 1px #E2E2E2;
}
.sec4 div dl {
  display: flex;
  gap:15px;
}
.sec4 div dl dt{
  width:30%;
  min-width:200px;
}
/*------------section5-----------------------------------------------*/
.sec5 dl{
  padding-top:15px;
}
.sec5 dl dt{
  background-color: #23344D0D;
  padding:0.5em 15px;
  font-weight:bold;
}
.sec5 dl dt::before{
  content:"Ｑ．";
  font-weight:bold;
  color:#AF8B36;
}
.sec5 dl dd{
  padding:15px;
}


/*************************************
レスポンシブTB
*************************************/
@media screen and (max-width: 768px){
    .br_pc{
      display:none;
    }
    /*section3、point1、全体像と学習範囲*/
    .point1 .table_area{
      overflow-x: scroll;
      border: solid 1px #E2E2E2;
    }
    .point1 .table_area::-webkit-scrollbar{
      height: 5px;
     }
     .point1 .table_area::-webkit-scrollbar-track{
      background: #E2E2E2;
     }
     .point1 .table_area::-webkit-scrollbar-thumb {
      background: #999;
      border-radius:20px;
     }
    .point1 .table_box {
      min-width: 610px;
      margin-bottom:0;
    }
    .table_note1{
      min-width: 610px;
    }
    .table_note2{
      margin-top:10px;
    }
    /*section3、point1、各研修で学べる概要*/
    .point1 .point_detail .jissen #h5{
      font-size:1rem;/*14px;*/
    }
    .point1 .point_detail .jissen dl dd{
      font-size:1rem;/*14px;*/
    }
    .table_note3{
      display:block;
    }
    .koukai{
      margin-right:0;
    }
    .koukai{
      background-color: #1D5B7A;
      color:#fff;
    }
    .koushi{
      background-color: #A53030;
      color:#fff;
    }
    .training_type div dl dd:nth-child(4){
      font-size: 0.857rem;
    }
    /*各受講形態の詳細（共通）*/
    .training_type div dl dd ul{
      padding:15px 10px 10px 10px;
    }
    .training_type div dl dd ul li{
      gap:10px;
    }
    .training_type div dl dd ul li::before{
      min-width:16px;
    }
    .training_type_detail #h5{
      border-bottom:1px solid #1D5B7A;
    }
    .training_type_detail #h5 span{
      background-color: #1D5B7A;
      color:#fff;
      padding:0 2em;
      margin-right:0.5em;
      font-weight: bold;
      border-radius: 3px;
    }
    #koushi_detail #h5{
      border-bottom:1px solid #A53030;
      color: #A53030;
    }
    #koushi_detail #h5 span{
      background-color: #A53030;
    }
}

/*************************************
レスポンシブSP
*************************************/
@media screen and (max-width: 430px){
  html{
    scroll-behavior: smooth;
    scroll-padding-top: 50px;
  }
  .br_sp{
    display:block;
  }
  /*-------------FV, nav-----------------------------------*/
  .nav{
    padding:10px 0;
    display: block;
    box-shadow: 0px 5px 10px #EAEAEA;
  }
  .nav li{
    padding:0 10px;
    border-right:none;
  }
  .nav li a{
    text-decoration: underline;
  }
  .nav li:first-child{
    padding:0 10px;
  }
  .nav li:last-child{
    padding:0 10px;
  }
}

@media screen and (max-width: 430px){
    /*-------------section共通-----------------------------------*/
    .sec{
      width:100%;
      margin-bottom:80px;
    }
    .sec h2{
      font-size:1.4285rem;/*20px*/
      gap:10px;
      margin-bottom:30px;
    }
    .sec h2::after{
      content:"";
      width:80px;
      height:4px;
    }
    /*------------section1-----------------------------------------------*/
    .sec1{
      padding:0 10px;
    }
    .sec1 div{
      padding:10px;
      margin-bottom:35px;
    }
    .sec1 div::after{
      border:20px solid transparent;
      border-top:20px solid #23344D0D;
    }
    .sec1 div dl{
      display: block;
    }
    .sec1 div dt{
      writing-mode:initial;
      padding:0 0 5px 10px;
      color:#666666;
      font-weight: bold;
      border-bottom:solid 1px #A7A7A7;
      border-left:solid 5px #A7A7A7;
    }
    .sec1 div dl dd{
      border-left:none;
      padding-left:10px;
    }
    .sec1 div dl dd p{
      font-weight: bold;
      padding:10px 0 0 0;
    }
    .sec1 div dl dd ul li{
      padding-left:1em;
      position:relative;
      margin-bottom: 5px;
    }
    .sec1 div dl dd ul li::before{
      content:"・";
      position:absolute;
      left:-0.5em;
      top:-0.4em;
      font-size: 2rem;
      color:#666666;
    }
    /*------------section2-----------------------------------------------*/
    .sec2{
      padding:0 10px;
    }
    /*------------section3-----------------------------------------------*/
    .point_summary{
      margin:0 10px 30px;
      display:block;
    }
    .point_summary li{
      width:100%;
      padding:10px;
      margin-bottom:10px;
      box-shadow: 0px 5px 7px #AF8B364D;
    }
    .point_summary li:hover{
      transform:none;
    }
    .point_summary li a dl{
      display: flex;
      flex-direction: column;
      align-items: center;
      gap:10px;
    }
    .point_summary li a dl dt{
      font-size:1.1428rem;/*16px*/
    }
    .point_summary li a dl dd:last-child{
      font-size:1rem;/*14px*/
    }
    /*point詳細*/
    .point_box{
      padding:30px 10px 10px 10px;
    }
    .point{
      padding:0 10px 10px;
    }
    .point1::after,
    .point2::after{
      border:25px solid transparent;
      border-top:15px solid #fff;
    }
    .point h3{
      padding: 15px 0 10px 55px;
      border-bottom:solid 1px #404040;
      margin-bottom:15px;
      font-size:1.1428rem;/*16px*/
    }
    .point_num {
      height: 65px;
    }
    .point_detail{
      padding:10px 0 30px 0;
    }
    .point_detail:last-child{
      padding:0 0 0 0;
    }
    .point_detail h4{
      gap:5px;
      margin-bottom:15px;
    }
    /*section3、point1、全体像と学習範囲*/
    .point1 .table_box th:nth-child(2){
      border-bottom:none;
      width:55%;
      position:relative;
    }
    .point1 .table_box tr:nth-child(2){
      vertical-align: middle;
      line-height: 1.2;
      background-color: #F8F8F9;
    }
    .point1 .table_box tr:nth-child(2) td{
      color:#23344D;
      font-size: 0.8571rem;/*12px*/
      padding: 10px 0;
      font-weight:bold;
      text-align: center;
      position: relative;
    }
    .point1 .table_box tr .l_dot::before{
        content:"●";
        color: #707070;
        font-size:0.5em;
        position:absolute;
        top:-0.75em;
        left:-0.5em;
    }
    .point1 .table_box tr .r_dot::after{
      content:"●";
      color: #707070;
      font-size:0.5em;
      position:absolute;
      top:-0.75em;
      right:-0.5em;
    }
    .point1 .table_box tr:nth-child(2) td:first-of-type {
      text-align: left;
    }
    .point1 .table_box tr:nth-child(2) td:nth-child(2) {
      text-align: left;
    }
    .point1 .table_box td {
      border-right: 1px dashed #bbb;
      font-size: 0.8571rem;/*12px*/
      padding:10px 0;
      border-bottom:1px solid #A7A7A7;
    }
    /*表組みの注釈*/
    .table_note2 {
      margin-top:10px;
    }
    /*section3、point1、各研修で学べる概要*/
    .point1 .point_detail .jissen{
      padding-bottom:10px;
    }
    .point1 .point_detail .jissen #h5{
      padding:10px;
    }
    .point1 .point_detail .jissen dl{
      padding:10px 0;
      display: flex;
      gap:10px;
      align-items: flex-start;
    }
    .point1 .point_detail .jissen dl dt{
      min-width:50px;
    }
    .koukai{
      margin:0 0 5px 0;
      display:block;
    }
    .koushi{
      display:block;
    }
    .point1 .point_detail .jissen .btn{
      margin-top:45px;
      position:relative;
    }
    .point1 .point_detail .jissen .btn::before{
      content:"▼お申込みはこちら";
      position:absolute;
      min-width: 12em;
      top:-2em;
      left:40%;
      transform: translateX(-40%);
    }
    /*section3、point1、開発者の想い*/
    .point_detail figure{
      margin-bottom:15px;
    }
    /*section3、point3、選べる受講形態★★★*/
    .training_type{
      display:block;
      width:100%;
      margin-bottom:30px;
    }
    .training_type div{
      width:100%;
    }
    .training_type div+div{
      border-left: none;
      margin-top:15px;
    }
    .training_type div:first-child{
      background: none;
      padding:10px;
    }
    .training_type div:nth-child(2){
      background: none;
      padding:10px;
    }
    .training_type div dl{
      text-align: center;
    }
    .koukai2{
      border: none;
      display: block;
      margin:0;
      padding: 0;
      margin-bottom:10px;
      background-color: #1D5B7A;
      color:#fff;
    }
    .koushi2{
      border: none;
      display:block;
      padding: 0;
      margin-bottom:10px;
      background-color: #A53030;
      color:#fff;
    }
    .training_type div dl dd:nth-child(3){
      text-align: left;
      margin-top: 10px;
    }
    .training_type div dl dd:nth-child(4){
      margin-top: 15px;
      font-size: 0.857rem;
    }
    /*各受講形態の詳細（共通）*/
    .training_type_detail:last-child{
      margin-bottom: 10px;
    }
    .training_type_detail #h5{
      border-bottom:1px solid #1D5B7A;
      border-left:5px solid #1D5B7A;
      color:#1D5B7A;
      padding-left:10px;
      font-weight:bold;
    }
    .training_type_detail #h5 span{
      background-color:#fff;
      color:#1D5B7A;
      padding:0;
      margin-right:0;
      border-radius: none;
    }
    #koushi_detail #h5{
      border-bottom:1px solid #A53030;
      border-left:5px solid #A53030;
      color:#A53030;
    }
    #koushi_detail #h5 span{
      background-color:#fff;
      color:#A53030;
    }
    .training_type_detail dl:last-child{
      padding-bottom:0;
      margin-bottom:0;
    }
    .training_type_detail dl dt{
      padding-bottom:5px;
      border-bottom:solid 1px #66666696;
    }
    .training_type_detail dl dd{
      padding-top:5px;
    }
    .sample_q{
      padding:0 0 15px 0;
    }
    .sample_q p:nth-child(3),
    .sample_q p:nth-child(4){
      padding:5px 0 50px 5px;
      font-size: 0.857rem;
      font-weight: bold;
      color:#666666;
    }
    .point3{
      margin-bottom: 15px;
    }
  /*------------section4-----------------------------------------------*/
  .sec4 div{
    width:95%;
    margin:0 auto;
    padding:10px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .16);
    border-radius:10px;
    box-sizing: border-box;
  }
  .sec4 div+div{
    margin-top: 10px;
  }
  .sec4 div p{
    padding-bottom:10px;
  }
  .sec4 div dl {
    display: flex;
    flex-direction: column;
    gap:10px;
  }
  .sec4 div dl dt{
    width:100%;
    min-width:initial;
  }
  /*------------section5-----------------------------------------------*/
  .sec5 dl{
    padding-top:10px;
  }
  .sec5 dl dt{
    padding:0.5em 10px;
  }
  .sec5 dl dd{
    padding:10px;
  }
}