body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #000;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased
}
ul {
    margin: 0;
    padding: 0;
    list-style: none
}
h1 {
    font-size: 60px
}
h2 {
    font-weight: 300;
    margin-bottom: 30px;
    text-align: center;
    font-size: 2em;
}
h3, h4, h5 {

    font-weight: 400;
    margin-bottom: 20px
}
p {
    /* [disabled]font-family: Poppins, sans-serif;
*/
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #fff;
    padding-bottom: 15px
}
@font-face {
    font-family: FontAwesome;
    src: local('FontAwesome')
}
ul li {
    /* [disabled]font-size: 14px;
*/
    line-height: 27px;
    list-style-type: none;
    color: #828282
}
a {
    color: #828282
}
a:hover {
    color: orange
}
a h4:hover {
    text-decoration: underline
}
img {
    max-width: 100%;
    height: auto
}
.branding img#logo {
    max-width: initial;
    margin-left: -15px;
    width: 95px;
}
h1.branding {
    margin-top: 0px!important;
    margin-bottom: 0px!important;
    font-size: 1em;
}
.visible-xs-block {
    display: none;
}
.cont1 .container h3, .cont2 .container h3 {
    text-align: center;
}
.col-4 h4 {
    font-size: 1.1em;
    text-align: center;
    font-weight: bold;
}
.box2 dl dd {
    font-weight: normal;
}
.box2 dl dt:before {
    font-family: FontAwesome;
    content: '\f2c4.';
    margin-right: 3px;
    color: #FF7F17;
    font-weight: normal;
}
.cont1 .container h4 {
    text-align: center;
    font-size: 1.2em;
}

@media (max-width:768px) {
.branding img#logo {
    width: 80px;
	padding-top: 10px;
}
}

@media (max-width:480px) {
.branding img#logo {
    width: 30%;
}
}
.clear {
    clear: both
}
#contact h2 {
    font-size: 1.2em;
    margin-bottom: 1em;
    font-weight: bold;
}
#contact h2 span {
    font-size: 0.8em;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
.caption {
    text-align: center;
    margin-bottom: 70px;
    display: block;
}
.caption2 {
    text-align: center;
    margin-bottom: 25px;
    display: block;
}
.btn-cta-primary {
    color: #fff!important;
    padding: 15px 30px!important;
    border-radius: 0;
    font-size: 12px;
    letter-spacing: 2px;
    transition: all .2s ease-in-out;
    position: relative;
    margin-top: 25px;
    text-transform: uppercase;
    font-weight: 500
}
.btn-cta-blue {
    background-color: orange
}
.btn-cta-blue:hover {
    background-color: #fff;
    color: orange!important
}
a.more {
    transition: all .2s ease-in-out;
    font-size: 14px!important;
    margin-top: 10px;
    font-weight: 400
}
a.more:hover * {
    color: orange;
    padding-left: 10px
}
a.more i.fa {
    font-size: 15px!important;
    font-weight: 700;
    border: none;
    cursor: pointer;
    margin-right: 5px;
    transition: all .2s ease-in-out
}
a.more i.fa:hover {
    color: #009be3
}
#top-nav {
    transition: all .2s linear 0s
}
.navbar-fixed-top {
    background-color: transparent;
    border: none
}
.navbar-fixed-top li a {
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    transition: color .3s, border .3s
}
.navbar-fixed-top .navbar-nav .activenav a {
    color: #fff;
    border-bottom: 1px solid #fff
}
.navbar-nav>li>a {
    border-bottom: 1px solid transparent;
    transition: color .3s, border .3s
}
.navbar-fixed-top .navbar-nav>li>a:hover {
    border-bottom: 1px solid #fff
}
.table.table-striped.flex.fadeInUp.animated tr th {
}
.fixed-header {
    background: #000!important;
    box-shadow: 0 6px 4px -4px rgba(0,0,0,.1)
}
.fixed-header .navbar-nav>li>a {
    color: #fff;
    opacity: 1
}
.fixed-header .navbar-nav .activenav a {
    color: #222!important;
    border-bottom: 1px solid orange
}
.fixed-header .navbar-nav .activenav a:hover {
    border-bottom: 1px solid orange
}
.fixed-header .navbar-nav>li>a:hover {
    border-bottom: 1px solid #111
}
#top-nav.navbar-scroll-changed {
    background: 0 0;
    margin: 0 auto;
    border: 0;
    /*padding-top: 15px;
    padding-bottom: 15px;
    min-height: 80px;*/
}
.hero-overlay {
    background: rgba(0,0,0,0);
    height: 900px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}
