@charset "UTF-8";


/* mainvisual
------------------------------------------------- */
.mainvisual {
    background: url("../img/service/mainvisual.jpg") center center no-repeat;
    background-size: cover;
}
.mainvisual h2 {
	width: 263px;
    padding: 130px 0 0 90px;
}


/* cont1
------------------------------------------------- */
.cont1 {
    width: 700px;
    padding: 45px 145px 70px; 
    margin: 0 auto;
    border-bottom: 1px solid #6b5d52;
    position: relative;
}
.cont1 h3 {
    width: 676px;
    margin-bottom: 45px;
}
.cont1 p {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    line-height: 1.7;
    color: #231815;
}
.cont1 .photo {
    position: absolute;
    right: 130px;
    top: 170px;
    width: 200px;
}


/* cont2
------------------------------------------------- */
.cont2 {
    width: 890px;
    padding: 50px 0 30px 100px; 
    margin: 0 auto;
    position: relative;
}
.cont2 table th {
    width: 135px;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    font-weight: normal;
    color: #6b5d52;
    text-align: left;
    vertical-align: top;
    line-height: 1.9;
}
.cont2 table td {
    font-weight: normal;
    color: #6b5d52;
    text-align: left;
    vertical-align: top;
    line-height: 1.9;
}
.cont2 table td h4 {
    font-weight: bold;
    padding-bottom: 15px;
}
.cont2 table td table th {
    width: 90px;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 15px;
    line-height: 1.9;
}
.cont2 table td table td {
    font-size: 15px;
    line-height: 1.9;
}
.cont2 .fb {
    position: absolute;
    right: 125px;
    bottom: 35px;
    width: 39px;
}


/* img_left, img_right
------------------------------------------------- */
.img_left,
.img_right {
	position: absolute;
    top: 0;
    z-index: 6;
}
.img_left {
    width: 90px;
    left: 0;
}
.img_right {
    width: 60px;
    right: 0;
}