@charset "UTF-8";

/*------------------------------------------
■ ブラウザのマージンとパディング初期化
------------------------------------------*/
*{margin:0;padding:0;}
body,div,p,dl,dt,dd,ul,ol,li,em,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,table,tr,td,img {
padding: 0;
margin: 0;
border: 0;
font-style:normal;
font-weight:normal;
text-decoration:none;
}

/*------------------------------------------
■ メイン設定
------------------------------------------*/
body {
	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","メイリオ","ＭＳ Ｐゴシック",YuGothic,"游ゴシック",sans-serif;
	background:#fff;
	-webkit-font-smoothing: antialiased;
}

/*------------------------------------------
■ イメージ初期化
------------------------------------------*/
img {vertical-align:middle;margin:0;padding:0;outline:none;-ms-interpolation-mode: bicubic;}

/*------------------------------------------
■ リンク設定
------------------------------------------*/
a img{border: none;outline:none;}
a {outline:none;}
a:link {text-decoration:none;color:#cd1184;}
a:visited {text-decoration:none;color:#cd1184;}
a:hover {text-decoration:underline;}

/*------------------------------------------
■ リンク画像のhover半透明化設定
------------------------------------------*/
a:hover img {
	opacity: 0.85;/*--IE,FF対応--*/
	filter: alpha(opacity=85);
	-ms-filter: "alpha( opacity=85)";
}

/*------------------------------------------
■ float対策
------------------------------------------*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/*------------------------------------------
■ レイアウト
------------------------------------------*/
#wrap{
	background:#fff;
	width: 100%;
	height: 100%;
	min-width:320px;
	position:relative;
	z-index: 2;
}

.center{
	text-align:center;
}
.right{
	text-align:right;
}

/*------------------------------------------
■ ヘッダー
------------------------------------------*/
header{
	width:100%;
	height:71px;
	background:#fff;
	border-bottom:#cd1184 solid 2px;
	box-shadow:0 1px 1px 1px rgba(0,0,0,0.1);
	position: fixed;
	top: 0;
	left: 0;
	z-index:1000;
	text-align:center;
}
header nav{
	margin:0 auto;
}
.head_logo{
	display:inline-block;
	margin:10px auto;
}
.head_logo img{
	width:auto;
	height:50px;
}
header nav ul{
	display:none;
}
header.scroll{
	height:55px;
}
header.scroll .head_logo img{
	width:auto;
	height:25px;
	margin:5px auto;
}

.contact_btn{display:none;}


/*------------------------------------------
■ トップ画像
------------------------------------------*/
#top_bg{
	width: 100%;
	position: relative;
	background:url("../img/top_bg_sp02.jpg") center top no-repeat #fff;
	background-size:100% auto;
	margin-top:50px;
	margin-bottom: 20px;
}

#top_bg:before{
	content:"";
	display: block;
	padding-top:80%;
}
.top_txt{
	width:50%;
	position:absolute;
	top:38%;
	left:10px;
}
.top_txt br{display:none;}

.top_txt h1{
	font-size:28px;
	font-weight:bold;
	line-height:1.2;
	color:#190e4f;
	border-bottom:#190e4f solid 2px;
	margin-bottom:10px;
}
.top_txt p{
	font-size:16px;
	color:#190e4f;
	margin-bottom:10px;
}
.top_btn{
	font-size:18px;
	font-weight;
	line-height:37px;
	height:37px;
	width:180px;
	background:url("../img/btn_arrow01.png") 5px center no-repeat #cd1184;
	padding:0px 10px 0px 40px;
	border-radius:6px;
	box-shadow: 0 3px 0 rgba(107,8,69,1);
}
.top_btn a{
	color:#fff;
	display:block;
}
.top_btn a:hover{
	text-decoration:none;
}
.top_btn:hover{
	opacity: 1;
	-webkit-animation: flash01 1.5s;
	animation: flash01 1.5s;
	box-shadow:none;
}

/*------------------------------------------
■ リンクボタン
------------------------------------------*/
.btn_box{
	background:#fff;
	display:inline-block;
	border-radius:6px;
}

.btn_box div{
	color:#fff;
	font-size:18px;
	line-height:37px;
	height:37px;
	vertical-align:middle;
	padding:0px 10px 0px 40px;
	display:inline-block;
	border-radius:6px;
}
.bb01{
	background:url("../img/btn_arrow01.png") 5px center no-repeat #cd1184;
	box-shadow: 0 3px 0 rgba(107,8,69,1);
}
.bb02{
	background:url("../img/btn_arrow01.png") 5px center no-repeat #097c25;
	box-shadow: 0 3px 0 rgba(4,53,16,1);
}
.btn_box div:hover,.card_in01 a:hover .btn_box div,.card_in02 a:hover .btn_box div{
	opacity: 1;
	-webkit-animation: flash01 1.5s;
	animation: flash01 1.5s;
	box-shadow:none;
}
@-webkit-keyframes flash01 {
	0% {opacity: 0.6;}
	100% {opacity: 1;}
}
@keyframes flash01 {
	0% {opacity: 0.6;}
	100% {opacity: 1;}
}

/*------------------------------------------
■ トップページ共通
------------------------------------------*/
.area{
	background:#fff;
	padding:0 10px 30px;
}

.box{
	max-width:620px;
	margin:0 auto;
}


/*------------------------------------------
■ 見出し
------------------------------------------*/
.title01{
	font-size:26px;
	line-height:44px;
	color:#0d0d0d;
	border-bottom:#0d0d0d solid 2px;
}

.title02{
	color:#ea638c;
	padding-top:30px;
	padding-bottom:5px;
	border-bottom:#ea638c solid 1px;
	font-size:24px;
	font-weight:bold;
	line-height:1;
	text-align:center;
}

.title03{
	font-size:18px;
	font-weight:bold;
	line-height:1.3;
	padding-top:15px;
	padding-bottom:10px;
	color:#333;
	text-align:center;
}
.title03 strong{
	margin-left:10px;
	font-size:20px;
}

.title04{
	color:#cd1184;
	font-size:24px;
	font-weight:bold;
	line-height:1;
	padding-bottom:5px;
}
.title04 span{
	font-size:14px;
	font-weight:normal;
}
.title05{
	color:#ea638c;
	font-size:20px;
	font-weight:bold;
	line-height:1.3;
	text-align:center;
	padding-top:15px;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:#333 solid 1px;
}
.title05 span{
	font-size:20px;
}
.title06{
	font-size:24px;
	font-weight:bold;
	line-height:1;
	color:#81511c;
	border-bottom:#81511c solid 1px;
	padding-bottom:3px;
	margin-bottom:10px;
	text-align:center;
}
.title06 span{
	font-size:30px;
}

.title07{
	font-size:24px;
	font-weight:normal;
	line-height:1;
	color:#fff;
	padding-bottom:3px;
	margin-bottom:10px;
	text-align:center;
}
.title08{
	font-size:16px;
	font-weight:bold;
	line-height:1.5;
	padding-top:10px;
	padding-bottom:5px;
	color:#333;
	border-bottom:#333 dashed 1px;
}
.title09{
	color:#ea638c;
	font-size:14px;
	font-weight:bold;
	border-bottom:#ea638c dotted 1px;
	margin-top:15px;
	margin-bottom:5px;
}
.title10{
	font-size:14px;
	font-weight:bold;
}
.title11{
	color:#ea638c;
	font-size:24px;
	font-weight:bold;
	line-height:1.1;
	text-align:center;
	padding-top:15px;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:#333 dashed 1px;
}
.title11 span{
	font-size:18px;
	color:#333;
}