.cont-overlay {
    /*background: rgba(0,0,0,.4);*/
    height: 300px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}
.hero-image {
    margin-bottom: 0
}
.hero-image #home {
    background: url(../images/home-hero.png) center no-repeat;
    position: relative;
    width: 100%;
    background-size: cover;
    overflow: hidden;
    height: auto;
}
.hero-image #cont {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/cont-bg.png);
    position: relative;
    width: 100%;
    background-size: cover;
    overflow: hidden
}

@media (max-width:768px) {
.hero-image #home {
    margin-top: 62px;
}
.hero-image #cont {
    margin-top: 69px;
}
}
.main-message {
    position: absolute;
    top: 15%;
    text-align: center;
    left: 38%;
}
.cont-message {
    position: absolute;
    top: 40%;
    text-align: center;
    width: 100%;
}
@media (max-width:768px) {
.main-message {
    top: 10%;
    left:5%;
}
.main-message img {
    height: 178px;
}	
.cont-message {
    top: 30%;
	}
}
.main-message h1 {
    font-size: 30px;
    color: #fff;
    line-height: 1.5em;
	text-shadow: 0 0 5px #FFF;
}
.cont-message h1 {
    font-size: 30px;
    color: #fff;
    line-height: 1.5em;
    text-align: center;
    width: 100%;
}

@media (max-width:768px) {
.cont-message h1 {
    font-size: 20px;
}
}
.title {
    text-align: center;
    margin-bottom: 70px
}
.title p {
    font-size: 14px;
    color: #9d9d9d
}
.title h2 {
    margin-bottom: 15px!important
}
p.description {
    font-size: 14px;
    font-weight: 400;
    text-align: center!important;
    padding-bottom: 5px;
    max-width: 450px;
    margin: 0 auto
}
p.description-image {
    color: #fff;
    /* [disabled]font-size: 17px;
*/
    font-weight: 400;
    letter-spacing: .4px;
    padding: 15px 230px;
    line-height: 1.5em
}
.zig-zag {
    margin-bottom: 100px
}
.zig-zag h2 {
    margin-top: 0
}
.zig-zag-right h2, .zig-zag-right p {
    text-align: right
}


