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

.app_slider{
    margin: 0px auto;
    width: 96%;
	padding: 0 10px;
	
}
.app_slider img{
	height: auto;
	width: 100%;
}

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

div.jibunmakura_app_box {
	max-width: 1200px;
	margin: 0px auto 50px ;
	font-size: 1.1em;
	line-height: 1.6em;
	letter-spacing: 0.2em;
	text-align: center;
}
.jibunmakura_app_box img{
	border:none;
	width: 100%;
	margin: 0 auto 1em;
}
.jibunmakura_app_box a img{
	border:none;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
}

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

.jibunmakura_app_box a {
	text-decoration: none;
}

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

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

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

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;
}

.jibunmakura_app_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;
}

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

.container {
  text-align: center;
  padding: 2em;
}
.btn-animation-02 {
display: inline-block;
  max-width: 300px;
  text-align: left;
  border: 2px solid #752100;
  font-size: 0.9em;
  color: #752100;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 16px 8px;
  border-radius: 2px;
  transition: .4s;
}

.btn-animation-02:hover {
  background-color: #752100;
  border-color: #752100;
  color: #FFF;
}


@media screen and (min-width: 768px) {
div.jibunmakura_app_box {
	margin: 50px auto 100px;
	padding-left: 15%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

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

.app_slider{
	display: none;
}
	
}

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

.jibunmakura_app_box {
	width: 100% !important;
	padding: 0 ;
	margin-top: 50px!important;
}
	
.jibunmakura_app_box p{
	font-size: 85%;
	line-height: 1.7 !important;
	padding: 0 1em;
}
	
.jibunmakura_app_box h1 {
	font-size: 100% !important;
	line-height: 1.6 !important;
}
	
.jibunmakura_app_box h2 {
	font-size: 90%;
}


.jibunmakura_app_box h3{
	font-size:90%;	
}

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

.jibunmakura_app_box ol li{
	list-style-type: decimal !important;
	font-size: 85%!important;
	line-height: 1.5;
}

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

}
@media screen and (max-width: 767px) {/* スマホ用のブレイクポイントを指定 */
    .floating-sp {
        display: inline-block;/* 消していたスマホ用のバナーを表示させる */
        width: 100vw;/* スマホの画面幅いっぱいにバナーを表示 */
    }
#pagetop{
  bottom: 80px !important;
}
}