@charset "UTF-8";
/*--------------------
COMMON
--------------------*/
/* lightbox用 */
.item img {
  display: block;
  line-height: 0;
}

/*--------------------
TABLE
--------------------*/
@media screen and (max-width: 640px) {
  .tbl-sp-1 tr td:before,
  .tbl-sp-2 tr td:before {
    font-weight: bold;
    color: #b5bfb4;
  }
}

/* COMMON */

.arrow-right {
  position: relative;
}

.arrow-right::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
}

.date {
  color: #9D9D9D;
  font-family: 'Roboto', sans-serif;
}

.category-style {
  color: #E37986;
  border: 1px solid #E37986;
  padding: 0.5em;
  line-height: 1;
  font-size: 0.9em;
  text-align: center;
  display: block;
  margin-right: 2em;
  background-color: #FFFFFF;
}

.inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.shadow {
  text-shadow: 1px 1px 3px #f27bb27d;
}

u.highlight {
  background: linear-gradient(to top, #EBA1AA 8px, transparent 8px);
  position: relative;
  z-index: 0;
  text-decoration: none;
  font-size: 110%;
  font-weight: bold;
  padding-bottom: 3px;
}

.sp-br {
  display: none;
}

@media screen and (max-width: 640px) {
  .sp-br {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .pc-br {
    display: none;
  }
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-s {
  margin-bottom: 1em !important;
}

.mb-m {
  margin-bottom: 2em !important;
}

.mb-l {
  margin-bottom: 4em !important;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.line-tall {
  line-height: 2em;
}

.narrow {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.narrow2 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.italic {
  font-style: Italic;
}

.contents-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

.caption {
  font-size: 0.9em;
  color: #A00E15;
}

h3.bg {
  background: #eee;
  font-size: 105%;
  padding: 10px;
  border-radius: 5px;
}

ul.flex2 li {
  margin-bottom: 0;
}

.introduce-teacher-inner h3,
.introduce-teacher-inner h4,
.introduce-teacher-inner h5 {
  text-align:left;
}

.introduce-teacher {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
}

.introduce-teacher:last-child {
  margin-right: 0;
}

.no-img-title {
  padding: 4em 1em;
  background-color: #E37986;
  margin-bottom: 0;
  color: #FFFFFF;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1000px) {
  .no-img-title {
    margin-top: 56px;
  }
}

@media screen and (max-width: 640px) {
  .introduce-teacher {
    flex-flow: column;
  }
}

.introduce-teacher > div {
  width: 48%;
	background: #eff2f3;
	padding: 40px;
	border-radius: 8px;
	margin-bottom: 4%;
}

@media screen and (max-width: 640px) {
  .introduce-teacher > div {
    width: 100%;
    margin-right: 0;
  }
}

.introduce-teacher > div:last-child {
  margin-right: 0;
}

.teacher h4 {
  border-bottom: 1px solid;
  padding: 10px;
  background: #eee;
  border-radius: 5px;
  border-bottom: none;
  color: #696969;
}

.box-pink {
  background-color: #ffefef;
  padding: 5%;
  margin-bottom: 3em;
}

.box-pink p, .box-pink ul, .box-pink ol, .box-pink img {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.box-pink p:last-child, .box-pink ul:last-child, .box-pink ol:last-child {
  margin-bottom: 0 !important;
}

.box-gray {
  background: #F8F8F8;
  padding: 5%;
  margin-bottom: 3em;
}

.box-gray p, .box-gray ul, .box-gray ol, .box-gray img {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.box-gray p:last-child, .box-gray ul:last-child, .box-gray ol:last-child {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 640px) {
  .box-pink, .box-gray {
    padding: 5% 5% 7.5% 5%;
  }
}

.btn {
  text-align: center;
}

.btn > a {
  border: 1px solid #C4C4C4;
  color: #555555;
  width: 260px;
  padding: 1em 0;
  display: inline-block;
}

.btn > a::after {
  color: #9D9D9D;
}

.fit-img > img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

a[target=_blank], a[href$=".pdf"], a[href$=".doc"], a[href$=".docx"] {
  display: inline-block;
  padding-left: 1.2em;
  position: relative;
}

a[target=_blank]::after, a[href$=".pdf"]::after, a[href$=".doc"]::after, a[href$=".docx"]::after {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}

a[target=_blank]::after {
  content: "\f35d";
}

a[href$=".pdf"]::after {
  content: "\f1c1" !important;
}

a[href$=".doc"]::after, a[href$=".docx"]::after {
  content: "\f15c" !important;
}

a.noicon[target=_blank]::before {
  display: none !important;
}

.co-education-desc {
  font-size: 0.9em;
}

.guideline-file img {
  width: 75%;
  margin: 0 auto 1em;
  border: 1px solid #E0E0E0;
}

.gmap {
  width: 100%;
  height: 420px;
}

input[type="submit"], input.submit {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  background: #ffffff;
  border: solid 1px #E37986;
  color: #E37986;
  padding: .8em 1.8em;
  width: 260px;
  display: block;
  text-align: center;
  margin: 10px auto 0;
  font-family: "noto sans Japanese";
  letter-spacing: 0.5em;
  font-size: 1em;
}

.introduce-person > img {
  width: auto;
}

input, textarea, select {
  font-family: 'Noto Sans Japanese',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",sans-serif;
  padding: 3px 4px;
  vertical-align: middle;
  border: solid 1px #d8d5d5;
  margin: 3px 0;
  font-size: 95%;
  width: 100%;
}

textarea {
  height: 100px;
  width: 100%;
}

input[type="checkbox"] {
  width: auto;
}

.post-password-form {
  margin: 4em 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.post-password-form p {
  text-align: initial;
}

.post-password-form input[type="password"] {
  width: auto;
}

.post-password-form input[type="submit"] {
  margin: 1em 0 0 0;
}

/* HEADER */
.head {
  border-bottom: 1px solid #E0E0E0;
  background-color: #FFFFFF;
  padding: 1em 4%;
}

.fixed-link {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 10;
}

@media screen and (max-width: 640px) {
  .fixed-link {
    top: 80%;
    transform: translateY(-80%);
  }
}

.fixed-link > a {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #FFFFFF;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.05em;
  font-size: 0.9em;
  line-height: 1;
  padding: 1em 0.75em;
}

@media screen and (max-width: 640px) {
  .fixed-link > a {
    writing-mode: initial;
    -ms-writing-mode: initial;
    font-size: 10px;
    flex-flow: column;
  }
}

.fixed-link > a:nth-of-type(1) {
  background-color: rgba(227, 121, 133, 0.8);
  height: 150px;
}

@media screen and (max-width: 640px) {
  .fixed-link > a:nth-of-type(1) {
    height: auto;
  }
}

.fixed-link > a:nth-of-type(2) {
  background-color: rgba(237, 56, 119, 0.8);
  height: 120px;
}

@media screen and (max-width: 640px) {
  .fixed-link > a:nth-of-type(2) {
    height: auto;
  }
}


.fixed-link > a > .fa-envelope, .fixed-link > a .fa-file {
  display: block;
}

@media screen and (max-width: 640px) {
  .fixed-link > a > .fa-envelope, .fixed-link > a .fa-file {
    font-size: 2em;
  }
}

.fixed-link > a > .fa-file, .fixed-link > a > .fa-envelope {
  margin-top: 0.25em;
}

/* MODAL */
.remodal-close {
  top: 8px;
}

.remodal-close > i {
  font-size: 30px;
  color: rgba(227, 121, 133, 0.7);
}

.for-target {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 2em;
}

.for-target > li {
  width: 50%;
  border-bottom: 1px solid #E0E0E0;
  text-align: center;
}

.for-target > li:first-child {
  border-top: 1px solid #E0E0E0;
}

.for-target > li:nth-child(2) {
  border-top: 1px solid #E0E0E0;
}

.for-target > li:nth-child(odd) {
  border-right: 1px solid #E0E0E0;
}

.for-target > li > a {
  font-weight: bold;
  color: #555555;
}

.remodal {
  background-color: #FFFFFF;
  padding: 4em 0 0 0;
}

.remodal .remodal-inner {
  max-height: 75vh;
  overflow-y: scroll;
}

.remodal .remodal-inner > img {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 140px;
  height: auto;
}

.remodal .remodal-inner .specific-menu {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 2em;
}

.remodal .remodal-inner .specific-menu > li {
  width: 50%;
  border-bottom: 1px solid #E0E0E0;
  text-align: center;
  background-color: #E37986;
}

.remodal .remodal-inner .specific-menu > li:first-child {
  border-top: 1px solid #E0E0E0;
}

.remodal .remodal-inner .specific-menu > li:nth-child(2) {
  border-top: 1px solid #E0E0E0;
}

.remodal .remodal-inner .specific-menu > li:nth-child(odd) {
  border-right: 1px solid #E0E0E0;
}

.remodal .remodal-inner .specific-menu > li > a {
  color: #FFFFFF;
  border-bottom: none;
}

.remodal .remodal-inner .sp-large-menu {
  padding: 0 1em;
  margin: 0 0 2em;
  display: flex;
  flex-flow: column;
}

.remodal .remodal-inner .sp-large-menu > li {
  text-align: left;
  position: relative;
}

.remodal .remodal-inner .sp-large-menu > li > a {
  font-weight: bold;
  padding: 1em 0;
  color: #555555;
  border-bottom: 1px solid #E0E0E0;
  min-height: 50px;
}

.remodal .remodal-inner .sp-large-menu > li > button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  color: rgba(227, 121, 133, 0.7);
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
}

.remodal .remodal-inner .sp-large-menu > li > div {
  display: none;
}

.remodal .remodal-inner .sp-large-menu > li > div > ul {
  display: flex;
  flex-flow: column;
  background-color: #E37986;
  padding: 1em 0 1.5em 0;
  margin: 0;
}

.remodal .remodal-inner .sp-large-menu > li > div > ul > li {
  text-align: left;
  padding: 0 1em;
  font-size: 1em;
}

.remodal .remodal-inner .sp-large-menu > li > div > ul > li > a {
  position: relative;
  padding: 0.5em 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.remodal .remodal-inner .sp-large-menu > li > div > ul > li > a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
}

.remodal .remodal-inner .sp-single-menu {
  padding: 0 1em;
  display: flex;
  flex-flow: column;
}

.remodal .remodal-inner .sp-single-menu > li {
  text-align: left;
}

.remodal .remodal-inner .sp-single-menu > li > a {
  padding: 0.5em 0;
  border-bottom: 1px solid #E0E0E0;
  color: #555555;
}

.remodal .remodal-inner .sp-single-menu > li > a::after {
  color: #9D9D9D;
}

.remodal .remodal-inner .sp-teacher-menu {
  padding: 0 1em;
  display: flex;
  flex-flow: column;
}

.remodal .remodal-inner .sp-teacher-menu > li {
  text-align: left;
}

.remodal .remodal-inner .sp-teacher-menu > li > a {
  position: relative;
  padding: 0.5em 0;
  border-bottom: 1px solid #E0E0E0;
  padding-left: 1.5em;
  color: #9D9D9D;
}

.remodal .remodal-inner .sp-teacher-menu > li > a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f084";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  transform: translateY(-50%);
  color: #C4C4C4;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  .head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    height: 56px;
    padding: 0.6em 4%;
  }
  #spnav {
    position: absolute;
    display: block;
    z-index: 100;
    right: 0;
    top: 0;
    height: 100%;
  }
  #spnav > div {
    height: 100%;
    display: flex;
  }
  #spnav > div > a {
    width: 56px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    z-index: 10;
    cursor: pointer;
    text-align: center;
    position: relative;
    /**/
    background: #E37986;
    color: #FFFFFF;
  }
  #spnav > div > a > span {
    display: block;
    font-size: 10px;
    margin-top: 0.5em;
  }
  #spnav > div .spnav-button-access {
    background-color: #EBA1AA;
  }
}

