@charset "utf-8";
/* CSS Document */
.pagetop {
	display: none;
	position: fixed;
	bottom: 250px;
	right: 5px;
	width: 50px;
	height: 40px;
	z-index: 50000;
}
.fadein1 {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1.0s;
}	
.fadein2 {
  opacity : 0;
  transform: translateX(100px);
  transition: all 1.5s;
}
.fadein3 {
  opacity : 0;
  transform: translateX(-100px);
  transition: all 1.5s;
}
/*--------------------------------------------------------------------------メインイメージ*/
#mimg{
	width: 100%;
	height: 180px;
	margin-top:90px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #0b618e;
}

#txtBox {
	width: 80%;
	height: 40px;
	margin-top: 70px;
	margin-left: 10%;
	margin-right: 10%;
	position: absolute;
}
#txtBox .st1{
	width: auto;
	font-size: 40px;
	line-height: 40px;
	text-align: left;
	letter-spacing: 1px;
	font-weight: bold;
	color: #FFF;
	float: left;
}
#txtBox .st2{
	width: auto;
	font-size : 20px;
	line-height: 20px;
	text-align: left;
	letter-spacing: 3px;
	font-weight: bold;
	color: #FFF;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}
#Pl {
	width: 100%;
	height: 28px;
	margin: 0 suto;
	background-color: #f9f9f9;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.breadcrumb {
  width: 1100px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: left;
}

.breadcrumb li {
  display: inline;
  list-style: none;
  font-size: 12px;
  line-height: 30px;
}

.breadcrumb li:after {
  content: '>';
  padding: 0 5px;
  font-size: 12px;
  line-height: 30px;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
	color: #000;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb li:first-child a:before {
  content: url(../web/object/plhome.png);
  padding-right: 5px;
  line-height: 30px;
}

/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	height: auto;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#section01 {
	width: 1100px;
	height: auto;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 50px;
	background-image: ;
	background-position: center;
	background-repeat: no-repeat;
	background-color: ;
	overflow: hidden;
}

#contents01 {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#contents01:after{
	content: "";
	clear: both;
	display: block;
}
h2 {
	width: 100%;
	height: 50px;
	text-align: center;
	font-size: 50px;
	line-height: 50px;
	letter-spacing: 1px;
	font-weight: bold;
	margin: 0 auto;
}
.h2ac {
	width: 100%;
	height: 30px;
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

#ysnv {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	display: flex;
	justify-content: center;
	flex-wrap:nowrap;
}
#ysnv .nv{
	display: block;
	width: 240px;
	height: 40px;
	margin-left: 20px;
	margin-right: 20px;
	border-radius: 20px;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	color: #fff;
	background-color: #206eb6;
	text-decoration: none;
	transition: 0.4s;
}
#ysnv .nv a{
	display: block;
	width: 240px;
	height: 40px;
	border-radius: 20px;
	outline: 1px solid #333;
	outline-offset: -1px;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	color: #000;
	text-decoration: none;
	transition: 0.4s;
	background-color: #FFF;
}
#ysnv .nv a:hover{
	background-color: #206eb6;
	color: #FFF;
	outline: none;
}

#actionBox {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	display: flex;
	flex-wrap:wrap;
}

#Pitem {
	width: 320px;
	height: 340px;
	padding: 10px;
	float: left;
	transition: 0.4s;
	outline-offset: -2px;
	border-radius: 8px;
	margin-left: 13px;
	margin-right: 13px;
	margin-top: 25px;
}

#Pitem.green{outline: 2px solid #469614;}  /* Action 1.5.9.13 */
#Pitem.red{outline: 2px solid #f05015;}  /* Action 2.6.10.14 */
#Pitem.blue{outline: 2px solid #3caaf0;}  /* Action 3.7.11.15 */
#Pitem.yellow{outline: 2px solid #ff9600;}  /* Action 4.8.12.16 */
#Pitem.gray{outline: 2px solid #333;}  /* Action0のみ  */

