/* Adjusting style */
#contents .mainSection {
  margin-top: 30px;
  margin-bottom: 50px;
}

/* common */
.section--function {
  margin-bottom: 70px;
  padding-bottom: 70px;
  border-bottom: solid 1px #d9d9da;
}
.section__title {
  padding: 1em 0 .9em;
  background: #2d3c5a;
  color: #fff;
  font-size: 20px;
  line-height: 1.1;
  text-align: center;
}
.section__subtitle {
  margin-bottom: 40px;
  padding: 14px 22px 12px;
  border-left: solid 5px #2d3c5a;
  background: #ebf3f9;
  font-size: 20px;
  color: #2d3c5a;
}
.section__inner {
  margin: 0 auto;
  padding: 45px 0 0 0;
  width: 960px;
}
.section__anchor {
  margin-bottom: 10px;
  overflow: hidden;
}
.section__anchor ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px 0 0;
}
.section__anchor li {
  margin-right: 10px;
  width: calc(1 / 5 * 100% - 10px);
}
.section__anchor a {
  position: relative;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 100%;
  padding: 15px 5px 25px;
  border: solid 1px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
  transition: all .3s ease;
}
.section__anchor a::after {
  position: absolute;
  left: 50%;
  bottom: 10px;
  margin-left: -4px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.section__anchor a.lesson {
  padding: 20px 5px;
  border-color: #16a085;
  color: #16a085;
}
.section__anchor a.lesson::after {
  left: auto;
  right: 15px;
  bottom: auto;
  top: 50%;
  margin-top: -5px;
  border-color: #16a085;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.section__anchor a.lesson:hover {
  background: #d0ece7;
}
.section__anchor a.learning {
  border-color: #9e48af;
  color: #9e48af;
}
.section__anchor a.learning::after {
  border-color: #9e48af;
}
.section__anchor a.learning:hover {
  background: #f4ecf7;
}
.section__anchor a.meeting {
  border-color: #2471a3;
  color: #2471a3;
}
.section__anchor a.meeting::after {
  border-color: #2471a3;
}
.section__anchor a.meeting:hover {
  background: #d4e6f1;
}
.section__anchor a.presentation {
  border-color: #e74c3c;
  color: #e74c3c;
}
.section__anchor a.presentation::after {
  border-color: #e74c3c;
}
.section__anchor a.presentation:hover {
  background: #fadbd8;
}
.section__anchor a.remote {
  border-color: #d4ac0d;
  color: #d4ac0d;
}
.section__anchor a.remote::after {
  border-color: #d4ac0d;
}
.section__anchor a.remote:hover {
  background: #fcf3cf;
}

/* scene */
.scene {
  padding-bottom: 45px;
  padding-top: 45px;
}
.scene + .scene {
  border-top: solid 1px #d9d9da;
}
.scene__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 40px;
  padding: 0 0 15px;
  border-bottom: solid 2px;
}
.scene__title h3 {
  margin-right: 20px;
}
.scene__title h3 span {
  display: inline-block;
  padding: 10px 30px 8px;
  border-radius: 20px;
  background: #ccc;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  line-height: 1.05;
}
.scene__title p {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
}
.scene--learning .scene__title {
  border-color: #9e48af;
}
.scene--learning .scene__title h3 span {
  background: #f4ecf7;
  color: #9e48af;
}
.scene--meeting .scene__title {
  border-color: #2471a3;
}
.scene--meeting .scene__title h3 span {
  background: #d4e6f1;
  color: #2471a3;
}
.scene--presentation .scene__title {
  border-color: #e74c3c;
}
.scene--presentation .scene__title h3 span {
  background: #fadbd8;
  color: #e74c3c;
}
.scene--remote .scene__title {
  border-color: #d4ac0d;
}
.scene--remote .scene__title h3 span {
  background: #fcf3cf;
  color: #d4ac0d;
}
.scene__grid {
  overflow: hidden;
}
.scene__grid__image {
  float: left;
  width: 400px;
}
.scene__grid__text {
  float: right;
  width: 515px;
}
.scene__grid__text h4 {
  margin-bottom: .8em;
  font-size: 17px;
  line-height: 1.53;
}
.scene__grid__text p {
  font-size: 15px;
  line-height: 1.66;
}

/* cando */
.cando {
  padding-top: 45px;
}
.cando__anchor {
  margin-bottom: 15px;
  overflow: hidden;
}
.cando__anchor ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -18px 0 0;
}
.cando__anchor li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  margin-right: 18px;
  width: 33.3333%;
  padding: 1px 1px 35px 1px;
  border: solid 1px #c0c5c8;
}
.cando__anchor li > div {
  margin-bottom: 23px;
}
.cando__anchor li p {
  padding: 0 24px;
}
.cando__anchor li p:nth-of-type(1) {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.55;
}
.cando__anchor li p + p {
  margin-top: auto;
}
.cando__anchor li a {
  transition: opacity .3s ease;
  position: relative;
  display: block;
  padding: 8px 5px 6px;
  background: #0091af;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.cando__anchor li a::after {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cando__anchor li a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.cando__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 0 0 15px;
}
.cando__title span:nth-child(1) {
  margin-right: 20px;
}
.cando__title span:nth-child(1) em {
  display: inline-block;
  padding: 10px 20px 8px;
  border-radius: 20px;
  background: #0091af;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  line-height: 1.05;
}
.cando__title span:nth-child(2) {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  color: #2d3c5a;
}
.cando__body {
  padding: 55px;
  background: #ebf3f9;
}
.cando__body--narrow {
  padding: 55px 140px;
}
.cando__body p {
  font-size: 15px;
  line-height: 1.55;
}
.cando__body p sup {
  display: inline-block;
  font-size: 10px;
  vertical-align: top;
}
.cando__body__item {
  overflow: hidden;
}
.cando__body__item > div:nth-child(1) {
  float: left;
  margin-right: 35px;
}
.cando__body__item > div:nth-child(2) {
  overflow: hidden;
}
.cando__body__item h4 {
  margin-bottom: .6em;
  font-size: 18px;
  color: #0091af;
}
.cando__body__item + .cando__body__item {
  margin-top: 30px;
}

/* function */
.function__list li + li {
  margin-top: 10px;
}
.function__list li {
  display: table;
}
.function__list li > div, .function__list li > p {
  display: table-cell;
  vertical-align: middle;
}
.function__list li > div {
  box-sizing: border-box;
  width: 310px;
  height: 90px;
  border: solid 2px #0091af;
  background: #ebf3f9;
  color: #0091af;
  text-align: center;
}
.function__list li > p {
  padding-left: 25px;
  font-size: 15px;
  line-height: 1.55;
}
.function__list li h3 {
  font-size: 24px;
  line-height: 1.4;
}
.function__list li h3 span {
  font-size: 16px;
}

/* lineup style */
.kokuban_lineup{
  border:1px solid #999999;
  background:#EFF3F6;
  padding:5px 0;
  text-align:center;
}
.kokuban_lineup .line_3column li{
  float:left;
}
.kokuban_lineup .line_3column li a{
  display:block;
  text-align:center;
}
.kokuban_lineup .line_4column li{
  float:left;
}
.kokuban_lineup .line_4column li a{
  display:block;
  text-align:center;
  width:238px;
}
.border_light_r{
  border-right:1px solid #ccc;
}
.c-red {
  color: red;
}

/*adjust font size */
.f132 {
  font-size: 132% !important;
}

.indent {
  text-indent: -40px;
  padding-left: 40px;
}