


input[type="text"],
textarea {
    padding: 0.8em;
    outline: none;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    margin-top: -10px;
}

input[type="text"].input50{
    width: 50%;
    margin-left: 20px;
}
input[type="text"].input70{
    width: 70%;
    margin-left: 20px;
}


textarea{
    height: 200px;
}


input[type="text"]:focus,
textarea:focus {
	box-shadow: 0 0 7px #3498db;
	border: 1px solid #3498db;
}

input[type="text"]:focus,
textarea:focus {
	box-shadow: 0 0 7px #3498db;
	border: 1px solid #3498db;
}


.sysNextSubmit {
    background-color: #1F4672;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	text-align: center;
	padding: 30px 50px 25px 50px;
	border-radius: 0px;
	margin: 0 auto;
    border: none;
    cursor: pointer;
    letter-spacing: 0.1em;
}
.sysNextSubmit:hover {
    background-color: #FF8000;
}


.sysbackSubmit {
    background-color: #848484;
	font-weight: bold;
	font-size: 14pt;
	color: #fff;
	text-align: center;
	padding: 30px 50px 25px 50px;
	border-radius: 0px;
	margin: 0 auto;
    border: none;
    cursor: pointer;
    letter-spacing: 0.1em;
    margin-right: 0;
    margin-bottom: 15px;
}
.sysbackSubmit:hover {
    background-color: #FF8000;
}


@media screen and (min-width: 1000px) {

    .sysbackSubmit {
        margin-right: 30px;
        margin-bottom: 20px;
    }
    
    
}





.radio-input{
  display: none;
}
.radio-input + label{
  padding-left: 22px;
  position:relative;
  margin-right: 20px;

}
.radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio-input:checked + label{
  color: #009a9a;
}
.radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #009a9a;
  border-radius: 50%;
}


/*css radio02*/
.radio02-input{
  display: none;
    
}

.radio02-input + label{
    padding-left: 25px;
    position:relative;
    margin-right: 20px;
    display: block;
    margin-bottom: 10px;
    line-height: 1.7;
    font-size: 15px;
    width: auto;
    cursor: pointer;
}
.radio02-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio02-input:checked + label{
  color: #009a9a;
}
.radio02-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 4px;
  width: 9px;
  height: 9px;
  background: #009a9a;
  border-radius: 50%;
    
}


/*css radio03*/
.radio03-input{
  display: none;
}

.radio03-input + label{
    padding-left: 25px;
    position:relative;
    margin-right: 20px;
    display: block;
    margin-bottom: 15px;
    line-height: 1.7;
    font-size: 15px;
    width: 100%;
    cursor: pointer;
    float: left;
    box-sizing: border-box;
}
.radio03-input + label::before{
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    border-radius: 50%;
}
.radio03-input:checked + label{
  color: #1F4672;
}
.radio03-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 4px;
  width: 9px;
  height: 9px;
  background: #1F4672;
  border-radius: 50%;
    
}



/*css radio04*/
.radio04-input{
  display: none;
    
}

.radio04-input + label{
    padding-left: 25px;
    position:relative;
    margin-right: 20px;
    display: block;
    margin-bottom: 15px;
    line-height: 1.7;
    font-size: 15px;
    width: calc( (100% - 60px)/3);
    cursor: pointer;
    float: left;
    box-sizing: border-box;
}
.radio04-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio04-input:checked + label{
  color: #1F4672;
}
.radio04-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 4px;
  width: 9px;
  height: 9px;
  background: #1F4672;
  border-radius: 50%;
    
}

.radio04-input2{
  display: none;
    
}
.radio04-input2 + label{
    padding-left: 25px;
    position:relative;
    margin-right: 20px;
    display: block;
    margin-bottom: 15px;
    line-height: 1.7;
    font-size: 15px;
    width: 100%;
    cursor: pointer;
    float: left;
    box-sizing: border-box;
}

.radio04-input2 + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio04-input2:checked + label{
  color: #1F4672;
}
.radio04-input2:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 4px;
  width: 9px;
  height: 9px;
  background: #1F4672;
  border-radius: 50%;
    
}

/* css checkbox01 */
.checkbox01-input{
  display: none;
}


.checkbox01-parts{
    width: 25% !important;
    position:relative;
    font-size: 16px !important;
    font-weight: normal !important;
    padding: 10px 0px 0 30px  !important;
    margin-bottom: 5px !important;
    float: left;
}
.checkbox01-parts::before{
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 20px !important;
    height: 20px !important;
    border: 2px solid #999 !important;
    border-radius: 0px !important;
    margin-top: 5px;
}
.checkbox01-input:checked + .checkbox01-parts{
    color: #1F4672;
}
.checkbox01-input:checked + .checkbox01-parts::after{
    content: "";
    display: block;
    position: absolute;
    top: 14px !important;
    left: 7px !important;
    width: 7px !important;
    height: 14px !important;
    transform: rotate(40deg);
    border-bottom: 3px solid #1F4672;
    border-right: 3px solid #1F4672;
}


.checkbox01-consent{
    width: 25%;
    position:relative;
    font-size: 16px !important;
    font-weight: normal !important;
    padding: 10px 0 0 30px  !important;
    margin-bottom: 15px !important;
}
.checkbox01-consent::before{
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #999 !important;
    border-radius: 0px !important;
    margin-top: 5px;
    background: #FFF;
}
.checkbox01-input:checked + .checkbox01-consent{
    color: #1F4672;
}
.checkbox01-input:checked + .checkbox01-consent::after{
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: 7px;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 3px solid #1F4672;
    border-right: 3px solid #1F4672;
}















/* sec_coating_contact
------------------------------------------------------------*/

#sec_coating_contact{
    margin:0;
    padding:20px 0 30px 0;
    text-align: left;
}

