@charset "UTF-8";
@keyframes mv-movie {
  0% {
    mask-size: 10px auto;
    -webkit-mask-size: 10px auto;
  }
  25% {
    mask-size: 20% auto;
    -webkit-mask-size: 20% auto;
  }
  75% {
    mask-size: 20% auto;
    -webkit-mask-size: 20% auto;
  }
  100% {
    mask-size: 500% auto;
    -webkit-mask-size: 500% auto;
  }
}
@keyframes mv-copy {
  0% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
---breadcrumbs
---------------------------------------------------------------------------*/
.breadcrumbs {
  font-size: 1.2rem;
  margin-top: 10px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs span, .breadcrumbs a {
  display: inline-block;
  vertical-align: middle;
}
.breadcrumbs a {
  color: inherit;
}
.breadcrumbs a:hover {
  opacity: .5;
}
.breadcrumbs .separator {
  padding: 0 0.5em;
}

body.single.specialpost .breadcrumbs :nth-last-child(-n+2), body.single-news-movie .breadcrumbs :nth-last-child(-n+2) {
  display: none;
}

/*
---mw-wp-form
---------------------------------------------------------------------------*/
.mw_wp_form > :first-child {
  margin-top: 0 !important;
}
.mw_wp_form > :last-child {
  margin-bottom: 0 !important;
}
.mw_wp_form strong {
  color: #2293B1;
}
.mw_wp_form table {
  width: 100%;
}
.mw_wp_form table th, .mw_wp_form table td {
  vertical-align: middle;
}
.mw_wp_form table th {
  width: 280px;
}
.mw_wp_form table th[colspan="2"] {
  background-color: #2293B1;
  color: #fff;
  border-left-color: #2293B1;
  border-right-color: #2293B1;
}
.mw_wp_form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 36px 5px 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  cursor: pointer;
  background-image: url(../images/icon_select_open.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px auto;
  min-width: 150px;
}
.mw_wp_form select::-ms-expand {
  display: none;
}
.mw_wp_form input[type="text"], .mw_wp_form input[type="tel"], .mw_wp_form input[type="email"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  display: inline-block;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}
.mw_wp_form input[type="submit"], .mw_wp_form input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  max-width: 320px;
  width: 100%;
  margin: 10px auto 0;
  padding: 1rem;
  text-align: center;
  color: #fff;
  border-width: 0;
  background-repeat: no-repeat;
  background-position: right 5px center;
  -webkit-background-size: 6px auto;
  background-size: 6px auto;
  background-color: #E7B000;
  transition: all .5s;
}
.mw_wp_form input[type="submit"]:hover, .mw_wp_form input[type="button"]:hover {
  background-color: #ce9d00;
  color: #fff;
}
.mw_wp_form input[type="submit"].back {
  background-color: #f2f2f2;
  color: inherit;
  border: 1px solid #ddd;
  padding: 10px 15px;
  background-image: none;
}
.mw_wp_form input[type="submit"].back:hover {
  background-color: #fff;
}
.mw_wp_form input.zip, .mw_wp_form input.tel {
  width: 6em;
}
.mw_wp_form input.shorttxt {
  width: 6em;
}
.mw_wp_form input.longtxt {
  width: 100%;
}
.mw_wp_form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 5px;
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.mw_wp_form .mwform-checkbox-field input[type="checkbox"] {
  vertical-align: middle;
}
.mw_wp_form .horizontal-item {
  margin-right: 30px;
  display: inline-block;
  padding: 5px 0;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.mw_wp_form .error {
  margin-top: 5px;
  width: auto;
}
.mw_wp_form label.error {
  display: block;
  background-color: #B43032;
  color: #fff;
  padding: 5px 10px;
  margin-top: 5px;
  border-radius: 3px;
}
.mw_wp_form_confirm .conf_non {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .mw_wp_form table {
    display: block;
  }
  .mw_wp_form table tbody, .mw_wp_form table tr, .mw_wp_form table th, .mw_wp_form table td {
    display: block;
  }
  .mw_wp_form table tr + tr th {
    border-top-width: 0;
  }
  .mw_wp_form table th {
    border-bottom-width: 0;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-weight: bold;
    width: auto;
  }
  .mw_wp_form table th + td {
    border-top-width: 0;
  }
}

.form__name {
  display: flex;
  gap: 0 10px;
}
.form__name__col {
  display: flex;
  align-items: center;
}

/*
---basic
---------------------------------------------------------------------------*/
hr {
  display: block;
  border-width: 1px 0 0;
  border-color: #ddd;
}
.hr_dotted hr {
  border-style: dashed;
}

select, textarea {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}

h2 {
  font-size: 1.9rem;
  box-shadow: 0.5px 0.5px 5px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  position: relative;
  padding: 10px 10px 10px 30px;
}
h2:before {
  content: '';
  position: absolute;
  width: 10px;
  top: 10px;
  bottom: 10px;
  left: 0;
  background-color: #E7B000;
}
h2.blue:before {
	background-color: #00afec;
}
h2.green:before {
	background-color: #39b54a;
}
h2 + * {
  margin-top: 30px !important;
}

.tag__h2__end {
  font-size: 1.3rem;
  display: inline-block;
  background-color: #AE1E1E;
  border-radius: 5px;
  color: #fff;
  padding: 3px 10px 0;
  vertical-align: middle;
  margin-left: 1em;
}

h3 {
  font-size: 1.8rem;
  margin-top: 45px;
}

h4 {
  font-size: 1.7rem;
  margin-top: 30px;
}

h5 {
  font-size: 1.6rem;
  margin-top: 30px;
}

h6 {
  font-size: 1.5rem;
  margin-top: 15px;
}

section {
  margin-top: 85px;
  position: relative;
}
@media screen and (max-width: 767px) {
  section {
    margin-top: 65px;
  }
}
section.shadow {
  padding-top: 85px;
}
section.shadow:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25px;
  transform: translateY(-100%);
  z-index: -1;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.01) 55%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 767px) {
  section.shadow {
    padding-top: 65px;
  }
}

.sub__header + section {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .sub__header + section {
    margin-top: 45px;
  }
}

.block > :first-child {
  margin-top: 0 !important;
}
.block > :last-child {
  margin-bottom: 0 !important;
}
.block + .block {
  margin-top: 45px;
}

main p, .mce-content-body p, .mceContentBody p {
  margin-top: 15px;
}
main ul, main ol, .mce-content-body ul, .mce-content-body ol, .mceContentBody ul, .mceContentBody ol {
  margin: 15px 0 0;
}
main ul > li, main ol > li, .mce-content-body ul > li, .mce-content-body ol > li, .mceContentBody ul > li, .mceContentBody ol > li {
  padding: 0 0 0 1.5em;
  position: relative;
}
main ul > li:before, main ol > li:before, .mce-content-body ul > li:before, .mce-content-body ol > li:before, .mceContentBody ul > li:before, .mceContentBody ol > li:before {
  position: absolute;
  top: 0;
}
main ul > li + li, main ol > li + li, .mce-content-body ul > li + li, .mce-content-body ol > li + li, .mceContentBody ul > li + li, .mceContentBody ol > li + li {
  margin-top: 1em;
}
main ul > li:before, .mce-content-body ul > li:before, .mceContentBody ul > li:before {
  content: "\0030fb";
  background-image: url(../images/icon_ul_20x20.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 3px auto;
  background-size: 3px auto;
  color: transparent;
  left: 0;
}
main ul.listarrow > li:before, .mce-content-body ul.listarrow > li:before, .mceContentBody ul.listarrow > li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #E7B000;
  background-image: none;
}
main ul.caution, .mce-content-body ul.caution, .mceContentBody ul.caution {
  margin: 15px 0 0 0.5em;
}
main ul.caution > li, .mce-content-body ul.caution > li, .mceContentBody ul.caution > li {
  font-size: 0.85em;
  color: #666;
}
main ul.caution > li:before, .mce-content-body ul.caution > li:before, .mceContentBody ul.caution > li:before {
  content: "\00203b";
  color: inherit;
  background-image: none;
}
main ul.caution > li + li, .mce-content-body ul.caution > li + li, .mceContentBody ul.caution > li + li {
  margin-top: 1em;
}
main ul.caution.red li, .mce-content-body ul.caution.red li, .mceContentBody ul.caution.red li {
  color: #f00;
}
main ol, .mce-content-body ol, .mceContentBody ol {
  counter-reset: li;
}
main ol > li:before, .mce-content-body ol > li:before, .mceContentBody ol > li:before {
  counter-increment: li;
  content: counter(li) ".";
  text-align: right;
  width: 2em;
  left: -1em;
}
main ol ol > li:before, .mce-content-body ol ol > li:before, .mceContentBody ol ol > li:before {
  content: counter(li,katakana) ".";
}
main ol ol > li > ol > li:before, .mce-content-body ol ol > li > ol > li:before, .mceContentBody ol ol > li > ol > li:before {
  content: counter(li,upper-alpha) ".";
}
main ol.num_caution, .mce-content-body ol.num_caution, .mceContentBody ol.num_caution {
  margin: 15px 0 0 0.5em;
}
main ol.num_caution > li, .mce-content-body ol.num_caution > li, .mceContentBody ol.num_caution > li {
  font-size: 0.85em;
  color: #666;
}
main ol.num_caution > li:before, .mce-content-body ol.num_caution > li:before, .mceContentBody ol.num_caution > li:before {
  content: "※" counter(li);
}
main ol.num_caution > li + li, .mce-content-body ol.num_caution > li + li, .mceContentBody ol.num_caution > li + li {
  margin-top: 1em;
}

table + ul.caution, table + ol.num_caution {
  margin-top: -15px !important;
}

table {
  margin: 30px 0;
  border-top: 1px solid #d7d7d7;
}
@media screen and (max-width: 767px) {
  table {
    font-size: 1.2rem;
  }
}
table th, table td {
  padding: 10px;
  border-color: #d7d7d7;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  table th, table td {
    padding: 5px;
  }
}
table th > :first-child, table td > :first-child {
  margin-top: 0 !important;
}
table th > :last-child, table td > :last-child {
  margin-bottom: 0 !important;
}
table th:first-child, table td:first-child {
  border-left-width: 0px;
}
table th:last-child, table td:last-child {
  border-right-width: 0px;
}
table th {
  background-color: #FFF5D7;
  font-weight: bold;
}
table.table_layout_fix {
  width: 100%;
  table-layout: fixed;
}

