@charset "UTF-8";
/* ==========================================================================
 Foundation
============================================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  counter-reset: followupnum;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  width: 100%;
}

body {
  font-size: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #000;
  word-break: break-all;
  line-height: 1.6;
}

ul {
  list-style: none;
}

em {
  font-weight: bold;
}

a {
  color: #1a1a1a;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

address {
  font-style: normal;
}

p + p {
  margin-top: 20px;
}

.bold {
  font-weight: bold;
}

.nowrap {
  white-space: nowrap;
}

/*text line-height*/
.contents_main p,
.contents_main dl, .contents_main dt, .contents_main dd,
.contents_main li {
  line-height: 1.6;
}

/* ==========================================================================
 layout
============================================================================*/
.l-header {
  position: fixed;
  top: 0;
  width: 208px;
  height: 100%;
  box-shadow: 8px 0px 8px -1px rgba(0, 0, 0, 0.1);
  z-index: 100;
  background: #fff;
}
.l-header * {
  line-height: 1;
}
.l-header .logo {
  height: 180px;
  padding-top: 20px;
  text-align: center;
  background: linear-gradient(to bottom, #15415a 0%, #1a1a1a 100%);
}
.l-header .logo .sp-logo {
  display: none;
}
.l-header .searchbtn {
  display: none;
}
.l-header .menu-wrap ul {
  background: #fff;
}
.l-header .menu-wrap ul li {
  border-bottom: 1px solid #b3b3b3;
}
.l-header .menu-wrap ul li a,
.l-header .menu-wrap ul li .megamenu_openbtn,
.l-header .menu-wrap ul li .megamenu_subtitle > span {
  display: block;
  padding: 20px 0 20px 30px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-height: 760px) and (min-width: 1025px) {
  .l-header .menu-wrap ul li a,
  .l-header .menu-wrap ul li .megamenu_openbtn,
  .l-header .menu-wrap ul li .megamenu_subtitle > span {
    padding: 13px 0 13px 30px;
  }
}
.l-header .menu-wrap ul li a:hover,
.l-header .menu-wrap ul li span:hover {
  background: #e6e6e6;
}
.l-header .menu-wrap ul li .megamenu-wrap {
  display: none;
  width: 268px;
  height: 100%;
  background: rgba(21, 65, 90, 0.9);
  position: absolute;
  padding: 180px 1px 0 1px;
}
.l-header .menu-wrap ul li .megamenu-wrap.on {
  display: block;
}
.l-header .menu-wrap ul li div .megamenu_title {
  color: #fff;
  height: 24px;
  padding: 0 0 10px 30px;
  margin-top: -24px;
}
.l-header .menu-wrap ul li .dispon {
  display: block;
}
.l-header .menu-wrap ul li .megamenu_1 {
  left: 208px;
  top: 0;
}
.l-header .menu-wrap ul li .megamenu_2 {
  left: 268px;
  top: 0;
  width: 317px;
}
.l-header .menu-wrap ul li .megamenu_2 a {
  background: #fff;
}
.l-header .menu-wrap ul li .megamenu_2 .megamenu_subtitle {
  background: #b6c4cc;
  position: relative;
}
.l-header .menu-wrap ul li .megamenu_2 .megamenu_subtitle::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #15415a;
  border-right: 2px solid #15415a;
  transform: rotate(45deg);
  transition: all 0.2s;
}
.l-header .menu-wrap ul li .megamenu_2 .megamenu_subtitle.on::after {
  transform: rotate(135deg);
  transition: all 0.2s;
}
.l-header .menu-wrap ul li .megamenu_2 .megamenu_subnav {
  padding: 12px 12px 12px 40px;
  font-size: 13px;
}
.l-header .menu-wrap > ul {
  margin-bottom: 20px;
}
.l-header .menu-wrap > ul > li.have-megamenu > a::before,
.l-header .menu-wrap > ul > li.have-megamenu > span::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #15415a;
  border-right: 2px solid #15415a;
  transform: rotate(45deg);
}
.l-header .menu-wrap .hd-request {
  text-align: center;
}
.l-header .menu-wrap .hd-request a + a {
  margin-top: 10px;
}

.megamenu_course_inner ul {
  display: none;
}

