@charset "utf-8";
/* ====================================================================== */
/* リンク */
/* ====================================================================== */

/* arrow01
------------------------------------------------------------------------- 
.arrow01 i {
	background: url(../img/ico_arrow01.png) 0 100% no-repeat;
	background-size: 80%;
	height: 28px;
	width: 24px;
	display: inline-block;
}*/


/* ====================================================================== */
/* btnBlock */
/* ====================================================================== 
.btn,
.btn_blue,
.btn_red,
.btn_yellow {
	display: inline-block;
	padding: 16px 30px;
	text-align: center;
	border-radius: 8px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-decoration: none;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 2.2rem;
	font-weight: normal;
	line-height: 1.4;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.btn_small {
	width: auto;
	padding: 10px 20px;
	font-size: 1.8rem;
}

.btn_large {
	display: block;
	padding: 24px 30px;
	font-size: 2.6rem;
}

.btn {
	border: 2px solid #d2d2d2;
	-webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 1);
	-moz-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 1);
	box-shadow: inset 0 2px 0 rgba(255, 255, 255, 1);
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#dadada));
	background: -webkit-linear-gradient(top, #f8f8f8, #dadada);
	background: -moz-linear-gradient(top, #f8f8f8, #dadada);
	background: -o-linear-gradient(top, #f8f8f8, #dadada);
	background: -ms-linear-gradient(top, #f8f8f8, #dadada);
	background: linear-gradient(top, #f8f8f8, #dadada);
	color: #000 !important;
}

.btn_blue {
	border: 2px solid #0944ae;
	-webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, .2);
	-moz-box-shadow: inset 0 2px 0 rgba(255, 255, 255, .2);
	box-shadow: inset 0 2px 0 rgba(255, 255, 255, .2);
	background: -webkit-gradient(linear, left top, left bottom, from(#0b5bc1), to(#0b20c1));
	background: -webkit-linear-gradient(top, #0b5bc1, #0b20c1);
	background: -moz-linear-gradient(top, #0b5bc1, #0b20c1);
	background: -o-linear-gradient(top, #0b5bc1, #0b20c1);
	background: -ms-linear-gradient(top, #0b5bc1, #0b20c1);
	background: linear-gradient(top, #0b5bc1, #0b20c1);
	color: #fff !important;
}

.btn_red {
	border: 2px solid #af0000;
	-webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, .3);
	-moz-box-shadow: inset 0 2px 0 rgba(255, 255, 255, .3);
	box-shadow: inset 0 2px 0 rgba(255, 255, 255, .3);
	background: -webkit-gradient(linear, left top, left bottom, from(#dd0000), to(#af0000));
	background: -webkit-linear-gradient(top, #dd0000, #af0000);
	background: -moz-linear-gradient(top, #dd0000, #af0000);
	background: -o-linear-gradient(top, #dd0000, #af0000);
	background: -ms-linear-gradient(top, #dd0000, #af0000);
	background: linear-gradient(top, #dd0000, #af0000);
	color: #fff !important;
}

.btn_yellow {
	border: 2px solid #d58f2c;
	-webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, .3);
	-moz-box-shadow: inset 0 2px 0 rgba(255, 255, 255, .3);
	box-shadow: inset 0 2px 0 rgba(255, 255, 255, .3);
	background: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#dd8200));
	background: -webkit-linear-gradient(top, #f0ad4e, #dd8200);
	background: -moz-linear-gradient(top, #f0ad4e, #dd8200);
	background: -o-linear-gradient(top, #f0ad4e, #dd8200);
	background: -ms-linear-gradient(top, #f0ad4e, #dd8200);
	background: linear-gradient(top, #f0ad4e, #dd8200);
	color: #fff !important;
}
*/

/* ====================================================================== */
/* hr */
/* ====================================================================== 
hr {
	height: 0;
	border: none;
	border-top: 2px solid #d2d2d2;
	background: none;
	font-size: 0;
	line-height: 0;
	margin: 20px 0;
}

hr.hr_dot {
	border-top: 2px dotted #d2d2d2;
}

hr.hr5 {
	margin: 5px 0;
}

hr.hr10 {
	margin: 10px 0;
}

hr.hr20 {
	margin: 20px 0;
}

hr.hr40 {
	margin: 40px 0;
}

hr.hr60 {
	margin: 60px 0;
}
*/

