*{
	box-sizing: border-box;
	margin: 0;
}

input:focus, select:focus, button:focus{
	outline: none;
}

a {
	text-decoration: none;
	color: inherit;
}

.none{
	display:none !important;
}

/*ヘッダー*/
header{
	height: 66px;
	padding: 10px 0;
	background: linear-gradient(128deg, #8c92b5 , #8ca9b3 ,#8bc1bf 94%);
	font-family: 'Montserrat';
}

header h1 {
	color: #fff;
	margin-left: 23px;
	font-size: 19px;
}

header a {
	display: inline-block;
	text-align: center;
}

.head_menu {
	position: absolute;
	right: 23px;
	top: 19px;
}

.head_menu a, .head_menu span {
	font-size: 14px;
	color: white;
	border: solid 1px;
	display: inline-block;
	padding: 4px 7px;
	margin-left: 6px;
	transition: .2s;
}

.head_menu a:hover {
	background-color: white;
	color: #9aa0c3;
}

.main {
	padding: 15px;
	min-height: calc(100% - 66px);
}

.info {
    width: 500px;
    margin: 0 auto;
    border: solid 2px #86bcdc;
}

.info_title {
    text-align: center;
    padding: 3px;
    background-color: #86bcdc;
    color: #ffffff;
    font-weight: bold;
}

.info_p {
    display: flex;
    padding: 3px;
    font-size: 15px;
    color: #565656;
}

.info_p:hover {
    background-color: #cfedff;
    color: #3e3e98;
    font-weight: bold;
}

.info_data {
    flex: 3;
    text-align: center;
}

.info_text {
    flex: 7;
    cursor: pointer;
}

/*-----------------------------------------------------
チェックページ
-----------------------------------------------------*/

h2{
	font-size: 19px;
	color: #ffffff;
	padding: 10px 14px;
	background: linear-gradient(-167deg, #71799e8f, #828282 89%);
	position: relative;
}

/*.url_notice {
	padding: 10px;
}*/

.url_notice p {
	font-size: 13px;
	color: #4e4e4e;
}

.fa-question-circle {
	cursor: pointer;
	color: #ffffff;
	font-size: 23px;
	position: absolute;
	right: 12px;
	top: 12px;
}

.tooltip {
	position: relative;
}

#useGuide .tooltip_span{
	position:absolute;
	display:none;
	top: -56px;
	font-size: 10px;
	right: -25px;
	color: white;
	background-color: #907a80;
	padding: 5px;
	border-radius: 5px;
}

#useGuide:hover .tooltip_span{
	display:block;
}

#useGuide:hover .tooltip_span:before{
	content:''; 
	display:block; 
	position:absolute;                         /* relativeからの絶対位置 */
	height:0; 
	width:0; 
	top:13px; 
	left:29px;
	border:13px transparent solid; 
	border-right-width:0; 
	border-left-color:#907a80; 
	transform:rotate(90deg);            /* 傾きをつける */
	-webkit-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	z-index:100;
}

/*フォーム*/

.form_area {
	width: 500px;
	margin: 0 auto;
}

.form_area input[type="text"], .form_area input[type="password"] {
	width: 100%;
	background-color: #f5f5f5;
	color: #4e4e4e;
	font-size: 19px;
	padding: 10px 5px;
	margin-top: 7px;
	border: solid 1px #dadada;
}

.form_area button, .tmp_form ~ button, .add_info button {
	display: block;
	width: 500px;
	height: 45px;
	margin: 15px auto;
	font-size: 15px;
	color: #0c1767;
	border: none;
	background-color: #d5dbff;
	font-weight: bold;
	cursor: pointer;
	font-family: 'Montserrat';
	transition: .2s;
}

.form_area button{
	width: 100%;
}

.login_form {
	padding: 80px 100px;
	height: 50%;
}

.login_form input {
	margin: 5px 0;
}

.url_form {
	padding: 34px 0;
}

.url_form select {
	font-size: 19px;
	margin-top: 7px;
}

