@charset "UTF-8";

body {
  display: table;
  position: relative;
  width: 100%;
  min-height: 100vh;
  box-sizing: border-box;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
	transition: 1s;
  letter-spacing: 0.2px;
  overflow-x: hidden;
  color: #222;
  font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }


/* bg */
.bg-gray {
  background: #f5f5f5;
}
.bg-blue {
  background: #004DC7;
}
.bg-lightGreen {
  background: #A2D346;
}

h1 {
  text-align: center;
  margin: 20px auto;
}
h2 {
  text-align: center;
}
@media screen and (max-width: 760px) {
  h2 {
    font-size: 22px;
    font-weight: 600;
  }
}

p {
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 1.6;
}

strong {
  color: #D60303;
}


/*共通*/
.flex-wrap {
  display: flex !important;
}

.container img {
  display: block;
  margin: auto;
  width: 100%;
}

.hidden-s {
  display: none !important;
}

@media screen and (min-width: 760px) {
  .container {
    max-width: 760px;
    margin: auto;
  }
  .hidden-s {
    display: block !important;
  }
  .hidden-l {
    display: none !important;
  }
}

@media screen and (max-width: 760px) {
  .flex-wrap, .d-flex {
    display: block !important;
  }
  .container {
    max-width: 100vw;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .container img {
    width: 100%;
  }
}


/* ---------------------------
sec2
--------------------------- */
.li-check {
  margin: 30px auto;
  list-style: none;
  padding: 20px;
  font-size: 16px;
}

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

.li-check li:before {
    font-family: 'Material Icons';
    content: "\e86c";
    padding-right: 5px;
}

/* ---------------------------
cv-btn
--------------------------- */
.cv-btn {
  position: relative;
  margin: 30px auto;
width: 90% !important;
}

.cv-card {
  position: absolute;
  top: 50px;
  right: 0;
  width: 140px !important;
}
@media screen and (max-width: 760px) {
  .cv-card {
    top: 40px;
    right:20px;
    width: 55px !important;
  }
}

/* ---------------------------
sec3
--------------------------- */
.sec3-container {
  padding: 30px;
  margin: 30px auto;
}
.sec3-content {
  border-radius: 30px;
  background: #fff;
  padding: 25px;
}

.sec3-title-img {
  max-width: 470px;
  border-bottom: 2px solid #ccc;
  margin-bottom: 20px !important;
}

.sec3-img {
  width: 70% !important;
  margin: 40px auto !important;
}

@media screen and (max-width: 760px) {
  .sec3-container {
    padding: 20px 15px;
  }
  .sec3-content {
    padding: 15px;
  }
  .sec3-img {
    width: 80% !important;
  }
}

/* ---------------------------
sec4
--------------------------- */
.sec4-container {
  padding: 30px;
}
.sec4-container h2 {
  color: #fff;
}
.userVoice {
  margin: 30px auto;
}

.userVoice li {
  background: #fff;
  border-radius: 30px;
  padding: 30px;
  margin-bottom: 20px;
}

.userVoice li img {
  width: 150px;
}

.userVoiceName {
  text-align: right;
  color: #545454;
  font-size: 14px;
}

@media screen and (max-width: 760px) {
  .sec4-container {
    padding: 20px 15px;
  }
  .userVoice li {
    padding: 5px 10px 20px;
  }
  .userVoice li img {
    margin: auto !important;
  }
}

/* ---------------------------
sec5
--------------------------- */
.sec5-title {
  width: 90%;
  margin: 30px auto;
}

ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 30px 30px 10px;
  margin: 30px auto;
}
ol li {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
}
ol li:not(:last-child) {

  border-bottom: 1px solid #FE7A08;
}
ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #004DC7;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  color: #ffffff;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
}
ol li h3 {
  text-align: left;
  font-size: 20px;
  margin-left: 20px;
}
ol li p {
  margin: 10px 0 15px 20px;
}

@media screen and (max-width: 760px) {
  ol {
    padding: 20px 20px 10px;
  }
  ol li:before {
    height: 35px;
    width: 35px;
  }
  ol li p {
    font-size: 14px;
  }
}

/* ---------------------------
sec7
--------------------------- */
.sec7-container {
    margin: auto;
}


/* ---------------------------
共通
--------------------------- */
.bnr {
  width: 250px !important;
}

@media screen and (max-width: 760px) {
  .bnr {
    margin-bottom: 20px !important;
  }
}

/* ---------------------------
table
--------------------------- */
table {
  font-size: 16px;
  text-align: left;
  width: 100%;
}
th, td {
  padding: 10px;
  border: 1px solid #ccc;
}
th {
  background: #f5f5f5;
  width: 40%;
}

/* ---------------------------
client
--------------------------- */

.detail_section {
  max-width: 760px;
  width: 100%;
  display: block;
  margin: auto;
  background: #f5f5f5;
  text-align: left;
  font-size: 14px;
}

.item_area {
  padding: 14px 16px 0 16px;
  margin: 20px 0;
}

.outline {
  margin-bottom: 20px;
}

.outline p {
  padding: 5px 10px;
  background: #B5EAB6;
  color: #084B34;
  font-size: 16px;
  font-weight: 700;
}

.outline dl {
  display: flex;
}

.outline dt {
  width: 22%;
  padding: 8px;
  font-weight: 500;
}

.outline dd {
  width: 76%;
  padding: 8px;
}

.outline p.company {
  background: none;
  color: #222;
  font-size: inherit;
  font-weight: normal;
  margin-bottom: 0;
}

.outline address {
  font-style: normal;
  padding: 0 8px 15px;
}

@media screen and (max-width: 760px) {
  .detail_section {
    font-size: 12px;
  }
  .item_area {
    padding: 5px;
    margin: 20px 0;
  }
  .outline p {
    padding: 7px;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 9px;
  }
  .outline dl {
    display: block;
    padding: 0 5px;
  }
  .outline dt, .outline dd {
    width: 100%;
    padding: 5px 0;
  }
  .outline dt {
    padding: 0.25em 0.5em;
    background: transparent;
    border-left: solid 5px #084B34;
    margin-top: 5px;
    color: #084B34;
    font-size: 13px;
    font-weight: 600;
  }
  .outline address {
    padding: 0 8px;
  }
}

/* ---------------------------
corp
--------------------------- */
.corp {
  font-size: 12px;
  margin: 10px;
}

/* ---------------------------
footer
--------------------------- */

footer {
  margin-top: 50px;
  background: #222;
  color: #fff;
  font-size: 14px;
  padding: 20px;
  text-align: center;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  color: #BCD43D;
}

footer .copy {
  margin-top: 10px;
}