#pcnav {
  border-bottom: 1px solid #E0E0E0;
}

@media screen and (max-width: 1000px) {
  #pcnav {
    display: none;
  }
}

#pcnav > div {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}

#pcnav > div > ul {
  display: flex;
  justify-content: center;
  padding: 0 1em;
}

#pcnav > div > ul > li {
  width: 16.66%;
  position: relative;
}

#pcnav > div > ul > li::after {
  content: '|';
  color: #E0E0E0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#pcnav > div > ul > li:first-child::before {
  content: '|';
  color: #E0E0E0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}

#pcnav > div > ul > li:last-child::after {
  content: '|';
  color: #E0E0E0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#pcnav > div > ul > li:before {
  display: none;
}

#pcnav > div > ul > li > a {
  width: 100%;
  color: #555555;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 1em 0;
}

#pcnav > div > ul > li > a:hover {
  opacity: 1;
  color: #E37986;
}

@media screen and (max-width: 1000px) {
  .head-menu {
    display: none;
  }
}

.head-menu ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

.head-menu ul > li > a {
  color: #555555;
}

.head-menu ul > li:last-child::after {
  display: none;
}

.head-menu ul > li::before {
  display: none;
}

.head-menu .head-access > a {
  background-color: #EBA1AA;
  color: #FFFFFF;
  padding: 0.5em;
}