#sec_coating_contact .inner{
    margin: 0 auto;
    max-width: 1460px;
    overflow: hidden;
    padding: 0 10px;
}


#sec_coating_contact .inner h1 {
    position: relative;
    display: block;
    text-align: left;
    font-size: 20px;
    color: #1F4672;
    box-sizing: border-box;
    line-height: 1.6;
    letter-spacing: 0.01em;
    padding: 5px 0 10px 25px;
    font-weight: bold;
    letter-spacing: 0.03em;
}

#sec_coating_contact .inner h1:before {
    content: '';
    position: absolute;
    top: 40%;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 4px;
    background-color: #1F4672;
}


#sec_coating_contact .inner .scc_contact_box{
    overflow: hidden;
    display: block;
    padding: 0 0px;
    box-sizing: border-box;
}

#sec_coating_contact .inner .scc_contact_box p{
    font-size: 14px;
    color: #222222;
    margin-bottom: 20px;
    line-height: 2;
}
#sec_coating_contact .inner .scc_contact_form{
    overflow: hidden;
    display: block;
    padding: 0 10px;
    box-sizing: border-box;
    background: #FFF;
    width: 100%;
    margin: 0 auto;
}



#sec_coating_contact .inner .scc_contact_form form{
    margin: 20px 0 50px 0;
    text-align: center;
}

table.coating_entry_form{
	width: 100%;
	margin: 0 auto 20px auto;
    font-size: 16px;
    border-collapse:collapse
	}
table.coating_entry_form tr{
    border-bottom: 1px dotted #CCC;
}

table.coating_entry_form th{
	width: 27%;
	padding: 15px 0 0 0;
	text-align: left;
    letter-spacing: 0.05em;
    vertical-align: top;
	}
table.coating_entry_form th em{
    font-style: normal;
    background: #FF4000;
    color:#FFFFFF;
    font-weight: normal;
    padding: 0px 7px 2px 7px;
    border-radius: 4px;
    font-size: 13px;
    margin-top: 3px;
    line-height: 1.5em;
    margin-left: 20px;
}
table.coating_entry_form th span{
    display: block;
    font-size: 80%;
    font-weight: normal;
	}
	
table.coating_entry_form td{
	padding: 20px 0;
    border: none;
    text-align: left;
	}

table.coating_entry_form th,
table.coating_entry_form td {
    border: none;
    display: block;
    width: 100%;
    
}

	
#sec_coating_contact .inner .scc_contact_form .privacy_chk{
	width: 100%;
	margin: 0 auto;
	border: solid 1px #BFBFBF;
	padding: 10px 10px;
	line-height: 1.7;
	height: 224px;
	overflow:auto;
    text-align: left;
    font-size: 13px;
    box-sizing: border-box;
	}
	
#sec_coating_contact .inner .scc_contact_form .privacy_chk span{
	font-weight: bold;
	font-size: 16px;
	line-height: 3em;
	}
	
#sec_coating_contact .inner .scc_contact_form .consent{
	width: 100%;
	margin: 20px auto 20px;
	background-color:#E5E5E5;
	font-size: 11pt;
	text-align: center;
	padding: 10px 0 10px 0;
    box-sizing: border-box;
	}
	

#sec_coating_contact .inner .scc_contact_form select{
    padding: 0.4em 0.3em 0.3em 0.3em;
    outline: none;
    border: 1px solid #AAA;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 15px;
    width: auto;
    box-sizing: border-box;
    margin-top: -10px;
    margin-left: 20px;
}



#sec_coating_contact .inner .scc_contact_form .button{
	width: 300px;
	background-color: #ED7054;
	font-weight: bold;
	font-size: 14pt;
	color: #fff;
	text-align: center;
	padding: 15px 0;
	border-radius: 5px;
	margin: 0 auto;
	}





/*  画面サイズが640pxまで  */
@media screen and (min-width: 640px) {
    #sec_coating_contact .inner h1 {
        font-size: 34px;
        padding: 5px 0 10px 30px;
    }
    
    #sec_coating_contact .inner h1:before {
        top: 45%;
    }
    
    #sec_coating_contact .inner .scc_contact_box{
        padding: 0 20px;
    }
    #sec_coating_contact .inner .scc_contact_box p{
        font-size: 16px;
    }
    #sec_coating_contact .inner .scc_contact_form{
        padding: 0 20px;
        width: 90%;
    }
    #sec_coating_contact .inner .scc_contact_form form{
        margin: 50px 0 50px 0;
        text-align: center;
    }
    
    
}


@media screen and (min-width: 1000px) {

    #sec_coating_contact{
        margin:0;
        padding:30px 0 50px 0;
        text-align: left;
    }
    
    #sec_coating_contact .inner{
        padding: 0 10px;
    }
    #sec_coating_contact .inner .scc_contact_box{
        padding: 0 30px;
    }
    #sec_coating_contact .inner .scc_contact_form{
        padding: 0 30px;
        margin-top: 10px;
    }
    
    table.coating_entry_form{
        width: 85%;
        margin: 0 auto 20px auto;
        font-size: 16px;
	}
    
    table.coating_entry_form th {
        display: table-cell;
        width: 220px;
        padding: 30px 0 30px 10px;
        text-align: left;
        font-size: 16px;
    }
    table.coating_entry_form td {
        width: calc( 100% - 220px );
        display: table-cell;
        padding: 30px 40px 20px 40px;
        text-align: left;
        font-size: 16px;
        box-sizing: border-box;
    }
    
    table.coating_entry_form th em{
        float: right;
    }
    #sec_coating_contact .inner .scc_contact_form .consent{
        width: 79%;
        margin: 20px auto 40px;
        background-color:#E5E5E5;
        font-size: 14pt;
        text-align: center;
        padding: 12px 0 12px 0;
        box-sizing: border-box;
    }
    #sec_coating_contact .inner .scc_contact_form .privacy_chk{
        width: 79%;
        margin: 0 auto;
        border: solid 1px #BFBFBF;
        padding: 20px 30px;
        line-height: 1.7;
        height: 224px;
        overflow:auto;
        text-align: left;
        font-size: 15px;
        }

    
    
}






