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


.mainImg {
	margin: 0 8px;
}
@media (min-width: 600px) {
.mainImg {
	margin: 0 auto;
}
}

.topInfo {
	border: 1px solid #CCC;
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 15px;
}
.topInfo .secTtl {
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 50%, rgba(234,234,234,1) 50%, rgba(242,242,242,1) 100%);
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #CCC;
	padding: 8px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.topInfo .secTtl h2 {
	color: #314C6A;
	font-size: 16px;
	font-weight: 500;
}
.topInfo .secTtl p {
	font-weight: 700;
	color: #666666;
	font-size: 16px;
	font-weight: 500;
}
.topInfo .innr {
	text-align: left;
	padding: 8px;
}
.topInfo .innr dl dt {
	background-image: url("../img/ico02.png");
	background-repeat: no-repeat;
	background-position: 0 center;
	padding-left: 1em;
	font-size: 14px;
}
.topInfo .innr dl dt a {
	display: block;
}
.topInfo .innr dl dd {
	padding-left: 1em;
	border-bottom: 1px dotted #CCC;
	font-size: 14px;
	line-height: 1.4;
	padding-bottom: 8px;
}
@media (min-width: 600px) {
.topInfo .secTtl h2 {
	font-size: 26px;
}
.topInfo .secTtl p {
	font-size: 22px;
}
.topInfo .innr dl dt {
	font-size: 16px;
}
.topInfo .innr dl dd {
	font-size: 16px;
}
}

.topSS {
	margin-bottom: 15px;
}
.topSS .secTtl {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	text-align: left;
	border-bottom: 8px solid rgba(242,242,242,1);
}
.topSS .secTtl h3 {
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 80%, rgba(234,234,234,1) 80%, rgba(242,242,242,1) 100%);
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	display: inline-block;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 50%;
	padding: 2px 8px 0;
	border: 1px solid rgba(234,234,234,1);
	border-bottom: none;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.topSS .full .secTtl h3 {
	color: #DE0031;
}
.topSS .self .secTtl h3 {
	color: #1F59A3;
}
.topSS .innr {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 8px;
}
.topSS .innr > div {
	padding: 15px;
}
.topSS .innr a {
	text-decoration: none;
	color: #999;
}
.topSS .innr .shopBox {
	border: 1px solid rgba(234,234,234,1);
	position: relative;
	text-align: left;
}
.topSS .innr .shopBox h4 {
	background-color: #333;
	color: #FFF;
	position: absolute;
	top: -8px;
	left: -8px;
	border-radius: 50px;
	padding: 0 1em;
}
.topSS .full .innr .shopBox h4 {
	background-color: #DE0031;
}
.topSS .self .innr .shopBox h4 {
	background-color: #1F59A5;
}
.topSS .innr .shopBox .img {
	width: 100%;
	height: 135px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.topSS .innr .shopBox .text {
	background-repeat: no-repeat;
	background-position: right 5px bottom 5px;
	padding: 5px;
	line-height: 1.4;
}
.topSS .full .innr .shopBox .text {
	background-image: url("../img/ico03.png");
}
.topSS .self .innr .shopBox .text {
	background-image: url("../img/ico04.png");
}
@media (min-width: 600px) {
.topSS .secTtl h3 {
	width: 250px;
}
.topSS .innr {
	flex-direction: row;
}
.topSS .innr > div {
	width: 33.3%;
	padding: 8px;
}
}

.topBar {
	margin-bottom: 15px;
}
.topBar ul li {
	margin-bottom: 8px;
}
@media (min-width: 600px) {
.topBar {
	margin-bottom: 50px;
}
}

.topHikitori {
	margin-bottom: 15px;
}
.topHikitori h3.secTtl {
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 40%, rgba(226,226,226,1) 60%, rgba(255,255,255,1) 100%);
	border: 1px solid #CCC;
	text-align: left;
	padding: 3px 8px;
}
.topHikitori h3.secTtl:before {
	border-left: 5px solid #50B6E7;
	background-color: #50B6E7;
	content: "";
	margin-right: 4px;
}
.topHikitori .innr {
	text-align: left;
}
@media (min-width: 600px) {
.topHikitori {
	margin-bottom: 50px;
}
}


/* サイドバーのモバイルでの表示非表示　*/
@media (max-width: 599px) {
.sidebar .imgBana {
	display: none;
}
.sidebar .cmmnsLink {
	display: none;
}
.sidebar .textLink {
	display: none;
}
}

