﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300');

html {
-webkit-font-kerning: normal;
-moz-font-kerning: normal;
-ms-font-kerning: normal;
-o-font-kerning: normal;
font-kerning: normal;
-webkit-text-size-adjust: none;
-ms-text-size-adjust: none;
width: 100%;
height: 100%;
}

body {
  margin: 0;
  padding: 0;
  height: 0;
  padding-top: 2.25%;
  background: url('../img/gioline_bg.jpg') top center no-repeat; background-size: contain;
  font-size:16px;
  line-height:2;
}

img {
  image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: bicubic;
  border: 0;
}

footer,header,main,nav,section,summary {
display: block;
}

ul {
margin: 2em 3em;
padding: 0;
}

a {
background: 0 0;
text-decoration: none;
}

button {
  background: linear-gradient(#0099ff 50%, #2f56ad);
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 0.75em 3em;
  margin:2em;
  cursor: pointer;
}

button:disabled {
  background: #bbbbbb;
  color: black;
  cursor: not-allowed;
}

input {
  border:solid 1px #bbb;
  border-radius: 7px;
  padding: 0.75em;
}

input[type=checkbox] {
  transform: scale(1.5);
  margin-right: 1em;
}


h2{
    text-align: center;
    text-shadow: 0 0 10px black;
    color: white;
    font-family: sans-serif;
    font-size: 5em;
    font-weight: 900;
}

footer {
  width: 100%;
  background: #3450ae;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 0.75em;
}

.wrapper {
    max-width:1200px;
    margin:0 auto;
    position: relative;
}

.products {
  background: #fff;
  margin: 5vw auto;
  padding: 2em;
  border-radius: 10px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
  min-height: 600px;
}

.products h4 {
  text-align: center;
  font-size: 1.6em;
  color: #3450ae;
  position: relative;
  padding: 0.5rem 0;
  margin-bottom: 2em;
  border-bottom: 5px solid #abc5ff;
}

.products h4:before,
.products h4:after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
}

.products h4:before {
    border: 16px solid;
    border-color: transparent;
    border-top-color: #abc5ff;
    margin-left: -16px;
}

.products h4:after {
    border: 10px solid;
    border-color: transparent;
    border-top-color: white;
    margin-left: -10px;
}

.products span {
    background: linear-gradient(transparent 60%, #f7f06e 60%);
    font-weight: bold;
}

a.btn {
  display: inline-block;
  padding: 0.5em 3em;
  margin: 20px;
  background: #f4f5f4;
  color: #2f2e33;
  border: solid 1px #999;
  border-radius: 30px;
  cursor: pointer;
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}

.center {
text-align: center;
}

.mt1 {
margin-top: 2em;
}

.mt5 {
margin-top: 5em;
}

.mt10 {
margin-top: 10em;
}
