@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}*{box-sizing:border-box}body,html{overflow-x:hidden;background:#f7f7f7}footer,main{display:block}

.theme--light,.theme--light--alt,.theme--light--alt:after,.theme--light--alt:before,.theme--light:after,.theme--light:before{color:#141414}

body {
  font-family: var(--mds_brand_typography_text_font-family, var(--mds_brand_typography_text_font-family-fallback, Arial, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, "Segoe UI", Roboto, "Apple SD Gothic Neo", "Malgun Gothic", "PingFang TC", "Microsoft JhengHei", "PingFang SC", "Microsoft YaHei", sans-serif));
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}


.font--display-4, .rich-text h1 {
  font-family: var(--mds_brand_typography_headline_font-family, var(--mds_brand_typography_headline_font-family-fallback, Arial, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, "Segoe UI", Roboto, "Apple SD Gothic Neo", "Malgun Gothic", "PingFang TC", "Microsoft JhengHei", "PingFang SC", "Microsoft YaHei", sans-serif)); 
  font-size: 38px;
  line-height: 38px;
  letter-spacing: 0;
  font-weight: 300;
  display: block;
  margin-bottom: 16px;
}

@media screen and (min-width: 1000px) {
  .font--display-4, .rich-text h1 {
    font-size: 50px;
    line-height: 56px;
    letter-spacing: 0;
  }
}


.button, .font--button {
  font-family: var(--mds_brand_typography_text_font-family, var(--mds_brand_typography_text_font-family-fallback, Arial, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, "Segoe UI", Roboto, "Apple SD Gothic Neo", "Malgun Gothic", "PingFang TC", "Microsoft JhengHei", "PingFang SC", "Microsoft YaHei", sans-serif));
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
}

@media screen and (min-width: 1000px) {
  .button, .font--button {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
}


.button {
  padding: 7px 16px;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  transition: all .2s ease-in-out;
  border: 1px solid rgba(0,0,0,0);
  border-radius: 5px;
  background-color: #ccc;
  color: #141414;
  cursor: pointer;
  position: relative;
}

.theme--light .button--primary {
  color: #fff;
  background-color: #141414;
  border-color: transparent;
  box-shadow: none;
}

.theme--light .button--primary:hover {
  background-color: #363636;
}

.theme--light .button--primary.active, .theme--light .button--primary:active, .theme--light .button--primary:hover {
  color: #fff;
  border-color: rgba(0,0,0,0);
  box-shadow: none;
}

.theme--light .button--primary.active, .theme--light .button--primary:active {
  background-color: #141414;
}

.theme--light .button--primary:focus {
  outline: none;
  color: #fff;
  background-color: #141414;
  border-color: transparent;
  box-shadow: 0px 0px 0px 3px #c3e4f3;
}

.theme--light .button--tertiary {
  color: #141414;
  background-color: transparent;
  border-color: #cfcfcf;
  box-shadow: none;
}

.theme--light .button--tertiary:hover {
  color: #141414;
  background-color: #ededed;
  border-color: #cfcfcf;
  box-shadow: none;
}

.theme--light .button--tertiary.active, .theme--light .button--tertiary:active {
  color: #141414;
  background-color: #cfcfcf;
  border-color: #cfcfcf;
  box-shadow: none;
}

.theme--light .button--tertiary:focus {
  color: #141414;
  background-color: transparent;
  border-color: #cfcfcf;
  box-shadow: 0px 0px 0px 3px #b5e0f5; 
}

.theme--light .button:focus {
  outline: 2px solid transparent;
  outline-offset: 4px;
}

.button-group {
  margin-top: -16px;
}

.button-group__button {
  margin-top: 16px;
  margin-right: 12px;
}

.button-group__button:last-child {
  margin-right: 0;
}