@charset "UTF-8";
/* CSS Document */



/* ------------------------------
    お知らせ一覧＆詳細
------------------------------ */
.posting_container {
	padding-bottom: 90px;
}
.page_news .posting_flex {
	justify-content: space-between;
  display: flex;
  column-gap: 60px;
  margin: 80px 40px;
}
.page_news .info_area {
	width: 100%;
  max-width: 800px;
	box-sizing: border-box;
}
.page_news .info_area h2 {
  text-align: center;
  font-size: 25px;
  border-bottom: 1px solid #D3CFCF;
  padding: 0 0 30px;
  margin: 0 0 50px;
}
.page_news .info_area .list .item {
	justify-content: space-between;
  padding: 20px;
	border: solid 1px #111;
  display: flex;
  background-color: #fff;
  border-radius: 10px;
    background-image: url("../img/index/icn_arrow.svg");
    background-position: right 28px bottom 24px;
    background-repeat: no-repeat;
  margin: 0 0 20px;
}
.page_news .info_area .list .item:last-child {
	margin-bottom: 0;
}
.page_news .info_area .list .item > .photo {
	width: 35%;
	box-sizing: border-box;
  position: relative;
  overflow: hidden;
  min-height: 184px;
}
.page_news .info_area .list .item .data_box {
	width: 60%;
}
.page_news .info_area .list .item .data_box .data {
	font-size: 1.4rem;
	color: #111;
  margin: 10px 0 0;
}
.page_news .info_area .list .item .data_box .data span {
  border:1px solid #111;
	display: inline-block;
	margin-left: 1em;
  border-radius: 100vh;
}
.page_news .info_area .list .item .data_box .data span a {
	color: #111;
	text-align: center;
	padding: 2px 10px;
	display: block;
	transition-duration: .3s;
  font-size: 1.2rem;
}
.page_news .info_area .list .item .data_box .txt_box {
	margin: 20px 0;
}
.page_news .info_area .list .item .data_box .txt_box a {
	transition-duration: .3s;
  font-size: 1.8rem;
  line-height:1.6;
}
.page_news .info_area .list .item .data_box .txt_box a:hover {
	color: #DBB45B;
	transition-duration: .3s;
}