.title_txt01{
	font-size:14px;
	color:#eee;
	padding:0 5px;
}
.title_txt02{
	font-size:16px;
	font-weight:bold;
	line-height:1.5;
	margin:5px 10px 30px;
	text-align:left;
}
.title_txt02 span{
	font-size:12px;
	font-weight:normal;
}
.title_txt03{
	font-size:16px;
	color:#81511c;
	font-weight:normal;
	margin:5px auto 30px;
	text-align:center;
	line-height:1.5;
}
.title_txt03 br{
	display:none;
}
.title_txt03 b{
	font-size:18px;
	font-weight:bold;
	color:#000000;
}
.title_txt03 span{
	font-size:12px;
	font-weight:normal;
}
.title_txt04{
	margin:10px auto 0;
	color:#333;
	font-size:12px;
	padding:0 0 10px;
	border-bottom:#333 dashed 1px;
	text-align:center;
}

/*------------------------------------------
■ トップ・メッセージ
------------------------------------------*/
#top_message{
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */

	margin-top:40px;
	border-top:#f1f1f1 solid 1px;
	border-bottom:#f1f1f1 solid 1px;
	text-align:center;
}
#top_message .box{
	background:url("../img/top_img_crane.png") center 170px no-repeat;
	background-size:330px auto;
	margin:0 auto;
	padding:30px 10px 30px;
}
.top_message_btn{
	margin:-70px auto 0;
	position:relative;
	z-index:150;
	display:block;
	width:60px;
	height:60px;
	background:url("../img/btn_arrow02.png") center top no-repeat;
}
.top_message_btn:hover{
	background:url("../img/btn_arrow02.png") center bottom no-repeat;
}

#top_message .box p{
	margin:10px auto 0;
	font-size:16px;
	color:#0d0d0d;
	text-align:left;
}

#top_message .box p br{display:none;}

#top_message .box .btn_box{
	margin-top:250px;
}

/*------------------------------------------
■ トップ・ニュース
------------------------------------------*/
#top_news{
	background:#03012c;
}
#top_news .box{
	margin:0 auto;
	color:#fff;
	padding:30px 0 30px;
}
#top_news .box a{
	color:#fff;
	text-decoration:underline;
}
#top_news .box a:hover{
	text-decoration:none;
}
#top_news .box h2{
	text-align:center;
	margin-bottom:5px;
	color:#fff;
	border:none;
}
#top_news .box dl{
	margin:10px auto 15px;
	font-size:14px;
	line-height:1.5;
	text-align:center;
	padding-top:10px;
	border-top:#1f1b65 solid 1px;
}
#top_news .box dl dt{
}
#top_news .box dl dd{
}
#top_news .box dl span{
	font-size:13px;
	line-height:13px;
	text-align:center;
	padding:3px;
	width:120px;
	display:block;
	margin:5px auto 10px;
}
.news_box_pres{
	background:#ea638c;
}
.news_box_notice{
	background:#097c25;
}
.news_box_media{
	background:#6153cc;
}
.news_box_case{
	background:#81511c;
}
.news_box_seminar{
	background:#ff3e41;
}
.top_news_link{
	margin-top:30px;
	font-size:14px;
	text-align:center;
}

/*------------------------------------------
■ トップ・サービス紹介
------------------------------------------*/
#top_product{
	background:#eee;
	border-bottom:#f1f1f1 solid 1px;
}
#top_product .box{
	background:url("../img/top_img_product.png") center 50px no-repeat;
	background-size:275px auto;
	text-align:center;
	margin:0 auto;
	padding:30px 10px 30px;
}
#top_product .box .top_txt_box{
	margin:200px auto 0;
}
.box .top_txt_box h2{
	text-align:center;
	line-height: 1.2;
	color:#0d0d0d;
	border-bottom:#0d0d0d solid 2px;
}
.box .top_txt_box p{
	margin:10px auto;
	font-size:16px;
	color:#0d0d0d;
	text-align:left;
}

#top_product2{
	background:#eee;
	border-bottom:#f1f1f1 solid 1px;
}
#top_product2 .box{
	background:url("../img/top_img_product2.png") center 50px no-repeat;
	background-size:275px auto;
	text-align:center;
	margin:0 auto;
	padding:30px 10px 30px;
}
#top_product2 .box .top_txt_box{
	margin:200px auto 0;
}

/*------------------------------------------
■ トップ・会社概要
------------------------------------------*/
#top_company{
	background:#fff;
	border-bottom:#f1f1f1 solid 1px;
}
#top_company .box{
	background:url("../img/top_img_company.png") center 10px no-repeat;
	background-size:241px auto;
	text-align:center;
	margin:0 auto;
	padding:30px 10px 30px;
}
#top_company .box .top_txt_box{
	margin:210px auto 0;
}

/*------------------------------------------
■ サブメニュー
------------------------------------------*/
.sub_menu{
	background:#fffafa;
	background:rgba(255,250,250,0.95);
	box-shadow:0 1px 1px 1px rgba(0,0,0,0.1);
	width:100%;
	position: fixed;
	top: 73px;
	left: 0;
	z-index:1000;
}

.sub_menu div{
	margin:0 auto;
}
.sub_menu div:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.sub_menu div h1{
	font-size:24px;
	line-height:1.5;
	padding-top:5px;
	margin-left:10px;
	color:#190e4f;
	float:left;
}
.sub_menu div h1 span{
	display:none;
}
.sub_menu div ul{
	font-size:13px;
	line-height:18px;
	padding-top:16px;
	margin-right:10px;
	list-style:none;
	float:right;
	text-align:right;
}
.sub_menu div ul li{
	margin-left:18px;
	float:left;
}
.sub_menu div ul li a{
	color:#1b1b1b;
	position: relative;
	display: inline-block;
	padding:0 0 .1em 0;
	text-decoration: none;
}
.sub_menu ul li a:after{
	content:"";
	position: absolute;
	bottom:0;
	left:2%;
	width:96%;
	height: 1px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color:#1b1b1b;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.sub_menu ul li a:hover:after,.area .box a:hover:after{
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.sub_menu.scroll{
	height:30px;
	width:100%;
	top: 57px;
}
.sub_menu.scroll div h1{
	font-size:18px;
	line-height:1.5;
	padding-top:5px;
}
.sub_menu.scroll div ul{
	font-size:14px;
	line-height:17px;
	padding-top:7px;
}

/*------------------------------------------
■ コンテンツページ 共通
------------------------------------------*/
#content{
	margin-top:115px;
	font-size:14px;
	line-height:1.8;
}

.con_title{
	background:#002a22;
}
.title_area{
	font-size:14px;
	line-height:1.7;
	color:#eee;
}

