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

/*============================================================================================
↓ファーストビュー
============================================================================================*/
#top-first {
	background-image: url(../img/bg-slider.jpg);
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
}
#slider-area {
	margin: 0 auto;
	padding: 50px;
	position:relative;
}
.slide-contents {
	margin: 0 auto;
	width: 100%;
	max-width: 960px;
	background-color: #fff;
	position: relative;
	border: solid 1px #ccc;
}
#slider-next a {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	right: -51px;
	margin-top: -25px;
	display: block;
	z-index: 999;
	text-indent: -9999px;
	background-image: url(../img/btn-slider-next.png);
	background-size: cover;
	background-repeat: no-repeat;
}
#slider-prev a {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: -51px;
	margin-top: -25px;
	display: block;
	z-index: 999;
	text-indent: -9999px;
	background-image: url(../img/btn-slider-prev.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.inquiry-counter a {
	position: absolute;
	width: 150px;
	height: 150px;
	background-image:url(../img/btn-soudan.png);
	background-repeat: no-repeat;
	background-size: contain;
	top: 0;
	right: 0;
	text-indent: -9999px;
	display: block;
}
@media screen and (max-width: 960px) {
.inquiry-counter a {
	width: 120px;
	height: 120px;
}
}
@media screen and (max-width: 768px) {
.inquiry-counter a {
	width: 100px;
	height: 100px;
}
}
@media screen and (max-width: 480px) {
#slider-area {
	margin: 0 auto;
	padding: 20px 20px 30px;
}
.slide-contents {
	border: none;
}
#slider-next a,
#slider-prev a {
	display: none;
}
.inquiry-counter a {
	display: none;
}
}

/*============================================================================================
↓注目バナー（PC）
============================================================================================*/
#att-bnr-pc {
	width: 100%;
	display: table;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.8);
	border-top: solid 1px #d61826;
	border-bottom: solid 1px #d61826;
}
#att-bnr-pc li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 10px;
	border-right: solid 1px #d61826;
}
#att-bnr-pc li:last-child {
	border-right: none;
}
#att-bnr-pc li img {
	width: 100%;
	max-width: 260px;
}
@media screen and (max-width: 480px) {
#att-bnr-pc {
	display: none;
}
}

/*============================================================================================
↓注目バナー（SP）
============================================================================================*/
#att-bnr-sp {
	display: none;
	width: 100%;
	background-color: rgba(255,255,255,1);
	border-top: solid 1px #d61826;
	border-bottom: solid 1px #d61826;
}
#att-bnr-sp li {
	text-align: center;
	padding: 10px;
	border-bottom: dotted 1px #d61826;
}
#att-bnr-sp li:last-child {
	border-bottom: none;
}
#att-bnr-sp li img {
	width: 100%;
	max-height: 80px;
}
@media screen and (max-width: 960px) {
#att-bnr-sp {
	display: none;
}
}
@media screen and (max-width: 768px) {
#att-bnr-sp {
	display: none;
}
}
@media screen and (max-width: 480px) {
#att-bnr-sp {
	display: block;
}
}

/*============================================================================================
↓スペシャルバナー
============================================================================================*/
#special-bnr {
	width: 100%;
	display: table;
	box-sizing: border-box;
	background-color: #fff;
	background-image: url(../img/bg-dot.png);
	background-repeat: repeat;
	border-bottom: solid 1px #d61826;
}
#special-bnr li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-right: solid 1px #d61826;
}
#special-bnr li:last-child {
	border-right: none;
}
#special-bnr li img {
	width: 100%;
	max-width: 600px;
}
@media screen and (max-width: 480px) {
#special-bnr {
	width: 100%;
	display: inherit;
	box-sizing: inherit;
	border-bottom: none;
}
#special-bnr li {
	display: inherit;
	vertical-align: inherit;
	border-right: none;
	border-bottom: solid 1px #d61826;
}
}

/*============================================================================================
↓ニュース・トピックス
============================================================================================*/
#newstopics {
	width: 100%;
	/*background-color: #fff;*/
	border-bottom: solid 1px #d61826;
	background-color: #FFF;
}
.feed-area {
	width: 100%;
	display: table;
	box-sizing: border-box;
}
.feed-area .news-pickup,
.feed-area .news-list {
	width: 50%;
	display: table-cell;
	vertical-align: top;
}
.feed-area .news-pickup {
	border-right: solid 1px #d61826;
}
.news-pickup .post {
}
.news-pickup .post li {
	border-bottom: dotted 1px #ccc;
	overflow: hidden;
	position: relative;
	padding: 15px;
}
.news-pickup .post li .main-tag {
	width: 90px;
	line-height: 1em;
	position: absolute;
	top: 0;
	left: 0;
}
.news-pickup .post li .main-tag img {
	width: auto;
	height: 26px;
}
.news-pickup .post li:last-child {
	border-bottom: none;
}
.news-pickup .post li .post-thumb {
	float: left;
	width: 30%;
	max-width: 240px;
	min-width: 100px;
	height: auto;
	margin-right: 10px;
}
.news-pickup .post li .post-thumb img {
	width: 100%;
	max-width: 240px;
	min-width: 100px;
}
.news-pickup .post li p {
	line-height: 1.8em;
}
.news-pickup .post li .post-ttl {
	font-size: 1.2em;
	color: #d61826;
}
.news-pickup .post li .post-ttl,
.news-pickup .post li .post-date {
	margin-bottom: 10px;
}
.news-pickup .post a:link,
.news-pickup .post a:visited {
	color: #d61826;
}

