@charset "utf-8";

body{
	font-family: "Malgun Gothic", Arial, Helvetica, sans-serif;
	font-size: 20px;
}

nav ul, li{
	list-style:none;
}

label, button{cursor:pointer;}

.space_area{padding:30px 0 0 0;}

#main_container{margin: 0 auto;}
#main_contents{margin: 0 auto; padding:50px 0 50px 0;}
#footer_container{margin: 0 auto;}
.dir_img {border:0px; line-height:0px;}

.dir_bgimg{
	background-color:#010028;
	border:0px;
	line-height:0px;	
}

#main_menu{background-color:#f3f4ef;}
#main_inquiry{background-color:#d3ece9;}
#main_footer{background-color:#015579;}
#cp_ics_bg{background-color:#00012d;}
.main_title{font-weight:bold; padding:60px 0 60px 0; text-align:center;}
.m_td{
	padding:0 0 20px 0;
}

.title_td{
	width:25%;
	/*padding:0 0 20px 0;	*/
}

.input_td{
	padding:0 0 20px 0;
}

ul{
	-webkit-padding-start:0px;	
}

.rgst_str_star{
	color:#0e6ffc;
}

.rgst_title{
	font-weight:bold;
}

.rgst_subtitle{
	font-size:0.700em;
}

.rgst_subtxt{
	font-size:0.700em;
}

.partner_list_txt{
	font-size:0.900em;
}

#industry_area{
	width:95%;	
}

.btn_area{
	margin:0 auto;
	text-align:center;
	padding:30px 0 0 0;
}

.idstr_1{
	width:42%;
	height:35px;
}

.ptn_td1{
	height:35px;
}

.input_box{
	width:90%;
	height:35px;
	font-size:1em;
	color:#353638;
}

.etc_s_input_box{	
	width:150px;
	height:25px;
	font-size:1em;
	color:#353638;
	vertical-align:center;
}

.ph_input_box{
	width:25.5%;
	height:35px;
	font-size:1em;
	color:#353638;
}

.ptn_input_box{	
	height:25px;
	font-size:1em;
	color:#353638;
}

input[type=checkbox]{
	-ms-transform: scale(1.5); /* IE */
	-moz-transform: scale(1.5); /* FF */
	-webkit-transform: scale(1.5); /* Safari and Chrome */
	-o-transform: scale(1.5); /* Opera */	
}

.Terms_chk_txt{
	padding:0 0 5px 0;
}

.info_txt{	
	border:1px #353638 solid;
	/*background-color:#f6f6f6;*/	
	height:100px;
	overflow-y:auto;
	font-size:0.700em;	
	padding:15px;
}

.info_txt_bold{
	font-weight:bold;
}

.ptn_td{
	width:20%;
}

/*#btn_submit_0307{
	border:1px #00ffb9 solid;
	background-color:#00ffb9;
	width:278px;
	height:57px;
	text-align:center;
	font-weight:bold;
	font-size: 20px;
	color:#000000;
}*/

#btn_submit_0709{
	cursor:pointer;
}

.page-header {    
    position: absolute;   
    min-width: 700px;
	z-index:99;
}

/* スティッキー状態のスタイル */
.page-header.sticky {
    position: fixed;
    top: 0;
}

/*부드러운 scroll s*/
html {
    scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}
/*부드러운 scroll e*/