/* sec_machine_trial
------------------------------------------------------------*/

#sec_machine_trial{
    margin:0;
    padding:30px 0 10px 0;
    text-align: left;
}

#sec_machine_trial .inner{
    margin: 0 auto;
    max-width: 1460px;
    overflow: hidden;
    padding: 0 10px;
}


#sec_machine_trial .inner h1 {
    position: relative;
    display: block;
    text-align: left;
    font-size: 20px;
    color: #005F66;
    box-sizing: border-box;
    line-height: 1.6;
    letter-spacing: 0.01em;
    padding: 5px 0 10px 25px;
    font-weight: bold;
    letter-spacing: 0.03em;
}

#sec_machine_trial .inner h1:before {
    content: '';
    position: absolute;
    top: 40%;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 4px;
    background-color: #005F66;
}
#sec_machine_trial .inner .trial_flow_box{
    overflow: hidden;
    display: block;
    padding: 0 0px;
    box-sizing: border-box;
}

#sec_machine_trial .inner .trial_flow_box p{
    font-size: 14px;
    color: #222222;
    margin-bottom: 20px;
    line-height: 2;
}


table.tbl_sample{
    text-align: center;
    line-height: 1.7;
    font-size: 12px;
    vertical-align: top;
    padding: 0;
}

table.tbl_sample td.ts_left {
    text-align: center;
    width: 50%;
    line-height: 1.7;
    font-size: 12px;
    vertical-align: middle;
    padding: 10px 0;
}

table.tbl_sample td.ts_right {
    text-align: center;
    width: 50%;
    line-height: 1.7;
    font-size: 12px;
    vertical-align: middle;
    padding: 10px 0;
}


table.tbl_sample td.ts_left .customer_name{
	width: 100%;
	padding: 5px 2px;
	background: #006766;
	font-size: 14px !important;
    text-align: center;
    font-weight: bold;
	color: #FFF !important;
	outline: 1px solid #FFFFFF;
	outline-offset: -2px;
    box-sizing: border-box;
}
table.tbl_sample td.ts_right .itf_name{
	width: 100%;
	padding: 5px 2px;
	background: #054D94;
	font-size: 14px !important;
    text-align: center;
    font-weight: bold;
	color: #FFF !important;
	outline: 1px solid #FFFFFF;
	outline-offset: -2px;
    letter-spacing: 0em;
    box-sizing: border-box;
}

.sample_cs_box {
    width: 100%;
    text-align: left;
    background: #E5EFEF;
    padding: 5px 5px;
    box-sizing: border-box;
}
.sample_cs_box .sctitle {
    font-size: 14px;
    color: #006666;
    font-weight: bold;
    padding: 5px;
}

#sec_machine_trial .inner .trial_flow_box .sample_cs_box p{
    font-size: 14px;
    line-height: 1.7;
    padding-left: 5px;
    box-sizing: border-box;
    margin-bottom: 5px;
}
.sample_ts_box {
    width: 100%;
    text-align: left;
    background: #E6EDF4;
    padding: 5px 5px;
    box-sizing: border-box;
}
.sample_ts_box .sttitle {
    font-size: 14px;
    color: #054D94;
    font-weight: bold;
    padding: 5px;
}

#sec_machine_trial .inner .trial_flow_box .sample_ts_box p{
    font-size: 14px;
}


table.tbl_sample td.ts_center {
    text-align: center;
    padding: 5px 5px;
    line-height: 1.7;
    font-size: 14px;
    background: #FCEDA9;
    color: #212121;
    font-weight: bold;
}
    	




/*  画面サイズが640pxまで  */
@media screen and (min-width: 640px) {
    #sec_machine_trial .inner h1 {
        font-size: 34px;
        padding: 5px 0 10px 30px;
    }
    
    #sec_machine_trial .inner h1:before {
        top: 45%;
    }
    
    #sec_machine_trial .inner .trial_flow_box{
        padding: 0 30px;
    }
    #sec_machine_trial .inner .trial_flow_box p{
        font-size: 16px;
    }
    
    table.tbl_sample{
        padding: 10px;
    }
    
    table.tbl_sample td.ts_left .customer_name{
        font-size: 20px !important;
    }
    table.tbl_sample td.ts_right .itf_name{
        font-size: 20px !important;
        letter-spacing: 0.1em;
    }
    
    table.tbl_sample td.ts_left {
        padding: 10px;
    }

    table.tbl_sample td.ts_right {
        padding: 10px;
    }
    
    
    .sample_cs_box {
        width: 100%;
        text-align: left;
        background: #E5EFEF;
        padding: 15px 20px;
        box-sizing: border-box;
    }
    .sample_cs_box .sctitle {
        font-size: 16px;
        color: #006666;
        font-weight: bold;
        padding: 5px;
    }

    #sec_machine_trial .inner .trial_flow_box .sample_cs_box p{
        font-size: 14px;
        line-height: 1.7;
        padding-left: 30px;
        box-sizing: border-box;
        margin-bottom: 5px;
    }
    .sample_ts_box {
        width: 100%;
        text-align: left;
        background: #E6EDF4;
        padding: 15px 20px;
        box-sizing: border-box;
    }
    .sample_ts_box .sttitle {
        font-size: 16px;
        color: #054D94;
        font-weight: bold;
        padding: 5px;
    }

    #sec_machine_trial .inner .trial_flow_box .sample_ts_box p{
        font-size: 14px;
    }

    table.tbl_sample td.ts_center {
        text-align: center;
        padding: 15px 0 15px 0;
        line-height: 1.7;
        font-size: 18px;
        background: #FCEDA9;
        color: #212121;
        font-weight: bold;
    }

    
}


