@charset "utf-8";


/***全体***/

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
font-family: "メイリオ", Meiryo,
		"ヒラギノ角ゴ Pro W3",
		"HIragino Kaku Gothic Pro W3",
		"HIragino Kaku Gothic Pro",
		Osaka,
		"ＭＳ Ｐゴシック", "MS P Gothic",
		sans-serif;
}



html{
	font-size: 3.125vw;

}

body{
	margin: 0;
}

.container{
	font-size: 0.5rem;
}

img{
	max-width: 100%;
	height: auto;
}


	h2{
		font-size: 3.4vw;
	}


h3{
	font-size:2.6vw;
}


.ib{
	display: inline-block;
}


.sp{
	display: none;
}


/*ドロップダウンメニュー*/

.nav-wp{
	display: none;
}


/***ヘッダー***/


header{
	width: 28rem;
	margin: 0 auto;
}

.header-cont{

}

.header-cont .logo{
	float: left;
	margin:10px 0 0 ;
	width: 16%;
}
.header-cont .site-description{
	float: left;
	color:#999;
	font-size:0.4rem;
	margin: 20px 0 0 10px;
}

/*メインイメージ*/

.main-image-wp{
	background: linear-gradient(#afe0fe 70%, transparent 30%);
}

.main-image{
	display: table;
	width: 100%;
	max-width: 25rem;
	height: auto;
	margin:0 auto;
	position: relative;
}

.main-image-l,
.main-image-r{
	display: table-cell;
	vertical-align: top;
	}

.main-image-l{
	width: 70%;
	padding-left: 2%;
	height: 0;
	padding-bottom: 20%;
	background-image: url(images/topimage.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 100% auto;
}
.main-image-l .h1-wp{
	width: 68%;
	height: auto;
}


.main-image-l h1{
	font-size:0.7rem;
	line-height: 1.3em;
	margin-top: 20px;
	text-align: center;
}

.main-image-l h1 span{
	margin-top: 0;
	}

.main-image-l h1 .sub{
	display: block;
		text-align: left;
}

.main-image-l h1 .sub p{
font-size: 0.45rem;
line-height: 1.4em;
display: inline;
background: linear-gradient(transparent 40%, yellow 50%);
margin-bottom: 0;
}



.main-image-r{
	width: 30%;
	vertical-align: top;
	text-align: center;
	padding: 5% 1% 5% 0;
}

.main-image-r .qr{
	width: 25%;
	max-width: 100px;
	height: auto;
	}
.main-image-r .store-ban{
	margin-top: 5%;
}

.main-image-r .store-ban img {
	display: inline-block;
	width: 48%;
	max-width: 200px;
	margin: 0 1%;
	height: auto;
}

.main-image-l .rwd{
	display: none;
}


/***メインコンテンツ***/
main{
	width: 30rem;
	margin: 0 auto;
}

.main-in{
	padding: 0 20px 20px;
}


/*共通*/

.clear-fix::after{
	display: block;
	content: '';
	clear: both;
}


/*キャッチコピー*/

.catch{
	padding:0 20px 0;
}

.catch h2{
background-color: #5EC5FF;
color: white;
border-radius: 15px;
padding: 10px 0;
text-align: center;
/* [disabled]-webkit-text-stroke:1px black; */
position: relative;
}

.catch h2::after{
	display: block;
	content: '';
	width: 0;
    height: 0;
    border: 30px solid transparent;
    border-top: 30px solid #5EC5FF;
	position: absolute;
	top: 96%;
	left: 45%;
}
.catch h3{
	text-align: center;
	margin-top: 40px;
	
}


/*4つのポイント*/

.point{
	padding:0 20px 30px;
}

.point div{
	display:block;
	width: 25%;
	padding: 0 1%;
	float: left;
}

.point .mark{
	width: 40%;
	height: auto;
	display: block;
	margin: 0 auto;
	}
.point h3{
	font-size: 1.5vw;
	line-height: 1.3em;
	text-align: center;
}

.point img{
	width:30%;
	max-width: 100px;
	height: auto;
	}


/*登録→実行→確認*/
.flow{
	padding: 30px 20px 30px;
}

.flow h3{
	display: inline-block;
	background: linear-gradient(transparent 50%, yellow 50%);
	font-size: 2vw;
}



/*～2列セクション～*/
.flow .sec-2col{
	width: 70%;
	display: block;
	margin: 0 auto;
}
.flow .sec-2col div{
	width: 50%;
	margin-bottom: 50px;
}


/*～左イラスト　右説明～*/
.flow .sec-2col .pic-l{
	float: left;
}

.flow .sec-2col .text-r{
	float: right;
}

/*～右イラスト　左説明～*/
.flow .sec-2col .pic-r{
	float: right;
}

.flow .sec-2col .text-l{
	float: left;
}

/*～イラスト　2点　横並び～*/

.flow .sec-2col div img{
	width: 50%;
}

.flow .sec-2col div .man{
	width:30%;
}



/*創業くんとは*/

.about{
padding: 0 20px 0;
text-align: center;
}



.about-pic{
width: 100%;
/* [disabled]display: flex; */
justify-content: space-around;
}


.about-pic img{
width: 33.333333%;
max-width: 350px;
height: auto;
padding: 0;
	}


/*比較表*/

.about table{
	border-top:1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%;
	table-layout: fixed;
	}

.about table th,
.about table td{
	border-right:1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 20px;
}

.about table .start{
	width: 20%;
	background-color: white;
}


.about table colgroup:nth-of-type(1){
	background-color: #eee;
	}

.about table colgroup:nth-of-type(2){
/* [disabled]background-color: yellow; */
}
.about table thead th:nth-child(2) {
	background-color: #69779b;
	color: white;
	font-size: 17px;
}
.about table thead th:nth-child(3){
	background-color: #69779b;
	color: white;
	font-size: 17px;
}
/*補足情報*/


aside{
	border-top:3px solid #ccc;
}

.aside-in{
	width: 28rem;
    margin: 0 auto;
	padding: 0 20px 30px;	
}
.aside-in p{
margin-top: 5px;
margin-left: 30px;
}

.aside-in .title{
	font-size: 0.6rem;
	font-weight: bold;
	margin:20px 0;
}


.station{
	margin-bottom: 40px;
}

.onestop img{
	float: left;
	margin-right: 20px;
}

.onestop span{
	margin: 0;
	overflow-wrap:break-word;
	word-wrap: break-word;
}

footer{
	background-color: #e5e8eb;
	padding: 20px 0 10px;
}

footer .footer-in{
width: 28rem;
margin: 0 auto;
padding: 0 20px 30px;
}

footer .yakk{
	width: 30%;
	max-width: 120px;
	float: left;
	margin:6px 10px 0 0
}

footer small{
	font-weight: bold;
}



footer .ban img{
	width: 50%;
}





/*--------------------------------------------------------
解像度736px以下
--------------------------------------------------------*/
@media
only screen and (max-width : 736px){
	

/***全体***/
	.container{
		width: 100%;
		font-size: 16px;
	}

		h2{
		font-size: 5vw;
	}
	h3{
		font-size: 3vw;
	}
	
	
	.sp{
		display: block;
	}
	

/*ドロップダウンメニュー*/
.nav-wp{
display: block;
float: right;
margin: 10px 10px 0 0;
} 
#nav-drawer {
position: relative;
left: 0;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
display:none;
}

/*アイコンのスペース*/
#nav-open {
display: inline-block;
width: 30px;
height: 22px;
vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
position: absolute;
height: 3px;/*線の太さ*/
width: 25px;/*長さ*/
border-radius: 3px;
background: #555;
display: block;
content: '';
cursor: pointer;
}
#nav-open span:before {
bottom: -8px;
}
#nav-open span:after {
bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
display: none;/*はじめは隠しておく*/
position: fixed;
z-index: 99;
top: 0;/*全体に広がるように*/
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,1.0);
transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
overflow: auto;
position: fixed;
top: 40px;
right: 0;
z-index: 9999;/*最前面に*/
width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
max-width: 200px;/*最大幅（調整してください）*/
background: #fff;/*背景色*/
transition: .3s ease-in-out;/*滑らかに表示*/
-webkit-transform: translateX(220%);
transform: translateX(220%);/*右に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
display: block;/*カバーを表示*/
background: url(images/close.png) right top/40px 40px no-repeat; 
background-color:rgba(0,0,0,0.5);
}