.fdkoen__joukyou table, .saiyo__table table table {
  margin: 15px 0 0;
  border-top: none;
}
.fdkoen__joukyou table th, .fdkoen__joukyou table td, .saiyo__table table table th, .saiyo__table table table td {
  background-color: transparent;
  padding: 0;
  border: none !important;
}
.fdkoen__joukyou table th, .saiyo__table table table th {
  font-weight: bold;
}
.fdkoen__joukyou table tr > :nth-child(n+2), .saiyo__table table table tr > :nth-child(n+2) {
  padding-left: 15px;
}
.fdkoen__joukyou table tr > :nth-child(1), .saiyo__table table table tr > :nth-child(1) {
  white-space: nowrap;
}
.fdkoen__joukyou table tr:nth-of-type(n+2) th, .fdkoen__joukyou table tr:nth-of-type(n+2) td, .saiyo__table table table tr:nth-of-type(n+2) th, .saiyo__table table table tr:nth-of-type(n+2) td {
  padding-top: 15px;
}

.saiyo__table table table {
  margin: 15px 0 0;
  border-top: none;
  width: auto;
}
@media screen and (max-width: 767px) {
  .saiyo__table table table {
    display: table;
    font-size: inherit;
  }
}
@media screen and (max-width: 767px) {
  .saiyo__table table table tbody {
    display: table-row-group;
  }
}
@media screen and (max-width: 767px) {
  .saiyo__table table table tr {
    display: table-row;
  }
}
.saiyo__table table table th, .saiyo__table table table td {
  background-color: transparent;
  padding: 0;
  border: none !important;
  width: auto;
}
@media screen and (max-width: 767px) {
  .saiyo__table table table th, .saiyo__table table table td {
    display: table-cell;
  }
}
.saiyo__table table table th {
  font-weight: bold;
}
.saiyo__table table table tr > :nth-child(n+2) {
  padding-left: 15px;
}
.saiyo__table table table tr > :nth-child(1) {
  white-space: nowrap;
}
.saiyo__table table table tr:nth-of-type(1) th, .saiyo__table table table tr:nth-of-type(1) td {
  padding-top: 0;
}
.saiyo__table table table tr:nth-of-type(n+2) th, .saiyo__table table table tr:nth-of-type(n+2) td {
  padding-top: 15px;
}

@media screen and (max-width: 767px) {
  table.smpBlockTable,
  .smpBlockTableWrapper > table {
    font-size: 1.5rem;
    display: block;
    border-top-width: 0;
  }
  table.smpBlockTable tbody, table.smpBlockTable tr, table.smpBlockTable th, table.smpBlockTable td,
  .smpBlockTableWrapper > table tbody,
  .smpBlockTableWrapper > table tr,
  .smpBlockTableWrapper > table th,
  .smpBlockTableWrapper > table td {
    display: block;
  }
  table.smpBlockTable tr + tr,
  .smpBlockTableWrapper > table tr + tr {
    margin-top: 15px;
  }
  table.smpBlockTable th, table.smpBlockTable td,
  .smpBlockTableWrapper > table th,
  .smpBlockTableWrapper > table td {
    border-width: 0;
  }
  table.smpBlockTable th,
  .smpBlockTableWrapper > table th {
    padding: 10px;
    font-weight: bold;
  }
  table.smpBlockTable th + td,
  .smpBlockTableWrapper > table th + td {
    padding-top: 10px;
  }
}
.verticalMTableWrapper th, .verticalMTableWrapper td {
  vertical-align: middle;
}

.layoutFixTableWrapper > table {
  width: 100%;
  table-layout: fixed;
}

.table__history table {
  border-top-width: 0;
}
.table__history table th, .table__history table td {
  border-width: 0;
  padding: 0;
}
.table__history table th {
  background-color: transparent;
  font-weight: 500;
}
.table__history table tr > :nth-child(n+2) {
  padding-left: 15px;
}
.table__history table tr:nth-of-type(n+2) th, .table__history table tr:nth-of-type(n+2) td {
  padding-top: 15px;
}

.remodal-close {
  left: auto;
  right: 0;
}

/*
---
---------------------------------------------------------------------------*/
.link__list {
  display: block;
  position: relative;
  color: inherit;
  padding-left: 20px;
}
.link__list:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #E7B000;
}
.link__list[href$=pdf]:after, .link__list[href$=doc]:after, .link__list[href$=docx]:after, .link__list[href$=xls]:after, .link__list[href$=xlsx]:after {
  color: #fff;
  border-radius: 100vh;
  line-height: 18px;
  padding: 0 10px;
  display: inline-block;
  font-size: 1.3rem;
  height: 17px;
}
.link__list[href$=pdf]:after {
  content: 'PDF';
  background-color: #C1272D;
}
.link__list[href$=doc]:after, .link__list[href$=docx]:after {
  content: 'Word';
  background-color: #1A5DBE;
}
.link__list[href$=xls]:after, .link__list[href$=xlsx]:after {
  content: 'Excel';
  background-color: #107C41;
}
.link__list.gaibu:after {
  content: '';
  background-image: url("../images/icon-linkwindow-18x13-black.png");
  width: 18px;
  height: 13px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
}
.link__list span {
  text-decoration: underline;
  transition: all .5s;
}
.link__list:hover span {
  opacity: .5;
  text-decoration: none;
}
.link__list.off {
  color: #888;
  pointer-events: none;
}

main a:not([class]), main a[class=""], .iconlink, .gaibulink {
  text-decoration: underline;
  display: inline-block;
}
main a:not([class]):hover, main a[class=""]:hover, .iconlink:hover, .gaibulink:hover {
  text-decoration: none;
  opacity: .5;
}

main a:not([class])[target="_blank"]:after, main a[class=""][target="_blank"]:after, .gaibulink:after {
  content: '';
  background-image: url("../images/icon-linkwindow-18x13-black.png");
  width: 18px;
  height: 13px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  margin-left: 5px;
}

main a:not([class])[href$=pdf]:after, main a:not([class])[href$=doc]:after, main a:not([class])[href$=docx]:after, main a:not([class])[href$=xls]:after, main a:not([class])[href$=xlsx]:after, main a[class=""][href$=pdf]:after, main a[class=""][href$=doc]:after, main a[class=""][href$=docx]:after, main a[class=""][href$=xls]:after, main a[class=""][href$=xlsx]:after, .iconlink[href$=pdf]:after, .iconlink[href$=doc]:after, .iconlink[href$=docx]:after, .iconlink[href$=xls]:after, .iconlink[href$=xlsx]:after {
  color: #fff;
  border-radius: 100vh;
  line-height: 18px;
  padding: 0 10px;
  display: inline-block;
  font-size: 1.3rem;
  margin-left: 5px;
  background-image: none;
  width: auto;
  height: 17px;
}
main a:not([class])[href$=pdf]:after, main a[class=""][href$=pdf]:after, .iconlink[href$=pdf]:after {
  content: 'PDF';
  background-color: #C1272D;
}
main a:not([class])[href$=doc]:after, main a:not([class])[href$=docx]:after, main a[class=""][href$=doc]:after, main a[class=""][href$=docx]:after, .iconlink[href$=doc]:after, .iconlink[href$=docx]:after {
  content: 'Word';
  background-color: #1A5DBE;
}
main a:not([class])[href$=xls]:after, main a:not([class])[href$=xlsx]:after, main a[class=""][href$=xls]:after, main a[class=""][href$=xlsx]:after, .iconlink[href$=xls]:after, .iconlink[href$=xlsx]:after {
  content: 'Excel';
  background-color: #107C41;
}

.btn-a[target="_blank"] .btn-a__icon:after {
  content: '';
  background-image: url("../images/icon-linkwindow-18x13-black.png");
  width: 18px;
  height: 13px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  margin-left: 5px;
}
.btn-a[href$=pdf] .btn-a__icon:after, .btn-a[href$=doc] .btn-a__icon:after, .btn-a[href$=docx] .btn-a__icon:after, .btn-a[href$=xls] .btn-a__icon:after, .btn-a[href$=xlsx] .btn-a__icon:after {
  color: #fff;
  border-radius: 100vh;
  line-height: 18px;
  padding: 0 10px;
  display: inline-block;
  font-size: 1.3rem;
  margin-left: 5px;
  background-image: none;
  width: auto;
  height: 17px;
}
.btn-a[href$=pdf] .btn-a__icon:after {
  content: 'PDF';
  background-color: #C1272D;
}
.btn-a[href$=doc] .btn-a__icon:after, .btn-a[href$=docx] .btn-a__icon:after {
  content: 'Word';
  background-color: #1A5DBE;
}
.btn-a[href$=xls] .btn-a__icon:after, .btn-a[href$=xlsx] .btn-a__icon:after {
  content: 'Excel';
  background-color: #107C41;
}

a[href$=pdf] .gakkai__links__left:after,
a[href$=doc] .gakkai__links__left:after,
a[href$=docx] .gakkai__links__left:after,
a[href$=xls] .gakkai__links__left:after,
a[href$=xlsx] .gakkai__links__left:after {
  color: #fff;
  border-radius: 100vh;
  line-height: 18px;
  padding: 0 10px;
  display: inline-block;
  font-size: 1.3rem;
  margin-left: 5px;
  background-image: none;
  width: auto;
  height: 17px;
}

a[href$=pdf] .gakkai__links__left:after {
  content: 'PDF';
  background-color: #C1272D;
}

a[href$=doc] .gakkai__links__left:after,
a[href$=docx] .gakkai__links__left:after {
  content: 'Word';
  background-color: #1A5DBE;
}

a[href$=xls] .gakkai__links__left:after,
a[href$=xlsx] .gakkai__links__left:after {
  content: 'Excel';
  background-color: #107C41;
}

/*
---
---------------------------------------------------------------------------*/
.simplebar-scrollable-x {
  padding-bottom: 30px;
}

.simplebar-content > :first-child {
  margin-top: 0 !important;
}
.simplebar-content > :last-child {
  margin-bottom: 1px !important;
}

.simplebar-track {
  background-color: #fff6dc;
}

