@charset "utf-8";

::selection {
	background-color: #333;
	color: #fff;
}

a {
	transition: all .3s;
}

a:hover {
	opacity: 0.7;
}

#wrap {
	margin: 0 auto;
}

body {
	background: #F1F5F8;
	color: #414D55;
}

img {
	max-width: 100%;
}
#header {
	background: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
}
#header .inner {
	display: flex;
	justify-content: space-between;
	padding: 20px;
	max-width: 1600px;
	margin: 0 auto;
	align-items: center;
}
#header h1 img {
	width: 180px;
	vertical-align: middle;
	cursor: pointer;
}

#header h1 span {
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
	padding: 9px 10px;
	background: #F1F5F8;
	border-radius: 10px;
	margin: 0 0 0 10px;
}

#header .hd_btn1 {
	background: #2662F0;
	color: #fff;
	font-size: 10px;
	border: 0px none;
	cursor: pointer;
	width: 95px;
	height: 26px;
	border-radius: 20px;
	vertical-align: middle;
}

#header .hd_btn1 img {
	width: 11px;
	vertical-align: middle;
}

#header .hd_btn1 span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 7px;
	font-weight: bold;
}

#header .hd_btn2 {
	border: 1px solid #2662F0;
	color: #2662F0;
	background: #fff;
	font-size: 10px;
	cursor: pointer;
	width: 131px;
	height: 26px;
	border-radius: 20px;
	margin: 0 0 0 20px;
	vertical-align: middle;
}

#header .hd_btn2 img {
	width: 11px;
	vertical-align: middle;
}

#header .hd_btn2 span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 7px;
	font-weight: bold;
}

#header .btn_login {
	border: 1px solid #2662F0;
	color: #2662F0;
	background: #fff;
	font-size: 10px;
	cursor: pointer;
	width: 60px;
	height: 26px;
	border-radius: 20px;
	margin: 0 0 0 20px;
	font-weight: bold;
	vertical-align: middle;
}

#header .mypage {
	position: relative;
	display: inline-block;
	width: 40px;
	vertical-align: middle;
	margin: 0 0 0 20px;
	cursor: pointer;
}

#header .mypage .mypage_con {
	display: none;
	z-index: 12;
	position: absolute;
	top: 50px;
	right: 0;
	width: 188px;
	background: #fff;
	padding: 5px;
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
}

.mypage_con figure {
	text-align: center;
	padding: 10px 0;
	border-bottom: 1px dashed #A2C0D4;
	margin: 0 0 5px;
}

.mypage_con figure img {
	width: 60px;
}

.mypage_con figure figcaption {
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 7px 0 0;
}

.mypage_con ul li a {
	display: block;
	padding: 5px 8px;
}

.mypage_con ul li a img {
	width: 20px;
	vertical-align: middle;
}

.mypage_con ul li a span {
	font-weight: bold;
	font-size: 13px;
	vertical-align: middle;
	margin: 0 0 0 10px;
}

.mypage_con ul li.mp_upgrade a span {
	color: #2662F0;
}

.mypage_con ul li.mp_logout {
	border-top: 1px dashed #A2C0D4;
	padding: 5px 0 0;
	margin: 15px 0 0;
}

.container {
	position: relative;
	width: 1600px;
	box-sizing: border-box;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 15px;
	gap: 20px;
	z-index: 11;
}
.left-panel {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 25%;
}
.step-container.step2-box {
	height: 229px;
	background: #fff url('../img/bg_map.png') no-repeat 50% 50%;
	background-size: 65%;
}
.middle-panel {
	position: relative;
	width: 50%;
	height: 493px;
}
.right-panel {
	width: 25%;
}
.step-container {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
}
.step-title {
	display: flex;
	align-items: center;
}
.step-title span {
	background: #2662F0;
	color: #fff;
	padding: 5px 10px;
	border-radius: 20px;
	display: inline-block;
	font-weight: bold;
	margin-right: 10px;
	font-size: 12px;
}
.step-content {
	margin-top: 10px;
}
.option-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}
.option-label {
	font-weight: bold;
	margin-right: 10px;
}
.select-box {
	width: 90%;
	padding: 10px;
	border-radius: 5px;
	border: 0px none;
	background: #f8f9fb;
}
.radio-icon {
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 1px solid #3367d6;
	border-radius: 50%;
	position: relative;
	margin: 0 5px 0 0;
}
.radio-icon::after {
	content: "";
	width: 8px;
	height: 8px;
	background-color: #3367d6;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.explain {
	font-size: 13px;
	font-weight: bold;
	margin: 15px 0;
}

