@charset "utf-8";

body {
	font-family: 'ヒラギノ角ゴ', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
}

img {
	flex-shrink: 0
}

a {
	color: #245dc1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#body_wrap {
	background-color: #FFFFFF;
	margin: 0;
	width: 100%;
	height: 100%;
	padding: 200px 0 0;
	margin-top: -200px;
	/* リンク位置上昇分 */
}

.inner {
	width: 940px;
	clear: both;
	margin: 0 auto;
}

.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}

h1,
h2,
h3,
h4,
h5,
p,
dd {
	margin: 0;
	padding: 0;
}

.pt20 {
	padding-top: 20px;
}

.pb20 {
	padding-bottom: 20px;
}

.ml30 {
	margin-left: 30px;
}

.mr30 {
	margin-right: 30px;
}

.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mb40 {
	margin-bottom: 40px;
}

/* #header
-----------------------------------------------------------*/
.pure-u-lg-3-5 {
    width: 60%;
	display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
}
.pure-u-lg-7-24 {
	display: inline-block;
	font-size: 12px;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
}
.pure-u-lg-2-5 {
    width: 40%;
}
img.logo {
    width: 95px;
}
.head-btn-area a:first-child {
    padding-top: 5px;
}
.head-btn-area {
    text-align: right;
}
.btn_header {
    text-align: center;
    padding: 4px;
	border: solid 1px;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 11px;
    margin: 0 2px 0 4px;
}

.head-line {
    width: 940px;
    margin: 8px auto 10px;
    position: relative;
	background-color: #fff;
}
.bg {
	background-color: #FAF1FF;
}


/* #intro
-----------------------------------------------------------*/

.mainvisual {
	width: 940px;
	margin: 0 auto;
	padding: 42px 0 20px;
	background-image: url(img/mainvisual_bg.png);
	background-size: auto 500px;
	background-repeat: no-repeat;
	background-position: top 42px right;
}

.mainvisual img {
	width: 549px;
	text-align: left;
}

.mainvisual .button-inquiry--large {
    box-shadow: 0 6px 0 0 #7735b1;
    background-color: #a876d6;
    display: block;
    color: #fff;
    text-align: center;
    padding: 12px;
    border: 0;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 15px;
    width: 100%;
    margin: 8px auto 16px;
}

.mainvisual p{
	font-weight: bold;
	margin: 5px 0 5px 5px;
}

.mainvisual .txt {
	display: flex;
	font-size: 16px;
	text-align: center;
	font-weight: normal;
}

.txt-catch {
	position: relative;
	display: inline-block;
	padding: 7px 10px;
	min-width: 120px;
	width: 50%;
	color: #045183;
	font-size: 16px;
	background: #FFF;
	border: solid 1px #045183;
	box-sizing: border-box;
  }
  
  .txt-catch:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -13px;
	margin-top: -13px;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	border-left: 13px solid #FFF;
	z-index: 2;
  }
  
  .txt-catch:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -14px;
	margin-top: -14px;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 14px solid #045183;
	z-index: 1;
  }
  
  .txt-catch p {
	margin: 0;
	padding: 0;
  }

  .txt-link {
	  width: 50%;
	  padding: 7px 10px;
  }

/* clearfix
-----------------------------------------------------------*/

.clearfix:after {
	content: "";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/* img関連
-----------------------------------------------------------*/
.box_overflow {
	overflow: hidden;
}

.img200 {
	width: 200px;
}

.float_r_img {
	float: right;
}

.float_l_img {
	float: left;
}
.small_img {
	width: 60%;
    height: auto;	
}

/* text関連
-----------------------------------------------------------*/
p {
	margin: 10px 0;
}

.txt_red {
	color: #DB0000;
}

.txt_c {
	text-align: center;
}
.small_txt {
	font-size: 13px;
	text-align: center;
}
/* footer
-----------------------------------------------------------*/

#footer {
	margin: 20px auto;
	text-align: center;
	height: 30px;
	padding: 20px 0;
}


