/* --------------------------------- */
/* 法人向け表記
 ----------------------------------- */
.text-type {
    position: absolute;
    bottom: 20px;
    left: 180px;
    min-width: 64px;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #fff;
    font-size: 10px;
    color: #02bcd6;
    line-height: 1.7;
    text-align: center;
    border: #02bcd6 1px solid;
}

@media (max-width: 768px) {
    .text-type {
        left: 144px;
        bottom: 15px;
    }
}

@media (max-width: 320px) {
    .text-type {
        display: none;
    }
}
/* --------------------------------- */
/* header
 ----------------------------------- */
#header {
    /*background: #FFF;*/
    background: url(../img/common/bg_head.png);
    height: 70px;
    padding: 0 20px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
}

#header .inframe {
    width: 95%;
    height: 70px;
    padding: 0 20px 0 0px;
    margin: 0 auto;
}

#header .name {
    max-width: 255px;
    line-height: 72px;
    float: left;
}

#header .name img {
    width: 156px;
    vertical-align: middle;
}

#header nav.submenu {
    float: right;
    text-align: right;
}

#header nav.submenu li {
    float: left;
    margin-left: 0.5em;
}

#header nav.submenu li.menu1 {
    max-width: 49px;
    margin-top: 23px;
    margin-right: 1em;
}

.en #header nav.submenu li.menu1 {
    max-width: 90px;
}

#header nav.submenu li.menu1 a {
    color: #575757;
    text-decoration: none;
}

#header nav.submenu li.menu1 a:hover {
    color: #E4555E;
    text-decoration: none;
}

#header nav.submenu li.menu2 {
    max-width: 150px;
    margin-top: 15px;
}

#header nav.submenu li.menu2 a {
    width: 151px;
    height: 43px;
    line-height: 43px;
    background: url(../img/common/header_btn_start_out.png) no-repeat;
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-shadow: 1px 1px rgb(170, 25, 25), -1px -1px #AA1919;
    text-decoration: none;
}

#header nav.submenu li.menu2 a:hover {
    background: url(../img/common/header_btn_start_on.png) no-repeat;
}

#header nav.submenu li.menu3 {
    max-width: 130px;
    margin-top: 15px;
}

#header nav.submenu li.menu3 a {
    width: 130px;
    height: 41px;
    line-height: 43px;
    background: url(../img/common/header_btn_login_out.png) no-repeat;
    display: block;
    color: #444444;
    font-size: 16px;
    text-align: center;
    text-shadow: 1px 1px rgb(255, 255, 255), 1px 1px #FFFFFF;
    text-decoration: none;
}

#header nav.submenu li.menu3 a:hover {
    /*opacity:0.8;
	filter: alpha(opacity=80);*/
    background-image: url(../img/common/header_btn_login_on.png);
}

#header nav.submenu li.menu4 {
    max-width: 120px;
    margin-top: 23px;
    margin-right: 1em;
}

.en #header nav.submenu li.menu4 {
    margin-top: 26px;
    line-height: 1.2;
}

#header nav.submenu li.menu4 a {
    color: #575757;
    text-decoration: none;
}

#header nav.submenu li.menu4 a:hover {
    color: #E4555E;
    text-decoration: none;
}

#header nav.submenu li img {
    width: 100%;
    vertical-align: middle;
}

#header nav.langChange {
    line-height: normal;
    display: inline-block;
    width: 120px;
    height: 70px;
    margin: 14px 20px 0 0;
}

#header nav.langChange ul {
    border-radius: 5px;
    position: relative;
    background: #eee url(../img/common/arrow5.png) 90% 16px no-repeat;
}

#header nav.langChange ul.bdr {
    border-radius: 5px 5px 5px 5px;
}

#header nav.langChange ul.bdrn {
    border-radius: 5px 5px 0 0;
}

#header nav.langChange ul li.en {
    display: none;
}

#header nav.langChange ul li.nact {
    background-color: #fff;
    border-radius: 0 0 5px 5px;
}

#header nav.langChange ul li.nact2 {
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    position: absolute;
    top: 39px;
}