@media screen and (min-width: 1000px) {

    #sec_machine_trial{
        margin:0;
        padding:40px 0 0 0;
        text-align: left;
    }
    
    #sec_machine_trial .inner{
        padding: 0 10px;
    }
    
}











/* sec_machine_trial_form
------------------------------------------------------------*/

#sec_machine_trial_form{
    margin:0;
    padding:20px 0 30px 0;
    text-align: left;
}

#sec_machine_trial_form .inner{
    margin: 0 auto;
    max-width: 1460px;
    overflow: hidden;
    padding: 0 10px;
}


#sec_machine_trial_form .inner h1 {
    position: relative;
    display: block;
    text-align: left;
    font-size: 20px;
    color: #005F66;
    box-sizing: border-box;
    line-height: 1.6;
    letter-spacing: 0.01em;
    padding: 5px 0 10px 25px;
    font-weight: bold;
    letter-spacing: 0.03em;
}

#sec_machine_trial_form .inner h1:before {
    content: '';
    position: absolute;
    top: 40%;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 4px;
    background-color: #005F66;
}


#sec_machine_trial_form .inner .smtf_contact_box{
    overflow: hidden;
    display: block;
    padding: 0 0px;
    box-sizing: border-box;
}

#sec_machine_trial_form .inner .smtf_contact_box p{
    font-size: 14px;
    color: #222222;
    margin-bottom: 20px;
    line-height: 2;
}
#sec_machine_trial_form .inner .smtf_contact_form{
    overflow: hidden;
    display: block;
    padding: 0 10px;
    box-sizing: border-box;
    background: #FFF;
    width: 100%;
    margin: 0 auto;
}



#sec_machine_trial_form .inner .smtf_contact_form form{
    margin: 20px 0 50px 0;
    text-align: center;
}

table.trial_entry_form{
	width: 100%;
	margin: 0 auto 20px auto;
    font-size: 16px;
    border-collapse:collapse
	}

table.trial_entry_form tr{
    border-bottom: 1px dotted #CCC;
}

table.trial_entry_form th{
	width: 27%;
	padding: 15px 0 0 0;
	text-align: left;
    letter-spacing: 0.05em;
    vertical-align: top;
    
	}
table.trial_entry_form th em{
    font-style: normal;
    background: #FF4000;
    color:#FFFFFF;
    font-weight: normal;
    padding: 0px 7px 2px 7px;
    border-radius: 4px;
    font-size: 13px;
    margin-top: 3px;
    line-height: 1.5em;
    margin-left: 20px;
}
table.trial_entry_form th span{
    display: block;
    font-size: 80%;
    font-weight: normal;
	}
	
table.trial_entry_form td{
	padding: 20px 0;
    border: none;
    text-align: left;
	}

table.trial_entry_form th,
table.trial_entry_form td {
    border: none;
    display: block;
    width: 100%;
    
}

	
#sec_machine_trial_form .inner .smtf_contact_form .privacy_chk{
	width: 100%;
	margin: 0 auto;
	border: solid 1px #BFBFBF;
	padding: 10px 10px;
	line-height: 1.7;
	height: 224px;
	overflow:auto;
    text-align: left;
    font-size: 13px;
    box-sizing: border-box;
	}
	
#sec_machine_trial_form .inner .smtf_contact_form .privacy_chk span{
	font-weight: bold;
	font-size: 16px;
	line-height: 3em;
	}
	
#sec_machine_trial_form .inner .smtf_contact_form .consent{
	width: 100%;
	margin: 20px auto 20px;
	background-color:#E5E5E5;
	font-size: 11pt;
	text-align: center;
	padding: 10px 0 10px 0;
    box-sizing: border-box;
	}
	

#sec_machine_trial_form .inner .smtf_contact_form select{
    padding: 0.4em 0.3em 0.3em 0.3em;
    outline: none;
    border: 1px solid #AAA;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 15px;
    width: auto;
    box-sizing: border-box;
    margin-top: -10px;
    margin-left: 20px;
}



#sec_machine_trial_form .inner .smtf_contact_form .button{
	width: 300px;
	background-color: #ED7054;
	font-weight: bold;
	font-size: 14pt;
	color: #fff;
	text-align: center;
	padding: 15px 0;
	border-radius: 5px;
	margin: 0 auto;
	}





/*  画面サイズが640pxまで  */
@media screen and (min-width: 640px) {
    #sec_machine_trial_form .inner h1 {
        font-size: 34px;
        padding: 5px 0 10px 30px;
    }
    
    #sec_machine_trial_form .inner h1:before {
        top: 45%;
    }
    
    #sec_machine_trial_form .inner .smtf_contact_box{
        padding: 0 20px;
    }
    #sec_machine_trial_form .inner .smtf_contact_box p{
        font-size: 16px;
    }
    #sec_machine_trial_form .inner .smtf_contact_form{
        padding: 0 20px;
        width: 90%;
    }
    #sec_machine_trial_form .inner .smtf_contact_form form{
        margin: 50px 0 50px 0;
        text-align: center;
    }
    
    
}