/*チェック対象サイト表示*/
.target_area_wrap{
	width: 80%;
	/*min-width: 800px;*/
	margin: 0 auto 15px;
}

.target_area {
	width: 500px;
	padding: 24px 0;
	margin: 0 auto;
}

.target_area a {
	display: inline-block;
}

.target_area a:hover {
	opacity: 0.7;
}

.target_area p {
	font-size: 24px;
	padding: 10px;
	border: solid 1px;
	font-family: 'Montserrat';
	text-align: center;
	color: #1d2c56;
}

.target_area p:first-child, .target_area p:nth-child(3) {
	font-size: 19px;
	background-color: #203673;
	color: white;
	border: none;
}

.target_area p:nth-child(3) {
	margin-top: 10px;
}

i.fas.fa-external-link-alt {
	font-size: 15px;
}

.triangle {
	width: 10px;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 20px solid #203673;
	margin: 20px auto;
}

/*結果表示*/
@media print{
    .apexcharts-graphical {
        transform: translate(12%, 0);
    }
}

.result_area {
	width: 80%;
	/*min-width: 800px;*/
	margin: 0 auto 15px auto;
}

table.tmp_table{
	width: 47%;
	margin: 0 auto;
}

table.tmp_table th{
	background-color: #4055ad;
	color: white;
	font-size: 15px;
	width: 33.333%;
	height: 45px;
}

table.tmp_table td{
	text-align: center;
	color: #4e4e4e;
}

table.tmp_table tr:nth-child(2) td {
	text-align: center;
	font-size: 14px;
	border: solid 1px #bfbfbf;
	padding: 0;
}

.tmp_table a {
	display: block;
	padding: 6% 0;
}

.tmp_table a:hover {
	background-color: #888888;
	color: white;
}

#ss_m_text, #ss_d_text{
	display: inline-block;
	width: 48%;
	text-align: center;
}

.tmp_form{
	width:47%;
	margin: 0 auto;
}

.tmp_form > div{
	flex: 1;
}

.tmp_form > div > input[type=radio]{
	display:none;
}

.tmp_form > div > input[type=text]{
	width: 48.6%;
	color: #4e4e4e;
	font-size: 19px;
	padding: 5px;
	/*margin-top: 9px;*/
	background-color: #dedede;
	border: solid 1px #bfbfbf;
}

.mf_radio + label {
	width: 33%;
	display: inline-block;
	font-size: 16px;
	/*text-align: center;*/
	/*background-color: #dedede;*/
	color: #757575;
	margin: 0px 28px;
	padding: 3px;
	letter-spacing: 5px;
	/*border: solid 1px #bfbfbf;*/
}

.mf_radio + label .span_wrap {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: #efefef;
	border: 1px solid #9c9c9c;
	border-radius: 50%;
	margin: 0 5px;
	position: relative;
	top: 5px;
}

.mf_radio:checked + label {
/*	color: white;*/
	font-weight: bold;
/*	background-color: #9aa0c3;*/
	border-color: #9aa0c3;
}

.mf_radio:checked + label .span_wrap::before {
	content: '✔';
	font-size: 33px;
	position: absolute;
	top: -17px;
	left: -2px;
	color: #633cc3;
}

.secure_result_table{
	width: 100%;
	margin-top: 10px;
}

/*.secure_result_table tr{
	min-height: 72px;
}*/

.secure_result_th{
	width: 30%;
}

.height_auto72{
	display: block;
	height: auto;
	min-height: 68px;
	position: relative;
}

.td_p{
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
}

table.secure_result_table td {
	padding-left: 15px;
}

.red {
	background-color: #d4277e;
}

.yellow{
	background-color: #fffe77;
}

.yellow p {
	color: #ad9142;
	font-size: 16px;
	font-weight: bold;
}

.green{
	background-color: #43b1a1;
}

.blue {
    background-color: #1d89c8;
}

.id_area {
	font-size: 12px;
	color: #b14c3e;
	font-weight: bold;
}

