@charset "UTF-8";
/* CSS Document */
.main-title h2{
	text-align: center;
	display: block;
	padding-left: 0;
	margin-top: 15px;
}
.wrapper_contents{
	border-bottom: 1px solid #eee!important;
	padding-bottom: 30px;
	margin-bottom: 15px!important;


}
.wrapper_contents h3{
	text-align: center;
	margin-top: 15px;
}

/*=================top==================*/
.anchor{
	display: block;
    padding-top: 70px;
    margin-top: -70px;
}
.link_menu {
	margin: 30px 0;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	display: flex;
}
.link_menu .link_list{
	border-right: 1px solid #CACACA;
}
.link_menu .link_list:last-child{
	border-right: none;
}
.link_menu .link_list a{
	margin: 0 20px; 
	color: #3C3C3C;
	font-size: 17px;
	font-weight: 600;
	padding-bottom: 5px;
}
.link_menu .link_list a:hover{
	margin: 0 20px; 
	color: #E39D3D;
	font-weight: 600;
	padding-bottom: 5px;
	border-bottom: 2px solid #E39D3D;
}

.wrapper_contents h3{
  position: relative;
}

.wrapper_contents h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #E39D3D, #E39D3D 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #E39D3D, #E39D3D 2px, #fff 2px, #fff 4px);
}

/*================== banner area ==================*/
.bnr-area{

    padding: 30px 0 30px;
}

.bnr-box{
    width: 100%;
    vertical-align: top;
    position: relative;
    left: 0;
    padding: 0;
    margin: 0;
    right: 0;
}

.bnr-box li {
    width: 90%;
    margin: 0 auto 40px;
    border: 1px solid #eee;
    padding: 0;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    background: #fff;
	vertical-align: top;
}

.bnr-box li a:link,.bnr-box li a:visited {
    text-decoration: none;
    color: #696969;
}

.bnr-box li a img {
    width: 100%;
	object-fit:cover;
    height: 230px!important;
}

.bnr-pr-title {
	display: block;
    margin: 20px 15px;
    font-size: 4vw;
    font-weight: 600;
}

.bnr-pr-txt{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
    line-height: 1.6;
    color: #333!important;
    margin: 20px 15px!important;
    font-size: 3vw!important;
}

/*=========== グリットタグ ==============*/
.grid-area{
    padding: 0;
	margin: 0 20px 50px;
}

.grid-box{
    width: 100%;
	margin: 0 auto;
	text-align: center;
	 display: flex;
    flex-wrap: wrap;
}

.grid-box li {
	width: 46%;
	margin: 2%;
    border: 2px solid #eee;
    line-height: 1.5;
	display: inline-block;
    border-radius: 5px;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    background: #fff;
    box-sizing: border-box;}

.grid-box li a:link,.grid-box li a:visited {
    text-decoration: none;
    color: #696969;
	font-size: 3vw;
}
.grid-box li a:link{
	text-decoration: none;
	color: #696969;
	font-size: 3vw;
	display: block;
	border-radius: 5%;
	padding: 20px 0;
	margin: 0;
}

/*=========== タグ ==============*/


.tagsAreaWrapper {
	display: block;
    width: 90%;
    margin: 20px auto 40px;
    border: 1px solid #eee;
    padding: 0;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    background: #fff;
	vertical-align: top;
}


table#tags-list {
	display: block;
    vertical-align: top;
    text-align: left;
    font-weight: 100;
    -webkit-font-smoothing: 
}
table#tags-list tr {
    display: block;
    background: #fff;
}
table#tags-list th {
    margin-top: 10px;
    text-align: left;
    width: auto;
    position: relative;
    border-bottom: 1px solid #f2f2f0;
    padding-bottom: 10px;
	display: block;
	font-weight: 100;
}

table#tags-list th .tag-th-link {
    display: block;
    margin-top: 0;
    margin-left: 0;
    padding-top: 5px;
    min-height: 28px;
	text-align: left;
    text-indent: 14px;
    font-size: 17px!important;
	text-shadow: 1px 1px 5px #fff, 1px 1px 2px #fff;
    color: #333;
	font-weight: 600;
}



table#tags-list td.tags-list-td-linklist {
    padding: 10px 3px 7px 5px;
}
table#tags-list td ul.tags-list-ul {
    min-width: 0;
	margin: 0;
    padding: 0;
}
table#tags-list td ul.tags-list-ul li {
    font-size: 12px;
    line-height: 23px;
	display: inline-block;
    padding: 0 2px 0 0;
    margin: 0 0 14px;
}

table#tags-list td ul.tags-list-ul li a {
    background: transparent;
    border: none;
    padding: 1px;
    margin: 3px 0 0 11px;
	max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid #fdfdfd;
    border-radius: 15px;
    cursor: pointer;
    margin: 3px 0 0 7px;
    color: #000;
    font-size: 3.5vw;
    font-weight: 100;
    display: inline-block;
}

.border-bottom{
    width: auto;
    position: relative;
    border-bottom: 1px solid #f2f2f0;
    display: block;

}

/*=============== 矢印 ==================*/

.set-th a{
	color: #3C3C3C!important;
	margin: 0;
	padding: 0;
}
.arrow_base{
    position: relative;
    display: inline-block;
    padding: 0 16px 0 0;
    color: #3c3c3c;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
	text-align: right;
}
.set-th .arrow_base::before,
.set-th .arrow_base::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
}


.set-th a.arrow_round::before{

    right: 15px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #3C3C3C;
    border-right: 1px solid #3C3C3C;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	
}

.set-th a.arrow_round::after{
	box-sizing: border-box;
    width: 15px;
    height: 15px;
    border: 1px solid #3C3C3C;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
