@charset "UTF-8";
/*---------------------------------
/ Foundation - reset
-------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
 u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
button, select, option, input, textarea {font-size: 100%;}
ol, ul {list-style: none;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {quotes: none;}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a img {border: none;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
video {max-width: 100%;}
textarea{display:block;}

/*  --------------------------------------
デバイス振り分け(PC)
--------------------------------------  */
@media screen and (min-width:769px) {
	.sp {display:none!important;}
	body{
		background: #FFF;
		font-family: 'Noto Sans JP', sans-serif;
		text-align:center;
		font-size:16px;

		width:100%;
		min-width:960px;
		min-height: 100vh;
		position: relative;
		padding-bottom: 120px;
		box-sizing: border-box;
	}
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
	header {
		margin:0 auto;
		width:960px;

		position:relative;
		z-index:10;
	}
	.ih1 {
		margin:0 auto;
		padding:5px 0 10px;
		width:960px;
		font-size:12px;
		line-height:12px;
		color:#3b3b3b;
		text-align:left;
		font-feature-settings: "palt";
	}
	.logo_wrap {
		margin:0 auto;
		width:960px;

		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.logo {
		margin:0 0 10px;
		padding:0;
		width:250px;
		font-size:0;
		line-height:0;
	}
	.logo img {width:100%;}
	.gnavi_wrap {
		width:100%;
		margin:0 auto;
		padding:0 auto;
	}
	ul.gnavi {
		margin:0 auto;
		padding:0;
		width:960px;
		height:60px;
		background:url(img/gnavi_bk.png) no-repeat top center;
		text-align:left;
		clear:both;
		position: relative;
		z-index:2;

		display: -webkit-flex;
		display: flex;
	}
		ul.gnavi li {
		padding:0;
		display:block;
		height:60px;
	}
	ul.gnavi li a {
		margin:0;
		padding:0;
		display:block;
		height:60px;
		text-align:left;
		text-indent:-9999px;
		overflow:hidden;
		outline:none;
		clear:both;
	}
	.gnavi_01,
	.gnavi_02,
	.gnavi_03,
	.gnavi_04 {width:240px;}
	.gnavi_05 {width:161px;}
	.gnavi_06 {width:196px;}

	.gnavi_01_on,
	.gnavi_02_on,
	.gnavi_03_on,
	.gnavi_04_on {width:240px;}
	.gnavi_05_on {width:161px;}
	.gnavi_06_on {width:196px;}

	ul.gnavi li.gnavi_01 a:hover,
	ul.gnavi li.gnavi_01_on a,ul.gnavi li.gnavi_01_on a:hover{
		background:url(img/gnavi.png) no-repeat;
		background-position:0px 0px; }

	ul.gnavi li.gnavi_02 a:hover,
	ul.gnavi li.gnavi_02_on a,ul.gnavi li.gnavi_02_on a:hover{
		background:url(img/gnavi.png) no-repeat;
		background-position:-240px 0px; }

	ul.gnavi li.gnavi_03 a:hover,
	ul.gnavi li.gnavi_03_on a,ul.gnavi li.gnavi_03_on a:hover{ 
		background:url(img/gnavi.png) no-repeat;
		background-position:-480px 0px; }

	ul.gnavi li.gnavi_04 a:hover,
	ul.gnavi li.gnavi_04_on a,ul.gnavi li.gnavi_04_on a:hover{
		background:url(img/gnavi.png) no-repeat;
		background-position:-720px 0px; }

	ul.gnavi li.gnavi_05 a:hover,
	ul.gnavi li.gnavi_05_on a,ul.gnavi li.gnavi_05_on a:hover{
		background:url(img/gnavi.png) no-repeat;
		background-position:-603px 0px; }

	ul.gnavi li.gnavi_06 a:hover,
	ul.gnavi li.gnavi_06_on a,ul.gnavi li.gnavi_06_on a:hover{
		background:url(img/gnavi.png) no-repeat;
		background-position:-764px 0px; }

/* ===============================
INDEX
=============================== */
	.index {
		margin:0 auto;
		padding: 0;
		width:100%;
	}
	.keyvisual {
		margin:0 auto;
		width:960px;
		height:250px;
	}
	.home_search {
		margin:0 auto 20px;
		padding:15px 10px;
		width:calc(960px - 20px);
		background:#3f2013;

		display: -webkit-flex;
		display: flex;
		align-items: center;
	}
	.hs_lead {
		margin:0 3% 0 0;
		width:45%;
		color:#FFF;
	}
	.freeword_search {
		margin:0;
		width:52%;
	}
	.irep_search {
		display: -webkit-flex;
		display: flex;
	}
	.irep_search div:nth-child(1) {
		margin:0 2% 0 0;
		width:66.5%;
	}
	.irep_search div:nth-child(2) {
		margin:0 0 0 0;
		width:30.5%;
		font-size:0;
		line-height:0;
	}
	.head_freeword_search .irep_search div:nth-child(1) input[type='text'] {
		padding: 10px 0 10px 10px;
		margin:0;
		width: calc(100% - 12px);
		height:18px;

		font-size: 18px;
		color: #000;
		background:#FFF;
		border: 1px solid #15165b;
		border-radius: 5px;
	}
	.irep_search div:nth-child(1) input[type='text'] {
		padding: 10px 0 10px 10px;
		margin:0;
		width: calc(100% - 12px);
		height:23px;

		font-size: 18px;
		color: #000;
		background:#FFF;
		border: 1px solid #15165b;
		border-radius: 5px;
	}
	.irep_search div img {width:100%;}
	.main_content {
		margin:0 auto;
		width:960px;

		display: -webkit-flex;
		display: flex;
		align-items: flex-start;
	}
	.contleft {
		margin:0 20px 0 0;
		width:640px;
	}
	.contleft_box {
		margin:0 0 15px;
		padding:15px;
		width:610px;
		background: #f7f6f5;
	}
	.contleft_box h2 {
		margin:0 auto 15px;
		padding:10px 10px 12px;
		width:calc(100% - 20px);
		background:#5b2d20;

		text-align:left;
		color:#FFF;
		position:relative;
	}
	.contleft_box h2 span {
		font-size:12px;
		position:absolute;
		top:14px;
		right:10px;
	}
	.contleft_box h2 span a {
		color:#FFF;
		text-decoration:none;
		position:relative;
	}
	.contleft_box h2 span a:hover {
		color:#FFF;
		text-decoration:underline;
	}
	.contleft_box h2 span a:before {
		content: '';
		width: 15px;
		height:15px;
		background-image:url("img/icon_arrow16.svg");
		background-size: 100%;
		background-repeat: no-repeat;

		position:absolute;
		top:2px;
		left:-18px;
	}
	.contleft_inner {
		padding:0;
		background:#FFF;
		border-top: 1px solid #511e0d;
	}
	.linkwrap {
		position:relative;
		z-index:90;
		background:#fffff9;
	}
	.contleft_inner a {
		display:block;
		color:#3e3a39;
		text-decoration:none;
	}
	.contleft_inner a:hover {
		display:block;
		color:#3e3a39;
		text-decoration:none;
		background:#fcfcfc;
	}
	.index_box {
		margin:0 auto;
		padding:10px 0 10px;
		width:100%;
		border-bottom: 1px solid #511e0d;

		display: -webkit-flex;
		display: flex;
	}
	.index_boximg {
		margin:0 5px 0 10px;
		width:90px;
		font-size:0;
		line-height:0;
	}
	.index_boximg img {width:100%;}
	.index_attribute {
		margin:0 5px 0 0;
		width:80px;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		justify-content: space-around;
	}
	.ia_title {
		font-size:10px;
		line-height:10px;
		color:#511e0d;
		background:#faebd7;

		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		box-sizing: border-box;
	}
	.ia_value {
		font-size:10px;
		line-height:10px;
		background:#faf0e6;
		color:#511e0d;

		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		box-sizing: border-box;
	}
	.ia_value span {
		font-size:10px;
	}
	.index_personalinfo ul {
		width:320px;
		text-align:left;
	}
	.iper_title,
	.iper_url,
	.iper_comp {
		padding:0 0 8px 18px;
		font-size:14px;
		line-height:16px;
		position:relative;
	}
	.iper_tel {
		padding:0 0 0 18px;
		font-size:14px;
		line-height:16px;
		position:relative;
	}
	.iper_title {
		font-feature-settings: "palt";
	}
	.iper_title:before,
	.iper_url:before,
	.iper_comp:before,
	.iper_tel:before {
		content: '';
		width: 14px;
		height:14px;
		background-size: 100%;
		background-repeat: no-repeat;

		position:absolute;
		top:2px;
		left:0;
	}
	.iper_title:before {
		background-image:url("img/icon_ttl.svg");
	}
	.iper_url:before {
		background-image:url("img/icon_url.svg");
	}
	.iper_comp:before {
		background-image:url("img/icon_comp.svg");
	}
	.iper_tel:before {
		background-image:url("img/icon_tel.svg");
	}
	.index_action {
		margin:0 0 0 auto;
		width:70px;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		justify-content: space-around;

		position:absolute;
		top:11px;
		right:5px;
	}
	.ireview {
		width:100%;

		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		box-sizing: border-box;
		position:relative;
	}
	.counter_review {
		display: inline-block;
		padding: 4px 3px 3px;
		width: 13px;
		height: 12px;
		font-size: 10px;
		line-height: 10px;
		color: #FFF;
		background: #cd162c;
		border-radius: 50%;
		position: absolute!important;
		top: -2%;
		right: 4px;
	}
	.ireview_base img {width:100%;}
	.review_link {
		width:100%;
		font-size:0;
		line-height:0;

		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		box-sizing: border-box;

		position:relative;
		z-index:100;
	}
	.entry {
		margin:0 auto;
		width:100%;
	}
	.entry li {
		width:100%;
		background:#FFF;
	}
	.entry li span {
		font-size:12px;
		line-height:16px;
		font-weight:bold;
	}
	.entry li a {
		color:#3e3a39;
		text-decoration:none;
	}
	.entry li a:hover {
		color:#036eb8;
		text-decoration:none;
	}
	.entry_wrap {
		padding:10px;
		display: -webkit-flex;
		display: flex;
		align-items: center;
	}
	.ew_time {
		margin:0 10px 0 0;
		padding:5px 5px 7px;
		width:45px;
		font-size:12px;
		line-height:16px;
		font-weight:bold;
		background:#efebe8;
		border-radius:4px;

		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		box-sizing: border-box;
	}
	.ew_site,
	.ew_company {
		margin:0 10px 0 0;
		padding:1px 0;
		font-size:14px;
		line-height:16px;
	}


/* ===============================
CATEGORY-PAGE
=============================== */
	.keyvisual_sub {
		margin:0 auto 0;
		width:960px;
		font-size:0;
		line-height:0;
	}
	.list {
		margin:15px auto 30px auto;
		width:960px;

		display: -webkit-flex;
		display: flex;
		align-items: flex-start;
	}
	.list_wrap {
		margin:0 20px 0 0;
		padding:15px;
		width:610px;
		background: #f7f6f5;
	}
	.list_wrap h2 {
		margin:0 auto 15px;
		padding:10px 10px 12px;
		width:calc(100% - 20px);
		background:#511e0d;

		text-align:left;
		color:#FFF;
	}


/* ===============================
DETAIL-PAGE
=============================== */
	.details_wrap {
		margin:13px auto 0;
		width:960px;

		display: -webkit-flex;
		display: flex;
		align-items: flex-start;
	}
	.detail_main {
		margin:0 20px 0 0;
		width:640px;
	}
	.detail_header {
		margin:0 0 15px;
		padding:0;
		width:640px;
	}
	.detail_header h2 {
		margin:0 auto;
		padding:10px 10px 12px;
		width:620px;
		background:#511e0d;

		text-align:left;
		color:#FFF;
	}
	.detailsdate_wrap {
		margin:10px 0;
		padding:0;
		width:100%;
		font-size:12px;
		line-height:14px;
		text-align:left;

		display: -webkit-flex;
		display: flex;
	}
	.dtl_releace,
	.dtl_update {
		width:70px;
		color:#fcfcfc;
	}
	.dtl_releace{
		padding:0 0 0 18px;
		color:#f7931e;
		font-weight:bold;
		position:relative;
	}
	.dtl_update {
		padding:0 0 0 18px;
		color:#fbb03b;
		font-weight:bold;
		position:relative;
	}
	.dtl_releace:before,
	.dtl_update:before {
		content: '';
		width: 14px;
		height:14px;

		background-size: 100%;
		background-repeat: no-repeat;

		position:absolute;
		top:1px;
		left:0;
	}
	.dtl_releace:before {
		background-image:url("img/icon_create.svg");
	}
	.dtl_update:before {
		background-image:url("img/icon_update.svg");
	}
	.dtl_date {
		width:80px;
	}
	.detail_maininfo {
		width:100%;
		display: -webkit-flex;
		display: flex;
	}
	.detail_img {
		margin:0 10px 0 0;
		width:240px;
	}
	.detail_img img {width:100%;}
	.base_inner {
		width:390px;
	}
	.detail_siteinfo ul {
		width:100%;
		text-align:left;
		border-top: 1px solid #e5e5e5;
	}
	.detail_siteinfo li {
		margin:0;
		border-bottom: 1px solid #e5e5e5;
		display: -webkit-flex;
		display: flex;
	}
	.detail_siteinfo li span {
		display:block;
		padding:5px 0 5px 5px;
		width:6em;

		font-size:10px;
		font-weight: bold;
		line-height:18px;
	}
	.detail_siteinfo li div {
		padding:5px 0 5px 10px;
		width:calc(100% - 6em - 10px);
		font-size:12px;
		line-height:18px;
	}
	.ref_navi {
		margin:5px auto 0;
		width:100%;
		font-size:15px;
		line-height:15px;
		text-align:center;

		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.ref_navi div {
		position:relative;
	}
	.reftab {
		padding:15px 0 15px;
		width:33.3%;
		background:#f7f6f5;
		cursor:pointer;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}
	.reftab:hover {
		color:#FFF;
		background:#f7931e;
		cursor:pointer;
	}
	.actab {
		padding:15px 0 15px;
		width:33.3%;
		color:#FFF!important;
		background:#511e0d;
	}
	.counter_ref {
		display:inline-block;
		padding:4px 3px 3px;
		width:13px;
		height:12px;
		font-size:10px;
		line-height:10px;
		color:#FFF;
		background:#cd162c;
		border-radius: 50%;

		position: absolute!important;
		top: 10%;
		right: 27px;
	}
	.detailsinfo_wrap {
		margin:30px auto 30px;
		width:100%;
	}
	.tabinner_wrap {
		padding:20px 0;
		width:100%;
		background:#f7f6f5;
	}
	.tab_inner {
		margin:0 auto;
		padding:20px;
		width:560px;
		background:#FFF;
		font-size:14px;
		line-height:24px;
		text-align:left;
	}
	.tab_inner {
		display:none;
	}
	.tabopen {
		display:block!important;
	}
	.details_reptitle {
		margin:0;
		padding:0 0 5px;
		font-size:18px;
		line-height:24px;
		font-weight:bold;
		border-bottom: 3px solid #777777;
	}
	.details_shortcmt {
		margin:0 0 20px;
		padding:10px 15px;
		width:calc(100% - 30px);
		font-size:14px;
		line-height:22px;
		color:#232323;
		text-align: justify;
		background:#eae7e5;
	}
	.details_leadttls {
		padding:7px 0 8px 10px;
		width:calc(100% - 10px);
		font-size:14px;
		line-height:14px;
		color:#FFF;
		background:#351605;
	}
	.details_replead {
		margin:0 0 20px;
		padding:20px;
		width:calc(100% - 42px);

		font-size: 16px;
		line-height: 28px;
		text-align: justify;
		font-feature-settings: "palt";
		border: 1px solid #e5e5e5;
	}
	.reference_inner {
		margin:0 0 20px;
		width:100%;

		display: -webkit-flex;
		display: flex;
	}
	.reference_inner .ref_lead {
		margin:0 20px 0 0;
		width:420px;
		font-size:16px;
		line-height:28px;
	}
	.reference_inner .ref_img {
		width:300px;
	}
	.reference_inner_personal {
		margin:10px 0 20px;
		width:100%;

		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		-webkit-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.reference_inner_personal .ref_lead {
		margin:0 0 0 20px;
		width:620px;
		font-size:16px;
		line-height:28px;
		font-feature-settings: "palt";
	}
	.reference_inner_personal .ref_img {
		width:100px;
	}
	.ref_img img {
		width:100%;
	}
	.recommend {
		margin:0 auto 30px;
		width:960px;
	}
	.recommend_wrap {
		width:100%;

		display: -webkit-flex;
		display: flex;
	}
	.recommendinner_wrap {
		margin:0 20px 0 0;
		width:640px;

		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		flex-wrap       :wrap;
	}
	.recommendinner_wrap::before{
		content:"";
		display: block;
		width:24%;
		order:1;
	}
	.recommendinner_wrap::after{
		content:"";
		display: block;
		width:24%;
	}

/* --------------------  COMMENT */
	#comment-area {
		margin:0 auto;
		padding:0;
		width: 100%;
	}
	#reply-title,
	#comments {
		margin:0 0 15px;
		padding: 0 0 20px 35px;
		width:calc(100% - 35px);
		font-size:20px;
		line-height:20px;
		font-weight:bold;
		text-align:left;
		color:#ef4f0b;
		position:relative;
	}
	#reply-title:before,
	#comments:before {
		content: '';
		width: 28px;
		height:28px;
		background-size: 100%;
		background-repeat: no-repeat;
		background-image:url("img/icon_cmt24.svg");

		position:absolute;
		top:-2px;
		left:4px;
	}
	#reply-title:after,
	#comments:after {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 10px;
		content: '';
		background-image: -webkit-repeating-linear-gradient(135deg, #f15a24, #f15a24 1px, transparent 2px, transparent 5px);
		background-image: repeating-linear-gradient(-45deg, #f15a24, #f15a24 1px, transparent 2px, transparent 5px);
		background-size: 7px 7px;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.commentmetadata {font-size:14px;}
	.commentmetadata a {
		color:#5089ff;
		text-decoration:underline;
	}
	.commentmetadata a:hover {
		color:#5089ff;
		text-decoration:underline;
	}
	.comment-name {
		margin:0 auto;
		width:100%;
		overflow:hidden;
	}
	.comment-meta {text-align:left;}
	.comment-form-comment {text-align:center;}
	.comment-form-comment label {display:none;}
	.wpcf7-textarea {
		margin:10px auto;
		border:1px solid #D6D6D6;
		width: calc(99.2% - 2px);
	}
	#author {
		margin:10px auto 0 auto;
		padding:5px;
		width: 30%;
		height:26px;
		border:1px solid #D6D6D6;
		border-radius: 4px;
		font-size:16px;
	}
	.comment-form-cookies-consent {display:none;}
	.comment-form-comment textarea {
		padding: 12px 12px 0 12px;
		width: calc(100% - 26px);
		height: 200px;
		font-size:16px;
		border-radius: 4px;
		border: 1px solid #D6D6D6;
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
	}
	.form-submit {
		margin: 20px auto 5px;
		padding: 1em 0;
		width:40%;
	}
	.form-submit input[type='submit'] {
		margin: 0 auto;
		padding: 12px 0;
		width:100%;
		background: #ef4f0b;
		border: 2px solid #ef4f0b;
		border-radius: 4px;
		color: #FFF;
		cursor: pointer;
		transition: all 0.3s ease 0s;
		font-size:16px;
		font-weight:bold;
		text-decoration:none;
		text-align:center;
	}
	.form-submit input[type='submit']:hover {
		background: #FFF;
		color: #ef4f0b;
		font-size:16px;
		font-weight:bold;
		text-decoration:none;
		text-align:center;
	}
	.post_comment #respond {
		display:none!important;
	}
	.post_report #comments,
	.post_report .commets-list {
		display:none!important;
	}
	.commets-list li {
		padding:5px 0 8px 0;
		border-bottom:1px solid #e5e5e5;
	}
	.commets-list .children li {
		padding:0;
		border-bottom:none;
	}
	.user_comments .cmnt_inner {
		margin:0 auto 0 0;
		width:80%;
	}
	.children .cmnt_inner {
		margin:0 0 0 auto;
		width:90%;
	}
	.user_comments .cmnt_lead {
		margin:5px auto 10px 0;
		padding:15px;
		width:calc(100% - 30px);
		font-size:14px;
		line-height:26px;
		text-align:left;
		background:#f6f5f4;
		border:1px solid #D6D6D6;
		border-radius: 4px;
		position:relative;
	}
	.children .cmnt_lead {
		margin:5px 0 0 auto;
		padding:15px;
		width:calc(100% - 30px);
		font-size:14px;
		line-height:26px;
		text-align:left;
		background:#fff;
		border:1px solid #D6D6D6;
		border-radius: 4px;
		position:relative;
	}
	.cmnt_name {
		margin:10px 0 0;
		font-size:14px;
		line-height:14px;
		font-weight:bold;
		color:#999999;
	}
	.cmnt_name span {
		margin:0 10px 0 0;
		font-size:10px;
	}
	.reply {
		position:absolute;
		bottom:1px;
		right:0;
	}
	.reply a {
		padding:5px 10px;
		transition: all 0.3s ease 0s;
		font-size:10px;
		font-weight:bold;
		text-decoration:none;
		text-align:center;
		color:#000;
		background: #f4f4f4;
		border: 2px solid #f4f4f4;
		border-radius: 4px;
	}
	.reply a:hover {
		padding:5px 10px;
		color:#000;
		background: #FFF;
		border: 2px solid #f4f4f4;
		border-radius: 4px;
	}


/* ---------------------------
PAGELAYOUT
--------------------------  */
	input,
	button,
	select,
	textarea {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background: transparent;
		border: none;
		border-radius: 0;
		font: inherit;
		outline: none;
		padding:0;
	}
	textarea {
		resize: vertical;
	}
	input[type='checkbox'],
	input[type='radio'] {
		display: none;
	}
	input[type='submit'],
	input[type='button'],
	label,
	button,
	select {
		cursor: pointer;
	}
	select::-ms-expand {
		display: none;
	}
	.txtbld {font-weight:bold;}
	.red {color: #ff0000;}
	.liney {background: linear-gradient(transparent 50%, #fcee21 0%);}


/* ===============================
NOT FOUND
=============================== */


/* ---------------------------
ASIDE
--------------------------  */
	.sideber {
		width:300px;
		text-align: left;
	}
	.sideber > aside {
		background:#f7f6f5;
	}
	.sideber h3 {
		padding:9px 0 0 15px;
		font-size:16px;
		font-weight:normal;
		color:#3f2013;
		width:255px;
		height:35px;
		background : url(img/r_navi_obi_01.jpg) no-repeat;
	}
	.r_content_sub {
		margin:0 auto 15px;
		padding:15px 0 15px 0;
		width:270px;
		font-size:12px;
		line-height:160%;
	}
	.r_content_sub ul {
		margin:0 auto;
		width:270px;
	}
	.r_content_sub li {
		border-bottom: 1px dotted #FFF;
		margin-bottom: 5px;
		background: url(img/arrow.gif) no-repeat 0 7px;
		padding: 5px 0 10px 16px;
	}
	.r_content_sub a {
		color:#3e3a39;
		text-decoration:none;
	}
	.r_content_sub a:hover {
		color:#036eb8;
		text-decoration:underline;
	}


/* ---------------------------
PAGENATION
--------------------------  */
	.page_navi {
		display:block;
		margin:15px auto 5px 0;
		width:100%;
		text-align: left;
	}
	.page-numbers {
		margin:0 10px 0 0;
		padding:2px 11px 3px;
		font-size:16px;
		line-height:16px;
		color:#003567;
		text-align:center;
		text-decoration:none;

		transition: all 0.3s ease 0s;
		background: #FFF;
		border: 2px solid #FFF;
		border-radius: 4px;
	}
	.page-numbers:hover {
		margin:0 10px 0 0;
		padding:2px 11px 3px;
		font-size:16px;
		line-height:16px;
		color:#FFF;
		text-align:center;
		text-decoration:none;

		background: #036eb8;
		border: 2px solid #036eb8;
		border-radius: 4px;
	}
	.current {
		color:#FFF!important;
		background: #003567!important;
		border: 2px solid #003567!important;
	}

	#pagetop {
		width: 34px;
		height:34px;
		position: fixed;
		bottom: 0;
		right: 0;
		z-index:1020;
		transition:0.5s all;
	}
	#pagetop img {width:100%;}
	#pagetop a {
		margin:0 auto;
		width: 34px;
		height:34px;
		display: block;
		transition:0.5s all;
		transform: scale(1, 1);
		transform-origin: right bottom;
	}
	#pagetop a:hover {
		margin:0 auto;
		width: 34px;
		height:34px;
		display: block;
		transition:0.5s all;
		transform: scale(1.5, 1.5);
		transform-origin: right bottom;
	}


/* ---------------------------
FOOTER
--------------------------  */
	footer {
		margin:20px 0 0;
		padding:0 0 20px;
		width:100%;
		color:#FFF;
		background:#1b1b1b;
		position:absolute;
		bottom:0;
		left:0;
		z-index:100;
	}
	.footer {
		margin:0 auto;
		padding: 20px 0 5px 0;
		width:960px;
		text-align:center;
	}
	.footer li {
		font-size:12px;
		display: inline;
	}
	.footer a {
		color:#FFF;
		text-decoration:none;
	}
	.footer a:hover {
		color:#FFF;
		text-decoration:underline;
	}
	.f_border {
		padding-right: 15px;
		margin-right: 10px;
		border-right: solid 1px #FFF;
	}
	.copy {
		font-size:12px;
	}


/* -------------------- 画像透過リンク */
	.logo a img,
	.review_link a img,
	.search_lists a img,
	.irep_search img,
	.recommend_report a img,
	.list_parts a img {
		-webkit-transition:opacity 0.5s;
		-o-transition     :opacity 0.5s;
		-moz-transition   :opacity 0.5s;
		transition        :opacity 0.5s;
	}
	.logo a:hover img,
	.review_link a:hover img,
	.search_lists a:hover img,
	.irep_search img:hover,
	.recommend_report a:hover img,
	.list_parts a:hover img {
		filter:alpha(opacity=70);
		-moz-opacity:0.7;
		opacity:0.7;
	}

/* --------------------  common */
	.mb10 {margin-bottom:10px;}
	.mb15 {margin-bottom:15px;}
	.mb20 {margin-bottom:20px;}
	.mb25 {margin-bottom:25px;}
	.mb30 {margin-bottom:30px;}
	.mb40 {margin-bottom:40px;}
	.mb50 {margin-bottom:50px;}
	.mb60 {margin-bottom:60px;}
	.mb80 {margin-bottom:80px;}
	.mb100 {margin-bottom:100px;}


}/* end PC */