.title_area h2{
	font-size:26px;
	font-weight:bold;
	line-height:1;
	padding-top:10px;
	padding-bottom:5px;
	text-align:center;
	color:#f39700;
	border-top:#f39700 solid 1px;
}

.title_area h3{
	font-size:16px;
	font-weight:bold;
	line-height:1.3;
	padding:0 10px 5px;
	text-align:center;
	margin:0 auto 10px;
	border-bottom:#fff solid 1px;
}
.title_area h3 strong{
	margin-left:10px;
	font-size:20px;
}
.sub_title_area{
	background:#eee;
	border-top:#1b1b1b solid 2px;
}

.sub_txt{
	font-size:14px;
	line-height:1.7;
}

.table01{
	border-collapse: collapse;
	border-spacing: 0;
	margin:-10px auto 30px;
}
.table01 th{
	background:#81511c;
	color:#fff;
	font-weight:normal;
}
.table02 th{
	background:#eeeeee;
	font-weight:normal;
}
.table01 th,.table01 td,.table02 th,.table02 td {
	border: 1px solid #ccc;
	padding: 5px 10px;
	line-height:1.5;
	text-align: left;
}

.table02{
	font-size:14px;
	border-collapse: collapse;
	border-spacing: 0;
	margin:10px auto 20px;
	width:100%;
}
.table02 caption{
	text-align:left;
	color:#333;
	font-weight:bold;
}

.table03{
	font-size:16px;
	border-collapse: collapse;
	border-spacing: 0;
	margin:5px auto 5px;
	width:100%;
}
.table03 th{
	border: 1px solid #ea638c;
	background:#fff;
	padding: 5px 10px;
	font-weight:bold;
	line-height:1.5;
	color:#ea638c;
	text-align: right;
}
.table03 td{
	border: 1px solid #ea638c;
	background:#fff;
	padding: 5px 10px;
	line-height:1.5;
	color:#ea638c;
	text-align: left;
}

.table04{
	border-collapse: collapse;
	border-spacing: 0;
	margin:15px auto 0px;
	width:100%;
	font-size:14px;
}
.table04 caption{
	text-align:left;
	color:#81511c;
	font-weight:bold;
	font-size:16px;
}
.table04 caption:before{
	content:"■";
	margin-right:-10px;
}
.table04 caption span{
	font-weight:normal;
	font-size:14px;
}

.table04 th{
	border: 1px solid #aaa;
	background:#fff;
	padding: 5px 10px;
	font-weight:bold;
	line-height:1.5;
	color:#333;
	text-align: center;
}
.table04 td{
	border: 1px solid #aaa;
	background:#fff;
	padding: 5px 10px;
	line-height:1.5;
	color:#333;
	text-align: center;
	width:220px;
}
.table04 th.t_title{
	background:#ccc;
}
.table04 th.t_omobana{
	background:#65318e;
	color:#fff;
}
.table04 td.t_omobana{
	background:#f2e2ff;
}
.table04 th.t_omobana_l{
	background:#0068b7;
	color:#fff;
}
.table04 td.t_omobana_l{
	background:#e3f3ff;
}

.w_btn{
	width:560px;
	margin:0 auto;
	padding-bottom:30px;
}
.btn_left{
	float:left;
}
.btn_right{
	float:right;
}

/*------------------------------------------
■ AboutUs
------------------------------------------*/
#ceo .title_area .box{
	background:url("../img/aboutus_img_ceo.png") center 19px no-repeat;
	background-size:170px auto;
	padding-top:190px;
	padding-bottom:20px;
	margin:0 auto;
}

#ceo .title_area .box h2,#ceo .title_area .box h3{
	background:#002a22;
}

#ceo .area{
	background:#f1f1f1;
}

#ceo .area .box{
	padding:20px 0 0;
}
#ceo .area .box p{
	margin-bottom:10px;
}

#executive.area{
	margin-top:0;
	padding-top:0;
}
#executive.area .box div:nth-child(2){
	margin-bottom:20px;
}

#taggy{
	background:#94524a;
}
#taggy .box{
	background:url("../img/aboutus_img_cat.png") center 75px no-repeat;
	background-size:170px auto;
	margin:0 auto;
	padding-top:180px;
}
#taggy .box h2{
	color:#cfa972;
	margin-top:-160px;
	margin-bottom:240px;
	padding-top:20px;
	border-bottom:none;
}
#taggy .box h3{
	margin-top:-10px;
	color:#fff;
	border-bottom:#fff solid 1px;
}
#taggy .box p{
	padding-top:10px;
	color:#eee;
}

#mission .box{
	background:url("../img/aboutus_img_crane.png") center 75px no-repeat;
	margin:0 auto;
	padding-top:180px;
	padding-bottom:20px;
}
#mission .box h2{
	color:#ea638c;
	margin-top:-160px;
	margin-bottom:250px;
	padding-top:20px;
	border:none;
}
#mission .box h3{
	color:#333;
	border-bottom:#333 solid 1px;
}
#mission .box p{
	padding-top:10px;
}

/*------------------------------------------
■ Product
------------------------------------------*/
#product_title .title_area .box{
	background:url("../img/product_img_girl.png") center 17px no-repeat;
	background-size:160px auto;
	padding-top:200px;
	padding-bottom:20px;
	margin:0 auto;
}

#product_list,#product_ties,#dm_details{
	overflow:hidden;
}

.card_box{
	padding-top:30px;
	padding-bottom:20px;
}
.card_in01{
	width:290px;
	height:390px;
	border-radius:2px;
	margin:0 5px 20px;
	float:left;
	background:#fff;
	box-shadow:0 1px 2px 2px rgba(0,0,0,0.075);
	text-align:center;
}
.card_in01:hover,.card_in02:hover{
	box-shadow:0 1px 1px 1px rgba(0,0,0,0.03);
}
.card_in01 a{
	text-decoration:none;
	width:290px;
	height:390px;
	display:block;
}
.card_img{
	background:#eee;
	width:290px;
	height:180px;
	border-radius:2px 2px 0 0;
	position:relative;
}
.card_type01,.card_type02,.card_type03{
	width:100px;
	height:20px;
	border-radius:10px;
	font-size:11px;
	line-height:20px;
	color:#fff;
	position:absolute;
	top:10px;
	right:10px;
}
.card_type01{background:#0068b7;}
.card_type02{background:#097c25;}
.card_type03{background:#ea638c;}

.card_omobana img{
	width:200px;
	position:absolute;
	top:40px;
	left:40px;
}
.card_dsp img{
	width:150px;
	position:absolute;
	top:40px;
	left:65px;
}
.card_infeed img{
	width:180px;
	position:absolute;
	top:40px;
	left:50px;
}
.card_at img{
	width:170px;
	position:absolute;
	top:40px;
	left:55px;
}
.card_txt{
	background:#fff;
	width:290px;
	height:170px;
	border-radius:0 0 2px 2px;
	position:relative;
	padding:20px 0;
}
.card_in01 h4{
	color:#1b1b1b;
	font-size:20px;
	font-weight:bold;
	line-height:40px;
}
.card_in01 h4 img{
	width:180px;
}
.card_in01 p{
	color:#777;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:22px;
	padding:20px 5px;
}

#product_ties .area{
	background:#f7f7f7;
	padding-top:30px;
	padding-bottom:30px;
}

#product_ties .area .box p{
	padding:20px 0 10px;
}
#product_ties .area img{
	display:block;
	margin:20px auto;
	text-align:center;
	max-width:100%;
}

