@charset "UTF-8";
/*** base ***/
/* base */
/* header */
/*** --  bootstrap overwite -- ***/
.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
  padding-left: 0;
  padding-right: 0; }

b, strong {
  font-weight: bold; }

.row {
  margin-left: 0;
  margin-right: 0; }

.navbar-expand-md .navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

.dropdown > .dropdown-menu {
  line-height: 20px;
  background-color: rgba(0, 99, 155, 0.5);
  margin-top: 0px; }
  .dropdown > .dropdown-menu a.dropdown-item:hover {
    background-color: transparent; }

.border-light {
  border-color: #e7eaec !important; }

/*
.dropdown{
    >.dropdown-menu{
	    a.dropdown-item{
	    	&:hover{
			    background-color:transparent;
	    	}
	    }
    }
    &:hover{
    	>.dropdown-menu{
			display: block;
			line-height:20px;
			background-color:rgba(0,99,155,0.5);
    	}
    }
    .dropdown-toggle{
    	&:active{
		    pointer-events: none;
    	}
    }
}
*/
/* Slider */
.carousel .carousel-inner .carousel-item .carousel-caption {
  bottom: 50%; }
  .carousel .carousel-inner .carousel-item .carousel-caption h3 {
    font-family: 'Roboto',sans-serif;
    font-size: 60px;
    letter-spacing: 5px; }

a.carousel-control-prev > i,
a.carousel-control-next > i {
  font-size: 30px;
  background-color: #222;
  color: #fff;
  padding: 20px; }

a.carousel-control-prev {
  left: -30px; }

a.carousel-control-next {
  right: -30px; }

/* Navigation */
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.navbar-toggler {
  border: none;
  /*  background: transparent !important;*/
  background: #008080; }

.navbar-toggler:focus {
  outline: none;
  /*  background: transparent !important;*/
  background: #008080; }

.navbar-toggler .icon-bar {
  background-color: #fff;
  -webkit-transform: rotate(0deg) translate(0px, 0px);
  -ms-transform: rotate(0deg) translate(0px, 0px);
  transform: rotate(0deg) translate(0px, 0px);
  -webkit-transition: ease all .2s;
  -o-transition: ease all .2s;
  transition: ease all .2s; }

.navbar-toggler .icon-bar {
  display: block;
  width: 36px;
  height: 2px;
  border-radius: 1px;
  margin: 0 auto;
  /*
  margin-top:7px;
  margin-bottom:7px;
*/ }

.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px; }

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 4px);
  -ms-transform: rotate(45deg) translate(5px, 4px);
  transform: rotate(45deg) translate(5px, 4px);
  -webkit-transition: ease all .2s;
  -o-transition: ease all .2s;
  transition: ease all .2s; }

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
  -webkit-transition: ease all .2s;
  -o-transition: ease all .2s;
  transition: ease all .2s; }

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(4px, -4px);
  -ms-transform: rotate(-45deg) translate(4px, -4px);
  transform: rotate(-45deg) translate(4px, -4px);
  -webkit-transition: ease all .2s;
  -o-transition: ease all .2s;
  transition: ease all .2s; }