/* ====================================================================== */
/* title */
/* ====================================================================== */

/*ttl01
------------------------------------------------------------------------- 
.ttl01 {
	position: relative;
	margin: 4px 4px 20px;
	padding: 14px 14px 14px 20px;
	-webkit-box-shadow: 0 0 0 4px #96b0dd, inset 2px 2px 0 #fff;
	-moz-box-shadow: 0 0 0 4px #96b0dd, inset 2px 2px 0 #fff;
	box-shadow: 0 0 0 4px #96b0dd, inset 2px 2px 0 #fff;
	border: 2px solid #89a7db;
	background: -webkit-gradient(linear, left top, left bottom, from(#eaf6fd), to(#fff));
	background: -webkit-linear-gradient(top, #eaf6fd, #fff);
	background: -moz-linear-gradient(top, #eaf6fd, #fff);
	background: -o-linear-gradient(top, #eaf6fd, #fff);
	background: -ms-linear-gradient(top, #eaf6fd, #fff);
	background: linear-gradient(top, #eaf6fd, #fff);
	color: #090b58;
	font-size: 3.0rem;
}

.ttl01:before {
	position: absolute;
	top: 20%;
	left: 0;
	display: block;
	content: "";
	width: 8px;
	height: 60%;
	background: #1d2088;
}*/

/*ttl02
------------------------------------------------------------------------- 
.ttl02 {
	margin: 0 0 20px;
	padding: 10px 20px;
	background: -webkit-gradient(linear, left top, left bottom, from(#252987), to(#191b6c));
	background: -webkit-linear-gradient(top, #252987, #191b6c);
	background: -moz-linear-gradient(top, #252987, #191b6c);
	background: -o-linear-gradient(top, #252987, #191b6c);
	background: -ms-linear-gradient(top, #252987, #191b6c);
	background: linear-gradient(top, #252987, #191b6c);
	color: #fff;
	font-size: 2.6rem;
	line-height: 1.4;
}
*/
/*ttl03
------------------------------------------------------------------------- */
.ttl03 {
	font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS P ゴシック";
	font-size: 21px;
	line-height: 2em;
	font-weight: normal;
	margin-bottom: 25px;
	clear: both;
	margin-top: 60px;
}

/*ttl04
------------------------------------------------------------------------- */
.ttl04 {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","メイリオ", "MS P ゴシック";
	font-size: 16px;
	padding: 0 0 10px 5px;
	margin: 0 0 10px;
	font-weight: bold;
	line-height: 1.1em;
	letter-spacing: 1px;
	border-bottom: dotted 1px #e0e0e0;
}

/*ttl05
------------------------------------------------------------------------- 
.ttl05 {
	background: #fff;
	margin: 0 0 18px;
	padding: 6px 0 4px 10px;
	border-left: 8px solid #1e2178;
	line-height: 1.2;
	font-size: 2.4rem;
}
*/

/*ttl06
------------------------------------------------------------------------- 
.ttl06 {
	background: #5155b3;
	color: #fff;
	margin: 0 0 18px;
	padding: 8px 14px;
	border-left: 8px solid #1e2178;
	line-height: 1.2;
	font-size: 2.4rem;
}*/

/*ttl07
------------------------------------------------------------------------- 
.ttl07 {
	background: #fff;
	color: #000;
	margin: 0 0 18px;
	padding: 8px 14px;
	border-left: 8px solid #1e2178;
	line-height: 1.2;
	font-size: 2.4rem;
}
*/


/* ====================================================================== */
/* table */
/* ====================================================================== 
#contents table {
	width: 100%;
	font-size: 2.4rem;
}

#contents table th,
#contents table td {
	padding: 10px 16px;
	border: 2px solid #d2d2d2;
	background: #fff;
}

#contents table .th01 {
	background: #d4e3f9;
}

#contents table .th02 {
	background: #ebfafe;
}
*/


/* ====================================================================== */
/* label */
/* ====================================================================== 
.label_green,
.label_blue,
.label_yellow,
.label_red,
.label_grey {
	display: inline-block;
	padding: 2px 10px;
	font-size: 20px;
	line-height: 1.4;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 2px;
	margin: 0 10px 0 0;
}

.label_green { background: #2e8c30; }
.label_blue { background: #005ea6; }
.label_yellow { background: #fc931f; }
.label_red { background: #b62928; }
.label_grey { background: #777; }
*/


