


/*-------------------------------------------------------------------
	
	レイアウト

-------------------------------------------------------------------*/

.right {
	text-align: right;
	}

.left {
	text-align: left;
	}

.center {
	margin:0 auto;
	}

.center_text {
	text-align:center;
	}

.f_left {
	float:left;
}

.f_right {
	float: right;
}

.green {
	color: #12c374;
}

.white {
	color: #fff;
}

.purple {
	color: #6f38d4;
}

.purple-2 {
	color: #f1f1fb;
}

.grey {
	color: #333;
}

.bg-grey {
	background-color: #333; 
}

.bg-purple {
	background-color: #f1f1fb; 
}

.bg-grey2 {
	background-color: #f8f8f8; 
}

.bg-green {
	background-color: #eff9f6; 
}

.bg-white {
	background-color: #white; 
}


.font-38 {
	font-size: 3.8rem;
	line-height: 1.6;
	font-weight: 900;
}


.font-36 {
	font-size: 3.6rem;
	line-height: 1.6;
	font-weight: 900;
}


.font-36 {
    font-size: 36px;/* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(2.4rem + ((1vw - 0.32rem) * 2.1429));/* 24px~36pxで可変*/
    line-height: 1.3;
}
@media (min-width: 321px) {/* 1200px以上*/
    .font-36 {
        font-size: 3.6rem;/* 36px*/
    }
}
@media screen and (max-width: 320px) {/* 640px以下*/
    .font-36 {
        font-size: 2.2rem;/* 24px*/
    }
}



.font-30 {
	font-size: 3rem;
	line-height: 1.4;
	font-weight: 900;
}

.font-28 {
	font-size: 2.8rem;
	line-height: 1.4;
	font-weight: 900;
}

.font-26 {
	font-size: 2.6rem;
	line-height: 1.4;
	font-weight: 900;
}

.font-24 {
	font-size: 2.6rem;
	line-height: 1.4;
	font-weight: 900;
}

.font-22 {
	font-size: 2.2rem;
	line-height: 1.2;
	font-weight: 900;
}

.font-20 {
	font-size: 2rem;
	line-height: 1.2;
	font-weight: 900;
}

.font-18 {
	font-size: 1.8rem;
	line-height: 1.8;
	font-weight: 500;
}

.font-14 {
	font-size: 1.4rem;
	line-height: 1.8;
}

.font-12 {
	font-size: 1.2rem;
}

hr.hrblk {
  width: 70px;
  height: 1px;
  margin-bottom: 30px;
  margin: 0 auto;
  border: none;
  border-top: 2px #333 solid;
}

hr.hrpur {
  width: 36px;
  height: 1px;
  border: none;
  border-top: 2px #6f38d4 solid;
}

hr.hrpur-2 {
  width: 90%;
  margin: 0 auto;
  height: 1px;
  border: none;
  border-top: 1px #6f38d4 solid;
}

hr.hrgrey {
  width: 100%;
  height: 1px;
  margin: 0 auto;
  border: none;
  border-top: 2px #f1f1f1 solid;
}

/*ボタン----------------------------------------------------------*/

.button {
	margin: 0 auto;
	margin-top: 20px;
    background-color: #12c374;          /* 背景色指定 */
    text-decoration:  none;             /* デフォルトCSS打ち消し */
    padding: 15px;                 /* 余白指定 */
    display:  inline-block;             /* インラインブロックにする */
    border-radius:  39px;                /* 角丸指定 */
    box-shadow: 2px 2px 7px 7px #dffdf2;   /* 影指定 */
	cursor: pointer;
	border: none;
}


@media (max-width: 768px){
.button {
	width: 60%;
	}
}

@media (min-width:768px){
.button {
	width: 30%;
	}
}

.button a {
	color: white;
	text-decoration: none !important;
}


.button:hover{
	text-decoration: none !important;
    opacity: 0.5;
}



/*送信ボタン　サイズ変更用----------------------------------------------------------*/
.button-form {
	width: 50%;
	margin: 0 auto;
	margin-top: 20px;
    background-color: #12c374;          /* 背景色指定 */
    text-decoration:  none;             /* デフォルトCSS打ち消し */
    padding: 15px;                 /* 余白指定 */
    display:  inline-block;             /* インラインブロックにする */
    border-radius:  39px;                /* 角丸指定 */
    box-shadow: 2px 2px 7px 7px #dffdf2;   /* 影指定 */
	cursor: pointer;
	border: none;
}