@media screen and (max-width: 1024px) { /*1024px ~ sp*/
  .l-header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    box-shadow: 8px 0px 8px -1px rgba(0, 0, 0, 0.1);
    z-index: 2000;
    background: linear-gradient(to bottom, #15415a 0%, #1a1a1a 100%);
  }
  .l-header .logo {
    height: 60px;
    width: calc(100% - 90px);
    padding: 10px;
    text-align: left;
    background: none;
  }
  .l-header .logo a {
    display: block;
    text-align: left;
  }
  .l-header .logo a .pc-logo {
    display: none;
  }
  .l-header .logo a .sp-logo {
    display: inline-block;
    max-height: 40px;
    max-width: 280px;
    width: auto;
  }
  .l-header .gnavi .searchbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 60px;
    position: absolute;
    right: 45px;
    top: 0;
    z-index: 1100;
    color: #fff;
    cursor: pointer;
  }
  .l-header .gnavi .searchbtn i {
    font-size: 20px;
    background: #4070ff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-radius: 5px;
    text-align: center;
  }
  .l-header .gnavi .menubtn {
    width: 45px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1100;
    cursor: pointer;
  }
  .l-header .gnavi .menubtn > span {
    position: absolute;
    width: 27px;
    height: 4px;
    left: 0;
    background: #fff;
    transition: all 0.4s;
    box-sizing: border-box;
    display: inline-block;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 20%;
  }
  .l-header .gnavi .menubtn > span:nth-of-type(1) {
    top: 20px;
  }
  .l-header .gnavi .menubtn > span:nth-of-type(2) {
    top: 26.5px;
  }
  .l-header .gnavi .menubtn > span:nth-of-type(3) {
    top: 33.5px;
  }
  .l-header .gnavi .menubtn.on {
    border-left: none;
  }
  .l-header .gnavi .menubtn.on > span {
    background: #fff;
  }
  .l-header .gnavi .menubtn.on > span:nth-of-type(1) {
    transform: translateY(6.5px) rotate(-45deg);
    height: 6px;
  }
  .l-header .gnavi .menubtn.on > span:nth-of-type(2) {
    opacity: 0;
  }
  .l-header .gnavi .menubtn.on > span:nth-of-type(3) {
    transform: translateY(-6.5px) rotate(45deg);
    height: 6px;
  }
  .l-header .gnavi .menu-wrap {
    background: #fff;
    overflow-y: auto;
    position: fixed;
    top: 60px;
    right: -100%;
    width: 100%;
    height: calc(100% - 60px);
    z-index: 1000;
    transition: all 0.4s;
    overflow-x: hidden;
  }
  .l-header .gnavi .menu-wrap.on {
    right: 0;
    transition: all 0.4s;
  }
  .l-header .gnavi .menu-wrap ul li .megamenu-wrap {
    right: -90%;
    display: block;
    transition: all 0.4s;
  }
  .l-header .gnavi .menu-wrap ul li .megamenu-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
  }
  .l-header .gnavi .menu-wrap ul li .megamenu-wrap.on {
    right: 0;
    transition: all 0.4s;
  }
  .l-header .gnavi .menu-wrap ul li div .megamenu_title {
    display: none;
  }
  .l-header .gnavi .menu-wrap ul li .megamenu_1 {
    z-index: 100;
    left: inherit;
    width: 90%;
    padding: 0 0 0 2px;
  }
  .l-header .gnavi .menu-wrap ul li .megamenu_1 > ul > li a,
  .l-header .gnavi .menu-wrap ul li .megamenu_1 > ul > li span {
    height: auto;
  }
  .l-header .gnavi .menu-wrap ul li .megamenu_2 {
    left: inherit;
    width: 90%;
    z-index: 200;
    padding: 0 0 0 2px;
  }
}
@media screen and (max-width: 480px) {
  .l-header .gnavi .menu-wrap ul li a,
  .l-header .gnavi .menu-wrap ul li .megamenu_openbtn,
  .l-header .gnavi .menu-wrap ul li .megamenu_subtitle > span {
    padding: 20px 0 20px 20px;
  }
  .l-header .gnavi .menu-wrap ul li .megamenu_2 .megamenu_subnav {
    padding-left: 30px;
  }
}
.l-footer {
  padding-left: 208px;
}
.l-footer__pagetop {
  height: 50px;
  text-align: center;
}
.l-footer__pagetop a {
  color: #15415A;
}
.l-footer__navi {
  background: #4d4d4d;
  letter-spacing: -0.4em;
  padding: 8px 45px;
}
.l-footer__navi li {
  letter-spacing: normal;
  display: inline-block;
  margin-right: 20px;
  position: relative;
  padding-right: 15px;
}
.l-footer__navi li a {
  color: #fff;
}
.l-footer__navi li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.l-footer__address {
  background: #333333;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-footer__address > dl + dl {
  margin-left: 50px;
}
.l-footer__address > dl dt img {
  max-width: 352px;
  width: 100%;
  height: auto;
}
.l-footer__address > dl dd {
  padding-left: 55px;
  margin-top: 8px;
  color: #fff;
}
.l-footer__address > dl dd a {
  color: #fff;
}
.l-footer__copy {
  background: #1a1a1a;
  color: #b3b3b3;
  font-size: 10px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

@media screen and (max-width: 1024px) { /*1024px ~ sp*/
  .l-footer {
    padding-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .l-footer {
    padding: 0;
  }
  .l-footer__navi {
    padding: 8px 15px;
  }
  .l-footer__navi li {
    margin: 4px 20px 4px 0;
  }
  .l-footer__address {
    background: #333333;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .l-footer__address > dl + dl {
    margin: 20px 0 0 0;
  }
  .l-footer__address > dl dt img {
    max-width: 300px;
    height: auto;
  }
  .l-footer__address > dl dd {
    padding-left: 0;
  }
}
.l-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.l-contents {
  width: 100%;
  height: auto;
  min-height: 100%;
  max-width: 1368px;
  margin: 0 auto;
  border-left: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  position: relative;
}
.l-contents > article {
  padding-left: 208px;
}

.l-section {
  border-bottom: 2px solid #ccc;
  padding: 50px 0;
}

.w {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}
.w .w_inner {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.section {
  padding: 50px 0 40px 0;
}

.bg-gray {
  background: #f2f2f2;
}

@media screen and (max-width: 1024px) { /*1024px ~ sp*/
  .l-contents {
    width: auto;
    border-left: 0;
    border-right: 0;
    padding-top: 60px;
    overflow-x: hidden;
  }
  .l-contents > article {
    padding-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .l-section {
    padding: 30px 0;
  }
  .w {
    width: auto;
    padding: 0 15px;
  }
  .section {
    padding: 30px 0;
  }
}
/* ==========================================================================
 object
============================================================================*/
/* Component
----------------------------------------------------------------- */
.hdline1 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.hdline1 > span {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 42px;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1;
}

.hdline2 {
  font-size: 24px;
  font-weight: bold;
  padding: 10px 15px;
  border-left: 15px solid #15415A;
  margin-bottom: 20px;
}

.hdline3 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
}

.hdline4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 1280px) { /*pc ~ tablet*/
  .hdline1 > span {
    font-size: 36px;
  }
}
@media screen and (max-width: 480px) {
  .hdline1 {
    margin-bottom: 20px;
  }
  .hdline1 span {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
/*search-box*/
.gnavi .gnavi-search {
  display: none;
}

.search-box {
  background: #e6ecfe;
  height: 61px;
  position: relative;
}
.search-box .search-box_togglebtn {
  display: none;
}
.search-box form {
  height: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e6ecfe;
  z-index: 99;
}
.search-box form input[type=text],
.search-box form select {
  border: none;
  font-size: 12px;
  width: 100%;
  height: 100%;
}
.search-box form input[type=text]:focus,
.search-box form select:focus {
  outline: 0;
}
.search-box form p {
  height: 61px;
  line-height: 61px;
  color: #103e56;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
.search-box form > div {
  margin: 10px 0 10px 15px;
  border: 2px solid #4070ff;
  background: #fff;
  height: calc(100% - 20px);
  padding: 5px 5px 5px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-box form > div.search-date {
  width: 187px;
  padding-left: 0;
}
.search-box form > div.search-date span {
  background: url(../img/common/calendar-icon.svg) no-repeat 8px;
  background-size: 15px auto;
  width: 50%;
  padding-left: 30px;
}
.search-box form > div.search-date span:first-child {
  border-right: 1px solid #cccccc;
}
.search-box form > div.search-place {
  background: #fff url(../img/common/place-icon.svg) no-repeat 10px;
  background-size: 9px auto;
  width: 115px;
  padding-left: 25px;
}
.search-box form > div.search-place select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-image: url(../img/common/select-arrow.png);
  background-repeat: no-repeat;
  background-position: 98% center;
  color: #999;
}
.search-box form > div.search-place select option {
  color: #000;
}
.search-box form > div.search-keyword {
  background: #fff url(../img/common/keyword-icon.svg) no-repeat 10px;
  background-size: 11px auto;
  width: 238px;
}
.search-box form > div.search-submit {
  padding: 0;
  background: none;
  margin-left: 15px;
  width: 86px;
  border: none;
}
.search-box form > div.search-submit input {
  width: 100%;
}
.search-box.fixed form {
  position: fixed;
  max-width: 1366px;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  padding-left: 208px;
}

/*box*/
.box1 {
  border: 1px solid #191919;
  padding: 10px;
}

.box-gray {
  background: #f2f2f2;
  padding: 20px 30px;
}

.w100p {
  width: 100%;
}

/*accordion*/
.aco1 {
  margin-bottom: 5px;
}
.aco1 > dt {
  background: #E6E6E6;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 30px;
  margin-bottom: 5px;
}
.aco1 > dt span {
  display: block;
  max-width: 880px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}
.aco1 > dt span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #15415a;
  border-right: 2px solid #15415a;
  transform: rotate(45deg);
  transition: all 0.4s;
}
.aco1 > dt span.on::after {
  transform: rotate(135deg);
}
.aco1 > dd {
  display: none;
  max-width: 940px;
  padding: 0 30px;
  width: 100%;
  margin: 20px auto;
  line-height: 1.6;
}

@media screen and (max-width: 1024px) {
  article .search-box {
    background: #fff;
    overflow-y: auto;
    position: fixed;
    top: 60px;
    right: -100%;
    width: 100%;
    height: calc(100% - 60px);
    z-index: 1000;
    transition: all 0.4s;
    overflow-x: hidden;
  }
  article .search-box.on {
    right: 0;
    transition: all 0.4s;
  }
  article .search-box .search-box_togglebtn {
    display: none;
  }
  article .search-box > form {
    display: block;
  }
  article .search-box > form > div {
    margin: 10px 20px;
    width: calc(100% - 40px) !important;
  }
  article .search-box > form > div.search-submit {
    margin: 10px 20px;
    border: none;
  }
  article .search-box > form > div.search-submit .fas {
    margin-right: 0;
  }
  article .search-box > form > div.search-place {
    padding-left: 30px;
  }
  article .search-box > form > div input[type=text], article .search-box > form > div select {
    font-size: 16px;
  }
  article .search-box.fixed form {
    position: relative !important;
    padding-left: 0;
  }
}
ol.num-list {
  margin-bottom: 20px;
}
ol.num-list li {
  list-style: outside decimal;
  margin-left: 20px;
  line-height: 1.6;
}

.list_dl-1 dt {
  background: #d9e3ed;
  padding: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
.list_dl-1 dd {
  margin-bottom: 20px;
}

.col3-list_1 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
  margin-top: -40px;
}
.col3-list_1 li {
  margin: 40px 0 0 40px;
  width: calc(33.33333% - 40px);
}

.c-list--jukotype {
  display: inline-block;
  vertical-align: middle;
}
.c-list--jukotype li {
  width: 100px;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  margin: 3px;
  border-radius: 10px;
  padding: 5px 10px;
  border: 1px solid #ccc;
}
.c-list--jukotype li.-pink {
  border: 1px solid #e4007f;
  color: #e4007f;
}
.c-list--jukotype li.-blue {
  border: 1px solid #00a0e9;
  color: #00a0e9;
}

@media screen and (max-width: 800px) {
  .col3-list_1 {
    display: block;
    margin-left: 0;
    margin-top: 0;
  }
  .col3-list_1 li {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .col3-list_1 li + li {
    margin-top: 30px;
  }
}
.sp-tbl-wrap {
  overflow: auto;
}

.tbl1.nowrap {
  white-space: nowrap;
}
.tbl1 th {
  border: 1px solid #fff;
  background: #3d7b88;
  padding: 5px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  vertical-align: middle;
}
.tbl1 td {
  border: 1px solid #3d7b88;
  padding: 5px;
  vertical-align: middle;
}
.tbl1.gray th, .tbl1.gray td {
  border: 1px solid #000;
}
.tbl1.gray th {
  background: #cccccc;
  color: #000;
}

@media screen and (max-width: 480px) {
  .tbl1 {
    table-layout: fixed;
  }
  .tbl1 td input {
    max-width: 100%;
    width: auto;
  }
  .tbl1.gray th {
    width: 30%;
  }
}
.btn_1 {
  display: inline-block;
  width: 155px;
  height: 38px;
  line-height: 38px !important;
  border-radius: 5px;
  background: linear-gradient(to bottom, #15415a 0%, #1a1a1a 100%);
  color: #fff;
  text-align: center;
  border: none;
  cursor: pointer;
  white-space: nowrap;
}
.btn_1.search-btn {
  width: 73px;
  background: #4070ff;
}
.btn_1.search-btn:hover {
  background: #2a57f2;
}
.btn_1.size--l {
  width: 240px;
}
.btn_1--large {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
}
.btn_1.c--red {
  background: #C1272D;
}
.btn_1.c--red:hover {
  background: #FF8B00 !important;
}
.btn_1.c--orange {
  background: #FF8B00;
  font-size: small;
}
.btn_1.c--orange:hover {
  background: #888601 !important;
}
.btn_1:hover {
  background: linear-gradient(to bottom, #5f7a8c 0%, #a2b3be 100%);
  border: none;
}
.btn_1--borderwhite {
  border: 3px solid #fff;
  background: none;
  max-width: 230px;
  width: 100%;
  height: auto;
  line-height: 1 !important;
  padding: 20px 0;
}
.btn_1--borderwhite:hover {
  background: #15415a;
  border: 3px solid #fff;
}
@media screen and (max-width: 480px) {
  .btn_1 + .btn_1 {
    margin-top: 10px;
  }
}
.btn_1 > span.arrow {
  display: inline-block;
  position: relative;
  padding-right: 14px;
}
.btn_1 > span.arrow::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.btn_2 {
  display: inline-block;
  width: 164px;
  padding: 10px 0;
  background: #fff;
  color: #15415a;
  text-align: center;
  border: 1px solid #15415a;
  cursor: pointer;
  position: relative;
  font-size: 13px;
}
.btn_2:hover {
  zoom: 1;
  opacity: 0.7;
  transition: all 400ms 0s ease;
}
.btn_2::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #15415a;
  border-right: 2px solid #15415a;
  transform: rotate(45deg);
}

.btn_3 {
  display: inline-block;
  width: 100%;
  max-width: 314px;
  padding: 15px 0;
  background: #fff;
  color: #15415a;
  text-align: center;
  border: 1px solid #15415a;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  font-weight: bold;
}
.btn_3:hover {
  zoom: 1;
  opacity: 0.7;
  transition: all 400ms 0s ease;
}
.btn_3::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #15415a;
  border-right: 2px solid #15415a;
  transform: rotate(45deg);
}
.btn_3.arrow-none::after {
  display: none;
}
.btn_3.btn_red {
  width: 100%;
  max-width: 100%;
  background: #C1272D;
  border: none;
  color: #fff;
}
.btn_3.btn_red::after {
  display: none;
}
.btn_3.btn_red.btn_end {
  background: #B2B1B2;
  cursor: default;
}
.btn_3.btn_red.btn_end:hover {
  opacity: 1;
}
.btn_3.btn_blue {
  width: 100%;
  max-width: 100%;
  background: #00a0e9;
  border: none;
  color: #fff;
}
.btn_3.btn_blue::after {
  display: none;
}
.btn_3.btn_blue.btn_end {
  background: #B2B1B2;
  cursor: default;
}
.btn_3.btn_blue.btn_end:hover {
  opacity: 1;
}
.btn_3.btn_blue2 {
  width: 100%;
  max-width: 100%;
  background: linear-gradient(to bottom, #15415a 0%, #1a1a1a 100%);
  border: none;
  color: #fff;
}
.btn_3.btn_blue2::after {
  display: none;
}
.btn_3.btn_blue2.btn_end {
  background: #B2B1B2;
  cursor: default;
}
.btn_3.btn_blue2.btn_end:hover {
  opacity: 1;
}

.btn_4 {
  color: #15415a;
  text-decoration: underline;
  display: inline-block;
  position: relative;
  padding-right: 8px;
}
.btn_4::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #15415a;
  border-right: 2px solid #15415a;
  transform: rotate(45deg);
}
.btn_4:hover {
  text-decoration: none;
}

.aco-btn {
  cursor: pointer;
}

.fixed__pagetop {
  position: fixed;
  bottom: 100px;
  right: 10px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  background-color: #1d415f;
  padding-top: 10px;
  opacity: 0.9;
  z-index: 110;
}
.fixed__pagetop a {
  color: #fff;
  line-height: 1.4;
  font-size: 68%;
  display: block;
}
@media screen and (max-width: 480px) {
  .fixed__pagetop {
    right: 5px;
    bottom: 50px;
  }
}

#breadcrumb {
  padding: 10px 30px;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
#breadcrumb ul {
  letter-spacing: -0.4em;
  text-align: left;
}
#breadcrumb ul li {
  display: inline-block;
  letter-spacing: normal;
  position: relative;
  color: #15415A;
}
#breadcrumb ul li + li {
  margin-left: 30px;
}
#breadcrumb ul li + li::before {
  content: ">";
  position: absolute;
  left: -18px;
}
#breadcrumb ul li a {
  color: #15415A;
}

