@charset "utf-8";
/*********************************
add 171110
*********************************/
#comment_form .registed{
	background: linear-gradient(to bottom, rgba(17,125,20,1), 0%, rgba(7,93,154,1) 100%) !important;
	border: 1px solid #b7b7b7 !important;
	color: #fff !important;
	display:none;
}
#comment_area .comment_text{
	//white-space:pre-wrap;
	word-break: break-all;
    word-wrap: break-word;
}
.comment_num .num{
	display:none
}
.btn_anchor .num{
	display:none
}
	
.btn_notice{
	display: block;
    width: 100%;
    border-radius: 3px;
    font-size: 20px;
    text-align: center;
    padding: 15px;
	background: linear-gradient(to bottom, rgba(226,228,228,1) 0%,rgba(191,192,191,1) 100%);
    border: 1px solid #b7b7b7;
}

/*----------------------------------------------------
btn_anchor
----------------------------------------------------*/
.breadcrumb .breadcrumb_link a{
	font-size: 11px;
}

.breadcrumb .breadcrumb_link:last-child a{
	padding-right: 10px;
}

.breadcrumb .keyword_link a{
	font-size: 10px;
	height: 23px;
}

.widget_keyword_link a{
	font-size: 10px;
	height: 23px;
}

.widget_keyword_link a:before{
	top: 7px;
	left: 5px;
	width: 6px;
	height: 6px;
}


.breadcrumb_inner.grid{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.btn_anchor{
	display: inline-block;
	width: 100px;
}

.btn_anchor a{
	display: block;
	box-sizing: border-box;
	background: #ffe600;
	border-radius: 100px;
	color: #333;
	font-size: 12px;
	padding: 7px 3px 6px 56px;
	cursor: pointer;
	text-align: center;
	position: relative;
}

.btn_anchor a:before{
	content: "";
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url("/img/icon_comment03.svg") no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 8px;
	margin-top: -5px;
}

.btn_anchor .text{
	display: inline-block;
	font-size: 9px;
	position: absolute;
	top: 8px;
	left: 21px;
}

.btn_anchor a:hover{
	opacity: 0.85;
}



/*----------------------------------------------------
comment_widget  comment_list
----------------------------------------------------*/
.comment_area{
	margin-bottom: 30px;
}

.comment_widget + .comment_widget{
	margin-top: 20px;
}

.comment_widget_heading{
	font-size: 17px;
	padding: 0 0 10px;
}

.comment_widget_heading.side_heading{
	color: #333;
	font-size: 1em;
	font-weight: bold;
}

.comment_widget_heading .icon_img{
	display: inline-block;
	width: 22px;
	height: 16px;
	background: url("/img/icon_comment01.svg") no-repeat;
	background-size: contain;
	margin-left: 5px;
	position: relative;
	top: 2px;
}

.comment_widget_heading .comment_num{
	display: inline-block;
	font-size: 18px;
	margin-left: 15px;
}


.comment_box{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;	
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 2px solid #f7f7f7;
	padding: 16px 0;
}

.comment_box .box_col:first-child{
	width: 570px;
}
	

.comment_list .comment_box:first-child{
	border-top: 2px solid #f7f7f7;
}

.comment_box .comment_heading{
	color: #6c6c6c;
	padding-bottom: 10px;
}

.comment_heading .item{
	display: inline-block;
	font-size: 14px;
}

.comment_heading .time{
	padding: 0 10px;
}

.comment_heading .btn{
	display: inline-block;
	font-size: 13px;
	padding: 0 2px;
	cursor: pointer;
}

.comment_heading .btn + .btn{
	margin-left: 10px;
}

.comment_box .comment_text{
	color: #515151;
	font-size: 13px;
	line-height: 1.3;
}

.comment_box .comment_text_delete{
	display: none;
	border: 1px solid #9b9b9b;
	border-radius: 100px;
	color: #696a67;
	font-size: 13px;
	line-height: 1.3;
	padding: 7px;
	margin-top: 15px;
	text-align: center;
}


.btn_vote{
	display: inline-block;
	width: 61px;
	box-sizing: border-box;
	background: #f7f7f7;
	border: 1px solid #edd600;
	border-radius: 100px;
	font-size: 12px;
	padding: 7px 3px 6px 17px;
	text-align: center;
	cursor: pointer;
	position: relative;
}

.btn_vote:before{
	content: "";
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url("/img/icon_comment_vote01.svg") no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 6px;
	margin-top: -6px;
}

.btn_vote:hover{
	background: #ffe600;
	border: 1px solid #ffe600;
}

.btn_vote:hover:before{
	background: url("/img/icon_comment_vote02.svg") no-repeat;
	background-size: contain;
}

.btn_vote.on{
	background: #ffe600;
	border: 1px solid #ffe600;
}

.btn_vote.on:before{
	background: url("/img/icon_comment_vote02.svg") no-repeat;
	background-size: contain;
}




.btn_more{
	padding-top: 20px;
	text-align: right;
}

.btn_more a{
	color: #2b5fc6;
}

.btn_more a:hover{
	text-decoration: underline;
}

.btn_more:after{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 7px;
	border-color: transparent transparent transparent #2b5ec6;
	vertical-align: middle;
	margin-left: 8px;
}

.widget_pagenation_set.comment_pager{
	border-top: none;
	border-bottom: none;
	padding-top: 10px;
}

.widget_pagenation_set.comment_pager b:after{
	background-color: #edd600;
}



/*----------------------------------------------------
comment_widget  comment_form
----------------------------------------------------*/
.comment_widget input,
.comment_widget textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', "Meiryo UI", Meiryo, メイリオ, Osaka, "ＭＳ Ｐゴシック", 'MS PGothic', arial, sans-serif;
}

