@charset "UTF-8";
#top .main-visual {
  background-color: #efefef;
  width: 100%;
}
#top .main-visual #main-video {
  width: 100%;
}
#top section {
  padding: 20px 0;
}
#top .catchcopy-section {
  color: #fff;
  padding: 80px;
  background-color: #496b4f;
}
#top .catchcopy-section h2 {
  font-weight: lighter;
}
#top .catchcopy-section p {
  line-height: 3.5;
}
@media screen and (max-width: 480px) {
  #top .catchcopy-section {
    padding: 20px;
  }
  #top .catchcopy-section p {
    line-height: 2;
  }
}
#top .catchcopy {
  text-align: center;
}
#top .information-section {
  background-color: #e1e9dc;
  padding-bottom: 0;
}
#top .information-section .information-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#top .information-section .information-list .information {
  width: 300px;
  padding-bottom: 40px;
}
#top .information-section .information-list .information a:hover {
  opacity: 0.5;
}
#top .information-section .information-list .information .info-image {
  width: 100%;
}
#top .information-section .information-list .information .info-title {
  padding-top: 7px;
  line-height: 1.5;
}
#top .information-section .information-list .information .info-title h3 {
  font-size: 14px;
  font-weight: lighter;
}
#top .information-section .information-list .dummy-image {
  width: 300px;
  height: 150px;
  background-color: #efefef;
}
#top .information-section .information-list p {
  width: 300px;
}
#top .certification-section {
  margin-bottom: 30px;
}
#top .certification-section .certifications {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#top .certification-section .certifications .certification {
  flex: 1;
  position: relative;
}
#top .certification-section .certifications .certification h3 {
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 40px;
  font-weight: lighter;
}
#top .certification-section .certifications .certification h3.white {
  color: #fff;
}
#top .certification-section .certifications .certification .image-box {
  background-color: #efefef;
}
#top .certification-section .certifications .certification .image-box img {
  width: 100%;
}
#top .certification-section .certifications .certification .image-box img:hover {
  opacity: 0.5;
}
@media screen and (max-width: 480px) {
  #top .certification-section .certifications .certification {
    flex: none;
    width: 100%;
  }
}
#top .message-section {
  background-color: #e1e9dc;
  padding: 100px 50px;
}
#top .message-section .message-block {
  display: flex;
  justify-content: center;
}
#top .message-section .message-block .image-photo {
  width: 200px;
  height: auto;
  border: 1px solid #ddd;
  background-color: #333;
}
@media screen and (max-width: 480px) {
  #top .message-section .message-block .image-photo {
    margin: auto;
  }
}
#top .message-section .message-block .image-photo img {
  width: 100%;
}
#top .message-section .message-block .title {
  text-align: left;
}
#top .message-section .message-block .message {
  width: 60%;
  margin-left: 50px;
}
#top .message-section .message-block .message h2 {
  padding: 0 0 10px 0;
  margin: 0;
}
#top .message-section .message-block .message h3 {
  padding-bottom: 0px;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  #top .message-section .message-block .message h3 {
    text-align: center;
  }
}
#top .message-section .message-block .message .certification-name {
  font-weight: bold;
  padding-bottom: 10px;
}
@media screen and (max-width: 480px) {
  #top .message-section .message-block .message .certification-name {
    text-align: center;
  }
}
#top .message-section .message-block .message p {
  line-height: 1.8;
}
@media screen and (max-width: 480px) {
  #top .message-section .message-block {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #top .message-section {
    padding: 50px 0 0 0;
  }
  #top .message-section .message-block {
    display: block;
  }
  #top .message-section .message-block .message {
    margin: 0;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
}
#top .certification-school-section {
  color: #fff;
  text-align: center;
  background: url("/images/top/ninteiko.jpg");
  background-size: cover;
  padding: 50px;
}
#top .certification-school-section .title {
  margin: 40px;
}
#top .certification-school-section .certification-message {
  width: 50%;
  margin: auto;
  padding-bottom: 30px;
}
#top .certification-school-section .certification-message p {
  line-height: 2;
}
@media screen and (max-width: 480px) {
  #top .certification-school-section {
    padding: 20px;
  }
  #top .certification-school-section .title {
    margin: 10px 0;
  }
  #top .certification-school-section .certification-message {
    width: 100%;
  }
}
#top .apply-examination-section {
  background-color: #e1e9dc;
  padding: 100px 50px;
}
#top .apply-examination-section .apply-examination-message {
  width: 60%;
  margin: auto;
}
#top .apply-examination-section .apply-examination-message h3 {
  text-align: center;
  font-size: 18px;
  padding-bottom: 10px;
}
#top .apply-examination-section .apply-examination-message p {
  line-height: 2;
}
@media screen and (max-width: 480px) {
  #top .apply-examination-section {
    padding: 20px;
  }
  #top .apply-examination-section .apply-examination-message {
    width: 80%;
  }
  #top .button-wrapper .button {
    display: block;
    margin-bottom: 10px;
  }
}
#top .title {
  text-align: center;
}

