@charset "utf-8";

/**********************************************
** Site Name: 不正対策.com
** Site URI: https://www.fuseitaisaku.com/
** Description: トップページ
** Author: a-yamamoto
** Last Update: 2020/03/13
** Updater: a-yamamoto
**********************************************/

/*-------------------------------------------*/
/*  CONTENTS:
/*--------------------------------------------
1.0 - 汎用スタイル
    1.1 - 背景色
    1.2 - 見出し
    1.3 - フェードイン
2.0 - メインビジュアル
    2.1 - キャッチコピー
    2.2 - コンセプトイメージ
3.0 - 上部お知らせ
4.0 - はじめての方へ
5.0 - 機能
    5.1 - SVG
    5.2 - 機能一覧
6.0 - 不正対策.comの仕組み
7.0 - 対策できる課題
8.0 - 導入実績
9.0 - サービス導入
10.0 - よくある質問
11.0 - 新着情報

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

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

/*  1.1 - 背景色
/*-------------------------------------------*/

.top .firststep, .top .faq {
  background-color: #eef0f2;
}

/*  1.2 - 見出し
/*-------------------------------------------*/
.top h2.heading {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 4.0rem;
}
.top .heading_sub {
  margin-bottom: 3px;
  font-weight: 300;
  font-size: 1.5rem;
}
.top h2.heading, .top .heading_sub {
  letter-spacing: 2px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #1d50a2;
}
.top h2.heading::before { content: none;}
.top #heading1,.top #heading1_1,
.top #heading2,.top #heading2_1,
.top #heading3,.top #heading3_1,
.top #heading4,.top #heading4_1,
.top #heading5,.top #heading5_1,
.top #heading6,.top #heading6_1,
.top #heading7,.top #heading7_1 {
  display: inline-block;
}

/*タブレット・スマホ*/
/* 959px以下 */
@media screen and (max-width:959px) {
  .top h2.heading { font-size: 4.5vw;}
  .top .heading_sub { font-size: 2.5vw;}  
}

/*  1.3 - フェードイン
/*-------------------------------------------*/

.fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}

.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

/*-------------------------------------------*/
/*  2.0 - メインビジュアル
/*-------------------------------------------*/