.head-menu .head-access > a > .fa-map-marker-alt {
  margin-right: 0.5em;
}

.head-menu .head-access > a:hover {
  color: #FFFFFF;
  opacity: 0.7;
}

@media screen and (max-width: 1000px) {
  .fa-map-marker-alt {
    margin-top: 4px;
  }
}

.head-menu-sub {
  font-size: 0.9em;
}

.head-menu-sub > ul {
  justify-content: flex-end;
}

.head-menu-sub > ul > li {
  margin-right: 1em;
}

.head-menu-sub > ul > li:after {
  content: '|';
  color: #E0E0E0;
  margin-left: 1em;
}

.head-menu-sub > ul > li > a {
  letter-spacing: 0.03em;
  color: #555555;
}

.head-menu-sub > ul > li > a:hover {
  color: #E37986;
  opacity: 1;
}

.head-menu-sub > ul > li:first-child {
  margin-right: 1.5em;
}

.head-menu-sub > ul > li:first-child:after {
  display: none;
}

.head-menu-main {
  margin-top: 1em;
}

.head-menu-main > ul > li {
  margin-right: 2px;
}

.head-menu-main > ul > li:last-child {
  margin-right: 0;
}

.head-menu-main > ul > li > a {
  padding: 0.5em 1em;
  background-color: #E37986;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1;
}

.fa-bars {
  font-size: 1.2em;
}

.fa-key {
  margin-right: 5px;
}

/* EYE */
#eyecatch {
  position: relative;
}

#eyecatch > h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: rgba(227, 121, 133, 0.7);
  color: #FFFFFF;
  min-height: 128px;
  min-width: 390px;
  padding: 0.5em;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

@media screen and (max-width: 1000px) {
  .page-eyecatch {
    margin-top: 56px;
  }
}

@media screen and (max-width: 640px) {
  #eyecatch > h1 {
    min-width: 90%;
  }
}

#eyecatch > h1 > span {
  display: block;
  font-size: 0.5em;
  font-weight: normal;
  margin-bottom: 0.25em;
}

/* HOME */
.home #contents .important-news > .inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #FFF4F4;
  padding: 0 4em;
}

@media screen and (max-width: 1000px) {
  .home #contents .important-news > .inner {
    flex-flow: column;
    padding: 2em;
  }
}

.home #contents .important-news h3 {
  color: #A00E15;
  margin: 0 1em;
  width: 240px;
}

@media screen and (max-width: 1000px) {
  .home #contents .important-news h3 {
    margin: 0;
    width: 100%;
  }
}

.home #contents .important-news ul {
  padding: 2em 0;
  width: calc(100% - 240px);
}

@media screen and (max-width: 1000px) {
  .home #contents .important-news ul {
    width: 100%;
  }
}

.home #contents .important-news ul li {
  margin-bottom: 1em;
  display: flex;
  line-height: 1.8em;
}

@media screen and (max-width: 1000px) {
  .home #contents .important-news ul li {
    flex-flow: column;
  }
}

.home #contents .important-news ul li:last-child {
  margin-bottom: 0;
}

.home #contents .important-news ul li::before {
  display: none;
}

.home #contents .important-news ul li span {
  margin-right: 1em;
}

@media screen and (max-width: 640px) {
  .home #contents .important-news ul li span {
    margin-right: 0;
  }
}

.home #contents .important-news ul li a {
  color: #A00E15;
  text-decoration: underline;
}

.home #contents .spirit {
  background: url("../img/sprit.jpg") no-repeat left bottom/cover;
  padding: 4em 0;
}

@media screen and (max-width: 640px) {
  .home #contents .spirit {
    background-image: url("../img/sprit_sp.jpg");
  }
}

.home #contents .spirit > .inner {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.home #contents .spirit > .inner h2 {
  margin-bottom: 0.5em;
}

