@charset "UTF-8";
/* ----------------------------------------------
 Basic-Design
---------------------------------------------- */
*, *:after, *:before {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
@media screen and (min-width: 768px) {
	html {
		overflow-y: scroll;
	}
}
body {
	background: #FFF;
	color: #333;
	font-size: 1.5em;
	line-height: 1.8;
	font-family: 'Open Sans', "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
/*	visibility: hidden;*/
}
@media only screen and (max-width: 767px) {
	body {
		font-size: 1.3em;
	}
}
a {
	color: #0A853B;
	text-decoration: none;
}
a:hover {
	color: #0A853B;
	text-decoration: none;
}
@media screen and (min-width: 768px) {
	.pc_none {
		display: none;
	}
	.pc_block {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.sp_none {
		display: none !important;
	}
	.sp_block {
		display: block;
	}
}

@media only screen and (min-width: 980px) {
	span.toggle {
		display: none;
	}
}
@media only screen and (max-width: 979px) {
	span.toggle {
		position: absolute;
		cursor: pointer;
		right: 10px;
		top: 0;
		width: 20px;
		text-align: center;
		font-size: 18px;
		line-height: 20px;
	}
	span.toggle:before {
		font-family: FontAwesome;
		font-weight: normal;
		font-style: normal;
		text-decoration: inherit;
		-webkit-font-smoothing: antialiased;
	 *margin-right: .3em;
		text-indent: 0 !important;
	}
	span.toggle:before {
		content: "\f078";
	}
	span.opened:before {
		content: "\f077";
	}
}
/* ----------------------------------------------
 layout
---------------------------------------------- */
#wrapper {
	width: 100%;
}
#container {
	width: 100%;
	text-align: left;
	background: #fff;
	z-index: 120;
}
#home #container {
	position: relative;
	width: 100%;
	text-align: left;
	background: #fff;
	z-index: 120;
}

@media only screen and (max-width: 767px) {
	#container {
		margin-top: 45px;
	}
	#home #container {
		margin-top: 0;
	}
}
.inner {
	width: 980px;
	margin: 0 auto;
}
@media only screen and (max-width: 980px) {
	.inner {
		width: auto;
		margin: 0;
	}
}
#contents {
	width: 980px;
	margin: 0 auto;
	padding: 0 0 20px;
}

@media only screen and (max-width: 980px) {
	#contents {
		width: 100%;
		min-height: inherit;
		padding: 10px 0 0;
	}
}
#home #contents {
	padding: 20px 0;
}
@media only screen and (max-width: 767px) {
	#home #contents {
		padding: 10px 0 0;
	}
}
.row {
	overflow: hidden;
	margin-right: -40px;
}
.cell1, .cell2, .cell3, .cell4, .cell5, .cell6, .cell7, .cell8, .cell9, .cell10, .cell11, .cell12 {
	float: left;
	display: inline;
	margin-right: 40px;
}
.cell1 {
	width: 45px;
}
.cell2 {
	width: 130px;
}
.cell3 {
	width: 215px;
}
.cell4 {
	width: 300px;
}
.cell5 {
	width: 385px;
}
.cell6 {
	width: 470px;
}
.cell7 {
	width: 555px;
}
.cell8 {
	width: 640px;
}
.cell9 {
	width: 725px;
}
.cell10 {
	width: 810px;
}
.cell11 {
	width: 895px;
}
.cell12 {
	width: 980px;
}

@media screen and (max-width: 767px) {
.row {
	margin: 0;
}
.row:before,  .row:after {
	display: table;
	line-height: 0;
	content: "";
}
.cell1, .cell2, .cell3, .cell4, .cell5, .cell6,  .cell7, .cell8, .cell9, .cell10, .cell11, .cell12 {
	float: none;
	display: block;
	margin-left: 0;
	width: 100%;
}
}
/* ----------------------------------------------
 bottom
---------------------------------------------- */
#bottom {
	width: 980px;
	margin: 0 auto 50px;
}
#banner_bottom {
	padding: 50px 0;
	background: url(img/bnr_bg.jpg) no-repeat 0 0;
	background-size: 2000px;
}
@media only screen and (max-width: 767px) {
	#banner_bottom {
		background-size: 800px;
	}
}
#banner_bottom p {
	margin-bottom: 10px;
	font-size: 35px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, "Noto Sans Japanese", serif;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
