@charset "euc-jp";


#content div.cont {
	
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-around;
}


@media all and (min-width:768px) { /* ▽ */
	#content div.cont {
		flex-flow: row nowrap;
	}
} /* ───△─── */


div.cont p {
	line-height: 2 !important;
}

.col-2 {
margin: 0 30px;
    flex: 0 1 220px;
    min-width: 220px;
    text-align: center;
}

.col-2 a {
    border: solid;
    display: block;
    padding: 1em;
    color: #0387d4;
	line-height: 1.2;
}
.col-2 a img {
    max-width: 200px;
    width: 100%;
}


/* --------------------------------------------- */
.needs {
        background-color: aliceblue;
    padding: 1em;
    margin: 1em 0;
    border-radius: 8px;
    line-height: 1.12;
}
.needs .kome_mark{font-size: 0.88em; line-height: 1.3;}

/* --------------------------------------------- */
p.moushikomi {
    max-width: 18em;
    margin: 2em auto;
}

p.moushikomi a {
	font-size: 14pt;
	letter-spacing: 4px;
	text-align: center;
	border: 1px solid #ffad41;
	border-radius: 12px;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	display: block;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
	font-weight: bold;
	color: #FFFFFF;
	background-color: #ffc579;
	background-image: linear-gradient(to bottom, #ffc579, #fb9d23);
}
p.moushikomi a:hover {
	border: 1px solid #ff9913;
	background-color: #ffaf46;
	background-image: linear-gradient(to bottom, #ffaf46, #e78404);
}