/* センターコンテンツ -------------------------------------------------------------------- */
.middle-panel  input[type=radio] {
  display: none;
}

/* ファネル -------------------------------------------------------------------- */
svg {
  height: 420px;
  position: relative;
  top: -12px;
  z-index: 1;
}

.level {
  cursor: pointer;
}

.level:hover {
  opacity: .6;
}

.level.active {
  -webkit-transform: translateY(-3px);
		  transform: translateY(-3px);
  opacity: 1;
}

.balloonLv.inactive {
  display: none;
}

.st0{fill:#03045E;}
  .st1{fill:#FFFFFF;}
  .st2{font-family:'HiraginoSans-W5-83pv-RKSJ-H';}
  .st3{font-size:14px;}
  .st4{letter-spacing:2;}
  .st5{fill:#023E8A;}
  .st6{fill:#0077B6;}
  .st7{fill:#0096C7;}
  .st8{fill:#fff;}
  .st9{fill:#00B4D8;}
  .st10{font-size:13.5236px;}
  .st11{letter-spacing:1;}
  .st12{font-size:15.3574px; fill: #fff; font-weight: bold;}
  .st13{fill:#B3B3B3;}
  .st14{fill:none;stroke:#005A82;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;}
  .st15{font-size:16px;}
  .st16{fill:none;stroke:#1296C6;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;}
  .st17{opacity:0.1;fill:#000;}
  .st18{fill:none;stroke:#0087BD;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;}
  .st19{font-size:15px;}
  .st20{font-size:14.0776px;}
  .st21{letter-spacing:3; font-weight: bold;}
  .st22{fill:none;stroke:#1296C6;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;}
  .st23 {
	  fill: #414D55;
	  font-weight: bold;
  }
  .st24 {
	  text-shadow: 0px 0px 2px rgba(0,0,0,0.6);
  }
  #userInterest,
  .level {
	  font-weight: bold;
  }
  
.large-section {
position: relative;
width: 1570px;
margin: 20px auto 40px;
box-sizing: border-box;
background: #fff;
padding: 20px;
border-radius: 10px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
  
  .btn_advanced {
	  cursor: pointer;
	  position: absolute;
	  right: 40px;
	  top: 20px;
  }
  
  .btn_advanced::after {
	  content: "";
	  display: inline-block;
	  margin: 0 0 0 15px;
	  transform: translateY(-50%) rotate(-45deg);
	  width: 8px;
	  height: 8px;
	  border-left: 3px solid #414D55;
	  border-bottom: 3px solid #414D55;
	  vertical-align: middle;
  }
  
  .advanced-options {
	  display: flex;
	  justify-content: space-between;
	  flex-wrap: wrap;
	  padding: 20px;
	  gap: 20px;
  }
  .advanced-column {
	  flex: 1;
	  min-width: 250px;
  }
.dropdown {
  position: relative;
  display: inline-block;
  width: 90%;
}
.dropdown-btn {
	position: relative;
	width: 100%;
	padding: 10px 30px 10px 10px;
	min-height: 37px;
	box-sizing: border-box;
	border-radius: 5px;
	border: 0px none;
	background: #FAFBFD;
  cursor: pointer;
  text-align: left;
  display: block;
}
.dropdown-btn::after {
	margin-top: -20px;
	display: block;
    content: "";
	position: absolute;
	top: 50%;
	margin-top: -3.5px;
	right: 14px;
	background: url('../img/ico_arrow.png') no-repeat 50% 50%;
	width: 12px;
	height: 7px;
	background-size: 100%;
}
.dropdown-btn.dropdown-open::after {
	background-image: url('../img/ico_arrow_rev.png');
}
.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  z-index: 10;
}
.dropdown-menu div {
  padding: 10px;
  cursor: pointer;
  font-size: 12px;
}
.dropdown-menu .title {
 
  cursor: default;
  font-size: 12px;
}
.dropdown-menu div:hover:not(.title,.textarea) {
  background-color: #2662F0;
  color: #fff;
}

.dropdown-menu .textarea {
	font-weight: bold;
	cursor: default;
}

.dropdown-menu .textarea textarea {
	font-size: 14px;
	width: 100%;
	height: 60px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	resize: none;
}

.selected-option {
	display: inline-block;
	background: #F1F5F8;
	font-size: 13px;
	padding: 4px 6px;
	border-radius: 3px;
	margin: 0 4px 6px 0;
}

.selected-option::after {
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	background: url('../img/arrow_close.png') no-repeat 50% 50%;
	background-size: 100%;
	margin: 0 0 0 5px;
}

.calendar-container {
	display: none;
	position: absolute;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	z-index: 10;
}
.right-panel .dropdown {
	width: 100%;
	margin: 5px 0;
}
.large-section .dropdown {
	width: 100%;
	margin: 5px 0;
}
.search-container {
	display: flex;
	align-items: center;
}
.search-button {
	background-color: #8B9398;
	color: #fff;
	border: none;
	height: 39.5px;
	box-sizing: border-box;
	width: 55px;
	cursor: pointer;
	font-weight: bold;
	border-radius: 0 5px 5px 0;
}
.input_box {
	padding: 5px 0;
}
.input_box input {
	width: 100%;
	padding: 10px;
	border-radius: 5px;
	border: 0px none;
	background: #f8f9fb;
	text-align: left;
	height: 39.5px;
	box-sizing: border-box;
}
.search-container input {
	border-radius: 5px 0 0 5px;
}

.large-section h2 {
	text-align: center;
	font-size: 13px;
	color: #ff0000;
}

.large-section h2 span {
	display: inline-block;
	padding: 5px 35px;
	background: #ff0000;
	color: #fff;
	font-size: 14px;
	border-radius: 15px;
	margin: 0 15px 0 0;
}

.btn_free {
	position: absolute;
	left: 50%;
	margin-left: -193.93px;
	top: 630px;
	z-index: 11;
}

/*
.btn_free {
	position: relative;
	text-align: center;
	margin: -45px 0 20px;
	z-index: 12;
}
*/

.btn_free .button {
	background: #2662F0;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	padding: 15px 120px;
	border-radius: 50px;
	font-weight: bold;
	cursor: pointer;
}

.btn_free img {
	width: 15px;
	margin: .5px 3px 0 0;
}

.btn_free .button span {
	font-size: 12px;
}

.btn_face {
	text-align: center;
	margin: 40px 0 0;
}

.btn_face div {
	display: inline-block;
	background: #D9D9D9;
	color: #fff;
	padding: 10px 20px;
	border-bottom: 4px solid #BFBFBF;
	border-radius: 15px;
	cursor: pointer;
}

.btn_face img {
	width: 72px;
}

.btn_face div span {
	display: block;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.4em;
}

#footer {
	  background: #fff;
	  font-size: 14px;
	  padding: 20px 0 0;
  }
#footer .inner {
  overflow: hidden;
  border-top: 1px solid #F1F5F8;
  padding: 25px 0 35px;
  max-width: 1570px;
  margin: 0 auto;
}
.footer-logo {
  float: left;
  width: 90px;
}
.footer-links {
  float: left;
  margin: 7px 0 0;
}
.footer-links a {
 display: inline-block;
 margin: 0 0 0 40px;
 font-size: 14px;
}
#footer p {
  float: right;
  font-size: 12px;
}

.btm-box {
	display: none;
	background: #fff;
	margin: 40px 0 0;
}

.online_ad {
	max-width: 1600px;
	margin: 0 auto;
	padding: 50px 15px 0;
	box-sizing: border-box;
}

.online_ad.online_ad_second {
	padding: 0 15px 50px;
}

.online_ad_slide-ttl {
	background: #414D55;
	color: #fff;
	text-align: center;
	padding: 13px 0;
	cursor: pointer;
	border-radius: 10px;
	font-weight: bold;
}

.online_ad_slide-ttl p {
	display: inline-block;
	font-size: 20px;
	vertical-align: middle;
}
.online_ad_slide-ttl p::after {
  content: "";
  display: inline-block;
  margin: 0 0 0 15px;
  transform: translateY(-50%) rotate(-45deg);
  width: 8px;
  height: 8px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  vertical-align: middle;
}
.graph_box {
	display: flex;
	padding: 40px 0;
}

.chart-section {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top: 20px;
}
.chart-container {
	text-align: center;
}
canvas {
	width: 100% !important;
	height: 290px !important;
}
.chart-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.graph_line {
	flex: 70%;
	padding: 0 50px 0 0;
}
.graph_circle {
	flex: 30%;
}

.graph_circle {
	display: flex;
	align-items: center;
	justify-content: center;
}
.graph_circle .chart-container {
	position: relative;
	width: 55%;
	max-width: 400px;
}
.graph_circle .chart-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.graph_circle .custom-legend {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-left: 20px;
	font-size: 14px;
}
.graph_circle .legend-row {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 8px;
}
.graph_circle .legend-item {
	display: flex;
	align-items: center;
	margin: 5px;
	white-space: nowrap;
	font-size: 12px;
}
.graph_circle .legend-color {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin-right: 6px;
}

.online_ad_slide-con {
	position: relative;
}

.online_ad_slide-con .copy_clipboard {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}

.copy_clipboard img {
	width: 20px;
	vertical-align: middle;
}

.copy_clipboard span {
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
}

.ad_generation-ttl {
	position: relative;
	padding: 14px 0;
	background: #8B9398;
}

.ad_generation-ttl h3 {
	color: #fff;
	text-align: center;
	font-size: 20px;
}

.ad_generation-ttl .btn_refresh {
	position: absolute;
	right: 20px;
	top: 11px;
	display: block;
	background: #2662F0;
	color: #fff;
	font-size: 13px;
	padding: 5px 20px;
	border-radius: 20px;
	cursor: pointer;
}

.ad_generation-ttl .btn_refresh img {
	width: 17px;
	vertical-align: middle;
}

.ad_generation-ttl .btn_refresh span {
	display: inline-block;
	vertical-align: middle;
}

.ad_generation-con {
	position: relative;
	background: #F1F5F8;
	padding: 35px 0;
}

.ad_generation-con p {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
}

.ad_generation-con .copy_clipboard {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}

.ads-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-start;
	padding: 20px 0;
}

.ads-group {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 15px;
	width: fit-content;
}

.group-title {
	font-size: 13px;
	font-weight: bold;
	background: #F1F5F8;
	padding: 10px;
	width: 100%;
	text-align: center;
	margin: 0 0 10px;
}

.ads-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 15px;
	width: 100%;
}

.ad-card {
	text-align: center;
	width: 148px;
	box-sizing: border-box;
}

.ad-header {
	padding: 10px 0;
}

.ad-header p {
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0;
	line-height: 1.4em;
	height: 20px;
}

.metrics-ttl {
	display: flex;
}

.metrics-ttl p {
	flex: 1;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.grid {
	margin: 10px 0 0;
}

.group-web .grid {
	display: grid;
	grid-template-columns: 1fr 1px 1fr;
	grid-template-rows: 1fr 1px 1fr;
	align-items: center;
	justify-content: center;
	margin: 10px 0 0;
}

.grid p {
	font-size: 13px;
	font-weight: bold;
	color: #555;
	margin: 0;
	font-weight: bold;
	padding: 10px 5px;
}

.grid p strong {
	font-size: 30px;
}

.grid .grid_blue {
	color: #023E8A;
}

.divider {
	width: 1px;
	height: 100%;
}

.horizontal-divider {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #000;
}

.cross {
	width: 1px;
	height: 1px;
}

.group-web .divider,
.group-web .cross {
	background-color: #000;
}

.ads-group_ttl {
	padding: 190px 0 0 50px;
}

.ads-group_ttl p {
	height: 50px;
	line-height: 50px;
	background: #F1F5F8;
	font-size: 13px;
	padding: 0 20px;
	border-top: 1px solid #fff;
	font-weight: bold;
}

.online_ad_second {
	margin-top: 50px;
}

.online_ad_second .ads-wrapper {
	position: relative;
	padding: 20px 0 20px 170px;
}

.online_ad_second .ads-group_ttl  {
	padding: 0;
}

.online_ad_second .ads_ttl7 {
	position: absolute;
	left: 50px;
	top: 156px;
}

.online_ad_second .ads_ttl8 {
	position: absolute;
	left: 50px;
	top: 399px;
}

.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 100;
}

.modal {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: white;
	padding: 20px;
	border-radius: 10px;
	display: none;
	min-width: 600px;
	max-width: 80%;
	text-align: center;
	z-index: 101;
}

.close-modal {
	position: absolute;
	top: -40px;
	right: -40px;
	background: transparent;
	border: none;
	font-size: 50px;
	color: #fff;
	cursor: pointer;
}

.input-group {
	display: flex;
	gap: 10px;
	margin-bottom: 10px;
	justify-content: center;
}

.input-group input {
	flex: 1;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.login-btn {
	padding: 10px 20px;
	background-color: #28a745;
	color: white;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	margin-top: 10px;
}

@media (max-width: 768px) {
	.modal {
		min-width: 90%;
	}
	
	.input-group {
		flex-direction: column;
	}
}

.bto-radio {
	position: absolute;
	top: 20px;
	right: 3%;
	display: flex;
	justify-content: center;
	gap: 20px;
	align-items: center;
	border: 1px solid #d5d5d5;
	border-radius: 10px;
	padding: 10px 15px;
}

.bto-radio label {
	display: flex;
	align-items: center;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
}

.bto-radio input[type="radio"] {
	display: inline-block;
	margin-right: 8px;
	width: 13px;
	height: 13px;
}

.checkbox-group {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 10px;
}

.checkbox-group label {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}

.checkbox-group input[type="checkbox"] {
	width: 14px;
	height: 14px;
	margin-right: 8px;
}

.modal-save h3 {
	font-size: 14px;
	background: #F1F5F8;
	padding: 10px 0;
}

.btn_modal_save {
	text-align: right;
	padding: 15px 0;
}

.btn_modal_save div {
	display: inline-block;
	margin: 0 0 0 20px;
	cursor: pointer;
}

.btn_modal_save img {
	vertical-align: middle;
	margin: 0 5px 0 0;
}

.btn_modal_save span {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
}

.checkbox-group {
	background: #F1F5F8;
	padding: 20px;
}

.checkbox-group label {
	font-size: 14px;
	font-weight: normal;
}

.btn_modal_confirm {
	padding: 20px 0 10px;
}

.btn_modal_confirm button {
	background: #2662F0;
	color: #fff;
	font-size: 15px;
	display: inline-block;
	padding: 13px 100px;
	border-radius: 50px;
	font-weight: bold;
	border: 0 none;
	cursor: pointer;
}

.only_tb {
	display: none;
}

.windows_login {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(65, 77, 85, 0.98);
	z-index: 20;
	text-align: center;
}

.windows_login .login_con {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
	border-radius: 10px;
	min-width: 600px;
	max-width: 80%;
	text-align: center;
	z-index: 21;
	color: #fff;
}

.windows_login .login_con h3 img {
	width: 208px;
}

.windows_login .login_con h3 span {
	display: block;
	font-size: 40px;
	font-weight: bold;
	margin: 30px 0;
}

.windows_login .login_con p {
	border: 1px solid #fff;
	max-width: 700px;
	padding: 10px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.4em;
	border-radius: 10px;
	text-align: left;
	margin: 0 0 30px;
}

.google-signin {
	text-align: left;
	padding: 0 0 0 20px;
	width: 360px;
	height: 42px;
	font-size: 16px;
	font-weight: bold;
	color: black;
	background-color: #F1F5F8;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	transition: background 0.2s ease-in-out;
	font-weight: normal;
}

.google-signin img {
	width: 20px;
	margin: 0 5px 0 0;
}

.google-signin:hover {
	background-color: #ebebeb;
}

.free_overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.8);
	z-index: 10;
	box-sizing: border-box;
	padding: 20px 0 0;
	text-align: center;
	border-radius: 10px;
}

.free_btns {
	margin: 30px 0 0;
}

.free_btns div {
	background: #2662F0;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	padding: 11px 0;
	width: 370px;
	height: 40px;
	box-sizing: border-box;
	border-radius: 50px;
	font-weight: bold;
	cursor: pointer;
}

.free_btns div img {
	width: 16px;
	vertical-align: middle;
	margin: 0 5px 0 0;
}

.free_btns div span {
	vertical-align: middle;
	font-size: 14px;
}

.free_btns div:last-child {
	margin: 0 0 0 50px;
}

.prohibited-icon {
	width: 150px;
	height: 150px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.prohibited-icon::before {
	content: "";
	width: 150px;
	height: 150px;
	border: 14px solid white;
	border-radius: 50%;
	position: absolute;
}

.prohibited-icon::after {
	content: "";
	width: 160px;
	height: 14px;
	background-color: white;
	position: absolute;
	transform: rotate(45deg);
}

.modal.cs_modal {
	background: none;
	position: fixed;
	top: 0;
	left: 0;
	transform: none;
	display: none;
	min-width: auto;
	max-width: 100%;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.cs_modal .modal-content {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
	border-radius: 10px;
	min-width: 600px;
	max-width: 80%;
	text-align: center;
	z-index: 11;
}

.cs_modal .modal-content p {
	color: #fff;
	margin: 50px 0 0;
	line-height: 1.6em;
	font-size: 17px;
}

.cs_modal .modal-content p strong {
	display: block;
	font-size: 35px;
	margin: 0 0 40px;
}

.cs_modal .close-modal {
	top: 40px;
	right: 40px;
}

.prohibited-icon {
	margin: 0 auto;
}

@media (max-width: 1599px) {
	.container {
		width: 97%;
		padding: 15px 0;
		display: block;
	}
	.large-section {
		width: 97%;
		margin: 5px auto 40px;
	}
	.left-panel {
		width: 100%;
		display: flex;
		flex-direction: inherit;
	}
	.step-container {
		flex: 1;
	}
	.middle-panel {
		width: 100%;
		box-sizing: border-box;
		margin: 20px 0 0;
		height: auto;
	}
	.middle-panel svg {
		height: 47vw;
	}
	.right-panel {
		width: 100%;
		box-sizing: border-box;
		margin: 20px 0 0;
	}
	.right-panel .dropdown {
		width: 31%;
		margin: 0 1% 2% 0;
	}
	.only_tb {
		display: block;
	}
	.large-section h2 {
		line-height: 1.4em;
	}
	.advanced-options {
		display: block;
	}
	.advanced-options .dropdown,
	.advanced-options .input_box {
		display: inline-block;
		width: 31%;
		margin: 0 1% 2% 0;
		vertical-align: top;
	}
	.input_box {
		padding: 0;
	}
	.btn_face div span {
		display: inline-block;
		margin: 0 0 0 15px;
	}
	.btn_face div {
		padding: 20px 60px;
	}
	.graph_box {
		display: block;
	}
	.graph_line {
		padding: 20px 0 40px;
	}
	.ad_generation-con {
		padding: 60px 0 35px;
	}
	.ad_generation-con p {
		font-size: 25px;
	}
	.ads-group_ttl {
		display: none;
	}
	.ads-wrapper {
		position: relative;
		padding: 20px 0 20px 120px;
	}
	.only_tb .ads-group_ttl {
		padding: 0;
	}
	.only_tb .ads_ttl1 {
		position: absolute;
		left: 0;
		top: 211px;
		display: block;
	}
	.only_tb .ads_ttl2 {
		position: absolute;
		left: 0;
		top: 529px;
		display: block;
	}
	.only_tb .ads_ttl3 {
		position: absolute;
		left: 0;
		top: 847px;
		display: block;
	}
	.only_tb .ads_ttl4 {
		position: absolute;
		left: 0;
		top: 1164px;
		display: block;
	}
	.only_tb .ads_ttl5 {
		position: absolute;
		left: 0;
		top: 1482px;
	}
	.only_tb .ads_ttl6 {
		position: absolute;
		left: 0;
		top: 1800px;
	}
	.online_ad_second .ads_ttl7 {
		position: absolute;
		left: 0;
		top: 136px;
		display: block;
	}
	.online_ad_second .ads_ttl8 {
		position: absolute;
		left: 0;
		top: 399px;
		display: block;
	}
	.only_tb .ads_ttl9 {
		position: absolute;
		left: 0;
		top: 636px;
	}
	.online_ad_second .ads-wrapper {
		padding: 0 0 0 120px;
	}
	#footer .inner {
		max-width: 97%;
	}
	.step-container.step2-box {
		height: auto;
		background-size: auto 90%;
	}
	.btn_free {
		margin: 5px auto 20px;
		position: relative;
		left: 0;
		top: 0;
		text-align: center;
	}
}

@media (max-width: 1528px) {
	.only_tb .ads_ttl5 {
		display: block;
	}
}

@media (max-width: 1468px) {
	.only_tb .ads_ttl5 {
		display: block;
	}
}

@media (max-width: 1305px) {
	.only_tb.ads-group_ttl.ads_ttl9 {
		position: absolute;
		left: 0;
		top: 622px;
		display: block;
	}
}

@media (max-width: 1192px) {
	.only_tb .ads_ttl6 {
		display: block;
	}
}

@media (max-width: 1024px) {
	body {
		min-width: 1024px;
	}
	.middle-panel svg {
		height: 470px;
	}
}

::placeholder {
	color: rgb(189, 189, 189);
	font-size: 12px;
  }
  
  @media screen and (min-width: 2334px) {
	  .online_ad_second .ads_ttl8 {
		  display: none;
	  }
  }

  .step-container.step1-box {
	height: 244px;
}
@media (max-width: 1599px) {
	.step-container.step1-box {
		height: auto;
	}

}