.info_single_area .inn .data {
	font-size: 17px;
	color: #ADADAD;
	margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.info_single_area .data p {
  font-size: 14px;
}
.info_single_area .data p a {
	color: #111111;
  border: 1px solid #111111;
  border-radius: 100vh;
	text-align: center;
	padding: 2px 10px;
	display: block;
	transition-duration: .3s;
  font-size: 12px;
}
.info_single_area .data p a:hover {
	transition-duration: .3s;
}
.info_single_area .main_title {
	font-size: 25px;
  border-bottom: 1px solid #111;
  padding: 0 0 25px;
  margin: 0 0 60px;
}
.user_box {
	align-items: center;
	justify-content: space-between;
	padding-bottom: 20px;
	margin-top: 20px;
	margin-bottom: 40px;
	border-bottom: solid 2px #1A1A1A;
}
.user_box .name {
	width: 25%;
	font-size: 1.8rem;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}
.user_box .name span {
	margin-right: 1em;
}
.user_box .name span img{
  border-radius: 50%;
}
.user_box .taglist {
	width: 70%;
	flex-wrap: wrap;
	box-sizing: border-box;
}
.user_box .taglist span.tag {
	display: block;
   margin: 0 1em 1em 0;
}
.user_box .taglist span.tag a {
	font-size: 15px;
	line-height: 1.5;
	border-radius: 50vh;
  border: solid 1px #EAE8E8;
  padding: 5px 20px;
  display: inline-block;
  transition-duration: .3s;
}
.user_box .taglist span.tag a:hover {
	color: #fff;
	border: solid 1px #1a1a1a;
	background-color: #1a1a1a;
	transition-duration: .3s;
}
.user_box .taglist span.tag a::before{
  content: "#";
}
.contents_area .photo {
	margin-bottom: 60px;
}
.contents_area p {
	font-size: 1.5rem;
	line-height: 1.8;
	margin-bottom: 60px;
}
.contents_area ul{
  margin-bottom: 30px;
}
.contents_area > ul li{
	font-size: 1.8rem;
	line-height: 1.8;
  list-style-type: disc;
}
.contents_area h2,
.contents_area h3,
.contents_area h4,
.contents_area h5 {
	margin-bottom: 30px;
}
.contents_area h2 {
	font-size: 2.5rem;
	padding: 0 0 30px;
  margin: 0 0 30px;
  border-bottom: 1px solid #111;
}
.contents_area h3 {
	font-size: 2rem;
	border: 1px solid #111;
	padding: 15px;
}
.contents_area h4 {
	font-size: 1.8rem;
  border-left: 3px solid #111;
  padding: 0 0 0 20px;
}
.contents_area h5 {
	font-size: 1.6rem;
}
/*　目次　*/
.contents_area #toc_container {
	width: 100% !important;
	line-height: 1.8;
	font-size: 17px;
	padding: 30px 35px !important;
	background: #fff;
  border: none;
	margin-top: 70px;
  margin-bottom: 50px;
  display: table;
	box-sizing: border-box;
}
.contents_area #toc_container p.toc_title {
	line-height: 1.8;
	font-weight: 700;
	text-align: center;
  margin: 0;
  padding: 0;
}
.contents_area #toc_container span.toc_toggle {
	font-size: 17px;
}
.contents_area #toc_container a {
	line-height: 1.8;
	color: #1a1a1a;
	text-decoration: none;
	text-shadow: none;
	transition-duration: .3s;
}
.contents_area #toc_container a:hover {
	color: #AF1F26;
	transition-duration: .3s;
}
.contents_area .column-content .post_detail ul {
	list-style: initial;
}
.contents_area #toc_container li,
.contents_area #toc_container ul {
	margin: 0;
	padding: 0;
}
.contents_area #toc_container.no_bullets li,
.contents_area #toc_container.no_bullets ul,
.contents_area #toc_container.no_bullets ul li,
.contents_area .toc_widget_list.no_bullets,
.contents_area .toc_widget_list.no_bullets li {
	background: 0 0;
  list-style-type: none;
  list-style: none;
}
.contents_area #toc_container p.toc_title+ul.toc_list {
	margin-top: 1em;
}
.contents_area .toc_depth_1 {
  color: #1a1a1a;
  font-weight: 700;
}
.contents_area .toc_depth_1:after {
  content: ". ";
}
.contents_area #toc_container ul ul {
	margin-left: 1.5em;
}
.contents_area #toc_container.no_bullets li {
   margin-bottom: 10px;
}
.contents_area #toc_container p.toc_title+ul.toc_list > li {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: solid 1px #EAE8E8;
}
.contents_area #toc_container p.toc_title+ul.toc_list > li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.contents_area .toc_depth_2 {
  background: #1a1a1a;
  border-radius: 50%;
  display: inline-block;
  font-size: 0;
  width: 5px;
  height: 5px;
  vertical-align: middle;
	margin-right: 10px;
}

/* ------------------------------
    コラム記事一覧
------------------------------ */
.page_column .info_area {
	width: 100%;
	box-sizing: border-box;
}
.page_column .info_area .column_list {
	flex-wrap: wrap;
	justify-content: space-between;
}
.page_column .info_area .column_item {
	width: 46%;
	box-sizing: border-box;
	margin-bottom: 8%;
}
.page_column .info_area .column_item .thumb {
	margin-bottom: 20px;
  position: relative;
  height: 0;
  overflow: hidden;
}
.page_column .info_area .column_item .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: inherit;
    object-fit: cover;
}
.page_column .info_area .column_item .cms_txt {
	margin-top: 12px;
	margin-bottom: 20px;
}
.page_column .info_area .column_item .column_info .cate_date,
.page_column .info_area .column_item .column_info .post_user {
	align-items: center;
}