@media screen and (max-width: 480px) {
  #breadcrumb {
    padding: 10px 15px;
  }
}
.pager {
  margin-top: 40px;
}
.pager .wp-pagenavi {
  text-align: center;
}
.pager .wp-pagenavi span, .pager .wp-pagenavi a {
  display: inline-block;
  margin: 0 5px;
  border: 1px solid #15415a;
  padding: 5px 10px;
}
.pager .wp-pagenavi .current {
  background: #15415a;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .wp-pagenavi a.smaller,
  .wp-pagenavi a.larger,
  .wp-pagenavi span.extend {
    display: none;
  }
}
input[type=submit] {
  -webkit-appearance: none;
}

input::-moz-placeholder {
  color: #999;
}

input::placeholder {
  color: #999;
}

input:-ms-input-placeholder {
  color: #999;
}

input::-ms-input-placeholder {
  color: #999;
}

input, button {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

input[type=text], textarea {
  border: 1px solid #000;
}

label {
  display: block;
}

label + label {
  margin-top: 10px;
}

.wpcf7c-conf {
  background: #eee !important;
}

.ajax-loader {
  display: block !important;
}

/* Project
----------------------------------------------------------------- */
/*===== home-main-slide ============================================*/
.home-main-slide .bx-wrapper {
  position: relative;
}
.home-main-slide .bx-wrapper .bx-viewport {
  position: relative;
}
.home-main-slide .bx-wrapper .bx-pager {
  text-align: center;
}
.home-main-slide .bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
  margin: 10px;
}
.home-main-slide .bx-wrapper .bx-pager .bx-pager-item a {
  display: inline-block;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  background: #ccc;
  text-indent: -9999px;
}
.home-main-slide .bx-wrapper .bx-pager .bx-pager-item a.active {
  background: #15415a;
}
.home-main-slide .bx-wrapper li {
  position: relative;
  transform: translate3d(0, 0, 0);
  transform: rotate(0.0001deg);
  overflow: hidden;
}
.home-main-slide .bx-wrapper li::before {
  transform: translate3d(0, 0, 0);
  transform: rotate(0.0001deg);
}
.home-main-slide .bx-wrapper .slide1 {
  height: 493px;
}
.home-main-slide .bx-wrapper .slide1.action::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/home/top-slide_2023_1.jpg) no-repeat center;
  background-size: cover;
  animation: home-main-slide3 6.5s linear;
}
.home-main-slide .bx-wrapper .slide1 p {
  display: flex;
  height: 493px;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.home-main-slide .bx-wrapper .slide2 {
  height: 493px;
}
.home-main-slide .bx-wrapper .slide2.action::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/home/top-slide_2021_2.jpg) no-repeat center;
  background-size: cover;
  animation: home-main-slide2 5.5s linear;
}
.home-main-slide .bx-wrapper .slide2 p {
  display: flex;
  height: 493px;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.home-main-slide .bx-wrapper .slide3 {
  height: 493px;
}
.home-main-slide .bx-wrapper .slide3.action::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/home/slide-top03-pc.jpg) no-repeat center;
  background-size: cover;
  animation: home-main-slide3 6.5s linear;
}
.home-main-slide .bx-wrapper .slide3 p {
  display: flex;
  height: 493px;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.home-main-slide .bx-wrapper .slide4 {
  height: 493px;
}
.home-main-slide .bx-wrapper .slide4.action::before {
  content: "";
  width: calc(100% + 50px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/home/top-slide_2021_4.jpg) no-repeat center right;
  background-size: cover;
  animation: home-main-slide2 5.5s linear;
}
.home-main-slide .bx-wrapper .slide4 p {
  display: flex;
  height: 493px;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

/*===== home-course-list ============================================*/
.home-course-list {
  padding: 50px 0;
}
.home-course-list .home-course-list_inner {
  border-top: 1px solid #b3b3b3;
}
.home-course-list .home-course-list_inner .home-course-list_inner_course h3 {
  padding: 20px 20px 10px;
}
.home-course-list .home-course-list_inner .home-course-list_inner_course h3 > .new-icon {
  position: relative;
  margin-right: 10px;
}
.home-course-list .home-course-list_inner .home-course-list_inner_course ul {
  display: flex;
  flex-wrap: wrap;
  background: #cccccc;
}
.home-course-list .home-course-list_inner .home-course-list_inner_course ul li {
  width: 33.33333%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
  position: relative;
}
.home-course-list .home-course-list_inner .home-course-list_inner_course ul li:nth-child(1) {
  z-index: 6;
}
.home-course-list .home-course-list_inner .home-course-list_inner_course ul li:nth-child(2) {
  z-index: 5;
}
.home-course-list .home-course-list_inner .home-course-list_inner_course ul li:nth-child(3) {
  z-index: 4;
}
.home-course-list .home-course-list_inner .home-course-list_inner_course ul li:nth-child(4) {
  z-index: 3;
}
.home-course-list .home-course-list_inner .home-course-list_inner_course ul li:nth-child(5) {
  z-index: 2;
}
.home-course-list .home-course-list_inner .home-course-list_inner_course ul li:nth-child(6) {
  z-index: 1;
}
.home-course-list .home-course-list_inner .home-course-list_inner_course ul li a {
  display: block;
  padding: 35px 20px;
}
.home-course-list .home-course-list_inner .home-course-list_inner_course ul li a img {
  width: 100%;
  height: auto;
}
.home-course-list .home-course-list_inner .home-course-list_inner_course ul li a img.shadow {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
}
.home-course-list .home-course-list_inner .home-course-list_inner_course ul li {
  /*iti 2022.12.24追加 */
}
.home-course-list .home-course-list_inner .home-course-list_inner_course ul li.iti_bg {
  background-color: #fff;
  padding: 35px 20px;
}
.home-course-list .home-course-list_inner .home-course-list_inner_course ul li.iti_bg img {
  width: 100%;
  height: auto;
}
.home-course-list .home-course-list_inner .home-course-list_inner_course ul li.iti_bg img.shadow {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
}
.home-course-list .home-course-list_inner .home-course-list_inner_linkbox {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
}
.home-course-list .home-course-list_inner .home-course-list_inner_linkbox > div {
  width: 33.333333%;
  padding: 30px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.home-course-list .home-course-list_inner .home-course-list_inner_linkbox > div h4 {
  font-size: 24px;
  font-weight: bold;
  min-height: 90px;
  width: 100%;
}
.home-course-list .home-course-list_inner .home-course-list_inner_linkbox > div p {
  text-align: left;
  width: 100%;
  margin: 0 15px 30px;
}
.home-course-list .home-course-list_inner .home-course-list_inner_linkbox > div:nth-child(1) {
  background: url(../img/home/home-cta-bg1.png) no-repeat center;
  background-size: cover;
}
.home-course-list .home-course-list_inner .home-course-list_inner_linkbox > div:nth-child(2) {
  background: url(../img/home/home-cta-bg2.png) no-repeat center;
  background-size: cover;
}
.home-course-list .home-course-list_inner .home-course-list_inner_linkbox > div:nth-child(3) {
  background: url(../img/home/home-cta-bg3.png) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 800px) {
  .home-course-list .home-course-list_inner .home-course-list_inner_linkbox > div {
    width: 100%;
  }
  .home-course-list .home-course-list_inner .home-course-list_inner_linkbox > div h4 {
    min-height: auto;
    margin-bottom: 20px;
    font-size: 20px;
  }
}

/*===== home-course-schedule ============================================*/
.home-course-schedule {
  padding-top: 50px;
  background: #f2f2f2;
}
.home-course-schedule .home-course-schedule_inner {
  padding-bottom: 50px;
  background: url(../img/home/home-course-schedule-bg.png) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.home-course-schedule .home-course-schedule_inner .home-course-schedule_inner_month {
  margin: 40px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.home-course-schedule .home-course-schedule_inner .home-course-schedule_inner_month .month {
  padding: 0 25px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
.home-course-schedule .home-course-schedule_inner .home-course-schedule_inner_month .month em {
  line-height: 100%;
  font-size: 72px;
  font-family: "Oswald", sans-serif;
}
.home-course-schedule .home-course-schedule_inner .home-course-schedule_inner_month a {
  width: 80px;
  height: 40px;
  line-height: 40px;
  display: block;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  position: relative;
  font-size: 12px;
}
.home-course-schedule .home-course-schedule_inner .home-course-schedule_inner_month a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #15415a;
  border-right: 2px solid #15415a;
}
.home-course-schedule .home-course-schedule_inner .home-course-schedule_inner_month .month-btn--prev {
  padding-left: 14px;
}
.home-course-schedule .home-course-schedule_inner .home-course-schedule_inner_month .month-btn--prev::before {
  left: 14px;
  transform: rotate(-135deg);
}
.home-course-schedule .home-course-schedule_inner .home-course-schedule_inner_month .month-btn--next {
  padding-right: 14px;
}
.home-course-schedule .home-course-schedule_inner .home-course-schedule_inner_month .month-btn--next::before {
  right: 14px;
  transform: rotate(45deg);
}
.home-course-schedule .home-course-schedule_inner .home-course-schedule_inner_list {
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}
.home-course-schedule .home-course-schedule_inner .home-course-schedule_inner_list .bx-wrapper {
  max-width: 100% !important;
}
.home-course-schedule .home-course-schedule_inner .home-course-schedule_inner_list .bx-wrapper .bx-viewport {
  width: 810px !important;
  left: 50%;
  margin-left: -405px;
}
.home-course-schedule .home-course-schedule_inner .home-course-schedule_inner_list .bx-wrapper .bx-prev,
.home-course-schedule .home-course-schedule_inner .home-course-schedule_inner_list .bx-wrapper .bx-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 25px;
  height: 25px;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  text-indent: -9999px;
  z-index: 15;
}
.home-course-schedule .home-course-schedule_inner .home-course-schedule_inner_list .bx-wrapper .bx-prev {
  left: 30px;
  transform: rotate(-135deg);
}
.home-course-schedule .home-course-schedule_inner .home-course-schedule_inner_list .bx-wrapper .bx-next {
  right: 30px;
  transform: rotate(45deg);
}
.home-course-schedule .home-course-schedule_inner .home-course-schedule_inner_list li {
  position: relative;
  background: #fff;
  padding-bottom: 15px;
}
.home-course-schedule .home-course-schedule_inner .home-course-schedule_inner_list li > span {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 8px;
  color: #fff;
  text-align: left;
  font-size: 12px;
}
.home-course-schedule .home-course-schedule_inner .home-course-schedule_inner_list li > p {
  display: inline-block;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 0 12px;
  margin-top: -20px;
}
.home-course-schedule .home-course-schedule_inner .home-course-schedule_inner_list li > p em {
  font-size: 28px;
}
.home-course-schedule .home-course-schedule_inner .home-course-schedule_inner_list li > h3 {
  padding: 15px 15px 10px;
  text-align: left;
  line-height: 1.6;
  min-height: 75px;
}
.home-course-schedule .home-course-schedule_inner .home-course-schedule_inner_list li > div > img {
  width: 100%;
  height: auto;
}

/*===== home-topics ============================================*/
.home-topics {
  padding-top: 50px;
  background: #f2f2f2;
}
.home-topics .home-topics_list_tab {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.home-topics .home-topics_list_tab button {
  width: 204px;
  height: 48px;
  line-height: 48px;
  background: #15415a;
  color: #fff;
  text-align: center;
  border: none;
  cursor: pointer;
  outline: 0;
}
.home-topics .home-topics_list_tab button.on {
  background: #fff;
  color: #000;
}
.home-topics .home-topics_list_box {
  background: #fff;
  overflow: hidden;
}
.home-topics .home-topics_list_box > .home-topics_list_box_inner {
  /*display:none;*/
  margin: 40px 30px;
}
.home-topics .home-topics_list_box > .home-topics_list_box_inner ul li {
  position: relative;
}
.home-topics .home-topics_list_box > .home-topics_list_box_inner ul li + li {
  margin-top: 20px;
}
.home-topics .home-topics_list_box > .home-topics_list_box_inner ul li > a {
  display: inline-flex;
  line-height: 1.6;
}
.home-topics .home-topics_list_box > .home-topics_list_box_inner ul li > a .topics-date {
  font-weight: bold;
  color: #15415a;
  margin-right: 20px;
  white-space: nowrap;
}
.home-topics .home-topics_list_box > .home-topics_list_box_inner ul li > a .topics-date span {
  color: #4d4d4d;
}
.home-topics .home-topics_list_box > .home-topics_list_box_inner ul li > a .topics-date .new-icon {
  padding: 2px 5px;
  font-size: 12px;
  position: relative;
}
.home-topics .home-topics_list_box > .home-topics_list_box_inner {
  /*
  ul{
      display:flex;
      justify-content: center;
      justify-content:space-between;
      li{
          max-width:326px;
          position:relative;
          +li{
              margin-left:5px;
          }
          > a{
              > div{
                  img{
                      max-width:100%;
                      height:auto;
                  }
              }
          }
          .topics-date{
              margin:15px 0;
              font-weight:bold;
              color:#15415a;
              em{
                  font-size:24px;
                  display:inline-block;
                  margin:0 4px;
              }
              span{
                  color:#4d4d4d;
              }
          }
          h3{
              line-height:1.6;
          }
      }
  }
  */
}
.home-topics .home-topics_list_box .t-c {
  background: #fff;
  margin-top: 40px;
  padding-bottom: 50px;
}

@media screen and (min-width: 480px) and (max-width: 1280px) { /*pc ~ tablet*/ }
@media screen and (min-width: 1025px) and (max-width: 1280px) { /*for home-topics 1col*/
  /*===== home-course-list ============================================*/
  .home-course-list .home-course-list_inner .home-course-list_inner_course ul li a {
    display: block;
    padding: 25px 14px;
  }
}
@media screen and (max-width: 1024px) { /*for home-topics 1col*/
  /*===== home-topics ============================================*/
  .home-topics .home-topics_list_box > .home-topics_list_box_inner ul {
    display: block;
  }
  .home-topics .home-topics_list_box > .home-topics_list_box_inner ul li {
    position: relative;
    margin: 0 auto;
  }
  .home-topics .home-topics_list_box > .home-topics_list_box_inner ul li + li {
    margin: 20px auto 0;
  }
  .home-topics .home-topics_list_box > .home-topics_list_box_inner ul li a {
    display: block !important;
  }
  .home-topics .home-topics_list_box > .home-topics_list_box_inner ul li a h3 {
    width: 100% !important;
  }
  /*===== home-course-list ============================================*/
  .home-course-list .home-course-list_inner .home-course-list_inner_course ul li a {
    display: block;
    padding: 20px 10px;
  }
}
@media screen and (max-width: 480px) {
  /*===== home-main-slide ============================================*/
  .home-main-slide {
    border-bottom: 1px solid #b3b3b3;
  }
  .home-main-slide .bx-wrapper .bx-pager {
    display: none;
  }
  .home-main-slide .bx-wrapper li {
    height: 450px !important;
    padding-bottom: 50px;
  }
  .home-main-slide .bx-wrapper li p {
    border-top: 1px solid #ccc;
    background: #fff;
    position: absolute !important;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px !important;
    z-index: 100;
    align-items: center !important;
    padding: 0 !important;
  }
  .home-main-slide .bx-wrapper li p img {
    width: auto;
    max-height: 50px;
    position: relative !important;
  }
  .home-main-slide .bx-wrapper .slide1 {
    height: 450px;
    padding-bottom: 50px;
  }
  .home-main-slide .bx-wrapper .slide1.action::before {
    content: "";
    width: 100%;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/home/top-slide_2023_sp_1.jpg) no-repeat center;
    background-size: cover;
    animation: home-main-slide3 8s linear;
  }
  .home-main-slide .bx-wrapper .slide2 {
    height: 450px;
    padding-bottom: 50px;
  }
  .home-main-slide .bx-wrapper .slide2.action::before {
    content: "";
    width: 100%;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/home/top-slide_2021_sp_2.jpg) no-repeat center;
    background-size: cover;
    animation: home-main-slide2 8s linear;
  }
  .home-main-slide .bx-wrapper .slide3 {
    height: 450px;
    padding-bottom: 50px;
  }
  .home-main-slide .bx-wrapper .slide3.action::before {
    content: "";
    width: 100%;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/home/slide-top03-sp.jpg) no-repeat center;
    background-size: cover;
    animation: home-main-slide3 8s linear;
  }
  .home-main-slide .bx-wrapper .slide4 {
    height: 450px;
    padding-bottom: 50px;
  }
  .home-main-slide .bx-wrapper .slide4.action::before {
    content: "";
    width: 100%;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/home/top-slide_2021_sp_4.jpg) no-repeat center;
    background-size: cover;
    animation: home-main-slide3 8s linear;
  }
  /*===== home-course-list ============================================*/
  .home-course-list {
    padding: 30px 0;
  }
  .home-course-list .home-course-list_inner .home-course-list_inner_course h3 {
    margin: 15px 0 0;
  }
  .home-course-list .home-course-list_inner .home-course-list_inner_course ul li {
    width: 50%;
  }
  .home-course-list .home-course-list_inner .home-course-list_inner_course ul li a {
    display: block;
    padding: 15px;
  }
  .home-course-list .home-course-list_inner .home-course-list_inner_course ul li .new-icon {
    right: 0;
    left: inherit;
  }
  .home-course-list .home-course-list_inner .home-course-list_inner_course ul li {
    /*iti 2022.12.24追加 */
  }
  .home-course-list .home-course-list_inner .home-course-list_inner_course ul li.iti_bg {
    padding: 15px;
  }
  /*===== home-course-schedule ============================================*/
  .home-course-schedule {
    padding: 30px 0 0;
  }
  .home-course-schedule .home-course-schedule_inner {
    padding-bottom: 30px;
  }
  .home-course-schedule .home-course-schedule_inner .home-course-schedule_inner_month {
    margin: 20px 0;
  }
  .home-course-schedule .home-course-schedule_inner .home-course-schedule_inner_month .month {
    font-size: 24px;
  }
  .home-course-schedule .home-course-schedule_inner .home-course-schedule_inner_month .month em {
    font-size: 52px;
  }
  .home-course-schedule .home-course-schedule_inner .home-course-schedule_inner_list {
    margin-bottom: 20px;
  }
  /*===== home-course-schedule ============================================*/
  .home-topics {
    padding-top: 30px;
  }
  .home-topics .home-topics_list_tab {
    padding: 0 15px;
  }
  .home-topics .home-topics_list_tab button {
    width: 50%;
  }
  .home-topics .home-topics_list_box > .home-topics_list_box_inner {
    margin: 20px 15px;
  }
  .home-topics .home-topics_list_box > .home-topics_list_box_inner ul li + li {
    margin-top: 20px;
  }
  .home-topics .home-topics .t-c {
    margin-top: 20px;
    padding-bottom: 30px;
  }
}
@keyframes home-main-slide1 {
  0% {
    background-position: right -180px;
  }
  100% {
    background-position: right 0;
  }
}
@keyframes home-main-slide1sp {
  0% {
    background-position: right -80px;
  }
  100% {
    background-position: right 0;
  }
}
@keyframes home-main-slide2 {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes home-main-slide3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes home-main-slide4 {
  0% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes home-main-slide4sp {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-40px);
  }
}
.pattern_a_section {
  border-bottom: 2px solid #ccc;
  padding: 50px 0;
}

.pattern_a_h1 {
  height: 280px;
  display: flex;
  align-items: center;
  background-position: right;
  background-repeat: no-repeat;
  background-color: #fff;
  border-bottom: 2px solid #ccc;
}

.pattern_a_h1 h1 {
  text-align: left;
  font-size: 32px;
  font-weight: bold;
  text-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff;
}

@media screen and (max-width: 480px) {
  .pattern_a_section {
    padding: 30px 0;
  }
  .pattern_a_h1 {
    height: 180px;
    background-size: cover;
  }
  .pattern_a_h1 h1 {
    font-size: 24px;
  }
}
/* ==========================================================================
 course
============================================================================*/
.course-parent_list1 {
  margin-top: 40px;
}
.course-parent_list1 ul {
  display: flex;
  flex-wrap: wrap;
}
.course-parent_list1 ul li {
  width: 220px;
  margin: 0 12.5px 12.5px;
}
.course-parent_list1 ul li a {
  display: block;
  padding: 20px 15px;
}
.course-parent_list1 ul li p {
  margin-top: 10px;
  font-weight: bold;
}

/* ==========================================================================
 lifelong-teaching
============================================================================*/
.lifelong-teaching_stage-box {
  border: 1px solid #000000;
  position: relative;
  padding-top: 30px;
}
.lifelong-teaching_stage-box > p {
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px 45px;
}
.lifelong-teaching_stage-box ul {
  display: flex;
}
.lifelong-teaching_stage-box ul li {
  width: 33.3333333%;
  position: relative;
}
.lifelong-teaching_stage-box ul li .stage-box_year {
  text-align: center;
  height: 36px;
  line-height: 36px;
  font-weight: bold;
}
.lifelong-teaching_stage-box ul li .stage-box_title-en {
  background: #4d4d4d;
  border-bottom: 1px solid #000;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.lifelong-teaching_stage-box ul li .stage-box_title-ja {
  background: #f2f2f2;
  padding: 10px;
  text-align: center;
  font-weight: bold;
}
.lifelong-teaching_stage-box ul li .stage-box_cont {
  padding: 10px;
}
.lifelong-teaching_stage-box ul li:nth-child(1) .stage-box_year {
  background: #cccccc;
}
.lifelong-teaching_stage-box ul li:nth-child(1) .stage-box_year::after {
  content: "";
  top: 0;
  position: absolute;
  right: -36px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 0 18px 36px;
  border-color: transparent transparent transparent #cccccc;
  z-index: 2;
}
.lifelong-teaching_stage-box ul li:nth-child(2) {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.lifelong-teaching_stage-box ul li:nth-child(2) .stage-box_year {
  background: #b3b3b3;
}
.lifelong-teaching_stage-box ul li:nth-child(2) .stage-box_year::after {
  content: "";
  top: 0;
  position: absolute;
  right: -36px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 0 18px 36px;
  border-color: transparent transparent transparent #b3b3b3;
  z-index: 2;
}
.lifelong-teaching_stage-box ul li:nth-child(3) .stage-box_year {
  background: #808080;
}

.lifelong-teaching_program-box .aco-btn {
  background: #f2f2f2;
  border: 1px solid #000;
  position: relative;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
}
.lifelong-teaching_program-box .aco-btn::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #15415a;
  border-right: 2px solid #15415a;
  transform: rotate(45deg);
  transition: all 0.4s;
}
.lifelong-teaching_program-box .aco-btn.on::after {
  transform: rotate(135deg);
}
.lifelong-teaching_program-box table {
  margin-top: -1px;
  width: 100%;
}
.lifelong-teaching_program-box table th,
.lifelong-teaching_program-box table td {
  border: 1px solid #000;
}
.lifelong-teaching_program-box table thead td {
  text-align: center;
  font-weight: bold;
  background: #f2f2f2;
  padding: 5px;
}
.lifelong-teaching_program-box table tbody td {
  font-size: 13px;
  padding: 5px 10px;
}
.lifelong-teaching_program-box table tbody td:first-child {
  text-align: center;
  padding: 5px 0;
}

.lifelong-teaching_flow > div {
  display: flex;
  margin-bottom: 50px;
}
.lifelong-teaching_flow > div > div {
  width: 33.333333%;
}
.lifelong-teaching_flow > div > div .t-c {
  margin-bottom: 40px;
}
.lifelong-teaching_flow > div > div p {
  padding: 0 20px;
}
.lifelong-teaching_flow > ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
}
.lifelong-teaching_flow > ul li {
  margin: 0 0 10px 10px;
  width: calc(33.33333% - 10px);
}