#header nav.langChange ul li a {
    padding: 9px 55px 9px 8px;
    min-width: 60px;
    display: block;
    color: #595757;
    text-decoration: none;
}


/* --------------------------------- */
/* Video
 ----------------------------------- */

video#bgvid {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    z-index: -100;
    background: url(../images/bg-top.jpg) no-repeat;
    background-size: cover;
}

@media screen and (max-device-width: 800px) {
    html {
        background: url(../images/bg-top.jpg) #000 no-repeat center center fixed;
    }
    #bgvid {
        display: none;
    }
}


/* --------------------------------- */
/* scroll-arrow
 ----------------------------------- */
a.scroll-arrow {
    font-size: 40px;
    color: white;
    width: 50px;
    border-radius: 50%;
    height: 50px;
    /*    border: 1px solid white; */
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 40px;
    left: 50%;
    z-index: 1029;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: .9;
}

a.scroll-arrow i {
    width: 100%;
}

a.scroll-arrow:hover {
    opacity: 1;
}

.icon-chevron-down {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
}

/* --------------------------------- */
/* button
 ----------------------------------- */
.btn-entry-round {
    cursor: pointer;
    color: #fff;
    /*    border: #fff 3px solid;
    border-radius: 35px;
*/
    -webkit-appearance: none;
    -moz-appearance: none;
    font-weight: bold;
}

.companies {
    background-color: #999999;
}

.companies p {
    font-weight: bold;
    font-size: 15px;
    color: #34495E;
    margin-top: 25px;
}

.companies img {
    padding: 15px 10px;
    display: inline;
}

.fh5co-explore {
    margin-bottom: 50px;
}

#fh5co-started .fh5co-heading h2 {
    color: #000;
}

#fh5co-started .fh5co-heading p {
    color: #828282;
}

.c-content-box.c-size-md {
    padding: 60px 0;
}

.c-bg-grey-1 {
    background-color: #f7f7f7 !important;
}

.c-content-title-1 > h3.c-font-uppercase {
    font-size: 30px;
}

.c-content-title-1 > h3 {
    font-size: 28px;
    color: #3f444a;
    font-weight: 500;
    margin: 0 0 30px 0;
}

.c-font-uppercase {
    text-transform: uppercase;
}

.c-font-bold {
    font-weight: 600 !important;
}

.c-center,
.c-font-center {
    text-align: center;
}

.c-content-title-1 > .c-line-center {
    width: 30px;
    height: 3px;
    background-color: #32c5d2;
    margin: 0 auto 30px auto;
}

.c-theme-bg {
    background: #32c5d2 !important;
}

.c-content-title-1 > p {
    font-size: 17px;
    font-weight: 400;
    color: #5c6873;
    margin: 30px 0;
}

.c-center,
.c-font-center {
    text-align: center;
}

