@charset "UTF-8";

/* Global */

@import url("//fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&subset=japanese");
@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@700&family=Lato&family=Quicksand:wght@300;400;500;600;700&display=swap');

* {
  margin: 0;
  border: none;
  border-collapse: collapse;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  background-repeat: no-repeat;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "sans-serif";
  text-align: left;
}

a:visited,
a:link,
a:active {
  text-decoration: none;
}

pre,
code,
address,
caption,
th,
figcaption {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article,
aside,
footer,
header,
nav,
main,
section,
summary,
details,
hgroup,
figure,
figcaption {
  display: block;
}

audio,
canvas,
video,
progress {
  display: inline-block;
  vertical-align: baseline;
}

button {
  font: inherit;
  vertical-align: middle;
}

li {
  list-style: none;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  font-size: 10px;
  color: #333;
}

a {
  transition: opacity 0.2s;
}

a:hover {
  opacity: 0.5;
}

img {
  vertical-align: bottom;
}

input,
textarea,
select,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}



/* Header */

header {
  display: table;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background-color: #fff;
}

header h1 {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

header h1 img {
  width: 100%;
  max-width: 410px;
  margin-left: 30px;
}

#nav-header-frame {
  display: table-cell;
  padding-right: 10px;
  text-align: right;
}

#nav-header {
  display: inline-table;
  height: 100%;
  align-self: center;
  text-align: right;
}

#nav-header a {
  display: table-cell;
  position: relative;
  padding: 0 15px;
  font-size: 1.8rem;
  font-weight: 500;
  vertical-align: middle;
  color: #333;
}

#nav-header a.active::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 10px;
  background: #29abe2;
}

#nav-header a.active {
  background-color: #f0faff;
}

#nav-header a:hover {
  background-color: #001e64;
  color: #fff;
  opacity: 1;
}

#nav-header a.active:hover::after {
  background-color: transparent;
}

@media(max-width: 1280px) {
  header {
    height: 120px;
  }
  
  header h1 img {
    max-width: 300px;
  }
  
  #nav-header a {
    padding: 0 12px;
    font-size: 1.5rem;
  }
}

@media(max-width: 1024px) {
  header {
    height: 90px;
  }
  
  header h1 img {
    margin-left: 20px;
    max-width: 240px;
  }
  
  #menu-sp {
    display: table-cell;
    width: 47px;
  }
  
  #menu-sp-button {
    position: relative;
    z-index: 20000;
    cursor: pointer;
  	width: 27px;
  	height: 27px;
  }
  
  #menu-sp-button span {
  	display: inline-block;
  	transition: all .4s;
  	box-sizing: border-box;
  	position: absolute;
  	left: 0;
  	width: 100%;
  	height: 3px;
  	background-color: #333;
  }
  
  #menu-sp span:nth-of-type(1) {
  	top: 34px;
  }
  
  #menu-sp span:nth-of-type(2) {
  	top: 54px;
  }
  
  #menu-sp.active span:nth-of-type(1) {
  	transform: translateY(10px) rotate(-45deg);
  }
  
  #menu-sp.active span:nth-of-type(2) {
  	transform: translateY(-10px) rotate(45deg);
  }
  
  #nav-header-frame {
    display: block;
    padding: 0;
  }
  
  #nav-header {
    display: none;
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100Vh;
    padding-bottom: 30px;
    background-color: rgba(255,255,255,0.9);
  }
  
  #nav-header a {
    display: block;
    width: 100%;
    padding: 20px 0;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6rem;
    text-align: center;
    color: #000;
  }
  
  #nav-header a.active::after {
    height: 4px;
  }
}


/* Common */

main {
  width: 100%;
  padding-top: 60px;
}

main.top {
  padding-top: 150px;
}

section {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 120px auto;
  padding: 0 30px;
}

section#top-video {
  max-width: 100%;
  background-color: #d2e1e1;
  padding: 34px 30px 70px 30px;
}

section#profile-main {
  max-width: 100%;
}

aside {
  width: 100%;
  padding: 0 30px;
}

h2 {
  margin-bottom: 60px;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 3px;
  text-align: center;
}

a.button,
button.button {
  display: inline-block;
  width: auto;
  min-width: 320px;
  padding: 15px 40px;
  background-image: url('/img/arrow.png');
  background-position: center right 20px;
  background-color: #00a99d;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  color: #fff;
}

a.button.gray,
button.button.gray {
  background-color: #333;
}

@media(max-width: 1280px) {
  main {
    padding-top: 40px;
  }
  
  main.top {
    padding-top: 120px;
  }

  section {
    margin: 0 auto 90px auto;
  }
  
  section#top-video {
    padding: 30px 30px 50px 30px;
  }

  section h2,
  aside h2 {
    margin-bottom: 40px;
    font-size: 3rem;
    letter-spacing: 2px;
  }

  a.button {
    min-width: 280px;
    padding: 12px 50px;
    background-position: center right 15px;
    font-size: 1.6rem;
  }
}

@media(max-width: 1024px) {
  main {
    padding-top: 30px;
  }
  
  main.top {
    padding-top: 90px;
  }

  section {
    margin: 0 auto 60px auto;
    padding: 0 20px;
  }
  
  section#top-video {
    padding: 20px 20px 40px 20px;
  }

  section h2,
  aside h2 {
    margin-bottom: 30px;
    font-size: 2.8rem;
    letter-spacing: 1px;
  }

  a.button {
    min-width: 230px;
    padding: 10px 40px;
    background-position: center right 10px;
    font-size: 1.4rem;
  }
}



/* Breadcrumb Trail */

#bread {
  width: 100%;
  margin: 150px auto 90px auto;
  padding: 20px 30px;
  background-color: #d2e1e1;
}

#bread ul {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  font-size: 1.4rem;
  font-weight: 400;
}

