@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: 128.57%;
	font-weight: 700;
	line-height: 1.4;
	color: #fff;
	background: #e60012;
	padding: 11px 15px;
	margin-bottom: 13px;
}
.title02 {
	font-size: 128.57%;
	font-weight: 700;
	line-height: 1.4;
	position: relative;
	padding-left: 13px;
	margin-bottom: 10px;
}
.title02:before {
	content: '';
	width: 4px;
	height: 1em;
	display: block;
	background: #e60012;
	position: absolute;
	left: 0;
	top: .15em;
}
.title03 {
	font-size: 121.428%;
	font-weight: 700;
	line-height: 1.4;
	border-bottom: 2px solid #e60012;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

@media screen and (max-width:767px){
	.title01 {
		font-size: 16px;
		padding: 10px 15px;
	}
	.title02 {
		font-size: 16px;
	}
	.title03 {
		font-size: 16px;
	}
}

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

- Section Style

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

/* section
------------------------------- */
.section01 {
	margin-bottom: 60px;
}
@media screen and (max-width:767px){
	.section01 {
		margin-bottom: 30px;
	}
}

/* imgSec
------------------------------- */
.imgSec01 {
	margin-bottom: 15px;
}
.imgSec01 .imgL {
	float: left;
	margin: 3px 25px 10px 0;
}
.imgSec01 .imgR {
	float: right;
	margin: 3px 0 10px 25px;
}
.imgSec01 .inTxt {
	overflow: hidden;
}
@media screen and (max-width:767px) {
	.imgSec01 .spFlClear {
		float: none;
		margin: 0 0 10px;
		text-align: center;
	}
}

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

- List Style

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

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

/* defList
------------------------------- */
.defList {
	padding-left: 1.5em;
	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;
	padding: 0 10px;
}
.btnUnit01 input {
	vertical-align: bottom;
}

.btn01 {
	background: #fff;
	border: 1px solid #ccc;
	display: inline-block;
	text-decoration: none;
	border-radius: 4px;
	position: relative;
}
.btn01:hover {
	background: #e9e9e9;
}
a.btn01,
.btn01 input {
	padding: 10px 25px 13px;
}
.btn01 .fa {
	color: #e60012;
	font-size: 16px;
}
.btn01 .fa:first-child {
	margin-right: 6px;
}
a.btn01.icon_pos_left,
.btn01.icon_pos_left input {
	padding-left: 35px;
}
.icon_angle_right:before {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 16px;
	position: absolute;
	left: 15px;
	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: 13px 15px;
	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: 4px 15px 4px 0;}
.tblNoBdr td { padding: 4px 0;}
table .tblNoBdr th { padding-top: 6px;}

/* 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%;}
@media screen and (max-width:767px){
	.sp_colW05 { width: 5%;}
	.sp_colW08 { width: 8%;}
	.sp_colW10 { width: 10%;}
	.sp_colW15 { width: 15%;}
	.sp_colW20 { width: 20%;}
	.sp_colW25 { width: 25%;}
	.sp_colW30 { width: 30%;}
	.sp_colW35 { width: 35%;}
	.sp_colW40 { width: 40%;}
	.sp_colW45 { width: 45%;}
	.sp_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;
	font-size: 107.14%;
	font-weight: 700;
}
.note01 {
	color: #715e5e;
}
table .note01 {
	margin-top: 5px;
}

.link_pdf:after {
	content: "\f1c1";
	font-family: FontAwesome;
	color: #333;
	margin-left: 5px;
}




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

- FontAwesome

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

.fw_arrw01 {
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
}
.fw_arrw01:before {
  display: inline-block;
  margin-right: 0.25rem;
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  color: #e82525;
}



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

- 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;}
@media screen and (max-width:767px){
	.sp_mgt0 { margin-top: 0 !important;}
	.sp_mgt5 {	margin-top: 5px !important;}
	.sp_mgt10 {	margin-top: 10px !important;}
	.sp_mgt15 {	margin-top: 15px !important;}
	.sp_mgt20 {	margin-top: 20px !important;}
	.sp_mgt30 {	margin-top: 30px !important;}
	.sp_mgt40 {	margin-top: 40px !important;}
	.sp_mgb0 { margin-bottom: 0 !important;}
	.sp_mgb5 {	margin-bottom: 5px !important;}
	.sp_mgb10 {	margin-bottom: 10px !important;}
	.sp_mgb15 {	margin-bottom: 15px !important;}
	.sp_mgb20 {	margin-bottom: 20px !important;}
	.sp_mgb30 {	margin-bottom: 30px !important;}
	.sp_mgb40 {	margin-bottom: 40px !important;}
}


.fw700 {
  font-weight: 700;
}
.pcNone {
  display: none !important;
}

@media screen and (max-width:767px) {
  .pcNone {
    display: inline-block !important;
  }
  .spNone {
    display: none !important;
  }
}

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

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;
}