/*  --------------------------------------
デバイス振り分け(SP)
--------------------------------------  */
@media screen and (max-width:768px) {
	.pc {display:none!important;}
	body{
		font-family: 'Noto Sans JP', sans-serif;
		text-align:left;
		background:#FFF;

		min-height: 100vh;
		position: relative;
		padding-bottom: 10vw;
		box-sizing: border-box;
	}
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
	header {
		margin:0 auto;
		padding:0;
		width:100%;
	}
	.ih1 {
		padding:2vw 2vw 0 2vw;
		font-size:2.4vw;
		line-height:2.4vw;
		font-feature-settings: "palt";
		color:#333333;
	}
	.logo_wrap {
		margin:2vw auto 2vw 2vw;
		width:60%;
	}
	.logo {
		width:100%;
		font-size:0;
		line-height:0;
	}
	.logo img {width:100%;}
	.gnavi {
		margin:0 0 2vw;
		width:100%;
		font-size:0;
		line-height:0;

		display: -webkit-flex;
		display: flex;
	}
	.gnavi li {
		margin:0;
		padding:0;
		width:25%;
	}
	.gnavi li img {width:100%;}

/* ===============================
INDEX
=============================== */
	.index {
		margin:0 auto 0;
		padding: 0;
		width:100%;
	}
	.keyvisual {
		margin:0 auto;
		width:100vw;
		font-size:0;
		line-height:0;
	}
	.keyvisual img {width:100%;}
	.home_search {
		margin:0 0 4vw;
	}
	.hs_lead {
		margin:0 0 1.2vw;
		font-size:3.2vw;
		text-align:center;
	}
	.icontent_wrap {
		margin:0 0 4vw;
		width:100%;
	}
	.isearch_wrap,
	.text_search {
		margin:0 0 4vw;
		width:100%;
	}
	.freeword_search {
		padding:4vw;
		width:calc(100% - 8vw);
		background:#f7f6f5;
	}
	.irep_search {
		width:100%;
		display: -webkit-flex;
		display: flex;
	}
	.irep_search div:nth-child(1) {
		margin:0 0.5% 0 0;
		width:77.5%;
	}
	.irep_search div:nth-child(2) {
		margin:0 0 0 0;
		width:22%;
		font-size:0;
		line-height:0;
	}
	.irep_search div:nth-child(1) input[type='text'] {
		padding: 2vw 0 2.5vw 2vw;
		margin:0;
		width: calc(100% - 4vw - 2px);
		height:5.6vw;

		font-size: 3.6vw;
		color: #000;
		background:#FFF;
		border: 1px solid #512611;
		border-radius: 5px;
	}
	.irep_search div img {width:100%;}
	.irep_search button {padding:0;}
	.main_content {
		margin:0 auto;
		width:100%;
	}
	.contleft {
		margin:0 0 4vw;
		width:100%;
	}
	.contleft_box {
		margin:0 0 0;
		padding:2vw;
		width:96vw;
		background: #efefef;
	}
	.contleft_box h2 {
		margin:0 auto 2vw;
		padding:2vw 2vw 2.5vw;
		width:calc(100% - 4vw);
		background:#5b2d20;

		font-size:3.6vw;
		text-align:left;
		color:#FFF;
		font-feature-settings: "palt";
		position:relative;
	}
	.contleft_box h2 span {
		font-size:3vw;
		position:absolute;
		top:2vw;
		right:2vw;
	}
	.contleft_box h2 span a {
		color:#FFF;
		text-decoration:none;
		position:relative;
	}
	.contleft_box h2 span a:hover {
		color:#FFF;
		text-decoration:underline;
	}
	.contleft_box h2 span a:before {
		content: '';
		width: 3.2vw;
		height:3.2vw;
		background-image:url("img/icon_arrow16.svg");
		background-size: 100%;
		background-repeat: no-repeat;

		position:absolute;
		top:1vw;
		left:-4vw;
	}
	.contleft_inner {
		padding:0;
		background:#FFF;
		border-top: 1px solid #b5b5b6;
	}
	.linkwrap {
		position:relative;
		z-index:90;
		background:#fffff9;
	}
	.contleft_inner a {
		display:block;
		color:#3e3a39;
		text-decoration:none;
	}
	.contleft_inner a:hover {
		display:block;
		color:#3e3a39;
		text-decoration:none;
		background:#fcfcfc;
	}
	.index_box {
		margin:0 auto;
		padding:2vw 0 2vw;
		width:100%;
		border-bottom: 1px solid #b5b5b6;

		display: -webkit-flex;
		display: flex;
	}
	.index_boximg {
		margin:0 0.5% 0 2%;
		width:22.5%;
		font-size:0;
		line-height:0;
	}
	.index_boximg img {width:100%;}
	.index_attribute {
		margin:0 0.5% 0 0;
		width:14.5%;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		justify-content: space-around;
	}
	.ia_title {
		font-size:2.6vw;
		line-height:2.6vw;
		color:#511e0d;
		background:#faebd7;

		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		box-sizing: border-box;
	}
	.ia_value {
		font-size:2.6vw;
		line-height:2.6vw;
		background:#faf0e6;
		color:#511e0d;

		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		box-sizing: border-box;
	}
	.index_personalinfo {
		width:45%;
		text-align:left;
	}
	.iper_title,
	.iper_url,
	.iper_comp {
		padding:0 0 2vw 4.2vw;
		font-size:3.2vw;
		line-height:3.8vw;
		position:relative;
	}
	.iper_tel {
		padding:0 0 0 4.2vw;
		font-size:3.2vw;
		line-height:3.8vw;
		position:relative;
	}
	.iper_title {
		font-feature-settings: "palt";
	}
	.iper_title:before,
	.iper_url:before,
	.iper_comp:before,
	.iper_tel:before {
		content: '';
		width: 3.2vw;
		height:3.2vw;
		background-size: 100%;
		background-repeat: no-repeat;

		position:absolute;
		top:0.5vw;
		left:0;
	}
	.iper_title:before {
		background-image:url("img/icon_ttl.svg");
	}
	.iper_url:before {
		background-image:url("img/icon_url.svg");
	}
	.iper_comp:before {
		background-image:url("img/icon_comp.svg");
	}
	.iper_tel:before {
		background-image:url("img/icon_tel.svg");
	}
	.index_action {
		margin:0 0 0 auto;
		width:18%;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		justify-content: space-around;

		position:absolute;
		top:2vw;
		right:0.2vw;
	}
	.ireview {
		width:100%;

		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		box-sizing: border-box;
		position:relative;
	}
	.ireview_base {
		padding:1vw 0 0;
		width:60%;
	}
	.ireview_base img {width:100%;}
	.counter_review {
		display: inline-block;
		padding: 0.8vw 1vw;
		min-width: 2vw;
		font-size: 2.4vw;
		line-height: 2.4vw;
		color: #FFF;
		text-align:center;
		background: #cd162c;
		border-radius: 50%;
		position: absolute!important;
		top: 0%;
		right: 10%;
	}
	.review_link {
		margin:0 auto;
		width:80%;
		font-size:0;
		line-height:0;

		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		box-sizing: border-box;

		position:relative;
		z-index:100;
	}
	.review_link img {width:100%;}
	.entry {
		margin:0 auto;
		width:100%;
	}
	.entry li {
		width:100%;
		background:#FFF;
	}
	.entry li span {
		font-size:2.8vw;
		line-height:3vw;
		font-weight:bold;
	}
	.entry li a {
		color:#3e3a39;
		text-decoration:none;
	}
	.entry li a:hover {
		color:#036eb8;
		text-decoration:none;
	}
	.entry_wrap {
		padding:1.2vw 2vw;
		display: -webkit-flex;
		display: flex;
		align-items: center;
	}
	.ew_time {
		margin:0 2vw 0 0;
		padding:2vw 2vw 2.2vw;
		width:10%;
		font-size:3vw;
		line-height:3vw;
		font-weight:bold;
		background:#efebe8;
		border-radius:4px;

		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		box-sizing: border-box;
	}
	.ew_site,
	.ew_company {
		margin:0 2vw 0 0;
		padding:1vw 0;
		font-size:3vw;
		line-height:3vw;
	}


/* ===============================
CATEGORY-PAGE
=============================== */
	.keyvisual_sub {
		margin:0 auto 0;
		width:100%;
		font-size:0;
		line-height:0;
	}
	.keyvisual_sub img {width:100%;}
	.list {
		margin:0 auto 4vw;
		width:100%;
	}
	.list_wrap {
		margin:0 0 4vw 0;
		padding:2vw;
		width:96vw;
		background: #f7f6f5;
	}
	.list_wrap h2 {
		margin:0 auto 2vw;
		padding:2vw 2vw 2.5vw;
		width:calc(100% - 4vw);
		background:#5b2d20;

		font-size:3.6vw;
		text-align:left;
		color:#FFF;
		font-feature-settings: "palt";
	}


/* ===============================
DETAIL-PAGE
=============================== */
	.details_wrap {
		margin:2vw auto 4vw;
		width:100%;
	}
	.detail_main {
		margin:0 0 4vw;
		width:100%;
	}
	.detail_header {
		margin:0 auto;
		width:96%;
	}
	.detail_header h2 {
		margin:0 auto 2vw;
		padding:2vw 2vw 2.5vw;
		width:calc(100% - 4vw);
		background:#5b2d20;

		font-size:3.6vw;
		text-align:left;
		color:#FFF;
		font-feature-settings: "palt";
	}
	.detailsdate_wrap {
		margin:0 0 2vw;
		padding:0;
		width:100%;
		font-size:2.8vw;
		line-height:2.8vw;
		text-align:left;

		display: -webkit-flex;
		display: flex;
	}
	.dtl_releace,
	.dtl_update {
		width:17%;
	}
	.dtl_releace{
		padding:0 0 0 4.2vw;
		color:#f7931e;
		font-weight:bold;
		position:relative;
	}
	.dtl_update {
		padding:0 0 0 4.2vw;
		color:#fbb03b;
		font-weight:bold;
		position:relative;
	}
	.dtl_releace:before,
	.dtl_update:before {
		content: '';
		width: 3.2vw;
		height:3.2vw;
		background-size: 100%;
		background-repeat: no-repeat;

		position:absolute;
		top:0;
		left:0;
	}
	.dtl_releace:before {
		background-image:url("img/icon_create.svg");
	}
	.dtl_update:before {
		background-image:url("img/icon_update.svg");
	}
	.dtl_date {
		width:20%;
	}
	.detail_maininfo {
		margin:0 auto 6vw;
		width:96%;
	}
	.detail_img {
		margin:0 auto 2vw;
		width:100%;
		font-size:0;
		line-height:0;
	}
	.detail_img img {width:100%;}
	.base_inner {
		width:100%;
	}
	.detail_siteinfo ul {
		width:100%;
		text-align:left;
		border-top: 1px solid #e5e5e5;
	}
	.detail_siteinfo li {
		margin:0;
		border-bottom: 1px solid #e5e5e5;
		display: -webkit-flex;
		display: flex;
	}
	.detail_siteinfo li span {
		display:block;
		padding:2vw 0 2vw 2vw;
		width:6em;

		font-size:2.8vw;
		font-weight: bold;
		line-height:3.8vw;
	}
	.detail_siteinfo li div {
		padding:2vw 0 2vw;
		width:calc(100% - 6em);
		font-size:3.2vw;
		line-height:3.8vw;
	}
	.ref_navi {
		margin:0 auto 0;
		width:100%;
		font-size: 3.2vw;
		line-height: 3.2vw;
		text-align:center;

		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.ref_navi div {
		position:relative;
	}
	.reftab {
		padding: 3vw 0;
		width:33.3%;
		background:#f7f6f5;
		cursor:pointer;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}
	.reftab:hover {
		color:#FFF;
		background:#f7931e;
		cursor:pointer;
	}
	.actab {
		padding: 3vw 0;
		width:33.3%;
		color:#FFF!important;
		background:#511e0d!important;
	}
	.counter_ref {
		display:inline-block;
		padding:0.8vw 1vw;
		min-width:2vw;
		font-size:2.4vw;
		line-height:2.4vw;
		color:#FFF;
		background:#cd162c;
		border-radius: 50%;

		position: absolute!important;
		top: 10%;
		right: 6vw;
	}
	.detailsinfo_wrap {
		margin:0 auto 4vw;
		width:96%;
	}
	.tabinner_wrap {
		padding:4vw 0;
		width:100%;
		background:#f7f6f5;
	}
	.tab_inner {
		margin:0 auto;
		padding:4vw;
		width:calc(94% - 8vw);
		background:#FFF;
		font-size:3.2vw;
		line-height:4.8vw;
		text-align:left;
	}
	.tab_inner {
		display:none;
	}
	.tabopen {
		display:block!important;
	}
	.details_shortcmt {
		margin:0 0 4vw;
		padding:2vw 2vw;
		width:calc(100% - 4vw);
		font-size:3vw;
		line-height:3.6vw;
		color:#232323;
		text-align: justify;
		background:#eae7e5;
	}
	.details_leadttls {
		padding:1.2vw 0 1.8vw 0;
		width:100%;
		font-size:3.2vw;
		line-height:3.2vw;
		color:#FFF;
		text-align: center;
		background:#351605;
	}
	.details_replead {
		margin:0 0 2vw;
		padding:2vw;
		width:calc(100% - 2px - 4vw);

		font-size: 3.2vw;
		line-height: 4.6vw;
		text-align: justify;
		font-feature-settings: "palt";
		border: 1px solid #e5e5e5;
	}
	.reference_inner {
		margin:2vw 0 4vw;
		width:100%;

		display: -webkit-flex;
		display: flex;
	}
	.reference_inner .ref_lead {
		margin:0 2% 0 0;
		width:65%;
		font-size:3.6vw;
		line-height:6.2vw;
	}
	.reference_inner .ref_img {
		width:33%;
	}
	.reference_inner_personal {
		margin:2vw 0 4vw;
		width:100%;

		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		-webkit-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.reference_inner_personal .ref_lead {
		margin:0 0 0 2%;
		width:78%;
		font-size:3.6vw;
		line-height:6.2vw;
		font-feature-settings: "palt";
	}
	.reference_inner_personal .ref_img {
		width:20%;
	}
	.ref_img img {width:100%;}
	.recommend {
		margin:0 auto 4vw;
		width:94%;
	}
	.recommend_wrap {
		width:100%;
	}
	.recommendinner_wrap {
		margin:0 0 4vw 0;
		width:100%;

		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		flex-wrap       :wrap;
	}
/* --------------------  COMMENT */
	#comment-area {
		margin:0 auto;
		padding:0;
		width: 100%;
	}
	#reply-title,
	#comments {
		margin:0 0 2vw;
		padding: 0 0 4.4vw 6vw;
		width:calc(100% - 6vw);
		font-size:4.6vw;
		line-height:4.6vw;
		font-weight:bold;
		text-align:left;
		color:#ef4f0b;
		position:relative;
	}
	#reply-title:before,
	#comments:before {
		content: '';
		width: 5vw;
		height:5vw;
		background-size: 100%;
		background-repeat: no-repeat;
		background-image:url("img/icon_cmt24.svg");

		position:absolute;
		top:-0.2vw;
		left:0.2vw;
	}
	#reply-title:after,
	#comments:after {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 10px;
		content: '';
		background-image: -webkit-repeating-linear-gradient(135deg, #f15a24, #f15a24 1px, transparent 2px, transparent 5px);
		background-image: repeating-linear-gradient(-45deg, #f15a24, #f15a24 1px, transparent 2px, transparent 5px);
		background-size: 7px 7px;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.comment {
		margin:0 auto 2vw;
		padding:0 2vw;
		width: calc(100% - 4vw);
		font-size:3.2vw;
		line-height:5.6vw;
		border-bottom:1px solid #e5e5e5;
	}
	.commentmetadata {font-size:12px;}
	.commentmetadata a {
		color:#5089ff;
		text-decoration:underline;
	}
	.comment-reply-title a {
		color:#FFF;
		text-decoration:underline;
	}
	.comment-name {
		margin:0 auto;
		width:100%;
		overflow:hidden;
	}
	.comment-meta {text-align:left;}
	.comment-form-comment {text-align:center;}
	.comment-form-comment label {display:none;}

	.wpcf7-textarea {
		margin:10px auto;
		border:1px solid #D6D6D6;
		width: calc(99.2% - 2px);
	}
	#author {
		margin:2vw auto 0;
		padding:2vw;
		width: 30%;
		height:6vw;
		border:1px solid #D6D6D6;
		border-radius: 4px;
		font-size:16px;
	}
	.comment-form-cookies-consent {display:none;}
	.comment-form-comment textarea {
		padding: 2vw 2vw 0 2vw;
		width: calc(100% - 2px - 4vw);
		height: 200px;
		font-size:16px;
		border-radius: 4px;
		border: 1px solid #D6D6D6;
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
	}
	.form-submit {
		margin: 4vw auto 2vw;
		padding: 1em 0;
		width:70%;
	}
	.form-submit input[type='submit'] {
		margin: 0 auto;
		padding: 4vw 0;
		width:100%;
		background: #ef4f0b;
		border: 2px solid #ef4f0b;
		border-radius: 4px;
		color: #FFF;
		cursor: pointer;
		transition: all 0.3s ease 0s;
		font-size:16px;
		font-weight:bold;
		text-decoration:none;
		text-align:center;
	}
	.post_comment > #comment-area > #respond {
		display:none!important;
	}
	.post_comment #respond {
		display:none!important;
	}
	.post_report #comments,
	.post_report .commets-list {
		display:none!important;
	}
	.commets-list li {
		padding:2vw 0;
		border-bottom:1px solid #e5e5e5;
	}
	.commets-list .children li {
		padding:0;
		border-bottom:none;
	}
	.user_comments .cmnt_inner {
		margin:0 auto 0 0;
		width:80%;
	}
	.children .cmnt_inner {
		margin:0 0 0 auto;
		width:90%;
	}
	.user_comments .cmnt_lead {
		margin:0 auto 2vw 0;
		padding:2vw;
		width:calc(100% - 2px - 4vw);
		font-size:3.2vw;
		line-height:5.6vw;
		text-align:left;
		background:#f6f5f4;
		border:1px solid #D6D6D6;
		border-radius: 4px;
		position:relative;
	}
	.children .cmnt_lead {
		margin:1vw 0 0 auto;
		padding:2vw;
		width:calc(100% - 2px - 4vw);
		font-size:3.2vw;
		line-height:5.6vw;
		text-align:left;
		background:#FFF;
		border:1px solid #D6D6D6;
		border-radius: 4px;
		position:relative;
	}
	.cmnt_name {
		margin:0.6vw 0 0;
		font-size:3vw;
		line-height:3vw;
		font-weight:bold;
		color:#999999;
	}
	.cmnt_name span {
		margin:0 2vw 0 0;
		font-size:2.6vw;
	}
	.reply {
		position:absolute;
		bottom:2px;
		right:0;
	}
	.reply a {
		padding:1vw 2vw;
		transition: all 0.3s ease 0s;
		font-size:2.8vw;
		font-weight:bold;
		text-decoration:none;
		text-align:center;
		color:#000;
		background: #cbc3bf;
		border: 2px solid #cbc3bf;
		border-radius: 4px;
	}