#bread ul li {
  display: inline-block;
}

#bread ul li::after {
  content: " > ";
  letter-spacing: 3px;
}

#bread ul li:last-child::after {
  content: "";
}

#bread a {
  color: #808080;
}

@media(max-width: 1280px) {
  #bread {
    margin: 120px auto 60px auto;
  }
}

@media(max-width: 1024px) {
  #bread {
    margin: 90px auto 30px auto;
  }
}



/* Footer */

footer {
  width: 100%;
  padding: 60px 30px;
  background-color: #1a1a1a;
}

#nav-footer {
  margin-bottom: 60px;
  text-align: center;
}

#nav-footer a {
  padding: 0 30px;
  font-size: 1.8rem;
  color: #fff;
}

#nav-footer a:first-child {
  padding-right: 29px;
  border-right: 1px solid #fff;
}

#copyright {
  font-size: 1.6rem;
  font-family: 'Lato';
  font-weight: 400;
  text-align: center;
  color: #fff;
}

@media(max-width: 1280px) {
  footer {
    padding: 40px 30px;
  }

  #nav-footer {
    margin-bottom: 40px;
  }
  
  #nav-footer a {
    padding: 0 20px;
    font-size: 1.6rem;
  }
  
  #nav-footer a:first-child {
    padding-right: 19px;
  }
  
  #copyright {
    font-size: 1.4rem;
  }
}

@media(max-width: 1024px) {
  footer {
    padding: 30px 20px;
  }

  #nav-footer {
    margin-bottom: 30px;
  }
  
  #nav-footer a {
    padding: 0 16px;
    font-size: 1.3rem;
  }
  
  #nav-footer a:first-child {
    padding-right: 15px;
  }
  
  #copyright {
    font-size: 1.3rem;
  }
}



/* Up To Top */

#uptotop {
  position: fixed;
  right: 0;
  bottom: 10%;
  width: 90px;
  height: 90px;
  background-image: url('/img/uptotop.png');
  background-position: center center;
  background-color: #1a1a1a;
  cursor: pointer;
}

@media(max-width: 1280px) {
  #uptotop {
    width: 70px;
    height: 70px;
    background-size: 26px auto;
  }
}

@media(max-width: 1024px) {
  #uptotop {
    width: 50px;
    height: 50px;
    background-size: 18px auto;
  }
}



/* Aside - Contact */

aside#contact {
  margin-bottom: 60px;
  text-align: center;
}

aside#contact a {
  min-width: 400px;
  padding: 25px 20px;
  font-size: 2.5rem;
}

aside#contact p {
  margin-top: 30px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 4.5rem;
  text-align: center;
}

@media(max-width: 1280px) {
  aside#contact {
    margin-bottom: 40px;
  }
  
  aside#contact a {
    min-width: 320px;
    padding: 20px 15px;
    font-size: 2.2rem;
  }
  
  aside#contact p {
    margin-top: 20px;
    font-size: 1.8rem;
    line-height: 4.2rem;
  }
}

@media(max-width: 1280px) {
  aside#contact {
    margin-bottom: 30px;
  }
  
  aside#contact a {
    min-width: 260px;
    padding: 15px 10px;
    font-size: 2rem;
  }
  
  aside#contact p {
    margin-top: 10px;
    font-size: 1.6rem;
    line-height: 4rem;
  }
}



/* Top */

#top-video-frame {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  background-color: #fff;
}

#top-video-frame video,
#top-video-frame iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  background-color: #333;
}

#top-video-caption {
  display: grid;
  grid-template-columns: 60% 40%;
  padding-right: 90px;
}

#top-video-title {
  padding: 30px 0 0 40px;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 4.5rem;
  letter-spacing: 5px;
}

#top-video-profile {
  padding: 30px 0;
  text-align: center;
}

#top-video-profile-title {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 2px;
  text-align: center;
}

#top-video-profile-name {
  margin-bottom: 15px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 4rem;
  letter-spacing: 5px;
  text-align: center;
}

#top-video-profile-name span {
  margin-right: 15px;
  font-size: 1.8rem;
  font-weight: 400;
}

@media(max-width: 1280px) {
  #top-video-caption {
    padding-right: 60px;
  }

  #top-video-title {
    padding: 20px 0 0 30px;
    font-size: 3rem;
    line-height: 4.2rem;
    letter-spacing: 3px;
  }
  
  #top-video-profile {
    padding: 20px 0;
  }
  
  #top-video-profile-title {
    margin-bottom: 8px;
    font-size: 1.6rem;
    letter-spacing: 1px;
  }
  
  #top-video-profile-name {
    margin-bottom: 10px;
    font-size: 2.3rem;
    line-height: 3.6rem;
    letter-spacing: 3px;
  }
  
  #top-video-profile-name span {
    margin-right: 12px;
    font-size: 1.6rem;
  }
}

@media(max-width: 1024px) {
  #top-video-title {
    padding: 15px  0 0 20px;
    font-size: 2.6rem;
    line-height: 3.6rem;
    letter-spacing: 2px;
  }
  
  #top-video-profile {
    padding: 15px 0;
  }
  
  #top-video-profile-title {
    margin-bottom: 2px;
    font-size: 1.4rem;
  }
  
  #top-video-profile-name {
    margin-bottom: 8px;
    font-size: 2rem;
    line-height: 3.2rem;
    letter-spacing: 2px;
  }
  
  #top-video-profile-name span {
    margin-right: 11px;
    font-size: 1.4rem;
  }
}

@media(max-width: 768px) {
  #top-video-caption {
    display: block;
    padding-right: 0;
  }

  #top-video-title {
    padding: 15px 20px 0 20px;
  }
  
  #top-video-title br {
    display: none;
  }
}

@media(max-width: 560px) {
  #top-video-title {
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: 2px;
  }
}



/* Top - Efforts */

