@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  color: auto;
  background-color: transparent;
}

a:visited {
  color: auto;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: y-renkeiline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: y-renkeiline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

/*ナビメニューのスタイルを指定*/
nav.NavMenu {
  position: fixed;
  /*表示位置を固定*/
  z-index: 2;
  /*重ね順を変更*/
  top: 0;
  /*表示位置を指定*/
  left: 0;
  /*表示位置を指定*/
  color: #000;
  /*文字色を黒にする*/
  text-align: center;
  /*テキストを中央揃え*/
  width: 100%;
  /*全幅表示*/
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
  /*ナビを上に隠す*/
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  /*アニメーションの時間を指定*/
}

nav.NavMenu ul {
  background: #ffffff;
  /*背景をグレーにする*/
  width: 80%;
  height: 100vh;
  margin-left: auto;
  margin-top: -20px;
  padding: 0;
}

nav.NavMenu ul li {
  font-size: 16px;
  list-style-type: none;
  padding: 0;
  width: 100%;
}

nav.NavMenu ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  /*最後のメニュー項目のみ下線を消す*/
}

nav.NavMenu ul li a {
  display: block;
  /*クリックできる領域を広げる*/
  color: #007196;
  padding: 1em 0;
  text-decoration: none;
}

/*トグルボタンが押されたときに付与するクラス*/
nav.NavMenu.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

/*トグルボタンのスタイルを指定*/
.Toggle {
  display: block;
  position: fixed;
  /* bodyに対しての絶対位置指定 */
  right: 13px;
  top: 12px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  z-index: 3;
}

.Toggle span {
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: solid 3px #007196;
  -webkit-transition: .35s ease-in-out;
  /*変化の速度を指定*/
  /*変化の速度を指定*/
  transition: .35s ease-in-out;
  /*変化の速度を指定*/
  left: 6px;
}

.Toggle span:nth-child(1) {
  top: 9px;
}

.Toggle span:nth-child(2) {
  top: 18px;
}

.Toggle span:nth-child(3) {
  top: 27px;
}

/* 最初のspanをマイナス45度に */
.Toggle.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 900px) {
  .Toggle {
    display: none;
  }
}

body {
  font-family: kozuka-gothic-pro, sans-serif, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic ProN;
  font-weight: 400;
  font-style: normal;
}

* {
  color: #333;
  max-width: 100%;
  line-height: 1.4;
}

p {
  font-size: 20px;
}

.stripe1 {
  background-color: #ECECEC;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #F9F9F9), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #F9F9F9), color-stop(0.75, #F9F9F9), color-stop(0.75, transparent), to(transparent));
  -webkit-background-size: 7px 7px;
}

.stripe2 {
  background-color: #CAE9FF;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #E7F8FC), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #E7F8FC), color-stop(0.75, #E7F8FC), color-stop(0.75, transparent), to(transparent));
  -webkit-background-size: 7px 7px;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

header {
  border-top: 2px solid #007196;
  background: #ffffff;
  padding: 2px 0;
}

header #logo {
  font-size: 0;
  background: url(/img/job/other/project/chipro-y/logo.png) no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 70px;
}

@media screen and (max-width: 798px) {
  header #logo {
    width: calc(100% - 50px);
    height: 55px;
  }
}

@media screen and (min-width: 799px) {
  header #logo {
    width: 600px;
  }
}

header ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 900px) {
  header ul {
    display: none;
  }
}

header ul a {
  display: block;
  padding: 10px;
  text-decoration: none;
  font-size: 14px;
}

header ul a:hover {
  color: #0074b8;
}

header .inner {
  margin: auto;
  width: 1000px;
  max-width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .Tel {
  width: 40%;
}

@media screen and (min-width: 799px) {
  header .Tel {
    width: 250px;
  }
}

.bold {
  font-weight: bold;
}

.pc_only {
  display: none;
}

@media screen and (min-width: 799px) {
  .pc_only {
    display: block;
  }
}

.sp_only {
  display: none;
}

@media screen and (max-width: 798px) {
  .sp_only {
    display: block;
  }
}

.txtCenter {
  text-align: center;
}

section.service-section {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 799px) {
  section.service-section {
    padding-top: 40px;
  }
}

section.service-section #main_img {
  padding: 0 10px;
  width: 900px;
  max-width: 100%;
  min-height: 0%;
}

section.service-section #main_img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

section.service-section .inner {
  width: 900px;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

section.service-section.main {
  padding-top: 0;
}

section.service-section.main img {
  width: 100%;
  height: auto;
}

h4 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 22px;
}

@media screen and (min-width: 799px) {
  h4 {
    font-size: 30px;
  }
}

.memo {
  background: #fff;
  width: 900px;
  max-width: 100%;
  border: 2px solid #007196;
  margin-bottom: 10px;
  padding: 5px;
  font-size: 16px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
}

