
/*=================================================
 * CSS for PC
 * ================================================= */

main{	min-height: auto; padding-bottom: 0;}

#point{
	padding: 0 0 10px 0;
}
#point .tbs_title{	margin-bottom: 0;}

.cate{	padding-bottom: 10px;}


/** about **/

#about{
	text-align: center;
	margin: 0 0 40px 0;
}

#about ul{
	display: inline-block;
	vertical-align: top;
	margin: 0 15px;
	padding: 20px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#about li{
	position: relative;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	padding: 7px 0 7px 32px;
}

#about > p{
	width: auto;
	margin: 0;
	text-align: left;
	padding: 0 15px 10px 15px;
}

#about > p:last-of-type{	margin-bottom: 0;}
#about ul span, #about p span{
	display: inline-block;
	vertical-align: top;
	width: 24px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: #1c1c1e;
	background: #adeb32;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	left: 0;
}


/** dame **/

.dame{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 110px;
	font-size: 0;
	line-height: 0;
	margin: 15px 0;
	background: url(img/dame.png) no-repeat 50% 50%;
	-webkit-background-size: 110px auto;
	background-size: 110px auto;
}

.dame_in{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 290px;
	height: 80px;
	text-align: center;
	border: 1px solid #ffff00;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.dame_in:after{
	content: '';
	width: 290px;
	height: 80px;
	border: 1px solid #ffff00;
	position: absolute;
	top: -3px;
	left: -3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.dame_in div{
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color: #ffff00;
}

.dame_in p{
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
}


/** greet **/

.greet{
	margin: 0 0 40px 0;
}

.greet p{
	padding: 0 15px;
}
.greet p:first-child{	margin-top: 15px;}


/** qabox **/

.tbs_qa{	margin-bottom: 40px;}


/** point **/

.point_ul{
	font-size: 0;
	line-height: 0;
	margin: 15px 15px 0 15px;
	padding: 0;
}

.point_ul li{
	display: block;
	width: auto;
	margin: 0;
	padding: 2px 0;
	border-bottom: 1px solid #3e3e41;
}

.point_ul li:nth-of-type(3n){
	margin-right: 0;
}

.arrow_left li{
	white-space: normal;
}

.arrow_left li:last-of-type{
	border-bottom: none;
}

#arrow_point,
#arrow_aniki,
#arrow_review{	margin: 0 30px 40px 30px;}

.cpbox{
	display: table;
	width: 100%;
}

.cpbox_l,
.cpbox_r{
	display: table-cell;
	vertical-align: middle;
}

.cpbox_l{
	width: 65px;
	background: #333;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.cpbox_l .cp > em{
	width: 45px;
	height: 45px;
	font-size: 14px;
	line-height: 15px;
	letter-spacing: 1.4px;
	border-radius: 5px;
	padding: 0 4px;
}

.cpbox_r{
	font-size: 15px;
	line-height: 22px;
	padding: 8px 10px;
}

#arrow_point,
#arrow_aniki,
#arrow_review{	margin: 0 0 50px 0;}


/** bust **/

#bust{
	padding: 0;
	margin: 15px 0 40px 0;
}

#bust ul{
	font-size: 0;
	line-height: 0;
	margin: 0 15px;
	padding: 0;
}

#bust li{
	display: block;
	width: auto;
	margin: 0;
}

.bbox{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	border-collapse: separate;
	border-spacing: 0 3px;
	margin: 0 auto;
}

.bbox_l,
.bbox_r{
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.bbox_l{
	width: 80px;
	text-align: center;
}

.bbox_l img{
	width: 80px;
	height: auto;
}

.bbox_r h3{
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	padding: 0 0 0 10px;
}

.bbox_r h3 span{
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #adeb32;
}

.bbox_r p{
	font-size: 13px;
	line-height: 18px;
	padding-left: 10px;
	padding-right: 10px;
}

.bbox_l:after,
.bbox_r:after{
	content			: "";
	display			: block;
	clear			: both;
	width: 100%;
	border-bottom: 1px solid #3e3e41;
	position: absolute;
	bottom: -3px;
	left: 0;
}

#bust li:last-of-type .bbox_l:after,
#bust li:last-of-type .bbox_r:after{	display: none;}


/** flow **/

.flow{
	margin: 0;
	padding: 15px 15px 0 15px;
}

.flbox{
	position: relative;
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	margin: 0 0 20px 0;
}

.flow .flbox:last-of-type{	margin-bottom: 5px;}

.flow .flbox:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 7px 0 7px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	bottom: -15px;
	left: 23px;
}

.flow .flbox:last-of-type:after{	display: none;}

.flbox_l,
.flbox_r{
	display: table-cell;
	vertical-align: middle;
}

.flbox_l{
	width: 60px;
	font-size: 16px;
	font-family: "FontA";
	line-height: 18px;
	text-align: center;
	color: #1c1c1e;
	background: #adeb32;
	border-radius: 5px 0 0 5px;
}

.flbox_r{
	position: relative;
	font-size: 16px;
	line-height: 25px;
	padding: 8px 0 8px 8px;
}
.flbox_r:after{
	content: '';
	width: calc(100% - 10px);
	border-bottom: 1px dotted #3e3e41;
	position: absolute;
	bottom: 0;
	left: 10px;
}

.flbox_r p:nth-child(2){
	position: relative;
	font-size: 12px;
	line-height: 18px;
	margin: 7px 0 0 0;
	padding: 0 0 0 15px;
}
.flbox_r p:nth-child(2) span{
	position: absolute;
	top: 0;
	left: 0;
}

#arrow_flow{	margin-bottom: 20px;}
#arrow_user{	margin-bottom: 0;}

#arrow_flow ul,
#arrow_user ul{
	margin: 0 30px 20px 30px;
}

.rulink{
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	margin: 0;
	padding: 10px 0;
	border: none;
}

.fltxt{
	font-size: 13px;
	line-height: 20px;
	text-align: left;
}


.tbs_arrow{	margin-top: 15px;}
.tbs_arrow.mb{	margin-bottom: 40px;}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {

}