@media screen and (min-width: 1000px) {

    #sec_machine_trial_form{
        margin:0;
        padding:70px 0 100px 0 !important;
        text-align: left;
    }
    
    #sec_machine_trial_form .inner{
        padding: 0 10px;
    }
    #sec_machine_trial_form .inner .smtf_contact_box{
        padding: 0 30px;
    }
    #sec_machine_trial_form .inner .smtf_contact_form{
        padding: 0 30px;
        margin-top: 10px;
    }
    
    table.trial_entry_form{
        width: 85%;
        margin: 0 auto 20px auto;
        font-size: 16px;
	}
    
    table.trial_entry_form th {
        display: table-cell;
        width: 220px;
        padding: 30px 0 30px 10px;
        text-align: left;
        font-size: 16px;
    }
    table.trial_entry_form td {
        width: calc( 100% - 220px );
        display: table-cell;
        padding: 30px 40px 20px 40px;
        text-align: left;
        font-size: 16px;
        box-sizing: border-box;
    }
    
    table.trial_entry_form th em{
        float: right;
    }
    #sec_machine_trial_form .inner .smtf_contact_form .consent{
        width: 79%;
        margin: 20px auto 40px;
        background-color:#E5E5E5;
        font-size: 14pt;
        text-align: center;
        padding: 12px 0 12px 0;
        box-sizing: border-box;
    }
    #sec_machine_trial_form .inner .smtf_contact_form .privacy_chk{
        width: 79%;
        margin: 0 auto;
        border: solid 1px #BFBFBF;
        padding: 20px 30px;
        line-height: 1.7;
        height: 224px;
        overflow:auto;
        text-align: left;
        font-size: 15px;
        }

    
    
}








/* sec_machine_flow
------------------------------------------------------------*/

#sec_machine_flow{
    margin:0;
    padding:30px 0 10px 0;
    text-align: left;
}

#sec_machine_flow .inner{
    margin: 0 auto;
    max-width: 1460px;
    overflow: hidden;
    padding: 0 10px;
}


#sec_machine_flow .inner h1 {
    position: relative;
    display: block;
    text-align: left;
    font-size: 20px;
    color: #005F66;
    box-sizing: border-box;
    line-height: 1.6;
    letter-spacing: 0.01em;
    padding: 5px 0 10px 25px;
    font-weight: bold;
    letter-spacing: 0.03em;
}

#sec_machine_flow .inner h1:before {
    content: '';
    position: absolute;
    top: 40%;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 4px;
    background-color: #005F66;
}
#sec_machine_flow .inner .trial_flow_box{
    overflow: hidden;
    display: block;
    padding: 0 0px;
    box-sizing: border-box;
}

#sec_machine_flow .inner .trial_flow_box p{
    font-size: 14px;
    color: #222222;
    margin-bottom: 20px;
    line-height: 2;
}


table.tbl_flow{
    text-align: center;
    line-height: 1.7;
    font-size: 12px;
    vertical-align: top;
    padding: 0;
    width: 100%;
}

table.tbl_flow td.ts_left {
    text-align: center;
    width: 50%;
    line-height: 1.7;
    font-size: 12px;
    vertical-align: middle;
    padding: 10px 0;
}

table.tbl_flow td.ts_right {
    text-align: center;
    width: 50%;
    line-height: 1.7;
    font-size: 12px;
    vertical-align: middle;
    padding: 10px 0;
}


table.tbl_flow td.ts_left .customer_name{
	width: 100%;
	padding: 5px 2px;
	background: #006766;
	font-size: 14px !important;
    text-align: center;
    font-weight: bold;
	color: #FFF !important;
	outline: 1px solid #FFFFFF;
	outline-offset: -2px;
    box-sizing: border-box;
}
table.tbl_flow td.ts_right .itf_name{
	width: 100%;
	padding: 5px 2px;
	background: #054D94;
	font-size: 14px !important;
    text-align: center;
    font-weight: bold;
	color: #FFF !important;
	outline: 1px solid #FFFFFF;
	outline-offset: -2px;
    letter-spacing: 0em;
    box-sizing: border-box;
}

.sample_cs_box {
    width: 100%;
    text-align: left;
    background: #E5EFEF;
    padding: 5px 5px;
    box-sizing: border-box;
}
.sample_cs_box .sctitle {
    font-size: 14px;
    color: #006666;
    font-weight: bold;
    padding: 5px;
}

#sec_machine_flow .inner .trial_flow_box .sample_cs_box p{
    font-size: 14px;
    line-height: 1.7;
    padding-left: 5px;
    box-sizing: border-box;
    padding-left: 30px;
        margin-bottom: 5px;
}
.sample_ts_box {
    width: 100%;
    text-align: left;
    background: #E6EDF4;
    padding: 5px 5px;
    box-sizing: border-box;
}
.sample_ts_box .sttitle {
    font-size: 14px;
    color: #054D94;
    font-weight: bold;
    padding: 5px;
}

#sec_machine_flow .inner .trial_flow_box .sample_ts_box p{
    font-size: 14px;
    padding-left: 30px;
        margin-bottom: 5px;
    box-sizing: border-box;
}


.sample_center_box {
    width: 100%;
    text-align: left;
    background: #fff6cc;
    padding: 5px 5px;
    box-sizing: border-box;
}
.sample_center_box .sttitle {
    font-size: 14px;
    color: #212121;
    font-weight: bold;
    padding: 5px;
}

#sec_machine_flow .inner .trial_flow_box .sample_center_box p{
    font-size: 14px;
    padding-left: 30px;
        margin-bottom: 5px;
    box-sizing: border-box;
}



table.tbl_flow td.ts_center {
    text-align: center;
    padding: 5px 5px;
    line-height: 1.7;
    font-size: 14px;
    background: #fff6cc;
    color: #212121;
    font-weight: normal;
}
    	




