@charset "UTF-8";
body{
	font-size: 1em;
/*	line-height: 1.6em;*/
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wrapper{
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.main a{
	color: #002EE6;
	text-decoration: none;
	transition: 0.3s ease-in-out;
}

.main a:hover{
	color: #26ccff;
	background-color: #fff100;
}

/* __ Contents __ */

/*
.container p:not(:last-child){
	margin-bottom: 1.5em;
}
*/

.main{
	padding: 20px;
}

.main{
/*	background-color: rgba(255,255,239,.8);*/
/*    background-color: rgba(88,134,203,.8);*/
/*    background-color: rgba(117,153,219,.8);*/
/*    background-color: rgba(137,184,233,.8);*/
    background-color: rgba(122,166,244,.8);
/*    background-color: rgba(137,184,233,.3);*/
/*    background-color: rgba(117,153,219,.3);*/
/*    background-color: rgba(122,166,244,.7);*/
}

.main h1{
    font-size: 1.2rem;
    color: white;
    margin-bottom: 5px;
	text-align: justify;
	font-feature-settings: "palt";
}

.main:last-child{
    padding-bottom: 0;
}

/*__ Tiles __*/

.tiles{
    display: flex;
    flex-flow: column;
}
.tiles li{
	margin-bottom: 1em;
/*	padding: 20px;*/
	border-radius: 4px;
	background-color: #fff;
    box-shadow: 0 0 3px #aaa;
}

.tiles img{
    width: 100%;
}

/*もぐもぐマルシェポータル*/
.tiles li:nth-child(1){
    order: 1;
}

/*地域食材の販売ポータル*/
.tiles li:nth-child(2){
    order: 2;
}

/*LEDレンタル*/
.tiles li:nth-child(3){
    order: 5;
}

/*高圧電力最適化*/
.tiles li:nth-child(4){
    order: 6;
}

/*キャッシュレス対応*/
.tiles li:nth-child(5){
    order: 4;
}

/*インバウンド対策*/
.tiles li:nth-child(6){
    order: 3;
}

/*簡易WEB*/
.tiles li:nth-child(7){
    order: 9;
}

/*Apple製品サポート*/
.tiles li:nth-child(8){
    order: 10;
}

/*地域活性プロジェクト*/
.tiles li:nth-child(9){
    order: 7;
}

/*イベント*/
.tiles li:nth-child(10){
    order: 8;
    border-bottom: 0px;
}

/*愛犬用おやつ*/
.tiles li:nth-child(11){
    order: 11;
}


/*ブライダルレター*/
/*
.tiles li:nth-child(5){
    order: 5;
}
*/

/*International Services*/
/*
.tiles li:nth-child(10){
    order: 10;
}
*/

/* Media queries
-------------------------------------------------------*/

@media screen and (min-width : 768px) { /* デスクトップ用CSS */

	/* __ Contents __ */

	.container{
		display: flex;
	}

	.main{
		flex: 1;
		order: 2;
	}
    
    .main:last-child{
    padding-bottom: 20px;
}
    
    .main h1{
    font-size: 1.5rem;
    margin-left: 5px;
    }

/*__ Tiles __*/

	.tiles{
		flex-flow: row;
        flex-wrap: wrap;
	}
	.tiles li{
		margin: 5px;
		width: calc( 33.3% - 10px);
	}

    
figure {
    width:100%;
    max-width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
    height: auto;
}

figure:hover+span {
	bottom: -36px;
	opacity: 1;
}

/* Shine */
.tiles figure {
	position: relative;
}
.tiles figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.tiles figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.ads_multi{
    text-align: center;
}

.sq_display{
	margin: 2em 0 0.5em 0;
    text-align: center;
}
    
}
