@charset "UTF-8";
/* ----------------------------------------
 * Base
---------------------------------------- */
body {
  color: #333333;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
}

main * {
  line-height: 1.5;
}

img {
  vertical-align: bottom;
}

#btn_Pagetop {
  z-index: 100;
}

/* ----------------------------------------
 * Modules
---------------------------------------- */
/* Layout
---------------------------------------- */
.inner {
  width: 940px;
  margin: 0 auto;
}

@media only screen and (max-width: 959px) {
  .inner {
    width: 92%;
  }
}

.section {
  padding-top: 65px;
  padding-bottom: 75px;
}

/* Breadcrumbs
---------------------------------------- */
.breadcrumbs {
  background-color: #d6d6d6;
  /* Home */
}

.breadcrumbs ol {
  margin: 0;
  padding: 12px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
}

.breadcrumbs ol li + li:before {
  content: '>';
  display: inline-block;
  margin: 0 9px;
}

.breadcrumbs__home {
  line-height: 14px;
}

.breadcrumbs__home img {
  width: 15px;
  height: 15px;
  vertical-align: middle;
}

.breadcrumbs__home a:hover {
  opacity: .8;
}

/*既存スタイルより
---------------------------------------- */
main {
	margin-top: 0;
	padding-top: 48px;
}
/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
	main {
		padding-top: 48px;
		margin-top:0;
	}
	#breadcrumbs {
		margin-top: 48px;
	}
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	main {
		margin-top: 0;
    	padding-top: 88px;
	}
	#breadcrumbs {
		margin-top: 88px;
	}
}
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em){
	main{
		padding-top:88px;
	}
	#breadcrumbs {
		margin-top: 88px;
	}
}
/* ---------------------------------------------------------------------------- */
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, main {/* IE11 */
	display: block;
	}
  main {/* IE10 and older */
	display: block;
	}
}

/* Heading
---------------------------------------- */
.heading {
  text-align: center;
  font-size: 1.875rem;
}

@media only screen and (max-width: 767px) {
  .heading {
    font-size: 1.25rem;
  }
}

.heading__lead {
  position: relative;
  display: block;
}

@media only screen and (max-width: 767px) {
  .heading__lead {
    padding: 0 2rem 1.5rem;
  }
}

.heading__lead:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 22px;
  top: -10px;
  padding-right: .5em;
  border-top: 1px solid #333333;
  -webkit-transform: rotate(75deg);
          transform: rotate(75deg);
}

@media only screen and (max-width: 767px) {
  .heading__lead:before {
    position: absolute;
    left: -20px;
    top: 50%;
    width: 3em;
    margin-top: -1em;
  }
}

.heading__lead:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 22px;
  top: -10px;
  padding-left: .5em;
  border-top: 1px solid #333333;
  -webkit-transform: rotate(-75deg);
          transform: rotate(-75deg);
}

@media only screen and (max-width: 767px) {
  .heading__lead:after {
    position: absolute;
    right: -20px;
    top: 50%;
    width: 3em;
    margin-top: -1em;
  }
}

.heading__text {
  margin-top: 18px;
  display: block;
  font-size: 3rem;
}
.heading__text .text-em{
	font-size: 4rem;
}
@media only screen and (max-width: 767px) {
  .heading__text {
    margin-top: 0;
    font-size: 2rem;
  }
}

/* Align
---------------------------------------- */
.align-center {
  text-align: center;
}

@media only screen and (max-width: 959px) {
  .align-center img {
    width: 80%;
    height: auto;
  }
}

/* Button
---------------------------------------- */
.button {
  position: relative;
  display: inline-block;
  min-width: 300px;
  padding: 0.6em;
  font-size: 1.12rem;
  text-align: center;
  text-decoration: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 通常ボタン */
  /* サイズ小 */
  /* サイズ中 */
  /* サイズ大 */
  /* フルサイズ */
  /* 資料請求 */
  /* 注目 */
  /* 詳細を見る */
  /* 即決マート */
  /* 備品資材市場 */
}

@media only screen and (max-width: 767px) {
  .button {
    width: 100%;
  }
}

