@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap');
body {
    line-height: 1.5;
}

fieldset {
	border: black thin solid;
	padding: 2em 1em;
	margin: 1em 0;
}

fieldset.mini {
	padding: 1em;
}

legend {
	font-weight: bold;
}

div.center {
	margin: auto;
}

div.frame {
    width: 1000px;
}

.banner {
    width: 1000px;
}

.middle{
	text-align:center;
}

.page table td {
	vertical-align: text-top;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-right: 1em;
}

#outher{
    box-shadow: 4px 0px 20px 0px #73777a, -4px 0px 20px 0px #73777a;
}

.contents, #footer {
    padding: 0 45px;
}

table {
	width: 100%;
}

td {
	text-align: justify;
}

label {
	vertical-align: text-top;
}

body{
	/*background-color:#e6e6fa;*/
}

body * {
	font-size: 1em;
	font-family: 'Roboto', Arial, sans-serif;
    color: #444444;
}

.ie6_space {
	_padding-left: 10px;
}

.rp_list {
	/*border-collapse: separate;
    border-spacing: 0.3em;*/
	margin: 1em auto;
}

table.rp_list  td {
	border-bottom: thin black solid;
	border-top: thin black solid;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 0.2em;
	padding-right: 0.2em;
}

button {
	width: 70px;
}

.hidden {
	display: none;
}

#footer {
	margin-bottom: 0;
    padding-bottom: 3em;
}

.summary_title {
	border-bottom: thin #808080 dashed;
}

.summary_content {
	text-align: right;
}

#summary_table {
	width: 100%;
}

#summary_table td {
	padding-right: 0;
}

#summary_table .summary_title {
	padding-top: 0.5em;
}

#summary_table .summary_content {
	padding-bottom: 0.5em;
	font-weight: bold;
}

.smaller {
	font-size: 12px;
}

.clickable {
	cursor: pointer;
}

.required {
	padding-right: 9px;
	background-image: url("/reg/static/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 {
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.note_font {
	font-size: 0.9em;
    color:grey;
    font-style:italic;
}

.title {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0.2em 0;
}

.subtitle {
	text-decoration: underline;
	margin: 0.1em 0;
}

.buffer_spacing {
	padding: 1em 0;
}

.radio_paragrahp{
	text-indent: -19px;
	padding: 19px;
}
.header{
	height: 2em;
    line-height: 2em;
    font-size: 2em;
    font-weight: bold;
}
.msg.error{
	border: solid red thin;
	padding: 0.5em;
    background-color: pink;
}
.msg.info{
	border: solid #006400 thin;
	padding: 0.5em;
    background-color: #98fb98;
}
.index_table{
	margin:0.5em;
}
* sup{
    vertical-align: super;
    font-size: smaller;
}

label{
    text-indent: -20px;
    padding-left: 20px;
    display: inline-block;
}
input[type=radio]{
	/* appearance: radio;
	-moz-appearance: radio;
	-webkit-appearance: radio; */
	width: 15px;
	height: 15px;
	/* border-radius: 0px;
	box-shadow: none; */
	vertical-align: text-top;
	/* margin:0; */
    margin-right:5px;
}
input[type=checkbox]{
	/* appearance: checkbox;
	-moz-appearance: checkbox;
	-webkit-appearance: checkbox; */
	width: 15px;
	height: 15px;
	/* box-shadow: none;
	border-radius: 0px; */
    vertical-align: text-top;
	/* margin:0; */
    margin-right:5px;
}
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;
}
.page table td.fieldname{
    padding-bottom:10px;
}
.page table td.input_field{
    padding-top:0;
    padding-bottom:20px;
}
.myradio{
    padding-bottom: 5px;
}

.desktop{
    display: inline-block;
}

.mobile{
    display: none;
}
#banner{
    width:100%;
}
a, a:visited{
    color: blue;
}

@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: 0;
    }
}

@media screen and (max-width: 500px) {
	input[type=text].phone_country{
	    width:90px;
	}
    input[type=text].phone_number{
        width:144px;
    }
    .contents, #footer {
        padding: 0px 20px;
    }
	div.frame {
		width: 100%;
	}
    .banner {
        width: 100%;
    }
    #banner{
        width:100%;
    }
    #footer{
        padding: 0;
    }
}