/*  画面サイズが640pxまで  */
@media screen and (min-width: 640px) {
    #sec_machine_flow .inner h1 {
        font-size: 34px;
        padding: 5px 0 10px 30px;
    }
    
    #sec_machine_flow .inner h1:before {
        top: 45%;
    }
    
    #sec_machine_flow .inner .trial_flow_box{
        padding: 0 30px;
    }
    #sec_machine_flow .inner .trial_flow_box p{
        font-size: 16px;
    }
    
    table.tbl_flow{
        padding: 10px;
    }
    
    table.tbl_flow td.ts_left .customer_name{
        font-size: 20px !important;
    }
    table.tbl_flow td.ts_right .itf_name{
        font-size: 20px !important;
        letter-spacing: 0.1em;
    }
    
    table.tbl_flow td.ts_left {
        padding: 10px;
    }

    table.tbl_flow td.ts_right {
        padding: 10px;
    }
    
    
    .sample_cs_box {
        width: 100%;
        text-align: left;
        background: #E5EFEF;
        padding: 15px 20px;
        box-sizing: border-box;
    }
    .sample_cs_box .sctitle {
        font-size: 16px;
        color: #006666;
        font-weight: bold;
        padding: 5px;
    }

    #sec_machine_flow .inner .trial_flow_box .sample_cs_box p{
        font-size: 14px;
        line-height: 1.7;
        padding-left: 30px;
        box-sizing: border-box;
        margin-bottom: 5px;
    }
    .sample_ts_box {
        width: 100%;
        text-align: left;
        background: #E6EDF4;
        padding: 15px 20px;
        box-sizing: border-box;
    }
    .sample_ts_box .sttitle {
        font-size: 16px;
        color: #054D94;
        font-weight: bold;
        padding: 5px;
    }

    #sec_machine_flow .inner .trial_flow_box .sample_ts_box p{
        font-size: 14px;
        padding-left: 30px;
        margin-bottom: 5px;
    }

    .sample_center_box {
        width: 100%;
        text-align: left;
        background: #fff6cc;
        padding: 0px 20px;
        box-sizing: border-box;
    }
    .sample_center_box .sttitle {
        font-size: 16px;
        color: #212121;
        font-weight: bold;
        padding: 5px;
    }

    #sample_center_box .inner .trial_flow_box .sample_ts_box p{
        font-size: 14px;
        padding-left: 30px;
        margin-bottom: 5px;
    }

    
    table.tbl_flow td.ts_center {
        text-align: center;
        padding: 15px 0 5px 0;
        line-height: 1.7;
        font-size: 18px;
        background: #fff6cc;
        color: #212121;
        font-weight: normal;
    }
    
    #sec_machine_flow .inner .trial_flow_box .sample_center_box p{
        font-size: 14px;
        padding-left: 30px;
        margin-bottom: 15px;
        box-sizing: border-box;
    }
    

    
}


@media screen and (min-width: 1000px) {

    #sec_machine_flow{
        margin:0;
        padding:40px 0 40px 0;
        text-align: left;
    }
    
    #sec_machine_flow .inner{
        padding: 0 10px;
    }
    
}

.button_privacy_confirm{
    margin-top: 30px;
}

.button_privacy_confirm a {
    background: #1F4672;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 10px 25px 12px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    text-decoration: none;
    font-size: 18px;
}
.button_privacy_confirm a:hover {
    background: #FF8000;
    color: #FFF;
}
.button_privacy_confirm a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button_privacy_confirm a:hover:after {
    border-color: #FFF;
}





/* 個人情報保護方針
------------------------------------------------------------*/


#sec_coating_contact .inner .scc_contact_form .privacy_chk .article_box{
    overflow: hidden;
    display: block;
    padding: 0 0;
    box-sizing: border-box;
    margin-bottom: 20px;
}
#sec_coating_contact .inner .scc_contact_form .privacy_chk .article_box p{
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 10px;
}

#sec_coating_contact .inner .scc_contact_form .privacy_chk .article_box p.center_ki{
    margin-top: 10px;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
}


#sec_coating_contact .inner .scc_contact_form .privacy_chk .article_box2{
    overflow: hidden;
    display: block;
    padding: 0 0;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 0 0;
}
#sec_coating_contact .inner .scc_contact_form .privacy_chk .article_box2 p{
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 10px;
}

#sec_coating_contact .inner .scc_contact_form .privacy_chk .article_box2 p.center_ki{
    margin-top: 0px;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
}

#sec_coating_contact .inner .scc_contact_form .privacy_chk .article_box2 p.txt_right{
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: right;
}
#sec_coating_contact .inner .scc_contact_form .privacy_chk .article_box2 p.txt_date{
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: left;
}
.article_red{
    color: #CC0000;
}

#sec_coating_contact .inner .scc_contact_form .privacy_chk ol{
    margin-left: 20px;
    font-size: 14px;
    
}
#sec_coating_contact .inner .scc_contact_form .privacy_chk li{
    margin-bottom: 5px;
    padding-left: 10px;
}

#sec_coating_contact .inner .scc_contact_form .privacy_chk li.mb_s{
    margin-bottom: 5px;
    padding-left: 10px;
}

#sec_coating_contact .inner .scc_contact_form .privacy_chk ul.list_none{
    margin-left: 0px;
    font-size: 14px;
    list-style: none;
}
#sec_coating_contact .inner .scc_contact_form .privacy_chk ul.list_none li{
    margin-bottom: 2px;
    padding-left: 10px;
}


#sec_coating_contact .inner .scc_contact_form .privacy_chk ul.list_circle{
    margin-left: 20px;
    font-size: 14px;
    list-style-type: circle;
}
#sec_coating_contact .inner .scc_contact_form .privacy_chk ul.list_circle li{
    margin-bottom: 2px;
    padding-left: 0px;
}

#sec_coating_contact .inner .scc_contact_form .privacy_chk .article_box2c{
    overflow: hidden;
    display: block;
    padding: 0 0;
    box-sizing: border-box;
}