img {
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (min-width: 799px) {
  p {
    font-size: 20px;
    line-height: 1.8;
  }
}

.flow li {
  background: #fff;
  padding: 20px;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.flow h5 {
  font-weight: bold;
  text-align: center;
  width: 30%;
  color: #ff7220;
  font-size: 16px;
}

@media screen and (min-width: 799px) {
  .flow h5 {
    font-size: 20px;
  }
}

.flow div {
  width: 70%;
}

.triangle {
  position: relative;
}

.triangle:after {
  content: "";
  position: absolute;
  bottom: -65px;
  margin: auto;
  left: 0;
  right: 0;
  width: 0px;
  height: 0px;
  border-top: 30px solid #ff7220;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid transparent;
}

.ribbon {
  position: relative;
  background: #1e296b;
  z-index: 1;
}

.ribbon:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border: none;
  border-right: solid 40px #fafcfc;
  /*bodyのカラーと同じ色に*/
  border-top: solid 100px transparent;
  z-index: 2;
}

.ribbon2 {
  display: inline-block;
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 799px) {
  .ribbon2 {
    height: 80px;
  }
}

.ribbon2:before {
  /*左側のリボン端*/
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  left: -25px;
  z-index: -2;
  border: 20px solid #56adf3;
  border-left-color: transparent;
  /*山形に切り抜き*/
}

@media screen and (min-width: 799px) {
  .ribbon2:before {
    border: 40px solid #56adf3;
    border-left-color: transparent;
    /*山形に切り抜き*/
    left: -65px;
  }
}

.ribbon2:after {
  /*右側のリボン端*/
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  right: -25px;
  z-index: -2;
  border: 20px solid #56adf3;
  border-right-color: transparent;
  /*山形に切り抜き*/
}

@media screen and (min-width: 799px) {
  .ribbon2:after {
    border: 40px solid #56adf3;
    border-right-color: transparent;
    /*山形に切り抜き*/
    right: -65px;
  }
}

.ribbon2 h4 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 20px;
  line-height: 45px;
  font-size: 18px;
  color: #FFF;
  min-width: 300px;
  background: #2196F3;
  /*真ん中の背景色*/
}

@media screen and (min-width: 799px) {
  .ribbon2 h4 {
    font-size: 30px;
    line-height: 80px;
  }
}

.ribbon2 h4:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 15px #397eb5;
  /*左の折り返し部分*/
}

.ribbon2 h4:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 15px #397eb5;
  /*右の折り返し部分*/
}

@media screen and (min-width: 799px) {
  .about p {
    font-size: 20px;
  }
}

section.service-section.CV {
  color: #fff;
  background: #4472c4;
}

section.service-section.CV h4 {
  margin: 0;
}

section.service-section.CV .inner {
  width: 600px;
}

.voice {
  position: relative;
  z-index: -3;
}

.voice li {
  padding: 20px;
  padding-bottom: 0;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.voice .person {
  width: 20%;
}

@media screen and (max-width: 798px) {
  .voice .person {
    font-size: 10px;
  }
}

.voice .fukidashi {
  width: 80%;
  position: relative;
  display: inline-block;
  margin: 10px 0 10px 15px;
  padding: 20px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #555;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 110px;
}

.voice .fukidashi:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.voice .fukidashi:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #555;
  z-index: 1;
}

.Link * {
  min-height: 0%;
}

.Link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  min-height: 0;
}

.Link ul li {
  text-align: center;
  width: 30%;
  border: 1px solid #c7c7c7;
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.Link ul a {
  display: inline-block;
  text-align: center;
}

.Link ul a img {
  min-height: 1px;
}

.target .inner {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.target * {
  min-height: 0%;
}

@media screen and (min-width: 799px) {
  .target li {
    font-size: 20px;
  }
}

.target li {
  margin-bottom: 10px;
}

.h4_01 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.h4_01:after {
  position: absolute;
  content: "";
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  width: 100px;
  height: 3px;
  background: linear-gradient(45deg, #4472c4, #1e296b);
}

.copy {
  font-size: 14px;
}

.copy a {
  text-decoration: none;
}

.fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 2s;
  transition: all 2s;
}

.h401 {
  line-height: 2;
  text-align: center;
  width: 100%;
  background: #fff9c7;
}

.h402 {
  line-height: 1.4;
  text-align: left;
  width: 100%;
  border-left: 5px solid #007196;
  padding-left: 10px;
}

.h501 {
  text-align: center;
  font-size: 20px;
  border-bottom: #fff9c7 5px solid;
}

.h502 {
  text-align: center;
  display: inline-block;
  font-size: 16px;
  background: #007196;
  color: #fff;
  padding: 5px 10px;
  margin: 10px 0;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table th {
  background: #007196;
  color: #fff;
  text-align: center;
}

table td {
  background: #fff;
}

table th, table td {
  border: 1px solid #333;
  padding: 10px;
  font-size: 16px;
}

.message {
  font-size: 14px;
}

.btn-container {
  background: #FFF;
  width: 100%;
  margin: 20px 0;
  padding: 20px 20px;
  border: orange 2px solid;
}

.btn-container h4 {
  background: none;
}

.btn-container a {
  display: inline-block;
  width: 500px;
  max-width: 100%;
  margin-bottom: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.info {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: 1px solid #007196;
  background: #fff;
}

.info h5 {
  font-size: 14px;
  padding: 20px 10px;
  background: #007196;
  width: 30%;
  color: #fff;
  margin: 0;
}

.info dl, .info dt, .info dd {
  margin: 0;
}

.info dl {
  padding: 5px;
  width: 100%;
}

footer {
  padding: 10px;
  background: #007196;
}

footer * {
  color: #fff;
}

.setu {
  margin: 10px 0;
  background: #ffffff;
  border: 2px solid #007196;
  border-radius: 10px;
  padding: 20px;
}

.setu h4 {
  text-align: left;
  margin: 0 0 10px;
}

.setu h4 span {
  display: inline-block;
  padding: 2px 5px;
  background: #007196;
  font-size: 16px;
  color: #fff;
}

@media screen and (min-width: 799px) {
  #mv {
    text-align: center;
    overflow: hidden;
    width: 1800px;
    left: calc(50% - 1800px / 2);
  }
}

@media screen and (min-width: 799px) {
  #mv-image {
    max-width: 100vw;
    margin: 0 auto;
  }
}

.checkList li {
  font-size: 1.2rem;
  position: relative;
  padding-left: 25px;
}

.checkList li:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(/chipro-y/img/checkbox.png) no-repeat center center;
  background-size: 100% auto;
  left: 0;
  top: 0;
}

.btn01 {
  width: 100%;
  max-width: 600px;
  position: relative;
  display: inline-block;
  padding: 20px 40px;
  background: orangered;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
}

@media screen and (min-width: 799px) {
  .btn01 {
    padding: 30px 40px;
    font-size: 22px;
  }
}

.btn01:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  bottom: -5px;
  right: -5px;
  background: orange;
  border-radius: 5px;
  z-index: -1;
}

