@charset "UTF-8";

body {
  background :rgba(241,241,241,1.00)
}


 .titlepc{ display: block !important; }
 .title { display: none !important; }
@media only screen and (max-width: 760px) {
  .titlepc{ display: none !important; }
	.title { display: block !important; }}
	
	.titlepc p{
		position: absolute;
  top: 10%;
  left: 10%;
  margin:0;
  padding:0;
  color: white;
  font-size: 75px;
  text-align:center;	
	}
		
	.title p  {
  position: absolute;
  top: 18%;
  left: 10%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  color: white;
  font-size: 48px;
  text-align:center;
 transform: rotate(-20deg);
  }




.title p {
animation-name:fadeInAnime;
animation-fill-mode:forwards;
animation-duration:4s;
animation-iteration-count:1;
animation-timing-function:ease;
animation-delay: 1s;
animation-direction:normal;
}

.titlepc p {
animation-name:fadeInAnime;
animation-fill-mode:forwards;
animation-duration:4s;
animation-iteration-count:1;
animation-timing-function:ease;
animation-delay: 1s;
animation-direction:normal;
}

	
@keyframes fadeInAnime{
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
	

.pc { display: block !important; }
.sp { display: none !important; }
@media only screen and (max-width: 760px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
.pc{background:center center no-repeat;
  width:100%;
  padding-top:0px;
  margin:0px;
  background-size:cover;}
.sp{background: center center no-repeat;
  width:100%;
  padding-top:0px;
 margin:0px ;
  background-size:cover;
}






.mark {
background: linear-gradient(transparent 70%, #dcdcdc 0% );
}



.img_box{
	position: relative;
	margin-bottom: -44px;
   }
.img_box li{
   position: absolute;
	list-style: none;
	padding-bottom: 50px;
}
.img_box .tag_box {
	top: 10px;
	left: 20px;
	font-size: 32px;
	line-height: 2.17;
	color: #296F97;
	margin-left: 2px;
	margin-top: 13px;
}
.img_box .date_box {
	color: #296F97;
	right: 21px;
	bottom: 12px;
	font-size: 32px;
	left: 20px;
	margin-left: 0px;
	margin-top: 14px;
	padding-top: 17px;
	padding-left: 10px;
}
.img_box img{
   width: 100%;
}

.img_box .tag_box {
animation-name:fadeInAnime;
animation-fill-mode:forwards;
animation-duration:4s;
animation-iteration-count:1;
animation-timing-function:ease;
animation-delay: 4s;
animation-direction:normal;
}


@keyframes fadeInAnime{
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


.img_box .date_box {
animation-name:fadeInAnime;/*1で解説*/
animation-fill-mode:forwards;/*2で解説*/
animation-duration:4s;/*3で解説*/
animation-iteration-count:1;/*4で解説*/
animation-timing-function:ease;/*5で解説*/
animation-delay: 5s;/*6で解説*/
animation-direction:normal;/*7で解説*/
}

@keyframes fadeInAnime{
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
 







.img_box2{
	position: relative;
	margin-bottom: -25px;
   }
.img_box2 li{
   position: absolute;
	list-style: none;
	padding-bottom: 50px;
}
.img_box2 .tag_box2 {
	top: 10px;
	left: 13px;
	font-size: 32px;
	line-height: 2.17;
	color: #296F97;
	margin-top: 0px;
	margin-left: 9px;
}
.img_box2 .date_box2 {
	color: #296F97;
	right: 20px;
	bottom: 0px;
	font-size: 32px;
	padding-top: 0px;
	margin-top: 144px;
	top: 0px;
	margin-left: 27px;
}
.img_box2 img{
   width: 100%;
}

.img_box2 .tag_box2 {
animation-name:fadeInAnime;
animation-fill-mode:forwards;
animation-duration:4s;
animation-iteration-count:1;
animation-timing-function:ease;
animation-delay: 6s;
animation-direction:normal;
}


@keyframes fadeInAnime{
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}



.img_box2 .date_box2 {
animation-name:fadeInAnime;
animation-fill-mode:forwards;
animation-duration:4s;
animation-iteration-count:1;
animation-timing-function:ease;
animation-delay: 7s;
animation-direction:normal;
}


@keyframes fadeInAnime{
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}








.img_box3{
	position: relative;
	margin-bottom: -66px;
	padding-top: 0px;
   }
.img_box3 li{
   position: absolute;
	list-style: none;
	padding-bottom: 50px;
}
.img_box3 .tag_box3 {
	top: 26px;
	left: 10px;
	font-size: 32px;
	line-height: 2.17;
	color: #296F97;
	margin-top: -18px;
	margin-left: 15px;
}
.img_box3 .date_box3 {
	color: #296F97;
	bottom: 0px;
	font-size: 32px;
	margin-bottom: 65px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}
.img_box3 img{
   width: 100%;
}



.img_box3 .tag_box3 {
animation-name:fadeInAnime;
animation-fill-mode:forwards;
animation-duration:4s;
animation-iteration-count:1;
animation-timing-function:ease;
animation-delay: 8s;
animation-direction:normal;
}


@keyframes fadeInAnime{
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}




.img_box3 .date_box3 {
animation-name:fadeInAnime;/*1で解説*/
animation-fill-mode:forwards;/*2で解説*/
animation-duration:4s;/*3で解説*/
animation-iteration-count:1;/*4で解説*/
animation-timing-function:ease;/*5で解説*/
animation-delay: 9s;/*6で解説*/
animation-direction:normal;/*7で解説*/
}

@keyframes fadeInAnime{
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
 





.arrows {
	width: 60px;
	height: 72px;
	left: 50%;
	bottom: -51px;
	padding-top: 0px;
	margin-top: 66px;
	margin-left: 170px;
}
.arrows path {
	text-align: center;
  stroke: #2994D1;
  fill: transparent;
  stroke-width: 1px;  
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite; 
	
}

@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}
@-webkit-keyframes arrow 
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}
.arrows path.a1 {
  animation-delay:-1s;
	-webkit-animation-delay:-1s; }
.arrows path.a2 {
  animation-delay:-0.5s;
  -webkit-animation-delay:-0.5s; 
}
.arrows path.a3 { 
  animation-delay:0s;
  -webkit-animation-delay:0s; 
}





.kaisetu{
	font-size: 26px;
	width: 380px;
	margin-left: auto;
	margin-right: auto;
	color: rgba(97,97,97,1.00);
}
.sideza{
	color: rgba(28,168,191,1.00);
}
.miru{
	color: rgba(28,168,191,1.00);
}



.four{
	color: rgba(46,46,46,1.00);
	font-size: 25px;
}
.four {
  position: relative;
  padding-left: 25px;
}

.four:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px rgb(119, 195, 223);
}
.four:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px rgb(119, 195, 223);
}






.tyu{
	color: rgba(46,46,46,1.00);
	font-size: 25px;
}
.tyu {
  position: relative;
  padding-left: 25px;
}

.tyu:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px rgb(119, 195, 223);
}
.tyu:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px rgb(119, 195, 223);
}