/* ===============================
TOPICS-LIST-PAGE
=============================== */


/* ---------------------------
PAGELAYOUT
--------------------------  */
	input,
	button,
	select,
	textarea {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background: transparent;
		border: none;
		border-radius: 0;
		font: inherit;
		outline: none;
	}
	textarea {
		resize: vertical;
	}
	input[type='checkbox'],
	input[type='radio'] {
		display: none;
	}
	input[type='submit'],
	input[type='button'],
	label,
	button,
	select {
		cursor: pointer;
	}
	select::-ms-expand {
		display: none;
	}
	.txtbld {font-weight:bold;}
	.red {color: #ff0000;}
	.liney {background: linear-gradient(transparent 50%, #fcee21 0%);}


/* ---------------------------
ASIDE
--------------------------  */
	.sideber {
		margin:0 0 2vw;
		width:100%;
		text-align: left;
	}
	.sideber > aside {
		background:#f7f6f5;
	}
	.sideber h3 {
		margin: 0 auto 2vw;
		padding: 2vw 2vw 2.5vw 4vw;
		width: calc(100% - 6vw);
		background: #e5e5e5;
		font-size: 3.6vw;
		text-align: left;
		color: #3f2013;
		font-feature-settings: "palt";
		position: relative;
	}
	.sideber h3:before {
		content: "";
		position: absolute;
		top: 2.5vw;
		left: 1.5vw;
		z-index: 9;
		width: 1.2vw;
		height: 4vw;
		background: #3f2013;
		border-radius: 2px;
		-ms-border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
	}
	.r_content_sub {
		margin:0 auto;
		padding:2vw 0 2vw 0;
		width:96vw;
		font-size:3vw;
		line-height:4.6vw;
	}
	.r_content_sub ul {
		margin:0 auto;
		width:100%;
	}
	.r_content_sub li {
		margin:0 0 1.5vw;
		padding:2vw 0 3vw 3.4vw;
		font-size:3.6vw;
		line-height:4.4vw;
		position:relative;

		border-bottom: 1px dotted #FFF;
	}
	.r_content_sub li:before {
		content: '';
		width: 3vw;
		height:3vw;
		background-image:url("img/arrow.gif");
		background-size: 100%;
		background-repeat: no-repeat;

		position:absolute;
		top:3vw;
		left:0;
	}
	.r_content_sub a {
		display:block;
		color:#3e3a39;
		text-decoration:none;
	}
	.r_content_sub a:hover {
		display:block;
		color:#036eb8;
		text-decoration:underline;
	}


/* ---------------------------
PAGENATION
--------------------------  */
	.page_navi {margin:4vw 0 2vw 0;}
	.page-numbers {
		margin:0 2vw 0 0;
		padding:1vw 2.6vw 1vw;
		font-size:3.8vw;
		line-height:3.8vw;
		color:#003567;
		text-align:center;
		text-decoration:none;

		transition: all 0.3s ease 0s;
		background: #FFF;
		border: 2px solid #FFF;
		border-radius: 4px;
	}
	.current {
		color:#FFF!important;
		background: #003567!important;
		border: 2px solid #003567!important;
	}
	.zero_hits {
		padding:4vw 0 8vw;
		font-size: 3.2vw;
		line-height: 5.6vw;
		font-weight:bold;
		text-align: center;
	}
	#pagetop {
		width: 34px;
		height:34px;
		position: fixed;
		bottom: 0;
		right: 0;
		z-index:1020;
	}
	#pagetop img {width:100%;}
	a#pagetop {
		margin:0 auto;
		width: 34px;
		height:34px;
		display: block;
	}


/* ---------------------------
TOPIC-PATH
--------------------------  */
	.topic_path {
		margin: 0 auto;
		padding: 3vw 0 1vw;
		width: 96%;
		font-size: 3vw;
		line-height: 3vw;
		font-weight:bold;
		text-align: left;

		display: -webkit-flex;
		display: flex;
	}
	.lvtop {
		color:#b3b3b3;
		position:relative;
	}
	.lvsub,
	.lvend {
		color:#b3b3b3;
		padding:0 0 0 4vw;
		position:relative;
	}
	.lvsub span {
		padding: 0 0 0 1.2vw;
		font-size: 2.8vw;
		line-height: 2.8vw;
	}
	.lvtop a:after,
	.lvsub a:before {
		content: '';
		width: 3vw;
		height:3vw;
		background-image:url("img/icon_rarr.svg");
		background-size: 100%;
		background-repeat: no-repeat;

		position:absolute;
		top:50%;
		right:-3.5vw;
		transform: translate(0,-50%);
	}
	.lvend a:before {
		content: '';
		width: 3vw;
		height:3vw;
		background-image:url("img/icon_path.svg");
		background-size: 100%;
		background-repeat: no-repeat;

		position:absolute;
		top:50%;
		left:1.4vw;
		transform: translate(0,-50%);
	}
	.lvtop a,
	.lvsub a,
	.lvend a {
		color:#f15a24;
		text-decoration:none;
	}
	.lvtop a:hover,
	.lvsub a:hover,
	.lvend a:hover {
		color:#f15a24;
		text-decoration:underline;
	}


/* ---------------------------
FOOTER
--------------------------  */
	footer {
		margin:4vw 0 0;
		padding:2vw 0 2vw 2vw;
		width:calc(100% - 2vw);
		color:#FFF;
		background:#1b1b1b;
		position:absolute;
		bottom:0;
		left:0;
		z-index:100;
	}
	.footer {
		margin:0 auto;
		padding: 4vw 0 2vw;
		width:100%;
		text-align:center;
	}
	.footer li {
		font-size:2.8vw;
		display: inline;
	}
	.footer a {
		color:#FFF;
		text-decoration:none;
	}
	.footer a:hover {
		color:#FFF;
		text-decoration:underline;
	}
	.f_border {
		padding-right: 2vw;
		margin-right: 2vw;
		border-right: solid 1px #FFF;
	}
	.copy {
		font-size:2.8vw;
	}


}/* end SP */








































