@charset "utf-8";

/**********************************************
** Site Name: 不正対策.com
** Site URI: https://www.fuseitaisaku.com/
** Description: 導入実績 + 詳細
** Author: a-yamamoto
** Last Update: 2020/04/06
** Updater: a-yamamoto
**********************************************/

/*-------------------------------------------*/
/*  CONTENTS:
/*--------------------------------------------
1.0 - 汎用スタイル
    1.1 - 見出し
2.0 - 導入企業の事例 + 導入企業ストーリー
    2.1 - 導入企業ストーリー用 レイアウト
3.0 - 導入実績詳細
    3.1 - サイトステータス&導入効果

---------------------------------------------*/

/*-------------------------------------------*/
/*  1.0 - 汎用スタイル
/*-------------------------------------------*/

/*  1.1 - 見出し
/*-------------------------------------------*/

/*タブレット・スマホ*/
/* 959px以下 */
@media screen and (max-width:959px) {
  .results h1.heading {
	  margin-bottom: 20px;
		padding: 0 10px;
	}
	.results .heading_sub { padding: 0 10px;}
}

/*PC*/
/* 960px以上 */
@media screen and (min-width:960px) {
  .results h1.heading,
	.results .heading_sub {
    min-width: 940px;
    max-width: 1100px;
    margin: 0 auto;
  }
  .results h1.heading { margin-bottom: 50px;}	
}

/*-------------------------------------------*/
/*  2.0 - 導入企業の事例 + レイアウト
/*-------------------------------------------*/

