@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------------------------------------- 
  reset
----------------------------------------------------------------------- */
.mb00 {
	margin-bottom: 0px!important;
}

.mb10 {
	margin-bottom: 10px!important;
}

.mb20 {
	margin-bottom: 20px!important;
}


/* ----------------------------------------------------------------------- 
  text
----------------------------------------------------------------------- */
.white01 {
	color: #fff;
}
.blue01 {
	color: #005bac;
}
.txtStyle01 {
	font-size: 20px;
	line-height: 1.55;
}
.txtStyle01.shadow {
	text-shadow: 1px 1px 3px #000;
	font-size: 19px;
}
.txtStyle02 {
	font-size: 20px;
	overflow: hidden;
}
.txtStyle02 + .txtStyle02 {
	margin-top: 57px;
}
.txtStyle02 .txtTitle {
	width: 212px;
	height: 43px;
	text-align: center;
	color: #fff;
	letter-spacing: 0.15em;
	padding: 9px 0 0 20px;
	float: left;
	background: url(../img/common/cmn_ttl_bg01.png) no-repeat top left;
	background-size: 100% 100%;
}
.txtStyle02 .txtTitle + p {
	margin: 5px 0 0 240px;
}

@media screen and (max-width:768px) {
	.txtStyle01 {
		font-size: 14px;
	}
	.txtStyle01.shadow {
		/*margin-top: 48%;*/
	}
	.txtStyle02 {
		font-size: 14px;
	}
	.txtStyle02 + .txtStyle02 {
		margin-top: 30px;
	}
	.txtStyle02 .txtTitle {
		width: 180px;
		height: auto;
		float: none;
		padding: 5px 0 4px 10px;
	}
	.txtStyle02 .txtTitle + p {
		margin: 10px 0 0;
	}
}

/* align
--------------------------------------------------*/
.tL {
	text-align: left !important;
}
.tC {
	text-align: center !important;
}
.tR {
	text-align: right !important;
}
.vT {
	vertical-align: top !important;
}

/* font-weight
--------------------------------------------------*/
.bold {
	font-weight: bold;
}

/* title
--------------------------------------------------*/
.ttlStyle01 {
	text-align: center;
}


/* ----------------------------------------------------------------------- 
  other
----------------------------------------------------------------------- */
.fL {
	float: left;
}
.fR {
	float: right;
}
.cB {
	clear: both;
}
.aC {
	text-align: center;
}
.spOnly {
	display: none;
}

@media screen and (max-width:768px) {
	.pcOnly {
		display: none !important;
	}
	.spOnly {
		display: block;
	}
}

/* button
--------------------------------------------------*/
[class^="btnStyle"] {
	display: block;
	line-height: 1.0;
}
[class^="btnStyle"]:hover {
	text-decoration: none;
	opacity: 0.75;
}
.btnStyle01 {
	width: 300px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 23px 0 19px;
	margin: auto;
	background: url(../img/common/cmn_btn_bg01.jpg) repeat-x top left;
	background-size: auto 100%;
}
.btnStyle02 {
	display: inline;
	padding-left: 15px;
	position: relative;
}
.btnStyle02:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	content: "";
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #fff;
}

@media screen and (max-width:768px) {
	.btnStyle01 {
		width: 70%;
		max-width: 300px;
		font-size: 14px;
		padding: 15px 0;
	}
}

/* list
--------------------------------------------------*/
.newsList01 {
	padding-left: 100px;
	margin: auto;
}
.newsList01 li {
	padding: 9px 0 8px;
	position: relative;
}
.newsList01 li:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.newsList01 li + li {
	border-top: dotted 1px #c6c7c7;
}
.newsList01 li .category {
	position: absolute;
	top: 8px;
	left: -100px;
	width: 110px;
	text-align: center;
	color: #fff;
	padding: 3px 0 1px;
	background: #005bac;
}
.newsList01 li .date {
	float: left;
	margin-left: 23px;
}
.newsList01 li .date,
.newsList01 li a,
.newsList01 li p {
	font-size: 17px;
}
.newsList01 li a {
	color: #009ced;
	text-decoration: none;
}
.newsList01 li a:hover {
	text-decoration: underline;
}
.newsList01 li span {
	display: block;
	margin-top: 2px;
	color: #545454;
}
.newsList01 li span a {
	font-size: 15px;
}
.newsList01 li .date + p {
	margin-left: 8em;
}

@media screen and (max-width:768px) {
	.newsList01 {
		padding: 0;
	}
	.newsList01 li {
		padding: 15px 0;
	}
	.newsList01 li .category {
		position: static;
		float: left;
		margin: 0 10px 7px 0;
	}
	.newsList01 li .date {
		margin: 2px 0 3px;
	}
	.newsList01 li .date{
		font-size: 14px;
	}
	.newsList01 li span {
		margin-top: 5px;
	}
	.newsList01 li .date + p {
		margin: 0;
		clear: both;
	}
}

/* background
--------------------------------------------------*/
.bgStyle01 {
	box-shadow: 0 20px 40px -10px rgba(136,136,136,0.40) inset;
	background: #ebebeb;
}

@media screen and (max-width:768px) {
	.bgStyle01 {
		box-shadow: 0 15px 25px -10px rgba(136,136,136,0.40) inset;
	}
}