.simplebar-scrollbar:before {
  background-color: #E7B000;
  border-radius: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.simplebar-track.simplebar-horizontal {
  height: 15px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  background-image: url("../images/arrow-triangle-5x5-white-prev.png"), url("../images/arrow-triangle-5x5-white-next.png");
  background-repeat: no-repeat, no-repeat;
  background-position: 5px center, right 5px center;
  background-size: 5px, 5px;
  opacity: 1;
}

/*
---
---------------------------------------------------------------------------*/
.sidemergin-0 {
  margin-left: -15px;
  margin-right: -15px;
}

/*
---
---------------------------------------------------------------------------*/
.listlink_wrp {
  margin-top: 1.5em;
}
.listlink_wrp a {
  display: block;
  padding: 15px 15px 15px 26px;
  color: inherit;
  border-style: dashed;
  border-color: #ddd;
  border-width: 1px 0 0;
  position: relative;
  background-image: url(../images/arrow_6x10_keycolor_border_left.png);
  background-position: 10px 20px;
  background-repeat: no-repeat;
  -webkit-background-size: 6px 10px;
  background-size: 6px 10px;
}
.listlink_wrp a:last-child {
  border-bottom-width: 1px;
}
.listlink_wrp a:hover {
  background-color: rgba(231, 176, 0, 0.05);
}
.listlink_wrp a[href$=".pdf"] {
  padding-right: 52px;
}
.listlink_wrp a[href$=".pdf"]:after {
  content: '';
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../images/Adobe_PDF_file_icon_32x32.png);
  background-repeat: no-repeat;
  -webkit-background-size: 32px auto;
  background-size: 32px auto;
}

/*
---category.php
---------------------------------------------------------------------------*/
.noarticle {
  padding: 100px 15px;
  background-color: #E6EBEB;
  text-align: center;
}