/* ------------------------------
    サイドバー
------------------------------ */
.sidebar_area {
	width: 320px;
	min-width: 320px;
	box-sizing: border-box;
}
.sidebar_area .blog_search form {
	position: relative;
}
.sidebar_area .blog_search form input {
  width: 100%;
  background-color: #fff;
  border: 1px solid #282828;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 32px;
	flex: 1;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  padding: 11px 20px;
  border-radius: 100vh;
}
.sidebar_area .blog_search form button {
  width: 25px;
  height: 25px;
  background: transparent;
  border: 0;
	padding: 0;
  position: absolute;
  top: 15px;
  right: 20px;
	cursor: pointer;
}
.sidebar_area .box {
	margin-top: 70px;
}
.sidebar_area .box .list {
  border: 1px solid #333;
  border-radius: 5px;
  background-color: #fff;
  padding: 25px 20px;
}
.sidebar_area .box.cate_list  .list {
  padding: 25px 20px 35px;
}
.sidebar_area .box .side_title {
	font-size: 1.4rem;
	margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sidebar_area .box .side_title span.gmd {
	font-size:2.4rem;
	line-height: 1;
}
.sidebar_area .box .list .item .item_title {
	border-bottom: dashed 1px #DED6C5;
	padding: 15px 0;
}
.sidebar_area .box .list .item:first-child .item_title {
	padding-top: 0;
}
.sidebar_area .box .list .item a {
	position: relative;
	transition-duration: .3s;
}
.sidebar_area .box .list .item a:hover {
	color: #DBB45B;
	transition-duration: .3s;
}
.sidebar_area .box.cate_list .list .item a:after {
	content: "";
  width: 13px;
  height: 10px;
	background-image: url(../img/common/arw_wh.svg);
	display: block;
	position: absolute;
  top: 32%;
  right: 20px;
}
.sidebar_area .box .list .item .item_title a {
	font-size: 1.6rem;
	line-height: 1.8;
	display: block;
}
.sidebar_area .box .list .item .child_list .child_item {
	border-bottom: dashed 1px #ADADAD;
	padding: 18px 0;
}
.sidebar_area .box .list .item .child_list .child_item a {
	font-size: 1.6rem;
	line-height: 1.8;
	display: block;
	padding-left: 1.5em;
}


.sidebar_area .box .list .box_flex{
  display: flex;
  column-gap: 14px;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px dotted #111;
}
.sidebar_area .box .list .box_flex:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.sidebar_area .box .list .box_flex .photo {
  width: 110px;
}
.sidebar_area .box .list .box_flex .data_box {
  width: 174px;
}
.sidebar_area .box .list .box_flex .data {
  font-size: 1.3rem;
  color: #C1C1C1;
}
.sidebar_area .box .list .box_flex .cms_txt {
  font-size: 1.3rem;
  margin: 6px 0 0;
  display: block;
  line-height: 1.4;
}
/* ------------------------------
    ページャー
------------------------------ */
.wp-pagenavi {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}
.wp-pagenavi .pages{
  display: none;
}
.wp-pagenavi a,
.wp-pagenavi span.current {
	font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px 10px;
  padding: 16px 14px;
  color: #1A1A1A;
	background-color: #fff;
  border: solid 1px #E3E3E3;
	transition-duration: .3s;
}
.wp-pagenavi span.current,
.wp-pagenavi a:hover {
	color: #fff;
	background-color: #111;
	border: solid 1px #111;
	transition-duration: .3s;
  border-radius: 2px;
}

/* ------------------------------
    詳細ページャー
------------------------------ */
.post-navigation {
	display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
	width: 60px;
	height: 60px;
	background-color: #fff;
	border: solid 1px #E3E3E3;
	transition-duration: .3s;
}
.post-navigation .nav-previous:hover,
.post-navigation .nav-next:hover {
	background-color: #AF1F26;
	border: solid 1px #AF1F26;
	transition-duration: .3s;
}
.post-navigation .nav-previous span a,
.post-navigation .nav-next span a {
	width: 100%;
	height: 100%;
	font-size: 1.7rem;
	line-height: 1.8;
	display: flex;
	align-items: center;
	justify-content: center;
	transition-duration: .3s;
}
.post-navigation .nav-previous span a:hover,
.post-navigation .nav-next span a:hover {
	color: #fff;
	transition-duration: .3s;
}

.takuhai_section11 .box {
	background-color: #fff;
	border-radius: 10px;
	padding: 40px;
}
#sec_faq.takuhai_section13 {
	padding-top: 100px;
}
.takuhai_section14 .box {
	background-color: #fff;
	border-radius: 10px;
	padding: 40px;
	margin-bottom: 20px;
}
.takuhai_section14 .box:last-child {
	margin-bottom: 0;
}
.takuhai_section14 .box .photo {
	width: 230px;
	min-width: 230px;
	margin-right: 50px;
	box-sizing: border-box;
}
.takuhai_section14 .box .txtbox {
	width: 100%;
	box-sizing: border-box;
}
.takuhai_section14 .box .txtbox .box_title {
	font-size: 2.3rem;
	margin-bottom: 20px;
}
.takuhai_section14 .box .txtbox .cms_txt span {
	text-align: right;
	display: block;
}



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


	/* ------------------------------
    お知らせ一覧＆詳細
	------------------------------ */
	.page_news .posting_flex {
		display: block;
	}

	/* ------------------------------
    コラム記事一覧
	------------------------------ */
	.page_column .posting_flex {
		display: block;
	}


	/* ------------------------------
    サイドバー
	------------------------------ */
	.sidebar_area {
		width: 100%;
		min-width: 100%;
		margin-left: 0;
		margin-top: 90px;
	}


}

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





	/* ------------------------------
    お知らせ一覧＆詳細
	------------------------------ */