@media (max-width: 768px){
.button-form {
	width: 70%;
	margin: 0 auto;
	margin-top: 20px;
    background-color: #12c374;          /* 背景色指定 */
    text-decoration:  none;             /* デフォルトCSS打ち消し */
    padding: 15px;                 /* 余白指定 */
    display:  inline-block;             /* インラインブロックにする */
    border-radius:  39px;                /* 角丸指定 */
    box-shadow: 2px 2px 7px 7px #dffdf2;   /* 影指定 */
	cursor: pointer;
	border: none;
	}

}


.button-form:hover{
    opacity: 0.7;
}

/*ヘッダー ----------------------------------------------------------*/
@media (max-width: 768px){
.logo {
    width: 40%;
	}
}

@media (min-width:768px){
.logo {
    width: 230px;
	}
}

.h-button {
	width: 100px;
    padding: 4px 10px;
    text-decoration: none;
    display: block;
    text-align: center;
    color: #FFFFFF;
    background: #6f38d4;
    border-radius: 5px;
    -webkit-border-radius: 5px;/* for Safari and Chrome 対応*/
    -moz-border-radius: 5px;/* for Firefox 対応*/
}


/*マージン設定----------------------------------------------------------*/


.mb40 {
	margin-bottom:40px;
	}

.mb60 {
	margin-bottom:60px;
	}

.mb100 {
	margin-bottom:100px;
	}

.mt40 {
	margin-top:40px;
	}

.mt60 {
	margin-top:60px;
	}

.mt100 {
	margin-top:100px;
	}

.pt10 {
	padding-top:10px;
	}

.pt20 {
	padding-top:20px;
	}

.pt40 {
	padding-top:40px;
	}

.pt60 {
	padding-top:60px;
	}

.pt100 {
	padding-top:100px;
	}

.pb10 {
	padding-bottom:10px;
	}

.pb40 {
	padding-bottom:40px;
	}

.pb60 {
	padding-bottom:60px;
	}

.pb100 {
	padding-bottom:100px;
	}

.ml15 {
	margin-left:15px;
	}

.ml30 {
	margin-left:30px;
	}

.ml40 {
	margin-left:40px;
	}


/*MV ----------------------------------------------------------*/


@media (max-width: 768px){
.section1::before{
 background: url("../img/sp-mv-bg.jpg");
 background-position: center center;
 background-repeat: no-repeat;
 background-size: cover;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 /*background-attachment: fixed;*/
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 90%;
 content: "";
 z-index: -1;
	}
}

.pc-mv {
	margin: 0 auto;
	width:1019px;
}

@media (min-width:768px){
.section1 {
width: 100%;	
height: 800px;
background: url("../img/main-bg.jpg") no-repeat fixed top center /cover;
}
	}
	
.pc-mv-mt {
	margin-top: 20px;
}

/*こんなお悩みありませんか？　----------------------------------------------------------*/
.line-2 {
background-color:#4e37d9;
width:2px; 
height:33px;
}

.sp-img {
	width:100px;
}

/*contents02 Cloud Marketingにお任せください！----------------------------------------------------------*/

@media (max-width: 768px){
.con02-bg {
	background-image: url(../img/sp-c-02-bg.jpg);
	background-size: cover;
	background-position: center;
	}
}

@media (min-width:768px){
.con02-bg {
	background-image: url(../img/c-02-bg.jpg);
	background-size: cover;
	background-position: center;
	}
}


.triangle {
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid white;
}


.con02-box-pc {
	width: 1020px;
	margin: 0 auto;
	background-color: white;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;
}


.con02-box-sp {
	width: 100%;
	background-color: white;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;
}


/*contents03 Cloud Marketing ご利用の流れ----------------------------------------------------------*/

@media (max-width: 768px){	
.con03-box {
		padding: 50px 10px 50px 10px;
		border: 7px solid #12c374;
	}
	
.flow-01 {
		height: 70px;
		background-size: auto;
	}
.flow-02 {
		height: 70px;
		background-size: auto;
	}
.flow-03 {
		height: 70px;
		background-size: auto;
	}
.flow-04 {
		height: 70px;
		background-size: auto;
	}
}

@media (min-width:768px){
.con03-box {
	width: 1020px;
	margin: 0 auto;
	padding: 100px 0px 100px 0px;
	border: 10px solid #12c374;
	}
	
.flow-01 {
		height: 65px;
	}
.flow-02 {
		height: 65px;
	}
.flow-03 {
		height: 65px;
	}
.flow-04 {
		height: 65px;
	}

.pc-left {
		margin-left: 20px; !important;
	}

}