.pager {
  margin-top: 2em;
}
.pager-arrows {
  float: left;
}
.pager-arrows svg {
  vertical-align: middle;
}
.pager-arrows a, .pager-arrows span {
  width: 35px;
  height: 35px;
  padding: 0;
  background-color: rgba(231, 176, 0, 0.75);
  background-image: url(../images/arrow_6x10_wht_border_left.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 6px 10px;
  background-size: 6px 10px;
  display: inline-block;
  margin-right: 5px;
  text-align: center;
}
.pager-arrows span {
  opacity: 0.25;
}
.pager-arrows > :first-child {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.pager-arrows a:hover {
  background-color: #e7b000;
}
.pager select[name="sp_paginate_links"] {
  float: right;
  font-size: 1.5rem;
  width: 300px;
  box-sizing: border-box;
  margin: 0 auto;
  display: block !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 5px 36px 5px 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  cursor: pointer;
  background-image: url(../images/icon_select_open.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px auto;
}
.pager select[name="sp_paginate_links"]::-ms-expand {
  display: none;
}

/*
---single.php
---------------------------------------------------------------------------*/
.singleArticle-catList {
  margin: 30px 0;
  padding: 10px 15px 15px;
  clear: both;
  background-color: #E6EBEB;
}
.singleArticle-catList a {
  display: inline-block;
  padding: 10px;
  background-color: #E7B000;
  margin: 5px 5px 0 0;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  border-color: #E7B000;
}
.singleArticle-catList a:hover {
  background-color: #fff;
  color: #E7B000;
}
.singleArticle-con table, .singleArticle-con table th, .singleArticle-con table td {
  width: auto !important;
  height: auto !important;
}
.singleArticle-h2 {
  margin-bottom: 0;
}
.singleArticle-date {
  line-height: 1;
  display: table;
  border-collapse: collapse;
  margin-top: 30px;
}
.singleArticle-date span {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
.singleArticle-date span:first-child {
  border-style: solid;
  border-color: #4d4d4d;
  border-width: 0 1px;
}

.sigle-pastPost-alert {
  padding: 15px;
  border: 1px solid #BF0000;
  background-color: #fff0f0;
  color: #BF0000;
  margin-bottom: 2em;
}

/*
---サイトマップ
---------------------------------------------------------------------------*/
.sitemap .sm_wrp {
  overflow: hidden;
}
.sitemap .menu_global {
  margin: -20px -10px 0;
  display: flex;
}
.sitemap .menu_global li {
  margin: 0;
  padding: 0;
}
.sitemap .menu_global li:before {
  display: none;
}
.sitemap .menu_global > li {
  width: 33.333333333%;
  padding: 20px 10px 0;
}
.sitemap .menu_global a {
  display: block;
  color: inherit;
}
.sitemap .menu_global > li > a {
  background-color: rgba(41, 128, 180, 0.15);
  padding: 15px 36px 15px 15px;
  position: relative;
}
.sitemap .menu_global > li > a:hover {
  background-color: #2980b4;
  color: #fff;
}

/*
---準備中
---------------------------------------------------------------------------*/
.under_construction {
  text-align: center;
  padding: 100px 0;
  font-weight: bold;
  font-size: 2.4rem;
  background-color: #f5f5f5;
}

/*
---認証ページログインフォーム
---------------------------------------------------------------------------*/
.authForm {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.authForm__pass {
  position: relative;
  padding-left: 140px;
}
.authForm__pass + .authForm__pass {
  margin-top: 10px;
}
.authForm__pass span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.authForm__pass input {
  display: block;
  width: 100%;
  padding: 10px;
  -webkit-appearance: none;
  border: 1px solid #ddd;
}
.authForm input[type="submit"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 200px;
  -webkit-appearance: none;
  border: 1px solid #ddd;
  background-color: #eee;
}
.authForm__caution {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.authForm__caution ul.caution {
  margin-left: 0;
}

/*
---
---------------------------------------------------------------------------*/
.mainvisual {
  display: flex;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #d7d7d7;
}
@media screen and (max-width: 1023px), print {
  .mainvisual {
    border-top-width: 1px;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual {
    min-height: 110px;
  }
}
.mainvisual__thumb {
  width: 170px;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
}
.mainvisual__thumb:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
@media screen and (max-width: 767px) {
  .mainvisual__thumb {
    display: none;
  }
}
.mainvisual__cat {
  background-color: #E7B000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
  font-weight: bold;
  text-align: center;
  width: 320px;
  flex-shrink: 0;
}
@media screen and (max-width: 1023px), print {
  .mainvisual__cat {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual__cat {
    width: 120px;
  }
}
.mainvisual__cat__en {
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .mainvisual__cat__en {
    font-size: 1.1rem;
  }
}
.mainvisual__cat__jp {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .mainvisual__cat__jp {
    font-size: 1.6rem;
    display: flex;
    text-align: left;
    justify-content: center;
  }
}
.mainvisual__title {
  font-size: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 65px;
  padding-right: 15px;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 1023px), print {
  .mainvisual__title {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual__title {
    font-size: 2rem;
  }
}
.mainvisual__title span {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .mainvisual__title span {
    font-size: 1.4rem;
  }
}

/*
---
---------------------------------------------------------------------------*/
.togglebox + .togglebox {
  margin-top: 30px;
}
.togglebox__h {
  cursor: pointer;
  border-color: #d7d7d7;
  border-style: solid;
  border-width: 1px 0;
  padding: 15px 50px 15px 20px;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
}
.togglebox__h:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #E7B000;
  top: 22px;
  left: 0;
}
.togglebox__button {
  position: absolute;
  width: 18px;
  height: 18px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.togglebox__button:before, .togglebox__button:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  border: 1px solid #d7d7d7;
  top: 50%;
}
.togglebox__button:before {
  transform: translateY(-50%);
}
.togglebox__button:after {
  transform: translateY(-50%) rotate(90deg);
  transition: all .5s;
}
.togglebox.open .togglebox__button:after {
  transform: translateY(-50%) rotate(0deg);
}
.togglebox__body {
  display: none;
  padding-top: 25px;
}

/*
---
---------------------------------------------------------------------------*/
.category__articles__item {
  display: flex;
  padding: 15px 5px;
  color: inherit;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .category__articles__item {
    flex-wrap: wrap;
  }
}
.category__articles__item + .category__articles__item {
  border-top: 1px solid #d7d7d7;
}
.category__articles__tag {
  font-size: 1.3rem;
  width: 70px;
  border-radius: 3px;
  margin-right: 10px;
  flex-shrink: 0;
  text-align: center;
  line-height: 1;
  padding: 5px 2px 3px;
  background-color: #E6EBEB;
  font-weight: bold;
}
.category__articles__tag.cat2 {
  background-color: #FFDA00;
}
.category__articles__tag.cat3 {
  background-color: #ACC5FF;
}
.category__articles__tag.cat7 {
  background-color: #ABDECD;
}
.category__articles__date {
  font-size: 1.3rem;
  width: 85px;
  flex-shrink: 0;
  padding-top: 2px;
}
.category__articles__title {
  font-weight: bold;
  transition: all .5s;
}
a:hover .category__articles__title {
  opacity: .5;
}
@media screen and (max-width: 767px) {
  .category__articles__title {
    width: 100%;
    margin-top: 7px;
  }
}

.category__pager {
  display: flex;
  justify-content: center;
  margin-left: -12px;
  margin-right: -12px;
}
.category__pager__item {
  display: flex;
  width: 30px;
  height: 30px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  margin: 0 12px;
  border-radius: 100%;
}
.category__pager__item:hover {
  background-color: #E6EBEB;
}
.category__pager__item.active {
  background-color: #585757;
  color: #fff;
}

/*
---
---------------------------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  .single__header {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .single__header {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.single__header__title {
  flex-grow: 1;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .single__header__title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.single__header__date {
  color: #585757;
}
@media screen and (min-width: 768px), print {
  .single__header__thumb {
    width: 330px;
    max-width: 40%;
    margin-left: 35px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .single__header__thumb {
    max-width: 500px;
    margin: 25px auto 0;
  }
}

/*
---
---------------------------------------------------------------------------*/
.stakeholder__links__flex {
  display: flex;
  flex-wrap: wrap;
  margin: -30px -15px 0;
}
.stakeholder__links__col {
  width: 50%;
  padding: 30px 15px 0;
}
@media screen and (max-width: 767px) {
  .stakeholder__links__col {
    width: 100%;
    padding-top: 25px;
  }
}
@media screen and (min-width: 768px), print {
  .stakeholder__links__col.w100 {
    width: 100%;
  }
}
@media screen and (min-width: 768px), print {
  .stakeholder__links__col.w30 {
    width: 33.33333333333333%;
  }
}

/*
---
---------------------------------------------------------------------------*/
.hoshiyakuarchive__list {
  margin-left: auto;
  margin-right: auto;
  max-width: 824px;
}
@media screen and (max-width: 767px) {
  .hoshiyakuarchive__list {
    max-width: 508px;
  }
}
.hoshiyakuarchive__list__flex {
  display: flex;
  flex-wrap: wrap;
  margin: -60px -15px 0;
}
@media screen and (max-width: 767px) {
  .hoshiyakuarchive__list__flex {
    margin: -50px -10px 0;
  }
}
.hoshiyakuarchive__list__col {
  padding: 60px 15px 0;
  width: 33.33333333333%;
}
@media screen and (max-width: 767px) {
  .hoshiyakuarchive__list__col {
    padding: 50px 10px 0;
    width: 50%;
  }
}

.keywords__star__item + .keywords__star__item {
  margin-top: 45px;
}
.keywords__star__item {
  color: inherit;
}
@media screen and (min-width: 768px), print {
  .keywords__star__item {
    display: flex;
    align-items: flex-start;
  }
  .keywords__star__item.archive {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .keywords__star__item {
    display: block;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }
}
.keywords__star__thumb {
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  transition: all .5s;
}
.keywords__star__thumb:before {
  content: '';
  display: block;
  padding-bottom: 40%;
}
.keywords__star__thumb.new:after {
  content: 'NEW';
  font-size: 1.3rem;
  width: 70px;
  height: 70px;
  top: 0;
  right: 0;
  position: absolute;
  background-color: #92308D;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
  transform: translate(50%, -50%) rotate(45deg);
}
a:hover .keywords__star__thumb {
  opacity: 0.5;
}
@media screen and (min-width: 768px), print {
  .keywords__star__thumb {
    width: 47.5%;
    margin-right: 35px;
  }
  .keywords__star__thumb.archive {
    width: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .keywords__star__thumb {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.keywords__star__text {
  align-self: center;
}
@media screen and (max-width: 767px) {
  .keywords__star__text {
    margin-top: 20px;
  }
}
.keywords__star__tag {
  display: flex;
  flex-wrap: wrap;
}
.keywords__star__tag span {
  font-size: 1.3rem;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 5px;
  display: block;
  background-color: #92308D;
  color: #fff;
  margin: 0 5px 5px 0;
}
.keywords__star__author {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .keywords__star__author {
    font-size: 1.3rem;
  }
}
.keywords__star__title {
  font-size: 2rem;
  font-weight: bolder;
}

.keywords__hoshiyaku__item + .keywords__hoshiyaku__item {
  margin-top: 45px;
}
.keywords__hoshiyaku__item {
  color: inherit;
  position: relative;
}
.keywords__hoshiyaku__item:after {
  content: '\02605';
  line-height: 1;
  font-size: 3rem;
  color: #E7B000;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
.keywords__hoshiyaku__item.archive {
  max-width: 224px;
  margin-left: auto;
  margin-right: auto;
}
.keywords__hoshiyaku__item.archive:after {
  font-size: 4.2rem;
}
@media screen and (max-width: 767px) {
  .keywords__hoshiyaku__item.archive:after {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 768px), print {
  .keywords__hoshiyaku__item {
    display: flex;
    align-items: flex-start;
  }
  .keywords__hoshiyaku__item.archive {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .keywords__hoshiyaku__item {
    display: block;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.keywords__hoshiyaku__thumb {
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  transition: all .5s;
  border-radius: 0 30px 0 0;
}
.keywords__hoshiyaku__thumb:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.keywords__hoshiyaku__thumb.new:after {
  content: 'NEW';
  font-size: 1.3rem;
  width: 70px;
  height: 70px;
  bottom: 0;
  right: 0;
  position: absolute;
  background-color: #E7B000;
  color: #fff;
  display: flex;
  justify-content: center;
  line-height: 1;
  transform: translate(50%, 50%) rotate(-45deg);
  padding-top: 4px;
}
a:hover .keywords__hoshiyaku__thumb {
  opacity: 0.5;
}
@media screen and (min-width: 768px), print {
  .keywords__hoshiyaku__thumb {
    width: 170px;
    margin-right: 35px;
  }
  .keywords__hoshiyaku__thumb.archive {
    width: auto;
    margin-right: 0;
  }
}
.keywords__hoshiyaku__text {
  align-self: center;
}
@media screen and (max-width: 767px) {
  .keywords__hoshiyaku__text {
    margin-top: 20px;
  }
}
.keywords__hoshiyaku__author {
  font-size: 1.4rem;
}
.keywords__hoshiyaku__author span {
  display: block;
}
@media screen and (min-width: 768px), print {
  .keywords__hoshiyaku__author {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1em;
  }
  .keywords__hoshiyaku__author span {
    margin-right: 1em;
  }
}
@media screen and (max-width: 767px) {
  .keywords__hoshiyaku__author {
    font-size: 1.3rem;
  }
}
.keywords__hoshiyaku__title {
  font-size: 2rem;
  font-weight: bolder;
}

.keywords__blog__row + .keywords__blog__row {
  padding-top: 15px;
  border-top: 1px solid #a5a3a3;
  margin-top: 15px;
}
.keywords__blog__item {
  display: flex;
  color: inherit;
}
.keywords__blog__item + .keywords__blog__item {
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .keywords__blog__item {
    display: block;
  }
}
.keywords__blog__date {
  width: 85px;
  flex-shrink: 0;
  font-size: 1.3rem;
  font-weight: 400;
}
.keywords__blog__date span {
  box-shadow: 0px 4px 0px #E7B000;
}
.keywords__blog__title {
  font-weight: bolder;
  transition: all .5s;
}
a:hover .keywords__blog__title {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .keywords__blog__title {
    margin-top: 5px;
  }
}

.keywords__study__row + .keywords__study__row {
  padding-top: 35px;
  margin-top: 55px;
  border-top: 1px solid #a5a3a3;
}
.keywords__study__page {
  display: block;
  font-size: 1.8rem;
}
.keywords__study__slider {
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .keywords__study__slider {
    padding-left: 80px;
    padding-right: 80px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 767px) {
  .keywords__study__slider .slick-list {
    overflow: visible;
  }
}
.keywords__study__slider .slick-slide {
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .keywords__study__slider .slick-slide {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.keywords__study__slider__item {
  display: block;
  color: inherit;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .keywords__study__slider__item {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}
.keywords__study__slider__thumb {
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  transition: all .5s;
  border-radius: 0 30px 0 0;
  transition: all .5s;
}
.keywords__study__slider__thumb:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
a:hover .keywords__study__slider__thumb {
  opacity: 0.5;
}
.keywords__study__slider__name {
  font-size: 2rem;
}
.keywords__study__slider__tag {
  text-align: left;
  display: flex;
  justify-content: center;
  margin-left: -5px;
  flex-wrap: wrap;
}
.keywords__study__slider__tag span {
  font-size: 1.1rem;
  margin: 5px 0 0 5px;
}
.keywords__study__slider__tag span:after {
  content: ' /';
}
.keywords__study__slider__tag span:nth-last-of-type(1):after {
  content: none;
}

.keywords__keywords {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.keywords__keywords__flex {
  margin: -8px -4px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.keywords__keywords__col {
  padding: 8px 4px 0;
}
.keywords__keywords__item {
  display: flex;
  height: 100%;
  color: inherit;
  padding: 5px;
  border-radius: 7px;
  border: 1px solid;
}
.keywords__keywords__item:hover {
  opacity: 0.5;
}
.keywords__keywords__title {
  font-size: 3rem;
  text-align: center;
}
.keywords__keywords__title:after {
  content: '';
  display: block;
  width: 30px;
  border-top: 2px solid;
  margin: 10px auto 0;
}
@media screen and (max-width: 767px) {
  .keywords__keywords__title {
    font-size: 2.4rem;
  }
}

/*
---
---------------------------------------------------------------------------*/
body.specialpost {
  background-color: #E6EBEB;
  padding: 0px 0px 0 200px;
}
@media screen and (max-width: 1023px), print {
  body.specialpost {
    padding: 75px 0px 0;
  }
}
@media screen and (max-width: 1023px), print {
  body.specialpost.scrolled header {
    background-color: #fff;
  }
}
body.specialpost header {
  transition: all .5s;
}
@media screen and (max-width: 1023px), print {
  body.specialpost header {
    background-color: transparent;
  }
}

body.specialpost .main__navi {
	margin-bottom: 20px;
}

body.specialpost main {
  background-color: #fff;
  border-top-right-radius: 40px;
  padding-bottom: 100px;
  margin: 0 30px;
}
@media screen and (max-width: 767px) {
  body.specialpost main {
    margin: 0 20px;
  }
}
body.specialpost footer {
  margin-top: 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  body.specialpost footer {
    padding-bottom: 112px;
  }
}
body.specialpost .footer__top {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  body.specialpost .footer__top {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px), print {
  body.specialpost .footer__bottom {
    padding-left: 30px;
    padding-right: 30px;
  }
}
body.specialpost .footer__bottom__right {
  position: relative;
}
body.specialpost .footer__bottom__right:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 50%;
  z-index: -1;
  background-color: #fff;
  transform: translateX(-50%);
}

.customheader__cat {
  background-color: #E7B000;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .customheader__cat {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.customheader__cat__en {
  display: flex;
}
.customheader__cat__en span {
  display: block;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
  padding: 4px 20px 2px;
  border-top-right-radius: 5px;
}
.customheader__cat__en.star span {
  background-color: #92308D;
  color: #fff;
}
.customheader__cat__en.shakaijin_interview span {
  background-color: #fff;
}
.customheader__cat__en.hoshiyaku-research span {
  background-color: #92308D;
  color: #fff;
}
@media screen and (max-width: 1023px), print {
  .customheader__cat__en {
    margin-left: -15px;
  }
}
@media screen and (max-width: 767px) {
  .customheader__cat__en span {
    font-size: 1.1rem;
  }
}
.customheader__cat__jp {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .customheader__cat__jp {
    font-size: 2rem;
  }
}

.customheader__main {
  display: flex;
}
@media screen and (max-width: 767px) {
  .customheader__main {
    flex-direction: column-reverse;
  }
}
.customheader__main__thumb {
  max-height: 300px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  flex-shrink: 0;
}
.customheader__main__thumb:before {
  content: '';
  display: block;
  padding-bottom: 50%;
}
@media screen and (min-width: 768px), print {
  .customheader__main__thumb {
    width: 46%;
    margin-right: 40px;
  }
}
.customheader__main__text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  padding-right: calc((100% - 890px) / 2);
}
@media screen and (max-width: 767px) {
  .customheader__main__text {
    padding: 45px 15px 35px;
  }
}
.customheader__main__textinner {
  padding: 30px 15px 30px 0;
}
.customheader__main__textinner .breadcrumbs {
  position: absolute;
  right: 15px;
  top: 5px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .customheader__main__textinner {
    padding: 0;
  }
  .customheader__main__textinner .breadcrumbs {
    display: none;
  }
}
.customheader__main__title {
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .customheader__main__title {
    font-size: 2.2rem;
  }
}
.customheader__main__author {
  font-size: 1.3rem;
}
.customheader__main__tag {
  display: flex;
  margin-top: 10px;
  gap: 5px;
  flex-wrap: wrap;
}
.customheader__main__tag span {
  font-size: 1.3rem;
  padding: 2px 10px 0;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
}

.h2__star,
body.single-star h2 {
  font-size: 2.3rem;
  position: relative;
  font-weight: bold;
  box-shadow: none;
  background-color: transparent;
  padding: 0;
  text-align: center;
  z-index: 1;
}
.h2__star:before,
body.single-star h2:before {
  content: none;
}
.h2__star span,
body.single-star h2 span {
  display: block;
  font-size: 2.6rem;
  position: relative;
  margin-bottom: 25px;
  line-height: 1;
}
.h2__star span:before,
body.single-star h2 span:before {
  position: absolute;
  content: '\02605';
  color: #E7B000;
  z-index: -1;
  font-size: 8rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -59%);
}
@media screen and (max-width: 767px) {
  .h2__star,
  body.single-star h2 {
    font-size: 2rem;
  }
  .h2__star span,
  body.single-star h2 span {
    font-size: 2rem;
  }
  .h2__star span:before,
  body.single-star h2 span:before {
    font-size: 6.2rem;
  }
}

body.single-shakaijin_interview h2 {
  font-size: 2.3rem;
  position: relative;
  font-weight: bold;
  box-shadow: none;
  background-color: transparent;
  padding: 0;
  z-index: 1;
}
body.single-shakaijin_interview h2:before {
  content: none;
}
body.single-shakaijin_interview h2:after {
  position: absolute;
  content: '\02605';
  color: #E7B000;
  z-index: -1;
  font-size: 4.5rem;
  left: 0;
  top: 0;
  transform: translate(-50%, -25%);
}
@media screen and (max-width: 767px) {
  body.single-shakaijin_interview h2 {
    font-size: 2rem;
  }
  body.single-shakaijin_interview h2:after {
    left: 8px;
  }
}

.imgRight__text h2 {
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .imgRight__thumb {
    float: right;
    width: 260px;
    max-width: 30%;
    margin: 0 0 15px 35px;
  }
  .imgRight__thumb.wide {
    width: 380px;
    max-width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .imgRight {
    display: flex;
    flex-direction: column-reverse;
  }
  .imgRight__thumb {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 40px;
    text-align: center;
  }
  .imgRight.smpimgtop {
    flex-direction: column;
  }
  .imgRight.smpimgtop .imgRight__thumb {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.imgCenter {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .imgCenter {
    max-width: none;
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.star__author {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.star__author__left {
  width: 140px;
}
.star__author__thumb {
  background-size: cover;
  background-position: center;
  border-radius: 100%;
}
.star__author__thumb:before {
  content: '';
  padding-bottom: 100%;
  display: block;
}
.star__author__left {
  flex-grow: 1;
}
.star__author__text {
  font-size: 1.2rem;
}
.star__author__text table {
  border-top-width: 0;
}
.star__author__text table th, .star__author__text table td {
  border-width: 0;
  padding: 0;
}
.star__author__text table tr > :first-child {
  background-color: transparent;
  font-weight: 500;
  width: 75px;
}
@media screen and (min-width: 768px), print {
  .star__author {
    display: flex;
  }
  .star__author__left {
    flex-shrink: 0;
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .star__author__left {
    margin-left: auto;
    margin-right: auto;
  }
  .star__author__right {
    margin-top: 10px;
  }
}

section.star__lastsection {
  padding-top: 85px;
  position: relative;
}
section.star__lastsection:before {
  content: '';
  position: absolute;
  width: 70px;
  border-top: 1px solid;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.star__other {
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .star__other {
    max-width: 460px;
  }
}
.star__other__slick {
  padding-left: 60px;
  padding-right: 60px;
}
.star__other__slick .slick-arrow {
  height: 164px;
}
@media screen and (max-width: 767px) {
  .star__other__slick {
    padding-left: 40px;
    padding-right: 40px;
    border-bottom-width: 0;
  }
  .star__other__slick .slick-arrow {
    top: 0;
    bottom: auto;
    max-height: 152px;
    height: 28.4vw;
    background-position: center;
  }
  .star__other__slick .slick-prev {
    left: 0;
  }
  .star__other__slick .slick-next {
    right: 0;
  }
}
.star__other__item {
  display: block;
  color: inherit;
}
.star__other__thumb {
  background-size: cover;
  background-position: center;
  position: relative;
  transition: all .5s;
  overflow: hidden;
}
.star__other__thumb:before {
  content: '';
  display: block;
  padding-bottom: 40%;
}
.star__other__thumb.new:after {
  content: 'NEW';
  font-size: 1.3rem;
  width: 70px;
  height: 70px;
  top: 0;
  right: 0;
  position: absolute;
  background-color: #92308D;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
  transform: translate(50%, -50%) rotate(45deg);
}
a:hover .star__other__thumb {
  opacity: 0.5;
}
.star__other__text {
  margin-top: 20px;
}
.star__other__tag {
  display: flex;
  flex-wrap: wrap;
}
.star__other__tag span {
  font-size: 1.3rem;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 5px;
  display: block;
  background-color: #92308D;
  color: #fff;
  margin: 0 5px 5px 0;
}
.star__other__author {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .star__other__author {
    font-size: 1.3rem;
  }
}
.star__other__title {
  font-size: 2rem;
  font-weight: bolder;
}

.shakaijin_interview__other {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .shakaijin_interview__other {
    max-width: 320px;
  }
}
.shakaijin_interview__other__slick {
  padding-left: 60px;
  padding-right: 60px;
  overflow: visible;
}
.shakaijin_interview__other__slick:after {
  content: '\02605';
  line-height: 1;
  font-size: 4.2rem;
  color: #E7B000;
  position: absolute;
  top: 0;
  left: 60px;
  transform: translate(-50%, -50%);
}
.shakaijin_interview__other__slick .slick-arrow {
  height: 240px;
}
@media screen and (max-width: 767px) {
  .shakaijin_interview__other__slick {
    padding-left: 40px;
    padding-right: 40px;
    border-bottom-width: 0;
  }
  .shakaijin_interview__other__slick:after {
    left: 40px;
  }
  .shakaijin_interview__other__slick .slick-arrow {
    top: 0;
    bottom: auto;
    background-position: center;
  }
  .shakaijin_interview__other__slick .slick-prev {
    left: 0;
  }
  .shakaijin_interview__other__slick .slick-next {
    right: 0;
  }
}
.shakaijin_interview__other__item {
  display: block;
  color: inherit;
  position: relative;
}
@media screen and (max-width: 767px) {
  .shakaijin_interview__other__item {
    margin-left: auto;
    margin-right: auto;
  }
}
.shakaijin_interview__other__thumb {
  background-size: cover;
  background-position: center;
  position: relative;
  transition: all .5s;
  overflow: hidden;
  border-radius: 0 30px 0 0;
}
.shakaijin_interview__other__thumb:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.shakaijin_interview__other__thumb.new:after {
  content: 'NEW';
  font-size: 1.3rem;
  width: 70px;
  height: 70px;
  bottom: 0;
  right: 0;
  position: absolute;
  background-color: #E7B000;
  color: #fff;
  display: flex;
  justify-content: center;
  line-height: 1;
  transform: translate(50%, 50%) rotate(-45deg);
  padding-top: 4px;
}
a:hover .shakaijin_interview__other__thumb {
  opacity: 0.5;
}
.shakaijin_interview__other__title {
  font-weight: bolder;
  font-size: 2rem;
}
.shakaijin_interview__other__author {
  font-size: 1.4rem;
}

/*
---
---------------------------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  .greeting {
    display: flex;
    flex-direction: row-reverse;
  }
}
.greeting__right {
  max-width: 260px;
}
@media screen and (min-width: 768px), print {
  .greeting__right {
    width: 30%;
    margin-left: 35px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .greeting__right {
    margin-left: auto;
    margin-right: auto;
  }
}
.greeting__caption {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.greeting__role {
  margin: 0 10px;
  font-size: 1.4rem;
}
.greeting__name {
  margin: 0 10px;
  font-size: 1.8rem;
}
.greeting__left {
  flex-grow: 1;
}

/*
---
---------------------------------------------------------------------------*/
.policy__anchor__flex {
  margin: -36px -18px 0;
  display: flex;
  flex-wrap: wrap;
}
.policy__anchor__col {
  padding: 36px 18px 0;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .policy__anchor__col {
    width: 100%;
  }
}
.policy__anchor__h {
  font-weight: bold;
  padding: 10px;
  border-style: solid;
  border-color: #d7d7d7;
  border-width: 1px 0;
}
.policy__anchor__item {
  padding: 0 10px;
}
.policy__anchor__h2 {
  font-weight: bold;
}
.policy__anchor__a {
  font-size: 1.3rem;
}

.h2tag {
  display: flex;
  margin-bottom: 30px;
}
.h2tag span {
  background-color: #f3c517;
  color: #fff;
  padding: 8px;
  font-size: 1.9rem;
  font-weight: bold;
  display: block;
  min-width: 150px;
  text-align: center;
}

.basicbox {
  padding: 20px;
  border: 1px solid #d7d7d7;
}
.basicbox h3:after {
  display: block;
  width: 80px;
  height: 4px;
  margin-top: 10px;
  background-color: #E7B000;
}

.basicbgbox {
  background-color: #FFF5D7;
  padding: 20px;
}

/*
---
---------------------------------------------------------------------------*/
.enkaku__enkaku__row {
  display: flex;
}
.enkaku__enkaku__row + .enkaku__enkaku__row {
  margin-top: 25px;
}
.enkaku__enkaku__y {
  width: 140px;
  border-right: 1px solid #585757;
  font-weight: bold;
  padding: 10px 20px 10px 0;
  text-align: right;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .enkaku__enkaku__y {
    padding-right: 10px;
    width: 90px;
  }
}
.enkaku__enkaku__p {
  padding: 10px 0 10px 20px;
}
@media screen and (max-width: 767px) {
  .enkaku__enkaku__p {
    padding-left: 10px;
  }
}

/*
---
---------------------------------------------------------------------------*/
.facility__anchor__flex {
  margin: -20px -5px 0;
  counter-reset: faitem;
  display: flex;
  flex-wrap: wrap;
}
.facility__anchor__col {
  width: 20%;
  padding: 20px 5px 0;
}
@media screen and (max-width: 767px) {
  .facility__anchor__col {
    width: 50%;
  }
}
.facility__anchor__item {
  padding-bottom: 10px;
  height: 100%;
  display: flex;
  align-items: center;
  counter-increment: faitem;
  border-style: solid;
  border-bottom-width: 4px;
  border-color: #d7d7d7;
  color: inherit;
  position: relative;
}
@media screen and (max-width: 1023px), print {
  .facility__anchor__item {
    font-size: 1.3rem;
  }
}
.facility__anchor__item:before {
  content: counter(faitem);
  background-color: #00B3EE;
  font-size: 1.1rem;
  width: 15px;
  height: 15px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  font-weight: bold;
  color: #fff;
  flex-shrink: 0;
}
.facility__anchor__item[href] {
  border-color: #FFF5D7;
}
.facility__anchor__item[href]:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -2px;
  transform: translateY(50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #E7B000 transparent transparent transparent;
  transition: all .5s;
}
.facility__anchor__item[href]:hover:after {
  transform: translateY(100%);
}

@media screen and (min-width: 768px), print {
  .facility__facility__box {
    display: flex;
  }
}
.facility__facility__box + .facility__facility__box {
  border-top: 1px solid #d7d7d7;
  padding-top: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .facility__facility__box + .facility__facility__box {
    padding-top: 35px;
    margin-top: 35px;
  }
}
.facility__facility__left {
  width: 260px;
  max-width: 35%;
  margin-right: 35px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .facility__facility__left {
    display: none;
  }
}
.facility__facility__smpimg {
  text-align: center;
  margin-left: -15px;
  margin-right: -15px;
}

/*
---
---------------------------------------------------------------------------*/
.youtube__box {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.youtube__box.maw570 {
  max-width: 570px;
}
.youtube__box + .youtube__box {
  margin-top: 35px;
}
.youtube__iframe {
  position: relative;
  padding-bottom: 56.25%;
}
.youtube__iframe iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.youtube__title {
  font-weight: bold;
  font-weight: 1.7rem;
  margin-top: 15px;
}

/*
---
---------------------------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  .kosho {
    display: flex;
  }
}
@media screen and (min-width: 768px), print {
  .kosho__left {
    max-width: 20%;
    flex-shrink: 0;
    margin-right: 35px;
  }
}
@media screen and (max-width: 767px) {
  .kosho__left {
    margin-left: auto;
    margin-right: auto;
  }
}
.kosho__right {
  align-self: center;
}
@media screen and (max-width: 767px) {
  .kosho__right {
    margin-top: 25px;
  }
}

.schoolsong__flex {
  margin: -30px -15px 0;
  display: flex;
  flex-wrap: wrap;
  counter-reset: schsi;
}
.schoolsong__col {
  padding: 30px 15px 0;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .schoolsong__col {
    width: 100%;
  }
}
.schoolsong__item {
  height: 100%;
  padding: 10px 0 10px 20px;
  border-left: 1px solid #d7d7d7;
  position: relative;
  counter-increment: schsi;
}
.schoolsong__item:before {
  content: counter(schsi);
  position: absolute;
  font-weight: bold;
  top: 0;
  left: 0;
  transform: translate(-50%, -100%);
}

/*
---
---------------------------------------------------------------------------*/
.pageindex {
  display: flex;
}
.pageindex__box {
  position: relative;
  border: 4px double #d7d7d7;
  padding: 10px 0 0;
  min-width: 40%;
}
@media screen and (max-width: 767px) {
  .pageindex__box {
    width: 100%;
  }
}
.pageindex__box:before {
  content: 'INDEX';
  position: absolute;
  top: 0;
  left: 10px;
  background-color: #fff;
  line-height: 1;
  padding: 0 10px;
  transform: translateY(-50%);
  font-weight: bold;
}
.pageindex__item {
  display: block;
  padding: 10px 10px 10px 30px;
  color: inherit;
  position: relative;
}
.pageindex__item + .pageindex__item {
  border-top: 1px dashed #d7d7d7;
}
.pageindex__item:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 17px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #E7B000 transparent transparent transparent;
  transition: all .5s;
}
.pageindex__item:hover {
  opacity: .5;
}

div.pageindex__item {
	font-size: 2rem;
	font-weight: 600;
	padding-left: 20px;
}
div.pageindex__item:before {
	content: none;
}
div.pageindex__item:hover {
	opacity: 1;
}

.block.index-wide .pageindex .pageindex__box {
    width: 100%;
}

/*
---
---------------------------------------------------------------------------*/
.joho__edu__sekobi {
  font-size: 1.3rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #a5a3a3;
}

/*
---
---------------------------------------------------------------------------*/
.yoko__comment {
  padding: 20px;
  background-color: #FFF5D7;
}

/*
---
---------------------------------------------------------------------------*/
.kekka__number table {
  margin-bottom: 0;
}
.kekka__number th, .kekka__number td {
  vertical-align: middle;
}
.kekka__number table + p {
  margin-top: 5px;
  font-size: 1.3rem;
}

/*
---
---------------------------------------------------------------------------*/
.flexbox__yellow__flex {
  margin: -30px -15px 0;
  display: flex;
  flex-wrap: wrap;
}
.flexbox__yellow__col {
  width: 50%;
  padding: 30px 15px 0;
}
@media screen and (min-width: 768px), print {
  .flexbox__yellow__col.w30 {
    width: 33.333333333%;
  }
  .flexbox__yellow__col.w100 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .flexbox__yellow__col {
    width: 100%;
  }
}
.flexbox__yellow__item {
  height: 100%;
  background-color: #FFF5D7;
}
.flexbox__yellow__title {
  background-color: #E7B000;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 2.1rem;
}
.flexbox__yellow__body {
  padding: 20px;
}

.basicflex__flex {
  margin: -30px -15px 0;
  display: flex;
  flex-wrap: wrap;
}
.basicflex__col {
  width: 50%;
  padding: 30px 15px 0;
}
@media screen and (min-width: 768px), print {
  .basicflex__col.w30 {
    width: 33.333333333%;
  }
}
@media screen and (max-width: 767px) {
  .basicflex__col {
    width: 100%;
  }
}
.basicflex__item {
  height: 100%;
}

/*
---
---------------------------------------------------------------------------*/
.gakuhi__gakuhi table {
  table-layout: fixed;
}
@media screen and (min-width: 768px), print {
  .gakuhi__gakuhi table {
    font-size: 1.3rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .gakuhi__gakuhi table {
    width: 660px;
  }
}
.gakuhi__gakuhi th, .gakuhi__gakuhi td {
  vertical-align: middle;
}
.gakuhi__gakuhi th:nth-of-type(1) {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .gakuhi__gakuhi th:nth-of-type(1) {
    width: 100px;
    position: sticky;
    left: 0;
  }
}

.gakuhi__shokeihi table {
  font-size: 1.3rem;
}
.gakuhi__shokeihi th, .gakuhi__shokeihi td {
  vertical-align: middle;
}

.shomeisho__tesuryo th:nth-of-type(1) {
  width: 180px;
}

/*
---
---------------------------------------------------------------------------*/
.gakkai__links {
  border-top: 1px solid #d7d7d7;
}
.gakkai__links__item {
  display: flex;
  color: inherit;
  position: relative;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 15px 0 15px 20px;
  border-bottom: 1px solid #d7d7d7;
}
@media screen and (max-width: 767px) {
  .gakkai__links__item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.gakkai__links__item[href]:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #f6cd00;
  transform: translateY(-50%);
}
.gakkai__links__item[href]:hover {
  opacity: .5;
}
.gakkai__links__left span {
  font-size: 1.1rem;
  display: block;
}
.gakkai__links__right {
  font-size: 1.3rem;
  width: 140px;
  border-radius: 100vh;
  background-color: #FFF5D7;
  text-align: center;
  padding-top: 3px;
  margin-left: 15px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .gakkai__links__right {
    margin: 0 0 5px;
  }
}
.gakkai__links__right.done {
  background-color: #d7d7d7;
}

/*
---
---------------------------------------------------------------------------*/
.campusguide__index {
  background-color: #FFFDE5;
}
.campusguide__index h6 {
  border-bottom: 1px dashed #a5a3a3;
  padding-bottom: 10px;
}
.campusguide__index p, .campusguide__index ol, .campusguide__index ul, .campusguide__index table {
  margin-left: 22px;
}
.campusguide__index ol ol {
  margin-left: 5px;
}
.campusguide__index ol ol > li:before {
  content: "(" counter(li) ")";
}

/*
---
---------------------------------------------------------------------------*/
.saiyo__table table {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .saiyo__table th {
    width: 200px;
  }
}

/*
---
---------------------------------------------------------------------------*/
.scholarship__table1 th:nth-of-type(1) {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .scholarship__table1 th:nth-of-type(1) {
    width: 100px;
  }
}

@media screen and (min-width: 768px), print {
  .nyushi__point th:nth-of-type(1) {
    width: 240px;
  }
}

/*
---
---------------------------------------------------------------------------*/
.massagebox {
  padding: 10px 20px 20px;
  background-color: #FFFDE5;
}
.massagebox p {
  line-height: 2;
}

.leftimagebanner__item {
  display: flex;
  color: inherit;
  border: 1px solid #585757;
}
.leftimagebanner__thumb {
  width: 200px;
  flex-shrink: 0;
  transition: all .5s;
}
a:hover .leftimagebanner__thumb {
  opacity: .5;
}
.leftimagebanner__text {
  display: flex;
  align-items: center;
  padding: 20px;
  position: relative;
  font-weight: bold;
  flex-grow: 1;
}
.leftimagebanner__text:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  z-index: -1;
  border-style: solid;
  border-width: 0 0 32px 32px;
  border-color: transparent transparent #E7B000 transparent;
}

.bunkasai__banner {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/*
---
---------------------------------------------------------------------------*/
.kokusaikoryu {
  max-width: 655px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
}
.kokusaikoryu__contentsbg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.kokusaikoryu h2 {
  box-shadow: none;
  background-color: transparent;
  padding: 50px 0 0;
}
.kokusaikoryu h2:before {
  content: none;
}
@media screen and (max-width: 767px) {
  .kokusaikoryu h2 {
    padding-top: 30px;
  }
}
.kokusaikoryu__map {
  max-width: 607px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.kokusaikoryu__map__link {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
}
.kokusaikoryu__map__link.a1 {
  width: 10%;
  height: 5%;
  top: 0;
  left: 0;
}
.kokusaikoryu__banner {
  max-width: 556px;
  margin-left: auto;
  margin-right: auto;
}
.kokusaikoryu__banner__flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 767px) {
  .kokusaikoryu__banner__flex {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.kokusaikoryu__banner__col {
  width: 50%;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .kokusaikoryu__banner__col {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 500px) {
	.kokusaikoryu__banner__flex.single {
		display: block;
		width: 50%;
		margin: 0 auto;
	}
}
.kokusaikoryu__banner__item {
  display: block;
}
.kokusaikoryu__banner__item:hover {
  opacity: .5;
}

.kanadajitsumu {
  max-width: 655px;
  margin-left: auto;
  margin-right: auto;
}
.kanadajitsumu h2 {
  box-shadow: none;
  background-color: transparent;
  padding: 0;
}
.kanadajitsumu h2:before {
  content: none;
}
.kanadajitsumu__contents {
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px), print {
  .kanadajitsumu__advaim {
    display: flex;
  }
}
.kanadajitsumu__left {
  color: #00a0e9;
  padding: 2px;
  border: solid 2px #00a0e9;
  font-weight: bold;
}
.kanadajitsumu__left.green {
  color: #22ac38;
  border-color: #22ac38;
}
@media screen and (min-width: 768px), print {
  .kanadajitsumu__left {
    display: flex;
    margin-right: 10px;
    width: 168px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .kanadajitsumu__left {
    padding: 4px 10px;
  }
}
.kanadajitsumu__h2 {
  font-size: 1.6rem;
  line-height: 30px;
  color: #00a0e9;
}
.kanadajitsumu__h2.green {
  color: #22ac38;
}
.kanadajitsumu__h3 {
  color: #00a0e9;
  border: solid 2px #00a0e9;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 4px 10px;
  font-weight: bold;
}
.kanadajitsumu__h4 {
  font-weight: bold;
  color: #00a0e9;
}
.kanadajitsumu__fleximage {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
.kanadajitsumu__fleximage__col {
  padding: 0 10px;
  width: 50%;
}
.kanadajitsumu__h4__mincho {
  line-height: 25px;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 767px) {
  .kanadajitsumu__massage {
    padding-top: 15px;
    border-top: 2px solid #00a0e9;
  }
}
.kanadajitsumu__massage__title {
  color: #00a0e9;
  line-height: 25px;
  font-weight: bold;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px), print {
  .kanadajitsumu__massage__title:after {
    content: '';
    display: block;
    height: 2px;
    flex-grow: 1;
    background-color: #00a0e9;
    margin-left: 20px;
  }
}
.kanadajitsumu__massage__body {
  padding-bottom: 20px;
  border-bottom: 2px solid #00a0e9;
}
@media screen and (max-width: 767px) {
  .kanadajitsumu__massage__body {
    padding-bottom: 10px;
  }
}
.kanadajitsumu__massage__thumb {
  max-width: 155px;
  margin-left: 15px;
  float: right;
}
.kanadajitsumu__massage__cap {
  color: #00a0e9;
}
.kanadajitsumu__rightimage {
  padding: 15px 0 30px 15px;
  float: right;
  max-width: 50%;
}
.kanadajitsumu__taiken__h1 {
  width: 90%;
}
.kanadajitsumu__leftimage img {
  margin: 0 15px 15px 0;
  float: left;
}

/*
---
---------------------------------------------------------------------------*/
.kokaikoza__naiyo__right {
  width: 185px;
}
@media screen and (min-width: 768px), print {
  .kokaikoza__naiyo__right {
    max-width: 30%;
    margin-left: 25px;
    float: right;
  }
}
@media screen and (max-width: 767px) {
  .kokaikoza__naiyo__right {
    max-width: 100%;
    margin: 0 auto 20px;
  }
}

.kokaikoza__box + .kokaikoza__box {
  border-top: 1px dashed #585757;
  padding-top: 25px;
}

/*
---
---------------------------------------------------------------------------*/
.campuscalendar {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.campuscalendar__col {
  width: 33.3333333%;
  position: relative;
  padding: 30px 20px;
}
.campuscalendar__col:before {
  content: '';
  position: absolute;
  left: 60px;
  right: 0;
  top: 0;
}
@media screen and (min-width: 768px), print {
  .campuscalendar__col:nth-of-type(odd) {
    background-color: #FFF5D7;
  }
}
@media screen and (max-width: 767px) {
  .campuscalendar__col {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .campuscalendar__col:nth-of-type(4n), .campuscalendar__col:nth-of-type(4n+1) {
    background-color: #FFF5D7;
  }
}
.campuscalendar__month {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 3rem;
  font-weight: bold;
  transform: translateY(-50%);
  width: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .campuscalendar li {
    font-size: 1.3rem;
  }
}

/*
---
---------------------------------------------------------------------------*/
.pmovie__list__item {
  display: block;
  color: inherit;
}
.pmovie__list__thumb {
  aspect-ratio: 16/9;
  position: relative;
  transition: all .5s;
  margin-bottom: 20px;
  overflow: hidden;
}
a:hover .pmovie__list__thumb {
  opacity: 0.5;
}
.pmovie__list__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pmovie__list__thumb.new:after {
  content: 'NEW';
  font-size: 1.3rem;
  width: 70px;
  height: 70px;
  bottom: 0;
  right: 0;
  position: absolute;
  background-color: #E7B000;
  color: #fff;
  display: flex;
  justify-content: center;
  line-height: 1;
  transform: translate(50%, 50%) rotate(-45deg);
  padding-top: 4px;
}
@media screen and (max-width: 767px) {
  .pmovie__list__thumb {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.pmovie__list__meta {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.pmovie__list__cat {
  min-width: 70px;
  font-size: 1.3rem;
  line-height: 1;
  border-radius: 3px;
  min-height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bolder;
  background-color: #E6EBEB;
}
.pmovie__list__cat.cat2 {
  background-color: #FFDA00;
}
.pmovie__list__cat.cat3 {
  background-color: #ABDECD;
}
.pmovie__list__cat.cat7 {
  background-color: #ACC5FF;
}
.pmovie__list__cat.cat24 {
  background-color: #f1c9c9;
}
.pmovie__list__date {
  flex: 1;
  font-size: 1.3rem;
}
.pmovie__list__title {
  font-weight: bold;
  margin-top: 5px;
}

/*
---
---------------------------------------------------------------------------*/
.pmovie__article__date {
  font-size: 1.3rem;
}
.pmovie__article__h {
  font-size: 1.8rem;
}
.pmovie__article__movie iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .pmovie__article__movie {
    margin-left: -15px;
    margin-right: -15px;
  }
}

/*
---
---------------------------------------------------------------------------*/
.soshiki__zu {
  display: flex;
  justify-content: center;
}
.soshiki__zu__img {
  position: relative;
}
.soshiki__zu__img a {
  position: absolute;
}
.soshiki__zu__img a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}


/*
---
---------------------------------------------------------------------------*/
.shinro__saibailist {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.shinro__saibailist__item {
	width: calc( (100% - 90px) / 4 );
	display: block;
	color: inherit;
}
.shinro__saibailist__thumb {
	position: relative;
	overflow: hidden;
	border-radius: 0 65px 0 0;
	transition: all .5s;
}
.shinro__saibailist__thumb img {
	aspect-ratio: 1 / 1.16;
	width: 100%;
	object-fit: cover;
}
.shinro__saibailist__thumb.new:after {
  content: 'NEW';
  font-size: 1.3rem;
  width: 70px;
  height: 70px;
  bottom: 0;
  right: 0;
  position: absolute;
  background-color: #FFE700;
  display: flex;
  justify-content: center;
  line-height: 1;
  transform: translate(50%, 50%) rotate(-45deg);
  padding-top: 4px;
}
a:hover .shinro__saibailist__thumb {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
	.shinro__saibailist {
		column-gap: 20px;
	}
	.shinro__saibailist__item {
		width: calc( (100% - 20px) / 2 );
	}
}


/*
---
---------------------------------------------------------------------------*/
.single__sharebuttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.single__sharebuttons a {
	display: block;
	border-radius: 100%;
	width: 40px;
	aspect-ratio: 1 / 1;
	position: relative;
}
.single__sharebuttons a:hover {
	opacity: 0.5;
}
.single__sharebuttons svg {
	fill: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 30px;
	height: 30px;
}
.single__sharebuttons a.insta {
	background-color: #f00075;
}
.single__sharebuttons a.fb {
	background-color: #1778f2;
}
.single__sharebuttons a.twitter {
	background-color: #1da1f2;
}
.single__sharebuttons a.snsx {
	background-color: #000;
}


/*
---
---------------------------------------------------------------------------*/
.common__news {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	
}
@media (max-width: 767px) {
	.common__news {
		flex-direction: column;
		align-items: center;
		row-gap: 40px;
	}
}
.common__news__item {
	width: calc( (100% - 60px) / 3 );
  display: block;
  color: inherit;
  overflow: hidden;
}
@media (max-width: 767px) {
	.common__news__item {
		width: 100%;
		max-width: 500px;
	}
}
.common__news__thumb {
  background-size: cover;
  background-position: center;
  transition: all .5s;
  border-radius: 10px 10px 0 0;
}
a:hover .common__news__thumb {
  opacity: 0.5;
}
.common__news__thumb:before {
  content: '';
  padding-bottom: 55%;
  display: block;
}
.common__news__text {
  padding: 20px 0 0;
}
.common__news__aside {
  display: flex;
  align-items: center;
}
.common__news__cat {
  min-width: 70px;
  font-size: 1.3rem;
  line-height: 1;
  border-radius: 3px;
  min-height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bolder;
  background-color: #E6EBEB;
}
.common__news__cat:where(.cat2, .cat298) {
  background-color: #FFDA00;
}
.common__news__cat.cat3 {
  background-color: #ABDECD;
}
.common__news__cat.cat7 {
  background-color: #ACC5FF;
}
.common__news__cat.cat24 {
  background-color: #f1c9c9;
}
.common__news__date {
  flex-shrink: 0;
  font-size: 1.3rem;
  margin-left: 5px;
}
.common__news__title {
  font-weight: bolder;
	text-align: left;
}

.common__news__none {
	padding: 20px;
	background-color: #efefef;
}



.homeiroku__anchor {
	display: flex;
	gap: 4px;
	margin-top: 20px;
}
.homeiroku__anchor__col {
	display: flex;
	min-height: 60px;
	align-items: center;
	position: relative;
	justify-content: center;
	background-color: #E6EBEB;
	color: inherit;
	text-decoration: none;
	flex-grow: 1;
}
.homeiroku__anchor__col:hover:after {
	transform: translate(-50%, 10px);
}
.homeiroku__anchor__col:after {
	content: '';
	position: absolute;
	width: 0px;
   height: 0px;
   border-style: solid;
   border-width: 6px 6px 0 6px;
   border-color: #E7B000 transparent transparent transparent;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
	transition: all .5s;
}
@media (max-width: 767px) {
	.homeiroku__anchor {
		flex-wrap: wrap;
	}
	.homeiroku__anchor__col {
		width: calc( (100% - 16px) / 5 );
		min-height: 50px;
	}
}


.homeiroku__h5 {
  border-color: #d7d7d7;
  border-style: solid;
  border-width: 1px 0;
  padding: 10px 50px 10px 20px;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
}
.homeiroku__h5:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #E7B000;
  top: 15px;
  left: 0;
}

.homeiroku__name {
	display: flex;
	gap: 4px;
	flex-wrap: wrap;
	margin-top: 20px;
	background-color: #E6EBEB;
	padding: 4px;
}
.homeiroku__name__col {
	width: calc( (100% - 8px) / 3 );
	background-color: #ffffff;
	padding: 10px;
}
@media (max-width: 767px) {
	.homeiroku__name__col {
		width: calc( (100% - 4px) / 2 );
	}
}


/*
--- 薬学の未来を、「研究」で鍛えるページ
---------------------------------------------------------------------------*/
.future .summary {
	font-size: 2.6rem;
	font-weight: 600;
	line-height: 1.6;
	text-align: center;
}
.future .basicbox {
	padding: 20px 0;
}

.single .future h1.pmovie__article__h {
	font-size: 2.2rem;
}

.future h2 {
	font-size: 3rem;
	box-shadow: none;
	background-color: transparent;
	position: relative;
	padding: 10px 10px 10px 30px;
	text-align: center;
}
	.future h2 > span {
		font-size: 5.4rem;
		/*background: linear-gradient(#fff 10%, #f7e766 10%, #f7e766 80%, #fff 90%);*/
		background: linear-gradient(transparent 70%, #f7e766 0%);
	}
.future h2:before {
	content: none;
	/*position: absolute;
	width: 10px;
	top: 10px;
	bottom: 10px;
	left: 0;
	background-color: #E7B000;*/
}
.future h2.archive-title {
	font-size: 4.5rem;
	margin-bottom: 20px;
	position: relative;
	text-align: center;
	/*padding: 10px 10px 10px 30px;*/
}
	.future h2.archive-title > span {
		font-size: 5.8rem;
		background: linear-gradient(transparent 70%, #f7e766 0%);
	}
.future h3 {
	font-size: 4.5rem;
	margin-bottom: 28px;
	position: relative;
	/*padding: 10px 10px 10px 30px;*/
}
	.future h3 > span {
		background: linear-gradient(transparent 70%, #f7e766 0%);
	}
.future h4{
	display: inline-block;
	font-size: 2.2rem;
	line-height: 1.8;
	margin-top: 20px;
	text-decoration: underline;
	text-underline-offset: 6px;
}
.future h4 + h4{
	margin-top: 50px;
}
.future h5 {
    margin-top: 15px;
}
.future .basicbox {
    border: none;
}

.future .archive-text {
	font-weight: 600;
	margin-bottom: 70px;
}
	.future .archive-text p {
		text-align: center;
	}

	.future .pcbr {
		display: block;
	}
	.future .spbr {
		display: none;
	}

@media screen and (max-width: 767px) {
		.future .summary br {
			display: none;
		}
	.future h2 {
		font-size: 2.6rem;
		padding: 0;
		text-align: left;
	}
		.future h2 > span {
			font-size: 4.3rem;
		}
	.future h3 {
		font-size: 4.0rem;
		margin-bottom: 20px;
	}
		.future h2.archive-title > span {
			font-size: 4.3rem;
		}
}
@media screen and (max-width: 500px) {
	.future h2.archive-title {
		margin-bottom: 20px;
	}
	.future h3 > span {
		font-size: 3.4rem;
	}
	.future h4 {
		font-size: 2rem;
		margin-top: 10px;
		margin-bottom: 20px !important;
	}

	.future .summary {
		font-size: 1.4rem;
		margin-top: 20px;
	}

	.future div.pageindex__item {
		font-size: 1.4rem;
	}
	.future a.pageindex__item {
		font-size: 1.1rem;
	}

	.future .pcbr {
		display: none;
	}
	.future .spbr {
		display: block;
	}

}


/*
--- youtube固定ページ表示用
---------------------------------------------------------------------------*/
.movie-block {
	margin: 70px auto;
	max-width: 675px;
	width: 100%;
	aspect-ratio: 16 / 9;
}
.movie-block iframe {
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 500px) {
	.movie-block {
		margin: 35px 0!important;
	}

}

/*
--- グラデーションで隠して「もっと見る」で開閉するコンテンツ
---------------------------------------------------------------------------*/
.container-oc{
	position: relative;
	/*max-width: 500px;*/
	height: 200px;
	padding: 20px 20px 80px;
	margin: 20px auto;
	/*border: 1px solid #000;*/
	overflow: hidden;
	transition: .4s;
	box-sizing: border-box;
}
/*グラデーションで隠す擬似要素*/
.container-oc:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%);
	transition: .4s;
}
/*クラス付与時のスタイル*/
.container-oc.active:before{
	opacity: 0;
	visibility: hidden;
}
/*テキストのスタイル*/
/*p{
	font-size: 16px;
	line-height: 1.8;
}*/
/*ボタンのスタイル*/
.button-oc{
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	/*transform: translateX(-50%);*/
	display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #a5a3a3;
    background-color: #fff;
    color: inherit;
    min-height: 56px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 2px 30px;
    z-index: 1;
	width: 100%;
}

/*
--- 国際交流ページ関連
---------------------------------------------------------------------------*/
.page-template-default_kokusaikouryuu .container h2 {
	text-align: center;
}
.page-template-default_kokusaikouryuu .container h3 {
	text-align: center;
}
.page-template-default_kokusaikouryuu .container h4 {
	border-bottom: 1px dotted #333;
	padding-bottom: 10px;
}

.gallery_flame {
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	/*gap: 20px;*/
}
.gallery_flame > div {
	width: 50%;
	position: relative;
	overflow: hidden;
}
.gallery_flame > div::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	box-shadow: inset 0 0 10px 15px rgba(255,255,255,1);
}
.gallery_flame > div > img {
	width: 150%;
}

.kokusaikouryuu .gallery-item > div {
	/*width: 50%;*/
	position: relative;
	overflow: hidden;
}
.kokusaikouryuu .gallery-item > div::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	box-shadow: inset 0 0 10px 15px rgba(255,255,255,1);
}
.kokusaikouryuu .gallery-item > div > img {
	width: 150%;
}
@media screen and (max-width: 500px) {

	.gallery_flame {
		display: block;
	}
	.gallery_flame > div {
		width: 100%;
	}

}


/*
--- 教えて！薬学部の授業
---------------------------------------------------------------------------*/
.format_pharmacy_class {
	
}
.format_pharmacy_class .table_pharmacy_class {
	display: flex;
	gap: 20px;
	margin-top: 20px !important;
}
	.format_pharmacy_class .table_pharmacy_class div {
		
	}
		.format_pharmacy_class h2 {
			border: 2px solid #231815;
			box-shadow: none;
			font-size: 2.8rem;
			padding: 10px;
			text-align: center;
		}
		.format_pharmacy_class h2:before {
			content: none;
		}
		.format_pharmacy_class .table_pharmacy_class h3 {
			border: 2px solid #231815;
			font-size: 2rem;
			margin: 0 0 5px 0;
			padding: 10px;
			position: relative;
			text-align: center;
		}
		.format_pharmacy_class .table_pharmacy_class h3:before {
			content: '';
			position: absolute;
			width: 10px;
			top: 0;
			bottom: 0;
			left: 0;
			background-color: #FFE700;
		}
		.format_pharmacy_class .table_pharmacy_class h3.yakugaku:before {
			background-color: #00afec;
		}
		.format_pharmacy_class .table_pharmacy_class h3.souyaku:before {
			background-color: #39b54a;
		}
			.format_pharmacy_class .table_pharmacy_class h3 a {
				display: block;
				text-decoration: none;
			}
			.format_pharmacy_class .table_pharmacy_class h3+p {
				margin-top: 20px;
			}
	.format_pharmacy_class .table_pharmacy_class a.btn-a {
		min-height: 0;
		justify-content: left;
		border: none;
		padding: 2px 0;
	}
	.format_pharmacy_class .table_pharmacy_class a.btn-a:before {
		content: '';
		position: relative;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px 0 5px 10px;
		border-color: transparent transparent transparent #f6cd00;
		right: 10px;
		top: 50%;
		transform: translateY(-10%);
	}
	.format_pharmacy_class .table_pharmacy_class a.btn-a.btn-a:after {
		content: none;
	}

	.format_pharmacy_class .pc_disp {
		display: block;
	}
	.format_pharmacy_class .sp_disp {
		display: none;
	}
.jc-tx-left {
	justify-content: left!important;
}
@media screen and (max-width: 1023px) {
		.format_pharmacy_class .table_pharmacy_class a.btn-a {
			padding: 2px 10px;
		}
}
@media screen and (max-width: 500px) {
	.format_pharmacy_class .container {
		padding-right: 0;
		padding-left: 0;
	}


	.format_pharmacy_class h2 {
		font-size: 1.8rem;
	}
		.format_pharmacy_class .table_pharmacy_class div+div {
			padding-top: 70px;
		}
			.format_pharmacy_class .table_pharmacy_class h3 {
				font-size: 1.6rem;
			}
	.format_pharmacy_class .table_pharmacy_class {
		display: block;
	}
			.format_pharmacy_class .table_pharmacy_class a.btn-a {
				margin-right: 0;
				margin-left: 0;
				padding: 2px 0 0 25px;
			}
	.format_pharmacy_class .pc_disp {
		display: none;
	}
	.format_pharmacy_class .sp_disp {
		display: block;
	}
}


