@charset "utf-8";

/** わたしの戦争体験集 **/
.experience_txt {
	font-family: "Zen Old Mincho", serif;
}
.experience_c {
	font-family: "Zen Old Mincho", serif;
  font-weight: 700;
	font-size:140%;
	color:#376860;
}
.taiken_list ul li {
	padding:20px 36px 20px 16px;
	margin-bottom:20px;
	background:#ffffff;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	position:relative;
}
.taiken_list ul li p {
	font-family: "Zen Old Mincho", serif;
  font-weight: 700;
	font-size:125%;
	color:#376860;
	/* text-align: center;
	margin-bottom:20px; */
}
.taiken_list a span {
	font-size:80%;
}
.taiken_list a:after {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -9px;
	color:#376860;
	font-family: FontAwesome;
	content: "\f105";
	vertical-align: middle;
}

/**
.taiken_list a {
	position: relative;
	padding:14px 36px 14px 12px;
	background: #f4f2f0;
	text-decoration: none !important;
	color: #333333;
	position: relative;
	display:inline-block;
}
.taiken_list a:after {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -9px;
	color:#376860;
	font-family: FontAwesome;
	content: "\f105";
	vertical-align: middle;
}
.taiken_list a.btn_otona {
	width:48.6%;
	float:left;
}
.taiken_list a.btn_kodomo {
	width:48.6%;
	float:right;
}
 **/
.kikoutxt span {
	color:#F5B2B3;
	font-size:80%;
 }
.experience_kiji b { color:#E9546C; }
.kikoutxt b { color:#E9546C; }
.experience_box {
	border:1px solid #376860;
	padding:20px;
}
.exp {
	border:1px solid #ccc;
	padding:20px;
	color:#707070;
}

/***** PC用 *****/
@media screen and ( min-width:769px ) {
	.experiencebg {
		background:url(../img/bg_experience.jpg);
		background-size:contain;
		background-repeat: no-repeat;
	}
	.kikou {
		background:#f4f2f0;
		padding:80px 0;
		margin:80px 0;
	}
	.taiken_list_l {
		float:left;
		width:49%;
	}
	.taiken_list_r {
		float:right;
		width:49%;
	}
}

/***** スマホ用 *****/
@media screen and ( max-width:768px ) {
	.kikou {
		background:#f4f2f0;
		padding:30px 0;
		margin:35px 0;
	}
	.taiken_list a span {
	}
}

/***** 個別ページ *****/
.experience_tit {
	font-family: "Zen Old Mincho", serif;
  font-weight: 700;
	font-size:150%;
	color:#376860;
	border-bottom: dashed 1px #376860;
	padding-bottom: 10px;
  margin-bottom: 20px;
	display: inline-block;
}
.name span {
	background:#f4f2f0;
	padding:10px 20px;
	margin-bottom:20px;
	display:inline-block;
}