/* ====================================================================== */
/* callout */
/* ====================================================================== 
.bs_callout,
.bs_callout_red,
.bs_callout_yellow,
.bs_callout_blue,
.bs_callout_green {
	padding: 20px;
	border-left: 8px solid #eee;
}

.bs_callout h4,
.bs_callout .ttl {
	margin-top: 0;
	margin-bottom: 5px;
}

.bs_callout p:last-child {
	margin-bottom: 0;
}

.bs_callout code {
	background-color: #fff;
	border-radius: 3px;
}

.bs_callout_red {
	background-color: #fdf7f7;
	border-color: #d9534f;
}

.bs_callout_red .ttl {
	color: #d9534f;
}

.bs_callout_yellow {
	background-color: #fcf8f2;
	border-color: #f0ad4e;
}

.bs_callout_yellow .ttl {
	color: #f0ad4e;
}

.bs_callout_blue {
	background-color: #f4f8fa;
	border-color: #5bc0de;
}

.bs_callout_blue .ttl {
	color: #5bc0de;
}

.bs_callout_green {
	background-color: #e9f5e5;
	border-color: #3c763d;
}

.bs_callout_green .ttl {
	color: #3c763d;
}
*/

/* ====================================================================== */
/* pagination */
/* ====================================================================== 
.pagination {
  margin: 20px 0;
  text-align: center;
}

.pagination ul {
  display: inline-block;
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 14px 24px;
  border: 2px solid #d2d2d2;
  border-left: none;
  background: #fff;
  text-decoration: none;
	line-height: 1.2;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background: #00a0e9;
	color: #fff;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #fff;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999;
  cursor: default;
  background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left: 2px solid #d2d2d2;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
*/


/* ====================================================================== */
/* linkList */
/* ====================================================================== 
.linkList li {
	border-bottom: 2px solid #d2d2d2;
}

.linkList li:first-child {
	border-top: 2px solid #d2d2d2;
}

.linkList li a {
	display: block;
	padding: 18px 40px 18px 0;
	background: url(../img/ico_arrow01.png) right center no-repeat;
	color: #000;
	text-decoration: none;
}

#contents .linkList li p {
	margin: 0;
	font-size: 2.0rem;
	line-height: 1.5;
}

#contents .linkList .linkTitle {
	margin: 0 0 6px;
	color: #00a0e9;
	font-size: 2.6rem;
	text-decoration: underline;
	font-weight: bold;
}
*/

/* ====================================================================== */
/* list_work */
/* ====================================================================== 
.list_work li {
	border-bottom: 2px solid #d2d2d2;
	padding: 15px 0;
	margin: 0 0 0;
	
}

.list_work li .ttl {
	border-left: 10px solid #1d2088;
	padding: 0 0 0 10px;
	margin: 0 0 10px;
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1.3;
}

.list_work li:first-child {
	border-top: 2px solid #d2d2d2;
}

.list_work .emergency_work  {
	background: #ffdddd;
}

.list_work .notice_work  {
	background: #f2ffe4;
}

.list_work .normal_work {
}
*/

/* ====================================================================== */
/* list_member */
/* ====================================================================== 
.list_member li {
	border-bottom: 2px solid #d2d2d2;
	padding: 15px 0;
	margin: 0 0 0;
	
}

.list_member li .ttl {
	border-left: 10px solid #1d2088;
	padding: 0 0 0 10px;
	margin: 0 0 10px;
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1.3;
}

.list_member li:first-child {
	border-top: 2px solid #d2d2d2;
}

.list_member .emergency_work  {
	background: #ffdddd;
}

.list_member .notice_work  {
	background: #f2ffe4;
}

.list_member .normal_work {
}
*/



/* ====================================================================== */
/* list_news */
/* ====================================================================== 
.list_news li {
	border-bottom: 2px solid #d2d2d2;
	padding: 15px 6px;
	margin: 0 0 5px;
}

.list_news li:first-child {
	border-top: 2px solid #d2d2d2;
}
*/

/* ====================================================================== */
/* list_num */
/* ====================================================================== */
.list_num {
	padding: 0 0 0 25px;
	list-style-type: decimal;
}