#about section {
  padding: 80px 0;
}
@media screen and (max-width: 480px) {
  #about section {
    padding: 20px 0;
  }
}
#about .catchcopy-section {
  color: #fff;
  padding: 120px 80px 80px 80px;
  background-color: #38513e;
}
#about .catchcopy-section p {
  line-height: 3.5;
}
@media screen and (max-width: 480px) {
  #about .catchcopy-section {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  #about .catchcopy-section p {
    line-height: 2;
  }
}
#about .catchcopy {
  text-align: center;
}
#about .activity-content-section ul {
  line-height: 1.5;
  width: 50%;
  margin: auto;
}
#about .activity-content-section ul li {
  padding-bottom: 15px;
  list-style: circle;
}
@media screen and (max-width: 480px) {
  #about .activity-content-section ul {
    width: 80%;
  }
}
#about .officer-introduction-section {
  background-color: #e4e4e4;
}
#about .officer-introduction-section .officer {
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
}
#about .officer-introduction-section .officer .officer-image {
  width: 200px;
  height: auto;
}
@media screen and (max-width: 480px) {
  #about .officer-introduction-section .officer .officer-image {
    margin: auto;
  }
}
#about .officer-introduction-section .officer .officer-image img {
  width: 100%;
}
#about .officer-introduction-section .officer .officer-info {
  width: 60%;
  margin-left: 50px;
}
#about .officer-introduction-section .officer .officer-info h2 {
  padding: 0 0 10px 0;
  margin: 0;
}
#about .officer-introduction-section .officer .officer-info h3 {
  padding-bottom: 10px;
  text-align: center;
}
#about .officer-introduction-section .officer .officer-info p {
  line-height: 1.8;
}
@media screen and (max-width: 480px) {
  #about .officer-introduction-section .officer {
    flex-direction: column;
  }
  #about .officer-introduction-section .officer .officer-info {
    width: 80%;
    margin: auto;
  }
  #about .officer-introduction-section .officer .officer-info h3 {
    padding-top: 10px;
  }
}
#about .greeting-section {
  color: #fff;
  padding: 40px 80px 80px 80px;
  background-color: #38513e;
}
#about .greeting-section h2, #about .greeting-section h3 {
  padding-bottom: 20px;
}
#about .greeting-section p {
  line-height: 1.5;
  padding-bottom: 10px;
}
@media screen and (max-width: 480px) {
  #about .greeting-section {
    padding: 20px;
  }
  #about .greeting-section p {
    line-height: 1.5;
    padding-bottom: 8px;
  }
}
#about .access-section .title {
  text-align: center;
}
#about .access-section .info {
  width: 80%;
  margin: auto;
}
#about .access-section .info .business {
  padding-bottom: 30px;
}
#about .access-section .info .business h3 {
  font-size: 20px;
}
#about .map {
  width: 80%;
  margin: auto;
  text-align: center;
}
#about .map iframe {
  width: 100%;
}

