* {
  font-famly:sans-seif;
}


/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}



html{
overflow-x: hidden;
font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}


body {
    font-size: 14px;
    line-height: 1.42857143;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
background-repeat:repeat;
overflow-x: hidden;
}

section:{
margin: 0px;
}

.view_sp{
display:none;
}

.lead{
font-size:1.25em;
color:#333;
}
.s{
font-size:0.7em;
font-weight:normal;
line-height:0.5rem;
}

.bold{
font-weight:bold;

}

.count-this{
font-size:1.25em;
font-weight:bold;
letter-spacing:3px;
line-height:2em;
}


.red{
color:#D76B5E;
}

.mt-20{
margin-top:20px;
}

.mt-50{
margin-top:50px;
}

.mt-100{
margin-top:100px;
}

.clear-100{
margin-top:0px;
}


.red{
   color: red;
}



ul {
    margin: 0;
    padding: 0px;
    list-style: none;
}

h1 {
    font-size: 60px;
}

h2 {

    font-weight: 300;
    margin-bottom: 30px;
}


h3, h4, h5 {

    font-weight: 400;
    margin-bottom: 20px;
}


a h4:hover {
    text-decoration: underline;
}



@font-face { 
    font-family: 'FontAwesome'; 
    src: local('FontAwesome'); 
}

ul li {

    line-height: 27px;
    list-style-type: none;

}

a {
    color: #0064c8;
}

a:hover {
    color: #009be3;
}


img {
  max-width: 100%;
  height: auto;
}


.branding img#logo {
    max-width: initial;
    margin-left: -15px;
}


.clear {
    clear: both;
}

.center {
text-align:center;
margin:0 auto;
}


.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    
}


.caption {
    text-align: center;
    margin-bottom: 70px;
    border:4px solid #efefef;
    border-radius:10px;
    margin:0 10px 20px 0px;
    background: #ffffff;
    min-height:400px;
}

.cap_t{

font-size:1em;
width:80%;
display:block;
margin:10px auto;

}


.btn-cta-primary {
color: #ffffff !important;
padding: 15px 30px 15px 30px !important;
border-radius: 30px;
border:2px solid #fff;
letter-spacing: 2px;
transition: all .2s ease-in-out;
margin-top: 25px;
text-transform: uppercase;
font-weight: bold;
}

.btn-cta-primary:hover {
transition: all .2s ease-in-out;
background-color: #333;

}



.btn-cta-blue {
    background-color: #0785f2;
}

.btn-cta-blue:hover {
    background-color: #fff;
    color: #0785f2 !important;
}


.btn-cta-pink {

background-color: #E67E73;
color: #ffffff !important;
padding: 15px 30px 15px 30px !important;
border-radius: 30px;
border:2px solid #fff;
letter-spacing: 2px;
transition: all .2s ease-in-out;
margin-top: 25px;
text-transform: uppercase;
font-weight: bold;

}

.btn-cta-pink:hover {
background-color: #333;
color: #fff;

}





/***************** NAV ***************/

 #top-nav {
    transition: all 0.2s linear 0s;

 }

.navbar-fixed-top {
    background-color: transparent;
    border: none;

}


.navbar-fixed-top li a {

    font-size: 14px;
    font-weight: 400;
    transition: color 0.3s, border 0.3s;

}

.navbar-default .navbar-nav .activenav a {
    border-bottom: 1px solid #0785f2;
}

.navbar-default .navbar-nav .activenav a:hover {
    border-bottom: 1px solid #0785f2;
}

.navbar-nav > li > a {
    border-bottom: 1px solid transparent;
    transition: color 0.3s, border 0.3s;
}

.navbar-fixed-top .navbar-nav > li > a:hover {
    border-bottom: 1px solid #fff;
}

 
.fixed-header {
    background: #fff !important;
    box-shadow: 0 6px 4px -4px rgba(0,0,0,0.1);
    padding-top: 15px;
    padding-bottom: 15px;
 }

 .fixed-header .navbar-nav > li > a {
     color: #000;
     opacity: 1;
 }

.fixed-header .navbar-default .navbar-nav .activenav a { 
    opacity: 1;
}

.fixed-header .navbar-nav >li > a:hover {
    border-bottom: 1px solid #111;
}