.card-container{
    background: #a4c1d7;
    color: #fff;
    display: flex;
    margin: 20px auto;
    width: 100%;
    box-shadow: 0 12px 10px -6px rgba(0,0,0,.25);
}
.card-container a{
    text-decoration: none;
    color: #ffffff;
}

.card-text{
    width:100%;
    margin: 10px 20px;
}
.card-text h2{
    padding-top: 10px;
    font-size: 1em;
}
.card-text p{
    font-size: 0.6em;
}
.card-img{
    width: 80%;
}

img{
    width:100%;
    height:100%;
    vertical-align:bottom;
}

@media screen and (min-width:750px) {
    .card-container{
        max-width: 750px;
        height: 200px;
    }

    .card-text h2{
        font-size: 1.3em;
    }
    .card-text p{
        font-size: 1em;
    }
}



.card-container2{
    background: #88b5d3;
    color: #fff;
    display: flex;
    margin: 20px auto;
    width: 100%;
    box-shadow: 0 12px 10px -6px rgba(0,0,0,.25);
}
.card-container2 a{
    text-decoration: none;
    color: #ffffff;
}

.card-text2{
    width:100%;
    margin: 10px 20px;
}
.card-text2 h2{
    padding-top: 10px;
    font-size: 1em;
}
.card-text2 p{
    font-size: 0.6em;
}
.card-img2{
    width: 80%;
}