.top-efforts {
  margin-bottom: 60px;
  border: 2px solid #bcbcbc;
  border-radius: 16px;
  padding: 30px 40px;
  text-align: center;
}

.top-efforts h3 {
  display: inline-block;
  margin-bottom: 90px;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
}

.top-efforts h3 span {
  display: block;
  margin-top: 10px;
  border-top: 5px solid #333;
  padding: 10px 20px 0 20px;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
}

.top-efforts-img {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
  margin-bottom: 30px;
  border-bottom: 3px solid #e6e6e6;
  padding-bottom: 60px;
}

.top-efforts-img img {
  width: 100%;
}

.top-efforts p {
  margin-bottom: 60px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}

.top-efforts-link {
  display: flex;
  justify-content: space-between;
}

.top-efforts-link-center {
  justify-content: center;
}

.top-efforts-link a {
  width: 44%;
  padding: 30px 40px;
  font-size: 2.5rem;
}

@media(max-width: 1280px) {
  .top-efforts {
    margin-bottom: 40px;
    padding: 25px 35px;
  }
  
  .top-efforts h3 {
    margin-bottom: 60px;
    font-size: 2.4rem;
    letter-spacing: 1.8px;
  }
  
  .top-efforts h3 span {
    margin-top: 8px;
    padding: 8px 18px 0 18px;
    font-size: 3rem;
    letter-spacing: 1.8px;
  }

  .top-efforts-img {
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 40px;
  }

  .top-efforts p {
    margin-bottom: 40px;
    font-size: 1.8rem;
  }

  .top-efforts-link a {
    width: 48%;
    padding: 25px 40px;
    font-size: 2.3rem;
  }
}

@media(max-width: 1024px) {
  .top-efforts {
    margin-bottom: 30px;
    padding: 20px 30px;
  }
  
  .top-efforts h3 {
    margin-bottom: 40px;
    font-size: 2.3rem;
    letter-spacing: 1.6px;
  }
  
  .top-efforts h3 span {
    margin-top: 6px;
    padding: 6px 16px 0 16px;
    font-size: 2.8rem;
    letter-spacing: 1.6px;
  }

  .top-efforts-img {
    gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 40px;
  }

  .top-efforts p {
    margin-bottom: 40px;
    font-size: 1.8rem;
  }

  .top-efforts-link a {
    width: 48%;
    padding: 25px 40px;
    font-size: 2.3rem;
  }
}

@media(max-width: 768px) {
  .top-efforts {
    margin-bottom: 30px;
    padding: 15px 10px;
  }

  .top-efforts h3 span {
    font-size: 2.6rem;
  }

  .top-efforts-img {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 0;
    margin: 0 auto 30px auto;
    padding-bottom: 30px;
  }
  
  .top-efforts-img > div {
    text-align: center;
  }
  
  .top-efforts-img img {
    max-width: 300px;
    margin-bottom: 60px;
  }
  
  .top-efforts-img > div:last-child img {
    margin-bottom: 0;
  }
  
  .top-efforts-link {
    display: block;
  }

  .top-efforts-link a {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px auto;
  }
}

@media(max-width: 560px) {
  .top-efforts-link a {
    font-size: 1.6rem;
  }
}



/* Top - Area */

#top-area p {
  margin-bottom: 90px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;
  text-align: center;
}

#top-area-img {
  text-align: center;
}

#top-area-img img {
  width: 100%;
}

#top-area-img-sp {
  display: none;
}

@media(max-width: 1280px) {
  #top-area p {
    margin-bottom: 60px;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

@media(max-width: 1024px) {
  #top-area p {
    margin-bottom: 40px;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}

@media(max-width: 560px) {
  #top-area-img-pc {
    display: none;
  }

  #top-area-img-sp {
    display: inline-block;
    width: 100%;
    max-width: 320px;
  }
  
  #top-area p br {
    display: none;
  }
}



/* Top - Info */

#top-info {
  text-align: center;
}

#info-menu {
  max-width: 100%;
  margin-bottom: 60px;
  background-color: #f2f2f2;
  padding: 20px 0 40px 0;
  text-align: center;
}

#info-menu h3 {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}

#info-menu > nav {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
}

#info-menu > nav a {
  display: inline-block;
  border: 1px solid #ccc;
  background-color: #fff;
}

#info-menu > nav#info-menu-cat {
  margin-bottom: 20px;
  border-bottom: 3px solid #fff;
  padding-bottom: 0px;
}

#info-menu > nav#info-menu-cat a {
  width: 100%;
  max-width: 200px;
  margin: 0 20px 20px 20px;
  border-radius: 20px;
  padding: 7px 20px;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  color: #333;
}

#info-menu > nav#info-menu-tag a {
  max-width: 200px;
  margin: 0 6px 12px 6px;
  border-radius: 18px;
  padding: 4px 25px;
  font-size: 1.3rem;
  font-weight: 400;
  text-align: center;
  color: #333;
}

#info-menu > nav a#active,
#info-menu > nav a:hover {
  background-color: #29abe2;
  border-color: #29abe2;
  opacity: 1;
  color: #fff !important;
}

#info-menu p {
  display: none;
}

#info-list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 14px;
  margin-bottom: 60px;
}

#info-list article {
  margin-bottom: 60px;
}

#info-list article a {
  display: block;
  color: #333;
}

#info-list a:hover {
  opacity: 0.7;
}

.info-list-img {
  aspect-ratio: 8 / 5;
  padding: 20px 0 0 10px;
  background-image: url('/img/info-thumb.jpg');
  background-size: cover;
  background-position: center center;
}

.info-list-img span {
  margin: 0 0 10px 10px;
  border-radius: 15px;
  padding: 5px 15px;
  background-color: #4d4d4d;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
}