#top-nav.navbar-scroll-changed {
    background: none;
    margin: 0 auto;
    border: 0;
    padding-top: 15px;
    padding-bottom: 15px;
 }




/************ INDEX ***************/
.hero-overlay{background:rgba(0,0,0,.0);
height:700px;top:0;left:0;bottom:0;right:0
}

.hero-image{margin-bottom:70px}

.hero-image #home{background: url("../images/home-hero-1.jpg") center no-repeat;position:relative;width:100%;background-size:cover;overflow:hidden


}

#home{
margin-top:-20px;
padding-top:70px;
}

.hero-overlay p{
font-size:1.25em;
line-height:2em;
}

.main-message{position:absolute;text-align:center;top:50%;transform:translateY(-50%);-o-transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);width:100%}



.main-message h1{font-weight:bold;font-size:40px;color:#fff}


.title {
    text-align: center;
    margin-bottom: 70px;
}

.title p {
    font-size: 14px;
    color: #9d9d9d;
}

.title h2 {
margin-bottom: 15px !important;
}

.description {

    font-weight: bold;
    text-align: center !important;
    padding-bottom: 5px;
    max-width: 450px;
    margin: 0 auto;
}

.description-image {
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.4px;
    padding: 15px 230px;
    line-height: 25px;
}


.text-white{
color:#fff;
}



.w_out{
color:#fff;
background:none;
border:1px solid #fff;
font-size:1em;
padding:10px 30px;
margin:15px 0 0px 0;
}

.w_out:hover{
background:#000;
transition: 1.0s ;
}





.box1200{

width:1200px;
margin:0px auto;
display:block;
padding-bottom:50px;
}




#features { 
    padding-bottom: 80px;
    padding-top: 50px;
       background: url("../images/bg_service.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	text-align:center;

}


.box_white{
background:rgba(255,255,255,0.8);
border:1px solid #cdcdcd;
width:70%;
padding:40px 20px 40px 17%;
text-align:left;
display:block;
margin: 0px auto;
color:#333;
font-size:1.25em;
}

#features i.fa {

    color: #E67E73;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    font-weight:bold;
}



#features h4 {
    padding-left: 10px;
    padding-right: 10px;
    line-height:1.5em;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
	          font-weight:bold;
}




a.company img{
    margin: 0 auto 10px;
    margin-bottom: 30px;
    width: auto;
}



#services{
padding-bottom:80px;
}

#services p{
font-size:18px;
}


/************ INDEX ***************/



/************ PAGE TITLE ***************/


#tit_page {
margin-top: -20px;
margin-bottom: 0px;
padding-top: 50px;
background: url("../images/bg_service02.jpg");
background-repeat:no-repeat;
background-size:cover;
text-align:center;

}




#tit_page h2 {
    padding-left: 10px;
    padding-right: 10px;
    line-height:1.5em;
text-shadow: 0 0 5px #fff,
               0 0 5px #fff,
               0 0 5px #fff,
               0 0 5px #fff;
	       font-weight:bold;
}



/************ PAGE TITLE ***************/


/************ PRICE TABLE ***************/


#plan {
padding-top: 70px;
padding-bottom: 70px;
background: rgb(255,249,238);
background: linear-gradient(140deg, rgba(255,249,238,1) 0%, rgba(255,255,255,1) 49%, rgba(251,241,227,1) 100%);

}

.price-table {
    padding-top: 20px;
    padding-bottom: 30px;  
    text-align: center;
    background-color: #fff;
    border: 6px solid #ffdf91;
    transition: all .2s ease-in-out;
    cursor: pointer;
    margin: 5px;
    min-height:400px;
}

.red_line{
  border: 6px solid #D76B5E;
}


.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: 2em;
    font-weight: 300;

}


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: #0785f2;
    margin-top: -20px;
    z-index: 10;
    border: none;
}

.price-table:hover * {
    color: #fff !important;  
}

.th_option{
background-color: #FAEBD7;
text-align:center;
width:30%;
}






/**************** END MEDIA QUERIES **************/


.marketing-action {
    position: relative;
    background: url('../images/bg_contact.jpg');
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;

}

.overlay {
background: rgb(108,87,182);
background: linear-gradient(90deg, rgba(108,87,182,0.7553396358543417) 0%, rgba(181,104,120,0.738532913165266) 100%);
   width: 100%;
   padding:20px 50px 20px 80px;
   color:#fff;
}


