@charset "utf-8";
/* Copyright 2020 FSFIELD All Rights Reserved. */

@media print, screen and (min-width:768px){ /* 表示領域が768px以上の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	PC

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
	
	/* ------------------------------------------------------------

	土浦商工会議所青年部委員会規程

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

	/* グローバルナビアクティブ
	---------------------------------------------- */
	.nav_global01 ul li.g05 a{color: #3898F8;}
	
	/* ページタイトル
	---------------------------------------------- */
	.pagettl_inner{background-image: url("../agreement/img/pc/img_pagettl01.jpg");}
	
	/* common.css上書き
	---------------------------------------------- */
	.heading02{margin-bottom: 15px;}
	
	/* コンテンツ
	---------------------------------------------- */	
	.sec_agreement{margin-bottom: 40px;}
	
	.sec_agreement:last-of-type{margin-bottom: 0;}
	
	.rules{margin-bottom: 30px;}
	
	.rules:last-of-type{margin-bottom: 0;}
	
	.rules_inner{margin-bottom: 20px;}
	
	.rules_inner:last-of-type{margin-bottom: 0;}
	
	.rules_inner > ul > li > ul{padding-left: 2em;}
	
	.txt_rules02{
		text-align: right;
		margin-top: 10px;
	}
	
	/*--テーブル--*/
	.tbl_agreement{margin-top: 10px;}
	
	.tbl_agreement th{letter-spacing: 0.05em;}
	
	.tbl_agreement01{margin-bottom: 20px;}
	
	.tbl_agreement01 th{width: 120px;}
	
	.tbl_agreement02{margin-bottom: 40px;}
	
	.tbl_agreement02 th,
	.tbl_agreement03 th{width: 160px;}
	
	
}/*--@media--*/


@media only screen and (max-width:767px){ /* 表示領域が767px以下の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	スマートフォン（iPhone,Android)

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

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

	土浦商工会議所青年部委員会規程

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

	/* ページタイトル
	---------------------------------------------- */
	.pagettl_inner{background-image: url("../agreement/img/sp/img_pagettl01.jpg");}

	/* common.css上書き
	---------------------------------------------- */
	.heading02{
		font-size: 2.4rem;
		line-height: 1.4;
		text-align: center;
		margin-bottom: 20px;
	}

	/* コンテンツ
	---------------------------------------------- */
	.sec_agreement{margin-bottom: 40px;}
	
	.sec_agreement:last-of-type{margin-bottom: 0;}
	
	.rules{margin-bottom: 30px;}
	
	.rules:last-of-type{margin-bottom: 0;}
	
	.rules_inner{margin-bottom: 20px;}
	
	.rules_inner:last-of-type{margin-bottom: 0;}
	
	.rules_inner > ul > li > ul{padding-left: 2em;}
	
	.txt_rules02{
		text-align: right;
		margin-top: 10px;
	}
	
	/*--テーブル--*/
	.tbl_agreement{margin-top: 10px;}
	
	.tbl_agreement01{margin-bottom: 20px;}
	
	.tbl_agreement01 th{width: 100px;}
	
	.tbl_agreement02{margin-bottom: 40px;}
	
	.tbl_agreement02 th,
	.tbl_agreement03 th{width: 155px;}
	
	
}/*--@media--*/