/* ----------------------------------------
  トップへ戻るボタン
---------------------------------------- */




.backtotop a {
	display: inline-block;
	width: 56px;
	height: 56px;
	padding: 0;
	margin: 0;
	font-size: 98%;
	color: #666;
	line-height: 62px;
	text-align: center;
	background-color: #eee;
	border-radius: 50%;
	display: block;
}

.backtotop {
	position: fixed;
	right: 10px;
	bottom: 20px;
	z-index: 1000;
	/* display: none; */
}

.backtotop {
	bottom: 30px;
}

.backtotop:not(:target) {
	bottom: 30px\9;
	/* IE9 */
}






/* button
-----------------------------------------------------------*/
.btn_top {
	width: 549px;
}

.btn_top p {
	text-align: center;
}

.button-inquiry--large {
	font-weight: normal;
	box-shadow: 0 6px 0 0 #7735b1;
	background-color: #a876d6;
	display: block;
	color: #fff;
	text-align: center;
	padding: 6px;
	border: 0;
	border-radius: 6px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.5;
	margin: 20px auto;
}




.btn_area .button-inquiry {
	width: 480px;
}



.btn_area .btn_cta-text {
	text-align: center;
	line-height: 1.8;
	font-size: 18px;
	color: #333;
}

.btn-text_main{
	font-size: 28px;
	font-weight: bold;
}


.cta-text {
	text-align: center;
	font-size: 16px;
}


.cta-apply {
	text-align: center;
	font-size: 13px;
	margin-top: 20px;
}

.qa_link {
	text-align: center;
}

.qa_link a {
	display: inline-block;
	padding: 14px;
	border: 1px solid #ccc;
	border-radius: 10px;
	background-color: #FFF;
	font-size: 16px;
	margin: 0 auto;
}


/* headline
-----------------------------------------------------------*/

.section-header {
	background: #045183;
	text-align: center;
	padding: 20px;
	font-size: 26px;
	font-weight: 600;
	color: #fff;
	font-weight: 600;
	line-height: 1.4;
	padding: 20px 20px 15px;
	margin: 0 0 20px;
}

.section-header span {
	font-size: 18px;
	display: block;
}

h3 {
	margin: 0 0 30px;
	line-height: 1.5;
	color: #045183;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
}



/* background
-----------------------------------------------------------*/

.bg_gray {
	background-color: #eee;
	padding-bottom: 20px;
}

.bg_white {
	background-color: #fff;
	padding-bottom: 20px;
}


/* layout
-----------------------------------------------------------*/

.flex_container {
	display: flex;
}

.align_c {
	text-align: center;
}

.box_white {
	background-color: #FFF;
	padding: 20px;
	margin-top: 20px;
	text-align: center;
}

.box_gray {
	background-color: #f5f5f5;
	padding: 20px;
	margin-top: 20px;
	text-align: center;
}

.border_gray {
	border: solid #ccc 1px;
}

.block {
	margin-top: 40px;
}

.section-description {
	text-align: center;
	margin-bottom: 20px;
}

.note {
	font-size: 12px;
	margin: 8px 0;
}


/* 文字装飾
-----------------------------------------------------------*/

.text-purple {
	color: #a876d6;
}

.text-navy {
	color: #045183;
}
.eventsend {
	margin: 20px auto 10px;
    width: 549px;
    padding: 10px 0 8px 0;
    border: solid 1px #e64551;
    text-align: center;
    font-size: 15px;
    color: #e64551;
    font-weight: bold;
}

/* 三角装飾
-----------------------------------------------------------*/
.triangle-bottom {
	display: inline-block;
	border-style: solid;
	border-width: 28px 35px 0 35px;
	border-color: #a876d6 transparent transparent transparent;
}

.triangle-box {
	width: 80px;
	margin: -16px auto 0;
	text-align: center;
}
.bg-triangle {
	background: no-repeat center /180px url(img/triangle_gray.png);
}