img{
    width:100%;
    height:100%;
    vertical-align:bottom;
}

@media screen and (min-width:750px) {
    .card-container2{
        max-width: 750px;
        height: 200px;
    }

    .card-text h2{
        font-size: 1.3em;
    }
    .card-text p{
        font-size: 1em;
    }
}


.card-container3{
    background: #68a9cf;
    color: #fff;
    display: flex;
    margin: 20px auto;
    width: 100%;
    box-shadow: 0 12px 10px -6px rgba(0,0,0,.25);
}
.card-container3 a{
    text-decoration: none;
    color: #ffffff;
}

.card-text3{
    width:100%;
    margin: 10px 20px;
}
.card-text3 h2{
    padding-top: 10px;
    font-size: 1em;
}
.card-text3 p{
    font-size: 0.6em;
}
.card-img3{
    width: 80%;
}

img{
    width:100%;
    height:100%;
    vertical-align:bottom;
}

@media screen and (min-width:750px) {
    .card-container3{
        max-width: 750px;
        height: 200px;
    }

    .card-text h2{
        font-size: 1.3em;
    }
    .card-text p{
        font-size: 1em;
    }
}





.card-container4{
    background: #409ecc;
    color: #fff;
    display: flex;
    margin: 20px auto;
    width: 100%;
    box-shadow: 0 12px 10px -6px rgba(0,0,0,.25);
}
.card-container4 a{
    text-decoration: none;
    color: #ffffff;
}

.card-text4{
    width:100%;
    margin: 10px 20px;
}
.card-text4 h2{
    padding-top: 10px;
    font-size: 1em;
}
.card-text4 p{
    font-size: 0.6em;
}
.card-img4{
    width: 80%;
}

img{
    width:100%;
    height:100%;
    vertical-align:bottom;
}

@media screen and (min-width:750px) {
    .card-container4{
        max-width: 750px;
        height: 200px;
    }

    .card-text h2{
        font-size: 1.3em;
    }
    .card-text p{
        font-size: 1em;
    }
}



.main {
	position: relative;
	padding-bottom: 0px;
	bottom: 0px;
	left: 0px;
  }
.main a {
	position: absolute;
	top: 50%;
	left: 50%;
	mstransform: translate(-50%,-50%);
	webkittransform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin: 0;
	font-size: 20px;
	border: solid white 2px;
	padding-top: 7px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 7px;
	color: white;
	font-style: normal;
	font-weight: 800;
	text-decoration: none;
	font-variant: normal;
  }
.main a:hover{
  background: rgba(255, 255, 255, 0.3);
  }
.main img {
  width: 100%;
  }




.nyusi{
	color: rgba(46,46,46,1.00);
	font-size: 25px;
}
.nyusi {
  position: relative;
  padding-left: 25px;
}

.nyusi:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px rgb(119, 195, 223);
}
.nyusi:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px rgb(119, 195, 223);
}






.hyou {
	color: rgba(46,46,46,1.00);
    border: 1px solid #ddd;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 2em;
}

.hyou th,
.hyou td {
    padding: 10px;
    border: 1px solid #ddd;
}

.hyou th {
    background-color: #f5f5f5;
}

@media screen and (min-width: 760px) {
    .hyou th {
        width: 50%;
    }

    .hyou td {
        width: 50%;
    }
}





