@charset "UTF-8";
@keyframes loop {
  0% {
    transform: translateY(-100%);
  }
  6% {
    transform: translateY(0);
  }
  94% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}

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

a {
  color: #00c;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.hover_fade {
  transition: 0.3s;
}

.hover_fade:hover {
  opacity: 0.6;
  text-decoration: none;
}

.fa, .fas {
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.indent {
  text-indent: 1em;
  margin-left: -1em;
}

.unindent {
  text-indent: -1em;
  margin-left: 1em;
}

.lmargin {
  margin-left: 1em;
}

.txt_umargin2 {
  margin-bottom: 2em !important;
}

.txt_umargin4 {
  margin-bottom: 4em !important;
}

.txt_umargin6 {
  margin-bottom: 6em !important;
}

.mark_yellow {
  background: linear-gradient(0deg, rgba(255, 255, 0, 0.7) 0%, rgba(255, 255, 0, 0.2) 60%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
}

.mark_orange {
  background: linear-gradient(0deg, rgba(255, 165, 0, 0.7) 0%, rgba(255, 165, 0, 0.2) 60%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
}

.mark_blue {
  background: linear-gradient(0deg, rgba(102, 255, 255, 0.7) 0%, rgba(102, 255, 255, 0.2) 60%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
}

.red {
  color: #e50001;
}

.blue {
  color: #0B66AD;
}

.loop {
  overflow: hidden;
}

.loop img {
  width: 100%;
  height: 100%;
  animation: loop 8s linear infinite;
}

.inview,
.inviewfadeIn,
.inviewfadeInUp {
  opacity: 0;
  transition: 0.3s;
}

.inview.animated,
.inviewfadeIn.animated,
.inviewfadeInUp.animated {
  opacity: 1;
}

#nav-tgl {
  display: none;
}

@media (max-width: 559px) {
  .nav-tgl-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.5);
    width: 36px;
    height: 46px;
    padding: 4px;
    vertical-align: middle;
    cursor: pointer;
    z-index: 9999;
  }
  .toggle {
    font-size: 1.4rem;
    color: #381d23;
  }
  .toggle span, .toggle span:before, .toggle span:after {
    position: absolute;
    background-color: #381d23;
    height: 4px;
    /*線の太さ*/
    width: 36px;
    /*長さ*/
    border-radius: 4px;
    display: block;
    content: '';
    transition: .3s ease-in-out;
    /*滑らかに表示*/
  }
  .toggle span:before {
    bottom: -12px;
  }
  .toggle span:after {
    bottom: -24px;
  }
  .drower-menu-wrap {
    overflow: auto;
    display: flex;
    flex-flow: row-reverse wrap;
    align-items: flex-start;
    align-content: flex-start;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    /*最前面に*/
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    transition: .3s ease-in-out;
    /*滑らかに表示*/
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
  }
  .drower-menu-wrap .drower-menu {
    width: 100%;
    text-align: left;
  }
  .drower-menu-wrap .drower-menu li {
    text-decoration: none;
    margin-bottom: 10px;
    opacity: 1;
    transition: .3s;
  }
  .drower-menu-wrap .drower-menu li:hover {
    opacity: 0.5;
  }
  .drower-menu-wrap #drower-menu-top {
    margin: 64px 0 20px;
  }
  .drower-menu-wrap #drower-menu-top .drower-menu-top-list {
    height: 54px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: calc(27px - 0.9rem);
    box-sizing: border-box;
  }
  .drower-menu-wrap #drower-menu-top .drower-menu-sns {
    color: white;
    background-color: #381d23;
  }
  .drower-menu-wrap #drower-menu-bottom a .drower-menu-bottom-list {
    color: #381d23;
  }
  .drower-menu-wrap #drower-menu-bottom .drower-menu-bottom-list {
    color: rgba(56, 29, 35, 0.5);
    background-color: #f0f0f0;
    text-align: center;
    font-weight: bold;
    padding: 13px 0;
  }
  #nav-tgl:checked ~ .toggle span {
    background-color: rgba(255, 255, 255, 0);
  }
  #nav-tgl:checked ~ .toggle span:before, #nav-tgl:checked ~ .toggle span:after {
    background-color: #381d23;
    bottom: -10px;
  }
  #nav-tgl:checked ~ .toggle span:before {
    transform: rotate(-45deg);
  }
  #nav-tgl:checked ~ .toggle span:after {
    transform: rotate(45deg);
  }
  #nav-tgl:checked ~ .drower-menu-wrap {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  }
}

