@charset "UTF-8";

/*****************************************************
 メイン
*****************************************************/

.main{
	width: 920px;
	margin: auto; 
}

/*****************************************************
 共通
*****************************************************/

/* ボーダー
------------------------------------------------- */
.border{
	width: 898px;
	border: solid 2px #d5d5d5;
	margin: auto;
}

/* 太字 medium
------------------------------------------------- */
.other,
.other_voice_text,
.section_ttl,
.ad_item_heading,
.ad_merit_ttl{
	font-weight: bold;
}

/* タイトル (2)(3)
------------------------------------------------- */
.section_ttl{
	letter-spacing: 0.1em;
	font-size: 40px;
	text-align: center;
}
/*****************************************************
 セクション１ WEB広告運用サービス
*****************************************************/

/* title
------------------------------------------------- */
.section_1 .add_title{
	margin: 57px auto 38px;
}
.section_1 .add_title img{
	width: 920px;
}

/* request-voice 共通
------------------------------------------------- */
.req_voi_text{
	background-color: #00b4ff;
	color: #fff;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	font-size: 3.0rem;
	height: 60px;
	width: 660px;
	letter-spacing: 0.025em;
}

/* ----- 画像 ----- */
.request_voice .req_voi_text img{
	width: 49px;
	height: 40px;
	padding: 0 26px 0 0;
}

/* 各request-voice調節
------------------------------------------------- */

/* ----- (2) ----- */
.req_voi_text:nth-child(2){
	width: 712px;
	flex-flow: row-reverse;
	margin: 28px 0 28px 59px
}
.req_voi_text:nth-child(2) img{
	padding:0 0 0 26px;
}

/* ----- (3) ----- */
.req_voi_text:nth-child(3){
	margin-right: 111px;
}

/* 他にも・・・
------------------------------------------------- */
.other_voice{
	margin: 40px auto 47px;
}
.other{
	font-size: 20px;
	font-size: 2.0rem;
	margin: 0 0 15px;
}
.other_voice_text{
	font-size: 14px;
	font-size: 1.4rem;
	margin: 12px 0 ;
}
.other,.other_voice_text{
	text-align: center;
	letter-spacing: 0.1em;
}

/*****************************************************
 セクション2 WEB広告の特徴・メリット
*****************************************************/
.section_2{
	text-align: center;
	letter-spacing: 0.1em;
}

/* タイトル
------------------------------------------------- */
.web_ad_point_ttl{
	font-size: 40px;
	font-size: 4.0rem;
	letter-spacing: 0.1em;
	line-height: 1.2;
	margin: 40px 0 15px;
}
.point{
	display: block;
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1.5;
}

/* タイトル下のテキスト
------------------------------------------------- */
.web_ad_point_text{
	line-height: 1.6;
	margin: 0 0 30px;
	letter-spacing: 0.1em;
}

/* WEB広告の特徴 アイテム共通
------------------------------------------------- */
.ad_guide_box{
	display: flex;
	width: 854px;
	justify-content: space-between;
	margin:30px 50px 16px 43px;
}
.ad_item_inner{
	display: flex;
	justify-content: space-between;
	position: relative;
}

/* ----- 画像上の見出し ----- */
.ad_item_heading{
	border: solid 1px #00b4ff;
	width: 211px;
	padding: 4.5px 0 4.5px 0;
	margin: 0 0 9px;
	font-size:18px; 
	font-size:1.8rem;
	color: #00b4ff;
	letter-spacing: 0.1em;
}

/* WEB広告の特徴 各アイテム調整
------------------------------------------------- */

/* ----- 画像 ----- */
.ad_guide_item_1 img:first-child{
	margin: 17px 0 0;
}
.ad_guide_item_2 .ad_item_heading{
	background: #00b4ff;
	color: #fff;
}

/* -----　三角矢印画像共通　----- */
.next_arrow{
	width: 28px;
	height: 32px;
	position: absolute;
}

/* -----三角矢印1・位置調整----- */
.next_arrow_1{
	bottom: 45px;
	right: 0;
}
.ad_item_inner_1{
	width: 319px;
}

/* ----- 三角矢印2・位置調整 ----- */
.next_arrow_2{
	bottom: 65px;
	right: 0;
}
.ad_item_inner_2{
	width: 275px;
}