.id_area span {
	display: inline-block;
	background-color: #ce4d4d;
	margin: 3px 2px;
	padding: 5px 8px;
	color: white;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

/*業種別の参考サイト比較用*/
.seo_result_table{
	width: 100%;
	text-align: center;
	margin-top: 10px;
	color: #4e4e4e;
}
.seo_result_table th:not(:nth-child(2)){
	width: 37%;
	padding: 6px;
	color: #ffffff;
	background-color: #203673;
	font-size: 14px;
}

.p_tr {
	height: 52px;
}

.seo_result_table tr:first-child {
	height: 27px;
}

.fa-caret-down{
	font-size: 30px;
	color: #203673;
}

.table_item {
	background-color: #afafaf;
	color: white;
	font-weight: bold;
	font-size: 14px;
}

#indexCountInput {
    width: 50px;
    height: 27px;
}

#indexCountBtn, #speed_pc_result button, #speed_mobile_result button {
    border: none;
    padding: 3px 9px;
    margin-bottom: 5px;
}

/*-----------------------------------------------------
ユーザー設定・会社設定
-----------------------------------------------------*/
.add_user, .add_company, .add_info, .edit_info {
	margin-top: 15px;
}

select {
	width: 100%;
	background-color: #f5f5f5;
	color: #4e4e4e;
	font-size: 14px;
	padding: 10px 5px;
	border: solid 1px #dadada;
}

.add_user p, .add_company p, .edit_user p, .edit_company p, .add_info p, .edit_info p{
	padding: 4px 11px;
	background-color: #dadada;
	margin-top: 9px;
	font-size: 14px;
	color: #4e4e4e;
}

.add_user input[type="text"], .add_user input[type="password"], 
.edit_user input[type="text"], .edit_user input[type="password"], 
.add_company input[type=text], .edit_company input[type="text"] {
	font-size: 14px;
}

.w_red{
	color: red;
}

.b_red{
	color: red;
	font-weight: bold;
}

.add_user_radio {
	width: 100%;
	display: flex;
}

.add_user_radio input, .edit_user_radio input {
	display: none;
}

.add_user_radio label, .edit_user_radio label {
	flex: 1;
	text-align: center;
	border: solid 1px #dadada;
	font-size: 14px;
	padding: 6px;
	margin-top: 2px;
	color: #b5b5b5;
}

.add_user_radio label:not(:last-child) , .edit_user_radio label:not(:last-child){
	margin-right: 1px;
}

.add_user_radio input:checked + label, .edit_user_radio input:checked + label {
	color: white;
	font-weight: bold;
	background-color: #9aa0c3;
	border-color: #9aa0c3;
}

.edit_user_radio {
	margin: 0 auto;
	margin-top: 5px;
	width: 50%;
	display: flex;
}

.add_user button, .add_company button {
	margin-top: 14px;
	height: 56px;
	font-size: 19px;
	letter-spacing: 13px;
	transition: .2s;
}

.add_user button:hover, .add_company button:hover {
	background-color: #0c1767;
	color: white;
	transition: .2s;
}

/*ポップアップ*/
p.msg {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 600px;
	text-align: center;
	padding: 64px;
	background-color: #ffffffd9;
	border: solid 2px #c3c3c3;
}

#msgBg, #editBg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #f1f1f1c4;
}

.edit_user, .edit_company {
	margin-top: 25px;
}

.edit_user table, .edit_company table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
	color: #4e4e4e;
}

.edit_user tr, .edit_company tr{
	border-bottom: solid 1px #b1b1b1;
}

.edit_user button, .edit_company button{
	margin: 0;
	font-size: 12px;
	height: 34px;
}

.edit_user td, .edit_company td{
    padding: 8px 5px 5px 5px;
}

.edit_user td:first-child{
	padding-left: 8px;
	width: 150px;
}

.edit_company td:first-child{
	padding-left: 8px;
}

.edit_user td:nth-child(3), .edit_user td:nth-child(4){
	width: 58px;
}