.owl-theme:not(.owl-single):not(.owl-bordered) {
    margin-left: -30px;
    width: calc(100% + 60px);
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-theme:not(.owl-single):not(.owl-bordered) .owl-wrapper .owl-item,
.owl-theme:not(.owl-single):not(.owl-bordered) .owl-stage-outer .owl-item {
    padding: 0 30px;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.c-content-testimonial-3 {
    padding-bottom: 20px;
}

.c-content-testimonial-3.c-option-default > .c-content {
    color: #5c6873;
    background: #ffffff;
    height: 293px;
}

.c-content-testimonial-3 > .c-content {
    padding: 29px;
    position: relative;
}

.c-content-testimonial-3 > .c-content:before {
    border-width: 17px;
    margin-left: -17px;
}

.c-content-testimonial-3.c-option-default > .c-content:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-left: solid 7px transparent;
    border-right: solid 7px transparent;
    border-top: solid 10px #ffffff;
    bottom: -10px;
    content: "";
    display: block;
    height: 0;
    left: 12%;
    margin-left: -5px;
    position: absolute;
    width: 0;
}

.c-content-testimonial-3 > .c-person {
    padding: 25px 0 0 0px;
    position: relative;
}

.c-content-testimonial-3 > .c-person > img {
    float: left;
    margin: 0 10px 0 0;
    border-radius: 50%;
    width: 85px;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

.owl-carousel .owl-item img {
    display: block;
    /*    width: 100%;  */
    -webkit-transform-style: preserve-3d;
}

.c-content-testimonial-3 > .c-person > .c-person-detail {
    padding: 15px 0 12px 0;
}

.c-font-uppercase {
    text-transform: uppercase;
}

.c-content-testimonial-3.c-option-default > .c-person > .c-person-detail > .c-name {
    color: #5c6873;
}

.c-content-testimonial-3 > .c-person > .c-person-detail > .c-name {
    margin: 0;
}

h4 {
    color: #3f444a;
    font-size: 16px;
    margin: 8px 0;
}

.c-content-testimonial-3.c-option-default > .c-person > .c-person-detail > .c-position {
    color: #5c6873;
}

.c-content-testimonial-3 > .c-person > .c-person-detail > .c-position {
    margin: 3px 0 0 0;
}

.c-theme-font,
.c-theme-color {
    color: #32c5d2 !important;
}

.c-font-bold {
    font-weight: 600 !important;
}

/* --------------------------------- */
/* よくある質問
 ----------------------------------- */
p.caption {
    line-height: 2.6rem;
    margin: 8px 16px;
    font-size: 16px;
}
/* --------------------------------- */
/* お見積もり
 ----------------------------------- */
.wrap {
    margin: 0 auto;
    width: 100%;
}

.price-head h1 {
    text-align: center;
    margin-top: 2em;
    font-size: 2.5em;
    color: #fff;
}

.price-head h3 {
    color: #404042;
    font-size: 3em;
    text-decoration: none;
    font-weight: 700;
}

h3.h-price,
h4.h-price {
    font-weight: bold;
}

.pricing-grid1,
.pricing-grid2,
.pricing-grid3,
.pricing-grid4 {
    width: 24%;
    float: left;
    text-align: center;
    margin-right: 1%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    padding: 0;
    border: none;
    border-radius: 0.7em;
    -webkit-border-radius: 0.7em;
    -o-border-radius: 0.7em;
    -moz-border-radius: 0.7em;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.08);
}
/* .pricing-grid3{
 	margin-right: 0;
 }
*/
.pricing-grid1:hover,
.pricing-grid2:hover,
.pricing-grid3:hover,
.pricing-grid4:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    z-index: 1;
    border: none;
}

.pricing-grid1:nth-child(3) {
    margin-right: 0;
}

.price-value h2 a,
.price-value.two h3 a,
.price-value.three h4 a {
    font-size: 1.4em;
    color: #fff;
}