.lifelong-teaching_access {
  display: flex;
  margin: 0 0 60px;
  justify-content: center;
}
.lifelong-teaching_access > li {
  width: 33.33333%;
  margin: 0 10px;
}
.lifelong-teaching_access > li > div {
  margin-bottom: 20px;
}
.lifelong-teaching_access > li img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .lifelong-teaching_flow > ul li {
    width: calc(50% - 10px);
    text-align: center;
  }
  .lifelong-teaching_program-box .program-box_table {
    overflow-x: scroll;
  }
  .lifelong-teaching_program-box .program-box_table > table {
    width: 1000px;
  }
}
@media screen and (max-width: 800px) {
  .lifelong-teaching_flow > div {
    display: block;
    margin-bottom: 50px;
  }
  .lifelong-teaching_flow > div > div {
    width: 100%;
  }
  .lifelong-teaching_flow > div > div + div {
    margin-top: 30px;
  }
  .lifelong-teaching_flow > div > div .t-c {
    margin-bottom: 20px;
  }
  .lifelong-teaching_flow > ul {
    display: block;
    margin: 0;
  }
  .lifelong-teaching_flow > ul li {
    width: 100%;
    margin: 0;
  }
  .lifelong-teaching_flow > ul li + li {
    margin-top: 10px;
  }
  .lifelong-teaching_stage-box {
    padding-top: 0;
  }
  .lifelong-teaching_stage-box > p {
    position: relative;
    padding: 15px;
  }
  .lifelong-teaching_stage-box > p br {
    display: none;
  }
  .lifelong-teaching_stage-box > p > img {
    display: none;
  }
  .lifelong-teaching_stage-box ul {
    display: flex;
    flex-wrap: wrap;
  }
  .lifelong-teaching_stage-box ul li {
    width: 100%;
    position: relative;
  }
  .lifelong-teaching_stage-box ul li:nth-child(2) {
    border: none;
  }
  .lifelong-teaching_stage-box ul li .stage-box_year::after {
    display: none;
  }
}
/* ==========================================================================
 ceopen
============================================================================*/
.ceopen_followup-list {
  padding-left: 60px;
  list-style: none;
  margin: 20px 0;
}
.ceopen_followup-list > li {
  position: relative;
}
.ceopen_followup-list > li::before {
  width: 2px;
  height: calc(100% + 20px);
  content: "";
  position: absolute;
  left: -40px;
  top: 0;
  background: #15415a;
}
.ceopen_followup-list > li::after {
  position: absolute;
  left: -60px;
  top: 0;
  background: #fff;
  counter-increment: followupnum;
  content: counter(followupnum);
  display: inline-block;
  font-size: 18px;
  color: #15415a;
  font-weight: bold;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 2px solid #15415a;
}
.ceopen_followup-list > li + li {
  margin-top: 20px;
}
.ceopen_followup-list > li :last-child ::before {
  display: none;
}
.ceopen_followup-list > li dl {
  padding-top: 8px;
}
.ceopen_followup-list > li dl dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.pattern_b_section {
  border-bottom: 2px solid #ccc;
  padding: 50px 0;
}

