/* CSS Document */

/* ウララについて
----------------------------------------------------------------------------*/

#trainingPage {
  min-width: 1080px;
}

#trainingPage #branding {
  min-width: 1080px;
  width: 100%;
  height: 495px;
  background-image: url(../img/training/visual_training.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
}
#trainingPage #branding #pageTitle {
  margin: 0 auto;
  width: 1080px;
  text-align: left;
  box-sizing: border-box;
  padding: 130px 100px;
}

#trainingPage #branding.novisual {
  height: 50px;
  padding: 0;
  background: none;
}

.intro {
  
}
.orangelead {
  font-size: 1.5rem;
  color: #F0831E;
}

.contentsWrap .wrap {
 width: 750px;
  margin: 0 auto;
  padding: 0 0 50px 0;
}

.contentsWrap h2 {
  padding: 0;
  margin: 0;
  text-align: center; 
}

.box01 {
  padding-bottom: 20px;
}
.box01 h3 {
  text-align: center;
  color: #F0831E;
  font-size: 1.2rem;
}
.box01 h3.bb {
  padding: 10px 0;
  border-bottom: 1px solid #F0831E;
}

.colornum {
  margin: 0;
  padding: 15px 15px 15px 30px;
}
.colornum li {
  color: #F0831E;
  padding-bottom: 0.5em;
}
.colornum li span {
  color: #000;
}

.box01 ol {
  margin: 0;
  padding: 15px 15px 15px 30px;
}
.box01 ol li {
  padding-bottom: 0.5em;
}

.table01 {
  width: 100%;
}
.table01 th,
.table01 td {
  border: 1px solid #B5B5B6;
  padding: 15px;
}
.table01 th {
  font-size: 1.2rem;
  font-weight: normal;
  color: #F0831E; 
}
.table01 th span {
  font-size: 1.5rem;
}

.table01 tr > td {
  border-top: none;
}
.table01 th + td {
  border-top: 1px solid #B5B5B6;
  border-bottom: none;
  background-color: #fce6d2;
}


.table02 {
  width: 100%;
}
.table02 th,
.table02 td {
  border: 1px solid #B5B5B6;
  padding: 15px;
}
.table02 th {
  font-size: 1.2rem;
  font-weight: normal;
  color: #F0831E; 
  white-space: nowrap;
}
.table02 th span {
  font-size: 1.5rem;
}
.table02 td {
  background-color: #fce6d2;
}

.table02 td h4 {
  margin: 10px 0;
  padding: 0;
  color: #F0831E; 
}
.table02 td ul {
  margin: 10px 0;
  padding: 0 0 0 1em;
  width: 40%;
  display: inline-block;
}
.table02 tr:last-child ul:nth-of-type(1) {
  width: 50%;
}
.table02 tr:last-child ul:nth-of-type(2) {
  width: 35%;
}
.table02 td ul li {
  list-style: none;
  text-indent: -1em;
}
.table02 td ul li::before {
  content: '●';
  color: #F0831E; 
}

h2.bb {
  padding: 30px 0;
}

.box02 {
  padding-bottom: 20px;
}
.box02 h3 {
  text-align: center;
  color: #F0831E;
}
.box02 h3 span {
  display: block;
}
.box02 .whitebg {
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
  border-top: 1px solid #F0831E;
}
.box02 .whitebg::before {
  content: '';
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  top: -1px;
  left: calc(50% - 11px);
  height: 12px;
  width: 22px;
  background-image: url(../img/training/line_sankak.png);
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 999;
}

#pageTitle2 {
  text-align: center;
}
#pageTitle2 span {
  color: #F0831E;
  border-bottom: 1px solid #F0831E; 
  display: inline-block;
}

.box03 h4 {
  font-size: 1.2rem;
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: #F0831E; 
}
.box03 dl {
  margin: 0 0 1em 0;
  padding: 0;
}
.box03 dl dt {
  color: #F0831E; 
  padding: 0 0 0.5em 0;
}
.box03 dl dd {
  margin: 0;
  padding: 0 0 1em 0;
}
.box03 dl dd ul.dot {
  margin: 0;
  padding: 0 0 0 0;
}
.box03 dl dd ul.dot li {
  margin: 0;
  padding: 0 0 0 1em;
  list-style: none;
  text-indent: -1em;
}
.box03 dl dd ul.dot li::before {
  color: #F0831E; 
  content: '●'; 
}

.box04 {
  padding: 30px 0;
}

.box04 h2 {
  text-align: center;
  font-size: 1.2rem;
  font-weight: normal;
  margin: 1em 0;
  padding: 0;
  color: #F0831E; 
}

.table03 {
  width: 100%;
}
.table03 th,
.table03 td {
  padding: 15px;
}
.table03 th {
  color: #F0831E; 
  border-right: 1px solid  #B5B5B6;
  white-space: nowrap;
}
.table03 tr:nth-child(odd) th,
.table03 tr:nth-child(odd) td {
  background-color: #fff;
}
.table03 tr:nth-child(even) th,
.table03 tr:nth-child(even) td {
  background-color: #f7e5d1;
}

