@charset "UTF-8";
/* --------------------------------------------
 - reset 編集不可
-------------------------------------------- */
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, header, 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;
}

body {
line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block;
}

nav ul,
li {
list-style:none;
}

blockquote, q {
quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}

a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}

/ change colours to suit your needs /
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}

/ change colours to suit your needs /
mark {
background-color:#ff9;
color:#000;
font-style:italic;
font-weight:bold;
}

del {
text-decoration: line-through;
}

abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}

table {
border-collapse:collapse;
border-spacing:0;
}

/* change border colour to suit your needs
*/
hr {
display:block;
height:1px;
border:0;
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}

input, select {
vertical-align:middle;
}

/* --------------------------------------------
 - base 編集不可
-------------------------------------------- */
body {
  color: #333639;
  font-family: "Helvetica Neue",Helvetica,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
  font-size: 15px;
  line-height: 1.6;
}
.clearfix:before,
.clearfix:after {
  display: block;
  overflow: hidden;
  content: '';
}
.clearfix:after {
  clear: both;
}
a {
  color: #333639;
  text-decoration: none;
}
a:hover,
a:active {
  color: #333639;
  text-decoration: underline;
}

/* --------------------------------------------
 - contact
-------------------------------------------- */
/* 電話・資料請求・お問い合わせ */
.yoshinlp .contact {
  background-color: #399602;
  background-image: -webkit-linear-gradient(top, #399602, #3ca200);
  background-image: linear-gradient(to bottom, #399602, #3ca200);
}
.yoshinlp .contact__inner {
  width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}
.yoshinlp .contact__tel {
  float: left;
  height: 0;
  width: 60%;
  padding-top: 11%;
  text-indent: -9999px;
  background: url('../images/tel.png') no-repeat 0 0;
  background-size: 100% auto;
}
.yoshinlp .contact__btn {
  width: 37%;
  float: right;
  padding-top: 2%;
}
.yoshinlp .contact__btn-target {
  display: block;
  height: 0;
  width: 100%;
  padding-top: 19%;
  text-indent: -9999px;
  background: url('../images/btn_contact.png') no-repeat 0 0;
  background-size: 100% auto;
}

/* --------------------------------------------
 - section
-------------------------------------------- */
/* main
------------------------- */
/* メインビジュアル */
.yoshinlp .main {
  height: 462px;
  background: url('../images/main.jpg') no-repeat center center;
  background-size: cover;
}
.yoshinlp .main__inner {
  position: relative;
  width: 1000px;
  height: 462px;
  margin: 0 auto;
  padding: 1% 0 0 1%;
  box-sizing: border-box;
}
.yoshinlp .main__logo {
  display: block;
  height: 0;
  width: 29%;
  padding-top: 6%;
  text-indent: -9999px;
  background: url('../images/logo.png') no-repeat 0 0;
  background-size: 100% auto;
}
.yoshinlp .main__copy {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 61%;
  padding-top: 25%;
  text-indent: -9999px;
  margin: -14% 0 0 -32%;
  background: url('../images/main_copy.png') no-repeat 0 0;
  background-size: 100% auto;
}

/* nav
------------------------- */
.yoshinlp .nav {
  background-color: #ffffff;
  border-bottom: 2px solid #399602;
}
.yoshinlp .nav__inner {
  width: 1000px;
  margin: 0 auto;
}
.yoshinlp .nav__inner > li {
  float: left;
  width: 25%;
}
.yoshinlp .nav__inner > li > .nav__target {
  display: block;
  height: 0;
  width: 100%;
  padding-top: 27%;
  text-indent: -9999px;
}
.yoshinlp .nav__inner > li:nth-of-type(1) > .nav__target {
  background: url('../images/nav_yoshin.gif') no-repeat 0 0;
  background-size: 100% auto;
}
.yoshinlp .nav__inner > li:nth-of-type(2) > .nav__target {
  background: url('../images/nav_rismon.gif') no-repeat 0 0;
  background-size: 100% auto;
}
.yoshinlp .nav__inner > li:nth-of-type(3) > .nav__target {
  background: url('../images/nav_cost.gif') no-repeat 0 0;
  background-size: 100% auto;
}
.yoshinlp .nav__inner > li:nth-of-type(4) > .nav__target {
  background: url('../images/nav_flow.gif') no-repeat 0 0;
  background-size: 100% auto;
}

/* yoshin-kadai
------------------------- */
/* こんな課題ありませんか？ */
.yoshinlp .yoshin-kadai {
  background-color: #f3faee;
  padding-bottom: 3%;
}
.yoshinlp .yoshin-kadai__box {
  background-color: #7c94a2;
  background-image: -webkit-linear-gradient(top, #7c94a2, #f3faee);
  background-image: linear-gradient(to bottom, #7c94a2, #f3faee);
}
.yoshinlp .yoshin-kadai__inner {
  width: 1000px;
  margin: 0 auto;
  padding-top: 3%;
}
.yoshinlp .yoshin-kadai__title {
  display: block;
  height: 0;
  width: 100%;
  padding-top: 4%;
  text-indent: -9999px;
  background: url('../images/yoshin_kadai_copy.png') no-repeat 0 0;
  background-size: 100% auto;
}
.yoshinlp .yoshin-kadai__img {
  display: block;
  width: 58%;
  margin: 0 auto;
}
.yoshinlp .yoshin-kadai__list {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.yoshinlp .yoshin-kadai__list > li {
  width: 23.5%;
  background-color: #ffffff;
  margin-right: 2%;
  padding: 1.7%;
  box-sizing: border-box;
  border-top: 2px solid #56992e;
}
.yoshinlp .yoshin-kadai__list > li:last-child {
  margin-right: 0%;
}
.yoshinlp .yoshin-kadai__list-title {
  color: #399602;
  font-size: 20px;
  margin-bottom: 5%;
}

/* リスクモンスター「与信のミカタ」なら */
.yoshinlp .yoshin-kadai__point {
  width: 1000px;
  border: 1px solid #7eb75d;
  margin: 6% auto 0;
  background-color: #ffffff;
  box-sizing: border-box;
}
.yoshinlp .yoshin-kadai__point-title {
  display: block;
  height: 0;
  width: 47%;
  padding-top: 19%;
  text-indent: -9999px;
  margin: -7% auto 0;
  background: url('../images/yoshin_kaiketsu.png') no-repeat 0 0;
  background-size: 100% auto;
}
.yoshinlp .yoshin-kadai__point-list {
  padding: 4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.yoshinlp .yoshin-kadai__point-list > li {
  width: 49%;
  margin: 0 2% 3% 0;
}
.yoshinlp .yoshin-kadai__point-list > li:nth-of-type(even) {
  margin-right: 0;
}
.yoshinlp .yoshin-kadai__point-list > li > img {
  width: 100%;
}
.yoshinlp .yoshin-kadai__point-list > li > h3 {
  color: #399602;
  font-size: 20px;
}

/* yoshin-about
------------------------- */
/* 与信のミカタとは */
.yoshinlp .yoshin-about {
  background-color: #8cc178;
  padding: 3% 0 0;
  background: url('../images/bg_green.gif') repeat 0 0;
}
.yoshinlp .yoshin-about__inner {
  width: 1000px;
  margin: 0 auto 3%;
  background-color: #ffffff;
  border: 1px solid #7eb75d;
  box-sizing: border-box;
}
.yoshinlp .yoshin-about__title {
  background-color: #348a02;
  color: #ffffff;
  font-size: 40px;
  text-align: center;
  margin: 20px -10px 0 -10px;
  padding: 7px 0;
}
.yoshinlp .yoshin-about__title::before,
.yoshinlp .yoshin-about__title::after {
  display: inline-block;
}
.yoshinlp .yoshin-about__list {
  padding: 4%;
}
.yoshinlp .yoshin-about__item {
  margin-bottom: 3%;
}
.yoshinlp .yoshin-about__item > img {
  float: left;
  margin-right: 2%;
  width: 8%;
}
.yoshinlp .yoshin-about__point {
  float: left;
  width: 90%;
  font-size: 20px;
}
.yoshinlp .yoshin-about__point > span {
  display: block;
}
.yoshinlp .yoshin-about__point > span > strong {
  display: inline;
  font-size: 30px;
  background-color: #fff441;
  background-image: -webkit-linear-gradient(top, #fff 80%,#fff441 80%);
  background-image: linear-gradient(to bottom, #fff 80%,#fff441 80%);
}
.yoshinlp .yoshin-about__gaiyou {
  font-size: 18px;
  margin-bottom: 1%;
}
.yoshinlp .yoshin-about__gaiyou::before {
  display: inline-block;
  content: '';
  background-color: #8cc178;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
/* 取引信用保険概用 */
.yoshinlp .yoshin-about__table {
  border: 1px solid #cccccc;
}
.yoshinlp .yoshin-about__table tr {
  border-bottom: 1px solid #cccccc;
}
.yoshinlp .yoshin-about__table th {
  background-color: #f5f5f5;
  text-align: left;
  padding: 1.5%;
  width: 20%;
}
.yoshinlp .yoshin-about__table td {
  border-left: 1px solid #cccccc;
  padding: 1.5%;
}

/* rismon
------------------------- */
/* リスクモンスターとは */
.yoshinlp .rismon {
  background-color: #f7f7f7;
  padding: 3% 0;
}
.yoshinlp .rismon__inner {
  width: 1000px;
  margin: 0 auto;
  background-color: #ffffff;
  border: 1px solid #7eb75d;
  box-sizing: border-box;
}
.yoshinlp .rismon__title {
  height: 0;
  width: 100%;
  padding-top: 31.2%;
  text-indent: -9999px;
  background: url('../images/rismon_main.jpg') no-repeat 0 0;
  background-size: 100% auto;
}
.yoshinlp .rismon__point {
  padding: 4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.yoshinlp .rismon__point > li {
  width: 33.3%;
  margin-right: 2%;
  background-color: #ebfcee;
  padding: 2%;
  font-size: 18px;
  box-sizing: border-box;
}
.yoshinlp .rismon__point > li:last-child {
  margin-right: 0;
}
.yoshinlp .rismon__point em {
  font-style: normal;
  font-weight: bold;
}
.yoshinlp .rismon__graph {
  padding: 0 4% 4% 4%;
}
.yoshinlp .rismon__graph-result {
  width: 43%;
  float: left;
  margin-right: 4%;
}
.yoshinlp .rismon__graph-sale {
  width: 53%;
  float: left;
}
.yoshinlp .rismon__graph-result > img,
.yoshinlp .rismon__graph-sale > img {
  width: 100%;
}
.yoshinlp .rismon__graph-title {
  margin-bottom: 3%;
  font-size: 18px;
}
.yoshinlp .rismon__graph-title::before {
  display: inline-block;
  content: '';
  background-color: #8cc178;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.yoshinlp .rismon__graph-title > span {
  display: block;
  font-weight: normal;
  font-size: 14px;
}

/* cost
------------------------- */
/* コスト削減イメージ（事例） */
.yoshinlp .cost {
  padding: 3% 0;
  background: url('../images/bg_white.gif') repeat 0 0;
}
.yoshinlp .cost__inner {
  width: 1000px;
  margin: 0 auto;
  background-color: #ffffff;
  border: 1px solid #7eb75d;
  box-sizing: border-box;
}
.yoshinlp .cost__title {
  background-color: #348a02;
  color: #ffffff;
  font-size: 40px;
  text-align: center;
  margin: 20px -10px 0 -10px;
  padding: 7px 0;
}
.yoshinlp .cost__title::before,
.yoshinlp .cost__title::after {
  display: inline-block;
}
.yoshinlp .cost__text {
  font-size: 22px;
  padding: 4%;
}
.yoshinlp .cost__graph {
  width: 100%;
  padding: 0 4% 4%;
  box-sizing: border-box;
}

/* flow
------------------------- */
/* ご利用開始までの流れ */
.yoshinlp .flow {
  padding: 3% 0 0;
}
.yoshinlp .flow__inner {
  width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}
.yoshinlp .flow__title {
  text-align: center;
  color: #399602;
  font-size: 30px;
  margin-bottom: 3%;
}
.yoshinlp .flow__step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 6%;
}
.yoshinlp .flow__step-item {
  position: relative;
  width: 23.5%;
  text-align: center;
  margin: 0 2% 3% 0;
}
.yoshinlp .flow__step-item:nth-of-type(4n) {
  margin-right: 0;
}
.yoshinlp .flow__step-item::after {
  position: absolute;
  display: inline-block;
  border-style: solid;
  border-color: transparent;
  width: 0;
  height: 0;
  line-height: 0;
  content: '';
  right: 0;
  border-left-color: #cccccc;
  top: 22%;
  margin-top: -6px;
  border-width: 10px 0 10px 10px;
}
.yoshinlp .flow__step-item:last-child::after {
  display: none;
}
.yoshinlp .flow__step-title {
  font-size: 18px;
  text-align: left;
  padding-left: 26px;
}
.yoshinlp .flow__step-title > b {
  display: inline-block;
  font-family: Arial;
  background-color: #399602;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  color: #ffffff;
  margin: 0 1% 0 -24px;
  font-size: 15px;
  text-align: center;
}
.yoshinlp .flow__step-title > span {
  display: block;
  font-size: 13px;
}
.yoshinlp .flow__step-detail > li {
  text-align: left;
  padding-left: 15px;
}
.yoshinlp .flow__step-detail > li::before {
  display: inline-block;
  content: '・';
  text-indent: -15px;
}
.flow__step-notice {
  text-align: left;
  font-size: 12px;
  text-indent: -8px;
  padding-left: 15px;
}
.flow__step-notice02 {
  text-align: left;
  font-size: 12px;
  text-indent: -8px;
  padding-left: 15px;
  padding-top: 15px;
}


/* footer
------------------------- */
.yoshinlp .footer {
  text-align: center;
  padding: 1% 0 1%;
}
.yoshinlp .footer__logo {
  display: block;
  height: 59px;
  width: 295px;
  text-indent: -9999px;
  margin: 0 auto 1%;
  background: url('../images/logo.png') no-repeat 0 0;
  background-size: 100% auto;
}
.yoshinlp .footer__copyright {
  color: #999999;
  font-size: 13px;
}



/* ===================================================
 - page Tablet & SP
=================================================== */
@media (max-width: 1000px){
  .yoshinlp .main__inner,
  .yoshinlp .contact__inner,
  .yoshinlp .nav__inner,
  .yoshinlp .yoshin-kadai__inner,
  .yoshinlp .yoshin-kadai__list,
  .yoshinlp .yoshin-kadai__point,
  .yoshinlp .yoshin-about__inner,
  .yoshinlp .rismon__inner,
  .yoshinlp .cost__inner,
  .yoshinlp .flow__inner {
    width: 100%;
  }
}

@media (max-width: 481px){
  /* --------------------------------------------
   - contact
  -------------------------------------------- */
  /* 電話・資料請求・お問い合わせ */
  .yoshinlp .contact__inner {
    padding: 0 10px 10px;
  }
  .yoshinlp .contact__tel {
    float: none;
    width: 100%;
    padding-top: 18%;
  }
  .yoshinlp .contact__btn {
    float: none;
    width: 85%;
    margin: 0 auto; 
    padding-top: 0;
  }

  /* --------------------------------------------
   - section
  -------------------------------------------- */
  /* main
  ------------------------- */
  /* メインビジュアル */
  .yoshinlp .main {
    height: 300px;
    background: url('../images/main_sp.jpg') no-repeat center center;
    background-size: cover;
  }
  .yoshinlp .main__inner {
    height: 300px;
  }
  .yoshinlp .main__logo {
    width: 60%;
    padding-top: 13%;
  }
  .yoshinlp .main__copy {
    width: 80%;
    padding-top: 33%;
    margin: -15% 0 0 -40%;
  }

  /* nav
  ------------------------- */
  .yoshinlp .nav {
    border-bottom: none;
  }
  .yoshinlp .nav__inner > li {
    float: left;
    width: 50%;
    border-bottom: 2px solid #399602;
  }

  /* yoshin-kadai
  ------------------------- */
  /* こんな課題ありませんか？ */
  .yoshinlp .yoshin-kadai__title {
    width: 95%;
    padding-top: 13%;
    margin: 2% auto 0;
    background: url('../images/yoshin_kadai_copy_sp.png') no-repeat 0 0;
    background-size: 100% auto;
  }
  .yoshinlp .yoshin-kadai__img {
    width: 80%;
  }
  .yoshinlp .yoshin-kadai__list {
    flex-wrap: wrap;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .yoshinlp .yoshin-kadai__list > li {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 3% 3% 5% 3%;
  }
  .yoshinlp .yoshin-kadai__list-title {
    font-size: 18px;
    margin-bottom: 2%;
  }
  /* リスクモンスター「与信のミカタ」なら */
  .yoshinlp .yoshin-kadai__point-title {
    width: 80%;
    padding-top: 33%;
  }
  .yoshinlp .yoshin-kadai__point-list > li {
    width: 100%;
    margin-right: 0;
  }
  .yoshinlp .yoshin-kadai__point-list > li > h3 {
    font-size: 18px;
  }

  /* yoshin-about
  ------------------------- */
  /* 与信のミカタとは */
  .yoshinlp .yoshin-about__title {
    font-size: 26px;
    margin: 10px 0 0 0;
  }
  .yoshinlp .yoshin-about__item {
    margin-bottom: 6%;
  }
  .yoshinlp .yoshin-about__item > img {
    margin-right: 3%;
    width: 12%;
  }
  .yoshinlp .yoshin-about__point {
    width: 80%;
    font-size: 16px;
  }
  .yoshinlp .yoshin-about__point > span > strong {
    font-size: 24px;
    line-height: 1.4;
  }
  .yoshinlp .yoshin-about__gaiyou {
    margin-top: 7%;
  }
  .yoshinlp .yoshin-about__table {
    font-size: 13px;
  }
  .yoshinlp .yoshin-about__table th {
    width: 25%;
  }

  /* rismon
  ------------------------- */
  /* リスクモンスターとは */
  .yoshinlp .rismon__title {
    padding-top: 46%;
    background: url('../images/rismon_main_sp.jpg') no-repeat 0 0;
    background-size: 100% auto;
  }
  .yoshinlp .rismon__point {
    flex-wrap: wrap;
  }
  .yoshinlp .rismon__point > li {
    width: 100%;
    margin-bottom: 2%;
    font-size: 15px;
  }
  .yoshinlp .rismon__graph-result {
    width: 100%;
    float: none;
    margin: 0 0 3%;
  }
  .yoshinlp .rismon__graph-sale {
    width: 100%;
    float: none;
  }
  .yoshinlp .rismon__graph-result > img {
    width: 85%;
  }

  /* cost
  ------------------------- */
  /* コスト削減イメージ（事例） */
  .yoshinlp .cost__title {
    font-size: 26px;
    margin: 10px 0 0 0;
  }
  .yoshinlp .cost__text {
    font-size: 18px;
  }

  /* flow
  ------------------------- */
  /* ご利用開始までの流れ */
  .yoshinlp .flow__title {
    font-size: 26px;
  }
  .yoshinlp .flow__step {
    padding: 3%;
  }
  .yoshinlp .flow__step-item {
    width: 48%;
  }
  .yoshinlp .flow__step-item::after {
    top: 35px;
  }
  .yoshinlp .flow__step-item > img {
    width: 50%;
  }
  .yoshinlp .flow__step-title {
    font-size: 16px;
  }
  .yoshinlp .flow__step-detail > li {
    font-size: 14px;
  }

  /* footer
  ------------------------- */
  .yoshinlp .footer {
    padding: 3% 0 1%;
  }
  .yoshinlp .footer__logo {
    height: 0;
    width: 55%;
    padding-top: 12%;
  }
}