.info-list-title {
  padding: 10px 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

.info-list-title span {
  display: block;
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 400;
}

.info-list-tag {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 3.2rem;
}

.info-list-tag span {
  margin: 0 0 10px 5px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 3.2rem;
}

#top-info a.button {
  display: inline-block;
}

@media(max-width: 768px) {
  #info-list {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 0;
    width: 100%;
    max-width: 420px;
    margin: 0 auto 10px auto;
  }
  
  #info-list article {
    margin-bottom: 30px;
  }
}

@media(max-width: 560px) {
  #info-menu.closed h3 {
    display: inline-block;
    width: 100%;
    max-width: 260px;
    border-radius: 20px;
    border: 1px solid #ccc;
    padding: 7px 20px;
    background-color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
    color: #333;
    cursor: pointer;
  }
  
  #info-menu.closed h3:hover {
    background-color: #29abe2;
    border-color: #29abe2;
    opacity: 1;
    color: #fff;
  }
  
  #info-menu.open h3 {
    display: inline-block;
    width: 100%;
    max-width: 260px;
    border-radius: 20px;
    border: 1px solid transparent;
    padding: 7px 20px;
    background-color: transparent;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
    color: #333;
    cursor: pointer;
  }
  
  #info-menu > nav#info-menu-cat,
  #info-menu > nav#info-menu-tag {
    display: none;
  }

  #info-menu > nav#info-menu-cat a {
    max-width: 260px;
    margin-bottom: 14px;
  }
  
  #info-menu > nav#info-menu-tag a {
    width: 100%;
    max-width: 260px;
  }
  
  #info-menu p {
    display: block;
    font-size: 1.6rem;
    text-align: center;
  }
  
  #info-menu p strong {
    font-weight: 500;
  }
}



/* Info - Detail */

#info-detail-cat {
  margin-bottom: 20px;
}

#info-detail-cat div {
  display: inline-block;
  margin: 0 10px 10px 0;
  border-radius: 20px;
  background-color: #4d4d4d;
  padding: 3px 15px;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  color: #fff;
}

#info-detail > h2 {
  margin-bottom: 30px;
  text-align: left;
}

#info-detail-date {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 400;
}

#info-detail-tag {
  margin-bottom: 60px;
  font-size: 1.4rem;
  font-weight: 400;
}

#info-detail-tag span {
  margin-left: 10px;
  font-weight: 500;
}

#info-detail-excerpt {
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 3.2rem;
}

#info-detail-thumb {
  width: 100%;
  aspect-ratio: 16 / 5;
  margin-bottom: 60px;
  background-image: url('/activities/img/dummy-thumb.png');
  background-size: cover;
  background-position: center center;
}

#info-detail-body {
  margin-bottom: 40px;
}

#info-detail-body h1 {
  margin-bottom: 30px;
  font-size: 3.2rem;
  font-weight: 500;
  text-align: left;
}

#info-detail-body h2 {
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0;
  text-align: left;
}

#info-detail-body p {
  margin-bottom: 30px;
  font-size: 1.6rem;
  line-height: 3.2rem;
}

#info-detail-body ul {
  margin-bottom: 30px;
}

#info-detail-body li {
  list-style: outside;
  margin-left: 3rem;
  font-size: 1.6rem;
  line-height: 3.2rem;
}

#info-detail-link {
  margin-bottom: 40px;
}

#info-detail-link a {
  font-size: 2rem;
  font-weight: 500;
  color: #29abe2;
}

#info-detail-quote {
  border: 1px solid #808080;
  padding: 20px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
}

@media(max-width: 1280px) {
  #info-detail-cat {
    margin-bottom: 18px;
  }
  
  #info-detail-cat div {
    margin: 0 8px 8px 0;
    border-radius: 20px;
    padding: 3px 15px;
    font-size: 1.2rem;
  }
  
  #info-detail > h2 {
    margin-bottom: 28px;
  }
  
  #info-detail-date {
    margin-bottom: 8px;
    font-size: 1.3rem;
  }
  
  #info-detail-tag {
    margin-bottom: 40px;
    font-size: 1.3rem;
  }
  
  #info-detail-tag span {
    margin-left: 8px;
  }
  
  #info-detail-excerpt {
    margin-bottom: 28px;
    font-size: 1.6rem;
    line-height: 3rem;
  }
  
  #info-detail-thumb {
    margin-bottom: 40px;
  }
  
  #info-detail-body {
    margin-bottom: 30px;
  }
  
  #info-detail-body h1 {
    margin-bottom: 28px;
    font-size: 3rem;
  }
  
  #info-detail-body h2 {
    margin-bottom: 28px;
    font-size: 2.2rem;
  }
  
  #info-detail-body p {
    margin-bottom: 28px;
    font-size: 1.4rem;
    line-height: 3rem;
  }
  
  #info-detail-body ul {
    margin-bottom: 28px;
  }
  
  #info-detail-body li {
    font-size: 1.4rem;
    line-height: 3rem;
  }
  
  #info-detail-link {
    margin-bottom: 30px;
  }
  
  #info-detail-link a {
    font-size: 1.8rem;
  }
  
  #info-detail-quote {
    padding: 15px;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}

@media(max-width: 1280px) {
  #info-detail-cat {
    margin-bottom: 15px;
  }
  
  #info-detail > h2 {
    margin-bottom: 20px;
  }
  
  #info-detail-date {
    margin-bottom: 5px;
  }
  
  #info-detail-tag {
    margin-bottom: 30px;
  }
  
  #info-detail-tag span {
    margin-left: 5px;
  }
  
  #info-detail-excerpt {
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
  
  #info-detail-thumb {
    margin-bottom: 30px;
  }
  
  #info-detail-body {
    margin-bottom: 20px;
  }
  
  #info-detail-body h1 {
    margin-bottom: 20px;
    font-size: 2.8rem;
  }
  
  #info-detail-body h2 {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  
  #info-detail-body p {
    margin-bottom: 20px;
  }
  
  #info-detail-body ul {
    margin-bottom: 20px;
  }
  
  #info-detail-link {
    margin-bottom: 20px;
  }
  
  #info-detail-quote {
    padding: 10px;
  }
}



