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


.mainttl div:nth-of-type(2) {
	background:#dd5500 url(../../../items/nazo/love.svg) no-repeat right bottom;
}

@media screen and (max-width: 920px) {
.mainttl div:nth-of-type(2) {
	background-size:100% auto;
}

}





h3{
	font-size:1.6em;
	margin-bottom:15px;
}


/*--flexboxセット--*/

.nazo_outer{
/*flexbox*/
display: flex;
flex-wrap: wrap; /*子要素の折り返し*/
flex-basis: 100%;/*子要素のベースとなる幅の指定*/
align-self:stretch; /*子要素の垂直方向の揃え*/
justify-content: center;
}

.nazo_outer div{
width: 27.5%;
margin: 1%;
padding:20px;
background-color:#fff;
text-align:center;
}

.nazo_outer div div{
width:100%;
width: auto;
margin:0;
padding:0 0 5px;
}

#hint_tab1 p{
padding:5px;
border:solid 1px #ccc;
}

@media screen and (max-width: 1024px) {
.nazo_outer div{
width: 43.5%;
}
}
@media screen and (max-width: 598px) {
.nazo_outer div{
width: 80%;
}
}
/*--------input---------*/

input.txtbgg{
	font-size:1.3em;
background-color:#ccc;
padding:5px;
border-radius:5px;
border:none;
}

input[type="text"]:focus {
box-shadow: 1px 0 5px 1px #dd5500; /* x軸 y軸 ぼかし 広がり カラー;*/
outline:none;
}

.btno{
padding:5px 0.8em;
color:#fff;
background-color:#dd5500;
border:none;
border-radius:5px 0.8em;
transition: .3s;
}
.btno:hover{
	background-color:#000;
}
@media screen and (max-width: 598px) {
.btno{
	margin-top:15px;
}
}


h4.ttl_clip{
	transform:rotate(1deg);
	color:#fff;
background-color:#dd5500;
	width:9em;
	font-size:1.6em;
	font-weight:normal;
	padding:10px 15px 10px;
	margin:-50px auto 0;
}













