@charset "utf-8";

/******************************************
汎用classの定義
- Title Style
- Section Style
- List Style
- Button Style
- Table Style
- Form Style
- Text Style
- Stopgap Class
- Clearfix
*******************************************/

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

- Title Style

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

/* title
------------------------------- */
.title01 {
	font-size: 20px;
	line-height: 1.3;
	font-weight: 700;
	position: relative;
	padding: 11px 10px 11px 12px;
}
.title01:before,
.title01:after {
	content: '';
	width: 100%;
	height: 1px;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
.title01:after {
	top: inherit;
	bottom: 0;
}
.title01_sub {
	font-size: 15px;
	display: block;
	line-height: 1.3;
	margin-top: 3px;
}
.title02 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	background: #277852 url(/sp/files/img/common/title02_bg.png);
	-webkit-background-size: 8px 8px;
	background-size: 8px 8px;
	color: #fff;
	padding: 8px 10px;
	position: relative;
	margin-bottom: 13px;
}
.title02 span {
	display: block;
	position: relative;
	padding-left: 12px;
}
.title02 span:before {
	content: '';
	width: 3px;
	height: 100%;
	display: block;
	background: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.title03 {
	border-left: 4px solid #098842;
	padding-left: 8px;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.3;
}
.title04 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	color: #dfa33e;
	margin-bottom: 5px;
}

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

- Section Style

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

/* section
------------------------------- */
.section01 {
}

/* imgSec
------------------------------- */
.imgSec01 {
	margin-bottom: 15px;
}
.imgSec01 .imgL {
	float: left;
	margin: 3px 13px 10px 0;
}
.imgSec01 .imgR {
	float: right;
	margin: 3px 0 10px 13px;
}
.imgSec01 .inTxt {
	overflow: hidden;
}

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

- List Style

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

/* list
------------------------------- */
.list01 {
	padding-left: 20px;
}
.list01 li {
	list-style-type: disc;
}

/* defList
------------------------------- */
.defList {
	padding-left: 30px;
	margin-bottom: 15px;
}
ul.defList li {
	list-style-type: disc;
}
ol.defList li {
	list-style-type: decimal;
}

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

- Button Style

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

/* btn
------------------------------- */
.btnUnit01 {
	text-align: center;
}
.btnUnit01 li {
	display: inline-block;
	padding: 0 10px;
}
.btnUnit01 input {
	vertical-align: bottom;
}