/* Top - Aside - Related Site */

aside#related-site {
  padding: 60px 30px;
  background-color: #d2e1e1;
}

#related-site-frame {
  display: grid;
  grid-template-columns: repeat(auto-fit,40%);
  gap: 15px;
  justify-content: center;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

.related-site {
  background-color: #fff;
}

.related-site-logo {
  background-color: #001e64;
  padding: 20px;
  text-align: center;
}

.related-site-logo img {
  width: 100%;
  max-width: 360px;
}

.related-site-text {
  padding: 20px;
}

.related-site-text p {
  margin-bottom: 25px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;
}

.related-site-text a {
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
  color: #29abe2;
}

.related-site-text a i {
  margin-left: 10px;
}

@media(max-width: 1280px) {
  aside#related-site {
    padding: 40px 30px;
  }
  
  #related-site-frame {
    grid-template-columns: repeat(auto-fit,40%);
    gap: 15px;
  }
  
  .related-site-logo {
    padding: 15px;
  }
  
  .related-site-logo img {
    max-width: 320px;
  }
  
  .related-site-text {
    padding: 15px;
  }
  
  .related-site-text p {
    margin-bottom: 15px;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  
  .related-site-text a {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  
  .related-site-text a i {
    margin-left: 8px;
  }
}

@media(max-width: 1024px) {
  aside#related-site {
    padding: 30px 20px;
  }
  
  #related-site-frame {
    grid-template-columns: repeat(auto-fit,40%);
    gap: 10px;
  }
  
  .related-site-logo {
    padding: 10px;
  }
  
  .related-site-logo img {
    max-width: 280px;
  }
  
  .related-site-text {
    padding: 12px;
  }
  
  .related-site-text p {
    margin-bottom: 12px;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  
  .related-site-text a {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  
  .related-site-text a i {
    margin-left: 6px;
  }
}

@media(max-width: 768px) {
  #related-site-frame {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 0;
    justify-content: center;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }
  
  .related-site {
    margin-bottom: 20px;
  }
}



/* Top - Aside - Download */

aside#aid-note {
  padding: 30px 30px 60px 30px;
}

aside#aid-note p {
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;
  text-align: center;
}

aside#aid-note p strong {
  font-weight: 400;
}

aside#aid-note p a {
  font-weight: 500;
  color: #29abe2;
}

@media(max-width: 1280px) {
  aside#aid-note {
    padding: 20px 30px 40px 30px;
  }
  
  aside#aid-note p {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

@media(max-width: 1024px) {
  aside#aid-note {
    padding: 15px 20px 30px 20px;
  }
  
  aside#aid-note p {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}



/* Profile */

.profile h3 {
  margin-bottom: 60px;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 3px;
  text-align: center;
}

#intro-en {
  margin: 90px auto 120px auto;
  text-align: center;
}

#intro-en img {
  width: 100%;
  max-width: 280px;
}

#intro-en p {
  margin-top: 40px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3.6rem;
}

#profile-main {
  padding: 30px;
  background-color: #7fc3d9;
  text-align: center;
}

#profile-overview {
  display: inline-table;
  width: 100%;
  max-width: 1024px;
  height: 380px;
}

#profile-overview > div {
  display: table-cell;
  width: 50%;
}

#profile-photo {
  display: table-cell;
  background-image: url('/img/profile-takao.png');
  background-size: cover;
  background-position: center center;
}

#profile-text {
  padding: 30px;
  background-color: #fff;
  vertical-align: middle;
}

#profile-text * {
  text-align: center;
}

#profile-section {
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 2px;
}

#profile-name {
  margin-bottom: 40px;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 5px;
}

#profile-name.en {
  margin-bottom: 10px;
}

#profile-cert {
  margin-bottom: 40px;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 4px;
}

#profile-title {
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
  letter-spacing: 2px;
}

#profile-title span {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: 1px;
}

#profile-title-sub {
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
  letter-spacing: 2px;
}

#profile-title-sub span {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: 1px;
}

#profile-submenu {
  display: none;
}

#profile-history table {
  font-size: 1.8rem;
  line-height: 3rem;
}

#profile-history th {
  padding: 0 40px 20px 0;
  font-weight: 400;
  vertical-align: top;
}

#profile-history.en th {
  min-width: 140px;
}

#profile-history td {
  padding-bottom: 20px;
  font-weight: 400;
  vertical-align: top;
}

#profile-history td span {
  font-weight: 400;
}

#profile-studies ol {
  margin-left: 3rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.5rem;
}

#profile-studies ol li {
  list-style-type: decimal-leading-zero;
  margin-bottom: 30px;
  font-weight: 400;
}

#profile-books article {
  margin-bottom: 40px;
  border-bottom: 2px solid #ccc;
  padding-bottom: 40px;
}

.profile-books-author {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: 400;
}

#profile-books h4 {
  margin-bottom: 20px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3.8rem;
}

.profile-books-date {
  margin-bottom: 2px;
  font-size: 1.6rem;
  font-weight: 400;
}

.profile-books-pub {
  margin-bottom: 30px;
  font-size: 1.6rem;
  font-weight: 400;
}

.profile-books-desc {
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;
}

#profile-books article a {
  font-size: 1.6rem;
  font-weight: 500;
  color: #29abe2;
}

#intro-en-footer {
  width: 100%;
  max-width: 100%;
  padding: 30px;
  background-color: #d2e1e1;
}

#intro-en-footer-frame {
  display: table;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

#intro-en-footer-frame > div {
  display: table-cell;
  vertical-align: middle;
}

#intro-en-footer-thumb {
  width: 24%;
}