.home #contents .spirit > .inner p {
  margin-bottom: 1.5em;
}

@media screen and (max-width: 640px) {
  .home #contents .spirit > .inner p {
    text-align: left;
  }
}

.home #contents .spirit > .inner a {
  background-color: rgba(227, 121, 133, 0.7);
  color: #FFFFFF;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  width: 260px;
  padding: 1em 0;
}

.home #contents .topics {
  background-color: #F8F8F8;
  padding: 4em 0;
}

.home #contents .topics ul {
  list-style: none;
  padding: 0;
}

@media screen and (max-width: 640px) {
  .home #contents .topics ul {
    margin-bottom: 2em;
  }
}

.home #contents .topics ul > li > a {
  display: block;
}

.home #contents .topics ul > li > a > span.fit-img {
  display: block;
  position: relative;
  padding-bottom: 65%;
  margin-bottom: 0.5em;
}

.home #contents .topics ul > li > a > span.fit-img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.home #contents .topics ul > li > a > p {
  color: #555555;
  margin-bottom: 0.5em;
}

.home #contents .topics ul > li::before {
  display: none;
}

.home #contents .banner img {
  margin-bottom: 0;
}

.home #contents .info #category-tab {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  background-color: #E37986;
  padding: 0;
  width: 100%;
  line-height: 1;
  font-size: 0.9em;
}

@media screen and (max-width: 640px) {
  .home #contents .info #category-tab {
    flex-wrap: wrap;
  }
}

.home #contents .info #category-tab > li {
  min-width: 130px;
  color: #FFFFFF;
  padding: 1em;
  cursor: pointer;
  text-align: center;
  background-color: #E37986;
}

.home #contents .info #category-tab > li:hover {
  background-color: #EBA1AA;
  transition: all 0.7s ease;
}

@media screen and (max-width: 640px) {
  .home #contents .info #category-tab > li {
    width: 50%;
  }
}

.home #contents .info #category-tab > li.active {
  background-color: #EBA1AA;
  text-shadow: 1px 1px 3px #f27bb27d;
}

.home #contents .info #category-tab > li::before {
  display: none;
}

.home #contents .info .info-list {
  display: none;
  margin-bottom: 2em;
}

.home #contents .info .info-list.show {
  display: block;
}

.home #contents .info .info-list > ul > li {
  border-bottom: 1px solid #E0E0E0;
  display: flex;
  align-items: center;
  padding: 1em;
}

@media screen and (max-width: 640px) {
  .home #contents .info .info-list > ul > li {
    flex-flow: column;
    align-items: flex-start;
  }
}

.home #contents .info .info-list > ul > li > div {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .home #contents .info .info-list > ul > li > div {
    margin-bottom: 0.5em;
  }
}

.home #contents .info .info-list > ul > li > div > span {
  width: 82px;
  margin-right: 2em;
  display: block;
}

@media screen and (max-width: 640px) {
  .home #contents .info .info-list > ul > li > div > span {
    margin-right: 1em;
  }
}

.home #contents .info .info-list > ul > li > div > a {
  width: 110px;
}

.home #contents .info .info-list > ul > li > a {
  color: #555555;
}

.home #contents .info .info-list > ul > li > a:hover {
  opacity: 1;
  color: #E37986;
  transition: all 0.7s ease;
}

.home #contents .info .info-list .no-single {
  text-align: center;
  margin-top: 1em;
}

.home #contents .faculty {
  background-color: #F8F8F8;
  padding: 4em 0;
}

.home #contents .faculty > .inner > p {
  text-align: center;
  margin-bottom: 3em;
}

@media screen and (max-width: 640px) {
  .home #contents .faculty > .inner > p {
    text-align: left;
  }
}

.home #contents .faculty .card {
  background-color: #FFFFFF;
}

.home #contents .faculty .card img {
  margin-bottom: 0;
}

.home #contents .faculty .card h4 {
  padding: 0;
}

.home #contents .faculty .card > div:first-of-type {
  position: relative;
}

.home #contents .faculty .card > div:first-of-type > h3 {
  font-size: 2em;
  position: absolute;
  left: 0.9em;
  bottom: -0.75em;
  margin-bottom: 0;
  text-shadow: 1px 1px 5px #ffffff73;
}

.home #contents .faculty .card > div:nth-of-type(2) {
  padding: 1.7em 2em 2em;
}

.home #contents .faculty .card > div:nth-of-type(2) > h4 {
  color: #9D9D9D;
  font-weight: bold;
  border-bottom: 1px solid #9D9D9D;
  font-size: 1em;
  padding: 0 0 0.25em 0;
  margin-bottom: 0.5em;
  text-align: left;
}

.home #contents .faculty .card > div:nth-of-type(2) > ul {
  margin-left: 1em;
  margin-bottom: 2em;
}

.home #contents .faculty .card > div:nth-of-type(2) > ul > li {
  margin-bottom: 0.5em;
  position: relative;
}

.home #contents .faculty .card > div:nth-of-type(2) > ul > li::before {
  content: '';
  background: #EBA1AA;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  top: 10px;
  left: -15px;
}

.home #contents .faculty .card > div:nth-of-type(2) > ul > li > strong ::after {
  border-bottom: 8px solid #EBA1AA;
}

@media screen and (max-width: 640px) {
  .home #contents .faculty .card > div:first-of-type > h3 {
    left: 0.5em;
  }
  .home #contents .faculty .card > div:nth-of-type(2) {
    padding: 1.7em 1em 1em;
  }
}

.home #contents .career > .inner .career-data {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .home #contents .career > .inner .career-data {
    flex-flow: column;
  }
}

.home #contents .career > .inner .career-data > div:first-of-type {
  margin-right: 4em;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .home #contents .career > .inner .career-data > div:first-of-type {
    margin-right: 0;
    margin-bottom: 1em;
  }
}

