@charset "UTF-8";
/*リセット用CSS*/
* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-size: 100%;
}

img{
    vertical-align: bottom;
}
body {
    color: 333333;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 1rem;
    }
/*共通CSS*/
/*各見出し*/

#service h2 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.2em;
   
}

#service h2 .sub {
    font-weight: bold;
    font-size: 1.5rem;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 0.5em;
}
.main #service .account {
    margin-bottom: 1em;
}

.sub2 {
    font-size: 2rem;
    text-align: center;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    color: #e41c71;
    top: auto;
}
h3   {
    font-weight: bold;
    font-size: 1.2rem;
    border-left: 10px solid #d04d85;
    padding-left: 0.8em;
    margin-bottom: 0.3em;
    margin-top: 1em;
}
h4 {
    font-size: 1rem;
    font-weight: bolder;
    line-height: 1.5em;
}
/*main以下*/

/*ページトップボタン*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding: 0px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

.breadcrumbs ul li {
    display: inline-block;
    font-size: 0.8rem;
}
.breadcrumbs {
    margin-top: 0.5em;
    margin-right: 0.5em;
    margin-left: 0.5em;
    margin-bottom: 0.5em;
}
.breadcrumbs ul .nolink {
    color: #545454;
}
 .breadcrumbs ul li a {
   color: #0066c0;
} 

/*トップ*/
#top {
    background-image: url(../images/service/top_service.jpg);
    background-repeat: none;
    background-size: cover;
}
#top h1 {
    color: #FFF;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.6em;
    padding-top: 1em;
    padding-bottom: 1em;
}
/*キャッチコピー*/
.catchcopy br{
    display: none;
}
.catchcopy{
    font-size: 1rem;
    width: 90%;
    margin:1em auto;
}

/*container*/
#container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
/*サービス*/
#service .consulting .red {
    color: #FC0004;
}
#service p   {
    margin-top: 0.7em;
    font-size: 0.9rem;
    line-height: 1.7em;
}


.main #service .consulting {
    padding-bottom: 1em;
    margin-top: 1.5em;
}
.main #service .hr {
    padding-bottom: 1em;
}
.main #service.ma {
    padding-bottom: 1em;
}
.main #service.account {
    padding-bottom: 1em;
}


#service .detail1 {
    padding: 1em;
    border: 0.5em solid #f2e9ed;
    position: relative;
    margin-top: 2.3em;
    margin-left: 1em;
    margin-right: 1em;
}
#service .detail2 {
    padding: 1em;
    background-color: #f2e9ed;
    position: relative;
    margin-top: 2.3em;
    margin-left: 1em;
    margin-right: 1em;
}
.consulting .detail1 h2{
    position: absolute;
    top:-2.5%; 
}
.account .detail1 h2{
    position: absolute;
    top:-5.5%; 
}
.hr .detail2 h2{
    position: absolute;
    top:-1.5%; 
}
.ma .detail2 h2{
    position: absolute;
    top: -3.5%; 
}
em {
    color: #FF0004;
}
.hr p em  {
    font-weight: bold;
    font-style: normal;
    color: #000000;
}
.ma p em {
    font-weight: bold;
    font-style: normal;
    color: #000000;
}

#service img{
    width: 100%;
}

/*お問い合わせ*/
#contact h2 {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2em;
    border: none;
    background-color: #F0F0F0;
}
#contact h2 .sub {
    text-align: center;
    color: #e41c71;
    font-weight: bold;
    font-size: 1.3rem;
}
#contact .contact_form {
    width: 45%;
    
    float: left;
}
.otoiawase{
    width: 100%;
    margin: 0 auto;
   
}
#contact .contact_form p {
    background-color: #DC6597;
    padding: 0.7em 0.2em;
    border-radius: 15px;
    width: 90%;
    color: #FFFFFF;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
}

#contact .contact_form p:hover{
    opacity: 50%;
}
#contact {
   width: 100%;
    margin-top: 3em;
    background-color: #F0F0F0;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}