.edit_button_area {
	display: flex;
	width: 100%;
}

.edit_button_area button {
	padding: 8px;
	border: none;
	margin-top: 13px;
	width: 50%;
	height: 45px;
	font-size: 14px;
	font-weight: bold;
	transition: .2s;
}

.edit_button_area button:first-child {
	border-right: 1px solid #ffffff;
}

.edit_button_area button:hover, .form_area button:hover, .tmp_form ~ button:hover {
	cursor: pointer;
	background-color: #22284e;
	color:white;
	transition: .2s;
}

.print_btn {
	color: #faffff;
	border: unset;
	background-color: #4055ad;
	padding: 15px 24px;
	font-size: 16px;
	cursor: pointer;
	width: 33.33%;
	margin-left: 33.3%;
}

.disabled_btn {
    background-color: #dcdcdc;
    color: #efefef;
    cursor: no-drop;
}

/**成功事例表示**/
.success_link {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 24px;
	margin-top: 15px;
}

/*印刷時のみ付与するclassなど*/
.print_result_area{
	width:100%;
	margin: 0 auto 20px;
}

.generalResultArea {
	width: 100%;
	height: 65px;
	margin-top: 10px;
	padding: 5px;
	text-align: center;
}

.generalResultArea_p{
	height: 55px;
	margin: 0;
	padding: 0;
}

#generalResultArea p {
	font-size: 20px;
}

.fa-hand-point-right:before {
	font-size: 44px;
	color: #f1f1f1;
	position: relative;
	top: 3px;
	right: 7px;
	text-shadow: 1px 2px 0px #969191;
}

.print_howto {
	border: solid 1px #0a1d50;
	margin: 27px 13px 13px 13px;
	padding: 0px 17px 11px 17px;
	color: #0a1d50;
	font-size: 13px;
}

p.howto_title {
	display: inline-block;
	position: relative;
	top: -10px;
	background-color: #0a1d50;
	color: white;
	padding: 6px 16px;
	font-size: 14px;
}

.print_margintop0{
	margin-top: 0;
}

.print_padding0{
	padding: 0;
}

.print_font{
	font-size:12px;
}

.print_secure_result_th{
	/*height: 62px;*/
}

.p_tr2{
	height: 32px;
}

.qr_image{
	width: 90px;
}

.success_title {
	font-size: 19px;
	background-color: #bb3e3e;
	color: white;
	text-align: center;
}

.success_wrap {
	display: flex;
	padding: 5px;
}

.success_head {
	font-size: 17px;
	color: #d86928;
	font-weight: bold;
	padding: 10px 20px;
	flex: 1;
}

p.s_triangle {
	position: absolute;
	bottom: 14px;
	right: 120px;
	font-size: 12px;
}

.print_footer p {
	font-size: 11px;
}

.shindan_date {
	text-align: right;
}

/**チェックに関する設定**/
.add_industry, .setting_industry, .setting_keyword {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 25px;
}

.add_industry td {
	height: 70px;
	text-align: center;
}

.add_industry h2, .setting_industry h2, .setting_keyword h2 {
	margin-bottom: 10px;
}

.add_industry_table, .setting_table{
	/*border: solid 1px #c5c5c5;*/
	color: #5d5d5d;
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}

.setting_table th, .add_industry_table th {
	background-color: #5d5d5d;
	color: white;
}

.pad-top{
	padding-top: 12px;
}

.pad-btm{
	padding-bottom: 3px;
}

.data_tr {
	background-color: #f3f3f3;
}

.data_tr:nth-child(2n) {
	background-color: #d8e6e8;
}

.setting_table td{
	height: 45px;
}

.data_tr input[type="text"]{
	width: 100%;
	height: 27px;
}

.data_tr input[type="url"]{
	width: 185px;
	height: 27px;
}

/**table個別設定**/
.new_indstry_td {
	width: 16%;
	padding: 0 12px;
}

.new_mf_td {
	width: 13%;
	text-align: center;
}

