@charset "UTF-8";


/*-＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝PCのみ表示＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media (min-width:768px) {

div#contentwrapper{
text-align: center;
}

h4 {
	margin: 5px 0 0 0;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.5em;
	overflow: hidden;
	display: block !important;
	background-color: #e1eff5;
	font-weight: bold;
	border-top: #1f7c74 3px solid;
	padding: 10px;
}

table.auto{
	width:100%;
}

div.column-set{
width: 100%;
    overflow: hidden;
}
	
div.layoutFrame{
    margin-top: 5px;
}

div.itemThumb-wrap{
    margin: 0 0 10px 0;
}

p.itemThumb a img {
border: 1px solid #eee;
padding: 0.5em;
}

img{
    border: 1px solid #eee;
    padding: 0.5em;
    height: auto;
    width: 140px;
    display: block;
}

section.column5 div.itemThumb-wrap p.itemThumb {
    display: table-cell;
    height: auto;
    width: 130px;
    margin-bottom: 5px;
    text-align: center;
    vertical-align: middle;
}
	
	
section.column5_2{
	width:18.7%;
	border-bottom: none;
	margin: 0px 0px 15px 0px;
	padding: 0px;	
	}

span.badge{
padding: 3px 0 0 3px;
    position: absolute;
    z-index: 100;
}

h3{
	font-size: 100%;
	line-height: 130%;
	margin-bottom: 3px;
	background: none;
	font-weight: normal;
	height: auto;
	padding: 0px;
}

section.column5:nth-child(5n+1) {
    clear: both;
}

section.column5 {
    float: left;
    width: 18.7%;
    border-bottom: none;
    margin: 0px 10px 15px 0px;
    padding: 0px;
}

#contentwrapper .layoutFrame .column-set .column5 .fsiza {
    font-size: 100%;
    line-height: 130%;
    margin-bottom: 3px;
    background: none;
    font-weight: normal;
    height: auto;
    padding: 0px;
    vertical-align: middle;
    color: #333333;
}

h3 a {
    color: #333333;
    font-size: 0.8rem;
    line-height: 1.5;
    text-decoration: none;
}

}
/*-＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝スマホ表示＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media (max-width: 767px) {

.sp{
	display:none;
}

body{
margin: 0;		
	}

div.title{
    color: #000000;
    margin: 10px 0 0;
    padding: 14px 0 12px;
    vertical-align: middle;
    text-align: left;
    background-image: none;
    background-color: #e1eff5;
    font-weight: bold;
    border-top: #1f7c74 3px solid;	
	}

h4 {
	border-left: solid 1.4vw #107e7a;
    display: inline;
    font-size: 4.2vw;
    margin: 0;
    padding: 0 0 0 10px;
    text-align: left;
    font-weight: bold;
}

table.auto{
	width:100%;
}

section.column5:nth-child(2n+1) {
    clear: both;
}

section.column5 {
    float: left;
    width: calc((95%) / 2);
    border-bottom: none;
    margin: 0px 0.5em 1em 0px;
    padding: 0;
}

h3 a {
    text-decoration-line: unset;
    color: #000000;
    text-align: left;
	font-size: 3.3vw;
}

img{
    border: 0.1em solid #eee;
    padding: 0.5em;
    height: auto;
    width: 87%;
    display: block;
}

div.layoutFrame{
	height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 2vw 2vw;
    justify-content: center;
    align-items: flex-start;
    width: 95%;
    margin: 0 auto 12vw;
	}


}