.flow-01 {
	background-size: 55px;
	background-image: url(../img/c-no01.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 65px;
}

.flow-02 {
	background-size: 55px;
	background-image: url(../img/c-no02.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 65px;
}

.flow-03 {
	background-size: 55px;
	background-image: url(../img/c-no03.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 65px;
}

.flow-04 {
	background-size: 55px;
	background-image: url(../img/c-no04.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 65px;
}


/*contents04 従来の広告代理店と何が違うの？----------------------------------------------------------*/

@media (max-width: 768px){
.con04-bg {
	background-image: url(../img/sp-c-04-bg.png);
	background-position: top;
	background-size: contain;
	background-repeat: no-repeat;
	}
	
.con04-box {
	width: 100%;
	padding: 10px 10px 10px 10px ;
	background-color: #fff;
	border-radius: 0 0 10px 10px;
	margin-bottom: 40px;
	}
}

@media (min-width:768px){
.con04-bg {
	background-image: url(../img/c-04-bg.jpg);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	}
	
.con04-box {
	width: 294px;
	height: 400px;
	padding: 20px 20px 20px 20px ;
	margin-left: 25px;
	background-color: #fff;
	border-radius: 0 0 10px 10px;
	}
}


/*contents05 料金プラン マーケター・広告運用者例----------------------------------------------------------*/

.sp-plan-box {
	padding: 15px 5px 15px 5px ;
}


@media (max-width: 768px){	
.con05-box {
		background-color: white;
		padding: 10px 10px 10px 10px;
		border: 7px solid #6f38d4;
	}
.con05-img {
	width: 50%;
	}

	
}

@media (min-width:768px){
.con05-box {
	background-color: white;
	width: 1020px;
	margin: 0 auto;
	padding: 40px 40px 40px 40px;
	border: 10px solid #6f38d4;
	}
	
.con05-img {
	width: 70%;
	}

.line {
border-right: 1px solid #f1f1fb;
	 }
}



/*form ----------------------------------------------------------*/

@media (max-width: 768px){
.form-bg {
	background-image: url(../img/sp-rsv-bg.jpg);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	}

}

@media (min-width:768px){
.form-bg {
	background-image: url(../img/rsv-bg.jpg);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	}
}


.form-box {
	margin: 0 auto;
	background-color: white;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;
}

@media (max-width: 768px){
.form-box {
	padding: 20px;
	}
}

@media (min-width:768px){
.form-box {
	padding: 70px;
	}
}



/*form体裁整え ----------------------------------------------------------*/

.formfield {
	border: none;
    border-radius: 0.67em;   /* 角丸 */
    padding: 0.8em;          /* 内側の余白量 */
    background-color: #f7f5f8; /* 背景色 */
}

.selectfield {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	font-size: 16px;
	height: 24% !important;
	margin-bottom: 10px;
    border-radius: 0.67em;   /* 角丸 */
    background-color: #f7f5f8; /* 背景色 */
	background-image: url(../img/icon_arrow.svg);
	background-repeat: no-repeat;
	background-size: 15px 13px;
	background-position: right 10px center;
}


.font-16 {
	font-size: 1.6rem;
	line-height: 1.8;
}

input::placeholder {
  color: #c0bcc2 !important;
}

textarea::placeholder {
  color: #c0bcc2 !important;
}


.f-link :hover{
	color: #aaaef9 !important;
	text-decoration: none !important;
}



/*コンテンツページ　見出し-----------------------------------------------------------------------------*/
.c-head  {
  color: #6f38d4;/*文字色*/
  /*線の種類（点線）2px 線色*/
  border-bottom: dashed 1px #aaaef9;
}

.c-link a {
	text-decoration: none;
	color:#000 !important;
}

.c-link a:hover {
	text-decoration: none;
	color:#000 !important;
}



/*トップへ戻る-----------------------------------------------------------------------------*/

#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	display: none;
}

#page-top a {
	display: block;
	width: 45px;
	height: 45px;
	padding: 6px 0;
	border-radius: 50%;
	background: #7e4fd7;
	color: #fff;
	text-decoration: none;
	text-align: center;
	opacity: 0.6;
}

@media (max-width: 768px){
	#page-top {
		bottom: 20px;
	}
	
	#page-top a {
	display: block;
	width: 45px;
	height: 45px;
	padding: 8px 0;
	border-radius: 50%;
	background: #7e4fd7;
	color: #fff;
	text-decoration: none;
	text-align: center;
	opacity: 0.6;
	}
}