.btn01:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  margin: auto;
  top: 0;
  bottom: 0;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 20px;
}

#step .box {
  padding-left: 70px;
}

@media screen and (max-width: 800px) {
  #step .box {
    padding-left: 50px;
  }
}

#step .box h3 {
  font-size: 20px;
  position: relative;
  padding: 0.5rem 0;
  margin-top: 0;
}

#step .box h3:before {
  content: "";
  position: absolute;
  left: -70px;
  background: url(../img/step_01.png) no-repeat;
  height: 60px;
  width: 60px;
  background-size: contain;
  top: 0;
}

@media screen and (max-width: 800px) {
  #step .box h3:before {
    left: -60px;
    height: 45px;
    width: 45px;
  }
}

#step .box .address {
  margin-top: 20px;
  border: #0055a5 2px solid;
  padding: 1rem;
  max-width: 600px;
}

#step .box.step2 h3:before {
  background: url(../img/step-02.png) no-repeat;
  background-size: contain;
}

#step .box.step3 h3:before {
  background: url(../img/step-03.png) no-repeat;
  background-size: contain;
}

#step .box.step4 h3:before {
  background: url(../img/step-04.png) no-repeat;
  background-size: contain;
}

#step .box.step5 h3:before {
  background: url(../img/step-05.png) no-repeat;
  background-size: contain;
}

#step .step dl dt {
  color: #fff;
  border-radius: 20px;
  text-align: center;
}

#step .step dl dd {
  margin: 0;
}

@media screen and (min-width: 801px) {
  #step .step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #step .step h3 {
    width: 150px;
  }
  #step .step .block {
    width: 730px;
  }
  #step .step dl {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #step .step dl dt {
    display: block;
    width: 20%;
  }
  #step .step dl dd {
    width: 80%;
    margin-left: 10px;
  }
}

#step .box:not(:last-of-type) article {
  position: relative;
  padding-bottom: 40px;
}

#step .box:not(:last-of-type) article:before {
  content: "";
  position: absolute;
  left: -45px;
  background: url(../img/dot.png) repeat-y;
  height: 100%;
  width: 9px;
  top: 0;
}

@media screen and (max-width: 800px) {
  #step .box:not(:last-of-type) article:before {
    left: -42px;
  }
}

.big_txt {
  font-size: 1.4em !important;
}

.min_txt {
  font-size: 0.8em !important;
}

.blue {
  color: #007196 !important;
}

.red {
  color: #c80e47 !important;
}

.pagetop {
  display: block;
  padding: 10px;
  background: #9e9e9e;
  color: #fff;
  text-align: center;
}

#qa {
  margin-bottom: 60px;
}

#qa dt {
  border-bottom: #0074b8 2px solid;
  margin-bottom: 10px;
}

#qa dl {
  margin-bottom: 10px;
}

@media screen and (min-width: 801px) {
  .flex_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.area li {
  background: #007196;
  padding: 1rem;
  width: 100%;
  margin-bottom: 10px;
}

.area li * {
  color: #fff;
}

@media screen and (min-width: 801px) {
  .area li {
    width: calc(50% - 5px);
  }
}

.flow-container li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flow-container li .box.left {
  text-align: center;
  width: 20%;
  border: 1px solid #585858;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 5px;
}

.flow-container li .box.right {
  width: calc(80% - 5px);
  background: #fffcdc;
  padding: 10px;
}