#nav-input:checked ~ #nav-content {
-webkit-transform: translateX(0%);
transform: translateX(0%);/*中身を表示（左へスライド）*/
box-shadow: 6px 0 25px rgba(0,0,0,.15);
}	
	
	.nav-wp ul{
		margin: 0;
		padding: 0;
	}
	
	
	.nav-wp	ul li{
		list-style: none;
		border-bottom: 2px solid #666;
		padding: 10px 20px;
	}
	
	.nav-wp	ul li a{
	text-decoration: none;
	color: #666;
	font-size: 17px;
	font-weight: bold;
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	background-position: left center;
		background-size: 12px auto;
		padding-left: 24px;
	}

	/*メインイメージ*/
	.main-image-wp{
		margin-top: 40px;
	}
	
	.main-image{
		width:90%;
		max-width: 90%;
		margin: 0 auto;
		
	}
	
	
	.main-image-l{
		width: 100%;
		height: auto;
		background: none;
		padding-bottom:0;
		padding-left: 0;
	}
	
	.main-image-l .h1-wp{
		width: 100%;
	}
	
	.main-image-l h1{
		font-size: 1.4rem;
	}
	.main-image-l h1 .sub p{
		font-size: 0.87rem;
	}
	
	.main-image-r{
		display: contents;
	}
	
	/*ストアリンク*/
	
	.main-image-r .qr{
		display: none;
	}
	

	.main-image-r .store-ban{
position: fixed;
display: block;
width: 100%;
bottom: 0;
left: 0;
		z-index: 50;
margin-top: 0;
padding: 10px 0 5px;
background-color: #69779b;
box-shadow: 0 -8px 3px -3px rgba(0,0,0, 0.3);
	}
	
	
	.main-image-r .store-ban img{
		max-width: 150px;
	}
	
	

	
	main{
		width: 100%;
		}
	
	.main-in{
	padding: 0 20px 20px;
}

	
	
