@charset "utf-8";

/**********************************************
** Site Name: 不正対策.com
** Site URI: https://www.fuseitaisaku.com/
** Description: サービス利用規約
** Author: a-yamamoto
** Last Update: 2025/04/25
** Updater: a-yamamoto
**********************************************/

/*-------------------------------------------*/
/*  CONTENTS:
/*--------------------------------------------
1.0 - 汎用スタイル
    1.1 - 見出し
2.0 - お問い合わせ方法
		
---------------------------------------------*/

/*-------------------------------------------*/
/*  1.0 - 汎用スタイル
/*-------------------------------------------*/

.terms .txt {
  text-indent: 1em;
  line-height: 1.8em;
}
.terms .txt_indent0 {
  text-indent: 0;
}

/*タブレット・スマホ*/
/* 959px以下 */
@media screen and (max-width:959px) {
  .terms .txt { font-size: 1.2rem;}
}

/*PC*/
/* 960px以上 */
@media screen and (min-width:960px) {
  .terms .txt { font-size: 1.4rem;}
}

/*  1.1 - 見出し
/*-------------------------------------------*/

.terms h3 {
  border-bottom: #333 1px solid;
  margin-bottom: 20px;
  padding: 0 0 10px;
  font-weight: bold;
  font-size: 1.8rem;
}

/*タブレット・スマホ*/
/* 959px以下 */
@media screen and (max-width:959px) {
  .terms h1.heading {
	  margin-bottom: 20px;
		padding: 0 10px;
	}
	.terms .heading_sub { padding: 0 10px;}
}

/*PC*/
/* 960px以上 */
@media screen and (min-width:960px) {
  .terms h1.heading,
	.terms .heading_sub {
    min-width: 940px;
    max-width: 1100px;
    margin: 0 auto;
  }
  .terms h1.heading { margin-bottom: 50px;}	
}

/*-------------------------------------------*/
/*  2.0 - 規約
/*-------------------------------------------*/

.terms .terms_detail { background: #f4f5f6;}
.terms .txt_detail { margin-bottom: 30px;}
.terms .txt_detail p { padding: 0 15px 10px;}
.terms .txt_detail dl { padding: 0 15px;}
.terms .txt_detail dl dd {
  padding-left: 13px;
  margin-bottom: 10px;
}
.terms .txt_detail ul { padding: 0 15px 5px;}
.terms .txt_detail ul.list_indent { padding: 0 30px 5px;}
.terms .txt_detail ul li {
  padding: 0 0 5px 13px;
  text-indent: -13px;
}
.terms .kaitei {
  border-top: 1px dotted #ccc;
  margin-top: 50px;
  padding-top: 15px;
}
.terms .txt_detail.kaitei { margin-bottom: 0;}

/*タブレット・スマホ*/
/* 959px以下 */
@media screen and (max-width:959px) {
  .terms .terms_detail { padding: 30px 10px 50px;}
  .terms .txt_detail p,
  .terms .txt_detail ul,
  .terms .txt_detail dl { font-size: 1.2rem;}
}

/*PC*/
/* 960px以上 */
@media screen and (min-width:960px) {
  .terms .terms_detail { padding: 50px 0 70px;}
  .terms .txt_detail p,
  .terms .txt_detail ul,
  .terms .txt_detail dl { font-size: 1.4rem;}
}

