@charset "UTF-8";
/* CSS Document */



/* FONT size
---------------------------------------------------------------------
[ px ]	[ % ]
10px 	72  %		19px 	136 %
11px 	79  %		20px 	143 %
12px 	86 %		21px 	150 %
13px 	93 %		22px 	158 %
14px 	100 %		23px 	165 %
15px 	108 %		24px 	172 %
16px 	115 %		25px 	179 %
17px 	122 %		26px 	186 %
18px 	129 %
---------------------------------------------------------------------*/

.col2{
	background-color:#F7EBEE!important;
	}

/* ++++++++++++++++++++++++++++++++++++++++++++++    PC    ++++++++++++++++++++++++++++++++++++++++++++++  */
@media screen and (min-width: 801px), print {
	
	#sub_contents{
		background-color:#FDF5F6;
		margin-bottom:0;
		padding-top:85px;
		padding-bottom:110px;
		position:relative;
		}
		
		.column2 >div:nth-of-type(1){
			float:left;
			width:345px;
			}
		.column2 >div:nth-of-type(2){
			float:right;
			width:345px;
			}
		
	
}



/* ++++++++++++++++++++++++++++++++++++++++++++++    sp    ++++++++++++++++++++++++++++++++++++++++++++++  */
@media only screen and (max-width: 800px) {
	
	
	#sub_contents{
		background-color:#FDF5F6;
		margin-bottom:0;
		padding-top:47px;
		padding-bottom:110px;
		position:relative;
		}
			
		.column2 >div img{
			width:100%;
			}
		.column2 >div:nth-of-type(2){
			margin-top:10px;
			}
		
		
							
}