#Pitemttl {
	width: 100%;
	height: 34px;
	float: left;
	border-bottom: 1px solid #999;
}
#label_green{
	width: 95px;
	height: 33px;
	float: left;
	border-bottom: 2px solid #469614;
}
#label_green .ac{
	width: auto;
	height: 10px;
	float: left;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	text-align: left;
	margin-top: 20px;
	color: #469614;
}
#label_green .no{
	width: auto;
	height: 30px;
	float: left;
	font-size: 27px;
	line-height: 30px;
	font-weight: bold;
	text-align: left;
	margin-top: 5px;
	margin-left: 10px;
	color: #469614;
}

#label_red{
	width: 95px;
	height: 33px;
	float: left;
	border-bottom: 2px solid #f05015;
}
#label_red .ac{
	width: auto;
	height: 10px;
	float: left;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	text-align: left;
	margin-top: 20px;
	color: #f05015;
}
#label_red .no{
	width: auto;
	height: 30px;
	float: left;
	font-size: 27px;
	line-height: 30px;
	font-weight: bold;
	text-align: left;
	margin-top: 5px;
	margin-left: 10px;
	color: #f05015;
}

#label_blue{
	width: 95px;
	height: 33px;
	float: left;
	border-bottom: 2px solid #3caaf0;
}
#label_blue .ac{
	width: auto;
	height: 10px;
	float: left;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	text-align: left;
	margin-top: 20px;
	color: #3caaf0;
}
#label_blue .no{
	width: auto;
	height: 30px;
	float: left;
	font-size: 27px;
	line-height: 30px;
	font-weight: bold;
	text-align: left;
	margin-top: 5px;
	margin-left: 10px;
	color: #3caaf0;
}

#label_yellow{
	width: 95px;
	height: 33px;
	float: left;
	border-bottom: 2px solid #ff9600;
}
#label_yellow .ac{
	width: auto;
	height: 10px;
	float: left;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	text-align: left;
	margin-top: 20px;
	color: #ff9600;
}
#label_yellow .no{
	width: auto;
	height: 30px;
	float: left;
	font-size: 27px;
	line-height: 30px;
	font-weight: bold;
	text-align: left;
	margin-top: 5px;
	margin-left: 10px;
	color: #ff9600;
}

#label_gray{
	width: 95px;
	height: 33px;
	float: left;
	border-bottom: 2px solid #333;
}
#label_gray .ac{
	width: auto;
	height: 10px;
	float: left;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	text-align: left;
	margin-top: 20px;
	color: #333;
}
#label_gray .no{
	width: auto;
	height: 30px;
	float: left;
	font-size: 27px;
	line-height: 30px;
	font-weight: bold;
	text-align: left;
	margin-top: 5px;
	margin-left: 10px;
	color: #333;
}

#Pitemttl .ttl{
	width: auto;
	height: 13px;
	float: right;
	font-size: 11px;
	line-height: 13px;
	text-align: right;
	font-weight: bold;
	margin-top: 13px;
}
#Pitem .Img{
	width: 100%;
	height: 200px;
	float: left;
	transition: 0.4s;
	margin-top: 10px;
}
#Pitem .Img img{
	width: 320px;
	height: 200px;
	transition: 0.4s;
	border-radius: 5px;
}
#Pitem:hover .Img img{
	transform: scale(0.98);
}
#Pitem:hover{
box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
}
.Pitemtxt {
	width: 100%;
	height: 70px;
	float: left;
	margin-top: 10px;
	font-size: 16px;
	line-height: 23px;
	text-align: left;
	color: #000;
	overflow: hidden;
}
.Pitemdate {
	width: 100%;
	height: 15px;
	float: left;
	margin-top: 5px;
	font-size: 12px;
	line-height: 15px;
	text-align: right;
	color: #000;
}

@media screen and (min-width:768px){

}