@media (min-width: 560px) {
  .toggle,
  .drower-menu-wrap {
    display: none;
  }
}

body {
  background: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body header #header_link #header_link_lists .link_list {
  font-size: 1.6rem;
  font-weight: bold;
}

body header #header_link #header_link_lists .link_list.nolink {
  color: rgba(56, 29, 35, 0.5);
}

body header #header_link #header_link_lists .link_list a {
  color: #381d23;
  background-image: linear-gradient(to bottom, #381d23 50%, rgba(56, 29, 35, 0) 50%);
  background-position: 0 100%;
  background-size: auto 200%;
  transition: 0.3s;
}

body header #header_link #header_link_lists .link_list a:hover, body header #header_link #header_link_lists .link_list a:active {
  color: #FFF;
  text-decoration: none;
  background-position: 0 0;
}

body #main_wrap .article_wrap h2 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 45px;
}

body #main_wrap .article_wrap h3.h3_txt {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 15px;
}

body #main_wrap .article_wrap h3.h3_txt a {
  color: black;
}

body #main_wrap .article_wrap h3.h3_txt a:hover, body #main_wrap .article_wrap h3.h3_txt a:active {
  text-decoration: none;
}

body #main_wrap .article_wrap h3.h3_txt a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0d7";
  font-weight: bold;
  margin-left: 0.5rem;
}

body #main_wrap .article_wrap h3.h3_img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 960px;
  margin: 0 auto 50px;
}

body #main_wrap .article_wrap h3.h3_img img {
  width: 100%;
  height: 100%;
}

@media (min-width: 560px) {
  body #main_wrap .article_wrap h3.h3_txt {
    margin-bottom: 25px;
  }
  body #main_wrap .article_wrap h3.h3_img {
    margin-bottom: 100px;
  }
}

body #main_wrap .article_wrap h4 {
  font-size: 1.4rem;
  text-align: center;
  font-weight: normal;
  margin: 0 auto 15px;
}

@media (min-width: 560px) {
  body #main_wrap .article_wrap h4 {
    margin-bottom: 25px;
  }
}

body #main_wrap .article_wrap .news_list::before {
  display: inline-block;
  width: 5em;
  content: '大学情報';
  text-align: center;
  border: #000 1px solid;
  margin-right: 0.5em;
}

body #main_wrap .article_wrap article {
  display: block;
  text-align: left;
  line-height: 1.5;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 560px) {
  body #main_wrap .article_wrap article {
    width: 75%;
    max-width: 510px;
  }
}

body #main_wrap .article_wrap article.article_index, body #main_wrap .article_wrap article.article_course_top, body #main_wrap .article_wrap article.article_course_contents {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

body #main_wrap .article_wrap article .p_course_top {
  margin-bottom: 45px;
}

@media (min-width: 560px) {
  body #main_wrap .article_wrap article .p_course_top {
    margin-bottom: 25px;
  }
}

body #main_wrap .article_wrap article .p_course_content {
  margin-bottom: 65px;
}

@media (min-width: 560px) {
  body #main_wrap .article_wrap article .p_course_content {
    margin-bottom: 90px;
  }
}

body #main_wrap .article_wrap .contents_link_lists {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 20px);
  max-width: 400px;
  margin: 0 auto 80px;
}