/***ヘッダー***/
	
	header{
		width: 100%;
		position: fixed;
		top: 0;
		background-color: #69779b;
		z-index: 100;
	}
	
	.header-cont {
		font-size: 0;
		padding-bottom: 10px;
	}
	
	
	.header-cont .logo{
		width: 100px;
		margin:5px 0 0 5px;
	}

	/*フッター*/
	
	footer .footer-in{
		width: 100%;
	}
	/**/
	
	.aside-in{
		width: 100%;
		}
	
	
/*サイトディスクリプション*/
.header-cont .site-description{
	font-size:13px;
	color:white;
	margin: 10px 0 0 10px;
}	
/*メイン*/	
.main-in{
	padding: 0 0px 60px;
}
	
/*キャッチコピー*/
	
	
	.catch h2::after{
	top: 80%;
}
	
	
/*4つのポイント*/


.point div{
	width: 50%;
}
	
.point h3{
	font-size: 3vw;
	line-height: 1.3em;
}

/*登録→実行→確認*/
	
.flow{
	background-color: #E4F1FC;
}

	

/*～2列セクション～*/
.flow .sec-2col{
	width: 90%;
	}	
	.flow h3{
		font-size: 3vw;
	}	

/*創業くんとは*/
	
	
/*比較表*/

	.about table{
		font-size: 14px;
	}	
	
		.about table th,
.about table td{
		padding: 10px 10px;
}	
			
			
	.about table .start{
	width: 24%;
}

	
	
}

/*--------------------------------------------------------
解像度480px以下
--------------------------------------------------------*/
@media
only screen and (max-width : 480px){
	
	/***全体***/
	.container{
		width: 100%;
		font-size: 1.2rem;
	}
	h2{
		font-size: 5.2vw;
		}
	
	h3{
		font-size: 3.2vw;
	}

	/*ヘッダー*/
	
	.header-cont .site-description {

	}
	
	
	/*フッター*/
	footer {
padding-top: 10px;
padding-right: 2%;
padding-left: 2%;
padding-bottom: 100px;
}
	
	footer .footer-in{
width: 28rem;
margin: 0 auto;
padding-top: 0;
padding-right: 0px;
padding-left: 0px;
padding-bottom: 30px;
}

	
	

	
/*4つのポイント*/

.point div{
	width: 100%;
	margin:0 0 20px;
}	

	.point h3{
		font-size: 5vw;
		text-align: center;
		margin: 10px 0 0;
	}
	
.point img {
    width: 30%;	
	
}
	
	/*～2列セクション～*/
	
	
	
	.flow .sec-2col{
		width: 100%;
	}
	
	.flow .sec-2col div{
		width: 100%;
		}
	
	
	.flow h3{
		font-size: 5vw;
		text-align: center;
		display: block;
	}
	
	.flow .sec-2col .pic-l,
	.flow .sec-2col .text-r,
	.flow .sec-2col .pic-r,
	.flow .sec-2col .text-l{
		float: none;
	}
	
	.flow .sec-2col .pic-l,
	.flow .sec-2col .pic-r{
		margin:0 0 40px;
		clear: both;
	}
	
	
	.flow .sec-2col .pic-l img{
		display: block;
		margin: 0 auto;
	}
	
	.flow .sec-2col div p{
		display: block;
		width: 70%;
		float: left;
	}
	
	.flow .sec-2col .text-l img,
	.flow .sec-2col .text-r img{
		display: block;
		width: 30%;
		float: right;
	}
	
	
	
	/*創業くんとは*/
	
	.about {
    padding: 0 10px 0;
	}
	
	/*比較表*/

	.about table{
		font-size: 13px;
	}
	
	
}