.marketing-action .text{
    padding-top:50px;
    text-align: center;
   color:#fff;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    
}

.marketing-action a{
  color:#fff;
  text-decoration:none;    
}

.marketing-action a:hover{
  color:#000;
text-decoration:underline;
}

.marketing-action h1{
    margin-bottom: 15px !important;
    margin-top: 0px;
    color:#fff;
}

.marketing-action .text h1 {
    color: #ffffff;
}

.btn-cta-buy {
    background-color: #ffae00;
    margin-top: 0px;
}

.btn-cta-buy:hover {
    background-color: #fff;
    color: #009be3 !important;
    margin-top: 0px;
}


/************ FOOTER ***************/


#footer {
     margin-bottom: 0px;   
     background-color: #fff;
     padding: 50px;
     text-align:center;

}


.back-to-top {
    position: fixed;
    right: 10px;
    bottom: 20px;
    color: #fff;
    width: 40px;
    height: 40px;
    z-index: 9999;
    display: none;
     font-weight:bold;  
}
.back-to-top:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background: #E67E73;

}
.back-to-top:after {
    content: "↑";
    display: block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    left: 0;
    top: 0;
}




/**************** MEDIA QUERIES ******************/


@media (max-width: 768px) {

.mt-50{
margin-top:5px;
}
.mt-100{
margin-top:15px;
}



.hero-overlay{background:rgba(0,0,0,.0);
height:auto;top:0;left:0;bottom:0;right:0;
padding-bottom:20px;
}

.hero-overlay img{
width:100%;
}

.hero-overlay h3{
font-size:1.25em;
font-weight:bold;
}

.hero-overlay h4{
font-size:1em;
font-weight:bold;
}

.pc{
position:absolute;
top:0;
}

.hero-image{margin-bottom:70px}

.hero-image #home{background: url("../images/home-hero-1.jpg") center no-repeat;position:relative;width:100%;background-size:cover;overflow:hidden


}

#home{
margin-top:-20px;
padding-top:20px;
}

.hero-overlay p{
font-size:1em;
line-height:2em;
}


    .navbar-fixed-top {
        background: #fff !important;
        box-shadow: 0 6px 4px -4px rgba(0,0,0,0.1);

    }
    
    .navbar-default .navbar-nav >li >a {
        color: #828282;
        opacity: 1;
        line-height: 20px !important;
    }
    
    .navbar-fixed-top .navbar-toggle .icon-bar {
        background-color: #222 !important;

    }



.box_white{
background:rgba(255,255,255,0.4);
border:1px solid #cdcdcd;
width:100%;
padding:40px 20px 40px 20px;
text-align:left;
display:block;
margin: 20px auto;
color:#333;
font-size:1.1em;
margin-top:0px;
}


.view_pc{
display:none;
}

.view_sp{
display:block;
}





.description {
font-size:1.3em;
    font-weight: bold;
    text-align: center !important;
    padding-bottom: 5px;
    max-width: 450px;
    margin: 0 auto;
}


#features h4 {
    padding-left: 10px;
    padding-right: 10px;
    line-height:1.5em;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
	          font-weight:bold;
		  font-size:1.1em;
}




}


@media(max-width: 768px) {
    .price-table {
        margin: 30px!important;
    }
    
    
    
.box1200{

width:90%;
margin:15px auto;
display:block;
}


}





/*
input[type="text"] textarea
input[type="●●●"] 適宜追加
*/


form{
margin-top:70px;
margin-bottom:50px;
}


textarea,
input[type="number"],
input[type="text"] {
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
    font-size: 1.4rem;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

textarea {
    height: 100px; /* お好みの高さに */
}

/* フォーカス時の色変更 */

textarea:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="text"]:focus {
    border: 1px solid #333;
}


input[type="submit"],input[type="reset"],input[type="button"]{
background:#ffbe33;
display:inline-block;
padding:5px 20px 5px 20px;
margin:5px 0px 5px 5px;
font-size:1.25em;
border:none;
border-radius:5px;
box-shadow: 1px 1px 1px rgba(9,9,9,0.5);
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #fead00;
cursor:pointer;
}