.news-list .post {
	padding: 30px 20px;
}
.news-list .post li {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 1em;
	overflow: hidden;
}
.news-list .post li:last-child {
	margin-bottom: 0px;
}
.news-list a:link,
.news-list a:visited {
	color: #5a4f4a
}
.news-list .post-meta {
	width: 100%;
	overflow: hidden;
	display: table;
	line-height: 2.4em;
}
.news-list .post-meta p {
	display: table-cell;
	vertical-align: middle;
}
.news-list .post-date {
	float: left;
}
.news-list .main-tag {
	float: left;
}
.news-list .main-tag img {
	height: 26px;
	float: left;
	margin-right: 7px;
}
.news-list .post-ttl {
	line-height: 1.8em;
}
@media screen and (max-width: 768px) {
.news-pickup .post li .main-tag {
	width: 69px;
}
.news-pickup .post li .main-tag img {
	width: auto;
	height: 20px;
}
.news-list .main-tag img {
	height: 20px;
}
}
@media screen and (max-width: 480px) {
.feed-area {
	width: 100%;
	display: inherit;
	box-sizing: inherit;
}
.feed-area .news-pickup,
.feed-area .news-list {
	width: 100%;
	display: inherit;
	vertical-align: inherit;
}
.feed-area .news-pickup {
	border-right: none;
	border-bottom: solid 1px #d61826;
}
}

/*============================================================================================
↓あなたとSGU
============================================================================================*/
#you-and-kusgu {
	width: 100%;
	background-color: #fff;
}

.kusgu-nav ul {
	width: 100%;
	display: table;
	box-sizing: border-box;
	border-bottom: solid 1px #d61826;
}
.kusgu-nav ul li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	line-height: 1.3em;
	border-right: solid 1px #d61826;
}
.kusgu-nav ul li:last-child {
	border-right: none;
}
.kusgu-nav ul li a:link,
.kusgu-nav ul li a:visited {
	color: #d61826;
	background-color: #fff;
	text-decoration: none;
	display: block;
	padding: 1.6em 1em;
}
.kusgu-nav ul li a:hover {
	color: #fff;
	background-color: #d61826;
}
.ku-baloon {
	height: 30px;
	padding: 0px 3px;
	vertical-align:middle;
}

.interview {
	
}
.interview .post {
	width: 100%;
	margin: 0 auto;
	padding: 1.6em 0px;
	overflow: hidden;
}
.interview .post li {
	width: 12.5%;
	text-align: center;
	float: left;
	padding: 0 14px;
	box-sizing: border-box;
}
.interview .post li .thumb {
	width: 120px;
	margin: 0 auto;
}
.interview .post li .thumb img {
	width: 100%;
	border-radius: 60px; /* CSS3草案 */  
    -webkit-border-radius: 60px;/* Safari,Google Chrome用 */  
    -moz-border-radius: 60px;/* Firefox用 */
}
.interview .post li p {
	margin-top: 5px;
	line-height: 1.3em;
}

@media screen and (max-width: 960px) {
.interview .post li {
	width: 12.5%;
	text-align: center;
	float: left;
}
.interview .post li .thumb {
	width: 90px;
	margin: 0 auto;
}
.interview .post li .thumb img {
	width: 100%;
	border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
}
}
@media screen and (max-width: 768px) {
.interview .post li {
	width: 25%;
	margin-bottom: 1.6em;
	text-align: center;
	float: left;
}
.interview .post li .thumb {
	width: 120px;
	margin: 0 auto;
}
.interview .post li .thumb img {
	width: 100%;
	border-radius: 60px; 
    -webkit-border-radius: 60px;  
    -moz-border-radius: 60px;
}
}
@media screen and (max-width: 480px) {
.ku-baloon {
	height: 20px;
}
.interview .post li {
	width: 25%;
	text-align: center;
	float: left;
}
.interview .post li .thumb {
	width: 70px;
	margin: 0 auto;
}
.interview .post li .thumb img {
	width: 100%;
	border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
}
}

/*============================================================================================
↓＜見出し＞TOPページ コンテンツタイトル・もっと見る
============================================================================================*/
.top-cont-ttl {
	width: 100%;
	display: table;
	box-sizing: border-box;
	background-image: url(../img/h-hrline.png);
	background-repeat: no-repeat;
	background-position:top left;
	overflow: hidden;
	border-bottom: solid 1px #d61826;
}
.top-cont-ttl div {
	display: table-cell;
	vertical-align: middle;
}
.top-cont-ttl div h2 {
	color: #d61826;
	font-size: 1.2em;
	padding: 0px 20px;
}
.top-cont-ttl div.btn-more  {
	width: 120px;
	text-align: center;
	/*↓グラデ*/
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 49%, #f5f5f5 50%, #f5f5f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#ffffff), color-stop(50%,#f5f5f5), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 49%,#f5f5f5 50%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#ffffff 49%,#f5f5f5 50%,#f5f5f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 49%,#f5f5f5 50%,#f5f5f5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 49%,#f5f5f5 50%,#f5f5f5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.bladient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
}
.top-cont-ttl div.btn-more a:link,
.top-cont-ttl div.btn-more a:visited {
	color: #d61826;
	display: block;
	border-left: solid 1px #d61826;
	padding: 30px 0px;
	text-decoration: none;
	background-image: url(../img/arr-red-next.png);
	background-size: 30px 30px;
	background-position: center right;
	background-repeat: no-repeat;
}
.top-cont-ttl div.btn-more a:hover {
	color: #fff;
	background-color: #d61826;
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 480px) {
.top-cont-ttl div.btn-more  {
	width:70px;
}
.top-cont-ttl div.btn-more a:link,
.top-cont-ttl div.btn-more a:visited {
	padding: 20px 0px;
	background-size: 20px 20px;
}
}


.wistalk{
	    bottom: 68px !important;
}
@media screen and (max-width: 480px) {
.wistalk{
    bottom: 44px !important;
    right: 20px !important;
}
}