.new_table_input {
	width: 6%;
}

td.new_url_td {
	width: 16%;
	text-align: center;
}

.new_url_td input[type="url"] {
	width: 96%;
}

td.new_public_td {
	width: 100px;
	padding: 0 3px;
}

.indstry_td{
	width: 17%;
	font-size: 14px;
	padding-left: 12px;
}

.mf_td{
	width: 10%;
	padding: 10px;
	font-size: 17px;
}

.table_input{
	text-align: center;
	width: 6%;
}

.url_td{
	width: 16%;
}

url_td input[type=url] {
	width: 86%;
}

.public_td{
	width: 82px;
}

.date_td{
	font-size: 13px;
	text-align: center;
}

.setting_keyword input {
	width: 50px;
	padding: 4px;
	font-size: 17px;
}

.base_setting_wrap{
	width:100%;
	display:flex;
}

.base_setting_child{
	flex:1;
	margin: 15px;
}

.base_setting_child h3 {
	text-align: center;
	font-size: 19px;
	color: #5d5d5d;
}

.set_clor {
	display: flex;
	width: 100%;
}

.flex1{
	flex: 1;
}

.set_clor .flex1 {
	height: 82px;
	display: table-cell;
	text-align: center;
}

.set_clor .flex1 span {
	display: inline-block;
	margin-top: 29px;
}

.base_setting_child button {
	width: 100%;
	margin-top: 5px;
	height: 38px;
	border: none;
	color: #1e1e92;
	font-size: 14px;
	letter-spacing: 3px;
	font-weight: bold;
	background-color: #a0b7bb;
	cursor:pointer;
}

.base_setting_child button:hover {
	opacity: 0.7;
}

/*インデックス数取得できなかったときのtd*/
p.index_conf {
    color: #484848;
    background-color: yellow;
    width: 70%;
    margin: 3px auto;
    padding: 1px;
    font-size: 12px;
    border-radius: 10px;
	text-align: center;
}

p.index_conf i {
    margin-left: 3px;
}

/*お知らせページ
---------------------------------------------------------------------------*/
.information_page {
    max-width: 800px;
    margin: 0 auto;
}

.info_page_div{
    position: relative;
    border-bottom: solid #d2d2d2 2px;
    padding: 10px;
}

.info_page_div:hover {
    background-color: #cfedff;
    color: #3e3e98;
    font-weight: bold;
}

.ichiran{
    width: 500px;
    margin: 0 auto;
    text-align: right;
    font-size: 14px;
}

.ichiran a {
    display: inline-block;
    background-color: #86bcdc;
    width: 111px;
    text-align: center;
    color: white;
    margin-top: 4px;
    padding: 3px;
}

.info_page_date {
    margin-right: 15px;
}

.info_a {
    margin-right: 5px;
}

.fa-mouse-pointer {
    font-size: 12px;
    transform: rotate(-12deg);
}

#info_popup_wrap {
    position: absolute;
    top: 66px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 66px);
    background-color: #c5c5c5;
    opacity: 0.6;
}

.info_popup {
    width: 80vw;
    max-width: 600px;
    height: 60vh;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    box-shadow: 0 0 6px 0px #171965;
    z-index: 1;
}

.info_popup_detail {
    position: relative;
    height: 100%;
}

.popup_close {
    position: absolute;
    display: inline-block;
    bottom: 0;
    right: 5px;
    background-color: #504bc1;
    color: white;
    padding: 5px 10px;
    cursor: pointer;
}

.popcloseindex{
    bottom: 16px;
    right: 15px;
}

.info_popup_date {
    font-weight: bold;
}

.info_popup_title {
    font-size: 20px;
    border-bottom: solid 2px #4790cc;
}

.info_popup_text {
    margin-top: 15px;
    font-size: 14px;
}

/*お知らせ編集*/
.add_info textarea, .edit_info textarea {
    height: 200px;
    width: 100%;
}

.info_edit {
    position: relative;
}

