/*斜体の設定*/
em {
    font-style: italic;
    font-family: HGPｺﾞｼｯｸM;
    margin-right: 4px;
}

/* olの装飾を変更 */
.pbMainArea ol {
	counter-reset: number;
	list-style: none;
}
.pbMainArea ol li{
	text-indent: -1.3em;
	padding-left: 1.3em;
}
.pbMainArea ol li:before {
	counter-increment: number;
	content: counter(number);
	padding-right: 6px;
}
.pbMainArea .mce-content-body ol li:before {
	margin-right: 12px;
}
.pbMainArea ol ol {
	counter-reset: number2;
	list-style: none;
}
.pbMainArea ol ol li:before {
	counter-increment: number2;
	content: '('counter(number2)')';
	padding-right: 0;
}
.pbMainArea ol ol ol {
	counter-reset: number3;
	list-style: none;
}
.pbMainArea ol ol ol li:before {
	counter-increment: number3;
	content: counter(number3);
	border: 1px solid #000;
	padding: 0 5px;
	border-radius: 50%;
	font-size: 0.7em;
	vertical-align: middle;
}
.pbMainArea ol ol ol li:nth-child(n + 10):before {
	counter-increment: number3;
    content: counter(number3);
    border: 1px solid #000;
    padding: 1px 2px;
    border-radius: 50%;
    font-size: 0.7em;
    vertical-align: middle;
    margin-right: 5px
}

.tableBlock td {
  padding-left: 12px !important;
}

@media print, screen and (min-width: 768px) {
  .tableBlock th.width-100px {
    width: 100px !important;
  }
}

/*サイドナビ改修 ここから*/
.shNav .second .shNav__primaryNav {
    border: 5px double #878af7;
    margin: 5px 10px 5px 10px;
    width: 180px;
    background-color: #ffffff;
    color: #000000 !important;
}
.shNav .second li:first-child .shNav__primaryNav {
    margin-top: 10px;
}
.shNav .second li:last-child.shNav__box {
    padding-bottom: 5px;
}
.shNav .second li:last-child .shNav__primaryNav {
    margin-bottom: 5px;
}
.shNav .second a.shNav__primaryLink.typesquare_option {
    color: #000000;
    padding: 7px;
    display: block;
    font-weight: bold;
}
.shNav .second a.shNav__primaryLink.typesquare_option .gakubu {
    display: inline-block;
    font-size: 14px;
}
.shNav .second a.shNav__primaryLink.typesquare_option .gakka {
    display: inline-block;
    font-size: 18px;
}
@media print, screen and (max-width: 1199px) {
    .shNav .second .shNav__primaryNav {
        margin: 5px 10px 10px 20px;
        width: 260px;
    }
}
@media print, screen and (min-width: 1200px) {
    .shNav.shNav_second {
        display: block;
        width: 200px;
        overflow: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .shNav.shNav_second::after {
        content: "";
        display: block;
        padding-bottom: 300px;
    }
    .shNav.shNav_second::-webkit-scrollbar {
        display:none;
    }
}
/*サイドナビ改修 ここまで*/

/*==================================================
  column3-photo
==================================================*/
.column3-photo {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 20;
}

.column3-photo > .pbNestedHorizontalWrapper {
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 576px) {
  .column3-photo > .pbNestedHorizontalWrapper {
    justify-content: start;
  }
}

@media print, screen and (min-width: 1200px) {
  .column3-photo > .pbNestedHorizontalWrapper {
    width: 100%;
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media print, screen and (min-width: 1400px) {
  .column3-photo > .pbNestedHorizontalWrapper {
    padding-right: 0;
    padding-left: 0;
  }
}

.column3-photo .column3-photo__box {
  width: 48% !important;
  margin: 0 1%;
  overflow: hidden;
}

@media print, screen and (min-width: 576px) {
  .column3-photo .column3-photo__box {
    width: 32% !important;
    margin: 0 2% 4% 0;
  }
  .column3-photo .column3-photo__box:nth-child(3n) {
    margin-right: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .column3-photo .column3-photo__box {
    width: 32.2% !important;
    margin-right: 1.6%;
    margin-bottom: 1.6%;
  }
  .column3-photo .column3-photo__box:last-child {
    margin-right: 0;
  }
}

@media print, screen and (max-width: 576px) {
    .photoCol__pht-3column > div > div > div {
        display: flex;
        flex-wrap: wrap;
    }
    .photoCol__pht-3column p {
        width: 28%;
        margin-left: 10px;
        margin-top: 0;
    }
    .photoCol__pht-3column p:first-child {
        margin-left: 15px;
    }
    .photoCol__pht-3column img {
        width: 100% !important;
    }
    .pbMainArea .photoCol__pht-3column p {
        margin-top: 0;
    }
}