body #main_wrap .article_wrap .contents_link_lists .contents_link {
  width: 100%;
  text-align: center;
  color: black;
  background-color: whitesmoke;
  padding: 10px 0;
  margin-bottom: 20px;
}

body #main_wrap .article_wrap .contents_link_lists .contents_link:hover, body #main_wrap .article_wrap .contents_link_lists .contents_link:active {
  text-decoration: none;
}

body #main_wrap .article_wrap .contents_link_lists .pdf_link li::after {
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
  font-weight: bold;
  margin-left: 0.5rem;
}

@media (min-width: 560px) {
  body #main_wrap .article_wrap .contents_link_lists {
    margin-bottom: 120px;
  }
}

body #main_wrap .linktotop {
  color: black;
}

body #main_wrap .linktotop:hover, body #main_wrap .linktotop:active {
  text-decoration: none;
}

body #main_wrap .linktotop::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0d8";
  font-weight: bold;
  margin-left: 0.5rem;
}

body #bottom_link #bottom_link_lists a {
  color: #FFF;
  background-position: 0 100%;
  background-size: auto 200%;
}

body #bottom_link #bottom_link_lists a:hover, body #bottom_link #bottom_link_lists a:active {
  background-position: 0 0;
}

body footer {
  background-color: #494342;
  color: white;
  font-size: 1.4rem;
}

@media (max-width: 559px) {
  body footer {
    font-size: 1.6rem;
  }
}

body footer a {
  color: white;
  transition: 0.3s;
}

body footer a:hover, body footer a:active {
  color: #d0d0d0;
}

body footer #footer_link_wrap .footer_link_inner h3:before {
  font-family: "Font Awesome 5 Free";
  content: "\f45c";
  font-weight: solid;
  margin-right: 10px;
}

body footer #footer_link_wrap .footer_link_inner li {
  line-height: 2.0;
  text-indent: -1.5rem;
  margin-left: 1.5rem;
}

@media (max-width: 559px) {
  body footer #footer_link_wrap .footer_link_inner li {
    padding: 7px 0;
  }
}

@media (min-width: 960px) {
  body footer #footer_link_wrap .footer_link_inner li {
    line-height: 1.5;
    padding: 3px 0;
  }
}

body footer #footer_link_wrap .footer_link_inner li:before {
  content: "・";
}

body footer #footer_link_wrap .footer_link_inner li.footer_link_list_square:before {
  content: "◆ ";
}

body footer #footer_bottom {
  background-color: #352f2d;
}

html {
  font-size: 62.5%;
}

html body {
  width: 100%;
  font-size: 1.4em;
}

html body .header_button {
  display: none;
}

@media (min-width: 560px) {
  html body .header_button {
    position: absolute;
    top: 25px;
    right: 25px;
    display: flex;
    top: 10px;
    right: 10px;
    width: 212px;
    height: 44px;
  }
  html body .header_button a {
    display: block;
    width: 44px;
    height: 44px;
    margin-left: 12px;
  }
  html body .header_button a:first-child {
    margin-left: 0;
  }
  html body .header_button a img {
    width: 100%;
    height: 100%;
  }
}

html body .link_lists_header {
  width: 100%;
  max-width: 960px;
  margin: 10px auto;
}

@media (min-width: 560px) {
  html body .link_lists_header {
    height: calc(1.6rem + 28px);
  }
}

html body .link_lists_header .link_list {
  display: block;
  text-align: center;
  box-sizing: border-box;
}

html body .link_lists_header .link_list.nolink {
  padding: 14px 0;
}

@media (min-width: 960px) {
  html body .link_lists_header .link_list {
    float: left;
    width: calc(16.6%);
  }
}

@media (max-width: 959px) {
  html body .link_lists_header .link_list {
    float: left;
    width: calc(33.3%);
    margin-bottom: 10px;
  }
  html body .link_lists_header .link_list:first-child, html body .link_lists_header .link_list:nth-child(4) {
    margin-left: 0;
  }
}

