@charset "utf-8";

    /* .postcode_search{
	    box-sizing: border-box;
	    background-color:#fff100;
	    border-radius:5px;
	    padding:10px;
	    text-align:center;
		お住まいの郵便番号を入力してくださいの周り

	}
	
    .postcode_search_title{
		font-size:22px;
		font-weight:bold;
	    margin-bottom:10px;
		お住まいの郵便番号を入力してください文字装飾
	} */




/*　　　スマートフォン部分　　　*/

/* @media only screen and (max-width: 480px) {
    .fm-enqueteout tr:first-child td:not(.fm-enquete tr:first-child td) {
        padding-left: 0px;
        padding-right: 0px;
		ヘッダー部分左右余白
    }
    table.fm-enquete {
        width: 100% !important;
		設問部分の左右余白
    }

    .fm-answer, .fm-verticalanswer{
		padding: 5px !important;
		入力ボックスの周り
		}
	 .postcode_search_title{
	    font-size:18px;
		お住まいの郵便番号を入力してください文字装飾
	}

	
} */







/*　　　パソコン部分　　　*/

/* @media only screen and (min-width: 481px) and (max-width: 1024px) {
    .fm-enqueteout tr:first-child td:not(.fm-enquete tr:first-child td) {
        padding-left: 0px;
        padding-right: 0px;
    }
	
	.fm-verticalquestion {
		padding-bottom:0px !important;
		font-size:22px;
		}


} */

.fm-enqueteout {
	width: 100% !important;
	margin: 0 auto !important;
}

.fm-enqueteout > tbody > tr:first-child > td {
	padding: 0 0 10px !important;
}

