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





@-webkit-keyframes sdb {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}




/* =====================
  content01
===================== */
.content01 h4{
	font-size: 2.2rem;
	text-align: center;
	font-weight: bold;
	margin-top: 30px;
}
.content01 h3{
	display: block;
	font-size: 3.5rem;
	color: #cf0e0e;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "Roboto Slab" , Garamond , "Times New Roman" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "Sawarabi Mincho" , serif;
	text-align: center;
	margin: 10px 0 50px;
}

.content01 .health-txt{
	font-size: 1.8rem;
	line-height: 1.8;
}
.content01 ul {
	margin: 60px 0;
}

.content01 a.btn{
	display: table;
	margin: 0 auto 20px;
}
.content01 h5{
	border-left: 2px solid #cf0e0e;
	font-size: 1.8rem;
	font-weight: bold;
	padding-left: 20px;
	margin-bottom: 20px;
}
.content01 .wrap .left{
	width: 17%;
}
.content01 ul li a{
	color: #fff;
	background-color: #cf0e0e;
	padding: 10px 19px;
	margin-top: 10px;
	font-weight: bold;
}
.content01 ul li{
	width: 28%;
	display: inline-block;
	vertical-align: top;
	margin-right: 8%;
}
.content01 ul li img{
	margin: 20px 0 0;
}
.content01 ul li:last-child{
	margin-right: 0%;
}


/* =====================
  content02
===================== */
section.content02 {
	padding: 65px 0;
	background-color: #e2f1f5;
	margin-top: 80px;
}
section.content02 h3{
	font-size: 	3.5rem;
	font-weight: bold;
	text-align: center;
	margin-bottom:88px;
}
section.content02 ul li{
	display: inline-block;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 60px;
	position: relative;
	vertical-align: top;
}
section.content02 ul li a{
	position: relative;
	width: 100%;
}
section.content02 ul li a::before{
	content: "";
	display: inline-block;
	width: 45px;
	height: 45px;
	background-image: url(../images/common/arrow04.png);
	background-size: cover;
	position: absolute;
	right: 0;
	bottom: 0px;
	transition: 0.3s;
}
section.content02 ul li a img{
	width: 100%;
}
section.content02 ul li h4{
	font-size: 2rem;
	font-weight: bold;
	border-left: 2px solid #cf0e0e;
	padding-left: 23px;
	margin-bottom: 10px;
}
section.content02 ul li:nth-child(3n){
	margin-right: 0;
}
/* ====================================================================================
         ipad時
  ==================================================================================== */
/* 縦 */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

}
/* 横 */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	
}


/* ====================================================================================
         SP時
  ==================================================================================== */
@media screen and (max-width: 768px) {

	
	/* =====================
	  content01
	===================== */
	.content01 h3{
		font-size: 1.8rem;
		margin: 10px 0 20px;
	}
	.content01 .health-txt {
		font-size: 1.4rem;
	}
	.content01 h4 {
		font-size: 1.6rem;
	}
	.content01 ul {
		margin: 30px 0;
	}
	.content01 ul li{
		width: 100%;
		margin-right:0%;
		margin-bottom: 30px;
	}
	.content01 h5 {
		margin-bottom: 11px;
	}
	/* =====================
	  content02
	===================== */
	section.content02 {
		padding: 30px 0;
		margin-top: 20px;
	}
	section.content02 h3{
		font-size: 	1.8rem;
		margin-bottom:30px;
	}
	section.content02 ul li{
		display: inline-block;
		width: 48%;
		margin-right: 4%;
		margin-bottom: 35px;
		position: relative;
	}
	section.content02 ul li:nth-child(even){
		margin-right: 0;
	}
	section.content02 ul li:nth-child(3){
		margin-right: 4%;
	}
	section.content02 ul li h4{
		font-size:1.4rem;
		padding-left: 18px;
	}
	section.content02 ul li a::before {
		width: 30px;
		height: 30px;
	}
}/*  SP // */



/* ====================================================================================
	 調整
  ==================================================================================== */
@media screen and (min-width: 1920px) {

}