.home #contents .career > .inner .career-data > div:first-of-type > p {
  margin-bottom: 0.5em;
}

.home #contents .career > .inner .career-data > div:nth-of-type(2) {
  max-width: 460px;
}

@media screen and (max-width: 640px) {
  .home #contents .career > .inner .career-data > div:nth-of-type(2) {
    max-width: 100%;
  }
}

.home #contents .career > .inner .career-data > div:nth-of-type(2) > h3 {
  color: #E37986;
  font-size: 1em;
  margin-bottom: 0.5em;
  text-align: left;
}

@media screen and (max-width: 640px) {
  .home #contents .career > .inner .career-data > div:nth-of-type(2) > h3 {
    margin-top: 1em;
    text-align: center;
  }
}

.home #contents .career > .inner .career-data > div:nth-of-type(2) > h4 {
  color: #9D9D9D;
  font-weight: bold;
  border-bottom: 1px solid #9D9D9D;
  font-size: 1em;
  padding: 0 0 0.25em 0;
  margin-bottom: 0.5em;
  text-align: left;
}

.home #contents .career > .inner .career-data > div:nth-of-type(2) > ul {
  margin-left: 1em;
  margin-bottom: 2em;
}

@media screen and (max-width: 640px) {
  .home #contents .career > .inner .career-data > div:nth-of-type(2) > ul {
    margin-bottom: 0;
  }
}

.home #contents .career > .inner .career-data > div:nth-of-type(2) > ul > li {
  margin-bottom: 0.5em;
  position: relative;
}

@media screen and (max-width: 640px) {
  .home #contents .career > .inner .career-data > div:nth-of-type(2) > ul > li {
    width: 50%;
  }
}

.home #contents .career > .inner .career-data > div:nth-of-type(2) > ul > li::before {
  content: '';
  background: #EBA1AA;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  top: 10px;
  left: -15px;
}

.home #contents .career > .inner .career-reason > h3 {
  margin-top: 1em;
  text-align: center;
  position: relative;
  margin-bottom: 1em;
}

.home #contents .career > .inner .career-reason > h3 > span {
  background-color: #fff;
  padding: 0 1em;
  position: relative;
  padding: 0 0.5em;
  font-size: 1em;
}

@media screen and (max-width: 640px) {
  .home #contents .career > .inner .career-reason > h3 > span {
    font-size: 0.8em;
  }
}

.home #contents .career > .inner .career-reason > h3::before {
  display: block;
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  background: #E37986;
}

.home #contents .career > .inner .career-reason > div > a {
  position: relative;
}

.home #contents .career > .inner .career-reason > div > a > p {
  position: absolute;
  background-color: rgba(227, 121, 133, 0.7);
  padding: 0.5em 1em;
  color: #FFFFFF;
  bottom: 2em;
  left: 0;
  margin-bottom: 0;
}

.home #contents .links {
  display: flex;
  margin: 0;
}

@media screen and (max-width: 640px) {
  .home #contents .links {
    flex-flow: column;
  }
}

.home #contents .links > a {
  position: relative;
  width: 33.33333%;
  height: auto;
  background: #9f9f9f no-repeat center /cover;
  color: #FFFFFF;
  font-weight: bold;
  padding: 7.5em 1em;
}

@media screen and (max-width: 640px) {
  .home #contents .links > a {
    width: 100%;
  }
}

.home #contents .links > a h2 {
  margin-bottom: 0;
}

.home #contents .links > a h2 > span {
  color: #FFFFFF;
  font-size: 0.5em;
  font-family: 'Roboto', sans-serif;
}

.home #contents .links > a:nth-child(1) {
  background-image: url("../img/top_link1.jpg");
}

.home #contents .links > a:nth-child(2) {
  background-image: url("../img/top_link2.jpg");
}

.home #contents .links > a:nth-child(3) {
  background-image: url("../img/top_link3.jpg");
}

/* ASIDE */

aside > .inner {
  width: 80%;
}

aside > .inner > a {
  display: block;
  padding: 0 !important;
}

aside > .inner > a::before, aside > .inner > a::after {
  display: none;
}

@media screen and (max-width: 640px) {
  aside {
    padding: 3em 0;
  }
  aside > a {
    margin-bottom: 1em;
  }
  aside > .inner > a:last-child {
    margin-bottom: 0;
  }
}

/* FOOTER */
footer > div {
  margin: 0 auto;
  width: 90%;
  max-width: 1100px;
}

footer > div > div ul {
  margin-bottom: 2em;
}

footer > div > div ul li {
  margin-bottom: 1em;
  font-size: 0.9em;
}

footer > div > div ul li:first-child {
  font-weight: bold;
  font-size: 1em;
}

footer > div > div ul li > a {
  color: #555555;
}

footer > div > div ul li > a:hover {
  opacity: 1;
  color: #E37986;
}

footer > div > div ul li::before {
  display: none;
}

footer > div > div ul:nth-of-type(2) {
  margin-top: 2em;
}

@media screen and (max-width: 640px) {
  footer > div:first-of-type {
    display: none;
  }
}

footer > div:nth-of-type(2) {
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}

@media screen and (max-width: 640px) {
  footer > div:nth-of-type(2) {
    display: none;
  }
}

footer > div:nth-of-type(2) > ul {
  display: flex;
  justify-content: center;
  padding: 2em 0;
}

footer > div:nth-of-type(2) > ul > li {
  font-size: 0.9em;
}

footer > div:nth-of-type(2) > ul > li::after {
  content: '|';
  color: #E0E0E0;
  margin-left: 1em;
}

footer > div:nth-of-type(2) > ul > li > a {
  color: #555555;
  margin-left: 1em;
  font-weight: bold;
}