#intro-en-footer-thumb img {
  width: 100%;
  max-width: 160px;
}

#intro-en-footer-text {
  text-align: center;
}

#intro-en-footer-text p {
  margin-bottom: 60px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

#intro-en-footer-text p span {
  font-weight: 400;
}


@media(max-width: 1280px) {
  .profile h3 {
    margin-bottom: 40px;
    font-size: 3rem;
    letter-spacing: 2.8px;
  }

  #intro-en {
    margin: 60px auto 90px auto;
  }
  
  #intro-en p {
    margin-top: 30px;
    font-size: 1.8rem;
    line-height: 3.4rem;
  }
  
  #profile-main {
    padding: 30px;
  }
  
  #profile-overview {
    height: 320px;
  }
  
  #profile-text {
    padding: 20px;
  }
  
  #profile-section {
    margin-bottom: 20px;
    font-size: 1.8rem;
    letter-spacing: 1.8px;
  }
  
  #profile-name {
    margin-bottom: 30px;
    font-size: 3rem;
    letter-spacing: 4.8px;
  }

  #profile-cert {
    margin-bottom: 30px;
    font-size: 1.8rem;
    letter-spacing: 3.8px;
  }
  
  #profile-title {
    margin-bottom: 20px;
    font-size: 1.8rem;
    line-height: 2.8rem;
    letter-spacing: 1.8px;
  }
  
  #profile-title span {
    font-size: 1.4rem;
    line-height: 2.8rem;
    letter-spacing: 0.8px;
  }
  
  #profile-title-sub {
    font-size: 1.8rem;
    line-height: 2.8rem;
    letter-spacing: 1.8px;
  }
  
  #profile-title-sub span {
    font-size: 1.4rem;
    line-height: 2.8rem;
    letter-spacing: 0.8px;
  }
  
  #profile-history table {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  
  #profile-history th {
    padding: 0 30px 15px 0;
  }
  
  #profile-history td {
    padding-bottom: 15px;
  }
  
  #profile-studies ol {
    font-size: 1.6rem;
    line-height: 2.3rem;
  }
  
  #profile-studies ol li {
    margin-bottom: 20px;
  }
  
  #profile-books article {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  
  .profile-books-author {
    margin-bottom: 4px;
    font-size: 1.4rem;
  }
  
  #profile-books h4 {
    margin-bottom: 15px;
    font-size: 2.3rem;
    line-height: 3.6rem;
  }
  
  .profile-books-date {
    margin-bottom: 1.8px;
    font-size: 1.4rem;
  }
  
  .profile-books-pub {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  
  .profile-books-desc {
    margin-bottom: 20px;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  
  #profile-books article a {
    font-size: 1.4rem;
  }

  #intro-en-footer-thumb img {
    max-width: 140px;
  }
  
  #intro-en-footer-text p {
    margin-bottom: 40px;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

@media(max-width: 1024px) {
  .profile h3 {
    margin-bottom: 30px;
    font-size: 2.8rem;
    letter-spacing: 2.6px;
  }

  #intro-en {
    margin: 40px auto 60px auto;
  }
  
  #intro-en p {
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
  
  #profile-main {
    padding: 20px;
  }
  
  #profile-overview {
    height: 300px;
  }
  
  #profile-text {
    padding: 15px;
  }
  
  #profile-section {
    margin-bottom: 15px;
    font-size: 1.6rem;
    letter-spacing: 1.6px;
  }
  
  #profile-name {
    margin-bottom: 20px;
    font-size: 2.8rem;
    letter-spacing: 4.6px;
  }

  #profile-cert {
    margin-bottom: 20px;
    font-size: 1.6rem;
    letter-spacing: 3.6px;
  }
  
  #profile-title {
    margin-bottom: 15px;
    font-size: 1.6rem;
    line-height: 2.6rem;
    letter-spacing: 1.6px;
  }
  
  #profile-title span {
    font-size: 1.3rem;
    line-height: 2.6rem;
    letter-spacing: 0.6px;
  }
  
  #profile-title-sub {
    font-size: 1.6rem;
    line-height: 2.6rem;
    letter-spacing: 1.6px;
  }
  
  #profile-title-sub span {
    font-size: 1.3rem;
    line-height: 2.6rem;
    letter-spacing: 0.6px;
  }
  
  #profile-history table {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
  
  #profile-history th {
    padding: 0 20px 13px 0;
  }

  #profile-history.en th {
    min-width: 100px;
  }
  
  #profile-history td {
    padding-bottom: 13px;
  }
  
  #profile-studies ol {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
  
  #profile-studies ol li {
    margin-bottom: 15px;
  }
  
  #profile-books article {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  
  .profile-books-author {
    margin-bottom: 3px;
    font-size: 1.3rem;
  }
  
  #profile-books h4 {
    margin-bottom: 13px;
    font-size: 2.1rem;
    line-height: 3.4rem;
  }
  
  .profile-books-date {
    margin-bottom: 1.6px;
    font-size: 1.2rem;
  }
  
  .profile-books-pub {
    margin-bottom: 15px;
    font-size: 1.3rem;
  }
  
  .profile-books-desc {
    margin-bottom: 15px;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  
  #profile-books article a {
    font-size: 1.3rem;
  }

  #intro-en-footer-thumb img {
    max-width: 120px;
  }
  
  #intro-en-footer-text p {
    margin-bottom: 30px;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}

@media(max-width: 768px) {
  #profile-main {
    padding: 20px;
  }
  
  #profile-overview {
    display: block;
    width: 100%;
    max-width: 1024px;
    height: auto;
  }
  
  #profile-photo {
    aspect-ratio: 3 / 2;
  }
  
  #profile-overview > div {
    display: block;
    width: 100%;
  }
}