#testimonials .carousel-indicators li {
    background-color: #000;
    background-color: rgba(70,70,70,.25)
}
#testimonials .carousel-indicators .active {
    background-color: transparent;
    border: 2px solid orange
}
#pride {
    padding-top: 50px;
    background: -moz-linear-gradient(#f6cb8d, #ef9616);
    background: -webkit-linear-gradient(#f6cb8d, #ef9616);
    background: radial-gradient(#f6cb8d, #ef9616);
    padding-bottom: 50px;
}
#pride h3 {
    color: #fff
}
#pride p {
    color: #333;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 2em
}
.cont1 {
    margin-bottom: 70px;
    padding-top: 50px;
}
.cont2 {
    padding-top: 50px;
    background-color: #111;
    padding-bottom: 70px;
}
.cont1 h3, .cont2 h3 {
    font-size: 1.3em;
}
.cont1 h4, .cont2 h4 {
    font-size: 1.2em;
    text-align: center;
    font-weight: bold;
}
@media (max-width:600px) {
	
    font-size: 1.2em;
}
}
.carousel-inner .item {
    min-height: 320px
}
#testimonials .carousel-inner blockquote {
    font-size: 30px;
    line-height: 40px;
    margin: 0;
    font-weight: 300;
    color: #111
}
.carousel-indicators {
    top: 110%
}
a.company img {
    margin: 0 auto 30px;
    width: auto
}
span.author {
    font-size: 13px;
    color: #828282!important;
    font-weight: 500
}
span.author img {
    display: block;
    height: 54px;
    margin: 30px auto 10px;
    width: auto
}
#services a img {
    transition: all .2s ease-in-out;
    border: 2px solid #fff
}
#services a img:hover {
    border: 2px solid orange
}
#plan {
    padding-bottom: 70px
}
.price-table {
    padding-top: 40px;
    padding-bottom: 30px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #d6d6d6;
    transition: all .2s ease-in-out;
    cursor: pointer;
    margin-left: 0
}
.price-table i.fa {
    color: #d6d6d6;
    font-size: 40px
}
.price-table h6 {
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #828282;
    font-weight: 400
}
span.price {
    font-size: 70px;
    font-weight: 300;
    color: #333c4d
}
span.dollar {
    vertical-align: top;
    font-size: 17px!important;
    display: inline-block;
    margin-top: 15px;
    color: #222
}
.price-table ul.features {
    margin-top: 10px
}
.price-table ul.features li {
    font-size: 14px;
    line-height: 37px
}
.price-table:hover {
    background-color: orange;
    margin-top: -20px;
    z-index: 10;
    border: none
}
.price-table:hover * {
    color: #fff!important
}
#contact h2 {
    color: #fff
}
.bg_logo {
    background-image: url(../../img/top/bg_logo.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width:1024px) {
.hero-overlay {
    height: 500px
}
}

@media (min-width:1024px) {
.hero-overlay {
    height: 800px
}
}

@media (max-width:768px) {
.hero-overlay {
    height: 300px
}
.cont-overlay {
    height: 200px
}
.navbar-fixed-top {
    background: #000!important;
    box-shadow: 0 6px 4px -4px rgba(0,0,0,.1)
}
.navbar-default .navbar-nav>li>a {
    opacity: 1;
    line-height: 20px!important;
    margin-left: 0!important;
    width: 100%;
}
.navbar-fixed-top .navbar-toggle .icon-bar {
    background-color: #fff!important
}
.navbar-fixed-top .navbar-nav .activenav a {
    color: #222;
    border-bottom: 1px solid orange
}
.visible-xs-block {
    display: block;
}
}

@media (max-width:990px) {
p.description-image {
    padding: 0!important
}
}

@media (max-width:990px) {
.zig-zag {
    /* [disabled]text-align: center;
*/
    margin-bottom: 40px
}
.zig-zag-right * {
    text-align: center!important;
    margin-bottom: 20px
}
.carousel-indicators {
    position: relative;
    clear: both;
    margin-bottom: 30px;
    left: 50%
}
}

@media (max-width:450px) {
.social {
    float: left!important;
    margin-bottom: 20px;
    margin-top: -15px
}
.zig-zag h2 {
    margin-top: 30px
}
}

@media (max-width:650px) {
.footer-section {
    text-align: center!important
}
p.copyright {
    float: none!important;
    margin-left: 0!important
}
.social {
    float: none!important
}
.marketing-action h1 {
    font-size: 35px;
    font-weight: 400
}
}

@media (max-width:768px) {
.price-table {
    margin: 30px!important
}
.main-message h1 {
    font-size: 25px!important
}
}

@media (max-width: 600px) {
.main-message h1 {
    font-size: 13px!important
}
}

@media (max-width:600px) {
.main-message h1 {
}
}
.marketing-action {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/home.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden
}
.marketing-action .overlay {
    /*background: rgba(0,0,0,.5);*/
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    min-height: 250px;
}

@media (max-width:600px) {
.marketing-action .overlay {
    padding-top: 50px;
}
.home.marketing-action .overlay {
    min-height: 450px;
    padding-top: 50px;
}	
}
.marketing-action .text {
    position: absolute;
    text-align: center;
    top: 48%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.marketing-action h1 {
    margin-bottom: 15px!important;
    margin-top: 0
}
.marketing-action .text h1 {
    color: #fff
}
.btn-cta-buy {
    background-color: orange;
    margin-top: 0
}
.btn-cta-buy:hover {
    background-color: #fff;
    color: orange!important;
    margin-top: 0
}
#footer {
    margin-bottom: 0;
    background-color: #111;
    padding-top: 50px
}
.footer-section {
    margin-bottom: 30px
}
img.logo-footer {
    margin-top: -15px
}
p.copyright {
    float: none;
    /* [disabled]margin-left: -30px;
*/
    text-align: center;
    color: #FFFFFF;
}
.social {
    float: right;
    margin-right: -15px
}
.social a {
    padding-right: 15px;
    font-size: 19px
}
.bnr a h4 {
    text-align: center;
    font-size: 1.1em;
    font-weight: 700;
    color: #FFF;
    background-color: #ff7f17;
    padding: 10px;
}
.top_cont h2,.bg_black p,.bg_black a {
    text-align: center;
    color: rgba(255,255,255,1.00);
}


@media (max-width:600px) {
.top_cont h2, .top_cont2 h2  {
    font-size: 1.4em;
}
}
.top_cont h2 span, .top_cont2 h2 span {
    color: #FFDD00;
    display: block;
    font-size: 0.5em;
    font-weight: normal;
    margin-bottom: 10px;
}
.cont1 h2, .cont2 h2 {
    text-align: center;
}
.cont1 h2 span, .cont2 h2 span {
    color: #FFDD00;
    display: block;
    font-size: 0.5em;
    margin-bottom: 20px;
}

@media (max-width:600px) {
.cont1 h2, .cont2 h2 {
    font-size: 1.4em;
}
}

.caption2.fa-lg {
}
.caption2.fa-lg {
    line-height: 1.5em;
    color: #333;
}
/*----------------------------
spacer
-----------------------------*/
 
/* padding */
.pt0 {
    padding-top: 0px!important;
}
.pt5 {
    padding-top: 5px!important;
}
.pt10 {
    padding-top: 10px!important;
}
.pt15 {
    padding-top: 15px!important;
}
.pt20 {
    padding-top: 20px!important;
}
.pt25 {
    padding-top: 25px!important;
}
.pt30 {
    padding-top: 30px!important;
}
.pt40 {
    padding-top: 40px!important;
}
.pt50 {
    padding-top: 50px!important;
}
.pt60 {
    padding-top: 60px!important;
}
.pt70 {
    padding-top: 70px!important;
}
.pt80 {
    padding-top: 80px!important;
}
.pt90 {
    padding-top: 90px!important;
}
.pt100 {
    padding-top: 100px!important;
}
.pb0 {
    padding-bottom: 0px!important;
}
.pb5 {
    padding-bottom: 5px!important;
}
.pb10 {
    padding-bottom: 10px!important;
}
.pb15 {
    padding-bottom: 15px!important;
}
.pb20 {
    padding-bottom: 20px!important;
}
.pb25 {
    padding-bottom: 25px!important;
}
.pb30 {
    padding-bottom: 30px!important;
}
.pb40 {
    padding-bottom: 40px!important;
}
.pb50 {
    padding-bottom: 50px!important;
}
.pb60 {
    padding-bottom: 60px!important;
}
.pb70 {
    padding-bottom: 70px!important;
}
.pb80 {
    padding-bottom: 80px!important;
}
.pb90 {
    padding-bottom: 90px!important;
}
.pb100 {
    padding-bottom: 100px!important;
}
.pl0 {
    padding-left: 0px!important;
}
.pl5 {
    padding-left: 5px!important;
}
.pl10 {
    padding-left: 10px!important;
}
.pl15 {
    padding-left: 15px!important;
}
.pl20 {
    padding-left: 20px!important;
}
.pl25 {
    padding-left: 25px!important;
}
.pl30 {
    padding-left: 30px!important;
}
.pl40 {
    padding-left: 40px!important;
}
.pl50 {
    padding-left: 50px!important;
}
.pr0 {
    padding-right: 0px!important;
}
.pr5 {
    padding-right: 5px!important;
}
.pr10 {
    padding-right: 10px!important;
}
.pr15 {
    padding-right: 15px!important;
}
.pr20 {
    padding-right: 20px!important;
}
.pr25 {
    padding-right: 25px!important;
}
.pr30 {
    padding-right: 30px!important;
}
.pr40 {
    padding-right: 40px!important;
}
.pr50 {
    padding-right: 50px!important;
}
/* margin */
.mt0 {
    margin-top: 0px!important;
}
.mt5 {
    margin-top: 5px!important;
}
.mt10 {
    margin-top: 10px!important;
}
.mt15 {
    margin-top: 15px!important;
}
.mt20 {
    margin-top: 20px!important;
}
.mt25 {
    margin-top: 25px!important;
}
.mt30 {
    margin-top: 30px!important;
}
.mt40 {
    margin-top: 40px!important;
}
.mt50 {
    margin-top: 50px!important;
}
.mt60 {
    margin-top: 60px!important;
}
.mt70 {
    margin-top: 70px!important;
}
.mt80 {
    margin-top: 80px!important;
}
.mt90 {
    margin-top: 90px!important;
}
.mt100 {
    margin-top: 100px!important;
}
.mb0 {
    margin-bottom: 0px!important;
}
.mb5 {
    margin-bottom: 5px!important;
}
.mb10 {
    margin-bottom: 10px!important;
}
.mb15 {
    margin-bottom: 15px!important;
}
.mb20 {
    margin-bottom: 20px!important;
}
.mb25 {
    margin-bottom: 25px!important;
}
.mb30 {
    margin-bottom: 30px!important;
}
.mb40 {
    margin-bottom: 40px!important;
}
.mb50 {
    margin-bottom: 50px!important;
}
.mb60 {
    margin-bottom: 60px!important;
}
.mb70 {
    margin-bottom: 70px!important;
}
.mb80 {
    margin-bottom: 80px!important;
}
.mb90 {
    margin-bottom: 90px!important;
}
.mb100 {
    margin-bottom: 100px!important;
}
.ml0 {
    margin-left: 0px!important;
}
.ml5 {
    margin-left: 5px!important;
}
.ml10 {
    margin-left: 10px!important;
}
.ml15 {
    margin-left: 15px!important;
}
.ml20 {
    margin-left: 20px!important;
}
.ml25 {
    margin-left: 25px!important;
}
.ml30 {
    margin-left: 30px!important;
}
.ml40 {
    margin-left: 40px!important;
}
.ml50 {
    margin-left: 50px!important;
}
.mr0 {
    margin-right: 0px!important;
}
.mr5 {
    margin-right: 5px!important;
}
.mr10 {
    margin-right: 10px!important;
}
.mr15 {
    margin-right: 15px!important;
}
.mr20 {
    margin-right: 20px!important;
}
.mr25 {
    margin-right: 25px!important;
}
.mr30 {
    margin-right: 30px!important;
}
.mr40 {
    margin-right: 40px!important;
}
.mr50 {
    margin-right: 50px!important;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#pride h2 {
    color: #FDFDFD;
    line-height: 2em;
}

@media (max-width:480px) {
#pride h2 {
    font-size: 19px;
}
}
@font-face {
    font-family: huifont;
    src: url(/fonts/huifont.eot);
    src: url(/fonts/huifont.eot?#iefix) format('embedded-opentype'), url(/fonts/huifont.woff) format('woff'), url(/fonts/huifont.ttf) format('truetype'), url(/fonts/huifont.svg#huifont) format('svg');
}
.huifont {
    font-family: huifont;
}
.memox1, .memox2, .memox3, .memox4, .memox5 {
    position: relative;
    background: #fffde7;
    width: 85%;
    margin: 2em auto;
    padding: 1.5em 1em;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
    color: #795548;
}
.memox1::before, .memox2::before, .memox3::before, .memox4::before, .memox5::before {
    position: relative;
    display: inline-block;
    border-bottom: 3px solid #795548;
    border-radius: 0 0 40% 5% / 0 0 15% 20%;
    padding: 0 1em 0.1em 0.2em;
    font-size: 110%;
    font-weight: bold;
    transform: rotate(-5deg);
}
.memox1::before {
    content: 'トイレリフォーム';
}
.memox2::before {
    content: 'お風呂リフォーム';
}
.memox3::before {
    content: 'キッチンリフォーム';
}
.memox4::before {
    content: 'その他リフォーム';
}
.memox1::after, .memox2::after, .memox3::after, .memox4::after, .memox5::after {
    content: '';
    position: absolute;
    left: 50%;
    top: -15px;
    margin-left: -75px;
    width: 150px;
    height: 30px;
    background: rgba(245,245,245,0.7);
    box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
    transform: rotate(-4deg);
}
.memox1 p, .memox2 p, .memox3 p, .memox4 p, .memox5 p {
    
    margin: 1em 0 0 0;
    padding: 0 0 0 0;
    font-size: 1.2em;
    line-height: 1.5em;
}
.memox4 li {
    font-family: huifont!important;
    margin: 0m;
    padding: 0 0 0 0;
}
.list_check li {
    position: relative;
    padding-left: 20px;
}
.list_check li:after, .list_check li:before {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 8px;
    height: 11px;
    width: 4px;
    background-color: #d6672d;
    border-radius: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.list_check li:before {
    top: 9px;
    left: 3px;
    height: 8px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
div.bt2 {
    padding: 2px;
    height: 30px;
    width: 120px;
    background: #fbfaf4;
    background: -webkit-gradient(linear, left top, left bottom, from(#e3dfde), to(#fbfaf4));
    background: -moz-linear-gradient(top, #e3dfde, #fbfaf4);
    background: -o-linear-gradient(top, #e3dfde, #fbfaf4);
    background: -ms-linear-gradient(top, #e3dfde, #fbfaf4);
    background: linear-gradient(top, #e3dfde, #fbfaf4);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
}
a.bt-samp5, a.bt-samp5:hover, a.bt-samp5:visited {
    display: block;
    position: relative;
    height: 28px;
    width: 117px;
    padding-left: 1px;
    text-decoration: none;
    line-height: 30px;
    text-align: center;
    color: #7d8383;
    text-shadow: 0px 1px 0px #fafafa;
    background: #fbfaf4;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfaf4), to(#ece8e6));
    background: -moz-linear-gradient(top, #fbfaf4, #ece8e6);
    background: -o-linear-gradient(top, #fbfaf4, #ece8e6);
    background: linear-gradient(top, #fbfaf4, #ece8e6);
    border: 1px solid #dcd9d8;
    border-bottom: 1px solid #c1c1bd;
    -webkit-box-shadow: 0 0 5px #c7c5c1;
    -moz-box-shadow: 0 0 5px #c7c5c1;
    box-shadow: 0 0 5px #c7c5c1;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
a.bt-samp5:hover {  /* マウスホバー時 */
    color: #9a9f9f;
    background: #fbfbf9;
}
a.bt-samp5:active {  /* クリック時 */
    background: #ece8e6;
    border: none;
    -webkit-box-shadow: 0 1px 1px #cccbc9, inset 0 1px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 1px #cccbc9, inset 0 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 1px #cccbc9, inset 0 1px 1px rgba(0, 0, 0, 0.3);
}
.before {
    border-radius: 100px;
    background-color: rgba(0,0,0,0.65);
    width: 100px;
    height: 100px;
    color: #FFFFFF;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
}
.after {
    border-radius: 100px;
    background-color: rgba(255,127,23,0.65);
    width: 100px;
    height: 100px;
    color: #FFFFFF;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
}
img.expansion {
    width: 100%;
}
p.before, p.after {
    padding-bottom: 0px;
    font-weight: bold;
    font-size: 1.5em;
    bottom: 20px;
    left: 40px;
    position: absolute;
}
.fa-lg {
    line-height: 1.5em;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.item-list {
    padding: 0 10px 0 10px;
}
.item-list ul {
    margin-left: -10px;
    overflow: hidden;
    background-color: transparent;
}
.item-list ul li {
    list-style-type: none;
    float: left;
    padding-left: 20px;
    padding-right: 10px;
}
ul.cols-1 li {
    width: 100%;
}
ul.cols-2 li {
    width: 50%;
}
ul.cols-3 li {
    width: 33.33333%;
}
ul.cols-4 li {
    width: 25%;
}
ul.cols-5 li {
    width: 20%;
}
ul.cols-6 li {
    width: 16.66666%;
}
ul.cols-7 li {
    width: 14.28571%;
}
ul.cols-8 li {
    width: 12.5%;
}

@media only screen and (max-width: 767px) {
ul.cols-4 li, ul.cols-5 li, ul.cols-6 li, ul.cols-7 li, ul.cols-8 li {
    width: 33%;
}
ul.cols-3 li {
    width: 50%;
}
}

@media only screen and (max-width: 479px) {
ul[class*='cols-'] > li {
    width: 100%;
}
}
p.indentback {
    text-indent: -1em;
    padding-left: 1em;
}
.cont1 h3 span, .cont2 h3 span {
    font-size: 0.8em;
}
ul.list_circle li {
    position: relative;
    padding-left: 20px;
}
ul.list_circle li::after {
    display: block;
    content: '';
    position: absolute;
    top: .8em;
    left: .5em;
    width: 6px;
    height: 6px;
    background-color: #666;
    border-radius: 100%;
}
.box2 {
    padding: 2em;
    margin: 0;
    background: #FFF;
    border: 3px solid #4B4B4B;
    border-radius: 10px;
}
.box2 p {
    margin: 0;
    padding: 0;
}
.balloon2 {
  position: relative;
  display: inline-block;
  margin: 0 0 1.5em;
  padding: 7px 10px;
  width: 100%;
  max-width: 100%;
  color: #555;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
	border-radius: 10px;
}

.balloon2:before{
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.balloon2:after{
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;
}

.balloon2 p {
	margin: 0;
	padding: 0;
}
table.return {
    border-collapse: collapse;
}
.return tr th {
    white-space: nowrap;
}
.return tr:last-child th, .return tr:last-child td {
    border-bottom: 1px solid #ddd!important;
}

@media only screen and (max-width:480px) {
.return {
    margin: 0;
}
.return th, .return td {
    width: 100%;
    display: block;
}
.return th {
    padding-bottom: 0px!important;
}
.return td {
    padding-top: 0px!important;
    border-top: none!important;
}
.return tr:last-child th {
    border-bottom: none!important;
}
}

@media only screen and (min-width: 480px) {
.footer_tel a, .footer_mail a {
    display: none;
}
}

@media only screen and (max-width: 736px) {
.footer_tel a {
    background-color: #222;
    padding: 5px;
    position: fixed;
    bottom: 0px;
    width: 50%;
    font-weight: 700;
    color: #FFF;
    left: 0px;
    text-align: center;
    z-index: 9999;
    height: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 2em;
    border-right: 1px solid #000;
}
.footer_mail a {
    background-color: #222;
    padding: 5px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    z-index: 10000;
    height: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 2em;
    right: 0px;
    /*border-left: 1px solid #6B6B6B;*/
}
.footer_mail a span {
    font-size: 0.5em;
    margin-left: 10px;
    padding-top: 3px;
}	
#footer {
    padding-bottom: 30px;
}
}
.inq .container h4 {
    font-size: 1.1em!important;
}
.ex {
    padding-left: 1em;
    text-indent: -1em;
}
.text .description-image.flex.fadeInUp.animated.animated a {
    color: #FFFFFF;
}
[href^="tel"] {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
}

@media screen and (max-width: 768px) {
[href^="tel"] {
    pointer-events: auto;
}
.text .description-image.flex.fadeInUp.animated.animated a {
    color: #FFFFFF;
}
}
.text p a {
}
.text .flex.fadeInUp.animated a:hover {
    color: #f5a203;
}
#pageTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#pageTop a {
    display: block;
    z-index: 999;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    background-color: #333333;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
#pageTop a:hover {

    text-decoration: none;
    opacity: 0.7;
}
ol.maru {
    counter-reset: my-counter;
    list-style: none;
    padding: 0;
}
ol.maru li {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}
ol.maru li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #DAAF55;
    color: #fff;
    display: block;
    float: left;
    line-height: 22px;
    margin-left: -30px;
    text-align: center;
    height: 22px;
    width: 22px;
    border-radius: 50%;
}
.tx-flex {
    text-align: center;
}

@media screen and (max-width: 768px) {
.tx-flex {
    text-align: left;/*PCで中央、スマホタブレット左寄せ*/
}
}
.wf-ryumin {
    font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 300;
    font-style: normal;
}