#sec_coating_contact .inner .scc_contact_form .privacy_chk .article_box2c .ab2c_left{
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    box-sizing: border-box;
    text-align: center;
}
#sec_coating_contact .inner .scc_contact_form .privacy_chk .article_box2c .ab2c_right{
    float: right;
    width: 100%;
    margin: 0 0 10px 0;
    box-sizing: border-box;
    text-align: center;
}

#sec_coating_contact .inner .scc_contact_form .privacy_chk .article_box2c .ab2c_right img{

    max-width: 100%;
    margin-top: 10px;
}


#sec_coating_contact .inner .scc_contact_form .privacy_chk .article_box2c a{
    color: #00468C;
}
#sec_coating_contact .inner .scc_contact_form .privacy_chk .article_box2c a:hover{
    color: #FF4000;
}



/*  画面サイズが640pxまで  */
@media screen and (min-width: 640px) {
    
    
    #sec_coating_contact .inner .scc_contact_form .privacy_chk .article_box{
        padding: 0 10px;
    }
    
    
    #sec_coating_contact .inner .scc_contact_form .privacy_chk ol{
        margin-left: 30px;
        font-size: 16px;
    }
    #sec_coating_contact .inner .scc_contact_form .privacy_chk ol li{
        margin-bottom: 20px;
        padding-left: 10px;
    }
    #sec_coating_contact .inner .scc_contact_form .privacy_chk ol li.mb_s{
        margin-bottom: 5px;
        padding-left: 10px;
    }
    
    #sec_coating_contact .inner .scc_contact_form .privacy_chk ul.list_none{
        margin-left: 0px;
        font-size: 16px;
    }
    #sec_coating_contact .inner .scc_contact_form .privacy_chk ul.list_none li{
        margin-bottom: 2px;
        padding-left: 10px;
    }
    #sec_coating_contact .inner .scc_contact_form .privacy_chk ul.list_circle{
        margin-left: 50px;
    }
    
    #sec_coating_contact .inner .scc_contact_form .privacy_chk .article_box2c{
        padding: 0px 10px;
    }
    
    
    #sec_coating_contact .inner .scc_contact_form .privacy_chk .article_box2 p{
        font-size: 16px;
    }

    #sec_coating_contact .inner .scc_contact_form .privacy_chk .article_box2 p.txt_right{
        font-size: 16px;
    }
    #sec_coating_contact .inner .scc_contact_form .privacy_chk .article_box2 p.txt_date{
        font-size: 16px;
    }

    
    
    #sec_coating_contact .inner .scc_contact_form .privacy_chk .article_box2c p{
        font-size: 16px;
    }
 
    #sec_coating_contact .inner .scc_contact_form .privacy_chk .article_box2c .ab2c_left{
        float: left;
        width: 100%;
        margin: 0 0 0 0;
        box-sizing: border-box;
        text-align: center;
    }
    #sec_coating_contact .inner .scc_contact_form .privacy_chk .article_box2c .ab2c_right{
        float: right;
        width: 100%;
        margin: 0 0 10px 0;
        box-sizing: border-box;
        text-align: center;
    }
    

    
}



@media screen and (min-width: 1000px) {


    
    #sec_coating_contact .inner .scc_contact_form .privacy_chk .article_box{
        padding: 0 0px;
    }
    #sec_coating_contact .inner .scc_contact_form .privacy_chk .article_box p{
        font-size: 16px;
    }
    
    #sec_coating_contact .inner .scc_contact_form .privacy_chk .article_box2{
        padding: 0 0px;
    }
    
    #sec_coating_contact .inner .scc_contact_form .privacy_chk .article_box2c .ab2c_left{
        float: left;
        width: calc( 100% - 450px - 50px );
        margin: 0 0 10px 0;
        
    }
    #sec_coating_contact .inner .scc_contact_form .privacy_chk .article_box2c .ab2c_right{
        float: right;
        width: 450px;
        margin: 10px 0 10px 0;
        
    }
    #sec_coating_contact .inner .scc_contact_form .privacy_chk .article_box2c .ab2c_right img{
        margin-top: 0;
        max-width: 100%;
    }
    
    
    
}





/* 個人情報保護方針
------------------------------------------------------------*/


#sec_machine_trial_form .inner .smtf_contact_form .privacy_chk .article_box{
    overflow: hidden;
    display: block;
    padding: 0 0;
    box-sizing: border-box;
    margin-bottom: 20px;
}
#sec_machine_trial_form .inner .smtf_contact_form .privacy_chk .article_box p{
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 10px;
}

#sec_machine_trial_form .inner .smtf_contact_form .privacy_chk .article_box p.center_ki{
    margin-top: 10px;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
}


#sec_machine_trial_form .inner .smtf_contact_form .privacy_chk .article_box2{
    overflow: hidden;
    display: block;
    padding: 0 0;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 0 0;
}
#sec_machine_trial_form .inner .smtf_contact_form .privacy_chk .article_box2 p{
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 10px;
}

#sec_machine_trial_form .inner .smtf_contact_form .privacy_chk .article_box2 p.center_ki{
    margin-top: 0px;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
}

#sec_machine_trial_form .inner .smtf_contact_form .privacy_chk .article_box2 p.txt_right{
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: right;
}
#sec_machine_trial_form .inner .smtf_contact_form .privacy_chk .article_box2 p.txt_date{
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: left;
}


#sec_machine_trial_form .inner .smtf_contact_form .privacy_chk ol{
    margin-left: 20px;
    font-size: 14px;
    
}
#sec_machine_trial_form .inner .smtf_contact_form .privacy_chk li{
    margin-bottom: 5px;
    padding-left: 10px;
}

#sec_machine_trial_form .inner .smtf_contact_form .privacy_chk li.mb_s{
    margin-bottom: 5px;
    padding-left: 10px;
}