.button:after {
  content: "";
  position: absolute;
  right: 20px;
  width: 0.5em;
  height: 0.5em;
  top: 50%;
  margin-top: -0.25em;
  border-top-width: 2px;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-style: solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.button--default {
  color: #fff;
  background-color: #d76860;
  border: 1px solid #d76860;
  border-radius: 10px;
}

.button--default:after {
  border-top-color: #fff;
  border-right-color: #fff;
}

.button--default:hover {
  color: #d76860;
  background-color: #fff;
}

.button--default:hover:after {
  border-top-color: #d76860;
  border-right-color: #d76860;
}

.button--S {
  font-size: .8rem;
}

.button--M {
  width: 610px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 959px) {
  .button--M {
    width: 92%;
  }
}

.button--L {
  width: 780px;
  padding: 0.3em;
  font-size: 2.125rem;
}

@media only screen and (max-width: 959px) {
  .button--L {
    width: 92%;
  }
}

@media only screen and (max-width: 767px) {
  .button--L {
    width: 100%;
    padding: 1rem 40px 1rem 1rem;
    font-size: 1.625rem;
    text-align: left;
  }
}

.button--L:after {
  right: 42px;
}

@media only screen and (max-width: 767px) {
  .button--L:after {
    right: 20px;
  }
}

.button--full {
  width: 100%;
  padding: 0.3em;
  font-size: 2.125rem;
}

.button--full:after {
  right: 42px;
}

.button--request {
  color: #fff;
  background-color: #86b81c;
  border-radius: 10px;
}

.button--request:after {
  border-top-color: #fff;
  border-right-color: #fff;
}

.button--request:hover {
  background-color: #8ecd07;
}

.button--notice {
  color: #fff;
  background-color: #c62024;
  border-radius: 10px;
}

.button--notice:after {
  position: relative;
  display: inline-block;
  right: 0;
  margin-bottom: 2px;
  margin-left: 0.8em;
}

.button--notice:hover {
  background-color: #dd090e;
}

.button--detail {
  width: 80%;
  min-width: auto;
  color: #d76860;
  background-color: #fff;
  font-size: 0.9375rem;
  border: 1px solid #d76860;
}

@media only screen and (max-width: 767px) {
  .button--detail {
    font-size: 0.75rem;
  }
}

.button--detail:after {
  right: 16px;
  top: 45%;
}

.button--detail:hover {
  color: #fff;
  background-color: #d76860;
}

.button--sokketsu {
  width: 300px;
  color: #fff;
  background-color: #ff6400;
  border: none;
}

@media only screen and (max-width: 767px) {
  .button--sokketsu {
    width: 100%;
  }
}

.button--sokketsu:after {
  border-top-color: #fff;
  border-right-color: #fff;
}

.button--sokketsu:hover {
  background-color: #ff8333;
}

.button--material {
  width: 300px;
  color: #fff;
  background-color: #5991cc;
  border: none;
}

@media only screen and (max-width: 767px) {
  .button--material {
    width: 100%;
  }
}

.button--material:after {
  border-top-color: #fff;
  border-right-color: #fff;
}

.button--material:hover {
  background-color: #6d9ed2;
}

/* 資料請求
---------------------------------------- */
.request {
  margin-top: 54.5px;
}

.request__catch {
  position: relative;
  font-size: 1.375rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .request__catch {
    font-size: 1.125rem;
    padding: 0 1.5rem 1.5rem;
  }
}

.request__catch:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 22px;
  top: -10px;
  padding-right: .5em;
  border-top: 1px solid #333333;
  -webkit-transform: rotate(75deg);
          transform: rotate(75deg);
}

@media only screen and (max-width: 767px) {
  .request__catch:before {
    position: absolute;
    left: -20px;
    top: 50%;
    width: 3em;
    margin-top: -1em;
  }
}

.request__catch:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 22px;
  top: -10px;
  padding-left: .5em;
  border-top: 1px solid #333333;
  -webkit-transform: rotate(-75deg);
          transform: rotate(-75deg);
}

@media only screen and (max-width: 767px) {
  .request__catch:after {
    position: absolute;
    right: -20px;
    top: 50%;
    width: 3em;
    margin-top: -1em;
  }
}

