@charset "utf-8";

/* 基本 */
[data-area="content"] strong {
  font-weight: 700;
}
[data-area="content"] em {
  font-style: italic;
}
[data-area="content"] sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
[data-area="content"] sub {
  font-size: 70%;
  vertical-align: bottom;
  position: relative;
  bottom: -0.1em;
}

/* 応急処置 */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
br,
span,
strong,
table {
  clear: both;
}

/* リード文 */
[data-area="content"] .lead1 {
  margin: 35px 0 30px;
  font-size: 3.2rem;
  line-height: 1.9;
  font-weight: 500;
  letter-spacing: .1em;
  font-family: 'Noto serif JP', sans-serif;
}
@media only screen and (max-width: 959px) {
  [data-area="content"] .lead1 {
    font-size: 2.3rem;
    line-height: 1.8;
  }
}

[data-area="content"] .lead2 {
  margin: 29px 0 20px;
  font-size: 2rem;
  line-height: 1.9;
  font-weight: 500;
  letter-spacing: .1em;
  font-family: 'Noto serif JP', sans-serif;
}
@media only screen and (max-width: 959px) {
  [data-area="content"] .lead2 {
    font-size: 1.8rem;
    line-height: 1.75;
  }
}

[data-area="content"] .lead3 {
  font-size: 1.6rem;
  margin: 20px 0;
  letter-spacing: .1em;
  font-weight: 500;
  font-family: 'Noto serif JP', sans-serif;
}
@media only screen and (max-width: 959px) {
  [data-area="content"] .lead3 {
    font-size: 1.5rem;
    margin: 15px 0;
  }
}

.cp-inner img {
  width: 100%;
  border-radius: 8px;
}
@media only screen and (max-width: 959px) {
  .cp-inner img {
    border-radius: 4px;
  }
}

.cms .cp-inner img {
  width: auto;
}

[data-area="content"] .button1,
[data-area="content"] .button2,
[data-area="content"] .button3 {
  display: flex;
  width: 100%;
  margin: 20px 0;
}
@media only screen and (max-width: 959px) {
  [data-area="content"] .button1,
  [data-area="content"] .button2,
  [data-area="content"] .button3 {
    margin: 10px 0;
  }
}

[data-area="content"] .button1 {
  justify-content: flex-start;
}
[data-area="content"] .button2 {
  justify-content: center;
}
[data-area="content"] .button3 {
  justify-content: flex-end;
}

[data-area="content"] .button1 .button-inner,
[data-area="content"] .button2 .button-inner,
[data-area="content"] .button3 .button-inner {
  min-width: 360px;
}
@media only screen and (max-width: 959px) {
  [data-area="content"] .button1 .button-inner,
  [data-area="content"] .button2 .button-inner,
  [data-area="content"] .button3 .button-inner {
    width: 100%;
    min-width: inherit;
  }
}

[data-area="content"] .cp-text .button1 .button-inner,
[data-area="content"] .cp-text .button2 .button-inner,
[data-area="content"] .cp-text .button3 .button-inner {
  width: 100%;
  max-width: 386px;
}
@media only screen and (max-width: 959px) {
  [data-area="content"] .cp-text .button1 .button-inner,
  [data-area="content"] .cp-text .button2 .button-inner,
  [data-area="content"] .cp-text .button3 .button-inner {
    max-width: inherit;
  }
}

.cms .button-inner a[target="_blank"]::after {
  content: none;
}

[data-area="content"] .button1 a,
[data-area="content"] .button2 a,
[data-area="content"] .button3 a {
  position: relative;
  display: block;
  text-align: center;
  padding: 18px 80px 15px 66px;
  border: 1px solid #666;
  background: #fff;
  word-break: break-all;
  cursor: pointer;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.4;
  font-size: 1.4rem;
}
@media only screen and (max-width: 959px) {
  [data-area="content"] .button1 a,
  [data-area="content"] .button2 a,
  [data-area="content"] .button3 a {
    font-size: 1.5rem;
    padding: 14px 43px 14px 38px;
  }
}
@media screen and (min-width: 960px) {
  [data-area="content"] .button1 a:hover,
  [data-area="content"] .button2 a:hover,
  [data-area="content"] .button3 a:hover {
    color: #fff;
    text-decoration: none;
    background: #DC091A;
    border-color: #DC091A;
  }
  [data-area="content"] .button1 a:hover .is-arrow path,
  [data-area="content"] .button2 a:hover .is-arrow path,
  [data-area="content"] .button3 a:hover .is-arrow path {
    stroke: #fff;
  }
}

[data-area="content"] .FF-1{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
[data-area="content"] .FF-2{
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
[data-area="content"] .FF-3{
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
}
[data-area="content"] .FF-4{
  font-family: "Yusei Magic", sans-serif;
  font-weight: 500;
}
[data-area="content"] .FF-5{
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
}

/* リスト関連 */
[data-area="content"] ol {
  list-style: none;
  counter-reset: num;
  margin: 0 0 0 18px;
}

[data-area="content"] ol li {
  text-indent: -10px;
  padding-left: 2px;
  line-height: 2;
}

[data-area="content"] ol li:before {
  content: counter(num) " . ";
  counter-increment: num;
  display: inline-block;
  margin-right: 4px;
}

.is-english [data-area="content"] ol li {
  text-indent: -.7em;
  padding-left: .7em;
}

.is-english [data-area="content"] ol li:before {
  margin-right: 5px;
}

/*81番目から*/
[data-area="content"] ol.is-81 {
	counter-reset: num81 80;
}
[data-area="content"] ol.is-81 li:before {
	counter-increment: num81;
	content: counter(num81) " . ";
}


[data-area="content"] ul {
  width: auto;
  margin: 0 0 0 8px;
  list-style: none !important;
}

[data-area="content"] ul li {
  list-style: none !important;
  padding-left: .9em;
  text-indent: -.58em;
}

[data-area="content"] ul li::before {
  position: relative;
  top: 0;
  left: -7px;
  display: inline-block;
  width: 9px;
  height: 9px;
  content: '';
  border-radius: 50%;
  background: #666;
}

._cp-link__i-listAreaLi,
.cms .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li,
.cms ._cp-link__i-listAreaLi {
  padding-left: 0;
  text-indent: 0;
}

._cp-link__f-listAreaLi::before,
.cms .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li::before,
.cms ._cp-link__i-listAreaLi::before,
._cp-link__f-listAreaLi::before,
.cms .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li::before,
.cms ._cp-link__i-listAreaLi::before {
  content: none !important;
}

/* 基本ブロック全て */
.cp-all{
  position: relative;
  margin: 40px 0;
  line-height: 1.8;
  z-index: 0;
}
@media only screen and (max-width: 959px) {
  .cp-all{
    margin: 20px 0;
  }
}

.cp-all::before{
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -20px;
  left: calc(50% - 50vw);
  width: 100vw;
  height: calc(100% + 40px);
  pointer-events: none;
}

/* 見出し */
[data-area="content"] .cp-h1-text {
  position: relative;
  font-weight: 500;
  text-shadow: 0 0 0 #222;
  font-size: 3.2rem;
  line-height: 1.6;
  margin: 0 0 0;
  padding: 25px 0 5px;
  text-align: center;
  letter-spacing: .1em;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 959px) {
  [data-area="content"] .cp-h1-text {
    margin: 0 0 20px;
    padding: 0;
    font-size: 2.5rem;
  }
}

[data-area="content"] .cp-h2-text {
  position: relative;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1.4;
  margin: 64px 0 56px;
  padding: 0 0 29px;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  border-bottom: 4px solid #DDD;
}
@media only screen and (max-width: 959px) {
  [data-area="content"] .cp-h2-text {
    font-size: 2.2rem;
    margin: 45px 0 20px;
    padding: 0 0 14px;
    line-height: 1.4;
    border-width: 2px;
  }
}

[data-area="content"] .cp-h2-text::after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -4px;
  width: 400px;
  height: 4px;
  background: #DC091A;
}
@media only screen and (max-width: 959px) {
  [data-area="content"] .cp-h2-text::after {
    bottom: -2px;
    width: 59.6%;
    height: 2px;
  }
}

.cp-h1-text + .cp-h2-text {
  margin: 57px 0 35px;
}
@media only screen and (max-width: 959px) {
  .cp-h1-text + .cp-h2-text {
    margin: 35px 0 33px;
  }
}

[data-area="content"] .cp-h3-text {
  position: relative;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.5;
  margin: 80px 0 40px;
  padding: 4px 30px 4px 30px;
  color: #fff;
  background: #DC091A;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 959px) {
  [data-area="content"] .cp-h3-text {
    font-size: 1.8rem;
    line-height: 1.4;
    margin: 40px 0 20px;
    padding: 13px 15px 12px 15px;
  }
}

[data-area="content"] .cp-h4-text {
  position: relative;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.6;
  margin: 72px 0 42px;
  padding: 15px 26px 16px 26px;
  background: #EFEFEF;
  border-left: 4px solid #DC091A;
}
@media only screen and (max-width: 959px) {
  [data-area="content"] .cp-h4-text {
    font-size: 1.5rem;
    margin: 35px 0 15px;
    padding: 13px 12px;
    border-width: 2px;
  }
}

[data-area="content"] .cp-h5-text {
  position: relative;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  margin: 40px 0 27px;
  padding: 0 0 15px;
}
@media only screen and (max-width: 959px) {
  [data-area="content"] .cp-h5-text {
    font-size: 1.6rem;
    margin: 25px 0 20px;
    padding: 0 0 6px;
  }
}

[data-area="content"] .cp-h5-text::after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 280px;
  height: 2px;
  background: #DC091A;
}
@media only screen and (max-width: 959px) {
  [data-area="content"] .cp-h5-text::after {
    width: 100%;
    max-width: 140px;
    height: 1px;
  }
}

.cp-h2-text + .cp-h3-text,
.cp-h3-text + .cp-h4-text {
  margin-top: 0;
}

.cp-all .cp-inner .cp-h1-text:first-child,
.cp-all .cp-inner .cp-h2-text:first-child,
.cp-all .cp-inner .cp-h3-text:first-child,
.cp-all .cp-inner .cp-h4-text:first-child,
.cp-all .cp-inner .cp-h5-text:first-child,
.cp-all .cp-inner .lead1:first-child,
.cp-all .cp-inner .lead2:first-child,
.cp-all .cp-inner .lead3:first-child{
  margin-top: 0;
}

.cp-all:first-child,
[data-area="content"] .cp-h1-text:first-child,
[data-area="content"] .cp-h2-text:first-child,
[data-area="content"] .cp-h3-text:first-child,
[data-area="content"] .cp-h4-text:first-child,
[data-area="content"] .cp-h5-text:first-child,
[data-area="content"] .lead1:first-child,
[data-area="content"] .lead2:first-child,
[data-area="content"] .lead3:first-child {
  margin-top: 0;
}

.cp-h1-text hr,
.cp-h2-text hr,
.cp-h3-text hr,
.cp-h4-text hr,
.cp-h5-text hr {
  display: none;
}

.cp-hr-100{
  border-width: 0;
  border-style: solid;
  border-top: 1px solid #ccc;
}
.cp-hr-400{
  border-width: 0;
  border-style: solid;
  border-top: 4px solid #ccc;
}
.cp-hr-800{
  border-width: 0;
  border-style: solid;
  border-top: 8px solid #ccc;
}
.cp-hr-dashed{
  border-width: 0;
  border-top: 1px dashed #ccc;
}

/* ブロック内ボタン */
.cp-link-btn{
  display: table;
  margin: 20px 0;
  padding: 4px 20px;
  background-color: #333;
  color: #fff;
  text-decoration: none;
}
.cp-link-btn:hover{
  opacity: 0.7;
}

/* 囲み */
.cp-wp {
  padding: 24px 45px;
  border: 1px solid #666;
  background: #F6F6F8;
  line-height: 2;
}
.cp-wp::before{
  top: -21px;
  height: calc(100% + 42px);
}
@media only screen and (max-width: 959px) {
  .cp-wp{
    padding-left: 4%;
    padding-right: 4%;
  }
}

/* テーブル */
[data-area="content"] table{
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  border-collapse: collapse;
  border-spacing: 0;
}
[data-area="content"] .cp-text-item table,
[data-area="content"] .cp-it-text table:first-child,
[data-area="content"] .cp-ti-text table:first-child{
  margin-top: 0;
}
[data-area="content"] .cp-text-item table:last-child,
[data-area="content"] .cp-it-text table:last-child,
[data-area="content"] .cp-ti-text table:last-child{
  margin-bottom: 0;
}
[data-area="content"] table th{
  padding: 10px 15px;
  border: 1px solid #999;
  background: #e6e6e6;
}
[data-area="content"] table td{
  padding: 10px 15px;
  border: 1px solid #999;
}
@media screen and (max-width: 959px) {
  [data-area="content"] table th img,
  [data-area="content"] table td img{
    min-width: 50vw;
  }
}


[data-area="content"] table.fr-dashed-borders{
      border-style: dashed !important;
      border-width: inherit !important;
}

[data-area="content"] table.fr-dashed-borders td,
[data-area="content"] table.fr-dashed-borders th {
      border-style: dashed !important;
}

[data-area="content"] table.fr-alternate-rows tbody tr:nth-child(2n) {
      background: #f5f5f5;
}

[data-area="content"] table.fr-table-border-vertical{
  border: none !important;
}

[data-area="content"] table.fr-table-border-vertical th,
[data-area="content"] table.fr-table-border-vertical td{
  border-top: 0px !important;
  border-bottom: 0px !important;
}

[data-area="content"] table.fr-table-border-horizontal{
  border: none !important;
}

[data-area="content"] table.fr-table-border-horizontal th,
[data-area="content"] table.fr-table-border-horizontal td{
  border-left: 0px !important;
  border-right: 0px !important;
}

[data-area="content"] table.fr-table-border-none{
  border: none !important;
}

[data-area="content"] table.fr-table-border-none th,
[data-area="content"] table.fr-table-border-none td{
  border: none !important;
}

