@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;
}

* {
  box-sizing: border-box;
}
img {
  width: 100%;
}

p {
  font-size: 19px;
  font-size: 2.4rem;
  line-height: 1.6em;
  letter-spacing: 0px;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 40px;
    font-size: 3.8rem;
    line-height: 1.5em;
  }
}

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
    "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic";
  max-width: 1920px;
  color: #000;
  -webkit-text-size-adjust: 100%;
  position: relative;
  height: 100%;
  box-sizing: border-box;
	background-color: #f4f4f4;
}

.header h2 {
  	padding: 15px 0;
    text-align: center;
    color: #fff;
    background: #E31A1A;
    font-size: 26px;
    margin-bottom: 20px;
}
.item h2{
	border-bottom: 3px solid #ff3d56;
    font-size: 23px;
}
.wrapper{
    width: 95%;
    max-width: 700px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px 2.5%;
    overflow-x: hidden;
}

.content , .btn {
  margin: 0 auto;
}

.content {
  margin-top: 0%;
}

.content p {
	font-size: 16px;
	padding: 20px 0;
}

.content div div {
  margin: 4% 0;
  padding: 3%;
  background: #f0f0f0;
  border-radius: 5px;
}

.content div div:nth-of-type(1) {
  background: #fff;
  padding: 0;
}

.content div div:nth-of-type(12) {
  background: #fff;
  padding: 0;
  text-align: center;
}

.btn {
  padding: 1% 0 5%;
}

.btn a {
  background: orange;
  padding: 1% 5%;
  border-radius: 100px;
  font-size: 23px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  display: block;
  width: 50%;
}

footer{
    background-color: #bbb;
    text-align: center;
    padding: 30px 0;
    margin-top: 40px;
}
footer a{
    color: #fff !important;
}
#wrapper {
    width: 650px;
    padding: 0 0 20px 0;
    overflow: hidden;
    margin: auto;
    position: relative;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    #wrapper {
    width: 100%;
}
  .btn {
    padding: 0 3%;
  }
  .content p {
    font-size: 18px;
    line-height: 1.8em;
  }
  .content div div {
    margin: 6% 0;
    padding: 5%;
  }
  .btn a {
    margin: 20px auto;
    width: 80%;
  }
  section {
    padding-bottom: 10%;
  }
  .fs17 a{
    font-size: 13px;
}
	.wrapper {
    padding: 20px 3%;
	width: 100%;
}
	footer{
    margin: 0;
}
}