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

p.small_text{
	font-size: 80% !important;
	line-height: 1.4em!important;
}

.guinness_box p.small_text_center {
	font-size: 90% !important;
	margin-top: 1em;
}

p.app_bnr a img{
	width: 180px!important;
}

div.guinness_box {
	max-width: 1200px;
	margin: 0px auto 50px ;
	font-size: 1.1em;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	text-align: center;
}

.guinness_box img{
	border:none;
	width: 100%;
	margin: 0 auto 0;
}
.guinness_box a img{
	border:none;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
}

.guinness_box a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.guinness_box a {
	text-decoration: none;
	color: #3F210E;
}

.guinness_box a:hover {
	text-decoration: none;
	color: #8b4513;
}

.guinness_box p{
	margin-bottom: 1.5em;
}

/* 記事タイトル */
.guinness_box h1 {
	padding: 1em 0 1em 0 ;
	color: #fff !important;
	background: #3F210E;
	width: 100% !important;
	font-size: 150% !important;
	text-align: center !important;
	margin: 0 auto 1em !important;
}

.guinness_box h1 a.small{
	font-size: 70% !important;
	color: #fff !important;
}

.guinness_box h2 {
	position: relative;
	display: inline-block;
	padding: 2em 55px;
	font-size: 150%;
	font-weight: bold;
	line-height: 1.4;
	color: #2b2b2b;
	text-align: center !important;
}

h2:before, h2:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 35px;
	height: 1px;
	background-color: black;
}

h2:before {
	left:0;
}

h2:after {
	right: 0;
}

.guinness_box h3{
	background: linear-gradient(transparent 70%, #f5f5f5 40%);
	text-align: center;
	margin: 4em auto 1em ;
	font-size: 140%;
	font-weight: bold;
	color: #2b2b2b;
	padding: 0 2em;
}

.guinness_box ol{
	max-width: 800px;
	padding: 1em 1em 1em 2.5em;
	text-align: left !important;
}

@media screen and (min-width: 768px) {

.container {
  text-align: center;
  padding: 2em;
}

.lineip{
	padding: 2em auto;
}

.lineip .item {
	width: 29%;
	padding: 1em;
	float: left;
}

.lineip .item img {
	width: 100%;
	height: auto;
}

div.guinness_box {
	margin: 50px auto 100px;
	padding-left: 15%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.guinness_box ol li{
	list-style-type: decimal !important;
	font-size: 100%!important;
	line-height: 1.8;
}
	
}

@media screen and (max-width: 767px) {

.container {
  text-align:center;
  padding: 2em;
}
	
p.left{
	text-align: justify !important;
	text-align-last: left !important;
}

.lineip{
	padding: 0 2em;

}

.lineip .item {
	width: 100%;
}

.lineip .item img {
	width: 100%;
	height: auto;
}
	
.guinness_box {
	width: 100% !important;
	padding: 0 ;
	margin-top: 55px!important;
}
	
.guinness_box p{
	font-size: 85%;
	line-height: 1.7 !important;
	padding: 0 1em;
}

.guinness_box p.center{
	text-align: center!important;
}
	
.guinness_box p.small_text{
	font-size: 76% !important;
	text-align: left!important;
}
	
.guinness_box p.small_text_center {
	font-size: 78% !important;
	text-align:center; 
}
	
.guinness_box h1 {
	font-size: 100% !important;
	line-height: 1.6 !important;
	text-align: center;
}
	
.guinness_box h2 {
	font-size: 90%;
	text-align: center;
}

.guinness_box h3{
	font-size:90%;
	text-align: center;
}

.guinness_box h4:after{
  font-size: 0.7em !important;
}
}

@media screen and (min-width: 768px) {/* タブレット用のブレイクポイントを指定 */
#pagetop{
  bottom: 30px !important;
}

}
@media screen and (max-width: 767px) {/* スマホ用のブレイクポイントを指定 */
#pagetop{
  bottom: 30px !important;
}
}