@charset "UTF-8";
/*! jpn.css for Bootsrap4 | MIT License | Copyright 2017 @kokushing */
@font-face {
  font-family: YuGothicMedium;
  src: local("Yu Gothic Medium");
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

html[lang=ja] {
  line-height: 1.15;
}

[lang=ja] body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "游ゴシック Medium", "Yu Gothic", YuGothic, YuGothicMedium, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.7;
}

@media all and (-ms-high-contrast: none) {
  [lang=ja] body {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

@media all and (-ms-high-contrast: active) {
  [lang=ja] body {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

[lang=ja] h1, [lang=ja] h2, [lang=ja] h3, [lang=ja] h4, [lang=ja] h5, [lang=ja] h6, [lang=ja]
.h1, [lang=ja] .h2, [lang=ja] .h3, [lang=ja] .h4, [lang=ja] .h5, [lang=ja] .h6 {
  margin-bottom: 0.625rem;
  font-family: inherit;
  font-weight: bold;
  line-height: 1.4;
}

[lang=ja] h1, [lang=ja] .h1 {
  font-size: 2.375rem;
}

[lang=ja] h2, [lang=ja] .h2 {
  font-size: 1.875rem;
}

[lang=ja] h3, [lang=ja] .h3 {
  font-size: 1.625rem;
}

[lang=ja] h4, [lang=ja] .h4 {
  font-size: 1.375rem;
}

[lang=ja] h5, [lang=ja] .h5 {
  font-size: 1.125rem;
}

[lang=ja] h6, [lang=ja] .h6 {
  font-size: 0.875rem;
}

.lead {
  font-size: 1.125rem;
}

[lang=ja] .display-1 {
  font-size: 5.75rem;
  font-weight: 500;
  line-height: 1.2;
}

[lang=ja] .display-2 {
  font-size: 5.25rem;
  font-weight: 500;
  line-height: 1.2;
}

[lang=ja] .display-3 {
  font-size: 4.25rem;
  font-weight: 500;
  line-height: 1.2;
}

[lang=ja] .display-4 {
  font-size: 3.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.blockquote {
  font-size: 1.25rem;
}

[lang=ja] .btn-lg {
  font-size: 1.125rem;
}
/*-----------------------------------------*/
/* common style */
/*-----------------------------------------*/
/* buttons */
.bg-green,
.btn-green{
 background: #348E62;
 color: #FFF;
}
.bg-green a,
.btn-green a{
 color: #FFF;
}
.btn.bg-green:hover,
.btn.btn-green:hover{
 background: #1f6945;
 color: #fff;
}
.text-green{
 color: #348E62;
}
.bg-orange,
.btn-orange{
 background: #f33b37;
 color: #FFF;
}
.bg-orange a,
.btn-orange a{
 color: #f33b37;
}
.btn.bg-orange:hover,
.btn.btn-orange:hover{
 background: #dc351a;
 color: #fff;
}
.text-orange{
 color: #348E62;
}
/* header */
#header{
  position: relative;
  z-index: 1;
}
.navbar{
  padding: 0;
}
.navbar-brand{
  background-image: url(../img/logomark.png);
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0.6em 2.2em;
  font-size: 18px;
  font-size: 1.8rem;
}
#header ul{
 display: table;
 margin: 10px 0 0 auto;
 bottom: 0;
 right: 0;
}
#header ul li{
 display: table-cell;
 padding: 4px 8px;
}
#header ul li a{
 color: #fff;
 display: block;
 padding: 4px;
 background: #358E62;
 -webkit-border-radius: 4px;
         border-radius: 4px;
}
#header ul li a:hover{
 background: #c2db6b;
 -webkit-border-radius: 4px;
         border-radius: 4px;
}
/* page */
.page-title{
  padding: 3.0em;
  text-align: center;
  background: #E9ECEF;
  margin-bottom: 3.0em;
  border-bottom: 1px solid #358E62;
  position: relative;
}
.page-title:after{

}
.page-title .container{
  position: relative;
}
.page-title .btn-back{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.page-title h1{
  font-size: 16px;
  font-size: 1.6rem;
}
/* footer */
footer{
 background: #333;
}
footer ul > li{
 font-size: 80%;
}
footer ul > li a{
 color: #FFF;
}
footer .copyright{
 font-size: 80%;
}
.form-area .stripe-button-el{
 display: block;
 width: 100%;
 background: #f33b37;
}
.form-area .stripe-button-el span{
 background: #f33b37;
 width: 100%;
}
.form-area .stripe-button-el:hover span{
 background: #dc351a;
}