::-webkit-input-placeholder{
	color: #647a7a;
}

::-moz-placeholder{
	color: #647a7a;
}

:-moz-placeholder{
	color: #647a7a;
}
 
:-ms-input-placeholder{
	color: #647a7a;
}

.comment_form_inner{
	background: #f7f7f7;
	padding: 15px 25px;
}


.form_name_inner + .form_text_inner{
	margin-top: 8px;
}

.form_name{
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #bfbfbf;
	border-radius: 3px;
	font-size: 13px;
	width: 100%;
	padding: 6px 10px;
}

.form_text{
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #bfbfbf;
	border-radius: 3px;
	font-size: 13px;
	width: 100%;
	padding: 6px 10px;
}

.form_check_inner{
	padding: 7px 0 15px;
}

.form_check_inner label{
	cursor: pointer;
}

.input-check{
	display: none;
}

.input-check + .check{
	display: inline-block;
	font-size: 13px;
	padding-left: 20px;
	position: relative;
}

.input-check + .check:before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #fff;
	border: 1px solid #bfbfbf;
	border-radius: 3px;
	position: absolute;
	top: -2px;
	left: 0;
}

.input-check:checked + .check:after {
	content: "";
	display: inline-block;
	width: 9px;
	height: 3px;
	border-left: 3px solid #117dc9;
	border-bottom: 3px solid #117dc9;
	transform: rotate(-45deg);
	position: absolute;
	top: 2px;
	left: 2px;
}



.btn_comment{
	cursor: pointer;
	background: linear-gradient(to bottom, rgba(237,214,0,1) 0%,rgba(247,188,0,1) 100%);
	border: 1px solid #ff991f;
	border-radius: 3px;
	font-size: 20px;
	text-align: center;
	padding: 15px;
}

.btn_comment .icon_img{
	display: inline-block;
	width: 28px;
	height: 20px;
	background: url("/img/icon_comment02.svg") no-repeat;
	background-size: contain;
	margin-left: 10px;
}

.btn_comment.error{
	display: none;
	background: linear-gradient(to bottom, rgba(226,228,228,1) 0%,rgba(191,192,191,1) 100%);
	border: 1px solid #b7b7b7;
	color: #fff;
}
	