.bg-triangle h3 {
	padding: 30px 0 60px;
	margin-top: 30px;
}
.plus-box {
	width: 80px;
	margin: -16px auto 0;
	text-align: center;
}
.bg-plus {
	background: no-repeat center /180px url(img/plus_gray.png);
}
.bg-plus h3 {
	padding: 80px 0;
	margin-top: 30px;
}

/* campaign
-----------------------------------------------------------*/
.campaign_box {
	box-sizing: border-box;
	padding: 24px;
	border: #B171DC solid 2px;
	background-color: #fff;
}

.campaign_box .line_box{
	display: block;
    background-color: #f5f5f5;
    /* border: 2px #faf1ff solid; */
    padding: 20px;
	margin-top: 20px;
}
.campaign_img {
	width: 80%;
	height: auto;
}

/* problem
-----------------------------------------------------------*/
.problem_3point ul ol {
	font-weight: 700;
	line-height: 1.5em;
	font-size: 16px;
	margin-bottom: 8px;
}

.problem_3point ul ol span {
	font-size: 32px;
	font-weight: 700;
	color: #a876d6;
	margin-right: 8px;
}

.problem_3point li {
	margin-bottom: 16px;
}

.problem_3point li:last-child {
	margin-bottom: 0;
}

/* about_vc
-----------------------------------------------------------*/

.about_vc_3point_box {
	font-size: 18px;
	line-height: 1.5;

}

.about_vc_3point_box p {
	text-align: center !important;
}

.about_vc_3point_box img.circre {
	margin: 0 !important;
}

.about_vc_3point_box img.second {
	height: 160px;
	width: auto;
	margin: 0;
}