footer > div:nth-of-type(2) > ul > li > a:hover {
  opacity: 1;
  color: #E37986;
}

footer > div:nth-of-type(2) > ul > li:last-child::after {
  display: none;
}

footer > div:nth-of-type(2) > ul > li::before {
  display: none;
}

.foot {
  padding: 4em 0 2em;
  align-items: center;
}

@media screen and (max-width: 1000px) {
  .foot {
    flex-flow: column;
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .foot {
    padding: 0;
  }
}

.foot a {
  display: inline-block;
}

.foot a:hover {
  opacity: 1;
  color: #E37986;
}

.foot img {
  width: 230px;
  height: auto;
}

.foot address {
  line-height: 2em;
}

@media screen and (max-width: 1000px) {
  .foot nav {
    width: 100%;
    margin-top: 2em;
  }
}

@media screen and (max-width: 640px) {
  .foot nav {
    display: none;
  }
}

.foot nav ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

@media screen and (max-width: 1000px) {
  .foot nav ul {
    justify-content: center;
  }
}

.foot nav ul > li {
  margin-left: 1em;
  margin-bottom: 1em;
  font-size: 0.9em;
}

.foot nav ul > li:after {
  content: '|';
  color: #E0E0E0;
  margin-left: 1em;
}

.foot nav ul > li::before {
  display: none;
}

.foot nav ul > li:last-child::after {
  display: none;
}

.foot nav ul > li > a {
  color: #555555;
}

.foot nav ul > li > a:hover {
  opacity: 1;
  color: #E37986;
}

.copyright {
  background-color: #E37986;
  padding: 1em 0;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}

.copyright a {
  color: #FFFFFF;
}

.for-teacher {
  max-width: 1100px;
  width: 90%;
  align-items: center;
  margin: 0 auto;
}

.for-teacher > a {
  display: block;
  text-align: right;
  color: #9D9D9D;
  font-size: 0.9em;
}

@media screen and (max-width: 640px) {
  .for-teacher > a {
    display: none;
  }
}

.for-teacher > a:hover {
  opacity: 1;
  color: #E37986;
}


/* PAGE */
.page #contents #menu-list section {
  border-bottom: none;
}

.page #contents #menu-list section.contents-thumb {
  padding-bottom: 0;
}

.page #contents .ul_nav {
  padding-left: 0;
  list-style: none;
  text-align: center;
  font-size: 0.9em;
  margin: 4em 0;
}

.page #contents h2 {
  margin-bottom: 2em;
  position: relative;
}

.page #contents h2::after {
  content: '';
  display: block;
  width: 1em;
  height: 2px;
  background-color: rgba(227, 121, 133, 0.7);
  position: absolute;
  left: 50%;
  bottom: -50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 640px) {
  .page #contents h2::after {
    bottom: -25%;
  }
}

.page #contents section {
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 4em;
}

.page #contents section:last-child {
  border-bottom: none;
}

.page #contents ol {
  list-style: none;
  margin-bottom: 1.8em;
  counter-reset: numbering;
  position: relative;
}

.page #contents ol > li {
  position: relative;
  /*padding-bottom: 0.5em;*/
  border-bottom: 1px dotted #929292;
  padding: 1em;
}

.page #contents ol > li:last-child {
  /*padding-bottom: 0;*/
}

.page #contents ol > li::before {
  counter-increment: numbering;
  content: "0" counter(numbering) ".";
  font-size: 1em;
  font-weight: bold;
  color: #E37986;
  display: inline-block;
  margin-right: 0.5em;
  font-family: 'Roboto', sans-serif;
}

.page #contents ul {
  list-style: none;
  padding: 0 0 0 1em;
  margin-bottom: 1.8em;
}

.page #contents ul > li {
  position: relative;
  padding-bottom: 0.5em;
}

.page #contents ul > li:last-child {
  padding-bottom: 0;
}

.page #contents ul > li::before {
  content: '';
  background: #EBA1AA;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  top: 10px;
  left: -15px;
}

.page #contents dt {
  font-weight: bold;
  margin-bottom: 0.5em;
}

.page #contents dd {
  margin-bottom: 1em;
}

.page #contents th {
  background-color: #E0E0E0;
  padding: 1em 1.5em;
}

.page #contents td {
  padding: 1em 1.5em;
}

.page #contents .contents-thumb {
  margin-bottom: 0;
}

.page #contents .contents-thumb > div {
  margin-bottom: 4em;
}

@media screen and (max-width: 640px) {
  .page #contents .contents-thumb > div {
    flex-flow: column;
    margin-bottom: 0;
  }
}

.page #contents .contents-thumb > div > a {
  margin-right: 1px;
  position: relative;
  display: block;
}

.page #contents .contents-thumb > div > a:last-child {
  margin-right: 0;
}

.page #contents .contents-thumb > div > a::after {
  content: '';
  display: block;
  width: 1em;
  height: 1px;
  background-color: rgba(227, 121, 133, 0.7);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

@media screen and (max-width: 640px) {
  .page #contents .contents-thumb > div > a {
    margin-right: 0;
    margin-bottom: 2em;
  }
}

.page #contents .contents-thumb > div > a > img {
  margin-bottom: 1em;
  width: 100%;
  height: auto;
}

.page #contents .contents-thumb > div > a > p {
  text-align: center;
  color: #555555;
  margin-bottom: 1em;
  padding: 0 2em;
}

.page #contents .contents-thumb > div > a > p::after {
  color: #9D9D9D;
}

.page #contents #news-list ul {
  margin: 4em 0;
}

.page #contents #news-list ul > li {
  border-bottom: 1px solid #E0E0E0;
  margin-top: 2em;
  padding-bottom: 2em;
}