#banner_bottom p span {
	color: #ed1c83;
}
#banner_bottom figure {
	width: 980px;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	#bottom {
		width: 100%;
		margin: 0 auto 50px;
	}
	#banner_bottom {
		padding: 20px 0;
	}
	#banner_bottom p {
		margin-bottom: 5px;
		font-size: 17px;
	}
}
@media only screen and (max-width: 980px) {
	#banner_bottom figure {
		width: auto;
		margin: 0 10px;
	}
	#banner_bottom figure img {
		width: 100%;
	}
}


/* ----------------------------------------------
 header
---------------------------------------------- */
#header {
	clear: both;
	width: 100%;
	z-index: 100;
}
#header.fixed {
	position: fixed;
	top: 0;
	bottom: auto;
	z-index: 1000;
}
/* --------------------------------
	Navigation
-------------------------------- */
.cd-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 45px;
	/* background-color: #0c0c0c; */
	background: #FFF;
	z-index: 3;
}
.info {
	float: right;
	width: 38%;
}

@media screen and (max-width: 979px) {
.info {
	display: none;
}
}
.tel {
	float: right;
	margin-right: 10px;
	/* color: #FFF; */
	color: #333;
	font-size: 18px;
	font-weight: bold;
	line-height: 70px;
}
.tel .fa{
	color: #094;
}
.mail {
	float: right;
	line-height: 70px;
}
.mail a {
	display: block;
	padding: 0 15px;
	color: #FFF;
	background: #094;
}
.mail a:hover{
	background: #007A2B;
}


@media screen and (min-width: 1250px) {
.mail a {
	padding: 0 30px;
}
}

@media only screen and (min-width: 979px) {
.cd-header {
	position: static;
	height: 0;
	background-color: #0A843B;
}
}
#cd-logo-sp {
	float: left;
	width: 220px;
	margin: 2px 0 0 10px;
}
#cd-logo {
	display: none;
}

_::-webkit-full-page-media, _:future, :root #cd-logo-sp{
	width: 36px;
	margin: -81px 0 0 90px;
	transform: rotate(-90deg);
}

#cd-logo-sp img, #cd-logo img {
	display: block;
	width: 100%;
}

@media only screen and (min-width: 980px) {
	#cd-logo-sp {
		display: none;
	}
	#cd-logo {
		display: block;
		float: right;
		margin: 0;
		padding-top: 10px;
		width: 26%;
		opacity: 1;
		z-index: 13;
	}
	#cd-logo img {
		width: 280px;
		margin: 0 auto;
		vertical-align: middle;
	}
}

@media screen and (min-width: 980px) and (max-width: 1250px) {
	#cd-logo {
		display: block;
		float: right;
		/*margin: 0 0 0 5%;*/
		width: 27%;
	}
}
.cd-primary-nav a {
	color: #333 !important;
}
#nav_shiryo a {
	color: #FFF !important;
}
/* Scss Document */
@font-face {
	font-family: 'icomoon';
	src: url("../fonts/icomoon/icomoon.eot");
	src: url("../fonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.woff") format("woff"), url("../fonts/icomoon/icomoon.ttf") format("truetype"), url("../fonts/icomoon/icomoon.svg#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}
/* --------------------------------
	Header
-------------------------------- */
.cd-primary-nav {
	float: right;
	margin-top: 5px;
	margin-right: 45px;
	width: 35px;
	height: 35px;
	background: rgba(0, 0, 0, 0.4) url("../../img/user.svg") no-repeat center center;
	background-size: 29px 29px;
	border-radius: 5px;
}
.cd-primary-nav ul {
	position: absolute;
	top: -5px;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.cd-primary-nav ul.is-visible {
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	z-index: 120;
}
.cd-primary-nav a {
	display: block;
	height: 50px;
	line-height: 50px;
	padding-left: 5%;
	background: #000101;
	border-top: 1px solid #051426;
	color: #FFF !important;
}
.cd-primary-nav a .fa {
	margin-right: 0.5em;
	color: #0A843B;
}
#search input[type=search] {
	width: 100%;
	height: 40px;
	padding: 10px;
	color: transparent;
	cursor: pointer;
	background: #CDE6D7 url(img/search-icon.png) no-repeat 9px center;
	border: 1px solid #CDE6D7;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
#search input[type=search]:hover {
	background: #FFF url(img/search-icon.png) no-repeat 9px center;
	border-color: #CCC;
}
#search input[type=search]:focus {
	width: 100%;
	padding-left: 32px;
	color: #000;
	background: #FFF url(img/search-icon.png) no-repeat 9px center;
	cursor: auto;
	border-color: #CCC;
}
#search input:-moz-placeholder {
 color: #999;
 color: transparent;
}
#search input::-webkit-input-placeholder {
 color: #999;
 color: transparent;
}