.edit_btn_area {
    position: absolute;
    display: inline-block;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.info_edit {
    margin: 3px 0;
    padding: 15px 10px;
    position: relative;
    background-color: #d3ffd3;
}

.info_edit:nth-child(2n){
	background-color: #edffa5;
}

.edit_btn_area button {
    border: none;
    padding: 6px 10px;
    background-color: #c5c4b7;
    color: white;
    font-size: 15px;
    cursor: pointer;
    transition: .2s;
}

.edit_btn_area button:hover{
    background-color: #848484;
}

/*ローディング画像の設定
---------------------------------------------------------------------------*/
.loading_svg{
    background-color: #9e9e9ebf;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}

.loading_text {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    margin: 0 auto;
    text-align: center;
    color: white;
}

.loading_text p {
    display: inline-block;
    background-color: #ffbc00e6;
    padding: 10px 50px;
    font-size: 18px;
}

.manual_wrap {
    width: 60%;
    max-width: 600px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#loadingLeft {
    width: 10%;
    position: absolute;
    top: 50%;
    left: -70px;
    transform: translateY(-50%);
    cursor: pointer;
}

#loadingRight {
    /*content: url(/images/right.png);*/
    width: 10%;
    position: absolute;
    top: 50%;
    right: -70px;
    transform: translateY(-50%);
    cursor: pointer;
}

.loading_svg img {
    width: 100%;
}

.f_11 {
	font-size: 11px;
}

.flexed {
	display: flex;
	margin-top:5px;
}

.flexed > div {
  width: 32%;
  margin-right: 3%;
  text-align: center;
  padding: 5px;
}

.flexed > div:last-child {
  margin-right: 0;
}

.req_kome {
    font-size: 14px;
    color: #fff200;
    margin-left: 1em;
}

.keywords {
    width: 50% !important;
    float: left;
}

/* Ver2
----------------------------------------------------------------------------- */
ol, ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
}

.flex {
    display: flex;
}

.w100 {
	width: 100px;
}

.w1000 {
	width: 1000px;
}

.w1055 {
	width: 1055px;
}

.w5p {
    width: 5%;
}

.w32p {
    width: 32%;
}

.w33p {
    width: 33%;
}

.w45p {
    width: 45%;
}

.w50p {
    width: 50%;
}

.w100p {
	width: 100%;
}

.w100p_105 {
	width: calc(100% - 105px);
}

.h270 {
	height: 270px;
}

.f12 {
    font-size: 12px;
}

.f20 {
    font-size: 20px;
}

.f21 {
    font-size: 21px;
}

.f22 {
    font-size: 20px;
}

.f_b {
	font-weight: bold;
}

.p5 {
	padding: 5px;
}

.p10 {
    padding: 10px;
}

.p20 {
    padding: 20px;
}

.p30 {
    padding: 30px;
}

.pt15 {
	padding-top: 15px;
}

.ptb10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ptb15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.ptb25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.ptb30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pl5 {
	padding-left: 5px;
}

.pl10 {
	padding-left: 10px;
}

.pl15 {
	padding-left: 15px;
}

.prl5p {
	padding-left: 5%;
	padding-right: 5%;
}

