@charset "utf-8";
/* CSS Document */
/*===============================
	common
================================*/
html, body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.Wrap {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: normal;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  word-break: normal;
}
a:link, a:visited {
  color: #000;
}
ul > li {
  list-style: none;
}
img {
  vertical-align: bottom;
}
a img:hover {
  opacity: 0.7;
}
p {
  word-break: normal;
  margin: 0;
  padding: 0;
}
.bg_overlay {
  display: none;
  width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  z-index: 1;
}
a.anchor {
  width: 0;
  line-height: 1;
  display: block;
  margin-top: -112px;
  padding-bottom: 112px;
  z-index: -1;
}
.gsc-adBlock {
  display: none !important;
}
/*===============================
	header
================================*/
header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
}
header.header {
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}
header .header-inner {
  width: 100%;
  margin: 0 auto;
}
header .header-logo_area {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 10px 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
header .header-logo {
  width: 25%;
  max-width: 250px;
}
header .item-logo-wrap img {
  width: 100%;
  /*max-width: 250px;*/
  max-width: 351px;
  height: auto;
}
header .item-logo-wrap img.pc-logo {
  display: block;
}
header .item-logo-wrap img.sp-logo {
  display: none;
}
header .item-logo-wrap img:hover {
  opacity: .7;
  transition: all ease-out .5s;
}
header .nav-link-wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
header .nav-link-wrap ul li {
  font-size: 12px;
  line-height: 1.6;
  color: #e27102;
  padding-left: 18px;
}
/*header .nav-link-wrap ul li:first-child {
  padding-left: 0;
}
header .nav-link-wrap ul li:first-child a {
  width: auto;
  height: 30px;
  line-height: 30px;
  color: #fff;
  padding: 0 15px;
  text-align: center;
  background-color: #e27102;
  display: block;
}*/
header .nav-link-wrap ul li a {
  color: #e27102;
  display: block;
  text-decoration: none;
}
header .nav-link-wrap ul li a:hover {
  opacity: .7;
  transition: all ease .5s;
}
header .main-nav {
  width: 100%;
  background: #e27102;
  box-sizing: border-box;
}
header .main-nav nav {
  overflow: hiddn;
}
header .main-nav ul {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}
header .main-nav ul li {
  font-size: 14px;
  line-height: 1.7;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 25%;
  box-sizing: border-box;
}
header .main-nav ul.english li {
  width: calc(100% / 3);
}
header .main-nav ul li a {
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  background: #e27102;
  box-sizing: border-box;
  height: 55px;
  line-height: 1.5;
}
header .main-nav ul li a:link, header .main-nav ul li a:visited {
  color: #fff;
}
header .main-nav ul li a:hover {
  background: #fff9f2;
  transition: all ease .5s;
  color: #e27102;
}
header .main-nav ul li a.active {
  background: #fff9f2;
  color: #e27102;
}
header .main-nav ul li span {
  width: 1px;
  height: 20px;
  border-left: 1px solid #e88d35;
  box-sizing: border-box;
}
/*header .sab-nav-wrap {
  width: 100%;
  background: #1a1a1a;
}
header .sab-nav {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}
header .sab-nav ul {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}
header .sab-nav ul li {
  font-size: 12px;
  line-height: 2;
  color: #fff;
  display: flex;
  align-items: center;
  width: 16.6666667%;
  box-sizing: border-box;
}
header .sab-nav ul li a {
  color: #fff;
  padding: 12px 0;
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
header .sab-nav ul li a:link, header .sab-nav ul li a:visited {
  color: #fff;
}
header .sab-nav ul li a:hover {
  transition: all ease .5s;
  background-color: #404040;
}
header .sab-nav ul li a.active {
  background-color: #404040;
}
header .sab-nav ul li span {
  width: 1px;
  height: 20px;
  border-left: 1px solid #4d4d4d;
  box-sizing: border-box;
}*/
.sp-main-menu-list nav {
  display: none;
}
.google-serch-box, .google-serch-box-btn, .google-serch-box-sp {
  display: none;
}
.gsc-control-cse {
  border-color: #fff;
  background-color: #fff;
  padding: 0 !important;
  margin-left: 10px;
  margin-top: 8px;
}
.map-sp-btn {
  display: none;
}
.lang-sp-btn {
  display: none;
}
.lang-box-sp {
  display: none;
}
.contact-sp-btn {
  display: none;
}
@media screen and (max-width:1120px) {
  header .main-nav {
    padding: 0px 20px;
  }
  header .main-nav ul li {
    font-size: 12px;
  }
}
@media screen and (max-width:1023px) {
  header.header {
    background: #fff;
  }
  header .header-inner {
    padding: 0 20px;
    box-sizing: border-box;
  }
  header .main-nav {
    display: none;
  }
  /*header .sab-nav-wrap {
    display: none;
  }*/
  header .header-logo img {
    width: 100%;
    max-width: 255px;
    height: auto;
    padding-top: 0;
  }
  header .header-logo {
    padding-top: 0;
    float: none;
    width: 50%;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0;
  }
  header .main-nav ul {
    display: none;
  }
  .sp-menu-wrap {
    border-bottom: 0;
  }
  .sp-main-menu {
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 12px;
    background-color: #fff;
    position: fixed;
    box-sizing: border-box;
    right: 0;
    top: 0;
  }
  .sp-main-menu-list nav {
    display: none;
    width: 100%;
    position: fixed;
    right: -100%;
    top: 50px;
    height: 100%;
    overflow-y: scroll;
    transition: all ease 1s;
    background: #e27102;
  }
  .sp-main-menu-list nav.active {
    right: 0%;
  }
  .sp-main-menu-list nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: #e27102;
    border-top: 1px solid #f27a02;
  }
  .sp-main-menu-list nav ul li {
    width: 100%;
    color: #fff;
    border-bottom: 1px solid #f27a02;
    box-sizing: border-box;
    font-size: 14px;
    text-align: left;
    display: block;
  }
  .sp-main-menu-list nav ul li ul li {
    padding-left: 15px;
    width: 100%;
    font-size: 12px;
  }
  .sp-main-menu-list nav ul li span.open {
    width: 50px;
    height: 50px;
    background: #b35a02;
    content: "";
    display: inline-block;
    background-image: url(/assets/images/icon_plus.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center center;
    float: right;
  }
  .sp-main-menu-list nav ul li span.open.active {
    background-image: url(/assets/images/icon_minus.svg);
  }
  .sp-main-menu-list nav ul li ul {
    display: none;
  }
  .sp-main-menu-list nav ul li:last-child {
    width: 100%;
    border-bottom: 0;
  }
  .sp-main-menu-list nav ul li a {
    display: inline-block;
    width: 80%;
    position: relative;
    text-align: left;
    /*background-image: url(/assets/images/icon_next.png);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 5% center;*/
    padding: 13px 20px 13px 20px;
    box-sizing: border-box;
  }
  .sp-main-menu-list nav ul li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    color: #fff;
    padding-right: 10px;
    font-size: .9rem;
    display: inline-block;
    font-weight: 900;
  }
  .sp-main-menu-list nav ul li a, .sp-main-menu-list nav ul li a:link, .sp-main-menu-list nav ul li:visited {
    color: #fff;
  }
  .sp-main-menu-list nav ul.sp-sab-nav {
    background: #e27102;
    border-top: 0;
  }
  .sp-main-menu-list nav ul.sp-sab-nav li {
    width: 100%;
    color: #fff;
    border-right: 0;
    border-bottom: 1px solid #f27a02;
    box-sizing: border-box;
  }
  .sp-main-menu-list nav ul.sp-sab-nav li ul li:first-child {
    border-top: 0;
  }
  .sp-main-menu-list nav ul.sp-sab-nav li ul li:last-child {
    border: 0;
  }
  .sp-main-menu-list nav ul.sp-sab-nav li:first-child {
    border-top: 1px solid #f27a02;
  }
  .sp-main-menu-list nav ul.sp-sab-nav li:last-child {
    width: 100%;
  }
  .en .sp-main-menu-list nav ul.sp-sab-nav li:last-child, .en .sp-main-menu-list nav ul li:last-child {
    width: 100%;
  }
  /*menu-trigger*/
  .sp-main-menu .menu-trigger {
    position: relative;
  }
  .menu-trigger, .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger:hover {
    opacity: .7;
    transition: all ease .5s;
  }
  .menu-trigger {
    position: relative;
    width: 30px;
    height: 26px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e27102;
    border-radius: 1px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 12px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
  }
  .google-serch-box-btn {
    display: none;
  }
  .google-serch-box-sp {
    width: 100%;
    display: block;
  }
  .gsc-control-cse {
    border-color: #e27102 !important;
    background-color: #e27102 !important;
    width: 90% !important;
    margin: 30px auto 0 !important;
    text-align: center !important;
  }
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    padding: 24px 27px !important;
    position: relative;
  }
  .gsc-search-button-v2::after {
    content: '検索' !important;
    color: #e27102 !important;
    position: absolute !important;
    z-index: 10 !important;
    top: 11px !important;
    right: -2px !important;
    width: 56px !important;
    height: 38px !important;
    font-size: 16px !important;
  }
  .gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
    border-color: #fff9f2 !important;
    background-color: #fff9f2 !important;
    background-image: none;
    filter: none;
  }
  .gsc-search-button-v2 svg {
    display: none !important;
  }
  .gsc-search-button {
    margin-left: 0 !important;
  }
  .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0 !important;
  }
  .gsib_a {
    padding: 15px 10px 15px 10px !important;
  }
  header .header-logo_area {
    padding: 0;
    height: 50px;
  }
  .nav-link-wrap {
    display: none;
  }
  .sp-main-menu-list .list_etc {
    width: 90%;
    margin: 0 auto;
    background: #fff9f2;
    margin-bottom: 100px;
  }
  .sp-main-menu-list .list_etc li a {
    background: none;
    color: #e27102;
    padding-left: 20px;
  }
  .sp-main-menu-list .list_etc li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    color: #e27102;
    padding-right: 10px;
    font-size: .9rem;
    display: inline-block;
    font-weight: 900;
  }
}
@media screen and (max-width:768px) {
  a.anchor {
    margin-top: -50px;
    padding-bottom: 50px;
  }
  header.header {
    height: 50px;
    background-color: #fff;
  }
  header .item-logo-wrap img.pc-logo {
    display: block;
    max-width: 200px;
  }
  .sp-main-menu-list nav ul li a {
    padding-left: 20px;
    line-height: 1.5;
  }
  .sp-main-menu-list .list_etc li a {
    color: #e27102 !important;
  }
}
@media screen and (max-width:375px) {
  header .header-logo img {
    width: 83px;
    height: auto;
  }
  header .main-nav {
    padding-left: 10px;
    background-color: #fff;
  }
}
@media screen and (max-width:320px) {
  header .header-logo img {
    width: 70px;
    height: auto;
  }
}
/*===============================
	main
================================*/
.main {
  width: 100%;
  /*height: 200px;*/
  height: 150px;
  margin-top: 109px;
  /*padding: 80px 20px 60px;*/
  padding: 60px 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  box-sizing: border-box;
}
.top-english .main {
  margin-top: 112px;
}
.main h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  display: block;
  text-align: center;
  color: #fff;
  text-shadow: -1px 2px 3px rgba(0, 0, 0, 0.6);
}
.main p.catTitle {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  display: block;
  text-align: center;
  color: #fff;
  text-shadow: -1px 2px 3px rgba(0, 0, 0, 0.6);
}
.main.message {
  background: url(/ppt/message/images/main.jpg);
}
.main.program {
  background: url(/ppt/program/images/main.jpg?2025);
}
.main.general {
  background: url(/ppt/general/images/main.jpg);
}
.main.apply {
  background: url(/ppt/apply/images/main.jpg);
}
.main.basic {
  background: url(/ppt/assets/images/basic/main.jpg);
}
.main.sub {
  background: url(/ppt/assets/images/sub/main.jpg);
}
.main.faq {
  background: url(/ppt/assets/images/faq/main.jpg);
}
.main.module {
  background: url(/module/images/main.jpg);
}
@media screen and (max-width:1023px) {
  .main {
    height: 150px;
    margin-top: 50px;
    padding: 60px 20px;
  }
  .top-english .main {
    margin-top: 50px;
  }
}
/*===============================
	breadcrumb
================================*/
.breadcrumb {
  width: 100%;
  background: #fafafa;
}
.breadcrumb__inner {
  width: 100%;
  max-width: 1000px;
  padding: 10px 0;
  box-sizing: border-box;
  margin: 0 auto;
}
.breadcrumb__inner ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
}
.breadcrumb__inner ul li a {
  color: #000;
}
.breadcrumb__inner ul li a:hover {
  text-decoration: underline;
  color: #e27102;
  transition: all ease .2s;
}
@media screen and (max-width:768px) {
  .breadcrumb__inner {
    padding: 10px 20px;
    box-sizing: border-box;
  }
}
/*===============================
	container
================================*/
.container__title {
  width: 100%;
  text-align: center;
  margin: 50px auto -50px;
}
.container__title h1 {
  font-size: 30px;
  line-height: 1.5;
  color: #e27102;
  font-weight: bold;
}
.container {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 50px 20px 100px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.container__inner {
  width: 70%;
  max-width: 700px;
  margin-top: 70px;
}
.container__inner.mt30 {
  margin-top: 30px;
}
.container p.firstLead {
  padding-top: 50px;
}
.container p:first-child {
  width: 100%;
  margin-top: 0;
}
.container p.text-center {
  display: block;
  text-align: center;
}
.container p.text-right {
  display: block;
  text-align: right;
}
.container p.text-left {
  display: block;
  text-align: left;
}
/*.container p a {
  text-decoration: underline;
}*/
@media screen and (max-width:900px) {
  .container__inner {
    width: 67%;
  }
}
@media screen and (max-width:768px) {
  .container {
    width: 100%;
    padding: 40px 20px 60px;
    box-sizing: border-box;
    display: block;
  }
  .container__inner {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }
  .container__title {
    width: auto;
    margin: 50px 20px -50px;
  }
  .container__title h1 {
    font-size: 28px;
    line-height: 1.3;
  }
}
/*===============================
	container module
================================*/
/*===============
	color module
===============*/
.border-type_solid.key_color li {
  border-color: #e27102 !important;
}
.border-type_dotted.key_color li {
  border-color: #e27102 !important;
}
section ul li.list_key-color, section ol li.list_key-color {
  color: #e27102;
}
section ul li a:hover, section ol li a:hover {
  color: #e27102;
  transition: all ease .5s;
}
/*===============
	link module
===============*/
header ul li a.icon_blank, header .sp-main-menu-list ul li a.icon_blank, header .list_etc li a.icon_blank {
  background-image: url(/assets/images/icon_blank.png);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 100% center;
  padding-right: 20px;
}
@media screen and (max-width:768px) {
  header .sp-main-menu-list ul li a.icon_blank {
    background-image: url(/assets/images/icon_blank_white.png);
  }
  header .sp-main-menu-list .list_etc li a.icon_blank {
    background-image: url(/assets/images/icon_blank.png);
  }
}
header ul li a.icon_search {
  background-image: url(/assets/images/icon_search.png);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 100% center;
  padding-right: 20px;
}
section ul li a.icon_blank, section ol li a.icon_blank, table a.icon_blank, footer a.icon_blank, p a.icon_blank {
  background-image: url(/assets/images/icon_blank.png);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 100% center;
  padding-right: 18px;
}
section ul li a.icon_jump, section ol li a.icon_jump, table a.icon_jump, footer a.icon_jump, p a.icon_jump {
  background-image: url(/assets/images/icon_jump.png);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 100% center;
  padding-right: 18px;
}
section ul li a.icon_word, section ol li a.icon_word, table a.icon_word {
  background-image: url(/assets/images/icon_word.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 100% center;
  padding-right: 16px;
}
section ul li a.icon_pdf, section ol li a.icon_pdf, section table a.icon_pdf, section p a.icon_pdf {
  background-image: url(/assets/images/icon_pdf.png);
  background-repeat: no-repeat;
  background-size: 19px;
  background-position: 100% center;
  padding-right: 21px;
}
section a.icon_anchor-down {
  background-image: url(/assets/images/icon_anchor-down.png);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: 80% center;
  padding-right: 35px;
  z-index: 1;
}
section a.icon_anchor-up {
  background-image: url(/assets/images/icon_anchor-up.png);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: 80% center;
  padding-right: 14px;
  z-index: 1;
}
section a.icon_next {
  background-image: url(/assets/images/icon_next.png);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: 80% center;
  padding-right: 14px;
  z-index: 1;
}
section a.icon_prev {
  background-image: url(/assets/images/icon_prev.png);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: 20% center;
  padding-left: 14px;
  z-index: 1;
}
section ul li a.icon_excel, section ol li a.icon_excel {
  background-image: url(/assets/images/icon_excel.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 100% center;
  padding-right: 20px;
}
section table th a.icon_blank {
  background-image: url(/assets/images/icon_blank_white.png);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 100% center;
  padding-right: 24px;
}
/*===============
	title module
===============*/
.container h1 {
  font-size: 30px;
  line-height: 1.2;
  color: #e27102;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: 40px;
}
.container h2 {
  font-size: 24px;
  line-height: 1.5;
  color: #e27102;
  font-weight: bold;
  display: block;
  text-align: left;
  border-bottom: 2px solid #e27102;
  padding: 0 0 6px 17px;
  box-sizing: border-box;
  margin: 60px 0 40px;
}
.container h2 span {
  font-size: 22px;
  line-height: 1.4;
  display: inline-block;
  margin: 10px 0 0;
}
.container section:first-child h2 {
  margin-top: 0;
}
.container #teachers h2:nth-child(n + 3) {
  margin-top: 60px;
}
.sub .container h2 {
  margin: 80px 0 40px;
}
.sub .container section:first-child h2 {
  margin-top: 0;
}
section .flex-box h2 {
  font-size: 18px;
  margin-bottom: 0;
}
.categoryWrap .cateH2 h2 {
  font-size: 24px;
  line-height: 1.5;
  color: #e27102;
  font-weight: bold;
  display: block;
  text-align: left;
  border-bottom: 2px solid #e27102;
  padding: 0 0 6px 17px;
  box-sizing: border-box;
  margin: 60px 0 40px;
}
.cateH2 section:first-child h2 {
  margin-top: 60px;
}
.container h3 {
  font-size: 20px;
  line-height: 1.5;
  color: #e27102;
  font-weight: bold;
  display: block;
  text-align: left;
  padding: 10px 10px 10px 17px;
  box-sizing: border-box;
  background: #fff9f2;
  margin: 40px 0 30px;
}
section .flex-box h3 {
  font-size: 16px;
  margin-bottom: 0;
}
.container h4 {
  font-size: 18px;
  line-height: 1.5;
  color: #e27102;
  font-weight: bold;
  display: block;
  text-align: left;
  margin: 40px 0 20px;
}
.container h5 {
  font-size: 16px;
  line-height: 1.5;
  color: #e27102;
  font-weight: bold;
  display: block;
  text-align: left;
  padding-left: 10px;
  border-left: 4px solid #e27102;
  margin: 40px 0 15px;
}
.container h6 {
  font-size: 16px;
  line-height: 1.5;
  color: #e27102;
  font-weight: bold;
  display: block;
  text-align: left;
  margin: 40px 0 15px;
}
@media screen and (max-width:768px) {
  .container h1 {
    font-size: 26px;
    margin-bottom: 25px;
  }
  .container h2, .categoryWrap .cateH2 h2 {
    font-size: 20px;
    border-bottom: 2px solid #e27102;
    padding: 0 0 6px 10px;
    margin: 25px 0;
  }
  .cateH2 section:first-child h2 {
    margin-top: 25px;
  }
  section .flex-box h2 {
    font-size: 16px;
    margin-bottom: 0;
  }
  .container h3 {
    font-size: 18px;
    line-height: 1.5;
    padding: 10px 10px 10px 10px;
    margin: 25px 0 15px;
  }
  section .flex-box h3 {
    font-size: 16px;
    margin-bottom: 0;
  }
  .container h4 {
    font-size: 16px;
    margin: 25px 0 15px;
  }
  .container h5 {
    margin: 25px 0 15px;
  }
  .container h6 {
    margin: 25px 0 15px;
  }
  section a.icon_anchor-down {
    padding-right: 20px;
  }
}
/*===============
	layout module
===============*/
.container p {
  font-size: 16px;
  line-height: 1.875;
  color: #000;
  margin-top: 25px;
}
section p {
  font-size: 16px;
  line-height: 1.875;
  color: #000;
  margin-top: 25px;
}
section p.comments {
  font-size: 12px;
  display: inline-block;
  line-height: 1.8;
}
section span.comments {
  font-size: 12px;
  display: inline-block;
  line-height: 1.8;
}
section p strong {
  color: #e27102;
}
section strong {
  color: #e27102;
}
section p.name {
  font-size: 18px;
  line-height: 1.66;
  color: #e27102;
  font-weight: bold;
  margin-top: 0;
}
section p.katagaki {
  font-size: 16px;
  line-height: 1.66;
  color: #000;
  font-weight: bold;
}
section p span.mark {
  color: #e27102;
  background: #fff9f2;
}
section span.caption {
  font-size: 14px;
  line-height: 1.4;
}
section p.border_solid.top {
  padding-top: 20px;
  border-top: 1px solid #808080;
}
section p.border_solid.bottom {
  padding-bottom: 20px;
  border-bottom: 1px solid #808080;
}
section p.border_dotted.top {
  padding-top: 20px;
  border-bottom: 1px dotted #808080;
}
section p.border_dotted.bottom {
  padding-bottom: 20px;
  border-bottom: 1px dotted #808080;
}
section hr.type_dotted {
  display: block;
  width: 100%;
  margin: 45px 0;
  border: .25px dotted #808080;
}
section hr.type_solid {
  display: block;
  width: 100%;
  margin: 45px 0;
  border: 1px dotted #808080;
}
section .small section .small {
  font-size: 12px;
}
section .float-col {
  width: 100%;
  overflow: hidden;
  margin-top: 25px;
}
section .float-col.mt0 {
  margin-top: 0;
}
section .float-col:after {
  content: '';
  display: block;
  clear: both;
}
section .float-col p:first-child {
  margin-top: -6px;
}
section .float-col_itemWrap {
  width: 50%;
  box-sizing: border-box;
}
section .float-col_itemWrap.port {
  width: 40%;
  box-sizing: border-box;
}
section .float-col_itemWrap figure {
  margin-bottom: 35px;
}
section .float-col_itemWrap figure img {
  width: 100%;
  height: auto;
}
section .float-col_itemWrap figure figcaption, section .item-center_col figure figcaption, section .item-flex_col figure figcaption, .item-flex_col_split03 figure figcaption, section .flex-box.two-col .flex-box_itemWrap figure figcaption {
  font-size: 12px;
  line-height: 1.5;
  padding-top: 12px;
  display: block;
}
section .float-col.item-right .float-col_itemWrap {
  padding-left: 25px;
  float: right;
}
section .float-col.item-left .float-col_itemWrap {
  padding-right: 25px;
  float: left;
}
section .item-center_col {
  width: 100%;
  overflow: hidden;
  margin-top: 25px;
}
section .item-center_col.item_fullsize figure {
  width: 100%;
}
section .item-center_col.item_falfsize figure {
  width: 70%;
  margin: 0 auto;
}
section .item-center_col.item_fullsize figure img {
  width: 100%;
  height: auto;
}
section .item-center_col.item_falfsize figure img {
  width: 100%;
  height: auto;
}
section .item-flex_col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 25px;
}
section .item-flex_col figure {
  width: 50%;
  max-width: 300px;
  margin: 0 auto;
}
section .item-flex_col figure img {
  width: 100%;
  max-width: 300px;
  height: auto;
}
section .item-flex_col, section .item-flex_col_split03 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 25px;
}
section .item-flex_col_split03 figure {
  width: 30%;
  margin: 0 auto;
}
section .item-flex_col figure img, section .item-flex_col_split03 figure img {
  width: 100%;
  height: auto;
}
@media screen and (max-width:768px) {
  .container p {
    font-size: 14px;
    margin-top: 15px;
  }
  section .float-col_iiner {
    display: flex;
    justify-content: flex-start;
    flex-direction: column-reverse;
  }
  section .float-col.item-left .float-col_itemWrap {
    padding-right: 0;
    float: none;
    width: 100%;
    margin: 20px auto 0;
  }
  section .float-col.item-right .float-col_itemWrap {
    padding-left: 0;
    float: none;
    width: 100%;
    margin: 20px auto 0;
  }
  section .float-col.item-right .float-col_itemWrap.port {
    width: 80%;
  }
  section .float-col_itemWrap figure {
    margin-bottom: 25px;
  }
  section .item-center_col.item_falfsize figure {
    width: 100%;
    margin: 0 auto;
  }
  section .item-flex_col {
    display: block;
  }
  section .float-col_itemWrap figure figcaption, section .item-center_col figure figcaption, section .item-flex_col figure figcaption, section .flex-box.two-col .flex-box_itemWrap figure figcaption {
    padding-top: 8px;
    font-size: 11px;
  }
  section .item-flex_col figure, section .item-flex_col_split03 figure {
    width: 100%;
    margin: 0 auto;
  }
  section .item-flex_col figure + figure, section .item-flex_col_split03 figure + figure {
    margin-top: 20px;
  }
  section hr.type_dotted {
    margin: 25px 0;
  }
  section hr.type_solid {
    margin: 25px 0;
  }
}
/*===============
	box-col module
===============*/
section .box-col {
  width: 100%;
  margin-top: 30px;
  padding: 20px;
  box-sizing: border-box;
}
section .box-col.type-table {
  width: 100%;
  margin-top: 30px;
  padding: 0;
  box-sizing: border-box;
}
section .box-col.type-table p.title {
  padding: 10px 20px;
  box-sizing: border-box;
  background: #e27102;
  color: #fff;
}
section .box-col.type-table p.body {
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  margin: 0;
  border: 1px solid #e27102;
}
section .box-col.type-table p.body strong {
  /*color: #fff;*/
  color: #e27102;
  display: inline-block;
  margin: 0 0 5px;
}
section .box-col.type-table p.body strong:last-of-type {
  margin: 20px 0 5px;
}
section .box-col.type-table p.body b {
  display: inline-block;
  margin: 0 0 5px;
}
section .box-col p:first-child {
  margin-top: 0;
}
section .box_gray {
  background: #fafafa;
}
section .box_key-color {
  background: #fff9f2;
}
section .border_box {
  border: 1px solid #cccccc;
}
section .border_box.key-color {
  border: 1px solid #e27102;
}
section .dotted_box {
  border: 1px dotted #cccccc;
}
section .dotted_box.key-color {
  border: 1px dotted #e27102;
}
section .border_box.key-color .type-link {
  margin: 0;
}
/*===============
	table module
===============*/
section table {
  width: 100%;
  margin-top: 50px;
  border-top: 1px solid #f27a02;
  border-left: 1px solid #f27a02;
  font-weight: normal;
  line-height: 1.5;
}
section th, section td {
  z-index: -1;
  border-bottom: 1px solid #f27a02;
  border-right: 1px solid #f27a02;
  font-weight: normal;
  line-height: 1.5;
}
section th, section td {
  padding: 14px;
}
section table.type01 td {
  text-align: center;
}
section table.type02 thead th a {
  color: #fff;
}
section table.type02 th, section table.type02 td {
  text-align: left;
  padding: 14px;
}
section table.stripe th {
  background-color: #e27102;
  color: #fff;
}
section table.stripe tr:nth-child(odd) {
  background-color: #fff9f2;
}
section table.font-s th, section table.font-s td {
  font-size: 14px;
}
section thead th {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  background: #e27102;
  text-align: center;
  vertical-align: middle;
}
section tbody th {
  background: #fff9f2;
}
section thead th.bg_pink, section .bg_pink {
  background: #fff3e5;
  color: #000;
}
section thead th.bg_thin-pink, section .bg_thin-pink {
  background: #fff9f2;
  color: #000;
}
section thead th.bg_gray, section .bg_gray {
  background: #ebebeb;
  color: #000;
}
section thead th.bg_thin-gray, section .bg_thin-gray {
  background: #f7f7f7;
  color: #000;
}
section table .bg_main-pink, section .bg_main-pink {
  background: #e27102;
  color: #fff;
}
section table .bg_deeppink {
  background: #e27102;
  color: #fff;
}
section table .bg_pink {
  background: #fff3e5;
  color: #000;
}
section table .bg_thin-pink {
  background: #fff9f2;
  color: #000;
}
section table .bg_gray {
  background: #ebebeb;
  color: #000;
}
section table .bg_thin-gray {
  background: #f7f7f7;
  color: #000;
}
section table td .kana {
  display: inline-block;
  font-size: 0.8em;
  margin-top: 4px;
}
section table td .name {
  font-size: 1.2em;
  font-weight: bold;
}
section table td {
  /*position: relative;*/
}
section table.type02 td {
  z-index: 0;
}
section table td.nhead {
  position: relative;
}
section table td.nhead .mark {
  position: absolute;
  top: 25px;
  left: -45px;
}
.top-english section table td.nhead .mark {
  top: 10px;
}
section table td.nhead .message {
  float: right;
}
p.navAnchor {
  text-align: center;
  margin: 0 auto 30px;
}
p.navAnchor span {
  /*width: 40px;*/
  position: relative;
  padding: 0 22px 0 0;
  margin-right: 30px;
  display: inline-block;
}
p.navAnchor span::after {
  content: '▼';
  position: absolute;
  top: 3px;
  right: 0;
  color: #e27102;
  font-size: .8rem;
}
form label span {
  display: inline-block;
  background-color: #DBDEE3;
  font-weight: bold;
  width: 320px;
  text-align: center;
  padding: 5px 10px;
  margin: 5px 10px 0 0;
}
#search label {
  display: block;
}
#search select {
  width: 340px;
}
#search select.select {
  background-color: #FFCBA3;
}
#clrsearch {
  width: 100px;
  margin: 10px auto 30px;
  display: block;
}
section table a, section table td a {
  color: #e27102 !important;
}
section table a:hover, section table td a:hover {
  color: #000 !important;
}
section table th a {
  color: #fff !important;
}
section table th a:hover {
  color: #fff !important;
  text-decoration: underline;
}
@media screen and (max-width:1023px) {
  form label span {
    width: auto;
    margin: 5px 0;
    display: block;
  }
  #search select {
    width: 100%;
    margin-bottom: 15px;
  }
  #clrsearch {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width:768px) {
  section table {
    margin-top: 25px;
    font-size: 14px;
  }
  section table th, section table td {
    font-size: 14px;
  }
  section .table-scroll-wrap {
    width: 100%;
    overflow-y: scroll;
    padding-bottom: 10px;
  }
  section .table-scroll-wrap table {
    width: 768px;
  }
  section table.type02 th, section table.type02 td {
    padding: 10px;
  }
  p.navAnchor {
    text-align: left;
  }
}
/*===============
	ul・ol li module
===============*/
section ul, section ol {
  margin-top: 50px;
}
section ul.icon_none, section ol.icon_none, section ul.child-list, section ol.child-list {
  margin-top: 0;
}
section ul li, section ol li {
  font-size: 16px;
  line-height: 1.8;
  padding-bottom: 10px;
  list-style: none;
}
section ul li:last-child, section ol li:last-child {
  padding-bottom: 0;
}
.container__inner ul li a, .container__inner ol li a, .container__inner p a {
  color: #e27102;
}
.container__inner ul li a:hover, .container__inner ol li a:hover, .container__inner p a:hover {
  color: #000;
}
section ul li span.small, section ol li span.small {
  font-size: 12px;
}
section ul.border-type_solid li {
  border-bottom: 1px solid #808080;
}
section ul.border-type_dotted li {
  border-bottom: 1px dotted #808080;
}
/*section ul.defalt-link li,
section ul.defalt-list li,
section ul.type-link li,
section ol.defalt-list li,
section ul.link-list li,
section ol.link-list li{
  position: relative;
  padding-left: 28px;
  list-style: none;
}*/
.defalt-link li, .defalt-list li, .link-list li {
  position: relative;
  padding-left: 28px;
  list-style: none;
}
/*.type-link li, .type-link_3col li, .page-link_3col li, .page-link_2col li, .page-link_7col li {
  position: relative;
  padding-left: 28px;
  list-style: none;
}*/
.disc-list, .line-list {
  position: relative;
  list-style: none;
  margin-top: 20px;
}
.g-child-list li {
  font-size: 14px;
}
.disc-list li {
  padding-left: 15px;
}
.line-list li {
  padding-left: 20px;
}
.disc-list li:before {
  content: '';
  width: 6px !important;
  height: 6px !important;
  display: inline-block;
  border-radius: 100%;
  background: #e27102;
  background-image: none !important;
  position: absolute;
  left: 0;
  top: .7em !important;
  border-width: inherit;
}
.line-list li:before {
  content: '';
  width: 10px !important;
  height: 1px !important;
  display: inline-block;
  border-radius: initial;
  background: #e27102;
  background-image: none !important;
  position: absolute;
  left: 0;
  top: .8em !important;
  border-width: inherit;
}
section ul.type-disc, section ol.type-decimal {
  padding-left: 24px;
}
section ul.type-disc li {
  list-style: disc;
}
section ol.type-decimal li {
  list-style: decimal;
}
section ul.defalt-link li:before {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  background-image: url(/assets/images/icon_link.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 6px;
  left: 0;
}
section ul.defalt-list li:before, section ol.defalt-list li:before, section ul.link-list li:before, section ol.link-list li:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(/assets/images/icon_circle.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 6px;
  left: 0;
}
section ul.icon_none li section ol.icon_none li {
  padding-left: 0;
}
section ul.icon_none li:before, section ol.icon_none li:before {
  background: none;
  display: none;
}
section ul.type-link li a:hover, section ul.page-link li a:hover, section ul.defalt-link li a:hover, section ul.defalt-list li a:hover, section ol.defalt-list li a:hover, section ul.link-list li a:hover, section ol.link-list li a:hover, section ul.type-link_3col li a:hover, section ul.page-link_3col li a:hover, section ul.page-link_2col li a:hover, section ul.page-link_7col li a:hover {
  /*color: #e27102;*/
  color: #000;
  opacity: .8;
  transition: all ease .5s;
}
section ul.defalt-link-list, section ol.defalt-link-list {
  padding-left: 24px;
  font-size: 16px;
  line-height: 1.8;
  padding-bottom: 10px;
}
section ul.defalt-link-list li {
  list-style: disc;
}
section ol.defalt-link-list li {
  list-style: decimal;
}
section .flex-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
section .flex-box.two-col {
  justify-content: space-between;
}
section .flex-box.two-col .flex-box_inner {
  width: 48%;
  max-width: 325px;
}
section .flex-box.two-col .flex-box_itemWrap {
  width: 100%;
  max-width: 325px;
  margin: 25px auto 0;
  display: flex;
  justify-content: center;
}
section .flex-box.two-col .flex-box_itemWrap figure {
  width: 100%;
  max-width: 300px;
}
section .flex-box.two-col .flex-box_itemWrap figure img {
  width: 100%;
  max-width: 300px;
  height: auto;
}
section .list-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section .list-flex ul, section .list-flex ol {
  width: 49%;
}
section .list-flex ol.flag {
  width: 46%;
}
section .list-flex ul li ul, section .list-flex ol li ol {
  width: 100%;
  margin-top: 25px;
}
section .list-flex ul.child-list, section .list-flex ol.child-list {
  margin-top: 0;
}
section .list-flex ul.icon_none li ul, section .list-flex ol.icon_none li ol {
  padding-left: 28px;
}
section .list-flex ul li ul li {
  font-size: 14px;
  list-style: disc;
  padding-left: 0;
  color: #000;
  position: relative;
}
section .list-flex ol li ol li {
  font-size: 14px;
  list-style: decimal;
  padding-left: 0;
  color: #000;
  position: relative;
}
section .list-flex ul li ul li:before, section .list-flex ol li ol li:before {
  background-image: none;
}
section ul.link-list li ul.child-list, section ol.link-list li ol.child-list, section ul.icon_none li ul.child-list, section ol.icon_none li ol.child-list {
  margin-left: -20px;
}
/*section ul.link-list li ul.child-list li, section ol.link-list li ol.child-list li, section ol.icon_none li ol.child-list li {
  padding-left: 28px;
}*/
section ul.type-link li, section ul.page-link li, section ul.link-list li ul.child-list li, section ol.link-list li ol.child-list li, section ul.icon_none li ul.child-list li, section ol.icon_none li ol.child-list li, section ul.type-link_3col li, section ul.type-link_2col li, section ul.page-link_3col li, section ul.page-link_2col li, section ul.page-link_7col li {
  list-style: none;
  padding-left: 1.8em;
  text-indent: -.8em;
}
/*section ul.type-link li, section ul.page-link li, section ul.link-list li ul.child-list li, section ol.link-list li ol.child-list li, section ul.icon_none li ul.child-list li, section ol.icon_none li ol.child-list li, section ul.type-link_3col li, section ul.page-link_3col li, section ul.page-link_2col li, section ul.page-link_7col li {
  list-style: none;
  padding-left: 28px;
}*/
section ul.type-link li ul, section ul.page-link li ul, section ul.type-link_3col li ul, section ul.type-link_2col li ul, section ul.page-link_3col li ul, section ul.page-link_2col li ul, section ul.page-link_7col li ul {
  margin-top: 10px;
}
/*section ul.type-link li, section ul.page-link li, section ul.type-link_3col li, section ul.page-link_3col li, section ul.page-link_2col li, section ul.page-link_7col li {
  padding-left: 24px;
}*/
section ul.type-link li:before, section ul.type-link_3col li:before, section ul.type-link_2col li:before, section ul.link-list li ul.child-list li:before, section ol.link-list li ol.child-list li:before, section ul.icon_none li ul.child-list li:before, section ol.icon_none li ol.child-list li:before {
  /*content: '';
  display: block;
  width: 13px;
  height: 13px;
  background-image: url(/assets/images/icon_link.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 6px;
  left: 0;*/
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  color: #e27102;
  padding-right: 10px;
  font-size: .9rem;
  display: inline-block;
  font-weight: 900;
}
section ul.page-link li, section ul.page-link_3col li, section ul.page-link_2col li, section ul.page-link_7col li {
  position: relative;
}
section ul.page-link li:before, section ul.page-link_3col li:before, section ul.page-link_2col li:before, section ul.page-link_7col li:before {
  /*content: '';
  display: block;
  width: 13px;
  height: 13px;
  background-image: url(/assets/images/icon_pagelink.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 6px;
  left: 0;*/
  font-family: "Font Awesome 5 Free";
  content: "\f13a";
  color: #e27102;
  padding-right: 10px;
  font-size: .9rem;
  display: inline-block;
  font-weight: 900;
}
section ul.type-link_3col, section ul.type-link_2col, section ul.page-link_3col, section ul.page-link_2col, section ul.page-link_7col {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.faq section ul.page-link_7col {
  -webkit-justify-content: center;
  justify-content: center;
}
.faq section ul.page-link_3col, .important section ul.page-link_3col {
  -webkit-justify-content: center;
  justify-content: center;
}
section ul.type-link_3col li, section ul.page-link_3col li {
  width: 29%;
  position: relative;
}
.sub section ul.type-link_3col li {
  width: 30%;
}
section ul.type-link_2col li, section ul.page-link_2col li {
  width: 45%;
  position: relative;
}
section ul.page-link_7col li {
  width: 10%;
  position: relative;
}
.faq section ul.page-link_3col li, .important section ul.page-link_3col li {
  width: auto;
  margin: 0 20px;
}
.admissions section ul.page-link_3col li {
  width: auto;
  margin: 0 40px 0 0;
}
.international section ul.type-link_3col li {
  width: 20%;
}
section ul.defalt-link-list li a:hover, section ol.defalt-link-list li a:hover, section ul.link-list li ul.child-list li a:hover, section ol.link-list li ol.child-list li a:hover, section ul.icon_none li ul.child-list li a:hover, section ol.icon_none li ol.child-list li a:hover, p a.icon_blank:hover {
  /*color: #e27102;*/
  color: #000;
  transition: all ease .5s;
  opacity: .8;
}
.defalt-list, .type-link, .page-link, .type-disc, .defalt-link-list, .type-decimal, .defalt-link-list, .type-link_3col, .type-link_2col, .page-link_3col, .page-link_2col, .page-link_7col {
  margin: 30px 0;
  padding-left: 3px;
}
@media screen and (max-width:870px) {
  .international section ul.type-link_3col li {
    width: 24%;
  }
}
@media screen and (max-width:768px) {
  section ul, section ol {
    margin-top: 25px;
  }
  section ul li, section ol li {
    font-size: 14px;
    line-height: 1.6;
  }
  section .list-flex {
    display: block;
  }
  section .list-flex ul, section .list-flex ol {
    width: 100%;
  }
  section .flex-box {
    display: block;
    margin-top: 25px;
  }
  section .flex-box.two-col .flex-box_inner {
    width: 100%;
    max-width: 100%;
  }
  section ul.type-link_3col li, section ul.type-link_2col li, section ul.page-link_2col li {
    width: 100%;
  }
  .sub section ul.type-link_3col li {
    width: 100%;
  }
  .faq section ul.page-link_7col {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .faq section ul.page-link_3col, .important section ul.page-link_3col {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .faq section ul.page-link_3col li, .important section ul.page-link_3col li {
    width: 100%;
    margin: 0;
  }
  .admissions section ul.page-link_3col li {
    width: 100%;
    margin: 0;
  }
  .international section ul.type-link_3col li {
    width: 30%;
  }
  section ul.page-link_7col li {
    width: 30%;
  }
  section ul.page-link_3col li {
    width: 48%;
  }
}
@media screen and (max-width:414px) {
  .international section ul.type-link_3col li {
    width: 50%;
  }
}
/*===============

profile box module
===============*/
.profle_box {
  width: 100%;
  margin-top: 45px;
}
.profle_box.bg_gray {
  padding: 30px 20px;
  box-sizing: border-box;
  background: #fafafa;
}
.profle_box.bg_key-color {
  padding: 30px 20px;
  box-sizing: border-box;
  background: #fff9f2;
}
@media screen and (max-width:768px) {
  .profle_box {
    margin-top: 25px;
  }
  section p.name {
    font-size: 16px;
  }
  section p.katagaki {
    font-size: 14px;
  }
  .profle_box.bg_gray, .profle_box.bg_key-color {
    padding: 20px;
  }
}
/*===============
accordion_box module
===============*/
.accordion_box {
  width: 100%;
  margin-top: 50px;
}
.accordion_box dt {
  background-image: url(/assets/images/icon_plus.png);
  background-repeat: no-repeat;
  background-color: #fff9f2;
  background-position: 95% center;
  background-size: 26px;
  font-size: 16px;
  line-height: 1.5;
  padding: 15px 100px 15px 15px;
  box-sizing: border-box;
  color: #e27102;
  margin-top: 20px;
}
.accordion_box dt:hover {
  cursor: pointer;
}
.accordion_box dt.active {
  background-image: url(/assets/images/icon_minus.png);
}
.accordion_box dd {
  font-size: 14px;
  line-height: 2;
  color: #000;
  display: none;
  /*padding: 30px;*/
  padding: 30px 0;
  box-sizing: border-box;
}
.accordion_box dd.active {
  display: block;
}
@media screen and (max-width:768px) {
  .accordion_box dt {
    background-position: 95% center;
    background-size: 18px;
    font-size: 14px;
    line-height: 1.5;
    padding: 15px 35px 15px 15px;
    box-sizing: border-box;
    color: #e27102;
    margin-top: 20px;
  }
  .accordion_box dd {
    padding: 25px 0 0;
  }
}
/*===============
btn link module
===============*/
.btn-flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.btn-flex.center_col {
  justify-content: center;
}
.btn-flex.col-2 {
  justify-content: space-between;
}
.btn-flex.col-3 {
  justify-content: space-between;
}
.btn-flex.btn-small {
  justify-content: center;
}
.btn-flex a, .btn-flex.bg-econ a {
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  text-align: center;
  text-decoration: none;
  outline: none;
  /*padding: 20px 0;*/
  padding: 20px;
}
.btn-flex a {
  background-color: #fff;
  border: 1px solid #e27102;
  color: #e27102;
}
.btn-flex.bg-econ a {
  background-color: #e27102;
  border: 1px solid #e27102;
  color: #fff;
}
.btn-flex.col-3 a {
  width: 30%;
  max-width: 200px;
}
.btn-flex.btn-small a {
  max-width: 150px;
  background-color: #e27102;
  color: #fff;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.btn-flex.btn-small a:hover {
  opacity: .7;
  transition: all ease .5s;
}
.btn-flex.btn-small a:nth-child(2n) {
  margin-left: 50px;
}
.btn-flex.btn-small a::before, .btn-flex.btn-small a::after {
  display: none;
}
.btn-flex a:hover {
  color: #fff;
}
.btn-flex.bg-econ a:hover {
  color: #e27102;
}
.btn-flex a::after {
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
}
.btn-flex a:hover::after {
  top: 0;
  left: 0;
  background-color: #e27102;
}
.btn-flex.bg-econ a:hover::after {
  top: 0;
  left: 0;
  background-color: #fff;
}
.btn-flex a::before, .btn-flex a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.btn-flex a, .btn-flex a::before, .btn-flex a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn-flex a.icon_blank:before, .btn-flex.bg-econ a.icon_blank:before {
  background-image: url(/assets/images/icon_blank.png);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 90% center;
  height: 16px;
  width: 100%;
  position: absolute;
  right: 0;
  z-index: 1;
}
.btn-flex a.icon_blank:hover:before, .btn-flex.bg-econ a.icon_blank:hover:before {
  background-image: url(/assets/images/icon_blank_white.png);
}
@media screen and (max-width:768px) {
  .btn-flex {
    display: block;
    margin-top: 25px;
    text-align: center;
  }
  .btn-flex a, .btn-flex.bg-econ a, .btn-flex.col-2 a, .btn-flex.col-3 a {
    font-size: 14px;
    /*max-width: 200px;*/
    padding: 15px 0;
  }
  .btn-flex a {
    max-width: 300px;
  }
  .btn-flex.col-2 a {
    max-width: 200px;
  }
  .btn-flex.col-3 a {
    width: 100%;
  }
  .btn-flex a + a {
    margin-top: 20px;
  }
  .btn-flex.btn-small a {
    font-size: 12px;
    max-width: 120px;
  }
  .btn-flex.btn-small a:nth-child(2n) {
    margin-left: 10px;
  }
}
/*===============
margin module
===============*/
.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.ml0 {
  margin-left: 0 !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.ml60 {
  margin-left: 60px !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mr60 {
  margin-right: 60px !important;
}
/*===============
padding module
===============*/
.prbl0 {
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}
.pr0 {
  padding-right: 0 !important;
}
.pl0 {
  padding-left: 0 !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
/*===============
text-align module
===============*/
.text-center {
  text-align: center;
}
/*===============================
	aside
================================*/
side {
  width: 30%;
  max-width: 250px;
  box-sizing: border-box;
  margin-top: 75px;
}
side .side__inner {
  border-top: 4px solid #e27102;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}
side ul {
  display: none;
}
side ul.show {
  display: block;
}
side ul li {
  font-size: 16px;
  border-bottom: 1px dotted #e27102;
}
side ul li:first-child {
  font-size: 20px;
  font-weight: bold;
}
side ul li a {
  /*background-image: url(/assets/images/icon_link.png);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 5% center;*/
  /*padding: 20px 20px 20px 40px;*/
  padding: 20px;
  box-sizing: border-box;
  display: block;
  background-color: #FFF;
  position: relative;
  line-height: 1.4;
}
side ul li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  padding-right: 10px;
  font-size: .9rem;
  display: inline-block;
  font-weight: 900;
}
side ul li a:before {
  color: #e27102;
}
side ul li:first-child a:before {
  color: #fff;
}
side ul li:first-child a {
  background-color: #e27102;
  background-image: none;
  color: #fff;
}
side ul li a:hover {
  background-color: #fff9f2;
  transition: all ease .5s;
}
side ul li:first-child a:hover {
  background-color: #e27102;
  transition: all ease .5s;
  opacity: .8;
}
side ul li:first-child a.current {
  background-color: #e27102;
}
side ul li a.current {
  background-color: #fff9f2;
}
/*side ul li a.icon_blank:after, .side ul li a.icon_blank:after {
	background-image: url(/assets/images/icon_blank.png);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: 90% center;
	height: 16px;
	width: 100%;
	position: absolute;
	right: 0;
	z-index: 1;
}
side ul li a.icon_blank:hover::before, side ul li a.icon_blank:hover::before {
	background-image: url(/assets/images/icon_blank_white.png);
}*/
@media screen and (max-width:1023px) {
  side .side__inner {
    top: 75px;
  }
}
@media screen and (max-width:768px) {
  side {
    display: block;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    box-sizing: border-box;
    margin-top: 50px;
  }
}
/*===============================
	category
================================*/
.categoryWrap side {
  display: none;
}
.categoryWrap .container__inner {
  width: 100%;
  max-width: 100%;
}
.categoryWrap h2 {
  color: #e27102;
  font-size: 30px;
  display: block;
  text-align: center;
  line-height: 1.2;
  position: relative;
  border-bottom: 0;
}
.categoryWrap h2 span.moreBtn a {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  padding: 10px;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  background: #e27102;
}
p span.moreBtn a {
  width: 120px;
  height: 36px;
  line-height: 36px;
  margin: 0 0 30px auto;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 0 10px;
  box-sizing: border-box;
  background: #e27102;
}
.categoryWrap h2 span.moreBtn a, p span.moreBtn a {
  color: #fff;
  transition: all ease .5s;
}
.categoryWrap h2 span.moreBtn a:hover, p span.moreBtn a:hover {
  color: #fff;
  opacity: .7;
}
.news {
  width: 100%;
  display: flex;
  /*justify-content: space-between;*/
  justify-content: flex-start;
  flex-wrap: wrap;
}
.news__box {
  width: 32%;
  margin-top: 50px;
  margin-right: 5%;
  max-width: 300px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}
.lower .news__box {
  /*margin-right: 2%;*/
  width: 100%;
  height: 110px;
  margin-top: 15px;
  margin-right: 0;
  max-width: 100%;
  overflow: hidden;
}
.lower .news__box:first-of-type {
  margin-top: 5px;
}
.lower-thumb .news__box {
  margin-right: 2%;
}
.lower-thumb .news__box:nth-of-type(-n+3) {
  margin-top: 0;
}
.news__box:nth-of-type(3n) {
  margin-right: 0;
}
.news__box:hover {
  cursor: pointer;
}
.news__box .news__box__item {
  width: 100%;
  height: 200px;
  max-width: 300px;
  /*min-height: 200px;*/
  overflow: hidden;
  display: flex;
  align-items: center;
}
.news__box .news__box__item img {
  width: 100%;
  max-width: 300px;
  height: auto;
  /*min-height: 200px;*/
  /*max-height: 200px;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  -webkit-transform: scale(1);
  transform: scale(1);
  object-fit: cover;
  font-family: "object-fit:cover;";
}
.lower .news__box .news__box__item {
  width: 120px;
  height: 120px;
  max-width: 120px;
  /*min-height: 110px;*/
  float: left;
  clear: both;
}
.lower .news__box .news__box__item img {
  width: 100%;
  max-width: 120px;
  height: auto;
  min-height: 120px;
  max-height: 120px;
}
.news__box:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.news__box .news__box__lead {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
.lower .news__box .news__box__lead {
  width: 82%;
  float: right;
}
.news__box .news__box__lead p {
  font-size: 14px;
  line-height: 1.7;
}
.news__box .news__box__lead p.date-time {
  /*margin-top: 10px;*/
}
.lower .news__box .news__box__lead p.date-time {
  margin-top: 0;
}
.news__box .news__box__lead p.title {
  margin-top: 10px;
}
.lower .news__box .news__box__lead p.title {
  margin-top: 5px;
  font-weight: bold;
}
.thumb-none .news__box {
  margin-top: 0;
  margin-right: 2%;
  margin-bottom: 2%;
}
.thumb-none .news__box:nth-of-type(3n) {
  margin-right: 0;
}
.thumb-none .news__box .news__box__item {
  display: none;
}
.thumb-none .news__box .news__box__lead p.date-time {
  margin-top: 0;
}
.one .news__box:nth-child(n+4) {
  display: none;
}
.second .news__box:nth-child(n+7) {
  display: none;
}
.third .news__box:nth-child(n+10) {
  display: none;
}
.fourth .news__box:nth-child(n+13) {
  display: none;
}
.scroll {
  height: 300px;
  padding: 10px 5px 0;
  overflow-y: scroll;
}
.PageLink {
  width: 100%;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.PageLink__box {
  width: 50%;
  max-width: 475px;
  overflow: hidden;
  margin-top: 50px;
  height: 120px;
}
.PageLink__box a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.PageLink__box:nth-child(2n) {
  margin-left: 5%;
}
.PageLink__box__thumb {
  width: 27%;
  max-width: 120px;
  height: 120px;
  overflow: hidden;
}
.PageLink__box:hover .PageLink__box__thumb {
  background: #000;
  opacity: 0.55;
  transition: all 0.45s ease-in-out;
}
.PageLink__box__thumb img {
  width: 100%;
  max-width: 120px;
  height: auto;
  transition: all 0.45s ease-in-out;
}
.PageLink__box:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.PageLink__box__lead {
  width: 73%;
  background: #fff9f2;
  /* padding: 20px 70px 20px 20px;*/
  padding: 20px 54px 20px 20px;
  box-sizing: border-box;
  position: relative;
}
.PageLink__box__lead:after {
  content: '〉';
  color: #e27102;
  display: block;
  font-size: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(-50%, -50%);
}
.PageLink__box__lead h3 {
  font-size: 16px;
  line-height: 1.5;
  background: none;
  margin: 0;
  padding: 0;
}
.PageLink__box__lead p {
  font-size: 12px;
  line-height: 1.6;
  color: #000;
  margin-top: .5em;
}
.catLink {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  justify-content: flex-start;
}
.catLink a {
  font-size: 14px;
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 1px solid #e27102;
  color: #e27102;
  overflow: hidden;
  display: inline-block;
  width: 30%;
  max-width: 300px;
  text-align: center;
  text-decoration: none;
  outline: none;
  padding: 20px;
  line-height: 1.4;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.catLink.bg-econ a {
  position: relative;
  z-index: 2;
  background-color: #e27102;
  border: 1px solid #e27102;
  color: #fff;
  overflow: hidden;
  display: inline-block;
  width: 30%;
  max-width: 300px;
  text-align: center;
  text-decoration: none;
  outline: none;
  padding: 20px 0;
  font-size: 14px;
  margin-top: 30px;
}
.catLink a + a {
  margin-left: 5%;
}
.catLink a:nth-child(4), .catLink a:nth-child(7), .catLink a:nth-child(10), .catLink a:nth-child(13) {
  margin-left: 0;
}
.catLink a:hover {
  color: #fff;
}
.catLink.bg-econ a:hover {
  color: #e27102;
}
.catLink a::after {
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
}
.catLink a:hover::after {
  top: 0;
  left: 0;
  background-color: #e27102;
}
.catLink a.icon_blank:hover::after {
  top: 0;
  left: 0;
  background-color: #e27102;
}
.catLink.bg-econ a:hover::after {
  top: 0;
  left: 0;
  background-color: #fff;
}
.catLink a::before, .catLink a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.catLink a, .catLink a::before, .catLink a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.catLink a.icon_blank:before {
  background-image: url(/assets/images/icon_blank.png);
  background-repeat: no-repeat;
  background-size: 14px;
  /*background-position: 90% center;*/
  background-position: 92% center;
  height: 16px;
  width: 100%;
  position: absolute;
  right: 0;
  z-index: 1;
}
.catLink a.icon_blank:hover:before {
  background-image: url(/assets/images/icon_blank_white.png);
}
.catLink a.icon_pdf {
  background-image: url(/assets/images/icon_pdf.png);
  background-repeat: no-repeat;
  background-size: 19px;
  background-position: 90% center;
}
@media screen and (max-width:1060px) {
  .news {
    justify-content: space-around;
  }
  .news__box {
    margin-right: 2%;
  }
}
@media screen and (max-width:1024px) {
  .PageLink__box {
    width: 46%;
    height: auto;
    box-sizing: border-box;
  }
  .PageLink__box {
    padding: 15px;
    background-color: #fff9f2;
  }
  .PageLink__box a {
    align-items: center;
  }
  .PageLink__box__thumb {
    height: auto;
  }
  .PageLink__box__lead {
    padding: 20px 30px 20px 20px;
  }
  .PageLink__box__lead p {
    margin-top: 1em;
  }
  .PageLink__box__lead:after {
    position: absolute;
    top: 50%;
    right: -5%;
  }
  .lower .news__box .news__box__lead {
    width: 75%;
  }
}
@media screen and (max-width:768px) {
  .categoryWrap h2 {
    text-align: left;
    font-size: 20px;
  }
  .categoryWrap h2 span.moreBtn a {
    padding: 5px;
  }
  p span.moreBtn a {
    margin: 0 0 20px auto;
  }
  .news {
    display: block;
    justify-content: center;
  }
  .news__box {
    width: 100%;
    margin: 0 auto 25px;
  }
  .news__box:nth-of-type(3n) {
    margin: 0 auto 25px;
  }
  .lower .news__box .news__box__lead {
    width: 74%;
  }
  .lower-thumb .news__box {
    margin: 0 auto 25px;
  }
  .lower-thumb .news__box:nth-of-type(-n+3) {
    margin-top: 25px;
  }
  .thumb-none .news__box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 15px;
  }
  .thumb-none .news__box:nth-of-type(3n) {
    margin: 0 auto 15px;
  }
  .thumb-none .news__box:last-of-type {
    margin: 0 auto 60px;
  }
  .news__box .news__box__lead {
    padding: 20px;
  }
  .catLink {
    margin-top: 10px;
  }
  .catLink a {
    font-size: 14px;
    width: 48%;
    margin-left: 0;
    max-width: initial;
    margin-top: 20px;
  }
  .catLink a + a {
    margin-left: 0%;
  }
  .catLink a:nth-child(even) {
    margin-left: 4%;
  }
}
@media screen and (max-width:640px) {
  .PageLink__box {
    width: 100%;
    margin-top: 30px;
    max-width: none;
    padding: 15px 0 15px 15px;
  }
  .PageLink__box:nth-child(2n) {
    margin-left: 0;
  }
  .PageLink__box__thumb {
    width: 25%;
  }
  .PageLink__box__lead {
    width: 75%;
  }
  .lower .news__box .news__box__lead {
    width: 68%;
  }
}
@media screen and (max-width:480px) {
  .PageLink__box__lead {
    padding: 0 30px 0 15px;
    /*padding: 0 15px;*/
  }
  .lower .news__box .news__box__lead {
    width: 68%;
  }
  .lower .news__box .news__box__lead p.date-time {
    font-size: 13px;
  }
  .lower .news__box .news__box__lead p.title {
    font-size: 13px;
  }
}
@media screen and (max-width:460px) {
  .lower .news__box .news__box__lead {
    width: 66%;
  }
}
@media screen and (max-width:380px) {
  .lower .news__box .news__box__lead {
    width: 60%;
    padding: 10px;
  }
}
@media screen and (max-width:330px) {
  .lower .news__box .news__box__lead {
    width: 52%;
  }
  .lower .news__box .news__box__lead p.date-time {
    font-size: 11px;
  }
  .lower .news__box .news__box__lead p.title {
    font-size: 11px;
  }
}
@media screen and (max-width:420px) {
  .catLink {
    justify-content: center;
  }
  .catLink a {
    width: 100%;
  }
  .catLink a:nth-child(even) {
    margin-left: 0%;
  }
}
/*===============================
	footer
================================*/
footer {
  width: 100%;
}
footer.footer {
  background: #fff9f2;
}
footer li a.icon_blank {
  background-image: url(/assets/images/icon_blank.png);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 100% center;
  padding-right: 18px;
}
.footer-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.footer_details {
  background: #e27102;
  width: 100%;
}
.footer_details_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  /*display: flex;*/
  /*justify-content: space-between;*/
  /*flex-wrap: wrap;*/
  padding: 45px 0;
}
.footer_details_inner p, .footer_details_inner a {
  color: #fff;
  font-size: 12px;
  line-height: 1.8;
  padding-top: 8px;
}
.footer_details_inner a:hover {
  color: #000;
  opacity: .8;
  transition: all ease .5s;
}
.footer_details_addresses h3 {
  color: #fff;
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 5px;
}
.footer_details_etc {
  text-align: right;
}
.footer_logo {
  margin-bottom: 30px;
}
.footer_details_etc ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.footer_details_etc ul li {
  /*padding-left: 25px;*/
  padding-right: 25px;
}
.footer_details_etc ul li:last-child {
  padding-right: 0;
}
.pagetop {
  /*border-top: 1px solid #fff;*/
  /*background: #F1F4F5;*/
}
p.pagetop {
  /*background-color: #F1F4F5;*/
}
p.pagetop a {
  display: block;
  font-size: .8rem;
  padding: 5px 10px;
}
p.pagetop a:hover {
  /*background-color: #ddd;*/
  transition: all ease .5s;
}
.pagetop-all {
  width: 70px;
  height: 70px;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 1000;
}
.pagetop-all img {
  width: 70px;
  height: 70px;
  z-index: 1000;
}
.pagetop-all a:hover img {
  opacity: 0.8;
}
@media screen and (max-width:599px) {
  .pagetop-all {
    width: 60px;
    height: 60px;
    right: 20px;
    bottom: 20px;
  }
  .pagetop-all img {
    width: 60px;
    height: 60px;
  }
}
/*.pagetop:hover {
  background: #ddd;
  transition: all ease .5s;
}
.pagetop p {
  display: block;
  text-align: center;
  margin: 0;
}
.pagetop p img {
  width: 16px;
  height: auto;
  margin: 0 auto;
}
.pagetop p a {
  display: block;
  padding: 20px 0;
}*/
.footer-inner .site-links {
  padding: 50px 0;
  box-sizing: border-box;
}
.footer-inner .site-links-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-inner .links-group {
  width: 33%;
  max-width: 290px;
  margin-top: 50px;
  box-sizing: border-box;
  text-align: left;
}
.footer-inner .links-group h3 {
  font-size: 16px;
  color: #e27102;
  display: block;
  line-height: 1.2;
  padding-bottom: 20px;
}
.footer-inner .links-group h3 a {
  color: #e27102;
}
.footer-inner .links-group h3 a:link, .footer-inner .links-group h3 a:visited {
  color: #e27102;
}
.footer-inner .links-group ul {
  margin-top: 15px;
}
.footer-inner .links-group ul li {
  font-size: 12px;
  line-height: 1.4;
  padding-bottom: 14px;
  color: #000;
}
.footer-inner .links-group ul li a {
  color: #000;
  text-decoration: none;
}
.footer-inner .links-group ul li a:link, .footer-inner .links-group ul li a:visited {
  color: #000;
}
.footer-inner .links-group ul li a:hover {
  color: #e27102;
  opacity: .8;
  transition: all ease .5s;
}
footer .inner-box {
  background: #000;
  padding: 54px 40px 60px;
  box-sizing: border-box;
}
footer .inner-box ul {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-bottom: 28px;
  border-bottom: 1px solid #2D2D2D;
}
@media screen and (max-width:1280px) {
  .footer-inner .links-group {
    width: 30%;
    max-width: 30%;
  }
  .footer-inner .site-links-wrap {
    width: auto;
    margin: 0 30px;
  }
}
@media screen and (max-width:1020px) {
  .footer_details_inner {
    width: auto;
    padding: 25px 20px;
  }
}
@media screen and (max-width:768px) {
  footer .inner-box {
    background: #000;
    padding: 30px 15px;
    box-sizing: border-box;
  }
  footer .inner-box ul {
    justify-content: center;
  }
  footer .inner-box ul li {
    width: 33%;
    text-align: center;
    margin-bottom: 16px;
  }
  footer .inner-box ul li:nth-child(4), footer .inner-box ul li:nth-child(5) {
    margin-bottom: 0;
  }
  footer.footer .inner-box ul li a {
    padding: 0;
    display: block;
  }
  footer.footer .inner-box ul.sns {
    max-width: 250px;
  }
  footer.footer .inner-box ul.sns li {
    width: 50%;
  }
  footer.footer .inner-box p.copy {
    width: 100%;
    padding-top: 30px;
    text-align: center;
  }
  .footer-inner .site-links {
    display: none;
  }
  .footer_details_inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: block;
    /*justify-content: space-between;*/
    /*flex-wrap: wrap;*/
    box-sizing: border-box;
  }
  .footer_details_addresses h3 {
    font-size: 18px;
  }
  .footer_details_etc {
    text-align: left;
    padding-top: 25px;
  }
  .footer_details_etc ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .footer_details_etc ul li:first-child {
    padding-left: 0;
  }
  .footer_logo {
    margin-bottom: 20px;
  }
  .footer_details_inner p, .footer_details_inner a {
    font-size: 10px;
  }
}
@media screen and (max-width:420px) {
  footer.footer .inner-box ul li {
    font-size: 12px;
  }
  footer.footer .inner-box ul.about-link li {
    font-size: 12px;
    width: 49%;
  }
}
@media screen and (max-width:320px) {
  footer.footer .inner-box ul.about-link li {
    font-size: 11px;
  }
}
.t-right {
  text-align: right;
}