@media (max-width: 559px) {
  html body .link_lists_header .link_list {
    width: 100%;
    margin-bottom: 10px;
  }
}

html body .link_lists_header .link_list a {
  display: block;
  width: 100%;
  height: auto;
  padding: 14px 0;
}

html body ul.link_lists {
  width: 100%;
  max-width: 960px;
  margin: 10px auto;
}

@media (min-width: 560px) {
  html body ul.link_lists {
    height: calc(1.6rem + 28px);
  }
}

html body ul.link_lists li {
  display: block;
  text-align: center;
  box-sizing: border-box;
}

@media (min-width: 560px) {
  html body ul.link_lists li {
    float: left;
    width: calc(33% - 11px);
    margin-left: 18px;
  }
  html body ul.link_lists li:first-child {
    margin-left: 0;
  }
}

@media (max-width: 559px) {
  html body ul.link_lists li {
    width: 100%;
    margin-bottom: 10px;
  }
}

html body ul.link_lists li a {
  display: block;
  width: 100%;
  height: auto;
  padding: 14px 0;
}

html body header {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 10px 10px 0;
}

@media (min-width: 960px) {
  html body header {
    margin-bottom: 20px;
    padding-top: 25px;
  }
}

html body header h1 {
  display: block;
  width: 65px;
  height: 65px;
  margin-left: 10px;
  margin-bottom: 10px;
}

html body header h1 img {
  width: 100%;
  height: auto;
}

@media (min-width: 960px) {
  html body header h1 {
    width: 85px;
    height: 85px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

html body header #header_link {
  margin-bottom: 10px;
}

@media (max-width: 559px) {
  html body header #header_link {
    display: none;
  }
}

@media (min-width: 960px) {
  html body header #header_link {
    margin-bottom: 20px;
  }
}

html body header #header_news {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

html body .slider_container .slider_lists {
  width: 100%;
  max-width: 960px;
  overflow: hidden;
  margin: 0 auto 55px;
}

html body .slider_container .slider_lists .slider_list img {
  width: 100%;
  height: 100%;
}

html body #path {
  display: none;
}

html body #main_wrap #content {
  margin-bottom: 55px;
}

@media (min-width: 560px) {
  html body #main_wrap #content {
    margin-bottom: 120px;
  }
}

html body #main_wrap .article_wrap {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99;
}

html body #main_wrap .article_wrap .news_lists {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 130px;
  width: calc(100% - 20px);
  max-width: 510px;
}

html body #main_wrap .article_wrap .news_lists .news_list_dt {
  width: 5.4em;
  margin-right: 1em;
}

html body #main_wrap .article_wrap .news_lists .news_list_dt:not(:first-of-type) {
  margin-top: 2em;
}

html body #main_wrap .article_wrap .news_lists .badge::before {
  display: block;
  width: 100%;
  text-align: center;
  border: #000 1px solid;
  box-sizing: border-box;
  padding: 0.2em;
}

html body #main_wrap .article_wrap .news_lists .osirase_ja::before {
  content: 'お知らせ';
}

html body #main_wrap .article_wrap .news_lists .osirase_en::before {
  content: 'notice';
}

html body #main_wrap .article_wrap .news_lists .osirase_cn::before {
  content: '活动通告';
}

html body #main_wrap .article_wrap .news_lists .daigaku::before {
  content: '大学情報';
}

html body #main_wrap .article_wrap .news_lists .event::before {
  content: 'イベント';
}

html body #main_wrap .article_wrap .news_lists .event_en::before {
  content: 'event';
}

html body #main_wrap .article_wrap .news_lists .news_list_dd {
  width: calc(100% - 6.4em);
  margin-top: 0.2em;
}

html body #main_wrap .article_wrap .news_lists .news_list_dd:not(:first-of-type) {
  margin-top: 2.2em;
}

html body #main_wrap .article_wrap .youtube_wrap {
  width: calc(100% - 40px);
  max-width: 680px;
  margin: 0 auto 80px;
}

