@charset "utf-8";
@charset "UTF-8";
.c2l .l-site,
.c2r .l-site {
width: 1100px;
max-width: 1100px;
}  .c2r .l-sidebar, 
.c2l .l-sidebar {
width: 336px;
} .c2r .l-main {
margin-right: -356px;
}
.c2r .l-main > * {
margin-right: 356px;
} .c2l .l-main {
margin-left: -356px;
}
.c2l .l-main > * {
margin-left: 356px;
}@keyframes fadein {
0% {
opacity: 0;
transform: translateY(100vh);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.hoverner {
position: fixed;
bottom: 10px;
right: 10px;
animation: fadein 3s;
z-index: 9999;
display: none;
}
.hoverner.pc {
display: block;
}
@media screen and (max-width: 480px) {
.hoverner {
left: 0vw;
right: 0vw;
bottom: 0vw;
}
.hoverner.sp {
display: block;
}
}
.hoverner-link {
display: flex;
justify-content: center;
}
.hoverner-link:hover {
opacity: .9;
}
.hoverner-image-pc {
display: block !important;
max-width: 200px;
}
@media screen and (max-width: 480px) {
.hoverner-image-pc {
display: none !important;
}
}
.hoverner-image-sp {
display: none !important;
max-width: 100%;
}
@media screen and (max-width: 480px) {
.hoverner-image-sp {
display: block !important;
}
}
.hoverner-close {
position: absolute;
top: 0;
right: 0;
background-color: #000;
color: #fff;
cursor: pointer;
transition: all .3s;
}
.hoverner-close:hover {
opacity: .7;
}
 .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scale(1);transform:scale(1)}30%{-webkit-transform:scaleX(1.25) scaleY(0.75);transform:scaleX(1.25) scaleY(0.75)}40%{-webkit-transform:scaleX(0.75) scaleY(1.25);transform:scaleX(0.75) scaleY(1.25)}60%{-webkit-transform:scaleX(1.15) scaleY(0.85);transform:scaleX(1.15) scaleY(0.85)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes rubberBand{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}30%{-webkit-transform:scaleX(1.25) scaleY(0.75);-ms-transform:scaleX(1.25) scaleY(0.75);transform:scaleX(1.25) scaleY(0.75)}40%{-webkit-transform:scaleX(0.75) scaleY(1.25);-ms-transform:scaleX(0.75) scaleY(1.25);transform:scaleX(0.75) scaleY(1.25)}60%{-webkit-transform:scaleX(1.15) scaleY(0.85);-ms-transform:scaleX(1.15) scaleY(0.85);transform:scaleX(1.15) scaleY(0.85)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);transform:translateX(10px)}}@keyframes shake{0%,100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);-ms-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);-ms-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);-ms-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(0.9) rotate(-3deg);transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@keyframes tada{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(0.9) rotate(-3deg);-ms-transform:scale(0.9) rotate(-3deg);transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);-ms-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);-ms-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateX(0%);transform:translateX(0%)}15%{-webkit-transform:translateX(-25%) rotate(-5deg);transform:translateX(-25%) rotate(-5deg)}30%{-webkit-transform:translateX(20%) rotate(3deg);transform:translateX(20%) rotate(3deg)}45%{-webkit-transform:translateX(-15%) rotate(-3deg);transform:translateX(-15%) rotate(-3deg)}60%{-webkit-transform:translateX(10%) rotate(2deg);transform:translateX(10%) rotate(2deg)}75%{-webkit-transform:translateX(-5%) rotate(-1deg);transform:translateX(-5%) rotate(-1deg)}100%{-webkit-transform:translateX(0%);transform:translateX(0%)}}@keyframes wobble{0%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}15%{-webkit-transform:translateX(-25%) rotate(-5deg);-ms-transform:translateX(-25%) rotate(-5deg);transform:translateX(-25%) rotate(-5deg)}30%{-webkit-transform:translateX(20%) rotate(3deg);-ms-transform:translateX(20%) rotate(3deg);transform:translateX(20%) rotate(3deg)}45%{-webkit-transform:translateX(-15%) rotate(-3deg);-ms-transform:translateX(-15%) rotate(-3deg);transform:translateX(-15%) rotate(-3deg)}60%{-webkit-transform:translateX(10%) rotate(2deg);-ms-transform:translateX(10%) rotate(2deg);transform:translateX(10%) rotate(2deg)}75%{-webkit-transform:translateX(-5%) rotate(-1deg);-ms-transform:translateX(-5%) rotate(-1deg);transform:translateX(-5%) rotate(-1deg)}100%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(.9);transform:scale(.9)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}100%{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);transform:translateX(30px)}80%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);-ms-transform:translateX(30px);transform:translateX(30px)}80%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);transform:translateX(-30px)}80%{-webkit-transform:translateX(10px);transform:translateX(10px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);-ms-transform:translateX(-30px);transform:translateX(-30px)}80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{0%{-webkit-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(.95);transform:scale(.95)}50%{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}}@keyframes bounceOut{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(.95);-ms-transform:scale(.95);transform:scale(.95)}50%{opacity:1;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes bounceOutDown{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px);transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes bounceOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes bounceOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}}@keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}}@keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}}@keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}}@keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(-360deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(-360deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0deg) scale(.95);transform:perspective(400px) translateZ(0) rotateY(0deg) scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(0deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(-360deg) scale(1);-ms-transform:perspective(400px) translateZ(0) rotateY(-360deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(-360deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);-ms-transform:perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);-ms-transform:perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0deg) scale(.95);-ms-transform:perspective(400px) translateZ(0) rotateY(0deg) scale(.95);transform:perspective(400px) translateZ(0) rotateY(0deg) scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0deg) scale(1);-ms-transform:perspective(400px) translateZ(0) rotateY(0deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(0deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;-ms-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg);transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}100%{-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);-ms-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg);-ms-transform:perspective(400px) rotateX(-10deg);transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg);-ms-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}100%{-webkit-transform:perspective(400px) rotateX(0deg);-ms-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}}.flipInX{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-10deg);transform:perspective(400px) rotateY(-10deg)}70%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}100%{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);-ms-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-10deg);-ms-transform:perspective(400px) rotateY(-10deg);transform:perspective(400px) rotateY(-10deg)}70%{-webkit-transform:perspective(400px) rotateY(10deg);-ms-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}100%{-webkit-transform:perspective(400px) rotateY(0deg);-ms-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1}}.flipInY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);-ms-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateX(90deg);-ms-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px) rotateY(0deg);-ms-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateY(90deg);-ms-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%) skewX(30deg);transform:translateX(-20%) skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0%) skewX(-15deg);transform:translateX(0%) skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);-ms-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%) skewX(30deg);-ms-transform:translateX(-20%) skewX(30deg);transform:translateX(-20%) skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0%) skewX(-15deg);-ms-transform:translateX(0%) skewX(-15deg);transform:translateX(0%) skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0%) skewX(0deg);-ms-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{-webkit-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1}100%{-webkit-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}}@keyframes lightSpeedOut{0%{-webkit-transform:translateX(0%) skewX(0deg);-ms-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1}100%{-webkit-transform:translateX(100%) skewX(-30deg);-ms-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}100%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(-200deg);-ms-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(200deg);-ms-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes slideOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes slideOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes slideOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes slideInUp{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInUp{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes slideOutDown{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes hinge{0%{-webkit-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg) translateY(0);transform:rotate(60deg) translateY(0);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translateY(700px);transform:translateY(700px);opacity:0}}@keyframes hinge{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);-ms-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg) translateY(0);-ms-transform:rotate(60deg) translateY(0);transform:rotate(60deg) translateY(0);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translateY(700px);-ms-transform:translateY(700px);transform:translateY(700px);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);transform:translateX(0px) rotate(0deg)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);-ms-transform:translateX(-100%) rotate(-120deg);transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);-ms-transform:translateX(0px) rotate(0deg);transform:translateX(0px) rotate(0deg)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);transform:translateX(0px) rotate(0deg)}100%{opacity:0;-webkit-transform:translateX(100%) rotate(120deg);transform:translateX(100%) rotate(120deg)}}@keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);-ms-transform:translateX(0px) rotate(0deg);transform:translateX(0px) rotate(0deg)}100%{opacity:0;-webkit-transform:translateX(100%) rotate(120deg);-ms-transform:translateX(100%) rotate(120deg);transform:translateX(100%) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale(.1) translateY(-2000px);transform:scale(.1) translateY(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateY(60px);transform:scale(.475) translateY(60px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale(.1) translateY(-2000px);-ms-transform:scale(.1) translateY(-2000px);transform:scale(.1) translateY(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateY(60px);-ms-transform:scale(.475) translateY(60px);transform:scale(.475) translateY(60px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale(.1) translateX(-2000px);transform:scale(.1) translateX(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateX(48px);transform:scale(.475) translateX(48px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale(.1) translateX(-2000px);-ms-transform:scale(.1) translateX(-2000px);transform:scale(.1) translateX(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateX(48px);-ms-transform:scale(.475) translateX(48px);transform:scale(.475) translateX(48px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale(.1) translateX(2000px);transform:scale(.1) translateX(2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateX(-48px);transform:scale(.475) translateX(-48px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale(.1) translateX(2000px);-ms-transform:scale(.1) translateX(2000px);transform:scale(.1) translateX(2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateX(-48px);-ms-transform:scale(.475) translateX(-48px);transform:scale(.475) translateX(-48px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale(.1) translateY(2000px);transform:scale(.1) translateY(2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateY(-60px);transform:scale(.475) translateY(-60px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale(.1) translateY(2000px);-ms-transform:scale(.1) translateY(2000px);transform:scale(.1) translateY(2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateY(-60px);-ms-transform:scale(.475) translateY(-60px);transform:scale(.475) translateY(-60px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}50%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}50%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}100%{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale(.475) translateY(-60px);transform:scale(.475) translateY(-60px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1) translateY(2000px);transform:scale(.1) translateY(2000px);-webkit-transform-origin:center bottom;transform-origin:center bottom}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale(.475) translateY(-60px);-ms-transform:scale(.475) translateY(-60px);transform:scale(.475) translateY(-60px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1) translateY(2000px);-ms-transform:scale(.1) translateY(2000px);transform:scale(.1) translateY(2000px);-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale(.475) translateX(42px);transform:scale(.475) translateX(42px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1) translateX(-2000px);transform:scale(.1) translateX(-2000px);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale(.475) translateX(42px);-ms-transform:scale(.475) translateX(42px);transform:scale(.475) translateX(42px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1) translateX(-2000px);-ms-transform:scale(.1) translateX(-2000px);transform:scale(.1) translateX(-2000px);-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale(.475) translateX(-42px);transform:scale(.475) translateX(-42px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1) translateX(2000px);transform:scale(.1) translateX(2000px);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale(.475) translateX(-42px);-ms-transform:scale(.475) translateX(-42px);transform:scale(.475) translateX(-42px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1) translateX(2000px);-ms-transform:scale(.1) translateX(2000px);transform:scale(.1) translateX(2000px);-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale(.475) translateY(60px);transform:scale(.475) translateY(60px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1) translateY(-2000px);transform:scale(.1) translateY(-2000px);-webkit-transform-origin:center top;transform-origin:center top}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale(.475) translateY(60px);-ms-transform:scale(.475) translateY(60px);transform:scale(.475) translateY(60px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1) translateY(-2000px);-ms-transform:scale(.1) translateY(-2000px);transform:scale(.1) translateY(-2000px);-webkit-transform-origin:center top;-ms-transform-origin:center top;transform-origin:center top}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}
  .titled_box {
margin: 0 0 20px;
padding: 15px 20px;
border: 1px solid #ccc;
background: #fff;
color: #333;
text-align: left;
font-size: 14px;
font-size: 1.4rem;
line-height: 1.75;
}
.sub .titled_box {
padding: 10px;
font-size: 12px;
font-size: 1.2rem;
} .box-title {
margin: -15px -20px 15px !important;
padding: 10px 15px;
border-bottom: 1px solid #ccc;
text-align: left;
font-size: 14px;
font-size: 1.4rem;
line-height: 1.3;
}
.sub .box-title {
margin: -7px -10px 7px;
padding: 7px 10px;
font-size: 12px;
font-size: 1.2rem;
} .box-title-white {
background: #fff url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-bh-w-trans.png) repeat-x center bottom;
color: #333;
text-shadow: 0 1px 0 #fff ;
} .box-title-black {
background: #666 url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-bh-b-trans.png) repeat-x center bottom;
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, .75) ;
} .box-title-option {
background: #0095a9 url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-bh-c-trans.png) repeat-x center bottom;
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, .75) ;
} .colored_box {
margin: 0 auto 20px;
padding: 15px 20px;
text-align: left;
font-size: 14px;
font-size: 1.4rem;
}
.sub .colored_box {
margin: 0 auto 10px;
padding: 10px;
font-size: 12px;
font-size: 1.2rem;
}
.colored_box > *:first-child {
margin-top: 0 !important;
}
.colored_box > *:last-child {
margin-bottom: 0 !important;
} .box-r {
border-radius: 5px; behavior: url(https://miraihayarou.jp/wp-content/themes/wp-alpha/PIE.htc);
position: relative;
zoom: 1;
} .box-green  { border: 1px solid #096; }
.box-blue   { border: 1px solid #369; }
.box-gray   { border: 1px solid #666; }
.box-purple { border: 1px solid #936; }
.box-red    { border: 1px solid #c33; }
.box-yellow { border: 1px solid #f90; } .box-green-lt  { border: 3px solid #ABDDCD; }
.box-blue-lt   { border: 3px solid #BCCDDD; }
.box-gray-lt   { border: 3px solid #CDCDCD; }
.box-purple-lt { border: 3px solid #DDBCCD; }
.box-red-lt    { border: 3px solid #EEBCBC; }
.box-yellow-lt { border: 3px solid #FFDDAB; } .box-option { border: 1px solid #0095a9; } .colored_box_2 {
display: table;
margin: 0 auto 20px;
text-align: left;
font-size: 14px;
font-size: 1.4rem;
}
.sub .colored_box_2 {
margin: 0 auto 10px;
font-size: 12px;
font-size: 1.2rem;
}
.colored_box_2 > *:first-child {
margin-top: 0 !important;
}
.colored_box_2 > *:last-child {
margin-bottom: 0 !important;
}
.cb2l, 
.cb2r {
display: table-cell;
padding: 15px 20px;
width: 49%;
text-align: left;
}
.sub .cb2l, 
.sub .cb2r {
padding: 7px 10px;
}
.cb2c {
display: table-cell;
}
.cb2c span {
display: block;
width: 15px !important;
} .colored_bg {
position: relative;
margin: 0 auto 20px;
padding: 15px 20px;
text-align: left;
font-size: 14px;
font-size: 1.4rem;
}
.sub .colored_bg {
position: relative;
margin: 0 auto 10px;
padding: 10px;
text-align: left;
font-size: 12px;
font-size: 1.2rem;
}
.colored_bg *:first-child {
margin-top: 0 !important;
}
.colored_bg *:last-child {
margin-bottom: 0 !important;
} .bg-r {
border-radius: 5px; behavior: url(https://miraihayarou.jp/wp-content/themes/wp-alpha/PIE.htc);
position: relative;
zoom: 1;
} .bg-green  { color: #fff; text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5) ; background: #096 url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img/texture1-trans.png) repeat-x center bottom; }
.bg-blue   { color: #fff; text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5) ; background: #369 url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img/texture1-trans.png) repeat-x center bottom; }
.bg-gray   { color: #fff; text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5) ; background: #666 url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img/texture1-trans.png) repeat-x center bottom; }
.bg-purple { color: #fff; text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5) ; background: #936 url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img/texture1-trans.png) repeat-x center bottom; }
.bg-red    { color: #fff; text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5) ; background: #c33 url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img/texture1-trans.png) repeat-x center bottom; }
.bg-yellow { color: #fff; text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5) ; background: #f90 url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img/texture1-trans.png) repeat-x center bottom; } .bg-green-lt  { color: #222; text-shadow: 0 1px 0 rgba(255, 255, 255, 1) ; background: #e5f5ef; border: 3px solid #abddcd; }
.bg-blue-lt   { color: #222; text-shadow: 0 1px 0 rgba(255, 255, 255, 1) ; background: #eaeff5; border: 3px solid #bccddd; }
.bg-gray-lt   { color: #222; text-shadow: 0 1px 0 rgba(255, 255, 255, 1) ; background: #efefef; border: 3px solid #cdcdcd; }
.bg-purple-lt { color: #222; text-shadow: 0 1px 0 rgba(255, 255, 255, 1) ; background: #f5eaef; border: 3px solid #ddbccd; }
.bg-red-lt    { color: #222; text-shadow: 0 1px 0 rgba(255, 255, 255, 1) ; background: #faeaea; border: 3px solid #eebcbc; }
.bg-yellow-lt { color: #222; text-shadow: 0 1px 0 rgba(255, 255, 255, 1) ; background: #fff5e5; border: 3px solid #ffddab; } .bg-option    {color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5) ; background: #0095a9 url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img/texture1-trans.png) repeat-x center bottom;}  .btn_l {
display: block;
margin: 0 20px 20px;
padding: 18px 20px 16px;
color: #fff !important;
text-align: center;
text-decoration: none !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.66);
letter-spacing: 1px;
font-size: 18px;
font-size: 1.8rem;
line-height: 1;
}
.btn_l:before {
content: url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/btn-img.png);
vertical-align: -4px;
margin-right: 5px;
}
.btn_l:active {
position: relative;
top: 1px;
box-shadow: 0 2px 4px rgba(000,000,000,0.5) inset;
} .btn_s {
display: inline-block;
margin: 0 0 20px;
padding: 0.9em 1.8em;
color: #fff !important;
text-align: center;
text-decoration: none !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.66);
font-size: 15px;
font-size: 1.5rem;
line-height: 1;
}
.btn_s:active {
position: relative;
top: 1px;
box-shadow: 0 2px 4px rgba(000,000,000,0.5) inset;
} .btn-r {
border-radius: 5px; behavior: url(https://miraihayarou.jp/wp-content/themes/wp-alpha/PIE.htc);
position: relative;
zoom: 1;
} .btn-red {
border: 1px solid #c00;
background: #c00 url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-btn.png) repeat-x left center;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 0 #c00, 0 2px 3px rgba(0, 0, 0, 0.33);
} .btn-blue {
border: 1px solid #369;
background: #369 url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-btn.png) repeat-x left center;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 0 #369, 0 2px 3px rgba(0, 0, 0, 0.33);
} .btn-green {
border: 1px solid #7EA835;
background: #7EA835 url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-btn.png) repeat-x left center;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 0 #7EA835, 0 2px 3px rgba(0, 0, 0, 0.33);
} .btn-orange {
border: 1px solid #CF7616;
background: #CF7616 url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-btn.png) repeat-x left center;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 0 #CF7616, 0 2px 3px rgba(0, 0, 0, 0.33);
} .btn-black {
border: 1px solid #000;
background: #000 url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-btn.png) repeat-x left center;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 0 black, 0 2px 3px rgba(0, 0, 0, 0.33);
} .btn-option {
border: 1px solid #0095a9;
background: #0095a9 url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-btn.png) repeat-x left center;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 0 #0095a9, 0 2px 3px rgba(0, 0, 0, 0.33);
}
.btn-red:hover, .btn-blue:hover, .btn-green:hover, .btn-orange:hover, .btn-black:hover, .btn-option:hover {
background-image: url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-btn-hover.png);
} .sc-icon {
vertical-align: middle;
margin: 0 .5em;
line-height: 1.75;
} .faq_q {
padding: 1em 1em 1em 45px;
border-width: 1px;
border-style: solid;
border-color: #ccc;
border-radius: 5px 5px 0 0;
color: #222;
text-align: left;
font-weight: bold;
font-size: 14px;
font-size: 1.4rem;
}
.faq-g  { background: #e6e6e6 url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/qa-q-g.png)  no-repeat 1em 1em; }
.faq-b  { background: #e6e6e6 url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/qa-q-b.png)  no-repeat 1em 1em; }
.faq-gr { background: #e6e6e6 url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/qa-q-gr.png) no-repeat 1em 1em; }
.faq-r  { background: #e6e6e6 url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/qa-q-r.png)  no-repeat 1em 1em; }
.faq-o  { background: #e6e6e6 url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/qa-q-o.png)  no-repeat 1em 1em; }
.faq-p  { background: #e6e6e6 url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/qa-q-p.png)  no-repeat 1em 1em; }
.faq_a  {
margin: 0 auto 2em;
padding: 1em 1em 1em 45px;
border-width: 0 1px 1px;
border-style: solid;
border-color: #ccc;
border-radius: 0 0 5px 5px;
background: #f3f3f3 url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/qa-a.png) no-repeat 1em 1em;
color: #333;
text-align: left;
font-size: 14px;
font-size: 1.4rem;
} .check-list ul {
list-style-type: none !important;
margin: 0 0 21px 1em !important;
}
.check-list ul li {
margin: 0 0 0.5em !important;
padding: 0 0 0 25px !important;
}
.cl-check1-b  li { background: url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/icon-check1-b.png)  no-repeat 0 3px; }
.cl-check1-g  li { background: url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/icon-check1-g.png)  no-repeat 0 3px; }
.cl-check1-gr li { background: url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/icon-check1-gr.png) no-repeat 0 3px; }
.cl-check1-o  li { background: url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/icon-check1-o.png)  no-repeat 0 3px; }
.cl-check1-p  li { background: url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/icon-check1-p.png)  no-repeat 0 3px; }
.cl-check1-r  li { background: url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/icon-check1-r.png)  no-repeat 0 3px; }
.cl-check2-b  li { background: url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/icon-check2-b.png)  no-repeat 0 3px; }
.cl-check2-g  li { background: url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/icon-check2-g.png)  no-repeat 0 3px; }
.cl-check2-gr li { background: url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/icon-check2-gr.png) no-repeat 0 3px; }
.cl-check2-o  li { background: url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/icon-check2-o.png)  no-repeat 0 3px; }
.cl-check2-p  li { background: url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/icon-check2-p.png)  no-repeat 0 3px; }
.cl-check2-r  li { background: url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/icon-check2-r.png)  no-repeat 0 3px; }
.cl-check3-b  li { background: url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/icon-check3-b.png)  no-repeat 0 3px; }
.cl-check3-g  li { background: url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/icon-check3-g.png)  no-repeat 0 3px; }
.cl-check3-gr li { background: url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/icon-check3-gr.png) no-repeat 0 3px; }
.cl-check3-o  li { background: url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/icon-check3-o.png)  no-repeat 0 3px; }
.cl-check3-p  li { background: url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/icon-check3-p.png)  no-repeat 0 3px; }
.cl-check3-r  li { background: url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/icon-check3-r.png)  no-repeat 0 3px; }  .col2-c1, 
.col2-c2 {
float: left;
display: inline;
position: relative;
width: 50%;
text-align: left;
} .col3-c1, 
.col3-c2, 
.col3-c3 {
float: left;
display: inline;
position: relative;
width: 33.333333333%;
text-align: left;
}
.col3-c1 .inner {
margin-right: 10px;
}
.col3-c2 .inner {
margin-left: 5px;
margin-right: 5px;
}
.col3-c3 .inner {
margin-left: 10px;
} .col4-c1, 
.col4-c2, 
.col4-c3, 
.col4-c4 {
float: left;
display: inline;
position: relative;
width: 25%;
text-align: left;
}
.col4-c1 .inner {
margin-right: 10px;
}
.col4-c2 .inner {
margin-left: 5px;
margin-right: 5px;
}
.col4-c3 .inner {
margin-left: 5px;
margin-right: 5px;
}
.col4-c4 .inner {
margin-left: 10px;
} .right-link {
text-align: right !important;
font-size: 14px;
font-size: 1.4rem;
}
.right-link a {
padding: 1px 0 5px 21px;
}
.rl-arrow1-b  a { background: url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/icon-arrow1-b-s.png)  no-repeat; }
.rl-arrow1-g  a { background: url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/icon-arrow1-g-s.png)  no-repeat; }
.rl-arrow1-gr a { background: url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/icon-arrow1-gr-s.png) no-repeat; }
.rl-arrow1-o  a { background: url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/icon-arrow1-o-s.png)  no-repeat; }
.rl-arrow1-p  a { background: url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/icon-arrow1-p-s.png)  no-repeat; }
.rl-arrow1-r  a { background: url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/icon-arrow1-r-s.png)  no-repeat; }
.rl-arrow2-b  a { background: url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/icon-arrow2-b-s.png)  no-repeat; }
.rl-arrow2-g  a { background: url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/icon-arrow2-g-s.png)  no-repeat; }
.rl-arrow2-gr a { background: url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/icon-arrow2-gr-s.png) no-repeat; }
.rl-arrow2-o  a { background: url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/icon-arrow2-o-s.png)  no-repeat; }
.rl-arrow2-p  a { background: url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/icon-arrow2-p-s.png)  no-repeat; }
.rl-arrow2-r  a { background: url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/icon-arrow2-r-s.png)  no-repeat; }
.rl-arrow3-b  a { background: url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/icon-arrow3-b-s.png)  no-repeat; }
.rl-arrow3-g  a { background: url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/icon-arrow3-g-s.png)  no-repeat; }
.rl-arrow3-gr a { background: url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/icon-arrow3-gr-s.png) no-repeat; }
.rl-arrow3-o  a { background: url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/icon-arrow3-o-s.png)  no-repeat; }
.rl-arrow3-p  a { background: url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/icon-arrow3-p-s.png)  no-repeat; }
.rl-arrow3-r  a { background: url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/icon-arrow3-r-s.png)  no-repeat; } .horizontal-line {
margin: 5px auto;
}
.solid  { border-top-style: solid; }
.dotted { border-top-style: dotted; }
.dashed { border-top-style: dashed; }
.double { border-top-style: double; }
.w1 { border-top-width: 1px; }
.w2 { border-top-width: 2px; }
.w3 { border-top-width: 3px; }
.w4 { border-top-width: 4px; }
.w5 { border-top-width: 5px; }
.hl-green  { border-top-color: #096; }
.hl-blue   { border-top-color: #369; }
.hl-gray   { border-top-color: #666; }
.hl-purple { border-top-color: #936; }
.hl-red    { border-top-color: #c33; }
.hl-yellow { border-top-color: #f90; }
.hl-option { border-top-color: #0095a9; }
.hl-green-lt  { border-top-color: #abddcd; }
.hl-blue-lt   { border-top-color: #bccddd; }
.hl-gray-lt   { border-top-color: #cdcdcd; }
.hl-purple-lt { border-top-color: #ddbccd; }
.hl-red-lt    { border-top-color: #eebcbc; }
.hl-yellow-lt { border-top-color: #ffddab; } [class^="bg-deco-"] {
clear: both;
font-size: 14px;
font-size: 1.4rem;
line-height: 1.75;
}
.sub [class^="bg-deco-"] {
font-size: 12px;
font-size: 1.2rem;
line-height: 1.5;
}
[class^="bg-deco-"] > *:first-child {
margin-top: 0 !important;
}
[class^="bg-deco-"] > *:last-child {
margin-bottom: 0 !important;
} .bg-deco-metal1 {
text-align: left;
color: #222 !important;
margin: 0 auto 20px;
padding: 30px 35px 30px;
border-style: solid;
border-width: 2px;
border-color: #fff #999 #666;
border-radius: 10px;
background: 
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-metal1-2.png) no-repeat left   top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-metal1-2.png) no-repeat right  top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-metal1-2.png) no-repeat left   bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-metal1-2.png) no-repeat right  bottom, 
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-metal1-1.png) repeat    center center;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5); behavior: url(https://miraihayarou.jp/wp-content/themes/wp-alpha/PIE.htc);
position: relative;
zoom: 1;
-pie-background: 
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-metal1-2.png) no-repeat left   top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-metal1-2.png) no-repeat right  top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-metal1-2.png) no-repeat left   bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-metal1-2.png) no-repeat right  bottom, 
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-metal1-1.png) repeat    center center;
}
.bg-deco-metal1 h1, 
.bg-deco-metal1 h2, 
.bg-deco-metal1 h3, 
.bg-deco-metal1 h4, 
.bg-deco-metal1 h5, 
.bg-deco-metal1 h6, 
.bg-deco-metal1 p {
color: #222 !important;
text-shadow: none !important;
} .bg-deco-metal2 {
text-align: left;
color: #fff !important;
text-shadow: 0 1px 0 rgba(0, 0, 0, 1) !important;
margin: 0 auto 20px;
padding: 30px 35px 30px;
border-style: solid;
border-width: 2px;
border-color: #666 #333 #000;
border-radius: 10px;
background: 
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-metal2-2.png) no-repeat left   top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-metal2-2.png) no-repeat right  top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-metal2-2.png) no-repeat left   bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-metal2-2.png) no-repeat right  bottom, 
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-metal2-1.png) repeat    center center;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5); behavior: url(https://miraihayarou.jp/wp-content/themes/wp-alpha/PIE.htc);
position: relative;
zoom: 1;
-pie-background: 
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-metal2-2.png) no-repeat left   top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-metal2-2.png) no-repeat right  top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-metal2-2.png) no-repeat left   bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-metal2-2.png) no-repeat right  bottom, 
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-metal2-1.png) repeat    center center;
}
.bg-deco-metal2 h1, 
.bg-deco-metal2 h2, 
.bg-deco-metal2 h3, 
.bg-deco-metal2 h4, 
.bg-deco-metal2 h5, 
.bg-deco-metal2 h6, 
.bg-deco-metal2 p {
color: #fff !important;
} .bg-deco-metal3 {
text-align: left;
color: #222 !important;
margin: 0 auto 20px;
padding: 30px 35px 30px;
border-style: solid;
border-width: 1px;
border-color: #fff #999 #666;
border-radius: 1px;
background: 
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-metal3-2.png) no-repeat left   top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-metal3-2.png) no-repeat right  top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-metal3-2.png) no-repeat left   bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-metal3-2.png) no-repeat right  bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-metal3-1.png) repeat    center center;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.8); behavior: url(https://miraihayarou.jp/wp-content/themes/wp-alpha/PIE.htc);
position: relative;
zoom: 1;
-pie-background: 
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-metal3-2.png) no-repeat left   top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-metal3-2.png) no-repeat right  top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-metal3-2.png) no-repeat left   bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-metal3-2.png) no-repeat right  bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-metal3-1.png) repeat    center center;
}
.bg-deco-metal3 h1, 
.bg-deco-metal3 h2, 
.bg-deco-metal3 h3, 
.bg-deco-metal3 h4, 
.bg-deco-metal3 h5, 
.bg-deco-metal3 h6, 
.bg-deco-metal3 p {
color: #222 !important;
text-shadow: none !important;
} .bg-deco-metal4 {
text-align: left;
color: #fff !important;
text-shadow: 0 1px 0 rgba(0, 0, 0, 1) !important;
margin: 0 auto 20px;
padding: 30px 35px 30px;
border-style: solid;
border-width: 1px;
border-color: #666 #333 #000;
border-radius: 1px;
background: 
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-metal4-2.png) no-repeat left   top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-metal4-2.png) no-repeat right  top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-metal4-2.png) no-repeat left   bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-metal4-2.png) no-repeat right  bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-metal4-1.png) repeat    center center;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); behavior: url(https://miraihayarou.jp/wp-content/themes/wp-alpha/PIE.htc);
position: relative;
zoom: 1;
-pie-background: 
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-metal4-2.png) no-repeat left   top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-metal4-2.png) no-repeat right  top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-metal4-2.png) no-repeat left   bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-metal4-2.png) no-repeat right  bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-metal4-1.png) repeat    center center;
}
.bg-deco-metal4 h1, 
.bg-deco-metal4 h2, 
.bg-deco-metal4 h3, 
.bg-deco-metal4 h4, 
.bg-deco-metal4 h5, 
.bg-deco-metal4 h6, 
.bg-deco-metal4 p {
color: #fff !important;
} .bg-deco-paper1 {
text-align: left;
color: #222 !important;
margin: 0 auto 20px;
padding: 30px 35px 35px;
background: 
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-paper1-1.png) no-repeat left   top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-paper1-2.png) no-repeat right  top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-paper1-3.png) no-repeat left   bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-paper1-4.png) no-repeat right  bottom, 
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-paper1-5.png) repeat-x  center top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-paper1-6.png) repeat-y  right  center,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-paper1-7.png) repeat-x  center bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-paper1-8.png) repeat-y  left   center,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-paper1-9.png) repeat    center center; behavior: url(https://miraihayarou.jp/wp-content/themes/wp-alpha/PIE.htc);
position: relative;
zoom: 1;
-pie-background: 
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-paper1-1.png) no-repeat left   top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-paper1-2.png) no-repeat right  top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-paper1-3.png) no-repeat left   bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-paper1-4.png) no-repeat right  bottom, 
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-paper1-5.png) repeat-x  center top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-paper1-6.png) repeat-y  right  center,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-paper1-7.png) repeat-x  center bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-paper1-8.png) repeat-y  left   center,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-paper1-9.png) repeat    center center;
}
.bg-deco-paper1 h1, 
.bg-deco-paper1 h2, 
.bg-deco-paper1 h3, 
.bg-deco-paper1 h4, 
.bg-deco-paper1 h5, 
.bg-deco-paper1 h6, 
.bg-deco-paper1 p {
color: #222 !important;
text-shadow: none !important;
} .bg-deco-paper2 {
text-align: left;
color: #222 !important;
margin: 0 auto 20px;
padding: 53px 35px 35px;
background: 
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-paper2-0.png) no-repeat center top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-paper2-1.png) no-repeat left   top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-paper2-2.png) no-repeat right  top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-paper2-3.png) no-repeat left   bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-paper2-4.png) no-repeat right  bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-paper2-5.png) repeat-x  center top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-paper2-6.png) repeat-y  right  center,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-paper2-7.png) repeat-x  center bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-paper2-8.png) repeat-y  left   center, 
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-paper2-9.png) repeat    center center; behavior: url(https://miraihayarou.jp/wp-content/themes/wp-alpha/PIE.htc);
position: relative;
zoom: 1;
-pie-background: 
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-paper2-0.png) no-repeat center top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-paper2-1.png) no-repeat left   top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-paper2-2.png) no-repeat right  top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-paper2-3.png) no-repeat left   bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-paper2-4.png) no-repeat right  bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-paper2-5.png) repeat-x  center top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-paper2-6.png) repeat-y  right  center,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-paper2-7.png) repeat-x  center bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-paper2-8.png) repeat-y  left   center, 
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-paper2-9.png) repeat    center center;
}
.bg-deco-paper2 h1, 
.bg-deco-paper2 h2, 
.bg-deco-paper2 h3, 
.bg-deco-paper2 h4, 
.bg-deco-paper2 h5, 
.bg-deco-paper2 h6, 
.bg-deco-paper2 p {
color: #222 !important;
text-shadow: none !important;
} .bg-deco-paper3 {
text-align: left;
color: #222 !important;
margin: 0 auto 20px;
padding: 53px 35px 35px;
background: 
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-paper3-0.png) no-repeat center top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-paper2-1.png) no-repeat left   top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-paper2-2.png) no-repeat right  top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-paper2-3.png) no-repeat left   bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-paper2-4.png) no-repeat right  bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-paper2-5.png) repeat-x  center top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-paper2-6.png) repeat-y  right  center,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-paper2-7.png) repeat-x  center bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-paper2-8.png) repeat-y  left   center, 
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-paper2-9.png) repeat    center center; behavior: url(https://miraihayarou.jp/wp-content/themes/wp-alpha/PIE.htc);
position: relative;
zoom: 1;
-pie-background: 
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-paper3-0.png) no-repeat center top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-paper2-1.png) no-repeat left   top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-paper2-2.png) no-repeat right  top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-paper2-3.png) no-repeat left   bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-paper2-4.png) no-repeat right  bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-paper2-5.png) repeat-x  center top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-paper2-6.png) repeat-y  right  center,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-paper2-7.png) repeat-x  center bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-paper2-8.png) repeat-y  left   center, 
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-paper2-9.png) repeat    center center;
}
.bg-deco-paper3 h1, 
.bg-deco-paper3 h2, 
.bg-deco-paper3 h3, 
.bg-deco-paper3 h4, 
.bg-deco-paper3 h5, 
.bg-deco-paper3 h6, 
.bg-deco-paper3 p {
color: #222 !important;
text-shadow: none !important;
} .bg-deco-paper4 {
text-align: left;
color: #222 !important;
margin: 0 auto 20px;
padding: 53px 35px 35px;
background: 
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-paper4-0.png) no-repeat center top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-paper2-1.png) no-repeat left   top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-paper2-2.png) no-repeat right  top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-paper2-3.png) no-repeat left   bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-paper2-4.png) no-repeat right  bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-paper2-5.png) repeat-x  center top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-paper2-6.png) repeat-y  right  center,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-paper2-7.png) repeat-x  center bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-paper2-8.png) repeat-y  left   center,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-paper2-9.png) repeat    center center; behavior: url(https://miraihayarou.jp/wp-content/themes/wp-alpha/PIE.htc);
position: relative;
zoom: 1;
-pie-background: 
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-paper4-0.png) no-repeat center top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-paper2-1.png) no-repeat left   top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-paper2-2.png) no-repeat right  top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-paper2-3.png) no-repeat left   bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-paper2-4.png) no-repeat right  bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-paper2-5.png) repeat-x  center top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-paper2-6.png) repeat-y  right  center,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-paper2-7.png) repeat-x  center bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-paper2-8.png) repeat-y  left   center, 
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-paper2-9.png) repeat    center center;
}
.bg-deco-paper4 h1, 
.bg-deco-paper4 h2, 
.bg-deco-paper4 h3, 
.bg-deco-paper4 h4, 
.bg-deco-paper4 h5, 
.bg-deco-paper4 h6, 
.bg-deco-paper4 p {
color: #222 !important;
text-shadow: none !important;
} .bg-deco-paper5 {
text-align: left;
color: #222 !important;
margin: 0 auto 20px;
padding: 53px 35px 35px;
background: 
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-paper5-0.png) no-repeat center top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-paper2-1.png) no-repeat left   top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-paper2-2.png) no-repeat right  top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-paper2-3.png) no-repeat left   bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-paper2-4.png) no-repeat right  bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-paper2-5.png) repeat-x  center top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-paper2-6.png) repeat-y  right  center,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-paper2-7.png) repeat-x  center bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-paper2-8.png) repeat-y  left   center,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-paper2-9.png) repeat    center center; behavior: url(https://miraihayarou.jp/wp-content/themes/wp-alpha/PIE.htc);
position: relative;
zoom: 1;
-pie-background: 
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-paper5-0.png) no-repeat center top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-paper2-1.png) no-repeat left   top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-paper2-2.png) no-repeat right  top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-paper2-3.png) no-repeat left   bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-paper2-4.png) no-repeat right  bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-paper2-5.png) repeat-x  center top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-paper2-6.png) repeat-y  right  center,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-paper2-7.png) repeat-x  center bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-paper2-8.png) repeat-y  left   center, 
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-paper2-9.png) repeat    center center;
}
.bg-deco-paper5 h1, 
.bg-deco-paper5 h2, 
.bg-deco-paper5 h3, 
.bg-deco-paper5 h4, 
.bg-deco-paper5 h5, 
.bg-deco-paper5 h6, 
.bg-deco-paper5 p {
color: #222 !important;
text-shadow: none !important;
} .bg-deco-postit1 {
text-align: left;
color: #222 !important;
margin: 0 auto 20px;
padding: 30px 35px 35px;
background: 
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-postit1-1.png) no-repeat left   top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-postit1-2.png) no-repeat right  top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-postit1-3.png) no-repeat left   bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-postit1-4.png) no-repeat right  bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-postit1-5.png) repeat-x  center top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-postit1-6.png) repeat-y  right  center,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-postit1-7.png) repeat-x  center bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-postit1-8.png) repeat-y  left   center,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-postit1-9.png) repeat    center center; behavior: url(https://miraihayarou.jp/wp-content/themes/wp-alpha/PIE.htc);
position: relative;
zoom: 1;
-pie-background: 
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-postit1-1.png) no-repeat left   top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-postit1-2.png) no-repeat right  top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-postit1-3.png) no-repeat left   bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-postit1-4.png) no-repeat right  bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-postit1-5.png) repeat-x  center top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-postit1-6.png) repeat-y  right  center,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-postit1-7.png) repeat-x  center bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-postit1-8.png) repeat-y  left   center,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-postit1-9.png) repeat    center center;
}
.bg-deco-postit1 h1, 
.bg-deco-postit1 h2, 
.bg-deco-postit1 h3, 
.bg-deco-postit1 h4, 
.bg-deco-postit1 h5, 
.bg-deco-postit1 h6, 
.bg-deco-postit1 p {
color: #222 !important;
text-shadow: none !important;
} .bg-deco-postit2 {
text-align: left;
color: #222 !important;
margin: 0 auto 20px;
padding: 30px 35px 35px;
background: 
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-postit2-1.png) no-repeat left   top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-postit2-2.png) no-repeat right  top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-postit2-3.png) no-repeat left   bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-postit2-4.png) no-repeat right  bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-postit2-5.png) repeat-x  center top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-postit2-6.png) repeat-y  right  center,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-postit2-7.png) repeat-x  center bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-postit2-8.png) repeat-y  left   center,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-postit2-9.png) repeat    center center; behavior: url(https://miraihayarou.jp/wp-content/themes/wp-alpha/PIE.htc);
position: relative;
zoom: 1;
-pie-background: 
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-postit2-1.png) no-repeat left   top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-postit2-2.png) no-repeat right  top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-postit2-3.png) no-repeat left   bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-postit2-4.png) no-repeat right  bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-postit2-5.png) repeat-x  center top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-postit2-6.png) repeat-y  right  center,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-postit2-7.png) repeat-x  center bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-postit2-8.png) repeat-y  left   center,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-postit2-9.png) repeat    center center;
}
.bg-deco-postit2 h1, 
.bg-deco-postit2 h2, 
.bg-deco-postit2 h3, 
.bg-deco-postit2 h4, 
.bg-deco-postit2 h5, 
.bg-deco-postit2 h6, 
.bg-deco-postit2 p {
color: #222 !important;
text-shadow: none !important;
} .bg-deco-postit3 {
text-align: left;
color: #222 !important;
margin: 0 auto 20px;
padding: 30px 35px 35px;
background: 
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-postit3-1.png) no-repeat left   top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-postit3-2.png) no-repeat right  top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-postit3-3.png) no-repeat left   bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-postit3-4.png) no-repeat right  bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-postit3-5.png) repeat-x  center top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-postit3-6.png) repeat-y  right  center,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-postit3-7.png) repeat-x  center bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-postit3-8.png) repeat-y  left   center,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-postit3-9.png) repeat    center center; behavior: url(https://miraihayarou.jp/wp-content/themes/wp-alpha/PIE.htc);
position: relative;
zoom: 1;
-pie-background: 
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-postit3-1.png) no-repeat left   top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-postit3-2.png) no-repeat right  top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-postit3-3.png) no-repeat left   bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-postit3-4.png) no-repeat right  bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-postit3-5.png) repeat-x  center top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-postit3-6.png) repeat-y  right  center,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-postit3-7.png) repeat-x  center bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-postit3-8.png) repeat-y  left   center,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-postit3-9.png) repeat    center center;
}
.bg-deco-postit3 h1, 
.bg-deco-postit3 h2, 
.bg-deco-postit3 h3, 
.bg-deco-postit3 h4, 
.bg-deco-postit3 h5, 
.bg-deco-postit3 h6, 
.bg-deco-postit3 p {
color: #222 !important;
text-shadow: none !important;
} .bg-deco-postit4 {
text-align: left;
color: #222 !important;
margin: 0 auto 20px;
padding: 30px 35px 35px;
background: 
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-postit4-1.png) no-repeat left   top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-postit4-2.png) no-repeat right  top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-postit4-3.png) no-repeat left   bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-postit4-4.png) no-repeat right  bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-postit4-5.png) repeat-x  center top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-postit4-6.png) repeat-y  right  center,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-postit4-7.png) repeat-x  center bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-postit4-8.png) repeat-y  left   center,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-postit4-9.png) repeat    center center; behavior: url(https://miraihayarou.jp/wp-content/themes/wp-alpha/PIE.htc);
position: relative;
zoom: 1;
-pie-background: 
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-postit4-1.png) no-repeat left   top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-postit4-2.png) no-repeat right  top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-postit4-3.png) no-repeat left   bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-postit4-4.png) no-repeat right  bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-postit4-5.png) repeat-x  center top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-postit4-6.png) repeat-y  right  center,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-postit4-7.png) repeat-x  center bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-postit4-8.png) repeat-y  left   center,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-postit4-9.png) repeat    center center;
}
.bg-deco-postit4 h1, 
.bg-deco-postit4 h2, 
.bg-deco-postit4 h3, 
.bg-deco-postit4 h4, 
.bg-deco-postit4 h5, 
.bg-deco-postit4 h6, 
.bg-deco-postit4 p {
color: #222 !important;
text-shadow: none !important;
} .bg-deco-postit5 {
text-align: left;
color: #222 !important;
margin: 0 auto 20px;
padding: 30px 35px 35px;
background: 
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-postit5-1.png) no-repeat left   top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-postit5-2.png) no-repeat right  top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-postit5-3.png) no-repeat left   bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-postit5-4.png) no-repeat right  bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-postit5-5.png) repeat-x  center top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-postit5-6.png) repeat-y  right   center,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-postit5-7.png) repeat-x  center bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-postit5-8.png) repeat-y  left   center,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-postit5-9.png) repeat    center center; behavior: url(https://miraihayarou.jp/wp-content/themes/wp-alpha/PIE.htc);
position: relative;
zoom: 1;
-pie-background: 
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-postit5-1.png) no-repeat left   top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-postit5-2.png) no-repeat right  top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-postit5-3.png) no-repeat left   bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-postit5-4.png) no-repeat right  bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-postit5-5.png) repeat-x  center top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-postit5-6.png) repeat-y  right  center,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-postit5-7.png) repeat-x  center bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-postit5-8.png) repeat-y  left   center,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-postit5-9.png) repeat    center center;
}
.bg-deco-postit5 h1, 
.bg-deco-postit5 h2, 
.bg-deco-postit5 h3, 
.bg-deco-postit5 h4, 
.bg-deco-postit5 h5, 
.bg-deco-postit5 h6, 
.bg-deco-postit5 p {
color: #222 !important;
text-shadow: none !important;
} .bg-deco-chalkboard {
text-align: left;
color: #fff !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
margin: 0 auto 20px;
padding: 30px 35px 35px;
background: 
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-chalkboard1.png) no-repeat left   top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-chalkboard2.png) no-repeat right  top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-chalkboard3.png) no-repeat left   bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-chalkboard4.png) no-repeat right  bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-chalkboard5.png) repeat-x  center top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-chalkboard6.png) repeat-y  right  center,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-chalkboard7.png) repeat-x  center bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-chalkboard8.png) repeat-y  left   center,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-chalkboard9.png) repeat    center center; behavior: url(https://miraihayarou.jp/wp-content/themes/wp-alpha/PIE.htc);
position: relative;
zoom: 1;
-pie-background: 
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-chalkboard1.png) no-repeat left   top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-chalkboard2.png) no-repeat right  top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-chalkboard3.png) no-repeat left   bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-chalkboard4.png) no-repeat right  bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-chalkboard5.png) repeat-x  center top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-chalkboard6.png) repeat-y  right  center,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-chalkboard7.png) repeat-x  center bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-chalkboard8.png) repeat-y  left   center,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-chalkboard9.png) repeat    center center;
}
.bg-deco-chalkboard h1, 
.bg-deco-chalkboard h2, 
.bg-deco-chalkboard h3, 
.bg-deco-chalkboard h4, 
.bg-deco-chalkboard h5, 
.bg-deco-chalkboard h6, 
.bg-deco-chalkboard p {
color: #fff !important;
} .bg-deco-woodboard1 {
text-align: left;
color: #222 !important;
margin: 0 auto 20px;
padding: 30px 35px 35px;
background: 
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-woodboard1-1.png) no-repeat left   top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-woodboard1-2.png) no-repeat right  top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-woodboard1-3.png) no-repeat left   bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-woodboard1-4.png) no-repeat right  bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-woodboard1-5.png) repeat-x  center top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-woodboard1-6.png) repeat-y  right  center,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-woodboard1-7.png) repeat-x  center bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-woodboard1-8.png) repeat-y  left   center,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-woodboard1-9.png) repeat    center center; behavior: url(https://miraihayarou.jp/wp-content/themes/wp-alpha/PIE.htc);
position: relative;
zoom: 1;
-pie-background: 
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-woodboard1-1.png) no-repeat left   top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-woodboard1-2.png) no-repeat right  top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-woodboard1-3.png) no-repeat left   bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-woodboard1-4.png) no-repeat right  bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-woodboard1-5.png) repeat-x  center top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-woodboard1-6.png) repeat-y  right  center,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-woodboard1-7.png) repeat-x  center bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-woodboard1-8.png) repeat-y  left   center,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-woodboard1-9.png) repeat    center center;
}
.bg-deco-woodboard1 h1, 
.bg-deco-woodboard1 h2, 
.bg-deco-woodboard1 h3, 
.bg-deco-woodboard1 h4, 
.bg-deco-woodboard1 h5, 
.bg-deco-woodboard1 h6, 
.bg-deco-woodboard1 p {
color: #222 !important;
text-shadow: none !important;
} .bg-deco-woodframe1 {
text-align: left;
color: #222 !important;
margin: 0 auto 20px;
padding: 70px 75px 75px;
background: 
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-woodframe1-1.png) no-repeat left   top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-woodframe1-2.png) no-repeat right  top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-woodframe1-3.png) no-repeat left   bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-woodframe1-4.png) no-repeat right  bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-woodframe1-5.png) repeat-x  center top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-woodframe1-6.png) repeat-y  right  center,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-woodframe1-7.png) repeat-x  center bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-woodframe1-8.png) repeat-y  left   center,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-woodframe1-9.png) repeat    center center; behavior: url(https://miraihayarou.jp/wp-content/themes/wp-alpha/PIE.htc);
position: relative;
zoom: 1;
-pie-background: 
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-woodframe1-1.png) no-repeat left   top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-woodframe1-2.png) no-repeat right  top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-woodframe1-3.png) no-repeat left   bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-woodframe1-4.png) no-repeat right  bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-woodframe1-5.png) repeat-x  center top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-woodframe1-6.png) repeat-y  right  center,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-woodframe1-7.png) repeat-x  center bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-woodframe1-8.png) repeat-y  left   center,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-woodframe1-9.png) repeat    center center;
}
.bg-deco-woodframe1 h1, 
.bg-deco-woodframe1 h2, 
.bg-deco-woodframe1 h3, 
.bg-deco-woodframe1 h4, 
.bg-deco-woodframe1 h5, 
.bg-deco-woodframe1 h6, 
.bg-deco-woodframe1 p {
color: #222 !important;
text-shadow: none !important;
} .bg-deco-marker-p {
text-align: left;
color: #222 !important;
margin: 0 auto 10px;
padding: 55px 50px 60px;
background: 
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-marker-p1.png) no-repeat left   top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-marker-p2.png) no-repeat right  top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-marker-p3.png) no-repeat left   bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-marker-p4.png) no-repeat right  bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-marker-p5.png) repeat-x  center top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-marker-p6.png) repeat-y  right  center,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-marker-p7.png) repeat-x  center bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-marker-p8.png) repeat-y  left   center,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-marker-p9.png) repeat    center center; behavior: url(https://miraihayarou.jp/wp-content/themes/wp-alpha/PIE.htc);
position: relative;
zoom: 1;
-pie-background: 
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-marker-p1.png) no-repeat left   top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-marker-p2.png) no-repeat right  top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-marker-p3.png) no-repeat left   bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-marker-p4.png) no-repeat right  bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-marker-p5.png) repeat-x  center top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-marker-p6.png) repeat-y  right  center,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-marker-p7.png) repeat-x  center bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-marker-p8.png) repeat-y  left   center,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-marker-p9.png) repeat    center center;
}
.bg-deco-marker-p h1, 
.bg-deco-marker-p h2, 
.bg-deco-marker-p h3, 
.bg-deco-marker-p h4, 
.bg-deco-marker-p h5, 
.bg-deco-marker-p h6, 
.bg-deco-marker-p p {
color: #222 !important;
text-shadow: none !important;
} .bg-deco-marker-y {
text-align: left;
color: #222 !important;
margin: 0 auto 10px;
padding: 55px 50px 60px;
background: 
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-marker-y1.png) no-repeat left   top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-marker-y2.png) no-repeat right  top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-marker-y3.png) no-repeat left   bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-marker-y4.png) no-repeat right  bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-marker-y5.png) repeat-x  center top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-marker-y6.png) repeat-y  right  center,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-marker-y7.png) repeat-x  center bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-marker-y8.png) repeat-y  left   center,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-marker-y9.png) repeat    center center; behavior: url(https://miraihayarou.jp/wp-content/themes/wp-alpha/PIE.htc);
position: relative;
zoom: 1;
-pie-background: 
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-marker-y1.png) no-repeat left   top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-marker-y2.png) no-repeat right  top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-marker-y3.png) no-repeat left   bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-marker-y4.png) no-repeat right  bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-marker-y5.png) repeat-x  center top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-marker-y6.png) repeat-y  right  center,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-marker-y7.png) repeat-x  center bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-marker-y8.png) repeat-y  left   center,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-marker-y9.png) repeat    center center;
}
.bg-deco-marker-y h1, 
.bg-deco-marker-y h2, 
.bg-deco-marker-y h3, 
.bg-deco-marker-y h4, 
.bg-deco-marker-y h5, 
.bg-deco-marker-y h6, 
.bg-deco-marker-y p {
color: #222 !important;
text-shadow: none !important;
} .bg-deco-marker-g {
text-align: left;
color: #222 !important;
margin: 0 auto 10px;
padding: 55px 50px 60px;
background: 
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-marker-g1.png) no-repeat left   top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-marker-g2.png) no-repeat right  top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-marker-g3.png) no-repeat left   bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-marker-g4.png) no-repeat right  bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-marker-g5.png) repeat-x  center top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-marker-g6.png) repeat-y  right  center,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-marker-g7.png) repeat-x  center bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-marker-g8.png) repeat-y  left   center,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-marker-g9.png) repeat    center center; behavior: url(https://miraihayarou.jp/wp-content/themes/wp-alpha/PIE.htc);
position: relative;
zoom: 1;
-pie-background: 
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-marker-g1.png) no-repeat left   top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-marker-g2.png) no-repeat right  top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-marker-g3.png) no-repeat left   bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-marker-g4.png) no-repeat right  bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-marker-g5.png) repeat-x  center top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-marker-g6.png) repeat-y  right  center,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-marker-g7.png) repeat-x  center bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-marker-g8.png) repeat-y  left   center,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-marker-g9.png) repeat    center center;
}
.bg-deco-marker-g h1, 
.bg-deco-marker-g h2, 
.bg-deco-marker-g h3, 
.bg-deco-marker-g h4, 
.bg-deco-marker-g h5, 
.bg-deco-marker-g h6, 
.bg-deco-marker-g p {
color: #222 !important;
text-shadow: none !important;
} .bg-deco-marker-b {
text-align: left;
color: #222 !important;
margin: 0 auto 10px;
padding: 55px 50px 60px;
background: 
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-marker-b1.png) no-repeat left   top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-marker-b2.png) no-repeat right  top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-marker-b3.png) no-repeat left   bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-marker-b4.png) no-repeat right  bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-marker-b5.png) repeat-x  center top,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-marker-b6.png) repeat-y  right  center,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-marker-b7.png) repeat-x  center bottom,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-marker-b8.png) repeat-y  left   center,
url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/bg-marker-b9.png) repeat    center center; behavior: url(https://miraihayarou.jp/wp-content/themes/wp-alpha/PIE.htc);
position: relative;
zoom: 1;
-pie-background: 
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-marker-b1.png) no-repeat left   top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-marker-b2.png) no-repeat right  top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-marker-b3.png) no-repeat left   bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-marker-b4.png) no-repeat right  bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-marker-b5.png) repeat-x  center top,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-marker-b6.png) repeat-y  right  center,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-marker-b7.png) repeat-x  center bottom,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-marker-b8.png) repeat-y  left   center,
url(https://miraihayarou.jp/wp-content/themes/wp-alpha/img_bc/bg-marker-b9.png) repeat    center center;
}
.bg-deco-marker-b h1, 
.bg-deco-marker-b h2, 
.bg-deco-marker-b h3, 
.bg-deco-marker-b h4, 
.bg-deco-marker-b h5, 
.bg-deco-marker-b h6, 
.bg-deco-marker-b p {
color: #222 !important;
text-shadow: none !important;
}
@media(max-width: 1000px) {
[class^="bg-deco-"] {
width: auto !important;
}
} .ill-align-left {
float: left;
margin: 0 1em 1em 0;
}
.ill-align-center {
display: block;
margin: 0 auto 1em;
text-align: center;
}
.ill-align-right {
float: right;
margin: 0 0 1em 1em;
} .illust_bubble:before,.illust_bubble:after { content: ""; display: table; }
.illust_bubble:after { clear: both; }
.illust_bubble { *zoom: 1; }
.ib-illust {
margin-bottom: 1em;
}
.ib-bubble:before,.ib-bubble:after { content: ""; display: table; }
.ib-bubble:after { clear: both; }
.ib-bubble { *zoom: 1; }
.illust_bubble .title {
position: relative;
margin:1em auto .8em;
font-weight: bold;
font-size: 18px;
font-size: 1.8rem;
line-height: 1.33;
}
.illust_bubble .title:before {
position: absolute;
top: -10px;
width: 84px;
height: 44px;
background-repeat: no-repeat;
content: "";
}
.title.check:before     { background-image: url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/ill-badge-check.png) }
.title.point:before     { background-image: url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/ill-badge-point.png) }
.title.kensho:before    { background-image: url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/ill-badge-kensho.png) }
.title.kuchikomi:before { background-image: url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/ill-badge-kuchikomi.png) }
.title.chumoku:before   { background-image: url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/ill-badge-chumoku.png) }
.title.riyuu:before     { background-image: url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/ill-badge-riyuu.png) }
.title.naze:before      { background-image: url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/ill-badge-naze.png) }
.title.gimon:before     { background-image: url(//miraihayarou.jp/wp-content/themes/wp-alpha/shortcodes_bc/img_bc/ill-badge-gimon.png) }
.ib-left .ib-illust {
clear: both;
}
.ib-illust img {
margin: 0 0 1em;
width: 140px;
} .ib-left .ib-illust {
float: left;
}
.ib-left .ib-bubble {
margin-left: 160px;
}
.ib-left .colored_bg:after {
position: absolute; 
top: 18px;
right: 100%;
width: 0; 
height: 0;
border: 18px solid transparent;
border-left-width: 19px;
border-left-style: solid; 
content: "";
}
.ib-left .bg-green-lt:after  { border-right-color: #abddcd; }
.ib-left .bg-blue-lt:after   { border-right-color: #bccddd; }
.ib-left .bg-gray-lt:after   { border-right-color: #cdcdcd; }
.ib-left .bg-purple-lt:after { border-right-color: #ddbccd; }
.ib-left .bg-red-lt:after    { border-right-color: #eebcbc; }
.ib-left .bg-yellow-lt:after { border-right-color: #ffddab; }
.ib-left .title.check,
.ib-left .title.point,
.ib-left .title.kensho,
.ib-left .title.kuchikomi,
.ib-left .title.chumoku,
.ib-left .title.riyuu,
.ib-left .title.naze,
.ib-left .title.gimon { padding-right: 55px; } .ib-left .title.check:before,
.ib-left .title.point:before,
.ib-left .title.kensho:before,
.ib-left .title.kuchikomi:before,
.ib-left .title.chumoku:before,
.ib-left .title.riyuu:before,
.ib-left .title.naze:before,
.ib-left .title.gimon:before { right: -36px; } .ib-right .ib-illust {
float: right;
}
.ib-right .ib-bubble {
margin-right: 160px;
}
.ib-right .colored_bg:after {
position: absolute; 
top: 18px;
left: 100%;
width: 0; 
height: 0;
border: 18px solid transparent;
border-left-width: 19px;
border-left-style: solid; 
content: "";
}
.ib-right .bg-green-lt:after  { border-left-color: #abddcd; }
.ib-right .bg-blue-lt:after   { border-left-color: #bccddd; }
.ib-right .bg-gray-lt:after   { border-left-color: #cdcdcd; }
.ib-right .bg-purple-lt:after { border-left-color: #ddbccd; }
.ib-right .bg-red-lt:after    { border-left-color: #eebcbc; }
.ib-right .bg-yellow-lt:after { border-left-color: #ffddab; }
.ib-right .title.check,
.ib-right .title.point,
.ib-right .title.kensho,
.ib-right .title.kuchikomi,
.ib-right .title.chumoku,
.ib-right .title.riyuu,
.ib-right .title.naze,
.ib-right .title.gimon { padding-left: 55px; } .ib-right .title.check:before,
.ib-right .title.point:before,
.ib-right .title.kensho:before,
.ib-right .title.kuchikomi:before,
.ib-right .title.chumoku:before,
.ib-right .title.riyuu:before,
.ib-right .title.naze:before,
.ib-right .title.gimon:before { left: -36px; }
@media(max-width: 640px) { .ib-left .ib-illust,
.ib-right .ib-illust {
float: none;
text-align: center;
} .ib-left .ib-bubble {
margin-left: 0;
}
.ib-right .ib-bubble {
margin-right: 0;
}
.ib-left .colored_bg:after,
.ib-right .colored_bg:after {
position: absolute; 
top: -36px;
left: 50%;
width: 0; 
height: 0;
border: 18px solid transparent;
content: "";
margin-left: -18px;
}
.ib-left .bg-green-lt:after , .ib-right .bg-green-lt:after  { border-left-color: transparent; border-right-color: transparent; border-bottom-color: #abddcd; }
.ib-left .bg-blue-lt:after  , .ib-right .bg-blue-lt:after   { border-left-color: transparent; border-right-color: transparent; border-bottom-color: #bccddd; }
.ib-left .bg-gray-lt:after  , .ib-right .bg-gray-lt:after   { border-left-color: transparent; border-right-color: transparent; border-bottom-color: #cdcdcd; }
.ib-left .bg-purple-lt:after, .ib-right .bg-purple-lt:after { border-left-color: transparent; border-right-color: transparent; border-bottom-color: #ddbccd; }
.ib-left .bg-red-lt:after   , .ib-right .bg-red-lt:after    { border-left-color: transparent; border-right-color: transparent; border-bottom-color: #eebcbc; }
.ib-left .bg-yellow-lt:after, .ib-right .bg-yellow-lt:after { border-left-color: transparent; border-right-color: transparent; border-bottom-color: #ffddab; }
.ib-left [class^="title-"],
.ib-right [class^="title-"] {
padding: 0;
}
}