/*
Theme Name: Uchimura
Text Domain:
Theme URI:
Description:
Author: Lac
Author URI: https://lac-key.bz
*/

.e-mailit_top_toolbox {
	width:100%;
	max-width:800px;
	margin:0 auto 50px;
	text-align:right;
}

.no-event {
	display:none !important;
}

.bn-twin {
	list-style:none;
	width:96%;
	max-width:1080px;
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:10px;
}

.bn-twin img{
	width:100%;
	max-width:530px;
	height:auto;
}

.campaign-title {
    font-size: 3.6rem;
    font-weight: bold;
    text-align: center;
    margin-top:40px;
}

.share-sns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 100px;
}
 
@media (max-width: 768px) {
    .share-sns {
        margin-top: 50px;
    }
}
 
.share-sns a,
.share-sns button {
    border: 1px solid #FF5722;
    background-color: #fff;
    color: #FF5722;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0px 0px 5px #dadada;
    transition: .5s;
}
 
.share-sns a svg {
    fill: #FF5722;
    stroke: #FF5722;
}
 
.share-sns a:hover {
    color: #fff;
    background-color: #FF5722;
}
 
.share-sns a:hover span {
    color: #fff;
}
 
.share-sns a:hover svg {
    fill: #fff;
    stroke: #fff;
}
 
.share-sns a {
    min-height: 36px;
    min-width: 36px;
    width: 19%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}
 
.share-sns a#hatena {
    background-color: #00a4de;
    border-color: #00a4de;
    color: #fff;
}
 
.share-sns a#line {
    background-color: #06C755;
    border-color: #06C755;
    color: #fff;
}
 
.share-sns a#facebook {
    background-color: #0865fe;
    border-color: #0865fe;
    color: #fff;
}
 
.share-sns a#twitter {
    background-color: #0F1419;
    border-color: #0F1419;
}
 
.share-sns a#twitter svg {
    stroke: #fff;
    fill: #fff;
}
 
.share-sns a#pocket {
    background-color: #EF4157;
    border-color: #EF4157;
    color: #fff;
}
 
.share-sns button {
    display: block;
    width: 100%;
    height: 36px;
    overflow: hidden;
    margin-top: 15px;
}
 
.share-sns button span {
    display: flex;
    align-items: center;
    width: max-content;
    height: 30px;
    margin: auto;
    color: #FF5722;
    font-size: 16px;
    transition: .5s;
}
 
.share-sns button.copied span {
    transform: translateY(-100%);
}

.foot-card {
	position: relative;
	text-align:center;
	color:#fff;
	font-size:2.2rem;
	margin-bottom:3em;
}
.foot-card::before {
	background-color: #fff;
	bottom: -1em;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 50px;
}

@media screen and (max-width:599px) {
	.foot-card {
		font-size:1.8rem;
	}
}


.card {
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  gap:24px;
  width: 80%;
  margin: 50px auto 100px;
}
.card__item {
  width:100%;
  max-width:300px;
  padding:10px;
  border:#ccc 2px solid;
}
.card__item figure .logo-area{
  min-height:150px;
  display:flex;
  justify-content:center;
  align-items:center;
}
.card__item figcaption{
  text-align:center;
  font-weight:bold;
  font-size:1.4em;;
  line-height:1.8em;
}
.card__item img{
  width:100%;
  max-width:240px;
  height:auto;
  margin:5px auto;
}
.card__item:nth-child(4n+1) {
  margin-left: 0;
}