@media(max-width: 560px) {
  #profile-submenu {
    display: block;
  }

  #profile-submenu ul {
    border: 1px solid #ccc;
    padding: 20px;
    background-color: #f2f2f2;
  }
  
  #profile-submenu li {
    list-style: inside;
    list-style-type: dot;
    margin-bottom: 20px;
    color: #29abe2;
  }
  
  #profile-submenu li:last-child {
    margin-bottom: 0;
  }
  
  #profile-submenu li a {
    font-size: 2rem;
    font-weight: 500;
    color: #29abe2;
  }

  #intro-en-footer-frame {
    display: block;
  }
  
  #intro-en-footer-frame > div {
    display: block;
    width: 100%;
  }
  
  #intro-en-footer-thumb {
    padding-bottom: 30px;
    text-align: center;
  }
  
  #intro-en-footer-thumb img {
    max-width: 160px;
  }
}



/* About */

#about p {
  margin-bottom: 90px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3.6rem;
  letter-spacing: 2px;
}

#about-map {
  margin-bottom: 90px;
}

#about-map-title {
  display: table;
  width: 100%;
  padding: 30px;
  background-color: #11124d;
}

#about-map-title-logo {
  display: table-cell;
  width: 104px;
  padding: 30px;
  text-align: center;
  vertical-align: middle;
}

#about-map-title-logo img {
  width: 78px;
}

#about-map-title-info {
  display: table-cell;
  padding: 30px 30px 30px 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 4rem;
  letter-spacing: 2px;
  vertical-align: middle;
  color: #fff;
}

#about-map-title-info address {
  font-size: 2rem;
  font-weight: 400;
}

#about-map iframe {
  width: 100%;
  asdpect-ratio: 3 / 2;
}

@media(max-width: 1280px) {
  #about p {
    margin-bottom: 60px;
    font-size: 1.8rem;
    line-height: 3.4rem;
    letter-spacing: 1.8px;
  }

  #about-map-title {
    padding: 20px;
  }
  
  #about-map-title-logo {
    width: 98px;
    padding: 20px;
  }
  
  #about-map-title-logo img {
    width: 60px;
  }
  
  #about-map-title-info {
    padding: 20px 20px 20px 0;
    font-size: 2.3rem;
    line-height: 3.8rem;
    letter-spacing: 1.8px;
  }
  
  #about-map-title-info address {
    font-size: 1.8rem;
  }
}

@media(max-width: 1024px) {
  #about p {
    margin-bottom: 30px;
    font-size: 1.6rem;
    line-height: 3.2rem;
    letter-spacing: 1.6px;
  }

  #about-map-title {
    padding: 15px;
  }
  
  #about-map-title-logo {
    width: 90px;
  }
  
  #about-map-title-logo img {
    width: 54px;
  }
  
  #about-map-title-info {
    padding: 15px 15px 15px 0;
    font-size: 2rem;
    line-height: 3.4rem;
    letter-spacing: 1.6px;
  }
  
  #about-map-title-info address {
    font-size: 1.6rem;
  }
}

@media(max-width: 768px) {
  #about p {
    margin-bottom: 30px;
    font-size: 1.6rem;
    line-height: 3.2rem;
    letter-spacing: 1.6px;
  }

  #about-map-title {
    display: block;
    padding: 10px;
  }
  
  #about-map-title-logo {
    display: block;
    width: 100%;
  }
  
  #about-map-title-logo img {
    width: 78px;
  }
  
  #about-map-title-info {
    display: block;
    padding: 0 10px 20px 10px;
    font-size: 2rem;
    line-height: 3.4rem;
    letter-spacing: 1.6px;
    text-align: center;
  }
  
  #about-map-title-info address {
    display: block;
    font-size: 1.6rem;
    text-align: center;
  }

  #about-map iframe {
    asdpect-ratio: 1 / 1;
  }
}



/* Download */

#download article {
  display: table;
  width: 100%;
  margin-bottom: 40px;
  border-bottom: 1px solid #ccc;
}

#download article > div {
  display: table-cell;
  padding-bottom: 40px;
  vertical-align: top;
}

.download-thumb {
  width: 36%;
}

.download-thumb img {
  width: 200px;
}

.download-text {
  text-align: center;
}

.download-title {
  margin-bottom: 10px;
  font-size: 2.5rem;
  font-weight: 500;
}

.download-desc {
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;
}

@media(max-width: 1280px) {
  #download article {
    margin-bottom: 30px;
  }
  
  #download article > div {
    padding-bottom: 30px;
  }
  
  .download-thumb {
    width: 32%;
  }
  
  .download-thumb img {
    width: 180px;
  }
  
  .download-title {
    margin-bottom: 8px;
    font-size: 2.6rem;
  }
  
  .download-desc {
    margin-bottom: 20px;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

@media(max-width: 1024px) {
  #download article {
    margin-bottom: 20px;
  }
  
  #download article > div {
    padding-bottom: 20px;
  }
  
  .download-thumb {
    width: 28%;
  }
  
  .download-thumb img {
    width: 160px;
  }
  
  .download-title {
    margin-bottom: 8px;
    font-size: 2.4rem;
  }
  
  .download-desc {
    margin-bottom: 15px;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}

@media(max-width: 768px) {
  #download article {
    display: block;
    margin-bottom: 40px;
  }
  
  #download article > div {
    display: block;
    width: 100%;
    padding-bottom: 40px;
  }
  
  .download-thumb {
    text-align: center;
  }
  
  .download-thumb img {
    width: 200px;
  }
  .download-desc {
    margin-bottom: 40px;
  }
}



/* Download Detail */

#download-detail p {
  margin-bottom: 60px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3.6rem;
}

.download-list {
  margin-bottom: 60px;
}

#download-detail a,
.download-list a {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3.6rem;
  color: #29abe2;
}

#download-detail p strong {
  display: block;
  margin-bottom: 15px;
  font-size: 2.5rem;
  font-weight: 500;
}

