@charset "UTF-8";
/* =====================================================================================================================
=
= なにわ歯科衛生専門学校
= practice
=
===================================================================================================================== */
/*
- Curriculum 共通
--------------------------------------------------------------------------------------------------------------------- */
#curriculum #content-header h1 {
  background-image: url("/_assets/img/pc/curriculum/main_image.jpg"); }

#page-content .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }
#page-content .clearfix {
  display: inline-block; }
#page-content .lrbox {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
#page-content h3 {
  padding: 10px 15px;
  color: #fff;
  background: #ff86cb;
  border-radius: 8px;
  font-size: 2.0rem;
  font-weight: 700;
  margin-top: 40px; }

.selection-cost {
  width: 45%; }
.selection-comparison {
  width: 50%; }
.selection-tbl {
  margin-top: 30px;
  width: 100%; }
  .selection-tbl th, .selection-tbl td {
    border: 1px solid #ccc;
    padding: 10px;
    vertical-align: middle; }
  .selection-tbl th {
    background: #fbe9ec;
    text-align: center; }
  .selection-tbl ul li {
    position: relative;
    padding-left: 20px; }
    .selection-tbl ul li:before {
      content: "●";
      position: absolute;
      top: 0;
      left: 0; }
  .selection-tbl .hedding th, .selection-tbl .hedding td {
    font-weight: 700; }
  .selection-tbl .hedding-pink {
    color: #ee86a1; }
  .selection-tbl .hedding-blue {
    background: #d0dbef;
    color: #6894c7; }
  .selection-tbl .list-pink li:before {
    color: #ee86a1; }
  .selection-tbl .list-blue li:before {
    color: #6894c7; }

.transfer-sec {
  margin-top: 40px; }
.transfer-university {
  width: 60%; }
.transfer-point {
  width: 37.5%; }

.category-links {
  margin-top: 40px; }

/*
/*
- media query (smart phone)
--------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  #page-content .lrbox {
    gap: 30px 0; }
  #page-content h3 {
    font-size: 1.4rem; }

  .tblbox {
    overflow-x: auto; }

  .selection-cost {
    width: 100%; }
  .selection-comparison {
    width: 100%; }
  .selection-tbl {
    width: 964px; }

  .transfer-university {
    width: 100%; }
  .transfer-point {
    width: 100%; } }
