@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
/* line 11, _reset.scss */
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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 32, _reset.scss */
body {
  line-height: 1;
}

/* line 36, _reset.scss */
article, aside, details, figcaption, figure,
footer, hgroup, menu, nav, section {
  display: block;
}

/* line 41, _reset.scss */
nav ul {
  list-style: none;
}

/* line 45, _reset.scss */
blockquote, q {
  quotes: none;
}

/* line 49, _reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 55, _reset.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
/* line 64, _reset.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
/* line 71, _reset.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 78, _reset.scss */
del {
  text-decoration: line-through;
}

/* line 82, _reset.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 87, _reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
/* line 93, _reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* line 102, _reset.scss */
input, select {
  vertical-align: middle;
}

/* 追加設定
----------------------------------------------- */
/* line 108, _reset.scss */
* {
  box-sizing: border-box;
}

/* line 112, _reset.scss */
img {
  max-width: 100%;
}

/* 追加設定
----------------------------------------------- */
/* 流れ
----------------------------------------------- */
/* line 7, workflow.scss */
article.workflow {
  /* mobile */
}
/* line 9, workflow.scss */
article.workflow .container {
  margin-bottom: 125px;
}
/* line 12, workflow.scss */
article.workflow .container .content section {
  /* PC */
}
/* line 13, workflow.scss */
article.workflow .container .content section .heading {
  z-index: 5;
  position: relative;
  max-width: 500px;
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 58px;
  border-bottom: solid 1px #e4e2d8;
}
/* line 22, workflow.scss */
article.workflow .container .content section .heading .icon {
  margin-right: 25px;
}
/* line 25, workflow.scss */
article.workflow .container .content section .heading .word {
  font-size: 12px;
  letter-spacing: 0.25em;
}
/* line 28, workflow.scss */
article.workflow .container .content section .heading .word .eng {
  font-family: "Roboto", "Avenir-Light", sans-serif;
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}
/* line 34, workflow.scss */
article.workflow .container .content section .heading .word .eng:first-letter {
  color: #bfbfbf;
}
/* line 39, workflow.scss */
article.workflow .container .content section .heading .number {
  position: absolute;
  z-index: 10;
}
/* line 45, workflow.scss */
article.workflow .container .content section .text {
  position: relative;
  max-width: 600px;
  padding: 35px 50px;
  letter-spacing: 0.1em;
  z-index: 0;
}
/* line 52, workflow.scss */
article.workflow .container .content section .text ul li {
  font-size: 14px;
  margin-bottom: 25px;
  line-height: 1.6em;
  text-indent: -1em;
  padding-left: 1em;
}
/* line 60, workflow.scss */
article.workflow .container .content section .text .attent {
  font-size: 12px;
  color: #bfbfbf;
  line-height: 1.4em;
}
/* line 65, workflow.scss */
article.workflow .container .content section .text div.attent {
  text-indent: -2.1em;
  padding-left: 2.1em;
  margin-bottom: 15px;
}
/* line 70, workflow.scss */
article.workflow .container .content section .text .customer {
  position: absolute;
  color: #276FC4;
  width: 235px;
  border-bottom: solid 1px #276FC4;
  padding-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  /* line 81, workflow.scss */
  article.workflow .container .content section:nth-child(odd) .heading {
    transform: translateX(100px);
  }
  /* line 83, workflow.scss */
  article.workflow .container .content section:nth-child(odd) .heading .number {
    top: 0px;
    right: 0;
    transform: translateX(50%);
  }
  /* line 89, workflow.scss */
  article.workflow .container .content section:nth-child(odd) .text {
    border-right: solid 1px #e4e2d8;
  }
  /* line 91, workflow.scss */
  article.workflow .container .content section:nth-child(odd) .text .customer {
    text-align: right;
    right: -235px;
    bottom: 35px;
  }
  /* line 95, workflow.scss */
  article.workflow .container .content section:nth-child(odd) .text .customer .wrap {
    position: relative;
  }
  /* line 97, workflow.scss */
  article.workflow .container .content section:nth-child(odd) .text .customer .wrap img {
    position: absolute;
    left: -3px;
    bottom: -14px;
  }
  /* line 107, workflow.scss */
  article.workflow .container .content section:nth-child(even) .heading {
    margin-left: auto;
    margin-right: 0;
    transform: translateX(-100px);
    justify-content: flex-end;
  }
  /* line 112, workflow.scss */
  article.workflow .container .content section:nth-child(even) .heading .number {
    top: 0px;
    left: 0;
    transform: translateX(-50%);
  }
  /* line 118, workflow.scss */
  article.workflow .container .content section:nth-child(even) .text {
    margin-left: auto;
    margin-right: 0;
    border-left: solid 1px #e4e2d8;
  }
  /* line 122, workflow.scss */
  article.workflow .container .content section:nth-child(even) .text .customer {
    left: -235px;
    bottom: 35px;
  }
  /* line 125, workflow.scss */
  article.workflow .container .content section:nth-child(even) .text .customer .wrap {
    position: relative;
  }
  /* line 127, workflow.scss */
  article.workflow .container .content section:nth-child(even) .text .customer .wrap img {
    position: absolute;
    right: -3px;
    bottom: -14px;
  }
}
/* line 138, workflow.scss */
article.workflow .container .content section:last-child .text {
  border: none;
}
@media print, screen and (max-width: 767px) {
  /* line 7, workflow.scss */
  article.workflow {
    padding: 0 10px;
  }
  /* line 150, workflow.scss */
  article.workflow .container {
    margin-bottom: 55px;
  }
  /* line 153, workflow.scss */
  article.workflow .container .content section {
    padding-left: 45px;
  }
  /* line 155, workflow.scss */
  article.workflow .container .content section .heading {
    position: relative;
    max-width: 100%;
    margin-bottom: 34px;
    justify-content: flex-end;
    padding-bottom: 10px;
  }
  /* line 161, workflow.scss */
  article.workflow .container .content section .heading .icon {
    margin-right: 10px;
  }
  /* line 164, workflow.scss */
  article.workflow .container .content section .heading .word {
    letter-spacing: 0;
  }
  /* line 166, workflow.scss */
  article.workflow .container .content section .heading .word .eng {
    font-size: 20px;
  }
  /* line 170, workflow.scss */
  article.workflow .container .content section .heading .number {
    width: 95px;
    position: absolute;
    left: -45px;
    top: 0;
    z-index: 10;
  }
  /* line 178, workflow.scss */
  article.workflow .container .content section .text {
    border-left: solid 1px #e4e2d8;
    position: relative;
    padding: 25px 0 75px 10px;
  }
  /* line 182, workflow.scss */
  article.workflow .container .content section .text .customer {
    font-size: 12px;
    text-align: right;
    width: 185px;
    bottom: 35px;
    left: 0;
  }
  /* line 188, workflow.scss */
  article.workflow .container .content section .text .customer .wrap {
    position: relative;
  }
  /* line 190, workflow.scss */
  article.workflow .container .content section .text .customer .wrap img {
    position: absolute;
    left: -4px;
    bottom: -14px;
  }
}

/*# sourceMappingURL=workflow.css.map */
