@charset "utf-8";


/*=======================================================
	先輩ママお悩み相談室
=======================================================*/
/* common */
.cont_base {
	background: url(../img/bg.png);
	position: relative;
}

/* header */
#brand_wrap header {
	padding: 36px 0;
	text-align: center;
}

#brand_wrap #exp_lead {
	margin: 10px 0 18px;
}

/* index, themeLink */
#theme_link {
	background: #fed;
}

#theme_link h2 {
	padding: 25px 0 0;
	text-align: center;
	font-size: 1.6em;
	color: #c66;
}

#brand_wrap #index_nav,
#theme_link ul {
	padding: 0 25px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#brand_wrap #index_nav li,
#theme_link ul li {
	width: 230px;
	height: 230px;
	text-align: center;
	padding-bottom: 20px;
}

#brand_wrap #index_nav li img,
#theme_link ul li img {
	margin-top: 5px;
	width: 220px;
	height: 220px;
}

#brand_wrap #index_nav li a:hover img,
#theme_link ul li a:hover img {
	animation: zoom 0.25s forwards;
}

@keyframes zoom {
	0% {
		width: 220px;
		height: 220px; }
	100% {
		margin-top: 0;
		width: 230px;
		height: 230px; }
}

/* theme */
#exp_theme {
	margin: 0 auto;
	padding: 0;
	background: url(../img/theme_bg.png) no-repeat 0 100%;
	width: 408px;
	box-sizing: border-box;
	text-align: center;
}

#exp_theme h2 {
	padding-top: 36px;
	background: url(../img/theme_header.png) no-repeat 0 0;
}

#exp_theme p {
	padding: 10px 0 42px;
}

/* illust */
#exp_illust {
	margin: 10px auto 0;
	text-align: center;
}

#theme_illust {
/*
	position: absolute;
	left: 50%;
*/
	text-align: center;
}

/* content */
#proposal {
	background: url(../img/footer_bg.png) repeat-x 0 100%;
	width: 100%;
}

#proposal li {
	padding: 25px 25px 0;
	position: relative;
}

#proposal li h3 {
	padding: 12px 28px 5px;
	border-radius: 15px 15px 0 0;
	font-size: 120%;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5)
}

#proposal div {
	padding: 20px 25px;
	box-sizing: border-box;
	line-height: 1.9;
	background: #fff;
	border: 3px solid #ddd;
	border-radius: 0 0 15px 15px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5)
}

/*
#proposal div:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 50px;
	left: 0;
}
*/

#proposal .proposal_from {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

/* footer */
#brand_wrap footer {
	padding: 24px 0;
	background: #fff;
	text-align: center;
	vertical-align: middle;
}

#goonmom_logo {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	background: url(../img/goonmom.png) no-repeat 50% 50%;
	background-size: 250px auto;
	width: 260px;
	vertical-align: middle;
	line-height: 26px;
}
#goonmom_btn,
#point_btn {
	margin: 5px auto 30px;
	display: table;
	width: 750px;
}
#goonmom_btn li,
#point_btn li {
	display: table-cell;
	padding: 0 10px;
	box-sizing: border-box;
	vertical-align: middle;
}
#goonmom_btn{
	margin-bottom: 15px;
}
#goonmom_btn a:hover{
	text-decoration: none;
	opacity: 0.75; /*通常*/
	-ms-filter: "alpha(opacity=75)"; /*IE8*/
}

/* backnumber */
#backnumber {
	padding: 10px 0;
	background: #fff;
	vertical-align: middle;
	border-top: 5px dotted #faa;
	text-align: center;
}

#backnumber h2 {
	font-size: 18px;
	font-size: 1.8rem;
	color: #f66;
}

#backnumber ul {
	width: auto;
	display: inline-block;
}

#backnumber ul li {
	padding: 5px 0;
	white-space: nowrap;
	text-align: left;
}
#backnumber ul li a {
	padding: 0 0 0 14px;
	font-size: 18px;
	font-size: 1.8rem;
	position: relative;
	color: #09f;
	vertical-align: middle;
}
#backnumber ul li a:before,
#backnumber ul li a:after {
	content: "";
	background-image: url(../img/backnumber.png);
	background-repeat: no-repeat;
	width: 12px;
	height: 30px;
	display: inline-block;
	vertical-align: bottom;
}
#backnumber ul li a:before {
	background-position: 0 0;
	margin-right: 5px;
}
#backnumber ul li a:after {
	background-position: 100% 100%;
	margin-left: 5px;
}

/* modal */
#modal_overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 101;
}

.modal_active {
	z-index: 200 !important;
}


/* ===========================================
	MediaQueries
=========================================== */

/* スマホ----------------------------- */
@media screen and (max-width: 767px){
	#brand_wrap {
		margin-bottom: 50px !important;
		z-index: auto; }
/* header */
	#brand_wrap #exp_lead {
		margin: 0 auto;
		width: 370px;
		max-width: 100%;
		height: 192px;
		text-indent: -9999px;
		background: url(../img/lead_sp.png) no-repeat 50% 0;
		background-size: contain; }

	#brand_wrap #exp_note {
		margin: 15px auto 0;
		width: 310px;
		height: 70px;
		text-indent: -9999px;
		background: url(../img/note_sp.png) no-repeat 50% 0;
		background-size: contain; }

/* theme */
	#exp_theme {
		margin-bottom: 15px;
		background: #fff;
		max-width: 100%;
		height: auto;
		border-image: url(../img/theme_sp_bg.png) 16 round;
		border-style: solid;
		border-width: 16px; }

	#exp_theme h2 {
		padding-top: 24px;
		background: transparent; }

	#exp_theme p {
		padding-bottom: 26px;
		background: transparent; }

/* footer */
	#brand_wrap footer {
		padding: 24px 10px;
	}
	#goonmom_logo {
		background: url(../img/goonmom_sp.png) no-repeat center center;
		background-size: 190px auto;
		width: 200px;
		vertical-align: middle;
		line-height: 20px; }
	#goonmom_btn,
	#point_btn {
		display: block;
		width: 100%; }
	#goonmom_btn li,
	#point_btn li {
		display: block;
		padding: 5px 0; }
	#goonmom_btn li img,
	#point_btn li img {
		max-width: 100%:
	}

/* backnumber */
	#backnumber h2 {
		font-size: 1.7rem; }
	#backnumber ul {
		width: 100%; }
	#backnumber ul li {
		padding: 5px 20px;
		font-size: 1.2rem;
		text-align: center; }
	#backnumber ul li a {
		display: block;
		padding: 0 20px;
		font-size: 1.7rem;
		line-height: 1.6;
		text-align: center; }
}
