    body {
        background: #fef4ec;
    }
    body, html {
        font-family: "Noto Sans JP", sans-serif;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    div {
        box-sizing: border-box;
    }
    .title_wrap {
        text-align: center;
    }
    .title {
        font-size: 0;
    }
    .main_wrap {
        padding: 0 15px 45px;
    }
    .main_container {
        margin: 0 auto;
        max-width: 1140px;
    }
    .main_txt1 {
        text-align: center;
        color: #f18f43;
        font-weight: 700;
        font-size: 16px;
        margin: 50px 0;
    }
    .form_box {
        background: #fff;
        border-radius: 10px;
        padding: 8px 20px 20px;
        margin: 0 0 30px;
    }
    .re_table, .re_table tbody,	.re_table thead, .re_table tr, .re_table th, .re_table td {
    	width: 100%;
    	table-layout: fixed;
    	box-sizing: border-box;
    	display: block;
    }
    .re_table {
    	table-layout: fixed!important;
    	border-collapse: collapse;
    }
    .formtable th, .formtable td {
        text-align: left;
        position: relative;
        font-weight: 500;
        font-size: 16px;
    }
    .formtable tr {
        border-bottom: 1px solid #e4e4e4;
    }
    .formtable tr:last-child {
        border-bottom: none;
    }
    .formtable th {
        padding: 24px 0 10px;
    }
    .formtable th.hissu::after {
        content: "必須";
        display: inline-block;
        background: #eb1c24;
        color: #fff;
        padding: .2em .5em;
        font-size: 11px;
        vertical-align: middle;
        margin: 0 0 3px 18px;
    }
    .formtable td {
        padding: 0 0 18px;
    }
    .formtable td input[type="text"], .formtable td input[type="number"], .formtable td input[type="tel"], .formtable td input[type="email"] {
        border: 1px solid #b1b1b1;
        border-radius: 5px;
        height: 50px;
        width: 100%;
        padding: 0 12px;
        margin: 0 0 6px;
    }
    input.zipcode {
        max-width: 200px;
    }
    input.age {
        max-width: 100px;
        margin-right: 5px!important;
    }
    ::placeholder {
        color: #b1b1b1;
    }
    .formtable_txt1 {
        font-size: 12px;
        color: #b1b1b1;
        font-weight: 500;
        margin: 12px 0 10px;
    }
    .inputflex1 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .inputflex1_box {
        width: 49%;
    }
    .inputflex1_box > p {
        font-weight: 500;
        margin: 0 0 4px;
    }
    .radio1 label {
        margin: 0 1.2em 0 0;
    }
    .radio1 label input {
        margin-right: 4px;
    }
    .checkbox1 label {
        margin: 0 1.2em 6px 0;
        display: inline-block;
    }
    .checkbox1 label input {
        margin-right: 4px;
    }
    .formtable_txt1_2 {
        margin: 12px 0 18px;
    }
    .form_submitbtn_wrap {
        text-align: center;
    }
    .submitbtn {
        display: inline-block;
        width: 100%;
        color: #fff;
        text-align: center;
        font-weight: 600;
        background: #f18f43;
        font-size: 20px;
        border-radius: 10px;
        border: none;
        padding: 1em 10px;
        max-width: 480px;
        border: 2px solid #f18f43;
        cursor: pointer;
    }
    .form_prevbtn_wrap {
        text-align: center;
        margin: 0 0 20px;
    }
    .prevbtn {
        display: inline-block;
        width: 100%;
        color: #f18f43;
        text-align: center;
        font-weight: 600;
        background: #fff;
        font-size: 20px;
        border-radius: 10px;
        border: none;
        padding: 1em 10px;
        max-width: 270px;
        border: 2px solid #f18f43;
        cursor: pointer;
    }
    .copyright {
        text-align: center;
        padding: 30px 10px;
    }
    .copyright p {
        font-size: 10px;
        font-weight: 500;
    }
    #inputFile {
        position: relative;
        text-align: center;
    }
    #dropArea {
        width: 100%;
        padding: 20px 0 34px;
        border: 1px dashed #b1b1b1;
        background: rgba(22, 165, 191, 0);
        transition: all 0.25s cubic-bezier(0.21, 0.51, 0.51, 1);
        margin: 0;
        font-size: 12px;
        line-height: 1.4;
        cursor: pointer;
        border-radius: 5px;
    }
    #dropArea:hover {
        background: #f6f6f6;
    }
    #dropArea.dragover {
        background: rgba(0, 0, 0, 0.1);
    }
    #uploadFile {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        display: block;
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    #inputFileWrap {
        position: absolute;
        display: inline-block;
        z-index: 5;
    	left: 50%;
    	bottom: 17px;
    	transform: translateX(-50%);
    	-webkit-transform: translateX(-50%);
    	-ms-transform: translateX(-50%);
    }
    #btnChangeFile {
        display: none;
    }
    #btnInputFile, #btnChangeFile {
        font-size: 14px;
        color: #0000ee;
    }
    #upFileWrap.selected #btnInputFile {
        display: none;
    }
    #upFileWrap.selected #btnChangeFile {
        display: table;
    }
    #btnNumFile {
        position: absolute;
        right: 5px;
        bottom: 5px;
        color: #b1b1b1;
        font-size: 12px;
    }
    #btnNumFile::before {
        content: "0";
    }
    #upFileWrap.selected #btnNumFile::before {
        content: "1";
    }
    #upFileWrap.selected #dropArea {
        border: none;
        background: #f0f0f0;
        font-size: 16px;
        background-image: url(../img/file.svg);
        background-repeat: no-repeat;
        background-position: left 10px center;
        background-size: 45px;
        padding: 20px 70px 34px;
    }
    input[type=file]::-webkit-file-upload-button { 
        cursor: pointer;
    }
    .send_txt {
        text-align: center;
        line-height: 1.65;
        font-size: 16px;
        padding: 30px 0 20px;
    }
    
    
    @media screen and (min-width: 768px) {
        .re_table tr {
    		display: table-cell;
    		width: auto;
    	}
    	.re_table, .re_table tr {
    		display: table;
    		width: 100%;
    		box-sizing: border-box;
    	}
        .re_table th {
    		display: table-cell;
    		width: auto;
    	}
    	.re_table td {
    		display: table-cell;
    		width: auto;
    	}
    	.title_wrap {
    	}
    	.main_txt1 {
    	    font-size: 20px;
    	    margin: 80px 0;
    	}
    	.form_box {
    	    padding: 20px 60px 40px;
    	    margin-bottom: 60px;
    	}
    	.formtable th, .formtable td {
    	    vertical-align: middle;
    	    padding: 40px 0;
    	    margin: 0;
    	}
    	.formtable th {
    	    width: 25%;
    	    padding-bottom: 46px;
    	}
    	.formtable th.hissu::after {
    	    position: absolute;
    	    right: 0;
    	}
    	.formtable td {
    	    padding-left: 45px;
    	}
    	.formtable tr.tr1 th {
    	    padding-top: 18px;
    	    padding-bottom: 62px;
    	}
    	.copyright {
    	    padding: 70px 10px 45px;
    	}
    	.submitbtn {
    	    font-size: 25px;
    	}
    	.prevbtn {
    	    font-size: 25px;
    	}
    	.form_btn_flex {
    	    display: flex;
    	    justify-content: center;
    	    flex-wrap: wrap;
    	}
    	.form_prevbtn_wrap {
    	    width: 270px;
    	    margin: 0 30px 20px 0;
    	}
    	.form_submitbtn_wrap {
    	    width: 480px;
    	}
    	.br-sp {
    	    display: none;
    	}
    }
    
    
    
    
    
    
    
    