.request__link {
  margin-top: 14px;
  text-align: center;
}

.request + .request {
  margin-top: 37.5px;
}

/* レスポンシブ対応
---------------------------------------- */
.forPC {
  display: block;
}

@media only screen and (max-width: 959px) {
  .forPC {
    display: none;
  }
}

.forTB {
  display: none;
}

@media only screen and (max-width: 959px) {
  .forTB {
    display: block;
  }
}

.forSP {
  display: none;
}

@media only screen and (max-width: 767px) {
  .forSP {
    display: block;
  }
}

/* ----------------------------------------
 * Contents
---------------------------------------- */
/* メインビジュアル
---------------------------------------- */
.mainvisual{
	background: url(../images/mv-bg.jpg) no-repeat center center;
	background-size: cover;
	padding-bottom: 80px;
}
.mv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media only screen and (max-width: 767px) {
  .mv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.mv__content {
  width: 380px;
}

@media only screen and (max-width: 767px) {
  .mv__content {
    width: 100%;
      flex:1 1 auto;/*IE11*/
  }
}

.mv__image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.mv__image img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .mv__image {
    margin-top: 30px;
     flex:1 1 auto;/*IE11*/
  }
}

/* content */
.mv__heading {
  margin: 54.5px 0 0;
}

@media only screen and (max-width: 767px) {
  .mv__heading {
    margin-top: 30px;
  }
}

.mv__description {
  display: block;
  font-size: 1.375rem;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  .mv__description {
    font-size: 1.125rem;
    text-align: center;
  }
}

.mv__logo {
  margin-top: 18.5px;
}

@media only screen and (max-width: 767px) {
  .mv__logo {
    display: block;
    margin: 18.5px auto 0;
  }
}

.mv__lead {
  margin: 2.375rem 0 1.5625rem;
  color: #d76860;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 3.25rem;
}

@media only screen and (max-width: 767px) {
  .mv__lead {
    font-size: 1.875rem;
  }
}

.mv__lead .text-em {
  font-size: 3.25rem;
}

.mv__buttons {
  margin-top: 1.5625rem;
}

@media only screen and (max-width: 767px) {
  .mv__buttons {
    text-align: center;
  }
}

.mv__buttons li + li {
  margin-top: 10px;
}

/* お知らせ
---------------------------------------- */
.news {
  position: relative;
  width: 940px;
  margin: 50px auto;
  margin-top: -35px;
  padding: 24px 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 959px) {
  .news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 92%;
    padding: 24px;
    margin-top: -50px;
  }
}

.news a {
  text-decoration: underline;
}

.news__title {
  padding-right: 35px;
  font-size: 0.875rem;
  border-right: 1px solid #333;
}

@media only screen and (max-width: 959px) {
  .news__title {
    margin-bottom: 1rem;
    padding: 0;
    border-right: none;
    border-bottom: 1px solid #333;
  }
}

.news__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 35px;
  overflow: hidden;
}

@media only screen and (max-width: 959px) {
  .news__content {
    padding-left: 0;
  }
}

/* Ticker
----------------------------------- */
.news .ticker {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.news .ticker ul {
  position: absolute;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .news .ticker ul {
    width: 80%;
  }
}

.news .ticker ul li {
  line-height: 1.4;
  display: none;
}

.news .ticker a {
  color: #333;
  text-decoration: underline;
  -webkit-text-decoration-color: #777;
          text-decoration-color: #777;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .news .ticker a {
    display: block;
  }
}

.news .ticker li span {
  padding-right: 1.5em !important;;
  font-weight: normal;
}