.mt1p {
	margin-top: 1%;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mr1p {
	margin-right: 1%;
}

.mr2p {
	margin-right: 2%;
}

.mb5 {
	margin-bottom: 5px;
}

.relative {
    position: relative;
}

.t_c {
	text-align: center;
}

.t_l {
	text-align: left;
}

.t_l > p {
    text-align: left;
}

.wrap {
	overflow: hidden;
}

.gray_box {
    border: 1px solid #e2e1e0;
    border-radius: 10px;
}

.back_gray {
    background-color: #e2e1e0;
}

.border_gray_lr {
	border-left: 1px solid #e2e1e0;
    border-right: 1px solid #e2e1e0;
}

.position_center {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}

.gray {
    background-color: #e2e1e0;
}

.gray_font {
    color: #727171;
}

.red_font {
    color: #d4267f;
}

.green_font {
    color: #43b1a1;
}

.blue_font {
    color: #1d89c8;
}

.white_font {
	color: #fff;
}

.white_bar_l {
    border-left: 5px solid #fff;
}

.white_bar_b {
    border-bottom: 5px solid;
}

.table_item_red {
	background-color: rgba(212,38,127,0.2);
}

.table_item_green {
	background-color: rgba(67,117,161,0.2);
}

.table_item_blue {
	background-color: rgba(29,137,200,0.2);
}

.left_radius {
	border-radius: 8px 0 0 8px;
}

.print_title_p {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 28px;
    background-color: #43b1a1;
}

h2.result_title {
    background: none;
    margin: 30px auto 0;
    color: #43b1a1;
    font-size: 22px;
    display: block;
    align-items: center;
    padding: 10px 0;
    text-align: center;
}

h2.result_title:before, h2.result_title:after {
    content: "";
    width: 1em;
    height: 3px;
    background: #43b1a1;
    display: inline-block;
    vertical-align: middle;
}

h2.result_title:before {
	margin-right: 6px;
}

h2.result_title:after {
	margin-left: 6px;
}

h2.print_result_title{
	margin-top: 3px;
	font-size: 18px;
}

.id_block {
    background-color: #e2e1e0;
    padding: 1px 5px;
    font-size: 14px;
    border-radius: 3px;
}

.success_link a {
	display: block;
	padding: 7px;
	background-color: #43b1a1;
	color: white;
	font-weight: bold;
	letter-spacing: 4px;
}

.qr_box {
    color: #fff;
    text-align: center;
    width: 250px;
    font-size: 15px;
}

.success_box {
    width: 100%;
}

.green_u_border {
    border-bottom: 1px solid #43b1a1;
	width: 99%;
}

.keyword_border {
    border-left: 1px solid;
    border-bottom: 1px solid;
    height: 10px;
}

.jisya_result_table {
    width: 100%;
    text-align: center;
    color: #4e4e4e;
	table-layout: fixed;
	border-spacing: 5px
}

.jisya_result_table th {
    padding: 6px;
    color: #ffffff;
    background-color: #727171;
    font-size: 12px;
	border-spacing: 5px;
	font-weight: normal;
}

.organic_result_area.print_result_area{
	margin-top: 50px;
}

.jisya_result_table th:nth-child(1) {
    width: 400px;
}

.jisya_result_table th:nth-child(3) {
    width: 100px;
}

.jisya_result_table td:nth-child(1) {
    width: 400px;
}

.jisya_result_table td:nth-child(3) {
    width: 100px;
}

.jisya_result_table .p_tr td {
	font-size: 12px;
	border-spacing: 5px;
	height: 50px;
}

.jisya_result_table th.print_table2:nth-child(1) {
    width: 150px;
}

.jisya_result_table th.print_table2:nth-child(2) {
    width: 150px;
}

.jisya_result_table th.print_table2:nth-child(3) {
    width: 50px;
}

.keyword_title {
    writing-mode: vertical-rl;
    text-align: center;
	width: 1.5rem;
}

.keyword_title p {
    height: 185px;
    margin: auto 0;
    background: #fff;
}

.jisya_result_table .p_tr {
    height: 45px;
}

.jisya_result_table .p_tr.empty {
    height: 25px;
}

.keyword_title_border {
    content: "";
    width: 11px;
    border-left: 1px solid;
    height: 95%;
    margin-top: 15px;
}

.speed_point {
    position: absolute;
    bottom: 5px;
    right: 10px;
    font-size: 14px;
}

.graph_title {
    text-align: center;
    padding: 10px;
    font-weight: bold;
}

.mobile_img {
    height: 170px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
}

.result_bar {
    height: 30px;
    border-radius: 20px;
    margin-top: 15px;
}

.resykt_value {
    text-align: center;
    padding-top: 30px;
}

.alert {
    border-color: #d4277e;
    color: #d4277e;
    background-color: #f8d5e6;
}