@media only screen and (min-width: 980px) {
.cd-primary-nav {
	position: absolute;
	float: none;
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
	width: auto;
	height: 40px;
	background: none;
}
.cd-primary-nav ul {
	position: static;
	width: 100%;
	height: 40px;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.cd-primary-nav ul.is-visible {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.cd-primary-nav li {
	float: left;
}
.cd-primary-nav a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 1em;
	border-top: none;
	color: #FFF;
	font-size: 12px;
	background: none;
}
#search input[type=search] {
	width: 40px;
	height: 40px;
	padding: 10px;
	color: transparent;
	cursor: pointer;
	background: #CDE6D7 url(img/search-icon.png) no-repeat 9px center;
	border: 1px solid #CDE6D7;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
#search input[type=search]:hover {
	background: #FFF url(img/search-icon.png) no-repeat 9px center;
	border-color: #CCC;
}
#search input[type=search]:focus {
	width: 130px;
	padding-left: 32px;
	color: #000;
	background: #FFF url(img/search-icon.png) no-repeat 9px center;
	cursor: auto;
	border-color: #CCC;
}
 #search input:-moz-placeholder {
 color: #999;
 color: transparent;
}
 #search input::-webkit-input-placeholder {
 color: #999;
 color: transparent;
}
}
/* --------------------------------
	nav
-------------------------------- */
.cd-secondary-nav {
	position: relative;
	z-index: 1000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.cd-secondary-nav ul {
	position: fixed;
	width: 96%;
	max-width: 400px;
	right: 5px;
	top: 5px;
	border-radius: 5px;
	/* background-color: rgba(6, 79, 35, 0.9); */
	background-color: rgba(255, 255, 255, 0.9);
	visibility: hidden;
	z-index: 110;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: 100% 0%;
	-moz-transform-origin: 100% 0%;
	-ms-transform-origin: 100% 0%;
	-o-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
	-webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
	-moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
	transition: transform 0.3s, visibility 0s 0.3s;
}
.cd-secondary-nav ul.is-visible {
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;
	-moz-transition: -moz-transform 0.3s, visibility 0s 0s;
	transition: transform 0.3s, visibility 0s 0s;
}
.cd-secondary-nav li a {
	display: block;
	padding: 10px 20px;
	border-bottom: 1px solid #9DCEB1;
	/* color: #FFF; */
	color: #333;
	text-decoration: none;
}
.cd-secondary-nav li a:hover {
	background-color: rgba(0, 0, 0, 0.2);
}
.cd-secondary-nav li:last-child a {
	border-bottom: none;
}
.cd-secondary-nav li a .fa {
	margin-right: 0.5em;
}

@media only screen and (min-width: 980px) {
.cd-secondary-nav {
	height: 70px;
	/* background-color: rgba(0, 1, 5, 0.96); */
	background-color: rgba(255, 255, 255, 0.96);
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	z-index: 101;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.cd-secondary-nav nav, .cd-secondary-nav ul, .cd-secondary-nav li, .cd-secondary-nav a {
	height: 100%;
}
.cd-secondary-nav ul {
	position: static;
	width: 38%;
	padding-left: 20px;
	max-width: 100%;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	text-align: center;
	background-color: transparent;
}
@media screen and (min-width: 980px) and (max-width: 1250px) {
	 .cd-secondary-nav ul {
	 padding-left: 0;
	}
}
.cd-secondary-nav li {
	float: left;
}
.cd-secondary-nav li.nav_access {
	width: 60px;
	font-size: 10px;
	text-align: center;
}
.cd-secondary-nav li.nav_access span {
	display: block;
	margin: 0 auto;
	width: 40px;
	/* background: #FFF; */
	border-radius: 50%;
	text-align: center;
}
.cd-secondary-nav li.nav_access span .fa {
	display: block;
	height: 40px;
	margin: 0 auto;
	color: #0A843B;
	font-size: 20px;
	vertical-align: middle;
	line-height: 40px;
}
.cd-secondary-nav li a {
	position: relative;
	display: block;
	padding: 0 15px;
	padding: 0 8px\9;
	border-bottom: none;
	text-align: center;
	-webkit-transition: padding 0.2s;
	-moz-transition: padding 0.2s;
	transition: padding 0.2s;
	line-height: 70px;
}
*::-ms-backdrop, .cd-secondary-nav li a {
	padding: 0 8px;
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
	.cd-secondary-nav li a {
		padding: 0 8px;

	}
	*::-ms-backdrop, .cd-secondary-nav li a {
		padding: 0 8px;

	}
}
 @media screen and (min-width: 1200px) and (max-width: 1300px) {
	.cd-secondary-nav li a {
		padding: 0 12px;
	}
}
	.cd-secondary-nav li.nav_access a {
		padding: 5px 0;
		line-height: 2;
	}
	.cd-secondary-nav li a:hover,
	.cd-secondary-nav li a.active {
		/* color: #FFF; */
		color: #333;
		background: rgba(255, 255, 255, 0.2);
	}
	.cd-secondary-nav.is-fixed {
		position: fixed;
		left: 0;
		top: 0;
		height: 70px;
		width: 100%;
	}
	.cd-secondary-nav.animate-children {
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	}
}

@media only screen and (min-width: 1100px) {
	.cd-secondary-nav ul {
		padding-right: 5%;
	}
}
.cd-secondary-nav-trigger {
	position: fixed;
	top: 5px;
	right: 5px;
	width: 35px;
	height: 35px;
	/* background: rgba(0, 0, 0, 0.4); */
	background: rgba(255, 255, 255, 0.6);
	border-radius: 5px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	z-index: 111;
}
.cd-secondary-nav-trigger span {
	position: absolute;
	display: block;
	width: 20px;
	height: 2px;
	/* background: #FFF; */
	background: #094;
	top: 50%;
	left: 50%;
	bottom: auto;
	right: auto;
	margin-top: -1px;
	margin-left: -10px;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
}
.cd-secondary-nav-trigger span::before,
.cd-secondary-nav-trigger span::after {
	content: '';
	position: absolute;
	left: 0;
	background: inherit;
	width: 100%;
	height: 100%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s, background 0s;
	-moz-transition: -moz-transform 0.3s, background 0s;
	transition: transform 0.3s, background 0s;
}
.cd-secondary-nav-trigger span::before {
	top: -6px;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
.cd-secondary-nav-trigger span::after {
	bottom: -6px;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
.cd-secondary-nav-trigger.menu-is-open {
	box-shadow: none;
	background: none;
}
.cd-secondary-nav-trigger.menu-is-open span {
	background: transparent;
}
.cd-secondary-nav-trigger.menu-is-open span::before,
.cd-secondary-nav-trigger.menu-is-open span::after {
	/* background: #FFF; */
	background: #094;
}
.cd-secondary-nav-trigger.menu-is-open span::before {
	top: 0;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
}
.cd-secondary-nav-trigger.menu-is-open span::after {
	bottom: 0;
	transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
}

@media only screen and (min-width: 980px) {
	.cd-secondary-nav-trigger {
		display: none;
	}
}
@-webkit-keyframes cd-slide-in {
	0% {
		-webkit-transform: translateX(100px);
	}
	100% {
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes cd-slide-in {
	0% {
		-moz-transform: translateX(100px);
	}
	100% {
		-moz-transform: translateY(0);
	}
}
@keyframes cd-slide-in {
	0% {
		-webkit-transform: translateX(100px);
		-moz-transform: translateX(100px);
		-ms-transform: translateX(100px);
		-o-transform: translateX(100px);
		transform: translateX(100px);
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}
@-webkit-keyframes cd-bounce-in {
	0% {
		-webkit-transform: scale(0);
	}
	60% {
		-webkit-transform: scale(1.2);
	}
	100% {
		-webkit-transform: scale(1);
	}
}
@-moz-keyframes cd-bounce-in {
	0% {
		-moz-transform: scale(0);
	}
	60% {
		-moz-transform: scale(1.2);
	}
	100% {
		-moz-transform: scale(1);
	}
}
@keyframes cd-bounce-in {
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
	}
	60% {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}
/* ----------------------------------------------
 footer
---------------------------------------------- */
#footer {
	clear: both;
	width: 100%;
	background: #0c0c0c;
}

@media only screen and (max-width: 767px) {
}
.copyright {
	font-size: 11px;
	text-align: center;
	line-height: 40px;
	color: #FFF;
}
@media only screen and (max-width: 767px) {
.copyright {
	font-size: 9px;
	line-height: 30px;
}
}
#page_top {
	position: fixed;
	bottom: 60px;
	right: 10px;
	z-index: 1000;
}

@media only screen and (max-width: 640px) {
	#page_top {
		bottom: 0;
		right: 0;
	}
}
#page_top a {
	display: block;
	width: 40px;
	height: 40px;
	background: #094;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	vertical-align: middle;
}
#page_top a:hover {
	text-decoration: none !important;
	filter: alpha(opacity=75);
	-ms-filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
}

#bnr_list{
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
}


ul.ul_list_bnr{
	overflow: hidden;
	list-style: none;
	/* margin-right: -40px; */
	margin-right: -20px;
}

ul.ul_list_bnr.miss_sponsor {
	justify-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	float: inherit;
	padding-bottom: 20px;
	border-bottom: dotted 2px #efefef;
	position: relative;
	
}

ul.ul_list_bnr.miss_sponsor:last-child {
	border-bottom: none;
}


/* ul.ul_list_bnr.miss_sponsor::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	height: 1px;
	margin: 0auto;
	background-image: linear-gradient(to right, #46c693, #46c693 7px, transparent 5px, transparent 10px);
	background-size: 10px 1px;
	background-repeat: repeat-x;
} */

ul.ul_list_bnr.miss_sponsor li {
	margin-top: 0px;
}

ul.ul_list_bnr.miss_sponsor li a figure {
	margin-top: 20px;
}

ul.ul_list_bnr.miss_sponsor.is-col--1 li,
ul.ul_list_bnr.miss_sponsor.is-col--2 li{
	width: 480px;
}

ul.ul_list_bnr.miss_sponsor.is-col--3 li{
	width: 313px;
}


ul.ul_list_bnr.miss_sponsor.is-col--2 li:last-child,
ul.ul_list_bnr.miss_sponsor.is-col--3 li:last-child,
ul.ul_list_bnr.miss_sponsor li:last-child {
	margin-right: 0px;
}



ul.ul_list_bnr li{
	float: left;
	display: inline-block;
	/* width: 300px !important; */
	width: 180px;
	margin-right: 20px;
	margin-top: 20px;
}
ul.ul_list_bnr li a:hover{
	filter:alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
	-moz-opacity:0.75;
	opacity: 0.75;
}
ul.ul_list_bnr li a p{
	line-height: 1.4;
}
ul.ul_list_bnr li a figure{
	/* width: 300px; */
	margin-bottom: 5px;
	border: 1px solid #CCC;
	box-sizing: border-box;
}
ul.ul_list_bnr li img{
	width: 100%;
}
/* ul.ul_list_bnr li:nth-child(3n+1){
	clear: both;
} */
@media screen and (min-width: 980px) {
	ul.ul_list_bnr li:nth-child(5n+1){
		clear: both;
	}
	ul.ul_list_bnr li:nth-child(5n+5){
		margin-right: 0;
	}
}
@media screen and (max-width: 979px) {
	#bnr_list{
		width: auto;
		margin: 0 10px;
		padding: 10px 0;
	}
	ul.ul_list_bnr{
		margin-right: 0;
	}
	ul.ul_list_bnr li{
		/* width: 31% !important;
		margin-right: 2%; */
		width: calc(20% - 8px);
		margin-right: 10px;
		margin-top: 10px;
	}
	ul.ul_list_bnr.miss_sponsor.is-col--2 li:nth-child(2n+2),
	ul.ul_list_bnr.miss_sponsor.is-col--3 li:nth-child(2n+2),
	ul.ul_list_bnr.miss_sponsor li:nth-child(2n+2) {
		margin-right: 10px;
	}

	ul.ul_list_bnr li a figure{
		width: 100% !important;
	}
	/* ul.ul_list_bnr li:nth-child(3n){
		margin-right: 0 !important;
	} */
	/* ul.ul_list_bnr li:nth-child(5n+5){
		margin-right: 0 !important;
	} */
}
@media only screen and (max-width: 767px) {
	/* ul.ul_list_bnr {
		justify-content: start !important;
	} */

	ul.ul_list_bnr li,
	ul.ul_list_bnr.miss_sponsor.is-col--2 li,
	ul.ul_list_bnr.miss_sponsor.is-col--3 li{
		width: calc(50% - 5px);
	}
	ul.ul_list_bnr li:nth-child(2n+2){
		margin-right: 0 !important;
	}

	/* ul.ul_list_bnr li a{
		display: block;
		margin-top: 10px;
		padding-bottom: 10px;
	}
	ul.ul_list_bnr li a figure{
		float: left;
		width: 100px;
		margin-bottom: 5px;
		border: 1px solid #CCC;
		box-sizing: border-box;
	}
	ul.ul_list_bnr li a p{
		padding-left: 110px;
		line-height: 1.4;
	}
	ul.ul_list_bnr li:nth-child(3n+1){
		clear: both;
	} */
}