@media only screen and (max-width: 959px) {
  .news .ticker li span {
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .news .ticker li span {
    display: block;
  }
}

@media screen and (min-width: 64em) {
  .news ul {
    width: 748px;
    height: 1em;
    min-height: 1em;
    margin-left: 35px;
    position: absolute;
  }
  .news .ticker ul li {
    width: 100%;
    padding-top: 1px;
    margin-bottom: 0;
    font-size: 1em;
    line-height: 1;
  }
  .news .ticker li span {
    padding-right: 0;
  }
  .news .ticker a {
    padding-left: 0.85em;
  }
  .news .ticker a:hover {
    color: #777;
  }
}

/* 売上げUPに繋がる5つの強み
---------------------------------------- */
.strengths {
  position: relative;
  background-color: #86b81c;
  padding-top: 0;
}

.strengths .heading {
  color: #fff;
}

.strengths .heading__lead:before, .strengths .heading__lead:after {
  border-color: #fff;
}

.strengths .inner {
  width: 820px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 959px) {
  .strengths .inner {
    width: 92%;
  }
}

.strengths:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 240px;
  background-color: #fff;
  z-index: 1;
}

@media only screen and (max-width: 959px) {
  .strengths:after {
    height: 25vw;
  }
}

.strengths__movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  -webkit-box-shadow: 8px 8px 0 0 #fff;
          box-shadow: 8px 8px 0 0 #fff;
}

@media only screen and (max-width: 959px) {
  .strengths__movie {
    width: 92%;
    margin: 0 auto;
  }
}

.strengths__movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.strengths__title {
  margin-top: 4.6875rem;
}