#dm_details .area{
	padding-top:30px;
	padding-bottom:10px;
}

.card_in02{
	width:290px;
	height:320px;
	border-radius:2px;
	margin:0 5px 20px;
	float:left;
	background:#fff;
	box-shadow:0 1px 2px 2px rgba(0,0,0,0.075);
	text-align:center;
}
.card_in02 a{
	text-decoration:none;
	width:290px;
	height:320px;
	display:block;
}
.card_title{
	width:290px;
	height:180px;
	text-align:center;
	border-radius:2px 2px 0 0;
}
.dm_card01{
	background:url("../img/product_img_dm_bg.jpg") center center no-repeat;
}
.dm_card02{
	background:url("../img/product_img_dsp_bg.jpg") center center no-repeat;
}
.dm_card03{
	background:url("../img/product_img_ads_bg.jpg") center center no-repeat;
}
.dm_card04{
	background:url("../img/product_img_aas_bg.jpg") center center no-repeat;
}

.card_in02 a:hover .card_title{
	opacity:0.85;
	filter: alpha(opacity=85);
	-ms-filter: "alpha( opacity=85)";
}

.card_title h4{
	color:#fff;
	font-size:22px;
	font-weight:bold;
	padding-top:62px;
}
.card_title h4:after{
	content:" ";
	display:block;
	background:#fff;
	width:60px;
	height:1px;
	margin:12px auto 0;
}
.card_in02 p{
	padding:20px 5px;
	color:#333;
	font-size:14px;
	line-height:20px;
}

/*Product下共通*/

.copy_area{
	background:#eee;
	padding:20px 0;
}
.copy_txt{
	font-size:16px;
	line-height:28px;
	font-weight:bold;
	margin:0 10px;
}
.img_box{
	margin-top:30px;
	padding-bottom:30px;
	font-size:16px;
}
.img_right,.img_left{
	display:block;
	margin:0px auto;
}

.product_box{
	background:#f3f4f6;
	padding:15px;
	text-align:center;
	margin:0px auto 30px;
}
.product_box_in{
	background:#fff;
	padding:20px;
	text-align:center;
}
.product_box .btn_box{
	margin-top:15px;
}
.product_box_sub_title{
	color:#EA638C;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	margin:0 auto 10px;
	text-align:center;
}
.product_box_title{
	color:#1b1b1b;
	font-size:28px;
	font-weight:bold;
	line-height:30px;
	margin-bottom:20px;
}
.product_box_title img{
	height:55px;
	margin:0 auto;
	display:block;
}
.product_box_txt{
	font-size:16px;
	line-height:28px;
	text-align:left;
}
.product_box_txt img{
	width:240px;
	margin:0 auto 20px;
	display:block;
}
.product_box_txt .txt_small{
	font-size:0.9em;
	color:#555;
	margin-top:10px;
}

/*データマネジメント*/

#dm .copy_area .box{
	background:url("../img/product_img_dm_top.png") center 10px no-repeat;
	padding-top:190px;
	padding-bottom:20px;
	margin:0 auto;
}
#dm .copy_txt{
	padding-top:50px;
}
#dfo .box{
	background:url("../img/arrow_bg01.png") center top no-repeat;
	padding:50px 0 0;
	overflow:hidden;
}
#dfo{
	padding-bottom:30px;
}

/*配信プラットフォーム*/

#dsp .copy_area .box{
	background:url("../img/product_img_dsp_top.png") center 10px no-repeat;
	padding-top:190px;
	padding-bottom:20px;
	margin:0 auto;
}
#dsp .copy_txt{
	padding-top:50px;
}
#omo_d .box{
	background:url("../img/arrow_bg01.png") center top no-repeat;
	padding:50px 0 0;
	overflow:hidden;
}
#omo_d{
	padding-bottom:30px;
}

/*広告ソリューション*/

#ads .copy_area .box{
	background:url("../img/product_img_ads_top.png") center 10px no-repeat;
	padding-top:220px;
	padding-bottom:20px;
	margin:0 auto;
}
#ads .copy_txt{
	padding-top:50px;
}

#drt .box{
	background:url("../img/arrow_bg01.png") center top no-repeat;
	padding:50px 0 0;
	overflow:hidden;
}

#drt,#at,#native{
	padding-bottom:30px;
}
#at,#native{
	border-top:#ddd solid 1px;
	padding-top:30px;
}

/*広告代理サービス*/

#aas .copy_area .box{
	background:url("../img/product_img_aas_top.png") center 10px no-repeat;
	padding-top:220px;
	padding-bottom:20px;
	margin:0 auto;
}
#aas .copy_txt{
	padding-top:50px;
}

#aas_menu .box{
	background:url("../img/arrow_bg01.png") center top no-repeat;
	padding:50px 0 0;
	overflow:hidden;
}

#aas_menu{
	padding-bottom:30px;
}

.aas_dsp{
	padding-top:16px;
	padding-bottom:16px;
}
.aas_dsp h5{
	color:#999;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.aas_dsp img{
	width:150px;
	margin:0px auto 8px;
}

/*------------------------------------------
■ テクノロジー
------------------------------------------*/
#technology_title .title_area .box{
	background:url("../img/technology_img_boy.png") center 11px no-repeat;
	background-size:180px auto;
	padding-top:200px;
	padding-bottom:20px;
	margin:0 auto;
}

#jizai_engine .sub_title_area .box,#omotenashi_engine .sub_title_area .box{
	background:url("../img/technology_img_gear.png") center 15px no-repeat;
	padding-top:160px;
	padding-bottom:20px;
	margin:0 auto;
	text-align:center;
}

.tec_num{
	color:#ea638c;
	font-size:16px;
	font-weight:bold;
	line-height:1.2;
	margin-bottom:10px;
}

#jizai_engine .area .box,#omotenashi_engine .area .box:first-child{
	background:url("../img/arrow_bg01.png") center top no-repeat #fff;
	text-align:center;
	padding:50px 10px 10px;
}

.ill_img{
	margin:20px auto 50px;
	width:100%;
	max-width:620px;
	text-align:center;
	display:block;
}

.merit_box{
	max-width:600px;
	margin:-50px auto 60px;
}
.merit_box h4{
	color:#000;
	font-size:18px;
	font-weight:bold;
	line-height:1.3;
	padding-top:15px;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:#000 dashed 1px;
	text-align:left;
}
.merit_box h4:before{
	content:"■";
}
.merit_box ol{
	margin:0 auto 20px;
	text-align:left;
}
.merit_box ol li{
	list-style-position: inside;
	font-size:14px;
	font-weight:bold;
	margin-bottom:0;
}
.merit_box ol li span{
	color:#cd1184;
	font-size:16px;
}

.box2_in{
	margin:20px auto 70px;
	text-align:center;
}

.box2_in p{
	margin:0px auto 20px;
}

/*------------------------------------------
■ 会社概要
------------------------------------------*/
#company_title .title_area .box{
	background:url("../img/company_img_building.png") center 31px no-repeat;
	background-size:180px auto;
	padding-top:200px;
	padding-bottom:20px;
	margin:0 auto;
}