.pattern_b_h1 {
  background: #E5F5F7;
  font-size: 32px;
  font-weight: bold;
  padding: 40px 0;
}
.pattern_b_h1 span {
  font-size: 80%;
}

.pattern_b_h2 {
  font-size: 24px;
  font-weight: bold;
  padding: 10px 0 10px 15px;
  margin: 40px 0 20px 0;
  border-left: 15px solid #15415A;
  border-bottom: 1px solid #333;
}

.pattern_b_h2-2 {
  font-size: 24px;
  font-weight: bold;
  padding: 10px 0 10px 15px;
  margin: 0 0 20px 0;
  line-height: 1.6;
  border-left: 15px solid #15415A;
}
.pattern_b_h2-2 span {
  font-size: 80%;
}

.pattern_b_h3 {
  font-size: 21px;
  font-weight: bold;
  margin: 0 0 20px 0;
}

.pattern_b_notice_red {
  color: red;
  font-size: 116%;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .pattern_b_h1 {
    font-size: 24px;
    padding: 20px 0;
  }
  .pattern_b_h2 {
    font-size: 18px;
    padding: 5px 0 5px 7.5px;
    margin: 0 0 20px 0;
    border-left: 7.5px solid #15415A;
  }
  .pattern_b_h3 {
    font-size: 16px;
  }
  .pattern_b_section {
    padding: 30px 0;
  }
}
/* ==========================================================================
 topics-list
============================================================================*/
.topics_list > ul li {
  position: relative;
}
.topics_list > ul li + li {
  margin-top: 20px;
}
.topics_list > ul li > a {
  display: inline-flex;
  line-height: 1.6;
}
.topics_list > ul li > a .topics-date {
  font-weight: bold;
  color: #15415a;
  margin-right: 20px;
  white-space: nowrap;
}
.topics_list > ul li > a .topics-date span {
  color: #4d4d4d;
}
.topics_list > ul li > a .topics-date .new-icon {
  padding: 2px 5px;
  font-size: 12px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .topics_list > ul li {
    position: relative;
    margin: 0 auto;
  }
  .topics_list > ul li + li {
    margin: 20px auto 0;
  }
  .topics_list > ul li a {
    display: block !important;
  }
  .topics_list > ul li a h3 {
    width: 100% !important;
  }
}

.topics .topics-detail a {
  text-decoration: underline;
}
.topics .topics-detail a:hover {
  text-decoration: none;
}

/* ==========================================================================
 lecturer
============================================================================*/
.lecturer-list + .lecturer-list {
  margin-top: 40px;
}
.lecturer-list > ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -20px;
}
.lecturer-list > ul > li {
  width: 25%;
  display: flex;
  margin-top: 20px;
}
.lecturer-list > ul > li p {
  margin: 0 10px;
}

