@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
/* font */
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 300;
  src: url("../../fonts/NotoSansCJKjp-DemiLight.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/NotoSansCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts/NotoSansCJKjp-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 600;
  src: url("../../fonts/NotoSansCJKjp-Bold.woff") format("woff");
}
@font-face {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 300;
  src: url("../../fonts/Metropolis-Light.woff2") format("woff2"), url("../../fonts/Metropolis-Light.woff") format("woff"), url("../../fonts/Metropolis-Light.otf") format("opentype");
}
@font-face {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/Metropolis-Regular.woff2") format("woff2"), url("../../fonts/Metropolis-Regular.woff") format("woff"), url("../../fonts/Metropolis-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts/Metropolis-Medium.woff2") format("woff2"), url("../../fonts/Metropolis-Medium.woff") format("woff"), url("../../fonts/Metropolis-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 600;
  src: url("../../fonts/Metropolis-Bold.woff2") format("woff2"), url("../../fonts/Metropolis-Bold.woff") format("woff"), url("../../fonts/Metropolis-Bold.otf") format("opentype");
}
/* guide */
#guide.container {
    padding: 30px 15px 50px;
    background: #FFF;
    color: #333;
}
#guide .guide-wrap{
    max-width: 820px;
    margin: 0 auto;
}
#guide h2{
    font-size: 2.8rem;
    font-weight: 600;
    font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    text-align: center;
    line-height: 0.8;
    margin-bottom: 30px;
}
#guide h2 span{
    font-size: 1.2rem;
    letter-spacing: 2px;
}
#guide h3{
    font-size: 14px;
    border: 1px solid #333;
    border-radius: 5px;
    margin-top: 15px;
    padding: 7px 5px 5px;
    min-height: 50px;
    line-height: 1.5;
    text-align: center;
    font-weight: 600;
    box-sizing: border-box;
    position: relative;
}
#guide .link_underline{
    text-decoration: underline;
}
#guide h3.one-line{
    display: flex;
    align-items: center;
    justify-content: center;
}
#guide h3.link::after{
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-48%);
    width: 20px;
    height: 20px;
    background: url(../images/external_link-icon.png);
    background-size: cover;
}
#guide h3 a{
    color: #333;
}
#guide p {
    padding: 5px 0;
    line-height: 1.5;
	font-size: 1.6rem;
}
    
@media screen and (min-width:769px) {
    #guide.container {
        padding: 60px 30px;
    }
    #guide h2{
      font-size: 3.6rem;
    }
    #guide h2 span {
      font-size: 1.6rem;
    }
    #guide h3{
        min-height: 60px;
        margin-top: 20px;
        font-size: 16px;
    }
    #guide h3.link::after{
        width: 25px;
        height: 25px;
        right: 15px;
    }
}/* min-width:660px */

/* footer */
.footer {
    background: #fff;
    font-weight: 600;
    padding-top: 0;
    padding-bottom: 23vw;
  }
.footer .wrapper{
    width: 95%;
    margin: 0 auto;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
}
.footer .footer_menu{
  width: 100%;
  max-width: 820px;
  padding:10px;
  margin-bottom: 10px;
  margin: 0 auto;
  text-align: center;
}

.footer .footer_menu a {
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
  padding: 3px 0;
  vertical-align: middle;
  color: #333 !important;
}

.footer .footer_menu a:after {
  background: #333;
  content: "";
  display: inline-block;
  height: 12px;
  margin: 0 5px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  width: 1px
}

.footer .footer_menu a:last-child:after {
  display: none
}

.footer .copyright {
  font-size: 80%;
  padding-bottom: 10px;
}
.footer .copyright .flex{
  width: 95%;
  max-width: 820px;
  display: block;
  text-align: center;
  justify-content: space-between;
  align-items: flex-end;
  margin: 30px auto;
}
.footer .copyright .flex .text-right{
  padding-top: 20px;
  text-align: center !important;
}

footer.footer {
    background-color: #ffffff;
}
  
@media screen and (max-width:767px) {
    .sp_none {
    display: none
  }

    .grid_container {
    width: 100%
  }
}
  
@media screen and (min-width:768px) {
    .footer {
      padding-bottom: 40px;
    }
    .pc_none {
      display: none
    }

    .footer .footer_menu {
      padding: 15px 0;
    }

    .footer .footer_menu a:after {
      height: 15px;
      margin: 0 15px
    }

    .footer .footer_menu a:nth-child(3):after {
      display: inline-block
    }

    .footer .copyright {
      padding: 0 0 10px;
    }
    .footer .copyright .flex{
    display: flex;
  }
}
