@charset "utf-8";

nav ul {
	list-style:none;
}

hr {
	display:block;
	height:2px;
	border:0;   
	border-top:2px solid #cccccc;
	padding-top: 10px;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
}

h2,h3,h4 {
	font-size: 100%;
	font-weight: bold;
}
h1,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

li {list-style-type: none;}

.nostyle li {
	font-weight: normal !important;
	list-style: none;
}


.nonnam {
	list-style-type: none;
}




/*========================================================*/
.footer-nav li a {
	text-decoration: none !important;
}
.header {
	margin-bottom: 0 !important;
}
.clear {
    clear: both;
}
a#to-top {
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    text-shadow: none;
    line-height: 140%;
}
#to-top {
    position: fixed;
    width: 30px;
    height: 30px;
    background: url('/st/178/en/pc/img/ico-to-top.png') no-repeat right 50%;
    right: 20px;
    bottom: 20px;
}
.noticePage h2{
	color: #c3000b;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	line-height: 1.5em !important;
}
.noticePage h2 span{
	color: #c3000b;
	font-size: 2em;
	font-family: "Times New Roman";
}
.noticePage h3{
	font-size: 2.3em;
	font-weight: bold;
	text-align: center;
	padding-top: 70px;
}
.noticePage h4{
	font-size: 19px;
	margin-bottom: 6px;
}
.noticePage p{
	font-size: 16px;
  line-height: 1.5;
}
.noticePage #top_gototop {
	position: fixed;
	bottom: 55px;
	right: 20px;
	opacity: 0.7;
	z-index: 999;
}
.noticePage #back-top {
	padding: 15px 10px 5px 10px;
	background-color: #B1B1B1;
	color: #fff;
}
.noticePage #top_gototop i {
	font-size: 30px;
}
.noticePage{
	background-color: #f8f8f8;
	padding: 50px 0;
}
.noticePage .container{
	/*width: 100%;*/
	max-width: 1140px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.header-wrapper{
	margin-bottom: 0 !important;
}
.footer-wrapper{
	margin-top: 0 !important;
}
@media(max-width: 1400px){
	.noticePage h2{
		font-size: 3em;
	}
	.noticePage h2 span{
		font-size: 2em;
	}
	.noticePage h3{
		font-size: 2em;
	}
}
@media(max-width: 1024px){
	.noticePage h2{
		font-size: 2em;
	}
	.noticePage h2 span{
		font-size: 2.2em;
	}
	.noticePage h3{
		font-size: 3em;
	}	
}
@media(max-width: 768px){
	.noticePage h2{
		font-size: 1.8rem;
	}
	.noticePage h2 span{
		font-size: 2.5rem;
	}
	.noticePage h3{
		font-size: 2.2rem;
		padding-top: 50px;
	}
	.noticePage h4 {
    	font-size: 1.3rem;
	}
	.noticePage p{
		margin-bottom: 0 !important;
		font-size: 1rem !important;
	}
}

@media(max-width: 500px){
	.noticePage {
    padding: 30px 0;
	}
	.noticePage h2{
		font-size: 1.6rem;
	}
	.noticePage h2 span{	
    font-size: 2.2rem;
    line-height: 40px;
    padding: 10px 0 10px 0;
    display: inline-block;
	}	
	.noticePage h3 {
    font-size: 2rem;		
	}
	}
/*--Intro Notice--*/
.noticePage .introNotice p{
	text-align: center;
	padding-top: 20px;
}
.introNotice .section3C{
	padding: 10px 20px 20px 20px;
	border: 1px solid #d8d8d8;
	margin-top: 30px;	
}
.section3C ul{
	display: flex;
	width: 100%;
	margin-top: 20px;
}
.section3C ul li{
	display: inline-block !important;
	float: left;
}
.introNotice .section3C .txtThreeC{
	font-weight: bold;
	font-size: 20px;
}
.styleC{
	font-weight: bold;
	color: red;
	font-size: 22px;	
}
.iconC{
	width: 33%;
	text-align: center;
	padding: 10px;
}
.iconC img{
	width: 150px;
	height: auto;
}
@media(max-width: 768px){
	.iconC img{
		width: 100%;
		max-width: 100%;
	}
	.section3C ul{
		margin-top: 5px;
	}
}
/*--End of Intro Notice--*/

/*--Notice Section--*/
.noticePage .noticeSection{
	display: flex;
}
.noticePage .noticeSection .container{
	background-color: white;
	padding: 50px 20px;
	margin-top: 50px;
}
.noticePage .noticeSection .col-xl-6 {
	max-width: 49%;
}
.noticePage .noticeSection .nav{
	display: inherit;
	margin-bottom: 70px;
}
.noticePage .noticeSection .nav .fl{
	float: left;
}
.noticePage .noticeSection .nav .fr{
	float: right;
}
.noticePage .noticeSection .nav a{
	text-align: center;
	background-color: #c3000b;
	padding: 15px 0;
	border-radius: 5px;
	color: #fff !important;
	width: 49%;
}
.noticePage .noticeSection .nav a, .noticePage .noticeSection .nav a:hover{
	text-decoration: none;
	cursor: point;
}
.noticePage .noticeSection .nav p{
	display: inline-block;
	text-align: center;
	margin-bottom: 0 !important;
	font-size: 20px !important;
	color: #fff;
}
.noticePage .noticeSection .nav .fa-angle-down{
	float: right;
	padding: 7px 30px 0 0;
}
.noticePage .noticeBlock .lineUnderTitle {
    display: block;
    width: 140px;
    height: 6px;
    background-color: #c3000b;
    margin: 0 auto 50px auto;
}
.noticePage .notice{
	display: flex;
	padding-bottom: 30px;
}
.noticePage .notice img{
	display: inline-block;
	float: left;
	margin-right: 30px;
	border: 1px solid #dadada;
	border-radius: 7px;
}
.noticePage #request{
	padding-top: 30px;
}
@media(max-width: 991px){
	/*.noticePage .container{
		max-width: 100% !important;
	}*/
}
@media(max-width:767px){	
	.noticePage #request {
	 padding-top: 0; 
	}
	.noticePage .noticeSection, .noticePage .notice{
		display: block;
	}
	.noticePage .notice img{
		display: block;
		width: 100%;
		max-width: 100%;
		margin-bottom: 18px;
		padding-right: 0;
	}
	.noticePage .noticeSection .container {
    padding: 30px 20px 50px 20px;
    margin-top: 30px;
	}
	.noticePage .noticeSection .nav a{
		padding: 8px 0;
	}
	.noticePage .noticeSection .nav p {
    display: block;
		font-size: 16px !important;
	}
	.noticePage .noticeSection .nav .fa-angle-down {
   	float: none;
    padding-right: 0 !important;
    text-align: center;
	}
	.noticePage p {
	    font-size: 1em !important;
	    line-height: 1.2 !important;
	}
	.noticePage h4 {
    font-size: 1.3rem;
	}
	.noticePage .introNotice p {
    padding-top: 10px;
    text-align: left;
	}
}
/*--End of Notice Section--*/

/*--Important Notice--*/
.importantNote{
	text-align: center;
	padding-top: 20px;
	border-top: 1px #ededed double;
}
/*--End of Important--*/

/* tool */
.mt15 {margin-top: 15px;}
.mt25 {margin-top: 25px;}
.text-right {text-align: right;}

.notice-title{
	font-size:24px;
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid #ccc;
	padding:50px 0px 25px 0px;
	margin-bottom:50px;
}
@media(max-width:767px){
  .notice-title{
    margin-bottom: 20px;
  }
}
.list-disc {
	margin-top: 10px;
}
.list-disc li {
	padding-left: 15px;
	margin-top: 8px;
	position: relative;
}
.list-disc li:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	background: #000;
	left: 0;
	border-radius: 50%;
	top: 8px;
}