@media screen and (max-width: 800px) {
  .lecturer-list > ul > li {
    width: 50%;
    display: flex;
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .lecturer-list > ul > li {
    width: 100%;
  }
}
/* ==========================================================================
 schedule
============================================================================*/
.schedule-box {
  margin-left: 20px;
}
.schedule-box + .schedule-box {
  margin-top: 50px;
}
.schedule-box h3 {
  background: #f2f2f2;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 40px;
  padding: 5px 20px;
  line-height: 1;
}
.schedule-box table {
  margin-left: 40px;
  font-size: 18px;
  line-height: 1.2;
  width: calc(100% - 40px);
}
.schedule-box table tr {
  border-bottom: 1px solid #ccc;
}
.schedule-box table tr td {
  vertical-align: top;
  padding: 8px 0;
}
.schedule-box table tr td:first-child {
  width: 7em;
}
.schedule-box table tr td strong {
  display: inline-block;
  text-decoration: none;
}
.schedule-box table tr td br {
  line-height: 1.5;
}

@media screen and (max-width: 800px) {
  .schedule-box {
    margin-left: 0;
  }
  .schedule-box h3 {
    margin-bottom: 20px;
  }
  .schedule-box table {
    margin-left: 20px;
    font-size: 100%;
    width: calc(100% - 20px);
  }
  .schedule-box table td:first-child {
    width: 65px;
  }
  .schedule-box table td + td {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .schedule-box + .schedule-box {
    margin-top: 30px;
  }
  .schedule-box h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .schedule-box table {
    margin: 0 10px;
  }
  .schedule-box table tr {
    border-bottom: 1px solid #ccc;
  }
  .schedule-box table tr td {
    padding: 8px 0;
  }
  .schedule-box table tr td:first-child {
    font-size: 90%;
  }
  .schedule-box table tr td strong {
    text-decoration: none;
  }
}
/* ==========================================================================
 howto-apply
============================================================================*/
.howto-apply .sp-tbl-wrap .tbl1 {
  width: 700px;
}

.pattern_c.c10190100 .pattern_c_h1,
.pattern_c.basic-seminar1 .pattern_c_h1 {
  background: #009bb3;
}

.pattern_c.c10190100 .pattern_c_h2,
.pattern_c.basic-seminar1 .pattern_c_h2 {
  border-left-color: #009bb3;
}

.pattern_c.c10190100 .course_naiyou li,
.pattern_c.basic-seminar1 .course_naiyou li {
  border-color: #009bb3;
}

.pattern_c.c10190100 .course_naiyou dt,
.pattern_c.basic-seminar1 .course_naiyou dt {
  background: #009bb3;
}

.pattern_c.c10190200 .pattern_c_h1,
.pattern_c.cssc .pattern_c_h1 {
  background: #a38a77;
}

.pattern_c.c10190200 .pattern_c_h2,
.pattern_c.cssc .pattern_c_h2 {
  border-left-color: #a38a77;
}

.pattern_c.c10190200 .course_naiyou li,
.pattern_c.cssc .course_naiyou li {
  border-color: #a38a77;
}

.pattern_c.c10190200 .course_naiyou dt,
.pattern_c.cssc .course_naiyou dt {
  background: #a38a77;
}

.pattern_c.c10190501 .pattern_c_h1,
.pattern_c.implant-basic .pattern_c_h1 {
  background: #76879a;
}

.pattern_c.c10190501 .pattern_c_h2,
.pattern_c.implant-basic .pattern_c_h2 {
  border-left-color: #76879a;
}

.pattern_c.c10190501 .course_naiyou li,
.pattern_c.implant-basic .course_naiyou li {
  border-color: #76879a;
}

.pattern_c.c10190501 .course_naiyou dt,
.pattern_c.implant-basic .course_naiyou dt {
  background: #76879a;
}

.pattern_c.c10191001 .pattern_c_h1,
.pattern_c.dhp .pattern_c_h1 {
  background: #f19db2;
}

.pattern_c.c10191001 .pattern_c_h2,
.pattern_c.dhp .pattern_c_h2 {
  border-left-color: #f19db2;
}

.pattern_c.c10191001 .course_naiyou li,
.pattern_c.dhp .course_naiyou li {
  border-color: #f19db2;
}

.pattern_c.c10191001 .course_naiyou dt,
.pattern_c.dhp .course_naiyou dt {
  background: #f19db2;
}

.pattern_c.c10191101 .pattern_c_h1,
.pattern_c.sd .pattern_c_h1 {
  background: #fac300;
}

.pattern_c.c10191101 .pattern_c_h2,
.pattern_c.sd .pattern_c_h2 {
  border-left-color: #fac300;
}

.pattern_c.c10191101 .course_naiyou li,
.pattern_c.sd .course_naiyou li {
  border-color: #fac300;
}

.pattern_c.c10191101 .course_naiyou dt,
.pattern_c.sd .course_naiyou dt {
  background: #fac300;
}

.pattern_c.c10190300 .pattern_c_h1,
.pattern_c.multidisciplinary .pattern_c_h1 {
  background: #6d4799;
}

.pattern_c.c10190300 .pattern_c_h2,
.pattern_c.multidisciplinary .pattern_c_h2 {
  border-left-color: #6d4799;
}

.pattern_c.c10190300 .course_naiyou li,
.pattern_c.multidisciplinary .course_naiyou li {
  border-color: #6d4799;
}

.pattern_c.c10190300 .course_naiyou dt,
.pattern_c.multidisciplinary .course_naiyou dt {
  background: #6d4799;
}

.pattern_c.c10190401 .pattern_c_h1,
.pattern_c.ucla .pattern_c_h1 {
  background: #3881b8;
}

.pattern_c.c10190401 .pattern_c_h2,
.pattern_c.ucla .pattern_c_h2 {
  border-left-color: #3881b8;
}

.pattern_c.c10190401 .course_naiyou li,
.pattern_c.ucla .course_naiyou li {
  border-color: #3881b8;
}

.pattern_c.c10190401 .course_naiyou dt,
.pattern_c.ucla .course_naiyou dt {
  background: #3881b8;
}

.pattern_c.c10190600 .pattern_c_h1,
.pattern_c.oral-rehabilitation .pattern_c_h1 {
  background: #e09056;
}

.pattern_c.c10190600 .pattern_c_h2,
.pattern_c.oral-rehabilitation .pattern_c_h2 {
  border-left-color: #e09056;
}

.pattern_c.c10190600 .course_naiyou li,
.pattern_c.oral-rehabilitation .course_naiyou li {
  border-color: #e09056;
}

.pattern_c.c10190600 .course_naiyou dt,
.pattern_c.oral-rehabilitation .course_naiyou dt {
  background: #e09056;
}

.pattern_c.c10190700 .pattern_c_h1,
.pattern_c.impad .pattern_c_h1 {
  background: #aa266b;
}

.pattern_c.c10190700 .pattern_c_h2,
.pattern_c.impad .pattern_c_h2 {
  border-left-color: #aa266b;
}

.pattern_c.c10190700 .course_naiyou li,
.pattern_c.impad .course_naiyou li {
  border-color: #aa266b;
}

.pattern_c.c10190700 .course_naiyou dt,
.pattern_c.impad .course_naiyou dt {
  background: #aa266b;
}

.pattern_c.c10190801 .pattern_c_h1,
.pattern_c.mmie .pattern_c_h1, .pattern_c.aesthetic-area .pattern_c_h1 {
  background: #68bd82;
}

.pattern_c.c10190801 .pattern_c_h2,
.pattern_c.mmie .pattern_c_h2, .pattern_c.aesthetic-area .pattern_c_h2 {
  border-left-color: #68bd82;
}

.pattern_c.c10190801 .course_naiyou li,
.pattern_c.mmie .course_naiyou li, .pattern_c.aesthetic-area .course_naiyou li {
  border-color: #68bd82;
}

.pattern_c.c10190801 .course_naiyou dt,
.pattern_c.mmie .course_naiyou dt, .pattern_c.aesthetic-area .course_naiyou dt {
  background: #68bd82;
}

.pattern_c.c10190900 .pattern_c_h1,
.pattern_c.perio .pattern_c_h1 {
  background: #ca5c70;
}

.pattern_c.c10190900 .pattern_c_h2,
.pattern_c.perio .pattern_c_h2 {
  border-left-color: #ca5c70;
}

.pattern_c.c10190900 .course_naiyou li,
.pattern_c.perio .course_naiyou li {
  border-color: #ca5c70;
}

.pattern_c.c10190900 .course_naiyou dt,
.pattern_c.perio .course_naiyou dt {
  background: #ca5c70;
}

.pattern_c.c10190900 .pattern_c_h1,
.pattern_c.perio2 .pattern_c_h1 {
  background: #ca5c70;
}

.pattern_c.c10190900 .pattern_c_h2,
.pattern_c.perio2 .pattern_c_h2 {
  border-left-color: #ca5c70;
}

.pattern_c.c10190900 .course_naiyou li,
.pattern_c.perio2 .course_naiyou li {
  border-color: #ca5c70;
}

.pattern_c.c10190900 .course_naiyou dt,
.pattern_c.perio2 .course_naiyou dt {
  background: #ca5c70;
}

.pattern_c.c10191300 .pattern_c_h1,
.pattern_c.ausd .pattern_c_h1 {
  background: #e2715a;
}

.pattern_c.c10191300 .pattern_c_h2,
.pattern_c.ausd .pattern_c_h2 {
  border-left-color: #e2715a;
}

.pattern_c.c10191300 .course_naiyou li,
.pattern_c.ausd .course_naiyou li {
  border-color: #e2715a;
}

.pattern_c.c10191300 .course_naiyou dt,
.pattern_c.ausd .course_naiyou dt {
  background: #e2715a;
}

.pattern_c.c10190199 .pattern_c_h1,
.pattern_c.dht .pattern_c_h1 {
  background: #db6aa3;
}

.pattern_c.c10190199 .pattern_c_h2,
.pattern_c.dht .pattern_c_h2 {
  border-left-color: #db6aa3;
}

.pattern_c.c10190199 .course_naiyou li,
.pattern_c.dht .course_naiyou li {
  border-color: #db6aa3;
}

.pattern_c.c10190199 .course_naiyou dt,
.pattern_c.dht .course_naiyou dt {
  background: #db6aa3;
}

.pattern_c.c11203001 .pattern_c_h1,
.pattern_c.icoi .pattern_c_h1 {
  background: #4a2673;
}

.pattern_c.c11203001 .pattern_c_h2,
.pattern_c.icoi .pattern_c_h2 {
  border-left-color: #4a2673;
}

.pattern_c.c11203001 .course_naiyou li,
.pattern_c.icoi .course_naiyou li {
  border-color: #4a2673;
}

.pattern_c.c11203001 .course_naiyou dt,
.pattern_c.icoi .course_naiyou dt {
  background: #4a2673;
}

.pattern_c.c14231201 .pattern_c_h1,
.pattern_c.ccss04 .pattern_c_h1 {
  background: #6dc9f0;
}

.pattern_c.c14231201 .pattern_c_h2,
.pattern_c.ccss04 .pattern_c_h2 {
  border-left-color: #6dc9f0;
}

.pattern_c.c14231201 .course_naiyou li,
.pattern_c.ccss04 .course_naiyou li {
  border-color: #6dc9f0;
}

.pattern_c.c14231201 .course_naiyou dt,
.pattern_c.ccss04 .course_naiyou dt {
  background: #6dc9f0;
}

.pattern_c .hdline1 {
  margin-bottom: 0;
}

.pattern_c_h1 {
  padding: 20px 0;
  color: #fff;
  line-height: 1.6;
  position: relative;
}
.pattern_c_h1.cat {
  min-height: 210px;
}
.pattern_c_h1 h1 {
  font-size: 32px;
  font-weight: bold;
}
.pattern_c_h1 p.bold {
  font-size: 24px;
}
.pattern_c_h1 figure {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 20px;
}
.pattern_c_h1 figure img {
  position: absolute;
  right: 30px;
  bottom: 0;
  width: 300px;
  height: auto;
}

.pattern_c_h2 {
  font-size: 24px;
  font-weight: bold;
  padding: 10px 0 10px 15px;
  margin: 0 0 20px 0;
  line-height: 1.6;
  border-left: 15px solid #15415A;
}
.pattern_c_h2 span {
  font-size: 80%;
}

.pattern_c_h2_courseno {
  font-size: 40%;
  display: block;
}

.pattern_c_h3 {
  font-size: 21px;
  font-weight: bold;
  margin: 0 0 20px 0;
  line-height: 1.6;
}

.pattern_c_course-wpcontent p + p {
  margin-top: 20px;
}

.pattern_c_h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}

.pattern_c_ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.pattern_c_section {
  border-bottom: 2px solid #ccc;
  padding: 50px 0;
}

.pattern_c_figure {
  display: flex;
  flex-wrap: wrap;
}
.pattern_c_figure img + img {
  margin-left: 20px;
}

ul.course_btn {
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
ul.course_btn li {
  flex: 0 0 auto;
  width: 240px;
  height: 118px;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
  margin-right: 20px;
}
ul.course_btn a {
  display: block;
  padding: 10px;
  line-height: 98px;
}
ul.course_btn a img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}

ul.course_naiyou {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
ul.course_naiyou a {
  color: #15415a;
  text-decoration: underline;
}
ul.course_naiyou a:hover {
  text-decoration: none;
}
ul.course_naiyou > li {
  width: calc(33.333333% - 20px);
  margin: 0 10px 20px 10px;
  border: 1px solid #009bb3;
}
ul.course_naiyou > li > dl {
  height: 100%;
}
ul.course_naiyou > li > dl > dt {
  color: #FFF;
  padding: 4px 0;
  text-align: center;
}
ul.course_naiyou > li > dl > dd {
  text-align: center;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100% - 40px);
}
ul.course_naiyou > li.nintei li {
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 0.2em;
}
ul.course_naiyou > li.session {
  width: 100%;
  margin-bottom: 20px;
}
ul.course_naiyou > li.session > dl dl {
  width: 100%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
ul.course_naiyou > li.session > dl dl > dt {
  background: none !important;
  padding-right: 1em;
}
ul.course_naiyou > li.session > dl dl > dd + dd {
  padding-left: 1em;
}

.course-program-list {
  margin-bottom: 40px;
}

.course_panf {
  display: flex;
}
.course_panf .course_panf_img {
  flex: 0 0 auto;
  max-width: 112px;
  margin-right: 20px;
  border: 1px solid #333;
}
.course_panf .course_panf_img img {
  width: 100%;
  height: auto;
}
.course_panf .course_panf_btn_box {
  flex: 1 1 auto;
  width: 112px;
}
.course_panf .course_panf_btn_box a {
  display: block;
  margin-bottom: 10px;
}

.pattern_c_teacher {
  display: flex;
  margin-bottom: 40px;
}
.pattern_c_teacher figure {
  flex: 0 0 auto;
  width: 150px;
  margin-right: 10px;
}
.pattern_c_teacher figure img {
  width: 100%;
  height: auto;
}
.pattern_c_teacher .teacher_name_box {
  flex: 1 1 auto;
  width: calc(100% - 170px);
}
.pattern_c_teacher .teacher_name_box p + p {
  margin-top: 0;
}
.pattern_c_teacher .teacher_name {
  font-size: 120%;
}

.pattern_c_content_applybtn > div > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pattern_c_content_applybtn > div > div > div {
  position: relative;
  width: calc(50% - 20px);
}
.pattern_c_content_applybtn > div > div > div + div::after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: -27px;
  top: 3px;
  font-size: 30px;
}
.pattern_c_content_applybtn > div > div > div + div.-arrownone::after {
  display: none;
}

@media screen and (max-width: 800px) {
  .pattern_c_h1 figure {
    text-align: right;
    position: relative;
    bottom: 0;
  }
  .pattern_c_h1 figure img {
    position: relative;
    right: 0;
    bottom: 0;
  }
  ul.course_naiyou > li {
    width: calc(50% - 20px);
  }
  .pattern_c_figure {
    display: block;
  }
  .pattern_c_figure img {
    margin: 5px;
    width: calc(100% - 10px);
  }
  .pattern_c_figure img + img {
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .pattern_c_h1 h1 {
    font-size: 24px;
    font-weight: bold;
  }
  .pattern_c_h1 p.bold {
    font-size: 15px;
  }
  .pattern_c_h1 figure {
    text-align: right;
  }
  .pattern_c_h1 figure img {
    position: relative;
    right: 0;
    bottom: 0;
    width: 80%;
    height: auto;
  }
  .pattern_c_h2 {
    padding: 5px 0 5px 7.5px;
    margin: 0 0 20px 0;
    border-left: 7.5px solid #15415A;
  }
  .pattern_c_h2 span {
    font-size: 16px;
  }
  .pattern_c_h3 {
    font-size: 16px;
  }
  ul.course_btn {
    margin-bottom: 0;
  }
  ul.course_btn li {
    margin: 0 0 10px;
  }
  .pattern_c_section {
    padding: 30px 0;
  }
  ul.course_naiyou {
    margin-left: 0;
  }
  ul.course_naiyou > li {
    width: 100%;
    margin: 0 0 10px;
  }
  ul.course_naiyou > li.nintei {
    width: 100%;
  }
  .pattern_c_figure {
    display: block;
  }
  .pattern_c_figure img + img {
    margin: 10px 0 0 0;
  }
}
.ausd .pattern_c_h1 p.bold {
  font-size: 32px;
}
.ausd .pattern_c_h1 figure img {
  position: absolute;
  right: 30px;
  bottom: 0;
  height: 140px;
  width: auto;
}
@media screen and (max-width: 480px) {
  .ausd .pattern_c_h1 figure img {
    position: relative;
    right: 0;
    bottom: 0;
    width: 80%;
    height: auto;
  }
}
.ausd #excellent-clinician h1 {
  font-size: 24px;
}
.ausd #distinguished-clinician h1 {
  font-size: 24px;
}
.ausd #master-clinician h1 {
  font-size: 24px;
}
.ausd .pattern_c_h1 figure.asahi img {
  height: 60px;
  width: auto;
  bottom: -10px;
}

