@charset 'UTF-8';
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tfoot,
thead,
th,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  color: #00449a;
  border: 0;
  background: transparent;
}

a:hover {
  opacity: 0.8;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
img {
  width: 100%;
}

p {
  padding: 20px 0;
}

body {
	background-color: #daf5ff;
	text-size-adjust: 100%;
    position: relative;
    height: 100%;
    box-sizing: border-box;
}

.header h2 {
  	padding: 15px 0;
    text-align: center;
    color: #fff;
    background: linear-gradient(to right, #00b2ca 0%, #7dcfb6 100%);
    font-size: 26px;
    margin-bottom: 20px;
}
.item h2{
	border-bottom: 3px solid #00b2ca;
    font-size: 23px;
}
.wrapper{
    width: 95%;
    max-width: 768px;
    margin: 0 auto 30px;
    background-color: #fff;
    padding: 20px 2.5%;
    overflow-x: hidden;
}

.content {
    width: 100%;
}

footer{
    background-color: #bbb;
    text-align: center;
    padding: 30px 0;
    margin-top: 40px;
}
footer a{
    color: #fff !important;
}

@media screen and (max-width: 767px) {
  section {
    padding-bottom: 10%;
  }
	footer{
    margin: 0;
    }
}