@charset "UTF-8";
/* =======================================
layout
======================================= */
body {
	max-width: 800px;
}

.title01{
	margin-bottom: 15px;
	padding: 0 10px 10px;
    font-size: 26px;
	font-weight: 900;
    background-image: repeating-linear-gradient(
        -45deg,
        #ff6676 0px, #ff6676 2px,
        rgba(0 0 0 / 0) 0%,rgba(0 0 0 / 0) 50%
    );
    background-size: 8px 8px;
    background-repeat: repeat-x;
    background-position: center bottom;
}

.title02{
	width: 750px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
/*
.warranty_bt{
    width: 500px;
    height: 50px;
	margin-left: auto;
	margin-right: auto;
    border-color: #ff6676;
	border-radius: 25px;
	font-size: 1.5em;
	font-weight: 900;
	color: #ff6676;
}

.warranty_bt > a{
	display:block;
	position: rerat
}

*/

.warranty_bt{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 30px 33px 30px 30px;
	width: 700px;
	height: 50px;
	font-size: 24px;
	font-weight: 700;
	text-decoration: none;
	border: 2px solid#ff6676;
	border-radius: 40px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}


.warranty_bt::before{
	content: '';
	position: absolute;
	bottom: 18px;
	right: 28px;
	width: 18px;
	height: 12px;
	border-right: 2px solid #ff6676;
	border-bottom: 2px solid #ff6676;
}

.warranty_bt::after{
	content: '';
	width: 18px;
	height: 12px;
	border: 2px solid #ff6676;

}

.warranty_bt img{
	display: inline-flex;
	margin-right: 10px;
}

a:hover{
	color: #ff6676;
}

.link{
	display: block;
}

p{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 16px;
}

.point{
	background-image: linear-gradient(
		rgba(0 0 0 / 0) 80%,
		#ff6676 70%
		);
}
