@charset "utf-8";

/* CSS Document */


/****************************************************************************
英語用CSS ※takeshita_eng.cssの後に読み込んでください。
*****************************************************************************/

body {
    font-family: "Roboto", sans-serif;
    line-height: 1.5;
    letter-spacing: 0.04em;
}

#head_tel {
    position: relative;
}

#head_tel img {
    float: left;
}

#head_tel .head_lang {
    top: 8px;
}

.title,
.top_box_title,
.title_sub_icon {
    font-family: 'Crimson Text', serif;
    font-weight: 500;
}


/*top*/

.top_box_title {
    position: relative;
    height: auto;
    background-image: none;
}

.top_box_title:before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #BA0F23;
}

.top_box {
    line-height: 1.4;
}

.top_box.last {
    width: 100%;
}


/*biz*/

.biz_text_box {
    margin-top: 0;
}


/*flow*/

.flow_box0 p {
    width: 600px;
}

.flow_box3 .flow_box_text,
.flow_box5 .flow_box_text,
.flow_box7 .flow_box_text {
    width: 440px;
}


/*comp*/

p.ceo {
    float: right;
    font-size: 16px;
}

p.ceo span {
    margin-left: 10px;
    font-family: 'Satisfy', serif;
    font-size: 30px;
}


/*contact*/

.contact_box1 {
    background-image: url(../img/contact/en_img01_tel.png);
}

#submit_btn {
    background: url(../img/contact/en_send.png) no-repeat;
}
