@charset "utf-8";
/* CSS Document */

/*PC表示*/

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

html, body {
	display: block;
	box-sizing: border-box;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    line-height: 2;
}
a{
    text-decoration: none;
}
.content{
    width: 100%;
    height: 100vh;
    background-image: url("../images/datarevival_bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100% ;
    background-position: center;
}
.img_box{
    width: 1200px;
    padding-top: 80px;
    margin:0 auto 80px;
}
.img_box figure.img_pc{
    display: block;
    width: 100%;
}
.img_box figure.img_sp{
    display: none;
}
.img_list{
    width: 100%;
}
.img_list li{
    width: 100%;
}
.img_list li a{
    display: block;
    width: 100%;
}
.img_list li a:hover{
    opacity: 0.9;
}
.img_list li a img{
    display: block;
    width: 100%;
    height: auto;
}
.img_list li:first-of-type{
    width: 100%;
    margin-bottom: 40px;
}
.img_list li:first-of-type a{
    display: block;
    width: 100%;
}
.img_list li:first-of-type a:hover{
    opacity: 0.9;
}
.img_list li:first-of-type a img{
    display: block;
    width: 100%;
    height: auto;
}
.img_list li:nth-child(2){
    width: 100%;
    margin-bottom: 20px;
}
.img_list li:nth-child(2) a{
    display: block;
    width: 100%;
}
.img_list li:nth-child(2) a:hover{
    opacity: 0.9;
}
.img_list li:nth-child(2) a img{
    display: block;
    width: 100%;
    height: auto;
}
.img_list li:last-of-type{
    width: 100%;
    margin-bottom: 20px;
}
.img_list li:last-of-type a{
    display: block;
    width: 100%;
}
.img_list li:last-of-type a:hover{
    opacity: 0.9;
}
.img_list li:last-of-type aa img{
    display: block;
    width: 100%;
    height: auto;
}
}
/*--------------------------------------------------------------------------------------------------------ここからスマホ表示------------------------------------------------------------------- */
@media only screen and (max-width: 639px){
html, body {
	display: block;
	box-sizing: border-box;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    line-height: 2;
}
a{
    text-decoration: none;
}
.content{
    width: 100%;
    height: 100vh;
    background-image: url("../images/datarevival_bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100% ;
    background-position: center;
}
.img_box{
    width: 96%;
    padding-top: 120px;
    margin:0 auto 120px;
}
.img_box figure.img_sp{
    display: block;
    width: 100%;
}
.img_box figure.img_pc{
    display: none;
}
.img_box figure.img_sp .img_list{
    width: 100%;
}
.img_box figure.img_sp .img_list li{
    width: 100%;
}
.img_box figure.img_sp .img_list li a{
    display: block;
    width: 100%;
}
.img_box figure.img_sp .img_list li a:hover{
    opacity: 0.9;
}
.img_box figure.img_sp .img_list li a img{
    display: block;
    width: 100%;
    height: auto;
}
.img_box figure.img_sp .img_list li:first-of-type{
    width: 100%;
    margin-bottom: 40px;
}
.img_box figure.img_sp .img_list li:first-of-type a{
    display: block;
    width: 100%;
}
.img_box figure.img_sp .img_list li:first-of-type a:hover{
    opacity: 0.9;
}
.img_box figure.img_sp .img_list li:first-of-type a img{
    display: block;
    width: 100%;
    height: auto;
}
.img_box figure.img_sp .img_list li:nth-child(2){
    width: 100%;
    margin-bottom: 20px;
}
.img_box figure.img_sp .img_list li:nth-child(2) a{
    display: block;
    width: 100%;
}
.img_box figure.img_sp .img_list li:nth-child(2) a:hover{
    opacity: 0.9;
}
.img_box figure.img_sp .img_list li:nth-child(2) a img{
    display: block;
    width: 100%;
    height: auto;
}
.img_box figure.img_sp .img_list li:last-of-type{
    width: 100%;
    margin-bottom: 20px;
}
.img_box figure.img_sp .img_list li:last-of-type a{
    display: block;
    width: 100%;
}
.img_box figure.img_sp .img_list li:last-of-type a:hover{
    opacity: 0.9;
}
.img_box figure.img_sp .img_list li:last-of-type a img{
    display: block;
    width: 100%;
    height: auto;
}
}
/*-------ここからタブレット用css--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 640px) and (max-width: 959px){

html, body {
	display: block;
	box-sizing: border-box;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    line-height: 2;
}
a{
    text-decoration: none;
}
.content{
    width: 100%;
    height: 100vh;
    background-image: url("../images/datarevival_bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100% ;
    background-position: center;
}
.img_box{
    width: 96%;
    padding-top: 80px;
    margin:0 auto 80px;
}
.img_box figure.img_sp{
    display: block;
    width: 100%;
}
.img_box figure.img_pc{
    display: none;
}
.img_box figure.img_sp .img_list{
    width: 100%;
}
.img_box figure.img_sp .img_list li{
    width: 100%;
}
.img_box figure.img_sp .img_list li a{
    display: block;
    width: 100%;
}
.img_box figure.img_sp .img_list li a:hover{
    opacity: 0.9;
}
.img_box figure.img_sp .img_list li a img{
    display: block;
    width: 100%;
    height: auto;
}
.img_box figure.img_sp .img_list li:first-of-type{
    width: 100%;
    margin-bottom: 40px;
}
.img_box figure.img_sp .img_list li:first-of-type a{
    display: block;
    width: 100%;
}
.img_box figure.img_sp .img_list li:first-of-type a:hover{
    opacity: 0.9;
}
.img_box figure.img_sp .img_list li:first-of-type a img{
    display: block;
    width: 100%;
    height: auto;
}
.img_box figure.img_sp .img_list li:nth-child(2){
    width: 100%;
    margin-bottom: 20px;
}
.img_box figure.img_sp .img_list li:nth-child(2) a{
    display: block;
    width: 100%;
}
.img_box figure.img_sp .img_list li:nth-child(2) a:hover{
    opacity: 0.9;
}
.img_box figure.img_sp .img_list li:nth-child(2) a img{
    display: block;
    width: 100%;
    height: auto;
}
.img_box figure.img_sp .img_list li:last-of-type{
    width: 100%;
    margin-bottom: 20px;
}
.img_box figure.img_sp .img_list li:last-of-type a{
    display: block;
    width: 100%;
}
.img_box figure.img_sp .img_list li:last-of-type a:hover{
    opacity: 0.9;
}
.img_box figure.img_sp .img_list li:last-of-type a img{
    display: block;
    width: 100%;
    height: auto;
}
}