@charset "utf-8";

.iten_thanks{
    width: 100%;
    line-height: 40px;
    font-size: 178%;
    text-align: left;
    float: left;
    font-family: 'Josefin Sans', sans-serif;
    margin-top: -5px;
}
.iten_s_thanks{
    width: 63px;
    line-height: 40px;
    font-size: 80%;
    text-align: left;
    float: left;
    font-family: 'Josefin Sans', sans-serif;
}
.iten_txt_thanks{
    width: 100%;
    line-height: 25px;
    font-size: 85%;
    text-align: left;
    float: left;
    font-family: 'Josefin Sans', sans-serif;
}
.iten_wa_thanks{
    width: 100%;
    line-height: 10px;
    font-size: 85%;
    text-align: left;
    float: left;
    font-family: 'Josefin Sans', sans-serif;
    margin-top: 0px;
    margin-bottom: 20px;
}



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　表組み　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　表組み　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　表組み　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ページレイアウト*/
   
@media only screen and (max-width:650px) {
.cont_waku_r {
    width: 100%;
    text-align: left;
    float: right;
    font-size: 100%;
    line-height: 23px;
    border-bottom: 2.5px dotted #FF5C26;
    height: auto;
}
.cont_l {
    width: 95%;
    float: left;
    height: auto;
    font-weight: bold;
    padding-top: 25px;
    margin-left: 10px;
    margin-bottom: 10px;
}
.cont_r {
    width: 95%;
    float: left;
    height: auto;
    padding-bottom: 15px;
    margin-left: 10px;
}
.cont {
    float: left;
    margin-bottom: 100px;
    width: 100%;
}
.contactus_tel{
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.contactus_tel_txt{
    display: none;
}
.contactus_tel_txt_s{
    width: 100%;
}
.contactus_tel_number{
    font-size: 280%;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 45px;
}
.mail_man {
    display: none;
}
.mail_man img {
    display: none;
}
}


@media only screen and (min-width:650px)  and (max-width:850px){
.cont_waku_r {
    width: 100%;
    text-align: left;
    float: right;
    font-size: 100%;
    line-height: 23px;
    border-bottom: 2.5px dotted #FF5C26;
    height: auto;
}
.cont_l {
    width: 95%;
    float: left;
    height: auto;
    font-weight: bold;
    padding-top: 25px;
    margin-left: 20px;
    margin-bottom: 10px;
}
.cont_r {
    width: 95%;
    float: left;
    height: auto;
    padding-bottom: 15px;
    margin-left: 20px;
}
.cont {
    float: left;
    margin-bottom: 100px;
    width: 100%;
}
.contactus_tel{
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.contactus_tel_txt{
    display: none;
}
.contactus_tel_txt_s{
    width: 100%;
}
.contactus_tel_number{
    font-size: 280%;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 45px;
}
.mail_man {
    display: none;
}
.mail_man img {
    display: none;
}
}

@media only screen and (min-width:850px) {
.cont_waku_r {
    width: 100%;
    text-align: left;
    float: left;
    font-size: 100%;
    line-height: 23px;
    border-bottom: 1px dotted #FF5C26;
    height: auto;
}
.cont_l {
    width: 26%;
    float: left;
    height: auto;
    padding-top: 10px;
    padding-bottom: 3px;
    padding-left: 2%;
    line-height: 28px;
    font-weight: bold;
}
.cont_r {
    width: 67%;
    float: left;
    height: auto;
    padding-top: 10px;
    padding-bottom: 3px;
    padding-left: 4%;
    line-height: 20px;
    border-left: 1px dotted #FF5C26;
    color: #333333;
    font-size: 93%;
}
.cont {
    float: left;
    width: 750px;
    position: relative;
    top: 19%;
    margin-top: 50px;
    margin-left: 160px;
}
.cont_kakunin {
    float: left;
    width: 750px;
    position: relative;
    top: 5%;
    margin-top: 50px;
    margin-left: 160px;
}
.contactus_tel{
    width: 30%;
    float: left;
    position: relative;
    top: 80%;
    margin-left: 100px;
}
.contactus_tel_txt{
    display: none;
}
.contactus_tel_txt_s{
    width: 100%;
}
.contactus_tel_number{
    font-size: 280%;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 45px;
}
.mail_man {
    width: 390px;
    float: right;
    top: 50%;
    height: auto;
    position: relative;
}
.mail_man img {
    width: 100%;
    height: auto;
}
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　表組み　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　表組み　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　表組み　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.text01{
    color: #FF5C26;
    font-size: 80%;
    margin-top: 10px;
}
.text02{
    color: #FF5C26;
    font-size: 80%;
}


@media only screen and (min-width:850px)  and (max-width:1200px){
#formWrap {
    width: 700px;
    margin-top: -10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    color: #333;
    line-height: 120%;
    font-size: 90%;
}
.kakunin_text{
    text-align: center;
    font-size: 120%;
    line-height: 40px;
    margin-top: -50px;
    margin-bottom: 0px;
    font-weight: bold;
    float: left;
    width: 100%;
}
.scroll_waku {
    height: 450px !important;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 30px;
}
}

@media only screen and (min-width:1200px) {
#formWrap {
    width: 880px;
    margin-top: -10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    color: #333;
    line-height: 120%;
    font-size: 90%;
}
.kakunin_text{
    text-align: center;
    font-size: 120%;
    line-height: 40px;
    margin-top: -50px;
    margin-bottom: 50px;
    font-weight: bold;
    float: left;
    width: 100%;
}
.scroll_waku {
    height: 450px !important;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    float: left;
    margin-top: -40px;
    margin-bottom: 30px;
}
}



table.formTable{
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    border-collapse: collapse;
}
table.formTable td,table.formTable th{
    border-bottom: 2.5px dotted #FF5B26;
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
}
table.formTable th{
	width:20%;
	text-align:left;
    font-weight: bold;
}

p.error_messe{
	margin:5px 0;
	color:red;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:850px) {
#formWrap {
    width: 95%;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
    margin-top: 5px;
    font-weight: bold;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}

h4{
    margin-bottom: 50px;
    margin-top: 50px;
    font-size: 10%;
    line-height: 45px;
    font-weight: bold;
} 
h3{
    margin-bottom: 10px;
    margin-top: 40px;
    font-size: 150%;
} 
.kakunin_tit{
    margin-bottom: 50px;
    margin-top: 0px;
    font-size: 110%;
    line-height: 32px;
    font-weight: bold;
    color: #555555;
    float: left;
    width: 100%;
}




.bt_submit{
    width: 170px;
    height: 55px;
    background: url(../images/bt_goconfirm.jpg) center top no-repeat;
    margin-right: 10px;
    background-size: 170px auto;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 30px;
    border-width: 0px;
} 
.bt_submit:hover{
    cursor: pointer;
    opacity: 0.8;
}
.bt_reset{
    width: 170px;
    height: 55px;
    background: url(../images/bt_reset.jpg) center top no-repeat;
    margin-left: 10px;
    background-size: 170px auto;
    margin-top: -10px;
    border-width: 0px;
} 
.bt_reset:hover{
    cursor: pointer;
    opacity: 0.8;
}
.bt_send{
    width: 170px;
    height: 55px;
    background: url(../images/bt_send.jpg) center top no-repeat;
    margin-right: 10px;
    background-size: 170px auto;
    margin-left: 10px;
    border-width: 0px;
} 
.bt_send:hover{
    cursor: pointer;
    opacity:0.8;
}
.bt_button{
    width: 170px;
    height: 55px;
	background: url(../images/bt_cancel.jpg) center top no-repeat;
    margin-right: 10px;
    background-size: 170px auto;
    margin-left: 10px;
    border-width: 0px;
} 
.bt_button:hover{
    cursor: pointer;
    opacity:0.8;
}

@media only screen and (max-width:851px) {
.mailbutton{
    width: 100%;
    text-align: center;
    float: left;
    margin-top: 30px;
    margin-bottom: 50px;
}
.bt_button{
    width: 170px;
    height: 55px;
    background: url(../images/bt_cancel.jpg) center top no-repeat;
    margin-right: 10px;
    background-size: 170px auto;
    margin-left: 10px;
    border-width: 0px;
    margin-top: 20px;
    margin-bottom: 50px;
} 
.bt_button:hover{
    cursor: pointer;
    opacity:0.8;
}
}
@media only screen and (min-width:850px) {
.mailbutton{
    width: 100%;
    text-align: center;
    float: left;
}
.bt_button{
    width: 170px;
    height: 55px;
	background: url(../images/bt_cancel.jpg) center top no-repeat;
    margin-right: 10px;
    background-size: 170px auto;
    margin-left: 10px;
    border-width: 0px;
} 
.bt_button:hover{
    cursor: pointer;
    opacity:0.8;
}
}







/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　サンキューページ　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　サンキューページ　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */




@media only screen and (max-width:650px) {
.thanks {
    font-size: 110%;
    text-align: left;
    top: 25%;
    float: left;
    line-height: 35px;
    width: 100%;
    margin-right: 10%;
}
.toaster {
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.toaster img {
	width: 250px;
	height: auto;
}

.tel_form {
	width: 350px;
	margin-left: auto;
	margin-bottom: 30px;
	margin-top: 30px;
	margin-right: auto;
}
.tel_form img {
	width: 350px;
	height: auto;
}
.tel_num01 {
    font-size: 150%;
    font-family: 'Josefin Sans', sans-serif;
    margin-top: 200px;
    margin-bottom: 20px;
}
.tel_num02 {
    font-size: 250%;
    font-family: 'Josefin Sans', sans-serif;
    margin-top: 200px;
    line-height: 80px;
}
}




@media only screen and (min-width:651px)  and (max-width:850px){
.thanks {
    font-size: 120%;
    text-align: left;
    top: 25%;
    float: left;
    line-height: 35px;
    width: 100%;
}
.toaster {
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.toaster img {
	width: 350px;
	height: auto;
}

.tel_form {
	width: 389px;
	margin-left: auto;
	margin-bottom: 30px;
	margin-top: 30px;
	margin-right: auto;
}
.tel_form img {
	width: 389px;
	height: auto;
}
.tel_num01 {
    font-size: 150%;
    font-family: 'Josefin Sans', sans-serif;
    margin-top: 200px;
    margin-bottom: 20px;
}
.tel_num02 {
    font-size: 250%;
    font-family: 'Josefin Sans', sans-serif;
    margin-top: 200px;
    line-height: 80px;
}
}



@media only screen and (min-width:850px) {
.thanks {
    font-size: 120%;
    text-align: left;
    position: absolute;
    top: 25%;
    float: left;
    line-height: 35px;
    width: 700px;
    margin-right: 10%;
    margin-left: 160px;
}
.toaster {
    width: 400px;
    top: 45%;
    float: right;
    position: relative;
    text-align: right;
    margin-right: 30px;
}
.toaster img {
	width: 400px;
	height: auto;
}

.tel_form {
    width: 389px;
    margin-left: auto;
    margin-bottom: 30px;
    margin-top: 30px;
    margin-right: auto;

}
.tel_form img {
	width: 389px;
	height: auto;
}
.tel_num01 {
    font-size: 150%;
    font-family: 'Josefin Sans', sans-serif;
    margin-top: 200px;
    margin-right: 5px;
}
.tel_num02 {
    font-size: 255%;
    font-family: 'Josefin Sans', sans-serif;
    margin-top: 200px;
    line-height: 80px;
}
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　サンキューページ　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　サンキューページ　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */









@media only screen and (max-width:420px) {
.box_page_lead{
    text-align: left;
    width: 100%;
    float: left;
    font-size: 115%;
    line-height: 35px;
    font-weight: bold;
    color: #555555;
    margin-bottom: 30px;
    height: 80%;
    top: 150px;
    margin-top: 50px;
}
}


@media only screen and (min-width:420px)  and (max-width:650px){
.box_page_lead{
    text-align: left;
    width: 100%;
    float: left;
    font-size: 120%;
    line-height: 35px;
    font-weight: bold;
    color: #555555;
    margin-bottom: 30px;
    height: 80%;
    top: 180px;
    margin-top: 50px;
}
}


@media only screen and (min-width:651px)  and (max-width:850px){
.box_page_lead{
    text-align: left;
    width: 100%;
    float: left;
    font-size: 130%;
    line-height: 33px;
    font-weight: bold;
    color: #555555;
    margin-bottom: 30px;
    height: 80%;
    margin-top: 30px;
}
}

@media only screen and (min-width:851px) {
.box_page_lead{
    text-align: left;
    width: 100%;
    float: left;
    font-size: 140%;
    line-height: 35px;
    font-weight: bold;
    color: #555555;
    margin-bottom: 50px;
    height: auto;
    top: 14%;
    margin-right: 10%;
    position: absolute;
    left: 160px;
}
}
