@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;
   
    line-height: 1.7rem;
    }

/*ページトップボタン*/
#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;
}



/*トップ*/
#top {
    background-image: url("../images/voice/top_voice.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;
}

.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;
}


#voice h2 {
    font-size: 1.5rem;
    font-weight: bold;
    border-left: 7px solid #E41C71;
    padding-left: 0.5em;
    margin-top: 1em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    margin-bottom: 1em;
}
h3 {
    background-color: #eed9e7;
    border-left: 7px solid #d04d85;
    font-weight: normal;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    font-size: 0.9rem;
    padding-left: 0.5em;
}
#voice p img {
    width: 100%;
}
#voice {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
#voice p {
    font-size: 0.8rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1em;
    padding-bottom: 3em;
}

#voice strong {
    color: #1C1B5E;
    font-size: 1rem;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}
.voice_container p{
    width: 90%;
    margin: 0 auto;
    text-indent: 1em;   
}

/*会社概要*/
#profile table {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
td, th {
    border: 1px solid #838383;
}
table{
    border-collapse: collapse;
    margin-bottom: 1em;
}
tbody {
    border: none;
    
}
tbody tr th {
    font-size: 0.7rem;
    color: #fff;
    background-color: #baa6b3;
}
tbody tr td {
    font-size: 0.7rem;
    margin-left: 1em;
    background-color: #efe8ed;
}

td, th {
padding: 5px 10px;
}

/*お問い合わせ*/
#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;
}
.otoiawase p a {
    color: #FFF;
}

@media screen and (min-width:480px){
    
    body{
min-width:1248px;
}
    
    /*ページトップボタン*/

#page-top a {
    width: 100px;
    padding: 30px 0;
        }
    
#top h1 {
    padding-top: 3em;
    padding-bottom: 3em;
    font-size: 3rem;
}
    
.breadcrumbs {
    margin-left: 1em;
    margin-top: 2em;
}
.breadcrumbs ul li {
    font-size: 1rem;
}    
#voice #float {
    overflow-x: hidden;
    overflow-y: hidden;
}
#float #pic {
    width: 40%;
    float: left;
}
#float table {
    width: 50%;
    float: left;
    margin-left: 3em;
}
#voice .voice_container {
    clear: both;
}
#voice {
    width: 70%;
}
    #voice p {
    font-size: 1.1rem;
        line-height: 2em;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.5em;
    padding-bottom: 3em;
}

#voice p strong {
    font-size: 1.4rem;
    line-height: 1.8em;
    width: 80%;
}
#voice h2 {
    font-size: 1.8rem;
    border-left: 10px solid #E41C71;
    padding-left: 0.7em;
    margin-top: 3em;
}
h3 {
    background-color: #eed9e7;
    border-left: 10px solid #d04d85;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    font-size: 1.4rem;
    padding-left: 0.7em;
}    
    .voice_container p{
    width: 85%;
    margin: 0 auto;
    text-indent: 1em;   
}

/*会社概要*/
#profile table {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
tbody tr th {
    font-size: 1rem;
}
tbody tr td {
    font-size: 1rem;
    margin-left: 1.3em;
    background-color: #efe8ed;
}
 
td, th {
padding: 12px 20px;
}
 
    /*お問い合わせ*/
#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;
}  
    
    
}