[data-area="content"] table.fr-table-border-1px th,
[data-area="content"] table.fr-table-border-1px td {
      border-width: 1px !important;
}

[data-area="content"] table.fr-table-border-2px th,
[data-area="content"] table.fr-table-border-2px td {
      border-width: 2px !important;
}

[data-area="content"] table.fr-table-border-3px th,
[data-area="content"] table.fr-table-border-3px td {
      border-width: 3px !important;
}

[data-area="content"] table.fr-table-cellPadding-10 th,
[data-area="content"] table.fr-table-cellPadding-10 td {
      padding-top: 10px !important;
      padding-bottom: 10px !important;
}

[data-area="content"] table.fr-table-cellPadding-20 th,
[data-area="content"] table.fr-table-cellPadding-20 td {
      padding-top: 20px !important;
      padding-bottom: 20px !important;
}

[data-area="content"] table.fr-table-cellPadding-30 th,
[data-area="content"] table.fr-table-cellPadding-30 td {
      padding-top: 30px !important;
      padding-bottom: 30px !important;
}

[data-area="content"] table.fr-table-cellPadding-40 th,
[data-area="content"] table.fr-table-cellPadding-40 td {
      padding-top: 40px !important;
      padding-bottom: 40px !important;
}

[data-area="content"] table.fr-table-cellPadding-50 th,
[data-area="content"] table.fr-table-cellPadding-50 td {
      padding-top: 50px !important;
      padding-bottom: 50px !important;
}

[data-area="content"] table.fr-table-cellPadding-60 th,
[data-area="content"] table.fr-table-cellPadding-60 td {
      padding-top: 60px !important;
      padding-bottom: 60px !important;
}

[data-area="content"] table.fr-table-cellPadding-70 th,
[data-area="content"] table.fr-table-cellPadding-70 td {
      padding-top: 70px !important;
      padding-bottom: 70px !important;
}

[data-area="content"] table.fr-table-cellPadding-80 th,
[data-area="content"] table.fr-table-cellPadding-80 td {
      padding-top: 80px !important;
      padding-bottom: 80px !important;
}

[data-area="content"] table.fr-table-cellPadding-90 th,
[data-area="content"] table.fr-table-cellPadding-90 td {
      padding-top: 90px !important;
      padding-bottom: 90px !important;
}

[data-area="content"] table.fr-table-cellPadding-100 th,
[data-area="content"] table.fr-table-cellPadding-100 td {
      padding-top: 100px !important;
      padding-bottom: 100px !important;
}

[data-area="content"] table td.fr-highlighted,
[data-area="content"] table th.fr-highlighted {
      border: 1px double red;
}

[data-area="content"] table td.fr-thick,
[data-area="content"] table th.fr-thick {
      border-width: 2px;
}

