﻿/*----------------------------------------------------------------------------*/
/* --------------------------------------------------- second common style */
/*----------------------------------------------------------------------------*/

/* --------------------------------------------------- font */
@font-face {
  font-family: 'hanaMin';
  src: url("fonts/HanaMinA.ttf")  format("truetype");
  font-display: swap;
}
@font-face {
  font-family: 'hannariMin';
  src: url("fonts/Hannari.otf")  format("opentype");
  font-display: swap;
}

.second-inner {
  margin: 0 auto;
  width: 80%;
  max-width: 900px;
}
.br-wide {/* 最大画面折り返し */
  display: inline;
}
.br-narrow {/* 最小画面折り返し */
  display: none;
}
.accordion-arrow-row {
  padding-right: 30px!important;
}
@media screen and (max-width:1024px) {
  .second-inner {
    margin: 0 auto;
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .br-wide {/* 最大画面折り返し */
    display: none;
  }
  .br-narrow {/* 最小画面折り返し */
    display: inline;
  }
}
/* --------------------------------------------------- main-title */
.main-title {
  width: 100%;
  height: 180px;
  margin: 0;
  background: rgb(76,181,179);
  color: #fff;
}
.main-title h1 {
  margin: 0;
  padding-top: 40px;
  font-size: 5.0rem;
  font-weight: 100;
  text-align: center;
}
.main-title h2 {
  margin: 0;
  padding-top: 40px;
  font-size: 4.0rem;
  font-weight: 100;
  text-align: center;
}
.main-title .nagai {
  padding-top: 40px;
  font-size: 3.0rem;
  font-weight: 100;
  text-align: center;
}
/* パンくずリスト */
.breadcrumbs-path,
.breadcrumbs-path a {
  font-size: 1.2rem;
  font-weight: 300;
  color: #fff;
  position: relative;
  text-decoration: none;
  margin-right: 15px;
}
.breadcrumbs-path a::after {/* 矢印 */
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  margin: auto;
  content: "";
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #fff;
}
.breadcrumbs-path ul {
  margin: 0;
  padding: 24px 0 0 30px;
  list-style: none;
}
.breadcrumbs-path ul li {
  display: inline-block;
  vertical-align: middle;
}
.present-location {
  color: #e6e6e6;
}
@media screen and (max-width: 780px) and (min-width: 481px) {
  .main-title h2 {
    padding-top: 35px;
    font-size: 3.0rem;
    line-height: 3.5rem;
  }
}
@media screen and (max-width: 480px) {
  .main-title {
    height: 168px;
  }
  .main-title h1 {
    padding-top: 35px;
    font-size: 3.0rem;
    line-height: 3.5rem;
  }
  .main-title h2 {
    padding-top: 15px;
    font-size: 2.0rem;
    line-height: 2.5rem;
  }

}
/* --------------------------------------------------- main-image */
.about-image { /* 常磐大学について */
  background: url("../../about/img/about_main_image.jpg") no-repeat;
}
.department-image { /* 学部・学科の紹介 */
  background: url("../../department/img/department_main_image.jpg") no-repeat;
}
.admission-image { /* 入試情報 */
  background: url("../../admission/img/admission_main_image.jpg") no-repeat;
}
.campus-image { /* 学生生活 */
  background: url("../../campuslife/img/campus_main_image.jpg") no-repeat;
}
.career-image { /* 就職・キャリア支援 */
  background: url("../../career/img/career_main_image.jpg") no-repeat;
}
.cooperation-image { /* 研究・地域連携 */
  background: url("../../cooperation/img/cooperation_main_image.jpg") no-repeat;
}
.information-image { /* インフォメーション一覧 */
  background: url("../../information/img/information_main_image.jpg") no-repeat;
}
.psychology-image { /* 学部・学科の紹介-心理学科 */
  background: url("../../department/university/human/psychology/img/psychology_main_image.jpg") no-repeat;
}
.contact-image { /* お問い合わせ */
  background: url("../../contact/img/contact_main_image.jpg") no-repeat;
}
.order-image { /* 資料請求 */
  background: url("../../order/img/order_main_image.jpg") no-repeat;
}
.access-image { /* アクセス */
  background: url("../../access/img/access_main_image.jpg") no-repeat;
}
.privacypolicy-image { /* プライバシーポリシー */
  background: url("../../privacypolicy/img/privacypolicy_main_image.jpg") no-repeat;
}
.snspolicy-image { /* ソーシャルメディアポリシー */
  background: url("../../snspolicy/img/snspolicy_main_image.jpg") no-repeat;
}
.sitepolicy-image { /* サイトポリシー */
  background: url("../../sitepolicy/img/sitepolicy_main_image.jpg") no-repeat;
}
.sitemap-image { /* サイトマップ */
  background: url("../../sitemap/img/sitemap_main_image.jpg") no-repeat;
}
.mynumber-image { /* 特定個人情報の保護に関する基本方針 */
  background: url("../../mynumber/img/mynumber_main_image.jpg") no-repeat;
}
.mascot-image { /* ときわんこ */
  background: url("../../mascot/img/mascot_main_image.jpg") no-repeat;
}
.sampleParts-image { /* サンプル部品 */
  background: url("../../sampleParts/img/sampleParts_main_image.jpg") no-repeat;
}
.managementnews-image { /* 経営学科ニュース一覧 */
  background: url("../../managementnews/img/managementnews_main_image.jpg") no-repeat;
}
.policynews-image { /* 総合政策学科ニュース一覧 */
  background: url("../../policynews/img/policynews_main_image.jpg") no-repeat;
}
.lawnews-image { /* 法律行政学科ニュース一覧 */
  background: url("../../lawnews/img/lawnews_main_image.jpg") no-repeat;
}
.socialnews-image { /* 現代社会学科ニュース一覧 */
  background: url("../../socialnews/img/socialnews_main_image.jpg") no-repeat;
}
.nursenews-image { /* 看護学科ニュース一覧 */
  background: url("../../nursenews/img/nursenews_main_image.jpg") no-repeat;
}
.tccp-image { /* 心理臨床センター */
  background: url("../../tccp/img/tccp_main_image.jpg") no-repeat;
}
.intlco-image { /* 国際交流語学学習センター */
  background: url("../../intlco/img/intlco_main_image.jpg") no-repeat;
}
.cte-image { /* 教職センター */
  background: url("../../cte/img/cte_main_image.jpg") no-repeat;
}
.student-image { /* 在学生 */
  background: url("../../student/img/student_main_image.jpg") no-repeat;
}
.general-image { /* 一般の方 */
  background: url("../../general/img/general_main_image.jpg") no-repeat;
}
.alumni-image { /* 卒業生 */
  background: url("../../graduate/img/graduate_main_image.jpg") no-repeat;
}
.faculty-image { /* 教職員 */
  background: url("../../faculty/img/faculty_main_image.jpg") no-repeat;
}
.region-image { /* 地域連携センター */
  background: url("../../region/img/region_main_image.jpg") no-repeat;
}
.syllabus-image { /* シラバス 講義科目検索 */
  background: url("../../syllabus/img/syllabus_main_image.jpg") no-repeat;
}
.c_exchange-image { /* 単位互換制度 */
  background: url("../../c_exchange/img/c_exchange_main_image.jpg") no-repeat;
}
.successful-image { /* 合格者のみなさまへ */
  background: url("../../successful/img/successful_main_image.jpg") no-repeat;
}
.sdgs-image { /* インフォメーション一覧 */
  background: url("../../sdgs/img/sdgs_main_image.jpg") no-repeat;
}
.main-image {
  width: 100%;
  height: 0px;
  margin: 0;
  /*表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 40%;
  background-size: contain;
  background-color: #fff;
}
/*
.department-image {
  // 表示画像の高さ ÷ 表示画像の幅 × 100 //
  padding-top: 50%!important;
}
*/
@media screen and (max-width: 768px) {
  .about-image { /* 常磐大学について */
    background: url("../../about/img/about_main_image_narrow.jpg") no-repeat;
  }
  .department-image { /* 学部・学科の紹介 */
    background: url("../../department/img/department_main_image_narrow.jpg") no-repeat;
  }
  .admission-image { /* 入試情報 */
    background: url("../../admission/img/admission_main_image_narrow.jpg") no-repeat;
  }
  .campus-image { /* 学生生活 */
    background: url("../../campuslife/img/campus_main_image_narrow.jpg") no-repeat;
  }
  .career-image { /* 就職・キャリア支援 */
    background: url("../../career/img/career_main_image_narrow.jpg") no-repeat;
  }
  .cooperation-image { /* 研究・地域連携 */
    background: url("../../cooperation/img/cooperation_main_image_narrow.jpg") no-repeat;
  }
  .information-image { /* インフォメーション一覧 */
    background: url("../../information/img/information_main_image_narrow.jpg") no-repeat;
  }
  .psychology-image { /* 学部・学科の紹介-大学-心理学科 */
    background: url("../../department/university/human/psychology/img/psychology_main_image_narrow.jpg") no-repeat;
  }
  .management-image { /* 学部・学科の紹介-大学-経営学科 */
    background: url("../../department/university/administration/management/img/management_main_image_narrow.jpg") no-repeat;
  }
  .nurse-image { /* 学部・学科の紹介-大学-看護学科 */
    background: url("../../department/university/nurse/nurse/img/nurse_main_image_narrow.jpg") no-repeat;
  }
  .career-ｃulture-image { /* 学部・学科の紹介-短期大学-キャリア教養学科 */
    background: url("../../department/college/career/img/career_main_image_narrow.jpg") no-repeat;
  }
  .human_d-image { /* 学部・学科の紹介-大学院-博士課程 */
    background: url("../../department/graduate/human_d/img/human_d_main_image_narrow.jpg") no-repeat;
  }
  .contact-image { /* お問い合わせ */
    background: url("../../contact/img/contact_main_image_narrow.jpg") no-repeat;
  }
  .order-image { /* 資料請求 */
    background: url("../../order/img/order_main_image_narrow.jpg") no-repeat;
  }
  .access-image { /* アクセス */
    background: url("../../access/img/access_main_image_narrow.jpg") no-repeat;
  }
  .privacypolicy-image { /* プライバシーポリシー */
    background: url("../../privacypolicy/img/privacypolicy_main_image_narrow.jpg") no-repeat;
  }
  .snspolicy-image { /* ソーシャルメディアポリシー */
    background: url("../../snspolicy/img/snspolicy_main_image_narrow.jpg") no-repeat;
  }
  .sitepolicy-image { /* サイトポリシー */
    background: url("../../sitepolicy/img/sitepolicy_main_image_narrow.jpg") no-repeat;
  }
  .sitemap-image { /* サイトマップ */
    background: url("../../sitemap/img/sitemap_main_image_narrow.jpg") no-repeat;
  }
  .mynumber-image { /* 特定個人情報の保護に関する基本方針 */
    background: url("../../mynumber/img/mynumber_main_image_narrow.jpg") no-repeat;
  }
  .mascot-image { /* ときわんこ */
    background: url("../../mascot/img/mascot_main_image_narrow.jpg") no-repeat;
  }
  .sampleParts-image { /* サンプル部品 */
    background: url("../../sampleParts/img/sampleParts_main_image_narrow.jpg") no-repeat;
  }
  .managementnews-image { /* 経営学科ニュース一覧 */
    background: url("../../managementnews/img/managementnews_main_image_narrow.jpg") no-repeat;
  }
  .policynews-image { /* 総合政策学科ニュース一覧 */
    background: url("../../policynews/img/policynews_main_image_narrow.jpg") no-repeat;
  }
  .lawnews-image { /* 法律行政学科ニュース一覧 */
    background: url("../../lawnews/img/lawnews_main_image_narrow.jpg") no-repeat;
  }
  .socialnews-image { /* 現代社会学科ニュース一覧 */
    background: url("../../socialnews/img/socialnews_main_image_narrow.jpg") no-repeat;
  }
  .nursenews-image { /* 看護学科ニュース一覧 */
    background: url("../../nursenews/img/nursenews_main_image_narrow.jpg") no-repeat;
  }
  .tccp-image { /* 心理臨床センター */
    background: url("../../tccp/img/tccp_main_image_narrow.jpg") no-repeat;
  }
  .intlco-image { /* 国際交流語学学習センター */
    background: url("../../intlco/img/intlco_main_image_narrow.jpg") no-repeat;
  }
  .cte-image { /* 教職センター */
    background: url("../../cte/img/cte_main_image_narrow.jpg") no-repeat;
  }
  .student-image { /* 在学生 */
    background: url("../../student/img/student_main_image_narrow.jpg") no-repeat;
  }
  .general-image { /* 一般の方 */
    background: url("../../general/img/general_main_image_narrow.jpg") no-repeat;
  }
  .alumni-image { /* 卒業生 */
    background: url("../../graduate/img/graduate_main_image_narrow.jpg") no-repeat;
  }
  .faculty-image { /* 教職員 */
    background: url("../../faculty/img/faculty_main_image_narrow.jpg") no-repeat;
  }
  .region-image { /* 地域連携センター */
    background: url("../../region/img/region_main_image_narrow.jpg") no-repeat;
  }
  .syllabus-image { /* シラバス 講義科目検索 */
    background: url("../../syllabus/img/syllabus_main_image_narrow.jpg") no-repeat;
  }
  .c_exchange-image { /* 単位互換制度 */
    background: url("../../c_exchange/img/c_exchange_main_image_narrow.jpg") no-repeat;
  }
  .successful-image { /* 合格者のみなさまへ */
    background: url("../../successful/img/successful_main_image_narrow.jpg") no-repeat;
  }
  .sdgs-image { /* インフォメーション一覧 */
    background: url("../../sdgs/img/sdgs_main_image_narrow.jpg") no-repeat;
  }
  .main-image {/* メニューのメインイメージ */
      width: 100%;
      height: 0px;
      margin: 0;
      /*表示画像の高さ ÷ 表示画像の幅 × 100 */
      padding-top: 55.3%;
      background-size: contain;
      background-color: #fff;
  }
/*
  .department-image {
    // 表示画像の高さ ÷ 表示画像の幅 × 100 //
    padding-top: 66.6%!important;
  }
*/
}
/* --------------------------------------------------- topic-path */
.topic-path {
  width: 100%;
  margin: 60px auto 50px;
  text-align: center;
  font-weight: 300;
}
.topic-path nav ul {
  margin: 0;
  padding: 0;
}
.topic-path nav ul li {
  display: inline-block;
  padding: 0 15px;
  border-right: 1px solid #c9caca;
}
.topic-path nav ul li:first-child {
  padding-left: 0;
}
.topic-path nav ul li:last-child {
  border-right: 0;
}
.topic-path a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}
@media screen and (max-width: 480px) {
  .topic-path {
    margin: 45px auto 35px;
  }
  .topic-path nav ul li {
    padding: 0 8px;
  }
}
/* --------------------------------------------------- topic-area */
/* 見出し１ */
.area-title {
  width: 100%;
  height: 100px;
  background: rgb(76,181,179);
  display: block;
}
.area-title div {
  margin: 0 auto;
  width: 95%;
  position: relative;
}
.area-title .title-ja,
.area-title .title-jaonly {
  font-size: 3.2rem;
  font-weight: 100;
  color: #fff;
  margin: 0;
  position: absolute;
  top: 25px;
  left: 0;
}
.area-title .title-en {
  font-size: 3.2rem;
  font-weight: 100;
  color: #fff;
  margin: 0;
  position: absolute;
  top: 25px;
  right: 0;
}
.area-title .title-ja2 {
  font-size: 3.2rem;
  font-weight: 100;
  color: #fff;
  margin: 0;
  position: absolute;
  top: 25px;
  left: 0;
  line-height: 120%;

}
.area-title .title-ja3 {
  font-size: 3.2rem;
  font-weight: 100;
  color: #fff;
  margin: 0;
  position: absolute;
  top: 25px;
  left: 0;
  line-height: 120%;

}
@media screen and (max-width: 680px) and (min-width: 481px) {
  .area-title .title-ja {
  }
  .area-title .title-en {
    top: 50px;
  }
  .area-title .title-ja2 {
    top: 15px;
    line-height: 120%;

  }
  .area-title .title-ja3 {
    top: 5px;
    line-height: 120%;
  }
  .titlehigher{
    height: 150px;
  }
}
@media screen and (max-width: 480px){
  .area-title {
    text-align: center;
  }
  .area-title .title-ja {
    position: static;
    padding-top: 30px;
    font-size: 2.6rem;
  }
  .area-title .title-en {
    display: none;
  }
  .area-title .title-ja2 {
    top: 20px;
    font-size: 2.6rem;
  }
  .area-title .title-ja3 {
    top: 5px;
    font-size: 2.6rem;
    line-height: 120%;
  }
  .titlehigher{
    height: 150px;
  }
}
/* 見出し２ */
.area-second-title-mark {
  width: 10px;
  height: 20px;
  background: rgb(76,181,179);
  display: inline-block;
  margin: 0 7px -2px 0;
}
.area-second-title {
  font-size: 2.2rem;
  font-weight: 300;
  color: #000;
  padding: 20px 0 20px 0;
  margin: 0;
  display: inline-block;
}
/* 見出し３ */
.area-third-title {
  font-size: 2.2rem;
  font-weight: 400;
  color: rgb(76,181,179);
  padding: 20px 0 20px 0;
  margin: 0;
}
/* 見出し４ */
.area-forth-title {
  font-size: 1.8rem;
  font-weight: 400;
  color: rgb(76,181,179);
  padding: 20px 0 0 0;
  margin: 0;
}
/* 見出し５ */
.area-fifth-title {
  font-size: 2.2rem;
  font-weight: 400;
  color: rgb(76,181,179);
  padding: 20px 0 5px 0;
  margin: 0 0 20px 0;
  border-bottom: 3px rgb(76,181,179) solid;
}
.mess-title {
  color: rgb(76,181,179);
  margin: 30px 0 20px 0;
  font-family: 'hanaMin',"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro", "ＭＳ 明朝","MS Mincho";
  font-weight: 100;
}
h2.mess-title {
  font-size: 3.2rem;
}
h3.mess-title {
  font-size: 2.2rem;
}
.mess-caption {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 20px 0 0 0;
}
.mess-area {
  width: 100%;
  font-size: 1.3rem;
  font-weight: 100;
  margin-bottom: 30px;
}
.mess-area p {
  padding-right: 10px;
}
.mess-area img {
  width: 100%;
  height: auto;
}
/* リンク */
.area-inner {
  display: block;
}
.area-inner ul {
  margin: 30px 0 50px 0;
  padding: 0;
  list-style: none;
}
.area-inner ul li {
  padding: 0;
}
.first-menu-middle {
  margin-top: 20px;
}
.second-menu {
  margin-left: 25px;
}
@media screen and (max-width: 480px) {
  .mess-title {
    margin: 15px 0 8px 0;
  }
  h2.mess-title {
    font-size: 2.5rem;
  }
  h3.mess-title {
    font-size: 1.8rem;
  }
  .mess-caption {
    font-size: 1.6rem;
  }
}
/* --------------------------------------------------- relation-path */
.relation-path {
  width: 100%;
  background: #f8f7f0;
}
.relation-path nav {
  height: 150px;
  border-bottom: 1px solid #c9caca;
}
.relation-path ul {
  margin: 0;
  padding: 60px 0 0 0;
  text-align: center;
  list-style: none;
}
.relation-path ul li {
  display: inline-block;
  padding-right: 35px;
}
@media screen and (max-width: 480px){
  .relation-path {
    background: #fff;
    border-top: 1px solid #000;
  }
  .relation-path ul {
    padding: 20px 0 0 0;
  }
  .relation-path ul li {
    display: block;
    padding-left: 35px;
    text-align: left;
  }
}
/* --------------------------------------------------- contact-info */
.contact-info {
  margin-top: 40px;
}
.contact-info-inner ,
.contact-info-inner dl {
  font-size: 1.3rem;
  line-height: 3.0rem;
  margin: 0;
}
.contact-info-inner {
  margin-top: 10px;
}
.contact-info-inner dt {
  font-size: 1.5rem;
  font-weight: 400;
  width: 8em;
}
.contact-info-inner dd {
  font-size: 1.5rem;
  margin: -3.0rem 0 5px 0; /* 上余白が.contact-info のline-height*/
  padding: 0 0 2px 8em; /* 右余白が.contact-info dt のwidth*/
}
.contact-info-inner dd:last-child {
  margin-bottom:20px;
}
.contact-info-inner dd.tel {
  font-size: 2rem;
  font-weight: 400;
}
.contact-info-inner2 dt {
  font-size: 1.5rem;
  font-weight: 400;
  width: 4em;
}
.contact-info-inner2 dd {
  font-size: 1.5rem;
  margin: -3.0rem 0 5px 0; /* 上余白が.contact-info のline-height*/
  padding: 0 0 2px 4em; /* 右余白が.contact-info dt のwidth*/
}
.contact-info-contact dt {
  font-size: 1.5rem;
  font-weight: 400;
  width: 3em;
}
.contact-info-contact dd {
  font-size: 1.5rem;
  margin: -3.0rem 0 5px 0; /* 上余白が.contact-info のline-height*/
  padding: 0 0 2px 3em; /* 右余白が.contact-info dt のwidth*/
}
.contact-info-contact dd.tel {
  font-size: 2rem;
  font-weight: 400;
}


@media screen and (max-width: 480px) {
  .contact-info-inner dt.first {
    width: 100%;
    margin-bottom: 10px;
  }
  .contact-info-inner dd.first {
    margin-top: 0;
    padding-left: 0;
  }
  .contact-info-inner dd.tel {
    font-size: 1.9rem;
    font-weight: 400;
    margin: -3.0rem 0 5px 0; /* 上余白が.contact-info のline-height*/
    padding: 0 0 2px 3em; /* 右余白が.contact-info dt のwidth*/
}
}
/* --------------------------------------------------- definition-list */
.definition-list {
  margin-top: 40px;
}
.definition-list-inner ,
.definition-list-inner dl {
  font-size: 1.3rem;
  line-height: 1.8rem;
  margin: 0;
}
.definition-list-inner {
  margin-top: 10px;
}
.definition-list-inner dt {
  font-size: 1.3rem;
  font-weight: 400;
  width: 15%;
}
.definition-list-inner dd {
  margin: -1.8rem 0 10px 0; /* 上余白が.contact-info のline-height*/
  padding: 0 0 2px 15%; /* 右余白が.contact-info dt のwidth*/
}
@media screen and (max-width: 768px){
  .definition-list-inner dt.first {
    width: 100%;
    margin-bottom: 10px;
  }
  .definition-list-inner dd.first {
    margin-top: 0;
    padding-left: 0;
  }
}
/* --------------------------------------------------- menu-area */
@media screen and (max-width: 768px){
  .menu-area .card2-col--two {
    margin-top: -100px;
  }
  .menu-area2 .card2-col--two {
    margin-top: -80px;
  }
  /* 入試情報-アドミッションセンター */
  .admission-center {
    margin-bottom: 120px!important;
  }
}


/* --------------------------------------------------- mess-photo-box */
.mess-photo-box {
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}
.mess-box {/* メッセージエリア */
  background: #f8f7f0;
  display: table-cell;
  vertical-align: top;
  width: 60%;
}
.mess-col-inner {
  padding: 6% 5%;
}
.mess-parson {/* 人物部 */
  padding: 30px 0;
}
.mess-parson span {
  padding: 0 15px;
  border-left: 1px solid #c9caca;
}
.photo-box {/* 写真エリア */
  background: #f8f7f0;
  display: table-cell;
  vertical-align: top;
  width: 40%;
}
.photo-box-s {/* 写真エリア 小 */
  background: #f8f7f0;
  display: table-cell;
  vertical-align: top;
  width: 25%;
}
.photo-box img,
.photo-box-s img {
  width: 100%;
  height: auto;
}
.photo-position-l {
  text-align: left;
}
.photo-position-r {
  text-align: right;
}
.photo-box-responsive {
  display: none;
}
.photo-inner {
  padding-top: 6%;
}
.photo-box-middle {
  vertical-align:middle;
}

@media screen and (max-width: 768px) {
  .photo-box {
    display: none;
  }
  .photo-box-s {
    display: none;
  }
  .mess-photo-box {
    display: block;
  }
  .mess-box,
  .photo-box-responsive {
    display: block;
    width: 100%;
  }
  .photo-box-responsive {
    background: #f8f7f0;
    display: inherit;
  }
  .photo-box-responsive img {
    width: 100%;
    height: auto;
  }
}

/* --------------------------------------------------- img-box */
.img-box {
  margin: 0 0 50px 0;
}
.img-box .cell-threequarter {
  float: left;
  width: 75.0%;
  box-sizing: border-box;
  padding: 0 1%;
}
.img-box .cell-twothirds {
  float: left;
  width: 66.66%;
  box-sizing: border-box;
  padding: 0 1%;
}
.img-box .cell-four {
  float: left;
  width: 25.0%;
  box-sizing: border-box;
  padding: 0 1%;
}
.img-box .cell-four100 {
  float: left;
  width: 25.0%;
  box-sizing: border-box;
  padding: 0 1%;
}
.cell-four100 img {
  max-width: 120px;
}
.img-box .cell-three {
  float: left;
  width: 33.33%;
  box-sizing: border-box;
  padding: 0 1%;
}
.img-box .cell-twothirds {
  float: left;
  width: 66.66%;
  box-sizing: border-box;
  padding: 0 1%;
}
.img-box .cell-two {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 0 1%;
}
.img-box .cell-one {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0 1%;
}
.img-box .cell-one-threequarter {
  float: none;
  margin: 30px auto 0 auto;
  width: 75%;
  box-sizing: border-box;
  padding: 0 1%;
}
.img-box .cell-one-twothirds {
  float: none;
  margin: 30px auto 0 auto;
  width: 66.66%;
  box-sizing: border-box;
  padding: 0 1%;
}
.img-box .cell-one-half {
  float: none;
  margin: 30px auto 0 auto;
  width: 50%;
  box-sizing: border-box;
  padding: 0 1%;
}
.img-box .cell-one-three {
  float: none;
  margin: 30px auto 0 auto;
  width: 33.33%;
  box-sizing: border-box;
  padding: 0 1%;
}
.img-box .cell-one-five {
  float: none;
  margin: 30px auto 0 auto;
  width: 20%;
  box-sizing: border-box;
  padding: 0 1%;
}
.img-box img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.c-left{
  clear:left;
}
.img-box .cell-three-50 {
  float: left;
  width: 33.33%;
  box-sizing: border-box;
  padding: 0 1%;
}
.img-box .cell-three-50 p {
  margin: -10px 0 0;
  font-size: 1.0rem;
}

@media screen and (max-width: 780px) and (min-width: 481px) {
  .img-box .cell-threequarter {
    width: 100%;
  }
  .img-box .cell-twothirds {
    width: 100%;
  }
  .img-box .cell-four {
    width: 100%;
    margin-bottom: 10px;
  }
  .img-box .cell-three {
    width: 100%;
    margin-bottom: 10px;
  }
  .img-box .cell-three-50 {
    float: none;
    margin: 30px auto 0 auto;
    width: 50%;
  }
  .img-box .cell-two {
    width: 50%;
    margin-bottom: 10px;
  }
  .img-box .cell-one-half {
    width: 50%;
  }
  .img-box .cell-one-three {
    width: 50%;
  }
  .img-box .cell-one-threequarter {
    width: 100%;
  }
  .img-box .cell-one-twothirds {
    width: 100%;
  }
  .img-box .cell-one-five {
    width: 33.3%;
  }
  .img-box .cell-one {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .img-box .cell-threequarter {
    width: 100%;
  }
  .img-box .cell-twothirds {
    width: 100%;
  }
  .img-box .cell-four {
    width: 100%;
    margin-bottom: 10px;
  }
  .img-box .cell-three {
    width: 100%;
    margin-bottom: 10px;
  }
  .img-box .cell-three-50 {
    float: none;
    margin: 30px auto 0 auto;
    width: 100%;
  }
  .img-box .cell-two {
    width: 100%;
    margin-bottom: 10px;
  }
  .img-box .cell-one-half {
    width: 100%;
  }
  .img-box .cell-one-three {
    width: 100%;
  }
  .img-box .cell-one-threequarter {
    width: 100%;
  }
  .img-box .cell-one-twothirds {
    width: 100%;
  }
  .img-box .cell-one-five {
    width: 50%;
  }
  .img-box .cell-one {
    width: 100%;
  }
}
/* --------------------------------------------------- background打ち消し */
.bknone {
  background : none;
}
/* --------------------------------------------------- about*/
.about-box p {
  margin: 0 0 20px 0;
  font-size: 1.6rem;
  font-weight: 200;
}
.about-box ol {
  margin: 0;
  padding-left: 20px;
}
.about-box ol {
  counter-reset:li;
  list-style:none;
  padding:0;
}
.about-box ol li {
  position:relative;
  margin:0 0 6px 2em;
  padding:2px;
}
.about-box ol li::before {/*ナンバー*/
  content:counter(li);
  counter-increment:li;
  position:absolute;
  top:-2px;
  left:-2em;
  width:2em;
  padding:4px 0;
  color:rgb(2,155,150);
  font-size: 1.5rem;
  font-weight: 500;
  text-align:center;
}
.about-box ol li > span{
  color: #000;
  font-size: 1.3rem;
  font-weight: 300;
}
/* --------------------------------------------------- facilities eco */
.facilities-list ,
.eco-list {
  margin: 50px 0;
}
.facilities-list .facilities-cell ,
.eco-list .eco-cell {
  float: left;
  width: 33.33%;
  box-sizing: border-box;
  padding: 0 1%;
}
.facilities-list img ,
.eco-list img {
  width: 100%;
  height: auto;
}
.facilities-list .facilities-title ,
.eco-list .eco-title {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 10px 0;
  text-align: center;
}
.eco-list .eco-title {
  background-color: Green;
  color: white;
  font-weight: bold;
}
.facilities-list .facilities-sentence ,
.eco-list .eco-sentence {
  font-size: 1.2rem;
  font-weight: 300;
  margin: 5px 0 30px 0;
}

.threecell-clear {
  clear: both;
}
.twocell-clear {
  clear: none;
}

.facilities-text_icon { /* テキストアイコン */
  background-color: orangeRed;
  color: white;
  width: 50px;
  height: 50px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  padding: 0.5px 7px;
  font-weight: bold;
}
.facilities-text_icon-blue { /* テキストアイコン */
  background-color: blue;
}
@media screen and (max-width: 780px) and (min-width: 481px) {
  .facilities-list .facilities-cell ,
  .eco-list .eco-cell {
    width: 50%;
  }
  .threecell-clear {
    clear: none;
  }
  .twocell-clear {
    clear: both;
  }
}
@media screen and (max-width: 480px) {
  .facilities-list .facilities-cell ,
  .eco-list .eco-cell {
    width: 100%;
  }
}
/* --------------------------------------------------- recruit list */
.recruit-box {
  margin: 50px auto;
  font-size: 1.5rem;
}
.recruit-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.recruit-box ul li {
  border-bottom: 1px solid #c9caca;

}
.recruit-box dl {
  margin: 20px auto;
}
.recruit-box dt {
  width: 140px;
  height: 20px;
}
.recruit-box dd {
  margin: -20px 0 0 140px; /* top=dtのheightマイナス left=dtのwidth */
}
.recruit-box dd a {
  color: #000;
  text-decoration: none;
}
.recruit-syosai ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.recruit-syosai p {
 margin: 0 auto;
}
.recruit-syosai .indent-li li{
  padding-left: 1em;
}
/* --------------------------------------------------- diploma & curriculum policy */
.diplomapolicy-box ol,
.curriculumpolicy-box ol {
  margin: 0;
  padding-left: 20px;
}
.diplomapolicy-box p,
.curriculumpolicy-box p {
  margin: 0 0 20px 0;
  font-size: 1.6rem;
  font-weight: 200;
}
.diplomapolicy-university,
.diplomapolicy-college,
.diplomapolicy-graduate,
.curriculumpolicy-university,
.curriculumpolicy-college,
.curriculumpolicy-graduate {
  margin: 50px auto;
}
/* アコーディオン */
.diplomapolicy-box ul.accordion,
.curriculumpolicy-box ul.accordion {
background: #fff;
margin: 25px 15px;
}
.diplomapolicy-box ul.accordion h2,
.curriculumpolicy-box ul.accordion h2 {
  margin: 0;
  cursor: pointer;
}
.diplomapolicy-box ul.accordion li.accordion-title,
.curriculumpolicy-box ul.accordion li.accordion-title {
  border-bottom: 1px solid #c9caca;
}
.diplomapolicy-box ul.accordion li,
.curriculumpolicy-box ul.accordion li {
  background: #fff;
}
.diplomapolicy-box ol,
.curriculumpolicy-box ol {
  counter-reset:li;
  list-style:none;
  padding:0;
}
.diplomapolicy-box ol li,
.curriculumpolicy-box ol li {
  position:relative;
  margin:0 0 6px 2em;
  padding:2px;
}
.diplomapolicy-box ol li::before,
.curriculumpolicy-box ol li::before {/*ナンバー*/
  content:counter(li);
  counter-increment:li;
  position:absolute;
  top:-2px;
  left:-2em;
  width:2em;
  padding:4px 0;
  color:rgb(2,155,150);
  font-size: 1.5rem;
  font-weight: 500;
  text-align:center;
}
.diplomapolicy-box ol li > span,
.curriculumpolicy-box ol li > span {
  color: #000;
  font-size: 1.3rem;
  font-weight: 300;
}
.diplomapolicy-box ol li > p,
.curriculumpolicy-box ol li div > p {
  font-size: 1.3rem;
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 0px;
  font-weight: 300;
}
.curriculumpolicy-box ol li div {
  margin-left: 20px;
  margin-bottom: 15px;
}
.diplomapolicy-box ul.subcontent,
.curriculumpolicy-box ul.subcontent {
  margin: 15px!important;
}
.diplomapolicy-box ul.accordion li:first-child,
.curriculumpolicy-box ul.accordion li:first-child {
}
.diplomapolicy-box ul.accordion li ul,
.curriculumpolicy-box ul.accordion li ul {
}
.diplomapolicy-box ul.accordion li ul li,
.curriculumpolicy-box ul.accordion li ul li {
}
.diplomapolicy-box ul.accordion li ul li:last-child,
.curriculumpolicy-box ul.accordion li ul li:last-child {
}
.diplomapolicy-box ul.accordion li ul li a,
.curriculumpolicy-box ul.accordion li ul li a {
}
.diplomapolicy-box ul.accordion li .none-subcontent,
.curriculumpolicy-box ul.accordion li .none-subcontent {
background: url(../../common/img/icon_arrow_down.svg) no-repeat 98% 50%;
display: block;
padding: 15px;
}
.diplomapolicy-box ul.accordion li .active-subcontent,
.curriculumpolicy-box ul.accordion li .active-subcontent {
background: url(../../common/img/icon_arrow_up.svg) no-repeat 98% 50%;
display: block;
padding: 15px;
}

@media only screen and (max-width: 600px) {
  .diplomapolicy-box ul.accordion li .none-subcontent,
  .curriculumpolicy-box ul.accordion li .none-subcontent {
    background: url(../../common/img/icon_arrow_down.svg) no-repeat 96% 50%;
  }
  .diplomapolicy-box ul.accordion li .active-subcontent,
  .curriculumpolicy-box ul.accordion li .active-subcontent {
    background: url(../../common/img/icon_arrow_up.svg) no-repeat 96% 50%;
  }
}

/* --------------------------------------------------- disclosure */
.disclosure p {
  font-size: 1.6rem;
  font-weight: 300;
  margin-top: 20px;
}
.disclosure .area-forth-title {
  font-size: 1.9rem;
  font-weight: 400;
  color: rgb(76,181,179);
  padding: 20px 0 0 0;
  margin: 0 0 10px -0.5em;
}
.disclosure-c li .mb20 {
  margin-bottom: 20px;
}
.disclosure-college ul {
  color:rgb(2,155,150);
  font-size: 1.5rem;
  font-weight: 500;
}
.disclosure-college ul li {
  margin-bottom: 15px;
}
.disclosure-college ul li a {
  line-height: 1.5em;
}
/* --------------------------------------------------- purpose */
.purpose-box ol {
  margin: 0;
  padding-left: 20px;
}
.purpose-box p {
  margin: 0 0 20px 0;
  font-size: 1.6rem;
  font-weight: 200;
}
.purpose-university,
.purpose-college,
.purpose-graduate {
  margin: 50px auto;
}
/* アコーディオン */
.purpose-box ul.accordion{
background: #fff;
margin: 25px 15px;
}
.purpose-box ul.accordion h2 {
  margin: 0;
  cursor: pointer;
}
.purpose-box ul.accordion li.accordion-title {
  border-bottom: 1px solid #c9caca;
}
.purpose-box ul.accordion li {
  background: #fff;
}
.purpose-box ol {
  counter-reset:li;
  list-style:none;
  padding:0;
}
.purpose-box ol li {
  position:relative;
  margin:0 0 6px 2em;
  padding:2px;
}
.purpose-box ol li::before {/*ナンバー*/
  content:counter(li);
  counter-increment:li;
  position:absolute;
  top:-2px;
  left:-2em;
  width:2em;
  padding:4px 0;
  color:rgb(2,155,150);
  font-size: 1.5rem;
  font-weight: 500;
  text-align:center;
}
.purpose-box ol li > span{
  color: #000;
  font-size: 1.3rem;
  font-weight: 300;
}
.purpose-box ul.subcontent {
  margin: 15px!important;
}
.purpose-box ul.accordion li:first-child {
}
.purpose-box ul.accordion li ul {
}
.purpose-box ul.accordion li ul li {
}
.purpose-box ul.accordion li ul li:last-child{
}
.purpose-box ul.accordion li ul li a {
}
.purpose-box ul.accordion li .none-subcontent {
background: url(../../common/img/icon_arrow_down.svg) no-repeat 98% 50%;
display: block;
padding: 15px;
}
.purpose-box ul.accordion li .active-subcontent {
background: url(../../common/img/icon_arrow_up.svg) no-repeat 98% 50%;
display: block;
padding: 15px;
}
@media only screen and (max-width: 600px) {
  .purpose-box ul.accordion li .none-subcontent{
    background: url(../../common/img/icon_arrow_down.svg) no-repeat 96% 50%;
  }
  .purpose-box ul.accordion li .active-subcontent{
    background: url(../../common/img/icon_arrow_up.svg) no-repeat 96% 50%;
  }
}

/* --------------------------------------------------- privacypolicy snspolicy sitepolicy mynumber*/
.privacypolicy-box dt {
  font-weight: 400;
}
.privacypolicy-box ol,
.snspolicy-box ol,
.mynumber-box ol,
.sitepolicy-box ol {
  margin: 0;
  padding-left: 20px;
}
.privacypolicy-box p,
.mynumber-box p{
  margin: 0 0 20px 0;
  font-size: 1.6rem;
  font-weight: 200;
}
.mynumber-box ol,
.privacypolicy-box ol,
.snspolicy-box ol,
.sitepolicy-box ol {
  counter-reset:li;
  list-style:none;
  padding:0;
}
.mynumber-box ol li,
.privacypolicy-box ol li,
.snspolicy-box ol li,
.sitepolicy-box ol li {
  position:relative;
  margin:0 0 6px 2em;
  padding:2px;
}
.mynumber-box ol li::before,
.privacypolicy-box ol li::before,
.sitepolicy-box ol li::before,
.snspolicy-box ol li::before {/*ナンバー*/
  content:counter(li);
  counter-increment:li;
  position:absolute;
  top:-2px;
  left:-2em;
  width:2em;
  padding:4px 0;
  color:rgb(2,155,150);
  font-size: 1.5rem;
  font-weight: 500;
  text-align:center;
}
.mynumber-box ol li > span,
.privacypolicy-box ol li > span,
.snspolicy-box ol li > span,
.sitepolicy-box ol li > span{
  color: #000;
  font-size: 1.3rem;
  font-weight: 300;
}
.mynumber-box ul.subcontent,
.privacypolicy-box ul.subcontent,
.snspolicy-box ul.subcontent,
.sitepolicy-box ul.subcontent {
  margin: 15px!important;
}

/* --------------------------------------------------- sitemap*/
.sitemap-box .para-padding {
  padding-left: 1em;
}
.sitemap-box .para-padding-two {
  padding-left: 2em;
}

/* --------------------------------------------------- festival*/
.festival-box p {
  margin: 0 0 20px 0;
  font-size: 1.6rem;
  font-weight: 200;
}
.festival-box h3-title {
  font-weight: 600;
  font-size: 1.6rem;
}
.festival-box .dantai-li li {
  margin: 0 0 10px 1.5em;
  font-size: 1.6rem;
  list-style-type: disc;
}
.festival-box .youtube {
  margin-bottom: 10px;
}
.festival-box .fes-end {
  color: orangered;
  font-size: 1.6rem;
  font-weight: 500;
}

/* --------------------------------------------------- club*/
.club-box p {
  margin: 0 0 20px 0;
  font-size: 1.6rem;
  font-weight: 200;
}
.club-box .strengthbold {
  font-weight: 400;
}
.club-box .clublist li { /*list*/
  padding: 0 0 0 25px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 3.2rem;
}
.club-box .strengthening{
  padding: 0 0 0 25px;
  margin-bottom: 100px;
}
.club-box .strengthening > h3{
  font-size: 2.0rem;
  font-weight: 350;
  text-align: left;
  margin: 10px auto 10px;
  line-height: 2.8rem;
}
.club-box .strengthening .comment{
  height: 14.0rem;
}
.club-box .strengthening .comment > p{
  font-size: 1.3rem;
  font-weight: 350;
  line-height: 2.4rem;
  margin: 0;
}
.club-box .strengthening > img.image {
  width: 100%;
}
.club-box .strengthening dt {
  clear: both;
  float: left;
  width: 25%;
}
.club-box .strengthening dd {
  margin-left: 25%;
}
@media screen and (max-width: 780px) and (min-width: 481px) {
  .club-box .strengthening .comment{
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .club-box .strengthening .comment{
    height: auto;
  }
}
/* --------------------------------------------------- shop*/
.shop-box p {
  margin: 0 0 20px 0;
  font-size: 1.6rem;
  font-weight: 200;
}
/* --------------------------------------------------- dispensary*/
.dispensary-box p {
  margin: 0 0 20px 0;
  font-size: 1.6rem;
  font-weight: 200;
}
/* --------------------------------------------------- counseling*/
.counseling-box p {
  margin: 0 0 20px 0;
  font-size: 1.6rem;
  font-weight: 200;
}
/* --------------------------------------------------- dormitory*/
.dormitory-box p {
  margin: 0 0 20px 0;
  font-size: 1.6rem;
  font-weight: 200;
}
.dormitory-box .strengthbold {
  font-weight: 400;
}
.dormitory-box dl {
}
.dormitory-box dt {
  font-weight: 400;
}
.dormitory-box dd {
}
/* --------------------------------------------------- commendation*/
.commendation-box p {
  margin: 0 0 20px 0;
  font-size: 1.6rem;
  font-weight: 200;
}
/* --------------------------------------------------- abroad*/
.abroad-box p {
  margin: 0 0 20px 0;
  font-size: 1.6rem;
  font-weight: 200;
}
.abroad-intlco {
  width: 100%;
}
.intlco-link img {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 0 1%;
  text-align: center;
}
.intlco-link p {
  padding: 30px 10px 20px;
  text-align: left;
}
@media screen and (max-width: 780px) {
  .intlco-link img {
    width: 100%;
  }
}
/* --------------------------------------------------- career*/
.career-box p {
  margin: 0 0 20px 0;
  font-size: 1.6rem;
  font-weight: 200;
}
.career-data-box{
  border: 3px solid orange;
  border-radius: 20px;/*角の丸み*/
  padding: 20px 10px 10px 15px;
  margin: 0 10px 0 10px;
  background-color: ivory;
}
.img-box .cell-twothirds .career-pfont{
  margin: 0 0 20px 13px;
  font-size: 1.9rem;
  font-weight: 600;
}
.career-important-info {
  max-width: 100%;
  padding: 20px;
}

.career-info {
  max-width: 100%;
  border: 2px solid rgb(76,181,179);
  padding: 10px;
  display: block;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}  
.career-info p {
  margin: 0;
  color: #ff4500;
  font-weight: 400;
}
.recruit-info {
  max-width: 95%;
  border: 2px solid #ff4500;
  margin: 20px 0 0;
  padding: 0 10px 10px;
  display: block;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}  
.recruit-info p {
  margin: 10px 0 0;
  font-size: 1.4rem;
}
.recruit-info2 {
  max-width: 95%;
  border: 2px solid rgb(76,181,179);
  margin: 20px 0 0;
  padding: 0 10px 10px;
  display: block;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}  
.recruit-info2 h4 {
  text-align: center;
  font-weight: 600;
}  
.recruit-info2 p {
  margin: 10px 0 0;
  font-size: 1.5rem;
}
.recruit-schedule {
  margin: 0 0 50px 0;
}
.recruit-schedule .cell-two {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 0 1%;
}
.recruit-schedule h4 {
  font-size: 1.7rem;
  font-weight: 500;
}
.recruit-schedule .time {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 5px;
}
.recruit-schedule .break {
  font-size: 1.4rem;
  margin-left: 2em;
}
.recruit-table p {
  font-size: 1.3rem;
  font-weight: 300;
  margin: 5px 0;
}
.recruit-ul {
  font-size: 1.5rem;
}
.recruit-ol {
  margin: 0;
  padding-left: 20px;
}
.recruit-ol {
  counter-reset:li;
  list-style:none;
  padding:0;
}
.recruit-ol li {
  position:relative;
  margin:0 0 6px 2em;
  padding:2px;
  font-size: 1.5rem;
}
.recruit-ol li::before {/*ナンバー*/
  content:counter(li)".";
  counter-increment:li;
  position:absolute;
  top:-2px;
  left:-2em;
  width:2em;
  padding:4px 0;
  color:rgb(2,155,150);
  font-size: 1.5rem;
  font-weight: 500;
  text-align:center;
}
.graduate-info {
  max-width: 95%;
  border: 2px solid rgb(76,181,179);
  margin: 20px 0 0;
  padding: 10px 10px 0;
  display: block;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}  
.graduate-info p {
  margin: 0;
  color: #ff4500;
  font-weight: 400;
}
.career-box .floatR {
  float: right;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.career-box .floatL {
  float: left;
  font-weight: 400;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
@media screen and (min-width: 780px) {
  .career-info {
  float:right;
  }
  .mobile-nodisplay {
    display: inline;
  }
}
@media screen and (max-width: 780px) {
  .career-info {
  }
  .mobile-clear {
    clear: both;
  }
  .mobile-nodisplay {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .recruit-schedule .cell-two {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0 1%;
  }
}
/* --------------------------------------------------- career survey*/
.survey li p {
  font-size: 1.8rem;
  font-weight:300;
  margin-bottom: 0;
  margin-left: -1em;
}
.survey li ul {
  margin-left: 1em;
  margin-bottom: 0;
}

/* --------------------------------------------------- examination*/
.examination-font{
  font-size: 1.3rem;
  font-weight: 200;
}
.examination-th {
  text-align: left;
  width: 10%;
}
/* --------------------------------------------------- syllabus*/
.syllabus-box p {
  margin: 0 0 20px 0;
  font-size: 1.6rem;
  font-weight: 200;
}
/* --------------------------------------------------- c_exchange*/
.c_exchange-box p {
  margin: 0 0 20px 0;
  font-size: 1.6rem;
  font-weight: 200;
}
/* --------------------------------------------------- volunteer*/
.volunteer-box p {
  margin: 0 0 20px 0;
  font-size: 1.6rem;
  font-weight: 200;
}
.volunteer-box ol {
  margin: 0;
  counter-reset:li;
  padding:0;
}
.volunteer-box ol li {
  position:relative;
  margin:0 0 6px 2em;
  padding:2px;
  font-size: 1.6rem;
}
.volunteer-box .style-no {
  list-style-type: none;
  margin: 0;
  counter-reset:li;
  padding:0;
}
.volunteer-box ul {
  list-style-type: disc;
  margin: 0;
  counter-reset:li;
  padding:0;
}
.volunteer-box ul li {
  position:relative;
  margin:0 0 6px 2em;
  padding:2px;
  font-size: 1.6rem;
}
/* --------------------------------------------------- cooperation*/
.cooperation-box p {
  margin: 0 0 20px 0;
  font-size: 1.6rem;
  font-weight: 200;
}
.cooperation-box ol {
  margin: 0;
  counter-reset:li;
  list-style:none;
  padding:0;
}
.cooperation-box ol li {
  position:relative;
  margin:0 0 6px 2em;
  padding:2px;
  font-size: 1.6rem;
}
.cooperation-box ol li::before {/*ナンバー*/
  content:counter(li);
  counter-increment:li;
  position:absolute;
  top:-2px;
  left:-2em;
  width:2em;
  padding:4px 0;
  color:rgb(2,155,150);
  font-size: 1.5rem;
  font-weight: 500;
  text-align:center;
}
.cooperation-box ol li > span{
  color: #000;
  font-size: 1.3rem;
  font-weight: 300;
}
.cooperation-box .municipality-list {
  margin: 0;
}
.cooperation-box .municipality-list .municipality-cell {
  float: left;
  width: 25.0%;
  box-sizing: border-box;
  padding: 0 1%;	
}
.cooperation-box .municipality-list img {
  width: 100%;
  height: auto;
}
.cooperation-box .municipality-list .municipality-title {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 10px 0;
  text-align: center;
}
.cooperation-box .municipality-list .municipality-title {
  background-color: rgb(76,181,179);
  color: white;
  font-weight: bold;
}
.mobile-br {
  display: none;
}
.virtual-area p {
  margin-top: 20px;
}
.virtual-list li{
  list-style-type: disc;
  margin: 0 0 10px 1em;
  font-size: 1.6rem;
}
.virtual-haikei a{
  color: #000;
  text-decoration: none;
}
.virtual-haikei img {
  margin: 0;
}
.virtual-haikei img:hover {
  opacity:0.5;
}
.virtual-haikei p{
  font-size: 1.3rem;
  text-align: center;
  margin: 5px 0 0;
}
.virtual-haikei .virtual-img-dl {
  display: block;
  width: 100%;
  padding: 5px 0;
  margin: 10px 0 40px;
  background: rgb(76,181,179);
  text-align: center;
  color: #fff;
}
.virtual-haikei .virtual-img-dl:hover {
  background: #fff;
  color: rgb(76,181,179);
  border: 1px solid rgb(76,181,179);
  padding: 4px 0;
}

@media screen and (max-width: 780px) and (min-width: 481px) {
  .cooperation-box .municipality-list .municipality-cell {
    width: 33.33%;
  }
  .virtual-haikei .cell-three {
    width: 33.33%;
  }
}
@media screen and (max-width: 480px) {
  .cooperation-box .municipality-list .municipality-cell {
    width: 50.0%;
  }
  .mobile-br {
    display: block;
  }
}

/* --------------------------------------------------- teacher*/
.teacher-box table.type-base tbody th,
.teacher-box table.type-base thead th.tbodyhead {
  width: 20%;
}
/* --------------------------------------------------- campuslife*/
.campuslife-box p {
  margin: 0 0 20px 0;
  font-size: 1.6rem;
  font-weight: 200;
}
.campuslife-box ol {
  margin: 0;
  counter-reset:li;
  list-style:none;
  padding:0;
}
.campuslife-box ol li {
  position:relative;
  margin:0 0 6px 2em;
  padding:2px;
  font-size: 1.6rem;
}
.campuslife-box ol li::before {/*ナンバー*/
  content:counter(li);
  counter-increment:li;
  position:absolute;
  top:-2px;
  left:-2em;
  width:2em;
  padding:4px 0;
  color:rgb(2,155,150);
  font-size: 1.5rem;
  font-weight: 500;
  text-align:center;
}
.campuslife-box ol li > span{
  color: #000;
  font-size: 1.3rem;
  font-weight: 300;
}

/* --------------------------------------------------- campusnavi*/
.campusnavi-box {
  font-size: 1.6rem;
  font-weight: 200;
}
.campusnavi-box p {
  margin: 0 0 20px 0;
  font-size: 1.6rem;
  font-weight: 200;
}
.campusnavi-box .strengthbold {
  font-weight: 400;
}

.campusnavi-box ol {
  margin: 0;
  counter-reset:li;
  list-style:none;
  padding:0;
}
.campusnavi-box ol li {
  position:relative;
  margin:0 0 6px 2em;
  padding:2px;
  font-size: 1.6rem;
}
.campusnavi-box ol li::before {/*ナンバー*/
  content:counter(li);
  counter-increment:li;
  position:absolute;
  top:-2px;
  left:-2em;
  width:2em;
  padding:4px 0;
  color:rgb(2,155,150);
  font-size: 1.5rem;
  font-weight: 500;
  text-align:center;
}
.campusnavi-box ol li > span{
  color: #000;
  font-size: 1.3rem;
  font-weight: 300;
}

.campusnavi-box dl {
  margin: 0 0 30px 0;
  font-size: 1.5rem;
}
.campusnavi-box dt {
  width: 120px;
  height: 20px;
  padding-right: 10px;
  margin: 10px 10px 10px 0;
  font-weight: 500;
}
.campusnavi-box dd {
  margin: -30px 0 0 120px; /* top=dtのheightマイナス left=dtのwidth */
}
.campusnavi-box .notextdeco a {
  color: #000;
/*  text-decoration: none;*/
}

/* 下部リンクパス */
.campusnavi-relation-path {
  background: #F5FFFA;
  margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
  .campusnavi-box dt {
    margin: 15px 0 0;
  }
  .campusnavi-box dd {
    margin: 10px 0 30px 0;
  }
}
/* --------------------------------------------------- student */
.student-box p{
  margin: 50px auto;
  font-size: 1.5rem;
}
.student-list {
  margin: 50px 0;
}
.student-list .student-cell {
  float: left;
  width: 33.3%;
  box-sizing: border-box;
  padding: 0 3%;
}
.student-list .student-title {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 10px 0;
  text-align: left;
}
.student-list .student-sentence {
  font-size: 1.2rem;
  font-weight: 300;
  margin: 5px 0 30px 10px;
}

@media screen and (max-width: 780px) and (min-width: 481px) {
  .student-list .student-cell {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .student-list .student-cell {
    width: 100%;
  }
}
/* --------------------------------------------------- general */
.general-box p{
  margin: 0 auto 20px;
  font-size: 1.5rem;
}
/* --------------------------------------------------- graduate */
.alumni-box{
  font-size: 1.5rem;
}
.alumni-box p{
  margin: 0 auto 20px;
  font-size: 1.5rem;
}
/* --------------------------------------------------- mascot */
.mascot-box{
  font-size: 1.5rem;
}
/* --------------------------------------------------- faculty */
.facultyandstaff-box{
  font-size: 1.5rem;
}
.facultyandstaff-box p{
  margin: 0 auto 20px;
  font-size: 1.5rem;
}
.facultyandstaff-box .faculty-list {
  margin: 50px 0;
}
.facultyandstaff-box .faculty-list .faculty-cell {
  float: left;
  width: 50.0%;
  box-sizing: border-box;
  padding: 0 3%;
}
.facultyandstaff-box .faculty-list .faculty-title {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 10px 0;
  text-align: left;
}
.facultyandstaff-box .faculty-list .faculty-sentence {
  font-size: 1.2rem;
  font-weight: 300;
  margin: 5px 0 30px 10px;
}

@media screen and (max-width: 780px) and (min-width: 481px) {
  .facultyandstaff-box .faculty-list .faculty-cell {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .facultyandstaff-box .faculty-list .faculty-cell {
    width: 100%;
  }
}
/* --------------------------------------------------- region */
.region-box{
  font-size: 1.5rem;
}
.region-box .pdflink {
  text-align: right;
  font-weight:400;
}
.region-box .pdflink a {
  text-decoration-line: underline;
  text-decoration-color: rgb(76,181,179);
  cursor: pointer;
  color: rgb(76,181,179);
}
.region-box a.faq {
  cursor: pointer;
  color: #000;
}
.region-box p{
  margin: 0 auto 20px;
  font-size: 1.5rem;
}
.region-box ol {
  margin: 0;
  counter-reset:li;
  list-style:none;
  padding:0;
}
.region-box ol li {
  position:relative;
  margin:0 0 6px 2em;
  padding:2px;
  font-size: 1.6rem;
}
.region-box ol li::before {/*ナンバー*/
  content:counter(li);
  counter-increment:li;
  position:absolute;
  top:-2px;
  left:-2em;
  width:2em;
  padding:4px 0;
  color:rgb(2,155,150);
  font-size: 1.5rem;
  font-weight: 500;
  text-align:center;
}
.region-box .region-irai ul {
  margin-bottom: 10px;
}
.region-box .region-irai li {
  text-indent: -3em;
  padding-left: 3em;
}
.p-no-bottom p {
  margin: 20px 0 5px;
}
.p-no-margin p {
  margin: 0;
}
.p-bottom0 p {
  margin-bottom: 0;
}
.p-bottom2 p {
  margin-bottom: 2px;
}
.p-top0 p {
  margin-top: 0;
}
.p-no-bottom ul {
  margin: 0;
  padding: 0;
}
.margin-t0 {
  margin-top: 0;
}
.margin-t10 {
  margin-top: 10px;
}
.margin-b0 {
  margin-bottom: 0;
}
/* --------------------------------------------------- order */
.siryou-link img:hover {
  opacity: 0.5;
}
.siryou-btn a {
  display: block;
  width: 100%;
  line-height: 50px;
  text-align: center;
  border: 1px solid rgb(76,181,179);
  padding: 0 atuo;
  margin: 20px auto;
  text-decoration:none;
  color: rgb(76,181,179);
  font-size: 1.8rem;
  font-weight: 400;
}
.siryou-btn a:hover {
  background-color: rgb(76,181,179);
  color: #fff;
}
.siryou-sub {
  width: 70%;
  margin: 30px auto;
  padding: 0 auto;
}
.siryou-sub2 {
  width: 80%;
  margin: 30px auto;
  padding: 0 auto;
}
.siryou-sub2 .cell-two {
  text-align: center;
  margin-bottom: 30px;
}
.siryou-sub2 p {
  margin: 0 auto;
}
.siryou-sub2 img {
  width: 90%;
  margin-bottom: 0;
}
.siryou-sub2 img:hover {
  opacity: 0.5;
}
.siryou-sub2 .img-box .w70 img {
  max-width: 70%;
  margin-top: 20px;
}
.siryou-sub2 .junbichu {
  margin: 20px 0;
  font-weight: 300;
}

@media screen and (max-width: 780px) and (min-width: 481px) {
  .siryou-sub {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .siryou-sub {
    width: 100%;
  }
}
/* --------------------------------------------------- successful */
.successful-box p{
  margin: 0 auto 20px;
  font-size: 1.5rem;
}
.successful-box ol {
  counter-reset:li;
  list-style:none;
  padding:0;
}
.successful-box ol li {
  position:relative;
  margin:0 0 6px 2em;
  padding:2px;
}
.successful-box ol li::before {/*ナンバー*/
  content:counter(li);
  counter-increment:li;
  position:absolute;
  top:-2px;
  left:-2em;
  width:2em;
  padding:4px 0;
  color:rgb(2,155,150);
  font-size: 1.5rem;
  font-weight: 500;
  text-align:center;
}
.successful-box ol li > span {
  color: #000;
  font-size: 1.3rem;
  font-weight: 300;
}
/* アコーディオン */
.successful-box ul.accordion {
background: #fff;
margin: 25px 15px;
}
.successful-box ul.accordion h2 {
  margin: 0;
  cursor: pointer;
}
.successful-box ul.accordion li.accordion-title {
  border-bottom: 1px solid #c9caca;
}
.successful-box ul.accordion li {
  background: #fff;
}
.successful-box ul.subcontent {
  margin: 15px!important;
}
.successful-box ul.accordion li:first-child {
}
.successful-box ul.accordion li ul {
}
.successful-box ul.accordion li ul li {
}
.successful-box ul.accordion li ul li:last-child {
}
.successful-box ul.accordion li ul li a {
}
.successful-box ul.accordion li .none-subcontent {
  background: url(../../common/img/icon_arrow_down.svg) no-repeat 98% 50%;
  display: block;
  padding: 15px;
}
.successful-box ul.accordion li .active-subcontent {
  background: url(../../common/img/icon_arrow_up.svg) no-repeat 98% 50%;
  display: block;
  padding: 15px;
}
@media only screen and (max-width: 600px) {
  .successful-box ul.accordion li .none-subcontent {
    background: url(../../common/img/icon_arrow_down.svg) no-repeat 96% 50%;
  }
  .successful-box ul.accordion li .active-subcontent {
    background: url(../../common/img/icon_arrow_up.svg) no-repeat 96% 50%;
  }
}
/* --------------------------------------------------- table th fix*/
.tablethfix40 table.type-base tbody th,
.tablethfix40 table.type-base thead th.tbodyhead {
  width: 40%;
}
/* --------------------------------------------------- nowrap打ち消し */
table.nowhitespase td {
  white-space: normal;
}
/* --------------------------------------------------- margin打ち消し */
.nomargin p,
.nomargin ol,
.nomargin ul{
  margin: 0;
}
/* --------------------------------------------------- faq */
.faq-box {
  margin: 50px auto;
}
.faq-box h2.area-second-title {
  margin-top: 0!important;
}
/* アコーディオン */
.faq-box ul.accordion{
  background: #fff;
  margin: 0 15px 80px 15px;
}
.faq-box ul.accordion li {
  background: #fff;
  counter-increment: question;
}
/* 質問 */
.faq-box .questions {
  width: 100%;
  display: table;
  border-bottom: 1px solid #c9caca;
  margin-bottom: 20px;
  padding-bottom: 5px!important;
}
.faq-box .question-mark {
  display: table-cell;
  vertical-align: middle;
}
.faq-box .question-mark:before {
  margin: 10px 10px 0 0;
  content:"Q" counter(question) ;
  display:inline-block;
  width:50px;
  height:59px;
  color: rgb(2,155,150);
  font-size: 3.0rem;
  font-weight: 100;
  vertical-align:middle;
}
.faq-box .question-sentence {/* 質問 */
  display: table-cell;
  vertical-align:middle;
  width: 93%;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 400;
  color: rgb(2,155,150);
  line-height: 2.2rem;
  padding-right: 25px;
}
.faq-box .question-sentence > span {
  font-size: 1.3rem;
  font-weight: 300;
}
.faq-box .question-sentence:hover {
  color: rgb(76,181,179);
}
/* 回答 */
.faq-box .answers {
  position: relative;
  display: inline-block;
  padding: 20px;
  width: auto;
  min-width: 115px;
  color: #000;
  background: rgb(178,223,223);
  z-index: 0;
}
.faq-box .answers:after {/* 回答吹き出し口 */
  content: "";
  position: absolute;
  top: -10px; left: 10%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent rgb(178,223,223) transparent;
}
.faq-box .answer-mark {
  display: table-cell;
  vertical-align: middle;
}
.faq-box .answer-mark:before {
  margin:0 0 10px 0;
  content:"A" counter(question) ;
  display:inline-block;
  width:50px;
  height:42px;
  color: #000;
  font-size: 2.5rem;
  font-weight: 100;
  vertical-align:middle;
}
.faq-box .answer-sentence {/* 回答 */
  margin: 0;
  display: table-cell;
  vertical-align:middle;
  width: 93%;
  cursor: pointer;
}
.faq-box ul.accordion li .none-subcontent {
background: url(../../common/img/icon_arrow_down.svg) no-repeat 98% 50%;
display: block;
padding: 0 15px 15px 15px;
}
.faq-box ul.accordion li .active-subcontent {
background: url(../../common/img/icon_arrow_up.svg) no-repeat 98% 50%;
display: block;
padding: 0 15px 15px 15px;
}
@media only screen and (max-width: 600px) {
  .faq-box ul.accordion li .none-subcontent{
    background: url(../../common/img/icon_arrow_down.svg) no-repeat 96% 50%;
  }
  .faq-box ul.accordion li .active-subcontent{
    background: url(../../common/img/icon_arrow_up.svg) no-repeat 96% 50%;
  }
}
/* --------------------------------------------------- FD */
.fd-index-li2 ul {
  margin: 0 0 10px 2em;
}

.fd-list li {
  text-indent: -2em;
  margin: 0 0 20px 2em;
}
.fd-list .fd-list-p p {
  text-indent: 0;
  margin: 0 auto;
}
.fd-list-sub ul {
  list-style-type: disc;
  margin: 10px 0 0 1em;
}
.fd-list-sub ol {
  margin: 10px 0 0 -2em;
}
.fd-list-sub li {
  text-indent: 0;
  margin: 0;
}
.fd-list-sub .fd-list-sub2 {
  margin: 20px 0 0 1em;
}
.fd-list-sub .fd-top10 {
  margin: 20px;
  color: red;
}
.fd-p p {
  margin: 0 auto;
}
.fd-list-oc li {
  text-indent: -2em;
  margin: 0 0 0 2em;
}
.fd-list-oc li:last-child {
  margin-bottom: -30px;
}
/* --------------------------------------------------- 文字装飾 */
.fontsize-xx {
  font-size: 3.0rem !important;
}
.fontsize-x {
  font-size: 2.2rem !important;
}
.fontsize-l {
  font-size: 1.8rem !important;
}
.fontsize-m {
  font-size: 1.6rem !important;
}
.fontsize-s {
  font-size: 1.3rem !important;
}
.fontsize-ss {
  font-size: 1.0rem !important;
}
.emphasis {
  font-weight: 400 !important;
}
.font500 {
  font-weight: 500 !important;
}
.deco-orangered {
  color: #ff4500;
}
.deco-titegreen {
  color: rgb(76,181,179);
}
.deco-titeblack {
  color: rgb(0,0,0);
}
.deco-humancolor {
  color: #80cde3;
}
.deco-administrationcolor,
.deco-internationalcolor {
  color: #c3d700;
}
.deco-nursecolor,
.deco-communitycolor {
  color: #f8b500;
}
.deco-collegecolor {
  color: #ec799a;
}
.bkcolor-human {
  border: solid 1px #41b4d5;/*線*/
  background-color: rgba(65,180,213,0.1);
}
.bkcolor-administration {
  border: solid 1px #8dd700;/*線*/
  background-color: rgba(141,215,0,0.1);
}
.bkcolor-nurse {
  border: solid 1px #f87700;/*線*/
  background-color: rgba(248,119,0,0.1);
}
.bkcolor-college {
  border: solid 1px #e64c78;/*線*/
  background-color: rgba(230,76,120,0.1);
}
.padding-5-0 {
  padding: 5px 0;
}
/* --------------------------------------------------- youtube レスポンシブ対応 */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* --------------------------------------------------- list mark */
.mark li { /*list*/
  text-indent: -1.0em;
  margin-left: 1.0em;
  padding-left: 1em;
}

.mark li::before { /*list*/
  content: "●";
  color: rgb(2,155,150);
}
/* --------------------------------------------------- 囲み枠 */
.borderbox {
  padding: 0.5em 2em;
  margin: 2em auto;
  font-size: 2.0rem;
  font-weight: bold;
  background: #F5FFFA;
  border: solid 3px rgb(76,181,179);/*線*/
  border-radius: 20px;/*角の丸み*/
  max-width: 300px;
}

.collegecolor {
  border: solid 3px #ec799a;/*線*/
  background: #FFF0F5;
}

.borderbox p {
  text-align:center;
}

.borderbox p > span {
  text-align:center;
  font-size: 5.0rem;
}

.borderbox-postit{
  font-weight: bold;
  max-width: 100px;
  padding: 0.5em 1em;
  margin: 0 1em 1em auto;
  background: #f4f4f4;
  border-left: solid 6px rgb(76,181,179);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}

.postitcolor-human {
  border-left: solid 6px #80cde3;
}

.postitcolor-international {
  border-left: solid 6px #c3d700;
}

.postitcolor-community {
  border-left: solid 6px #f8b500;
}

.postitcolor-college {
  border-left: solid 6px #ec799a;
}

.borderbox-postit p {
  margin: 0; 
  padding: 0;
}

.borderbox-full {
  padding: 0.5em 1em;
  margin: 2em auto;
  font-size: 2.0rem;
  font-weight: normal;
  background: #F5FFFA;
  border: solid 3px rgb(76,181,179);/*線*/
  border-radius: 20px;/*角の丸み*/
  max-width: 90%;
}
.borderbox-thin {
  padding: 0.5em 1em;
  margin: 2em auto;
  font-weight: normal;
  border: solid 1px rgb(76,181,179);/*線*/
  border-radius: 20px;/*角の丸み*/
  max-width: 90%;
}

/* --------------------------------------------------- hr 装飾 */
.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 2.5em;
  opacity: .5;
}
.hr-text:before {
  content: '';
  background: -webkit-linear-gradient(left, transparent, #818078, transparent);
  background: linear-gradient(to right, transparent, #818078, transparent);
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
  height: 1.5px;
}
.hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: black;
  padding: 0 .5em;
  line-height: 1.0em;
/*  color: #818078;*/
  color: black;
  background-color: #fff;
  font-size: 2.0rem;
  font-weight: 400;
}
/* --------------------------------------------------- indent-box */
.indent-box-one ul,
.indent-box-two ul,
.indent-box-three ul,
.indent-box-four ul,
.indent-box-one ol,
.indent-box-two ol,
.indent-box-three ol,
.indent-box-four ol,
.indent-box-five ol {
  list-style: none;
/*  padding-left: 1em;*/
}
.indent-box-one-free {
  text-indent: -1.0em;
  margin-left: 1.0em;
}
.indent-box-seven-free {
  text-indent: -7.0em;
  margin-left: 7.0em;
}
.indent-box-one li,
.indent-box-one p {
  text-indent: -1.0em;
  margin-left: 1.0em;
}
.indent-box-onehalf li,
.indent-box-onehalf p {
  text-indent: -1.5em;
  margin-left: 1.5em;
}
.indent-box-two li,
.indent-box-two p {
  text-indent: -2.0em;
  margin-left: 2.0em;
}
.indent-box-three li,
.indent-box-three p {
  text-indent: -3.0em;
  margin-left: 3.0em;
}
.indent-box-four li,
.indent-box-four p {
  text-indent: -4.0em;
  margin-left: 4.0em;
}
.indent-box-five li,
.indent-box-five p {
  text-indent: -5.0em;
  margin-left: 5.0em;
}
.indent-box-six li,
.indent-box-six p {
  text-indent: -6.0em;
  margin-left: 6.0em;
}
.indent-box-seven li,
.indent-box-seven p {
  text-indent: -7.0em;
  margin-left: 7.0em;
}
.nopadding ul{
  padding-left: 0;
}
.indent-disc ul {
  list-style-type: disc !important;
}


/* --------------------------------------------------- 段落全体のインデント */
.parapaddingleft {
  padding-left: 1em;
}
.parapaddingleft-half {
  padding-left: 0.6em;
}
.parapaddingleft-quarter {
  padding-left: 0.25em;
}
.parapaddingleft-onehalf {
  padding-left: 1.5em;
}
.parapaddingleft-two {
  padding-left: 2em;
}
.para-padding-left h4 {
  padding-left: 1em;
}
.para-padding-left p,
.para-padding-left li {
  padding-left: 1em;
}
.para-padding-left-two p,
.para-padding-left-two li {
  padding-left: 2em;
}
.para-padding-left-three p,
.para-padding-left-three li {
  padding-left: 3em;
}
.para-padding-left-four p,
.para-padding-left-four li {
  padding-left: 4em;
}
.para-padding-left-five p,
.para-padding-left-five li {
  padding-left: 4em;
}
.parapaddingleft-1 {
  margin-left: -1em;
}

.paranopaddingleft {
  padding-left: 0 !important;
}

/* --------------------------------------------------- description list 480以下は通常*/
.description-list-inner ,
.description-list-inner dl {
  font-size: 1.3rem;
  line-height: 1.8rem;
  margin: 0;
}
.description-list-inner {
  margin-top: 10px;
}
.description-list-inner dt {
  font-size: 1.3rem;
  font-weight: 400;
  width: 33%;
}
.description-list-inner dd {
  margin: -1.8rem 0 2px 0; /* 上余白が.contact-info のline-height*/
  padding: 0 0 2px 33%; /* 右余白が.contact-info dt のwidth*/
}
@media screen and (max-width: 480px) {
  .description-list-inner dt {
    width: 100%;
    margin-top: 10px;
  }
  .description-list-inner dd {
    margin-top: 0;
    padding-left: 0;
  }
}