.list_num > li {
	margin: 0 0 5px;
}


/* ====================================================================== */
/* list_disc */
/* ====================================================================== */
.list_disc {
	padding: 0 0 0 25px;
	list-style-type: disc;
}

.list_disc > li {
	margin: 0 0 5px;
}


/* ====================================================================== */
/* list_disc */
/* ====================================================================== */
.lead,
.lead_grey {
	margin-bottom: 20px;
	padding: 15px 30px;
	background-color: #E9E9E9;
}

.lead2,
.lead_yellow {
	margin-bottom: 20px;
	padding: 15px 30px;
	background-color: #FFCC00;
}

.lead_red {
	margin-bottom: 20px;
	padding: 15px 30px;
	background-color: #bd3232;
}

.lead_line {
	margin-bottom: 20px;
	padding: 20px 30px;
	border: 1px solid #ccc;
}

/* ====================================================================== */
/* アラート表示　 */
/* ====================================================================== */
.alert_green,
.alert_blue,
.alert_yellow,
.alert_red,
.alert_white {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

.alert_green {
	background: #dff0d8;
	border: #d6e9c6;
	color: #003a01;
}

.alert_blue {
	background: #c5dbff;
	border: #bce8f1;
	color: #617eae;
}

.alert_yellow {
	background: #fcf8e3;
	border: #a05706;
	color: #4c3000;
}

.alert_red {
	background: #f2dede;
	border: #ebccd1;
	color: #600100;
}

.alert_white {
	background: #fff;
	border: #e0e0e0;
	color: #333333;
}



/* ====================================================================== */
/* ソートボックス */
/* ====================================================================== 
.sort_block {
	display: -webkit-box;
	display: box;
	-webkit-box-pack: start;
	-moz-box-pack: start;
	box-pack: start;
}

.sort_block li {
	padding: 0 10px;
	border-left: 2px solid #ccc;
	background: none;
	font-size: 1.8rem;
}

.sort_block li:first-child {
	padding-left: 0;
	border: 0;
}
*/


/* ====================================================================== */
/* その他汎用 */
/* ====================================================================== */
.notes {
	font-size: 2.0rem;
	color: #888;
	margin: 10px 0;
}

.marker_yellow {
	background: #FFCC00;
	padding: 2px 8px;
}

.marker_red {
	background: #bd3232;
	color: #fff;
	padding: 2px 8px;
}



/* ====================================================================== */
/* フォーム　 */
/* ====================================================================== 
input[type="email"],
input[type="password"],
input[type="text"],
input[type="number"],
input[type="zip"]  {
	display: inline-block;
	width: 100%;
	padding: 12px 12px;
	margin: 0 0 10px;
	font-size: 28px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}*/

/* ファイル
------------------------------------------------------------------------- 
input[type="file"] {
	display: inline-block;
	padding: 12px 0;
	font-size: 1.4rem;
	line-height: 1.42857143;
	color: #555;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	zoom: 2;
}
*/


/*ラジオボタン
------------------------------------------------------------------------- 
label.radio {
	font-size: 26px;
	display: inline-block;
	margin: 0 0 10px;
}

input[type="radio"] {
	font-size: 200%;
	height: 30px;
	width: 30px;
	margin: 0 10px 0 0;
	vertical-align: -6px;
}*/

/*チェックボックス
------------------------------------------------------------------------- 
label.checkbox {
	font-size: 26px;
	display: inline-block;
	margin: 0 0 10px;
}

input[type="checkbox"] {
	font-size: 200%;
	height: 30px;
	width: 30px;
	margin: 0 10px 0 0;
	vertical-align: -6px;
}*/

/*テキストエリア
------------------------------------------------------------------------- 
textarea {
	display: block;
	width: 100%;
	height: 200px;
	padding: 6px 12px;
	font-size: 26px;
	line-height: 1.42857143;
	color: #555;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}*/

/* セレクトメニュー
------------------------------------------------------------------------- 
select{
	display: inline-block;
	padding: 12px 12px;
	margin: 0 0 10px;
	font-size: 28px;
	line-height: 1.42857143;
	color: #555;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}*/

/* disabled]
------------------------------------------------------------------------- 
input[disabled],
textarea[disabled],
select[disabled] {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1;
}*/