/* breadcrumb */
.breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0.75em 0; }
  .breadcrumb .breadcrumb-item {
    color: #333;
    font-weight: bold; }
    .breadcrumb .breadcrumb-item a {
      color: #333; }
    .breadcrumb .breadcrumb-item:before {
      color: #333; }

/* Tab */
.nav-tabs .nav-link {
  border-width: 3px; }
  .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
    border-color: #fff #fff #008080 #fff; }

.card {
  border: none;
  margin-bottom: 0px;
  border-radius: initial; }
  .card .card-body {
    text-align: left; }
    .card .card-body.gray {
      background-color: #F8F8F8; }

dl dt, dl dd {
  line-height: 28px; }

.mt-6 {
  margin-top: 4rem; }

.mt-7 {
  margin-top: 5rem; }

@media (max-width: 768px) {
  .breadcrumb {
    width: 100%;
    padding: 0.75rem 1.5rem; }
  /* Slider */
  .carousel .carousel-inner .carousel-item .carousel-caption {
    bottom: 40%; }
    .carousel .carousel-inner .carousel-item .carousel-caption h3 {
      font-size: 36px; }
  .navbar-toggler {
    width: 40px;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px; }
    .navbar-toggler .icon-bar {
      width: 100%; }
  .navbar-collapse {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .navbar-collapse .navbar-nav {
      margin-top: 30px;
      max-height: calc(100vh - 80px);
      height: 100vh; }
      .navbar-collapse .navbar-nav .nav-item {
        position: relative; }
        .navbar-collapse .navbar-nav .nav-item:last-child {
          border-bottom: 1px solid rgba(255, 255, 255, 0.7); }
        .navbar-collapse .navbar-nav .nav-item a {
          padding: 26px 0;
          border-top: 1px solid #dcdcdc; }
          .navbar-collapse .navbar-nav .nav-item a.dropdown-toggle:after {
            position: absolute;
            right: 20px; }
        .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
          background-color: transparent; }
          .navbar-collapse .navbar-nav .nav-item .dropdown-menu a.dropdown-item {
            padding: 10px 30px; }
  dl dt, dl dd {
    line-height: 20px; } }

/*** -- reset -- ***/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top;
  background: transparent; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  padding: 0; }

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }

html {
  touch-action: manipulation;
  -ms-touch-action: manipulation; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }
  table th,
  table td {
    font-weight: normal;
    padding: 0.5em;
    vertical-align: top; }

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

ul {
  list-style: none; }

ul:after,
.clearfix:after {
  content: "";
  display: block;
  clear: both; }

blockquote,
p {
  line-height: 28px;
  quotes: none; }
  blockquote:before, blockquote:after,
  p:before,
  p:after {
    content: '';
    content: none; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  outline: none;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  color: #222; }
  a:hover {
    text-decoration: none; }
  a:focus {
    outline: none;
    border: none;
    text-decoration: none; }

ins {
  background-color: #db630d;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #db630d;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #db630d;
  cursor: help; }

hr {
  visibility: hidden;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0; }

/*
input, 
select {
	vertical-align:middle;
	-webkit-appearance: none;
	-o-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	outline: none;
}
*/
img {
  max-width: 100%; }

body {
  font-family: 'HiraKakuPro-W3-AlphaNum',sans-serif;
  color: #222;
  width: 100%;
  font-weight: 300;
  background-color: #fff;
  font-size: 14px;
  line-height: 1;
  padding-top: 70px;
  -webkit-font-smoothing: antialiased; }

/*** -- end reset -- ***/
/*** modules ***/
/*** layouts ***/
/*** Common ***/
.container-fluid {
  padding-left: 0;
  padding-right: 0; }

#container {
  width: 100%; }

.block {
  width: 800px;
  margin: 0 auto;
  margin-top: 50px;
  padding: 50px 0;
  text-align: center; }

.sub-block {
  width: 800px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center; }

h2.title {
  font-size: 26px;
  margin-bottom: 50px; }

h4.wp-date {
  color: #808080; }

.back-bk {
  background-color: #222 !important;
  color: #fff !important; }

.back-gray {
  background-color: gray !important;
  color: #fff !important; }

.pc {
  display: block; }

.sp {
  display: none; }

#container {
  position: absolute;
  top: 0px;
  left: 0px; }

.wp-date {
  font-size: 12px;
  font-weight: bold;
  color: #8c8a8a; }

section#client {
  background: url("../images/back_client.jpg") no-repeat;
  background-size: cover; }

section h2 {
  font-size: 30px;
  font-weight: bold;
  color: #008080;
  line-height: 40px; }
  section h2 span {
    font-size: 16px;
    color: #595757; }
  section h2.orange {
    color: #FF902B; }

section h3 {
  color: #595757;
  font-weight: bold;
  line-height: 30px; }

section .card {
  background-color: transparent; }
  section .card .z-hide {
    z-index: 1; }
  section .card .card-title {
    font-size: 20px;
    font-weight: bold; }

section .blog .card .card-title {
  font-size: 18px; }

/* scroll */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%; }
  #page-top a {
    background-color: rgba(0, 128, 128, 0.6);
    text-decoration: none;
    color: #fff;
    padding: 20px 30px;
    text-align: center;
    display: block; }
    #page-top a:hover {
      text-decoration: none;
      background: #008080; }
    #page-top a > i {
      font-size: 30px; }

section#main {
  position: relative;
  margin-top: 70px; }
  section#main h1.title {
    display: block;
    /*
		position:absolute;
		top:60%;
		left:50%;
*/
    /*
		-webkit-transform: translate(-50%, -50%);
  		transform: translate(-50%, -50%);
*/
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    text-align: center; }
    section#main h1.title.green {
      color: #8CD140; }
    section#main h1.title.blue {
      color: #6ACAE3; }
    section#main h1.title.orange {
      color: #FF902B; }
    section#main h1.title span.sub_title {
      font-size: 14px;
      color: #595757; }
    section#main h1.title.pink {
      color: #FF95BD; }

/* sub_page common */
.sub_main_title {
  padding: 130px 0;
  background-color: #ccc;
  color: #fff; }
  .sub_main_title .row {
    width: 1000px;
    margin: 0 auto; }
    .sub_main_title .row p {
      font-size: 30px;
      line-height: 35px;
      letter-spacing: 0.3vw; }
      .sub_main_title .row p span {
        font-size: 14px; }

/* breadcrumb common */
.breadcrumb_sec {
  margin: 0 auto;
  margin-top: 50px;
  padding: 5px 0;
  width: 800px; }
  .breadcrumb_sec .row {
    margin: 0 auto; }
    .breadcrumb_sec .row ol.breadcrumb li.breadcrumb-item {
      font-size: 12px; }
      .breadcrumb_sec .row ol.breadcrumb li.breadcrumb-item:before {
        content: ">"; }
      .breadcrumb_sec .row ol.breadcrumb li.breadcrumb-item:first-child:before {
        content: ""; }
      .breadcrumb_sec .row ol.breadcrumb li.breadcrumb-item:last-child {
        font-weight: bold; }
      .breadcrumb_sec .row ol.breadcrumb li.breadcrumb-item a {
        text-decoration: underline;
        color: #008080; }
        .breadcrumb_sec .row ol.breadcrumb li.breadcrumb-item a:hover {
          text-decoration: none; }

.paginate span.page-numbers {
  font-size: 12px !important;
  line-height: 18px !important;
  padding: 10px;
  color: #008080;
  border: 1px solid #008080; }

.paginate a.page-numbers {
  font-size: 12px !important;
  line-height: 18px !important;
  padding: 10px;
  color: #fff;
  background-color: #008080; }

div.description {
  margin-top: 20px; }
  div.description p {
    font-size: 12px;
    text-align: left; }

.btn {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 60px;
  padding-right: 60px;
  color: #008080;
  border: 1px solid #008080;
  text-align: center;
  border-radius: 0px; }
  .btn span {
    display: inline-block;
    font-size: 16px;
    font-weight: bold; }
  .btn i {
    margin-left: 30px;
    font-size: 40px; }
  .btn:hover {
    color: #fff;
    background-color: #008080; }
  .btn.sm-btn {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 30px;
    padding-right: 10px;
    border-radius: 30px; }
    .btn.sm-btn span {
      margin-top: 2px;
      font-size: 18px;
      font-weight: bold; }
    .btn.sm-btn i {
      margin-left: 20px;
      font-size: 30px; }

.card .btn {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 30px;
  padding-right: 10px;
  border-radius: 30px; }
  .card .btn span {
    margin-top: 2px;
    font-size: 18px;
    font-weight: bold; }
  .card .btn i {
    margin-left: 20px;
    font-size: 30px; }

.bk-white {
  background-color: #fff; }

.bk-orange {
  background-color: #FF902B; }

.bk-light-orange {
  background-color: #F9D4B9; }

.bk-green {
  background-color: #008080; }

.bk-light-green {
  background-color: #DEF6D0; }

.bk-light-more-green {
  background-color: #EDF7DF; }

.bk-blue {
  background-color: #9CDBE5; }

.bk-light-blue {
  background-color: #e1eef1; }

.bk-pink {
  background-color: #FF95BD; }

.bk-light-pink {
  background-color: #FFE3EE; }

.bk-gray {
  background-color: #F7F8F8; }

.bk-light-gray {
  background-color: #f5f5f5; }

.bk-cream {
  background-color: #F7E2C1; }

.bk-light-yellow {
  background-color: #F9CB7A; }

.text-green {
  color: #008080; }

.icon_newcomer {
  padding: 1px;
  /*	width:50px;*/
  color: #fff;
  font-weight: bold;
  text-align: center; }

.rounded-top {
  border-top-left-radius: 1.2rem !important;
  border-top-right-radius: 1.2rem !important; }

.rounded-bottom {
  border-bottom-left-radius: 1.2rem !important;
  border-bottom-right-radius: 1.2rem !important; }

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all 2.5s;
  -o-transition: all 2.5s;
  transition: all 2.5s; }

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

/*
section.green{
	background-color:#dbf7ca;
}
*/
#btn-contact {
  position: fixed;
  top: 15%;
  right: 0;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8; }

.sub-title {
  /*	color:#fff;*/
  font-weight: bold;
  padding: 0 20px; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: ""; }

.stretched-link:hover:after {
  background-color: rgba(0, 128, 128, 0.2); }

@media (max-width: 768px) {
  .block {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 30px; }
  .sub-block {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px; }
  .pc {
    display: none; }
  .sp {
    display: block; }
  section .blog .card .card-title {
    font-size: 14px;
    line-height: 22px; }
  section#main {
    /*		padding-top:100px;
		padding-bottom:100px;
*/ }
    section#main.green {
      background-color: #EDF7DF; }
    section#main.pink {
      background-color: #FFE3EE; }
    section#main h1.title {
      /*			width:90%; */ }
    section#main .msg_area {
      top: 50%; }
      section#main .msg_area h3 {
        line-height: 38px;
        font-size: 20px; }
        section#main .msg_area h3 span {
          font-size: 26px; }
  body.sub section#main {
    padding-top: 100px;
    padding-bottom: 100px; }
  .sub_main_title {
    padding: 100px 20px; }
    .sub_main_title .row {
      width: 100%; }
      .sub_main_title .row p {
        font-size: 24px;
        line-height: 28px; }
        .sub_main_title .row p span {
          font-size: 12px; }
  /* breadcrumb common */
  .breadcrumb_sec {
    width: 100%; }
  .parallax-window {
    min-height: 500px; }
  .btn {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%; }
    .btn span {
      font-size: 16px; }
    .btn i {
      margin-left: 10px; }
  #btn-contact {
    top: 15%; } }

/*** Header ***/
#header {
  background-color: rgba(255, 255, 255, 0.8);
  margin-right: 5%;
  width: 100%;
  height: 70px; }
  #header a {
    color: #333;
    font-size: 12px; }
    #header a:hover {
      text-decoration: underline; }
    #header a.nav-link {
      margin-left: 20px;
      margin-right: 20px; }

@media (max-width: 768px) {
  #header {
    background-color: rgba(255, 255, 255, 0.9);
    margin-right: 0;
    height: 60px; }
    #header a {
      font-size: 14px;
      font-weight: bold; }
      #header a.navbar-brand {
        width: 80%; }
      #header a.nav-link {
        margin-left: 0;
        margin-right: 0;
        padding-left: 20px;
        padding-right: 20px; }
        #header a.nav-link i {
          position: absolute;
          right: 20px;
          top: 24px;
          bottom: 0;
          font-size: 22px;
          text-align: right;
          color: #008080; }
    #header header {
      background-color: #fff; } }

/*** Footer ***/
#footer {
  width: 100%;
  padding: 30px 0 0; }
  #footer .nav-link {
    padding: 20px 20px; }

@media (max-width: 768px) {
  #footer footer {
    width: 100%; }
    #footer footer #copyright {
      width: 100%; }
    #footer footer .nav-link {
      text-align: left;
      border-top: 1px #dcdcdc solid;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      cursor: pointer; }
      #footer footer .nav-link i {
        position: absolute;
        right: 20px;
        top: 24px;
        bottom: 0;
        font-size: 24px;
        text-align: right;
        color: #008080; } }

/*** Top ***/
section#member .card {
  border: none;
  background-color: transparent; }
  section#member .card .card-body {
    z-index: 0;
    background-color: #fff;
    /*
			width: 200px;
			height: 200px;
			-webkit-border-radius: 250px;
			-moz-border-radius: 250px;
			border-radius: 250px;
*/
    min-height: 220px;
    text-align: left; }
    section#member .card .card-body .card-title {
      font-size: 14px;
      margin-top: 10px;
      font-weight: bold;
      line-height: 25px; }
    section#member .card .card-body .card-text {
      line-height: 20px; }