html body #main_wrap .article_wrap .youtube_wrap .youtube_wrap_inner {
  position: relative;
  width: 100%;
  padding-top: 56.3%;
  margin-bottom: 60px;
}

html body #main_wrap .article_wrap .youtube_wrap .youtube_wrap_inner .youtube_iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

html body #main_wrap .article_wrap .iframe_wrap {
  width: calc(100% - 40px);
  max-width: 680px;
  margin: 0 auto 80px;
  background-color: rgba(255, 255, 255, 0.8);
}

html body #main_wrap .article_wrap .iframe_wrap .iframe_wrap_inner {
  position: relative;
  width: 100%;
  padding-top: 80%;
}

html body #main_wrap .article_wrap .iframe_wrap .iframe_wrap_inner .sns_iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

html body #main_wrap .wrap_gallery {
  width: calc(100% - 20px);
  max-width: 960px;
  margin: 0 auto 140px;
}

html body #main_wrap .backtotop {
  text-align: center;
  margin-bottom: 70px;
}

@media (min-width: 560px) {
  html body #main_wrap .backtotop {
    margin-bottom: 110px;
  }
}

html body #main_wrap .comment_toggle_check,
html body #main_wrap .faq_toggle_check {
  display: none;
}

html body #main_wrap .thumbs {
  display: none;
}

@media (min-width: 560px) {
  html body #main_wrap .thumbs {
    display: flex;
    flex-wrap: wrap;
    max-width: 960px;
    margin: 0 auto 40px;
  }
  html body #main_wrap .thumb {
    width: 20%;
    color: black;
    margin: 0 0 50px;
  }
  html body #main_wrap .thumb dl {
    width: 90px;
    margin: 0 auto;
  }
  html body #main_wrap .thumb:hover {
    text-decoration: none;
  }
  html body #main_wrap .thumb_img {
    width: 85px;
    height: 85px;
    margin-bottom: 15px;
  }
  html body #main_wrap .thumb_img img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  html body #main_wrap .thumb_txt {
    line-height: 1.6;
  }
}

html body #main_wrap .comments {
  width: calc(100% - 20px);
  max-width: 960px;
  margin: 0 auto 100px;
}

html body #main_wrap .comment {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 100px;
}

html body #main_wrap .comment_img_wrap {
  width: 100%;
}

html body #main_wrap .comment_img_wrap img {
  width: 100%;
}

html body #main_wrap .comment_img {
  margin: 0 auto;
}

html body #main_wrap .comment_name {
  margin-bottom: 10px;
}

html body #main_wrap .comment_almater {
  margin-bottom: 20px;
}

html body #main_wrap .comment_p {
  position: relative;
  margin-bottom: 20px;
  transition: 0.3s ease;
}

html body #main_wrap .comment_p:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 50px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
}

@media (min-width: 560px) {
  html body #main_wrap .comment_img_wrap {
    width: calc(40% - 40px);
    margin-right: 40px;
  }
  html body #main_wrap .comment_p_wrap {
    width: 60%;
  }
}

html body #main_wrap .toggle_open,
html body #main_wrap .toggle_close {
  display: none;
  width: 100%;
  font-size: 1.4rem;
  text-align: center;
  color: rgba(0, 0, 0, 0.3);
  padding: 15px 0;
  border: rgba(0, 0, 0, 0.3) 1px solid;
  box-sizing: border-box;
  transition: 0.3s;
}

html body #main_wrap .toggle_open:hover,
html body #main_wrap .toggle_close:hover {
  cursor: pointer;
  color: black;
  border: black 1px solid;
}

html body #main_wrap .faq {
  display: block;
  width: calc(100% - 20px);
  max-width: 560px;
  line-height: 1.4;
  margin: 0 auto 20px;
}

html body #main_wrap .question {
  background-color: rgba(192, 192, 192, 0.5);
  padding: 10px;
  margin-bottom: 20px;
}