#lecture-guide p.page-title {
  padding: 75px 0 20px 20px;
  font-size: 22px;
  text-align: center;
}
#lecture-guide section {
  padding: 80px 0;
}
@media screen and (max-width: 480px) {
  #lecture-guide section {
    padding: 20px 0;
  }
}
#lecture-guide .catchcopy-section {
  color: #fff;
  padding: 20px 80px 80px 80px;
  background-color: #38513e;
}
#lecture-guide .catchcopy-section p {
  line-height: 3.5;
}
@media screen and (max-width: 480px) {
  #lecture-guide .catchcopy-section {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  #lecture-guide .catchcopy-section p {
    line-height: 2;
  }
}
#lecture-guide .catchcopy {
  text-align: center;
}
#lecture-guide .about-cost-section .about-cost-description {
  width: 80%;
  margin: auto;
}
#lecture-guide .instructor-section {
  background-color: #e4e4e4;
}
#lecture-guide .instructor-section .instructor {
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
}
#lecture-guide .instructor-section .instructor .instructor-image {
  width: 200px;
  height: auto;
}
@media screen and (max-width: 480px) {
  #lecture-guide .instructor-section .instructor .instructor-image {
    margin: auto;
  }
}
#lecture-guide .instructor-section .instructor .instructor-image img {
  width: 100%;
}
#lecture-guide .instructor-section .instructor .instructor-info {
  width: 60%;
  margin-left: 50px;
}
#lecture-guide .instructor-section .instructor .instructor-info .certification-name {
  text-align: center;
  font-weight: lighter;
  padding-bottom: 10px;
}
#lecture-guide .instructor-section .instructor .instructor-info h2 {
  padding: 0 0 10px 0;
  margin: 0;
}
#lecture-guide .instructor-section .instructor .instructor-info h3 {
  padding-bottom: 0px;
  text-align: center;
  font-weight: lighter;
}
#lecture-guide .instructor-section .instructor .instructor-info p {
  line-height: 1.8;
}
@media screen and (max-width: 480px) {
  #lecture-guide .instructor-section .instructor {
    flex-direction: column;
  }
  #lecture-guide .instructor-section .instructor .instructor-info {
    width: 80%;
    margin: auto;
  }
  #lecture-guide .instructor-section .instructor .instructor-info h3 {
    padding-top: 10px;
  }
}
#lecture-guide .school-section .title {
  text-align: center;
}
#lecture-guide .school-section .info {
  width: 80%;
  margin: auto;
}
#lecture-guide .school-section .info h3 {
  font-size: 20px;
  padding-bottom: 10px;
}
#lecture-guide .school-section .info .business {
  padding-top: 30px;
  padding-bottom: 30px;
}
#lecture-guide .school-section .info .business .url {
  padding-top: 10px;
}
#lecture-guide .map {
  width: 80%;
  margin: auto;
  text-align: center;
}
#lecture-guide .map iframe {
  width: 100%;
}