.company_info{
	line-height:1.5;
}
#company_prof .company_info{
	position:relative;
}
#company_prof .company_info:after{
	content:"";
	width:234px;
	height:142px;
	display:block;
	background:url("../img/taggy_panel.png") right bottom no-repeat;
	background-size:117px auto;
	position:absolute;
	bottom:0;
	right:0;
}

.company_info dl{
	zoom: 100%;
	border-bottom:#ccc dotted 1px;
}
.company_info dl:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.company_info dl dt{
	color:#81511c;
	width:100px;
	float:left;
	padding:10px 0;
}
.company_info dl dd{
	width:510px;
	float:left;
	padding:10px 0 10px 10px;
}
.company_info dl .txt_small{
	font-size:0.9em;
	color:#555;
}

#access{
	margin-top:50px;
}
#access dl{
	border:none;
}
.map_area{
	margin:20px auto;
}
.map_area iframe{
	width:100%;
	height:350px;
	border:0;
}

/*------------------------------------------
■ プレスリリース
------------------------------------------*/
#press_title .title_area .box{
	background:url("../img/press_img_boy.png") center 5px no-repeat;
	background-size:180px auto;
	padding-top:200px;
	padding-bottom:20px;
	margin:0 auto;
}

.press_list{
	max-width:620px;
}
.press_list dl{
	font-size:14px;
	margin:10px auto;
	border-bottom:#555 solid 1px;
	text-align:center;
}
.press_list dl dt{
	margin:0 auto;
	font-weight:bold;
	margin-bottom:3px;
}
.press_list dl dd{
	border-top:#999 dashed 1px;
	padding:10px 0 10px;
	line-height:1.5;
	text-align:left;
}
.press_list dl dd a{font-weight:bold;}
.press_list dl dd:before{
	content:"→ ";
	color:#999;
}
.press_list dl span,.press_txt span{
	color:#fff;
	font-size:12px;
	line-height:12px;
	text-align:center;
	padding:3px;
	width:120px;
	display:block;
	margin:0 auto 5px;
}
.press_nav{
	margin-bottom:30px;
	text-align:center;
}
.press_nav .title02{
	border:none;
}

.press_nav ul{
	margin:0;
	list-style:none;
}
.press_nav ul li{
	color:#999;
	line-height:1.5;
	margin-bottom:7px;
	background:#ddd;
	border-radius:4px;
}
.press_nav ul li a{
	color:#fff;
	display:block;
	background:#cd1184;
	border-radius:4px;
	padding:7px;
	box-shadow: 0 3px 0 rgba(107,8,69,1);
}
.press_nav ul li a:hover{
	text-decoration:none;
	opacity: 1;
	-webkit-animation: flash01 1.5s;
	animation: flash01 1.5s;
	box-shadow:none;
}

.press_txt{
	max-width:620px;
}
.press_txt_in{
	font-size:14px;
	line-height:1.7;
	margin:10px auto;
	border-bottom:#ccc solid 1px;
}
.press_txt_in p{
	margin-bottom:1em;
}
.press_txt_in dl{
	color:#190e4f;
	line-height:1.5;
	margin:30px auto;
}
.press_txt_in dl dt{
	font-weight:bold;
}
.press_txt_in dl dd{
	font-size:13px;
	margin-left:1em;
	margin-bottom:10px;
}
#socialbuttons{
	display:block;
	overflow:hidden;
	margin:20px auto -20px;
}
#socialbuttons div{
	display:inline-block;
	float:left;
}
.press_txt span{
	margin-top:5px;
}
.press_img{
	margin:15px auto;
	max-width:300px;
	height:auto;
	border:#cd1184 solid 1px;
}

.press_txt_in img{
	max-width:620px;
	height:auto;
	margin:10px auto;
}

.press_txt_in ul{
	margin:0 0 10px 15px;
	list-style:none;
}
.press_txt_in ul li:before{
	content:"●";
	color:#999;
}

/*------------------------------------------
■ 採用情報
------------------------------------------*/
#recruit_title .title_area .box{
	background:url("../img/recruit_img_chick.png") center 15px no-repeat;
	background-size:180px auto;
	padding-top:200px;
	padding-bottom:20px;
	margin:0 auto;
}

/*↓募集の際は外す↓
#recruit_space .area{
	position:relative;
}
#recruit_space .area:before{
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	background-image:url("../img/net_w10.png");
	background-color:rgba(0,0,0,0.70);
	content:"";

}
#recruit_space .area .box:before{
	width:280px;
	background-color:rgba(0,0,0,0.50);
	border:#fff solid 1px;
	padding:5px;
	display:block;
	position:absolute;
	top:110px;
	left:0;
	right:0;
	margin:20px auto 0;
	z-index:200;
	content:"※現在は、募集しておりません。";
	text-align:center;
	color:#fff;
	font-size:16px;
}
↑募集の際は外す↑*/

.job_info{
	line-height:1.5;
}

.job_cate_box,.rec_method_box{
	font-size:13px;
	line-height:1.6;
	margin-bottom:20px;
	padding-top:30px;
	max-width:620px;
}
.job_cate_box .title08{
	margin-top:-20px;
}
.job_cate_box p{
	margin-bottom:10px;
}
.job_cate_box b{
	display:block;
	color:#190e4f;
	font-size:14px;
	text-indent:-1em;
}
.job_cate_box em{
	display:block;
	font-weight:bold;
	font-size:14px;
}
.job_cate_box ul{
	margin:0 0 10px 0;
}
.job_cate_box ul li{
	list-style-position: inside;
	margin-left:10px;
}

.rec_method_box p{
	margin-top:-15px;
	margin-bottom:10px;
}
.rec_method_box img{
	margin-top:0px;
	margin-bottom:20px;
}
.rec_method_box em{
	display:block;
	font-weight:bold;
	font-size:14px;
	text-indent:-0.5em;
}


.job_info dl{
	zoom: 100%;
	border-bottom:#ccc dotted 1px;
	max-width:620px;
}
.job_info dl:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.job_info dl dt{
	color:#81511c;
	width:100px;
	float:left;
	padding:10px 0;
}
.job_info dl dd{
	width:500px;
	float:right;
	padding:10px 0 10px;
}


.recruit_nav{
	margin-bottom:30px;
	text-align:center;
}
.recruit_nav .title02{
	border:none;
}
.recruit_nav ul{
	margin:0;
	list-style:none;
}
.recruit_nav ul li{
	color:#999;
	line-height:1.5;
	margin-bottom:7px;
	background:#ddd;
	border-radius:4px;
}
.recruit_nav ul li a{
	color:#fff;
	display:block;
	background:#cd1184;
	border-radius:4px;
	padding:7px;
	box-shadow: 0 3px 0 rgba(107,8,69,1);
}
.recruit_nav ul li a:hover{
	text-decoration:none;
	opacity: 1;
	-webkit-animation: flash01 1.5s;
	animation: flash01 1.5s;
	box-shadow:none;
}