html body #main_wrap .question:hover {
  background-color: silver;
  cursor: pointer;
  transition: 0.3s;
}

html body #main_wrap .question label:hover {
  cursor: pointer;
  transition: 0.3s;
}

html body #main_wrap .answer {
  overflow: hidden;
  padding: 0 10px;
  transition: 0.3s;
}

@media (min-width: 560px) {
  html body #bottom_link {
    margin-bottom: 20px;
  }
}

@media (max-width: 559px) {
  html body #bottom_link {
    margin-bottom: 10px;
  }
}

html body footer {
  position: relative;
  margin-top: 30px;
  padding: 10px 0 360px;
}

html body footer #footer_sns {
  position: absolute;
  top: 10px;
  right: 25px;
  width: 256px;
}

@media (max-width: 559px) {
  html body footer #footer_sns {
    right: 12px;
  }
}

html body footer #footer_sns #footer_sns_links li {
  float: right;
  width: 42px;
  height: 42px;
  margin-left: 12px;
}

html body footer #footer_sns #footer_sns_links li img {
  width: 100%;
  height: 100%;
}

html body footer #footer_link_wrap {
  display: flex;
  flex-wrap: wrap;
  padding-top: 56px;
}

@media (min-width: 960px) {
  html body footer #footer_link_wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  html body footer #footer_link_wrap .footer_link_inner {
    width: 20%;
  }
  html body footer #footer_link_wrap .footer_link_inner h3 {
    margin-bottom: 10px;
  }
  html body footer #footer_link_wrap .footer_link_inner .footer_link_lists {
    margin-bottom: 15px;
  }
}

@media (max-width: 959px) {
  html body footer #footer_link_wrap {
    width: 100%;
  }
  html body footer #footer_link_wrap .footer_link_inner {
    width: 35%;
    margin-left: 15%;
    margin-bottom: 20px;
  }
  html body footer #footer_link_wrap .footer_link_inner h3 {
    margin-bottom: 10px;
  }
  html body footer #footer_link_wrap .footer_link_inner .footer_link_lists {
    margin-bottom: 20px;
  }
}

@media (max-width: 559px) {
  html body footer #footer_link_wrap {
    width: 100%;
  }
  html body footer #footer_link_wrap .footer_link_inner {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  }
  html body footer #footer_link_wrap .footer_link_inner h3 {
    margin-bottom: 10px;
  }
  html body footer #footer_link_wrap .footer_link_inner .footer_link_lists {
    margin-bottom: 20px;
  }
}

@media (max-width: 559px) {
  html body footer #footer_link_wrap .footer_link_inner_left {
    text-align: left !important;
    width: 230px;
    margin: 0 auto 25px;
  }
  html body footer #footer_link_wrap .footer_link_inner_left li {
    line-height: 1.2 !important;
    padding: 10px 0;
  }
}

html body footer #footer_bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.5;
  padding: 60px 0;
}

html body footer #footer_bottom #footer_bottom_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 960px;
  margin: 0 auto 30px;
}

@media (min-width: 960px) {
  html body footer #footer_bottom #footer_bottom_wrap {
    width: 98%;
    max-width: 941px;
    padding-left: 2%;
  }
  html body footer #footer_bottom #footer_bottom_wrap #footer_bottom_inner_inq {
    width: 80%;
  }
  html body footer #footer_bottom #footer_bottom_wrap #footer_bottom_inner_siryo {
    width: 20%;
  }
  html body footer #footer_bottom #footer_bottom_wrap .footer_bottom_inner {
    text-align: left;
  }
}

@media (max-width: 959px) {
  html body footer #footer_bottom #footer_bottom_wrap .footer_bottom_inner {
    width: 35%;
    margin-left: 15%;
    text-align: left;
  }
}

@media (max-width: 559px) {
  html body footer #footer_bottom #footer_bottom_wrap .footer_bottom_inner {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }
}