.btn01 {
	display: block;
	border: 1px solid #b8b8b8;
	background: #fff;
	text-decoration: none;
	color: #333;
	font-weight: 700;
	position: relative;
	padding: 15px 20px;
}
.btn01:after {
	content: '';
	width: 0;
	height: 0;
	display: block;
	border: 4px solid transparent;
	border-left-width: 6px;
	border-left-color: #277852;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

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

- Table Style

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

/* tbl
------------------------------- */
.tbl01 {
	width: 100%;
	margin-bottom: 20px;
}
.tbl01 th,
.tbl01 td {
	padding: 11px 15px 10px;
	border: 1px solid #ccc;
	vertical-align: top;
}
.tbl01 th {
	background-color: #eee;
	font-weight: 700;
}


/* table common
------------------------------- */
table.vaM th,table.vaM td {
	vertical-align: middle;
}
table.alnC th,table.alnC td {
	text-align: center;
}

/* noborder */
.tblNoBdr{ border: none !important;}
.tblNoBdr th,
.tblNoBdr td {
	border: none !important;
	vertical-align: top;
	background: #fff;
}
.tblNoBdr th { padding: 2px 15px 4px 0;}
.tblNoBdr td { padding: 4px 0;}
table .tblNoBdr th { padding-top: 5px;}

/* col
------------------------------- */
.colW05 { width: 5%;}
.colW08 { width: 8%;}
.colW10 { width: 10%;}
.colW15 { width: 15%;}
.colW20 { width: 20%;}
.colW25 { width: 25%;}
.colW30 { width: 30%;}
.colW35 { width: 35%;}
.colW40 { width: 40%;}
.colW45 { width: 45%;}
.colW50 { width: 50%;}

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

- Form Style
(input要素の幅は適宜調整する)

---------------------------------------- */
input.txt,
textarea.txt,
select.txt {
	padding: 2px;
	border: 1px solid #accad9;
	border-radius: 3px;
	-webkit-box-shadow: inset 0px 3px 4px 0px #eee;
	box-shadow: inset 0px 3px 4px 0px #eee;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
}
input.txt:focus,
textarea.txt:focus {
	border: 1px solid #f19900;
	background: #fff5d6;
}
input.check {
	position: relative;
	top: 2px;
	margin-right: 3px;
}

input.small01 { width: 5em;}
input.small02 {	width: 50px;}
input.medium01 { width: 150px;}
input.medium02 { width: 250px;}
input.medium03 { width: 350px;}
textarea.large01,
input.large01 { width: 98%;}


/* error */
input.err,
textarea.err,
select.err {
	border-color: #ff6060;
	background: #fff0f0;
}
input.err:focus,
textarea.err:focus {
	border-color: #ee5959;
}
.errorTxt {
	margin-top: 10px;
	color: #ff0000;
	line-height:1.1;
}

/*  option and required  */
td.required,
td.option {
	font-weight: 400;
	color: #fff;
	vertical-align: middle;
}
td.required p,
td.option p {
	width: 3.5em;
	margin: 0 auto;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	text-align: center;
}
td.option			{ background: #f5f5f5;}
td.option p		{ background: #a6a6a6;}
td.required		{ background: #fff0f0;}
td.required p	{ background: #ff6060;}


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

- Text Style

---------------------------------------- */
.lead {
	margin-bottom: 20px;
}
.note01 {
	color: #715e5e;
}
.txt_red {
	color: #dd3e39;
}
.txt_red_02 {
	color: #f00;
}
.txt_orange {
	color: #ff9900;
}
.txt_em_01 {
	background: #ff0;
	font-weight: 700;
	padding: 1px 3px;
}
table .note01 {
	margin-top: 5px;
}
.fw400 { font-weight: 400 !important;}

.link01 {
	position: relative;
	padding-left: 9px;
}
.link01:after {
	content: '';
	width: 0;
	height: 0;
	display: block;
	border: 3px solid transparent;
	border-left-width: 4px;
	border-left-color: #277852;
	position: absolute;
	left: 0;
	top: .55em;
}

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

- Stopgap Class
(以下は暫定的、又はイレギュラーな場合のみ使用。通常は使用しない)

---------------------------------------- */
.clear {
	clear: both;
}
.hidden {
	height: 0;
	width: 0;
	overflow: hidden;
}
.mgt0 { margin-top: 0 !important;}
.mgt5 {	margin-top: 5px !important;}
.mgt10 {	margin-top: 10px !important;}
.mgt15 {	margin-top: 15px !important;}
.mgt20 {	margin-top: 20px !important;}
.mgt30 {	margin-top: 30px !important;}
.mgt40 {	margin-top: 40px !important;}
.mgb0 { margin-bottom: 0 !important;}
.mgb5 {	margin-bottom: 5px !important;}
.mgb10 {	margin-bottom: 10px !important;}
.mgb15 {	margin-bottom: 15px !important;}
.mgb20 {	margin-bottom: 20px !important;}
.mgb30 {	margin-bottom: 30px !important;}
.mgb40 {	margin-bottom: 40px !important;}
.alnC { text-align: center !important;}
.alnR { text-align: right !important;}
.alnL{ text-align: left !important;}
.nowrap { white-space: nowrap;}
.breakWord { word-wrap: break-word;}


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

clearfix

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

/* Modern Browsers
------------------------------- */
.clearfix:after,
.imgSec01:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */
.clearfix,
.imgSec01 {
	*zoom: 1;
}