@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'Keifont';
    src: url('../halfmax/font/Keifont.eot');
    src: url('../halfmax/font/Keifont.eot?#iefix') format('embedded-opentype'), url('../font/Keifont.woff2') format('woff2'), url('../font/Keifont.woff') format('woff'), url('../font/Keifont.ttf') format('truetype'), url('../font/Keifont.svg#Keifont') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* 設定 */
footer {
    margin-top: 170px;
}
.wrapper {
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    opacity: 0.7;
    transition : all 0.2s ease-in-out 0s;
}
.keifont {
    font-family: 'Keifont';
    font-weight: normal;
}
#corse li:nth-child(1),
#point-01 #point-01-corse li:nth-child(1) {
	background-color: #7089f5;
}
#corse li:nth-child(2),
#point-01 #point-01-corse li:nth-child(2) {
	background-color: #32c5ea;
}
#corse li:nth-child(3),
#point-01 #point-01-corse li:nth-child(3) {
	background-color: #00cc66;
}
#corse li:nth-child(4),
#point-01 #point-01-corse li:nth-child(4) {
	background-color: #e5a323;
}
#corse li:nth-child(5),
#point-01 #point-01-corse li:nth-child(5) {
	background-color: #f56d5f;
}
.btn a {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #ff9f07;
    display: inline-block;
    text-align: center;
}


/* TOP */
#top {
	background-image: url(../images/halfmax-top-back.jpg);
    background-size: cover;
    background-position: center;
    height: 466px;
}
#top img {
    height: 460px;
    margin: auto;
    display: block;
}

#point h3 {
	font-size: 34px;
	color: #dd1917;
	font-weight: normal;
	text-align: center;
	padding: 50px 0 30px;
}
#point h3::before,#point h3::after {
	display: inline-block;
	padding: 0 20px;
	top: 16px;
    position: relative;
}
#point h3::before {
	content: url(../images/point-title-left.png);
}
#point h3::after {
	content: url(../images/point-title-right.png);
}
#point h4 {
    font-size: 30px;
    font-weight: normal;
    color: #fff;
    text-shadow: #000 0 2px;
    padding: 20px 0 20px 140px;
    position: relative;
    letter-spacing: 2px;
}
#point-01,#point-02,#point-03,#point-04 {
	background-image: url(../images/point-back.jpg);
    border-radius: 16px;
    padding: 0 0 26px 0;
    margin-bottom: 70px;
}
.point-back {
    background: #fff;
    padding: 30px 50px;
    width: 860px;
    margin: auto;
}
#point-01 .title,
#point-02 .title,
#point-03 .title,
#point-04 .title {
	height: 76px;
    width: 82px;
    background: #ffe100;
	padding: 24px 0 0;
	top: -8px;
    left: 30px;
	position: relative;
    float: left;
}
.title li:nth-child(2) {
    content: '';
    background: #e60303;
    width: 20px;
    height: 2px;
    margin: auto;
    display: block;
}
#point-01 .title::after,
#point-02 .title::after,
#point-03 .title::after,
#point-04 .title::after {
	content: ' ';
    width: 0;
    height: 0;
    border-top: 26px solid #ffe100;
    border-right: 41px solid transparent;
    border-left: 41px solid transparent;
    top: -11px;
    display: block;
    margin: 0 auto;
    position: relative;
}
#point-01 .title li,
#point-02 .title li,
#point-03 .title li,
#point-04 .title li {
    font-size: 16px;
    font-weight: bold;
    color: #e60303;
    letter-spacing: 1px;
	text-align: center;
	line-height: 1.6;
}
#point-01 .title li:last-child::before,
#point-02 .title li:last-child::before,
#point-03 .title li:last-child::before,
#point-04 .title li:last-child::before {
	height: 2px;
	width: 14px;
	background: #059541;
}
#point-01 .title li:last-child,
#point-02 .title li:last-child,
#point-03 .title li:last-child,
#point-04 .title li:last-child {
	font-size: 38px;
}
#point-01 p,
#point-02 p,
#point-03 p,
#point-04 p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 1px;
	padding: 20px 0 10px;
}

#point-02 .point-back div {
    text-align: center;
}
#point-02 #orange {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #fe9f07;
    padding: 10px 16px;
    margin: 18px 0 20px;
}
#point-02 #comparison {
    margin: 30px 0 0;
}
#point-02 #comparison img {
    margin: 0 14px;
}

#point-03 .point-back p span {
    font-size: 12px;
    text-align: right;
    display: block;
}
#point-03 #point-03-maker {
    display: inline-block;
}
#point-03 #point-03-maker li {
    text-align: center;
    background: #ddf7ff;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    float: left;
    display: inline-block;
    margin: 30px 8px 26px;
}
#point-03 #point-03-maker li img {
    transform: translateY(50%);
}

.contact {
    background: #fff2e0;
    text-align: center;
}
.contact a {
    border-radius: 10px;
    width: 420px;
    height: 76px;
    line-height: 76px;
    margin: 40px auto 70px;
}
.contact a::after {
    content: url(../images/arrow.png);
    display: inline-block;
    float: right;
    right: 16px;
    padding: 28px 0;
    position: relative;
    transform: rotate(-90deg);
}