#sec_machine_trial_form .inner .smtf_contact_form .privacy_chk ul.list_none{
    margin-left: 0px;
    font-size: 14px;
    list-style: none;
}
#sec_machine_trial_form .inner .smtf_contact_form .privacy_chk ul.list_none li{
    margin-bottom: 2px;
    padding-left: 10px;
}


#sec_machine_trial_form .inner .smtf_contact_form .privacy_chk ul.list_circle{
    margin-left: 20px;
    font-size: 14px;
    list-style-type: circle;
}
#sec_machine_trial_form .inner .smtf_contact_form .privacy_chk ul.list_circle li{
    margin-bottom: 2px;
    padding-left: 0px;
}

#sec_machine_trial_form .inner .smtf_contact_form .privacy_chk .article_box2c{
    overflow: hidden;
    display: block;
    padding: 0 0;
    box-sizing: border-box;
}


#sec_machine_trial_form .inner .smtf_contact_form .privacy_chk .article_box2c .ab2c_left{
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    box-sizing: border-box;
    text-align: center;
}
#sec_machine_trial_form .inner .smtf_contact_form .privacy_chk .article_box2c .ab2c_right{
    float: right;
    width: 100%;
    margin: 0 0 10px 0;
    box-sizing: border-box;
    text-align: center;
}

#sec_machine_trial_form .inner .smtf_contact_form .privacy_chk .article_box2c .ab2c_right img{

    max-width: 100%;
    margin-top: 10px;
}


#sec_machine_trial_form .inner .smtf_contact_form .privacy_chk .article_box2c a{
    color: #00468C;
}
#sec_machine_trial_form .inner .smtf_contact_form .privacy_chk .article_box2c a:hover{
    color: #FF4000;
}



/*  画面サイズが640pxまで  */
@media screen and (min-width: 640px) {
    
    
    #sec_machine_trial_form .inner .smtf_contact_form .privacy_chk .article_box{
        padding: 0 10px;
    }
    
    
    #sec_machine_trial_form .inner .smtf_contact_form .privacy_chk ol{
        margin-left: 30px;
        font-size: 16px;
    }
    #sec_machine_trial_form .inner .smtf_contact_form .privacy_chk ol li{
        margin-bottom: 20px;
        padding-left: 10px;
    }
    #sec_machine_trial_form .inner .smtf_contact_form .privacy_chk ol li.mb_s{
        margin-bottom: 5px;
        padding-left: 10px;
    }
    
    #sec_machine_trial_form .inner .smtf_contact_form .privacy_chk ul.list_none{
        margin-left: 0px;
        font-size: 16px;
    }
    #sec_machine_trial_form .inner .smtf_contact_form .privacy_chk ul.list_none li{
        margin-bottom: 2px;
        padding-left: 10px;
    }
    #sec_machine_trial_form .inner .smtf_contact_form .privacy_chk ul.list_circle{
        margin-left: 50px;
    }
    
    #sec_machine_trial_form .inner .smtf_contact_form .privacy_chk .article_box2c{
        padding: 0px 10px;
    }
    
    
    #sec_machine_trial_form .inner .smtf_contact_form .privacy_chk .article_box2 p{
        font-size: 16px;
    }

    #sec_machine_trial_form .inner .smtf_contact_form .privacy_chk .article_box2 p.txt_right{
        font-size: 16px;
    }
    #sec_machine_trial_form .inner .smtf_contact_form .privacy_chk .article_box2 p.txt_date{
        font-size: 16px;
    }

    
    
    #sec_machine_trial_form .inner .smtf_contact_form .privacy_chk .article_box2c p{
        font-size: 16px;
    }
 
    #sec_machine_trial_form .inner .smtf_contact_form .privacy_chk .article_box2c .ab2c_left{
        float: left;
        width: 100%;
        margin: 0 0 0 0;
        box-sizing: border-box;
        text-align: center;
    }
    #sec_machine_trial_form .inner .smtf_contact_form .privacy_chk .article_box2c .ab2c_right{
        float: right;
        width: 100%;
        margin: 0 0 10px 0;
        box-sizing: border-box;
        text-align: center;
    }
    

    
}



@media screen and (min-width: 1000px) {


    
    #sec_machine_trial_form .inner .smtf_contact_form .privacy_chk .article_box{
        padding: 0 0px;
    }
    #sec_machine_trial_form .inner .smtf_contact_form .privacy_chk .article_box p{
        font-size: 16px;
    }
    
    #sec_machine_trial_form .inner .smtf_contact_form .privacy_chk .article_box2{
        padding: 0 0px;
    }
    
    #sec_machine_trial_form .inner .smtf_contact_form .privacy_chk .article_box2c .ab2c_left{
        float: left;
        width: calc( 100% - 450px - 50px );
        margin: 0 0 10px 0;
        
    }
    #sec_machine_trial_form .inner .smtf_contact_form .privacy_chk .article_box2c .ab2c_right{
        float: right;
        width: 450px;
        margin: 10px 0 10px 0;
        
    }
    #sec_machine_trial_form .inner .smtf_contact_form .privacy_chk .article_box2c .ab2c_right img{
        margin-top: 0;
        max-width: 100%;
    }
    
    
    
}




ol.paren li {
  position: relative;
  list-style-type: none;
    margin-bottom: 5px !important;
}

ol.paren li:before {
  position: absolute;
    width: 30px;
  right: calc(100% + 0.1rem);  /* 0.5remは連番とテキストとの余白 */
  content: "( " counter(list-item) " ) ";
}

ol.paren ul.privacy{
    margin-top: 10px;
}
ol.paren ul.privacy li {
    position: relative;
    list-style-type: disc;
    text-indent:-0.7em;
    margin-bottom: 5px !important;
}

ol.paren ul.privacy li:before {
    position: absolute;
    content: "";
}