.contact1 .tel .teltime {
    font-size: 0.3rem;
}
#contact .sub3 {
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
    margin-top: 1em;
}



#contact .tel {
    width: 45%;
    float: left;
    font-size: 1.3rem;
    font-weight: bold;
    margin-left: 0.4em;
    margin-right: 1em;
    text-align: left;    
}
#contact .contact1 {
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
}


.main{
    width: 100%;
}


/*PC用　480px以上*/
@media screen and (min-width:480px){
 body{
min-width:1248px;
}   

    /*ページトップボタン*/

#page-top a {
    width: 100px;
    padding: 30px 0;
        }
   
.breadcrumbs {
    margin-left: 1em;
    margin-top: 2em;
}
.breadcrumbs ul li {
    font-size: 1rem;
}    
  
/*トップ*/    
#top h1 {
    padding-top: 3em;
    padding-bottom: 3em;
    font-size: 3rem;
}

    
/*キャッチコピー*/    
.main #service .catchcopy p {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.catchcopy br{
        display: block;
    }
    
/*container*/    
#container {
    width: 80%;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
}
    
/*サービス*/   
#service img {
        width: 35%;
    }

.detail1 {
    width: 70%;
}
.detail2 {
    width: 70%;
    
}
#service  h2 {
    font-size: 2.2rem;
   
}
    .consulting h2{
         position: absolute;
    top: -3%
    }
   
#service h2 .sub2 {
    font-size: 2.6rem;
}

.contents {
    margin-top: 1.5em;
    padding-left: 2em;
    width: 80%;
}
.contents2 {
   margin-top: 1.5em;
    padding-left: 2em;
    width: 80%;
    
}    
        
    .hr h2{
        padding-left: 1em;
    }
    .ma h2{
        padding-left: 1em;
        
    }
h3 {
    font-size: 1.5rem;
    margin-top: 2em;
}
h4 {
    font-size: 1.3rem;
    padding-top: 1em;
}
#service p {
    font-size: 1.1rem;
}
    .consulting{
        position: relative;
        padding-top: 3em;
    }
    .consulting img{
        position: absolute;
        left: 65%;
        z-index: 100;
    }
     .account{
        position: relative;
         padding-top: 3em;
    }
    .account img{
        position: absolute;
        left: 65%;
        top: 2em;
        z-index: 100;
    }
   .hr{
        position: relative;
       padding-top: 3em;
    }
    .hr img{
        position: absolute;
        left: 65%;
        z-index: 100;
    }
    .ma{
        position: relative;
       padding-top: 3em;
    }
    .ma img{
        position: absolute;
        left: 65%;
        z-index: 100;
    }
    .hr .detail2{
        
    }
    .hr p{
        padding-top: 1em;
    }
    .ma p{
        padding-top: 1em;
    }


    
/*お問い合わせ*/
#contact h2   {
    line-height: 1.6em;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 2.2rem;
}
#contact h2 .sub {
    font-size: 1.8rem;
}
#contact .contact1 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
#contact .sub3 {
    font-size: 1.5rem;
    padding-bottom: 2em;
}
.contact1 .tel p {
    line-height: 1.5em;
}
#contact .contact1 .tel {
    width: 45%;
    margin-left: 2.5em;
    margin-right: 0;
}
#contact .contact_form {
    width: 45%;
 
}  
    .otoiawase{
        width: 90%;
    }
#contact .contact_form p {
    width: 100%;
    font-size: 1.8rem;
    line-height: 1.6em;
    padding: 1.2em 0em;
    
    
}
    
.contact1 .tel .teltime {
    font-size: 1rem;
}
.phone_number {
    margin: 0;
    padding-right: 1.3em;
    padding-left: 1.3em;
    padding-bottom: 1.3em;
    font-size: 2rem;
    background-image: url(../images/phone-32.png);
    background-repeat: no-repeat;
    background-position: 2% 13%;
    background-size: 1em;
}  
    
    
    
    }