.results .results_list {
  box-sizing: border-box;
	position: relative;
  background: url("../img/common/bg_sky.jpg") no-repeat center top;
	background-size: cover;
}
.results .results_list h2.heading { color: #fff;}
.results .results_list li,
.results .story li { position: relative;}
.results .results_list li .thumb,
.results .story li .thumb { z-index: 200;}
.results .results_list li .thumb img,
.results .story li .thumb img {
  width: 100%;
  vertical-align: bottom;
}
.results .detail {
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  background: #fff;
}
.results .detail .title {
  width: 100%;
  display: table;
	table-layout: fixed;
	border-bottom: #333 1px solid;
	margin-bottom: 15px;
	padding-bottom: 10px;
  font-weight: bold;
}
.results .detail .title .results_num,
.results .detail .title .title_txt {
  box-sizing: border-box;
  display: table-cell;
	vertical-align: top;
}
.results .detail .title .results_num {
  width: 56px;
	box-sizing: border-box;
  position: relative;
  padding-top: 5px;
	text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 2.8rem;
  color: #1d50a2;
}
.results .detail .title .results_num::before {
  width: 1px;
	height: 30px;
	content: "";
	position: absolute;
	background: #333;
	top: 10px;
	right: -10px;
}
.results .detail .title .results_num span {
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -28px;
  letter-spacing: 1px;
  font-size: 1.0rem;
}
.results .detail .title .title_txt {
  width: 100%;
	line-height: 1.5em;
}
.results .detail .lead { font-weight: bold;}
.results .detail .escape {
  border-bottom: #333 1px solid;
  margin-bottom: 25px;
}
.results .detail .escape .escape_money {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.results .detail .escape .escape_money p {
  display: table-cell;
  vertical-align: middle;
}
.results .detail .escape .escape_money p:nth-child(1) { width: 30%;}
.results .detail .escape .escape_money p:nth-child(2) {
  width: 70%;
  text-align: right;
  font-weight: bold;
}
.results .detail .escape .escape_money p:nth-child(2) span { color: #ff1356;}

/*タブレット・スマホ*/
/* 959px以下 */
@media screen and (max-width:959px) {
  .results .results_list h2 { padding: 0 10px;}
  .results .results_list { padding: 30px 0}
  .results .results_list li .thumb {
    position: relative;
    box-shadow: 0 10px 15px rgba(67,93,130,0.6);
    margin: 0 3%;
  }
  .results .detail {
    position: relative;
    top: -30px;
    padding: 60px 10px 40px;
  }
  .results .detail .title .title_txt {
    padding: 14px 0 0 30px;
    font-size: 1.8rem;
  }
  .results .results_list li .txt { margin-bottom: 30px;}
  .results .results_list li .cliant {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
	.results .detail .title,
	.results .detail .lead { font-size: 1.5rem;}
  .results .detail .escape { padding-bottom: 10px;}
	.results .detail .escape .escape_money p:nth-child(1) { font-size: 1.2rem;}
	.results .detail .escape .escape_money p:nth-child(2) { font-size: 1.5rem;}
	.results .detail .escape .escape_money p:nth-child(2) span { font-size: 2.5rem;}
  .results .link { text-align: right;}
}

/*PC*/
/* 960px以上 */
@media screen and (min-width:960px) {
  .results .results_list { padding: 40px 0 70px}
  .results .results_list li {
    min-height: 430px;
    max-height: 600px;
  }
  .results .results_list li:nth-child(1) { min-height: 490px;}
  .results .results_list li .thumb {
    width: 620px;
    position: absolute;
  }
  .results .results_list li .thumb img { box-shadow: 0 10px 20px rgba(67,93,130,0.6);}
  .results .results_list li:nth-child(odd) .detail {
    width: calc(100% - 480px);
    position: absolute;
    top: 30px;
    right: 0;
    padding: 30px 25px 20px 170px;
  }
  .results .results_list li:nth-child(even) .thumb {
    top: 40px;
    right: 0;
  }
  .results .results_list li:nth-child(even) .detail {
    width: calc(100% - 480px);
    position: absolute;
    padding: 30px 170px 20px 25px;
  }
  .results .results_list li .cliant {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
  .results .detail .title .title_txt { padding: 10px 0 0 30px;}
	.results .detail .title,
	.results .detail .lead { font-size: 1.7rem;}
	.results .detail .escape .escape_money p:nth-child(1) { font-size: 1.5rem;}
	.results .detail .escape .escape_money p:nth-child(2) { font-size: 2.0rem;}
	.results .detail .escape .escape_money p:nth-child(2) span { font-size: 4.2rem;}
  .results .txt { margin-bottom: 20px;}
}

/*  2.1 - 導入企業ストーリー用　レイアウト
/*-------------------------------------------*/

.results .story .detail .cliant { margin-bottom: 10px;}
.results .story .detail .title .results_num {
  width: 80px;
  padding-top: 0;
	font-size: 4.5rem;
}
.results .story .detail .title .results_num::before { top: 19px;}
.results .story .detail .title .results_num span {
  position: absolute;
	top: -5px;
	left: 50%;
  margin-left: -22px;
  letter-spacing: 1px;
  font-size: 1.0rem;
}
.results .story .detail .title .title_txt { padding: 19px 0 0 30px;}

/*タブレット・スマホ*/
/* 959px以下 */
@media screen and (max-width:959px) {
  .results .story { padding: 30px 0 0;}
  .results .story h2 { padding: 0 10px;}
  .results .story .inner li .detail {
    margin: 0 3%;
    padding: 20px 10px 40px;
  }
  .results .story .btn { margin: 0 auto;}
}

/*PC*/
/* 960px以上 */
@media screen and (min-width:960px) {
  .results .story { padding: 70px 0 0;}
  .results .story .inner li { display: flex;}
  .results .story .inner li .detail {
    width: calc(100% - 650px);
    min-height: 450px;
    position: absolute;
    right: 0;
    z-index: 200;
    background: transparent;
    margin-top: 50px;
  }
  .results .story .inner li .thumb {
    position: relative;
    left: 0;
    margin-left: calc((-113vw + 1100px) / 2);
    z-index: 100;
  }
  .results .story .inner li .thumb img { width: 100%;}
  .results .story .detail .title .title_txt {font-size: 2.1rem;}
}

/*-------------------------------------------*/
/*  3.0 - 導入実績詳細
/*-------------------------------------------*/

.results .about .results_title {
  position: relative;
  z-index: 200;
}
.results .about .results_title .title {
  width: 100%;
  display: table;
	table-layout: fixed;
	padding-bottom: 10px;
  font-weight: bold;
}
.results .about .results_title .title .results_num,
.results .about .results_title .title .title_txt {
  box-sizing: border-box;
  display: table-cell;
	vertical-align: top;
}
.results .about .results_title .title .results_num {
  width: 80px;
	box-sizing: border-box;
  position: relative;
	text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 4.5rem;
  color: #1d50a2;
}
.results .about .results_title .title .results_num::before {
  width: 1px;
	height: 30px;
	content: "";
	position: absolute;
	background: #333;
	top: 19px;
	right: -10px;
}
.results .about .results_title .title .results_num span {
  position: absolute;
	top: -5px;
	left: 50%;
  margin-left: -29px;
  letter-spacing: 1px;
  font-size: 1.0rem;
}
.results .about .results_title .title .title_txt { width: 100%;}
.results .about .results_title .title .title_txt span { background: #fff;}

/*タブレット・スマホ*/
/* 959px以下 */
@media screen and (max-width:959px) {
  .results .about .results_title {
    box-sizing: border-box;
    top: -50px;
    background: #fff;
    margin: 0 10px;
    padding: 10px 10px 0;
  }
  .results .about .results_title .title { padding-bottom: 0;}
  .results .about .results_title .cliant {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
  .results .about .thumb img { width: 100%;}
  .results .about .results_title .title .title_txt {
    padding: 18px 0 0 30px;
    line-height: 1.8em;
    font-size: 1.8rem;
  }
}

/*PC*/
/* 960px以上 */
@media screen and (min-width:960px) {
	.results .about {
    height: 100%;
    margin-bottom: 80px;
  }
	.results .about::after {
		content: "";
		display: block;
		padding-top: 5%;
	}
	.results .about .inner { display: flex;}
  .results .about .results_title .cliant {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
	.results .about .results_title {
    width: calc(100% - 44%);
		box-sizing: border-box;
	}
  .results .about .thumb img {
	  width: calc(100% - 46%);
    max-width: 730px;
    max-height: 380px;
    position: absolute;
    right: 0;
	}
  .results .about .results_title .title { border-bottom: #333 1px solid;}
  .results .about .results_title .title .title_txt {
    padding: 9px 0 0 30px;
    line-height: 2.2em;
    font-size: 2.5rem;
  }
  .results .about .results_title .title .title_txt span { padding: 5px 0;}
}

/*  3.1 - サイトステータス&導入効果
/*-------------------------------------------*/

.results .results_detail {
  box-sizing: border-box;
	position: relative;
  background: url("../img/common/bg_sky.jpg") no-repeat center top;
	background-size: cover;
}
.results .results_detail .status,
.results .results_detail .escape {
  box-sizing: border-box;
  border-radius: 2px;
}
.results .results_detail .status {
  background: #fff;
  margin-bottom: 40px;
}
.results .results_detail .escape { background: #fff7ae;}
.results .results_detail .title {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin-bottom: 20px;
}
.results .results_detail .title span:nth-child(1),
.results .results_detail .title span:nth-child(2) {
  box-sizing: border-box;
  display: table-cell;
	vertical-align: top;
}
.results .results_detail .title span:nth-child(1) {
	box-sizing: border-box;
  position: relative;
	text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
  color: #1d50a2;
}
.results .results_detail .title span:nth-child(1)::before {
  width: 1px;
	height: 30px;
	content: "";
	position: absolute;
	background: #333;
	top: 4px;
	right: -10px;
}
.results .results_detail .title span:nth-child(2) {
  width: 100%;
	padding: 5px 0 0 25px;
	line-height: 1.5em;
  font-weight: bold;
  font-size: 1.8rem;
}
.results .results_detail .status,
.results .results_detail .escape { border-radius: 2px;}
.results .results_detail .list ul li div:nth-child(1),
.results .results_detail .list ul li div:nth-child(2) { font-weight: bold;}
.results .results_detail .list ul li div:nth-child(2) span { font-weight: bold;}
.results .results_detail .status .list ul li div:nth-child(2) span { color: #1d50a2;}
.results .results_detail .escape .list ul li div:nth-child(2) span { color: #ff1356;}
.results .results_detail .list ul li div:nth-child(2) .attention,
.results .results_detail .list ul li div:nth-child(2) span.attention {
  padding-left: 0;
  font-weight: normal;
  font-size: 1.1rem;
  color: #333;
}
.results .results_detail .list ul li .attention { text-indent: 0;}

/*タブレット・スマホ*/
/* 959px以下 */
@media screen and (max-width:959px) {
  .results .results_detail { padding: 30px 0 30px;}
  .results .results_detail .status .title span:nth-child(1) { width: 100px;}
  .results .results_detail .escape .title span:nth-child(1) { width: 115px;}
  .results .results_detail .title span:nth-child(1) { 
    font-size: 2.2rem;
  }
  .results .results_detail .status,
  .results .results_detail .escape {
    margin: 0 10px 40px;
    padding: 20px;
  }
  .results .results_detail .list ul li {
    width: 100%;
    display: table;
    table-layout: fixed;
    border-bottom: #333 1px solid;
    padding: 20px 0;
  }
  .results .results_detail .list ul li:nth-child(1) { padding: 0 0 20px;}
  .results .results_detail .list ul li:last-child {
    border-bottom: none;
    padding: 20px 0 0;
  }
  .results .results_detail .list ul li div {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
  }
  .results .results_detail .list ul li div:nth-child(1) {
    width: 35%;
    font-size: 1.5rem;
  }
  .results .results_detail .list ul li div:nth-child(2) {
    width: 65%;
    text-align: right;
    font-size: 1.5rem;
  }
  .results .results_detail .list ul li div:nth-child(2) span {
    margin: 0 3px;
    font-size: 2.5rem;
  }
  .results .results_detail .list ul li div span.list_txt { font-size: 2.0rem;}
  .results .results_detail .list ul li div .block { display: inline-block;}
  .results .results_detail .list ul li div:nth-child(2) .slash { display: none;}
}

/*PC*/
/* 960px以上 */
@media screen and (min-width:960px) {
  .results .results_detail { padding: 70px 0 50px;}
  .results .results_detail .status .title span:nth-child(1) { width: 105px;}
  .results .results_detail .escape .title span:nth-child(1) { width: 125px;}
  .results .results_detail .title span:nth-child(1) { 
    font-size: 2.5rem;
  }
  .results .results_detail .status,
  .results .results_detail .escape { padding: 20px;}
  .results .results_detail .list ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    text-align: center;
  }
  .results .results_detail .list ul li {
    width: 50%;
    display: table-cell;
    vertical-align: top;
  }
  .results .results_detail .list ul li { border-right: #333 1px solid;}
  .results .results_detail .list ul li:last-child { border-right: none;}
  .results .results_detail .list ul li div:nth-child(1) {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  .results .results_detail .list ul li div:nth-child(2) {
    margin-bottom: 5px;
    font-size: 1.9rem;
  }
  .results .results_detail .list ul li div:nth-child(2) p { display: inline-block;}
  .results .results_detail .list ul li div:nth-child(2) p.attention { display: block;}
  .results .results_detail .list ul li div:nth-child(2) span {
    margin: 0 3px;
    font-size: 3.6rem;
  }
  .results .results_detail .list ul li div:nth-child(2) span.slash {
    display: inline-block;
    font-size: 2.7rem;
    color: #333;
  }
  .results .results_detail .list ul li div span.list_txt { font-size: 2.7rem;}
}