.about_vc_logo,
.about_vc_genre {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

.about_vc_genre h4 {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}

.about_vc_genre_box {
	width: 50%;
	float: left;
}

/* campaign
-----------------------------------------------------------*/

.p10 {
    padding: 10px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.text {
    padding: 0px 10px 0 10px;
}
.c-subordinate-section p {
    margin-bottom: 20px;
    line-height: 2em;
    font-size: 14px;
    padding: 0 20px;
}
.c-panel.c-panel--gray {
    background-color: #f5f5f5;
}
.pure-g {
    text-rendering: optimizespeed;
    display: flex;
}
.pure-u-lg-14-24 {
	display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
}
.pure-u-md-14-24 {
    width: 58.3333%;;
}
.pure-u-md-10-24 {
	width: 41.6667%;
}
.pure-img {
    display: inline-block;
    box-sizing: border-box;
	max-width: 100%;
    height: auto;
}
.pure-u-md-14-24 {
	display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
}

/* 応募要項 *
-----------------------------------------------------------*/
.appTable table {
    margin-bottom: 40px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.ttlcolor {
    background: #6897b5;
    width: 30%;
	font-weight: bold;
    text-align: center;
    margin: 0;
    font-size: 1.2em;
    line-height: 1.6em;
	color: #fff;
}
.appTable td {
    border: 2px solid #d2d2d2;
    padding: 19px 25px 19px 25px;
    vertical-align: top;
}
th {
    border: 2px solid #d2d2d2;
    padding: 19px 25px 19px 25px;
    vertical-align: top;
	font-weight: normal;
	vertical-align: middle;
}
.pointlist {
    margin-bottom: 20px;
	padding: 0;
}
ul.pointlist li {
    margin-bottom: 5px;
}
.color {
	text-align: left;
	line-height: 2em;;
}
.txt {
	text-align: center;
	font-weight: bold;
}
.txt2 {
	text-align: center;
}

/* casestudy
-----------------------------------------------------------*/
.casestudy_entry {
	display: flex;
	flex-wrap: wrap;
}
.casestudy_entry_item {
	padding: 20px;
    background-color: #f2f2f2;
    margin: 10px;
    list-style: none;
    width: 253px;
    height: 315px;
    text-align: left;
}
.casestudy_entry_item img {
	width: 100%;
	height: auto;
}
.casestudy_entry_item_category {
	padding: 5px;
    background: #6897b5;
    color: #FFF;
    display: inline-block;
    margin: 15px 0;
}
.casestudy_entry h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.casestudy_entry p {
	font-size: 14px;
}


/* 特典獲得までの流れ *
-----------------------------------------------------------*/
.p-flow-box {
    margin-bottom: 20px;
    line-height: 2em;
    font-size: 16px;
    padding: 0;
    box-sizing: border-box;
}

.p-flow-box .p-flow-boxall {
    width: 100%;
    display: table;
}
.p-flow-box .p-flow-navy {
    background: #6897b5;
}
.p-flow-box .p-flow-gray {
    background: #eee;
}
.p-flow-box .p-flow-boxall .p-flow-flowbox {
	display: table-cell;
    box-sizing: border-box;
    height: auto;
    vertical-align: middle;
    padding: 10px;
}
.p-flow-box .p-flow-navy-border {
    border: 2px solid #6897b5;
}
.p-flow-box .p-flow-gray-border {
    border: 2px solid #eee;
}
.p-flow-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 20px 0 20px;
    border-color: #5b98b8 transparent transparent transparent;
    margin: 20px auto;
}

.c-subordinate-section p {
    margin-bottom: 20px;
    line-height: 2em;
    font-size: 14px;
    padding: 0 20px;
}
.pure-u-7-24 {
    width: 29.1667%;
}

.p-flow-box .p-flow-navy p {
    color: #fff;
}
.p-flow-flowbox p {
    font-weight: bold;
    text-align: center;
    margin: 0;
    font-size: 1em;
    line-height: 1.6em;
	
}

.p-flow-txtbox p {
    text-align: left;
    margin: 0;
    padding: 10px;
	font-size: 14px;
}
.p-flow-txtbox p b.ttl {
    font-size: 110%;
}
.pure-u-md-11-24 {
    width: 45%;
	display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
}
.p-flow-txtbox .p-flow-img {
    margin-top: 50px;
}
.pure-u-1-1 {
    vertical-align: top;
    text-rendering: auto;
    display: inline-block;
    zoom: 1;
}
.pure-u-md-1-2 {
	display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
}
.p-flow-txtbox ul {
    font-size: 14px;
    text-align: left;
    line-height: 1.6em;
}
.pure-u-1-1 ul li {
    margin-bottom: 10px;
	padding: 0 10px;
    font-size: 14px;
}
.p-flow-box .p-flow-boxall .p-flow-flowbox, .p-flow-box .p-flow-boxall .p-flow-txtbox {
    display: table-cell;
    box-sizing: border-box;
    height: auto;
    vertical-align: middle;
    padding: 10px;
}

/* qa
-----------------------------------------------------------*/

.qa-sub-header,.about-dmp {
	padding: 9px 0 6px 0;
	font-size: 18px;
	background: #045183;
	color: #fff;
	margin-top: 45px;
	font-weight: normal;
	margin-bottom: 20px;
}

.media_reason_area .flex_container {
	justify-content: center;
}

.media_reason {
	font-size: 20px;
}

.media_reason p {
	text-align: center;
}

.media_reason:first-child {
	margin-right: 60px;
}

.media_reason span {
	font-size: 12px;
}

.media_reason_img {
	width: 300px;
	height: auto;
}

.media_ipush_img {
	width: 100%;
	margin: 0 auto;
}

.qa_area p {
	margin-bottom: 20px;
	margin-top: 0 !important;
}



/* custemer
-----------------------------------------------------------*/

.custemer_case {
	background-color: #eee;
	padding: 20px;
	margin-bottom: 20px;
}

.custemer_case_title {
	margin-bottom: 20px;
}

.custemer_case_title_img {
	width: 260px;
	height: 60px;
}

.custemer_case_title_text {
	font-size: 22px;
	font-weight: 600;
	line-height: 60px;
	margin-left: 20px;
}

.custemer_case_details {
	background-color: #FFF;
	padding: 20px;
}

.custemer_case_details_img {
	width: 300px;
	height: auto;
}

.custemer_case_details_text_title {
	font-size: 20px;
	margin-bottom: 20px;
}

.custemer_case_details_text_title span {
	font-size: 28px;
	font-weight: 600;
}

.custemer_case_details_text {
	margin-left: 40px;
}

/* custemer
-----------------------------------------------------------*/

.ec_list {
	display: flex;
	flex-wrap: wrap;
}

.ec_list_box_col1 {
	width: 100%;
}

.ec_list_box {
	width: 450px;
}

.ec_list_box:nth-child(even) {
	margin-right: 40px;
}

.ec_list h4 {
	display: block;
	/* width: 100%; */
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: #035081;
	background-color: #eee;
	padding: 8px;
}

.ec_list_box,
.ec_list_box_col1 {
	margin: 20px 0;
}

.ec_list_box ul,
.ec_list_box_col1 ul {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.ec_list_box_col1 ul li {
	margin-right: 6px;
}

.ec_list_box ul li {
	width: 100px;
	text-align: center;
	margin-right: 40px;
}

.ec_list_box ul li:last-child,
.ec_list_box_col1 ul li:last-child {
	margin-right: 0;
}



/* plan
-----------------------------------------------------------*/
.basicplan .basicplan_item {
	width: 440px;
	margin-right: 40px;
}

.basicplan .basicplan_item:last-child {
	margin-right: 0;
}

.basicplan_item hr {
	border-width: 0px;
	border-top-width: 1px;
	border-style: dotted;
	border-color: #ccc;
	margin: 20px 0;
}


.basicplan_item_title {
	font-size: 24px;
	line-height: 1.5;
	text-align: center;
}


.plan_option {
	margin-bottom: 40px;
}

.plan_option_item {
	width: 280px;
	margin-right: 20px;
	text-align: center;
}

.plan_option_item h4 {
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}

.plan_option_item img {
	height: 100px;
	width: auto;
	margin: 20px auto 10px;
}

.plan_option_item:last-child {
	margin-right: 0;
}



/* 料金プラン表 */

.pure-table {
	empty-cells: show;
	border: 1px solid #cbcbcb;
}

.pure-table td,
.pure-table th {
	border-left: 1px solid #cbcbcb;
	border-width: 0 0 0 1px;
	font-size: inherit;
	margin: 0;
	overflow: visible;
	padding: .5em 1em;
}

.pure-table,
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.c-plan-table {
	margin: 0 auto;
	font-size: 18px;
	background-color: #fff;
	width: 96%;
}

.c-plan-table td,
.c-plan-table th {
	font-weight: normal;
	width: 50%;
	padding: 16px 3px;
	text-align: center;
	vertical-align: middle;
	color: #666666;
	background-color: #fff;
	line-height: 1.4em;
}

.c-plan-table thead td:first-child {
	background-color: #ccc;
	color: #ffffff;
}

.c-plan-table thead td:nth-child(2) {
	background-color: #a876d6;
	color: #ffffff;
}

.c-plan-table thead td:nth-child(3) {
	background-color: #6897b5;
	color: #ffffff;
}

.c-plan-table tbody tr:nth-child(2n+1) th {
	background-color: #eee;
}

.c-plan-table tbody tr:nth-child(2n+1) td:nth-child(2) {
	background-color: #f6f1fb;
}

.c-plan-table tbody tr:nth-child(2n+1) td:nth-child(3) {
	background-color: #e5ecf2;
}

.c-plan-table tbody small {
	font-size: 10px;
	line-height: 1.2em;
}

.c-plan-table tbody th.vertical {
	width: 5%;
	background-color: #fff;
}

.c-plan-table tbody th.vertical span {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	height: 120px;
	letter-spacing: 2px;
}

/* price_plan
--------------------------------------------------------*/

#price_plan .plan-basic, #price_plan .plan-light {
	text-align: center;
  }
  #price_plan p {
	  padding: 0 20px;
  }
  #price_plan .pure-u-11-24 {
	  width: 45.8333%;
  }
  .justify-space-around {
    justify-content: space-around;
}
  #price_plan .c-panel hr {
	border-width: 0px;
	border-top-width: 1px;
	border-style: dotted;
  }
  
  #price_plan h4 {
	text-align: center;
	font-size: 16px;
	margin: 0 auto 10px;
	background-color: #7635B1;
	color: #fff;
	padding: 4px 0;
	border-radius: 4px;
  }
  
  #price_plan .section-sub-header {
	text-align: left;
	padding: 9px 20px;
	background: #045183;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	margin: 45px auto 16px;
  }
  
  #price_plan .p-price-point-box {
	margin-bottom: 20px;
	line-height: 2em;
	font-size: 16px;
	padding: 0 30px;
  }
  
  .p-price-box-pad {
	border: 6px solid #e5ecf2;
	margin-bottom: 20px;
	padding: 25px 40px !important;
  }
  
  .p-price-box-pad p {
	margin: 0 !important;
  }
  
  .p-price-box-pad p span {
	font-size: 80%;
  }
  
  #price_plan .c-panel {
	border: 6px solid #eee;
	padding: 20px;
	box-sizing: border-box;
  }
  
  #price_plan .plan-basic {
	border: 6px solid #A876D6;
  }

  #price_plan .plan-light {
	  padding-top: 35px;
  }

  #price_plan .c-panel p {
	margin: 10px auto 0;
  }
  
  #price_plan strong {
	display: inline-block;
	margin: 10px 0 15px;
  }
  #price_plan .cta-text strong {
	margin-bottom: 0;
  }
  img.fig {
	width: 100%;
  }
  
  .pure-table th.p-price-border {
	border-left-width: 1px;
  }
  
  .satori__popup_widget_530384388d020d94 .satori__popup_inner_530384388d020d94 .satori__popup_body_530384388d020d94{
	overflow-y: hidden!important;
  }

  .text-price {
	  color: #9647ff;
	  font-size: 30px;
	  font-weight: bold;
	  line-height: 1;
  }
  .text_0 {
	  font-size: 50px;
	  margin-left: 10px;
  }

  .fs12 {
	  font-size: 12px;
  }

  .fs14 {
	  font-size: 14px;
  }

  .fs18 {
	  font-size: 18px;
  }

  .fs28 {
	  font-size: 28px;
  }
  .lh15 {
	  line-height: 1.5;
  } 