#fix_cartbtn {
  position: fixed;
  right: 0;
  bottom: 30%;
  text-align: center;
  line-height: 1;
  background: #15415a;
  background: linear-gradient(to bottom, #15415a 0%, #1a1a1a 100%);
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
  color: #FFF;
  z-index: 100;
}
#fix_cartbtn.cart-none {
  background: #B2B1B2 !important;
}
#fix_cartbtn a.btn-cart {
  display: block;
  padding: 20px;
  color: #FFF;
}
#fix_cartbtn a.btn-cart:hover {
  background: #5f7a8c;
  background: linear-gradient(to bottom, #5f7a8c 0%, #a2b3be 100%);
}
#fix_cartbtn a.btn-cart img {
  display: block;
}
#fix_cartbtn #cart_number {
  background-color: #C1272D;
  color: #FFF;
  border-radius: 50%;
  height: 1.6em;
  line-height: 1.6em;
  width: 1.6em;
  text-align: center;
  position: absolute;
  top: -0.8em;
  left: calc(50% - 0.8em);
  font-weight: bold;
  font-size: 120%;
}

#apply_step_box {
  padding: 50px 30px 40px;
}
#apply_step_box ul {
  display: flex;
  border-left: 1px solid #E09156;
}
#apply_step_box ul li {
  width: 25%;
  text-align: center;
  position: relative;
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #E09156;
  border-bottom: 1px solid #E09156;
  margin-top: -1px;
}
#apply_step_box ul li.on {
  background: #E09156;
}
#apply_step_box ul li.on::before {
  background: #E09156;
}
#apply_step_box ul li::before {
  content: "";
  top: 5px;
  position: absolute;
  right: -15px;
  width: 27px;
  height: 27px;
  border-top: 1px solid #E09156;
  background: #fff;
  border-right: 1px solid #E09156;
  transform: rotate(45deg);
  z-index: 2;
}

.apply_btn {
  font-size: 120%;
  border-radius: 4px;
  padding: 15px 0;
  display: block;
  border: 1px solid #15415A;
  width: 40%;
  margin: 0 auto 10px auto;
  background-color: #FFF;
}
.apply_btn .arrow::before {
  border-top: 2px solid #15415A;
  border-right: 2px solid #15415A;
}
.apply_btn.-bl {
  color: #fff;
  background: #15415a; /* Old browsers */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #15415a 0%, #1a1a1a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.apply_btn:hover {
  background: #5f7a8c;
  background: linear-gradient(to bottom, #5f7a8c 0%, #a2b3be 100%);
  color: #FFF;
}

.result_table {
  border-left: 1px solid #333;
  border-top: 1px solid #333;
  width: 100%;
}
.result_table th,
.result_table td {
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 20px 10px;
  vertical-align: middle;
}
.result_table th {
  font-size: 12px;
  background: #f2f2f2;
  padding: 10px;
  white-space: nowrap;
}
.result_table tr:nth-child(2n) th,
.result_table tr:nth-child(2n) td {
  background: #E5F5F7;
}
.result_table .result_table_program_date {
  width: 200px;
}
.result_table .result_table_program_student_kbn {
  min-width: 60px;
}
.result_table .result_table_teacher {
  min-width: 100px;
}
.result_table .result_table_venue_kbn_place {
  min-width: 5.5em;
}
.result_table .result_table_program_capacity {
  min-width: 3.5em;
}
.result_table .result_table_program_unit_price {
  min-width: 6.5em;
}
.result_table .btn_1 {
  width: 5.7em;
  margin-top: 3px;
  margin-bottom: 3px;
}
.result_table .btn_2 {
  width: 5.7em;
  height: 38px;
  line-height: 38px;
  background: #C1272D;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 0;
  font-size: inherit;
  margin-top: 3px;
  margin-bottom: 3px;
}
.result_table .btn_2.-blue {
  background: #00a0e9;
}
.result_table .btn_2.end {
  background: #B2B1B2;
}
.result_table .btn_2.end:hover {
  background: #B2B1B2;
}
.result_table .btn_2:hover {
  background: #FF8B00;
}
.result_table .btn_2::after {
  display: none;
}
.result_table .btn_2 > span.arrow {
  display: inline-block;
  position: relative;
  padding-right: 14px;
}
.result_table .btn_2 > span.arrow::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.result_table #applicants {
  margin-bottom: 10px;
}
.result_table select {
  margin-bottom: 10px;
}

.result_table_sum {
  margin: 20px 0 40px auto;
  text-align: right;
}
.result_table_sum table {
  border-left: 1px solid #333;
  border-top: 1px solid #333;
  width: 30%;
  margin-left: auto;
  margin-right: 0px;
}
.result_table_sum table th,
.result_table_sum table td {
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 20px 14px;
  text-align: center;
}
.result_table_sum table td {
  font-weight: bold;
}

.apply2 input[type=text],
.apply2 input[type=tel],
.apply2 input[type=email],
.apply2 input[type=password],
.apply2 textarea {
  border: 1px solid #a6a6a6;
  background: #fff;
  padding: 4px;
  box-sizing: border-box;
}
.apply2 input[type=button],
.apply2 input[type=submit] {
  background: none;
  border: none;
}
.apply2 textarea {
  width: 100%;
}
.apply2 input[type=radio] {
  border: 1px solid #a6a6a6;
}
.apply2 .btn_1 {
  padding: 0 20px;
  width: auto;
}
.apply2 .btn_1 input {
  color: #FFF;
}
.apply2 #passwordbox {
  text-align: right;
  width: 60%;
}
.apply2 #passwordbox table {
  margin-bottom: 20px;
  width: 100%;
}
.apply2 #passwordbox input {
  width: 100%;
}
.apply2 #proposal_sendbox .apply_input_table input {
  width: 50%;
  display: inline-block;
}

.kome {
  color: red;
}

.apply_input_table {
  margin: 20px 0;
}
.apply_input_table table {
  border-top: 1px #ccc solid;
  border-left: 1px #ccc solid;
  width: 100%;
}
.apply_input_table table th,
.apply_input_table table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 12px;
}
.apply_input_table table th {
  background-color: #ecf4f8;
  text-align: right;
  min-width: 14em;
}
.apply_input_table table td p {
  padding-top: 10px;
}

.apply3_border_box {
  border: 1px solid #15415A;
  padding: 20px;
  margin: 40px 0 50px;
  text-align: center;
}
.apply3_border_box h3,
.apply3_border_box p {
  text-align: left;
}
.apply3_border_box .btn_1 {
  width: auto;
  padding: 0 20px;
}

.apply4_submit_box {
  text-align: center;
}
.apply4_submit_box p {
  margin-bottom: 20px;
}

.apply_password_set {
  border: 1px solid #29ABE2;
  text-align: center;
  padding: 20px;
  color: #29ABE2;
  margin-top: 40px;
}

.apply5_dl {
  margin-bottom: 40px;
  line-height: 1.75;
}
.apply5_dl dt {
  padding-top: 20px;
  font-weight: bold;
}
.apply5_dl dd {
  padding-left: 1.5em;
}

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