section#news p.category {
  font-size: 10px;
  font-weight: bold;
  border: 1px solid #008080;
  color: #008080;
  line-height: 0;
  padding-top: 9px;
  padding-bottom: 9px;
  width: 80px; }
  section#news p.category.news-info {
    border: 1px solid #008080;
    color: #008080; }
  section#news p.category.news-report {
    border: 1px solid #db7093;
    color: #db7093; }
  section#news p.category.news-seminar {
    border: 1px solid #808080;
    color: #808080; }
  section#news p.category.news-blog {
    border: 1px solid #d2691e;
    color: #d2691e; }

section#news p.time {
  font-size: 12px;
  font-weight: bold;
  line-height: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #8c8a8a; }

section#news a {
  line-height: 22px;
  font-size: 16px;
  font-weight: bold; }

section#client {
  padding: 50px 0; }
  section#client .block {
    padding: 50px;
    background-color: rgba(255, 255, 255, 0.8); }

section#blog p.category {
  font-size: 10px;
  font-weight: bold;
  border: 1px solid #008080;
  color: #008080;
  line-height: 0;
  padding-top: 10px;
  padding-bottom: 10px; }

section#blog p.time {
  font-size: 12px;
  font-weight: bold;
  line-height: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #8c8a8a; }

/*
section#blog{
	.card{
		.card-body{
			height:250px;
		}
		.card-title{
			color:#8CD140;
			font-size:14px;
		}
	}
}
*/
@media (max-width: 768px) {
  section#client {
    padding-left: 5%;
    padding-right: 5%; }
    section#client .block {
      padding: 30px; }
  section.parallax {
    background-image: url(../images/sp/main.jpg); }
  section#licenses {
    padding-left: 10%;
    padding-right: 10%; }
  section#licenses_hierarchy p.description {
    font-size: 12px;
    line-height: 16px; }
  section#member .card {
    /*
			img{
				width:50%;
			}
		*/ }
    section#member .card .card-body {
      margin: 0 auto; }
      section#member .card .card-body .card-title span {
        font-size: 12px; }
  section#news {
    /*
		ul.news{
			li{
				p.title{
					padding:0 0 5px 0;
					font-size:12px;
				}
				p.detail{
					padding:15px 0 0 0;
					font-size:12px;
				}
			}
		}
*/ }
  section#member .carousel-item > img {
    width: 80%; }
  section#member a.carousel-control-prev {
    left: 0px; }
    section#member a.carousel-control-prev > i {
      font-size: 15px;
      padding: 15px; }
  section#member a.carousel-control-next {
    right: 0px; }
    section#member a.carousel-control-next > i {
      font-size: 15px;
      padding: 15px; } }

section#course_detail #breadcrumb_sec {
  margin-top: 0;
  padding-top: 50px; }

section#course_detail .block {
  margin-top: 0; }

section#members_prof p.name span {
  font-size: 30px;
  font-weight: bold;
  vertical-align: text-bottom; }

section#members_prof p.title {
  font-size: 16px;
  font-weight: bold; }

section#members_prof ul {
  padding-left: 15px; }
  section#members_prof ul li {
    padding: 5px 0;
    list-style-type: disc;
    line-height: 20px; }

section#lecturer_career .title {
  font-size: 30px;
  color: #FF95BD; }

section#lecturer_career ul.list li {
  margin-top: 24px; }

@media (max-width: 768px) {
  section#lecturer_career .title {
    text-align: center; } }

section#company_mission h3 {
  font-size: 24px;
  font-weight: bold; }

section#company_vision h3 {
  font-size: 24px;
  font-weight: bold; }

section#company_vision ul {
  margin: 0 auto;
  max-width: 500px;
  padding-left: 15px; }
  section#company_vision ul li {
    padding: 5px 0;
    list-style-type: decimal;
    line-height: 20px;
    text-align: left; }

section#blog_new_message {
  background-image: url(../images/sub/blog_new.jpg); }
  section#blog_new_message .sub-block {
    margin-top: 0; }
    section#blog_new_message .sub-block .breadcrumb_sec {
      margin-top: 2vw; }
      section#blog_new_message .sub-block .breadcrumb_sec .breadcrumb-item {
        font-size: 1.1vw; }

@media (max-width: 768px) {
  .sub-block {
    width: 90%; } }

section#blog_detail .card .card-title.small {
  font-size: 12px; }

section#blog_detail .card .card-title.title {
  padding-left: 30px; }
  section#blog_detail .card .card-title.title:before {
    position: absolute;
    left: -20px;
    content: "▪️";
    font-size: 60px;
    color: #FF902B; }

@media (max-width: 768px) {
  .sub-block {
    width: 90%;
    margin-top: 0px; } }