/* WEB広告のメリット アイテム
------------------------------------------------- */

/* 共通
------------------------------------------------- */
.ad_merit_item{
	display: flex;
	text-align: left;
}

/* ----- タイトル ----- */
.ad_merit_ttl{
	color: #00b4ff;
	font-size: 28px;
	font-size: 2.8rem;
	letter-spacing: 0.1;
	margin: 0 0 10px;
}

/* ----- テキスト ----- */
.ad_merit_text{
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.1;
	line-height: 1.5;
}

/* ----- 各アイテムの位置調整 ----- */

/* (1) */
.ad_merit_1{
	margin: 0 0 0 40px; 
}
.ad_merit_1 .ad_merit_text_contnt{
	margin: 52px 0 0 50px;
}

/* (2) */
.ad_merit_2{
	flex-flow: row-reverse;
	margin: 0 160px 0 0; 
}
.ad_merit_2 .ad_merit_text_contnt{
	margin: 24px 24px 0 0;
}
/* (3) */
.ad_merit_3{
	margin: 0 0 41px 68px; 
}	
.ad_merit_3 .ad_merit_text_contnt{
	margin: 24px 0 0 40px;
}

/*****************************************************
セクション4 WEB広告の種類
*****************************************************/
.web_ad_type{
	text-align: center;
}
/* タイトル
------------------------------------------------- */
.web_ad_type{
	font-size: 40px;
	font-size: 4.0rem;
	margin: 60px 0 60px;
}

/* 広告の種類 box_item 共通
------------------------------------------------- */
.ad_type_box_item{
	display: flex;
	justify-content: space-around;
}
.ad_type_item{
	width: 249px;
}
.ad_type_item_text{
	text-align: left;
	letter-spacing: 0.1em;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 20px 10px 0;
	line-height: 1.5;
}

/* ----- 見出し ----- */
.ad_type_item h3{
	padding: 30px 0 28px;
	color: #fff;
	position: relative;
	letter-spacing: 0.05em;
}
.ad_type_item h3:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -30px;
	border: 30px solid transparent;
}

/* ----- 画像 ----- */
.ad_type_item figure{
	margin: 25px 0 0;
}

/* 各アイテムの調節
------------------------------------------------- */
/* ----- (1) ----- */
.ad_type_1 h3{
	background: #a5cf5b;
}
.ad_type_1 h3:before{
	border-top: 12px solid #a5cf5b;
}

/* ----- (2) ----- */
.ad_type_2 h3{
	background: #ffc000;
}
.ad_type_2 h3:before{
	border-top: 12px solid #ffc000;
}

/* ----- (3) ----- */
.ad_type_box_item .ad_type_3 h3{
	background: #ff8a8a;
	padding: 22px 0 18px;
}
.ad_type_3 span{
	display: block;
	margin: 3px 0 0;
}
.ad_type_3 h3:before{
	border-top: 12px solid #ff8a8a;
}
.ad_type_3 figure{
	margin: 27px 0 0 0;
}