@media screen and (max-width: 800px) {
  .apply2 input[type=text],
  .apply2 input[type=tel],
  .apply2 input[type=email],
  .apply2 input[type=password],
  .apply2 textarea {
    width: 100%;
  }
  .result_table tr + tr {
    border-top: 1px solid #333;
  }
  .result_table tr th {
    display: none;
  }
  .result_table tr td {
    display: block;
    width: 100%;
    padding: 5px 5px 5px 90px;
    position: relative;
  }
  .result_table tr td[data-title=コース名] {
    font-weight: bold;
  }
  .result_table tr td::before {
    display: block;
    content: attr(data-title) " ";
    position: absolute;
    left: 5px;
    font-weight: normal;
  }
  .result_table tr td.lecturer .btn_1 {
    border-radius: 0;
    background: none;
    padding: 0;
    margin: 0;
    color: #15415a;
    width: auto;
    height: auto;
    line-height: 1.6 !important;
  }
  .result_table tr td.lecturer .btn_1 > span {
    padding: 0;
    text-decoration: underline !important;
  }
  .result_table tr td.lecturer .btn_1 > span::before {
    display: none;
  }
  .result_table tr td.lecturer .btn_1 > span:hover {
    text-decoration: none !important;
  }
  .result_table tr:nth-child(2) td:first-child {
    border-top: 1px solid #333;
  }
  .result_table .btn_1,
  .result_table .btn_2 {
    display: inline-block;
  }
  #apply_step_box ul {
    flex-wrap: wrap;
  }
  #apply_step_box ul li {
    width: calc(50% - 14px);
  }
  /* 授業料合計テーブル */
  .result_table_sum table {
    width: 100%;
  }
  .result_table_sum .apply_btn {
    width: 80%;
  }
  .apply_input_table table th {
    width: 30%;
    min-width: inherit;
  }
}
@media screen and (max-width: 480px) {
  #fix_cartbtn {
    top: unset;
    bottom: 20%;
  }
  #fix_cartbtn a.btn-cart {
    padding: 16px 10px 10px;
  }
  #fix_cartbtn a.btn-cart img {
    width: 20px;
    height: auto;
  }
  #fix_cartbtn a.btn-cart p {
    font-size: 12px;
    writing-mode: vertical-rl;
  }
  #apply_step_box {
    padding: 30px 15px;
  }
  #apply_step_box ul li {
    font-size: 12px;
  }
  .apply2 #passwordbox {
    width: 100%;
  }
}
/* Utility
----------------------------------------------------------------- */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.c-red {
  color: #ff0000;
}

.c-bl {
  color: #15415a;
}

.c-orange {
  color: #FF8B00;
}

.u-display--block {
  display: block;
}
.u-display--flex {
  display: flex;
}
.u-display--flex--wrap {
  flex-wrap: wrap;
}
.u-display--flex--center {
  justify-content: center;
}
.u-display--flex--vcenter {
  align-items: center;
}

.mbs {
  margin-bottom: 20px;
}

.mbm {
  margin-bottom: 40px;
}

.mbl {
  margin-bottom: 60px;
}

.mb2l {
  margin-bottom: 80px;
}

.mlrs {
  margin-left: 10px;
  margin-right: 10px;
}

.link1 {
  color: #15415a;
  text-decoration: underline;
}

.link1:hover {
  text-decoration: none;
}

@media screen and (min-width: 801px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.t-c {
  text-align: center !important;
}

.t-l {
  text-align: left !important;
}

.t-r {
  text-align: right !important;
}

.p_right {
  text-align: right;
}

/*for single.php*/
.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.fss {
  font-size: 12px;
}

.fsm {
  font-size: 18px;
}

.fsl {
  font-size: 24px;
}

.fs2l {
  font-size: 32px;
}
@media screen and (max-width: 480px) {
  .fs2l {
    font-size: 24px;
  }
}

.f-shishiki img {
  vertical-align: middle;
}

@media screen and (max-width: 480px) {
  .sp-fss {
    font-size: 12px;
  }
}
/*クリニカルベーシック*/
.clinical-basic_bg,
.basic-seminar1_bg,
.basic-seminar2_bg {
  background-color: #009bb3;
}

.clinical-basic_circle-icon,
ul.clinical-basic_list li {
  position: relative;
  margin-left: 1.2em;
}

.clinical-basic_circle-icon::before,
ul.clinical-basic_list li::before {
  position: absolute;
  content: "●";
  left: -1.2em;
  color: #009bb3;
  top: -2px;
}

/*クリニカルステップアップ*/
.clinical-stepup_bg,
.cssc_bg {
  background: #a38a77;
}

.clinical-stepup_circle-icon,
ul.clinical-stepup_list li {
  position: relative;
  margin-left: 1.2em;
}

.clinical-stepup_circle-icon::before,
ul.clinical-stepup_list li::before {
  position: absolute;
  content: "●";
  left: -1.2em;
  color: #a38a77;
  top: -2px;
}

/*クリニカルスキルアップ*/
.cus_bg {
  background: #009bb3;
}

.cus_circle-icon,
ul.cus_list li {
  position: relative;
  margin-left: 1.2em;
}

.cus_circle-icon::before,
ul.cus_list li::before {
  position: absolute;
  content: "●";
  left: -1.2em;
  color: #009bb3;
  top: -2px;
}

/*マルチディプリナリー*/
.multidisciplinary_bg {
  background: #6d4799;
}

.multidisciplinary_circle-icon,
ul.multidisciplinary_list li {
  position: relative;
  margin-left: 1.2em;
}

.multidisciplinary_circle-icon::before,
ul.multidisciplinary_list li::before {
  position: absolute;
  content: "●";
  left: -1.2em;
  color: #6d4799;
  top: -2px;
}

/*UCLA”*/
.ucla_bg {
  background: #3881b8;
}

.ucla_circle-icon,
ul.ucla_list li {
  position: relative;
  margin-left: 1.2em;
}

.ucla_circle-icon::before,
ul.ucla_list li::before {
  position: absolute;
  content: "●";
  left: -1.2em;
  color: #3881b8;
  top: -2px;
}

/*インプラントベーシック*/
.implant-basic_bg {
  background: #76879a;
}

.implant-basic_circle-icon,
ul.implant-basic_list li {
  position: relative;
  margin-left: 1.2em;
}

.implant-basic_circle-icon::before,
ul.implant-basic_list li::before {
  position: absolute;
  content: "●";
  left: -1.2em;
  color: #76879a;
  top: -2px;
}

/*オーラルリハビリテーション*/
.oral-rehabilitation_bg {
  background: #e09056;
}

.oral-rehabilitation_circle-icon,
ul.oral-rehabilitation_list li {
  position: relative;
  margin-left: 1.2em;
}

.oral-rehabilitation_circle-icon::before,
ul.oral-rehabilitation_list li::before {
  position: absolute;
  content: "●";
  left: -1.2em;
  color: #e09056;
  top: -2px;
}

/*インプラントアドバンス*/
.implant-advance_bg,
.impad_bg {
  background: #aa266b;
}

.implant-advance_circle-icon,
ul.implant-advance_list li {
  position: relative;
  margin-left: 1.2em;
}

.implant-advance_circle-icon::before,
ul.implant-advance_list li::before {
  position: absolute;
  content: "●";
  left: -1.2em;
  color: #aa266b;
  top: -2px;
}

/*審美領域*/
.aesthetic-area_bg,
.mmie_bg {
  background: #68bd82;
}

.aesthetic-area_circle-icon,
ul.aesthetic-area_list li {
  position: relative;
  margin-left: 1.2em;
}

.aesthetic-area_circle-icon::before,
ul.aesthetic-area_list li::before {
  position: absolute;
  content: "●";
  left: -1.2em;
  color: #68bd82;
  top: -2px;
}

/*ペリオドンタルアドバンス*/
.periodontal-advance_bg,
.perio_bg {
  background: #ca5c70;
}

.periodontal-advance_circle-icon,
ul.periodontal-advance_list li {
  position: relative;
  margin-left: 1.2em;
}

.periodontal-advance_circle-icon::before,
ul.periodontal-advance_list li::before {
  position: absolute;
  content: "●";
  left: -1.2em;
  color: #ca5c70;
  top: -2px;
}

/*アドバンスコース（歯周治療）*/
.periodontal-advance_bg,
.perio2_bg {
  background: #ca5c70;
}

.periodontal-advance_circle-icon,
ul.periodontal-advance_list li {
  position: relative;
  margin-left: 1.2em;
}

.periodontal-advance_circle-icon::before,
ul.periodontal-advance_list li::before {
  position: absolute;
  content: "●";
  left: -1.2em;
  color: #ca5c70;
  top: -2px;
}

/*衛生士養成*/
.hygienist-training_bg,
.dhp_bg {
  background: #f19db2;
}

.hygienist-training_circle-icon,
ul.hygienist-training_list li {
  position: relative;
  margin-left: 1.2em;
}

.hygienist-training_circle-icon::before,
ul.hygienist-training_list li::before {
  position: absolute;
  content: "●";
  left: -1.2em;
  color: #f19db2;
  top: -2px;
}

/*スポーツ歯学*/
.sports_bg,
.sd_bg {
  background: #fac300;
}

.sports_circle-icon,
ul.sports_list li {
  position: relative;
  margin-left: 1.2em;
}

.sports_circle-icon::before,
ul.sports_list li::before {
  position: absolute;
  content: "●";
  left: -1.2em;
  color: #fac300;
  top: -2px;
}

/*朝日大学*/
.asahi_bg,
.ausd_bg {
  background: #e2715a;
}

.asahi-thin_bg {
  background: #f6d4ce;
}

.asahi_circle-icon,
ul.asahi_list li {
  position: relative;
  margin-left: 1.2em;
}

.asahi_circle-icon::before,
ul.asahi_list li::before {
  position: absolute;
  content: "●";
  left: -1.2em;
  color: #e2715a;
  top: -2px;
}

/*医科歯科連携時代のチーム医療における歯科衛生士養成コース*/
.dht_bg {
  background: #db6aa3;
}

.dht-thin1_bg {
  background: #d2a0b9 !important;
}

.dht-thin2_bg {
  background: #f4d2e4 !important;
}

.dht_circle-icon,
ul.dht_list li {
  position: relative;
  margin-left: 1.2em;
}

.dht_circle-icon::before,
ul.dht_list li::before {
  position: absolute;
  content: "●";
  left: -1.2em;
  color: #db6aa3;
  top: -2px;
}

/*ICOI*/
.icoi_bg,
.icoi_bg {
  background: #4a2673;
}

.icoi_circle-icon,
ul.icoi_list li {
  position: relative;
  margin-left: 1.2em;
}

.icoi_circle-icon::before,
ul.icoi_list li::before {
  position: absolute;
  content: "●";
  left: -1.2em;
  color: #4a2673;
  top: -2px;
}

/*クリニカルスタートアップセミナーハンズオン*/
.ccss04_bg,
.ccss04_bg {
  background: #6dc9f0;
}

.ccss04_circle-icon,
ul.ccss04_list li {
  position: relative;
  margin-left: 1.2em;
}

.ccss04_circle-icon::before,
ul.ccss04_list li::before {
  position: absolute;
  content: "●";
  left: -1.2em;
  color: #6dc9f0;
  top: -2px;
}

/*fontawesome*/
.fas {
  margin-right: 5px;
  vertical-align: middle;
}

/*icon*/
.new-icon {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  background: #ffff00;
  padding: 4px 10px;
  z-index: 10;
}

#ui-datepicker-div {
  z-index: 5000 !important;
}

@media screen and (max-width: 1280px) { /*pc ~ tablet*/
  .new-icon {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    background: #ffff00;
    font-size: 10px;
    padding: 2px 5px;
    z-index: 10;
  }
}
@media screen and (min-width: 481px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .pc {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */