@charset "utf-8";

/* cyrillic-ext */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"),
    url(https://fonts.gstatic.com/s/robotocondensed/v17/ieVl2ZhZI2eCN5jzbjEETS9weq8-19-7DRs5.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"),
    url(https://fonts.gstatic.com/s/robotocondensed/v17/ieVl2ZhZI2eCN5jzbjEETS9weq8-19a7DRs5.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"),
    url(https://fonts.gstatic.com/s/robotocondensed/v17/ieVl2ZhZI2eCN5jzbjEETS9weq8-1967DRs5.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"),
    url(https://fonts.gstatic.com/s/robotocondensed/v17/ieVl2ZhZI2eCN5jzbjEETS9weq8-19G7DRs5.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"),
    url(https://fonts.gstatic.com/s/robotocondensed/v17/ieVl2ZhZI2eCN5jzbjEETS9weq8-1927DRs5.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"),
    url(https://fonts.gstatic.com/s/robotocondensed/v17/ieVl2ZhZI2eCN5jzbjEETS9weq8-19y7DRs5.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"),
    url(https://fonts.gstatic.com/s/robotocondensed/v17/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

/* ---------------TOP------------------*/

#visual .visualSlider>li {
  display: none;
}

#visual .slick-slider>li {
  display: block !important;
}

.visualSlider {
  margin: 0 auto;
}

.visualSlider li {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.visualSlider img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.visualSlider .slick-track {
  line-height: 1;
}

.visualSlider .slick-dots {
  text-align: center;
  margin: 30px 0 0;
  height: 6px;
}

.visualSlider .slick-dots li {
  display: inline-block;
  text-indent: -9999px;
  width: 26px;
  height: 6px;
  background-color: #cccccc;
  margin: 0 8px 0;
  cursor: pointer;
}

.visualSlider .slick-dots li.slick-active {
  background-color: #231815;
}


#visual {
  width: 100%;
  margin: 0 auto 40px;
}

.bxslider {
  margin: 0 auto;
}

.bxslider li {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.bxslider2 {
  margin: 0;
  padding: 0;
  width: 100%;
}

#oc .ocSlider>li {
  display: none;
}

#oc .slick-slider>li {
  display: block !important;
}

#oc .ocSlider {
  width: 1024px;
  background-color: #ffffff;
  z-index: 5;
  margin-bottom: 20px;
}

/* スライダー調整 */
#oc .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 50px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1100;
  color: #aaaaaa;
}

#oc .slick-arrow:hover {
  opacity: 0.7;
}

#oc .fa-angle-left {
  left: -34px;
}

#oc .fa-angle-right {
  right: -34px;
}

#oc .slick-disabled {
  color: #eeeeee;
  cursor: default !important;
  opacity: 1 !important;
}

div.btn {
  text-align: center;
  margin-bottom: 20px;
}

div.btn a {
  background: #231815;
  display: inline-block;
  color: #fff;
  padding: 10px 25px;
  font-size: 18px;
}

div.btn a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#oc {
  margin-bottom: 40px;
}

#oc h2,
#news h2,
#information h2,
#movie h2 {
  border-bottom: 3px solid #ddd;
  padding-bottom: 8px;
}

#oc h2 a {
  display: block;
  float: right;
  font-size: 16px;
  color: #dd0000;
  padding: 3px 10px;
  transition: 0.2s ease-out;
}

#oc h2 a:before {
  content: "\f0a9";
  font-family: FontAwesome;
  margin-right: 5px;
}

#oc h2 a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#oc h3 {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #231815;
  display: flex;
  justify-content: center;
}

#oc h3 span {
  display: block;
  font-weight: normal;
}

span.taiken {
  color: #fff;
  background-color: #804f1b;
  padding: 8px 16px;
}

span.setsumei {
  color: #FFF;
  background-color: #8fc4cf;
  padding: 8px 16px;
}

#oc dl {
  margin-bottom: 20px;
}

#oc dl dt {
  width: 6em;
  display: inline-block;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  margin-right: 10px;
}

#oc dl dd {
  display: inline-block;
  padding: 5px 0;
  margin-right: 20px;
}


#oc .ocSlider .slide {
  position: relative;
}

#oc .ocSlider .slide .inner {
  position: relative;
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 0 12px;
}
#oc .ocSlider .slide .inner > a {
  display: block;
}
#oc .ocSlider .slide img {
  margin-bottom: 10px;
  border: 1px solid #ddd;
  max-width: 100%;
  transition: all 0.2s ease;
}
#oc .ocSlider .slide .inner > a:hover img {
  opacity: 0.8;
}

#oc .ocSlider .slide h3 {
  margin-top: 5px;
  margin-bottom: 10px;
  color: #231815;
  font-size: 18px;
}

#oc .ocSlider .slide .date {
  display: block;
  z-index: 100;
  left: 0;
  top: 10px;
  color: #231815;
  border-bottom: 1px solid #231815;
  font-size: 16px;
  line-height: 1.3;
  padding: 6px 0;
}

#oc .ocSlider .slide .date.special {
  color: #dd0000;
  border-bottom: 1px solid #dd0000;
}


#oc .ocSlider .slide .point {
  position: absolute;
  right: 12px;
  top: 12px;
  display: inline-block;
  background: #ffee00;
  z-index: 100;
  color: #000;
  font-size: 14px;
  line-height: 1.3;
  padding: 4px 8px;
  text-align: center;
  font-weight: bold;
}

#oc .ocSlider .slide .present {
  position: absolute;
  right: 12px;
  top: 12px;
  display: inline-block;
  background: #ceff57;
  z-index: 100;
  color: #000;
  font-size: 14px;
  line-height: 1.3;
  padding: 4px 8px;
  text-align: center;
  font-weight: bold;
}

#oc .ocSlider .slide .collabo {
  position: absolute;
  right: 12px;
  top: 12px;
  display: inline-block;
  background: #ffcfbf;
  z-index: 100;
  color: #000;
  font-size: 14px;
  line-height: 1.3;
  padding: 4px 8px;
  text-align: center;
  font-weight: bold;
}

#oc .ocSlider .slide .miya {
  position: absolute;
  right: 12px;
  top: 12px;
  display: inline-block;
  background: #000;
  z-index: 100;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  padding: 4px 8px;
  text-align: center;
  font-weight: bold;
}

#oc .ocSlider .slide .christmas {
  position: absolute;
  right: 12px;
  top: 12px;
  display: inline-block;
  background: #febfcd;
  z-index: 100;
  color: #000;
  font-size: 14px;
  line-height: 1.3;
  padding: 4px 8px;
  text-align: center;
  font-weight: bold;
}

#oc .ocSlider .slide .valentine {
  position: absolute;
  right: 12px;
  top: 12px;
  display: inline-block;
  background: #febfcd;
  z-index: 100;
  color: #000;
  font-size: 14px;
  line-height: 1.3;
  padding: 4px 8px;
  text-align: center;
  font-weight: bold;
}

#oc .ocSlider .slide a {
  font-weight: bold;
}

#oc .ocSlider .slide p {
  font-size: 15px;
  margin-bottom: 0.5em;
}

#oc .ocSlider .slide p a {
  background-color: #231815;
  color: #fff;
  padding: 4px;
  text-align: center;
  display: block;
  font-weight: normal;
}

#oc .ocSlider .slide p a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#news {
  margin-bottom: 40px;
}

#information {
  width: 490px;
  float: left;
  margin-bottom: 40px;
}

#information dl {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 5px;
}

#information dl dt {
  width: 7em;
  float: left;
  padding-bottom: 5px;
}

#information dl dd {
  margin-left: 7em;
  padding-bottom: 5px;
}

#movie {
  width: 490px;
  float: right;
  margin-bottom: 40px;
}

.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 10px;
}

.youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#movie a {
  background: #804f1b;
  display: block;
  color: #fff;
  font-weight: bold;
  padding: 7px 20px;
  font-size: 16px;
  text-align: center;
}

#news .news {
  width: 490px;
  float: right;
}

#news .blog {
  width: 490px;
  float: left;
}

#news ul li {
  clear: both;
  margin-bottom: 20px;
}

#news ul li img {}

#news ul li .thumb {
  width: 80px;
  height: 80px;
  overflow: hidden;
  float: left;
  margin-right: 15px;
}

#news ul li a {
  font-weight: bold;
}

#news ul li:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

.last {
  text-align: right;
  padding: 5px 0;
}

.last i {
  color: #231815;
}

#bnr {}

#bnr ul li {
  margin-bottom: 20px;
}

#bnr ul li:nth-child(odd) {
  width: 490px;
  float: left;
}

#bnr ul li:nth-child(even) {
  width: 490px;
  float: right;
}

#bnr .bnr1 {
  width: 490px;
  float: left;
}

#bnr .bnr2 {
  width: 490px;
  float: right;
}

#bnr img {
  border: 1px solid #ddd;
}

#bnr a:hover img {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/*-------------------------CONTENT-----------------------*/
#main table {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
  background: #fff;
  margin-bottom: 40px;
}

#main table th,
#main table td {
  padding: 8px 8px;
  border: 1px solid #ccc;
}

#main table th {
  text-align: left;
  vertical-align: middle;
  font-weight: bold;
  background: #f6f6f6;
}

#main table td {
  vertical-align: top;
}

#main ol {
  margin-left: 1.2em;
  list-style: decimal;
}

#title {
  width: 100%;
  background: #231815;
  color: #fff;
  margin-bottom: 30px;
}

#title h1 {
  width: 1024px;
  display: block;
  margin: 0 auto;
  font-size: 36px;
  padding: 40px 0;
  line-height: 36px;
  font-weight: bold;
  font-family: "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体", YuGothic,
    "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#title h1 span {
  font-size: 16px;
  margin-left: 20px;
  line-height: 36px;
  display: inline-block;
}

#content h3 {
  font-size: 21px;
  border-bottom: 1px solid #000;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 10px 0 10px;
}

#content h4 {
  font-size: 16px;
  color: #009543;
  margin-bottom: 10px;
  font-weight: bold;
}

#content h5 {
  color: #009543;
  margin-bottom: 5px;
}

#content #visual {
  width: 100%;
  background: none;
  margin: 0 auto 20px;
  border-top: none;
  border-bottom: none;
  padding: 0;
  border-radius: 6px;
}

#content #visual img {
  width: 100%;
}

#content #map {
  width: 100%;
  height: 300px;
}

#content ol {
  margin-left: 2em;
  list-style-type: decimal;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.contentBox {
  padding: 20px 25px;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
}

.block {
  margin-bottom: 20px;
}

.aligncenter {
  text-align: center;
}

.alignleft {
  text-align: left;
}

.alignright {
  text-align: right;
}

a.button {
  display: inline-block;
  background: #231815;
  text-align: center;
  padding: 10px 20px;
  border-radius: 8px;
  color: #fff !important;
  margin: 0 auto;
  font-size: 16px;
}

a.button img {
  vertical-align: middle;
  margin-right: 10px;
  width: auto !important;
}

a.button:hover {
  background: #366f89;
  text-decoration: none;
}

.red {
  color: #b81c22;
}

.content div {
  padding: 20px 0;
}

#content table {
  border-top: 1px solid #ddd;
  border-collapse: collapse;
  background: #fff;
  margin-bottom: 30px;
}

#content table th,
#content table td {
  padding: 8px 8px;
  border-bottom: 1px solid #ddd;
}

#content table th {
  text-align: left;
  vertical-align: middle;
  font-weight: bold;
  width: 7em;
}

#content table tr:nth-child(odd) {
  background: #f6f6f6;
}

#content table.mailform th {
  width: 10em;
}

#content table.mailform .must {
  background: #231815;
  color: #fff;
  font-size: 11px;
  padding: 2px 4px;
}

#map1,
#map2 {
  width: 100%;
  height: 240px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.play {
  display: block;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  z-index: 10;
}

h1.pagetitle {
  display: none;
}

.link li {
  margin-left: 1em;
}

.link li:before {
  font-family: FontAwesome;
  content: "\f101";
  margin-right: 5px;
}

#main section {
  margin-bottom: 60px;
}

#pageheader {
  padding: 0;
  position: relative;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  position: relative;
  margin-bottom: 40px;
  min-width: 980px;
  overflow: hidden;
}

#pageheader::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

#pageheader img {
  max-width: 100%;
  min-width: 1280px;
  margin: 0 auto;
}

#pageheader .pageheaderinner {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

#pageheader .pagetitle {
  display: inline-block;
}

#pageheader h1 {
  color: #fff;
  font-size: 48px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
  text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.3);
}

#pageheader h1 i {}

#pageheader p {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

/*
#pageheader .pagetitle {
  display: inline-block;
  background: rgba(255, 255, 255, 0.85);
  padding: 15px 25px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  border: 5px solid #231815;
}

#pageheader h1 {
  font-size: 32px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
}

#pageheader h1 i {
  color: #231815;
}

#pageheader p {
  font-size: 14px;
  font-weight: bold;
}
*/
#opencampus {
  margin-bottom: 40px;
}

#opencampus h3 {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: bold;
}

#opencampus ul {
  margin-bottom: 40px;
  border-top: 1px dashed #999;
}

#opencampus ul li {
  position: relative;
  margin-bottom: 20px;
  padding: 20px 0;
  border-bottom: 1px dashed #999;
}

#opencampus ul li img {
  max-width: 100%;
}

#opencampus ul li .photo {
  width: 320px;
  float: left;
}

#opencampus ul li .text {
  width: 670px;
  float: right;
}

#opencampus ul li .date {

  display: block;
  z-index: 100;
  left: 0;
  top: 10px;
  color: #231815;
  border-bottom: 1px solid #231815;
  font-size: 16px;
  line-height: 1.3;
  padding: 6px 0;
}
#opencampus ul li .date.special {
  color: #dd0000;
  border-bottom: 1px solid #dd0000;
}


#opencampus ul li .point {
  display: inline-block;
  background: #ffee00;
  z-index: 100;
  color: #000;
  font-size: 14px;
  line-height: 1.3;
  padding: 4px 8px;
  text-align: center;
  font-weight: bold;
}

#opencampus ul li .present {
  display: inline-block;
  background: #ceff57;
  z-index: 100;
  color: #000;
  font-size: 14px;
  line-height: 1.3;
  padding: 4px 8px;
  text-align: center;
  font-weight: bold;
}

#opencampus ul li .collabo {
  display: inline-block;
  background: #ffcfbf;
  color: #000;
  z-index: 100;
  color: #000;
  font-size: 14px;
  line-height: 1.3;
  padding: 4px 8px;
  text-align: center;
  font-weight: bold;
}

#opencampus ul li .miya {
  display: inline-block;
  background: #000;
  z-index: 100;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  padding: 4px 8px;
  text-align: center;
  font-weight: bold;
}

#opencampus ul li .christmas {
  display: inline-block;
  background: #febfcd;
  z-index: 100;
  color: #000;
  font-size: 14px;
  line-height: 1.3;
  padding: 4px 8px;
  text-align: center;
  font-weight: bold;
}

#opencampus ul li .valentine {
  display: inline-block;
  background: #febfcd;
  z-index: 100;
  color: #000;
  font-size: 14px;
  line-height: 1.3;
  padding: 4px 8px;
  text-align: center;
  font-weight: bold;
}

#opencampus ul li h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
#opencampus ul li p.link {
text-align: center;  
}
#opencampus ul li p.link a {
  font-weight: bold;
  background-color: #231815;
  color: #fff;
  padding: 6px 16px;
  display: inline-block;
}


#opencampus ul li p {
  margin-bottom: 15px;
}

#opencampus ul li .thumb1 {
  width: 170px;
  position: absolute;
  right: 60px;
  top: 30px;
}

#opencampus ul li .thumb2 {
  width: 170px;
  position: absolute;
  right: 0;
  top: 130px;
}


#opencampus .leftbox {
  width: 42%;
  float: left;
}

#opencampus .rightbox {
  width: 54%;
  float: right;
}

#opencampus .order {
  padding: 20px;
  background: #f7f0eb;
}

#opencampus .order .item {
  width: 33%;
  float: left;
  text-align: center;
  font-size: 18px;
}

#opencampus .order .item a.btn {
  background: #231815;
  display: inline-block;
  color: #fff;
  padding: 5px 20px;
}

#opencampus .order .item a.btn:hover {
  text-decoration: none;
  opacity: 0.7;
}

#opencampus .order .item h3 {
  margin-bottom: 10px;
}

#opencampus .order .item span {
  font-size: 24px;
  font-weight: bold;
}

#calendar {
  margin-bottom: 40px;
}

#calendar table {
  border: none;
  border-collapse: separate;
  border-spacing: 2px;
}

#calendar table caption,
#calendar .calendarTitle {
  font-size: 21px;
  font-weight: bold;
  background: #eee;
  padding: 8px 0;
}

#calendar .calendarHeader {
  background: #eee;
  padding: 8px 0;
}

#calendar table th {
  text-align: center;
  border: none;
}

#calendar table td {
  border: none;
  font-size: 13px;
  line-height: 1.3;
  width: 14.28%;
  text-align: center;
  min-height: 3em;
  background-color: #fafafa;
}

#calendar table td a {
  display: block;
  line-height: 1.3;
  background: #231815;
  padding: 4px 2px;
  border-radius: 6px;
  margin: 3px 0;
  color: #fff;
}

#calendar table td a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#calendar table td span {
  display: block;
  height: 1.3em;
}

.youbi_6 {
  color: #c30 !important;
  background-color: #f3fdff;
}

.youbi_0 {
  color: red !important;
  background-color: #ffebeb;
}

a.gmap {
  background: #231815;
  display: inline-block;
  float: right;
  color: #fff;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: bold;
}

a.gmap:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*----------------------------- 学科・コース -------------------------*/

#curriculum {
  margin-bottom: 40px;
}

#curriculum .cur1,
#curriculum .cur3,
#curriculum .cur5,
#curriculum .cur7 {
  width: 48%;
  float: left;
  border-top: 3px solid #ddd;
  padding: 20px 0;
}

#curriculum .cur2,
#curriculum .cur4,
#curriculum .cur6,
#curriculum .cur8 {
  width: 48%;
  float: right;
  border-top: 3px solid #ddd;
  padding: 20px 0;
}

#curriculum h3 {
  text-align: center;
  font-size: 24px;
  color: #444;
  margin-bottom: 8px;
  font-weight: bold;
}

#curriculum h3 span {
  font-weight: bold;
  color: #231815;
  margin-right: 5px;
}

#curriculum p.label {
  text-align: center;
  margin-bottom: 8px;
  color: #333;
}

#curriculum dl dt {
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 2px 10px;
  margin-bottom: 5px;
  clear: left;
  text-align: center;
}

#curriculum dl dd {
  margin-bottom: 5px;
}

#curriculum dl dd span {
  color: #a17600;
  font-size: 12px;
}

table.qualification {
  text-align: center;
  border-collapse: collapse;
  border: 1px solid #fff;
}

table.qualification th {
  background: #eb6d8e !important;
  color: #fff;
  border: 1px solid #f19ec2;
}

table.qualification td {
  color: #eb6d8e;
  border: 1px solid #f19ec2;
}

table.qualification td.title {
  color: #000;
  text-align: left;
  background: #fadce9;
}

.courselist {}

.courselist h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.courselist ul li {
  width: 30%;
  float: left;
  margin: 0 5% 0 0;
}

.courselist ul li:last-child {
  margin: 0;
}

.courselist ul li img {
  max-width: 100%;
}

.courselist dl dt {
  background: #000;
  color: #fff;
  width: 3em;
  padding: 2px 5px;
  float: left;
  margin-bottom: 5px;
  clear: left;
  text-align: center;
}

.courselist dl dd {
  margin-left: 4.5em;
  margin-bottom: 5px;
}

.courselist dl dd span {
  color: #a17600;
  font-size: 12px;
}

.courselist a {
  display: block;
  border: 1px solid #231815;
  padding: 5px;
  text-align: center;
}

.courselist a i {
  color: #231815;
}

.courselist a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.courseLicence {
  background: #f7f0eb;
  padding: 15px;
  font-size: 13px;
  margin-bottom: 60px;
}

.courseLicence dd {
  float: left;
  width: 6em;
}

.courseLicence dt {
  margin-left: 8em;
}

#course1point h2 {
  color: #BCAB8E;
}

#course1point h3 {
  padding-left: 42px;
  position: relative;
  font-size: 18px;
  color: #000;
  margin-bottom: 0.5em;
}

#course2point h3 {
  padding-left: 44px;
  position: relative;
  font-size: 18px;
  color: #000;
  margin-bottom: 0.5em;
}

#course1point h3 span {
  font-size: 32px;
  position: absolute;
  top: 5px;
  left: 0;
  color: #BCAB8E;
}

#course2point h3 span {
  font-size: 32px;
  margin-right: 5px;
  position: absolute;
  top: 5px;
  left: 0;
  color: #e66a95;
}

.copy1 {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

.courseTitle {
  border-top: 5px solid;
  margin-bottom: 0px;
}

#course1 h3,
#course2 h3,
#course5 h3 {
  color: #BCAB8E;
  font-size: 18px;
  margin-bottom: 0.5em;
}

#course3 h3,
#course4 h3,
#course6 h3 {
  color: #e66a95;
  font-size: 18px;
  margin-bottom: 0.5em;
}

#course1,
#course1 .copy,
#course1 .courseTitle {
  border-color: #BCAB8E;
}

#course1 .copy {}

#course2,
#course2 .copy,
#course2 .courseTitle {
  border-color: #BCAB8E;
}

#course2 .copy {}

#course5,
#course5 .copy,
#course5 .courseTitle {
  border-color: #BCAB8E;
}

#course5 .copy {}

#course3,
#course3 .copy,
#course3 .courseTitle {
  border-color: #e66a95;
}

#course3 .copy {}

#course4,
#course4 .copy,
#course4 .courseTitle {
  border-color: #e66a95;
}

#course4 .copy {}

#course6,
#course6 .copy,
#course6 .courseTitle {
  border-color: #e66a95;
}

#course6 .copy {}

.courseTitle .photo {
  float: right;
  width: 700px;
}

.courseTitle .text {
  float: left;
  width: 700px;
  color: #000;
}

.courseTitle .photo img {
  max-width: 100%;
}

.courseTitle h2 {
  color: #000;
  padding: 10px 0;
  margin-bottom: 10px !important;
}

#course1 .courseTitle .eng,
#course2 .courseTitle .eng,
#course5 .courseTitle .eng {
  font-family: "Roboto Condensed", Arial, sans-serif;
  color: #A28757;
  font-weight: bold;
  font-size: 54px;
  margin-bottom: 25px !important;
  line-height: 0.9;
}

#course3 .courseTitle .eng,
#course4 .courseTitle .eng,
#course6 .courseTitle .eng {
  font-family: "Roboto Condensed", Arial, sans-serif;
  color: #e66a95;
  font-weight: bold;
  font-size: 54px;
  line-height: 58px;
  margin-bottom: 25px !important;
}

.courseTitle .copy {
  font-size: 20px;
  font-weight: bold;
  border-top: 1px solid;
  padding: 10px 0;
}

.courseSenko {
  margin-bottom: 20px;
}

.courseSenko ul li {
  width: 23%;
  margin: 0 1%;
  float: left;
}

.courseSenko ul li h3 {
  color: #9d8200;
  border: 1px solid #9d8200;
  text-align: center;
  padding: 3px;
  margin-bottom: 5px;
  font-weight: bold;
}

.courseSenko ul li p {
  font-size: 13px;
}

.courseContent {
  border: 1px solid #9d8200;
  padding: 10px;
  margin-bottom: 40px;
}

.courseShinro {
  margin-bottom: 40px;
}

#course1 .courseShinro dt,
#course2 .courseShinro dt,
#course5 .courseShinro dt {
  width: 12em;
  float: left;
  background: #BCAB8E;
  color: #fff;
  text-align: center;
  margin-bottom: 8px;
}

#course3 .courseShinro dt,
#course4 .courseShinro dt,
#course6 .courseShinro dt {
  width: 12em;
  float: left;
  background: #e66a95;
  color: #fff;
  text-align: center;
  margin-bottom: 8px;
}

.courseShinro dd {
  margin-left: 13em;
  margin-bottom: 8px;
}

.courseShinro p.small {
  font-size: 0.8em;
  text-align: right;
}

.coursePoint {
  margin-bottom: 40px;
}

.coursePoint h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}

.coursePoint ul li {
  width: 30%;
  float: left;
  margin: 0 5% 0 0;
}

.coursePoint ul li:last-child {
  margin: 0;
}

.coursePoint .point {
  background: #eee;
  color: #9d8200;
  font-weight: bold;
  text-align: center;
  padding: 3px;
  margin-bottom: 0.5em !important;
}

.courseShisetsu {
  margin-bottom: 40px;
}

.shisetsu1 {
  width: 33%;
  float: left;
  margin-right: 2%;
}

.shisetsu2 {
  width: 33%;
  float: left;
  margin-right: 2%;
}

.shisetsu3 {
  width: 30%;
  float: left;
}

/*----------------------------- 資格情報 -------------------------*/
.measures {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0;
}

.measures:not(:last-child) {
  border-bottom: 1px dashed #cccccc;
}

.measures .measures_img {
  width: 240px;
  margin: 0 0 20px;
}

.measures .measures_txt {
  width: calc(100% - 260px);
  padding-left: 20px;
}

.measures .measures_txt h4 {
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 6px;
}

.measures .measures_txt h4 small {
  font-weight: normal;
  font-size: 12px;
}

.measures .measures_txt p {
  font-size: 14px;
  line-height: 22px;
}

/*----------------------------- 講師紹介 -------------------------*/

#lecturer {
  margin-bottom: 80px;
}

.lecturer {
  margin-bottom: 60px;
}

.lecturer .photo {
  width: 480px;
  float: right;
}

.lecturer .text {
  width: 500px;
  float: left;
}

.lecturer .text .label {
  font-family: "游明朝", "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  color: #c6b08e;
  font-size: 48px;
  line-height: 1.2em;
  margin-bottom: 0.5em !important;
}

.lecturer .text .copy {
  font-size: 16px;
}

.lecturer .text h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.lecturer .text .profile {
  font-size: 13px;
}

#lecturer2 {
  margin-bottom: 80px;
}

#lecturer2 ul li {
  width: 47.5%;
  float: left;
  margin-bottom: 20px;
}

#lecturer2 ul li:first-child {
  margin-right: 5%;
}

#lecturer2 ul li .label {
  font-size: 13px;
  margin-bottom: 0.5em !important;
}

#lecturer2 ul li h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.teacher {
  margin-top: 20px;
  margin-bottom: 60px;
}

.teacher ul li {
  width: 24%;
  float: left;
  margin-bottom: 20px;
  margin-right: 1%;
  font-size: 14px;
}

.teacher ul li img {
  float: left;
  margin-right: 10px;
}

.teacher ul li span {
  font-size: 16px;
  font-weight: bold;
}

.column2 {
  margin-bottom: 40px;
}

.column2 ul li {
  width: 47.5%;
  float: left;
  position: relative;
}

.column2 ul li:first-child {
  margin-right: 5%;
}

.column2 ul li span.label {
  display: inline-block;
  position: absolute;
  z-index: 10;
  left: 10px;
  bottom: 10px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 3px 6px;
  font-size: 13px;
}

.column3 {
  margin-bottom: 40px;
}

.column3 ul li {
  width: 32%;
  float: left;
  position: relative;
  margin-right: 2%;
  margin-bottom: 10px;
}

.column3 ul li:last-child {
  margin-right: 0;
}

.column4 {
  margin-bottom: 40px;
}

.column4 ul li {
  width: 22%;
  float: left;
  position: relative;
  margin-right: 4%;
}

.column4 ul li:last-child {
  margin-right: 0;
}

.column4 ul li span.label {
  display: inline-block;
  position: absolute;
  z-index: 10;
  left: 10px;
  bottom: 10px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 3px 6px;
  font-size: 13px;
}

.bxslider3 li {
  position: relative;
}

.bxslider3 li span.label {
  display: inline-block;
  position: absolute;
  z-index: 10;
  left: 10px;
  bottom: 10px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 3px 6px;
  font-size: 13px;
}

.job {
  font-size: 13px;
}

.job i {
  color: #a17600;
}

h3.jobSupport {
  font-size: 18px;
  font-weight: bold;
  background: #fdeff5;
  line-height: 1.8;
  margin-bottom: 0.5em;
}

h3.jobSupport span {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  margin-right: 10px;
}

.naitei li {
  background: #eee;
}

.naitei li h3 {
  text-align: center;
  font-size: 12px;
}

.naitei li p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px !important;
}

.naitei li p span {
  font-size: 12px;
}

.naitei li p img {}

.interview {
  border-top: 1px dashed #ccc;
  padding: 20px 0;
}

.interview .photo {
  float: right;
  width: 210px;
}

.interview .text {
  float: left;
  width: 750px;
}

.interview.twin {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.interview.twin .photo {
  width: 430px;
  float: none;
}

.interview.twin .photo img {
  width: 210px;
  float: left;
}

.interview.twin .photo img:first-child {
  margin-right: 10px;
}

.interview.twin .text {
  width: 530px;
  float: none;
  padding-right: 64px;
}

.interview .text h4 {
  color: #ffffff;
  background-color: #333333;
  padding: 2px 10px;
  display: inline-block;
  margin: 0 0 6px;
}

#main .interview:nth-child(odd) .text h4 {
  background-color: #e60012;
}

#main .interview:nth-child(even) .text h4 {
  background-color: #005bac;
}

.interview .text h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.25em;
}

.interview .text h3 span {
  font-size: 14px;
  font-weight: normal;
}

.interview .text p {
  margin-bottom: 10px;
}

.interview .text p.school {
  font-size: 12px;
  line-height: 1.5;
}

.pdf {
  text-align: center;
}

.pdf a {
  display: block;
  background: #231815;
  color: #fff;
  font-weight: bold;
  padding: 15px 0;
  line-height: 1;
  text-align: center;
}

.pdf a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.privacy {
  margin-left: 1.5em;
  list-style: square;
}

.salonPoint li {
  position: relative;
}

.salonPoint h3 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.salonPoint span {
  background: #231815;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  font-family: Arial, Helvetica, "sans-serif";
  text-align: center;
  padding: 10px;
  line-height: 1;
  position: absolute;
}

#mapid {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%;
  margin-bottom: 20px;
}

#mapid iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#panoid {
  width: 100%;
  height: 300px;
  margin-bottom: 40px;
  background: #eee;
}

#aplicationTab {
  margin-bottom: 40px;
}

#aplicationTab li {
  width: 25%;
  float: left;
  text-align: center;
}

#aplicationTab li a {
  display: block;
  padding: 8px 0;
  background: #eee;
  transition-duration: 0.3s;
}

#aplicationTab li a:hover {
  text-decoration: none;
  background: #000;
  color: #fff;
}

#aplicationTab li a.active {
  background: #231815;
  color: #fff;
}

h3.application {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: bold;
}

#main table.tb2 th {
  width: 7em;
}

dl.application {
  margin-bottom: 40px;
}

dl.application dt {
  width: 13em;
  float: left;
  clear: right;
  font-weight: bold;
  margin-bottom: 10px;
}

dl.application dd {
  margin-left: 14em;
  margin-bottom: 10px;
}

table.tb2 th {
  width: 10em !important;
}

.tab {
  overflow: hidden;
}

.tab li {
  padding: 8px 0;
  width: 20%;
  float: left;
  cursor: pointer;
  text-align: center;
  background: #eee;
  color: #000;
  transition-duration: 0.3s;
}

.tab li:hover {
  background: #000;
  color: #fff;
}

.tab li.select {
  background: #231815;
  color: #fff;
}

.hide {
  display: none;
}

/* --- 募集要項 --- */
#main.loan table th {
  text-align: center;
}

#main table.inner-table {
  border: none;
}

#main table.inner-table th,
#main table.inner-table td {
  background: #fff;
  padding: 4px 4px;
  border-left: none;
  border-right: none;
  border-bottom: 1px dashed #cccccc;
  border-top: 0;
  vertical-align: baseline;
  text-align: right;
}

#main table.inner-table th {
  font-weight: normal;
}

#main table.inner-table td span {
  white-space: inherit;
  font-size: 0.8em;
  line-height: 1.2;
}

/* --- Smartphones and small Tablet PCs --- */
@media screen and (max-width: 640px) {
  #visual {
    width: auto;
    margin: 0px auto 20px;
  }

  .bxslider #start {
    padding: 50px 15px 0;
    height: 200px;
    font-size: 11px;
    line-height: 1.5;
  }

  .bxslider #start h1 {
    font-size: 21px;
    margin: 0 0 20px;
  }

  #main {
    margin: 0 auto 20px;
    width: auto;
    padding: 10px;
    clear: both;
    background: none;
    border: none;
  }

  #main img {
    max-width: 100%;
  }

  #content img {
    max-width: 100%;
  }

  .floatleft,
  .floatright {
    float: none;
  }

  .flick {
    overflow: auto;
    border: 1px solid #eee;
    box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.2);
    padding: 40px 10px 10px;
    background: #fff url(../images/flick.png) no-repeat 10px 10px;
  }

  .flick table {
    width: 720px !important;
    font-size: 12px !important;
    -webkit-text-size-adjust: 100%;
  }

  #oc .ocSlider {
    width: auto;
  }

  #oc h2 a {
    float: none;
    font-size: 13px;
  }

  #oc h3 {
    display: block;
  }

  #oc .fa-angle-left {
    left: 5px;
  }

  #oc .fa-angle-right {
    right: 5px;
  }

  #information {
    width: auto;
    float: none;
    margin-bottom: 20px;
  }

  #movie {
    width: auto;
    float: none;
    margin-bottom: 20px;
  }

  #news .news {
    width: auto;
    float: none;
    margin-bottom: 20px;
  }

  #news .blog {
    width: auto;
    float: none;
  }

  #bnr ul li {
    margin-bottom: 20px;
  }

  #bnr ul li:nth-child(odd) {
    width: auto;
    float: none;
  }

  #bnr ul li:nth-child(even) {
    width: auto;
    float: none;
  }

  #bnr .bnr1 {
    width: auto;
    float: none;
    margin-bottom: 20px;
  }

  #bnr .bnr2 {
    width: auto;
    float: none;
  }

  #bnr img {
    max-width: 100%;
  }

  #video {
    width: 300px;
    height: 200px;
  }

  #movie2 {
    width: auto;
    margin: 0 auto;
  }

  .boxLeft,
  .boxRight,
  .news .boxLeft,
  .news .boxRight {
    float: none;
    width: auto;
  }


  #title h1 {
    width: auto;
    display: block;
    margin: 0 auto;
    font-size: 28px;
    padding: 20px 10px;
    line-height: 36px;
    text-align: center;
  }

  #title h1 span {
    font-size: 14px;
    margin-left: 0;
    line-height: 20px;
    margin-top: 5px;
    display: block;
  }

  #content table.mailform th,
  #content table.mailform td {
    display: block;
    width: auto;
  }

  #pageheader {
    min-width: 0;
    overflow: hidden;
    width: 100%;
    height: 150px;
    position: relative;
  }

  #pageheader img {
    max-width: none;
    min-width: 0;
    width: auto;
    height: 100%;
  }

  #pageheader .pageheaderinner {
    padding: 20px 0;
  }

  #pageheader .pagetitle {
    padding: 15px;
    margin: 0 10px;
  }

  #pageheader h1 {
    font-size: 30px;
    margin-bottom: 5px;
  }

  #pageheader h1 span {
    font-size: 13px;
  }

  #pageheader p {
    font-size: 11px;
  }

  #opencampus ul li .photo {
    width: auto;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }

  #opencampus ul li .text {
    width: auto;
    float: none;
  }

  #opencampus ul li .thumb1 {
    width: 50%;
    position: static;
    float: left;
    right: 100px;
    top: 15px;
  }

  #opencampus ul li .thumb2 {
    width: 50%;
    position: static;
    float: left;
    right: 10px;
    top: 80px;
  }

  #opencampus .leftbox {
    width: auto;
    float: none;
  }

  #opencampus .rightbox {
    width: auto;
    float: none;
  }

  #opencampus .order .item {
    width: auto;
    float: none;
    margin-bottom: 20px;
  }

  #calendar table {}

  #calendar table td {
    position: relative;
  }

  .courselist ul li {
    width: auto;
    float: none;
    margin: 0 0 20px;
  }

  .courselist ul li:last-child {
    margin: 0;
  }

  .courselist ul li img {
    max-width: 100%;
  }

  .courseTitle .photo {
    width: auto;
    float: none;
  }

  .courseTitle .text {
    padding: 15px;
    width: auto;
    float: none;
  }

  .courseSenko ul li {
    width: auto;
    float: none;
    margin: 0;
  }

  #course1 .courseShinro dt,
  #course2 .courseShinro dt,
  #course3 .courseShinro dt,
  #course4 .courseShinro dt,
  #course5 .courseShinro dt,
  #course6 .courseShinro dt {
    width: auto;
    float: none;
  }

  .courseShinro dd {
    margin-left: 0;
  }

  .courseShinro p.small {
    font-size: 0.8em;
    text-align: left;
  }

  .coursePoint ul li {
    width: auto;
    float: none;
    margin: 0;
  }

  .lecturer .photo {
    width: auto;
    float: none;
    margin-bottom: 20px;
  }

  .lecturer .text {
    width: auto;
    float: none;
  }

  #lecturer2 ul li {
    width: auto;
    float: none;
    margin-bottom: 20px;
  }

  #lecturer2 ul li:first-child {
    margin-right: 0;
  }

  .teacher ul li {
    width: 49%;
    float: left;
    margin-bottom: 20px;
    margin-right: 1%;
    font-size: 12px;
    line-height: 1.5;
  }

  .teacher ul li span {
    font-size: 14px;
  }

  .column2 ul li {
    width: auto;
    float: none;
    margin-bottom: 10px;
  }

  .column2 ul li:first-child {
    margin-right: 0;
  }

  .column3 ul li {
    width: auto;
    float: none;
    margin-right: 0;
    margin-bottom: 0;
  }

  .column4 ul li {
    width: 47.5%;
    float: left;
    position: relative;
    margin-bottom: 15px;
  }

  .column4 ul li:nth-child(odd) {
    margin-right: 5%;
  }

  .column4 ul li:nth-child(even) {
    margin-right: 0;
  }

  #curriculum .cur1,
  #curriculum .cur3,
  #curriculum .cur5,
  #curriculum .cur7 {
    width: auto;
    float: none;
  }

  #curriculum .cur2,
  #curriculum .cur4,
  #curriculum .cur6,
  #curriculum .cur8 {
    width: auto;
    float: none;
  }

  a.gmap {
    float: none;
    margin-bottom: 10px;
  }

  #mapid {
    width: 100%;
    height: 240px;
  }

  #panoid {
    width: 100%;
    height: 180px;
  }

  #aplicationTab li {
    display: block;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #fff;
  }

  #aplicationTab li a {
    padding-left: 10px;
  }

  dl.application {
    margin-bottom: 40px;
  }

  dl.application dt {
    width: auto;
    float: none;
    clear: right;
    font-weight: bold;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 3px;
  }

  dl.application dd {
    margin-left: 0;
    margin-bottom: 20px;
  }

  table.tb2 th {
    width: auto !important;
  }

  table.tb2 th,
  table.tb2 td {
    display: block;
    width: auto !important;
  }

  .tab li {
    width: 100%;
    border-bottom: 1px solid #fff;
    line-height: 1.5;
    font-size: 13px;
    text-align: left;
    padding-left: 10px;
  }

  .scroll_table {
    overflow: auto;
  }

  .scroll_table>table {
    width: 800px !important;
  }

  .measures .measures_img {
    width: 40%;
  }

  .measures .measures_txt {
    width: calc(60% - 10px);
    padding-left: 10px;
  }

  .interview {
    position: relative;
  }

  .interview .photo {
    float: none;
    width: auto;
  }

  .interview .text {
    float: none;
    width: auto;
  }

  .interview .text h4 {
    position: absolute;
    top: 20px;
    left: 0;
  }

  .interview.twin .photo {
    width: 100%;
  }

  .interview.twin .photo img {
    width: 47.5%;
  }

  .interview.twin .photo img:first-child {
    margin-right: 5%;
  }

  .interview.twin .text {
    width: auto;
    padding-right: 0;
  }
}

.center {
  text-align: center;
}

/*----------------------------- 学校の特徴 -------------------------*/
#about h2 {
  margin: 0 auto;
  max-width: 750px;
}

#about h2 img {
  width: 100%
}

#about ul.inner {
  display: flex;
  flex-wrap: wrap;
  margin: 60px 0;
  column-gap: 40px;
  row-gap: 60px;
}

#about li {
  width: calc(50% - 40px);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#about li.item--row2 {
  justify-content: flex-start;
}

#about h3 {
  display: flex;
  align-items: center;
  font-size: 20px;
  margin-bottom: 20px;
  color: #804F1B;
}

#about h3 p {
  margin-bottom: 0;
}

#about h3 img {
  width: 80px;
  margin-right: 20px;
}

#about .head {
  margin-bottom: 10px;
}

#about .red {
  color: #e60012;
}

#about .bold {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #about ul.inner {
    margin: 40px 0;
    column-gap: 0px;
    row-gap: 40px;
    justify-content: center;
  }

  #about li {
    width: 90%;
    background: #fff;
    padding: 10px;
  }

  #about h3 span {
    margin-right: 10px;
  }

  #about h3 img {
    width: 60px;
    margin-right: 0px;
  }
}