/* https://src-management-system.net/report/
   v2.0 | 20210511
   License: enjoyworks (enjoyworks.co.jp)
*/

/*
*common
*PC
*PC(max-width:1199px)
*PC(min-width:960px) and (max-width:1199px)
*tablet
*sp
*sp(max-width:430px)
*/

/*common*/
*{
    box-sizing:border-box;
}
body{
	overflow-x:hidden;
}
footer {
    margin-top: 0;
    border-top: none;
    padding-top: 8px;
}
h1{
    margin:0;
}
li{
    list-style-type:none;
}

.bold{
	font-weight:bold;
}
.text-muted{
	color:#000;
}
.red{
	color:#e60000;
}
.orange{
	color:#FF9900;
}
.yellow{
	color:#ffff00;
}
.blue{
    color: #467EF3;
}
.yellowback{
	background:#FCF2C9;
}
.blueback{
	background:#a0d1ef;
}
.underline{
	position: relative;
    overflow: hidden;
    display: inline-block;
    top: 5px;
}
.underline:after{
	content:"";
	display:block;
	width:100%;
	height:1;
	border-bottom:1px solid #404040;
}
img{
	width:100%;
	vertical-align:bottom;
}
.table>thead:first-child>tr:first-child>th{
	text-align:center;
}
.reportheadercontainer{
	width:100%;
	max-width:1170px;
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.reportclientname{
	font-size:28px;
	font-weight:bold;
	margin-bottom: 25px;
}
.product0 .reportheader, .product1 .reportheader, .product3 .reportheader{
    background:linear-gradient(122deg,#467EF3 0%,#28D0EB 100%);
}
.product2 .reportheader, .product4 .reportheader, .product6 .reportheader, .product8 .reportheader{
	background:linear-gradient(122deg, #FFAA00 0%, #F2D14E 100%);
}
.product7 .reportheader{
    background:url(/img/newreport/cuezilla-main_bg.png) no-repeat center;
}
.reportheader{
	background-size: cover;
	display:block;
	width:100%;
	padding: 25px 0 25px 0;
	color: #fff;
	margin: 0 auto;
	position:relative;
}
.product7 .reportbottomcont p{
	color: #4484F3;
}
.reportheader:after{
	content:"";
	display:block;
	clear:both;
}
.clientdomain{
	text-align:right;
	font-size:20px;
}
.reporttitlecont{
	overflow: auto;
    clear: both;
	/*border-bottom: 1px solid #fff;*/
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.reportseoicon{
	float:left;
}
.reporttitle{
	float: left;
    margin-right: 25px;
}
.reportbottomcont{
	clear:both;
}
/*.hidden_box {
    margin: 2em 0;
    padding: 0;
    border: solid 1px #b3b3b3;
    background: #f8f8f8;
	margin-top: 50px;
}
.hidden_show ul li{
	list-style-type:none;
}
.hidden_show ul li a{
	text-decoration:underline;
	font-size:16px;
	line-height:42px;
	font-weight:bold;
	color: #333;
}
.hidden_show ul li a:hover{
	text-decoration:none;
}
.hidden_box label {
	padding: 20px 38px;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
	margin-bottom: 0;
	font-size:20px;
}
.hidden_box input {
    display: none;
}
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}*/
.container{
    width:100%;
    padding: 0;
}
.nav_container{
    overflow-y: scroll;
    /* IE, Edge 対応 */
    -ms-overflow-style: none;
    /* Firefox 対応  */
    scrollbar-width: none;
    overflow-x:visible;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background: #445373;
    width:295px;
    height: 100vh;

}
/* Chrome, Safari 対応*/
.nav_container::-webkit-scrollbar {
    display:none;
}

ul.navlist{
    padding-top: 40px;
    padding-left:0;
}
ul.navlist li{
    margin: 0 24px;
    border-top: 1px solid #717C94;
}
ul.navlist li:last-child{
    border-bottom: 1px solid #717C94;
}
ul.navlist li:hover{
    background: #717C94;
    margin:0;
    padding:0 24px;
}
ul.navlist li:hover + li{
    border-top:1px solid transparent;
}
ul.navlist li a{
    color:#fff;
    display: block;
    font-size: 15px;
    padding: 21px 24px;

}
ul.navlist li.active{
    background: #467EF3;
    position:relative;
    margin: 0;
    padding: 0 24px;
}
ul.navlist li.active .nav_arrow{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 15px solid #467EF3;
    border-right: 15px solid transparent;
    border-top: 15px solid transparent;
    margin: 0 auto;
    margin-top: 16px;
    border-bottom: 15px solid transparent;
    position: absolute;
    right: -30px;
    top: 0;
}
.container.report .range_container p{
    font-size: 14px;
    text-align: center;
    color: #CEDEFF;
}
.range_container p span{
    display: block;
    width: 64px;
    margin: 0 auto;
    margin-bottom: 10px;
    border: 1px solid #CEDEFF;
    padding: 4px 16px;
    font-size: 15px;
}
.range_container .btn-xs{
    background: #CEDEFF;
    border-radius: 40px;
    max-width: 140px;
    width: 100%;
    display: block;
    padding: 10px 25px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.range_container select{
    display: block;
    margin: 0 auto;
}
/*ul.navlist li a:hover{
    border-top: 1px solid #445373;
}
ul.navlist li:last-child a:hover{
    border-top: 1px solid #445373;
}*/
.reportcontainer{
    max-width: calc(100% - 295px);
    width: 100%;
    float: right;
}
.report_contents{
    padding: 40px;
    background: #E6E6E6;
}
section.content{
    width: 100%;
    background: #fff;
    margin-bottom: 40px;
}
.content_wrap{
    padding: 80px 0;
    width: 80%;
    margin: 0 auto;
}
/*.container.report h2{
	border-left:9px solid #014c8f;
	background:#dceff5;
	padding:15px 10px;
	margin-top: 100px;
	margin-bottom: 25px;
}
.container.report h2#linktarget1{
	margin-top:0px;
}*/
.container.report h2{
    font-weight:bold;
    display: flex;
    align-items: center;
    border-bottom:3px solid #c4c4c4;
    padding-bottom:40px;
    margin-bottom:40px;
}
h2 .heading_no{
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
    font-size: 90px;
    color: #467EF3;
    margin-right: 24px;
    position: relative;
    top: -3px;
}
.container.report p{
	line-height: 1;
	font-size:18px;
}
.container.report p.lineheight15{
	line-height: 1.2;
}
.container.report p.lineheight2{
	line-height: 1.8;
}
.row.seostep{
	padding: 0 15px;
	margin-top: 20px;
}
.step_label{
    text-align: center;
    font-size: 26px;
    color: #fff;
    margin-bottom: 40px;
    height:40px;
}
.step1 .step_label{
    background:#467EF3;
    width: calc(100% - 15px);
}
.step2 .step_label{
    background:#FF9900;
    width: calc(100% - 15px);
}
.step3 .step_label{
    background:#F84784;
}
.step1 .step_label:after{
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 15px solid #467EF3;
    border-bottom: 20px solid transparent;
    position: absolute;
    right: 20px;
}
.step2 .step_label:after{
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 15px solid #FF9900;
    border-bottom: 20px solid transparent;
    position: absolute;
    right: 20px;
}
.step_text h3{
    text-align:center;
    font-size:34px;
    font-weight: bold;
}
.step1 .step_text h3{
    color:#467EF3;
}
.step2 .step_text h3{
    color:#FF9900;
}
.step3 .step_text h3{
    color:#F84784;
}
.seostep .col-sm-4{
	padding-left: 20px;
    padding-right: 20px;
    width: 33.3%;
	/*margin-right: 51px;*/
    border-left: 2px solid #D2D2D2;
    margin-bottom: 25px;
	position:relative;
}
.seostep .col-sm-4.step3{
    border-right: 2px solid #D2D2D2;
}
.step_img{
    min-height: 230px;
    position: relative;
}
.step_img img{
    width: fit-content;
    margin: 0 auto;
    display: block;
}

.seostep .col-sm-4.step3{
	margin-right:0;
}
.seostepbottom{
	margin-bottom:100px;
	/*border: 1px solid #333333;*/
    /*border-radius: 10px;*/
    padding: 15px 30px;
	/*overflow: auto;*/
    background:#FCF2C9;
    position: relative;
}
.keyword .panel-heading{
	font-weight: bold;
}

.keywordnewicon{
    background: #F84784;
    padding: 4px;
    border-radius: 4px;
    color: #fff;
    border: 2px solid #F84784;
    font-size: 14px;
}
.product2 .keyword, .product4 .keyword, .product8 .keyword{
	margin-bottom:50px;
}
.seostepbottom .lead{
	/*color:#e60000;*/
	font-weight: bold;
}
.seostepbottom .rightcont{
    padding-left: 65px;
}
.point_ribbon{
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 10px;
  margin: 0;
  padding: 10px 0 7px;
  z-index: 2;
  width: 76px;
  text-align: center;
  color: white;
  font-size: 17px;
  background: #FF9900;
  border-radius: 2px 0 0 0;
}
.point_ribbon:before {
  position: absolute;
  content: '';
  top: 0;
  right: -5px;
  border: none;
  border-bottom: solid 6px #A77222;
  border-right: solid 5px transparent;
}
.point_ribbon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 38px solid transparent;
  border-right: 38px solid transparent;
  border-top: 20px solid #FF9900;
}
.panel{
    background:#EEEEEE;
}
.keyword .panel{
    padding: 40px;
}
.keyword .panel-body{
    padding:0;
}
.panel-default>.panel-heading{
    background:#EEEEEE;
}
.panel-default>.panel-heading .badge img{
    width: 25px;
    height: 20px;
}
.panel-default>.panel-heading .badge.best{
    background:#FF9900;
}
.panel-default>.panel-heading .badge.worst{
    background:#9D9D9D;
}
.panel-default>.panel-heading .badge.average{
    background:#467EF3;
}
.request_last img{
    width: 17px;
    height: 17px;
    vertical-align: text-bottom;
    margin-right: 5px;
}
.keyword_graph_head{
    background: #fff;
    position: relative;
    text-align: center;
    padding: 10px 0;
}
.keywordtransition{
    font-size: 19px;
    font-weight: bold;
    display: block;
    text-align: center;
}
.keywordrank{
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 15px;
}
.request_first{
    margin-right:10px;
}
.request_last{
    color: #FF9900;
}
.subkeyword_button_wrap{
    width: calc(100%/3);
    border:1px solid #c4c4c4;
    border-right:none;
    display: block;
    float:left;
}
.subkeyword_button_wrap:last-of-type{
    border-right:1px solid #c4c4c4;
}
.subkeyword_button_wrap.active{
    border: 3px solid #467EF3;
    height:52px;
}
.tab_class {
    width:90%;
    height: 50px;
    line-height: 50px;
    text-align: left;
    order: -1;
    margin-bottom: 0;
    font-weight:normal;
}
.subkeyword_button_wrap.active .tab_class{
    height: 44px;
    line-height: 45px;
}

input[name="tab_name"] {
    margin-left:10px;
}
.subkeyword_button_wrap.active input[name="tab_name"]{
    margin-left: 7px;
}
input[name="tab_name"]:hover:before{
    content: "●";
    display: block;
    font-size: 20px;
    top: -8px;
    position: relative;
    color: #CEDEFF;
}

input[name="tab_name"]:checked:before{
    display:none;
}
input:checked + .tab_class {
  color:#467EF3;
}
.subkeyword {
    clear:both;
    margin-top: 40px;
}
.subkeyword.noactive{
    visibility:hidden;
    height:0;
    margin:0;
}
.subkeyword:first-of-type{
    visibility:visible!important;
}
.subkeyword.active{
    visibility:visible!important;
}
.product1 .keyword .col-sm-3, .product3 .keyword .col-sm-3, .product2 .keyword .col-sm-3, .product4 .keyword .col-sm-3, .product8 .keyword .col-sm-3, .seo2audience .col-sm-3, .seo2conversion .col-sm-3{
    width: 15%;
}
.product1 .keyword .col-sm-9, .product3 .keyword .col-sm-9, .product2 .keyword .col-sm-9, .product4 .keyword .col-sm-9, .product8 .keyword .col-sm-9, .seo2audience .col-sm-9, .seo2conversion .col-sm-9{
    padding: 0;
    width: 84%;
    float: right;
}
.keyword .row{
    margin:0;
}
.seocommenttitle{
    position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    padding: 15px;
    height: 55px;
    line-height: 25px;
    font-size: 18px;
    background: #467EF3;
    color: #ffffff;
    font-weight: bold;
    border-radius: 10px 10px 0px 0px;
}
.seocommenttitle .commentpc{
    width: 26px;
    height: 24px;
    display: inline;
    margin-right: 6px;
}
.analytics_audiense_select, .analytics_conversion_select{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.analytics_audiense_select_cont, .analytics_conversion_select_cont{
    background: #fff;
    border:1px solid #C4C4C4;
    width:calc(100%/5);
    height: 165px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 15px;
    border-left: none;
}
.analytics_audiense_select_cont:nth-child(n + 6){
    border-top:none;
}
.analytics_audiense_select_cont:first-child, .analytics_conversion_select_cont:first-child, .analytics_audiense_select_cont:nth-child(6){
    border-left:1px solid #C4C4C4;
}
.analytics_audiense_select_cont .current_select, .analytics_conversion_select_cont .current_select{
    display:none;
}
.analytics_audiense_select_cont.active, .analytics_conversion_select_cont.active{
    background: #467EF3;
    color:#fff;
    border:1px solid #C4C4C4;
    width:calc(100%/5);
    text-align: center;
    position: relative;
}

.analytics_audiense_select_cont.active .current_select, .analytics_conversion_select_cont.active .current_select{
    display:block;
    background: #fff;
    color: #467EF3;
    width: 50%;
    border-radius: 10px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.audience .col-sm-12, .audience_graph .panel-body, .conversion_graph .panel-body{
    padding:0;

    background: #fff;
}
#pageview.panel-body{
    background: #fff;
}
.audience .panel-heading, .pageview .panel-heading, .conversion .panel-heading{
	font-weight:bold;
}

.audience .panel-footer{
	border:none;
	background:none;
	padding-top: 0;
}
input[name="aa_tab_name"], input[name="ac_tab_name"]{
    display:none;
}
.audience_graph.noactive, .conversion_graph.noactive{
    visibility: hidden;
    height:0;
    min-height: 0;
}
.audience_graph:first-of-type, .conversion_graph:first-of-type{
    visibility: visible!important;
}
.audience_graph.active, .conversion_graph.active{
    visibility: visible!important;
}
.conversion_graph{
    padding-left:0;
    padding-right:0;
}
.aatitle, .ac_title{
    font-weight: normal;
}
.aatitle, .ac_title{
    font-size:15px;
}
.aa_num, .aa_unit, .ac_num, .ac_unit{
    color: #467EF3;
}
.analytics_audiense_select_cont.active .aa_num, .analytics_audiense_select_cont.active .aa_unit, .analytics_conversion_select_cont.active .ac_num, .analytics_conversion_select_cont.active .ac_unit{
    color:#fff;
}
.aa_num, .ac_num{
    font-size:40px;
}
.aa_unit, .ac_unit{
    font-size:20px;
}
.aa_tab_class_avgSessionDuration .aa_num{
    display: flex;
    align-items: center;
}
.attentionbox{
	background:#e60000;
	padding: 10px;
	overflow: auto;
	padding-top: 15px;
	margin-bottom:10px;
}
.attentionicon{
	background: #fff;
    width: 52px;
    height: 52px;
    color: #e60000;
    border-radius: 10px;
    font-weight: bold;
	float: left;
}
.attentionsentence{
	color:#fff;
	margin-left:15px;
    float: left;
    width: 87%;
}
.container.report .attentionsentence p.lineheight2{
	margin-bottom:0;
}
.contactsentence, .matome{
    width: 100%;
    margin: 0 auto;
}
.matome{
	clear: both;
    padding-top: 30px;
	margin-bottom:100px;
}
.contact h3{
	background: #f2f2f2;
    padding: 10px 10px;
    font-size: 18px;
    font-weight: bold;
}
.address{
	color:#337ab7;
}
.telicon{
	max-width:28px;
	width:100%;
}
.content_wrap .row{
    margin:0;
}
.contact{
    margin-top: 80px;
    border-top: 3px solid #333333;
    border-bottom: 3px solid #333333;
}
.contactcont p{
    margin:0;
    width:80%;
}
.contactcont p.bold{
    width:20%;
    text-align:center;
}
.container.report p.address {
    width: 80%;
    text-align: left;
}
.container.report p.lineheight15, .contactcont .leftcont p.address{
    width:100%;
}
.container.report p.address .phone_sales {
    display: block;
    font-size: 18px;
    margin-top: 15px;
    line-height: 1.2;
}
.firstcont, .secondcontt, .lastcont{
    display: flex;
    align-items: center;
    padding: 45px 0;
}
.firstcont, .secondcontt{
    border-bottom: 1px dashed #000000;
}
.content_wrap .row .keyword{
    margin-top:80px;
}
.seo2monthlyprev .col-sm-12.row.keyword{
    padding-left:0;
    padding-right:0;
}
.lastcont .rightcont{
	padding: 15px 0;
}
a.pagetop:hover{
	opacity:0.8;
}
.product2 .monthly .col-sm-6, .product4 .monthly .col-sm-6, .product6 .monthly .col-sm-6, .product8 .monthly .col-sm-6{
	float:none;
	width: 100%;
    padding:0;
}
.product2 .monthly .col-sm-6.col-monthlytable, .product4 .monthly .col-sm-6.col-monthlytable, .product6 .monthly .col-sm-6.col-monthlytable, .product8 .monthly .col-sm-6.col-monthlytable{
	padding:0;
}
.product2 .seo2monthlyprev .point2, .product4 .seo2monthlyprev .point2{
	overflow: auto;
	margin-top: 30px;
}
.product2 .seo2monthlyprev .point2 img, .product4 .seo2monthlyprev .point2 img{
	float: left;
	position: relative;
    top: 0;
}
.product2 .seo2monthlyprev .point2 p, .product4 .seo2monthlyprev .point2 p{
	margin-left: 10px;
    float: left;
	width: 85%;
}
.seo2audience .col-sm-3, .seo2conversion .col-sm-3, .seo2monthlyprev .col-sm-8{
	position:relative;
    padding-left: 0;
}

.container.report .keyword .btn-sm{
	margin-top:15px;
}
.monthly .col-sm-6 .col-sm-6 .btn-sm{
	float:right;
}
.monthly .col-sm-6 .col-sm-6 p{
	clear:both;
}
.monthlytable{
	clear:both;
}
.monthlytable .measurewrap{
	/*margin-bottom: 40px;*/
    margin-bottom: 16px;
    overflow: auto;
}
.bignumber{
	font-size: 23px;
}
.monthly .col-sm-6 .col-sm-6 p.measuretitle{
	width: 20%;
    text-align: center;
    padding: 49px 20px;
    background: #cccccc;
    margin: 0;
    float: left;
    clear: none;
	font-weight: bold;
	position: relative;
	color: #848484;
}
.monthly .col-sm-6 .col-sm-6 p.measuretitle:after{
	content: "▼";
    transform: rotate(-90deg);
    display: inline-block;
    position: absolute;
    right: -13px;
    color: #cccccc;

}
.monthly .col-sm-6 .col-sm-6 p.measurecont{
	width: 90%;
    text-align: left;
    padding: 40px;
    background: #f2f2f2;
    float: left;
    display: block;
    clear: none;
    line-height: 1.5;
	overflow: auto;
    height: 175px;
	margin-bottom:0;
	font-size: 17px;
    border-radius: 10px;
}
.monthly .col-sm-6 .col-sm-6 .monthlytable .measurewrap.currentcontent p.measuretitle{
	background:#ffcf6d;
	color:#333;
}
.monthly .col-sm-6 .col-sm-6 .monthlytable .measurewrap.currentcontent p.measuretitle:after{
	color:#ffcf6d;
}
.monthly .col-sm-6 .col-sm-6 .monthlytable .measurewrap.currentcontent p.measurecont{
	background:#ffefcb;
}
.monthly .col-sm-6 .col-sm-6 .monthlytable .measurewrap.finishcontent p.measuretitle{
	background:#a0d1ef;
	color:#333;
}
.monthly .col-sm-6 .col-sm-6 .monthlytable .measurewrap.finishcontent p.measuretitle:after{
	color:#a0d1ef;
}
.monthly .col-sm-6 .col-sm-6 .monthlytable .measurewrap.finishcontent p.measurecont{
	background:#e1f1ff;
}
.dropify-wrapper .dropify-preview .dropify-render img{
	width: auto;
}
.monthly .red.lineheight2{
	clear:both;
}
.container.report .keyword .col-sm-9 p, .container.report .seo2audience .col-sm-9 p, .container.report .seo2conversion .col-sm-9 p, .container.report .seo2monthlyprev .col-sm-8 p{
	line-height: 1.5;
    position: relative;
    border: 2px solid #467EF3;
    top: 0px;
    padding: 30px;
    width: 100%;
    border-radius: 0px 10px 10px 10px;
}
.seo2monthlyprev .col-sm-9 p{
    margin-bottom:0;
}
.container.report p.lineheight2.margin-riwrite{
	margin-bottom:40px;
}
.product2 .container.report p.lineheight2 small, .product4 .container.report p.lineheight2 small, .product8 .container.report p.lineheight2 small{
	font-size:17px;
}
.seo2monthlyprev .seo2monthlyprev_img{
    position: relative;
    top: 0;
    margin-top: 0;
    border: 1px solid #B2B2B2;
    text-align:center;
}
.seo2monthlyprev .seo2monthlyprev_img img#kakudai.img-thumbnail{
    width: auto;
    max-width: 25%;
    cursor: pointer;
}
.monthly_prev_label{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    color: #fff;
    padding: 7px 8px;
    background: #B2B2B2;
    font-weight: bold;
}
p#kakudaiwrap{
	position: relative;
    margin-bottom: 0;
}
button#kakudai{
	position: absolute;
    bottom: 14px;
    right: 0;
	background: none;
    border: none;
}
.product0 .reportbottomcont p, .product1 .reportbottomcont p, .product3 .reportbottomcont p{
    color: #4484F3;
}
.product2 .reportbottomcont p, .product4 .reportbottomcont p, .product6 .reportbottomcont p, .product8 .reportbottomcont p{
    color:#ECA909;
}
.container.report .col-sm-12.balance p{
    display: block;
    margin: 0 auto;
}
.container.report p.address a{
    text-decoration:underline;
}
.container.report p.address a:hover{
    text-decoration:none;
}
.rank{
    text-align:center;
    vertical-align:middle!important;
}
.rank1, .rank2, .rank3{
    font-weight: bold;
}
.rank1{
    color:#EBC400;
}
.rank2{
    color:#B2B2B2;
}
.rank3{
    color:#BE7910;
}
.rankimg img{
    max-width: 26px;
    max-height: 27px;
    height: 100%;
    margin: 0 auto;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #ebebeb;
}
.table-striped .text-right .text-muted{
    color:#D9820E;
}
.list-group-item{
    border:none;
    margin-bottom:40px;
}
/*.contact table{
	border: 1px solid #000;
}
.contact table tr{
    border-bottom: 1px solid #000;
}
.contact table tr.lasttr{
    border-bottom: none;
}
.contact table tr th{
    text-align: center;
    padding: 15px;
    font-size: 18px;
    color: #fff;
    background: #f5aa01;
}
.contact table tr td.firsttd{
	width: 100px;
    text-align: center;
    background: #ffe6a6;
    border-right: 1px solid #000;
}
.contact table tr td.lasttd{
	border-left: 1px solid #000;
}
.contact table tr td{
    padding: 15px;
}*/
/*PC*/
@media screen and (min-width:1200px){
	/*.pcnone{
		display:none;
	}
	.spnone{
		display:block;
	}*/
	.reportheader{
		height: 100vh;
	}
	.reportheadercontainer{
		position: absolute;
		top:50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
        max-width:100%;
        padding-right: 200px;
		padding-left: 200px;
	}
	.clientdomain{
		width:100%;
		margin-right: auto;
		margin-left: auto;
	}
	.reportbottomcont{
		text-align: left;
	}
    .reportbottomcont p{
        display: inline-block;
        margin-bottom: 0;
        background: #fff;
        font-size: 20px;
        padding: 24px 40px;
        border-radius: 40px;
    }
	/*.leftcont, .rightcont{
		float:left;
	}*/
	.row.seostep{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.seostepbottom .lead{
		font-size: 36px;
		margin-bottom: 10px;
	}

	.container.report .attentionsentence p.lineheight2{
		position: relative;
		top: -3px;
	}
	.pcnone.splinesentence3{
		display:inline-block;
		margin-top: 5px;
		height: auto;
	}
}
/*pc(max-width:1199px)*/
@media screen and (max-width:1199px){
	.attentionbox{
		overflow:hidden;
	}
}
/*pc(min-width:992px) and (max-width:1199px)*/
@media screen and (min-width:961px) and (max-width:1199px){
	/*.pcnone{
		display:none;
	}
	.spnone{
		display:block;
	}*/
	/*.reportheader{
		max-width:1600px;
		max-height:465px;
		height:465px;
	}
	.reportheadercontainer{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}*/
	.clientdomain{
		width:100%;
		max-width:970px;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}
	.row.seostep{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.seostep .col-sm-4 {
		padding-left: 0;
		padding-right: 0;
		width: 30%;
		margin-right: 47px;
		height: auto;
		margin-bottom: 25px;
		position: relative;
	}
	.seostep .col-sm-4.step1 p:after, .seostep .col-sm-4.step2 p:after {
		content: "";
		display: inline-block;
		width: 16px;
		height: 24px;
		top: 40%;
		right: -35px;
	}
	.reportbottomcont{
		text-align: right;
	}
	.leftcont, .rightcont{
		float:none;
	}
	.rightcont{
		margin-left: 25px;
	}
	.seostepbottom .lead{
		font-size: 36px;
		margin-bottom: 10px;
	}
	.seostepbottom .leftcont{
		width:131px;
		margin:0 auto;
	}
    .seostepbottom{
        padding-left:20px;
        padding-right:20px;
    }
	.seostepbottom .rightcont{
		padding-top: 15px;
		margin-left: 0;
		text-align: left;
	}
	.container.report .attentionsentence p.lineheight2{
		position: relative;
		top: -3px;
	}
	.attentionicon {
		float: none;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.attentionsentence{
		float:none;
		width: 100%;
	}
	.container.report p.lineheight2.contactsentence, .container.report p.lineheight2.matome{
		padding:0 15px;
	}
	.pcnone.splinesentence3{
		display:block;
		margin-top: 5px;
		height: auto;
	}
	.contact .secondcont .leftcont {
		float: left;
		width: 71%!important;
		margin-right: 41px!important;
	}
}
@media screen and (min-width:992px){
	.pcnone{
		display:none;
	}
	.spnone{
		display:block;
	}
	.commentpc{
		display:block;
	}
	.commentsp{
		display:none;
	}
	.reporttitle h2{
		font-size:39px;
		font-weight:bold;
		margin-top: 10px;
	}
	.reporttitle p{
		font-size:24px;
		font-weight:bold;
	}
	.reportbottomcont p{
		font-size:19px;
	}
	.reportbottomcont button{
		font-size: 14px;
		background:#ffff3c!important;
	}
	.reportbottomcont button:hover{
		background:#ffffb4!important;
		text-decoration: underline;
	}
	.container.report p.lineheight2{
		font-size:18px;
	}
	.container.report p.lineheight2.contactsentence{
		margin-bottom: 10px;
	}
	.container.report h2{
		font-size:30px;
	}
	.container.report .seostepbottom p.lead {
		font-size: 30px;
	}
	.keyword .panel-heading{
		font-size:16px;
	}
	/*.product2 .keyword .col-sm-3, .product4 .keyword .col-sm-3{
		width: 28.2%;
	}*/
	/*.product2 .keyword .col-sm-9, .product4 .keyword .col-sm-9{
		width: 71%;
	}*/
	.audience .panel-heading, .pageview .panel-heading, .conversion .panel-heading{
		font-size:16px;
	}
	.audience .panel-footer small{
		font-size:14px;
	}
	/*.seo2audience .col-sm-3, .seo2conversion .col-sm-3{
		width:100%;
	}*/
	/*.seo2audience .col-sm-3 img, .seo2conversion .col-sm-3 img, .seo2monthlyprev img{
		width:auto;
	}*/
	.container.report .attentionicon p{
		font-size: 51px;
	}
	.attentionbox{
		padding-left: 15px;
	}
	.container.report .attentionsentence p.lineheight2{
		font-size:21px;
		line-height:1.4;
	}
	.container.report p.address{
		font-size: 24px;
	}
	.address.tel a{
		margin-left:10px;
	}
	.contact .secondcont h3{
		margin-top: 30px;
	}
	.contact .secondcont .leftcont{
		float: left;
		width: 80%;
		margin-right: 20px;
	}
	.contact .secondcont .rightcont{
		margin:0;
	}
	.contact .secondcont .leftcont p.address{
		margin-bottom: 5px;
	}
	.container.report .contact .secondcont .leftcont p.lineheight15{
		margin-top: 10px;
		font-size: 16px;
	}
	.pagetop{
		max-width: 98px;
		width: 100%;
		position: fixed;
		bottom: 0;
		right: 0;
        z-index: 9999;
	}
}
/*tablet*/
@media screen and (min-width:461px) and (max-width:991px){
	.pcnone{
		display:none;
	}
	.spnone{
		display:block;
	}
	.commentpc{
		display:block;
	}
	.commentsp{
		display:none;
	}
	#line_qrcode{
		display:none;
	}
	.pcnone.splinesentence3{
		display:block;
	}
	#tabletnone{
		display:none;
	}
	.clientdomain{
		width:100%;
		max-width:970px;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}
	.reportclientname{
		font-size:24px;
	}
	.reporttitle h2{
		font-weight:bold;
	}
	.reporttitle p{
		font-size:18px;
	}
	.reportbottomcont {
		clear: both;
		text-align: right;
	}
	.reportbottomcont button{
		background:#ffff3c!important;
	}
	.reportbottomcont button:hover{
		background:#ffffb4!important;
		text-decoration: underline;
	}
	.seostepbottom img{
		width:auto;
	}
	.row.seostep{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.seostep .col-sm-4 {
		width: 31%;
		margin-right: 25px;
		height: auto;
	}
	.seostep .col-sm-4.step1 p:after, .seostep .col-sm-4.step2 p:after{
		top: 40%;
		right: -22px;
	}
	.seostepbottom {
		padding-top:18px;
	}
	.seostepbottom .leftcont{
		float:left;
		width: auto;
	}
	.seostepbottom .rightcont{
		float: none;
        width: 100%;
        margin-left: 10px;
	}
	.seostepbottom .rightcont p{
		line-height:1.3;
	}
	.seostepbottom .rightcont p.lead{
		font-size: 26px;
		margin-bottom: 10px;
	}
	.conclusion .col-sm-7, .conclusion .col-sm-5{
		width:50%;
	}
	.attentionicon {
		width: 45px;
		height: 45px;
		font-size: 45px;
		float: none;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.attentionicon p{
		margin-bottom:0;
	}
	.container.report .attentionicon p{
		font-size:45px;
	}
	.attentionsentence {
		width: 85%;
		position: relative;
		top: -4px;
	}
	.attentionsentence .spnone{
		display:none;
	}
	.container.report p.lineheight15{
		font-size:17px;
	}
    .container.report p.address .phone_sales {
        font-size: 17px;
    }
	.pcnone.splinesentence3 {
		margin-top: 5px;
		height: auto;
	}
	.contactsentence, .matome {
		padding: 0 15px;
	}
	.matome{
		padding-top:20px;
	}
	.pagetop{
		max-width: 139px;
		width: 100%;
		display: block;
		position: fixed;
		bottom: 0;
		right: 0;
        z-index: 9999;
	}
	.product2 .keyword .col-sm-3, .product4 .keyword .col-sm-3, .product8 .keyword .col-sm-3{
		width: 28.2%;
		float: left;
	}
	.product2 .keyword .col-sm-9, .product4 .keyword .col-sm-9, .product8 .keyword .col-sm-9{
		width: 71%;
	}
	.seo2audience .col-sm-3, .seo2conversion .col-sm-3{
		width:15%;
	}
	.seo2audience .col-sm-3 img, .seo2conversion .col-sm-3 img, .seo2monthlyprev img {
		width:100%;
	}
	.monthly .col-sm-6 .col-sm-6 p.measuretitle{
		width:30%;
	}
	.monthly .col-sm-6 .col-sm-6 p.measuretitle:after{
		left: 210px;
	}
	.monthly .col-sm-6 .col-sm-6 p.measurecont{
		width:90%;
	}
}
/*sp*/
@media screen and (max-width:460px){
	.commentpc{
		display:none;
	}
	.commentsp{
		display:block;
	}
	.reportclientname{
		font-size: 18px;
		text-align: center;
		margin-top: 20px;
	}
	.product0 .reportheader, .product1 .reportheader , .product3 .reportheader{
		background: linear-gradient(155deg, #467EF3 0%, #28D0EB 100%);
	}
	.product2 .reportheader, .product4 .reportheader, .product6 .reportheader, .product8 .reportheader {
		background: linear-gradient(155deg, #FFAA00 0%, #F2D14E 100%);
	}
	.pcnone{
		display:block;
		height: 6px;
	}
	.spnone{
		display:none;
	}
	.reporttitle h2{
		font-size: 30px;
	}
	h2 {
		font-size: 20px;
		font-weight: bold;
	}
	/*.container.report h2{
		margin-top:50px;
		margin-bottom: 20px;
	}*/
	.reportseoicon {
		float: none;
		width: 103px;
		margin: 0 auto;
	}
	.reporttitle{
		float:none;
		margin-left:0;
		text-align: center;
	}
	.reporttitle p{
		margin-bottom:0;
	}
	.reportbottomcont{
		text-align:right;
	}
	.reportbottomcont button{
		background:#ffff3c!important;
	}
	.reportbottomcont button:hover{
		background:#ffffb4!important;
		text-decoration: underline;
	}
	.clientdomain{
		padding-right: 15px;
		padding-left: 15px;
		font-size: 16px;
	}
	.container.report p{
		font-size:16px;
	}
	.container.report p.lineheight2 {
		line-height: 1.8;
	}
	.seostep .col-sm-4{
		width:100%;
		height:auto;
		margin:0 auto;
		margin-right:0;
		margin-bottom:0px;
	}
	.seostep .col-sm-4.step1 p:after, .seostep .col-sm-4.step2 p:after{
		position: relative;
		top: 0;
		right: 0;
		margin: 0 auto;
		margin-top: 10px;
		display: block;
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
	}
	.seostepbottom{
		padding:15px;
		margin-top: 20px;
		margin-bottom: 0;
	}
	.seostepbottom .leftcont{
		float:left;
		width: 32%;
	}
	.seostepbottom .rightcont{
		float: left;
		width: 65%;
		margin-left: 10px;
	}
	.seostepbottom .rightcont p{
		line-height:1.3;
	}
	.seostepbottom .rightcont p.lead{
		font-size:20px;
	}
	.seostepbottom .lead{
		margin-bottom: 10px;
		line-height: 1;
	}
	.keyword .pull-right {
		float: none!important;
		display: block;
		margin-top: 10px;
	}
	.attentionicon{
		width: 50px;
		height: 50px;
		font-size: 39px;
	}
	.container.report .attentionsentence p.lineheight2{
		margin-bottom: 0;
		line-height: 1.7;
		position: relative;
		top: -2px;
	}
	.attentionbox{
		margin: 20px 0;
	}
	.container.report .attentionicon p{
		font-size: 50px;
	}
	.attentionsentence {
		width: 86%;
		margin-left: 0;
	}
	.balance{
		margin-top: 20px;
	}
	.pcnone.splinesentence3{
		margin-top: 5px;
		height: auto;
	}
	.telicon {
		max-width: 20px;
	}
	.address.tel a {
		margin-left: 5px;
	}
	.contactsentence, .matome {
		padding: 0 15px;
	}
	footer{
		margin-bottom:100px;
	}
	.pagetop{
		max-width: 50px;
		width: 100%;
		display: block;
		position: fixed;
		bottom: 10px;
		right: 10px;
	}
	.pagetop img{
		width:50px;
		height:50px;
	}
	.product2 .seo2monthlyprev .point2 img, .product4 .seo2monthlyprev .point2 img{
		width: auto;
		top: 11px;
	}
	.product2 .seo2monthlyprev .point2 p, .product4 .seo2monthlyprev .point2 p{
		width:80%;
	}
	.monthly .col-sm-6 .col-sm-6 p.measuretitle, .monthly .col-sm-6 .col-sm-6 p.measurecont{
		width:100%;
		float:none;
		padding: 15px 20px;
	}
	.monthly .col-sm-6 .col-sm-6 .monthlytable .measurewrap p.measuretitle:after{
		display: block;
		top: 90%;
		transform: rotate(0deg);
		left: 0;
	}
	.monthly .col-sm-6 .col-sm-6 p.measurecont{
		padding:10px;
		font-size: 15px;
	}
	.seo2audience .col-sm-3 .btn-sm, .seo2conversion .col-sm-3 .btn-sm, .seo2monthlyprev .btn-sm {
		position: absolute;
		top: 60px;
		margin-left: 0;
		right: 15px;
	}
}
/*sp (max-width:430px)*/
@media screen and (max-width:430px){
	.seostepbottom .leftcont {
		float: none;
		width: 131px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.seostepbottom .rightcont {
		float: none;
		width: 100%;
		margin-left: 0;
	}
	.seostepbottom .lead{
		text-align:center;
	}
	.attentionicon {
		width: 50px;
		height: 50px;
		float: none;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.attentionsentence {
		width: 100%;
	}
}
/*20200727*/

.monthlytable {
    background: #fff;
    padding: 70px 0;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 40px;
    border: 3px solid #D9D9D9;
    border-radius: 30px;
}
.container.report .monthlytabletitle{
    text-align: center;
}
.container.report .monthlytabletitle h2{
	background: no-repeat;
    border: none;
	margin-bottom:0;
	font-weight: bold;
	font-size: 33px;
	margin-top:0;
	padding-top: 0;
    display: block;
}

.container.report .monthlytabletitle p{
	margin-bottom: 50px;
	line-height: 1.8;
}
.monthly .col-sm-6 .col-sm-6 p.measurecont{
	float:none;
	margin:0 auto;
	background: #d6d6d6;
}
.monthly .col-sm-6 .col-sm-6 .monthlytable .measurewrap.finishcontent p.measurecont{
	background: #DDE6F9;
}
.monthly .col-sm-6 .col-sm-6 .monthlytable .measurewrap.currentcontent p.measurecont{
	border: 5px solid #ffc661;
}
.blueback {
    background: #DDE6F9;
}
.measurecont_no{
    font-size: 27px;
    font-weight: bold;
    background: #A4A4A4;
    color: #fff;
    width: 92px;
    height: 92px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    float: left;
    margin-right: 27px;
}
.monthly .col-sm-6 .col-sm-6 .monthlytable .measurewrap.finishcontent p.measurecont .measurecont_no{
    background: #467EF3;
}
.monthly .col-sm-6 .col-sm-6 .monthlytable .measurewrap.currentcontent p.measurecont .measurecont_no{
    background: #FF9900;
}
.measurecont_content{
    width: calc(100% - 119px);
    display: inline-block;
}
.monthly .measurewrap .monthly_arrow{
    content:"";
    display:block;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #E6E6E6;
    margin: 0 auto;
    margin-top: 16px;
}
.monthly .measurewrap.finishcontent .monthly_arrow{
    border-top: 30px solid #DDE6F9;
}

@media screen and (max-width:460px){
	.monthlytable {
		padding: 35px 15px;
	}
	.container.report .monthlytabletitle h2{
		font-size: 24px;
	}
	.container.report .monthlytabletitle p{
		margin-bottom:30px;
	}
	.monthlytable .measurewrap{
		margin-bottom:20px;
	}
	.monthlytable .measurewrap:last-child{
		margin-bottom:0;
	}
}
.seoTrivia{
    background: #E6E6E6;
    border-radius: 30px;
    padding: 80px;
}
.seoTrivia h3{
    color: #467EF3;
    margin:0;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: bold;
}
.seoTrivia h3 img{
    width: 69px;
    height: 51px;
}
.seoTriviadescription{
    border-top:none;
}
.seoTriviadescription span.bold{
    padding: 5px 10px;
    display: flex;
    align-items: center;
}
.seoTriviaicon.glyphicon.glyphicon-ok{
    background: #333333;
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    display: block;
    padding-top: 2px;
    margin-right: 10px;
    border-radius: 4px;
}
.seoTriviadescription span.description{
    padding: 10px;
    display: block;
    margin: 0 0 20px 0;
    font-size: 17px;
    line-height: 1.5;
}
.seoTriviadescription_img, .meta_keywords_ex_title{
    padding: 0 10px;
}
h3.changedate{
    text-align: center;
    background-color: #e6e6e6;
    padding: 16px;
    font-size: 17px
}
.changehistory .dl-horizontal{
    padding: 25px 10px;
    box-sizing: border-box;
    border-top: 2px solid #333333;
    border-bottom: 2px solid #333333;
    padding-bottom: 0;
}
.changehistory .change_dl_header{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-align:center;
    border:none;
    padding: 10px;
}
.changehistory .changelist{
    border-bottom: 1px dashed #000000;
    margin-bottom: 25px;
    overflow: auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-bottom: 25px;
}
.site_prev, .site_current{
    font-size:24px;
    font-weight:bold;
}
.site_current{
    color:#FF9900;
}
.changehistory .changelist dt{
    font-weight:bold;
    padding: 5px 10px;
    display: block;
    box-sizing: border-box;
    color: #333333;
    font-size: 16px;
    line-height: 1.8;
}
.changehistory .changelist dd{
    font-size: 16px;
    line-height: 1.8;
    margin-bottom:0!important;
}
.changehistory .changelist:last-child{
    margin-bottom:0;
    border: none;
}
.changehistory .changelist dd:last-child{
    color:#FF9900;
}
.changehistory .dl-horizontal .changelist:last-child  dd:last-child{
    margin-bottom:0!important;
}
.container.report .seoTriviadescription p.lineheight2{
    border-bottom:1px solid #B4B4B4;
    padding-bottom: 40px;
}
.container.report .seoTriviadescription p.lineheight2:first-child{
    border-top:1px solid #B4B4B4;
    border-bottom:none;
    padding-top: 40px;
    padding-bottom: 0;
}
.container.report .seoTriviadescription p.lineheight2:last-child{
    margin-top: 40px;
}
@media (min-width: 768px){
    .changehistory .dl-horizontal dt{
        width: 100%;
        text-align: center;
    }
    .changehistory .dl-horizontal dd{
        width: 39%;
        margin-left: 0;
    }

}
@media screen and (max-width:460px){
    .seoTriviadescription span.description{
        font-size: 15px;
    }
    .changehistory .changelist dt{
        margin-bottom: 15px;
    }
    .changehistory .changelist dd strong{
    display:block;
    }
}
/*newdesign*/
/*min-width:1366px*/
@media screen and (min-width:1366px){
    .range_container{
        padding-bottom: 40px;
    }
    .seoTrivia{
        margin-top:50px;
    }
    .seoTriviadescription span.description, .measurecont_content{
        line-height:1.8;
    }
    .container.report .keyword .col-sm-9 p, .container.report .seo2audience .col-sm-9 p, .container.report .seo2conversion .col-sm-9 p, .container.report .seo2monthlyprev .col-sm-8 p{
        line-height:1.8;
    }
    .changehistory .dl-horizontal dt{
        width: 110px;
    }
    #sp_nav_button, .change_sp_title{
        display:none;
    }
    ul.navlist {
        margin-bottom: 24px;
    }
    ul.navlist li.active, ul.navlist li:hover, ul.navlist li{
        padding: 18px 24px;
    }
    ul.navlist li{
        margin:0;
    }
    ul.navlist li a{
        padding:0;
    }
    .container.report p.clientdomain{
        margin-bottom:30px;
    }
    .container.report p.reportclientname{
        font-size:30px;
        padding-bottom: 24px;
        border-bottom: 3px solid #fff;
        margin-bottom: 40px;
    }
    .container.report h2{
        padding-bottom:24px;
    }
    .product1 .keyword .col-sm-3, .product3 .keyword .col-sm-3, .product2 .keyword .col-sm-3, .product4 .keyword .col-sm-3, .seo2audience .col-sm-3, .seo2conversion .col-sm-3 {
        width: 16%;
    }
    .product2 .keyword .col-sm-9, .product4 .keyword .col-sm-9, .seo2audience .col-sm-9, .seo2conversion .col-sm-9{
        /*width: 84%;*/
    }
    .product1 .keyword .col-sm-3, .product3 .keyword .col-sm-3, .product2 .keyword .col-sm-3, .product4 .keyword .col-sm-3, .seo2audience .col-sm-3, .seo2conversion .col-sm-3{
        max-width: 137px;
        padding-left: 0;
    }
    .row.seostep{
        margin-top:80px;
    }
    .step_label{
        height: 48px;
        line-height: 48px;
    }
    .step1 .step_label:after, .step2 .step_label:after{
        border-top: 24px solid transparent;
        border-bottom: 24px solid transparent;
    }
    .step_img img {
        height: 134px;
        object-fit: contain;
    }
    .step_img {
        min-height: 134px;
        margin-bottom: 24px;
    }
    .container.report .step_text p.lineheight2, .container.report .step_text p{
        line-height: 1.8;
        font-size: 16px;
    }
    .seostepbottom {
        margin-bottom: 0; 
        padding: 56px 15px 40px 15px;
        margin-top: 56px;
    }
    .conclusion .seostepbottom {
        padding: 56px 40px 40px 40px;
    }
    .conclusion .seostepbottom .rightcont {
        padding-left: 0;
    }
    .point_ribbon{
        top: -16px;
        left: 21px;
    }
    .point_ribbon:before {
        right: -15px;
        border-bottom: solid 16px #A77222;
        border-right: solid 16px transparent;
    }
    .container.report .seostepbottom p.lead {
        font-size: 40px;
        margin-bottom: 16px;
    }
    .product2 .keyword, .product4 .keyword, .product8 .keyword {
        margin-bottom: 80px;
    }
    .subkeyword_button_wrap{
        margin-bottom:0!important;
    }
    .seo2monthlyprev .col-sm-12.row.keyword{
        margin-bottom:40px!important;
    }
    .keyword .panel-heading {
        font-size: 22px;
        padding-left: 0;
        padding-right: 0;
        border: none;
        margin-bottom: 8px;
    }
    .keyword_name.subkeyword_name{
    }
    .panel-default>.panel-heading .badge{
        padding: 8px 10px;
        border-radius: 20px;
    }
    .panel-default>.panel-heading .badge img{
        margin-right: 3px;
    }
    .g_rank_no{
        font-size:18px;
    }
    .keyword_graph_head{
        padding: 32px 0 10px 0;
    }
    .audience_graph .panel-body, .keyword .panel-body, .conversion_graph .panel-body{
        padding: 0 10px 10px 10px;
        background: #fff;
    }
    .conversion_graph .panel-body{
        padding: 10px;
    }
    h3.subkeywordh3, h3.audienceh3{
        font-size:18px;
        margin-bottom:16px;
    }
    .tab_class{
        font-size:15px;
        position: relative;
        padding-left: 45px;
        padding-top: 32px;
        padding-bottom: 32px;
        width: 100%;
        height: auto;
        line-height: 1;
    }
    .subkeyword_button_wrap.active{
        height: auto;
    }
    .subkeyword_button_wrap.active .tab_class {
        height: auto;
        line-height: 1;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 43px;
    }
    .tab_class:before{
        content:'';
        width: 25px;
        height: 25px;
        position: absolute;
        top: 26px;
        left: 10px;
        background-color: #fff;
        border-radius: 50%;
        border: 2px solid #888888;
    }
    .subkeyword_button_wrap.active .tab_class:before{
        top: 24px;
        left: 8px;
    }
    input[name="tab_name"] {
        display: none;
    }
    .subkeyword_button_wrap:hover input[name="tab_name"] + label:after{
        content: '';
        width: 15px;
        height: 15px;
        position: absolute;
        top: 31px;
        left: 15px;
        background-color: #CEDEFF;
        border-radius: 50%;
    }
    .subkeyword_button_wrap input[name="tab_name"]:checked + label:after {
        content: '';
        width: 15px;
        height: 15px;
        position: absolute;
        top: 29px;
        left: 13px;
        background-color: #467EF3;
        border-radius: 50%;
    }
    .product2 .subkeyword.noactive, .product4 .subkeyword.noactive, .product8 .subkeyword.noactive{
        margin:0;
    }
    .analytics_audiense_select_cont, .analytics_conversion_select_cont{
        padding:0;
    }
    .analytics_audiense_select_cont:hover, .analytics_conversion_select_cont:hover{
        background:#CEDEFF;
    }
    .analytics_audiense_select_cont.active:hover, .analytics_conversion_select_cont.active:hover{
        background: #467EF3;
    }
    .analytics_audiense_select_cont label, .analytics_conversion_select_cont label{
        margin: 0;
        height: 100%;
        padding: 28px 15px 0 15px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .aa_status{
        display: flex;
        align-items: center;
        position: relative;
        top: -20px;
    }
    .analytics_audiense_select_cont.active .current_select, .analytics_conversion_select_cont.active .current_select {
        width: 30%;
        font-size: 13px;
        padding: 0 3px;
    }
    .aatitle, .ac_title {
        display: flex;
        align-items: center;
    }
    .aa_tab_class_newUsers .aatitle{
        width: 100%;
        justify-content: center;
    }
    .aa_unit, .ac_unit {
        position: relative;
        top: 8px;
    }
    .analytics_audiense_select_cont label.aa_tab_class_visitors, .analytics_audiense_select_cont label.aa_tab_class_attractingcustomers{
        padding-top:0;
        width:100%;
    }
    .analytics_conversion_select_cont label.ac_tab_class{
        width: 100%;
    }
    .analytics_conversion_select_cont label.ac_tab_class span.ac_title{
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .container.report .conclusion .col-sm-12{
        padding:0;
    }
    .container.report .col-sm-12.balance p{
        margin-top:56px;
    }
    .container.report .conclusion .seostepbottom p.lineheight2{
        font-size:20px;
    }
    .container.report p.lineheight2.margin-riwrite{
        margin-bottom:80px;
    }
    .analytics_audiense_select_cont .current_select_sp, .analytics_conversion_select_cont .current_select_sp{
        display: none;
    }
    .monthly_prev_label{
        display:block;
    }
    .monthly_prev_label_sp{
        display:none;
    }
    .keyword .panel {
        padding: 32px;
        border: none;
    }
    .keyword_graph_wrap{
        border: 1px solid #ddd;
    }
    .step_text h3{
        font-size:30px;
    }
    .contactcont p.bold {
        margin-right: 40px;
    }
    .container.report p.address {
        margin-right: 0;
    }
    .contactcont .lastcont .leftcont{
        width: 80%;
    }
    .container.report .lastcont .leftcont p.address{
        width:100%;
    }
    .container.report .leftcont p.lineheight15{
        line-height: 1.8;
    }
}
/*max-width:1365px*/
@media screen and (max-width:1365px){
    .container.report .step_text p{
        line-height: 1.8;
    }
    .seo2monthlyprev .col-sm-12.row.keyword:after{
        clear:both;
        margin-bottom: 24px;
    }
    ul.navlist li.active .nav_arrow{
        display:none!important;
    }
    .nav_container{
        display:none;
        width:100%;
        z-index: 3;
    }
    .nav_container ul.navlist{
        padding-top: 70px;
        display: flex;
        flex-wrap: wrap;
    }
    ul.navlist li{
        margin:0;
        width: 50%;
        display: flex;
        align-items: center;
        padding: 20px;
        border-top: none;
        border-bottom: 1px solid #717C94;
    }
    ul.navlist li:first-child, ul.navlist li:nth-child(2){
        border-top: 1px solid #717C94;
    }
    ul.navlist li:nth-child(odd){
        border-right:1px solid #717C94;
    }
    ul.navlist li.active {
        margin: 0;
        padding: 20px;
    }
    ul.navlist li a{
        padding:0;
    }
    .reportcontainer{
        max-width:100%;
        float:none;
    }

    /*sp_nav_button*/
    #sp_nav_button{
        position: fixed;
        width: 55px;
        height: 55px;
        border-radius: 4px;
        background: #445373;
        right: 10px;
        top: 10px;
        z-index: 4;
    }
    #sp_nav_button_icon{
        display: block;
        position: absolute;
        top: 35%;
        left: 35%;
        width: 30px;
        height: 2px;
        margin: -1px 0 0 -7px;
        background: #FFF;
        transition: .2s;
    }
    #sp_nav_button_icon:before, #sp_nav_button_icon:after{
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 30px;
        height: 2px;
        background: #FFF;
        transition: .3s;
    }
    #sp_nav_button_icon:before{
        margin-top: -6px;
    }
    #sp_nav_button_icon:after{
        margin-top: 4px;
    }
    #sp_nav_button .close{
        background: transparent;
    }
    #sp_nav_button .close:before, #sp_nav_button .close:after{
        margin-top: 0;
    }
    #sp_nav_button .close{
        opacity:1;
    }
    #sp_nav_button .close:before{
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    #sp_nav_button .close:after{
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }
    .sp_nav_button_text{
        position: absolute;
        bottom: 8px;
        left: 29%;
        color: #fff;
        font-size: 11px;
    }
    
    .clientdomain{
        text-align:left;
        padding:0;
    }
    .reporttitle{
        margin:0;
    }
    .report_contents{
        padding:15px 0;
    }
    .reportbottomcont{
        text-align:center;
    }
    .reportbottomcont p {
        display: inline-block;
        margin-bottom: 0;
        background: #fff;
        font-size: 20px;
        padding: 20px;
        border-radius: 40px;
    }
    .reportheadercontainer{
        width: 80%;
        padding:0;
    }
    .container.report p.clientdomain{
        margin-bottom: 60px;
    }
    .container.report p.reportclientname{
        font-size:18px;
        margin-bottom: 30px;
        padding-bottom: 20px;
        border-bottom: 2px solid #fff;
    }
    .reporttitlecont{
        width: 90%;
        margin: 0 auto;
        padding: 0;
        margin-bottom: 30px;
    }
    .container.report .reportbottomcont p{
        font-size: 13px;
    }
    .container.report h2{
        margin:0;
        padding-bottom: 0;
        margin-bottom: 30px;
        display: block;
        border-bottom:none;
        text-align: center;
    }
    h2 .heading_no{
        font-size: 48px;
        display: block;
        margin-bottom: 15px;
        margin-right: 0;
    }
    .content_wrap {
        padding: 40px 0;
        width: 90%;
    }
    .row.seostep{
        padding: 0;
        margin-top: 30px;
    }
    .row.seostep, .seostep .col-sm-4{
        padding:0;
        display: block;
    }
    .seostep .col-sm-4{
        border:none;
        padding: 0;
        clear: both;
        width: 100%;
        margin-right: 0;
    }
    .seostep .col-sm-4.step3 {
        border-right: none;
    }
    .step1 .step_label:after, .step2 .step_label:after{
        right: 0px;
    }
    .step_img{
        max-width:95px;
        min-height: unset;
        display: inline-block;
        float: left;
    }
    .step_img img{
        width:100%;
    }
    .step_text{
        display: inline-block;
        width: calc(100% - 110px);
        float: right;
        margin-bottom: 25px;
    }
    .step_text h3 {
        text-align: left;
        font-size: 17px;
        margin-top: 0;
    }
    .keywordrank{
            position: relative;
    }
    .changehistory .change_dl_header{
        display:none;
    }
    .changehistory .changelist{
        display: block;
    }
    .changehistory .changelist dt{
        text-align:center;
    }
    .changehistory .changelist dd{
        width: 68%;
        position: relative;
        left: 25%;
        margin-right: 0;
        margin-bottom: 1em!important;
    }
    .change_sp_title{
        display: block;
        width: 27%;
        position: absolute;
        left: -36%;
    }
    .seoTrivia {
        padding: 40px 15px;
    }
    .seoTrivia h3{
        display: block;
        text-align: center;
        padding-bottom: 25px;
    }
    .seoTrivia h3 img {
        display: block;
        margin: 0 auto;
        margin-bottom: 8px;
    }
    .monthlytable{
        width:100%;
    }
    .measurecont_no{
        font-size: 14px;
        width: 40px;
        height: 40px;
        margin-right: 8px;
    }
    .measurecont_content{
        width: calc(100% - 48px);
    }
    .analytics_audiense_select_cont.active .current_select, .analytics_conversion_select_cont.active .current_select{
        display: none;
    }
    .analytics_audiense_select_cont .current_select_sp, .analytics_conversion_select_cont .current_select_sp{
        display: none;
    }
    .analytics_audiense_select_cont.active .current_select_sp, .analytics_conversion_select_cont.active .current_select_sp{
        display: flex;
        width: 25px;
        border-radius: 50%;
        position: absolute;
        bottom: 10px;
        right: 10px;
        height: 25px;
        border: 1px solid #fff;
        justify-content: center;
        align-items: center;
    }
    .analytics_audiense_select_cont .current_select_sp .glyphicon, .analytics_conversion_select_cont .current_select_sp .glyphicon{
        top:0;
    }
    .monthly_prev_label{
        display:none;
    }
    .monthly_prev_label_sp{
        display:block;
        background: #B2B2B2;
        color: #fff;
        text-align: center;
        padding: 8px 0;
        margin-top: 24px;
        font-weight: bold;
        clear: both;
    }
    .seo2monthlyprev .seo2monthlyprev_img img#kakudai.img-thumbnail {
        display: block!important;
        max-width: 100%;
        margin: 0 auto;
    }
    .product2 .container.report p.lineheight2 small, .product4 .container.report p.lineheight2 small, .product8 .container.report p.lineheight2 small{
        font-size: 15px;
    }
    .analytics_conversion_select_cont:nth-child(n+3){
        border-top:none;
        border-left:1px solid #C4C4C4;
    }
    .keyword .panel-heading {
        padding-left: 0;
        padding-right: 0;
    }
}
/*min-width:768px*/
@media screen and (min-width:768px){
    .mainvisual_pc{
        display:block;
    }
    .mainvisual_sp{
        display:none;
    }
}
@media screen and (min-width:768px) and (max-width:1023px){
    .pagetop{
        max-width:80px;
        z-index: 9999;
    }
    .pagetop img {
        height: 100%;
        width: 100%;
    }
    .rank{
        display: block;
        border: none!important;
        width: 42px;
    }
}
/*max-width:767px*/
@media screen and (max-width:767px){
    .container.report p{
        font-size: 15px;
    }
    .mainvisual_pc{
        display:none;
    }
    .mainvisual_sp{
        display:block;
    }
    .reportheader{
        height: 100%;
        padding-bottom:40px;
    }
    .reportheadercontainer{
        width: 80%;
        padding:0;
    }
    .container.report p.clientdomain{
        margin-bottom: 60px;
    }
    .container.report p.reportclientname{
        font-size:18px;
        margin-bottom: 30px;
        padding-bottom: 20px;
        border-bottom: 2px solid #fff;
    }
    .reporttitlecont{
        width: 90%;
        margin: 0 auto;
        padding: 0;
        margin-bottom: 30px;
    }
    .container.report .reportbottomcont p{
        font-size: 11px;
        width: 100%;
    }
    .reportbottomcont p{
        padding: 14px;
    }
    .container.report h2{
        margin:0;
        padding-bottom: 0;
        margin-bottom: 40px;
        display: block;
        border-bottom:none;
        text-align: center;
    }
    h2 .heading_no{
        font-size: 48px;
        display: block;
        margin-bottom: 15px;
    }
    .content_wrap {
        padding: 40px 0;
        width: 90%;
    }
    .row.seostep{
        padding: 0;
        margin-top: 30px;
    }
    .row.seostep, .seostep .col-sm-4{
        padding:0;
    }
    .seostep .col-sm-4, .seostep .col-sm-4.step3{
        border:none;
        padding: 0;
        clear: both;
    }
    .step1 .step_label:after, .step2 .step_label:after{
        right: 1px;
    }
    .step_img{
        max-width:95px;
        min-height: unset;
        display: inline-block;
        float: left;
    }
    .step_img img{
        width:100%;
    }
    .step_text{
        display: inline-block;
        width: calc(100% - 110px);
        float: right;
    }
    .step_text h3 {
        text-align: left;
        font-size: 17px;
        margin-top: 0;
    }
    .keyword .panel {
        padding: 20px 8px;
    }
    .panel-default>.panel-heading {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
    .keyword_name{
        font-size:16px;
    }
    .keywordnewicon{
        border:none;
        font-size: 12px;
    }
    .keywordtransition{
        font-size:14px;
    }
    .keyword .pull-right{
        display: flex;
        justify-content: space-between;
        margin-top: 16px;
    }
    .panel-default>.panel-heading .badge img {
        width: 16px;
        height: 16px;
        margin-right: 3px;
    }
    .panel-default>.panel-heading .badge{
        font-size: 13px!important;
        display: flex;
        align-items: center;
        width: 32%;
        justify-content: center;
        padding-top: 6px;
        padding-bottom: 6px;
        border-radius: 40px;
    }
    .commentpc{
        display:block;
    }
    .keyword_graph_head{
        padding-top:16px;
        padding-bottom: 20px;
    }
    .keywordrank {
        position: relative;
        font-size: 12px;
        top: 8px;
        right: auto;
    }
    .request_last img {
        width: 13px;
        height: 13px;
        vertical-align: middle;
    }
    .product1 .keyword .col-sm-3, .product3 .keyword .col-sm-3, .product2 .keyword .col-sm-3, .product4 .keyword .col-sm-3, .seo2audience .col-sm-3, .seo2conversion .col-sm-3{
        width: 22%;
        float: left;
        padding-left: 0;
        
    }
    .product1 .keyword .col-sm-9, .product3 .keyword .col-sm-9, .product2 .keyword .col-sm-9, .product4 .keyword .col-sm-9, .seo2audience .col-sm-9, .seo2conversion .col-sm-9{
        float: left;
        top: 0;
        width: 78%;
        padding: 0;
        word-break: break-word;
    }
    .container.report .keyword .col-sm-9 p, .container.report .seo2audience .col-sm-9 p, .container.report .seo2conversion .col-sm-9 p, .container.report .seo2monthlyprev .col-sm-8 p {
        padding: 15px;
        width: 100%;
        font-size: 14px;
        line-height: 1.8;
    }
    .list-group-item{
        padding: 0;
    }
    .changehistory .changelist dt, .changehistory .changelist dd {
        font-size: 15px;
    }
    .changehistory .changelist dd {
        width: 75%;
    }
    .change_sp_title {
        left: -30%;
    }
    .seoTrivia h3 img {
        width: 51px;
        height: 51px;
    }
    .seoTrivia h3{
        font-size: 18px!important;
    }
    .seoTriviaicon.glyphicon.glyphicon-ok{
        padding-top: 5px;
    }
    .seoTriviadescription span.description, .container.report p.lineheight15{
        line-height: 1.8;
    }
    .container.report p.address.tel {
        width: 100%;
    }
    .container.report p.address.tel .phone_sales {
        line-height: 1.8;
    }
    .row.audience{
        max-height:1078px;
        overflow:hidden;
    }
    .audience_graph.noactive, .conversion_graph.noactive{
        min-height: 0;
        position: relative;
    }
    .seocommenttitle{
        display: inline-flex;
        align-items: center;
        height: auto;
        font-size: 12px;
        padding: 8px 12px;
        top: 0;
    }
    .seocommenttitle .commentpc{
        width: 16px;
        height: 15px;
        display: inline;
        margin-right: 6px;
    }
    .subkeyword_button_wrap{
        width: 50%;
        margin-bottom: 0!important;
        display: flex;
        align-items: center;
    }
    .subkeyword_button_wrap.active{
        height: 42px;
        border: 3px solid #467EF3!important;
    }
    .subkeyword_button_wrap:nth-child(2n){
        border-right:1px solid #c4c4c4;
        border-left: none;
    }
    .subkeyword_button_wrap:first-of-type{
        border-right:1px solid #c4c4c4;
        border-left:1px solid #c4c4c4;
    }

    .tab_class {
        width: 74%;
        height: auto;
        order: 1;
        line-height: 1.7;
    }
    .subkeyword_button_wrap.active .tab_class{
        height: 30px;
        line-height: 1.3;
    }
    .analytics_audiense_select_cont, .analytics_conversion_select_cont, .analytics_audiense_select_cont.active, .analytics_conversion_select_cont.active{
        width: 50%;
    }
    .aa_num, .ac_num {
        font-size: 26px;
    }
    .content_wrap h3{
        font-size: 15px;
        font-weight: bold;
    }
    .seoTrivia h3{
        padding-bottom: 0;
        margin-bottom: 24px;
    }
    .col-sm-12.conversion_graph, .content_wrap .row .keyword{
        padding:0;
    }
    .seostepbottom{
        padding-top: 55px;
    }
    .seostepbottom .rightcont{
        padding-left: 0;
    }
    .pagetop img {
        height: 100%;
        width: 100%;
    }
    .monthly .measurewrap .monthly_arrow{
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 16px solid #E6E6E6;
    }
    .monthly .measurewrap.finishcontent .monthly_arrow {
        border-top: 16px solid #DDE6F9;
    }
    ul.navlist li, ul.navlist li.active, ul.navlist li:hover{
        padding:0;
    }
    ul.navlist li a{
        font-size:14px;
        padding: 16px;
        width: 100%;
        height: 100%;
        vertical-align: text-bottom;
        display: flex;
        align-items: center;
    }
    .pagetop{
        max-width:60px;
        z-index: 9999;
    }
    .step_label{
        font-size:17px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 16px;
    }
    .point_ribbon:after{
        border-left: 38px solid transparent;
        border-right: 38px solid transparent;
    }
    .contactsentence, .matome, .conclusion .col-sm-12{
        padding:0;
    }
    .contact{
        margin-top:24px;
    }
    .content_wrap .row .keyword{
        margin-top:40px;
    }
    .firstcont, .secondcontt, .lastcont{
        display: block;
        padding: 24px 0;
    }
    .contactcont p.bold, .container.report .lastcont p.address{
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
    }
    .container.report p.address{
        margin-bottom:0;
    }
    .contactcont{
        padding: 0 10px;
    }
    .lastcont .rightcont{
        padding:0;
    }
    .product2 .container.report p.lineheight2 .col-monthlytable small, .product4 .container.report p.lineheight2 .col-monthlytable small, .product8 .container.report p.lineheight2 .col-monthlytable small{
        font-size: 15px;
    }
    .monthlytable{
        padding:40px 15px;
    }
    .container.report .monthlytabletitle h2 {
        font-size: 17px;
        margin-bottom: 24px;
    }
    .container.report .monthlytabletitle p {
        margin-bottom: 16px;
    }
    .monthly .col-sm-6 .col-sm-6 p.measurecont {
        font-size: 14px;
        line-height: 1.8;
    }
    .monthly .col-sm-6 .col-sm-6 .monthlytable .measurewrap.currentcontent p.measurecont {
        border: 3px solid #ffc661;
    }
    .conversion_button .ac_title{
        font-size:14px;
    }
    .rankimg img{
        max-width: 20px;
    }
    .subkeyword_button_wrap{
        font-size: 12px;
        padding: 5px 0;
    }
    input[name="tab_name"]{
        margin-right: 10px;
    }
    .tab_class{
        line-height: 1.3;
    }
    .analytics_audiense_select_cont{
        padding:0 10px;
        border-bottom:none;
    }
    .analytics_audiense_select_cont:nth-child(6){
        border-left:none;
    }
    .analytics_audiense_select_cont:nth-child(n + 6) {
        border-top: 1px solid #C4C4C4;
    }
    .analytics_audiense_select_cont:last-child, .analytics_audiense_select_cont:nth-child(7), .analytics_audiense_select_cont:nth-child(8){
        border-bottom: 1px solid #C4C4C4;
    }
    .analytics_audiense_select_cont:last-child{
        border-top:none;
    }
    .aa_tab_class, .aa_tab_class .aatitle, .conversion_button .ac_title{
        font-size:13px;
        display: flex;
        align-items: center;
        position: relative;
        width: 100%;
        justify-content: center;
    }
    .aa_status {
        display: flex;
        align-items: center;
        position: relative;
    }
    .analytics_audiense_select_cont label, .analytics_conversion_select_cont label {
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        padding: 28px 0;
        text-align: center;
    }
    .analytics_audiense_select_cont:nth-child(odd){
        border-left: 1px solid #C4C4C4;
    }
    .audience_graph .panel-body{
        padding:0 8px;
    }
}
/*@media screen and (max-height:733px){
    .mainvisual_sp{
        max-width: 77%;
        margin: 0 auto;
    }
}
@media screen and (max-height:666px){
    .mainvisual_sp{
        max-width: 60%;
        margin: 0 auto;
    }
}*/
@media screen and (min-width:768px) and (max-width:1023px){
    .subkeyword_button_wrap{
        width: 50%;
        margin-bottom: 0!important;
    }
    .subkeyword_button_wrap:last-of-type{
        border-top:none;
    }
    .subkeyword_button_wrap:nth-of-type(2){
        border-right: 1px solid #c4c4c4;
    }
    .subkeyword_button_wrap:first-of-type{
        border-top: 1px solid #c4c4c4;
    }
    .subkeyword_button_wrap.active:last-of-type{
        border-top:3px solid #467EF3;
    }
    .subkeyword_button_wrap.active:nth-of-type(2){
        border-right:3px solid #467EF3;
    }
    .product1 .keyword .col-sm-3, .product3 .keyword .col-sm-3, .product2 .keyword .col-sm-3, .product4 .keyword .col-sm-3, .seo2audience .col-sm-3, .seo2conversion .col-sm-3{
        width: 15%;
    }
    .product1 .keyword .col-sm-9, .product3 .keyword .col-sm-9, .product2 .keyword .col-sm-9, .product4 .keyword .col-sm-9, .seo2audience .col-sm-9, .seo2conversion .col-sm-9{
        width: 84%;
    }
    .analytics_audiense_select_cont.active, .analytics_conversion_select_cont.active, .analytics_audiense_select_cont, .analytics_conversion_select_cont{
        width: 33.3%;
    }
    .analytics_audiense_select_cont:nth-child(6){
        border-left:none;
    }
    .analytics_audiense_select_cont:nth-child(4), .analytics_audiense_select_cont:nth-child(7){
        border-left:1px solid #C4C4C4;
    }
    .analytics_audiense_select_cont:nth-child(n + 4){
        border-top: none;
    }
    .analytics_conversion_select_cont:nth-child(3){
        border-left: none;
        border-top: 1px solid #C4C4C4;
    }
    .changehistory .changelist dt + dd .change_sp_title{
        top: 38px;
    }
    .changehistory .changelist dd{
        width: 75%;
    }
    .change_sp_title{
        width: 35%;
        text-align: center;
    }
}
@media screen and (min-width:1024px) and (max-width:1365px){
    .analytics_conversion_select_cont:nth-child(3){
        border-left: none;
        border-top: 1px solid #C4C4C4;
    }
    .changehistory .changelist dt + dd .change_sp_title{
        top: 38px;
    }
    .changehistory .changelist dd{
        width: 75%;
    }
    .change_sp_title{
        width: 35%;
        text-align: center;
    }
}
/*cmsreport*/
.product7 .reportheader{
    height: 100vh;
    background-size: cover;
}
.product7 .reportheadercontainer{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.cmsreport_head_line{
    position:relative;
    text-align: center;
}
.cmsreport_head_line img{
    width:auto;
}
.cmsreport_head_line:after{
    content:"";
    display:block;
    width:100%;
    height:3px;
    background-color:#fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: -1;
}
.product7 .reporttitlecont{
    overflow:hidden;
}
.product7 .reporttitlecont{
    padding-bottom:0;
    margin-bottom:48px;
}
.product7 .reporttitle{
    text-align:center;
    margin-top: 20.6%;
    float:none;
    font-size: 77px;
    margin-right: 0;
}
.product7 .reporttitle h1{
    font-weight:bold;
    line-height: 1.23;
}
.product7 .container.report p.reportclientname{
    border:none;
    font-size: 29px;
    text-align: center;
    line-height: 0.85;
    padding-bottom:0;
    margin-bottom:13px;
    font-weight: normal;
}
.product7 .container.report p.clientdomain{
    text-align:center;
    margin-bottom:0px;
    padding-bottom:20.9%;
    border-bottom:3px solid #fff;
}
.cms-character-wrap{
    display: flex;
    justify-content: space-between;
}
.cms-character-cue{
    margin-bottom:31px;
}
.cms-character{
    max-width: 183px;
}
.cue-icon{
    margin-right:18px;
}
.cue-icon .character-text{
    color:#7A95FF;
    text-align:center;
    display: block;
}
.zilla-icon{
    margin-left:18px;
}
.zilla-icon .character-text{
    color:#FE97CA;
    text-align:center;
    display: block;
}
.container.report .cms-character-text p.lineheight2{
    font-size:17px;
}
.cms-character-text{
    width: calc(100% - 223px);
}
.cms-character-text p{
    border-radius:10px;
    padding:32px 24px;
    position:relative;
}
.cms-character-cue .cms-character-text p{
    background:#E1E7FF;
}
.cms-character-cue .cms-character-text p:before{
    content: "";
    position: absolute;
    top: 40px;
    left: -40px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 25px solid #E1E7FF;
}
.cms-character-zilla .cms-character-text p{
    background:#FFECF6;
}
.cms-character-zilla .cms-character-text p:before{
    content: "";
    position: absolute;
    top: 40px;
    left: 100%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 25px solid #FFECF6;
}
@media screen and (min-width:1480px){
    .product7 .reporttitle h1{
        font-size:100%;
    }
}
@media screen and (max-width:1479px){
    .product7 .reporttitle h1{
        font-size:80%;
    }
}
@media screen and (max-width: 1365px){
    .product7 .reporttitlecont{
        width: 100%;
    }
    .product7 .nav_container ul.navlist {
        margin-bottom: 30px;
    }
}
@media screen and (max-width:784px){
    .product7 .reporttitle h1{
        font-size: 70%;
    }
}
@media screen and (max-width:700px){
    .product7 .reportheader {
        height: 70vh;
    }
    .product7 .reporttitle h1{
        font-size: 30px;
    }
    .cms-character {
        max-width: 79px;
    }
    .cms-character-text {
        width: calc(100% - 8px);
    }
    .cms-character-cue .cms-character-text p:before {
        content: "";
        position: absolute;
        top: 28px;
        left: -22px;
        margin-top: -15px;
        border: 8.5px solid transparent;
        border-right: 13.5px solid #E1E7FF;
    }
    .cms-character-zilla .cms-character-text p:before {
        content: "";
        position: absolute;
        top: 28px;
        left: 100%;
        margin-top: -15px;
        border: 8.5px solid transparent;
        border-left: 13.5px solid #FFECF6;
    }
    .character-text{
        font-size:9px;
    }

    .cmsreport_head_line img{
        max-width: 185px;
    }
    .product7 .reporttitlecont{
        margin-bottom:30px;
    }
    .product7 .reporttitle{
        margin-top:73px;
    }
    .product7 .container.report p.reportclientname{
        font-size:17px;
        text-align: center;
        line-height: 1;
        margin-bottom:9px;
    }
    .product7 .container.report p.clientdomain{
        font-size: 13px;
        line-height: 1.35;
    }
    .container.report .cms-character-text p.lineheight2{
        padding:10px;
        font-size: 14px;
    }
}
@media screen and (max-width: 767px){
    .cms-detail .contactcont p{
        width:100%;
    }
}
/*src_questionnaire設置*/
.product2 .reportheader.reportheadercontainer_questionnaire, .product4 .reportheader.reportheadercontainer_questionnaire, .product6 .reportheader.reportheadercontainer_questionnaire, .product8 .reportheader.reportheadercontainer_questionnaire {
    position: relative;
}
.questionnaire_ban_wrap {
    display: block;
    position: absolute;
    right: 30px;
    bottom: 15px;
}
.questionnaire_ban_wrap a {
    display: block;
    max-width: 368px;
    max-height: 190px;
    width: 100%;
}
.questionnaire_ban_wrap a:hover {
    opacity: 0.8;
}
.questionnaire_ban_wrap a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media screen and (max-width: 958px) {
    .questionnaire_ban_wrap {
        position: relative;
        right: unset;
        bottom: unset;
        margin: 20px 0;
    }
    .questionnaire_ban_wrap a {
        margin: 0 auto;
    }
}
@media screen and (min-width: 959px) and (max-width: 1096px) {
    .questionnaire_ban_wrap a {
        text-align: right;
    }
    .questionnaire_ban_wrap a img{
        width: 80%;
        height: 100%;
        object-fit: contain;
    }

}