.page_news .posting_flex {
		margin: 8vw 0 0;
	}
  .page_news .info_area h2 {
    padding: 0 0 3vw;
    margin: 0 0 6vw;
    font-size: 4vw;
  }
	.page_news .info_area .list .item {
		margin-bottom: 4vw;
    background: none;
    background-color: #fff;
    padding: 4vw;
	}
	.page_news .info_area .list .item:last-child {
		margin-bottom: 8vw;
	}
	.page_news .info_area .list .item .data_box .data,
	.page_news .info_area .list .item .data_box .name {
		font-size: 2.8vw;
    margin: 0;
	}
  .page_news .info_area .list .item > .photo {
    min-height: auto;
  }
	.info_single_area .data {
		font-size: 2.8vw;
		margin-bottom: 20px;
	}
  .page_news .info_area .list .item .data_box .txt_box {
    margin: 2.5vw 0 0;
    font-size: 3.2vw;
  }
	.info_single_area .main_title {
		font-size: 20px;
	}
	.user_box {
		margin-top: 30px;
		display: block;
	}
	.user_box .name {
		width: 100%;
		margin-bottom: 20px;
	}
	.user_box .taglist {
		width: 100%;
	}
	.contents_area p,
  .contents_area ul li{
		font-size: 1.4rem;
	}

	.contents_area h2,
	.contents_area h3 {
		font-size: 1.8rem;
	}
	.contents_area h3 {
		border-left: solid 5px #B78F22;
	}
	.contents_area h4,
	.contents_area h5 {
		font-size: 1.6rem;
	}
	.contents_area h4:before {
		width: 10px;
		height: 10px;
		border-radius: 3px;
	}
	/*　目次　*/
	.contents_area #toc_container {
		font-size: 14px;
		padding: 20px 25px !important;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.contents_area #toc_container p.toc_title+ul.toc_list > li {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	/*　バイヤー情報　*/
	.buyer_box {
		padding: 20px;
	}
	.buyer_box .title {
		font-size: 1.8rem;
	}
	.buyer_box .inn {
		display: block;
	}
	.buyer_box .buyer_photo {
		width: 100%;
		min-width: 100%;
		text-align: center;
		margin-right: 0;
	}
	.buyer_box .buyer_info .shop_name {
		font-size: 1.4rem;
	}
	.buyer_box .buyer_info .buyer_name {
		font-size: 1.8rem;
		margin-top: 10px;
		margin-bottom: 15px;
	}
	.buyer_box .buyer_info .buyer_name span {
		font-size: 1.2rem;
	}
	.buyer_box .buyer_info .child_title {
		font-size: 1.4rem;
	}
	.buyer_box .buyer_info .buyer_list .item {
		width: 30.5%;
		margin: 0 4% 5% 0;
	}
	.buyer_box .buyer_info .buyer_list .item:nth-child(3n) {
		margin-right: 0;
	}

	/* ------------------------------
    コラム記事一覧
	------------------------------ */
	.page_column .info_area .column_item {
		width: 46.9697%;
		margin-bottom: 55px;
	}
	.page_column .info_area .column_item .column_info .cate_date {
		flex-direction: column-reverse;
    align-items: flex-start;
	}

	/* ------------------------------
    ページャー
	------------------------------ */
	.wp-pagenavi {
		margin-top: 0;
	}
	.wp-pagenavi a,
	.wp-pagenavi span.current {
		font-size: 15px;
		padding: 12px 12px;
	}

	/* ------------------------------
    詳細ページャー
	------------------------------ */
	.post-navigation {
		margin-top: 50px;
	}
	.post-navigation .nav-previous,
	.post-navigation .nav-next {
		width: 50px;
		height: 50px;
	}
	.post-navigation .nav-previous span a,
	.post-navigation .nav-next span a {
		font-size: 1.4rem;
	}
	.post-navigation .list {
		height: 50px;
	}
	.post-navigation .list a {
		font-size: 1.4rem;
	}

  
  	/* ------------------------------
    サイドバー
	------------------------------ */
	.sidebar_area {
		margin-top:18vw;
	}
  .sidebar_area .box {
    margin-top:14vw;
  }
  .sidebar_area .box .side_title span.gmd {
    font-size: 4.8vw;
}
  .sidebar_area .box .side_title {
    font-size: 3.4vw;
  }