#certifications .main-visual {
  position: relative;
}
#certifications .main-visual h1 {
  position: absolute;
  top: 50%;
  left: 100px;
  color: #fff;
  font-size: 50px;
  font-weight: lighter;
}
@media screen and (max-width: 480px) {
  #certifications .main-visual h1 {
    font-size: 22px;
    top: 50%;
    left: 20px;
  }
}
#certifications .main-visual img {
  width: 100%;
}
#certifications section.main-section {
  padding: 80px 0px;
}
@media screen and (max-width: 480px) {
  #certifications section.main-section {
    padding: 40px 20px 0 20px;
  }
}
#certifications section.main-section h2 {
  text-align: center;
  padding-bottom: 20px;
}
#certifications section.main-section.catchcopy-section {
  background-color: #e1e9dc;
  padding: 80px 40px;
}
#certifications section.main-section.catchcopy-section p {
  line-height: 2.5;
  padding-bottom: 30px;
}
#certifications section.main-section.catchcopy-section h2 {
  text-align: center;
}
@media screen and (max-width: 480px) {
  #certifications section.main-section.catchcopy-section {
    padding: 20px;
  }
  #certifications section.main-section.catchcopy-section p {
    line-height: 2;
  }
}
@media screen and (min-width: 479px) {
  #certifications section.main-section.about-zokatsu-section, #certifications section.main-section.about-chuigaku-section {
    padding-left: 0;
    padding-right: 0;
  }
}
#certifications section.main-section.about-zokatsu-section .section-image-main, #certifications section.main-section.about-chuigaku-section .section-image-main {
  width: 100%;
  height: 450px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  #certifications section.main-section.about-zokatsu-section .section-image-main, #certifications section.main-section.about-chuigaku-section .section-image-main {
    height: auto;
  }
}
#certifications section.main-section.about-zokatsu-section .section-image-main img, #certifications section.main-section.about-chuigaku-section .section-image-main img {
  width: 100%;
}
#certifications section.main-section.about-zokatsu-section .text p, #certifications section.main-section.about-chuigaku-section .text p {
  line-height: 1.8;
  padding-bottom: 20px;
}
#certifications section.main-section.about-zokatsu-section .sub-section, #certifications section.main-section.about-chuigaku-section .sub-section {
  padding-bottom: 30px;
}
#certifications section.main-section.about-zokatsu-section .sub-section:last-child, #certifications section.main-section.about-chuigaku-section .sub-section:last-child {
  padding-bottom: 0;
}
#certifications section.main-section.about-zokatsu-section .sub-section h3, #certifications section.main-section.about-chuigaku-section .sub-section h3 {
  font-size: 18px;
  padding-bottom: 5px;
}
#certifications section.main-section.about-zokatsu-section .sub-section h4, #certifications section.main-section.about-chuigaku-section .sub-section h4 {
  padding: 5px 0 0 0;
}
#certifications section.main-section.about-zokatsu-section .sub-section .certifications, #certifications section.main-section.about-chuigaku-section .sub-section .certifications {
  display: flex;
  justify-content: center;
}
#certifications section.main-section.about-zokatsu-section .sub-section .certifications .certification, #certifications section.main-section.about-chuigaku-section .sub-section .certifications .certification {
  text-align: center;
  padding-right: 15px;
  padding-bottom: 20px;
}
#certifications section.main-section.about-zokatsu-section .sub-section .certifications .certification h4, #certifications section.main-section.about-chuigaku-section .sub-section .certifications .certification h4 {
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  #certifications section.main-section.about-zokatsu-section .sub-section .certifications .certification, #certifications section.main-section.about-chuigaku-section .sub-section .certifications .certification {
    padding-right: 0px;
  }
}
#certifications section.main-section.about-zokatsu-section .sub-section .certifications .certification a, #certifications section.main-section.about-chuigaku-section .sub-section .certifications .certification a {
  display: block;
}
#certifications section.main-section.about-zokatsu-section .sub-section .certifications .certification a:hover, #certifications section.main-section.about-chuigaku-section .sub-section .certifications .certification a:hover {
  opacity: 0.5;
}
#certifications section.main-section.about-zokatsu-section .sub-section .certifications .certification img, #certifications section.main-section.about-chuigaku-section .sub-section .certifications .certification img {
  height: 200px;
}
@media screen and (max-width: 480px) {
  #certifications section.main-section.about-zokatsu-section .sub-section .certifications, #certifications section.main-section.about-chuigaku-section .sub-section .certifications {
    flex-direction: column;
  }
}

