@charset "utf-8";
/*------------------------------------------------------------
	familly
------------------------------------------------------------*/
#main {
    margin-bottom: 0;
}
#main .text {
    margin: 0 auto 60px;
    line-height: 2.3;
    font-size: 1.92rem;
    font-weight: 500;
}
#main .red {
    color: #ca3490;
}
#main .bg {
    padding: 60px 0;
    background-color: #f8f5f1;
}
#main .textUl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: stretch;
    align-items: stretch;
}
#main .textUl li {
    width: 30%;
    margin-right: 5%;
    background: #fff;
    margin-bottom: 50px;
    font-size: 2.2rem;
    font-weight: bold;
    padding: 65px 0 65px;
    line-height: 1.4;
    position: relative;
    text-align: center;
}
#main .textUl li .ttl {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 16px;
    height: 30px;
    line-height: 30px;
    font-size: 1.5rem;
    background: #FFC107;
    color: #ffffff;
    font-weight: bold;
    transform: skewX(15deg);
}
#main .textUl li .ttl span {
    color: #fff;
    display: inline-block;
    transform: skewX(-15deg);
}
#main .textUl li small {
    font-size: 1.6rem;
}
#main .textUl li:nth-child(3) {
    margin-right: 0px;
    padding: 55px 0 45px;
}
#main .textUl li:nth-child(4) {
    padding: 55px 0 45px;
}
#main .textUl li:nth-child(5) {
    margin-right: 0px;
    padding: 55px 0 45px;
}
#main .btmTxt {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.3;
}
@media all and (max-width: 767px) {
    #main .textUl li {
        width: 100%;
        margin-right: 0;
        max-width: 560px;
    }
	#main .text {
		font-size: 1.7rem;
		line-height: 1.7;
	}
}
@media all and (-ms-high-contrast:none) {
	#main .textUl li .ttl {
		line-height: 33px;
	}
}