@charset "UTF-8";
html {
	width: 100%;
    font-size: 100%;
	/*line-height: 1.8em;*/
}
body {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    overflow-x: hidden;
}

img{
	vertical-align:bottom;
}


#point_contents #title_conts {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 490px;
	min-height: 28vw;
	background-image: url(../images/point/point_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	margin-bottom: 40px;
}
#point_contents .title_inner {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin: auto;
	left: 0;
	top: 190px;
}

#point_contents a {
	color:#0693e3;

}

#point_contents a:hover{
	opacity: 0.8;

}


.top_title {
	font-size: 18px;
	margin-bottom: 0;
}
.title_inner h1 {
	font-size: 44px;
	font-weight: bold;
}
.point_box {
	max-width: 1000px;
	margin: 70px auto;
    padding-left: 10px;
    padding-right: 10px;
}
.point_box_area {
	width: 100%;
}

.point_box_area ul{
	margin-top: 0;
}

.point_box_area p{
	margin-top: 0;
}
.pic_area {
	margin-top: 2em;
}

.point_box_area .pic_area ul {
	display: flex;
	width: 100%;
	justify-content: flex-start;
	align-items: top;
	flex-wrap: wrap;
	padding-left: 0;
}
.point_box_area .pic_area ul li {
	list-style: none;
	width: 20%;
	margin-right: 2%;
	margin-left: 2%;
}


.point_box_title {
	font-size: 30px;
	font-weight: bold;
	padding: 20px;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	text-align: center;
	margin: 30px auto;
}
.point_p {
	font-size: 120%;
	font-weight: bold;
	margin: 20px 0 10px;
}

.point_p span {
	color: #e7397f;
}

.point_box_item {
	width: 100%;
	display: flex;
	background: #a3bcaf;
	align-items: center;
}
.point_box_item:hover {
	background: #83c2ca;
}
.point_icon {
	width: 20%;
	margin: 3% 6%;
}
.point_text {
	width: 60%;
	font-size: 24px;
	color: #fff;
	line-height: 1.4;
	letter-spacing: 2px;
}
.point_text span {
	display: block;
	font-size: 14px;
}
.point_box_item:after {
	font-family: "Font Awesome 5 Free";
	content: '\f054';
	font-weight: 900;
	font-size: 20px;
	color: #fff;
	position: relative;
	right: -10px;
	top: 6px;
	width: 40px;
	height: 40px;
	
}   
.point_box_access {
	border-left: 1px solid #333;
	margin: 15px 0 20px;
	padding-left: 15px;
}

#point_contents .point_box_inner ol{
	line-height: 2;
}

#point_contents .point_box_inner .flow_box {
	width: 100%;
	
}


.point_terms__wrap {
    border: 1px solid #333;
    box-sizing: border-box;
    padding: 15px;
    height: 200px;
    overflow: hidden;
    overflow-y: scroll;
	font-size: 90%;
}

.point_terms__wrap_title {
	text-align: center;
	font-weight: bold;
	font-size: 150%;
}

.point_terms__wrap span{
	font-weight: bold;
	font-size: 120%;
}

.point_box_inner .point_p{
	border-bottom: solid 2px #f3eaf0;
	position: relative;
  }
  
.point_box_inner .point_p:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px #e7397f;
	bottom: -2px;
	width: 20%;
  }

.mt10{
	margin-top: 10px !important;
}

.mt20{
	margin-top: 20px !important;
}

.mt30{
	margin-top: 30px !important;
}

.mt60{
	margin-top: 60px !important;
}

.mb10{
	margin-bottom: 10px !important;
}

.mb20{
	margin-bottom: 20px !important;
}

.mb30{
	margin-bottom: 30px !important;
}
.sp{
	display: none;
}

@media screen and (max-width: 769px){	
    #point_contents #title_conts {
        width: 100%;
        height: 280px;
        min-height: 56vw;
        background-image: url(../images/point/point_bg_sp.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 40% 50%;
        position: relative;
        margin-bottom: 40px;
    }

	#point_contents	.title_inner {
		width: 80%;
		position: absolute;
		left: 10%;
		bottom: 2vw;
		top: revert-layer;
	}
	.top_title {
		font-size: 3vw;
		margin-bottom: 0;
	}

    .title_inner h1 {
        font-size: 5vw;
        font-weight: bold;
        background-color: #333;
        color: #fff;
        text-align: center;
    }
	.point_box_area .pic_area  ul li {
		width:48%;
		margin-bottom: 5%;
	}
	
	.point_box_area .pic_area ul li {
		margin-right: 1%;
		margin-left: 1%;
	}

	.point_box_title {
		font-size: 21px;
	}
	.point_p {
		font-size: 100%;
	}

	#point_contents .point_box_inner .box01 {
		padding-left: 1em;
		padding-right: 1em;
	}	

	#point_contents .point_box_inner .box02 {
		padding-left: 1em;
		padding-right: 1em;
	}		
	
	#point_contents .point_box_inner ol {
		line-height: 1.8;
	}
	#point_contents .point_box_inner ol li{
		margin-bottom: 10px;
	}
	.point_terms__wrap_title {
		text-align: center;
		font-weight: bold;
		font-size: 120%;
	}	

	.sp{
		display: block;
	}
	
}



