
body
	{
    background: #ffffff;
    color: #292929;
    font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-size: 16px;
    line-height: 1.9;
    position: relative;
	}
.subheading {
  font-size: 16px;
  padding-bottom: 60px;
}
h1 {
  padding-top: 10px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 2;
}
h2 {
  color: #e51a23;	
  font-size: 22px;
  margin-bottom: 50px;
  clear: both;
  background: url('../images/3red.png') repeat-x 0 50%;
  background-size: 5px 1px;
} 
h2 span {
  background: #fff;
  padding: 0 40px;
}
h3 {
  font-size: 20px;
  padding-top: 23px;
  padding-bottom: 23px;
  line-height: 3;
}
h4 {
  font-family: "Arial", "Verdana", "游ゴシック", "YuGothic","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo" , serif;
  font-size: 18px;
  color: #e51a23;
  color: #fff;
  border: 1px solid #e51a23;
  border-radius: 0;
  background: #e51a23;
  padding: 10px 70px 10px 70px;
  margin: 30px 0 10px 0;
  text-align: center;
  border-radius: 20px;
}
p {
  letter-spacing: 0.4px;
  line-height: 28px;
  margin: 10px 15px 10px 15px;
}
ul li {
  font-size: 15px;
  letter-spacing: 0.4px;
  line-height: 28px;
}
.img {
  margin-bottom: 7px;
}
.price {
    font-size: 15px;
    line-height: 20px;
}
.small {
    font-size: 13px;
    line-height: 20px;
}
.moresmall {
    font-size: 11px;
    line-height: 20px;
}
.big {
	font-size: 18px;
}
.l-big {
	font-size: 22px;
}
.bold {
	font-weight: bold;
}
.red {
	color: #e51a23;
}
.small_bold {
	font-size: 10pt;
	font-weight: bold;
}
.s_b_font {
	font-family: "Arial", "Verdana", "游ゴシック", "YuGothic","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo" , serif;
	font-size: 8pt;
	font-weight: bold;
	line-height: 1.6;
}
.scuea {
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    border: 1px solid #000;
    padding: 10px 40px 10px 40px;
}
a:link { color: #292929; }
a:visited { color: #e51a23; }
a:hover { color: #e51a23; text-decoration: none;}
a:active { color: #e51a23; }
.btn{
	clear: both;
	font-size: 18px;
	margin-top: 40px;
	padding: 30px 10px 30px 0;
	text-align: center;
}
.btn .btn-border {
    color: #e51a23;
    border: 1px solid #e51a23;
    background: #fff;
    padding: 20px 70px 20px 70px;
    margin: 20px 0 20px 0;
    text-align: center;
}
.btn .btn-border:hover {
    margin: 20px 0 20px 0;
    color: #fff;
    background: #e51a23;
    text-align: center;
    text-decoration: none;
}
#message, #concept, #info, #support, #flow {
	padding-top: 100px;
	padding-bottom: 100px;
}
/* #f0f0f0 */
.parallax-section {
    background-attachment: fixed !important;
    background-size: cover !important;
}
/* preloader section */
.preloader  {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: none repeat scroll 0 0 #fff;
}
.sk-spinner-pulse {
  width: 40px;
  height: 40px;
  background-color: #F6D76B;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
          animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }


/* start navigation */
.navbar-default {
  background: #ffffff;
  color: #e51a23;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
  border: none;
  margin-bottom: 0;
}
.navbar-brand, .navbar-nav li a {
  line-height: 28px;
}
.navbar-default .navbar-brand  {
  font-size: 22px;
  letter-spacing: 2px;
}
.navbar-default .navbar-nav li a {
  font-size: 14px;
  letter-spacing: 1px;
}

/* home section */
#home {
　height:0;
　padding-top: 66.6%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  text-align: center;
}
#home img {
  margin-bottom: 50px;
}
/* concept section コンセプト */
#concept h3 {
    text-align: center;
    background-image: none;
    padding-left: 0px;
} 
#concept p {
    text-align: center;
} 


#support h3 {
  padding-top: 0px;
}

/* flow section */
#flow ul {
  padding: 0;
  font-family: "Arial", "Verdana", "游ゴシック", "YuGothic","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo" , serif;
}
#flow li {
  list-style-type: none;
  margin-top: 40px;
}
dd {
  margin-left: 0;
  font-size: 15px;
  width: 70%;
}
.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 40px;
}
.flow > li:not(:first-child)::before {
  content: "";
  height: 60px;
  display: block;
  border-left: 3px dotted #e5e5e5;
  position: absolute;
  top: -40px;
  left: -webkit-calc(10% + 30px - 2px);
  left: calc(10% + 30px - 2px);
  z-index: 10;
}
.flow > li dl {
  width: 100%;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #e51a23;
  border-radius: 10px;
  position: relative;
}
.flow > li:not(:last-child) dl::before,
.flow > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow > li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: #e51a23;
}
.flow > li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #fff;
}
.flow > li dl dt {
  font-size: 16px;
  font-weight: 600;
  color: #e51a23;
  -ms-flex-preferred-size: 20%;
  width: 30%;
  margin-right: 2vw;
  text-align: center;
}
.flow > li dl dt .icon {
  font-family: "Arial", "Verdana", "游ゴシック", "YuGothic","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo" , serif;
  font-size: 12px;
  color: #fff;
  background: #e51a23;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 100;
}

/* flow section */
#cta {
  color: #e51a23;
  background-color: #ffe6e6;
  text-align: center;
  padding: 50px 0 50px 0;
}

/* footer section */
#footer {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 20px;
  text-align: center;
}

/* copyright section */
#copyright {
  background: #e51a23;
  color: #fff;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
  font-size: 12px;
}