@charset "UTF-8";
 /* theme
============================================= */
/* color */
/* break point
============================================= */
/* common
============================================= */
/* flex */
/* shot flex */
/* css3 */
/* font */
/* icon */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
  overflow: visible; }

audio, canvas, progress, video {
  display: inline-block; }

progress, sub, sup {
  vertical-align: baseline; }

[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0; }

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body, dl {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, select {
  text-transform: none; }

[type=reset], [type=submit], button, html [type=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: ButtonText dotted 1px; }

fieldset {
  padding: .35em .75em .625em; }

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

textarea {
  overflow: auto; }

[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-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

summary {
  display: list-item; }

[hidden], template {
  display: none; }

input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
select::-moz-focus-inner,
textarea::-moz-focus-inner,
button::-moz-focus-inner {
  border: none; }

ul {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

* {
  box-sizing: border-box; }

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Meiryo","メイリオ", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-size: 14px;
  line-height: 1.5; }

button {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Meiryo","メイリオ", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif; }

#wrap {
  min-width: 1240px;
  /* 左右余白20px */
  width: 100%;
  overflow: hidden;
  position: relative; }

input[type="button"], input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0; }

.inner {
  width: 1200px;
  margin: 0 auto; }

header {
  padding: 20px 0 10px; }
  header .dsFlex {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    header .dsFlex .left h1 {
      font-size: 30px;
      padding: 0;
      margin: 0; }
    header .dsFlex .right {
      text-align: right; }
      header .dsFlex .right a {
        display: inline-block;
        padding-left: 20px;
        position: relative;
        font-size: 14px;
        color: #666;
        position: relative; }
        header .dsFlex .right a:before {
          content: "";
          display: block;
          width: 0;
          height: 0;
          border: 4px solid transparent;
          border-left: 6px solid #666;
          position: absolute;
          left: 0;
          top: 50%;
          margin-top: -4px; }
        header .dsFlex .right a:hover {
          text-decoration: none; }

footer {
  background-color: #ccc;
  padding: 40px 0; }
  footer .copy {
    font-size: 14px;
    text-align: center; }

.lineHd01 {
  background-color: #00B187;
  padding: 36px 40px 34px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 40px; }

.flow {
  margin-bottom: 20px; }
  .flow ul {
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: stretch;
    border-radius: 30px;
    border: 1px solid #00B187;
    overflow: hidden; }
  .flow li {
    padding: 10px 40px 9px;
    list-style: none;
    min-width: 8em;
    text-align: center;
    position: relative; }
    .flow li:before {
      content: "";
      display: block;
      width: 0px;
      height: 0px;
      border: 8px solid transparent;
      border-left: 20px solid #00B187;
      position: absolute;
      top: 50%;
      left: -8px;
      margin-top: -8px; }
    .flow li:first-child:before {
      display: none; }
    .formTpl .flow li:nth-child(1) {
      background-color: #EFF6FC;
      color: #00B187;
      font-weight: 700; }
    .confirmTpl .flow li:nth-child(1) {
      background-color: #EFF6FC; }
    .confirmTpl .flow li:nth-child(2) {
      background-color: #EFF6FC;
      color: #00B187;
      font-weight: 700; }
    .endTpl .flow li:nth-child(1), .endTpl .flow li:nth-child(2) {
      background-color: #EFF6FC; }
    .endTpl .flow li:nth-child(3) {
      background-color: #EFF6FC;
      color: #00B187;
      font-weight: 700; }

.iconCheck {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  overflow: hidden;
  position: relative; }
  .iconCheck input {
    position: absolute;
    left: -999px;
    top: 0; }
  .iconCheck .txt {
    padding-left: 45px; }
    .iconCheck .txt:before {
      content: "";
      display: block;
      border: 2px solid #aaa;
      border-radius: 4px;
      width: 28px;
      height: 28px;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -15px; }
  .iconCheck input:checked + .txt {
    font-weight: 700; }
    .iconCheck input:checked + .txt:after {
      content: "";
      display: block;
      width: 10px;
      height: 16px;
      position: absolute;
      left: 9px;
      top: 50%;
      border-bottom: 4px solid #00B187;
      border-right: 4px solid #00B187;
      margin-top: -12px;
      transform: rotate(45deg); }

.iconRadio {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  overflow: hidden;
  position: relative; }
  .iconRadio input {
    position: absolute;
    left: -999px;
    top: 0; }
  .iconRadio .txt {
    padding-left: 45px; }
    .iconRadio .txt:before {
      content: "";
      display: block;
      border: 2px solid #aaa;
      border-radius: 4px;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -15px; }
  .iconRadio input:checked + .txt:after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 5px;
    top: 50%;
    background-color: #00B187;
    margin-top: -10px;
    border-radius: 50%; }

.checkboxWrap {
  margin-left: -20px;
  margin-top: -10px; }
  .checkboxWrap .iconRadio,
  .checkboxWrap .iconCheck {
    margin: 10px 0 0 20px; }

.visualSelect {
  position: relative;
  width: 40%;
  border: 1px solid #aaa;
  border-radius: 4px;
  overflow: hidden; }
  .visualSelect select {
    width: 100%;
    border: none;
    padding: 10px 20px;
    -webkit-appearance: none;
    border-radius: 4px; }
  .visualSelect:after {
    content: "";
    display: block;
    pointer-events: none;
    width: 0;
    height: 0;
    border-width: 12px 6px 0 6px;
    border-style: solid;
    border-color: transparent;
    border-top-color: transparent;
    border-top-color: #000;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -6px; }

.privacyBlock {
  padding-bottom: 120px; }
  .privacyBlock p {
    margin: 0.6em 0; }
  .privacyBlock h2 {
    border-bottom: 1px solid #0075C7;
    margin-top: 1.5em; }
  .privacyBlock h3 {
    margin-top: 1.5em;
    margin-bottom: 0.5em; }
  .privacyBlock > ol {
    padding-left: 0;
    margin-left: 0.5em; }
  .privacyBlock li {
    line-height: 1.6;
    padding-left: 1em;
    text-indent: -1em; }
  .privacyBlock ul {
    margin-left: 0.5em; }
    .privacyBlock ul ul {
      margin-left: 1em;
      margin-bottom: 0.3em; }

/*# sourceMappingURL=base.css.map */