.price-value,
.price-value.two,
.price-value.three {
    background: linear-gradient(-90deg, #009ADB, #00DB9A);
    padding: 4.8em 0.6em 0.6em;
    border-bottom: 2px solid#ffd500;
    border-top-left-radius: 0.7em;
    -webkit-border-top-left-radius: 0.7em;
    -o-border-top-left-radius: 0.7em;
    -moz-border-top-left-radius: 0.7em;
    border-top-right-radius: 0.7em;
    -webkit-border-top-right-radius: 0.7em;
    -o-border-top-right-radius: 0.7em;
    -moz-border-top-left-radius: 0.7em;
    position: relative;
    font-weight: bold;
}

.price-value.two {
    background: linear-gradient(-90deg, #EE52FF, #009ADB);
    border-bottom: 2px solid #ffd500;
}

.price-value.three {
    background: linear-gradient(-90deg, #009ADB, #00DB9A);
    border-bottom: 2px solid#028f87;
}

.price-value ul,
.pricing-grid1 ul,
.pricing-grid2 ul,
.pricing-grid3 ul,
.pricing-grid4 ul {
    padding: 0;
}

.price-value ul li,
.pricing-grid1,
.pricing-grid2 ul li,
.pricing-grid3 ul li,
.pricing-grid4 ul li {
    list-style: none;
}

.price-value ul li {
    list-style: none;
}

.price-value h5 span {
    color: #fbd707;
    font-size: 19px;
}

.price-value lable {
    color: #fff;
    font-size: 16px;
}

.price-value.two h5 span {
    color: #fe6d72;
}

.price-value.two h5 lable {
    /*	color:#9CF7F8;*/
    color: #fff;
    font-weight: bold;
}

.price-value.three h5 span {
    color: #018f90;
}

.price-value.three h5 lable {
    color: #fff;
}

.price-value h5 {
    padding: 11px 0;
    margin: 0;
}

.sale-box,
.sale-box.two,
.sale-box.three {
    position: absolute;
    top: 0;
    overflow: hidden;
    display: block;
    height: 40px;
    width: 100%;
    text-align: center;
    z-index: 0;
    right: 0;
    border-top-right-radius: 0.7em;
    border-top-left-radius: 0.7em;
    -o-border-top-right-radius: 0.7em;
    -o-border-top-left-radius: 0.7em;
    -moz-border-top-right-radius: 0.7em;
    -moz-border-top-left-radius: 0.7em;
    -webkit-border-top-right-radius: 0.7em;
    -webkit-border-top-left-radius: 0.7em;
}

.sale-box span.on_sale {
    font-size: 14px;
    color: #f9f9f9;
    background: #ffd400;
    text-transform: uppercase;
    padding: 8px 10px 8px 10px;
    width: 100%;
    text-align: center;
    display: block;
    box-shadow: 2px -4px 13px 2px rgba(0, 0, 0, 0.75);
}

.sale-box.two.sale-box span.on_sale {
    background: #fa6e6f;
}

.sale-box.three.sale-box span.on_sale {
    background: #05AEA7;
}

.pricing-grid1 ul li a,
.pricing-grid2 ul li a,
.pricing-grid3 ul li a,
.pricing-grid4 ul li a {
    color: #C7C4C4;
    font-size: 12px;
    text-align: center;
    display: block;
    padding: 13px 0;
    text-decoration: none;
    font-weight: 400;
}

.pricing-grid1 ul li.whyt a,
.pricing-grid2 ul li.whyt a,
.pricing-grid3 ul li.whyt a,
.pricing-grid4 ul li.whyt a {
    background: #f4f4f4;
}

.pricing-grid1:hover div.price-bg ul li a,
.pricing-grid1:hover div.price-value h3 a {
    color: #02bcd6;
}

.pricing-grid2:hover div.price-bg ul li a,
.pricing-grid2:hover div.price-value h3 a {
    color: #fa6e6f;
}

.pricing-grid3:hover div.price-bg ul li a,
.pricing-grid3:hover div.price-value h3 a {
    color: #04dbdd;
}

.pricing-grid4:hover div.price-bg ul li a,
.pricing-grid3:hover div.price-value h3 a {
    color: #04dbdd;
}

.price-bg {
    background: #fff;
}

.price-bg ul {
    padding: 0;
    margin-bottom: 0;
}

.price-bg ul li {
    list-style: none;
}

.cart1,
.cart2,
.cart3 {
    padding: 1.4em 1em;
    display: block;
    border-bottom: 2px solid #ffd500;
    height: 136px;
    text-align: left;
}

.cart2 {
    border-bottom: 2px solid#f96d70;
}

.cart3 {
    border-bottom: 2px solid#04dbdd;
}

.cart1 a,
.cart2 a,
.cart3 a {
    color: #FFF;
    font-size: 0.9em;
    font-weight: 500;
    padding: 0.8em 2em;
    text-decoration: none;
    background: #f7d30b;
    text-transform: uppercase;
    -webkit-appearance: none;
    border-radius: 1em;
    -webkit-border-radius: 1em;
    -o-border-radius: 1em;
    -moz-border-radius: 1em;
    outline: none;
}

.cart2 a {
    background: #fa6e6f;
}

.cart3 a {
    background: #04dbdd;
}

.cart1 a:hover,
.cart2 a:hover,
.cart3 a:hover {
    color: #f7f7f7;
}

#tooltip {
    z-index: 999;
    text-align: center;
    position: relative;
    border-radius: 5px;
}

#tooltip:before {
    z-index: 999;
    content: attr(data-description);
    box-sizing: border-box;
    display: block;
    background: rgba(0, 0, 0, .7);
    color: white;
    padding: 10px 20px;
    position: absolute;
    left: 50%;
    top: -30px;
    margin-left: -100px;
    width: 200px;
    height: 65px;
    line-height: 25px;
    border-radius: 5px;
    opacity: 0;
    transition: .25s ease-in-out;
}

#tooltip:after {
    content: '';
    display: block;
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -8px;
    height: 0;
    width: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid rgba(0, 0, 0, .7);
    transition: .25s ease-in-out;
    opacity: 0;
}

