@charset "utf-8";

/**
 * File Name : styles.css
 * Version : 1.0
 * Description : 合格前予約top
 * Since : 2021-12-08
 *
 * ---- Table of Contents ----
 *
 * 1.0 - Foundation
 *    1.1 - Reset
 *    1.2 - Base
 *
 * 2.0 - Layout
 *    2.1 - Centering
 *    2.2 - Header
 *    2.3 - Main
 *    2.4 - Footer
 *
 */

/* =====================================================
  1.0 - Foundation
===================================================== */

/*
  1.1 - Reset
-----------------------------------------------------*/

/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html * {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
}
div {
  overflow: hidden;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
.c-underline {
  text-decoration: underline;
}
a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 70%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}
a img:hover {
  opacity: 0.6;
  filter: alpha(60);
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

ol,
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl,
dt,
dd {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

svg {
  height: auto;
  display: block;
}

dfn {
  font-style: normal;
}

blockquote {
  margin: 0;
}

blockquote cite {
  opacity: 0.7;
  font-size: 1.4rem;
}
section {
  display: block;
}

/*
  1.2 - Base
-----------------------------------------------------*/

@font-face {
  font-family: "myfont";
  src: url("../fm_univ/font/geg_heavy.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "myfont";
  src: url("../fm_univ/font/geg_bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "myfont";
  src: url("../fm_univ/font/geg_semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "myfont";
  src: url("../fm_univ/font/geg_regular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "myfont";
  src: url("../fm_univ/font/geg_semilight.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "myfont";
  src: url("../fm_univ/font/geg_light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "myfont";
  src: url("../fm_univ/font/geg_extralight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #212121;
  font-family: zen-maru-gothic, 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
  line-height: 1.5;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}
em {
  font-style: normal;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.uppercase {
  text-transform: uppercase;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
}

* {
  font-style: normal;
  list-style: none;
  word-wrap: break-word;
}

*,
*:before,
*:after {
  background-repeat: no-repeat;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

figure {
  margin: 0;
}

iframe {
  border-width: 0;
  margin: 0;
}

small {
  font-size: 100%;
}

address {
  font-style: normal;
  display: inline-block;
}
body,
html {
  min-height: 100%;
}

.p-read__strong {
  font-weight: 700;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.p-read__strong:after {
  content: "";
  display: inline-block;
  width: 100%;
  /* height: 0.5rem; */
  height: 1vw;
  position: absolute;
  /* bottom: 0.5rem; */
  bottom: 1vw;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
@media only screen and (min-width: 560px) {
  .p-read__strong:after {
    height: 0.5rem;
    bottom: 0.5rem;
  }
}
.p-read__strong.red {
  color: #e9350a;
}
.p-read__strong.red:after {
  background-color: rgba(250, 201, 201, 1);
}
.p-read__strong.green {
  color: #089565;
}
.p-read__strong.green:after {
  background-color: rgba(254, 242, 0, 1);
}

.sp {
  display: block;
}
@media only screen and (min-width: 560px) {
  .sp {
    display: none;
  }
}
@media only screen and (min-width: 560px) and (max-width: 960px) {
  .tb {
    display: block;
  }
}
@media only screen and (min-width: 960px) {
  .tb {
    display: none;
  }
}
.pc {
  display: none;
}
@media only screen and (min-width: 960px) {
  .pc {
    display: block;
  }
}
/* =====================================================
  2.0 - Layout
===================================================== */

/*
  2.1 - Centerng
-----------------------------------------------------*/
.l-container {
  margin: 0 auto;
  /* max-width: 2000px; */
  max-width: 1100px;
}
/* @media screen and (min-width:1400px) {
    .l-container {
        width: 73vw;
    }
} */

/*
    2.2 - Header
-----------------------------------------------------*/
.p-logo__primary {
  max-width: 100px;
  /* margin-left: 3vw; */
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .p-logo__primary {
    max-width: inherit;
  }
}
.p-header__title {
  /* margin-left: 1rem; */
  font-weight: 700;
  color: #089565;
  font-size: 1.4rem;
  display: flex;
  padding: 1.3rem 0 1.3rem 0.5rem;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .p-header__title {
    /* padding: 0.7rem 0 0.7rem; */
    padding: 0.7rem 0 0.7rem 0;
    margin-left: 0;
    /* margin: 1.25rem 0 1.5rem 1.5rem; */
  }
}
.p-header__heading {
  display: inline-block;
  /* margin-left: 1vw; */
  margin-left: 0;
}

/*
    2.3 - Main
-----------------------------------------------------*/
.keyv__container {
  background-image: url(../images/top/bg.jpg);
  background-size: cover;
}
.keyv {
  /* max-width: 2000px; */
  margin: auto;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 960px) {
  .keyv {
    max-height: 400px;
  }
}
.keyv__img {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .keyv__img {
    width: auto;
  }
}
.keyv__txtwrap {
  display: none;
}
@media screen and (min-width: 960px) {
  .keyv__txtwrap {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-size: auto auto;
    background-color: rgba(251, 201, 201, 1);
    background-image: repeating-linear-gradient(-15deg, transparent, transparent 6px, rgba(255, 255, 255, 0.1) 6px, rgba(255, 255, 255, 0.1) 12px);
  }
}
.p-read {
  width: 92.2%;
  margin: 4vw auto 0;
}
@media screen and (min-width: 960px) {
  .p-read {
    /* width: 70%; */
    margin: 4rem auto 0;
  }
}
.p-read__txt {
  /* font-size: 2.1rem; */
  font-size: 4vw;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .p-read__txt {
    font-size: 2.1rem;
  }
}

.p-merit__heading {
  font-size: 10vw;
  text-align: center;
  color: #089565;
}
@media screen and (min-width: 560px) {
  .p-merit__heading {
    font-size: 4.8rem;
  }
}
.p-number {
  font-size: 15vw;
  font-weight: 700;
  color: #089565;
}
/* @media screen and (min-width:560px) and (max-width:960px) {
    .p-number {
        font-size: 6vw;
    }
} */
@media screen and (min-width: 560px) {
  .p-number {
    font-size: 5rem;
  }
}
.p-number.primary {
  display: inline-block;
  width: 18vw;
  height: 18vw;
  position: relative;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 560px) {
  .p-number.primary {
    width: 10rem;
    height: 10rem;
    font-size: 8rem;
  }
}
@media screen and (min-width: 560px) and (max-width: 960px) {
  .p-number.primary {
    width: 8rem;
    height: 8rem;
    font-size: 6rem;
  }
}
.p-number.primary:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fce0e1;
  border-radius: 50%;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
@media screen and (min-width: 560px) and (max-width: 960px) {
  .p-number.primary:after {
    top: 12%;
  }
}
/*
  merit
-----------------------------------------------------*/
.p-merit {
  margin-top: 10vw;
  background-color: rgba(250, 216, 227, 0.2);
}
@media screen and (min-width: 560px) {
  .p-merit {
    margin-top: 4rem;
  }
}
.p-merit__container {
  /* padding: 2.1rem 0 12rem; */
  padding: 10vw 0 30vw;
}
@media screen and (min-width: 560px) and (max-width: 960px) {
  .p-merit__container {
    padding: 2.1rem 0 25vw;
  }
}
@media screen and (min-width: 960px) {
  .p-merit__container {
    padding: 2.1rem 0 4rem;
  }
}
.p-merit__menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 10vw auto 0;
}
@media screen and (min-width: 560px) {
  .p-merit__menu {
    max-width: 970px;
    flex-direction: row;
    margin: 5.2rem auto 0;
  }
}
@media screen and (min-width: 560px) and (max-width: 960px) {
  .p-merit__menu {
    width: 95%;
  }
}
.p-merit__item {
  flex: 1;
  background-color: #fce0e1;
  border-radius: 50%;
  text-align: center;
  /* padding:0 0 5%; */
  /* width: 74%; */
  /* min-width: 290px;
    min-height: 290px; */
  width: 70%;
  height: 0;
  position: relative;
  padding-top: 70%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (min-width: 560px) and (max-width: 960px) {
  .p-merit__item {
    width: 30%;
    padding-top: 30%;
  }
}
@media screen and (min-width: 960px) {
  .p-merit__item {
    width: calc((100% / 3) - 20px);
    padding-top: calc((100% / 3) - 20px);
    /* min-height: 350px; */
  }
}
.p-merit__item + .p-merit__item {
  margin: 2.5rem 0 0;
}
@media screen and (min-width: 560px) {
  .p-merit__item + .p-merit__item {
    margin: 0;
    margin-left: 1.83vw;
  }
}
.p-merit__title {
  font-size: 8vw;
  text-align: center;
  color: #089565;
  font-weight: 700;
  position: absolute;
  /* top: calc((100% - 7em)/2); */
  top: calc((100% - 66vw) / 2);
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 560px) and (max-width: 960px) {
  .p-merit__title {
    top: calc((100% - 29vw) / 2);
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 960px) {
  .p-merit__title {
    top: calc((100% - 9em) / 2);
    font-size: 3.2rem;
  }
}
.p-merit__txt {
  font-size: 6vw;
  text-align: center;
  color: #e9350a;
  font-weight: 700;
  position: absolute;
  /* top: calc((100% - 1em)/2); */
  top: calc((100% - 13vw) / 2);
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 560px) and (max-width: 960px) {
  .p-merit__txt {
    font-size: 3vw;
    top: calc((100% - 3vw) / 2);
  }
}
@media screen and (min-width: 960px) {
  .p-merit__txt {
    font-size: 3.2rem;
    /* top: calc((100% - 1em)/2); */
    top: calc((100% - 3vw) / 2);
  }
}

/*
  gakuwari
-----------------------------------------------------*/
.p-gakuwari {
  background-color: #fffdd6;
}
.p-gakuwari__container {
  position: relative;
  margin: 0 auto;
  overflow: visible;
  width: 95%;
  /* padding-bottom: 2rem; */
}
/* @media screen and (min-width:560px) and (max-width:960px) {
    .p-gakuwari__container {
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        width: 95%;
        margin: 8rem auto 0;
    }
} */
@media screen and (min-width: 960px) {
  .p-gakuwari__container {
    display: flex;
    justify-content: flex-start;
    width: auto;
    max-width: 970px;
    margin: 8rem auto 0;
  }
}
.p-gakuwari__heading {
  display: flex;
  flex-direction: column;
}
.p-gakuwari__big {
  display: inline-block;
  width: 100%;
  font-size: 3.2rem;
  font-weight: bold;
  color: #089565;
  background-color: #fef200;
  border-radius: 10rem;
  /* text-align: center; */
  margin-top: 4rem;
  text-indent: 2rem;
}
@media screen and (min-width: 560px) {
  .p-gakuwari__big {
    font-size: 4.8rem;
    width: 20rem;
    margin-top: -4rem;
  }
}
.p-gakuwari__heading .p-read__strong.green {
  font-size: 2.4rem;
}
@media screen and (min-width: 560px) {
  .p-gakuwari__heading .p-read__strong.green {
    font-size: 2.8rem;
  }
}
.p-gakuwari__heading .p-read__strong.green.long {
  margin-top: 2.5rem;
}
.p-gakuwari__heading .p-read__strong.green.long::after {
  width: 100%;
  right: auto;
}
@media screen and (min-width: 560px) {
  .p-gakuwari__heading .p-read__strong.green.long::after {
    width: auto;
    right: 0;
  }
}
.p-gakuwari__heading .p-read__strong.green.short::after {
  width: 100%;
  right: auto;
}
@media screen and (min-width: 560px) {
  .p-gakuwari__heading .p-read__strong.green.short::after {
    width: auto;
    right: 0;
  }
}
@media screen and (min-width: 560px) {
  .p-gakuwari__heading .p-read__strong.green:after {
    width: 80%;
    margin: 0;
  }
}
.p-gakuwari__txtbox {
  width: 92%;
  margin: auto auto 0;
  overflow: visible;
  padding-bottom: 2rem;
}
@media screen and (min-width: 560px) and (max-width: 960px) {
  .p-gakuwari__txtbox {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .p-gakuwari__txtbox {
    width: 100%;
  }
}
.p-gakuwari__txt {
  font-size: 2.4rem;
  text-align: left;
}
@media screen and (min-width: 560px) {
  .p-gakuwari__txt {
    font-size: 2.8rem;
    text-align: left;
  }
}
.p-gakuwari__bnr {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .p-gakuwari__bnr {
    max-width: 305px;
  }
}
.p-gakuwari__notice {
  color: #e9350a;
  font-weight: bold;
  font-size: 1.5rem;
  margin-top: 2rem;
}
.p-gakuwari__imgbox {
  max-width: 157px;
  position: absolute;
  top: -8rem;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 560px) and (max-width: 960px) {
  .p-gakuwari__imgbox {
    top: -130px;
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 960px) {
  .p-gakuwari__imgbox {
    max-width: 325px;
    margin-top: -5rem;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
}
/*
  search
-----------------------------------------------------*/
.p-search__heading.lg {
  color: #089565;
  font-size: 3.2rem;
  text-align: center;
  margin-top: 4rem;
}
@media screen and (min-width: 560px) {
  .p-search__heading.lg {
    font-size: 4.8rem;
    margin-top: 8rem;
  }
}
.p-search__heading.md {
  color: #fff;
  font-size: 2.4rem;
  background-color: #089565;
  border-radius: 2rem;
  text-indent: 2.5rem;
  padding: 0.5rem 0;
}
.p-search__txt {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 2rem;
  font-weight: 500;
}
@media screen and (min-width: 560px) {
  .p-search__txt {
    font-size: 2.1rem;
    text-align: center;
    margin-top: 4rem;
    font-weight: 500;
  }
}
.p-area {
  margin-top: 4rem;
}
.p-area-div {
  width: 95%;
  margin: 4rem auto 0;
}
/* @media screen and (min-width:560px) {
    .p-area-div {
        max-width:970px;
        width: 63%;
        margin:4rem auto 0;
    }
} */
@media screen and (min-width: 960px) {
  .p-area-div {
    max-width: 970px;
    /* width: 63%; */
    margin: 4rem auto 0;
  }
}
.p-area-div:first-of-type {
  margin: 4rem auto 0;
}
.p-univ__menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  margin: 4rem auto 0;
  width: 98%;
}
@media screen and (min-width: 560px) {
  .p-univ__menu {
    flex-direction: row;
    width: 95%;
  }
}
.p-univ__item {
  width: 97%;
  display: flex;
  font-weight: bold;
  box-shadow: 5px 5px 6px rgb(0 0 0 / 16%);
  margin-bottom: 4rem;
}
@media screen and (min-width: 960px) {
  /* .p-univ__item.mb10 {
    margin-bottom: 5px;
  } */
  /* .p-area-div:last-of-type .p-univ__item:last-of-type {
    margin-bottom: 5px;
  } */
}
@media screen and (min-width: 960px) {
  .p-univ__item {
    width: 48%;
  }
}
.p-univ__link {
  display: flex;
  width: 100%;
}
.p-univ__link:hover {
  opacity: 0.7;
  filter: alpha(70);
  cursor: pointer;
}
.p-univ__name {
  font-size: 2rem;
  flex-basis: 50%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 1.25rem;
  padding-left: 1.25rem;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 560px) {
  .p-univ__name {
    font-size: 2.4rem;
  }
}
.p-univ__campus {
  font-size: 1.6rem;
}
.p-univ__imgbox {
  flex-basis: 50%;
}
.p-univ__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
/*
  2.4 - Footer
-----------------------------------------------------*/

.l-footer {
  margin-top: 4rem;
}
@media screen and (min-width: 960px) {
  .l-footer {
    margin-top: 4rem;
  }
}

#greenbelt .inner {
  margin: 0 0 0;
  width: 100%;
  background: #009261;
  color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  #greenbelt .inner {
    margin: 0 auto;
    max-width: 1100px;
  }
}

#greenbelt .inner .ftbox {
  float: none;
  width: 100%;
}
@media screen and (min-width: 960px) {
  #greenbelt .inner .ftbox {
    float: left;
    max-width: 800px;
    width: 70%;
  }
}

#greenbelt .inner .link {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  display: block;
  padding: 18px 15px 0;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 960px) {
  #greenbelt .inner .link {
    padding: 18px 0 0 24px;
    font-size: 1.2rem;
    line-height: 1;
    text-align: left;
  }
}

#greenbelt .inner .link span {
  display: block;
  margin: 0 0 0 0;
  padding: 15px 0 0 0;
  background: none;
  text-align: left;
}
@media screen and (min-width: 960px) {
  #greenbelt .inner .link span {
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
    display: inline;
    background: url(../images/top/line_dot_separate.png) 0 0 no-repeat;
  }
}

#greenbelt .inner a {
  color: #fff;
}

#greenbelt .inner .bn {
  float: none;
  margin: 9px auto 14px;
  width: 264px;
  height: 54px;
  background: url(../images/top/bg_ftbn.jpg) 0 0 no-repeat;
}
@media screen and (min-width: 960px) {
  #greenbelt .inner .bn {
    float: right;
    max-width: 264px;
    height: 54px;
    margin: 9px 17px 14px 0;
  }
}

#greenbelt .inner .bn a {
  color: #666;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, "myfont", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", meiryo, sans-serif;
}
.bn:hover {
  cursor: pointer;
  opacity: 0.7;
  filter: alpha(70);
}

#greenbelt .inner .bn a .bn__txt {
  display: block;
  width: 110px;
  padding: 16px 0 0 7px;
  font-size: 1rem;
  line-height: 1.4;
}
@media screen and (min-width: 960px) {
  #greenbelt .inner .bn a .bn__txt {
    display: block;
    max-width: 110px;
    padding: 16px 0 0 7px;
    font-size: 1rem;
    line-height: 1.4;
    box-sizing: content-box;
  }
}

.p-copyright {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 600;
  padding: 15px 0 0 0;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-copyright {
    padding: 18px 0 0 24px;
    font-size: 1.2rem;
    text-align: left;
  }
}
.p-copyright__link {
  color: #fff;
}
.p-copyright__link:hover {
  opacity: 0.7;
  filter: alpha(70);
}
#greenbelt {
  background: url(..//images/top/bg_greenbelt.png) 0 0 repeat;
}
#whitebelt {
  clear: both;
  margin: 0 auto;
  background: #fff;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 960px) {
  #whitebelt {
    text-align: right;
    max-width: 1100px;
  }
}

#whitebelt p {
  padding: 12px 0 13px;
  line-height: 0;
}

/*
  Accessibility
*/
.alt-text {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}