/*------------------------------------------
■ お問い合わせ
------------------------------------------*/
#contact_title .title_area .box{
	background:url("../img/contact_img_boy.png") center 15px no-repeat;
	background-size:155px auto;
	padding-top:200px;
	padding-bottom:20px;
	margin:0 auto;
}

#contact_form{
	padding-top:10px;
	margin-bottom:50px;
}

.form_box{
	margin:20px auto 0;
	font-size:14px;
	text-align:center;
}

.form_box strong{
	color:#ea638c;
	font-size:14px;
	font-weight:bold;
}
.form_box em{
	color:#81511c;
	font-size:14px;
	font-weight:bold;
}
.form_box em.txt_any{
	color:#190e4f;
	font-size:14px;
	font-weight:bold;
}

.form_box dl{
	max-width:620px;
	zoom: 100%;
	border-top:#ccc dotted 1px;
}
.form_box dl:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.form_box dl dt{
	font-size:14px;
	font-weight:bold;
	color:#333;
	width:220px;
	float:left;
	padding:10px 5px 10px 0;
	text-align:right;
}
.form_box dl dd{
	width:360px;
	float:left;
	padding:10px 0 5px 10px;
	border-left:#ccc dotted 1px;
	text-align:left;
}
.form_box dl dd span{
	width:80px;
	display:inline-block;
	text-align:right;
}
.form_conf dd{
	font-weight:bold;
}

input,select,textarea{
	padding:5px;
	font-size:14px;
	border:#999 solid 1px;
	border-radius:4px;
	margin-bottom:5px;
}
textarea{
	width:350px;
}

input[type="text"]:hover, textarea:hover, select:hover {
	border:#f39801 solid 1px;
	outline: 0 none;
}

input[type="text"]:focus, textarea:focus, select:focus {
	background-color: #ffffdd;
	outline: 0 none;
}

.form_btn{
	text-align:center;
	padding-top:10px;
	border-top:#ccc dotted 1px;
}

.form_btn input{
	background:url("../img/btn_arrow01.png") 5px center no-repeat #097c25;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	line-height:1.5;
	text-align:center;
	border:none;
	padding:5px 10px 5px 40px;
	border-radius:6px;
	box-shadow: 0 3px 0 rgba(4,53,16,1);
}
.form_btn input:hover{
	cursor:pointer;
	opacity: 1;
	-webkit-animation: flash01 1.5s;
	animation: flash01 1.5s;
	box-shadow:none;
}


#contact_tel{
	padding-top:10px;
}
.contact_tel_box{
	width:420px;
	height:240px;
	background:url("../img/contact_img_girl.png") left 10px no-repeat;
	background-size:160px auto;
	padding-left:200px;
	margin:10px auto -60px;
	position:relative;
}
.contact_tel_box_in{
	width:400px;
	border-radius:20px;
	border:#999 solid 1px;
	background:#eee;
	text-align:center;
	padding:20px 0;

	position:absolute;
	top:10px;
	right:10px;
}
.contact_tel_box_in:after{
	content:"";
	display:block;
	width:20px;
	height:20px;
	border-radius:10px;
	border:#999 solid 1px;
	background:#eee;

	position:absolute;
	bottom:-15px;
	left:-25px;
}
.contact_tel_box_in:before{
	content:"";
	display:block;
	width:10px;
	height:10px;
	border-radius:5px;
	border:#999 solid 1px;
	background:#eee;

	position:absolute;
	bottom:-25px;
	left:-40px;
}

.contact_tel_box_in h4{
	font-size:14px;
	font-weight:bold;
}
.contact_tel_box_in strong{
	font-size:36px;
	font-weight:bold;
	line-height:2;
}
.contact_tel_box_in strong a:hover{
	text-decoration:none;
	cursor:default;
}
.contact_tel_box_in p{
	font-size:14px;
	font-weight:bold;
}

/*------------------------------------------
■ サイトマップ
------------------------------------------*/
#sitemap .box{
	margin:30px auto;
	font-size:14px;
	position:relative;
}
#sitemap .box:after{
	content:"";
	width:246px;
	height:267px;
	display:block;
	background:url("../img/sitemap_img_earth.png") right bottom no-repeat;
	background-size:150px auto;
	position:absolute;
	bottom:-20px;
	right:0;
}
#sitemap ul{
	list-style:none;
	margin:0 0 0 5px;
}
#sitemap ul ul{
	margin-top:10px;
	margin-left:30px;
}
#sitemap ul ul ul{
	margin-left:30px;
}
#sitemap ul ul ul ul{
	margin-left:30px;
}

#sitemap ul ul li{
	margin:0 0 20px;
}
#sitemap ul ul ul li{
	margin:0 0 10px;
}
#sitemap ul span{
	font-size:12px;
}
#sitemap ul li:before{
	content:"■";
	color:#333;
	margin-right:2px;
}
#sitemap ul ul li:before{
	content:"●";
	color:#666;
	margin-right:2px;
}
#sitemap ul ul ul li:before{
	content:"●";
	color:#999;
	margin-right:2px;
}
#sitemap ul ul ul ul li:before{
	content:"●";
	color:#ccc;
	margin-right:2px;
}

/*------------------------------------------
■ プライバシーポリシー
------------------------------------------*/
#p_policy .box{
	padding-top:30px;
}
#p_policy .box div{
	margin-bottom:30px;
}
#p_policy .box h2{
	font-size:16px;
	font-weight:bold;
	line-height:1.5;
}
#p_policy .box p{
	margin-bottom:10px;
	font-size:14px;
	line-height:1.6;
}
#p_policy .box div ul{
	margin-left:28px;
	margin-bottom:10px;
	font-size:14px;
	line-height:1.6;
}
#p_policy .box div ul li{
	margin-bottom:5px;
}
#p_policy .box div span{
	font-size:12px;
}


#p_policy .box .opt_box{
	padding:20px 10px 0;
	text-align:center;
	border:#ea638c solid 1px;
	margin-bottom:40px;
}
#p_policy .box .opt_box h3{
	font-size:16px;
	font-weight:bold;
	margin:-10px auto 10px;
}
#p_policy .box .opt_box p{
	margin-top:-10px;
}
#p_policy .box .opt_box p .txt_on{
	color:#ea638c;
	font-weight:bold;
	font-size:16px;
}
#p_policy .box .opt_box p .txt_off{
	color:#190e4f;
	font-weight:bold;
	font-size:16px;
}
#p_policy .box div ol{
	margin-left:14px;
	margin-bottom:10px;
	font-size:14px;
	line-height:1.6;
	list-style:none;
}
#p_policy .box div ol li{
	margin-bottom:5px;
}

/*------------------------------------------
■ フッター
------------------------------------------*/
footer{
	background:#f2f2f2;
	padding:15px 0 0px;
}
footer .box{
	margin:0 auto;
	color:#1b1b1b;
	font-size:12px;
}

footer .box ul{
	display:none;
}

.footer_add{
	text-align:center;
}
.footer_add h2{
	color:#222;
	font-size:28px;
	font-weight:bold;
	line-height:1.2;
}
.footer_add p{
	line-height:1.5;
	margin:0px auto 10px;
}
.footer_icon{
	margin:15px auto 0;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	border-top:#bbb solid 1px;
	border-bottom:#bbb solid 1px;
}
.footer_copy{
	padding-top:15px;
	padding-bottom:15px;
	font-size:11px;
	text-align:center;
}