.sidebar_area .box .list {
    border-radius: 10px;
    padding: 4vw;
}
  .sidebar_area .box .list .box_flex {
    column-gap: 0;
    justify-content: space-between;
    margin: 0 0 4vw;
    padding: 0 0 4vw;
}
.sidebar_area .box .list .box_flex .photo {
    width:35%;
}
  .sidebar_area .box .list .box_flex .data_box {
    width: 60%;
}
  .sidebar_area .box .list .box_flex .data {
    font-size: 2.8vw;
  }
  .sidebar_area .box .list .box_flex .cms_txt {
    font-size: 3.2vw;
    margin: 2vw 0 0;
}
  
  .sidebar_area .box .list .item .item_title a,
  .sidebar_area .box .list .item .child_list .child_item a{
    font-size:4vw;
}
.sidebar_area .box .list .item .item_title {
    padding: 3.4vw 0;
}
}

.info_single_area .inn{
  border:1px solid #333333;
  border-radius: 10px;
  padding: 50px;
  background-color: #fff;
}

.info_area .list_back {
  margin: 70px auto 90px;
  max-width: 400px;
  text-align: center;
}
.info_area .list_back a {
  display: block;
  color: #fff;
  font-size: 1.7rem;
  background-color:#111;
  padding: 25px 0;
  border-radius: 100vh;
  position: relative;
}
.info_area .list_back a:hover {
  background-color: #fff;
  color: #111;
}
.info_area .list_back.site_btn a span,
.info_area .list_back.site_btn a span::before,
.info_area .list_back.site_btn a span::after {
  background-color: #fff;
}
.info_area .list_back.site_btn a:hover span,
.info_area .list_back.site_btn a:hover span::before,
.info_area .list_back.site_btn a:hover span::after {
  background-color: #111;
}