@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.clearfix:after, body > header > div:after, body > header > div > dl:after, main:after, body > footer > div:after, body > footer > div > #footer-menu > ul:after, body > footer > .copyright:after, main > h2:after {
  content: '';
  display: table;
  clear: both; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all; }

img {
  vertical-align: middle; }

table {
  border-collapse: collapse; }

html {
  height: 100%;
  font-size: 10px; }

body {
  font-size: 10px; }

/**/
body {
  -webkit-text-size-adjust: none;
  color: #192a39;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic',sans-serif; }

body > header {
  margin: 10px 0;
  height: auto;
	padding-bottom: 22px;
  background-color: #fff;
	background: url(../img/bg-p.svg) repeat-x left bottom;
	background-size: auto 25%;}
body > header > div {
  margin: 10px auto;
  width: 1000px; }
body > header > div > h1 {
  float: left;
  margin-right: 5%;
  width: 40%; }
body > header > div > h1 img {
  display: block;
  max-width: 100%; }
body > header > div > dl {
  float: right;
  margin-top: 13px;
  width: 47%; }
body > header > div > dl > * {
  float: left;
  margin: 3px 0;
  padding: 3px 0;
  height: 25px;
  line-height: 19px;
  font-weight: bold; }
body > header > div > dl > dt {
  clear: left;
  padding-left: 3px;
  padding-right: 3px;
  width: 60px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  background: #8b968d; }
body > header > div > dl > dd {
  margin-left: -60px;
  padding-left: 70px;
  width: 100%;
  font-size: 1.4rem; }
body > header > div > dl > dd > span {
  font-size: 1.2rem; }
body > header > div > dl > dd > a {
  display: inline-block;
  width: 120px;
  margin-left: 15px;
  padding: 3px 20px 3px 10px;
  border-radius: 50px;
  font-size: 1.3rem;
  background: #ff9c52;
  text-align: center;
	text-decoration: none;
  color: #fff !important; }
body > header > div > dl > dd > a:after {
  float: right;
  width: 7px;
  height: 7px;
  margin: 5px -10px 0 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: ''; }
body > header > div > dl > dd > a:hover {
  background: #ff9c52;
  opacity: 0.7; }

main {
  margin: 0 auto 25px;
  width: 1000px;
  display: block;
	font-size: 1.6rem;
	line-height: 1.4;
	text-align: center;}
main > h2 {
  margin: 5px auto 25px;
  padding: 10px;
	border-bottom: 4px solid #e50012;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.4; }
main > .mb15 {
  margin-bottom: 15px; }
main > .mb35 {
  margin-bottom: 35px; }
main .error {
  margin-bottom: 5px;
  color: #f00;
  font-weight: 500;}
main a.co-r:hover {
  color: #f00;}
main > form {
  width: 55%;
  border: #ccc 2px solid;
  border-radius: 8px;
  margin: auto auto 25px;
  padding: 15px; }
main > form > fieldset {
  padding: 10px; }
main > form > fieldset > label {
  margin-right: 15px;
  font-weight: 600;}
main > form > fieldset > .memory {
  font-size: 1.4rem;
  font-weight: normal;}
main > form > fieldset > input {
	padding: 8px;
	border: #ccc 1px solid;
}
main > form > fieldset > input.btn {
  display: block;
  width: 50%;
  margin: auto auto 10px;
  padding: 10px;
  background-color: #e50012;
	border: #fff 2px solid;
  border-radius: 25px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 1.8rem;
  text-decoration: none;
	cursor: pointer;
  background-repeat: no-repeat;
  background-image: url(../img/btn_arrow.svg);
  background-size: auto 60%;
  background-position: 95% center; }
main > form > fieldset > input.btn:hover {
  opacity: 0.7; }
main > form > fieldset > input.email {
	width: 45%;}
main > form > fieldset > input.w-l {
  width: 80%;
	font-size: 1.6rem;}

body > footer {
  border-top: #ccc solid 2px; }
body > footer > div {
  margin: 10px auto;
  width: 1000px; }
body > footer > div > address {
  margin-top: 10px;
  width: 46%; }
body > footer > div > address.f-r {
  float: right; }
body > footer > div > address.f-l {
  float: left; }
body > footer > div > address > h2 {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #192a39;
  font-weight: bold;
  font-size: 1.6rem; }
body > footer > div > address > h2 > span {
  font-size: 1.3rem; }
body > footer > div > address > dl {
  margin: 15px 0; }
body > footer > div > address > dl > dt {
  margin-bottom: 5px;
  font-size: 1.3rem;
  font-weight: bold; }
body > footer > div > address > dl > dd {
  line-height: 1.6;
  font-size: 1.3rem; }
body > footer > div > address > dl > dd > * {
  margin: 2px 0; }
body > footer > div > address > dl > dd > span {
  display: inline-block;
  margin-right: 7px;
  width: 6rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #8b968d; }
body > footer > div > address > dl > dd > span.m-l {
  margin-left: 12px; }
body > footer > .ssl-badge {
  margin: 10px 0;
  text-align: right; }
body > footer > .copyright {
  padding: 10px 0;
  border-top: 1px dashed #ccc; }
body > footer > .copyright > p {
  float: left;
  width: 50%;
  font-size: 1.2rem; }
body > footer > .copyright > div {
  float: right;
  width: 50%;
  text-align: right; }
body > footer > .copyright > div > a > img {
  height: 20px; }
body > footer > .copyright > div > a:hover img {
  opacity: 0.6; }

.mb15 {
    margin-bottom: 15px; }
.mb35 {
    margin-bottom: 35px; }