footer .box .btn_box div{
	background:url("../img/btn_arrow01.png") 5px center no-repeat #097c25;
}

/*------------------------------------------
■ フッターバナー
------------------------------------------*/

.footer_banner_area{
	width:100%;
	margin:24px auto 0px;
	border-top:#ddd solid 1px;
	border-bottom:#ddd solid 1px;
	padding:0;
}
.footer_banner_area img{
	display:block;
	margin:16px auto;
}

/*------------------------------------------
■ Facebook
------------------------------------------*/

.fb_area{
	text-align:center;
	margin:20px auto 10px;
	max-width:100%;
	overflow:hidden;
}

/*------------------------------------------
■ スライドメニュー
------------------------------------------*/
.overlay {
	content:"";
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	 height: 100%;
	background: rgba(255,255,255,0);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	z-index:1;
}
.side_open .overlay {
	visibility: visible;
	cursor: pointer;
	background:url("../img/net_w50.png");
}
.side_menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 0px;
	height: 100%;
	padding-top: 75px;
	padding-bottom: 50px;
	text-align: left;
	font-size: 1px;
	background: #cd1184;
	z-index: 1;
	box-shadow:1px 0 1px 1px rgba(0,0,0,0.15);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.side_menu > ul{
	list-style:none;
	border-bottom:#af0a6f solid 1px;
	margin-bottom:150px;
}
.side_menu ul li{
	border-top:#af0a6f solid 1px;
}
.side_menu ul li a{
	color:#cd1184;
	display:none;
}
.side_menu ul li a:hover{
	text-decoration:none;
}

.side_menu ul li a:hover{
	background-color:#cd1184;
	-webkit-animation: flash02 1.5s;
	animation: flash02 1.5s;
}
@-webkit-keyframes flash02 {
	0% {	background-color:#ea638c;}
	100% {	background-color:#cd1184;}
}
@keyframes flash02 {
	0% {	background-color:#ea638c;}
	100% {	background-color:#cd1184;}
}

.side_menu_in ul li{
	background-color:#ba0975;
	border-top:#9a0560 solid 1px;
}
.side_open .side_menu ul .side_menu_in ul li a{
	padding-left:40px;
}
.side_open .side_menu ul .side_menu_in ul li a:before{
	content:"-";
	display:block;
	float:left;
	padding-right:5px;
}

.side_menu_btn {
	background:url("../img/btn_sp_menu.png") center center no-repeat #fff;
	background-size:auto 50px;
	position: fixed;
	top: 10px;
	left: 10px;
	width: 144px;
	height: 38px;
	padding: 5px;
	border-radius:4px;
	border:#cd1184 solid 1px;
	cursor: pointer;
	z-index: 1500;
}
.side_open .side_menu{
	z-index: 1500;
	width: 300px;
	font-size:16px;
	overflow: auto;
}
.side_open .overlay{
	z-index: 1200;
}
.side_open .side_menu ul{
	display:block;
}
.side_open .side_menu ul li a{
	color:#fff;
	display:block;
	padding:10px 10px 10px 20px;
}
.side_open .side_menu ul li:before{
	color:#fff;
}

.side_menu_btn.scroll {
	background:url("../img/btn_sp_menu.png") center center no-repeat #fff;
	background-size:auto 40px;
	position: fixed;
	top: 7px;
	left: 7px;
	width: 114px;
	height: 30px;
}

/*------------------------------------------
■ ヘッダー可変アニメーション
------------------------------------------*/
header,nav img,nav ul,header.scroll,header.scroll nav img,header.scroll nav ul,.side_menu_btn,.side_menu_btn.scroll,
.sub_menu,.sub_menu div,.sub_menu div h1,.sub_menu div ul,.sub_menu.scroll,.sub_menu.scroll div,.sub_menu.scroll div h1,.sub_menu.scroll div ul,
#content,#content.scroll{
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

/*------------------------------------------
■ ページトップへ戻るボタン
------------------------------------------*/
#page_top{
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:800;
}

#page_top a{
	background:url(../img/btn_arrow03.png) center center no-repeat #cd1184;
	text-decoration:none;
	color:#ffffff;
	padding:20px;
	border-radius:2px;
	text-align:center;
	display:block;
	box-shadow: 0 5px 5px -1px rgba(0, 0, 0, 0.2);
}

#page_top a:hover{
	background:url(../img/btn_arrow03.png) center center no-repeat #190e4f;
	text-decoration:none;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2);
}

/*------------------------------------------
■ 削除ページ・404ページ
------------------------------------------*/
#delete .box{
	padding-bottom:200px;
	background:url(../img/taggy_panel.png) right bottom no-repeat;
	background-size:234px auto;
}
#delete p{
	margin:10px;
}
#delete ul{
	margin:10px 0 10px 30px;
}

/*------------------------------------------
■ アンカーリンク調整
------------------------------------------*/
#content section:first-child,#executive{
	margin-top:-88px;
	padding-top:88px;
}

/*------------------------------------------
■ SP用
------------------------------------------*/
@media (max-width:640px) {
.sp_none{display:none;}

header{
	height:56px;
	text-align:right;
}
.head_logo img,header.scroll .head_logo img{
	width:auto;
	height:30px;
	margin:5px 15px 5px auto;
}
#top_bg{
	margin-top:35px;
	margin-bottom: 240px;
}

.top_txt{
	width:90%;
	position:absolute;
	top:100%;
	left:0;
	padding:0 5%;
	text-align:left;
	display:block;
}
.top_txt h1{
	font-size:20px;
	text-align:center;
}
.top_btn{
	margin:20px auto 0;
}
#top_message{
	background:#eee;
	padding-top:20px;
	margin-top:-20px;
}
#top_message .box{
	background:url("../img/top_img_crane.png") center 65% no-repeat #eee;
	background-size:275px auto;
	margin:0 auto;
	padding:10px 0 30px;
}
#top_message .box h2{
	font-size:22px;
	line-height:26px;
	padding-bottom:5px;
}
.top_message_btn{
	margin:10px auto 0;
	display:none;
}

#content{
	margin-top:100px;
}
.title_area h3{
	font-size:14px;
}
.title_area h3 strong{
	font-size:16px;
}
.title_area h3 br{
	display:none;
}
.title_txt01{
	padding:0 10px;
}

#taggy .box h3 br{
	display:none;
}

.box p{
	font-size:14px;
	line-height:1.5;
}
.box_in>p br{
	display:none;
}
.box .btn_box div{
	font-size:16px;
	width:280px;
	padding-left:18px;
	padding-right:2px;
}

.small_txt{
	margin:-70px 30px 50px;
}

.title03{
	font-size:14px;
}

.title05{
	margin:0 5px 10px;
	font-size:18px;
	line-height:1.3;
	padding-bottom:5px;
}
.title05 span{
	font-size:18px;
}
.title06{
	font-size:20px;
	padding-bottom:3px;
	margin-bottom:10px;
	line-height:1.3;
}
.box .title06 span{
	font-size:28px;
}

