@charset "utf-8";


/*=============================================
common
================================================*/

.unisham_con.flexbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 3em 0;
}

.unisham_con.flexbox .headline1 span em{
    background-color: #d62626;
    color: #fff;
    margin-left: 8px;
    border-radius: 7px;
    font-size: 13px;
    padding: 2px 5px;
}
.unisham_con.flexbox .img{
	width: 37%;
}
.unisham_con.flexbox .text{
	width: 58%;
}

.img-unique-1{
	width: 85%;
	max-width: 600px;
	margin-bottom: 1.5em;
}

.txt-unique-1{
	font-size: min(4.6vw, 21px);
    margin: 1.5em 0 3em 0;
    line-height: 1.6;
}
.txt-unique-1 em{
	font-size: 120%;
	font-weight: 600;
}
.txt-unique-1 li{
	margin-bottom: 15px;
	text-indent: -1em;
    margin-left: 0.5em;
}
.txt-unique-1 li::before{
	content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url('check.svg');
    background-position: center;
    background-size: contain;
	padding-right: 0.5em;
	background-repeat: no-repeat;
}

@media screen and (max-width: 900px) {
	.unisham_con.flexbox .img{width: 60%; display:block; margin: 0 auto}
	.unisham_con.flexbox .text{width: 100%; display: block;}
	.img-unique-1{margin: 0 auto 1.5em auto}
}
@media screen and (max-width: 780px) {
	.unisham_con.flexbox .img{width: 75%; display:block; margin: 0 auto}
}
@media screen and (max-width: 600px) {
	.unisham_con.flexbox .img{width: 90%; display:block; margin: 0 auto}
}

/*=============================================
design
================================================*/




.unisham_con .tableStyle02 th, .tableStyle02 td {
	padding: 10px;
}


.feature-block{	
}

.feature-block ul.kinou{
    display: flex;
    flex-wrap: wrap;
	width: 95%;
    overflow: hidden;
    margin: 0 auto;
}

.feature-block ul.kinou li{
	width: calc(50% - 10px);
	margin: 0 5px 15px 5px;
	box-sizing: border-box; 
}
.feature-block ul.kinou li.txt{	
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
	font-size: 16px;
}
.feature-block ul.kinouli .ttl{
	font-weight: 600;
	margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
	.feature-block ul.kinou li{
		width:100%;}
}



