@charset "UTF-8";

/**  リセット用CSS  **/
@import url("base.css");


*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

body { -webkit-text-size-adjust: none; }


@media (min-width: 1025px) {
  header {
    background: url(../images/blog_main.jpg) no-repeat;
    background-size: cover;
    height: 654px;
  }
  header h1 {
		display: block;
		font-size: 65px;
		height: 115px;
		font-weight: 500;
		color: #fff;
		line-height: 1;
		margin-bottom: auto;
		text-align: center;
	}
}

@media (min-width: 1025px) and (max-width: 1600px) {
  header h1 {
    font-size: 4.2vw;
  }
}

@media (min-width: 1025px) {
  header h1 div {
    width: 100%;
    font-size: 24px;
    line-height: 1;
    margin-top: 15px;
    font-weight: 200;
  }
	
	 .inner {
		max-width: 1200px;
		margin: auto;
		
	  }
}

@media (min-width: 1025px) and (max-width: 1600px) {
  header h1 div {
    font-size: 1.5vw;
  }
}


@media (min-width: 640px) and (max-width: 1024px) {
  header {
    background: url(../images/blog_main.jpg) no-repeat;
    background-size: cover;
    height: 654px;
  }
  header h1 {
    display: block;
    font-size: 65px;
    height: 115px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    margin-bottom: auto;
    text-align: center;
  }
	
	header h1 div {
		width: 100%;
		font-size: 24px;
		line-height: 1;
		margin-top: 15px;
		font-weight: 200;
	  }
	
	.inner {
    max-width: 1200px;
    margin: auto;
   
  }
}

@media (min-width: 640px) and (max-width: 1024px) and (max-width: 1600px) {
  header h1 {
    font-size: 4.2vw;
  }
}

@media (min-width: 640px) and (max-width: 1024px) and (max-width: 1600px) {
  header h1 div {
    font-size: 1.5vw;
  }
}


@media (max-width: 640px) {
  header {
    background: url(../images/blog_main.jpg) no-repeat;
    background-size: cover;
    height: 300px;
  }
  header h1 {
    display: block;
    font-size: 20px;
    height: 115px;
    font-weight: 200;
    color: #fff;
    line-height: 1;
    margin-bottom: auto;
    text-align: center;
  }
  header h1 div {
    width: 100%;
    font-size: 10px;
    line-height: 1;
    margin-top: 15px;
    font-weight: 200;
  }
	
	 .blog_wrap .inner {
		max-width: 1200px;
		margin: auto;
		padding: 45px 10px 0 10px;
	  }
}


#mediaList .media_txt {
	font-size: 16px;
}

#mediaList .flex {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding-bottom: 50px;
}

#mediaList .flex::after {
	content:"";
	display: block;
	width:31%;
	
}

#mediaList .media_block {
	width: 32%;
	margin-bottom: 30px;
}

#mediaList .media_block a:hover {
	text-decoration: none;
}

#mediaList .media_block .image {
	width: 225px;
}

#mediaList .media_block h2 {
	font-size: 17px;
	padding: 10px 0;
}

#mediaList .media_block h2 span {
	display: block;
}

@media screen and (max-width: 640px){
	.inner {
		max-width: 100%;
		margin: auto;
		padding: 0 5%;
	  }
	.pc_display {
		display: none;
	}
	
	#mediaList .media_block .image {
		width: auto;
	}
	
	#mediaList .media_block {
		width: 48%;
	}
	
	#mediaList .media_txt {
		font-size: 14px;
	}
	
}