.title06 br{
	display:none;
}
.title08{
	font-size:14px;
}
.title09{
	font-size:14px;
}
.title11{
	font-size:20px;
	line-height:1.1;
}
.title11 span{
	font-size:15px;
}

.box .title_txt03{
	font-size:14px;
}
.box .title_txt03 b{
	font-size:16px;
}

.w_btn{
	width:100%;
	margin:-10px auto 0;
	padding-bottom:30px;
}
.btn_left{
	float:none;
	margin:0 auto 30px;
	display:block;
}
.btn_right{
	float:none;
	margin:0 auto 0;
	display:block;
}

.card_in01,.card_in02{
	width:auto;
	max-width:520px;
	height:auto;
	margin:0px auto 30px;
	float:none;
}
.card_in01 a,.card_in02 a{
	width:auto;
	height:auto;
}
.card_img{
	width:auto;
	height:auto;
	position:static;
	padding:20px 20px 0;
}
.card_type01,.card_type02,.card_type03{
	position:static;
	margin:0 auto;
	width:200px;
	height:20px;
}
.card_omobana img,.card_dsp img,.card_infeed img,.card_at img{
	position:static;
	margin:20px auto;
}
.card_txt{
	width:auto;
	height:auto;
	border-radius:0 0 2px 2px;
	position:static;
	padding:20px;
}

.card_in01 .btn_box div,.card_in02 .btn_box div{
	width:220px;
}

.card_in02 a{
	padding-bottom:20px;
}

.card_title{
	width:auto;
	height:auto;
	background-size:100% auto;
}
.card_title h4{
	padding:30px 0 20px;
}
.card_in02 p{
	padding:20px 5px;
}
.card_in02 p br{display:none;}

.product_box{
	padding:10px;
}
.product_box_sub_title{
	font-size:14px;
	margin:0 auto 8px;
}
.product_box_title img{
	max-width:220px;
	height:auto;
}
.product_box_in{
	padding:15px;
}
.product_box_in img{
	max-width:220px;
}
.product_box .btn_box div{
	width:220px;
}
.aas_dsp h5{
	font-size:14px;
}


.txt_box p{
	font-size:14px;
	line-height:1.5;
}

.tec_num{
	font-size:14px;
	line-height:1.2;
}
.merit_box ol li span{
	display:block;
	margin-left:20px;
}

.title_txt02{
	font-size:14px;
}
.box2_in p{
	font-size:16px;
	margin-top:5px;
}

#access{
	margin-top:0px;
}

#company_prof .company_info{
	position:static;
}
#company_prof .company_info:after{
	display:none;
}

.company_info dl{
	line-height:1.3;
}
.company_info dl dt{
	width:100%;
	color:#81511c;
	padding:10px 0 0;
}
.company_info dl dd{
	width:100%;
	padding:5px 0 10px;
}

.press_txt_in dl dd{
	font-size:12px;
}
.press_txt_in img{
	max-width:100%;
	height:auto;
}

#recruit_space .area:before{
	height:99%;
}

.job_info dl{
	line-height:1.3;
}
.job_info dl dt{
	width:100%;
	color:#81511c;
	padding:10px 0 0;
	font-size:14px;
}
.job_info dl dd{
	width:100%;
	padding:5px 0 10px;
}

.form_box dl dt{
	width:100%;
	font-size:14px;
	font-weight:bold;
	color:#333;
	padding:10px 0 0;
	text-align:center;
}
.form_box dl dd{
	width:100%;
	padding:5px 0 5px;
	text-align:center;
	border:none;
}
.form_box dl dd span{
	width:80px;
	display:inline-block;
	text-align:center;
}
input{
	max-width:250px;
}
textarea{
	max-width:280px;
}
.form_btn input{
	width:280px
	padding:5px 10px 5px 20px;
	border-radius:0;
}


.contact_tel_box{
	width:300px;
	background:url("../img/contact_img_girl.png") center 5px no-repeat;
	background-size:160px auto;
	text-align:center;
	position:static;
	padding:200px 0 0;
	margin:10px auto -100px;
}
.contact_tel_box_in{
	width:280px;
	border-radius:20px;
	border:#999 solid 1px;
	background:#eee;
	text-align:center;
	padding:5px;
	position:static;
	margin:0;
}
.contact_tel_box_in:before,.contact_tel_box_in:after{
	display:none;
	position:static;
}

.contact_tel_box_in h4{
	font-size:13px;
	font-weight:bold;
}
.contact_tel_box_in strong{
	font-size:28px;
	font-weight:bold;
	line-height:2;
}
.contact_tel_box_in strong a:hover{
	text-decoration:none;
	cursor:default;
}
.contact_tel_box_in p{
	font-size:13px;
	font-weight:bold;
}


#sitemap .box{
	margin:20px auto;
}
#sitemap .box:after{
	display:none;
}
#sitemap ul ul{
	margin-top:5px;
	margin-left:20px;
}
#sitemap ul ul ul{
	margin-left:20px;
}
#sitemap ul ul ul ul{
	margin-left:20px;
}
#sitemap ul ul li{
	margin:0 0 5px;
}
#sitemap ul ul ul li{
	margin:0 0 0px;
}
#sitemap ul span{
	display:block;
	margin:-5px 0 0 5px;
}


#p_policy .box{
	padding-top:20px;
}
#p_policy .box div{
	margin-bottom:20px;
}
#p_policy .box h2{
	font-size:14px;
	font-weight:bold;
}
#p_policy .box p{
	margin-bottom:10px;
	font-size:12px;
	line-height:1.5;
}
#p_policy .box div ul{
	margin-left:18px;
	margin-bottom:10px;
	font-size:12px;
	line-height:1.5;
}
#p_policy .box div ul li{
	margin-bottom:5px;
}
#p_policy .box div span{
	font-size:12px;
}


#p_policy .box .opt_box .btn_box div{
	width:200px;
}
#p_policy .box div ol{
	margin-left:6px;
	margin-bottom:10px;
	font-size:12px;
	line-height:1.5;
}

#p_policy .box .opt_box h3{
	font-size:14px;
}

#delete .box{
	padding-bottom:50px;
	background:none;
}


.sub_menu{
	top: 58px;
}
.sub_menu.scroll{
	top: 57px;
}
.sub_menu div h1{
	text-align:center;
	margin:0 auto;
	float:none;
}
.sub_menu.scroll div h1{
	font-size:16px;
	line-height:1.5;
	padding-top:4px;
	text-align:center;
	margin:0 auto;
	float:none;
}
.sub_menu div ul{
	display:none;
}

.side_menu{
	font-size: 0px;
}

.side_open .side_menu ul .side_menu_in ul li a{
	padding-left:30px;
}

.side_menu_btn {
	background:url("../img/btn_sp_menu.png") center center no-repeat #fff;
	background-size:auto 40px;
	position: fixed;
	top: 7px;
	left: 7px;
	width: 114px;
	height: 30px;
	padding: 5px;
	border-radius:4px;
	border:#cd1184 solid 1px;
	cursor: pointer;
	z-index: 1500;
}
.side_open .side_menu{
	width: 220px;
	font-size:14px;
}
.side_open .side_menu ul li a span{
	font-size:10px;
}
.side_open .side_menu ul li a{
	padding:10px 10px 10px 15px;
}


	}
