*{margin: 0;padding: 0}

body {
	font-family: "sans-serif", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic"; 
	-webkit-text-size-adjust: 100%;
	min-width: 100%;
}
  
a { text-decoration : none;
    outline:none;
	}

ul, ol { list-style : none}

img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	vertical-align: top;
	}
		
.clear {
	clear: both;
}
	
/* clearfix */

.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
	overflow:hidden;
    font-size:0.1em;
    line-height:0;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}



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

/*
**  sp
============== ============== ============== ============== ============== ============== ============== */	

/* ///////////// index ////////////////////////// */
	
header {
	width: 100%;
	margin-bottom: 4vh;
	}
	
.topback {
	width: 100%;
	height: 50vh;
	background: url(../images/back.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;

	}
	
.h_logo {
	width: 30vw;
	margin: 4vh 0 0 4vw;
	}
	
.sabmenu {
	float: right;
	margin: 3.2vh 4vw 0 0;
	}
	
.sabmenu li {
	display: inline;
	margin-right: 3vw;
	}
	
.sabmenu li a {
	font-size: 3.4vw;
	color: #000;
	}
	
h1 {
	width: 65vw;
	margin: 5vh auto 0;
	}
	
.topheading {
	width: 90%;
	margin: 0.5vh auto 0;
	font-size: 3.5vw;
	text-align: center;
	}
	
.topimg {
	position: absolute;
	bottom: 0px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 10;
	width: 93%;
	}

.tutorialarea {
	width: 85%;
	margin: 0 auto;
	}
	
.tutorial {
	padding: 7vw;
	margin-bottom: 3vh;
	}
	
.tutorial h3 {
	font-size: 4.2vw;
	margin-bottom: 1vh;
	text-align: center;
	}
	
.tutorial p {
	font-size: 3.3vw;
	line-height: 1.4em;
	}
	
.boxcolor01 {background-color: #ffe2ae;}
.boxcolor02 {background-color: #c6ecfc;}
.boxcolor03 {background-color: #fed4e7; margin-bottom: 5vh;}
	
.featuresarea {
	width: 100%;
	background-color: #f0f0f0;
	background-repeat: repeat;
	clear: both;
	padding: 4.5vh 0;
	}
	
.featuresarea h2 {
	font-size: 6vw;
	text-align: center;
	}
	
.f_boder {
	border-bottom: solid 4px #000;
	width: 20vw;
	padding-bottom: 1vh;
	margin: 0 auto 4.5vh;
	}
	
.featureslist {
	width: 95%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	}

.featuresbox {
	margin: 0 2vw 3vh;
	width: 43.5vw;
	}
	
.features_img {
	}
	
.featurestext {
	background-color: #fff;
	padding: 4vw;
	height: 28vh
	}
	
.featurestext h4 {
	font-size: 3.5vw;
	text-align: center;
	margin-bottom: 1.5vh;
	}
	
.featurestext p {
	font-size: 3.2vw;
	line-height: 1.5em;
	}
	
.f_logo {
	width: 40vw;
	margin: 4vh auto;
	clear: both;
	}
	
footer {
	padding: 2.5vh 0 3vh;
	background-color: #54c3f1;
	background-repeat: repeat;
	text-align: center;
	}
	
.underlayer {
	margin-bottom: 1.5vh;
	}
	
.underlayer li {
	font-size: 3.4vw;
	display: inline;
	margin-right: 3.5vw;
	}
	
.underlayer li a {color: #fff;}
	
.copy {
	font-size: 3.4vw;
	color: #fff;	
	}
	
	
	

/* ///////////// Smilee Teams of use ////////////////////////// */
	
.temsarea {
	width: 90%;
	margin: 8vh auto 0;
	}
.teamstitle h2 {
	font-size: 6.5vw;
	margin-bottom: 4vh;
	}
	
.temshed {
	font-size: 3.7vw;
	font-weight: bold;
	margin-bottom: 2vh;
	}
	
.temstxt,.temstxt03 {
	font-size: 3.4vw;
	line-height: 1.55em;
	margin-bottom: 3vh;
	}
	
.temstxt li {
	font-size: 3.4vw;
	line-height: 1.55em;
	margin: 0 0 1.5vh 5vw;
	}
	
.temstxt02 {
	}
	
.temstxt02 li {	
	font-size: 3.4vw;
	line-height: 1.55em;
	margin-bottom: 1.5vh;
	list-style-type: none;
	counter-increment: cnt;
	text-indent:-1.8em;
	padding-left:1em;
	}
	
.temstxt02 li::before,.temstxt04 li::before {
	content: "(" counter(cnt) ") ";
}

.temstxt03 li {
	font-size: 3.4vw;
	line-height: 1.55em;
	margin: 0 0 1.5vh 0;
	}
	
.temstxt04 li {	
	font-size: 3.4vw;
	line-height: 1.55em;
	margin-bottom: 1.5vh;
	list-style-type: none;
	counter-increment: cnt;
	text-indent:-2em;
	padding-left:4.2em;
	}

	
}



@media screen and (min-width: 769px){

/*
**  pc
============== ============== ============== ============== ============== ============== ============== */

/* ///////////// index ////////////////////////// */
	
header {
	margin-bottom: 80px;
	}
	
.topback {
	width: 100%;
	height: 750px;
	background: url(../images/back.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;

	}
	
.h_logo {
	width: 164px;
	margin: 30px 0 0 40px;
	}
	
.sabmenu {
	float: right;
	margin: 30px 0 0 10px;
	}
	
.sabmenu li {
	display: inline;
	margin-right: 30px;
	}
	
.sabmenu li a {
	font-size: 19px;
	color: #000;
	}
	
h1 {
	width: 422px;
	margin: 80px auto 25px;
	}
	
.topheading {
	font-size: 23px;
	text-align: center;
	}
	
.topimg {
	position: absolute;
	bottom: 0px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 10;
	width: 935px;
	}

.tutorialarea {
	width: 1000px;
	margin: 0 auto;
	}
	
.tutorial_img {
	width: 500px;
	float: left;
	}
	
.tutorial {
	width: 430px;
	height: 145px;
	float: left;
	padding: 50px 35px;
	}
	
.tutorial h3 {
	font-size: 20px;
	margin-bottom: 15px;
	text-align: center;
	}
	
.tutorial p {
	font-size: 15px;
	line-height: 1.6em;
	}
	
.boxcolor01 {background-color: #ffe2ae;}
.boxcolor02 {background-color: #c6ecfc;}
.boxcolor03 {background-color: #fed4e7; margin-bottom: 80px;}
	
.featuresarea {
	width: 100%;
	background-color: #f0f0f0;
	background-repeat: repeat;
	clear: both;
	padding: 60px 0;
	}
	
.featuresarea h2 {
	font-size: 35px;
	text-align: center;
	}
	
.f_boder {
	border-bottom: solid 4px #000;
	width: 80px;
	padding-bottom: 10px;
	margin: 0 auto 60px;
	}
	
.featureslist {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 1250px;
	margin: 0 auto;
	}

.featuresbox {
	margin: 0 15px 30px;
	}
	
.features_img {
	width: 284px;
	float: left;
	}
	
.featurestext {
	background-color: #fff;
	width: 245px;
	height: 120px;
	padding: 30px;
	float: left;
	}
	
.featurestext h4 {
	font-size: 17px;
	text-align: center;
	margin-bottom: 10px;
	}
	
.featurestext p {
	font-size: 13px;
	line-height: 1.6em;
	}
	
.f_logo {
	width: 278px;
	margin: 65px auto;
	clear: both;
	}
	
footer {
	height: 15px;
	padding: 30px 0 40px;
	background-color: #54c3f1;
	background-repeat: repeat;
	}
	
.underlayer {
	float: left;
	margin-left: 30px;
	}
	
.underlayer li {
	font-size: 16px;
	display: inline;
	margin-right: 20px;
	}
	
.underlayer li a {color: #fff;}
	
.copy {
	float: right;
	font-size: 14px;
	color: #fff;	
	margin-right: 30px;
	}
	
	
	

/* ///////////// Smilee Terms of use ////////////////////////// */
	
.temsarea {
	width: 1000px;
	margin: 0 auto 150px;
	}
.teamstitle h2 {
	font-size: 37px;
	margin-bottom: 45px;
	}
	
.temshed {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	}
	
.temstxt,.temstxt03 {
	font-size: 17px;
	line-height: 1.55em;
	margin-bottom: 50px;
	}
	
.temstxt li {
	font-size: 17px;
	line-height: 1.55em;
	margin: 0 0 10px 25px;
	}
	
.temstxt02 li {	
	font-size: 17px;
	line-height: 1.55em;
	margin-bottom: 10px;
	list-style-type: none;
	counter-increment: cnt;
	text-indent:-1.8em;
	padding-left:1em;
	}
	
.temstxt02 li::before,.temstxt04 li::before {
	content: "(" counter(cnt) ") ";
}

.temstxt03 li {
	font-size: 17px;
	line-height: 1.55em;
	margin: 0 0 30px 0;
	}
	
.temstxt04 li {	
	font-size: 17px;
	line-height: 1.55em;
	margin-bottom: 10px;
	list-style-type: none;
	counter-increment: cnt;
	text-indent:-2em;
	padding-left:4.2em;
	}
	
.temstxt05 {
	font-size: 17px;
	line-height: 1.55em;
	margin-bottom: 15px;
	}
	

/* ///////////// help ////////////////////////// */
#wrap {
     position: relative;
     height: auto !important;
     height: 100%;
     min-height: 100%;
}

.f_bottom {
	width: 100%;
    position:absolute;
    bottom:0;
}
	
	
}