#tooltip:hover:before {
    opacity: 1;
    top: -80px;
}

#tooltip:hover:after {
    opacity: 1;
    top: -15px;
}


/*-------メディアクエリ-------*/

@media(max-width:1366px) {
    .pricing-grid1 ul li a,
    .pricing-grid2 ul li a,
    .pricing-grid3 ul li a,
    .pricing-grid4 ul li a {
        font-size: 14px;
    }
}

@media(max-width:1024px) {
    .pricing-grid1 ul li a,
    .pricing-grid2 ul li a,
    .pricing-grid3 ul li a,
    .pricing-grid4 ul li a {
        font-size: 15px;
    }
    .price-value,
    .price-value.two,
    .price-value.three {
        padding: 4em 0 1em 0;
    }
    .price-value h2 a,
    .price-value.two h3 a,
    .price-value.three h4 a {
        font-size: 1.2em;
    }
    .price-head h1 {
        margin-top: 1em;
        font-size: 2.6em;
    }
    .pricing-grids {
        margin: 8% 0;
    }
}

@media(max-width:768px) {
    .pricing-grid1 h3 a,
    .pricing-grid2 h3 a,
    .pricing-grid3 h3 a,
    .pricing-grid4 h3 a {
        padding: 0.4em 1em;
        font-size: 0.7em;
    }
    .pricing-grid1,
    .pricing-grid2,
    .pricing-grid3,
    .pricing-grid4 {
        width: 55%;
        float: none;
        text-align: center;
        margin: 1em auto;
    }
    .price-head h1 {
        margin-top: 1em;
        font-size: 2.4em;
    }
    .cart1,
    .cart2,
    .cart3 {
        padding: 2em 0em 2em;
    }
}

@media(max-width:640px) {
    .pricing-grid1 ul li a,
    .pricing-grid2 ul li a,
    .pricing-grid3 ul li a,
    .pricing-grid4 ul li a {
        font-size: 15px;
    }
    .pricing-grid1,
    .pricing-grid2,
    .pricing-grid3,
    .pricing-grid4 {
        width: 65%;
        float: none;
        text-align: center;
        margin: 1em auto;
    }
    .pricing-grid1 ul li a,
    .pricing-grid2 ul li a,
    .pricing-grid3 ul li a,
    .pricing-grid4 ul li a {
        font-size: 15px;
        padding: 13px 0;
    }
    .payment-online-form-left input[type="text"] {
        padding: 1em 1em;
        width: 93%;
    }
    .payment-sendbtns {
        float: none;
        margin: 2em 0 1.5em;
    }
}

@media(max-width:480px) {
    .pricing-grid1,
    .pricing-grid2,
    .pricing-grid3,
    .pricing-grid4 {
        width: 81%;
    }
    .price-head h1 {
        margin-top: 1em;
        font-size: 2.1em;
    }
    .payment-online-form-left input[type="text"] {
        padding: 1em 1em;
        width: 91%;
    }
    .pop_up {
        border: 7px solid#485460;
    }
}

