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

h3{
	font-family: 'Shippori Mincho','Yu Mincho', 'YuMincho', serif;
}


#wrapper #content h2 img{
	display:inline;
}

#wrapper #content {
	text-align: center;
}

#wrapper #content #text {
	display: inline-block;
	text-align: justify;
}

#wrapper #content #c1{
	width:924px;
	margin:0 auto;
	overflow:hidden;
}

#wrapper #content #c1 ul{
	width:952px;
}

#wrapper #content li.heightLine-group1{
	background-color: #ffffff;
	box-shadow: 5px 7px 7px rgba(136, 135, 135, 0.25);
} 

#wrapper #content #c1 ul li{
    position: relative;
	width:443px; /*448*/
	margin-right:28px;
	float:left;
	font-size:88.5%;
	line-height:1.7;
	margin-bottom:50px;
}

#wrapper #content #c1 ul li img{
	margin-bottom:6px;
}


/* h3の文字と矢印 */
#wrapper #content #c1 ul li .h4_flexbox{
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin: 0 37px;
}
#wrapper #content #c1 ul li .h4_flexbox div:nth-child(1){
	font-size: 1.5em;
}

/* hoverしたときのアクション */
.link_box{
	transition: 0.5s;
}
.link_box:hover{
	transition: 0.5s;
}

#wrapper #content .text1{
	display: inline-block;
	text-align: justify; 
	height: 120px;
	padding: 0px 37px;
}

.description {
    width: 924px;
    margin: 0 auto 40px;
}