@charset "utf-8";

/**********************************************
** Site Name: 不正対策.com
** Site URI: https://www.fuseitaisaku.com/
** Description: 導入企業ストーリー
** Author: a-yamamoto
** Last Update: 2020/03/30
** Updater: a-yamamoto
**********************************************/

/*-------------------------------------------*/
/*  CONTENTS:
/*--------------------------------------------
1.0 - 汎用スタイル
    1.1 - 見出し
2.0 - 導入企業ストーリー
    2.1 - ストーリー背景
    2.2 - ファーストビュー
    2.3 - 右レイアウト
    2.4 - 導入効果

---------------------------------------------*/

/*-------------------------------------------*/
/*  1.0 - 汎用スタイル
/*-------------------------------------------*/

/*  1.1 - 見出し
/*-------------------------------------------*/

.story h2 { color: #fff;}

/*タブレット・スマホ*/
/* 959px以下 */
@media screen and (max-width:959px) {
  .story h1.heading { margin-bottom: 20px;}
  .story h2 { text-shadow: 0 3px 4px #474747;}
}

/*PC*/
/* 960px以上 */
@media screen and (min-width:960px) {
  .story h1.heading,
	.story .heading_sub {
    min-width: 940px;
    max-width: 1100px;
    margin: 0 auto;
  }
  .story h1.heading { margin-bottom: 40px;}
  .story h2 { text-shadow: 0 3px 6px #474747;}
}

/*-------------------------------------------*/
/*  2.0 - 導入企業ストーリー
/*-------------------------------------------*/

.story .story_detail .detail {
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 2px;
  background-color: rgba(255,255,255,0.7);
}
.story .full h3,
.story .full .date {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #fff;
}
.story .full h3 span {
  display: inline-block;
	margin-right: 15px;
}
.story .full .date {
  margin-bottom: 20px;
  font-size: 1.6rem;
}
.story .full .date span { 
  position: relative;
	margin-right: 30px;
}
.story .full .date span::before {
  width: 1px;
	height: 20px;
	content: "";
	position: absolute;
	background: #fff;
	top: 3px;
	right: -15px;
}
.story .story_detail .detail h4 {
	display: table;
  margin-bottom: 15px;
}
.story .story_detail .detail h4 span:nth-child(1),
.story .story_detail .detail h4 span:nth-child(2) {
  box-sizing: border-box;
  display: table-cell;
	vertical-align: top;
}
.story .story_detail .detail h4 span:nth-child(1) {
	box-sizing: border-box;
  position: relative;
	text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 2.0rem;
  color: #1d50a2;
}
.story .story_detail .detail h4 span:nth-child(1)::before {
  width: 1px;
	height: 25px;
	content: "";
	position: absolute;
	background: #333;
	top: 3px;
	right: -15px;
}
.story .story_detail .detail h4 span:nth-child(2) {
	padding: 5px 0 0 30px;
	line-height: 1.5em;
  font-weight: bold;
  font-size: 1.5rem;
}
.story .story_detail .detail ul li,
.story .story_detail .detail .txt {
  text-indent: -1em;
	padding-left: 1em;
  line-height: 2.2em;
	font-size: 1.2rem;
}
.story .story_detail .detail .txt_str {
  border-top: #333 1px dotted;
	margin-top: 15px;
	padding: 20px 0 5px;
	text-align: center;
	font-weight: bold;
	color: #1d50a2;
}
.story .story_detail .detail .block_str {
  box-sizing: border-box;
	border-radius: 30px;
  background: #f39800;
	margin:  20px 0 15px;
	padding: 12px 0;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
.story .story_detail .detail .attention { text-align: center;}
.story .story_detail .lead {
  margin-bottom: 20px;
  line-height: 2.2em;
	color: #fff;
}
.story .detail .chart {
  width: 100%;
	height: 140px;
  position: relative;
}

/*タブレット・スマホ*/
/* 959px以下 */
@media screen and (max-width:959px) {
  .story .full {
    height: 100vw;
		min-height: 700px;
  }
	.story .story_detail { padding: 30px 10px 20px;}
  .story .story_detail .detail { background-color: rgba(255,255,255,0.7);}
  .story .full h3 {
    margin-bottom: 10px;
    font-size: 2.8rem;
  }
	.story .full h3,
	.story .full .date { text-shadow: 0 3px 4px #474747;}
  .story .full .detail {
    width: 100%;
		margin-bottom: 20px;
    padding: 10px;
  }
	.story .story_detail .detail .txt_str,
	.story .story_detail .detail .block_str,
	.story .story_detail .lead {
		font-weight: bold;
		font-size: 1.4rem;
	}
	.story .story_detail .lead { text-shadow: 0 1px 3px #474747, 0 1px 3px #474747;}
}

/*PC*/
/* 960px以上 */
@media screen and (min-width:960px) {
  .story .full {
    height: 100vh;
    min-height: 768px;
  }
	.story .story_detail { padding: 50px 0 20px;}
  .story .story_detail .detail { background-color: rgba(255,255,255,0.9);}
	.story .full h3 {
		margin-bottom: 10px;
		font-size: 3.5rem;
  }
  .story .full .detail {
    width: 450px;
		margin-bottom: 20px;
    padding: 20px 30px;
  }
	.story .full h3,
	.story .full .date,
	.story .story_detail .lead { text-shadow: 0 1px 5px #474747, 0 1px 5px #474747;}
	.story .full .date { margin-bottom: 40px;}
	.story .story_detail .detail .txt_str { font-size: 1.5rem;}
	.story .story_detail .detail .block_str { font-size: 1.6rem;}
	.story .story_detail .lead { font-size: 1.7rem;}
}

/*  2.1 - ストーリー背景
/*-------------------------------------------*/

.story .story_detail {
  box-sizing: border-box;
  position: relative;
  background: url("../img/results/bg_dot.gif") repeat left top;
}
.story .bg_story01_00 { background-image: url("../img/results/bg_story01_00.png");}
.story .bg_story01_01 { background-image: url("../img/results/bg_story01_01.png");}
.story .bg_story01_02 { background-image: url("../img/results/bg_story01_02.png");}
.story .bg_story01_03 { background-image: url("../img/results/bg_story01_03.png");}
.story .bg_story01_04 { background-image: url("../img/results/bg_story01_04.png");}
.story .bg_story01_05 { background-image: url("../img/results/bg_story01_05.png");}
.story .bg_story01_06 { background-image: url("../img/results/bg_story01_06.png");}
.story .bg_story01_07 { background-image: url("../img/results/bg_story01_07.png");}

.story .bg_story01_00,.story .bg_story01_01,.story .bg_story01_02,.story .bg_story01_03,.story .bg_story01_04,.story .bg_story01_05,
.story .bg_story01_06,.story .bg_story01_07
{
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

/*タブレット・スマホ*/
/* 959px以下 */
@media screen and (max-width:959px) {
  /* story01 背景の表示位置 */
  .story .bg_story01_00 { background-position: left 53% top 0;}
	.story .bg_story01_01 { background-position: left 20% top 0;}
	.story .bg_story01_03 { background-position: left 30% top 0;}
	.story .bg_story01_04 { background-position: left 85% top 0;}
	.story .bg_story01_05 { background-position: left 85% top 0;}
	.story .bg_story01_06 { background-position: left 80% top 0;}
}

/*PC*/
/* 960px以上 */
@media screen and (min-width:960px) {
  .story .bg_story01_02 { background-position: left 10% top 0;}
}

/*  2.2 - ファーストビュー
/*-------------------------------------------*/

.story .fv h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #fff;
}
.story .detail .cliant {
  box-sizing: border-box;
  border-top: #333 1px solid;
  border-bottom: #333 1px solid;
  margin-bottom: 20px;
  padding: 15px 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}
.story .fv .detail li {
  width: 100%;
  display: table;
  table-layout: fixed;
  box-sizing: border-box;
  padding-bottom: 20px;
  vertical-align: top;
}
.story .fv .detail li:last-child { padding-bottom: 0;}
.story .fv .detail li p {
  width: 50%;
  display: table-cell;
  font-weight: bold;
}
.story .fv .detail li p span { display: block;}
.story .fv .detail li p:nth-child(1) {
  font-size: 1.3rem;
}
.story .fv .detail li p:nth-child(2) {
  text-align: right;
  font-size: 1.5rem;
  color: #1d50a2;
}

/*タブレット・スマホ*/
/* 959px以下 */
@media screen and (max-width:959px) {
  .story .fv {
    height: calc(100vh - 60px);
		min-height: 600px;
  }
  .story .fv h3 {
    text-shadow: 0 3px 4px #474747;
    margin-bottom: 20px;
    font-size: 3.0rem;
  }
  .story .fv .detail {
    width: 100%;
		margin: 0 auto;
    padding: 10px;
  }
}

/*PC*/
/* 960px以上 */
@media screen and (min-width:960px) {
  .story .fv {
    height: calc(100vh - 100px);
    min-height: 720px;
  }
  .story .fv h3 {
    text-shadow: 0 3px 6px #474747;
    margin-bottom: 30px;
    font-size: 4.0rem;
  }
  .story .fv .detail {
    width: 400px;
    padding: 20px 30px;
  }
}

/*  2.3 - 右レイアウト
/*-------------------------------------------*/

/*PC*/
/* 960px以上 */
@media screen and (min-width:960px) {
  .story .right { float: right;}
}

/*  2.4 - 導入効果
/*-------------------------------------------*/

.story .detail.escape li {
  width: 100%;
  display: table;
  table-layout: fixed;
  box-sizing: border-box;
	border-bottom: #333 1px dotted;
  padding: 15px 0;
  vertical-align: top;
}
.story .detail.escape li:nth-child(1) { padding-top: 0;}
.story .detail.escape li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.story .detail.escape li p {
  width: 50%;
  display: table-cell;
  font-weight: bold;
}
.story .detail.escape li p span { display: block;}
.story .detail.escape li p:nth-child(1) { font-size: 1.3rem;}
.story .detail.escape li p:nth-child(2) {
  text-align: right;
  font-size: 1.7rem;
  color: #ff1356;
}

/*タブレット・スマホ*/
/* 959px以下 */
@media screen and (max-width:959px) {
  .story .last { min-height: 800px; }
}


