@charset "utf-8";

#layout_2column { margin-bottom:25px; }
#layout_2column #right_column .container { width:100%; max-width:770px; }

@media print, screen and (max-width:767px) {
#layout_2column > .photo_left > .left { display:none; }
#layout_2column > .photo_left > .right { flex-basis: 100%; }
}
@media screen and (min-width:768px) {
#layout_2column > .photo_left > .left { flex-basis: calc(20%); }
#layout_2column > .photo_left > .right { flex-basis: calc(77%); }
}


@media all and (-ms-high-contrast:none){
h2, h3, h4 {
	padding-top:14px !important;
	padding-bottom:0 !important;
}
}

@media print, screen and (max-width:767px) {
h5 {
	font-size: 18px;
	line-height: 22px;
}
}
@media screen and (min-width:768px) {
h5 {
	font-size: 20px;
	line-height: 24px;
}
}
h5 {
	font-weight: normal;
	background-image: url(upload/images/design/h5_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 14px;
	padding-left: 60px;
	width: calc(100% - 70px);
}

.tag_label {
	color: #FFFFFF;
	background-color: #0068B2;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-right: 5px;
	margin-bottom: 3px;
}
.tag_label a {
	color: #FFFFFF;
	text-decoration: none;
}
.tag_label2 {
	color: #FFFFFF;
	background-color: #45AF2B;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-right: 5px;
	margin-bottom: 3px;
}
.tag_label2 a {
	color: #FFFFFF;
	text-decoration: none;
}

.item_area {
  	width:97%;
	padding: 0px; 
	max-width:1000px;
  	margin-left:auto;
  	margin-right:auto;
	margin-bottom:20px;
	display: flex;
	flex-wrap: wrap;
	-js-display: flex;
	-webkit-flex-wrap: wrap;
	justify-content:flex-start;
}
.item_area .item_box {
	width: calc(50% - 14px);
	margin-bottom:25px;
	margin-right: 5px;
	margin-left: 5px;
	box-shadow: 0px 0px 3px #999999;
	font-size:14px;
}
.item_box .item_photo {
	height:200px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.item_box img {
	max-height:200px;
}
.item_box a {
	text-decoration: none;
}


/* for Tablet & PC */
@media print, screen and (min-width:768px) {

.item_area .item_box {
	width: calc(33% - 26px);
	margin-left: 10px;
	margin-right: 10px;
}
.item_box .item_photo {
	height:240px;
}
.item_box img {
	max-height:240px;
}
	
	
} /* End of Desktop Layout */