.box05 {
  
}
.box05 h2 {
  text-align: center;
  font-size: 1.2rem;
  font-weight: normal;
  margin: 1em 0;
  padding: 0;
  color: #F0831E; 
}
.box05 .whitebg {
  padding: 10px;
  box-sizing: border-box;
  background-color: #fff;
}
.box05 .whitebg  h3 {
  font-size: 1.2rem;
  text-align: center; 
}
.box05 .whitebg  p {
  
}
.box05 .whitebg  hr {
  border: none;
  border-bottom: 1px solid #F0831E;
}
.box05 ul {
  text-align: center;
}
.box05 ul li {
  display: inline-block;
  list-style: none;
  padding: 0 1em 0 1em;
  text-indent: -1em;
}
.box05 ul li::before {
  content: '●';
  color: #F0831E; 
}

.maruButton {
  color: #F0831E;
  border: 1px solid #F0831E;
  padding: 0 4em;
  font-size: 1rem;
  text-align: center;
  line-height: 2.2em;
  border-radius: calc(2.2em);
  display: inline-block;
  text-decoration: none;
  background-color: #fff;
}
.maruButton:hover {
  color: #fff;
  background-color: #F0831E;
}
.maruButton .fa {
  font-size: 1rem;
  font-weight: normal;
}

#trainingNav {
  position: fixed;
  right: 0;
  top: 30vh;
}
#trainingNav ul {
  list-style: none;
}
#trainingNav .showPc ul {
  width: 138px;
  display: block;
}
#trainingNav .showPc ul li {
  display: block;
}

.detailLink img {
  width: auto;
  height: 32px;
}


@media screen and (max-width: 767px) {
  #trainingPage {
    min-width: auto;
  }
  #trainingPage #branding {
    min-width: auto;
    height: auto;
    background-size: cover;
  }
  #trainingPage #branding.novisual {
    display: none;
  }
  #trainingPage #branding #pageTitle {
    width: 100%;
    padding: 0;
  }
  .ptb30 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .contentsWrap .wrap {
     width: auto;
  }
  .box01,
  .box02,
  .box04,
  .box05 {
    max-width: 90%;
    margin: 20px auto;
  }
  
  .contentsWrap h2.spw,
  .spw {
    max-width: 90%;
    margin: 20px auto;
  }


  .table01 {
    width: 100%;
  }
  .table01 tr {
    display: block;
  }
  .table01 tr:nth-child(odd) {
    margin-top: 20px;
    border-bottom: none;
  }
  .table01 tr:nth-child(even) {
    margin-bottom: 20px;
  }
  .table01 tr:nth-child(odd) th {
    border-bottom: none;
  }
  .table01 tr:nth-child(odd) th br {
    display: none;
  }
  .table01 tr:nth-child(odd) th span {
    display: inline;
  }
  .table01 th,
  .table01 td {
    padding: 10px;
    display: block;
  }

  .table02 {
    width: 100%;
  }
  .table02 tr {
    display: block;
  }
  .table02 tr {
    margin-top: 20px;
    border-bottom: none;
    margin-bottom: 20px;
  }
  .table02 tr:nth-child(odd) th {
    border-bottom: none;
  }
  .table02 tr th br,
  .table02 tr:nth-child(odd) th br {
    display: none;
  }
  .table02 tr th span,
  .table02 tr:nth-child(odd) th span {
    display: inline;
  }
  .table02 tr th .spbr {
   display: block; 
  }
  
  .table02 th,
  .table02 td {
    padding: 10px;
    display: block;
  }
  .table02 td ul {
    margin: 0 0 0 0;
    padding: 0 0 0 1em;
    width: auto;
    display: block;
  }
  .table02 tr:last-child ul:nth-of-type(1) {
    width: auto;
  }
  .table02 tr:last-child ul:nth-of-type(2) {
    width: auto;
  }
  .table02 td ul:nth-of-type(2) {
     margin-bottom: 10px; 
  }
  
  .table03 {
    width: 100%;
  }
  .table03 th,
  .table03 td {
    padding: 5px;
  }
  .table03 th {
    color: #F0831E;
    border-right: 1px solid  #B5B5B6;
    /*white-space: normal;*/
  }
  .table03 tr:nth-child(odd) th,
  .table03 tr:nth-child(odd) td {
    background-color: #fff;
  }
  .table03 tr:nth-child(even) th,
  .table03 tr:nth-child(even) td {
    background-color: #f7e5d1;
  }

  .maruButton {
    color: #F0831E;
    border: 1px solid #F0831E;
    padding: 0 1em;
    text-align: center;
    line-height: 2.2em;
    border-radius: calc(2.2em);
    display: inline-block;
    text-decoration: none;
  }
  
  .box05 ul {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .box05 ul li {
    display: inline-block;
    list-style: none;
    padding: 0 1em 0 1em;
    text-indent: -1em;
  }
  .box05 ul li::before {
    content: '●';
    color: #F0831E; 
  }
  
  #trainingNav {
    position: fixed;
    right: 0;
    bottom: 0;
    top: auto;
    width: 100%;
  }
  #trainingNav .showSp ul {
    margin: 0;
    padding: 0;
    display: table;
  }
  #trainingNav .showSp ul li {
    margin: 0;
    padding: 0;
    display: table-cell;
  }
  #trainingNav .showSp ul li:first-child {
    border-right: 1px solid #fff;
  }
  #trainingNav .showSp ul li img {
    vertical-align: bottom;    
  }
  
  .detailLink img {
    width: 90%;
    height: auto;
  }
  
}

@media screen and (max-width: 375px) {
  
}