@charset "utf-8";
/*------------------------------------------------
.sub_title-box
------------------------------------------------*/ 
.sub_title-box {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    background-image: url(images/bg.jpg);
    background-position: center 56%;
    background-repeat: no-repeat;
}

.sub_title-box_inner {
    box-sizing: boder-box;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    color: #2C5B04;
    padding-top: 50px;
}
/*------------------------------------------------
.sub_title-h2
------------------------------------------------*/ 
.sub_title-h2 {
    position: relative;    /* 位置調整 */
    font-weight: normal;   /* 文字の太さ調整 */
    font-size: 2.5em;    /* 文字位置指定 */
    width: 90%;
    padding-top: 70px;
    color: #472703;
    animation-name: RightToLeft;/* アニメーション名 */
    animation-duration: 0.9s;
    margin-right: auto;
    margin-left: auto;
    letter-spacing: 3px;
    text-align: center;
}
.text-combine {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}


@media screen and (max-width: 768px){
.sub_title-box_inner {
    box-sizing: boder-box;
    width: 96%;
    max-width: 768px;
    margin: 0 auto;
    padding-right: 0px;
    padding-left: 0px;
    color: #2C5B04;
    padding-top: 150px;
}    
/*------------------------------------------------
.sub_title-h2
------------------------------------------------*/ 
.sub_title-h2 {
    position: relative;    /* 位置調整 */
    font-weight: normal;   /* 文字の太さ調整 */
    font-size: 1.7em;    /* 文字位置指定 */
    width: 96%;
    padding-top: 100px;
    color: #472703;
    animation-name: RightToLeft;/* アニメーション名 */
    animation-duration: 0.9s;/* アニメーション時間 */
    margin: 0;
    float: none;
    letter-spacing: 0px;
    text-align: center;
}
.text-combine {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
} 

}