.strengths__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 42px 0 0;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .strengths__list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.strengths__item {
  width: 25%;
  font-size: 0.82rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media only screen and (max-width: 767px) {
  .strengths__item {
    width: 50%;
  }
}

.strengths__item a {
  width: 100%;
  padding: 5% 5%;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.strengths__item a:hover {
  background-color: #99d61c;
  border-radius: 15px;
}

.strengths__image {
  margin-bottom: 17px;
}

.strengths__image img {
  width: 100%;
  height: auto;
}

.strengths__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 62px;
  padding: 10px;
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 767px) {
  .strengths__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.strengths__detail .strengths__contents {
  padding-right: 20px;
  padding-left: 5px;
}

@media only screen and (max-width: 767px) {
  .strengths__detail .strengths__contents {
    padding: 0;
          flex:1 1 auto;/*IE11*/
  }
}

.strengths__detail .strengths__contents p {
  padding-right: 30px;
}

@media only screen and (max-width: 767px) {
  .strengths__detail .strengths__contents p {
    padding: 0;
  }
}

.strengths__detail:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media only screen and (max-width: 767px) {
  .strengths__detail:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.strengths__detail:nth-child(even) .strengths__contents {
  padding-right: 5px;
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {
  .strengths__detail:nth-child(even) .strengths__contents {
    padding: 0;
  }
}

.strengths__detail:nth-child(even) .strengths__contents p {
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  .strengths__detail:nth-child(even) .strengths__contents p {
    padding: 0;
  }
}

.strengths__detail + .strengths__detail {
  margin-top: 22px;
}

.strengths__contents {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.strengths__contents p {
  font-size: 0.87rem;
}

.strengths__itemImage {
  width: 47%;
}

@media only screen and (max-width: 767px) {
  .strengths__itemImage {
    width: 100%;
    margin-top: 2rem;
          flex:1 1 auto;/*IE11*/
  }
}

.strengths__itemImage img {
  width: 100%;
  height: auto;
}

.strengths__itemTitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 9px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #d76860;
  font-size: 1.5rem;
}

.strengths__num {
  width: 50px;
  height: 50px;
  margin-right: 1rem;
  color: #fff;
  font-size: 36px;
  line-height: 47px;
  background-color: #d76860;
  border-radius: 50%;
  text-align: center;
}

.strengths__titleText {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* 販売業務に合った豊富な機能
---------------------------------------- */
.functions {
  background: transparent url("../images/bg_functions.png") no-repeat right top;
}

.functions__title .text-em {
  position: relative;
  color: #d76860;
}

.functions__title .text-em:before {
  position: absolute;
  content: "・";
  color: #d76860;
  top: -0.7em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-size: 1em;
}

.functions__list {
  margin-top: 4.6875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.functions__item {
  width: 25%;
  text-align: center;
}

.functions__item:nth-child(n+5) {
  margin-top: 38px;
}

@media only screen and (max-width: 767px) {
  .functions__item {
    width: 48%;
  }
  .functions__item:nth-child(n+3) {
    margin-top: 38px;
  }
}

.functions__icon img {
  -webkit-filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.2));
          width: 100%;
}

.functions__title {
  min-height: 3rem;
  margin: 10.5px 0;
  line-height: 1.3;
}

/* 商品
---------------------------------------- */
.products {
  background-color: #f7f2f2;
}

.products .inner {
  width: 940px;
}

@media only screen and (max-width: 959px) {
  .products .inner {
    width: 92%;
  }
}

.products__title {
  margin-bottom: 65px;
}

.products__image {
  margin-bottom: 45px;
}

.products__subHeading {
  margin: 3rem 0;
  font-size: 1.75rem;
  text-align: center;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .products__subHeading {
    font-size: 1.25rem;
  }
}

.products__subHeading span {
  display: inline-block;
  position: relative;
  max-width: 70%;
}

.products__subHeading span:before, .products__subHeading span:after {
  content: '';
  position: absolute;
  bottom: 50%;
  width: 100vw;
  border-bottom: 1px solid #333333;
}

.products__subHeading span:before {
  right: 100%;
  margin-right: 0.5em;
}

.products__subHeading span:after {
  left: 100%;
  margin-left: 0.5em;
}

.product__corner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 959px) {
  .product__corner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.product__corner + .product__corner {
  margin-top: 52px;
  padding-top: 40px;
  border-top: 1px solid #d6d6d6;
}

.product__cornerSummary {
  width: 380px;
}

@media only screen and (max-width: 959px) {
  .product__cornerSummary {
    width: 100%;
  }
}

.product__cornerSummary p + p {
  margin-top: 15px;
}

.products__cornerImage {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20px;
  overflow: hidden;
}

@media only screen and (max-width: 959px) {
  .products__cornerImage {
    margin-top: 2rem;
    margin-left: 0;
  }
}

.products__info {
  position: relative;
  height: 197px;
}

@media only screen and (max-width: 959px) {
  .products__info {
    height: 179px;
  }
}

@media only screen and (max-width: 767px) {
  .products__info {
    height: 224px;
  }
}

/* 利用企業様からの声
---------------------------------------- */
.usersVoice {
  background: transparent url("../images/bg_usersvoice.jpg") no-repeat center center;
  background-size: cover;
}

.usersVoice .inner {
  width: 770px;
}

@media only screen and (max-width: 959px) {
  .usersVoice .inner {
    width: 92%;
  }
}

.usersVoice .heading__lead:before, .usersVoice .heading__lead:after {
  border-color: #fff;
}

.usersVoice__heading {
  color: #fff;
}

.usersVoice__wrapper {
  margin: 65px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .usersVoice__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.usersVoice__voice {
  width: 48%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5px 5px 35px;
  background-color: #86b81c;
  border-radius: 10px;
}

.add_usersVoice__voice .usersVoice__voice{
	background: #d66860;
}

@media only screen and (max-width: 767px) {
  .usersVoice__voice {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media only screen and (max-width: 767px) {
  .usersVoice__voice + .usersVoice__voice {
    margin-top: 1rem;
  }
}

.usersVoice__image {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden;
}

.usersVoice__image img {
  width: 100%;
  height: auto;
}

.usersVoice__summary {
  padding: 0 15px;
}

.usersVoice__summary p {
  color: #fff;
  line-height: 1.8;
  font-size: 0.75rem;
}

.usersVoice__user {
  position: relative;
}

.usersVoice__info {
  position: absolute;
  top: -56px;
  left: -15px;
  width: 64%;
  padding: 10px 5.5px;
  font-size: 0.875rem;
  background-color: #fff;
}

.usersVoice__title {
  display: block;
  margin: 15px 0 8px;
  padding: 0 0 8px;
  color: #fff;
  font-size: 1rem;
  border-bottom: 1px solid #fff;
}

/* よくある質問
---------------------------------------- */
.qa {
  background-color: #f6f6f6;
}

.qa .inner {
  width: 780px;
}

@media only screen and (max-width: 959px) {
  .qa .inner {
    width: 92%;
  }
}

.qa__wrapper {
    margin: 40px auto 0;
}

.qa__item{
	margin-bottom: 1rem;
}

.qa__item:last-child{
	margin-bottom: 0;
}

.qa__question{
	background: #86b81c;
	color: #fff;
	font-size: 1.12rem;
	padding: 0.6em;
	text-indent: -2.6rem;
    padding-left: 3.2rem;
    padding-right: 2rem;
    position: relative;
}

.qa__question:before{
	display: block;
	content: "";
	position: absolute;
	top:48%; 
	right:0.6em;
	margin:auto;
	width: 15px;
	height: 2px;
	background-color: #fff;
	transition: .2s;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.qa__question:after{
	display: block;
	content: "";
	position: absolute;
	top: 48%; 
	right: 0.6em;
	margin: auto;
	width: 15px;
	height: 2px; 
	background-color: #fff;
	transition: .3s;
}

.qa__question.active:before{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.qa__question.active:after{
	background-color: transparent;
}

.qa__question span:before{
	content: "Q";
    background: #fff;
    color: #86b81c;
    padding: 0.2rem 0.6em;
    margin-right: .6rem;
}

.qa__answer{
	background: #fff;
	border: solid 1px #d76860;
	position: relative;
	padding: 0.6em;
	padding-left: 3.2rem;
	display: none;
	margin-top: 1rem;
}

.qa__answer:before{
	font-size: 1.12rem;
	position: absolute;
	left: 0.6em;
	top: 0.6em;
	content: "A";
    background: #d76860;
    color: #fff;
    padding: 0.2rem 0.6em;
    margin-right: .6rem;
    display: inline-block;
}

.qa__answer a{
	color: #d76860;
	text-decoration: underline;
}

.qa__answer a:hover{
	text-decoration: none;
}

.qa__answer__title{
	font-weight: bold;
}

/* ご利用開始・審査の流れ
---------------------------------------- */
.flow {
  background-color: #ffffff;
}

.flow .inner {
  width: 780px;
}

@media only screen and (max-width: 959px) {
  .flow .inner {
    width: 92%;
  }
}

.flow__wrapper {
    margin: 40px auto 0;
}

.flow__step{
	display: flex;
	box-shadow: 0 10px 25px 0 rgba(0,0,0,.5);
	position: relative;
	margin-bottom: 9rem;
}

@media only screen and (max-width: 767px) {
	.flow__step{
	    margin-bottom: 6rem;
	}
}

.flow__step:last-child{
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .flow__step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flow__step:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -6rem;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #d66860 transparent transparent transparent;
    border-width: 3rem 3rem 0 3rem;
}

@media only screen and (max-width: 767px) {
	.flow__step:after {
	    bottom: -4rem;
	    border-width: 2rem 2rem 0 2rem;
	}
}

.flow__step:last-child:after{
	content: none;
}

.flow__step__image{
    width: 47%;
}

.flow__step__image img {
    width: 100%;
    height: auto;
}

.flow__step__summary{
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .flow__step__image {
    width: 100%;
  }
}

.flow__step__summary h3{
	color: #d66860;
	font-size: 1.5rem;
	margin: 19px 0;
}

.flow__step__summary h3 span{
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	text-align: center;
	font-size: 1rem;
	margin-right: 10px;
}

.flow__step__summary h3 span strong{
	display: block;
	font-size: 2rem;
	line-height: 1;
}

.flow__step__summary p{
	line-height: 1.8;
    font-size: 0.75rem;
}

.flow__step__summary .flow__step__text{
	margin: 15px 0 8px;
	line-height: 1.5;
	font-size: 1.2rem;
}

/* 利用料金
---------------------------------------- */
.price {
  background-color: #f6f6f6;
}

.price .inner {
  width: 780px;
}

@media only screen and (max-width: 959px) {
  .price .inner {
    width: 92%;
  }
}

.price .button {
  font-weight: bold;
}

.price__plan__wrapper{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 40px;
	padding-bottom: 26px;
}

@media only screen and (max-width: 767px) {
  .price__plan__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.price__plan {
  border: 1px solid #d76860;
  background-color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 48%;
}

@media only screen and (max-width: 767px) {
  .price__plan {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media only screen and (max-width: 767px) {
  .price__plan + .price__plan {
    margin-top: 1rem;
  }
}

.price__planTitle {
  padding: 13.5px 20px;
  color: #fff;
  font-size: 1.625rem;
  font-weight: bold;
  background-color: #d76860;
}

.price__plan:nth-child(2){
	border: 1px solid #86b81c;
}

.price__plan:nth-child(2) .price__planTitle{
	background-color: #86b81c;
}

.price__monthly {
  margin-top: 26px;
  color: #d76860;
  font-size: 1.25rem;
  font-weight: bold;
}

.price__monthly span {
  font-size: 3rem;
}

.price__monthly span.red-text {
	font-size: 3.5rem;
  color: #c62024;
  background: linear-gradient(transparent 60%, #f9f27d 60%);
  margin-bottom: 16px;
    display: inline-block;
}

.price__period {
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  width: 70%;
  color: #fff;
  background-color: #c62024;
}

.price__note {
  margin-top: 11.5px;
  padding: 0 1rem;
  font-size: 0.875rem;
  font-weight: bold;
}

.price__plan ul{
	text-align: left;
	width: 85%;
	margin: auto;
}

.price__plan ul li{
	display: inline-block;
	color: #fff;
	background: #333333;
	font-size: 12px;
	padding: 2px 5px;
	border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .price__plan ul{
    width: 100%;
    padding: 0 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.price__plan .price_box_title{
	margin: 20px 0;
	position: relative;
}

.price__plan .price_box_title:before {
  content: '';
  position: absolute;
  bottom: -5px;
  display: inline-block;
  width: 30px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #d76860;
  border-radius: 2px;
}

.price__plan:nth-child(2) .price_box_title:before{
	background-color: #86b81c;
}

.price__plan .btn-box{
	width: 85%;
	margin: 20px auto 0;
}

@media only screen and (max-width: 767px) {
  .price__plan .btn-box{
    width: 100%;
    padding: 0 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.price__plan .btn-box p{
	font-size: 12px;
	margin-bottom: 10px;
}

.price__plan .btn-box .btn{
	margin-bottom: 15px;
}

.price__plan .btn-box .btn a{
	display: block;
	color: #fff;
    background-color: #d66860;
    border: solid 1px #d66860;
    border-radius: 20px;
    padding: 0.6em;
}

.price__plan .btn-box .btn a:hover{
    background-color: #c33d33;
}

/*
.price__plan .btn-box .btn a:hover:after {
    border-top-color: #d66860;
    border-right-color: #d66860;
}
*/

@media only screen and (max-width: 767px) {
	.price__plan .btn-box .btn a{
		min-width: inherit;
	}
}

.price__plan .btn-box .btn.white a{
	color: #d66860;
    background-color: #fff;
    border: solid 1px #d66860;
}

.price__plan .btn-box .btn.white a:hover{
    background-color: #f0f0f0;
}

/*
.price__plan .btn-box .btn.white a:hover:after {
    border-top-color: #fff;
    border-right-color: #fff;
}
*/

.price__plan .btn-box .btn a:after {
    border-top-color: #fff;
    border-right-color: #fff;
}

.price__plan .btn-box .btn.white a:after {
    border-top-color: #d66860;
    border-right-color: #d66860;
}

.price__plan:nth-child(2) .btn a{
	background: #c62024;
	color: #fff;
	border-radius: 20px;
    padding: 0.6em;
    font-size: 14px;
}

.price__plan:nth-child(2) .btn a:hover{
	background-color: #dd090e;
}

@media only screen and (max-width: 767px) {
	.price__plan:nth-child(2) .btn{
		padding: 0 1rem;
		margin-bottom: 1rem;
	}
	.price__plan:nth-child(2) .btn a{
		min-width: inherit;
		font-size: 12px;
	}
}

.price__plan .present-text{
	margin-bottom: 20px;
	font-size: 18px;
}

.price__plan .present-text span{
	color: #c62024;
	font-weight: bold;
}

.price__plan .present-text span strong{
	font-size: 26px;
}

@media only screen and (max-width: 767px) {
	.price__plan .present-text{
		font-size: 14px;
		padding: 0 1rem;
	}
}

/*# sourceMappingURL=style.css.map */