/* テキスト */
[data-area="content"] .cp-text{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
[data-area="content"] .cp-text .cp-text-item{
  width: 100%;
}
[data-area="content"] .cp-text .cp-text-l{
  margin-right: 60px;
}
@media only screen and (max-width: 959px) {
  [data-area="content"] .cp-text{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  [data-area="content"] .cp-text .cp-text-l{
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/* 画像 */
[data-area="content"] span.fr-img-caption{
  position: relative;
  display: block;
  max-width: 100%;
  margin: 5px auto;
  vertical-align: top;
  text-align: center;
}
[data-area="content"] span.fr-img-caption.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}
[data-area="content"] span.fr-img-caption.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}
[data-area="content"] span.fr-img-caption .fr-img-wrap {
  position: relative;
  display: block;
  max-width: 100%;
  width: auto;
  margin: 5px auto;
  vertical-align: top;
  text-align: center;
}

[data-area="content"] span.fr-img-caption .fr-img-wrap span.fr-inner {
  display: block;
  padding: 12px 0 20px;
}
@media only screen and (max-width: 959px) {
  [data-area="content"] span.fr-img-caption .fr-img-wrap span.fr-inner {
    display: block;
    padding: 12px 0 20px;
  }
}

[data-area="content"] span.fr-img-caption .fr-img-wrap img {
  max-width: 100%;
  overflow: hidden;
}

[data-area="content"] .cp-img{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
[data-area="content"] .cp-img img{
  max-width: 100%;
  height: auto;
  transition: .2s;
}

.cms [data-area="content"] .cp-img img {
  width: 100%;
}

@media screen and (min-width: 960px) {
  [data-area="content"] .cp-img a:hover img {
    opacity: .7;
  }
}

[data-area="content"] .cp-img-item{
  width: 100%;
  text-align: center;
}
[data-area="content"] .cp-img .cp-img-l{
  margin-right: 60px;
}
@media only screen and (max-width: 959px) {
  [data-area="content"] .cp-img{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  [data-area="content"] .cp-img + .cp-img {
    margin-top: -20px;
  }
  [data-area="content"] .cp-img .cp-img-l{
    margin-right: 0;
    margin-bottom: 20px;
  }
}

[data-area="content"] .cp-img.cp-img-col3 .cp-img-l,
[data-area="content"] .cp-img.cp-img-col4 .cp-img-l {
  margin-right: 30px;
}
@media only screen and (max-width: 959px) {
  [data-area="content"] .cp-img.cp-img-col3 .cp-img-l,
  [data-area="content"] .cp-img.cp-img-col4 .cp-img-l {
    margin-right: 0;
  }
}

.cp-img-item.cp-img-r {
  margin-right: 0;
}
@media only screen and (max-width: 959px) {
  .cp-img-item.cp-img-r {
    margin-bottom: 20px;
  }
}

.ie .cp-ti-horizontal-col3 .cp-ti-item.cp-horizontal-r,
.ie .cp-ti-horizontal-col4 .cp-ti-item.cp-horizontal-r,
.ie .cp-it-horizontal-col3 .cp-it-item.cp-horizontal-r,
.ie .cp-it-horizontal-col4 .cp-it-item.cp-horizontal-r,
.ie .cp-it-vertical-col3 .cp-it-item.cp-vertical-r,
.ie .cp-it-vertical-col4 .cp-it-item.cp-vertical-r,
.ie .cp-ti-vertical-col3 .cp-ti-item.cp-vertical-r,
.ie .cp-ti-vertical-col4 .cp-ti-item.cp-vertical-r,
.ie .cp-img.cp-img-col3 .cp-img-item.cp-img-r,
.ie .cp-img.cp-img-col4 .cp-img-item.cp-img-r {
  margin-top: -3px;
}
@media only screen and (max-width: 959px) {
  .ie .cp-ti-horizontal-col3 .cp-ti-item.cp-horizontal-r,
  .ie .cp-ti-horizontal-col4 .cp-ti-item.cp-horizontal-r,
  .ie .cp-it-horizontal-col3 .cp-it-item.cp-horizontal-r,
  .ie .cp-it-horizontal-col4 .cp-it-item.cp-horizontal-r,
  .ie .cp-it-vertical-col3 .cp-it-item.cp-vertical-r,
  .ie .cp-it-vertical-col4 .cp-it-item.cp-vertical-r,
  .ie .cp-ti-vertical-col3 .cp-ti-item.cp-vertical-r,
  .ie .cp-ti-vertical-col4 .cp-ti-item.cp-vertical-r,
  .ie .cp-img.cp-img-col3 .cp-img-item.cp-img-r,
  .ie .cp-img.cp-img-col4 .cp-img-item.cp-img-r {
    margin-top: 0;
  }
}

/* 画像（縦） */
[data-area="content"] .cp-vertical{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.ie [data-area="content"] .cp-vertical{
  margin-right: -17px;
}
@media only screen and (max-width: 959px) {
  .ie [data-area="content"] .cp-vertical{
    margin-right: 0;
  }
}

[data-area="content"] .cp-vertical img{
  max-width: 100%;
  height: auto;
}
[data-area="content"] .cp-vertical .cp-vertical-item{
  width: 100%;
  text-align: center;
}
[data-area="content"] .cp-vertical .cp-vertical-text{
  text-align: justify;
}
[data-area="content"] .cp-vertical .cp-vertical-l{
  margin-right: 60px;
}

.ie [data-area="content"] .cp-vertical .cp-vertical-r {
  margin-right: 17px;
}
@media only screen and (max-width: 959px) {
  .ie [data-area="content"] .cp-vertical .cp-vertical-r {
    margin-right: 0;
  }
}

[data-area="content"] .cp-ti.cp-vertical .cp-vertical-text{
  margin-bottom: 10px;
}
[data-area="content"] .cp-it.cp-vertical .cp-vertical-text{
  margin-top: 10px;
}
@media only screen and (max-width: 959px) {
  [data-area="content"] .cp-vertical{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  [data-area="content"] .cp-vertical .cp-vertical-l{
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/* 画像（横） */
[data-area="content"] .cp-horizontal{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
[data-area="content"] .cp-horizontal img{
  max-width: 100%;
  height: auto;
}
[data-area="content"] .cp-horizontal .cp-horizontal-item{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
  text-align: center;
}
[data-area="content"] .cp-horizontal .cp-horizontal-l{
  margin-right: 0px;
}
[data-area="content"] .cp-horizontal .cp-horizontal-text{
  text-align: justify;
}
[data-area="content"] .cp-horizontal .cp-horizontal-img,
[data-area="content"] .cp-horizontal .cp-horizontal-text{
  width: calc(50% - 5px);
}
[data-area="content"] .cp-ti.cp-horizontal .cp-horizontal-text{
  margin-right: 60px;
}
[data-area="content"] .cp-it.cp-horizontal .cp-horizontal-text{
  margin-left: 60px;
}

@media only screen and (max-width: 959px) {
  [data-area="content"] .cp-horizontal{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  [data-area="content"] .cp-horizontal .cp-horizontal-item{
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  [data-area="content"] .cp-horizontal .cp-horizontal-img,
  [data-area="content"] .cp-horizontal .cp-horizontal-text{
    width: 100%;
  }
  [data-area="content"] .cp-horizontal .cp-horizontal-l{
    margin-right: 0;
    margin-bottom: 20px;
  }
  [data-area="content"] .cp-ti.cp-horizontal .cp-horizontal-text{
    margin-right: 0;
    margin-top: 10px;
  }
  [data-area="content"] .cp-it.cp-horizontal .cp-horizontal-text{
    margin-left: 0;
    margin-top: 10px;
  }
}

/* 画像（PC/SP切替） */
[data-area="content"] .cp-img-change img{
  max-width: 100%;
  height: auto;
}
[data-area="content"] .cp-img-change .cp-img-item > *:last-child{
  display: none;
}
@media only screen and (max-width: 959px) {
  [data-area="content"] .cp-img-change .cp-img-item > *:first-child{
    display: none;
  }
  [data-area="content"] .cp-img-change .cp-img-item > *:last-child{
    display: inline-block;
  }
}


/* 線 */
.cp-border{
  border-top: 1px solid #ccc;
}
.cp-border hr{
  display: none;
}

/* 余白 */
.cp-space{
  height: 80px;
}

/* アンカーリンクメニュー */
[data-area="content"] .cp-anchor-menu ul,
[data-area="content"] .cp-anchor-menu ol{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cms [data-area="content"] .cp-anchor-menu ul,
.cms [data-area="content"] .cp-anchor-menu ol{
  justify-content: start;
}

[data-area="content"] .cp-anchor-menu li{
  position: relative;
  padding-left: 0;
  text-indent: 0 !important;
  margin-bottom: 14px;
  width: 16.3%;
}
@media only screen and (max-width: 959px) {
  [data-area="content"] .cp-anchor-menu li{
    width: 48.5%;
  }
}

[data-area="content"] .cp-anchor-menu li::before {
  content: none;
}

[data-area="content"] .cp-anchor-menu li a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222;
  background: #EBEBEB;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.4;
  width: 100%;
  height: 100%;
  padding: 11px 5px;
  transition: .2s;
}
@media screen and (min-width: 960px) {
  [data-area="content"] .cp-anchor-menu li a:hover {
    color: #fff;
    text-decoration: none;
    background: #DC091A;
  }
}

[data-area="content"] .cp-anchor-menu li a[target="_blank"]::after {
  content: none;
}

/* 別ページリンクメニュー */
[data-area="content"] .cp-blank-menu ul,
[data-area="content"] .cp-blank-menu ol{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 -5px 0;
  padding: 0;
  list-style: none;
}
[data-area="content"] .cp-blank-menu li{
  position: relative;
  margin-right: 15px;
  margin-bottom: 5px;
  padding-left: 20px;
}
[data-area="content"] .cp-blank-menu li::before{
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #333;
  border-radius: 50%;
  background: #333;
}
[data-area="content"] .cp-blank-menu li::after{
  content: "";
  position: absolute;
  top: 10px;
  left: 4px;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg) skew(8deg,8deg);
}

/* ボタン */
.cp-btn + .cp-btn {
  margin-top: -20px;
}
.cp-btn ul,
.cp-btn ol{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 959px) {
  .cp-btn ul,
  .cp-btn ol {
    display: block;
  }
}

.cms .cp-btn ul,
.cms .cp-btn ol {
  justify-content: flex-start;
}

.cp-btn li{
  display: flex;
  margin-bottom: 20px;
  padding-left: 0 !important;
  text-indent: 0 !important;
}
@media only screen and (max-width: 959px) {
  .cp-btn li{
    margin-bottom: 10px;
  }
}

.cms .cp-btn li {
  margin-right: 10px;
}
.cms .cp-btn li:last-child {
  margin-right: 0;
}

.cp-btn li::before {
  content: none !important;
}

.cp-btn.cp-btn-01 li{
  width: 100%;
}
.cp-btn.cp-btn-02 li{
  width: 49.46%;
}
.cp-btn.cp-btn-03 li{
  width: 32.61%;
}
.cp-btn.cp-btn-04 li{
  width: 23.91%;
}
.cp-btn.cp-btn-05 li{
  width: 18.9%;
}
.cp-btn.cp-btn-01 li,
.cp-btn.cp-btn-02 li:nth-child(2n+1),
.cp-btn.cp-btn-03 li:nth-child(3n+1),
.cp-btn.cp-btn-04 li:nth-child(4n+1),
.cp-btn.cp-btn-05 li:nth-child(5n+1){
  margin-left: 0;
}
.cp-btn li a{
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  padding: 18px 80px 15px 16px;
  border: 1px solid #666;
  background: #fff;
  word-break: break-all;
  cursor: pointer;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.4;
  font-size: 1.4rem;
}
@media only screen and (max-width: 959px) {
  .cp-btn li a {
    font-size: 1.5rem;
    padding: 14px 43px 14px 38px;
  }
}
@media screen and (min-width: 960px) {
  .cp-btn li a:hover {
    color: #fff;
    text-decoration: none;
    background: #DC091A;
    border-color: #DC091A;
  }
  .cp-btn li a[href*=".pdf"]::after:hover {
    background-image: url(/ahs/albums/css/basic-blocks/abm00008291.svg) !important;
  }
  .cp-btn li a:hover .is-arrow path {
    stroke: #fff;
  }
}


.cp-btn.cp-btn-column ul,
.cp-btn.cp-btn-column ol{
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cp-btn.cp-btn-column ul li,
.cp-btn.cp-btn-column ol li{
  margin-left: 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 959px) {
  .cp-btn.cp-btn-02 li{
    width: 100%;
  }
  .cp-btn.cp-btn-03 li{
    width: 100%;
  }
  .cp-btn.cp-btn-04 li{
    width: 100%;
  }
  .cp-btn.cp-btn-05 li{
    width: 100%;
  }
}

.cp-text .cp-text-item img + .button1,
.cp-text .cp-text-item img + .button2,
.cp-text .cp-text-item img + .button3 {
  margin-top: 46px;
}
@media only screen and (max-width: 959px) {
  .cp-text .cp-text-item img + .button1,
  .cp-text .cp-text-item img + .button2,
  .cp-text .cp-text-item img + .button3 {
    margin-top: 20px;
  }
}

/* タブ */
.cp-tab-menu{
  margin-bottom: 28px;
}
@media only screen and (max-width: 959px) {
  .cp-tab-menu{
    margin-bottom: 15px;
  }
}

.cp-tab-menu ul,
.cp-tab-menu ol{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #DC091A;
}
.cp-tab-menu li{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  text-align: center;
  padding: 20px 5px 21px;
  border-left: none;
  word-break: break-all;
  cursor: pointer;
  background-color: #EDEDED;
  transition: .2s;
}

@media screen and (min-width: 960px){
  .cp-tab-menu li:hover {
    background-color: #DC091A;
    color: #fff;
  }
}

.cp-tab-menu li::before {
  content: none !important;
}

.cp-tab-menu li.active{
  background-color: #DC091A;
  color: #fff;
}

.cp-tab-content > div {
  display: none;
}

.cp-tab-content > div.active {
  display: block;
}
@media only screen and (max-width: 959px) {
  .cp-tab-menu ul,
  .cp-tab-menu ol{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cp-tab-menu li{
    width: 50%;
    border-top: none;
  }
  /*
  .cp-tab-menu li:nth-child(1),
  .cp-tab-menu li:nth-child(2){
    border-top: 1px solid #333;
  }
  .cp-tab-menu li:nth-child(2n+1){
    border-left: 1px solid #333;
  }
  */
}

.cp-tab-content > div:before,
.cp-tab-content > div:after {
    content: "";
    display: table;
}
.cp-tab-content > div:after {
    clear: both;
}
.cp-accordion-content > div:before,
.cp-accordion-content > div:after {
    content: "";
    display: table;
}
.cp-accordion-content > div:after {
    clear: both;
}


/* 開閉式 */
.cp-accordion{
  margin: 0;
}
.cp-accordion-title{
  position: relative;
  margin-bottom: 1px;
  padding: 10px 37px 10px 20px;
  border: 1px solid #333;
  background-color: #333;
  color: #fff;
  cursor: pointer;
}
.cp-accordion-title::before{
  content: "";
  position: absolute;
  top: 16px;
  right: 21px;
  width: 1px;
  height: 11px;
  background-color: #fff;
}
.cp-accordion.active .cp-accordion-title::before{
  opacity: 0;
}
.cp-accordion-title::after{
  content: "";
  position: absolute;
  top: 21px;
  right: 16px;
  width: 11px;
  height: 1px;
  background-color: #fff;
}
.cp-accordion-content{
  margin-top: 10px;
  margin-bottom: 40px;
}

.cp-accordion-content {
  display: none;
}

/* フォトアルバム */
.cp-photos{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
 .cp-photos + .cp-photos{
  margin-top: -20px;
}
.cp-photos-item{
  width: 100%;
}
.cp-photos-item img{
  max-width: 100%;
  height: auto;
}
 .cp-photos-item p{
  margin: 10px 0 0 0;
}
 .cp-photos-item p:empty{
  display: none;
}
 .cp-photos .cp-photos-l{
  margin-right: 10px;
}
@media only screen and (max-width: 959px) {
  .cp-photos{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cp-photos .cp-photos-l{
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/* テーブル横スクロールの処理 */
table.table-scroll {
  margin: 0;
  border-top: 1px solid #c6c6c6;
}
@media only screen and (max-width: 959px) {
  .table-scroll-wrap{
    overflow: auto;
    white-space: nowrap;
  }
  .table-scroll-wrap::-webkit-scrollbar{
    height: 5px;
  }
  .table-scroll-wrap::-webkit-scrollbar-track{
    background: #F1F1F1;
  }
   .table-scroll-wrap::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}

/* 動画アルバム */
.cp-videos{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.cp-videos .code {
  display: none;
}

.fr-editor .cp-videos .code {
  display: block;
}
.cp-videos + .cp-videos{
  margin-top: -20px;
}
.cp-videos-item{
  width: 100%;
  margin-bottom: 20px;
}
.cp-videos-item .cp-videos-thumb{
  position: relative;
  /*padding-top: 56.25%;*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 959px) {
  .cp-videos-item .cp-videos-thumb{
    padding-top: 21.25%;
    background-size: contain;
  }
}

.cp-videos-item .cp-videos-thumb::before{
  content: '';
  position: absolute;
  top: calc(50% - 19px);
  left: calc(50% - 30px);
  display: block;
  height: 38px;
  width: 60px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MCIgaGVpZ2h0PSIzNy41IiB2aWV3Qm94PSIwIDAgNjAgMzcuNSI+PGRlZnM+PHN0eWxlPi5he2ZpbGw6I2M5MDAwMDt9LmJ7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48dGl0bGU+44Ki44K744OD44OIIDczPC90aXRsZT48cmVjdCBjbGFzcz0iYSIgd2lkdGg9IjYwIiBoZWlnaHQ9IjM3LjUiIHJ4PSI2IiByeT0iNiIvPjxwb2x5Z29uIGNsYXNzPSJiIiBwb2ludHM9IjIxLjk2IDkuNzUgMzcuOTYgMTguNzUgMjEuOTYgMjcuNzUgMjEuOTYgOS43NSIvPjwvc3ZnPg==) no-repeat center center;
}
.fr-block .cp-videos-item .cp-videos-thumb iframe {
  visibility: visible;
}

.cp-videos-item .cp-videos-thumb iframe {
  width: 100%;
  height: 100%;
  visibility: hidden;
}
@media only screen and (max-width: 959px) {
  .cp-videos-item .cp-videos-thumb iframe {
    width: auto;
    height: auto;
  }
}

.cp-videos-item p{
  margin: 10px 0 0 0;
}
.cp-videos-item p:empty{
  display: none;
}
.cp-videos .cp-videos-l{
  margin-right: 60px;
}
.cp-videos .cp-videos-r {
  margin-right: 0;
}

@media only screen and (max-width: 959px) {
  .cp-videos{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cp-videos-item {
    width: 100%;
    margin: 0 auto 20px !important;
  }
  .cp-videos .cp-videos-l {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.cp-videos.cp-videos-01 {
  max-width: 400px;
  margin: 0 auto;
}
@media only screen and (max-width: 959px) {
  .cp-videos.cp-videos-01 {
    max-width: inherit;
  }
}

.cp-videos.cp-videos-01 .cp-videos-thumb {
  padding-top: 17.7%;
}
.cp-videos.cp-videos-02 .cp-videos-thumb {
  padding-top: 29.25%;
}
.cp-videos.cp-videos-03 .cp-videos-thumb {
  padding-top: 16.25%;
}

/* 外部サービスコード */
.cp-external iframe{
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.cp-external-text-area {
  display :none;
}
@media only screen and (max-width: 959px) {
  .cp-external{
    position: relative;
  }
  .cp-external::after{
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  .cp-external.cypochiform-wrap::after {
    display: none;
  }
  .cp-external iframe{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
}
/* テキスト装飾 */
.fr-text-gray {
  color: #aaa !important;
}
.fr-text-bordered {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  padding: 10px 0;
}
li.fr-text-bordered + li.fr-text-bordered {
  border-top: 0px;
}
.fr-text-spaced {
  letter-spacing: 1px;
}
.fr-text-uppercase {
  text-transform: uppercase;
}
.fr-class-highlighted {
  background-color: #ffff00;
}
.fr-class-code {
  border-color: #cccccc;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f5f5f5;
  padding: 10px;
  font-family: "Courier New", Courier, monospace;
}
.fr-class-transparency {
  opacity: 0.5;
}
span.fr-emoticon {
  font-weight: normal;
  font-family: "Apple Color Emoji","Segoe UI Emoji","NotoColorEmoji","Segoe UI Symbol","Android Emoji","EmojiSymbols";
  display: inline;
  line-height: 0;
}
span.fr-emoticon.fr-emoticon-img {
  background-repeat: no-repeat !important;
  font-size: inherit;
  height: 1em;
  width: 1em;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -.1em .1em .1em;
  line-height: 1;
  vertical-align: middle;
}
/* 画像の角を丸くする */
img.fr-rounded,
.fr-img-caption.fr-rounded img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* 画像に境界線を追加 */
img.fr-bordered,
.fr-img-caption.fr-bordered img {
  border: solid 5px #CCC;
}

img.fr-bordered {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.fr-img-caption.fr-bordered img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* 画像にドロップシャドウ */
img.fr-shadow,
.fr-img-caption.fr-shadow img {
    -webkit-box-shadow: 10px 10px 5px 0px #cccccc;
    -moz-box-shadow: 10px 10px 5px 0px #cccccc;
    box-shadow: 10px 10px 5px 0px #cccccc;
}


/* ==========================================================================

背景グレー（オリブロ）

========================================================================== */
.ob-gray {
  position: relative;
  padding: 40px 0 63px;
}
@media only screen and (max-width: 959px) {
  .ob-gray {
    padding: 20px 0;
  }
}

.ob-gray::before {
  content: '';
  position: absolute;
  background: #F6F6F8;
  width: 2000vw;
  height: 100%;
  top: 0;
  left: -200%;
  z-index: -1;
  margin: 0;
}


/* ==========================================================================

開閉式（オリブロ）

========================================================================== */
.ob-acdUnit__head {
  margin: 0 0 11px;
  position: relative;
  text-align: right;
}
@media only screen and (max-width: 959px) {
  .ob-acdUnit__head {
    margin: 10px 0 10px;
  }
}

.ob-acdUnit__headInner {
  position: relative;
  z-index: 2;
  padding: 0;
  line-height: 1;
  display: inline-block;
  cursor: pointer;
  font-size: 1.5rem;
  transition: .2s;
}
@media only screen and (max-width: 959px) {
  .ob-acdUnit__headInner {
    font-size: 1.4rem;
  }
}

.ob-acdUnit.cp-all {
  margin-top: 0;
  margin-bottom: 15px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 2px 2px 3px 0 rgba(0,0,0,.1);
}
@media only screen and (max-width: 959px) {
  .ob-acdUnit.cp-all {
    margin: 0 -20px 15px;
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,.1);
  }
}

.ob-acdUnit.cp-all:before {
  content: none;
}

.ob-acdUnit__dt .ob-acdUnit__dtInner {
  transition: .2s;
}

.ob-acdUnit__dt {
  transition: .2s;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 2px;
}
@media screen and (min-width: 960px){
  .ob-acdUnit__dt:hover::after {
    background: #DC091A;
    border-color: #DC091A;
  }
  .ob-acdUnit__dt:hover .ob-acdUnit__dtInner::before {
    border-color: #fff;
  }
}

.ob-acdUnit__dt.is-active::after {
  background: #DC091A;
  border-color: #DC091A;
}

.ob-acdUnit__dt.is-active .ob-acdUnit__dtInner::before {
  top: 44px;
  border-color: #fff;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
@media only screen and (max-width: 959px) {
  .ob-acdUnit__dt.is-active .ob-acdUnit__dtInner::before {
    top: 21px;
  }
}

.ob-acdUnit__dt::after {
  content: '';
  position: absolute;
  width: 54px;
  height: 54px;
  border-radius: 2px;
  border: 1px solid #666;
  z-index: 0;
  top: 21px;
  bottom: 0;
  right: 40px;
  transition: .2s;
}
@media only screen and (max-width: 959px) {
  .ob-acdUnit__dt::after {
    top: 10px;
    right: 20px;
    width: 27px;
    height: 27px;
  }
}

.ob-acdUnit__dtInner {
  display: block;
  padding: 31px 110px 33px 40px;
  letter-spacing: .1em;
  font-weight: 500;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  color: #333;
  background-color: #fff;
  text-decoration: none;
  position: relative;
}
@media only screen and (max-width: 959px) {
  .ob-acdUnit__dtInner {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: inherit;
    padding: 13px 52px 14px 19px;
  }
}

.ob-acdUnit__dtInner::before {
  content: '';
  position: absolute;
  z-index: 2;
  width: 12px;
  height: 12px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  top: 39px;
  bottom: 0;
  right: 60px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: .2s;
}
@media only screen and (max-width: 959px) {
  .ob-acdUnit__dtInner::before {
    top: 20px;
    right: 30px;
    border-width: 1px;
    width: 5px;
    height: 5px;
  }
}

.ob-acdUnit__dd {
  position: relative;
  display: none;
  margin: 0 40px;
  padding: 33px 0 48px;
  line-height: 2;
}
@media only screen and (max-width: 959px) {
  .ob-acdUnit__dd {
    margin: 0 20px;
    padding: 13px 0 35px;
  }
}

.ob-acdUnit__dd::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #666;
  width: 100%;
  height: 1px;
}

.ob-acdUnit__contents > dl:last-child {
  margin-bottom: 0;
}

.cms-page-edit a[data-link-type="outerlink"]:hover::after {
  background: none !important;
}


/* ==========================================================================

教員紹介（オリブロ）

========================================================================== */
[data-area="content"] .ob-teacherBox {
  display: flex;
  flex-wrap: wrap;
  margin: -13px 0 -10px;
}
@media only screen and (max-width: 959px) {
  [data-area="content"] .ob-teacherBox {
    max-width: 650px;
    margin: 40px auto 30px;
  }
}

.id-799 [data-area="content"] .ob-teacherBox {
  margin-top: 70px;
}
@media only screen and (max-width: 959px) {
  .id-799 [data-area="content"] .ob-teacherBox {
    margin-top: 40px;
  }
}

[data-area="content"] .ob-teacherBox__list {
  width: 17.54%;
  margin-right: 3.07%;
  margin-bottom: 25px;
  text-align: center;
  cursor: pointer;
  transition: .2s;
}
@media screen and (min-width: 561px) and (max-width: 960px) {
  [data-area="content"] .ob-teacherBox__list {
    width: 50%;
    margin-right: 0;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 560px) {
  [data-area="content"] .ob-teacherBox__list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  [data-area="content"] .ob-teacherBox__list:last-child {
    margin-bottom: 0;
  }
}

.cms [data-area="content"] .ob-teacherBox__list {
  width: 100%;
  margin-right: 0;
}

[data-area="content"] .ob-teacherBox__list:nth-child(5n) {
  margin-right: 0;
}

[data-area="content"] .ob-teacherBox__list.is-disabled {
  cursor: not-allowed;
  /* 禁止カーソル */
}

[data-area="content"] .ob-teacherBox__list a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
}
@media screen and (min-width: 960px){
  [data-area="content"] .ob-teacherBox__list a:hover {
    text-decoration: none;
  }
}

[data-area="content"] .ob-teacherBox__listImg {
  position: relative;
  overflow: hidden;
  max-width: 200px;
  margin: 0 auto 16px;
  border-radius: 50%;
  transition: .2s;
}

[data-area="content"] .ob-teacherBox__listImg::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 12px;
  z-index: 2;
  background-image: url(/ahs/albums/css/basic-blocks/abm00006325.svg);
  background-size: 50px 12px;
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

[data-area="content"] .ob-teacherBox__listImg::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
background-color: rgba(34,34,34, .53);
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

@media screen and (min-width: 960px) {
  [data-area="content"] .ob-teacherBox__list:hover .ob-teacherBox__listImg::before,
  [data-area="content"] .ob-teacherBox__list:hover .ob-teacherBox__listImg::after {
    opacity: 1;
  }
  .cms [data-area="content"] .ob-teacherBox__list:hover .ob-teacherBox__listImg::before,
  .cms [data-area="content"] .ob-teacherBox__list:hover .ob-teacherBox__listImg::after {
    content: none;
  }
}

[data-area="content"] .ob-teacherBox__listImg img {
  position: relative;
  z-index: 1;
}

[data-area="content"] .ob-teacherBox__listSttl {
  font-size: 1.4rem;
}

[data-area="content"] .ob-teacherBox__listTtl {
  margin: -1px 0 -5px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 959px) {
  [data-area="content"] .ob-teacherBox__listTtl {
    margin: 1px 0;
  }
}

.cms [data-area="content"] .ob-teacherBox__listTtl {
  margin: 10px 0;
}

[data-area="content"] .ob-teacherBox__listTtlRoma {
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
}

[data-area="content"] .ob-teacherBox__listTtlRomaFirst {
  margin: 0 3px 0 0;
}

.cms [data-area="content"] .ob-teacherBox__listTtlRomaFirst,
.cms [data-area="content"] .ob-teacherBox__listTtlRomaLast {
  margin: 10px;
  padding: 2px 10px;
  border: 1px solid #666;
}


/* ==========================================================================

教員紹介：モーダル

========================================================================== */
.id-792,
.id-798,
.id-799,
.id-804,
.id-808,
.id-812,
.id-820,
.id-820,
.id-824,
.id-828 {
  overflow-x: hidden;
}

.lo-modal {
  position: absolute;
  width: 73.96%;
  top: 0;
  right: 0;
  z-index: 14;
  background-color: #fff;
  transition: .18s ease .18s;
  transform: translateX(100%);
}
@media only screen and (max-width: 959px) {
  .lo-modal {
    width: calc(100% - 50px);
    transition: none;
  }
}

.lo-modal.is-slide {
  min-height: 100%;
  transform: translateX(0%);
}

.lo-modal .container {
  opacity: 1;
  margin: 0;
  overflow-y: scroll;
  height: 100vh;
}

.lo-modal .container::-webkit-scrollbar {
  width: 8px;
}

.lo-modal .container::-webkit-scrollbar-track {
  background: #CCC;
}

.lo-modal .container::-webkit-scrollbar-thumb {
  background: #999;
}

.lo-modal .lo-underContents {
  max-width: 1100px;
  padding: 0 70px 128px;
}
@media only screen and (max-width: 959px) {
  .lo-modal .lo-underContents {
    padding: 0 15px 49px;
  }
}

.lo-modal .lo-underContents [data-area="content"] {
  padding: 0;
}

@media only screen and (max-width: 959px) {
  .lo-modal .lo-underContents a {
    word-break: break-all;
  }
}

.lo-close {
  position: fixed;
  top: 0;
  left: 26.8%;
  z-index: 15;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: .2s;
  transform: translateY(-100%);
  background: #DC091A;
}
@media only screen and (max-width: 959px) {
  .lo-close {
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
  }
}

.lo-close.is-open {
  top: 15px;
  transform: translateY(0%);
}
@media only screen and (max-width: 959px) {
  .lo-close.is-open {
    top: 0;
  }
}

.lo-close::before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 40px;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto 0;
  z-index: 5;
  transition: all .2s;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 959px) {
  .lo-close::before {
    right: 25px;
    height: 30px;
  }
}

.lo-close::after {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height: 1px;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto 0;
  z-index: 5;
  transition: all .2s;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 959px) {
  .lo-close::after {
    right: 10px;
    width: 30px;
  }
}

.lo-fixedArea {
  right: 0;
  z-index: 0;
}

#json-directory4,
#json-directory5 {
  display: none;
}

.lo-modal__inner {
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
  opacity: 0;
}

.lo-modal__inner.is-show {
  opacity: 1;
}

/* オーバーレイ */
.lo-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 13;
  width: 100%;
  height: 120%;
  background: rgba(0, 0, 0, .48);
}


/* ==========================================================================

教員紹介詳細（オリブロ）

========================================================================== */
.ob-teacherIndex {
  position: relative;
  color: #fff;
  margin: 0 0 -8px;
  padding: 48px 0 28px;
}
@media only screen and (max-width: 959px) {
  .ob-teacherIndex {
    margin: 0 0 20px;
    padding: 20px 0;
  }
}

.cms .ob-teacherIndex {
  overflow: hidden;
}

.ob-teacherIndex::before {
  content: '';
  background: #DC091A;
  width: 4000vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: -2000%;
  margin: 0;
  z-index: -1;
}

.ob-teacherIndex__img {
  position: relative;
  overflow: hidden;
  max-width: 280px;
  min-height: 280px;
  margin: 0 auto 22px;
  border-radius: 50%;
  transition: .2s;
}
@media only screen and (max-width: 959px) {
  .ob-teacherIndex__img {
    max-width: 140px;
    min-height: 140px;
    margin: 0 auto 10px;
  }
}

.ob-teacherIndex__img img {
  width: 100%;
  height: 100%;
}

.ob-teacherIndex__sttl {
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 959px) {
  .ob-teacherIndex__sttl {
    padding: 5px 0 4px;
    font-size: 1.4rem;
  }
}

.ob-teacherIndex__ttl {
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  padding: 0 0 4px;
}
@media only screen and (max-width: 959px) {
  .ob-teacherIndex__ttl {
    font-size: 1.8rem;
  }
}

.ob-teacherIndex__ttlRoma {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 959px) {
  .ob-teacherIndex__ttlRoma {
    font-size: 1.4rem;
  }
}

.ob-teacherIndex__ttlRomaFirst {
  margin: 0 3px 0 0;
}

.cms .ob-teacherIndex__ttlRomaFirst,
.cms .ob-teacherIndex__ttlRomaLast {
  margin: 10px;
  padding: 2px 10px;
  border: 1px solid #fff;
}

.ob-teacherIndex ul {
  display: flex;
  justify-content: center;
  margin: 16px 0 0;
}
@media only screen and (max-width: 959px) {
  .ob-teacherIndex ul {
    display: block;
    max-width: 240px;
    margin: 10px auto 0;
  }
}

.ob-teacherIndex ul li {
  width: 24.27%;
  padding-left: 0;
  text-indent: 0;
  margin-right: 0.94%;
}
@media only screen and (max-width: 959px) {
  .ob-teacherIndex ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6px;
  }
  .ob-teacherIndex ul li:last-child {
    margin-bottom: 0;
  }
}

.ob-teacherIndex ul li:last-child {
  margin-right: 0;
}

.ob-teacherIndex ul li::before {
  content: none;
}

.ob-teacherIndex ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #333;
  text-align: left;
  font-size: 1.3rem;
  line-height: 1.4;
  border-radius: 2px;
  padding: 9px 18px 11px 18px;
  border: 1px solid #fff;
  transition: .2s;
}
@media screen and (min-width: 960px) {
  .ob-teacherIndex ul li a:hover {
    color: #fff;
    text-decoration: none;
    background: #DC091A;
  }
}

.ob-teacherIndex ul li a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto 0;
}
@media screen and (min-width: 960px) {
  .ob-teacherIndex ul li a:hover::after {
    background-image: url(/ahs/albums/css/basic-blocks/abm00006543.svg);
  }
}

.ob-teacherIndex ul li a[target="_blank"]::after {
  background-image: url(/ahs/albums/css/basic-blocks/abm00006296.svg);
  width: 13px;
  min-width: 13px;
  height: 13px;
  right: 10px;
}
@media screen and (min-width: 960px) {
  .ob-teacherIndex ul li a:hover[target="_blank"]::after {
    background-image: url(/ahs/albums/css/basic-blocks/abm00006300.svg);
  }
}

.ob-teacherIndex ul li a[target="_blank"] .is-arrow {
  display: none;
}
@media screen and (min-width: 960px) {
  .ob-teacherIndex ul li a:hover .is-arrow svg path {
    stroke: #fff;
  }
}


/* ==========================================================================

学科・専攻の各学科INDEXエリア

========================================================================== */
.parent-817.page-index .lo-tops,
.parent-783.page-index .lo-tops,
.parent-782.page-index .lo-tops,
.parent-781.page-index .lo-tops,
.parent-780.page-index .lo-tops,
.parent-779.page-index .lo-tops,
.parent-776.page-index .lo-tops,
.parent-754.page-index .lo-tops,
.parent-774.page-index .lo-tops {
  display: none;
}
@media only screen and (max-width: 959px) {
  .parent-817.page-index .lo-tops,
  .parent-783.page-index .lo-tops,
  .parent-782.page-index .lo-tops,
  .parent-781.page-index .lo-tops,
  .parent-780.page-index .lo-tops,
  .parent-779.page-index .lo-tops,
  .parent-776.page-index .lo-tops,
  .parent-754.page-index .lo-tops,
  .parent-774.page-index .lo-tops {
    display: block;
  }
}
.parent-817.page-index .lo-tops__ttl,
.parent-783.page-index .lo-tops__ttl,
.parent-782.page-index .lo-tops__ttl,
.parent-781.page-index .lo-tops__ttl,
.parent-780.page-index .lo-tops__ttl,
.parent-779.page-index .lo-tops__ttl,
.parent-776.page-index .lo-tops__ttl,
.parent-754.page-index .lo-tops__ttl,
.parent-774.page-index .lo-tops__ttl {
  display: none;
}

[data-area="content"] .ob-mainWrap {
  display: none;
}
.cms [data-area="content"] .ob-mainWrap {
  display: block;
}

.ob-mainWrap {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 959px) {
  .ob-mainWrap {
    margin-top: -30px;
    margin-bottom: 56px;
  }
}

.ob-mainWrap::before {
  content: '';
  position: absolute;
  background: #DC091A;
  width: 2000vw;
  height: 100%;
  bottom: 0;
  left: -200%;
  z-index: -1;
  height: 100%;
}

.ob-mainWrap__inner {
  display: flex;
  height: 100%;
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media only screen and (max-width: 959px) {
  .ob-mainWrap__inner {
    display: block;
  }
}

.ob-mainWrap__left {
  width: 50%;
}
@media only screen and (max-width: 959px) {
  .ob-mainWrap__left {
    width: 100%;
    padding-right: 20px;
    padding-bottom: 45px;
  }
}

.cms .ob-mainWrap__left {
  padding-left: 300px;
}

.ob-mainWrap__left-ttl {
  color: #fff;
  padding: 6.8vw 0 6.65vw;
  letter-spacing: 0em;
  font-size: 2.5vw;
  font-weight: 500;
  line-height: 1.2;
  font-family: 'Noto serif JP', sans-serif;
}
@media only screen and (min-width: 1921px) {
  .ob-mainWrap__left-ttl {
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 960px) and (max-width: 1450px){
  .ob-mainWrap__left-ttl {
    padding-bottom: 2.20vw;
  }
}
@media only screen and (max-width: 959px) {
  .ob-mainWrap__left-ttl {
    font-size: 2.5rem;
    padding: 28px 0 29px;
    letter-spacing: .05em;
  }
}

.is-3 .ob-mainWrap__left-ttl {
  padding-top: 5.1vw;
  padding-bottom: 3.65vw;
}
@media screen and (min-width: 960px) and (max-width: 1450px){
  .is-3 .ob-mainWrap__left-ttl {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
}
@media only screen and (max-width: 959px) {
  .is-3 .ob-mainWrap__left-ttl {
    padding-bottom: 29px;
  }
}

/*保健衛生学科*/
.id-794 .is-3 .ob-mainWrap__left-ttl {
  padding: 6.8vw 0 6.65vw;
}
@media screen and (min-width: 960px) and (max-width: 1450px){
  .id-794 .is-3 .ob-mainWrap__left-ttl {
    padding-bottom: 2.20vw;
  }
}
@media only screen and (max-width: 959px) {
  .id-794 .is-3 .ob-mainWrap__left-ttl {
    padding: 28px 0 29px;
  }
}


.ob-mainWrap__left-read {
  margin: 0 0 8px;
  transition: .2s;
}
@media only screen and (max-width: 959px) {
  .ob-mainWrap__left-read {
    margin: 0 0 4px;
  }
}

.ob-mainWrap__left-read > div {
  display: inline-block;
  background: #fff;
  font-size: 1.25vw;
  font-weight: 500;
  font-family: 'Noto serif JP', sans-serif;
  padding: 0 27px 0 23px;
  letter-spacing: 0.1em;
  line-height: 2.25;
}
@media only screen and (min-width: 1921px) {
  .ob-mainWrap__left-read > div {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 959px) {
  .ob-mainWrap__left-read > div {
    font-size: 1.2rem;
    padding: 0 14px 0 12px;
  }
}

/* SNSアイコン */
.ob-mainWrap__left-sns {
  margin: 0.5vw 0 0.6vw -4px;
}
@media only screen and (max-width: 959px) {
  .ob-mainWrap__left-sns {
    margin: 15px 0 0 -4px;
  }
}

.ob-mainWrap__left-sns > div {
  display: flex;
}

.ob-mainWrap__left-sns > div a {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 5px;
}
@media only screen and (max-width: 959px) {
  .ob-mainWrap__left-sns > div a {
    width: 30px;
    height: 30px;
  }
}

.ob-mainWrap__left-sns > div a img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.ob-mainWrap__right {
  width: 50%;
}
@media only screen and (max-width: 959px) {
  .ob-mainWrap__right {
    width: 100%;
  }
}

.ob-mainWrap__right img {
  border-radius: 0;
}


/* ==========================================================================

学科・専攻INDEX（オリブロ）

========================================================================== */
.ob-subjectLists {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -ms-flex-direction: row;
      flex-direction: row;
  margin: 62px 0 46px;
}
@media only screen and (max-width: 959px) {
  .ob-subjectLists {
    display: block;
    margin: 23px 0 46px;
  }
}

.ob-subjectLists_box {
  overflow: hidden;
  width: 49.12%;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  margin-bottom: 40px;
  border-radius: 8px;
}
@media only screen and (max-width: 959px) {
  .ob-subjectLists_box {
    width: 100%;
    margin: 0 0 16px;
    border-radius: 4px;
  }
}

.ob-subjectLists_box a {
  position: relative;
  display: flex;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .ob-subjectLists_box a:hover {
    text-decoration: none;
  }
  .ob-subjectLists_box a:hover .is-txtHoverNnderline {
    background-size: 100% 1px;
  }
}

.ob-subjectLists_box a[target="_blank"]::after {
  content: none;
}

.cms .ob-subjectLists_box a {
  background: none;
}

.ob-subjectLists_box-ttl {
  overflow: hidden;
  position: relative;
  z-index: 10;
  color: #222;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  font-family: 'Noto serif JP', sans-serif;
  padding: 44px 29px 10px 29px;
  width: 50%;
}
@media screen and (min-width: 960px) and (max-width: 1180px){
  .ob-subjectLists_box-ttl {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 959px) {
  .ob-subjectLists_box-ttl {
    font-size: 1.8rem;
    line-height: 1.2;
    padding: 16px 5px 0 14px;
    width: auto;
  }
}
@media screen and (min-width: 0px) and (max-width: 375px){
  .ob-subjectLists_box-ttl {
    font-size: 4.8vw !important;
  }
}

.ob-subjectLists_box-ttl::after {
  content: '';
  position: absolute;
  transition: .2s;
  bottom: 52px;
  left: 31px;
  margin: 0;
  width: 40px;
  height: 10px;
  background: #DC091A;
  border-radius: 5px;
}
@media only screen and (max-width: 959px) {
  .ob-subjectLists_box-ttl::after {
    width: 27px;
    height: 6px;
    left: 13px;
    bottom: 19px;
  }
}

.ob-subjectLists_box.is-hs .ob-subjectLists_box-ttl::after {
  background: #EF868D;
}
.ob-subjectLists_box.is-ml .ob-subjectLists_box-ttl::after {
  background: #64A9DD;
}
.ob-subjectLists_box.is-dm .ob-subjectLists_box-ttl::after {
  background: #8F82BC;
}
.ob-subjectLists_box.is-dr .ob-subjectLists_box-ttl::after {
  background: #F7AE6A;
}
.ob-subjectLists_box-ttl.is-non::after {
  content: none;
}

.ob-subjectLists_box-img {
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  width: 50%;
}
@media only screen and (max-width: 959px) {
  .ob-subjectLists_box-img {
    position: relative;
    flex: auto;
    max-width: 100px;
    min-height: 100px;
    width: 100%;
    height: 100%;
  }
}

.ob-subjectLists_box-img img {
  box-sizing: border-box;
  width: 100%;
  max-width: 280px;
}
@media only screen and (max-width: 959px) {
  .ob-subjectLists_box-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: scale(1.4);
  }
}

.ob-subjectLists_box-img a[target="_blank"]::after {
  content: none;
}


/* ==========================================================================

学科・専攻ナビのリンクボックス

========================================================================== */
@media screen and (max-width: 959px) {
  .ob-indexCarrerBox {
    margin: 0 0 44px;
  }
}

.ob-indexCarrerBox a {
  display: flex;
  width: 100%;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  transition: .2s;
}
@media screen and (min-width: 960px) {
  .ob-indexCarrerBox a:hover {
    text-decoration: none !important;
  }
}
@media screen and (max-width: 959px) {
  .ob-indexCarrerBox a {
    flex-flow: column-reverse;
  }
}

.ob-indexCarrerBox__img {
  overflow: hidden;
  width: 50%;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
@media screen and (max-width: 959px) {
  .ob-indexCarrerBox__img {
    width: 100%;
    border-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}

.ob-indexCarrerBox__img img {
  width: 100%;
  transition: .2s;
}

.ob-indexCarrerBox__text {
  background: #1B2870;
  text-align: center;
  padding: 2.15vw 1.55vw 1.55vw 2.0vw;
  width: 50%;
}
@media screen and (min-width: 1921px) {
  .ob-indexCarrerBox__text {
    padding: 41px 0 30px 30px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1050px) {
  .ob-indexCarrerBox__text {
    padding: 2.5vw 0 2.5vw 1.5vw;
  }
}
@media screen and (max-width: 959px) {
  .ob-indexCarrerBox__text {
    padding: 15px 15px 63px;
    width: 100%;
  }
}

.ob-indexCarrerBox__text .cp-inner {
  position: relative;
}

.ob-indexCarrerBox__text--read {
  font-size: 1.6rem;
  margin-left: -18px;
  padding: 53px 0 10px 0px;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 960px) and (max-width: 1050px) {
  .ob-indexCarrerBox__text--read {
    padding: 13px 0 19px;
  }
}
@media screen and (max-width: 959px) {
  .ob-indexCarrerBox__text--read {
    font-size: 1rem;
    margin-left: -3px;
    padding: 27px 0 4px;
  }
}

.ob-indexCarrerBox__text--ttl {
  font-size: 4rem;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 959px) {
  .ob-indexCarrerBox__text--ttl {
    font-size: 2.5rem;
    line-height: 1.4;
    letter-spacing: .2em;
  }
}

.ob-indexCarrerBox__text .cp-inner .is-arrow {
  z-index: 2;
  display: block;
  position: absolute;
  right: 0;
  left: -8px;
  top: inherit;
  bottom: -50px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .ob-indexCarrerBox__text .cp-inner .is-arrow {
    left: -55px;
    bottom: -39px;
  }
  .ob-indexCarrerBox__text .cp-inner .is-arrow svg {
    width: 85px;
  }
}


/* ==========================================================================

リンクボタン：3段（オリブロ）

========================================================================== */
.tabLinkBtnBox {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: space-between;
  margin: 39px auto 98px;
  box-sizing: border-box;
}
@media only screen and (max-width: 959px) {
  .id-794 .tabLinkBtnBox,
  .id-801 .tabLinkBtnBox,
  .id-805 .tabLinkBtnBox,
  .id-809 .tabLinkBtnBox,
  .id-813 .tabLinkBtnBox,
  .id-817 .tabLinkBtnBox,
  .id-821 .tabLinkBtnBox,
  .id-825 .tabLinkBtnBox
  {
    margin: -56px -21px 53px;
  }
  .tabLinkBtnBox {
    margin: -30px -21px 53px;
  }
}

.tabLinkBtnBox .tabLinkBtn {
  position: relative;
  width: 31.67%;
  transition: .2s;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #DC091A;
}
@media screen and (min-width: 960px) {
  .tabLinkBtnBox .tabLinkBtn:hover {
    background: #DC091A;
  }
  .tabLinkBtnBox .tabLinkBtn:hover a {
    color: #fff;
    text-decoration: none;
  }
}
@media only screen and (max-width: 959px) {
  .tabLinkBtnBox .tabLinkBtn {
    width: 100%;
    line-height: 1.3;
    margin-right: -1px;
  }
  .tabLinkBtnBox .tabLinkBtn:last-child {
    margin-right: 0;
  }
}

.tabLinkBtnBox .tabLinkBtn.current {
  position: relative;
  background: #DC091A;
}

.tabLinkBtnBox .tabLinkBtn.current .tabLinkTxt {
  color: #fff;
  height: 100% !important;
}

.tabLinkBtnBox .tabLinkBtn a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.tabLinkBtnBox .tabLinkBtn a[target="_blank"]::after {
  content: none;
}

.tabLinkBtnBox .tabLinkBtn a[target="_blank"] .tabLinkTxt::after {
  content: '';
  position: relative;
  top: 1px;
  bottom: 0;
  margin: 0 0 0 5px;
  display: inline-block;
  width: 10px;
  min-width: 10px;
  height: 10px;
  background: url(/ahs/albums/css/basic-blocks/abm00006296.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 960px) {
  .tabLinkBtnBox .tabLinkBtn a[target="_blank"]:hover .tabLinkTxt::after {
    background-image: url(/ahs/albums/css/basic-blocks/abm00006300.svg);
  }
}

.tabLinkBtnBox .tabLinkBtn .tabLinkTxt {
  position: relative;
  padding: 13px 2px;
  margin: auto;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #222;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
  font-family: 'Noto serif JP', sans-serif;
}
@media only screen and (max-width: 959px) {
  .tabLinkBtnBox .tabLinkBtn .tabLinkTxt {
    height: auto !important;
    font-size: 1.15rem;
    letter-spacing: .01em;
    padding: 21px 2px;
    line-height: 1.5;
  }
}

.tabLinkBtnBox .tabLinkBtn a .tabLinkTxt {
  color: #222;
}

@media screen and (min-width: 960px) {
  .tabLinkBtnBox .tabLinkBtn a:hover .tabLinkTxt {
    color: #fff;
  }
}

.tabLinkBtnBox.is-2 .tabLinkBtn {
  width: 48.5%;
}
@media only screen and (max-width: 959px) {
  .tabLinkBtnBox.is-2 .tabLinkBtn {
    width: 100%;
  }
}

.tabLinkBtnBox.is-4 .tabLinkBtn {
  width: 23.50%;
}
@media only screen and (max-width: 959px) {
  .tabLinkBtnBox.is-4 .tabLinkBtn {
    width: 100%;
  }
}

.tabLinkBtnBox.is-5 .tabLinkBtn {
  width: 18.554%;
}
@media only screen and (max-width: 959px) {
  .tabLinkBtnBox.is-5 .tabLinkBtn {
    width: 100%;
  }
}

.tabLinkBtnBox.is-6 .tabLinkBtn {
  width: 15.55%;
}
@media only screen and (max-width: 959px) {
  .tabLinkBtnBox.is-6 .tabLinkBtn {
    width: 100%;
  }
}





/* ==========================================================================

タブ（オリブロ）

========================================================================== */
.ob-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 40px 0;
  overflow: hidden;
}
@media only screen and (max-width: 959px) {
  .ob-tab {
    margin: 41px 0;
  }
}

.ob-tab__label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  cursor: pointer;
  position: relative;
  line-height: 1.8;
  text-align: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  flex-grow: 1;
  text-align: center;
  padding: 20px 5px 21px;
  border-left: none;
  word-break: break-all;
  -webkit-transition: .2s;
  transition: .2s;
  box-sizing: border-box;
  background: #EDEDED;
  border-bottom: 1px solid #DC091A;
}
@media only screen and (max-width: 959px) {
  .ob-tab__label {
    padding: 17px 5px;
    font-size: 1.2rem;
    line-height: 1.3;
  }
}

@media screen and (min-width: 960px) {
  .ob-tab__label:hover {
    color: #fff;
    background: #DC091A;
  }
  .ob-tab__label:hover a {
    color: #fff;
  }
}

.ob-tab__label a {
  color: #333;
}

.ob-tab__label a[target="_blank"]::after {
  content: none;
}

.ob-tab__switch {
  display: none;
}

.ob-tab__switch:checked + .ob-tab__label {
  color: #fff;
  background: #DC091A;
}

.ob-tab__switch:checked + .ob-tab__label + .ob-tab__content {
  display: block;
}

.ob-tab.is-tab7 .ob-tab__label {
  width: 14.28%;
}

.ob-tab.is-tab6 .ob-tab__label {
  width: calc(100% / 6);
}

.ob-tab.is-tab5 .ob-tab__label {
  width: calc(100% / 5);
}

.ob-tab.is-tab4 .ob-tab__label {
  width: calc(100% / 4);
}

.ob-tab.is-tab3 .ob-tab__label {
  width: calc(100% / 3);
}

.ob-tab.is-tab2 .ob-tab__label {
  width: calc(100% / 2);
}

.ob-tab .ob-tab__content {
  display: none;
  width: 100%;
  padding: 38px 0 0;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 959px) {
  .ob-tab .ob-tab__content {
    padding: 20px 0 0;
  }
}


/* ==========================================================================

学科・専攻ナビのタブ（オリブロ）

========================================================================== */
.ob-naviTtl {
  position: relative;
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  max-width: 348px;
  margin: 90px auto 0;
}
@media only screen and (max-width: 959px) {
  .ob-naviTtl {
    font-size: 2.2rem;
    max-width: 250px;
    margin-top: 45px;
  }
}

.ob-naviTtl::before,
.ob-naviTtl::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 50px;
  height: 74px;
}
@media only screen and (max-width: 959px) {
  .ob-naviTtl::before,
  .ob-naviTtl::after {
    width: 25px;
    height: 37px;
  }
}

.ob-naviTtl::before {
  left: 0;
  background-image: url(/ahs/albums/css/basic-blocks/abm00006611.svg);
  background-size: contain;
}

.ob-naviTtl::after {
  right: 0;
  background-image: url(/ahs/albums/css/basic-blocks/abm00006613.svg);
  background-size: contain;
}

.ob-tab.is-navi {
  margin: 31px 0 0;
}

.ob-tab.is-navi .ob-tab__label {
  position: relative;
  width: 47.81%;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 600;
  border-bottom: 0;
  background-color: inherit;
  padding: 0;
  padding-top: 23.1%;
}
@media screen and (min-width: 960px) and (max-width: 1180px) {
  .ob-tab.is-navi .ob-tab__label {
    font-size: 2.65vw;
  }
}
@media only screen and (max-width: 959px) {
  .ob-tab.is-navi .ob-tab__label {
    font-size: 2.85vw;
    padding-top: 22%;
  }
}
@media screen and (min-width: 960px){
  .ob-tab.is-navi .ob-tab__label:hover .is-txtHoverNnderline {
    background-size: 100% 4px;
  }
}

.ob-tab.is-navi .ob-tab__label .ob-tab__label-sttl {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: 65px 0 0;
  text-align: center;
  letter-spacing: .1em;
}
@media screen and (min-width: 960px) and (max-width: 1180px) {
  .ob-tab.is-navi .ob-tab__label .ob-tab__label-sttl {
    margin: 5.5vw 0 0;
  }
}
@media only screen and (max-width: 959px) {
  .ob-tab.is-navi .ob-tab__label .ob-tab__label-sttl {
    margin: 14.5vw 0 0;
  }
}

.ob-tab.is-navi .ob-tab__label .is-txtHoverNnderline {
  background: linear-gradient(#fff, #fff) 0 100%/0 1px no-repeat;
  line-height: 1.85;
  padding-bottom: 7px;
}
@media only screen and (max-width: 959px) {
  .ob-tab.is-navi .ob-tab__label .is-txtHoverNnderline {
    margin: 7px auto 0;
    position: relative;
    top: -9.5vw;
    left: 0;
    right: 0;
    padding-bottom: 3px;
  }
}

.ob-tab.is-navi .ob-tab__switch:checked + .ob-tab__label {
  background-color: inherit;
}

.ob-tab.is-navi .ob-tab__switch:checked + .ob-tab__label .is-txtHoverNnderline {
  background-size: 100% 4px;
}
@media only screen and (max-width: 959px) {
  .ob-tab.is-navi .ob-tab__switch:checked + .ob-tab__label .is-txtHoverNnderline {
    background-size: 100% 1px;
  }
}

.ob-tab.is-navi > .ob-tab__label[for="1-1"] {
  margin-right: 4.35%;
}

.ob-tab.is-navi > .ob-tab__label[for="1-1"]::before {
  content: '';
  position: absolute;
  background-image: url(/ahs/albums/css/basic-blocks/abm00006614.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.ob-tab.is-navi > .ob-tab__label[for="2-1"]::before {
  content: '';
  position: absolute;
  background-image: url(/ahs/albums/css/basic-blocks/abm00006612.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}


/* ==========================================================================

資格を探す（オリブロ）

========================================================================== */
.ob-naviList__box {
  display: flex;
  justify-content: space-between;
  border-top: 3px dotted #707070;
  padding: 56px 0 30px;
}
@media only screen and (max-width: 959px) {
  .ob-naviList__box {
    flex-flow: wrap-reverse;
    padding: 20px 0;
  }
}

.ob-naviList__box:last-child {
  border-bottom: 3px dotted #707070;
}

.ob-naviList__illust {
  width: 100%;
  max-width: 139px;
}
@media only screen and (max-width: 959px) {
  .ob-naviList__illust {
    display: none;
  }
}

.ob-naviList__illust img {
  width: auto !important;
  height: auto;
}

.ob-naviList__box:nth-child(1) .ob-naviList__illust img {
  margin-left: 2px;
}

.ob-naviList__box:nth-child(2) .ob-naviList__illust img {
  margin-left: 13px;
}

.ob-naviList__box:nth-child(3) .ob-naviList__illust img {
  margin-left: 16px;
}

.ob-naviList__box:nth-child(4) .ob-naviList__illust img {
  margin-left: 18px;
}

.ob-naviList__box:nth-child(5) .ob-naviList__illust img {
  margin-left: 18px;
}

.ob-naviList__box:nth-child(6) .ob-naviList__illust img {
  margin-left: 28px;
}

.ob-naviList__box:nth-child(7) .ob-naviList__illust img {
  margin-left: 16px;
}

.ob-naviList__box:nth-child(8) .ob-naviList__illust img {
  margin-left: 18px;
}

.ob-naviList__box:nth-child(9) .ob-naviList__illust img {
  margin-left: 15px;
}

.ob-naviList__box:nth-child(10) .ob-naviList__illust img {
  margin-left: 6px;
}

.ob-naviList__center {
  max-width: 480px;
  margin: -4px 1.8% 0 0;
}
@media only screen and (max-width: 959px) {
  .ob-naviList__center {
    width: 100%;
    max-width: inherit;
    margin: 0;
  }
}

.ob-naviList__center-sttl {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
}

.ob-naviList__center-ttl {
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin: 9px 0 24px;
}
@media only screen and (max-width: 959px) {
  .ob-naviList__center-ttl {
    font-size: 2.2rem;
    margin: 9px 0 15px;
  }
}

.ob-naviList__center-txt {
  font-size: 1.5rem;
}

.ob-naviList__center .button1,
.ob-naviList__center .button2,
.ob-naviList__center .button3 {
  margin-top: 35px;
}
@media only screen and (max-width: 959px) {
  .ob-naviList__center .button1,
  .ob-naviList__center .button2,
  .ob-naviList__center .button3 {
    margin-top: 25px;
  }
}

.ob-naviList__img {
  width: 100%;
  max-width: 360px;
  min-width: 360px;
  min-height: 247px;
}
@media only screen and (max-width: 959px) {
  .ob-naviList__img {
    max-width: 100%;
    min-width: inherit;
    min-height: inherit;
    margin: 0 0 16px;
  }
}

.ob-naviList__img img {
  width: 100%;
  border-radius: 6px;
}
@media only screen and (max-width: 959px) {
  .ob-naviList__img img {
    border-radius: 3px;
  }
}


/* ==========================================================================

キーワード絞り込み：クリック側（オリブロ）

========================================================================== */
.ob-keywordBox__text {
  margin: 17px 0 43px;
}
@media only screen and (max-width: 959px) {
  .ob-keywordBox__text {
    margin: 0 0 43px;
  }
}

.cms .ob-keywordBox__text {
  margin: 0;
}

.ob-keywordBox__text ul {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin: 0 -1.066% 0 0;
}

.ob-keywordBox__text ul li {
  text-indent: 0;
  border: 1px solid #7E7E7E;
  background: #fff;
  color: #222;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  letter-spacing: -.01em;
  padding: 13px 14px 15px;
  margin-right: 1.066%;
  margin-bottom: 9px;
  transition: .2s;
}
@media only screen and (max-width: 959px) {
  .ob-keywordBox__text ul li {
    font-size: 1.3rem;
    padding: 10px 12px;
  }
}
@media screen and (min-width: 960px) {
  .ob-keywordBox__text ul li:hover {
    background: #E06A78;
    color: #fff;
  }
}

.ob-keywordBox__text ul li.is-active {
  background: #E06A78;
  color: #fff;
}

.cms .ob-keywordBox__text ul li {
  display: block;
  text-align: left;
}

.ob-keywordBox__text ul li::before {
  content: none;
}

.ob-naviSttl {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  letter-spacing: .1em;
  border-bottom: 3px solid #000;
  padding: 20px 0 22px;
}
@media only screen and (max-width: 959px) {
  .ob-naviSttl {
    font-size: 1.8rem;
    line-height: 1.4;
    padding: 15px 0;
    border-width: 1px;
  }
}


/* ==========================================================================

キーワード絞り込み：絞り込み表示側（オリブロ）

========================================================================== */
.page-navi .ob-subjectLists {
  position: relative;
  min-height: 200px;
  margin-top: 49px;
}
@media only screen and (max-width: 959px) {
  .page-navi .ob-subjectLists {
    min-height: 100px;
    margin-top: 23px;
  }
}

.page-navi .ob-subjectLists::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
  font-size: 1.6rem;
  content: "絞り込んだ学科・専攻が表示されます";
}

.page-navi .ob-subjectLists.is-show::before {
  content: none;
}

.ob-subjectLists__box-hidden--key {
  display: none;
}

.cms .ob-subjectLists__box-hidden--key {
  display: block;
  padding: 20px 13px;
}

.page-navi .ob-subjectLists_box { 
  display: none;
}


/* ==========================================================================

研究・産学官連携INDEX（オリブロ）

========================================================================== */
.ob-linkBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 33px;
}
@media only screen and (max-width: 959px) {
  .ob-linkBox {
    display: block;
    margin-bottom: 10px;
  }
}

.ob-linkBox_links {
  background: #fff;
  width: 47.37%;
  margin-bottom: 20px;
  box-shadow: 1px 1px 1px rgba(0,0,0,.16);
}
@media only screen and (max-width: 959px) {
  .ob-linkBox_links {
    width: 100%;
    margin-bottom: 16px;
  }
}

.ob-linkBox_links a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
  padding: 32px 68px 63px 49px;
}
@media only screen and (max-width: 959px) {
  .ob-linkBox_links a {
    padding: 20px 10px 40px;
  }
}
@media screen and (min-width: 960px) {
  .ob-linkBox_links a:hover {
    text-decoration: none;
  }
  .ob-linkBox_links a:hover .is-txtHoverNnderline {
    background-size: 100% 1px;
  }
}

.ob-linkBox_links a .is-arrow {
  top: auto;
  left: 49px;
  bottom: 37px;
}
@media only screen and (max-width: 959px) {
  .ob-linkBox_links a .is-arrow {
    left: 10px;
    bottom: 19px;
  }
}

.ob-linkBox_links-ttl {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
  margin: 0 0 18px;
}
@media only screen and (max-width: 959px) {
  .ob-linkBox_links-ttl {
    font-size: 1.8rem;
    margin: 0 0 7px;
  }
}

.ob-linkBox_links-read {
  font-size: 1.4rem;
  line-height: 2;
}
@media only screen and (max-width: 959px) {
  .ob-linkBox_links-read {
    line-height: 1.75;
  }
}


/* ==========================================================================

丸画像ボックス

========================================================================== */
.ob-roundImage {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 959px) {
  .ob-roundImage {
    margin-bottom: 45px;
  }
}

.ob-roundImage__list {
  width: 31.58%;
  margin-right: 2.63%;
  margin-bottom: 71px;
}
@media only screen and (max-width: 959px) {
  .ob-roundImage__list {
    display: flex;
    flex-flow: column;
    width: 100%;
    margin-right: 0;
    margin-bottom: 21px;
  }
}

.ob-roundImage__list:nth-child(3n) {
  margin-right: 0;
}

.ob-roundImage__list-ttl {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  padding: 1px 0 32px;
  min-height: 93px;
}
@media only screen and (max-width: 959px) {
  .ob-roundImage__list-ttl {
    font-size: 1.8rem;
    padding: 9px 0 22px;
    line-height: 1.4;
    min-height: inherit;
  }
}

.ob-roundImage__list-img {
  max-width: 184px;
  max-height: 184px;
  margin: 0 auto;
}
@media only screen and (max-width: 959px) {
  .ob-roundImage__list-img {
    order: 1;
    max-width: 200px;
    max-height: 200px;
    margin: 21px auto 0;
  }
}

.ob-roundImage__list-img img {
  border-radius: 50%;
}

.ob-roundImage__list-read {
  font-size: 1.4rem;
  padding: 19px 0 0;
}
@media only screen and (max-width: 959px) {
  .ob-roundImage__list-read {
    font-size: 1.5rem;
    padding: 0;
  }
}


/* ==========================================================================

縦書きボックス

========================================================================== */
.ob-verticalWrite {
  background: #F6F6F8;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 99px 6.25% 100px;
}
@media screen and (max-width: 959px) {
  .ob-verticalWrite {
    margin: 0 -20px;
    padding: 0;
  }
}

.ob-verticalWrite__inner {
  background: #fff;
  max-width: 1680px;
  margin: 0 auto;
  border-radius: 8px;
}
@media screen and (max-width: 959px) {
  .ob-verticalWrite__inner {
    background: #F6F6F8;
    border-radius: 0;
  }
}

.ob-verticalWrite__img {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.ob-verticalWrite__img img { 
  border-radius: 8px;
}
@media screen and (max-width: 959px) {
  .ob-verticalWrite__img {
    padding-top: 64.65%;
  }
  .is-hs .ob-verticalWrite__img {
    padding-top: 74.65%;
  }
  .is-dr .ob-verticalWrite__img {
    padding-top: 70.65%;
  }
  .is-dm.id-809 .ob-verticalWrite__img {
    padding-top: 77.65%;
  }
  .ob-verticalWrite__img img {
    position: absolute;
    top: 16.5vw;
    left: 8.4vw;
    right: 0;
    margin: auto;
    transform: scale(2.4);
  }
  .is-hs.id-794 .ob-verticalWrite__img img {
    left: -61.6vw;
  }
  .is-dr.id-813 .ob-verticalWrite__img img {
    left: -98.6vw;
  }
  .is-dr.id-825 .ob-verticalWrite__img img {
    left: -53.6vw;
  }
  .is-dm.id-809 .ob-verticalWrite__img img {
    left: -61.6vw;
  }
}

.ob-verticalWrite__box {
  display: flex;
  max-width: 1180px;
  margin: 0 auto;
  padding: 72px 20px 87px;
}
@media screen and (max-width: 959px) {
  .ob-verticalWrite__box {
    position: relative;
    z-index: 2;
    margin: -52.2vw 0 0;
    padding: 0 20px 26px;
  }
}

.ob-verticalWrite__box-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .ob-verticalWrite__box-inner {
    display: block;
  }
}

.ob-verticalWrite__box-left {
  display: flex;
  flex-flow: unset;
  width: 27.19%;
}
@media screen and (max-width: 959px) {
  .ob-verticalWrite__box-left {
    display: block;
    width: 100%;
    padding: 0 11vw 0 0;
  }
}

.ob-verticalWrite__box-read {
  display: flex;
  flex-direction: row-reverse;
}

.cms .ob-verticalWrite__box-read {
  display: block;
  margin: 0 40px 0 0;
}

.ob-verticalWrite__box-read--inner {
  font-family: 'Noto serif JP', sans-serif;
  text-align: left;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: inline-flex;
  min-height: 300px;
  margin-right: 14px;
}
@media screen and (max-width: 959px) {
  .ob-verticalWrite__box-read--inner {
    min-height: inherit;
    margin-right: 9px;
  }
}

.cms .ob-verticalWrite__box-read--inner {
  -webkit-writing-mode: initial;
  -ms-writing-mode: initial;
  writing-mode: initial;
  display: block;
  min-height: inherit;
  margin-bottom: 10px;
}

.ob-verticalWrite__box-read > div:first-child {
  margin-right: 0;
}

.ob-verticalWrite__box-read--inner > div {
  font-size: 2.4rem;
  color: #fff;
  background: #222;
  padding: 22px 4px 25px 3px;
}
@media screen and (max-width: 959px) {
  .ob-verticalWrite__box-read--inner > div {
    font-size: 3.964vw;
    padding: 12px 2px 8px;
  }
}

.cms .ob-verticalWrite__box-read--inner > div {
  padding: 10px 10px;
  line-height: 1.3;
}

.ob-verticalWrite__box-right {
  width: 72.81%;
}
@media screen and (max-width: 959px) {
  .ob-verticalWrite__box-right {
    width: 100%;
    margin-top: 20px;
  }
}

.ob-verticalWrite__box-text {
  margin: -4px 0 0 -4px;
  line-height: 1.9;
}
@media screen and (max-width: 959px) {
  .ob-verticalWrite__box-text {
    margin: 0;
  }
}

.ob-verticalWrite__box-text strong {
  font-size: 1.8rem;
}
@media screen and (max-width: 959px) {
  .ob-verticalWrite__box-text strong {
    font-size: 1.7rem;
  }
}

.ob-verticalWrite__box-img {
  margin: 60px 0 0 -4px;
}
@media screen and (max-width: 959px) {
  .ob-verticalWrite__box-img {
    margin: 30px 0 0;
  }
}


/* ==========================================================================

進路状況（オリブロ）

========================================================================== */
.ob-passRate {
  background: #F2F6F7;
}

.ob-passRate__inner {
  display: flex;
  justify-content: space-between;
  padding: 42px 0 38px;
}
@media screen and (max-width: 959px) {
  .ob-passRate__inner {
    display: block;
    padding: 35px 0 29px;
  }
}

.ob-passRate__inner > div {
  width: 49%;
  color: #222;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .ob-passRate__inner > div {
    width: 100%;
  }
  .ob-passRate__left {
    margin-bottom: 48px;
  }
}

.ob-passRate__ttl,
.ob-passRate__text {
  font-size: 1.8rem;
}
@media screen and (max-width: 959px) {
  .ob-passRate__ttl,
  .ob-passRate__text {
    font-size: 1.4rem;
  }
}

.ob-passRate__num {
  display: flex;
  align-items: baseline;
  justify-content: center;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  margin: 0 0 18px;
}
@media screen and (max-width: 959px) {
  .ob-passRate__num {
    margin: 0 0 15px;
  }
}

.ob-passRate__num > div:first-child {
  font-size: 9.2rem;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .ob-passRate__num > div:first-child {
    font-size: 7.9rem;
  }
}

.ob-passRate__num > div:last-child {
  font-size: 4.1rem;
  margin: 0 0 0 8px;
}
@media screen and (max-width: 959px) {
  .ob-passRate__num > div:last-child {
    font-size: 3.5rem;
  }
}


/* ==========================================================================

学祖・北里柴三郎と大学の歴史（オリブロ）

========================================================================== */
.ob-history {
  position: relative;
  margin: 101px 0 122px;
  padding: 37px 0 101px;
}
@media screen and (max-width: 959px) {
  .ob-history {
    margin: 41px 0 50px;
    padding: 31px 0 100px;
  }
}

.ob-history::before {
  content: '';
  position: absolute;
  background: #333;
  width: 1300px;
  bottom: 0;
  right: 0;
  left: -80px;
  margin: 0 auto;
  z-index: -1;
  height: 100%;
}

.ob-history__ttl {
  font-size: 1.5rem;
  color: #fff;
  border-left: 4px solid #fff;
  font-weight: 500;
  margin-left: -2px;
  padding: 12px 0 13px 18px;
}
@media screen and (max-width: 959px) {
  .ob-history__ttl {
    font-size: 1.2rem;
    font-weight: 400;
    border-width: 2px;
    margin-left: -1px;
    padding: 0 0 5px 9px;
  }
}

.ob-history__boxes {
  color: #fff;
  margin: 50px 0 0;
}
@media screen and (max-width: 959px) {
  .ob-history__boxes {
    margin: 31px 0 0;
  }
}

.ob-history__boxes .slick-prev,
.ob-history__boxes .slick-next {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #C00 !important;
  z-index: 2;
  transition: .2s;
}
@media screen and (max-width: 1300px) {
  .ob-history__boxes .slick-prev,
  .ob-history__boxes .slick-next {
    position: absolute;
    top: inherit;
    width: 100px;
    height: 50px;
    border-radius: 3px;
  }
}

/*
@media screen and (min-width: 960px) {
  .ob-history__boxes .slick-prev:hover,
  .ob-history__boxes .slick-next:hover {
    opacity: .7;
  }
}
*/

.ob-history__boxes .slick-prev {
  left: -65px;
}
@media screen and (max-width: 1300px) {
  .ob-history__boxes .slick-prev {
    left: 0;
    bottom: 0;
    transform: translate(0, 130%);
  }
}

.ob-history__boxes .slick-next {
  right: -65px;
}
@media screen and (max-width: 1300px) {
  .ob-history__boxes .slick-next {
    right: 0;
    transform: translate(0, 30%);
  }
}

.ob-history__boxes .slick-prev::before,
.ob-history__boxes .slick-next::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 15px;
}

.ob-history__boxes .slick-prev::before {
  transform: rotate(180deg);
  background-image: url(/ahs/albums/css/basic-blocks/abm00006648.svg);
  background-size: contain;
}

.ob-history__boxes .slick-next::before {
  background-image: url(/ahs/albums/css/basic-blocks/abm00006648.svg);
  background-size: contain;
}

.ob-history__boxes .slick-list {
  margin-left: -20px; /* 隙間を開ける */
  margin-right: -20px; /* 隙間を開ける */
}

.ob-history__boxes .slick-track {
  margin-right: -20px; /* 隙間を開ける */
}

.ob-history__boxes a {
  color: #fff;
  display: block;
  margin: 5px 0 0;
}

.ob-history__box {
  display: flex !important;
  justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .ob-history__box {
    display: block !important;
  }
}

.ob-history__box.slick-slide {
  margin-left: 20px !important; /* 隙間を開ける */
  margin-right: 20px !important; /* 隙間を開ける */
}

.ob-history__box-left {
  width: 47.37%;
}
@media screen and (max-width: 959px) {
  .ob-history__box-left {
    width: 100%;
  }
}

.ob-history__box-left--ttl {
  font-size: 2.8rem;
  margin: -8px 0 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .1em;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 959px) {
  .ob-history__box-left--ttl {
    font-size: 2.2rem;
  }
}

.ob-history__box-left--text a + br {
  display: none;
}

.ob-history__box-right {
  width: 47.37%;
}
@media screen and (max-width: 959px) {
  .ob-history__box-right {
    width: 100%;
    margin: 12px 0 0;
  }
}

.ob-history__box-right img {
  width: 100%;
}


/* ==========================================================================

PROGRAM（オリブロ）

========================================================================== */
.ob-program {
  position: relative;
  margin: 46px 0 101px;
}
@media screen and (max-width: 959px) {
  .ob-program {
    margin: -5px 0 50px;
    padding-bottom: 40px;
  }
  .ob-program::after {
    content: '';
    position: absolute;
    background: #DC091A;
    width: 2000vw;
    height: 100%;
    bottom: 0;
    left: -200%;
    z-index: -1;
  }
}

@media screen and (max-width: 959px) {
  .ob-program__inner .slick-list {
    margin-left: -20px; /* 隙間を開ける */
    margin-right: -20px; /* 隙間を開ける */
  }

  .ob-program__inner .slick-track {
    margin-right: -20px; /* 隙間を開ける */
  }
}

.ob-program__box {
  display: flex;
  color: #fff;
  background: #DC091A;
}
@media screen and (max-width: 959px) {
  .ob-program__box {
    display: block !important;
    padding-bottom: 61px !important;
  }
  .ob-program__box.slick-slide {
    margin-left: 20px !important; /* 隙間を開ける */
    margin-right: 20px !important; /* 隙間を開ける */
  }
}

.ob-program__box:nth-child(2n) {
  flex-flow: row-reverse;
}
@media screen and (max-width: 959px) {
  .ob-program__box:nth-child(2n) {
    flex-flow: inherit;
  }
}

.ob-program__box-text {
  width: 50%;
  padding: 3.1vw 3.4vw 10px;
}
@media screen and (max-width: 959px) {
  .ob-program__box-text {
    width: 100%;
    padding: 29px 0 10px;
  }
}

.ob-program__box-text--ttl {
  position: relative;
  font-size: 2rem;
  line-height: 1.4;
  margin: 0 0 1.97vw;
  padding: 0 0 13px;
}
@media screen and (max-width: 959px) {
  .ob-program__box-text--ttl {
    font-size: 1.6rem;
    margin: 0 0 16px;
    padding: 0 0 6px;
  }
}

.ob-program__box-text--ttl::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 280px;
  height: 1px;
}
@media screen and (max-width: 959px) {
  .ob-program__box-text--ttl::before {
    width: 37.334vw;
  }
}

.ob-program__box-text--ex {
  line-height: 2;
}
@media screen and (max-width: 959px) {
  .ob-program__box-text--ex {
    line-height: 1.85;
  }
}

.ob-program__box-img {
  width: 50%;
}
@media screen and (max-width: 959px) {
  .ob-program__box-img {
    width: 100%;
    margin: 8px 0 0;
  }
}

.ob-program__box-img img {
  width: 100%;
}

.ob-program__inner .slick-prev,
.ob-program__inner .slick-next {
  position: absolute;
  top: inherit;
  width: 100px;
  height: 50px;
  border-radius: 3px;
  background: #fff !important;
  z-index: 2;
  bottom: 0;
}

.ob-program__inner .slick-prev {
  left: 0;
  transform: translate(0, 0%);
}

.ob-program__inner .slick-next {
  right: 0;
  transform: translate(0, 0%);
}

.ob-program__inner .slick-prev::before,
.ob-program__inner .slick-next::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 15px;
}

.ob-program__inner .slick-prev::before {
  transform: rotate(180deg);
  background-image: url(/ahs/albums/css/basic-blocks/abm00006649.svg);
  background-size: contain;
}

.ob-program__inner .slick-next::before {
  background-image: url(/ahs/albums/css/basic-blocks/abm00006649.svg);
  background-size: contain;
}


/* ==========================================================================

インタビュー（オリブロ）

========================================================================== */
.ob-interview {
  margin: 57px 0 0;
}
@media screen and (max-width: 959px) {
  .ob-interview {
    margin: 26px 0 63px;
  }
}

.ob-interview__box {
  position: relative;
  margin-bottom: 20px !important;
  padding: 80px 0 33px !important;
}
@media screen and (max-width: 959px) {
  .ob-interview__box {
    margin-bottom: 0 !important;
    padding: 0 !important;
    margin-left: 20px !important; /* 隙間を開ける */
  }
}

.ob-interview__box:last-child {
  margin-bottom: 0;
}

.ob-interview__box::before {
  content: '';
  position: absolute;
  background: #fff;
  width: 1300px;
  bottom: 0;
  right: 0;
  left: -80px;
  margin: 0 auto;
  z-index: -1;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .ob-interview__box::before {
    width: 100%;
    left: 0;
    border: 1px solid #666;
  }
}

@media screen and (max-width: 959px) {
  .ob-interview__inner .slick-list {
    margin-left: -20px; /* 隙間を開ける */
    margin-right: -20px; /* 隙間を開ける */
  }
  .ob-interview__inner .slick-track {
    margin-right: -20px; /* 隙間を開ける */
  }
  .ob-interview__box.slick-slide {
    margin-left: 20px !important; /* 隙間を開ける */
    margin-right: 20px !important; /* 隙間を開ける */
  }
}

.ob-interview__box-contents {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .ob-interview__box-contents {
    display: block;
  }
}

.ob-interview__box-contents--text {
  width: 47.37%;
}
@media screen and (max-width: 959px) {
  .ob-interview__box-contents--text {
    width: 100%;
    padding: 38px 17px 27px;
  }
}

.ob-interview__box-contents--ttl {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6;
  letter-spacing: .1em;
  margin: -1px 0 34px;
}
@media screen and (max-width: 959px) {
  .ob-interview__box-contents--ttl {
    font-size: 1.8rem;
    line-height: 1.7;
    margin: 0 0 21px;
  }
}

.ob-interview__box-contents--ex {
  line-height: 1.95;
}
@media screen and (max-width: 959px) {
  .ob-interview__box-contents--ex {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}

.ob-interview__box-img {
  width: 47.37%;
}
@media screen and (max-width: 959px) {
  .ob-interview__box-img {
    width: 100%;
    padding: 0 17px;
  }
}

.ob-interview__box-img img {
  width: 100%;
}

.ob-interview__inner .slick-prev,
.ob-interview__inner .slick-next {
  position: absolute;
  top: inherit;
  width: 100px;
  height: 50px;
  border-radius: 3px;
  background: #DC091A !important;
  z-index: 2;
  bottom: 0;
}

.ob-interview__inner .slick-prev {
  left: 0;
  bottom: -63px;
  transform: translate(0, 0%);
}

.ob-interview__inner .slick-next {
  right: 0;
  bottom: -63px;
  transform: translate(0, 0%);
}

.ob-interview__inner .slick-prev::before,
.ob-interview__inner .slick-next::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 15px;
}

.ob-interview__inner .slick-prev::before {
  transform: rotate(180deg);
  background-image: url(/ahs/albums/css/basic-blocks/abm00006648.svg);
  background-size: contain;
}

.ob-interview__inner .slick-next::before {
  background-image: url(/ahs/albums/css/basic-blocks/abm00006648.svg);
  background-size: contain;
}

.ob-interview__box-btn {
  margin: 32px 0 0;
}
@media screen and (max-width: 959px) {
  .ob-interview__box-btn {
    margin: 21px 16px 41px;
  }
}


/* ==========================================================================

見出し（オリブロ）

========================================================================== */
/* TOPICS用 */
.ob-topicsTtl {
  position: relative;
  color: #111;
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: .17em;
  text-align: center;
  word-break: break-all;
  font-family: 'Noto Serif';
  margin: 0 0 25px;
  padding: 20px 0 32px;
}
@media screen and (max-width: 959px) {
  .ob-topicsTtl {
    font-size: 2.6rem;
    margin: 0 0 15px;
  }
}

.ob-topicsTtl::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #707070;
  width: 1px;
  height: 24px;
}


/* ==========================================================================

回り込み（オリブロ）

========================================================================== */
.ob-wrapAround:after {
  content: '';
  display: table;
  clear: both;
}

.ob-wrapAround__img {
  width: 47.61904761904761%;
  float: left;
  padding: 0 20px 20px 0;
}
@media only screen and (max-width: 959px) {
  .ob-wrapAround__img {
    width: 100%;
    margin: 0 auto 20px;
    float: none;
    padding: 0;
  }
}

.is-imgRight .ob-wrapAround__img {
  width: calc(50% - 5px);
  float: right;
  padding: 0 0 20px 20px;
}
@media only screen and (max-width: 959px) {
  .is-imgRight .ob-wrapAround__img {
    width: 100%;
    margin: 0 auto 20px;
    float: none;
    padding: 0;
  }
}


/* ==========================================================================

3:1比率（オリブロ）

========================================================================== */
.cp-ti.is-3_1 .cp-horizontal-text {
  margin-right: 40px !important;
  width: 100%;
}
@media only screen and (max-width: 959px) {
  .cp-ti.is-3_1 .cp-horizontal-text {
    margin-right: 0 !important;
  }
}

.cp-ti.is-3_1 .cp-horizontal-img {
  width: 100%;
  max-width: 200px;
}
@media only screen and (max-width: 959px) {
  .cp-ti.is-3_1 .cp-horizontal-img {
    margin: 20px auto;
  }
}

.cp-it.is-3_1 .cp-horizontal-text {
  margin-left: 40px !important;
  width: 100%;
}
@media only screen and (max-width: 959px) {
  .cp-it.is-3_1 .cp-horizontal-text {
    margin-left: 0 !important;
  }
}

.cp-it.is-3_1 .cp-horizontal-img {
  width: 100%;
  max-width: 200px;
}
@media only screen and (max-width: 959px) {
  .cp-it.is-3_1 .cp-horizontal-img {
    margin: 20px auto;
  }
}


/* ==========================================================================

学生生活：タイムライン

========================================================================== */
.ob-timeLine {
  display: flex;
  margin: 20px 0;
}
@media only screen and (max-width: 959px) {
  .ob-timeLine {
    display: block;
  }
}

.ob-timeLine__box {
  overflow: hidden;
  position: relative;
}

/* 縦線 */
.ob-timeLine__box::before {
  content: '';
  position: absolute;
  top: 6px;
  bottom: 0;
  left: 60px;
  z-index: -1;
  width: 2px;
  height: 100%;
  background-color: #DC091A;
}
@media only screen and (max-width: 959px) {
  .ob-timeLine__box::before {
    top: 8px;
    left: 63px;
  }
}

.ob-timeLine__boxLine {
  display: flex;
  margin: 0 0 40px;
  padding: 0 20px 0 0;
  line-height: 1.6;
}
@media only screen and (max-width: 959px) {
  .ob-timeLine__boxLine {
    margin: 0 0 25px;
    padding: 0;
  }
}

.ob-timeLine__boxLine-time {
  position: relative;
  min-width: 82px;
  font-weight: 700;
}

/* 丸 */
.ob-timeLine__boxLine-time::before {
  content: '';
  position: absolute;
  top: 5px;
  bottom: 0;
  right: 14px;
  z-index: -1;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #DC091A;
  border: 2px solid #fff;
}
@media only screen and (max-width: 959px) {
 .ob-timeLine__boxLine-time::before {
    top: 7px;
    right: 11px;
  }
}

.cms .ob-timeLine__boxLine-time::before {
  content: none;
}

.ob-timeLine__img {
  width: 100%;
  max-width: 380px;
  margin-left: auto;
}
@media only screen and (max-width: 959px) {
  .ob-timeLine__img {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    max-width: 450px;
    margin: 25px auto 0;
  }
}

.ob-timeLine__img .cp-inner {
  position: relative;
  max-width: 280px;
}
@media only screen and (max-width: 959px) {
  .ob-timeLine__img .cp-inner {
    width: 48.9%;
    max-width: inherit;
  }
}

.ob-timeLine__img .cp-inner.is-img01 {
  margin: 0 auto 30px;
}
@media only screen and (max-width: 959px) {
  .ob-timeLine__img .cp-inner.is-img01 {
    margin: 0 0 2%;
  }
}

.ob-timeLine__img .cp-inner.is-img02 {
  margin: 0 0 30px;
}
@media only screen and (max-width: 959px) {
  .ob-timeLine__img .cp-inner.is-img02 {
    margin: 0 0 2%;
  }
}

.ob-timeLine__img .cp-inner.is-img03 {
  margin: 0 0 30px auto;
}
@media only screen and (max-width: 959px) {
  .ob-timeLine__img .cp-inner.is-img03 {
    margin: 0;
  }
}

.ob-timeLine__img .cp-inner.is-img04 {
  margin: 0 auto;
}
@media only screen and (max-width: 959px) {
  .ob-timeLine__img .cp-inner.is-img04 {
    margin: 0;
  }
}


/* ==========================================================================

入試情報：4つボックス（オリブロ）

========================================================================== */
.ob-examInfo {
  display: flex;
  justify-content: space-between;
  margin: 113px 0 386px;
}
@media only screen and (max-width: 959px) {
  .ob-examInfo {
    display: block;
    margin: 33px 0 0;
  }
}

.ob-examInfo__block {
  width: 23.68%;
}
@media only screen and (max-width: 959px) {
  .ob-examInfo__block {
    width: 100%;
    margin-bottom: 30px;
  }
  .ob-examInfo__block:last-child {
    margin-bottom: 0;
  }
}

.ob-examInfo__block-img {
  position: relative;
  margin: 0 auto;
}
@media only screen and (max-width: 959px) {
  .ob-examInfo__block-img {
    position: static;
  }
}

.ob-examInfo__block-img .cp-inner img {
  border-radius: 0;
}

.ob-examInfo__block:nth-child(1) .ob-examInfo__block-img {
  top: -8px;
  left: -1px;
  max-width: 212px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 959px) {
  .ob-examInfo__block:nth-child(1) .ob-examInfo__block-img {
    max-width: 170px;
    margin-bottom: 20px;
  }
}
.ob-examInfo__block:nth-child(1) .ob-examInfo__block-btn .button1 a,
.ob-examInfo__block:nth-child(1) .ob-examInfo__block-btn .button2 a,
.ob-examInfo__block:nth-child(1) .ob-examInfo__block-btn .button3 a {
  background: #21C9DE;
}

.ob-examInfo__block:nth-child(2) .ob-examInfo__block-img {
  top: 6px;
  left: 1px;
  max-width: 119px;
  margin-bottom: 44px;
}
@media only screen and (max-width: 959px) {
  .ob-examInfo__block:nth-child(2) .ob-examInfo__block-img {
    max-width: 115px;
    margin-bottom: 20px;
  }
}
.ob-examInfo__block:nth-child(2) .ob-examInfo__block-btn .button1 a,
.ob-examInfo__block:nth-child(2) .ob-examInfo__block-btn .button2 a,
.ob-examInfo__block:nth-child(2) .ob-examInfo__block-btn .button3 a {
  background: #F5C82D;
}

.ob-examInfo__block:nth-child(3) .ob-examInfo__block-img {
  top: 5px;
  left: 1px;
  max-width: 137px;
  margin-bottom: 42px;
}
@media only screen and (max-width: 959px) {
  .ob-examInfo__block:nth-child(3) .ob-examInfo__block-img {
    max-width: 120px;
    margin-bottom: 20px;
  }
}
.ob-examInfo__block:nth-child(3) .ob-examInfo__block-btn .button1 a,
.ob-examInfo__block:nth-child(3) .ob-examInfo__block-btn .button2 a,
.ob-examInfo__block:nth-child(3) .ob-examInfo__block-btn .button3 a {
  background: #FF6C6C;
}

.ob-examInfo__block:nth-child(4) .ob-examInfo__block-img {
  left: 1px;
  max-width: 103px;
  margin-bottom: 38px;
}
@media only screen and (max-width: 959px) {
  .ob-examInfo__block:nth-child(4) .ob-examInfo__block-img {
    max-width: 100px;
    margin-bottom: 20px;
  }
}
.ob-examInfo__block:nth-child(4) .ob-examInfo__block-btn .button1 a,
.ob-examInfo__block:nth-child(4) .ob-examInfo__block-btn .button2 a,
.ob-examInfo__block:nth-child(4) .ob-examInfo__block-btn .button3 a {
  background: #40CB25;
}

.ob-examInfo__block-btn .button1,
.ob-examInfo__block-btn .button2,
.ob-examInfo__block-btn .button3 {
  margin: 0;
}
@media only screen and (max-width: 959px) {
  .ob-examInfo__block-btn .button1,
  .ob-examInfo__block-btn .button2,
  .ob-examInfo__block-btn .button3 {
    margin: 0 auto;
    width: 100%;
    max-width: 320px;
  }
}

.ob-examInfo__block-btn .button1 .button-inner,
.ob-examInfo__block-btn .button2 .button-inner,
.ob-examInfo__block-btn .button3 .button-inner {
  width: 100%;
  min-width: inherit;
}

.ob-examInfo__block-btn .button1 a,
.ob-examInfo__block-btn .button2 a,
.ob-examInfo__block-btn .button3 a {
  border: none;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  border-radius: 50px;
  padding: 18px 15px 17px;
}
@media only screen and (max-width: 959px) {
  .ob-examInfo__block-btn .button1 a,
  .ob-examInfo__block-btn .button2 a,
  .ob-examInfo__block-btn .button3 a {
    border-radius: 25px;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 11px 15px;
  }
}
@media screen and (min-width: 960px) {
  .ob-examInfo__block-btn .button1 a:hover,
  .ob-examInfo__block-btn .button2 a:hover,
  .ob-examInfo__block-btn .button3 a:hover {
    opacity: .7;
  }
}

.ob-examInfo__block-btn .button1 a .is-arrow,
.ob-examInfo__block-btn .button2 a .is-arrow,
.ob-examInfo__block-btn .button3 a .is-arrow {
  display: none;
}

.ob-examInfo__block-btn .button1 a[target="_blank"]::after,
.ob-examInfo__block-btn .button2 a[target="_blank"]::after,
.ob-examInfo__block-btn .button3 a[target="_blank"]::after {
  content: none;
}


/* ==========================================================================

Modaal

========================================================================== */
/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}

.modaal-close:focus:before, .modaal-close:focus:after,
.modaal-close:hover:before, .modaal-close:hover:after {
  background: #DC091A;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  transform: rotate(-45deg);
}

.modaal-close:after {
  transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}
@media screen and (max-width: 959px) {
  .modaal-video-wrap {
    margin: auto 0;
  }
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    transform: scale(1);
  }
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}