.bnr{
	width: 760px;
	margin: 20px auto;
}
.btn img,
.bnr img{
	width: 100%;
}
.btn a{
	display: block;
}
.btn a:hover img{
	filter:alpha(opacity=75);  /* IE7以下用 */
	-ms-filter: "alpha(opacity=75)"; /* IE8用 */
	-moz-opacity:0.75; /* Firefox 1.5未満, Netscape用 */
	-khtml-opacity: 0.75;  /* Safari 1.x, 他khtmlに対応したブラウザ用  */
	opacity: 0.75; /* Firefox 1.5以上, Opera, Safari用 */
}
@media only screen and (max-width: 767px) {
	.bnr{
		width: 100%;
		margin: 15px 0;
		padding: 0 10px;
	}
}

.btn_pink{
	position: relative;
	padding: 10px 20px;
	text-decoration: none;
	color: #f9a9ae;
	line-height: 50px;
	border-radius: 5px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	font-weight: bold;
	background-image: -webkit-linear-gradient(#feb7c1 0%, #fb5656 100%);
	background-image: linear-gradient(#feb7c1 0%, #fb5656 100%);
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

.btn_pink:active,
.btn_pink:hover{/*押したとき*/
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	transform: translateY(4px);/*沈むように*/
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
	background-image: -webkit-linear-gradient(#feccd3 0%, #fc898a 100%);
	background-image: linear-gradient(#feccd3 0%, #fc898a 100%);/*グラデーションを明るく*/
}
