@charset "utf-8";
body{font-size: 14px;font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;line-height: 1; font-size: 15px;}
h2{font-weight: normal;}
a:hover{
	text-decoration: none;
}
.body_wrap{
	position: relative;
	min-height: 100vh;
}
.tit_wrap{
	background-color: #ff718e;	
}
.min_tit{
	color: #FFF;
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	text-align: left;
	margin: auto;
	width: 980px;
}
.sec_wrap{
	margin: auto;
	width: 980px;
}
.m-key{
	margin: 24px auto 0;
}
.l_img{
	height: auto;
	width: 100%
}
.m-flexWrap{
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tile_listWrap{
	margin: 5px 0 0;
    justify-content: space-between;
}
.tile_listWrap::after{
	display: block;
	content:"";
	width: 32%;
}
.sec_tit{
    background-color: #ff718e;
    color: #FFF;
    font-size: 20px;
    font-weight: normal;
    margin: 32px 0 0;
    padding: 14px 0;
    position: relative;
    text-align: center;
}
.sec_tit:before{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  border: 20px solid transparent;
  border-top: 10px solid #ff718e;
}
.item_list{
    background-color: #FFF;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    margin: 15px 0 0;
    padding: 8px 2% 25px;
    width: 28%;
    position: relative;
}
.item_img{
    margin: 8px 0 0;
}
.item_img img{
    height: auto;
    width: 100%;
}
.footer_wrap{
    color: #FFF;
    background-color: #333;
    box-sizing: border-box;
    margin: 80px 0 0;
    text-align: center;
    padding: 15px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.footerMenu{
    text-align: center;
    padding: 0 0 8px;
}
.footerMenu a{
    color: #FFF;
}