.top .mainvisual {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
/*タブレット・スマホ*/
/* 959px以下 */
@media screen and (max-width:959px) {
  .top .mainvisual { height: auto;}
}

/*PC*/
/* 960px以上 */
@media screen and (min-width:960px) {
  .top .mainvisual {
    height: calc(100vh - 100px);
    min-height: 668px;
  }
}

/*  2.2 - キャッチコピー
/*-------------------------------------------*/

.top .mainvisual h1 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
.top .mainvisual h1 span.catch_block { display: inline-block;}
.top .mainvisual h1 span.catch_block span { background: #fff;}
.top .mainvisual h1 span.catch_block:nth-child(2) { display: block;}

/*タブレット・スマホ*/
/* 959px以下 */
@media screen and (max-width:959px) {
  .top .mainvisual h1 {
    margin: 0 0 5% 10px;
    font-size: 4.5vw;
  }
  .top .mainvisual h1 span.catch_block { margin-bottom: 1%;}
}

/*PC*/
/* 960px以上 */
@media screen and (min-width:960px) {
  .top .mainvisual h1 {
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 200;
    font-size: 5.0rem;
  }
  .top .mainvisual h1 span.catch_block { margin-bottom: 25px;}
  .top .mainvisual h1 span.catch_block span {
    padding-right: 15px;
  }
  .top .mainvisual::before {
    width: 100%;
    height: 50%;
    content: "";
    position: absolute;
    background-color: #eef0f2;
    bottom: 0;
  }
}

/*  2.2 - コンセプトイメージ
/*-------------------------------------------*/

.top .mainvisual_slide .slide { display: none;}
.top .mainvisual_slide .slide li img { width: 100%;}
.top .mainvisual_slide .slide.slick-initialized { display: block;}
.top .mainvisual_slide .slide .slide_dots {
  height: 30px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  z-index: 300;
  padding: 10px 0 0;
  overflow: hidden;
  text-align: center;
}
.top .mainvisual_slide .slide .slide_dots li {
  width: 50px;
  height: 3px;
  display: inline-block;
  margin: 0 8px;
}
.top .mainvisual_slide .slide .slide_dots li button {
  width: 50px;
  height: 3px;
  border: none;
  border-radius: 15px;
  background: #e7e7e7;
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
}
.top .mainvisual_slide .slide .slide_dots li.slick-active button { background: #40a7fb;}

/*タブレット・スマホ*/
/* 959px以下 */
@media screen and (max-width:959px) {
  .top .mainvisual_slide .slide .slide_dots li,
  .top .mainvisual_slide .slide .slide_dots li button {
    width: 40px;
    height: 2px;
  }
  .top .mainvisual_slide .slide .slide_dots li { margin: 0 5px;}
  .top .mainvisual_slide .slide .slide_dots { right: 10px;}
}

/*PC*/
/* 960px以上 */
@media screen and (min-width:960px) {
  .top .mainvisual_slide {
    width: calc(100% - 18%);
    max-width: 950px;
    position: absolute;
    right: 0;
    z-index: 100;
  }
  .top .mainvisual_slide .slick-slide { max-height: 600px;}
  .top .mainvisual_slide .slide .slide_dots { right: 40px;}
}

/*  3.2 - スクロール
/*-------------------------------------------*/

/*タブレット・スマホ*/
/* 959px以下 */
@media screen and (max-width:959px) {
  .top .mainvisual .scroll { display: none;}
}

/*PC*/
/* 960px以上 */
@media screen and (min-width:960px) {
  .top .mainvisual .scroll {
    position: absolute;
    bottom: 54%;
    left: 10px;
    z-index: 300;
    transform: rotate(90deg);
    letter-spacing: 2px;
    font-size: 1.1rem;
  }
  .top .mainvisual .scroll .line { position: relative;}
  .top .mainvisual .scroll .line::before,
  .top .mainvisual .scroll .line::after {
    content: "";
    position: absolute;
  }
  .mainvisual .scroll .line::before {
    width: 110px;
    height: 1px;
    top: 22px;
    left: -53px;
    background: #c1c1c1;
  }
  .top .mainvisual .scroll .line::after {
    width: 25px;
    height: 1px;
    top: 22px;
    left: -53px;
    background: #333;
    animation: line_anime 1.5s infinite ease-in-out;
  }
}
@keyframes line_anime {
  0% { transform: translateX(1px);}
  100% { transform: translateX(90px); opacity: 0;}
}

/*-------------------------------------------*/
/*  3.0 - サイト上部お知らせ
/*-------------------------------------------*/

.top .information_important ul li { background: #fff;}
.top .information_important a {
  width: 100%;
  display: table;
  table-layout: fixed;
  line-height: 0;
}
.top .information_important p:nth-child(1),
.top .information_important .thumb {
  display: table-cell;
  line-height: 1.4em;
  vertical-align: top;
}
.top .information_important p:nth-child(1) { width: 100%;}
.top .information_important p span:nth-child(1) {
  display: block;
  margin-bottom: 10px;
}
.top .information_important p span:nth-child(2) {
  display: block;
  box-sizing: border-box;
  padding-right: 20px;
}

/*タブレット・スマホ*/
/* 959px以下 */
@media screen and (max-width:959px) {
  .top .information_important ul li:nth-child(1) { border-bottom: #333 1px solid;}
  .top .information_important ul li a {
    padding: 15px 30px 15px 10px;
  }
  .top .information_important p span:nth-child(1) { font-size: 1.1rem;}
  .top .information_important p span:nth-child(2) {
    line-height: 2.0em;
    font-weight: bold;
    font-size: 1.1rem;
  }
  .top .information_important .thumb,
  .top .information_important .thumb img { width: 80px;}
  .top .information_important .thumb {
    vertical-align: middle;
  }
}

/*PC*/
/* 960px以上 */
@media screen and (min-width:960px) {
  .top .information_important {
    position: absolute;
    bottom: 20px;
    z-index: 300;
  }
  .top .information_important ul {
    width: 95%;
    display: table;
    table-layout: fixed;
    margin: 0 auto;
  }
  .top .information_important ul li {
    width: 50%;
    display: table-cell;
    vertical-align: top;
  }
  .top .information_important ul li:nth-child(2) { border-left: #333 1px solid;}
  .top .information_important ul li a {
    padding: 15px 40px;
  }
  .top .information_important p span:nth-child(1) { font-size: 1.3rem;}
  .top .information_important p span:nth-child(2) {
    line-height: 1.8em;
    font-weight: bold;
    font-size: 1.3rem;
  }
  .top .information_important .thumb,
  .top .information_important .thumb img { width: 80px;}
}

/*-------------------------------------------*/
/*  4.0 - はじめての方へ
/*-------------------------------------------*/

.top .firststep {
  box-sizing: border-box;
  position: relative;
  background-image: url("../img/top/bg_first02.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.top .firststep .firststep_scroll {
  width: 100%;
  position: absolute;
  bottom: 30px;
  letter-spacing: 1px;
  text-align: center;
  font-weight: bold;
}
.top .firststep .firststep_scroll .line {
  display: block;
  position: relative;
}
.top .firststep .firststep_scroll .line::before,
.top .firststep .firststep_scroll .line::after {
  content: "";
  position: absolute;
}
.firststep .firststep_scroll .line::before {
  width: 1px;
  height: 50px;
  top: 5px;
  left: 50%;
  background: #c1c1c1;
}
.firststep .firststep_scroll .line::after {
  width: 1px;
  height: 15px;
  top: 5px;
  left: 50%;
  background: #333;
  animation: firststep_line_anime 1.5s infinite ease-in-out;
}

/*タブレット・スマホ*/
/* 959px以下 */
@media screen and (max-width:959px) {
  .top .firststep {
    height: auto;
    padding: 30px 10px 0;
  }
  .top .firststep .firststep_pc {
    max-width: 100%;
    margin: 0 0 40px -90px;
  }
  .top .firststep .txt { margin: 0 0 40px 0;  }
  .top .firststep .firststep_btn .btn { margin: 0 auto 40px;}
  .top .firststep .firststep_scroll {
    width: 100%;
    position: static;
  }
  .top .firststep .firststep_scroll {
    padding-bottom: 30px;
    font-size: 4.5vw;
  }
}

/*PC*/
/* 960px以上 */
@media screen and (min-width:960px) {
  .top .firststep {
    height: 840px;
    padding: 50px 0 0;
  }
  .top .firststep .firststep_pc {
    width: auto;
    max-width: 100%;
    position: absolute;
    margin-left: -270px;
    z-index: 100;
  }
  .top .firststep .txt {
    float: right;
    margin: 0 0 50px 600px;
  }
  .top .firststep .firststep_btn {
    width: 100%;
    overflow: hidden;
    float: right;
  }
  .top .firststep .firststep_btn .btn {
    float: left;
    margin-left: 600px;
  }
  .top .firststep .firststep_scroll { font-size: 3.0rem;}
}

@keyframes firststep_line_anime {
  0% { transform: translateY(1px);}
  100% { transform: translateY(50px); opacity: 0;}
}

/*-------------------------------------------*/
/*  5.0 - 機能
/*-------------------------------------------*/

.top .function_bg {
  box-sizing: border-box;
  background: url("../img/top/bg_function.png") no-repeat center;
  background-attachment: fixed;
  background-size: cover;
}
.top .function h2 {
  position: relative;
  background: #fff;
  margin: 0 auto;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
}
.top .function h2::before,
.top .function h2::after {
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;  
}
.top .function h2::before {
  top: 20px;
  left: 15%;
  border-top: #333 1px solid;
  border-left: #333 1px solid;
}
.top .function h2::after {
  bottom: 20px;
  right: 15%;
  border-bottom: #333 1px solid;
  border-right: #333 1px solid;
}
.top .function .lead {
  text-align: center;
  font-size: 1.6rem;
}

/*タブレット・スマホ*/
/* 959px以下 */
@media screen and (max-width:959px) {
  .top .function_bg {
    height: 180px;
    background-position: top 25% left 0;
    background-attachment: scroll;
    background-size: 100% auto;
  }
  .top .function h2 {
    width: 90%;
    top: -30px;
    padding: 15px 0;
    font-size: 3.8vh;
  }
  .top .function h2::before,
  .top .function h2::after {
    width: 15px;
    height: 15px;
    content: "";
    position: absolute;  
  }
  .top .function h2::before {
    top: 20px;
    left: 10%;
  }
  .top .function h2::after {
    bottom: 20px;
    right: 10%;
  }
  .top .function .lead {
    padding: 0 20px;
    font-size: 1.2rem;
  }
}

/*PC*/
/* 960px以上 */
@media screen and (min-width:960px) {
  .top .function_bg {
    height: 250px;
  }
  .top .function h2 {
    width: 90%;
    top: -50px;
    padding: 20px 0;
    font-size: 5.0rem;
  }
}

/*  5.1 - SVG
/*-------------------------------------------*/

.top .function .function_svg {
  width: 100%;
  padding: 0 20px;
}
.top .function .function_svg object#ud {
  position: relative;
  z-index: 200;
}

/*タブレット・スマホ*/
/* 959px以下 */
@media screen and (max-width:959px) {
  .top .function .function_svg object#ud {
    height: 80px;
    top: 35px;
  }
}

/*PC*/
/* 960px以上 */
@media screen and (min-width:960px) {
  .top .function .function_svg object#ud {
    height: 130px;
    top: 50px;
  }
}

/*  5.1 - 機能一覧
/*-------------------------------------------*/

.top .function .function_list {	border-bottom: #fff 1px solid;}
.top .function .function_list li:nth-child(1) { background: url("../img/top/img_function01.png") no-repeat center; background-size: cover;}
.top .function .function_list li:nth-child(2) { background: url("../img/top/img_function02.png") no-repeat center; background-size: cover;}
.top .function .function_list li:nth-child(3) { background: url("../img/top/img_function03.png") no-repeat center; background-size: cover;}
.top .function .function_list li {
  box-sizing: border-box;
  position: relative;
  color: #fff;
}
.top .function .function_list li::before {
  width: 30px;
  height: 1px;
  content: "";
  position: absolute;
  top: 51px;
  left: 0;
  background: #fff;
}
.top .function .function_list li .function_num {
  position: relative;
  font-weight: bold;
  font-size: 1.4rem;
}
.top .function .function_list li .detail { position: relative;}
.top .function .function_list li .detail h3 {
  position: relative;
  margin-bottom: 30px;
  font-size: 1.8rem;
}
.top .function .function_list li .detail h3::before {
  width: 80px;
  height: 2px;
  content: "";
  position: absolute;
  top: 40px;
  border-radius: 10px;
  background: #139eff;
  background: -moz-linear-gradient(to right,  #139eff 0%, #21d5e0 100%);
  background: -webkit-gradient(linear, left, right, color-stop(0%,#139eff), color-stop(100%,#21d5e0));
  background: -webkit-linear-gradient(right,  #139eff 0%, #21d5e0 100%);
  background: linear-gradient(to right,  #139eff 0%, #21d5e0 100%);
}
.top .function .function_list li .detail .txt {
  text-align: left;
  font-size: 1.2rem;
}

/*タブレット・スマホ*/
/* 959px以下 */
@media screen and (max-width:959px) {
  .top .function .function_list li {
    width: 100%;
    min-height: 370px;
    padding: 40px 10px 15px;
  }
  .top .function .function_list li .function_num { padding-left: 30px;}
  .top .function .function_list li .detail { top: 140px;}
}

/*PC*/
/* 960px以上 */
@media screen and (min-width:960px) {
  .top .function .function_list {
    width: 100%;
    display: table;
    table-layout: fixed;
  }
  .top .function .function_list li {
    width: 33.3%;
    height: 420px;
    display: table-cell;
    padding: 40px 40px 25px;
  }
  .top .function .function_list li:nth-child(2) {
    border-left: #fff 1px solid;
    border-right: #fff 1px solid;
  }
  .top .function .function_list li .detail { top: 150px;}
}

/*-------------------------------------------*/
/*  6.0 - 不正対策.comの仕組み
/*-------------------------------------------*/

.top .system {
  background: url("../img/common/bg_sky.jpg") no-repeat center top;
	background-size: cover;
  color: #fff;
}
.top .system h2.heading,
.top .system .heading_sub {
  color: #fff;
}
.top .system .system_flow {
  box-sizing: border-box;
	border-radius: 2px;
	background: #fff;
	margin-bottom: 50px;
	padding: 10px;
}
.top .system .system_flow img { width: 100%;}
.top .system .system_btn .btn_w { margin: 0 auto;}

/*タブレット・スマホ*/
/* 959px以下 */
@media screen and (max-width:959px) {
	.top .system { padding: 30px 10px 50px;}
	.top .system .txt { margin-bottom: 30px;}
}

/*PC*/
/* 960px以上 */
@media screen and (min-width:960px) {
	.top .system { padding: 50px 0 70px;}
	.top .system .txt { margin-bottom: 50px;}
}

/*-------------------------------------------*/
/*  7.0 - 対策できる課題
/*-------------------------------------------*/

.top .measures { position: relative;}
.top .measures .image {	z-index: 200;}
.top .measures .image img { box-shadow: 0 10px 40px #c5c5c5;}
.top .measures .measures_list ul li {
  width: 100%;
  display: table;
	table-layout: fixed;
	border-bottom: #333 1px solid;
}
.top .measures .measures_list ul li:last-child { border-bottom: none;}
.top .measures .measures_list ul li p {
  box-sizing: border-box;
  display: table-cell;
	vertical-align: middle;
}
.top .measures .measures_list ul li p:nth-child(1) { font-weight: bold;}
.top .measures .measures_list ul li p:nth-child(2) {
  width: 100%;
	line-height: 1.8em;
}
.top .measures .measures_list ul li:nth-child(4) p:nth-child(2) { text-align: right;}
.top .measures .measures_list ul li:nth-child(4) span:nth-child(1) {
  font-weight: bold;
	font-size: 6.0rem;
  color: #ff1356;
}
.top .measures .measures_list ul li:nth-child(4) span:nth-child(2) {
  font-weight: bold;
	font-size: 2.0rem;
}

.top .measures .measures_btn .btn {
  clear: both;
	position: relative;
  margin: 0 auto;
	z-index: 200;
}

/*タブレット・スマホ*/
/* 959px以下 */
@media screen and (max-width:959px) {
	.top .measures {
	  overflow: hidden;
	  padding: 30px 0 50px;
	}
	.top .measures h2.heading,
	.top .measures .heading_sub {
	  padding-left: 10px;
		padding-right: 10px;
	}
	.top .measures .txt {
		margin-bottom: 30px;
	  padding-left: 10px;
		padding-right: 10px;
	}
	.top .measures .image { 
	  position: relative;
		padding: 10px;
	}
  .top .measures .image img {  width: 100%;}
	.top .measures .measures_list {
	  position: relative;
		top: -40px;
		z-index: 100;
	  background: #eef0f2;
		padding: 50px 10px 0;
	}
	.top .measures .measures_list ul li { padding: 20px 0;}
	.top .measures .measures_list ul li p:nth-child(1) { width: 30%;}
	.top .measures .measures_list ul li p:nth-child(2) { width: 70%;}
	.top .measures .measures_list ul li:nth-child(4) span:nth-child(1) { font-size: 5.0rem;}
}

/*PC*/
/* 960px以上 */
@media screen and (min-width:960px) {
	.top .measures { padding: 50px 0 70px;}
	.top .measures::before {
		width: 80%;
		height: 60%;
		content: "";
		position: absolute;
		top: 280px;
		left: 0;
		z-index: 100;
		background: #eef0f2;
	}
	.top .measures .txt { margin-bottom: 50px;}
	.top .measures .lead { font-size: 1.5rem;}
	.top .measures .measures_list {
		width: calc(100% - 600px);
		height: 610px;
		box-sizing: border-box;
		position: relative;
		z-index: 200;
		padding-top: 45px;
	}
  .top .measures .image {
	  width: calc(100% - 48%);
    max-width: 800px;
    max-height: 500px;
	  position: absolute;
		right: 0;
		margin-top: 55px;
  }
  .top .measures .image img {
	  width: 100%;
		max-height: 500px;
	}
	.top .measures .measures_list ul li { padding: 30px 0;}
	.top .measures .measures_list ul li p:nth-child(1) {
	  width: 185px;
		font-size: 1.9rem;
	}
	.top .measures .measures_list ul li p:nth-child(2) { font-size: 1.3rem;}
	.top .measures .measures_btn {
	  position: relative;
		top: -30px;
		z-index: 200;
	}
}

/*-------------------------------------------*/
/*  8.0 - 導入実績
/*-------------------------------------------*/

.top .results {
  background: url("../img/common/bg_sky.jpg") no-repeat center bottom;
	background-size: cover;
  color: #fff;
}
.top .results h2.heading,
.top .results .heading_sub { color: #fff;}
.top .results .results_list  { margin-bottom: 50px;}
.top .results .results_list .results_slide { display: none;}
.top .results .results_list .results_slide.slick-initialized { display: block;}
.top .results .results_list li {
  background: #fff;
  color: #333
}

.top .results .results_list li .thumb img {
  width: 100%;
	vertical-align: bottom;
}
.top .results .results_list li .detail {
	box-sizing: border-box;
	padding: 10px 20px 20px;
}
.top .results .results_list li .detail .title {
  width: 100%;
  display: table;
	table-layout: fixed;
	border-bottom: #333 1px solid;
	margin-bottom: 15px;
	padding-bottom: 10px;
  font-weight: bold;
}
.top .results .results_list li .detail .title .results_num,
.top .results .results_list li .detail .title .title_txt {
  box-sizing: border-box;
  display: table-cell;
	vertical-align: top;
}
.top .results .results_list li .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;
}
.top .results .results_list li .detail .title .results_num::before {
  width: 1px;
	height: 30px;
	content: "";
	position: absolute;
	background: #333;
	top: 10px;
	right: -10px;
}
.top .results .results_list li .detail .title .results_num span {
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -28px;
  letter-spacing: 1px;
  font-size: 1.0rem;
}
.top .results .results_list li .detail .title .title_txt {
  width: 100%;
	padding: 14px 0 0 30px;
	line-height: 1.5em;
}
.top .results .results_list li .detail .lead {
  margin-bottom: 15px;
  text-align: center;
	font-weight: bold;
}
.top .results .results_list li .detail .escape {
  width: 100%;
  display: table;
	table-layout: fixed;
	text-align: center;
}
.top .results .results_list li .detail .escape .escape_money {
  width: 50%;
  display: table-cell;
	vertical-align: top;
}
.top .results .results_list li .detail .escape .escape_money:nth-child(2) { border-left: #333 1px solid;}
.top .results .results_list li .detail .escape .escape_money p:nth-child(2) { font-weight: bold;}
.top .results .results_list li .detail .escape .escape_money p:nth-child(2) span { color: #ff1356;}
.top .results .results_list .slick-next,
.top .results .results_list .slick-prev {
  width: 50px;
	height: 50px;
	position: absolute;
	top: -50px;
	z-index: 300;
  border: none;
  background: #333;
	overflow: hidden;
	text-indent: 140%;
	white-space: nowrap;
}
.top .results .results_list .slick-next::before,
.top .results .results_list .slick-next::after,
.top .results .results_list .slick-prev::before,
.top .results .results_list .slick-prev::after {
  position: absolute;
  top: 50%;
  display: block;
  content: '';
  width: 20px;
  height: 2px;
  background: #fff;
  border-radius: 4px;
}
.top .results .results_list .slick-next::before,
.top .results .results_list .slick-next::after { right: 15px;}
.top .results .results_list .slick-prev::before,
.top .results .results_list .slick-prev::after { left: 15px;}
.top .results .results_list .slick-next::before {
  margin-top: -8px;
  -webkit-transform: rotate(55deg);
  transform: rotate(55deg);
}
.top .results .results_list .slick-next::after {
  margin-top: 6px;
  -webkit-transform: rotate(-55deg);
  transform: rotate(-55deg);
}
.top .results .results_list .slick-prev::before {
  margin-top: -8px;
  -webkit-transform: rotate(-55deg);
  transform: rotate(-55deg);
}
.top .results .results_list .slick-prev::after {
  margin-top: 6px;
  -webkit-transform: rotate(55deg);
  transform: rotate(55deg);
}
.top .results .results_btn .btn_w { margin: 0 auto;}

/*タブレット・スマホ*/
/* 959px以下 */
@media screen and (max-width:959px) {
	.top .results { padding: 30px 0 50px;}
	.top .results h2.heading,
	.top .results .heading_sub {
	  padding-left: 10px;
		padding-right: 10px;
	}
	.top .results .txt {
		margin-bottom: 60px;
	  padding-left: 10px;
		padding-right: 10px;
	}
	.top .results .results_list li {
	  width: 300px;
		margin: 0 10px;
	}
	.top .results .results_list li .cliant {
	  margin-bottom: 10px;
	  font-size: 1.2rem;
	}
	.top .results .results_list li .detail .title,
	.top .results .results_list li .detail .lead { font-size: 1.5rem;}
	.top .results .results_list li .detail .escape .escape_money p:nth-child(1) { font-size: 1.2rem;}
	.top .results .results_list li .detail .escape .escape_money p:nth-child(2) { font-size: 1.5rem;}
	.top .results .results_list li .detail .escape .escape_money p:nth-child(2) span { font-size: 2.5rem;}
	.top .results .results_list .slick-next {	right: 10px;}
	.top .results .results_list .slick-prev {	right: 70px;}
}

/*PC*/
/* 960px以上 */
@media screen and (min-width:960px) {
	.top .results { padding: 50px 0 70px;}
	.top .results .txt { margin-bottom: 50px;}
	.top .results .results_list li {
	  width: 500px;
		margin: 0 20px;
	}
	.top .results .results_list li .cliant {
	  margin-bottom: 10px;
	  font-size: 1.5rem;
	}
	.top .results .results_list li .detail .title,
	.top .results .results_list li .detail .lead {	font-size: 1.7rem;}
	.top .results .results_list li .detail .escape .escape_money p:nth-child(1) { font-size: 1.5rem;}
	.top .results .results_list li .detail .escape .escape_money p:nth-child(2) { font-size: 2.0rem;}
	.top .results .results_list li .detail .escape .escape_money p:nth-child(2) span { font-size: 5.0rem;}
	.top .results .results_list .slick-next {	right: 40px;}
	.top .results .results_list .slick-prev {	right: 100px;}
}

/*-------------------------------------------*/
/*  9.0 - サービス導入
/*-------------------------------------------*/

.top .flow .tagonly {
  box-sizing: border-box;
  background-image: url("../img/top/bg_flow02.png"), url("../img/top/bg_flow01.png");
  background-repeat: repeat, no-repeat;
  background-position: center, center;
  background-size: 25%, cover;
}
.top .flow .tagonly_code {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 10px 0 0;
  background: #fff;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
.top .flow .tagonly_code span:nth-child(1) { margin-right: 10px;}
.top .flow .tagonly_code span:nth-child(2) { margin-left: 10px;}
.top .flow .flow_btn .btn { margin: 0 auto;}

/*タブレット・スマホ*/
/* 959px以下 */
@media screen and (max-width:959px) {
	.top .flow {
	  overflow: hidden;
	  padding: 30px 0 50px;
	}
	.top .flow h2.heading,
	.top .flow .heading_sub {
	  padding-left: 10px;
		padding-right: 10px;
	}
	.top .flow .txt {
		margin-bottom: 30px;
	  padding-left: 10px;
		padding-right: 10px;
	}
  .top .flow .tagonly { padding: 15px 0 30px;}
  .top .flow .tagonly_code {
    width: 90%;
    top: -30px;
    font-size: 4.0vw;
  }
}

/*PC*/
/* 960px以上 */
@media screen and (min-width:960px) {
	.top .flow { padding: 50px 0 70px;}
  .top .flow .txt { margin-bottom: 50px;}
  .top .flow .tagonly { padding: 30px 0 50px;}
  .top .flow .tagonly_code {
    width: 80%;
    top: -50px;
    font-size: 4.5rem;
  }
}

/*-------------------------------------------*/
/*  10.0 - よくある質問
/*-------------------------------------------*/

.top .faq .faq_list { margin-bottom: 50px;}
.top .faq .faq_list li p.question {
  box-sizing: border-box;
  position: relative;
  padding: 20px 30px 20px 10px;
  border-bottom: #333 1px solid;
  text-indent: -3.4em;
  padding-left: 3.4em;
  cursor: pointer;
  letter-spacing: 1px;
  line-height: 1.8em;
  font-weight: bold;
}
.top .faq .faq_list li p.question span {
  width: 30px;
  display: inline-block;
  margin: 0 10px 0 10px;
  padding: 1px 0;
  border-radius: 2px;
  background: #1d50a2;
  text-align: center;
  text-indent: 0;
  font-weight: bold;
  font-size: 1.4rem;
  color: #fff;
}
.top .faq .faq_list li p.question::before,
.top .faq .faq_list li p.question::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: '';
  width: 11px;
  height: 3px;
  background: #1d50a2;
  border-radius: 4px;
}
.top .faq .faq_list li p.question::before {
  margin-right: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.top .faq .faq_list li p.question::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.top .faq .faq_list li p.question.open::before,
.report .report_open p.open::after {
  top: 48%;
}
.top .faq .faq_list li p.question.open::before {
  margin-top: 1px;
  margin-right: 7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.top .faq .faq_list li p.question.open::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.top .faq .faq_list li .answer {
  display: none;
  box-sizing: border-box;
  padding: 15px 20px 15px 10px;
  border-bottom: #333 1px solid;
}
.top .faq .faq_list li .answer .ico,
.top .faq .faq_list li .answer .txt {
  display: table-cell;
  box-sizing: border-box;
  vertical-align: top;
}
.top .faq .faq_list li .answer .ico p {
  width: 30px;
  padding: 3px 0;
  border-radius: 2px;
  background: #f39800;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  color: #fff;
}
.top .faq .faq_list li .answer .txt {
  padding-left: 10px;
  line-height: 2.0em;
  font-size: 1.4rem;
}
.top .faq .faq_list li .answer .txt p { margin-bottom: 15px;}
.top .faq .faq_list li .answer .txt ul { padding: 0 0 15px;}
.top .faq .faq_list li .answer .txt ul li {
  text-indent: -1em;
  margin-bottom: 5px;
  padding-left: 1em;
}
.top .faq .faq_btn .btn { margin: 0 auto;}

/*タブレット・スマホ*/
/* 959px以下 */
@media screen and (max-width:959px) {
	.top .faq { padding: 30px 0 50px;}
	.top .faq h2.heading,
	.top .faq .heading_sub {
	  padding-left: 10px;
		padding-right: 10px;
	}
  .top .faq .faq_list li p.question { font-size: 1.5rem;}
}

/*PC*/
/* 960px以上 */
@media screen and (min-width:960px) {
	.top .faq { padding: 50px 0 70px;}
  .top .faq .faq_list li p.question { font-size: 1.8rem;}
}

/*-------------------------------------------*/
/*  11.0 - 新着情報
/*-------------------------------------------*/

.top .information .info_list { margin-bottom: 50px;}
.top .information .info_list li {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: #333 1px solid;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 1.5rem;
}
.top .information .info_list li a { text-decoration: underline;}
.top .information .info_list li a:hover { color: #139eff;}
.top .information .info_list li .date {
  margin-right: 20px;
  font-weight: normal;
}
.top .information .info_list li .new {
  box-sizing: border-box;
  background: #ff1356;
  border-radius: 2px;
  margin-left: 10px;
  padding: 1px 5px;
  font-weight: normal;
  color: #fff;
}

.top .information .info_btn .btn { margin: 0 auto;}

/*タブレット・スマホ*/
/* 959px以下 */
@media screen and (max-width:959px) {
	.top .information { padding: 30px 0 50px;}
	.top .information h2.heading,
	.top .information .heading_sub {
	  padding-left: 10px;
		padding-right: 10px;
	}
  .top .information .info_list li {
    padding: 20px 10px 10px 10px;
    text-indent: -9em;
    padding-left: 9em;
    font-size: 1.2rem;
  }
  .top .information .info_list li .date {
    margin: 0 10px 0 10px;
    font-size: 1.3rem;
  }
  .top .information .info_list li .new {
    padding: 1px 3px;
    font-size: 1.0rem;
  }
}

/*PC*/
/* 960px以上 */
@media screen and (min-width:960px) {
	.top .information { padding: 50px 0 70px;}
  .top .information .info_list li { font-size: 1.5rem;}
  .top .information .info_list li .date { font-size: 1.6rem;}
  .top .information .info_list li .new { font-size: 1.2rem;}
}