.page #contents #news-list ul > li::before {
  display: none;
}

.page #contents #news-list ul > li .grid3-1 {
  margin-bottom: 0;
}

.page #contents #news-list ul > li .grid3-1 span.fit-img {
  display: block;
  position: relative;
  padding-bottom: 60%;
  margin-bottom: 0.5em;
}

.page #contents #news-list ul > li .grid3-1 span.fit-img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .page #contents #news-list ul > li .grid3-2 {
    margin-bottom: 2em;
  }
}

.page #contents #news-list ul > li .grid3-2 > div {
  margin-bottom: 0.5em;
}

.page #contents #news-list ul > li .grid3-2 > div > span {
  margin-right: 1em;
}

.page #contents #news-list ul > li .grid3-2 > div > a {
  display: inline-block;
  width: 110px;
}

.page #contents #news-list h4 {
  text-align: left;
}

.page #contents #news-list-category ul {
  margin: 0 auto;
}

.page #contents #news-list-category ul > li::before {
  display: none;
}

.page #contents #child-menu > ul {
  padding: 0;
}

.page #contents #child-menu > ul > li {
  margin-bottom: 1em;
}

.page #contents #child-menu > ul > li::before {
  display: none !important;
}

.page #contents #child-menu > ul > li > a {
  display: block;
  text-align: left;
  color: #555555;
  background-color: #FFFFFF;
  padding: 1em 2em 1em 1em;
  border-bottom: 1px solid #E37986;
  position: relative;
}

.page #contents #child-menu > ul > li > a::after {
  color: #9D9D9D;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
}

.page #contents #child-menu > ul > li > a:hover {
  color: #E37986;
  opacity: 1;
}

.page #contents #child-menu > ul > li > a:hover::after {
  color: rgba(227, 121, 133, 0.7);
  transition: all 0.7s ease;
}

.page #contents #related-link {
  padding-bottom: 2em;
}

.page #contents #related-link > ul {
  padding-left: 0;
}

#related-link {
  margin-top: 0;
  margin-bottom: 0;
  padding: 3em 0;
  background-color: #F8F8F8;
}

#related-link > h5 {
  margin-bottom: 1.5em;
}

#related-link > ul {
  margin: 0 auto;
  padding-left: 0;
}

#related-link > ul > li {
  margin-bottom: 1em;
}

#related-link > ul > li::before {
  display: none !important;
}

#related-link > ul > li > a {
  display: block;
  text-align: left;
  color: #555555;
  background-color: #FFFFFF;
  padding: 1em 2em 1em 1em;
  border-bottom: 1px solid #E37986;
  position: relative;
}

#related-link > ul > li > a::after {
  color: #9D9D9D;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
}

#related-link > ul > li > a:hover {
  color: #E37986;
  opacity: 1;
}

#related-link > ul > li > a:hover::after {
  color: rgba(227, 121, 133, 0.7);
  transition: all 0.7s ease;
}

/* ARCHIVE */

#archive {
  margin-bottom: 4em;
}

.archive #contents .grid {
  border-bottom: 1px solid #E0E0E0;
  margin-top: 2em;
}

.archive #contents .grid3-1 span.fit-img {
  display: block;
  position: relative;
  padding-bottom: 60%;
  margin-bottom: 0.5em;
}

.archive #contents .grid3-1 span.fit-img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .archive #contents .grid3-2 {
    margin-bottom: 2em;
  }
}

.archive #contents .grid3-2 .date {
  margin-bottom: 0.5em;
}

.archive #contents .grid3-2 h4 {
  text-align: left;
  border-bottom: none;
  padding: 0;
}

.archive #contents .grid3-2 > div {
  margin-bottom: 0.5em;
}

.archive #contents .grid3-2 > div > span {
  margin-right: 1em;
}

.archive #contents .grid3-2 > div > a {
  display: inline-block;
  width: 110px;
}

/* POST */

#single-content {
  margin-bottom: 4em;
}

@media screen and (max-width: 640px) {
	#single-content {
  		margin-top: 2em;
	}
	.single #breadcrumbs {
		margin-top: 56px;
	}
}

.single .category-style {
  margin-right: 0;
}

.single #contents h2, .single #contents h3, .single #contents h4, .single #contents h5 {
  text-align: left;
}

.single #contents h4 {
  border-bottom: none;
  padding: 0;
}

.single #contents .post-navigation h2 {
  display: none;
}

.single #contents .sub-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.single #contents .navigation {
  margin-top: 2em;
}

.single #contents img {
  width: 100%;
  height: auto;
}

.single #contents .single-text {
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 1em;
}

.single #contents .btn {
  margin-top: 3em;
}

/* PAGENAVI */
.wp-pagenavi {
  width: 100%;
  font-size: 90%;
  text-align: center;
  margin: 60px 0 0;
}

.wp-pagenavi a, .wp-pagenavi span {
  padding: 3px 10px;
  margin: 2px;
  display: inline-block;
  vertical-align: top;
}

.wp-pagenavi a {
  background: #FFFFFF;
  border: 1px solid #E37986;
}

.wp-pagenavi a:hover {
  color: #E37986;
  background: #fbe7ec;
  border: 1px solid #E37986;
  opacity: 1;
}

.wp-pagenavi span.current {
  font-weight: bold;
  background: #E37986;
  color: #fff;
  border: 1px solid #E37986;
}

.wp-pagenavi .pages {
  display: block;
  background: #F8F8F8;
  padding: 5px 10px;
  margin: 0 0 10px;
  color: #555555;
}

.nav-previous a, .nav-next a {
  padding: .7em 1em;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  line-height: 1.5em;
  color: #555555;
  background-color: #FFF4F4;
}

.nav-previous a:hover, .nav-next a:hover {
  color: #E37986;
  opacity: 1;
}