#certification .main-visual {
  position: relative;
}
#certification .main-visual h1 {
  position: absolute;
  top: 50%;
  left: 100px;
  color: #fff;
  font-size: 50px;
  font-weight: lighter;
}
#certification .main-visual h1.black {
  color: #333;
}
#certification .main-visual img {
  width: 100%;
}
@media screen and (max-width: 480px) {
  #certification .main-visual h1 {
    font-size: 22px;
    top: 50%;
    left: 20px;
  }
}
#certification section.main-section {
  padding: 80px 40px 0 40px;
}
#certification section.main-section h2 {
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 480px) {
  #certification section.main-section {
    padding: 40px 20px;
  }
}
#certification .catchcopy-section {
  background-color: #e1e9dc;
  padding: 80px;
}
#certification .catchcopy-section p {
  line-height: 2.5;
  padding-bottom: 30px;
}
#certification .catchcopy-section h2 {
  text-align: center;
}
@media screen and (max-width: 480px) {
  #certification .catchcopy-section {
    padding: 20px;
  }
  #certification .catchcopy-section p {
    line-height: 2;
  }
}
#certification .suitable-section {
  padding: 80px;
}
#certification .suitable-section h2 {
  text-align: center;
}
#certification .suitable-section ul {
  line-height: 2.5;
  width: 50%;
  margin: auto;
}
#certification .suitable-section ul li {
  padding-bottom: 15px;
}
@media screen and (max-width: 480px) {
  #certification .suitable-section {
    padding: 20px;
  }
  #certification .suitable-section ul {
    width: 100%;
    line-height: 1.8;
    padding: 0 20px;
    box-sizing: border-box;
  }
  #certification .suitable-section ul li {
    list-style-type: circle;
  }
}
#certification .features-section h2 {
  text-align: center;
}
#certification .features-section .features {
  display: flex;
  justify-content: space-between;
}
#certification .features-section .features .feature-text {
  width: 60%;
  padding-right: 50px;
}
#certification .features-section .features .feature-text h3 {
  padding: 30px 0 10px 0;
  font-weight: lighter;
}
#certification .features-section .features .feature-text p {
  line-height: 1.8;
  padding-bottom: 10px;
}
#certification .features-section .features .feature-image img {
  width: 100%;
}
@media screen and (max-width: 480px) {
  #certification .features-section .features {
    flex-direction: column;
  }
  #certification .features-section .features .feature-text {
    width: 100%;
    padding: 0;
  }
  #certification .features-section .features .dummy-image {
    width: 100%;
    height: 300px;
  }
}
#certification .message-section {
  background-color: #e1e9dc;
  padding: 100px 50px;
}
#certification .message-section .message-block {
  display: flex;
  justify-content: center;
}
#certification .message-section .message-block .image-photo {
  width: 200px;
  height: 200px;
  border: 1px solid #ddd;
  background-color: #333;
}
#certification .message-section .message-block .title {
  text-align: left;
}
#certification .message-section .message-block .message {
  width: 60%;
  margin-left: 50px;
}
#certification .message-section .message-block .message p {
  line-height: 1.8;
}
@media screen and (max-width: 480px) {
  #certification .message-section .message-block {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #certification .message-section {
    padding: 50px 20px 0 20px;
  }
  #certification .message-section .message-block {
    display: block;
  }
  #certification .message-section .message-block .message {
    margin: 0;
    width: 100%;
  }
}
#certification .aquisition-method-section h2 {
  text-align: center;
}
#certification .aquisition-method-section ol {
  line-height: 2;
  width: 50%;
  margin: auto;
  padding-bottom: 10px;
}
#certification .aquisition-method-section ol li {
  padding-bottom: 15px;
}
#certification .aquisition-method-section p {
  text-align: center;
}
@media screen and (max-width: 480px) {
  #certification .aquisition-method-section {
    padding: 20px;
  }
  #certification .aquisition-method-section ol {
    width: 100%;
    line-height: 1.8;
  }
  #certification .aquisition-method-section ol li {
    padding-bottom: 10px;
  }
}

#static-page .main-page {
  padding: 110px 20px 0 20px;
}
#static-page .main-page h3 {
  padding-top: 10px;
}
#static-page .main-page p {
  padding-bottom: 10px;
}

#information .main-page {
  width: 800px;
  margin: auto;
  padding: 110px 20px 0 20px;
}
@media screen and (max-width: 480px) {
  #information .main-page {
    width: 85%;
  }
}
#information .main-page h1 {
  padding-bottom: 30px;
}
#information .main-page h3 {
  padding-top: 10px;
}
#information .main-page p {
  padding-bottom: 10px;
}
#information .main-page a {
  text-decoration: underline;
}

body {
  margin: 0;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 14px;
}

ul, ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

p {
  margin: 0;
  padding: 0;
}

.wapper-contents {
  max-width: 1400px;
  margin: auto;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-size: 24px;
}

h1.catchcopy {
  padding-bottom: 20px;
}

h2 {
  text-align: center;
  padding-bottom: 20px;
}