/*****************************************************
 セクション4 料金プラン
*****************************************************/
.web_ad_rate_plan{
	margin: 60px auto 54px;
}
.web_ad_plan_box{
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.web_ad_plan_ttl{
	margin: 0 0 45px;
}
/* 各アイテム共通
------------------------------------------------- */

.web_ad_rate_plan{
	text-align: center;
}
.web_ad_plan_item{
	width: 288px;
	color: #00b4ff;
	border: solid 2px #00b4ff;
	height: 602px;
}
.item_inner_heading{
	font-size: 18px;
	font-size: 1.8rem;
	
}
.item_plan_name{
	font-size: 30px;
	font-size: 3.0rem;
	background: #00b4ff;
	color:  #fff;
	padding: 8px 0 8px;
}
.item_heading{
	line-height: 1.5;
	margin:20px auto 15px;
	font-weight: bold;
}

.item_plan_features{
	line-height: 1.5;
	margin: 15px auto 25px;
	font-size: 14px;
	font-weight: bold;
}
.item_plan_rate{
	font-size: 64px;
	font-size: 6.4rem;
	font-weight: bold;
	letter-spacing: -0.01em;
}
.item_plan_rate span{
	font-size: 20px;
	font-size: 2.0rem;
	display: block;
	margin: 15px 0 0;
}
.item_plan_detail{
	margin: 28px auto 20px;
}
.detail_text_part_1 p{
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 0 15px;
	font-weight: bold;
}
.detail_text_part_2 p{
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
}
.detail_text_part_2{
	margin: 20px 0 0;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;

}
.item_plan_ad_creation{
	font-weight: bold;
	font-size: 12px;
	font-size: 1.2rem;
}
.item_plan_contact{
	font-weight: bold;
	margin: 20px 0 0;
}
.item_plan_ad_creation{
	margin: 20px 0 70px;
}
.detail_text_part_2 .item_plan_ad_creation span{
	display: block;
}
.other_text_part_2{
	margin: 30px 0 0;
}
.other_text_part_2 p{
	margin: 0 0 9px;
	font-weight: bold;
}
.item_plan_other{
	margin: 15px 0 20px 0;
}
.item_plan_other p{
	margin: 0 0 9px;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
}
/* ----- (1) ----- */


/* ----- (2) ----- */
.ad_plan_item_2{
	width: 310px;
	height: 641px;
	border: solid 2px #ff8a8a;
	color: #ff8a8a;
}
.item_plan_name_2{
	font-size: 30px;
	font-size: 3.0rem;
	background: #ff8a8a;
}
.item_heading .item_heading_2{
	margin: 28px auto 18px;
}
/* ----- (3) ----- */



/*****************************************************
セクション5 WEB広告のオプション
*****************************************************/

.section_5{
	margin: 55px auto 50px;
}
.web_ad_plan_option_ttl{
	font-size: 32px;
	font-size: 3.2rem;
}
.option_list ul{
	list-style: none;
	padding: 0;
}

.web_ad_option_list{
	display: flex;
	justify-content: space-between;
	margin: 33px 98px 25px 149px;
}
.option_list li{
	position: relative;
	padding: 0 0 0 20px;
	margin: 0 0 15px;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.option_list li:before{
	content:'';
	position: absolute;
	border-radius: 50%;
	top: 50%;
	left: 0.2em;
	width: 15px;
	height: 15px;
	background: #00b4ff;
	transform: translateY(-50%);
}
.option_contact{
	background-color: #00b4ff;
	width: 377px;
	height: 27px;
	margin:0 auto 50px;
}
.option_contact p{
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	line-height: 27px;
	text-align: center;
}

/*****************************************************
セクション6 WEB広告の主な実績
*****************************************************/
.web_ad_chievements{
	margin: 48px auto 180px;
}
.web_ad_chievements_ttl{
	font-size: 32px;
	font-size: 3.2rem;
}
.web_ad_user{
	color:#00b4ff;
	font-size: 18px;
	line-height: 2.8;
}
.web_ad_chievements_heading{
	width: 290px;
	height: 50px;
	background-color: #00b4ff;
	line-height: 50px;
	position: relative;
}
.web_ad_chievements_heading h3{
	padding: 0 0 0 46px;
	color: #fff;
	letter-spacing: 0.1em;
}
.web_ad_chievements_heading:before,
.web_ad_chievements_heading:after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
}

.web_ad_chievements_heading:before{
	top: 0;
	left: 0;
	border-width:  25px;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
}


.web_ad_chievements_heading:after{
	top:0;
	right:-50px;
	border-style: solid;
	border-width: 25px;
	z-index: 10;
	border-color: transparent transparent transparent#00b4ff;
}
/* 各矢印調節
------------------------------------------------- */

/* ----- ピンク矢印 ----- */
.web_ad_up_ttl{
	background-color: #e28191;
}
.web_ad_up_ttl:after{
	border-color: transparent transparent transparent#e28191;
}

/* ----- 赤矢印 ----- */
.web_ad_outcome_ttl{
	background-color: #dc4949;
}
.web_ad_outcome_ttl:after{
	border-color: transparent transparent transparent#dc4949;
}

/* 矢印フレックス
------------------------------------------------- */
.web_ad_chievements_ex{
	display: flex;
}

.web_ad_post,.web_ad_outcome{
	padding: 0 0 0 11px;
}


.web_ad_target{
	text-align: center;
	color: #00b4ff;
	width: 215px;
	margin: auto;
}
.web_ad_target h4{
	color: #fff;
	background: #00b4ff;
	margin: 24px auto 12px;
	height: 25px;
	line-height: 25px;
}




