* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-decoration: none;
}
body {
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-family: "Noto Sans Japanese";
	background: #f5f5f5;
}
/*.animation{
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.animation.active{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all 1s ease;
}*/
header.page-header {

}
header.page-header >h1 {
	color: #004166;
	text-align: center;
	font-size: 1.8rem;
	border-top: 5px solid #f6891f;
	border-bottom: 1px solid #ccc;
	padding: 1rem 0;
	background: #fff;
}
header.page-header >h1 >span {
	display: block;
	font-size: 1.6rem;
	color: #ccc;
}
header.page-header >p {
	text-align: center;
	padding: 1rem 0;
	font-weight: bold;
	margin: 2rem 0;
}
main {
}
div.page_link >ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin: 1rem auto;
	box-sizing: border-box;
}
div.page_link >ul:after {
	content: "";
	width: 32%;
	height: auto;
	visibility: hidden;
	display: block;
}
div.page_link >ul >li {
	width: 32%;
	height: auto;
	box-sizing: border-box;
	padding: .6rem;
	border: 1px solid #ccc;
	margin-bottom: 3rem;
	box-shadow: 3px 3px 3px #f3f3f3;
	border-radius: 5px;
	transition: .1s;
	background: #fff;
}
div.page_link >ul >li:hover {
    box-shadow: 0px 15px 15px #8e8e8e;
    /*margin-top: -20px;*/
    transition: .3s;
    transform: scale(1.1)  rotate(-5deg);
}
div.page_link >ul >li >a {
	    color: #004166;
    font-weight: bold;
    text-align: center;
}
div.page_link >ul >li >a >h3 {
	font-size: 16px;
	margin-bottom: .6rem;
}
div.page_link >ul >li >a:hover {
	opacity: .7;
}
div.page_link >ul >li >a >p {
	font-size: 14px;
}
div.page_link >ul img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border: 1px solid #ccc;
    display: block;
    box-sizing: border-box;
}
main >article >section {
	width: 1200px;
	margin: 0 auto;
}
section >h2 {
    text-align: center;
    padding: 1rem 0;
    font-weight: bold;
    margin: 2rem 0;
    border-bottom: 2px solid #f6891f;
    color: #f6891f;
    padding: .6rem;
    font-size: 1.4rem;
    font-weight: bold;
}
footer {
	background: #f6891f;
	padding: 0 2rem;
}
footer >small {
	color: #fff;
	text-align: center;
}


.demo {
  width: 500px;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 18px;
  color:#3cb3e4;
}
.heading {
  margin: 10px 0
}
.demo7 .heading {
  position: relative;
  height: 50px;
  padding: 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #3cb3e4;
  line-height: 50px;
  background: #fff;
}
.demo7 .heading .caption{
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 25px;
  padding-right: 40px;
  background: #3cb3e4;
  color: #fff;
}
.demo7 .heading .caption:before{
  display: block;
  content: ' ';
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  right: 99.9%;
  top: 0;
  border: 0 solid transparent;
  border-width: 50px 37px 0 0;
  border-right-color:#3cb3e4;
}
.demo7 .heading .title{
  float: left;
  padding-left: 20px;
}