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

}

/*----------------------------------------------------
form
------------------------------------------------*/ 
.sub_artcle_in {
	width: 90%;
	margin-left: auto;
margin-right: auto;	
}
.form_in {
	width: 80%;
	margin-left: auto;
margin-right: auto;	
}
/*mail-pc*/	
input {
font-size: 18px;
}
textarea {
font-size: 18px;
}

select{
font-size:16px;
border:1px;
}
.text_si {
	font-size:16px;
}
.yubin {
}

.todoufuken {

}
.article_m_3 {
    font-size: 90%;
    /*	line-height: 23px;*/
    padding-bottom: 15px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 25px;
}
#ssl-box {
	border: 1px dotted #FD1902;
	padding: 15px;
	background-color: #FEF9F9;
}
.tyui {
    width: 96%;
    padding: 2%;
    background-color: #EDEBEB;
    border: 1px dotted #949494;
    margin-top: 20px;
}
.tel_left {
    width: 42%;
    float: left;
    padding-right: 2%;
    padding-top: 40px;
    text-align: center;
}
.twl_right {
    width: 42%;
    float: right;
    padding-left: 2%;
      padding-top: 40px;
     text-align: center;
}
	
/*-----------------------------------------------------
横幅768pxまで　
-------------------------------------------------------*/
@media only screen and (max-width:768px){

	
/*----------------------------------------------------
  お問い合わせ　a10
----------------------------------------------------*/
	.sub_artcle_in {
	width: 98%;
	margin-left: auto;
margin-right: auto;	
}
.form_in {
	width: 100%;
	margin-left: auto;
margin-right: auto;	
}
.yubin {
	display: block;
}
	textarea {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	height: 15em;
	font-size: 20px;
}
input {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
font-size: 24px;
}
input[type="checkbox"] {
    width: 10%;
	font-size:20px;

}
select{
font-size:20px;
border:1px;
}

}