header {
  display: flex;
  justify-content: flex-start;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  max-width: 1400px;
  width: 100%;
  z-index: 2;
}
header .logo-wrapper {
  padding: 10px;
}
@media screen and (max-width: 480px) {
  header {
    height: 50px;
  }
  header .logo-wrapper {
    padding: 5px;
  }
}
header #logo {
  height: 85px;
}
@media screen and (max-width: 480px) {
  header #logo {
    height: 40px;
  }
}
header #logo-text {
  position: absolute;
  top: 0px;
  right: 40px;
  width: 400px;
}
header .gnavi {
  width: 100%;
}
header .gnavi ul {
  display: flex;
  justify-content: flex-end;
  padding-top: 60px;
}
header .gnavi ul li {
  padding-right: 60px;
}
header .hamburger-menu {
  display: none;
}
@media screen and (max-width: 480px) {
  header .gnavi {
    display: none;
  }
  header .hamburger-menu {
    display: block;
  }
  header .hamburger-menu .menu-btn {
    position: absolute;
    top: -5px;
    right: 0px;
    display: flex;
    height: 60px;
    width: 45px;
    justify-content: center;
    align-items: center;
    z-index: 3;
    background-color: transparent;
  }
  header .hamburger-menu .menu-btn span, header .hamburger-menu .menu-btn span:before, header .hamburger-menu .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #555;
    position: absolute;
  }
  header .hamburger-menu .menu-btn span:before {
    bottom: 8px;
  }
  header .hamburger-menu .menu-btn span:after {
    top: 8px;
  }
  header .hamburger-menu .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 2;
    background-color: #e1e9dc;
  }
  header .hamburger-menu .menu-content ul {
    padding: 70px 10px 0;
  }
  header .hamburger-menu .menu-content ul li {
    border-bottom: 1px solid #333;
    list-style: none;
    display: block;
  }
  header .hamburger-menu .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: #333;
    text-decoration: none;
    padding: 9px 15px 10px;
    position: relative;
  }
  header .hamburger-menu .menu-content ul li a:before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
  }
}
header #menu-btn-check {
  display: none;
}
header #menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
}
header #menu-btn-check:checked ~ .menu-btn span:before {
  bottom: 0;
  transform: rotate(45deg);
}
header #menu-btn-check:checked ~ .menu-btn span:after {
  top: 0;
  transform: rotate(-45deg);
}
header #menu-btn-check:checked ~ .menu-content {
  left: 0;
}

@media screen and (max-width: 480px) {
  header {
    width: 100%;
  }
}
section .title {
  padding: 0px 0 20px 0;
}

footer {
  background: url("/images/common/footer.jpg");
  color: #fff;
  padding: 30px;
  padding-bottom: 0;
}
footer .footer-nav {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  footer .footer-nav {
    flex-direction: column;
  }
}
footer .footer-nav .footer-box {
  margin-bottom: 30px;
  width: 50%;
}
@media screen and (max-width: 480px) {
  footer .footer-nav .footer-box {
    width: 100%;
  }
}
footer .footer-nav .footer-box .footer-title {
  font-size: 14px;
  font-weight: lighter;
  line-height: 2;
}
footer .footer-nav .footer-box ul {
  padding-left: 50px;
}
footer .footer-nav .footer-box ul li {
  padding: 5px 0;
}
footer .footer-nav .footer-box .inline-menu li {
  padding-right: 40px;
}
footer .sns-icon {
  display: flex;
  justify-content: flex-end;
}
footer .sns-icon p {
  line-height: 4;
  padding-right: 20px;
  font-size: 12px;
}
footer .sns-icon img {
  width: 50px;
}
footer .inline-menu li {
  display: inline-block;
}

.button-wrapper {
  width: 630px;
  text-align: center;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
}
.button-wrapper .button.reverse {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.button-wrapper .button.reverse:hover {
  background-color: #fff;
  color: #333;
}

@media screen and (max-width: 480px) {
  .button-wrapper {
    width: 100%;
    flex-direction: column;
  }
}
.button {
  background-color: transparent;
  text-align: center;
  border: 1px solid #333;
  padding: 10px 50px;
  display: block;
  width: 180px;
  margin: auto;
}
.button:hover {
  background-color: #333;
  color: #fff;
}
