@charset "UTF-8";
/* CSS Document */

#pagetitle {
    background: url("../img/our_strengths_img/bg_pagetitle_sp.jpg") center no-repeat;
    background-size: cover;
}

@media print, screen and (min-width:480px) {
    #pagetitle {
        background: url("../img/our_strengths_img/bg_pagetitle.jpg") center no-repeat;
        background-size: cover;
    }
}

/*-------------------------------------------------------------------------------------------our_strength*/
#our_strength > div > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#our_strength > div > div p {
  width: 100%;
  height: auto;
  margin: 0 0 20px 0;
}
#our_strength figure {
  width: 100%;
  height: auto;
  max-width: 330px;
}
@media print, screen and (min-width:768px) {
  #our_strength > div > div {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  #our_strength > div > div p {
    width: 100%;
    height: auto;
    margin: 0 20px 0 0;
  }
}
/*--------------------------------------------------------------------------------------------------ol_deco*/
section ol {
  margin-left: 2em;
}
section ol li {
  list-style-type: none;
  counter-increment: cnt;
  margin-bottom: 20px;
}
section ol li::before {
  content: "("counter(cnt)")";
  display: inline-block;
  margin-left: -2em;
  width: 2em;
}
section ol li p {
  text-align: right;
}
@media print, screen and (min-width:768px) {}
/*--------------------------------------------------------------------------------------------------ul_deco*/
section ul {
  margin-left: 2em;
}
section ul li {
  list-style-type: none;
  counter-increment: num;
  margin-bottom: 20px;
  border-bottom: dotted 1px #666;
}
section ul li::before {
  content: "("counter(num, lower-alpha)")";
  display: inline-block;
  margin-left: -2em;
  width: 2em;
}
section ul li p {
  text-align: right;
}
@media print, screen and (min-width:768px) {}
/*-------------------------------------------------------------------------------key_performance_indicators*/
#key_performance_indicators p:nth-of-type(3) {
  text-align: right;
}
/*---------------------------------------------------------------------------------------account_management*/
#account_management .tx_wap02:last-of-type {
  margin: 0 auto 30px auto;
}
/*-----------------------------------------------------------------------------------------macc_instructors*/
#macc_instructors > div > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media print, screen and (min-width:768px) {
  #macc_instructors > div > div {
    flex-wrap: nowrap;
    justify-content: space-around;
  }
}
/*-----------------------------------------------------------------------------------------macc_instructors*/
#macc_instructors figure:first-child {
  margin-bottom: 10px;
}
#macc_instructors figure figcaption {
  text-align: center;
  font-size: 12px;
}
@media print, screen and (min-width:576px) {
  #macc_instructors figure:first-child {
    margin-bottom: 10px;
    margin-right: 5px;
  }
}
@media print, screen and (min-width:768px) {
  #macc_instructors figure:first-child {
    margin-bottom: 0;
  }
  #macc_instructors figure figcaption {
    font-size: 14px;
  }
}
/*----------------------------------------------------------------------------------------------------other*/
.b_pagetop {
  font-size: 10px;
  text-decoration: none;
  text-align: right;
  margin: 15px 0 0 0;
}
.b_pagetop a {
  text-decoration: none;
}
.tx_wap01 {
  text-align: center;
  background: #FFE6D6;
  border: 1px solid #996633;
  padding: 10px;
  margin-bottom: 15px;
}
.tx_wap02 {
  text-align: center;
  background: #FFE6D6;
  border: 1px solid #996633;
  padding: 10px;
  width: 100%;
  margin: auto;
}
.vertical_line {
  height: 30px;
  width: 1px;
  background-color: #753e13;
  margin: 0 auto;
}
@media print, screen and (min-width:768px) {
  .tx_wap02 {
    width: 50%;
  }
}
/*----------------------------------------------------------------------------------------------------arrow*/
.arrow {
  height: 30px;
  width: 20px;
  background-color: #db0300;
  position: relative;
  margin: 20px auto;
}
.arrow::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 20px 25px 20px;
  border-color: #db0300 transparent transparent transparent;
  position: absolute;
  top: 65%;
  left: -50%;
}
.scroll_table {
  overflow: auto;
  white-space: nowrap;
}
@media print, screen and (min-width:768px) {
.scroll_table {
  overflow: hidden;
  white-space: normal;
}
}
/* table02 */
.table02 {
  border-collapse: separate;
  width: 100%;
  background: #fff;
  border: 2px solid #ea7d27;
}
.table02 tr th, .table02 tr td {
  padding: 7px 10px;
  font-weight: normal;
}
.table02 tr th {
  border-right: 1px dotted #ea7d27;
  font-family: 'NotoSansMedium';
  text-align: center;
  background: #ffe5d0;
}
.table02 tr:nth-of-type(2) td {
  text-align: center;
  font-weight: bold;
}
.table02 tr td:first-of-type {
  width: 30%;
}
.table02 tr td:nth-of-type(2), .table02 tr td:nth-of-type(3), .table02 tr td:nth-of-type(4) {
  width: 24%;
}
.table02 tr td {
  border-right: 1px dotted #ea8637;
  border-bottom: 1px solid #ea7d27;
  background: #fff;
}
.table02 tr th:last-child, .table02 tr td:last-child {
  border-right: none;
}
.table02 tr:last-child td {
  border-bottom: none;
}

@media print, screen and (min-width:768px) {
  .table02 tr th, .table02 tr td {
    padding: 10px 15px;
  }
}