@charset "utf-8";

*,:after,:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,html {
  height: 100%;
}

body {
  line-height: 1;
  font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,游ゴシック Medium,YuGothic,YuGothicM,Hiragino Kaku Gothic ProN,メイリオ,Meiryo,sans-serif;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

a {
  display: inline-block;
  text-decoration: none;
}

.svg {
  display: none;
  overflow: hidden;
}

.wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}

.page-header,.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  padding-right: 25px;
  padding-left: 20px;
  -webkit-box-shadow: 2px 0 5px rgba(0,0,0,.1);
  box-shadow: 2px 0 5px rgba(0,0,0,.1);
}

.logo-morita {
  width: 84px;
  height: 36px;
}

.logo-group {
  width: 40px;
  height: 23px;
}

.main {
  padding: 25px 20px;
}

.main p {
  font-size: 15px;
}

.link-form,.link-manual {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 50px;
  padding-left: 20px;
  font-weight: 700;
  font-size: 15px;
  border-radius: 5px;
}

.link-manual {
  margin-top: 30px;
  color: #222;
  border: 1px solid #c1c1c1;
}

.link-manual span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 20px;
  padding-right: 20px;
  background: transparent url(/about_extinguisher/assets/front/about_extinguisher/qr/icon_pdf.png) 100% no-repeat;
  background-size: auto 18px;
}

.link-manual .svg-chevron {
  fill: #e50038;
}

.link-form {
  margin-top: 20px;
  color: #fff;
  background-color: #e50038;
}

.link-form .svg-chevron {
  fill: #fff;
}

.svg-chevron {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
}

.page-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  margin-top: auto;
  font-size: 10px;
  color: #fff;
  letter-spacing: .02em;
  background-color: #333;
}