.prev-link, .next-link {
  margin-right: 1em;
  color: #9D9D9D;
  width: 70px;
}

.prev-text, .next-text {
  width: calc(100% - 70px);
}

@media screen and (max-width: 640px) {
  .prev-link, .next-link {
    width: 40px;
  }
  .prev-text, .next-text {
    width: calc(100% - 40px);
  }
}


.office-hour td {
  line-height: 1.8;
}

/* SITE MAP */

#sitemap_list > li {
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 2em;
}

#sitemap_list > li:last-child {
  padding-bottom: 0.5em !important;
}

#sitemap_list > li > a {
  font-weight: bold;
}

#sitemap_list > li.page_item_has_children > a {
  margin-bottom: 1em;
  display: inline-block;
}

#sitemap_list .children {
  display: flex;
  flex-wrap: wrap;
}

#sitemap_list .page_item_has_children > a {
  display: inline-block;
  margin-bottom: 0.5em;
}

#sitemap_list .children .children {
  flex-flow: column;
}

#sitemap_list .children > * {
  width: 33.333%;
}

#sitemap_list .children .children > * {
  width: 100%;
}

#sitemap_list li:before {
  display: none !important;
}

#sitemap_list li a {
  color: #555555;
}

#sitemap_list li a:hover {
  opacity: 1;
  color: #E37986;
}

#sitemap_list .children a {
  position: relative;
}
#sitemap_list .children a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  left: -0.75em;
  top: 50%;
  display: block;
  transform: translateY(-50%);
  color: #E37986;
  font-weight: bold;
}

.sitemap-list a {
  color: #555555;
}

.sitemap-list > li {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #E0E0E0;
}
.sitemap-list > li > a {
  font-weight: bold;
  margin-bottom: 0.5em;
  display: inline-block;
}

.sitemap-list > li ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 0 1em;
}

.sitemap-list > li ul li {
  width: 33.3333%;
  padding-right: 1em;
  margin-bottom: 0.5em;
  position: relative;
}

.sitemap-list > li ul li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  left: -0.75em;
  top: 0%;
  display: block;
  color: #E37986;
  font-weight: bold;
}

.sitemap-list > li ul li a:hover {
  color: #E37986;
  opacity: 1;
}

@media screen and (max-width:640px) {
  #sitemap_list .children {
    justify-content: space-between;
  }
  #sitemap_list .children > * {
    width: 100%;
  }
  .sitemap-list > li ul {
    flex-flow: column;
  }
  .sitemap-list > li ul li {
    width: 100%;
  }
}


@media screen and (max-width:640px) {
  #sitemap_list>*,
  #sitemap_list:after {
    width: 100%;
  }
}

.room-layout > div {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-flow: column;
}

@media screen and (max-width:640px) {
  .room-layout > div {
    width: 100%;
  }
  .room-layout > div > img {
    width: 80%;
  }
}

.domitory-facility h5 {
  margin-bottom: 0.25em;
}

@media screen and (max-width:640px) {

  .table-sp-1 td {
    display: flex;
    flex-wrap: wrap;
  }

  .table-sp-1 tr td:before {
    font-weight: bold;
    color: #9D9D9D;
  }

  .graduate-unit-table tr td:nth-child(2):before { content:'健康栄養学科：'; }
  .graduate-unit-table tr td:nth-child(3):before { content:'こども発達学科：'; }

  .library-rule-table tr td:nth-child(2):before { content:'冊数：'; }
  .library-rule-table tr td:nth-child(3):before { content:'期間：'; }

  .admission-process-table tr td:nth-child(2):before { content:'手続締切日：'; }

  .admission-fee-table tr td:nth-child(2):before { content:'学費：'; }
  .admission-fee-table tr td:nth-child(3):before { content:'諸経費：'; }
  .admission-fee-table tr td:nth-child(4):before { content:'合計：'; }

  .certification-table tr td:nth-child(2):before { content:'手数料：'; }
  .certification-table tr td:nth-child(3):before { content:'取扱窓口：'; }

}


/* FORM STYLE */

.wpcf7-radio input {
  width: auto;
}
.wpcf7 .wpcf7-submit {
  width: 260px;
}

.wpcf7 .wpcf7-list-item {
  margin-right: 1em;
}

.wpcf7-list-item-label {
  padding-left: 0.2em;
}

.wpcf7 .graduate-year > input,
.wpcf7 .doc-credit-num > input,
.wpcf7 .doc-graduate-num > input,
.wpcf7 .your-graduate-year > input,
.wpcf7 .your-birth-year > input,
.wpcf7 .your-birth-month > select,
.wpcf7 .your-birth-day > select {
  width: 100px;
}

@media screen and (max-width: 640px) {
  .wpcf7 {
    width: 100%;
  }

  .wpcf7 .wpcf7-list-item {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .wpcf7 .doc-credit-num > input,
  .wpcf7 .doc-graduate-num > input,
  .wpcf7 .your-graduate-year > input,
  .wpcf7 .your-birth-year > input,
  .wpcf7 .your-birth-month > select,
  .wpcf7 .your-birth-day > select {
    width: 80%;
  }
}

.reunion-inner li:before {
  display: none !important;
}

.reunion-inner h4 {
  text-align: left;
  border-bottom: none;
  padding: 0
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: #555555;
}

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: .5;
}

.slick-current {
  opacity: 1;
}

.slick-prev {
  z-index: 1;
  left: 20vw;
}
.slick-next {
  z-index: 1;
  right: 20.5vw;
}
.slick-prev::before, .slick-next::before {
  font-size: 25px;
}

@media screen and (max-width: 640px) {
  .slick-prev {
    left: 12vw;
  }
  .slick-next {
    right: 12.5vw;
  }
}