/*!
 * common.css ? v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */

/* # =================================================================
   # Global selectors
   # ================================================================= */




    * {
    	float: none;
    	position: static;
    }
     
    img {
    	max-width: 100%;
    	height: auto;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}
	
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
    }


body{
	
	font-size:3.5vw;
	}
	
header {
	width:100%;
	position: fixed;
	top: 0;
	left:0;
	}
	

	
footer{
	width:100%;
	background:linear-gradient(0deg,#313131 95%,#313131 95%,#535353 5%,#535353 100%);
	padding:20px 0 0;
	color:#ffffff;
	}
	
footer img{
	width:35%;
	}

/* ================================================================= */

/* メインコンテンツ */

.contents_w{
	width:100%;
	background:url(../img/flow/main_bg.jpg)no-repeat center 70px;
	background-size:150% auto;;
	padding:250px 0 0 0;
	}
	
.contents{
	max-width:1200px;
	overflow:hidden;
	margin:0 auto 0;
	padding:50px 8vw;
	background-color:#ffffff;
	text-align:left;
	}


.contents h2 {
	text-align:center;
	color:#1972d0;
	letter-spacing:0.1em;
	font-size:1.6em;	
}

	
.txt{
	margin:30px 0 0;
	line-height:1.8em;
	font-size:1.1em;
	}
	

	
.main_contents{
	max-width:860px;
	overflow:hidden;
	margin:0 auto;
	background-color:#ffffff;
	text-align:left;
	padding:0 0 100px;
	}
	
.main_contents h3{
	width:100%;
	line-height:3em;
	background-color:#ece9de;
	padding:0 40px;
	font-size:1.4em;
	margin:0 0 20px;
	}
	
.main_contents h4{
	display:inline-block;
	line-height:2em;
	background-color:#0070ba;
	padding:10px 30px;
	font-size:1.2em;
	color:#ffffff;
	margin:30px 0 0 30px;
	}
	
.main_contents p{
	padding:40px 30px 30px 30px;
	line-height:1.8em;
	text-align: justify;
	}
	
.main_contents p span{
	color:#e60012;
	}
	
.price{
	width:88%;
	padding:20px 0 5px 10px;
	margin:0 auto;
	display: flex !important;
	justify-content: left; /* live sample で変更可能 */
	border-bottom:1px solid #999999;
	line-height:1.8em;
	font-size:1.2em;
	}
	
li.title{
	width:36%;
	letter-spacing:0.1em;
	}
	

li.title02{
	width:55%;
	letter-spacing:0.1em;
	}
	
.price span{
	font-size:0.7em;
	}
	
.mt30{
	padding:50px 15px 5px 30px;
	}
	
.mt40{
	padding:20px 15px 5px 30px;
	margin-bottom:40px;
	}
	

.mt50{
	margin-bottom:30px;
	}
	
.step{
	margin:50px 5% 100px;
	width:90%;
	}