@media(max-width: 1280px) {
  #download-detail p {
    margin-bottom: 40px;
    font-size: 1.8rem;
    line-height: 3.4rem;
  }
  
  .download-list {
    margin-bottom: 40px;
  }
  
  #download-detail a,
  .download-list a {
    font-size: 1.8rem;
    line-height: 3.4rem;
  }
  
  #download-detail p strong {
    font-size: 2.3rem;
  } 
}

@media(max-width: 1024px) {
  #download-detail p {
    margin-bottom: 30px;
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
  
  .download-list {
    margin-bottom: 30px;
  }
  
  #download-detail a,
  .download-list a {
    margin-bottom: 7px;
    font-size: 1.6rem;
    line-height: 3.2rem;
  }/
  
  #download-detail p strong {
    margin-bottom: 10px;
    font-size: 2.1rem;
  } 
}



/* Contact */

#contact-form h2 {
  margin-bottom: 30px;
}

#contact-form p {
  width: 100%;
  max-width: 640px;
  margin: 0 auto 60px auto;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3.6rem;
  text-align: center;
}

#contact-form a {
  font-weight: 500;
  color: #333;
}

#contact-form a.button {
  color: #fff;
}

#contact-form form {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}

#contact-form label {
  display: block;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 400;
}

#contact-form input[type="text"] {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #4d4d4d;
  padding: 10px 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3.6rem;
}

#contact-form textarea {
  width: 100%;
  height: 300px;
  margin-bottom: 90px;
  border: 1px solid #4d4d4d;
  padding: 10px 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3.6rem;
}

.contact-form-submit {
  text-align: center;
}

.contact-form-submit button {
  width: 100%;
  max-width: 500px;
  min-width: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 2.5rem;
  cursor: pointer;
}

#contact-form p#contact-note {
  margin-top: 30px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.8rem;
}

#contact-finished {
  text-align: center;
}

.g-recaptcha {
  display: inline-block;
}

@media(max-width: 1280px) {
  #contact-form p {
    margin: 0 auto 40px auto;
    font-size: 1.8rem;
    line-height: 3.4rem;
  }
  
  #contact-form label {
    margin-bottom: 8px;
    font-size: 1.8rem;
  }
  
  #contact-form input[type="text"] {
    margin-bottom: 18px;
    padding: 8px 18px;
    font-size: 1.8rem;
    line-height: 3.4rem;
  }
  
  #contact-form textarea {
    margin-bottom: 60px;
    padding: 8px 18px;
    font-size: 1.8rem;
    line-height: 3.4rem;
  }
  
  .contact-form-submit button {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 2.3rem;
  }
}

@media(max-width: 1024px) {
  #contact-form p {
    margin: 0 auto 30px auto;
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
  
  #contact-form label {
    margin-bottom: 6px;
    font-size: 1.6rem;
  }
  
  #contact-form input[type="text"] {
    margin-bottom: 16px;
    padding: 6px 16px;
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
  
  #contact-form textarea {
    height: 200px;
    margin-bottom: 30px;
    padding: 6px 16px;
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
  
  .contact-form-submit button {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 2.3rem;
  }
}

@media(max-width: 560px) {
  #contact-form p br {
    display: none;
  }

  #contact-form textarea {
    height: 100px;
  }
  
  .contact-form-submit button {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.8rem;
  }
  
  #contact-form p#contact-note {
    margin-top: 20px;
    font-size: 1.3rem;
  }
}



/* Terms */

#terms p {
  margin-bottom: 60px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3.6rem;
}

#terms p.less-margin {
  margin-bottom: 20px;
}

#terms h3 {
  margin-bottom: 20px;
  font-size: 2.5rem;
  font-weight: 500;
}

#terms ul {
  margin-bottom: 60px;
  font-size: 2rem;
  line-height: 3.6rem;
}

#terms li {
  list-style: outside;
  list-style-type: dot;
  margin-left: 3rem;
  font-weight: 400;
}

@media(max-width: 1280px) {
  #terms p {
    margin-bottom: 40px;
    font-size: 1.8rem;
    line-height: 3.4rem;
  }
  
  #terms p.less-margin {
    margin-bottom: 15px;
  }
  
  #terms h3 {
    margin-bottom: 15px;
    font-size: 2.3rem;
  }
  
  #terms ul {
    margin-bottom: 40px;
    font-size: 1.8rem;
    line-height: 3.4rem;
  }
}

@media(max-width: 1024px) {
  #terms p {
    margin-bottom: 30px;
    font-size: 1.6em;
    line-height: 3.2rem;
  }
  
  #terms p.less-margin {
    margin-bottom: 15px;
  }
  
  #terms h3 {
    font-size: 2.1rem;
  }
  
  #terms ul {
    margin-bottom: 30px;
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}



/* Navigation */

.wp-pagenavi {
  padding-top: 50px;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  background-color: #d9d9d9;
  font-size: 2rem;
  font-weight: 400;
  line-height: 59px;
  text-align: center;
  color: #000;
}

.wp-pagenavi a:hover {
  background-color: #333;
  color: #fff;
  opacity: 1;
}

.wp-pagenavi span.current {
  background-color: #333;
  color: #fff;
}

.wp-pagenavi .pages {
  display: none;
}

@media(max-width: 1280px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 46px;
    height: 46px;
    margin-right: 8px;
    font-size: 1.6rem;
    line-height: 45px;
  }
}

@media(max-width: 1024px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 36px;
    height: 36px;
    margin-right: 6px;
    font-size: 1.4rem;
    line-height: 35px;
  }
}

@media(max-width: 767px) {
  .wp-pagenavi {
    padding-top: 30px;
  }

  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 26px;
    height: 26px;
    margin-right: 5px;
    font-size: 1.2rem;
    line-height: 25px;
  }
}

