
/*====================================================
    
	 テキスト
	 
====================================================*/

/* =========== 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;
	
	}
	
	#mainArea #eventArea .title {
		color: #c1272d;
		margin-bottom:-5px;
		font-size: 3rem;
		font-weight: 550;
		text-align: left;
		padding-right: 20px;
	}
	
	#mainArea #eventArea .title span{
		color: #212270;
	}
	
	
	
	#mainArea #eventArea .title img {
		width: 95%;
	}
	
	/* =========== columnArea03 Area ========== */
	#subTitle {
		clear:both;
		position:relative;
		margin-bottom:50px;
		width:100%;
	}
	
	#subTitle .title {
		margin-bottom:5px;
		font-size:2em;
		font-weight: bold;
		color: #212270; 
		line-height: 1.5em;
	}
	#subTitle .text {
		margin-bottom:2px;
		font-size:1.4em;
		line-height: 1.47em;
	}
	
	
	#subTitle .titleSub1 {
		margin-bottom:1px;
		font-size:1.3em;
		color: #c1272d;
		font-weight: bold;
		text-align: center;
		border-bottom: 1px sloid #fff;
		padding-left:60px;
	}
	
	#subTitle .titleSub2 {
		margin-bottom:0px;
		font-size:1.3em;
		color: #4d4d4d;/*c1272d*/
		font-weight: bold;
		text-align: left;
		border-bottom: 1px sloid #fff;
		padding-left: 10px;
	}
	
	
	.areaTitle{
		width:100%;
		background-color: #212270;
		padding: 3px; 0;
		margin-bottom: 20px;
	}
	
	.areaTitle p{
		color: #fff;
		font-size:1.7em;
	}
	
	
	.btnArea{
		margin: 0 1% 0;
		padding:5px;
		width:98%;
		}
	
	.btnArea section{
		margin: 1%;
		padding:1%;
		width:45%;
		float:left;
	}
	
	.clear {
	  clear: both;
	  height: 10px;
	}
	
	
	#stepArea{
		margin: 0 1% 20px 1%;
		padding:1%;
		width:98%;
		border: solid 1px #b3b3b3;
		border-radius: 5px;        /* CSS3草案 */  
		-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
		-moz-border-radius: 5px;   /* Firefox用 */  
		background-color:#fff;
		float:left;
	}
	
	#stepArea img{
		margin-right: 10px;
	}
	
	#stepArea .titleSub {
		margin-bottom:2px;
		font-size:1.2em;
		font-weight: 500;
	}
	
	#stepArea .titleSub span{
		padding:1.5px;
		margin:10px;
		font-size:0.7em;
		background:#f8d25d;
		color:#fff;
	}
	
	#stepArea .textA {
		margin:5px;
		width:100%;
		float:left;
	}
	
	
	#stepArea .text01 {
		margin:8px 1% 0;
		width:60%;
		float:left;
	}
	
	
	#stepArea .text02 {
		margin:2%;
		background-color: #fff;
		width:30%;
		float:right;
	}
	
	#stepArea .textA h1 {
		font-size:1.5em;
		font-weight: bold;
		color: #c1272d;
		padding: 0px;
		text-align: center;
		line-height: 1.5em;
	}
	
	#stepArea .textA h1 span{
		font-size:0.5em;
		font-weight: bold;
		color: #4d4d4d;
	}
	
	#stepArea .textA p {
		font-size:1.1em;
		color: #4d4d4d;
		padding: 5px 0 0 8px;
	}
	
	#stepArea .textA img {
		text-align: center;
	}
	
	#stepArea .textA > div {
		margin: 10px;
		text-align: center;
	}
	
	@media screen and (max-width:800px) {
	
		#stepArea{
		/*	width:48%; */
		}
	
	}
	
	@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;
		}
		
		#stepArea{
			width:96%;
		}
			
		#stepArea .text01 {
			width:50%;
			float:left;
		}
	
	
		#stepArea .text02 {
			width:40%;
	
		}
		
		
	}
	
	#textbook {
		scroll-margin-top: 100px;
	}