/* support
-----------------------------------------------------------*/

.support_flow img {
	width: 100%;
}

.support_team_container {
	display: flex;
	flex-wrap: wrap;
}

.support_team_img {
	width: 280px;
	height: 160px;
	margin-right: 40px;

}

.support_start {
	background-color: #eee;
	padding: 20px;
}

.support_start {
	margin: 20px 0;
}

.support_start_img {
	justify-content: center;
	margin-bottom: 20px;
}

.support_start_img img {
	margin-right: 20px;
	width: 240px;
	height: auto;
}

.support_start_img img:last-child {
	margin-right: 0;
}




/*---
表示出し分け
--*/

.pcshow {
	display: block;
}

.spshow {
	display: none;
}

/*---
アドフラウド対策、ブランドセーフティの取り組み強化
--*/
.ad_fraud_img {
	width: 430px;
	height: auto;
	margin-left: 30px;
}
/*---
ヘッダ
--*/
.c-mast-head {
    position: fixed;
    top: 0;
    width: 100%;
    /* height: 80px; */
    background-color: #fff;
    -webkit-box-shadow: 0 2px 3px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 10%);
    z-index: 1001;
}
.head-line {
    width: 940px;
    margin: 8px auto 10px;
    position: relative;
}

/*==================================================

モバイル用CSS

==================================================*/
@media screen and (max-width: 767px) {

	body {
		line-height: 1.5;
		margin: 0;
	}

	img {
		max-width: 100%;
		height: auto;
	}

	.flex_container {
		flex-wrap: wrap;
		align-items: flex-start;
	}


	.section-header {
		font-size: 24px;
		margin: 0 0 20px !important;

	}

	h2 {
		margin-top: 32px !important;
	}

	h3 {
		font-size: 20px;
	}

	.headerLogo_right {
		margin-right: 8px;
	}


	.btn_area .button-inquiry,
	.btn_top .button-inquiry {
		width: 100%;
	}

	.button-inquiry--large,
	.button-inquiry--medium {
		/*background: transparent url(../img/btn_02.png) no-repeat;
  width: 546px;
  height: 94px; */
		font-weight: normal;
		box-shadow: 0 6px 0 0 #7735b1;
		background-color: #a876d6;
		display: block;
		color: #fff;
		text-align: center;
		padding: 8px;
		border: 0;
		border-radius: 6px;
		box-sizing: border-box;
		font-size: 16px;
		width: 90%;
		margin: 0 auto 10px;
	}

	.button-inquiry--medium>span {
		padding: 7px 9px 9px;
		background: #FFF;
		color: #663e79;
		font-size: 14px;
		font-weight: bold;
		border-radius: 50px;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		-o-border-radius: 50px;
		display: inline-block;
		vertical-align: bottom;
		margin-right: 15px;
	}

	.btn-text_main {
		font-size: 24px;		
	}

	.btn_area .txt {
		margin-top: 16px;
	}

	.btn_header {
		text-align: center;
    padding: 4px;
    border: solid 1px;
    border-radius: 3px;
    font-size: 11px;
	margin: 8px 0 0 5px;
	}

	.box_white {
		padding: 16px;
	}

	/*main_visual*/
	.mainvisual {
		width: auto;
		margin: 0 auto;
		padding: 20px;
		background-image: none;
	}

	.mainvisual img {
		width: 100%;
		text-align: center;
	}

	/* head
-----------------------------------------------------------*/
	.head-btn-area {
		text-align: left;
	}
	.head-line {
		margin: 8px 20px 10px;
	}
	.pure-u-lg-3-5 {
		width: 100%;
		display: inline-block;
		zoom: 1;
		letter-spacing: normal;
		word-spacing: normal;
		vertical-align: top;
		text-rendering: auto;
	}
	.head-line {
		width: auto;
		position: static;
	}
	
	.head-btn-area a:first-child {
		padding-top: 13px;
	}

	/* オンライン個別相談 */
	.mainvisual p {
		font-size: 9px;
		margin: 5px 0;
	}
	.txt-catch {
		padding: 7px 4px;
	}
	.txt-catch:before {
		right: -9px;
		margin-top: -10px;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 10px solid #FFF;
	}
	.txt-catch:after {
		right: -11px;
		margin-top: -11px;
		border-top: 11px solid transparent;
		border-bottom: 11px solid transparent;
		border-left: 11px solid #045183;
	}
	.txt-link {
		padding: 7px 2px;
	}

	/* campaign */
	.campaign_img {
		width: 100%;
	}

	/* button
-----------------------------------------------------------*/
	.btn_top {
		width: 100%;
		margin-top: 20px;
	}

	.btn_top a {
		width: 80%;
	}

	.media_reason {
		width: 100%;
		margin: 0 0 20px;
	}

	.media_reason:first-child {
		margin-right: 0;
	}

	.custemer_case_title_img {
		width: 200px;
		height: auto;
	}

	.custemer_case_title_text {
		margin-left: 0;
		margin-top: 10px;
		line-height: 1.5;
	}

	.custemer_case_details_img {
		width: 100%;
	}

	.custemer_case_details_text {
		margin-left: 20px;
	}

	.basicplan .basicplan_item {
		width: 100%;
		margin: 0 0 20px;
	}

	.plan_option_item {
		width: 100%;
		margin: 0 0 20px;
	}

	/* 料金プラン表 */
	.c-plan-table {
		font-size: 12px;
	}


	.support_team_img {
		width: 100%;
		height: auto;
		margin: 0 auto 20px;
	}

	.support_start .flex_container {
		flex-wrap: nowrap;
	}

	.support_start_img img {
		width: 90px;
		height: auto;
	}

	.ec_list_box {
		width: 100%;
	}

	.ec_list_box:nth-child(even) {
		margin-right: 0;
	}

	.ec_list_box ul,
	.ec_list_box_col1 ul {
		flex-wrap: wrap;
	}


	.ec_list_box ul,
	.ec_list_box_col1 ul {
		flex-wrap: wrap;
	}

	.ec_list_box ul li,
	.ec_list_box_col1 ul li {
		margin: 5px;
	}

	.c-plan-table tbody th.vertical {
		width: 8%;
		background-color: #fff;
	}
	


	#bannerarea {
		height: 40px;
	}

	#bannerarea img {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}

	h3.sideline span {
		font-size: 20px;
	}

	#header {
		width: 100%;
		margin: 8px auto;
		position: relative;
	}

	.headerLogo_inner {
		width: 100%;
	}

	.logo {
		margin-left: 2px;
	}

	#headerImg img {
		width: 100%;
		height: auto;
	}

	.inner {
		width: 90%;
		clear: both;
		margin: 0 auto;
	}

	.col {
		width: 100%;
		border: 1px solid #d8d8d8;
		background-color: #FFFFFF;
		margin: 15px 15px 15px 0;
	}

	.col.last {
		margin: 15px 0 30px 0;
		clear: right;
	}

	.col2wrap {
		width: 100%;
	}

	.col2-left,
	.col2-right {
		float: none;
	}

	#price_plan .pure-u-11-24 {
		width: 100%;
	}


	/* .backtotop
-----------------------------------------------------------*/
	.backtotop {
		bottom: 20px;
		/* IE10 */
	}

	.backtotop a {
		display: inline-block;
		width: 56px;
		height: 56px;
		padding: 0;
		margin: 0;
		font-size: 98%;
		color: #666;
		line-height: 62px;
		text-align: center;
		background-color: #eee;
		border-radius: 50%;
		display: block;
	}

	.backtotop a:hover {
		background-color: #999;
		color: #eee;
	}




	/*---
表示出し分け
--*/

	.pcshow {
		display: none;
	}

	.spshow {
		display: block;
	}

	/*---
アドフラウド対策、ブランドセーフティの取り組み強化
--*/
	.ad_fraud_img {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}


	/* about_vc
-----------------------------------------------------------*/
	.about_vc_genre_box {
		width: 100%;
		margin-top: 20px;
	}
	.casestudy_entry_item {
		width: 100%;
		height: 100%;
	}

	/* about_dmp
-----------------------------------------------------------*/
	.about_dmp_img {
		width: 100%
	}

	/* voice
-----------------------------------------------------------*/
	.voice_box_white h3.case1 {
		padding: 60px 16px 16px 16px;
	}

	.voice_box_white h3.case2 {
		padding: 60px 16px 16px 16px;
	}

	.voice_box_img1,
	.voice_box_img2 {
		width: 100%;
		margin: 0 0 16px !important;
	}

	.voice_box_white .box_overflow {
		overflow: inherit;
	}


	.p-flow-box {
		line-height: 2em;
		font-size: 16px;

	}
	.p-flow-navy {
		width: 100% !important;
		float: left;
	}
	.p-flow-txtbox {
		width: 100% !important;
		float: left;
	}
	.p-flow-gray {
		width: 100% !important;
		float: left;
	}
	.pure-u-1-1 {
		width: 100%;
	}
	.pure-u-1 {
		width: 100%;
	}
	.pure-img {
		max-width: 100%;
		height: auto;
	}
	.pure-g {
		text-rendering: optimizespeed;
		display: block;
	}
		/* nav
-----------------------------------------------------------*/
	.event-nav {
		display: none;
	  }

	  .eventsend {
		margin: 20px 0 10px;
		width: 100%;
		padding: 10px 0 8px 0;
		border: solid 1px #e64551;
		text-align: center;
		font-size: 15px;
		color: #e64551;
		font-weight: bold;
	}

}