@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
	font-size: 12pt;
	font-family: "Roboto", Arial, sans-serif;
    color: #444444;
}

#outher{
    box-shadow: 4px 0px 20px 0px #73777a, -4px 0px 20px 0px #73777a;
}

#banner{
    width:100%;
	padding-bottom:40px;
}

.banner {
    width: 1000px;
}

.desktop{
    display: inline-block;
}

.mobile{
    display: none;
}

button#submit_btn {
	width:150px;
	height:50px;
	border:none;
	cursor: pointer;
}

.contents {
    padding: 0 45px;
}

#reg_table{
	margin-bottom:40px;
}

#footer {
	margin-bottom: 0;
    padding-bottom: 3em;
}

.frame {
    width: 1000px;
}

.center {
	margin: auto;
}

.middle{
	text-align: center;
}

.hidden {
	display: none;
}

.title{
	font-size:16pt;
	padding-bottom:40px;
	padding-top:40px;
}

.page .fieldname,  .page .input_field{
	vertical-align: text-top;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-right: 1em;
}
.page .fieldname{
    padding-bottom:10px;
    clear: both;
}
.page .input_field{
    padding-top:0;
    padding-bottom:20px;
}


table {
	width: 100%;
}

td {
	text-align: justify;
}

label {
	vertical-align: text-top;
}

.smaller {
	font-size: 12px;
}

.clickable {
	cursor: pointer;
}

.required {
	padding-right: 9px;
	background-image: url("https://static.seamless-reg.com/img/required.png");
	background-position: right top;
	background-repeat: no-repeat;
}

ol.show_order {
	list-style: decimal outside;
	margin-left: 1em;
	margin-top: 0.5em;
}

b, .bold {
	font-weight: bold;
}

.note_font {
	font-size: 0.9em;
}

.msg.error{
	color: red;
}
.msg.info{
	color: #98fb98;
}

input[type=radio], input[type=checkbox] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 15px;
	height: 15px;
	/*border-radius: 10px;*/
	border-radius: 0px;
	outline: none;
	box-shadow: inset 0 0 0 2px #FFF;
	border: 2px solid #CCC;
	vertical-align: text-top;
    margin-right:5px;
}

input[type=radio]:checked, input[type=checkbox]:checked {
	background-color: #000;
}

.radio_paragrahp{
	text-indent: -19px;
	padding: 19px;
}

input[type=text], input[type=password], input[type=email], select {
    border: 1px solid #DDDDDD;
    border-radius: 6px;
    height: 40px;
    width: 100%;
}
input[type=text].others{
    /* width:200px; */
}

input[type=text].phone_number{
    width:584px;
}
.no_bottom_padding{
	padding-bottom: 0px;
}
.col2{
	width: 50%;
	float: left;
}

@media screen and (max-width: 767px) {
	input[type=text].phone_country{
	    width:100px;
	}
	input[type=text].phone_number{
	    width:334px;
	}

    .desktop{
        display: none;
    }

    .mobile{
        display: inline-block;
    }
    #banner{
        width:100%;
    }
    #footer{
        width: 100%;
		padding-left: 0;
        padding-right: 0;
    }
	.col2{
		width: 100%;
	}
}

@media screen and (max-width: 500px) {
	input[type=text].phone_country{
	    width:90px;
	}
    input[type=text].phone_number{
        width:144px;
    }
    .contents {
        padding: 0px 20px;
    }
	div.frame {
		width: 100%;
	}
    .banner {
        width: 100%;
    }
    #banner{
        width:100%;
    }
    #footer{
    }
}
