@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #faf6d8;
}

h1 {
	padding: 8px 0;
	text-align: center;
	background-color: #3d4b5f;
	font-size: 32px;
	font-size: 3.2rem;
	color: #fff;	
}

img {
	vertical-align: bottom;
}

#point {
	width: 750px;
	margin: 0 auto;
	padding: 40px 0;
}

#point div strong {
	font-size: 24px;
	font-size: 2.4rem;
	color: #ff33cc;
}

#point div span {
	font-size: 16px;
	font-size: 1.6rem;
	color: #ff33cc;
}

#point .section {
	margin: 56px 0 80px;
	padding: 16px 0 56px;
	position: relative;
	text-align: center;
	background-color: #fff;
}


#point .section:last-of-type {
	margin: 56px 0 32px;
}

#point .section::before {
    background-color: #f9c946;
    color: #444;
    content: '（１）ポイントを貯める';
    font-size: 18px;
    padding: 16px 72px 16px 56px;
    position: absolute;
    left: 0;
    top: -64px;
    font-weight: bold;
}

#point .section::after {
    border-top: 20px solid #f9c946;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    content: '';
    position: absolute;
	left: 124px;
    top: -20px;	
}

#point .section:nth-of-type(2)::before {
    background-color: #f9c946;
    color: #444;
    content: '（２）ポイントを使う';
    font-size: 18px;
    padding: 16px 72px 16px 56px;
    position: absolute;
    left: 0;
    top: -64px;
    font-weight: bold;
}

#point .section .text {
	margin: 0 auto;
	padding: 0 32px 32px;
	background-color:#fff;
}

#point p {
	padding: 0;
	font-size: 16px;
	line-height: 1.4;
	text-align: left;
	text-align: justify;
	text-justify: inter-ideograph; /* IE用 */
}

#point .section .text p:first-child {
	padding: 0 0 24px;
}

#point .section .text p:nth-of-type(3){
	padding: 24px 0 0;
}	

#point .font_bold {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #333;
}

#point .kome {
	margin: 0 0 32px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
	text-align: left;
	text-align: justify;
	text-justify: inter-ideograph; /* IE用 */
}

#point .back_btn {
	width: 40%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#point .back_btn a {
	display: block;
	padding: 14px;
	font-size: 16px;
	font-size: 1.6rem;
	background-color: #3d4b5f;
	border-radius: 7px;
	color: #fff;
}
#point .back_btn a:hover {
    background-color: #ff33cc;
}
@media only screen and (max-width: 768px) {
	
h1 {
	padding: 16px 0;
	background-color: #3d4b5f;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	color: #fff;
}	
	
#point {
	width: auto;
	margin: 0 auto;
	padding: 20px 15px 40px 15px;	
}
	
#point div strong {
	font-size: 16px;
	font-size: 1.6rem;
	color: #ff33cc;
}

#point div span {
	font-size: 14px;
	font-size: 1.4rem;
	color: #ff33cc;
}
	
#point img {
	width: 100%;
	height: auto;
}

#point .section {
	height: auto;
	margin: 36px 0 64px;
	padding: 16px;
	text-align: center;
	background-color: #fff;
}
	
#point .section:last-of-type {
	margin: 56px 0 32px;
}

#point .section::before {
    background-color: #f9c946;
    color: #444;
    content: '（１）ポイントを貯める';
    font-size: 14px;
	font-size: 1.4rem;
    padding: 8px 32px 8px 24px;
    position: absolute;
    left: 0;
    top: -46px;
    font-weight: bold;
}

#point .section::after {
    border-top: 10px solid #f9c946;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    content: '';
    position: absolute;
	left: 87px;
    top: -12px;
}
	
#point .section:nth-of-type(2)::before {
    background-color: #f9c946;
    color: #444;
    content: '（２）ポイントを使う';
    font-size: 14px;
	font-size: 1.4rem;
    padding: 8px 32px 8px 24px;
    position: absolute;
    left: 0;
    top: -46px;
    font-weight: bold;
}	

#point .section .text {
	margin: 0;
	padding: 0 0 15px;
	background-color:#fff;
	border-radius:10px;
}
	
#point p {
	padding: 0;
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
	text-align: justify;
	text-justify: inter-ideograph; /* IE用 */
}

#point .section .text p:first-child {
	padding: 0 0 16px;
}

#point .section .text p:nth-of-type(3){
	padding: 16px 0 0;
}	

#point .font_bold {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #333;
}

#point .kome {
	margin: 0 0 32px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: left;
	text-align: justify;
	text-justify: inter-ideograph; /* IE用 */
}
#point .back_btn {
	width: 100%;
}
}
