
/*====================================================
    
	 Guidance
	 
====================================================*/
/* =========== Event ========== */
#mainArea #eventArea {
/* 	clear:both;*/
	margin-bottom:20px;
	width:100%;
 	background:transparent url("../images/icon_title.png")  no-repeat;
	background-position: right 20pt bottom 0pt;
	min-height: 90px;
	text-align: center;
}

#mainArea #eventArea .title {
	color: #c1272d;
	margin-bottom:-5px;
	font-size: 3rem;
	font-weight: 550;
	text-align: left;
	padding-right: 20px;
}


#eventArea h2{
	line-height: 1.5;
}

#eventArea img{
	margin-top:10px; 
	width: 80%;
}


#mainArea #eventArea .title span{
	color: #212270;
}


#mainArea #eventArea .title img {
	width: 95%;
}




#guideArea .textA {
	border-top:1px solid #fff;
	padding-top:10px;
	margin:10px;
}

#guideArea .textA h1 {
	font-size:2.8em;
	font-weight: bold;
	color: #fff; /*c1272d*/
	padding: 0px;
	text-align: center;
	line-height: 1.5em;
}

#subTitle .textA p {
	font-size:1.2em;
	color: #4d4d4d;
	padding: 5px 8px 0 8px;
	line-height: 1.3em;
}

#subTitle .textB {
	margin:10px;
	background-color: #fff;
}

#subTitle .textB img{
	background-color: #fff;
	width: 290px;
}



#subTitle .textB p {
	font-size:1.1em;
	color: #4d4d4d;
	padding-left:10px;
	border-bottom: solid 1px #4d4d4d;
	line-height: 2em;
}



.guide {
/* 	border: 1px solid #e5e5e5;*/
	font-size: 1.3em;
	background: #fff;
	padding: 30px 2%;
	margin: 0 auto 10%;
	max-width: 100%;

	-webkit-box-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff;
	-moz-box-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff;
	box-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff;
}


.guide section {
	/* margin: 0 -10px; */
	padding: 20px 2%;
	margin-bottom:20px;
	background: #fdfbf9;
	border: 1px solid #f7f5f5;
	border-radius: 5px;        /* CSS3‘ˆÄ */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome—p */  
    -moz-border-radius: 5px;   /* Firefox—p */  	
	
}

.guide h3 {
	font-size: 100%;
	line-height: 1.2;
	padding-bottom: 15px;
/* 	background: url(../images/icon_q.png) no-repeat;
	padding-left:60px;*/
	border-bottom: 1px #d9d9d9 solid;
	margin-bottom: 20px;
}



.ans_title {
font-size: 2rem;
    line-height: 1.5;
    padding-bottom: 15px;
    text-align: center;/*	background: url(../images/icon_a.png) no-repeat;
	padding-left:60px;*/
}


.ans_sub {
	font-size: 90%;
	line-height: 1.3;
	padding-bottom: 15px;
/*	padding-left:60px;*/
}

.ans_sub img{
	width:100%;
}




.guide li img {
	position: absolute;  
    top: 0;  
    left: 0;

}

.guide p {

}

.guide p + ol {
	margin-top: 10px;
}
.guide ul li{
	margin: 0;
	padding:0;
	font-size: 100%;
	line-height: 1.3;
	margin-left:60px;

	height: 60px;
	vertical-align: top:
}

.guide ol li {
	list-style: decimal ;
	margin-left: 3.2em;
}

.guide .establish {
	text-align: right;
	font-weight: bold;
	padding-top: 20px;
}

.mark {
list-style-type: disc;
list-style-position: inside;
list-style-image: url(/static/guide/images/icon_plan.svg);



 /* list-style: disc url(/static/guide/images/icon_plan.svg) outside;*/
 margin: 10px 0px 0 50px;
}
li:before {
 display: marker;
 marker-offset: 20px;
} 

@media screen and (max-width:400px) {


	#mainArea #eventArea {
		background-position: right 0pt top 0pt;
		background-size: 60px 60px;
	}

	#mainArea #eventArea .title {
		font-size:2em;
	}
	
	#subTitle .title {
		font-size:1.8em;
	}
	

}


.flex{
    display: flex;
    justify-content: center;
}

.cnt{
    padding: 10px;
}
.cnt.w50{
    width: 50%;
}
p.lead{
    margin-top: 20px;
    text-align: left;
}
.flex.cl3 .cnt{
    max-width: 70%;
    margin: auto;
}

@media screen and (max-width: 600px) {
    .flex{
        display: block;
    }
    .cnt.w50{
        width: 100%;
    }
}