@media(max-width:320px) {
    .pricing-grid1,
    .pricing-grid2,
    .pricing-grid3,
    .pricing-grid4 {
        width: 100%;
        margin-right: 0;
    }
    .price-value h2 a,
    .price-value.two h3 a,
    .price-value.three h4 a {
        font-size: 1.2em;
    }
    .price-value h5 span,
    .price-value lable {
        font-size: 16px;
    }
    .price-head h1 {
        margin-top: 1em;
        font-size: 1.5em;
    }
    .payment-online-form-left input[type="text"] {
        padding: 0.8em 0.8em;
        width: 86%;
        font-size: 13px;
        margin: 3px;
    }
    .pop_up {
        border: 4px solid#485460;
    }
    .payment-online-form-left h4 {
        font-size: 1.4em;
    }
    .payment {
        background: url(http://preview.w3layouts.com/demos/flat_pricing_tables_design/web/images/icon.png) no-repeat -152px -21px;
    }
    .footer p {
        font-size: 0.9em;
        line-height: 1.5em;
    }
    ul.payment-sendbtns li {
        margin-top: 1em;
    }
}

/* --------------------------------- */
/* tag
 ----------------------------------- */
.tags {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.tags li {
    float: left;
}

.tag {
    background: #eee;
    border-radius: 3px 0 0 3px;
    color: #999;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 10px;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    font: 12px/1.5;
}

.tag::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}

.tag::after {
    background: #fff;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #eee;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}

/* --------------------------------- */
/* Campaign
 ----------------------------------- */
#fh5co-started .campaign {
    background-image: url(..//images/bg-campaign.png);
}

#fh5co-started .campaign p {
    color: #f9f9f9;
}

.icon-biginner {
    width: 24px;
    margin: 5px;
    padding-bottom: 5px;
}

a.btn.btn-primary.btn-lg.popup-vimeo.btn-video.btn-campaign.c-font-bold,
input.btn.btn-primary.btn-lg.popup-vimeo.btn-video.btn-campaign.c-font-bold {
    background: rgba(234, 146, 21, 0.8);
}

.col-xs-6.col-xs-offset-3.animate-box.fadeInUp.animated-fast.text-center {
    margin-top: -60px;
}

/* --------------------------------- */
/* Form
 ----------------------------------- */

.form_control_1 {
    font-size: 16px;
    top: 25px;
    transition: .2s ease all;
    color: #999;
    text-align: left;
}
/* --------------------------------- */
/* Contact Info
 ----------------------------------- */

.fh5co-contact-info {
    font-size: 14px;
}

/* --------------------------------- */
/* フッター固定問合せ
 ----------------------------------- */
.telephone-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 24px 0;
    background: #02bcd6;
    color: #fff;
}

.telephone-container .text-tel {
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
}

.telephone-container address {
    margin-bottom: 0;
    padding: 0 35px 0 35px;
    font-size: 24px;
    font-weight: bold;
    line-height: 12px;
    text-align: center;
}

.telephone-container address .icon-tel {
    margin-right: 4px;
    vertical-align: top;
    text-decoration: none;
}

.telephone-container .text-reception-time {
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
}

/* --------------------------------- */
/* @media (max-width: 360px)
 ----------------------------------- */
@media(max-width:360px) {
.fh5co-explore {
    margin-bottom: 32px;
}
.mt {
    margin-top: 24px;
}   
.subtitle{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #c9c9c9;
    }
p.caption {
    line-height: 2.6rem;
    margin: 0 auto;
    font-size: 16px;
    margin-bottom: 24px;
    }    
}/*@media (max-width: 360px) end*/

/* --------------------------------- */
/* @media (max-width: 479px)
 ----------------------------------- */
@media (max-width: 479px) {
    .telephone-container address {
        text-align: center;
        padding: 0.5em;
    }
    .telephone-container p.text-tel {
        font-size: 12px;
        text-align: center;
    }
    .telephone-container p.text-reception-time {
        text-align: center;
        font-size: 10px;
    }
    .tag {
        background: #eee;
        border-radius: 3px 0 0 3px;
        color: #999;
        display: inline-block;
        height: 26px;
        line-height: 26px;
        padding: 0 20px 0 23px;
        position: relative;
        margin: 10px;
        text-decoration: none;
        -webkit-transition: color 0.2s;
        /*    font: 12px/1.5; */
    }
}
/*@media (max-width: 479px) end*/

/* --------------------------------- */
/* @media (max-width: 768px)
 ----------------------------------- */
@media (max-width: 768px) {
    .img-responsive {
        width: 100%;
    }
}
/*@media (max-width: 768px) end*/