@charset "utf-8";

.floatL { float: left; }
.floatR { float: right; }

.txt_10 { font-size: 10px; }
.txt_11 { font-size: 11px; }
.txt_12 { font-size: 12px; }
.txt_13 { font-size: 13px; }
.txt_14 { font-size: 14px; }
.txt_15 { font-size: 15px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }

.txt_b { font-weight: bold; }

.txt_c { text-align: center; }
.txt_l { text-align: left; }
.txt_r { text-align: right; }

.txt_red { color: #f00; }
.txt_blue { color: #1d48cb; }

.ls_narrow { letter-spacing: 0;}

.line_125 { line-height: 125%; }
.line_150 { line-height: 170%; }
.line_200 { line-height: 200%; }
.line_220 { line-height: 220%; }

.mt_30 { margin-top: 30px; }

.mr_20 { margin-right: 20px; }

.mb_5 { margin-bottom: 5px; }
.mb_10 { margin-bottom: 10px; }
.mb_15 { margin-bottom: 15px; }
.mb_20 { margin-bottom: 20px; }
.mb_25 { margin-bottom: 25px; }
.mb_30 { margin-bottom: 30px; }
.mb_40 { margin-bottom: 40px; }
.mb_50 { margin-bottom: 50px; }
.mb_60 { margin-bottom: 60px; }


.pl_60 { padding-left: 60px; }
.plr_20 { padding: 0 20px; }


.width_310 { width: 310px; }
.width_340 { width: 340px; }
.width_533 { width: 533px; }
.width_560 { width: 560px; }


/* リンク
--------------------------------------*/


/* div
--------------------------------------*/
.inner_20 {
	padding: 0 20px;
}

/* コピー
--------------------------------------*/
.bg_yellow {
	background-color: #fdfc92;
	padding: 4px;
}

/* タイトル
--------------------------------------*/
.h3_001 {
	background: url(../img/bg_h3_001.png) no-repeat 0 0;
	padding: 20px 20px 17px 20px;
	font-size: 21.5px;
	font-weight: bold;
	color: #000;
	margin-bottom: 20px;
}
.h3_001 .sub-text {
	font-size: 15px;
	line-height: 1.0;
	letter-spacing: 0;
}

.h4_001 {
	background: url(../img/bg_h4_001.png) no-repeat 0 0;
	padding: 6px 0 6px 20px;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}

/* テーブル .table_001
--------------------------------------*/
.table_001 {
	width: 100%;
}

.table_001 th,
.table_001 td {
	border: 1px solid #dfdfdf;
	line-height: 180%;
	padding: 13px 17px;
	vertical-align: top;
	letter-spacing: 0.5px;
}

.table_001 .th_blue {
	background: #0698f2;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.table_001 .th_lightblue {
	background: #f0fbfd;
	font-weight: bold;
	color: #000;
	text-align: left;
}
.table_001 td {
	background-color: #fff;
}
.table_001 .redTxt {
	color: #e60012;
	font-size: 20px;
	font-weight: bold;
}
.table_001 .blueTxt {
	color: #0698f2;
	font-size: 20px;
	font-weight: bold;
}

/* テーブル .table_002
--------------------------------------*/
.table_002 {
	width: 100%;
}

.table_002 th,
.table_002 td {
	border: none;
	line-height: 180%;
	padding: 3px 0;
	vertical-align: top;
}

.table_002 .bg_blue {
	padding: 8px 13px;
	background: #0698f2;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.table_002  th {
	 width: 70px;
}
.table_002 td.tel {
	 width: 200px;
}

/* テーブル .table_003
--------------------------------------*/
.table_003 {
	width: 100%;
}

.table_003 th,
.table_003 td {
	border-bottom: 1px dotted #a7d5f1;
	line-height: 180%;
	padding: 13px 17px;
	vertical-align: top;
}

.table_003 th {
	background-color: #eefcfc;
	font-weight: bold;
	color: #0698f2;
	text-align: left;
}
.table_003 td {
	background-color: #fff;
}
