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

/*welove baby*/
.welovebaby {
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.detil_box {
	margin: 3% auto 0%;
}

.h1_summery .logo {
	margin: 0;
	width: 100%;
}

.h1_summery .m0 {
	margin: 0;
}

/* .welovebaby .bg_comment {
	background: url(/images/event/welovebaby/bg_comment.png) no-repeat top center;
	padding: 30px 0 40px;
} */
.comment_inner {
	/* width: 75%; */
	margin-left: auto;
	padding: 0 0 0 10px;
}

.welovebaby .link-color {
	color: #666;
}

.welovebaby .link-txt dd,
.welovebaby .link-txt dt {
	padding: 0;
	font-size: 16px;
}

.welovebaby .alert {
	border: #E84C56 2px solid;
	padding: 5px;
	margin: 20px auto 30px;
	;
}

.txt_alert {
	text-indent: -1em;
	padding-left: 1em;
}

.welovebaby .txt_detil {
	width: 100%;
}

.detil_box .link_area {
	margin: 3% auto 5%;
}

.h1_summery p.txt_end {
	width: 100%;
}

a.pink_link {
	color: #e95d9d;
	font-size: 18px;
}

.footer_tit_02 {
	text-align: left;
}

.footer_link_list a {
	text-align: left !important;
}

a.btn:hover {
	color: #fff;
}

@media only screen and (max-width:768px) {
	.welovebaby .baby_ttl {
		text-align: center;
	}

	.welovebaby p {
		margin: 0 auto;
		width: 100%;
	}

	.welovebaby .bg_comment {
		background: none;
		padding: 0;
		margin: 0;
	}

	.welovebaby .comment_inner p {
		font-size: 14px;
	}

	.comment_inner {
		padding: 20px 0;
	}

	.welovebaby .link_area {
		width: 100%;
		margin: 2rem auto;
	}

	.welovebaby .link-txt dd,
	.welovebaby .link-txt dt {
		padding: 0;
		font-size: 14px;
	}

	.welovebaby .link_area a {
		font-size: 12px !important;
	}

	.welovebaby .t-ind {
		margin: 0;
		height: 0;
	}

	.welovebaby .alert {
		width: 100%;
		margin-top: 10px;
		margin: 20px auto;
	}

	.box_spImg {
		width: 96%;
		margin: 0 auto;
	}

	.welovebaby .txt_detil {
		font-size: 16px;
	}

	p.txt_end {
		font-size: 14px;
	}

	a.pink_link {
		font-size: 16px;
	}

	.copyright {
		padding: 25px 0 !important;
		box-sizing: border-box;
		width: 100%;
	}
}

/* WEB_03-14685 */
.m0 {
	margin: 0 !important;
}

.fs-14 {
	font-size: 14px !important;
}

.f-bule {
	color: #4a819d;
}

.a_right {
	text-align: right;
}

.a_center {
	text-align: center;
}

#welovebaby_top {
	padding: 80px 0;
	background: var(--color-brown01);
}

.h1_summery_2016 .con_ttl {
	color: #4a819d;
	margin: 30px auto;
	font-size: 35px;
	text-align: center;
	line-height: 1.2;
	font-weight: bold;
}

.h1_summery_2016 .con_ttl span {
	display: block;
	padding-top: 10px;
	font-size: 24px;
}

.h1_summery p {
	margin: 0 auto 10px;
	width: 70%;
}

#contents {
	padding: 80px 0;
}

.comment_box {
	display: grid;
	grid-template-columns: 30% auto;
	align-items: flex-end;
	margin: 3% auto 0%;
}

.speechBubble {
	position: relative;
	display: inline-block;
	margin-left: 20px;
	padding: 16px;
	border: 2px solid #88d1f5;
	border-radius: 24px;
	background-color: #ffffff;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.speechBubble::before {
	content: "";
	position: absolute;
	top: 90%;
	left: 0;
	border-style: solid;
	border-width: 0 20px 20px 0;
	border-color: transparent #88d1f5 transparent transparent;
	translate: -100% -50%;
	transform: skew(0, -25deg);
	transform-origin: right;
}

.speechBubble::after {
	content: "";
	position: absolute;
	top: 90%;
	left: 0;
	border-style: solid;
	border-width: 0 15.2px 15.2px 0;
	border-color: transparent #ffffff transparent transparent;
	translate: -100% calc(-50% - 0.4px);
	transform: skew(0, -25deg);
	transform-origin: right;
}

.comment_box p.m10_b {
	width: 90%;
}

@media only screen and (max-width:768px) {
	.welovebaby .alert.desc p {
		width: 100%;
		padding: 0 10px;
	}

	.comment_box {
		grid-template-columns: auto;
	}

	.speechBubble {
		margin-bottom: 20px;
		margin-left: 0;
	}

	.speechBubble::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		border-style: solid;
		border-width: 20px 20px 0 0;
		border-color: #88d1f5 transparent transparent;
		translate: -50% 100%;
		transform: skew(-25deg);
		transform-origin: top;
	}

	.speechBubble::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		border-style: solid;
		border-width: 15.2px 15.2px 0 0;
		border-color: #ffffff transparent transparent;
		translate: calc(-50% - 0.4px) 100%;
		transform: skew(-25deg);
		transform-origin: top;
	}

	.comment_box .comment_inner.pc {
		order: 1;
	}

	.comment_box img {
		order: 2;
		margin: 0 auto;
	}
}